html {
  font-size: 62.5%;
}

.scroll-arrow {
  width: 4.8rem;
  height: 4.8rem;
  transition: all 0.3s;
}
.scroll-arrow img {
  width: 100%;
}
.scroll-arrow svg path {
  transition: all 0.3s;
}
.scroll-arrow:hover svg path {
  fill: #ac9c59;
}

.bg-wrap h2,
.bg-wrap .h2 {
  margin-bottom: 4.5rem;
}

.dark-bg {
  background-color: #373a36;
  padding: 6.4rem 0;
  width: 100%;
}
.dark-bg.dark-bg-image {
  background: #373a36 url("./../images/dark-bg.jpg") no-repeat center;
  background-size: cover;
}
.dark-bg h1,
.dark-bg .h1,
.dark-bg h2,
.dark-bg .h2 {
  color: #ffffff;
}

@media (max-width: 1199px) {
  h2, .h2 {
    font-size: 5rem;
  }
  h3, .h3 {
    font-size: 3.6rem;
  }
  h4, .h4 {
    font-size: 2.4rem;
  }
  body {
    font-size: 1.6rem;
  }
}
.dark-bg-center {
  background-color: #373a36;
  padding: 2.4rem 0;
  width: 100%;
  height: 40rem;
  background: #373a36 url("./../images/dark-box-center.jpg") no-repeat center;
  display: flex;
  align-items: center;
  text-align: center;
}
.dark-bg-center h1,
.dark-bg-center .h1,
.dark-bg-center h2,
.dark-bg-center .h2 {
  color: #ffffff;
  margin-bottom: 1rem;
}
.dark-bg-center p {
  color: #ffffff;
  font-size: 2.4rem;
}

.light-bg {
  background-color: #f7f6f3;
  width: 100%;
}

.show-more {
  background: url("./../images/show-more.svg") no-repeat center right 0.6rem;
  display: inline-flex;
  padding-right: 2.4rem;
  transition: all 0.3s;
}
.show-more:hover {
  background-position: center right 0;
  color: #ac9c59;
}

.show-all {
  text-align: center;
}
.show-all .btn {
  margin: 0 auto;
  min-width: 32.5rem;
}

.tag {
  border-radius: 0.2rem;
  background-color: #3a913f;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
  text-transform: uppercase;
  padding: 0.3rem 0.8rem;
  display: inline-flex;
}
.tag-orange {
  background-color: #cba052;
}
.tag-danger {
  background: #CA1F17;
}
.tag:hover {
  color: #ffffff;
}
.tag-list {
  margin: -0.4rem;
  display: flex;
  flex-direction: row;
}
.tag-list .tag {
  margin: 0.4rem;
}

.perex {
  font-size: 2rem;
  line-height: 1.78;
}

.styled-ul ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.styled-ul ul li {
  background: url("./../images/check.svg") no-repeat left top;
  padding-left: 4.8rem;
  margin-bottom: 2.4rem;
  min-height: 2.6rem;
}

.dropdown-menu {
  padding: 0;
}
.dropdown-item {
  padding: 0.8rem 1rem;
  display: flex;
  align-items: center;
}
.dropdown-item img {
  margin-right: 0.8rem;
}
.dropdown-item:hover {
  background: none;
  color: #8f7e35;
}
.dropdown-toggle {
  display: flex;
  align-items: center;
}
.dropdown-toggle::after {
  width: 1.4rem;
  height: 0.8rem;
  content: "";
  margin: 0;
  border: none;
  background: url("./../images/dropdown.svg") no-repeat center;
  vertical-align: 0;
  transition: all 0.3s;
  margin-left: 0.6rem;
}
.dropdown-toggle.show:after {
  transform: rotate(180deg);
}
.dropdown.show .dropdown-toggle:after {
  transform: rotate(180deg) !important;
}

.info-tooltip {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.info-tooltip img {
  display: block;
}

.orange-box {
  background-color: #f7f6f3;
  padding: 3.2rem 5.6rem;
  padding-bottom: 2rem;
}
.orange-box p {
  margin-bottom: 2rem;
  color: #8f7e35;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8rem;
  font-style: italic;
}

@media (max-width: 991px) {
  h1,
  .h1 {
    font-size: 3.2rem;
  }
  h2,
  .h2 {
    font-size: 2.4rem;
  }
  h3,
  .h3 {
    font-size: 2rem;
  }
  h4, .h4 {
    font-size: 1.8rem;
  }
  .show-all .btn {
    width: 100%;
    min-width: 0;
  }
  .dark-bg,
  .light-bg {
    padding: 3.2rem 0;
  }
  .bg-wrap h2,
  .bg-wrap .h2 {
    margin-bottom: 3rem;
  }
  .perex {
    font-size: 1.8rem;
  }
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .row {
    margin-left: -0.4rem;
    margin-right: -0.4rem;
  }
  .col-xxxl,
  .col-xxxl-auto,
  .col-xxxl-12,
  .col-xxxl-11,
  .col-xxxl-10,
  .col-xxxl-9,
  .col-xxxl-8,
  .col-xxxl-7,
  .col-xxxl-6,
  .col-xxxl-5,
  .col-xxxl-4,
  .col-xxxl-3,
  .col-xxxl-2,
  .col-xxxl-1,
  .col-xxl,
  .col-xxl-auto,
  .col-xxl-12,
  .col-xxl-11,
  .col-xxl-10,
  .col-xxl-9,
  .col-xxl-8,
  .col-xxl-7,
  .col-xxl-6,
  .col-xxl-5,
  .col-xxl-4,
  .col-xxl-3,
  .col-xxl-2,
  .col-xxl-1,
  .col-xl,
  .col-xl-auto,
  .col-xl-12,
  .col-xl-11,
  .col-xl-10,
  .col-xl-9,
  .col-xl-8,
  .col-xl-7,
  .col-xl-6,
  .col-xl-5,
  .col-xl-4,
  .col-xl-3,
  .col-xl-2,
  .col-xl-1,
  .col-lg,
  .col-lg-auto,
  .col-lg-12,
  .col-lg-11,
  .col-lg-10,
  .col-lg-9,
  .col-lg-8,
  .col-lg-7,
  .col-lg-6,
  .col-lg-5,
  .col-lg-4,
  .col-lg-3,
  .col-lg-2,
  .col-lg-1,
  .col-md,
  .col-md-auto,
  .col-md-12,
  .col-md-11,
  .col-md-10,
  .col-md-9,
  .col-md-8,
  .col-md-7,
  .col-md-6,
  .col-md-5,
  .col-md-4,
  .col-md-3,
  .col-md-2,
  .col-md-1,
  .col-sm,
  .col-sm-auto,
  .col-sm-12,
  .col-sm-11,
  .col-sm-10,
  .col-sm-9,
  .col-sm-8,
  .col-sm-7,
  .col-sm-6,
  .col-sm-5,
  .col-sm-4,
  .col-sm-3,
  .col-sm-2,
  .col-sm-1,
  .col,
  .col-auto,
  .col-12,
  .col-11,
  .col-10,
  .col-9,
  .col-8,
  .col-7,
  .col-6,
  .col-5,
  .col-4,
  .col-3,
  .col-2,
  .col-1 {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
  .orange-box {
    padding: 2.4rem 2.4rem;
    padding-bottom: 1.2rem;
  }
}
.mt-100 {
  margin-top: 10rem;
}

.mb-70 {
  margin-bottom: 7rem;
}

.mt-120 {
  margin-top: 12rem;
}

.mb-120 {
  margin-bottom: 12rem;
}

.pt-120 {
  padding-top: 12rem;
}

.pb-120 {
  padding-bottom: 12rem;
}

.external-link {
  background: url("./../images/external-link.svg") no-repeat right top 1.1rem;
  display: inline-block;
  padding-right: 2rem;
}

@media (max-width: 1199px) {
  .pt-120 {
    padding-top: 8rem;
  }
  .pb-120 {
    padding-bottom: 8rem;
  }
}
@media (max-width: 991px) {
  .mt-100 {
    margin-top: 2rem;
  }
  .mb-70 {
    margin-bottom: 2rem;
  }
  .mb-120 {
    margin-bottom: 2rem;
  }
  .pt-120 {
    padding-top: 3.2rem;
  }
  .pb-120 {
    padding-bottom: 3.2rem;
  }
}
.mw-84 {
  max-width: 84rem;
}

button:focus {
  outline: none;
}

.btn {
  padding: 1.65rem 2.9rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
  border: 0.2rem solid transparent;
}
.btn-primary {
  color: #ffffff;
}
.btn-primary:hover {
  background: #ac9c59;
  color: #ffffff;
  border-color: transparent;
}
.btn-light {
  background-color: rgba(143, 126, 53, 0.2);
  color: #8f7e35;
}
.btn-light:hover {
  color: #8f7e35;
  background-color: rgba(143, 126, 53, 0.3);
  border-color: transparent;
}
.btn-transparent {
  border: 0.2rem solid #8f7e35;
  color: #8f7e35;
}
.btn-transparent:hover {
  color: #ffffff;
  border-color: #a29255;
  background: #a29255;
}
.btn-ico {
  display: inline-flex;
  align-items: center;
  height: 5.6rem;
}
.btn-ico img {
  margin-right: 1.2rem;
}
.btn-blue {
  background-color: #2a70c1;
  color: #ffffff;
}
.btn-blue:hover {
  background-color: #4b95ea;
  color: #ffffff;
}

.dark-bg .btn-transparent {
  border: 0.2rem solid #ffffff;
  color: #ffffff;
}
.dark-bg .btn-transparent:hover {
  color: #ffffff;
  background: #a29255;
  border-color: #a29255;
}

.form-control {
  height: 4.8rem;
  border: 0.2rem solid #d0ccbe;
  background-color: #ffffff;
  padding: 0;
}

.form-group {
  margin-bottom: 1.6rem;
}

.form-control {
  height: 4.8rem;
  border: 0.2rem solid #d0ccbe;
  background-color: #ffffff;
  color: #373a36;
  font-size: 1.6rem;
  padding: 0 1.8rem;
  outline: none;
}
.form-control:focus {
  border: 0.2rem solid #8f7e35;
  box-shadow: none;
}
.form-control::-webkit-input-placeholder {
  color: #373a36;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  /* Internet Explorr 10-11 */
  color: #373a36;
  opacity: 1;
}
.form-control::placeholder {
  color: #373a36;
  opacity: 1;
}
.form-control.state-ok {
  border: 0.2rem solid #d0eadf;
  background: url("./../images/check-circle-solid.svg") no-repeat right 1.2rem center;
  background-size: 1.6rem;
}
.form-control.state-error {
  border: 0.2rem solid #fed8d9;
  background: url("./../images/info-circle-solid.svg") no-repeat right 1.2rem center;
  background-size: 1.6rem;
}

textarea.form-control {
  height: 16rem;
  padding: 1.6rem 1.8rem;
}

.input-wrap {
  position: relative;
  flex: 0 0 28.2rem;
  max-width: 28.2rem;
}
.input-wrap.input-wrap-small {
  flex: 0 0 18rem;
  max-width: 18rem;
}

.textarea-wrap {
  flex: 0 0 56.4rem;
  max-width: 56.4rem;
  position: relative;
}

.info-text {
  color: #8b8b83;
  font-size: 1.4rem;
  position: relative;
  padding-left: 2.2rem;
  line-height: 1.4;
  display: block;
}
.info-text:before {
  position: absolute;
  content: "\f05a";
  font-family: "Font Awesome 5 Pro";
  display: block;
  left: 0;
  top: 0;
}

.error-text {
  font-size: 1.4rem;
  line-height: 1.2;
  color: #ce4e4e;
  margin-top: 0.2rem;
  display: block;
}

@media (max-width: 767px) {
  .error-text {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 1rem;
  }
  .input-wrap {
    position: relative;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .input-wrap.input-wrap-small {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .textarea-wrap {
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
  }
}
label .star {
  color: #ce4e4e;
}

.simple-number {
  border-radius: 0.4rem;
  background-color: #ffffff;
  border: none;
  height: 3.9rem;
  width: 5.6rem;
  color: #373a36;
  font-size: 1.8rem;
  text-align: center;
}

/* check */
.check-styled {
  position: relative;
  display: flex;
  width: 100%;
  font-size: 1.8rem;
}

.check-right {
  width: 100%;
  display: flex;
  align-items: center;
}

.check-styled input[type=checkbox] {
  opacity: 0;
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
}
.check-styled input[type=checkbox] + label {
  display: flex;
  width: 100%;
  margin: 0;
  min-height: 3.2rem;
  margin: 0;
  vertical-align: middle;
  padding-left: 4.8rem;
  cursor: pointer;
  font-weight: normal;
  padding-top: 0px;
  line-height: 1.2;
  font-size: 1.8rem;
  position: relative;
  align-items: center;
  transition: all 0.3s;
}
.check-styled input[type=checkbox] + label:before {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 0.4rem;
  border: 0.2rem solid #e3e3e3;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s;
}
.check-styled input[type=checkbox] + label:after {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 0.4rem;
  background-color: #8f7e35;
  line-height: 1;
  content: "";
  background: #8f7e35 url("./../images/icon_check.svg") no-repeat center;
  display: flex;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  transition: all 0.3s;
  opacity: 0;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.check-styled input[type=checkbox] + label:hover:after {
  opacity: 0.1;
}
.check-styled input[type=checkbox]:disabled + label {
  cursor: not-allowed !important;
  color: #8b8b83 !important;
}
.check-styled input[type=checkbox]:disabled + label:before {
  background: #bcaf79;
  border-color: #bcaf79;
}

.check-styled input[type=checkbox]:checked + label:after {
  opacity: 1;
}

.check-styled.check-styled-normal input[type=checkbox] + label {
  font-size: 1.6rem;
}
.check-styled.check-styled-normal input[type=checkbox] + label a {
  text-decoration: underline;
}
.check-styled.check-styled-normal input[type=checkbox] + label a:hover {
  text-decoration: none;
}

/* end check */
/* radio */
.check-styled input[type=radio] {
  opacity: 0;
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
}
.check-styled input[type=radio] + label {
  display: flex;
  width: 100%;
  margin: 0;
  min-height: 3.2rem;
  margin: 0;
  vertical-align: middle;
  padding-left: 4.8rem;
  cursor: pointer;
  font-weight: normal;
  padding-top: 0px;
  line-height: 1.2;
  font-size: 1.8rem;
  position: relative;
  align-items: center;
  transition: all 0.3s;
}
.check-styled input[type=radio] + label:before {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  border: 0.2rem solid #e3e3e3;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s;
  background: #ffffff;
}
.check-styled input[type=radio] + label:after {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  background-color: #8f7e35;
  line-height: 1;
  content: "";
  display: flex;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  transition: all 0.3s;
  opacity: 0;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.check-styled input[type=radio] + label:hover:after {
  opacity: 0.3;
}
.check-styled input[type=radio]:disabled + label {
  cursor: not-allowed !important;
  color: #8b8b83 !important;
}
.check-styled input[type=radio]:disabled + label:before {
  background: #bcaf79;
  border-color: #bcaf79;
}

.check-styled input[type=radio]:checked + label:after {
  opacity: 1;
}

/* end radio */
header {
  height: 10rem;
  position: relative;
  z-index: 20;
}
header.dark-head {
  background: #373a36;
}
header .container {
  height: 100%;
}
header .container .navbar {
  height: 100%;
  align-items: stretch;
}

.navbar-top {
  display: flex;
  align-items: center;
}

.navbar-brand {
  margin: 0;
  padding: 0;
}

.navbar {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.navbar-collapse {
  align-items: stretch;
}

.navbar-nav {
  margin-left: auto;
  align-items: stretch;
}
.navbar-nav .nav-link {
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 1.5;
  transition: all 0.2s;
  font-weight: 400;
}
.navbar-nav .nav-link:before {
  left: 0;
  top: calc(100% - 0.1rem);
  height: 0.2rem;
  background-color: #ffffff;
  content: "";
  display: block;
  position: absolute;
  width: 0;
  transition: all 0.3s;
}
.navbar-nav .nav-link:hover {
  color: #ffffff;
}
.navbar-nav .nav-link:hover:before {
  width: 100%;
}
.navbar-nav .nav-item {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 1.5rem;
}
.navbar-nav .nav-item.active .nav-link:before {
  width: 100%;
}
.navbar-nav .nav-item .btn-primary {
  margin-left: 1.5rem;
}
.navbar-nav .nav-cart a {
  position: relative;
}
.navbar-nav .nav-cart a::before {
  display: none;
}
.navbar-nav .nav-cart span {
  display: none;
}
.navbar-nav .nav-cart span.nav-cart-num {
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: -0.8rem;
  right: -0.8rem;
  width: 1.8rem;
  height: 1.6rem;
  border-radius: 0.4rem;
  background-color: #cba052;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}

.header-menu-toggle {
  display: none;
  position: relative;
  width: 11.1rem;
  height: 5.6rem;
  background-color: #8f7e35;
  justify-content: center;
}
.header-menu-toggle-text {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 400;
  margin-right: 0.8rem;
}

#nav-icon1 {
  width: 21px;
  height: 18px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  margin-top: 0.2rem;
}

#nav-icon1 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #ffffff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 0.8rem;
}

#nav-icon1 span:nth-child(3) {
  top: 1.6rem;
}

#nav-icon1.open span:nth-child(1) {
  top: 0.8rem;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -5rem;
}

#nav-icon1.open span:nth-child(3) {
  top: 0.8rem;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.mobile-nav-section {
  display: none;
  flex-direction: column;
  margin-top: 3.2rem;
  width: 100%;
}
.mobile-nav-section h3 {
  color: #d6d2c4;
  font-size: 2rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.mobile-nav-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.mobile-nav-links a {
  color: #8b8b83;
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.5;
  margin-bottom: 1.2rem;
}
.mobile-nav-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 1rem;
}
.mobile-nav-contact a {
  color: #8b8b83;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.33;
  margin-bottom: 1rem;
}
.mobile-nav-contact-mail {
  color: #ac9c59 !important;
}
.mobile-nav-social {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  margin-top: 1rem;
}
.mobile-nav-social h3 {
  margin-bottom: 0;
}
.mobile-nav-social svg,
.mobile-nav-social img {
  margin-left: 4rem;
}

.mobile-lang {
  display: none;
  color: #ffffff;
  font-size: 1.6rem;
  margin-left: auto;
  margin-right: 2rem;
}
.mobile-lang a {
  color: #ffffff;
}
.mobile-lang .dropdown-menu {
  background: #373a36;
  margin-top: 1.6rem;
}

header.dark-header {
  background-color: #373a36;
}
header.dark-header .navbar {
  border-bottom: none;
}
header.dark-header .navbar-nav .nav-link::before {
  background: #ac9c59;
}

@media (max-width: 1499px) {
  .navbar-nav .nav-link {
    font-size: 1.5rem;
  }
  .navbar-nav .nav-item {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media (max-width: 1399px) {
  .navbar-nav .nav-link {
    font-size: 1.2rem;
  }
  .navbar-nav .nav-item {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .navbar-brand {
    width: 20rem;
  }
  .navbar-nav .nav-item .btn-primary {
    padding: 1.3rem 2rem;
  }
}
@media (max-width: 1199px) {
  .navbar-nav .nav-link {
    font-size: 1.2rem;
  }
  .navbar-nav .nav-item {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .navbar-brand {
    width: 15rem;
  }
  .navbar-nav .nav-item .btn-primary {
    padding: 1.3rem 2rem;
    font-size: 1.2rem;
  }
}
@media (max-width: 991px) {
  body {
    padding-top: 5.6rem;
  }
  header {
    background-color: #373a36;
    height: 5.6rem;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
  }
  .navbar {
    border: none;
    position: relative;
  }
  .navbar-top {
    display: flex;
    width: 100%;
    align-items: center;
  }
  .navbar-brand {
    width: 13.7rem;
  }
  .mobile-lang {
    display: flex;
  }
  .header-menu-toggle {
    display: flex;
    align-items: center;
    margin-left: auto;
  }
  .mobile-lang + .header-menu-toggle {
    margin-left: 0;
  }
  #navbar {
    position: absolute;
    top: 5.6rem;
    left: 0;
    right: 0;
    background-color: #474a46;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0.8rem 0;
  }
  .navbar-nav {
    height: calc(100vh - 5.6rem);
    padding: 3.2rem 2.4rem;
    text-align: left;
    align-items: flex-start;
    overflow-y: auto;
  }
  .navbar-nav .nav-link {
    font-size: 2rem;
    padding: 0.8rem 0;
  }
  .navbar-nav .nav-link:before {
    display: none;
  }
  .navbar-nav .nav-link:hover {
    color: #ac9c59;
  }
  .navbar-nav .nav-item {
    width: 100%;
    margin: 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .navbar-nav .nav-item .dropdown-menu {
    background: transparent;
    border: none;
  }
  .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    padding-left: 2rem;
    color: #ffffff;
    position: relative;
  }
  .navbar-nav .nav-item .dropdown-menu .dropdown-item:before {
    position: absolute;
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    display: block;
    left: 0.8rem;
    top: 0.8rem;
  }
  .navbar-nav .nav-item .btn-primary {
    margin-left: 0;
    width: 100%;
    margin-top: 2.4rem;
  }
  .navbar-nav .nav-lang {
    display: none;
  }
  .navbar-nav .nav-cart {
    margin-bottom: 2rem;
  }
  .navbar-nav .nav-cart .nav-link {
    display: flex;
    align-items: center;
  }
  .navbar-nav .nav-cart .nav-link img {
    margin-right: 1.2rem;
  }
  .navbar-nav .nav-cart .nav-link span {
    display: block;
  }
  .navbar-nav .nav-cart .nav-link .nav-cart-num {
    position: relative;
    top: 0;
    right: 0;
    display: flex;
    width: 2.5rem;
    height: 2.3rem;
    border-radius: 0.2rem;
    background-color: rgba(172, 156, 89, 0.8);
    margin-left: 1rem;
  }
  .mobile-nav-section {
    display: flex;
  }
}
@media (max-width: 575px) {
  .header-menu-toggle {
    margin-right: -1.6rem;
  }
  #navbar {
    left: -1.6rem;
    right: -1.6rem;
  }
}
@media (max-width: 379px) {
  .mobile-nav-social svg,
  .mobile-nav-social img {
    margin-left: 2rem;
  }
}
footer {
  background-color: #373a36;
  padding: 7rem 0;
}
footer h4,
footer .h4,
footer h3,
footer .h3 {
  color: #d6d2c4;
  line-height: 1.33;
  margin-bottom: 3.6rem;
}
footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer ul li {
  margin-bottom: 1rem;
}
footer ul li a {
  color: #8b8b83;
  font-size: 1.8rem;
  transition: all 0.3s;
  text-decoration: none;
}
footer ul li a:hover {
  color: #d6d2c4;
}

.footer-menu {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.footer-menu-item {
  padding-left: 5rem;
}

.footer-lang {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3.6rem;
}
.footer-lang-item {
  display: inline-flex;
  align-items: center;
  margin-bottom: 2rem;
  font-family: Montserrat;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #8b8b83;
  transition: all 0.3s;
  text-transform: uppercase;
}
.footer-lang-item:not(:last-child) {
  margin-right: 2rem;
}
.footer-lang-item img {
  margin-right: 0.8rem;
}
.footer-lang-item.active, .footer-lang-item:hover {
  color: #d6d2c4;
}

.footer-contact {
  display: flex;
  flex-direction: column;
}

.footer-mail {
  color: #ac9c59;
  font-size: 2.4rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  margin-bottom: 1.6rem;
  transition: all 0.3s;
}
.footer-mail:hover {
  color: #bcaf79;
  text-decoration: underline;
}

.footer-phone {
  color: #8b8b83;
  font-size: 2.4rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  transition: all 0.3s;
}
.footer-phone:hover {
  color: #bcaf79;
}

.footer-bottom {
  color: #8b8b83;
  margin-top: 10rem;
}
.footer-bottom a {
  color: #8b8b83;
  transition: all 0.3s;
}
.footer-bottom a:hover {
  color: #d6d2c4;
}
.footer-bottom-left a {
  margin-right: 4rem;
}
.footer-bottom-left a:last-child {
  margin-right: 0;
}
.footer-bottom-right {
  text-align: right;
}

@media (max-width: 1199px) {
  .footer-col {
    margin-bottom: 2rem;
  }
  .footer-col-1 {
    order: 1;
  }
  .footer-col-2 {
    order: 3;
  }
  .footer-col-3 {
    order: 4;
  }
  .footer-col-4 {
    order: 2;
  }
  .footer-social {
    justify-content: flex-start;
    margin-bottom: 0;
  }
  .footer-social-col {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .footer-menu {
    justify-content: flex-start;
  }
  .footer-menu-item {
    width: 50%;
    padding-left: 0;
  }
  .footer-bottom-right {
    text-align: left;
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  footer {
    padding: 3.2rem 0.8rem;
  }
  footer h4,
  footer .h4,
  footer .h3,
  footer h3 {
    margin-bottom: 1.6rem;
  }
  .footer-mail {
    font-size: 1.8rem;
  }
  .footer-phone {
    font-size: 1.8rem;
  }
  .footer-lang {
    margin-top: 2rem;
  }
  .footer-col {
    margin-bottom: 0;
  }
  .footer-col-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .footer-menu-item {
    width: 100%;
    border-top: 0.2rem solid #474a46;
    padding: 1.2rem 0;
  }
  .footer-menu h4 {
    position: relative;
    cursor: pointer;
    margin-bottom: 0;
  }
  .footer-menu h4:after {
    content: "";
    display: block;
    position: absolute;
    background: url("./../images/footer-arrow.svg") no-repeat center right;
    width: 1.4rem;
    height: 1rem;
    right: 1.6rem;
    top: 0.9rem;
    transition: all 0.3s;
  }
  .footer-menu h4.open:after {
    transform: rotate(180deg);
  }
  .footer-menu ul {
    display: none;
    margin-top: 2.2rem;
  }
  .footer-bottom {
    border-top: 0.2rem solid #474a46;
    margin-top: 0;
    padding-top: 2rem;
  }
  .footer-bottom-left {
    display: flex;
    flex-direction: column;
  }
  .footer-bottom-left a {
    margin-bottom: 1rem;
  }
}
.page-top-section {
  width: 100%;
  margin-top: -10rem;
  position: relative;
  display: flex;
}
.page-top-section:after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(55, 58, 54, 0) -5.42%, rgba(55, 58, 54, 0.88) 99.98%);
  opacity: 1;
}
.page-top-section-img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.page-top-section-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-top-section-content {
  position: relative;
  z-index: 10;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
}
.page-top-section .container {
  display: flex;
}
.page-top-section .scroll-arrow {
  position: absolute;
  bottom: 4.8rem;
  left: 50%;
  transform: translateX(-50%);
}

.page-top-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 14rem;
}
.page-top-text {
  display: flex;
  color: #ffffff;
  flex-direction: column;
  padding-top: 10rem;
  width: 100%;
  margin-bottom: 8rem;
}
.page-top-text h1 {
  color: #ffffff;
  line-height: 1.2;
  padding-top: 6rem;
  margin-bottom: 4rem;
  font-size: 10rem;
}
.page-top-text .perex {
  font-size: 2.4rem;
  font-weight: 400;
  max-width: 72rem;
}
.page-top-line-box {
  background: #f7f6f3;
  font-size: 2.4rem;
  font-weight: 700;
  color: #373a36;
  padding: 2rem 3.8rem;
  margin-bottom: 0.8rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 1.6rem;
}
.page-top-line-box .tag-list {
  margin-right: 3.2rem;
  margin-bottom: 0.4rem;
}
.page-top-line-box p {
  margin-bottom: 0.4rem;
}
.page-top-box-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.8rem;
  margin-right: -0.8rem;
}
.page-top-box-item {
  background: #f7f6f3;
  width: 100%;
  padding: 2.4rem;
}
.page-top-box-item-col {
  width: 33.33%;
  padding: 0.8rem;
  display: flex;
}
.page-top-box-item-left {
  width: 7.5rem;
  float: left;
}
.page-top-box-item-left img {
  max-width: 100%;
}
.page-top-box-item-content h3 {
  margin-bottom: 2.5rem;
  font-size: 2.4rem;
}
.page-top-box-item-content h3 small {
  font-weight: normal;
  font-size: 1.6rem;
}
.page-top-box-item-left + .page-top-box-item-content {
  width: calc(100% - 7.5rem);
  float: left ;
}
.page-top-actual {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2.4rem;
}
.page-top-actual-img {
  width: 3.2rem;
}
.page-top-actual-name {
  width: calc(100% - 3.2rem);
  font-size: 2.4rem;
  font-weight: 700;
}
.page-top-actual p {
  margin-bottom: 0;
  width: 100%;
}
.page-top-icon-link {
  display: flex;
  align-items: center;
  margin-bottom: 2.4rem;
}
.page-top-icon-link:last-child {
  margin-bottom: 0;
}
.page-top-icon-link-img {
  width: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
  background: #8f7e35;
}
.page-top-icon-link-text {
  width: calc(100% - 4rem);
  text-decoration: underline;
  color: #373a36;
}
.page-top-weather-big {
  display: flex;
  align-items: center;
  margin-bottom: 2.4rem;
}
.page-top-weather-big-img {
  width: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
  background: #3A853E;
}
.page-top-weather-big-text {
  width: calc(100% - 4rem);
  padding-left: 1.6rem;
  color: #373a36;
  font-weight: 700;
  font-size: 2.4rem;
}
.page-top-weather-list {
  display: flex;
  flex-wrap: wrap;
}
.page-top-weather-item {
  width: 33.33%;
  display: flex;
  align-items: center;
}
.page-top-weather-item-img {
  width: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.2rem;
  background: #8f7e35;
  padding: 0rem;
}
.page-top-weather-item-img img {
  max-width: 100%;
}
.page-top-weather-item-text {
  width: calc(100% - 4rem);
  padding-left: 0.8rem;
  color: #373a36;
  font-weight: 400;
  font-size: 1.2rem;
  display: flex;
  flex-direction: column;
}
.page-top-weather-item-text span:nth-child(1) {
  font-weight: 700;
  font-size: 1.6rem;
}

.page-top-content.side {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-bottom: 0;
  margin-bottom: -7rem;
}
.page-top-content.side .page-top-text {
  width: 60%;
  padding-top: 14rem;
  margin-bottom: 0;
  padding-bottom: 10rem;
}
.page-top-content.side .page-top-box-list {
  width: 40%;
  flex-direction: column;
  max-width: 47rem;
  padding-top: 24rem;
  margin-left: auto;
}
.page-top-content.side .page-top-box-list .page-top-box-item {
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.04);
}
.page-top-content.side .page-top-box-list .page-top-box-item-col {
  width: 100%;
}

@media (max-width: 1499px) {
  .page-top-text {
    margin-bottom: 10rem;
  }
  .page-top-line-box {
    font-size: 2rem;
  }
  .page-top-weather-item-img {
    width: 2.4rem;
    height: 2.4rem;
    padding: 0rem;
  }
  .page-top-weather-item-text {
    width: calc(100% - 2.4rem);
  }
  .page-top-weather-item-text span {
    font-size: 1rem;
  }
  .page-top-weather-item-text span:nth-child(1) {
    font-size: 1.4rem;
    line-height: 1;
  }
  .page-top-content.side .page-top-text {
    padding-top: 10rem;
  }
  .page-top-content.side .page-top-text h1 {
    font-size: 8rem;
  }
  .page-top-content.side .page-top-box-list {
    padding-top: 20rem;
  }
}
@media (max-width: 1399px) {
  .page-top-line-box {
    font-size: 1.6rem;
  }
  .page-top-box-item {
    padding: 1.6rem;
  }
  .page-top-box-item-left {
    width: 5rem;
    padding: 1.5rem;
    padding-left: 0;
  }
  .page-top-box-item-content h3 {
    margin-bottom: 1.5rem;
    font-size: 2rem;
  }
  .page-top-box-item-content h3 small {
    font-size: 1.4rem;
  }
  .page-top-box-item-left + .page-top-box-item-content {
    width: calc(100% - 5rem);
  }
  .page-top-actual {
    margin-top: 1.2rem;
  }
  .page-top-actual p {
    font-size: 1.4rem;
    margin-top: 0.8rem;
  }
  .page-top-actual-img {
    width: 2.4rem;
  }
  .page-top-actual-img img {
    max-width: 100%;
  }
  .page-top-actual-name {
    font-size: 1.8rem;
  }
  .page-top-icon-link {
    margin-bottom: 1.6rem;
  }
  .page-top-icon-link-img {
    width: 2.4rem;
    height: 2.4rem;
    padding: 0.4rem;
  }
  .page-top-icon-link-img img {
    max-width: 100%;
  }
  .page-top-icon-link-text {
    width: calc(100% - 2.4rem);
    font-size: 1.4rem;
  }
  .page-top-weather-item-img {
    width: 2.4rem;
    height: 2.4rem;
    padding: 0.4rem;
  }
  .page-top-weather-item-text {
    width: calc(100% - 2.4rem);
  }
  .page-top-weather-item-text span {
    font-size: 1rem;
  }
  .page-top-weather-item-text span:nth-child(1) {
    font-size: 1.4rem;
    line-height: 1;
  }
  .page-top-content.side .page-top-text h1 {
    font-size: 6rem;
  }
}
@media (max-width: 1199px) {
  .page-top-content {
    padding-bottom: 10rem;
  }
  .page-top-line-box {
    padding: 1.6rem;
    font-size: 1.4rem;
  }
  .page-top-box-item-col {
    width: 100%;
  }
  .page-top-box-item-content {
  }
  .page-top-text h1 {
    padding-top: 4rem;
    font-size: 8rem;
  }
  .page-top-text {
    margin-bottom: 4rem;
  }
  .page-top-content.side .scroll-arrow {
    bottom: 2.4rem;
  }
  .page-top-content.side .page-top-text {
    padding-bottom: 12rem;
  }
  .page-top-content.side .page-top-box-list {
    padding-top: 16rem;
  }
}
@media (max-width: 991px) {
  .page-top-content {
    padding-bottom: 4rem;
  }
  .page-top-section {
    margin-top: 0;
    background-color: #373a36;
    min-height: 0;
  }
  .page-top-section .breadcrumb {
    display: none;
  }
  .page-top-section .scroll-arrow {
    display: none;
  }
  .page-top-text {
    margin-bottom: 4.8rem;
    padding-top: 4.8rem;
  }
  .page-top-text h1 {
    font-size: 3.2rem;
    padding-top: 0;
  }
  .page-top-text .perex {
    font-size: 1.4rem;
  }
  .page-top-content.side {
    flex-direction: column;
    margin-bottom: 2rem;
  }
  .page-top-content.side .page-top-text {
    width: 100%;
    padding-top: 4.8rem;
    padding-bottom: 3.2rem;
  }
  .page-top-content.side .page-top-text h1 {
    font-size: 3.2rem;
  }
  .page-top-content.side .page-top-box-list {
    width: calc(100% + 1.6rem);
    max-width: calc(100% + 1.6rem);
    padding-top: 0;
    margin-left: -0.8rem;
    margin-right: -0.8rem;
  }
}
.breadcrumb {
  background: none;
  padding: 0;
  margin: 0;
  margin: 2.4rem 0;
}

.breadcrumb-item a {
  color: #373a36;
  opacity: 0.7;
  transition: all 0.3s;
}
.breadcrumb-item a:hover {
  opacity: 1;
}
.breadcrumb-item.active {
  opacity: 1;
  color: #373a36;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 1.5rem;
}
.breadcrumb-item + .breadcrumb-item:before {
  content: "";
  width: 0.7rem;
  height: 0.8rem;
  background: url("./../images/breadcrumb_dark.svg") no-repeat center;
  padding-right: 0;
  margin-right: 1.5rem;
}

.page-top-section .breadcrumb-item a {
  color: #ffffff;
  opacity: 0.7;
}
.page-top-section .breadcrumb-item.active {
  color: #ffffff;
}
.page-top-section .breadcrumb-item + .breadcrumb-item:before {
  background: url("./../images/breadcrumb.svg") no-repeat center;
}

.nav-tabs {
  border: none;
  justify-content: center;
}
.nav-tabs .nav-item {
  margin: 0.8rem;
}
.nav-tabs-switch .nav-item {
  margin: 0;
}
.nav-tabs .nav-link {
  border: none;
  border: 0.2rem solid #cba052;
  text-align: center;
  padding: 1.4rem 3.2rem;
  color: #cba052;
  font-size: 1.6rem;
  font-weight: 400;
  transition: all 0.3s;
  display: flex;
  align-items: center;
}
.nav-tabs .nav-link svg {
  margin-right: 1.6rem;
}
.nav-tabs .nav-link svg path {
  transition: all 0.3s;
  fill: #cba052;
}
.nav-tabs .nav-link:hover {
  background-color: #fff5e3;
  border: 0.2rem solid #cba052;
}
.nav-tabs .nav-link.active {
  background-color: #cba052;
  border-color: #cba052;
  color: #ffffff;
}
.nav-tabs .nav-link.active svg path {
  transition: all 0.3s;
  fill: #ffffff;
}

@media (max-width: 767px) {
  .nav-tabs {
    justify-content: center;
  }
  .nav-tabs .nav-link {
    padding: 1.2rem 2.4rem;
    font-size: 1.2rem;
  }
  .nav-tabs .nav-link svg {
    margin-right: 0.8rem;
  }
}
@media (max-width: 419px) {
  .nav-tabs {
    justify-content: center;
  }
  .nav-tabs .nav-link {
    padding: 1.2rem 1.6rem;
    font-size: 1rem;
  }
  .nav-tabs .nav-link svg {
    width: 1rem;
    height: auto;
  }
}
/* alerts */
.alert {
  z-index: 1000;
  color: #61625c;
  margin: 0;
  padding: 2.4rem 4.8rem;
  box-shadow: 0 0.8rem 1.6rem rgba(0, 0, 0, 0.16);
  background-color: #f7f6f3;
  width: 100%;
  max-width: 46.4rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  margin-bottom: 2.4rem;
  padding-left: 10rem;
  border: none !important;
}
.alert-section {
  position: fixed;
  right: 0;
  bottom: 10rem;
  padding-right: 2.4rem;
  z-index: 1000;
}
.alert p {
  margin-bottom: 0;
}
.alert .close {
  opacity: 1;
  line-height: 1;
  width: 1.6rem;
  height: 1.6rem;
  padding: 0;
  top: 1.6rem;
  right: 1.6rem;
  transition: all 0.3s;
}
.alert .close img {
  width: 100%;
}
.alert .close:hover {
  opacity: 0.7;
}
.alert-success {
  background-color: #f7f6f3;
  background: #f7f6f3 url("./../images/alert-ok.svg") no-repeat left 2.4rem top 2.4rem;
}
.alert-danger {
  background-color: #f7f6f3;
  background: #f7f6f3 url("./../images/alert-error.svg") no-repeat left 2.4rem top 2.4rem;
}
.alert-info {
  background-color: #f7f6f3;
  background: #f7f6f3 url("./../images/alert-info.svg") no-repeat left 2.4rem top 2.4rem;
}

@media (max-height: 699px) {
  .alert-section {
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .alert {
    padding: 1.2rem;
    padding-right: 2.4rem;
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 1.2rem;
    padding-left: 4rem;
  }
  .alert-section {
    bottom: 0;
    padding-right: 1.2rem;
    padding-left: 1.2rem;
  }
  .alert .close {
    width: 1.2rem;
    height: 1.2rem;
    top: 0rem;
    right: 1rem;
  }
  .alert-success {
    background-size: 2rem auto;
    background-position: left 1rem top 1.6rem;
  }
  .alert-danger {
    background-size: 2rem auto;
    background-position: left 1rem top 1.6rem;
  }
  .alert-info {
    background-size: 2rem auto;
    background-position: left 1rem top 1.6rem;
  }
}
/* end alerts */
.cookies-bar {
  background-color: rgba(55, 58, 54, 0.95);
  padding: 2.4rem;
  padding-left: 4rem;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 900;
  display: flex;
  color: #fff;
  font-size: 1.6rem;
  align-items: center;
  justify-content: space-between;
}
.cookies-bar .cookies-text {
  width: calc(100% - 14.8rem);
  padding-right: 2.4rem;
}
.cookies-bar .cookies-btn {
  width: 14.8rem;
  text-align: right;
}
.cookies-bar p {
  margin-bottom: 0;
}
.cookies-bar p a {
  color: #ffffff;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .cookies-bar {
    flex-direction: column;
    padding: 2rem;
  }
  .cookies-bar .cookies-text {
    width: 100%;
    font-size: 1.4rem;
    padding-right: 0;
  }
  .cookies-bar .cookies-btn {
    width: 100%;
    padding-left: 0;
    justify-content: center;
    text-align: center;
    padding-top: 2rem;
  }
}
.info-item {
  background: #ffffff;
  width: 100%;
  padding: 3.2rem;
  display: flex;
  flex-direction: column;
}
.info-item-col {
  display: flex;
  margin-bottom: 1.6rem;
}
.info-item-title {
  font-size: 2.4rem;
  color: #8f7e35;
  font-weight: 700;
  margin-bottom: 1.6rem;
}
.info-item p {
  margin-bottom: 0;
}

@media (max-width: 1399px) {
  .info-item {
    padding: 2.4rem;
  }
  .info-item-title {
    font-size: 2rem;
  }
}
@media (max-width: 991px) {
  .info-item {
    padding: 1.6rem;
  }
  .info-item-col {
    margin-bottom: 0.8rem;
  }
  .info-item-title {
    font-size: 2rem;
  }
}
.simple-info-list {
  display: flex;
  flex-wrap: wrap;
}
.simple-info-item {
  padding-right: 1.6rem;
  border-right: 1px solid #D6D2C4;
  margin-right: 1.6rem;
  margin-bottom: 0.8rem;
}
.simple-info-item strong {
  color: #8f7e35;
}
.simple-info-item:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}

@media (max-width: 1499px) {
  .simple-info-item {
    margin-right: 0.8rem;
    padding-right: 0.8rem;
  }
}
.text-img-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.text-img-box-text {
  padding-right: 2.4rem;
  width: 55%;
}
.text-img-box-text p {
  max-width: 71rem;
}
.text-img-box-img {
  width: 45%;
  max-width: 61rem;
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 1399px) {
  .text-img-box-text h2 {
    font-size: 4rem;
  }
  .simple-info-list {
    font-size: 1.4rem;
  }
}
@media (max-width: 1199px) {
  .text-img-box-text {
    width: 100%;
    max-width: 100%;
  }
  .text-img-box-text h2 {
    font-size: 4rem;
  }
  .text-img-box-img {
    width: 100%;
    max-width: 100%;
    margin-top: 3.2rem;
    display: flex;
    justify-content: flex-start;
  }
  .simple-info-list {
    font-size: 1.4rem;
  }
}
@media (max-width: 991px) {
  .text-img-box-text h2 {
    font-size: 2.4rem;
  }
}
.text-masonry-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.text-masonry-box-text {
  width: 50%;
  padding-right: 2.4rem;
}
.text-masonry-box-text p {
  max-width: 70rem;
}
.text-masonry-box-gal {
  width: 50%;
  max-width: 67rem;
  margin-left: auto;
}

.grid-sizer,
.grid-item,
.review-item {
  width: 50%;
  padding: 1rem;
}
.grid-sizer a,
.grid-item a,
.review-item a {
  width: 100%;
}
.grid-sizer a img,
.grid-item a img,
.review-item a img {
  width: 100%;
}

@media (max-width: 1199px) {
  .text-masonry-box-text {
    width: 100%;
  }
  .text-masonry-box-text p {
    max-width: 100%;
  }
  .text-masonry-box-gal {
    width: 100%;
    max-width: 100%;
    margin-top: 3.2rem;
  }
}
@media (max-width: 767px) {
  .grid-sizer,
  .grid-item,
  .review-item {
    width: 50%;
    padding: 0.4rem;
  }
}
.simple-dark-bg {
  background: #373a36 url("./../images/simple_dark_bg.svg") no-repeat top -16rem right 0;
  color: #ffffff;
}
.simple-dark-bg h2 {
  color: #ffffff;
}

.full-masonry .grid-item, .full-masonry .grid-sizer {
  width: 33.33%;
  padding: 0.8rem;
}

@media (max-width: 767px) {
  .full-masonry .grid-item, .full-masonry .grid-sizer {
    width: 33.33%;
    padding: 0.4rem;
  }
}
.download-list {
  display: flex;
  flex-direction: column;
}

.download-item {
  padding-left: 4rem;
  background: url("./../images/icon_download.svg") no-repeat left center;
  display: inline-block;
  color: #61625c;
  margin-bottom: 1.2rem;
}
.download-item-size {
  padding-left: 1.2rem;
  color: #8b8b83;
  font-size: 1.6rem;
}

.pricelist-section h2, .pricelist-section h3 {
  margin-bottom: 3.2rem;
}
.pricelist-top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 4.8rem;
  border-bottom: 1px solid #D6D2C4;
  margin-bottom: 4.8rem;
}
.pricelist-top-left {
  width: 70%;
  max-width: 83rem;
}
.pricelist-top-left h2 {
  max-width: 48rem;
}
.pricelist-top-left p {
  margin-bottom: 0;
}
.pricelist-top-right .btn {
  margin-top: 4rem;
}
.pricelist-item {
  margin-bottom: 4.8rem;
}
.pricelist-item h4 {
  color: #8f7e35;
}
.pricelist-title {
  display: flex;
  align-items: center;
}
.pricelist-title-icon {
  margin-right: 1.6rem;
}

.time-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3.2rem;
}
.time-item {
  padding-right: 1.6rem;
  border-right: 1px solid #D6D2C4;
  margin-right: 1.6rem;
  margin-bottom: 0.8rem;
}
.time-item:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}

.pricelist-white-box {
  padding: 5.6rem 4rem;
  background: #ffffff;
  max-width: 67rem;
}
.pricelist-white-box h4 {
  color: #8f7e35;
  margin-bottom: 1.6rem;
}
.pricelist-white-box strong {
  color: #8f7e35;
}
.pricelist-white-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 3.2rem;
}
.pricelist-white-box ul li {
  position: relative;
  margin: 0;
  padding: 0;
  padding-left: 1.4rem;
  margin-bottom: 1.6rem;
}
.pricelist-white-box ul li:after {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 1rem;
  left: 0;
  content: "";
  display: block;
  background: #8f7e35;
}
.pricelist-white-box .small {
  font-size: 1.2rem;
}

@media (max-width: 991px) {
  .pricelist-top {
    flex-wrap: wrap;
  }
  .pricelist-top-left {
    width: 100%;
  }
  .pricelist-top-right {
    width: 100%;
  }
  .pricelist-right-col {
    margin-top: 2.4rem;
  }
  .pricelist-white-box {
    padding: 2.4rem;
  }
  .pricelist-item {
    margin-bottom: 2.4rem;
    font-size: 1.4rem;
  }
  .time-item {
    font-size: 1.4rem;
    margin-right: 0.8rem;
    padding-right: 0.8rem;
  }
}
@media (max-width: 767px) {
  .pricelist-white-box {
    padding: 1.6rem;
    font-size: 1.4rem;
  }
  .pricelist-white-box ul li:after {
    top: 0.8rem;
  }
}
.faq-section {
  background: url("./../images/faq_bg.svg") no-repeat left top;
}

.accordion-item {
  border: none !important;
  border-radius: 0 !important;
  background: #f7f6f3 !important;
  margin-bottom: 1.6rem;
}
.accordion-button {
  background: transparent !important;
  padding: 2.4rem 3.2rem;
  box-shadow: none !important;
  font-size: 2.4rem;
  font-weight: 500;
}
.accordion-button.collapsed:after {
  background: url("./../images/icon_plus.svg") no-repeat center;
  background-size: contain;
}
.accordion-button:not(.collapsed) {
  font-weight: 700;
  color: #8f7e35;
}
.accordion-button:not(.collapsed):after {
  background: url("./../images/icon_close.svg") no-repeat center;
  background-size: contain;
}
.accordion-button:after {
  width: 3.2rem;
  height: 3.2rem;
  border: none;
  box-shadow: none;
  transition: all 0.3s;
  background-size: contain;
}
.accordion-body {
  padding: 0 3.2rem 2.4rem 3.2rem;
}
.accordion-body p:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .accordion-button {
    padding: 1.6rem;
    font-size: 2rem;
  }
  .accordion-body {
    padding: 1.6rem;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .accordion-button {
    padding: 1.6rem;
    font-size: 1.8rem;
  }
  .accordion-body {
    padding: 1.6rem;
    padding-top: 0;
  }
}
.dark-bg {
  background-color: #373a36;
  padding: 6.4rem 0;
  width: 100%;
}
.dark-bg.dark-bg-image {
  background: #373a36 url("./../images/dark-bg.jpg") no-repeat center;
  background-size: cover;
}
.dark-bg h1,
.dark-bg .h1,
.dark-bg h2,
.dark-bg .h2 {
  color: #ffffff;
}

.dark-box h2 {
  color: #ffffff;
  line-height: 1.33;
}
.dark-box-left {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.dark-box-left .perex p {
  margin-bottom: 5rem;
}
.dark-box-right {
  margin-left: auto;
}
.dark-box-gal {
  margin: -1.2rem;
}
.dark-box-gal-row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.dark-box-gal-row:first-child {
  align-items: flex-end;
}
.dark-box-gal-item {
  margin: 1.2rem;
}

@media (max-width: 1399px) {
  .dark-box-logo {
    width: 18rem;
  }
  .dark-box-logo img {
    max-width: 100%;
  }
  .dark-box h2 {
    font-size: 4.6rem;
  }
}
@media (max-width: 991px) {
  .dark-box {
    padding: 3.2rem 0;
  }
  .dark-box-gal {
    margin: -0.6rem;
  }
  .dark-box-gal-row {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .dark-box-gal-row:first-child {
    align-items: flex-end;
  }
  .dark-box-gal-item {
    margin: 0.6rem;
  }
  .dark-box-gal-item img {
    max-height: 9rem;
  }
  .dark-box-right {
    order: 1;
    margin-bottom: 3rem;
  }
  .dark-box-logo {
    width: 10rem;
  }
  .dark-box-left {
    padding: 0 2.4rem;
    order: 2;
  }
  .dark-box-left h2 {
    width: 100%;
    font-size: 2.4rem;
  }
  .dark-box-left .perex p {
    margin-bottom: 2rem;
    line-height: 1.78;
  }
  .dark-box-left .btn {
    width: 100%;
  }
}
.contact-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.contact-row h2 {
  margin-bottom: 4.8rem;
}

.contact-map-col {
  width: 85rem;
  max-width: 100%;
  margin-left: auto;
}
.contact-left-col {
  width: 50rem;
  max-width: 100%;
}
.contact-left-list {
  display: flex;
  flex-wrap: wrap;
}
.contact-left-item {
  width: 50%;
  margin-bottom: 4.8rem;
  padding-right: 1.6rem;
}
.contact-left-item h3 {
  font-size: 3.2rem;
  margin-bottom: 2.4rem;
}
.contact-left-item h4 {
  font-size: 2.4rem;
  margin-bottom: 1.6rem;
}
.contact-left-item p {
  margin-bottom: 0;
}
.contact-left-item a {
  text-decoration: underline;
}
.contact-left-item .show-more {
  text-decoration: none;
}

@media (max-width: 1499px) {
  .contact-left-col {
    width: 50%;
  }
  .contact-map-col {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .contact-row h2 {
    margin-bottom: 2.4rem;
  }
  .contact-left-item h3 {
    font-size: 2.4rem;
    margin-bottom: 1.6rem;
  }
  .contact-left-item h4 {
    font-size: 2rem;
    margin-bottom: 1.6rem;
  }
  .contact-left-col {
    width: 100%;
    margin-bottom: 2.4rem;
  }
  .contact-map-col {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .contact-left-item {
    width: 100%;
  }
}
/* cart top */
.cart-top {
  margin-bottom: 6rem;
}
.cart-top-item {
  background: url("./../images/cart-top.svg") no-repeat center top;
  width: 100%;
  height: 14rem;
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
  padding-top: 2.4rem;
}
.cart-top-item-col {
  padding: 0 10px;
}
.cart-top-item-name {
  color: #bcaf79;
  font-size: 2rem;
  font-weight: 700;
}
.cart-top-item-number {
  width: 5.6rem;
  height: 5.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  font-size: 2.4rem;
  font-weight: 700;
  position: absolute;
  top: calc(100% - 6.1rem);
  left: 50%;
  transform: translateX(-50%);
  background-color: #f7f6f3;
  color: #bcaf79;
}
.cart-top-item.active .cart-top-item-name {
  color: #8f7e35;
}
.cart-top-item.active .cart-top-item-number {
  background-color: #8f7e35;
  color: #ffffff;
}
.cart-top-item.complete .cart-top-item-name {
  color: #373a36;
}
.cart-top-item.complete .cart-top-item-number {
  background-color: #373a36;
  color: #ffffff;
}

@media (max-width: 991px) {
  .cart-top {
    margin-bottom: 3rem;
  }
  .cart-top-item-name {
    font-size: 1.4rem;
  }
  .cart-top-item-number {
    width: 5.4rem;
    height: 5.4rem;
    top: calc(100% - 5.8rem);
  }
}
@media (max-width: 767px) {
  .cart-top-item {
    background: none;
    height: auto;
    flex-direction: column;
    margin-top: 0;
    padding-top: 0;
  }
  .cart-top-item-col {
    padding: 0;
  }
  .cart-top-item-name {
    font-size: 1.2rem;
  }
  .cart-top-item-number {
    position: relative;
    top: auto;
    width: 5.6rem;
    height: 5.6rem;
    font-size: 1.8rem;
  }
}
@media (max-width: 575px) {
  .cart-top-item {
    background: none;
    height: auto;
    flex-direction: column;
    margin-top: 0;
    padding-top: 0;
  }
  .cart-top-item-name {
    display: none;
  }
  .cart-top-item-number {
    position: relative;
    top: auto;
  }
}
/* end cart top */
.cart-list-table {
  margin-top: -3rem;
}
.cart-list-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 0.8rem;
}
.cart-list-table td {
  height: 11.6rem;
  background-color: #f7f6f3;
  padding: 2.4rem 2.4rem;
  vertical-align: top;
}
.cart-list-table th {
  color: #373a36;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 0rem 2.4rem 0rem 2.4rem;
}

.cart-item-name {
  padding: 1.8rem 2.4rem !important;
  width: calc(100% - 16.8rem - 12.4rem - 6.8rem);
}
.cart-item-name-wrap {
  display: flex;
}
.cart-item-name-img {
  width: 8rem;
  flex: 0 0 8rem;
  max-width: 8rem;
  height: 8rem;
  border-radius: 50%;
  overflow: hidden;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cart-item-name-text {
  padding-left: 1.6rem;
}
.cart-item-name-head {
  font-size: 1.8rem;
  color: #373a36;
  font-weight: 700;
  line-height: 1.44;
}
.cart-item-name-head a {
  color: #373a36;
}
.cart-item-name-label {
  color: #8b8b83;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
}
.cart-item-name-info {
  color: #8b8b83;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
  padding-left: 2.2rem;
  position: relative;
}
.cart-item-name-info:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 0.5rem;
  background: url("./../images/ico_info-circle_f05a.svg") no-repeat center;
  width: 1.4rem;
  height: 1.4rem;
}
.cart-item-name-category {
  color: #373a36;
  line-height: 1.7;
}
.cart-item-count {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  width: 16.8rem;
}
.cart-item-count .input-spinner-wrap {
  width: 12.8rem;
}
.cart-item-price {
  color: #373a36;
  font-size: 1.8rem;
  font-weight: 700;
  width: 12.4rem;
  padding-right: 0 !important;
}
.cart-item-price-text {
  padding-top: 0.8rem;
}
.cart-item-del {
  width: 6.8rem;
}
.cart-item-del .del {
  display: inline-flex;
  width: 20px;
  height: 21px;
  margin-top: 0.8rem;
}
.cart-item-del .del svg path {
  fill: #8b8b83;
  transition: all 0.3s;
}
.cart-item-del .del:hover svg path {
  fill: #8f7e35;
  transition: all 0.3s;
}

.cart-voucher {
  padding: 0 2.4rem;
}
.cart-voucher-left-col {
  color: #373a36;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  align-items: center;
  display: flex;
}
.cart-voucher-group {
  width: 30.5rem;
  display: flex;
  margin-left: auto;
}
.cart-voucher-group .form-control {
  margin-right: 0.8rem;
}
.cart-voucher-group .btn {
  height: 4.8rem;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

@media (max-width: 767px) {
  .cart-voucher {
    padding: 0 0rem;
  }
  .cart-voucher-right-col {
    margin-top: 1.6rem;
  }
  .cart-voucher-group {
    width: 100%;
    margin-left: 0;
  }
}
.cart-bottom {
  padding: 0 2.4rem;
}
.cart-bottom-price {
  text-align: right;
}
.cart-bottom-price-small {
  color: #8b8b83;
  line-height: 1.75;
}
.cart-bottom-price-all {
  color: #373a36;
  font-size: 1.8rem;
  line-height: 1;
  margin-top: 1rem;
  display: inline-flex;
  align-items: center;
  margin-bottom: 2.4rem;
}
.cart-bottom-price-all span {
  color: #373a36;
  font-size: 3.6rem;
  font-weight: 700;
  margin-left: 1.5rem;
}
.cart-bottom-buttons-left {
  display: flex;
  align-items: center;
}
.cart-bottom-buttons-right {
  text-align: right;
}

.cart-back span {
  text-decoration: none;
}
.cart-back i {
  margin-right: 1.6rem;
  transition: all 0.3s;
}
.cart-back:hover span {
  text-decoration: none;
}

@media (max-width: 767px) {
  .cart-list-table {
    margin-top: 0;
  }
  .cart-list-table table {
    display: flex;
    flex-direction: column;
  }
  .cart-list-table table thead,
  .cart-list-table table th {
    display: none;
  }
  .cart-list-table table tbody {
    display: flex;
    flex-direction: column;
  }
  .cart-list-table table tr {
    display: flex;
    height: auto;
    padding: 1.6rem;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 0.8rem;
    background: #f7f6f3;
  }
  .cart-list-table table td {
    height: auto;
    padding: 0 !important;
  }
  .cart-list-table table td.cart-item-name {
    width: 100%;
    padding: 0rem !important;
    margin-bottom: 1.6rem;
    margin-top: 1.6rem;
  }
  .cart-list-table table td.cart-item-del {
    position: absolute;
    right: 1rem;
    top: 1rem;
    padding: 0;
    width: 20px;
    height: 21px;
  }
  .cart-list-table table td.cart-item-del .del {
    margin: 0;
  }
  .cart-list-table table td.cart-item-count {
    width: 50%;
  }
  .cart-list-table table td.cart-item-price {
    width: 50%;
    text-align: right;
  }
  .cart-bottom {
    padding: 0;
  }
  .cart-bottom-buttons-left {
    order: 2;
    text-align: center;
    justify-content: center;
    margin-top: 2.4rem;
  }
  .cart-bottom-buttons-right {
    order: 1;
    text-align: center;
  }
  .cart-bottom-buttons .btn {
    width: 100%;
  }
}
/* cart adress */
.cart-grey-box {
  border-radius: 0.4rem;
  background-color: #f7f6f3;
  padding: 2.4rem 2.4rem;
  text-align: center;
}
.cart-grey-box-head {
  color: #373a36;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.cart-grey-box-text {
  max-width: 66rem;
  margin: 0 auto;
}
.cart-grey-box p {
  line-height: 1.5;
}
.cart-grey-box-buttons {
  display: flex;
  justify-content: center;
}
.cart-grey-box-buttons .btn {
  padding: 1.3rem 2.4rem;
  font-size: 1.6rem;
  margin: 0 0.8rem;
}

.cart-contact .form-group {
  display: flex;
  align-items: center;
}
.cart-contact .form-group .input-wrap {
  margin-right: 1.6rem;
}
.cart-contact .form-group label {
  max-width: 20rem;
  flex: 0 0 18rem;
  margin-right: 1rem;
}

.cart-contact-box .form-group:first-child {
  margin-top: 2.4rem;
}

@media (max-width: 767px) {
  .cart-contact .form-group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .cart-contact .form-group .input-wrap {
    margin-right: 0;
  }
  .cart-contact .form-group label {
    max-width: 100%;
    flex: 0 0 100%;
    margin-right: 0;
  }
  .cart-contact .form-group .info-text {
    margin-top: 1rem;
  }
}
@media (max-width: 575px) {
  .cart-grey-box-buttons {
    flex-direction: column;
    align-items: center;
  }
  .cart-grey-box-buttons .btn {
    margin-bottom: 0.8rem;
  }
}
/* end cart adress */
/* cart payment */
.cart-payment-list {
  display: flex;
  flex-direction: column;
  margin-bottom: -0.8rem;
}
.cart-payment-item {
  margin-bottom: 0.8rem;
}
.cart-payment-item input[type=radio] + label {
  min-height: 9.8rem;
  border-radius: 0.4rem;
  background-color: #f7f6f3;
  position: relative;
  padding-left: 12rem;
}
.cart-payment-item input[type=radio] + label:before {
  top: 50%;
  transform: translateY(-50%);
  left: 4.8rem;
}
.cart-payment-item input[type=radio] + label:after {
  top: 50%;
  transform: translateY(-50%);
  left: 5.3rem;
}
.cart-payment-item .check-right {
  display: flex;
  justify-content: space-between;
  padding-right: 2.4rem;
}
.cart-payment-item-price {
  max-width: 10rem;
  flex: 0 0 10rem;
  text-align: right;
  font-weight: 700;
  font-size: 1.8rem;
}
.cart-payment-item-head {
  color: #373a36;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 700;
}
.cart-payment-item-info {
  color: #373a36;
  font-size: 1.6rem;
  line-height: 1.7;
}

.cart-boxes {
  margin-bottom: 1.6rem;
}

.cart-box-item {
  padding: 3.2rem;
  border-radius: 0.4rem;
  background-color: #effeff;
  line-height: 1.5;
}
.cart-box-item-col {
  display: flex;
}
.cart-box-item p {
  margin-bottom: 0;
}
.cart-box-item-green {
  background-color: #ecfaf4;
}
.cart-box-item-head {
  display: flex;
  color: #373a36;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 2rem;
}
.cart-box-item-head img {
  margin-right: 1.6rem;
}

@media (max-width: 767px) {
  .cart-payment-item input[type=radio] + label {
    padding-left: 7rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .cart-payment-item input[type=radio] + label:before {
    top: 50%;
    transform: translateY(-50%);
    left: 2rem;
  }
  .cart-payment-item input[type=radio] + label:after {
    top: 50%;
    transform: translateY(-50%);
    left: 2.5rem;
  }
  .cart-payment-item .check-right {
    display: flex;
    justify-content: space-between;
    padding-right: 2.4rem;
  }
  .cart-payment-item-price {
    max-width: 8rem;
    flex: 0 0 8rem;
    font-size: 1.6rem;
  }
  .cart-payment-item-head {
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: 700;
  }
  .cart-payment-item-info {
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .cart-box-item {
    padding: 2.4rem;
  }
}
@media (max-width: 991px) {
  .cart-box-item-col {
    margin-bottom: 2.4rem;
  }
}
/* end cart payment */
/* cart final */
.cart-final-left-col table {
  margin-bottom: 2.4rem;
}
.cart-final-left-col table td {
  line-height: 2;
}
.cart-final-left-col table td:first-child {
  width: 10rem;
}

.order-bg-box {
  background-color: #f7f6f3;
  position: relative;
  padding: 3.2rem 3.2rem 2.2rem 3.2rem;
  margin-top: 14px;
}
.order-bg-box:after {
  content: "";
  height: 14px;
  width: 100%;
  left: 0;
  top: 100%;
  display: block;
  position: absolute;
  background: url("./../images/order-bg-bottom.svg") repeat-x center;
}
.order-bg-box:before {
  content: "";
  height: 14px;
  width: 100%;
  left: 0;
  bottom: 100%;
  display: block;
  position: absolute;
  background: url("./../images/order-bg-top.svg") repeat-x center;
}
.order-bg-box h3 {
  text-align: center;
}

.order-final-item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ac9c59;
  padding-bottom: 0.7rem;
  padding-top: 1.4rem;
  min-height: 5.6rem;
}
.order-final-item:last-child {
  border-bottom: none;
}
.order-final-item-text {
  line-height: 1.4;
}
.order-final-item-name {
  color: #373a36;
  font-size: 1.8rem;
  font-weight: 700;
}
.order-final-item-info {
  color: #373a36;
  margin-bottom: 0.2rem;
}
.order-final-item-count {
  color: #8b8b83;
  font-size: 1.4rem;
}
.order-final-item-price {
  max-width: 10rem;
  flex: 0 0 10rem;
  color: #373a36;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: right;
}
.order-final-item-final-price {
  max-width: 12rem;
  flex: 0 0 12rem;
  text-align: right;
  color: #373a36;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
}

@media (max-width: 991px) {
  .cart-final-left-col {
    order: 2;
  }
  .cart-final-right-col {
    order: 1;
    margin-bottom: 4.8rem;
  }
  .cart-bottom-price-all span {
    font-size: 3rem;
  }
  .cart-item-name-img {
    width: 5.6rem;
    flex: 0 0 5.6rem;
    max-width: 5.6rem;
    height: 5.6rem;
  }
  .cart-item-name-head {
    font-size: 1.6rem;
  }
  .cart-item-name-label {
    font-size: 1.2rem;
  }
  .cart-item-name-category {
    font-size: 1.4rem;
  }
  .cart-item-name-info {
    font-size: 1.2rem;
  }
}
/* end cart final */

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