.SelectClass,
.SumoSelect.open .search-txt,
.SumoUnder {
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  top: 0;
  left: 0;
}
.SumoSelect p {
  margin: 0;
}
.SumoSelect {
  width: 200px;
}
.SelectBox {
  padding: 5px 8px;
}
.sumoStopScroll {
  overflow: hidden;
}
.SumoSelect .hidden {
  display: none;
}
.SumoSelect .search-txt {
  display: none;
  outline: 0;
}
.SumoSelect .no-match {
  display: none;
  padding: 6px;
}
.SumoSelect.open .search-txt {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 5px 8px;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
}
.SumoSelect.open > .search > label,
.SumoSelect.open > .search > span {
  visibility: hidden;
}
.SelectClass,
.SumoUnder {
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.SelectClass {
  z-index: 1;
}
.SumoSelect .select-all > label,
.SumoSelect > .CaptionCont,
.SumoSelect > .optWrapper > .options li.opt label {
  -ms-user-select: none;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}
.SumoSelect {
  display: inline-block;
  position: relative;
  outline: 0;
}
.SumoSelect.open > .CaptionCont,
.SumoSelect:focus > .CaptionCont,
.SumoSelect:hover > .CaptionCont {
  -webkit-box-shadow: 0 0 2px #7799d0;
  box-shadow: 0 0 2px #7799d0;
  border-color: #7799d0;
}
.SumoSelect > .CaptionCont {
  position: relative;
  border: 1px solid #a4a4a4;
  min-height: 14px;
  background-color: #fff;
  border-radius: 2px;
  margin: 0;
}
.SumoSelect > .CaptionCont > span {
  display: block;
  padding-right: 30px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
}
.SumoSelect > .CaptionCont > span.placeholder {
  color: #ccc;
  font-style: italic;
}
.SumoSelect > .CaptionCont > label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
}
.SumoSelect > .CaptionCont > label > i {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=);
  background-position: center center;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  opacity: 0.8;
}
.SumoSelect > .optWrapper {
  display: none;
  z-index: 1000;
  top: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
  border-radius: 3px;
  overflow: hidden;
}
.SumoSelect.open > .optWrapper {
  top: 35px;
  display: block;
}
.SumoSelect.open > .optWrapper.up {
  top: auto;
  bottom: 100%;
  margin-bottom: 5px;
}
.SumoSelect > .optWrapper ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto;
}
.SumoSelect > .optWrapper > .options {
  border-radius: 2px;
  position: relative;
  max-height: 250px;
}
.SumoSelect > .optWrapper.okCancelInMulti > .options {
  border-radius: 2px 2px 0 0;
}
.SumoSelect > .optWrapper.selall > .options {
  border-radius: 0 0 2px 2px;
}
.SumoSelect > .optWrapper.selall.okCancelInMulti > .options {
  border-radius: 0;
}
.SumoSelect > .optWrapper > .options li.group.disabled > label {
  opacity: 0.5;
}
.SumoSelect > .optWrapper > .options li ul li.opt {
  padding-left: 22px;
}
.SumoSelect > .optWrapper.multiple > .options li ul li.opt {
  padding-left: 50px;
}
.SumoSelect > .optWrapper.isFloating > .options {
  max-height: 100%;
  -webkit-box-shadow: 0 0 100px #595959;
  box-shadow: 0 0 100px #595959;
}
.SumoSelect > .optWrapper > .options li.opt {
  padding: 6px;
  position: relative;
  border-bottom: 1px solid #f5f5f5;
}
.SumoSelect > .optWrapper > .options > li.opt:first-child {
  border-radius: 2px 2px 0 0;
}
.SumoSelect > .optWrapper.selall > .options > li.opt:first-child {
  border-radius: 0;
}
.SumoSelect > .optWrapper > .options > li.opt:last-child {
  border-radius: 0 0 2px 2px;
  border-bottom: none;
}
.SumoSelect > .optWrapper.okCancelInMulti > .options > li.opt:last-child {
  border-radius: 0;
}
.SumoSelect > .optWrapper > .options li.opt:hover {
  background-color: #e4e4e4;
}
.SumoSelect .select-all.sel,
.SumoSelect > .optWrapper > .options li.opt.sel {
  background-color: #a1c0e4;
}
.SumoSelect > .optWrapper > .options li label {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  cursor: pointer;
}
.SumoSelect > .optWrapper > .options li span {
  display: none;
}
.SumoSelect > .optWrapper > .options li.group > label {
  cursor: default;
  padding: 8px 6px;
  font-weight: 700;
}
.SumoSelect > .optWrapper.isFloating {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 90%;
  bottom: 0;
  margin: auto;
  max-height: 90%;
}
.SumoSelect > .optWrapper > .options li.opt.disabled {
  background-color: inherit;
  pointer-events: none;
}
.SumoSelect > .optWrapper > .options li.opt.disabled * {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.SumoSelect > .optWrapper.multiple > .options li.opt {
  padding-left: 35px;
  cursor: pointer;
}
.SumoSelect .select-all > span,
.SumoSelect > .optWrapper.multiple > .options li.opt span {
  position: absolute;
  display: block;
  width: 30px;
  top: 0;
  bottom: 0;
  margin-left: -35px;
}
.SumoSelect .select-all > span i,
.SumoSelect > .optWrapper.multiple > .options li.opt span i {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #aeaeae;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.SumoSelect > .optWrapper > .MultiControls {
  display: none;
  border-top: 1px solid #ddd;
  background-color: #fff;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
  border-radius: 0 0 3px 3px;
}
.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls {
  display: block;
  margin-top: 5px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls {
  display: block;
}
.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p {
  padding: 6px;
}
.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p:focus {
  -webkit-box-shadow: 0 0 2px #a1c0e4;
  box-shadow: 0 0 2px #a1c0e4;
  border-color: #a1c0e4;
  outline: 0;
  background-color: #a1c0e4;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p {
  display: inline-block;
  cursor: pointer;
  padding: 12px;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p:hover {
  background-color: #f1f1f1;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
  border-right: 1px solid #dbdbdb;
  border-radius: 0 0 0 3px;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel {
  border-radius: 0 0 3px;
}
.SumoSelect > .optWrapper.isFloating > .options li.opt {
  padding: 12px 6px;
}
.SumoSelect > .optWrapper.multiple.isFloating > .options li.opt {
  padding-left: 35px;
}
.SumoSelect > .optWrapper.multiple.isFloating {
  padding-bottom: 43px;
}
.SumoSelect .select-all.partial > span i,
.SumoSelect .select-all.selected > span i,
.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i {
  background-color: #11a911;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: transparent;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: center center;
}
.SumoSelect.disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.SumoSelect.disabled > .CaptionCont {
  border-color: #ccc;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.SumoSelect .select-all {
  border-radius: 3px 3px 0 0;
  position: relative;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  padding: 8px 0 3px 35px;
  height: 20px;
  cursor: pointer;
}
.SumoSelect .select-all > label,
.SumoSelect .select-all > span i {
  cursor: pointer;
}
.SumoSelect .select-all.partial > span i {
  background-color: #ccc;
}
.SumoSelect > .optWrapper > .options li.optGroup {
  padding-left: 5px;
  text-decoration: underline;
}
html {
  height: auto;
}
body {
  height: auto;
  overflow: visible;
}
body ::-moz-selection {
  color: #fff;
  background: #000;
}
body ::selection {
  color: #fff;
  background: #000;
}
body ::-moz-selection {
  color: #fff;
  background: #000;
}
sub,
sup {
  position: relative;
  vertical-align: baseline;
}
sup {
  line-height: 0.4;
}
sub {
  bottom: -0.25em;
}
a,
button {
  cursor: pointer;
}
input::-ms-clear,
input[type="search"]::-ms-clear,
input[type="search"]::-ms-reveal,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration,
select::-ms-expand {
  display: none;
  width: 0;
  height: 0;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.btn:active {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}
.btn-close:active {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}
.icon-button:active {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}
@media (hover: hover), (-ms-high-contrast: none) {
  .btn-primary:hover {
    background: #fff;
    color: #088c08;
  }
  .btn-secondary:hover {
    background-color: #088c08;
    color: #fff;
  }
  .btn-optional:hover {
    background-color: #fff;
    color: #088c08;
  }
  .btn-close:hover:before {
    -webkit-transform: translate(-50%, -50%) rotate(-135deg);
    -ms-transform: translate(-50%, -50%) rotate(-135deg);
    transform: translate(-50%, -50%) rotate(-135deg);
  }
  .btn-close:hover:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .icon-button:hover {
    opacity: 0.7;
  }
  .btn-primary.btn-with-icon:hover .fill-hover {
    fill: #088c08;
  }
}
.subscribe {
  position: relative;
  border-radius: 10px;
  padding: 60px 30px;
  -webkit-box-shadow: -5px 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: -5px 0 10px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}
.subscribe .decor-title {
  margin-bottom: 5px;
}
.subscribe .subtitle {
  display: block;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-right: 45px;
  text-align: right;
}
.subscribe .form-group {
  width: 320px;
  margin: 30px 0 0;
}
@media (max-width: 1199px) {
  .subscribe {
    padding: 40px 20px;
  }
}
@media (max-width: 991px) {
  .subscribe {
    margin-left: -60px;
    margin-right: -60px;
    border-radius: 0;
    padding: 40px 80px;
  }
}
@media (max-width: 575px) {
  .subscribe {
    margin-left: -15px;
    margin-right: -15px;
    border-radius: 0;
    padding: 40px 15px;
  }
  .subscribe .subtitle {
    margin-right: 20px;
  }
  .subscribe .form-group {
    width: 100%;
  }
}
.footer_top {
  position: relative;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
}
.footer_top-bg {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
}
.footer_top-content {
  padding: 50px 0;
  margin-top: 50px;
}
.footer_top-nav {
  margin-top: 10px;
}
.footer_top-nav li {
  margin-bottom: 17px;
}
.footer_top-nav li:last-child {
  margin-bottom: 0;
}
.footer_top-nav li a {
  cursor: pointer;
}
.footer_top-nav li.active {
  color: #088c08;
}
.footer_top .icon-list li {
  padding-left: 50px;
  padding-top: 5px;
  margin-bottom: 40px;
}
.footer_top .icon-list li:last-child {
  margin-bottom: 0;
}
.footer_top .icon-list li a {
  display: inline-block;
  margin-bottom: 10px;
}
.footer_bottom {
  font-size: 13px;
  line-height: 1.2;
  color: #fff;
  padding: 20px 0;
  font-weight: 300;
  position: relative;
}
.footer_bottom .scroll-top {
  position: absolute;
  top: -66px;
  right: 180px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #088c08;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  z-index: 10;
  cursor: pointer;
}
.scroll-top i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
}
.scroll-top i:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 4px;
  width: 12px;
  height: 12px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  z-index: 2;
}
.scroll-top:active {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}
.footer_bottom .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer_bottom .copyright {
  margin-right: 40px;
}
.footer_bottom-nav ul li {
  display: inline-block;
  margin-right: 60px;
}
.footer_bottom-nav ul li:last-child {
  margin-right: 0;
}
.footer_bottom-nav ul li a {
  text-decoration: underline;
}
.decor-img-footer {
  left: 0;
  bottom: -40px;
}
@media (hover: hover), (-ms-high-contrast: none) {
  .footer_top a:hover {
    color: #088c08;
  }
  .footer_bottom-nav ul li a:hover {
    text-decoration: none;
  }
  .dev:hover {
    text-decoration: underline;
  }
}
@media (max-width: 1600px) {
  .footer_bottom .scroll-top {
    top: -44px;
    right: 130px;
  }
}
@media (max-width: 1199px) {
  .footer_top-bg {
    top: 40px;
  }
  .footer_top-content {
    margin-top: 40px;
    padding: 40px 0;
  }
  .footer_bottom .copyright {
    margin-right: 30px;
  }
  .footer_bottom-nav ul li {
    margin-right: 15px;
  }
}
@media (max-width: 991px) {
  .footer_top-content {
    margin-top: 40px;
    padding: 40px 0;
  }
  .footer_bottom .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer_bottom-nav ul li {
    margin-bottom: 15px;
  }
  .dev {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .footer_top .icon-list li {
    padding-left: 40px;
    padding-top: 0;
    margin-bottom: 15px;
  }
  .footer_top .icon-list li a {
    margin-bottom: 5px;
  }
  .footer_top-nav {
    margin-top: 0;
  }
  .footer_top-nav li {
    margin-bottom: 10px;
  }
  .footer_bottom .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer_bottom .copyright {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .dev {
    margin-left: 0;
    margin-top: 0;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .footer_bottom .scroll-top {
    right: 17px;
  }
}
.SumoSelect {
  display: block;
  width: 100%;
  cursor: pointer;
  z-index: 3;
}
.SumoSelect.open {
  z-index: 4 !important;
}
.SumoSelect:hover {
  z-index: 3;
}
.SumoSelect > .CaptionCont {
  cursor: pointer;
  border-radius: 0;
  border: solid rgba(152, 152, 157, 0.5);
  border-width: 0 0 1px 0;
  background: 0 0;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.SumoSelect.open > .CaptionCont,
.SumoSelect:focus > .CaptionCont,
.SumoSelect:hover > .CaptionCont {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: rgba(152, 152, 157, 0.5);
}
.SelectBox {
  font-size: 15px;
  line-height: 1;
  color: #22262a;
  padding: 7px 30px 6px 8px;
  text-align: left;
}
.SumoSelect > .CaptionCont > span.placeholder {
  font-size: 15px;
  font-weight: 700;
  font-style: normal;
  color: #22262a;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.SumoSelect.open > .CaptionCont > span.placeholder {
  opacity: 1;
}
.SumoSelect > .CaptionCont > span {
  padding-right: 0;
  cursor: pointer;
  line-height: 16px;
  font-weight: 500;
  font-size: 15px;
}
.SumoSelect > .CaptionCont > label {
  cursor: pointer;
  width: 32px;
}
.SumoSelect > .CaptionCont > label > i {
  background-image: none;
  opacity: 1;
  width: 32px;
  height: 24px;
}
.SumoSelect > .CaptionCont > label > i:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #22262a transparent transparent transparent;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.SumoSelect.open > .CaptionCont > label > i:before {
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
}
.SumoSelect > .optWrapper {
  background-color: #fff;
  border-radius: 5px;
  padding: 0;
  overflow: auto;
  top: 100%;
  z-index: 2;
  display: block;
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.SumoSelect.open > .optWrapper {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  top: 100%;
}
.SumoSelect > .optWrapper > .options li.opt {
  padding: 0 20px 0 0;
  border-bottom: 0;
}
.SumoSelect > .optWrapper > .options li.opt label:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 17px;
  height: 18px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../img/icons/icon-select.svg);
  opacity: 0;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.SumoSelect > .optWrapper > .options li.opt.selected label:before {
  opacity: 1;
}
.SumoSelect > .optWrapper > .options > li.opt:first-child {
  border-radius: 0;
}
.SumoSelect > .optWrapper > .options li label {
  position: relative;
  padding: 8px 20px;
  font-size: 15px;
  line-height: 16px;
  font-weight: 500;
  color: #22262a;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.SumoSelect > .optWrapper > .options {
  max-height: 220px;
  border-radius: 0;
  padding: 8px 0;
}
.options > .opt.disabled:first-child {
  display: none;
}
.select-wrapper {
  position: relative;
}
.select-wrapper .floating-label {
  font-size: 11px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 0;
  visibility: hidden;
}
.select-wrapper.dirty .floating-label {
  opacity: 1;
  visibility: visible;
}
.select-type-2 .floating-label {
  font-size: 13px;
  font-weight: 500;
  top: auto;
  bottom: 100%;
  left: 20px;
  padding-bottom: 2px;
}
.select-type-2 .SumoSelect > .CaptionCont {
  border: 1px solid #d6d6d9;
  border-radius: 20px;
  padding: 6px 65px 6px 20px;
}
.select-type-2 .SumoSelect > .CaptionCont > span {
  font-size: 15px;
}
@media (min-width: 992px) {
  .SumoSelect > .CaptionCont:hover {
    border-color: rgba(152, 152, 157, 0.5);
  }
  .SumoSelect > .CaptionCont:hover > span.placeholder {
    opacity: 1;
  }
  .SumoSelect.disabled > .CaptionCont:hover {
    border: 1px solid rgba(235, 235, 235, 0.15);
  }
  .SumoSelect > .optWrapper > .options li.opt:hover {
    background-color: transparent;
  }
  .SumoSelect > .optWrapper > .options li.opt:hover label {
    color: #088c08;
  }
  .SumoSelect .select-all:hover {
    color: #088c08;
  }
}
@media (max-width: 767px) {
  .SumoSelect > .optWrapper > .options li label {
    font-size: 13px;
  }
  .select-type-2 .SumoSelect > .CaptionCont {
    padding-right: 50px;
  }
  .select-type-2 .SumoSelect > .CaptionCont > span {
    font-size: 13px;
  }
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #98989d;
  opacity: 1;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #98989d;
  opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #98989d;
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #98989d;
  opacity: 1;
}
input,
select,
textarea {
  border-radius: 0;
  background: 0 0;
  border: none;
  margin: 0;
  width: 100%;
  padding: 0;
}
textarea {
  display: block;
  resize: none;
  overflow: auto;
}
select::-ms-expand {
  display: none;
}
.input {
  font-size: 15px;
  height: 30px;
  border-bottom: 1px solid rgba(152, 152, 157, 0.5);
  line-height: 30px;
  padding: 0 8px;
  font-weight: 500;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.input.input-bold {
  font-weight: 700;
}
textarea.input {
  height: 120px;
  padding: 5px 10px;
  line-height: 1.2em;
  border: 1px solid rgba(152, 152, 157, 0.5);
  border-radius: 5px;
  overflow: auto;
}
.floating-label {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  position: absolute;
  left: 8px;
  top: 100%;
  line-height: 18px;
  color: #98989d;
  -webkit-transform: translate(0, -24px);
  -ms-transform: translate(0, -24px);
  transform: translate(0, -24px);
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  pointer-events: none;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
.input-wrapper {
  position: relative;
  display: block;
}
.input-wrapper.dirty .floating-label,
.input-wrapper.focus .floating-label {
  font-size: 11px;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.input-wrapper.invalid .input {
  font-weight: 700;
  border-bottom-color: #088c08;
}
.input-wrapper.invalid .floating-label {
  color: #088c08;
}
.input-wrapper-textarea .floating-label {
  position: relative;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  top: auto;
  padding-left: 8px;
  margin-bottom: 5px;
  left: 0;
}
.input-wrapper-textarea.dirty .floating-label,
.input-wrapper-textarea.focus .floating-label {
  font-size: 15px;
}
.checkbox-entry {
  display: inline-block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  margin: 0;
  padding: 0;
  min-width: 30px;
  min-height: 25px;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.checkbox-entry:active {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}
.checkbox-entry input {
  display: none;
}
.checkbox-entry span {
  position: relative;
  font-size: 15px;
  line-height: 16px;
  font-weight: 500;
  padding-left: 35px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 25px;
  color: #22262a;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.checkbox-entry span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  border: 1px rgba(152, 152, 157, 0.5) solid;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.checkbox-entry span:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 3px;
  width: 18px;
  height: 19px;
  z-index: 1;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  background-image: url(../img/icons/icon-select.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.checkbox-entry.radio span {
  min-height: 20px;
  padding-left: 35px;
}
.checkbox-entry.radio span:before {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.checkbox-entry.radio span:after {
  left: 4px;
  top: 4px;
  width: 12px;
  height: 12px;
  background: #088c08;
  border-radius: 50%;
}
.checkbox-entry input:checked + span:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.input-wrapper.color-white .floating-label {
  color: currentColor;
}
.input-wrapper.color-white .input {
  color: currentColor;
  border-bottom-color: currentColor;
}
.input-as-select:before {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #22262a transparent transparent transparent;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.input-as-select .input {
  padding-right: 24px;
  font-weight: 700;
}
.input-as-select .input::-webkit-input-placeholder {
  font-weight: 700;
  color: #22262a;
}
.input-as-select .input:-moz-placeholder {
  font-weight: 700;
  color: #22262a;
}
.input-as-select .input::-moz-placeholder {
  font-weight: 700;
  color: #22262a;
}
.input-as-select .input:-ms-input-placeholder {
  font-weight: 700;
  color: #22262a;
}
.input-as-select .floating-label {
  opacity: 0;
  visibility: hidden;
}
.input-as-select.dirty .floating-label,
.input-as-select.focused .floating-label {
  opacity: 1;
  visibility: visible;
}
@media (hover: hover), (-ms-high-contrast: none) {
  .checkbox-entry:hover span {
    color: #088c08;
  }
}
.form-group {
  text-align: center;
}
.form-group.text-left {
  text-align: left;
}
.form-group .input-wrapper,
.form-group .select-wrapper {
  text-align: left;
  margin-bottom: 25px;
}
.form-group .input-wrapper-textarea:not(:first-child) {
  padding-top: 15px;
}
.form-group .btn {
  margin-top: 10px;
}
.form-group .title {
  margin-bottom: 15px;
  text-align: left;
  padding: 0 5px;
}
.fill-hover,
.stroke-hover,
.svg-opacity {
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.socials li {
  margin-right: 40px;
}
.socials li:last-child {
  margin-right: 0;
}
.socials a {
  position: relative;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #98989d;
  border-radius: 50%;
}
.socials a:active {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}
.socials a img,
.socials a svg {
  display: block;
  max-width: 70%;
  max-height: 70%;
}
.socials-enter a {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border: none;
}
@media (hover: hover), (-ms-high-contrast: none) {
  .socials a:hover {
    border-color: #088c08;
  }
  .socials a:hover .fill-hover {
    fill: #088c08;
  }
  .socials a:hover .svg-opacity {
    opacity: 1;
  }
  .socials-enter a:hover {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  }
}
@media (max-width: 767px) {
  .socials li {
    margin-right: 20px;
  }
  .socials a {
    width: 44px;
    height: 44px;
  }
}
.thumb-input-number {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #22262a;
  line-height: 1;
}
.thumb-input-number button,
.thumb-input-number input {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.thumb-input-number button {
  position: relative;
  width: 26px;
  height: 26px;
  cursor: pointer;
  background: #3aad49;
  border-radius: 50%;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.thumb-input-number button:before {
  width: 100%;
  height: 100%;
  position: relative;
  display: inline-block;
  font-size: 24px;
  line-height: 26px;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.thumb-input-number button.decrement:before {
  content: "-";
}
.thumb-input-number button.increment:before {
  content: "+";
}
.thumb-input-number input {
  width: 30px;
  height: 26px;
  line-height: 26px;
  font-weight: 500;
  font-size: 15px;
  text-align: center;
}
.thumb-input-number button:active {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}
@media (hover: hover), (-ms-high-contrast: none) {
  .thumb-input-number button:hover {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  }
}
.plus-button {
  position: relative;
  font-size: 15px;
  line-height: 16px;
  color: #088c08;
  font-weight: 500;
  padding-left: 30px;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.plus-button:after,
.plus-button:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 15px;
  height: 3px;
  border-radius: 2px;
  background-color: #088c08;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.plus-button:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.plus-button:active {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}
.plus-button.type-rounded {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  background-color: #fff;
  padding: 11px 25px 11px 50px;
  font-size: 15px;
  color: #22262a;
}
.plus-button.type-rounded:after,
.plus-button.type-rounded:before {
  left: 25px;
  top: 18px;
}
.plus-button.type-rounded.type-no-plus {
  padding-left: 30px;
  padding-right: 30px;
  display: block;
}
.plus-button.type-rounded.type-no-plus:after,
.plus-button.type-rounded.type-no-plus:before {
  content: none;
}
@media (hover: hover), (-ms-high-contrast: none) {
  .plus-button:hover:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .plus-button:hover:after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .plus-button:hover.type-no-plus {
    color: #088c08;
  }
}
.phone-fixed {
  position: fixed;
  right: 75px;
  bottom: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background-color: #3aad49;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  z-index: 10;
}
.phone-fixed:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #3aad49;
  border-radius: 50%;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.phone-fixed:active {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}
.phone-fixed .img {
  max-width: 32px;
  max-height: 32px;
  -webkit-animation: tada 5s infinite;
  animation: tada 5s infinite;
}
@-webkit-keyframes tada {
  0%,
  80% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  82%,
  84% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  86%,
  90%,
  94%,
  98% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  88%,
  92%,
  96% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0%,
  80% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  82%,
  84% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  86%,
  90%,
  94%,
  98% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  88%,
  92%,
  96% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@media (hover: hover), (-ms-high-contrast: none) {
  .phone-fixed:hover:before {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
  }
}
@media (max-width: 1600px) {
  .phone-fixed {
    right: 25px;
    bottom: 50px;
  }
}
@media (max-width: 991px) {
  .phone-fixed {
    right: 15px;
    bottom: 70px;
  }
}
@media (max-width: 575px) {
  .phone-fixed {
    width: 60px;
    height: 60px;
  }
  .phone-fixed .img {
    max-width: 28px;
    max-height: 28px;
  }
}
.simple-link {
  position: relative;
  display: inline-block;
  color: #088c08;
  font-size: 15px;
  line-height: 16px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.simple-link:active {
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}
.simple-link.type2 {
  color: #22262a;
  font-size: 17px;
  line-height: 18px;
  font-weight: 700;
  text-decoration: underline;
}
@media (hover: hover), (-ms-high-contrast: none) {
  .simple-link:hover {
    text-decoration: underline;
  }
  .simple-link:hover.type2 {
    text-decoration: none;
  }
}
.arrow-down-btn {
  position: relative;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  padding-right: 35px;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.arrow-down-btn:before {
  content: "";
  position: absolute;
  right: 3px;
  top: 4px;
  width: 8px;
  height: 8px;
  border: solid currentColor;
  border-width: 0 0 2px 2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  -o-transition: transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
.arrow-down-btn:active {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}
.arrow-down-btn.active:before {
  -webkit-transform: translateY(4px) rotate(-225deg);
  -ms-transform: translateY(4px) rotate(-225deg);
  transform: translateY(4px) rotate(-225deg);
}
@media (hover: hover), (-ms-high-contrast: none) {
  .arrow-down-btn:hover {
    color: #088c08;
  }
}
.checkbox-line-wrap {
  position: relative;
  border: 1px solid #e8e8e8;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 246px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.checkbox-line {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 26px;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
}
.checkbox-line input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.checkbox-line input + span {
  position: relative;
  display: inline-block;
  width: 100%;
  -webkit-transition: all 0.25s, font-weight 0s;
  -o-transition: all 0.25s, font-weight 0s;
  transition: all 0.25s, font-weight 0s;
  z-index: 1;
  pointer-events: none;
}
.checkbox-line input + span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  background-color: #f2f2f2;
  border-radius: 16px;
  width: calc(100% + 4px);
  height: 32px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  z-index: -1;
}
.checkbox-line input:checked + span {
  font-weight: 700;
}
.checkbox-line input:checked + span:before {
  opacity: 1;
  visibility: visible;
}
@media (hover: hover), (-ms-high-contrast: none) {
  .checkbox-line input:hover + span {
    font-weight: 700;
  }
}
@media (max-width: 991px) {
  .checkbox-line {
    font-size: 11px;
  }
}
.checkbox-thumb {
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.checkbox-thumb:active {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}
@media (hover: hover), (-ms-high-contrast: none) {
  .checkbox-thumb input:hover + span {
    border-color: #088c08;
  }
}
.addition {
  font-size: 13px;
  font-weight: 500;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.addition span {
  vertical-align: middle;
}
.addition .btn-close {
  display: inline-block;
  margin-left: 4px;
}
.addition-title i:not(.active) {
  display: none;
}
.addition.reverse .btn-close {
  margin-right: 4px;
  margin-left: 0;
}
.addition:active {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}
@media (hover: hover), (-ms-high-contrast: none) {
  .addition:hover {
    color: #088c08;
  }
  .addition:hover .btn-close:before {
    -webkit-transform: translate(-50%, -50%) rotate(-135deg);
    -ms-transform: translate(-50%, -50%) rotate(-135deg);
    transform: translate(-50%, -50%) rotate(-135deg);
  }
  .addition:hover .btn-close:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}
.icon-list > li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 35px;
}
.icon-list > li:last-child {
  margin-bottom: 0;
}
.icon-list > li .img {
  position: absolute;
  top: 4px;
  left: 0;
  max-width: 23px;
}
.icon-list > li .centered {
  max-width: 280px;
  display: block;
  margin: 0 auto;
}
.icon-list > li .centered-list {
  margin: 20px 0;
}
.icon-list > li .centered-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 15px;
}
.icon-list.lg > li {
  padding-left: 48px;
}
.icon-list.lg > li .img {
  max-width: 26px;
}
.icon-list.spaces-lg > li {
  margin-bottom: 20px;
}
.icon-list.emphasize-links a {
  font-size: 1.2em;
  color: #088c08;
}
@media (hover: hover), (-ms-high-contrast: none) {
  .icon-list.emphasize-links li a:hover {
    text-decoration: underline;
  }
}
@media (max-width: 575px) {
  .icon-list .centered {
    max-width: 100%;
  }
}
.left-right-row {
  padding-top: 50px;
  padding-bottom: 50px;
}
.left-right-row .decor-title {
  text-align: left;
  margin-left: -23px;
}
.left-right-img {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .left-right-img {
    margin-bottom: 20px;
  }
  .left-right-row {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .left-right-row .decor-title {
    margin-left: 0;
    text-align: center;
  }
}
.btn-arr {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid #98989d;
  border-radius: 50%;
  cursor: pointer;
}
.btn-arr svg {
  position: relative;
  display: block;
  max-width: 70%;
  max-height: 70%;
}
.btn-arr.btn-arr-right svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (hover: hover), (-ms-high-contrast: none) {
  .btn-arr:hover {
    border-color: #088c08;
  }
}
.pagin {
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pagin a {
  position: relative;
  padding: 15px;
  display: inline-block;
  margin-right: 5px;
}
.pagin a:last-child {
  margin-right: 0;
}
.pagin a:active {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}
.pagin a.active {
  color: #088c08;
  font-weight: 700;
}
.pagin a.disabled {
  pointer-events: none;
}
.pagin .btn-arr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin-right: 20px;
}
.pagin .btn-arr-right {
  margin-right: 0;
  margin-left: 20px;
}
@media (hover: hover), (-ms-high-contrast: none) {
  .pagin a:hover {
    color: #088c08;
  }
  .pagin a:hover .fill-hover {
    fill: #088c08;
  }
  .pagin a:hover .svg-opacity {
    opacity: 1;
  }
}
@media (max-width: 575px) {
  .pagin a {
    padding: 10px;
    margin-right: 5px;
  }
  .pagin .btn-arr {
    margin-right: 5px;
  }
  .pagin .btn-arr-right {
    margin-left: 5px;
  }
}
@media (hover: hover), (-ms-high-contrast: none) {
  .blog_item-img:hover .img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .blog_item-title:hover {
    color: #088c08;
  }
  .blog_item:hover {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    background-color: #fff;
  }
}
.quote_list li {
  position: relative;
  padding-left: 13px;
  margin-bottom: 30px;
}
.quote_list li:last-child {
  margin-bottom: 0;
}
.quote_list li .title {
  margin-bottom: 7px;
}
.quote_list li .quote {
  display: block;
  padding-left: 13px;
  margin-left: -13px;
  border-left: 1px solid #088c08;
}
.call-list li {
  margin-bottom: 12px;
}
.call-list li:last-child {
  margin-bottom: 0;
}
@media (hover: hover), (-ms-high-contrast: none) {
  .call-list li a:hover {
    color: #088c08;
  }
}
.line-text {
  position: relative;
  display: block;
  color: #98989d;
  text-align: center;
}
.line-text:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  top: 50%;
  background-color: rgba(152, 152, 157, 0.2);
}
.line-text span {
  position: relative;
  display: inline-block;
  padding: 0 10px;
  background-color: #fff;
}
.seo-section {
  margin-top: 30px;
  padding-top: 60px;
  border-top: 1px solid #f2f2f2;
}
.seo-section .article h1,
.seo-section .article h2,
.seo-section .article h3,
.seo-section .article h4,
.seo-section .article h5,
.seo-section .article h6 {
  text-align: left;
  font-family: Montserrat, sans-serif;
}
.slide-toggle {
  margin-bottom: 30px;
  overflow: hidden;
  height: 150px;
}
@media (max-width: 767px) {
  .seo-section {
    padding-top: 40px;
  }
  .slide-toggle {
    height: 140px;
    margin-bottom: 20px;
  }
}
.decor-img.decor-img-blog {
  left: 0;
  top: -20px;
}
.decor-img.decor-img-blog2 {
  right: 0;
  top: 25%;
}
.decor-img.decor-img-article1 {
  left: 0;
  top: -130px;
}
.decor-img.decor-img-article2 {
  right: -7%;
  top: 0;
}
.decor-img.decor-img-article3 {
  left: 0;
  top: 5%;
}
.decor-img.decor-img-article4 {
  right: 0;
  top: 8%;
}
.decor-img.decor-img-article5 {
  left: 0;
  top: 14%;
}
.decor-img.decor-img-about1 {
  left: 66px;
  bottom: -15px;
}
.decor-img.decor-img-about2 {
  right: 0;
  top: 50px;
}
@media (max-width: 1199px) {
  .decor-img.decor-img-about1,
  .decor-img.decor-img-about2 {
    display: none;
  }
}
@media (max-width: 991px) {
  .decor-img.decor-img-blog2 {
    display: none;
  }
}
@media (hover: hover), (-ms-high-contrast: none) {
  .sitemap_list a:hover {
    text-decoration: underline;
  }
}
.about-article {
  margin-bottom: 25px;
}
.about-article img {
  margin-left: 0;
  margin-right: 0;
}
.about-page .quote_list:not(:last-child) {
  margin-bottom: 35px;
}
.about-page .icon-list {
  margin-left: 40px;
}
@media (max-width: 991px) {
  .about-page .icon-list {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .about-page .quote_list {
    margin-top: 40px;
  }
}
.delivery-page .quote_list {
  margin-top: 30px;
}
@media (hover: hover), (-ms-high-contrast: none) {
  .breadcrumbs a:hover {
    color: #088c08;
  }
}
.fav-icon {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.fav-icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 66px;
  height: 65px;
  background-image: url(../img/icons/icon-hurt-bg-white.svg);
  background-repeat: no-repeat;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  pointer-events: none;
}
.fav-icon:active {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}
.fav-icon .img {
  margin-top: 2px;
  position: relative;
}
.fav-icon.active {
  pointer-events: none;
}
.fav-icon.active .img {
  -webkit-animation: pulsate 2s infinite linear;
  animation: pulsate 2s infinite linear;
}
.fav-icon.success .fill-hover {
  -webkit-animation: success-fill 2s forwards linear;
  animation: success-fill 2s forwards linear;
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  75% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  75% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes success-fill {
  0% {
    fill: #088c08;
  }
  10% {
    fill: #3aad49;
  }
  75% {
    fill: #3aad49;
  }
  100% {
    fill: #3aad49;
  }
}
@keyframes success-fill {
  0% {
    fill: #088c08;
  }
  10% {
    fill: #3aad49;
  }
  75% {
    fill: #3aad49;
  }
  100% {
    fill: #3aad49;
  }
}
@media (hover: hover), (-ms-high-contrast: none) {
  .fav-icon:hover:before {
    opacity: 0.7;
  }
}
@media (hover: hover), (-ms-high-contrast: none) {
  .card-icon:hover .img,
  .card-icon:hover .svg {
    opacity: 0.8;
  }
}
.product {
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.product_image .img {
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.product_label {
  display: block;
  position: absolute;
  top: 15px;
  left: 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 18px;
  padding: 11px 15px 9px 10px;
  color: #fff;
  overflow: hidden;
  z-index: 1;
  pointer-events: none;
}
.product_label:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 0px 20px 20px 0px;
  background-color: #088c08;
  z-index: -1;
}
@media (max-width: 767px) {
  .product_label {
    font-size: 15px;
    padding: 6px 15px;
    height: auto;
  }
  .product_label:before {
    padding: 0;
  }
}
.product_title:active {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}
.product_weight {
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
  color: #98989d;
  margin-bottom: 5px;
}
.detail_desc-top .weight {
  color: #98989d;
}
.product .hover-bottom-info {
  background-color: #fff;
  width: 100%;
  text-align: center;
  left: 0;
  padding: 10px 0 0;
  border-radius: 10px;
}
.product_bottom-basket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #088c08;
}
.product_bottom-basket .price {
  font-size: 15px;
}
.small-basket-btn {
  padding: 5px;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.small-basket-btn:active {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}
.small-basket-btn .img {
  width: 100%;
}
.product.type2 .product_description {
  opacity: 1;
  visibility: visible;
  display: none;
}
.product.type2 {
  padding-top: 0;
  padding-bottom: 10px;
}
.product.type2 .product_image {
  padding-bottom: 64.5%;
}
.product.type2 .product_image .img {
  top: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.product .product_icons {
  height: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product .product_bottom {
  margin-top: -15px;
}
.product.type2 .product_bottom {
  margin-top: -50px;
}
.product .product_title {
  padding-right: 1px;
}
.product.type2 .product_title {
  margin-bottom: 0;
}
.product .fav-icon {
  position: absolute;
  top: 15px;
  right: 15px;
}
.product.type2 .product_icons .card-icon-added {
  bottom: 60px;
}
.product.type2 .hover-bottom-info {
  display: none;
}
@media (max-width: 1400px) {
  .product.type2 .product_bottom {
    margin-top: -30px;
  }
}
@media (max-width: 991px) {
  .product.type2 .product_bottom {
    margin-top: -30px;
  }
  .product .product_bottom {
    margin-top: 0;
  }
  .product .product_icons {
    height: 10px;
  }
  .product .product_title {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .product.type2 .product_bottom {
    margin-top: 0;
  }
}
@media (max-width: 565px) {
  .product.type2 {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: none;
  }
  .product.type2 .product_title {
    padding-right: 0;
  }
  .product .fav-icon {
    top: 5px;
    right: 5px;
  }
  .product.type2 .product_icons .card-icon-added {
    bottom: 28px;
  }
  .product.type2 .product_icons {
    height: 30px;
  }
  .product .product_title {
    margin-bottom: 7px;
    font-size: 13px;
  }
}
@media (hover: hover), (-ms-high-contrast: none) {

  .product_description {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
  }
  .product .hover-bottom-info {
    position: absolute;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    padding: 10px 18px 20px;
    -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.15);
  }
  .product.type2:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border-radius: 10px;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .product.type2 .hover-bottom-info:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .product.type2 .product_label {
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
  }
  .product:hover {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    z-index: 1;
  }
  .product:hover .hover-bottom-info,
  .product:hover .product_description {
    opacity: 1;
    visibility: visible;
  }
  .product_image:hover .img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
  }
  .product_title:hover {
    color: #088c08;
  }
  .product.type2:hover .product_image .img {
    -webkit-transform: translate(-50%, 0) scale(1.1);
    -ms-transform: translate(-50%, 0) scale(1.1);
    transform: translate(-50%, 0) scale(1.1);
  }
  .product.type2:hover .hover-bottom-info:before {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .small-basket-btn:hover {
    opacity: 0.7;
  }
}
@media (max-width: 575px) {
  .product_label {
    font-size: 13px;
  }
}
.tabs-title {
  position: relative;
  border: 1px solid #d6d6d9;
  border-radius: 20px;
  padding: 6px 20px;
  text-align: center;
  color: #22262a;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.014em;
  text-transform: uppercase;
}
.tabs-title:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-color: #22262a transparent transparent transparent;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.tabs-title.active:before {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}
.tab-menu {
  cursor: pointer;
}
.tab-menu:before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 2px;
  background-color: #088c08;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
}
.tab-menu.active {
  font-weight: 700;
}
.tab-menu.active:before {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
@media (hover: hover), (-ms-high-contrast: none) {
  .tab-menu:hover:before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
  }
}
.sales-line:before {
  content: "";
  position: absolute;
  width: 94px;
  height: 48px;
  left: 50%;
  top: 0;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #088c08;
  z-index: -1;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.sales-line:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(180deg);
  -ms-transform: translateX(-50%) rotate(180deg);
  transform: translateX(-50%) rotate(180deg);
  width: 15px;
  height: 12px;
  background-image: url(../img/icons/icon-sales-arrow.svg);
  background-size: 100%;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.opened .sales-line:after {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .sales-line:before {
    left: calc(50% + 33px);
  }
  .sales-line:after {
    left: calc(50% + 33px);
  }
}
@media (hover: hover), (-ms-high-contrast: none) {
  .sales-line:hover:before {
    -webkit-transform: translate(-50%, 3px);
    -ms-transform: translate(-50%, 3px);
    transform: translate(-50%, 3px);
  }
  .opened .sales-line:hover:before {
    -webkit-transform: translate(-50%, -3px);
    -ms-transform: translate(-50%, -3px);
    transform: translate(-50%, -3px);
  }
  .sales-line:hover:after {
    -webkit-transform: translate(-50%, 3px) rotate(180deg);
    -ms-transform: translate(-50%, 3px) rotate(180deg);
    transform: translate(-50%, 3px) rotate(180deg);
  }
  .opened .sales-line:hover:after {
    -webkit-transform: translate(-50%, -3px);
    -ms-transform: translate(-50%, -3px);
    transform: translate(-50%, -3px);
  }
}
.sale .discount-title {
  margin-bottom: 15px;
  margin-left: 40px;
}
.sale .countdown-wrap {
  margin: 25px 0;
}
.free_delivery {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
}
.free_delivery > .img {
  margin-left: -80px;
  max-width: 50%;
  opacity: 0 !important;
}
.free_delivery-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-item-align: center;
  align-self: center;
}
.free_delivery-title {
  display: inline-block;
  font-family: Caveat;
  font-size: 31px;
  line-height: 1;
  text-align: right;
  margin-right: -30px;
}
.discount-title {
  display: inline-block;
}
.discount-title b {
  display: inline-block;
}
.sale-right-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.sale-right-title .subtitle {
  margin-bottom: 10px;
  margin-left: 10px;
}
.sale-right-title .h2 {
  font-size: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 1599px) {
  .free_delivery,
  .sale .decor-title {
    margin-top: 30px;
  }
  .sale .discount-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .sale-right-title {
    display: block;
  }
  .sale-right-title .subtitle {
    margin-left: 0;
  }
}
@media (max-height: 800px) and (min-width: 1200px) {
  .discount-title b {
    margin-top: 0;
    margin-left: 5px;
  }
  .sale .discount-title {
    margin-bottom: 10px;
  }
  .sale_inner {
    padding-top: 15px;
  }
  .sale_inner .product_description {
    -webkit-line-clamp: 2;
    max-height: 3.2em;
  }
  .sale_inner .product .hover-bottom-info {
    padding-top: 10px;
  }
  .text-xl {
    font-size: 49px;
  }
  .sale .article {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .sale .discount-title {
    margin: 15px 0;
  }
  .free_delivery > .img {
    margin-bottom: -30px;
    margin-left: -180px;
    opacity: 1 !important;
  }
}
@media (max-width: 767px) {
  .sale .countdown-wrap {
    display: none;
  }
  .sale_inner {
    padding-bottom: 20px;
  }
  .sale-right-title .h2 {
    font-size: 31px;
  }
  .sale .discount-title {
    margin: 0;
  }
  .discount-title b {
    margin-top: 0;
    margin-left: 0;
  }
  .free_delivery > .img {
    margin-left: -15px;
  }
  .sale-right-title .subtitle {
    font-size: 12px;
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .sale-bg {
    left: -10px;
    right: -10px;
    width: auto;
  }
  .sale .decor-title {
    margin-top: 10px;
  }
  .sale .decor-title + .subtitle {
    margin-right: 0;
  }
  .free_delivery-item {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .free_delivery-item > .img {
    max-width: 90px;
  }
}
.popup-wrapper {
  display: block;
  position: fixed;
  z-index: 110;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  left: -100%;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.popup-wrapper.active {
  left: 0;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.popup-wrapper .bg-layer {
  position: absolute;
  left: 0;
  top: -100px;
  right: 0;
  bottom: -100px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
}
.popup-wrapper.active .bg-layer {
  opacity: 1;
}
.popup-content {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  font-size: 0;
  text-align: center;
  -webkit-transition: opacity 0.3s ease-out, left 0s 0.3s,
    -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, left 0s 0.3s,
    -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out, opacity 0.3s ease-out, left 0s 0.3s;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out, left 0s 0.3s;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out, left 0s 0.3s,
    -webkit-transform 0.3s ease-out;
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  opacity: 0;
  left: -10000px;
  padding: 15px;
}
.popup-content.active {
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1;
  left: 0;
  -webkit-transition: opacity 0.3s ease-out, left 0s 0s,
    -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, left 0s 0s, -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out, opacity 0.3s ease-out, left 0s 0s;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out, left 0s 0s;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out, left 0s 0s,
    -webkit-transform 0.3s ease-out;
  position: relative;
}
.popup-content:after {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  content: "";
}
.popup-container {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  position: relative;
  text-align: left;
  background: #fff;
  border-radius: 10px;
}
.popup-container.size-1 {
  max-width: 380px;
}
.popup-container.size-2 {
  max-width: 880px;
}
.popup-container.size-3 {
  max-width: 520px;
}
.popup-container.size-4 {
  max-width: 600px;
}
.popup-content .layer-close {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 10000px;
}
.popup-align {
  padding: 60px 40px 50px 40px;
  overflow: hidden;
  text-align: center;
}
.popup-content .btn-close.close-popup {
  position: absolute;
  right: 10px;
  top: 15px;
}
.popup-content.basket {
  padding: 45px 30px;
}
.popup-content .btn-close2 {
  position: absolute;
  top: -32px;
  right: -26px;
}
.popup-content .btn-close2 .img {
  width: 25px;
}
#video-popup .popup-align {
  background-color: #000;
  padding: 0;
}
.popup-title {
  margin-bottom: 25px;
}
.popup-align .btn + .simple-link,
.popup-align .btn + br + .simple-link {
  margin-top: 15px;
}
.popup-align .simple-link + .btn {
  margin-top: 25px;
}
.popup-align .line-text {
  margin: 35px 0 25px;
}
.popup-align .line-text.style2 {
  margin: 5px 0 10px;
}
.popup-align .socials-enter {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.popup-align .tab-entry {
  padding-top: 30px;
}
.popup-align .tab-menu {
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.popup-align .tab-menu:not(.active) {
  color: #98989d;
}
.popup-bottom-text {
  margin-top: 15px;
}
.popup-mb {
  margin-bottom: 20px;
}
@media (hover: hover), (-ms-high-contrast: none) {
  .popup-align .tab-menu:hover {
    color: #22262a;
  }
}
@media (max-width: 575px) {
  .popup-title {
    margin-bottom: 20px;
  }
  .popup-align {
    padding: 50px 15px 40px 15px;
  }
  .popup-content .btn-close.close-popup {
    position: absolute;
    right: 5px;
    top: 5px;
  }
  .popup-content.basket {
    padding: 35px 0;
  }
  .popup-content .btn-close2 {
    top: -30px;
    right: 5px;
  }
}

.btn-close2 {
  min-width: 45px !important;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cookies-popup {
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(110%);
  -ms-transform: translateY(110%);
  transform: translateY(110%);
  padding: 40px 0;
  -webkit-box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.15);
  color: #000;
  z-index: 120;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.cookies-popup.active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.cookies-popup .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cookies-popup .container .btn {
  margin-left: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-item-align: center;
  align-self: center;
}
.cookies-text a {
  text-decoration: underline;
}
@media (hover: hover), (-ms-high-contrast: none) {
  .cookies-text a:hover {
    text-decoration: none;
  }
}
@media (max-width: 575px) {
  .cookies-popup {
    padding: 30px 0;
  }
  .cookies-popup .container {
    display: block;
    text-align: center;
  }
  .cookies-popup .container .btn {
    margin-left: 0;
  }
  .cookies-text {
    margin-bottom: 20px;
  }
}
.city-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.city-list li {
  margin-bottom: 15px;
}
.city-list li:last-child {
  margin-bottom: 0;
}
.basket_inner {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(152, 152, 157, 0.5);
}
.basket_inner + .basket_inner {
  padding-top: 40px;
}
.basket .popup-align {
  padding: 50px 100px;
  text-align: left;
}
.basket .product_label {
  font-size: 13px;
  padding: 5px 10px;
}
.basket_summary {
  margin: 20px 30px 0;
}
.basket_summary-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: 20px;
}
.basket_summary .btn {
  margin-bottom: 15px;
}
.basket_pr {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
  padding: 11px 40px 11px 6px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-size: 15px;
  margin-bottom: 10px;
}
.basket_pr:last-child {
  margin-bottom: 0;
}
.basket_pr-img {
  width: 101px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.basket_pr-content {
  padding: 10px;
  word-break: break-word;
}
.basket_pr-controls {
  width: 102px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
  padding: 10px 10px 10px 0;
  text-align: center;
}
.basket_pr-total {
  margin-top: 10px;
}
.basket_pr-weight {
  font-size: 13px;
  color: #98989d;
  margin-bottom: 5px;
}
.basket_pr-weight .check_drop-title {
  position: relative;
  padding-right: 15px;
  font-weight: 700;
  cursor: pointer;
}
.basket_pr-weight .check_drop-title:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  height: 6px;
  margin-top: -1px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid #98989d;
  border-bottom: 2px solid #98989d;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.basket_pr-weight.active .check_drop-title:before {
  -webkit-transform: translateY(-49%) rotate(-135deg);
  -ms-transform: translateY(-49%) rotate(-135deg);
  transform: translateY(-49%) rotate(-135deg);
}
.basket_pr .btn-close {
  position: absolute;
  top: 0;
  right: 0;
}
.basket_pr .btn-close:after,
.basket_pr .btn-close:before {
  width: 20px;
}
.basket_pr-info {
  margin-top: 5px;
  font-size: 13px;
}
.check_drop {
  position: relative;
  display: inline-block;
}
.check_drop-toggle {
  position: absolute;
  left: 50%;
  top: 100%;
  width: 100px;
  -webkit-transform: translateX(-50%) scaleY(0);
  -ms-transform: translateX(-50%) scaleY(0);
  transform: translateX(-50%) scaleY(0);
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  padding: 10px;
  margin-top: 8px;
  z-index: 1;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.check_drop.active .check_drop-toggle {
  -webkit-transform: translateX(-50%) scaleY(1);
  -ms-transform: translateX(-50%) scaleY(1);
  transform: translateX(-50%) scaleY(1);
}
.check_drop-item {
  position: relative;
  width: 100%;
  text-align: center;
  display: block;
  margin-bottom: 10px;
  color: #22262a;
}
.check_drop-item:last-child {
  margin-bottom: 0;
}
.check_drop-item input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  font-size: 0;
  cursor: pointer;
}
.check_drop-item input + span {
  display: block;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  padding: 5px;
}
.check_drop-item input:checked + span {
  background: #088c08;
  color: #fff;
}
.basket_pr-tooltip {
  font-size: 13px;
  margin-top: 5px;
}
@media (hover: hover), (-ms-high-contrast: none) {
  .basket_pr {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: -webkit-box-shadow 0.25s;
    transition: -webkit-box-shadow 0.25s;
    -o-transition: box-shadow 0.25s;
    transition: box-shadow 0.25s;
    transition: box-shadow 0.25s, -webkit-box-shadow 0.25s;
  }
  .basket_pr-controls button {
    opacity: 0;
  }
  .basket_pr .btn-close {
    opacity: 0;
  }
  .basket_pr:hover {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .basket_pr:hover .basket_pr-controls button {
    opacity: 1;
  }
  .basket_pr:hover .btn-close {
    opacity: 1;
  }
  .basket_pr-img:hover {
    opacity: 0.7;
  }
  .basket_pr-title:hover {
    color: #088c08;
  }
  .basket_pr-tooltip {
    position: absolute;
    top: 100%;
    margin-top: -10px;
    left: 100px;
    background-color: #fff;
    padding: 5px 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: 0.25s;
    transition: 0.25s;
  }
  .basket_pr:hover .basket_pr-tooltip {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media (max-width: 991px) {
  .basket .popup-align {
    padding: 50px 60px;
  }
}
@media (max-width: 575px) {
  .basket .popup-align {
    padding: 35px 15px 30px;
  }
  .basket_pr-img {
    width: 80px;
  }
  .basket_pr-title {
    font-size: 13px;
  }
  .basket_pr-controls {
    width: auto;
    padding: 5px 10px 5px 5px;
  }
  .basket_pr-weight {
    font-size: 11px;
  }
  .basket_pr-content {
    padding: 5px;
  }
  .basket_summary {
    margin-left: 0;
    margin-right: 0;
  }
  .basket_summary-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
  }
  .basket_summary-top > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .basket_summary-top > * > :last-child {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .basket_summary-top > :last-child {
    margin-bottom: 0;
  }
  .basket_pr-tooltip {
    margin-right: -120px;
  }
}
@media (max-width: 400px) {
  .basket_pr-tooltip {
    margin-left: -80px;
  }
}
.checkout-page .input-wrapper,
.checkout-page .select-wrapper {
  margin-bottom: 30px;
}
.checkout-page .input-wrapper2 {
  margin-bottom: 25px;
}
.checkout-page .title {
  margin-top: 10px;
}
.checkout-page .title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 10px 0 15px;
  text-align: left;
}
.checkout-page .title_wrap .title {
  -ms-flex-item-align: center;
  align-self: center;
  margin: 0 15px 10px 0;
}
.checkout-t-offset {
  margin-top: 20px;
}
.person-amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.person-amount .thumb-input-number {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 10px;
}
.checkout_map {
  height: 320px;
  background-color: #f2f2f2;
}
.basket_pr-wrap {
  padding-bottom: 30px;
  border-bottom: 2px solid rgba(152, 152, 157, 0.5);
  margin-bottom: 20px;
}
.error-message {
  display: none;
  text-align: center;
  padding: 0 0 20px;
  color: #088c08;
  border-bottom: 2px solid rgba(152, 152, 157, 0.5);
  margin-bottom: 20px;
}
.checkout_bottom-row {
  margin-bottom: 0;
}
.checkout_bottom-row > [class*="col-"] {
  margin-bottom: 20px;
}
.checkout_bottom-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}
.checkout_bottom-item > :first-child {
  padding-right: 10px;
}
.checkout_bottom-item > :last-child {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.checkout_bottom-item .input-wrapper {
  margin-bottom: 0;
  margin-left: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.input-wrapper-bonuses {
  width: 80px;
}
.checkout_map {
  margin-top: 10px;
}
.toggle-checkbox-item,
.toggle-select-item {
  display: none;
}
.toggle-select-item--shown {
  display: block;
}
@media (max-width: 1199px) {
  .checkout-page-bottom {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .checkout_map {
    border-radius: 10px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 575px) {
  .person-amount {
    margin-bottom: 20px;
  }
}
.page-detail .icon-list {
  padding-right: 100px;
}
.detail_img-wrap {
  margin-right: 40px;
}
.detail_img {
  position: relative;
  padding-bottom: 100%;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
}
.detail_img > .img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.detail_img-main {
  border: none;
  border-radius: 0;
  padding-bottom: 0;
  text-align: center;
}
.detail_img-main > .img {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.detail_img .fav-icon {
  position: absolute;
  top: 16px;
  right: 16px;
}
.detail_img-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.detail_img-list li {
  position: relative;
  width: 20%;
  width: calc(16.66% - 20px);
  margin: 20px 10px 0;
}
.detail_img-list li:hover .detail_img-tooltip {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-50%) translateY(0);
  -ms-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
}
.detail_img-tooltip {
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(5px);
  -ms-transform: translateX(-50%) translateY(5px);
  transform: translateX(-50%) translateY(5px);
  text-align: center;
  background-color: #3aad49;
  font-weight: 500;
  font-size: 13px;
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff;
  margin-bottom: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.detail_img-tooltip:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #3aad49 transparent transparent transparent;
}
.detail_desc {
  margin: 30px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(152, 152, 157, 0.5);
  padding-right: 1px;
}
.detail_desc-top {
  position: relative;
}
.detail_desc-top .card-icon {
  position: absolute;
  right: -100px;
  top: 40px;
}
.detail_desc .add_control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.detail_desc .add_control .plus-button {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
}
.detail_desc > .weight {
  margin-bottom: 10px;
}
.detail_desc .title {
  margin-bottom: 15px;
  word-break: break-word;
}
.detail_desc .description {
  margin-top: 20px;
  margin-bottom: 20px;
}
.detail_desc .description + .checkbox-line-wrap {
  margin-top: 25px;
}
.detail_desc .checkbox-line-wrap {
  margin: 0 0 25px;
}
.detail_desc .add_control {
  margin-bottom: 20px;
}
.additions-wrap .addition {
  margin-right: 20px;
  margin-bottom: 10px;
}
.medium-top-offset {
  margin-top: 70px;
}
.detail_desc-top + .checkbox-line-wrap {
  margin-top: 20px;
}
@media (max-width: 1600px) {
  .detail_desc {
    max-width: 450px;
  }
}
@media (max-width: 1199px) {
  .page-detail .icon-list {
    padding-right: 85px;
  }
  .detail_desc {
    padding-right: 1px;
  }
  .detail_desc .card-icon {
    right: -85px;
  }
}
@media (max-width: 991px) {
  .medium-top-offset {
    margin-top: 50px;
  }
  .detail_img-list {
    margin: 0 -5px;
  }
  .detail_img-list li {
    width: calc(20% - 10px);
    margin: 10px 5px 0;
  }
  .detail_img-wrap {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .detail_desc {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .page-detail .icon-list {
    padding-right: 0;
  }
  .detail_desc {
    padding-right: 0;
  }
  .detail_desc-top {
    padding-right: 0;
  }
  .detail_desc .card-icon {
    right: 0;
    height: 70px;
    width: 70px;
    top: 0;
    font-size: 15px;
  }
  .detail_desc .card-icon:before {
    width: 92px;
    height: 93px;
  }
  .breadcrumbs {
    display: none;
  }
  .medium-top-offset {
    margin-top: 40px;
  }
}
.add-popup {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 110;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
}
.add-popup.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.add-popup-content {
  position: relative;
  background-color: #fff;
  width: 700px;
}
.add-popup-layer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.add-popup-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.add-popup-header {
  position: relative;
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #f2f2f2;
}
.add-popup-header .title {
  -ms-flex-item-align: center;
  align-self: center;
  margin-left: 30px;
}
.add-popup-header .btn-close {
  margin-left: auto;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.add-popup-img {
  position: relative;
  width: 76px;
  height: 60px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.add-popup-img .img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.add-popup-body {
  padding: 25px 30px;
  max-height: 100%;
  overflow: auto;
}
.add-popup-body .title {
  margin-bottom: 30px;
}
.add-popup-footer {
  width: 100%;
  margin-top: auto;
  padding: 20px 30px;
  border-top: 1px solid #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.add-popup-footer .thumb-input-number {
  margin: 0 10px;
  display: none;
}
.add-popup-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-left: -5px;
  margin-right: -5px;
}
.add-popup-inner .add-item {
  width: calc(25% - 10px);
  margin: 0 5px 15px;
}
.add-item {
  text-align: center;
  font-weight: 500;
  font-size: 13px;
}
.add-item-img {
  position: relative;
  height: 50px;
  width: 100%;
}
.add-item-img .img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 90%;
}
.add-item-title {
  padding: 5px 0 10px;
  border-bottom: 1px solid #f2f2f2;
}
.add-item .thumb-input-number {
  margin-top: 5px;
}
.add-item .thumb-input-number button {
  background-color: #fff;
  border-radius: 0;
  color: #98989d;
}
@media (max-width: 767px) {
  .add-popup-content {
    width: 100%;
  }
  .add-popup-header {
    padding: 15px 55px 15px 15px;
  }
  .add-popup-header .title {
    margin-left: 15px;
  }
  .add-popup-header .btn-close {
    display: block;
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .add-popup-body {
    padding: 25px 15px;
  }
  .add-popup-inner .add-item {
    width: calc(33% - 10px);
  }
  .add-popup-footer {
    padding: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .add-popup-footer .text {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .add-popup-footer .btn {
    min-width: 150px;
  }
}
.item-shadow {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.item-radius {
  border-radius: 10px;
}
@media (max-width: 767px) {
  .item-shadow-sm {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }
  .item-radius-sm {
    border-radius: 10px;
    padding: 30px 15px 10px;
    margin-bottom: 30px;
  }
}
.account {
  overflow: hidden;
  position: relative;
  background-color: #fff;
  margin-bottom: 20px;
}
.account_top {
  padding: 40px 25px 25px;
}
.account .upload-wrap {
  text-align: center;
  margin-bottom: 20px;
}
.account_avatar {
  position: relative;
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin: 0 auto 10px;
}
.account_list li {
  margin-bottom: 15px;
}
.account_list li:last-child {
  margin-bottom: 0;
}
.account_bottom {
  padding: 20px 25px;
  background-color: #088c08;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.account_bottom span:last-child {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 10px;
}
.account_info {
  position: relative;
  background-color: #fff;
  padding-top: 30px;
}
.account_info .tab-entry-wrap {
  position: relative;
  padding: 40px 45px;
}
.account_info .form-group .title {
  padding-left: 8px;
}
.account_info .form-group .title:not(:first-child) {
  margin-top: 40px;
}
.account_order {
  padding: 15px 25px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  cursor: pointer;
  margin-bottom: 20px;
}
.account_order:last-child {
  margin-bottom: 0;
}
.account_order .description_detail {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 4.8em;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.account_order .pay-info {
  text-align: center;
  margin: -20px 0 0 10px;
}
.account_order .card-icon {
  pointer-events: none;
  margin-bottom: 5px;
}
.account_order-list {
  border-bottom: 1px solid #98989d;
  padding-bottom: 15px;
}
.account_order-list .basket_pr {
  padding-left: 0;
  padding-right: 0;
}
.account_order-list .basket_pr-controls {
  margin-top: 5px;
}
.account_order-list .basket_pr-total {
  margin-top: 15px;
}
.account_order-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}
.account_order-top .date {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 10px;
}
.account_order-bottom {
  padding: 20px 20px 0;
}
.account_order-bottom .checkout_bottom-item {
  margin-bottom: 10px;
}
.account_order-bottom .btn {
  margin-top: 15px;
}
.account-message {
  height: 100%;
  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;
  text-align: center;
}
.account-ajax-output {
  padding-top: 30px;
}
.adress-item {
  position: relative;
  padding: 25px 40px;
  margin-top: 20px;
}
.adress-item .street {
  margin-bottom: 5px;
}
.adress-item .title {
  margin-bottom: 10px;
  padding-right: 30px;
}
.adress-item .input-wrapper {
  margin-top: 15px;
}
.adress-item .icon-button {
  position: absolute;
  top: 10px;
  right: 10px;
}
.add-address-btn {
  margin: 30px 0 0 50px;
}
@media (hover: hover), (-ms-high-contrast: none) {
  .account_order {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .account_order:hover {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }
  .account_order-detail .basket_pr {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media (max-width: 1199px) {
  .account_top {
    padding: 30px 15px 25px;
  }
  .account_bottom {
    padding: 15px;
  }
  .account_info .tab-entry-wrap {
    padding: 30px 15px;
  }
  .account_order-list .basket_pr-controls {
    padding: 10px;
    width: auto;
  }
  .adress-item {
    padding: 25px;
  }
}
@media (max-width: 991px) {
  .account_info {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .page-cabinet .page-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .page-cabinet .form-group {
    margin-bottom: 40px;
  }
}
.ajax-preloader {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  cursor: wait;
  overflow: hidden;
}
.ajax-preloader .img {
  max-width: 50%;
  max-height: 50%;
  -webkit-animation: pulsate 2s infinite linear;
  animation: pulsate 2s infinite linear;
  will-change: transform;
}
.decor-img-cabinet {
  left: 60px;
  bottom: -30px;
}
.select-wrapper {
  opacity: 1;
}
.header_full {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #393e46;
  -webkit-clip-path: circle(0 at 50% 50%);
  clip-path: circle(0 at 50% 50%);
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  will-change: transform;
}
@supports (
  (-webkit-clip-path: circle(0% at 50% 50%)) or
    (clip-path: circle(0% at 50% 50%))
) {
  .header_full {
    -webkit-transition: -webkit-clip-path 0.5s;
    transition: -webkit-clip-path 0.5s;
    -o-transition: clip-path 0.5s;
    transition: clip-path 0.5s;
    transition: clip-path 0.5s, -webkit-clip-path 0.5s;
    will-change: clip-path;
  }
}
.header_full .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding-top: 11vh;
  padding-bottom: 4vh;
  overflow: auto;
}
.header_full-title {
  color: #fff;
  font-size: 23px;
  margin-top: auto;
  margin-bottom: 4.5vh;
}
.header_full-footer {
  color: #b1b0b0;
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.decor-img {
  position: absolute;
  pointer-events: none;
}
.decor-img-1 {
  right: 0;
  bottom: 0;
}
.decor-img-2 {
  left: 55px;
  top: 14vh;
}
.icon-nav-list li {
  position: relative;
  padding-left: 40px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.375;
  margin-bottom: 2vh;
}
.icon-nav-list li:last-child {
  margin-bottom: 0;
}
.icon-nav-list li.active:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 3px;
  background-color: #088c08;
}
.icon-nav-list li.type2 {
  font-size: 15px;
  font-weight: 400;
  border-top: 1px solid #98989d;
  padding-top: 20px;
  margin-top: 3vh;
}
.icon-nav-list li.type2 ~ .type2 {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}
.icon-nav-list li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.icon-nav-list li .img-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.icon-nav-list li .desc {
  color: #fff;
  -ms-flex-item-align: center;
  align-self: center;
  padding-left: 10px;
}
.icon-nav-list li .desc sup {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.4px;
  color: #98989d;
}
.login_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 3.5vh;
  margin-bottom: 2.5vh;
  border-bottom: 1px solid #98989d;
}
.login_area-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 30px;
}
.login_area-buttons {
  margin-left: 20px;
}
.login_area-buttons .btn {
  margin-bottom: 1.5vh;
}
.simple-nav-list {
  color: #b1b0b0;
}
.simple-nav-list li {
  margin-bottom: 2vh;
}
.simple-nav-list li:last-child {
  margin-bottom: 0;
}
.simple-nav-list li.active {
  color: #088c08;
}
.full_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 100%;
  font-size: 17px;
  line-height: 1.375;
}
.full_nav .icon-nav-list {
  width: 280px;
}
.full_nav-right {
  width: 280px;
}
.full_nav .simple-nav-list {
  padding-left: 65px;
}
.header.active .header_full {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
@supports (
  (-webkit-clip-path: circle(0% at 50% 50%)) or
    (clip-path: circle(0% at 50% 50%))
) {
  .header.active .header_full {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-clip-path: circle(70.7% at 50% 50%);
    clip-path: circle(70.7% at 50% 50%);
  }
}
.header.active .header_side {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.header.active .hamburger {
  opacity: 1;
  visibility: visible;
}
.dropdown:hover ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-50%) translateY(0);
  -ms-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
}
@media (hover: hover), (-ms-high-contrast: none) {
  .header a:hover {
    color: #088c08;
  }
  .header a:hover .fill-hover {
    fill: #088c08;
  }
  .header_side-nav a:hover {
    color: #fff;
  }
  .header_side-nav a:hover span {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .header_side-nav a:hover span i {
    -webkit-transition: 0.25s 0.1s;
    -o-transition: 0.25s 0.1s;
    transition: 0.25s 0.1s;
    opacity: 1;
  }
  #left-hamburger:hover,
  #logo:hover {
    opacity: 0.8;
  }
  .hamburger:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@media (max-width: 991px) {
  .header_full .container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 25px;
    padding-bottom: 90px;
    margin-top: 60px;
  }
  .header_full-title {
    display: none;
  }
  .header_full-footer {
    width: auto;
    margin-left: 20px;
  }
  .header_full-footer .icon-list {
    display: none;
  }
  .full_nav {
    display: block;
  }
  .full_nav .simple-nav-list {
    padding-left: 25px;
    padding-top: 20px;
    border-top: 1px solid #b1b0b0;
    margin: 15px 0;
  }
  .full_nav .dropdown {
    color: #fff;
    margin-bottom: 10px;
    margin-left: 20px;
    display: inline-block;
  }
  .dropdown ul {
    left: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  .dropdown:hover {
    z-index: 2;
  }
  .dropdown:hover ul {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .icon-nav-list li {
    padding-left: 15px;
    margin-bottom: 5px;
    font-size: 15px;
  }
  .icon-nav-list li.type2 {
    display: none;
    margin-top: 15px;
    padding-top: 15px;
  }
  .icon-nav-list li a {
    width: 100%;
  }
  .login_area {
    padding-bottom: 5px;
    margin-bottom: 20px;
    width: 280px;
    padding-left: 25px;
    margin-top: 10px;
  }
  .login_area .user-log {
    margin-bottom: 15px;
  }
}
.checkbox-additionals-title {
  text-align: center;
}
.product .checkbox-additionals-title {
  margin-top: 15px;
}
.product.no-variation .checkbox-additionals-title {
  margin-top: 0;
}
.checkbox-additionals-wrap .checkbox-entry {
  margin-right: 10px;
  margin-top: 5px;
}
.checkbox-entry.sm {
  min-height: 16px;
}
.checkbox-entry.sm span {
  font-size: 13px;
  line-height: 14px;
  padding-left: 22px;
  font-weight: 400;
  min-height: 16px;
  color: #636669;
  text-align: left;
}
.checkbox-entry.sm span:before {
  width: 16px;
  height: 16px;
  border-radius: 4px;
}
.checkbox-entry.sm span:after {
  left: 5px;
  top: 5px;
  width: 7px;
  height: 7px;
  background-size: contain;
}
.checkbox-entry.sm input:checked + span {
  color: #22262a;
}
.checkbox-entry.sm input:checked + span:before {
  border-color: #088c08;
}
.detail_desc .checkbox-additionals-wrap {
  margin-top: 10px;
}
.detail_desc .checkbox-additionals-title {
  text-align: left;
  margin-bottom: 5px;
}
@media (hover: hover), (-ms-high-contrast: none) {
  .product:hover {
    z-index: 2;
  }
  .checkbox-entry.sm:hover span {
    color: #22262a;
  }
}
@media (max-width: 767px) {
  .full_nav .dropdown {
    color: #fff;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .product .checkbox-additionals-title {
    font-size: 13px;
  }
}
.accordeon-entry {
  padding: 20px 0;
  border-top: 1px solid #f2f2f2;
}
.accordeon-entry:last-child {
  border-bottom: 1px solid #f2f2f2;
}
.accordeon-title {
  cursor: pointer;
  position: relative;
  padding-right: 25px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.accordeon-title:before {
  content: "";
  position: absolute;
  right: 5px;
  top: 4px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(135deg) translateY(0);
  transform: rotate(135deg) translateY(0);
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.accordeon-title.active {
  color: #088c08;
}
.accordeon-title.active:before {
  -webkit-transform: rotate(-45deg) translateY(2px);
  transform: rotate(-45deg) translateY(2px);
}
.accordeon-toggle {
  display: none;
  padding-top: 15px;
  padding-right: 10px;
}
@media (hover: hover), (-ms-high-contrast: none) {
  .accordeon-title:hover {
    color: #088c08;
  }
}
.faq-section {
  padding-bottom: 30px;
}
@media (hover: hover), (-ms-high-contrast: none) {
  .popup-tel:hover {
    color: #088c08;
  }
  .popup-tel:hover .fill-hover {
    fill: #088c08;
  }
}
.swiper-entry {
  position: relative;
}
.swiper-container:not(.swiper-no-swiping) .swiper-wrapper {
  cursor: url(../img/drag.png) 16 9, ew-resize;
}
.swiper-container-vertical:not(.swiper-no-swiping) .swiper-wrapper {
  cursor: url(../img/drag-vertical.png) 8 16, ns-resize;
}
.swiper-button-lock + .swiper-button-lock + .swiper-container .swiper-wrapper {
  cursor: default;
}
.swiper-pagination {
  line-height: 0;
  z-index: 2;
  width: 100%;
  text-align: center;
}
.swiper-pagination.swiper-pagination-relative {
  position: relative;
  margin-top: 10px;
  bottom: auto !important;
}
.swiper-pagination-bullet {
  position: relative;
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #cbcbce;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  margin: 0 20px;
}
.swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  border: 1px solid #088c08;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.swiper-pagination-bullet-active {
  border-color: #088c08;
  background: #088c08;
}
.swiper-pagination-bullet-active:before {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.swiper-button-next,
.swiper-button-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: none;
}
.swiper-button-next path,
.swiper-button-prev path {
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.swiper-button-lock {
  display: none;
}
@media (hover: hover), (-ms-high-contrast: none) {
  .swiper-pagination-bullet:hover {
    border-color: #088c08;
    background: #088c08;
  }
  .swiper-button-next:hover path,
  .swiper-button-prev:hover path {
    stroke-opacity: 0.5;
  }
}
@media (max-width: 767px) {
  .swiper-pagination-bullet {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.related-products-swiper .swiper-container {
  margin-left: -30px;
  margin-right: -30px;
  padding: 30px;
}
.related-products-swiper .swiper-button-next,
.related-products-swiper .swiper-button-prev {
  right: -50px;
  top: 190px;
}
.related-products-swiper .swiper-button-prev {
  right: auto;
  left: -50px;
}
.basket .related-products-swiper {
  margin: 0;
}
@media (max-width: 1700px) {
  .related-products-swiper {
    margin: 0 50px;
  }
}
@media (max-width: 767px) {
  .related-products-swiper {
    margin: 0;
  }
  .related-products-swiper .swiper-button-next,
  .related-products-swiper .swiper-button-prev {
    display: none;
  }
  .related-products-swiper .swiper-pagination {
    margin-top: 0;
  }
  .related-products-title {
    margin-bottom: 0;
  }
}
.product_title {
  margin-bottom: 8px;
}
.product-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-controls + .checkbox-line-wrap {
  margin-top: 15px;
}
.product-controls .price {
  font-size: 16px;
  font-weight: 700;
}
.product-controls-inner .thumb-input-number {
  display: none;
}
.product.added-to-basket .product-controls-inner .thumb-input-number {
  display: inline-flex;
}
.product.added-to-basket .product-controls-inner .btn {
  display: none;
}
.product {
  transition: opacity 0.35s;
}
.product.disabled {
  opacity: 0.7;
}
.product.disabled .buy-button {
  pointer-events: none;
}
.product_description {
  font-size: 13px;
}
.product_bottom {
  height: auto;
}
.btn.btn-secondary {
  color: #fff;
  background: #3aad49;
  border: 1px solid #3aad49;
}
.btn.btn-sm {
  font-size: 11px;
  padding: 6px 25px;
  min-width: unset;
  line-height: 12px;
}
.product .checkbox-line-wrap {
  width: 100%;
  margin-bottom: 20px;
}
.product .checkbox-additionals-wrap {
  margin-bottom: 0;
}
.checkbox-additionals-wrap .checkbox-line {
  font-size: 11px;
}
.product .thumb-input-number button {
  background-color: #fff;
  color: #3aad49;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.product .thumb-input-number input {
  font-weight: 700;
}
@media (hover: hover), (-ms-high-contrast: none) {
  .product .thumb-input-number button:hover {
    background-color: #3aad49;
    color: #fff;
  }
  .btn.btn-secondary:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 1500px) {
  .product .product_bottom {
    margin-top: 0;
  }
}
@media (max-width: 565px) {
  .btn.btn-sm {
    font-size: 16px;
    padding: 6px 10px;
  }
  .checkbox-additionals-wrap .checkbox-line {
    font-size: 9px;
  }
  .product .checkbox-line-wrap {
    margin-bottom: 15px;
  }
  .product .checkbox-additionals-wrap {
    margin-bottom: 0;
  }
  .product-controls + .checkbox-line-wrap {
    margin-top: 10px;
  }
}
.load-cat-preloader {
  min-height: 50vh;
  position: relative;
}
.load-cat-preloader .ajax-preloader {
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (hover: hover), (-ms-high-contrast: none) {
  .detail_desc .description a:hover {
    color: #e94545;
  }
}
.article .map-iframe {
  max-height: unset;
  height: 560px;
}
@media (max-width: 767px) {
  .article .map-iframe {
    height: 400px;
  }
}
.popup-free .popup-align {
  padding: 25px 30px 30px;
}
.popup-free-content {
  padding: 0 15px;
}
.popup-free-subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.popup-free-desc {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.popup-free-title {
  font-family: Caveat;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 20px;
}
.popup-free-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.popup-free-col {
  width: calc(50% - 30px);
}
.popup-free-divider-col {
  width: 60px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.popup-free-divider {
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  text-transform: uppercase;
}
.product-free {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  z-index: 1;
  padding: 0;
  height: auto;
  border-radius: 10px;
  margin-bottom: 12px;
  overflow: hidden;
}
.product-free .product_image {
  padding-bottom: 64%;
}
.product-free .card-icon {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.product-free-title {
  color: #088c08;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  max-height: 30px;
  margin-bottom: 0;
}
.product-free-link {
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  color: #98989d;
  text-decoration: underline;
}
@media (hover: hover), (-ms-high-contrast: none) {
  a.product-free-title:hover {
    color: #22262a;
  }
  .product-free-link:hover {
    text-decoration: none;
  }
}
@media (max-width: 565px) {
  .popup-free .popup-align {
    padding: 25px 15px 15px;
  }
  .popup-free-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
  }
  .popup-free-col {
    width: 100%;
    margin-bottom: 10px;
  }
  .popup-free-divider-col {
    width: 100%;
    margin-bottom: 10px;
  }
  .popup-free-desc,
  .popup-free-subtitle,
  .popup-free-title {
    margin-bottom: 8px;
  }
  .popup-free-title {
    font-size: 24px;
    line-height: 30px;
  }
  .product-free {
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
  }
}

.time-icon-header {
  display: none;
}

@media (max-width: 575px) {

  .time-icon-header {
    display: inline;
  }
}

a.footer-dev-logo{
	position: relative;
}

a.footer-dev-logo:before{
	background: #088c08 url(../img/redstone-icon.svg);
    background-repeat: no-repeat;
    width: 71px;
    background-position: right center;
    background-size: 100%;
    content: '';
    right: -3px;
	  top: 0px;
    position: absolute;
    height: 100%;
}

@media(max-width: 768px){
  a.footer-dev-logo{
    width: auto;
  }
}

.symbol-price {
  font-size: 14px;
}


.woocommerce-checkout .calendar-table tbody tr:last-child td{
  display: table-cell!important;
}
.woocommerce-checkout .calendar-table tbody tr:last-child td.disabled{
  display: none!important;
}

.woocommerce-checkout .calendar-table tbody tr:last-child td.off.ends.available{
  display: none!important;
}

.page-template-page-home-php .calendar-table tbody tr:last-child td{
  display: table-cell!important;
}

.page-template-page-home-php .calendar-table tbody tr:last-child td{
  display: table-cell!important;
}
.page-template-page-home-php.calendar-table tbody tr:last-child td.disabled{
  display: none!important;
}

.page-template-page-home-php .calendar-table tbody tr:last-child td.off.ends.available{
  display: none!important;
}

