@charset "UTF-8";
@font-face {
  font-family: "TT Firs Neue";
  src: url("../fonts/TTFirsNeue-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "TT Firs Neue";
  src: url("../fonts/TTFirsNeue-Thin.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "TT Firs Neue";
  src: url("../fonts/TTFirsNeue-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "TT Firs Neue";
  src: url("../fonts/TTFirsNeue-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "TT Firs Neue";
  src: url("../fonts/TTFirsNeue-DemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "TT Firs Neue";
  src: url("../fonts/TTFirsNeue-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "TT Firs Neue";
  src: url("../fonts/TTFirsNeue-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}
.container {
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0px;
}
@media screen and (max-width: 1250px) {
  .container {
    padding: 0 15px;
  }
}

.pages__content h1, .pages__content h2, .pages__content h3, .pages__content h4, .pages__content h5 {
  margin-bottom: 30px;
}
.pages__content p {
  margin-bottom: 30px;
}
.pages__content p:nth-last-child(1) {
  margin-bottom: 0;
}

/* Указываем box sizing */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Убираем внутренние отступы */
ul[class],
ol[class] {
  padding: 0;
}

/* Убираем внешние отступы */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Выставляем основные настройки по-умолчанию для body */
body {
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  font-family: "TT Firs Neue", sans-serif;
  color: #4C4341;
  background: #F9F3EE;
  font-weight: 400;
  letter-spacing: -0.046em;
}

/* Удаляем стандартную стилизацию для всех ul и il, у которых есть атрибут class*/
ul[class],
ol[class] {
  list-style: none;
}

/* Элементы a, у которых нет класса, сбрасываем до дефолтных стилей */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Упрощаем работу с изображениями */
img {
  max-width: 100%;
  display: block;
}

/* Указываем понятную периодичность в потоке данных у article*/
article > * + * {
  margin-top: 1em;
}

/* Наследуем шрифты для инпутов и кнопок */
input,
button,
textarea,
select {
  font: inherit;
}

.button1 {
  max-width: 178px;
  width: 100%;
  padding: 15px;
  border: 1px solid #1D5E49;
  background: #1D5E49;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  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;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
}
.button1:hover {
  color: #121212;
  background: transparent;
}

.button2 {
  max-width: 178px;
  width: 100%;
  padding: 15px;
  border: 1px solid #1D5E49;
  background: transparent;
  color: #4C4341;
  font-size: 14px;
  line-height: 24px;
  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;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
}
.button2:hover {
  color: #fff;
  background: #1D5E49;
}

.button3 {
  max-width: 178px;
  width: 100%;
  padding: 15px;
  border: 1px solid #fff;
  background: #fff;
  color: #121212;
  font-size: 14px;
  line-height: 24px;
  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;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
}
.button3:hover {
  color: #fff;
  background: #1D5E49;
}

.arrows1 {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}

.sw__left {
  margin-right: 20px;
  cursor: pointer;
}

.sw__right {
  cursor: pointer;
}

.swiper-button-disabled {
  opacity: 0.3;
}

.header {
  position: fixed;
  width: 100%;
  top: 30px;
  left: 0;
  z-index: 100;
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
}
@media screen and (max-width: 1024px) {
  .header {
    top: 15px;
  }
}

.header-fixed {
  top: 15px;
}
.header-fixed .logo {
  padding: 0;
}
.header-fixed .logo img {
  width: 40px;
}
@media screen and (max-width: 1024px) {
  .header-fixed {
    top: 0;
  }
}

.header__row {
  background: #fff;
  position: relative;
  padding: 25px 35px;
  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;
}
@media screen and (max-width: 1024px) {
  .header__row {
    padding: 20px 15px;
  }
}

.header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo {
  position: absolute;
  background: #fff;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  padding: 23px 30px;
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
}
@media screen and (max-width: 1024px) {
  .logo {
    padding: 0;
  }
}
.logo img {
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
}
@media screen and (max-width: 1024px) {
  .logo img {
    width: 40px;
  }
}

.lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 35px;
}
@media screen and (max-width: 1024px) {
  .lang {
    margin-right: 17px;
  }
}
.lang li {
  list-style-type: none;
  font-size: 14px;
  text-transform: uppercase;
  color: #4C4341;
  opacity: 0.4;
}
.lang li a {
  text-decoration: none;
  color: #4C4341;
}
.lang .current-lang {
  opacity: 1;
}
.lang .lang-item-first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lang .lang-item-first::after {
  content: "/";
  display: block;
  margin: 0 5px;
}

.search {
  margin-right: 17px;
}

.header__menu .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__menu .menu .menu-item {
  margin-right: 32px;
  position: relative;
}
.header__menu .menu .menu-item:nth-last-child(1) {
  margin-right: 0;
}
.header__menu .menu .menu-item a {
  font-weight: 400;
  color: #4C4341;
  text-decoration: none;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
}
.header__menu .menu .menu-item a:hover {
  color: #1D5E49;
}
.header__menu .menu .menu-item-has-children a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__menu .menu .menu-item-has-children a::after {
  content: "";
  min-width: 10px;
  min-height: 6px;
  width: 8px;
  height: 5px;
  background: url("../img/lang__arrow.svg") no-repeat;
  background-size: cover;
  display: block;
  margin-left: 5px;
}
.header__menu .menu .menu-item-has-children .sub-menu {
  position: absolute;
  background: #FBFBFB;
  padding: 20px 15px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  width: 330px;
  -webkit-box-shadow: 0px 27px 18.8px rgba(14, 58, 83, 0.27);
          box-shadow: 0px 27px 18.8px rgba(14, 58, 83, 0.27);
}
.header__menu .menu .menu-item-has-children .sub-menu .menu-item {
  margin-right: 0;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(14, 58, 83, 0.1098039216);
  margin-bottom: 10px;
}
.header__menu .menu .menu-item-has-children .sub-menu .menu-item:nth-last-child(1) {
  margin-bottom: 0;
}
.header__menu .menu .menu-item-has-children .sub-menu .menu-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.header__menu .menu .menu-item-has-children .sub-menu .menu-item a::after {
  display: none;
}
.header__menu .menu .menu-item-has-children .sub-menu .menu-item .sub-menu {
  position: relative;
  padding: 0;
  background: transparent;
  border-radius: 0;
  padding-left: 20px;
  margin-top: 18px;
  width: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.header__menu .menu .menu-item-has-children .sub-menu .menu-item .sub-menu .menu-item {
  padding-bottom: 0px;
  border-bottom: 0px solid rgba(14, 58, 83, 0.1098039216);
  margin-bottom: 0px;
}
.header__menu .menu .menu-item-has-children .sub-menu .menu-item .sub-menu .menu-item a {
  font-weight: 500;
  font-size: 14px;
}
.header__menu .menu .menu-item-has-children .sub-menu .menu-item .sub-menu .menu-item a::after {
  display: none;
}
.header__menu .menu .menu-item-has-children .sub-menu .menu-item .sub-menu .menu-item-has-children a::after {
  display: block;
}
.header__menu .menu .menu-item-has-children .sub-menu .menu-item .sub-menu .menu-item-has-children .sub-menu {
  margin-top: 10px;
}
.header__menu .menu .menu-item-has-children .sub-menu .menu-item .sub-menu .menu-item-has-children .sub-menu .menu-item a {
  font-weight: 300;
  color: #CDA78F;
}
.header__menu .menu .menu-item-has-children .sub-menu .menu-item .sub-menu .menu-item-has-children .sub-menu .menu-item a::after {
  display: none;
}
.header__menu .menu .menu-item-has-children .sub-menu .menu-item-has-children a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__menu .menu .menu-item-has-children .sub-menu .menu-item-has-children a::after {
  content: "";
  min-width: 14px;
  min-height: 8px;
  width: 14px;
  height: 8px;
  background: url("../img/arrow__sub__menu.svg") no-repeat;
  background-size: cover;
  display: block;
  margin-left: 5px;
}

.burger__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: none;
  margin-left: 0px;
}
@media screen and (max-width: 1024px) {
  .burger__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 600px) {
  .burger__button {
    margin-left: 0px;
  }
}

.burger__name {
  font-size: 17px;
  color: #fff;
  line-height: 100%;
  margin-right: 11px;
  display: none;
}
@media screen and (max-width: 1024px) {
  .burger__name {
    font-size: 14px;
  }
}

.burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 22px;
  height: 22px;
  position: relative;
}
.burger span {
  width: 22px;
  height: 2px;
  margin-bottom: 4px;
  background: #4C4341;
  display: block;
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
}
.burger span:nth-last-child(1) {
  margin-bottom: 0;
}
.burger span:nth-child(1) {
  width: 15px;
}
.burger__opened span {
  position: absolute;
  margin-bottom: 0;
}
.burger__opened span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 22px;
}
.burger__opened span:nth-child(2) {
  opacity: 0;
}
.burger__opened span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.body__opened {
  overflow: hidden;
}

.back {
  background: rgba(18, 18, 18, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 98;
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
  opacity: 0;
  visibility: hidden;
}

.body__opened .back {
  opacity: 1;
  visibility: visible;
}

.mobile {
  position: fixed;
  top: 92px;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 99;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
}
@media screen and (max-width: 1024px) {
  .mobile {
    width: 100%;
    overflow-y: scroll;
  }
}

.mobile__menu {
  background: #FBFBFB;
  padding: 20px 15px;
  height: 400px;
  overflow-x: scroll;
}
.mobile__menu .socials {
  margin-top: 30px;
  margin-left: 0;
}
.mobile__menu .header__menu .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.mobile__menu .header__menu .menu .menu-item {
  margin-right: 0px;
  position: relative;
}
.mobile__menu .header__menu .menu .menu-item:nth-last-child(1) {
  margin-right: 0;
}
.mobile__menu .header__menu .menu .menu-item a {
  font-weight: 400;
  letter-spacing: 0.01em;
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mobile__menu .header__menu .menu .menu-item-has-children:nth-child(2) {
  margin-top: 10px;
}
.mobile__menu .header__menu .menu .menu-item-has-children a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mobile__menu .header__menu .menu .menu-item-has-children a::after {
  content: "";
  min-width: 10px;
  min-height: 6px;
  width: 10px;
  height: 6px;
  background: url("../img/lang__arrow.svg") no-repeat;
  background-size: cover;
  display: block;
  margin-left: 5px;
  display: none !important;
}
.mobile__menu .header__menu .menu .menu-item-has-children .sub-menu {
  position: relative;
  background: transparent;
  border-radius: 0px;
  padding: 0px 0px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  width: 100%;
  -webkit-box-shadow: 0px 0px 0px rgba(14, 58, 83, 0.27);
          box-shadow: 0px 0px 0px rgba(14, 58, 83, 0.27);
  padding-left: 20px;
  display: block !important;
  margin-top: 10px;
}
.mobile__menu .header__menu .menu .menu-item-has-children .sub-menu .menu-item {
  margin-right: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(14, 58, 83, 0.1098039216);
  margin-bottom: 10px;
}
.mobile__menu .header__menu .menu .menu-item-has-children .sub-menu .menu-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.mobile__menu .header__menu .menu .menu-item-has-children .sub-menu .menu-item a::after {
  display: none;
}
.mobile__menu .header__menu .menu .menu-item-has-children .sub-menu .menu-item .sub-menu {
  position: relative;
  padding: 0;
  background: transparent;
  border-radius: 0;
  padding-left: 20px;
  margin-top: 5px;
  width: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.mobile__menu .header__menu .menu .menu-item-has-children .sub-menu .menu-item .sub-menu .menu-item {
  padding-bottom: 0px;
  border-bottom: 0px solid rgba(14, 58, 83, 0.1098039216);
  margin-bottom: 0px;
}
.mobile__menu .header__menu .menu .menu-item-has-children .sub-menu .menu-item .sub-menu .menu-item a {
  font-weight: 500;
  font-size: 16px;
}
.mobile__menu .header__menu .menu .menu-item-has-children .sub-menu .menu-item .sub-menu .menu-item a::after {
  display: none;
}
.mobile__menu .header__menu .menu .menu-item-has-children .sub-menu .menu-item .sub-menu .menu-item-has-children a::after {
  display: block;
}
.mobile__menu .header__menu .menu .menu-item-has-children .sub-menu .menu-item .sub-menu .menu-item-has-children .sub-menu {
  margin-top: 10px;
}
.mobile__menu .header__menu .menu .menu-item-has-children .sub-menu .menu-item .sub-menu .menu-item-has-children .sub-menu .menu-item a {
  font-weight: 300;
  color: #CDA78F;
}
.mobile__menu .header__menu .menu .menu-item-has-children .sub-menu .menu-item .sub-menu .menu-item-has-children .sub-menu .menu-item a::after {
  display: none;
}
.mobile__menu .header__menu .menu .menu-item-has-children .sub-menu .menu-item-has-children a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mobile__menu .header__menu .menu .menu-item-has-children .sub-menu .menu-item-has-children a::after {
  content: "";
  min-width: 14px;
  min-height: 8px;
  width: 14px;
  height: 8px;
  background: url("../img/arrow__sub__menu.svg") no-repeat;
  background-size: cover;
  display: block;
  margin-left: 5px;
}

.mobile__opened {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.header-mini-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cart-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  cursor: pointer;
}

.cart-count {
  width: 15px;
  height: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #1D5E49;
  border-radius: 20px;
  padding: 3px;
  font-size: 10px;
  position: absolute;
  right: -10px;
  top: -6px;
  color: #fff;
}

.mini-cart-dropdown {
  position: absolute;
  top: 84px;
  right: 0;
  background-color: white;
  padding: 20px 0px;
  width: 650px;
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
  opacity: 0;
  visibility: hidden;
  color: #121212;
}
@media screen and (max-width: 1024px) {
  .mini-cart-dropdown {
    width: calc(100% - 0px);
    right: 0px;
    height: 400px;
    overflow-x: scroll;
  }
}

.minicart__title {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.remove-item {
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}

.mini__opened {
  opacity: 1;
  visibility: visible;
}

.none {
  text-align: center;
  font-size: 16px;
  color: #111843;
  text-transform: uppercase;
}

.close {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.cart-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cart-item-image {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cart-item-image img {
  width: 100%;
  height: auto;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
@media screen and (max-width: 1024px) {
  .cart-item-image {
    width: 15%;
  }
}

.mini__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cart_list {
  margin-top: 30px;
}

.cart__item__name {
  width: 40%;
  display: block;
  font-family: "TTFirsNeue-Bold";
  text-decoration: none;
  color: #121212;
}
@media screen and (max-width: 1024px) {
  .cart__item__name {
    font-size: 14px;
  }
}

.cart-item-price {
  width: 20%;
  display: block;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .cart-item-price {
    font-size: 14px;
  }
}

.mini__cart__item {
  border-radius: 0;
}

.cart-total {
  text-align: right;
  margin-top: 20px;
  padding: 0 15px;
  font-weight: bold;
  font-size: 35px;
}
@media screen and (max-width: 1024px) {
  .cart-total {
    font-size: 26px;
  }
}

.all {
  font-weight: 400;
  font-size: 20px;
}

.checkout-button {
  padding: 0 15px;
  margin-top: 35px;
}
.checkout-button .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  background: #066249;
  padding: 17px 20px;
  width: 100%;
  text-decoration: none;
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
}
.checkout-button .button:hover {
  opacity: 0.7;
}

.section1 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100vh;
}
@media screen and (max-width: 1024px) {
  .section1 {
    height: 100%;
  }
}

.section1__left {
  width: 50%;
  background: #F9F3EE;
}
@media screen and (max-width: 1024px) {
  .section1__left {
    display: none;
  }
}

.section1__right {
  width: 50%;
  background: #1D5E49;
}
@media screen and (max-width: 1024px) {
  .section1__right {
    display: none;
  }
}

.section1__container {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  height: 100vh;
}
@media screen and (max-width: 1024px) {
  .section1__container {
    height: 100%;
    padding: 0;
    position: relative;
  }
}

.section1__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .section1__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.section1__row__left {
  width: 50%;
  padding: 30px 0;
  padding-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .section1__row__left {
    width: 100%;
    padding-right: 0;
    background: #F9F3EE;
    padding: 30px 15px;
    padding-top: 122px;
  }
}

.section1__row__right {
  width: 50%;
  padding: 30px 0;
  padding-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .section1__row__right {
    width: 100%;
    background: #1D5E49;
    padding: 30px 15px;
  }
}

.section1__left__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section1__title {
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 26px;
}
@media screen and (max-width: 1024px) {
  .section1__title {
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 20px;
  }
}

.section1__txt {
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 36px;
}
@media screen and (max-width: 1024px) {
  .section1__txt {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 20px;
  }
  .section1__txt br {
    display: none;
  }
}

.section1__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section1__buttons .button1 {
  margin-right: 18px;
}

.section1__swiper {
  overflow: hidden;
}

.section1__slider {
  position: relative;
  overflow: hidden;
}

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

.section1__slide__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.section2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 777px;
}
@media screen and (max-width: 1024px) {
  .section2 {
    height: 100%;
  }
}

.section2__left {
  width: 50%;
  background: #F1EDE3;
}
@media screen and (max-width: 1024px) {
  .section2__left {
    display: none;
  }
}

.section2__right {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .section2__right {
    display: none;
  }
}

.section2__container {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .section2__container {
    position: relative;
    padding: 0;
  }
}

.section2__row {
  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;
}
@media screen and (max-width: 1024px) {
  .section2__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.s2__row__left {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .s2__row__left {
    background: #F1EDE3;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
  }
}

.s2__row__right {
  width: 50%;
  padding-left: 60px;
}
@media screen and (max-width: 1024px) {
  .s2__row__right {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.s2__title {
  font-size: 44px;
  line-height: 48px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .s2__title {
    font-size: 34px;
    line-height: 38px;
    margin-bottom: 20px;
  }
  .s2__title br {
    display: none;
  }
}
.s2__title span {
  font-style: italic;
  color: #1D5E49;
}

.s2__content {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .s2__content {
    margin-bottom: 20px;
  }
}

.section3 {
  margin: 120px 0;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .section3 {
    margin: 60px 0;
  }
}

.section3__header {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .section3__header {
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.section3__title {
  font-size: 44px;
  line-height: 48px;
}
@media screen and (max-width: 1024px) {
  .section3__title {
    font-size: 34px;
    line-height: 38px;
  }
}

.section3__button a {
  font-size: 14px;
  color: #121212;
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
}
.section3__button a:hover {
  text-decoration: none;
}

.section4 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 777px;
}
@media screen and (max-width: 1024px) {
  .section4 {
    height: 100%;
  }
}

.section4__left {
  width: 50%;
}
.section4__left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .section4__left {
    display: none;
  }
}

.section4__right {
  width: 50%;
  background: #CB6E55;
}
@media screen and (max-width: 1024px) {
  .section4__right {
    display: none;
  }
}

.section4__container {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .section4__container {
    position: relative;
    padding: 0;
  }
}

.section4__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 777px;
}
@media screen and (max-width: 1024px) {
  .section4__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
}

.s4__row__left {
  width: 50%;
}
.s4__row__left img {
  display: none;
}
@media screen and (max-width: 1024px) {
  .s4__row__left {
    width: 100%;
  }
  .s4__row__left img {
    display: block;
  }
}

.s4__row__right {
  width: 50%;
  padding-left: 60px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .s4__row__right {
    width: 100%;
    padding: 0;
    padding: 30px 15px;
    background: #CB6E55;
  }
}

.s4__txt1 {
  font-size: 44px;
  line-height: 48px;
  margin-bottom: 40px;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .s4__txt1 {
    font-size: 34px;
    line-height: 38px;
    margin-bottom: 20px;
  }
}

.s4__txt2 {
  font-size: 15px;
  line-height: 22px;
  color: #fff;
  font-weight: 300;
}

.s4__txt3 {
  font-size: 30px;
  line-height: 48px;
  margin-bottom: 10px;
  color: #fff;
}

.s4__txt4 {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 38px;
  color: #fff;
  font-weight: 300;
}

.s4__txt5 {
  font-size: 17px;
  line-height: 24px;
  font-weight: 300;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .s4__top {
    margin-bottom: 30px;
  }
}

.section5 {
  position: relative;
  min-height: 1300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .section5 {
    min-height: auto;
  }
}

.section5__left {
  width: 50%;
  background: #B8CCD9;
}
@media screen and (max-width: 1024px) {
  .section5__left {
    display: none;
  }
}

.section5__right {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .section5__right {
    display: none;
  }
}

.section5__container {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .section5__container {
    position: relative;
    padding: 0;
  }
}

.section5__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .section5__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.s5__row__left {
  width: 50%;
  padding-right: 60px;
}
@media screen and (max-width: 1024px) {
  .s5__row__left {
    width: 100%;
    background: #B8CCD9;
    padding: 0;
    padding: 30px 15px;
  }
}

.s5__row__right {
  width: 50%;
  padding-left: 60px;
}
@media screen and (max-width: 1024px) {
  .s5__row__right {
    width: 100%;
    padding: 30px 15px;
  }
}

.s5__title {
  margin-top: 100px;
  font-size: 44px;
  line-height: 48px;
  margin-bottom: 34px;
}
@media screen and (max-width: 1024px) {
  .s5__title {
    font-size: 34px;
    line-height: 38px;
    margin-bottom: 20px;
    margin-top: 0;
  }
}

.s5__txt {
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .s5__txt {
    margin-bottom: 20px;
  }
}

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

.s5__txt2 {
  margin-top: 100px;
  font-size: 15px;
  line-height: 22px;
  font-weight: 300;
}
@media screen and (max-width: 1024px) {
  .s5__txt2 {
    margin-top: 0;
  }
}
.s5__txt2 p {
  margin-bottom: 30px;
}
.s5__txt2 p:nth-last-child(1) {
  margin-bottom: 0;
}
.s5__txt2 strong {
  font-weight: 600;
}

.history1 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 777px;
}
@media screen and (max-width: 1024px) {
  .history1 {
    height: 100%;
    padding-top: 120px;
  }
}

.history__left {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .history__left {
    display: none;
  }
}

.history__right {
  width: 50%;
  background: #DDB288;
}
@media screen and (max-width: 1024px) {
  .history__right {
    display: none;
  }
}

.history__container {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1024px) {
  .history__container {
    position: relative;
    padding: 0;
  }
}

.history__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .history__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.h__left {
  width: 50%;
  padding-right: 60px;
}
.h__left h1 {
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 40px;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .h__left h1 {
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 20px;
  }
}
.h__left p {
  font-size: 15px;
  line-height: 22px;
  font-weight: 300;
}
@media screen and (max-width: 1024px) {
  .h__left {
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
    padding: 0 15px;
  }
}

.h__right {
  width: 50%;
  padding-left: 60px;
}
@media screen and (max-width: 1024px) {
  .h__right {
    width: 100%;
    padding: 0;
    background: #DDB288;
  }
}

.history2 {
  padding: 100px 0;
}
@media screen and (max-width: 1024px) {
  .history2 {
    padding: 30px 0;
  }
}

.history__row2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .history__row2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.history2__left {
  width: 50%;
  padding-right: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .history2__left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
}

.history2__right {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .history2__right {
    width: 100%;
  }
}

.h2__title {
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .h2__title {
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 20px;
  }
}

.h2__comment {
  margin-bottom: 10px;
}

.h2__content {
  font-size: 26px;
  line-height: 38px;
  color: #BA7A3C;
  font-style: italic;
  font-weight: 300;
}
@media screen and (max-width: 1024px) {
  .h2__content {
    font-size: 18px;
    line-height: 28px;
  }
}

.h2__text {
  font-size: 15px;
  line-height: 22px;
  font-weight: 300;
}
.h2__text p {
  margin-bottom: 30px;
}
.h2__text p:nth-last-child(1) {
  margin-bottom: 0;
}

.info__page {
  padding-top: 200px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .info__page {
    padding-top: 120px;
    padding-bottom: 30px;
  }
}

.info__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .info__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.info__left {
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .info__left {
    width: 100%;
    margin-bottom: 30px;
  }
}

.info__right {
  width: 60%;
}
@media screen and (max-width: 1024px) {
  .info__right {
    width: 100%;
  }
}

.info__title {
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .info__title {
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 20px;
  }
}

.left__menu {
  background: #1D5E49;
  padding: 40px 15px;
}
@media screen and (max-width: 1024px) {
  .left__menu {
    padding: 20px 15px;
  }
}
.left__menu .menu .menu-item {
  padding-bottom: 18px;
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .left__menu .menu .menu-item {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.left__menu .menu .menu-item a {
  color: rgba(249, 243, 238, 0.2666666667);
  font-size: 23px;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
}
@media screen and (max-width: 1024px) {
  .left__menu .menu .menu-item a {
    font-size: 16px;
  }
}
.left__menu .menu .menu-item a:hover {
  color: #fff;
}
.left__menu .menu .current_page_item a {
  color: #fff;
}

.question__item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #4C4341;
  cursor: pointer;
}

.question__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.question__name {
  font-size: 18px;
  line-height: 20px;
}

.question__arrow::after {
  content: "+";
  font-size: 24px;
  display: block;
}

.active2 .question__arrow::after {
  content: "-";
  font-size: 24px;
  display: block;
}

.question__hidden {
  font-size: 15px;
  line-height: 22px;
  margin-top: 20px;
  font-weight: 300;
}

.info__content h2 {
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 30px;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .info__content h2 {
    font-size: 26px;
    line-height: 38px;
  }
}
.info__content p {
  font-size: 15px;
  line-height: 22px;
  font-weight: 300;
  margin-bottom: 30px;
}
.info__content p:nth-last-child(1) {
  margin-bottom: 0;
}
.info__content strong {
  font-size: 18px;
  font-weight: 500;
}

.contacts__title {
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .contacts__title {
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 20px;
  }
}

.cont__block {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #4C4341;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .cont__block {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}

.cont__name {
  font-size: 15px;
  font-weight: 300;
}

.cont__link a {
  text-decoration: none;
  font-size: 26px;
  color: #4C4341;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .cont__link a {
    font-size: 18px;
  }
}

.cont__form {
  background: #CB6E55;
  padding: 50px;
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .cont__form {
    padding: 20px 15px;
  }
}

.form__name {
  font-size: 23px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .form__name {
    font-size: 16px;
    line-height: 24px;
  }
}

.form__input {
  margin-bottom: 20px;
}
.form__input input {
  width: 100%;
  color: #fff;
  font-size: 14px;
  border: none;
  outline: none;
  background: transparent;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}
.form__input input::-webkit-input-placeholder {
  font-size: 14px;
  color: #fff;
}
.form__input input::-moz-placeholder {
  font-size: 14px;
  color: #fff;
}
.form__input input:-ms-input-placeholder {
  font-size: 14px;
  color: #fff;
}
.form__input input::-ms-input-placeholder {
  font-size: 14px;
  color: #fff;
}
.form__input input::placeholder {
  font-size: 14px;
  color: #fff;
}

.pages {
  margin-top: 170px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .pages {
    margin-top: 92px;
    padding-bottom: 60px;
  }
}

.main__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .main__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.main__left {
  width: 23%;
}
@media screen and (max-width: 1024px) {
  .main__left {
    display: none;
  }
}

.main__right {
  width: 74%;
}
@media screen and (max-width: 1024px) {
  .main__right {
    width: 100%;
  }
}

.cat__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #598234;
  border-radius: 100px;
  padding: 13px 20px;
}
.cat__item a {
  color: #fff;
}

.toggle-btn {
  background: transparent;
  outline: none;
  border: none;
  cursor: pointer;
}
.toggle-btn img {
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.rotated img {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.category-link {
  color: #4F4F4F;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "MabryPro-Medium";
}

.category-item {
  margin-bottom: 35px;
}
.category-item:nth-last-child(1) {
  margin-bottom: 0;
}

.subcategory-list {
  margin-top: 20px !important;
  padding-left: 20px !important;
}
.subcategory-list li {
  margin-bottom: 20px;
}
.subcategory-list li:nth-last-child(1) {
  margin-bottom: 0;
}
.subcategory-list li a {
  color: #626B77;
  font-size: 14px;
  text-decoration: none;
}

.catgories__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 12px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 12px;
  grid-row-gap: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .catgories__list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 600px) {
  .catgories__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.catgories__list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  color: #fff;
}
.catgories__list a:hover .cat__img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.cat__img {
  height: 230px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
}

.cat__title {
  position: absolute;
  background: #598234;
  color: #fff;
  left: 0;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  padding: 13px;
}

.main__content h1 {
  font-size: 36px;
  color: #5A5959;
  font-family: "MabryPro-Regular";
  margin-bottom: 26px;
}
.main__content p {
  font-size: 15px;
  line-height: 21px;
  color: #626B77;
  margin-bottom: 26px;
}
.main__content p:nth-last-child(1) {
  margin-bottom: 0;
}

.top__products {
  margin-bottom: 80px;
}

.top__products__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "MabryPro-Bold";
  font-size: 23px;
  line-height: 44px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 12px;
  background: #D06AC5;
  padding: 10px 20px;
  margin-bottom: 40px;
}
.top__products__title::before {
  content: "";
  width: 27px;
  height: 26px;
  background: url("../img/star.svg") no-repeat;
  display: block;
  margin-right: 10px;
}
@media screen and (max-width: 1024px) {
  .top__products__title {
    font-size: 16px;
    line-height: 24px;
  }
}

.slider {
  margin-bottom: 40px;
  position: relative;
}

.swiper {
  border-radius: 26px;
}

.swiper-slide {
  position: relative;
}

.slide__img {
  height: 470px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 26px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .slide__img {
    height: auto;
    border-radius: 26px 26px 0 0;
  }
}

.slide__content {
  background: #D06AC5;
  border-radius: 26px;
  max-width: 520px;
  width: 100%;
  padding: 50px;
  position: absolute;
  z-index: 1;
  bottom: 15px;
  left: 15px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .slide__content {
    position: relative;
    left: 0;
    bottom: 0;
    padding: 20px;
    border-radius: 0px 0px 26px 26px;
    padding-bottom: 100px;
  }
}

.slide__title {
  font-size: 33px;
  line-height: 44px;
  color: #fff;
  font-family: "MabryPro-Bold";
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .slide__title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px;
  }
}

.readmore {
  color: #fff;
  font-family: "MabryPro-Medium";
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #598234;
  border: 1px solid #fff;
  border-radius: 100px;
  padding: 13px 40px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-decoration: none;
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
}
.readmore:hover {
  opacity: 0.7;
}

.slider__arrows {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 65px;
  bottom: 65px;
}
@media screen and (max-width: 1024px) {
  .slider__arrows {
    left: 15px;
    bottom: 15px;
  }
}

.swiper-button-prev {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  width: 19px;
  height: 9px;
  margin-top: 0;
  margin-right: 7px;
}
.swiper-button-prev::after {
  display: none;
}
.swiper-button-prev img {
  min-width: 19px;
  min-height: 9px;
}

.swiper-button-next {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  width: 19px;
  height: 9px;
  margin-top: 0;
  margin-left: 7px;
}
.swiper-button-next::after {
  display: none;
}
.swiper-button-next img {
  min-width: 19px;
  min-height: 9px;
}

.swiper-pagination {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 14px;
}

.swiper-pagination-current {
  font-size: 18px;
}

.add_to_cart_button {
  background: #4F4F4F;
  color: #fff;
  text-decoration: none;
  outline: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "MabryPro-Medium";
  padding: 9px 20px;
  border-radius: 8px;
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
  cursor: pointer;
  max-width: 273px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .add_to_cart_button {
    max-width: 100%;
  }
}
.add_to_cart_button:hover {
  opacity: 0.7;
}
.add_to_cart_button::before {
  content: "";
  width: 30px;
  height: 28px;
  background: url("../img/add.svg") no-repeat;
  display: block;
  margin-right: 7px;
}

.products {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25px 1fr 25px 1fr 25px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
}
@media screen and (max-width: 1024px) {
  .products {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.catalog__product {
  border: 1px solid #E3DDCC;
  background: transparent;
  position: relative;
  padding: 25px 35px;
}
.catalog__product:hover {
  background: #F1EDE3;
}
.catalog__product a {
  text-decoration: none;
}
.catalog__product .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.catalog__product .minus {
  border-radius: 6px;
  border: 1px solid #F4F4F4;
  background: #fff;
  cursor: pointer;
  padding: 0 12px;
  color: #979797;
}
.catalog__product .plus {
  border-radius: 6px;
  border: 1px solid #F4F4F4;
  background: #fff;
  cursor: pointer;
  padding: 0 12px;
  color: #979797;
}
.catalog__product .input-text {
  color: #979797;
  border: none;
  outline: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  width: 25px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .catalog__product {
    padding: 20px 15px;
  }
}

.catalog__product__img {
  margin-bottom: 16px;
}
.catalog__product__img img {
  height: 180px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 12px;
}

.stiker {
  background: #D06AC5;
  color: #fff;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 20px;
  top: 20px;
  padding: 4px 7px;
  font-size: 12px;
}

.catalog__price {
  color: #4C4341;
  font-size: 15px;
  text-decoration: none;
  margin-bottom: 10px;
  opacity: 0.4;
}

.catalog__product__title {
  font-size: 18px;
  line-height: 23px;
  color: #4C4341;
  margin-bottom: 12px;
}

/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

.woocommerce-message {
  background: #1D5E49;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 20px;
  margin-bottom: 20px;
  outline: none;
  border: none;
}
.woocommerce-message a {
  text-decoration: none;
  color: #000;
}

.breadcrumbs {
  font-size: 14px;
  color: #000;
  margin-bottom: 20px;
}
.breadcrumbs a {
  text-decoration: none;
  color: #000;
}

.product__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
}
@media screen and (max-width: 1024px) {
  .product__row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 1024px) {
  .product__left {
    margin-bottom: 30px;
  }
}
.product__left img {
  width: 100%;
  height: 390px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
@media screen and (max-width: 1024px) {
  .product__left img {
    height: auto;
  }
}

.product__right__title {
  font-size: 30px;
  line-height: 31px;
  color: #626B77;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .product__right__title {
    font-size: 20px;
  }
}

.product_meta {
  font-size: 14px;
  color: #626B77;
  margin-bottom: 10px;
}
.product_meta .posted_in {
  display: none;
}

.in-stock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #119A11;
  font-size: 14px;
  margin-bottom: 10px;
}
.in-stock::before {
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 6px;
  background: #119A11;
  display: block;
  border-radius: 100px;
}

.product__right__price {
  font-family: "MabryPro-Bold";
  font-size: 24px;
  color: #D06AC5;
  margin-bottom: 20px;
}

.info {
  margin-top: 20px;
  font-size: 18px;
}
.info strong {
  font-family: "MabryPro-Bold";
  color: #D06AC5;
}

.product__content {
  margin-top: 70px;
  margin-bottom: 70px;
  font-size: 16px;
  line-height: 26px;
  color: #626B77;
}

.product__content__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 48px;
  line-height: 48px;
  border-radius: 12px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .product__content__title {
    padding: 10px 10px;
    font-size: 18px;
    line-height: 24px;
  }
}

.product__right__add__cart .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.product__right__add__cart .minus {
  border-radius: 6px;
  border: 1px solid #F4F4F4;
  background: #fff;
  cursor: pointer;
  padding: 0 12px;
  color: #979797;
}
.product__right__add__cart .plus {
  border-radius: 6px;
  border: 1px solid #F4F4F4;
  background: #fff;
  cursor: pointer;
  padding: 0 12px;
  color: #979797;
}
.product__right__add__cart .input-text {
  color: #979797;
  border: none;
  outline: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  width: 25px;
  text-align: center;
}

.products__block {
  margin-bottom: 70px;
}
.products__block:nth-last-child(1) {
  margin-bottom: 0;
}

.woocommerce-products-header__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "MabryPro-Bold";
  font-size: 23px;
  line-height: 44px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 12px;
  background: #D06AC5;
  padding: 10px 20px;
  margin-bottom: 40px;
}

.cat__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 400px;
}
@media screen and (max-width: 1024px) {
  .cat__header {
    height: 200px;
  }
}

.cat__left {
  width: 50%;
  background: #1D5E49;
}
@media screen and (max-width: 1024px) {
  .cat__left {
    width: 100%;
  }
}

.cat__right {
  width: 50%;
  background: url("../img/cat.webp") no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .cat__right {
    display: none;
  }
}

.cat__container {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1024px) {
  .cat__container {
    height: 200px;
  }
}

.cat__header__title {
  margin-top: 30px;
  font-size: 48px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .cat__header__title {
    font-size: 38px;
    margin-top: 50px;
  }
}

.catalog__content {
  margin-top: 60px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .catalog__content {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.catalog__sort__row {
  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: 60px;
}
@media screen and (max-width: 1024px) {
  .catalog__sort__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .sort__left {
    width: 100%;
    margin-bottom: 20px;
  }
}
.sort__left select {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  outline: none;
  border: none;
  padding: 20px 18px;
  background: #fff url("../img/select.svg") no-repeat right 10px center;
  background-size: 16px;
  padding-right: 40px;
  font-size: 14px;
  line-height: 24px;
  color: #4C4341;
  text-transform: uppercase;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media screen and (max-width: 1024px) {
  .sort__left select {
    max-width: 100%;
    width: 100%;
    font-size: 12px;
    padding: 20px 10px;
    background-size: 12px;
  }
}

@media screen and (max-width: 1024px) {
  .sort__right {
    width: 100%;
  }
}
.sort__right select {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  outline: none;
  border: none;
  padding: 20px 18px;
  background: url("../img/select.svg") no-repeat right 10px center;
  background-size: 16px;
  padding-right: 40px;
  font-size: 14px;
  line-height: 24px;
  line-height: 100%;
  color: #4C4341;
  text-transform: uppercase;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media screen and (max-width: 1024px) {
  .sort__right select {
    max-width: 100%;
    width: 100%;
    background: #fff url("../img/select.svg") no-repeat right 10px center;
    font-size: 12px;
    padding: 20px 10px;
    background-size: 12px;
  }
}

.custom-pagination {
  margin-top: 60px;
}
.custom-pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}
.custom-pagination ul li {
  list-style-type: none;
  margin-right: 8px;
}
.custom-pagination ul li:nth-last-child(1) {
  margin-right: 0;
}
.custom-pagination ul li a {
  text-decoration: none;
  color: #232323;
}
.custom-pagination ul .page-numbers {
  width: 32px;
  height: 32px;
  background: #fff;
  border: 1px solid #fff;
  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;
  color: #232323;
  font-size: 12px;
}
.custom-pagination ul .current {
  background: #CB6E55;
  color: #fff;
}

.product1 {
  padding-top: 201px;
  padding-bottom: 75px;
}
@media screen and (max-width: 1024px) {
  .product1 {
    padding-top: 120px;
    padding-bottom: 35px;
  }
}

.variations {
  display: none;
}

.product_meta {
  display: none;
}

.woocommerce-variation-price {
  display: none;
}

.product1__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .product1__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.product1__left {
  width: 33.3333333333%;
}
@media screen and (max-width: 1024px) {
  .product1__left {
    width: 100%;
    margin-bottom: 30px;
  }
}

.product1__center {
  width: 33.3333333333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1024px) {
  .product1__center {
    width: 100%;
    margin-bottom: 30px;
  }
}

.product1__right {
  width: 33.3333333333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .product1__right {
    width: 100%;
  }
}

.excerpt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right;
  color: #fff;
  font-size: 17px;
  line-height: 22px;
}
@media screen and (max-width: 1024px) {
  .excerpt {
    font-size: 15px;
  }
}

.prdoct1__title {
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 40px;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .prdoct1__title {
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 20px;
  }
}

.product-variations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .product-variations {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.variation-option {
  cursor: pointer;
  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;
  padding: 7px 15px;
  color: #fff;
  border: 1px solid #fff;
  font-size: 17px;
  min-width: 95px;
  margin-bottom: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 1024px) {
  .variation-option {
    margin-right: 0;
    min-width: auto;
    width: 48%;
    margin-bottom: 10px;
  }
}
.variation-option:nth-last-child(1) {
  margin-right: 0;
}

#product-cat-select {
  display: none;
}

.variation-option.active {
  background: #1D5E49;
  border: 1px solid #1D5E49;
}

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

.product-price {
  font-size: 40px;
  text-transform: uppercase;
  color: #fff;
  line-height: 100%;
}

.price__sep {
  font-size: 40px;
  text-transform: uppercase;
  color: #fff;
  margin: 0 5px;
  line-height: 100%;
}

.variation-name {
  font-weight: bold;
  color: #fff;
}

.product2 {
  padding: 100px 0;
}
@media screen and (max-width: 1024px) {
  .product2 {
    padding: 30px 0;
  }
}

.product2__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .product2__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.product2__left {
  width: 48%;
}
@media screen and (max-width: 1024px) {
  .product2__left {
    width: 100%;
    margin-bottom: 30px;
  }
}

.product2__right {
  width: 48%;
}
@media screen and (max-width: 1024px) {
  .product2__right {
    width: 100%;
  }
}

.product2__description h2 {
  font-size: 44px;
  line-height: 48px;
  margin-bottom: 40px;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .product2__description h2 {
    font-size: 34px;
    line-height: 38px;
    margin-bottom: 20px;
  }
}
.product2__description p {
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 30px;
}
.product2__description p:nth-last-child(1) {
  margin-bottom: 0;
}
.product2__description strong {
  font-weight: 700;
}

.meta__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #4C4341;
}
.meta__item:nth-last-child(1) {
  margin-bottom: 0;
}

.meta__left {
  font-size: 18px;
  color: rgba(76, 67, 65, 0.6705882353);
}
@media screen and (max-width: 1024px) {
  .meta__left {
    font-size: 15px;
  }
}

.meta__right {
  font-size: 18px;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .meta__right {
    font-size: 15px;
  }
}

.product3 {
  padding: 100px 0;
}
@media screen and (max-width: 1024px) {
  .product3 {
    padding: 30px 0;
  }
}

.product3__content1 h2 {
  font-weight: 400;
  font-size: 48px;
  line-height: 48px;
  color: #fff;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .product3__content1 h2 {
    font-size: 38px;
    line-height: 38px;
  }
}
.product3__content1 p {
  font-size: 15px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 30px;
}
.product3__content1 img {
  -o-object-fit: cover;
     object-fit: cover;
}

.product3__content2 h2 {
  font-weight: 400;
  font-size: 48px;
  line-height: 48px;
  color: #fff;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .product3__content2 h2 {
    font-size: 38px;
    line-height: 38px;
  }
}
.product3__content2 p {
  font-size: 15px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 30px;
}

.product1__product__img img {
  width: 100%;
  height: 400px;
}

.cart__title {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .cart__title {
    margin-bottom: 40px;
  }
}

.cart__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .cart__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.cart__left {
  width: 70%;
  background: #fff;
  padding: 50px 30px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
@media screen and (max-width: 1024px) {
  .cart__left {
    width: 100%;
    margin-bottom: 30px;
    padding: 25px 15px;
  }
}

.cart__right {
  width: 25%;
  padding: 50px 30px;
}
@media screen and (max-width: 1024px) {
  .cart__right {
    width: 100%;
    padding: 25px 15px;
  }
}

.cart-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #F6F6F6;
  margin-bottom: 10px;
  padding: 15px;
}

.cart-item-thumbnail {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cart-item-thumbnail img {
  width: 100px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 8px;
}

.cart-item-name {
  width: 30%;
}
.cart-item-name a {
  text-decoration: none;
  color: #626B77;
}

.qty-decrease {
  width: 27px;
  height: 27px;
  border-radius: 100px;
  background: #fff;
  border: none;
  outline: none;
  cursor: pointer;
}

.qty-increase {
  width: 27px;
  height: 27px;
  border-radius: 100px;
  background: #fff;
  border: none;
  outline: none;
  cursor: pointer;
}

.qty-input {
  -webkit-appearance: none;
  background: transparent;
  outline: none;
  border: none;
  text-align: center;
}

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

/* Для Firefox */
.cart-item-quantity input[type=number] {
  -moz-appearance: textfield;
}

.cart-item-subtotal {
  font-size: 20px;
  font-weight: 500;
}

.woocommerce a.remove:hover {
  color: #fff !important;
  background: transparent;
}

.cart-subtotal {
  display: none;
}

.mcart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .mcart {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.cart-item-image2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 135px;
  margin-right: 15px;
}
.cart-item-image2 img {
  width: 100px;
  border-radius: 8px;
}
@media screen and (max-width: 1024px) {
  .cart-item-image2 {
    width: 30%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.cart__item__name2 {
  color: #626B77;
  font-size: 18px;
  text-decoration: none;
  margin-right: 15px;
  width: 150px;
}
@media screen and (max-width: 1024px) {
  .cart__item__name2 {
    width: 65%;
    margin-right: 0;
  }
}

.quantity-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.qty-minus {
  width: 27px;
  height: 27px;
  border-radius: 100px;
  background: #fff;
  border: none;
  outline: none;
  cursor: pointer;
}

.qty-plus {
  width: 27px;
  height: 27px;
  border-radius: 100px;
  background: #fff;
  border: none;
  outline: none;
  cursor: pointer;
}

.cart-item-qty {
  -webkit-appearance: none;
  background: transparent;
  outline: none;
  border: none;
  text-align: center;
  width: 27px;
}

.dvokrapka {
  margin-right: 5px;
}

.wc-forward {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #121212;
  font-size: 18px;
  background: #fff;
  padding: 10px 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-decoration: none;
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
}

.mini-cart-dropdown {
  height: 500px;
  overflow: hidden;
  overflow-y: scroll;
}

.entry-title {
  text-align: center;
  font-size: 34px;
  color: #4F4F4F;
  font-family: "MabryPro-Regular";
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 65px;
}

.check__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .check__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.check__left {
  width: 48%;
}
@media screen and (max-width: 1024px) {
  .check__left {
    width: 100%;
    margin-bottom: 30px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.check__right {
  width: 48%;
}
@media screen and (max-width: 1024px) {
  .check__right {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

#billing_country_field {
  display: none;
}

.check__form__title {
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 24px;
}

.woocommerce-billing-fields__field-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.woocommerce-billing-fields__field-wrapper .form-row {
  padding: 0;
  margin: 0;
  float: none;
  width: 48%;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .woocommerce-billing-fields__field-wrapper .form-row {
    width: 100%;
  }
}
.woocommerce-billing-fields__field-wrapper .form-row label {
  margin-bottom: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 30px;
  color: #4F4F4F;
}
.woocommerce-billing-fields__field-wrapper .form-row label .required {
  color: #FF1515;
}
.woocommerce-billing-fields__field-wrapper .form-row input {
  outline: none;
  border: none;
  width: 100%;
  padding: 15px 30px;
  color: rgba(34, 34, 34, 0.55);
  font-family: "MabryPro-Regular";
  font-size: 15px;
}
.woocommerce-billing-fields__field-wrapper .form-row input::-webkit-input-placeholder {
  color: rgba(34, 34, 34, 0.55);
  font-family: "MabryPro-Regular";
  font-size: 15px;
}
.woocommerce-billing-fields__field-wrapper .form-row input::-moz-placeholder {
  color: rgba(34, 34, 34, 0.55);
  font-family: "MabryPro-Regular";
  font-size: 15px;
}
.woocommerce-billing-fields__field-wrapper .form-row input:-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.55);
  font-family: "MabryPro-Regular";
  font-size: 15px;
}
.woocommerce-billing-fields__field-wrapper .form-row input::-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.55);
  font-family: "MabryPro-Regular";
  font-size: 15px;
}
.woocommerce-billing-fields__field-wrapper .form-row input::placeholder {
  color: rgba(34, 34, 34, 0.55);
  font-family: "MabryPro-Regular";
  font-size: 15px;
}

.wcus-checkout-fields h3 {
  font-weight: bold !important;
  font-size: 17px !important;
  font-size: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wcus-checkout-fields h3::after {
  content: "";
  width: 31px;
  height: 33px;
  background: url("../img/nova.svg") no-repeat;
  display: block;
}
.wcus-checkout-fields .form-row {
  margin-bottom: 20px;
}
.wcus-checkout-fields .form-row .zen-ui-select__value {
  outline: none;
  border: none;
  width: 100%;
  padding: 15px 30px;
  color: #121212;
  font-size: 15px;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(34, 34, 34, 0.55);
  font-size: 15px;
}
.wcus-checkout-fields .form-row .zen-ui-select__value::-webkit-input-placeholder {
  color: rgba(34, 34, 34, 0.55);
  font-size: 15px;
}
.wcus-checkout-fields .form-row .zen-ui-select__value::-moz-placeholder {
  color: rgba(34, 34, 34, 0.55);
  font-size: 15px;
}
.wcus-checkout-fields .form-row .zen-ui-select__value:-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.55);
  font-size: 15px;
}
.wcus-checkout-fields .form-row .zen-ui-select__value::-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.55);
  font-size: 15px;
}
.wcus-checkout-fields .form-row .zen-ui-select__value::placeholder {
  color: rgba(34, 34, 34, 0.55);
  font-size: 15px;
}
.wcus-checkout-fields .form-row .zen-ui-select__option {
  color: #121212;
}

#order_comments {
  padding: 15px 30px;
  color: #121212;
  font-family: "TT Firs Neue", sans-serif;
  font-size: 15px;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(34, 34, 34, 0.55);
  font-size: 15px;
  border-radius: 0;
  width: 100%;
  resize: none;
}
#order_comments::-webkit-input-placeholder {
  color: rgba(34, 34, 34, 0.55);
  font-size: 15px;
}
#order_comments::-moz-placeholder {
  color: rgba(34, 34, 34, 0.55);
  font-size: 15px;
}
#order_comments:-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.55);
  font-size: 15px;
}
#order_comments::-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.55);
  font-size: 15px;
}
#order_comments::placeholder {
  color: rgba(34, 34, 34, 0.55);
  font-size: 15px;
}

.input-text1 {
  padding: 15px 30px;
  color: #121212;
  font-size: 15px;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(34, 34, 34, 0.55);
  font-family: "MabryPro-Regular";
  font-size: 15px;
  width: 100%;
}
.input-text1::-webkit-input-placeholder {
  color: rgba(34, 34, 34, 0.55);
  font-size: 15px;
}
.input-text1::-moz-placeholder {
  color: rgba(34, 34, 34, 0.55);
  font-size: 15px;
}
.input-text1:-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.55);
  font-size: 15px;
}
.input-text1::-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.55);
  font-size: 15px;
}
.input-text1::placeholder {
  color: rgba(34, 34, 34, 0.55);
  font-size: 15px;
}

.woocommerce-shipping-fields {
  display: none;
}

.notes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.notes label {
  font-family: "TTFirsNeue-Medium";
  margin-bottom: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 30px;
}
.notes label .optional {
  display: none;
}
.notes textarea {
  outline: none;
  border: none;
  width: 100%;
  padding: 15px 30px;
  color: #121212;
  font-size: 15px;
  min-height: 145px;
}
.notes textarea::-webkit-input-placeholder {
  color: rgba(34, 34, 34, 0.55);
  font-size: 15px;
}
.notes textarea::-moz-placeholder {
  color: rgba(34, 34, 34, 0.55);
  font-size: 15px;
}
.notes textarea:-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.55);
  font-size: 15px;
}
.notes textarea::-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.55);
  font-size: 15px;
}
.notes textarea::placeholder {
  color: rgba(34, 34, 34, 0.55);
  font-size: 15px;
}

.woocommerce-form-coupon-toggle {
  margin-top: 25px;
  margin-bottom: 20px;
}

.showcoupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
  color: rgba(79, 79, 79, 0.77);
  text-decoration: none;
  border-bottom: 1px solid rgba(79, 79, 79, 0.77);
  padding-bottom: 20px;
}

.checkout_coupon .form-row {
  margin-bottom: 20px;
}
.checkout_coupon .form-row input {
  padding: 15px 30px;
  border: none;
  color: rgba(34, 34, 34, 0.55);
  font-size: 15px;
  outline: none;
}
.checkout_coupon .form-row .button {
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
  cursor: pointer;
}

.woocommerce-shipping-totals {
  display: none;
}

.order-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #DDB288;
  padding: 10px 15px;
  margin-top: 30px;
}

.total__name {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.total__price {
  font-size: 35px;
  font-weight: bold;
  color: #fff;
}

.woocommerce-remove-coupon {
  color: #FF1515;
}

.pay__title {
  font-size: 17px;
  font-weight: bold !important;
  margin-bottom: 20px;
  font-weight: 400;
}

.mrkv_plata_checkout {
  display: none;
}

.payment_box {
  display: none !important;
}

.woocommerce-terms-and-conditions-wrapper {
  display: none;
}

.wc_payment_methods {
  border-bottom: 1px solid rgba(17, 24, 67, 0.1607843137);
  padding-bottom: 30px !important;
  margin-bottom: 30px !important;
}

.button__last {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 14px;
  background: #066249;
  padding: 17px 20px;
  width: 100%;
  text-decoration: none;
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
  cursor: pointer;
  outline: none;
  border: none;
}
.button__last:hover {
  opacity: 0.7;
}

.woocommerce-NoticeGroup {
  background: #066249;
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 100;
  text-align: center;
  padding: 20px 20px;
}
.woocommerce-NoticeGroup a {
  text-decoration: none;
  color: #fff;
}

.woocommerce-order-details {
  display: none !important;
}

.woocommerce-order {
  padding: 50px 30px;
  border-radius: 14px;
}

.woocommerce-thankyou-order-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.woocommerce-thankyou-order-received {
  text-align: center;
}

.woocommerce-order-details {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.woocommerce-order-details__title {
  font-size: 20px;
  text-transform: uppercase;
  font-family: "TTFirsNeue-Medium";
  margin-bottom: 20px;
  font-weight: normal;
}

.pr1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.pr1 a {
  margin-right: 10px;
  color: #fff;
}
.pr1 .product-quantity {
  margin-right: 15px;
}

.pr2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.g1 {
  margin-right: 15px;
}

.woocommerce-customer-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.woocommerce-billing-fields__field-wrapper {
  margin-bottom: 30px;
}

.breadcrumbs {
  display: none;
}

.woocommerce-additional-fields {
  margin-top: 30px;
}

.woocommerce-checkout .section__footer {
  display: none;
}
.woocommerce-checkout .footer__row1 {
  border-top: 1px solid rgba(62, 64, 68, 0.2196078431);
  padding-top: 60px;
}

.woocommerce-breadcrumb {
  display: none;
}

.add__com__hidden {
  margin-top: 20px;
}

.add__com {
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  color: #066249;
}

.brands-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
@media screen and (max-width: 1024px) {
  .brands-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.brands-list li {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.brands-list li img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.brands-list li span {
  position: absolute;
  background: #598234;
  left: 0;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  padding: 13px;
}

.section__footer {
  position: relative;
  height: 865px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .section__footer {
    height: 100%;
  }
}

.footer__left {
  width: 50%;
  background: #DDB288;
}
@media screen and (max-width: 1024px) {
  .footer__left {
    display: none;
  }
}

.footer__right {
  width: 50%;
  background: #3E4044;
}
@media screen and (max-width: 1024px) {
  .footer__right {
    display: none;
  }
}

.footer__container {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .footer__container {
    position: relative;
    padding: 0;
  }
}

.s__footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .s__footer__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.s__footer__left {
  width: 50%;
  padding-right: 60px;
}
@media screen and (max-width: 1024px) {
  .s__footer__left {
    width: 100%;
    padding: 0;
    background: #DDB288;
    padding-bottom: 30px;
  }
}

.s__footer__right {
  width: 50%;
  padding-left: 60px;
}
.s__footer__right .s__txt1 {
  margin-top: 100px;
}
@media screen and (max-width: 1024px) {
  .s__footer__right {
    width: 100%;
    padding: 0;
    background: #3E4044;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 30px;
  }
  .s__footer__right .s__txt1 {
    margin-top: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .s__footer__right .s__button2 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .s__footer__right .s__img2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.s__img1 {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .s__img1 {
    margin-bottom: 30px;
  }
}

.s__txt1 {
  font-size: 44px;
  line-height: 48px;
  font-style: italic;
  margin-bottom: 40px;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .s__txt1 {
    font-size: 34px;
    line-height: 38px;
    margin-bottom: 20px;
    padding: 0 15px;
  }
}

.s__button1 .button2 {
  border: 1px solid #fff;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .s__button1 {
    padding: 0 15px;
  }
}

.s__img2 {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  .s__img2 {
    margin-top: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .s__button2 {
    padding: 0 15px;
  }
}

.footer {
  padding-top: 100px;
}
@media screen and (max-width: 1024px) {
  .footer {
    padding-top: 30px;
  }
}

.footer__row1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .footer__row1 {
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer__item {
  width: 25%;
}
@media screen and (max-width: 1024px) {
  .footer__item {
    width: 100%;
    margin-bottom: 30px;
  }
  .footer__item:nth-last-child(1) {
    margin-bottom: 0;
  }
}

.footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.social {
  margin-right: 60px;
}
.social:nth-last-child(1) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .social {
    margin-right: 30px;
  }
}

.footer__name {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.link {
  display: block;
  text-decoration: none;
  color: #4C4341;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.link:hover {
  text-decoration: underline;
}

.footer__row2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0;
  border-top: 1px solid rgba(62, 64, 68, 0.2196078431);
}
@media screen and (max-width: 1024px) {
  .footer__row2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 1024px) {
  .item__left {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.copy {
  font-size: 12px;
  text-transform: uppercase;
}

.item__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .item__center {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .item__right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 20px;
  }
}

.sponsor {
  margin-right: 30px;
}
.sponsor:nth-last-child(1) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .sponsor {
    margin-right: 20px;
  }
}

.link2 {
  font-size: 14px;
  text-transform: uppercase;
  color: #4C4341;
  text-decoration: none;
}
.link2:hover {
  text-decoration: underline;
}