body {
  font-family: 'Open Sans', sans-serif;
  color: #071827;
  font-size: 15px;
  line-height: 20px;
  width: 100%;
  padding-right: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #071827;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  margin-bottom: 24px;
}
.btn-primary {
  outline: none !important;
  border: unset!important;
}
.btn-info:hover {
  border: none!important;
}
button:active,
button:focus {
  outline: none !important;
  /* border: unset!important; */
}
button::-moz-focus-inner {
  border: 0 !important;
  /*  border: unset!important; */
}
/* default font size zachem??? */
/*.fa {
	font-size: 14px;
}*/
/* Override the bootstrap defaults */
h1 {
  font-size: 33px;
}
h2 {
  font-size: 27px;
}
h3 {
  font-weight: 700;
  font-size: 25px;
}
h4 {
  font-size: 15px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10.2px;
}
a {
  color: #0074D9;
}
ol,
ul {
  line-height: 175%;
}
a:hover {
  text-decoration: none;
}
legend {
  font-size: 18px;
  padding: 7px 0px;
}
label {
  font-size: 12px;
  font-weight: normal;
}
select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
  font-size: 12px;
}
.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
  font-size: 12px;
}
.input-group .input-group-addon {
  font-size: 12px;
  height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
  display: inline;
}
.seo-text ul li {
  position: relative;
  list-style-type: none;
  margin-bottom: 6px;
}
p {
  line-height: 175%;
  /* 26.25px */
}
.seo-text ul li::before {
  list-style-type: none;
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: #F00;
  border-radius: 100px;
  top: 50%;
  bottom: 50%;
  left: -17px;
  margin: auto;
}
.seo-text ul {
  margin-bottom: 20px;
  list-style-type: none;
}
.nav-tabs {
  margin-bottom: 15px;
}
div.required .control-label:before {
  content: '* ';
  color: #F00;
  font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #0074D9, #1f90bb);
  background-repeat: repeat-x;
}
/* top */
#top {
  background-color: #EEEEEE;
  border-bottom: 1px solid #e2e2e2;
  padding: 4px 0px 3px 0;
  margin: 0 0 20px 0;
  min-height: 40px;
}
#top .container {
  padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
  text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
  text-shadow: none;
  color: #ffffff;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #0074D9, #1f90bb);
  background-repeat: repeat-x;
}
#top .btn-link,
#top-links li,
#top-links a {
  color: #888;
  text-shadow: 0 1px 0 #FFF;
  text-decoration: none;
}
#top .btn-link:hover,
#top-links a:hover {
  color: #444;
}
#top-links .dropdown-menu a {
  text-shadow: none;
}
#top-links .dropdown-menu a:hover {
  color: #FFF;
}
#top .btn-link strong {
  font-size: 14px;
  line-height: 14px;
}
#top-links {
  padding-top: 6px;
}
#top-links a + a {
  margin-left: 15px;
}
/* logo */
#logo {
  margin: 0 0 10px 0;
}
.logo.flex-width img {
  width: 152px;
  object-fit: cover;
}
/* search */
#search {
  margin-bottom: 10px;
}
#search .input-lg {
  height: 40px;
  line-height: 20px;
  padding: 0 10px;
}
#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 10px 35px;
  text-shadow: 0 1px 0 #FFF;
}
.account-order .btn.btn-success {
  min-width: 60px;
  width: 100%;
  max-width: 60px;
  background: unset;
  border: unset;
}
.account-order .btn.btn-success:hover {
  box-shadow: unset;
}
.account-order .btn-info {
  min-width: 60px;
  width: 100%;
  max-width: 60px;
  background: unset;
  border: unset;
}
.account-order .btn-info:hover {
  background-color: unset;
}
.date .input-group-btn .btn {
  max-width: 40px;
  min-width: 40px;
  height: 34px;
}
/* cart */
#cart {
  margin-bottom: 10px;
}
#cart > .btn {
  font-size: 12px;
  line-height: 18px;
  color: #FFF;
}
#cart.open > .btn {
  background-image: none;
  background-color: #FFFFFF;
  border: 1px solid #E6E6E6;
  color: #666;
  box-shadow: none;
  text-shadow: none;
}
#cart.open > .btn:hover {
  color: #444;
}
#cart .dropdown-menu {
  background: #eee;
  z-index: 1001;
}
#cart .dropdown-menu {
  min-width: 100%;
}
@media (max-width: 478px) {
  #cart .dropdown-menu {
    width: 100%;
  }
}
#cart .dropdown-menu table {
  margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
  min-width: 427px;
  padding: 0 10px;
}
@media (max-width: 478px) {
  #cart .dropdown-menu li > div {
    min-width: 100%;
  }
}
#cart .dropdown-menu li p {
  margin: 20px 0;
}
/* MENU */
#menu {
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #0074D9, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a;
  min-height: 40px;
}
#menu .nav > li > a {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: 10px 15px 10px 15px;
  min-height: 15px;
  background-color: transparent;
}
#menu .nav > li > a:hover,
#menu .nav > li.open > a {
  background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
  padding-bottom: 0;
}
#menu .dropdown-inner {
  display: table;
}
#menu .dropdown-inner ul {
  display: table-cell;
}
#menu .dropdown-inner a {
  min-width: 160px;
  display: block;
  padding: 3px 20px;
  clear: both;
  line-height: 20px;
  color: #333333;
  font-size: 12px;
}
#menu .dropdown-inner li a:hover {
  color: #FFFFFF;
}
#menu .see-all {
  display: block;
  margin-top: 0.5em;
  border-top: 1px solid #DDD;
  padding: 3px 20px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 3px 3px;
  font-size: 12px;
}
#menu .see-all:hover,
#menu .see-all:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #0074D9, #1f90bb);
  background-repeat: repeat-x;
}
#menu #category {
  float: left;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
.mob-block {
  display: none;
}
#menu .btn-navbar {
  font-size: 15px;
  font-stretch: expanded;
  color: #FFF;
  padding: 2px 18px;
  float: right;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #0074D9, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #229ac8;
}
@media (min-width: 768px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
}
@media (max-width: 767px) {
  #menu {
    border-radius: 4px;
  }
  .logo-footer.text-left {
    text-align: center;
  }
  .mob-block {
    display: block;
    max-width: 215px;
    margin: 0 auto;
  }
  .site-footer__soc:last-child {
    margin-right: 0px;
  }
  #menu div.dropdown-inner > ul.list-unstyled {
    display: block;
  }
  #menu div.dropdown-menu {
    margin-left: 0 !important;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.1);
  }
  #menu .dropdown-inner {
    display: block;
  }
  #menu .dropdown-inner a {
    width: 100%;
    color: #fff;
  }
  #menu .dropdown-menu a:hover,
  #menu .dropdown-menu ul li a:hover {
    background: rgba(0, 0, 0, 0.1);
  }
  #menu .see-all {
    margin-top: 0;
    border: none;
    border-radius: 0;
    color: #fff;
  }
}
/* content */
#content {
  min-height: 100%;
}
/* alert */
.alert {
  padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
  margin: 24px 0 20px 0;
  padding: 8px 0;
  border: unset;
  background-color: unset;
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li {
  text-shadow: 0 1px 0 #FFF;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
}
.breadcrumb > li:first-child {
  padding-left: 0px;
}
.breadcrumb > li + li:before {
  content: '';
  padding: 0;
}
.breadcrumb > li:after {
  content: '';
  display: block;
  position: absolute;
  top: -2px;
  right: -16px;
  width: 26px;
  height: 26px;
  /*   width: 26px;
  height: 26px;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); */
  /* Добавленный SVG-код */
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='6' height='8' viewBox='0 0 6 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L4 4L1 7' stroke='%230074D9' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
}
.breadcrumb > li:last-child:after {
  background-image: none;
  /* Удаление SVG-изображения для последнего элемента */
}
.breadcrumb li a {
  font-weight: 400;
  font-size: 15px;
  color: #071827;
}
.breadcrumb li.breadcrumbs__home a {
  font-weight: 400;
  font-size: 15px;
  color: #0074D9;
}
.pagination {
  margin: 0;
}
.products-view__pagination .pagination {
  justify-content: center;
}
/* buttons */
.buttons {
  margin: 1em 0;
}
.btn {
  background: #EC1F3A;
  border-radius: 500px;
  font-weight: 700;
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  color: #FFFFFF;
  height: 48px;
  min-width: 181px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 200px;
  transition: all 0.4s linear;
}
.nav-tabs > li {
  min-width: 165px;
}
.btn-xs {
  font-size: 9px;
}
.account-icon.btn img {
  width: 30px;
  height: 30px;
}
.btn-sm {
  font-size: 10.2px;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 15px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 12px;
}
.account-order-info .text-right .btn {
  background: #EC1F3A;
  border-radius: 500px;
  transition: all 0.4s linear;
  font-weight: 700;
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  color: #FFFFFF;
  height: 48px;
  min-width: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 200px;
  width: 60px;
}
.account-return .text-right .btn.btn-info {
  background: #EC1F3A;
  border-radius: 500px;
  transition: all 0.4s linear;
  font-weight: 700;
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  color: #FFFFFF;
  height: 48px;
  min-width: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 200px;
  width: 60px;
  text-shadow: unset;
}
.btn-group > .btn-xs {
  font-size: 9px;
}
.btn-group > .btn-sm {
  font-size: 10.2px;
}
.btn-group > .btn-lg {
  font-size: 15px;
}
.btn-default {
  background: #EC1F3A;
  border-radius: 500px;
  font-weight: 700;
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  color: #FFFFFF;
  height: 48px;
  min-width: 181px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 200px;
}
.btn-primary {
  background: #EC1F3A;
  border-radius: 500px;
  transition: all 0.4s linear;
  font-weight: 700;
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  color: #FFFFFF;
  height: 48px;
  min-width: 181px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 200px;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  background-color: transparent;
  border-radius: 500px;
  border: 1px solid #EC1F3A !important;
  background-position: 0 -15px;
  color: #EC1F3A;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #fff;
  border-radius: 500px;
  border: 1px solid #EC1F3A !important;
  background-position: 0 -15px;
  color: #EC1F3A;
}
.btn-warning.header-main {
  background: #EC1F3A;
  border-radius: 500px;
  transition: all 0.4s linear;
  font-weight: 700;
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  color: #FFFFFF;
  height: 48px;
  min-width: 181px;
  border: #EC1F3A;
}
.btn-warning.home-btn {
  background: #EC1F3A;
  border-radius: 500px;
  transition: all 0.4s linear;
  font-weight: 700;
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  color: #FFFFFF;
  height: 62px;
  min-width: 198px;
  position: absolute;
  z-index: 5;
  border-color: unset;
  border: #EC1F3A;
}
.btn-warning.home-btn:hover {
  background-color: #fff;
  color: #EC1F3A;
  transition: all 0.4s linear;
  border-color: #EC1F3A;
  border: 1px solid #EC1F3A !important;
}
.menu-btn-transform {
  margin-top: 24px;
  /*  margin-bottom: 32px; */
}
header .menu-btn-transform {
  margin-top: 20px;
  margin-bottom: 24px;
}
.btn-blog {
  height: 64px;
  padding: 10px 40px;
  border-radius: 500px;
  border: 1px solid #EC1F3A;
  justify-content: center;
  align-items: center;
  display: flex;
  color: #071827;
  text-align: center;
  font-size: 15px;
  transition: all 0.4s linear;
  font-weight: 700;
  line-height: 25px;
  background-color: unset;
  background-image: unset;
  margin: 64px auto 0px;
  max-width: 262px;
}
.btn-blog:hover {
  border-radius: 500px;
  background: #EC1F3A;
  color: #FFFFFF;
  transition: all 0.4s linear;
}
.order-btn {
  background: #EC1F3A;
  border-radius: 500px;
  transition: all 0.4s linear;
  font-weight: 700;
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  color: #FFFFFF;
  height: 64px;
  min-width: 181px;
  position: absolute;
  right: 0px;
  border-color: #EC1F3A;
}
/* .btn-primary.order-btn:hover {
  background-color: transparent;
  border-radius: 500px;
  border: 1px solid #EC1F3A!important;
  background-position: 0 -15px;
  color: #EC1F3A;
} */
.advantage-btn {
  display: inline-flex;
  height: 64px;
  padding: 10px 40px;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 500px;
  border: 1px solid #0074D9;
  color: #0074D9;
  text-align: center;
  font-size: 15px;
  transition: all 0.4s linear;
  font-weight: 700;
  background: transparent;
  line-height: 25px;
  margin-bottom: 68px;
}
.account-address .table-responsive table.table-hover .btn-info,
.account-address-delete .table-responsive table.table-hover .btn-info {
  display: flex;
  height: 48px;
  padding: 10px 40px;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 500px;
  border: 1px solid #0074D9;
  color: #0074D9;
  text-align: center;
  font-size: 15px;
  transition: all 0.4s linear;
  font-weight: 700;
  background: transparent;
  line-height: 25px;
  margin-bottom: 10px;
}
.advantage-btn:hover,
.table-responsive table.table-hover .btn-info:hover {
  border: 1px solid #0074D9;
  background: #0074D9;
  color: #fff;
  transition: all 0.4s linear;
}
.account-address .table-responsive table.table-hover .btn-danger,
.account-address-delete .table-responsive table.table-hover .btn-danger {
  background: #EC1F3A;
  border-radius: 500px;
  transition: all 0.4s linear;
  font-weight: 700;
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  color: #FFFFFF;
  height: 48px;
  min-width: 181px;
  border: #EC1F3A;
}
.btn-warning.header-main:hover {
  background-color: #fff;
  color: #EC1F3A;
  transition: all 0.4s linear;
  border: 1px solid #EC1F3A;
}
.table-responsive table.table-hover .btn-danger:hover {
  background-color: #fff;
  color: #EC1F3A;
  transition: all 0.4s linear;
  border: 1px solid #EC1F3A;
  box-shadow: unset;
}
.btn-warning.header-main:active {
  background-color: #fff;
  color: #EC1F3A;
  transition: all 0.4s linear;
  border: 1px solid #EC1F3A;
}
.product-cart-btn {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.input-position input {
  width: 374px;
  height: 64px;
}
.position-row {
  position: relative;
}
/*   .btn-warning.home-btn:hover{
    background: unset;
    color: #EC1F3A;
} */
/* .btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
} */
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #df5c39;
  background-image: linear-gradient(to bottom, #e06342, #dc512c);
  background-repeat: repeat-x;
  border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}
.btn-link {
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #0074D9;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  box-shadow: none;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background-color: #222222;
  background-image: linear-gradient(to bottom, #333333, #111111);
}
.home-btn-video {
  background: unset;
  border: unset;
  color: #EC1F3A;
  font-size: 17px;
  font-weight: 700;
}
.home-btn-video img {
  margin-right: 16px;
}
/* list group */
/* .list-group a {
  border: 1px solid #DDDDDD;
  color: #888888;
  padding: 8px 12px;
} */
/* .list-group a.active, .list-group a.active:hover, .list-group a:hover {
  color: #444444;
  background: #eeeeee;
  border: 1px solid #DDDDDD;
  text-shadow: 0 1px 0 #FFF;
} */
/* carousel */
.carousel-caption {
  color: #FFFFFF;
  text-shadow: 0 1px 0 #000000;
}
/* product list */
.product-thumb {
  border: 1px solid #ddd;
  margin-bottom: 20px;
  overflow: visible;
  border-radius: 4px;
}
.product-thumb .image {
  text-align: center;
  padding: 40px;
}
.product-thumb .image a {
  display: block;
}
.product-thumb .image a:hover {
  opacity: 0.8;
}
.product-thumb .image img {
  margin-left: auto;
  margin-right: auto;
}
.product-grid .product-thumb .image {
  float: none;
}
@media (min-width: 767px) {
  .product-list .product-thumb .image {
    float: left;
    padding: 0 15px;
  }
}
footer .fourth-section .btn-warning.header-main {
  min-width: 154px;
}
.product-thumb h4 {
  font-weight: bold;
}
.product-thumb .caption {
  padding: 0 20px;
  /*   min-height: 110px; */
}
/* .product-list .product-thumb .caption {
  margin-left: 230px;
} */
@media (max-width: 1200px) {
  .product-grid .product-thumb .caption {
    min-height: 210px;
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .product-list .product-thumb .caption {
    min-height: 0;
    margin-left: 0;
    padding: 0 10px;
  }
  .breadcrumb > li {
    padding: 0 16px;
  }
  .breadcrumb > li:after {
    top: 0px;
  }
  .product-grid .product-thumb .caption {
    min-height: 0;
  }
}
.product-thumb .rating {
  padding-bottom: 10px;
}
.rating .fa-stack {
  font-size: 8px;
}
.rating .fa-star-o {
  color: #999;
  font-size: 15px;
}
.rating .fa-star {
  color: #FC0;
  font-size: 15px;
}
.rating .fa-star + .fa-star-o {
  color: #E69500;
}
h2.price {
  margin: 0;
}
.product-thumb .price {
  color: #444;
}
.product-thumb .price-new {
  font-weight: 600;
}
.product-thumb .price-old {
  color: #999;
  text-decoration: line-through;
  margin-left: 10px;
}
.product-thumb .price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}
.product-thumb .button-group {
  border-top: 1px solid #ddd;
  background-color: #eee;
  overflow: auto;
}
.product-list .product-thumb .button-group {
  border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
  .product-list .product-thumb .button-group {
    border-left: none;
  }
}
.product-thumb .button-group button {
  width: 60%;
  border: none;
  display: inline-block;
  float: left;
  background-color: #eee;
  color: #888;
  line-height: 38px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.product-thumb .button-group button + button {
  width: 20%;
  border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
  color: #444;
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .product-thumb .button-group button,
  .product-thumb .button-group button + button {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .product-thumb .button-group button,
  .product-thumb .button-group button + button {
    width: 33.33%;
  }
}
.thumbnails {
  /* overflow: auto; */
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
}
.thumbnails > li {
  margin-left: 20px;
}
.thumbnails {
  margin-left: -20px;
}
.thumbnails > img {
  width: 100%;
}
.image-additional a {
  margin-bottom: 20px;
  padding: 5px;
  display: block;
  border: 1px solid #ddd;
}
.image-additional {
  max-width: 78px;
}
.thumbnails .image-additional {
  float: left;
  margin-left: 20px;
}
@media (min-width: 1200px) {
  #content .col-lg-2:nth-child(6n+1),
  #content .col-lg-2:nth-child(6n+1),
  #content .col-lg-3:nth-child(4n+1),
  #content .col-lg-4:nth-child(3n+1),
  #content .col-lg-6:nth-child(2n+1) {
    clear: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #content .col-md-2:nth-child(6n+1),
  #content .col-md-2:nth-child(6n+1),
  #content .col-md-3:nth-child(4n+1),
  #content .col-md-4:nth-child(3n+1),
  #content .col-md-6:nth-child(2n+1) {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #content .col-sm-2:nth-child(6n+1),
  #content .col-sm-2:nth-child(6n+1),
  #content .col-sm-3:nth-child(4n+1),
  #content .col-sm-4:nth-child(3n+1),
  #content .col-sm-6:nth-child(2n+1) {
    clear: left;
  }
}
/* fixed colum left + content + right*/
@media (min-width: 768px) {
  #column-left .product-layout .col-md-3 {
    width: 100%;
  }
  #column-left + #content .product-layout .col-md-3 {
    width: 50%;
  }
  #column-left + #content + #column-right .product-layout .col-md-3 {
    width: 100%;
  }
  #content + #column-right .product-layout .col-md-3 {
    width: 100%;
  }
}
/* fixed product layouts used in left and right columns */
#column-left .product-layout,
#column-right .product-layout {
  width: 100%;
}
/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
  min-width: 50px;
}
/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}
/*img category*/
.imgcategory .product-thumb.transition > h4 {
  padding-left: 10px;
}
/*sticker*/
.image {
  position: relative;
}
.image .corner_0,
.image .corner_1,
.image .corner_2,
.image .corner_3 {
  height: 57px;
  width: 58px;
  position: absolute;
  z-index: 998;
}
.image .corner_0 {
  left: 0px;
  top: 0px;
}
.image .corner_1 {
  right: 0px;
  top: 0px;
}
.image .corner_2 {
  left: 0px;
  bottom: 0px;
}
.image .corner_3 {
  right: 0px;
  bottom: 0px;
}
.box-product .image .corner_0 img,
.box-product .image .corner_1 img,
.box-product .image .corner_2 img,
.box-product .image .corner_3 img {
  border: none;
  padding: 0px;
}
.box .box-product .image .corner_0 img,
.box .box-product .image .corner_1 img,
.box .box-product .image .corner_2 img,
.box .box-product .image .corner_3 img {
  width: 60%;
}
/*benefits*/
.product-grid .benefit-text,
.product-grid .benefit,
.product-grid .benefits,
.product-grid .present {
  display: none;
}
.benefits {
  margin-left: -15px;
}
.benefit {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.row-del {
  display: flex;
  justify-content: space-between;
}
.row-del .time-del {
  width: 90px;
  font-weight: 700;
}
.product-list .benefit-text {
  float: left;
  line-height: 40px;
  margin-right: 5px;
}
.benefit li span {
  display: table-cell;
  vertical-align: middle;
}
.benefit_description {
  display: none;
  position: absolute;
  top: 41px;
  z-index: 2;
  border: 1px solid #38b0e3;
  padding: 15px;
  left: -75px;
  border-radius: 4px;
  background: white;
  box-shadow: 0 0 8px grey;
  width: 150px;
  line-height: 13px;
  font-size: 11px;
}
.benefit_description:after {
  position: absolute;
  width: 0px;
  height: 0px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  top: -7px;
  content: '';
  left: 82px;
}
.benefit_description:before {
  position: absolute;
  width: 0px;
  height: 0px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #38b0e3;
  top: -8px;
  content: '';
  left: 82px;
}
.benefit li:hover .benefit_description {
  display: block;
}
.product-info .present {
  border-top: 1px solid #E7E7E7;
  padding: 15px 5px 10px 5px;
  margin-top: 10px;
}
.present {
  display: none;
}
/* iMan Lungor */
#live-search {
  width: 94%;
  position: absolute;
  z-index: 1000;
  padding: 5px 0px;
  margin-top: -10px;
  background-color: #FFF;
  border: 1px solid #DDD;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0 2px 2px #DDDDDD;
  display: none;
}
#live-search .loading {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#live-search ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
#live-search ul li {
  cursor: pointer;
  padding: 5px;
  margin: 0px 5px;
  background-color: #FFF;
  min-height: 40px;
  clear: both;
}
#live-search ul li:nth-child(even) {
  background-color: #FAFAFA;
}
#live-search ul li:hover {
  background-color: #F0F7FA;
}
#live-search ul li a {
  text-decoration: none;
  display: block;
}
#live-search ul li .product-image {
  float: left;
  margin-right: 5px;
}
#live-search ul li .product-name p {
  font-weight: normal;
  font-style: italic;
  font-size: 10px;
  color: #555555;
  margin: 0px;
  padding: 0px;
}
#live-search ul li .product-name {
  font-weight: bold;
  float: left;
  width: 60%;
}
#live-search ul li .product-price {
  text-align: right;
  font-size: 12px;
  font-weight: bold;
  float: right;
  margin-top: 10px;
  width: 15%;
}
#live-search ul li .product-price .price {
  color: #333333;
  display: block;
}
#live-search ul li .product-price .special {
  color: #FF0000;
  text-decoration: line-through;
  display: block;
}
#live-search .product-price > .special {
  margin-top: -5px;
}
#live-search .result-text {
  margin-top: 20px;
  font-weight: bold;
  text-align: center;
  font-size: 11px;
  line-height: 20px;
  color: #555555;
  background-color: #e6ffff;
}
/* tmp style */
#description p img {
  /*	display: block;
      margin-left: auto;
      margin-right: auto;*/
  max-width: 100%;
  max-width: -webkit-fill-available;
}
#description p iframe.note-video-clip {
  max-width: 92vw;
  max-height: 51vw;
}
/* tmp style */
/* description for attributes  Lungor_iMan_MOD */
.attr-desc span {
  cursor: pointer;
}
.attr-desc:hover span {
  color: #0000C0;
  text-decoration: underline;
}
.attr-desc span i {
  padding-left: 5px;
  opacity: 0.8;
}
.attr-desc .popover {
  min-width: 400px;
  max-width: min-content;
}
/* description for attributes  Lungor_iMan_MOD */
/* owl-carousel and list */
.owl-carousel .owl-wrapper-outer {
  /*border: 0px solid #fff !important;*/
  /*width: 101%!important;*/
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.owl-carousel .owl-item {
  /*margin: 0 3px 0 3px;*/
  padding: 0 3px 0 3px;
}
.product-thumb {
  margin-bottom: 0px;
}
.product-layout {
  padding-bottom: 20px;
}
/* owl-carousel and list */
/* all-in-one */
@media (min-width: 992px) {
  .all-in-one {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;
    margin-bottom: 150px;
    margin-top: 150px;
  }
}
.all-in-one .left-side,
.all-in-one .right-side {
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
.all-in-one .side-item {
  margin: 15px 0px 15px 0px;
}
.all-in-one .side-item a {
  background-color: #ffffff;
  padding: 2px 5px 2px 5px;
  border-radius: 5px;
  border: 1px solid #f0ff00;
}
.all-in-one .side-item.first,
.all-in-one .side-item.last {
  margin: 30px 0px 30px 0px;
  padding: 4px 10px 4px 10px;
  font-size: 20px;
}
.all-in-one .product-navigation {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: baseline;
  align-content: stretch;
  padding-bottom: 10px;
}
.all-in-one .product-navigation .product-type,
.all-in-one .product-navigation .product-category {
  max-width: 50%;
}
.all-in-one .product-navigation a.label {
  color: #000;
  font-size: 100%;
}
.all-in-one .product-navigation .product-type a.label.active {
  background-color: #c1f0bb;
}
.all-in-one .product-navigation .product-category a.label.active {
  background-color: #facff1;
}
.all-in-one .product-navigation .product-type a.label:hover {
  background-color: #eeffec;
}
.all-in-one .product-navigation .product-category a.label:hover {
  background-color: #f8f3f7;
}
.all-in-one .product-navigation .product-type a.label.not-available,
.all-in-one .product-navigation .product-category a.label.not-available {
  color: #aeaeae;
  cursor: no-drop;
  display: none;
}
.all-in-one .center-side .tab-content .tab-pane .owl-carousel {
  margin: 0 0 0 0;
}
.all-in-one .center-side .tab-content {
  max-height: 461px;
}
/* all-in-one */
@keyframes alert {
  0% {
    opacity: 0;
    top: 90%;
    z-index: 100;
  }
  20% {
    opacity: 1;
    top: 153px;
    z-index: 100;
  }
  95% {
    opacity: 1;
    top: 153px;
    z-index: 100;
  }
  100% {
    opacity: 0;
    top: 153px;
    z-index: 0;
  }
}
.alert {
  position: fixed;
  top: 153px;
  opacity: 0;
  right: 50px;
  z-index: 0;
  -webkit-animation-name: alert;
  -moz-animation-name: alert;
  -o-animation-name: alert;
  animation-name: alert;
  -webkit-animation-duration: 5s;
  -moz-animation-duration: 5s;
  -o-animation-duration: 5s;
  animation-duration: 5s;
}
.d-none {
  display: none !important;
}
.left__header-info {
  position: relative;
  width: 100%;
}
.left__header-info b {
  position: absolute;
  right: 10px;
}
.header__info-row .title-contact {
  position: unset;
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  align-items: center;
}
.right__header-info {
  width: 100%;
  position: relative;
}
.right__header-info b {
  position: absolute;
  right: 10px;
}
#search {
  width: 100%;
}
#search form {
  display: flex;
}
#search form .input-group-btn {
  width: auto;
}
#search form .input-group-btn button.btn-lg {
  padding: 10px 10px;
}
#search form select {
  max-width: 140px;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#search form select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgba(102, 175, 233, 0.6);
}
.product-in-compare.active i {
  color: #00b800;
  transform: skew(357deg, 343deg);
}
/* page compare */
#table-compare tbody {
  border-top: 1px solid #ddd;
}
#table-compare tbody tr {
  border-bottom: 1px solid #dddddd;
}
#table-compare tbody tr th {
  padding: 0 10px;
  border-top: 0;
  /*min-width: 200px;*/
  /*border-right: 1px solid #dddddd;*/
  background-color: #f4f4f4;
  text-align: left;
  position: absolute;
  width: 180px;
  height: 231px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  align-content: stretch;
}
#table-compare tbody tr td {
  cursor: grabbing;
  text-align: center;
  max-width: 240px;
}
#table-compare tbody tr td.relative {
  position: relative;
}
#table-compare tbody tr td img {
  max-width: none;
  border: none;
}
#table-compare tbody tr td a.name {
  display: block;
  height: 40px;
  overflow: hidden;
  font-size: 13px;
}
#table-compare tbody tr td input {
  max-width: 140px;
  margin: 0 auto;
  font-size: 14px;
}
#table-compare tbody tr td .button-remove {
  position: absolute;
  top: 10px;
  right: 10%;
}
#table-compare tbody tr td .button-remove a {
  color: red;
}
#table-compare tbody tr td .button-remove a:hover {
  color: #ba0000;
}
#table-compare tbody tr td.hidden-td {
  width: 180px;
  max-width: 180px;
  min-width: 180px;
}
@media (max-width: 700px) {
  #table-compare tbody tr th {
    width: 135px;
  }
  #table-compare tbody tr td img {
    width: 96px;
  }
  #table-compare tbody tr td.hidden-td {
    width: 135px;
    max-width: 135px;
    min-width: 135px;
  }
  .table-responsive > .table > tbody > tr > td {
    white-space: unset;
  }
}
.only-differences {
  text-align: right;
  padding-bottom: 10px;
}
.only-differences #onlyDifferences {
  width: 140px;
}
.only-differences #onlyDifferences span.deactivated {
  display: block;
}
.only-differences #onlyDifferences span.activated {
  display: none;
}
.only-differences #onlyDifferences.active span.deactivated {
  display: none;
}
.only-differences #onlyDifferences.active span.activated {
  display: block;
}
.compare-lists li.current a {
  font-weight: 800;
}
@keyframes hidden {
  0% {
    opacity: 1;
  }
  70% {
    opacity: 0.7;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
.may-be-hidden.hidden-row {
  opacity: 0;
  display: none;
  -webkit-animation-name: hidden;
  -moz-animation-name: hidden;
  -o-animation-name: hidden;
  animation-name: hidden;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
@keyframes unhidden {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
.may-be-hidden {
  opacity: 1;
  -webkit-animation-name: unhidden;
  -moz-animation-name: unhidden;
  -o-animation-name: unhidden;
  animation-name: unhidden;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
/* page compare */
form#formReviewNew .files-block .files-label .btn-group {
  display: flex;
}
form#formReviewNew .files-block .files-label .btn-group input {
  border-radius: 4px 0 0 4px;
}
form#formReviewNew .files-block .files {
  margin-top: 5px;
}
form#formReviewNew .files-block .files .list {
  background-color: aliceblue;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
}
form#formReviewNew .files-block .files .list .item {
  margin: 10px;
  position: relative;
  background-color: #fff;
  opacity: 0.85;
  cursor: pointer;
  width: 168px;
  height: 126px;
}
form#formReviewNew .files-block .files .list .item .img {
  width: 168px;
  height: 126px;
  display: flex;
  align-items: center;
  justify-content: center;
}
form#formReviewNew .files-block .files .list .item .img img {
  max-width: 100%;
  max-height: 100%;
}
form#formReviewNew .files-block .files .list .item .img input {
  display: none;
}
form#formReviewNew .files-block .files .list .item button.del {
  position: absolute;
  top: -8px;
  right: -8px;
  background-color: #ff5454;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  color: white;
  border: none;
}
form#formReviewNew .files-block .files .list .item button.del i {
  position: absolute;
  top: 3px;
  right: 4px;
}
form#formReviewNew .files-block .files .list .item button.del:hover {
  background-color: #EC1F3A;
}
form#formReviewNew .files-block .files .list .item.add-new-photo .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
  height: 100%;
}
form#formReviewNew .files-block .files .list .item.add-new-photo .text span {
  font-size: 16px;
  margin: 11px;
}
form#formReviewNew .files-block .files .list .item.add-new-photo input {
  display: none;
}
form#formReviewNew .files-block .files-error {
  color: red;
}
.modal .btn-default {
  display: none;
}
#review2 .item,
#ModalSeeReview .item {
  margin: 20px 0 0 0;
}
#review2 .item.item-answer,
#ModalSeeReview .item.item-answer {
  margin: 0 0 0 5%;
}
#review2 .item .panel-heading,
#ModalSeeReview .item .panel-heading {
  display: flex;
  justify-content: space-between;
}
#review2 .item .panel-heading .panel-title i,
#ModalSeeReview .item .panel-heading .panel-title i {
  color: green;
  padding-right: 10px;
}
#review2 .item .panel-body,
#ModalSeeReview .item .panel-body {
  font-size: 14px;
}
#review2 .item .panel-body .rating,
#ModalSeeReview .item .panel-body .rating {
  margin: 5px 0 5px 0;
}
#review2 .item .panel-body .rating .fa,
#ModalSeeReview .item .panel-body .rating .fa {
  font-size: 18px;
}
#review2 .item .panel-body p span,
#ModalSeeReview .item .panel-body p span {
  font-weight: 600;
}
#review2 .item .panel-body p span.text-plus,
#ModalSeeReview .item .panel-body p span.text-plus {
  color: green;
}
#review2 .item .panel-body p span.text-minus,
#ModalSeeReview .item .panel-body p span.text-minus {
  color: red;
}
#review2 .item .panel-body .media-block,
#ModalSeeReview .item .panel-body .media-block {
  /*        overflow: auto;
        &::-webkit-scrollbar{
          width:5px;
          height:5px
        }
        &::-webkit-scrollbar-track-piece{
          background-color:#ebebeb;
        }
        &::-webkit-scrollbar-thumb:vertical{
          background-color:#c0c0c0;
        }
        &::-webkit-scrollbar-thumb:horizontal{
          background-color:#c0c0c0;
        }*/
}
#review2 .item .panel-body .media-block .inner,
#ModalSeeReview .item .panel-body .media-block .inner {
  /*          width: max-content;
          display: flex;
          flex-wrap: nowrap;*/
  display: none;
}
#review2 .item .panel-body .media-block .inner a,
#ModalSeeReview .item .panel-body .media-block .inner a {
  margin: 5px 5px;
}
#review2 .item .panel-body .media-block .inner a img,
#ModalSeeReview .item .panel-body .media-block .inner a img {
  max-height: 89px;
}
#review2 .item .panel-footer .likes,
#ModalSeeReview .item .panel-footer .likes {
  width: 100%;
  text-align: right;
  font-weight: 600;
}
#review2 .item .panel-footer .likes button,
#ModalSeeReview .item .panel-footer .likes button {
  background: none;
  border: none;
  text-decoration: none;
}
#review2 .item .panel-footer .likes button.like,
#ModalSeeReview .item .panel-footer .likes button.like {
  color: #00af00;
}
#review2 .item .panel-footer .likes button.dislike,
#ModalSeeReview .item .panel-footer .likes button.dislike {
  color: red;
}
#review2 .item .panel-footer .likes button:disabled,
#ModalSeeReview .item .panel-footer .likes button:disabled {
  color: grey;
}
#review2 .item .panel-footer .likes button i,
#ModalSeeReview .item .panel-footer .likes button i {
  padding: 0 8px;
}
#ModalSeeReview {
  overflow-y: hidden;
}
#ModalSeeReview .modal-dialog {
  width: 90%;
  height: 95%;
  margin-top: 1%;
}
#ModalSeeReview .modal-dialog .modal-content {
  height: 100%;
}
#ModalSeeReview .modal-dialog .modal-content .modal-body {
  height: 90%;
}
#ModalSeeReview .modal-dialog .modal-content .modal-body .modal-body-inner {
  height: 98%;
  overflow-x: hidden;
  overflow-y: auto;
}
.see-slider {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}
.see-slider .slider-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 500px;
}
.see-slider .slider-body .items {
  /*height: 500px;*/
}
.see-slider .slider-body .items .item {
  display: none;
}
.see-slider .slider-body .items .item.active {
  display: block;
}
.see-slider .slider-body .items .item img,
.see-slider .slider-body .items .item iframe {
  max-width: 500px;
  max-height: 500px;
}
.see-slider .slider-body span {
  cursor: pointer;
  opacity: 0.5;
}
.see-slider .slider-body span:hover {
  opacity: 1;
}
.see-slider .dotes {
  display: flex;
  justify-content: center;
  padding-bottom: 50px;
}
.see-slider .dotes .dot {
  padding: 5px;
}
.see-slider .dotes .dot span {
  display: block;
  width: 11px;
  height: 11px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.see-slider .dotes .dot.active span {
  background: rgba(0, 0, 0, 0.9);
}
#top #top-links .social-login-header,
.social-login-in-account {
  display: flex;
  justify-content: center;
  margin: 15px;
}
#top #top-links .social-login-header a,
.social-login-in-account a {
  display: flex;
  padding: 0 0 0 0;
  border: 1px solid black;
  border-radius: 50%;
}
#top #top-links .social-login-header a svg,
.social-login-in-account a svg {
  width: 20px;
  height: 20px;
  margin: 4px;
}
.social-login-in-account {
  justify-content: flex-start;
}
.social-login-in-account a {
  margin: 15px 15px 15px 0;
}
.social-login-in-account a.is-connected {
  background-color: #77ff98;
}
.social-login-in-account a:hover {
  background-color: #229ac8;
}
#html-its-easy-with-us .part1 .center-section .text .col-sm-6 b:last-child {
  position: absolute;
  right: unset;
  margin-left: 40px;
}
.left__header-info b:last-child {
  position: absolute;
  right: unset;
  margin-left: 40px;
}
@media (max-width: 768px) {
  .left__header-info b:last-child {
    position: absolute;
    right: unset;
    margin-left: 42px;
  }
  footer .fourth-section .btn-warning.header-main {
    min-width: 100%;
    padding: 0px 24px;
  }
}
/* form-my */
.form-my.form-horizontal .control-label {
  text-align: left;
  padding-top: 0px;
}
.form-my.form-horizontal select {
  width: 100%;
}
/* modal-curtain */
@media (min-width: 768px) {
  .modal-sidebar.modal {
    padding-right: 0 !important;
    overflow-x: hidden;
    overflow-y: hidden;
  }
  .modal-sidebar.modal .modal-dialog {
    position: relative;
    width: 400px;
    margin: 30px auto;
    margin-right: 0;
    margin-bottom: 0;
    margin-top: 0;
    height: 100%;
    max-width: 400px;
  }
  .modal-sidebar.modal .modal-dialog .modal-content {
    height: 100%;
  }
  .modal-sidebar.modal .modal-dialog .modal-content .modal-body {
    height: 76%;
    overflow: auto;
    padding-bottom: 70px;
  }
  .modal-sidebar.modal .modal-dialog .modal-content .modal-footer {
    position: fixed;
    width: 99%;
    bottom: 0;
    background-color: #ffffff;
  }
  .modal-sidebar.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  .modal-sidebar.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  /*   .left-col{
    position: absolute;
    left: -20px;
  }
  .right-col{
    position: absolute;
    right: 0px;
  } */
}
/* form-my */
#top-red-string {
  justify-content: center;
  background-color: #EC1F3A;
  color: white;
  text-align: center;
  font-size: 24px;
  min-height: 56px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
#top-red-string .know {
  display: flex;
  align-items: center;
  align-self: stretch;
}
#top-red-string .know a {
  height: 100%;
  background-color: white;
  display: flex;
  align-items: center;
  color: #EC1F3A;
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
  padding: 0px 45px;
  text-align: center;
  margin-left: 37px;
}
.flex-width {
  flex: 1 1 auto;
}
#htmlThreeWaterPrice .heading-tile {
  margin: 50px auto 220px auto;
  width: 632px;
  /* height: 84px; */
  position: relative;
}
#htmlThreeWaterPrice .heading-tile .head-row-flex {
  display: flex;
  margin-bottom: 79px;
  position: relative;
}
#htmlThreeWaterPrice .heading-tile .heading-tile-top {
  /*  position: absolute; */
  width: min-content;
  top: 0;
  left: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 104px;
  line-height: 90px;
  text-transform: uppercase;
  color: #0074D9;
}
#htmlThreeWaterPrice .heading-tile .heading-tile-bottom {
  position: absolute;
  /* width: min-content; */
  right: 0;
  bottom: 0px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 48px;
  color: #071827;
  /* top: 46px; */
  max-width: 253px;
  line-height: 105%;
}
#htmlThreeWaterPrice .product-list .item {
  margin-bottom: 64px;
}
#htmlThreeWaterPrice .product-list .item .wrapper-item {
  cursor: pointer;
}
#htmlThreeWaterPrice .product-list .item .wrapper-item .item-inner {
  padding: 10px;
  box-shadow: 0px 0px 10px #dddddd;
}
#htmlThreeWaterPrice .product-list .item .wrapper-item .item-inner a {
  color: #000;
}
#htmlThreeWaterPrice .product-list .item .wrapper-item .item-inner .image img {
  padding: 54px 81px;
  margin-top: -240px;
  width: 100%;
  transform: scale(1);
}
#htmlThreeWaterPrice .product-list .item .wrapper-item .item-inner .title {
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  line-height: 25px;
  transition: all 0.4s linear;
}
#htmlThreeWaterPrice .product-list .item .wrapper-item .item-inner .title:hover {
  color: #EC1F3A;
  transition: all 0.4s linear;
}
#htmlThreeWaterPrice .product-list .item .wrapper-item .item-inner .description {
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  margin-top: 12px;
  padding: 0px 22px;
  min-height: 120px;
  overflow: hidden;
  max-height: 120px;
}
#htmlThreeWaterPrice .product-list .item .wrapper-item .item-inner .prices {
  display: flex;
  margin: 24px 5px;
  justify-content: center;
}
#htmlThreeWaterPrice .product-list .item .wrapper-item .item-inner .prices .price {
  padding-right: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#htmlThreeWaterPrice .product-list .item .wrapper-item .item-inner .prices .price__img {
  margin-left: 4px;
}
#htmlThreeWaterPrice .product-list .item .wrapper-item .item-inner .prices .price__text-title {
  font-weight: 700;
  font-size: 17px;
  line-height: 25px;
  color: #071827;
  margin-left: 12px;
}
#form-threeWaterPrice1 {
  /* width: 300px;
  margin: 20px auto; */
  padding-bottom: 150px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
#form-threeWaterPrice1 .row div label {
  display: none;
}
#form-threeWaterPrice1 .row div input {
  width: 464px;
  border-radius: 1500px;
  border: 1px solid #7C8993;
  opacity: 0.30000001;
  color: #515E68;
}
@media (max-width: 767px) {
  #form-threeWaterPrice1 .row div input {
    width: 375px;
  }
}
#form-threeWaterPrice1 .row div input:focus {
  border: 1px solid #071827;
  color: #515E68;
  font-family: Open Sans;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 26.25px */
}
#form-threeWaterPrice1 .row div .buttons {
  margin: 0;
}
@media (min-width: 1200px) {
  .container-two-columns {
    column-count: 1;
  }
}
.home__seo-text h1 {
  font-size: 48px;
  font-family: Montserrat;
  font-weight: 700;
  line-height: 105%;
  margin-bottom: 50px;
  padding-top: 100px;
}
.home__seo-text p {
  font-size: 15px;
  line-height: 25px;
}
.home__seo-text.more-hide {
  max-height: 1335px;
}
[lang="uk"] .home__seo-text.more-hide {
  max-height: 1208px;
}
.home__seo-text span {
  font-size: 24px !important;
  font-family: Montserrat;
  font-weight: 700;
  margin-bottom: 16px;
}
.home__seo-text.more-hide span.view-more {
  margin-bottom: 0px;
  left: 25px;
}
#html-schedule-work {
  margin: 20px 0;
}
#html-schedule-work .heading-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 24px;
}
#html-schedule-work .body {
  background-color: #0074D9;
  color: white;
  border-radius: 10px;
  margin: 10px 0;
  padding: 10px 0;
}
#html-schedule-work .body .row {
  margin: 15px 0;
}
#html-schedule-work .body .row .col-sm-8 {
  max-width: 195px;
}
#html-schedule-work .body .row .col-sm-8:first-child b {
  position: unset;
  right: 15px;
}
#html-schedule-work .body .row .col-sm-8:first-child b:last-child {
  margin-left: 45px;
  position: unset;
}
#html-schedule-work .body .row .col-sm-8:first-child b:first-child {
  position: unset;
}
#html-schedule-work .body .row .col-sm-8 .title-contact {
  text-align: center;
}
#html-schedule-work .body .row .col-sm-8 b {
  position: absolute;
  right: 15px;
}
#html-schedule-work .body .row .col-sm-8 b:last-child {
  margin-left: 45px;
  position: absolute;
}
#html-schedule-work .body .row .col-sm-8 b:first-child {
  position: unset;
}
.about-us-main h1 {
  color: #071827;
  font-size: 32px;
  font-family: Montserrat;
  font-weight: 700;
  line-height: 115%;
  text-align: left;
  margin-bottom: 24px;
}
.about-us-main .container-two-columns {
  color: #515E68;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 40px;
}
.about-us-main .container-two-columns p {
  max-width: 550px;
}
.information-information-6 h1 {
  color: #071827;
  text-align: center;
  font-family: Montserrat;
  font-size: 48px;
  font-weight: 700;
  line-height: 105%;
  /* 50.4px */
  margin-bottom: 23px;
}
.information-information-6 .container-two-columns {
  column-count: 1;
}
.information-information-10 .container-two-columns {
  column-count: 1;
}
.information-information-24 .container-two-columns {
  column-count: 1;
}
.information-information-25 .container-two-columns {
  column-count: 1;
}
.information-information-6 #content {
  max-width: 687px;
  width: 100%;
}
.information-information-6 #column-right {
  max-width: 379px;
  width: 100%;
  margin-left: 50px;
}
.info-row-footer p {
  margin-bottom: 0px;
}
.information-information-6 .panel-primary {
  border-color: #D7EAFB;
}
#html-payment-method {
  margin-top: 92px;
  margin-bottom: 84px;
}
#html-payment-method .heading-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 24px;
}
#html-payment-method .panel-heading {
  font-size: 16px;
  font-weight: 600;
  background: #D7EAFB;
  color: #071827;
  font-size: 17px;
  font-weight: 700;
  line-height: 150%;
  border-color: #D7EAFB;
  /* 25.5px */
}
#html-payment-method .panel-body {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#html-payment-method .panel-body .block {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
#html-payment-method .panel-body .block .text {
  width: 130px;
  margin-left: 24px;
  color: #071827;
  font-size: 15px;
  font-weight: 400;
  line-height: 175%;
  /* 26.25px */
  min-width: 155px;
}
#info-top-id4 {
  position: relative;
  margin: 160px 0 20px 0;
}
#info-top-id4 .heading-title {
  position: absolute;
  font-size: 300px;
  font-weight: 900;
  width: 100%;
  text-align: center;
  bottom: 470px;
  color: #0074D9;
}
#info-top-id4 .image {
  position: relative;
  height: 500px;
  text-align: center;
}
#info-top-id4 .button {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 170px;
}
#info-top-id4 .button button {
  border-radius: 50%;
  border: 1px solid #EC1F3A;
  width: 200px;
  height: 200px;
  background-color: transparent;
  padding: 9px;
  margin: 0;
  transition: all 0.2s linear;
}
#info-top-id4 .button button .circle2 {
  border-radius: 50%;
  border: 1px solid #EC1F3A;
  width: 180px;
  height: 180px;
  padding: 0;
  margin: 0;
  background-color: #EC1F3A;
  position: relative;
}
#info-top-id4 .button button .circle2 .button-text {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  line-height: 28px;
  color: white;
}
#info-top-id4 .button button:hover {
  border-radius: 500px;
  background: #EC1F3A;
  transition: all 0.2s linear;
}
@media (max-width: 1199px) {
  #info-top-id4 .heading-title {
    font-size: 250px;
    line-height: 82px;
  }
  #html-its-easy-with-us .part1 .col-sm-5.center-section {
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  #info-top-id4 .heading-title {
    bottom: 456px;
    font-size: 170px;
  }
}
@media (max-width: 767px) {
  #info-top-id4 .heading-title {
    bottom: 428px;
    font-size: 150px;
  }
}
@media (max-width: 562px) {
  #info-top-id4 .heading-title {
    bottom: 405px;
    font-size: 100px;
  }
}
#about_us_video_youtube .modal-content {
  width: 1px;
  height: 1px;
}
#about_us_video_youtube .modal-content button {
  position: fixed;
  top: 9%;
  right: 11%;
  color: #fff;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  opacity: 1;
}
#html-about-our-water .heading-title {
  text-align: center;
  font-size: 30px;
  padding-top: 129px;
  color: #071827;
  font-size: 64px;
  font-family: Montserrat;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 77px;
}
#html-about-our-water .mineral_subtitle {
  color: #071827;
  text-align: center;
  font-size: 40px;
  font-family: Montserrat;
  font-weight: 700;
  line-height: 125%;
  margin-bottom: 8px;
}
#html-about-our-water .mineral_descr {
  margin-bottom: 63px;
  color: #071827;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}
#banner_certificates {
  padding-top: 150px;
}
#banner_certificates .heading-title {
  color: #071827;
  text-align: center;
  font-size: 40px;
  font-family: Montserrat;
  font-weight: 700;
  line-height: 125%;
  margin-bottom: 48px;
}
#banner_certificates .thumbnails {
  display: flex;
  justify-content: center;
  padding-bottom: 191px;
  border: unset;
}
#banner_certificates .thumbnails .thumbnail {
  border: unset;
  background-color: unset;
}
#banner_certificates .thumbnails img {
  object-fit: cover;
  width: 180px;
  height: auto;
  border-radius: 0px;
  border: 0px solid #FFF;
}
@media (max-width: 991px) {
  #banner_certificates .thumbnails img {
    width: 100%;
    height: 100%;
  }
}
@keyframes animCloud {
  from {
    -webkit-transform: translateX(75vw);
    -moz-transform: translateX(75vw);
    -ms-transform: translateX(75vw);
    -o-transform: translateX(75vw);
    transform: translateX(75vw);
  }
  to {
    -webkit-transform: translateX(-50vw);
    -moz-transform: translateX(-50vw);
    -ms-transform: translateX(-50vw);
    -o-transform: translateX(-50vw);
    transform: translateX(-50vw);
  }
}
img.cloud1 {
  top: 0;
  -webkit-animation: animCloud 20s infinite linear;
  -moz-animation: animCloud 20s infinite linear;
  animation: animCloud 20s infinite linear;
}
img.cloud2 {
  top: 20%;
  -webkit-animation: animCloud 40s infinite linear;
  -moz-animation: animCloud 40s infinite linear;
  animation: animCloud 40s infinite linear;
}
img.cloud3 {
  top: 40%;
  -webkit-animation: animCloud 60s infinite linear;
  -moz-animation: animCloud 60s infinite linear;
  animation: animCloud 60s infinite linear;
}
img.cloud4 {
  top: 60%;
  -webkit-animation: animCloud 80s infinite linear;
  -moz-animation: animCloud 80s infinite linear;
  animation: animCloud 80s infinite linear;
}
img.cloud5 {
  top: 80%;
  -webkit-animation: animCloud 100s infinite linear;
  -moz-animation: animCloud 100s infinite linear;
  animation: animCloud 100s infinite linear;
}
img.cloud6 {
  top: 100%;
  -webkit-animation: animCloud 120s infinite linear;
  -moz-animation: animCloud 120s infinite linear;
  animation: animCloud 120s infinite linear;
}
.section-btn-home {
  position: relative;
}
.btn-block-home {
  position: absolute;
  top: 497px;
  left: 0px;
  /* bottom: -252px; */
  z-index: 7;
  max-width: 608px;
  width: 100%;
}
#html-quick-water-order {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 1047px;
  background: no-repeat center / 1920px url("/image/catalog/img/cta.png");
  background-size: contain;
  transition: unset;
}
#html-quick-water-order.lang-ua {
  background-image: url("/image/catalog/img/cta-ua.png");
}
#html-quick-water-order .clouds {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.98;
}
#html-quick-water-order .big-text {
  font-weight: 900;
  font-size: 350px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #D7EAFB;
}
#html-quick-water-order button {
  box-sizing: border-box;
  position: absolute;
  width: 270px;
  height: 270px;
  left: calc(50% - 270px/2 - 1px);
  top: calc(50% - 270px/2 + 1px);
  border: 1px solid #EC1F3A;
  border-radius: 500px;
  background-color: #ffffff00;
  z-index: 1;
  transition: all 0.2s linear;
}
#html-quick-water-order button span {
  position: absolute;
  width: 242.58px;
  height: 242.58px;
  top: 12px;
  left: 12px;
  background: #EC1F3A;
  border-radius: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF;
}
#html-quick-water-order button:hover {
  border-radius: 500px;
  background: #EC1F3A;
  transition: all 0.2s linear;
}
@media (max-width: 1200px) {
  #html-quick-water-order {
    height: 85vw;
    /*background: no-repeat center/160% url("/image/catalog/img/cta.png");*/
    background-size: 160%;
  }
}
#html-subscribe-promotions-discounts {
  margin-bottom: 154px;
}
#html-subscribe-promotions-discounts .text {
  text-align: left;
  margin: 0 auto;
  font-size: 27px;
  line-height: 30px;
  font-weight: 700;
  max-width: 496px;
}
#html-subscribe-promotions-discounts .text span {
  color: #0074D9;
}
#html-subscribe-promotions-discounts .form {
  width: 300px;
  /*  margin: 16px auto; */
}
#html-subscribe-promotions-discounts .form .row div label {
  display: none;
}
#html-subscribe-promotions-discounts .form .row div input {
  width: 351px;
  border-radius: 1500px;
  border: 1px solid #7C8993;
  opacity: 0.30000001;
  color: #515E68;
  height: 64px;
}
#html-subscribe-promotions-discounts .form .row div .buttons {
  margin: 0;
}
#html-subscribe-promotions-discounts .form .row div .buttons .order-btn {
  right: unset;
}
.owl-dots {
  text-align: center;
  top: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.owl-dots button {
  margin-right: 10px;
}
body .owl-dot.active span {
  display: block;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
body .owl-dot span {
  width: 11px;
  height: 11px;
  color: #0074D9;
  display: block;
  background: #0074D9;
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
#html-feedback-from_our-clients {
  margin: 100px 0;
}
#html-feedback-from_our-clients .heading-title {
  font-weight: 700;
  font-size: 48px;
  line-height: 50px;
  text-align: center;
  margin: 30px 0 60px;
}
#html-feedback-from_our-clients .feedback-list .feedback {
  position: relative;
  padding: 30px;
}
#html-feedback-from_our-clients .feedback-list .feedback .feedback-inner {
  border: 1px solid #d7eafb;
  padding: 30px;
}
#html-feedback-from_our-clients .feedback-list .feedback .feedback-inner .text {
  padding-top: 10px;
}
#html-feedback-from_our-clients .feedback-list .feedback .feedback-inner .quotes-decor {
  position: absolute;
  top: 10px;
  right: 70px;
}
#banner-manufacturers {
  overflow: hidden;
  margin-top: 150px;
}
#banner-manufacturers .heading-title {
  font-weight: 700;
  font-size: 48px;
  line-height: 50px;
  text-align: center;
  margin: 30px 0 60px;
}
#banner-manufacturers .manufacturers-logo-list {
  margin-top: 80px;
  display: flex;
  flex-direction: row;
  row-gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
}
#banner-manufacturers .manufacturers-logo-list .manufacturer-logo {
  cursor: pointer;
  width: 200px;
  text-align: center;
}
#banner-manufacturers .manufacturers-logo-list .manufacturer-logo img {
  filter: grayscale(1);
  transition: 0.3s;
  width: 150px;
  object-fit: cover;
  height: 80px;
}
#banner-manufacturers .manufacturers-logo-list .manufacturer-logo:hover img {
  filter: grayscale(0);
}
#html-its-easy-with-us {
  background-color: #f3f9fe;
}
#html-its-easy-with-us .part1 {
  margin-bottom: 50px;
}
#html-its-easy-with-us .part1 .heading-title {
  text-align: center;
  margin: 130px 0 60px;
  font-size: 104px;
  font-family: Montserrat;
  font-weight: 700;
  line-height: 90px;
  text-transform: uppercase;
}
#html-its-easy-with-us .part1 .number {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
#html-its-easy-with-us .part1 .number img {
  position: absolute;
  right: 0px;
}
#html-its-easy-with-us .part1 .number span {
  font-size: 104px;
  font-family: Montserrat;
  font-weight: 700;
  line-height: 90px;
  text-transform: uppercase;
  color: #0074D9;
  margin-right: 20px;
}
#html-its-easy-with-us .part1 .title {
  font-size: 24px;
  font-family: Montserrat;
  font-weight: 700;
  max-width: 250px;
  margin-top: 24px;
  margin-bottom: 10px;
}
#html-its-easy-with-us .part1 .text img {
  margin-right: 16px;
}
#html-its-easy-with-us .part1 .center-section {
  padding-left: 70px;
}
#html-its-easy-with-us .part1 .center-section .title {
  max-width: 358px;
}
#html-its-easy-with-us .part1 .center-section img {
  position: absolute;
  right: 21px;
}
#html-its-easy-with-us .part1 .center-section .text .col-sm-6 {
  padding-left: 0px;
  max-width: 179px;
}
#html-its-easy-with-us .part1 .center-section .text .col-sm-6 .title-contact {
  position: unset;
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  align-items: center;
}
#html-its-easy-with-us .part1 .center-section .text .col-sm-6 b {
  position: absolute;
  right: 25px;
}
#html-its-easy-with-us .part1 .right-section {
  padding-left: 25px;
}
#html-its-easy-with-us .part1 .right-section .title {
  max-width: 276px;
}
#html-its-easy-with-us .part2 {
  background: center 186px / 1920px 460px no-repeat url("/image/catalog/img/3b-bulk1920.jpg");
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 710px;
  object-fit: contain;
  margin: 0 0 50px;
}
#html-its-easy-with-us .part2 .part2-left {
  padding: 250px 10px 0px 150px;
  color: white;
}
#html-its-easy-with-us .part2 .part2-left .title {
  margin: 30px 0 24px;
  font-size: 64px;
  font-family: Montserrat;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}
#html-its-easy-with-us .part2 .part2-left .text {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  margin: 30px 0 60px;
  font-family: Montserrat;
}
#html-its-easy-with-us .part3 {
  margin-bottom: 50px;
  padding: 25px 15px;
}
#html-its-easy-with-us .part3 .title {
  font-weight: 700;
  font-size: 32px;
  line-height: 50px;
  text-align: center;
  margin: 30px 0 60px;
}
#html-its-easy-with-us .part3 .text {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 48px;
  max-width: 405px;
  text-align: center;
  font-size: 15px;
  line-height: 25px;
}
#html-its-easy-with-us .part3 .advantages {
  padding: 25px 0px 0px 0x;
  color: var #071827;
  font-size: 24px;
  font-family: Montserrat;
  font-weight: 700;
  margin: 0px auto 56px auto;
  max-width: 954px;
  width: 100%;
}
#html-its-easy-with-us .part3 .advantages .first-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#html-its-easy-with-us .part3 .advantages .second-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#html-its-easy-with-us .part3 .advantages .second-line .advantage {
  margin-bottom: 0px;
}
#html-its-easy-with-us .part3 .advantages span {
  padding-left: 40px;
  color: #071827;
  font-size: 24px;
  font-family: Montserrat;
  font-weight: 700;
  max-width: 287px;
  display: block;
  width: 100%;
}
#html-its-easy-with-us .part3 .advantage {
  margin-bottom: 56px;
  display: flex;
  align-items: center;
  width: 50%;
  justify-content: center;
}
#html-its-easy-with-us .part3 .advantage img {
  width: 64px;
  height: 64px;
  object-fit: cover;
}
@media only screen and (min-width: 1920px) {
  #html-its-easy-with-us .part2 {
    background: center 186px / 1920px 460px no-repeat url(/image/catalog/img/3b-bulk1920.jpg);
    background-size: cover;
  }
  /* #html-water-delivery-in-kyiv {
  background-size: contain!important;
} */
  #html-quick-water-order {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 1047px;
    background: no-repeat center / 1920px url(/image/catalog/img/cta.png);
    /* background-size: 100% 100%; */
    transition: unset;
    background-size: cover;
  }
}
#html-water-delivery-in-kyiv {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 800px;
  background: no-repeat center 400px / 100% url("/image/catalog/img/mountains.png"), no-repeat 90% 40px / 575px url("/image/catalog/img/bottles.png");
}
#html-water-delivery-in-kyiv .clouds {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0.98;
}
#html-water-delivery-in-kyiv .text {
  position: relative;
  z-index: 1;
}
#html-water-delivery-in-kyiv .text .text-inner {
  position: absolute;
  top: 100px;
  width: 52%;
}
#html-water-delivery-in-kyiv .text .text-inner .heading-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 80px;
  /*   letter-spacing: 0em; */
  text-align: left;
  text-transform: uppercase;
  color: #0074d9;
  min-width: 670px;
}
#html-water-delivery-in-kyiv .text .text-inner .html {
  margin-top: 32px;
}
#html-water-delivery-in-kyiv .text .text-inner .html .items {
  display: flex;
  justify-content: space-between;
  max-width: 395px;
}
#html-water-delivery-in-kyiv .text .text-inner .html .items .item {
  display: flex;
}
#html-water-delivery-in-kyiv .text .text-inner .html .items .item .item-num {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 125%;
  color: #0074D9;
  margin-right: 4px;
}
#html-water-delivery-in-kyiv .text .text-inner .html .items .item .item-text div:first-child {
  font-weight: 700;
  font-size: 17px;
  line-height: 25px;
  color: #071827;
}
#html-water-delivery-in-kyiv .text .text-inner .html .items .item .item-text div:nth-child(2) {
  font-weight: 700;
  font-size: 15px;
  line-height: 25px;
  color: #0074D9;
}
#html-water-delivery-in-kyiv .text .text-inner .bottom-title {
  margin-bottom: 39px;
  margin-top: 32px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 40px;
  color: #071827;
  font-size: 40px;
}
@media (max-width: 991px) {
  #html-its-easy-with-us .part2 {
    background: center 186px / 1920px 980px no-repeat url("/image/catalog/img/3b-bulk.jpg");
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
  }
  #html-its-easy-with-us .part2 .part2-left {
    padding: 190px 30px 20px;
    text-align: center;
  }
  .product-tubs > li.active a {
    padding: 15px;
  }
}
.left__header-info {
  margin-right: 8px;
}
.text-main {
  max-width: 158px;
  position: relative;
  /*   text-align: end; */
}
.text-main b {
  position: absolute;
  right: 2px;
}
/* .information-contact .text-main:first-of-type b:last-of-type{
    margin-right: 45px;
    
} */
/* .text-main:not(b){
  position: absolute;
  left: 0px;
} */
/* htmlPromotions */
.information-contact .container h3 {
  margin-top: 80px;
}
.information-contact address {
  line-height: 175%;
}
.information-contact .row {
  margin-bottom: 40px;
}
.information-contact .row .col-sm-4 {
  line-height: 175%;
}
#htmlPromotions {
  margin-top: 48px;
}
.row .owl-carousel {
  display: block;
}
#htmlPromotions .owl-nav {
  top: 50%;
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.information-contact h1 {
  margin-bottom: 50px;
}
#htmlPromotions h3 {
  margin-bottom: 48px;
}
.information-contact a {
  line-height: 175%;
}
#htmlPromotions p {
  text-align: left;
  margin-bottom: 8px;
}
#htmlPromotions p:last-child {
  margin-top: 24px;
  margin-bottom: 8px;
}
.name-promotion {
  margin-top: 73px;
  margin-bottom: 24px;
}
.name-promotion a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 125%;
  color: #0074D9;
  text-align: left;
  display: inline-block;
}
.form-group {
  margin-bottom: 30px;
}
#htmlPromotions .button-group {
  text-align: left;
  margin-top: 32px;
}
/* exchange */
.exchange {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 115%;
  color: #071827;
  overflow: hidden;
}
.exchange p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 115%;
  max-width: 394px;
  color: #071827;
}
/* PRoDUCT */
#button-cart.btn-akva-cart {
  background: #EC1F3A;
  border-radius: 500px;
  font-weight: 700;
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  color: #FFFFFF;
  height: 64px;
  min-width: 460px;
  max-width: 520px;
}
.image__main-thumb {
  max-width: 584px;
  max-height: 584px;
  width: 100%;
  height: 100%;
}
.image__main-thumb img {
  object-fit: cover;
  padding: 20px;
  /*   padding: 63px; */
  /*  padding: 63px 170px; */
}
.product__list-cart {
  margin-bottom: 20px;
}
.caption.product__list-cart h4 a {
  font-weight: 700;
  font-size: 15px;
  color: #071827;
  margin-bottom: 3px;
}
.product-thumb .caption.product__list-cart {
  min-height: 0px;
}
.caption.product__list-cart h4 {
  text-align: left;
  min-height: 39px;
  overflow: hidden;
  max-height: 39px;
  margin-bottom: 0px;
}
.category__filter-main .list-group-item {
  color: #071827;
  font-size: 15px;
  font-weight: 700;
  line-height: 250%;
  margin-bottom: 10px;
  border: unset;
  background: unset;
  padding: 0px;
}
.list-group-item {
  position: unset;
}
.category__filter-main .list-group-item.active {
  color: #0074D9;
  font-size: 15px;
  font-weight: 700;
  line-height: 250%;
  margin-bottom: 10px;
  border: unset;
  background: unset;
  padding: 0px;
}
.position-row {
  position: relative;
}
/* ТАБ */
.nav-tabs > li.active a {
  background: #0074D9;
  color: #fff;
  font-size: 40px;
  font-family: Montserrat;
  font-weight: 700;
  line-height: 125%;
  text-align: center;
}
.nav-tabs .active {
  background: #0074D9;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  background-color: #0074D9;
  color: #fff;
  border: unset;
  text-align: center;
}
.nav-tabs {
  display: flex;
  align-items: center;
  margin-bottom: 63px;
  justify-content: center;
  border-bottom: unset;
}
.nav-tabs > li > a {
  color: #0074D9;
  text-align: center;
  font-size: 40px;
  font-family: Montserrat;
  font-weight: 700;
  line-height: 125%;
}
.nav-tabs > li {
  border: 1px solid #D7EAFB;
}
.nav-tabs > li:not(:last-child) {
  margin-right: 8px;
}
.tab_title_descr {
  color: #0074D9;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  line-height: 135%;
}
.active .tab_title_descr {
  color: #FFF;
}
.tab-content-title {
  color: #071827;
  font-size: 24px;
  font-family: Montserrat;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 8px;
  padding-left: 24px;
}
.tab-content-descr {
  color: #071827;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  padding-left: 24px;
}
.tab-content-row::after {
  content: "";
  width: 2px;
  height: 100%;
  flex-shrink: 0;
  background: #0074D9;
  position: absolute;
  top: 0px;
}
.tab-content-row {
  position: relative;
}
/* CATEGORY */
.dropdown-item-cats {
  margin-bottom: 10px;
}
.cat__mob-menu {
  margin-top: 10px;
  padding-left: 0px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  list-style-type: none;
  background: #FFF;
}
.cat__mob-menu a {
  color: #071827;
  font-size: 15px;
  font-weight: 700;
  line-height: 250%;
}
.dropdown-item-cats.active a {
  color: #0074D9;
}
.list-group.category__filter-main {
  list-style-type: none;
}
.arrow-category {
  display: none;
}
.mob-category .list-group-item {
  /*  position: relative; */
  /*   width: 100%; */
}
.list-group.category__filter-main.mob-category {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  background: #FFF;
  position: relative;
}
.list-group.category__filter-main.mob-category .list-group-item {
  margin-bottom: 0px;
  /* padding-left: 24px; */
}
.list-group.category__filter-main.mob-category .list-group-item a {
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .cat__mob-menu {
    display: none;
    padding-left: 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    list-style-type: none;
    background: #FFF;
  }
  .cat__mob-menu a {
    color: #071827;
    font-size: 15px;
    font-weight: 700;
    line-height: 250%;
  }
  .dropdown-item-cats.active a {
    color: #0074D9;
  }
  .list-group.category__filter-main {
    list-style-type: none;
  }
  .arrow-category {
    position: absolute;
    top: 16px;
    right: 10px;
    display: flex;
    transition: all 0.27s ease-in-out;
    z-index: 2;
  }
  .mob-category .list-group-item {
    /*  position: relative; */
    /*  width: 100%; */
    z-index: 1;
  }
  .list-group.category__filter-main.mob-category {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    border-radius: 8px;
    border: 1px solid #D8DCDF;
    background: #FFF;
  }
  .list-group.category__filter-main.mob-category .list-group-item {
    /*  display: flex;
    align-items: center;
    justify-content: space-between; */
  }
  .list-group.category__filter-main.mob-category .list-group-item a {
    margin-bottom: 0px;
    padding-left: 24px;
    /*  display: flex;
    flex: 0 1 auto; */
  }
  .dropdown-item-cats {
    margin-bottom: 10px;
  }
  .arrow-category.active {
    transform: rotate(180deg);
    transition: all 0.27s ease-in-out;
  }
}
@media (max-width: 767px) {
  .btn-block-home {
    position: absolute;
    top: 370px;
  }
  #html-its-easy-with-us .part3 .advantages .second-line,
  #html-its-easy-with-us .part3 .advantages .first-line {
    align-items: flex-start;
  }
}
.seo_text-title {
  color: #071827;
  font-size: 24px;
  font-family: Montserrat;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
  margin-top: 100px;
}
.seo_text-descr {
  color: #515E68;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 54px;
}
#html-dont-find-looking-for {
  margin-top: 56px;
}
#html-dont-find-looking-for .heading-title {
  color: #071827;
  font-size: 32px;
  font-family: Montserrat;
  font-weight: 700;
  line-height: 115%;
}
#html-dont-find-looking-for #form-dontFindLookingFor1 {
  /*     padding-bottom: 150px; */
  margin: 24px auto 0px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#html-dont-find-looking-for #form-dontFindLookingFor1 .heading-title {
  font-size: 48px;
  line-height: 50px;
  font-weight: 700;
}
#html-dont-find-looking-for #form-dontFindLookingFor1 .row div label {
  display: none;
}
#html-dont-find-looking-for #form-dontFindLookingFor1 .row div input {
  width: 464px;
  border-radius: 1500px;
  border: 1px solid #7C8993;
  opacity: 0.30000001;
  color: #515E68;
  height: 64px;
}
@media (max-width: 767px) {
  #html-dont-find-looking-for #form-dontFindLookingFor1 .row div input {
    width: 375px;
  }
}
@media (max-width: 476px) {
  #html-dont-find-looking-for #form-dontFindLookingFor1 .row div input {
    width: 100%;
  }
}
#html-dont-find-looking-for #form-dontFindLookingFor1 .row div .buttons {
  margin: 0;
}
#html-dont-find-looking-for #form-dontFindLookingFor1 .row div .buttons .order-btn {
  max-width: 100%;
}
/* HEADER */
.mob-lang {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 0px;
  list-style-type: none;
  margin-bottom: 15px;
}
.mob-lang li {
  margin-right: 10px;
}
.mob-lang li a.active {
  color: #EC1F3A;
}
.display-row-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 135px;
}
.flex-width:not(:last-child) {
  margin-right: 20px;
}
.soc-info {
  display: flex;
  align-items: center;
  gap: 32px;
}
.soc-info a {
  transition: all 0.4s linear;
}
.soc-info a:hover {
  opacity: 0.5;
  transition: all 0.4 linear;
}
.cart-shop a {
  position: relative;
}
.account-order-info .fa-shopping-cart:before {
  font-size: 18px;
  margin: 0 auto;
  text-align: center;
}
.account-order-info .text-right .btn.account-btn-info {
  background: #0074D9;
  border-radius: 500px;
  transition: all 0.4s linear;
  font-weight: 700;
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  color: #FFFFFF;
  height: 30px;
  min-width: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 200px;
  width: 30px;
}
.account-order-info .text-right .btn.account-btn-info:hover {
  border: unset!important;
}
#cart-count {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EC1F3A;
  border: 100%;
  border-radius: 100%;
  color: #FFF;
  font-size: 10px;
  font-weight: 700;
  line-height: normal;
  position: absolute;
  top: -12px;
  right: -4px;
}
.burger-btn--open-show {
  transform: translateX(0%) !important;
}
.burger-btn .burger .burger__rect {
  transition: opacity 0.45s, transform 0.45s;
}
.burger-btn--open .burger__rect--one {
  transform: rotate(45deg) translate(5%, -21%) scale(1.3);
}
.burger-btn .burger .burger__rect {
  transition: opacity 0.45s, transform 0.45s;
}
.burger-btn--open .burger__rect--two {
  opacity: 0;
}
.burger-btn .burger .burger__rect {
  transition: opacity 0.45s, transform 0.45s;
}
.burger-btn--open .burger__rect--three {
  transform: rotate(-45deg) translate(-64%, -37%) scale(1.3);
}
/* .burger {
  background: #2d2d2d;
  width: 20px;
} */
.burger-btn.icon-btn.mobile-header__menu-button {
  background: #2d2d2d;
}
.common-home .header-body,
.information-information-4 .header-body {
  background: none;
}
.information-information-4 .breadcrumb {
  display: none;
}
.menu__body-content {
  position: relative;
  z-index: 2;
  padding: 56px;
  /* overflow-y: scroll;

    height: 100%; */
}
.active-menu .burger-icon {
  position: absolute;
  top: 0px;
  right: 0px;
}
.header-body:not(body) {
  background: url("/catalog/view/theme/default/image/mountain.png") no-repeat 50%;
  background-size: 100% 100%;
}
.container-two-columns h2:first-child {
  margin-top: 0px;
}
.shedule-work {
  position: relative;
}
.header__info-phone-header {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__info-phone-content {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 40px;
  left: -70px;
  background-color: #fffefe;
  box-shadow: 0px 0px 17px 1px #868383;
  padding: 10px;
  z-index: 10;
}
.phone-info {
  display: flex;
  align-items: center;
}
.header__lang {
  text-transform: uppercase;
  position: relative;
  width: 60px;
  color: #307abe;
  padding-right: 20px;
  text-align: left;
  z-index: 5;
}
.header__lang:before {
  position: absolute;
  font-size: 10px;
  right: 0;
  top: 7px;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  color: #1b466d;
}
.header__lang_input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
}
.header__lang_input::after {
  background: url("/catalog/view/theme/default/image/icon-arrow_nav.svg") no-repeat 50%;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  right: -9px;
  top: 0px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.27s ease-in-out;
  -o-transition: all 0.27s ease-in-out;
  transition: all 0.27s ease-in-out;
  width: 20px;
}
.tel-spoiler {
  position: relative;
}
.spoiler-main-tel {
  color: #071827;
  font-size: 24px;
  font-family: Montserrat;
  font-weight: 700;
  line-height: normal;
}
.selected-phone {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.selected-phone a {
  text-decoration: none;
  color: #000;
}
.phone-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fffefe;
  box-shadow: 0px 0px 17px 1px #868383;
  padding: 10px;
  list-style-type: none;
  margin: 0;
  z-index: 5;
  text-align: center;
  width: 100%;
  min-width: 176px;
}
.phone-list li {
  cursor: pointer;
  margin-bottom: 5px;
  padding-left: 22px;
  text-align: left;
}
.phone__body-content {
  margin-left: 16px;
}
.phone-list li a {
  color: #071827;
  font-size: 16px;
  font-family: Montserrat;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}
.shedule-work .header__info-phone-content {
  display: none;
}
.header__info-phone-header .arrow {
  transition: all 0.27s ease-in-out;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__info-phone-header .arrow svg {
  transition: all 0.27s ease-in-out;
}
.shedule-work .header__info-phone-header.active .arrow svg {
  transform: rotate(180deg);
  transition: all 0.27s ease-in-out;
}
.arrow-phone.active svg {
  transform: rotate(180deg);
  transition: all 0.27s ease-in-out;
}
.arrow-phone {
  transition: all 0.27s ease-in-out;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.arrow-phone svg {
  transition: all 0.27s ease-in-out;
}
.header__info-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-width: 330px;
}
.menu__body.active-menu .lang-items {
  margin-bottom: 20px;
}
.header__lang .dropdown {
  position: absolute;
  top: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  display: none;
  width: 100%;
  list-style-type: none;
}
.header__lang .dropdown li {
  padding: 3px 0;
}
.header__lang .dropdown li a {
  font-weight: 600;
  color: #64b1f3;
}
.item-lang {
  text-transform: uppercase;
}
.new-select .header__lang_input::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.menu__body {
  transform: translateX(-100%);
  position: fixed;
  top: 0;
  /*   left: -100%; */
  width: 373px;
  height: 100%;
  z-index: 102;
  visibility: hidden;
  opacity: 0;
  /*  transition: ; */
  transition: all 0.6s;
}
.menu__body.active-menu {
  transform: translateX(0%);
  /*  left: 0; */
  visibility: visible;
  transition: all 0.6s;
  opacity: 1;
  z-index: 1004;
  height: 100%;
  background: #FFF;
  /*   overflow: hidden; */
  width: 373px;
  /* 
  background-position: bottom 0px right 0px;
  background-repeat: no-repeat; */
}
.menu__body::after {
  height: 100%;
  width: 100%;
  content: "";
  background: url("/catalog/view/theme/default/image/mountain-open.png") no-repeat;
  background-position: bottom right;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1;
}
.menu__content {
  list-style-type: none;
}
.menu__content li a {
  color: #071827;
  font-size: 17px;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 8px;
}
.menu__content li {
  margin-bottom: 8px;
}
.dropdown-inner {
  margin-top: 8px;
}
.dropdown-inner-items {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.burger-main {
  cursor: pointer;
}
.menu__content .dropdown-inner-items a {
  color: #4a4a4a;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 12px;
}
.info-row-footer-title {
  display: inline;
}
.info-row-footer {
  display: flex;
  justify-content: space-between;
}
.grid-footer li:last-child {
  padding-bottom: 0px;
}
.dropdown-inner {
  margin-left: 0px;
  padding-left: 0px;
}
.menu__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #071827;
  opacity: 0;
  z-index: 1000;
  visibility: hidden;
}
.menu__body .burger-icon {
  position: absolute;
  top: 24px;
  right: 24px;
}
.overflow_hidden::after {
  /*   content: "";
  opacity: 0.89;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: transform 0.5s;
  background:#071827;
  z-index: 200; */
}
.overflow_hidden {
  transition: transform 0.5s;
}
/* 
.menu__overlay--visible.menu__overlay{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #071827;
  opacity: .89;
  z-index: 1001;
  visibility: visible;
  transition: all .6s;
} */
/* FOOTER */
footer {
  /*  margin-top: 30px; */
  padding-top: 30px;
  background-color: #0074D9;
  border-top: 1px solid #ddd;
  color: #FFF;
  margin-top: 150px;
  padding-bottom: 102px;
}
footer a:focus {
  color: #fff;
}
footer a:hover {
  color: #fff;
}
.first-section {
  display: flex;
  flex-direction: column;
}
.telephone__footer li {
  display: flex;
  align-items: center;
}
.footer-adress {
  color: #FFF;
  font-size: 15px;
  font-weight: 700;
  line-height: 28px;
  text-wrap: nowrap;
  margin-top: 6px;
  /* 26.25px */
}
.footer-info-work {
  color: #FFF;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  /*  margin-bottom: 16px; */
}
.telephone__footer li img {
  margin-right: 20px;
  max-width: 24px;
  max-height: 24px;
  object-fit: cover;
}
.site-footer__row.soc-none {
  display: none;
}
.content-row {
  padding-top: 90px;
}
footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}
footer a {
  color: #FFF;
}
footer li {
  padding-bottom: 15px;
}
footer a:hover {
  color: #fff;
}
.viber-icon {
  width: 24px;
  height: 24px;
  border-radius: 100px;
}
footer h5 {
  /*, sans-serif;*/
  font-family: system-ui;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
}
.copyright-main {
  opacity: 0.5;
  margin-top: auto;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
}
.logo-footer {
  margin-bottom: 32px;
}
.logo-footer img {
  object-fit: cover;
  width: 100%;
  height: auto;
  max-width: 163px;
}
.site-footer__row {
  display: flex;
  align-items: center;
}
.site-footer__soc {
  margin-right: 24px;
  opacity: 0.5;
}
footer .second-section {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .third-section {
  padding-left: 54px;
}
footer .fourth-section {
  padding-left: 24px;
  /*  .btn-warning.header-main{
      min-width: 252px;
    } */
}
/* CART */
.input-number {
  display: block;
  width: 100%;
  position: relative;
}
.input-number__input {
  -moz-appearance: textfield;
  display: block;
  width: 100%;
  min-width: 88px;
  padding: 0 24px 1px;
  text-align: center;
}
.input-number__input::-webkit-inner-spin-button,
.input-number__input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.input-number__add,
.input-number__sub {
  position: absolute;
  height: calc(100% - 2px);
  width: 24px;
  top: 1px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0.3;
  transition: opacity 0.18s;
}
.input-number__add:after,
.input-number__add:before,
.input-number__sub:after,
.input-number__sub:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: currentColor;
}
.input-number__add:before,
.input-number__sub:before {
  width: 8px;
  height: 2px;
}
.input-number__add:hover,
.input-number__sub:hover {
  opacity: 1;
}
.input-number__add:active,
.input-number__sub:active {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.05);
}
.input-number__sub {
  left: 1px;
}
.input-number__add {
  right: 1px;
}
.input-number__add:after {
  width: 2px;
  height: 8px;
}
.main-product-content {
  margin-bottom: 60px;
}
/* FEATURED */
.featured {
  text-align: left;
  margin-bottom: 32px;
  color: #071827;
  font-family: Montserrat;
  font-size: 32px;
  font-weight: 700;
}
.related-product {
  max-width: 276px;
}
.tab-content.prod-tabs {
  margin-bottom: 100px;
}
.sliderPLN .owl-nav {
  position: absolute;
  top: -60px;
  right: 15px;
}
.sliderPLN .owl-nav .owl-next {
  margin-left: 40px;
}
.sliderPLN .owl-buttons {
  position: relative;
}
.sliderPLN.owl-carousel .owl-buttons .owl-prev {
  left: -169px;
  position: absolute;
  opacity: 1;
}
.sliderPLN.owl-carousel .owl-buttons .owl-next {
  opacity: 1;
}
.owl-nav svg {
  stroke: #0074D9;
  transition: all 0.4s linear;
}
.owl-nav svg:hover {
  stroke: #EC1F3A;
  transition: all 0.4s linear;
}
.sliderPLN .owl-nav .owl-next {
  margin-left: 40px;
}
/* form-my-modal-quickWaterOrder1 */
#form-my-modal-quickWaterOrder1 .modal-content {
  background: url("/catalog/view/theme/default/image/mountain-open.png");
  background-position: bottom 0px right 0px;
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: contain;
}
#about_us_video_youtube .modal-content {
  /* width: 100%; */
  height: 300px;
  background: unset;
  padding: 0px;
}
#about_us_video_youtube .modal-content .modal-body {
  margin-top: 0px;
  height: 100%;
}
#about_us_video_youtube .modal-content iframe {
  /*  width: 100vw; */
  /* width: calc(100vw - 30px); */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*   height: 100%;
 */
}
.account-login .colum-well {
  min-height: 411px;
  background-color: #F3F9FE;
  border: unset;
  box-shadow: unset;
}
.account-login input {
  border: 1px solid #b0deff;
}
.modal-content {
  background: url("/catalog/view/theme/default/image/mountain-open.png");
  background-position: bottom 0px right 0px;
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: contain;
  width: 496px;
  height: 457px;
  padding: 54px 88px 88px;
  position: relative;
  margin: 0 auto;
}
.modal-header {
  border-bottom: unset;
}
.modal-footer {
  border-top: unset;
}
.modal-title {
  color: #071827;
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.modal-footer .btn-primary {
  margin: 0 auto;
  min-width: 100%;
  border-color: transparent;
}
.modal .modal-footer {
  padding: 0px;
}
.modal-header .close {
  position: absolute;
  top: 15px;
  right: 17px;
  opacity: 1;
}
.modal-content .modal-body {
  padding: 0px;
  margin-top: 24px;
}
.modal-content input[type="text"] {
  border-radius: 1500px;
  border: 1px solid #7C8993;
  width: 320px;
  height: 64px;
}
::placeholder {
  color: #515E68;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 26.25px */
}
input[type="text"]:focus {
  color: #515E68;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 26.25px */
}
.modal-content .control-label {
  display: none;
}
.modal-footer .btn + .btn {
  width: 320px;
  height: 64px;
  max-width: 100%;
  margin-left: 0px;
}
.modal-content #form-orderWaterToCart .control-label {
  display: block;
  font-size: 14px;
}
.modal-content #form-orderWaterToCart {
  margin-bottom: 30px;
}
#form-orderWaterToCart .form-group select {
  border-radius: 1500px;
  border: 1px solid #7C8993;
  width: 320px;
  height: 64px;
  padding: 6px 12px;
  margin-right: 10px;
  appearance: none;
  background: url("/catalog/view/theme/default/image/select.svg") no-repeat right;
  background-position-x: calc(100% - 8px);
}
#form-orderWaterToCart .form-group .control-label {
  display: none;
}
#form-orderWaterToCart .form-group select:focus-visible {
  outline: none !important;
}
.modal-content .form-group {
  margin-bottom: 16px;
}
/* BLOG  */
.article-content-row .article-descr {
  max-width: 870px;
  padding: 15px 0px;
  margin: 0 auto;
  color: #515E68;
  font-size: 15px;
  font-weight: 400;
}
.product-thumb .caption {
  padding: 0 20px;
  min-height: 110px;
}
.blog-information {
  margin-top: 24px;
}
.blog-latest .blog-flex.row {
  margin: 40px auto 0px auto;
}
.blog-category .blog-flex.row {
  margin: 40px auto 0px auto;
}
.blog-category h1 {
  text-align: center;
}
.blog-flex.row {
  margin: 90px auto 0px auto;
}
.caption.blog-information {
  padding: 0px;
}
.blog-flex.sliderPLN {
  margin-top: 58px;
  /*   display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    gap: 32px; */
}
.blog-flex .product-thumb .image {
  padding: 0px;
  margin-bottom: 24px;
}
.blog-latest h1 {
  margin-bottom: 40px;
}
.blog-article h1 {
  margin-bottom: 56px;
}
.article-thumb {
  margin-bottom: 56px;
}
/* .blog-flex .owl-item:not(:last-child) {

  margin-right: 32px;
} */
.blog-flex .product-thumb {
  padding: 32px;
}
.blog-cart-title {
  min-height: 50px;
}
.blog-cart-title a {
  color: #071827;
  font-size: 17px;
  font-weight: 700;
  line-height: 25px;
  transition: all 0.4s linear;
}
.blog-cart-title a:hover {
  color: #0074D9;
  transition: all 0.4s linear;
}
.blog-descr {
  color: #515E68;
  font-size: 15px;
  font-weight: 400;
  max-height: 52px;
  overflow: hidden;
  line-height: 25px;
}
.related-title {
  margin-top: 150px;
  color: #071827;
  text-align: center;
  font-family: Montserrat;
  font-size: 48px;
  font-weight: 700;
  line-height: 105%;
  margin-bottom: 40px;
}
/* PAGINATION */
.page-item.paginat-main.active .page-link {
  color: #0074D9;
  background: #fff;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-item .page-link {
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination {
  display: flex;
  gap: 8px;
  margin-top: 64px;
}
zzzz .page-item:first-child {
  margin-right: 40px;
}
.page-item:last-child {
  margin-left: 40px;
}
.page-item:first-child {
  margin-right: 40px;
}
.page-link.page-link--with-arrow svg {
  display: flex;
  align-items: center;
}
.descr__category {
  margin-top: 100px;
}
.more-hide {
  max-height: 612px;
  overflow: hidden;
  position: relative;
  margin-bottom: 50px;
}
.more-hide span.view-more {
  position: absolute;
  bottom: -2px;
  cursor: pointer;
  width: 99%;
  /* text-align: center; */
  padding: 5px;
  background-color: white;
  box-shadow: 0px -16px 10px white;
  left: 10px;
  /* text-align: right; */
  font-size: 16px;
  font-weight: 600;
  color: #071827;
}
.more-hide.full-text {
  max-height: none!important;
  display: flex;
  flex-wrap: wrap;
}
.more-hide.full-text span.view-more {
  position: unset;
  display: block;
  padding-top: 10px;
  padding-left: 15px;
}
/* #html-dont-find-looking-for{
  margin-top: 56px;
  margin-bottom: 150px;
} */
.quantity-container {
  max-width: 161px;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  border-radius: 4px;
  border-radius: 1500px;
  border: 1px solid #7C8993;
  margin-bottom: 32px;
}
.quantity-button {
  border: none;
  background-color: transparent;
  padding: 0;
  font-size: 16px;
  width: 24px;
  height: 24px;
}
.quantity-button.plus {
  margin-right: 20px;
}
.quantity-button.minus {
  margin-left: 20px;
}
.quantity-input {
  border: none;
  text-align: center;
  width: 30px;
  padding: 0;
}
.quantity #input-quantity:focus-within,
.quantity #input-quantity:active,
.quantity #input-quantity:focus {
  outline: none;
  outline: unset;
  box-shadow: unset;
}
.product__actions-item--addtocart {
  margin-top: 10px;
}
.quantity #input-quantity {
  height: 64px;
  border: 1px #7C8993;
  max-width: 161px;
  width: 100%;
  color: #071827;
  font-size: 15px;
  font-weight: 700;
}
.cont-tel ul {
  list-style-type: none;
  padding-left: 0px;
}
.cont-tel ul li {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
.cont-tel ul li a {
  margin-left: 6px;
}
/* .info-contact b{

  color: #0074D9;

} */
.prod-tabs tbody tr:nth-child(odd) {
  background: #F3F9FE;
}
.cart-row {
  display: flex;
}
#product h3 {
  font-size: 36px;
  margin-bottom: 30px;
}
.quantity__body {
  flex: 1 0 160px;
  margin-right: 20px;
}
h1.title-product {
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 40px;
}
.product-tubs {
  margin-top: 48px;
}
.product-tubs > li a {
  font-size: 24px;
}
.product-tubs > li.active a {
  font-size: 24px;
}
/* PRICES */
.information-information-9 #form-threeWaterPrice1 {
  padding-bottom: 0px;
}
.information-information-9 h1 {
  font-size: 48px;
  font-family: Montserrat;
  font-weight: 700;
  line-height: 105%;
  margin-bottom: 50px;
  padding-top: 100px;
}
.information-information-9 .container-two-columns p {
  font-size: 15px;
  line-height: 25px;
}
.information-information-9 .container-two-columns span {
  font-size: 24px !important;
  font-family: Montserrat;
  font-weight: 700;
  margin-bottom: 16px;
}
.information-information-9 #banner_certificates .thumbnails {
  padding-bottom: 0px;
}
.nav.nav-tabs.product-tubs {
  display: block;
}
#html-schedule-work .title-contact {
  display: block;
}
.info-contact .title-contact {
  color: #0074D9;
  position: unset;
  display: block;
  text-align: center;
}
/* SIMPLE */
/* .information-information-9 footer{
  margin-top: 0px;
} */
/* MEDIA */
@media (max-width: 1451px) {
  #html-its-easy-with-us .part2 {
    height: 100%;
  }
  #html-its-easy-with-us .part2 .part2-left {
    padding: 180px 10px 0px 130px;
  }
  #html-its-easy-with-us .part2 .part2-left .title {
    margin: 30px 0 24px;
    font-size: 54px;
  }
}
@media (max-width: 1367px) {
  #about_us_video_youtube .modal-content button {
    position: fixed;
    top: 10%;
    right: 0%;
  }
}
@media (max-width: 1200px) {
  .spoiler-main-tel {
    font-size: calc(13px + (15 - 13)*((100vw - 992px) / (1200 - 992)));
  }
  .footer-adress {
    text-wrap: wrap;
  }
  footer .third-section {
    padding-left: 15px;
  }
  footer .fourth-section {
    padding-left: 15px;
  }
  .phone-list li {
    padding-left: 0px;
    text-align: center;
  }
  .information-information-6 #column-right {
    margin-left: 0px;
  }
  #htmlThreeWaterPrice .product-list .item .wrapper-item .item-inner .prices .price {
    padding-right: 10px;
    padding-left: 10px;
  }
}
/* @media (min-width: 991px) {
.common-home .blog-flex.row {
  display: flex;
}
} */
@media (max-width: 1200px) and (min-width: 991px) {
  .exchange-block {
    max-width: 345px;
  }
  #htmlPromotions.owl-carousel .owl-stage-outer {
    padding-bottom: 80px;
  }
}
@media (max-width: 1099px) {
  #button-cart.btn-akva-cart {
    min-width: 100%;
  }
  #discounted_price {
    text-align: center;
  }
}
@media (max-width: 1067px) {
  #about_us_video_youtube .modal-content button {
    position: fixed;
    top: 2%;
    right: 0%;
  }
}
.owl-carousel {
  touch-action: manipulation;
}
@media (max-width: 991px) and (min-width: 767px) {
  .common-home .blog-flex .product-thumb {
    display: flex;
    flex-direction: column;
  }
  .common-home .blog-flex .blog-information {
    margin-top: 0px;
  }
}
@media (max-width: 991.99px) {
  .related-title {
    margin-top: 72px;
  }
  .owl-nav .owl-prev {
    display: none;
  }
  #about_us_video_youtube .modal-content iframe {
    width: calc(100vw - 30px);
  }
  footer .menu-btn-transform {
    margin-bottom: 40px;
  }
  h3 {
    font-size: 26px;
  }
  #about_us_video_youtube .modal-content button {
    position: fixed;
    top: 10%;
    right: 0%;
  }
  #htmlPromotions .owl-nav .owl-prev {
    display: block;
  }
  #html-water-delivery-in-kyiv::before {
    content: "";
    position: absolute;
    /* right: 90%; */
    width: 100%;
    height: 100%;
    background: url(/image/catalog/img/bottles.png) no-repeat bottom right / contain;
    z-index: 0;
  }
  #html-water-delivery-in-kyiv::after {
    content: "";
    position: absolute;
    bottom: -100px;
    /* right: 90%; */
    width: 100%;
    height: 100%;
    background: url(/image/catalog/img/mountains.png);
    z-index: 0;
    /* background-position: bottom; */
    background-repeat: no-repeat;
    background-size: cover;
    /* background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%), url(<path-to-image>), lightgray -152.383px -49.337px / 137.579% 202.95% no-repeat; */
    height: 352px;
  }
  #form-subscribePromotionsDiscounts1 .input-position {
    margin: 0 auto;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
  #form-subscribePromotionsDiscounts1 .row.position-row .form-group {
    margin-bottom: 10px;
  }
  /*   #form-subscribePromotionsDiscounts1 .row.position-row .col-sm-6:first-child{
    padding-right: 9px;
    padding-left: 9px;
   } */
  .information-information-9 footer {
    margin-top: 100px;
  }
  .information-information-4 #banner_certificates .thumbnails {
    margin: 0 auto;
    padding-bottom: 20px;
  }
  #htmlPromotions .button-group {
    text-align: center;
  }
  .checkout-simplecheckout #simplecheckout_cart .simple-text {
    flex: 0 0 100%;
  }
  #html-payment-method .panel-body {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
  }
  #html-payment-method .panel-body .block {
    margin-bottom: 24px;
  }
  #html-payment-method .panel-body .block .text {
    width: 100%;
  }
  .cont-tel {
    margin-bottom: 30px;
  }
  .center-info {
    margin-bottom: 30px;
  }
  .blog-latest h1 {
    margin-bottom: 0px;
  }
  #htmlThreeWaterPrice .sliderPLN .owl-nav {
    position: absolute;
    top: -30px;
    right: 0px;
  }
  .blog-flex .owl-nav {
    position: absolute;
    top: -40px;
    right: 0px;
  }
  .blog-flex .owl-nav .owl-next {
    margin-left: 40px;
  }
  .phone-list {
    top: 20px;
  }
  .header-body:not(body) {
    background: unset;
  }
  .display-row-header {
    min-height: 100%;
  }
  #top-red-string {
    /*  margin-bottom: 16px; */
  }
  header.header-main {
    padding-top: 16px;
  }
  .image__main-thumb img {
    object-fit: cover;
    /*   width: 136px;
    height: 256px; */
    padding: 35px 95px;
  }
  .image__main-thumb {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
  }
  #banner_certificates .thumbnails img {
    width: 100%;
    height: 100%;
  }
  .information-information-9 h1 {
    padding-top: 40px;
  }
  #banner_certificates {
    padding-top: 50px;
  }
  #html-about-our-water .heading-title {
    font-size: 60px;
    line-height: 125%;
  }
  /* #html-about-our-water .heading-title{
  padding-top: 50px;
} */
  .tab-content.prod-tabs {
    padding: 0 15px;
  }
  .nav-tabs {
    padding-bottom: 30px;
    display: flex;
    align-items: center;
    margin-bottom: 63px;
    justify-content: unset;
    border-bottom: unset;
    overflow-x: scroll;
    overflow-y: hidden;
    flex-wrap: nowrap;
  }
  .nav.nav-tabs.product-tubs {
    /*  overflow-x: scroll; */
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0px 15px;
  }
  .common-home #html-subscribe-promotions-discounts .form .row.position-row .form-group {
    margin-top: 0px;
  }
  #html-subscribe-promotions-discounts .form {
    width: 100%;
  }
  #html-subscribe-promotions-discounts .form .row.position-row .form-group {
    margin-top: 16px;
  }
  .product-tubs > li.active a {
    font-size: 24px;
    padding: 10px 15px;
  }
  .main-product-content {
    margin-bottom: 48px;
  }
  .cart-row {
    margin-bottom: 24px;
  }
  #content {
    min-height: 100%;
  }
  #html-water-delivery-in-kyiv .text .text-inner .bottom-title {
    line-height: normal;
  }
  #form-dontFindLookingFor1 .row.position-row .col-sm-6 {
    padding: 0px;
  }
  .home__seo-text h1 {
    padding-top: 72px;
  }
  .all-in-one {
    margin-top: 120px;
  }
  .flex-width:not(:last-child) {
    margin-right: 10px;
  }
  .btn-row-header.flex-width {
    display: none;
  }
  .spoiler-main-tel {
    display: none;
  }
  /*   .display-row-header{
    padding: 0px 15px;
  } */
  #top-red-string .know {
    flex-grow: 1;
    justify-content: end;
  }
  .order-btn {
    width: 100%;
    /*  margin-top: 16px; */
    max-width: 100%;
  }
  .soc-info {
    gap: 10px;
  }
  .lang-items.flex-width {
    display: none;
  }
  #html-water-delivery-in-kyiv .text .text-inner .heading-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 80px;
    line-height: 80px;
    text-align: left;
    text-transform: uppercase;
    color: #0074d9;
    min-width: 100%;
    font-family: Montserrat;
    font-size: 48px;
    font-weight: 700;
    line-height: 105%;
  }
  #html-water-delivery-in-kyiv .text .text-inner {
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0px;
    padding: 0px 15px;
  }
  .btn-warning.home-btn {
    position: unset;
    margin: 0px auto 24px auto;
  }
  .home-btn-video {
    margin: 0 auto;
    width: 100%;
  }
  #html-water-delivery-in-kyiv {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 1001px;
    background: linear-gradient(180deg, rgba(215, 234, 251, 0) 0%, #D7EAFB 100%), no-repeat center bottom / 1920px url(/image/catalog/img/mountains.png), no-repeat 68% 100% / 575px url(/image/catalog/img/bottles.png);
  }
  #html-subscribe-promotions-discounts .text {
    text-align: center;
  }
  #html-subscribe-promotions-discounts .form .row div .buttons .order-btn {
    right: 0px;
  }
  #html-subscribe-promotions-discounts .form .row div input {
    width: 100%;
  }
  #form-threeWaterPrice1 .row div input {
    min-width: 100%;
  }
  #htmlPromotions .owl-nav {
    top: 0px;
  }
  #htmlThreeWaterPrice .product-list .item .item-inner {
    padding: 157px 10px 10px 10px;
    box-shadow: 0px 0px 10px #dddddd;
  }
  #htmlThreeWaterPrice .wrapper-item {
    padding-top: 130px;
    text-align: center;
  }
  #htmlThreeWaterPrice .owl-dots {
    display: none;
  }
  #htmlThreeWaterPrice .wrapper-item .image {
    display: flex;
    justify-content: center;
  }
  #htmlThreeWaterPrice .product-list .item .item-inner .title {
    padding-top: 24px;
    text-align: center;
  }
  #htmlThreeWaterPrice .product-list .item .item-inner .prices {
    justify-content: center;
  }
  #htmlThreeWaterPrice .product-list .item {
    margin-bottom: 60px;
  }
  #htmlThreeWaterPrice .heading-tile {
    margin: 50px auto 52px auto;
    width: 100%;
    text-align: center;
  }
  #htmlThreeWaterPrice .sliderPLN .owl-controls {
    position: absolute;
    top: -30px;
    right: 0px;
  }
  .hidden-md {
    display: none;
  }
  #htmlThreeWaterPrice .heading-tile {
    position: unset;
  }
  #htmlThreeWaterPrice .heading-tile .heading-tile-top {
    width: 100%;
    font-size: 32px;
    font-weight: 700;
    line-height: 37px;
    text-align: center;
  }
  #htmlThreeWaterPrice .heading-tile .heading-tile-bottom {
    position: unset;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    margin-bottom: 32px;
    width: 100%;
    max-width: 100%;
  }
  #htmlThreeWaterPrice .product-list .item .item-inner .image img {
    max-width: 124px;
    height: 233px!important;
    object-fit: cover;
    width: 100%;
    height: 100%;
    margin-top: -140px !important;
    padding: 0px!important;
  }
  #form-threeWaterPrice1 .order-btn {
    margin-top: 0px;
  }
  #html-its-easy-with-us .part1 .heading-title {
    font-size: 64px;
    line-height: 70px;
  }
  .col-sm-4.center-section {
    margin-bottom: 64px;
    margin-top: 64px;
  }
  #html-water-delivery-in-kyiv {
    margin-top: 32px;
    overflow: hidden;
  }
  #html-water-delivery-in-kyiv .btn-warning.home-btn {
    width: 100%;
    max-width: 300px;
  }
  footer {
    padding-bottom: 55px;
  }
}
.rating {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 80px;
}
.rating img {
  width: 16px;
  height: 16px;
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .cart-row {
    flex-direction: column;
  }
  .quantity__body {
    flex: 0 0 100%;
    margin-right: 0px;
  }
  .quantity-container {
    max-width: 100%;
  }
  #html-its-easy-with-us .part1 .center-section .text .col-sm-6 b {
    position: unset;
  }
}
/* @media only screen and (max-width: 767.99px) and (min-width: 460px)  {

#product_price{
  margin-top: 0px;
}
  } */
@media (max-width: 767px) {
  .home__seo-text.more-hide {
    max-height: 2065px;
  }
  .home__seo-text.more-hide.full-text {
    max-height: none;
  }
  .center-section {
    margin: 64px auto;
  }
  footer .third-section {
    padding-left: 15px;
  }
  footer .fourth-section {
    padding-left: 15px;
  }
  #html-subscribe-promotions-discounts .form {
    margin: 16px auto;
  }
  #form-subscribePromotionsDiscounts1 .menu__content {
    padding-left: 0px;
  }
  .text-main b {
    /*  position: unset; */
    right: 2px;
  }
  #html-its-easy-with-us button {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }
  #html-its-easy-with-us .part1 .center-section .text .col-sm-6 b {
    position: absolute;
    right: 25px;
  }
  #html-its-easy-with-us .part1 .center-section .text .col-sm-6.left-col {
    width: 180px;
    text-align: justify;
  }
  #html-its-easy-with-us .part1 .center-section .text .col-sm-6.right-col {
    width: 180px;
    text-align: justify;
  }
  .copyright-main.mob-hide {
    display: none;
  }
  .site-footer__row.mob-hide {
    display: none;
  }
  .arrow-phone {
    display: none;
  }
  footer .btn-warning.header-main {
    margin: 0 auto;
    min-width: 100%;
  }
  .site-footer__row.soc-none {
    display: flex;
    opacity: 0.5;
  }
  .copyright-main {
    opacity: 0.5;
    text-align: center;
  }
  #html-its-easy-with-us .part1 {
    margin-bottom: 0px;
  }
  .sliderPLN.owl-carousel {
    margin: 0 auto;
  }
  .header__info-phone-content {
    overflow: hidden;
    position: absolute;
    top: 40px;
    background-color: #fffefe;
    box-shadow: 0px 0px 17px 1px #868383;
    padding: 10px;
    z-index: 10;
    right: -200px;
    min-width: 360px;
  }
  #html-payment-method {
    margin-top: 72px;
    margin-bottom: 64px;
  }
  .checkout-simplecheckout #agreement_checkbox {
    margin-bottom: 50px;
  }
  .checkout-simplecheckout .simple-content .button,
  #simplecheckout_login .button {
    margin: 0 auto!important;
  }
  #html-schedule-work .body .row {
    display: flex;
  }
  #button-cart.btn-akva-cart {
    min-width: 100%;
  }
  .display-row-header {
    padding: 0px 15px;
  }
  .header__info-tel-title {
    display: none;
  }
  #html-its-easy-with-us .part1 .heading-title {
    font-size: 44px;
    line-height: 60px;
  }
  #html-its-easy-with-us .part1 .center-section {
    padding-left: 0px;
  }
  /*   #html-its-easy-with-us .part2 .part2-left {
    padding: 80px 30px 20px;
  } */
  #html-its-easy-with-us .part1 .number {
    justify-content: center;
  }
  #html-its-easy-with-us .part1 .title {
    text-align: center;
    width: 100%;
    max-width: 100%;
    margin-bottom: 16px;
  }
  #html-its-easy-with-us .part1 .text {
    text-align: center;
    width: 100%;
    max-width: 100%;
  }
  #html-its-easy-with-us .part1 .center-section .title {
    text-align: center;
    width: 100%;
    max-width: 100%;
  }
  #html-its-easy-with-us .part1 .right-section .title {
    text-align: center;
    width: 100%;
    max-width: 100%;
  }
  #html-its-easy-with-us .part1 .center-section .text {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    text-align: justify;
  }
  #html-its-easy-with-us .part1 .right-section .text {
    text-align: center;
    width: 100%;
    max-width: 100%;
  }
  .information-contact footer {
    margin-top: 50px;
  }
  .home__seo-text h1 {
    padding-top: 30px;
  }
  #html-its-easy-with-us .part1 .right-section .text li {
    text-align: left;
  }
  .logo.flex-width {
    flex: 1 1 auto;
    margin-left: 20px;
    margin-right: 20px;
  }
  .burger-icon.flex-width {
    flex: 0 1 24px;
  }
  #html-dont-find-looking-for #form-dontFindLookingFor1 {
    justify-content: center;
  }
  .related-product {
    max-width: 100%;
  }
  footer .content-row {
    padding-top: 0px;
  }
  .input-position {
    position: unset;
  }
  #html-its-easy-with-us .part3 .title {
    margin: 30px 0 20px;
  }
  #html-its-easy-with-us .part3 .advantage {
    flex-direction: column;
    align-items: flex-start;
  }
  #html-its-easy-with-us .part3 .advantage img {
    margin-bottom: 12px;
  }
  #html-its-easy-with-us .part3 .advantages span {
    padding-left: 0px;
    word-break: break-word;
  }
  .site-footer__row {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
  }
  .site-footer__row img {
    width: 40px;
    height: 40px;
  }
  .grid-footer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 38px;
    margin-bottom: 40px;
  }
  .telephone__footer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-adress {
    line-height: 36px;
    margin-bottom: 83px;
  }
  .exchange .col-md-5 img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-width: 221px;
  }
  .exchange {
    text-align: center;
  }
  .phone-info .phone__body-content {
    margin-left: 5px;
    display: flex;
  }
}
@media only screen and (max-width: 767px) and (min-width: 600px) {
  #htmlThreeWaterPrice .product-list .item .wrapper-item .item-inner .prices .price__text-title {
    font-size: 15px;
  }
}
@media (max-width: 640px) {
  .simplecheckout-cart .input-group-btn .quantity-button.btn {
    display: block!important;
  }
  .information-information-9 .all-in-one:first-child {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 600px) and (min-width: 500px) {
  .information-information-9 footer {
    margin-top: 260px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 576px) {
  #html-its-easy-with-us .part2 .part2-left {
    padding: 180px 10px 0px 10px;
  }
  #html-its-easy-with-us .part2 .part2-left button {
    text-align: center;
    display: block;
    margin: 0 auto 20px auto;
  }
}
@media (max-width: 576px) {
  /*   #about_us_video_youtube .modal-content iframe {

    width: 100%;

  } */
  #about_us_video_youtube .modal-content iframe {
    height: calc(100vw - 30px);
  }
  #html-dont-find-looking-for #form-dontFindLookingFor1 .row div input {
    width: 100%;
  }
  #form-orderWaterToCart .form-group select {
    width: 100%;
  }
  header .menu__body-content {
    padding-left: 24px;
  }
  header .menu__body-content .menu__content {
    padding-left: 0px;
  }
  #form-subscribePromotionsDiscounts1 .row div .buttons .order-btn {
    width: 300px;
    max-width: 300px;
    margin: 16px auto 0px auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: unset;
  }
  .col-sm-12.input-position-email {
    width: 330px;
    position: unset;
  }
  #form-subscribePromotionsDiscounts1 .row.position-row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .common-home #html-subscribe-promotions-discounts {
    display: flex;
    align-items: center;
  }
  .information-information-9 .sliderPLN .owl-nav {
    position: absolute;
    top: -30px;
    right: 0px;
  }
  .product-tubs > li.active a {
    font-size: 16px;
  }
  #html-water-delivery-in-kyiv::before {
    content: "";
    position: absolute;
    bottom: 140px;
    /* right: 90%; */
    width: 100%;
    height: 100%;
    background: url(/image/catalog/img/bottles.png) no-repeat bottom right / contain;
    z-index: 0;
  }
  #html-water-delivery-in-kyiv::after {
    content: "";
    position: absolute;
    bottom: -100px;
    /* right: 90%; */
    width: 100%;
    height: 100%;
    background: url(/image/catalog/img/mountains.png);
    z-index: 0;
    /* background-position: bottom; */
    background-repeat: no-repeat;
    background-size: cover;
    /* background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%), url(<path-to-image>), lightgray -152.383px -49.337px / 137.579% 202.95% no-repeat; */
    height: 352px;
  }
  #html-water-delivery-in-kyiv {
    background: linear-gradient(180deg, rgba(215, 234, 251, 0) 0%, #D7EAFB 100%);
  }
  #html-quick-water-order {
    background-size: 110%;
  }
  #form-threeWaterPrice1 .row.position-row .col-sm-6 {
    padding: 0px;
  }
  /* #html-quick-water-order::after{
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("/catalog/view/theme/default/image/water.png");
  background-size: contain;
  top: 0px;
  left: 0px;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
} */
  #html-quick-water-order button span {
    width: 102px;
    height: 102px;
    text-align: center;
    font-family: Open Sans;
    font-size: 13px;
    font-weight: 700;
    line-height: 135%;
    /*  top: 0px;
  left: 0px;
  position: relative; */
    padding: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    /* margin-right: -50%; */
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #html-quick-water-order button {
    width: 122px;
    height: 122px;
    position: absolute;
    top: 50%;
    left: 50%;
    /* margin-right: -50%; */
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .product-tubs > li a {
    font-size: 16px;
  }
  #html-about-our-water .heading-title {
    padding-top: 80px;
    font-size: 40px;
    line-height: 125%;
    margin-top: 60px;
  }
  .mineral_subtitle {
    color: #071827;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
  }
  .flex-width:not(:last-child) {
    margin-right: 5px;
  }
  #top-red-string .know {
    font-size: 15px;
    line-height: 175%;
  }
  .menu__body.active-menu {
    width: 100%;
  }
  .menu__body::after {
    height: 100%;
    content: "";
    background: url(/catalog/view/theme/default/image/mountain-open.png) no-repeat bottom center;
    background-size: contain;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 1;
    width: 100%;
  }
  .soc-info.flex-width svg {
    width: 24px;
    height: 24px;
  }
  .phone-header {
    width: 32px;
    height: 32px;
  }
  .phone-info .phone__body-content {
    margin-left: 5px;
    display: flex;
  }
  .modal-content {
    width: 100%;
    padding: 24px;
  }
  #html-its-easy-with-us .part2 {
    background: center 80px / 1920px 980px no-repeat url("/image/catalog/img/3b-bulk.jpg");
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
  }
  #html-its-easy-with-us .part2 .part2-left {
    padding: 80px 30px 20px;
    text-align: center;
  }
  #html-its-easy-with-us .part2 .part2-left .title {
    font-size: 40px;
  }
  .menu-btn-transform {
    text-align: center;
    margin-bottom: 40px;
  }
  .blog-latest footer {
    margin-top: 72px;
  }
  .blog-latest .pagination {
    margin-top: 32px;
  }
  /* .tel-spoiler {
    position: unset;
  } */
  .shedule-work {
    position: unset;
  }
  /*   .modal-content #form-quickWaterOrder1  input[type="text"] {

    width: 100%;
    height: 64px;

    
} */
  /* .modal-content #form-quickWaterOrder1 .input-position {
  width: 100%;
} */
  .phone-list {
    display: none;
    overflow: hidden;
    position: absolute;
    top: 30px;
    background-color: #fffefe;
    padding: 10px;
    z-index: 10;
    margin: 0 auto;
    left: -40px;
    max-width: 180px;
  }
  .header__info-phone-content {
    display: none;
    overflow: hidden;
    position: absolute;
    top: 120px;
    background-color: #fffefe;
    padding: 10px;
    z-index: 10;
    margin: 0 auto;
    right: 0px;
    /*  transform: translate(-38%, -12%); */
    width: calc(100% - 40px);
    min-width: 356px;
    left: 0px;
  }
  .header-main.fixed .header__info-phone-content {
    display: none;
    overflow: hidden;
    position: absolute;
    top: 60px;
    background-color: #fffefe;
    padding: 10px;
    z-index: 10;
    margin: 0 auto;
    right: 0px;
    /*  transform: translate(-38%, -12%); */
    width: calc(100% - 40px);
    min-width: 356px;
    left: 0px;
  }
  #html-water-delivery-in-kyiv .text .text-inner .bottom-title {
    font-size: 24px;
  }
  #html-its-easy-with-us .part3 .advantages span {
    font-size: 17px;
    line-height: 150%;
    /* 25.5px */
  }
  #form-threeWaterPrice1 .row div input {
    width: 100%;
    max-width: 327px;
  }
  .input-position {
    width: 330px;
  }
  #html-about-our-water .mineral_subtitle {
    font-size: 20px;
  }
  .featured {
    padding: 0px 15px;
  }
}
@media (max-width: 460px) {
  #html-water-delivery-in-kyiv .text .text-inner .html .items .item {
    justify-content: center;
  }
  h1.title-product {
    font-size: 32px;
    margin-bottom: 32px;
  }
  .nav.nav-tabs.product-tubs {
    overflow: hidden;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /* padding: 10px 5px; */
    margin: 0px auto 63px;
  }
  .btn-warning.home-btn {
    width: 100%;
  }
  #html-its-easy-with-us .part2 {
    overflow: visible;
  }
  #html-its-easy-with-us .part2-right img {
    height: 468px;
    margin-bottom: -70px;
  }
  #html-about-our-water .heading-title {
    margin-bottom: 30px;
  }
  /*   #about_us_video_youtube .modal-content iframe {
    width: 100%;
  } */
  .information-contact .container h3 {
    margin-top: 33px;
  }
  .quantity-container {
    flex: 0 0 100%;
    width: 100%;
    justify-content: space-between;
    max-width: 100%;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    border-radius: 4px;
    border-radius: 1500px;
    border: 1px solid #7C8993;
    margin-bottom: 32px;
  }
  .cart-row {
    display: flex;
    flex-direction: column;
  }
  .quantity__body {
    flex: 1 0 100%;
    margin-right: 0px;
  }
}
@media (max-width: 420px) {
  #htmlThreeWaterPrice .product-list .item .item-inner .prices .price {
    padding-right: 10px;
  }
  .home__seo-text.more-hide {
    max-height: 2669px;
  }
  .information-information-24 h1 {
    font-size: 26px;
  }
  .menu__row-mob {
    overflow: scroll;
    height: 100%;
  }
  /*   .menu__body.active-menu{
    overflow: scroll;
  } */
  #html-dont-find-looking-for #form-dontFindLookingFor1 .row div .buttons .order-btn {
    width: 300px;
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: unset;
  }
  #html-its-easy-with-us .part2 .part2-left .title {
    font-size: 32px;
    margin: 48px 0 0;
  }
  #html-its-easy-with-us .part2 .part2-left .text {
    font-size: 17px;
  }
  #html-water-delivery-in-kyiv .text .text-inner .heading-title {
    font-size: 48px;
    min-width: 0px;
    max-width: 327px;
  }
  .common-home h3 {
    text-align: center;
    font-family: Montserrat;
    font-size: 32px;
    font-weight: 700;
    line-height: 115%;
    /* 36.8px */
  }
  .exchange p {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 24px;
  }
  .logo.flex-width {
    flex: 1 1 auto;
    margin-left: 10px;
    margin-right: 10px;
  }
  #html-its-easy-with-us .part1 .heading-title {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 115%;
    margin-top: 72px;
  }
  #html-its-easy-with-us .part1 .title {
    margin-bottom: 24px;
  }
  #html-its-easy-with-us .part1 .center-section .text {
    color: #071827;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
  }
  #html-its-easy-with-us .part3 .advantages {
    margin-bottom: 32px;
  }
  #html-its-easy-with-us .part3 .advantage {
    margin-right: 14px;
  }
  #html-its-easy-with-us .part3 .advantage span {
    max-width: 140px;
  }
  #html-feedback-from_our-clients .feedback-list .feedback {
    padding: 30px 0px;
  }
  #html-feedback-from_our-clients .heading-title {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 115%;
    /* 36.8px */
  }
  .sliderPLN .owl-controls {
    position: absolute;
    top: -30px;
    right: 0px;
  }
  #banner-manufacturers {
    margin-top: 72px;
    font-size: 32px;
    line-height: 115%;
    /* 36.8px */
  }
  #banner-manufacturers .manufacturers-logo-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  #banner-manufacturers .row.manufacturers-logo-list::before {
    content: unset;
  }
}
@media (max-width: 374px) {
  /* .flex-width:not(:last-child) {
    margin-right: 0px;
  } */
  .header__info-row .left__header-info {
    font-size: 12px;
  }
  .header__info-row .right__header-info {
    font-size: 12px;
  }
  .nav.nav-tabs.product-tubs {
    /*  width: 320px; */
    font-size: 13px;
    padding: 0px 5px 30px;
    margin: 0px auto 40px;
  }
  .header-main.fixed .header__info-phone-content {
    min-width: 336px;
  }
  .grid-footer li {
    padding-bottom: 12px;
  }
  .telephone__footer li img {
    margin-right: 10px;
  }
  #html-water-delivery-in-kyiv .text .text-inner .bottom-title {
    padding: 0px 10px;
  }
  #html-its-easy-with-us .part3 .advantages span {
    word-break: break-all;
  }
  /* #html-subscribe-promotions-discounts .form{
  width: 100%;
} */
  .header__info-row {
    min-width: 300px;
    max-width: 300px;
  }
  #form-orderWaterToCart .form-group select {
    width: 100%;
  }
  .modal-content #form-quickWaterOrder1 input[type="text"] {
    width: 100%;
  }
  .modal-content #form-quickWaterOrder1 .input-position {
    width: 100%;
  }
}
@media (max-width: 354px) {
  .header-main.fixed .header__info-phone-content {
    min-width: 306px;
  }
  .header__info-phone-content {
    min-width: 306px;
  }
  .header__info-row .left__header-info {
    font-size: 12px;
  }
  .header__info-row .right__header-info {
    font-size: 12px;
  }
  .header__info-row {
    justify-content: space-around;
  }
  .information-information-24 h1 {
    font-size: 23px;
  }
}
/* ПОПАП */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  display: none;
  z-index: 100;
}
/* fixed header */
header.header-main.fixed {
  height: 135px;
}
header.header-main.fixed .header-body {
  position: fixed;
  background-color: white;
  z-index: 9;
  width: 100%;
  top: 0;
}
@media (max-width: 991px) {
  header.header-main.fixed {
    height: 64px;
  }
  header.header-main.fixed .header-body {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media (max-width: 576px) {
  header.header-main.fixed {
    height: 49px;
  }
  header.header-main.fixed .header-body {
    padding-top: 16px;
  }
}
/* fixed header */
/* simple cart */
.simple-content {
  font-size: 15px;
}
.simple-content .checkout-heading.panel-heading {
  background-color: #F3F9FE;
  border: none;
  font-weight: 600;
}
#simplecheckout_cart {
  font-weight: 600;
}
#simplecheckout_cart .desk-hide {
  display: none;
}
#simplecheckout_cart .simplecheckout-cart thead tr th {
  background-color: #F3F9FE;
}
#simplecheckout_cart .simplecheckout-cart thead tr th.remove {
  min-width: 100px;
}
#simplecheckout_cart .simplecheckout-cart td {
  vertical-align: inherit;
}
#simplecheckout_cart .simplecheckout-cart td.image img {
  margin: 20px;
  width: 60px;
}
#simplecheckout_cart .simplecheckout-cart td.name a {
  color: #071827;
}
#simplecheckout_cart .simplecheckout-cart td.quantity div {
  display: flex;
  justify-content: center;
  align-items: stretch;
  height: 60px;
  border: 1px solid #dddddd;
  border-radius: 30px;
  max-width: 186px;
  margin: 0 auto;
}
#simplecheckout_cart .simplecheckout-cart td.quantity div input,
#simplecheckout_cart .simplecheckout-cart td.quantity div button {
  border: none;
  outline: none;
  box-shadow: none;
}
#simplecheckout_cart .simplecheckout-cart td.quantity div input {
  text-align: center;
  font-size: 18px;
  padding: 29px 20px;
  min-width: 70px;
}
#simplecheckout_cart .simplecheckout-cart td.quantity div input:focus {
  font-size: 18px;
  box-shadow: none;
}
#simplecheckout_cart .simplecheckout-cart td.quantity div button {
  padding: 12px;
  background-color: unset;
}
#simplecheckout_cart .simplecheckout-cart td.quantity div button.button-minus {
  padding-left: 25px;
}
#simplecheckout_cart .simplecheckout-cart td.quantity div button.button-plus {
  padding-right: 25px;
}
#simplecheckout_cart .simplecheckout-cart td.remove button {
  background-color: white;
  border: none;
  outline: none;
}
#simplecheckout_payment_address .form-horizontal .form-group label.control-label {
  display: none!important;
}
#simplecheckout_payment_address .form-horizontal .form-group > div {
  width: 100%;
}
#simplecheckout_payment_address .form-horizontal .form-group select {
  height: 50px;
  border-radius: 25px;
  font-size: 15px;
  font-weight: 600;
}
#simplecheckout_payment_address .form-horizontal .form-group select option {
  font-weight: inherit;
}
#simplecheckout_comment textarea {
  height: 130px;
  font-size: 18px;
}
.simplecheckout-left-column {
  /*margin-right: 0;*/
  /*width: 50%;*/
}
.simplecheckout-right-column {
  /*width: 50%;*/
}
.simple-content .form-horizontal .form-group {
  margin: 30px 0;
}
.row-customer_register {
  height: 80px;
}
.form-horizontal .new-simple-input {
  position: relative;
  margin-bottom: 30px;
}
.form-horizontal .new-simple-input input {
  /*font-size: 16px;*/
  padding: 10px;
  display: block;
  border: none;
  border: 1px solid #ccc;
  border-radius: 25px;
  height: 50px;
}
.form-horizontal .new-simple-input input:focus {
  outline: none;
}
.form-horizontal .new-simple-input input::placeholder {
  color: white;
}
.form-horizontal .new-simple-input label {
  color: #515E68;
  font-size: 16px;
  position: absolute;
  pointer-events: none;
  left: 10px;
  top: 15px;
  text-align: left;
  padding: 0 25px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.form-horizontal .new-simple-input input:not(:placeholder-shown) ~ label,
.form-horizontal .new-simple-input input:focus ~ label {
  top: -10px;
  font-size: 14px;
  color: #5264AE;
  text-align: left;
  padding: 0;
  margin: 0 30px;
  background-color: white;
}
.form-horizontal .new-simple-input .bar {
  position: relative;
  display: block;
  width: 94%;
  left: 3%;
}
.form-horizontal .new-simple-input .bar:before,
.form-horizontal .new-simple-input .bar:after {
  content: "";
  height: 1px;
  width: 0;
  bottom: 0;
  position: absolute;
  background: #5264AE;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.form-horizontal .new-simple-input .bar:before {
  left: 50%;
}
.form-horizontal .new-simple-input .bar:after {
  right: 50%;
}
.form-horizontal .new-simple-input input:focus ~ .bar:before,
.form-horizontal .new-simple-input input:focus ~ .bar:after {
  width: 50%;
}
.form-horizontal .new-simple-input .simplecheckout-rule-group {
  position: absolute;
  top: 48px;
}
.form-horizontal div.required .new-simple-input label:before {
  content: none;
}
.form-horizontal div.required .new-simple-input label:after {
  content: ' *';
  color: #F00;
  font-weight: bold;
}
#payment_address_field22 label,
#simplecheckout_customer label,
#agreement_checkbox label {
  font-size: 15px;
  font-weight: 400;
}
#simplecheckout_shipping_address {
  position: relative;
}
#simplecheckout_shipping_address .row-shipping_address_address_id {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}
#simplecheckout_shipping_address .row-shipping_address_address_id .col-sm-8 {
  padding: 3px 2px;
}
#simplecheckout_payment .simplecheckout-block-content {
  padding: 25px 0 0 0;
  max-width: 400px;
}
#simplecheckout_payment .simplecheckout-block-content select {
  height: 50px;
  border-radius: 25px;
  font-size: 15px;
  font-weight: 600;
}
#simplecheckout_payment .simplecheckout-block-content select option {
  font-weight: inherit;
}
@media only screen and (max-width: 640px) {
  #simplecheckout_cart .desk-hide {
    display: block;
    font-weight: 400;
  }
  #simplecheckout_cart .simplecheckout-cart {
    border: none;
  }
  #simplecheckout_cart .simplecheckout-cart colgroup {
    display: none;
  }
  #simplecheckout_cart .simplecheckout-cart thead {
    display: none;
  }
  #simplecheckout_cart .simplecheckout-cart tbody {
    font-size: 15px;
  }
  #simplecheckout_cart .simplecheckout-cart tbody tr {
    display: block;
    position: relative!important;
    border-bottom: 1px solid #DDDDDD;
  }
  #simplecheckout_cart .simplecheckout-cart tbody tr td.image {
    display: block!important;
    width: 80px;
    border: none;
    padding: 25px 7px;
  }
  #simplecheckout_cart .simplecheckout-cart tbody tr td.image img {
    margin: 10px 10px 50px;
    width: 50px;
  }
  #simplecheckout_cart .simplecheckout-cart tbody tr td.name {
    position: absolute;
    top: 15px;
    left: 90px;
    border: none;
  }
  #simplecheckout_cart .simplecheckout-cart tbody tr td.name div.image {
    display: none;
  }
  #simplecheckout_cart .simplecheckout-cart tbody tr td.price {
    position: absolute;
    display: block!important;
    border: none;
    top: 55px;
    left: 90px;
    text-align: left;
  }
  #simplecheckout_cart .simplecheckout-cart tbody tr td.price.main-price {
    position: absolute;
    display: block!important;
    border: none;
    top: 37px;
    left: 90px;
    text-align: left;
  }
  #simplecheckout_cart .simplecheckout-cart tbody tr td.quantity {
    position: absolute !important;
    border: none;
    bottom: 15px;
    left: 90px;
    width: 237px;
  }
  #simplecheckout_cart .simplecheckout-cart tbody tr td.quantity div {
    height: 50px;
    max-width: unset;
  }
  #simplecheckout_cart .simplecheckout-cart tbody tr td.quantity div button {
    display: block!important;
  }
  #simplecheckout_cart .simplecheckout-cart tbody tr td.quantity div button.button-minus {
    padding: 0 0 0 15px;
  }
  #simplecheckout_cart .simplecheckout-cart tbody tr td.quantity div button.button-plus {
    padding: 0 15px 0 0;
  }
  #simplecheckout_cart .simplecheckout-cart tbody tr td.quantity div input {
    padding: 24px 20px;
    min-width: 60px;
  }
  #simplecheckout_cart .simplecheckout-cart tbody tr td.total {
    position: absolute;
    top: 55px;
    left: 230px;
    border: none;
    text-align: left;
  }
  #simplecheckout_cart .simplecheckout-cart tbody tr td.remove {
    position: absolute;
    right: 0;
    top: 15px;
    border: none;
    width: auto;
  }
  #simplecheckout_shipping_address .row-shipping_address_address_id {
    top: -20px;
    width: 40%;
  }
}
.row-child-category a {
  color: #0074D9;
}
.cat-child {
  flex-wrap: wrap;
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  list-style-type: none;
  padding-left: 0px;
}
.cat-child li {
  margin-right: 4px;
  margin-bottom: 10px;
}
.cat-child li a {
  display: inline-block;
  padding: 0 14px;
  border: 1px solid #0074D9;
  border-radius: 4px;
  background: none;
  font-size: 14px;
  line-height: 28px;
}
#telephonyButton {
  box-sizing: border-box;
  position: fixed;
  width: 140px;
  height: 140px;
  left: 20px;
  bottom: 20px;
  border: 1px solid #EC1F3A;
  border-radius: 500px;
  background-color: #ffffff00;
  z-index: 2;
  transition: all 0.2s linear;
}
#telephonyButton:hover {
  background: #EC1F3A;
  transition: all 0.2s linear;
}
#telephonyButton span {
  position: absolute;
  width: 120px;
  height: 120px;
  top: 9px;
  left: 9px;
  background: #EC1F3A;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
}
.product-cart-btn.prod__empty {
  pointer-events: none;
  background: #FFFFFF;
  border-radius: 500px;
  transition: all 0.4s linear;
  font-weight: 700;
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  color: #EC1F3A;
  height: 48px;
  min-width: 181px;
  border: 1px solid #EC1F3A;
  cursor: pointer;
}
/* 2024.04.11  */
@media (min-width: 991px) {
  #simplecheckout_shipping_address fieldset{
    display: flex;
    flex-wrap: wrap;
  }
  #simplecheckout_shipping_address fieldset > div{
    width: 50%;
    margin: 30px 0 0 0;
  }
}

#simplecheckout_cart .simplecheckout-cart tbody tr.empty-bottle .info-empty-bottle span {
  font-size: small;
  color: #EC1F3A;
  text-shadow: 0 0 0px #EC1F3A, 0 0 9px #ec1f3a87;
  font-weight: 600;
  display: block;
  max-width: 400px;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  #simplecheckout_cart .simplecheckout-cart tbody tr.empty-bottle td.remove{
    display: none;
  }

  #simplecheckout_cart .simplecheckout-cart tbody tr.empty-bottle td.name {
    padding: 0;
    left: 75px;
  }
  #simplecheckout_cart .simplecheckout-cart tbody tr.empty-bottle .info-empty-bottle span {

  }
  #simplecheckout_cart .simplecheckout-cart tbody tr.empty-bottle td.quantity{
    left: 193px;
    width: 135px;
  }
  #simplecheckout_cart .simplecheckout-cart tbody tr.empty-bottle td.price{
    top: 110px;
  }
}
