@charset "UTF-8";
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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. Removes 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 */
}

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

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

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

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 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 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

i {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
i:before {
  content: "";
  width: 70px;
  height: 70px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
}
i:after {
  content: "";
  width: 70px;
  height: 70px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: auto;
  display: none;
}
i.close-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
i.close-icon:before {
  position: relative;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggZD0iTTE4IDYgNiAxOE02IDZsMTIgMTIiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
}
i.phone:before {
  width: 72px;
  height: 72px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+CiAgPGRlZnMvPgogIDxjaXJjbGUgY3g9IjE1IiBjeT0iMTUiIHI9IjE0LjUiIHN0cm9rZT0iI2ZmZiIvPgogIDxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiPgogICAgPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTIyLjEgMTguNWwtMi0yYy0uOC0uOC0yLjEtLjUtMi40LjQtLjIuNy0xIDEtMS43IDFhNi41IDYuNSAwIDAxLTMuOS00Yy0uMi0uNi4zLTEuNCAxLTEuNiAxLS4zIDEuMi0xLjYuNS0yLjNsLTIuMS0yLjFjLS42LS41LTEuNS0uNS0yIDBMOCA5LjNjLTEuNCAxLjUuMiA1LjUgMy43IDlzNy41IDUuMSA5IDMuNmwxLjQtMS40Yy41LS42LjUtMS41IDAtMnoiLz4KICA8L2c+CiAgPGRlZnM+CiAgICA8Y2xpcFBhdGggaWQ9ImNsaXAwIj4KICAgICAgPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgMGgxNXYxNUgweiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNy41IDcuNSkiLz4KICAgIDwvY2xpcFBhdGg+CiAgPC9kZWZzPgo8L3N2Zz4K");
}
i.email:before {
  width: 72px;
  height: 72px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCA0MCA0MCI+CiAgPGRlZnMvPgogIDxjaXJjbGUgY3g9IjIwIiBjeT0iMjAiIHI9IjE5LjUiIHN0cm9rZT0iIzI2MzMzQSIvPgogIDxwYXRoIGZpbGw9IiMyNjMzM0EiIGQ9Ik0yNi4zIDEzLjRIMTMuN2EyLjEgMi4xIDAgMDAtMi4xIDIuMXY5YTIuMSAyLjEgMCAwMDIuMSAyLjFoMTIuNmEyLjEgMi4xIDAgMDAyLjEtMi4xdi05YTIuMSAyLjEgMCAwMC0yLjEtMi4xem0tLjUzIDMuNDdsLTUuNCA0LjJhLjYuNiAwIDAxLS43NCAwbC01LjQtNC4yYS42LjYgMCAwMS4zLTEuMDcuNi42IDAgMDEuNDQuMTNMMjAgMTkuODRsNS4wMy0zLjkxYS42LjYgMCAwMS43NC45NHoiLz4KPC9zdmc+Cg==");
}
i.quote-sign:before {
  width: 72px;
  height: 72px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjU2IDExLjc0QTUuNjkgNS42OSAwIDAgMSAwIDYuMzggNS42OSA1LjY5IDAgMCAxIDUuNzEuNzNhNS42OSA1LjY5IDAgMCAxIDUuNzIgNS42N2MwIC4xNy4zNCA5LjItNS41NyAxMy41LTIuNyAxLjk2LTIuNTYgMS43Mi0xLjYuMDcuOTQtMS42MiAyLjY3LTQuNiAzLjMtOC4yMlpNMjQgNi40Yy4wMS4xNy4zNSA5LjItNS41NiAxMy41LTIuNyAxLjk2LTIuNTYgMS43Mi0xLjYuMDcuOTQtMS42MiAyLjY3LTQuNiAzLjMtOC4yMmE1LjY5IDUuNjkgMCAwIDEtNy41Ni01LjM2QTUuNjkgNS42OSAwIDAgMSAxOC4yOC43MyA1LjY5IDUuNjkgMCAwIDEgMjQgNi40WiIgZmlsbD0iI2ZmZiIvPgo8L3N2Zz4K");
  background-size: 24px 21px;
}
i.facebook:before {
  width: 72px;
  height: 72px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggZD0iTTYuMTggMThWOS44aDIuNjZsLjQtMy4ySDYuMThWNC41NGMwLS45My4yNS0xLjU2IDEuNTMtMS41NmgxLjYyVi4xM0M4LjU0LjAzIDcuNzUgMCA2Ljk1IDAgNC42IDAgMi45OCAxLjUgMi45OCA0LjIzVjYuNkguMzN2My4ySDNWMThoMy4xOVoiIGZpbGw9IiNmZmYiLz4KPC9zdmc+Cg==");
  background-size: 12px 24px;
}
i.facebook:after {
  width: 72px;
  height: 72px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggZD0iTTYuMTggMThWOS44aDIuNjZsLjQtMy4ySDYuMThWNC41NGMwLS45My4yNS0xLjU2IDEuNTMtMS41NmgxLjYyVi4xM0M4LjU0LjAzIDcuNzUgMCA2Ljk1IDAgNC42IDAgMi45OCAxLjUgMi45OCA0LjIzVjYuNkguMzN2My4ySDNWMThoMy4xOVoiIGZpbGw9IiMwNTA1MDUiLz4KPC9zdmc+Cg==");
  background-size: 12px 24px;
}
i.instagram:before {
  width: 72px;
  height: 72px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggZD0iTTUuMjUgMEE1LjI2IDUuMjYgMCAwIDAgMCA1LjI1djcuNUMwIDE1LjY1IDIuMzYgMTggNS4yNSAxOGg3LjVjMi45IDAgNS4yNS0yLjM2IDUuMjUtNS4yNXYtNy41QzE4IDIuMzUgMTUuNjQgMCAxMi43NSAwaC03LjVabTkuMTUgMi44OGEuNzIuNzIgMCAxIDEgMCAxLjQ0LjcyLjcyIDAgMCAxIDAtMS40NFpNOSA0LjMyYTQuNjggNC42OCAwIDEgMSAwIDkuMzcgNC42OCA0LjY4IDAgMCAxIDAtOS4zN1ptMCAxLjQ0YTMuMjQgMy4yNCAwIDEgMCAwIDYuNDggMy4yNCAzLjI0IDAgMCAwIDAtNi40OFoiIGZpbGw9IiNmZmYiLz4KPC9zdmc+Cg==");
  background-size: 18px 18px;
}
i.instagram:after {
  width: 72px;
  height: 72px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggZD0iTTUuMjUgMEE1LjI2IDUuMjYgMCAwIDAgMCA1LjI1djcuNUMwIDE1LjY1IDIuMzYgMTggNS4yNSAxOGg3LjVjMi45IDAgNS4yNS0yLjM2IDUuMjUtNS4yNXYtNy41QzE4IDIuMzUgMTUuNjQgMCAxMi43NSAwaC03LjVabTkuMTUgMi44OGEuNzIuNzIgMCAxIDEgMCAxLjQ0LjcyLjcyIDAgMCAxIDAtMS40NFpNOSA0LjMyYTQuNjggNC42OCAwIDEgMSAwIDkuMzcgNC42OCA0LjY4IDAgMCAxIDAtOS4zN1ptMCAxLjQ0YTMuMjQgMy4yNCAwIDEgMCAwIDYuNDggMy4yNCAzLjI0IDAgMCAwIDAtNi40OFoiIGZpbGw9IiMwNTA1MDUiLz4KPC9zdmc+Cg==");
  background-size: 18px 18px;
}
i.location-icon:before {
  width: 72px;
  height: 72px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggZD0iTTEuMTcgMTAuNiAyMy4wNi43OGMyLS45MiAzLjYuNDcgMi42NyAyLjQzTDE1LjYgMjQuMjVjLS45MiAxLjkyLTMuNSAxLjU1LTMuNTEtLjU0bC0uMDMtOS41N2MwLS4xNi0uMDQtLjItLjItLjJsLTkuOTktLjA0Yy0yLjA4LS4wMS0yLjYtMi40Ni0uNzEtMy4zWm0yLjM4IDEuMjQgOS42Ny0uMDZjLjYyIDAgMS4wNC40MSAxLjA0IDFsLS4wNyA5LjM1YzAgLjA1LjA2LjA3LjA3LjAxbDkuMDctMTljLjA0LS4xIDAtLjEzLS4xLS4wOWwtMTkuNjggOC43Yy0uMDcuMDMtLjA1LjA5IDAgLjA5WiIgZmlsbD0iI2ZmZiIvPgo8L3N2Zz4K");
  background-size: 26px 25px;
}
i.calendar-icon:before {
  width: 72px;
  height: 72px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggZD0iTTQuMSAyNEMxLjM3IDI0IDAgMjIuNjYgMCAxOS45NlY0LjA0QzAgMS4zNCAxLjM3IDAgNC4xIDBoMTcuODJDMjQuNjQgMCAyNiAxLjM2IDI2IDQuMDR2MTUuOTJjMCAyLjY4LTEuMzYgNC4wNC00LjA4IDQuMDRINC4xWm0tLjItMi4xSDIyLjFjMS4xNiAwIDEuODEtLjYxIDEuODEtMS44MlY3Ljc4YzAtMS4yLS42NS0xLjgyLTEuODEtMS44MkgzLjljLTEuMTYgMC0xLjguNjItMS44IDEuODJ2MTIuM2MwIDEuMi42NCAxLjgyIDEuOCAxLjgyWm02LjU2LTExLjI2Yy0uNDUgMC0uNjEtLjEzLS42MS0uNTl2LS43N2MwLS40NS4xNi0uNi42MS0uNmguNzdjLjQ2IDAgLjYuMTUuNi42di43N2MwIC40Ni0uMTQuNTktLjYuNTloLS43N1ptNC4zMyAwYy0uNDUgMC0uNi0uMTMtLjYtLjU5di0uNzdjMC0uNDUuMTUtLjYuNi0uNmguNzdjLjQ2IDAgLjYyLjE1LjYyLjZ2Ljc3YzAgLjQ2LS4xNi41OS0uNjIuNTloLS43N1ptNC4zMyAwYy0uNDUgMC0uNi0uMTMtLjYtLjU5di0uNzdjMC0uNDUuMTUtLjYuNi0uNmguNzdjLjQ2IDAgLjYyLjE1LjYyLjZ2Ljc3YzAgLjQ2LS4xNi41OS0uNjIuNTloLS43N1pNNi4xMyAxNC45Yy0uNDcgMC0uNjEtLjEzLS42MS0uNTl2LS43N2MwLS40NS4xNC0uNTguNjEtLjU4aC43NmMuNDcgMCAuNjEuMTMuNjEuNTh2Ljc3YzAgLjQ2LS4xNC42LS42MS42aC0uNzZabTQuMzMgMGMtLjQ1IDAtLjYxLS4xMy0uNjEtLjU5di0uNzdjMC0uNDUuMTYtLjU4LjYxLS41OGguNzdjLjQ2IDAgLjYuMTMuNi41OHYuNzdjMCAuNDYtLjE0LjYtLjYuNmgtLjc3Wm00LjMzIDBjLS40NSAwLS42LS4xMy0uNi0uNTl2LS43N2MwLS40NS4xNS0uNTguNi0uNThoLjc3Yy40NiAwIC42Mi4xMy42Mi41OHYuNzdjMCAuNDYtLjE2LjYtLjYyLjZoLS43N1ptNC4zMyAwYy0uNDUgMC0uNi0uMTMtLjYtLjU5di0uNzdjMC0uNDUuMTUtLjU4LjYtLjU4aC43N2MuNDYgMCAuNjIuMTMuNjIuNTh2Ljc3YzAgLjQ2LS4xNi42LS42Mi42aC0uNzdaTTYuMTMgMTkuMThjLS40NyAwLS42MS0uMTUtLjYxLS42di0uNzdjMC0uNDYuMTQtLjU5LjYxLS41OWguNzZjLjQ3IDAgLjYxLjEzLjYxLjU5di43N2MwIC40NS0uMTQuNi0uNjEuNmgtLjc2Wm00LjMzIDBjLS40NSAwLS42MS0uMTUtLjYxLS42di0uNzdjMC0uNDYuMTYtLjU5LjYxLS41OWguNzdjLjQ2IDAgLjYuMTMuNi41OXYuNzdjMCAuNDUtLjE0LjYtLjYuNmgtLjc3Wm00LjMzIDBjLS40NSAwLS42LS4xNS0uNi0uNnYtLjc3YzAtLjQ2LjE1LS41OS42LS41OWguNzdjLjQ2IDAgLjYyLjEzLjYyLjU5di43N2MwIC40NS0uMTYuNi0uNjIuNmgtLjc3WiIgZmlsbD0iI2ZmZiIvPgo8L3N2Zz4K");
  background-size: 26px 24px;
}
i.person-icon:before {
  width: 72px;
  height: 72px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggZD0iTTEyIDEzLjAxYy0zLjI2IDAtNS45MS0yLjk2LTUuOTMtNi41N0M2LjA3IDIuODggOC43NSAwIDEyLjAxIDBjMy4yOCAwIDUuOTMgMi44MiA1LjkzIDYuNDIgMCAzLjYyLTIuNjYgNi42LTUuOTMgNi42Wm0wLTIuMTJjMi4wMyAwIDMuNzMtMS45OSAzLjczLTQuNDcgMC0yLjQ1LTEuNjgtNC4zLTMuNzItNC4zUzguMjggNCA4LjI4IDYuNDRjMCAyLjQ5IDEuNzIgNC40NSAzLjczIDQuNDVaTTMuMzggMjZDMS4wOSAyNiAwIDI1LjMgMCAyMy43NWMwLTMuNjcgNC41NS05IDEyLTlzMTIgNS4zMyAxMiA5QzI0IDI1LjMgMjIuOTEgMjYgMjAuNjMgMjZIMy4zN1ptLS42NS0yLjEyaDE4LjU3Yy4zNiAwIC41LS4xLjUtLjQgMC0yLjMtMy41LTYuNi05Ljc4LTYuNi02LjMgMC05LjggNC4zLTkuOCA2LjYgMCAuMy4xNS40LjUxLjRaIiBmaWxsPSIjZmZmIi8+Cjwvc3ZnPgo=");
  background-size: 24px 26px;
}
i.achievement-icon:before {
  width: 72px;
  height: 72px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggZD0iTTAgMTAuMDJDMCA0LjUgNC41IDAgMTAgMGM1LjQ4IDAgMTAuMDEgNC41IDEwIDEwLjAyYTEwIDEwIDAgMCAxLTMuMzUgNy40MXY5LjVjMCAuNzYtLjM3IDEuMDctLjkxIDEuMDctLjQyIDAtLjc2LS4yNC0xLjExLS41OWwtNC4wOS00LjA2Yy0uMjEtLjItLjM4LS4yOC0uNTMtLjI4LS4xNSAwLS4zLjA4LS41My4yOEw1LjQgMjcuNGMtLjM0LjM0LS42Ny41OS0xLjExLjU5LS41MiAwLS45LS4zMS0uOS0xLjA3bC0uMDItOS40NkE5Ljk2IDkuOTYgMCAwIDEgMCAxMC4wMlptMi4wNSAwYTcuOTMgNy45MyAwIDAgMCA3Ljk2IDggNy45IDcuOSAwIDAgMCA3Ljk2LTggNy45NSA3Ljk1IDAgMCAwLTcuOTYtOC4wMyA3LjkzIDcuOTMgMCAwIDAtNy45NiA4LjAzWiIgZmlsbD0iI2ZmZiIvPgo8L3N2Zz4K");
  background-size: 20px 28px;
}

/* HD/Retina CSS */
@font-face {
  font-family: "CoreSansABold";
  src: url("../fonts/CoreSansABold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "CoreSansARegular";
  src: url("../fonts/CoreSansARegular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
html,
body {
  margin: 0;
  padding: 0;
  font: 16px/180% "CoreSansARegular", sans-serif;
  color: #FFFFFF;
  background-color: #050505;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-overflow-style: none;
  outline-color: #F3D9DB;
}
html ::-moz-selection, body ::-moz-selection {
  background-color: #f3d9db;
  color: #050505;
}
html ::selection,
body ::selection {
  background-color: #f3d9db;
  color: #050505;
}

button {
  outline: none;
}

a {
  color: inherit;
  outline: none;
  text-decoration: none;
  border-bottom: 1px solid;
  border-color: #B3B8BF;
  transition: color 0.2s ease, border-color 0.2s ease;
}
a:hover {
  color: #F3D9DB;
  border-color: #F3D9DB;
}
a.link {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  font: 16px/100% "CoreSansARegular", sans-serif;
  letter-spacing: 0.04em;
  padding: 16px 0;
  box-sizing: border-box;
}

.vp-portfolio__preloader-wrap {
  display: none;
}

.vp-portfolio__item a {
  border-bottom: 0;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: 54px;
  font-size: 16px;
  line-height: 140%;
  padding: 0 32px;
  border: #FFFFFF 1px solid;
  box-sizing: border-box;
  font-family: "CoreSansARegular", sans-serif;
  color: #050505;
  text-decoration: none;
  background-color: #FFFFFF;
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}
.btn.outline {
  background-color: transparent;
  color: inherit;
}
.btn:hover {
  color: #050505;
  background-color: #F3D9DB;
  border-color: #F3D9DB;
}
.btn:active {
  color: #FFFFFF;
  border-color: #B3B8BF;
  background-color: #050505;
}

.jet-form-builder-row {
  width: 100%;
  position: relative;
  padding: 0 !important;
}

.wpcf7-form-control-wrap {
  display: block;
}

.wpcf7 form .wpcf7-response-output {
  display: none !important;
}

.wpcf7-spinner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(5, 5, 5, 0.5);
  border-radius: 0;
  margin: 0;
}
.wpcf7-spinner:before {
  display: none;
}
.wpcf7-spinner:after {
  position: relative;
  content: "";
  background-image: url(../img/icons/loader.gif);
  background-repeat: no-repeat;
  background-size: contain;
  width: 56px;
  height: 56px;
}

form {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
form p {
  margin: 0;
  width: 100%;
}
form .row {
  position: relative;
  width: 100%;
  height: 50px;
}
form .row p {
  margin: 0;
  height: inherit;
}
form label,
form .jet-form-builder__label {
  width: auto;
  position: absolute;
  top: 14px;
  font: 12px/180% "CoreSansARegular", sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #808080;
}
form input,
form select {
  padding: 0 10px 0 140px;
  border-radius: 0;
}
form textarea {
  padding: 10px 10px 10px 140px;
  border-radius: 0;
}
form button {
  width: 100%;
  margin: 16px auto 0;
}
form .btn {
  display: flex !important;
  flex-flow: row nowrap;
  justify-content: center !important;
  align-items: center;
  width: 100%;
  margin: 16px auto 0;
}
form .btn-box {
  width: 100%;
  margin-top: 24px;
}

select {
  width: 100%;
  height: 50px;
  border: 0;
  border-bottom: 1px solid #FFFFFF;
  border-color: #FFFFFF;
  color: #FFFFFF;
  background: transparent;
  transition: border-color 0.2s ease-out;
  font-family: "CoreSansARegular", sans-serif;
  font-size: 16px;
  line-height: 140%;
  padding: 0 10px;
  box-sizing: border-box;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input {
  width: 100%;
  height: 50px;
  outline: none;
  border: 0;
  border-bottom: 1px solid #FFFFFF;
  border-color: #FFFFFF;
  color: #FFFFFF;
  background: transparent;
  transition: border-color 0.2s ease-out;
  font-family: "CoreSansARegular", sans-serif;
  font-size: 16px;
  line-height: 140%;
  padding: 0 10px;
  box-sizing: border-box;
}
input:focus {
  border-color: #F3D9DB;
}
input:focus::-moz-placeholder {
  opacity: 0;
}
input:focus::placeholder {
  opacity: 0;
}
input:focus:-ms-input-placeholder {
  opacity: 0;
}
input:focus::-ms-input-placeholder {
  opacity: 0;
}

textarea {
  width: 100%;
  min-height: 50px;
  outline: none;
  border: 0;
  border-bottom: 1px solid #FFFFFF;
  border-color: #FFFFFF;
  color: #FFFFFF;
  background: transparent;
  transition: border-color 0.2s ease-out;
  font-family: "CoreSansARegular", sans-serif;
  font-size: 16px;
  line-height: 140%;
  resize: none;
  padding: 10px;
  box-sizing: border-box;
}
textarea:focus {
  border-color: #F3D9DB;
}
textarea:focus::-moz-placeholder {
  opacity: 0;
}
textarea:focus::placeholder {
  opacity: 0;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #808080;
  opacity: 1;
}

input::placeholder,
textarea::placeholder {
  color: #808080;
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #808080;
  opacity: 1;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #808080;
  opacity: 1;
}

ul {
  padding-left: 0;
  list-style: none;
  font-size: 16px;
  line-height: 120%;
  box-sizing: border-box;
}
ul li {
  padding-left: 22px;
  position: relative;
  margin-bottom: 12px;
}
ul li:before {
  content: "•";
  color: inherit;
  position: absolute;
  left: 4px;
}
ul li ul {
  margin: 12px 0;
}

ol {
  padding-left: 0;
  list-style: none;
  counter-reset: li;
  font-size: 16px;
  line-height: 120%;
}
ol li {
  padding-left: 22px;
  position: relative;
  margin-bottom: 12px;
  counter-increment: li;
}
ol li:before {
  content: counter(li) ". ";
  color: inherit;
  font-family: "CoreSansARegular", sans-serif;
  position: absolute;
  left: 4px;
}

p {
  font: 16px/180% "CoreSansARegular", sans-serif;
  color: #B3B8BF;
  margin: 16px 0;
}
p a {
  color: #F3D9DB;
  border-bottom: 1px solid;
  border-color: #F3D9DB;
  transition: border-color 0.2s ease;
}
p a:hover {
  border-color: transparent;
}

b {
  font-family: "CoreSansABold", sans-serif;
}

h1 {
  font: 24px/140% "CoreSansABold", sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

h2 {
  font: 20px/140% "CoreSansABold", sans-serif;
  letter-spacing: 0.06em;
  color: #808080;
  text-transform: uppercase;
  margin-bottom: 16px;
}

body.popup-open {
  overflow: hidden;
}
body.sidebar-active {
  overflow: hidden;
}
body.sidebar-active #application-wrapper {
  position: relative;
  overflow: hidden;
}
body.sidebar-active #application-wrapper header {
  z-index: 5;
}
body.sidebar-active #application-wrapper header .header-inner .block-container {
  background: transparent;
  transform: translate3d(0, 0, 0);
}
body.sidebar-active #application-wrapper header .header-inner .block-container .hamburger .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(225deg);
}
body.sidebar-active #application-wrapper header .header-inner .block-container .hamburger .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  opacity: 0;
}
body.sidebar-active #application-wrapper header .header-inner .block-container .hamburger .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}
body.sidebar-active #application-wrapper header .header-inner .navigation {
  position: absolute;
  top: 0;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-x: hidden;
  visibility: hidden;
  z-index: 0;
}
.popup.show {
  visibility: visible;
  z-index: 100;
}
.popup.show .popup-wrapper {
  opacity: 1;
}
.popup .popup-wrapper {
  width: 100%;
  min-height: 100vh;
  background: #050505;
  padding: 140px 16px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.popup .popup-wrapper .close-icon {
  width: 54px;
  height: 54px;
  position: absolute;
  top: 16px;
  right: 16px;
  left: auto;
  bottom: auto;
  background-color: #050505;
  border: 1px solid #5F5F5F;
  box-sizing: border-box;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.popup .popup-wrapper .close-icon:after {
  display: none;
}
.popup .popup-wrapper .close-icon:hover {
  background-color: #232323;
}
.popup .popup-wrapper .popup-inner {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  width: 70%;
  color: #FFFFFF;
  text-align: center;
}
.popup .popup-wrapper .popup-inner h2 {
  color: #FFFFFF;
}

header {
  background: #050505;
}
header .header-inner .block-container {
  width: 100%;
  height: 106px;
  padding: 16px;
  box-sizing: border-box;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: start;
  overflow: hidden;
  position: relative;
  z-index: 6;
  transition: transform ease-out 0.2s;
}
header .header-inner .block-container .logo {
  width: 74px;
  height: 74px;
  position: relative;
  background-color: #FFFFFF;
  background-image: url(../img/logo/vpka-logo.svg);
  background-size: 47px 55px;
  background-position: center;
  background-repeat: no-repeat;
}
header .header-inner .block-container .logo a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
header .header-inner .block-container .header-btns .btn.desktop {
  display: none;
}
header .header-inner .block-container .hamburger {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  margin: 0;
  padding: 0;
  border: 1px solid #B3B8BF;
  background-color: #050505;
  box-sizing: border-box;
  overflow: hidden;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity, filter;
  outline: none;
  z-index: 2;
  cursor: pointer;
}
header .header-inner .block-container .hamburger .hamburger-box {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
}
header .header-inner .block-container .hamburger .hamburger-inner {
  background-color: #FFFFFF;
  position: relative;
  width: 20px;
  height: 2px;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.22s;
  top: 50%;
  display: block;
}
header .header-inner .block-container .hamburger .hamburger-inner:before, header .header-inner .block-container .hamburger .hamburger-inner:after {
  position: absolute;
  display: block;
  content: "";
  background-color: #FFFFFF;
  width: 20px;
  height: 2px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
}
header .header-inner .block-container .hamburger .hamburger-inner:before {
  top: -7px;
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}
header .header-inner .block-container .hamburger .hamburger-inner:after {
  bottom: -7px;
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
header .header-inner .navigation {
  position: fixed;
  top: -100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  width: 100%;
  height: 100vh;
  min-height: calc(100vh - 82px);
  padding: 106px 16px 16px;
  box-sizing: border-box;
  z-index: 5;
  background: #050505;
  transition: top 0.4s ease;
  /* Avoid Chrome to see Safari hack */
}
@supports (-webkit-touch-callout: none) {
  header .header-inner .navigation {
    /* The hack for Safari */
    height: -webkit-fill-available;
  }
}
header .header-inner .navigation .top-menu {
  padding: 74px 16px 58px;
  box-sizing: border-box;
}
header .header-inner .navigation .top-menu ul {
  display: flex;
  flex-flow: column nowrap;
  margin: 0px;
  padding: 0;
  list-style: none;
  gap: 12px;
}
header .header-inner .navigation .top-menu ul li {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  margin: 0;
  padding-left: 0;
}
header .header-inner .navigation .top-menu ul li:before {
  display: none;
}
header .header-inner .navigation .top-menu ul li a {
  width: 100%;
  height: 47px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  font-family: "CoreSansARegular", sans-serif;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  box-sizing: border-box;
  border: none;
}
header .header-inner .navigation .languages {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 16px;
}
header .header-inner .navigation .languages ul {
  display: flex;
  flex-flow: row nowrap;
  margin: 0px;
  padding: 0;
  list-style: none;
  gap: 16px;
}
header .header-inner .navigation .languages ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  margin: 0;
  padding: 0;
  border: 1px solid #B3B8BF;
  box-sizing: border-box;
  background-color: #050505;
  color: #FFFFFF;
  transition: background-color 0.2s ease;
  cursor: pointer;
}
header .header-inner .navigation .languages ul li .bogoflags {
  display: none;
}
header .header-inner .navigation .languages ul li:before {
  display: none;
}
header .header-inner .navigation .languages ul li.current, header .header-inner .navigation .languages ul li:hover {
  background-color: #FFFFFF;
}
header .header-inner .navigation .languages ul li.current .bogo-language-name, header .header-inner .navigation .languages ul li:hover .bogo-language-name {
  color: #050505;
}
header .header-inner .navigation .languages ul li a {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: none;
  font-size: 0;
}
header .header-inner .navigation .languages ul li .bogo-language-name {
  position: relative;
  width: 54px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0;
  transition: color 0.2s ease;
}
header .header-inner .navigation .languages ul li .bogo-language-name:after {
  content: "";
  font-size: 16px;
}
header .header-inner .navigation .languages ul li.en-US .bogo-language-name:after {
  content: "ENG";
}
header .header-inner .navigation .languages ul li.et .bogo-language-name:after {
  content: "EST";
}

footer {
  overflow: hidden;
  padding: 0 16px;
}
footer .footer-inner .row {
  display: flex;
  flex-flow: column nowrap;
  gap: 16px;
}
footer .footer-inner .row.first {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: start;
}
footer .footer-inner .row.second {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  gap: 4px;
  padding: 8px 0;
  box-sizing: border-box;
  border-top: 1px solid #5F5F5F;
  color: #B3B8BF;
  font: 14px/180% "CoreSansARegular", sans-serif;
}
footer .footer-inner .row.second div a {
  border-bottom: 0;
}
footer .footer-inner .row li {
  padding: 0;
}
footer .footer-inner .row li:before {
  display: none;
}
footer .footer-inner .row .bottom-menu {
  width: 45%;
  margin-bottom: 16px;
}
footer .footer-inner .row .bottom-menu ul {
  display: flex;
  flex-flow: column nowrap;
  gap: 16px;
  margin: 0;
}
footer .footer-inner .row .bottom-menu ul li {
  margin-bottom: 0;
}
footer .footer-inner .row .bottom-menu ul li a {
  display: block;
  font: 13px/140% "CoreSansARegular", sans-serif;
  color: #B3B8BF;
  text-transform: uppercase;
  border-bottom: 0;
  letter-spacing: 0.04em;
}
footer .footer-inner .row .socials {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 8px;
  margin: 0;
}
footer .footer-inner .row .socials li {
  width: 72px;
  height: 72px;
  border: 1px solid #232323;
  border-color: #232323;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #050505;
  margin-bottom: 0;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
footer .footer-inner .row .socials li a {
  display: block;
  width: 100%;
  height: 100%;
  border-bottom: 0;
}
footer .footer-inner .row .socials li:hover {
  background-color: #F3D9DB;
  border-color: #F3D9DB;
}
footer .footer-inner .row .socials li:hover i:before {
  display: none;
}
footer .footer-inner .row .socials li:hover i:after {
  display: block;
}
footer .footer-inner .row .socials li:active {
  background-color: #B3B8BF;
  border-color: #B3B8BF;
}
footer .footer-inner .row .socials li:active i:before {
  display: block;
}
footer .footer-inner .row .socials li:active i:after {
  display: none;
}

.content-wrapper,
.center {
  padding: 0 16px;
}

.wp-block-image {
  margin: 56px 0;
}
.wp-block-image img {
  width: 100%;
}

section {
  margin-bottom: 56px;
}
section:focus, section:target {
  outline: none;
}
section.hero {
  display: flex;
  flex: 1;
  flex-flow: column nowrap;
  justify-content: end;
  align-items: start;
  width: 100%;
  min-height: 740px;
  height: 100vh;
  position: relative;
  top: -106px;
  background-image: url(../img/sections/hero-mobile.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 106px 0 16px;
  box-sizing: border-box;
  margin-bottom: -83px;
  /* Avoid Chrome to see Safari hack */
}
@supports (-webkit-touch-callout: none) {
  section.hero {
    /* The hack for Safari */
    height: -webkit-fill-available;
  }
}
section.hero .tagline {
  color: #B3B8BF;
}
section.hero h1 {
  margin: 4px 0 16px;
}
section.hero .descr .btn.desktop {
  display: none;
}
section.hero .descr p, section.hero .descr ul {
  font: 16px/180% "CoreSansARegular", sans-serif;
  color: #FFFFFF;
}
section.hero .descr ul li, section.hero .descr ol li {
  margin-bottom: 0;
}
section.hero .btn {
  width: 100%;
  margin-top: 16px;
}
section.choir-info {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
}
section.choir-info h2 {
  margin-top: 0;
}
section.choir-info .images {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: start;
  order: 1;
  width: 100%;
  margin-top: 32px;
}
section.choir-info .images img {
  display: block;
  width: calc(50% - 8px);
}
section.choir-info .common {
  width: 100%;
}
section.choir-info .common .section-title {
  display: flex;
  flex-flow: column nowrap;
  gap: 16px;
  font: 22px/140% "CoreSansABold", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
section.choir-info .common .section-title span {
  font: 16px/180% "CoreSansARegular", sans-serif;
  color: #B3B8BF;
  letter-spacing: normal;
  text-transform: none;
}
section.choir-info .projects {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 56px;
}
section.choir-info .projects .img {
  width: 100%;
  height: 0;
  padding-bottom: 67%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
section.choir-info .projects .descr {
  position: relative;
  padding-left: 16px;
  box-sizing: border-box;
}
section.choir-info .projects .descr:before {
  content: "*";
  position: absolute;
  top: 0;
  left: 0;
  font: 14px/180% "CoreSansARegular", sans-serif;
  color: #B3B8BF;
}
section.choir-info .projects .descr p {
  font: 14px/180% "CoreSansARegular", sans-serif;
  margin: 0;
}
section.choirs h2 {
  margin-top: 0;
}
section.choirs .descr {
  color: #FFFFFF;
  margin-bottom: 16px;
}
section.choirs .descr p {
  color: #FFFFFF;
}
section.workshops h2 {
  margin-top: 0;
}
section.workshops .descr {
  color: #FFFFFF;
  margin-bottom: 16px;
  text-transform: uppercase;
}
section.workshops .descr p {
  color: #FFFFFF;
}
section .cards {
  display: flex;
  flex-flow: column nowrap;
  gap: 16px;
}
section .cards .card {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  position: relative;
  min-height: 340px;
  padding: 18px;
  box-sizing: border-box;
  color: #050505;
  background-color: #FFFFFF;
  transition: background-color 0.2s ease;
}
section .cards .card:hover {
  background-color: #F3D9DB;
}
section .cards .card:hover .name {
  background-position-x: 100%;
}
section .cards .card a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: none;
}
section .cards .card .descr {
  font: 16px/180% "CoreSansARegular", sans-serif;
  color: #050505;
  text-transform: none;
}
section .cards .card .descr ul {
  margin: 0;
}
section .cards .card .name {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDYgMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik02IDhMMi4wMDI2OWUtMDcgMTUuNzk0MkwxLjQzNzg3ZS0wOCAwLjIwNTc3Mkw2IDhaIiBmaWxsPSIjMDUwNTA1Ii8+Cjwvc3ZnPgo=");
  background-size: 8px 18px;
  background-position-x: calc(100% - 6px);
  background-position-y: center;
  background-repeat: no-repeat;
  transition: background-position 0.2s ease;
}
section .cards .card .name span {
  display: block;
  font: 20px/140% "CoreSansABold", sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding-right: 20px;
  box-sizing: border-box;
}
section.gallery {
  overflow: hidden;
}
section.gallery h2 {
  margin-top: 0;
}
section.gallery .images {
  margin-bottom: 16px;
}
section.conductor-and-founder h2 {
  margin-top: 0;
}
section.conductor-and-founder .post .post-image {
  width: 100%;
  margin-bottom: 16px;
}
section.conductor-and-founder .post .post-image.desktop {
  display: none;
}
section.conductor-and-founder .post .post-image .img {
  width: 100%;
  height: 0;
  padding-bottom: 95%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
section.conductor-and-founder .post .post-title {
  margin: 0 0 16px;
}
section.quote .quote-block {
  margin: 56px 0 16px;
}
section.quote .quote-block .quote {
  display: flex;
  flex-flow: row nowrap;
  justify-content: start;
  align-items: center;
  gap: 16px;
}
section.quote .quote-block .quote .quote-sign {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  border: 1px solid #232323;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #050505;
  margin-bottom: 0;
}
section.quote .quote-block .quote .who-said {
  color: #B3B8BF;
}
section.quote .quote-block .citation .citation-content {
  color: #FFFFFF;
}
section.quote .quote-block .citation .citation-content p,
section.quote .quote-block .citation .citation-content ul,
section.quote .quote-block .citation .citation-content ol {
  color: #FFFFFF;
}
section.calendar h2 {
  margin-top: 0;
}
section.calendar .info-tabs .tabs {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
  margin-bottom: 8px;
}
section.calendar .info-tabs .tabs .tab {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 2px);
  height: 40px;
  background-color: #050505;
  border: 1px solid #232323;
  box-sizing: border-box;
  transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease;
  cursor: pointer;
}
section.calendar .info-tabs .tabs .tab span {
  font: 14px/100% "CoreSansARegular", sans-serif;
  color: #B3B8BF;
}
section.calendar .info-tabs .tabs .tab.active {
  background-color: #232323;
  border-color: #808080;
}
section.calendar .info-tabs .tabs .tab.active span {
  color: #FFFFFF;
}
section.calendar .info-tabs .tab-content-wrapper {
  display: none;
  flex-flow: column nowrap;
}
section.calendar .info-tabs .tab-content-wrapper.active {
  display: flex;
}
section.calendar .info-tabs .tab-content-wrapper .load-more-button {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  font: 16px/100% "CoreSansARegular", sans-serif;
  letter-spacing: 0.04em;
  padding: 16px 0;
  box-sizing: border-box;
  background: none;
  border: none;
  border-bottom: 1px solid;
  border-color: #B3B8BF;
  transition: color 0.2s ease, border-color 0.2s ease;
}
section.calendar .info-tabs .tab-content-wrapper .empty {
  display: block;
  width: 100%;
  text-align: center;
  font: 12px/140% "CoreSansARegular", sans-serif;
  color: #808080;
  padding: 16px;
  box-sizing: border-box;
}
section.calendar .info-tabs .tab-content-wrapper .calendar-wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  gap: 4px;
  margin-bottom: 16px;
}
section.calendar .info-tabs .tab-content-wrapper .calendar-wrapper .event {
  position: relative;
  width: calc(50% - 2px);
  aspect-ratio: 1/1;
  border: 1px solid #232323;
  box-sizing: border-box;
  overflow: hidden;
}
section.calendar .info-tabs .tab-content-wrapper .calendar-wrapper .event a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: none;
}
section.calendar .info-tabs .tab-content-wrapper .calendar-wrapper .event .event-poster {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: opacity 0.2s ease;
}
section.calendar .info-tabs .tab-content-wrapper .calendar-wrapper .event.has-poster .event-info {
  opacity: 0;
  visibility: hidden;
  color: #050505;
  transition: opacity 0.2s ease, visibility 0s ease 0s;
}
section.calendar .info-tabs .tab-content-wrapper .calendar-wrapper .event.has-poster:hover .event-info {
  opacity: 1;
  visibility: visible;
  background-color: #FFFFFF;
}
section.calendar .info-tabs .tab-content-wrapper .calendar-wrapper .event.has-poster:hover .event-poster {
  opacity: 0;
  visibility: hidden;
}
section.calendar .info-tabs .tab-content-wrapper .calendar-wrapper .event:hover .event-info {
  color: #050505;
  background-color: #FFFFFF;
}
section.calendar .info-tabs .tab-content-wrapper .calendar-wrapper .event .event-info {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 8px;
  box-sizing: border-box;
  background-color: #050505;
  transition: opacity 0.2s ease, visibility 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}
section.calendar .info-tabs .tab-content-wrapper .calendar-wrapper .event .event-info .top .date {
  font: 18px/140% "CoreSansABold", sans-serif;
}
section.calendar .info-tabs .tab-content-wrapper .calendar-wrapper .event .event-info .top .row {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  font: 12px/140% "CoreSansARegular", sans-serif;
}
section.calendar .info-tabs .tab-content-wrapper .calendar-wrapper .event .event-info .top .row .time {
  font: 12px/140% "CoreSansARegular", sans-serif;
}
section.calendar .info-tabs .tab-content-wrapper .calendar-wrapper .event .event-info .top .location {
  width: 74%;
  font: 12px/140% "CoreSansARegular", sans-serif;
  color: #808080;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
section.calendar .info-tabs .tab-content-wrapper .calendar-wrapper .event .event-info .event-title {
  font: 12px/140% "CoreSansABold", sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  justify-self: end;
}
section.contact-us h2 {
  margin-top: 0;
}
section.contact-us .img {
  width: 100%;
  height: 240px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 16px;
}
section.contact-us .descr {
  font: 22px/140% "CoreSansABold", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
section.contact-us .announcement {
  display: flex;
  flex-flow: column nowrap;
  gap: 4px;
  background-color: #232323;
  padding: 0 15px;
  margin-bottom: 16px;
}
section.contacts h2 {
  margin-top: 0;
}
section.contacts .descr {
  font: 20px/150% "CoreSansABold", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
section.contacts .map {
  width: 100%;
  height: 240px;
  background-color: #DCE8F1;
  margin-bottom: 16px;
}
section.contacts .info .info-lines {
  display: flex;
  flex-flow: column nowrap;
  gap: 4px;
  margin-bottom: 24px;
}
section.contacts .info .info-lines span {
  font: 16px/180% "CoreSansARegular", sans-serif;
  color: #B3B8BF;
}
section.contacts .info .info-box {
  text-transform: uppercase;
}
section.contacts .info .info-box a {
  border-bottom: 0;
}
section.contacts .info .info-box .phone {
  font: 25px/140% "CoreSansARegular", sans-serif;
  margin-bottom: 16px;
}
section.contacts .info .info-box .email {
  font: 18px/100% "CoreSansARegular", sans-serif;
}
section.event-workshop-page {
  margin-top: 32px;
}
section.event-workshop-page .wrapper {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: flex-start;
}
section.event-workshop-page .wrapper .event-poster {
  display: flex;
  width: 100%;
  margin-top: 8px;
}
section.event-workshop-page .wrapper .event-poster .img {
  width: 100%;
  aspect-ratio: 1/1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section.event-workshop-page .wrapper .event-poster.desktop {
  display: none;
}
section.event-workshop-page .wrapper .event-poster.mobile {
  display: flex;
}
section.event-workshop-page .wrapper .event-info {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
}
section.event-workshop-page .wrapper .event-info .inner {
  display: flex;
  flex-flow: column nowrap;
}
section.event-workshop-page .wrapper .event-info .inner .top h1 {
  font: 20px/140% "CoreSansABold", sans-serif;
  margin-top: 0;
}
section.event-workshop-page .wrapper .event-info .inner .bottom {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 16px;
}
section.event-workshop-page .wrapper .event-info .inner .bottom .ticket-pricing span.from {
  margin-right: 5px;
}
section.event-workshop-page .wrapper .event-info .inner .bottom .ticket-pricing span.to {
  position: relative;
}
section.event-workshop-page .wrapper .event-info .inner .bottom .ticket-pricing span.to:before {
  content: "–";
  position: relative;
  left: 0;
  margin-right: 10px;
}
section.event-workshop-page .wrapper .event-info .inner .bottom .btns {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
}
section.event-workshop-page .wrapper .event-info .inner .bottom .btns .btn {
  width: 100%;
}
section.event-workshop-page .wrapper .event-info .additional-info {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  gap: 4px;
  margin-top: 16px;
}
section.event-workshop-page .wrapper .event-info .additional-info .location,
section.event-workshop-page .wrapper .event-info .additional-info .date-time,
section.event-workshop-page .wrapper .event-info .additional-info .fb-event,
section.event-workshop-page .wrapper .event-info .additional-info .capacity {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  position: relative;
}
section.event-workshop-page .wrapper .event-info .additional-info .location i,
section.event-workshop-page .wrapper .event-info .additional-info .date-time i,
section.event-workshop-page .wrapper .event-info .additional-info .fb-event i,
section.event-workshop-page .wrapper .event-info .additional-info .capacity i {
  width: 72px;
  min-width: 72px;
  height: 72px;
  border: 1px solid #232323;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: #050505;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
section.event-workshop-page .wrapper .event-info .additional-info .location .lines,
section.event-workshop-page .wrapper .event-info .additional-info .date-time .lines,
section.event-workshop-page .wrapper .event-info .additional-info .fb-event .lines,
section.event-workshop-page .wrapper .event-info .additional-info .capacity .lines {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
section.event-workshop-page .wrapper .event-info .additional-info .location .lines span.doors,
section.event-workshop-page .wrapper .event-info .additional-info .date-time .lines span.doors,
section.event-workshop-page .wrapper .event-info .additional-info .fb-event .lines span.doors,
section.event-workshop-page .wrapper .event-info .additional-info .capacity .lines span.doors {
  color: #B3B8BF;
}
section.event-workshop-page .wrapper .event-info .additional-info .location a,
section.event-workshop-page .wrapper .event-info .additional-info .date-time a,
section.event-workshop-page .wrapper .event-info .additional-info .fb-event a,
section.event-workshop-page .wrapper .event-info .additional-info .capacity a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: none;
}
section.event-workshop-page .wrapper .event-info .additional-info .fb-event:hover i {
  background-color: #F3D9DB;
  border-color: #F3D9DB;
}
section.event-workshop-page .wrapper .event-info .additional-info .fb-event:hover i:before {
  display: none;
}
section.event-workshop-page .wrapper .event-info .additional-info .fb-event:hover i:after {
  display: block;
}
section.about-event h2 {
  margin-top: 0;
}
section.about-event .common {
  display: flex;
  flex-flow: row wrap;
}
section.mentor .common {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  width: 100%;
}
section.mentor .mentors {
  display: flex;
  flex-flow: column nowrap;
  gap: 32px;
}
section.mentor .mentors .mentor-info {
  display: flex;
  flex-flow: column nowrap;
  gap: 8px;
  width: 100%;
}
section.mentor .mentors .mentor-info .photo {
  display: flex;
  width: 100%;
}
section.mentor .mentors .mentor-info .photo .img {
  width: 100%;
  height: 350px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section.mentor .mentors .mentor-info .mentor-descr {
  display: flex;
  flex-flow: column nowrap;
  gap: unset;
}
section.mentor .mentors .mentor-info .mentor-descr span.title {
  color: #808080;
}
section.mentor .mentors .mentor-info .mentor-descr span a {
  color: #F3D9DB;
}
section.mentor .mentors .mentor-info .mentor-descr span a:hover {
  border-color: transparent;
}

.post {
  width: -webkit-fill-available;
  max-width: 100%;
}
.post .post-title {
  display: flex;
  flex-flow: column nowrap;
  gap: 16px;
  font: 22px/140% "CoreSansABold", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.post .post-title span {
  font: 16px/180% "CoreSansARegular", sans-serif;
  color: #B3B8BF;
  letter-spacing: normal;
  text-transform: none;
}
.post > .date {
  display: flex;
  flex-flow: column nowrap;
  font: 16px/180% "CoreSansARegular", sans-serif;
  color: #B3B8BF;
  margin-bottom: 16px;
}
.post > .date span {
  font: 115px/100% "CoreSansARegular", sans-serif;
  color: #FFFFFF;
}
.post .post-content p {
  font: 16px/180% "CoreSansARegular", sans-serif;
}

.content-page {
  margin: 32px 0 56px;
}
.content-page h1 {
  margin-top: 0;
  margin-bottom: 32px;
}
.content-page p {
  font: 16px/180% "CoreSansARegular", sans-serif;
}
.content-page .post .common .post-image {
  width: 100%;
  margin-bottom: 16px;
}
.content-page .post .common .post-image.desktop {
  display: none;
}
.content-page .post .common .post-image .img {
  width: 100%;
  height: 0;
  padding-bottom: 95%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.content-page .post .common .left .images {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  margin: 0 0 16px;
}
.content-page .post .common .left .images img {
  display: block;
  width: calc(50% - 8px);
}
.content-page .post .common .right .post-title {
  margin-bottom: 16px;
}
.content-page .post .common .right .post-content p:first-child {
  margin-top: 0;
}
.content-page .post .common .right .post-content p:last-child {
  margin-bottom: 0;
}
.content-page section.excerpt .post-excerpt .right p:first-child {
  margin-top: 0;
}
.content-page section.excerpt .post-excerpt .right p:last-child {
  margin-bottom: 0;
}
.content-page section.competitions .common {
  display: flex;
  flex-flow: column nowrap;
  gap: 16px;
  width: 100%;
}
.content-page section.competitions .common .left {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.content-page section.competitions .common .left h2 {
  margin: 0;
}
.content-page section.competitions .common .left i {
  display: flex;
  width: 72px;
  min-width: 72px;
  height: 72px;
  border: 1px solid #232323;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: #050505;
}
.content-page section.competitions .common .right .competitions-wrapper {
  display: flex;
  flex-flow: column nowrap;
  gap: 24px;
}
.content-page section.competitions .common .right .competitions-wrapper .competition {
  display: flex;
  flex-flow: column nowrap;
  gap: 4px;
}
.content-page section.competitions .common .right .competitions-wrapper .competition .title-line {
  display: flex;
  flex-flow: column nowrap;
  gap: 4px;
}
.content-page section.competitions .common .right .competitions-wrapper .competition .title-line .title {
  font: 18px/140% "CoreSansABold", sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0;
}
.content-page section.competitions .common .right .competitions-wrapper .competition .title-line .location-date {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-content: center;
  gap: 5px;
  color: #B3B8BF;
}
.content-page section.competitions .common .right .competitions-wrapper .competition .title-line .location-date span:nth-child(2) {
  position: relative;
}
.content-page section.competitions .common .right .competitions-wrapper .competition .title-line .location-date span:nth-child(2):before {
  content: "|";
  position: relative;
  left: 0;
  margin-right: 5px;
}
.content-page section.competitions .common .right .competitions-wrapper .competition .line {
  display: flex;
  flex-flow: column nowrap;
  gap: 4px;
}
.content-page section.competitions .common .right .competitions-wrapper .competition .line .competition-line {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-content: center;
  gap: 16px;
  padding: 8px 0;
  border-bottom: 1px #232323 solid;
  box-sizing: border-box;
}
.content-page section.competitions .common .right .competitions-wrapper .competition .line .competition-line .category {
  width: 50%;
}
.content-page section.competitions .common .right .competitions-wrapper .competition .line .competition-line .result {
  position: relative;
  width: 50%;
  color: #F3D9DB;
}
.content-page section.competitions .common .right .competitions-wrapper .competition .line .competition-line .result:before {
  content: "—";
  position: relative;
  left: 0;
  margin-right: 5px;
}
.content-page section.about-page-image, .content-page section.cover-image {
  width: 100%;
}
.content-page section.about-page-image .img, .content-page section.cover-image .img {
  width: 100%;
  height: 0;
  padding-bottom: 80%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.content-page section.repertoire {
  display: flex;
  flex-flow: column nowrap;
  gap: 56px;
}
.content-page section.repertoire .genre {
  display: flex;
  flex-flow: column nowrap;
  gap: 16px;
}
.content-page section.repertoire .genre .category {
  width: 100%;
}
.content-page section.repertoire .genre .category h2 {
  margin: 0;
}
.content-page section.repertoire .genre .list {
  display: flex;
  flex-flow: column nowrap;
  gap: 16px;
}
.content-page section.repertoire .genre .list .item {
  display: flex;
  flex-flow: column nowrap;
  gap: 2px;
  padding-bottom: 8px;
  border-bottom: 1px solid #232323;
  box-sizing: border-box;
}
.content-page section.repertoire .genre .list .item .author {
  font: 18px/140% "CoreSansABold", sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.content-page section.repertoire .genre .list .item .title {
  color: #B3B8BF;
}

body.error404 {
  overflow: hidden;
}
body.error404 #application-wrapper {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  height: 100vh;
  overflow: hidden;
  /* Avoid Chrome to see Safari hack */
}
@supports (-webkit-touch-callout: none) {
  body.error404 #application-wrapper {
    /* The hack for Safari */
    height: -webkit-fill-available;
  }
}
body.error404 header .header-inner .block-container .header-btns .btn.desktop {
  display: none;
}
body.error404 section.hero {
  flex: 1;
  justify-content: center;
  height: auto;
  min-height: auto;
  background-image: url(../img/sections/404-mobile.jpg);
  background-position: center;
  padding-bottom: 0;
  margin-bottom: -106px;
}
body.error404 section.hero .common {
  padding: 0 32px;
  box-sizing: border-box;
}
body.error404 section.hero .heading {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}
body.error404 section.hero .heading .tagline {
  color: inherit;
}
body.error404 section.hero .heading h1 {
  font: 115px/100% "CoreSansARegular", sans-serif;
  letter-spacing: 0;
  margin: 0 0 32px;
}
body.error404 section.hero .btn {
  max-width: 210px;
  margin-top: 32px;
}
body.error404 footer .footer-inner .row.first {
  display: none;
}
body.error404 footer .footer-inner .row.second {
  color: #808080;
}
body.choir section.choir-page .wrapper .event-info .inner .top h1 {
  font: 24px/140% "CoreSansABold", sans-serif;
  letter-spacing: 0.06em;
}
body.choir section.choir-page .wrapper .event-info .inner .top .event-excerpt p:first-child {
  margin-top: 0;
}
body.choir section.choir-page .wrapper .event-info .inner .top .event-excerpt p:last-child {
  margin-bottom: 0;
}
body.choir section.choir-page .wrapper .event-info .additional-info {
  margin-bottom: 16px;
}
body.choir section.choir-info .images {
  margin: 0 0 16px;
}
body.choir section.tagline {
  width: 100%;
}
body.choir section.tagline span {
  font: 22px/140% "CoreSansABold", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
body.choir section.choir-achievements {
  width: 100%;
}
body.choir section.choir-achievements .common {
  display: flex;
  flex-flow: column nowrap;
  gap: 16px;
  width: 100%;
}
body.choir section.choir-achievements .common .left {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
body.choir section.choir-achievements .common .left h2 {
  margin-bottom: 0;
}
body.choir section.choir-achievements .common .left i {
  display: flex;
  width: 72px;
  min-width: 72px;
  height: 72px;
  border: 1px solid #232323;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: #050505;
}
body.choir section.choir-achievements .common .right .achievement-list {
  display: flex;
  flex-flow: column nowrap;
  gap: 32px;
}
body.choir section.choir-achievements .common .right .achievement-list .achievement h3 {
  font: 18px/140% "CoreSansABold", sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0 0 8px;
}
body.choir section.choir-achievements .common .right .achievement-list .achievement .descr p {
  margin: 0;
}
body.choir section .cards .card {
  justify-content: flex-end;
  min-height: auto;
  height: 164px;
}
body.gallery .content-page .content-page-inner .has-global-padding {
  padding: 0 !important;
}
body.gallery .content-page .content-page-inner .wp-block-group {
  margin-bottom: 56px;
}
body.gallery .content-page .content-page-inner .wp-block-group h2 {
  color: #FFFFFF;
  margin: 0 0 4px;
}
body.gallery .content-page .content-page-inner .wp-block-group p {
  color: #B3B8BF;
  margin: 0 0 16px;
}
body.gallery .content-page .content-page-inner .wp-block-group .vp-portfolio__items-wrap {
  margin-bottom: 0;
}

/* HD/Retina CSS */
@media only screen and (min-width: 768px) {
  #parallax {
    position: relative;
  }
  h1 {
    font: 40px/140% "CoreSansABold", sans-serif;
  }
  h2 {
    font: 20px/140% "CoreSansABold", sans-serif;
  }
  form {
    flex-flow: row wrap;
    justify-content: space-between;
    gap: 16px;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  form .row {
    height: 57px;
  }
  form .row.name, form .row.surname {
    width: calc(50% - 8px);
  }
  form label,
  form .jet-form-builder__label {
    top: 18px;
    font-size: 14px;
  }
  form input,
  form select {
    height: 57px;
    padding: 0 16px 0 160px;
  }
  form textarea {
    padding: 16px 16px 16px 160px;
  }
  form button,
  form .btn {
    width: calc(50% - 8px);
    margin: 0;
  }
  form .btn-box {
    margin-top: 30px;
  }
  input {
    height: 57px;
    padding: 0 16px;
  }
  textarea {
    min-height: 57px;
    padding: 16px;
  }
  body.sidebar-active #application-wrapper header .header-inner .navigation {
    left: 50%;
  }
  .popup {
    background: rgba(35, 35, 35, 0.92);
  }
  .popup .popup-wrapper {
    width: 80%;
    min-height: 80vh;
    border: 1px solid #5F5F5F;
    box-sizing: border-box;
  }
  .popup .popup-wrapper .close-icon {
    top: 0;
    right: 0;
    border-top: 0;
    border-right: 0;
  }
  header .header-inner .block-container {
    align-items: center;
    height: 100px;
    padding: 0 32px;
  }
  header .header-inner .block-container .logo {
    width: 100px;
    height: 100px;
    background-size: 57px 66px;
  }
  header .header-inner .block-container .header-btns {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    gap: 16px;
  }
  header .header-inner .block-container .header-btns .btn.desktop {
    display: flex;
  }
  header .header-inner .navigation {
    width: 50%;
    min-height: calc(100vh - 36px);
    top: 0;
    left: 100%;
    transition: left 0.4s ease;
    padding: 100px 32px 32px;
    border-left: 1px solid #232323;
  }
  header .header-inner .navigation .top-menu {
    padding: 50px 0;
  }
  header .header-inner .navigation .top-menu ul li {
    align-items: self-end;
  }
  header .header-inner .navigation .top-menu ul li a {
    width: auto;
    border-bottom: 1px solid;
    border-color: transparent;
    cursor: pointer;
  }
  header .header-inner .navigation .top-menu ul li a:hover {
    color: #F3D9DB;
    border-bottom: 1px solid;
    border-color: #F3D9DB;
  }
  header .header-inner .navigation .languages {
    justify-content: right;
  }
  footer {
    padding: 0 32px;
  }
  footer .footer-inner .row.first {
    flex-flow: column nowrap;
    align-items: center;
    margin-bottom: 32px;
  }
  footer .footer-inner .row .bottom-menu {
    width: 100%;
    order: 1;
    margin-bottom: 0;
  }
  footer .footer-inner .row .bottom-menu ul {
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    height: 100%;
  }
  footer .footer-inner .row .bottom-menu ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 47px;
    border-bottom: 1px solid;
    border-color: transparent;
    box-sizing: border-box;
    cursor: pointer;
  }
  footer .footer-inner .row .bottom-menu ul li a:hover {
    color: #F3D9DB;
    border-bottom: 1px solid;
    border-color: #F3D9DB;
  }
  footer .footer-inner .row .socials {
    order: 0;
    margin-bottom: 44px;
  }
  footer .footer-inner .row.second {
    flex-flow: row nowrap;
    justify-content: space-between;
    padding: 16px 0;
  }
  .content-wrapper,
  .center {
    padding: 0 32px;
  }
  .wp-block-image {
    margin: 64px 0;
  }
  section {
    margin-bottom: 64px;
  }
  section.hero {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: end;
    min-height: calc(100vh - 32px);
    top: -100px;
    background-image: url(../img/sections/hero-desktop.jpg);
    padding: 100px 0 32px;
  }
  section.hero .btn.mobile {
    display: none;
  }
  section.hero .descr .btn.desktop {
    display: flex;
  }
  section.hero .descr ul {
    margin-bottom: 0;
  }
  section.hero .common {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
  }
  section.hero .common .heading {
    width: 100%;
  }
  section.hero .common .descr {
    width: 40%;
  }
  section.hero .common .descr p:first-child {
    margin-top: 0;
  }
  section.choir-info {
    flex-flow: row nowrap;
    justify-content: space-between;
  }
  section.choir-info.our-projects {
    flex-flow: row wrap;
  }
  section.choir-info.our-repertoire .right {
    padding-top: 110px;
    box-sizing: border-box;
  }
  section.choir-info .right {
    width: calc(43% - 16px);
  }
  section.choir-info .left {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    width: 50%;
  }
  section.choir-info .images {
    width: 50%;
    flex-flow: column nowrap;
    justify-content: end;
    align-items: start;
    gap: 16px;
    order: 0;
    margin: 0;
  }
  section.choir-info .images img {
    width: 176px;
  }
  section.choir-info .common {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    gap: 16px;
  }
  section.choir-info .common .section-title {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    order: unset;
    width: 52%;
    height: 100%;
    font: 30px/120% "CoreSansABold", sans-serif;
  }
  section.choir-info .projects {
    width: 100%;
  }
  section.choir-info .projects .img {
    padding-bottom: 40%;
  }
  section.choir-info .projects .descr {
    width: 52%;
  }
  section.choirs, section.workshops {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    gap: 16px;
  }
  section.choirs .left, section.workshops .left {
    display: flex;
    flex-flow: column nowrap;
    width: 50%;
  }
  section.choirs .left .descr, section.workshops .left .descr {
    width: 80%;
  }
  section.choirs .left .descr p:first-child, section.workshops .left .descr p:first-child {
    margin-top: 0;
  }
  section .cards {
    width: 50%;
  }
  section .cards .card {
    padding: 24px;
  }
  section.conductor-and-founder .post {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    gap: 16px;
  }
  section.conductor-and-founder .post .post-image {
    width: 50%;
    max-height: 550px;
    position: relative;
    margin-bottom: 0;
  }
  section.conductor-and-founder .post .post-image .img {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    padding-bottom: 0;
  }
  section.conductor-and-founder .post .right {
    width: calc(43% - 16px);
  }
  section.quote .quote-block {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    gap: 16px;
  }
  section.quote .quote-block .quote {
    width: 50%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  section.quote .quote-block .citation {
    width: calc(43% - 16px);
  }
  section.quote .quote-block .citation .citation-content {
    width: 80%;
  }
  section.quote .quote-block .citation .citation-content p:first-child,
  section.quote .quote-block .citation .citation-content ul:first-child,
  section.quote .quote-block .citation .citation-content ol:first-child {
    margin-top: 0;
  }
  section.quote .quote-block .citation .citation-content p:last-child,
  section.quote .quote-block .citation .citation-content ul:last-child,
  section.quote .quote-block .citation .citation-content ol:last-child {
    margin-bottom: 0;
  }
  section.calendar .info-tabs .tabs {
    justify-content: flex-start;
    gap: 8px;
  }
  section.calendar .info-tabs .tabs .tab {
    width: auto;
    height: 50px;
    padding: 0 16px;
    box-sizing: border-box;
  }
  section.calendar .info-tabs .tab-content-wrapper .calendar-wrapper {
    gap: 8px;
  }
  section.calendar .info-tabs .tab-content-wrapper .calendar-wrapper .event {
    width: calc(50% - 4px);
    height: 350px;
  }
  section.calendar .info-tabs .tab-content-wrapper .calendar-wrapper .event .event-info {
    padding: 12px;
  }
  section.calendar .info-tabs .tab-content-wrapper .calendar-wrapper .event .event-info .top .date {
    font-size: 30px;
  }
  section.calendar .info-tabs .tab-content-wrapper .calendar-wrapper .event .event-info .top .row {
    font-size: 14px;
  }
  section.calendar .info-tabs .tab-content-wrapper .calendar-wrapper .event .event-info .top .row .time {
    font-size: 14px;
  }
  section.calendar .info-tabs .tab-content-wrapper .calendar-wrapper .event .event-info .top .location {
    font-size: 14px;
    white-space: normal;
  }
  section.calendar .info-tabs .tab-content-wrapper .calendar-wrapper .event .event-info .event-title {
    font-size: 18px;
  }
  section.calendar .info-tabs .tab-content-wrapper .load-more-button:hover {
    color: #F3D9DB;
    border-color: #F3D9DB;
  }
  section.calendar .info-tabs .tab-content-wrapper .empty {
    font: 16px/180% "CoreSansARegular", sans-serif;
  }
  section.contact-us .img {
    margin-bottom: 32px;
  }
  section.contact-us .descr {
    width: 80%;
    font: 30px/120% "CoreSansABold", sans-serif;
  }
  section.contacts .descr {
    width: 70%;
    font: 30px/120% "CoreSansABold", sans-serif;
  }
  section.contacts .map {
    height: 280px;
  }
  section.contacts .info {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    row-gap: 16px;
  }
  section.contacts .info .info-lines {
    width: calc(45% - 8px);
    justify-content: flex-end;
    gap: 8px;
    margin-bottom: 0;
  }
  section.contacts .info .info-box {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-end;
    align-items: flex-end;
    width: calc(55% - 8px);
    margin-bottom: 6px;
  }
  section.contacts .info .info-box .phone {
    font-size: 45px;
    margin-bottom: 32px;
  }
  section.contacts .info .info-box .email {
    font-size: 20px;
  }
  section.event-workshop-page {
    margin-top: 64px;
  }
  section.event-workshop-page .wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    gap: 16px;
  }
  section.event-workshop-page .wrapper .event-poster {
    order: 0;
    width: calc(50% - 8px);
    margin-top: 6px;
  }
  section.event-workshop-page .wrapper .event-info {
    flex-flow: row wrap;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  section.event-workshop-page .wrapper .event-info .inner {
    width: calc(50% - 8px);
    order: 1;
    justify-content: space-between;
  }
  section.event-workshop-page .wrapper .event-info .inner .bottom {
    margin-bottom: 0;
  }
  section.event-workshop-page .wrapper .event-info .additional-info {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    gap: 16px;
    order: 2;
    width: 100%;
    margin-top: 32px;
  }
  section.event-workshop-page .wrapper .event-info .additional-info > div {
    width: calc(50% - 8px);
  }
  section.about-event {
    flex-flow: column nowrap;
    justify-content: unset;
  }
  section.about-event h2 {
    width: 100%;
  }
  section.about-event .common .left {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 50%;
  }
  section.mentor .common {
    flex-flow: row nowrap;
  }
  section.mentor .left {
    width: 50%;
  }
  section.mentor .mentors .mentor-info .photo .img {
    height: 286px;
  }
  .post .post-content p:first-child {
    margin-top: 0;
  }
  .content-page {
    margin: 64px 0;
  }
  .content-page .post .common .left {
    justify-content: flex-end;
  }
  .content-page .post .common .left .images {
    flex-flow: column nowrap;
    margin-bottom: 0;
  }
  .content-page .post .common .left .images img {
    width: 176px;
  }
  .content-page section.excerpt .post-excerpt {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
  }
  .content-page section.excerpt .post-excerpt .right {
    width: calc(43% - 16px);
  }
  .content-page section.competitions .common .right .competitions-wrapper {
    gap: 32px;
  }
  .content-page section.competitions .common .right .competitions-wrapper .competition .title-line {
    width: calc(55% - 16px);
  }
  .content-page section.competitions .common .right .competitions-wrapper .competition .title-line .title {
    font: 18px/140% "CoreSansABold", sans-serif;
  }
  .content-page section.competitions .common .right .competitions-wrapper .competition .line .competition-line {
    padding: 14px 0;
  }
  .content-page section.competitions .common .right .competitions-wrapper .competition .line .competition-line .category {
    width: 55%;
    font: 18px/180% "CoreSansARegular", sans-serif;
  }
  .content-page section.competitions .common .right .competitions-wrapper .competition .line .competition-line .result {
    width: 45%;
    font: 18px/180% "CoreSansARegular", sans-serif;
  }
  .content-page section.about-page-image .img, .content-page section.cover-image .img {
    height: 360px;
    padding-bottom: 0;
  }
  .content-page section.repertoire {
    gap: 64px;
  }
  .content-page section.repertoire .genre {
    gap: 32px;
  }
  .content-page section.repertoire .genre .list {
    width: 100%;
    flex-flow: row wrap;
    justify-content: flex-start;
  }
  .content-page section.repertoire .genre .list .item {
    gap: 4px;
    width: calc(32.95% - 8px);
    padding-bottom: 14px;
  }
  body.error404 section.hero {
    background-image: url(../img/sections/404-tablet.jpg);
    margin-bottom: -100px;
  }
  body.error404 section.hero .common {
    height: 100%;
    justify-content: center;
  }
  body.error404 section.hero .common .descr {
    width: 100%;
    max-width: 300px;
  }
  body.error404 footer {
    padding: 0 32px;
  }
  body.choir section.choir-page .wrapper .event-info {
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 100%;
  }
  body.choir section.choir-page .wrapper .event-info .inner {
    width: calc(50% - 8px);
  }
  body.choir section.choir-page .wrapper .event-info .inner .top {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    height: 100%;
  }
  body.choir section.choir-page .wrapper .event-info .additional-info {
    flex-flow: column nowrap;
    width: calc(50% - 8px);
    margin: 0;
  }
  body.choir section.choir-page .wrapper .event-info .additional-info > div {
    width: 100%;
  }
  body.choir section.choir-page .wrapper .event-poster {
    width: 100%;
    margin-top: 0;
  }
  body.choir section.choir-page .wrapper .event-poster .img {
    height: 272px;
  }
  body.choir section.choir-info .images {
    margin-bottom: 0;
  }
  body.choir section.tagline {
    display: flex;
    justify-content: flex-start;
  }
  body.choir section.tagline span {
    width: 53%;
    font: 30px/120% "CoreSansABold", sans-serif;
  }
  body.choir section.choir-achievements .common {
    flex-flow: row nowrap;
    justify-content: space-between;
  }
  body.choir section.choir-achievements .common .left {
    flex-flow: column nowrap;
    align-items: flex-start;
    width: 50%;
  }
  body.choir section.choir-achievements .common .right .achievement-list .achievement h3 {
    margin-bottom: 16px;
  }
  body.choir section.choirs .left {
    width: 30%;
  }
  body.choir section .cards {
    flex-flow: row wrap;
    width: 70%;
  }
  body.choir section .cards .card {
    width: calc(50% - 8px);
    height: 300px;
  }
  body.gallery .content-page .content-page-inner .wp-block-group {
    margin-bottom: 64px;
  }
  body.gallery .content-page .content-page-inner .wp-block-group h2 {
    margin: 0 0 8px;
  }
  body.gallery .content-page .content-page-inner .vp-portfolio__items {
    --vp-items__gap: 16px;
  }
}
/* HD/Retina CSS */
@media only screen and (min-width: 1024px) {
  h1 {
    font: 48px/140% "CoreSansABold", sans-serif;
  }
  form {
    flex-flow: column nowrap;
    justify-content: flex-start;
    gap: 24px;
  }
  form .row.name, form .row.surname {
    width: 100%;
  }
  form button,
  form .btn {
    width: 100%;
  }
  form .btn-box {
    margin-top: 30px;
  }
  body.sidebar-active #application-wrapper header .header-inner .navigation {
    left: calc(100% - 328px);
  }
  .popup .popup-wrapper {
    width: 60%;
  }
  .popup .popup-wrapper .popup-inner {
    width: 50%;
  }
  header .header-inner .navigation {
    width: 328px;
    min-height: auto;
  }
  section.hero {
    margin-bottom: -59px;
  }
  section.hero h1 {
    margin-top: 0;
    margin-bottom: 88px;
  }
  section.hero .common {
    flex-flow: row nowrap;
    justify-content: space-between;
  }
  section.hero .common .heading {
    display: flex;
    flex-flow: column-reverse nowrap;
    justify-content: flex-end;
    width: 69%;
  }
  section.hero .common .descr {
    display: block;
    width: 29%;
    margin-top: 10px;
  }
  section.choir-info .common .section-title {
    width: 50%;
  }
  section.choirs .left .descr, section.workshops .left .descr {
    width: 60%;
  }
  section.gallery .images {
    margin-bottom: 32px;
  }
  section.conductor-and-founder .post .post-image {
    max-height: unset;
  }
  section.calendar .info-tabs .tabs {
    margin-bottom: 16px;
  }
  section.calendar .info-tabs .tabs .tab:hover {
    background-color: #F3D9DB;
    border-color: #F3D9DB;
  }
  section.calendar .info-tabs .tabs .tab:hover span {
    color: #050505;
  }
  section.calendar .info-tabs .tab-content-wrapper .calendar-wrapper {
    gap: 16px;
    justify-content: flex-start;
  }
  section.calendar .info-tabs .tab-content-wrapper .calendar-wrapper .event {
    width: calc(33% - 8px);
    height: 310px;
  }
  section.contact-us {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  section.contact-us h2 {
    width: 100%;
  }
  section.contact-us .img {
    width: 50%;
    height: 0;
    padding-bottom: 63.4%;
    background-position: right;
    margin-bottom: 0;
  }
  section.contact-us .descr {
    width: 100%;
    margin-bottom: 48px;
  }
  section.contact-us .announcement {
    margin-bottom: 48px;
  }
  section.contact-us .wrapper {
    display: flex;
    flex-flow: column nowrap;
    width: calc(43% - 16px);
  }
  section.event-workshop-page .wrapper .event-info .inner .top h1 {
    font: 24px/140% "CoreSansABold", sans-serif;
  }
  section.event-workshop-page .wrapper .event-info .inner .bottom .btns {
    max-width: 276px;
  }
  section.mentor .mentors .mentor-info {
    width: 80%;
  }
  section.mentor .mentors .mentor-info .photo .img {
    height: 317px;
  }
  .post > .date {
    width: 80%;
    margin-bottom: 32px;
  }
  .post > .date span {
    font-size: 140px;
  }
  .post .post-content {
    width: 80%;
  }
  .content-page h1 {
    margin-bottom: 56px;
  }
  .content-page section.excerpt .post-excerpt .right .post-content {
    width: 80%;
  }
  .content-page section.competitions .common {
    flex-flow: row nowrap;
    justify-content: space-between;
  }
  .content-page section.competitions .common .left {
    flex-flow: column nowrap;
    align-items: flex-start;
    width: 50%;
  }
  .content-page section.competitions .common .right {
    width: calc(43% - 16px);
  }
  .content-page section.competitions .common .right .competitions-wrapper {
    gap: 48px;
  }
  .content-page section.competitions .common .right .competitions-wrapper .competition {
    gap: 8px;
  }
  .content-page section.competitions .common .right .competitions-wrapper .competition .title-line {
    width: 100%;
    gap: 8px;
  }
  .content-page section.competitions .common .right .competitions-wrapper .competition .title-line .title {
    font: 20px/140% "CoreSansABold", sans-serif;
  }
  .content-page section.competitions .common .right .competitions-wrapper .competition .line {
    gap: 8px;
  }
  .content-page section.competitions .common .right .competitions-wrapper .competition .line .competition-line {
    justify-content: space-between;
    padding: 16px 0;
  }
  .content-page section.competitions .common .right .competitions-wrapper .competition .line .competition-line .category,
  .content-page section.competitions .common .right .competitions-wrapper .competition .line .competition-line .result {
    width: 50%;
  }
  .content-page section.about-page-image .img, .content-page section.cover-image .img {
    height: 460px;
  }
  .content-page section.repertoire {
    gap: 64px;
  }
  .content-page section.repertoire .genre {
    flex-flow: row nowrap;
    justify-content: space-between;
    gap: 16px;
  }
  .content-page section.repertoire .genre .category {
    min-width: 25%;
    width: 25%;
  }
  .content-page section.repertoire .genre .list .item .author {
    font: 20px/140% "CoreSansABold", sans-serif;
  }
  .content-page section.repertoire .genre .list .item .title {
    font: 18px/180% "CoreSansARegular", sans-serif;
  }
  body.error404 #application-wrapper {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    height: 100vh;
    overflow: hidden;
    /* Avoid Chrome to see Safari hack */
  }
  @supports (-webkit-touch-callout: none) {
    body.error404 #application-wrapper {
      /* The hack for Safari */
      height: -webkit-fill-available;
    }
  }
  body.error404 header .header-inner .block-container .header-btns .btn.desktop {
    display: none;
  }
  body.error404 section.hero {
    background-image: url(../img/sections/404-desktop.jpg);
  }
  body.error404 section.hero .heading {
    width: auto;
  }
  body.error404 section.hero .heading h1 {
    font-size: 200px;
  }
  body.choir section.choir-page .wrapper {
    gap: 32px;
  }
  body.choir section.choir-page .wrapper .event-info .inner {
    width: 50%;
  }
  body.choir section.choir-page .wrapper .event-info .inner .top h1 {
    font: 40px/140% "CoreSansABold", sans-serif;
  }
  body.choir section.choir-page .wrapper .event-info .additional-info {
    width: calc(43% - 16px);
  }
  body.choir section.choir-page .wrapper .event-poster .img {
    height: 460px;
    padding: 0;
  }
  body.choir section.tagline {
    justify-content: flex-end;
  }
  body.choir section.tagline span {
    width: calc(43% - 16px);
  }
  body.choir section .cards .card {
    height: 340px;
  }
}
@media only screen and (min-width: 1200px) {
  h1 {
    font: 48px/140% "CoreSansABold", sans-serif;
  }
  h2 {
    font: 24px/140% "CoreSansABold", sans-serif;
    margin: 0 0 32px;
  }
  form {
    flex-flow: row wrap;
    justify-content: space-between;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  form .row.name, form .row.surname {
    width: calc(50% - 8px);
  }
  form button,
  form .btn {
    width: calc(50% - 8px);
  }
  .owl-carousel .owl-item {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s linear;
  }
  .owl-carousel .owl-item.active {
    opacity: 1;
    pointer-events: all;
  }
  .popup .popup-wrapper {
    min-height: 70vh;
  }
  .center,
  .content-wrapper {
    width: 1152px;
    margin: 0 auto;
    padding: 0;
  }
  header .header-inner {
    position: relative;
    width: 1152px;
    margin: 0 auto;
  }
  header .header-inner .block-container {
    padding: 0;
  }
  header .header-inner .block-container .hamburger {
    display: none;
  }
  header .header-inner .block-container .logo {
    z-index: 10;
  }
  header .header-inner .block-container .header-btns {
    position: relative;
    z-index: 10;
  }
  header .header-inner .navigation {
    flex-flow: row nowrap;
    align-items: center;
    position: absolute;
    top: 0;
    left: 156px;
    right: 171px;
    z-index: 10;
    width: auto;
    height: 100px;
    padding: 0;
    border: none;
    background: none;
    transition: none;
  }
  header .header-inner .navigation .top-menu {
    height: 100%;
    padding: 0;
    z-index: 10;
  }
  header .header-inner .navigation .top-menu ul {
    flex-flow: row nowrap;
    gap: 24px;
    height: 100%;
  }
  header .header-inner .navigation .top-menu ul li {
    flex-flow: row nowrap;
    align-items: center;
    width: -moz-max-content;
    width: max-content;
  }
  header .header-inner .navigation .top-menu ul li a {
    justify-content: center;
    height: auto;
    border-bottom: 1px solid;
    border-color: transparent;
    cursor: pointer;
  }
  header .header-inner .navigation .top-menu ul li a:hover {
    color: #F3D9DB;
    border-bottom: 1px solid;
    border-color: #F3D9DB;
  }
  header .header-inner .navigation .languages {
    margin: 0;
    position: relative;
    z-index: 10;
  }
  header .header-inner .navigation .languages ul li.current {
    display: none;
  }
  footer {
    width: 1152px;
    margin: 0 auto;
    padding: 0;
  }
  footer .footer-inner .row.first {
    flex-flow: row nowrap;
    justify-content: space-between;
    margin-bottom: 48px;
  }
  footer .footer-inner .row .bottom-menu {
    width: 70%;
    height: 72px;
  }
  footer .footer-inner .row .bottom-menu ul {
    justify-content: flex-end;
    gap: 24px;
  }
  footer .footer-inner .row .bottom-menu ul li a {
    height: auto;
  }
  footer .footer-inner .row .socials {
    width: 160px;
    margin-bottom: 0;
  }
  .wp-block-image {
    margin: 90px 0;
  }
  section {
    margin-bottom: 90px;
  }
  section.hero {
    margin-bottom: -47px;
  }
  section.hero .descr {
    width: 24%;
    max-width: 320px;
  }
  section.choir-info {
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
  section.choir-info.our-projects {
    justify-content: end;
  }
  section.choir-info.our-projects .common .right {
    padding: 0;
  }
  section.choir-info.our-repertoire .right {
    padding-top: 180px;
  }
  section.choir-info .images {
    width: calc(50% - 16px);
  }
  section.choir-info .images img {
    width: 200px;
  }
  section.choir-info .common .section-title {
    font: 45px/120% "CoreSansABold", sans-serif;
    width: calc(50% - 16px);
  }
  section.choir-info .right {
    width: calc(50% - 16px);
  }
  section.choir-info .projects {
    width: calc(50% - 16px);
    margin-bottom: 58px;
  }
  section.choir-info .projects .img {
    padding-bottom: 60%;
  }
  section.choir-info .projects .descr {
    width: 76%;
  }
  section.choirs .left, section.workshops .left {
    width: calc(50% - 16px);
  }
  section.choirs .left .descr, section.workshops .left .descr {
    width: 49%;
  }
  section .cards {
    width: calc(50% - 16px);
  }
  section .cards .card .descr {
    font: 18px/180% "CoreSansARegular", sans-serif;
  }
  section .cards .card .name span {
    font: 24px/140% "CoreSansABold", sans-serif;
  }
  section.conductor-and-founder .post {
    position: relative;
  }
  section.conductor-and-founder .post .right {
    width: calc(50% - 16px);
  }
  section.conductor-and-founder .post .post-image {
    width: calc(48% - 32px);
  }
  section.conductor-and-founder .post .post-image.desktop {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 240px;
    height: 240px;
  }
  section.conductor-and-founder .post .post-image.desktop .img {
    width: 100%;
    height: 100%;
  }
  section.quote .quote-block {
    margin: 90px 0;
    gap: 32px;
  }
  section.quote .quote-block .quote {
    width: calc(50% - 16px);
  }
  section.quote .quote-block .citation {
    width: calc(50% - 16px);
  }
  section.quote .quote-block .citation .citation-content {
    max-width: 276px;
  }
  section.calendar .info-tabs .tab-content-wrapper .calendar-wrapper .event {
    height: 380px;
  }
  section.calendar .info-tabs .tab-content-wrapper .calendar-wrapper .event .event-info {
    padding: 24px;
  }
  section.calendar .info-tabs .tab-content-wrapper .calendar-wrapper .event .event-info .top .date {
    font-size: 40px;
  }
  section.calendar .info-tabs .tab-content-wrapper .calendar-wrapper .event .event-info .top .row {
    font: 16px/180% "CoreSansARegular", sans-serif;
  }
  section.calendar .info-tabs .tab-content-wrapper .calendar-wrapper .event .event-info .top .row .time {
    font: 16px/180% "CoreSansARegular", sans-serif;
  }
  section.calendar .info-tabs .tab-content-wrapper .calendar-wrapper .event .event-info .top .location {
    width: 80%;
    font: 16px/180% "CoreSansARegular", sans-serif;
  }
  section.calendar .info-tabs .tab-content-wrapper .calendar-wrapper .event .event-info .event-title {
    font: 24px/140% "CoreSansABold", sans-serif;
  }
  section.contact-us .img {
    width: calc(48% - 32px);
    padding-bottom: 56%;
  }
  section.contact-us .wrapper {
    width: calc(50% - 16px);
  }
  section.contact-us .descr {
    font: 45px/120% "CoreSansABold", sans-serif;
  }
  section.contacts .descr {
    font: 45px/120% "CoreSansABold", sans-serif;
    margin-bottom: 32px;
  }
  section.contacts .map {
    height: 390px;
    margin-bottom: 32px;
  }
  section.contacts .info .info-box .email {
    font-size: 28px;
  }
  section.event-workshop-page {
    margin-top: 90px;
  }
  section.event-workshop-page .wrapper {
    flex-flow: row nowrap;
  }
  section.event-workshop-page .wrapper .event-poster {
    width: calc(50% - 16px);
  }
  section.event-workshop-page .wrapper .event-poster.desktop {
    display: flex;
  }
  section.event-workshop-page .wrapper .event-poster.mobile {
    display: none;
  }
  section.event-workshop-page .wrapper .event-info {
    flex-flow: column nowrap;
    justify-content: space-between;
    align-self: stretch;
    gap: unset;
    width: calc(50% - 16px);
  }
  section.event-workshop-page .wrapper .event-info .inner {
    justify-content: flex-start;
    width: 100%;
  }
  section.event-workshop-page .wrapper .event-info .inner .top h1 {
    font: 24px/140% "CoreSansABold", sans-serif;
  }
  section.event-workshop-page .wrapper .event-info .inner .top .event-excerpt p:last-child {
    margin-bottom: 0;
  }
  section.event-workshop-page .wrapper .event-info .inner .bottom {
    margin-top: 32px;
  }
  section.event-workshop-page .wrapper .event-info .additional-info {
    flex-flow: column nowrap;
    width: 100%;
  }
  section.event-workshop-page .wrapper .event-info .additional-info > div {
    width: 100%;
    padding-right: 16px;
    box-sizing: border-box;
  }
  section.about-event .common .left,
  section.about-event .common .right {
    width: calc(50% - 16px);
  }
  section.mentor .left {
    width: calc(50% - 16px);
  }
  section.mentor .mentors {
    flex-flow: row wrap;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  section.mentor .mentors .mentor-info {
    width: calc(50% - 8px);
    max-width: 272px;
  }
  section.mentor .mentors .mentor-info .photo .img {
    height: 272px;
  }
  .post > .date {
    max-width: 276px;
  }
  .post > .date span {
    font-size: 200px;
  }
  .post .post-content {
    max-width: 276px;
  }
  .content-page {
    margin: 90px 0;
  }
  .content-page h1 {
    margin-bottom: 64px;
  }
  .content-page section.excerpt .post-excerpt .right {
    width: calc(50% - 16px);
  }
  .content-page section.excerpt .post-excerpt .right .post-content {
    max-width: 276px;
  }
  .content-page section.competitions .common .left {
    width: calc(50% - 16px);
  }
  .content-page section.competitions .common .right {
    width: calc(50% - 16px);
  }
  .content-page section.repertoire {
    gap: 90px;
  }
  .content-page section.repertoire .genre {
    gap: 32px;
  }
  .content-page section.repertoire .genre .list .item {
    width: calc(33% - 8px);
  }
  .content-page .post .common .left {
    width: calc(50% - 16px);
  }
  body.error404 header .header-inner .navigation {
    right: 0;
  }
  body.error404 footer {
    width: 1152px;
    margin: 0 auto;
    padding: 0;
  }
  body.choir section.choir-page .wrapper {
    flex-flow: column nowrap;
  }
  body.choir section.choir-page .wrapper .event-info .inner {
    width: calc(62% - 16px);
  }
  body.choir section.choir-page .wrapper .event-info .inner .top h1 {
    font-size: 48px;
    width: 100%;
  }
  body.choir section.choir-page .wrapper .event-info .additional-info {
    width: calc(38% - 16px);
    max-width: 440px;
  }
  body.choir section.tagline span {
    width: calc(50% - 16px);
    font: 45px/120% "CoreSansABold", sans-serif;
  }
  body.choir section.choir-achievements .common .left,
  body.choir section.choir-achievements .common .right {
    width: calc(50% - 16px);
  }
  body.choir section.choir-achievements .common .right .achievement-list .achievement h3 {
    font: 20px/140% "CoreSansABold", sans-serif;
    letter-spacing: 0.06em;
  }
  body.choir section.choirs {
    gap: 32px;
  }
  body.choir section.choirs .left {
    width: 50%;
  }
  body.choir section .cards {
    width: 50%;
  }
  body.gallery .content-page .content-page-inner .wp-block-group {
    margin-bottom: 90px;
  }
}
@media only screen and (min-width: 1900px) {
  h1 {
    font: 72px/140% "CoreSansABold", sans-serif;
  }
  form label,
  form .jet-form-builder__label {
    font-size: 14px;
    top: 16px;
  }
  form input,
  form select {
    padding-left: 150px;
  }
  form textarea {
    padding: 16px 16px 16px 150px;
  }
  .center,
  .content-wrapper {
    width: 1808px;
  }
  header .header-inner {
    width: 1808px;
  }
  header .header-inner .block-container {
    height: 140px;
  }
  header .header-inner .block-container .logo {
    width: 140px;
    height: 140px;
    background-size: 80px 92px;
  }
  header .header-inner .navigation {
    height: 140px;
    left: 236px;
  }
  footer {
    width: 1808px;
  }
  footer .footer-inner .row .bottom-menu {
    width: 46%;
  }
  footer .footer-inner .row .bottom-menu ul li a {
    font-size: 14px;
  }
  section {
    margin-bottom: 120px;
  }
  section.hero {
    top: -140px;
    padding: 140px 0 64px;
    margin-bottom: -88px;
    background-position: center;
  }
  section.hero .common .descr {
    margin-top: 20px;
  }
  section.choir-info .common .section-title {
    font: 56px/120% "CoreSansABold", sans-serif;
  }
  section.choir-info .projects {
    margin-bottom: 80px;
  }
  section.choir-info .projects .img {
    padding-bottom: 52%;
  }
  section.choir-info .projects .descr {
    width: 48%;
  }
  section.choirs .left, section.workshops .left {
    width: 440px;
    min-width: 440px;
    max-width: 440px;
  }
  section.choirs .left .descr, section.workshops .left .descr {
    width: 73%;
  }
  section .cards {
    flex-flow: row nowrap;
    gap: 16px;
    width: calc(100% - 440px);
  }
  section .cards .card {
    width: 440px;
    min-height: 480px;
  }
  section.conductor-and-founder .post .post-image {
    height: 896px;
  }
  section.conductor-and-founder .post .post-image.desktop {
    width: 320px;
    height: 320px;
  }
  section.quote .quote-block .citation .citation-content {
    max-width: 320px;
  }
  section.calendar .info-tabs .tab-content-wrapper .calendar-wrapper .event {
    width: calc(19.73% - 8px);
  }
  section.contact-us .img {
    padding-bottom: 37.2%;
  }
  section.contact-us .descr {
    font: 56px/120% "CoreSansABold", sans-serif;
  }
  section.contacts .descr {
    font: 56px/120% "CoreSansABold", sans-serif;
    margin-bottom: 64px;
  }
  section.contacts .map {
    height: 480px;
    margin-bottom: 64px;
  }
  section.contacts .info .info-lines {
    gap: 24px;
  }
  section.contacts .info .info-box .phone {
    font-size: 90px;
    margin-bottom: 48px;
  }
  section.contacts .info .info-box .email {
    font-size: 48px;
  }
  section.event-workshop-page {
    margin-top: 120px;
  }
  section.event-workshop-page .wrapper .event-poster .img {
    width: 760px;
    padding-bottom: 87%;
  }
  section.event-workshop-page .wrapper .event-info .inner .top h1 {
    width: 64%;
  }
  section.event-workshop-page .wrapper .event-info .inner .top .event-excerpt {
    max-width: 320px;
  }
  section.event-workshop-page .wrapper .event-info .inner .bottom {
    max-width: 320px;
  }
  section.event-workshop-page .wrapper .event-info .inner .bottom .btns {
    max-width: 100%;
  }
  section.mentor .mentors .mentor-info {
    max-width: 436px;
  }
  section.mentor .mentors .mentor-info .photo .img {
    height: 436px;
  }
  .post > .date {
    max-width: 320px;
  }
  .post > .date span {
    font-size: 240px;
  }
  .post .post-content {
    max-width: 320px;
  }
  .content-page {
    margin: 120px 0;
  }
  .content-page h1 {
    margin-bottom: 90px;
  }
  .content-page section.excerpt .post-excerpt .right .post-content {
    max-width: 320px;
  }
  .content-page section.about-page-image .img, .content-page section.cover-image .img {
    height: 600px;
  }
  .content-page section.repertoire {
    gap: 120px;
  }
  .content-page section.repertoire .genre {
    gap: 32px;
  }
  .content-page section.repertoire .genre .list {
    row-gap: 48px;
  }
  .content-page section.repertoire .genre .list .item {
    width: calc(33% - 8px);
  }
  body.error404 footer {
    width: 1808px;
  }
  body.choir section.choir-page .wrapper .event-info {
    gap: 32px;
  }
  body.choir section.choir-page .wrapper .event-info .inner {
    width: 100%;
  }
  body.choir section.choir-page .wrapper .event-poster .img {
    width: 100%;
    height: 480px;
    background-position-y: 40%;
  }
  body.choir section.tagline span {
    font: 56px/120% "CoreSansABold", sans-serif;
  }
  body.choir section.choirs {
    gap: 32px;
  }
  body.choir section.choirs .left {
    width: 100%;
    min-width: auto;
    max-width: none;
  }
  body.choir section .cards {
    min-width: 896px;
  }
  body.choir section .cards .card {
    height: 480px;
  }
  body.gallery .content-page .content-page-inner .wp-block-group {
    margin-bottom: 120px;
  }
}