body, html {
	width: 100%;
    min-width: 320px;
    margin: 0;
    padding: 0;
}
body {
    background: #fff;
    /* font-family: 'Open Sans', sans-serif; */
    font-family: 'Roboto', sans-serif;
    color: #231f1e;
    font-size: 14px;
    line-height: 24px;
    background: #fff;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
h1, .h1 {
    margin: 20px 0 15px;
    font-size: 26px;
    line-height: 32px;
    color: #231f1e;
}
h2, .h2 {
    margin: 15px 0 10px;
    font-size: 22px;
    line-height: 28px;
    color: #231f1e;
}
h3, .h3 {
    margin: 15px 0 10px;
    font-size: 18px;
    line-height: 24px;
    color: #231f1e;
}
input, select, textarea {
    padding: 7px 10px;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    -webkit-transition: background 0.15s ease, border-color 0.15s ease;
    -moz-transition: background 0.15s ease, border-color 0.15s ease;
    -o-transition: background 0.15s ease, border-color 0.15s ease;
    transition: background 0.15s ease, border-color 0.15s ease;
}
textarea {
    resize: none;
}
button {
    padding: 0;
    background: none;
    outline: none;
    box-shadow: none;
    border: none;
    -webkit-transition: color 0.15s ease, background 0.15s ease, border-color 0.15s ease;
    -moz-transition: color 0.15s ease, background 0.15s ease, border-color 0.15s ease;
    -o-transition: color 0.15s ease, background 0.15s ease, border-color 0.15s ease;
    transition: color 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}
input::-moz-placeholder             {color: #a8a8a8;transition: opacity 0.3s ease;}
input:-moz-placeholder              {color: #a8a8a8;transition: opacity 0.3s ease;}
input::-webkit-input-placeholder    {color: #a8a8a8;transition: opacity 0.3s ease;}
input:-ms-input-placeholder         {color: #a8a8a8;transition: opacity 0.3s ease;}
input:focus::-webkit-input-placeholder {opacity: 0; outline: none;}
input:focus::-moz-placeholder          {opacity: 0; outline: none;}
input:focus:-moz-placeholder           {opacity: 0; outline: none;}
input:focus:-ms-input-placeholder      {opacity: 0; outline: none;}
textarea::-moz-placeholder             {color: #a8a8a8;transition: opacity 0.3s ease;}
textarea:-moz-placeholder              {color: #a8a8a8;transition: opacity 0.3s ease;}
textarea::-webkit-input-placeholder    {color: #a8a8a8;transition: opacity 0.3s ease;}
textarea:-ms-input-placeholder         {color: #a8a8a8;transition: opacity 0.3s ease;}
textarea:focus::-webkit-input-placeholder {opacity: 0; outline: none;}
textarea:focus::-moz-placeholder          {opacity: 0; outline: none;}
textarea:focus:-moz-placeholder           {opacity: 0; outline: none;}
textarea:focus:-ms-input-placeholder      {opacity: 0; outline: none;}
a {
    font-family: 'Roboto', sans-serif;
    color: #231f1e;
    text-decoration: none;
    font-size: 14px;
    line-height: 22px;
    -webkit-transition: color 0.075s ease, background 0.075s ease;
    -moz-transition: color 0.075s ease, background 0.075s ease;
    -o-transition: color 0.075s ease, background 0.075s ease;
    transition: color 0.075s ease, background 0.075s ease;
}
a:hover, a:focus {
    text-decoration: none;
    outline: none;
}
a span {
    -webkit-transition: color 0.075s ease, border-color 0.075s ease;
    -moz-transition: color 0.075s ease, border-color 0.075s ease;
    -o-transition: color 0.075s ease, border-color 0.075s ease;
    transition: color 0.075s ease, border-color 0.075s ease;
}
.btn:hover, .btn:focus, .btn.focus,
input, select, textarea {
     outline: none;
}
b, strong {
    font-weight: 600;
}
img {
    max-width: 100%;
}

.checkout-simplecheckout {
    background: #f3f6f3;
}
.btn {
    padding: 6px 12px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    background: none;
    border: 1px solid transparent;
    border-radius: 0;
    box-shadow: none;
}
.btn-danger {
    padding: 0;
    position: relative;
}
.btn-primary {
    color: #fff;
    background: #d16143;
    border-color: #d16143;
    text-shadow: none;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary:active:hover {
    background: #ad563f;
    border-color: #ad563f;
}
.btn-gray {
    background: #e9eeea;
    border-color: #e9eeea;
    color: #231f1e;
}
.btn-gray:hover {
    background: #e7eae7;
    border-color: #e7eae7;
    color: #231f1e;
}

.h-center {
    margin-bottom: 27px;
    overflow: hidden;
    text-align: center;
}
.h-center h1,
.component .h-center h1 {
    margin: 0 0 16px;
    position: relative;
    display: inline-block;
    font-size: 33px;
    line-height: 36px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    border: none;
}
.h-center h2 {
    margin: 50px 0 15px;
    position: relative;
    display: inline-block;
    font-size: 26px;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}
.h-center h3 {
    margin: 0 0 16px;
    position: relative;
    display: inline-block;
    font-size: 33px;
    line-height: 44px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    border: none;
}
.h-center h1:before,
.h-center h1:after,
.h-center h2:before,
.h-center h2:after {
    content: "";
    display: block;
    width: 1200px;
    height: 1px;
    position: absolute;
    top: 18px;
    right: 110%;
    background: #e7eee8;
}
.h-center h3:before,
.h-center h3:after {
    content: "";
    display: block;
    width: 1200px;
    height: 1px;
    position: absolute;
    top: 44px;
    right: 103%;
    background: #e7eee8;
}
.h-center h1:after {
    right: auto;
    left: 110%;
}
.h-center h2:after {
    right: auto;
    left: 110%;
}
.h-center h3:after {
    right: auto;
    left: 103%;
}
.h-center .hr {
    margin: 0 auto;
    display: block;
    background: #dc5826;
    height: 2px;
    width: 80px;
}

.radio_style input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.radio__text {
  position: relative;
  padding: 8px 14px;
  cursor: pointer;
  border: 2px solid #7c837e;
  color: #7c837e;
  font-weight: 700;
  transition: all .2s ease;
  -o-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -webkit-transition: all .2s ease;
}
.radio__text:hover {
    color: #000;
    border-color: #000;
}
.radio_style input:checked + .radio__text {
    color: #d16143;
    border-color: #d16143;
}

.bl-menu-mobile {
    display: none;
    float: left;
}
.bg-mobile_menu {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.2);
    z-index: 2;
}
.open .bg-mobile_menu {
    display: block;
}
.btn-mobile_menu {
    margin-top: 0px;
    padding: 6px 12px;
    height: 44px;
    position: relative;
    z-index: 3;
    display: none;
    cursor: pointer;
    background: #d16143;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 0px;
    z-index: 1000;
}
.btn-mobile_menu .fa-row {
  margin: 3px 0;
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
}
.btn-mobile_menu:hover {
  border-color: #fff;
}
.btn-mobile_menu:hover .fa-row {
  -webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
       -o-transition: all 0.2s ease;
          transition: all 0.2s ease;
}
.btn-mobile_menu.open .fa-row:nth-of-type(1) {
  transform:translateX(0px) translateY(2px) translateZ(0px)
  rotateX(0deg) rotateY(0deg) rotateZ(45deg);
}
.btn-mobile_menu.open .fa-row:nth-of-type(2){
  transform: rotateX(0deg) rotateY(0deg)  translateY(-3px) rotateZ(315deg);
}
.btn-mobile_menu.open .fa-row:nth-of-type(3){
      display:none
}
.ul-mobile-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 3;
    background: #fff;
}
.open > .ul-mobile-menu {
    display: block;
}
.ul-mobile-menu li a {
    padding: 5px 2%;
    display: block;
    position: relative;
}
.ul-mobile-menu li a:hover {
    background: #dce6de;
}
.ul-mobile-menu li a:after {
    content: "";
    display: block;
    width: 96%;
    height: 1px;
    background: #dce6de;
    position: absolute;
    bottom: -1px;
    left: 2%;
}
.ul-mobile-menu li a:hover:after {
    opacity: 0;
}
.ul-mobile-menu li:last-child a:after {
    display: none;
}
.ul-mobile-menu li a span {
    color: #231f1e;
}
.ul-mobile-menu li.active a span {
    color: #d16143;
    font-weight: 700;
}

.relative {
    position: relative;
}
.relative:after {
    content: "";
    display: block;
    clear: both;
}
.breadcrumb {
    margin: 0;
    padding: 25px 0;
    border: none;
    background: transparent;
    border-radius: 0;
    text-align: center;
}
.breadcrumb > li {
    text-shadow: none;
    padding: 0 30px 0 0;
    font-size: 13px;
    color: #79847b;
    text-transform: uppercase;
}
.breadcrumb > li:last-child {
    padding-right: 0;
}
.breadcrumb > li:after {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    right: 3px;
    width: 17px;
    height: 7px;
    background: url(../image/bg-breadcrumb.png) no-repeat 0 0;
    border: none;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.breadcrumb > li:last-child:after {
    display: none;
}
.breadcrumb a {
    position: relative;
    display: inline-block;
    font-size: 13px;
    line-height: 17px;
    color: #79847b;
    text-transform: uppercase;
}
.breadcrumb i {
    font-size: 13px;
}
.breadcrumb li:first-child a {
    border: none;
}
.breadcrumb a:hover,
.breadcrumb a:focus {
    color:  #000;
    border-color:  #79847b;
}
.breadcrumb a:focus {border: none;}
.fa-home:before {
    content: "Главная";
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    line-height: 16px;
    color: #79847b;
}
.fa-home:hover:before {
    border-color: #000;
    color: #000;
}
.img-thumbnail {
    border: none;
    border-radius: 0;
}
.head-top {
    border-bottom: 2px solid #ecf0ed;
    background: #fff;
}
.menu-top-left {
    padding: 10px 0;
    overflow: hidden;
    float: left;
}
.bl-cart {
    float: right;
    width: 20%;
    position: relative;
}
.bl-cart:before {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background: #e9eeea;
    position: absolute;
    top: 0;
    right: 100%;
}
#cart {
    margin-bottom: 0;
    position: relative;
    width: 100%;
}
#cart > button {
    margin-right: 1px;
    padding: 10px 18px;
    padding-left: 40px;
    background: #e9eeea url(../image/bg-id_cart.png) no-repeat 11px 11px;
    transition: all 0s ease;
    width: 100%;
}
#cart > button i {
    display: none;
}
#cart.open > button {
    background: #d16143 url(../image/bg-id_cart_white.png) no-repeat 11px 11px;
    color: #fff;
}
#cart .dropdown-menu table tr td {
    border: none;
}
.cart .tx-cart {
    font-weight: 700;
    font-size: 19px;
    color: #000;
    text-transform: uppercase;
    display: block;

}
.cart .price-cart-total {
    display: inline-block;
    font-size: 13px;
    color: #6d6d6d;
    font-weight: 600;
}
.cart #cart-total  {
    color: #fff;
    font-weight: 400;
    background: #2b2b2b;
}
.cart #cart-total span {
    font-size: 12px;
    line-height: 15px;
    border-bottom: 1px solid transparent;
    -webkit-transition: border-color 0.2s ease;
       -moz-transition: border-color 0.2s ease;
         -o-transition: border-color 0.2s ease;
            transition: border-color 0.2s ease;
}
.cart #cart-total:hover span {
    border-color: rgba(255,255,255,.95);
}
.cart #cart-total span b {
    font-weight: 700;
}

#cart .dropdown-menu {
    margin: 0;
    padding: 0;
    width: 500px;
    min-width: 500px;
    border-radius: 0;
    border: none;
    background: #fff;
    border-top: 4px solid #d16143;
    overflow: hidden;
}
#cart .dropdown-menu li > div {
    min-width: 427px;
    padding: 0;
}
#cart .dropdown-menu table {
    margin-bottom: 0;
    border-right: none;
    border-left: none;
}
#cart .dropdown-menu table tr {
    padding: 0 15px;
}
#cart .dropdown-menu table tr td {
    padding: 8px 7px;
    vertical-align: middle;
    background: transparent;
    -webkit-transition: background 0.2s ease;
       -moz-transition: background 0.2s ease;
         -o-transition: background 0.2s ease;
            transition: background 0.2s ease;
}
#cart .dropdown-menu table.table.table-striped tr:hover td {
    background: rgba(0, 0, 0, 0.07);
}
#cart .dropdown-menu table tr td a {
    color: #74727d;
    font-size: 12px;
    line-height: 18px;
}
#cart .dropdown-menu table.table-bordered tr:nth-child(1) {
    display: none;
}
#cart .dropdown-menu table tr td:first-child {
    padding-left: 20px;
    border-left: none;
}
#cart .dropdown-menu table tr td:last-child {
    padding-right: 40px;
    border-right: none;
}
#cart .dropdown-menu table tr td .link-zakaz {
    padding: 10px 30px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
}
.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    background: url(../img/btn-close.png) no-repeat 0 0;
}
#cart .btn {
    padding: 0px 5px;
}
#cart .btn.btn-remote {
    margin: 0 -7px 0 9px;
}
#cart .dropdown-menu table tr td.cart-prace {
    font-size: 12px;
    line-height: 18px;
    color: #000;
    width: 100px;
    font-weight: 600;
}
#cart .dropdown-menu table tr td.cart-qunt {
    width: 45px;
}
#cart .dropdown-menu table tr td.cart-img {
    width: 84px;
}
#cart .cart-sum b {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    font-weight: 700;
}
#cart .row-cart-page td {
    border: none !important;
}
#cart .dropdown-menu table tr.row-cart-page td {
    padding: 15px 20px;
}
#cart .dropdown-menu table tr td a.link-cart {
    font-size: 12px;
    color: #d16143;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(250,0,0,.3);
}
#cart .dropdown-menu table tr td a.link-cart:hover {
    border-color: #d16143;
}
#cart .dropdown-menu table tr td a {
    color: #74727d;
    font-size: 12px;
    line-height: 18px;
}


.menu-top-left li,
.menu-top-right li {
    margin-right: 24px;
    float: left;
}
.menu-top-right li:last-child {
    margin-right: 0;
}
.menu-top-left li a,
.menu-top-right li a {
    display: block;
}
.menu-top-left li.active a,
.menu-top-right li.active a {
    cursor: default;
}
.menu-top-left li a span,
.menu-top-right li a span {
    color: #a8a8a8;
    font-size: 12px;
    line-height: 20px;
}
.menu-top-left li a:hover span,
.menu-top-right li a:hover span {
    color: #000;
}
.menu-top-left li.active a span,
.menu-top-right li.active a span {
    font-weight: 600;
}

.head-center {
    background: #fff;
}
.bl-logo,
.bl-search,
.bl-calc-top,
.bl-callback-top,
.bl-tel-top {
    padding: 24px 0;
    border-right: 2px solid #f0f3f1;
    float: left;
    height: 96px;
}
.bl-logo {
    padding-top: 13px;
    padding-bottom: 4px;
    width: 20%;
}
.bl-search {
    padding: 20px 0;
}
/* .bl-calc-top {
    padding: 20px 0;
}
.bl-callback-top {
    padding: 20px 0;
}
.bl-tel-top {
    padding: 20px 0;
} */
.bl-search,
.bl-calc-top,
.bl-callback-top,
.bl-tel-top {
    width: 20%;
}
.logo {
    display: block;
    overflow: hidden;

}
.logo span {
    margin-right: 28px;
    float: left;
    width: 139px;
    height: 62px;
    background: url(../image/logo.png) no-repeat 0 0;
}
.logo i {
    margin-top: 15px;
    font-size: 12px;
    line-height: 19px;
    color: #a8a8a8;
    display: block;
    font-style: normal;
}
#search {
    margin: 5px 0 0;
    padding: 5px 20px;
    position: relative;
}
#search input {
    padding: 5px 0;
    padding-right: 20px;
    border: 1px solid #d7d7d7;
    border-width: 0 0 1px 0;
    display: block;
    width: 100%;
    color: #000;
    font-size: 12px;
    line-height: 18px;
    transition: border-color .3s ease;
    -o-transition: border-color .3s ease;
    -moz-transition: border-color .3s ease;
    -webkit-transition: border-color .3s ease;
}
#search input:focus {
    border-color: #000;
}
#search .btn-search {
    position: absolute;
    top: 8px;
    right: 20px;
    color: #c8c8c8;
    transition: color .3s ease;
    -o-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -webkit-transition: color .3s ease;
}
#search .btn-search:hover {
    color: #000;
}
.bl-calc-top,
.bl-callback-top {
    padding-left: 25px;
    padding-right: 15px;
}
.bl-calc-top .link-calc,
.bl-callback-top .link-callback {
    /* padding-left: 40px; */
    display: block;
    color: #a8a8a8;
    font-size: 13px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 700;
    /* background: url(../image/bg-link-calc.png) no-repeat 0 2px; */
}
.bl-calc-top .link-calc:hover,
.bl-callback-top .link-callback:hover {
    color: #000;
}
.bl-tel-top .row-tel-top {
    padding-left: 50px;
    background: url(../image/bg-link-callback.png) no-repeat 0 4px;
}
.head-center .txt-top {
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    color: #a8a8a8;
    display: block;
}
.head-center .txt-bottom {
    font-size: 16px;
    font-weight: 700;
    color: #231f1e;
    display: block;
}
.bl-callback-top .txt-bottom {
    border-bottom: 1px dotted rgba(0, 0, 0, .3);
    display: inline;
    color: #e77003;
}
.bl-callback-top .txt-bottom:hover {
    border-color: rgba(0, 0, 0, 1);
}

.bl-tel-top {
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
}
.row-tel-bottom {
    padding: 0 25px 10px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 2;
    background: #fff;
    display: none;
    box-shadow: 0 3px 3px rgba(0,0,0,.05);
}
.bl-tel-top:hover .row-tel-bottom {
    display: block;
}
.bl-tel-top span {
    display: block;
    font-weight: 700;
    color: #231f1e;
}
.bl-tel-top span i {
    font-style: normal;
    color: #d56f54;
}

.head-bottom {
    background: #e9eeea;
}
.main-menu {
    position: relative;
}
.main-menu:before {
    content: "";
    display: block;
    width: 1px;
    height: 126px;
    background: #dce6de;
    position: absolute;
    top: 17px;
    left: 0;
}
/* .main-menu:after {
    left: auto;
    right: 0;
} */
.main-menu li {
    float: left;
    width: 10%;
    text-align: center;
    position: relative;
}
.main-menu li:after {
    content: "";
    display: block;
    width: 1px;
    height: 148px;
    background: #dce6de;
    position: absolute;
    top: 17px;
    right: 0;
}
.main-menu li a {
    padding: 25px 13px 20px;
    display: block;
    position: relative;
    z-index: 1;
}
.main-menu li a:hover {
    background: rgba(0,0,0,.05);
}
.main-menu li.active a {
    background: #f9faf9;
}
.main-menu li a span {
    color: #231f1e;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 500;
}
.main-menu li a:hover span {
    color: #000;
    font-weight: 700;
}
.main-menu li.active a span {
    color: #d16143;
    font-weight: 700;
}
.main-menu li a span:before {
    margin: 0 auto 18px;
    content: "";
    display: block;
    width: 90px;
    height: 74px;
    background: url(../image/menu_nav.png) no-repeat 0 100px;
}
.main-menu li a.category_id_59 span:before {
    width: 104px;
    background-position: 0 0;
}
.main-menu li a.category_id_60 span:before {
    width: 97px;
    background-position: -104px 0;
}
.main-menu li a.category_id_61 span:before {
    width: 77px;
    background-position: -201px 0;
}
.main-menu li a.category_id_62 span:before {
    width: 49px;
    background-position: -278px 0;
}
.main-menu li a.category_id_63 span:before {
    width: 71px;
    background-position: -327px 0;
}
.main-menu li a.category_id_64 span:before {
    width: 63px;
    background-position: -398px 0;
}
.main-menu li a.category_id_65 span:before {
    width: 48px;
    background-position: -461px 0;
}
.main-menu li a.category_id_66 span:before {
    width: 53px;
    background-position: -509px 0;
}
.main-menu li a.category_id_67 span:before {
    width: 85px;
    background-position: -566px 0;
}
.main-menu li a.category_id_68 span:before {
    width: 48px;
    background-position: -657px 0;
}
.main-menu li.active a.category_id_59 span:before {
    background-position: 0 -74px;
}
.main-menu li.active a.category_id_60 span:before {
    background-position: -104px -74px;
}
.main-menu li.active a.category_id_61 span:before {
    background-position: -201px -74px;
}
.main-menu li.active a.category_id_62 span:before {
    background-position: -278px -74px;
}
.main-menu li.active a.category_id_63 span:before {
    background-position: -327px -74px;
}
.main-menu li.active a.category_id_64 span:before {
    background-position: -398px -74px;
}
.main-menu li.active a.category_id_65 span:before {
    background-position: -461px -74px;
}
.main-menu li.active a.category_id_66 span:before {
    background-position: -509px -74px;
}
.main-menu li.active a.category_id_67 span:before {
    background-position: -566px -74px;
}

.main-menu li.active a.category_id_68 span:before {
    background-position: -657px -74px;
}

.menu-category-image {
    margin: 20px -10px;
    overflow: hidden;
}
.menu-category-image img,
.menu-category-image a {
    margin: 0;
    display: block;
}
.menu-category-image .col-menu-left {
    float: left;
    width: 33.33333%;
    overflow: hidden;
}
.menu-category-image .col-menu-right {
    float: left;
    width: 66.66667%;
    overflow: hidden;
}
.menu-category-image .block-menu {
    padding: 0 10px 20px;
    float: left;
    position: relative;
}
.menu-category-image .link-cat {
    display: block;
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    bottom: 20px;
}
.menu-category-image .link-cat.link-w50-left {
    right: 50%;
}
.menu-category-image .link-cat.link-w50-right {
    left: 50%;
}
.menu-category-image .link-cat:hover {
    background: rgba(0,0,0,.05);
}
.positiopn-absolute {
    position: absolute;
    top: 20px;
    left: 30px;
}
.col-menu-left .positiopn-absolute {
    top: auto;
    bottom: 40px;
}
.link-cat.link-w50-right .positiopn-absolute {
    top: auto;
    bottom: 40px;
    left: auto;
    right: 30px;
}

.row-search-page {
    margin-bottom: 40px;
}
.row-search-page select {
    padding: 16px 10px;
}
.row-search-page input {
    padding: 13px 10px 14px;
}
.row-search-page .btn-primary {
    padding: 14px 10px 13px;
}

.menu-category-image .text-category {
    padding: 3px 10px;
    font-size: 23px;
    line-height: 33px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    background: #d16143;
    display: inline-block;
    vertical-align: top;
    transition: background .2s ease;
    -o-transition: background .2s ease;
    -moz-transition: background .2s ease;
    -webkit-transition: background .2s ease;
}
.menu-category-image .link-cat:hover .text-category {
    background: #ad563f;
}

.m-top-none {
    margin-top: 0 !important;
}
#input-sort {
    margin-top: 12px;
    border-color: transparent;
    box-shadow: none;
    text-shadow: none;
}
.descript-top {
    margin: 0 auto 40px;
    width: 100%;
    text-align: justify;
}

.descript-top ul li {
    position: relative;
    padding: 0 0 0 15px;
    line-height: 1;
    margin: 0 0 10px;
}
.descript-top ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #e77003;
}
.ul-prod-cat {
    margin-bottom: 0;
    margin-top: -2px;
}
.ul-prod-cat:after {
    content: "";
    display: block;
    clear: both;
}
.ul-prod-cat li {
    margin: 0 -2px -2px 0;
    padding: 35px 20px;
    width: 50%;
    float: left;
    border: 2px solid #e7eee8;
    font-size: 13px;
}
.bl-prod {
    overflow: hidden;
}
.bl-prod .bl-img {
    float: left;
}
.bl-prod .bl-info {
    overflow: hidden;
}
.ul-prod-cat li img {
    margin-right: 30px;
    float: left;
}
.ul-prod-cat li .link-prod {
    margin-bottom: 23px;
    display: block;
    /*margin-top: 15px;*/
    line-height: 26px;
}
.ul-prod-cat li .link-prod span {
    color: #231f1e;
    border-bottom: 1px solid #e29b88;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
}
.ul-prod-cat li .link-prod:hover span {
    border-color: #000;
}
.bl-attribute {
/*    margin-bottom: 20px;*/
    color: #79847b;
    font-weight: 400;
    height: 85px;
    overflow: hidden;
    font-size: 14px;
    line-height: 22px;
}
.bl-attribute .attribute_text {
    font-weight: 700;
}
.row-add-cart {
    overflow: hidden;
}
.w50 {
    width: 50%;
    float: left;
}
.bl-price-cat {
    text-align: center;
    font-size: 15px;
}
.bl-price-cat span {
    display: block;
    font-weight: 700;
}
.price {
    overflow: hidden;
    padding-left: 24px;
}
.price-prod {
    margin-top: 8px;
}
.price-old {
    font-size: 15px;
    line-height: 19px;
    color: #d16143;
    text-decoration: line-through;
    float: left;
    margin-right: 5px;
}
.price-new {
    line-height: 20px;
    float: left;
    font-size: 18px;
}

.info-w100 {
    padding: 30px;
    border: 1px solid #d9e1db;
    border-width: 0 1px 1px 1px;
}

.block-product {
    overflow: hidden;
    border: 1px solid #d9e1db;
}
.bl-image-product {
    margin-right: -1px;
    padding: 0 0 50px 0;
    float: left;
    max-width: 566px;
    border-right: 1px solid #d9e1db;
    overflow: hidden;
}
.popup_image {
    margin-bottom: 25px;
    display: block;
    position: relative;
}
.popup_image_inner {
    display: block;
    position: relative;
}
.popup_image:after,
.popup_image_inner:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255,255,255,.3);
    opacity: 0;
    transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    -webkit-transition: opacity .2s ease;
}
.popup_image:hover:after,
.popup_image_inner:hover:after {
    opacity: 1;
}
.bl-image-inner {
    padding-bottom: 14px;
    text-align: center;
    margin-bottom: 40px;
    border-bottom: 1px solid #d9e1db;
}
.head-text {
    margin-bottom: 15px;
    display: block;
    font-weight: 500;
}
.ul-image-inner {
    margin: 0 -10px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.ul-image-inner li {
    padding: 0 10px;
    float: left;
    width: 50%;
}
.ul-image-inner li img {
    width: 100%;
}
.bl-info-product {
    overflow: hidden;
    border-left: 1px solid #d9e1db;
}
.bl-heading-title {
    padding: 30px 35px;
    border-bottom: 1px solid #d9e1db;
}
.bl-heading-title .h1,
.bl-heading-title h1 {
    margin: 0;
    font-size: 24px;
    line-height: 37px;
    text-transform: uppercase;
    font-weight: 700;
}
.bl-heading-title h1 {
    font-size: 28px;
}
.bl-heading-title .h1 {
    font-weight: 400;
}
.bl-option {
    overflow: hidden;
}
.bl-option .int-option {
    padding: 35px;
    float: left;
    width: 50%;
    position: relative;
    border-bottom: 1px solid #d9e1db;
}
.bl-option .int-option:after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -1px;
    background: #d9e1db;
}
.row-int-option {
    margin: 0 -9px;
}
.row-int-option label {
    padding: 0 9px;
}
.head-option {
    margin-bottom: 15px;
    display: block;
    font-size: 15px;
    font-weight: 700;
}

.block-price {
    padding: 35px;
    border-bottom: 1px solid #d9e1db;
}
.block-price:after {
    content: "";
    display: block;
    clear: both;
}
.w50 {
    width: 50%;
    float: left;
}
.bl-price {
    padding-right: 30px;
}
.bl-price .akcija-info {
    font-size: 13px;
    line-height: 20px;
    color: #a7ada8;
}
.row-price {
    margin-top: 8px;
    margin-bottom: 15px;
    overflow: hidden;
}
.row-price span {
    font-size: 30px;
    line-height: 30px;
}
.row-price .price-old {
    line-height: 20px;
}
.row-price .price-old span {
    font-size: 12px;
    line-height: 20px;
}
.text-price {
    margin-right: 5px;
    float: left;
}
.bl-special-price {
    overflow: hidden;
}
.bl-special-price span {
    display: block;
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
}
.bl-special-price .price-old,
.bl-special-price .price-old span {
    font-size: 13px;
    line-height: 17px;
    font-weight: 400;
}

.row-price .total-price {
    font-weight: 700;
}
.block-price .btn {
    padding-top: 10px;
    padding-bottom: 9px;
    font-size: 22px;
    line-height: 32px;
    text-transform: uppercase;
    font-weight: 700;
}
.block-price .btn-one-click {
    margin-bottom: 15px;
}

.block-table thead tr td {
    font-weight: 600;
}
.block-table thead tr td:last-child {
    text-align: center;
}
.block-table tr td {
    background: rgba(241, 243, 247, 0.6);
    border: 4px solid #fff;
    padding: 15px;
}
.block-table tr td:first-child {
    border-left: none;
}
.block-table tr td:last-child {
    border-right: none;
    text-align: center;
}

.descr span {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
}
ul.ul-main li {
    padding-bottom: 10px;
}
.block-attribute {
    padding: 35px;
    border-bottom: 1px solid #d9e1db;
}
.block-into {
    padding: 0 35px 30px 35px;
    margin-bottom: 25px;
    border-bottom: 1px solid #d9e1db;
    overflow: hidden;
}
.block-into.border-bottom-none {
    border-bottom: none;
}
.block-into-iframe {
    padding: 0 35px 35px 35px;
    text-align: center;
}
.block-into-iframe iframe {
    margin: 0 auto;
}
.block-into .block-w50 {
    width: 50%;
    float: right;
}
.block-into .descr-block {
    width: 50%;
    float: left;
    padding-right: 35px;
    min-height: 326px;
}
.block-into .descr-block .descr-name {
    margin-bottom: 10px;
}
.block-into .descr-block .descr-name span {
    font-weight: 800;
    font-size: 18px;
    text-transform: uppercase;
}
.block-into .descr-block .descr-text span {
    margin-bottom: 10px;
    display: block;
}
.block-into .merch {
    width: 50%;
    float: left;
    padding-top: 15px;
    padding-left: 35px;
    border-left: 1px solid #d9e1db;
}
.block-into .pay-block {
    padding-top: 0;
}
.block-into .merch .merch-name {
    margin-bottom: 10px;
}
.block-into .merch .merch-name span {
    font-weight: 800;
    font-size: 18px;
    text-transform: uppercase;
    color: #d56f54;
}
.block-into .garant-block .merch-text span {
    margin-bottom: 10px;
    display: block;
}
.block-into .merch .merch-text span b.red{
    color: red;
}
.block-into ul.ul-table {
    overflow: hidden;
}
.block-into ul.ul-table li:first-child {
    float: left;
    width: 70%;
}
.block-into ul.ul-table li:last-child {
    float: right;
    text-align: right;
    width: 30%;
}
.block-into ul.ul-table li span {
    font-weight: 600;
}
.ul-attribute {
    overflow: hidden;
}
.ul-attribute2 {
    margin-bottom: 10px;
    overflow: hidden;
}
.block-into-table .ul-attribute li {
    width: 100%;
}
.ul-attribute li {
    padding: 10px 0;
    width: 50%;
    float: left;
    overflow: hidden;
    position: relative;
    font-size: 15px;
}
.ul-attribute2 li {
    padding: 10px 5px 10px 10px;
    width: 50%;
    float: left;
    overflow: hidden;
    position: relative;
    font-size: 15px;
    line-height: 17px;
}
.block-into .merch .ul-attribute2 li {
    width: 100%;
    padding: 5px 5px 5px 10px;
}
.block-into .merch .ul-attribute2 li:before {
    top: 12px;
}
.ul-attribute li.last-li:before {
    display: none;
}
.ul-attribute2 li:before {
    content: "";
    display: block;
    width: 4px;
    height: 2px;
    position: absolute;
    top: 17px;
    left: 0;
    background: #d16143;
}
.block-into-table .ul-attribute li:nth-child(2n+1) {
    border-right: none;
}
.ul-attribute li:nth-child(2n+1) {
    border-right: 1px solid #d9e1db;
}
.ul-attribute2 li:nth-child(2n+1) {
    border-right: none;
}
.ul-attribute li .row-attr {
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}
.ul-attribute li .row-attr:last-child {
    margin-bottom: 0;
}
.ul-attribute li:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    border-bottom: 1px dotted #d9e1db;
    position: absolute;
    bottom: 16px;
    left: 0;
}
.ul-attribute li .attribute_name {
    padding-right: 5px;
    float: left;
    background: #fff;
    position: relative;
    z-index: 1;
}
.ul-attribute2 li .attribute_name {
    padding-right: 5px;
    float: left;
    background: #fff;
    position: relative;
    z-index: 1;
}
.ul-attribute2 li .attribute_name {
    font-weight: 400;
    text-transform: none;
}
.ul-attribute li .attribute_text {
    padding-left: 5px;
    float: right;
    font-weight: 700;
    background: #fff;
    position: relative;
    z-index: 1;
}
.ul-attribute li a {
    color: #d16143;
    border-bottom: 1px solid rgb(209, 97, 67, .3);
    text-transform: uppercase;
}
.ul-attribute li a:hover {
    border-bottom: 1px solid rgb(209, 97, 67);
}
.ul-attribute li i {
    font-style: normal;
    color: #a7ada8;
    font-weight: 400;
}
.ul-attribute2 li .attribute_text {
    padding-left: 5px;
    float: right;
    font-weight: 700;
    background: #fff;
    position: relative;
    z-index: 1;
}
.block-into-table .ul-attribute li:nth-child(2n+1) .attribute_text {
    padding-right: 0;
}
.ul-attribute li:nth-child(2n+1) .attribute_text {
    padding-right: 35px;
}
.block-into-table .ul-attribute li:nth-child(2n) .attribute_name {
    padding-left: 0;
}
.ul-attribute li:nth-child(2n) .attribute_name {
    padding-left: 35px;
}

.hold-header {
    padding: 0 15px;
}
.hold-header .header-module {
    margin: 40px 0 25px;
    padding: 0 0 4px;
    border-bottom: 1px solid #e8f0eb;
}
.hold-header .header-module span {
    border-bottom: 1px solid #CDE0D3;
    display: inline-block;
    font-size: 22px;
    line-height: 28px;
    margin: 0;
    padding: 0 0 11px;
    position: relative;
    top: 5px;
    font-weight: 600;
    color: #2a2b2d;
}

.block-prod-inner {
    padding: 0 20px;
}
.bl-inner-product {
    padding: 0 15px;
}
.inner-prod {
  margin: 0 -8px;
  margin-bottom: 40px;
}
.inner-prod li {
    margin-left: -.36em;
    margin-bottom: 10px;
    padding: 0 8px;
    width: 33.3333%;
    display: inline-block;
    vertical-align: top;
}
.inner-prod li img {
    margin: 0 auto;
    display: block;
    width: 69%;
}
.inner-prod .img-bl {
  border-left: none;
}
.inner-prod .head-prod {
  margin-top: 0;
  padding: 0 7px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
}
.inner-prod .head-prod span {
  border-bottom: 1px dotted rgba(0,0,0,.3);
}
.inner-prod a:hover .head-prod span {
  border-color: rgba(0,0,0,.95);
}
.inner-prod .active a .head-prod span {
  border-color: transparent;
  color: #F2981D;
  font-weight: 600;
}

.hold-header.header-table {
    padding: 0 5px;
}
.header-table.hold-header .header-module {
    margin-top: 0;
}
.hold-header.header-table .header-module span {
    font-size: 26px;
    line-height: 33px;
    font-weight: 500;
}
.desktop table.gorelki {
    width: 100%;
    table-layout: fixed;
}
.desktop table.gorelki tr.active td {
    background: #e9ebef;
}
.desktop table.gorelki thead tr td {
    font-weight: 700;
    background: transparent;
}
.desktop table.gorelki tr td {
    width: 35px;
    padding: 10px 1px;
    background: rgba(241, 243, 247, 0.6);
    border-color: #fff;
    font-size: 12px;
    border: 4px solid #fff;
    text-align: center;
    line-height: 17px;
}
.desktop table.gorelki tr td:first-child {
    padding: 5px 3px 5px 8px;
    width: 110px;
    font-weight: 700;
    text-align: left;
    border-left: none;
    background: transparent;
}
.desktop table.gorelki tr td:last-child {
    border-right: none;
}
.desktop table.gorelki tr td.bg {
    background: #39b940;
    border-left: none;
    border-right: none;
    color: #fff;
    font-weight: 600;
}
.desktop table.gorelki tr.active td.bg {
    background: rgba(216, 83, 5, .9);
}
.desktop table.gorelki tr:hover td.bg {
    background: rgba(216, 83, 5, 1);
}

.block-descript {
    padding: 35px;
    padding-top: 0;
    padding-bottom: 10px;
}
.more-descript {
    position: relative;
}
.block-descript .link-readmore {
    margin: 23px 0 0;
    position: relative;
}
.block-descript .link-readmore span,
.block-into .link-readmore span {
    padding-right: 15px;
    position: relative;
    color: #d56f54;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    border-bottom: 1px dotted #d56f54;
}
.block-descript .link-readmore span:hover,
.block-into .link-readmore span:hover {
    color: #94442f;
    border-color: #94442f;
}
.block-descript .link-readmore span:before,
.block-descript .link-readmore span:after {
    content: "";
    display: block;
    width: 600px;
    height: 1px;
    background: #d9e1db;
    position: absolute;
    top: 50%;
    right: 110%;
}
.block-descript .link-readmore span i,
.block-into .link-readmore span i {
    position: absolute;
    top: 2px;
    right: 0;
    display: inline-block;
    vertical-align: top;
    width: 7px;
    height: 7px;
    border-right: 2px solid #d16143;
    border-bottom: 2px solid #d16143;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.block-descript .link-readmore.link-readmore-hidden span i,
.block-into .link-readmore.link-readmore-hidden span i {
    top: 5px;
    transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}
.block-descript .link-readmore span:after,
.block-into .link-readmore span:after {
    right: auto;
    left: 110%;
}
.block-product .h2 {
    margin: 30px 0 19px;
    display: block;
    font-size: 26px;
    line-height: 33px;
}

.block-inner {
    padding: 30px 0;
}
ul.ul-bg li {
    padding-left: 10px;
    position: relative;
}
.garantiya-block ul.ul-bg li:last-child {
    margin-bottom: 10px;
}
ul.ul-bg li:before {
    content: "";
    display: block;
    width: 4px;
    height: 2px;
    position: absolute;
    top: 10px;
    left: 0;
    background: #d16143;
}

ul.ul-news {
    margin-bottom: 10px;
    overflow: hidden;
}
ul.ul-news li {
    float: left;
    padding: 10px;
    position: relative;
    width: 100%;
}
ul.ul-news li:before {
    content: "";
    display: block;
    width: 4px;
    height: 2px;
    position: absolute;
    top: 21px;
    left: 0;
    background: #d16143;
}
a.a-news {
    color: #d16143;
    text-decoration: underline;
}
a.a-news:hover {
    color: #7d2b15;

}




/* MODE BLOG */
.product-list-article .product-thumb.inner_article {
    border: 1px solid #dfe2ea;
}
.article-main {
    padding: 0 30px 30px;
}
.article-main a span {
    color: #46444b;
    border-bottom: 1px solid rgba(0,0,0,.3);
}
.article-main a:hover span {
    border-color: rgba(0,0,0,.9);
}
.row-list-article {
    margin: 0 -15px;
    overflow: hidden;
}
.article-main {
    margin-bottom: 15px;
    border-bottom: 1px solid #dfe2ea;
    background: #fff;
}
.product-list-article {
    padding: 0 15px 30px;
}
.row-list-article .product-thumb .description {
    height: 88px;
    overflow: hidden;
}
.product-list-article .product-thumb {
    padding: 0;
    border: none;
    background: #fff;
    border-bottom: 1px solid #dfe2ea;
}
.product-list-article .product-thumb.product-thumb-new {
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
}
.product-list-article .img-article-cat {
    margin: 0 auto 10px;
}
.product-list-article .name-article {
    padding: 0 15px;
    margin-bottom: 15px;
    display: block;
    height: 63px;
    overflow: hidden;
}
.product-list-article .name-article span {
    color: #46444b;
    border-bottom: 1px solid rgba(0,0,0,.3);
    font-size: 20px;
    line-height: 29px;
    font-weight: 600;
}
.product-list-article .name-article.name-article-new {
    margin: 0;
    height: 53px;
}
.product-list-article .name-article.name-article-new span {
    font-size: 14px;
    line-height: 23px;
}
.product-list-article a:hover .name-article span {
    color: #ff5617;
    border-color: #ff5617;
}
.article-news .link-image {
    margin-right: 15px;
    float: left;
    position: relative;
}
.article-news .head-article {
    margin-top: 19px;
    margin-bottom: 13px;
    text-align: left;
    height: auto;
}
.article-news .date-news {
    margin-top: -5px;
    margin-bottom: 10px;
    display: block;
}
.article-news .aticle-href {
    padding: 9px 0;
    position: absolute;
    bottom: 30px;
    right: -245px;
    width: 215px;
    display: block;
    text-transform: uppercase;
}
.article-news .hold-text {
    max-height: 220px;
    overflow: hidden;
}
.article-news .hold-text .description {
    height: auto;
}
.article-news .product-thumb {
    margin: 0;
}
.hold-text {
    padding: 0 15px 15px;
}
.head-article {
    margin-bottom: 10px;
    text-align: center;
    display: block;
    height: 57px;
    overflow: hidden;
}
.article .product-thumb img {
    margin: 0 auto;
}
.head-article span {
    color: #46444b;
    border-bottom: 1px solid rgba(0,0,0,.3);
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
}
.head-article:hover span {
    border-color: #dc5826;
    color: #dc5826;
}
.article .description {
    margin: 0;
    height: 64px;
    overflow: hidden;
}
.article-category,
.article-page {
    margin-bottom: -30px;
    padding-top: 15px;
    background: #f3f3f3;
}
.head-bold {
    margin: 15px 0 5px;
    display: block;
    font-weight: 600;
}
.article-category .breadcrumb,
.article-page .breadcrumb {
    margin: 0 0 15px 0;
    padding: 0;
    border: none;
    background: transparent;
    border-radius: 0;
    border-bottom: none;
}
.descript-category {
    margin-bottom: 15px;
    padding: 1px 15px 25px;
    color: #888;
    background: #fff;
    border-bottom: 1px solid #dfe2ea;
}
.descript-category h1 {
    text-align: center;
    margin-bottom: -1px;
}
.descript-category-bottom {
    padding: 15px;
    background: #fff;
}
.descript-category-bottom h2 {
    margin-top: 15px;
}
.article-page img.pull-left {
    margin: 0 30px 20px 0;
}
.article-page .index-image {
    max-width: 400px;
}

/* END MODE BLOG */


.static-page {
    min-height: 750px;
    margin-bottom: -30px;
}
#map {
    width: 100%;
    height: 750px;
}
.hold-kontakt {
    position: relative;
}
.hold-kontakt .hold-contacts {
    padding: 30px;
    position: absolute;
    top: 100px;
    right: 0;
    z-index: 2;
    width: 30%;
    float: right;
    background: #fff;
}
.head-center.head-left {
    text-align: left;
}
.hold-kontakt .block {
    margin-bottom: 27px;
    overflow: hidden;
    display: block;
}
.hold-kontakt .hol-image {
    margin-right: 17px;
    padding: 6px;
    padding-top: 4px;
    padding-bottom: 4px;
    border: 1px solid #ff0000;
    float: left;
    border-radius: 100%;
}
.hold-kontakt .text {
    margin-top: -3px;
    float: left;
}
.hold-kontakt .text span {
    display: block;
}
.hold-kontakt .text .text1 {
    font-size: 14px;
    line-height: 18px;
    color: #646464;
}
.hold-kontakt .text .text2 {
    font-size: 16px;
    line-height: 22px;
}
.row-kontakt {
    padding-right: 0;
    overflow: hidden;
}
.page-kontakt {
    position: relative;
    height: 1000px;
}
.head-kontakt h2 {
    margin: 0 0 30px;
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
}
.form-contakt {
    margin-top: 22px;
    padding: 22px 22px 0;
    background: #fff;
    overflow: hidden;
}
.form-contakt .row-form {
    margin: 0 -11px;
    overflow: hidden;
}
.form-contakt .w33 {
    padding: 0 11px 22px;
    width: 33.3333%;
    float: left;
}
.form-contakt .w25 {
    padding: 0 11px 22px;
    width: 25%;
    float: left;
}
.form-contakt .w100 {
    padding: 0 11px 22px;
    float: left;
    width: 100%;
}
.form-contakt .head-form {
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 24px;
    display: block;
    text-transform: uppercase;
    font-weight: 600
}
.form-contakt textarea {
    margin: 0 0 -5px 0;
    width: 100%;
    resize: none;
    background: #f0f5f8;
    border-color: transparent;
}
.form-contakt input {
    background: #f0f5f8;
    border-color: transparent;
}




footer {
    margin-top: 30px;
    padding: 20px 0;
    background-color: #e9eeea;
    color: #231f1e;
    border: none;
}

#policy{
    position:fixed;
    z-index:9999;
    bottom:0;
    left: 0;
    right: 0;
    opacity:0;
    visibility:hidden;
    display:none;
    -webkit-transition:.3s;
    -moz-transition:.3s;
    -ms-transition:.3s;
    -o-transition:.3s;
    transition:.3s
}
#policy a span {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#policy a:hover span {
    border-color: rgba(255, 255, 255, 0.9);
}
#policy.active {
    display: block;
}
#policy.activated {
    margin-bottom: 0;
    opacity: 1;
    visibility: visible;
}
.policy__container {
    background-color: rgba(44, 44, 44, 0.91);
    padding: 12px 0 17px;
    color:#fff;
    position:relative;
    text-align: center;
}
#policy .container {
    margin-top: 5px;
}
#policy .close,
.modal-header .close {
    position: absolute;
    top: 11px;
    right: 9px;
    background: url(../image/cancel2.png) no-repeat 0 0;
    display: block;
    width: 18px;
    height: 18px;
    z-index: 1;
    opacity: 1;
}
#policy .close:hover,
.modal-header .close:hover {
    background-position: -18px 0;
}
.policy__container::before,.policy__container::after{
    content:'';
    display:table;
    clear:both
}
#policy .link-prod-index.grey {
    width: auto;
    display: inline-block;
    padding: 0px 15px;
    vertical-align: top;
    height: 30px !important;
    line-height: 29px !important;
    border: 1px solid #ed1928;
}
#policy .link-prod-index.grey:hover {
    background: #fff;
    border-color: #fff;
    color: #000;
}
#policy p {
    margin: 6px 14px 0 0;
    vertical-align: top;
    display: inline-block;
}
#policy .btn-cookie {
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
    width: auto;
    color: #fff;
}
#policy b {
    font-weight: 800;
}


.block-border {
    margin-top: 50px;
    border-bottom: 2px solid #e7eee8;
}
.block-doubleblock {
    overflow: hidden;
}
.block-doubleblock h1,
.block-doubleblock h2 {
    margin-top: 0;
}
.block-doubleblock .block-75w {
    width: 66.6666%;
    float: left;
    border: 2px solid #e7eee8;
    border-top: none;
}
.block-doubleblock .block-75w .block-25w {
    width: 50%;
}
.block-doubleblock .block-75w .border-left-none {
    border-left: none;
}
.block-doubleblock .block-75w .block-75w-top {
    padding: 30px 30px 0 30px;
    overflow: hidden;
    border-bottom: 2px solid #e7eee8;
    height: 414px;
}
.block-doubleblock .block-75w .block-75w-top .txt-block-75w {
    width: 50%;
    float: right;
    padding-left: 70px;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.block-doubleblock .block-75w .block-75w-top .txt-block-75w h2 {
    color: #e77003;
    font-size: 24px;
    margin-top: 0;
    float: right;
    text-align: right;
}
.block-doubleblock .block-75w .block-75w-top .txt-block-75w span {
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
    float: right;
}
.block-doubleblock .block-75w .block-75w-top .txt-block-75w p {
    position: absolute;
    bottom: 15px;
    right: 0;
    padding-left: 30px;
    text-align: right;
}
.block-doubleblock .block-75w .block-75w-top .img-block-75w {
    width: 50%;
    float: left;
    position: relative;
}
.block-doubleblock .block-75w .block-75w-bot {
    padding: 25px 30px;
    text-align: center;
    overflow: hidden;
    background: rgba(236, 240, 237, .39);
}
.block-doubleblock .block-25w .block-25w-bot {
    padding: 24px 25px 24px 30px;
    text-align: center;
    overflow: hidden;
    background: rgba(236, 240, 237, .39);
}
.block-doubleblock .block-75w-bot a {
    position: relative;
    font-weight: 500;
    float: left;
    margin-right: 18px;
}
.block-doubleblock .block-75w-bot a:last-child {
    display: none;
}
.block-doubleblock .block-75w-bot a:nth-child(9) {
    float: right;
    font-weight: 600;
    margin-right: 0;
    text-transform: uppercase;
}
.block-doubleblock a span {
    border-bottom: 1px solid rgba(231, 112, 3, .5);
}
.block-doubleblock a span i {
    font-style: normal;
    font-weight: 700;
}
.block-doubleblock a:hover span {
    border-color: rgba(231, 112, 3, 1);
    color: rgba(231, 112, 3, 1);
}
.block-doubleblock .block-25w {
    width: 33.3333%;
    float: left;
    border: 2px solid #e7eee8;
    border-top: none;
    border-left: none;
}
.block-doubleblock .block-25w .block-25w-top {
    padding: 30px 30px 0 30px;
    overflow: hidden;
    border-bottom: 2px solid #e7eee8;
    height: 414px;
    position: relative;
        text-align: center;
}
.block-doubleblock .block-25w .block-25w-top h1 {
    font-size: 24px;
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 20px;
}
.block-doubleblock .block-25w .block-25w-top p {
    position: absolute;
    bottom: 15px;
    left: 0;
    padding: 0 30px;
    font-size: 15px;
}
.block-doubleblock .block-25w .block-25w-top-double {
    height: 900px;
}
.block-doubleblock .block-25w .block-25w-top-double img {
    max-width: 95%;
}
.block-doubleblock .block-25w-bot a {
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
}


.block-doubleblock-2 .block-75w .block-75w-bot {
    border-bottom: 2px solid #e7eee8;
}
.block-doubleblock-2 .block-25w {
    border-left: 2px solid #e7eee8;
    border-right: none;
}
.block-doubleblock-2 .block-75w {
    border-bottom: none;
}
.block-doubleblock-2 .block-75w .block-25w-top {
    height: 412px;
}
.block-doubleblock-2 .block-75w .block-25w-top a.a-img-href {
    padding: 0 75px 15px 75px;
}
.block-doubleblock-2 .block-75w .block-75w-top .img-block-75w {
    float: right;
}
.block-doubleblock-2 .block-75w .block-75w-top .txt-block-75w {
    float: left;
    padding-right: 70px;
    padding-left: 0;
}
.block-doubleblock-2 .block-75w .block-75w-top .txt-block-75w p {
    left: 0;
    padding-left: 0;
    padding-right: 30px;
    text-align: left;
}
.block-doubleblock-2 .block-75w .block-75w-top .txt-block-75w h2 {
    float: left;
    text-align: left;
}
.block-doubleblock-2 .block-75w .block-75w-top .txt-block-75w span {
    float: left;
}
.block-doubleblock-2 .block-25w {
    border-bottom: none;
}
.block-doubleblock-2 .block-75w-bot a:nth-child(4) {
    float: right;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 0;
}
.block-border-bot {
    border-bottom: 2px solid #e7eee8;
    margin-bottom: 60px;
}
.block-doubleblock .a-img-href {
    display: block;
    position: relative;
}
.block-doubleblock .a-img-href:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.block-doubleblock .a-img-href:hover:before {
    background: rgba(255, 255, 255, .2);
}


.box-news-home {
    margin-bottom: 60px;
    overflow: hidden;
    clear: both;
}
.articles-row-home {
    margin: 0;
    overflow: hidden;
}
.articles-row-home .article-home {
    padding: 0;
    width: 25%;
    float: left;
    border: 2px solid #e7eee8;
    border-bottom: none;
    border-top: none;
    height: 399px;
}
.articles-row-home .article-home:nth-child(1),
.articles-row-home .article-home:nth-child(2),
.articles-row-home .article-home:nth-child(3) {
    border-right: none;
}
.article-home a {
    display: block;
    position: relative;
}
.article-home .date-article {
    margin-top: 8px;
    margin-bottom: 8px;
    display: block;
    color: #74727d;
    background: #e77003;
    padding: 0 5px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
    position: absolute;
    bottom: 15px;
    left: 15px;
}
.article-home .article_name {
    margin-bottom: 6px;
    display: block;
    font-size: 15px;
    line-height: 23px;
    overflow: hidden;
    text-transform: uppercase;
    color: #231f1e;
    font-weight: 600;
}
.article-home .descript-article {
    height: 38px;
    overflow: hidden;
    display: block;
    margin-bottom: 17px;
    font-size: 14px;
    line-height: 20px;
    color: #231f1e;
}
.article-home a .link-article-home span {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    border-bottom: 1px solid rgba(231, 112, 3, .5);
    text-transform: uppercase;
    color: #231f1e;
    text-align: center;
}
.article-home a .link-article-home:hover span {
    border-color: rgba(231, 112, 3, 1);
    color: rgba(231, 112, 3, 1);
}
.article-home a:hover .link-article-home span {
    border-color: #dc5826;
}
.articles-row-home .bg-image {
    position: relative;
    padding: 15px;
    border-bottom: 2px solid #e7eee8;
}
.articles-row-home .bg-image:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(0,0,0,.05);*/
    z-index: 0;
}
.articles-row-home .bl-info {
    padding: 0;
    height: 168px;
    position: relative;
}
.articles-row-home .link-article-home {
    width: 100%;
    height: 25%;
    text-align: center;
    border-top: 2px solid #e7eee8;
    padding: 9px;
    background: rgba(236, 240, 237, .39);
}
.bl-info .bl-info-top {
    height: 75%;
    padding: 15px;
    margin-bottom: 15px;
}



footer .bl-row {
    margin: 0 -11px;
    overflow: hidden;
}
footer .bl-row .col-4 {
    width: 25%;
    float: left;
    padding: 0 11px;
}
footer .head-footer span {
    display: block;
    text-transform: uppercase;
}
footer .head-footer .text1 {
    font-size: 15px;
}
footer .head-footer .text2 {
    font-size: 23px;
    line-height: 33px;
}
footer .footer-socset {
    margin: 20px 0 6px;
    overflow: hidden;
}
footer .tel-footer {
    display: block;
    font-size: 26px;
    line-height: 24px;
    font-weight: 700;
    margin: 5px 0 17px 0;
}
.bottom-footer {
  padding: 40px 0;
  background: #eaf1f6;
}
.bottom-footer .head-footer.bg-row {
  margin-bottom: 32px;
  padding-bottom: 19px;
  position: relative;
}
.bottom-footer .head-footer.bg-row:before {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #ec743f;
  position: absolute;
  bottom: 0;
  left: 0;
}
.bottom-footer .head-footer span {
  display: block;
  text-transform: uppercase;
}
.bottom-footer .head-footer .text1 {
  font-size: 15px;
  font-weight: 600;
}
.bottom-footer .head-footer .text2 {
  font-size: 23px;
  line-height: 33px;
  font-weight: 700;
}

.footer-socset {
  margin: 16px 0 37px;
  overflow: hidden;
}
.footer-socset li {
  margin-right: 10px;
  float: left;
}
.footer-socset a {
  display: block;
  width: 31px;
  height: 31px;
  background: url(../image/spr_socset.png) no-repeat 0 0;
}
.footer-socset .facebook a {
  /*background-position: 0 0;*/
  background-position: -5px -5px;
}
.footer-socset .vk a {
  /*background-position: -41px 0;*/
  background-position: -210px -5px;
}
.footer-socset .twitter a {
  /*background-position: -82px 0;*/
  background-position: -169px -5px;
}
.footer-socset .youtube a {
  /*background-position: -123px 0;*/
  background-position: -251px -5px;
}
.footer-socset .instagram a {
  /*background-position: -164px 0;*/
  background-position: -46px -5px;
}
.footer-socset .pinterest a {
  /*background-position: -164px 0;*/
  background-position: -87px -5px;
}
.footer-socset .tumblr a {
  /*background-position: -164px 0;*/
  background-position: -128px -5px;
}

.link-color li {
  margin-bottom: 5px;
}
.link-color a {
  color: #e5703b;
  font-size: 14px;
  border-bottom: 1px solid #b7bcc0;
  font-weight: 500;
}
.link-color a:hover {
  border-color: #000;
  color: #000;
}
.ul-link li {
  margin-bottom: 6px;
}
.ul-link a {
  font-size: 14px;
  color: #000;
  border-bottom: 1px solid #ebb097;
  font-weight: 500;
}
.ul-link a:hover {
  border-color: #e5703b;
  color: #e5703b;
}
.footer-kontact {
  font-size: 14px;
  line-height: 26px;
}
.adr {
  margin-right: 5px;
  display: inline-block;
  width: 13px;
  height: 18px;
  vertical-align: middle;
  background: url(../image/bg-adr.png) no-repeat 0 0;
}
.footer-kontact hr {
  margin: 14px 0;
  border-color: rgba(206, 214, 220, 1);
}
.footer-kontact button {
  padding: 0;
  font-size: 14px;
  color: #ec743f;
  border-bottom: 1px solid #e7ae94;
  line-height: 17px;
}
.footer-kontact button:hover {
  border-color: #ec743f;
}

ul.ul-description-top li {
    float: left;
    width: 33.3333%;
    padding: 5px 5px 5px 0;
    position: relative;
}
ul.ul-description-top li:nth-child(3n+1) {
    padding: 5px 5px 5px 0;
}
ul.ul-description-top li:nth-child(3n+2) {
    padding: 5px;
}
ul.ul-description-top li:nth-child(3n+3) {
    padding: 5px 0 5px 5px;
}
ul.ul-description-top li .controller_control {
    background: #e9eeea;
    height: 150px;
    padding: 15px 25px 0 25px;
    position: relative;
}
ul.ul-description-top li .controller_control .fan_1 {
    background: url(../image/icons/icon_fan_1.png) no-repeat center 0;
}
ul.ul-description-top li .controller_control .pump_co_2 {
    background: url(../image/icons/icon_pump_co_2.png) no-repeat center 0;
}
ul.ul-description-top li .controller_control .shnek_2 {
    background: url(../image/icons/icon_shnek_2.png) no-repeat center 0;
}
ul.ul-description-top li .controller_control .cleaning {
    background: url(../image/icons/icon_cleaning.png) no-repeat center 0;
}
ul.ul-description-top li .controller_control .pump_gvs {
    background: url(../image/icons/icon_pump_gvs.png) no-repeat center 0;
}
ul.ul-description-top li .controller_control .fan_2 {
    background: url(../image/icons/icon_fan_2.png) no-repeat center 0;
}
ul.ul-description-top li .controller_control .shnek {
    background: url(../image/icons/icon_shnek.png) no-repeat center 0;
}
ul.ul-description-top li .controller_control .shnek_3 {
    background: url(../image/icons/icon_shnek_2.png) no-repeat center 0;
}
ul.ul-description-top li .controller_control .ten {
    background: url(../image/icons/icon_ten.png) no-repeat center 0;
}
ul.ul-description-top li .controller_control .fan_3 {
    background: url(../image/icons/icon_fan_1.png) no-repeat center 0;
}
ul.ul-description-top li .controller_control .fan_4 {
    background: url(../image/icons/icon_fan_1.png) no-repeat center 0;
}
ul.ul-description-top li .controller_control .ten_2 {
    background: url(../image/icons/icon_ten.png) no-repeat center 0;
}
ul.ul-description-top li .controller_control .fan_5 {
    background: url(../image/icons/icon_fan_1.png) no-repeat center 0;
}
ul.ul-description-top li .controller_control span {
    padding-top: 55px;
    display: block;
    text-align: center;
    font-weight: 600;
}
header .text-menu-mobile {
    display: none;
}

.garantiya-block {
    margin-bottom: 20px;
}
.garantiya-block span {
    font-size: 20px;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
}
a.href-zakon {
    color: #d16143;
    border-bottom: 1px solid rgba(209, 97, 67, .3);
}
a.href-zakon:hover {
    border-color: rgba(209, 97, 67, 1);
}

#simplecheckout_customer .form-group {
    width: 25%;
    float: left;
    margin-right: 0;
    margin-left: 0;
}
#simplecheckout_customer .form-group:last-child {
    width: 100%;
}
#simplecheckout_customer .row-customer_register {
    width: 100%;
}
#simplecheckout_customer .col-sm-8 {
    float: none;
    width: 100%;
}
#simplecheckout_customer .row-customer_email .col-sm-8 {
    padding-left: 0;
    padding-right: 7.5px;
}
#simplecheckout_customer .row-customer_password .col-sm-8,
#simplecheckout_customer .row-customer_confirm_password .col-sm-8 {
    padding-left: 7.5px;
    padding-right: 7.5px;
}
#simplecheckout_customer .row-customer_telephone .col-sm-8 {
    padding-right: 0;
    padding-left: 7.5px;
}
#simplecheckout_customer .form-horizontal .form-group .col-sm-4 {
    width: auto;
    padding-left: 7.5px;
}
#simplecheckout_customer .form-horizontal .row-customer_email .col-sm-4 {
    padding-left: 0;
}

#simplecheckout_shipping_address .form-group {
    margin-right: 0;
    margin-left: 0;
}
#simplecheckout_shipping_address .col-sm-4 {
    width: 30%;
    text-align: left;
}
#simplecheckout_shipping_address .col-sm-8 {
    width: 70%;
    padding: 0;
}

.simplecheckout-block-content {
    padding: 15px 0;
    background: #fff;
}

.col-sm-9 h1 {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}
a.agree {
    border-bottom: 1px dotted #000;
}
a.agree:hover {
    color: #e77003;
    border-color: #e77003;
}

.payment-block {
    margin-top: 30px;
    margin-bottom: 30px;
}
.payment-block a,
.delivery-block a {
    border-bottom: 1px dotted #000;
}
.payment-block a:hover,
.delivery-block a:hover {
    border-color: #e77003;
    color: #e77003;
}
.delivery-payment-span {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 10px;
    display: block;
}

a.visa-master {
    display: block;
    background: url(/image/visa_liqpay.png) no-repeat 0 0;
    width: 200px;
    height: 32px;
    margin-top: 63px;
}

.modal-header {
    position: relative;
}
.modal .btn {
    padding: 5px 15px;
    line-height: 26px;
    font-size: 14px;
}



table.battery_characteristics {
    background-color: rgb(233, 238, 234);
    border-collapse: collapse;
    border-spacing: 3px;
    font-size: 13px;
}
table.battery_characteristics tr {
    border-bottom: 3px solid white;
    line-height: 18px;
}
.th_top {
   text-align: center;
   border-right: 3px solid white;
   padding: 8px 8px;
}
.th_bot {
  text-align: center;
  padding: 8px 8px;
}

table.battery_characteristics th {
    text-align: center;
    padding-top: 8px;
    padding-bottom: 7px;
}
.td1_top {
   border-right: 3px solid white;
}
.td_bottom {
    text-align: center;
    padding: 6px 8px;
}
.td_top2 {
    text-align: left;
    border-right: 3px solid white;
    padding-left: 8px;
    padding-right: 8px;
}
.td_top3 {
    text-align: left;
    border-right: 3px solid white;
    padding: 6px 8px;
}
.td1_top2 {
    border-right: 3px solid white;
    text-align: left;
    padding: 6px 8px;
}
.td1_top3_last {
    text-align: left;
    border-right: 3px solid white;
    line-height: 18px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 5px;
    padding-top: 5px;
}
.td_normal {
    padding: 6px 8px;
    text-align: center;
    border-right: 3px solid white;
}
.td1_bottom3_last {
    text-align: center;
    padding: 4px;
    padding-top: 3px;
    padding-bottom: 5px;
}

.seo-text.bottom-seo-text {
    margin-top: 25px;
    font-style: italic;
}

.seo-text-middle p {
    font-style: italic;
}

.seo-text.bottom-seo-text p {
    margin-top: 15px;
}