@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
@import "../vendor/jquery.fancybox.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;
  }
}
.product-main {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto 40px auto;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}
.product-main-media {
  width: 100%;
  max-width: 680px;
  height: auto;
  padding: 50px 0 0 0;
}
.product-main-media-breadcrumbs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 20px 0;
}
.product-main-media-breadcrumbs a {
  color: #FF9A91;
  font-family: "Lexend", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 18px;
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.product-main-media-breadcrumbs a::after {
  content: "/";
  display: block;
  margin: 0 10px;
}
.product-main-media-breadcrumbs a:last-of-type::after {
  display: none;
}
.product-main-media-main {
  width: 100%;
}
.product-main-media-main a {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0 16.6666666667vw 0 0;
  overflow: hidden;
}
.product-main-media-main a img {
  display: block;
  width: 100%;
  height: auto;
}
.product-main-media-thumbs {
  margin: 40px 0 0 0;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(100px, 210px));
  grid-gap: 25px;
}
.product-main-media-thumbs a {
  display: block;
  width: 100%;
  overflow: hidden;
}
.product-main-media-thumbs a img {
  display: block;
  width: 100%;
  height: auto;
}
.product-main-media-thumbs a.type-1 {
  border-radius: 0 0 0 50%;
}
.product-main-media-thumbs a.type-2 {
  border-radius: 50% 0 0 0;
}
.product-main-media-thumbs a.type-3 {
  border-radius: 0 50% 0 0;
}
.product-main-media-thumbs a.type-4 {
  border-radius: 0 0 50% 0;
}
.product-main-media-thumbs a:hover {
  opacity: 0.7;
}
.product-main-info {
  width: 100%;
  max-width: 620px;
  padding: 80px 0 0 0;
  margin: 0 0 0 40px;
}
.product-main-info-top-weight {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 10px 0;
}
.product-main-info-top-weight img {
  height: 20px;
  width: 17.14px;
  display: block;
  margin: 0 10px 0 0;
}
.product-main-info-top-weight span {
  color: #F8553D;
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
}
.product-main-info-top h1 {
  color: #F8553D;
  font-family: "NewYork", sans-serif;
  font-size: 56px;
  letter-spacing: 0;
  line-height: 69px;
  display: block;
  width: 100%;
  margin: 0 0 10px 0;
}
.product-main-info-top h2 {
  color: #F8553D;
  font-family: "Lexend", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 18px;
  display: block;
  width: 100%;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
.product-main-info-top-description {
  width: 100%;
  color: #00494D;
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
}
.product-main-info-top-description p:last-of-type {
  margin: 0;
}
.product-main-info-top-composition {
  width: 100%;
  border-top: 1px solid #EED4D1;
  margin: 30px 0 0 0;
  padding: 30px 0;
}
.product-main-info-top-composition table tr td {
  color: #235959;
  font-family: "Lexend", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 18px;
  padding: 0 0 10px 0;
}
.product-main-info-top-composition table tr td:first-child {
  font-weight: 600;
  width: 130px;
}
.product-main-info-top-composition table tr:last-child td {
  padding: 0;
}
.product-main-info-top-block {
  width: 100%;
  border-top: 1px solid #EED4D1;
  border-bottom: 1px solid #EED4D1;
  display: flex;
}
.product-main-info-top-allergens, .product-main-info-top-durability {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.product-main-info-top-allergens h2, .product-main-info-top-durability h2 {
  width: auto;
  margin: 0 20px 0 0;
}
.product-main-info-top-allergens span, .product-main-info-top-durability span {
  color: #235959;
  font-family: "Lexend", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 18px;
}
.product-main-info-top-allergens {
  border-right: 1px solid #EED4D1;
  justify-content: flex-start;
}
.product-main-info-top-allergens img {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 20px;
}
.product-main-info-top-allergens:hover {
  text-decoration: none;
}
.product-main-info-top-minimal {
  width: 100%;
  padding: 30px 0;
  border-bottom: 1px solid #EED4D1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.product-main-info-top-minimal h2 {
  margin: 0 25px 0 0;
  width: auto;
}
.product-main-info-top-alternatives {
  padding: 30px 0;
}
.product-main-info-top-alternatives-block {
  width: 100%;
}
.product-main-info-top-alternatives-block form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
.product-main-info-top-alternatives-block .alternative-block {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.product-main-info-top-alternatives-block .alternative-block input {
  height: 16px;
  width: 16px;
  background: transparent;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  top: 0;
}
.product-main-info-top-alternatives-block .alternative-block input::before {
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  border: 1px solid #235959;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  background: transparent;
}
.product-main-info-top-alternatives-block .alternative-block input:checked::before {
  content: "✓";
  display: flex;
  align-items: center;
  justify-content: center;
  background: #235959;
}
.product-main-info-top-alternatives-block .alternative-block label {
  text-transform: uppercase;
  cursor: pointer;
  display: block;
  margin: 0 0 0 10px;
  color: #235959;
  font-family: "Lexend", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 16px;
  padding: 2px 0 0 0;
}
.product-main-info-top-alternatives-block .alternative-block label small {
  color: #F8553D;
  font-family: "Lexend", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 16px;
}
.product-main-info-top-alternatives-block .alternative-block:nth-child(0), .product-main-info-top-alternatives-block .alternative-block:nth-child(1) {
  margin: 0;
}
.product-main-info-top-price {
  width: 100%;
  border-top: 1px solid #EED4D1;
  padding: 30px 0 0 0;
  display: flex;
  flex-wrap: wrap;
}
.product-main-info-top-price .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;
}
.product-main-info-top-price .message.notice {
  background: #6da743;
}
.product-main-info-top-price-qty {
  flex-grow: 1;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.product-main-info-top-price-qty h2 {
  margin: 0 20px 0 0;
  width: auto;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.product-main-info-top-price-qty-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 50px;
  width: 102px;
  border: 1px solid #235959;
  border-radius: 25px;
}
.product-main-info-top-price-qty-container input {
  width: 40px;
  height: 30px;
  margin: 0 4px 0 10px;
  color: #235959;
  font-family: "Lexend", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 18px;
  text-align: center;
  padding: 0;
  border: none;
  background: transparent;
}
.product-main-info-top-price-qty-container input.placeholder {
  color: #235959;
  font-family: "Lexend", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 18px;
  text-align: center;
}
.product-main-info-top-price-qty-container input:-moz-placeholder {
  color: #235959;
  font-family: "Lexend", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 18px;
  text-align: center;
}
.product-main-info-top-price-qty-container input::-moz-placeholder {
  color: #235959;
  font-family: "Lexend", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 18px;
  text-align: center;
}
.product-main-info-top-price-qty-container input:-ms-input-placeholder {
  color: #235959;
  font-family: "Lexend", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 18px;
  text-align: center;
}
.product-main-info-top-price-qty-container input::-webkit-input-placeholder {
  color: #235959;
  font-family: "Lexend", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 18px;
  text-align: center;
}
.product-main-info-top-price-qty-container span {
  color: #235959;
  font-family: "Lexend", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 18px;
}
.product-main-info-top-price-qty-container-controls {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: -40px;
  top: 0;
  height: 50px;
  justify-content: space-around;
}
.product-main-info-top-price-qty-container-controls button {
  cursor: pointer;
  background: transparent;
  border: none;
}
.product-main-info-top-price-qty-container-controls button img {
  display: block;
  width: 16px;
  height: 16px;
  object-position: center;
  object-fit: contain;
}
.product-main-info-top-price-qty-container-controls button.plus {
  opacity: 0.4;
}
.product-main-info-top-price-actions > span {
  color: #F8553D;
  font-family: "NewYork", sans-serif;
  font-size: 52px;
  letter-spacing: 0;
  line-height: 42px;
  text-align: right;
  display: block;
}
.product-main-info-top-price-actions button {
  display: flex;
  height: 50px;
  width: 230px;
  border-radius: 25px;
  background-color: #F8553D;
  border: 1px solid #F8553D;
  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;
  margin: 60px 0 0 auto;
  align-items: center;
  justify-content: center;
}
.product-main-info-top-price-actions button:hover {
  background-color: #f62a0c;
}
.product-main-info-sub-products {
  width: 100%;
  margin: 40px 0;
}
.product-main-info-sub-products-block {
  margin: 0 0 10px 0;
  background: rgba(238, 212, 209, 0.32);
  padding: 10px;
}
.product-main-info-sub-products-block-title {
  display: block;
  width: 100%;
  color: #00494D;
  font-family: "Lexend", sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 22px;
  margin: 0 0 10px 0;
  text-decoration: underline;
}
.product-main-info-sub-products-block-description {
  display: block;
  width: 100%;
  color: #00494D;
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
}
.product-main-info-sub-products-block-description strong {
  font-weight: 600;
}
.product-main-info-sub-products-block:last-child {
  margin: 0;
}

@media (max-width: 1023px) {
  .product-main {
    flex-direction: column;
  }
  .product-main-media {
    max-width: 100%;
  }
  .product-main-media-thumbs {
    grid-template-columns: repeat(4, minmax(100px, 210px));
  }
  .product-main-info {
    max-width: 100%;
    padding: 40px 0 0 0;
    margin: 0;
  }
}
@media (max-width: 600px) {
  .product-main-media-thumbs {
    grid-template-columns: repeat(2, minmax(100px, 260px));
    margin: 20px 0 0 0;
    grid-gap: 10px;
  }
  .product-main-info-top h1 {
    font-size: 46px;
    line-height: 49px;
    margin: 0 0 20px 0;
  }
  .product-main-info-top-allergens, .product-main-info-top-durability {
    width: 100%;
    border-right: none;
    justify-content: flex-start;
    padding-left: 0;
  }
  .product-main-info-top-allergens {
    border-bottom: 1px solid #EED4D1;
  }
  .product-main-info-top-block {
    flex-direction: column;
  }
  .product-main-info-top-minimal {
    padding: 20px 0;
  }
  .product-main-info-top-alternatives-block form {
    column-count: 1;
  }
  .product-main-info-top-price {
    flex-direction: column;
  }
  .product-main-info-top-price-qty {
    width: 100%;
    justify-content: flex-end;
    margin: 0 0 30px 0;
    padding: 0 40px 0 0;
  }
  .product-main-info-top-price-actions button {
    margin: 30px 0 0 auto;
  }
}
@media (max-width: 550px) {
  .product-main-media-breadcrumbs a {
    font-size: 12px;
  }
  .product-main-media-breadcrumbs a::after {
    margin: 0 4px;
  }
}
@media (max-width: 450px) {
  .product-main-media-breadcrumbs a {
    font-size: 10px;
  }
  .product-main-media-breadcrumbs a::after {
    content: "|";
  }
}
@media (max-width: 420px) {
  .product-main-info-top-price-actions button {
    width: 100%;
  }
}
@media (max-width: 360px) {
  .product-main-media-breadcrumbs {
    display: none;
  }
}
.product-related {
  width: 100%;
  margin: 20px 0 80px 0;
}
.product-related h2 {
  color: #235959;
  font-family: "NewYork", sans-serif;
  font-size: 86px;
  letter-spacing: 0;
  line-height: 105px;
  text-align: center;
  margin: 0 0 80px 0;
  padding: 0 20px;
}
.product-related-grid {
  width: 100%;
  padding: 80px 20px;
  background: #235959;
}
.product-related-grid-content {
  width: 100%;
  max-width: calc(100% - calc(2*120px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(100px, 360px));
  grid-gap: 70px;
}
.product-related-grid .product-item {
  width: 100%;
  text-decoration: none;
}
.product-related-grid .product-item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 17.7083333333vw 17.7083333333vw 0 0;
}
.product-related-grid .product-item strong {
  color: #FF9A91;
  font-family: "NewYork", sans-serif;
  font-size: 42px;
  letter-spacing: 0;
  line-height: 51px;
  display: block;
  margin: 20px 0;
}
.product-related-grid .product-item button {
  display: block;
  cursor: pointer;
  height: 50px;
  width: 230px;
  border-radius: 25px;
  background-color: #F8553D;
  border-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;
  text-transform: uppercase;
  margin: 0 0 0 auto;
}
.product-related-grid .product-item button:hover {
  background-color: #f62a0c;
}
.product-related-grid .product-item:hover img {
  opacity: 0.7;
}

@media (max-width: 1600px) {
  .product-related-grid-content {
    max-width: calc(100% - (2*60px));
    grid-gap: 50px;
  }
  .product-related-grid .product-item strong {
    font-size: 32px;
    line-height: 41px;
  }
}
@media (max-width: 1280px) {
  .product-related-grid-content {
    max-width: calc(100% - 60px);
  }
}
@media (max-width: 1100px) {
  .product-related-grid-content {
    max-width: calc(100% - 40px);
    grid-gap: 40px;
  }
}
@media (max-width: 1023px) {
  .product-related-grid-content {
    grid-template-columns: repeat(3, minmax(100px, 360px));
  }
  .product-related-grid .product-item strong {
    font-size: 26px;
    line-height: 32px;
  }
  .product-related-grid .product-item button {
    width: 100%;
  }
  .product-related h2 {
    font-size: 66px;
    margin: 0 0 60px 0;
  }
}
@media (max-width: 768px) {
  .product-related {
    margin: 60px 0 40px 0;
  }
  .product-related-grid {
    padding: 30px 20px;
  }
  .product-related h2 {
    font-size: 56px;
    line-height: 75px;
  }
}
@media (max-width: 650px) {
  .product-related-grid-content {
    grid-gap: 20px;
    max-width: 100%;
    grid-template-columns: repeat(2, minmax(100px, 360px));
  }
}
@media (max-width: 550px) {
  .product-related h2 {
    font-size: 46px;
    line-height: 55px;
  }
}
@media (max-width: 350px) {
  .product-related-grid-content {
    grid-template-columns: repeat(1, minmax(100px, 360px));
  }
}
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 500;
  background: rgba(254, 246, 245, 0.3);
  align-items: center;
  justify-content: center;
  display: none;
}
.popup-wrapper {
  width: 100%;
  max-width: 800px;
  height: auto;
  max-height: 700px;
  overflow: auto;
  background: #fff;
}
.popup-header {
  padding: 20px;
}
.popup-header-title strong {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  font-family: "Lexend", sans-serif;
}
.popup-body {
  padding: 20px;
  font-size: 14px;
  line-height: 18px;
}
.popup-body ul {
  margin: 10px 0 0 0;
}
.popup-footer {
  background: #fa8575;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  cursor: pointer;
}
.popup-footer button {
  background: transparent;
  border: none;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
}
.popup-footer:hover {
  background: #f85944;
}
.popup._show {
  display: flex;
}

@media (max-width: 850px) {
  .popup-wrapper {
    max-width: calc(100% - 40px);
    max-height: calc(100vh - 40px);
  }
}
.product-popup {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  background: #FEF6F5;
  padding: 20px;
  overflow: auto;
  transform: translateY(-120px);
  transition: all 300ms ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.product-popup .close-button {
  position: absolute;
  right: 20px;
  top: 20px;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}
.product-popup form {
  width: 100%;
  max-width: 620px;
  padding: 20px;
  margin: 0 auto;
}
.product-popup form .form-field {
  width: 100%;
}
.product-popup form .form-field textarea,
.product-popup form .form-field input[type=text],
.product-popup form .form-field input[type=email],
.product-popup form .form-field input[type=tel] {
  width: 100%;
  height: 77px;
  background-color: #F8553D;
  margin: 0 0 20px 0;
  color: #FFFFFF;
  font-family: "Lexend", sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
  padding: 20px;
  border: none;
}
.product-popup form .form-field textarea.placeholder,
.product-popup form .form-field input[type=text].placeholder,
.product-popup form .form-field input[type=email].placeholder,
.product-popup form .form-field input[type=tel].placeholder {
  color: #FFFFFF;
  font-family: "Lexend", sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
}
.product-popup form .form-field textarea:-moz-placeholder,
.product-popup form .form-field input[type=text]:-moz-placeholder,
.product-popup form .form-field input[type=email]:-moz-placeholder,
.product-popup form .form-field input[type=tel]:-moz-placeholder {
  color: #FFFFFF;
  font-family: "Lexend", sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
}
.product-popup form .form-field textarea::-moz-placeholder,
.product-popup form .form-field input[type=text]::-moz-placeholder,
.product-popup form .form-field input[type=email]::-moz-placeholder,
.product-popup form .form-field input[type=tel]::-moz-placeholder {
  color: #FFFFFF;
  font-family: "Lexend", sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
}
.product-popup form .form-field textarea:-ms-input-placeholder,
.product-popup form .form-field input[type=text]:-ms-input-placeholder,
.product-popup form .form-field input[type=email]:-ms-input-placeholder,
.product-popup form .form-field input[type=tel]:-ms-input-placeholder {
  color: #FFFFFF;
  font-family: "Lexend", sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
}
.product-popup form .form-field textarea::-webkit-input-placeholder,
.product-popup form .form-field input[type=text]::-webkit-input-placeholder,
.product-popup form .form-field input[type=email]::-webkit-input-placeholder,
.product-popup form .form-field input[type=tel]::-webkit-input-placeholder {
  color: #FFFFFF;
  font-family: "Lexend", sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
}
.product-popup form .form-field textarea {
  height: 240px;
  resize: none;
}
.product-popup form .form-field label.hidden {
  display: none;
}
.product-popup form .form-field-additional .form-field {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 0 10px 0;
}
.product-popup form .form-field-additional .form-field input[type=checkbox] {
  height: 20px;
  width: 20px;
}
.product-popup form .form-field-additional .form-field input[type=checkbox]::before {
  content: "";
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #F8553D;
  background-color: #FFFFFF;
  color: #F8553D;
  font-weight: 600;
}
.product-popup form .form-field-additional .form-field input[type=checkbox]:checked::before {
  content: "✓";
}
.product-popup form .form-field-additional .form-field label {
  color: #00494D;
  font-family: "Lexend", sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 24px;
  display: block;
  margin: 0 0 0 15px;
  cursor: pointer;
}
.product-popup form .form-field-additional .form-field:last-child {
  margin: 0;
}
.product-popup form .form-field-actions {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 20px 0 0 0;
  padding: 20px 0 0 0;
  border-top: 1px solid #FF9A91;
}
.product-popup form .form-field-actions button {
  height: 50px;
  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;
  text-transform: uppercase;
  padding: 10px 40px;
  border: 1px solid #F8553D;
  cursor: pointer;
}
.product-popup form .form-field-actions button:hover {
  background-color: #f62a0c;
}

body.show-product-popup {
  overflow: hidden;
}
body.show-product-popup .product-popup {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  z-index: 800;
}

@media (max-width: 700px) {
  .product-popup {
    padding: 40px 20px 20px 20px;
  }
}
@media (max-width: 550px) {
  .product-popup form {
    padding: 20px 0;
  }
}
.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=product.css.map */
