/* ------------------------------------------------------------ *\
  Vendor
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Generic
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
  SCSS Functions
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
* {
  padding: 0;
  margin: 0;
  outline: 0;
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: inherit;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main {
  display: block;
}
template {
  display: none;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-size-adjust: none;
}
img, iframe, video, audio, object {
  max-width: 100%;
}
img, iframe {
  border: 0 none;
}
img {
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
b, strong {
  font-weight: bold;
}
address {
  font-style: normal;
}
svg:not(:root) {
  overflow: hidden;
}
a, button, input[type="submit"], input[type="button"], input[type="reset"], input[type="file"], input[type="image"], label[for] {
  cursor: pointer;
}
a[href^="tel"], button[disabled], input[disabled], textarea[disabled], select[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea, a[href^="tel"] {
  appearance: none;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  appearance: none;
}
textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
button, select {
  text-transform: none;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
nav ul, nav ol {
  list-style: none outside none;
}
input::placeholder {
  color: inherit;
  opacity: 1;
}
textarea::placeholder {
  color: inherit;
  opacity: 1;
}
input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
input[type=text], input[type=button], input[type=tel], input[type=email], input[type=submit], input[type=date], input[type=search], textarea {
  appearance: none;
}
/* ------------------------------------------------------------ *\
    Fonts
\* ------------------------------------------------------------ */
/* open-sans-300 - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: url("/fonts/open-sans-v35-latin_latin-ext-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-300italic - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 300;
  src: url("/fonts/open-sans-v35-latin_latin-ext-300italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-regular - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/open-sans-v35-latin_latin-ext-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-italic - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  src: url("/fonts/open-sans-v35-latin_latin-ext-italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500 - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  src: url("/fonts/open-sans-v35-latin_latin-ext-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500italic - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 500;
  src: url("/fonts/open-sans-v35-latin_latin-ext-500italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600 - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("/fonts/open-sans-v35-latin_latin-ext-600.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600italic - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 600;
  src: url("/fonts/open-sans-v35-latin_latin-ext-600italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/open-sans-v35-latin_latin-ext-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700italic - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 700;
  src: url("/fonts/open-sans-v35-latin_latin-ext-700italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-800 - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  src: url("/fonts/open-sans-v35-latin_latin-ext-800.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-800italic - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 800;
  src: url("/fonts/open-sans-v35-latin_latin-ext-800italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
html {
  font-size: 10px;
}
body {
  min-width: 320px;
}
a {
  color: inherit;
  text-decoration: none;
  transition: color 0.4s, background 0.4s, border-color 0.4s, opacity 0.4s;
}
a:hover {
  text-decoration: none;
}
a[href^="tel"] {
  text-decoration: none;
}
button:focus {
  outline: none;
}
.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 {
  margin-bottom: calc(1.3em / 2);
  font-weight: 800;
}
.h1, h1 {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.36;
}
@media (max-width: 991px) {
  .h1, h1 {
    font-size: 34px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .h1, h1 {
    font-size: 28px;
  }
}
.h2, h2 {
  font-size: 34px;
}
@media (max-width: 991px) {
  .h2, h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .h2, h2 {
    font-size: 26px;
  }
}
.h3, h3 {
  font-size: 30px;
}
@media (max-width: 991px) {
  .h3, h3 {
    font-size: 26px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .h3, h3 {
    font-size: 22px;
  }
}
.h4, h4 {
  font-size: 24px;
}
@media (max-width: 991px) {
  .h4, h4 {
    font-size: 22px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .h4, h4 {
    font-size: 20px;
  }
}
.h5, h5 {
  font-size: 20px;
}
@media (max-width: 991px) {
  .h5, h5 {
    font-size: 20px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .h5, h5 {
    font-size: 18px;
  }
}
.h6, h6 {
  font-size: 1.8rem;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .h6, h6 {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .h6, h6 {
    font-size: 1.6rem;
  }
}
p, ul, ol, dl, hr, table, blockquote {
  margin-bottom: 3.3rem;
}
h1[class], h2[class], h3[class], h4[class], h5[class], h6[class], h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child, ul:last-child, ol:last-child, dl:last-child, table:last-child, blockquote:last-child, figure:last-child {
  margin-bottom: 0;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
/* ------------------------------------------------------------ *\
  Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after {
  content: "";
  line-height: 0;
  display: table;
  clear: both;
}
/* sr-only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/*  Notext  */
.notext {
  white-space: nowrap;
  text-indent: 100%;
  text-shadow: none;
  overflow: hidden;
}
.notext-old {
  font-size: 0;
  line-height: 0;
  text-indent: -4000px;
}
/*  Hidden  */
[hidden], .hidden {
  display: none;
}
/*  Disabled  */
[disabled], .disabled {
  cursor: default;
}
/*  Responsive Helpers  */
.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs-block {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 767.02px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
  .visible-sm-block {
    display: block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 991.02px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  .visible-md-block {
    display: block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1199.02px) {
  .hidden-lg {
    display: none !important;
  }
  .visible-lg-block {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
/* ------------------------------------------------------------ *\
	Title
\* ------------------------------------------------------------ */
.title {
  position: relative;
  padding-bottom: 12px;
  color: #000000;
  line-height: 1.35;
}
.title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 117px;
  height: 5px;
  background: #d4c192;
}
/* Title dark */
.title--dark {
  color: #000000;
}
.title--dark:after {
  background: #fff;
}
/* Title light */
.title--light {
  color: #fff;
}
.title--light:after {
  background: #d4c192;
}
/* Backgrounds */
.bg-gray {
  background: #E4EAEF;
}
/* Body fixed */
body.is-fixed {
  overflow: hidden;
}
/* ------------------------------------------------------------ *\
	Components
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 10px 10px;
  border-radius: 0;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  appearance: none;
}
.btn:hover {
  background-color: #373737;
  color: #fff;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .btn {
    font-size: 16px;
  }
}
/*  Btn block  */
.btn--block {
  display: block;
  padding-left: 0;
  padding-right: 0;
}
/* Btn icon */
.btn--icon {
  padding: 2px 45px 2px 20px;
  font-size: 0;
}
.btn--icon span {
  display: block;
  margin-left: 39px;
  font-size: 1.8rem;
}
/* Btn icon block */
.btn--icon-block {
  display: inline-block;
  height: auto;
  padding: 23px 10px;
}
.btn--icon-block span {
  display: block;
  margin: 10px 0 0;
  font-size: 12px;
}
/* ------------------------------------------------------------ *\
	Button delete
\* ------------------------------------------------------------ */
.btn-delete {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #999DA1;
  color: #fff;
}
.btn-delete:hover {
  background: #d4c192;
  color: #fff;
}
/* ------------------------------------------------------------ *\
	Button menu
\* ------------------------------------------------------------ */
.btn-menu {
  display: none;
  position: relative;
  width: 26px;
  height: 20px;
  font-size: 0;
  z-index: 5;
}
@media (max-width: 991px) {
  .btn-menu {
    display: block;
  }
}
.btn-menu span {
  display: block;
  height: 2px;
  top: 7px;
}
.btn-menu span:after, .btn-menu span:before {
  content: "";
}
.btn-menu span, .btn-menu span:after, .btn-menu span:before {
  position: absolute;
  left: 0;
  width: 26px;
  height: 3px;
  background: #d4c192;
  border-radius: 4px;
  transition: width 0.4s;
  transform-origin: 0 center;
}
.btn-menu span:before {
  top: -8px;
}
.btn-menu span:after {
  top: 8px;
}
.btn-menu.is-active span, .btn-menu.is-active span:after, .btn-menu.is-active span:before {
  width: 0;
}
.btn-menu.is-active span:before {
  transition-delay: 0.1s;
}
.btn-menu.is-active span {
  transition-delay: 0.2s;
}
.btn-menu.is-active span:after {
  transition-delay: 0.3s;
}
.btn-menu.is-active .btn__close:after, .btn-menu.is-active .btn__close:before {
  transition-delay: 0.5s;
}
.btn-menu.is-active .btn__close:before {
  transform: scale(1) rotate(45deg);
}
.btn-menu.is-active .btn__close:after {
  transform: scale(1) rotate(-45deg);
}
.btn-menu .btn__close:after, .btn-menu .btn__close:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #d4c192;
  border-radius: 4px;
  transition: transform 0.4s;
  transition-delay: 0s;
}
.btn-menu .btn__close:before {
  transform: scale(0) rotate(45deg);
}
.btn-menu .btn__close:after {
  transform: scale(0) rotate(-45deg);
}
/* ------------------------------------------------------------ *\
	Copyright
\* ------------------------------------------------------------ */
.copyright {
  font-weight: 700;
}
.copyright a {
  color: #9ED3FF;
}
.copyright a:hover {
  color: #d4c192;
}
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer {
  background: #373737;
  color: #fff;
  font-size: 14px;
}
.footer .footer__content {
  padding: 64px 0 57px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__content {
    padding: 40px 0;
  }
}
.footer .footer__content .container > .row {
  margin-bottom: -20px !important;
}
.footer .footer__content .container > .row > [class*="col"] {
  padding-bottom: 20px;
}
.footer .footer__title {
  margin-bottom: 34px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__title {
    margin-bottom: 16px;
  }
}
.footer .footer__logo {
  margin-bottom: 21px;
}
.footer .footer__logo a {
  max-width: 196px;
}
.footer .footer__address {
  line-height: 2;
  letter-spacing: 0.04em;
}
.footer .footer__inner {
  padding: 64px 0 46px;
  background: #d4c192;
  color: #fff;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__inner {
    padding: 40px 0;
  }
}
.footer .footer__inner .footer__title {
  margin-bottom: 42px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__inner .footer__title {
    margin-bottom: 16px;
  }
}
.footer .footer__payments {
  max-width: 320px;
}
.footer .footer__bar {
  padding: 20px 0;
}
.footer .footer__nav ul {
  list-style-type: none;
}
.footer .footer__nav a {
  display: block;
  font-size: 0;
}
.footer .footer__nav a:hover i {
  transform: translateX(2px) rotate(270deg);
}
.footer .footer__nav i {
  transform: translateX(0) rotate(270deg);
  transition: transform 0.4s;
}
.footer .footer__nav span {
  display: inline-block;
  margin-left: 15px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.01em;
  vertical-align: middle;
}
.footer .footer__nav li + li {
  margin-top: 25px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__nav li + li {
    margin-top: 16px;
  }
}
.footer .footer__about {
  display: flex;
  font-size: 12px;
  line-height: 1.45;
}
@media (max-width: 991px) {
  .footer .footer__about {
    display: block;
  }
}
.footer .footer__about-logo {
  max-width: 304px;
  flex: 0 0 304px;
}
.footer .footer__about-logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 37px 5px;
  background: #fff;
}
.footer .footer__about-logo a:hover {
  background: rgba(255, 255, 255, 0.8);
}
.footer .footer__about-aside {
  flex: 1 1 auto;
  padding-left: 17px;
}
@media (max-width: 991px) {
  .footer .footer__about-aside {
    padding: 0;
    margin-top: 20px;
  }
}
/* ------------------------------------------------------------ *\
	Form cart
\* ------------------------------------------------------------ */
.form-cart .form__head {
  border-bottom: 1px solid #E4EAEF;
}
.form-cart .form__head, .form-cart .form__body, .form-cart .form__actions {
  padding-bottom: 16px;
}
.form-cart .form__body, .form-cart .form__actions {
  padding-top: 32px;
}
.form-cart .form__title {
  margin-bottom: 17px;
}
.form-cart .form__actions {
  border-top: 1px solid #E4EAEF;
  text-align: right;
}
.form-cart .form__body {
  counter-reset: instruction;
}
.form-cart .form__group {
  max-width: 948px;
}
.form-cart .form__group + .form__group {
  margin-top: 32px;
}
.form-cart .form__group-title:before {
  counter-increment: instruction;
  content: counter(instruction) ". ";
}
.form-cart .form__group-title {
  margin-bottom: 25px;
}
.form-cart .form__group p:not(:last-child) {
  margin-bottom: 23px;
}
.form-cart .form__notice {
  display: block;
  font-size: 14px;
  color: #E36427;
}
.form-cart .form__btn {
  max-width: 412px;
  margin-left: auto;
}
/* ------------------------------------------------------------ *\
	List benefits
\* ------------------------------------------------------------ */
.list-benefits {
  align-items: center;
  margin-bottom: -16px !important;
  list-style-type: none;
}
.list-benefits li {
  padding-bottom: 16px;
}
.list-benefits a {
  display: flex;
  align-items: center;
  padding: 17px 16px;
  background: rgba(228, 234, 239, 0.3);
}
.list-benefits figure {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 40px;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  margin: 0;
  background: #d4c192;
  color: #fff;
}
.list-benefits span {
  flex: 1 1 auto;
  padding-left: 9px;
  font-size: 14px;
  font-weight: 700;
}
/* ------------------------------------------------------------ *\
	List bullets
\* ------------------------------------------------------------ */
.list-bullets {
  line-height: 1.7;
  list-style-type: none;
}
.list-bullets li {
  position: relative;
  padding-left: 16px;
}
.list-bullets li:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 1px;
  width: 5px;
  height: 5px;
  background: currentColor;
  border-radius: 50%;
}
/* ------------------------------------------------------------ *\
	List certificates
\* ------------------------------------------------------------ */
.list-certificates {
  margin-bottom: -16px !important;
  list-style-type: none;
}
.list-certificates li {
  padding-bottom: 16px;
}
.list-certificates a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border: 1px solid #CFD2D5;
  height: 143px;
}
.list-certificates a:hover {
  border-color: #d4c192;
}
/* ------------------------------------------------------------ *\
	List contacts
\* ------------------------------------------------------------ */
.list-contacts {
  list-style-type: none;
}
.list-contacts li, .list-contacts li > a {
  display: flex;
  align-items: center;
  font-size: 0;
}
.list-contacts span {
  font-size: 14px;
  font-weight: 700;
}
.list-contacts figure {
  min-width: 21px;
  margin: 0 10px 0 0;
}
.list-contacts span > a, .list-contacts a:not([href*="tel"]) > span {
  color: #9ED3FF;
  transition: color 0.4s;
}
.list-contacts span > a:hover, .list-contacts a:not([href*="tel"]):hover > span {
  color: #d4c192;
}
.list-contacts li + li {
  margin-top: 21px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-contacts li + li {
    margin-top: 15px;
  }
}
/* ------------------------------------------------------------ *\
	List instructions
\* ------------------------------------------------------------ */
.list-instructions {
  counter-reset: instruction;
  display: flex;
  margin: 0 -27px -27 !important;
  list-style-type: none;
}
.list-instructions li {
  padding: 0 27px 27px;
}
.list-instructions figure {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 30px 36px 16px;
  background: #E4EAEF;
}
@media (max-width: 1199px) {
  .list-instructions figure {
    padding: 30px 20px 15px;
  }
}
.list-instructions img {
  flex: 1 1 auto;
  margin: -45px -50px 0px 48px;
}
@media (max-width: 1199px) {
  .list-instructions img {
    margin: -45px -25px 0 25px;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .list-instructions figure {
    justify-content: space-between;
  }
  .list-instructions img {
    flex: 0 0 auto;
  }
}
.list-instructions figcaption {
  display: flex;
  align-items: center;
  margin: 32px -34px 0 -24px;
  font-size: 14px;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .list-instructions figcaption {
    margin: 30px -20px 0 -10px;
  }
}
.list-instructions figcaption.counted {
  display: flex;
  align-items: center;
  margin: 32px -34px 0 -61px;
  font-size: 14px;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .list-instructions figcaption.counted {
    margin: 30px -20px 0 -45px;
  }
}
.list-instructions figcaption.counted:before {
  counter-increment: instruction;
  content: "0" counter(instruction);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 49px;
  height: 48px;
  margin-right: 8px;
  background: #d4c192;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
/* ------------------------------------------------------------ *\
	List logos
\* ------------------------------------------------------------ */
.list-logos {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -8px -16px;
  list-style-type: none;
}
.list-logos li {
  flex: 0 0 auto;
  padding: 0 8px 16px;
}
/* ------------------------------------------------------------ *\
	List payment options
\* ------------------------------------------------------------ */
.list-payment-options {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -48px -24px !important;
  list-style-type: none;
}
@media (max-width: 1199px) {
  .list-payment-options {
    margin: 0 -20px -20px !important;
  }
}
@media (max-width: 991px) {
  .list-payment-options {
    margin: 0 -10px -10px !important;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-payment-options {
    margin: 0 -15px -10px !important;
  }
}
.list-payment-options li {
  flex: 0 0 auto;
  padding: 0 30px 24px;
}
@media (max-width: 1199px) {
  .list-payment-options li {
    padding: 0 20px 20px;
  }
}
@media (max-width: 991px) {
  .list-payment-options li {
    padding: 0 10px 10px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-payment-options li {
    padding: 0 15px 10px;
  }
}
.list-payment-options a {
  display: block;
}
.list-payment-options a:hover {
  opacity: 0.8;
}
/* ------------------------------------------------------------ *\
	List payments
\* ------------------------------------------------------------ */
.list-payments {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -8px -16px;
  list-style-type: none;
}
.list-payments li {
  max-width: 33.333367%;
  flex: 0 0 33.333367%;
  padding: 0 8px 16px;
}
.list-payments a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 11px;
  height: 64px;
  background: rgba(255, 255, 255, 0.8);
}
.list-payments a:hover {
  background: rgba(255, 255, 255, 0.6);
}
.list-payments figure {
  max-width: 100%;
  flex: 0 0 100%;
  margin: 0;
}
/* ------------------------------------------------------------ *\
	List product colors
\* ------------------------------------------------------------ */
.list-product-colors {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -8px -16px;
  list-style-type: none;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-product-colors {
    margin: 0 !important;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-product-colors .option-subline {
    max-width: 120px !important;
    font-size: 14px;
  }
}
.list-product-colors li {
  flex: 0 0 auto;
  padding: 0 8px 16px;
}
.list-product-colors li > * {
  padding: 0;
}
.list-product-colors input[type="radio"] + label {
  position: relative;
  padding: 0;
  width: 180px;
  height: 180px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-product-colors input[type="radio"] + label {
    height: 120px;
    width: 120px;
  }
}
.list-product-colors input[type="radio"] {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.list-product-colors input[type="radio"] + label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #BFA295;
  box-shadow: 0px 2px 8px 0 rgba(55, 55, 55, 0.2);
  border-radius: 0;
  opacity: 0;
  transition: opacity 0.4s;
}
.list-product-colors input[type="radio"]:checked + label:before {
  opacity: 1;
  border-color: #BFA295;
}
.list-product-colors input[type="radio"] + label:after {
  display: none;
}
/* ------------------------------------------------------------ *\
	List product sizes
\* ------------------------------------------------------------ */
.list-product-sizes {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -8px -16px;
  list-style-type: none;
}
.list-product-sizes li {
  flex: 0 0 auto;
  padding: 0 8px 16px;
}
.list-product-sizes li > * {
  padding: 0;
}
.list-product-sizes input[type="radio"] + label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 7px;
  border: 1px solid #CFD2D5;
  font-size: 1.8rem;
  color: rgba(55, 55, 55, 0.75);
  white-space: nowrap;
  transition: color 0.4s, border-color 0.4s;
}
.list-product-sizes input[type="radio"] {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.list-product-sizes input[type="radio"] + label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #d4c192;
  background: #fff;
  border-radius: 0;
  opacity: 0;
  z-index: -1;
  transition: 0.4s;
}
.list-product-sizes input[type="radio"]:checked + label {
  border-color: transparent;
  font-weight: inherit;
  color: #373737;
}
.list-product-sizes input[type="radio"]:checked + label:before {
  opacity: 1;
}
.list-product-sizes input[type="radio"] + label:after {
  display: none;
}
/* ------------------------------------------------------------ *\
	List products
\* ------------------------------------------------------------ */
.list-products {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -8px -16px;
  list-style-type: none;
}
.list-products li {
  max-width: 20%;
  flex: 0 0 20%;
  padding: 0 8px 16px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-products li {
    max-width: 25%;
    flex: 0 0 25%;
  }
}
.list-products figure {
  position: relative;
}
.list-products figure:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: unset;
  height: unset;
  border: 2px solid #d4c192;
  border-radius: 0;
  opacity: 0;
  transition: opacity 0.4s;
}
/* ------------------------------------------------------------ *\
	List radios
\* ------------------------------------------------------------ */
.list-radios {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -8px -8px !important;
  list-style-type: none;
}
.list-radios li {
  max-width: 50%;
  flex: 0 0 50%;
  padding: 0 8px 8px;
}
.list-radios li > div {
  padding-left: 0;
}
/* List radios logos */
.list-radios--logos input[type="radio"] + label {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  padding: 0;
  margin-left: 31px;
  background: #E4EAEF;
  border: 2px solid transparent;
  text-align: center;
  transition: border-color 0.4s, background 0.4s;
}
.list-radios--logos input[type="radio"]:checked + label {
  background: transparent;
  border-color: #d4c192;
}
.list-radios--logos input[type="radio"] + label span, .list-radios--logos input[type="radio"]:checked + label img {
  display: none;
}
.list-radios--logos input[type="radio"]:checked + label span, .list-radios--logos input[type="radio"] + label img {
  display: block;
}
.list-radios--logos input[type="radio"] + label:before {
  top: 50%;
  margin-top: -10px;
}
.list-radios--logos input[type="radio"] + label:after {
  top: 50%;
  margin-top: -5px;
}
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
.nav {
  display: block;
}
.nav ul {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 800;
}
@media (max-width: 991px) {
  .nav ul {
    display: block;
    font-size: 20px;
    text-align: right;
  }
}
.nav .is-current {
  color: #d4c192;
}
.nav li + li {
  margin-left: 33px;
}
@media (max-width: 1199px) {
  .nav li + li {
    margin-left: 11px;
  }
}
@media (max-width: 991px) {
  .nav li + li {
    margin: 20px 0 0;
  }
}
/* ------------------------------------------------------------ *\
	Product
\* ------------------------------------------------------------ */
.product .product__inner {
  display: flex;
}
@media (max-width: 991px) {
  .product .product__inner {
    display: block;
  }
}
.product .product__image {
  max-width: 518px;
  flex: 0 0 518px;
}
@media (max-width: 1199px) {
  .product .product__image {
    max-width: 480px;
    flex: 0 0 480px;
  }
}
@media (max-width: 991px) {
  .product .product__image {
    max-width: 100%;
  }
}
.product .product__content {
  flex: 1 1 auto;
  padding-left: 122px;
}
@media (max-width: 1199px) {
  .product .product__content {
    padding-left: 40px;
  }
}
@media (max-width: 991px) {
  .product .product__content {
    padding-left: 0;
    margin-top: 30px;
  }
}
.product .product__head {
  margin-bottom: 44px;
}
.product .product__title {
  font-weight: 400;
}
.product .product__price {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 45px;
}
.product .product__price > * {
  flex: 0 0 auto;
  margin: 0;
}
.product .product__price h1 {
  padding-right: 27px;
  font-weight: 700;
  line-height: 0.8;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .product .product__price h1 {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 10px;
  }
}
.product .product__price h4 {
  padding-right: 15px;
  color: #999DA1;
  line-height: 0.8;
  text-decoration: line-through;
}
.product .product__discount {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 3px;
  background: rgba(227, 100, 39, 0.2);
  border: 1px solid #E36427;
  border-radius: 1px;
  font-size: 14px;
  font-weight: 700;
  color: #E36427;
}
.product .product__details {
  margin-bottom: 18px;
}
.product .product__details-head {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.product .product__details-head h6 {
  margin: 0;
  padding-right: 9px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .product .product__details-head h6 {
    display: inline-block;
  }
}
.product .product__note {
  display: flex;
  align-items: flex-start;
  padding: 0 5px;
  margin-bottom: 32px;
  font-size: 0;
}
.product .product__note span {
  flex: 1 1 auto;
  display: inline-block;
  margin-left: 12px;
  color: #E36427;
  font-size: 14px;
  vertical-align: middle;
}
.product .product__note i {
  flex: 0 0 auto;
}
.product .product__actions {
  display: flex;
  align-items: center;
}
.product .product__actions:not(:last-child) {
  margin-bottom: 67px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .product .product__actions:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .product .product__actions.row > [class*="col"]:not(:last-of-type) {
    padding-bottom: 20px;
  }
}
.product .product__info {
  line-height: 1.75;
}
.product .product__info h6 {
  margin-bottom: 20px;
}
.product .product__info p:last-of-type {
  margin-bottom: 0;
}
/* Product small */
.product--sm .product__inner {
  display: flex;
}
.product--sm .product__image {
  max-width: 215px;
  flex: 0 0 215px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.product--sm .product__content {
  padding-left: 31px;
}
.product--sm .product__head {
  margin-bottom: 34px;
}
.product--sm .product__price {
  margin-bottom: 31px;
}
.product--sm .product__btn {
  width: 48px;
  height: 48px;
}
@media (max-width: 1199px) {
  .product--sm .product__image {
    max-width: 75px;
    flex: 0 0 75px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
  }
  .product--sm .product__content {
    margin-top: 0px !important;
  }
  .product__details-head {
    display: block !important;
  }
}
.product__info ul {
  margin-left: 25px;
}
/* ------------------------------------------------------------ *\
	Radio
\* ------------------------------------------------------------ */
input[type="radio"] {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
input[type="radio"] + label {
  padding-left: 27px;
  font-size: 14px;
  font-weight: 400;
  text-transform: initial;
}
input[type="radio"]:checked + label {
  font-weight: 700;
}
input[type="radio"] + label:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 6px;
  width: 10px;
  height: 10px;
  background: #d4c192;
  border-radius: 50%;
  transform: scale(0);
  transition: transform 0.4s;
}
input[type="radio"]:checked + label:after {
  transform: scale(1);
}
input[type="radio"] + label:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 1px;
  width: 20px;
  height: 20px;
  border: 2px solid #999DA1;
  border-radius: 50%;
  transition: border-color 0.4s;
}
input[type="radio"]:checked + label:before {
  border-color: #d4c192;
}
/* ------------------------------------------------------------ *\
	Section pluses
\* ------------------------------------------------------------ */
.section-pluses {
  padding: 86px 0 176px;
}
@media (max-width: 991px) {
  .section-pluses {
    padding: 80px 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-pluses {
    padding: 60px 0;
  }
}
.section-pluses .section__head {
  margin-bottom: 35px;
}
.section-pluses .section__body {
  line-height: 1.7;
}
.section-pluses .section__content {
  padding-top: 21px;
}
.section-pluses .section__image {
  padding-right: 112px;
}
@media (max-width: 1199px) {
  .section-pluses .section__image {
    padding: 0 90px;
  }
}
@media (max-width: 991px) {
  .section-pluses .section__image {
    padding: 0 46px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-pluses .section__image {
    margin-bottom: 50px;
  }
}
.section-pluses .section__image figure {
  position: relative;
  max-width: 368px;
  padding: 32px 31px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .section-pluses .section__image figure {
    max-width: 100%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-pluses .section__image figure {
    padding: 16px;
  }
}
.section-pluses .section__image figure:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 5px solid #d4c192;
  z-index: 1;
}
.section-pluses .section__image figure img {
  position: relative;
  z-index: 0;
}
.section-pluses .section__image figure img:nth-child(1) {
  position: absolute;
  top: 19%;
  left: -74px;
}
@media (max-width: 991px) {
  .section-pluses .section__image figure img:nth-child(1) {
    left: -30px;
  }
}
.section-pluses .section__image figure img:nth-child(2) {
  position: absolute;
  top: -4%;
  right: -75px;
}
@media (max-width: 991px) {
  .section-pluses .section__image figure img:nth-child(2) {
    right: -25px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-pluses .section__image figure img:nth-child(2) {
    top: -12%;
    right: -32px;
  }
}
.section-pluses .section__image figure img:nth-child(3) {
  margin: 0 0 -95px;
  z-index: 1;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-pluses .section__image figure img:nth-child(3) {
    margin-bottom: -70px;
  }
}
.section-pluses .section__actions {
  margin-top: 28px;
}
/* ------------------------------------------------------------ *\
	Section product
\* ------------------------------------------------------------ */
.section-product {
  position: relative;
}
.section-product:before {
  content: "";
  position: absolute;
  top: 0;
  left: 58%;
  bottom: 0;
  width: 100vw;
  background: #E4EAEF;
  z-index: -1;
}
.section-product .section__inner {
  position: relative;
  padding: 80px 0 60px;
}
@media (max-width: 991px) {
  .section-product .section__inner {
    padding: 40px 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-product .section__inner {
    padding: 10px 0 40px;
  }
}
.section-product .section__inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(25% + 6px);
  bottom: 0;
  right: 0;
  background: #E4EAEF;
  z-index: -1;
}
@media (max-width: 1199px) {
  .section-product .section__inner:before {
    left: 23%;
  }
}
@media (max-width: 991px) {
  .section-product .section__inner:before {
    left: 30%;
  }
}
/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */
.slider .slider__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: #d4c192;
  border: 0;
  color: #fff;
  transition: opacity 0.4s;
}
.slider .slider__arrow-prev {
  left: 0;
}
.slider .slider__arrow-prev i {
  transform: rotate(90deg);
}
.slider .slider__arrow-next {
  right: 0;
}
.slider .slider__arrow-next i {
  transform: rotate(270deg);
}
.slider .slider__arrow:disabled {
  opacity: 0.7;
  pointer-events: none;
}
/* ------------------------------------------------------------ *\
	Slider products
\* ------------------------------------------------------------ */
.slider-products .slider__slide-image {
  padding-bottom: 99.8%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.slider-products .slider__main {
  position: relative;
}
.slider-products .slider__arrow {
  position: absolute;
  top: 50%;
  display: block;
  padding: 36px 28px;
  margin-top: -50px;
  background: transparent;
  border: 0;
  color: #d4c192;
  transition: opacity 0.4s;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider-products .slider__arrow {
    padding: 36px 8px;
  }
}
.slider-products .slider__arrow:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.slider-products .slider__arrow-prev {
  left: 0;
}
.slider-products .slider__arrow-prev i {
  transform: rotate(90deg);
}
.slider-products .slider__arrow-next {
  right: 0;
}
.slider-products .slider__arrow-next i {
  transform: rotate(270deg);
}
.slider-products .slider__thumbnails {
  margin-top: 16px;
}
.slider-products .slider__thumbnails .tns-nav-active figure:before {
  opacity: 1;
}
/* ------------------------------------------------------------ *\
	Testimonial
\* ------------------------------------------------------------ */
.testimonial .testimonial__inner {
  display: flex;
  align-items: flex-start;
  padding: 72px 48px 57px;
}
@media (max-width: 991px) {
  .testimonial .testimonial__inner {
    align-items: initial;
    flex-direction: column;
  }
}
.testimonial .testimonial__image {
  max-width: 165px;
  flex: 0 0 165px;
  margin-top: -90px;
  border: 5px solid #d4c192;
}
.testimonial .testimonial__image-inner {
  padding-bottom: 113%;
  margin: -20px 11px 11px -21px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.testimonial .testimonial__content {
  flex: 1 1 auto;
  padding: 0 56px 0 108px;
  line-height: 1.75;
}
@media (max-width: 991px) {
  .testimonial .testimonial__content {
    max-width: 100%;
    padding: 50px 0 0;
  }
}
.testimonial blockquote {
  position: relative;
}
.testimonial blockquote:before, .testimonial blockquote:after {
  content: "";
  position: absolute;
  width: 83px;
  height: 68px;
  background-image: url("/themes/lagoon/images/ico-quote.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 991px) {
  .testimonial blockquote:before, .testimonial blockquote:after {
    width: 52px;
    height: 41px;
  }
}
.testimonial blockquote:before {
  bottom: 100%;
  right: 100%;
  margin: 0 18px -3px 0px;
}
@media (max-width: 991px) {
  .testimonial blockquote:before {
    right: auto;
    left: -45px;
    margin: 0;
  }
}
.testimonial blockquote:after {
  top: 100%;
  left: 100%;
  margin: -19px 0 0 12px;
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .testimonial blockquote:after {
    left: auto;
    right: -45px;
    margin: 0;
  }
}
.testimonial h6 {
  margin-bottom: 4px;
  color: #d4c192;
  font-weight: 700;
  text-transform: initial;
}
/* ------------------------------------------------------------ *\
	Overwrites
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Bootstrap overwrites
\* ------------------------------------------------------------ */
.form-group-quantity {
  position: relative;
  margin: 0;
}
.form-group-quantity input {
  height: 64px;
  padding: 6px 45px;
  font-size: 24px;
  text-align: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form-group-quantity input {
    height: 48px;
    font-size: 20px;
  }
}
.form-group-quantity .form-group__btn {
  position: absolute;
  top: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #999DA1;
  font-size: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form-group-quantity .form-group__btn {
    top: 13px;
  }
}
.form-group-quantity .form-group__btn--minus {
  left: 24px;
}
.form-group-quantity .form-group__btn--plus {
  right: 24px;
}
.form-group-quantity--sm input {
  max-width: 197px;
  height: 48px;
}
.form-group-quantity--sm .form-group__btn {
  top: 13px;
}
.btn-lg {
  display: flex;
  height: 64px;
  font-weight: 700;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .btn-lg {
    height: 48px;
    font-size: 20px;
  }
}
.btn-dark:hover {
  background: #d4c192;
  color: #fff;
}
label {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
label a {
  color: #d4c192;
  text-decoration: underline;
}
.form-control {
  height: 48px;
  padding: 5px 15px;
}
.form-row {
  align-items: center;
}
.form-row:not(:last-child) {
  margin-bottom: 11px;
}
textarea.form-control {
  height: 141px;
  resize: none;
}
.modal-footer {
  padding: 32px 0;
}
.modal-content {
  position: relative;
}
.modal-close {
  position: absolute;
  top: 10px;
  right: 16px;
  padding: 5px;
  background: transparent;
  border: 0;
  z-index: 5;
  transition: color 0.4s;
}
.modal-close:hover {
  color: #d4c192;
}
.modal-cart .modal-header {
  padding: 0;
}
.modal-cart .modal-body {
  padding: 16px 15px;
}
.form-check {
  padding-left: 0;
  text-align: left;
}
.form-check label {
  font-weight: 400;
}
.wrapper input[type="checkbox"]:checked + label:before {
  border-color: #d4c192;
  background: #d4c192;
}
.btn-primary {
  color: #fff;
  background-color: #d4c192;
  border-color: #d4c192;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #93793a;
  border-color: #93793a;
}
.btn-primary:focus, .btn-primary.focus {
  background-color: #d4c192;
  border-color: #d4c192;
}
.list-contacts span > a:hover, .list-contacts a:not([href*=tel]):hover > span, footer a:hover {
  color: #d4c192 !important;
  text-decoration: underline;
}
footer .title--light:after {
  background: #d4c192;
}
a:hover {
  color: #d4c192;
  text-decoration: underline;
}
.list-contacts span > a, .list-contacts a:not([href*="tel"]) > span {
  color: white;
  transition: color 0.4s;
}
body {
  color: #000000;
}
object > svg > path, path {
  fill: #fff;
}
.bg-gray, .list-instructions figure, .section-product:before, .section-product .section__inner:before, .header:before, .header .header__inner:before {
  background: #D1B6E4;
}
.header:before {
  bottom: 0;
}
.bg-light {
  background-color: #D1B6E4 !important;
}
.bg-odd {
  background-color: #000000;
}
.footer .footer__inner {
  background: #D1B6E4;
}
.list-certificates a img {
  max-height: 125px;
  width: auto;
}
.header__logo {
  min-height: 55px;
  max-height: 90px;
}
.header__logo img {
  max-height: 90px;
}
.header .header__nav:before {
  background: transparent;
}
.header .header__inner {
  border-bottom: 1px solid #fff;
  padding: 10px 0 10px;
}
.header .header__cart a {
  color: #d4c192;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form-row:not(:last-child) {
    margin-bottom: 0;
  }
  .main > .section-product, .header .container {
    background-color: #D1B6E4;
  }
}
.disbaled-link {
  cursor: initial;
}
.disbaled-link:hover {
  text-decoration: none;
}
table {
  border: 0 !important;
}
table tr {
  border-bottom: 1px solid #fff;
}
table tr td {
  padding: 5px;
}
.modal-open .modal {
  z-index: 999999;
}
.list-product-sizes input[type="radio"]:checked + label {
  border-color: transparent;
  font-weight: inherit;
  background: #d4c192;
  color: #fff;
}
.tax-info {
  font-size: 14px;
}
label.is-invalid {
  color: #dc3545;
}
