@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html, body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  color: #000;
  letter-spacing: 0.075em;
}
@media (max-width: 991px) {
  html, body {
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  body {
    padding-top: 68px;
  }
}
a:Hover {
	text-decoration: none;
	color: inherit;
}
img {
  max-width: 100%;
}

button {
  font-family: "Montserrat", sans-serif;
}

input, textarea {
  font-family: "Montserrat", sans-serif;
}
input:focus, input:target, textarea:focus, textarea:target {
  outline: none;
  box-shadow: none;
}

* {
  box-sizing: border-box;
}

a {
  color: #000;
  text-decoration: none;
}

button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.container {
  width: 1530px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.header {
  position: relative;
}
@media (max-width: 991px) {
  .header {
    position: fixed;
    top: 0;
    z-index: 8;
    background: #fff;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .header__logo {
    display: none;
  }
}
@media (max-width: 1366px) {
  .header .rating {
    display: none;
  }
}
@media (max-width: 1200px) {
  .header .socials {
    display: none;
  }
}
.header__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-top {
  line-height: 55px;
  border-bottom: 1px solid #e2e2e2;
}
@media (max-width: 991px) {
  .header-top {
    display: none;
  }
}
.header-top__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-top__phone {
  font-size: 15px;
  display: flex;
  align-items: center;
}
.header-top__phone svg {
  width: 15px;
  margin-right: 11px;
  fill: #4c4d4d;
}
.header-top__phone:hover {
  color: #73a60e;
}
.header-top__phone:hover svg {
  fill: #73a60e;
}
.header-top__banner {
  background: #73a60e;
  color: #fff;
  display: flex;
  padding: 0 65px;
  font-weight: 600;
  font-size: 13px;
  height: 100%;
  text-transform: uppercase;
}
@media (max-width: 1640px) {
  .header-top__banner {
    padding: 0 20px;
  }
}
@media (max-width: 1200px) {
  .header-top__banner {
    display: none;
  }
}
.header-top__menu ul {
  display: flex;
  margin: 0;
}
.header-top__menu li {
  list-style-type: none;
}
.header-top__menu li a {
  padding: 0 25px;
  text-transform: uppercase;
  font-size: 13px;
  position: relative;
  display: block;
  font-weight: 300;
  line-height: initial;
  white-space: nowrap;
}
@media (max-width: 1366px) {
  .header-top__menu li a {
    padding: 0 10px;
  }
}
.header-top__menu li a:after {
  content: "";
  height: 2px;
  width: 0;
  background: #000;
  display: block;
  position: absolute;
  bottom: -1px;
  left: 50%;
  margin-left: -9px;
  transition: all 0.4s;
}
.header-top__menu li a:hover, .header-top__menu li a.active {
  font-weight: 500;
}
.header-top__menu li a:hover:after, .header-top__menu li a.active:after {
  width: 17px;
}
.header-middle {
  padding: 20px 0;
}
.header .header-dropdown-menu {
  display: none;
  position: absolute;
  left: -15px;
  top: 100%;
  right: -15px;
  padding: 30px 0;
  background: #fff;
}
.header .header-dropdown-menu img {
  max-width: 100%;
  transition: all 0.5s ease;
  height: 300px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.header .header-dropdown-menu a {
  display: block;
  overflow: hidden;
}
.header .header-dropdown-menu a:hover img {
  transform: scale(1.1);
}
.header .header-dropdown-menu a figcaption {
  margin-top: 30px;
  font-size: 24px;
  line-height: 59px;
  letter-spacing: 0;
  display: flex;
  text-align: center;
  justify-content: center;
}
.header .header-dropdown-menu ul {
  column-count: 2;
}
.header .header-dropdown-menu li {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.header .header-dropdown-menu li:before {
  width: 4px;
  height: 4px;
  border: 2px solid #73a60e;
  border-radius: 50%;
  content: "";
  margin-top: 4px;
  margin-right: 10px;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .header .header-dropdown-menu li:before {
    margin-top: 3px;
    margin-right: 5px;
  }
}
.header .header-dropdown-menu li a:hover {
  color: #73a60e;
}
.header-nav {
  padding: 0;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}
.header-nav__menu {
  margin: 0;
  padding: 0 60px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .header-nav__menu {
    display: none;
  }
}
.header-nav__item {
  list-style-type: none;
}
.header-nav__item:hover .header-dropdown-menu {
  display: block;
  z-index: 9;
}
.header-nav__item {
  padding: 25px 0;
}
.header-nav__link {
  display: inline-flex;
}
.header-nav__link svg {
  width: 17px;
  fill: #73a60e;
  display: block;
  margin-right: 15px;
}
.header-nav__link:hover {
  color: #73a60e;
}

.socials {
  display: flex;
  align-items: center;
}
.socials__item {
  list-style-type: none;
  margin-right: 25px;
}
.socials__item:last-child {
  margin-right: 0;
}
.socials__link {
  background: #ededed;
  border-radius: 50%;
  width: 37px;
  height: 37px;
  display: block;
  padding: 12px;
  transition: background-color 0.4s;
}
.socials__link:hover {
  background: #d5d5d5;
}
.socials img {
  width: 100%;
  display: block;
}

.search-form {
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .search-form {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    padding: 13px 15px;
    background: #fff;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%);
  }
  .search-form.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .header-nav__item:hover .header-dropdown-menu {
    display: none;
    z-index: 0;
  }
}
.search-form input {
  border: none;
  padding: 10px 15px;
  border-bottom: 1px solid #2b2d2f;
  width: 320px;
  max-width: 100%;
  font-size: 15px;
  font-weight: 300;
}
@media (max-width: 991px) {
  .search-form input {
    width: 100%;
  }
}
.search-form input::placeholder {
  color: #434d50;
}
.search-form button {
  position: absolute;
  right: 0;
  width: 17px;
  height: 17px;
}
@media (max-width: 991px) {
  .search-form button {
    right: 28px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.rating__stars {
  display: flex;
  align-items: center;
}
.rating__stars span {
  background: url("../images/star.png") center no-repeat;
  background-size: 100% auto;
  width: 20px;
  height: 18px;
  display: block;
  margin-right: 10px;
}
.rating__values {
  display: flex;
  margin: 13px 0 0;
  padding: 0;
}
.rating__values li {
  list-style-type: none;
  font-size: 12px;
  display: flex;
  align-items: center;
  letter-spacing: 0;
}
.rating__values li:not(:last-child):after {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  border: 2px solid #73a60e;
  content: "";
  margin: 0 7px;
}
.rating__values li span {
  font-size: 15px;
  color: #73a60e;
  font-weight: 600;
  margin-right: 5px;
}
.rating__name {
  font-size: 18px;
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 991px) {
  .rating__name {
    font-size: 14px;
  }
}

.header-actions {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.header-actions__item {
  list-style-type: none;
  margin-left: 35px;
  position: relative;
}
.header-actions__item:first-child {
  margin-left: 0;
}
.header-actions__link {
  display: flex;
}
.header-actions__link svg {
  display: block;
  width: 25px;
  fill: #4c4d4d;
}
@media (max-width: 991px) {
  .header-actions__link svg {
    width: 16px;
  }
}
.header-actions__link:hover svg {
  fill: #73a60e;
}

.online-shop {
  padding: 15px 0;
  justify-content: center;
}

.online-shop .btn {
  background: transparent;
  border: none;
  color: #000;
  font-size: 16px;
  font-weight: 700;
}

.online-shop .btn:hover {
  background: transparent;
  color: #000;
}

.specials p {
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 300;
}

@media (max-width: 991px) {
  .cart-link {
    margin-right: 0;
  }
}
.cart-link__count {
  width: 21px;
  height: 21px;
  background: #222222;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin-top: -10px;
  color: #fff;
  position: absolute;
  right: -20px;
  font-size: 10px;
  display: flex;
}
@media (max-width: 991px) {
  .cart-link__count {
    display: flex;
  }
}
.cart-link__data {
  margin-left: 20px;
}
@media (max-width: 991px) {
  .cart-link__data {
    display: none;
  }
}
.cart-link__caption {
  color: #686e6f;
  font-size: 13px;
  letter-spacing: 0;
}
@media (max-width: 991px) {
  .cart-link__caption {
    font-size: 7px;
  }
}
.cart-link__value {
  font-size: 16px;
  margin-top: 5px;
}
@media (max-width: 991px) {
  .cart-link__value {
    font-size: 12px;
  }
}
.cart-link__value span {
  font-weight: 500;
  color: #73a60e;
}

.main-slider {
  position: relative;
  max-height: 680px;
  overflow: hidden;
  display: flex;
}
.main-slider .swiper {
  width: 100%;
}
@media (max-width: 991px) {
  .main-slider {
    max-height: 290px;
  }
}
.main-slider .swiper-slide {
  position: relative;
  height: 100%;
}
.main-slider__content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
.main-slider__content a:hover {
	text-decoration: none;
}
.main-slider__content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.35);
}
.main-slider__content .container {
  position: relative;
  z-index: 3;
}
.main-slider__content .btn-wrapper {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .main-slider__content .btn-wrapper {
    margin-top: 12px;
    justify-content: center;
    display: flex;
  }
}
.main-slider__title {
  font-size: 60px;
  line-height: 72px;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 991px) {
  .main-slider__title {
    font-size: 30px;
    line-height: 35px;
    display: flex;
    font-weight: 700;
    justify-content: center;
    text-align: center;
  }
}
.main-slider__title-ph {
  position: absolute;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.19);
  font-size: 85px;
  line-height: 1;
  text-transform: uppercase;
  margin-left: -55px;
  margin-top: -20px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .main-slider__title-ph {
    font-size: 37px;
    line-height: 45px;
    display: flex;
    justify-content: center;
    margin-left: 0;
    left: 0;
    right: 0;
    text-align: center;
  }
}
.main-slider__subtitle {
  color: #e2ca69;
  font-size: 45px;
  font-weight: 600;
  display: flex;
  margin-top: 45px;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .main-slider__subtitle {
    font-size: 25px;
    line-height: 35px;
    justify-content: center;
    margin-top: 20px;
    font-weight: 700;
  }
}
.main-slider__subtitle .before {
  width: 40px;
  display: flex;
  align-items: center;
  margin-top: 25px;
  margin-right: 25px;
  display: none;
}
@media (max-width: 991px) {
  .main-slider__subtitle .before {
    display: none;
  }
}
.main-slider__subtitle .before:before {
  content: "";
  width: 34px;
  background: rgba(255, 255, 255, 0.34);
  height: 1px;
}
.main-slider__subtitle .before:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 2px solid #73a60e;
  border-radius: 50%;
  margin-left: auto;
}
.main-slider__subtitle span {
  font-size: 18px;
  color: #fff;
  opacity: 0.35;
  font-weight: normal;
  display: block;
  display: none;
}
@media (max-width: 991px) {
  .main-slider__subtitle span {
    font-size: 10px;
    line-height: 1;
  }
}
.main-slider .swiper-vertical img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.main-slider .swiper-vertical .swiper-pagination {
  right: 57px;
}
@media (max-width: 991px) {
  .main-slider .swiper-vertical .swiper-pagination {
    right: 20px;
    bottom: 15px;
    top: auto;
    transform: none;
  }
}
.main-slider .swiper-vertical .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid #73a60e;
  background: none;
  margin: 38px 0;
  position: relative;
  opacity: 1;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .main-slider .swiper-vertical .swiper-pagination-bullet {
    margin: 12px 0;
  }
}
.main-slider .swiper-vertical .swiper-pagination-bullet:after {
  width: 28px;
  height: 28px;
  position: absolute;
  left: -14px;
  top: -14px;
  border: 2px solid #73a60e;
  border-radius: 50%;
  content: "";
  display: block;
  opacity: 0;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .main-slider .swiper-vertical .swiper-pagination-bullet:after {
    width: 14px;
    height: 14px;
    left: -7px;
    top: -7px;
  }
}
.main-slider .swiper-vertical .swiper-pagination-bullet:hover:after {
  opacity: 0.1;
}
.main-slider .swiper-vertical .swiper-pagination-bullet-active {
  background: #73a60e;
}
.main-slider .swiper-vertical .swiper-pagination-bullet-active:after {
  opacity: 0.27;
}
.main-slider .btn-inverse {
  color: #fff;
}

.btn {
  font-size: 14px;
  text-transform: uppercase;
  padding: 25px 40px;
  line-height: 1;
  border: 1px solid #73a60e;
  border-radius: 36px;
  display: flex;
  float: left;
  transition: all 0.4s;
  color: #fff;
  background: #73a60e;
}
@media (max-width: 991px) {
  .btn {
    font-size: 10px;
    padding: 15px 40px;
    border-radius: 20px;
    align-items: center;
  }
}
.btn:hover {
  background: #64910b;
  color: #fff;
}
.btn-inverse {
  color: #434d50;
  background: transparent;
}
.btn-inverse:hover {
  background: #73a60e;
  color: #fff;
}
.btn_arrow svg {
  fill: #fff;
  width: 16px;
  display: block;
  margin-left: 15px;
}
.btn-wraper {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .btn-wraper {
    justify-content: center;
  }
}
.btn.btn-primary:hover {
  background: #64910b;
}

.section {
  padding: 60px 0;
}
@media (max-width: 991px) {
  .section {
    padding: 20px 0;
  }
}
.section__title {
  font-size: 30px;
  text-transform: uppercase;
  display: flex;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .section__title {
    font-size: 20px;
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
    justify-content: center;
    line-height: 27px;
  }
}

.good-item {
  margin-bottom: 40px;
  display: block;
  position: relative;
}
.good-item__labels {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: static;
}
.good-item__labels .good__label-item {
  margin-right: 10px;
}
.good-item__img {
  background: #fff;
  padding: 0px;
  height: 365px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 991px) {
  .good-item__img {
    height: 170px;
  }
  .good {
  	background: transparent !important;
  }
}
.good-item__img img {
  max-height: 100%;
  transition: all 0.4s;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.good-item__name {
  margin-top: 30px;
  font-size: 18px;
  color: #363636;
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  letter-spacing: 0;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .good-item__name {
    font-size: 10px;
    margin-top: 15px;
    margin-bottom: 5px;
  }
  .good-item__img img {
    object-fit: contain;
    width: auto;
    height: auto;
  }
}
.good-item__name:before {
  width: 4px;
  height: 4px;
  border: 2px solid #73a60e;
  border-radius: 50%;
  content: "";
  margin-top: 7px;
  margin-right: 10px;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .good-item__name:before {
    margin-top: 3px;
    margin-right: 5px;
  }
}
.good-item__price {
  font-weight: 500;
  font-size: 20px;
}
@media (max-width: 991px) {
  .good-item__price {
    font-size: 12px;
  }
}
.good-item__price_changed {
  font-size: 17px;
  color: #73a60e;
}
@media (max-width: 991px) {
  .good-item__price_changed {
    font-size: 14px;
  }
}
.good-item__price_changed span {
  color: #5e6671;
  margin-right: 5px;
  text-decoration: line-through;
}
.good-item:hover .good-item__name {
  color: #73a60e;
}
.good-item:hover .good-item__img img {
  transform: scale(1.05);
}

.reviews-section {
  padding: 0;
  background: rgba(212, 212, 212, 0.21);
}
@media (max-width: 991px) {
  .reviews-section {
    padding: 20px 0;
  }
}
.reviews-section .section__title {
  text-align: center;
}
.reviews-section img {
  margin-top: 15px;
  margin-bottom: -15px;
}
.reviews-section .rating__values {
  margin-top: 25px;
}
.reviews-section .rating__values li {
  font-size: 18px;
}
@media (max-width: 991px) {
  .reviews-section .rating__values li {
    font-size: 14px;
  }
}
.reviews-section .rating__values li span {
  font-size: 19px;
}
@media (max-width: 991px) {
  .reviews-section .rating__values li span {
    font-size: 14px;
  }
}
.reviews-section .rating__values li:not(:last-child):after {
  margin: 0 15px;
}

.container-fluid {
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  padding: 0;
  overflow: hidden;
}

.section-item {
  position: relative;
  display: flex;
  flex-direction: column;
}
.section-item img {
  height: 410px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.section-item:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, #000, rgba(0, 0, 0, 0));
  content: "";
  transition: opacity 0.4s;
}
.section-item:hover:before {
  opacity: 0.6;
}
.section-item__wrapper {
  position: absolute;
  padding: 70px 60px;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .section-item__wrapper {
    padding: 12px;
  }
  .section-item img {
    height: 275px;
  }
}
.section-item__number {
  font-size: 18px;
  color: #fff;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .section-item__number {
    font-size: 7px;
    margin-bottom: 10px;
    margin-left: 5px;
  }
}
.section-item__line {
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  flex-direction: column;
  margin-left: 8px;
}
.section-item__line:before {
  content: "";
  width: 6px;
  height: 6px;
  border: 2px solid #64910b;
  border-radius: 50%;
  display: flex;
  margin-left: -4px;
  margin-top: -8px;
}
.section-item__name {
  margin-top: 30px;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .section-item__name {
    font-size: 10px;
    margin-bottom: 10px;
  }
}
.section-item__name svg {
  margin-right: 12px;
  width: 30px;
  fill: #73a60e;
}
@media (max-width: 991px) {
  .section-item__name svg {
    width: 13px;
  }
}
.section-item .btn {
  padding: 20px 30px;
  background: rgba(115, 166, 14, 0.5);
  border-color: transparent;
  border-radius: 26px;
}
@media (max-width: 991px) {
  .section-item .btn {
    padding: 9px 14px;
    border-radius: 10px;
  }
}
.section-item .btn:hover {
  background: #64910b;
}

.relative {
  position: relative;
}

.our-video {
  overflow: hidden;
}
.our-video__video {
  position: relative;
}
.our-video__video img {
  width: 100%;
}
.our-video__play {
  position: absolute;
  top: 50%;
  right: -43px;
  border-radius: 50%;
  width: 86px;
  height: 86px;
  margin-top: -43px;
  background: #fff;
  box-shadow: 16px 0 65px rgba(101, 103, 107, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  z-index: 3;
}
@media (max-width: 991px) {
  .our-video__play {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    right: 50%;
    margin-right: -15px;
    display: none;
  }
}
.our-video__play svg {
  margin-right: -10px;
  width: 28px;
}
@media (max-width: 991px) {
  .our-video__play svg {
    width: 13px;
    height: 13px;
    margin-left: -5px;
  }
}
.our-video__play:hover {
  box-shadow: 16px 0 25px rgba(101, 103, 107, 0.2);
  margin-top: -50px;
}
@media (max-width: 991px) {
  .our-video__play:hover {
    margin-top: 0;
  }
}
.our-video .section__title {
  line-height: 40px;
  margin-bottom: 75px;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .our-video .section__title {
    margin-bottom: 35px;
    margin-top: 40px;
    line-height: 28px;
  }
}
.our-video .section__title-ph {
  position: absolute;
  color: transparent;
  -webkit-text-stroke: 1px #d7d7d7;
  font-size: 75px;
  text-transform: uppercase;
  line-height: 85px;
  margin-left: -35px;
  margin-top: -40px;
  font-weight: 600;
  white-space: nowrap;
  opacity: 0.4;
}
.our-video p {
  color: #434d50;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 0px;
}
@media (max-width: 991px) {
  .our-video p {
    text-align: center;
  }
}

.latest-news {
  background: rgba(212, 212, 212, 0.2);
}
@media (max-width: 991px) {
  .latest-news .section__title {
    text-align: left;
    justify-content: flex-start;
  }
}

.section__title.prl {
  line-height: 40px;
  margin-bottom: 25px;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .section__title.prl {
    margin-bottom: 15px;
    margin-top: 40px;
    line-height: 28px;
  }
}
.section__title-ph {
  position: absolute;
  color: transparent;
  -webkit-text-stroke: 1px #d7d7d7;
  font-size: 75px;
  text-transform: uppercase;
  line-height: 85px;
  margin-left: -35px;
  margin-top: -40px;
  font-weight: 600;
  white-space: nowrap;
  opacity: 0.4;
}
@media (max-width: 991px) {
  .section__title-ph {
    font-size: 30px;
    line-height: 45px;
    left: 0;
    right: 0;
    width: auto;
    text-align: center;
    margin-top: 15px;
    margin-left: 0;
  }
}
.section__title-phfull {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-left: 0;
  left: 0;
  right: 0;
  margin-top: -25px;
}

.news-item__image {
  margin-bottom: 25px;
  display: block;
  overflow: hidden;
}
.news-item__image img {
  transition: all 0.4s;
  height: 350px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.news-item__image:hover img {
  transform: scale(1.05);
}
.news-item__title {
  font-size: 18px;
  font-weight: 600;
  display: flex;
  margin-bottom: 10px;
  letter-spacing: 0;
}
@media (max-width: 991px) {
  .news-item__title {
    font-size: 12px;
    line-height: 18px;
  }
  .news-item__image img {
  	height: 160px;
  }
}
.news-item__title:hover {
  color: #73a60e;
}
.news-item__title:before {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  border: 2px solid #73a60e;
  content: "";
  margin-right: 10px;
  margin-top: 5px;
  flex-shrink: 0;
}
.news-item__date {
  margin-left: 18px;
  font-size: 15px;
  font-weight: 300;
  color: #646869;
  letter-spacing: 0;
}
@media (max-width: 991px) {
  .news-item__date {
    font-size: 10px;
  }
}

.slider-arrows {
  display: flex;
  align-items: center;
  margin-left: auto;
}
@media (max-width: 991px) {
  .slider-arrows {
    margin-bottom: 30px;
  }
}
.slider-arrows__item {
  cursor: pointer;
  width: 50px;
  height: 50px;
  border: 1px solid #ececec;
  border-radius: 50%;
  margin-right: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .slider-arrows__item {
    width: 35px;
    height: 35px;
    margin-right: 13px;
  }
}
.slider-arrows__item:last-child {
  margin-right: 0;
}
.slider-arrows__item svg {
  width: 16px;
}
.slider-arrows__item.swiper-button-disabled {
  opacity: 0.3;
}
.slider-arrows__item:not(.swiper-button-disabled):hover {
  background: #272727;
}
.slider-arrows__item:not(.swiper-button-disabled):hover svg {
  fill: #fff;
}
.slider-arrows__left svg {
  transform: rotate(180deg);
}

.other-sections {
  padding: 20px 0;
}
.other-sections_rc {
  margin-bottom: 40px;
  margin-top: 40px;
}
.other-sections_rc img {
  height: 500px;
  width: 100%;
  object-fit: cover;
}
.other-sections_rc .other-section {
  position: relative;
}
.other-sections_rc .other-section:before {
  background: #000;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}

.other-section {
  position: relative;
  display: block;
}
@media (max-width: 991px) {
  .other-section {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .other-section img {
    height: 190px;
    object-fit: cover;
    width: 100%;
  }
}
.other-section__wrapper {
  position: absolute;
  left: 60px;
  top: 60px;
  right: 60px;
  bottom: 60px;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .other-section__wrapper {
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
  }
}
.other-section__caption {
  font-weight: 600;
  color: #e2ca69;
  font-size: 18px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .other-section__caption {
    font-size: 7px;
    margin-bottom: 5px;
  }
}
.other-section__title {
  font-size: 24px;
  line-height: 34px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .other-section__title {
    font-size: 12px;
    line-height: 18px;
  }
}
.other-section:hover .other-section__wrapper {
  left: 40px;
  top: 40px;
  right: 40px;
  bottom: 40px;
}
@media (max-width: 991px) {
  .other-section:hover .other-section__wrapper {
    left: 15px;
    top: 15px;
    right: 15px;
    bottom: 15px;
  }
}

.history {
  background: url("../images/history@2x.jpg") right bottom no-repeat;
  background-color: #fafafa;
  background-size: contain;
  padding: 120px 0;
}
@media (max-width: 1680px) {
  .history {
    padding: 50px 0;
  }
}
@media (max-width: 1366px) {
  .history {
    padding: 20px 0;
  }
}
@media (max-width: 991px) {
  .history {
    background: #fafafa;
  }
}
.history img {
  max-width: 100vw;
  position: absolute;
  right: 0;
}
.history__text {
  z-index: 3;
  letter-spacing: 0;
}
.history p {
  color: #222627;
  line-height: 25px;
  letter-spacing: 0;
}
@media (max-width: 991px) {
  .history p {
    line-height: 18px;
  }
}
.history .btn-wraper {
  margin-top: 15px;
}

.marked {
  column-count: 2;
  margin: 55px 0 0;
  padding: 0;
}
@media (max-width: 991px) {
  .marked {
    margin: 30px 0 0;
  }
}
.marked li {
  margin-bottom: 55px;
  list-style-type: none;
  display: flex;
}
@media (max-width: 991px) {
  .marked li {
    flex-direction: column;
    margin-bottom: 15px;
  }
}
.marked li i {
  font-size: 25px;
  color: #73a60e;
  font-style: normal;
  font-weight: 600;
  margin-right: 15px;
}
@media (max-width: 991px) {
  .marked li i {
    font-size: 14px;
  }
}

.footer {
  background: rgba(212, 212, 212, 0.21);
  padding: 70px 0 0;
}
@media (max-width: 991px) {
  .footer {
    padding: 20px 0 0;
  }
}
.footer__title {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .footer__title {
    margin-top: 25px;
  }
}
@media (max-width: 991px) {
  .footer__title {
    text-align: center;
    margin-bottom: 15px;
    font-size: 14px;
  }
}
.footer p {
  font-weight: 300;
  color: #393b3c;
  line-height: 26px;
  letter-spacing: 0;
}
@media (max-width: 991px) {
  .footer p {
    line-height: 18px;
    text-align: center;
    margin-bottom: 20px;
  }
}
.footer__menu {
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .footer__menu_shop {
    column-count: 2;
  }
}
.footer__menu li {
  line-height: 36px;
  display: flex;
  align-items: center;
}
.footer__menu li a {
  color: #363636;
  font-size: 16px;
  letter-spacing: 0;
}
@media (max-width: 991px) {
  .footer__menu li a {
    font-size: 12px;
  }
}
.footer__menu li a:hover {
  color: #73a60e;
}
.footer__menu li:before {
  width: 4px;
  height: 4px;
  content: "";
  border: 2px solid #73a60e;
  border-radius: 50%;
  margin-right: 15px;
}
.footer__address {
  display: flex;
  align-items: flex-start;
  font-size: 15px;
  color: #363636;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 35px;
  letter-spacing: 0;
}
@media (max-width: 991px) {
  .footer__address {
    font-size: 12px;
    flex-direction: column;
    align-items: center;
  }
  .footer__address span {
    display: block;
    text-align: center;
  }
}
.footer__address svg {
  margin-right: 15px;
  fill: #7b7b7b;
  width: 13px;
  flex-shrink: 0;
  margin-top: 5px;
}
.footer__phone-title {
  color: #5d6366;
  font-size: 16px;
  margin-bottom: 10px;
  letter-spacing: 0;
}
@media (max-width: 991px) {
  .footer__phone-title {
    font-size: 12px;
    text-align: center;
  }
}
.footer__phone {
  font-size: 16px;
  letter-spacing: 0;
}
@media (max-width: 991px) {
  .footer__phone {
    font-size: 12px;
    text-align: center;
    display: flex;
    justify-content: center;
  }
}
.footer__phone svg {
  fill: #7b7b7b;
  width: 15px;
  margin-right: 15px;
}
.footer__phone:hover {
  color: #73a60e;
}
.footer__phone:hover svg {
  fill: #73a60e;
}
.footer__payments {
  margin: 35px 0 0;
  padding: 15px 0;
  display: flex;
  border-top: 1px solid rgba(212, 212, 212, 0.21);
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer__payments li {
  padding: 0;
  list-style-type: none;
}
.footer__payments li img {
  width: 70px;
  margin: 0 15px;
}
.footer__socials-title {
  font-size: 16px;
  margin-bottom: 20px;
  text-transform: uppercase;
  margin-top: 60px;
}
@media (max-width: 991px) {
  .footer__socials-title {
    text-align: center;
    margin-top: 10px;
  }
  .footer__payments li img {
  	margin: 0 10px;
  }
}
.footer .socials {
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .footer .socials {
    justify-content: center;
  }
}
.footer__bottom {
  padding: 30px 0;
  background: #000;
  color: #d7d7d7;
  font-size: 15px;
  margin-top: 70px;
  letter-spacing: 0;
}
@media (max-width: 991px) {
  .footer__bottom {
    font-size: 10px;
    margin-top: 20px;
  }
  .footer__bottom .footer__copy {
    margin-bottom: 10px;
  }
}
.footer__bottom a {
  color: #d7d7d7;
  display: flex;
  align-items: center;
}
.footer__bottom a img {
  margin-left: 15px;
  width: 50px;
}

.text-left {
  text-align: left !important;
}

#items-slider .swiper-slide {
  height: auto;
}

#categories-slider .slider-arrows {
  margin-top: 30px;
}

#menu__toggle {
  opacity: 0;
  display: none;
}

.header-burger {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.header-burger svg {
	margin: 0 0 0 5px;
}

body.hidden {
  overflow: hidden;
}

.mobile-menu {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 10;
  background: #fff;
  width: 100%;
  height: calc(100vh - 67px);
  overflow: auto;
}
.mobile-menu.shop-menu .header-top__menu {
  display: none;
}
.mobile-menu.shop-menu .search-form {
  display: flex;
}
.mobile-menu .header-top__menu {
  margin: 0;
  padding: 0;
}
.mobile-menu .header-top__menu ul {
  flex-direction: column;
  margin: 0;
  padding: 0;
}
.mobile-menu .header-top__menu ul a {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 25px 45px 25px 15px;
}
.mobile-menu .header-top__menu ul a:hover, .mobile-menu .header-top__menu ul a.active {
  color: #73a60e;
}
.mobile-menu .header-top__menu ul a:hover:after, .mobile-menu .header-top__menu ul a.active:after {
  display: none;
}
.mobile-menu:not(.shop-menu) .header-nav {
  display: none;
}
.mobile-menu__footer {
  background: rgba(213, 213, 213, 0.21);
  padding: 23px 0;
  text-align: center;
}
.mobile-menu .footer__socials-title {
  display: flex;
  justify-content: center;
  text-align: center;
}
.mobile-menu .socials {
  display: flex;
  padding-left: 0;
  justify-content: center;
}
.mobile-menu .search-form {
  display: none;
}
.mobile-menu.active {
  display: block;
}
.mobile-menu .header-top__phone {
  display: flex;
  padding: 23px 0;
  border-top: 1px solid #e2e2e2;
  justify-content: center;
}
.mobile-menu .header-nav {
  display: block;
}
.mobile-menu .header-nav__menu {
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
}
.mobile-menu .header-nav__menu ul {
  padding-left: 20px;
  column-count: 1;
  padding-top: 15px;
}
.mobile-menu .header-nav__menu ul li {
	margin: 0 0 10px;
}
.mobile-menu .header-nav__link {
  padding-left: 5px;
  position: relative;
  width: calc(100% - 40px);
}
.mobile-menu .header-dropdown-menu {
  position: relative;
  padding: 10px 0;
}
.mobile-menu .header-dropdown-menu.visible {
  display: block;
  z-index: 9;
  background: transparent;
}
.mobile-menu .header-nav__item {
  position: relative;
}
.mobile-menu .header-nav__item small {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 5px;
  top: 25px;
  transform: rotate(-180deg);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.mobile-menu .header-nav__item small.active {
  transform: rotate(0deg);
}
#menu__toggle:checked ~ .menu__btn > svg {
  transform: rotate(180deg);
}

#menu__toggle:checked ~ .menu__btn > span::before {
  top: 0;
  transform: rotate(0);
}

#menu__toggle:checked ~ .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}

#menu__toggle:checked ~ .menu__box {
  visibility: visible;
  left: 0;
}

.menu__btn {
  display: flex;
  align-items: center;
  cursor: pointer;
  z-index: 1;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  height: 100%;
}

.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #616161;
  transition-duration: 0.25s;
  opacity: 0;
  visibility: hidden;
}

.menu__btn > span::before {
  content: "";
  top: -6px;
}

.menu__btn > span::after {
  content: "";
  top: 6px;
}

.breadcrumbs {
  margin: 30px 0;
}
@media (max-width: 991px) {
  .breadcrumbs {
    margin: 20px 0;
  }
}
.breadcrumbs .breadcrumb {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 7px;
}
.breadcrumbs .breadcrumb li {
  list-style-type: none;
}
.breadcrumbs .breadcrumb li a {
  font-size: 15px;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .breadcrumbs .breadcrumb li a {
    font-size: 12px;
  }
}
.breadcrumbs .breadcrumb li a:after {
  content: ">";
  display: flex;
  margin-right: 8px;
  margin-left: 8px;
}
.breadcrumbs .breadcrumb li a:hover {
  color: #73a60e;
}

.login {
  text-align: center;
}
.login .section__title {
  text-align: center;
  justify-content: center;
}
.login p {
  letter-spacing: 0;
}

.tabs {
  display: flex;
  padding: 0;
  justify-content: center;
  align-items: flex-end;
  margin: 70px 0 20px;
}
.tabs li {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px solid #cfcfcf;
  position: relative;
}
@media (max-width: 991px) {
  .tabs li {
    border-bottom: none;
  }
  .tabs {
  	flex-direction: column;
  	align-items: center;
  	justify-content: center;
  }
}
.tabs a {
  font-size: 30px;
  text-transform: uppercase;
  padding-bottom: 25px;
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  justify-content: center;
  padding-left: 20px;
  position: relative;
}
@media (max-width: 991px) {
  .tabs a {
    font-size: 20px;
    margin-right:0px;
    padding: 0 0 10px;
  }
}
.tabs a:after {
  width: 4px;
  height: 4px;
  border: 2px solid #73a60e;
  border-radius: 50%;
  content: "";
  margin-top: 4px;
  flex-shrink: 0;
  margin-left: 22px;
}

@media (max-width: 991px) {
  .tabs a:after {
    margin-top: -2px;
    margin-left: 5px;
  }
}
.tabs a:hover {
  color: #73a60e;
}
.tabs a.active {
  color: #73a60e;
  border-bottom: 3px solid #73a60e;
}
@media (max-width: 991px) {
  .tabs a.active {
    border-bottom: none;
  }
}
.tabs li:last-child a {
  margin-right: 0;
}
.tabs li:last-child a:after {
  display: none;
}
.tabs li:first-child a {
  padding-left: 0;
}
.tabs li span {
  font-size: 12px;
  opacity: 0.6;
  text-transform: uppercase;
  position: absolute;
  left: 57%;
  transform: translateX(-50%);
  bottom: 10px;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .tabs li span {
    font-size: 6px;
    bottom: 0;
    left: 50%;
  }
}

.reg-form p {
  margin-bottom: 40px;
  color: #434d50;
}
.reg-form .btn {
  width: 100%;
}

.login-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.login-form__socials {
  margin-top: 50px;
}
.login-form__socials span {
  color: #434d50;
  font-weight: 500;
}
.login-form__socials ul {
  margin: 15px 0 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.login-form__socials ul li {
  margin-right: 30px;
  list-style-type: none;
}
.login-form__socials ul li:last-child {
  margin-right: 0;
}
.login-form__socials ul li img {
  width: 45px;
}
.login-form__socials ul li:hover img {
  opacity: 0.6;
}
.login-form p {
  margin-bottom: 40px;
  color: #434d50;
}
.login-form .btn {
  width: 400px;
  max-width: 100%;
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 20px;
}
.login-form .btn:hover {
  background: #64910b;
}
.login-form .form-actions a {
  color: #434d50;
  font-size: 15px;
  text-decoration: underline;
}
.login-form .form-actions a:hover {
  text-decoration: none;
}

.theme-form input, .theme-form select, .theme-form textarea {
  padding: 25px 30px;
  border-radius: 35px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 15px;
  margin-bottom: 15px;
  width: 400px;
  max-width: 100%;
  appearance: none;
  font-family: "Montserrat", sans-serif;
  box-shadow: none;
  outline: none;
}
.theme-form input::placeholder, .theme-form select::placeholder, .theme-form textarea::placeholder {
  color: #434d50;
}
@media (max-width: 991px) {
  .theme-form input, .theme-form select, .theme-form textarea {
    padding: 15px 20px;
    width: 100%;
  }
  .theme-form .btn {
  	margin: 5px auto;
  	float: none;
  }
}
.theme-form input:focus, .theme-form input:hover, .theme-form select:focus, .theme-form select:hover, .theme-form textarea:focus, .theme-form textarea:hover {
  border-color: #73a60e !important;
}
.theme-form select {
  background: url("../images/chevron-down.svg") right 15px center no-repeat;
}
.theme-form textarea {
  width: 100%;
  resize: none;
}
.theme-form .btn {
  width: 400px;
  max-width: 100%;
  justify-content: center;
}
.theme-form .btn:hover {
  background: #64910b;
}

.page404 {
  padding: 100px 0;
  text-align: center;
}
.page404 .section__title {
  font-size: 100px;
  justify-content: center;
  margin-bottom: 0;
  line-height: 100px;
}
.page404 a {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.lead {
  position: relative;
}
.lead img {
  max-width: 1920px;
  width: 100%;
  height: 420px;
  object-fit: cover;
  margin: 0 auto;
  display: block;
}
@media (max-width: 991px) {
  .lead img {
    height: 200px;
  }
}
.lead__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
}
.lead__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  color: #fff;
  padding-right: 100px;
}
@media (max-width: 991px) {
  .lead__text {
    padding-right: 0;
    align-items: center;
  }
}
.lead_sh img {
  height: 600px;
}
@media (max-width: 991px) {
  .lead_sh img {
    height: 250px;
  }
}
.lead_sh .lead__content {
  z-index: 3;
  justify-content: flex-end;
  padding-bottom: 50px;
}
.lead_sh .lead__content .main-slider__title-ph,
.lead_sh .lead__content .main-slider__title {
  text-align: right;
}
.lead_sh .lead__content:before {
  background: #000;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
}
.lead_sh .lead__text {
  position: relative;
  z-index: 4;
}

.good {
  background: url("../images/good-bg.png") top 40px right no-repeat;
  padding-bottom: 60px;
}
.good__name {
  font-size: 27px;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .good__name {
    text-align: center;
  }
}
.good__labels {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .good__labels {
    margin-top: 15px;
  }
}
.good__label-item {
  font-size: 13px;
  text-transform: uppercase;
  padding: 13px 15px;
  margin-right: 10px;
  color: #fff;
}
.good__label-item.new {
  background: #64910b;
}
.good__label-item.sale {
  background: #910b0b;
}
.good .rating {
  margin-top: 30px;
}
.good__description {
  margin-top: 30px;
  font-size: 16px;
  line-height: 28px;
  color: #222627;
  font-weight: 300;
  letter-spacing: 0;
}
@media (max-width: 991px) {
  .good__description {
    font-size: 12px;
    line-height: 18px;
  }
  .good__label-item {
    font-size: 10px;
    text-transform: uppercase;
    padding: 5px 10px;
  }
}
.good__price {
  font-size: 32px;
  margin-bottom: 40px;
  display: block;
}
@media (max-width: 991px) {
  .good__price {
    font-size: 20px;
  }
}
.good__price_changed {
  color: #64910b;
  font-weight: 600;
}
.good__price_changed span {
  color: #5e6671;
  font-weight: 500;
  text-decoration: line-through;
  margin-right: 10px;
}
.good__slider {
  position: relative;
}
.good__slider-arrow-left, .good__slider-arrow-right {
  position: absolute;
  top: 50%;
  margin-top: -19px;
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  cursor: pointer;
}
.good__slider-arrow-left svg, .good__slider-arrow-right svg {
  fill: #fff;
  width: 10px;
  display: block;
}
.good__slider-arrow-left:not(.swiper-button-disabled):hover, .good__slider-arrow-right:not(.swiper-button-disabled):hover {
  background: #fff;
}
.good__slider-arrow-left:not(.swiper-button-disabled):hover svg, .good__slider-arrow-right:not(.swiper-button-disabled):hover svg {
  fill: black;
}
.good__slider-arrow-left.swiper-button-disabled, .good__slider-arrow-right.swiper-button-disabled {
  opacity: 0.6;
  cursor: default;
}
.good__slider-arrow-left {
  left: 15px;
}
.good__slider-arrow-left svg {
  transform: rotate(180deg);
}
.good__slider-arrow-right {
  right: 15px;
}
.good__options-label {
  color: #222627;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .good__options-label {
    font-size: 14px;
  }
}
.good__options .row {
  margin-bottom: 25px;
}
.good__actions {
  display: flex;
  margin-top: 80px;
}
@media (max-width: 991px) {
  .good__actions {
    margin-top: 35px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 25px;
  }
  .good__actions .counter {
    width: 100%;
    justify-content: center;
    margin-bottom: 30px;
    margin-right: 0;
  }
}
.good__actions .btn {
  margin-right: 12px;
}
@media (max-width: 991px) {
  .good__actions .btn {
    padding: 20px 40px;
  }
}
.good__actions .btn:hover {
  background: #638f0d;
}
.good__actions .btn-inverse {
  color: black;
}
.good__actions .btn-inverse:hover {
  color: #fff;
}

.good__mini-slider {
  margin-top: 40px;
  margin-bottom: 40px;
}
.good__mini-slider img {
  border: 2px solid transparent;
}
.good__mini-slider .swiper-slide-thumb-active img {
  border: 2px solid #73a60e;
}

@media screen and (max-width: 767px) {
	.good__mini-slider img {
		height: 90px;
		object-fit: contain;
		object-position: center;
	}
}

.radio {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 14px;
  color: #222627;
  cursor: pointer;
  letter-spacing: 0;
}
.radio span {
  width: 18px;
  border: 2px solid rgba(54, 54, 54, 0.2);
  height: 18px;
  border-radius: 50%;
  display: block;
  margin-right: 5px;
  position: relative;
}
.radio span:before {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  background: rgba(54, 54, 54, 0.2);
  content: "";
  border-radius: 50%;
}
.radio input {
  display: none;
}
.radio input:checked + span {
  border-color: #73a60e;
}
.radio input:checked + span:before {
  background: #73a60e;
}
.radio:hover {
  color: #73a60e;
}

.counter {
  display: flex;
  align-items: center;
  margin-right: 50px;
}
.counter div,
.counter a {
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #73a60e;
  height: 45px;
  font-size: 30px;
  font-weight: 300;
  cursor: pointer;
}
.counter div:hover,
.counter a:hover {
  background: #73a60e;
  color: #fff;
}
.counter .minus,
.counter a:nth-child(1) {
  border-right: none;
  border-radius: 15px 0 0 15px;
}
.counter .plus,
.counter a:nth-last-child(1) {
  border-left: none;
  border-radius: 0 15px 15px 0;
}
.counter input {
  width: 65px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border: 1px solid #73a60e;
  font-weight: 500;
  font-size: 22px;
  color: #73a60e;
}

.coffee-options {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.checkbox {
  cursor: pointer;
  margin-right: 20px;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
}
.checkbox span {
  font-size: 12px;
  line-height: 20px;
  color: #222627;
  font-weight: 300;
  display: flex;
}
.checkbox span:before {
  width: 26px;
  height: 26px;
  border: 1px solid rgba(54, 54, 54, 0.2);
  border-radius: 7px;
  content: "";
  flex-shrink: 0;
  margin-right: 14px;
}
.checkbox:hover span:before {
  border-color: #73a60e;
}
.checkbox input {
  display: none;
}
.checkbox input:checked + span:before {
  background: #73a60e;
}

.coffee-checkbox {
  cursor: pointer;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.coffee-checkbox input {
  display: none;
}
.coffee-checkbox svg {
  width: 70px;
  stroke: #e5e5e5;
  margin: 0 5px;
}
.coffee-checkbox.active svg {
  stroke: #73a60e;
}
.coffee-checkbox:hover svg {
  stroke: rgba(115, 166, 14, 0.6);
}
.coffee-checkbox span {
  font-size: 16px;
  line-height: 28px;
  color: #222627;
  display: block;
  font-weight: bold;
}
.coffee-checkbox span:nth-last-child(1) {
  color: rgba(115, 166, 14, 0.6);
}

dl {
  display: flex;
  align-items: center;
}
dl dt {
  font-size: 18px;
  text-transform: uppercase;
}
dl dd {
  font-size: 20px;
  margin-left: 20px;
}

.brew {
  padding: 60px 0;
  background: url("../images/brew-bg.png") right top 40px no-repeat, rgba(212, 212, 212, 0.21);
}
@media (max-width: 991px) {
  .brew {
    display: none;
  }
}
.brew__content {
  padding-left: 50px;
}
.brew img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  object-position: center;
}
.brew img.lead-img {
  height: 445px;
  object-fit: cover;
}
.brew img + img {
  margin-top: 21px;
}

.page {
  letter-spacing: 0;
  color: #222627;
  position: relative;
}
.page__p {
  position: absolute;
  top: 40px;
  right: 20px;
  width: auto;
  z-index: 4;
}
@media (max-width: 991px) {
  .page__p {
    display: none;
  }
}
.page .fright {
  float: right;
}
.page__bg {
  position: relative;
}
.page__bg img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto;
  max-width: none;
}
@media (max-width: 991px) {
  .page__bg img {
    position: relative;
    width: 100%;
  }
}
.page__text {
  position: relative;
  z-index: 3;
}
.page p {
  font-size: 15px;
  line-height: 28px;
}

.baner {
  padding: 55px 0;
  background: rgba(212, 212, 212, 0.21);
  position: relative;
}
.baner .section__subtitle {
  color: #e2ca69;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .baner .section__subtitle {
    text-align: center;
  }
}
.baner .section__title {
  margin-bottom: 0;
}
.baner p {
  font-size: 15px;
  line-height: 28px;
  color: #222627;
  letter-spacing: 0;
}
.baner img {
  position: absolute;
  margin-top: -200px;
}
@media (max-width: 991px) {
  .baner img {
    position: relative;
    margin-top: 20px;
  }
}

.block {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  padding: 35px 30px;
}
.block__footer {
  padding-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

dl.checkout__dl {
  color: #434d50;
  font-size: 15px;
  letter-spacing: 0;
  margin-bottom: 10px;
  margin-top: 0;
}
dl.checkout__dl dt {
  font-weight: 600;
  font-size: 15px;
  margin-right: 0;
  display: block;
  width: 100%;
}
dl.checkout__dl dd {
  font-weight: 300;
  font-size: 15px;
  margin-left: 5px;
  display: block;
  width: 100%;
}

.checkout__header {
  display: flex;
}
@media (max-width: 991px) {
  .checkout__header {
    display: none;
  }
}
.checkout__header .item {
  font-weight: 600;
  margin-bottom: 25px;
}
.checkout__header .item:first-child {
  width: 400px;
}
.checkout__header .item:nth-child(2) {
  width: 120px;
}
.checkout__header .item:nth-child(3) {
  width: 100px;
}
.checkout__subtitle {
  font-size: 20px;
  line-height: 38px;
  letter-spacing: 0.1em;
  margin-right: 35px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .checkout__subtitle {
    margin-bottom: 20px;
  }
}
.checkout__subtitle-row {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.checkout__subtitle-row .radio {
  margin-bottom: 0;
  margin-right: 35px;
}
.checkout__subtitle-row .radio:last-child {
  margin-right: 0;
}
.checkout__subtitle-row .radio input:checked {
  font-weight: 600;
}
@media (max-width: 991px) {
  .checkout__subtitle-row {
    flex-direction: column;
  }
  .checkout__subtitle-row .radio {
    margin-bottom: 15px;
  }
}
.checkout__group {
  margin-bottom: 20px;
}
.checkout__group p {
  letter-spacing: 0;
  font-weight: 300;
}
.checkout__group p b {
  font-weight: 500;
}
.checkout__group p:last-child {
  margin-bottom: 40px;
}
.checkout strong {
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 25px;
  display: block;
}
.checkout__title {
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  margin-bottom: 20px;
}
.checkout__steps {
  display: flex;
  justify-content: space-between;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .checkout__steps {
    flex-direction: column;
  }
}
.checkout__steps li {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 35px;
  width: 100%;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 20px 25px;
  margin-right: 40px;
}
@media (max-width: 991px) {
  .checkout__steps li {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }
}
.checkout__steps li.active {
  border-color: #73a60e;
}
.checkout__steps li:last-child {
  margin-right: 0;
}
.checkout__total {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.checkout__total-name, .checkout__total-value {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .checkout__actions {
    display: block;
  }
}
.checkout__actions .btn {
  margin-right: 15px;
  width: auto;
}
@media (max-width: 991px) {
  .checkout__actions .btn {
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}
.checkout__item {
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
  padding: 25px 20px;
  position: relative;
}
.checkout__item-data {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .checkout__item-data {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.checkout__item-remove {
  margin-left: auto;
}
@media (max-width: 991px) {
  .checkout__item-remove {
    position: absolute;
    top: 15px;
    right: 15px;
  }
}
.checkout__item-remove svg {
  width: 16px;
}
.checkout__item-remove:hover svg {
  stroke: #73a60e;
}
.checkout__item-img {
  margin-right: 10px;
  max-width: 104px;
}
.checkout__item-name {
  color: #434d50;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0;
  margin-right: 20px;
  max-width: 230px;
}
@media (max-width: 991px) {
  .checkout__item-name {
    margin-bottom: 10px;
  }
}
.checkout__item-price {
  margin-right: 30px;
  color: #434d50;
  font-weight: 600;
  font-size: 18px;
}
@media (max-width: 991px) {
  .checkout__item-price {
    margin-bottom: 10px;
  }
}
.checkout__item .counter {
  margin-right: 30px;
}
.checkout__item .counter input {
  width: 50px;
  font-size: 18px;
  height: 35px;
  line-height: 35px;
}
.checkout__item .counter div,
.checkout__item .counter a {
  width: 30px;
  height: 35px;
}
@media (max-width: 991px) {
  .checkout__item .counter {
    margin-bottom: 10px;
  }
}
.checkout__item-total-price {
  color: #434d50;
  font-weight: 600;
  font-size: 18px;
}
@media (max-width: 991px) {
  .checkout__item-total-price {
    margin-bottom: 10px;
  }
}
.checkout__row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.checkout__row-name, .checkout__row-value {
  color: #434d50;
  font-size: 15px;
}
.checkout__row-value {
  display: flex;
  width: 100%;
  align-items: flex-end;
}
.checkout__row-value:before {
  width: 100%;
  border-bottom: 1px dotted #434d50;
  content: "";
  height: 1px;
  display: block;
}
.checkout__summary {
  max-width: 390px;
}
@media (max-width: 991px) {
  .checkout__summary {
    width: 100%;
    margin-top: 15px;
    max-width: none;
    margin-bottom: 20px;
  }
  .checkout__summary .block {
  	padding: 15px;
  }
}
.checkout__summary .checkout__item {
  padding: 0;
}
.checkout__summary .checkout__item-price {
  margin-right: 0;
}
.checkout__summary .checkout__item-img {
  width: 60px;
}
.checkout__summary .checkout__item-name {
  margin-right: 10px;
}
.checkout__summary .checkout__title {
  margin-bottom: 10px;
}
.checkout__summary .checkout__qnt {
  color: #434d50;
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.promo-form {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.promo-form input {
  padding: 20px 15px;
  font-size: 14px;
  font-weight: 300;
  margin-right: 15px;
  margin-bottom: 0;
  width: 100%;
}
.promo-form .btn {
  width: auto;
}

.news-page .news-item {
  margin-bottom: 35px;
}

.contact-item {
  margin-bottom: 40px;
}
.contact-item__icon {
  margin-right: 20px;
}
.contact-item img {
  width: 20px;
}
.contact-item a:hover {
  color: #73a60e;
}

.dwn-katalog__wrapper {
  position: relative;
}
.dwn-katalog__content {
  padding: 25px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 991px) {
  .dwn-katalog img {
    height: 420px;
    object-fit: cover;
  }
  .promo-form input {
  	padding: 10px 25px;
  }
}
.dwn-katalog .btn {
  line-height: 2;
  text-align: center;
}

.partner-item {
  position: relative;
  cursor: pointer;
  margin-bottom: 25px;
  height: 415px;
  overflow: hidden;
  display: block;
}
.partner-item img {
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  height: 100%;
}
.partner-item__name {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  padding: 0 25px;
  text-align: center;
}
@media (max-width: 991px) {
  .partner-item__name {
    font-size: 24px;
  }
}
.partner-item__desc {
  display: none;
}
.partner-item:before {
  background: #000;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}
.partner-item:hover .partner-item__name {
  display: none;
}
.partner-item:hover .partner-item__desc {
  position: absolute;
  padding: 25px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
.partner-item:hover:before {
  opacity: 0.4;
}

.our-video__video img {
  display: block;
}

.our-video__video video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 100%;
  opacity: 1;
  visibility: hidden;
}

.our-video__video .our-video__play.stop {
  pointer-events: none;
}

.our-video__play.center {
  right: initial;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
}

.our-video__video video.played {
  opacity: 1;
  visibility: visible;
}

.our-video__video:hover .our-video__play {
  opacity: 1;
  visibility: visible;
}

.coffee-items {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}

.coffee-item {
  min-height: 76px;
  width: 82px;
  background: #fff;
  border-right: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  transition: all 0.3s ease;
}

.coffee-item:nth-child(1) {
	border-left: 1px solid #e5e5e5;
}

.coffee-item img {
  transition: all 0.3s ease;
}

.coffee-item input {
  display: none;
}

.coffee-item:hover span,
.coffee-item.active span {
  color: #fff;
}

.coffee-item:hover,
.coffee-item.active {
  background: #64910b;
}

.coffee-item:hover img,
.coffee-item.active img {
  filter: brightness(1) invert(1);
}

.coffee-item span {
  font-size: 11px;
  color: #363636;
  display: block;
  transition: all 0.3s ease;
  margin: 0 0 5px;
}

.specials.items-list {
  display: block !important;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.field-userprofile-issubscriber {
	display: inline-flex;
	align-items: center;
}

.field-userprofile-issubscriber label {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	text-align: left;
	cursor: pointer;
}

.field-userprofile-issubscriber input[type="checkbox"] {
	width: 28px;
	height: 28px;
	border: 1px solid #36363633;
    border-radius: 7px;
    content: "";
    flex-shrink: 0;
    margin-right: 14px;
    padding: 0;
    cursor: pointer;
    margin-bottom: 0;
}

.field-userprofile-issubscriber input[type="checkbox"]:checked {
	border-color: #73a60e;
	background: #73a60e;
}

.field-userprofile-issubscriber input[type="checkbox"]:hover {
	border-color: #73a60e;
}

#change-password {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 0 30px;
	font-weight: 700;
	text-decoration: underline;
}

#change-password:hover {
	text-decoration: none;
}

form .help-block, form .error {
	font-size: 12px;
	color: red;
	margin: -5px 0 10px;
	font-weight: 600;
}

.has-error input {
	border-color: red;
}

@media screen and (max-width: 767px) {
  .coffee-item {
    width: calc(100% / 5);
  }
  .coffee-items {
    width: 100%;
  }
  .partner-item:before {
  	content: none;
  }
}

.cookies {
  background: #fff;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  box-shadow: 0 0 18px rgba(0,0,0,.2);
  padding: 25px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 99;
  overflow: hidden;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  box-sizing: border-box
}

.cookies.show-cookies {
  -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.cookies .cookie-left {
  width: calc(100% - 320px);
  padding: 0 60px 0 0;
}

.cookies .cookie-left .title {
  font-size: 24px;
  color: #000;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
  text-transform: capitalize;
  letter-spacing: 0;
  margin: 0 0 15px;
}

.cookies .buttons {
  max-width: 320px;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  margin: 0;
}

.cookies .buttons a {
  height: 50px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  min-width: 100%;
  margin: 5px 0;
  text-align: center;
  justify-content: center;
}

.cookies .cookie-left span {
  font-size: 16px;
  line-height: 25px;
  color: #000;
}


.cookies .settings {
  font-size: 18px;
  color: #fff;
  text-decoration: underline;
}

.cookies .settings:hover {
  text-decoration: none;
}

.cookie-modal .modal-head {
  height: 50px;
  padding: 10px 30px 10px;
  border-bottom: 1px solid #e9e9e9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 20px;
}

.cookie-modal .modal-body {
  padding: 20px 30px;
  border-bottom: 1px solid #e9e9e9;
  max-height: 300px;
  overflow-y: auto;
}

.cookie-modal .modal-body .title {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 10px;
}

.cookie-modal .modal-body .description {
  font-size: 16px;
  margin: 0 0 10px;
  line-height: 20px;
}

.cookie-modal .modal-footer {
  padding-top: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 0;
}

.cookie-modal .btn-red,
.cookie-modal .btn-white {
  min-height: 45px;
  min-width: 120px;
  padding: 0 10px !important;
  display: inline-flex;
  align-items: center;
  min-width: 100%;
  margin: 5px 0;
  justify-content: center;
}

.cookie-modal .modal-body .js-allow {
  margin: 0 auto 20px;
  display: table;
  min-height: 50px;
  line-height: 50px;
  text-align: center;
  min-width: 140px;
}

.cookie-modal .modal-body .collapse-title {
  min-height: 50px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: transparent;
  font-weight: bold;
  border: none;
}

.cookie-modal .modal-body .collapse-title span {
  color: #e2ca69;
}

.cookie-modal .plus-minus {
  position: relative;
  width: 10px;
  height: 10px;
  margin: 0 10px 0 0;
}

.cookie-modal .plus-minus span:nth-child(1) {
  height: 10px;
  width: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #000;
  transform: translate(-50%, -50%);
}

.cookie-modal .left-side {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}

.cookie-modal .plus-minus span:nth-child(2) {
  width: 10px;
  height: 2px;
  position: absolute;
  left: 50%;
  background: #000;
  top: 50%;
  transform: translate(-50%, -50%);
}

.cookie-modal .collapse-title .plus-minus span:nth-child(1) {
  background: transparent;
}

.cookie-modal .left-side.collapsed .plus-minus span:nth-child(1) {
  background: #000;
}

.cookie-modal .left-side {
  width: calc(100% - 120px);
}

.cookie-modal .left-side.collapsed {
  border-bottom: 1px solid transparent;
}

.cookie-modal .manage-item {
    border: 1px solid #ededed;
}

.cookie-modal .manage-item .collapsing p,
.cookie-modal .manage-item .collapse p {
  padding: 10px 20px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.cookie-modal .modal-title {
  padding-top: 25px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-weight: 700;
  font-size: 22px;
}

input:checked + .slider {
  background-color: #e2ca69;
}

input:focus + .slider {
  box-shadow: 0 0 1px #194586;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

#checkout-form .form-group:after {
  content: none;
}

.cookie-modal .modal-dialog {
    max-width: 600px;
}

.cookie-modal .close {
  position: absolute;
  right: 15px;
  top: 15px;
}

.cookie-modal .modal-content {
    padding: 25px !important;
}

.cookie-modal .modal-footer .btn {
  min-height: 50px;
  min-width: 250px;
  text-align: center;
  line-height: 50px;
  width: auto;
  display: table;
  margin: 5px 0;
}

.cookie-modal .btn {
	padding: 0;
	float: none;
}

@media screen and (max-width: 991px) {
  .cookies {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
  }
  .cookies .cookie-left {
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    text-align: center;
  }
  .cookies .cookie-left .title {
    font-size: 18px;
  }
  .cookies .cookie-left span {
    font-size: 14px;
  }
  .cookies .buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .cookies .settings {
    font-size: 16px;
    margin: 0 0 10px;
  }
}


@media (max-width: 767px) {
  .cookie-modal .modal-body .title {
    font-size: 16px;
  }
  .cookie-modal .modal-body .description {
    font-size: 14px;
  }
  .cookie-modal .btn-black {
    margin: 5px 0;
    min-width: 100%;
  }
  .cookie-modal .modal-body {
    padding: 10px 5px;
  }
  .cookie-modal .left-side,
  .cookie-modal .left-side.collapsed {
    font-size: 12px;
    text-align: left;
  }
  .cookie-modal .modal-body .collapse-title span {
    font-size: 10px;
  }
  .cookie-modal .modal-footer {
    display: flex;
    flex-wrap: wrap;
  }
}  

#modal-popup .modal-content {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 18px;
    overflow: hidden;
}

#modal-popup .modal-dialog {
	max-width: 900px;
}

.modal-popup {
    position: relative;
    padding: 0px;
}

#modal-popup .modal-popup img  {
	min-height: 545px;
	object-fit: cover;
}

.close-popup {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #fff;
    background: #73a60e;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
}

.close-popup:hover, .close-popup:focus {
    color: #000;
}

.popup-bottom-text {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 20px;
    color: #fff;
    font-size: 24px;
    text-shadow: 2px 2px 2px #000;
    text-align: center;
}

.popup-bottom-text p {
    color: #fff;
    font-size: 24px;
    text-shadow: 2px 2px 2px #000;
    text-align: center;
}

.thnx-modal .modal-content {
	border-color: #73a60e;
}

.thnx-modal .modal-head {
	padding: 5px;
}

.thnx-modal .title {
	text-align: center;
    font-weight: 700;
    font-size: 18px;
}

.thnx-modal .description {
	display: flex;
	align-items: center;
	justify-content: center;
}

.thnx-modal .modal-head button {
	background: #73a60e;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    opacity: 1;
}

.feedback-modal .modal-body {
  overflow: auto; 
  max-height: 78vh;
}

.feedback-modal .modal-body .title {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
}  

.input-label {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 5px;
  width: 100%;
}

.feedback-modal .input-field {
  margin: 5px 0;
  display: flex;
  flex-wrap: wrap;
}

.feedback-modal .input-field .input,
.feedback-modal .input-field textarea {
  padding: 15px 30px;
  border-radius: 35px;
  border: 1px solid #0003;
  font-size: 15px;
  margin-bottom: 15px;
  width: 100%;
  max-width: 100%;
  appearance: none;
  font-family: "Montserrat", sans-serif;
}

.feedback-modal .input-field textarea {
  min-height: 140px;
  resize: none;
  border-radius: 18px;
}

.feedback-modal .input-field .input:focus {
  border-color: #73a60e;
}

.feedback-modal .modal-head {
  padding: 15px;
}

.feedback-modal .btn {
  padding: 20px 40px;
  float: none;
  margin: 25px auto;
}

.quantity {
  position: relative;
  display: inline-block;
  margin: 5px 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}

input[type=number]
{
  -moz-appearance: textfield;
}

.quantity input {
  width: 80px;
  height: 42px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 20px;
  border: 1px solid #eee;
  border-radius: 0 !important;
}

.quantity input:focus {
  outline: 0;
}

.quantity-nav {
  float: left;
  position: relative;
  height: 42px;
}

.quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #eee;
  width: 20px;
  text-align: center;
  color: #333;
  font-size: 13px;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  line-height: 1.7;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 1px solid #eee;
}

.quantity-button.quantity-down {
  position: absolute;
  bottom: -1px;
  height: 50%;
}

.good-item .good-item__img {
	position: relative;
}

.good-item .good-item__img .good-item__labels {
	position: absolute;
	left: 15px; 
	top: 0;
}

.sorting {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 25px 0 35px;
}

.sorting p {
  margin: 0 15px 0 0;
  font-size: 18px;
  font-weight: 700;
}

.sorting select {
  margin: 0;
  padding: 15px 30px;
  width: 240px;
}

.out-of {
  position: absolute;
  bottom: 15px;
  right: 15px;
  padding: 5px;
  background: #970000;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}


.basket-table {
    width: 100%;
    margin: 100px 0;
    overflow: auto;
}

.basket-table table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 20px;
}

@media (max-width: 767px) {
    .basket-table table {
        border-spacing: 0 5px;
    }
}

.basket-table table thead tr th {
    padding: 5px 0;
    font-size: 16px;
    color: #1c1c1e;
    text-align: center;
}


.basket-table table tbody tr td,
.basket-table table tbody tr th {
    font-size: 16px;
    color: #7b7c7f;
    vertical-align: middle;
    text-align: center;
    padding: 15px 20px;
    border-top: 1px solid #e6e6ec;
    border-bottom: 1px solid #e6e6ec;
}

@media (max-width: 767px) {
    .basket-table table tbody tr td,
    .basket-table table tbody tr th {
        border: none !important;
        border-bottom: 1px solid #e6e6ec !important;
        padding: 10px 15px !important;
        white-space: nowrap;
    }
}

@media (max-width: 767px) {
    .basket-table table tbody tr td:nth-child(1),
    .basket-table table tbody tr th:nth-child(1) {
        text-align: left;
    }
}

.basket-table table tbody tr td:nth-last-child(1),
.basket-table table tbody tr th:nth-last-child(1) {
    padding-right: 35px;
}

@media (max-width: 767px) {
    .basket-table table tbody tr td:nth-last-child(1),
    .basket-table table tbody tr th:nth-last-child(1) {
        text-align: left;
        padding: 0;
    }
}

.basket-table table tbody tr td .product-item,
.basket-table table tbody tr th .product-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    padding: 27px 25px;
}

@media (max-width: 767px) {
    .basket-table table tbody tr td .product-item,
    .basket-table table tbody tr th .product-item {
        flex-wrap: wrap;
        flex-direction: column;
        padding: 0;
    }
}

.basket-table table tbody tr td .product-item__img,
.basket-table table tbody tr th .product-item__img {
    margin: 0 20px 0 0;
}

.basket-table table tbody tr td .product-item__img img,
.basket-table table tbody tr th .product-item__img img {
    width: 130px;
    height: 140px;
    object-fit: contain;
    object-position: center;
    display: block;
}

.basket-table table tbody tr td .product-item__info a,
.basket-table table tbody tr th .product-item__info a {
    font-size: 14px;
    display: flex;
    margin: 0 0 15px;
    color: #1c1c1e;
}

@media (max-width: 767px) {
    .basket-table table tbody tr td .product-item__info a,
    .basket-table table tbody tr th .product-item__info a {
        text-align: left;
        font-size: 13px;
    }
}

.basket-table table tbody tr td .product-item__info ul li,
.basket-table table tbody tr th .product-item__info ul li {
    font-size: 14px;
    color: #1c1c1e;
    margin: 0 0 3px;
}

.basket-table table tbody tr td .product-item__info ul li:nth-last-child(1),
.basket-table table tbody tr th .product-item__info ul li:nth-last-child(1) {
    margin: 0;
}

.basket-table table tbody tr td .product-item__info ul li span,
.basket-table table tbody tr th .product-item__info ul li span {
    color: #7b7c7f;
}

@media (max-width: 767px) {
    .basket-table table tbody tr td .product-item__info ul li,
    .basket-table table tbody tr th .product-item__info ul li {
        text-align: left;
        font-size: 13px;
    }
}

.basket-table table tbody tr td .jq-number__field input,
.basket-table table tbody tr th .jq-number__field input {
    min-width: 70px;
    min-height: 55px;
    background: #fff;
}

@media (max-width: 991px) {
    .basket-table table tbody tr td .jq-number__field input,
    .basket-table table tbody tr th .jq-number__field input {
        min-height: 35px;
        min-width: 60px;
    }
}

.basket-table table tbody tr td .jq-number__spin,
.basket-table table tbody tr th .jq-number__spin {
    min-width: 45px;
    min-height: 55px;
    background: #fff;
}

@media (max-width: 991px) {
    .basket-table table tbody tr td .jq-number__spin,
    .basket-table table tbody tr th .jq-number__spin {
        min-width: 35px;
        min-height: 35px;
    }
}

.basket-table table tbody tr td .delete,
.basket-table table tbody tr th .delete {
    font-size: 24px;
}

.basket-table table tbody tr td .delete:hover,
.basket-table table tbody tr th .delete:hover {
    color: #ed1f24;
}

@media screen and (max-width: 767px) {
  .feedback-modal .modal-body .title {
    font-size: 16px;
  }
  .input-label {
    font-size: 12px;
  }
  .sorting {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .sorting p {
    margin: 0 0 10px;
  }
  .sorting p {
    font-size: 14px;
    font-weight: 600;
  }
  #modal-popup .modal-popup img  {
		min-height: 345px;
		object-fit: cover;
	}
	.menu__btn {
		width: 55px;
		justify-content: flex-end;
		position: static;
	}
	.coffee-checkbox svg {
		width: 45px;
	}
}

.page.default-content {
  max-width: 800px;
  margin: 0 auto 40px;
  text-align: center;
  
}

/*# sourceMappingURL=main.css.map */
