@import "../fonts/stylesheet.css";
@import "../fonts/font-awesome.min.css";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;600;700&family=Open+Sans:wght@400;500;600&display=swap");
.feature-poster ul li > section > div > section > div, .feature-poster ul li > section > div p, header .top-bar {
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

.feature-poster ul li > section > div h3 a, .home-banner > div .swiper-wrapper .swiper-slide > div h2, .home-banner > div .swiper-wrapper .swiper-slide > div h1, .inner-banner .wrapper h1, .inner-banner .wrapper h3, footer .footer-top .wrapper > section > div > div h4 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
}

.btn-arrow {
  font-family: "Korolev Medium", sans-serif;
  font-weight: 500;
}

h6 {
  font-family: "Korolev W01 Light", sans-serif;
  font-weight: 300;
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
  padding: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 0;
  padding: 0;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

h1 {
  font-family: "Lato", sans-serif;
  font-size: 4.5rem;
  line-height: 4.5rem;
  padding-bottom: 2rem;
}
@media all and (max-width: 768px) {
  h1 {
    font-size: 4rem;
    line-height: 4rem;
  }
}

h2 {
  font-family: "Lato", sans-serif;
  font-size: 4rem;
  line-height: 4.5rem;
  padding-bottom: 2rem;
}
@media all and (max-width: 768px) {
  h2 {
    font-size: 3.25rem;
    line-height: 3.5rem;
  }
}

h3 {
  font-family: "Lato", sans-serif;
  font-size: 2.5rem;
  line-height: 3.5rem;
  padding-bottom: 2rem;
}
@media all and (max-width: 768px) {
  h3 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}

h4,
h5 {
  font-family: "Lato", sans-serif;
  font-size: 1.8rem;
  padding-bottom: 1.5rem;
  font-weight: 500;
}
@media all and (max-width: 768px) {
  h4,
h5 {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
}

h6 {
  font-size: 1.8rem;
  line-height: 2.5rem;
  padding-bottom: 1rem;
}

p {
  padding-bottom: 1.5rem;
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-weight: 400;
  color: #666;
}
@media all and (max-width: 768px) {
  p {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}
p:last-child {
  padding-bottom: 0;
}

/*
.div {
  @include grid(100, 10px,"flx", 4, 1024, 3, 768, 2, 520, 1);
}
*/
/*
.div {
  @include gridTwoColOdd(100, 20px, "flx", 40, 60, 900, 50, 768, 100 );
}
*/
footer .footer-top .wrapper > section > div {
  display: flex;
}

footer .footer-top .wrapper > section > div {
  flex-wrap: wrap;
}

.social-links > a span:before, .custom-select:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.product-page .wrapper > section.product-details .qty-control a, .product-page .wrapper > section .faq-block article div, .product-page .wrapper > section .faq-block article h6:after, .social-links > a span, .social-links > a:after, .overlay, .titleLine.blk:after, .titleLine.white:after, .titleLine, .btn-arrow.ppl:after, .btn-arrow.white:after, .btn-arrow:after, footer .footer-top .wrapper > section ul li a, footer .footer-top div p a, footer .footer-bottom .wrapper > section a, header .wrapper aside .top-nav > ul > li > a:before,
header .wrapper aside .menu-primary-menu-container > ul > li > a:before, header .wrapper aside .top-nav > ul > li,
header .wrapper aside .menu-primary-menu-container > ul > li, header .wrapper aside .mobile-trigger a span, header .wrapper .logo a img, header .wrapper .logo a, header, .custom-checkbox label:after, .woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce-form-login .woocommerce-Button,
.woocommerce-ResetPassword .woocommerce-form-login__submit,
.woocommerce-ResetPassword .woocommerce-Button, .btn, .form-group .form-element input[type=submit], .btn-arrow, .btn-outline, .btn-fill, .line:after {
  transition: all 0.6s ease;
}

.line {
  position: relative;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
.line:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 12rem;
  height: 3px;
  background-color: #fff;
}
@media all and (max-width: 768px) {
  .line:after {
    left: 50%;
    transform: translateX(-50%);
  }
}

.home-about-block {
  padding: 7rem 0;
}
@media all and (max-width: 520px) {
  .home-about-block {
    padding: 3rem 0;
  }
}

.woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce-form-login .woocommerce-Button,
.woocommerce-ResetPassword .woocommerce-form-login__submit,
.woocommerce-ResetPassword .woocommerce-Button, .btn, .form-group .form-element input[type=submit], .btn-arrow, .btn-outline, .btn-fill {
  line-height: 6rem;
  height: 6rem;
  font-size: 1.3rem;
  padding: 0 3.5rem;
  display: inline-block;
  outline: none;
  background-color: #fff;
  border-radius: 5px;
  font-weight: 600;
  text-transform: uppercase;
}
.woocommerce-form-login .woocommerce-form-login__submit:hover,
.woocommerce-form-login .woocommerce-Button:hover,
.woocommerce-ResetPassword .woocommerce-form-login__submit:hover,
.woocommerce-ResetPassword .woocommerce-Button:hover, .btn:hover, .form-group .form-element input[type=submit]:hover, .btn-arrow:hover, .btn-outline:hover, .btn-fill:hover {
  background-color: #73688f !important;
  color: #fff !important;
}

.custom-checkbox input[type=checkbox] {
  display: none;
}
.custom-checkbox label {
  cursor: pointer;
  position: relative;
  padding-left: 40px;
}
.custom-checkbox label:before {
  content: "";
  width: 22px;
  height: 22px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
}
.custom-checkbox label:after {
  content: "";
  width: 14px;
  height: 14px;
  background-image: url(../images/ico-check.png);
  background-repeat: no-repeat;
  background-size: 14px 14px;
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%) scale(1.2);
  opacity: 0;
}
.custom-checkbox input[type=checkbox]:checked + label:after {
  transform: translate(-50% 50%) scale(1);
  opacity: 1;
}

.custom-radio input[type=radio] {
  display: none;
}
.custom-radio label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
}
.custom-radio label:before {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 100%;
  position: absolute;
  left: 0;
}
.custom-radio label:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translate(-50%, -70%) scale(1.2);
  opacity: 0;
}
.custom-radio input[type=radio]:checked + label:after {
  transform: translate(-50% 0) scale(1);
  opacity: 1;
}

.custom-select {
  position: relative;
  display: block;
  width: 100%;
}
.custom-select:before {
  content: "";
  left: 0;
  right: 0;
  height: 4rem;
  position: absolute;
}
.custom-select:after {
  content: "\f078";
  width: 0;
  height: 0;
  position: absolute;
  right: 25px;
  top: 14px;
  z-index: 0;
}
.custom-select select {
  width: 100%;
  background-color: transparent;
  border: 1px solid #fff;
  padding: 0 3rem 0 1.5rem;
  border-radius: 0px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  margin-bottom: 1.5rem;
  height: 4rem;
  position: relative;
  z-index: 1;
}
.custom-select select::-ms-expand {
  display: none;
}

.shipping-calculator-form .input-text, .woocommerce-form-login .woocommerce-Input--text,
.woocommerce-ResetPassword .woocommerce-Input--text, .select2-container--default .select2-selection--single, #customer_details input,
#customer_details textarea, .form-group .form-element textarea, .form-group .form-element input[type=text],
.form-group .form-element input[type=email],
.form-group .form-element input[type=tel],
.form-group .form-element input[type=password], textarea, tel,
email {
  background-color: transparent;
  padding: 1rem 1.5rem;
  border-radius: 5px;
  -webkit-appearance: none;
  outline: none;
  border: 1px solid #a8a1ba;
  line-height: 54px;
  height: 54px;
  background-color: #fff;
  font-size: 1.5rem;
  outline: none;
}
.shipping-calculator-form .input-text:focus, .woocommerce-form-login .woocommerce-Input--text:focus,
.woocommerce-ResetPassword .woocommerce-Input--text:focus, .select2-container--default .select2-selection--single:focus, #customer_details input:focus,
#customer_details textarea:focus, .form-group .form-element textarea:focus, .form-group .form-element input[type=text]:focus,
.form-group .form-element input[type=email]:focus,
.form-group .form-element input[type=tel]:focus,
.form-group .form-element input[type=password]:focus, textarea:focus, tel:focus,
email:focus {
  background-color: #fff;
}

textarea {
  line-height: 20px !important;
  width: 100%;
  padding: 1.5rem 1.75rem !important;
  resize: none;
}

.form-group .form-element select {
  border-radius: 5px;
  padding: 0 45px 0 1.5rem;
  line-height: 54px;
  height: 54px;
  width: 100%;
  border: 0;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0;
  font-size: 1.5rem;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  background-image: url("../images/ico-drop.png");
  background-repeat: no-repeat;
  background-color: 98% 50%;
  background-position: 98% 50% !important;
  background-color: #fff;
}

.form-group .form-element {
  overflow: hidden;
}
.form-group .form-element input[type=submit] {
  border: 0;
  cursor: pointer;
  font-weight: 500;
}
.form-group .form-action {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 10px 0 50px;
}
.form-group .form-action input[type=submit] {
  margin: 0 0 0 10px;
}
.form-group .form-more-action {
  display: flex;
  flex-wrap: wrap;
}
.form-group .form-more-action > div {
  flex: 0 0 50%;
}

html {
  overflow-x: hidden;
  letter-spacing: -0.5px;
}

* {
  box-sizing: border-box;
  outline: none;
  margin: 0;
  padding: 0;
}

/**
 * Basic styles for links
 */
a {
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
}
a:hover {
  color: #464646;
}

html {
  font-size: 10px;
}

html,
body {
  font-family: "Lato", sans-serif;
}

body {
  color: #333;
  line-height: 2rem;
  font-size: 1.5rem;
  background-color: #f8f7fb;
}

ol,
li {
  list-style: none;
}

ol {
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
}
ol li {
  padding-left: 0.5rem;
  padding-bottom: 0;
}

/**
 * Clear inner floats
 */
.wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
@media all and (max-width: 1240px) {
  .wrapper {
    padding: 0 20px;
  }
}

.shadow {
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
}

.a-Center {
  text-align: center !important;
}

.a-Right {
  text-align: right !important;
}

.p-T-2rem {
  padding-top: 2rem;
}

.clr-P {
  padding: 0 !important;
}

.h-100 {
  height: 100%;
}

.contact-page .col section, .afford .wrapper > aside, .afford .wrapper, footer .footer-top .wrapper > section, footer .footer-bottom .wrapper > section, .bredcrumb-block .wrapper > section {
  display: flex;
  flex-wrap: wrap;
}

.flex-7-3 {
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.flex-7-3 .col {
  padding: 0 10px;
}
@media all and (max-width: 1240px) {
  .flex-7-3 .col {
    flex: 0 0 100%;
  }
}
@media all and (max-width: 768px) {
  .flex-7-3 .col {
    flex: 0 0 100%;
  }
}
.flex-7-3 .col:first-child {
  flex: 0 0 70%;
  max-width: 70%;
  margin-bottom: 10px;
}
.flex-7-3 .col:first-child + .col {
  flex: 0 0 30%;
  max-width: 30%;
}

.flex-3-7 {
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.flex-3-7 .col {
  padding: 0 10px;
}
@media all and (max-width: 1240px) {
  .flex-3-7 .col {
    flex: 0 0 100%;
  }
}
@media all and (max-width: 768px) {
  .flex-3-7 .col {
    flex: 0 0 100%;
  }
}
.flex-3-7 .col:first-child {
  flex: 0 0 30%;
  max-width: 30%;
  margin-bottom: 10px;
}
.flex-3-7 .col:first-child + .col {
  flex: 0 0 70%;
  max-width: 70%;
}

.flex-6-4 {
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.flex-6-4 .col {
  padding: 0 10px;
}
@media all and (max-width: 900px) {
  .flex-6-4 .col {
    flex: 0 0 50%;
  }
}
@media all and (max-width: 768px) {
  .flex-6-4 .col {
    flex: 0 0 100%;
  }
}
.flex-6-4 .col:first-child {
  flex: 0 0 60%;
  max-width: 60%;
  margin-bottom: 10px;
}
.flex-6-4 .col:first-child + .col {
  flex: 0 0 40%;
  max-width: 40%;
}

.flex-5-5 {
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.flex-5-5 .col {
  padding: 0 10px;
}
@media all and (max-width: 900px) {
  .flex-5-5 .col {
    flex: 0 0 50%;
  }
}
@media all and (max-width: 768px) {
  .flex-5-5 .col {
    flex: 0 0 100%;
  }
}
.flex-5-5 .col:first-child {
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 10px;
}
.flex-5-5 .col:first-child + .col {
  flex: 0 0 50%;
  max-width: 50%;
}

.flex-4-6 {
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.flex-4-6 .col {
  padding: 0 10px;
}
@media all and (max-width: 1240px) {
  .flex-4-6 .col {
    flex: 0 0 50%;
  }
}
@media all and (max-width: 768px) {
  .flex-4-6 .col {
    flex: 0 0 100%;
  }
}
.flex-4-6 .col:first-child {
  flex: 0 0 40%;
  max-width: 40%;
  margin-bottom: 10px;
}
.flex-4-6 .col:first-child + .col {
  flex: 0 0 60%;
  max-width: 60%;
}

.two-columns {
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.two-columns .col {
  list-style: none;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 10px;
}
@media all and (max-width: 1024px) {
  .two-columns .col {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media all and (max-width: 768px) {
  .two-columns .col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media all and (max-width: 520px) {
  .two-columns .col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.err-block {
  padding-bottom: 20px;
}

.h-100 {
  height: 100%;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #464646 !important;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #464646 !important;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #464646 !important;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #464646 !important;
}

.bredcrumb-block .wrapper {
  overflow: visible;
}
.bredcrumb-block .wrapper > section > div {
  padding: 4rem 15% 4rem 0;
  flex: 1;
  display: flex;
}
@media all and (max-width: 1100px) {
  .bredcrumb-block .wrapper > section > div {
    padding: 4rem 0;
  }
}
@media all and (max-width: 980px) {
  .bredcrumb-block .wrapper > section > div {
    flex: 0 0 100%;
  }
}
@media all and (max-width: 840px) {
  .bredcrumb-block .wrapper > section > div {
    flex-direction: column;
    text-align: center;
    padding: 3rem 0 2rem !important;
  }
}
.bredcrumb-block .wrapper > section > div h2 {
  color: #222;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
@media all and (max-width: 1180px) {
  .bredcrumb-block .wrapper > section > div h2 {
    padding-bottom: 0rem;
  }
}
@media all and (max-width: 840px) {
  .bredcrumb-block .wrapper > section > div h2 {
    justify-content: center;
    padding-bottom: 1rem;
  }
}
.bredcrumb-block .wrapper > section > div div {
  padding-left: 3rem;
  border-left: 1px solid #949599;
  margin-left: 3rem;
  display: flex;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-bottom: 2rem;
  height: 80px;
}
.bredcrumb-block .wrapper > section > div div p {
  color: #333;
  font-family: "Korolev Bold", sans-serif;
  font-weight: 300;
  font-size: 1.9rem;
  color: #000119;
}
@media all and (max-width: 1180px) {
  .bredcrumb-block .wrapper > section > div div {
    padding-right: 3rem;
  }
}
@media all and (max-width: 980px) {
  .bredcrumb-block .wrapper > section > div div {
    padding-right: 0rem;
  }
}
@media all and (max-width: 840px) {
  .bredcrumb-block .wrapper > section > div div {
    padding-left: 0;
    border: 0;
    margin-left: 0;
    height: auto;
    padding-top: 0;
  }
}

@keyframes CustfadeInDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
  }
}
@keyframes hide {
  from {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translateY(1000px);
  }
}
header {
  left: 0;
  right: 0;
  z-index: 11;
  background-color: #fff;
}
header .top-bar {
  background-color: #73688f;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: 600;
}
header .top-bar .wrapper {
  display: block;
  text-align: center;
  padding: 1rem;
  letter-spacing: 0.5px;
}
@media all and (max-width: 480px) {
  header .top-bar {
    display: none;
  }
}
header .wrapper {
  display: flex;
  overflow: visible;
  flex-wrap: wrap;
  max-width: 1200px;
  justify-content: space-between;
  align-items: center;
}
header .wrapper .logo {
  flex: 0 0 100%;
  /**/
  display: flex;
  /**/
  justify-content: center;
  /**/
  padding: 4.5rem 0 3.5rem;
}
@media all and (max-width: 520px) {
  header .wrapper .logo {
    padding: 2.5rem 0 6rem;
  }
}
header .wrapper .logo a {
  display: block;
}
header .wrapper .logo a img {
  max-width: 100%;
}
@media all and (max-width: 520px) {
  header .wrapper .logo a {
    line-height: 0;
    height: 50px;
    display: flex;
    align-items: center;
  }
}
header .wrapper aside {
  flex: 0 0 100%;
  /**/
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 0 2.5rem;
}
@media all and (min-width: 521px) {
  header .wrapper aside {
    justify-content: center;
  }
}
@media all and (max-width: 520px) {
  header .wrapper aside {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1.5rem;
  }
}
header .wrapper aside .mobile-trigger {
  display: none;
  order: 3;
  padding-left: 2rem;
}
@media all and (max-width: 360px) {
  header .wrapper aside .mobile-trigger {
    padding-left: 1.5rem;
  }
}
header .wrapper aside .mobile-trigger a {
  width: 24px;
  height: 16px;
  position: relative;
  display: inline-block;
  top: 0;
}
header .wrapper aside .mobile-trigger a span {
  position: absolute;
  width: 24px;
  height: 3px;
  background-color: #000;
}
header .wrapper aside .mobile-trigger a span:first-child {
  top: 0;
}
header .wrapper aside .mobile-trigger a span:first-child + span {
  top: 6.5px;
}
header .wrapper aside .mobile-trigger a span:first-child + span + span {
  top: 12.5px;
}
header .wrapper aside .mobile-trigger a:hover span {
  background-color: #000;
}
@media all and (max-width: 520px) {
  header .wrapper aside .mobile-trigger a:hover span {
    background-color: #000;
  }
}
@media all and (max-width: 520px) {
  header .wrapper aside .mobile-trigger {
    display: inline-block;
    padding: 0 0.5rem 0 0;
    z-index: 15;
  }
}
header .wrapper aside .top-nav,
header .wrapper aside .menu-primary-menu-container {
  height: 100%;
}
header .wrapper aside .top-nav > ul,
header .wrapper aside .menu-primary-menu-container > ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  height: 100%;
  padding-right: 2rem;
}
header .wrapper aside .top-nav > ul > li,
header .wrapper aside .menu-primary-menu-container > ul > li {
  height: 100%;
}
header .wrapper aside .top-nav > ul > li > a,
header .wrapper aside .menu-primary-menu-container > ul > li > a {
  height: 100%;
  display: flex;
  align-items: center;
  color: #333;
  padding: 0 2rem;
  font-size: 1.5rem;
  font-weight: 400;
  position: relative;
  transition: color 0.3s ease;
}
header .wrapper aside .top-nav > ul > li > a:before,
header .wrapper aside .menu-primary-menu-container > ul > li > a:before {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  height: 1px;
  background-color: #73688f;
  display: block;
  bottom: -5px;
  width: auto;
  transform: scale(0);
}
header .wrapper aside .top-nav > ul > li > a:hover,
header .wrapper aside .menu-primary-menu-container > ul > li > a:hover {
  color: #73688f;
}
@media all and (max-width: 520px) {
  header .wrapper aside .top-nav > ul > li,
header .wrapper aside .menu-primary-menu-container > ul > li {
    padding-right: 1.5rem;
  }
}
header .wrapper aside .top-nav > ul > li .submenu,
header .wrapper aside .menu-primary-menu-container > ul > li .submenu {
  display: none;
}
@media all and (max-width: 520px) {
  header .wrapper aside .top-nav > ul,
header .wrapper aside .menu-primary-menu-container > ul {
    padding-right: 0;
    flex-direction: column;
    height: auto !important;
  }
  header .wrapper aside .top-nav > ul > a,
header .wrapper aside .menu-primary-menu-container > ul > a {
    padding: 1.25rem 1.5rem !important;
  }
}
@media all and (max-width: 520px) {
  header .wrapper aside .top-nav,
header .wrapper aside .menu-primary-menu-container {
    position: fixed;
    left: 150%;
    transition: all 0.3s ease;
    right: 0;
    top: 0;
    height: calc(100% - 0px);
    background-color: #73688f;
    z-index: 10;
    padding-top: 145px;
    bottom: 0;
  }
}
header .wrapper aside .main-nav {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 150%;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
header .wrapper aside .main-nav ul {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: auto !important;
  width: 100%;
  max-width: 400px;
  list-style: none;
}
header .wrapper aside .main-nav ul li {
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 0;
}
header .wrapper aside .main-nav ul li a {
  display: block;
  font-size: 25px;
  color: #fff !important;
  justify-content: center;
  border-bottom: 1px solid;
  padding: 2rem;
  transition: all 0.3s ease;
  font-weight: 300;
  text-transform: uppercase;
}
header .wrapper aside .main-nav ul li a:hover {
  color: #000 !important;
  transform: translateY(-1px);
}
header .wrapper aside .main-nav ul li:last-child a {
  border: none;
}
@media all and (max-width: 430px) {
  header .wrapper aside .main-nav ul {
    padding: 0 2rem;
  }
}
header .wrapper aside .ico-search {
  display: flex;
}
header .wrapper aside .ico-search a {
  text-transform: initial;
  color: #61e0fd;
}
header .wrapper aside .ico-search a:hover {
  color: #fff;
}
@media all and (min-width: 521px) {
  header .wrapper aside .ico-search {
    position: relative;
  }
}
@media all and (max-width: 520px) {
  header .wrapper aside .ico-search {
    margin-right: 2rem;
    position: relative;
    top: -3px;
  }
}
header .wrapper aside .user-info {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  display: flex;
}
@media all and (max-width: 1240px) {
  header .wrapper aside .user-info {
    right: 2rem;
    bottom: -4px;
  }
}
@media all and (max-width: 480px) {
  header .wrapper aside .user-info {
    transform: none;
    top: inherit;
    bottom: 1.8rem;
  }
}
header .wrapper aside .user-info .ico-user {
  padding-right: 3rem;
}
header .wrapper aside .user-info .ico-user > a {
  display: block;
  width: 20px;
  height: 22px;
  background: url(../images/ico-user.png) 0 0 no-repeat;
}
header .wrapper aside .user-info .ico-cart > a {
  display: block;
  height: 22px;
  background: url(../images/ico-cart.png) 0 0 no-repeat;
  padding-left: 25px;
  line-height: 22px;
}
header > .wrapper {
  height: calc(100% - 38px);
  position: relative;
}
@media all and (max-width: 520px) {
  header {
    top: 0;
  }
}

.current a,
.current_page_item > a {
  color: #73688f !important;
  position: relative;
}
.current a:before,
.current_page_item > a:before {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  height: 1px;
  background-color: #fff;
  display: block;
  bottom: 0;
  transform: scale(1) !important;
}

@media all and (min-width: 681px) {
  .submenu.mega {
    display: flex;
    flex-wrap: wrap;
  }
  .submenu.mega:before {
    left: 315px !important;
  }
  .submenu.mega > div {
    flex: 1;
  }
  .submenu.mega > div .column-2 {
    display: flex;
    flex-wrap: wrap;
  }
  .submenu.mega > div .column-2 > section {
    flex: 0 0 50%;
  }
  .submenu.mega > div .column-2 ul {
    margin: 0 0 20px 18px;
  }
  .submenu.mega > div .column-2 ul li {
    list-style: disc;
  }
  .submenu.mega > div .column-2 ul li::marker {
    color: #73688f;
  }
  .submenu.mega > div:last-child {
    flex: 0 0 275px;
  }
  .submenu.mega > div h4 {
    font-family: "Korolev Medium", sans-serif;
    font-size: 1.5rem;
    padding-bottom: 2.5rem;
    color: #292b33;
    position: relative;
  }
  .submenu.mega > div h4 a {
    color: #292b33;
  }
  .submenu.mega > div h4:before {
    width: 9rem;
    height: 3px;
    background-color: #73688f;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
  }
  .submenu.mega > div ul {
    list-style: none;
  }
  .submenu.mega > div ul li {
    padding-bottom: 1rem;
  }
  .submenu.mega > div ul li a {
    color: #666;
    font-size: 1.5rem;
    transition: all 0.3s ease;
  }
  .submenu.mega > div ul li a:hover {
    color: #73688f;
    padding-left: 0.25rem;
  }
}
@media all and (max-width: 520px) {
  .submenu.mega {
    flex-direction: revert !important;
  }
  .submenu.mega > div {
    flex: 0 0 100%;
    background-color: #000;
    padding: 0.5rem 1.5rem;
    text-transform: uppercase;
  }
  .submenu.mega > div figure img {
    width: 100%;
    max-width: initial;
  }
  .submenu.mega > div h4 {
    padding-left: 0;
    padding-bottom: 1rem;
  }
  .submenu.mega > div h4 a {
    padding: 0 !important;
    font-size: 1.5rem;
    display: block;
    color: #999;
  }
  .submenu.mega > div ul {
    list-style: none;
    padding-bottom: 1rem;
  }
  .submenu.mega > div ul li a {
    font-size: 1.3rem;
    background-color: #000;
    color: #666;
    padding: 0.75rem 1rem 0.75rem 3rem;
    display: block;
    transition: all 0.3s ease;
  }
  .submenu.mega > div ul li a:hover {
    padding-left: 3.5rem;
  }
}

.submenu.mega > div > section > ul {
  display: flex;
  flex-wrap: wrap;
}
.submenu.mega > div > section > ul > li {
  flex: 0 0 50%;
}
.submenu.mega > div > section > ul > li:last-of-type {
  padding-bottom: 0;
}
.submenu.mega > div > section > ul > li > a {
  font-size: 1.8rem;
  font-weight: 500;
  display: block;
  font-family: "Korolev Medium", sans-serif;
}
.submenu.mega > div > section > ul > li > a:hover {
  padding-left: 0;
}
.submenu.mega > div > section > ul > li > ul {
  padding: 1.5rem 0 0;
}
.submenu.mega > div > section > ul > li > ul > li {
  list-style: disc;
  margin: 0 0 0 20px;
}
.submenu.mega > div > section > ul > li > ul > li::marker {
  color: #73688f;
}
.submenu.mega > div > section > ul > li > ul > li a {
  color: #333;
}
.submenu.mega > div > section > ul > li > ul > li a:hover {
  color: #73688f;
}

footer {
  background-color: #3b3745;
}
footer .footer-bottom {
  padding: 0 0 3rem;
}
@media all and (max-width: 768px) {
  footer .footer-bottom {
    text-align: center;
    padding-bottom: 0;
    padding-top: 4rem;
  }
}
footer .footer-bottom .wrapper {
  overflow: visible;
  align-items: center;
  position: relative;
}
@media all and (max-width: 1240px) {
  footer .footer-bottom .wrapper {
    justify-content: center;
  }
}
footer .footer-bottom .wrapper .to-top {
  position: absolute;
  top: -2rem;
  right: 0;
  z-index: 1;
  border-radius: 100%;
  background-image: url("../images/top-arrow.gif");
  background-repeat: no-repeat;
  background-color: #f8f7fb;
  width: 4.8rem;
  height: 4.8rem;
  display: block;
  background-position: 50%;
  transition: transform 0.3s ease;
}
footer .footer-bottom .wrapper .to-top:hover {
  transform: translateY(-10px);
}
@media all and (max-width: 1240px) {
  footer .footer-bottom .wrapper .to-top {
    right: 2rem;
  }
}
@media all and (max-width: 768px) {
  footer .footer-bottom .wrapper .to-top {
    top: -8rem;
  }
}
footer .footer-bottom .wrapper > section {
  flex: 1;
  align-items: center;
  font-size: 1.5rem;
  position: relative;
}
@media all and (max-width: 1120px) {
  footer .footer-bottom .wrapper > section {
    padding-bottom: 3rem;
  }
}
footer .footer-bottom .wrapper > section > div {
  padding-right: 1.5rem;
  color: #fefefe;
  display: flex;
}
@media all and (max-width: 980px) {
  footer .footer-bottom .wrapper > section > div {
    flex-direction: column;
    /* flex: 0 0 100%; */
    width: 100%;
    text-align: center;
  }
}
footer .footer-bottom .wrapper > section > div > div {
  padding-left: 1rem;
}
footer .footer-bottom .wrapper > section > div > div span {
  display: inline-block;
  padding: 0 5px;
}
@media all and (max-width: 980px) {
  footer .footer-bottom .wrapper > section > div > div {
    padding: 1rem 0 0;
  }
}
footer .footer-bottom .wrapper > section > div figure {
  position: relative;
  top: -5.25rem;
  left: 16.5rem;
}
@media all and (max-width: 1240px) {
  footer .footer-bottom .wrapper > section > div figure {
    left: 14.5rem;
  }
}
@media all and (max-width: 1100px) {
  footer .footer-bottom .wrapper > section > div figure {
    left: 0;
  }
}
@media all and (max-width: 980px) {
  footer .footer-bottom .wrapper > section > div figure {
    top: inherit;
    padding: 3rem 0 0;
  }
}
@media all and (max-width: 840px) {
  footer .footer-bottom .wrapper > section > div {
    width: 100%;
    flex: 0 0 100%;
    text-align: center;
    padding: 0 0 1rem;
    margin: 0 !important;
  }
}
footer .footer-bottom .wrapper > section a {
  color: #fefefe;
}
footer .footer-bottom .wrapper > section a:hover {
  color: #c5bdda;
}
@media all and (max-width: 520px) {
  footer .footer-bottom .wrapper > section {
    padding-left: 0;
    text-align: center;
  }
}
footer .footer-bottom .wrapper > section .ftr-logo {
  position: absolute;
  bottom: -2.9rem;
  line-height: 0;
  left: 0;
}
@media all and (max-width: 520px) {
  footer .footer-bottom .wrapper > section .ftr-logo {
    display: none;
  }
}
footer .footer-bottom .wrapper figure {
  padding-right: 5rem;
  position: relative;
  top: -15px;
}
footer .footer-bottom .wrapper figure img {
  margin-right: 1.5rem;
  max-width: 100%;
}
@media all and (max-width: 1120px) {
  footer .footer-bottom .wrapper figure {
    padding-right: 0;
  }
  footer .footer-bottom .wrapper figure img {
    margin: 0 1rem;
  }
}
footer .footer-top {
  padding: 8rem 0 12.7rem;
}
@media all and (max-width: 980px) {
  footer .footer-top {
    padding: 8rem 0;
  }
}
footer .footer-top .social-links {
  margin-top: 0;
  flex: 1;
  text-align: center;
}
footer .footer-top .social-links:before {
  display: none;
}
@media all and (max-width: 840px) {
  footer .footer-top {
    padding: 5rem 0 0;
  }
}
footer .footer-top h3 {
  letter-spacing: 0.5px;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
}
@media all and (max-width: 840px) {
  footer .footer-top h3 {
    cursor: pointer;
    position: relative;
    text-align: left !important;
    border-bottom: 1px solid;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
  footer .footer-top h3:after {
    content: "+";
    position: absolute;
    top: 5px;
    right: 0;
    display: block;
    font-size: 3.5rem;
    color: #fff;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-weight: 400;
  }
  footer .footer-top h3.active {
    color: #000;
  }
  footer .footer-top h3.active:after {
    content: "-";
    color: #000;
  }
  footer .footer-top h3.active + div {
    display: block;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    padding-bottom: 2rem !important;
    flex-direction: column;
    text-align: left;
    padding-left: 20px;
  }
  footer .footer-top h3.active + div ul {
    width: 100%;
    text-align: left;
    padding-left: 20px;
  }
  footer .footer-top h3.active + div ul a {
    display: block;
  }
  footer .footer-top h3.active + div figure,
footer .footer-top h3.active + div > div {
    flex: 0 0 50%;
  }
}
@media all and (max-width: 840px) and (max-width: 420px) {
  footer .footer-top h3.active + div figure,
footer .footer-top h3.active + div > div {
    flex: 0 0 100%;
  }
}
@media all and (max-width: 840px) {
  footer .footer-top h3.active + div .social-links {
    margin-top: 6rem;
  }
}
@media all and (max-width: 840px) and (max-width: 420px) {
  footer .footer-top h3.active + div .social-links {
    flex: 0 0 100%;
    margin-top: 3rem;
    margin-bottom: 4rem;
  }
}
@media all and (max-width: 840px) {
  footer .footer-top h3 + div {
    display: none;
  }
}
footer .footer-top div p {
  line-height: 2.5rem;
  font-size: 1.3rem;
  font-weight: 400;
  padding-bottom: 0;
  color: #333;
}
footer .footer-top div p a {
  color: #fff;
  font-size: 1.3rem;
}
footer .footer-top div p a:hover {
  color: #fff;
}
footer .footer-top .wrapper > section {
  flex: 0 0 100%;
}
@media all and (max-width: 980px) {
  footer .footer-top .wrapper > section {
    text-align: center;
  }
}
footer .footer-top .wrapper > section ul {
  list-style: none;
}
footer .footer-top .wrapper > section ul li a {
  font-weight: 400;
  color: #c5bdda;
  font-size: 1.5rem;
  line-height: 3rem;
}
footer .footer-top .wrapper > section ul li a:hover {
  color: #fff;
  padding-left: 5px;
}
footer .footer-top .wrapper > section > section {
  flex: 0 0 46rem;
  padding-right: 10rem;
}
@media all and (max-width: 1024px) {
  footer .footer-top .wrapper > section > section {
    flex: 0 0 34rem;
  }
}
@media all and (max-width: 980px) {
  footer .footer-top .wrapper > section > section {
    flex: 0 0 100%;
    padding-right: 0;
    padding-bottom: 4rem;
  }
}
footer .footer-top .wrapper > section > section figure {
  padding-bottom: 3rem;
  text-align: center;
}
footer .footer-top .wrapper > section > section figure a {
  display: inline-block;
}
footer .footer-top .wrapper > section > section figure img {
  max-width: 33rem;
}
footer .footer-top .wrapper > section > div {
  flex: 1;
}
footer .footer-top .wrapper > section > div > div:first-child {
  flex: 0 0 30%;
}
footer .footer-top .wrapper > section > div > div:first-child + div {
  flex: 0 0 40%;
}
footer .footer-top .wrapper > section > div > div:first-child + div + div {
  flex: 1;
}
footer .footer-top .wrapper > section > div > div h4 {
  color: #f8f7fb;
  font-size: 1.8rem;
  padding: 0 0 1rem;
}
@media all and (max-width: 520px) {
  footer .footer-top .wrapper > section > div > div {
    flex: 0 0 100% !important;
    padding-bottom: 2rem;
  }
}
@media all and (max-width: 520px) {
  footer {
    padding: 0;
  }
}
footer .wrapper {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media all and (max-width: 1240px) {
  footer .wrapper {
    padding: 0 2rem;
  }
}

input.err {
  box-shadow: 0 2px 0 0 #e6294b !important;
  border: 1px solid #e6294b !important;
  background-color: #fff !important;
}

.btn {
  cursor: pointer;
}
.btn.red {
  color: #fff;
  background-color: #cf323b;
}
.btn.red:hover {
  color: #fff;
  background-color: black;
}
.btn.blk {
  color: #fff;
  background-color: black;
}
.btn.blk:hover {
  color: #fff;
  background-color: #cf323b;
}

.btn-fill {
  color: #fff;
  background-color: #73688f;
}
.btn-fill.ppl {
  background-color: #000;
  border: 1px solid #000;
}
.btn-fill.blu {
  background-color: #73688f;
  border: 1px solid #73688f;
}
.btn-fill.gry {
  background-color: #292b33;
  border: 1px solid #292b33;
}
.btn-fill:hover {
  background-color: #111;
  color: #fff;
}
.btn-fill:hover.ppl {
  border: 1px solid #111;
}
.btn-fill:hover.blu {
  border: 1px solid #111;
}
.btn-fill:hover.gry {
  border: 1px solid #111;
}

.btn-outline:hover {
  background-color: #111;
  color: #fff;
}

.btn-arrow {
  position: relative;
  padding-right: 7.5rem;
  border: 2px solid #73688f;
  border-radius: 0;
  color: #fff;
  font-size: 1.5rem;
  line-height: 4.6rem;
  font-weight: 500;
}
.btn-arrow:after {
  content: "";
  display: block;
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 7px;
  background-image: url("../images/btn-arrow.png");
  background-repeat: no-repeat;
  background-size: 16px 7px;
}
.btn-arrow:hover {
  color: #fff;
  background-color: #73688f;
}
.btn-arrow:hover:after {
  right: 25px;
}
.btn-arrow.red {
  color: #fff;
  background-color: #cf323b;
  border: 1px solid white;
}
.btn-arrow.red:hover {
  color: #fff;
  background-color: black;
}
.btn-arrow.white {
  color: #fff;
  background-color: white;
  border: 1px solid white;
  color: #000;
  border: 0;
}
.btn-arrow.white:hover {
  color: #fff;
  background-color: black;
}
.btn-arrow.white:after {
  content: "";
  display: block;
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 10px;
  background-image: url("../images/btn-arrow-blk.png");
  background-repeat: no-repeat;
  background-size: 12px 10px;
}
.btn-arrow.white:hover:after {
  background-image: url("../images/btn-arrow.png");
  background-repeat: no-repeat;
  background-size: 12px 10px;
}
.btn-arrow.ppl {
  color: #000;
  background-color: black;
  border: 1px solid white;
  color: #000;
  border: 0;
}
.btn-arrow.ppl:hover {
  color: #000;
  background-color: black;
}
.btn-arrow.ppl:after {
  content: "";
  display: block;
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 10px;
  background-image: url("../images/btn-arrow.png");
  background-repeat: no-repeat;
  background-size: 12px 10px;
}
.btn-arrow.ppl:hover:after {
  background-image: url("../images/btn-arrow.png");
  background-repeat: no-repeat;
  background-size: 12px 10px;
}
.btn-arrow.opR {
  color: #fff;
  background-color: rgba(207, 50, 59, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.btn-arrow.opR:hover {
  color: #fff;
  background-color: rgba(207, 50, 59, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.btn-arrow.blk {
  color: #fff;
  background-color: black;
  border: 1px solid white;
}
.btn-arrow.blk:hover {
  color: #fff;
  background-color: #cf323b;
  border: 1px solid white;
}
.btn-arrow.opB {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.btn-arrow.opB:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.btn-arrow.center {
  text-align: center;
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}
.btn-arrow.center:after {
  top: initial;
  right: initial;
  transform: initial;
  margin-left: 1rem;
  position: relative;
  display: inline-block;
}

.showNav .menu-block > ul > li.has-submenu.active .submenu,
.showNav .menu-primary-menu-container > ul > li.has-submenu.active .submenu {
  max-height: 20rem;
  overflow-y: auto;
  overflow-x: hidden;
}
.showNav .menu-block > ul > li.has-submenu.active .submenu::-webkit-scrollbar-track,
.showNav .menu-primary-menu-container > ul > li.has-submenu.active .submenu::-webkit-scrollbar-track {
  border: 1px solid #333;
  background-color: #333;
}
.showNav .menu-block > ul > li.has-submenu.active .submenu::-webkit-scrollbar,
.showNav .menu-primary-menu-container > ul > li.has-submenu.active .submenu::-webkit-scrollbar {
  width: 10px;
  background-color: #333;
}
.showNav .menu-block > ul > li.has-submenu.active .submenu::-webkit-scrollbar-thumb,
.showNav .menu-primary-menu-container > ul > li.has-submenu.active .submenu::-webkit-scrollbar-thumb {
  background-color: #666 !important;
}

body::-webkit-scrollbar-track {
  border: 1px solid #333;
  background-color: #333;
}
body::-webkit-scrollbar {
  width: 10px;
  background-color: #333;
}
body::-webkit-scrollbar-thumb {
  background-color: #666 !important;
}

.titleLine {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 3rem;
  font-weight: 700;
  text-transform: uppercase;
}
.titleLine span {
  display: block;
  font-size: 1.3rem;
  padding-top: 1.25rem;
  letter-spacing: 0;
}
.titleLine small {
  display: block;
  padding-top: 0.5rem;
  font-size: 1.3rem;
  font-style: normal;
  letter-spacing: 0;
}
.titleLine.white {
  color: #fff;
}
.titleLine.white:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100px;
  height: 2px;
  display: block;
  left: 0;
  background-color: #fff;
}
@media all and (max-width: 520px) {
  .titleLine.white:after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.titleLine.white span {
  color: #f8f7fb;
}
.titleLine.blk {
  color: #000;
}
.titleLine.blk:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100px;
  height: 2px;
  display: block;
  left: 0;
  background-color: #000;
}
@media all and (max-width: 520px) {
  .titleLine.blk:after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.titleLine.blk span {
  color: #333;
}
.titleLine.blk small {
  color: #000;
}
.titleLine.reg {
  text-transform: initial;
}
.titleLine.reg span {
  text-transform: uppercase;
}
.titleLine:hover {
  letter-spacing: 1px;
}
.titleLine:hover span,
.titleLine:hover small {
  letter-spacing: 0;
}

.overlay {
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(52, 53, 56, 0.8);
  border-radius: 0%;
  z-index: 2;
  display: none;
}

.showNav {
  overflow: hidden;
}
.showNav header {
  position: fixed;
}
.showNav .overlay {
  border-radius: 0%;
  width: 100%;
  height: 100%;
  display: block;
}
.showNav .mobile-trigger {
  position: relative;
  z-index: 6;
}
.showNav .mobile-trigger a:after {
  position: absolute;
  border-radius: 100%;
  border: 2px solid #fff;
  width: 42px;
  height: 42px;
  display: block;
  top: -15px;
  left: -11px;
}
.showNav .mobile-trigger a span {
  background-color: #fff !important;
}
.showNav .mobile-trigger a span:first-child {
  transform: rotate(-45deg);
  top: 6px !important;
}
.showNav .mobile-trigger a span:first-child + span {
  width: 0;
  transform: translateX(-50%);
  left: 50%;
}
.showNav .mobile-trigger a span:first-child + span + span {
  transform: rotate(45deg);
  top: 6px !important;
}
.showNav .mobile-trigger a:hover span {
  background-color: #fff !important;
}
.showNav .menu-block,
.showNav .menu-primary-menu-container {
  display: block !important;
  position: absolute;
  left: 25%;
  right: 0;
  top: 90px;
  padding-top: 90px;
}
@media all and (max-width: 1200px) {
  .showNav .menu-block,
.showNav .menu-primary-menu-container {
    left: 50% !important;
  }
}
@media all and (max-width: 768px) {
  .showNav .menu-block,
.showNav .menu-primary-menu-container {
    left: 25% !important;
  }
}
@media all and (max-width: 520px) {
  .showNav .menu-block,
.showNav .menu-primary-menu-container {
    left: 0% !important;
  }
}
.showNav .menu-block > ul,
.showNav .menu-primary-menu-container > ul {
  display: flex;
  flex-direction: column;
  height: auto !important;
}
.showNav .menu-block > ul > li,
.showNav .menu-primary-menu-container > ul > li {
  padding-right: 0 !important;
  margin-bottom: 1px;
}
.showNav .menu-block > ul > li > a,
.showNav .menu-primary-menu-container > ul > li > a {
  padding: 1.25rem 1.5rem !important;
  background-color: #343538;
  transition: all 0.3s ease;
  color: #fff !important;
}
.showNav .menu-block > ul > li > a:hover,
.showNav .menu-primary-menu-container > ul > li > a:hover {
  padding-left: 2.5rem !important;
  background-color: #000 !important;
}
.showNav .menu-block > ul > li.has-submenu:after,
.showNav .menu-primary-menu-container > ul > li.has-submenu:after {
  top: 0px !important;
  height: 45px !important;
}
.showNav .menu-block > ul > li.has-submenu > a,
.showNav .menu-primary-menu-container > ul > li.has-submenu > a {
  margin-right: 42px;
}
.showNav .menu-block > ul > li.has-submenu.active .submenu,
.showNav .menu-primary-menu-container > ul > li.has-submenu.active .submenu {
  position: relative;
  width: auto;
  top: auto;
  flex-direction: column;
  max-height: 20rem;
  overflow-y: auto;
}

.middle-wrapper {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.middle-wrapper.inner-page {
  border-bottom: 3rem solid #73688f;
}

.block-title {
  color: #222;
  padding-bottom: 2rem;
}
@media all and (max-width: 520px) {
  .block-title {
    text-align: center;
  }
}

/* inner page banner */
.inner-banner {
  background-size: cover !important;
}
.inner-banner .wrapper {
  height: 205px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media all and (max-width: 820px) {
  .inner-banner .wrapper {
    align-items: center;
    text-align: center;
  }
}
.inner-banner .wrapper h3 {
  color: #fff;
  padding-bottom: 0;
  font-size: 1.7rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.inner-banner .wrapper h1 {
  padding-bottom: 1rem;
  color: #fff;
  font-size: 4.5rem;
  padding-bottom: 0;
}
@media all and (max-width: 820px) {
  .inner-banner .wrapper h1 {
    text-align: center;
    font-size: 4rem;
  }
}
.inner-banner .wrapper h2 {
  padding-bottom: 0;
  font-family: "Korolev Bold", sans-serif;
  font-size: 3rem;
  color: #fff;
  font-weight: 300;
}
.inner-banner.service h1,
.inner-banner.service h2 {
  color: #fff;
}
.inner-banner.page-not-found {
  background: url(../images/banner/about-banner.jpg) 0 0 no-repeat;
}

.btn-small {
  height: 4.2rem;
  line-height: 3.8rem;
  border: 2px solid #fff;
  padding: 0 2rem;
  color: #fff;
  text-transform: initial;
}
.btn-small:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.white-popup {
  position: relative;
  background: #fff;
  padding: 20px;
  width: auto;
  max-width: 1200px;
  margin: 20px auto;
  transition: all 0.3s ease;
  animation-name: example;
  animation-duration: 3s;
  animation-fill-mode: forwards;
}

.page-content {
  padding-bottom: 6rem;
}
.page-content .wrapper p {
  color: #555;
  line-height: 2.5rem;
  letter-spacing: -0.25px;
}
.page-content .wrapper p strong {
  font-weight: 500;
}
@media all and (max-width: 820px) {
  .page-content .wrapper {
    text-align: center;
  }
}

.center-block {
  text-align: center;
  padding: 11.5rem 0;
}
.center-block section {
  max-width: 94rem;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 5rem;
}
.center-block section p {
  color: #666;
  font-size: 1.5rem;
}
.center-block figure img {
  max-width: 100%;
}
.center-block.about-top section {
  max-width: 76.8rem;
}

.error-404 {
  text-align: center;
  padding-bottom: 8rem;
}

.content-page {
  padding: 8rem 0;
}
@media all and (max-width: 680px) {
  .content-page {
    padding: 4rem 0;
  }
}

.social-links {
  margin-top: 4rem;
  position: relative;
}
.social-links:before {
  content: "Follow Us";
  position: absolute;
  top: -35px;
  left: 50%;
  display: block;
  font-size: 1.5rem;
  letter-spacing: 0;
  font-weight: 400;
  transform: translateX(-50%);
}
.social-links > a {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin: 0 5px 0 0;
  border-radius: 100%;
  transition: all 0.3s ease;
  background-color: #f8f7fb;
  position: relative;
}
.social-links > a:after {
  content: "";
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  color: #73688f;
  display: block;
  position: absolute;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.social-links > a span {
  display: block;
  width: 31px;
  height: 42px;
  line-height: 42px;
  transition: all 0.3s ease;
  z-index: 1;
  backface-visibility: hidden;
  margin-left: 6px;
  text-align: center;
}
.social-links > a span:before {
  content: "";
  display: inline-block;
  line-height: 20px;
  color: #333;
  font-size: 20px;
  position: relative;
}
.social-links > a:hover {
  transform: translateY(-5px);
}
.social-links > a:hover span {
  background-position: 0 100% !important;
  transform: scale(1.1);
}
.social-links > a:hover span::before {
  color: #343538;
}
.social-links > a.in span:before {
  content: "\f0e1";
}
.social-links > a.fbk span {
  top: 2px;
  left: -1px;
  position: relative;
}
.social-links > a.fbk span:before {
  content: "\f09a";
}
.social-links > a.twt span {
  top: 0.5px;
  position: relative;
}
.social-links > a.twt span:before {
  content: "\f099";
}
.social-links > a.insta span {
  top: 0.5px;
  position: relative;
}
.social-links > a.insta span:before {
  content: "\f16d";
}
.social-links > a.you span:before {
  content: "\f167";
}
.social-links > a.mail span:before {
  content: "\f0e0";
  font-size: 15px;
  top: -2px;
}

.inner-banner {
  position: relative;
}
.inner-banner::after {
  content: "";
  background-image: url("../images/bigB.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 397px;
  height: 207px;
  position: absolute;
  bottom: -85px;
  right: 0;
  display: block;
  z-index: 1;
}
@media all and (max-width: 1200px) {
  .inner-banner::after {
    width: 272px;
    height: 142px;
    bottom: -82px;
  }
}
@media all and (max-width: 780px) {
  .inner-banner::after {
    width: 180px;
    height: 95px;
    bottom: -55px;
  }
}

.home-banner {
  height: 50rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
}
.home-banner > div {
  position: absolute;
  max-width: 100%;
  width: 100%;
  color: #fff;
  height: 100%;
}
.home-banner > div .swiper-wrapper {
  height: 100%;
}
.home-banner > div .swiper-wrapper .swiper-slide {
  position: relative;
  height: 100%;
  width: 100% !important;
  display: flex;
  align-items: center;
  background-size: cover !important;
}
@media all and (max-width: 768px) {
  .home-banner > div .swiper-wrapper .swiper-slide {
    background-position-x: 50% !important;
  }
}
.home-banner > div .swiper-wrapper .swiper-slide > div {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media all and (max-width: 1240px) {
  .home-banner > div .swiper-wrapper .swiper-slide > div {
    padding: 0 2rem;
  }
}
@media all and (max-width: 420px) {
  .home-banner > div .swiper-wrapper .swiper-slide > div {
    text-align: center;
  }
}
.home-banner > div .swiper-wrapper .swiper-slide > div section {
  max-width: 56rem;
}
.home-banner > div .swiper-wrapper .swiper-slide > div h1 {
  font-size: 5.5rem;
  line-height: 6.5rem;
}
@media all and (max-width: 420px) {
  .home-banner > div .swiper-wrapper .swiper-slide > div h1 {
    font-size: 4rem;
    line-height: 4.5rem;
  }
}
.home-banner > div .swiper-wrapper .swiper-slide > div h2 {
  font-size: 2rem;
  line-height: 2.5rem;
  text-transform: uppercase;
  padding-bottom: 0;
}
.home-banner > div .swiper-wrapper .swiper-slide > div p {
  color: #fff;
  max-width: 45rem;
  font-size: 2rem;
  line-height: 2.7rem;
  margin: 0 0 1.5rem;
}

.home-about-block {
  padding-bottom: 9rem;
}
@media all and (max-width: 520px) {
  .home-about-block {
    padding-bottom: 4rem;
  }
}
.home-about-block .wrapper {
  text-align: center;
}
.home-about-block .wrapper section {
  max-width: 94rem;
  margin: 0 auto;
}
.home-about-block .wrapper section p {
  font-family: "Lato", sans-serif;
  color: #333;
  font-size: 1.5rem;
  line-height: 2.3rem;
}

.block-title h2 {
  flex: 0 0 100%;
  display: flex;
  align-items: center;
  padding-right: 2rem;
  font-size: 2.5rem;
  font-family: "Lato", sans-serif;
  color: #333;
  font-weight: normal;
  color: #111;
}
.block-title h2 strong {
  font-size: 1.5rem;
  line-height: 1.8rem;
  display: block;
  font-weight: 600;
  letter-spacing: 0;
  color: #737373;
  max-width: 40rem;
}
@media all and (min-width: 769px) {
  .block-title h2 strong {
    padding: 1rem 0 1rem 2rem;
    border-left: 2px solid #333;
    margin: 0 0 0 2rem;
  }
}
@media all and (max-width: 768px) {
  .block-title h2 strong {
    padding-top: 0.5rem;
  }
}
@media all and (max-width: 768px) {
  .block-title h2 {
    flex-direction: column;
    text-align: center;
    padding-right: 0;
  }
}

.feature-poster {
  padding-bottom: 4.5rem;
}
.feature-poster ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
@media all and (min-width: 980px) {
  .feature-poster ul {
    margin: 0 10px;
  }
}
@media all and (max-width: 980px) {
  .feature-poster ul {
    margin: 0 -10px;
  }
}
.feature-poster ul li {
  flex: 0 0 33.33%;
  padding: 0 10px;
}
@media all and (max-width: 768px) {
  .feature-poster ul li {
    flex: 0 0 50%;
    padding: 0 10px 10px;
  }
}
@media all and (max-width: 520px) {
  .feature-poster ul li {
    flex: 0 0 100%;
    padding: 0 10px 10px;
  }
}
.feature-poster ul li > section {
  max-width: 33.2rem;
  margin: 15px auto;
  box-shadow: 0px 0px 15px rgba(153, 153, 153, 0.5);
  border-radius: 8px;
  transition: all 0.3s ease;
}
@media all and (max-width: 520px) {
  .feature-poster ul li > section {
    max-width: 100%;
  }
}
.feature-poster ul li > section figure {
  line-height: 0;
}
.feature-poster ul li > section figure a {
  display: block;
  overflow: hidden;
}
.feature-poster ul li > section figure img {
  border-radius: 8px 8px 0 0;
  transition: all 0.8s ease;
  width: 100%;
}
.feature-poster ul li > section > div {
  padding: 2rem;
  transition: all 0.3s ease;
}
.feature-poster ul li > section > div h3 {
  font-size: 1.8rem;
  line-height: 2rem;
  padding-bottom: 0.5rem;
}
.feature-poster ul li > section > div h3 a {
  color: #3b3745;
}
.feature-poster ul li > section > div h3 a:hover {
  color: #000;
}
.feature-poster ul li > section > div p {
  font-size: 1.3rem;
  line-height: 1.8rem;
  letter-spacing: 0.01rem;
  color: #666;
}
.feature-poster ul li > section > div > section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 2.5rem;
}
.feature-poster ul li > section > div > section > div {
  font-size: 1.8rem;
}
.feature-poster ul li > section > div > section p a {
  color: #3b3745;
  font-size: 1.4rem;
  background: url(../images/ico-cart.png) 0 0 no-repeat;
  padding-left: 2.5rem;
  line-height: 2.2rem;
  display: block;
}
.feature-poster ul li > section:hover {
  background-color: #3b3745;
  color: #fff;
}
.feature-poster ul li > section:hover figure img {
  transform: scale(1.1);
}
.feature-poster ul li > section:hover h3 a {
  color: #c5bdda;
}
.feature-poster ul li > section:hover h3 a:hover {
  color: #fff;
}
.feature-poster ul li > section:hover p {
  color: #c5bdda;
}
.feature-poster ul li > section:hover section p a {
  color: #b6afb7;
}
.feature-poster ul li > section:hover section p a:hover {
  color: #fff;
}

.poster-categories {
  padding-bottom: 8.5rem;
}
.poster-categories .wrapper > .block-title {
  flex: 0 0 100%;
}
.poster-categories ul {
  flex: 0 0 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  justify-content: center;
}
.poster-categories ul li {
  flex: 0 0 14%;
  padding: 0 2px 2rem;
}
@media all and (max-width: 1024px) {
  .poster-categories ul li {
    flex: 0 0 16.67%;
  }
}
@media all and (max-width: 980px) {
  .poster-categories ul li {
    flex: 0 0 20%;
  }
}
@media all and (max-width: 768px) {
  .poster-categories ul li {
    flex: 0 0 25%;
  }
}
@media all and (max-width: 680px) {
  .poster-categories ul li {
    flex: 0 0 33.33%;
  }
}
@media all and (max-width: 480px) {
  .poster-categories ul li {
    flex: 0 0 50%;
  }
}
.poster-categories ul li figure {
  line-height: 0;
}
.poster-categories ul li figure a {
  display: block;
  overflow: hidden;
}
.poster-categories ul li figure img {
  max-width: 100%;
  transition: all 0.3s ease;
}
@media all and (max-width: 1024px) {
  .poster-categories ul li figure img {
    width: 100%;
  }
}
.poster-categories ul li figure:hover img {
  transform: scale(1.1);
}
.poster-categories ul li p {
  text-align: center;
  padding-top: 1.5rem;
  transition: all 0.3s ease;
}
.poster-categories ul li p a {
  color: #3b3745;
}
.poster-categories ul li p a:hover {
  color: #343538;
}
.poster-categories ul li:hover p {
  transform: translateY(-5px);
}

.get-in-touch {
  padding: 6rem 0;
}
.get-in-touch .wrapper > section {
  text-align: center;
}
.get-in-touch .wrapper > section h3 {
  padding-bottom: 1rem;
}
.get-in-touch .form-group {
  max-width: 80rem;
  margin: 6rem auto 0;
}
.get-in-touch .form-group .wpcf7-spinner {
  display: none !important;
}
.get-in-touch .form-group .one-col {
  margin-top: 1rem;
}
.get-in-touch .form-group .one-col textarea {
  border: 0;
}
.get-in-touch .form-group .two-col {
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.get-in-touch .form-group .two-col .col {
  list-style: none;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 10px;
}
@media all and (max-width: 1024px) {
  .get-in-touch .form-group .two-col .col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media all and (max-width: 768px) {
  .get-in-touch .form-group .two-col .col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media all and (max-width: 520px) {
  .get-in-touch .form-group .two-col .col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.get-in-touch .form-group .two-col input {
  width: 100%;
  border: 0;
  margin: 0 0 1rem;
}
.get-in-touch .form-group .two-col input ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-family: "Lato", sans-serif;
  color: #999999;
  opacity: 1;
  /* Firefox */
}
.get-in-touch .form-group .two-col input :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999999;
  font-family: "Lato", sans-serif;
}
.get-in-touch .form-group .two-col input ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #999999;
  font-family: "Lato", sans-serif;
}

.middle-wrapper .get-in-touch .wpcf7-response-output {
  max-width: 80rem;
  margin: 2rem auto 0 !important;
}
.middle-wrapper .get-in-touch .form-action {
  margin: 2rem 0 0;
  justify-content: center;
}
.middle-wrapper .get-in-touch .form-action .form-element,
.middle-wrapper .get-in-touch .form-action .btn {
  width: 100%;
  margin: 0 !important;
}
.middle-wrapper .get-in-touch .form-action .btn {
  margin: 0;
  background-color: #73688f !important;
  border-color: #73688f !important;
  color: #fff !important;
}
.middle-wrapper .get-in-touch .form-action .btn:hover {
  background-color: #333 !important;
  border-color: #fff !important;
}

.feature-block .top-block {
  text-align: center;
  padding-bottom: 6rem;
}
.feature-block .top-block h3 {
  padding-bottom: 1rem;
}
.feature-block ul {
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.feature-block ul .col {
  list-style: none;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  padding: 0 10px;
}
@media all and (max-width: 1024px) {
  .feature-block ul .col {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media all and (max-width: 768px) {
  .feature-block ul .col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media all and (max-width: 520px) {
  .feature-block ul .col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.feature-block ul .col {
  margin-bottom: 2rem;
}
.feature-block ul .col article {
  background-color: #fff;
  padding: 3rem;
  height: 100%;
}
@media all and (max-width: 768px) {
  .feature-block ul .col article {
    text-align: center;
  }
}
.feature-block ul .col article section {
  padding: 1.6rem 0 2rem;
  height: 90%;
}
.feature-block ul .col article section div {
  display: flex;
  align-items: center;
}
.feature-block ul .col article section div h4 {
  padding: 0;
}
.feature-block ul .col article section div figure {
  padding: 0 2rem 0 0;
}
@media all and (max-width: 768px) {
  .feature-block ul .col article section div {
    flex-direction: column;
  }
  .feature-block ul .col article section div figure {
    padding: 0;
  }
}
.feature-block ul .col article a {
  font-size: 1.5rem;
  color: #73688f;
  padding-right: 3rem;
  position: relative;
}
.feature-block ul .col article a::after {
  content: "";
  background: url(../images/ico-link.gif) no-repeat;
  width: 21px;
  height: 21px;
  position: absolute;
  right: 0;
  top: 0;
  background-position: 100% 0;
}
.feature-block ul .col article a:hover {
  color: #000;
}
.feature-block ul .col article a:hover::after {
  background-position: 0% 0%;
}
.feature-block ul .col p {
  line-height: 2.2rem;
}

.praktice-top-block {
  padding: 6rem 0;
  background-color: #f8f7fb;
}
.praktice-top-block .wrapper {
  display: flex;
  flex-wrap: wrap;
}
.praktice-top-block .wrapper section {
  background-color: #fff;
  padding: 5rem 3rem;
  margin: 4rem 0;
  position: relative;
  flex: 0 0 67rem;
  z-index: 1;
}
@media all and (max-width: 768px) {
  .praktice-top-block .wrapper section {
    text-align: center;
  }
}
.praktice-top-block .wrapper section::after, .praktice-top-block .wrapper section::before {
  background: url(../images/bar.gif) 0 0 no-repeat;
  position: absolute;
  left: 6rem;
  top: -4rem;
  display: block;
  content: "";
  width: 5rem;
  height: 4rem;
}
.praktice-top-block .wrapper section::before {
  top: initial;
  bottom: -4rem;
}
.praktice-top-block .wrapper section h2 {
  font-size: 2.5rem;
  line-height: 2.5rem;
  font-weight: normal;
  padding-bottom: 2rem;
}
.praktice-top-block .wrapper section .btn {
  background-color: #73688f;
  border-color: #73688f;
  color: #fff;
}
.praktice-top-block .wrapper section .btn:hover {
  background-color: #343538 !important;
  border-color: #343538 !important;
}
.praktice-top-block .wrapper section p:last-of-type {
  padding-top: 1rem;
  padding-bottom: 0;
  text-align: center;
}
@media all and (max-width: 768px) {
  .praktice-top-block .wrapper section {
    flex: 0 0 100%;
  }
}
.praktice-top-block .wrapper figure {
  position: relative;
  flex: 1;
  z-index: 0;
}
@media all and (min-width: 769px) {
  .praktice-top-block .wrapper figure img {
    position: absolute;
    width: 606px;
    right: 0;
  }
}
@media all and (max-width: 768px) {
  .praktice-top-block .wrapper figure img {
    width: 100%;
  }
}
@media all and (max-width: 768px) {
  .praktice-top-block .wrapper figure {
    flex: 0 0 100%;
  }
}

.about-page .home-about-block {
  padding-bottom: 7rem;
  margin: 0 auto;
}
.about-page .home-about-block .wrapper {
  max-width: 1000px;
}
.about-page .home-about-block p {
  color: #737373;
}
.about-page > figure {
  text-align: center;
  line-height: 0;
  padding-bottom: 5rem;
}
.about-page > figure img {
  max-width: 100%;
}

.afford {
  padding: 6.5rem 0;
}
.afford .wrapper {
  color: #fff;
  align-items: flex-start;
}
.afford .wrapper > section {
  flex: 0 0 78%;
  padding-right: 4rem;
  font-weight: 600;
  height: 100%;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media all and (max-width: 1190px) {
  .afford .wrapper > section {
    flex: 0 0 80%;
  }
}
@media all and (max-width: 900px) {
  .afford .wrapper > section {
    padding-right: 0;
    flex: 0 0 100%;
    align-items: center;
    padding-bottom: 2rem;
    border: 0px;
  }
  .afford .wrapper > section p {
    text-align: center;
  }
}
.afford .wrapper > section h2 {
  font-size: 4.5rem;
  color: #333;
  padding-bottom: 1rem;
  line-height: 4.5rem;
  font-family: "Lato", sans-serif;
}
@media all and (max-width: 900px) {
  .afford .wrapper > section h2 {
    text-align: center;
  }
}
@media all and (max-width: 520px) {
  .afford .wrapper > section h2 {
    font-size: 3.5rem;
    line-height: 4rem;
  }
}
.afford .wrapper > section p {
  color: #333;
  font-size: 2.5rem;
  font-family: "Lato", sans-serif;
  letter-spacing: 0;
  line-height: 3.5rem;
}
.afford .wrapper > aside {
  flex: 1;
  padding: 5px 0 0;
}
.afford .wrapper > aside .btn {
  background-color: #73688f;
  border-color: #73688f;
  color: #fff;
  text-transform: none;
  font-size: 1.8rem;
  padding: 0 5rem;
}
.afford .wrapper > aside .btn:hover {
  background-color: #343538 !important;
  border-color: #343538 !important;
}
@media all and (max-width: 900px) {
  .afford .wrapper > aside {
    padding-right: 0;
    flex: 0 0 100%;
    padding-left: 0;
    display: flex;
    justify-content: center;
  }
}

.about-block h3 {
  padding-bottom: 4rem;
  font-weight: 400;
}
@media all and (max-width: 768px) {
  .about-block h3 {
    text-align: center;
  }
}
.about-block ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -3rem;
  justify-content: center;
}
@media all and (max-width: 480px) {
  .about-block ul {
    margin: 0;
  }
}
.about-block ul li {
  flex: 0 0 33.33%;
  padding: 0 3rem 6rem;
}
@media all and (max-width: 768px) {
  .about-block ul li {
    flex: 0 0 50%;
    text-align: center;
  }
}
@media all and (max-width: 480px) {
  .about-block ul li {
    flex: 0 0 100%;
    padding: 0 0 3rem;
  }
}
.about-block ul li h4 {
  font-weight: 500;
}

.contact-page {
  padding-top: 7rem;
}
@media all and (max-width: 768px) {
  .contact-page {
    padding-top: 3rem;
  }
}
.contact-page h5 {
  font-size: 2.2rem !important;
}
@media all and (max-width: 768px) {
  .contact-page h5 {
    padding-bottom: 3rem;
  }
}
.contact-page .contact-form h3 {
  text-align: center;
  font-weight: 400;
  padding-bottom: 3.5rem;
}
.contact-page .col section div {
  flex: 0 0 50%;
}
.contact-page .form-group {
  padding-bottom: 4rem;
}
.contact-page .form-group .two-col {
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
  padding: 10px 0 20px;
}
.contact-page .form-group .two-col .col {
  list-style: none;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  padding: 0 10px;
}
@media all and (max-width: 768px) {
  .contact-page .form-group .two-col .col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media all and (max-width: 760px) {
  .contact-page .form-group .two-col .col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media all and (max-width: 520px) {
  .contact-page .form-group .two-col .col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media all and (max-width: 768px) {
  .contact-page .form-group .two-col {
    padding-bottom: 0;
  }
  .contact-page .form-group .two-col .col {
    padding-bottom: 2rem;
  }
}
.contact-page .form-group .two-col .col input {
  width: 100%;
  color: #555;
}
.contact-page .form-group ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-family: "Lato", sans-serif;
  color: #666;
  opacity: 1;
  /* Firefox */
}
.contact-page .form-group :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #666;
  font-family: "Lato", sans-serif;
}
.contact-page .form-group ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #666;
  font-family: "Lato", sans-serif;
}
.contact-page .form-group textarea {
  width: 100%;
  height: 19rem;
  min-height: 19rem;
  resize: none;
  line-height: 25px;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
.contact-page .form-group .form-action {
  justify-content: center;
}
.contact-page .form-group .form-action p {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-page .form-group .form-action p .wpcf7-spinner {
  margin-top: 1.5rem;
}
.contact-page .form-group .form-action .btn {
  padding: 0 15rem;
  background-color: #73688f;
  color: #fff;
  line-height: 6rem;
  text-transform: none;
  font-size: 1.8rem;
  margin: 0;
}
@media all and (max-width: 480px) {
  .contact-page .form-group .form-action .btn {
    padding: 0 12rem;
  }
}
.contact-page .form-group .form-action .btn:hover {
  background-color: #333 !important;
}
.contact-page .address {
  text-align: center;
  padding-bottom: 6rem;
}
.contact-page .address p {
  padding-bottom: 0;
  color: #666;
  line-height: 2rem;
}

.map {
  line-height: 0;
  font-size: 0;
  margin: 0;
}

.wpcf7-form.invalid .form-action {
  margin-bottom: 0;
}
.wpcf7-form.invalid .form-group {
  padding-bottom: 0;
}
.wpcf7-form.invalid .wpcf7-not-valid-tip {
  display: none !important;
}
.wpcf7-form.invalid .wpcf7-not-valid {
  border-color: rgba(59, 55, 69, 0.99) !important;
  background-color: rgba(59, 55, 69, 0.02) !important;
}
.wpcf7-form.invalid .wpcf7-response-output {
  border: 0;
  text-align: center;
  margin: 0 0 5rem;
  color: #fff;
  background-color: #73688f;
  padding: 1rem;
}

.product-page {
  padding: 8rem 0;
}
@media all and (max-width: 520px) {
  .product-page {
    padding: 4rem 0;
  }
}
.product-page .feature-poster ul li {
  padding-bottom: 3.5rem;
}
.product-page .poster-categories {
  padding-bottom: 0;
}
.product-page .wrapper {
  display: flex;
  flex-wrap: wrap;
}
.product-page .wrapper > aside {
  flex: 0 0 50%;
}
@media all and (max-width: 768px) {
  .product-page .wrapper > aside {
    flex: 0 0 100%;
  }
}
.product-page .wrapper > aside ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
@media all and (max-width: 768px) {
  .product-page .wrapper > aside ul {
    margin: 0 -15px;
  }
}
.product-page .wrapper > aside ul li {
  flex: 0 0 50%;
  padding: 15px;
}
.product-page .wrapper > aside ul li img {
  max-width: 100%;
}
@media all and (max-width: 768px) {
  .product-page .wrapper > aside ul li img {
    max-width: initial;
    width: 100%;
  }
}
.product-page .wrapper > aside ul li:first-child {
  flex: 0 0 100%;
}
.product-page .wrapper > aside ul li a {
  display: block;
  box-shadow: 0px 0px 15px rgba(153, 153, 153, 0.5);
  border-radius: 8px;
  line-height: 0;
}
.product-page .wrapper > aside ul li a img {
  border-radius: 8px;
}
.product-page .wrapper > section {
  flex: 1;
  padding: 1rem 0 0 3rem;
}
@media all and (max-width: 768px) {
  .product-page .wrapper > section {
    flex: 0 0 100%;
    padding: 0 0 3rem 0;
    order: -1;
    max-width: 100%;
  }
}
.product-page .wrapper > section .faq-block {
  margin-top: 6rem;
}
@media all and (max-width: 768px) {
  .product-page .wrapper > section .faq-block {
    text-align: left;
  }
}
.product-page .wrapper > section .faq-block article > section {
  border-bottom: 2px solid #d1d0d3;
  margin-bottom: 1.5rem;
}
.product-page .wrapper > section .faq-block article h6 {
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 400;
  color: #555;
  cursor: pointer;
  position: relative;
  padding-right: 4rem;
  padding-bottom: 1.5rem;
}
.product-page .wrapper > section .faq-block article h6:after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background: url(../images/ico-plus.png) 0 0 no-repeat;
  position: absolute;
  top: 2px;
  right: 10px;
}
.product-page .wrapper > section .faq-block article h6.active:after {
  transform: rotate(180deg);
}
.product-page .wrapper > section .faq-block article h6.active + div {
  height: auto;
  padding-top: 5px;
  padding-bottom: 2.2rem;
  padding-right: 5rem;
}
.product-page .wrapper > section .faq-block article div {
  overflow: hidden;
  height: 0px;
}
.product-page .wrapper > section .faq-block article p {
  color: #242424;
}
@media all and (max-width: 768px) {
  .product-page .wrapper > section.product-details {
    text-align: center;
  }
}
.product-page .wrapper > section.product-details .description {
  padding: 0 2.5rem 0 0;
}
.product-page .wrapper > section.product-details p {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #666;
}
.product-page .wrapper > section.product-details .top-block {
  border-bottom: 2px solid #333;
  margin-bottom: 2.5rem;
  padding: 0 4.5rem 3.5rem 0;
}
@media all and (max-width: 980px) {
  .product-page .wrapper > section.product-details .top-block {
    padding-right: 0;
  }
}
.product-page .wrapper > section.product-details .top-block > h2 {
  font-size: 3rem;
  line-height: 3rem;
  color: #3b3745;
  padding-bottom: 1rem;
}
.product-page .wrapper > section.product-details .top-block > h5 {
  font-size: 1.8rem;
  color: #666;
  line-height: 2rem;
}
.product-page .wrapper > section.product-details .top-block .detail {
  padding-bottom: 2rem;
}
.product-page .wrapper > section.product-details h3 {
  font-weight: 600;
  color: #333;
  padding-bottom: 1rem;
  font-size: 1.8rem;
  line-height: 2.2rem;
}
.product-page .wrapper > section.product-details .options {
  padding-bottom: 2rem;
}
.product-page .wrapper > section.product-details .options ul {
  display: flex;
  flex-wrap: wrap;
}
@media all and (max-width: 768px) {
  .product-page .wrapper > section.product-details .options ul {
    justify-content: center;
  }
}
.product-page .wrapper > section.product-details .options ul li {
  padding: 1rem 1.5rem 2rem 0;
}
.product-page .wrapper > section.product-details .options ul li label {
  background-color: #fff;
  box-shadow: 0px 0px 5px rgba(153, 153, 153, 0.5);
  border-radius: 5px;
  padding: 1rem 4rem;
  font-size: 1.4rem;
  color: #333;
  font-weight: 400;
}
.product-page .wrapper > section.product-details .options ul li input[type=radio]:checked + label {
  background-color: #333;
  color: #fff;
}
.product-page .wrapper > section.product-details .options.size label {
  padding: 1rem 5rem;
}
.product-page .wrapper > section.product-details .options.frame label {
  padding: 1rem 3rem;
}
.product-page .wrapper > section.product-details .add-cart {
  background-color: #73688f;
  border: 0;
  font-size: 1.5rem;
  text-transform: inherit;
  color: #fff;
  padding: 0 6.5rem 0 8.5rem;
  position: relative;
}
.product-page .wrapper > section.product-details .add-cart:before {
  content: "";
  background: url(../images/ico-cart-w.png) 0 0 no-repeat;
  width: 16px;
  height: 22px;
  background-size: 16px 22px;
  position: absolute;
  top: 17px;
  left: 55px;
}
.product-page .wrapper > section.product-details .add-cart:hover {
  background-color: #333 !important;
}
.product-page .wrapper > section.product-details .qty-block {
  display: flex;
  align-items: center;
  padding-bottom: 3rem;
}
@media all and (max-width: 768px) {
  .product-page .wrapper > section.product-details .qty-block {
    flex-direction: column;
  }
}
.product-page .wrapper > section.product-details .qty-block h3 {
  padding: 0 2rem 0 0;
}
@media all and (max-width: 768px) {
  .product-page .wrapper > section.product-details .qty-block h3 {
    padding: 0 0 2rem 0;
  }
}
.product-page .wrapper > section.product-details .qty-control {
  display: flex;
}
.product-page .wrapper > section.product-details .qty-control input {
  border: 0;
  box-shadow: 0px 0px 5px rgba(153, 153, 153, 0.5);
  height: 5rem;
  line-height: 5rem;
  padding: 0 1.5rem;
  margin: 0 5px;
  width: 8rem;
  text-align: center;
}
.product-page .wrapper > section.product-details .qty-control a {
  box-shadow: 0px 0px 5px rgba(153, 153, 153, 0.5);
  height: 5rem;
  width: 5rem;
  line-height: 5rem;
  padding: 0 1.5rem;
  background-color: #fff;
  display: inline-block;
}
.product-page .wrapper > section.product-details .qty-control a:hover {
  background-color: #ccc !important;
}
.product-page .wrapper > section.product-details .qty-control a.plus {
  background: url(../images/ico-plus.png) 50% 50% no-repeat #fff;
  border-radius: 0 5px 5px 0;
}
.product-page .wrapper > section.product-details .qty-control a.minus {
  background: url(../images/ico-minus.png) 50% 50% no-repeat #fff;
  border-radius: 5px 0 0 5px;
}

/* You can add global styles to this file, and also import other style files */
/*common */
.woocommerce-info {
  border-top-color: #73688f;
}
.woocommerce-info::before {
  color: #73688f;
}

.product-details .summary.entry-summary .detail {
  padding-bottom: 1.5rem;
}
.product-details .summary.entry-summary .woocommerce-product-details__short-description {
  padding-bottom: 4rem;
}
.product-details .summary.entry-summary .input-text.qty {
  height: 58px;
}
.product-details .summary.entry-summary .single_variation_wrap .qty-control {
  display: flex;
  align-items: center;
}
.product-details .summary.entry-summary .single_variation_wrap .woocommerce-variation.single_variation {
  margin: 0 0 3rem;
}
.product-details .summary.entry-summary li.custom_option.on {
  background-color: transparent;
}
.product-details .summary.entry-summary li.custom_option.on label {
  background-color: #333;
  color: #fff;
}

.woocommerce div.product div.images .flex-control-thumbs {
  margin: 2rem 0 0;
}

.reset_variations {
  visibility: visible;
  background-color: #cf323b;
  border-radius: 5px;
  padding: 10px 30px;
  color: #fff !important;
  margin: 10px 0 0;
}
.reset_variations:hover {
  background-color: #333;
}

.woocommerce-message {
  border-top-color: #73688f;
}
.woocommerce-message::before {
  color: #73688f;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #73688f !important;
  color: #fff !important;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #333 !important;
  color: #fff !important;
}

.input-text.qty {
  height: 50px;
  border: 1px solid #a8a1ba;
}

#customer_details textarea {
  line-height: 18px;
  height: 100px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 13px;
  right: 14px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  transform: scale(1.4);
}

.woocommerce-terms-and-conditions-wrapper {
  margin: 0 0 2rem;
}

.cart_totals h2 {
  font-size: 2.5rem;
}

.woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce-form-login .woocommerce-Button,
.woocommerce-ResetPassword .woocommerce-form-login__submit,
.woocommerce-ResetPassword .woocommerce-Button {
  height: 4rem;
  line-height: 4rem;
}

@media all and (min-width: 841px) {
  form.woocommerce-checkout {
    display: flex;
    flex-wrap: wrap;
  }
  form.woocommerce-checkout #customer_details {
    flex: 0 0 50%;
  }
  form.woocommerce-checkout #customer_details .col-1,
form.woocommerce-checkout #customer_details .col-2 {
    width: 100%;
  }
  form.woocommerce-checkout #order_review_heading {
    position: absolute;
    left: 50%;
    padding: 0 0 0 3rem;
  }
  form.woocommerce-checkout #order_review {
    flex: 0 0 50%;
    padding-top: 5rem;
    padding-left: 3rem;
  }
}

.quantity.qty-control button {
  width: 50px;
  height: 56px;
  font-size: 25px;
  border: 1px solid rgba(168, 161, 186, 0.5);
  cursor: pointer;
  box-shadow: 0px 0px 5px rgba(153, 153, 153, 0.5);
  transition: all 0.3s ease;
}
.quantity.qty-control button:hover {
  background-color: #333;
  color: #fff;
}

.product-quantity .quantity.qty-control {
  display: flex;
}
.product-quantity .quantity.qty-control button {
  height: 49px;
  margin: 0 5px;
}

.woocommerce div.product div.images .flex-control-thumbs {
  margin: 2rem -1rem 0;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  width: 50%;
  float: left;
  margin: 0;
  list-style: none;
  padding: 1rem;
}

.shipping-calculator-form button {
  background-color: #73688f;
  color: #fff;
  line-height: 6rem;
  text-transform: none;
  font-size: 1.8rem;
  background-color: #73688f !important;
  color: #fff !important;
  line-height: 6rem;
  text-transform: none;
  font-size: 1.8rem;
  margin: 0;
  padding: 1.5rem 2.5rem !important;
  margin: 1rem 0 !important;
}
@media all and (max-width: 480px) {
  .shipping-calculator-form button {
    padding: 0 12rem;
  }
}
.shipping-calculator-form button:hover {
  background-color: #333 !important;
}


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


:root {
  --select-border: #777;
  --select-focus: blue;
  --select-arrow: var(--select-border);
}
ul.custom-radio {
	position:relative;
}
.custom-radio select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  padding: 15px 20px;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
  line-height: inherit;
  z-index: 1;
  outline: none;
	    box-shadow: 0px 0px 5px rgba(153, 153, 153, 0.5);
  
}
.custom-radio select::-ms-expand {
  display: none;
}


.custom-radio::after {
  content: "";
  justify-self: end;
  width: 0.8em;
  height: 0.5em;
	top: 21px;
    position: absolute;
    /* z-index: 10; */
    right: 35px;
  background-color: var(--select-arrow);
  -webkit-clip-path: polygon(100% 0%, 0 0%, 50% 100%);
          clip-path: polygon(100% 0%, 0 0%, 50% 100%);
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
	width:100%;
}

@media all and  (min-width: 841px)
form.woocommerce-checkout #order_review_heading {
   margin:8rem 0 0;
}

