@font-face {
  font-family: "Founders";
  font-display: swap;
  src: url("../fonts/founders-grotesk-web-light.woff") format("woff"), url("../fonts/Founders.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Founders";
  font-display: swap;
  src: url("../fonts/founders-grotesk-web-regular.woff") format("woff"), url("../fonts/Founders.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Schnyder";
  font-display: swap;
  src: url("../fonts/SchnyderWideS-Bold-Web.woff") format("woff"), url("../fonts/Schnyder.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

.header__top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #00594C;
  padding: 0 30px;
}

.header__top-container {
  max-width: 1200px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__top-logo {
  padding: 20px 0;
}

.header__top-logo img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__top-btn {
  font-family: "Founders", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #000000;
  cursor: pointer;
  background: #EEAE00;
  border: 1px solid #EEAE00;
  max-width: 280px;
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header__top-btn:hover {
  background-color: #fff;
  color: #EEAE00;
}

.header__img {
  height: 400px;
}

.header__img img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.header__container {
  background: #00594C;
  padding: 75px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header__body {
  max-width: 1010px;
  width: 100%;
}

.header__title {
  font-family: "Schnyder", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 60px;
  line-height: 68px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 10px;
}

.header__text {
  font-family: "Founders", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 120%;
  text-align: center;
  color: #FFFFFF;
}

.white {
  background-color: #fff !important;
}

.shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 0 56px 0;
  background-color: #f4efe7;
}

.shop__container {
  max-width: 1130px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
}

.shop__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shop__small-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 400px;
  max-width: 100%;
  margin-right: 20px;
}

.shop__small-slider2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 400px;
  max-width: 100%;
  margin-right: 20px;
}

.shop__small-slider-item {
  width: 70px;
  height: 80px;
  position: relative;
}

.shop__small-slider-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  -webkit-box-shadow: inset 0px 0px 0px 1px #a4b9a1;
          box-shadow: inset 0px 0px 0px 1px #a4b9a1;
}

.shop__small-slider-item img {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 2;
}

.shop__big-slider {
  width: 100%;
  max-width: 400px;
  height: 550px;
}

.shop__big-slider2 {
  width: 100%;
  max-width: 400px;
  height: 550px;
}

.shop__big-slider-item {
  height: 520px;
  position: relative;
}

.shop__big-slider-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  -webkit-box-shadow: inset 0px 0px 0px 1px #a4b9a1;
          box-shadow: inset 0px 0px 0px 1px #a4b9a1;
}

.shop__big-slider-item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.shop__right {
  position: relative;
  margin-left: 80px;
}

.shop .swiper-slide.swiper-slide-visible.swiper-slide-thumb-active::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  -webkit-box-shadow: inset 0px 0px 0px 5px #eeae00;
          box-shadow: inset 0px 0px 0px 5px #eeae00;
}

.shop .swiper-container-horizontal > .swiper-pagination-bullets,
.shop .swiper-pagination-custom,
.shop .swiper-pagination-fraction {
  bottom: 0;
}

.shop .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
}

.shop .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #1c1d1d;
}

.shop .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin-right: 6px;
}

.shop .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.free-img {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 126px !important;
  height: 126px !important;
}

.shop__title {
  font-family: "Schnyder", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 41px;
  margin-bottom: 5px;
}

.shop__rating {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.shop__rating span {
  font-family: "Founders", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.05em;
}

.shop__rating img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 6px;
}

.shop__price span {
  font-family: "Founders", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 120%;
}

.shop__price-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.shop__price-old {
  font-family: "Founders", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 120%;
  margin-right: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.shop__price-old::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  -webkit-transform: rotate(350deg);
      -ms-transform: rotate(350deg);
          transform: rotate(350deg);
}

.shop__price-new {
  font-family: "Founders", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 120%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.shop__text p {
  font-family: "Founders", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 120%;
  padding-bottom: 20px;
  border-bottom: 1px solid #000000;
  letter-spacing: -0.2px;
}

.shop__icons {
  padding: 14px 0 4px 0;
  border-bottom: 1px solid #000;
}

.shop__icons-item {
  margin-bottom: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.shop__icons-item img {
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shop__icons-item span {
  font-family: "Founders", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: -0.21px;
}

.shop__qty {
  margin-top: 25px;
  border: 1px solid #000;
  padding: 9px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.shop__qty input {
  border: none;
  outline: none;
  background-color: transparent;
  text-align: center;
}

.shop__qty span {
  font-family: "Founders", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
}

.shop__qty button {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.shop__qty button img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shop__btn {
  background-color: #eeae00;
  border: 1px solid #eeae00;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  font-family: "Founders", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.05em;
  text-align: center;
  color: #000000;
  width: 100%;
  padding: 0.72em 0.83em;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-bottom: 15px;
}

.shop__btn:hover {
  background-color: #fff;
  color: #eeae00;
}

.shop__bottom {
  text-align: center;
  font-family: "Founders", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.shop__bottom img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
}

.swiper-pagination-bullet {
  background-color: #fff;
  width: 5px !important;
  height: 5px !important;
  border: 1px solid #000;
  opacity: 1;
  border-radius: 50%;
}

.shop__big-slider .btns {
  display: none;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
}

.shop__big-slider2 .btns {
  opacity: 0;
  display: none;
}

.shop__big-slider:hover > .btns {
  opacity: 1;
}

.shop__big-slider2:hover > .btns {
  opacity: 1;
}

.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content__container {
  max-width: 1440px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content__body {
  width: 100%;
}

.content__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #CCDEDB;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.content__item:nth-child(even) {
  background: #F4EFE7;
}

.content__item:nth-child(even) .content__container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.content__item-img {
  width: 50%;
  max-width: 720px;
}

.content__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content__item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
}

.content__item-info {
  max-width: 720px;
  width: 100%;
  position: relative;
  margin: 0 30px;
}

.content__item-num {
  font-family: "Schnyder", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 100px;
  line-height: 113px;
  color: #FFFFFF;
  margin-bottom: 10px;
}

.content__item-title {
  font-family: "Schnyder", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 56px;
  line-height: 63px;
  color: #000000;
  margin-bottom: 10px;
  position: relative;
  z-index: 5;
}

.content__item-text {
  font-family: "Founders", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 130%;
  color: #000000;
  position: relative;
  z-index: 5;
}

.footer {
  background-color: #00594c;
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

summary {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

details {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

details > summary::-webkit-details-marker {
  display: none;
}

summary:focus {
  outline: none;
}

summary:active {
  border: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

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

@media (max-width: 1100px) {
  .content__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .content__item:nth-child(even) .content__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .content__item-img {
    width: 100%;
    max-width: none;
    height: 401px;
  }

  .content__item-body {
    width: 100%;
    padding: 50px 30px 40px 30px;
  }

  .content__item-num {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 200px;
  }

  .content__item-title {
    text-align: center;
  }

  .content__item-text {
    text-align: center;
  }
}

@media (max-width: 1080px) {
  .shop__text p br {
    display: none;
  }
}

@media (max-width: 930px) {
  .shop {
    padding: 40px 0 49px 0;
  }

  .shop__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 30px;
  }

  .shop__left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 26px;
  }

  .shop__small-slider {
    margin-right: auto;
    max-width: 300px;
    width: 100%;
    padding-top: 20px;
  }

  .shop__small-slider2 {
    margin-right: auto;
    max-width: 300px;
    width: 100%;
    padding-top: 20px;
  }

  .shop__small-slider-item {
    width: auto;
  }

  .shop__big-slider {
    max-height: 100%;
  }

  .shop__big-slider2 {
    max-height: 100%;
  }

  .shop__right {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .header__top {
    padding: 0 20px;
  }

  .header__top-logo {
    padding: 14px 0;
  }

  .header__top-logo img {
    width: 109px;
  }

  .header__top-btn {
    font-size: 16px;
    line-height: 19px;
    max-width: 142px;
    height: 32px;
  }

  .header__img {
    height: 170px;
  }

  .header__container {
    padding: 40px 30px;
  }

  .header__title {
    font-size: 40px;
    line-height: 45px;
  }

  .header__text {
    font-size: 18px;
    line-height: 120%;
  }

  .shop__container {
    padding: 0 20px;
  }

  .shop__title {
    font-size: 30px;
  }

  .shop__rating span {
    font-size: 16px;
  }

  .content__item-info {
    margin: 0;
  }

  .content__item-title {
    font-size: 36px;
    line-height: 41px;
  }

  .content__item-text {
    font-size: 18px;
    line-height: 130%;
  }
}

@media (max-width: 441px) {
  .shop {
    padding: 20px 0px 20px 0px;
  }
}

@media (max-width: 440px) {
  .content__item-img {
    height: 201px;
  }
}

@media (max-width: 439px) {
  .shop__container {
    padding: 0 10px;
  }

  .shop__big-slider {
    max-width: 300px;
    max-height: 100%;
    height: 390px;
  }

  .shop__big-slider2 {
    max-width: 300px;
    max-height: 100%;
    height: 390px;
  }

  .shop__big-slider-item {
    height: 360px;
  }

  .free-img {
    width: 90px !important;
    height: 90px !important;
  }

  .shop__price-new {
    font-size: 20px;
  }

  .shop__text p {
    font-size: 16px;
  }

  .shop__icons-item span {
    font-size: 16px;
  }

  .shop__btn {
    font-size: 16px;
  }

  .footer {
    padding: 30px 0;
  }
}

@media (max-width: 374px) {
  .header__container {
    padding: 30px 15px;
  }

  .header__title {
    font-size: 30px;
    line-height: 120%;
  }

  .content__item-body {
    padding: 30px 15px;
  }

  .content__item-title {
    margin-bottom: 5px;
    font-size: 30px;
  }
}
@supports (-webkit-appearance:none){

}

 @media (max-width: 1100px){

@supports (-webkit-appearance:none){

}

}

 @media (max-width: 1080px){

@supports (-webkit-appearance:none){

}

}

 @media (max-width: 930px){

@supports (-webkit-appearance:none){

}

}

 @media (max-width: 767px){

@supports (-webkit-appearance:none){

}

}

 @media (max-width: 441px){

@supports (-webkit-appearance:none){

}

}

 @media (max-width: 440px){

@supports (-webkit-appearance:none){

}

}

 @media (max-width: 439px){

@supports (-webkit-appearance:none){

}

}

 @media (max-width: 374px){

@supports (-webkit-appearance:none){

}

}
