* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
}

body {
  background: #fff;
  color: #333;
  font: 14px 'Exo2-Regular', sans-serif;
  height: 100%;
  line-height: 18px;
  width: 100%;
}

a {
  color: #333;
  outline: none;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
  color: #333;
}

img {
  border: 0;
  max-width: 100%;
}

button {
  border: 0;
  cursor: pointer;
  font-family: 'Exo2-Regular';
  outline: none;
}

input {
  border: 0;
  font-family: 'Exo2-Regular';
  outline: none;
  vertical-align: middle;
}

input[type="submit"],
input[type="button"] {
  cursor: pointer;
  font-family: 'Exo2-Regular';
  webkit-appearance: none;
}

textarea {
  font-family: 'Exo2-Regular';
  outline: none;
  resize: none;
}

:invalid {
  box-shadow: none;
}

ol,
ul {
  list-style-position: inside;
}

strong {
  font-family: "Exo2-Bold";
  font-weight: normal;
}

::-webkit-input-placeholder {
  color: #999999;
  font-size: 14px;
  opacity: 1;
  transition: opacity 0.3s ease;
}

::-moz-placeholder {
  color: #999999;
  font-size: 14px;
  opacity: 1;
  transition: opacity 0.3s ease;
}

:-moz-placeholder {
  color: #999999;
  font-size: 14px;
  opacity: 1;
  transition: opacity 0.3s ease;
}

:-ms-input-placeholder {
  color: #999999;
  font-size: 14px;
  opacity: 1;
  transition: opacity 0.3s ease;
}

:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

:focus:-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

:focus:-ms-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.wrapper {
  height: 100%;
  height: auto !important;
  min-height: 100%;
}

.inner {
  margin: 0 auto;
  max-width: 1170px;
  position: relative;
}

.fll {
  float: left;
}

.flr {
  float: right;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.in-row>* {
  display: inline-block;
  vertical-align: top;
}

.in-row>script {
  display: none !important;
}

.in-row:nth-child(3n) {
  margin-right: 0 !important;
}

.in-row-mid>* {
  display: inline-block;
  vertical-align: middle;
  font: 14px 'Exo2-Regular', sans-serif;
}

.hid {
  overflow: hidden;
}

.no-margin {
  margin-right: 0 !important;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

/* Header */

.header {
  border-top: 3px solid #76AC00;
  position: relative;
  z-index: 150;
}

.header {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .1);
  z-index: 120;
}

.header.top {
  background: #fff;
  width: 100%;
}

.header .lvl1 {
  padding: 26px 0;
}

.header .lvl1 .col1>* {
  display: inline-block;
  vertical-align: middle;
}

.header .lvl1 .col1 {
  margin-right: 4.7%;
  width: 199px;
}

.header .lvl1 .col1 strong {
  margin-left: 10px;
}

.header .lvl1 .col3 {
  margin: 0 2% 0 7%;
}

.header .lvl1 .col4 .btn {
  margin-left: 42px;
}

.link-email {
  margin: 0 0 0 32px;
  position: relative;
  display: inline-block;
  color: #333;
  text-decoration: underline;
}

.link-email:hover {
  text-decoration: underline;
  color: #333;
}

.link-email:before {
  background: url(../images/one_sprite.png) no-repeat;
  content: "";
  height: 24px;
  left: -32px;
  position: absolute;
  top: -2px;
  width: 24px;
}

.link-phone {
  display: inline-block;
  top: 1px;
  font-family: "Exo2-SemiBold";
  font-size: 18.5px;
  position: relative;
  text-decoration: none;
}

.link-phone:before {
  background: url(../images/one_sprite.png) no-repeat -26px 0;
  content: "";
  height: 24px;
  left: -33px;
  position: absolute;
  top: 0px;
  width: 24px;
}

.header .link-phone {
  display: inline-block;
  color: #333;
}

.btn,
input[type="submit"] {
  cursor: pointer;
  margin-right: 12px;
  margin-bottom: 7px !important;
  background: #76AC00;
  border: 1px solid #76AC00;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-family: "Exo2-Bold";
  height: 37px;
  letter-spacing: .7px;
  line-height: 37px;
  padding: 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: .4s;
  width: 196px;
}

.popup-window.popup-window-with-titlebar {
  padding: 10px 20px 5px !important;
}

.popup-window-titlebar-text,
.popup-window-with-titlebar .popup-window-content {
  padding: 0 !important
}

.popup-window-buttons .btn {
  border: 1px solid #76AC00 !important;
}

.popup-window-buttons .btn:last-child {
  margin-right: 0;
}

.popup-window-close-icon {
  background: url(../images/one_sprite.png) no-repeat -227px -27px !important;
  width: 17px !important;
}

.btn:hover,
input[type="submit"]:hover {
  background: #fff;
  color: #76AC00;
}

input[type="reset"] {
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  color: #666;
  display: inline-block;
  font-family: "Exo2-SemiBold";
  font-size: 14px;
  height: 37px;
  letter-spacing: .7px;
  line-height: 37px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: .4s;
  width: 198px;
}

input[type="reset"]:hover {
  background: #ccc;
  color: #fff;
}

.subscribe-edit p {
  margin: 7px 0;
}

.subscribe-edit {
  margin: 0 0 20px;
}

.header .lvl2 {
  background: #fff;
  border-top: 1px solid #e5e5e5;
  position: relative;
  z-index: 110;
}

.header .lvl2 .col1>ul {
  list-style: none;
}

.header .lvl2 .col1>ul>li {
  display: inline-block;
  padding: 0 2.3%;
  position: relative;
  vertical-align: top;
}

.header .lvl2 .col1>ul>li:first-child {
  padding-left: 0;
}

.header .lvl2 .col1>ul>li:hover>ul {
  display: block;
}

.header .lvl2 .col1>ul>li>ul li:hover>ul {
  display: block;
}

.header .lvl2 .col1>ul>li>a {
  color: #000;
  cursor: pointer;
  display: block;
  font-family: "Exo2-Bold";
  padding: 25px 0;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: .4s;
}

.header .lvl2 .col1>ul>li>ul {
  background: #f0f0f0;
  display: none;
  left: 0;
  list-style: none;
  position: absolute;
  top: 68px;
}

.header .lvl2 .col1>ul>li ul {
  border-left: 1px solid #76AC00;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .1);
  font-size: 16px;
  list-style: none;
  z-index: 100;
}

.header .lvl2 .col1>ul>li ul a {
  text-decoration: none;
}

.header .lvl2 .col1>ul>li ul a:hover {
  color: #76AC00;
}

.header .lvl2 .col1>ul>li ul li:last-child a {
  border-bottom: 0;
}

.header .lvl2 .col1>ul>li ul>li {
  position: relative;
}

.header .lvl2 .col1>ul>li ul li a {
  border-bottom: 1px solid #cccccc;
  color: #333;
  display: block;
  margin: 0 16px;
  min-width: 190px;
  padding: 11px 0 13px;
}

.header .lvl2 .col1>ul>li ul ul {
  background: #f0f0f0;
  display: none;
  left: 100%;
  min-width: 280px;
  position: absolute;
  top: 0;
}

.header .lvl2 .col1>ul>li>a:hover {
  color: #76AC00;
}

.header .lvl2 .col1>ul>li>a.active {
  color: #76AC00;
}

.header .lvl2 .col1>ul>li>a.active:before {
  opacity: 1;
}

.header .lvl2 .col1>ul>li>a:before {
  background: #76AC00;
  content: "";
  height: 1px;
  left: -7.5%;
  opacity: 0;
  position: absolute;
  top: -1px;
  transition: .4s;
  width: 115%;
}

.header .lvl2 .col1>ul>li>a:hover:before {
  opacity: 1;
}

.btn-search {
  background: url(../images/one_sprite.png) no-repeat -51px 0px;
  cursor: pointer;
  display: inline-block;
  height: 24px;
  margin: 21px 0 0;
  vertical-align: top;
  width: 24px;
}

.header .lvl2 .col1 {
  width: 96%;
}

.header .lvl2 .arrow>a {
  position: relative;
}

.header .lvl2 .arrow>a span:after {
  content: ">";
  font-family: "Exo2-Light";
  font-size: 18px;
  padding: 3px 4px;
  position: absolute;
  right: 0px;
  top: 8px;
}

.header .lvl2 .arrow:hover>a span:after {
  color: #76AC00;
}

.header .lvl3 span {
  color: #666666;
  font-size: 20px;
  text-transform: uppercase;
}

.header .lvl3 form>div {
  margin-left: 3.5%;
  width: 76%;
}

.header .lvl3 input[type="text"] {
  background: #fff;
  border-radius: 4px 0 0 4px !important;
  border-radius: 4px;
  height: 35px;
  padding: 0 1.5%;
  width: 84%;
}

.header .lvl3 input[type="submit"] {
  background: #76AC00;
  border-radius: 0 4px 4px 0;
  color: #fff;
  display: inline-block;
  font-family: "Exo2-Bold";
  height: 37px;
  letter-spacing: 1px;
  line-height: 37px;
  margin-left: -4px;
  padding: 0 22px;
  text-transform: uppercase;
  transition: .4s;
  width: auto;
}

.header .lvl3 input[type="submit"]:hover {
  background: #76AC00;
}

.header .lvl3 .close {
  background: url(../images/one_sprite.png) no-repeat -227px -27px;
  cursor: pointer;
  height: 16px;
  position: absolute;
  right: 0;
  top: 10px;
  width: 15px;
}

.header .lvl3 {
  background: #f0f0f0;
  bottom: 0;
  left: 0;
  opacity: 0;
  padding: 15px 0;
  position: absolute;
  transition: .7s;
  width: 100%;
}

.header .lvl3.active {
  bottom: -67px;
  opacity: 1;
}

/* Middle */

.content {
  padding: 0 0 125px;
}

.slider1 .bx-pager {
  display: none;
}

.slider1 .bx-controls-direction a,
.owl-nav>div {
  border: 1px solid #333;
  display: block !important;
  font-size: 0;
  height: 40px;
  position: absolute;
  top: -230px;
  width: 40px;
}

.slider1 .bx-controls-direction,
.owl-nav {
  position: relative;
  z-index: 100;
}

.slider1 .bx-controls-direction a:before,
.owl-nav>div:before,
.ms-nav-next:before,
.ms-nav-prev:before {
  background: url(../images/one_sprite.png) no-repeat -235px 0;
  content: "";
  height: 17px;
  left: 13px;
  position: absolute;
  top: 12px;
  width: 12px;
}

.master-slider .ms-nav-next:before,
.master-slider .ms-nav-prev:before {
  background: url(../images/one_sprite.png) no-repeat -235px 0;
  content: "";
  left: 7px;
  position: absolute;
  top: 12px;
  width: 12px;
}

.bx-retina .bx-filter .bx-filter-input-container input {
  margin-right: 5px;
}

/*slider1*/

.slider1 .bx-next,
.owl-next {
  right: 50px;
}

.slider1 .bx-prev,
.owl-prev {
  left: 50px;
}

.slider1 .bx-next:before,
.owl-next:before,
.ms-nav-next:before {
  background-position: -248px 0 !important;
  left: 14px !important;
}

.slider1 .bx-prev:hover:before,
.owl-prev:hover:before,
.ms-nav-prev:hover:before {
  background-position: -262px 0;
}

.slider1 .bx-next:hover:before,
.owl-next:hover:before,
.ms-nav-next:hover:before {
  background-position: -275px 0 !important;
}

.slider1 .bx-controls-direction a:hover,
.owl-nav>div:hover {
  background: #fff;
  border-color: #76AC00;
}

.title1 {
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
}

.title2 {
  font-family: "Exo2-Bold";
  font-size: 60px;
  line-height: 60px;
  text-transform: uppercase;
}

.slider1 {
  color: #000;
  height: 423px;
  overflow: hidden;
}

.slider1 .btn {
  height: 48px;
  line-height: 48px;
}

.btn2 {
  background: #fff;
  border: 1px solid #76AC00;
  border-radius: 4px;
  color: #76AC00;
  display: inline-block;
  font-family: "Exo2-Bold";
  height: 48px;
  letter-spacing: .7px;
  line-height: 48px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: .4s;
  width: 198px;
}

.btn2:hover {
  background: #76AC00;
  color: #fff;
}

.slider1 p {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 35px;
  max-width: 530px;
}

.slider1 .bx-viewport li {
  padding: 67px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 0;
  min-height: 290px;
}

.slider1 li {
  padding: 67px 0;
  list-style: none;
}

.slider1 .title2 {
  margin: 17px 0 23px;
}

.slider1 li .inner>* {
  margin-left: 24px;
}

.slider1 .btn {
  margin-right: 14px;
}

.slider1 p {
  min-height: 80px;
}

/*end slider1*/

/*advantages*/

.advantages {
  padding: 35px 0;
}

.advantages>.in-row-mid>div {
  width: 22.7%;
}

.advantages>.in-row-mid>div>div {
  margin: 0 0 0 5%;
  width: 74%;
}

.advantages .block img {
  margin-top: -9px;
}

.advantages .block {
  margin-right: 5%;
}

.advantages .block2 {
  margin-right: 3%;
}

/*end advantages*/

/*blocks1*/

.blocks1 {
  background: #f2f2f2;
  padding: 42px 0;
  text-align: center;
}

.blocks1 .in-row>a {
  background: url(../images/bg.jpg);
  background-size: 100% 100%;
  color: #fff;
  display: inline-block;
  line-height: 24px;
  margin-right: 4%;
  padding: 32px 0;
  text-decoration: none;
  vertical-align: top;
  width: 30.3%;
}

.blocks1 .in-row>a:hover {
  background: #76AC00;
  background: linear-gradient(45deg, #90D200 0%, #76AC00 100%);
  background: -moz-linear-gradient(45deg, #90D200 0%, #76AC00 100%);
  background: -webkit-linear-gradient(45deg, #90D200 0%, #76AC00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#90D200', endColorstr='#ef4b25', GradientType=1);
}

.blocks1 .in-row>a:last-child {
  margin-right: 0;
}

.title3 {
  font-family: "Exo2-SemiBold";
  font-size: 24.5px;
  line-height: 24px;
  margin-bottom: 40px;
  position: relative;
  text-transform: uppercase;
}

.title3:after {
  background: #fff;
  bottom: -23px;
  content: "";
  height: 1px;
  left: 35%;
  position: absolute;
  width: 30%;
}

.blocks1 p {
  min-height: 120px;
  padding: 0 14%;
}

.slide {
  padding: 45px 0;
}

.title {
  font-weight: normal;
  font-family: "Exo2-Light";
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 30px;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
}

.title span {
  display: inline-block;
  position: relative;
}

.title span:before {
  background: #ccc;
  content: "";
  height: 1px;
  left: -1085px;
  position: absolute;
  top: 24px;
  width: 1000px;
}

.title span:after {
  background: #ccc;
  content: "";
  height: 1px;
  position: absolute;
  right: -1085px;
  top: 24px;
  width: 1000px;
}

p.margin1 {
  text-align: center;
}

.margin1 {
  margin: 0 0 55px;
}

/*end blocks1*/

/*blocks2*/

.blocks2 {
  padding: 80px 0;
  text-align: center;
  margin: 0 0 -150px;
}

.blocks2>a {
  border: 1px solid #cccccc;
  display: inline-block;
  margin: 0 4.8% 141px 0;
  min-height: 230px;
  padding-bottom: 29px;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  width: 29.7%;
}

.blocks2>a:nth-child(3n) {
  margin-right: 0px;
}

.blocks2 .title3 {
  font-size: 18.5px;
  line-height: 25px;
  margin-bottom: 35px;
  padding: 0 30px;
}

.blocks2 .title3:after {
  background: #76AC00;
  bottom: -19px;
}

.blocks2>a:hover {
  border-color: #76AC00;
  box-shadow: 0 0 0 1px #76AC00;
}

.blocks2 img {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .2);
  margin: -80px 0 21px;
  max-width: 90%;
}

.blocks2 p {
  height: 72px;
  line-height: 18px;
  min-height: 65px;
  overflow: hidden;
  padding: 0 30px;
}

.cons {
  overflow: hidden;
  background: #f0f0f0;
  color: #000;
  margin: 20px 0;
  margin-top: 20px;
  clear: both;
  padding: 33px 50px;
}

.catalog-v2 .cols3 .cl {
  clear: both;
  width: 100%;
}

.cons .col1 {
  margin-right: 6.2%;
  width: 73%;
}

.cons-small .col1 {
  margin-right: 3.2%;
  width: 70%;
}

.title4 {
  color: #000;
  font-family: "Exo2-SemiBold";
  font-size: 24.5px;
  line-height: 24px;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.cons .btn {
  height: 46px;
  line-height: 46px;
}

.mb0 {
  margin-bottom: 0 !important;
}

.pt0 {
  padding-top: 0;
}

.owl-item {
  display: inline-block;
}

/*.owl-item img{max-width:80%;}*/

.owl-stage-outer {
  overflow: hidden;
}

/*end blocks2*/

/*blocks3*/

.blocks3>a {
  color: #000;
  display: inline-block;
  padding: 18px 2.2%;
  text-decoration: none;
  vertical-align: top;
  width: 45%;
}

.blocks3 .col2>div {
  font-family: "Exo2-SemiBold";
  font-size: 18px;
  margin-bottom: 13px;
}

.blocks3 .col2 {
  width: 66%;
}

.blocks3 .hid {
  margin-right: 4%;
  width: 28.5%;
}

.blocks3>a:hover {
  box-shadow: 0 2px 10px 2px #e9e9e9;
}

.blocks3 p {
  min-height: 54px;
}

.pt1 {
  padding-top: 35px;
}

/*end blocks3*/

.slider1.size2 {
  margin: 0 auto;
  max-width: 1170px;
  overflow: hidden;
}

.slider1.size2 li .inner {
  margin: 0;
}

.slider1.size2 .bx-prev {
  left: 10px;
}

.slider1.size2 .bx-next {
  right: 10px;
}

.slider1.size2 li .inner>* {
  margin-left: 65px;
}

/*cols2*/

.cols2>.col2 .items {
  margin-top: 20px;
}

.items>div {
  display: inline-block;
  height: 320px;
  position: relative;
  vertical-align: top;
  margin-right: .4%;
  margin-bottom: 20px;
  width: 216px;
}

.items>div>div {
  background: #fff;
  padding: 38px 12px 0;
  border-radius: 2px;
  border: 1px solid #dfdfdf;
}

.item-more {
  display: none;
  padding-bottom: 19px;
}

.items>div:hover {
  z-index: 92;
}

.items>div:hover>div {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, .17);
}

.items>div:hover .item-more {
  display: block;
}

.cols2>.col2 .items>div:nth-child(4n) {
  margin-right: 0;
}

.label {
  border-radius: 0;
  color: #fff;
  display: inline;
  font-size: 12px;
  font-weight: normal;
  left: -10px;
  line-height: 18px;
  padding: 1.5px 10px 4.5px;
  position: absolute;
  text-align: center;
  top: 14px;
  vertical-align: baseline;
  white-space: nowrap;
  z-index: 10;
}

.label:before {
  content: "";
  position: absolute;
  left: -0px;
  bottom: -10px;
  border: 5px solid transparent;
}

.label-green {
  background: #45b700;
}

.label-green:before {
  border-top: 5px solid #4b7512;
  border-right: 5px solid #4b7512;
}

.label-blue {
  background: #4285F4;
}

.label-blue:before {
  border-top: 5px solid #4285F4;
  border-right: 5px solid #4285F4;
}

.label-orange {
  background: #ff7f00;
}

.label-orange:before {
  border-top: 5px solid #b05700;
  border-right: 5px solid #b05700;
}

.label-purple {
  background: #800080;
}

.label-purple:before {
  border-top: 5px solid #800080;
  border-right: 5px solid #800080;
}

.label-red {
  background: #ff0000;
}

.label-red:before {
  border-top: 5px solid #8e0808;
  border-right: 5px solid #8e0808;
}

.items .hid {
  height: 155px;
  transition: none;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 2000px;
}

.items .hid span {
  background: rgba(111, 111, 111, .9);
  transition: .4s;
  width: 100%;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: -28px;
  border-radius: 3px;
  padding: 4px 0;
}

.items .hid:hover span {
  bottom: 0;
}

.item-name a {
  text-decoration: none;
}

.item-name a:hover {
  text-decoration: underline;
  color: #76AC00;
}

.item-name {
  border-bottom: 1px solid #d8d8d8;
  margin: 5px 0 14px;
  padding-bottom: 12px;
  min-height: 61px;
}

.price-old {
  color: #828282;
  margin-top: 3px;
  margin-right: 2px;
  text-decoration: line-through;
  display: inline-block;
  vertical-align: top;
}

.price {
  font-size: 20px;
  line-height: 23px;
  color: #000;
  display: inline-block;
  vertical-align: top;
}

.item-status {
  position: relative;
  margin: 5px 0;
  padding-left: 18px;
}

.item-status:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 12px;
  height: 12px;
  background-image: url(../images/one_sprite.png);
}

.bx_available:before {
  background-position: -197px -429px;
}

.bx_available {
  color: #70a041;
}

.bx_notavailable:before {
  background-position: -211px -429px;
}

.bx_notavailable {
  color: #ab1717;
}

.bx_order:before {
  background-position: -226px -429px;
}

.bx_order {
  color: #949494;
}

.link-compare {
  position: relative;
  margin-bottom: 4px;
  display: inline-block;
  line-height: 16px;
  margin-left: 22px;
  text-decoration: none;
  border-bottom: 1px dotted #5f79b3;
}

.link-compare:before {
  content: "";
  position: absolute;
  left: -22px;
  top: 3px;
  width: 15px;
  height: 12px;
  background: url(../images/one_sprite.png) no-repeat -242px -429px;
}

.link-compare:hover {
  border-bottom-color: #76AC00;
  color: #76AC00;
}

.link-compare:hover:before {
  background-position: -242px -442px
}

.link-fav {
  position: relative;
  margin-bottom: 10px;
  display: inline-block;
  line-height: 16px;
  margin-left: 22px;
  text-decoration: none;
  border-bottom: 1px dotted #5f79b3;
}

.link-fav:before {
  content: "";
  position: absolute;
  left: -22px;
  top: 2px;
  width: 17px;
  height: 15px;
  background: url(../images/one_sprite.png) no-repeat -260px -429px;
}

.link-fav:hover {
  border-bottom-color: #76AC00;
  color: #76AC00;
}

.link-fav:hover:before {
  background-position: -260px -445px
}

.item-size {
  margin-top: 7px;
}

.item-size a {
  border: 1px solid #d8d8d8;
  cursor: pointer;
  margin-right: 3px;
  border-radius: 0px;
  padding: 2px 4px;
  color: #727a8d;
  text-decoration: none;
  display: inline-block !important;
  min-width: 15px;
  min-height: 15px;
}

.item-size a.active {
  border: 2px solid #76AC00;
}

.item-name p {
  font-style: italic;
  margin: 5px 0;
  font-size: 12px;
}

.items .hid img {
  max-height: 100%;
  max-height: 155px;
}

/*  catalog compare <<< */

.bx_filtren_container input[type="checkbox"] {
  display: inline;
}

.bx_compare {
  overflow: hidden;
}

.bx_compare .bx_filtren_container {
  background-color: #f7faf9;
  border: none;
  float: left;
  padding: 0 20px;
  width: 20%;
}

.bx_compare .bx_filtren_container h5 {
  color: #6a6a6a;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding-bottom: 0px;
  padding-top: 20px;
}

.bx_compare .table_compare {
  float: right;
  width: 75%;
}

.custom-checkbox-compare {
  display: block;
  padding-left: 30px;
  position: relative;
}

.custom-checkbox-compare:before {
  background-color: #fff;
  border: 1px solid #d8d7d6;
  content: '';
  cursor: pointer;
  display: inline-block;
  height: 18px;
  left: 0;
  position: absolute;
  top: 0;
  vertical-align: middle;
  width: 18px;
}

.custom-checkbox-compare.active:before {
  background: #76AC00;
  box-shadow: inset 0 0 0 3px #fff;
}

.bx_compare .bx_filtren_container ul li {
  padding-left: 0;
}

.custom-checkbox-compare+label {
  display: inline-block;
  line-height: 16px;
  padding-left: 30px;
  vertical-align: top;
}

.table_compare tr:first-child {
  height: 290px;
  vertical-align: top;
}

.table_compare tr:first-child td {
  position: relative;
}

.table_compare tr:first-child td>a {
  color: #000 !important;
  text-decoration: none;
}

.table_compare tr:first-child td>a:hover {
  text-decoration: underline;
}

.table_compare tr:first-child noindex {
  bottom: 40px;
  height: 20px;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.table_compare tr:first-child noindex a {
  background: #76AC00 !important;
  border-radius: 0;
  display: inline-block;
  text-shadow: none;
}

.table_compare tr td {
  max-width: 200px;
  min-width: 200px;
  text-align: center !important;
  width: 200px;
}

.table_compare tr td:first-child {
  text-align: left !important;
}

#bx_catalog_compare_block .bx_sort_container {
  /*top:26px;*/
}

.bx_compare .bx_sort_container .sortbutton {
  background: #f9f9f9 !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

.bx_compare .bx_sort_container .sortbutton.current {
  background: #76AC00 !important;
}

.bx_compare .table_compare table tr:last-child td a {
  background-color: #bebfb5;
  color: #fff !important;
  display: inline-block;
  padding: 5px;
}

.pers a {
  padding: 0 20px 0 0;
  display: block;
}

.pers .fs24.title5 {
  padding-right: 20px;
}

.footer .lvl2 ul {
  margin-bottom: 0;
}

.footer .inner .col4 span {
  padding-right: 5px;
}

@media screen and (max-width: 900px) {
  .bx_compare .bx_filtren_container {
    background-color: #f7faf9;
    border: none;
    float: none;
    height: 150px;
    margin-bottom: 2%;
    padding: 0 20px;
    width: 100%;
  }

  .bx_compare .table_compare {
    float: none !important;
    margin-bottom: 6%;
    width: 100% !important;
  }

  .bx_compare .bx_filtren_container ul li {
    margin-right: 2%;
    width: 22%;
  }
}

.bx_item_list_recommended {
  z-index: 20;
}

@media screen and (max-width: 568px) {
  .bx_compare .bx_filtren_container ul li {
    width: 30%;
  }

  .bx_compare .bx_filtren_container {
    height: 180px;
  }

  .table_compare .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: auto;
    top: -4px;
  }

  .table_compare #mCSB_7 {
    padding-top: 15px;
  }

  .bx_compare .bx_sort_container .sorttext {
    display: block;
    margin-bottom: 10px;
  }

  .bx_compare .bx_sort_container .sortbutton {
    margin-bottom: 5px;
  }

  .card-top .pull-right a {
    margin: 0 5px 0 0px;
    display: block;
  }

  .card-top .pull-right {
    float: none !important;
  }
}

@media screen and (max-width: 420px) {

  .subscibe-form1 .name-cont,
  .subscibe-form1 .email-cont {
    width: 100% !important;
  }

  .bx_compare .bx_filtren_container ul li {
    width: 47%;
  }

  .bx_compare .bx_filtren_container {
    height: 210px;
  }

  .items>div {
    display: inline-block;
    height: auto;
    margin-bottom: 35px;
    margin-right: .4%;
    position: relative;
    vertical-align: top;
    width: 47%;
  }

  .popup-window-buttons .btn {
    width: 100%;
  }
}

@media screen and (max-width: 320px) {
  .bx_compare .bx_filtren_container ul li {
    margin-right: 0;
    width: 100%;
  }

  .bx_compare .bx_filtren_container {
    height: 300px;
  }
}

/*  >>>  catalog compare  */

.box_window,
.popwindow {
  display: none;
}

.box_window .popwindow {
  display: block;
}

.ms-nav-prev,
.ms-nav-next {
  display: block !important;
  margin: 39px 0 0;
  opacity: 1 !important;
  position: absolute;
  top: 100%;
}

.ms-nav-prev:before,
.ms-nav-next:before {
  height: 17px;
}

.ms-nav-next {
  right: 0px;
}

.ms-nav-next:before {
  left: -14px !important;
}

/*cols2*/

.cols2>.col2 .items-view3>div {
  width: 100%;
  height: auto;
}

.cols2>.col2 .items-view3>div .hid {
  position: absolute;
  left: 15px;
  top: 15px;
  display: inline-block;
  vertical-align: top;
  width: auto;
  width: 190px;
  margin-right: 10px;
}

.cols2>.col2 .items-view3>div .item-name {
  display: inline-block;
  border-bottom: 0;
  position: relative;
  width: 71%;
  margin-right: 7%;
  margin-bottom: 55px;
  vertical-align: top;
  min-height: 40px;
  padding: 0;
}

.cols2>.col2 .items-view3>div .item-name p {
  display: block;
}

.cols2>.col2 .items-view3>div .price-block {
  display: inline-block;
  vertical-align: top;
  max-width: 125px;
}

.cols2>.col2 .items-view3>div .item-name:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -26px;
  height: 1px;
  width: 138%;
  background: #d9d9d9;
}

.cols2>.col2 .items-view3>div>div {
  padding-bottom: 10px;
  padding-left: 220px;
  padding-top: 18px;
}

.cols2>.col2 .items-view3 .item-more {
  display: block;
  padding: 0;
  width: 600px;
  margin: -15px 0 0 0;
}

.cols2>.col2 .items-view3 .item-more>div {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}

.cols2>.col2 .items-view3 .item-more>.lvl2 br {
  display: none;
}

.cols2>.col2 .items-view3 .item-more>.lvl2 a {
  margin-bottom: 0;
}

.cols2>.col2 .items-view3 .item-more>.lvl2 a:first-child {
  margin-right: 20px;
}

.cols2>.col2 .items-view3 .item-status {
  right: -10px;
  width: 120px;
  bottom: 25px;
  position: absolute;
  margin: 0;
}

.cols2>.col2 .items-view3>div .hid i {
  display: table-cell;
  font-style: normal;
  vertical-align: middle;
  width: 2000px;
  height: 145px;
  text-align: center;
}

.cols2>.col2 .items-view2>div>div {
  min-height: 160px;
}

.cols2>.col2 .items-view2>div {
  width: 100%;
  height: auto;
}

.cols2>.col2 .items-view2>div .hid {
  position: absolute;
  left: 15px;
  top: 15px;
  display: inline-block;
  vertical-align: top;
  width: auto;
  width: 190px;
  margin-right: 10px;
}

.cols2>.col2 .items-view2>div .item-name {
  display: inline-block;
  margin-bottom: 47px;
  border-bottom: 0;
  position: relative;
  width: 66%;
  margin-right: 1%;
  vertical-align: top;
  min-height: auto;
  padding: 0;
}

.cols2>.col2 .items-view2>div .item-name p {
  display: none;
}

.cols2>.col2 .items-view2>div .price-block {
  display: inline-block;
  vertical-align: top;
  text-align: right;
  max-width: 200px;
  width: 200px;
}

.cols2>.col2 .items-view2>div .item-name:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 1px;
  width: 144%;
  background: #d9d9d9;
}

.cols2>.col2 .items-view2>div>div {
  padding-top: 18px;
  padding-bottom: 10px;
  padding-left: 220px;
}

.cols2>.col2 .items-view2 .item-more {
  display: block;
  padding: 0;
  width: 600px;
  margin: -15px 0 0 0;
}

.cols2>.col2 .items-view2 .item-more>div {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}

.cols2>.col2 .items-view2 .item-more>.lvl2 br {
  display: none;
}

.cols2>.col2 .items-view2 .item-more>.lvl2 a {
  margin-bottom: 0;
}

.cols2>.col2 .items-view2 .item-more>.lvl2 a:first-child {
  margin-right: 20px;
}

.cols2>.col2 .items-view2 .item-status {
  right: -10px;
  width: 120px;
  bottom: 25px;
  position: absolute;
  margin: 0;
}

.cols2>.col2 .items-view2>div .hid i {
  display: table-cell;
  font-style: normal;
  vertical-align: middle;
  width: 2000px;
  height: 145px;
  text-align: center;
}

.items .btn {
  width: 88px;
  height: 22px;
  line-height: 22px;
  margin: 0;
}

/*end cols2*/

.label-sec {
  top: 40px;
}

.price {
  color: #76AC00;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 12px;
}

.price-old {
  color: #999999;
  text-decoration: line-through;
}

.item-btns {
  position: absolute;
  right: 12px;
  text-align: center;
  top: 15px;
  width: 26px;
}

.item-btns a {
  display: block;
  margin-bottom: 12px;
}

.item-btns .el1 {
  background: url(../images/one_sprite.png) no-repeat -78px 0;
  height: 23px;
  width: 23px;
}

.item-btns .el2 {
  background: url(../images/one_sprite.png) no-repeat -106px 0;
  height: 23px;
  width: 26px;
}

.item-btns .el3 {
  background: url(../images/one_sprite.png) no-repeat -134px 0;
  height: 13px;
  width: 17px;
}

.item-btns .el1:hover,
.item-btns .el1.active {
  background-position: -156px 0;
}

.item-btns .el2:hover,
.item-btns .el2.active {
  background-position: -184px 0;
}

.item-btns .el3:hover,
.item-btns .el3.active {
  background-position: -212px 0;
}

.bg-gray {
  background: #f2f2f2;
}

/*projects*/

.projects {
  text-align: center;
}

.projects .title3:after {
  background: #76AC00;
}

.projects .owl-carousel p,
.projects .owl-carousel .title3 {
  padding: 0 30px;
}

.projects .owl-carousel .title3 {
  color: #000;
  font-size: 18px;
  margin-bottom: 29px;
  text-transform: none;
}

.projects .owl-carousel .title3:after {
  bottom: -16px;
}

.projects .owl-carousel .hid {
  border: 4px solid #fff;
  display: inline-block;
  line-height: 0;
  margin-bottom: 12px;
  max-width: 80%;
}

.projects .owl-carousel .hid:hover {
  box-shadow: 0 2px 10px 3px rgba(0, 0, 0, .1);
}

.projects .owl-nav>div {
  opacity: .6;
  top: -222px;
}

.projects .owl-prev {
  left: -50px;
}

.projects .owl-nav>div:hover {
  opacity: 1;
}

.projects .owl-next {
  right: -50px;
}

.projects .owl-carousel {
  margin: 0 auto;
  width: 90%;
}

.projects_box .tab {
  border: 0;
}

/*end projects*/

.cols1>div {
  display: inline-block;
  vertical-align: top;
  width: 48%;
}

.title5 {
  font-family: "Exo2-Light";
  font-size: 36px;
  margin-bottom: 56px;
  position: relative;
  line-height: 36px;
}

.title5:after {
  background: #76AC00;
  bottom: -32px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100px;
}

.cols1>.col1 p {
  line-height: 24px;
  margin-bottom: 21px;
  width: 90%;
}

.cols1>.col1 {
  margin-right: 3.5%;
}

.btn3 {
  border: 1px solid #76AC00;
  border-radius: 4px;
  color: #76AC00;
  display: inline-block;
  font-size: 12px;
  height: 30px;
  line-height: 29px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: .4s;
  width: 114px;
}

.btn3:hover {
  background: #76AC00;
  color: #fff;
}

.cols1>.col2 .title5 {
  margin-bottom: 45px;
}

.blocks5 .hid {
  line-height: 0;
  width: 25%;
}

.blocks5 .col2 {
  margin: 0 0 0 3.5%;
  width: 60.6%;
}

.blocks5>div:hover,
.blocks5>div:hover a {
  color: #76AC00;
}

.blocks5>div:hover .col2 div {
  border-color: #76AC00;
}

.blocks5 .col2 div {
  border-bottom: 1px solid #ccc;
  margin-bottom: 12px;
  padding-bottom: 11px;
}

.blocks5 .col2 a {
  text-decoration: none;
}

.blocks5>div:hover {
  box-shadow: 0 4px 25px 0px rgba(0, 0, 0, .1);
  position: relative;
  z-index: 10;
}

.blocks5>div {
  padding: 18px;
}

.blocks5 {
  margin-left: -18px;
}

/*partners*/

.partners .owl-item a {
  display: table-cell;
  height: 80px;
  text-align: center;
  vertical-align: middle;
  width: 1000px;
}

.partners .owl-nav>div {
  background: 0;
  border: 0;
  opacity: .7;
  top: -66px;
}

.partners .owl-nav>div:hover {
  opacity: 1;
}

.partners .owl-prev {
  left: -15px;
  background: #f6f6f6;
  cursor: pointer;
}

.partners .owl-next {
  right: -15px;
  background: #f6f6f6;
  cursor: pointer;
}

.partners .owl-carousel {
  margin: 0 auto;
  width: 95%;
}

.partners .inner {
  border-top: 1px solid #cccccc;
  padding-top: 45px;
}

/*end partners*/

/*map*/

.map {
  height: 350px;
}

.map .block {
  background: #fff;
  box-shadow: 0 4px 20px 1px rgba(0, 0, 0, .1);
  left: 0;
  min-width: 460px;
  padding: 2.2% 2.3%;
  position: absolute;
  top: 69px;
  width: 44.9%;
  z-index: 10;
}

.map .block .title5 {
  font-family: "Exo2-SemiBold";
  font-size: 18px;
  padding-bottom: 0px;
  text-transform: uppercase;
}

.map .block .title5:after {
  bottom: -27px;
}

.map .block ul {
  font-size: 16px;
  list-style: none;
}

.map .block ul span {
  color: #76AC00;
  display: inline-block;
  vertical-align: middle;
  width: 19%;
}

.map .block li {
  margin-bottom: 13px;
}

.map .block li a {
  color: #0099ff;
}

.map-view {
  background: #76AC00;
  color: #fff;
  padding: 114px 0 30px;
  position: absolute;
  right: -85px;
  text-align: center;
  top: 21px;
  width: 180px;
}

.map-view:before {
  background: url(../images/one_sprite.png) no-repeat 0 -55px;
  content: "";
  height: 66px;
  left: 56px;
  position: absolute;
  top: 32px;
  width: 66px;
}

/*end map*/

/*breadcrumbs*/

.breadcrumbs {
  margin: 10px 0 25px;
}

.breadcrumbs a {
  color: #666666;
  margin: 0 16px 0 0;
  position: relative;
  text-decoration: none;
}

.breadcrumbs a:after {
  color: #666;
  content: ">";
  font-family: verdana;
  font-size: 12px;
  font-weight: 300;
  margin: 0 0 0 5px;
  position: absolute;
  right: -14px;
  top: 0;
}

.breadcrumbs a:last-child:after {
  display: none;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

/*end breadcrumbs*/

/*blocks6*/

.blocks6 {
  text-align: center;
}

.blocks6>div {
  display: inline-block;
  margin: 0 0 55px;
  padding: 0 0.5%;
  text-align: left;
  vertical-align: top;
  width: 23.7%;
}

.blocks6 .hid {
  margin-bottom: 12px;
}

.blocks6 .hid span {
  display: table-cell;
  height: 155px;
  vertical-align: middle;
  width: 1000px;
}

.blocks6 .block>a {
  color: #000;
  font-family: "Exo2-SemiBold";
  font-size: 18px;
  text-decoration: none;
}

.blocks6 .block ul {
  list-style: none;
  margin: 16px 0 0;
}

.blocks6 .block ul a {
  color: #333;
  font-size: 16px;
  text-decoration: none;
}

.blocks6 .block ul li {
  margin-bottom: 4px;
}

.blocks6 .block a:hover {
  color: #76AC00;
}

/*end blocks6*/

.text1 p {
  margin-bottom: 18px;
}

.text1 {
  margin-bottom: 43px;
}

.padding {
  padding: 0 5%;
}

.page-content .content {
  padding-bottom: 145px;
}

.banners1>a {
  display: inline-block;
  margin-bottom: 25px;
}

.banners1 .clearfix>a {
  width: 48.8%;
}

.box_window {
  display: none;
  height: 100% !important;
  left: 0%;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 1100;
}

.box_window_in {
  cursor: default !important;
  position: relative;
}

.box_window>.bw_close {
  height: 100%;
  width: 100%;
}

.bw_close {
  cursor: pointer;
  font-size: 0;
  position: absolute;
  z-index: 100;
}

.popup-wrap1>.bw_close {
  background: url(../images/one_sprite.png) no-repeat -227px -27px;
  height: 16px;
  right: 10px;
  top: 10px;
  width: 15px;
}

.mask {
  background: rgba(0, 0, 0, 0.5);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

.popbutton {
  cursor: pointer;
}

.callback {
  float: right;
}

.popup-wrap1 {
  box-sizing: content-box;
  background: #fff;
  display: inline-block;
  margin: 40px 0;
  padding: 40px 60px;
  position: relative;
  text-align: center;
  width: 370px;
  z-index: 1200;
}

.popup-wrap1 input,
.popup-wrap1 textarea {
  margin-bottom: 17px;
  padding: 0 6%;
  padding: 0 10px;
  width: 88%;
}

input[type="text"],
input[type="password"],
textarea {
  border: 1px solid #cccccc;
  border-radius: 4px;
  font-size: 16px;
  height: 46px;
  padding: 0 10px;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
  border-color: #76AC00;
}

.bx-auth-table input {
  margin: 5px;
  padding: 0 5px;
}

.bx-auth-table input[type="checkbox"] {
  display: inline;
}

.mf-captcha img {
  margin: 7px 0 0px 10px;
  margin-left: 13px;
}

.mf-captcha input {
  margin: 7px 0 0px;
  width: 132px !important;
}

.scroll1 {
  overflow: auto;
}

.popup-wrap1 textarea {
  height: 80px;
  padding-bottom: 14px;
  padding-top: 14px;
}

.popup-wrap1 .title3:after {
  background: #76AC00;
}

.popup-wrap1 p {
  margin-bottom: 32px;
}

.popup-wrap1 .btn {
  margin-bottom: 0;
  width: 200px;
}

.top.fixed {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

.top.fixed .lvl2 .inner {
  position: static;
}

.top.fixed2 {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

.top.fixed2 .lvl2 .inner {
  position: static;
}

.toogle-content {
  display: none;
}

.cols2 .border {
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 30px;
  overflow: hidden;
}

.cols2 .border2 {
  border: 1px solid #ccc;
  /* overflow:hidden; */
}

.cols2>.col1 {
  display: inline-block;
  max-width: 260px;
  min-width: 230px;
  vertical-align: top;
  width: 20%;
}

.cols2>.col2 {
  display: inline-block;
  padding-left: 1%;
  /*position: relative;*/
  z-index: 101;
  vertical-align: top;
  width: 78.3%;
  box-sizing: content-box;
}

.cols2>.col2 * {
  box-sizing: content-box;
}

.cols2>.col1 .toogle-title,
.cols2>.col1 .toogle-title2,
.toogle-title-2 {
  color: #121212;
  display: block;
  padding: 11px 30px 11px 10px;
  position: relative;
}

.cols2>.col1 .toogle-title span,
.cols2>.col1 .toogle-title2 span,
.toogle-title-2:after {
  background: #ccc;
  display: block;
  float: right;
  height: 23px;
  margin-top: -9px;
  position: absolute;
  right: 5px;
  text-align: center;
  top: 50%;
  width: 23px;
}

.cols2>.col1 .toogle-title span:after,
.cols2>.col1 .toogle-title2 span:after,
.toogle-title-2:after,
.mob-nav-btn:after,
.toogle3 .toogle-block-title:after {
  color: #666;
  content: ">";
  font-family: calibri;
  font-size: 14.5px;
  font-weight: 300;
  margin: 0 0 0 5px;
  opacity: .8;
  position: absolute;
  right: 9px;
  top: 11px;
}

.cols2>.col1 .toogle-title span:after,
.cols2>.col1 .toogle-title2 span:after {
  left: 3px;
  top: 2px;
}

.cols2>.col1 .toogle-title.active {
  background: #76AC00;
  color: #fff;
}

.toogle-title-2:after {
  right: 5px;
}

.cols2>.col1 .toogle>div {
  border-top: 1px solid #ccc;
  font-size: 16px;
}

.cols2>.col1 .toogle>div:first-child {
  border-top: none;
}

.toogle a {
  cursor: pointer;
  text-decoration: none;
}

.toogle a:hover {
  color: #76AC00;
}

.cols2>.col1 .toogle ul {
  list-style: none;
}

.cols2>.col1 .toogle .opened {
  border-top-color: transparent;
}

.toogle3.opened .toogle-block-title {
  background: #f0f0f0;
}

.cols2>.col1 .toogle .opened .toogle-title,
.cols2>.col1 .toogle .opened2 .toogle-title2,
.toogle-title-2.opened {
  background: #76AC00;
  color: #fff;
}

.cols2>.col1 .toogle .opened .toogle-title>span:after,
.cols2>.col1 .toogle .opened2 .toogle-title2>span:after,
.opened.mob-nav-btn:after,
.toogle-title-2.opened:after,
.toogle3.opened .toogle-block-title:after {
  color: #fff;
  transform: rotate(90deg);
}

.toogle3.opened .toogle-block-title:after {
  color: #333;
}

.cols2>.col1 .toogle-title2 {
  color: #333;
  display: block;
  padding: 11px 0;
}

.cols2>.col1 .toogle-main>li>a {
  border-top: 1px solid #ccc;
  margin: 0 18px;
}

.cols2>.col1 .toogle-main>li:first-child>a {
  border-top: 0;
}

.cols2>.col1 .toogle-main {
  background: #f0f0f0;
}

.cols2>.col1 .toogle .toogle-title2 {
  background: none !important;
  padding-right: 30px;
}

.cols2>.col1 .toogle .opened2 .toogle-title2,
.cols2>.col1 .toogle .opened2 .toogle-title2>span:after {
  color: #76AC00;
}

.cols2>.col1 .toogle .opened2 .toogle-title2:after {
  right: 0;
}

.cols2>.col1 .toogle-main2>li {
  margin: 0 30px 9px;
}

.cols2>.col1 .toogle-main2 {
  padding-bottom: 6px;
}

.cols2>.col1 .toogle-main3>li {
  font-size: 14px;
  margin: 0 0 6px 22px;
}

.cols2>.col1 .toogle-main3>li a:hover {
  color: #76AC00;
}

.cols2>.col1 .toogle-main3 {
  padding: 10px 0 0;
}

.cols2>.col1 .toogle .opened3 .toogle-title3 {
  color: #76AC00;
}

.toogle2 .toogle-title,
.toogle-title-2 {
  border-top: 1px solid #ccc;
  color: #333;
  font-size: 16px;
  padding: 11px 20px 11px 17px !important;
}

.toogle2 .opened>.toogle-title,
.toogle2 .toogle-title-2.opened {
  background: #f0f0f0 !important;
  color: #333 !important;
  font-family: "Exo2-SemiBold";
}

.toogle2 .toogle-title>span:after,
.toogle2 .toogle-title-2.opened:after {
  color: #333 !important;
}

.toogle2 ul>li:first-child .toogle-title,
.toogle2 ul>li.opened .toogle-title {
  border-top-color: transparent;
}

.toogle2 .toogle-main {
  background: #fff !important;
  display: block;
  padding: 17px;
  position: relative;
}

.for-range {
  color: #4d4d4d;
  left: 0;
  position: absolute;
  top: 9px;
}

.for-range span:first-child {
  margin-right: 85px;
}

.cols3 .nav2 .toogle2>ul>li>a:after,
.cols3 .nav2 .toogle>ul>li>ul>li>a:after {
  right: 30px;
}

.irs {
  margin: 30px 0 0;
}

.irs-single {
  left: 224px !important;
  top: 15px;
}

.irs {
  width: 135px;
}

.irs-line-mid {
  left: 0px;
  width: 135px;
}

.irs-single {
  display: none !important;
}

.irs-to {
  left: 130px !important;
  top: -28px !important;
  visibility: visible !important;
}

.irs-from {
  left: 20px !important;
  top: -28px !important;
  visibility: visible !important;
}

.pr {
  position: relative;
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"]+label span {
  background: red;
  background: url(../images/one_sprite.png) no-repeat -245px -29px;
  cursor: pointer;
  display: inline;
  display: inline-block;
  height: 16px;
  margin: -3px 9px 0 0;
  vertical-align: middle;
  width: 16px;
  zoom: 1;
}

input[type="checkbox"]:checked+label span {
  background: red;
  background: url(../images/one_sprite.png) no-repeat -263px -29px;
}

.for-scroll {
  height: 130px;
}

.toogle-main-2 {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0 17px;
}

.toogle-main-2.opened {
  height: auto;
  padding-bottom: 14px;
  padding-top: 17px;
}

.margin2 .overview>div {
  margin-bottom: 10px;
}

.margin2 .overview>div:last-child {
  margin-bottom: 0;
}

.colors>a {
  border-radius: 100%;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  margin: 0 11px 15px 0;
  vertical-align: top;
  width: 25px;
}

.color1 {
  background: #ff0000;
}

.color2 {
  background: #0000ff;
}

.checkboxes1>div {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
  width: 72px;
}

.filter-bottom {
  background: #f0f0f0;
  padding: 19px 0;
  text-align: center;
}

.btn4,
input[type="submit"].btn4 {
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  color: #666;
  display: inline-block;
  font-family: "Exo2-SemiBold";
  font-size: 14px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: .4s;
  width: 198px;
}

.btn4:hover,
input[type="submit"].btn4:hover {
  background: #ccc;
  color: #fff;
}

.filter-bottom .btn,
.filter-bottom .btn4,
.filter-bottom input[type="submit"].btn4 {
  font-family: "Exo2-SemiBold";
  height: 35px;
  line-height: 35px;
}

.filter-bottom .btn {
  margin-bottom: 15px;
}

.cols2 .wrap {
  margin-right: 15%;
}

.view-style {
  margin-top: 8px;
}

.view-style>* {
  display: inline-block;
  vertical-align: middle;
}

.view-style>span {
  margin-top: -3px;
}

.view-style a {
  cursor: pointer;
  height: 17px;
  margin-left: 9px;
  width: 17px;
}

.view-style1 {
  background: url(../images/one_sprite.png) no-repeat -65px -55px;
}

.view-style2 {
  background: url(../images/one_sprite.png) no-repeat -83px -55px;
}

.view-style3 {
  background: url(../images/one_sprite.png) no-repeat -103px -55px;
}

.view-style a.active {
  background-position-y: -73px;
}

.catalog-v2 p {
  margin-bottom: 26px;
}

.catalog-v2 .blocks4 {
  margin: 25px 0 0;
}

.catalog-v2 .blocks4>div {
  margin-bottom: 30px;
  margin-right: 3.4%;
  width: 28.5%;
}

.catalog-v2 .blocks4 p {
  display: none;
}

/*pagination nav*/

.pagination {
  margin: 16px 0;
  text-align: center;
}

.pagination a {
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #666;
  display: inline-block;
  height: 28px;
  line-height: 28px;
  margin: 0 3px;
  position: relative;
  text-decoration: none;
  vertical-align: top;
  width: 28px;
}

.pagination a:hover {
  border-color: #76AC00;
}

.pagination a.active {
  background: #76AC00;
  border-color: #76AC00;
  color: #fff;
}

.pag-next:before {
  background: url(../images/one_sprite.png) no-repeat -125px -54px;
  content: "";
  height: 14px;
  left: 9px;
  position: absolute;
  top: 5px;
  width: 8px;
}

.pag-prev:before {
  background: url(../images/one_sprite.png) no-repeat -136px -54px;
  content: "";
  height: 14px;
  left: 9px;
  position: absolute;
  top: 5px;
  width: 8px;
}

.pag-prev,
.pag-next {
  background: #ccc;
}

.pag-prev:hover,
.pag-next:hover {
  background: #c0c0c0 !important;
  border-color: #c0c0c0 !important;
}

.nav2 .toogle-title2:after {
  display: none;
}

.nav2 .toogle-title2 {
  border: 0 !important;
}

.nav2 .toogle-title2:hover {
  color: #76AC00;
}

/*end pagination nav*/

/*blocks7*/

.blocks7 {
  margin-bottom: 15px;
}

.blocks7>div {
  width: 42.4%;
  padding: 30px 3%;
  margin: 0 2.1% 20px 0;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

.blocks7>div:nth-child(2n) {
  margin-right: 0;
}

.blocks7>div:hover {
  border-color: #76AC00;
}

.blocks7 .hid {
  margin-bottom: 30px;
  text-align: center;
}

.blocks7>div p {
  margin: 11px 0 22px;
}

.blocks7>div>a {
  font-size: 16px;
  text-decoration: none;
}

.blocks7>div>a:hover {
  color: #76AC00;
}

.img_mrb {}

.cols3 {
  margin-bottom: 45px;
}

.cols3>.col1 {
  display: inline-block;
  margin-right: 2%;
  vertical-align: top;
  width: 52%;
}

.cols3>.col2 {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 45%;
}

/*end blocks7*/

/*blocks8*/

.blocks8 {
  margin: 25px 0 0;
}

.blocks8>div {
  border: 1px solid #ccc;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 30px;
  margin-right: 2.7%;
  padding: 23px 2% 23px;
  text-align: center;
  vertical-align: top;
  width: 27.0%;
}

.blocks8>div:nth-child(3n) {
  margin-right: 0px;
}

.blocks8 .hid {
  margin-bottom: 18px;
}

.link {
  font-size: 16px;
  text-decoration: none;
}

.link:hover {
  color: #76AC00;
}

.blocks8 .btn {
  width: 135px;
}

.blocks8 p {
  margin-top: 8px;
}

.blocks8>div:hover {
  border-color: #76AC00;
}

.blocks8-view2>div {
  display: block;
  margin: 0 0 20px;
  padding: 25px 3%;
  text-align: left;
  width: 94%;
}

.blocks8-view2 .hid {
  height: auto;
  margin: 0;
  max-height: 150px;
  max-width: 30%;
  width: auto;
}

.blocks8-view2>div>div {
  display: inline-block;
  vertical-align: top;
}

.blocks8-view2 .col2 {
  margin: 0 0 0 3%;
  width: 66%;
}

.blocks8-view2 p {
  min-height: 48px;
}

.blocks8-view3>div {
  display: block;
  margin: 0 0 20px;
  padding: 12px 2%;
  text-align: left;
  width: 96%;
}

.blocks8-view3 .hid {
  height: auto;
  margin: 0;
  max-height: 150px;
  width: 10.5%;
}

.blocks8-view3>div {
  margin-bottom: 28px;
}

.blocks8-view3>div>div {
  display: inline-block;
  vertical-align: top;
}

.blocks8-view3 .col2 {
  margin: 0 0 0 3%;
  width: 85.5%;
}

.blocks8-view3 .col2>* {
  display: inline-block;
  vertical-align: middle;
}

.blocks8-view3 .col2>div {
  margin-right: 2.5%;
  width: 77.6%;
}

.blocks8-view3 .col2 p {
  margin-bottom: 0;
}

.icon1-1 .fs18 a {
  text-decoration: none;
}

.cols4>div {
  display: inline-block;
  vertical-align: top;
}

.cols4>.col1 {
  width: 32%;
}

.cols4>.col2 {
  width: 67.4%;
}

.map {
  border: 1px solid #ccc;
  height: 350px;
  overflow: hidden;
}

.contacts .col1 span {
  display: inline-block;
  font-size: 12px;
  margin-bottom: 2px;
  text-transform: uppercase;
}

.fs18 {
  font-size: 18.5px;
}

.contacts .col1>div {
  margin-bottom: 49px;
  padding-left: 77px;
  position: relative;
}

.contacts .col1>div:before {
  content: "";
  height: 60px;
  left: 0;
  position: absolute;
  top: -9px;
  width: 60px;
}

.icon1-1:before {
  background: url(../images/one_sprite.png) no-repeat 0 -150px;
}

.icon1-2:before {
  background: url(../images/one_sprite.png) no-repeat -64px -150px;
}

.icon1-3:before {
  background: url(../images/one_sprite.png) no-repeat -128px -150px;
}

.icon1-4:before {
  background: url(../images/one_sprite.png) no-repeat -192px -150px;
}

.fs24 {
  font-size: 24px;
}

.fs24.title5 {
  text-transform: uppercase;
}

.fs24.title5:after {
  bottom: -27px;
}

.cols5>div {
  display: inline-block;
  vertical-align: top;
}

.cols5>.col1 input[type="text"] {
  height: 40px;
  margin-bottom: 21px;
  padding: 0 2% 0 17% !important;
  width: 81% !important;
}

.cols5>.col1 {
  margin-right: 2%;
  width: 36%;
}

.cols5>.col2 {
  width: 61%;
}

.cols5>.col2 textarea {
  height: 147px;
  margin-bottom: 21px;
  padding: 2% 3%;
  /*width:94%;*/
  width: 88%;
}

.cols5>.col2 .btn {
  font-family: "Exo2-Bold";
}

.input-email {
  background: url(../images/one_sprite.png) no-repeat 13px -284px;
}

.input-email:focus {
  background-position: 13px -319px;
}

.input-name:focus {
  background-position: 13px -250px;
}

.input-phone {
  background: url(../images/one_sprite.png) no-repeat 13px -356px;
}

.input-phone:focus {
  /* background-position:13px -393px; */
  background: url(../images/one_sprite2.png) no-repeat;
  background-position: 13px 8px;
}

.contcats-lvl2 {
  border-top: 1px solid #ccc;
  margin-top: 45px;
  padding-top: 55px;
}

.contcats-lvl2 p {
  margin-bottom: 28px;
}

.contcats-lvl2 table {
  border-collapse: collapse;
  width: 100%;
}

.contcats-lvl2 table tr:nth-child(odd) {
  background: #ececec;
}

.contcats-lvl2 table tr td:first-child {
  font-family: "Exo2-SemiBold";
  font-size: 18px;
  padding-left: 3%;
  width: 30%;
}

.contcats-lvl2 table tr td:last-child {
  width: 55%;
}

.contcats-lvl2 table td {
  line-height: 21px;
  padding-bottom: 10px;
  padding-top: 10px;
  vertical-align: top;
}

.order-block {
  background: #f0f0f0;
  border-radius: 4px;
  padding: 25px 10px;
  text-align: center;
  box-sizing: border-box;
  max-width: 100%;
}

.order-block p {
  margin: 0 0 20px;
}

.order-block .title3:after {
  display: none;
}

.order-block .title3 {
  margin-bottom: 20px;
}

.title7 {
  color: #272727;
  font-family: "Exo2-SemiBold";
  font-size: 18px;
  margin-bottom: 16px;
}

.text p {
  margin-bottom: 18px;
}

.ul-style2 {
  display: table;
  list-style: none;
}

.ul-style2 li {
  margin-bottom: 15px;
  padding-left: 14px;
  position: relative;
}

.ul-style2 li:before {
  background: #ccc;
  border-radius: 100%;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: 6px;
  width: 6px;
}

.ms-nav-prev:before,
.ms-nav-next:before {
  opacity: .6;
}

.ms-nav-prev:hover:before,
.ms-nav-next:hover:before {
  opacity: 1;
}

.table-style2 {
  border-collapse: collapse;
  font-size: 16px;
  width: 100%;
}

.table-style2 tr:nth-child(odd) {
  background: #f0f0f0;
}

.table-style2 tr:first-child {
  background: #76AC00;
  color: #fff;
}

.table-style2 td {
  padding-bottom: 10px;
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 10px;
}

.border3 {
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  overflow: hidden;
}

.width1 {
  width: 5%;
}

.width2 {
  width: 20%;
}

.width3 {
  width: 20%;
}

.width4 {
  width: 20%;
}

.toogle3 {
  border: 1px solid #ccc;
  border-radius: 4px;
  position: relative;
}

.toogle3 .toogle-block-title {
  cursor: pointer;
  display: block;
  font-size: 16px;
  padding: 10px 22px;
}

.toogle-block,
.toogle-block2 {
  display: none;
}

.toogle3 .toogle-block-title:hover {
  color: #76AC00;
}

.margin4 {
  margin-bottom: 40px;
}

.toogle3 .toogle-block {
  padding: 15px 22px;
}

.quote {
  color: #76AC00;
  font-family: "Exo2-LightItalic";
  margin: 36px 0;
  padding: 0 55px;
  position: relative;
}

.quote:before {
  background: url(../images/one_sprite.png) no-repeat -184px -55px;
  content: "";
  height: 25px;
  left: 0;
  position: absolute;
  top: -10px;
  width: 30px;
}

.quote:after {
  background: url(../images/one_sprite.png) no-repeat -150px -55px;
  bottom: -10px;
  content: "";
  height: 25px;
  position: absolute;
  right: 0;
  width: 30px;
}

.margin5 {
  margin: 40px 0;
}

.message {
  border: 1px solid;
  border-radius: 4px;
  margin-bottom: 12px;
  padding: 10px 20px;
}

.message span {
  font-family: "Exo2-SemiBold";
  font-size: 16px;
}

.message1 {
  border-color: #76AC00;
  color: #76AC00;
}

.message2 {
  border-color: #ff4747;
  color: #ff4747;
}

.message3 {
  border-color: #4ca8e2;
  color: #4ca8e2;
}

.message4 {
  border-color: #4ecc79;
  color: #4ecc79;
}

.table-style3 {
  border-bottom: 1px solid #f0f0f0;
  border-collapse: collapse;
  width: 100%;
}

.table-style3 .lvl1 {
  background: #f0f0f0;
  font-size: 18px;
}

.table-style3 .lvl1 td {
  padding: 10px 15px;
}

.it {
  font-family: "Exo2-LightItalic";
}

.table-style3 td {
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  padding: 10px 2%;
  vertical-align: top;
}

.table-style3 tr td:first-child {
  border-left: 0;
}

.table-style3 tr td:last-child {
  border-right: 0;
}

.table-style3 tr {
  border-bottom: 1px solid #F0F0F0;
}

.table-style3 .size1 {
  width: 40%;
}

.table-style3 .size2 {
  width: 18%;
}

.color3 {
  color: #ff4747;
}

.color4 {
  color: #59d683;
}

.table-style3 .color3,
.table-style3 .color4 {
  margin-bottom: 14px;
}

.projects .title5 {
  text-align: left;
}

/*end blocks8*/

.block-wrap .blocks4 p,
.items-viewed .blocks4 p {
  display: none;
}

.slider-style2 .bx-controls-direction a,
.btn-prev,
.btn-next,
.items-viewed .pull-right>div button {
  position: absolute;
  top: 30px;
  z-index: 90;
  font-size: 0;
  background: #f4f4f4;
  border: 1px solid transparent;
  border-radius: 2px;
  width: 32px;
  height: 32px;
}

.slider-style2 .bx-prev {
  right: 150px;
}

.slider-style2 .bx-prev:before,
.btn-prev:before {
  content: "";
  position: absolute;
  left: 12px;
  top: 10px;
  background: url(../images/one_sprite.png) no-repeat -180px -429px;
  width: 7px;
  height: 11px;
}

.slider-style2 .bx-next {
  right: 110px;
}

.slider-style2 .bx-next:before,
.btn-next:before {
  content: "";
  position: absolute;
  left: 13px;
  top: 10px;
  background: url(../images/one_sprite.png) no-repeat -188px -429px;
  width: 7px;
  height: 11px;
}

.slider-style2 .bx-controls-direction a:hover,
.btn-prev:hover,
.btn-next:hover,
.items-viewed .pull-right>div button:hover {
  border-color: #76AC00;
  background: #fff;
}

.slider-style2 .bx-prev:hover:before,
.btn-prev:hover:before {
  background-position: -180px -442px;
}

.slider-style2 .bx-next:hover:before,
.btn-next:hover:before {
  background-position: -188px -442px;
}

.block-wrap {
  padding: 22px 0 15px;
  border-bottom: 1px solid #d5d5d5;
}

.block-wrap .in-row:nth-child(3n) {
  margin-right: 2.1% !important;
}

.comments>div {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 25px;
  padding-bottom: 13px;
}

.comments .lvl1 {
  font-size: 12px;
  text-transform: uppercase;
}

.comments .lvl1 span {
  font-family: "Exo2-Bold";
  font-size: 18px;
  margin-right: 13px;
  text-transform: none;
}

.comments p {
  margin: 14px 0;
}

.comments .lvl2 {
  line-height: 22px;
}

.comments .lvl2 span {
  font-family: "Exo2-SemiBold";
}

.com-form form>* {
  font-size: 16px;
  width: 96%;
}

.com-form .btn {
  height: 40px;
  line-height: 40px;
  width: 180px;
}

.com-form textarea,
.com-form input[type="text"] {
  font-size: 16px;
  margin-bottom: 20px;
  padding: 0 2%;
}

.com-form textarea {
  height: 100px;
  padding-bottom: 15px;
  padding-top: 15px;
}

.com-form input[type="text"] {
  height: 40px;
}

.com-form ::-webkit-input-placeholder {
  font-size: 16px;
}

.com-form ::-moz-placeholder {
  font-size: 16px;
}

.com-form :-moz-placeholder {
  font-size: 16px;
}

.com-form :-ms-input-placeholder {
  font-size: 16px;
}

.com-form .fs16 {
  margin-bottom: 27px;
  text-transform: uppercase;
}

.com-form {
  margin-top: 45px;
}

.input-name {
  background: #fff url(../images/one_sprite.png) no-repeat 13px -217px;
  padding-left: 6% !important;
  width: 92% !important;
}

.in-row-bot>div {
  display: inline-block;
  vertical-align: bottom;
}

.docs>div {
  display: inline-block;
  margin-bottom: 20px;
  vertical-align: top;
  width: 49.5%;
}

.docs>div>div {
  margin: 0 0 0 4%;
  width: 70%;
}

.docs>div>div a {
  color: #76AC00;
  font-size: 16px;
  text-decoration: none;
}

.docs>div>div a:hover {
  text-decoration: underline;
}

.docs>div>div div {
  color: #999;
  margin-top: 5px;
}

#tabs .tab {
  display: none;
}

#tabs .tab#tabs-1 {
  display: block;
}

#tabs .tabs li.current {
  background: #fff;
  border-bottom: none;
}

.link-compare {
  position: relative;
  margin-bottom: 4px;
  display: inline-block;
  line-height: 16px;
  margin-left: 22px;
  text-decoration: none;
  border-bottom: 1px dotted #5f79b3;
}

.link-compare:before {
  content: "";
  position: absolute;
  left: -22px;
  top: 3px;
  width: 15px;
  height: 12px;
  background: url(../images/one_sprite.png) no-repeat -242px -429px;
}

.link-compare:hover {
  border-bottom-color: #76AC00;
  color: #76AC00;
}

.link-compare:hover:before {
  background-position: -242px -442px
}

.link-fav {
  position: relative;
  margin-bottom: 10px;
  display: inline-block;
  line-height: 16px;
  margin-left: 22px;
  text-decoration: none;
  border-bottom: 1px dotted #5f79b3;
}

.link-fav:before {
  content: "";
  position: absolute;
  left: -22px;
  top: 2px;
  width: 17px;
  height: 15px;
  background: url(../images/one_sprite.png) no-repeat -260px -429px;
}

.link-fav:hover {
  border-bottom-color: #76AC00;
  color: #76AC00;
}

.link-fav:hover:before {
  background-position: -260px -445px
}

.number-input {
  margin: 22px 0 30px;
}

.number-input>* {
  border: 1px solid #ccc;
}

.number-input input {
  border-left: 0;
  border-radius: 0;
  border-right: 0;
  height: 27px;
  margin-left: -4px;
  margin-right: 2px;
  text-align: center;
  width: 40px;
  padding: 0 30px 0 5px;
  font-size: 16px;
}

.number-input .minus {
  border-radius: 4px 0 0 4px;
}

.number-input .plus {
  border-radius: 0 4px 4px 0;
  margin-left: -6px;
}

.number-input a {
  color: #000;
  display: inline-block;
  font-size: 24px;
  height: 27px;
  line-height: 24px;
  position: relative;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  width: 27px;
}

.number-input a:hover {
  color: #76AC00;
}

.btn-style4 {
  border-radius: 4px;
  transition: .4s;
  text-align: center;
  display: inline-block;
  border: 1px solid transparent;
  margin: 0 17px;
  width: 192px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Exo2-Regular";
  text-decoration: none;
  color: #fff;
  background: #2d2d2d;
  height: 36px;
  line-height: 36px;
}

.btn-style4:hover {
  border-color: #2d2d2d;
  background: #fff;
  color: #2d2d2d;
}

.card-info .lvl2 .btn {
  width: 80px;
}

.question_product {
  width: 100% !important;
  margin-bottom: 10px;
  cursor: pointer;
}

.colors a.active {
  border-color: #76AC00;
  position: relative;
}

.colors a.active:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 7px;
  width: 14px;
  height: 9px;
  background: url(../images/one_sprite.png) no-repeat -216px -445px;
}

.count {
  width: 92px;
  margin-bottom: 11px;
  margin-right: 2px;
  display: inline-block;
  vertical-align: top;
}

.count a {
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
  border: 1px solid #dfdfdf;
  color: #dfdfdf;
  font-family: "Exo2-SemiBold";
  text-align: center;
  width: 23px;
  height: 23px;
  line-height: 20px;
  text-decoration: none;
  font-size: 21px;
}

.count a:hover {
  color: #333;
  background: #dfdfdf;
}

.count input {
  border-bottom: 1px solid #dfdfdf;
  border-radius: 0;
  border-top: 1px solid #dfdfdf;
  height: 23px;
  padding: 0 10px 0 5px;
  width: 28px;
}

/*33*/

.count div {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-left: -5px;
}

.count div span {
  position: absolute;
  right: 6px;
  top: 3px;
  /*display: none;*/
}

.count .plus {
  margin-left: -5px;
  border-radius: 0 4px 4px 0;
}

.count .minus {
  border-radius: 4px 0 0 4px;
}

.card-top {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 22px;
  margin-bottom: 20px;
}

.card-top .pull-left a {
  text-decoration: none;
  margin-right: 14px;
  font-family: "Exo2-Light";
}

.card-top .pull-left a:hover span {
  color: #76AC00;
}

.card-top .pull-left a i {
  color: #9e9e9e;
  font-style: normal;
}

.card-top .pull-left a span {
  border-bottom: 1px dotted;
}

.card-top .pull-right a {
  color: #57667e;
  font-family: "Exo2-Light";
  text-decoration: none;
  position: relative;
}

.card-top .pull-right a:hover {
  text-decoration: underline;
}

.btn-print {
  padding-right: 26px;
}

.btn-print:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 18px;
  background: url(../images/one_sprite.png) no-repeat -447px -456px;
}

/*.card*/

.card-gallery {
  display: inline-block;
  vertical-align: top;
  width: 35%;
  position: relative;
}

.card-gallery .bx-wrapper {
  border: 1px solid #e0e0e0;
  margin-bottom: 11px;
  height: 420px;
  border-radius: 4px;
}

.card-gallery .bx-wrapper li a {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  text-align: center;
  width: 2000px;
  height: 420px;
}

.card-gallery .bx-wrapper li a:after {
  content: "";
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 23px;
  height: 23px;
  background: url(../images/one_sprite.png) no-repeat -491px -429px;
}

.card-gallery img {
  max-height: 100%;
}

.card-gallery #bx-pager a,
.card-gallery .small-slider-box a {
  width: 75px;
  height: 75px;
  margin: 0 .6% 10px 0;
  line-height: 0;
  border-radius: 2px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #e0e0e0;
}

.card-gallery #bx-pager a span,
.card-gallery .small-slider-box a span {
  height: 75px;
  width: 75px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.card-gallery #bx-pager a.active,
.card-gallery .small-slider-box a.active {
  box-shadow: 0 0 0 2px #76AC00;
}

.card-gallery #bx-pager a:nth-child(5n),
.card-gallery .small-slider-box a:nth-child(5n) {
  margin-right: 0;
}

.card-main {
  display: inline-block;
  vertical-align: top;
  width: 37.5%;
  margin: 0 1.7%;
}

.card-more-main span {
  color: #707070;
  margin-right: 6px;
}

.card-more-main>div {
  margin-bottom: 7px;
}

.item-status span {
  color: #979797;
}

.card-more .item-status {
  margin: 0;
}

.card-more {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 15px;
  margin-bottom: 14px;
}

.card-choose {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 20px;
}

.card-choose p {
  margin-bottom: 6px;
}

.card-choose div.fancy-select {
  width: 135px;
}

.characteristics {
  font-family: "Exo2-Light";
}

.characteristics .col1 {
  display: inline-block;
  vertical-align: top;
  color: #c3c3c3;
  margin-right: 2%;
  width: 39%;
}

.characteristics .col2 {
  display: inline-block;
  vertical-align: top;
  width: 57%;
}

.characteristics>div {
  border-bottom: 1px dotted #8f8f8f;
  padding: 12px 0;
}

.characteristics.toogle-block {
  display: none;
}

.btn-style5 {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  margin: 18px 0 0;
  border: 1px solid #76AC00;
  color: #76AC00;
  height: 33px;
  line-height: 32px;
  padding: 0 38px;
  border-radius: 3px;
  text-decoration: none;
}

.btn-style5 span {
  border-bottom: 1px dotted;
}

.btn-style5:hover span {
  border-color: transparent;
}

.btn-style5:hover {
  color: #4470b2;
  border-color: #4470b2;
}

.share-block div,
.share-block span {
  display: inline-block;
  vertical-align: middle;
}

.share-block {
  margin-top: 14px;
}

.share-block>span {
  margin-right: 10px;
}

.ya-share2__counter {
  display: none !important;
}

.card-wrap>.col3 {
  display: inline-block;
  vertical-align: top;
  width: 23.4%;
}

.card-price {
  padding: 14px 18px;
  border-bottom: 1px solid #e0e0e0;
}

.card-price p {
  font-family: "Exo2-Light";
  color: #707070;
  margin-bottom: 2px;
}

.card-price .price-old {
  font-size: 18px;
  line-height: 16px;
}

.card-price .price-new {
  font-size: 24px;
  line-height: 24px;
}

.card-price .col1>div {
  margin-bottom: 10px;
}

.card-price .col1 .price {
  margin-bottom: 0;
  font-size: 18px;
}

.card-price .col1>div:last-child {
  margin-bottom: 0;
}

.card-price>div {
  /*display: inline-block;*/
  vertical-align: bottom;
  /*width: 49%;*/
}

/*.card-price .col2 {text-align: right; color: #ff0000;}*/

.price_diff_box {
  color: #76AC00;
}

.card-info {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  margin-bottom: 20px;
}

.card-info .lvl2 {
  background: #f4f4f4;
  padding: 16px 18px;
}

.card-info .lvl2 .number-input {
  display: inline-block;
  margin-right: 18px;
  margin-bottom: 15px;
}

.card-info .lvl2 .count a {
  width: 35px;
  height: 35px;
  line-height: 32px;
}

.card-info .lvl2 .count {
  width: auto;
}

.card-info .lvl2 .count input {
  height: 35px;
}

.card-info .lvl2 .count div:after {
  top: 9px;
}

.card-info .lvl2 .btn-style2 {
  height: 37px;
  font-family: "Exo2-Regular";
  font-size: 16px;
  text-align: center;
  line-height: 35px;
  padding: 0 15px;
  border-radius: 4px;
  margin-left: 4px;
}

.card-info .lvl2 .btn-style4 {
  width: 100%;
  padding-left: 0;
  margin: 0 0 12px;
  position: relative;
  text-indent: 10px;
}

.card-info .lvl2 .btn-style4:before {
  content: "";
  position: absolute;
  left: 42px;
  top: 8px;
  width: 19px;
  height: 19px;
  background: url(../images/one_sprite.png) no-repeat -469px -456px;
}

.card-info .lvl2 .btn-style4:hover:before {
  background-position: -469px -476px;
}

.card-info .lvl2 .link-fav {
  margin-bottom: 0;
}

.pay-delivery {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
}

.pay-delivery>div {
  padding: 14px 18px;
}

.pay-delivery .lvl1 {
  border-bottom: 1px solid #e0e0e0;
}

.title-style3 {
  font-family: "Exo2-SemiBold";
  font-size: 16px;
  margin-bottom: 10px;
}

.link-city2 {
  text-decoration: none;
  border-bottom: 1px dotted;
  position: relative;
  margin-right: 17px;
}

.link-city2:after {
  content: "";
  position: absolute;
  right: -17px;
  top: 8px;
  border: 4px solid transparent;
  border-top: 4px solid #446fb2;
}

.link-city2:hover {
  color: #76AC00;
}

.link-city2:hover:after {
  border-top-color: #76AC00;
}

.title-style4 {
  color: #76AC00;
  font-family: "Exo2-SemiBold";
  margin-bottom: 5px;
}

.pay-delivery ul {
  list-style: none;
  margin-bottom: 12px;
}

.pay-delivery li {
  position: relative;
  margin-bottom: 2px;
  padding-left: 10px;
}

.pay-delivery li:before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
  margin-right: 4px;
}

.pay-delivery-main>div:last-child ul {
  margin-bottom: 0;
}

.pay-delivery .lvl2 ul {
  margin-bottom: 0;
}

.slide .items>div {
  margin-right: .7%;
  margin-bottom: 50px;
  width: 19%;
}

.slide .items>div:nth-child(5n) {
  margin-right: 0;
}

.tabs {
  margin-top: 25px;
  border-bottom: 1px solid #e1e1e1;
}

.tabs ul {
  list-style: none;
}

.tabs ul li {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  outline: none;
  line-height: 36px;
  font-size: 16px;
  font-family: "Exo2-SemiBold";
  background: #f4f4f4;
  text-align: center;
  border: 1px solid #e1e1e1;
  border-radius: 4px 4px 0 0;
  border-bottom: 0;
}

.tabs ul li a {
  white-space: nowrap;
  display: block;
  color: #58667e;
  text-decoration: none;
  padding: 0 25px;
  height: 40px;
}

.tabs ul li span {
  border-bottom: 1px dotted;
}

.tabs ul li i {
  font-style: normal;
  color: #acacac;
}

.tabs ul li.ui-tabs-active {
  color: #76AC00;
  background: #fff;
  position: relative;
}

.tabs ul li.ui-tabs-active:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: #fff;
}

.tabs ul li.ui-tabs-active span {
  border-color: transparent;
}

.tab {
  padding: 23px 0 32px;
  border-bottom: 1px solid #d6d6d6;
}

.tab .characteristics {
  margin-bottom: 25px;
}

.text2 p {
  margin-bottom: 20px;
}

.text2 p:last-child {
  margin-bottom: 0;
}

.items-viewed {
  padding-top: 22px;
}

.wrap-scroll {
  overflow-y: hidden;
  height: 380px;
  padding: 0 !important;
}

.items-viewed .pull-right {
  margin-top: 4px;
}

.items-viewed .pull-right>a {
  color: #3b3b3b;
  vertical-align: middle;
  margin-right: 10px;
  text-decoration: none;
  border-bottom: 1px dotted;
}

.items-viewed .pull-right>a:hover {
  color: #76AC00;
}

.items-viewed .pull-right>div {
  display: inline-block;
  vertical-align: middle;
}

.items-viewed .pull-right>div a,
.items-viewed .pull-right>div button {
  position: relative;
  margin-left: 4px;
  cursor: pointer;
  top: auto;
  display: inline-block;
  vertical-align: middle;
}

.items-viewed .scrollable.default-skin .scroll-bar.horizontal {
  bottom: 6px;
}

.items-viewed .scrollable.default-skin .scroll-bar.horizontal {
  height: 2px;
  background: #ccc;
}

.items-viewed .scrollable .scroll-bar.horizontal .thumb {
  height: 4px;
  top: -1px;
}

.card-gallery-size2 {
  width: 100% !important;
}

/*end /*.card*/

/* Footer */

.footer {
  margin: -100px auto 0;
  z-index: 90;
  position: relative;
}

.footer .lvl2 .col1 {
  width: 100%;
}

.footer .lvl2 .col1 a:hover:before {
  bottom: -1px;
  top: auto;
}

.footer .lvl2 {
  border-bottom: 1px solid #e5e5e5;
  border-top: 0;
}

.footer .lvl2 .col1>ul>li {
  padding: 0 2.6%;
}

.footer .lvl2 .col1>ul>li:last-child {
  padding-right: 0;
}

.footer .link-email:before {
  background-position: -156px -27px;
}

.footer .link-phone:before {
  background-position: -182px -27px;
}

.col1 .bx-context-toolbar-empty-area a {
  background: url(../images/one_sprite.png) no-repeat;
  display: inline-block;
  height: 24px;
  margin-left: 12px;
  vertical-align: top;
  width: 24px;
}

.col1 .bx-context-toolbar-empty-area a:first-child {
  margin-left: 0;
}

.soc1:hover {
  background-position: 0 -122px !important;
}

.soc2:hover {
  background-position: -26px -122px !important;
}

.soc3:hover {
  background-position: -52px -122px !important;
}

.soc4:hover {
  background-position: -78px -122px !important;
}

.soc5:hover {
  background-position: -104px -122px !important;
}

.soc6:hover {
  background-position: -130px -122px !important;
}

.soc1 {
  background-position: 0 -27px !important;
}

.soc2 {
  background-position: -26px -27px !important;
}

.soc3 {
  background-position: -52px -27px !important;
}

.soc4 {
  background-position: -78px -27px !important;
}

.soc5 {
  background-position: -104px -27px !important;
}

.soc6 {
  background-position: -130px -27px !important;
}

.footer .lvl2 .col1>ul>li>ul {
  bottom: 69px;
  top: auto;
}

.title3 a {
  text-decoration: none;
}

.mob-nav-btn {
  background: #76AC00;
  color: #fff !important;
  cursor: pointer;
  display: block;
  font-size: 18px;
  padding: 21px 35px 23px 48px;
  text-decoration: none;
  text-transform: uppercase;
}

.mob-nav-btn:before {
  background: url(../images/one_sprite.png) no-repeat -220px -56px;
  content: "";
  height: 15px;
  left: 20px;
  position: absolute;
  top: 24px;
  width: 18px;
}

.mob-nav-btn:after {
  color: #fff;
  right: 15px;
  top: 20px;
}

.ms-slide-bgcont {
  display: table-cell;
  height: 270px !important;
  position: relative !important;
  text-align: center;
  vertical-align: middle;
  width: 1000px !important;
}

.ms-slide img {
  height: auto !important;
  margin: 0 !important;
  max-height: 90%;
  max-width: 80%;
  width: auto !important;
}

.blocks4.blocks4-view1 .col2 {
  width: 100%;
}

/* end Footer */

/*header*/

.scroll1 table {
  min-width: 650px;
}

.header .lvl2 .col1 {
  display: block;
}

.header .lvl2 .mob-nav-btn {
  display: none;
}

.header .lvl2 .search-block,
.header .lvl2 .link-email,
.header .lvl2 .link-phone,
.header .lvl2 .btn {
  display: none;
}

.header.fixed .lvl2 .link-email,
.header.fixed .lvl2 .link-phone,
.header.fixed .lvl2 .btn {
  display: inline-block;
}

.header.fixed2 .lvl2 .link-email,
.header.fixed2 .lvl2 .link-phone {
  display: none;
}

.header.fixed2 .lvl2 .btn {
  display: inline-block;
}

.search-block input[type='text'] {
  border: 1px solid #ccc;
  border-radius: 4px 0 0 4px;
  height: 34px;
  padding: 0 10px;
  width: 230px;
}

.search-block input[type="submit"] {
  margin-bottom: 0px !important;
  background: #ccc;
  border: 1px solid #ccc;
  border-radius: 0 4px 4px 0;
  color: #fff;
  font-family: "Exo2-Bold";
  font-size: 14px;
  height: 36px;
  line-height: 36px;
  margin-left: -4px;
  text-align: center;
  text-transform: uppercase;
  width: 100px;
}

.header .lvl2 .search-block {
  margin: 12px 0 0 38px;
}

.header .lvl2 .link-email,
.header .lvl2 .link-phone {
  margin: 9px 0 0 45px;
}

.header .lvl2 .btn {
  margin: 10px 10px 0 30px;
}

.header.fixed .lvl2 .col2 {
  display: none;
}

.header.fixed2 .lvl2 .col2 {
  display: none;
}

.header.fixed2 .lvl1,
.header.fixed2 .lvl0 {
  display: none;
}

.open-toogle,
.open-toogle2 {
  display: none;
}

.btn:after {
  display: none;
}

.block-wrap .items>div {
  margin-right: .7%;
}

.bx_page div {
  float: left;
  width: 33%;
}

.header.fixed2 .lvl2 .col1 {
  float: left;
  width: calc(100% - 230px);
}

.header.fixed2 .lvl2 .col1>ul {
  float: left;
  width: 100%;
}

.header.fixed2 .lvl2 .col1>ul li {
  padding-left: 1%;
  padding-right: 1%;
}

/*  counter product  <<<  */

.counter {
  float: left;
  height: 40px;
  margin-left: 10px;
  position: relative;
  width: 70px;
}

.counter {
  height: 100%;
}

.counter input {
  background-color: #f2f2f2;
  border: none;
  color: #3f4147;
  font-size: 18px;
  left: 50%;
  line-height: 41px;
  margin-left: -19px;
  moz-user-select: none;
  ms-user-select: none;
  position: absolute;
  text-align: center;
  user-select: none;
  webkit-user-select: none;
  width: 38px;
}

.item .counter input {
  line-height: 37px;
}

.bx_ordercart .counter input {
  background: none !important;
  line-height: 0 !important;
  margin-top: -9px !important;
}

.counter .plus,
.counter .minus {
  border: none;
  cursor: pointer;
  height: 15px;
  margin-top: -7.5px;
  moz-user-select: none;
  ms-user-select: none;
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  user-select: none;
  webkit-user-select: none;
  width: 16px;
}

.counter .plus {
  background: url("../images/one_sprite.png") no-repeat -171px -95px;
  right: 0;
}

.counter .plus.hover,
.counter .plus:hover {
  background-position: -195px -95px;
}

.counter .plus.disabled {
  background-position: -171px -95px !important;
  cursor: default;
}

.counter .minus {
  background: url("../images/one_sprite.png") no-repeat -122px -95px;
  left: 0;
}

.counter .minus.hover,
.counter .minus:hover {
  background-position: -147px -95px;
}

.counter .minus.disabled {
  background-position: -122px -95px !important;
  cursor: default;
}

.counter.hover .plus {
  background-position: -195px -95px;
}

.counter.hover .minus {
  background-position: -147px -95px;
}

/*  >>>  counter product  */

/*  Cart pages  <<< */

/*order-card*/

.bx-soa-cart-total.bx-soa-cart-total-fixed {
  position: fixed;
  top: 90px;
}

#basket_form {
  position: relative;
}

.bx_sort_container>div {
  display: none;
}

.bx_sort_container {
  float: right;
  position: relative;
  right: 0;
  top: 0;
}

.bx_sort_container li {
  display: inline-block;
  margin-left: 5px;
  vertical-align: top;
}

.bx_sort_container li a {
  height: 36px;
  line-height: 36px;
  border: 1px solid #ccc;
  color: #716d6c;
  display: inline-block;
  padding-left: 25px;
  padding-right: 25px;
  text-transform: uppercase;
  vertical-align: top;
}

.bx_sort_container li a:hover {
  border-color: #76AC00;
}

.bx_sort_container li a.current {
  border-color: #76AC00;
  border-width: 1px;
  color: #76AC00;
}

.bx_ordercart_order_table_container thead {
  background-color: #e2e2e2;
  font-weight: bold;
}

.bx_ordercart .bx_ordercart_order_table_container table tbody td {
  border-bottom: none;
}

.bx_ordercart_photo_container {
  height: 80px;
  width: 80px;
}

.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_photo {
  background-size: cover;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  webkit-background-size: cover;
}

.bx_ordercart .bx_ordercart_photo_container {
  border-color: #dbdbdb;
}

.bx_ordercart .bx_ordercart_order_table_container table td.margin {
  width: 0 !important;
}

.bx_ordercart .bx_ordercart_order_table_container tbody td.control br {
  display: none;
}

.bx_ordercart .bx_ordercart_order_table_container tbody td.control a {
  border: 1px solid #ccc;
  color: #000;
  display: block;
  font-size: 13px;
  height: 40px;
  line-height: 38px;
  margin: 0 auto;
  padding-left: 20px;
  position: relative;
  text-align: center;
  width: 130px;
}

.bx_ordercart .bx_ordercart_order_table_container tbody td.control a:hover,
.bx_ordercart .bx_ordercart_order_table_container tbody td.custom.red {
  color: #76AC00;
}

.bx_ordercart .bx_ordercart_order_table_container tbody td.control a:first-child {
  border-bottom: none;
}

.bx_ordercart .bx_ordercart_order_table_container tbody td.control a:first-child:after {
  background: url(../images/remove.png) no-repeat 0 0;
  content: '';
  display: block;
  height: 17px;
  left: 20px;
  margin-top: -7.5px;
  position: absolute;
  top: 50%;
  width: 15px;
}

.bx_ordercart .bx_ordercart_order_table_container tbody td.control a:last-child:after {
  background: url('../images/sprite-inner.png') no-repeat -268px -95px;
  content: '';
  display: block;
  height: 16px;
  left: 20px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 18px;
}

.bx_ordercart .bx_ordercart_order_table_container tbody td.control a:last-child:hover:after {
  background-position: -289px -95px;
}

.custom .left.amount {
  border: none;
  font-size: 13px;
  height: 22px;
  text-align: center;
}

#basket_form .price+.custom .centered {
  width: auto !important;
}

.addBasket.added {
  background-color: #249677 !important;
  border-color: #249677 !important;
  o-transition: all .55s ease-in;
  transition: all .55s ease-in;
  webkit-transition: all .55s ease-in;
}

.bx_size_scroller_container {
  margin-left: 0;
}

.bx_item_detail_size_small_noadaptive ul li a,
/*.bx_item_detail_size_small_noadaptive ul li{height:32px;line-height:30px;}*/

#basket_form .price+.custom .centered td:last-child {
  font-size: 0;
}

.bx_item_detail_size_small_noadaptive ul li:active a,
.bx_item_detail_size_small_noadaptive ul li.bx_active a,
.bx_item_detail_size_small_noadaptive ul li:hover a {
  border-color: #76AC00;
}

.bx_ordercart_order_pay {
  border: 1px solid #76AC00;
  overflow: hidden;
  padding: 0 !important;
}

.bx_ordercart_order_pay_left,
.bx_ordercart_order_pay_right {
  float: left;
  width: 34% !important;
}

.bx_ordercart_order_pay_right+div {
  display: none;
}

.bx_ordercart_order_pay_center a {
  text-decoration: none;
}

.bx_ordercart_order_pay_center {
  border-left: 1px solid #76AC00;
  float: right;
  width: 30% !important;
}

.bx_ordercart_order_pay_center {
  line-height: 140px;
  text-align: center;
}

.bx_ordercart_order_pay_center .buy_one {
  background-color: #76AC00;
  color: #fff;
  display: inline-block;
  height: 48px;
  line-height: 48px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  width: 240px;
}

.bx_ordercart_order_pay_center .buy_one:hover {
  text-decoration: underline;
}

.bx_ordercart_order_pay_left,
.bx_ordercart_order_pay_right,
.bx_ordercart_order_pay_center {
  height: 140px;
}

.bx_ordercart_order_pay_left {
  display: table;
}

.bx_ordercart_order_pay_left .bx_ordercart_coupon {
  display: table-cell;
  padding-left: 20px;
  vertical-align: middle;
}

.bx_ordercart_order_pay_left .bx_ordercart_coupon span {
  font-size: 14px;
}

.bx_ordercart_order_pay_left .bx_ordercart_coupon input {
  border-color: #ccc;
}

.bx_ordercart_order_pay_left .bx_ordercart_coupon input:hover,
.bx_ordercart_order_pay_left .bx_ordercart_coupon input:focus {
  border-color: #76AC00;
}

.bx_ordercart_order_pay_right .bx_ordercart_order_sum {
  display: table;
  height: 100%;
  width: 100%;
}

.bx_ordercart_order_pay_right .bx_ordercart_order_sum tbody {
  display: table-cell;
  font-size: 16px !important;
  vertical-align: middle;
}

#allSum_FORMATED {
  color: #76AC00;
  font-weight: normal;
}

.bx_ordercart .bx_ordercart_order_sum tr td {
  font-size: 16px;
  padding: 5px 20px;
}

.bx_ordercart .bx_ordercart_order_sum tr td.fwb {
  padding-top: 20px;
}

@media screen and (max-width: 867px) {
  .bx_ordercart_order_pay_center {
    border-left: none;
    border-top: 1px solid #76AC00;
    width: 100% !important;
  }

  .bx_ordercart_order_pay_left,
  .bx_ordercart_order_pay_right {
    width: 50% !important;
  }

  .bx_sort_container {
    position: static;
  }

  .bx_sort_container li a {
    margin-bottom: 10px;
  }

  .slide .items>div {
    margin-right: .5%;
  }
}

@media screen and (max-width: 640px) {

  .bx_ordercart_order_pay_left,
  .bx_ordercart_order_pay_right {
    width: 100% !important;
  }

  .bx_ordercart_order_pay_left,
  .bx_ordercart_order_pay_right {
    text-align: center;
  }

  .bx_ordercart .bx_ordercart_order_sum tr td {
    text-align: left;
  }

  .header .lvl2 .arrow>a span:after {
    background: #ccc;
    color: #666;
    content: ">";
    font-family: "Exo2-Light";
    font-family: calibri;
    font-size: 14.5px;
    font-size: 18px;
    font-weight: 300;
    height: 21px;
    line-height: 21px;
    margin: 0 0 0 5px;
    opacity: .8;
    padding: 0;
    position: absolute;
    right: 0px;
    right: 4px;
    text-align: center;
    top: 10px;
    top: 8px;
    width: 21px;
  }

  .header .lvl2 .col1>ul>li ul li a {
    border-bottom: 1px solid #cccccc;
    display: block;
    margin: 0 16px;
    min-width: 175px;
    padding: 11px 25px 13px 0px;
  }
}

@media screen and (min-width: 561px) {
  .header .lvl3 input[type="submit"] {
    top: 3px;
  }
}

@media screen and (max-width: 568px) {
  .bx-touch .bx_ordercart .bx_sort_container a {
    line-height: 32px;
  }

  .bx_sort_container {
    float: none !important;
    text-align: center;
  }

  .bx-touch .bx_ordercart .bx_sort_container a#basket_toolbar_button {
    margin: 0 !important;
  }

  #basket_form_container .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: auto;
    top: -6px;
  }

  #basket_form_container #mCSB_7 {
    padding-top: 15px;
  }

  .mf-captcha input {
    margin: 7px 0 15px !important;
    padding: 0 10px !important;
    width: 158px !important;
  }

  .mf-captcha img {
    display: block;
    float: none !important;
    margin: 7px auto 0;
  }
}

#basket_form td {
  vertical-align: middle !important;
}

.bx_ordercart_photo_container a {
  display: block;
  height: 80px;
  width: 80px;
}

.bx_ordercart .bx_ordercart_photo_container {
  /*height:80px;max-height:80px;max-width:80px;padding-top:0;width:80px;*/
}

.custom .left .amount {
  line-height: 20px;
  top: -10px;
}

/*  >>>  Cart pages  */

/*end order-card*/

/* Responsive */

@media screen and (max-width:1320px) {
  .slider1 .bx-prev {
    left: 0px;
  }

  .slider1 .bx-next {
    right: 0px;
  }

  .slider1 .bx-controls-direction {
    max-width: 1170px;
    margin: 0 auto;
  }

  .slider1 li .inner>* {
    margin-left: 55px;
    margin-right: 55px;
  }
}

@media screen and (max-width:1169px) {
  .inner {
    padding: 0 20px;
  }

  .header .lvl1 {
    position: relative;
  }

  .header .lvl1 .col1 {
    margin-right: 4%;
  }

  .header .lvl1 .col3 {
    margin: 0 4% 0 4%;
  }

  .header .lvl1 .col4 {
    /*margin-top: 12px;*/
  }

  .header .lvl2 .col1>ul>li {
    padding: 0 14px;
  }

  .header .lvl3 form>div {
    width: 70%;
  }

  .header .lvl3 input[type="text"] {
    width: 80%;
  }

  .header .lvl3 .close {
    right: 10px;
  }

  .slider1 .bx-viewport li {
    background-size: cover;
  }

  .advantages>.in-row-mid>div>div {
    width: 70%;
  }

  .cons .col1 {
    margin-right: 2%;
  }

  .blocks4>div {
    margin-bottom: 25px;
    margin: 0 2.1% 20px 0 !important;
  }

  .item-btns2>a {
    width: 140px;
  }

  .ms-slide-bgcont {
    height: 220px !important;
  }

  .tabs a {
    width: 24%;
  }

  .view-style {
    display: none;
  }

  .pagination a {
    margin-bottom: 5px;
  }

  .blocks7 .btn {
    max-width: 90%;
  }

  .cons-small {
    width: 88%;
  }

  .cons-small .col1 {
    width: 65%;
  }

  .header.fixed .lvl2 .inner {
    padding: 0;
  }

  .header.fixed2 .lvl2 .inner {
    padding: 0;
  }

  .header .lvl2 .search-block {
    margin-left: 20px;
  }

  .header .lvl2 .link-email,
  .header .lvl2 .link-phone {
    margin: 9px 0 0 48px;
  }

  .irs-to,
  .irs-single,
  .irs-from {
    width: 45px !important;
  }

  .for-range span:first-child {
    margin-right: 80px;
  }

  .irs-to {
    left: 123px !important;
  }

  .irs {
    width: 200px !important;
  }

  .irs-line-mid {
    width: 190px !important;
  }

  .card-top .pull-left {
    margin-bottom: 5px;
  }

  .card-wrap>.col3 {
    width: 100%;
  }

  .card-gallery {
    width: 47%;
    margin-right: 2%;
    margin-bottom: 15px;
  }

  .card-main {
    width: 47%;
    margin: 0;
    margin-bottom: 15px;
  }

  .card-wrap>.col3>div {
    width: 47%;
    margin-right: 2%;
    display: inline-block;
    vertical-align: top;
  }

  .cols2>.col2 {
    width: 75%;
  }

  .items>div {
    /*margin-right: 1.3%; margin-left: 1.3%;*/
  }

  .items>div:nth-child(4n) {
    margin-right: 1.3% !important;
  }
}

@media screen and (min-width:961px) and (max-width:1169px) {
  .header .lvl1 .col4 {
    float: right;
    margin-top: 10px;
  }

  .footer .lvl1 .col4 {
    float: right;
    margin-top: 17px;
  }

  .header .lvl1 .col3 {
    /*display:none;*/
  }
}

@media screen and (min-width:961px) and (max-width:1071px) {
  .footer .lvl1 .col4 {
    position: absolute;
    top: -20px;
    right: 10px;
  }

  .footer .lvl1 .col4 span {
    width: 100%;
    text-align: right;
    margin-bottom: 5px;
  }

  .footer .lvl1 .col4>div {
    float: right;
  }
}

@media screen and (min-width:961px) and (max-width:1071px) {}

@media screen and (min-width:780px) and (max-width:790px) {
  .items>div {
    width: 213px;
  }
}

@media screen and (min-width:611px) and (max-width:779px) {
  .items>div {
    width: 32%;
  }

  .slide .items>div {
    margin-bottom: 84px;
  }
}

@media screen and (min-width:961px) and (max-width:1010px) {
  .wrapper .header-block {
    min-height: 153px;
  }
}

@media screen and (max-width:1085px) {

  .header .lvl2 .link-email,
  .header .lvl2 .link-phone {
    margin: 9px 0 0 38px;
  }

  .header .lvl2 .btn {
    margin-left: 15px;
  }
}

@media screen and (max-width:1170px) {
  .header.fixed2 .lvl2 .btn {
    margin-right: 15px;
    margin-left: 0;
  }
}

@media screen and (max-width:1140px) {
  .cols2>.col2 {
    width: 72%;
  }

  .input-name {
    padding-left: 10% !important;
    width: 88% !important;
  }

  .blocks4.blocks4-view1>div {
    width: 45%;
    margin-right: 2.1% !important;
  }

  .blocks8.blocks8-view1>div {
    width: 43%;
    margin-right: 2.1% !important;
  }

  .header .lvl2 .link-email,
  .header .lvl2 .link-phone {
    display: none !important;
  }
}

@media screen and (max-width:1010px) {
  .header .lvl2 .col1>ul>li {
    padding: 0 2% 0 0;
  }

  .header .lvl2 .col1>ul>li>a {
    padding: 10px 0;
  }

  .btn-search {
    margin: 9px 0 0;
  }

  .header .lvl3 input[type="text"] {
    width: 70%;
  }

  .advantages img {
    width: 48px;
  }

  .advantages>.in-row-mid>div {
    width: 47%;
    margin-right: 2%;
    margin-bottom: 15px;
  }

  .blocks2>a {
    margin: 0 1.5% 141px;
  }

  .cons {
    padding: 30px;
  }

  .cons .col2 .btn {
    margin-right: 0;
  }

  .cons .col1 {
    width: 49%;
    /*width: 65%;*/
  }

  .slide .cons .col1 {
    width: 64%;
  }

  .partners .owl-prev {
    left: -20px;
  }

  .partners .owl-next {
    right: -18px;
  }

  .header .lvl2 .col1>ul>li>ul {
    top: 38px;
  }

  .footer .lvl2 .col1>ul>li>ul {
    top: auto;
    bottom: 38px;
  }

  /* .cols2 > .col2 {width: 70%;} */
  .item-btns2>a {
    width: 125px;
  }

  .ms-slide-bgcont {
    height: 190px !important;
  }

  .cols5>div {
    width: 100% !important;
  }

  .cols5>.col1 input[type="text"] {
    width: 89% !important;
    padding: 0 2% 0 9% !important;
  }

  .blocks7>div {
    width: 42%;
  }

  .cons-small {
    width: 80%
      /* 84%;*/
  }

  .cons-small .col1 {
    width: 100%;
    margin-bottom: 14px;
  }

  .popupbtn_1 {
    float: right;
  }
}

@media screen and (min-width:970px) and (max-width:990px) {
  .header .lvl1 .col3 {
    margin: 6px 45px 0 16px;
  }

  .header .lvl1 .col1 {
    margin-right: 10px;
  }

  .header .lvl1 .col2 {
    margin: 5px 0 0 0;
  }

  /* .header .lvl1 .col4 .btn{margin-left:15px;} */
}

@media screen and (min-width:900px) and (max-width:920px) {
  .cols2>.col2 {
    width: 71%;
  }
}

@media screen and (min-width:500px) and (max-width:960px) {
  .header.default .lvl2 .inner {
    padding: 0;
  }

  .header.default .lvl2 .col1 {
    position: absolute;
    left: 0;
    top: 62px;
    background: #f0f0f0;
    width: 230px;
  }

  .header.default .lvl2 .col2 {
    display: none;
  }

  .mob-nav-btn:after {
    display: none;
  }

  .header.default .lvl2 .col1>ul>li {
    display: block;
    padding: 0 15px;
  }

  .header.default .lvl2 .col1>ul>li>a {
    font-size: 16px;
    cursor: pointer;
    font-family: "Exo2-Regular";
    text-transform: none;
    padding: 12px 0;
    border-bottom: 1px solid #cccccc;
  }

  .header.default .lvl2 .col1>ul>li:last-child>a {
    border-bottom: 0;
  }

  .header.default .lvl2 .col1>ul {
    border-left: 1px solid #76AC00;
    box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, .3)
  }

  .header.default .lvl2 .col1>ul>li>ul {
    left: 229px;
    top: 0;
  }

  .header.default .lvl2 .col1>ul>li>a:before {
    display: none;
  }

  .header.default .lvl2 .col1 {
    display: none;
  }

  .header.default .lvl2 .search-block {
    display: inline-block;
  }

  .header.default .lvl2 .mob-nav-btn {
    display: inline-block;
    vertical-align: top;
  }
}

@media screen and (max-width:900px) {
  .cols3>div {
    margin: 0;
    width: 100% !important;
  }

  .cols3>.col1 {
    margin-bottom: 30px;
  }

  .ms-slide,
  .ms-container {
    height: 200px !important;
  }

  .ms-nav-next,
  .ms-nav-prev {
    bottom: 62px;
    top: auto;
  }

  .ms-view {
    height: 309px !important;
  }

  .tabs a {
    border-radius: 0;
    display: block;
    height: 32px;
    line-height: 32px;
  }
}

@media screen and (min-width:961px) and (max-width:1121px) {
  .header .lvl1 .col3 {
    margin: 0;
    position: absolute;
    /* right: 309px; */
    right: 281px;
    top: 4px;
  }

  .header .lvl1 .col4 {
    margin-top: -5px !important;
  }

  .header .lvl1 .col4 .link-phone {
    top: 30px;
  }

  .header .lvl1 .col4 .popbutton {
    top: 16px;
  }

  .footer .lvl1 .col4 {
    margin-top: 17px !important;
  }

  .footer .lvl1 .col3 {
    position: initial;
    margin: 0 4% 0 5%;
  }
}

@media screen and (min-width:861px) and (max-width:899px) {
  .cols2>.col2 {
    width: 70%;
  }
}

@media screen and (max-width:960px) {
  .footer .lvl1 .col1 {
    margin-top: -15px;
  }

  .header .lvl1 {
    text-align: left;
  }

  .header .lvl1 .col4 .btn {
    position: absolute;
    top: 95px;
    right: 25px;
    z-index: 201;
  }

  .header .lvl1 .link-email {
    position: absolute;
    right: 28px;
    top: 0;
  }

  .header .lvl1 .link-phone {
    position: absolute;
    right: 28px;
    top: 35px;
  }

  .header .lvl1 .link-phone {}

  .slide {
    padding: 45px 5px;
  }

  .wrapper .header-block {
    min-height: 175px;
  }

  .header .lvl1 .col3 {
    float: right;
    margin: 0;
  }
}

@media screen and (min-width:961px) {
  .cols2>.col2 {
    /* width:70%; */
  }

  .header .lvl2 .col1>ul>li.arrow>a span {
    display: none;
  }

  .header.fixed .lvl2 .col1>ul>li.arrow>a span {
    display: inline;
  }

  .header.fixed2 .lvl2 .col1>ul>li.arrow>a span {
    display: inline;
  }
}

@media screen and (min-width:980px) {
  .mob_view {
    display: none;
  }
}

@media screen and (min-width:810px) and (max-width:860px) {}

@media screen and (max-width:810px) {
  .blocks6>div {
    width: 33%;
  }

  .blocks4.blocks4-view1>div {
    width: 98%;
    margin-right: 0 !important;
  }

  .cols2-proj>.col2 {
    width: 67%;
    padding-left: 2%;
  }
}

@media screen and (min-width:610px) and (max-width:769px) {
  .footer .lvl1 .col3 {
    clear: both;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: left;
  }
}

@media screen and (min-width:610px) and (max-width:740px) {
  .search-block input[type='text'] {
    width: 150px;
  }
}

@media screen and (min-width:610px) and (max-width:840px) {

  /* .header .lvl1 .col3{display:none;} */
  .header .lvl2 .btn {
    display: none;
  }

  .header.fixed .lvl2 .btn {
    margin-right: 10px;
    width: 155px;
    margin-left: 10px;
    display: block;
  }

  .header .lvl1 .col4 .btn {
    right: 5px;
  }
}

@media screen and (min-width:610px) and (max-width:960px) {
  .footer .lvl1 {
    /*min-height: 120px;*/
    min-height: 60px;
  }

  /* .header .lvl1 .link-email,.header .lvl1 .link-phone{
        position: inherit;
        float: right;
    } */
  .footer .lvl1 .col4 {
    width: 250px;
    padding-bottom: 20px;
    text-align: center;
    margin-left: -20px;
  }

  .footer .lvl1 .col4 span {
    padding-bottom: 10px;
  }
}

.docs {
  word-break: break-word;
}

@media screen and (max-width:660px) {
  .header .lvl1 .col4 .btn {
    display: none;
  }
}

@media screen and (max-width:700px) {

  .form-question .mf-captcha,
  .contacts .mf-captcha {
    text-align: center;
  }

  .form-question .mf-captcha img,
  .contacts .mf-captcha img {
    display: block;
    float: none !important;
    margin: 7px auto 0 !important;
  }

  .form-question .mf-captcha input,
  .contacts .mf-captcha input {
    display: block;
    float: none !important;
    margin: 9px auto 0px !important;
    width: 132px !important;
  }

  .md-align-center {
    text-align: center;
  }

  .md-align-center {
    margin-top: 20px !important;
  }
}

@media screen and (max-width:769px) {
  .slide .items>div {
    width: 32.4%;
    height: 350px;
  }

  .slide .items>div:nth-child(4n) {
    margin-right: 0;
  }

  .slide .items>div:nth-child(5n) {
    margin-right: .5%;
  }

  .header .lvl2 .col1 {
    width: 94%;
  }

  .header .lvl3 input[type="text"] {
    width: 58%;
  }

  .header .lvl3 form>div {
    width: 61%;
  }

  .title2 {
    font-size: 36px;
    line-height: 36px;
  }

  /* .header .lvl1 {padding: 15px 0;} */
  .slider1 .btn {
    margin-bottom: 12px;
  }

  .blocks1 .in-row>a {
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }

  .blocks1 .in-row>a:last-child {
    margin-bottom: 0;
  }

  .blocks1 p {
    min-height: auto;
  }

  .blocks2>a {
    width: 46%;
  }

  .blocks2 .no-margin {
    margin-right: 1.5% !important;
  }

  .cons .col1 {
    /*width: 50%;*/
    width: 100%;
    margin: 0 0 14px;
  }

  .slide .cons .col1 {
    width: 100%;
  }

  .projects .owl-prev {
    left: -25px;
  }

  .projects .owl-next {
    right: -25px;
  }

  .cols1>div {
    width: 100%;
  }

  .cols1>.col1 {
    margin: 0 0 30px;
  }

  .cols2>.col2 {
    width: 60%;
  }

  .cols2>.col1 {
    width: 38%;
    max-width: inherit;
    min-width: inherit;
  }

  .cols4>.col2 {
    width: 54%;
    margin-left: 5%;
  }

  .cols4>.col1 {
    width: 40%;
  }

  .cols5>.col1 input[type="text"] {
    width: 86% !important;
    padding: 0 2% 0 12% !important;
  }

  .blocks8.blocks8-view1>div {
    width: 96%;
    margin: 0 0 30px !important;
  }

  .cons-small {
    width: 78%
      /* 80%;*/
  }

  .header .lvl2 .btn {
    /* display: none !important; */
  }

  .card-gallery {
    width: 100%;
    margin-right: 0;
  }

  .card-main {
    width: 100%;
  }

  .card-wrap>.col3>div {
    width: 100%;
    margin-right: 0;
  }

  .tabs ul li a {
    box-sizing: border-box;
    height: 32px;
    line-height: 32px;
    width: 100%;
  }

  .tabs ul li {
    display: block;
  }
}

@media screen and (min-width:655px) {
  .fixed_side_bar {
    position: fixed;
    top: 80px;
  }
}

@media screen and (max-width:655px) {
  .items {
    text-align: center;
  }

  .items>div {
    text-align: left;
  }

  .cols2>div {
    width: 96% !important;
    padding: 0 2%;
  }

  .cols2>.col2 {
    padding: 0;
  }

  .ms-thumb-list {
    display: block !important;
    opacity: 1 !important;
  }

  .blocks6>div {
    width: 48%;
  }

  .cols2>.col1 .toogle-main {
    display: none;
  }

  .toogle-main-2.opened {
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .toogle-main-2 {
    height: auto;
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .cols2>.col1 .border2 .toogle .opened .toogle-title span::after,
  .border2 .toogle2 .toogle-title-2.opened span::after {
    transform: rotate(0deg);
  }

  .cols2>.col1 .border2 .toogle .toogle-title span::after,
  .border2 .toogle2 .toogle-title-2 span::after {
    transform: rotate(90deg);
  }

  .cols4>div {
    width: 100% !important;
  }

  .map {
    width: 90%;
  }

  .cols4>.col2 {
    margin: 0;
  }

  .cols5>.col1 input[type="text"] {
    width: 89% !important;
    padding: 0 2% 0 9% !important;
  }

  .cols2>.col2.catalog-v2 {
    width: 100% !important;
  }

  .blocks8>div img {
    max-width: 95%;
  }

  .cons-small {
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .cols2>.col1 .border,
  .cols2>.col1 .border2 {
    height: 0;
    border: 0;
    overflow: hidden;
  }

  .cols2>.col1 .border.opened,
  .cols2>.col1 .border2.opened {
    height: auto;
    border: 1px solid #ccc;
  }

  .open-toogle,
  .open-toogle2 {
    display: block;
    margin-bottom: 20px;
    cursor: pointer;
    background: #ccc;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    text-align: center;
    height: 40px;
    line-height: 40px;
  }

  .cols2 .border {
    margin-bottom: 0;
  }

  .cols2 .border.opened,
  .cols2 .border2.opened {
    margin-bottom: 30px;
  }

  .cols2>.col1 {
    display: block;
    margin: 0 auto 30px;
  }

  .blocks4.blocks4-view1>div {
    width: 45%;
    margin-right: 2.1% !important;
  }

  .toogle-title-2.opened:after {
    transform: rotate(0deg);
  }

  .toogle-title-2:after {
    transform: rotate(90deg);
  }

  .__web-inspector-hide-shortcut__ {
    visibility: visible !important;
  }
}

@media screen and (min-width:610px) and (max-width:655px) {
  .header .lvl1 .col2 {
    display: none;
  }
}

@media screen and (max-width:610px) {
  #feedback-contacts .cols5>.col1 {
    margin-right: 0
  }

  .advantages>.in-row-mid>div {
    margin-right: 0;
    width: 100%;
  }

  .advantages>.in-row-mid>div:last-child {
    margin-bottom: 0;
  }

  .blocks3>a {
    width: 95%;
  }

  .map-view {
    display: none;
  }

  .map .block {
    width: 300px;
  }

  .footer .lvl1 {
    text-align: center;
    padding: 25px 0;
  }

  .footer .lvl1 .col1 {
    display: none;
  }

  .footer .lvl1 .col2 {
    display: block;
    position: static;
  }

  .footer .link-email,
  .footer .link-phone {
    position: relative !important;
    right: auto !important;
    top: auto !important;
  }

  .footer .link-phone {
    padding-left: 33px;
  }

  .footer .lvl1 .col2 {
    margin: 25px 0 13px;
  }

  .footer .link-phone::before {
    left: 0;
  }

  .footer .lvl1 .col4 span {
    display: block;
    margin-bottom: 8px;
    width: 100%;
  }

  .footer .lvl1 .inner>div {
    display: block;
    margin: 0 auto 10px;
    width: 100%;
  }

  .footer .lvl1 .col3 {
    padding: 0px 0 20px;
  }

  .footer .lvl1 .inner {
    display: table;
  }

  .popup-wrap1 {
    max-width: 75%;
    padding-left: 7%;
    padding-right: 7%;
  }

  .inner {
    padding: 0 10px;
  }

  .pt0 .inner {
    padding: 0 20px;
  }

  .pt1 .inner {
    padding: 0;
  }

  .items>div>div {
    padding: 38px 12px 0 !important;
  }

  .top .col2 {
    display: none;
  }
}

@media screen and (min-width:380px) and (max-width:565px) {
  .slide .items>div {
    margin-right: 1%;
    width: 48%;
    margin-bottom: 70px;
  }
}

@media screen and (max-width:379px) {
  .items>div>div {
    padding-left: 5px;
    padding-right: 5px;
  }

  .slide .blocks3 {
    text-align: center;
  }

  .slide .items>div {
    margin-right: 1%;
    width: 48%;
    margin-bottom: 30px !important;
    height: auto;
  }
}

@media screen and (min-width:501px) and (max-width:540px) {
  .header .lvl2 .mob-nav-btn {
    width: 100%;
    padding: 20px 0px;
    text-indent: 50px;
  }
}

@media screen and (max-width:540px) {
  .cons {
    padding: 30px 15px;
  }

  .cons .popupbtn_1 {
    float: none;
  }

  .header .lvl3 input[type="text"] {
    margin-top: -7px
  }

  .header.default .lvl2 .search-block {
    display: none;
  }

  .in-row-mid123 {
    float: right;
    margin-left: 7px;
    margin-right: 5px;
  }

  .wrapper .header-block {
    min-height: 150px;
  }

  .blocks2 {
    margin: 0 0 -50px;
    padding: 80px 0;
    text-align: center;
  }

  .cols1>.col2 .title5 {
    line-height: 1;
    margin-bottom: 45px;
  }

  .header .lvl2 .flr {
    display: none;
  }

  .header .lvl2 .col1>ul>li {
    display: block;
  }

  .header .lvl2 .col1>ul>li>ul {
    border-left: 0;
    box-shadow: none;
    position: static;
  }

  .header .lvl2 .col1>ul>li ul ul {
    display: none !important;
    position: static;
  }

  .header.top {
    position: static;
  }

  .wrapper {
    padding-top: 0;
  }

  .header .lvl1 .col1 {
    font-size: 10px;
    line-height: 12px;
    margin-right: -9px;
    margin-top: -4px;
  }

  .header .lvl1 .col1 img {
    width: 130px;
  }

  .link-phone {
    font-size: 14px;
  }

  .link-email::before,
  .link-phone::before {}

  .header .lvl1 {
    padding: 25px 0;
  }

  .header .lvl1 .link-email {
    right: 29px;
    top: -9px;
    padding-bottom: 30px;
  }

  .header .lvl1 .link-phone {
    top: 23px;
  }

  .header .lvl2 .inner {
    padding: 0;
  }

  .header .lvl2 {
    background: #f0f0f0;
  }

  .header .lvl2 .col1 {
    width: 100%;
  }

  .header .lvl2 .col1>ul>li {
    padding: 0 18px !important;
  }

  .header .lvl2 .col1>ul>li>a {
    border-bottom: 1px solid #cbcbcb;
    font-family: "Exo2-Regular";
    font-size: 16px;
    padding: 12px 0;
    text-transform: none;
  }

  .header .lvl2 .col1>ul>li>a::before {
    display: none;
  }

  .header .lvl2 .col1>ul>li:last-child>a {
    border-bottom: 0;
  }

  .header .lvl2 .col1>ul>li ul li a {
    margin: 0 0 0 18px;
  }

  .header .lvl2 .col1>ul>li:hover>ul {
    display: none;
  }

  .opened>.mob-nav-btn::after {
    transform: rotate(90deg);
  }

  .toogle-block-title2 span:after {
    color: #666;
    content: ">";
    font-family: calibri;
    font-size: 14.5px;
    font-weight: 300;
    margin: 0 0 0 5px;
    opacity: .8;
    position: absolute;
    right: 9px;
    top: 11px;
  }

  .toogle-block-title2 span:after {
    color: #666;
    content: ">";
    font-family: calibri;
    font-size: 14.5px;
    font-weight: 300;
    margin: 0 0 0 5px;
    opacity: .8;
    position: absolute;
    right: 9px;
    top: 11px;
  }

  .opened>.toogle-block-title2:after {
    color: #76AC00;
    transform: rotate(90deg);
  }

  .opened>.toogle-block-title2 {
    color: #76AC00 !important;
  }

  .header .lvl2 .arrow>a::after {
    right: 10px;
  }

  .header .lvl2 a {
    cursor: pointer;
  }

  .header .lvl3 {
    display: block;
    opacity: 1;
    position: static;
    text-align: center;
  }

  .header .lvl3 span,
  .header .lvl3 .close {
    display: none;
  }

  .header .lvl3 form>div {
    margin: 0;
    width: 100%;
  }

  .blocks2>a {
    margin-bottom: 120px !important;
    width: 97%;
  }

  .blocks2>a:last-child {
    margin-bottom: 0 !important;
  }

  .btn3 {
    width: 130px;
  }

  .map .block {
    min-width: auto;
    width: 100%;
  }

  .footer .lvl2 {
    background: #fff;
    text-align: center;
  }

  .footer .lvl2 .col1>ul>li>a {
    border: 0;
    font-family: "Exo2-Bold";
    font-size: 14px;
    margin: 11px 0;
    padding: 0;
    text-transform: uppercase;
  }

  .footer .lvl2 .col1>ul>li>a:hover {
    color: #76AC00;
  }

  .header .lvl2 .col1 {
    display: none;
    padding: 10px 0;
  }

  .footer .link-email::before,
  .footer .link-phone::before {
    transform: scale(1);
  }

  .footer .link-phone {
    font-size: 21px;
  }

  .title {
    font-size: 31px;
    line-height: 31px;
  }

  .docs>div {
    width: 100%;
  }

  .input-name {
    padding-left: 16% !important;
    width: 82% !important;
  }

  .banners1 .clearfix>a {
    display: inline-block;
    float: none;
    margin-bottom: 15px;
    width: 100%;
  }

  .cols5>.col1 input[type="text"] {
    padding: 0 2% 0 14% !important;
    width: 84% !important;
  }

  #feedback-contacts .cols5>.col1 input[type="text"] {
    width: 89% !important;
  }

  .contcats-lvl2 table tr td:first-child {
    font-size: 16px;
    width: 40%;
  }

  .contcats-lvl2 table tr td:last-child {
    width: 45%;
  }

  .blocks7>div {
    margin: 0 0 20px;
    width: 94%;
  }

  .popup-wrap1 p br {
    display: none;
  }

  .header .lvl2 .mob-nav-btn {
    display: block;
  }

  .slider1 {
    height: auto;
    padding-bottom: 15px;
  }

  .slider1 li .inner .in-row {
    text-align: center;
  }

  .slider1 .bx-viewport li {
    background-size: cover !important;
    padding: 15px 0;
  }

  .slider1 .btn,
  .slider1 .btn2 {
    margin: 0 0 15px;
    padding: 0 10px;
    width: auto;
  }

  .slider1 .title1 {
    font-size: 18px;
  }

  .slider1 p {
    font-size: 14px;
    margin: 0 0 10px;
  }

  .slider1 .title2 {
    font-size: 24px;
    line-height: 1;
    margin: 10px 0 13px;
  }

  .blocks6 .block {
    text-align: center;
  }

  .blocks4.blocks4-view1>div {
    width: 98%;
  }

  .slide .blocks4>div {
    width: 98%;
  }

  .map .block ul span {
    width: 23%;
  }
}

@media screen and (min-width:500px) {
  .header .lvl2 .toogle-block2 {
    display: block;
  }

  .header.default .lvl2 .col1 {
    /*display: block !important;*/
  }

  /*.header.default .lvl2 .col1>ul>li.arrow>a:after {display: none;}*/
  .header.fixed .lvl2 {
    border-top: 0;
  }

  .header.fixed .lvl2 .col1 {
    position: absolute;
    top: 62px;
    background: #f0f0f0;
    width: 230px;
  }

  .header.fixed .lvl2 .col1>ul>li {
    display: block;
    padding: 0 15px;
  }

  .header.fixed .lvl2 .col1>ul>li>a {
    font-size: 16px;
    cursor: pointer;
    font-family: "Exo2-Regular";
    text-transform: none;
    padding: 12px 0;
    border-bottom: 1px solid #cccccc;
  }

  .header.fixed .lvl2 .col1>ul>li:last-child>a {
    border-bottom: 0;
  }

  .header.fixed .lvl2 .col1>ul {
    border-left: 1px solid #76AC00;
    box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, .3)
  }

  .header.fixed .lvl2 .col1>ul>li>ul {
    left: 229px;
    top: 0;
  }

  .header.fixed .lvl2 .col1>ul>li>a:before {
    display: none;
  }

  .header.fixed .lvl2 .col1 {
    display: none;
  }

  .header.fixed .lvl2 .search-block {
    display: inline-block;
  }

  .header.fixed .lvl2 .mob-nav-btn {
    display: inline-block;
    vertical-align: top;
  }

  .top.fixed .lvl1,
  .top.fixed .lvl0 {
    display: none;
  }
}

@media screen and (min-width:1100px) {
  .header.fixed2 .lvl2 .col1>ul>li.arrow>a span {
    display: none;
  }
}

@media screen and (min-width:540px) and (max-width:769px) {
  .slide .cons .popupbtn_1 {
    float: left;
  }
}

@media screen and (min-width:540px) and (max-width:630px) {
  .header.fixed .lvl2 .btn {
    display: none;
  }
}

@media screen and (min-width:500px) and (max-width:1150px) {
  .header.fixed2 .lvl2 {
    border-top: 0;
  }

  .header.fixed2 .lvl2 .col1 {
    position: absolute;
    left: 90px;
    top: 62px;
    background: #f0f0f0;
    width: 230px;
  }

  .header.fixed2 .lvl2 .col1>ul>li {
    display: block;
    padding: 0 15px;
  }

  .header.fixed2 .lvl2 .col1>ul>li>a {
    font-size: 16px;
    cursor: pointer;
    font-family: "Exo2-Regular";
    text-transform: none;
    padding: 12px 0;
    border-bottom: 1px solid #cccccc;
  }

  .header.fixed2 .lvl2 .col1>ul>li:last-child>a {
    border-bottom: 0;
  }

  .header.fixed2 .lvl2 .col1>ul {
    border-left: 1px solid #76AC00;
    box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, .3)
  }

  .header.fixed2 .lvl2 .col1>ul>li>ul {
    left: 229px;
    top: 0;
  }

  .header.fixed2 .lvl2 .col1>ul>li>a:before {
    display: none;
  }

  .header.fixed2 .lvl2 .col1 {
    display: none;
  }

  .header.fixed2 .lvl2 .search-block {
    display: inline-block;
  }

  .header.fixed2 .lvl2 .mob-nav-btn {
    display: inline-block;
    vertical-align: top;
  }

  .top.fixed2 .lvl1,
  .top.fixed2 .lvl0 {
    display: none;
  }
}

@media screen and (max-width:400px) {
  .header .lvl3 input[type="submit"] {
    margin-right: 0;
  }

  .cols2>.col1 {
    max-width: 100%;
  }

  .blocks6>div {
    width: 100%;
    padding: 0;
  }

  .blocks6>div .hid {
    text-align: center;
  }

  .ms-thumb-frame {
    margin: 0 2px !important;
  }

  /* 	.cnt{
        width: 25px;
        height: 25px;
        font-size:16px!important;
        }
        .bx_item_detail_scu .bx_scu{height: 35px;}
        .bx_size ul li{width:30px!important;height:30px;}
        .bx_missing{width:30px!important;height:30px;} */
  .slide .items>div {
    margin-bottom: 70px;
  }
}

/* Example wrapper */

.wrap {
  margin: 3em 0;
  position: relative;
}

/* Frame */

.frame {
  overflow: hidden;
  padding: 10px;
}

.frame .items>div:hover .item-more {
  display: none;
}

.frame ul {
  list-style: none;
}

.frame ul li {
  float: left;
  height: 100%;
  margin-right: 11px;
}

.frame .blocks4>div {
  padding: 15px 15.5px 23px;
  width: 245px;
}

/* Scrollbar */

.scrollbar {
  background: #ccc;
  height: 2px;
  line-height: 0;
  margin: 0 0 1em 0;
}

.scrollbar .handle {
  background: #76AC00;
  border-radius: 4px;
  cursor: pointer;
  height: 100%;
  height: 4px;
  position: relative;
  top: -1px;
  width: 100px;
}

.scrollbar .handle .mousearea {
  height: 20px;
  left: 0;
  position: absolute;
  top: -9px;
  width: 100%;
}

/* Pages */

.pages {
  list-style: none;
  margin: 20px 0;
  padding: 0;
  text-align: center;
}

.pages li {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
  cursor: pointer;
  display: inline-block;
  height: 14px;
  margin: 0 4px;
  overflow: hidden;
  text-indent: -999px;
  width: 14px;
}

.pages li:hover {
  background: #aaa;
}

.pages li.active {
  background: #666;
}

.page p {
  margin-bottom: 10px;
}

/* Controls */

/* One Item Per Frame example*/

.oneperframe {
  height: 300px;
  line-height: 300px;
}

.oneperframe ul li {
  width: 1140px;
}

.oneperframe ul li.active {
  background: #333;
}

/* Crazy example */

.crazy ul li:nth-child(2n) {
  width: 100px;
  margin: 0 4px 0 20px;
}

.crazy ul li:nth-child(3n) {
  width: 300px;
  margin: 0 10px 0 5px;
}

.crazy ul li:nth-child(4n) {
  width: 400px;
  margin: 0 30px 0 2px;
}

/* Ion.RangeSlider, Flat UI Skin
// css version 2.0.3
// � Denis Ineshin, 2014    https://github.com/IonDen
// ===================================================================================================================*/

/* Ion.RangeSlider
// css version 2.0.3
// � 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/

/* =====================================================================================================================
// RangeSlider */

.irs {
  display: block;
  khtml-user-select: none;
  moz-user-select: none;
  ms-user-select: none;
  position: relative;
  user-select: none;
  webkit-touch-callout: none;
  webkit-user-select: none;
  width: 202px;
}

.irs-line {
  display: block;
  outline: none !important;
  overflow: hidden;
  position: relative;
  width: 230px;
}

.irs-line-left,
.irs-line-mid,
.irs-line-right {
  display: block;
  position: absolute;
  top: 0;
}

.irs-line-mid {
  left: 0px;
  width: 202px;
}

.irs-bar {
  display: block;
  left: 0;
  position: absolute;
  width: 0;
}

.irs-bar-edge {
  display: block;
  left: 0;
  position: absolute;
  top: 0;
}

.irs-shadow {
  display: none;
  left: 0;
  position: absolute;
  width: 0;
}

.irs-slider {
  cursor: pointer;
  display: block;
  position: absolute;
  z-index: 1;
}

.irs-slider.single {}

.irs-slider.from {}

.irs-slider.to {}

.irs-slider.type_last {
  z-index: 2;
}

.irs-min {
  cursor: default;
  display: block;
  left: 0;
  position: absolute;
}

.irs-max {
  cursor: default;
  display: block;
  position: absolute;
  right: 0;
}

.irs-from,
.irs-to,
.irs-single {
  cursor: default;
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  white-space: nowrap;
}

.irs-single:after,
.irs-to:after,
.irs-from:after {
  display: none !important;
}

.irs-to,
.irs-single,
.irs-from {
  background: #fff !important;
  color: #333 !important;
  font-size: 14px !important;
  height: 29px;
  line-height: 30px !important;
  width: 55px;
}

.irs-grid {
  bottom: 8px;
  display: none;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}

.irs-with-grid .irs-grid {
  display: block;
}

.irs-grid-pol {
  background: #000;
  height: 8px;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}

.irs-grid-pol.small {
  height: 4px;
}

.irs-grid-text {
  bottom: 0;
  color: #000;
  font-size: 9px;
  left: 0;
  line-height: 9px;
  padding: 0 3px;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}

.irs-disable-mask {
  background: rgba(0, 0, 0, 0.0);
  cursor: default;
  display: block;
  height: 100%;
  left: -1%;
  position: absolute;
  top: 0;
  width: 102%;
  z-index: 2;
}

.irs-disabled {
  opacity: 0.4;
}

.lt-ie9 .irs-disabled {
  filter: alpha(opacity=40);
}

.irs-hidden-input {
  background: none !important;
  border-color: transparent !important;
  border-style: solid !important;
  display: block !important;
  font-size: 0 !important;
  height: 0 !important;
  left: 0 !important;
  line-height: 0 !important;
  margin: 0 !important;
  outline: none !important;
  padding: 0 !important;
  position: absolute !important;
  top: 0 !important;
  width: 0 !important;
  z-index: -9999 !important;
}

.irs {
  height: 40px;
}

.irs-with-grid {
  height: 60px;
}

.irs-line {
  height: 12px;
  top: 25px;
}

.irs-line-left {
  background: #ccc;
  display: none;
  height: 12px;
}

.irs-line-mid {
  background: #ccc;
  height: 6px;
}

.irs-line-right {
  background: #ccc;
  height: 12px;
}

.irs-bar {
  background: #76AC00;
  height: 6px;
  top: 25px;
}

.irs-bar-edge {
  height: 12px;
  top: 25px;
  width: 9px;
}

.irs-shadow {
  background: #000;
  height: 3px;
  opacity: 0.25;
  top: 34px;
}

.lt-ie9 .irs-shadow {
  filter: alpha(opacity=25);
}

.irs-slider {
  background: #fff;
  border: 4px solid #000;
  border-radius: 100%;
  height: 3px;
  top: 22px;
  width: 3px;
}

.irs-min,
.irs-max {
  display: none;
}

.irs-min,
.irs-max {
  background: #e1e4e9;
  border-radius: 4px;
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  moz-border-radius: 4px;
  padding: 1px 3px;
  text-shadow: none;
  top: 0;
}

.irs-from,
.irs-to,
.irs-single {
  border: 1px solid #ccc;
  color: #fff;
  padding: 0 8px;
  text-shadow: none;
}

.irs-from:after,
.irs-to:after,
.irs-single:after {
  border: 3px solid transparent;
  border-top-color: #76AC00;
  bottom: -6px;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  margin-left: -3px;
  overflow: hidden;
  position: absolute;
  width: 0;
}

.irs-grid-pol {
  background: #e1e4e9;
}

.irs-grid-text {
  color: #999;
}

.irs-disabled {}

/* news */

.news .item {
  margin-bottom: 40px;
  overflow: hidden;
}

.news .item .image_block {
  border: 1px solid #d3d3d3;
  border-radius: 6px;
  float: left;
  height: 189px;
  margin-right: 30px;
  width: 280px;
}

.news .item .image_block a {
  display: table-cell;
  height: 188px;
  text-align: center;
  vertical-align: middle;
  width: 280px;
}

.news .item .image_block img {
  height: auto;
  max-width: 280px;
  width: auto;
}

.news .item .text_block {}

.news .item .text_block a {
  color: #333;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.news .item .text_block .data {
  color: #999;
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 15px;
  margin-top: 10px;
}

.news .item .text_block p {
  color: #333;
  font-size: 14px;
  line-height: 22px;
}

.news .item:hover .image_block {
  border-color: #76AC00;
}

.news .item:hover .text_block a {
  color: #76AC00;
}

/* articles */

.articles {}

.articles .desq {
  color: #333;
  font-size: 13px;
  line-height: 19px;
  margin-bottom: 28px;
}

.articles .desq p {
  margin-bottom: 10px;
}

.articles .item {
  margin-bottom: 50px;
}

.articles .item .image_block {
  border: 3px solid #fff;
  border-radius: 50%;
  float: left;
  height: 180px;
  margin-right: 36px;
  width: 180px;
}

.articles .item .image_block img {
  border-radius: 50%;
  height: 180px;
  width: 180px;
}

.articles .item:hover .image_block {
  border-color: #76AC00;
}

.articles .item .text_block {
  border-bottom: 1px solid #edeaea;
  min-height: 175px;
  padding-top: 45px;
}

.articles .item .text_block a {
  color: #333;
  font-size: 16px;
  line-height: 17px;
  margin-bottom: 20px;
}

.articles .item:hover .text_block a {
  color: #76AC00;
}

.articles .item .text_block p {
  font-size: 14px;
  line-height: 19px;
  margin-top: 10px;
}

.articles .item .text_block a.more {
  color: #999;
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  margin-top: 17px;
  padding-right: 16px;
  position: relative;
  text-decoration: none;
  vertical-align: top;
}

.articles .item .text_block a.more:after {
  background: url(../img/catalog_pagination_arrows.png) no-repeat top right;
  content: '';
  display: block;
  height: 10px;
  position: absolute;
  right: 0px;
  top: 4px;
  width: 8px;
}

.articles .item:hover .text_block a.more:after {
  background-position: right bottom;
}

.articles .item:hover .text_block a.more {
  color: #76AC00;
}

/*gallery*/

/*.header-block{min-height:227px;}*/

.header-block {
  min-height: 182px;
}

.gallery-owl {
  margin: 10px 0 25px !important;
  text-align: center;
}

.gallery-owl .owl-nav {
  position: static;
}

.gallery-owl .owl-next {
  background: #fff;
  right: 5px;
}

.gallery-owl .owl-prev {
  background: #fff;
  left: 5px;
}

.gallery-owl .owl-nav>div {
  margin: -20px 0 0;
  top: 50%;
}

.gallery-owl .item {
  padding: 0 5px;
  text-align: center;
}

.services .cols3>.col2 {
  display: block;
  position: relative;
  vertical-align: top;
  width: auto;
}

.services .cols3>.col1 {
  display: inline-block;
  float: left;
  margin-right: 2%;
  position: relative;
  vertical-align: top;
  width: 52%;
  z-index: 2;
}

.inner-content {
  margin-bottom: 95px;
  overflow: hidden;
}

fieldset {
  border: none;
}

.list-questions {
  list-style: none;
  margin: 0;
  outline: none;
  overflow: hidden;
  padding: 0;
}

.list-questions li {
  margin-bottom: 20px;
}

.list-questions .question-js {
  border: 1px solid #76AC00;
  color: #76AC00;
  cursor: pointer;
  font-size: 21px;
  margin-bottom: 0px;
  padding: 17px 25px;
  position: relative;
}

.list-questions .question-js:after {
  background: url("../images/content/triagle_question.png") no-repeat bottom;
  content: '';
  display: block;
  height: 10px;
  position: absolute;
  right: 25px;
  top: 30px;
  width: 16px;
}

.list-questions .question-js.active:after {
  background-position: top;
}

.list-questions .question-js:hover {
  border-color: #76AC00;
}

.question-js span {
  border-bottom: 1px dashed #76AC00;
  line-height: 1.3;
  margin-right: 25px;
}

.list-questions li p {
  background: #495061;
  color: #fff;
  display: none;
  font-size: 18px;
  line-height: 1.7;
  margin: 20px 0 0;
  padding: 30px;
  position: relative;
}

.list-questions li p:before {
  border-bottom: 10px solid #495061;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  content: '';
  display: block;
  height: 0;
  left: 30px;
  position: absolute;
  top: -10px;
  width: 0;
}

.form-question {
  margin-bottom: 75px;
  overflow: hidden;
}

.form-question legend {
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.form-question .wrap-input {
  margin-bottom: 30px;
  overflow: hidden;
}

.form-question .wrap-input label {
  border: 1px solid #ccc;
  box-sizing: border-box;
  float: left;
  moz-box-sizing: border-box;
  padding: 12px 15px;
  position: relative;
  webkit-box-sizing: border-box;
  width: 48%;
}

.form-question .wrap-input .text-input {
  margin-right: 4%;
}

.form-question .wrap-input .email:after {
  content: '';
  display: block;
  height: 18px;
  position: absolute;
  right: 15px;
  top: 12px;
  width: 17px;
}

.form-question .wrap-input input {
  border: none;
  font-size: 12px;
  height: auto;
  width: 100%;
}

.form-question .wrap-input input:focus {
  border-color: #acacac;
}

.form-question textarea {
  border: 1px solid #ccc;
  box-sizing: border-box !important;
  display: block;
  font-size: 12px;
  height: 200px;
  margin-bottom: 30px;
  moz-box-sizing: border-box;
  padding: 15px;
  resize: none;
  text-transform: uppercase;
  webkit-box-sizing: border-box;
  width: 100%;
}

.form-question input[type="text"] {
  box-sizing: border-box !important;
  margin: 0 0 20px;
  padding: 0 20px;
  width: 320px;
}

.form-question .mf-captcha input[type="text"] {
  margin: 7px 0 0px;
}

.form-question textarea {
  box-sizing: border-box;
  margin: 0 0 20px;
  padding: 20px;
  text-transform: none;
  width: 100%;
}

.question-form-group {
  display: inline-block;
  width: 100%;
}

.form-question input.question-input {
  float: left;
  width: 49%;
}

.form-question input.question-input:first-child {
  margin-right: 2%;
}

.form-question textarea:focus {
  border-color: #76AC00;
}

.form-question input[type="text"]:focus,
textarea:focus {
  border-color: #76AC00 !important;
}

/* partners */

.partners {}

.partners .desq {
  color: #333;
  font-size: 13px;
  line-height: 19px;
  margin-bottom: 28px;
}

.partners .desq p {
  margin-bottom: 10px;
}

.partners .item {
  margin-bottom: 50px;
}

.partners .item .image_block {
  align-items: center;
  border: 3px solid #fff;
  border-radius: 50%;
  display: flex;
  float: left;
  height: 180px;
  justify-content: center;
  margin-right: 36px;
  width: 180px;
}

.partners .item .image_block img {
  width: 180px;
}

.partners .item:hover .image_block {
  border-color: #76AC00;
}

.partners .item .text_block {
  border-bottom: 1px solid #edeaea;
  min-height: 175px;
  padding-top: 45px;
}

.partners .item .text_block a {
  color: #333;
  font-size: 16px;
  line-height: 17px;
  margin-bottom: 20px;
}

.partners .item:hover .text_block a {
  color: #76AC00;
}

.partners .item .text_block p {
  font-size: 14px;
  line-height: 19px;
  margin-top: 10px;
}

.partners .item .text_block a.more {
  color: #999;
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  margin-top: 17px;
  padding-right: 16px;
  position: relative;
  text-decoration: none;
  vertical-align: top;
}

.partners .item .text_block a.more:after {
  background: url(../img/catalog_pagination_arrows.png) no-repeat top right;
  content: '';
  display: block;
  height: 10px;
  position: absolute;
  right: 0px;
  top: 4px;
  width: 8px;
}

.partners .item:hover .text_block a.more:after {
  background-position: right bottom;
}

.partners .item:hover .text_block a.more {
  color: #76AC00;
}

/*lvl0 top menu*/

.header .lvl0 {
  background: #fff;
  border-bottom: 1px solid #e0e0e0;
  padding: 12.5px 0;
  z-index: 110;
}

.container {
  margin: 0 auto;
  max-width: 1170px;
  position: relative;
}

.header .lvl0 .container>div {
  display: inline-block;
  vertical-align: middle;
}

.header .lvl0 .pull-left span {
  color: #7f9bc8;
  display: none;
  margin: -12.5px 0 -12.5px -10px;
  padding: 12.5px 10px 12.5px 37px;
  position: relative;
  text-decoration: underline;
}

.header .lvl0 .pull-left a {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  color: #313131;
  font-family: "Exo2-Light";
  padding: 15px 10px;
  position: relative;
  text-decoration: none;
  vertical-align: middle;
}

.header .lvl0 .pull-left a:hover {
  text-decoration: underline;
}

.header .lvl0 .pull-left .adress:before {
  background: url(../images/one_sprite.png) -364px -118px;
  content: '';
  display: inline-block;
  height: 18px;
  margin-right: 10px;
  vertical-align: middle;
  width: 13px;
}

.header .lvl0 .pull-left .menu-map:before {
  background: url(../images/one_sprite.png) -364px -136px;
  content: '';
  display: inline-block;
  height: 18px;
  margin-right: 10px;
  vertical-align: middle;
  width: 13px;
}

.header .lvl0 .pull-left .backcall:before {
  background: url(../images/one_sprite.png) -364px -84px;
  content: '';
  display: inline-block;
  height: 17px;
  margin-right: 10px;
  vertical-align: middle;
  width: 15px;
}

.header .lvl0 .pull-left a:nth-child(2n) {
  border: none;
}

.header .lvl1 .container>div {
  display: inline-block;
  vertical-align: middle;
}

.pull-right {
  float: right;
}

.lc {
  position: relative;
}

.lc:hover ul {
  display: block;
}

.lc>div:before {
  background: url(../images/one_sprite.png) no-repeat 6px -222px;
  content: "";
  height: 30px;
  left: 7px;
  position: absolute;
  top: 6px;
  width: 30px;
}

.lc>div:hover:before {
  background: url(../images/one_sprite.png) no-repeat 6px -255px;
}

.lc>div:after {
  border: 4px solid transparent;
  border-top: 4px solid #76AC00 !important;
  content: "";
  position: absolute;
  right: 8px;
  top: 18px;
}

.lc>div {
  color: #333333;
  display: block;
  margin: -10px 0 -12px;
  padding: 11px 22px 11px 44px;
  position: relative;
  text-decoration: underline;
}

.lc>div:hover {
  color: #76AC00;
}

.lc>div:before {
  content: "";
  height: 30px;
  left: 7px;
  position: absolute;
  top: 6px;
  width: 30px;
}

.lc>div:after {
  border: 4px solid transparent;
  border-top: 4px solid #4470b2;
  content: "";
  position: absolute;
  right: 8px;
  top: 18px;
}

.lc ul {
  background: #fff;
  border-top: 1px solid #e1e1e1;
  box-shadow: 0 2.5px 12px 0 rgba(0, 0, 0, .13);
  display: none;
  left: 0;
  list-style: none;
  position: absolute;
  top: 41px;
  width: 100%;
  z-index: 150;
}

.lc li {
  border-bottom: 1px solid #f4f4f4;
  margin: 0 10px;
  padding: 6px 0;
}

.lc li a {
  display: block;
  position: relative;
  text-decoration: none;
}

.lc li a:hover {
  color: #76AC00;
}

.lc li a span {
  background: #f4f4f4;
  border-radius: 100%;
  color: #2d2d2d;
  font-size: 11px;
  min-width: 15px;
  padding: 0px 3px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0px;
}

.header .lvl0 .pull-left span {
  background: none;
  color: #a0a0a0;
  display: none;
  margin: -12.5px 0 -12.5px -10px;
  padding: 12.5px 10px 12.5px 37px;
  position: relative;
  text-decoration: underline;
}

.header .lvl0 .pull-left span.active_menu {
  background: #f60;
  color: #fff;
  text-decoration: none;
}

@media (min-width: 980px) {
  .header .lvl0 .pull-left span:hover {
    background: #f60;
    color: #fff;
    text-decoration: none;
  }

  .header .lvl0 .pull-left span:hover:before {
    background-position: -220px -56px;
  }
}

.header .lvl0 .pull-left span.active_menu:before {
  background-position: -220px -56px;
}

.header .lvl0 .pull-left span:before {
  background: url(../images/one_sprite.png) no-repeat -220px -73px;
  content: "";
  height: 12px;
  left: 18px;
  position: absolute;
  top: 17px;
  width: 17px;
}

.fixed-menu .on-click span {
  background: #76AC00;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  height: 19px;
  line-height: 18px;
  position: absolute;
  right: 8px;
  text-align: center;
  top: 10px;
  width: 19px;
}

@media (min-width: 1199px) {
  .header .lvl0 .pull-left.showmenu .menu {
    display: block !important;
  }
}

@media (max-width: 1010px) {

  .cols5>.col1 input[type="text"],
  .input-email,
  .input-name,
  .input-phone {
    padding-left: 3% !important;
    background: none;
  }
}

@media (max-width: 970px) {
  .cols2>.col2 {
    width: 60%;
  }

  .cols2>.col1 {
    width: 38%;
    max-width: inherit;
    min-width: inherit;
  }

  .fixed-menu {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .header .lvl0 .pull-left span {
    display: block;
  }

  .header .lvl0 .pull-left div {
    background: #fff;
    border-top: 1px solid #e1e1e1;
    display: none;
    left: 0;
    position: absolute;
    top: 30px;
    width: 100%;
    z-index: 160;
  }

  .header .lvl0 .pull-left div a {
    border: none;
    border-bottom: 1px solid #e1e1e1 !important;
    display: block;
    margin: 0 10px;
    padding: 8px 9px;
  }

  .header .lvl0 .pull-left {
    cursor: pointer;
  }

  .header .lvl0 .pull-left .menu {
    box-shadow: 0px 3px 11px rgb(0, 0, 0);
  }

  .header .lvl0 .pull-left a:nth-child(2n) {
    border-bottom: 1px solid #e1e1e1;
  }
}

/*lvl 0 login_block*/

.login_block {}

.login_block .login_link {
  border-right: 1px solid #e5e5e5;
  margin: 0 7px 0 2px;
  padding-right: 9px;
}

.login_block .login_link img {
  display: inline-block;
  margin: 0 5px 0 0px;
  position: relative;
  top: 1px;
  vertical-align: initial;
}

.login_block .register_link {}

.text-center {
  text-align: center !important;
}

/*fixed buttons*/

.fixed-menu {
  position: fixed;
  right: -2px;
  top: 200px;
  z-index: 999;
}

.fixed-menu .on-click {
  display: inline-block;
  float: left;
}

.fixed-menu .on-click a {
  background: #ffffff;
  border-bottom: 1px solid #575757;
  border-bottom-left-radius: 3px;
  border-left: 1px solid #575757;
  border-top: 1px solid #575757;
  border-top-left-radius: 3px;
  display: block;
  margin-bottom: 5px;
  overflow: hidden;
  padding: 22px 20px 18px;
  position: relative;
  right: -1px;
  top: 0;
  z-index: 1;
}

.on-click a:hover,
.on-click a.active {
  border-bottom: 1px solid #76AC00;
  border-left: 1px solid #76AC00;
  border-top: 1px solid #76AC00;
  z-index: 3;
}

/*.anim_block{box-sizing:border-box;padding:15px;width:800px;}*/

.fixed-menu .fixed-basket {
  background: #ffffff;
  border-bottom: 1px solid #76AC00;
  border-bottom-left-radius: 3px;
  border-left: 1px solid #76AC00;
  border-top: 1px solid #76AC00;
  box-sizing: border-box;
  display: none;
  float: left;
  padding: 0;
  position: relative;
  top: 0;
  transition: all 0.3s;
  width: 0px;
  z-index: 2;
}

.fixed-menu .fixed-catalog {
  display: inline-block;
}

/*.scroll_block{overflow:auto;}*/

/*.fixed-basket .fixed-catalog{display:inline-block;margin:0 0 20px;}*/

/*.fixed-basket .fixed-catalog a,*/

/*.fixed-basket .fixed-catalog p{display:inline-block;text-decoration:none;vertical-align:middle;}*/

/*.fixed-basket .fixed-catalog a{color:#000;font-family:"Exo2-Bold";font-size:18px;margin:9px 0px 0px 30px;}*/

/*.fixed-basket .ready{border-bottom:1px solid #76AC00;margin-top:17px !important;padding-bottom:8px;vertical-align:middle;}*/

/*.fixed-basket .deffered{color:#76AC00;}*/

/*.fixed-basket .fixed-clear{border:1px solid #cbcbcb;border-radius:3px;font-family:"Exo2-semiBold";font-size:12px !important;padding:5px 10px;text-transform:uppercase;}*/

/*.fixed-basket .fixed-clear:hover{background-color:#cbcbcb;}*/

/*.fixed-basket .fixed-clear:before{background:url(../images/clear-ico.png) center no-repeat;content:'';display:inline-block;height:8px;margin-right:10px;width:8px;}*/

/*.fixed-basket .fixed-catalog .ready:hover{color:#76AC00;}*/

/*.fixed-basket .fixed-catalog .deffered:hover{border-bottom:1px solid #76AC00;color:#76AC00;margin-top:17px !important;padding-bottom:8px;vertical-align:middle;}*/

/*.fixed-basket .title{font-size:35px;line-height:1.2;margin:0;text-transform:inherit;}*/

/*.fixed-basket .middle-level table{border-collapse:collapse;text-align:center;width:100%;}*/

/*.fixed-basket .middle-level .table-overflow{overflow:auto;}*/

/*.fixed-basket .middle-level table thead{background-color:#f2f2f2;}*/

/*.fixed-basket .middle-level table td{color:#000;padding:10px 0;text-align:center;}*/

/*.fixed-basket .middle-level table tbody td{text-align:left;vertical-align:top;}*/

/*.fixed-basket .middle-level table tbody td:nth-child(1){text-align:center;}*/

/*.fixed-basket .middle-level .in-total{border-bottom:1px solid #e5e5e5;display:block;padding:15px 0;padding-right:12%;text-align:right;}*/

/*.fixed-basket .middle-level .in-total .total-title{color:#000;display:inline-block;font-family:'Exo2-Bold';margin:10px 25px 0 0px;vertical-align:top;}*/

/*.fixed-basket .middle-level .in-total .prices{display:inline-block;}*/

/*.fixed-basket .middle-level .in-total .prices{text-align:left;}*/

/*.fixed-basket .middle-level table tbody td .old-pr{color:#a9a9a9;font-size:12px;text-decoration:line-through;}*/

/*.fixed-basket .middle-level table tbody td .new-pr{color:#76AC00;font-size:18px;}*/

/*.fixed-basket .middle-level .in-total .old-pr{color:#a9a9a9;font-size:12px;text-decoration:line-through;}*/

/*.fixed-basket .middle-level .in-total .new-pr{color:#76AC00;font-size:18px;}*/

/*.fixed-basket .middle-level table tbody td 	.number-input{margin:5px 0 30px;text-align:center;}*/

/*.fixed-basket .middle-level table tbody td 	.number-input input{border-left:0;border-right:0;height:27px;margin-left:-4px;text-align:center;width:40px;}*/

/*.fixed-basket .middle-level table tbody td .clear{height:10px;width:10px;}*/

/*.fixed-basket .middle-level table tbody tr{border-bottom:1px solid #e5e5e5;padding-bottom:35px;}*/

/*.fixed-basket .middle-level table tbody tr:nth-child(2){padding-bottom:25px;}*/

/*.fixed-basket .middle-level table tbody tr:nth-child(2) td:nth-child(4){font-family:"Exo2-Bold";text-align:center;vertical-align:middle;}*/

/*.fixed-basket .middle-level .buttons{box-sizing:border-box;display:inline-block;padding:30px 0px 15px 0px;width:100%;}*/

/*.fixed-basket .middle-level .buttons .btn-item1{width:38%;}*/

/*.fixed-basket .middle-level .buttons .btn-item2{width:32%;}*/

/*.fixed-basket .middle-level .buttons .btn-item3{width:30%;}*/

/*.fixed-basket .middle-level .buttons .btn-item1,*/

/*.fixed-basket .middle-level .buttons .btn-item2,*/

/*.fixed-basket .middle-level .buttons .btn-item3{float:left;}*/

/*.fixed-basket .middle-level .buttons .btn-item2 a,*/

/*.fixed-basket .middle-level .buttons .btn-item3 a{width:200px !important;}*/

/*.fixed-basket .middle-level .buttons .btn-item1 a{border:1px solid #cbcbcb;border-radius:4px;display:inline-block;font-family:"Exo2-Bold";font-size:16px;padding:10px 10px;text-align:center;text-decoration:none;text-transform:uppercase;width:220px;}*/

/*.fixed-basket .middle-level .buttons .btn-item1 a:hover{background-color:#cbcbcb;}*/

/*.fixed-basket .middle-level .buttons .btn-item1 .descr,*/

/*.fixed-basket .middle-level .buttons .btn-item2 .descr,*/

/*.fixed-basket .middle-level .buttons .btn-item3 .descr{color:#8f8f8f;font-size:12px;margin-top:10px;}*/

/*.fixed-basket .middle-level .buttons .btn-item2 a{border:1px solid #76AC00;border-radius:4px;color:#76AC00;display:inline-block;font-family:"Exo2-Bold";font-size:16px;padding:10px 10px;text-align:center;text-decoration:none;text-transform:uppercase;width:200px;}*/

/*.fixed-basket .middle-level .buttons .btn-item2 a:hover{background:#76AC00;border:1px solid #fff;color:#fff;}*/

/*.fixed-basket .middle-level .buttons .btn-item3 a{background:#76AC00;border:1px solid #76AC00;border-radius:4px;color:#fff;display:inline-block;font-family:"Exo2-Bold";font-size:16px;padding:10px 10px;text-align:center;text-decoration:none;text-transform:uppercase;width:200px;}*/

/*.fixed-basket .middle-level .buttons .btn-item3 a:hover{background:#fff;border:1px solid #76AC00;color:#76AC00;}*/

/*.prev_bs img{max-width: 50%;}*/

/*.content-btn{background:#ffffff;border-bottom:1px solid #575757;border-bottom-left-radius:3px;border-left:1px solid #575757;border-top:1px solid #575757;float:left;max-height:475px;overflow:auto;padding:30px;top:0;}*/

/*.compare .title, .deferred .title{margin-bottom:35px;text-align:left;text-transform:none;}*/

/*.content-btn .empty-content img{display:inline-block;}*/

/*.content-btn .empty-content .empty-text{display:inline-block;margin-left:15px;vertical-align:top;}*/

/*.content-btn .empty-content .empty-text .sub-title{font-family:'Exo2-Bold';font-size:20px;margin-bottom:20px;text-transform:uppercase;}*/

/*.content-btn .empty-content .empty-text .description{color:#a9a9a9;font-size:12px;margin-bottom:48px;}*/

/*.content-btn .empty-content .empty-text .close-basket{border:1px solid #76AC00;border-radius:4px;color:#76AC00;padding:7px 25px;text-decoration:none;text-transform:uppercase;}*/

/*.content-btn .empty-content .empty-text .close-basket:hover{background:#76AC00;border:1px solid #fff;color:#fff;}*/

/*basket_window*/

#basket_window {}

#basket_window table {
  border-collapse: collapse;
  text-align: center;
  width: 100%;
}

#basket_window table td {
  color: #000;
  padding: 10px 0;
  text-align: center;
}

#basket_window thead {
  background-color: #f2f2f2;
}

#basket_window thead tr {}

#basket_window thead tr td {}

#basket_window tbody {}

#basket_window tbody tr {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 35px;
}

#basket_window tbody tr td {}

#basket_window table tbody td .old-pr {
  color: #a9a9a9;
  font-size: 12px;
  text-decoration: line-through;
}

#basket_window table tbody td .new-pr {
  color: #76AC00;
  font-size: 18px;
}

#basket_window .controls {
  display: inline-block;
  margin-top: 20px;
  width: 100%;
}

#basket_window .controls .gray-btn {
  position: relative;
  border: 1px solid #cbcbcb;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  float: left;
  font-family: "Exo2-Bold";
  font-size: 13px;
  padding: 8px 5px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 49%;
}

#basket_window .controls .gray-btn:hover {
  background-color: #cbcbcb;
}

#basket_window .controls .orange-btn {
  background: #76AC00;
  border: 1px solid #76AC00;
  border-radius: 4px;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  float: right;
  font-family: "Exo2-Bold";
  font-size: 13px;
  padding: 8px 5px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 49%;
}

#basket_window .controls .orange-btn:hover {
  background: #fff;
  border: 1px solid #76AC00;
  color: #76AC00;
}

@media screen and (min-width:440px) and (max-width:655px) {
  .blocks8.blocks8-view1>div {
    width: 43%;
  }
}

@media (max-width: 890px) {
  .image_block {
    float: none !important;
    margin: 0 auto !important;
    margin-bottom: 15px !important;
  }

  .text_block {
    float: none !important;
    height: auto !important;
    text-align: center;
  }

  .partners .item .text_block {
    padding-top: 10px;
  }

  .partners .item {
    margin-bottom: 20px;
  }
}

@media (min-width: 1150px) {
  .header .inner .col4 {
    float: right;
    margin: 11px 0 0;
  }

  .footer .inner .col4 {
    float: right;
    margin: 17px 0 0;
  }
}

@font-face {
  font-family: 'Exo2-Regular';
  src: url('../fonts/Exo2-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Exo2-Regular.woff') format('woff'), url('../fonts/Exo2-Regular.ttf') format('truetype'), url('../fonts/Exo2-Regular.svg#Exo2-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Exo2-Bold';
  src: url('../fonts/Exo2-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Exo2-Bold.woff') format('woff'), url('../fonts/Exo2-Bold.ttf') format('truetype'), url('../fonts/Exo2-Bold.svg#Exo2-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Exo2-SemiBold';
  src: url('../fonts/Exo2-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Exo2-SemiBold.woff') format('woff'), url('../fonts/Exo2-SemiBold.ttf') format('truetype'), url('../fonts/Exo2-SemiBold.svg#Exo2-SemiBold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Exo2-Light';
  src: url('../fonts/Exo2-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Exo2-Light.woff') format('woff'), url('../fonts/Exo2-Light.ttf') format('truetype'), url('../fonts/Exo2-Light.svg#Exo2-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Exo2-LightItalic';
  src: url('../fonts/Exo2-LightItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Exo2-LightItalic.woff') format('woff'), url('../fonts/Exo2-LightItalic.ttf') format('truetype'), url('../fonts/Exo2-LightItalic.svg#Exo2-LightItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*vacancy*/

.vacancy-cont .item {
  margin-bottom: 40px;
  padding-left: 22px;
  padding-right: 22px;
  padding-top: 26px;
  padding-bottom: 26px;
  border: 1px solid #d7d7d7;
}

.vacancy-cont .item a {
  text-decoration: none;
  color: #000;
}

.vacancy-cont .item .name {
  font-size: 21px;
  margin-bottom: 13px;
}

.vacancy-cont .item .earn {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  color: #000;
  margin-bottom: 38px;
}

.vacancy-cont .item .desc {
  line-height: 22px;
  font-size: 14px;
  margin-bottom: 44px;
}

.vacancy-cont .item .btn-answer {
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fa8343;
  text-decoration: underline;
}

.vacancy-cont .item:hover {
  border: 1px solid #fa8343;
}

.vacancy-cont .item:hover .name {
  color: #fa8343;
}

/*subscribe*/

.subscibe-form1 {
  margin-bottom: 50px;
  box-sizing: border-box;
  border: 1px solid #d7d7d7;
  padding-top: 24px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  background: #f0f0f0;
}

.subscibe-form1 * {
  box-sizing: border-box;
}

.subscibe-form1 h3 {
  font-size: 24px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 20px;
  font-family: "Exo2-Bold";
}

.subscibe-form1 p {
  margin-bottom: 28px;
  font-size: 14px;
  line-height: 22px;
}

.subscibe-form1 .name-cont {
  position: relative;
  float: left;
  width: 286px;
  margin-right: 19px;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid #cccccc;
  margin-bottom: 7px;
}

.subscibe-form1 .name-cont input {
  border: 0;
  width: 100%;
  padding-left: 51px;
  height: 40px;
  line-height: 40px;
}

.subscibe-form1 .name-cont::after {
  display: block;
  content: "";
  background: url("../images/subname.png") no-repeat;
  height: 24px;
  width: 24px;
  position: absolute;
  left: 14px;
  top: 9px;
}

.subscibe-form1 .email-cont {
  position: relative;
  float: left;
  width: 286px;
  margin-right: 19px;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid #cccccc;
}

.subscibe-form1 .email-cont input {
  border: 0;
  width: 100%;
  padding-left: 51px;
  height: 40px;
  line-height: 40px;
}

.subscibe-form1 .email-cont::after {
  display: block;
  content: "";
  background: url("../images/submail.png") no-repeat;
  height: 24px;
  width: 24px;
  position: absolute;
  left: 14px;
  top: 9px;
}

.subscibe-form1 .submit-cont {
  float: left;
  margin-top: 7px;
}

@media screen and (min-width:1170px) {
  .subscibe-form1 .submit-cont {
    margin-top: 0px;
  }

  .items>div {
    width: 24%;
    margin-right: 0.9%;
  }
}

.subscibe-form1 .submit-cont button {
  border: 0;
  height: 40px;
  line-height: 40px;
  background: #ff6633;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  padding-left: 22px;
  padding-right: 22px;
  border-radius: 5px;
  min-width: 150px;
  letter-spacing: .7px;
  font-family: "Exo2-Bold";
}

/*dealers*/

.right_part_dealers {
  float: right;
  width: 50%;
}

.staff_wrapp_dealers {
  float: left;
  width: 50%;
}

.staff_wrapp_dealers .items {
  display: none;
}

#sidemap {
  margin-left: 10px;
  margin-top: 10px;
}

.staff_wrapp_dealers .section {
  border: 1px solid #e7e7e7;
  box-shadow: 0 1px 2px #e7e7e7;
  margin-top: 10px;
  moz-box-shadow: 0 1px 2px #e7e7e7;
  o-box-shadow: 0 1px 2px #e7e7e7;
  padding: 10px;
  webkit-box-shadow: 0 1px 2px #e7e7e7;
}

.staff_wrapp_dealers .section .section_title {
  text-decoration: none;
}

.staff_wrapp_dealers .section .icon i {
  background: url("../images/arrows_big_old.png") -31px -64px no-repeat;
  background-color: rgb(238, 241, 241);
  cursor: pointer;
  display: inline;
  display: inline-block;
  height: 30px;
  vertical-align: top;
  width: 30px;
  zoom: 1;
}

.staff_wrapp_dealers .section .opened .icon i {
  background-position: 0 -65px;
}

.staff_wrapp_dealers .section .item_title {
  border-bottom: 1px dotted #4682b4;
  color: #4682b4;
  cursor: pointer;
  font-family: "elektra_text_probold", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
  vertical-align: middle;
}

.staff_wrapp_dealers .item {
  margin-top: 20px;
}

.staff_wrapp_dealers .item td {
  border-top: 1px solid #e7e7e7;
  padding-bottom: 10px;
  padding-top: 10px;
  width: 33%;
}

.staff_wrapp_dealers .item tr:first-child {
  border: 0;
}

.staff_wrapp_dealers .item tr input[type=radio] {
  display: none;
}

.staff_wrapp_dealers .item tr input[type=radio]+label .circle {
  background: #fff;
  border: 2px solid #fa8343;
  border-radius: 50%;
  display: block;
  display: inline-block;
  height: 12px;
  margin-right: 10px;
  margin-top: 3px;
  position: relative;
  vertical-align: top;
  width: 12px;
}

.staff_wrapp_dealers .item label {
  cursor: pointer;
  display: block;
  width: 200px;
}

.staff_wrapp_dealers .item tr input[type=radio]+label .name {
  display: inline-block;
  height: 30px;
}

.staff_wrapp_dealers .item tr input[type=radio]:checked+label .circle:after {
  background: #4682b4;
  border-radius: 3px;
  content: " ";
  display: block;
  height: 6px;
  left: 3px;
  position: absolute;
  top: 3px;
  width: 6px;
}

.staff_wrapp_dealers .item tr {
  padding-bottom: 10px;
}

.staff_wrapp_dealers .section .pseudo {
  margin-left: 15px;
  top: 5px;
}

.staff_wrapp_dealers .item .site {
  font-size: 12px;
  margin-top: 10px;
}

.staff_wrapp_dealers .item .email {
  display: block;
  font-size: 12px;
  width: 211px;
}

.staff_wrapp_dealers .item .phone {
  font-size: 12px;
}

.staff_wrapp_dealers td a {
  color: #0382b7;
  font-size: 12px;
}

.bx-filter .bx-ui-slider-handle.left {
  background: #fff;
  border: 4px solid #000;
  border-radius: 10px;
  box-sizing: content-box;
  height: 3px;
  margin: -6px 0 0 -3px;
  top: 50%;
  width: 3px;
}

.bx-filter .bx-ui-slider-range {
  z-index: 99;
}

.bx-filter .bx-ui-slider-part {
  display: none;
}

.bx-filter .bx-ui-slider-handle.right {
  background: #fff;
  border: 4px solid #000;
  border-radius: 10px;
  box-sizing: content-box;
  height: 3px;
  margin: -6px -3px 0 0px;
  top: 50%;
  width: 3px;
}

.bx-filter .bx-ui-slider-track-container {
  padding-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 50px;
}

.bx-filter .bx-ui-slider-pricebar-v {
  background: #76AC00;
}

.bx-filter .bx-ui-slider-pricebar-vn {
  background: #cccccc;
}

.bx-filter-container-modef {
  /* display:none; */
}

.bx-filter-parameters-box-container {
  padding-bottom: 0px;
}

.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block i.bx-ft-sub {
  display: block;
  float: left;
  font-size: 14px;
  font-style: normal;
  margin: 6px 0 0;
  padding-bottom: 5px;
  text-transform: lowercase;
}

.bx-filter .bx-filter-input-container input,
.bx-filter .bx-filter-input-container input {
  border-radius: 0;
  float: left;
  height: 30px;
  margin: 0 4px 0 5px;
  text-align: center;
  /*width:62px;*/
  width: 50px;
}

input[type="checkbox"] {}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 0;
}

.bx-filter {
  margin-bottom: 0;
}

.bx-filter .bx-filter-section {
  background: #ffffff;
}

.bx-filter .bx-filter-param-btn {
  background: #fff;
  border: 1px solid #ccc;
  border: 1px solid #ccd5db;
  border-radius: 2px;
  border-radius: 50%;
  color: #000;
  cursor: pointer;
  display: inline-block;
  float: none;
  font-weight: normal;
  height: auto;
  moz-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
  ms-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
  o-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
  padding: 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: border .3s ease, box-shadow .1s ease, color .3s ease;
  vertical-align: middle;
  webkit-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
  width: auto;
}

.bx-filter-select-popup .bx-filter-btn-color-icon,
.bx-filter .bx-filter-btn-color-icon {
  background: none;
  background-size: cover;
  border: none;
  border-radius: 2px;
  border-radius: 50%;
  box-shadow: none;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  margin: 0;
  vertical-align: middle;
  webkit-background-size: cover;
  width: 24px;
}

.bx-filter .bx-filter-param-btn-block .bx-filter-param-label {
  display: block;
  float: left;
  border: 1px solid #fff;
  margin-right: 5px;
}

.bx-filter .bx-filter-param-btn-block .bx-filter-param-label.bx-active {
  border: 1px solid #f60;
}

.toogle-main-2.opened {
  height: auto;
  padding-bottom: 4px;
  padding-top: 20px;
}

.bx-filter .bx-filter-param-btn.bx-color-sl {
  margin: 0;
}

@media screen and (min-width:961px) {
  .default .toogle-block {
    display: block !important;
    opacity: 1 !important;
  }
}

.bx-soa-section.bx-selected {
  border: 1px solid #76AC00 !important;
}

.bx-blue .btn.btn-default {
  background-color: #76AC00 !important;
  border-color: #76AC00 !important;
}

.btn-lg,
.btn-group-lg>.btn {
  padding: 5px 16px !important;
}

.bx-soa-item-title a {
  color: #000;
}

.bx-soa-cart-total.bx-soa-cart-total-fixed {
  top: 90px !important;
}

.bx_item_list_you_looked_horizontal .bx_catalog_item_controls input[type=text] {
  background-color: #fff !important;
}

.bx_item_detail .bx_item_detail_size .bx_size ul li.bx_missing>i {
  cursor: pointer !important;
}

.bx_item_detail .bx_bt_button {
  background: #76AC00 !important;
}

@media screen and (min-width:1122px) and (max-width:1152px) {
  .header .lvl1 .col3 {
    margin: 0 2% 0 1%;
  }

  .footer .lvl1 .col3 {
    margin: 0 4% 0;
  }
}

@media screen and (min-width:961px) and (max-width:1105px) {
  .header .lvl1 .col4 {
    margin-top: -17px;
  }
}

@media screen and (min-width:780px) and (max-width:784px) {
  .cols2>.col2 .items>div:nth-child(4n) {
    margin-right: 0 !important;
  }
}

@media screen and (min-width:1038px) and (max-width:1039px) {
  .footer .inner .col4 span {
    padding-right: 2px
  }
}

@media screen and (min-width:1011px) and (max-width:1049px) {
  .slide .cons .col1 {
    width: 72%;
  }
}

@media screen and (max-width:570px) {
  .bx_page div {
    /*float: none;*/
    width: 50%;
  }
}

@media screen and (max-width:400px) {
  .bx_page div {
    /*float: none;*/
    width: 100%;
  }
}

@media screen and (max-width:340px) {

  .contcats-lvl2 table tr td:first-child,
  .contcats-lvl2 table tr td {
    font-size: 12px;
  }
}

.bx_item_detail_size_small_noadaptive ul li:hover a {
  border: 1px solid #76AC00;
}

.bx_item_detail_size_small_noadaptive ul li:active a,
.bx_item_detail_size_small_noadaptive ul li.bx_active a {
  border: 2px solid #76AC00;
}

.bx_item_detail_scu_small_noadaptive .bx_scu ul li:hover a {
  border: 1px solid #76AC00;
}

.bx_item_detail_scu_small_noadaptive .bx_scu ul li:active a,
.bx_item_detail_scu_small_noadaptive .bx_scu ul li.bx_active a {
  border: 2px solid #76AC00;
  padding: 3px;
}

.owl-carousel .owl-item img {
  background: white;
  padding: 20px;
  object-fit: cover;
}

/*------------------------------------- New style ------------------------------------*/

.partners .owl-carousel .owl-item,
.partners .owl-item a {
  height: 105px;
}

.toogle-block .toogle-block2 {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  top: 100% !important;
  height: auto !important;
  font-size: 90% !important;
  display: none;
  white-space: nowrap !important;
}

.toogle-block>ul>li>ul>li {
  display: block !important;
  float: left !important;
  width: auto !important;
}

.header .lvl2 .col1>ul>li ul {
  top: 90% !important
}

.toogle-block2 {
  position: relative !important;
}

.toogle-block ul li {
  white-space: normal !important;
  float: left !important;
  position: static !important;
}

.toogle-block ul li a {
  display: block !important;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  box-sizing: border-box !important;
  min-height: 48px !important;
}

.header .lvl2 .col1>ul>li ul li a {
  min-width: 0%;
  padding: 13px 0;
  margin-right: 20px;
  border-bottom: 0px;
}

.header .lvl2 .arrow>a span:after {
  right: -20px !important;
}

.header .lvl2 .col1 {
  /* width: 100% !important; */
}

.header .lvl2 .col1>ul>li>ul {
  background: white !important;
}

.header .lvl2 .col1>ul>li ul {
  width: 100% !important;
}

.header .lvl2 .col1>ul>li ul ul {
  width: 100% !important;
  left: -1px !important;
  font-size: 13px !important;
  background: #f8f8f8 !important;
}

.content {
  padding: 0 !important;
}

.footer {
  margin-top: 100px !important;
}

table p {
  margin: 10px 0;
}

hr {
  border-bottom: 1px solid #cccccc;
  border-top: none;
}

.numb {
  font-size: 30pt;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: white;
  background: #76ac00;
  line-height: 55px;
  line-height: 55px;
  margin: 0 0 20px 40%;
}

.block-ruler {
  background: linear-gradient(to right, #f0f0f0, #fbfbfb);
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 12px;
  padding-left: 32px;
  margin-right: -3px;
  min-height: 70px;
}

.block-ruler::after {
  content: '';
  position: absolute;
  right: -74px;
  border: 55px solid transparent;
  border-left: 20px solid #fbfbfb;
  z-index: 2;
  top: 0px;
}

.block-ruler:last-child::after {
  display: none;
}

.block-ruler:last-child {
  /* background: linear-gradient(to right, #f0f0f0, #fcfcfc); */
  background: #f0f0f0;
}

.advantages>.in-row-mid>div {
  width: 21.2% !important;
}

.advantages>.in-row-mid>div>div {
  width: 70% !important;
}

.link-write:before {
  background: url(../images/write-icon.png) no-repeat;
  content: "";
  height: 25px;
  left: -29px;
  position: absolute;
  top: -2px;
  width: 25px;
}

.link-write {
  margin: 0 0 0 32px;
  position: relative;
  display: inline-block;
  color: #333;
  text-decoration: underline;
}

.link-pay:before {
  background: url(../images/pay-icon.png) no-repeat;
  content: "";
  height: 25px;
  left: -32px;
  position: absolute;
  top: -2px;
  width: 25px;
}

.link-pay {
  margin: 0 0 0 47px;
  position: relative;
  display: inline-block;
  color: #333;
  text-decoration: underline;
}

.header-block {
  min-height: 150px !important;
}

.header .lvl1 .col3 {
  margin: 0 0 0 10% !important;
}

.header .inner .col4 {
  margin: 17px 0 0 !important;
}

.link-phone:before {
  background: url(../images/phone-icon.png) no-repeat;
  content: "";
  height: 25px;
  left: -33px;
  position: absolute;
  top: 0px;
  width: 25px;
}

.header .lvl2 .arrow>a span:after {
  font-size: 15px !important;
}

.header .btn {
  margin-right: 0;
}

.header .lvl1 {
  padding: 10px 0 !important;
}

.header .lvl1 .col1 {
  width: 160px !important;
}

.header .lvl2 .col1>ul>li>a {
  padding: 16px 0 17px 0 !important;
}

.btn-search {
  margin: 14px 0 0 !important;
}

.advantages {
  background: #f0f0f0;
  padding: 0 !important;
}

.footer .link-phone:before {
  background-position: 0 !important;
}

.footer .lvl1 .col3 {
  margin-left: 55px !important;
}

.footer .inner .col4 {
  margin: 35px 0 0 !important;
}

.staff_wrapp_dealers .section .item_title {
  border-bottom: 1px dotted #003184 !important;
  color: #003184 !important;
}

.staff_wrapp_dealers .item tr input[type=radio]+label .circle {
  border: 2px solid #55ad00 !important;
}

.staff_wrapp_dealers .item tr input[type=radio]:checked+label .circle:after {
  background: #55ad00 !important;
}

.lk-block {
  background: #76AC00;
  color: white;
  min-height: 30px;
}

.lk {
  display: block;
  float: right;
  margin-right: 31px;
}

.lk img {
  position: relative;
  top: 5px;
}

.lk a {
  position: relative;
  top: 1px;
  position: relative;
  margin-left: 10px;
  color: white;
  text-decoration: none;
}

.lk a:hover {
  text-decoration: underline;
}

.header {
  border-top: none !important;
}

.header.fixed .lvl2 .col1 {
  width: 100% !important;
}

.toogle-block-title2 span:after {
  top: 8px !important;
}

.header .lvl2 .col1>ul>li>a:before {
  left: 0 !important;
  width: 100% !important;
}

.header.fixed .lvl2 .col1 {
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .1);
  border-left: 1px solid #76ac00;
}

.header.fixed .lvl2 .col1>ul>li>a,
.header .lvl2 .col1>ul>li>a {
  border-bottom: none !important;
}

.header.fixed .lvl2 .col1>ul>li>ul {
  top: 100% !important;
  left: -1px !important;
}

.cols2>.col1 .toogle-title span,
.cols2>.col1 .toogle-title2 span,
.toogle-title-2:after,
.header .lvl2 .arrow>a span:after {
  background: none !important;
}

.cols2>.col1 .toogle-title:hover,
.cols2>.col1 .toogle-title2:hover,
.toogle-title-2:hover {
  color: #76ac00 !important;
  transition: .4s;
}

.staff_wrapp_dealers .item tr {
  vertical-align: bottom;
}

.staff_wrapp_dealers .item tr input[type=radio]+label .name {
  height: auto !important;
}

.staff_wrapp_dealers .item .site {
  margin-left: 29px;
}

.staff_wrapp_dealers .item {
  margin-top: 8px !important;
}

.cols2>.col1 .toogle-title.active:hover {
  color: white !important;
}

.staff_wrapp_dealers .item td {
  padding-bottom: 5px !important;
  padding-top: 5px !important;
}

.die {
  position: absolute;
  top: 15px;
  left: 0;
  z-index: 2;
  max-width: 85%;
  color: white;
}

.discount,
.benefit,
.best {
  margin-bottom: 15px;
}

.discount span {
  padding: 5px 10px;
  background: #ff6352;
}

.benefit span {
  padding: 5px 10px;
  background: #00c5a1;
}

.best span {
  padding: 5px 10px;
  background: #ffd73e;
}

.item-name {
  min-height: auto !important;
  text-align: center;
  font-size: 18px;
  margin: 15px 0 !important;
  color: #003d8b !important;
}

.price-block {
  text-align: center;
}

#sidemap {
  margin-top: 0px !important;
}

.header.fixed .lvl2 .arrow>a span:after {
  top: 13px !important;
}

.csn-logo {
  opacity: 0.5;
}

.csn-logo:hover {
  opacity: 1;
  transition: .4s;
}

.frst-menu {
  float: left;
  margin-left: 219px;
  position: relative;
  top: 5px;
}

.frst-menu a {
  color: white;
  text-decoration: none;
  margin-right: 20px;
}

.frst-menu a:hover {
  text-decoration: underline;
}

.bx-composite-btn-fixed {
  top: -45px !important;
  right: 650px !important;
}

.footer .in-row-mid>* {
  vertical-align: top !important;
}

.footer .in-row-mid .col2,
.footer .in-row-mid .col3 {
  margin-top: 10px !important;
}

.items-view3 img.prev_pic,
.cols2>.col2 .items-view3>div .hid i {
  height: 60px;
}

.cols2>.col2 .items-view3>div>div {
  min-height: 60px;
}

.map {
  width: 100%;
}

.footer {
  margin-top: 30px !important;
}

.items>div>div,
.cols2 .border,
div.fancy-select div.trigger,
.blocks8>div,
input[type="text"],
input[type="password"],
textarea,
.pagination a,
.news .item .image_block,
.toogle3,
.blocks7>div,
.ms-container,
.border3,
.message {
  border-radius: 0 !important;
}

.blocks6 .block {
  text-align: center;
}

.header .lvl1 .col4 .btn {
  top: -12px;
}

.head_call_link {
  display: inline-block;
}

.head_call_link>a {
  color: #76ac00;
}

.head_call_link>a:hover {
  cursor: pointer;
}

.pay_block {
  display: inline-block;
  vertical-align: top;
  width: 200px;
  padding: 33px 10px;
  margin-right: 30px;
  background: #f0f0f0;
  text-align: center;
  border: 1px solid #f0f0f0;
  min-height: 210px;
}

.pay_block p {
  font-weight: bold;
  font-size: 16px;
  margin: 0;
}

.pay_block img {
  margin-bottom: 20px;
}

.pay_block:hover {
  background: #fff;
  border-color: #76AC00;
}

.blocks2>a {
  margin: 0 4.8% 80px 0;
}

.slide.pt1 .items>div {
  margin-bottom: 0px;
}

.slide.pt1 {
  padding-bottom: 25px;
}

.vacancy-cont .item:hover {
  border: 1px solid #76ac00;
}

.vacancy-cont .item:hover .name {
  color: #76ac00;
}

.map .block li a {
  color: #003b89;
}

.subscibe-form1 .submit-cont button {
  background: #76ac00;
}

.ul-style2>ul>li:before {
  display: none;
}

.blocks8-view3 .col2>a {
  float: right;
  margin-top: 10px;
}

iframe {
  border: none;
}

.map {
  width: 99.9% !important;
}

/*------------------------------------- Адаптивность ------------------------------------*/

@media (max-width:1180px) {
  .header .lvl1 .col3 {
    margin: 0 0 0 5% !important;
  }
}

@media (max-width:1122px) {
  .header .lvl1 .col3 {
    position: relative;
    right: 0;
    margin: 0 0 0 1% !important;
  }

  .header .lvl1 .col4 .link-phone {
    top: 0;
  }
}

@media (max-width: 1050px) {
  .header .lvl1 .col2 {
    display: none;
  }
}

@media (max-width: 980px) {
  .frst-menu {
    margin-left: 0px !important;
  }

  .lk a.mob_view {
    top: 4px;
  }

  .right_part_dealers,
  .staff_wrapp_dealers {
    float: none;
    width: 100%;
  }

  .staff_wrapp_dealers .item td {
    width: 100%;
  }

  .radio-box {
    text-align: left;
  }
}

@media (max-width: 680px) {
  .header .lvl1 .col3 {
    display: none;
  }

  .header .lvl1 .col4 {
    top: -30px;
  }

  .header .lvl1 .col1,
  .header .lvl1 .col4 {
    width: 49% !important;
    position: relative !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    margin: auto !important;
    padding: 0 !important;
    text-align: center !important;
  }

  .header .lvl1 {
    text-align: center;
  }

  .lk {
    margin-right: 0;
  }

  .header .lvl1 .col3 {
    right: 250px;
    top: 2px;
  }

  .header .lvl1 .col4 .btn {
    top: 30px;
  }

  .lk a.mob_view,
  .head_call_link>a {
    display: none;
  }

  .header .lvl1 .col4 .btn {
    display: block !important;
    width: 150px;
    right: 30px;
  }
}

@media (max-width: 460px) {
  .header .lvl1 tbody {
    text-align: right;
  }

  .slider1,
  .block-ruler {
    background: #f0f0f0 !important;
  }

  .lk {
    margin-right: 0 !important;
  }

  .header .link-write {
    position: relative;
    left: 20px !important;
  }

  .link-pay {
    margin: 0 0 0 10px !important;
  }

  .header .lvl1 .link-phone {
    top: 0 !important;
    right: 10px !important;
  }

  .footer .lvl1 .link-phone {
    top: 20px !important;
    right: 10px !important;
  }

  .header .lvl1 .col1 img {
    width: 100px !important;
  }

  .header .lvl1 .col3 {
    top: -20px;
    position: relative;
  }

  .advantages>.in-row-mid>div {
    width: 100% !important;
  }

  .block-ruler {
    padding: 0 !important;
  }

  .slider1 li .inner>* {
    margin: 20px;
  }

  .slider1 .bx-controls-direction a,
  .owl-nav>div {
    border: 0 !important;
    width: 30px !important;
  }

  .slider1 .bx-prev {
    left: -10px;
  }

  .header-block {
    min-height: 100px !important;
  }

  .link-write:before,
  .link-pay:before,
  .link-phone:before,
  .block-ruler::after,
  .header .lvl2 .arrow>a span:after {
    display: none;
  }

  #bx_incl_area_3 tr td {
    text-align: right !important;
    width: 60% !important;
  }

  .toogle-block-title2 span:after {
    top: 16px !important;
  }

  .frst-menu {
    float: none;
    margin-left: 0px;
    position: relative;
    top: 0;
    left: -10px;
  }

  .frst-menu a {
    color: white;
    text-decoration: none;
    margin-right: 20px;
    white-space: nowrap;
    position: relative;
    /* float: left; */
    display: block;
    top: 5px;
    margin-bottom: 5px;
  }

  .lk-block {
    height: 60px;
  }

  .mob_view {
    top: -19px !important;
    left: 10px;
  }

  .bx-composite-btn-fixed {
    right: 0px !important;
    left: 0px !important;
    margin: 0 50px !important;
    top: -120px !important;
  }

  .footer .inner .col4 {
    margin-top: 120px !important;
    text-align: center;
    margin-left: 20px !important;
  }

  .footer .lvl1 .col1,
  .header .lvl2 .col1>ul>li {
    width: 80% !important;
  }

  .footer .link-write,
  .footer .link-pay {
    margin: 0 !important;
  }

  .footer .lvl1 .link-phone {
    right: 15px !important;
  }

  .header .lvl2 .col1>ul>li>a {
    padding: 10px 0 !important;
  }

  .toogle-block ul li a {
    min-height: auto !important;
  }

  .header .lvl3 {
    padding: 10px 0 5px 0 !important;
  }

  .slider1 .btn,
  .slider1 .btn2 {
    margin: 0 14px 0 0 !important;
  }

  .header .lvl1 {
    padding: 25px 0 !important;
  }

  .slide .items>div,
  .header .lvl2 .col1>ul>li ul>li {
    width: 100% !important;
  }

  .header .lvl2 .col1>ul>li ul.toogle-block2 {
    position: relative !important;
    background: none !important;
    color: #222 !important;
  }

  .header .lvl2 .col1>ul>li ul.toogle-block2 a {
    color: #222 !important;
  }

  .bx-viewport li {
    background: url(/local/templates/innet_local/images/mob-bg.png) center no-repeat !important;
  }

  .footer .lvl1 tbody {
    text-align: center;
  }

  .footer .link-write {
    position: relative;
    left: o !important;
  }

  .footer .lvl1 tbody td:first-child {
    text-align: left;
  }

  .footer .lvl1 .col3 {
    margin-left: 0 !important;
  }

  .header .lvl3 #search-ico {
    background: url(/local/templates/innet_local/images/search-ico.png) center no-repeat #76AC00 !important;
    color: rgba(118, 172, 0, 0);
  }

  .header .lvl2 .col1>ul>li ul ul {
    display: block;
  }

  .header .lvl1 .col4 .btn {
    right: 10px;
  }

  .frst-menu a {
    margin-right: 10px;
  }

  .frst-menu a:last-child {
    margin-right: 0px;
  }

  .lk {
    position: relative;
    width: 100%;
    margin: 5px 0;
  }

  .frst-menu a {
    display: inline-block;
  }

  .header .lvl1 .col1 {
    width: 30% !important;
  }

  .header .lvl1 .col4 {
    width: 69% !important;
  }

  .lk-block {
    height: 65px;
  }
}

@media (max-width: 330px) {
  .header .lvl1 .col4 {
    width: 60% !important;
  }

  .header .lvl1 .col4 .link-phone {
    right: 10 !important;
    width: 100%;
    text-align: right;
    top: 5px !important;
  }
}

@media screen and (max-width: 610px) {
  .footer .lvl1 .inner>div {
    position: static;
  }
}

.item-name {
  min-height: 54px !important;
}

.slide.pt1 .items>div {
  margin-bottom: 20px;
}

/*----------------------------------------26.11.2020-----------------------------------------------*/

.lk a img {
  margin-right: 3px;
}

.mob_hide {
  display: block;
}

.desc_hide {
  display: none;
}

.lk .desc_hide {
  padding: 5px 10px;
  border: 1px solid white;
  border-radius: 3px;
}

.lk {
  margin-right: 0;
}

.lk .desc_hide img {
  position: relative;
  top: 2px;
}

.lk-block .inner_container {
  margin: 0 auto;
  max-width: 1170px;
  position: relative;
  display: flex;
  flex-flow: wrap;
}

.lk-block .inner_container>.inner:first-child {
  order: 1;
  display: inline-block;
  margin-right: 0;
}

.lk-block .inner_container>.inner:last-child {
  order: 0;
  display: inline-block;
  margin-left: 0;
}

@media(max-width:610px) {
  .inner_container {
    padding: 0 10px;
  }
}

@media(max-width:460px) {
  .mob_hide {
    display: none;
  }

  .desc_hide {
    display: block;
  }

  .lk {
    display: inline-block;
    float: right;
    position: relative;
    top: 10px;
  }

  .frst-menu {
    left: 0;
    top: 18px;
  }

  .lk-block .inner {
    display: inline-block;
    padding: 0;
  }

  .header .lvl1 .col4 .btn {
    top: 37px;
  }

  .link-phone {
    font-size: 24px;
  }

  .lk-block .inner_container>.inner:last-child {
    margin-left: 10px;
    margin-right: 0;
  }

  .lk-block .inner_container>.inner:first-child {
    margin-right: 10px;
    margin-left: auto;
  }
}

ul.bxslider {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
}

@media (max-width: 460px) {

  .bx-viewport li .inner,
  .bx-viewport li .inner>* {
    color: #222 !important;
  }

  .bx-viewport li .inner .title2 {
    font-size: 32px !important;
    line-height: 1 !important;
  }

  .bx-viewport li .inner>div {
    background: none;
    padding: 0;
  }

  .bx-viewport li .inner span {
    font-size: 14px !important;
  }

  .bx-viewport li .inner .mob_hide {
    display: none !important
  }
}

/*--------------------------------------26.11.2020-------------------------------------------*/

@media (max-width: 320px) {
  .link-phone {
    font-size: 20px;
  }

  .frst-menu {
    font-size: 11px;
  }

  .header .lvl1 .link-phone,
  .header .lvl1 .col4 .btn {
    right: -2px !important;
  }
}

/*--------------------------------------14.07.2021-------------------------------------------*/

.slider1 .slide1 .inner-mobile {
  display: none;
}

@media (max-width: 600px) {
  .bx-viewport li {
    background: url(/local/templates/innet_local/images/mob-bg.png) center no-repeat !important;
  }

  .slider1 .slide1 .inner.mobile-hide {
    display: none;
  }

  .slider1 .slide1 .inner-mobile {
    display: block;
    position: absolute;
    width: 100%;
    height: calc(100% - 30px);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
  }

  .slider1 .slide1 .inner-mobile>a {
    width: 100%;
    height: 100%;
    display: block;
  }
}

/*--------------------------------------15.09.2021-------------------------------------------*/

@media (min-width: 700px) {
  .head_call_link>div {
    display: flex;
    flex-direction: column;
  }

  .inner.in-row-mid .col4 {
    display: flex;
    align-items: flex-end;
    margin-top: 0 !important;
  }

  .link-phone:before {
    height: 20px;
    width: 20px;
    background-size: contain;
    top: 2px;
    left: -28px;
  }

  .header .lvl1 .col4 .btn {
    margin-bottom: -5px !important;
  }
}

@media(max-width: 700px) {
  .header .lvl1 .link-phone {
    position: unset;
    display: flex;
  }

  .header .lvl1 .col4 .btn {
    position: unset;
    margin: 5px 0 0 0;
  }

  .header .lvl1 .col4 {
    position: unset !important;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
  }
}

.map .inner .block ul li:nth-of-type(2) {
  display: flex;
}

/*-------16.11.2022-------*/

.slider1 {
  position: relative;
}

.slider1 .bx-pager {
  display: flex;
  z-index: 99;
  position: absolute;
  width: 100%;
  align-items: center;
  justify-content: center;
  bottom: 15px;
  gap: 10px;
}

.slider1 .bx-pager .bx-pager-link {
  font-size: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: white;
  display: block;
}

.slider1 .bx-pager .bx-pager-link:hover {
  background: #76ac00;
}

.slider1 .bx-pager .bx-pager-link.active {
  background: #76ac00;
  box-shadow: 0 0 0px 3px white;
}

/* 10.07.25 */

#cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 20px;
  background: #333;
  color: #fff;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 30px;
}

#cookie-consent p {
  margin: 0 15px 0 0;
  min-width: 250px;
  font-size: 14px;
  line-height: 1.4;
}

#cookie-consent p a {
  color: #76ac00;
}

#accept-cookies {
  padding: 8px 15px;
  border: none;
  border-radius: 4px;
  background: #76AC00;
  border: 1px solid #76AC00;
  color: white;
  cursor: pointer;
  white-space: nowrap;
  margin-bottom: 10px;
  transition: all .3s;
  position: relative;
  top: 5px;
}

#accept-cookies:hover {
  background: white;
  color: #76AC00;
}

@media screen and (max-width:768px) {
  #cookie-consent {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }

  #cookie-consent p {
    text-align: center;
  }
}

/* styles in footer */