@font-face {
  font-family: "Myriad Pro";
  src: url("/fonts/myriad_pro/MyriadPro-Regular.eot");
  src: url("/fonts/myriad_pro/MyriadPro-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/myriad_pro/MyriadPro-Regular.woff2") format("woff2"), url("/fonts/myriad_pro/MyriadPro-Regular.woff") format("woff"), url("/fonts/myriad_pro/MyriadPro-Regular.ttf") format("truetype"), url("/fonts/myriad_pro/MyriadPro-Regular.svg#MyriadPro-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.trin {
  animation-name: trin;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes trin {
  from {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  20%, 32%, 44%, 56%, 68% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  23%, 35%, 47%, 59%, 71% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  26%, 38%, 50%, 62%, 74% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  29%, 41%, 53%, 65%, 77% {
    transform: rotate3d(0, 0, 1, -15deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes stretch {
  0% {
    color: #006b25;
  }
  100% {
    color: #D4BD9E;
  }
}
@-webkit-keyframes logoRes {
  from {
    opacity: 0;
    -webkit-transform: scale(0.7);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes logoRes {
  from {
    opacity: 0;
    transform: scale(0.7);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes showDialog {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes scale {
  0% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1.2);
  }
}
.scale {
  animation-name: scale;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
  animation-play-state: running;
}

@-webkit-keyframes jump {
  0% {
    bottom: 0;
  }
  50% {
    bottom: 10px;
  }
  100% {
    bottom: 0;
  }
}
@keyframes jump {
  0% {
    bottom: 0;
  }
  50% {
    bottom: 10px;
  }
  100% {
    bottom: 0;
  }
}
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale(0.7);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

video {
  width: 100%;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover, a:focus {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub.red, sup.red {
  color: #e31e26;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

p {
  font: 400 1.5rem/1.6 "Lato", sans-serif;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

input[type=email], input[type=number], input[type=search], input[type=text], input[type=tel], input[type=url], input[type=password], textarea {
  -webkit-appearance: none;
  appearance: none;
}

ul, ol {
  list-style-position: inside;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

[class^=icon_], [class*=" icon_"], .icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}

ul li, ol li {
  list-style: none;
}

.dialog_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 1500;
  padding: 0 1rem;
  overflow-y: auto;
}

.dialog {
  display: none;
  align-items: center;
  max-width: 40rem;
  margin: 4rem auto;
  min-height: calc(100% - 8rem);
}
.dialog.modal_small {
  max-width: 31rem;
}
.dialog.modal_medium {
  max-width: 40rem;
}
.dialog.modal_large {
  max-width: 85rem;
}
.dialog.modal_xlarge {
  max-width: 65vw;
}

.modal_wrap {
  width: 100%;
  padding: 2rem 3rem 2.5rem;
  border-radius: 1.5rem;
  background-color: #ffffff;
  border-top: 0.6rem solid #D4BD9E;
  z-index: 1503;
  position: relative;
}
.modal_wrap .icon_close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  color: #4b4b4b;
  cursor: pointer;
  font-size: 3rem;
  transition: color 0.3s linear;
}
.modal_wrap .icon_close:focus {
  color: #dc3545;
}
.modal_wrap .icon_close .icon {
  display: block;
}
.modal_wrap .image_wrap {
  position: relative;
  width: 7rem;
  height: 7rem;
  line-height: 7rem;
  margin: -5.5rem auto 0;
  border-radius: 50%;
  text-align: center;
  background-color: #4b4b4b;
}
.modal_wrap .image_wrap .icon {
  height: 4rem;
  width: 4rem;
  color: #ffffff;
  animation: zoomIn 0.5s both;
  animation-delay: 0.2s;
}
.modal_wrap .modal_text {
  text-align: center;
  margin: 2rem 0 0.5rem;
}
.modal_wrap .modal_text .modal_title {
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 700;
  color: #000000;
  text-transform: capitalize;
  margin: 0 auto;
}
.modal_wrap .modal_text p {
  margin: 0.5rem auto;
  max-width: 88%;
}
.modal_wrap .modal_buttons {
  font-size: 0;
  text-align: center;
  margin: 2rem auto 0;
  max-width: 35rem;
}
.modal_wrap .modal_buttons .button {
  width: calc(50% - 1.4rem);
  min-width: unset;
  margin: 0.5rem 0.7rem;
}

.dialog_bg {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(33, 33, 33, 0.55);
}

.dialog_wrapper.visible, .dialog_bg.visible {
  display: block;
}

.dialog.visible {
  display: flex;
}

.dialog_opened {
  overflow: hidden;
  padding-right: 0.8rem;
}
.dialog_opened.dialog_scrollable_mobile {
  padding-right: 0;
}
.dialog_opened .dialog_bg, .dialog_opened .modal_wrap {
  animation-duration: 0.3s;
  animation-fill-mode: both;
}
.dialog_opened .dialog_bg {
  animation-name: fadeIn;
}
.dialog_opened .modal_wrap {
  animation-name: showDialog;
}

/* common styles */
.modal_status.dialog .modal_wrap {
  color: #000000;
  background-color: #ffffff;
  text-align: center;
}
.modal_status.dialog .dialog_close.icon_close {
  display: none;
}
.modal_status.dialog .modal_text {
  margin: 2rem 0;
}
.modal_status.dialog .modal_text .modal_title {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.3;
  text-transform: initial;
  margin: 0 auto 1rem;
  max-width: 100%;
}
.modal_status.dialog .modal_text p {
  margin: 0.5rem auto;
  max-width: 88%;
}

/* modal_success */
.modal_success.dialog .modal_wrap {
  border-top: 0.6rem solid #28a745;
}
.modal_success.dialog .check_wrap {
  border: 0.2rem solid #28a745;
  overflow: hidden;
  animation: wrap 0.3s ease-in-out forwards;
  animation-delay: 0.3s;
  transform: scale(0);
}
.modal_success.dialog .check_wrap::before, .modal_success.dialog .check_wrap::after {
  content: "";
  position: absolute;
  background-color: #ffffff;
  width: 0;
  height: 0.5rem;
  transform-origin: left;
  animation-duration: 0.3s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
.modal_success.dialog .check_wrap::before {
  top: 3.2rem;
  left: 2.1rem;
  transform: rotate(45deg);
  animation-name: left;
  animation-delay: 0.8s;
}
.modal_success.dialog .check_wrap::after {
  top: 4.2rem;
  left: 2.9rem;
  transform: rotate(-45deg);
  animation-name: right;
  animation-delay: 1.1s;
}

@keyframes wrap {
  0% {
    background-color: transparent;
    transform: scale(0);
  }
  100% {
    background-color: #28a745;
    transform: scale(1);
  }
}
@keyframes left {
  0% {
    width: 0;
  }
  100% {
    width: 1.5rem;
  }
}
@keyframes right {
  0% {
    width: 0;
  }
  100% {
    width: 3rem;
  }
}
/* modal_danger */
.modal_danger.dialog .modal_wrap {
  border-top: 0.6rem solid #dc3545;
}
.modal_danger.dialog .checkmark {
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  background-color: transparent;
  box-shadow: inset 0 0 0 #dc3545;
  animation: fill 0.4s ease-in-out 0.4s forwards, scale2 0.3s ease-in-out 0.9s both;
}
.modal_danger.dialog .checkmark_circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #dc3545;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.modal_danger.dialog .checkmark_check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale2 {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0 0 0 5rem #dc3545;
  }
}
/* modal_warning */
.modal_warning.dialog {
  border-top: 0.6rem solid #ffb92e;
}
.modal_warning.dialog .image_wrap {
  background-color: #ffb92e;
}

/* modal_info */
.modal_info.dialog {
  border-top: 0.6rem solid #119eb5;
}
.modal_info.dialog .image_wrap {
  background-color: #119eb5;
}

.dialog .contact_form .modal_text {
  margin: 2rem 0;
}
.dialog .contact_form textarea.input {
  min-height: 7.3rem;
}
.dialog .contact_form .button {
  display: block;
  width: 100%;
  margin: 2rem 0 0;
}
.dialog .contact_form .row_f [class*=col_] {
  width: calc(100% - 3.01rem);
}

.modal_video.dialog {
  padding: 1.5rem;
  border: none;
  width: 65vw;
  max-width: 100%;
  flex-shrink: 0;
}

.modal_video.dialog .video_frame {
  width: 100%;
  height: 40rem;
  border-radius: 1.5rem;
}

.modal_video.dialog .icon_close {
  display: none;
}

.toast_notifications {
  position: fixed;
  bottom: 3rem;
  right: 2rem;
  z-index: 99999999;
}

.toast_notifications .toast, .toast_notifications .column {
  display: flex;
  align-items: center;
}

.toast_notifications .toast {
  width: 40rem;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 1.6rem 1.7rem;
  margin-bottom: 1rem;
  background: #ffffff;
  justify-content: space-between;
  animation: show_toast 0.3s ease forwards;
  box-shadow: 0 0.2rem 0.8rem 0 rgba(99, 99, 99, 0.2);
}

@keyframes show_toast {
  0% {
    transform: translateX(100%);
  }
  40% {
    transform: translateX(-5%);
  }
  80% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-10px);
  }
}
.toast_notifications .toast.hide {
  animation: hide_toast 0.3s ease forwards;
}

@keyframes hide_toast {
  0% {
    transform: translateX(-10px);
  }
  40% {
    transform: translateX(0%);
  }
  80% {
    transform: translateX(-5%);
  }
  100% {
    transform: translateX(calc(100% + 20px));
  }
}
.toast::before {
  position: absolute;
  content: "";
  height: 0.3rem;
  width: 100%;
  bottom: 0;
  left: 0;
  animation: progress 4s linear forwards;
}

@keyframes progress {
  100% {
    width: 0%;
  }
}
.toast.success::before {
  background-color: #43B14B;
}

.toast.error::before {
  background-color: #FF3F0A;
}

.toast.warning::before {
  background-color: #D8CD31;
}

.toast.info::before {
  background-color: #4fc8f4;
}

.toast .column svg {
  width: 2.6rem;
  height: 2.6rem;
  flex-shrink: 0;
}

.toast.success .column svg, .toast.success .column span {
  color: #43B14B;
}

.toast.error .column svg, .toast.error .column span {
  color: #E24D4C;
}

.toast.warning .column svg, .toast.warning .column span {
  color: #D8CD31;
}

.toast.info .column svg, .toast.info .column span {
  color: #4fc8f4;
}

.toast .column span {
  font-size: 1.6rem;
  font-weight: 600;
  margin-left: 1.2rem;
  color: #272727;
  flex-grow: 1;
}

.toast_notifications .removeTOAST {
  display: flex;
  cursor: pointer;
  flex-shrink: 0;
}

.toast_notifications .removeTOAST .icon {
  width: 1.6rem;
  height: 1.6rem;
  color: #000000;
  transition: 0.3s linear;
}

html {
  font-size: 62.5%;
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
  margin: 0;
  padding-top: 0;
}

[disabled], .disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.clearfix::before, .row::before, .clearfix::after, .row::after {
  content: " ";
  display: table;
}

.clearfix::after, .row::after {
  clear: both;
}

.clearfix, .row {
  *zoom: 1;
}

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

.table {
  display: table;
}

.tableb {
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
}

.trow {
  display: table-row;
}

.tcell {
  display: table-cell;
  vertical-align: middle;
}

.tc {
  text-align: center;
}
.tc h1:first-child, .tc h2:first-child, .tc .h1:first-child, .tc .h2:first-child {
  margin-top: 0;
}
.tc h1:last-child, .tc h2:last-child, .tc .h1:last-child, .tc .h2:last-child {
  margin-bottom: 0;
}

.tl {
  text-align: left;
}

.tr {
  text-align: right;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

hr {
  border-top: 1px solid #dbdbdb;
  border-bottom: 0;
  border-right: 0;
  border-left: 0;
  clear: both;
  margin: 2.4rem 0;
}

hr.hr {
  border-top: 1px solid #dbdbdb;
  border-bottom: 0;
  border-right: 0;
  border-left: 0;
  clear: initial;
  margin: 2rem 0;
}

hr.dotted {
  border-style: dotted;
}

hr.dashed {
  border-style: dashed;
}

::-webkit-scrollbar {
  width: 0.8rem;
  height: 0.8rem;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 1rem;
  border-radius: 1rem;
  -webkit-border-radius: 0;
  border-radius: 0;
}

::-webkit-scrollbar-thumb {
  background: #D4BD9E;
  -webkit-border-radius: 1rem;
  border-radius: 1rem;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.slick-prev, .slick-next {
  background: none;
  border: none;
  font-size: 0;
  display: block;
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 5;
}
.slick-prev::after, .slick-next::after {
  content: "";
  display: block;
  width: 4rem;
  height: 4rem;
  border-style: solid;
  border-width: 0 0.2rem 0.2rem 0;
  border-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s linear;
}

.slick-prev {
  left: 1.5rem;
}
.slick-prev::after {
  transform: rotate(135deg);
}

.slick-next {
  right: 1.5rem;
}
.slick-next::after {
  transform: rotate(-45deg);
}

.slick-dots {
  position: absolute;
  left: 50%;
  bottom: 2rem;
  display: flex;
  transform: translate(-50%, 0);
  z-index: 30;
}
.slick-dots li {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 0.5rem;
  background: transparent;
  border: 0.1rem solid #ffffff;
  border-radius: 50%;
  cursor: pointer;
}
.slick-dots li.slick-active {
  background: #ffffff;
}
.slick-dots li:only-child {
  display: none;
}
.slick-dots li button {
  background: transparent;
  border: none;
  font-size: 0;
}

.row {
  margin: 0 -1.5rem;
}
.row:after {
  content: "";
  display: block;
  clear: both;
}
.row .col_1, .row .col_10, .row .col_11, .row .col_12, .row .col_2, .row .col_3, .row .col_4, .row .col_5, .row .col_6, .row .col_7, .row .col_8, .row .col_9 {
  float: left;
  margin: 0 1.5rem;
}
.row .col_1 {
  width: calc(8.3333333333% - 3.01rem);
}
.row .col_2 {
  width: calc(16.6666666667% - 3.01rem);
}
.row .col_3 {
  width: calc(25% - 3.01rem);
}
.row .col_4 {
  width: calc(33.3333333333% - 3.01rem);
}
.row .col_5 {
  width: calc(41.6666666667% - 3.01rem);
}
.row .col_6 {
  width: calc(50% - 3.01rem);
}
.row .col_7 {
  width: calc(58.3333333333% - 3.01rem);
}
.row .col_8 {
  width: calc(66.6666666667% - 3.01rem);
}
.row .col_9 {
  width: calc(75.0000000019% - 3.01rem);
}
.row .col_10 {
  width: calc(83.3333333333% - 3rem);
}
.row .col_11 {
  width: calc(91.6666666667% - 3.01rem);
}
.row .col_12 {
  width: calc(100% - 3.01rem);
}

.row_f {
  margin: 0 -1.5rem;
  display: flex;
  flex-wrap: wrap;
}
.row_f .col_1, .row_f .col_2, .row_f .col_3, .row_f .col_4, .row_f .col_5, .row_f .col_6, .row_f .col_7, .row_f .col_8, .row_f .col_9, .row_f .col_10, .row_f .col_11, .row_f .col_12 {
  margin: 0 1.5rem;
}
.row_f .col_1 {
  width: calc(8.3333333333% - 3.01rem);
}
.row_f .col_2 {
  width: calc(16.6666666667% - 3.01rem);
}
.row_f .col_3 {
  width: calc(25% - 3.01rem);
}
.row_f .col_4 {
  width: calc(33.3333333333% - 3.01rem);
}
.row_f .col_5 {
  width: calc(41.6666666667% - 3.01rem);
}
.row_f .col_6 {
  width: calc(50% - 3.01rem);
}
.row_f .col_7 {
  width: calc(58.3333333333% - 3.01rem);
}
.row_f .col_8 {
  width: calc(66.6666666667% - 3.01rem);
}
.row_f .col_9 {
  width: calc(75.0000000019% - 3.01rem);
}
.row_f .col_10 {
  width: calc(83.3333333333% - 3.01rem);
}
.row_f .col_11 {
  width: calc(91.6666666667% - 3.01rem);
}
.row_f .col_12 {
  width: calc(100% - 3.01rem);
}

.map_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wrapper {
  width: 100%;
  max-width: 135.2rem;
  padding: 0 2rem;
  margin: 0 auto;
  position: relative;
}
.wrapper::after {
  content: "";
  display: table;
  clear: both;
}
.wrapper.wrapper_full {
  max-width: 100%;
}
.wrapper.wrapper_small {
  max-width: 97rem;
}

.icon {
  line-height: 0;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

table.table {
  width: 100%;
}

::placeholder {
  color: #4A6572;
  transition: all 0.3s;
}

.form_xi {
  position: relative;
}

.form_item {
  margin: 0 0 1.5rem;
}
.form_item:last-child {
  margin: 0;
}
.form_item.form_item_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 2rem;
}
.form_item .pre_input {
  display: block;
  margin: 0 0 0.3rem;
}
.form_item .form_item.form_item_xi1 {
  position: absolute;
  left: -999.9rem;
  margin: 0;
  padding: 0;
}
.form_item.form_item_xi2 {
  position: absolute;
  top: 0.1rem;
  left: 0.1rem;
  max-width: 0.1rem !important;
  width: 0.1rem !important;
  height: 0.1rem !important;
  opacity: 0.01;
  pointer-events: auto;
  margin: 0;
  padding: 0;
}
.form_item.form_item_xi2 .input {
  max-width: 0.1rem !important;
  min-width: 0 !important;
  height: 0.1rem !important;
  color: transparent !important;
  background-color: transparent !important;
  border: none !important;
  pointer-events: auto;
  caret-color: transparent;
}

.input {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 3.1rem;
  font-size: 1.6rem;
  padding: 0 1rem;
  border: none;
  background-color: #ffffff;
  color: #000000;
  border-radius: 0;
  transition: box-shadow 0.2s ease-in;
}
.input:focus, .input:active {
  outline-style: none;
}
.input::placeholder {
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #4b4b4b;
  opacity: 1;
  text-overflow: ellipsis;
}
.input:focus::placeholder {
  opacity: 0;
}
.input:-webkit-autofill, .input:-webkit-autofill:focus, .input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 4rem #ffffff inset !important;
  -webkit-text-fill-color: #000000 !important;
}

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

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

textarea.input {
  min-height: 12.8rem;
  padding-top: 0.5rem;
  resize: none;
}

select.input {
  line-height: normal;
  text-overflow: "";
}

select::-ms-expand {
  display: none;
}

.select_after {
  position: relative;
  display: block;
}
.select_after::after {
  content: "";
  position: absolute;
  top: 1.4rem;
  right: 1rem;
  width: 0;
  height: 0;
  border-style: solid;
  transform: rotate(0deg);
  border-width: 0.5rem 0.5rem 0 0.5rem;
  border-color: #808080 transparent transparent transparent;
  pointer-events: none;
  transition: .3s;
}
.select_after select {
  padding-right: 3rem;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.select_after:has(select:focus):after{
  transform: rotate(180deg)
}

.custom_checkbox {
  position: absolute;
  left: -999.9rem;
}
.custom_checkbox + label {
  display: inline-flex;
  align-items: center;
  user-select: none;
  cursor: pointer;
  margin: 0;
}
.custom_checkbox + label .checkbox_design {
  flex: 0 0 auto;
  width: 2rem;
  height: 2rem;
  border: 0.1rem solid #cfcfcf;
  background-color: #ffffff;
  border-radius: 0.3rem;
  position: relative;
  transform: scale(1);
  transition: all 0.2s ease;
}
.custom_checkbox + label .checkbox_design svg {
  position: absolute;
  top: 0.4rem;
  left: 0.3rem;
  width: 1.2rem;
  height: 1rem;
  fill: none;
  stroke: transparent;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1.6rem;
  stroke-dashoffset: 1.6rem;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}
.custom_checkbox + label .checkbox_design::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
  border-radius: 50%;
  background-color: #D4BD9E;
  transform: scale(0);
}
.custom_checkbox + label .checkbox_text {
  display: inline-block;
  font-size: 1.6rem;
  padding: 0 0 0 1rem;
}
.custom_checkbox:checked + label .checkbox_design {
  background-color: #D4BD9E;
  border-color: #D4BD9E;
}
.custom_checkbox:checked + label .checkbox_design svg {
  stroke: #ffffff;
  stroke-dashoffset: 0;
}
.custom_checkbox:checked + label .checkbox_design::before {
  opacity: 0;
  transform: scale(3.5);
  transition: all 0.6s ease;
}

.custom_radio_button {
  position: absolute;
  left: -999.9rem;
}
.custom_radio_button + label {
  display: inline-flex;
  align-items: flex-start;
  user-select: none;
  cursor: pointer;
  font-size: 0;
  margin: 0 2rem 1rem 0;
}
.custom_radio_button + label .radio_button_design {
  flex: 0 0 auto;
  width: 2rem;
  height: 2rem;
  border: 0.1rem solid #cfcfcf;
  background-color: #ffffff;
  border-radius: 50%;
  position: relative;
  transition: all 0.2s ease;
}
.custom_radio_button + label .radio_button_design::before, .custom_radio_button + label .radio_button_design::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #D4BD9E;
  transform: scale(0);
}
.custom_radio_button + label .radio_button_design::before {
  opacity: 1;
}
.custom_radio_button + label .radio_button_text {
  display: inline-block;
  font-size: 1.6rem;
  padding: 0 0 0 1rem;
}
.custom_radio_button:checked + label .radio_button_design {
  border-color: #D4BD9E;
  border-width: 0.2rem;
}
.custom_radio_button:checked + label .radio_button_design::before, .custom_radio_button:checked + label .radio_button_design::after {
  transition: all 0.6s ease;
}
.custom_radio_button:checked + label .radio_button_design::before {
  opacity: 0;
  transform: scale(3.5);
}
.custom_radio_button:checked + label .radio_button_design::after {
  transform: scale(0.55);
}

.validate_error {
  border: 0.1rem solid #e57373 !important;
}
.validate_error::placeholder {
  color: #e31e26 !important;
}
.validate_error + .icon {
  color: #e57373 !important;
}

textarea.validate_error {
  border: 0.1rem solid #e57373 !important;
}

.input_file.validate_error + .input {
  border: 0.1rem solid #e57373 !important;
}
.input_file.validate_error + .input span {
  color: #e31e26 !important;
}

.validate_checkbox.validate_error {
  border: none !important;
}
.validate_checkbox.validate_error .checkbox + label::before {
  border: 0.1rem solid #e57373 !important;
}
.validate_checkbox.validate_error .custom_checkbox + label .checkbox_design {
  border: 0.1rem solid #e57373 !important;
}

.validate_radio.validate_error {
  border: none !important;
}
.validate_radio.validate_error .radio_button + label::before {
  border: 0.1rem solid #e57373 !important;
}
.validate_radio.validate_error .custom_radio_button + label .radio_button_design {
  border: 0.1rem solid #e57373 !important;
}

.button {
  display: inline-block;
  font: 700 1.6rem/3.6rem "Myriad Pro", sans-serif;
  height: 3.6rem;
  min-width: 2rem;
  padding: 0 2.6rem;
  color: #ffffff;
  background-color: #D4BD9E;
  border: 0.1rem solid #D4BD9E;
  border-radius: 0;
  text-align: center;
  white-space: nowrap;
  text-transform: capitalize;
  text-decoration: none;
  transition: 0.3s ease-out;
  cursor: pointer;
  user-select: none;
  appearance: none;
}
.button.button_2 {
  padding: 0.55em 1em 0.45em;
  line-height: normal;
  height: auto;
}
.button.button_transparent {
  background-color: transparent;
}
.button.small {
  font-size: 1.3rem;
  height: 3.5rem;
  line-height: 3.5rem;
}
.button.large {
  font-size: 2rem;
  height: 5.5rem;
  line-height: 5.5rem;
}
.button.light {
  color: #D4BD9E;
  background-color: #ffffff;
  border-color: #ffffff;
}
.button.light_2 {
  color: #4b4b4b;
  background-color: #ffffff;
  border-color: #ffffff;
}
.button.dark {
  color: #4b4b4b;
  background-color: transparent;
  border-color: #000000;
}
.button.button_success {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745;
}
.button.button_danger {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.button.button_warning {
  color: #000000;
  background-color: #ffb92e;
  border-color: #ffb92e;
}
.button.button_info {
  color: #ffffff;
  background-color: #119eb5;
  border-color: #119eb5;
}
.button.button_disable {
  color: #000000;
  background-color: #cccccc;
  border-color: #cccccc;
}
.button.button_default {
  color: #ffffff;
  background-color: #607487;
  border-color: #607487;
}
.button span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 3;
}
.button svg {
  display: inline-block;
  vertical-align: middle;
  fill: #ffffff;
  width: 1.25em;
  height: 1.25em;
  margin-right: 0.25em;
}
.button.btn_icon {
  position: relative;
  overflow: hidden;
}
.button.btn_icon svg {
  width: 1.8rem;
  height: 1.8rem;
  fill: #ffffff;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -3rem);
  transition: 0.2s linear;
  margin-right: 0;
}
.button.btn_icon span {
  color: #ffffff;
  display: block;
  transition: 0.2s linear;
}
.button.button_wide {
  padding: 0.9rem 3rem 0.7rem;
  line-height: normal;
  white-space: normal;
  height: auto;
}
.button.button_block {
  display: block;
  width: 100%;
}

.btn_mobile {
  display: none;
}

.aside_form_wrapper {
  margin: 0 0 2rem;
}

.overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
}

.overlay_dark {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
}

section, .section {
  padding: 7.5rem 0;
}

.pagination {
  padding: 1rem 0;
  user-select: none;
  font-size: 0;
}
.pagination li {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0.4rem 1rem;
  list-style: none;
}
.pagination li.active a {
  background-color: #D4BD9E;
  color: #ffffff;
  pointer-events: none;
}
.pagination li.pagination_arrow .icon {
  position: relative;
  top: -0.2rem;
}
.pagination li.pagination_arrow_prev .icon {
  transform: rotate(180deg);
}
.pagination li a {
  font-size: 1.8rem;
  font-weight: 700;
  display: block;
  min-width: 3.4rem;
  height: 3.4rem;
  line-height: 3.4rem;
  padding: 0 0.5rem;
  background-color: #4b4b4b;
  color: #ffffff;
  text-align: center;
  transition: 0.3s linear;
}

.social {
  font-size: 0;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
}
.social .social_block {
  display: inline-block;
  line-height: 0;
}
.social .social_block .icon, .social .social_block img {
  width: 3.5rem;
  color: #4b4b4b;
  height: 3.5rem;
  transition: all 0.3s ease-in-out;
}

h1, .h1 {
  font: 400 2.9rem/1.2 "Lato", sans-serif;
  color: #000000;
  margin: 3rem 0 2rem;
  text-transform: initial;
}

h2, .h2 {
  font: 400 2.9rem/1.2 "Lato", sans-serif;
  color: #000000;
  margin: 1rem 0 2rem;
  text-transform: initial;
}

.title {
  font: 400 2.9rem/1.2 "Lato", sans-serif;
  color: #000000;
  margin: 1rem 0 2rem;
  text-transform: initial;
}

.sub_title {
  font: 400 2.4rem/1.2 "Lato", sans-serif;
  color: #000000;
  margin: 1rem 0 2rem;
  text-transform: initial;
}

h3, .h3 {
  font: 400 2.6rem/1.2 "Lato", sans-serif;
  color: #000000;
  margin: 0;
  text-transform: initial;
}

h4, .h4 {
  font: 400 2.4rem/1.2 "Lato", sans-serif;
  color: #000000;
  margin: 0;
  text-transform: initial;
}

h5, .h5 {
  font: 400 2.2rem/1.2 "Lato", sans-serif;
  color: #000000;
  margin: 0;
  text-transform: initial;
}

h6, .h6 {
  font: 400 2rem/1.2 "Lato", sans-serif;
  color: #000000;
  margin: 0;
  text-transform: initial;
}

.content h1, .content .h1 {
  font: 400 2.9rem/1.2 "Lato", sans-serif;
  color: #000000;
  margin: 3rem 0 2rem;
  text-transform: initial;
}
.content h2, .content .h2, .content .title {
  font: 400 2.9rem/1.2 "Lato", sans-serif;
  color: #000000;
  margin: 1rem 0 2rem;
  text-transform: initial;
}
.content h3, .content .h3 {
  font: 400 2.6rem/1.2 "Lato", sans-serif;
  color: #000000;
  margin: 1rem 0;
  text-transform: initial;
}
.content h4, .content .h4 {
  font: 400 2.4rem/1.2 "Lato", sans-serif;
  color: #000000;
  margin: 1rem 0;
  text-transform: initial;
}
.content h5, .content .h5 {
  font: 400 2.2rem/1.2 "Lato", sans-serif;
  color: #000000;
  margin: 1rem 0;
  text-transform: initial;
}
.content h6, .content .h6 {
  font: 400 2rem/1.2 "Lato", sans-serif;
  color: #000000;
  margin: 1rem 0;
  text-transform: initial;
}
.content p {
  font-size: 1.5rem;
  color: #4b4b4b;
  margin: 0 0 1.5rem;
}
.content ul {
  margin-bottom: 2rem;
}
.content ul li {
  display: table;
  font: 400 1.6rem/1.5 "Lato", sans-serif;
  color: #000000;
  padding: 0 0 0 2.2rem;
  margin: 1rem 0;
  position: relative;
}
.content ul li p, .content ul li span {
  margin: 0;
}
.content ul li::before {
  content: "";
  display: block;
  position: absolute;
  color: #D4BD9E;
  top: 0.3rem;
  left: 0.5rem;
  width: 0.7rem;
  height: 1.2rem;
  border-style: solid;
  border-width: 0 0.2rem 0.2rem 0;
  transform: rotate(40deg);
}
.content ol {
  margin-bottom: 2rem;
  counter-reset: li;
}
.content ol li {
  display: table;
  font: 400 1.6rem/1.5 "Lato", sans-serif;
  color: #000000;
  padding: 0 0 0 2rem;
  margin: 1rem 0;
  overflow: hidden;
}
.content ol li::before {
  margin-left: -2rem;
  counter-increment: li;
  content: counters(li, ".") ". ";
  color: #000000;
  font-weight: 700;
}
.content blockquote {
  font: 400 1.6rem/1.5 "Lato", sans-serif;
  padding: 0 0 0 2rem;
  margin: 0 0 3rem;
  clear: both;
  position: relative;
}
.content blockquote::after {
  content: "";
  display: block;
  width: 1rem;
  top: 0;
  left: 0;
  height: 100%;
  position: absolute;
  background: #D4BD9E;
}
.content a:not(.button) {
  display: inline-block;
  color: #D4BD9E;
  font-weight: 600;
  transition: 0.3s linear;
}
.content a:not(.button):focus {
  color: #4b4b4b;
}
.content img {
  height: auto !important;
}
.content h1:first-child, .content h2:first-child, .content h3:first-child, .content h4:first-child, .content h5:first-child, .content h6:first-child,
.content .h1:first-child, .content .h2:first-child, .content .h3:first-child, .content .h4:first-child, .content .h5:first-child, .content .h6:first-child, .content p:first-child, .content ul:first-child, .content ol:first-child, .content ul li:first-child, .content ol li:first-child, .content table:first-child, .content img:first-child, .content iframe:first-child {
  margin-top: 0;
}
.content h1:last-child, .content h2:last-child, .content h3:last-child, .content h4:last-child, .content h5:last-child, .content h6:last-child,
.content .h1:last-child, .content .h2:last-child, .content .h3:last-child, .content .h4:last-child, .content .h5:last-child, .content .h6:last-child, .content p:last-child, .content ul:last-child, .content ol:last-child, .content ul li:last-child, .content ol li:last-child, .content table:last-child, .content img:last-child, .content iframe:last-child {
  margin-bottom: 0;
}
.content iframe {
  width: 100%;
  height: 35rem;
}
.content table ul li, .content table ol li {
  display: block;
}
.content .content_table {
  width: 100%;
}
.content .content_table th {
  text-align: left;
  font-weight: 700;
  color: #ffffff;
}
.content .content_table th p {
  font-weight: 700;
  color: #ffffff;
}
.content .content_table tr:nth-child(odd) {
  background-color: #f7f7f7;
}
.content .content_table tr:first-child {
  background-color: #D4BD9E;
}
.content .content_table th, .content .content_table td {
  padding: 1rem;
}

p {
  font: 400 1.6rem/1.5 "Lato", sans-serif;
  color: #000000;
  margin: 1rem 0;
}

[data-modals] {
  cursor: pointer;
}

.no_scroll {
  overflow: hidden;
}

.hide_desktop {
  display: none !important;
}

.map {
  padding: 0;
}
.map #map, .map iframe {
  height: 40rem;
  width: 100%;
  max-width: 100%;
}

.marker_info {
  text-align: center;
}

.marker_info p {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.2;
  margin: 0.2rem 0;
}

.marker_info .map_address {
  max-width: 23rem;
  margin: 0 auto;
}

.marker_info p a {
  color: #D4BD9E;
}

.img {
  display: block;
  width: 100%;
  max-width: 100%;
  position: relative;
  background-size: cover !important;
  background-position: center !important;
}

.page main {
  float: right;
  width: 70%;
}
.page aside {
  width: 25%;
  float: left;
}
.page.right_sidebar main {
  float: left;
  width: 70%;
}
.page.right_sidebar aside {
  width: 25%;
  float: right;
}

.inner_banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  position: relative;
  z-index: 2;
  padding: 12.2rem 0 7.7rem;
}
.inner_banner .wrapper {
  max-width: 129.2rem;
}
.inner_banner .content {
  max-width: 59.6rem;
  width: 100%;
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  text-align: justify;
}
.inner_banner .content h1, .inner_banner .content .h1, .inner_banner .content h2, .inner_banner .content .h2, .inner_banner .content h3, .inner_banner .content .h3, .inner_banner .content p {
  text-shadow: 0 0 1rem #f1e9de, 0 0 1rem #f1e9de, 0 0 2rem #f1e9de;
}

.tc p:first-child {
  margin: 0;
}
.tc h2:nth-child(2), .tc .h2:nth-child(2) {
  margin-top: 0;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 2rem 0;
  z-index: 999;
  transition: 0.2s;
}
.header .header_row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.header .header_buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.5rem;
}
.header .header_cart {
  position: relative;
  padding: 0;
}
.header .header_cart .icon {
  position: relative;
  z-index: 1;
  width: 2.9rem;
  height: 2.6rem;
}
.header .header_cart span {
  margin-right: -0.1rem;
}
.header .header_cart .number {
  position: absolute;
  top: -0.7rem;
  right: -0.7rem;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 0.5rem;
  min-width: 1.7rem;
  border-radius: 1.7rem;
  background-color: #7a0b2c;
  color: #ffffff;
  font: 400 1.2rem/1.7rem "Lato", sans-serif;
  height: 1.7rem;
  margin: 0;
}
.header .header_logo {
  display: inline-block;
  position: relative;
}
.header .header_logo img {
  width: 11.4rem;
}
.header .top_menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header .top_menu .social {
  margin: 0 2.6rem 0 0;
}
.header .top_menu .social a {
  margin: 0 2.2rem 0 0;
}
.header .top_menu .social a .icon, .header .top_menu .social a img {
  width: 2.8rem;
  height: 2.8rem;
}
.header .phone_block {
  display: flex;
}
.header .phone_block .phone {
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 600;
  color: #000000;
  transition: 0.3s linear;
}
.header .phone_block .phone .icon {
  width: 3.2rem;
  height: 3.2rem;
  color: #D4BD9E;
  transition: 0.3s linear;
}
.header.fixed {
  position: fixed;
  animation: slide-down 0.7s;
  box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.2);
  padding: 1rem 0;
  background-color: #F2EADF;
}
.header.fixed .header_logo img {
  width: 13rem;
}
.header.fixed .top_menu {
  display: none;
}
.header.fixed .navigation {
  margin: 0;
}

.navigation {
  margin: 0;
}
.navigation .header_nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.navigation .header_nav > li > a:not(.button) {
  font: 400 1.6rem/1.3 "Lato", sans-serif;
  color: #000000;
  text-transform: uppercase;
  display: block;
  white-space: nowrap;
  padding: 0 2.2rem;
  position: relative;
  transition: 0.3s linear;
  text-shadow: 0 0 0.5rem #f1e9de, 0 0 1rem #f1e9de, 0 0 2rem #f1e9de;
}
.navigation .header_nav > li > a:not(.button)::after {
  content: "";
  position: absolute;
  left: 51%;
  right: 51%;
  bottom: 0;
  display: block;
  background-color: #D4BD9E;
  height: 0.1rem;
  transition-property: left, right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  z-index: 3;
}
.navigation .header_nav > li.active > a:not(.button) {
  font-weight: 700;
}
.navigation .header_nav > li.dr_down {
  position: relative;
}
.navigation .header_nav > li.header_btn {
  padding: 0 0 0 1rem;
}
.navigation .header_nav > li.mobile_cart, .navigation .header_nav > li.mobile_language, .navigation .header_nav > li.mobile_social {
  display: none;
}
.navigation .header_nav .sub_menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 2rem;
  margin: 0.6rem 0 0;
  z-index: 3;
  min-width: 25rem;
  background-color: #D4BD9E;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.1);
  transform: translate3d(0, 1rem, 0);
}
.navigation .header_nav .sub_menu::before {
  content: "";
  position: absolute;
  left: 1rem;
  bottom: 100%;
  display: block;
  border-bottom: 0.6rem solid #D4BD9E;
  border-left: 0.6rem solid transparent;
  border-right: 0.6rem solid transparent;
}
.navigation .header_nav .sub_menu::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  display: block;
  width: 100%;
  height: 1rem;
}
.navigation .header_nav .sub_menu > li {
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.1);
}
.navigation .header_nav .sub_menu > li > a:not(.button) {
  font-size: 1.4rem;
  color: #ffffff;
  display: block;
  padding: 0.9rem 1.5rem 0.7rem;
  white-space: pre-wrap;
  text-align: left;
  text-transform: uppercase;
  transition: 0.3s linear;
}

.navigation .header_nav > li.dr_down:focus .sub_menu {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}

.navigation_btn {
  display: none;
  width: 4rem;
  height: 2.4rem;
  position: absolute;
  top: 2.5rem;
  right: 2rem;
  overflow: visible;
  cursor: pointer;
  transition-property: opacity;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  z-index: 600;
}
.navigation_btn .hamburger_box {
  display: block;
  width: 4rem;
  height: 0.4rem;
  border-radius: 0.4rem;
  background-color: #7a0b2c;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  transition-property: transform;
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.navigation_btn .hamburger_box::before, .navigation_btn .hamburger_box::after {
  content: "";
  display: block;
  width: 4rem;
  height: 0.4rem;
  border-radius: 0.4rem;
  background-color: #7a0b2c;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.navigation_btn .hamburger_box::before {
  top: -1rem;
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.navigation_btn .hamburger_box::after {
  bottom: -1rem;
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.navigation_btn.is_open .hamburger_box {
  transform: translate(0, -50%) rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  background-color: #7a0b2c;
}
.navigation_btn.is_open .hamburger_box::before, .navigation_btn.is_open .hamburger_box::after {
  background-color: #7a0b2c;
}
.navigation_btn.is_open .hamburger_box::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.navigation_btn.is_open .hamburger_box::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.navigation_btn p {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  color: #7a0b2c;
  margin: 0;
  position: absolute;
  bottom: -2.5rem;
  left: 50%;
  transform: translate(-50%, 0);
}

.mobile_phone {
  position: fixed;
  left: 0;
  right: 0;
  bottom: env(safe-area-inset-bottom);
  display: none;
  padding: 0.5rem 0;
  font: 700 3rem "Lato", sans-serif;
  background-color: #D4BD9E;
  color: #ffffff;
  text-align: center;
  user-select: none;
  z-index: 300;
}
.mobile_phone svg {
  width: 2.4rem;
  height: 2.4rem;
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .mobile_phone {
      bottom: 0;
    }
  }
}
.home_bar_space {
  position: fixed;
  left: 0;
  bottom: 0;
  display: none;
  width: 100%;
  height: env(safe-area-inset-bottom);
  background-color: #D4BD9E;
  z-index: 299;
}

.dark_overlay.nav_opened::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background-color: #000000;
  opacity: 0.8;
  z-index: 2;
}

.languages {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}
.languages .language {
  height: 2.6rem;
  padding: 0 0.5rem;
  display: inline-block;
  font: 400 1.4rem/2.6rem "Myriad Pro", sans-serif;
  min-width: 1em;
  color: #000;
  background-color: #DEDCDC;
  border: 0.1rem solid #DEDCDC;
  border-radius: 0;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.3s ease-out;
  cursor: pointer;
  user-select: none;
  appearance: none;
}
.languages .language.active {
  color: #ffffff;
  background-color: #7a0b2c;
  border: 0.1rem solid #7a0b2c;
  pointer-events: none;
}
.languages .language:hover {
  color: #CD1C20;
  background-color: #ffffff;
  border-color: #CD1C20;
}

.main_top {
  position: relative;
  padding: 0;
  z-index: 2;
}
.main_top .banner {
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 100%;
  position: relative;
  height: 54.9rem;
  z-index: 2;
}
.main_top .main_content {
  position: absolute;
  top: 55%;
  left: 50%;
  width: 100%;
  display: block;
  z-index: 4;
  transform: translate(-50%, -50%);
}
.main_top .main_content .text {
  max-width: 40.5rem;
  max-width: 40.5rem;
  width: 100%;
  display: block;
  position: relative;
}
.main_top .main_content .text p {
  padding-left: 1.6rem;
  text-shadow: 0 0 1rem #f1e9de, 0 0 1rem #f1e9de, 0 0 2rem #f1e9de;
}
.main_top .main_content .text p img {
  margin-left: -1.6rem;
}
.main_top .main_content .text .button {
  text-shadow: none;
  margin: 3.5rem 0 0;
}
.main_top .top_slider.hidden_slider {
  opacity: 0;
  overflow: hidden;
  max-height: 54.9rem;
}
.main_top .top_slider .slick-dots {
  bottom: 7rem;
}

.products_main_page {
  background-color: #EDEDED;
  padding: 6rem 0 4.6rem;
}
.sec_bg {
  background-color: #EDEDED;
}
.sec_p_small{
  padding: 3.5rem 0;
}

.product_image {
  background-color: #ffffff;
  aspect-ratio: 28/30;
  position: relative;
  overflow: hidden;
  display: block;
}
.product_image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  display: block;
  max-width: calc(100% - 1.5rem);
  width: 100%;
  height: calc(100% - 1.5rem);
  -o-object-fit: contain;
  object-fit: contain;
  transition: 0.3s;
}

.product_slider_main {
  margin: 5rem -2.7rem 3rem;
}
.product_slider_main.hidden_slider {
  max-height: 39.8rem;
  overflow: hidden;
  opacity: 0;
}
.product_slider_main .product_slid_main {
  margin: 0 2.7rem;
  display: flex !important;
  flex-direction: column;
  height: auto !important;
}
.product_slider_main .slick-track {
  display: flex;
}

.product_name {
  font-size: 1.8rem;
  text-transform: capitalize;
  text-align: center;
  margin: 2.5rem 0 0.7rem;
  line-height: 1.3;
  color: #4b4b4b;
}
.product_name a {
  transition: 0.3s;
}

.capacity {
  font-size: 1.3rem;
  line-height: 1;
  margin: 0 0 0.7rem;
  text-align: center;
  color: #4b4b4b;
}

.price {
  margin: 0;
  color: #7a0b2c;
  text-align: center;
  line-height: 1;
}

.about_content p {
  margin: 0 0 3rem;
}
.about_content .button {
  margin-top: 1rem;
}

.about_sec {
  padding: 0;
}

.about_row {
  display: flex;
  align-items: stretch;
}

.about_content {
  max-width: 50%;
  width: 100%;
  padding: 7.5rem 14.5rem 5rem 0;
}

.about_img {
  max-width: 50%;
  width: 100%;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}
.about_img .img_wrap {
  position: absolute;
  width: calc(50vw - 65.6rem + 100%);
  margin-right: calc(-50vw + 65.6rem);
  height: 100%;
  z-index: -1;
}
.about_img .img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.about_img .about_logo {
  position: absolute;
  top: 50%;
  left: -6.4rem;
  width: 12.8rem;
  transform: translate(0, -50%);
}

.single_product_section {
  background-color: #F2EADF;
  padding: 13rem 0 9rem;
}
.single_product_section .wrapper {
  max-width: 133rem;
}

.single_product_wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 5.5rem;
}
.single_product_wrapper .single_product {
  width: calc(50% - 2.9rem);
}
.single_product_wrapper .single_product.desc_block {
  width: calc(50% - 3rem);
}
.single_product_wrapper .desc_block h1, .single_product_wrapper .desc_block .h1 {
  max-width: 42.4rem;
  margin: 0 0 0.5rem;
}
.single_product_wrapper .desc_block .single_product_capacity {
  font: 400 2.1rem/1 "Lato", sans-serif;
  margin: 0 0 3rem;
  color: #949494;
}
.single_product_wrapper .desc_block .prices_block {
  font-size: 0;
  margin: 3.3rem 0 3rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 1.5rem 2.2rem;
}
.single_product_wrapper .desc_block .prices_block .price {
  display: inline-block;
  vertical-align: middle;
  font-size: 2.5rem;
  color: #7a0b2c;
}
.single_product_wrapper .desc_block .prices_block .price.price_old {
  text-decoration: line-through;
  color: #a6a6a6;
}
.single_product_wrapper .desc_block .buttons_wrap {
  font-size: 0;
  margin: 0 0 5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 1.2rem;
}
.single_product_wrapper .desc_block .buttons_wrap .qty_text {
  font-size: 1.6rem;
  text-transform: uppercase;
  color: #4b4b4b;
}
.single_product_wrapper .desc_block .buttons_wrap .qty {
  width: 8.7rem;
}
.single_product_wrapper .content.shipping_info p {
  margin: 0 0 1rem;
}
.single_product_wrapper .content.shipping_info p:last-child {
  margin: 0;
}

.sticky_block {
  position: sticky;
  top: 9rem;
}

.product_slider {
  /*width: calc(100% - 13.6rem);*/
  width: 78%;
  order: 1;
}
.product_slider.hidden_slider {
  opacity: 0;
  overflow: hidden;
  max-height: 36rem;
}
.product_slider .slider_item {
  display: block;
  overflow: hidden;
  padding-top: 100%;
  background-color: #ffffff;
  position: relative;
}
.product_slider .slider_item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  max-width: 90%;
  width: 100%;
  height: 90%;
  object-fit: contain;
  font-family: "object-fit: contain;";
}

.img_block_inner {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
}

.product_slider_nav {
  /*max-width: 10.3rem;*/
  max-width: 16.72%;
  width: 100%;
  /*margin: -1.25rem 3.2rem -1.25rem 0;*/
  margin: -1.25rem 5.19% -1.25rem 0;
}
.product_slider_nav.hidden_slider {
  opacity: 0;
  overflow: hidden;
  max-height: 10rem;
}
.product_slider_nav .slick-current .slider_item {
  border: 0.1rem solid #7a0b2c;
}
.product_slider_nav .slider_item {
  position: relative;
  cursor: pointer;
  width: 100%;
  max-width: 90%;
  padding-top: 90%;
  margin: 1.25rem 0;
  border: 0.1rem solid transparent;
  background-color: #ffffff;
  overflow: hidden;
  transition: 0.3s linear;
}
.product_slider_nav .slider_item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  padding: 0.85rem;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sets_apart_sec {
  padding: 5.4rem 0 2rem;
}
.sets_apart_sec .wrapper {
  max-width: 133.7rem;
}

.sets_apart_row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 3rem 5rem;
  margin: 3.5rem 0 0;
}

.sets_apart_item {
  max-width: calc(20% - 4rem);
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.sets_apart_img {
  max-width: 6.2rem;
  width: 100%;
  height: 6.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 1.5rem;
}

.pillars_sec {
  padding: 2rem 0 7.5rem;
}
.pillars_sec .wrapper {
  max-width: 137.6rem;
}

.pillars_row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 3.4rem;
  margin: 7rem 0 0;
  counter-reset: pillar-counter;
}

.pillars_mame {
  font-size: 1.7rem;
  color: #7a0b2c;
  font-weight: 700;
  text-align: center;
  margin: 0 0 2rem;
}

.pillars_item {
  max-width: calc(20% - 2.72rem);
  width: 100%;
  padding: 4rem 1.8rem 3rem 2.5rem;
  background-color: #ffffff;
  box-shadow: 0 0 3.2rem rgba(0, 0, 0, 0.1);
  position: relative;
  counter-increment: pillar-counter;
}
.pillars_item:before {
  content: counter(pillar-counter);
  position: absolute;
  left: 50%;
  top: -3rem;
  font: 700 2.9rem/1 "Lato", sans-serif;
  transform: translate(-50%, 0);
  min-width: 6rem;
  height: 6rem;
  border-radius: 6rem;
  color: #ffffff;
  background-color: #e4d9cb;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex_cart_buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  align-items: center;
  justify-content: center;
  margin: 2rem 0 0;
}

.cart .cart_item_qty .value_buttons_wrap .value_button.decrease {
  line-height: 2.9rem;
}

.cart .cart_item_qty .value_buttons_wrap .value_button {
  height: 3rem;
  line-height: 3.1rem;
  font-size: 2rem;
}

.value_buttons_wrap .value_button {
  display: inline-block;
  vertical-align: top;
  width: 2.5rem;
  height: 4rem;
  line-height: 4rem;
  transition: all 0.3s;
  font-size: 2.5rem;
  text-align: center;
  color: #b5b5b5;
  background: #efefef;
  user-select: none;
  cursor: pointer;
}

.products_row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 5.5rem;
  margin: 4rem 0;
}

.product_item {
  display: flex;
  flex-direction: column;
  max-width: calc(25% - 4.125rem);
  width: 100%;
}

.products_sec {
  background-color: #EDEDED;
  padding: 13rem 0 7.5rem;
}

.cart {
  padding: 13rem 0 7.5rem;
  background-color: #EDEDED;
}
.cart .cart_wrap {
  align-items: flex-start;
}
.cart .value_buttons_wrap {
  font-size: 0;
  display: inline-flex;
  vertical-align: top;
  border: 0.1rem solid #D4BD9E;
}
.cart .cart_block {
  display: inline-block;
  vertical-align: middle;
}
.cart .cart_header {
  font-size: 0;
  padding: 1rem 0;
  text-align: center;
  border-bottom: 0.1rem solid #dbdbdb;
}
.cart .cart_header h4 {
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  color: #919191;
}
.cart .cart_product_name {
  width: 45%;
  text-align: left;
}
.cart .cart_unit_price {
  width: 15%;
}
.cart .cart_qty {
  width: 20%;
}
.cart .cart_subtotal {
  width: 15%;
}
.cart .cart_remove {
  width: 5%;
}
.cart .cart_item {
  font-size: 0;
  text-align: center;
  padding: 1rem 0;
  border-bottom: 0.1rem solid #dbdbdb;
  position: relative;
}
.cart .cart_item p {
  font-size: 1.4rem;
  line-height: 1.2;
  margin: 0;
}
.cart .cart_item_desc {
  width: 45%;
  font-size: 0;
  text-align: left;
}
.cart .cart_item_desc .img_wrap {
  margin: 0 1.5rem 0 0;
}
.cart .cart_item_desc .img_wrap img {
  width: 8rem;
  height: 8rem;
  object-fit: contain;
  font-family: "object-fit: contain;";
  transition: 0.3s linear;
}
.cart .cart_item_desc .cart_item_heading {
  width: calc(100% - 11.5rem);
}
.cart .cart_item_desc .cart_item_heading a {
  transition: 0.3s linear;
}
.cart .cart_item_price {
  width: 15%;
}
.cart .cart_item_qty {
  width: 20%;
}
.cart .cart_item_qty .value_buttons_wrap .value_button {
  height: 3rem;
  line-height: 3.1rem;
  font-size: 2rem;
}
.cart .cart_item_qty .value_buttons_wrap .value_button.decrease {
  line-height: 2.9rem;
}
.cart .cart_item_qty .value_buttons_wrap .input {
  width: 5rem;
  height: 3rem;
  font-size: 1.4rem;
  text-align: center;
}
.cart .cart_item_qty .value_buttons_wrap .input::placeholder {
  font-size: 1.4rem;
}
.cart .cart_item_subtotal {
  width: 15%;
}
.cart .cart_item_subtotal p {
  color: #7a0b2c;
}
.cart .product_remove {
  width: 5%;
}
.cart .product_remove .icon {
  width: 1.4rem;
  height: 1.4rem;
  color: #3d3d3d;
  cursor: pointer;
  transition: 0.3s;
}

.cart_totals_wrap {
  background-color: #ffffff;
  padding: 1.2rem 1rem 1.5rem;
  border-radius: 1.5rem;
}
.cart_totals_wrap h4 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  color: #3d3d3d;
  margin: 0 0 1.5rem;
}
.cart_totals_wrap p {
  font-size: 1.4rem;
  line-height: 1.2;
  margin: 0.5rem 0;
}
.cart_totals_wrap hr {
  margin: 1rem 0;
  width: 100%;
}
.cart_totals_wrap .total_col.total_col_price p {
  color: #7a0b2c;
}
.cart_totals_wrap .total_col p {
  font-size: 1.6rem;
  font-weight: 700;
}
.cart_totals_wrap .button {
  margin: 0.5rem 0 0;
  text-transform: uppercase;
}

.checkout {
  padding: 13rem 0 7.5rem;
  background-color: #EDEDED;
}
.checkout .checkout_wrap {
  align-items: flex-start;
}
.checkout .checkout_header {
  font-size: 0;
  position: relative;
  text-align: justify;
  padding: 2rem 0 2rem;
  border-bottom: 0.1rem solid #cccccc;
}
.checkout .checkout_header.checkout_header_first {
  padding: 0 0 2rem;
}
.checkout .checkout_header.checkout_header_order {
  padding: 0 0 2rem;
  margin-bottom: 1rem;
}
.checkout .checkout_header::after {
  content: "";
  display: inline-block;
  width: 100%;
}
.checkout .checkout_title {
  display: inline-block;
  vertical-align: middle;
  width: 55%;
}
.checkout .checkout_title span {
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  background-color: #7a0b2c;
  padding: 0 0.8rem;
  margin: 0 1rem 0 0;
  display: inline-block;
  vertical-align: middle;
}
.checkout .checkout_title h2 {
  display: inline-block;
  vertical-align: middle;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 700;
  margin: 0;
  color: #000000;
  text-align: left;
}
.checkout .checkout_checkbox {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  width: 45%;
}
.checkout .checkout_checkbox input[type=checkbox] + label {
  margin: 0;
}
.checkout .checkout_row {
  margin-top: 1.1rem;
  margin-bottom: 0.7rem;
  position: relative;
}
.checkout .checkout_row:last-child::after {
  display: none;
}
.checkout .checkout_row::after {
  content: "";
  position: absolute;
  bottom: -0.7rem;
  left: 1.5rem;
  display: block;
  width: calc(100% - 3rem);
  height: 0.1rem;
  background-color: #cccccc;
}
.checkout .order_wrap {
  margin: 0 0 2rem;
}
.checkout .checkout_order_item {
  padding: 1rem 0;
  font-size: 0;
  border-bottom: 0.1rem solid #cccccc;
}
.checkout .checkout_order_item .img_wrap {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 8rem;
  margin: 0 1rem 0 0;
}
.checkout .checkout_order_item .img_wrap img {
  width: 8rem;
  height: 8rem;
  object-fit: contain;
  font-family: "object-fit: contain;";
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  transition: 0.3s linear;
}
.checkout .checkout_order_item .img_wrap .qty {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.4rem;
  font-weight: 500;
  height: 2rem;
  line-height: 1.9rem;
  border-radius: 2rem;
  text-align: center;
  white-space: nowrap;
  padding: 0 0.6rem;
  background-color: #7a0b2c;
  color: #ffffff;
  z-index: 3;
}
.checkout .checkout_order_item .checkout_order_desc {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 9rem);
}
.checkout .checkout_order_item .checkout_order_desc p {
  font-size: 1.6rem;
  line-height: 1.3;
  margin: 0;
}
.checkout .checkout_order_item .checkout_order_name {
  display: inline-block;
  vertical-align: middle;
  width: 70%;
  margin: 0 1rem 0 0;
}
.checkout .checkout_order_item .checkout_order_price {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  width: calc(30% - 1rem);
}
.checkout .checkout_order_item .checkout_order_price p {
  color: #7a0b2c;
}
.checkout .cart_totals_wrap {
  width: 50%;
  float: right;
  margin: 0;
}
.checkout .cart_totals_wrap .total_col p {
  font-size: 1.4rem;
}
.checkout .cart_totals_wrap p {
  font-size: 1.4rem;
}

.form_item_checkout {
  margin: 0 0 1.5rem;
}
.form_item_checkout span {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.order_success .wrapper {
  max-width: 80rem;
}

.order_success .order_text {
  text-align: center;
  margin: 0 0 2rem;
}

.order_success .cart_totals_wrap {
  width: 100%;
  float: none;
}

.page_grow {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.page_grow .element_grow, .page_grow .cart_empty {
  flex-grow: 1;
}
.page_grow footer {
  flex-shrink: 0;
}

.cart_empty {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cart_empty img {
  max-width: 30rem;
  width: 100%;
}

.inner_page .header {
  background-color: #F2EADF;
}

.inner_first {
  padding: 13rem 0 7.5rem;
}

.contact_us_section {
  padding: 13rem 0 7.5rem;
  background-color: #EDEDED;
}
.contact_us_section address {
  margin: 4rem 0;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.contact_us_section address p, .contact_us_section address a:not(.button) {
  display: inline-block;
  position: relative;
  font-style: initial;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 500;
  color: #000000;
  margin: 0 0 1.5rem;
  transition: 0.3s linear;
}
.contact_us_section address p svg, .contact_us_section address a:not(.button) svg {
  position: relative;
  color: #4b4b4b;
  left: 0;
  top: -0.1rem;
  display: inline-block;
  transition: 0.3s linear;
}
.contact_us_section .modal_title {
  display: none;
}

footer {
  padding: 4.5rem 0;
  background: #F2EADF;
  position: relative;
  z-index: 3;
}
footer .footer_row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem 3rem;
}
footer .footer_title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #4b4b4b;
  margin: 0 0 4.5rem;
  text-transform: uppercase;
}
footer p {
  display: block;
  color: #4b4b4b;
  font: 400 1.6rem/1.4 "Lato", sans-serif;
  margin: 1rem 0;
}
footer a {
  display: inline-block;
  font: 400 1.6rem/1.4 "Lato", sans-serif;
  color: #4b4b4b;
  transition: 0.3s linear;
}
footer ul li a {
  margin: 0 0 0.5rem;
}
footer td {
  color: #4b4b4b;
  font-weight: 400;
  padding: 0 0.5rem;
}
footer td:first-child {
  padding-left: 0;
}
footer td:last-child {
  padding-right: 0;
}
footer .social {
  margin: 2rem 0 0;
  justify-content: flex-end;
}
footer table {
  margin: 0 auto;
}
footer .footer_col_4 {
  text-align: right;
}
footer .footer_col_3 {
  text-align: center;
}
footer .footer_col {
  min-width: 15rem;
}

.footer_address {
  text-align: center;
  margin: 0 0 4rem;
}

.page_404 {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.page_404 .header {
  background-color: #D4BD9E;
}
.page_404 .header .header_row {
  border-bottom: none;
}
.page_404 .block_404 {
  flex-grow: 1;
  display: flex;
  align-items: center;
  padding-top: 17rem;
}
.page_404 .block_404_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.page_404 .block_404_content h1, .page_404 .block_404_content .h1 {
  margin-top: 0;
  color: #D4BD9E;
  font-size: 4rem;
  font-weight: 700;
  text-transform: uppercase;
}
.page_404 .block_404_content h1 span, .page_404 .block_404_content .h1 span {
  color: #7a0b2c;
  display: block;
  font-size: 18rem;
  line-height: 1;
}
.page_404 .block_404_content .button {
  max-width: 24rem;
  width: 100%;
}
.page_404 footer {
  flex-shrink: 0;
}

@-moz-document url-prefix() {
  html {
    scrollbar-width: auto;
    scrollbar-color: #D4BD9E #f1f1f1;
  }
}
@media only screen and (min-width: 993px) {
  .navigation .header_nav > li.dr_down:hover .sub_menu {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .header .phone_block .phone:hover {
    color: #D4BD9E;
  }
  .navigation .header_nav > li > a:not(.button):hover {
    color: #D4BD9E;
  }
  .navigation .header_nav > li > a:not(.button):hover::after {
    left: 2rem;
    right: 2rem;
  }
  .navigation .header_nav > li.dr_down > a:not(.button):hover::after {
    left: 5rem;
  }
  .navigation .header_nav .sub_menu > li > a:not(.button):hover {
    color: rgba(255, 255, 255, 0.5);
  }
  footer a:hover {
    color: #D4BD9E;
  }
  .button:hover {
    color: #D4BD9E;
    background-color: #ffffff;
    border-color: #D4BD9E;
  }
  .button:hover svg {
    fill: #D4BD9E;
  }
  .button.light:hover {
    color: #ffffff;
    background-color: #D4BD9E;
    border-color: #D4BD9E;
  }
  .button.light_2:hover {
    color: #ffffff;
    background-color: #4b4b4b;
    border-color: #ffffff;
  }
  .button.dark:hover {
    color: #ffffff;
    background-color: #4b4b4b;
    border-color: #4b4b4b;
  }
  .button.button_success:hover {
    color: #ffffff;
    background-color: #24993f;
    border-color: #24993f;
  }
  .button.button_danger:hover {
    color: #ffffff;
    background-color: #c82333;
    border-color: #c82333;
  }
  .button.button_warning:hover {
    color: #000000;
    background-color: #fdae11;
    border-color: #fdae11;
  }
  .button.button_info:hover {
    color: #ffffff;
    background-color: #0890a7;
    border-color: #0890a7;
  }
  .button.button_disable:hover {
    color: #000000;
    background-color: #c3bfbf;
    border-color: #c3bfbf;
  }
  .button.button_default:hover {
    color: #ffffff;
    background-color: #50606e;
    border-color: #50606e;
  }
  .button.btn_icon:hover svg {
    transform: translate(-50%, 0.9rem);
  }
  .button.btn_icon:hover span {
    transform: translateY(3rem);
  }
  .slick-prev:hover::after, .slick-next:hover::after {
    border-color: #ffbf66;
  }
  .product_name a:hover {
    color: #7a0b2c;
  }
  .dialog .icon_close:hover {
    color: #dc3545;
  }
  .input:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 4rem #ffffff inset !important;
    -webkit-text-fill-color: #000000 !important;
  }
  .custom_checkbox + label:hover .checkbox_design {
    border-color: #D4BD9E;
  }
  .custom_radio_button + label:hover .radio_button_design {
    border-color: #D4BD9E;
  }
  .pagination li a:hover {
    background-color: #D4BD9E;
    color: #ffffff;
  }
  .social .social_block:hover .icon, .social .social_block:hover img {
    padding: 0.2rem;
  }
  .content a:not(.button):hover {
    color: #4b4b4b;
  }
  .toast_notifications .removeTOAST .icon:hover {
    color: #FF3F0A;
  }
  .cart .cart_item_heading a:hover {
    color: #4b4b4b;
  }
  .cart .cart_item_desc .img_wrap img:hover {
    transform: scale(1.1);
  }
  .cart .product_remove .icon:hover {
    color: #F44336;
  }
  .main_top .main_content .text .button.dark:hover {
    background-color: #4b4b4b;
  }
  .inner_banner .content .button.dark:hover {
    background-color: #4b4b4b;
  }
  .product_image:hover img {
    transform: translate(-50%, -50%) scale(1.1);
  }
  .contact_us_section address a:not(.button):hover {
    color: #D4BD9E;
  }
  .contact_us_section address a:not(.button):hover .icon {
    color: #D4BD9E;
  }
}
@media only screen and (max-width: 1352px) {
  .about_img .img_wrap {
    width: calc(2rem + 100%);
    margin-right: -2rem;
  }
}
@media only screen and (max-width: 1300px) {
  h1, .h1, .content h1, .content .h1,
  h2, .h2, .content h2, .content .h2,
  .title, .content .title {font-size: 2.7rem;}
  .content img[style*="float: right"] {margin: 1rem 0 1rem 4.5rem !important;}
  .content img[style*="float: left"] {margin: 1rem 4.5rem 1.5rem 0 !important;}
  .main_top .main_content {top: 52%;}
  .main_top .main_content .text p {padding-left: 1rem;}
  .main_top .main_content .text p img {margin-left: -1rem;}
  .product_slider_main {margin: 5rem -2.2rem 3rem;}
  .product_slider_main .product_slid_main {margin: 0 2.2rem;}
  .sets_apart_row {gap: 4rem 3rem;margin: 3rem 0 0;}
  .sets_apart_item {max-width: calc(33.3333333333% - 2.4rem);}
  .pillars_row {gap: 5rem 3rem;margin: 5rem 0 0;}
  .pillars_item {max-width: calc(33.3333333333% - 2rem);}
  .single_product_wrapper {gap: 3.5rem;}
  .single_product_wrapper .single_product.desc_block {width: calc(50% - 2rem);}
  .product_slider_nav {margin: -1rem 5.19% -1rem 0;}
  .product_slider_nav .slider_item {margin: 1rem 0;}
  .products_row {gap: 4.4rem;}
  .product_item {max-width: calc(25% - 3.3rem);}
  .navigation .header_nav > li > a:not(.button) {padding: 0 1.8rem;}
}
@media only screen and (max-width: 1200px) {
  .row_f .col_lg_1 {
    width: calc(8.3333333333% - 3.01rem);
  }
  .row_f .col_lg_2 {
    width: calc(16.6666666667% - 3.01rem);
  }
  .row_f .col_lg_3 {
    width: calc(25% - 3.01rem);
  }
  .row_f .col_lg_4 {
    width: calc(33.3333333333% - 3.01rem);
  }
  .row_f .col_lg_5 {
    width: calc(41.6666666667% - 3.01rem);
  }
  .row_f .col_lg_6 {
    width: calc(50% - 3.01rem);
  }
  .row_f .col_lg_7 {
    width: calc(58.3333333333% - 3.01rem);
  }
  .row_f .col_lg_8 {
    width: calc(66.6666666667% - 3.01rem);
  }
  .row_f .col_lg_9 {
    width: calc(75.0000000019% - 3.01rem);
  }
  .row_f .col_lg_10 {
    width: calc(83.3333333333% - 3.01rem);
  }
  .row_f .col_lg_11 {
    width: calc(91.6666666667% - 3.01rem);
  }
  .row_f .col_lg_12 {
    width: calc(100% - 3.01rem);
  }
  .main_top .banner {
    background-position: center right;
  }
  .main_top .main_content .text p {
    color: #ffffff;
    text-shadow: 0 0 1rem rgba(0, 0, 0, 0.5), 0 0 1rem rgba(0, 0, 0, 0.5), 0 0 1rem rgba(0, 0, 0, 0.5);
  }
  .main_top .main_content .text .button {
    margin: 2rem 0 0;
    text-shadow: none;
  }
  .main_top .main_content .text .button.dark {
    background-color: #ffffff;
    box-shadow: 0 0 2rem rgba(255, 255, 255, 0.5);
  }
  .about_content {
    padding: 7.5rem 10.5rem 5rem 0;
  }
  .cart_totals_wrap .button {
    min-width: unset;
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 992px) {
  .header, .header.fixed {
    padding: 1.5rem 0;
  }
  .header .header_buttons {
    margin-right: 6rem;
  }
  .header .header_logo img, .header.fixed .header_logo img {
    width: 11rem;
  }
  .header .header_col_1 {
    width: calc(100% - 7rem);
  }
  .header .header_col_2 {
    width: 7rem;
  }
  .header .navigation_btn {
    display: block;
  }
  .header .top_menu {
    display: none;
  }
  .navigation {
    position: fixed;
    top: 0;
    right: -36rem;
    z-index: 100;
    width: 36rem;
    height: 100vh;
    margin: 0;
    overflow: hidden;
    background-color: #F2EADF;
    transition: right 0.3s ease-in;
  }
  .navigation.nav_opened {
    right: 0;
    transition: right 0.3s ease-out;
  }
  .navigation .header_nav {
    display: block;
    margin: 9rem 0 0;
    padding: 0 1.5rem;
    height: calc(100vh - 16rem);
    overflow-y: auto;
  }
  .navigation .header_nav > li {
    display: block;
    width: 100%;
  }
  .navigation .header_nav > li > a:not(.button) {
    display: block;
    font-size: 2rem;
    font-weight: 400;
    color: #4b4b4b;
    text-align: center;
    text-transform: uppercase;
    padding: 0.9rem 0;
    width: 100%;
    margin: 0 auto;
  }
  .navigation .header_nav > li > a:not(.button).header_cart {
    max-width: unset;
    width: unset;
    padding: 0;
  }
  .navigation .header_nav > li > a:not(.button)::after {
    display: none;
  }
  .navigation .header_nav > li.dr_down > a:not(.button)::after {
    content: "";
    position: relative;
    top: 0;
    left: auto !important;
    right: -1.3rem;
    display: inline-block;
    width: 0;
    height: 0;
    background-color: transparent;
    border-style: solid;
    border-width: 0.8rem 0 0.8rem 0.8rem;
    border-color: transparent transparent transparent #ffffff;
    z-index: 1;
  }
  .navigation .header_nav > li.dr_down.active > a:not(.button)::after {
    border-color: transparent transparent transparent #D4BD9E;
  }
  .navigation .header_nav > li.dr_down .sub_menu {
    display: none;
    position: relative;
    top: 100%;
    left: 0;
    width: 100%;
    height: auto;
    margin: 1rem 0;
    background-color: transparent;
    min-width: unset;
    box-shadow: unset;
    transform: unset;
    transition: unset;
  }
  .navigation .header_nav > li.dr_down .sub_menu::after, .navigation .header_nav > li.dr_down .sub_menu::before {
    display: none;
  }
  .navigation .header_nav > li.dr_down .sub_menu > li {
    border-bottom: none;
  }
  .navigation .header_nav > li.dr_down .sub_menu > li > a:not(.button) {
    font-size: 1.7rem;
    line-height: 1.4;
    border-bottom: none;
    padding: 0.8rem 0;
    margin: 0 auto;
    max-width: 80%;
    text-align: center;
  }
  .navigation .header_nav > li.dr_down.visible_sub > a:not(.button)::after {
    transform: rotate(90deg);
  }
  .navigation .header_nav > li.dr_down.visible_sub .sub_menu {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .navigation .header_nav > li.header_btn {
    padding: 1rem 3rem;
  }
  .navigation .header_nav > li.header_btn .button {
    display: block;
    width: 100%;
  }
  .navigation .header_nav > li.mobile_cart {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2rem 0;
  }
  .navigation .header_nav > li.mobile_language {
    display: block;
    margin: 2rem 0;
  }
  .navigation .header_nav > li.mobile_social {
    display: block;
    margin: 2rem 0;
  }
  .navigation .header_nav > li.mobile_social .social {
    text-align: center;
    margin: 1rem 0 0;
  }
  .navigation .header_nav > li.mobile_social .social a {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0 1rem;
  }
  .mobile_phone, .home_bar_space {
    display: block;
  }
  .hide_desktop {
    display: block !important;
  }
  .hide_tablet {
    display: none !important;
  }
  .page aside, .page main {
    display: block;
    width: 100%;
    float: none;
    margin: 1rem 0;
    padding: 0;
  }
  .map iframe, .map #map {
    height: 30rem;
  }
  .row.tablet .col_3, .row.tablet .col_4 {
    width: calc(50% - 3rem);
  }
  .header .top_header {
    display: none;
  }
  footer {
    padding-bottom: 5.1rem;
    padding-top: 4rem;
  }
  .row_f .col_md_1 {
    width: calc(8.3333333333% - 3.01rem);
  }
  .row_f .col_md_2 {
    width: calc(16.6666666667% - 3.01rem);
  }
  .row_f .col_md_3 {
    width: calc(25% - 3.01rem);
  }
  .row_f .col_md_4 {
    width: calc(33.3333333333% - 3.01rem);
  }
  .row_f .col_md_5 {
    width: calc(41.6666666667% - 3.01rem);
  }
  .row_f .col_md_6 {
    width: calc(50% - 3.01rem);
  }
  .row_f .col_md_7 {
    width: calc(58.3333333333% - 3.01rem);
  }
  .row_f .col_md_8 {
    width: calc(66.6666666667% - 3.01rem);
  }
  .row_f .col_md_9 {
    width: calc(75.0000000019% - 3.01rem);
  }
  .row_f .col_md_10 {
    width: calc(83.3333333333% - 3.01rem);
  }
  .row_f .col_md_11 {
    width: calc(91.6666666667% - 3.01rem);
  }
  .row_f .col_md_12 {
    width: calc(100% - 3.01rem);
  }
  h1, .h1,
  .content h1, .content .h1,
  h2, .h2,
  .content h2, .content .h2,
  .title, .content .title {
    font-size: 2.5rem;
  }
  h3, .h3,
  .content h3, .content .h3 {
    font-size: 2.4rem;
  }
  h4, .h4,
  .content h4, .content .h4 {
    font-size: 2rem;
  }
  h5, .h5,
  .content h5, .content .h5 {
    font-size: 1.8rem;
  }
  h6, .h6,
  .content h6, .content .h6 {
    font-size: 1.6rem;
  }
  .content img[style*="float: right"] {
    margin: 1rem 0 1rem 2.5rem !important;
  }
  .content img[style*="float: left"] {
    margin: 1rem 2.5rem 1.5rem 0 !important;
  }
  .modal_video.dialog .icon_close {
    display: none;
  }
  .main_top .banner {
    height: 48rem;
  }
  .product_slider_main {
    margin: 4rem -1.5rem 2.5rem;
  }
  .product_slider_main .product_slid_main {
    margin: 0 1.5rem;
  }
  .product_name {
    font-size: 1.6rem;
    margin: 2rem 0 0.3rem;
  }
  .products_main_page {
    padding: 5rem 0 3.6rem;
  }
  .about_img .about_logo {
    left: -5.5rem;
    width: 11rem;
  }
  .about_content {
    padding: 5.8rem 7.5rem 4rem 0;
  }
  footer .footer_title {
    margin: 0 0 3rem;
  }
  footer .footer_row {
    display: grid;
    grid-template-columns: repeat(3, calc(33.3333333333% - 3.3333333333rem));
    gap: 4rem 5rem;
  }
  .footer_address {
    margin: 0 0 2rem;
  }
  footer .footer_col_4 {
    text-align: left;
    grid-column: 1/-1;
  }
  footer .social {
    margin: 2rem 0;
    justify-content: flex-start;
  }
  footer .footer_col_3 {
    text-align: left;
  }
  .inner_banner .content h1, .inner_banner .content .h1, .inner_banner .content h2, .inner_banner .content .h2, .inner_banner .content h3, .inner_banner .content .h3, .inner_banner .content p {
    color: #ffffff;
    text-shadow: 0 0 1rem rgba(0, 0, 0, 0.5), 0 0 1rem rgba(0, 0, 0, 0.5), 0 0 2rem rgba(0, 0, 0, 0.5);
  }
  .inner_banner .content .button.dark {
    background-color: #ffffff;
    text-shadow: none;
    box-shadow: none;
  }
  .sets_apart_sec {
    padding: 4.4rem 0 1.5rem;
  }
  .pillars_sec {
    padding: 1.5rem 0 5rem;
  }
  .sets_apart_row {
    gap: 3rem 2rem;
    margin: 3rem 0 0;
  }
  .sets_apart_item {
    max-width: calc(33.3333333333% - 1.3333333333rem);
  }
  .pillars_row {
    gap: 4rem 2rem;
    margin: 5rem 0 0;
  }
  .pillars_item {
    max-width: calc(33.3333333333% - 1.3333333333rem);
    padding: 3.5rem 1.5rem 2rem;
  }
  .pillars_item:before {
    top: -2.5rem;
    min-width: 5rem;
    height: 5rem;
    border-radius: 5rem;
    font-size: 2.5rem;
  }
  .sets_apart_img {
    max-width: 5.2rem;
    height: 5.4rem;
  }
  .single_product_wrapper {
    gap: 2.5rem;
  }
  .single_product_wrapper .single_product.desc_block {
    width: calc(50% - 1.25rem);
  }
  .single_product_wrapper .single_product {
    width: calc(50% - 1.25rem);
  }
  .product_slider_nav {
    margin: -0.5rem 5.19% -0.5rem 0;
  }
  .product_slider_nav .slider_item {
    margin: 0.5rem 0;
  }
  .single_product_wrapper .desc_block .buttons_wrap {
    margin: 0 0 4rem;
  }
  .single_product_section {
    padding: 10.5rem 0 6.5rem;
  }
  .products_row {
    gap: 3rem;
    margin: 3rem 0;
  }
  .product_item {
    max-width: calc(33.3333333333% - 2rem);
  }
  .products_sec {
    padding: 10.5rem 0 6.5rem;
  }
  .checkout {
    padding: 10.5rem 0 6.5rem;
  }
  .cart .cart_header h4 {
    font-size: 1.2rem;
  }
  .cart .cart_totals_wrap h4 {
    font-size: 1.3rem;
  }
  .cart .cart_item_desc .img_wrap {
    margin: 0 1rem 0 0;
  }
  .cart .cart_item_desc .img_wrap img {
    width: 5rem;
    height: 5rem;
  }
  .cart .cart_item_desc .cart_item_heading {
    width: calc(100% - 6rem);
  }
  .cart .cart_item p {
    font-size: 1.2rem;
  }
  .cart .cart_item_qty .value_buttons_wrap .input {
    width: 4rem;
    font-size: 1.2rem;
  }
  .cart .cart_item_qty .value_buttons_wrap .input::placeholder {
    font-size: 1.2rem;
  }
  .cart .product_remove .icon {
    width: 1.2rem;
    height: 1.2rem;
  }
  .cart_totals_wrap p, .cart_totals_wrap .total_col p {
    font-size: 1.2rem;
    margin: 0.2rem 0;
  }
  .checkout .checkout_title h2 {
    font-size: 1.8rem;
  }
  .checkout .checkout_title span {
    font-size: 1.9rem;
  }
  .checkout .checkout_row label span {
    font-size: 1.4rem;
  }
  .checkout .checkout_checkbox input[type=checkbox] + label {
    font-size: 1.4rem;
  }
  .checkout .cart_totals_wrap {
    width: 75%;
  }
  .checkout .checkout_order_item .checkout_order_desc p {
    font-size: 1.4rem;
  }
  .checkout .checkout_order_item .img_wrap {
    width: 6rem;
  }
  .checkout .checkout_order_item .img_wrap img {
    width: 6rem;
    height: 6rem;
  }
  .checkout .checkout_order_item .checkout_order_desc {
    width: calc(100% - 7rem);
  }
  .checkout .input {
    height: 3rem;
  }
  .checkout textarea.input {
    min-height: 7.5rem;
  }
  .contact_us_section {
    padding: 10.5rem 0 6.5rem;
  }
  .contact_us_section address p, .contact_us_section address a:not(.button) {
    font-size: 1.8rem;
  }
  .contact_us_section address {
    margin: 3rem 0;
  }
  section, .section {
    padding: 6.5rem 0;
  }
  .inner_first {
    padding: 10.5rem 0 6.5rem;
  }
  .checkout .checkout_header.checkout_header_order {
    padding: .5rem 0 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .hide_mobile {
    display: none !important;
  }
  .row.tablet .col_3, .row.tablet .col_4 {
    width: calc(100% - 3rem);
  }
  section, .section {
    padding: 4rem 0;
  }
  .row.mobile .col_1, .row.mobile .col_2, .row.mobile .col_3, .row.mobile .col_4, .row.mobile .col_5, .row.mobile .col_6, .row.mobile .col_7, .row.mobile .col_8, .row.mobile .col_9, .row.mobile .col_10, .row.mobile .col_11, .row.mobile .col_12 {
    width: calc(100% - 3rem);
  }
  .row_f .col_sm_1 {
    width: calc(8.3333333333% - 3.01rem);
  }
  .row_f .col_sm_2 {
    width: calc(16.6666666667% - 3.01rem);
  }
  .row_f .col_sm_3 {
    width: calc(25% - 3.01rem);
  }
  .row_f .col_sm_4 {
    width: calc(33.3333333333% - 3.01rem);
  }
  .row_f .col_sm_5 {
    width: calc(41.6666666667% - 3.01rem);
  }
  .row_f .col_sm_6 {
    width: calc(50% - 3.01rem);
  }
  .row_f .col_sm_7 {
    width: calc(58.3333333333% - 3.01rem);
  }
  .row_f .col_sm_8 {
    width: calc(66.6666666667% - 3.01rem);
  }
  .row_f .col_sm_9 {
    width: calc(75.0000000019% - 3.01rem);
  }
  .row_f .col_sm_10 {
    width: calc(83.3333333333% - 3.01rem);
  }
  .row_f .col_sm_11 {
    width: calc(91.6666666667% - 3.01rem);
  }
  .row_f .col_sm_12 {
    width: calc(100% - 3.01rem);
  }
  h1, .h1,
  .content h1, .content .h1,
  h2, .h2,
  .content h2, .content .h2,
  .title, .content .title {
    font-size: 2.4rem;
  }
  h3, .h3,
  .content h3, .content .h3 {
    font-size: 2.2rem;
  }
  h4, .h4,
  .content h4, .content .h4 {
    font-size: 1.9rem;
  }
  h5, .h5,
  .content h5, .content .h5 {
    font-size: 1.7rem;
  }
  h6, .h6,
  .content h6, .content .h6 {
    font-size: 1.5rem;
  }
  .modal_video.dialog {
    width: 90vw;
  }
  .product_slider_main {
    margin: 3rem -1rem 2rem;
  }
  .product_slider_main .product_slid_main {
    margin: 0 1rem;
  }
  .products_main_page {
    padding: 4rem 0 2.6rem;
  }
  .product_name {
    font-size: 1.4rem;
    margin: 1rem 0 0.2rem;
  }
  .about_content {
    max-width: 100%;
    padding: 4.2rem 0 6rem 0;
  }
  .about_row {
    flex-direction: column;
  }
  .about_img {
    max-width: 100%;
    flex-shrink: 1;
    aspect-ratio: 1/1;
  }
  .about_img .about_logo {
    left: 50%;
    transform: translate(-50%, 0);
    top: -5.5rem;
  }
  .about_img .img_wrap {
    width: calc(4rem + 100%);
    margin-right: 0;
    margin-left: -2rem;
  }
  footer .footer_row {
    grid-template-columns: repeat(3, calc(33.3333333333% - 2rem));
    gap: 3rem;
  }
  footer .footer_title {
    margin: 0 0 2rem;
  }
  .inner_banner {
    padding: 9rem 0 4rem;
  }
  .inner_banner .content p {
    line-height: 1.3;
    margin: 0 0 1rem;
  }
  .sets_apart_sec {
    padding: 3.4rem 0 2rem;
  }
  .pillars_sec {
    padding: 1rem 0 4.5rem;
  }
  .sets_apart_item {
    max-width: calc(50% - 1rem);
  }
  .pillars_item {
    max-width: calc(50% - 1rem);
    padding: 3.5rem 1.5rem 2rem;
  }
  footer .footer_col {
    min-width: unset;
  }
  .single_product_wrapper {
    flex-direction: column;
  }
  .single_product_wrapper .single_product {
    width: 100%;
  }
  .single_product_wrapper .single_product.desc_block {
    width: 100%;
  }
  .single_product_wrapper .desc_block .single_product_capacity {
    margin: 0 0 2rem;
    font-size: 1.9rem;
  }
  .single_product_wrapper .desc_block .prices_block {
    margin: 2.3rem 0 2rem;
    gap: 1rem 1.5rem;
  }
  .single_product_wrapper .desc_block .prices_block .price {
    font-size: 2.2rem;
  }
  .single_product_wrapper .desc_block .buttons_wrap {
    margin: 0 0 3rem;
  }
  .single_product_section {
    padding: 8rem 0 4rem;
  }
  .products_row {
    gap: 2rem;
    margin: 2rem 0;
  }
  .product_item {
    max-width: calc(50% - 1rem);
  }
  .products_sec {
    padding: 8rem 0 4rem;
  }
  .checkout {
    padding: 8rem 0 4rem;
  }
  .cart .cart_header {
    display: none;
  }
  .cart .cart_header h4, .cart .cart_totals_wrap h4 {
    font-size: 1.5rem;
  }
  .cart .cart_block {
    vertical-align: top;
  }
  .cart .cart_item_desc {
    width: 100%;
    text-align: left;
    padding: 0 3rem 0 0;
  }
  .cart .cart_item_desc .cart_item_heading p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .cart .cart_item_price {
    display: none;
  }
  .cart .cart_item_qty {
    margin-left: 6rem;
    width: 9.5rem;
    margin-top: -1rem;
    text-align: left;
  }
  .cart .cart_item_qty .value_buttons_wrap .input {
    width: 4.2rem;
  }
  .cart .cart_item_subtotal {
    width: calc(100% - 15.5rem);
    margin-top: -1rem;
    text-align: right;
    vertical-align: bottom;
  }
  .cart .product_remove {
    position: absolute;
    top: 1rem;
    right: 0;
  }
  .cart .cart_item p {
    font-size: 1.4rem;
  }
  .cart_totals_wrap p {
    font-size: 1.4rem;
  }
  .cart_totals_wrap .total_col p {
    font-size: 1.5rem;
  }
  .cart_totals_wrap .button {
    font-size: 1rem;
  }
  .checkout .cart_totals_wrap {
    width: 25rem;
  }
  .order_success .cart_totals_wrap {
    width: 25rem;
    float: right;
  }
  .cart_empty img {
    max-width: 25%;
  }
  .contact_us_section {
    padding: 8rem 0 4rem;
  }
  .contact_us_section address p, .contact_us_section address a:not(.button) {
    font-size: 1.6rem;
  }
  .contact_us_section address {
    margin: 2rem 0;
  }
  .inner_first {
    padding: 8rem 0 4rem;
  }
  .sec_p_small {
    padding: 2rem 0;
  }
}
@media only screen and (max-width: 640px) {
  .row_f .col_xs_1 {
    width: calc(8.3333333333% - 3.01rem);
  }
  .row_f .col_xs_2 {
    width: calc(16.6666666667% - 3.01rem);
  }
  .row_f .col_xs_3 {
    width: calc(25% - 3.01rem);
  }
  .row_f .col_xs_4 {
    width: calc(33.3333333333% - 3.01rem);
  }
  .row_f .col_xs_5 {
    width: calc(41.6666666667% - 3.01rem);
  }
  .row_f .col_xs_6 {
    width: calc(50% - 3.01rem);
  }
  .row_f .col_xs_7 {
    width: calc(58.3333333333% - 3.01rem);
  }
  .row_f .col_xs_8 {
    width: calc(66.6666666667% - 3.01rem);
  }
  .row_f .col_xs_9 {
    width: calc(75.0000000019% - 3.01rem);
  }
  .row_f .col_xs_10 {
    width: calc(83.3333333333% - 3.01rem);
  }
  .row_f .col_xs_11 {
    width: calc(91.6666666667% - 3.01rem);
  }
  .row_f .col_xs_12 {
    width: calc(100% - 3.01rem);
  }
  .content img[style*=float] {
    float: none !important;
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto 2rem !important;
  }
  .content img[style*="float: right"] {
    margin: 0 auto 2rem !important;
    text-align: center;
  }
  .content img[style*="float: left"] {
    margin: 0 auto 2rem !important;
    text-align: center;
  }
  .content p[style*=float] {
    float: none !important;
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    margin: 1rem auto !important;
  }
  .content p[style*=float][style*=right] {
    margin: 1rem auto !important;
    text-align: center;
  }
  .content p[style*=float][style*=left] {
    margin: 1rem auto !important;
    text-align: center;
  }
  footer .footer_row {
    grid-template-columns: repeat(2, calc(50% - 1rem));
    gap: 2rem;
  }
  .footer_address {
    text-align: left;
    margin: 0 0 1.5rem;
  }
  footer table {
    margin: 0;
  }
  footer .footer_col_2 {
    text-align: right;
  }
  footer .footer_col_4 {
    text-align: right;
    grid-column: unset;
  }
  footer .social {
    justify-content: flex-end;
  }
  .cart .cart_item:nth-child(2) {
    border-top: 0.1rem solid #dbdbdb;
  }
  .cart_wrap.row_f .cart_totals_wrap {
    width: 25rem;
    margin: 2rem 1.5rem 1.5rem auto;
  }
  .cart_totals_wrap .button {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 550px) {
  .toast_notifications {
    width: 95%;
  }
  .toast_notifications .toast {
    width: 100%;
    font-size: 1rem;
    margin-left: 2rem;
  }
  .header .header_buttons {
    display: none;
  }
  .main_top .main_content .text p {
    color: #000000;
    text-shadow: 0 0 1rem #f1e9de, 0 0 1rem #f1e9de, 0 0 2rem #f1e9de;
  }
  .main_top .main_content .text .button {
    margin: 1rem 0 0;
    box-shadow: none;
    text-shadow: none;
  }
  .main_top .main_content .text .button.dark {
    background-color: transparent;
    box-shadow: none;
    text-shadow: none;
  }
  .about_img .about_logo {
    top: -4.5rem;
    width: 9rem;
  }
  .sets_apart_img {
    max-width: 4.2rem;
    height: 4.4rem;
  }
  .single_product_wrapper .desc_block .single_product_capacity {
    margin: 0 0 1.5rem;
    font-size: 1.7rem;
  }
  .single_product_wrapper .desc_block .prices_block .price {
    font-size: 2rem;
  }
  .single_product_wrapper .desc_block .buttons_wrap {
    margin: 0 0 2rem;
  }
  .pagination li {
    margin: 0.4rem 0.6rem;
  }
  .page_404 .block_404_content h1, .page_404 .block_404_content .h1 {
    font-size: 3rem;
  }
  .page_404 .block_404_content h1 span, .page_404 .block_404_content .h1 span {
    font-size: 15rem;
  }
}
@media only screen and (max-width: 500px) {
  .pillars_item {
    padding: 3rem 1.5rem 2rem;
    max-width: 100%;
  }
  .pillars_item:before {
    top: -2.25rem;
    min-width: 4.5rem;
    height: 4.5rem;
    border-radius: 4.5rem;
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 450px) {
  .img_block_inner {
    flex-direction: column-reverse;
  }
  .product_slider {
    width: 100%;
  }
  .product_slider_nav {
    max-width: 100%;
    margin: 2rem -0.5rem 0;
  }
  .product_slider_nav .slider_item {
    margin: 0 0.5rem;
  }
  .cart_empty img {
    max-width: 33%;
  }
}
@media only screen and (max-width: 400px) {
  .dialog .modal_buttons .button {
    width: 100%;
    margin: 0 0 1.5rem;
  }
  .dialog .modal_buttons .button:last-child {
    margin: 0;
  }
  footer .footer_col_4,
  footer .footer_col_3 {
    text-align: center;
    grid-column: 1/-1;
  }
  .footer_address {
    text-align: center;
  }
  footer table {
    margin: 0 auto;
  }
  footer .social {
    justify-content: center;
  }
  .sets_apart_item {
    max-width: 100%;
  }
}
@media only screen and (max-width: 380px) {
  .navigation {
    right: -30rem;
    width: 30rem;
  }
  .product_item {
    max-width: 100%;
  }
  .checkout .checkout_title {
    display: block;
    width: 100%;
  }
  .checkout .checkout_checkbox {
    margin: 1.4rem 0 0;
    width: 100%;
    text-align: left;
  }
  .checkout .checkout_order_item .checkout_order_desc p {
    font-size: 1.2rem;
  }
}
@media (orientation: landscape) and (max-height: 450px) {
  .mobile_phone, .home_bar_space {
    display: none;
  }
  footer {
    padding-bottom: 0;
  }
}
/*# sourceMappingURL=maps/main.css.map */
