/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
@import "../vendor/swiper-bundle.min.css";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

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

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

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

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

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

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

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

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

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

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

.fancybox-navigation {
  position: static;
}

@font-face {
  font-family: "NewYork";
  src: url("../../fonts/new-york/NewYork.eot");
  src: local("NewYork"), url("../../fonts/new-york/NewYork.eot?#iefix") format("embedded-opentype"), url("../../fonts/new-york/NewYork.woff2") format("woff2"), url("../../fonts/new-york/NewYork.woff") format("woff"), url("../../fonts/new-york/NewYork.ttf") format("truetype"), url("../../fonts/new-york/NewYork.svg#NewYork") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
  position: relative;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

section {
  overflow: hidden;
}

.mobile-navigation {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.mobile-navigation-wrapper {
  width: 100%;
  height: 100%;
  background: #fff;
  transition: all 300ms ease-in-out;
}
.mobile-navigation-heading {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 20px;
  background: transparent;
}
.mobile-navigation-heading .close-mobile-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  border-radius: 0;
  cursor: pointer;
  background: #fff;
}
.mobile-navigation-body {
  width: 100%;
  height: calc(100% - (40px + 80px));
  background: transparent;
}
.mobile-navigation-body nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.mobile-navigation-body nav a {
  text-transform: uppercase;
  margin: 20px 0;
}
.mobile-navigation-footer {
  width: 100%;
  height: 80px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-navigation.from-top, .mobile-navigation.from-bottom, .mobile-navigation.from-left, .mobile-navigation.from-right {
  opacity: 0;
  visibility: hidden;
}
.mobile-navigation.from-top.show, .mobile-navigation.from-bottom.show, .mobile-navigation.from-left.show, .mobile-navigation.from-right.show {
  opacity: 1;
  visibility: visible;
}
.mobile-navigation.from-top .mobile-navigation-wrapper {
  transform: translateY(-100%);
}
.mobile-navigation.from-top.show .mobile-navigation-wrapper {
  transform: translateY(0);
}
.mobile-navigation.from-bottom .mobile-navigation-wrapper {
  transform: translateY(100%);
}
.mobile-navigation.from-bottom.show .mobile-navigation-wrapper {
  transform: translateY(0);
}
.mobile-navigation.from-left .mobile-navigation-wrapper {
  transform: translateX(-100%);
}
.mobile-navigation.from-left.show .mobile-navigation-wrapper {
  transform: translateX(0);
}
.mobile-navigation.from-right .mobile-navigation-wrapper {
  transform: translateX(100%);
}
.mobile-navigation.from-right.show .mobile-navigation-wrapper {
  transform: translateX(0);
}

body {
  font-family: "Lexend", sans-serif;
  background: #FEF6F5;
}
body.show-menu .content-wrapper {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform: translate3d(100px, 0, 0);
  transform: translate3d(-100px, 0, 0);
}
body.show-menu .mobile-navigation {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
body.show-menu .mobile-navigation-overlay {
  display: block;
}

.content-wrapper {
  max-width: 1920px;
  margin: 0 auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

header {
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
header .header-center {
  width: auto;
  display: flex;
}
header .header-center nav {
  margin: 30px 0 0 0;
}
header .header-center nav a {
  display: inline-block;
  color: #544D4C;
  font-family: "Lexend", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 8px;
  line-height: 18px;
  text-align: right;
  margin: 0 0 0 50px;
  text-transform: uppercase;
}
header .header-center nav a.active, header .header-center nav a:hover {
  text-decoration: none;
  color: #f8553d;
}
header .header-center nav a:first-child {
  margin: 0;
}
header .logo {
  width: 230px;
  height: 180px;
  position: relative;
  margin: 0 75px;
}
header .logo-body {
  z-index: 50;
  display: block;
  margin: 10px auto 0 auto;
}
header .logo-body-decor-2 {
  width: 440px;
  height: 200px;
  position: absolute;
  z-index: 15;
  top: -30px;
  left: -105px;
}
header .logo-body-decor-3 {
  width: 280px;
  height: 110px;
  position: absolute;
  z-index: 15;
  bottom: -55px;
  left: -25px;
}
header .logo::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #F8553D;
  border-radius: 0 0 160px 160px;
  z-index: 25;
  position: absolute;
  top: 0;
  left: 0;
}
header .header-right {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 40px 0 0;
}
header .header-right .language-switcher {
  text-align: center;
  margin: 5px 0 0 0;
}
header .header-right .language-switcher span {
  color: #F8553D;
  font-family: "Lexend", sans-serif;
  font-size: 43px;
  letter-spacing: 0;
  line-height: 52px;
  text-transform: lowercase;
  cursor: pointer;
}
header .header-right .language-switcher span::after {
  content: "";
  display: block;
  width: 38px;
  height: 20px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMzlweCIgaGVpZ2h0PSIyMXB4IiB2aWV3Qm94PSIwIDAgMzkgMjEiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+ODRGOTFCM0MtNEVERC00NDg2LTk3MjItMjJGM0VBNEExQjBDPC90aXRsZT4KICAgIDxnIGlkPSJDYXN0ZWxtaWVyb3ZvX2Jha2VyeV93ZWJkZXNpZ24iIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJDTV9tYWlucGFnZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE4NDEuMDAwMDAwLCAtNjUuMDAwMDAwKSIgc3Ryb2tlPSIjRjg1NTNEIiBzdHJva2Utd2lkdGg9IjEuNCI+CiAgICAgICAgICAgIDxnIGlkPSJoZWFkZXIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI3Mi4wMDAwMDAsIC00NC44NTQxMDcpIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJsYW5nIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNTY3LjAwMDAwMCwgNTcuODU0MTA3KSI+CiAgICAgICAgICAgICAgICAgICAgPGcgaWQ9ImFycm93LWRvd24iIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIxLjUwMDAwMCwgNjMuMDAwMDAwKSByb3RhdGUoOTAuMDAwMDAwKSB0cmFuc2xhdGUoLTIxLjUwMDAwMCwgLTYzLjAwMDAwMCkgdHJhbnNsYXRlKDEyLjAwMDAwMCwgNDQuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0wLDE5IEMxMC40OTM0MTAyLDE5IDE5LDEwLjQ5MzQxMDIgMTksMCIgaWQ9InVwcGVyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg5LjUwMDAwMCwgOS41MDAwMDApIHNjYWxlKC0xLCAxKSB0cmFuc2xhdGUoLTkuNTAwMDAwLCAtOS41MDAwMDApICI+PC9wYXRoPgogICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTksMzggQzE5LDI3LjUwNjU4OTggMTAuNDkzNDEwMiwxOSAwLDE5IiBpZD0ibG93ZXIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDkuNTAwMDAwLCAyOC41MDAwMDApIHNjYWxlKC0xLCAxKSB0cmFuc2xhdGUoLTkuNTAwMDAwLCAtMjguNTAwMDAwKSAiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==) no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0 auto;
}

@media (max-width: 1600px) {
  header .header-center nav a {
    letter-spacing: 4px;
    margin: 0 0 0 40px;
  }
}
@media (max-width: 1400px) {
  header .logo {
    width: 210px;
    height: 160px;
    margin: 0 95px;
  }
  header .header-right {
    padding: 0 20px 0 0;
  }
  header .header-right .language-switcher {
    margin: 20px 0 0 0;
  }
  header .header-right .language-switcher span {
    font-size: 23px;
    letter-spacing: 0;
    line-height: 32px;
  }
  header .logo-body {
    width: calc(100% - 42px);
    height: auto;
  }
  header .logo-body-decor-2 {
    width: 410px;
  }
  header .logo-body-decor-3 {
    bottom: -35px;
    width: 260px;
    height: 90px;
  }
}
@media (max-width: 1300px) {
  header .header-center nav a {
    letter-spacing: 2px;
    margin: 0 0 0 30px;
  }
}
@media (max-width: 1180px) {
  header .header-center nav a {
    letter-spacing: 0;
    margin: 0 0 0 30px;
  }
}
@media (max-width: 1120px) {
  header .header-center nav a {
    margin: 0 0 0 16px;
  }
  header .logo {
    width: 180px;
    height: 130px;
  }
  header .logo-body-decor-2 {
    width: 370px;
    left: -100px;
  }
  header .logo-body-decor-3 {
    bottom: -35px;
    width: 230px;
    height: 70px;
  }
}
@media (max-width: 1023px) {
  header .header-center nav {
    display: none;
  }
  header .header-right {
    display: none;
  }
}
@media (max-width: 600px) {
  header .logo {
    width: 140px;
    height: 90px;
  }
  header .logo-body-decor-2 {
    width: 260px;
    left: -60px;
    top: -50px;
  }
  header .logo-body-decor-3 {
    width: 190px;
    height: 60px;
  }
}
@media (max-width: 350px) {
  header {
    justify-content: flex-start;
  }
  header .logo {
    margin: 0;
    left: 80px;
  }
}
footer {
  width: 100%;
  z-index: 50;
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
footer .footer {
  width: 100%;
}
footer .footer-content-middle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 100px 20px 100px;
}
footer .footer-content-middle-decor {
  width: 300px;
  margin: 0 0 -40px 0;
  position: relative;
}
footer .footer-content-middle-decor span {
  color: #FF9A91;
  font-family: "Lexend", sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 3px;
  line-height: 25px;
  text-transform: uppercase;
  white-space: nowrap;
  display: inline-block;
  margin: 0 auto;
  position: absolute;
  z-index: 50;
  left: 90px;
  top: 20px;
}
footer .footer-content-middle-block strong {
  color: #00494D;
  font-family: "Lexend", sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 25px;
  display: block;
  margin: 0 0 10px 0;
}
footer .footer-content-middle-block a {
  color: #00494D;
  font-family: "Lexend", sans-serif;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 25px;
  display: block;
}
footer .footer-content-middle-block address {
  font-style: normal;
}
footer .footer-content-middle-block address span {
  display: block;
  color: #00494D;
  font-family: "Lexend", sans-serif;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 25px;
}
footer .footer-content-middle-socials {
  display: flex;
  align-items: center;
  flex-direction: column;
}
footer .footer-content-middle-socials a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
footer .footer-content-middle-socials a span {
  color: #235959;
  font-family: "NewYork", sans-serif;
  font-size: 80px;
  letter-spacing: 0;
  line-height: 97px;
}
footer .footer-content-middle-socials a img {
  width: 58px;
  height: 58px;
  display: block;
}
footer .footer-content-middle-socials a.facebook img {
  margin: 0 0 0 20px;
}
footer .footer-content-middle-socials a.instagram img {
  margin: 0 20px 0 0;
}
footer .footer-content-middle-socials a:hover {
  text-decoration: none;
}
footer .footer-content .copyright {
  padding: 0 100px 30px 100px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .footer-content .copyright-text, footer .footer-content .copyright-created {
  color: #F8553D;
  font-family: "Lexend", sans-serif;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 25px;
  font-weight: 500;
}
footer .footer-content .copyright-text a, footer .footer-content .copyright-created a {
  color: #F8553D;
  font-family: "Lexend", sans-serif;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 25px;
  font-weight: 500;
}
footer .footer-content::before {
  max-width: calc(100% - 80px);
  left: 40px;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #235959;
  margin: 0 auto 40px auto;
}
footer .footer-decor {
  height: 120px;
  width: 100%;
  background: #235959;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  padding: 0 10px;
}
footer .footer-decor-block {
  margin: 0 70px 0 0;
}
footer .footer-decor-block span {
  color: #FF9A91;
  font-family: "NewYork", sans-serif;
  font-size: 40px;
  letter-spacing: 0;
  line-height: 28px;
}

@media (max-width: 1440px) {
  footer .footer-content-middle-decor {
    padding: 0 0 0 40px;
  }
  footer .footer-content-middle-decor span {
    left: 130px;
  }
  footer .footer-decor-block span {
    font-size: 32px;
  }
}
@media (max-width: 1360px) {
  footer .footer-content-middle {
    padding: 0 30px 20px 30px;
  }
  footer .footer-content-middle-decor {
    width: 260px;
  }
  footer .footer-content-middle-socials a span {
    font-size: 60px;
    line-height: 77px;
  }
  footer .footer-content .copyright {
    padding: 0 30px 30px 30px;
  }
}
@media (max-width: 1200px) {
  footer .footer-content-middle-decor span {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 65px;
  }
  footer .footer-content-middle-socials a span {
    font-size: 50px;
    line-height: 67px;
  }
  footer .footer-content-middle-socials a img {
    width: 38px;
    height: 38px;
  }
  footer .footer-content-middle-block address span,
footer .footer-content-middle-block a,
footer .footer-content-middle-block strong {
    font-size: 16px;
  }
  footer .footer-content .copyright {
    padding: 0 30px 20px 30px;
  }
  footer .footer-content .copyright-text, footer .footer-content .copyright-created {
    font-size: 16px;
  }
  footer .footer-content .copyright-text a, footer .footer-content .copyright-created a {
    font-size: 16px;
  }
}
@media (max-width: 1100px) {
  footer .footer-decor {
    height: 80px;
  }
  footer .footer-decor-block span {
    font-size: 20px;
    line-height: 18px;
  }
}
@media (max-width: 1040px) {
  footer .footer-content-middle-decor {
    width: 170px;
  }
}
@media (max-width: 1023px) {
  footer .footer-content-middle {
    flex-wrap: wrap;
  }
  footer .footer-content-middle-decor {
    margin: 0 auto;
    order: 2;
  }
  footer .footer-content-middle-socials {
    width: 100%;
    order: 1;
    margin: 40px 0;
  }
}
@media (max-width: 550px) {
  footer .footer-content-middle {
    padding: 0 20px 20px 20px;
  }
  footer .footer-content .copyright {
    padding: 20px;
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  footer .footer-content-middle-block {
    width: 100%;
    margin: 0 0 20px 0;
    text-align: center;
  }
  footer .footer-content-middle-socials {
    margin: 20px 0 40px 0;
  }
  footer .footer-content::before {
    max-width: calc(100% - 40px);
    left: 20px;
  }
}
.hamburger-icon {
  background: #235959;
  width: 60px;
  height: 60px;
  border-radius: 40px 0 0 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: fixed;
  right: 0;
  top: 20px;
  z-index: 600;
  padding: 0 10px 0 0;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease-in-out;
  transform: translateX(100%);
  cursor: pointer;
}
.hamburger-icon img {
  width: 30px;
  height: 30px;
}

.mobile-navigation {
  position: fixed;
  z-index: 1001;
  width: 300px;
  height: 100%;
  font-size: 1.15em;
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  background: #235959;
  padding: 2em 1em;
  right: 0;
  left: initial;
  border-left: 1px solid #fff;
  display: flex;
  flex-direction: column;
}
.mobile-navigation .close-button {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 1em;
  top: 1em;
  overflow: hidden;
  text-indent: 16px;
  border: none;
  z-index: 1001;
  background: transparent;
  color: transparent;
  -webkit-appearance: button;
  cursor: pointer;
}
.mobile-navigation .close-button::before, .mobile-navigation .close-button::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  background: #95a5a6;
}
.mobile-navigation .close-button::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobile-navigation .close-button::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mobile-navigation .language-switcher {
  position: relative;
  left: 0;
  top: 10px;
  padding: 10px;
  border: 1px solid #fff;
  margin: 0 0 40px 0;
  border-left: 0;
  border-right: 0;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
.mobile-navigation .language-switcher a,
.mobile-navigation .language-switcher span {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.mobile-navigation-socials {
  width: 100%;
  margin: auto 0 0 0;
}
.mobile-navigation-socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.mobile-navigation-socials a span {
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  font-family: "NewYork", sans-serif;
  letter-spacing: 0;
}
.mobile-navigation-socials a img {
  width: 28px;
  height: 48px;
  display: block;
}
.mobile-navigation-socials a.facebook img {
  margin: 0 0 0 20px;
}
.mobile-navigation-socials a.instagram img {
  margin: 0 20px 0 0;
}
.mobile-navigation nav {
  width: calc(100% - 120px);
  height: auto;
}
.mobile-navigation nav a {
  color: #b8b7ad;
  display: block;
  padding: 0.8em;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 0.75em;
  text-decoration: none;
}
.mobile-navigation nav a:hover {
  color: rgba(248, 85, 61, 0.55);
}
.mobile-navigation-overlay {
  position: fixed;
  z-index: 900;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
  cursor: pointer;
}

@media (max-width: 1023px) {
  .hamburger-icon {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 430px) {
  .hamburger-icon {
    transform: scale(0.8);
    transform-origin: 100% 0;
  }
}
body::before {
  content: "";
  display: block;
  width: 64.5833333333vw;
  height: 41.6666666667vw;
  background: url(../../images/svg/shadow.svg) no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
}

.index-heading {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0 40px 110px 40px;
  position: relative;
}
.index-heading h1 {
  color: #F8553D;
  font-family: "NewYork", sans-serif;
  font-size: 140px;
  letter-spacing: 0;
  line-height: 171px;
  position: absolute;
  top: 180px;
  left: 240px;
  z-index: 80;
}
.index-heading-swiper {
  width: 600px;
  height: 680px;
  margin: 0 0 0 auto;
  z-index: 50;
}
.index-heading-swiper-wrapper .swiper-slide a {
  display: block;
}
.index-heading-swiper-wrapper .swiper-slide a img {
  border-radius: 680px 680px 0 0;
  overflow: hidden;
}
@media (max-width: 1500px) and (min-width: 1000px) {
  .index-heading-swiper {
    width: 500px;
    height: 580px;
    margin: 20px 0 0 auto;
  }
  .index-heading-swiper-wrapper .swiper-slide a img {
    width: 500px;
    height: 580px;
    border-radius: 580px 580px 0 0;
  }
}
.index-heading .swiper-decoration {
  position: absolute;
  z-index: 25;
  right: 180px;
  bottom: 0;
}
.index-heading .controls {
  z-index: 50;
  position: relative;
  margin: 0 0 0 40px;
}
.index-heading .controls .swiper-button-prev,
.index-heading .controls .swiper-button-next {
  left: initial;
  top: initial;
  right: initial;
  bottom: initial;
  position: relative;
  width: auto;
  height: auto;
  margin: initial;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.index-heading .controls .swiper-button-prev span,
.index-heading .controls .swiper-button-next span {
  display: block;
  text-transform: uppercase;
  transform: rotate(90deg);
  transform-origin: 50%;
  color: #F8553D;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 18px;
}
.index-heading .controls .swiper-button-prev::after,
.index-heading .controls .swiper-button-next::after {
  display: none;
}
.index-heading .controls .swiper-button-prev img {
  transform: rotate(-180deg);
}
.index-heading img.header-decor-1 {
  position: absolute;
  top: 20px;
  right: -20px;
  z-index: 50;
  object-fit: contain;
  object-position: center;
  width: 190px;
  height: 182px;
}
.index-heading img.header-decor-2 {
  position: absolute;
  top: 20px;
  right: 370px;
  z-index: 50;
  object-fit: contain;
  object-position: center;
  width: 64px;
  height: 66px;
}
@media (max-width: 1500px) {
  .index-heading img.header-decor-2 {
    top: 0px;
    right: 350px;
  }
}
.index-heading img.header-decor-3 {
  position: absolute;
  top: 80px;
  left: 600px;
  z-index: 50;
  object-fit: contain;
  object-position: center;
  width: 67px;
  height: 81px;
}
.index-heading img.header-decor-4 {
  position: absolute;
  bottom: 120px;
  left: 330px;
  z-index: 50;
  object-fit: contain;
  object-position: center;
  width: 77px;
  height: 91px;
}
.index-heading img.header-decor-5 {
  position: absolute;
  bottom: 40px;
  left: 660px;
  z-index: 50;
  object-fit: contain;
  object-position: center;
  width: 108px;
  height: 97px;
}
@media (max-width: 1500px) {
  .index-heading img.header-decor-5 {
    bottom: -10px;
  }
}
.index-heading img.header-decor-6 {
  position: absolute;
  bottom: 370px;
  left: 30px;
  z-index: 50;
  object-fit: contain;
  object-position: center;
  width: 81px;
  height: 80px;
}

@media (min-width: 1921px) {
  body::before {
    width: 1240px;
    height: 800px;
    left: 50%;
    margin: 0 0 0 -620px;
  }
}
@media (max-width: 1800px) {
  .index-heading h1 {
    font-size: 130px;
    line-height: 151px;
    top: 180px;
    left: 150px;
  }
}
@media (max-width: 1700px) {
  .index-heading .controls .swiper-button-prev img {
    width: 120px;
  }
  .index-heading .controls .swiper-button-next img {
    width: 60px;
  }
}
@media (max-width: 1550px) {
  .index-heading h1 {
    font-size: 90px;
    line-height: 91px;
    top: 260px;
    left: 130px;
  }
}
@media (max-width: 1400px) {
  .index-heading {
    padding: 0 20px 110px 40px;
  }
  .index-heading .controls {
    margin: 0 0 0 20px;
  }
  .index-heading .controls .swiper-button-prev img {
    width: 50px;
  }
  .index-heading .controls .swiper-button-prev span {
    font-size: 12px;
  }
  .index-heading .controls .swiper-button-next img {
    width: 50px;
  }
  .index-heading .controls .swiper-button-next span {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .index-heading .swiper-decoration {
    right: 20px;
  }
  .index-heading img.header-decor-3 {
    left: 500px;
  }

  .index-heading-swiper {
    width: 530px;
    height: 610px;
  }
  .index-heading-swiper-wrapper .swiper-slide a img {
    width: 100%;
    height: 100%;
    margin: 70px 0 0 0;
    display: block;
    object-fit: contain;
    object-position: center;
  }
}
@media (max-width: 1200px) {
  .index-heading {
    padding: 0 20px 110px 20px;
  }
  .index-heading img.header-decor-6 {
    bottom: 430px;
  }
  .index-heading h1 {
    font-size: 90px;
    left: 20px;
  }
}
@media (max-width: 1100px) {
  .index-heading h1 {
    font-size: 60px;
    line-height: 60px;
    top: 300px;
  }
}
@media (max-width: 900px) {
  .index-heading .controls {
    position: absolute;
    left: 20px;
    bottom: 40px;
  }
  .index-heading .swiper-decoration {
    display: flex;
    left: 20px;
    right: initial;
  }
  .index-heading .swiper-decoration img {
    width: 240px;
  }
}
@media (max-width: 768px) {
  .index-heading h1 {
    position: absolute;
    bottom: 5px;
    top: initial;
    right: 10px;
    max-width: calc(100% - 160px);
    left: initial;
  }
}
@media (max-width: 600px) {
  .index-heading {
    padding: 0 20px 30px 20px;
  }
  .index-heading-swiper {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .index-heading .controls .swiper-button-prev img,
.index-heading .controls .swiper-button-next img {
    width: 30px;
    height: 60px;
  }
}
@media (max-width: 500px) {
  .index-heading h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .index-heading .swiper-decoration img {
    width: 180px;
  }
}
@media (max-width: 450px) {
  .index-heading .swiper-decoration {
    left: -30px;
  }
  .index-heading img.header-decor-1 {
    width: 140px;
    height: 132px;
  }
  .index-heading img.header-decor-6 {
    bottom: 300px;
  }
}
@media (max-width: 400px) {
  .index-heading h1 {
    width: 100%;
    max-width: calc(100% - 20px);
    text-align: center;
    right: initial;
    left: 10px;
  }
  .index-heading .controls {
    display: none;
  }
  .index-heading .swiper-decoration {
    bottom: -50px;
  }
}
.index-about {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 120px 0 0 0;
}
.index-about .index-about-decor-svg {
  position: absolute;
  left: 0;
  top: 90px;
  z-index: 25;
}
.index-about .index-about-decor-svg img {
  height: 540px;
  width: auto;
  z-index: 25;
  position: relative;
}
.index-about .index-about-decor-svg img.decor-5 {
  height: 140px;
  position: absolute;
  top: -60px;
  left: 185px;
  z-index: 50;
}
.index-about-wrapper {
  max-width: 480px;
  z-index: 50;
  position: relative;
  padding: 0 20px 0 0;
}
.index-about-wrapper h2 {
  color: #235959;
  font-family: "NewYork", sans-serif;
  font-size: 86px;
  letter-spacing: 0;
  line-height: 105px;
  margin: 0 0 40px 0;
}
.index-about-wrapper-description {
  color: #00494D;
  font-family: inherit;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
}
.index-about-wrapper-description p {
  margin: 0 0 20px 0;
}
.index-about-wrapper-description p:last-of-type {
  margin: 0;
}
.index-about-wrapper-description .read-more {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 40px 0 0 0;
  color: #00494D;
  font-family: "NewYork", sans-serif;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 44px;
  text-transform: lowercase;
}
.index-about-wrapper-description .read-more:hover {
  text-decoration: none;
}
.index-about-wrapper-description .read-more img {
  display: block;
  width: 25px;
  height: 25px;
  margin: 0 0 0 10px;
}
.index-about-decor {
  margin: 0 0 0 70px;
}
.index-about-decor-owner {
  padding: 150px 0 120px 0;
  position: relative;
}
.index-about-decor-owner img.owner {
  position: relative;
  z-index: 50;
}
.index-about-decor-owner img.oval {
  position: absolute;
  z-index: 25;
  left: -80px;
  top: 60px;
}
.index-about-decor-owner img.decor-1, .index-about-decor-owner img.decor-2 {
  position: absolute;
  display: block;
  z-index: 25;
  top: -20px;
  right: -110px;
}
.index-about-decor-owner img.decor-2 {
  right: initial;
  top: initial;
  bottom: 10px;
  left: -80px;
}
.index-about img.about-decor-2 {
  position: absolute;
  bottom: 140px;
  left: 850px;
  z-index: 25;
  object-fit: cover;
  object-position: center;
  width: 66px;
  height: 64px;
}
.index-about img.about-decor-3 {
  position: absolute;
  bottom: 180px;
  right: 40px;
  z-index: 50;
  object-fit: cover;
  object-position: center;
  width: 133px;
  height: 136px;
}

@media (max-width: 1500px) {
  .index-about .index-about-decor-svg img.decor-5 {
    top: -30px;
    left: 85px;
  }
}
@media (max-width: 1380px) {
  .index-about .index-about-decor-svg img.decor-5 {
    left: 0;
  }
}
@media (max-width: 1280px) {
  .index-about .index-about-decor-svg img.decor-5 {
    left: -60px;
  }
}
@media (max-width: 1180px) {
  .index-about-wrapper-description {
    padding: 0 40px 0 0;
  }
  .index-about .index-about-decor-svg img.decor-5 {
    top: -60px;
  }
  .index-about img.about-decor-3 {
    bottom: 110px;
    right: 0;
  }
}
@media (max-width: 1100px) {
  .index-about {
    padding: 0 20px;
  }
}
@media (max-width: 1023px) {
  .index-about-decor {
    margin: 0;
    transform: scale(0.8);
  }
}
@media (max-width: 960px) {
  .index-about-decor {
    right: -50px;
  }
  .index-about-decor-svg {
    display: flex;
  }
  .index-about-wrapper {
    top: 120px;
  }
  .index-about-wrapper-description {
    padding: 0;
  }
}
@media (max-width: 820px) {
  .index-about h2 {
    font-size: 66px;
  }
  .index-about-wrapper {
    top: 50px;
  }
}
@media (max-width: 768px) {
  .index-about {
    flex-direction: column;
    margin: 30px 0 -60px 0;
  }
  .index-about-decor {
    right: initial;
    left: 120px;
    top: -100px;
  }
  .index-about-decor-svg img.decor-3, .index-about-decor-svg img.decor-4 {
    height: 450px !important;
    opacity: 0.5;
  }
  .index-about-decor-owner {
    padding: 150px 0 0;
  }
  .index-about-wrapper {
    top: 0;
    z-index: 50;
    max-width: 100%;
    padding: 0;
  }
  .index-about-wrapper h2 {
    text-align: center;
    margin: 20px 0;
  }
  .index-about-wrapper-description .read-more {
    justify-content: flex-start;
    margin: 20px 0 40px 0;
  }
  .index-about-decor {
    transform: scale(1);
    z-index: 25;
  }
}
@media (max-width: 600px) {
  .index-about-decor {
    left: 20px;
  }
}
@media (max-width: 500px) {
  .index-about {
    margin: 30px 0 -120px 0;
  }
  .index-about-decor {
    transform: scale(0.8);
  }
}
@media (max-width: 450px) {
  .index-about-decor {
    left: -50px;
  }
  .index-about img.about-decor-3 {
    bottom: 170px;
    right: -20px;
    width: 93px;
    height: 116px;
  }
}
.index-bestsellers {
  width: 100%;
}
.index-bestsellers-title {
  text-align: center;
  margin: 0 0 60px 0;
}
.index-bestsellers-title h2 {
  color: #235959;
  font-family: "NewYork", sans-serif;
  font-size: 86px;
  letter-spacing: 0;
  line-height: 105px;
}
.index-bestsellers-slider .controls {
  position: absolute;
  left: 20px;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-bestsellers-slider .controls .swiper-button-prev,
.index-bestsellers-slider .controls .swiper-button-next {
  left: initial;
  top: initial;
  right: initial;
  bottom: initial;
  position: relative;
  width: auto;
  height: auto;
  margin: initial;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.index-bestsellers-slider .controls .swiper-button-prev img,
.index-bestsellers-slider .controls .swiper-button-next img {
  width: 100px;
  height: 60px;
  display: block;
  transform: rotate(180deg);
}
.index-bestsellers-slider .controls .swiper-button-prev::after,
.index-bestsellers-slider .controls .swiper-button-next::after {
  display: none;
}
.index-bestsellers-slider .controls .swiper-button-next {
  display: none;
}
.index-bestsellers .swiper-container {
  left: 180px;
}
.index-bestsellers .swiper-slide .product-node {
  width: 100%;
  max-width: 400px;
  display: block;
}
.index-bestsellers .swiper-slide .product-node-image {
  width: 20.8333333333vw;
  height: auto;
  display: block;
  position: relative;
  padding: 6.25vw 0 0 0;
  margin: 0 auto;
}
.index-bestsellers .swiper-slide .product-node-image img {
  width: 100%;
  height: auto;
  z-index: 50;
  border-top-left-radius: 180px;
  border-top-right-radius: 180px;
}
.index-bestsellers .swiper-slide .product-node-image::after {
  content: "";
  display: block;
  width: 18.2291666667vw;
  height: 14.0625vw;
  position: absolute;
  background: url(../../images/product-decor.png) no-repeat;
  background-position: center bottom;
  background-size: contain;
  top: 0;
  left: 1.3020833333vw;
  z-index: 25;
}
.index-bestsellers .swiper-slide .product-node-details {
  display: block;
  margin: 0;
  width: 100%;
  text-align: center;
}
.index-bestsellers .swiper-slide .product-node-details-title {
  color: #F8553D;
  font-family: "NewYork", sans-serif;
  line-height: 2.65625vw;
  letter-spacing: 0;
  text-align: center;
  font-size: 2vw;
}
@media (max-width: 1500px) {
  .index-bestsellers .swiper-slide .product-node-details-title {
    font-size: 2vw;
  }
}
.index-bestsellers .swiper-slide .product-node-footer {
  margin: 10px 0 0 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}
.index-bestsellers .swiper-slide .product-node-footer-pricing strong {
  color: #F8553D;
  font-family: "Lexend", sans-serif;
  font-size: 1.1458333333vw;
  line-height: 28px;
  font-weight: bold;
  letter-spacing: 0;
}
.index-bestsellers .swiper-slide .product-node-footer-actions-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: auto;
  border-radius: 25px;
  background-color: #F8553D;
  color: #FFFFFF;
  font-family: "Lexend", sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 6.5px;
  line-height: 16px;
  text-transform: uppercase;
  padding: 0 20px;
}
.index-bestsellers .swiper-slide .product-node-footer-actions-primary:hover {
  background-color: #f62a0c;
}
.index-bestsellers .swiper-slide .product-node:hover {
  text-decoration: none;
}
.index-bestsellers .swiper-slide:nth-child(2n) {
  padding: 60px 0 0 0;
}
.index-bestsellers img.bestsellers-decor-1 {
  position: absolute;
  top: 0;
  left: 280px;
  z-index: 50;
  object-fit: cover;
  object-position: center;
  width: 123px;
  height: 129px;
}

@media (min-width: 1921px) {
  .index-bestsellers .swiper-slide .product-node-image {
    width: 400px;
    padding: 120px 0 0 0;
  }
  .index-bestsellers .swiper-slide .product-node-image::after {
    width: 350px;
    height: 270px;
    left: 25px;
  }
  .index-bestsellers .swiper-slide .product-node-details-title {
    font-size: 42px;
    line-height: 51px;
  }
  .index-bestsellers .swiper-slide .product-node-footer-pricing strong {
    font-size: 22px;
  }
}
@media (max-width: 1480px) {
  .index-bestsellers img.bestsellers-decor-1 {
    left: 100px;
  }
}
@media (max-width: 1440px) {
  .index-bestsellers .swiper-slide .product-node-footer-pricing strong {
    font-size: 18px;
  }
  .index-bestsellers .swiper-slide .product-node-footer-actions-primary {
    letter-spacing: 4px;
  }
}
@media (max-width: 1300px) {
  .index-bestsellers .swiper-slide .product-node-footer-actions-primary {
    height: 40px;
    letter-spacing: 2px;
  }
}
@media (max-width: 1180px) {
  .index-bestsellers .swiper-slide .product-node-footer-actions-primary {
    letter-spacing: 0;
  }
}
@media (max-width: 1100px) {
  .index-bestsellers img.bestsellers-decor-1 {
    left: 20px;
  }
}
@media (max-width: 1023px) {
  .index-bestsellers .swiper-slide .product-node-details-title {
    font-size: 22px;
    line-height: 26px;
  }
  .index-bestsellers .swiper-container {
    left: 100px;
  }

  .index-bestsellers-slider .controls .swiper-button-prev img,
.index-bestsellers-slider .controls .swiper-button-next img {
    width: 60px;
    height: 40px;
  }
}
@media (max-width: 930px) {
  .index-bestsellers-title h2 {
    font-size: 66px;
  }
  .index-bestsellers img.bestsellers-decor-1 {
    left: -50px;
  }
}
@media (max-width: 800px) {
  .index-bestsellers .swiper-slide .product-node-image {
    width: 100%;
  }
  .index-bestsellers .swiper-slide .product-node-image::after {
    width: 100%;
    height: 130px;
    left: 0;
  }
  .index-bestsellers .swiper-slide .product-node-footer {
    flex-direction: column;
  }
  .index-bestsellers .swiper-slide .product-node-footer-pricing {
    margin: 0 0 10px 0;
  }
  .index-bestsellers .swiper-slide .product-node-footer-actions {
    width: 100%;
  }
}
@media (max-width: 650px) {
  .index-bestsellers-title h2 {
    font-size: 46px;
    padding: 0 20px;
  }
  .index-bestsellers img.bestsellers-decor-1 {
    left: -50px;
    top: 100px;
    z-index: 25;
  }
}
@media (max-width: 450px) {
  .index-bestsellers-title h2 {
    font-size: 46px;
    padding: 0 20px;
  }
}
@media (max-width: 420px) {
  .index-bestsellers .swiper-slide .product-node-image::after {
    transform: scale(0.8);
    top: -10px;
  }
}
@media (max-width: 400px) {
  .index-bestsellers .swiper-container {
    max-width: calc(100% - 100px);
    margin: 0;
  }
  .index-bestsellers .swiper-slide .product-node-image::after {
    transform: scale(1);
    top: 0;
  }
  .index-bestsellers .swiper-slide:nth-child(2n) {
    padding: 0;
  }
}
@media (max-width: 380px) {
  .index-bestsellers-title h2 {
    font-size: 38px;
  }
}
.index-voucher {
  width: 100%;
  margin: 120px 0 0 0;
  overflow: initial;
}
.index-voucher-title {
  transform: rotate(-4deg);
  white-space: nowrap;
  height: 760px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 100px 0 0 0;
  z-index: 25;
  overflow: hidden;
  position: relative;
  max-width: calc(100% - 30px);
}
.index-voucher-title strong {
  color: #235959;
  font-family: "NewYork", sans-serif;
  font-size: 86px;
  letter-spacing: 0;
  line-height: 105px;
  margin: 0 16px;
  position: relative;
}
.index-voucher-title strong span {
  z-index: 50;
  position: relative;
}
.index-voucher-title strong img.hand {
  position: absolute;
  left: -550px;
  top: -290px;
  width: 600px;
  height: 900px;
  z-index: 60;
}
.index-voucher-title strong.active {
  color: #fff;
}
.index-voucher-title strong.active::before {
  content: "";
  display: block;
  height: 210px;
  width: 350px;
  transform: rotate(0);
  border-radius: 20px;
  background-color: #F8553D;
  position: absolute;
  z-index: 25;
  top: -50px;
  left: -10px;
}
.index-voucher-content {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: -380px 0 0 0;
  z-index: 50;
  position: relative;
}
.index-voucher-content p {
  color: #F8553D;
  font-family: "Lexend", sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
  display: block;
  text-transform: uppercase;
}
.index-voucher-content-primary {
  height: 50px;
  width: 230px;
  border-radius: 25px;
  background-color: #235959;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px 0 0 0;
}
.index-voucher-content-primary span {
  color: #FFFFFF;
  font-family: "Lexend", sans-serif;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 6.5px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
}
.index-voucher-content-primary:hover {
  text-decoration: none;
  background-color: #153434;
}
.index-voucher img.voucher-decor-1 {
  position: absolute;
  bottom: -90px;
  right: 520px;
  z-index: 50;
  object-fit: cover;
  object-position: center;
  width: 84px;
  height: 84px;
}
.index-voucher img.voucher-decor-2 {
  position: absolute;
  bottom: -60px;
  right: 390px;
  z-index: 50;
  object-fit: cover;
  object-position: center;
  width: 123px;
  height: 142px;
}
.index-voucher img.voucher-decor-3 {
  position: absolute;
  top: -90px;
  right: 540px;
  z-index: 50;
  object-fit: cover;
  object-position: center;
  width: 109px;
  height: 112px;
}
.index-voucher img.voucher-decor-4 {
  position: absolute;
  top: -140px;
  left: -60px;
  z-index: 50;
  object-fit: contain;
  object-position: center;
  width: 340px;
  height: 360px;
}
.index-voucher img.voucher-decor-5 {
  position: absolute;
  top: 10px;
  left: 70px;
  z-index: 25;
  object-fit: contain;
  object-position: center;
  width: 82px;
  height: 80px;
}

@media (max-width: 1360px) {
  .index-voucher-content {
    margin: -380px 0 60px 0;
  }
  .index-voucher-title strong {
    font-size: 56px;
  }
  .index-voucher-title strong img.hand {
    left: -470px;
    top: -290px;
    width: 510px;
    height: 870px;
  }
  .index-voucher-title strong.active::before {
    top: -20px;
    left: -15px;
    height: 150px;
    width: 240px;
  }
  .index-voucher img.voucher-decor-1 {
    right: 430px;
  }
  .index-voucher img.voucher-decor-2 {
    right: 300px;
  }
}
@media (max-width: 1180px) {
  .index-voucher img.voucher-decor-1 {
    right: 230px;
  }
  .index-voucher img.voucher-decor-2 {
    right: 100px;
  }
}
@media (max-width: 1023px) {
  .index-voucher img.voucher-decor-3 {
    display: none;
  }
  .index-voucher img.voucher-decor-4 {
    width: 250px;
    height: 260px;
    top: -100px;
  }
  .index-voucher img.voucher-decor-5 {
    width: 62px;
    left: 10px;
    height: 60px;
    top: 50px;
  }
}
@media (max-width: 768px) {
  .index-voucher-title {
    height: 710px;
    padding: 60px 0 0 0;
  }
  .index-voucher img.voucher-decor-1 {
    right: 100px;
  }
  .index-voucher img.voucher-decor-2 {
    right: 20px;
  }
  .index-voucher img.voucher-decor-4, .index-voucher img.voucher-decor-5 {
    display: none;
  }
}
@media (max-width: 700px) {
  .index-voucher {
    margin: 50px 0 0 0;
  }
}
@media (max-width: 600px) {
  .index-voucher-content p {
    font-size: 16px;
  }
}
@media (max-width: 550px) {
  .index-voucher {
    overflow: hidden;
  }
  .index-voucher-title {
    left: 40px;
  }
  .index-voucher-title strong {
    font-size: 36px;
  }
  .index-voucher-title strong.active::before {
    top: -8px;
    left: -18px;
    height: 120px;
    width: 170px;
  }
  .index-voucher-title img.hand {
    left: -450px;
    top: -266px;
    width: 470px;
    height: 800px;
  }
  .index-voucher-content {
    margin: -430px 0 60px 0;
    padding: 0 20px;
  }
  .index-voucher img.voucher-decor-1 {
    display: none;
  }
  .index-voucher img.voucher-decor-2 {
    right: -30px;
    bottom: 0;
    z-index: 25;
  }
}
.index-wedding-grid {
  width: 100%;
  padding: 40px 0;
}
.index-wedding-grid-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-wedding-grid-content-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 410px;
  position: absolute;
}
.index-wedding-grid-content-actions .read-more {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0 0 10px 0;
  z-index: 50;
  position: relative;
}
.index-wedding-grid-content-actions .read-more strong {
  color: #235959;
  font-family: "NewYork", sans-serif;
  font-size: 86px;
  letter-spacing: 0;
  line-height: 105px;
  text-align: right;
  margin: 0 10px 0 0;
}
.index-wedding-grid-content-actions .read-more strong::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #235959;
  transition: width 300ms ease-in-out;
}
.index-wedding-grid-content-actions .read-more > span {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column-reverse;
  margin: 0 0 -13px 0;
}
.index-wedding-grid-content-actions .read-more > span span {
  display: block;
  color: #235959;
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 20px;
  text-transform: uppercase;
  margin: 10px 0 0 0;
}
.index-wedding-grid-content-actions .read-more:hover {
  text-decoration: none;
}
.index-wedding-grid-content-actions .read-more:first-of-type {
  margin: 0 50px 0 0;
}
.index-wedding-grid-content-actions .read-more:last-of-type {
  margin: 0 0 0 50px;
}
.index-wedding-grid-content-actions .read-more:hover strong::after {
  width: 0;
}
.index-wedding-grid-content-actions > img {
  position: absolute;
  width: 820px;
  height: 410px;
  z-index: 25;
}
.index-wedding-grid-content-images {
  width: 100%;
  height: 29.6875vw;
  overflow: hidden;
}
.index-wedding-grid-content-images img {
  display: none;
}
.index-wedding-grid-content-images img.block-1 {
  width: 13.0208333333vw;
  height: 10.4166666667vw;
  display: block;
  position: absolute;
  left: -2.0833333333vw;
  top: 0;
}
.index-wedding-grid-content-images img.block-2 {
  width: 13.0208333333vw;
  height: 10.4166666667vw;
  display: block;
  position: absolute;
  left: -10.4166666667vw;
  top: 12.5vw;
}
.index-wedding-grid-content-images img.block-3 {
  width: 10.4166666667vw;
  height: 13.0208333333vw;
  display: block;
  position: absolute;
  left: 7.2916666667vw;
  top: 14.5833333333vw;
}
.index-wedding-grid-content-images img.block-4 {
  width: 10.4166666667vw;
  height: 13.0208333333vw;
  display: block;
  position: absolute;
  top: 5.2083333333vw;
  left: 20.8333333333vw;
}
.index-wedding-grid-content-images img.block-5 {
  width: 13.0208333333vw;
  height: 10.4166666667vw;
  display: block;
  position: absolute;
  bottom: 0;
  left: 34.375vw;
}
.index-wedding-grid-content-images img.block-6 {
  width: 13.0208333333vw;
  height: 10.4166666667vw;
  display: block;
  position: absolute;
  top: 4.1666666667vw;
  right: 34.375vw;
}
.index-wedding-grid-content-images img.block-7 {
  width: 10.4166666667vw;
  height: 13.0208333333vw;
  display: block;
  position: absolute;
  top: 10.4166666667vw;
  right: 21.3541666667vw;
}
.index-wedding-grid-content-images img.block-8 {
  width: 13.0208333333vw;
  height: 10.4166666667vw;
  display: block;
  position: absolute;
  top: 0;
  right: 5.7291666667vw;
}
.index-wedding-grid-content-images img.block-9 {
  width: 10.4166666667vw;
  height: 13.0208333333vw;
  display: block;
  position: absolute;
  bottom: 2.0833333333vw;
  right: 7.2916666667vw;
}
.index-wedding-grid-content-images img.block-10 {
  width: 13.0208333333vw;
  height: 10.4166666667vw;
  display: block;
  position: absolute;
  top: 6.25vw;
  right: -9.375vw;
}

@media (min-width: 1921px) {
  .index-wedding-grid-content-images {
    height: 570px;
  }
  .index-wedding-grid-content-images img.block-1 {
    width: 250px;
    height: 200px;
    left: -40px;
  }
  .index-wedding-grid-content-images img.block-2 {
    width: 250px;
    height: 200px;
    left: -200px;
    top: 240px;
  }
  .index-wedding-grid-content-images img.block-3 {
    width: 200px;
    height: 250px;
    left: 140px;
    top: 280px;
  }
  .index-wedding-grid-content-images img.block-4 {
    width: 200px;
    height: 250px;
    top: 100px;
    left: 400px;
  }
  .index-wedding-grid-content-images img.block-5 {
    width: 250px;
    height: 200px;
    left: 660px;
  }
  .index-wedding-grid-content-images img.block-6 {
    width: 250px;
    height: 200px;
    top: 80px;
    right: 660px;
  }
  .index-wedding-grid-content-images img.block-7 {
    width: 200px;
    height: 250px;
    top: 200px;
    right: 410px;
  }
  .index-wedding-grid-content-images img.block-8 {
    width: 250px;
    height: 200px;
    right: 110px;
  }
  .index-wedding-grid-content-images img.block-9 {
    width: 200px;
    height: 250px;
    bottom: 40px;
    right: 140px;
  }
  .index-wedding-grid-content-images img.block-10 {
    width: 250px;
    height: 200px;
    top: 120px;
    right: -180px;
  }
}
@media (max-width: 1180px) {
  .index-wedding-grid-content-actions > img {
    width: 530px;
    height: 250px;
    bottom: 0;
  }
}
@media (max-width: 1024px) {
  .index-wedding-grid-content-actions .read-more strong {
    font-size: 66px;
    line-height: 85px;
  }
}
@media (max-width: 768px) {
  .index-wedding-grid-content-images img {
    opacity: 0.5;
  }
  .index-wedding-grid-content-actions > img {
    width: 520px;
    height: 260px;
    bottom: 80px;
    opacity: 0.5;
  }
  .index-wedding-grid-content-actions .read-more {
    padding: 0 0 50px 0;
  }
  .index-wedding-grid-content-actions .read-more strong {
    font-size: 46px;
    line-height: 65px;
  }
  .index-wedding-grid-content-actions .read-more > span span {
    font-size: 14px;
  }
  .index-wedding-grid-content-actions .read-more > span img {
    width: 25px;
    height: 25px;
    margin: 0 auto;
    display: block;
  }
  .index-wedding-grid-content-actions .read-more:first-of-type {
    margin: 0 20px 0 0;
  }
}
@media (max-width: 550px) {
  .index-wedding-grid-content-actions {
    flex-direction: column;
  }
  .index-wedding-grid-content-actions .read-more {
    padding: 0 0 25px 0;
  }
  .index-wedding-grid-content-actions .read-more:first-of-type {
    margin: 0;
  }
}
.index-partner {
  width: 100%;
  padding: 80px 0 80px 0;
  margin: -100px 0 0 0;
}
.index-partner-content-title {
  width: 100%;
  text-align: center;
  margin: 0 0 40px 0;
  z-index: 60;
  position: relative;
}
.index-partner-content-title h2 {
  color: #F8553D;
  font-family: "NewYork", sans-serif;
  font-size: 86px;
  letter-spacing: 0;
  line-height: 105px;
  text-align: center;
}
.index-partner-content-description {
  width: 100%;
  max-width: 630px;
  margin: 0 auto;
  display: block;
  color: #F8553D;
  font-family: "NewYork", sans-serif;
  font-size: 52px;
  letter-spacing: 0;
  line-height: 63px;
  position: relative;
}
.index-partner-content-description > * {
  z-index: 50;
  position: relative;
}
.index-partner-content-description-primary {
  height: 50px;
  width: 230px;
  border-radius: 25px;
  background-color: #F8553D;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0 0 auto;
}
.index-partner-content-description-primary span {
  color: #FFFFFF;
  font-family: "Lexend", sans-serif;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 6.5px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
}
.index-partner-content-description-primary:hover {
  text-decoration: none;
  background-color: #f62a0c;
}
.index-partner-content-description::before {
  content: "";
  display: block;
  height: 530px;
  width: 610px;
  background: #FFFFFF;
  position: absolute;
  z-index: 25;
}
.index-partner-content-description::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: contain;
  background: url(../../images/svg/flower.svg) no-repeat;
  z-index: 30;
  position: absolute;
  top: -90px;
  left: 70px;
}
.index-partner-decor {
  position: absolute;
  bottom: 0;
}
.index-partner-decor-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 10;
  position: relative;
}
.index-partner-decor-line img {
  display: block;
  height: 481px;
}
.index-partner-decor-line span.circle {
  display: block;
  height: 481px;
  width: 481px;
  border-radius: 481px;
  border: 1px solid #F8553D;
}
.index-partner-decor-line.revert {
  transform-origin: 50%;
  transform: rotate(-180deg);
}
.index-partner img.partner-decor-1 {
  transform: scaleX(-1) rotate(70deg);
  position: absolute;
  bottom: 300px;
  left: 250px;
  z-index: 50;
  object-fit: cover;
  object-position: center;
  width: 112px;
  height: 119px;
}
.index-partner img.partner-decor-2 {
  transform: scaleX(-1) rotate(-110deg);
  position: absolute;
  bottom: 420px;
  left: 140px;
  z-index: 50;
  object-fit: cover;
  object-position: center;
  width: 133px;
  height: 142px;
}
.index-partner img.partner-decor-3 {
  position: absolute;
  bottom: 60px;
  right: 120px;
  z-index: 50;
  object-fit: cover;
  object-position: center;
  width: 254px;
  height: 274px;
}
.index-partner img.partner-decor-4 {
  position: absolute;
  bottom: 70px;
  right: 160px;
  z-index: 50;
  object-fit: cover;
  object-position: center;
  width: 96px;
  height: 106px;
}
.index-partner img.partner-decor-5 {
  position: absolute;
  top: 130px;
  right: 370px;
  z-index: 50;
  object-fit: cover;
  object-position: center;
  width: 178px;
  height: 186px;
}

@media (max-width: 1500px) {
  .index-partner img.partner-decor-5 {
    right: -30px;
  }
}
@media (max-width: 1400px) {
  .index-partner-content-description {
    z-index: 50;
  }

  .index-partner img.partner-decor-1, .index-partner img.partner-decor-2, .index-partner img.partner-decor-2, .index-partner img.partner-decor-4, .index-partner img.partner-decor-5 {
    z-index: 25 !important;
  }
}
@media (max-width: 1180px) {
  .index-partner img.partner-decor-1 {
    left: 150px;
  }
  .index-partner img.partner-decor-2 {
    left: 20px;
  }
  .index-partner img.partner-decor-3 {
    bottom: 100px;
    right: 30px;
    width: 204px;
    height: 224px;
  }
  .index-partner img.partner-decor-4 {
    bottom: 120px;
    right: 70px;
    width: 76px;
    height: 76px;
  }
}
@media (max-width: 1023px) {
  .index-partner {
    padding: 80px 0 20px 0;
  }
  .index-partner-content-description::after {
    opacity: 0.5;
  }

  .index-partner-content-description {
    font-size: 42px;
    line-height: 73px;
  }

  .index-partner-decor-line img {
    height: 391px;
    opacity: 0.5;
  }

  .index-partner-decor-line span.circle {
    width: 391px;
    height: 391px;
    opacity: 0.5;
  }

  img.partner-decor-3 {
    z-index: 25;
  }

  .index-partner img.partner-decor-3 {
    bottom: -10px;
    z-index: 30;
  }
  .index-partner img.partner-decor-4 {
    display: none;
  }
}
@media (max-width: 768px) {
  .index-partner img.partner-decor-3 {
    bottom: -10px;
    z-index: 30;
    left: -50px;
    right: initial;
  }
}
@media (max-width: 700px) {
  .index-partner-content-description {
    max-width: calc(100% - 40px);
  }
  .index-partner-content-description::before {
    width: 100%;
    height: calc(100% - 80px);
  }
}
@media (max-width: 550px) {
  .index-partner-content-title h2 {
    font-size: 66px;
  }
  .index-partner-content-description {
    font-size: 34px;
    line-height: 48px;
  }
  .index-partner-content-description-primary {
    width: 100%;
  }
  .index-partner img.partner-decor-2 {
    display: none;
  }
  .index-partner img.partner-decor-5 {
    top: 180px;
  }
  .index-partner-decor-line {
    opacity: 0.4;
  }
}
@media (max-width: 400px) {
  .index-partner-content-title h2 {
    font-size: 46px;
  }
}
.index-subscribe {
  width: 100%;
  height: 500px;
  overflow: initial;
}
.index-subscribe-content {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  padding: 60px 0;
}
.index-subscribe-content-title {
  width: 100%;
}
.index-subscribe-content-title h2 {
  color: #235959;
  font-family: "NewYork", sans-serif;
  font-size: 86px;
  letter-spacing: 0;
  line-height: 105px;
  margin: 0 0 10px 0;
}
.index-subscribe-content-description {
  width: 100%;
  color: #00494D;
  font-family: "Lexend", sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
  text-transform: uppercase;
}
.index-subscribe-content-form {
  margin: 20px 0 0 0;
  width: 100%;
}
.index-subscribe-content-form .message {
  display: block;
  margin: 0 0 20px 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: 200;
  background: #de7c7c;
  color: #fff;
  padding: 10px;
  width: 100%;
  text-align: center;
}
.index-subscribe-content-form .message.notice {
  background: #6da743;
}
.index-subscribe-content-form form {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.index-subscribe-content-form form .form-field {
  width: 100%;
  max-width: 650px;
}
.index-subscribe-content-form form .form-field label {
  display: none;
}
.index-subscribe-content-form form .form-field input {
  display: block;
  height: 77px;
  width: 100%;
  background-color: #F8553D;
  padding: 20px;
  border: none;
  color: #FFFFFF;
  font-family: "Lexend", sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
}
.index-subscribe-content-form form .form-field input.placeholder {
  color: #FFFFFF;
  font-family: "Lexend", sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
}
.index-subscribe-content-form form .form-field input:-moz-placeholder {
  color: #FFFFFF;
  font-family: "Lexend", sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
}
.index-subscribe-content-form form .form-field input::-moz-placeholder {
  color: #FFFFFF;
  font-family: "Lexend", sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
}
.index-subscribe-content-form form .form-field input:-ms-input-placeholder {
  color: #FFFFFF;
  font-family: "Lexend", sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
}
.index-subscribe-content-form form .form-field input::-webkit-input-placeholder {
  color: #FFFFFF;
  font-family: "Lexend", sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
}
.index-subscribe-content-form form button {
  height: 50px;
  width: 230px;
  border-radius: 25px;
  background-color: #F8553D;
  color: #FFFFFF;
  font-family: "Lexend", sans-serif;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 6.5px;
  line-height: 16px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
}
.index-subscribe-content-form form button:hover {
  background-color: #f62a0c;
}
.index-subscribe-content::before {
  content: "";
  display: block;
  background: url(../../images/svg/star-decor-revert.svg) no-repeat;
  background-position: center;
  background-size: contain;
  height: 410px;
  width: 820px;
  position: absolute;
  top: 30px;
  left: 50px;
}
.index-subscribe::before {
  content: "";
  display: block;
  height: 486px;
  width: 676px;
  position: absolute;
  right: 0;
  bottom: -130px;
  background: url(../../images/subscribe-decor.png) no-repeat;
  background-position: center;
  background-size: contain;
}

@media (max-width: 1360px) {
  .index-subscribe::before {
    height: 416px;
    width: 606px;
    bottom: -80px;
  }
}
@media (max-width: 1280px) {
  .index-subscribe-content::before {
    height: 330px;
    width: 750px;
    top: 30px;
    left: 80px;
  }
}
@media (max-width: 1023px) {
  .index-subscribe {
    height: 460px;
    padding: 0 20px;
  }
}
@media (max-width: 980px) {
  .index-subscribe {
    overflow: hidden;
  }
  .index-subscribe-content-form .form-actions {
    margin: 0 0 0 20px;
  }
  .index-subscribe::before {
    height: 356px;
    width: 526px;
    bottom: -40px;
    right: -220px;
  }
}
@media (max-width: 900px) {
  .index-subscribe-content::before {
    width: 100%;
    left: 0;
  }
}
@media (max-width: 700px) {
  .index-subscribe-content-form form {
    flex-direction: column;
  }
  .index-subscribe-content-form form .form-actions {
    margin: 20px 0 0 0;
  }
}
@media (max-width: 550px) {
  .index-subscribe-content {
    padding: 30px 0 60px 0;
  }
}
@media (max-width: 480px) {
  .index-subscribe-content-title h2 {
    font-size: 60px;
    text-align: center;
  }
  .index-subscribe-content-description {
    font-size: 16px;
    text-align: center;
  }
  .index-subscribe-content::before {
    top: 100px;
  }
}
@media (max-width: 450px) {
  .index-subscribe-content::before {
    top: 80px;
    opacity: 0.25;
  }
}
@media (max-width: 380px) {
  .index-subscribe-content::before {
    top: 60px;
  }
}

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