@font-face {
  font-family: "Open Sans";
  src: url(../fonts/OpenSans-Regular.ttf);
}
@font-face {
  font-family: PN;
  src: url("../fonts/ProximaNovaRegular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/ProximaNovaRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNovaRegular.otf") format("opentype");
}
@font-face {
  font-family: PN;
  font-weight: bold;
  src: url("../fonts/ProximaNovaBold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/ProximaNovaBold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNovaBold.otf") format("opentype");
}
@font-face {
  font-family: PN;
  font-style: italic;
  src: url("../fonts/ProximaNovaRegularItalic.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/ProximaNovaRegularItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNovaRegularItalic.otf") format("opentype");
}
@font-face {
  font-family: PNL;
  src: url("../fonts/ProximaNovaLight.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/ProximaNovaLight.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNovaLight.otf") format("opentype");
}
@font-face {
  font-family: PNSB;
  src: url("../fonts/ProximaNovaSemibold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/ProximaNovaSemibold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNovaSemibold.otf") format("opentype");
}
@font-face {
  font-family: PNSB;
  font-style: italic;
  src: url("../fonts/ProximaNovaSemiboldItalic.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/ProximaNovaSemiboldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNovaSemiboldItalic.otf") format("opentype");
}
@font-face {
  font-family: PNEB;
  src: url("../fonts/ProximaNovaExtrabold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/ProximaNovaExtrabold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNovaExtrabold.otf") format("opentype");
}
body {
  font-family: PN, Arial, Tahoma, sans-serif;
  overflow-x: hidden;
}

html {
  font-size: 16px;
}

@media all and (max-width: 992px) {
  html {
    font-size: 14px;
  }
}
@media all and (max-width: 767px) {
  html {
    font-size: 12px;
  }
}
html {
  height: 100%;
}

body {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body .sub-content {
  min-height: 600px;
}

.main-container {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  text-decoration: none;
}

.btn-link {
  display: inline-block;
  text-align: center;
  color: #fff;
  background: #726a7b;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  border: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 3px;
  cursor: pointer;
}
.btn-link--big {
  min-width: 230px;
}
.btn-link:focus {
  text-decoration: none;
  outline: none;
}
.btn-link:hover {
  text-decoration: none;
  color: #cabbd9;
  background: #595260;
}

.icon-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  background: #726A7B;
  border-radius: 50%;
}
.icon-img img {
  width: 50%;
}

.dynamic-page .main-heading {
  font-weight: bold;
  text-align: center;
}
.dynamic-page .content-wrap {
  margin-top: 30px;
}

.page-content {
  margin-bottom: 100px;
}

@media all and (max-width: 1200px) {
  .container {
    width: 100%;
    max-width: 1000%;
  }
}
#loading-cover {
  width: 100%;
  min-height: 2000px;
  background-color: #67a428;
  color: #fff;
  min-width: 320px;
  padding-top: 100px;
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
}
#loading-cover .message-wrap {
  width: 100%;
  text-align: center;
}
#loading-cover .name-label {
  font-size: 25px;
  color: #333;
}
#loading-cover .content {
  margin: 0 auto;
  width: 300px;
}
#loading-cover .content .logo {
  text-align: center;
  margin-bottom: 1em;
}
#loading-cover .content .text {
  font-size: 1.2em;
  text-align: center;
}

.catalog-category-page .catalog-items-list .catalog-list-item .order-actions-wrap .instant-order-wrap {
  display: none;
}

@font-face {
  font-family: "Open Sans";
  src: url(../fonts/OpenSans-Regular.ttf);
}
body {
  font-family: "Open Sans", Arial, Tahoma, sans-serif;
  overflow-x: hidden;
}

html {
  font-size: 15px;
}

@media all and (max-width: 992px) {
  html {
    font-size: 14px;
  }
}
@media all and (max-width: 767px) {
  html {
    font-size: 12px;
  }
}
html {
  height: 100%;
}

body {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body .main-content {
  margin-top: 60px;
}

.main-container {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  text-decoration: none;
}

.icon-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  background: #726A7B;
  border-radius: 50%;
}
.icon-img img {
  width: 50%;
}

@media all and (max-width: 1200px) {
  .container {
    width: 100%;
    max-width: 1000%;
  }
}
.breadcrumb {
  background-color: #fff;
}
.breadcrumb a {
  color: #000;
}

.checkout-buttons-wrap {
  margin-top: 1em;
}

.checkout-buttons-wrap:before,
.checkout-buttons-wrap:after {
  content: " ";
  display: table;
}

.checkout-buttons-wrap:after {
  clear: both;
}

.checkout-buttons-wrap a,
.checkout-buttons-wrap button {
  border-radius: 5px;
  border: 1px solid #f0f0f0;
  color: #656565;
  cursor: pointer;
  display: inline-block;
  float: left;
  font-size: 0.9em;
  max-width: 50%;
  overflow: hidden;
  padding: 0.5em;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.checkout-buttons-wrap .primary {
  float: right;
  background-color: #8baa00;
  color: #f0f0f0;
}

#reg-by-phone span.input-group-addon {
  position: relative;
}
#reg-by-phone i.toggle-password {
  left: 2px;
}

a {
  color: #84c441;
}
a:hover {
  color: #84c441;
}

.header {
  overflow-x: hidden;
}
.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 34px;
  background: #92C83D;
}
.header__top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}
.header__top ul a {
  font-size: 14px;
  color: #ffffff;
  font-family: "Monserrat", sans-serif;
  font-weight: 500;
}
@media (max-width: 992px) {
  .header__top ul {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media (max-width: 992px) {
  .header__top {
    height: 70px;
  }
}
@media (max-width: 768px) {
  .header__top {
    display: none;
  }
}
.header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: auto 0 auto 20px;
}
@media (max-width: 768px) {
  .header__info {
    margin: 0;
  }
}
.header__info-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  color: #000000;
  font-family: "Monserrat", sans-serif;
  font-weight: 500;
}
.header__info-address img {
  width: 29px;
  height: 29px;
  margin-left: 10px;
}
@media (max-width: 992px) {
  .header__info-address {
    display: none;
  }
}
.header__info-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  color: #000000;
  font-family: "Monserrat", sans-serif;
  font-weight: 500;
}
@media (max-width: 768px) {
  .header__info-phone {
    margin-top: 10px;
  }
}
.header__info-phone a {
  font-size: 18px;
  color: #000000;
  font-family: "Monserrat", sans-serif;
  font-weight: 500;
}
@media (max-width: 768px) {
  .header__info-phone a {
    text-decoration: underline;
  }
}
.header__info-phone img {
  width: 32px;
  height: 32px;
  margin-left: 10px;
}
@media (max-width: 768px) {
  .header__info-phone img {
    display: none;
  }
}
.header__center {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 15px;
}
.header__center-bg1 {
  position: absolute;
  bottom: -25px;
  right: 360px;
  width: 400px;
}
@media (max-width: 768px) {
  .header__center-bg1 {
    display: none;
  }
}
.header__center-bg2 {
  position: absolute;
  bottom: -25px;
  right: -20px;
  width: 400px;
}
@media (max-width: 768px) {
  .header__center-bg2 {
    display: none;
  }
}
@media (max-width: 768px) {
  .header__center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 15px;
  }
}
.header__search {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
.header__search input {
  width: 250px;
  padding: 7px 30px 7px 7px;
  font-size: 14px;
  color: black;
  font-family: "Monserrat", sans-serif;
  font-weight: 500;
  background: transparent;
  border: 1px solid #E5E5E5;
  border-radius: 30px;
}
.header__search button {
  position: absolute;
  top: 6px;
  right: 10px;
  padding: 0;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}
.header__search button img {
  width: 15px;
}
@media (max-width: 768px) {
  .header__search {
    display: none;
  }
}
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__right-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__right-profile span {
  margin-top: 5px;
  font-size: 12px;
  color: #000000;
  font-family: "Monserrat", sans-serif;
  font-weight: 500;
  text-align: center;
}
.header__right-trash {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 30px;
}
.header__right-trash .number-of-product {
  position: absolute;
  right: -5px;
  top: -10px;
  min-width: 15px;
  padding: 2px;
  background-color: red;
  border-radius: 7px;
  color: #fff;
  margin: 0;
}
.header__right-trash span {
  margin-top: 5px;
  font-size: 12px;
  color: #000000;
  font-family: "Monserrat", sans-serif;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 768px) {
  .header__right {
    display: none;
  }
}
.header__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 51px;
  background: #644D42;
}
.header__bottom .container {
  max-width: 1150px;
  padding: 0;
}
.header__bottom ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  background: transparent;
  padding: 0 1.85%;
}
.header__bottom ul a {
  font-size: 18px;
  color: #ffffff;
  font-family: "Monserrat", sans-serif;
  font-weight: 500;
}
@media (max-width: 768px) {
  .header__bottom {
    display: none;
  }
}
.header__mobile {
  display: none;
}
.header__mobile-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  min-width: 40px;
  height: 34px;
  background: #92C83D;
  border: none;
}
.header__mobile-btn span {
  width: 20px;
  height: 5px;
  background-color: #000000;
  border-radius: 10px;
}
.header__mobile-search {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 34px;
}
.header__mobile-search form {
  width: 100%;
}
.header__mobile-search input {
  width: 100%;
  height: 34px;
  padding: 7px 7px 7px 30px;
  font-size: 14px;
  color: #000000;
  font-family: "Monserrat", sans-serif;
  font-weight: 500;
  border: none;
  text-align: center;
}
.header__mobile-search button {
  position: absolute;
  top: 4px;
  left: 3px;
  padding: 0;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}
.header__mobile-search button img {
  width: 25px;
}
.header__mobile-trash {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 90px;
  height: 34px;
  font-size: 14px;
  color: #ffffff;
  font-family: "Monserrat", sans-serif;
  font-weight: 500;
  text-decoration: underline;
  background: #92C83D;
}
@media (max-width: 768px) {
  .header__mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header .header-address {
  margin-left: 90px;
  margin-top: 28px;
  max-width: 400px;
  height: 50px;
}
.header .header-address img, .header .header-address .address_text {
  display: inline-block;
}
.header .header-address img {
  width: 40px;
  margin-right: 20px;
  vertical-align: top;
}
@media screen and (max-width: 991px) {
  .header .header-address img {
    display: none;
  }
}
.header .header-address .address_text {
  width: 80%;
  font-size: 13px;
  font-family: "Open Sans Semibold";
}
@media screen and (max-width: 991px) {
  .header .header-address .address_text {
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .header .header-address {
    width: 30%;
    max-width: inherit;
    margin-left: 3%;
    height: auto;
  }
}
@media screen and (max-width: 720px) {
  .header .header-address {
    display: none;
  }
}
.header .header-phone_block {
  margin-top: 28px;
  margin-left: 30px;
  width: 270px;
  height: 100%;
}
.header .header-phone_block img, .header .header-phone_block .phone {
  display: inline-block;
}
.header .header-phone_block img {
  width: 40px;
  margin-right: 20px;
  vertical-align: top;
  cursor: pointer;
}
@media screen and (max-width: 1199px) {
  .header .header-phone_block img {
    width: 15%;
    margin-right: 5%;
  }
}
@media screen and (max-width: 991px) {
  .header .header-phone_block img {
    vertical-align: middle;
  }
}
@media screen and (max-width: 639px) {
  .header .header-phone_block img {
    width: 10%;
    display: inline;
    margin-top: -15px;
  }
}
.header .header-phone_block .phone {
  width: 75%;
  font-size: 22px;
  font-family: "Open Sans Extrabold";
  line-height: 40px;
}
@media screen and (max-width: 1199px) {
  .header .header-phone_block .phone {
    font-size: large;
    white-space: nowrap;
  }
}
@media screen and (max-width: 991px) {
  .header .header-phone_block .phone {
    font-size: initial;
  }
}
@media screen and (max-width: 720px) {
  .header .header-phone_block .phone {
    font-size: x-large;
  }
}
@media screen and (max-width: 639px) {
  .header .header-phone_block .phone {
    display: inline;
    font-size: xx-large;
  }
}
@media screen and (max-width: 567px) {
  .header .header-phone_block .phone {
    font-size: x-large;
  }
}
.header .header-phone_block .phone a {
  color: #000;
}
@media screen and (max-width: 1199px) {
  .header .header-phone_block {
    width: 23%;
    margin-left: 2%;
  }
}
@media screen and (max-width: 720px) {
  .header .header-phone_block {
    width: 43%;
  }
}
@media screen and (max-width: 639px) {
  .header .header-phone_block {
    float: right;
    width: 70%;
    text-align: right;
  }
}
@media screen and (max-width: 567px) {
  .header .header-phone_block {
    width: 65%;
  }
}
@media screen and (max-width: 480px) {
  .header .header-phone_block {
    display: none;
  }
}
.header .header-right_block {
  margin-top: 28px;
  height: 100%;
  float: right;
  width: 170px;
}
.header .header-right_block .profile_button, .header .header-right_block .trash_button {
  float: right;
}
.header .header-right_block .trash_button {
  margin-left: 30px;
  height: 100%;
  position: relative;
  margin-top: 9px;
}
.header .header-right_block .trash_button span {
  position: absolute;
  top: -9px;
  right: 0;
  padding: 1px 4px;
  color: #fff;
  height: 27px;
  line-height: 27px;
  border-radius: 6px;
  background-color: #84c441;
}
@media screen and (max-width: 639px) {
  .header .header-right_block .trash_button span {
    right: -5px;
    color: #84c441;
    font-weight: 600;
    background-color: #fff;
  }
}
.header .header-right_block .trash_button:hover span {
  background-color: #ffd24d;
  color: #000;
}
@media screen and (max-width: 639px) {
  .header .header-right_block .trash_button {
    height: auto;
    margin-top: 6px;
    margin-left: 0;
  }
  .header .header-right_block .trash_button img {
    height: 26px;
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
}
.header .header-right_block .user_profile {
  width: 47px;
  height: 49px;
  background-color: #84c441;
  text-align: center;
  border-radius: 6px;
  vertical-align: bottom;
  display: table-cell;
}
.header .header-right_block .user_profile:hover {
  background-color: #ffd24d;
}
@media screen and (max-width: 639px) {
  .header .header-right_block .user_profile:hover {
    background-color: transparent;
  }
}
@media screen and (max-width: 639px) {
  .header .header-right_block .user_profile {
    height: 32px;
    margin: 0;
    padding: 0;
    background: transparent;
  }
  .header .header-right_block .user_profile img {
    height: 26px;
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
}
@media screen and (max-width: 1199px) {
  .header .header-right_block {
    width: 20%;
    margin-right: 2%;
  }
}
@media screen and (max-width: 639px) {
  .header .header-right_block {
    position: absolute;
    height: 38px;
    top: 148px;
    width: 80px;
    left: 140px;
    margin-left: -75px;
    z-index: 1;
  }
}
@media screen and (max-width: 480px) {
  .header .header-right_block {
    top: 0;
    margin-right: 0;
    margin-top: 0;
  }
}

.main-menu-wrap {
  height: 38px;
  background-color: #84c441;
  margin-top: 25px;
}
.main-menu-wrap .container {
  position: relative;
}
.main-menu-wrap .main-menu {
  width: 100%;
}
.main-menu-wrap .main-menu li {
  display: inline-block;
  padding: 0 20px;
  line-height: 38px;
}
.main-menu-wrap .main-menu li a {
  color: #fff;
}
.main-menu-wrap .main-menu li:hover, .main-menu-wrap .main-menu li:active {
  background-color: #67a428;
}
@media screen and (max-width: 639px) {
  .main-menu-wrap .main-menu {
    display: none;
  }
}
.main-menu-wrap .search_start_button {
  background: transparent;
  border: 0;
}
@media screen and (max-width: 480px) {
  .main-menu-wrap .search_start_button {
    width: 8%;
    margin-right: 2%;
  }
}
.main-menu-wrap .search_button {
  position: absolute;
  right: 0;
  top: 7px;
  width: 24px;
  height: 24px;
  background: url(../img/search_icon_passive.png);
}
.main-menu-wrap .search_button:hover {
  background: url(../img/search_icon_active.png);
}
@media screen and (max-width: 1200px) {
  .main-menu-wrap .search_button {
    right: 15px;
  }
}
.main-menu-wrap .search_string {
  width: 450px;
  height: 38px;
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  z-index: 100;
}
.main-menu-wrap .search_string .search_icon {
  padding: 6px 20px;
}
@media screen and (max-width: 480px) {
  .main-menu-wrap .search_string .search_icon {
    padding: 6px 10%;
  }
}
.main-menu-wrap .search_string .search_text_input {
  height: 38px;
  border: 0;
  font-style: italic;
  outline: none;
  width: 300px;
}
@media screen and (max-width: 480px) {
  .main-menu-wrap .search_string .search_text_input {
    width: 80%;
  }
}
.main-menu-wrap .search_string .close_button {
  position: absolute;
  right: 0;
  padding: 11px 15px;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .main-menu-wrap .search_string .close_button {
    padding: 11px 0;
    margin-right: 3%;
  }
}
@media screen and (max-width: 567px) {
  .main-menu-wrap .search_string {
    width: 80%;
  }
}
@media screen and (max-width: 480px) {
  .main-menu-wrap {
    position: absolute;
    width: 100%;
    top: 0;
    margin: 0;
  }
}

.mobile-menu-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 0;
}
@media screen and (min-width: 640px) {
  .mobile-menu-btn-wrap {
    display: none;
  }
}
.mobile-menu-btn-wrap .mobile-menu-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  padding: 0;
  width: 38px;
  height: 38px;
  background: transparent;
  border: none;
  border-radius: 50%;
}
.mobile-menu-btn-wrap .mobile-menu-btn .icon-bar {
  background: #fff;
  width: 30px;
  display: block;
  height: 4px;
  border-radius: 1px;
  margin: 3px 0;
}

.menu-close {
  display: none;
  width: 48px;
  background: none;
  border: none;
  cursor: pointer;
}
.menu-close:focus {
  outline: none;
}
.menu-close img {
  max-width: 100%;
}

.live-search-result {
  background: #fff;
}

.block_name {
  width: 100%;
  text-align: center;
  padding: 40px 0;
}
.block_name .left_separator, .block_name .right_separator {
  width: 130px;
  height: 14px;
  background: url(../img/block_name_separator.png) no-repeat center center;
  display: inline-block;
}
.block_name .left_separator:before, .block_name .right_separator:before {
  content: "";
  width: 30px;
  height: 1px;
  background: #1EB14C;
}
@media screen and (max-width: 565px) {
  .block_name .left_separator, .block_name .right_separator {
    background-position-x: right;
    width: 80px;
  }
}
@media screen and (max-width: 480px) {
  .block_name .left_separator, .block_name .right_separator {
    width: 31px;
  }
}
.block_name .right_separator {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.block_name .block_name_text {
  display: inline-block;
  padding: 1px 20px;
  font-size: 24px;
  color: #000000;
  font-family: "Monserrat", sans-serif;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}

.block_list {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.block_list .block_item {
  text-align: center;
  display: block;
  float: left;
  border-radius: 10px;
  padding: 20px 0.7% 20px 0.7%;
  width: 14%;
}
.block_list .block_item:hover {
  background-color: #84c441;
}
.block_list .block_item:hover .item_name {
  color: #fff;
}
.block_list .block_item .item_icon {
  width: 84px;
  height: 84px;
  line-height: 84px;
  left: 50%;
  margin-left: -42px;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
.block_list .block_item .item_icon img {
  width: 100%;
}
.block_list .block_item .item_name {
  font-size: 13px;
  height: 38px;
}
@media screen and (max-width: 991px) {
  .block_list .block_item {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .block_list .block_item {
    width: 25%;
  }
}
@media screen and (max-width: 640px) {
  .block_list .block_item {
    width: 33%;
  }
}
@media screen and (max-width: 480px) {
  .block_list .block_item {
    width: 50%;
  }
}
.block_list a {
  color: #2f2f2f;
}

.catalog_block_body {
  display: none;
  margin-top: 70px;
}
.catalog_block_body .block_name {
  padding-bottom: 0;
}
@media (max-width: 575px) {
  .catalog_block_body {
    display: block;
  }
}

.catalog.block_list {
  width: 100%;
}

.commercial_groups {
  margin-top: 50px;
  width: 100%;
  margin-bottom: 100px;
}
.commercial_groups .commercial_group.block_list {
  width: 70%;
  margin: 0 auto;
}
.commercial_groups .commercial_group.block_list .block_item {
  padding: 20px 1% 20px 1%;
  width: 20%;
}
.commercial_groups .commercial_group.block_list .block_item .item_icon {
  border-radius: 50%;
  background-color: #f7f7f7;
}
.commercial_groups .commercial_group.block_list .block_item .item_icon img {
  height: 50%;
  width: auto;
}
@media screen and (max-width: 640px) {
  .commercial_groups .commercial_group.block_list .block_item {
    width: 33%;
  }
}
@media screen and (max-width: 480px) {
  .commercial_groups .commercial_group.block_list .block_item {
    width: 50%;
  }
}
@media screen and (max-width: 991px) {
  .commercial_groups .commercial_group.block_list {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .commercial_groups .commercial_group.block_list {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .commercial_groups {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 640px) {
  .commercial_groups {
    margin-top: 0;
  }
}

.about_company_block {
  width: 100%;
  height: auto;
  padding: 30px 0 70px 0;
  background-color: #84c441;
  color: #fff;
}
.about_company_block .block_name .left_separator, .about_company_block .block_name .right_separator {
  -webkit-filter: brightness(255);
          filter: brightness(255);
}
.about_company_block img {
  margin-top: 30px;
}
.about_company_block .button_block {
  width: 100%;
  text-align: center;
}
.about_company_block .button_block .button {
  padding: 15px 80px;
  background: #f0e200;
  text-transform: uppercase;
  color: #262923;
  border: 0;
  line-height: 18px;
  font-weight: bold;
  border-radius: 10px;
  -webkit-box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.2);
}
.about_company_block .button_block .button:hover {
  padding: 15px 90px;
  font-size: 18px;
}
@media screen and (max-width: 991px) {
  .about_company_block .button_block {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 40px;
  }
}
@media screen and (max-width: 991px) {
  .about_company_block {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .about_company_block .text_block {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 991px) {
  .about_company_block .right_align {
    text-align: right;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 991px) {
  .about_company_block .left_align {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

#main-map {
  width: 100%;
  height: 700px;
}

.contact__data {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  min-height: 7.8125rem;
  width: 95%;
  margin: 30px auto 0;
  background: #ffffff;
  -webkit-box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.15);
  border-radius: 0.375rem;
  padding: 1.25rem 0.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .contact__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 100px;
  }
}

.contact__data-locations {
  min-width: 100%;
  font-size: 12px;
  color: #333333;
  font-family: "Monserrat", sans-serif;
  font-weight: 500;
}

.contact__data-locations:before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: url("../img/contact__data-locations.svg") no-repeat;
  background-size: cover;
  vertical-align: bottom;
  margin-right: 0.5rem;
}

.contact__data-mail {
  min-width: 40%;
  font-size: 10px;
  color: #333333;
  font-family: "Monserrat", sans-serif;
  font-weight: 500;
  text-align: center;
  margin-top: 0.625rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contact__data-mail:hover {
  opacity: 0.8;
}

.contact__data-mail:before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: url("../img/contact__data-mail.svg") no-repeat;
  background-size: cover;
  vertical-align: bottom;
  margin-right: 0.5rem;
}

.contact__data-phone {
  min-width: 40%;
  text-align: center;
  font-size: 10px;
  color: #333333;
  font-family: "Monserrat", sans-serif;
  font-weight: 500;
  margin-top: 0.625rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contact__data-phone:hover {
  opacity: 0.8;
}

.contact__data-phone:before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: url("../img/contact__data-phone.svg") no-repeat;
  background-size: cover;
  vertical-align: bottom;
  margin-right: 0.5rem;
}

.page-footer {
  position: relative;
  border: none !important;
  margin-top: auto !important;
}
.page-footer-bg {
  position: absolute;
  top: -83px;
  width: 100%;
  height: 100px;
  overflow: hidden;
}
.page-footer-bg img {
  position: absolute;
  bottom: 0;
  width: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page-footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1em;
}
@media screen and (min-width: 768px) {
  .page-footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-footer .container .footer-links {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 60%;
            flex: 1 1 60%;
  }
  .page-footer .container .vendor-info {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 40%;
            flex: 1 1 40%;
  }
}
.page-footer .creating_author {
  text-align: right;
}
.page-footer .creating_author a {
  font-weight: bold;
}
@media screen and (max-width: 567px) {
  .page-footer .creating_author {
    text-align: center;
  }
}

.vendor-info {
  border-top: 1px solid #f0f0f0;
  margin-top: 10px;
  padding-top: 10px;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .vendor-info {
    margin: 0;
    padding: 0;
    border: none;
  }
}
.vendor-info__made-by {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .vendor-info__made-by {
    text-align: center;
  }
}

.footer-links {
  font-size: 13px;
}
.footer-links__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .footer-links__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer-links__item {
  margin-top: 0.5em;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20%;
}
@media screen and (max-width: 768px) {
  .footer-links__item {
    width: 100%;
  }
}
.footer-links a {
  color: grey;
  text-align: center;
}

.footer-vendor {
  width: 100%;
}
.footer-vendor__info {
  padding: 10px;
  text-align: center;
}

#recallform-name, #recallform-phone {
  border: 1px solid #fff;
}

#recallform-name::-webkit-input-placeholder, #recallform-phone::-webkit-input-placeholder {
  color: #ffffff;
}

#recallform-name::-moz-placeholder, #recallform-phone::-moz-placeholder {
  color: #ffffff;
}

#recallform-name:-ms-input-placeholder, #recallform-phone:-ms-input-placeholder {
  color: #ffffff;
}

#recallform-name::-ms-input-placeholder, #recallform-phone::-ms-input-placeholder {
  color: #ffffff;
}

#recallform-name::placeholder,
#recallform-phone::placeholder {
  color: #ffffff;
}

#recallform-name:-ms-input-placeholder,
#recallform-phone:-ms-input-placeholder {
  color: #ffffff;
}

#recallform-name::-ms-input-placeholder,
#recallform-phone::-ms-input-placeholder {
  color: #ffffff;
}

.menu-phone_block {
  width: 100%;
  font-size: xx-large;
}
.menu-phone_block a {
  display: block;
  width: 100%;
  color: #fff;
  font-family: "Open Sans Extrabold";
  text-align: center;
}
@media screen and (min-width: 481px) {
  .menu-phone_block {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .menu-phone_block {
    display: block;
  }
}

.fs-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  left: -9999px;
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  background-color: #67a428;
  color: white;
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
}
@media screen and (min-width: 768px) {
  .fs-popup {
    top: 80px;
  }
}
.fs-popup.active {
  left: 0;
}
.fs-popup .popup-header {
  padding: 1em;
}
.fs-popup .popup-header .popup-title {
  text-align: center;
  margin: 0;
}
.fs-popup .popup-header .popup-close {
  position: absolute;
  right: 0.8em;
  background-color: transparent;
  border: none;
  top: 0.8em;
}
@media screen and (min-width: 768px) {
  .fs-popup.contacts-popup {
    width: 600px;
    margin-left: -300px;
  }
}
.fs-popup .popup-body {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
@media screen and (min-width: 768px) {
  .fs-popup .popup-body {
    width: 420px;
  }
}
.fs-popup .popup-body .logo-wrap {
  width: 180px;
  height: auto;
  font-size: 25px;
  text-align: center;
  margin: 0 auto;
}
.fs-popup .popup-body .logo-wrap img {
  width: 80px;
}
.fs-popup .popup-body .popup-content-wrapper {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fs-popup .popup-body .popup-content-user {
  text-align: center;
}
.fs-popup .popup-body .popup-content-user a {
  color: #fff;
}
.fs-popup .popup-body .user-message {
  display: none;
  margin: 1em 0;
  text-align: center;
}
.fs-popup form .client-message {
  text-align: center;
  font-size: 0.9em;
  margin: 0.3em;
  color: rgba(255, 255, 255, 0.2);
}
.fs-popup form .form-title {
  font-size: 1.4em;
  text-align: center;
}
.fs-popup form .form-group {
  margin-bottom: 4px;
}
.fs-popup form .help-block:not(.help-block-error) {
  margin-top: 0;
  text-align: center;
  font-size: 0.9em;
  color: rgba(255, 255, 255, 0.2);
}
.fs-popup form .large-input input {
  padding: 0.5em;
  font-size: 2em;
  height: auto;
}
.fs-popup form input {
  background-color: transparent;
  border-radius: 0;
  text-align: center;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: lightblue;
}
.fs-popup form input.form-control[disabled] {
  opacity: 0.8;
  background-color: transparent;
  color: rgba(255, 255, 255, 0.4);
}
.fs-popup form input.large-input {
  font-size: 1.4em;
}
.fs-popup form .submit-wrap {
  margin-top: 1em;
  text-align: center;
}
.fs-popup form .submit-wrap button {
  text-transform: uppercase;
  padding-left: 2em;
  padding-right: 2em;
}
.fs-popup form .privacy-policy {
  background-color: transparent;
  text-align: center;
  color: white;
  margin-top: 1em;
  margin-bottom: 1em;
}
.fs-popup form .privacy-policy a {
  color: white;
  text-decoration: underline;
}
.fs-popup .popup-footer {
  margin-top: auto;
  padding: 0 1em 1em;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #67a428;
}
.fs-popup .popup-footer a {
  color: white;
  text-decoration: underline;
  font-size: 0.9em;
}
.fs-popup.mobile-menu .menu {
  margin: 20px 0 40px 0;
  padding: 0;
  width: 100%;
}
.fs-popup.mobile-menu .menu li {
  text-align: center;
  list-style: none;
}
.fs-popup.mobile-menu .menu li a {
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
  padding: 0.3em;
  font-size: 1em;
}
@media screen and (min-width: 992px) {
  .fs-popup.mobile-menu .menu li a {
    padding: 0.5em;
    font-size: 1.2em;
  }
}
@media screen and (max-width: 480px) {
  .fs-popup.mobile-menu .menu li a {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 768px) {
  .fs-popup {
    width: 420px;
    min-height: 70vh;
    height: auto;
    margin-left: -210px;
  }
  .fs-popup.active {
    left: 50%;
  }
  .fs-popup .popup-footer {
    position: relative;
  }
}

#contacts_popup .popup-body {
  max-width: 700px;
  width: 700px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #contacts_popup .popup-body {
    width: 600px;
  }
}
@media screen and (max-width: 420px) {
  #contacts_popup .popup-body {
    width: 100%;
  }
}
#contacts_popup .popup-body .popup__content {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #contacts_popup .popup-body .popup__content {
    display: block;
  }
}
#contacts_popup .popup-body .contacts__map {
  width: 60%;
  padding-right: 3%;
  height: 300px;
}
@media screen and (max-width: 768px) {
  #contacts_popup .popup-body .contacts__map {
    width: 100%;
    padding-right: 0;
  }
}
#contacts_popup .popup-body .contacts__info {
  width: 40%;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  #contacts_popup .popup-body .contacts__info {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  #contacts_popup .popup-body .popup__content {
    display: block;
  }
  #contacts_popup .popup-body .contacts__map {
    width: 100%;
    padding-right: 0;
    margin-bottom: 1em;
  }
  #contacts_popup .popup-body .contacts__info {
    width: 100%;
    padding: 20px;
  }
}

#callback_order_form {
  margin-top: 60px;
}

.main_page_slider {
  width: 100%;
}
.main_page_slider .container {
  max-width: 1180px;
  padding: 0;
}
.main_page_slider .slider-main {
  width: 100%;
  height: 480px;
  background-color: #f7fcf6;
}
.main_page_slider .slide {
  height: 480px;
}
.main_page_slider .image_block {
  position: absolute;
  right: 0;
  z-index: 0;
  top: 0;
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .main_page_slider .image_block {
    width: 80%;
    bottom: 0;
    top: inherit;
    left: 50%;
    margin-left: -40%;
  }
  .main_page_slider .image_block img {
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .main_page_slider .image_block {
    width: 100%;
    margin-left: -50%;
  }
}

.slider_body .slide {
  position: relative;
}
.slider_body .slide .text_empty_block {
  display: table-cell;
}

.slider_arrow_prev, .slider_arrow_next {
  width: 22px;
  height: 40px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  cursor: pointer;
  z-index: 2;
}

.slider_arrow_next {
  background: url(../img/slider_next_arrow.png);
  right: 0;
}

.slider_arrow_prev {
  background: url(../img/slider_prev_arrow.png);
  left: 0;
}

.slider-main {
  position: relative;
}

.slider-main .slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .slider-main .slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.slider-main .slick-slide img {
  margin-left: auto;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .slider-main .slick-slide img {
    width: auto;
    max-height: 330px;
    margin-top: 20px;
    margin-left: 0;
  }
}
@media screen and (max-width: 525px) {
  .slider-main .slick-slide img {
    width: 100%;
  }
}

.slider-main .text_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: 135px;
  width: 40%;
  z-index: 1;
}
.slider-main .text_block h3 {
  margin: 0;
  color: #333333;
  font-size: 36px;
  font-family: "Open Sans Extrabold";
}
.slider-main .text_block span {
  font-size: 50px;
  text-transform: uppercase;
  font-family: "Open Sans Extrabold";
}
@media screen and (max-width: 480px) {
  .slider-main .text_block span {
    font-size: 40px;
  }
}
.slider-main .text_block a {
  padding: 0 50px;
  background-color: #f0e200;
  font-size: 20px;
  line-height: 50px;
  font-family: "Open Sans Extrabold";
  border: 0;
  border-radius: 6px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.slider-main .text_block a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (max-width: 1200px) {
  .slider-main .text_block {
    margin-left: 60px;
  }
}
@media screen and (max-width: 992px) {
  .slider-main .text_block {
    width: 31%;
  }
  .slider-main .text_block h3 {
    font-size: 28px;
  }
  .slider-main .text_block span {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .slider-main .text_block {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
}

#reg-by-email .input-group .input-group-addon {
  display: inline-block;
  width: auto;
}

.user-page .user-hint {
  display: none !important;
}

.pop-cart {
  margin: 40px 0;
}
@media (max-width: 575px) {
  .pop-cart {
    display: none;
  }
}
.pop-cart h3 {
  margin: 0 0 30px;
  font-size: 72px;
  color: #000000;
  font-family: "Monserrat", sans-serif;
  font-weight: 700;
  text-align: center;
}

.catalog-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.catalog__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 24%;
  height: 560px;
  margin-right: 1.3%;
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #E5E5E5;
}
.catalog__item:nth-child(4n+4) {
  margin-right: 0;
}
@media (max-width: 992px) {
  .catalog__item {
    width: 32%;
  }
  .catalog__item:nth-child(4n+4) {
    margin-right: 1.3%;
  }
  .catalog__item:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .catalog__item {
    width: 48%;
  }
  .catalog__item:nth-child(3n+3) {
    margin-right: 1.3%;
  }
  .catalog__item:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .catalog__item {
    width: 100%;
    margin-right: 0 !important;
  }
}
.catalog__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.catalog__item a img {
  width: 100%;
  height: 250px;
  -o-object-fit: contain;
     object-fit: contain;
}
.catalog__item a .catalog__item-title {
  margin: 0 0 5px;
  font-size: 18px;
  color: #000000;
  font-family: "Monserrat", sans-serif;
  font-weight: 500;
  text-decoration: underline;
}
.catalog__item a .vendor-code {
  margin: 0 0 15px;
  font-size: 14px;
  color: #000000;
  font-family: "Monserrat", sans-serif;
  font-weight: 500;
}
.catalog__item a .catalog__item-price {
  margin: 0 0 15px;
  font-size: 24px;
  color: #1EB14C;
  font-family: "Monserrat", sans-serif;
  font-weight: 500;
}
.catalog__item-description {
  margin: 0;
  font-size: 14px;
  color: #000000;
  font-family: "Monserrat", sans-serif;
  font-weight: 500;
}
.catalog__item-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: auto;
  width: 100%;
}
.catalog__item-bottom .quantity-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90px;
  height: 30px;
}
.catalog__item-bottom .quantity-block button {
  width: 33.3333333333%;
  height: 100%;
  padding: 0;
  font-size: 20px;
  color: #000000;
  font-family: "Monserrat", sans-serif;
  font-weight: 700;
  line-height: 1;
  border: 1px solid #E5E5E5;
  outline: none;
}
.catalog__item-bottom .quantity-block input {
  width: 33.3333333333%;
  height: 100%;
  text-align: center;
  border: 1px solid #E5E5E5;
  outline: none;
}
.catalog__item-bottom .catalog__item-btn {
  height: 30px;
  font-size: 14px;
  color: #000000;
  font-family: "Monserrat", sans-serif;
  font-weight: 700;
  line-height: 1;
  border: 1px solid #E5E5E5;
  outline: none;
}
.catalog__item-bottom .catalog__item-btn .icon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.catalog__item-bottom .catalog__item-btn .icon:before {
  content: "\f07a";
}

.index-catalog .catalog.block_list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
.index-catalog .catalog.block_list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
.index-catalog .catalog.block_list a img {
  width: 100%;
  height: 290px;
  -o-object-fit: contain;
     object-fit: contain;
}
.index-catalog .catalog.block_list a span {
  margin-top: 15px;
  font-size: 18px;
  color: #000000;
  font-family: "Monserrat", sans-serif;
  font-weight: 700;
}

.catalog-category-page .wrap {
  padding-top: 0;
}
.catalog-category-page .wrap .catalog-category-list {
  margin-top: 15px !important;
}
.catalog-category-page .wrap .catalog-category-list .catalog-list-category.block-view {
  width: 32% !important;
  margin-left: 0 !important;
  margin-right: 2%;
  border: none !important;
}
.catalog-category-page .wrap .catalog-category-list .catalog-list-category.block-view:nth-child(3n+3) {
  margin-right: 0 !important;
}
@media (max-width: 575px) {
  .catalog-category-page .wrap .catalog-category-list .catalog-list-category.block-view {
    width: 48% !important;
  }
  .catalog-category-page .wrap .catalog-category-list .catalog-list-category.block-view:nth-child(3n+3) {
    margin-right: 2% !important;
  }
  .catalog-category-page .wrap .catalog-category-list .catalog-list-category.block-view:nth-child(2n+2) {
    margin-right: 0 !important;
  }
}
@media (max-width: 475px) {
  .catalog-category-page .wrap .catalog-category-list .catalog-list-category.block-view {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .catalog-category-page .wrap .catalog-category-list .catalog-list-category.block-view:nth-child(3n+3) {
    margin-right: 0 !important;
  }
}
.catalog-category-page .wrap .catalog-category-list .catalog-list-category.block-view .image {
  height: 290px !important;
}
@media (max-width: 768px) {
  .catalog-category-page .wrap .catalog-category-list .catalog-list-category.block-view .image {
    height: 190px !important;
  }
}
.catalog-category-page .wrap .catalog-category-list .catalog-list-category.block-view .text-wrap {
  margin: 10px 0;
  font-size: 18px;
  color: #000000;
  font-family: "Monserrat", sans-serif;
  font-weight: 700;
}
.catalog-category-page .wrap .catalog-items-list {
  margin-top: 15px !important;
}
.catalog-category-page .wrap .catalog-items-list .catalog-list-item.block-view {
  width: 32% !important;
  margin-left: 0 !important;
  margin-right: 2%;
  margin-bottom: 20px;
  border: none !important;
}
.catalog-category-page .wrap .catalog-items-list .catalog-list-item.block-view:nth-child(3n+3) {
  margin-right: 0 !important;
}
@media (max-width: 768px) {
  .catalog-category-page .wrap .catalog-items-list .catalog-list-item.block-view {
    width: 48% !important;
  }
  .catalog-category-page .wrap .catalog-items-list .catalog-list-item.block-view:nth-child(3n+3) {
    margin-right: 2% !important;
  }
  .catalog-category-page .wrap .catalog-items-list .catalog-list-item.block-view:nth-child(2n+2) {
    margin-right: 0 !important;
  }
}
@media (max-width: 575px) {
  .catalog-category-page .wrap .catalog-items-list .catalog-list-item.block-view {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .catalog-category-page .wrap .catalog-items-list .catalog-list-item.block-view:nth-child(3n+3) {
    margin-right: 0 !important;
  }
}
.catalog-category-page .wrap .catalog-items-list .catalog-list-item.block-view .item-wrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.catalog-category-page .wrap .catalog-items-list .catalog-list-item.block-view .item-wrap a img {
  width: 100%;
  height: 250px;
  -o-object-fit: contain;
     object-fit: contain;
}
.catalog-category-page .wrap .catalog-items-list .catalog-list-item.block-view .item-wrap a .catalog__item-title {
  margin: 0 0 5px;
  font-size: 18px;
  color: #000000;
  font-family: "Monserrat", sans-serif;
  font-weight: 500;
  text-decoration: underline;
}
.catalog-category-page .wrap .catalog-items-list .catalog-list-item.block-view .item-wrap a .vendor-code {
  margin: 0 0 15px;
  font-size: 14px;
  color: #000000;
  font-family: "Monserrat", sans-serif;
  font-weight: 500;
}
.catalog-category-page .wrap .catalog-items-list .catalog-list-item.block-view .item-wrap a .catalog__item-price {
  margin: 0 0 15px;
  font-size: 24px;
  color: #1EB14C;
  font-family: "Monserrat", sans-serif;
  font-weight: 500;
}
.catalog-category-page .wrap .catalog-items-list .catalog-list-item.block-view .item-wrap .catalog__item-description {
  margin: 0;
  font-size: 14px;
  color: #000000;
  font-family: "Monserrat", sans-serif;
  font-weight: 500;
}
.catalog-category-page .wrap .catalog-items-list .catalog-list-item.block-view .item-wrap .catalog__item-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: auto;
  width: 100%;
}
.catalog-category-page .wrap .catalog-items-list .catalog-list-item.block-view .item-wrap .catalog__item-bottom .quantity-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90px;
  height: 30px;
}
.catalog-category-page .wrap .catalog-items-list .catalog-list-item.block-view .item-wrap .catalog__item-bottom .quantity-block button {
  width: 33.3333333333%;
  height: 100%;
  padding: 0;
  font-size: 20px;
  color: #000000;
  font-family: "Monserrat", sans-serif;
  font-weight: 700;
  line-height: 1;
  border: 1px solid #E5E5E5;
  outline: none;
}
.catalog-category-page .wrap .catalog-items-list .catalog-list-item.block-view .item-wrap .catalog__item-bottom .quantity-block input {
  width: 33.3333333333%;
  height: 100%;
  text-align: center;
  border: 1px solid #E5E5E5;
  outline: none;
}
.catalog-category-page .wrap .catalog-items-list .catalog-list-item.block-view .item-wrap .catalog__item-bottom .catalog__item-btn {
  height: 30px;
  font-size: 14px;
  color: #000000;
  font-family: "Monserrat", sans-serif;
  font-weight: 700;
  line-height: 1;
  border: 1px solid #E5E5E5;
  outline: none;
}
.catalog-category-page .wrap .catalog-items-list .catalog-list-item.block-view .item-wrap .catalog__item-bottom .catalog__item-btn .icon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.catalog-category-page .wrap .catalog-items-list .catalog-list-item.block-view .item-wrap .catalog__item-bottom .catalog__item-btn .icon:before {
  content: "\f07a";
}
.catalog-category-page .wrap .catalog-items-list .catalog-list-item.list-view .item-wrap {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-flow: row !important;
          flex-flow: row !important;
}
@media (max-width: 768px) {
  .catalog-category-page .wrap .catalog-items-list .catalog-list-item.list-view .item-wrap {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-flow: column !important;
            flex-flow: column !important;
  }
}
.catalog-category-page .wrap .catalog-items-list .catalog-list-item.list-view .item-wrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media (max-width: 768px) {
  .catalog-category-page .wrap .catalog-items-list .catalog-list-item.list-view .item-wrap a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.catalog-category-page .wrap .catalog-items-list .catalog-list-item.list-view .item-wrap a img {
  width: 50px;
  margin-right: 10px;
}
.catalog-category-page .wrap .catalog-items-list .catalog-list-item.list-view .item-wrap a .catalog__item-title {
  margin: 0 10px 0 0;
  font-size: 14px;
  color: #000000;
  font-family: "Monserrat", sans-serif;
  font-weight: 500;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .catalog-category-page .wrap .catalog-items-list .catalog-list-item.list-view .item-wrap a .catalog__item-title {
    margin: 0;
    width: calc(100% - 60px);
    text-align: center;
  }
}
.catalog-category-page .wrap .catalog-items-list .catalog-list-item.list-view .item-wrap a .vendor-code {
  margin: 0 10px 0 auto;
  font-size: 14px;
  color: #000000;
  font-family: "Monserrat", sans-serif;
  font-weight: 500;
}
.catalog-category-page .wrap .catalog-items-list .catalog-list-item.list-view .item-wrap a .catalog__item-price {
  margin: 0 10px 0 0;
  font-size: 16px;
  color: #1EB14C;
  font-family: "Monserrat", sans-serif;
  font-weight: 500;
}
.catalog-category-page .wrap .catalog-items-list .catalog-list-item.list-view .item-wrap .catalog__item-description {
  display: none;
}
.catalog-category-page .wrap .catalog-items-list .catalog-list-item.list-view .item-wrap .catalog__item-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0;
  min-width: 210px;
  width: 210px;
}
@media (max-width: 768px) {
  .catalog-category-page .wrap .catalog-items-list .catalog-list-item.list-view .item-wrap .catalog__item-bottom {
    margin-left: auto;
  }
}
.catalog-category-page .wrap .catalog-items-list .catalog-list-item.list-view .item-wrap .catalog__item-bottom .quantity-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90px;
  height: 30px;
}
.catalog-category-page .wrap .catalog-items-list .catalog-list-item.list-view .item-wrap .catalog__item-bottom .quantity-block button {
  width: 33.3333333333%;
  height: 100%;
  padding: 0;
  font-size: 20px;
  color: #000000;
  font-family: "Monserrat", sans-serif;
  font-weight: 700;
  line-height: 1;
  border: 1px solid #E5E5E5;
  outline: none;
}
.catalog-category-page .wrap .catalog-items-list .catalog-list-item.list-view .item-wrap .catalog__item-bottom .quantity-block input {
  width: 33.3333333333%;
  height: 100%;
  text-align: center;
  border: 1px solid #E5E5E5;
  outline: none;
}
.catalog-category-page .wrap .catalog-items-list .catalog-list-item.list-view .item-wrap .catalog__item-bottom .catalog__item-btn {
  height: 30px;
  font-size: 14px;
  color: #000000;
  font-family: "Monserrat", sans-serif;
  font-weight: 700;
  line-height: 1;
  border: 1px solid #E5E5E5;
  outline: none;
}
.catalog-category-page .wrap .catalog-items-list .catalog-list-item.list-view .item-wrap .catalog__item-bottom .catalog__item-btn .icon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.catalog-category-page .wrap .catalog-items-list .catalog-list-item.list-view .item-wrap .catalog__item-bottom .catalog__item-btn .icon:before {
  content: "\f07a";
}

.catalog-item-page {
  padding-top: 0;
}
.catalog-item-page .catalog-item-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
}
.catalog-item-page .catalog-item-new .image-wrap {
  width: 50%;
  padding: 0 20px 0 0;
}
.catalog-item-page .catalog-item-new .image-wrap .image {
  max-width: 100%;
  margin-left: 0;
  border: 1px solid #E5E5E5;
}
@media (max-width: 768px) {
  .catalog-item-page .catalog-item-new .image-wrap .image {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
  }
}
.catalog-item-page .catalog-item-new .image-wrap .image img {
  width: 100%;
}
@media (max-width: 768px) {
  .catalog-item-page .catalog-item-new .image-wrap {
    width: 100%;
    padding: 0;
  }
}
.catalog-item-page .catalog-item-new .info-block {
  width: 50%;
}
@media (max-width: 768px) {
  .catalog-item-page .catalog-item-new .info-block {
    width: 100%;
    margin-top: 15px;
  }
  .catalog-item-page .catalog-item-new .info-block .order-actions-wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.catalog-item-page .catalog-item-new .info-block .description-block {
  border: none;
}
.catalog-item-page .catalog-item-new .info-block .description-block .nav li {
  padding-left: 0;
}
.catalog-item-page .catalog-item-new .info-block .description-block .nav a {
  font-size: 18px;
  color: #000000;
  font-family: "Monserrat", sans-serif;
  font-weight: 700;
}
.catalog-item-page .catalog-item-new .info-block .description-block .tab-content {
  font-size: 14px;
  color: #000000;
  font-family: "Monserrat", sans-serif;
  font-weight: 500;
}
.catalog-item-page .catalog-item-new .info-block .description-block .tab-content .tab-pane {
  padding-left: 0;
}

.recommended-slider > h3 {
  margin: 30px 0;
}
.recommended-slider .recommended-wrap {
  padding: 10px;
}
.recommended-slider .item-wrap {
  padding: 7px;
  text-align: center;
  width: 100%;
  background-color: white;
  border: 1px solid #eee;
  margin-top: 1%;
}
.recommended-slider .catalog__item-img, .recommended-slider .catalog-item__image {
  width: 100%;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .recommended-slider .catalog__item-img, .recommended-slider .catalog-item__image {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 567px) {
  .recommended-slider .catalog__item-img, .recommended-slider .catalog-item__image {
    width: 90px;
    height: 90px;
  }
}
.recommended-slider .catalog__item-title {
  margin: 10px 0;
  font-size: 18px;
  color: #000000;
  font-family: "Monserrat", sans-serif;
  font-weight: 500;
  text-decoration: underline;
}
.recommended-slider .vendor-code {
  margin: 0 0 15px;
  font-size: 14px;
  color: #000000;
  font-family: "Monserrat", sans-serif;
  font-weight: 500;
}
.recommended-slider .catalog__item-price {
  margin: 0 0 15px;
  font-size: 24px;
  color: #1EB14C;
  font-family: "Monserrat", sans-serif;
  font-weight: 500;
}
.recommended-slider .arrow {
  display: none;
}
@media (hover) {
  .recommended-slider .arrow {
    top: 0;
    bottom: 0;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .recommended-slider .arrow__button {
    width: 26px;
    height: 26px;
    outline: none;
    border: none;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    background-color: transparent;
    font-size: 26px;
    line-height: 26px;
  }
  .recommended-slider .arrow__button:hover {
    opacity: 0.7;
  }
  .recommended-slider .arrow_prev {
    left: 0px;
  }
  .recommended-slider .arrow_next {
    right: 0px;
  }
}
.recommended-slider .slider-inner {
  position: relative;
  padding: 0 !important;
}
@media screen and (max-width: 992px) {
  .recommended-slider .slider-inner {
    padding: 0 !important;
  }
}
.recommended-slider .slick-track {
  margin-left: 0 !important;
}

.order-page.order-delivery-page .order-page-inner .order-page-content {
  max-width: 800px;
}
@media screen and (min-width: 800px) {
  .order-page.order-delivery-page .order-page-inner .order-page-content {
    width: 80%;
    max-width: 1200px;
  }
}
.order-page .order-page-inner {
  padding: 10px;
}
.order-page .order-page-inner .order-page-content {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  background-color: white;
  border: 1px solid #ccc;
  padding: 10px;
}
.order-page .order-page-inner .c-header {
  font-size: 1em;
  border-bottom: 1px solid #f7ba08;
  padding: 0 10px;
}
.order-page .order-page-inner .c-header .c-title {
  margin: 0;
  color: #666;
  font-size: 1.8em;
}
.order-page .order-page-inner .c-header .c-subtitle {
  color: #999;
  margin-top: 5px;
}
.order-page .order-page-inner .c-box {
  padding: 5px;
}
.order-page .order-page-inner .c-box .c-box-msg {
  text-align: center;
  color: #999;
}
.order-page .order-page-inner .c-box .c-box-title {
  color: #666;
  padding: 0 5px;
}
.order-page .order-page-inner .c-box .c-edit {
  float: right;
  margin-left: auto;
  font-size: 0.9em;
}
.order-page .order-page-inner .c-box .c-edit:hover {
  color: #666;
}
.order-page .order-page-inner .r-list {
  padding: 0 20px;
}
.order-page .order-page-inner .r-list .r-item {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  padding: 8px;
}
.order-page .order-page-inner .r-list .r-item:hover {
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
  background-color: white;
}
.order-page .order-page-inner .r-list .r-input {
  min-height: 32px;
  min-width: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.order-page .order-page-inner .r-list .r-input input {
  margin: 0;
}
.order-page .order-page-inner .r-list .r-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
.order-page .order-page-inner .r-list .r-item-title {
  margin: 0;
  font-weight: bold;
  color: #333;
}
.order-page .order-page-inner .r-list .r-item-desc {
  margin-top: 5px;
  color: #777;
  font-size: 0.9em;
  margin-bottom: 0;
  font-style: italic;
}
.order-page .order-page-inner .c-footer {
  border-top: 1px solid #f7ba08;
  margin-top: 10px;
}
.order-page .order-page-inner .c-footer .validation-error {
  margin-top: 5px;
  color: red;
  text-align: center;
}
.order-page .order-page-inner .c-footer .action-buttons {
  margin-top: 10px;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.order-page .order-page-inner .c-footer .action-buttons .action-btn {
  border: 1px solid #ddd;
  padding: 0.3em 1em;
  background-color: #f0f0f0;
  color: #666;
}
.order-page .order-page-inner .c-footer .action-buttons .action-btn.primary {
  background-color: #337ceb;
  border: 1px solid #1c6de9;
  color: white;
}
.order-page .order-page-inner .c-footer .action-buttons .action-btn[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
.order-page .delivery-cost {
  max-width: 420px;
  background-color: #f0f0f0;
  border: 1px solid #ddd;
  padding: 10px;
  margin: 10px auto;
  border-radius: 3px;
}
.order-page .delivery-cost .delivery-cost-title {
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1em;
  text-align: center;
}
.order-page .delivery-cost .explanation {
  margin-top: 10px;
}
.order-page .delivery-cost .cost {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
  text-align: right;
}
.order-page .delivery-cost .cost strong {
  color: green;
}
.order-page .delivery-cost .no-calculated-msg {
  margin-top: 10px;
  text-align: center;
  color: #aaa;
}

.order-product-table th.price, .order-product-table th.amount, .order-product-table th.cost, .order-product-table th.discount, .order-product-table th.benefit, .order-product-table th.final-cost, .order-product-table td.price, .order-product-table td.amount, .order-product-table td.cost, .order-product-table td.discount, .order-product-table td.benefit, .order-product-table td.final-cost {
  display: none;
}
@media screen and (min-width: 768px) {
  .order-product-table th.price, .order-product-table th.amount, .order-product-table th.cost, .order-product-table th.discount, .order-product-table th.benefit, .order-product-table th.final-cost, .order-product-table td.price, .order-product-table td.amount, .order-product-table td.cost, .order-product-table td.discount, .order-product-table td.benefit, .order-product-table td.final-cost {
    display: table-cell;
  }
}
@media screen and (min-width: 768px) {
  .order-product-table th.overview, .order-product-table td.overview {
    display: none;
  }
}
.order-product-table th {
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 0.8em;
  color: #aaa;
  font-weight: 100;
}
.order-product-table td.index {
  color: #aaa;
  font-size: 1.6em;
  vertical-align: middle;
}
.order-product-table td.image {
  padding: 0 10px;
  width: 60px;
  vertical-align: middle;
}
@media screen and (min-width: 600px) {
  .order-product-table td.image {
    width: 80px;
  }
}
.order-product-table td.image img {
  max-width: 100%;
}
.order-product-table td.title {
  color: #666;
  font-size: 0.9em;
}
.order-product-table td.overview {
  text-align: right;
}
.order-product-table td.overview dl {
  margin: 0;
}
.order-product-table td.overview dl dt {
  font-size: 0.8em;
  color: #aaa;
  font-weight: 100;
}
.order-product-table td.overview dl dd {
  font-size: 0.9em;
  color: #555;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .order-summary {
    margin-left: 50%;
  }
}

#address-map {
  min-height: 400px;
}

body {
  font-family: "Monserrat", sans-serif !important;
}

.content-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
@media screen and (min-width: 768px) {
  .content-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
  .content-row .content-col {
    padding: 0 0.5em;
    width: 50%;
  }
}

.breadcrumb {
  margin-top: 20px !important;
  margin-bottom: 15px !important;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}
.breadcrumb li a {
  font-size: 10px !important;
  color: #000000 !important;
  font-family: "Monserrat", sans-serif !important;
  font-weight: 500 !important;
  text-decoration: underline;
}
.breadcrumb li.active {
  display: inline-block !important;
}

.main-content {
  min-height: 500px;
}

.page-content {
  padding: 0;
  overflow-x: hidden;
}

.control-sidebar {
  background-color: red;
}
.control-sidebar .input-group > .form-control {
  width: 100%;
  max-width: 100%;
}

.order-page-inner {
  margin-bottom: 100px;
}

.page-content .order-page .order-page-inner .r-list .r-item-desc {
  white-space: pre-wrap !important;
}

.about_company_block {
  margin-bottom: 150px;
}

@media (max-width: 400px) {
  .about_company_block, .page-content {
    margin-bottom: 0;
  }
}
.catalog-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-width: 265px;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  min-height: 480px;
  background: #E2E0E1;
  list-style: none;
  position: relative;
  margin-left: 1.7%;
}
.catalog-menu li {
  position: relative;
  height: 43px;
  border-bottom: 1px solid #929091;
}
.catalog-menu li:last-child {
  border: none;
}
.catalog-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  font-size: 14px;
  color: #000000;
  font-family: "Monserrat", sans-serif;
  font-weight: 700;
}
.catalog-menu li a:hover {
  text-decoration: underline;
}
.catalog-menu .catalog-menu-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  display: none;
  min-width: 265px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  background: #E2E0E1;
  list-style: none;
  border-left: 1px solid #000000;
  z-index: 3;
  overflow: auto;
  max-height: 301px;
}
@media (max-width: 992px) {
  .catalog-menu {
    display: none;
  }
}

.main_page_slider .slider-main {
  width: calc(100% - 265px - 1.7%);
}
@media (max-width: 992px) {
  .main_page_slider .slider-main {
    width: 100%;
  }
}

.header-title-block {
  padding: 15px 0px;
  margin-bottom: 20px;
}
.header-title-block .h1-title-block {
  margin: 0;
  color: #666;
  font-size: 1.8em;
}

.order-section {
  padding: 20px 10px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
}
.order-section #orderfullform-paymenttypeid .r-input input[type=radio] {
  position: relative;
  top: 1px;
  margin-right: 5px;
}
.order-section .r-item .r-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  margin-top: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.order-section .r-item .r-input input[type=radio] {
  position: relative;
  top: -3px;
  margin-right: 5px;
}
.order-section .payment-type .control-label {
  color: #999;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 16px;
  border-bottom: 1px solid #f7ba08;
}
.order-section .c-header .c-title {
  font-size: 25px;
  color: black;
}
.order-section .sub-title {
  color: #999;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 16px;
  border-bottom: 1px solid #f7ba08;
}
.order-section .form-group .form-check-label.some-type input[type=checkbox] {
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.back-link-wrap {
  padding: 20px 0;
}
.back-link-wrap .action-btn {
  border: 1px solid #ddd;
  background-color: #f0f0f0;
  color: #666;
  padding: 10px 20px;
}

.submit-order {
  background-color: #337ceb;
  border: 1px solid #1c6de9;
  color: white;
  padding: 10px 20px;
}

#orderfullform-privacypolicyagreement {
  position: relative;
  top: 2px;
  margin-right: 10px;
}