@charset "UTF-8";
/*
 * Stylesheet : Soperton Farm Center
 * Created    : Feb 2025
 * -----------------------------------------------------------------------------------
 */
@import url('https://use.typekit.net/dyc4qud.css');
@import url('https://use.typekit.net/dyc4qud.css');
html {
  font-size: var(--gis-root-font-size);
}

body {
  font-size: 16px;
}

.site {
  overflow: clip;
}

.clearfix::before,
.clearfix::after {
  content: '';
  display: table;
}
.clearfix::after {
  clear: both;
}

h4 {
  color: #0b3780;
  font-size: 1.625rem;
  font-weight: 600;
  padding-left: 30px;
  position: relative;
}
h4:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: #000;
  -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}

.bottom-text {
  font-size: 1.75rem;
  margin: 40px 0 10px;
}
.bottom-text span {
  color: #0b3780;
}

.content {
  margin-left: 0;
  font-size: 1.875rem;
  max-width: 500px;
  padding: 20px;
  border-radius: 0px 20px 20px 0px;
  background: rgba(255, 255, 255, 0.6);
  z-index: 2;
  position: relative;
  margin-top: 10px;
}
@media (min-width: 576px) {
  .content {
    margin-top: 100px;
  }
}
@media (min-width: 576px) {
  .content {
    max-width: 680px;
    margin-left: 50px;
    background: rgba(255, 255, 255, 0.8);
  }
}
@media (min-width: 1650px) {
  .content {
    max-width: 680px;
  }
}

.g-y {
  height: 100%;
  background: linear-gradient(180deg, #e4d287 40%, #e4d287 60%, #fffae4 100%);
}

/* Reset CSS */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

a {
  text-decoration: none;
  color: inherit;
}

ul,
ol {
  list-style: none;
}

:root {
  --gis-root-font-size: 12px;
  --gis-page-max-width: 100%;
  --gis-container-gutter-x: 15px;
  --gis-container-offset-x: var(--gis-container-gutter-x);
  --gis-container-max-width: calc(
    var(--gis-page-max-width) - var(--gis-container-gutter-x)
  );
}
@media (min-width: 576px) {
  :root {
    --gis-root-font-size: 14.4px;
  }
}
@media (min-width: 992px) {
  :root {
    --gis-root-font-size: 16px;
    --gis-container-gutter-x: 15px;
  }
}
@media (min-width: 1540px) {
  :root {
    --gis-container-gutter-x: 15px;
    --gis-page-max-width: 1920px;
  }
}
@media (min-width: 1650px) {
  :root {
    --gis-root-font-size: 16px;
    --gis-page-max-width: 1920px;
  }
}

@font-face {
  font-family: 'Hatten';
  src: url('../HATTEN.TTF') format('truetype');
}
body {
  font-family: 'aktiv-grotesk', sans-serif;
}

.font-thin {
  font-family: 'aktiv-grotesk', sans-serif;
  font-weight: 300;
  font-style: normal;
}

.font-regular {
  font-family: 'aktiv-grotesk', sans-serif;
  font-weight: 400;
  font-style: normal;
}

.font-medium {
  font-weight: 600;
  font-style: normal;
}

.font-bold {
  font-family: 'aktiv-grotesk', sans-serif;
  font-weight: 700;
  font-style: normal;
}

.custom-font {
  font-family: 'Hatten', sans-serif;
}

header .main-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
  z-index: 5;
  background: linear-gradient(90deg, #3dae48 28%, #19481e 100%);
}
/* header .main-menu .whatsnew {
  color: #f0d806;
} */
header .main-menu .menu {
  display: none;
  color: #fff;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  padding-right: 50px;
}
@media (min-width: 576px) {
  header .main-menu .menu {
    display: flex;
  }
}
header .main-menu .menu a {
  font-size: 1.125rem;
  position: relative;
}
header .main-menu .menu a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8.5px solid transparent;
  border-bottom: 8.5px solid transparent;
  border-left: 17px solid #f0d806;
}
header .main-menu .menu a:hover {
  color: #f0d806;
  transition: 1s;
}
@media (min-width: 576px) {
  header .main-menu .menu a {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  header .main-menu .menu a {
    font-size: 1.125rem;
  }
}
@media (min-width: 1540px) {
  header .main-menu .menu a {
    font-size: 1.25rem;
  }
}
@media (min-width: 1650px) {
  header .main-menu .menu a {
    font-size: 1.25rem;
  }
}
header .main-menu .menu li {
  padding: 0 20px;
}
@media (min-width: 1650px) {
  header .main-menu .menu li {
    padding: 0 50px;
  }
}
header .main-menu .logo-main {
  display: flex;
  align-items: center;
  padding: 20px 40px 20px 25px;
  gap: 30px;
  background-color: #2e8136;
  width: 100%;
  position: relative;
  max-height: 130px;
}
@media (min-width: 576px) {
  header .main-menu .logo-main {
    width: 30%;
    padding: 20px 40px 20px 75px;
  }
}
header .main-menu .logo-main::before {
  position: absolute;
  width: 32px;
  height: 132px;
  top: -1px;
  right: -27px;
  background-image: url(../images/triangle.png);
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media (min-width: 576px) {
  header .main-menu .logo-main::before {
    content: '';
  }
}
header .main-menu .logo-contact p {
  color: white;
  font-size: 17px;
  font-weight: 400;
}
header .main-menu .logo-contact a {
  color: #f0d806;
  font-size: 17px;
  font-weight: 700;
  text-decoration: underline;
}
header .main-menu .home {
  display: inline-block;
  width: 123px;
  height: 90px;
  position: relative;
  text-indent: -9999px;
}
@media (min-width: 576px) {
  header .main-menu .home {
    width: 123px;
  }
}
@media (min-width: 1540px) {
  header .main-menu .home {
    width: 123px;
  }
}
header .main-menu .home::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 123px;
  height: 123px;
  background-image: url('../images/logo.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
header .percent-off {
  width: 100%;
  height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../images/percent-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 20px 0;
}
header .percent-off span {
  color: #2e8136;
  font-size: 9.6875rem;
  text-transform: uppercase;
  font-family: 'Haettenschweiler', sans-serif;
}
header .home-banner {
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 900px;
  background-image: url(../images/home-banner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  margin: 20px 0;
  z-index: -1;
}

@media (max-width: 576px) {
  header .home-banner {
    background-image: url(../images/home-banner-mob.jpg);
    z-index: 0;
  }
}
header .home-banner .big-logo {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 450px;
  height: 450px;
  transform: translate(-50%, -50%);
  z-index: 10;
  background-image: url('../images/big-logo.png');
  background-size: cover;
  background-position: center;
}

@media (max-width: 576px) {
  header .home-banner .big-logo {
    width: 250px;
    height: 250px;
  }
}
header .home-banner .content-bottom {
  text-align: center;
  color: white;
  font-size: 2.0625rem;
  font-weight: 700;
  position: relative;
  padding: 60px 20px;
  position: relative;
  z-index: 2;
}
@media (min-width: 576px) {
  header .home-banner .content-bottom {
    padding: 120px 90px;
  }
}

@media (max-width: 1570px) {
  header .home-banner .content-bottom {
    padding: 70px 50px;
    font-size: 1.562rem;
  }
}

header .home-banner .content-bottom::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50px;
  width: 80%;
  height: 60%;
  opacity: 0.47;
  background: #19481e;
  box-shadow: 79.1999969482px 79.1999969482px 79.1999969482px;
  border-radius: 68px;
  filter: blur(79.2px);
  z-index: -1;
}

footer {
  margin-top: 40px;
}
footer .footer-row {
  background-image: url(../images/footer-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  position: relative;
  background-color: #278d31;
  z-index: 2;
}
footer .footer-row .contact-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 80px 20px 80px;
  width: 900px;
  margin: 0 auto;
  z-index: 3;
  position: relative;
  font-size: 1rem;
}
@media (min-width: 576px) {
  footer .footer-row .contact-info {
    flex-direction: row;
    padding: 130px 20px 80px;
  }
}
footer .footer-row .store-manager p {
  margin-bottom: 20px;
}
footer .copyright {
  width: 100%;
  background: linear-gradient(90deg, #0d260f 0%, #2e8136 100%);
  font-size: 1rem;
  font-weight: 300;
  padding: 20px;
  color: #fff;
}
footer .copyright .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  width: 100%;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(15px);
  padding-right: var(15px);
}
@media (min-width: 576px) {
  footer .copyright .container {
    padding-left: var(20px);
    padding-right: var(20px);
  }
}
@media (min-width: 576px) {
  footer .copyright .container {
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
  }
}
footer .copyright .powered {
  display: flex;
  flex-direction: column;
  gap: 0;
  justify-content: center;
  align-items: center;
}
@media (min-width: 576px) {
  footer .copyright .powered {
    flex-direction: row;
    gap: 10px;
  }
}

.three-column__row {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
}
@media (min-width: 576px) {
  .three-column__row {
    flex-direction: row;
    padding: 0;
  }
}
.three-column__row > *:first-child {
  width: 100%;
}
@media (min-width: 576px) {
  .three-column__row > *:first-child {
    width: 33.333%;
  }
}
.three-column__row > *:nth-child(2) {
  width: 100%;
}
@media (min-width: 576px) {
  .three-column__row > *:nth-child(2) {
    width: 33.333%;
  }
}
.three-column__row > *:nth-child(3) {
  width: 100%;
}
@media (min-width: 576px) {
  .three-column__row > *:nth-child(3) {
    width: 33.333%;
  }
}

.two-column {
  position: relative;
  z-index: 1;
}
.two-column__row {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 576px) {
  .two-column__row {
    flex-direction: row;
  }
}
.two-column__row > *:first-child {
  width: 100%;
}
@media (min-width: 576px) {
  .two-column__row > *:first-child {
    width: 50%;
  }
}
.two-column__row > *:nth-child(2) {
  width: 100%;
}
@media (min-width: 576px) {
  .two-column__row > *:nth-child(2) {
    width: 50%;
  }
}

.two-column-text {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (min-width: 576px) {
  .two-column-text {
    flex-direction: row;
  }
}
.two-column-text > * {
  width: 100%;
}
@media (min-width: 576px) {
  .two-column-text > * {
    width: 50%;
  }
}

.black-btn {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 304px;
  color: #fff;
  border-radius: 15px;
  background: #000;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 5px 20px;
}

.orange-btn {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 304px;
  color: #fff;
  border-radius: 15px;
  background: #f58e14;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 5px 20px;
}

.white-btn {
  display: block;
  margin: 50px auto;
  max-width: 610px;
  text-align: center;
  color: #ca6d00;
  border-radius: 90px;
  border: 3px solid #f58e14;
  background: #fff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  font-size: 1.5rem;
  font-weight: 700;
  padding: 20px;
}

.white-border-btn {
  position: relative;
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 304px;
  color: #fff;
  border-radius: 15px;
  background: #f58e14;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 10px;
}
.white-border-btn::before {
  content: '';
  position: absolute;
  left: -10px;
  top: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  border-radius: 20px;
  border: 3px solid #fff;
}

.navbar {
  width: 100%;
  padding: 0;
  position: relative;
  z-index: 300010;
  text-align: left;
}
@media (min-width: 576px) {
  .navbar {
    display: none;
  }
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 62px;
  display: none;
}

.navbar .menu-items {
  display: flex;
}

.navbar .nav-container li {
  list-style: none;
}

.navbar .nav-container a {
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-size: 2.5rem;
  padding: 0;
}

.navbar .nav-container a {
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
}

.navbar .nav-container .submenu a {
  font-size: 1rem;
  padding: 3px;
  margin-bottom: 0;
}

.navbar .nav-container .submenu li {
  margin-bottom: 0;
}

.navbar .nav-container li {
  margin-bottom: 0;
}

.navbar .nav-container a:hover {
  font-weight: bolder;
}

.nav-container {
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  z-index: 10010;
}

.nav-container .checkbox {
  position: absolute;
  display: block;
  height: 32px;
  width: 32px;
  top: 28px;
  right: 20px;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}

.nav-container .hamburger-lines {
  display: block;
  height: 26px;
  width: 32px;
  position: absolute;
  top: 28px;
  right: 20px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.nav-container .hamburger-lines .line {
  display: block;
  height: 4px;
  width: 100%;
  border-radius: 10px;
  background: #f0d806;
}

.community-page .nav-container .hamburger-lines .line {
  background: #f0d806;
}

.walkthrough-page .nav-container .hamburger-lines .line {
  background: #f0d806;
}

.nav-container .hamburger-lines .line1 {
  transform-origin: 0% 0%;
  transition: transform 0.4s ease-in-out;
}

.nav-container .hamburger-lines .line2 {
  transition: transform 0.2s ease-in-out;
}

.nav-container .hamburger-lines .line3 {
  transform-origin: 0% 100%;
  transition: transform 0.4s ease-in-out;
}

.navbar {
  position: relative;
}

.navbar .menu-items {
  padding: 20px 0;
  margin-top: 130px;
  background-color: #2e8136;
  height: auto;
  width: 430px;
  transform: translateX(0);
  display: flex;
  flex-direction: column;
  transition: transform 0.5s ease-in-out;
  text-align: center;
  background-attachment: fixed;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.landing-page .navbar .menu-items {
  margin-top: 100px;
}

.navbar .menu-items li {
  margin-bottom: 5px;
  font-size: 1.5rem;
  font-weight: 500;
}

.nav-container input[type='checkbox']:checked ~ .menu-items {
  transform: translateX(-100%);
}

.nav-container input[type='checkbox']:checked ~ .hamburger-lines .line1 {
  transform: rotate(45deg);
}

.nav-container input[type='checkbox']:checked ~ .hamburger-lines .line2 {
  transform: scaleY(0);
}

.nav-container input[type='checkbox']:checked ~ .hamburger-lines .line3 {
  transform: rotate(-45deg);
}

.nav-container input[type='checkbox']:checked ~ .logo {
  display: none;
}

#mobile-navigation .submenu {
  visibility: visible;
  opacity: 1;
}
#mobile-navigation .submenu > li > a {
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  font-size: 1.5rem;
  padding: 10px;
  margin-left: 1rem;
}
@media (min-width: 576px) {
  #mobile-navigation .submenu {
    visibility: hidden;
    opacity: 0;
  }
  #mobile-navigation .submenu > li > a {
    font-size: 1.2rem;
  }
}

.menu-items li {
  position: relative;
}

.submenu {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 10;
  border: 1px solid #eee;
  width: 100%;
}
@media (min-width: 576px) {
  .submenu {
    width: 300px;
  }
}

.submenu li {
  border-bottom: 1px solid #eee;
  text-align: center;
  padding: 10px !important;
}

.submenu li:last-child {
  border-bottom: none;
}

.submenu a {
  padding: 25px !important;
  font-size: 19px !important;
  color: #333 !important;
}

.submenu a:hover {
  color: #f58e14 !important;
}

/* Активное состояние подменю */
.menu-items .submenu-active .submenu {
  display: block;
}

/* Стили для мобильного меню */
@media (max-width: 768px) {
  .menu {
    flex-direction: column;
  }
  .submenu {
    display: none;
    border-left: 2px solid #ddd;
  }
  .menu-items .submenu-active .submenu {
    display: block;
    position: relative;
  }
}
.page-home .about__row {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 576px) {
  .page-home .about__row {
    flex-direction: row;
  }
}
.page-home .about .sfc {
  width: 100%;
  height: 380px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../images/home-1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
  z-index: 10;
  text-align: center;
  padding: 20px;
}
@media (min-width: 576px) {
  .page-home .about .sfc {
    width: 60%;
    height: 580px;
  }
}
.page-home .about .sfc::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(9, 107, 18, 0.8);
  z-index: -1;
}
.page-home .about .sfc p {
  color: white;
  font-size: 2.0625rem;
  font-weight: 400;
  max-width: 800px;
}
.page-home .about .sfc span {
  font-weight: 700;
}
.page-home .about .sfc-desc {
  width: 100%;
  color: #2e8136;
  padding: 20px 70px;
  font-size: 1.5rem;
  background: #fff6ac;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 576px) {
  .page-home .about .sfc-desc {
    width: 40%;
  }
}
.page-home .about .sfc-desc p {
  margin-bottom: 40px;
  max-width: 510px;
}
.page-home .our-customers__row {
  width: 100%;
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(15px);
  padding-right: var(15px);
  text-align: center;
  position: relative;
}
@media (min-width: 576px) {
  .page-home .our-customers__row {
    padding-left: var(20px);
    padding-right: var(20px);
  }
}
.page-home .logo-title {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  color: #2e8136;
  font-size: 1.375rem;
  font-weight: 700;
  padding: 0 20px;
  background-color: #fff;
  z-index: 2;
  width: 100%;
  max-width: 780px;
}
@media (min-width: 576px) {
  .page-home .logo-title {
    top: -25px;
    font-size: 1.875rem;
  }
}
.page-home .list-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  border: 2px #2e8136 solid;
  padding: 80px 40px;
  margin: 70px 20px 30px;
  position: relative;
}
.page-home .slick-slide {
  display: flex;
  justify-content: center !important;
  align-items: flex-end !important;
}

.page-home .slick-slide img {
  width: 240px;
  height: 200px;
  object-fit: contain;
}
.page-home .title-long {
  width: 100%;
  max-width: 1350px;
}
.page-home .text-banner__row {
  width: 100%;
  background: #2e8136;
  text-align: center;
  padding: 10px 20px;
}
.page-home .text-banner h5 {
  color: #f0d806;
  font-size: 3rem;
  max-width: 1400px;
  margin: 0 auto;
  line-height: 1.2;
}
.page-home .text-banner p {
  color: white;
  font-size: 1.5rem;
}
.page-home .about-sfc {
  margin: 30px 0;
}
.page-home .about-sfc__row {
  margin-top: 120px;
  width: 100%;
  max-width: 1720px;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(15px);
  padding-right: var(15px);
  padding: 0 20px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 576px) {
  .page-home .about-sfc__row {
    padding-left: var(20px);
    padding-right: var(20px);
  }
}
@media (min-width: 576px) {
  .page-home .about-sfc__row {
    flex-direction: row;
  }
}
.page-home .about-sfc__row > * {
  width: 100%;
}
@media (min-width: 576px) {
  .page-home .about-sfc__row > * {
    width: 50%;
  }
}
.page-home .about-sfc .about-sfc-content {
  border-radius: 33px;
  border: 4px #2e8136 solid;
}
.page-home .about-sfc .about-sfc-content__title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  background-color: #fff;
  margin: 0 auto;
  margin-top: -110px;
  flex-direction: column;
}
@media (min-width: 576px) {
  .page-home .about-sfc .about-sfc-content__title {
    flex-direction: row;
    width: 640px;
  }
}
.page-home .about-sfc .about-sfc-content__title h5 {
  color: #2e8136;
  font-size: 5.25rem;
}
.page-home .about-sfc .about-sfc-content__title p {
  font-size: 1.25rem;
}
@media (min-width: 576px) {
  .page-home .about-sfc .about-sfc-content__title p {
    margin-top: -40px;
  }
}
@media (min-width: 576px) {
  .page-home .about-sfc .about-sfc-content .text-up {
    margin-top: -70px;
  }
}
.page-home .about-sfc .about-sfc-content__text {
  display: flex;
  gap: 30px;
  padding: 45px;
  line-height: 1.8;
  flex-direction: column;
}
@media (min-width: 576px) {
  .page-home .about-sfc .about-sfc-content__text {
    flex-direction: row;
  }
}
.page-home .about-sfc .about-sfc-content__text > * {
  width: 100%;
}
@media (min-width: 576px) {
  .page-home .about-sfc .about-sfc-content__text > * {
    width: 50%;
  }
}
.page-home .about-sfc .about-sfc-image {
  margin-top: 20px;
}
@media (min-width: 576px) {
  .page-home .about-sfc .about-sfc-image {
    margin-top: 0px;
    transform: translateX(-40px);
  }
}
.page-home .partners__row {
  width: 100%;
  max-width: 1720px;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(15px);
  padding-right: var(15px);
}
@media (min-width: 576px) {
  .page-home .partners__row {
    padding-left: var(20px);
    padding-right: var(20px);
  }
}
.page-home .partners__row ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
}
@media (min-width: 576px) {
  .page-home .partners__row ul {
    flex-direction: row;
  }
}
.page-home .partners__title {
  width: 100%;
  height: 40px;
  background-color: #2e8136;
  text-align: center;
  margin: 60px 0 40px;
}
.page-home .partners__title h5 {
  color: #2e8136;
  font-size: 32px;
  background-color: #fff;
  width: 600px;
  margin: 0 auto;
} /*# sourceMappingURL=style.css.map */

@media (max-width: 576px) {
  .page-home .partners__title h5 {
    max-width: 350px;
  }
}

.slick-prev {
  left: 47% !important;
  bottom: -42px !important;
  width: 40px;
  height: 40px;
  background-image: url(../images/play-l.png) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  top: auto !important;
}

.slick-next {
  right: 47% !important;
  bottom: -42px !important;
  width: 40px;
  height: 40px;
  background-image: url(../images/play.png) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  top: auto !important;
}

@media (max-width: 1000px) {
  .slick-next {
    right: 130px !important;
    bottom: -42px !important;
  }

  .slick-prev {
    left: 130px !important;
    bottom: -42px !important;
  }
}
.slick-prev:before,
.slick-next:before {
  color: transparent !important;
}

.slick-arrow {
  background-color: #fff !important;
  width: 40px;
  height: 40px;
}

.pause {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px !important;
  width: 40px;
  height: 40px;
  z-index: 100;
  background-color: #fff;
}

.facebook {
  position: relative;
  padding-left: 30px;
}

.facebook::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 27px;
  height: 27px;
  transform: translateY(-50%);
  background-image: url(../images/Facebook.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.store-hours span {
  display: block;
  margin-top: 10px;
}

.link {
  text-decoration: underline !important;
}
