/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
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;
  }
}
.contact-heading {
  width: 100%;
  max-width: 1420px;
  margin: 100px auto 80px auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  overflow: inherit;
  padding: 0 20px;
}
.contact-heading-info {
  width: 100%;
  max-width: 510px;
}
.contact-heading-info h1 {
  color: #235959;
  font-family: "NewYork", sans-serif;
  font-size: 86px;
  letter-spacing: 0;
  line-height: 105px;
  margin: 0 0 40px 0;
}
.contact-heading-info-block {
  margin: 0 0 20px 0;
  display: block;
}
.contact-heading-info-block strong {
  color: #00494D;
  font-family: "Lexend", sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 900;
  display: block;
  margin: 0 0 10px 0;
}
.contact-heading-info-block span,
.contact-heading-info-block a {
  color: #00494D;
  font-family: "Lexend", sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 300;
  display: block;
}
.contact-heading-info-block small {
  color: #00494D;
  font-family: "Lexend", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 300;
  display: block;
}
.contact-heading-info address {
  font-style: normal;
  margin: 0 0 20px 0;
}
.contact-heading-info address strong {
  color: #00494D;
  font-family: "Lexend", sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 900;
  display: block;
  margin: 0 0 10px 0;
}
.contact-heading-info address small,
.contact-heading-info address span {
  color: #00494D;
  font-family: "Lexend", sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 300;
  display: block;
}
.contact-heading-info address small {
  font-size: 14px;
}
.contact-heading-map {
  width: 100%;
  max-width: calc(100% - 510px);
}
.contact-heading-map a {
  display: block;
  cursor: pointer;
  max-width: 770px;
}
.contact-heading-map a .pin-point {
  position: absolute;
  right: 230px;
  top: 225px;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.contact-heading-map a .pin-point span {
  height: 28px;
  width: 134px;
  color: #F8553D;
  font-family: "Lexend", sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 19px;
  margin: 0 0 0 10px;
}
.contact-heading-map a:hover .pin-point img.pin {
  transform: translateY(-5px);
}
.contact-heading-map a:hover + img.decor {
  transform: translate3d(-15px, -15px, 0);
}
.contact-heading-map img.map {
  width: 100%;
  height: auto;
  z-index: 50;
}
.contact-heading-map img.pin {
  width: 20px;
  height: 24px;
  display: block;
  margin: 10px 0 0 0;
  transform: translateY(0);
  transition: all 300ms ease-in-out;
}
.contact-heading-map img.decor {
  transform: translate3d(0, 0, 0);
  transition: all 300ms ease-in-out;
  width: 367px;
  height: 367px;
  position: absolute;
  right: 0;
  bottom: -90px;
  z-index: 25;
}

@media (max-width: 1420px) {
  .contact-heading-info {
    max-width: 360px;
  }
}
@media (max-width: 1330px) {
  .contact-heading {
    flex-direction: column;
  }
  .contact-heading-info {
    margin: 0 auto;
  }
  .contact-heading-map {
    max-width: 770px;
    margin: 30px auto 0 auto;
  }
}
@media (max-width: 830px) {
  .contact-heading-map a .pin-point {
    right: 27.7108433735vw;
    top: 27.1084337349vw;
  }
}
@media (max-width: 768px) {
  .contact-heading-map img.decor {
    width: 307px;
    height: 307px;
  }
}
@media (max-width: 550px) {
  .contact-heading-map img.decor {
    width: 237px;
    height: 237px;
  }
}
@media (max-width: 450px) {
  .contact-heading-map img.decor {
    width: 207px;
    height: 207px;
    bottom: -60px;
  }
}
.contact-form {
  width: 100%;
  max-width: 690px;
  margin: 80px auto;
}
.contact-form h2 {
  color: #235959;
  font-family: "NewYork", sans-serif;
  font-size: 52px;
  letter-spacing: 0;
  line-height: 63px;
  display: block;
  margin: 0 0 40px 0;
}
.contact-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;
}
.contact-form .message.notice {
  background: #6da743;
}
.contact-form form {
  width: 100%;
}
.contact-form form input[type=text],
.contact-form form input[type=email],
.contact-form form input[type=tel],
.contact-form form textarea {
  width: 100%;
  height: 77px;
  background-color: #F8553D;
  border: 1px solid #F8553D;
  color: #FFFFFF;
  font-family: "Lexend", sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
  padding: 10px 20px;
  margin: 0 0 30px 0;
}
.contact-form form input[type=text].placeholder,
.contact-form form input[type=email].placeholder,
.contact-form form input[type=tel].placeholder,
.contact-form form textarea.placeholder {
  color: #FFFFFF;
  font-family: "Lexend", sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
}
.contact-form form input[type=text]:-moz-placeholder,
.contact-form form input[type=email]:-moz-placeholder,
.contact-form form input[type=tel]:-moz-placeholder,
.contact-form form textarea:-moz-placeholder {
  color: #FFFFFF;
  font-family: "Lexend", sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
}
.contact-form form input[type=text]::-moz-placeholder,
.contact-form form input[type=email]::-moz-placeholder,
.contact-form form input[type=tel]::-moz-placeholder,
.contact-form form textarea::-moz-placeholder {
  color: #FFFFFF;
  font-family: "Lexend", sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
}
.contact-form form input[type=text]:-ms-input-placeholder,
.contact-form form input[type=email]:-ms-input-placeholder,
.contact-form form input[type=tel]:-ms-input-placeholder,
.contact-form form textarea:-ms-input-placeholder {
  color: #FFFFFF;
  font-family: "Lexend", sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
}
.contact-form form input[type=text]::-webkit-input-placeholder,
.contact-form form input[type=email]::-webkit-input-placeholder,
.contact-form form input[type=tel]::-webkit-input-placeholder,
.contact-form form textarea::-webkit-input-placeholder {
  color: #FFFFFF;
  font-family: "Lexend", sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
}
.contact-form form textarea {
  font-family: "Lexend", sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
  padding: 10px 20px;
  resize: none;
  height: 290px;
}
.contact-form form .form-additional {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 20px 0;
}
.contact-form form .form-additional .form-field {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  width: 100%;
  margin: 0 0 20px 0;
}
.contact-form form .form-additional .form-field input {
  width: 18px;
  height: 18px;
  margin: 0 20px 0 0;
}
.contact-form form .form-additional .form-field label {
  color: #00494D;
  font-family: "Lexend", sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 300;
  display: block;
  cursor: pointer;
  width: 100%;
  max-width: calc(100% - 40px);
}
.contact-form form .form-additional .form-field label a {
  text-decoration: underline;
  font-weight: 500;
  color: #00494D;
}
.contact-form form .form-additional .form-field label a:hover {
  text-decoration: none;
}
.contact-form form .form-additional .form-field:last-child {
  margin: 0;
}
.contact-form form .form-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.contact-form form .form-actions button {
  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;
  cursor: pointer;
  text-transform: uppercase;
}
.contact-form form .form-actions button:hover {
  background-color: #f62a0c;
}

.form-decor {
  position: absolute;
  height: 540px;
  left: -190px;
  top: 600px;
  z-index: 25;
}
.form-decor img {
  width: auto;
  height: 100%;
}

@media (max-width: 1330px) {
  .contact-form {
    padding: 0 20px;
    margin: 80px auto 20px auto;
  }

  .form-decor {
    top: 200px;
    opacity: 0.5;
  }
}
@media (max-width: 1024px) {
  .contact-form {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .contact-form h2 {
    font-size: 42px;
  }
}
@media (max-width: 650px) {
  .contact-form {
    margin: 120px auto 20px auto;
  }
}
@media (max-width: 550px) {
  .contact-form form .form-actions button {
    width: 100%;
  }

  .form-decor {
    opacity: 0.2;
  }
}
@media (max-width: 450px) {
  .contact-form h2 {
    font-size: 36px;
    text-align: center;
  }
}
.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=contact.css.map */
