body {
  font-family: "Open Sans", sans-serif;
}

input {
  outline: none;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  font-family: inherit;
  font-size: 100%;
  float: right;
  background: #ededed url(https://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) no-repeat 9px center;
  border: solid 1px #ccc;
  padding: 5px 5px 5px 32px;
  width: 70px;
  border-radius: 10em;
  transition: all 0.5s;
}

input[type=search]:focus {
  width: 50%;
  background-color: #fff;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
  display: none;
}

input:-moz-placeholder {
  color: #c9c9c9;
  font-style: italic;
}

input::-webkit-input-placeholder {
  color: #c9c9c9;
  font-style: italic;
}

hr {
  border-top: 2px solid #4a4a4a;
  margin: 0;
}

hr.light {
  border-top: 2px solid #d8d8d8;
}

label {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.36;
  letter-spacing: -0.3px;
  color: #333333;
  text-transform: uppercase;
}

a:hover {
  text-decoration: none;
}

.station-city-input {
  height: 41px;
}

.form-control {
  font-size: 14px !important;
  line-height: 1.428571429 !important;
  padding-top: 9px !important;
  padding-right: 10px !important;
  padding-bottom: 9px !important;
  padding-left: 10px !important;
}

.btn {
  text-transform: uppercase;
  font-weight: 800 !important;
  padding-top: 9px !important;
  padding-right: 0.75rem !important;
  padding-bottom: 10px !important;
  padding-left: 0.75rem !important;
  font-size: 14px !important;
  line-height: 19px !important;
}

.btn .fas {
  margin-right: 5px;
}

.form-check-label {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.58;
  letter-spacing: -0.3px;
  color: #333;
  text-transform: none;
  font-weight: 400;
}

.font-weight-bolder {
  font-weight: 800 !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-26 {
  font-size: 26px !important;
}

.fs-32 {
  font-size: 32px !important;
}

.w-165 {
  width: 165px;
}

.mw-230 {
  width: 100%;
  max-width: 230px;
}

.alert > p {
  margin-bottom: 0;
}

.container-padding {
  padding-top: 30px;
  padding-bottom: 75px;
  min-height: 75vh;
}

figure {
  margin: 0;
}

.custom-radio {
  margin-right: 0;
  margin-left: 1rem;
  padding-left: 0;
  padding-right: 1.5rem;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #333333;
  box-shadow: none;
}

.custom-radio .custom-control-label::before,
.custom-radio .custom-control-label::after {
  left: auto;
  top: 0;
  right: -1.5rem;
  box-shadow: none;
}

.item-counter {
  width: 90px;
  flex-direction: column;
}

.item-counter .input-number {
  max-width: 100px;
}

.item-counter .input-number input {
  text-align: center;
}

.item-counter .input-number button {
  padding: 6px 5px;
  cursor: pointer;
}

.item-counter .remove-item {
  border: 0;
  background: transparent;
  padding: 5px 10px;
  cursor: pointer;
}

.item-counter .remove-item-sticky {
  border: 0;
  background: transparent;
  padding: 5px 10px;
  cursor: pointer;
}

@media (min-width: 576px) {
  .item-counter {
    width: 130px;
    flex-direction: row;
  }

  .item-counter .input-number button {
    padding: 6px 8px;
  }
}

.green-block {
  background: #e6f1d4;
  padding: 30px;
}

.green-block.slim {
  padding: 15px 25px;
}

/******* PAGINATION *******/

.pagination {
  justify-content: center;
}

.pagination .page-item {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 4px;
}

.pagination .page-link {
  padding: 5px;
  line-height: 30px;
  border: 1px solid #80ba27;
  color: #80ba27;
  border-radius: 5px !important;
  text-align: center;
  font-size: 14px;
  box-shadow: none;
}

.pagination .disabled .page-link {
  border: 1px solid #d8d8d8;
  color: #d8d8d8;
}

.pagination .page-link:hover,
.pagination .active .page-link {
  background: #58811a;
  border: 1px solid #58811a;
  color: #fff;
}

/******* HEAD BACKGROUND BLOCK *******/

.header-background {
  background-repeat: no-repeat;
  background-position: center center;
  font-family: Arial, Helvetica, sans-serif;
  height: 90px;
  color: #fff;
}

.header-background.main-page {
  height: 60px;
}

.header-background .header-background-picture-text {
  max-width: 852px;
  z-index: 1;
  width: 100%;
  margin: auto;
  font-family: "Open Sans", sans-serif;
}

.header-background .header-background-picture-text p {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  color: #ffffff;
  margin: 15px;
  display: none;
}

.header-background .header-background-picture-text h1 {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  margin: 0;
}

.header-background .header-background-picture:before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  left: -1px;
  right: 0;
  width: calc(100% + 2px);
}

@media (min-width: 768px) {
  .header-background {
    height: 200px !important;
  }

  .header-background .header-background-picture-text h1 {
    font-size: 24px;
    letter-spacing: -0.3px;
  }

  .header-background .header-background-picture-text p {
    display: block;
  }
}

@media (min-width: 1200px) {
  .header-background {
    height: 300px !important;
  }

  .header-background .header-background-picture-text h1 {
    font-size: 30px;
  }

  .header-background .header-background-picture-text p {
    font-size: 20px;
  }
}

/******* INFO BLOCK *******/

.info-block {
  background: -webkit-repeating-linear-gradient(-45deg, #fde5be 0, #fde5be 5px, rgb(255, 255, 255) 5px, rgb(255, 255, 255) 8px);
  background: repeating-linear-gradient(-45deg, #fde5be 0, #fde5be 5px, rgb(255, 255, 255) 5px, rgb(255, 255, 255) 8px);
  margin-bottom: 30px;
  padding: 15px;
}

.info-block.slim {
  padding: 10px 15px;
  margin-bottom: 20px;
}

.info-block .fas {
  font-size: 24px;
}

@media (min-width: 992px) {
  .info-block {
    padding: 25px;
  }
}

.alert-primary {
  background-color: #6a9b20 !important;
  color: #fff;
  margin-bottom: 30px;
  padding: 1rem 1.25rem;
  font-size: 16px;
}

/******* CTA BLOCK *******/

.cta-block-wrapper {
  margin-bottom: 30px;
}

.cta-block-wrapper .block,
.cta-block-wrapper .block__content {
  height: 100%;
}

@media (min-width: 768px) {
  .cta-block-wrapper .block .btn.d-block,
  .cta-block-wrapper .block__content .btn.d-block {
    max-width: 260px;
  }
}

.cta-block {
  border: 2px solid #d8d8d8;
  padding: 15px;
}

.cta-block .cta-page-link {
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
  color: #9b9b9b;
  letter-spacing: -0.2px;
  margin-bottom: 24px;
  display: inline-block;
}

.cta-block h4 {
  color: #58811a;
  font-weight: bold;
  font-size: 20px;
}

.cta-block p {
  width: 100%;
  /*max-width: 392px;*/
}

.cta-block.search-block {
  border: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.cta-block.search-block > .content {
  position: relative;
}

.cta-block.search-block:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(136, 203, 245, 0.2);
}

.cta-block.search-block .cta-page-link {
  color: rgba(255, 255, 255, 0.8);
}

.cta-block.search-block h4 {
  color: #fff;
}

.cta-block.search-block .dropdown-toggle i {
  font-size: 18px;
}

.cta-block.search-block .dropdown-menu a {
  line-height: 24px;
}

.cta-block.search-block .dropdown-menu a i {
  display: inline-block;
  font-size: 16px;
  width: 15px;
  text-align: center;
  margin-right: 5px;
}

.cta-block.car-gas-calculator {
  margin: 30px 0;
  padding: 0;
}

.cta-block.car-gas-calculator h4 {
  color: #333;
  margin-bottom: 30px;
}

.cta-block.car-gas-calculator > .content {
  padding: 30px;
}

.cta-block.car-gas-calculator > .content:first-child {
  background: #e6f1d4;
  position: relative;
}

.cta-block.car-gas-calculator > .content:first-child:after {
  content: "";
  width: 0;
  height: 0;
  border: 25px solid transparent;
  border-top-color: #e6f1d4;
  position: absolute;
  left: calc(50% - 25px);
  top: 100%;
}

@media (min-width: 992px) {
  .cta-block {
    padding: 34px;
  }
}

/**** CART TABLE ****/

.cart-table td {
  padding: 15px 0;
}

.cart-table tbody td {
  border-bottom: 1px solid #000;
}

.cart-table tfoot td {
  border-top: 2px solid #000;
}

.cart-table .item-price {
  width: 75px;
}

.cart-table .delivery-time {
  font-size: 12px;
}

@media (min-width: 768px) {
  .cart-table .item-price {
    width: 100px;
  }
}

/****** SIDEBAR *****/

#sidebar {
  position: relative;
  width: 100%;
}

#sidebar.bottom-locked {
  bottom: 0;
  top: auto !important;
}

@media (min-width: 768px) {
  #sidebar {
    position: absolute;
  }
}

#sidebar .news-block {
  margin-bottom: 0;
}

#header > .navbar {
  transition: top ease 0.4s;
}

#header.nav-up > .navbar {
  top: -200px;
}

#logo img {
  max-width: 100%;
}

#topMenu {
  padding: 15px 10px;
}

#topMenu a {
  font-size: 12px;
  font-weight: 600;
  color: #000000;
  padding: 5px 10px;
  text-transform: uppercase;
  border: 1px solid #009fe3;
  border-radius: 14px;
}

@media (min-width: 768px) {
  #topMenu {
    padding: 15px;
  }

  #topMenu a {
    border: 0;
    border-radius: 0;
    padding: 10px;
  }
}

#topMenu .active a {
  color: #009fe3;
}

#topMenu li {
  padding-top: 6px;
}

#mainMenu li a {
  font-size: 12px;
  line-height: 17px;
  font-weight: 600;
  padding: 16px 9px 13px;
  color: #000 !important;
  display: block;
  text-transform: uppercase;
}

#mainMenu li.active a,
#mainMenu li:hover a {
  color: #009fe3 !important;
}

#mainMenu li.tab {
  background: #f1f1f1;
  border: 1px solid #d8d8d8;
  border-bottom: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
}

#mainMenu li.tab a {
  font-weight: 800;
  padding: 16px 12px 13px;
}

#mainMenu li.tab:hover a {
  background: #d8f3ff;
  border-color: #a0ccdf;
  color: #000;
}

#mainMenu li.tab.active a {
  background: #009fe3;
  color: #fff !important;
}

@media (min-width: 992px) {
  #mainMenu li a {
    font-size: 14px;
    line-height: 19px;
    padding: 14px 13px;
  }

  #mainMenu li.tab a {
    padding: 14px 15px;
  }
}

@media (min-width: 1200px) {
  #mainMenu li a {
    padding: 14px 30px;
  }
}

.sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  background: #009fe3;
  justify-content: space-around;
}

.sub-menu li a {
  display: block;
  font-size: 12px;
  line-height: 17px;
  font-weight: 600;
  color: #e0e0e0;
  padding: 16px 15px 13px;
}

.sub-menu li a:hover {
  color: #fff;
}

.sub-menu li a.active {
  font-weight: 800;
  color: #fff;
}

@media (min-width: 992px) {
  .sub-menu {
    justify-content: flex-start;
  }

  .sub-menu li a {
    font-size: 14px;
    line-height: 19px;
    padding: 14px 25px;
  }
}

.navbar-toggler {
  float: right;
  margin-left: 1px;
  padding: 13px 6px;
  outline: none !important;
}

.navbar-toggler span {
  width: 27px;
  height: 3px;
  border-radius: 1px;
  margin-bottom: 5px;
  display: block;
  background: #009fe3;
  transition: all 0.4s ease-in-out;
}

.navbar-toggler span.bar-3 {
  margin-bottom: 0;
}

.navbar-toggler.close-icon .bar-1 {
  transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler.close-icon .bar-2 {
  opacity: 0;
  visibility: hidden;
}

.navbar-toggler.close-icon .bar-3 {
  transform: translateY(-8px) rotate(45deg);
}

.breadcrumb-wrapper {
  position: absolute;
  bottom: 0;
  background: rgba(255, 255, 255, 0.6);
}

.breadcrumb-wrapper .breadcrumb {
  margin: 0;
  background: transparent;
  padding: 0;
}

.breadcrumb-wrapper .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  padding-right: 5px;
}

.breadcrumb-wrapper .breadcrumb li,
.breadcrumb-wrapper .breadcrumb a {
  font-size: 11px;
  color: #000;
  line-height: 30px;
}

.breadcrumb-wrapper .breadcrumb .active {
  width: 40%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: portrait) {
  .breadcrumb-wrapper .breadcrumb .active {
    width: 18% !important;
  }
}

#header #mobileMenu,
#header #mobileSearchBar {
  display: none !important;
}

#mobileMenu {
  z-index: 2000;
}

.mm-menu {
  background: #009fe3;
  color: #fff;
}

.mm-menu .mm-navbar.mm-hasbtns {
  border-bottom: 1px solid #006e9d;
}

.mm-menu .mmenu-head-title {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

.mm-menu .mm-close {
  color: #fff;
  padding: 0;
}

.mm-menu .mm-close:before {
  content: none;
}

.mm-menu .mm-close:after {
  content: "\F00D";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  height: 16px;
  transform: rotate(0);
  color: #fff;
  border: 0;
  margin: 10px 0;
  right: 20px;
}

.mm-menu .mm-prev:before {
  color: #fff;
  border: 0;
  content: "\F060";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transform: rotate(0);
  font-size: 16px;
  margin: 33px 0;
  height: 18px;
}

.mm-menu .mm-panels .mm-navbar {
  height: 85px;
  border-color: #fff;
  padding: 0;
}

.mm-menu .mm-panels .mm-navbar .mm-title {
  color: #fff !important;
  font-size: 18px;
  font-weight: 800;
  line-height: 45px;
  padding: 20px;
}

.mm-menu .mm-panels .mm-navbar input[type=search] {
  border-radius: 5px;
  background-color: #fff;
  line-height: normal;
}

.mm-menu .mm-panels .mm-navbar .btn-secondary {
  background: #65c5ee;
}

.mm-menu .mm-panels > .mm-panel.mm-hasnavbar {
  padding-top: 85px;
}

.mm-menu .mm-panels .mm-listview > li > a,
.mm-menu .mm-panels .mm-listview > li > span {
  font-weight: 600;
  color: #ffffff;
  line-height: 25px;
}

.mm-menu .mm-panels .mm-listview > li.divider {
  border-bottom: 1px solid #006e9d;
}

.mm-menu .mm-panels .mm-listview > li:after {
  content: none;
}

.mm-menu .mm-panels .mm-listview > li .mm-next {
  border-color: transparent;
}

.mm-menu .mm-panels .mm-listview > li .mm-next:after {
  border-color: #fff !important;
}

.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen:hover + span,
.mm-menu.mm-hoverselected .mm-listview > li > a:not(.mm-fullsubopen):hover {
  background: rgba(255, 255, 255, 0.1);
}

#geoLocationButton {
  white-space: normal;
  text-transform: none;
}

/* Slick Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0 !important;
  width: 100%;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  align-items: stretch;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  padding: 0;
  min-height: 1px;
}

.slick-slide > div {
  height: 100%;
}

.slick-slide img {
  display: block;
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
}

.slick-slide h3 {
  font-size: 16px;
  line-height: 23px;
  font-weight: bold;
  line-height: 1.38;
  color: #000000;
  margin-top: 10px;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide:last-child {
  border: none;
}

@media (min-width: 768px) {
  .slick-slide {
    border-right: 2px solid #d8d8d8;
    padding: 0 15px;
  }

  .slick-slide:first-child {
    padding-left: 0;
  }

  .slick-slide:last-child {
    padding-right: 0;
  }
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-dots {
  position: absolute;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  border: 2px solid #d8d8d8;
  border-radius: 50%;
}

.slick-dots li.slick-active {
  background: #009fe3;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.post-content-wrapper {
  margin-bottom: 50px;
}

/**** IMAGE SLDER ****/

.block--image_slider {
  width: 100%;
}

.mySlides {
  display: none;
  width: 100%;
  position: absolute;
}

.mySlides img {
  width: 100%;
}

.slider-track {
  overflow: hidden;
  position: relative;
}

.slider-track .slider-pager {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.slider-track .slider-pager .slider-badge {
  border-radius: 50%;
  height: 11px;
  width: 11px;
  padding: 0;
  margin: 0 3px;
  cursor: pointer;
  display: inline-block;
  background: #fff;
  border: 2px solid #fff;
}

.slider-track .slider-pager .slider-badge.active {
  background: #009fe3;
}

.slider_container {
  overflow: hidden;
}

.slider_info {
  border: 2px solid #d8d8d8;
  border-top-width: 0;
  padding: 20px 30px;
}

.slider_info h2 {
  font-size: 15px;
  line-height: 1.2;
  margin: 5px 0 10px;
  font-weight: bold;
  letter-spacing: -0.4px;
  color: #000000;
}

.slider_info img {
  max-height: 45px;
}

@media (min-width: 768px) {
  .mySlides img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }

  .slider_info {
    border-left: 0;
    border-top-width: 2px;
  }

  .slider_info h2 {
    font-size: 20px;
    line-height: 1.5;
    margin: 20px 0 30px;
  }

  .slider_info img {
    max-height: 50px;
  }
}

ul.subcategory {
  list-style-type: none;
  padding: 22px 34px;
  width: 100%;
  background: #009fe3;
}

ul.subcategory li > a {
  color: #e0e0e0;
  padding: 8px 0;
  display: block;
}

ul.subcategory li > a:hover {
  color: #fff;
}

ul.subcategory li.active > a {
  color: #fff;
  font-weight: bold;
}

ul.subcategory li ul {
  list-style: none;
  padding-left: 30px;
}

.news-block {
  border: 2px solid #d8d8d8;
  padding: 25px 35px;
  margin-bottom: 15px;
}

.news-block > h3 {
  font-size: 14px;
  color: #9b9b9b;
  margin: 0 0 20px;
  font-weight: 600;
}

.news-block > a {
  display: block;
  text-align: right;
  font-size: 14px;
  font-weight: 600;
  color: #80ba27;
  margin-top: 25px;
}

.news-block > a:after {
  content: "\F054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 5px;
}

.news-block .news-content {
  padding-bottom: 40px;
  border-bottom: 2px solid #000000;
}

.news-block .news-content .news {
  border-bottom: 2px solid #d8d8d8;
  padding: 10px 0;
}

.news-block .news-content .news:last-child {
  border: 0;
}

.news-block .news-content .news a {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  position: relative;
  padding-right: 15px;
}

.news-block .news-content .news a:before {
  content: "\F054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #d8d8d8;
  position: absolute;
  font-size: 20px;
  line-height: 20px;
  right: 0;
  top: 50%;
  margin-top: -10px;
}

.news-block .news-content .news a:hover {
  color: #80ba27;
}

.news-block .news-content .news a:hover:before {
  color: #80ba27;
}

.page-pager-btn {
  white-space: normal;
}

.advantages-block {
  border: 2px solid #80ba27;
  padding: 16px;
  font-size: 14px;
  line-height: 24px;
  padding: 15px;
  margin-bottom: 20px;
}

.advantages-block ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.advantages-block ul li {
  color: #80ba27;
}

.advantages-block ul li:before {
  content: "\F00C";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 20px;
}

@media (min-width: 768px) {
  .advantages-block {
    line-height: 30px;
    padding: 20px;
    font-size: 16px;
    padding-left: 9%;
  }
}

.category-content h1 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.15;
  letter-spacing: -0.4px;
  color: #58811a;
  margin: 25px 0;
}

.content-text {
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
}

.content-text h1,
.content-text h2,
.content-text h3,
.content-text h4 {
  letter-spacing: -0.4px;
  color: #58811a;
  font-weight: bold;
}

.content-text h1 {
  font-size: 26px;
  line-height: 1.15;
}

.content-text h2 {
  font-size: 23px;
  line-height: 1.3;
}

.content-text h3 {
  font-size: 20px;
  line-height: 1.5;
  margin: 0 0 13px;
}

.content-text h4 {
  font-size: 16px;
  line-height: 1.88;
}

.content-text ul {
  padding-left: 18px;
}

.content-text img {
  max-width: 100%;
  height: auto !important;
}

.content-text a {
  color: #80ba27;
}

.content-text a:hover {
  text-decoration: underline;
}

.news-section {
  padding-top: 30px;
  padding-bottom: 30px;
}

.news-section:first-child {
  padding-top: 0;
}

.news-section h1 {
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: -0.3px;
  color: #000000;
  margin: 0 0 30px;
}

.news-section .new {
  padding: 20px 0;
  border-bottom: 2px solid #d8d8d8;
}

.news-section .new:last-child {
  border: 0;
}

.news-section .new img {
  width: 100%;
}

.news-section .new .new-title {
  font-size: 24px;
  line-height: 1.42;
  letter-spacing: -0.2px;
  color: #000000;
}

.news-section .new .new-date {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.2px;
  color: #4a4a4a;
}

.news-section .new .read-more {
  width: 165px;
}

.news-section .news-block {
  margin: 0;
}

#post h1 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.07;
  letter-spacing: -0.3px;
  color: #000000;
}

#post .meta {
  margin-bottom: 30px;
}

#post .meta .date {
  font-size: 12px;
  line-height: 2;
  color: #4a4a4a;
}

#post .post-image img {
  max-width: 100%;
}

.job-list {
  margin: 30px 0;
}

.job-list .job {
  padding: 15px 0;
  border-bottom: 2px solid #d8d8d8;
}

.job-list .job h3 {
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: -0.2px;
  color: #009fe3;
}

.job-list .job .location {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #000000;
}

.product-list h2 {
  font-size: 24px;
  color: #000000;
  margin: 20px 0 5px;
}

.product-list .product {
  padding: 20px 0;
  border-bottom: 2px solid #d8d8d8;
  word-wrap: break-word;
}

.product-list .product:last-child {
  border: 0;
}

.product-list .product figure {
  margin: 0;
}

.product-list .product figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-list .product .h3 {
  font-size: 24px;
  line-height: 1.33;
  letter-spacing: -0.2px;
  color: #000000;
}

.product-list .product .product-price {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.05;
  color: #000000;
}

.product-gallery {
  margin-bottom: 20px;
}

.product-gallery .products-gallery {
  margin-bottom: 30px;
}

.product-gallery .products-gallery figure.slick-slide {
  margin: 0;
  padding: 0;
  border: 0;
}

.product-gallery .products-gallery figure.slick-slide img {
  width: 100%;
}

.product-gallery .products-gallery-thumbnails .slick-slide {
  margin: 0 5px;
  padding: 0;
  border: 0;
  opacity: 0.7;
}

.product-gallery .products-gallery-thumbnails .slick-slide:first-child {
  margin-left: 0;
}

.product-gallery .products-gallery-thumbnails .slick-slide:last-child {
  margin-right: 0;
}

.product-gallery .products-gallery-thumbnails .slick-slide.slick-current {
  opacity: 1;
}

.product-gallery .products-gallery-thumbnails .slick-slide img {
  width: 100%;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}

#product h1 {
  font-size: 28px;
  font-weight: 600;
  color: #000000;
  line-height: 1.5;
  margin-bottom: 30px;
}

#product h1 .identification {
  display: block;
  font-size: 12px;
  font-weight: normal;
  color: #4a4a4a;
}

#product .product-price {
  font-size: 28px;
  font-weight: 600;
  color: #009fe3;
}

#product .advantages-block {
  padding-left: 20px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 25px;
}

#product .product-description h3 {
  font-size: 24px;
  letter-spacing: -0.2px;
  color: #80ba27;
  margin-bottom: 25px;
}

#product .production-attributes h4 {
  font-size: 24px;
  letter-spacing: -0.2px;
  color: #80ba27;
  margin-bottom: 10px;
}

#product .production-attributes ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
  color: #4a4a4a;
  font-size: 16px;
  line-height: 24px;
}

.tel {
  color: #ffffff;
}

.tel:hover {
  color: #ffffff;
}

.product-to-cart .form-group:not(:last-child) {
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 2px solid #cbcbcb;
}

.product-to-cart .form-check label {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  text-transform: uppercase;
}

.product-to-cart .input-number button {
  padding: 0.375rem 8px;
}

.product-to-cart .input-number input {
  padding: 9px 0;
  text-align: center;
}

.product-to-cart .point {
  font-size: 20px;
  font-weight: 800;
  color: #1f5988;
}

.product-to-cart .point-text {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.58;
  letter-spacing: -0.2px;
  text-align: center;
  color: #1f5988;
}

.product-to-cart .info {
  margin-top: 15px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: -0.2px;
  color: #80ba27;
  text-transform: none;
  padding: 0;
  white-space: normal;
  text-align: left;
}

.product-to-cart .super-shop {
  width: 100px;
}

#stickyCart,
#callCenter,
#mailCenter {
  position: fixed;
  right: 0;
  top: calc(50% - 70px);
  z-index: 100;
  width: 100%;
  pointer-events: none;
  z-index: 1100;
}

#stickyCart .toggle,
#callCenter .toggle,
#mailCenter .toggle {
  font-size: 20px;
  line-height: 20px;
  padding: 16px 17px 16px 19px;
  color: #fff;
  background: #009fe3;
  border: 2px solid #fff;
  border-right: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  float: right;
  pointer-events: all;
  cursor: pointer;
}

#stickyCart .middle-close,
#callCenter .middle-close,
#mailCenter .middle-close {
  font-size: 16px;
  margin-right: 10px;
  color: #009fe3;
  padding: 5px 0 5px 0px;
  float: left;
}

#stickyCart .middle,
#callCenter .middle,
#mailCenter .middle {
  position: absolute;
  max-width: 100%;
  width: 545px;
  right: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  pointer-events: all;
  height: 550px;
  transition: right ease 0.4s;
}

#stickyCart .middle h3,
#callCenter .middle h3,
#mailCenter .middle h3 {
  color: #009fe3;
}

#stickyCart .middle form input,
#stickyCart .middle textarea,
#callCenter .middle form input,
#callCenter .middle textarea,
#mailCenter .middle form input,
#mailCenter .middle textarea {
  border: 1px solid #fff;
}

#stickyCart .inner_middle_content,
#callCenter .inner_middle_content,
#mailCenter .inner_middle_content {
  background: #D6F2FF;
  border: 2px solid #fff;
  padding: 25px;
}

#stickyCart .content,
#callCenter .content,
#mailCenter .content {
  position: absolute;
  top: -2px;
  right: 0;
  width: 725px;
  max-width: 280px;
  background: #D6F2FF;
  border: 2px solid #fff;
  border-right: 0;
  padding: 25px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  pointer-events: all;
  transition: right ease 0.4s;
}

#stickyCart .content.top,
#callCenter .content.top,
#mailCenter .content.top {
  top: auto;
  bottom: -2px;
}

#stickyCart .content > h3,
#callCenter .content > h3,
#mailCenter .content > h3 {
  font-size: 14px;
  line-height: 19px;
  color: #009fe3;
  font-weight: 600;
  letter-spacing: -0.2px;
  margin-bottom: 15px;
}

#stickyCart .content > h3 .close,
#callCenter .content > h3 .close,
#mailCenter .content > h3 .close {
  float: left;
  font-size: 12px;
  color: #009fe3;
  padding: 5px 0 5px 5px;
}

#stickyCart .content > a,
#callCenter .content > a,
#mailCenter .content > a {
  display: block;
  font-size: 26px;
  font-weight: bold;
  color: #009fe3;
  margin: 10px 0;
}

#stickyCart .content > p,
#callCenter .content > p,
#mailCenter .content > p {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.2px;
  color: #000000;
}

#stickyCart .content > *:last-child,
#callCenter .content > *:last-child,
#mailCenter .content > *:last-child {
  margin-bottom: 0;
}

#stickyCart.out,
#callCenter.out,
#mailCenter.out {
  z-index: 1099;
}

#stickyCart.out .content,
#callCenter.out .content,
#mailCenter.out .content {
  right: -300px;
}

#stickyCart .error,
#callCenter .error,
#mailCenter .error {
  color: red;
  font-size: 12px;
}

#callCenter,
#mailCenter {
  display: none;
}

#mailCenter {
  top: calc(50% - 140px);
}

#stickyCart {
  top: calc(50% - 247px) !important;
}

#stickyCart .toggle {
  background: #f5a623;
}

#stickyCart .toggle .cart-counter {
  display: block;
  font-size: 22px;
  font-weight: 800;
  text-align: center;
  color: #ffffff;
  margin-bottom: 15px;
}

#stickyCart .content {
  background: #fde5be;
  max-width: 725px;
  width: 100%;
}

#stickyCart .content > h3 {
  color: #f5a623;
}

#stickyCart .content > h3 .close {
  color: #f5a623;
}

#stickyCart.out {
  z-index: 1099;
}

#stickyCart.out .content {
  right: -750px;
}

#scrollTop {
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 20px;
  right: 20px;
  background: #dbdbdb;
  font-size: 18px;
  line-height: 18px;
  padding: 11px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  z-index: 100;
}

@media (min-width: 768px) {
  #callCenter,
  #mailCenter {
    display: block;
  }
}

#mailCenter label {
  font-size: 12px;
}

#mailCenter.out .content {
  right: -750px !important;
}

#cart {
  margin-bottom: 30px;
}

#cart td {
  padding: 5px 10px;
  vertical-align: middle;
}

#cart figure {
  width: 50px;
  text-align: center;
  margin-bottom: 10px;
}

#cart figure img {
  width: 100%;
  height: auto;
}

#cart h2 {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.1px;
  color: #000000;
  margin: 0;
}

#cart h2 span {
  display: block;
  font-size: 12px;
  color: #4a4a4a;
  font-weight: normal;
}

#cart thead td {
  background: #009fe3;
  color: #fff;
  border-color: #fff;
  border-top: 0;
  border-bottom: 0;
  font-size: 12px;
  font-weight: bold;
}

#cart .fas.fa-truck-loading {
  color: #d8d8d8;
}

@media (min-width: 992px) {
  #cart td {
    padding: 15px 35px;
  }

  #cart figure {
    width: 80px;
    margin-right: 30px;
    margin-bottom: 0;
  }

  #cart h2 {
    font-size: 16px;
  }

  #cart thead td {
    font-size: 16px;
  }
}

.cart-total {
  color: #009fe3;
  font-size: 16px;
}

#cashDesk .step .step-btn {
  text-transform: none;
  font-size: 17px;
  font-weight: bold;
  padding: 17px 15px 16px;
  background-color: #009fe3;
  border-color: #009fe3;
}

#cashDesk .step .step-btn span {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #fff;
  line-height: 24px;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  margin-right: 20px;
}

#cashDesk .step .step-btn :focus {
  background-color: #009fe3 !important;
  border-color: #009fe3;
  box-shadow: none;
}

#cashDesk .step .step-body {
  padding: 25px 0 20px;
}

#cashDesk .step .step-body h2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.07;
  letter-spacing: -0.3px;
  color: #000000;
  margin-bottom: 25px;
}

#cashDesk .step .step-body h3 {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.25;
  letter-spacing: -0.2px;
  color: #000000;
  padding: 15px 0 30px;
  margin: 0;
}

#cashDesk .step .step-body h3:first-child {
  padding-top: 0;
}

#cashDesk .step .payment-type {
  padding: 25px;
  border: 2px solid #d8d8d8;
  border-radius: 5px;
  margin-bottom: 10px;
}

#cashDesk .step .payment-type label {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.36;
  letter-spacing: -0.3px;
  color: #333333;
  text-transform: uppercase;
}

#cashDesk .step .payment-type h4 {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.25;
  letter-spacing: -0.2px;
  color: #000000;
  margin-bottom: 10px;
}

#cashDesk .step .payment-type img {
  max-width: 320px;
  margin-top: 10px;
}

#cashDesk .step .info {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  color: #80ba27;
  padding: 0;
  text-transform: none;
  text-align: left;
}

#cashDesk .step dl {
  font-size: 16px;
  line-height: 20px;
}

#cashDesk .step dl dt {
  text-transform: uppercase;
}

#cashDesk .error {
  color: red;
  font-size: 14px;
}

#cashDesk #data-table .td-head {
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.2px;
  text-transform: uppercase;
}

#cashDesk #data-table .data {
  padding-right: 70px;
}

#cashDesk #data-table .header-info {
  padding-bottom: 10px;
}

@media (min-width: 992px) {
  .border-right-lg {
    border-right: 2px solid #d8d8d8;
  }
}

#footer {
  background: #58811a;
}

#footer .block {
  padding: 25px 0 0;
}

#footer .block h3 {
  line-height: 20px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -0.2px;
  color: #ffffff;
}

#footer .block ul {
  margin: 0;
  line-height: 14px;
}

#footer .block ul li {
  margin-bottom: 10px;
}

#footer .block ul li a {
  font-size: 12px;
  color: #ffffff;
}

#footer .block .social-icon {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background: #80ba27;
  color: #fff;
  font-size: 16px;
  line-height: 35px;
  text-align: center;
}

@media (min-width: 768px) {
  #footer .block .social-icon {
    margin-top: 8px;
    width: 46px;
    height: 46px;
    line-height: 46px;
  }
}

@media (min-width: 992px) {
  #footer .block .social-icon {
    margin-right: 10px;
  }
}

#footer .mobile-border {
  margin-top: 15px;
}

#footer .mobile-border .block {
  border-top: 2px solid rgba(255, 255, 255, 0.5);
  padding: 15px 0;
}

#footer .mobile-border h3 {
  display: none;
}

@media (min-width: 768px) {
  #footer .mobile-border {
    margin-top: 0;
  }

  #footer .mobile-border .block {
    border: 0;
    padding: 25px 0 0;
  }

  #footer .mobile-border h3 {
    display: block;
  }
}

.copyright {
  line-height: 20px;
  font-size: 9px;
  font-weight: 600;
  line-height: 2.22;
  color: #e9e9e9;
  padding-bottom: 3px;
}

