@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  margin-top: 4rem;
  text-align: center;
  font-size: 0;
}
.slick-dots li {
  display: inline-block;
  vertical-align: middle;
  padding: 4px;
}
.slick-dots li.slick-active button {
  background: #6b4634;
}
.slick-dots li button {
  border: none;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  background: #d8b089;
}

/* ============================================================= */
/* ============================================================= */
/* ============================================================= */
/* ============================================================= */
/* ============================================================= */
/* Flex-flow is short hand for "flex-direction" & "flex-wrap" */
/* Flex-direction - Column */
/* Flex-direction - Row */
/* Align Items - Stretch */
/* Align Items - Center */
/* ============================================================= */
/* ============================================================= */
/* Clearfix */
/* Revert clearfix */
/* ============================================================= */
/* ============================================================= */
/* ============================================================= */
/* ============================================================= */
/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

/* End of Eric Meyer's CSS Reset */
*:focus {
  outline: none;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.left {
  float: left;
}

.right {
  float: right;
}

.visible {
  overflow: visible !important;
}

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

.text-right {
  text-align: right;
}

.hide {
  display: none !important;
}

.full-width {
  width: 100%;
}

.full-height {
  height: 100%;
}

.inline-list, .b-breadcrumb__list {
  display: inline-block;
  vertical-align: middle;
}
.inline-list--top {
  vertical-align: top !important;
}
.inline-list > li, .b-breadcrumb__list > li {
  display: inline-block;
}

.no-scroll {
  overflow: hidden;
}

.visible {
  overflow: visible !important;
}

.fullwidth {
  width: 100% !important;
  max-width: 100% !important;
}

.halfwidth {
  width: 50% !important;
}

.fullheight {
  height: 100%;
  min-height: 100%;
}

.truncate {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.responsive {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.img-fluid {
  width: auto;
  max-width: 100%;
}

.img-rounded {
  overflow: hidden;
  border-radius: 50%;
}

.slick-dots li button:focus, .slick-dots li button.focus {
  outline-offset: 0;
  outline: none;
  box-shadow: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: "Alef", sans-serif;
  letter-spacing: 0em;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  height: 100%;
  line-height: 1.25;
  color: #5c5c5c;
  background: #fff;
  font-size: 1.8rem;
  -webkit-text-size-adjust: 100%;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
}

html {
  min-height: 100%;
  height: 100%;
  font-size: 62.5% !important;
}
@media screen and (min-width: 1921px) and (min-aspect-ratio: 4/3) {
  html {
    font-size: calc(0.625vw * .95) !important;
  }
}
@media screen and (min-width: 1921px) and (min-aspect-ratio: 17/10) {
  html {
    font-size: calc(0.625vw * 1.03) !important;
  }
}
@media screen and (max-width: 1440px) and (min-width: 1200px) {
  html {
    font-size: calc(0.85vw * .77) !important;
  }
}
@media screen and (max-width: 1023px) {
  html {
    font-size: 52.5% !important;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 46.5% !important;
  }
}

.l-main {
  padding: 0;
}

.row--narrow {
  margin-right: -10px;
  margin-left: -10px;
}
.row--narrow > [class^=col] {
  padding-left: 10px;
  padding-right: 10px;
}
.row--wide {
  margin-right: -25px;
  margin-left: -25px;
}
.row--wide > [class^=col] {
  padding-left: 25px;
  padding-right: 25px;
}

.container, .container-fluid {
  max-width: 124rem;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 1200px) {
  .container.m-wide, .container-fluid.m-wide {
    max-width: 148rem;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767.98px) {
  .container, .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.b-header, .l-wrapper {
  background: #fff6f6 url(../img/common/bg__pattern-dark.png) 0 0 repeat;
}

.inner-page .l-wrapper, body {
  background: #fff6f6 url(../img/common/bg__pattern.png) 0 0 repeat;
}

.l-wrapper {
  background-color: #fff6f6;
  margin: 2.5rem;
  position: relative;
  min-height: 1%;
  height: auto;
  overflow: hidden;
}
.inner-page .l-wrapper {
  background-color: #fff;
}

.l-wrapper main {
  overflow: hidden;
  display: block;
  width: 100%;
  position: relative;
}
.flexbox .l-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
.flexbox .l-wrapper .l-main {
  flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

@media (max-width: 767.98px) {
  .l-wrapper {
    margin: 1.5rem;
  }
}

.l-header {
  width: 100%;
  display: block;
}

.l-footer {
  display: block;
  width: 100%;
  overflow: hidden;
}

@font-face {
  font-family: "icomoon";
  font-display: auto;
  src: url("../font/icomoon.eot?9mr4wk");
  src: url("../font/icomoon.eot?9mr4wk#iefix") format("embedded-opentype"), url("../font/icomoon.ttf?9mr4wk") format("truetype"), url("../font/icomoon.woff?9mr4wk") format("woff"), url("../font/icomoon.svg?9mr4wk#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"], .iconmoon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.aside-main-menu {
  will-change: -webkit-transform;
  will-change: transform;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding: 3.5rem;
  visibility: hidden;
  opacity: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: translate3d(0, 0, 0);
}
.aside-main-menu.is-active {
  visibility: visible;
  opacity: 1;
}
.aside-main-menu__nav {
  width: 100%;
  overflow-y: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.aside-main-menu__nav > ul {
  display: block;
}
.aside-main-menu__nav > ul > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.21);
}
.aside-main-menu__nav > ul > li > a {
  display: block;
  padding: 2vh 0;
}
.aside-main-menu__nav > ul .menu-item-has-children > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.aside-main-menu__nav > ul .menu-item-has-children > a:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-right: 1rem;
  font-size: 1.25rem;
}
.aside-main-menu__nav > ul .menu-item-has-children ul {
  display: none;
}
.aside-main-menu__nav > ul .menu-item-has-children ul li a {
  font-size: 1.1em;
}
.aside-main-menu__nav > ul li {
  margin: 0.2em 0;
  display: block;
}
.aside-main-menu__nav > ul li:last-child a {
  margin-bottom: 0;
}
.aside-main-menu__nav > ul li a {
  color: #fff;
  font-size: 1.2em;
  text-transform: uppercase;
  text-decoration: none;
  outline: 0;
  transition: all 0.3s ease;
}
.aside-main-menu__nav > ul li a:hover, .aside-main-menu__nav > ul li a.is-active {
  text-decoration: none;
  color: #41beb8;
  border-bottom-color: transparent;
}
@media screen and (max-width: 1024px) {
  .aside-main-menu__nav > ul li a {
    font-size: 26px;
  }
}
@media screen and (max-width: 1024px) and (max-height: 400px) and (orientation: landscape) {
  .aside-main-menu__nav > ul li a {
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .aside-main-menu__nav > ul li a {
    font-size: 5vw;
    line-height: 1.4;
    border-bottom: none;
  }
}
@media screen and (max-width: 640px) and (max-height: 400px) and (orientation: landscape) {
  .aside-main-menu__nav > ul li a {
    font-size: 2rem;
  }
}
.aside-main-menu .menu-icon.burger {
  position: absolute;
  left: 1.5rem;
  top: 4.4rem;
  color: #fff;
}
.aside-main-menu .menu-icon.burger span {
  color: #fff;
}
.aside-main-menu .menu-icon.burger:before, .aside-main-menu .menu-icon.burger:after {
  color: #fff;
}
@media screen and (max-width: 1199px) and (min-width: 576px) {
  .aside-main-menu {
    opacity: 1;
    transform: translate3d(100%, 0, 0);
    max-width: 560px;
    right: 0;
    left: auto;
  }
  .aside-main-menu.is-active {
    opacity: 1;
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
  }
}

.overlay {
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.85);
  visibility: hidden;
  opacity: 0;
}
.menu-is-open .overlay {
  visibility: visible;
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.sidebar-is-open .overlay {
  visibility: visible;
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

p {
  margin: 0 0 1.4rem;
  font-size: 1.8rem;
  font-family: "Alef", sans-serif;
  line-height: 1.625;
}
p:last-child {
  margin-bottom: 0;
}

strong {
  font-family: "Alef", sans-serif;
  font-weight: 700;
}

i {
  font-style: italic;
}

a {
  transition: color 0.25s;
  text-decoration: none;
  color: #41beb8;
}
a:hover {
  color: #032e55;
}

h1, h2, h3, h4, h5, h6 {
  color: #41beb8;
  font-weight: 400;
  font-family: "Alef", sans-serif;
  margin-bottom: 2rem;
}

h1 {
  font-size: 5.8rem;
}

h2 {
  font-size: 4.8rem;
}

h3 {
  font-size: 3rem;
}

h4 {
  font-size: 2.4rem;
}

sup {
  vertical-align: super;
  font-size: 60%;
}

.section-title {
  font-size: 5.8rem;
  line-height: 1.36;
  color: #41beb8;
  font-weight: 400;
  font-family: "Alef", sans-serif;
  margin-bottom: 4rem;
}
.section-title:before {
  content: "";
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 58rem;
  max-width: 40%;
  height: 3.4rem;
  background: url(../img/common/frame-3.svg) 50% 100% no-repeat;
  background-size: contain;
  margin-bottom: 1.6rem;
}
.section-title.md {
  font-size: 4.8rem;
}
.section-title.m-bottom:before {
  display: none;
}
.section-title.m-bottom:after {
  content: "";
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 58rem;
  max-width: 40%;
  height: 3.4rem;
  background: url(../img/common/frame-3.svg) 50% 100% no-repeat;
  background-size: contain;
  margin-bottom: 1.6rem;
}
@media (max-width: 767.98px) {
  .section-title {
    font-size: 4rem;
  }
  .section-title:before {
    max-width: 80vw;
  }
}

.article-title {
  font-size: 5.2rem;
  line-height: 1.2;
  color: #41beb8;
  font-weight: 400;
  font-family: "Alef", sans-serif;
  margin-bottom: 3rem;
}
.article-title:after {
  content: "";
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 26.8rem;
  max-width: 60%;
  height: 6.5rem;
  background: url(../img/common/frame-1.svg) 50% 100% no-repeat;
  background-size: contain;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767.98px) {
  .article-title {
    font-size: 4rem;
  }
  .article-title:after {
    max-width: 80vw;
  }
}

article.article > *:first-child {
  margin-top: 0;
}
article.article h2, article.article h3, article.article h4 {
  font-weight: 700;
  line-height: 1.2;
}
article.article h2 {
  margin-top: 3rem;
}
article.article h3 {
  margin-top: 2.5rem;
  margin-bottom: 15PX;
}
article.article h4 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
article.article a {
  text-decoration: underline;
}
article.article ul:not(.gform_fields), article.article ol:not(.gform_fields) {
  padding-right: 30px;
  list-style: initial;
}
article.article ul li, article.article ol li {
  margin-bottom: 10px;
}

abbr {
  text-decoration: none;
}

input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search],
input[type=file],
textarea, .wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio) {
  background-color: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(0, 0, 0, 0.21);
  border-radius: 0;
  outline: none;
  height: 4.6rem;
  line-height: 4.6rem;
  width: 100%;
  color: #5c5c5c;
  font-family: "Alef", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 0 2rem;
  margin-bottom: 2rem;
  transition: border 0.3s ease, box-shadow 0.3s ease;
  box-shadow: none;
}
input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=datetime-local]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=file]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder, .wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio)::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #5c5c5c;
  font-weight: 400;
  font-family: "Alef", sans-serif;
}
input[type=text]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=time]:-moz-placeholder,
input[type=date]:-moz-placeholder,
input[type=datetime-local]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=file]:-moz-placeholder,
textarea:-moz-placeholder, .wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio):-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #5c5c5c;
  font-weight: 400;
  font-family: "Alef", sans-serif;
}
input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=time]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=datetime-local]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=file]::-moz-placeholder,
textarea::-moz-placeholder, .wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio)::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #5c5c5c;
  font-weight: 400;
  font-family: "Alef", sans-serif;
}
input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=datetime-local]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=file]:-ms-input-placeholder,
textarea:-ms-input-placeholder, .wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio):-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #5c5c5c;
  font-weight: 400;
  font-family: "Alef", sans-serif;
}
input[type=text]:hover, input[type=text]:focus,
input[type=password]:hover,
input[type=password]:focus,
input[type=email]:hover,
input[type=email]:focus,
input[type=url]:hover,
input[type=url]:focus,
input[type=time]:hover,
input[type=time]:focus,
input[type=date]:hover,
input[type=date]:focus,
input[type=datetime-local]:hover,
input[type=datetime-local]:focus,
input[type=tel]:hover,
input[type=tel]:focus,
input[type=number]:hover,
input[type=number]:focus,
input[type=search]:hover,
input[type=search]:focus,
input[type=file]:hover,
input[type=file]:focus,
textarea:hover,
textarea:focus, .wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio):hover, .wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio):focus {
  background-color: #fff;
  border-color: #032e55;
}
input[type=text].inline,
input[type=password].inline,
input[type=email].inline,
input[type=url].inline,
input[type=time].inline,
input[type=date].inline,
input[type=datetime-local].inline,
input[type=tel].inline,
input[type=number].inline,
input[type=search].inline,
input[type=file].inline,
textarea.inline, .wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio).inline {
  width: auto;
}

audio::-webkit-media-controls-enclosure {
  background: #fff;
}

input::-internal-media-controls-segmented-track {
  background: #d8b088;
}

.select-wrp:not(.form-row), .select-wrp.form-row .select2-selection {
  position: relative;
  display: inline-block;
  display: inline-flex;
  background-color: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(0, 0, 0, 0.21);
  color: #5c5c5c;
  min-width: 170px;
  /* Remove IE arrow */
}
.select-wrp:not(.form-row):after, .select-wrp.form-row .select2-selection:after {
  content: "";
  content: "";
  position: absolute;
  cursor: pointer;
  pointer-events: none;
  left: 0;
  top: 0;
  height: 100%;
  width: 4.8rem;
  flex: 0 0 4.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #412236;
  border-right: 1px solid rgba(0, 0, 0, 0.21);
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.select-wrp:not(.form-row) select, .select-wrp.form-row .select2-selection select {
  flex: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background-color: transparent;
  background-image: none;
  padding: 1.6rem 2.5rem 1.6rem 7rem;
  color: #5c5c5c;
  font-size: 1.6rem;
  font-weight: 700;
}
.select-wrp:not(.form-row) select::-ms-expand, .select-wrp.form-row .select2-selection select::-ms-expand {
  display: none;
}

.menu-icon, .menu-icon--aside {
  display: inline-block;
  width: 4rem;
  height: 3rem;
  border: none;
  background: transparent;
  position: relative;
  cursor: pointer;
}
.menu-is-open .menu-icon, .menu-is-open .menu-icon--aside {
  z-index: 200;
  color: #c4cbc4;
}
.menu-is-open .menu-icon.burger span, .menu-is-open .menu-icon.burger:before, .menu-is-open .menu-icon.burger:after, .menu-is-open .menu-icon--aside.burger span, .menu-is-open .menu-icon--aside.burger:before, .menu-is-open .menu-icon--aside.burger:after {
  color: #c4cbc4;
}

@media screen and (min-width: 1024px) {
  .menu-icon:hover, .menu-icon--aside:hover {
    color: #032e55;
  }
  .menu-icon:hover.burger span, .menu-icon:hover.burger:before, .menu-icon:hover.burger:after, .menu-icon--aside:hover.burger span, .menu-icon--aside:hover.burger:before, .menu-icon--aside:hover.burger:after {
    color: #032e55;
    transition: color 0.3s ease;
  }
}
.menu-icon.large, .menu-icon--aside.large {
  width: 2rem;
  height: 1.8rem;
}
.menu-icon:focus, .menu-icon--aside:focus {
  outline: none;
}
.menu-icon.burger:after, .menu-icon.burger:before,
.menu-icon.burger span, .menu-icon--aside.burger:after, .menu-icon--aside.burger:before,
.menu-icon--aside.burger span {
  color: #41beb8;
  width: 100%;
  height: 2px;
  border-radius: 5px;
  position: absolute;
  display: block;
  background: currentColor;
}
.menu-icon.burger:after, .menu-icon.burger:before, .menu-icon--aside.burger:after, .menu-icon--aside.burger:before {
  content: "";
  transition: 0.3s width 0.4s;
}
.menu-icon.burger:after, .menu-icon--aside.burger:after {
  top: -1px;
  left: 0;
  margin-top: 0;
}
.menu-icon.burger:before, .menu-icon--aside.burger:before {
  bottom: 0;
  right: 0;
  margin-bottom: 0;
}
.menu-icon.burger span, .menu-icon--aside.burger span {
  top: 50%;
  margin-top: -1px;
  transition: transform 0.3s;
}
.menu-icon.burger span:before, .menu-icon--aside.burger span:before {
  content: "";
  background: currentColor;
  width: 100%;
  height: 2px;
  border-radius: 100px;
  position: absolute;
  left: 0;
  transition: transform 0.3s;
}
.menu-icon.burger.on:after, .menu-icon--aside.burger.on:after {
  transition: all 0.2s;
  width: 0;
  left: 0;
}
.menu-icon.burger.on:before, .menu-icon--aside.burger.on:before {
  transition: all 0.2s;
  width: 0;
  right: 0;
}
.menu-icon.burger.on span, .menu-icon--aside.burger.on span {
  transform: rotate(45deg);
  transition: 0.3s transform 0.4s;
}
.menu-icon.burger.on span:before, .menu-icon--aside.burger.on span:before {
  transform: rotate(-90deg);
  transition: 0.3s transform 0.4s;
}

.abs-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}

.section, .s-section {
  width: 100%;
  position: relative;
  padding: 6rem 0;
}
.section.no-padding, .s-section.no-padding {
  padding: 0;
}
.section.pb-0, .s-section.pb-0 {
  padding-bottom: 0;
}
@media (max-width: 991.98px) {
  .section, .s-section {
    padding: 6rem 0;
  }
}
@media (max-width: 767.98px) {
  .section, .s-section {
    padding: 6rem 0;
  }
}
.section.text-white, .s-section.text-white {
  color: #fff;
}
.section.text-white *, .s-section.text-white * {
  color: currentColor;
}
.section.m-purple, .s-section.m-purple {
  background-color: #412236;
  color: #fff;
}
.section.m-purple *, .s-section.m-purple * {
  color: currentColor;
}
.section.m-grey, .s-section.m-grey {
  background-color: #ebeff3;
}
.section.m-lightgrey, .s-section.m-lightgrey {
  background-color: #f8f8f8;
}

.section-bg {
  position: relative;
}
.section-bg .bg-img {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.section-bg .bg-img.bg-parallax {
  transform: scale(1.1);
  background-position: center center;
}
.section-bg .bg-img--fixed {
  background-attachment: fixed;
}
.section-bg .bg-img img {
  opacity: 0;
  visibility: hidden;
}
.section-bg .container, .section-bg .section-title, .section-bg .row {
  position: relative;
}

.video-wrap.bg-img {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.video-wrap.bg-img img {
  opacity: 0;
  visibility: hidden;
}
.video-wrap.bg-img iframe, .video-wrap.bg-img video {
  width: 100%;
  height: 100%;
}
.video-wrap.bg-img iframe {
  background-size: cover;
}
.video-wrap.bg-img iframe video {
  background-size: cover;
  width: 100% !important;
  height: 100% !important;
  left: 0 !important;
  top: 0 !important;
  object-fit: cover;
}

.holder-clickable {
  cursor: pointer;
}

.btn, .button, .btn-product {
  position: relative;
  border-radius: 0;
  border: 1px solid #41beb8;
  font-family: "Alef", sans-serif;
  display: inline-block;
  line-height: 1;
  font-size: 1.8rem;
  color: #fff;
  background: #41beb8;
  padding: 1.5rem 2.4rem;
  text-align: center;
  transition: color 0.3s, background 0.3s, border-color 0.3s;
}
.btn:link, .button:link, .btn-product:link {
  text-decoration: none;
}
.btn:link:hover, .button:link:hover, .btn-product:link:hover {
  text-decoration: none;
}
.btn:hover, .button:hover, .btn-product:hover {
  background: #032e55;
  border-color: #032e55;
  color: #fff;
}
.btn:active, .button:active, .btn-product:active {
  background: #032e55;
  border-color: #032e55;
  color: #fff;
}
.btn.m-shadow, .m-shadow.button, .m-shadow.btn-product {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.47);
}
.btn.m-fixed, .m-fixed.button, .m-fixed.btn-product {
  width: 22.6rem;
}
.btn.m-rounded, .m-rounded.button, .m-rounded.btn-product {
  border-radius: 100px;
}
.btn.btn-dark, .btn-dark.button, .btn-dark.btn-product, .btn .xoo-wsc-chkt, .button .xoo-wsc-chkt, .btn-product .xoo-wsc-chkt {
  font-size: 2.3rem;
  background: #032e55;
  border-color: #032e55;
}
.btn.btn-dark:hover, .btn-dark.button:hover, .btn-dark.btn-product:hover, .btn .xoo-wsc-chkt:hover, .button .xoo-wsc-chkt:hover, .btn-product .xoo-wsc-chkt:hover {
  background: #41beb8;
  border-color: #41beb8;
}
.btn.btn-primary, .btn-primary.button, .btn-product {
  background: #41beb8;
  border-color: #41beb8;
  color: #fff;
  font-size: 1.8rem;
}
.btn.btn-primary:hover, .btn-primary.button:hover, .btn-product:hover {
  background: #032e55;
  border-color: #032e55;
}
.btn.btn-primary-light, .btn-primary-light.button, .btn-primary-light.btn-product {
  background: #2b59c3;
  border-color: #2b59c3;
  color: #fff;
  font-size: 1.8rem;
}
.btn.btn-primary-light:hover, .btn-primary-light.button:hover, .btn-primary-light.btn-product:hover {
  background: #032e55;
  border-color: #032e55;
}
.btn.btn-group, .btn-group.button, .btn-group.btn-product {
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.btn.btn-group span:not(.icon-wrp), .btn-group.button span:not(.icon-wrp), .btn-group.btn-product span:not(.icon-wrp) {
  padding-right: 2.4rem;
  padding-left: 2.4rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}
.btn.m-white, .m-white.button, .m-white.btn-product {
  background-color: #fff;
  color: #41beb8;
  border-color: #fff;
}
.btn.m-gold, .m-gold.button, .m-gold.btn-product {
  background-color: #d8b088;
  border-color: #d8b088;
}
.btn.m-gold:hover, .m-gold.button:hover, .m-gold.btn-product:hover {
  background: #41beb8;
  border-color: #41beb8;
}
.btn.btn-flat, .btn-flat.button, .btn-flat.btn-product {
  background: transparent;
  color: #064a89;
  font-weight: 600;
  border-color: #064a89;
}
.btn.btn-flat:hover, .btn-flat.button:hover, .btn-flat.btn-product:hover {
  color: #fff;
  background-color: #064a89;
}
.btn .icon-wrp, .button .icon-wrp, .btn-product .icon-wrp {
  border-left: 1px solid #f8f8f8;
  display: inline-block;
  width: 5.5rem;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  font-size: 2.4rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.btn-product {
  padding-top: 1rem;
  padding-bottom: 2rem;
  clip-path: polygon(50% 0%, 100% 0, 100% 75%, 50% 100%, 0% 75%, 0 0);
}
.btn-product:after {
  position: absolute;
  background-color: currentColor;
  top: 100%;
  left: -1px;
  width: 100%;
  width: calc(100% + 2px);
  height: 100%;
  clip-path: polygon(50% 25%, 0 0, 100% 0);
  color: #fff;
  transition: all 0.3s ease;
}
.btn-product.btn-primary:hover, .btn-product:hover {
  background-color: #d8b088;
  border-color: #d8b088;
  color: #fff;
}
.btn-product.btn-primary:hover:after, .btn-product:hover:after {
  color: #41beb8;
}

.icon-nav-devider:before {
  content: "";
}

.icon-location:before {
  content: "";
}

.icon-cart:before {
  content: "";
}

.icon-help:before {
  content: "";
}

.icon-ios-add:before {
  content: "";
}

.icon-ios-remove:before {
  content: "";
}

.icon-email:before {
  content: "";
}

.icon-comment-white-oval-bubble:before {
  content: "";
}

.icon-youtube-logo:before {
  content: "";
}

.icon-social-instagram-outline:before {
  content: "";
}

.icon-icons-8-waze .path1:before {
  content: "";
  color: #37474f;
}

.icon-icons-8-waze .path2:before {
  content: "";
  margin-left: -1em;
  color: #eceff1;
}

.icon-icons-8-waze .path3:before {
  content: "";
  margin-left: -1em;
  color: #37474f;
}

.icon-icons-8-waze .path4:before {
  content: "";
  margin-left: -1em;
  color: #607d8b;
}

.icon-icons-8-waze .path5:before {
  content: "";
  margin-left: -1em;
  color: #37474f;
}

.icon-icons-8-waze .path6:before {
  content: "";
  margin-left: -1em;
  color: #607d8b;
}

.icon-ios-pin:before {
  content: "";
}

.icon-ios-mail:before {
  content: "";
}

.icon-ionicons_svg_ios-call:before {
  content: "";
}

.icon-lock:before {
  content: "";
}

.icon-subscribe:before {
  content: "";
}

.icon-quality:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-user:before {
  content: "";
}

.icon-left-arrow:before {
  content: "";
}

.icon-right-arrow:before {
  content: "";
}

.icon-pdf:before {
  content: "";
}

.icon-arrow-down:before {
  content: "";
}

.icon-facebook-letter-logo:before {
  content: "";
}

.icon-email1:before {
  content: "";
}

.icon-instagram-symbol:before {
  content: "";
}

.icon-logo-pinterest:before {
  content: "";
}

.icon-mail:before {
  content: "";
}

.icon-placeholder:before {
  content: "";
}

.icon-md-arrow-back:before {
  content: "";
}

.icon-telephone:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-arrow-right:before {
  content: "";
}

.icon-arrow-left:before {
  content: "";
}

.icon-telephone-outline-ionicons:before {
  content: "";
}

.icon-logo-linkedin:before {
  content: "";
}

.icon-logo-youtube:before {
  content: "";
}

.icon-logo-instagram:before {
  content: "";
}

.icon-logo-facebook:before {
  content: "";
}

.icon-logo-twitter:before {
  content: "";
}

[dir=rtl] [type=checkbox]:not(:checked) + label,
[dir=rtl] [type=checkbox]:checked + label {
  padding-left: 0;
  padding-right: 26px;
}
[dir=rtl] [type=checkbox] + label:before,
[dir=rtl] [type=checkbox] + label:after {
  left: auto;
  right: 0;
}

/***************
  checkbox Buttons
***************/
/* Remove default checkbox Buttons */
[type=checkbox]:not(:checked) + label,
[type=checkbox]:checked + label {
  position: relative;
  padding-left: 26px;
  line-height: 1.15;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  border-radius: 2px;
  min-height: 16px;
  font-size: 1.6rem;
  margin-bottom: 0;
  font-family: "Varela Round", sans-serif;
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
}
.Windows [type=checkbox]:not(:checked) + label,
.Windows [type=checkbox]:checked + label {
  line-height: 1;
}

[type=checkbox] + label:before,
[type=checkbox] + label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  line-height: 1;
  width: 16px;
  height: 16px;
  z-index: 0;
  border: 1px solid #627791;
  background-color: #627791;
  color: #fff;
  border-radius: 2px;
  transition: border 0.2s, box-shadow 0.2s, transform 0.2s;
  box-sizing: border-box;
}

[type=checkbox].circle + label:before,
[type=checkbox].circle + label:after {
  border-radius: 50%;
}

/* Unchecked styles */
[type=checkbox]:not(:checked) + label:before {
  border: 1px solid #627791;
}

[type=checkbox]:not(:checked):hover + label:before {
  box-shadow: none;
}

[type=checkbox]:not(:checked) + label:after {
  border-radius: 50%;
  border: none;
  z-index: -1;
  transform: scale(0);
  transform-origin: center center;
  background: url(../img/common/icon/checkmark.svg) 50% 50% no-repeat;
  background-size: contain;
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Checked styles */
[type=checkbox]:checked + label {
  color: #fff;
}

[type=checkbox]:checked + label:after {
  border: none;
  transform: scale(0.6);
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Disabled style */
[type=checkbox]:disabled:not(:checked) + label:before,
[type=checkbox]:disabled:checked + label:before {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.3);
}

[type=checkbox]:disabled:not(:checked) + label:before {
  border-color: rgba(0, 0, 0, 0.3);
}

[type=checkbox]:disabled:checked + label:after {
  background-color: rgba(0, 0, 0, 0.3);
  border-color: rgba(0, 0, 0, 0.3);
}

.gfield_label {
  display: block;
  margin-bottom: 6px;
}

.contact-details .b-footer__menu-list li {
  margin-bottom: 15px;
}
.contact-details .b-footer__menu-list li.has-icn {
  padding-right: 3.5rem;
}
.contact-details .b-footer__menu-list li .location:before, .contact-details .b-footer__menu-list li .tel:before, .contact-details .b-footer__menu-list li .mail:before {
  width: 2rem;
  height: 2rem;
}

.xoo-wsc-header {
  background: #41beb8;
  color: #fff;
}

@media (min-width: 768px) {
  .contact-form {
    padding-left: 8rem;
  }

  ul.gform_fields {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
}
.xoo-wsc-remove {
  color: #df4663;
}

body.rtl [class*=offset-] {
  margin-left: 0;
}
body.rtl .xoo-wsc-sum-col, body.rtl .xoo-wsc-img-col {
  float: right;
}
body.rtl .xoo-wsc-icon-atc, body.rtl .xoo-wsc-sum-col {
  margin-left: 0;
  margin-right: 10px;
}
body.rtl .xoo-wsc-price {
  display: flex;
}
body.rtl .xoo-wsc-price .woocommerce-Price-amount {
  margin-right: 6px;
}
body.rtl .xoo-wsc-close {
  left: 20px;
  right: auto;
}
@media (min-width: 768px) {
  body.rtl .offset-md-2 {
    margin-right: 16.66667%;
  }
}

@media (max-width: 767.98px) {
  .row {
    margin-left: 0;
    margin-right: 0;
  }
}
.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.b-table {
  font-size: 1.8rem;
  color: #5c5c5c;
}
.b-table a:not([class^=btn]):not([class*=link-edit]):not([data-accordion-title]) {
  color: #032e55;
}
.b-table .b-box-event__subtitle a {
  color: currentColor;
}
.b-table .b-box-event__subtitle a:not([class^=btn]):not([class*=link-edit]):not([data-accordion-title]) {
  color: currentColor;
}
.b-table .data-cell, .b-table [class*=data-cell] {
  padding: 2.2rem 1.3rem;
  position: relative;
}
@media (max-width: 767.98px) {
  .b-table .data-cell[data-cell-title], .b-table [class*=data-cell][data-cell-title] {
    flex-wrap: wrap;
  }
  .b-table .data-cell[data-cell-title]:before, .b-table [class*=data-cell][data-cell-title]:before {
    content: attr(data-cell-title);
    display: block;
    width: 100%;
    color: #979797;
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
  }
}
.b-table .data-cell .title-txt, .b-table [class*=data-cell] .title-txt {
  font-size: 1.8rem;
  font-weight: normal;
}
.b-table__row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.65rem;
  margin-left: -0.65rem;
}
.b-table__row .b-table__row {
  flex: 1;
}
.b-table__col {
  display: inline-flex;
}
.b-table__col.text-center {
  justify-content: center;
}
.b-table__col-desc {
  background: #f6f6f6;
  margin-bottom: -1px;
}
.b-table__col-desc-inner {
  padding: 2rem 2.5rem 3.5rem 2.5rem;
}
.b-table__header {
  font-size: 1.8rem;
  border-bottom: 1px solid #616264;
}
.b-table .b-table__header a {
  color: #5c5c5c;
}

.b-table[class*=_border-line] .b-table__header .data-cell, .b-table[class*=_border-line] .b-table__header [class*=data-cell] {
  padding-top: 0;
}

.b-table[class*=_border-line][data-accordion] .b-table__header .data-cell, .b-table[class*=_border-line][data-accordion] .b-table__header [class*=data-cell] {
  padding: 2.2rem 1.3rem;
}

.b-table__body {
  overflow: hidden;
}
.b-table__body .b-table__row {
  border-bottom: 1px solid #616264;
  flex: 1;
}
.b-table__body .b-table__row .b-table__row {
  border: none;
}
.b-table__row-filter .b-table-filter {
  padding-right: 0;
  margin-right: 0;
  flex-wrap: wrap;
}
.b-table__row-filter .b-table-filter__lbl {
  align-self: center;
}
.b-table__row-filter .b-table-filter__list {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  display: block;
  flex-wrap: wrap;
  flex: auto;
  justify-content: flex-start;
}
.b-table .score-text {
  font-family: "Varela Round", sans-serif;
  font-weight: 400;
  font-size: 5.76rem;
}
.b-table__header-sortable {
  display: none;
}
.b-table__header-sortable.b-table__cole:not(.data-cell) {
  padding-left: 0;
}
.is-open .b-table__header-sortable {
  display: block;
}

.b-table__header-sortable .b-table__row + .b-table__row {
  margin-top: -2.2rem;
}
.b-table-filter {
  flex: 1;
  display: flex;
  padding-right: 1.3rem;
  margin-right: 1.3rem;
  color: #616264;
}
.b-table-filter a {
  color: currentColor;
}
.b-table-filter__lbl {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  color: #A8A8A8;
  margin-left: 2.6rem;
  font-size: 1.8rem;
}
.b-table-filter__list {
  flex: 1;
  font-size: 0;
  display: inline-flex;
  justify-content: space-between;
}
.b-table-filter__list li {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.b-table-filter__list li.is-active a {
  color: #032e55;
  background: #f6f6f6;
}
.b-table-filter__list a {
  padding: 0.4rem 1rem;
  display: block;
  font-size: 1.8rem;
  color: #616264;
}
.b-table-filter__list a:hover, .b-table-filter__list a.is-active {
  color: #032e55;
  background: #f6f6f6;
}
.b-table-filter__list a:not([class^=btn]):not([class*=link-edit]):not([data-accordion-title]) {
  color: #616264;
}
.b-table-filter__list a:not([class^=btn]):not([class*=link-edit]):not([data-accordion-title]):hover, .b-table-filter__list a:not([class^=btn]):not([class*=link-edit]):not([data-accordion-title]).is-active {
  color: #032e55;
  background: #f6f6f6;
}
.b-table-filter__list a:hover {
  text-decoration: none;
}
.b-table .sortable-link {
  color: #2A2A2A;
  font-size: 1.8rem;
}
.b-table .sortable-link:hover {
  color: #032e55;
}
.b-table .sortable-link:not([class^=btn]):not([class*=link-edit]):not([data-accordion-title]) {
  color: #2A2A2A;
}
.b-table .sortable-link:not([class^=btn]):not([class*=link-edit]):not([data-accordion-title]):hover {
  color: #032e55;
}
.b-table .sortable-link:hover {
  text-decoration: none;
}
@media (max-width: 575.98px) {
  .s-content__body .b-table {
    margin-top: 1.4rem;
  }

  .b-table__col.data-cell--name ~ [data-cell-title] {
    padding-top: 0;
  }
  .b-table-filter__list li a {
    margin-top: 1rem;
    border: 1px solid;
  }
  .b-table__header-sortable {
    padding-bottom: 2.2rem;
  }
  .b-table__header-sortable .data-cell {
    padding-bottom: 0 !important;
  }
}

.b-box-event {
  color: #5c5c5c;
}
.b-box-event [class^=text--] a:not([class^=btn]):not([class*=link-edit]):not([data-accordion-title]) {
  color: currentColor;
  text-decoration: underline;
}
.b-box-event .text--grey {
  color: #6D6D6D;
}
.b-box-event .text--grey a {
  color: currentColor;
}
.b-box-event .text--grey a:not([class^=btn]):not([class*=link-edit]):not([data-accordion-title]) {
  color: currentColor;
  text-decoration: underline;
}
.b-box-event .text--grey a:not([class^=btn]):not([class*=link-edit]):not([data-accordion-title]):hover {
  text-decoration: none;
}
.b-box-event .text--grey a:hover {
  text-decoration: none;
}
.b-box-event--inline {
  display: flex;
  flex-wrap: wrap;
}
.b-box-event--inline .b-box-event__pic {
  position: relative;
  flex: 0 1 auto;
  max-width: 14rem;
}
.b-box-event--inline .b-box-event__body {
  flex: 1;
  padding: 0 1.2rem;
}
.b-box-event a:not([class*=link-edit]) {
  color: currentColor;
  text-decoration: underline;
}
.b-box-event a:hover {
  text-decoration: none;
}
.b-box-event__body {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.b-box-event__title {
  font-weight: 400;
}
.b-box-event__subtitle {
  font-size: 2.4rem;
}
.b-box-event__txt {
  font-size: 2rem;
}
.b-box-event__txt p {
  font-size: 100%;
}
.b-box-event__pic {
  position: relative;
  line-height: 1;
}

[data-accordion].b-table[class*=_border-line] {
  padding-top: 0;
}
[data-accordion] [data-accordion-itm].is-open {
  border-bottom: 0.9rem solid #DCDCDE;
}
[data-accordion] [data-accordion-itm].is-open [data-accordion-title]:before {
  transform: rotate(-90deg);
}
[data-accordion] [data-accordion-title] {
  position: relative;
  color: #5c5c5c;
}
[data-accordion] [data-accordion-title]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  margin-left: 1rem;
}
[data-accordion] [class^=title-] {
  font-weight: 700;
}
[data-accordion] [data-accordion-itm] .b-table__header {
  border-bottom: 0.9rem solid #DCDCDE;
}
[data-accordion] [data-accordion-body] > .b-table__row:last-of-type {
  border-bottom: 0;
}
[data-accordion].b-accordion {
  border-bottom: 0.9rem solid #DCDCDE;
}
[data-accordion].b-accordion .b-accordion-itm.is-open {
  border-bottom: none;
}
[data-accordion].b-accordion .b-accordion-itm.is-open [data-accordion-title]:before {
  color: #032e55;
}
[data-accordion].b-accordion .b-accordion-itm [data-accordion-title]:before {
  font-size: 2rem;
  margin-left: 1rem;
}
[data-accordion].b-accordion .b-accordion-itm .b-table__header {
  border-bottom: none;
  border-top: 0.9rem solid #DCDCDE;
}

.b-header {
  transition: all 0.3s ease;
  position: relative;
  background-color: #fff6f6;
  color: #5c5c5c;
  font-family: "Alef", sans-serif;
}
.b-header.m-fixed {
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  background: transparent;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.b-header.m-fixed .b-header__wrp > .row {
  max-width: 100%;
}
.b-header.m-abs {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  background: transparent;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.b-header__wrp {
  width: 100%;
}
.b-header .row > .columns {
  align-self: center;
}
.b-header__logo {
  border-left: 1px solid rgba(0, 0, 0, 0.19);
  border-right: 1px solid rgba(0, 0, 0, 0.19);
  text-align: center;
}
.b-header__logo img[src$=".jpg"], .b-header__logo img[srcset$=".jpg"] {
  mix-blend-mode: multiply;
}
.b-header__logo .b-logo {
  display: block;
  position: relative;
  max-width: 85%;
  margin: auto;
}
.b-header__logo .logo-img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 58%;
  max-height: 70%;
  object-fit: contain;
}
.b-header__top {
  padding-top: 3em;
  padding-bottom: 2em;
}
.b-header .menu-icon.burger {
  display: none;
  position: absolute;
  z-index: 10;
  right: 3rem;
  top: 2rem;
  color: #41beb8;
}
.b-header__menu-nav {
  border-top: 1px solid rgba(0, 0, 0, 0.19);
  border-bottom: 1px solid rgba(0, 0, 0, 0.19);
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
}
.inner-page .b-header__menu-nav {
  border-bottom: none;
}

.b-header__menu-nav-list {
  text-align: center;
}
.b-header__menu-nav-list > li {
  display: inline-block;
  position: relative;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
.b-header__menu-nav-list > li:last-of-type:before {
  display: none;
}
.b-header__menu-nav-list > li:before {
  content: "";
  position: absolute;
  left: -0.7rem;
  display: inline-block;
  vertical-align: middle;
  width: 1.4rem;
  height: 2.4rem;
  background: url(../img/common/nav-devider.svg) 50% 50% no-repeat;
  background-size: contain;
}
.b-header__menu-nav-list > li > a {
  -webkit-text-stroke: 1px currentColor;
}
.b-header__menu-nav-list > li.is-active a {
  color: #41beb8;
}
.b-header__menu-nav-list > li a {
  font-size: 2rem;
  color: #6b4634;
}
.b-header__menu-nav-list > li a:hover, .b-header__menu-nav-list > li a.is-active {
  color: #41beb8;
}
.b-header__menu-nav-list > li.menu-item-has-children > a:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-right: 0.5rem;
  font-size: 1rem;
}
.b-header__menu-nav-list > li.menu-item-has-children > ul.sub-menu {
  position: absolute;
  z-index: 2;
  display: block;
  visibility: hidden;
  opacity: 0;
  right: -10px;
  top: calc(100% + 15px);
  border-top: 2px solid #41beb8;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  min-width: 20rem;
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.12);
  background: #fff6f6;
  padding: 1rem 0;
}
.b-header__menu-nav-list > li.menu-item-has-children > ul.sub-menu * {
  text-align: right !important;
}
.b-header__menu-nav-list > li.menu-item-has-children > ul.sub-menu li a {
  display: block;
  font-size: 1.7rem;
  padding: 0.35rem 1.5rem;
  color: #6b4634;
  background: none;
  line-height: 1.4;
}
.b-header__menu-nav-list > li.menu-item-has-children > ul.sub-menu li a:hover {
  color: #41beb8;
  background: none;
}
.b-header__menu-nav-list > li.menu-item-has-children > ul.sub-menu li a:after {
  content: "";
  width: 30px;
  height: 1px;
  display: block;
  border-bottom: 1px solid #41beb8;
  margin-top: 7px;
}
.b-header__menu-nav-list > li.menu-item-has-children.wide > ul.sub-menu {
  min-width: 35rem;
  display: flex;
  flex-wrap: wrap;
}
.b-header__menu-nav-list > li.menu-item-has-children.wide > ul.sub-menu > li {
  flex: 1 1 50%;
}
.b-header__menu-nav-list > li.menu-item-has-children:hover > a + .sub-menu {
  visibility: visible;
  opacity: 1;
}
.b-header__search-wrp {
  max-width: 30rem;
  margin-left: auto;
}
.b-header__search-form {
  margin-top: 2rem;
  display: block;
  width: 100%;
}
.b-header__search-form input {
  height: 46px;
  line-height: 46px;
  padding: 0 2rem !important;
  font-size: 1.8rem !important;
  text-align: right;
  border: 0;
}
.b-header__search-form input, .b-header__search-form input::-webkit-input-placeholder {
  color: #5c5c5c !important;
}
.b-header__search-form input[type=text] {
  background: #fff;
  padding: 0 2rem 0 5rem;
}
.b-header__search-form button[type=submit] {
  position: absolute;
  width: 46px;
  height: 46px;
  left: 0;
  top: 0;
  box-sizing: border-box;
  border: 0;
  background: #41beb8;
}
.b-header__search-form button[type=submit]:hover {
  background: #032e55 !important;
}
.b-header__search-row {
  position: relative;
}
.b-header__search-row .icon-search {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  color: #fff;
  font-size: 2.4rem;
  width: 50px;
  height: 46px;
  line-height: 46px;
  pointer-events: none;
  text-align: center;
}
.b-header__search #ajaxsearchlite1.asl_w .probox {
  height: 46px;
}
.b-header__search #ajaxsearchlite1.asl_w .probox .asl_loader {
  display: none;
}
.b-header__search #ajaxsearchlite1.asl_w .probox .proinput {
  text-align: right;
  padding: 0;
}
.b-header__search #ajaxsearchlite1.asl_w .probox .proinput input {
  height: 4.6rem;
  line-height: 4.6rem;
  padding: 0 2rem !important;
  font-size: 1.8rem !important;
  text-align: right;
}
.b-header__search #ajaxsearchlite1.asl_w .probox .proinput input, .b-header__search #ajaxsearchlite1.asl_w .probox .proinput input::-webkit-input-placeholder {
  color: #5c5c5c !important;
}
.b-header__search #ajaxsearchlite1.asl_w .probox .proinput input[type=submit] {
  position: absolute;
  width: 46px;
  height: 46px;
  left: 0;
  top: 0;
  box-sizing: border-box;
}
.b-header__search #ajaxsearchlite1.asl_w .probox .promagnifier {
  width: 5rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 2.5rem;
}
.b-header__search #ajaxsearchlite1.asl_w .probox .promagnifier .innericon {
  border: 1px solid #41beb8;
}
.b-header__search #ajaxsearchlite1.asl_w .probox .promagnifier .innericon svg {
  display: none;
}
.b-header__search #ajaxsearchlite1.asl_w .probox .promagnifier:hover .innericon {
  background-color: #032e55 !important;
  border-color: #032e55;
}
.b-header__search #ajaxsearchlite1.asl_w .probox .proclose, .b-header__search #ajaxsearchlite1.asl_w .probox .proloading {
  margin-left: 50px;
  margin-top: 7PX;
}
.b-header__search #ajaxsearchlite1.asl_w .probox div.asl_simple-circle {
  border-color: #d8b088;
}
.b-header__cart-lbl {
  padding: 1rem 2rem;
  font-size: 1.8rem;
  color: #5c5c5c;
}
.b-header__cart-btn {
  width: 5rem;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  color: #41beb8;
}
.b-header__top-menu {
  font-size: 0;
}
.b-header__top-menu ul li {
  flex-grow: 1;
  line-height: 1;
}
.b-header__top-menu ul li:not(:last-of-type) {
  border-left: 1px solid #5c5c5c;
  padding-left: 15px;
}
.b-header__top-menu ul li:not(:first-of-type) {
  padding-right: 15px;
}
.b-header__top-menu a {
  color: currentColor;
  font-size: 1.7rem;
  display: block;
}
.b-header__top-menu a:hover {
  text-decoration: underline;
}
.b-header__auth-btn {
  width: 100%;
}
@media (min-width: 768px) {
  .b-header__cart-inner {
    max-width: 30rem;
    margin-right: auto;
  }
  .b-header__cart-inner > nav {
    margin-bottom: 3rem;
  }
  .b-header__cart-inner > div {
    margin-bottom: 3rem;
  }
  .b-header__cart-inner > div:last-of-type {
    margin-bottom: 0;
  }
  .b-header__cart-inp {
    position: relative;
    border: 1px solid #41beb8;
    display: flex;
  }
  .b-header__cart-btn {
    border-left: 1px solid #41beb8;
  }
  .b-header__cart .btn, .b-header__cart .button, .b-header__cart .btn-product {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1921px) {
  .b-header {
    font-size: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .b-header__menu-nav-list > li {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .b-header__menu-nav-list > li > a {
    font-size: 1.6rem;
  }
}
@media (max-width: 991.98px) {
  .b-header__top {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .b-header__search {
    max-width: 50%;
    padding-right: 3rem;
  }
  .b-header__cart {
    max-width: 50%;
    order: 2;
    padding-left: 3rem;
  }
  .b-header__logo {
    padding-top: 3rem;
    order: 3;
    width: 100%;
    border: none;
  }
}
@media (max-width: 767.98px) {
  .b-header .menu-icon.burger {
    display: block;
  }
  .b-header .b-nav-top {
    position: relative;
  }
  .b-header__logo {
    margin-top: 3rem;
  }
  .b-header__search {
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
    padding-left: 1rem;
    padding-right: 1rem;
    flex: 0 0 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    text-align: left;
  }
  .b-header__search #ajaxsearchlite1.asl_w .probox .promagnifier {
    width: 50px;
  }
  .b-header__search .search-toggle {
    margin-left: 85px;
    font-size: 2.2rem;
    width: 30px;
    height: 30px;
    background: #41beb8;
    border-radius: 50%;
    display: inline-block;
    color: #fff;
    text-align: center;
    line-height: 29px;
  }
  .b-header__search-wrp {
    max-width: 100%;
    margin-top: 10px;
  }
  .b-header__search-form {
    margin-top: 10px;
    width: 100%;
  }
  .b-header__cart {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 15px;
  }
  .b-header__cart-inner {
    display: flex;
    flex-direction: row-reverse;
    padding-left: 0;
    padding-top: 10px;
  }
  .b-header__cart-btn {
    width: 30px;
    height: 30px;
    font-size: 2.2rem;
    color: #fff;
    background: #41beb8;
    border-radius: 50%;
    margin-right: 10px;
  }
  .b-header__auth-btn {
    width: 30px;
    height: 30px;
    line-height: 25px;
    padding: 0;
    border-radius: 50%;
    font-size: 2.2rem;
    -webkit-text-stroke: thin;
  }
  .b-header__logo {
    order: 1;
  }
}

body div.asl_r.vertical {
  background: #fff;
  border: 4px solid #41beb8;
  margin-top: -10px;
}
body div.asl_r.vertical .results .item .asl_content h3, body div.asl_r.vertical div.asl_r .results .item .asl_content h3 a {
  color: #41beb8;
}

.b-footer {
  position: relative;
  overflow: hidden;
  color: #2b2b2b;
  background: url(../img/common/bg__footer.jpg) 0 -1px no-repeat;
  background-size: cover;
}
.inner-page .b-footer:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  display: block;
  max-width: calc(163rem - 60px);
  width: 100%;
  width: calc(100% - 60px);
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.b-footer a {
  color: #032e55;
}
.b-footer a:hover {
  color: #41beb8;
}
.b-footer a.more-link {
  color: #41beb8;
}
.b-footer a.more-link:hover {
  color: #032e55;
}
.b-footer__top {
  padding-top: 8.6rem;
  padding-bottom: 6.8rem;
}
.b-footer__bottom {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.b-footer__logo {
  margin-bottom: 1.6em;
  filter: grayscale(100%);
}
.b-footer__soc {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* Safari - Pre Flex Flow */
  -webkit-flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* MS - Pre Flex Flow */
  -ms-flex-direction: row;
  -ms-flex-wrap: wrap;
  /* Moz - Pre Flex Flow */
  -moz-flex-direction: row;
  -moz-flex-wrap: wrap;
  /* Flex Flow  */
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.b-footer__soc-link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  line-height: 1;
  width: 3.4rem;
  height: 3.4rem;
  margin: 1rem;
  color: #5d5d5d;
  transition: border 0.2s ease, color 0.2s ease;
  font-size: 1.4rem;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
}
.b-footer__soc-link:hover {
  text-decoration: none;
  color: #41beb8;
  border-color: #41beb8;
}
.b-footer__dev {
  font-size: 1.6rem;
}
.b-footer__dev img {
  vertical-align: middle;
  margin-left: 5px;
}
.b-footer__dev a {
  color: #032e55;
  margin-right: 0.3rem;
}
.b-footer__dev a:hover {
  color: #41beb8;
}
[dir=ltr] .b-footer__dev a {
  margin-right: 0;
  margin-left: 0.3rem;
}

.ltr .b-footer__dev a {
  margin-right: 0;
  margin-left: 0.3rem;
}

.b-footer__copy {
  font-size: 1.6rem;
}
.b-footer__about {
  font-size: 1.8rem;
  padding-top: 0.5rem;
}
.b-footer__about p {
  font-size: 100%;
}
.b-footer__about a {
  font-size: 1.8rem;
  font-weight: 400;
}
.b-footer__about a:hover {
  color: #41beb8;
}
.b-footer__about a i {
  font-size: 1rem;
  margin-right: 0.8rem;
}
[dir=ltr] .b-footer__about a i {
  margin-right: 0;
  margin-left: 0.8rem;
  display: inline-block;
  transform: scaleX(-1);
}

.ltr .b-footer__about a i {
  margin-right: 0;
  margin-left: 0.8rem;
  display: inline-block;
  transform: scaleX(-1);
}

.b-footer-about {
  position: relative;
}
.b-footer-about > div {
  margin-top: 3rem;
}
.b-footer-about > div:first-of-type {
  margin-top: 0;
}
.b-footer-row + .b-footer-row {
  margin-top: 3.6rem;
}
.b-footer-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-basis: auto;
  flex-grow: 1;
}
.b-footer-menu__itm {
  display: inline-block;
  vertical-align: top;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
}
.b-footer__menu--contacts {
  max-width: 24rem;
}
.b-footer__menu--contacts .b-footer__menu-list {
  column-count: 1;
}
.b-footer__menu-title {
  -webkit-text-stroke: 1px #41beb8;
  font-family: "Alef", sans-serif;
  font-size: 2.4rem;
  font-weight: normal;
  color: #41beb8;
  margin-bottom: 3rem;
}
.b-footer__menu-list {
  color: #2b2b2b;
  font-size: 1.8rem;
  font-family: "Alef", sans-serif;
}
.b-footer__menu-list li {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.b-footer__menu-list li .tel:before {
  content: "";
  position: absolute;
  top: 0.9rem;
  right: 0;
  font-size: 1.4rem;
  height: 1.4rem;
  width: 1.4rem;
  background: url(../img/common/icon/tel.svg) 0 0 no-repeat;
  background-size: contain;
}
.b-footer__menu-list li .location:before {
  content: "";
  position: absolute;
  top: 0.9rem;
  right: 0;
  font-size: 1.4rem;
  height: 1.4rem;
  width: 1.4rem;
  background: url(../img/common/icon/location.svg) 0 0 no-repeat;
  background-size: contain;
}
.b-footer__menu-list li .mail:before {
  content: "";
  position: absolute;
  top: 1rem;
  right: 0;
  font-size: 1.4rem;
  height: 1.4rem;
  width: 1.4rem;
  background: url(../img/common/icon/mail.svg) 0 0 no-repeat;
  background-size: contain;
}
.b-footer__menu-list li.has-icn {
  padding-right: 2.5rem;
  position: relative;
}
.b-footer__menu-list a {
  color: #2b2b2b;
}
.b-footer__menu-list a:hover {
  color: #0e2b5c;
  text-decoration: underline;
}
.b-footer-callback__form {
  margin-top: 4.5rem;
}
.b-footer-callback__form .row-field {
  margin-top: 2.5rem;
}
.b-footer-callback__form .row-field:first-of-type {
  margin-top: 0;
}
.b-footer-callback__form .row-field--group {
  display: flex;
  overflow: hidden;
  position: relative;
}
.b-footer-callback__form .row-field--group [class^=icon] {
  position: absolute;
  pointer-events: none;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  font-size: 2rem;
}
.b-footer-callback__form .row-field--group input {
  flex: 1;
  margin-bottom: 0;
  font-size: 1.8rem;
  border-color: #5c5c5c;
  background: transparent;
  border-radius: 3rem;
  padding-right: 5.5rem;
  padding-left: 4rem;
  margin-left: -4rem;
}
.b-footer-callback__form .row-field--group .btn, .b-footer-callback__form .row-field--group .button, .b-footer-callback__form .row-field--group .btn-product {
  display: inline-flex;
  font-size: 1.8rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-right: -1px;
  border-radius: 3rem;
  padding-right: 3rem;
  padding-left: 3rem;
}
.b-footer-row {
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 1280px) {
  .b-footer .container {
    max-width: 100%;
  }
}
@media (max-width: 991.98px) {
  .b-footer-form {
    order: 2;
  }
  .b-footer-menu {
    order: 3;
    margin-top: 3rem;
    flex-wrap: wrap;
  }
}
@media (max-width: 767.98px) {
  .b-footer-contacts {
    margin-bottom: 3rem;
  }
  .b-footer-contacts:before, .b-footer-contacts:after {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .b-footer__top {
    padding-top: 4.6rem;
  }
}

.b-box-aside {
  max-width: 24rem;
  margin-bottom: 4rem;
}
.b-box-aside__title {
  position: relative;
  font-size: 3rem;
  margin-bottom: 2rem;
}
.b-box-aside__title:after {
  content: "";
  position: absolute;
  right: -2rem;
  top: 1rem;
  width: 4.9rem;
  height: 2.9rem;
  transform: translateX(100%);
  background: url("../img/common/shape.svg") no-repeat 100% 0;
  background-size: 100% auto;
}
.b-box-aside__title, .b-box-aside__title a {
  color: #41beb8;
}
.b-box-aside__body > ul > li > a {
  -webkit-text-stroke: thin currentColor;
}
.b-box-aside__nav, .b-box-aside ul {
  color: #6b4634;
  font-size: 1.8rem;
}
.b-box-aside__nav li:not(:first-of-type):before, .b-box-aside ul li:not(:first-of-type):before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #d8b088;
  margin-top: 1.4rem;
  margin-bottom: 1rem;
}
.b-box-aside__nav li:not(:first-of-type) a:hover, .b-box-aside ul li:not(:first-of-type) a:hover {
  color: #41beb8;
}
.b-box-aside__nav li.b-table-header > a > i, .b-box-aside__nav li.has-children > a > i, .b-box-aside ul li.b-table-header > a > i, .b-box-aside ul li.has-children > a > i {
  color: #41beb8;
  font-size: 1.2rem;
  padding-left: 10px;
  -webkit-text-stroke: thin currentColor;
}
.b-box-aside__nav li.b-table-header > a.active, .b-box-aside__nav li.b-table-header > a[aria-expanded=true], .b-box-aside__nav li.has-children > a.active, .b-box-aside__nav li.has-children > a[aria-expanded=true], .b-box-aside ul li.b-table-header > a.active, .b-box-aside ul li.b-table-header > a[aria-expanded=true], .b-box-aside ul li.has-children > a.active, .b-box-aside ul li.has-children > a[aria-expanded=true] {
  color: #41beb8;
}
.b-box-aside__nav li .b-table__body > ul, .b-box-aside__nav li .children, .b-box-aside ul li .b-table__body > ul, .b-box-aside ul li .children {
  padding: 20px;
}
.b-box-aside__nav li .b-table__body > ul li:not(:first-of-type):before, .b-box-aside__nav li .children li:not(:first-of-type):before, .b-box-aside ul li .b-table__body > ul li:not(:first-of-type):before, .b-box-aside ul li .children li:not(:first-of-type):before {
  width: 14px;
  height: 2px;
  background-color: #41beb8;
}
.b-box-aside__nav li.is-active > a, .b-box-aside__nav li:hover > a, .b-box-aside ul li.is-active > a, .b-box-aside ul li:hover > a {
  color: #41beb8;
}
.b-box-aside__nav .current-cat-ancestor, .b-box-aside__nav .current-cat-ancestor .children, .b-box-aside__nav .current-cat-parent, .b-box-aside__nav .current-cat-parent .children, .b-box-aside ul .current-cat-ancestor, .b-box-aside ul .current-cat-ancestor .children, .b-box-aside ul .current-cat-parent, .b-box-aside ul .current-cat-parent .children {
  display: block !important;
  order: -1;
}
.b-box-aside__nav .current-cat-ancestor .children, .b-box-aside__nav .current-cat-parent .children, .b-box-aside ul .current-cat-ancestor .children, .b-box-aside ul .current-cat-parent .children {
  border-bottom: 1px solid #d8b088;
  margin-bottom: 8px;
}
.b-box-aside__nav .current-cat-ancestor > a, .b-box-aside__nav .current-cat-parent > a, .b-box-aside ul .current-cat-ancestor > a, .b-box-aside ul .current-cat-parent > a {
  pointer-events: none;
}
.b-box-aside__nav a, .b-box-aside ul a {
  color: currentColor;
}
.b-box-aside__nav a:hover, .b-box-aside ul a:hover {
  color: #41beb8;
}
.b-box-aside__nav + .b-box-aside, .b-box-aside ul + .b-box-aside {
  padding-top: 2.5rem;
  margin-top: 2.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.b-box-aside__nav .b-banner-wrp, .b-box-aside ul .b-banner-wrp {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.b-box-aside__nav .b-banner__cover, .b-box-aside ul .b-banner__cover {
  height: 10rem;
}
.b-box-aside .widget .widget-title {
  font-weight: 600;
  color: #41beb8;
}
.b-box-aside .widget .atrribute-group h4 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0;
  padding: 10px 0;
}
.b-box-aside .widget .atrribute-group h4 a {
  display: block;
  color: #032e55;
  position: relative;
  text-transform: uppercase;
}
.b-box-aside .widget .atrribute-group h4 a i {
  font-size: 10px;
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
.b-box-aside .widget .atrribute-group h4 a[aria-expanded=true] i {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.b-box-aside .widget .atrribute-group .term-group {
  margin-bottom: 20px;
}
.b-box-aside .widget .atrribute-group .term-group li {
  margin-bottom: 5px;
}
.b-box-aside .widget .atrribute-group .term-group label {
  font-size: 1.35rem;
}
.b-box-aside .widget .atrribute-group .term-group [type=checkbox] + label:before, .b-box-aside .widget .atrribute-group .term-group [type=checkbox] + label:after {
  width: 13px;
  height: 13px;
  border-color: #032e55;
  TOP: 2px;
}
.b-box-aside .widget .atrribute-group .term-group [type=checkbox]:not(:checked) + label:before, .b-box-aside .widget .atrribute-group .term-group [type=checkbox]:not(:checked) + label:after {
  background: none;
}

@media (min-width: 768px) {
  .sidebar-offcanvas {
    padding-left: 4rem;
  }
}
@media (min-width: 992px) {
  [dir=ltr] .offset-lg-1 {
    margin-right: 8.33333%;
    margin-left: auto;
  }
}

@media (max-width: 575.98px) {
  .col-xs-12 + .col-xs-12 {
    padding-top: 3rem;
  }
}
.b-banner img {
  width: 100%;
  height: auto;
}
.b-banner-wrp {
  display: flex;
  flex-direction: column;
  align-content: space-between;
  flex: 1;
  height: 100%;
  justify-content: space-between;
}
.b-banner-wrp .b-banner + .b-banner {
  margin-top: 3rem;
}

.section.m-ornament, section.m-ornament {
  position: relative;
  overflow: hidden;
}
.section.m-ornament:before, section.m-ornament:before {
  content: "";
  position: absolute;
  width: 26.6rem;
  max-width: 14vw;
  height: 26.6rem;
  left: 0;
  top: 0;
  background: url(../img/common/ornament-angle.svg) 0 0 no-repeat;
  background-size: contain;
  pointer-events: none;
}
.section.m-ornament-r, section.m-ornament-r {
  position: relative;
}
.section.m-ornament-r:before, section.m-ornament-r:before {
  content: "";
  position: absolute;
  width: 26.6rem;
  max-width: 14vw;
  height: 53.1rem;
  right: 0;
  top: -25%;
  background: url(../img/common/ornament-l.svg) 100% 0 no-repeat;
  background-size: contain;
  pointer-events: none;
}
.section.m-bordered, section.m-bordered {
  position: relative;
}
.section.m-bordered:before, section.m-bordered:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 148rem;
  position: absolute;
  background: url(../img/common/frame-4l.svg) 0 50% no-repeat, url(../img/common/frame-4r.svg) 100% 50% no-repeat;
  background-size: 4rem auto;
}
@media screen and (max-width: 1200px) {
  .section.m-bordered:before, section.m-bordered:before {
    display: none;
  }
}

.product .button, .b-post-list .b-post__title, .b-box-special__title, .b-box-special__header .article-title, .b-box-nav__title, .b-header__cart-lbl {
  -webkit-text-stroke: 1px currentColor;
}

.b-box-nav {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
  transform-origin: center 0;
  transition: all 0.3s;
}
.b-box-nav:hover {
  transform: scale(1.03);
}
.b-box-nav__bg img {
  display: block;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
  transition: all 0.3s;
}
.b-box-nav__bg img:hover {
  filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0.15));
}
.b-box-nav__title {
  position: absolute;
  color: #fff;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  line-height: 1.2;
  font-size: 3.4rem;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
}
.b-box-nav__title:before, .b-box-nav__title:after {
  content: "";
  display: block;
  width: 5.1rem;
  height: 5.1rem;
  background: url(../img/common/frame-title@2x.png) 0 50% no-repeat;
  background-size: contain;
}
.b-box-nav__title:before {
  transform: scaleX(-1);
}
.b-box-nav__title a {
  color: #fff;
}
.b-box-nav__title > span {
  display: block;
}
@media (max-width: 575.98px) {
  .b-box-nav {
    padding-top: 0.75em;
    padding-bottom: 0.75em;
  }
  .b-box-nav .col-6 {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .b-box-nav__title {
    font-size: 2.2rem;
    padding-left: 12%;
    padding-right: 12%;
  }
}

.load-more-link {
  display: inline-block;
  padding: 1.5rem 0.5rem;
  margin-top: 3rem;
  border-top: 1px solid #41beb8;
  border-bottom: 1px solid #41beb8;
  letter-spacing: 2.29px;
  color: #6b4634;
  font-size: 2.4rem;
}
.load-more-link:hover {
  color: #41beb8;
}

.s-news {
  position: relative;
}
.s-news:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  max-width: calc(148rem - 20rem);
  position: absolute;
  background: url(../img/common/frame-4l.svg) 0 50% no-repeat, url(../img/common/frame-4r.svg) 100% 50% no-repeat;
  background-size: 4rem auto;
}
.s-news-list > [class^=col] {
  margin-bottom: 8rem;
}
@media (min-width: 1200px) {
  .s-news-list {
    padding: 0 50px;
  }
}
.s-news .b-box-news {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 1280px) {
  .s-news .b-box-news {
    max-width: 35rem;
  }
}
.s-news .news-slider-wrapper {
  position: relative;
}
.s-news-slider-nav {
  position: absolute;
  z-index: 111;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  color: #d8b089;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  font-size: 24px;
  cursor: pointer;
}
.s-news-slider-nav.slick-prev {
  right: -10px;
  left: auto;
}
@media screen and (max-width: 1200px) {
  .s-news:before {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .s-news .slick-dots li:last-child {
    display: none;
  }
}

.b-box-news {
  position: relative;
  font-family: "Alef", sans-serif;
}
.b-box-news.no-decorate:before {
  display: none;
}
.b-box-news:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1.6rem;
  background: url(../img/common/frame-2.svg) 50% 50% no-repeat;
  background-size: 100% auto;
}
.b-box-news__body {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.b-box-news__date {
  color: #41beb8;
  color: #33abd3;
  font-size: 1.8rem;
  margin-bottom: 2.4rem;
}
.b-box-news__title {
  font-family: "Alef", sans-serif;
  line-height: 1.4;
  font-size: 2.4rem;
  margin-bottom: 1.4rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.b-box-news__title, .b-box-news__title a {
  color: #412236;
}
.b-box-news__txt {
  margin-bottom: 2rem;
  color: #333333;
  font-size: 1.7rem;
  font-family: "Alef", sans-serif;
}
@media (min-width: 576px) {
  .b-box-news__txt {
    min-height: 48px;
  }
}
.b-box-news__txt p {
  font-size: 100%;
  line-height: 1.52;
}
.b-box-news__link {
  font-family: "Alef", sans-serif;
  color: #33abd3;
  font-size: 2.1rem;
  letter-spacing: 0.2rem;
}
.b-box-news__link a {
  font-size: 100%;
  display: inline-block;
  padding-bottom: 1.4rem;
  color: currentColor;
  border-bottom: 1px solid currentColor;
}
.b-box-news__pic {
  position: relative;
  padding-bottom: 50%;
  overflow: hidden;
}
.b-box-news__pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.b-box-product {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding: 2.4rem 1.4rem;
}
.b-box-product-wrp {
  position: relative;
  margin: 3rem auto 0;
}
.b-box-product-wrp:before, .b-box-product-wrp:after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-image: url(../img/common/frame-angle.svg);
  background-size: 7rem auto;
  background-position: 100% 100%;
  width: 7rem;
  height: 7rem;
}
.b-box-product-wrp:before {
  top: 0;
  left: 0;
  transform: rotate(-180deg);
}
.b-box-product-wrp:after {
  content: "";
  transform: scaleY(-1);
  transform-origin: 50% 50%;
  right: 0;
  top: 0;
}
.b-box-product:before, .b-box-product:after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-image: url(../img/common/frame-angle.svg);
  background-size: 7rem auto;
  background-position: 100% 100%;
  width: 7rem;
  height: 7rem;
}
.b-box-product:before {
  bottom: 0;
  right: 0;
  left: auto;
}
.b-box-product:after {
  content: "";
  transform: scaleX(-1);
  transform-origin: 50% 50%;
  left: 0;
  bottom: 0;
  top: auto;
}
.b-box-product__pic {
  margin-bottom: 1.4rem;
  text-align: center;
  padding: 0 1.4rem 150%;
  position: relative;
  overflow: hidden;
}
.b-box-product__pic img.responsive {
  width: auto;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.b-box-product__pic .onsale {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  background: #c97d31;
  border-radius: 15px;
  padding: 2px 10px;
  color: #fff;
  font-size: 14px;
}
.b-box-product__title {
  color: #41beb8;
  font-size: 1.8rem;
  min-height: 46px;
}
.b-box-product__title:after {
  content: "";
  margin-right: auto;
  margin-left: auto;
  display: block;
  max-width: 50%;
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
  border-bottom: 1px solid currentColor;
}
.b-box-product__body {
  text-align: center;
}
.b-box-product__txt {
  margin-bottom: 1.4rem;
  color: #5c5c5c;
  font-size: 1.8rem;
}
.b-box-product__txt p {
  font-size: 100%;
}
.b-box-product__btn .btn, .b-box-product__btn .button, .b-box-product__btn .btn-product {
  position: relative;
}

.s-about-promo {
  padding-top: 10.8rem;
  padding-bottom: 10.8rem;
  position: relative;
  overflow: hidden;
}
.s-about-promo:after {
  background: radial-gradient(circle at center, rgba(65, 34, 54, 0) 0%, rgba(63, 39, 54, 0.36) 24%, #402436 66%, #412236 100%);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  background-size: 60rem auto;
  opacity: 1;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-blend-mode: darken;
}
.s-about-promo:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0%;
  background-size: 60rem auto;
  opacity: 0.7;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-image: url(../img/common/ornament.svg);
  background-blend-mode: darken;
}
.s-about-promo .container {
  position: relative;
  z-index: 3;
}
.s-about-promo__article {
  max-width: 42rem;
  font-size: 2.4rem;
}
.s-about-promo__article p {
  font-size: 100%;
  line-height: 1.44;
}
.s-about-promo__article p:not(:last-of-type) {
  margin-bottom: 5rem;
}
.s-about-promo__title {
  font-size: 8rem;
  color: #41beb8 !important;
}
.s-about-promo__article-links ul {
  display: flex;
  flex-wrap: wrap;
}
.s-about-promo__article-links ul li {
  padding: 1rem 1rem 0;
  flex: 1 1 50%;
}
.s-about-promo__article-links ul li a {
  display: block;
  text-align: center;
  border-top: 1px solid #d2af9a;
  padding: 1rem;
  transition: all 0.3s;
}
.s-about-promo__article-links ul li a:hover {
  color: #d2af9a;
}
@media (max-width: 575.98px) {
  .s-about-promo {
    text-align: center;
  }
  .s-about-promo__article {
    margin-left: auto;
    margin-right: auto;
  }
}

.s-catalog__sidebar {
  padding-top: 1rem;
}
.s-catalog__content-slider .slider-itm {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (max-width: 575.98px) {
  .s-catalog__sidebar {
    margin-top: 4rem;
  }
}

.b-box-special {
  position: relative;
  padding: 2.5rem;
  border: solid 1px rgba(0, 0, 0, 0.3);
  background-color: rgba(255, 255, 255, 0.3);
}
.b-box-special__header {
  padding-top: 2rem;
}
.b-box-special__body {
  padding-left: 8%;
  padding-right: 8%;
}
.b-box-special__img {
  margin-top: 2rem;
}
.b-box-special__footer {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.b-box-special__txt {
  margin-top: 2rem;
  font-size: 2rem;
  color: #412236;
}
.b-box-special__txt p {
  font-size: 100%;
}
.b-box-special__title {
  font-size: 3rem;
  color: #412236;
  margin-bottom: 0.5rem;
}
.b-box-special__subtitle {
  font-size: 2.7rem;
  color: #41beb8;
}
.b-box-special__price {
  margin-bottom: 1.6rem;
  color: #878787;
  font-size: 2.7rem;
}
.b-box-special__price [class*=price] {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1.5rem;
  margin-top: 1.5rem;
}
.b-box-special__price .price {
  font-size: 118%;
  color: #41beb8;
}
.b-box-special__price .price-old {
  text-decoration: line-through;
}
.b-box-special .btn, .b-box-special .button, .b-box-special .btn-product {
  font-size: 2.1rem;
  min-width: 18rem;
}

.s-article-promo__article {
  font-size: 2.4rem;
  color: #5c5c5c;
}
.s-article-promo__article p {
  line-height: 1.33;
  font-size: 100%;
}
.s-article-promo__article-links {
  font-size: 0;
  margin-top: 3rem;
}
.s-article-promo__article-links ul {
  margin-left: -3rem;
  margin-right: -2.5rem;
}
.s-article-promo__article-links li {
  padding: 1rem 1.5rem;
  display: inline-block;
}
.s-article-promo__article-links li a {
  font-size: 2.4rem;
  color: #41beb8;
  display: inline-block;
}
.s-article-promo__article-links li a:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: #654b5c;
  margin-top: 1rem;
}
.s-article-promo__article-links li a:hover {
  color: #654b5c;
}

.s-breadcrumb {
  padding-bottom: 4rem;
}

.b-breadcrumb {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  margin-bottom: 1rem;
}
.b-breadcrumb__list {
  font-size: 0;
  font-family: "Alef", sans-serif;
  color: #41beb8;
}
.b-breadcrumb__list li:not(:last-of-type):after {
  content: "/";
  margin-left: 4px;
  margin-right: 4px;
  display: inline-block;
  font-size: 1.8rem;
}
.b-breadcrumb__list a {
  color: #6b4634;
}
.b-breadcrumb__list a:hover {
  color: #41beb8;
}
.b-breadcrumb__list a, .b-breadcrumb__list span {
  font-size: 1.8rem;
}

.b-page-nav__link {
  font-size: 1rem;
  display: inline-block;
  text-align: center;
  color: #2c2f34;
  background: #f4f7f9;
  padding: 1rem;
}

.s-heading {
  position: relative;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}
.s-heading:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  display: block;
  max-width: calc(148rem - 60px);
  width: 100%;
  width: calc(100% - 60px);
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.19);
}
.s-heading .b-breadcrumb {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .s-content__content:not(.no-padding-right) {
    padding-right: 8.66%;
  }
}
.s-content__sidebar {
  position: relative;
}
.s-content__sidebar:before {
  content: "";
  position: absolute;
  left: -1.6rem;
  width: 1.6rem;
  height: 100%;
  top: 0;
  background: url(../img/common/frame-2v.svg) 0 0 repeat-y;
  background-size: 1.6rem auto;
}

.b-post-list .b-post {
  margin-bottom: 3rem;
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  font-size: 1.7rem;
}
.b-post-list .b-post__pic {
  flex: 0 0 24%;
  max-width: 24%;
  overflow: hidden;
}
.b-post-list .b-post__pic img {
  width: 100%;
  height: 100%;
  max-height: 170px;
}
.b-post-list .b-post__body {
  display: flex;
  flex-direction: column;
  flex: 0 0 76%;
  max-width: 76%;
  padding: 1.7rem 3rem;
  color: #4a4a4a;
}
.b-post-list .b-post__footer {
  margin-top: auto;
  padding-top: 2rem;
}
.b-post-list .b-post__title {
  font-size: 2.2rem;
  line-height: 1.55;
  margin-bottom: 1rem;
}
.b-post-list .b-post__title a {
  color: #412236;
}
.b-post-list .b-post__txt {
  font-size: 1.7rem;
  color: #4a4a4a;
}
.b-post-list .b-post__txt p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 100%;
  line-height: 1.35;
}
.b-post-list .b-post__link {
  font-size: 1.7rem;
  color: #33abd3;
  letter-spacing: 1.62px;
  display: inline-block;
  padding-top: 0.75rem;
  border-top: 1px solid currentColor;
}
.b-post-list .b-post__link:hover {
  color: #41beb8;
}

.subcategories-list > div {
  margin-bottom: 3rem;
}
.subcategories-list .b-cat-product {
  text-align: center;
  position: relative;
  height: 100%;
}
.subcategories-list .b-cat-product::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 16px;
  background: url("../img/common/frame-2.svg") no-repeat center top -4px;
}
.subcategories-list .b-cat-product__pic {
  padding: 10px;
  border: 1px solid #d8b088;
  border-bottom: 1px solid #fff;
}
.subcategories-list .b-cat-product__pic img {
  width: auto;
  max-width: 100%;
}
.subcategories-list .b-cat-product h3 {
  font-size: 24px;
  background: #d8b088;
  margin: 0;
  padding: 8px 10px;
  position: relative;
}
.subcategories-list .b-cat-product h3 a {
  color: #fff;
}

.b-post__preview .b-post__preview-date {
  float: left;
  padding: 0 10px;
  border-left: 1px solid #41beb8;
  border-right: 1px solid #41beb8;
}

.pagination {
  align-items: flex-end;
  margin-top: 40px;
}
.pagination .page-numbers:not(.dots) {
  margin: 0 3px;
  min-width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  line-height: 35px;
  line-height: 35px;
  background: #fff;
  padding: 0 10px;
}
.pagination .page-numbers:not(.dots):hover, .pagination .page-numbers:not(.dots).current {
  background-color: #d8b088;
  color: #fff;
}
.pagination .page-numbers:not(.dots).nav-next {
  margin-right: 20px;
}
.pagination .page-numbers:not(.dots).nav-next i {
  margin-right: 6px;
}
.pagination .page-numbers.dots {
  margin: 0 10px;
}
.pagination a {
  color: #5c5c5c;
  line-height: 26px;
  font-weight: 400;
  transition: all 0.3s;
}
.pagination a:hover {
  text-decoration: none;
}

.post-pagination {
  border-top: 1px solid #c4c4c4;
  margin-top: 40px;
  padding-top: 20px;
}
.post-pagination a span {
  display: block;
  font-size: 2rem;
  margin-bottom: 1.5rem;
  color: #5c5c5c;
}
.post-pagination a span i {
  font-size: 1.5rem;
  -webkit-text-stroke: 1px currentColor;
}
.post-pagination .previous-post-link a span i {
  margin-left: 6px;
}
.post-pagination .next-post-link {
  text-align: left;
}
.post-pagination .next-post-link a span i {
  margin-right: 6px;
}

.single-product .s-heading::after {
  content: none;
}

.s-product {
  padding-bottom: 6rem;
}
.s-product-row .product {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* Safari - Pre Flex Flow */
  -webkit-flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* MS - Pre Flex Flow */
  -ms-flex-direction: row;
  -ms-flex-wrap: wrap;
  /* Moz - Pre Flex Flow */
  -moz-flex-direction: row;
  -moz-flex-wrap: wrap;
  /* Flex Flow  */
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.s-product-row .product:before, .s-product-row .product:after {
  display: none;
}
.s-product-row .product .woocommerce-product-gallery {
  flex: 0 0 55%;
  max-width: 55%;
  width: 55%;
}
.s-product-row .product .summary {
  flex: 0 0 45%;
  max-width: 45%;
  width: 45%;
}
.s-product .woocommerce-tabs, .s-product .wc-tabs-wrapper {
  flex: 0 0 100%;
}
@media (max-width: 767.98px) {
  .s-product .product .woocommerce-product-gallery, .s-product .product .summary {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}

.img-zoom-lens {
  position: absolute;
  border: 1px solid #d4d4d4;
  /*set the size of the lens:*/
  width: 40px;
  height: 40px;
}

.single-product-zoom {
  border: 1px solid #d4d4d4;
  /*set the size of the result div:*/
  width: 300px;
  height: 300px;
}

.woocommerce-product-gallery {
  position: relative;
  display: flex;
}
.woocommerce-product-gallery__trigger {
  position: absolute;
}
.woocommerce-product-gallery .flex-viewport {
  order: 2;
  max-width: 74%;
  flex: 0 0 74%;
  overflow: hidden;
}
.woocommerce-product-gallery .flex-viewport .zoom-wrapper {
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  cursor: move;
}
.woocommerce-product-gallery .flex-viewport .zoom-wrapper .zoom-img {
  left: 0;
  pointer-events: none;
  position: relative;
  top: 0;
  -moz-user-select: none;
}
.woocommerce-product-gallery .flex-viewport .zoom-wrapper .tile {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding-bottom: 100%;
}
.woocommerce-product-gallery .flex-viewport .zoom-wrapper .photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
}
.woocommerce-product-gallery .flex-control-thumbs {
  order: 1;
  padding-left: 1.5rem;
  font-size: 0;
  width: 25.5%;
  max-width: 25.5%;
  flex: 0 0 25.5%;
}
.woocommerce-product-gallery .flex-control-thumbs #product-gallery-thumbs {
  height: 100%;
}
.woocommerce-product-gallery .flex-control-thumbs li {
  min-height: 140px;
  margin-bottom: 3px;
}
.woocommerce-product-gallery .flex-control-thumbs img {
  max-width: 100%;
  height: auto;
}
.woocommerce-product-gallery .flex-control-thumbs img.flex-active {
  border: solid 2px #41beb8;
}
.woocommerce-product-gallery__image .wp-post-image {
  max-width: 100%;
  height: auto;
}
.woocommerce-product-gallery__image img {
  max-width: 100%;
}
@media (max-width: 575.98px) {
  .woocommerce-product-gallery .flex-control-thumbs li {
    min-height: 60px;
  }
}

.woocommerce-product-details__short-description {
  margin-bottom: 3.5rem;
  margin-top: 3.5rem;
}

.product .summary {
  padding-right: 5rem;
  color: #2c2f34;
}
.product .summary p {
  font-size: 1.8rem;
  color: #2c2f34;
}
.product .summary p a {
  color: #41beb8;
}
.product .summary p a:hover {
  text-decoration: underline;
}
.product .summary .product_title, .product .summary .entry-title {
  font-size: 4.4rem;
  margin-bottom: 0.5rem;
}
.product .summary .price {
  font-size: 2.6rem;
  color: #5c5c5c;
}
.product .summary .price ins {
  text-decoration: none;
  margin-right: 1rem;
}
.product .summary .price del {
  color: rgba(92, 92, 92, 0.52);
}
.product form.cart:not(.variations_form) {
  display: flex;
}
.product form.cart .variations {
  margin-bottom: 3.5rem;
}
.product form.cart .variations tr {
  display: inline-block;
}
.product form.cart .variations tr + tr {
  margin-right: 1.7rem;
}
.product form.cart .quantity {
  display: inline-block;
}
.product form.cart .quantity label {
  display: none;
}
.product form.cart .quantity .qty {
  -webkit-appearance: none;
  text-align: center;
  width: 6.5rem;
  font-size: 3.6rem;
  color: #5c5c5c;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  border: 2px solid #41beb8;
  height: 100%;
}
.product .single_variation_wrap .screen-reader-text {
  display: none;
}
.product .single_variation_wrap .woocommerce-variation-add-to-cart, .product .single_variation_wrap .variations_button {
  display: flex;
  flex-wrap: wrap;
}
.product .single_variation_wrap .woocommerce-variation-add-to-cart input, .product .single_variation_wrap .variations_button input {
  flex: auto;
  margin-bottom: 0;
  height: 100%;
}
.product .reset_variations {
  margin-right: 1.5rem;
}
.product .button {
  font-size: 2.4rem;
}
@media (max-width: 767.98px) {
  .product .summary {
    padding-right: 0;
  }
}

.single-product div.product form.cart .quantity {
  margin-left: 0.875em;
}

.button {
  padding-left: 4rem;
  padding-right: 4rem;
}

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

.woocommerce-cart form.woocommerce-cart-form, .woocommerce-cart .woocommerce-checkout-review-order-table, .woocommerce-checkout form.woocommerce-cart-form, .woocommerce-checkout .woocommerce-checkout-review-order-table {
  width: 100%;
}
.woocommerce-cart form.woocommerce-cart-form .shop_table, .woocommerce-cart .woocommerce-checkout-review-order-table .shop_table, .woocommerce-checkout form.woocommerce-cart-form .shop_table, .woocommerce-checkout .woocommerce-checkout-review-order-table .shop_table {
  border: 0 none;
  width: 100%;
}
.woocommerce-cart form.woocommerce-cart-form .shop_table th, .woocommerce-cart .woocommerce-checkout-review-order-table .shop_table th, .woocommerce-checkout form.woocommerce-cart-form .shop_table th, .woocommerce-checkout .woocommerce-checkout-review-order-table .shop_table th {
  font-size: 22px;
  font-weight: 400;
  text-align: right;
  padding: 10px;
  border-bottom: 1px solid #878787;
}
.woocommerce-cart form.woocommerce-cart-form .shop_table tr td, .woocommerce-cart .woocommerce-checkout-review-order-table .shop_table tr td, .woocommerce-checkout form.woocommerce-cart-form .shop_table tr td, .woocommerce-checkout .woocommerce-checkout-review-order-table .shop_table tr td {
  border-bottom: 1px solid #878787;
  padding: 10px 0 10px 20px;
  line-height: 1.2em;
  vertical-align: middle;
}
.woocommerce-cart form.woocommerce-cart-form .shop_table tr td.product-thumbnail img, .woocommerce-cart .woocommerce-checkout-review-order-table .shop_table tr td.product-thumbnail img, .woocommerce-checkout form.woocommerce-cart-form .shop_table tr td.product-thumbnail img, .woocommerce-checkout .woocommerce-checkout-review-order-table .shop_table tr td.product-thumbnail img {
  max-width: 50px;
  height: auto;
}
.woocommerce-cart form.woocommerce-cart-form .shop_table tr td.product-name a, .woocommerce-cart .woocommerce-checkout-review-order-table .shop_table tr td.product-name a, .woocommerce-checkout form.woocommerce-cart-form .shop_table tr td.product-name a, .woocommerce-checkout .woocommerce-checkout-review-order-table .shop_table tr td.product-name a {
  font-size: 20px;
}
.woocommerce-cart form.woocommerce-cart-form .shop_table tr td.product-remove a, .woocommerce-cart .woocommerce-checkout-review-order-table .shop_table tr td.product-remove a, .woocommerce-checkout form.woocommerce-cart-form .shop_table tr td.product-remove a, .woocommerce-checkout .woocommerce-checkout-review-order-table .shop_table tr td.product-remove a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 42px;
  font-weight: 100;
  color: #df4663;
  text-align: center;
  text-decoration: none;
}
.woocommerce-cart form.woocommerce-cart-form .shop_table tr td.product-remove a:hover, .woocommerce-cart .woocommerce-checkout-review-order-table .shop_table tr td.product-remove a:hover, .woocommerce-checkout form.woocommerce-cart-form .shop_table tr td.product-remove a:hover, .woocommerce-checkout .woocommerce-checkout-review-order-table .shop_table tr td.product-remove a:hover {
  background-color: #df4663;
  color: #fff;
}
.woocommerce-cart form.woocommerce-cart-form .shop_table tr td.product-quantity label, .woocommerce-cart .woocommerce-checkout-review-order-table .shop_table tr td.product-quantity label, .woocommerce-checkout form.woocommerce-cart-form .shop_table tr td.product-quantity label, .woocommerce-checkout .woocommerce-checkout-review-order-table .shop_table tr td.product-quantity label {
  display: none;
}
.woocommerce-cart form.woocommerce-cart-form .shop_table tr td.product-quantity input[type=number], .woocommerce-cart .woocommerce-checkout-review-order-table .shop_table tr td.product-quantity input[type=number], .woocommerce-checkout form.woocommerce-cart-form .shop_table tr td.product-quantity input[type=number], .woocommerce-checkout .woocommerce-checkout-review-order-table .shop_table tr td.product-quantity input[type=number] {
  width: 50px;
  margin-bottom: 0;
}
.woocommerce-cart form.woocommerce-cart-form .shop_table tr td.actions, .woocommerce-cart .woocommerce-checkout-review-order-table .shop_table tr td.actions, .woocommerce-checkout form.woocommerce-cart-form .shop_table tr td.actions, .woocommerce-checkout .woocommerce-checkout-review-order-table .shop_table tr td.actions {
  border-bottom: 0 none;
  padding: 0;
  text-align: right;
  padding-top: 30px;
}
.woocommerce-cart form.woocommerce-cart-form .shop_table tr td.actions .coupon label, .woocommerce-cart .woocommerce-checkout-review-order-table .shop_table tr td.actions .coupon label, .woocommerce-checkout form.woocommerce-cart-form .shop_table tr td.actions .coupon label, .woocommerce-checkout .woocommerce-checkout-review-order-table .shop_table tr td.actions .coupon label {
  margin-left: 20px;
}
.woocommerce-cart form.woocommerce-cart-form .shop_table tr td.actions .coupon .input-text, .woocommerce-cart .woocommerce-checkout-review-order-table .shop_table tr td.actions .coupon .input-text, .woocommerce-checkout form.woocommerce-cart-form .shop_table tr td.actions .coupon .input-text, .woocommerce-checkout .woocommerce-checkout-review-order-table .shop_table tr td.actions .coupon .input-text {
  width: 280px;
  border-radius: 25px;
  padding: 6px 15px 5px;
  margin-left: 10px;
  margin-bottom: 0;
}
.woocommerce-cart .cart-collaterals, .woocommerce-cart .order-review-wrp, .woocommerce-checkout .cart-collaterals, .woocommerce-checkout .order-review-wrp {
  position: relative;
  padding: 2.5rem;
  border: solid 1px rgba(0, 0, 0, 0.3);
  background-color: rgba(255, 255, 255, 0.3);
}
.woocommerce-cart .cart-collaterals .cart_totals, .woocommerce-cart .cart-collaterals #order_review, .woocommerce-cart .order-review-wrp .cart_totals, .woocommerce-cart .order-review-wrp #order_review, .woocommerce-checkout .cart-collaterals .cart_totals, .woocommerce-checkout .cart-collaterals #order_review, .woocommerce-checkout .order-review-wrp .cart_totals, .woocommerce-checkout .order-review-wrp #order_review {
  float: none;
  width: auto;
}
.woocommerce-cart .cart-collaterals .cart_totals .shop_table, .woocommerce-cart .cart-collaterals #order_review .shop_table, .woocommerce-cart .order-review-wrp .cart_totals .shop_table, .woocommerce-cart .order-review-wrp #order_review .shop_table, .woocommerce-checkout .cart-collaterals .cart_totals .shop_table, .woocommerce-checkout .cart-collaterals #order_review .shop_table, .woocommerce-checkout .order-review-wrp .cart_totals .shop_table, .woocommerce-checkout .order-review-wrp #order_review .shop_table {
  border: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals .shop_table th, .woocommerce-cart .cart-collaterals .cart_totals .shop_table td, .woocommerce-cart .cart-collaterals #order_review .shop_table th, .woocommerce-cart .cart-collaterals #order_review .shop_table td, .woocommerce-cart .order-review-wrp .cart_totals .shop_table th, .woocommerce-cart .order-review-wrp .cart_totals .shop_table td, .woocommerce-cart .order-review-wrp #order_review .shop_table th, .woocommerce-cart .order-review-wrp #order_review .shop_table td, .woocommerce-checkout .cart-collaterals .cart_totals .shop_table th, .woocommerce-checkout .cart-collaterals .cart_totals .shop_table td, .woocommerce-checkout .cart-collaterals #order_review .shop_table th, .woocommerce-checkout .cart-collaterals #order_review .shop_table td, .woocommerce-checkout .order-review-wrp .cart_totals .shop_table th, .woocommerce-checkout .order-review-wrp .cart_totals .shop_table td, .woocommerce-checkout .order-review-wrp #order_review .shop_table th, .woocommerce-checkout .order-review-wrp #order_review .shop_table td {
  padding-bottom: 15px;
  padding-left: 15px;
}
.woocommerce-cart .cart-collaterals .cart_totals .shop_table th, .woocommerce-cart .cart-collaterals #order_review .shop_table th, .woocommerce-cart .order-review-wrp .cart_totals .shop_table th, .woocommerce-cart .order-review-wrp #order_review .shop_table th, .woocommerce-checkout .cart-collaterals .cart_totals .shop_table th, .woocommerce-checkout .cart-collaterals #order_review .shop_table th, .woocommerce-checkout .order-review-wrp .cart_totals .shop_table th, .woocommerce-checkout .order-review-wrp #order_review .shop_table th {
  padding-right: 0;
  width: 100px;
  padding-left: 15px;
  text-align: right;
  font-weight: 600;
}
.woocommerce-cart .cart-collaterals .cart_totals ul#shipping_method li input, .woocommerce-cart .cart-collaterals #order_review ul#shipping_method li input, .woocommerce-cart .order-review-wrp .cart_totals ul#shipping_method li input, .woocommerce-cart .order-review-wrp #order_review ul#shipping_method li input, .woocommerce-checkout .cart-collaterals .cart_totals ul#shipping_method li input, .woocommerce-checkout .cart-collaterals #order_review ul#shipping_method li input, .woocommerce-checkout .order-review-wrp .cart_totals ul#shipping_method li input, .woocommerce-checkout .order-review-wrp #order_review ul#shipping_method li input {
  vertical-align: middle;
}
.woocommerce-cart .cart-collaterals h2, .woocommerce-cart .order-review-wrp h2, .woocommerce-checkout .cart-collaterals h2, .woocommerce-checkout .order-review-wrp h2 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 400;
}
.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a, .woocommerce-cart .order-review-wrp .wc-proceed-to-checkout a, .woocommerce-checkout .cart-collaterals .wc-proceed-to-checkout a, .woocommerce-checkout .order-review-wrp .wc-proceed-to-checkout a {
  background-color: #41beb8;
  color: #fff;
  font-size: 24px;
  line-height: 45px;
  padding: 0;
  width: 100%;
}
.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a:hover, .woocommerce-cart .order-review-wrp .wc-proceed-to-checkout a:hover, .woocommerce-checkout .cart-collaterals .wc-proceed-to-checkout a:hover, .woocommerce-checkout .order-review-wrp .wc-proceed-to-checkout a:hover {
  background: #032e55;
}
.woocommerce-cart .cart-collaterals .coupon label, .woocommerce-cart .cart-collaterals .coupon button, .woocommerce-cart .order-review-wrp .coupon label, .woocommerce-cart .order-review-wrp .coupon button, .woocommerce-checkout .cart-collaterals .coupon label, .woocommerce-checkout .cart-collaterals .coupon button, .woocommerce-checkout .order-review-wrp .coupon label, .woocommerce-checkout .order-review-wrp .coupon button {
  display: block;
}
.woocommerce-cart .cart-collaterals .coupon label, .woocommerce-cart .order-review-wrp .coupon label, .woocommerce-checkout .cart-collaterals .coupon label, .woocommerce-checkout .order-review-wrp .coupon label {
  font-size: 16px;
  font-weight: 600;
  border-bottom: 2px solid #ececec;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.woocommerce-cart .cart-collaterals .coupon input, .woocommerce-cart .order-review-wrp .coupon input, .woocommerce-checkout .cart-collaterals .coupon input, .woocommerce-checkout .order-review-wrp .coupon input {
  width: 100%;
  border: 1px solid #e7e8ea;
  color: #878787;
  line-height: 40px;
  padding: 0 12px;
  margin-bottom: 20px;
}
.woocommerce-cart .cart-collaterals .coupon input::-webkit-input-placeholder, .woocommerce-cart .order-review-wrp .coupon input::-webkit-input-placeholder, .woocommerce-checkout .cart-collaterals .coupon input::-webkit-input-placeholder, .woocommerce-checkout .order-review-wrp .coupon input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #5c5c5c;
}
.woocommerce-cart .cart-collaterals .coupon input::-moz-placeholder, .woocommerce-cart .order-review-wrp .coupon input::-moz-placeholder, .woocommerce-checkout .cart-collaterals .coupon input::-moz-placeholder, .woocommerce-checkout .order-review-wrp .coupon input::-moz-placeholder {
  /* Firefox 19+ */
  color: #5c5c5c;
}
.woocommerce-cart .cart-collaterals .coupon input:-ms-input-placeholder, .woocommerce-cart .order-review-wrp .coupon input:-ms-input-placeholder, .woocommerce-checkout .cart-collaterals .coupon input:-ms-input-placeholder, .woocommerce-checkout .order-review-wrp .coupon input:-ms-input-placeholder {
  /* IE 10+ */
  color: #5c5c5c;
}
.woocommerce-cart .cart-collaterals .coupon input:-moz-placeholder, .woocommerce-cart .order-review-wrp .coupon input:-moz-placeholder, .woocommerce-checkout .cart-collaterals .coupon input:-moz-placeholder, .woocommerce-checkout .order-review-wrp .coupon input:-moz-placeholder {
  /* Firefox 18- */
  color: #5c5c5c;
}
.woocommerce-cart .actions button, .woocommerce-cart .actions .button, .woocommerce-checkout .actions button, .woocommerce-checkout .actions .button {
  font-size: 20px;
  border-radius: 25PX;
  background-color: #df4663;
  float: left;
  PADDING: 0 30px;
  height: 50px;
  line-height: 50px;
}
.woocommerce-cart .actions [name=update_cart], .woocommerce-checkout .actions [name=update_cart] {
  display: none;
}
.woocommerce-cart .actions .coupon .button, .woocommerce-checkout .actions .coupon .button {
  background-color: #5c5c5c;
  color: #fff;
  width: auto;
}
.woocommerce-cart > [role=alert], .woocommerce-checkout > [role=alert] {
  width: 100%;
}
.woocommerce-cart #place_order, .woocommerce-checkout #place_order {
  width: 100%;
  margin-top: 20px;
}
.woocommerce-cart .wc_payment_methods, .woocommerce-checkout .wc_payment_methods {
  border-bottom: 1px solid #aaa;
  border-top: 1px solid #aaa;
  padding: 20px 0;
  margin-bottom: 15px;
  list-style: none;
}
.woocommerce-cart .form-row label, .woocommerce-checkout .form-row label {
  display: block;
}
.woocommerce-cart .select-wrp.form-row .select2-selection, .woocommerce-checkout .select-wrp.form-row .select2-selection {
  display: block;
  border-radius: 0;
  height: 4.6rem;
}
.woocommerce-cart .select-wrp.form-row .select2-selection .select2-selection__rendered, .woocommerce-checkout .select-wrp.form-row .select2-selection .select2-selection__rendered {
  line-height: 4.6rem;
  padding: 0 2rem;
}
.woocommerce-cart .select-wrp.form-row .select2-selection .select2-selection__arrow, .woocommerce-checkout .select-wrp.form-row .select2-selection .select2-selection__arrow {
  display: none;
}
.woocommerce-cart .woocommerce-error, .woocommerce-checkout .woocommerce-error {
  color: #df4663;
}
.woocommerce-cart .woocommerce-form-coupon, .woocommerce-cart .woocommerce-form-login, .woocommerce-checkout .woocommerce-form-coupon, .woocommerce-checkout .woocommerce-form-login {
  text-align: center;
  margin-bottom: 30px;
  border: solid 1px rgba(0, 0, 0, 0.3);
  background-color: rgba(255, 255, 255, 0.3);
}
.woocommerce-cart .woocommerce-form-coupon > p:first-child, .woocommerce-cart .woocommerce-form-login > p:first-child, .woocommerce-checkout .woocommerce-form-coupon > p:first-child, .woocommerce-checkout .woocommerce-form-login > p:first-child {
  padding-top: 20px;
}
.woocommerce-cart .woocommerce-form-login > p, .woocommerce-checkout .woocommerce-form-login > p {
  padding: 0 30px;
}
@media (min-width: 768px) {
  .woocommerce-cart form.woocommerce-cart-form, .woocommerce-checkout form.woocommerce-cart-form {
    flex: 1 1 70%;
    padding-left: 40px;
  }
  .woocommerce-cart .cart-collaterals, .woocommerce-checkout .cart-collaterals {
    flex: 1 1 30%;
  }
  .woocommerce-cart #customer_details, .woocommerce-checkout #customer_details {
    padding-left: 3rem;
  }
  .woocommerce-cart .woocommerce-billing-fields__field-wrapper, .woocommerce-cart .woocommerce-additional-fields__field-wrapper, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper, .woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
  .woocommerce-cart .woocommerce-form-coupon, .woocommerce-cart .woocommerce-form-login, .woocommerce-checkout .woocommerce-form-coupon, .woocommerce-checkout .woocommerce-form-login {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .woocommerce-cart .woocommerce-form-coupon .form-row-first, .woocommerce-cart .woocommerce-form-coupon .form-row-last, .woocommerce-cart .woocommerce-form-login .form-row-first, .woocommerce-cart .woocommerce-form-login .form-row-last, .woocommerce-checkout .woocommerce-form-coupon .form-row-first, .woocommerce-checkout .woocommerce-form-coupon .form-row-last, .woocommerce-checkout .woocommerce-form-login .form-row-first, .woocommerce-checkout .woocommerce-form-login .form-row-last {
    display: inline-block;
  }
  .woocommerce-cart .woocommerce-form-coupon .form-row-first button, .woocommerce-cart .woocommerce-form-coupon .form-row-last button, .woocommerce-cart .woocommerce-form-login .form-row-first button, .woocommerce-cart .woocommerce-form-login .form-row-last button, .woocommerce-checkout .woocommerce-form-coupon .form-row-first button, .woocommerce-checkout .woocommerce-form-coupon .form-row-last button, .woocommerce-checkout .woocommerce-form-login .form-row-first button, .woocommerce-checkout .woocommerce-form-login .form-row-last button {
    height: 4.6rem;
    padding: 0 2.4rem;
  }
  .woocommerce-cart .woocommerce-form-login .form-row-first, .woocommerce-cart .woocommerce-form-login .form-row-last, .woocommerce-checkout .woocommerce-form-login .form-row-first, .woocommerce-checkout .woocommerce-form-login .form-row-last {
    width: 48%;
  }
  .woocommerce-cart .woocommerce-form-login .form-row-first, .woocommerce-checkout .woocommerce-form-login .form-row-first {
    padding-left: 0;
  }
  .woocommerce-cart .woocommerce-form-login .form-row-last, .woocommerce-checkout .woocommerce-form-login .form-row-last {
    padding-right: 0;
  }
}
@media (max-width: 767.98px) {
  .woocommerce-cart #cart-page-head-info, .woocommerce-checkout #cart-page-head-info {
    padding: 10px 0;
  }
  .woocommerce-cart #cart-page-head-info > div, .woocommerce-checkout #cart-page-head-info > div {
    line-height: normal;
    padding: 10px 0;
    padding: 10px 0;
  }
  .woocommerce-cart #cart-page-head-info > div.delimiter, .woocommerce-checkout #cart-page-head-info > div.delimiter {
    display: none;
  }
  .woocommerce-cart .shop_table tr td.actions .coupon .input-text, .woocommerce-checkout .shop_table tr td.actions .coupon .input-text {
    width: 100%;
  }
  .woocommerce-cart .shop_table tr td.actions .coupon label, .woocommerce-checkout .shop_table tr td.actions .coupon label {
    display: block;
  }
}
.woocommerce-cart .woocommerce-form-coupon-toggle, .woocommerce-cart .checkout_coupon woocommerce-form-coupon, .woocommerce-cart .woocommerce-form-login-toggle, .woocommerce-checkout .woocommerce-form-coupon-toggle, .woocommerce-checkout .checkout_coupon woocommerce-form-coupon, .woocommerce-checkout .woocommerce-form-login-toggle {
  text-align: center;
}

.woocommerce-account .article > .woocommerce {
  display: flex;
  margin: 0 -15px;
}

#quantity-setter {
  border: 2px solid #41beb8;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: 5px;
}
#quantity-setter > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
#quantity-setter > div.current-number {
  -webkit-appearance: none;
  text-align: center;
  width: 3.5rem;
  font-size: 2.6rem;
  color: #5c5c5c;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: 100%;
}
#quantity-setter > div.setter {
  cursor: pointer;
  width: 2.5rem;
  font-size: 2.5rem;
  color: #41beb8;
}
#quantity-setter > div.setter.minus {
  border-left: 2px solid currentColor;
}
#quantity-setter > div.setter.plus {
  border-right: 2px solid currentColor;
}
#quantity-setter > div.setter:hover {
  background: #41beb8;
  color: #fff;
}
.shop_table.cart #quantity-setter {
  font-size: 14px;
  line-height: 28px;
}
.shop_table.cart #quantity-setter > div.current-number {
  font-size: 1.8rem;
}
#quantity-setter + div.quantity {
  display: none;
}

.woocommerce-info {
  margin-bottom: 30px;
}
