.lazy-pagelist {
  text-align: center;
  margin: 40px 0;
}
.lazy-pagelist .shop2-pagelist {
  margin: 0;
}
.lazy-pagelist-btn {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  margin: 0 0 20px;
  border-radius: 3px;
  border: 1px solid #9ec800;
  box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.3s ease;
  padding: 10px 30px;
  font-size: 16px;
}
.lazy-pagelist-btn:hover {
  background: #9ec800;
  color: #fff;
}
.reviews-block.reviews-block2 {
  padding-top: 0;
}
.advantages-wrap.advantages-wrap2 {
  padding-top: 30px;
  display: block;
}
@media (max-width: 991px) {
  .reviews-block.reviews-block2 {
    padding-bottom: 30px;
  }
}
@media (max-width: 425px) {
  .reviews-block.reviews-block2 {
    padding-bottom: 15px;
  }
}
.review-outer .reviews + .wrap_paginations {
  margin-bottom: 50px;
}
.review-outer .popup-form-wrapper.js-reviews-form.opened {
  z-index: 999999;
}
.header-info-container {
  position: relative;
  z-index: 22;
  background: #e8635b;
  font-family: Roboto Condensed, sans-serif;
}
.header-info-container.hidden {
  display: none;
}
.header-info-container .header-info-close {
  position: absolute;
  display: block;
  cursor: pointer;
  top: 50%;
  right: 0;
  appearance: none;
  border: none;
  box-shadow: none;
  background: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.962746 0.962746C1.32323 0.602262 1.90769 0.602262 2.26817 0.962746L9.00007 7.69465L15.732 0.962746C16.0925 0.602262 16.6769 0.602262 17.0374 0.962746C17.3979 1.32323 17.3979 1.90769 17.0374 2.26817L10.3055 9.00007L17.0374 15.732C17.3979 16.0925 17.3979 16.6769 17.0374 17.0374C16.6769 17.3979 16.0925 17.3979 15.732 17.0374L9.00007 10.3055L2.26817 17.0374C1.90769 17.3979 1.32323 17.3979 0.962746 17.0374C0.602262 16.6769 0.602262 16.0925 0.962746 15.732L7.69465 9.00007L0.962746 2.26817C0.602262 1.90769 0.602262 1.32323 0.962746 0.962746Z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E") center/15px no-repeat;
  font-size: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  margin-top: -20px;
  font-size: 0;
  outline: none;
}
.header-info-container .header-info-link {
  box-sizing: border-box;
  display: block;
  text-align: center;
  padding: 8px 35px;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
  line-height: 1.2;
  color: #fff;
}
@media (max-width: 768px) {
  .header-info-container .header-info-link {
    font-size: 16px;
  }
}
.header-info-container .header-info-link span {
  text-decoration: underline;
}
@media (max-width: 1023px) {
  .header-info-container {
    /*position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 10;*/
  }
  .header-info-container .header-info-link {
    padding-left: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
    min-height: 35px;
    align-items: center;
    justify-content: center;
    display: flex;
  }
  .header-info-container .header-info-link span {
    padding: 0 4px;
  }
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2, .select2 * {
  outline: none;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #aaa;
  outline: none;
  font-size: 14px;
  height: 30px;
}
.select2-results {
  display: block;
  font-size: 14px;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select-wrap {
  display: block;
}
.select-wrap select {
  display: none;
}
.select-wrap .select2 {
  width: 140px !important;
}
.reg-list {
  display: flex;
  align-items: center;
}
.left-side {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: flex-end;
  margin: 0 5px 0 0;
  position: relative;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .left-side {
    margin: 0;
    padding: 0;
    order: 4;
    width: auto;
    min-width: 65px;
    position: absolute;
    top: 7px;
    right: 10px;
  }
}
@media (max-width: 991px) {
  .sand_new .site-wrap .top-fixed-wrap .mob-logo {
    max-width: 100px;
  }
}
.select-wrap {
  position: relative;
}
@media (min-width: 992px) {
  .select-wrap:hover .select-list {
    display: block;
  }
}
@media (max-width: 991px) {
  .select-wrap.opened .select-list {
    display: block;
  }
}
.select-title {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  flex-wrap: wrap;
  padding: 5px;
  border-radius: 5px;
}
.select-title > div {
  color: #000;
  text-transform: uppercase;
  padding-right: 15px;
  background: url(arr2.svg) right center no-repeat;
  cursor: pointer;
}
@media (max-width: 991px) {
  .select-title > div {
    font-size: 13px;
    color: #fff;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' version='1.1' baseProfile='full' xml:space='preserve' x='0px' y='0px' width='10px' height='6px' viewBox='0 0 10 6' preserveAspectRatio='none' shape-rendering='geometricPrecision'%3E%3Cpath fill='%23fff' d='M5,6C4.8,6,4.5,5.9,4.3,5.7l-4-4c-0.4-0.4-0.4-1,0-1.4c0.4-0.4,1-0.4,1.4,0L5,3.6l3.3-3.3c0.4-0.4,1-0.4,1.4,0 c0.4,0.4,0.4,1,0,1.4l-4,4C5.5,5.9,5.3,6,5,6z'/%3E%3C/svg%3E") right center no-repeat;
  }
}
.select-list {
  position: absolute;
  right: 0;
  top: 100%;
  background: #fff;
  padding: 20px;
  padding: 10px 15px;
  z-index: 2;
  font-size: 13px;
  width: 100px;
  display: none;
  max-height: 300px;
  overflow-y: auto;
  box-shadow: 0 0 2px 1px rgba(42, 192, 110, 0.4);
}
.select-list > div {
  padding: 5px 0;
  cursor: pointer;
}
.select-list > div:hover {
  text-decoration: underline;
}
@media (max-width: 479px) {
  .select-title {
    display: block;
  }
  .select-wrap .select2 {
    width: 100% !important;
  }
}
