@import url(https://fonts.googleapis.com/css2?family=Oswald:wght@200;400&family=Roboto&display=swap);

/* Plugin */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  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;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 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;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * 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;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 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 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }
.mfp-align-top .mfp-container:before {
  display: none; }
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }
.mfp-ajax-cur {
  cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }
.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
  cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }
.mfp-loading.mfp-figure {
  display: none; }
.mfp-hide {
  display: none !important; }
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
.mfp-preloader a {
    color: #CCC; }
.mfp-preloader a:hover {
      color: #FFF; }
.mfp-s-ready .mfp-preloader {
  display: none; }
.mfp-s-error .mfp-content {
  display: none; }
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
.mfp-close:active {
    top: 1px; }
.mfp-close-btn-in .mfp-close {
  color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
    margin-top: -54px; }
.mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
.mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }
.mfp-arrow-left {
  left: 0; }
.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
  right: 0; }
.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
.mfp-iframe-holder .mfp-close {
    top: -40px; }
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }
/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
.mfp-figure figure {
    margin: 0; }
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }
.mfp-image-holder .mfp-content {
  max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75); }
  .mfp-arrow-left {
    transform-origin: 0; }
  .mfp-arrow-right {
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/* Global */
/* Font style */
:root {
    /* font */

    /* Color */
}
html {
    font-size: 16px;
    box-sizing: border-box;
}
*,
*::before,
*::after {
    box-sizing: inherit;
}
@media (prefers-reduced-motion: reduce) {
*,
*::before,
*::after {
        -webkit-animation: none;
                animation: none; /* stylelint-disable-line property-blacklist */
        transition: none
}
    }
*.focus-visible:not(input):focus {
    /* outline: 2px solid $color-accent; */
    outline: 2px solid red;
    outline-offset: 2px;
}
*:focus:not(.focus-visible) {
    outline: none;
}
body {
    position: relative;
    width: 100%;
    min-width: 360px;
    background-color: rgba(0, 0, 0, 1);
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: rgba(255, 255, 255, 1);
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.2;
}
.page {
    display: grid;
    grid-template-rows: auto 1fr auto;
}
.page__main {
    display: flex;
    flex-direction: column;
    min-width: 100%;
}
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
}
.button-up {
    z-index: 10;
    position: absolute;
    bottom: 3%;
    right: 10%;
    height: 6.5rem;
    width: 2.5rem;
    background-color: #0b0b0b;
    border-radius: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #EEEEEE;
    text-decoration: none;
    transition: all 0.3s ease;
}
@media (min-width: 768px) {
.button-up {
        bottom: 5%
}

        .button-up:hover {
            opacity: 0.8;
        }
    }
.button-up svg {
        display: inline-block;
        margin-top: 0.25rem;
        width: 2rem;
        height: 2rem;
        background-color: rgba(236, 105, 7, 1);
        border-radius: 1rem;
    }
.button-up span {
        display: block;
        transform: rotate(-90deg);
        font-family: 'Oswald', sans-serif;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin-top: 1rem;
    }
.page--index {
    overflow: hidden;
}
/* Form */
.button {
    display: inline-flex;
    justify-content: center;
    padding: 0.5rem 2rem;
    border: 1px solid transparent;
    background-color: transparent;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 1rem;
    font-weight: 200;
    letter-spacing: 1px;
    line-height: 1.2;
    color: rgba(236, 105, 7, 1);
    text-decoration: none;
    transition-property: color, background-color, border-color, opacity, transform;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    cursor: pointer;
}
@media (min-width: 768px) {
.button {
        border-width: 2px;
        padding: 0.75rem 3rem;
        font-size: 1.25rem;
        cursor: pointer
}

        .button:hover,
        .button.focus-visible:focus{
            background-color: rgba(236, 105, 7, 1);
            color: rgba(0, 0, 0, 1);
        }

        .button:active {
            opacity: 0.8;
            transform: translateY(2px);
        }
    }
.button--outline-primary {
    border-radius: 1.5rem;
    border-color: rgba(236, 105, 7, 1);
}
.button--primary {
    color: rgba(255, 255, 255, 1);
    border-radius: 1.5rem;
    border-color: rgba(236, 105, 7, 1);
    background-color: rgba(236, 105, 7, 1)
}
.button--black {
    color: rgba(255, 255, 255, 1);
    border-radius: 1.5rem;
    border-color: rgba(0, 0, 0, 1);
    background-color: rgba(0, 0, 0, 1)
}
.input {
    position: relative;
    width: 100%;
}
.input__label {
    position: absolute;
    left: 22px;
    top: 12px;
    font-family: 'Oswald', sans-serif;
    font-size: 1rem;
    font-weight: 200;
    color: rgba(255, 255, 255, 1);
    letter-spacing: 1px;
}
.input__label:hover,
    .input__label.focus-visible:focus {
        cursor: text;
    }
.input__label_elevated {
    top: -10px;
    padding: 1px 8px;
    background-color: rgba(236, 105, 7, 1);
    font-size: 0.75rem;
    font-weight: 400;
    border-radius: 1rem;
}
.input__label_elevated_transition {
        transition: top 0.2s ease-out;
    }
.input__field {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    border: 2px solid rgba(238, 238, 238, 0.5);
    padding: 0 20px;
    box-shadow: none;
    color: rgba(255, 255, 255, 1);
    background-color: transparent;
    font-size: 1rem;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 1rem;
}
.input__field_disabled {
        pointer-events: none;
        background-color:  rgba(238, 238, 238, 0.2);
    }
.input__field_disabled:hover,
        .input__field_disabled.focus-visible:focus {
            cursor: default;
        }
.input__field.validation-error {
        border-color: red;
    }
.input__field.focus-visible:focus {
        border-color: rgba(236, 105, 7, 1);
        transition: border-color 0.2s ease-in;
        outline: none;
    }
.input__field_filled:not(.validation-error) {
    background-size: 9px 9px;
    background-position: center right 15px;
    background-repeat: no-repeat;
    background-image: url(./../images/checked-green.svg?546a57dd1912eae912c66197ab7f548d);
}
.validation-error__message {
    margin-top: 0.5rem;
    font-size: 0.75rem;
    color: red
}
.product-detailed__btn-qty {
    display: flex;
    align-items: center;
    background-color: rgba(238, 238, 238, 0.24);
    border-radius: 0.5rem;
}
.product-detailed__btn-qty-change {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(236, 105, 7, 1);
    background-color: transparent;
    border: 1px solid transparent;
}
.product-detailed__btn-qty-change svg {
        width: 1rem;
        height: 1rem;
    }
.product-detailed__btn-qty-input {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: transparent;
    border: 1px solid transparent;
    max-width: 3rem;
    padding: 0.25rem;
    color: rgba(255, 255, 255, 1);
    outline: none;
}
/* Common */
/* style Burger icon */
.burger {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    border: 1px solid transparent;
    background-color: transparent;
    color: rgba(255, 255, 255, 1);
}
.back-link {
    display: flex;
    margin-right: -3rem;
    align-items: center;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
    font-weight: 200;
    font-size: 1rem;
    letter-spacing: 1px;
    border-radius: 1rem;
    padding: 0.25rem 0.5rem;
    background-color: rgba(236, 105, 7, 1);
    transition: all 0.3s ease;
}
.back-link svg {
        width: 1.5rem;
        height: 1.5rem;
        margin-right: 0.5rem;
    }
@media (min-width: 768px) {
.back-link {
        margin-right: 0
}

        .back-link:hover {
            opacity: 0.8;
        }
    }
.logo-main {
    display: flex;
    align-items: center;
    font-family: 'Oswald', sans-serif;
}
.logo-main__image {
    display: block;
    width: 3.75rem;
    height: 3.75rem;
}
.logo-main__title {
    margin-bottom: 0;
    line-height: 1.2;
    font-weight: 200;
    letter-spacing: 1px;
    margin-left: 0.75rem;
    max-width: 9rem;
}
/* styles switch-locale */
.switch-locale {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
}
.switch-locale__item {
    padding: 0.5rem 0.25rem 0.5rem;
}
.switch-locale__item a {
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
    font-size: 1.25rem;
    font-weight: 200;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 1);
    transition: color 0.2s;
}
.switch-locale__item--active a {
    opacity: 0.6;
}
.switch-locale__item:not(.switch-locale__item--active) a:hover {
    color: rgba(236, 105, 7, 1);
}
/* styles phone partial */
.phone {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: rgba(255, 255, 255, 1);
    transition: color 0.2s;
}
.phone:hover {
        color: rgba(236, 105, 7, 1);
    }
.phone__icon {
    width: 1.75rem;
    height: 1.75rem;
    margin-right: 0.5rem;
    transition: color 0.2s;
}
.phone__number {
    font-family: 'Oswald', sans-serif;
    font-weight: 200;
    font-size: 20px;
    letter-spacing: 1px;
    transition: color 0.2s;
}
.section-title {
    display: flex;
    flex-direction: column;
}
.section-title__text {
    position: relative;
    font-size: 1.75rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
.section-title__text {
        font-size: 2.25rem
}
    }
@media (min-width: 1280px) {
.section-title__text {
        font-size: 3.25rem
}
    }
.section-title__text:before {
        position: absolute;
        content: attr(data-title);
        left: 1rem;
        bottom: 1rem;
        font-size: 2rem;
        opacity: 0.1;
    }
@media (min-width: 768px) {
.section-title__text:before {
            font-size: 2.5rem
    }
        }
@media (min-width: 1280px) {
.section-title__text:before {
            font-size: 3.75rem
    }
        }
.section-title__subtitle {
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
.section-title__subtitle {
        max-width: 36.25rem;
        font-size: 1rem
}
    }
@media (min-width: 1280px) {
.section-title__subtitle {
        max-width: 48rem
}
    }
@media (min-width: 768px) {
.section-title--center {
        align-items: center
}

        .section-title--center .section-title__text {
            text-align: center;
        }

        .section-title--center .section-title__text:before {
            left: -1rem;
            bottom: 1rem;
        }
    }
@media (min-width: 768px) {
.section-title--center .section-title__subtitle {
        text-align: center
}
    }
.modal {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 35rem;
    padding: 1rem 2rem 2rem;
    background-color: rgba(0, 0, 0, 1);
    color: rgba(255, 255, 255, 1);
    border: 1rem solid rgba(236, 105, 7, 1);
    border-radius: 1rem
}
.modal__wrapper {
    display: flex;
    flex-direction: column;
}
.modal__header {
    margin-bottom: 1rem;
}
.modal__header p {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 1rem;
    font-family: 'Oswald', sans-serif;
    font-size: 1.25rem;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.success {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.success__text {
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-family: 'Oswald', sans-serif;
    font-size: 1.25rem;
    letter-spacing: 1px;
    font-weight: 200;
}
.success__buttons {
    display: flex;
    flex-wrap: wrap;
    align-items:center;
    justify-content: center;
}
.success__buttons > button {
        margin-bottom: 1rem;
    }
.modal-form__control {
    margin-bottom: 1.5rem;
}
.modal-form__preloader {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.modal-form__success {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 2rem;
    background-color: rgba(236, 105, 7, 1);
    color: rgba(255, 255, 255, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s, visibility 0.2s;
}
.modal-form__success_show {
        visibility: visible;
        opacity: 1;
    }
@-webkit-keyframes rotate {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}
@keyframes rotate {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}
.preloader {
    position: absolute;
    top: 4px;
    left: 50%;
    display: none;
}
.preloader::after {
        content: '';
        display: block;
        width: 30px;
        height: 30px;
        background-image: url(./../images/preloader.svg?779783430beefb75b142ca4c495219cc);
        background-size: 100%;
        background-repeat: no-repeat;
        -webkit-animation-name: rotate;
                animation-name: rotate;
        -webkit-animation-duration: 1000ms;
                animation-duration: 1000ms;
        -webkit-animation-iteration-count: infinite;
                animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
                animation-timing-function: linear;
    }
.section-title {
    color: rgba(255, 255, 255, 1);
    font-size: 1.25rem;
    margin-bottom: 1rem;
    font-weight: 200;
    letter-spacing: 1px;
    margin-top: 0;
}
.success__page {
    margin: 0 auto;
    padding: 3rem  1rem;
    background-color: rgba(238, 238, 238, 0.1);
    border-radius: 3rem;
}
@media (min-width: 768px) {
.success__page {
        max-width: 768px
}
    }
/* Cart */
.cart {
    width: 100%;
    margin: 0 auto;
    padding: 1rem;
    background-color: rgba(238, 238, 238, 0.1);
    border-radius: 1rem;
    margin-bottom: 1rem;
}
@media (min-width: 768px) {
.cart {
        max-width: 768px
}
    }
.cart__section {
  box-sizing: border-box;
  width: 100%;
    margin-bottom: 3rem;
}
.cart__heading {
  margin-bottom: 0;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(238, 238, 238, 0.51);
}
.cart__heading_no-border {
    border-bottom: none;
  }
.cart__list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cart__item {
    padding: 1rem 0.5rem;
    border-bottom: 1px solid rgba(238, 238, 238, 0.51);
}
.cart__order-restore._visually-hidden {
  position: absolute;
  visibility: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border-width: 0;
  height: 1px;
  width: 1px;
  margin-left: -1px;
}
.cart-mini-price__inner_in-cart {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin-top: 1rem;
}
.cart-mini-price__inner_in-cart > b {
        font-family: 'Oswald', sans-serif;
        font-size: 1rem;
        letter-spacing: 1px;
        font-weight: 200;
    }
.cart__total-inner {
    display: flex;
    font-family: 'Oswald', sans-serif;
    font-size: 1.5rem;
    letter-spacing: 1px;
    font-weight: 200;
}
.cart__total-inner > span {
        margin-left: 0.25rem;
    }
.radio {
    position: relative;
}
.radio .radio__field {
        display: none;
    }
.radio .radio__label {
        display: flex;
        flex-direction: column;
        font-family: 'Oswald', sans-serif;
        font-weight: 200;
        letter-spacing: 1px;
        font-size: 1rem;
        position: relative;
        padding-left: 1.5rem;
        color: rgba(238, 238, 238, 0.8);
        cursor: pointer;
        margin-bottom: 0.75rem;
        transition: all 0.2s ease;
    }
.radio .radio__label:before {
            position: absolute;
            content: '';
            left: 0;
            top: 0.25rem;
            width: 1rem;
            height: 1rem;
            border: 1px solid rgba(238, 238, 238, 0.58);
            border-radius: 50%;
        }
.radio .radio__field:checked + .radio__label {
        color: rgba(238, 238, 238, 1);
    }
.radio .radio__field:checked + .radio__label:after {
        position: absolute;
        content: '';
        left: 0.25rem;
        top: 0.5rem;
        width: 0.5rem;
        height: 0.5rem;
        background-color: rgba(236, 105, 7, 1);;
        border-radius: 50%;
    }
.cart__delivery-description {
    max-width: 36rem;
    font-family: 'Roboto', sans-serif;
    font-size: 0.875rem;
    letter-spacing: 0;
}
.cart__input {
    max-width: 36rem;
    margin-bottom: 1rem;
}
.cart__order-restore {
    display: flex;
    align-items: center;
}
.cart__order-restore-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: 1px solid transparent;
    color: rgba(236, 105, 7, 1);
    cursor: pointer;
    transition: all 0.2s ease;
}
.cart__order-restore-btn svg {
        width: 1.25rem;
        height: 1.25rem;
    }
.cart__order-restore-btn:hover {
        opacity: 0.8;
    }
.cart-product {
    display: flex;
    align-items: center;
}
.cart-product__title {
    font-family: 'Oswald', sans-serif;
    font-size: 1.25rem;
    font-weight: 200;
    margin-left: 0.5rem;
}
.cart-product__inner {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
}
@media (min-width: 768px) {
.cart-product__inner {
        flex-direction: row;
        align-items: center
}
    }
.cart-product__controls {
    display: flex;
    align-items: center;
    margin-top: 0.5rem;
}
@media (min-width: 768px) {
.cart-product__controls {
        margin-top: 0
}
    }
.cart-product__quantity {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    background-color: rgba(238, 238, 238, 0.2);
    padding: 0.125rem;
    border-radius: 0.25rem;
}
.cart-product__quantity-input  {
    max-width: 1.5rem;
    text-align: center;
    background-color: transparent;
    border: 1px solid transparent;
    color: rgba(255, 255, 255, 1)
}
.cart-product__change-btn {
    background-color: transparent;
    color: rgba(236, 105, 7, 1);
    border: 1px solid transparent;
    cursor: pointer;
}
.cart-product__change-btn:disabled {
        opacity: 0.5;
        cursor: default;
    }
.cart-product__remove {
    background-color: transparent;
    color: rgba(236, 105, 7, 1);
    border: 1px solid transparent;
    opacity: 0.6;
    cursor: pointer;
    transition: all 0.2s ease;
}
.cart-product__remove svg {
        width: 1rem;
        height: 1rem;
    }
.cart-product__remove:hover {
        opacity: 1;
    }
.cart-product__price-value-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-width: 6rem;
    font-family: 'Oswald', sans-serif;
    font-weight: 200;
    font-size: 1.25rem;
}
.cart-product__price-value-wrapper > span {
        margin-right: 0.25rem;
    }
.cart-product_hidden {
    display: none;
}
.mini-cart {
    z-index: 99;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 2rem;
    top: 5rem;
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 50%;
    background-color: rgba(236, 105, 7, 1);
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    transition: transform 0.2s ease;
}
.mini-cart:hover {
        transform: scale(1.2);
    }
.mini-cart__icon {
    width: 2rem;
    height: 2rem;
}
.mini-cart__count {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 1);
    display: inline-block;
    padding: 0.125rem 0.25rem;
    border-radius: 1rem;
    font-family: 'Oswald', sans-serif;
    line-height: 1.2;
    letter-spacing: 1px;
}
/* Intro*/
/* styles Intro section */
.intro {
    position: relative;
}
.intro__wrapper {
    width: 100%;
    margin: 0 auto;
    padding-left: 1rem;
    padding-right: 1rem;
}
@media (min-width: 768px) {
.intro__wrapper {
        max-width: 768px
}
    }
@media (min-width: 1024px) {
.intro__wrapper {
        max-width: 1024px
}
    }
@media (min-width: 1280px) {
.intro__wrapper {
        max-width: 1280px
}
    }
.intro__wrapper {
    padding-top: 4rem;
}
@media (min-width: 768px) {
.intro__wrapper {
        padding-top: 6rem
}
    }
.intro__content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.intro__subtitle {
    position: relative;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 1rem;
    font-weight: 200;
    letter-spacing: 2px;
    line-height: 1.2;
}
@media (min-width: 768px) {
.intro__subtitle {
        font-size: 1.25rem
}
    }
.intro__subtitle--top:before {
        position: absolute;
        content: '';
        width: 1rem;
        height: 2rem;
        left: calc(50% - 0.5rem);
        bottom: calc(100% + 1rem);
        background-image: url(./../images/fire.svg?f0f6d4256f5787c9d593d4197201bb95);
        background-repeat: no-repeat;
        background-size: cover;
    }
@media (min-width: 768px) {
.intro__subtitle--top:before {
            width: 2rem;
            height: 4rem;
            bottom: calc(100% + 1.75rem)
    }
        }
.intro__head {
    display: flex;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
}
@media (min-width: 1280px) {
.intro__head {
        max-width: 1024px
}
    }
.intro__title {
    position: relative;
    margin-top: 0.5rem;
    font-size: 2.25rem;
    text-align: center;
}
@media (min-width: 768px) {
.intro__title {
        font-size: 3.75rem
}
    }
@media (min-width: 1280px) {
.intro__title {
        font-size: 5.25rem
}
    }
.intro__title:before,
    .intro__title:after {
        display: none;
    }
@media (min-width: 768px) {
.intro__title:before,
    .intro__title:after {
            display: block;
            position: absolute;
            font-weight: 200;
            max-width: 100%;
            bottom: 0.5rem;
            font-size: 1rem
    }
        }
@media (min-width: 1280px) {
.intro__title:before,
    .intro__title:after {
            font-size: 1.25rem
    }
        }
.intro__title:before {
        content: attr(data-before);
        left: 0;
        transform: translateX(-120%);
        text-align: left;
    }
@media (min-width: 768px) {
.intro__title:before {
            transform: translateX(-130%)
    }
        }
@media (min-width: 1280px) {
.intro__title:before {
            transform: translateX(-150%)
    }
        }
.intro__title:after {
        content: attr(data-after);
        right: 0;
        transform: translateX(110%);
        text-align: right;
    }
@media (min-width: 768px) {
.intro__title:after {
            transform: translateX(130%)
    }
        }
@media (min-width: 1280px) {
.intro__title:after {
            transform: translateX(150%)
    }
        }
.intro__image-container {
    display: flex;
    justify-content: center;
}
.intro__image {
    display: block;
    max-width: 100%;
    height: auto;
}
.intro__button {
    position: absolute;
    bottom: -3rem;
}
@media (min-width: 768px) {
.intro__button {
        bottom: -4rem
}
    }
/* Header */
.header {
    position: relative;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.header__wrapper {
    margin: 0 auto;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (min-width: 768px) {
.header__wrapper {
        max-width: 768px;
        justify-content: flex-start
}
    }
@media (min-width: 1024px) {
.header__wrapper {
        max-width: 1024px
}
    }
@media (min-width: 1280px) {
.header__wrapper {
        max-width: 1280px
}
    }
.header__logo {

    justify-content: center;
    display: flex;
    align-items: center;
    padding-left: 1.5rem;
}
@media (min-width: 768px) {
.header__logo {
        flex-grow: 1;
        justify-content: flex-start;
        margin-left: 2rem
}
    }
@media (min-width: 1024px) {
.header__logo {
        margin-left: 4rem
}
    }
.header__nav {
    margin-left: 2rem;
}
.header__nav a {
    display: none;

}
@media (min-width: 768px) {
.header__nav a {
        display: inline-block;
        text-transform: uppercase;
        text-decoration: none;
        font-size: 1rem;
        font-weight: 200;
        padding: 0.5rem;
        margin-top: 0.5rem;
        letter-spacing: 2px;
        font-family: 'Oswald', sans-serif;
        color: rgba(255, 255, 255, 1);
        line-height: 1;
        transition: all 0.3s ease

}
        .header__nav a:hover {
            color: rgba(236, 105, 7, 1);
        }
    }
.header__switch-locale {
    display: none;
}
@media (min-width: 768px) {
.header__switch-locale {
        display: flex;
        margin-right: 2rem
}
    }
@media (min-width: 1024px) {
.header__switch-locale {
        margin-right: 4rem
}
    }
.header__phone .phone__number {
    display: none;
}
@media (min-width: 786px) {
.header__phone .phone__number {
        display: block
}
    }
.cart-header {
    width: 100%;
    margin-top: 1.5rem;
    margin-bottom: 3rem;
}
.cart-header .phone__number {
        display: block;
    }
.cart-header__wrapper  {
    margin: 0 auto;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;

}
@media (min-width: 768px) {
.cart-header__wrapper  {
        max-width: 768px

}
    }
/* Content */
.made {
    margin-bottom: 4rem;
}
@media (min-width: 768px) {
.made {
        margin-bottom: 0
}
    }
@media (min-width: 1280px) {
.made {
        margin-bottom: -6.5rem;
        z-index: 10
}
    }
.made__wrapper {
    width: 100%;
    margin: 0 auto;
    padding-left: 1rem;
    padding-right: 1rem;

    display: flex;
    flex-direction: column;
}
@media (min-width: 768px) {
.made__wrapper {
        max-width: 768px
}
    }
@media (min-width: 1024px) {
.made__wrapper {
        max-width: 1024px;
        flex-direction: row
}
    }
@media (min-width: 1280px) {
.made__wrapper {
        max-width: 1280px
}
    }
.made__image {
    position: relative;
    width: 100%;
    max-width: 590px;
    height: auto;
}
.made__image img {
        display: block;
        max-width: 100%;
        max-height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
    }
.made__image-link {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 1.5rem;
    height: 1.5rem;
    background-color: rgba(255, 255, 255, 1);
    border: 2px solid rgba(236, 105, 7, 1);
    border-radius: 50%;
    text-decoration: none;
    color: rgba(0, 0, 0, 1);
    transition: all 0.3s ease;
}
.made__image-link._active {
        border-color: rgba(255, 255, 255, 1);
        background-color: rgba(236, 105, 7, 1);;
        color: rgba(255, 255, 255, 1)
    }
@media (min-width: 1024px) {
.made__image-link {
        width: 2rem;
        height: 2rem
}
        .made__image-link:hover {
            border-color: rgba(255, 255, 255, 1);
            background-color: rgba(236, 105, 7, 1);;
            color: rgba(255, 255, 255, 1)
        }
    }
.made__content {
    margin-top: 2rem;
}
@media (min-width: 1024px) {
.made__content {
        margin-top: 6rem;
        margin-left: 1rem;
        width: 50%
}
    }
.made__content-title {
    display: none;
}
@media (min-width: 1024px) {
.made__content-title {
        display: block;
        margin-bottom: 2.5rem
}
    }
@media (min-width: 1024px) {
.made__title {
        display: none
}
    }
.made__nav {
    list-style-type: none;
    padding: 0;
    margin: 0 0 1.5rem 0;
    display: flex;
    align-items: center;
}
.made__nav-item:first-child {
    margin-left: 1.5rem;
}
.made__nav-item:first-child .made__naw-link {
        padding: 0.25rem 1rem 0.25rem 1rem;
    }
.made__naw-link {
    position: relative;
    display: flex;
    padding: 0.25rem 1rem 0.25rem 2rem;
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
    font-weight: 200;
    background-color: rgba(0, 0, 0, 1);
    border: 1px solid rgba(236, 105, 7, 1);
    border-radius: 1.25rem;
    color: rgba(255, 255, 255, 1);
    margin-left: -1.5rem;
}
.made__naw-link._active {
        background-color: rgba(236, 105, 7, 1);
    }
@media (min-width: 1280px) {
        .made__naw-link._active span {
            margin-left: 0.5rem;
            display: block;
            letter-spacing: 1px;
        }
    }
.made__naw-link span {
    display: none;
}
.made__description {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.7;
}
@media (min-width: 768px) {
.made__description {
        font-size: 1rem
}
    }
.made__description-item {
    display: none;
}
.made__description-item._active {
        display: block;
    }
.catalog {
    display: block;
    background-color: rgba(236, 105, 7, 1);
    position: relative;
    padding-top: 2.5rem;
    padding-bottom: 6rem;
    min-width: 100%;

}
@media (min-width: 768px) {
.catalog {
        padding-top: 7rem

}
        .catalog:after {
            z-index: 0;
            display: block;
            position: absolute;
            content: '';
            top: -1px;
            left: 0;
            right: 0;
            width: 100%;
            height: 100%;
            background-image: url(./../images/footer_before.svg?4d97db276ba072a4cbb2e7b5d2069e2b);
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center top;
        }
    }
@media (min-width: 1280px) {
.catalog {
        padding-top: 11rem

}
    }
@media (min-width: 1440px) {
.catalog {
        padding-top: 13rem

}
    }
.catalog__wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-left: 1rem;
    padding-right: 1rem;
    z-index: 2;
}
@media (min-width: 768px) {
.catalog__wrapper {
        max-width: 768px
}
    }
@media (min-width: 1024px) {
.catalog__wrapper {
        max-width: 1024px
}
    }
@media (min-width: 1280px) {
.catalog__wrapper {
        max-width: 1280px
}
    }
.catalog-nav {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}
@media (min-width: 768px) {
.catalog-nav {
        justify-content: center
}
    }
.catalog-nav__items {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;

}
@media (max-width: 1279px) {
.catalog-nav__items {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar

}

        .catalog-nav__items::-webkit-scrollbar {
            display: none;
        }
    }
.catalog-nav__item {
    margin-right: 1rem;
}
.catalog-nav__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.5rem 1rem;
    border-radius: 1rem;
    background-color: rgba(0, 0, 0, 0.33);
    font-family: 'Oswald', sans-serif;
    font-weight: 200;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    color: rgba(255, 255, 255, 1);
    white-space: nowrap;

}
.catalog-nav__link .unit {
        background-color: rgba(236, 105, 7, 1);
        padding: 0 0.5rem;
        border-radius: 0.5rem;
        font-size: 0.75rem;
    }
@media (min-width: 768px) {
.catalog-nav__link {
        transition: all 0.3s ease

}
        .catalog-nav__link:hover {
            background-color: rgba(0, 0, 0, 1);
        }
    }
.catalog-nav__item._active {
    position: relative;
    background-color: rgba(0, 0, 0, 1);
    border-radius: 1rem;
}
@media (min-width: 1280px) {
        .catalog-nav__item._active:before {
            content: '';
            position: absolute;
            width: 0;
            height: 0;
            top: 100%;
            right: calc(50% - 0.5rem);
            border-left: 0.5rem solid transparent;
            border-right: 0.5rem solid transparent;
            border-top: 0.5rem solid rgba(0, 0, 0, 1);

        }
    }
.catalog-info {
    background-color: rgba(0, 0, 0, 1);
    border-radius: 1rem;
    padding: 1rem;
}
@media (min-width: 1280px) {
.catalog-info {
        padding: 2.25rem 2rem
}
    }
.offer {
    display: none;
}
.offer._active {
    display: block;
}
.offer__wrapper {
    display: flex;
    flex-direction: column;
}
@media (min-width: 1280px) {
.offer__wrapper {
        flex-direction: row;
        justify-content: space-between
}
    }
.offer__title {
    font-size: 1.5rem;
    margin-bottom: 2rem;
}
.offer__content {
    order: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
}
@media (min-width: 1280px) {
.offer__content {
        order: 0;
        width: calc(50% - 0.5rem)
}
    }
.offer__gallery {
    width: 100%;
    margin-bottom: 3rem;
}
@media (min-width: 1280px) {
.offer__gallery {
        margin-bottom: 0;
        width: calc(50% - 0.5rem)
}
    }
.offer__feature {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.offer__feature-item {
    display: flex;
    align-items: center;
    background-color: #1f1f1f;
    padding: 0.25rem 0.5rem;
}
.offer__feature-item:not(:last-child) {
    margin-bottom: 0.25rem;
}
.offer__feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 2.5rem;
    max-height: 2.5rem;
}
.offer__feature-icon img {
    width: 100%;
    height: 100%;
}
.offer__feature-content {
    display: flex;
    flex-direction: column;
    margin-left: 1rem;
}
.offer__feature-name,
.offer__feature-value{
    font-family: 'Oswald', sans-serif;
    font-size: 1rem;
    font-weight: 200;
    letter-spacing: 1px;
}
.offer__feature-value {
    color: rgba(236, 105, 7, 1)
}
.offer__description {
    order: 1;
}
@media (min-width: 1280px) {
.offer__description {
        order: 0
}
    }
.offer__buy {
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
}
@media (min-width: 1280px) {
.offer__buy {
        align-items: flex-start;
        margin-top: 2rem;
        margin-bottom: 1rem
}
    }
.offer__price {
    display: flex;
    align-items: flex-end;
    margin-bottom: 1rem;
}
.offer__price > span {
        font-family: 'Oswald', sans-serif;
        font-size: 1.25rem;
        letter-spacing: 1px;
        font-weight: 200;
        margin-right: 1rem;
    }
.offer__price > div {
        display: flex;
        flex-direction: column;
    }
.offer__price > div span {
        font-family: 'Oswald', sans-serif;
        font-size: 2rem;
        letter-spacing: 1px;
        font-weight: 400;
        color: rgba(236, 105, 7, 1)
    }
.offer__price > div .old-price {
        font-size: 0.875rem;
        color: rgba(255, 255, 255, 1);
        opacity: 0.6;
        text-decoration: line-through;
    }
@media (min-width: 1280px) {
.offer__price {
        margin-bottom: 2rem
}
    }
.offer__buttons {
    display: flex;
}
.offer__buttons > .button {
        font-size: 0.875rem;
    }
.offer__buttons > .button + .button {
        margin-left: 0.5rem;
    }
@media (min-width: 1280px) {
        .offer__buttons > .button + .button {
            margin-left: 1rem;
        }

        .offer__buttons > .button {
            font-size: 1rem;
        }
    }
@media (min-width: 1280px) {
.gallery {
        margin-top: 3rem
}
    }
.gallery__wrapper {
    position: relative;
}
.gallery__item {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.gallery__item:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.3) 0%, rgba(56, 56, 56, 0) 100%);
        transform: translate(-50%, -50%);
    }
.gallery__item img {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        max-width: 28.75rem;
        -o-object-fit: cover;
           object-fit: cover;

    }
.gallery-nav {
    display: none;
}
.gallery-nav--hidden {
        display: none;
    }
@media (min-width: 768px) {
.gallery-nav {
        display: block
}
    }
.gallery-nav__list {
    display: flex;
    justify-content: center;
}
.gallery-nav__item {
    display: block;
    cursor: pointer;
    border: 1px solid transparent;
    max-width: 3.5rem;
}
.gallery-nav__item:hover {
    border: 1px solid rgba(255, 255, 255, 0.56);
    border-radius: 0.5rem;
}
.gallery-nav__item.swiper-slide-thumb-active {
    border-color: rgba(236, 105, 7, 1);
    border-radius: 0.5rem;
}
.gallery-nav__item  img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.gallery__pagination {
    display: flex;
    justify-content: center;
    margin-top: 0.5rem;
    text-align: center;
}
.gallery__pagination .gallery__pagination-bullet {
        margin: 0 0.125rem;
        background-color: rgba(255, 255, 255, 1);
        width: 0.875rem;
        height: 0.25rem;
        border-radius: 1rem;
        opacity: 0.4;
        transition: all 0.3s ease;
    }
.gallery__pagination .gallery__pagination-bullet.gallery__pagination-bullet--active {
        opacity: 1;
        width: 2.5rem;
        background-color: rgba(236, 105, 7, 1);
    }
@media (min-width: 768px) {
.gallery__pagination {
        display: none
}
    }
.gallery-arrow {
    z-index: 1;
    position: absolute;
    top: 50%;
    width: 3rem;
    height: 3rem;
    transform: translateY(-50%);
    opacity: 0.4;
    cursor: pointer;
    transition: all 0.2s ease;
}
.gallery-arrow--disable {
        opacity: 0.2;
        cursor: auto;
    }
@media (min-width: 768px) {
        .gallery-arrow:hover:not(.gallery-arrow--disable) {
            color: rgba(236, 105, 7, 1);
            opacity: 1;
        }
    }
.gallery-arrow--prev {
    left: 0;
}
.gallery-arrow--next {
    right: 0;
}
.advantages {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1280px) {
.advantages {
        padding-top: 4rem;
        padding-bottom: 4rem
}
    }
.advantages__wrapper {
    width: 100%;
    margin: 0 auto;
    padding-left: 1rem;
    padding-right: 1rem;
}
@media (min-width: 768px) {
.advantages__wrapper {
        max-width: 768px
}
    }
@media (min-width: 1024px) {
.advantages__wrapper {
        max-width: 1024px
}
    }
@media (min-width: 1280px) {
.advantages__wrapper {
        max-width: 1280px
}
    }
@media (min-width: 768px) {
.advantages__list {
        display: flex;
        flex-wrap: wrap
}
    }
@media (min-width: 1280px) {
.advantages__list {
        justify-content: space-between
}
    }
.advantages__item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
.advantages__item {
        width: 50%
}
    }
@media (min-width: 1280px) {
.advantages__item {
        width: 23%;
        margin-bottom: 0
}
    }
.advantages__item-icon {
    display: flex;
    position: relative;
    background-color: #1f1f1f;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    min-width: 3rem;
    min-height: 3rem;
    border-radius: 0.25rem;
}
@media (min-width: 1280px) {
        .advantages__item-icon:after {
            position: absolute;
            content: '';
            width: 1px;
            height: 100%;
            top: calc(100% + 1rem);
            left: calc(50% - 1);
            background-color: rgba(236, 105, 7, 1);
        }
    }
.advantages__item-icon img {
    width: 100%;
    height: auto;
}
.advantages__item-content {
    margin-left: 1rem;
}
.advantages__item-title {
    font-size: 1.25rem;
    font-weight: 200;
    margin-bottom: 0.75rem;
}
.advantages__item-description {
    font-size: 0.875rem;
    margin-bottom: 0;
}
.advantages__title {
    margin-bottom: 1rem;
}
.certificates {
    z-index: 2;
    position: relative;
    padding-bottom: 6rem;
}
.certificates__wrapper {
    width: 100%;
    margin: 0 auto;
    padding-left: 1rem;
    padding-right: 1rem;
}
@media (min-width: 768px) {
.certificates__wrapper {
        max-width: 768px
}
    }
@media (min-width: 1024px) {
.certificates__wrapper {
        max-width: 1024px
}
    }
@media (min-width: 1280px) {
.certificates__wrapper {
        max-width: 1280px
}
    }
.certificates__content {
    position: relative;
}
@media (min-width: 768px) {
.certificates__content {
        padding-left: 11rem;
        padding-right: 11rem
}

        .certificates__content:before,
        .certificates__content:after {
            z-index: -1;
            position: absolute;
            content: '';
            top: 50%;
            width: 7.875rem;
            height: 12rem;
            background-repeat: no-repeat;
            background-image: url(./../images/before_certificates.png?7b48275089469691c132d9f792f2e383);
            background-size: contain;
            transform: translateY(-50%);
            opacity: 0.6;
        }

        .certificates__content:before {
            left: 2rem;
        }

        .certificates__content:after {
            right: 2rem;
        }
    }
@media (min-width: 1280px) {
.certificates__content {
        padding-left: 13.5rem;
        padding-right: 13.5rem
}

        .certificates__content:before,
        .certificates__content:after {
            z-index: -1;
            position: absolute;
            content: '';
            top: 50%;
            width: 9.875rem;
            height: 14rem;
            background-repeat: no-repeat;
            background-image: url(./../images/before_certificates.png?7b48275089469691c132d9f792f2e383);
            background-size: contain;
            transform: translateY(-50%);
            opacity: 0.6;
        }

        .certificates__content:before {
            left: 2rem;
        }

        .certificates__content:after {
            right: 2rem;
        }
    }
.certificates__link {
    display: block;
}
.certificates__link img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        border-radius: 0.75rem;
    }
/** SWIPER NAV **/
.certificates__controls {
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
}
@media (min-width: 768px) {
.certificates__controls {
        justify-content: space-between;
        top: 50%;
        left: 50%;
        width: calc(100% - 6rem);
        transform: translate(-50%, -50%)
}
    }
@media (min-width: 1024px) {
.certificates__controls {
        width: calc(100% - 10rem)
}
    }
.certificates__nav  {
    display: none;
}
@media (min-width: 768px) {
.certificates__nav  {
        display: block;
        width: 3rem;
        height: 3rem;
        opacity: 0.4;
        color: rgba(255, 255, 255, 1);
        cursor: pointer;
        transition: all 0.3s ease
}

        .certificates__nav:hover:not(.certificates__nav--disable) {
            opacity: 1;
        }

        .certificates__nav--disable {
            opacity: 0.1;
            cursor: default;

        }
    }
.certificates__pagination {
    margin-top: 0.5rem;
    text-align: center;
}
.certificates__pagination .swiper-pagination-bullet {
        background-color: rgba(255, 255, 255, 1);
        width: 0.875rem;
        height: 0.25rem;
        border-radius: 1rem;
        opacity: 0.4;
        transition: all 0.3s ease;
    }
.certificates__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        opacity: 1;
        width: 2rem;
    }
@media (min-width: 768px) {
.certificates__pagination {
        display: none
}
    }
/** MFP **/
/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
    padding: 0;
}
/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
    top: 0;
    bottom: 0;
}
/* padding for main container */
.mfp-no-margins .mfp-container {
    padding: 0;
}
/*

for zoom animation
uncomment this part if you haven't added this code anywhere else

*/
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}
.video {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: #131313;
}
@media (min-width: 768px) {
.video {
        padding-bottom: 3rem
}
    }
.video__wrapper {
    width: 100%;
    margin: 0 auto;
    padding-left: 1rem;
    padding-right: 1rem;
}
@media (min-width: 768px) {
.video__wrapper {
        max-width: 768px
}
    }
@media (min-width: 1024px) {
.video__wrapper {
        max-width: 1024px
}
    }
@media (min-width: 1280px) {
.video__wrapper {
        max-width: 1280px
}
    }
.video__head .button {
        display: none;
    }
@media (min-width: 1280px) {
.video__head {
        display: flex;
        justify-content: space-between;
        align-items: flex-end
}

        .video__head .button {
            display: block;
            margin-bottom: 1rem;
        }
    }
@media (min-width: 1280px) {
.video__title {
        position: relative
}
        .video__title:before {
            position: absolute;
            content: '';
            bottom: 5rem;
            left: 70%;
            width: 29.25rem;
            height: 8.875rem;
            background-repeat: no-repeat;
            background-image: url(./../images/video_after.svg?9b6d89654fb7bb150d837d42e45ee706);
        }
    }
.video__list {
    width: 100%;
    height: 100%;
}
.video__list-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.video__list-link {
    display: inline-block;
    position: relative;

}
.video__list-link img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        border-radius: 1.5rem;
    }
.video__list-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.video__list-play .play {
        transition: all 0.2s ease;
    }
.video__list-play:hover .play {
        fill: red;
    }
.video__content {
    position: relative;
    margin-top: 1rem;
}
@media (min-width: 768px) {
.video__content {
        margin-top: 2rem
}
    }
.video__list-controls {
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
}
@media (min-width: 768px) {
.video__list-controls {
        justify-content: space-between;
        top: 50%;
        left: 50%;
        width: calc(100% + 6rem);
        transform: translate(-50%, -50%)
}
    }
@media (min-width: 1024px) {
.video__list-controls {
        width: calc(100% + 8rem)
}
    }
.video__list-nav  {
    display: none;
}
@media (min-width: 768px) {
.video__list-nav  {
        display: block;
        width: 3rem;
        height: 3rem;
        opacity: 0.4;
        color: rgba(255, 255, 255, 1);
        cursor: pointer;
        transition: all 0.3s ease
}

        .video__list-nav:hover:not(.video__list-nav--disable) {
            color: rgba(236, 105, 7, 1);
            opacity: 1;
        }

        .video__list-nav--disable {
            opacity: 0.2;
            cursor: default;

        }
    }
.video__list-pagination {
    margin-top: 0.5rem;
    text-align: center;
}
.video__list-pagination .swiper-pagination-bullet {
        background-color: rgba(255, 255, 255, 1);
        width: 0.875rem;
        height: 0.25rem;
        border-radius: 1rem;
        opacity: 0.4;
        transition: all 0.3s ease;
    }
.video__list-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        opacity: 1;
        width: 2rem;
        background-color: rgba(236, 105, 7, 1);
    }
@media (min-width: 768px) {
.video__list-pagination {
        display: none
}
    }
/* Footer */
.footer {
    display: block;
    background-color: rgba(236, 105, 7, 1);
    position: relative;
    padding-top: 2.5rem;
    min-width: 100%;

}
@media (min-width: 768px) {
.footer {
        padding-top: 7rem

}
        .footer:after {
            z-index: 0;
            display: block;
            position: absolute;
            content: '';
            top: -1px;
            left: 0;
            right: 0;
            width: 100%;
            height: 100%;
            background-image: url(./../images/footer_before_light.svg?ba31725fa09212ee1db976c1e3bc6e42);
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center top;
        }
    }
@media (min-width: 1280px) {
.footer {
        padding-top: 11rem

}
    }
@media (min-width: 1440px) {
.footer {
        padding-top: 13rem

}
    }
.footer__logo {
    margin-bottom: 1rem;
}
@media (min-width: 768px) {
.footer__logo {
        margin-bottom: 0
}
    }
.help-choice {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0 auto 6rem auto;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    flex-direction: column;
}
@media (min-width: 768px) {
.help-choice {
        max-width: 768px;
        align-items: center
}
    }
@media (min-width: 1024px) {
.help-choice {
        max-width: 1024px
}
    }
@media (min-width: 1280px) {
.help-choice {
        max-width: 1280px
}
    }
@media (min-width: 768px) {
.help-choice__button {
        padding: 1rem 10rem
}
    }
.copyright {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
.copyright__title {
    margin-bottom: 0;
    font-weight: 200;
    font-family: 'Oswald', sans-serif;
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 1px;
}
.contacts {
    z-index: 2;
    position: relative;
    width: 100%;
    background-color: rgba(0, 0, 0, 1);
}
.contacts__wrapper {
    width: 100%;
    margin: 0 auto;
    padding-left: 1rem;
    padding-right: 1rem;
}
@media (min-width: 768px) {
.contacts__wrapper {
        max-width: 768px
}
    }
@media (min-width: 1024px) {
.contacts__wrapper {
        max-width: 1024px
}
    }
@media (min-width: 1280px) {
.contacts__wrapper {
        max-width: 1280px
}
    }
.contacts__row {
    padding-top: 1.25rem;
    padding-bottom: 1.5rem;
}
@media (min-width: 768px) {
.contacts__row {
        display: flex;
        align-items: center;
        justify-content: space-between
}
    }
.contacts__info {
    display: flex;
    flex-direction: column;
}
@media (min-width: 1280px) {
.contacts__info {
        flex-direction: row;
        align-items: center
}
    }
.contacts__location {
    margin-bottom: 1rem;
}
@media (min-width: 1280px) {
.contacts__location {
        margin-bottom: 0;
        margin-right: 2rem
}
    }
.contacts__location,
.contacts__phone {
    display: flex;
    align-items: center;
    font-family: 'Oswald', sans-serif;
    font-weight: 200;
    font-size: 1rem;
    color: rgba(255, 255, 255, 1);
}
.contacts__location svg, .contacts__phone svg {
        margin-right: 0.5rem;
        width: 2rem;
        height: 2rem;
    }
@media (min-width: 768px) {
.contacts__location,
.contacts__phone {
        font-size: 1.25rem
}
    }
.contacts__phone a {
    text-decoration: none;
    color: rgba(255, 255, 255, 1);
    transition: opacity 0.2s ease;
}
.contacts__phone a:hover {
        opacity: 0.7;
    }



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