@font-face {
  font-family: "FontMoon";
  src: url("fonts/FontMoon/FontMoon.eot?bk3ela");
  src: url("fonts/FontMoon/FontMoon.eot?bk3ela#iefix")
      format("embedded-opentype"),
    url("fonts/FontMoon/FontMoon.ttf?bk3ela") format("truetype"),
    url("fonts/FontMoon/FontMoon.woff?bk3ela") format("woff"),
    url("fonts/FontMoon/FontMoon.svg?bk3ela#FontMoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="dr_"],
[class*=" dr_"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "FontMoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.acc-content.row.zn_columns_container.zn_content {
  z-index: 100;
  position: relative;
}
@font-face {
  font-family: "door_icon";
  src: url("fonts/door/door_icon.eot?dibcws");
  src: url("fonts/door/door_icon.eot?dibcws#iefix") format("embedded-opentype"),
    url("fonts/door/door_icon.ttf?dibcws") format("truetype"),
    url("fonts/door/door_icon.woff?dibcws") format("woff"),
    url("fonts/door/door_icon.svg?dibcws#door_icon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-door-"],
[class*=" icon-door-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "door_icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
.modal {
  position: fixed;
  /* фиксированное положение */
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  /* цвет фона */
  z-index: 1050;
  opacity: 0;
  /* по умолчанию модальное окно прозрачно */
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  /* анимация перехода */
  pointer-events: none;
  display: none;
  justify-content: center;
  align-items: center;
  /* элемент невидим для событий мыши */
}

/* при отображении модального окно */
.modal:target {
  opacity: 1;
  pointer-events: auto;
  overflow-y: auto;
}

/* ширина модального окна и его отступы от экрана */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  max-width: 730px;
}
.modal-content{
  pointer-events: all;
  z-index: 99999999999;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 730px;
    margin: 30px auto;
  }
}

/* свойства для блока, содержащего контент модального окна */
.modal-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 5px solid #4b7cce;
  border-radius: 11px;
  outline: 0;
  padding: 55px 60px;
}

@media (min-width: 768px) {
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}

/* свойства для заголовка модального окна */
.modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 0;
  border: none !important;
}

.modal-header p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #000000;
  max-width: 435px;
  margin: 10px 0;
}
.modal-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 34px;
  line-height: 40px;
  text-align: center;
  color: #000000;
  max-width: 480px;
}
.modal-title .light {
  font-weight: 600;
  color: #000;
}
.modal-title .bold {
  color: #4b7cce;
  font-weight: 700;
  font-size: 38px;
  line-height: 48.51px;
}
/* свойства для кнопки "Закрыть" */
.close {
  float: right;
  font-family: sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
  text-decoration: none;
  position: absolute;
  top: 20px;
  right: 20px;
}

/* свойства для кнопки "Закрыть" при нахождении её в фокусе или наведении */
.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.75;
}

/* свойства для блока, содержащего основное содержимое окна */
.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 15px;
  overflow: auto;
}
.modal-body form .button:hover {
  opacity: 0.8;
  cursor: pointer;
}

.modal-body form .button {
  font-family: "Montserrat";
  font-style: normal;
  transition: 0.3s;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  margin-top: 5px;
  color: #ffffff;
  padding: 0;
  height: 50px;
  background: #e22d22;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  border-radius: 7px;
  border: none;
  outline: none;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
  min-width: 280px;
}
.modal-body form input {
  border: 2px solid #4b7cce;
  border-radius: 6px;
  padding-left: 30px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #626262;
  height: 50px;
  margin-bottom: 15px;
  outline: none;
}
.modal-body form {
  display: flex;
  flex-direction: column;
}
#openModal.active {
  display: flex;
  opacity: 1;
  pointer-events: all;
}
/*=============*/
#result_form {
  display: none;
}
.container-fluid .row #content {
  display: flex;
  flex-direction: column;
}
.catalog-contact-form form .button:hover {
  opacity: 0.8;
}
.catalog-contact-form form .button {
  transition: 0.3s;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  height: 51px;
  background: #00bf36;
  border-radius: 7px;
  max-width: 200px;
  width: 100%;
  padding: 0;
  outline: none;
  border: none;
  margin-left: -10px;
  padding-top: 1px;
}
.catalog-contact-form form input {
  border: 2px solid #4b7cce;
  border-right: 0;
  border-radius: 6px;
  height: 50px;
  width: 100%;
  padding-left: 30px;
  max-width: 722px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #626262;
  outline: none;
}
.catalog-contact-form p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
  text-align: center;
  color: #4b7cce;
  max-width: 800px;
  margin: 0 auto 20px;
}
.catalog-contact-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  order: 1;
  padding: 20px;
  width: 100%;
  border: 5px solid #4b7cce;
  border-radius: 11px;
  text-align: center;
  margin-bottom: 40px;
}
/*product-contact-form*/
.product-contact-form .item .avatars {
  display: flex;
  gap: 36px;
  justify-content: center;
}
.product-contact-form .item .avatars img {
  width: 89px;
  height: 94px;
  border-radius: 50%;
}
.product-contact-form .item span {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  line-height: 49px;
  color: #ffffff;
}
.product-contact-form .items .item form {
  display: flex;
}
.product-contact-form .items .item form .button:hover {
  opacity: 0.8;
}
.product-contact-form .items .item form .button {
  margin-left: 12px;
  background: #e22d22;
  border-radius: 7px;
  padding: 10px 20px;
  height: 50px;
  border: none;
  outline: none;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  white-space: nowrap;
  transition: 0.3s;
  max-width: 190px;
}
.product-contact-form .items .item form input {
  background: #ffffff;
  border-radius: 6px;
  height: 50px;
  max-width: 510px;
  width: 100%;
  padding-left: 30px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #626262;
  outline: none;
  border: none;
}
.product-contact-form .items {
  display: flex;
  justify-content: space-between;
  height: 170px;
  gap: 20px;
}
.product-contact-form .item {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}
.product-contact-form .item p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 39px;
  color: #ffffff;
  margin-bottom: 0;
  padding-bottom: 7px;
}

.product-contact-form {
  background: #4b7cce;
  border-radius: 11px;
  padding: 40px 20px 40px 20px;
  margin-bottom: 60px;
}

.exitblock {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
}
.exitblock .fon {
  background: #f6fcff;
  opacity: 0.8;
  position: fixed;
  width: 100%;
  height: 100%;
}

.exitblock .modaltext .modaltext-main {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.exitblock .modaltext {
  box-sizing: border-box;
  padding: 40px;
  border: 1px solid #bbbbbb;
  border-radius: 11px;
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1100px;
  box-shadow: 0px 4px 24px #00000066;
  display: flex;
}
.closeblock {
  cursor: pointer;
  position: fixed;
  line-height: 100%;
  font-size: 40px;
  transform: rotate(45deg);
  text-align: center;
  top: 25px;
  right: 25px;
  color: #626262;
}
.closeblock:hover {
  opacity: 0.8;
}
.modaltext .itemcont:nth-child(2) img {
  width: 100%;
  height: 100%;
}
.modaltext .itemcont:nth-child(2) {
  max-width: 360px;
  object-fit: cover;
}
.modaltext .itemcont form .button:hover {
  opacity: 0.8;
  cursor: pointer;
}
.modaltext .itemcont form .button {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  transition: 0.3s;
  padding: 0;
  background: #00bf36;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  border-radius: 7px;
  margin-left: auto;
  border: none;
  outline: none;
  margin-right: auto;
  max-width: 280px;
}
.modaltext .itemcont form input {
  border: 2px solid #4b7cce;
  border-radius: 6px;
  width: 100%;
  height: 50px;
  outline: none;
  padding-left: 30px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #626262;
  margin-bottom: 15px;
}
.modaltext .itemcont form {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 609px;
}
.modaltext .itemcont {
  max-width: 550px;
}
.modaltext .itemcont p {
  margin: 10px 0 30px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  color: #000000;
}
.modaltext .itemcont h3 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 40px;
  color: #4b7cce;
}
/*-*/
.right-form-block .right-block {
  transform: rotate(180deg);
}
.right-form-block span {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 25px;
  color:#fff;
}
.right-form-block:hover {
  cursor: pointer;
}
.right-form-block .right-block svg {
  width: 35px;
  height: 35px;
}
.modal-content {
  padding: 20px;
}
.right-form-block {
  z-index: 99999;
  height: max-content;
  position: fixed;
  right: 0;
  top:50%;
  transform: scale(-1) translateY(50%);
  background: #e22d22;
  border-radius: 0 11px 11px 0;
  writing-mode: vertical-lr;
  display: flex;
  align-items: center;
  padding: 10px;
}
@media only screen and (max-width: 1403px) {
  .catalog-contact-form form input {
    max-width: 500px;
  }
}
@media only screen and (max-width: 768px) {
  .right-form-block{
    bottom: 0;
    left: 50%;
    right: unset;
    transform: translateX(-50%);
    writing-mode: unset;
    top: unset;
  }
  .right-form-block .right-block{
    transform: rotate(90deg);
  }
  .right-form-block span{
    margin-bottom: 0;
  }
  .right-form-block{
    border-radius: 11px 11px 0 0;
  }
  .modaltext .itemcont h3 {
    font-size: 28px !important;
  }
  .exitblock .modaltext {
    padding: 30px;
  }
  .modaltext .itemcont p {
    font-size: 16px;
  }
  .modaltext .itemcont form input {
    font-size: 18px;
    height: 45px;
  }
  .catalog-contact-form p {
    font-size: 24px;
    max-width: 500px;
    line-height: 30px;
  }
  .catalog-contact-form p {
    margin-bottom: 20px;
  }
  .catalog-contact-form {
    padding: 20px 0;
  }
  .modal-title {
    max-width: 284px;
    font-size: 24px;
    line-height: 29px;
    margin: 0 auto;
  }
  .modal-title .bold {
    font-size: 24px;
    line-height: 29px;
  }
  .modal-content {
    max-width: 406px;
  }
  .modal-header p {
    font-size: 16px;
    line-height: 18px;
    margin: 13px 0 25px;
  }
  .modal-body {
    padding: 0;
  }
  .modal-body form button {
    margin-top: 0;
    font-size: 14px;
    line-height: 17px;
    font-weight: bold;
    padding: 14px 78px;
  }
  .modal-body form input {
    height: 47px;
    padding-left: 24px;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 20px;
  }
  .modal-content {
    padding: 20px 30px;
  }
  /*---*/
  .right-form-block .right-block svg {
    width: 35px;
    height: 35px;
  }
  .right-form-block span {
    margin-right: 15px;
    white-space: nowrap;
    font-size: 14px;
    line-height: 20px;
  }
  .right-form-block svg{
    width: 30px;
    height: 30px;
  }
  .right-form-block {
    padding: 5px 15px;
    bottom: 0;
    left: 50%;
    right: unset;
    transform: translateX(-50%);
  }
  /*-*/
  .modaltext .itemcont form .button {
    height: 47px;
    font-weight: 700;
    font-size: 14px;
    padding: 13px 72px;
    line-height: 17px;
    margin-top: 0;
  }
  .modaltext .itemcont form input {
    font-size: 15px;
    line-height: 18px;
    height: 47px;
  }
  .exitblock .modaltext {
    min-width: 410px;
  }
  .exitblock .modaltext {
    padding: 30px;
  }
  .modaltext .itemcont h3 {
    text-align: center;
    font-size: 24px;
    line-height: 29px;
  }
  .modaltext .itemcont p {
    text-align: center;
    margin: 15px 0 20px;
    font-size: 16px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 1360px) {
  .exitblock .modaltext {
    width: unset !important;
  }
  .exitblock .modaltext .modaltext-main {
    justify-content: center;
  }
  .modaltext .itemcont:nth-child(2) {
    display: none;
  }
  .exitblock .modaltext {
    max-width: unset;
    width: 60%;
    padding: 40px;
  }
  .modaltext .itemcont h3 {
    font-size: 36px;
    line-height: 100%;
  }
  .modaltext .itemcont form {
    margin: 0 auto;
  }
  .modaltext .itemcont p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1299px) {
  .catalog-contact-form form input {
    max-width: 580px;
  }
}
@media only screen and (max-width: 1199px) {
  .catalog-contact-form p {
    line-height: 36px;
    font-size: 28px;
  }
  .catalog-contact-form form .button {
    margin-top: 1px;
  }
  .catalog-contact-form {
    padding: 30px 0;
  }
  .catalog-contact-form form input {
    max-width: 50%;
  }
  /*=================*/
  .product-contact-form .item span {
    font-size: 30px;
    line-height: 100%;
  }
  .product-contact-form .items {
    height: 160px;
  }
  .product-contact-form .item p {
    font-size: 24px;
    line-height: 100%;
  }
  .product-contact-form {
    padding: 40px 30px 40px 30px;
  }
  .product-contact-form .items .item form .button {
    height: 40px;
    padding: 10px 20px;
  }
  .product-contact-form .items .item form input {
    height: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .product-contact-form .items .item .avatars img {
    border: 1px solid #ffffff;
    filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.25));
  }
  .product-contact-form .items .item .avatars img:not(:first-child) {
    margin-left: -10px;
  }
  .product-contact-form .items .item .avatars {
    flex-direction: row;
    gap: 0;
  }
  .product-contact-form .item form {
    position: relative;
    width: 100%;
  }
  .product-contact-form .item span {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 24px;
  }
  .product-contact-form {
    padding: 30px;
  }
  .product-contact-form .items .item form input {
    padding-left: 18px;
    height: 49px;
    width: 100%;
    max-width: unset;
    font-size: 16px;
  }
  .product-contact-form .items .item form .button {
    height: 49px;
    position: absolute;
    right: 5px;
    height: 39px;
    top: 50%;
    font-size: 14px;
    transform: translateY(-50%);
  }
  .product-contact-form .item p {
    max-width: 99px;
    font-size: 16px;
    line-height: 18px;
    text-align: left;
    margin-left: 6px;
  }
  .product-contact-form .items .item {
    align-items: center;
    justify-content: center;
  }
  .product-contact-form .items .item:first-child {
    flex-direction: unset;
  }
  .product-contact-form .items {
    flex-direction: column;
    height: unset;
  }
}

@media only screen and (max-width: 575px) {
  .modal-body form .button {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 16px;
    height: 47px;
  }
  .catalog-contact-form {
    padding: 15px;
  }
  .catalog-contact-form form input {
    height: 44px;
    padding-left: 18px;
    font-size: 16px;
    line-height: 17px;
  }
  .catalog-contact-form p {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  .catalog-contact-form form .button {
    padding: 10px;
    height: 44px;
    margin-left: -15px;
    width: unset;
  }
}
@media only screen and (max-width: 414px) {
  .catalog-contact-form form {
    flex-direction: column;
    display: flex;
  }
  .catalog-contact-form form .button {
    margin-left: 0;
    max-width: unset;
    margin-top: 5px;
  }
  .catalog-contact-form form input {
    max-width: unset;
    border-right: 2px solid #5080cf;
  }
  .product-contact-form .items {
    gap: 10px;
  }
  .product-contact-form .item span {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .product-contact-form .items .item form input {
    height: 35px;
  }
  .product-contact-form {
    padding: 15px 30px;
  }
  .product-contact-form .items .item form .button {
    height: 35px !important;
    padding: 0;
  }
  .product-contact-form .items .item .avatars img {
    width: 69px;
    height: 74px;
  }
  /*---------------*/
  .product-contact-form .items .item form {
    flex-direction: column;
  }
  .product-contact-form .items .item form .button {
    position: unset;
    transform: unset;
    height: 49px;
    margin-top: 5px;
    width: 100%;
    margin-left: 0;
    max-width: unset;
  }
}
/*=-============*/
div#responsive-menu-pro-search-box {
  margin-top: 60px;
}

@media only screen and (min-width: 767px) and (max-width: 1200px) {
  .col-sm-2.col-md-2.hidden-xs.phone-sm {
    width: 1%;
    padding: 0;
    padding-top: 6px;
  }

  .container.menu_helz {
    padding: 0;
    margin: 0;
  }

  .col-sm-4.col-md-4.serch_fixs.hidden-xs {
    padding-right: 0;
    margin-right: 0;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .col-xs-2.menu_buttons.pokadopc {
    width: 0;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .row.stable {
    margin-left: 44px;
    display: flex;
    justify-content: space-between;
  }

  .container.menu_helz {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
}

div#search-by-category-mobile .search-container-field {
  border-radius: 10px;
}

#text-search-mobile-two {
  border: none;
  width: 100%;
  font-size: 17px;
  padding: 8.5px 20px 8.5px 15px;
  border-radius: 10px;
}

#text-search-mobile-two:focus {
  outline: none;
  border: none;
  padding: 8.5px 20px 8.5px 15px;
}

.set_rig_step {
  position: absolute;
  right: 0;
  top: 8px !important;
  margin-right: 28px;
}

.search-container-field {
  border-radius: 10px;
}

@media screen and (max-width: 8000px) {
  #responsive-menu-pro-container #responsive-menu-pro-search-box,
  #responsive-menu-pro-container #responsive-menu-pro-additional-content,
  #responsive-menu-pro-container #responsive-menu-pro-title {
    padding: 0px 0% !important;
  }
}
body.information-information-6.customize-support ul#menu-headermenu li a {
  padding: 12px 27px;
  display: block;
}
#logo img {
  width: 145px;
  height: 35px;
}
.headerMb__logo img {
  width: 145px;
  height: 35px;
}

footer a {
  color: white !important;
}
li.nav-item a {
  color: white;
}
ul.list-unstyled li a {
  color: #080808;
}
button.mfp-close {
  position: absolute;
  top: -10px;
  right: -30px;
}
input.form_input.form_name::placeholder {
  color: #929292;
}
input.form_input.form_tel::placeholder {
  color: #929292;
}

input.form_email::placeholder {
  color: #929292;
}

textarea.form_message::placeholder {
  color: #929292;
}

input#btn {
  color: white;
}

input#btntwo {
  color: white;
}
input#btnfour {
  color: white;
}
.breadcrumb {
  background-color: #ffffff !important;
}
header {
  background: white;
}
.dropdown-menu a {
  color: black !important;
}
ul.list-unstyled li a:hover {
  color: white !important;
}
.dropdown-menu a:hover {
  color: white !important;
}
input.btn_search {
  background-color: #195c9f;
  color: #fff;
  height: 44px;
  line-height: 44px;
  padding: 0 25px;
  cursor: pointer;
  border: none;
}
button.dr_search {
  border: 1px solid transparent;
  background-image: none;
  background-color: transparent;
}
input.dr_search {
  background: white;
  border: 1px solid white;
}
i.dr_search {
  position: inherit;
  top: 13px;
}

body {
  line-height: 1.5 !important;
}
span.breadcrumbs__current {
  display: inline-block !important;
  padding: 7px 0 !important;
  color: #bcb5b5 !important;
}
.breadcrumbs {
  color: #bcb5b5 !important;
}

a.breadcrumbs__link {
  color: #bcb5b5 !important;
}
a.home {
  color: #bcb5bb;
}
h4.tbk__title {
  font-size: 30px !important;
  line-height: 30px !important;
  color: #fff;
  background: #195c9f;
  padding: 10px 0 !important;
}
.icon-door-like:before {
  content: "\e905";
}
.icon-door-umbrella:before {
  content: "\e906";
}
.icon-door-shipped:before {
  content: "\e907";
}
.icon-door-settings:before {
  content: "\e908";
}
.icon-door-refresh-page-option:before {
  content: "\e909";
}
.icon-door-shopping-cart:before {
  content: "\e900";
}
.icon-door-arrow-pointing-to-right:before {
  content: "\e901";
}
.icon-door-facebook .path1:before {
  content: "\e902";
  color: rgb(59, 89, 152);
}
.icon-door-facebook .path2:before {
  content: "\e903";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-door-telephone:before {
  content: "\e904";
}

a.dropdown-item:first-child {
  display: none;
}
.dr_call-answer:before {
  content: "\e900";
}
.dr_clock:before {
  content: "\e901";
}
.dr_delivery-truck:before {
  content: "\e902";
}
.dr_drill:before {
  content: "\e903";
}
.dr_envelope:before {
  content: "\e904";
}
.dr_home:before {
  content: "\e905";
}
.dr_man-user:before {
  content: "\e906";
}
.dr_placeholder:before {
  content: "\e907";
}
.dr_search:before {
  content: "\e908";
}
.dr_shield:before {
  content: "\e909";
}
.dr_shopping-cart:before {
  content: "\e90a";
}
.dr_cancel:before {
  content: "\e90b";
}
.dr_chat:before {
  content: "\e90c";
}
.dr_refresh-arrow:before {
  content: "\e90d";
}
.dr_zsent-mail:before {
  content: "\e90e";
}
.dr_approved-signal:before {
  content: "\e90f";
}
.dr_delete .path1:before {
  content: "\e910";
  color: #e21b1b;
}
.dr_delete .path2:before {
  content: "\e911";
  margin-left: -1em;
  color: #ffffff;
}
.dr_delete .path3:before {
  content: "\e912";
  margin-left: -1em;
  color: #ffffff;
}
.dr_facebook .path1:before {
  content: "\e913";
  color: #3b5998;
}
.dr_facebook .path2:before {
  content: "\e914";
  margin-left: -1em;
  color: #ffffff;
}
.dr_google-plus .path1:before {
  content: "\e915";
  color: #dc4e41;
}
.dr_google-plus .path2:before {
  content: "\e916";
  margin-left: -1em;
  color: #dc4e41;
}
.dr_google-plus .path3:before {
  content: "\e917";
  margin-left: -1em;
  color: #dc4e41;
}
.dr_google-plus .path4:before {
  content: "\e918";
  margin-left: -1em;
  color: #ffffff;
}
.dr_google-plus .path5:before {
  content: "\e919";
  margin-left: -1em;
  color: #ffffff;
}
.dr_vk .path1:before {
  content: "\e91a";
  color: #4d76a1;
}
.dr_vk .path2:before {
  content: "\e91b";
  margin-left: -1em;
  color: #ffffff;
}
.dr_twitter .path1:before {
  content: "\e91c";
  color: #55acee;
}
.dr_twitter .path2:before {
  content: "\e91d";
  margin-left: -1em;
  color: #f1f2f2;
}
.dr_garbage:before {
  content: "\e91e";
}
@font-face {
  font-family: "murano";
  src: url("fonts/murano/murano.eot?bk3ela");
  src: url("fonts/murano/murano.eot?bk3ela#iefix") format("embedded-opentype"),
    url("fonts/murano/murano.ttf?bk3ela") format("truetype"),
    url("fonts/murano/murano.woff?bk3ela") format("woff"),
    url("fonts/murano/murano.svg?bk3ela#murano") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="mr-"],
[class*=" mr-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "murano" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mr-achievement:before {
  content: "\e900";
}
.mr-arrow-point-to-right:before {
  content: "\e901";
}
.mr-bag:before {
  content: "\e902";
}
.mr-cancel:before {
  content: "\e903";
}
.mr-check-mark:before {
  content: "\e904";
}
.mr-check-mark-square-button:before {
  content: "\e905";
}
.mr-clock:before {
  content: "\e906";
}
.mr-diamond:before {
  content: "\e907";
}
.mr-facebook:before {
  content: "\e908";
  color: #3a559f;
}
.mr-horizontal-arrows:before {
  content: "\e909";
}
.mr-instagram:before {
  content: "\e90a";
  color: #c536a4;
}
.mr-like:before {
  content: "\e90b";
}
.mr-square-shape-outline:before {
  content: "\e90c";
}
.mr-tick:before {
  content: "\e90d";
}
.mr-truck:before {
  content: "\e90e";
}
.mr-vk .path1:before {
  content: "\e90f";
  color: #44678d;
}
.mr-vk.path2:before {
  content: "\e910";
  background-color: #44678d;
  color: #ffffff;
}
.mr-wallet:before {
  content: "\e911";
}

.maxh {
  height: 100%;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #4f4f4f;
}
h1 {
  font-size: 30px;
}
h2 {
  font-size: 27px;
}
h3 {
  font-size: 21px;
}
h4 {
  font-size: 16px;
}
legend {
  font-size: 20px;
  padding: 7px 0px;
}
.well {
  margin: 15px 0;
}
button,
input[type="button"],
input[type="submit"] {
  cursor: pointer !important;
}
button:focus,
input[type="button"]:focus,
input[type="submit"]:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.btn:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  cursor: pointer;
}
.sectionWrap {
  background-color: #fafafa;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
  position: relative;
}
.sectionWrap::before,
.sectionWrap::after {
  content: "";
  position: absolute;
  top: 0;
  background-color: #fafafa;
  width: 15px;
  height: 100%;
}
.sectionWrap::before {
  left: -15px;
}
.sectionWrap::after {
  right: -15px;
}
.default-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#topNav {
  background-color: #e5e5e5;
  color: #4f4f4f;
  font-size: 13px;
}

.btn_call {
  display: inline-block;
  min-width: 128px;
  text-align: center;
  font-size: 11px;
  height: 30px;
  line-height: 30px;
  background-color: #2ed060;
  color: #fff;
  padding: 0 2px;
}
.btn_call:hover,
.btn_call:focus {
  color: #fff;
  background-color: #42d278;
  outline: none;
}
.btn_call-mobile {
  font-size: 14px;
  min-width: 50%;
  padding: 4px 20px;
  height: auto;
  line-height: inherit;
  margin: 10px;
  background-color: transparent;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.btn_call-mobile:hover,
.btn_call-mobile:focus {
  background-color: transparent;
}
.btn_call-mobile-red {
  border: 1px solid #db2b2f;
}
.btn_call-mobile-white {
  border: 1px solid #fff;
}
.btn_call-product {
  width: 100%;
  font-size: 15px;
  border: 1px solid #2ed060;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: transparent;
  color: #4f4f4f;
  margin: 10px 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn_call-product:hover,
.btn_call-product:focus {
  background-color: #2ed060;
  color: #fff;
}
.btn_call_light {
  background-color: #195c9f;
}
.btn_call_light:hover,
.btn_call_light:focus {
  color: #fff;
  background-color: #41b15c;
}
.userNav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  /* display: flex;*/
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  -webkit-box-align: baseline;
  align-items: baseline;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.userNav__lang {
  width: 160px;
}
.userNav__log {
  text-align: right;
  width: 135px;
}
.userNav__log a {
  color: #4f4f4f;
}
.likie {
  width: 60px;
}
.likie li {
  margin-right: 6px;
}
.userNav__log a:hover {
  color: #2ed060;
}

.footerCont-left,
.footerCont-right {
  width: 83% !important;
}

@media only screen and (max-width: 767px) {
  .col-md-3.col-lg-2.hidden-md-down.col-xs-12.foot {
    text-align: center;
    margin-top: 15px;
  }

  .col-md-3.col-lg-3.col-sm-8.col-xs-12.foot {
    padding-left: 100px;
    margin-bottom: 25px;
  }
}

/* MOBILE */

.show-detailheaders {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 36%;
}

.product-namehipeshipetheme li {
  display: inline-block;
}

.userNav__log span {
  display: inline-block;
  position: relative;
}
.userNav__log span:not(:last-child) {
  padding-right: 10px;
}
a {
  color: inherit;
}
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
}
.mainNav__item {
  display: inline-block;
  padding-right: 10px;
}
.mainNav__item:last-child .mainNav__link {
  padding-right: 0;
}
.mainNav__link {
  padding: 5px 12px 5px 0;
  color: #919191;
}
.mainNav__link:hover {
  color: #2ed060;
}
button {
  cursor: pointer;
}
.language-select {
  padding: 0;
  margin: 0 1px;
  background: none;
  font-size: 13px;
  color: #4f4f4f;
  position: relative;
}
.language-select.active::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #195c9f;
}
.bntCall {
  font-size: 11px;
  background-color: #2ed060;
  color: #fff;
  padding: 8px 13px;
  white-space: nowrap;
  display: inline-block;
}
.bntCall-light {
  background-color: #195c9f;
}
.navigationTop {
  padding-top: 6px;
}

@media only screen and (max-width: 480px) {
  input.btn-primaryhipepiz {
    width: 325px !important;
  }
  .pull-right {
    margin: 7px auto !important;
    float: none;
    display: grid;
    width: 135px;
  }
}

#logo {
  height: 100%;
  max-width: 140px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 30px;
}
.headerCont {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
.userAct {
  display: inline-block;
  font-size: 21px;
  color: #000;
}
.userAct sup {
  display: inline-block;
  position: absolute;
  top: 5px;
  right: -10px;
  font-size: 11px;
  background-color: #195c9f;
  color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  line-height: 18px;
}
.userAct:hover {
  color: #4f4f4f;
}
#cardButton {
  background: none;
  position: relative;
  margin-left: 12px;
  font-size: 35px;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  white-space: nowrap;
}
#cardButton .cart_left,
#cardButton .cart_right {
  display: inline-block;
}
#cardButton .cart_left {
  text-align: left;
  font-size: 14px;
  margin-right: 5px;
  white-space: nowrap;
}
#cardButton .cart_left_name {
  font-weight: bold;
}
#cardButton .cart_left span {
  display: block;
}
#cardButton:focus {
  outline: none;
}
.sezonplus-menu {
  margin: 0;
  font-size: 0;
}
.sezonplus-menu > li {
  list-style: none;
  display: inline-block;
  border-right: 1px solid #8d8d8d;
  border-top: none;
  font-size: 14px;
  border-bottom: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.sezonplus-menu > li:first-child {
  border-left: 1px solid #8d8d8d;
}
.sezonplus-menu > li > a {
  padding: 12px 25px;
  display: block;
}
.sezonplus-menu > li ul > li > a,
.see-all {
  padding: 5px;
  display: block;
}
.sezonplus-menu li a:hover {
  background-color: #4586c7;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
}

@media (max-width: 767px) {
  .sezonplus-menu {
    margin: 0;
    padding: 0;
  }
  .sezonplus-menu > li:first-child {
    border: none;
  }
  .sezonplus-menu > li {
    display: block;
    border: none;
  }
  .sezonplus-menu .dropdown-menu {
    position: relative;
    width: 100%;
    border-radius: 0 0 10px 10px;
  }
  .sezonplus-menu .dropdown-menu a {
    color: #000 !important;
    padding: 10px 20px;
  }
  .dropdown-backdrop {
    display: none !important;
  }
}

.hipenone {
  display: none;
}
.well h2 {
  font-size: 24px;
}
.form-group label {
  font-size: 12px;
  color: #797878;
}
a.controlpasshipe {
  text-decoration: none;
  color: #3e77aa;
  cursor: pointer;
  border-bottom: 1px dotted;
  float: right;
  margin-top: 5px;
}
input#input-email {
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  outline: 0;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
  background-color: #fff;
  font-size: 16px;
}
input#input-password {
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  outline: 0;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
  background-color: #fff;
  font-size: 16px;
}

input.btn-primaryhipepiz {
  position: relative;
  padding-left: 16px;
  padding-right: 16px;
  text-align: center;
  border: none;
  outline: 0;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  background-color: #195c9f;
  color: #fff;
  height: 48px;
  width: 350px;
  line-height: 48px;
  font-size: 18px;
}
a.newepta {
  display: block;
  text-align: center;
  margin-top: 9px;
  text-decoration: none;
  color: #3e77aa;
  cursor: pointer;
  font-size: 16px;
}
.pcdz {
  margin-top: 35px;
}

.pcdz input.btn-primaryhipepiz {
  margin: 0 auto;
  display: block;
}

.ulogin-button-google:after {
  content: "Google";
  position: relative;
  top: 14px;
  left: 42px;
  color: #4096e3;
  font-size: 18px;
}

.ulogin-button-facebook:after {
  content: "Facebook";
  position: relative;
  top: 14px;
  left: 42px;
  color: #4096e3;
  font-size: 18px;
}

.col-lg-4.zaezae {
  margin: 0 auto !important;
}
p.hipelohinszaez {
  position: relative;
  top: 35px;
  margin-bottom: 16px;
  text-align: center;
  font-size: 14px;
  color: #797878;
}

#categoryNav {
  background-color: #195c9f;
  color: #fff;
}
#categoryNav .pt_menu {
  display: inline-block;
  border: 1px solid #8d8d8d;
  border-top: none;
  border-bottom: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#categoryNav .pt_menu a {
  padding: 12px 30px;
  display: block;
}
#categoryNav .pt_menu a:hover {
  background-color: #4586c7;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#categoryNav .pt_menu:not(:first-child) {
  margin-left: -1px;
}
#categoryNav .pt_menu:hover {
  background-color: #195c9f;
  border-color: #195c9f;
  z-index: 10;
}
header {
  padding: 5px 0;
  position: relative;
}
.search-container {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.search-container-field {
  border: 1px solid #e5e5e5;
  position: relative;
  flex: 2;
}
a.btn_search {
  background-color: #195c9f;
  color: #fff;
  height: 44px;
  line-height: 44px;
  padding: 13px 26px;
  cursor: pointer;
}

.zn_element_zncolumn > .zn_el_options_bar {
  background: #bdbbbb !important;
}

.btn_search:hover {
  color: #fff;
  background-color: #4586c7;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#sp-btn-search {
  position: absolute;
  left: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#btn-search-category {
  padding: 8px 10px;
  background-color: transparent;
  background-image: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: default;
}
#btn-search-category::before {
  content: "\e908";
  font-family: FontMoon;
  color: #000;
  line-height: inherit;
}

.cat_empty_buttons {
  margin-bottom: 15px;
}
#text-search {
  border: none;
  padding: 8.5px 20px 8.5px 40px;
  width: 100%;
  font-size: 17px;
}
#text-search:focus {
  outline: none;
  border: none;
}
.categories-container {
  display: none;
}
.headerSearch {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  height: 100%;
}
#search-by-category {
  -webkit-flex-grow: 2;
  -ms-flex-positive: 2;
  -webkit-box-flex: 2;
  flex-grow: 2;
}
.telefonesWrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  height: 100%;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.top-telephones {
  overflow: hidden;
  height: 3em;
  width: 100%;
  font-size: 13px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.top-telephones a {
  padding: 0 5px;
}
.mobileMenu {
  display: none;
  overflow-y: scroll;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-color: #195c9f;
  z-index: 500;
  padding: 55px 0 15px;
  color: #000;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.mobileMenu__opened {
  left: 0;
}
.mobileMenu__info a {
  padding: 5px 15px;
  display: block;
  font-size: 15px;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.mobileMenu__info a:hover,
.mobileMenu__info a:focus {
  background-color: #195c9f;
  color: #fff;
}
.mobileMenu__category {
  margin-top: 10px;
  margin-bottom: 30px;
}
.mobileMenu__category a {
  padding: 5px 10px;
  display: block;
  font-size: 15px;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.mobileMenu__category a:hover,
.mobileMenu__category a:focus {
  background-color: #195c9f;
  color: #fff;
}
.mobileMenu__logg {
  margin: 20px 0 0 10px;
  font-size: 15px;
  color: #fff;
}
.mobileMenu__search {
  position: relative;
}
#search_mobile {
  display: block;
  width: 100%;
  font-size: 14px;
  padding: 12px 20% 12px 20px;
  border: none;
  height: 45px;
}
#search_mobile:focus {
  outline: none;
}
input#search_mobile {
  padding: 16px;
}
#btn_serch_mob {
  position: absolute;
  z-index: 100;
  width: 10%;
  height: 73%;
  top: 21px;
  right: 14%;
  padding: 10px 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#nav-icon1 {
  display: none;
  width: 55px;
  height: 55px;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  background-color: #195c9f;
  cursor: pointer;
  z-index: 600;
  position: absolute;
  top: 0;
  right: 0;
}
.mobileMenu__logg {
  color: white;
}
.mobileMenu__logg span a {
  color: white;
}
div#responsive-menu-pro-additional-content {
  margin-top: 20px;
}

@media (min-width: 1200px) {
  button#responsive-menu-pro-button {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .blows .likie {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .col-lg-3.col-md-2.ph {
    display: none;
  }
}

#nav-icon1 span {
  display: block;
  position: absolute;
  height: 3px;
  left: 12px;
  width: 33px;
  background-color: #fff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon1 span:nth-child(1) {
  top: 15px;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#nav-icon1 span:nth-child(2) {
  top: 26px;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#nav-icon1 span:nth-child(3) {
  top: 37px;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#nav-icon1.open {
  background-color: #195c9f;
}
#nav-icon1.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 12px;
  left: 18px;
  width: 40px;
}
#nav-icon1.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
#nav-icon1.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 40px;
  left: 18px;
  width: 40px;
}
.dropdown__visMob {
  display: none;
}
.headerMb {
  display: none;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  padding-left: 5px;
  height: 55px;
}
.headerMb__right {
  height: 55px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.headerMb__burger {
  margin-left: 10px;
  width: 65px;
  height: 55px;
  position: relative;
  z-index: 200;
}
.product-namehipeshipetheme {
  margin-left: 12px;
}
.product-namehipeshipetheme li {
  padding-right: 4px;
}
input.btn.btn-primary.btn-block.smca-call-button {
  width: 75%;
  margin: 0 auto;
}
a.btn.btn-danger.btn-block {
  width: 75%;
  margin: 3px auto;
}

.btn {
  padding: 0px 4px !important;
}

.cutomDrop-tel,
.cutomDrop-language {
  font-size: 13px;
}
.cutomDrop-tel .dropdown-toggle,
.cutomDrop-language .dropdown-toggle {
  display: block;
  margin: 10px 7px;
  padding: 0;
  position: relative;
  background: none;
  white-space: nowrap;
  z-index: 200;
}
.cutomDrop-tel .dropdown-toggle::after,
.cutomDrop-language .dropdown-toggle::after {
  top: 0.5em;
  position: relative;
  vertical-align: top;
}
.cutomDrop-tel .dropdown-menu,
.cutomDrop-language .dropdown-menu {
  top: 0;
  padding: 1.8em 7px 10px;
  min-width: 100%;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
  z-index: 150;
}
.cutomDrop-tel .dropdown-item,
.cutomDrop-language .dropdown-item {
  padding: 0;
  font-size: 13px;
  line-height: 1.7;
}
.cutomDrop-tel {
  display: inline-block;
}
.cutomDrop-language .dropdown-toggle {
  font-size: 16px;
  border: none;
}
.cutomDrop-language .dropdown-item {
  font-size: 16px;
  padding-top: 3px;
  margin: 0;
}
.bigBanner item {
  width: 100%;
}
.productItem {
  margin: 10px 0;
  padding: 10px 15px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.productItem:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.productItem__link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 230px;
  overflow: hidden;
}
.productItem__img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.productItem__name {
  font-size: 16px;
  margin-bottom: 0;
}
.productItem__name a {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.productItem__detail {
  padding: 10px 0;
}
.productItem__price {
  color: #db2b2f;
}
.productItem__price span {
  display: inline-block;
  font-size: 16px;
  margin-bottom: 0;
}
.productItem__price span:not(:last-child) {
  padding-right: 8px;
}
.productItem__price .special-price,
.productItem__price .price-regular {
  font-size: 18px;
  color: #db2b2f;
}
.productItem__price .old-price {
  text-decoration: line-through;
}
.search-ajax {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  z-index: 100;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.6);
  max-height: 400px;
  overflow: hidden;
}
.ajax-loader-container {
  position: absolute;
  top: 0;
  left: 0;
}
.ajax-result-msg {
  text-align: center;
  padding-top: 10px;
}
.s_servises {
  padding-bottom: 15px;
}
.img_with_hover {
  display: block;
  position: relative;
}
.img_with_hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.img_with_hover:hover::before {
  opacity: 1;
}
.itemServise {
  position: relative;
  padding: 60px 15% 45px;
  min-height: 220px;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}
.itemServise-item {
  margin: 10px 0;
}
.itemServise__head {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
}
.itemServise__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  height: 100%;
}
.itemServise__btn {
  padding: 4px 15px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  margin-top: 10px;
  background-color: #195c9f;
}
.itemServise a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
footer {
  font-size: 13px;
  margin-top: 50px;
  padding: 30px 0 0;
  color: #fff;
  background-color: #222429;
}
.footer-head {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.footer-head-social {
  font-size: 15px;
  font-weight: normal;
  color: #fff;
}
.footerList a {
  color: #929292;
}
.footerList-phone a {
  color: #fff;
}
.footer-social {
  font-size: 22px;
  margin-bottom: 15px;
}
.footer-social a {
  display: inline-block;
  margin-right: 3px;
}
.footerCont-left,
.footerCont-right {
  float: left;
  padding-left: 20px;
  width: 50%;
}
.footerList li {
  padding: 1px 0;
}
.footerList li span {
  display: inline-block;
  vertical-align: top;
}
.footerList-phone {
  position: relative;
  line-height: 1.3;
  margin-bottom: 5px;
}
.footerList-phone::before {
  content: "\e900";
  font-family: FontMoon;
  position: absolute;
  top: 4px;
  left: -20px;
  font-size: 13px;
  color: #195c9f;
}
.footerList-adr {
  line-height: 1.3;
  position: relative;
  margin-bottom: 0;
}
.footerList-adr::before {
  content: "\e907";
  position: absolute;
  font-family: FontMoon;
  top: 3px;
  left: -20px;
  color: #195c9f;
}
.footer-job {
  position: relative;
}
.footer-job::before {
  content: "\e901";
  font-family: FontMoon;
  position: absolute;
  top: 0;
  left: -20px;
  font-size: 13px;
  color: #195c9f;
}
.btn_map {
  text-decoration: underline;
  display: block;
  padding: 5px 0;
}
.btn_footer {
  display: inline-block;
  max-width: 200px;
  width: 100%;
  text-align: center;
  font-size: 14.5px;
  font-weight: bold;
  background: transparent;
  padding: 5px 0;
  margin: 12px 0;
  border: 2px solid #fff;
}
.footerBtnWrap .btn_footer:first-child {
  margin-top: 0;
}
.btn_footer:hover,
.btn_footer:focus {
  outline: none;
  background-color: #858585;
}
.footerBtnWrap {
  height: 100%;
  text-align: center;
}
.footer_mail {
  display: block;
  position: relative;
  margin: 5px 0;
  font-size: 13px;
  word-wrap: break-word;
}
.footer_mail::before {
  content: "\e904";
  font-family: FontMoon;
  position: absolute;
  top: 0;
  left: -20px;
  color: #195c9f;
}
.developers {
  padding-bottom: 10px;
  margin: 0;
  color: #939393;
}
.footerLogo img {
  display: block;
  margin-bottom: 10px;
}
.productH1 {
  margin: 5px 0 10px;
  font-size: 20px;
  font-weight: bold;
  color: #4f4f4f;
}
.prodTopWrap {
  padding: 5px 0 10px;
}
.prodTopWrap > div {
  display: inline-block;
}
.prodTopWrap .product-stock {
  font-size: 11px;
  font-family: Arial, sans-serif;
}
.prodTopWrap .product-stock i {
  color: #195c9f;
}
.prodTopWrap .product-stock svg,
.prodTopWrap .product-stock i {
  font-size: 22px;
  vertical-align: middle;
}
.prodTopWrap .product-stock span {
  vertical-align: middle;
  margin-left: 4px;
}
.prodTopWrap .model {
  font-size: 11px;
  margin-left: 10%;
  margin-top: -3px;
  color: #929292;
}
.prodTopWrap .model__code {
  display: inline-block;
  padding: 3px;
  text-transform: uppercase;
  color: #4f4f4f;
}
.prodPriceWrap {
  margin: 10px 0;
}
.prodPriceWrap .cart__wish {
  margin-left: 12%;
}
.product-price {
  color: #db2b2f;
}
.product-price__new {
  font-size: 25px;
  font-weight: bold;
}
.product-price__old {
  text-decoration: line-through;
  font-size: 14px;
  margin-left: 5px;
}
.singleProdTabs__list {
  display: block;
  margin-top: 15px;
}
.singleProdTabs__list li {
  display: inline-block;
}
.singleProdTabs__list li:not(:last-child) {
  margin-right: 25px;
}
.singleProdTabs__list a {
  display: block;
  position: relative;
  white-space: nowrap;
  font-size: 20px;
  font-weight: bold;
  color: #4f4f4f;
  padding: 10px 15px 5px 0;
}
.singleProdTabs__list a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  background-color: #2ed060;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.singleProdTabs__list a.active::before {
  width: 100%;
  left: 0;
}
#review table.table {
  width: 100%;
  border: 1px solid #000;
}
#review table.table tr:first-child {
  background-color: #e5e5e5;
  border-bottom: 1px solid #3f3f3f;
}
#review table.table .fa {
  color: #2ed060;
  font-size: 20px;
}
.prodRightColl {
  position: relative;
}
.prodRightColl::before {
  content: "";
  position: absolute;
  top: 0;
  left: -15px;
  height: 100%;
  width: 1px;
  background-color: #e5e5e5;
}
.deliveryItem__head {
  color: #195c9f;
  font-size: 15px;
  font-weight: bold;
}
.deliveryItem__text {
  margin-bottom: 5px;
  font-size: 13px;
  color: #4f4f4f;
}
.deliveryItem__text li {
  padding-left: 3px;
}
.deliveryItem__text li::before {
  content: "- ";
}
.singleProductTab {
  padding: 20px 0 50px;
}
.singleProductTab__pane {
  max-height: 320px;
  overflow: hidden;
}
.tab-content.singleProductTab {
  font-size: 14px;
  color: #4f4f4f;
}
.singleProduct-thumb {
  margin-bottom: 30px;
}
.prodReview__header {
  font-size: 22px;
}
.prodReview__button {
  margin-bottom: 10px;
  border: 1px solid #2ed060;
  background-color: #2ed060;
  color: #fff;
  padding: 7px 15px;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.prodReview__button:hover,
.prodReview__button:focus {
  background-color: transparent;
  color: #000;
}
.prodReview__rating .fa {
  font-size: 20px;
  cursor: pointer;
}
.prodReview__rating input {
  display: none;
}
.prodReview__rating input + .fa::before {
  content: "\f006";
}
.prodReview__rating input:checked + .fa::before {
  content: "\f005";
  color: #2ed060;
}
.ocShowButton,
.btn.btn-primary,
.btn.btn-default {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  padding: 5px 20px;
  background: #195c9f;
  border: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.ocShowButton:hover,
.btn.btn-primary:hover,
.btn.btn-default:hover,
.ocShowButton:focus,
.btn.btn-primary:focus,
.btn.btn-default:focus {
  background-color: #42d278;
  outline: none;
}
.ocDelButton {
  font-size: 12px;
  font-weight: bold;
  padding: 6px 10%;
  background: #db2b2f;
  border: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.ocDelButton:hover,
.ocDelButton:focus {
  background-color: #42d278;
  color: #fff;
  outline: none;
}
.btn.btn-primary,
.btn.btn-default {
  font-size: 14px;
  padding: 7px 15px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.btn.btn-default .btn.btn-danger {
  background-color: #db2b2f;
  border: 1px solid #db2b2f;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #fff;
  padding: 7px 15px;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn.btn-default .btn.btn-danger:hover,
.btn.btn-default .btn.btn-danger:focus {
  background-color: transparent;
  color: #000;
}
#search-by-category
  .search-container
  .categories-container
  .hover-cate
  .cate-items {
  display: none;
}
.top-logreg {
  padding-top: 6px;
}
.product-wrap .product-attr {
  margin-top: 20px;
  margin-bottom: 30px;
}
.product-wrap .product-attr thead {
  font-size: 14px;
  font-family: "Arial Bold", sans-serif;
  color: #000;
  font-weight: 600;
}
.product-wrap .product-attr tbody td {
  font-size: 14px;
  color: #000;
  font-family: Arial, sans-serif;
}
.cart__button {
  width: 100%;
}
.cart > button {
  cursor: pointer;
}
#button-cart {
  padding: 6px 10px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 0;
  font-weight: bold;
  background: #2ed060;
  font-size: 20px;
  font-family: "Arial Bold", sans-serif;
  display: inline-block;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 10px;
}
#button-cart:hover,
#button-cart:focus {
  background: #42d278;
}
span.newrasrocj {
  padding: 6px 0;
  border-radius: 3px;
  text-align: center;
  border: 0;
  font-weight: bold;
  background: #7fb006;
  display: inline-block;
  font-size: 20px;
  color: #fff;
  -webkit-transition: all 0.3s;
  width: 100%;
  ition: all 0.3s;
  width: 100%;
}

.byclickWrap {
  margin: 10px 0;
}
.byclick__head {
  font-size: 15px;
  color: #4f4f4f;
  line-height: 1;
}
.byclick label {
  font-size: 11px;
  color: #929292;
  margin-bottom: 5px;
}
.byclick input {
  border: 1px solid #e5e5e5;
  padding: 5px 10px;
}
.byclick input:focus {
  border-color: #195c9f;
}
.byclick .byclick__btn {
  font-size: 12px;
  margin-left: -3px;
  z-index: 10;
  font-weight: bold;
  font-family: Arial, sans-serif;
  background: #195c9f;
  border: none;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.byclick .byclick__btn:hover {
  background: #4586c7;
}
.thumbnails {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.thumbnails__main {
  -webkit-flex-grow: 2;
  -ms-flex-positive: 2;
  -webkit-box-flex: 2;
  flex-grow: 2;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.thumbnails__main img {
  max-width: 100%;
  height: auto;
  display: block;
}
.thumbnails a:focus {
  outline: none;
}
.image-additional__wrap {
  margin-top: 10px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
}
.image-additional__wrap .thumbnail {
  display: block;
  margin-top: 5px;
  border: 1px solid #e5e5e5;
}
.articles > .information__tiem {
  padding: 12px 18px;
  line-height: 1;
  position: relative;
}
.information__tiem a {
  display: inline-block;
  position: relative;
  padding-left: 25px;
}
.information__tiem:first-child a::before {
  content: "\e907";
  font-family: "door_icon";
}
.information__tiem:last-child a::before {
  content: "\e90a";
  font-family: "door_icon";
}
.information__tiem:nth-child(2) a::before {
  content: "\e909";
  font-family: "door_icon";
}
.information__tiem a::before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  color: #575757;
}
.articles > .information__tiem > a {
  color: #969696;
}
.product-options input[type="radio"],
.product-options input[type="checkbox"] {
  display: none;
}
.product-options input[type="radio"] + .img-thumbnail,
.product-options input[type="checkbox"] + .img-thumbnail {
  display: inline-block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 2px;
  border: 1px solid #fafafa;
}
.product-options input[type="radio"] + .inpCirc,
.product-options input[type="checkbox"] + .inpCirc {
  width: 14px;
  height: 14px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #545454;
  display: inline-block;
  position: relative;
}
.product-options input[type="radio"] + .inpCirc::after,
.product-options input[type="checkbox"] + .inpCirc::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #195c9f;
  width: 0;
  height: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.product-options input[type="radio"]:checked + .img-thumbnail,
.product-options input[type="checkbox"]:checked + .img-thumbnail {
  border: 1px solid #545454;
}
.product-options input[type="radio"]:checked + .inpCirc::after,
.product-options input[type="checkbox"]:checked + .inpCirc::after {
  width: 8px;
  height: 8px;
}
.custom_label {
  font-size: 15px;
  font-weight: bold;
  color: #929292;
  margin: 5px 0;
}
#product {
  padding-left: 5%;
}
#product .product-options {
  padding: 5px 0 10px;
}
#product .product-options .form-group {
  margin-bottom: 5px;
}
#product .product-options .form-group .checkbox,
#product .product-options .form-group .radio {
  display: inline-block;
  margin-right: 15px;
}
#product .product-options .form-group .checkbox label,
#product .product-options .form-group .radio label {
  margin-bottom: 5px;
  font-size: 14px;
  color: #4f4f4f;
}
#product .product-options .form-group .checkbox label > *,
#product .product-options .form-group .radio label > * {
  vertical-align: middle;
}
.form-control:focus {
  border-color: #2ed060;
}
.product-stock-delete {
  display: inline-block;
  height: 1em;
  width: auto;
}
@media screen and (max-width: 576px) {
  .product-wrap .nav.nav-tabs > li {
    margin-right: 20px;
  }
  .product-wrap .nav.nav-tabs > li > a {
    font-size: 15px;
  }
}
.item-inner {
  background-color: #fff;
  position: relative;
  margin: 20px 3px;
  padding: 5px 15px;
  color: #000;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.item-inner .product-name a {
  color: #000;
}
.item-inner:hover {
  -webkit-box-shadow: 0px 1px 6.79px 0.21px rgba(0, 0, 0, 0.59);
  box-shadow: 0px 1px 6.79px 0.21px rgba(0, 0, 0, 0.59);
  z-index: 10;
}
.item-inner .product-attr-wrap,
.categoryProduct__content .product-attr-wrap {
  position: absolute;
  width: 88px;
  top: 16px;
  left: 10px;
}
.categoryProduct__content .product-attr-wrap {
  left: 5px;
}
.item-inner .product-attr,
.categoryProduct__content .product-attr {
  text-align: center;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 1px 0;
  color: #fff;
  font-size: 16px;
  margin: 0 0 4px;
}
#visited-in-product .item-inner .product-attr-wrap {
  width: 60px;
}
#visited-in-product .item-inner .product-attr {
  font-size: 12px;
}
.product-hit {
  background-color: #ff7800;
}
.label-pro-sale {
  background-color: #ba4445;
}
.product-new {
  background-color: #1db268;
}
.productImage-link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  overflow: hidden;
}
.productImage-link .product-image {
  margin: auto;
}
.productImage-link img {
  max-width: 100%;
  height: auto;
  display: block;
}
.product-name {
  font-size: 16px;
}
.product-name a {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.pr-model {
  font-size: 12px;
  color: #929292;
  font-weight: bold;
}
.price-box-button-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  -webkit-box-align: baseline;
  align-items: baseline;
}
.price-box-button-wrap > div {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.price-box .special-price,
.price-box .price-regular,
.price-box .special-price span {
  color: #2db123;
}
.price-box p {
  display: inline-block;
  margin-bottom: 0;
}
.price-box .special-price,
.price-box .price-regular,
.price-box .special-price span {
  font-size: 16px;
  font-weight: bold;
}
.product-namehipesone {
  padding-right: 3px !important;
  margin-left: 6px;
}

.price-box .special-price {
  margin-right: 0px;
}
.price-box .old-price {
  text-decoration: line-through;
  font-size: 13px;
}
.top-inner {
  padding: 15px 0 25px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.top-inner .product-stock {
  font-size: 12px;
  margin: 4px 0;
}
.top-inner .product-stock i {
  color: #2ed060;
}
.owlCustom {
  position: relative;
}
.owlCustom .owl-nav {
  position: absolute;
  top: -40px;
  right: 0;
}
.owlCustom .owl-nav > div {
  display: inline-block;
  padding: 5px 7px;
  margin-left: 5px;
}
.visited-products-slider .product-name {
  font-size: 14px;
  margin-bottom: 0;
}
.visited-products-slider .price-box .special-price,
.visited-products-slider .price-box .price-regular,
.visited-products-slider .price-box .special-price span {
  font-size: 15px;
}
.visited-products-slider .top-inner {
  padding: 10px 0 15px;
}
@media only screen and (max-width: 768px) {
  .productTabs__list {
    font-size: 16px;
  }
}
.s_adv {
  border-bottom: 1px solid #e5e5e5;
  padding: 12px 0;
}
.sectAdv__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.itemAdv {
  width: 25%;
  margin: 15px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}
.itemAdv__image {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 65px;
  height: 65px;
  line-height: 70px;
  text-align: center;
  color: #fff;
  font-size: 35px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #195c9f;
}
.itemAdv__text {
  padding-left: 25px;
  max-width: 170px;
  line-height: 1.3;
  color: #2ed060;
  text-transform: uppercase;
  font-size: 26px;
}
.headerSection {
  font-size: 35px;
  font-weight: bold;
  margin: 5px 0 10px;
}
.headerSection::after {
  content: "";
  display: block;
  width: 100px;
  margin-top: 8px;
  background-color: #195c9f;
  height: 2px;
}
.headerSection-prod {
  font-size: 33px;
  text-align: left;
}
.headerSection-prod::after {
  display: none;
}
.headerSection-red {
  color: #db2b2f;
  margin-bottom: 0.7em;
}
.headerCategory {
  display: block;
  padding: 5px 0;
  font-size: 20px;
  font-weight: bold;
}
.hCategory {
  margin-bottom: 20px;
}
.bestItems {
  margin: 20px 0;
}
.s_news {
  padding-top: 10px;
}
.articles-image {
  display: block;
  text-align: center;
}
.articles-image img {
  display: inline-block !important;
  width: auto !important;
  max-width: 100%;
  height: auto;
}
.articles-date {
  font-size: 13px;
  color: #929292;
  padding: 5px 0;
}
.articles-name {
  font-size: 20px;
}
.articles-inner {
  padding: 15px 0;
}
.articles-container {
  position: relative;
}
.articles-container .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 20px;
  color: #fff;
  width: 100%;
}
.articles-container .owl-nav div {
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 5px 10px;
  background-color: #195c9f;
}
.articles-container .owl-nav .owl-next {
  right: 0;
}
.breadcrumb {
  padding: 5px 0;
  margin-bottom: 0;
  background-color: transparent;
  font-size: 12px;
}
.breadcrumb li {
  display: inline-block;
  position: relative;
  color: #bcb5b5;
}
.breadcrumb a {
  display: block;
  padding: 7px 0;
}
.breadcrumb a:hover {
  color: #000;
}
.breadcrumb li:not(:last-child) {
  margin-right: 10px;
}
.breadcrumb li:not(:last-child)::after {
  content: "-";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -10px;
}
.singleProdCat__list {
  margin-bottom: 3px;
  border: 1px solid #e5e5e5;
  padding: 10px;
  margin: 30px 0 15px;
}
.singleProdCat__link {
  display: block;
  font-size: 15px;
  color: #3d3d3d;
}
.singleProdCat__link.active {
  color: #195c9f;
}
.categorySort {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 12px;
}
.categorySort__link {
  padding: 5px 8px;
  white-space: nowrap;
  display: inline-block;
}
.categorySort__link.active {
  color: #195c9f;
}
.pageCat__header {
  font-size: 25px;
  margin: 20px 0;
}
.pageCat__container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 10px 0 20px;
}
.pageCat__item {
  display: block;
  border: 1px solid #f0f0f0;
  padding: 15px;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 250px;
}
.pageCat__img {
  display: inline-block;
  height: 220px;
}
.pageCat__link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  height: 100%;
}
.figure-header {
  font-size: 22px;
  display: inline-block;
  padding: 10px 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .figure-header {
    font-size: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .pageCat__container {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
  }
}
.product-layout {
  margin: 10px 0;
}
.categoryProduct {
  margin: 0 -5px;
}
.categoryProduct .top-inner {
  padding-bottom: 30px;
}
.categoryProduct__wrap {
  position: relative;
}
.product-grid {
  height: 440px;
  position: relative;
}
.categoryProduct__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding: 5px;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
}
.categoryProduct__content:hover {
  z-index: 20;
  -webkit-box-shadow: 0px 1px 6.79px 0.21px rgba(0, 0, 0, 0.59);
  box-shadow: 0px 1px 6.79px 0.21px rgba(0, 0, 0, 0.59);
}
.categoryProduct__content:hover .product-name a {
  white-space: normal;
}
.load-more {
  height: 460px;
  margin: 10px 0 0;
}
.load-more:hover .productArrow {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
#loadMorePr {
  border: 1px solid #e5e5e5;
  display: block;
  height: 100%;
  cursor: pointer;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}
.productArrow {
  margin-bottom: 20px;
  font-size: 90px;
  color: #195c9f;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.loadMorePr_wrap {
  font-weight: bold;
  font-size: 16px;
  color: #4f4f4f;
}
.pagination {
  display: block;
  margin: 35px 0;
  padding: 0;
  color: #4f4f4f;
  font-weight: bold;
  font-size: 16px;
  border: 1px solid #d2d3d4;
  border-right: none;
  border-left: none;
  text-align: center;
  padding: 12px 0;
}
.pagination li {
  display: inline-block;
  margin: 0 5px;
}
.pagination li.active span {
  padding: 5px 13px;
  background-color: #2ed060;
  color: #fff;
}
.pagination a {
  padding: 5px 13px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.pagination a:hover {
  background-color: #2ed060;
  color: #fff;
}
#compare-total {
  color: inherit;
  display: inline-block;
  margin-top: 5px;
}
.s_review {
  padding: 5px 0 15px;
}
.testimonialItem {
  border: 1px solid #3f3f3f;
  padding: 10px 15px;
  margin: 20px 0;
}
.testimonialItem p {
  margin-bottom: 5px;
}
.testimonialItem__name {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
}
.testimonialItem__data {
  display: inline-block;
  font-size: 14px;
  color: grey;
  padding-left: 10px;
}
.testimonialItem__rating {
  color: #2ed060;
  font-size: 12px;
}
.testimonialItem__text {
  padding: 10px 0;
}
.homeTestm {
  overflow: hidden;
  margin: 15px 0;
}
.homeTestm-wrap {
  background-color: #f7f7f7;
  padding: 25px 15px;
  height: 100%;
}
.homeTestm__head {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}
.homeTestm__data {
  font-size: 13px;
  color: #929292;
}
.homeTestm__text {
  font-size: 14px;
  padding-left: 35px;
  position: relative;
  overflow: hidden;
}
.homeTestm__text .fa {
  position: absolute;
  font-size: 22px;
  top: 0;
  left: 0;
  color: #195c9f;
}
.homeTestm:last-child {
  border: none !important;
}
.testButtonWrap {
  text-align: center;
  margin: 15px 0;
}
.btn_more {
  font-size: 13px;
  font-weight: bold;
  display: inline-block;
  padding: 6px 25px;
  -webkit-border-radius: 4px;
  border-radius: 3px;
  box-shadow: 0px 3px 0px 0px rgba(51, 153, 102, 0.94);
  border: none;
  color: #fff;
  background-color: #2ed060;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn_more:hover,
.btn_more:focus {
  background-color: #42d278;
  color: #fff;
}
.btn_more-slider {
  padding: 6px 0px;
  text-align: center;
  width: 95%;
}
.btn_more-form {
  width: 100%;
  padding: 10px;
  font-size: 17px;
  letter-spacing: 1.5px;
}
.content_block {
  margin: 25px 0 0;
  position: relative;
}
.content_block .owl-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
}
.content_block .owl-item.active::after {
  display: none;
}
.content_block .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}
.content_block .owl-nav .owl-prev,
.content_block .owl-nav .owl-next {
  position: absolute;
  top: 0;
  font-size: 32px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.content_block .owl-nav .owl-prev {
  left: 2px;
}
.content_block .owl-nav .owl-next {
  right: 2px;
}
.customInputWrap {
  margin: 10px 0;
}
.customInputWrap .form-control:focus {
  border-color: #2ed060;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.customInput input[type="checkbox"] {
  display: none;
}
.customInput input[type="checkbox"] + .fa::before {
  content: "\f096";
}
.customInput input[type="checkbox"]:checked + .fa::before {
  content: "\f046";
}
#button-search {
  font-size: 16px;
  padding: 10px 30px;
  margin-bottom: 25px;
  width: 100%;
}
#contactsMap {
  height: 100%;
  margin-top: 10px;
  min-height: 250px;
}
.squareInputs legend {
  margin-bottom: 0;
}
.squareInputs label {
  font-size: 13px;
  color: #929292;
}
.squareInputs .form-control {
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 1px solid #3f3f3f;
}
.form-group_text {
  padding-top: 10px;
}
.form-group_short {
  max-width: 270px;
}
.btn.btn_contacts {
  padding: 8px 70px;
  font-size: 16px;
}
.contItem {
  font-size: 15px;
  color: #4f4f4f;
  margin: 10px 0;
}
.contItem__head {
  font-size: 28px;
  font-weight: bold;
  color: #4f4f4f;
  margin: 0;
  padding: 0;
}
.contItem__head-phones {
  font-size: 25px;
}
.contItem__wrap {
  padding: 0 0 0 30px;
}
.contItem__address,
.contItem__hours,
.contItem__phone {
  position: relative;
  padding: 13px 0;
}
.contItem__address i,
.contItem__hours i,
.contItem__phone i {
  color: #195c9f;
  position: absolute;
  top: 50%;
  left: -30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.contItem__phone i {
  font-size: 13px;
}
.contItem__phones {
  padding: 17px 0;
}
.contItem__phones a {
  display: block;
  font-size: 18px;
  line-height: 1.2;
  color: #4f4f4f;
}
.contItem__email {
  font-size: 18px;
}
.form-control {
  padding: 8px 10px;
  font-size: 14px;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.hidden_form {
  display: none;
}
.form_in_popup {
  margin: 20px auto;
  padding: 4% 8% 5%;
  width: 85%;
  max-width: 600px;
  position: relative;
  background-color: #fff;
}

@media only screen and (max-width: 480px) {
  .form_in_popup {
    margin: 20px auto;
    padding: 4% 2% 5%;
    width: 95%;
    max-width: 600px;
    position: relative;
    background-color: #fff;
  }
  .mfp-close {
    right: 15px !important;
  }
}

.form_in_popup .mfp-close {
  border: 2px solid #fff;
  width: 40px;
  height: 40px;
  line-height: 38px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #2ed060;
  opacity: 1;
  color: #fff !important;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.form_in_popup .mfp-close:hover {
  background-color: #42d278;
}
.form_in_popup .sent_status {
  display: none;
}
.form_in_popup .title {
  text-align: center;
  font-size: 31px;
  margin-bottom: 30px;
  color: #4f4f4f;
}
.form_in_popup label,
.form_in_contacts label {
  display: block;
  width: 100%;
  position: relative;
  color: #929292;
}
.form_in_popup label i,
.form_in_contacts label i {
  position: absolute;
  top: 14px;
  left: 6px;
  font-size: 11px;
}
.form_in_popup .error,
.form_in_contacts .error {
  border-color: #db2b2f !important;
}
.form_in_popup input,
.form_in_contacts input,
.form_in_popup textarea,
.form_in_contacts textarea {
  padding: 8px 10px 8px 20px;
  display: block;
  width: 100%;
  margin: 10px 0 25px;
  border: 1px solid #d2d3d4;
  color: #929292;
}
.form_in_popup input:focus,
.form_in_contacts input:focus,
.form_in_popup textarea:focus,
.form_in_contacts textarea:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #2ed060;
}
.form_in_contacts .title {
  font-size: 25px;
  font-weight: bold;
  color: #4f4f4f;
  text-align: center;
  margin: 15px 0;
}
.form_in_contacts label {
  margin-bottom: 23px;
}
.form_in_contacts label i {
  top: 13px;
}
.form_in_contacts input,
.form_in_contacts textarea {
  margin-bottom: 5px;
  font-size: 13px;
}
.form_in_contacts .btn_more-form {
  font-size: 15px;
  letter-spacing: normal;
  margin-bottom: 25px;
}
.articleItem {
  color: #000;
  padding: 15px 0;
}
.articleItem__img {
  display: block;
}
.articleItem__img img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
.articleItem__date {
  font-size: 13px;
  color: #929292;
  padding-top: 10px;
  margin: 0;
}
.articleItem__name {
  font-size: 15px;
  color: #000;
  font-weight: bold;
  margin: 0;
  padding: 10px 0;
}
.articleItem__text {
  font-size: 13px;
  line-height: 1.4;
}
.articleItem__text p {
  margin-bottom: 10px;
}
.article__header {
  color: #000;
  text-align: left;
}
.article__desc {
  margin-top: 10px;
}
.article__desc img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}
.article__share {
  font-size: 13px;
  color: #929292;
}
.article__share > span {
  margin-right: 10px;
}
.article__share a {
  vertical-align: middle;
  font-size: 22px;
}
.prod_change_quantity {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}
.prod_change_quantity input[name="prod_quantity"] {
  border: 1px solid #929292;
  background: #fff;
  width: 40px;
  display: inline-block;
  height: 25px;
  text-align: center;
  clear: both;
  font-size: 15px;
  font-weight: bold;
  color: #4f4f4f;
}
.prod_change_quantity input[name="prod_quantity"]:focus {
  outline: none;
}
.prod_change_quantity button {
  text-decoration: none;
  border: none;
  font-size: 15px;
  line-height: 15px;
  color: #000;
  display: inline-block;
  height: 25px;
  padding: 0;
  width: 25px;
  -webkit-transition: border-color 0.2s;
  -o-transition: border-color 0.2s;
  transition: border-color 0.2s;
  cursor: pointer;
  background: none;
}
.prod_change_quantity button#decrease_quantity {
  font-size: 13px;
}
.prod_change_quantity button:hover,
.prod_change_quantity button:focus {
  background-color: #195c9f;
  color: #fff;
}
#contact_inf_logged {
  padding-top: 20px;
}
.prodTable {
  display: table;
  border-bottom: 1px solid #e5e5e5;
}
.prodTable__row {
  display: table-row;
}
.prodTable__head {
  display: table-header-group;
  font-size: 13px;
  color: #929292;
}
.prodTable__cell {
  display: table-cell;
  padding: 10px 0;
  vertical-align: middle;
}
.prodTable__body {
  display: table-row-group;
}
.prodTable__body .total {
  font-size: 15px;
  font-weight: bold;
  color: #4f4f4f;
  text-align: right;
}
.prodTable__body .prodTable__cell {
  border-top: 1px solid #e5e5e5;
}
.prodTable .quantity {
  width: 100px;
}
.prodTable .total {
  width: 100px;
}
.prodTable .product_name {
  font-size: 14px;
  color: #4f4f4f;
}
.prodTable .product_name_text {
  margin-left: 30px;
}
.prodTable .product_name a {
  font-size: 15px;
  line-height: 1.2;
  font-weight: bold;
  display: block;
}
.prodTable .product_name_img {
  max-width: 70px;
}
.prodTable .product_name_wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}
.prodTable .options span {
  display: block;
  font-size: 12px;
  line-height: 1.2;
}
.products_tot {
  text-align: right;
  margin: 20px 0;
  font-size: 15px;
  color: #4f4f4f;
}
.products_tot strong {
  font-size: 17px;
}
.buttonBuy_wrap {
  text-align: right;
}
#confirm_buy {
  display: inline-block;
  font-size: 17px;
  padding: 10px 10%;
}
.checTabs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.checTabs__item {
  min-width: 45%;
  margin: 5px 0;
}
.checTabs__link {
  display: block;
  font-size: 12px;
  text-align: center;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  line-height: 1.8;
  padding: 0 10px;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.checTabs__link:hover {
  background-color: #195c9f;
  color: #fff;
}
.checTabs__link.active {
  background-color: #195c9f;
  color: #fff;
}
/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .headerCont {
    margin: 0;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
  }
  #logo {
    margin-right: 27px;
    width: 40%;
  }
  .navigationTop {
    padding-top: 0;
  }
  .userNav {
    text-align: center;
  }
  .userNav .bnt_call {
    margin: 0 5px;
  }
  .userNav__log {
    width: auto;
    margin-left: 10px;
  }
  .userNav__lang {
    width: auto;
    margin-right: 10px;
  }
  .mainNav {
    text-align: center;
    padding: 7px 0;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .itemAdv {
    width: 50%;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
  }
  #product {
    padding-left: 15px;
  }
  .prodRightColl::before {
    display: none;
  }

  .col-lg-3.col-md-2.pho {
    display: none;
  }
}

@media (min-width: 1200px) {
  .blow {
    display: none;
  }
}

@media (min-width: 768px) {
  .headerMb {
    display: none !important;
  }
}

@media only screen and (max-width: 850px) {
  .col-lg-3.col-md-2.pho {
    display: none;
  }
}

@media only screen and (max-width: 1200px) {
  body.common-home.supportMobile.supportOffline header {
    padding: 0;
    height: 60px;
    background-color: #e5e5e5;
  }
}

@media (min-width: 992px) {
  .col-lg-3 {
    max-width: 22% !important;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 1200px) {
  header {
    padding: 0;
    height: 55px;
    background-color: #e5e5e5;
  }

  div#search-by-category {
    position: relative;
    top: -3px;
  }

  .headerMb__telephones {
    display: none;
  }

  .serpetheme li {
    display: inline-block;
  }

  .blow {
    width: 25%;
    list-style-type: none;
    top: -3px;
  }

  nav#topNav {
    display: none;
  }

  .userNav {
    padding: 8px 0;
  }
  #nav-icon1 {
    display: block;
  }
  .headerMb {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }
  #search-by-category {
    width: 100%;
  }
  #categoryNav {
    display: none;
  }
  .mobileMenu {
    display: block;
    text-align: center;
  }
  .contactWrap {
    margin: 0;
  }
  .form_in_popup .title {
    font-size: 20px;
  }
  .form_in_popup .btn_more {
    font-size: 14px;
  }
  .headerSection {
    font-size: 25px;
  }
  .itemServise__head {
    font-size: 20px;
  }
  .contItem__head {
    font-size: 18px;
  }
  .contItem__address,
  .contItem__hours,
  .contItem__phone {
    padding: 5px 0;
  }
  .dropdown__visMob {
    display: inline-block;
  }
  #cardButton {
    display: block;
    margin: 3px 0 0 0;
  }
  .s_adv {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .itemAdv {
    width: 100%;
  }
  .footerCont-left,
  .footerCont-right {
    margin-bottom: 10px;
  }
  .prodTable {
    display: block;
    margin-top: 15px;
  }
  .prodTable__head {
    display: none;
  }
  .prodTable__body,
  .prodTable__row,
  .prodTable__cell {
    display: block;
  }
  .prodTable__cell {
    text-align: center;
  }
  .prodTable .quantity,
  .prodTable .total {
    width: 100%;
    text-align: center;
    border: none;
  }
  .prodTable .product_name_wrap {
    display: block;
  }
  .prodTable .product_name_text {
    margin: 0;
  }
  .prodTable .product_name_img {
    max-width: 100%;
    margin-bottom: 5px;
  }
  #confirm_buy {
    width: 100%;
    padding: 10px;
  }
  .load-more {
    margin-top: 25px;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .btn.btn_contacts {
    padding: 8px 30px;
  }
  .headerMb__telephones {
    display: none;
  }
}
/* Custom, iPhone Retina */
/*==========  Mobile First  ==========*/
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {
  .pokazonlypc {
    display: none;
  }
}
@media only screen and (min-width: 1201px) {
  .pokadopc {
    display: none;
  }
}
#top-fixed {
  left: 0;
  margin: 0;
  padding: 1px 0px;
  position: fixed;
  top: -100%;
  width: 100%;
  z-index: 888;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
}
#top-fixed.sticky-header-2 {
  backface-visibility: hidden;
  left: 0;
  margin: 0;
  padding: 0px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 888;
  background: #ffffff;
  transition: all 300ms ease-in-out 0s;
}
#top-fixed .container {
  background: none;
}
@media only screen and (max-width: 480px) {
  #top-fixed .container {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  #top-fixed .container {
    padding: 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1199px) {
  .headerSearch {
    padding-top: 8px;
  }
  .cutomDrop-tel .dropdown-toggle::after {
    top: -1.5em !important;
    position: relative;
    vertical-align: top;
    right: -16px !important;
  }
  ul.list-unstyled li a {
    color: #fff;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1199px) {
  #top-fixed div#carts {
    position: relative;
    left: 24px;
  }
  .serpetheme {
    position: relative;
    top: -5px;
    left: 9px;
  }
}
@media only screen and (max-width: 1199px) {
  .news_sez_cart {
    padding-left: 0;
  }
}
@media only screen and (min-width: 767px) {
  .new_sez_serch {
    width: 100%;
  }
}
#logo {
  padding: 0 0 3px;
  position: relative;
}
#logo img {
  margin-left: auto;
  margin-right: auto;
}
ul.fix_top_telephones {
  list-style-type: none;
  padding-left: 0px;
}
@media only screen and (min-width: 767px) and (max-width: 990px) {
  ul.fix_top_telephones {
    padding-left: 0px;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1199px) {
  ul.fix_top_telephones {
    padding-left: 0px;
  }
}
@media only screen and (min-width: 1200px) {
  ul.fix_top_telephones {
    padding-left: 10px;
  }

  .col-sm-4.col-md-4.serch_fixs.hidden-xs {
    padding: 0;
  }
  .col-md-1.zvorotdiv.hidden-xs.hidden-sm {
    padding-left: 0;
  }

  button.set_clolr {
    font-weight: 400 !important;
  }
}

ul.fix_top_telephones li a {
  color: black;
  font-size: 13px;
}
ul.fix_top_telephones li a:hover {
  color: #195c9f;
}
.menuTopHidden {
  display: none;
}
.active_menu_pc {
  display: block !important;
  background: #195c9f;
  width: 100%;
}

#fixMenuHiidden .widget {
  margin-bottom: 0;
}

.menu_helz button#responsive-menu-pro-button {
  width: 50px !important;
  height: 50px !important;
}

@media only screen and (max-width: 767px) {
  .row.stable {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
    margin: 0;
  }

  .col-xs-8.col-sm-2.col-md-2.logo_sez.no_padd {
    padding-left: 0;
    padding-right: 0;
  }

  .col-xs-2.col-sm-1.col-md-1.location {
    margin-right: 20px;
  }

  .col-xs-2.menu_buttons.pokadopc {
    padding: 0;
  }
  .col-xs-2.hidden-sm.phone_lock.locationhype {
    margin-left: 15px;
    padding: 7px;
  }
  .col-xs-2.col-sm-1.menu_buttons.pokadopc {
    margin-left: 4px;
  }
}

@media only screen and (min-width: 491px) and (max-width: 768px) {
  .logo_sez {
    max-width: 22%;
  }
  .menu_helz {
    width: 100%;
    padding-right: 11px;
  }
  .kowik_bez {
    padding: 0;
    margin-right: 10px;
  }
  .row.stable {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
    margin: 0;
  }
  .serch_fixs {
    padding: 0;
    margin-right: 15px;
  }
  .kowik_bez {
    padding: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1199px) {
  .logo_sez {
    max-width: 22%;
  }
  .menu_helz {
    width: 100%;
    padding-right: 11px;
  }
  .kowik_bez {
    padding: 0;
    margin-right: 10px;
  }
  .serch_fixs {
    padding: 0;
    margin-right: 15px;
  }
  .kowik_bez {
    padding: 0;
  }
}
#fixedPc {
  background-color: #b6c3d1;
  color: #fff;
  height: 50px;
}
.no_padd {
  padding-left: 10px;
}
@media only screen and (max-width: 480px) {
  .no_padd {
    padding-right: 0;
  }
}
.logo_sez img {
  width: 150px;
  padding-top: 9px;
}
@media only screen and (min-width: 491px) and (max-width: 768px) {
  .logo_sez img {
    position: relative;
    left: -15px;
  }
  .no_padd {
    width: 167px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1199px) {
  .logo_sez img {
    position: relative;
    left: -15px;
  }
  .no_padd {
    width: 167px;
  }
}

@media only screen and (max-width: 768px) {
  .col-xs-2.hidden-sm.phone_lock.locationhype.stepp {
    width: 43px;
    height: 55px;
  }

  .col-xs-2.hidden-sm.phone_lock.locationhype.stepp img {
    width: 28px !important;
    top: -1px !important;
  }
}

@media only screen and (max-width: 1200px) {
  .likie li {
    margin-right: 16px !important;
  }
  .blows {
    position: absolute;
    margin-left: auto !important;
    margin-right: auto !important;
    left: 43%;
    right: 0;
    text-align: center;
    top: 18px;
    color: white;
  }

  .blows i.fa.fa-heart {
    color: white;
  }
}

@media only screen and (max-width: 480px) {
  .phone_lock {
    padding: 0;
    width: 60px;
    height: 50px;
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    margin-right: 10px;
  }

  .phone_lock:hover {
    background: #195c9f;
  }

  .phone_lock img {
    width: 23px !important;
    position: relative;
    top: 0px;
    left: 2px;
  }
  ul.dropdown-menu.mobil_ph {
    width: 167px;
    height: 81px;
    left: 0px;
    top: 50px;
    padding-left: 3px;
    padding-top: 3px;
    border: none;
    border-radius: 0;
    margin-top: 0;
  }
  ul.dropdown-menu.mobil_ph li {
    margin-bottom: 1px;
    padding-bottom: 3px;
    font-style: normal;
    font-weight: normal;
    color: #000000;
    text-transform: uppercase;
    padding-left: 4px;
    cursor: pointer;
    font-size: 15px;
    margin-top: 7px;
  }
  ul.dropdown-menu.mobil_ph li a:hover {
    color: black;
  }
}
button.cli_select_left {
  background: no-repeat;
  border: none;
}

@media only screen and (max-width: 480px) {
  .location {
    padding: 0;
    width: 60px;
    height: 50px;
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 491px) and (max-width: 768px) {
  .location {
    padding: 0;
    height: 50px;
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1199px) {
  .location {
    padding: 0;
    height: 50px;
    background-color: #4586c7;
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    max-width: 5%;
  }
  .kowik_bez {
    padding: 0;
    margin-right: 0;
  }
}

div#fixedPc {
  font-family: "Arial", sans-serif;
}

@media only screen and (min-width: 1200px) {
  .location {
    padding: 0;
    width: 60px;
    height: 50px;
    background: #195c9f;
  }

  .adressa_spans {
    position: absolute;
    top: 13px;
    right: 10px;
    color: white;
    font-size: 14px;
    font-family: "Arial", sans-serif;
  }

  .location {
    padding-left: 6px;
  }
}

@media only screen and (max-width: 480px) {
  .location img {
    width: 35px;
    position: relative;
    top: 1px;
    left: -1px;
  }
  button.cli_select_left {
    background: none;
    border: none;
  }
}
@media only screen and (max-width: 480px) {
  .locationhype {
    padding: 0;
    width: 60px;
    height: 50px;
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 491px) and (max-width: 768px) {
  .locationhype {
    padding: 0;
    width: 60px;
    height: 50px;
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
  }
}
@media only screen and (max-width: 480px) {
  .locationhype img {
    width: 35px;
    position: relative;
    top: 1px;
    left: 2px;
  }
  button.cli_select_left img {
    width: 35px;
    position: relative;
    top: 1px;
    left: 2px;
  }
}
@media only screen and (min-width: 491px) and (max-width: 768px) {
  .location img {
    width: 35px;
    position: relative;
  }
  .locationhype img {
    width: 24px;
    position: relative;
    top: 1px;
    left: 2px;
  }
  button.cli_select_left img {
    width: 24px;
    position: relative;
    top: 1px;
    left: 2px;
  }
}
@media only screen and (min-width: 768px) {
  .locationhype {
    display: none;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1201px) {
  .row.stable {
    margin-left: 44px;
  }
  .adressa_spans {
    display: none;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1199px) {
  .location img {
    width: 28px;
    position: relative;
  }
  span.adressa_spans.hidden-xs-down.hidden-sm {
    position: relative;
    top: 0px;
    left: -5px;
  }
}
@media only screen and (min-width: 1200px) {
  .location img {
    width: 35px;
    position: relative;
    top: 8px;
    left: -15px;
  }
}
.location:hover {
  background: #195c9f;
}

.menu_buttons {
  padding: 0;
}
@media only screen and (min-width: 491px) and (max-width: 768px) {
  .menu_buttons {
    padding: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1199px) {
  .menu_buttons {
    padding: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .menu_buttons {
    padding: 0;
    max-width: 1%;
  }
  .cart_fix_go {
    padding-left: 0;
    padding-right: 0;
  }
}
.phone-sm {
  font-size: 12px;
  padding-top: 5px;
  max-width: 13%;
  padding-left: 0;
  padding-right: 0;
}
.zvorotdiv {
  max-width: 7%;
  padding-left: 0;
  padding-right: 0;
  margin-right: 20px;
}
@media only screen and (min-width: 992px) {
  .hiddenmypc {
    display: none;
  }
}
.row.flex_fix_menu_top {
  display: flex;
  justify-content: center;
}
.menu_helz {
  height: 50px;
}
ul.zvorot {
  list-style-type: none;
  padding-left: 0;
}
@media only screen and (min-width: 991px) and (max-width: 1199px) {
  ul.zvorot {
    position: relative;
    left: -9px;
  }
}
div#search-by-categorys {
  padding-top: 2px;
}
button.set_clolr {
  font-size: 11px;
  text-align: center;
  color: #195c9f;
  border: 1px solid #195c9f;
  line-height: 14px;
  padding-top: 3px;
  margin-top: 8px;
  font-style: normal;
  font-weight: 600;
}
ul.zvorot li a:hover {
  color: black;
}
.icon-door-shopping-cart:before {
  content: "\e900";
}
a.dropdown-item:first-child {
  display: none;
}
.dr_call-answer:before {
  content: "\e900";
}
.dr_envelope:before {
  content: "\e904";
}
.dr_man-user:before {
  content: "\e906";
}
.dr_search:before {
  content: "\e908";
}
.dropdown-toggle::after {
  display: inline-block;
  width: 0px;
  height: 0px;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
  float: right;
  margin-top: 8px;
}
body {
  font-size: 14px;
  min-width: 320px;
  position: relative;
  font-family: "Arial", sans-serif;
  overflow-x: hidden;
  opacity: 1;
  margin: 0;
  color: #000;
  padding: 0;
  min-height: 100vh;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
h1,
h2,
h5 {
  color: #4f4f4f;
}
h1 {
  font-size: 30px;
}
h2 {
  font-size: 27px;
}
button {
  cursor: pointer !important;
}
button:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.btn:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  cursor: pointer;
}
.default-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#topNav {
  background-color: #e5e5e5;
  color: #4f4f4f;
  font-size: 13px;
}
.btn_call {
  display: inline-block;
  min-width: 128px;
  text-align: center;
  font-size: 11px;
  height: 30px;
  line-height: 30px;
  background-color: #2ed060;
  color: #fff;
  padding: 0 2px;
}
.btn_call:hover,
.btn_call:focus {
  color: #fff;
  background-color: #42d278;
  outline: none;
}
.userNav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  -webkit-box-align: baseline;
  align-items: baseline;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.userNav__log {
  text-align: right;
  width: 135px;
}
.userNav__log a {
  color: #4f4f4f;
}
.likie {
  width: 80px;
}
.likie li {
  margin-right: 6px;
}
.userNav__log a:hover {
  color: #2ed060;
}
.userNav__log span {
  display: inline-block;
  position: relative;
}
.userNav__log span:not(:last-child) {
  padding-right: 10px;
}
a {
  color: inherit;
}
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
}
.mainNav__item {
  display: inline-block;
  padding-right: 10px;
}
.mainNav__item:last-child .mainNav__link {
  padding-right: 0;
}
.mainNav__link {
  padding: 5px 12px 5px 0;
  color: #919191;
}
.mainNav__link:hover {
  color: #2ed060;
}
button {
  cursor: pointer;
}
.navigationTop {
  padding-top: 6px;
}
#logo {
  height: 100%;
  max-width: 140px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 22px;
}
.headerCont {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
.userAct {
  display: inline-block;
  font-size: 21px;
  color: #000;
}
.userAct sup {
  display: inline-block;
  position: absolute;
  top: 5px;
  right: -10px;
  font-size: 11px;
  background-color: #195c9f;
  color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  line-height: 18px;
}
#top-fixed .userAct sup {
  display: inline-block;
  position: absolute;
  top: 3px;
  right: 0;
  font-size: 11px;
  background-color: #195c9f;
  color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.userAct:hover {
  color: #4f4f4f;
}
#cardButton {
  background: none;
  position: relative;
  margin-left: 12px;
  font-size: 35px;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  white-space: nowrap;
}
#cardButton .cart_left,
#cardButton .cart_right {
  display: inline-block;
}
#cardButton .cart_left {
  text-align: left;
  font-size: 14px;
  margin-right: 5px;
  white-space: nowrap;
}
#cardButton .cart_left_name {
  font-weight: bold;
}
#cardButton .cart_left span {
  display: block;
}
#cardButton:focus {
  outline: none;
}
#cardButtons {
  background: none;
  position: relative;
  font-size: 35px;
  padding: 0;
  border: none;
}
@media only screen and (min-width: 1200px) {
  #cardButtons {
    margin-left: 5px;
    width: 131px;
  }
}
#cardButtons .cart_left,
#cardButtons .cart_right {
  display: inline-block;
}
#cardButtons .cart_left {
  text-align: left;
  font-size: 14px;
  margin-right: 5px;
  white-space: nowrap;
}
#cardButtons .cart_left_name {
  font-weight: bold;
}
#cardButtons .cart_left span {
  display: block;
}
#cardButtons:focus {
  outline: none;
}
@media only screen and (min-width: 992px) {
  .logo_sez.no_padd {
    padding-right: 0;
  }
  .serch_fixs {
    padding-left: 0;
    padding-right: 0;
  }
}
.sezonplus-menu {
  margin: 0;
  font-size: 0;
}
.sezonplus-menu > li {
  list-style: none;
  display: inline-block;
  border-right: 1px solid #8d8d8d;
  border-top: none;
  font-size: 14px;
  border-bottom: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.sezonplus-menu > li:first-child {
  border-left: 1px solid #8d8d8d;
}
.sezonplus-menu > li > a {
  padding: 12px 25px;
  display: block;
}
.sezonplus-menu > li ul > li > a,
.see-all {
  padding: 5px;
  display: block;
}
.sezonplus-menu li a:hover {
  background-color: #4586c7;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
}
@media (max-width: 767px) {
  .sezonplus-menu {
    margin: 0;
    padding: 0;
  }
  .sezonplus-menu > li:first-child {
    border: none;
  }
  .sezonplus-menu > li {
    display: block;
    border: none;
  }
  .sezonplus-menu .dropdown-menu {
    position: relative;
    width: 100%;
    border-radius: 0 0 10px 10px;
  }
  .sezonplus-menu .dropdown-menu a {
    color: #000 !important;
    padding: 10px 20px;
  }
}
#categoryNav {
  background-color: #195c9f;
  color: #fff;
}
header {
  padding: 5px 0;
  position: relative;
}
.search-container {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.search-containers {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.search-container-field {
  border: 1px solid #e5e5e5;
  position: relative;
  flex: 2;
}
.btn_search {
  background-color: #195c9f;
  color: #fff;
  height: 44px;
  line-height: 44px;
  cursor: pointer;
}

#top-fixed .btn_search {
  padding: 0 25px;
}

.btn_search:hover {
  color: #fff;
  background-color: #4586c7;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#sp-btn-search {
  position: absolute;
  left: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#btn-search-category {
  padding: 8px 10px;
  background-color: transparent;
  background-image: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: default;
}
#btn-search-category::before {
  content: "\e908";
  font-family: FontMoon;
  color: #000;
  line-height: inherit;
}
#sp-btn-searchs {
  position: absolute;
  left: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#btn-search-categorys {
  padding: 8px 10px;
  background-color: transparent;
  background-image: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: default;
}
#btn-search-categorys::before {
  content: "\e908";
  font-family: FontMoon;
  color: #000;
  line-height: inherit;
}
#text-search {
  border: none;
  padding: 8.5px 20px 8.5px 40px;
  width: 100%;
  font-size: 17px;
}
#text-search:focus {
  outline: none;
  border: none;
}
.categories-container {
  display: none;
}
.headerSearch {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  height: 100%;
}
#search-by-category {
  -webkit-flex-grow: 2;
  -ms-flex-positive: 2;
  -webkit-box-flex: 2;
  flex-grow: 2;
}
#search_fix_val {
  border: none;
  padding: 8.5px 20px 8.5px 40px;
  width: 100%;
  font-size: 17px;
  color: black;
}
#search_fix_val:focus {
  outline: none;
  border: none;
}
.categories-containers {
  display: none;
}
#search-by-categorys {
  -webkit-flex-grow: 2;
  -ms-flex-positive: 2;
  -webkit-box-flex: 2;
  flex-grow: 2;
}
.telefonesWrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  height: 100%;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.top-telephones {
  overflow: hidden;
  height: 3em;
  width: 100%;
  font-size: 13px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.top-telephones a {
  padding: 0 5px;
}
.mobileMenu {
  display: none;
  overflow-y: scroll;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-color: #195c9f;
  z-index: 500;
  padding: 55px 0 15px;
  color: #000;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.mobileMenu__info a {
  padding: 5px 15px;
  display: block;
  font-size: 15px;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.mobileMenu__info a:hover,
.mobileMenu__info a:focus {
  background-color: #195c9f;
  color: #fff;
}
.mobileMenu__category {
  margin-top: 10px;
  margin-bottom: 30px;
}
.mobileMenu__category a {
  padding: 5px 10px;
  display: block;
  font-size: 15px;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.mobileMenu__category a:hover,
.mobileMenu__category a:focus {
  background-color: #195c9f;
  color: #fff;
}
.mobileMenu__logg {
  margin: 20px 0 0 10px;
  font-size: 15px;
  color: #fff;
}
.mobileMenu__search {
  position: relative;
}
#search_mobile {
  display: block;
  width: 100%;
  font-size: 14px;
  padding: 12px 20% 12px 20px;
  border: none;
}
#search_mobile:focus {
  outline: none;
}
#btn_serch_mob {
  position: absolute;
  z-index: 100;
  top: 50%;
  right: 10%;
  padding: 10px 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#nav-icon1 {
  display: none;
  width: 55px;
  height: 55px;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  background-color: #195c9f;
  cursor: pointer;
  z-index: 600;
  position: absolute;
  top: 0;
  right: 0;
}
#nav-icon1 span {
  display: block;
  position: absolute;
  height: 3px;
  left: 12px;
  width: 33px;
  background-color: #fff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon1 span:nth-child(1) {
  top: 15px;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#nav-icon1 span:nth-child(2) {
  top: 26px;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#nav-icon1 span:nth-child(3) {
  top: 37px;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#nav-icon2:hover {
  background-color: #4586c7;
}
#nav-icon2 {
  width: 55px;
  height: 50px;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  background-color: #195c9f;
  cursor: pointer;
  z-index: 600;
  position: absolute;
  top: 0;
  right: 0;
}
#nav-icon2 span {
  display: block;
  position: absolute;
  height: 3px;
  left: 12px;
  width: 33px;
  background-color: #fff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon2 span:nth-child(1) {
  top: 14px;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#nav-icon2 span:nth-child(2) {
  top: 25px;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#nav-icon2 span:nth-child(3) {
  top: 36px;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.nav-iconclick {
  width: 55px;
  height: 50px;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  background-color: #4586c7;
  cursor: pointer;
  z-index: 600;
}
@media only screen and (min-width: 481px) {
  .nav-iconclick {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.nav-iconclick:hover {
  background-color: #195c9f;
}
.nav-iconclick span {
  display: block;
  position: absolute;
  height: 3px;
  left: 12px;
  width: 33px;
  background-color: #fff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.nav-iconclick span:nth-child(1) {
  top: 14px;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.nav-iconclick span:nth-child(2) {
  top: 25px;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.nav-iconclick span:nth-child(3) {
  top: 36px;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.btn {
  padding: 0px 4px !important;
}
.cutomDrop-tel {
  font-size: 13px;
}
.cutomDrop-tel .dropdown-toggle {
  display: block;
  margin: 10px 7px;
  padding: 0;
  position: relative;
  background: none;
  white-space: nowrap;
  z-index: 200;
}
.cutomDrop-tel .dropdown-toggle::after {
  top: 0.5em;
  position: relative;
  vertical-align: top;
}
.cutomDrop-tel .dropdown-menu {
  top: 0;
  padding: 1.8em 7px 10px;
  min-width: 100%;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
  z-index: 150;
}
.cutomDrop-tel .dropdown-item {
  padding: 0;
  font-size: 13px;
  line-height: 1.7;
}
.cutomDrop-tel {
  display: inline-block;
}
.search-ajax {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  z-index: 100;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.6);
  max-height: 400px;
  overflow: hidden;
}
.ajax-loader-container {
  position: absolute;
  top: 0;
  left: 0;
}
footer {
  font-size: 13px;
  margin-top: 50px;
  padding: 30px 0 0;
  color: #fff;
  background-color: #222429;
}
.footer-head {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.footerList a {
  color: #929292;
}
.footerList-phone a {
  color: #fff;
}
.footerList li {
  padding: 1px 0;
}
.footerList-phone {
  position: relative;
  line-height: 1.3;
  margin-bottom: 5px;
}
.footerList-phone::before {
  content: "\e900";
  font-family: FontMoon;
  position: absolute;
  top: 4px;
  left: -20px;
  font-size: 13px;
  color: #195c9f;
}
.footerList-adr {
  line-height: 1.3;
  position: relative;
  margin-bottom: 0;
}
.footerList-adr::before {
  content: "\e907";
  position: absolute;
  font-family: FontMoon;
  top: 3px;
  left: -20px;
  color: #195c9f;
}
.footer-job {
  position: relative;
}
.footer-job::before {
  content: "\e901";
  font-family: FontMoon;
  position: absolute;
  top: 0;
  left: -20px;
  font-size: 13px;
  color: #195c9f;
}
.btn_map {
  text-decoration: underline;
  display: block;
  padding: 5px 0;
}
.btn_footer {
  display: inline-block;
  max-width: 200px;
  width: 100%;
  text-align: center;
  font-size: 14.5px;
  font-weight: bold;
  background: transparent;
  padding: 5px 0;
  margin: 12px 0;
  border: 2px solid #fff;
}
.footerBtnWrap .btn_footer:first-child {
  margin-top: 0;
}
.btn_footer:hover,
.btn_footer:focus {
  outline: none;
  background-color: #858585;
}
.footerBtnWrap {
  height: 100%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .col-md-3.col-lg-2.hidden-md-down.col-xs-12.foot {
    text-align: center;
    margin-top: 15px;
  }
  .col-md-3.col-lg-3.col-sm-8.col-xs-12.foot {
    padding-left: 100px;
    margin-bottom: 25px;
  }
}
.footer_mail {
  display: block;
  position: relative;
  margin: 5px 0;
  font-size: 13px;
  word-wrap: break-word;
}
.footer_mail::before {
  content: "\e904";
  font-family: FontMoon;
  position: absolute;
  top: 0;
  left: -20px;
  color: #195c9f;
}
.developers {
  padding-bottom: 10px;
  margin: 0;
  color: #939393;
}
.btn.btn-default {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  padding: 5px 20px;
  background: #195c9f;
  border: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn.btn-default:hover,
.btn.btn-default:focus {
  background-color: #42d278;
  outline: none;
}
.btn.btn-default {
  font-size: 14px;
  padding: 7px 15px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#search-by-category
  .search-container
  .categories-container
  .hover-cate
  .cate-items {
  display: none;
}
.breadcrumb {
  padding: 5px 0;
  margin-bottom: 0;
  background-color: transparent;
  font-size: 12px;
}
.breadcrumb li {
  display: inline-block;
  position: relative;
  color: #bcb5b5;
}
.breadcrumb a {
  display: block;
  padding: 7px 0;
}
.breadcrumb a:hover {
  color: #000;
}
.breadcrumb li:not(:last-child) {
  margin-right: 10px;
}
.breadcrumb li:not(:last-child)::after {
  content: "-";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -10px;
}
#compare-total {
  color: inherit;
  display: inline-block;
  margin-top: 5px;
}
.btn_more {
  font-size: 13px;
  font-weight: bold;
  display: inline-block;
  padding: 6px 25px;
  -webkit-border-radius: 4px;
  border-radius: 3px;
  box-shadow: 0px 3px 0px 0px rgba(51, 153, 102, 0.94);
  border: none;
  color: #fff;
  background-color: #2ed060;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn_more:hover,
.btn_more:focus {
  background-color: #42d278;
  color: #fff;
}
.btn_more-form {
  width: 100%;
  padding: 10px;
  font-size: 17px;
  letter-spacing: 1.5px;
}
.hidden_form {
  display: none;
}
.form_in_popup {
  margin: 20px auto;
  padding: 4% 8% 5%;
  width: 85%;
  max-width: 600px;
  position: relative;
  background-color: #fff;
}
@media only screen and (max-width: 480px) {
  .form_in_popup {
    margin: 20px auto;
    padding: 4% 2% 5%;
    width: 95%;
    max-width: 600px;
    position: relative;
    background-color: #fff;
  }
}
.form_in_popup .sent_status {
  display: none;
}
.form_in_popup .title {
  text-align: center;
  font-size: 35px;
  margin-bottom: 30px;
  color: #4f4f4f;
}
.form_in_popup label {
  display: block;
  width: 100%;
  position: relative;
  color: #929292;
}
.form_in_popup label i {
  position: absolute;
  top: 14px;
  left: 6px;
  font-size: 11px;
}
.form_in_popup input,
.form_in_popup textarea {
  padding: 8px 10px 8px 20px;
  display: block;
  width: 100%;
  margin: 10px 0 25px;
  border: 1px solid #d2d3d4;
  color: #929292;
}
.form_in_popup input:focus,
.form_in_popup textarea:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #2ed060;
}
@media only screen and (max-width: 1200px) {
  .headerCont {
    margin: 0;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
  }
  .navigationTop {
    padding-top: 0;
  }
  .userNav {
    text-align: center;
  }
  .userNav__log {
    width: auto;
    margin-left: 10px;
  }
  .mainNav {
    text-align: center;
    padding: 7px 0;
  }
}
@media (min-width: 1200px) {
  .blow {
    display: none;
  }
}
@media (min-width: 992px) {
  .col-lg-3 {
    max-width: 22% !important;
  }
}
@media only screen and (max-width: 1200px) {
  header {
    padding: 0;
    height: 55px;
    background-color: #e5e5e5;
  }
  div#search-by-category {
    position: relative;
    top: -3px;
  }
  .serpetheme li {
    display: inline-block;
  }
  .blow {
    width: 25%;
    list-style-type: none;
    top: -3px;
  }
  nav#topNav {
    display: none;
  }
  .userNav {
    padding: 8px 0;
  }
  #nav-icon1 {
    display: block;
  }
  #search-by-category {
    width: 100%;
  }
  #categoryNav {
    display: none;
  }
  .mobileMenu {
    display: block;
    text-align: center;
  }
  .form_in_popup .title {
    font-size: 20px;
  }
  .form_in_popup .btn_more {
    font-size: 14px;
  }
  #cardButton {
    display: block;
    margin: 3px 0 0 0;
  }
}
.btn.btn-default {
  padding: 6px 9px !important;
}
.likie li {
  display: inline-block;
}
.navigationTop {
  padding-top: 6px;
}
.default-list {
  display: inline-block;
}
#categoryNav {
  position: relative;
  z-index: 1040;
}

i.fa.fa-newspaper-o.fa-3x {
  display: none;
}
h3 {
  font-size: 26px;
}
.sectAdv__wrap {
  margin-bottom: 21px;
}
.caption a {
  color: #195c9f;
  font-size: 19px;
}
.product-thumb.transition button {
  background: #195c9f;
  color: white;
  border-radius: 5px;
  border: #195c9f;
}

.description p img {
  width: 100% !important;
}
.btn.btn-primary,
.btn.btn-default {
  padding: 6px 9px !important;
}
.prodRightColl button.btn.btn-default {
  margin-right: 2px;
}
.product-thumb button {
  background: #195c9f;
  color: white;
  border-radius: 5px;
  border: #195c9f;
}
.likie li {
  display: inline-block;
}
.navigationTop {
  padding-top: 6px;
}
.col-xl-7.pull-xl-5.hidden-sm-down.new {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.333333% !important;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 50.333333% !important;
  max-width: 46.333333% !important;
}
.default-list {
  display: inline-block;
}
.well h3 {
  font-size: 17px;
}
.hipelohins {
  margin-bottom: 15px;
}

/* SP topNav: menu vs wishlist/compare spacing after lang switcher */
@media (min-width: 992px) {
  #topNav .mainNav__item { padding-right: 5px; }
  #topNav .mainNav__link { padding: 5px 6px 5px 0; }
  #topNav .navigationTop { padding-right: 4px; }
  #topNav .userNav {
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    flex-wrap: nowrap;
  }
  #topNav .likie { width: auto; flex-shrink: 0; margin-right: 2px; }
  #topNav .userNav__lang { width: auto; flex-shrink: 0; margin: 0 2px; }
  #topNav .userNav__log { width: auto; flex-shrink: 0; }
  #topNav .btn_call { min-width: 110px; padding: 0 3px; flex-shrink: 0; }
  #topNav .userNav .language-select { font-size: 12px; margin: 0; }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  #topNav .mainNav__item { padding-right: 4px; }
  #topNav .mainNav__link { padding-right: 5px; }
}
