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

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

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

img {
  vertical-align: middle;
}

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

textarea {
  resize: vertical;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

img {
  max-width: 100%;
}

label {
  display: block;
}

html body > div#chromeperfectpixel-panel-container.chromeperfectpixel-panel-container .chromeperfectpixel-layer-img-container {
  overflow: hidden;
}

@font-face {
  font-family: "Avenir Next Cyr";
  src: url("../fonts/AvenirNextCyr/subset-AvenirNextCyr-Bold.woff2") format("woff2"), url("../fonts/AvenirNextCyr/subset-AvenirNextCyr-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next Cyr";
  src: url("../fonts/AvenirNextCyr/subset-AvenirNextCyr-LightItalic.woff2") format("woff2"), url("../fonts/AvenirNextCyr/subset-AvenirNextCyr-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next Cyr";
  src: url("../fonts/AvenirNextCyr/subset-AvenirNextCyr-Medium.woff2") format("woff2"), url("../fonts/AvenirNextCyr/subset-AvenirNextCyr-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next Cyr";
  src: url("../fonts/AvenirNextCyr/subset-AvenirNextCyr-Demi.woff2") format("woff2"), url("../fonts/AvenirNextCyr/subset-AvenirNextCyr-Demi.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next Cyr";
  src: url("../fonts/AvenirNextCyr/subset-AvenirNextCyr-BoldItalic.woff2") format("woff2"), url("../fonts/AvenirNextCyr/subset-AvenirNextCyr-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next Cyr";
  src: url("../fonts/AvenirNextCyr/subset-AvenirNextCyr-MediumItalic.woff2") format("woff2"), url("../fonts/AvenirNextCyr/subset-AvenirNextCyr-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next Cyr";
  src: url("../fonts/AvenirNextCyr/subset-AvenirNextCyr-Thin.woff2") format("woff2"), url("../fonts/AvenirNextCyr/subset-AvenirNextCyr-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next Cyr";
  src: url("../fonts/AvenirNextCyr/subset-AvenirNextCyr-Italic.woff2") format("woff2"), url("../fonts/AvenirNextCyr/subset-AvenirNextCyr-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next Cyr";
  src: url("../fonts/AvenirNextCyr/subset-AvenirNextCyr-Light.woff2") format("woff2"), url("../fonts/AvenirNextCyr/subset-AvenirNextCyr-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next Cyr";
  src: url("../fonts/AvenirNextCyr/subset-AvenirNextCyr-Regular.woff2") format("woff2"), url("../fonts/AvenirNextCyr/subset-AvenirNextCyr-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next Cyr";
  src: url("../fonts/AvenirNextCyr/subset-AvenirNextCyr-ThinItalic.woff2") format("woff2"), url("../fonts/AvenirNextCyr/subset-AvenirNextCyr-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next Cyr";
  src: url("../fonts/AvenirNextCyr/subset-AvenirNextCyr-Heavy.woff2") format("woff2"), url("../fonts/AvenirNextCyr/subset-AvenirNextCyr-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next Cyr";
  src: url("../fonts/AvenirNextCyr/subset-AvenirNextCyr-DemiItalic.woff2") format("woff2"), url("../fonts/AvenirNextCyr/subset-AvenirNextCyr-DemiItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Bellota Text";
  src: url("../fonts/BellotaText/subset-BellotaText-Regular.woff2") format("woff2"), url("../fonts/BellotaText/subset-BellotaText-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next Cyr";
  src: url("../fonts/AvenirNextCyr/subset-AvenirNextCyr-HeavyItalic.woff2") format("woff2"), url("../fonts/AvenirNextCyr/subset-AvenirNextCyr-HeavyItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next Cyr Ultra";
  src: url("../fonts/AvenirNextCyr/subset-AvenirNextCyr-UltraLightIt.woff2") format("woff2"), url("../fonts/AvenirNextCyr/subset-AvenirNextCyr-UltraLightIt.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next Cyr Ultra";
  src: url("../fonts/AvenirNextCyr/subset-AvenirNextCyr-UltraLight.woff2") format("woff2"), url("../fonts/AvenirNextCyr/subset-AvenirNextCyr-UltraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bellota Text";
  src: url("../fonts/BellotaText/subset-BellotaText-Light.woff2") format("woff2"), url("../fonts/BellotaText/subset-BellotaText-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bellota Text";
  src: url("../fonts/BellotaText/subset-BellotaText-Italic.woff2") format("woff2"), url("../fonts/BellotaText/subset-BellotaText-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Bellota Text";
  src: url("../fonts/BellotaText/subset-BellotaText-Bold.woff2") format("woff2"), url("../fonts/BellotaText/subset-BellotaText-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bellota Text";
  src: url("../fonts/BellotaText/subset-BellotaText-LightItalic.woff2") format("woff2"), url("../fonts/BellotaText/subset-BellotaText-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Bellota Text";
  src: url("../fonts/BellotaText/subset-BellotaText-BoldItalic.woff2") format("woff2"), url("../fonts/BellotaText/subset-BellotaText-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/subset-Inter18pt-Italic.woff2") format("woff2"), url("../fonts/Inter/subset-Inter18pt-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/subset-Inter18pt-LightItalic.woff2") format("woff2"), url("../fonts/Inter/subset-Inter18pt-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/subset-Inter18pt-MediumItalic.woff2") format("woff2"), url("../fonts/Inter/subset-Inter18pt-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/subset-Inter18pt-Light.woff2") format("woff2"), url("../fonts/Inter/subset-Inter18pt-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/subset-Inter18pt-ExtraLight.woff2") format("woff2"), url("../fonts/Inter/subset-Inter18pt-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/subset-Inter18pt-ExtraLightItalic.woff2") format("woff2"), url("../fonts/Inter/subset-Inter18pt-ExtraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/subset-Inter18pt-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/Inter/subset-Inter18pt-ExtraBoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/subset-Inter18pt-Black.woff2") format("woff2"), url("../fonts/Inter/subset-Inter18pt-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/subset-Inter18pt-BlackItalic.woff2") format("woff2"), url("../fonts/Inter/subset-Inter18pt-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Oldtimer";
  src: url("../fonts/Oldtimer/subset-Oldtimer.woff2") format("woff2"), url("../fonts/Oldtimer/subset-Oldtimer.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/subset-Inter18pt-BoldItalic.woff2") format("woff2"), url("../fonts/Inter/subset-Inter18pt-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/subset-Inter18pt-Regular.woff2") format("woff2"), url("../fonts/Inter/subset-Inter18pt-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/subset-Inter18pt-ThinItalic.woff2") format("woff2"), url("../fonts/Inter/subset-Inter18pt-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/subset-Inter18pt-SemiBold.woff2") format("woff2"), url("../fonts/Inter/subset-Inter18pt-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/subset-Inter18pt-SemiBoldItalic.woff2") format("woff2"), url("../fonts/Inter/subset-Inter18pt-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/subset-Inter18pt-Thin.woff2") format("woff2"), url("../fonts/Inter/subset-Inter18pt-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/subset-Inter18pt-Bold.woff2") format("woff2"), url("../fonts/Inter/subset-Inter18pt-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/subset-Inter18pt-Medium.woff2") format("woff2"), url("../fonts/Inter/subset-Inter18pt-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/subset-Inter18pt-ExtraBold.woff2") format("woff2"), url("../fonts/Inter/subset-Inter18pt-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/RobotoCondensed/subset-RobotoCondensed-Light.woff2") format("woff2"), url("../fonts/RobotoCondensed/subset-RobotoCondensed-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/RobotoCondensed/subset-RobotoCondensed-SemiBoldItalic.woff2") format("woff2"), url("../fonts/RobotoCondensed/subset-RobotoCondensed-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/RobotoCondensed/subset-RobotoCondensed-ExtraLight.woff2") format("woff2"), url("../fonts/RobotoCondensed/subset-RobotoCondensed-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/RobotoCondensed/subset-RobotoCondensed-SemiBold.woff2") format("woff2"), url("../fonts/RobotoCondensed/subset-RobotoCondensed-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/RobotoCondensed/subset-RobotoCondensed-MediumItalic.woff2") format("woff2"), url("../fonts/RobotoCondensed/subset-RobotoCondensed-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/RobotoCondensed/subset-RobotoCondensed-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/RobotoCondensed/subset-RobotoCondensed-ExtraBoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/RobotoCondensed/subset-RobotoCondensed-Italic.woff2") format("woff2"), url("../fonts/RobotoCondensed/subset-RobotoCondensed-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/RobotoCondensed/subset-RobotoCondensed-Medium.woff2") format("woff2"), url("../fonts/RobotoCondensed/subset-RobotoCondensed-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/RobotoCondensed/subset-RobotoCondensed-ExtraLightItalic.woff2") format("woff2"), url("../fonts/RobotoCondensed/subset-RobotoCondensed-ExtraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/RobotoCondensed/subset-RobotoCondensed-LightItalic.woff2") format("woff2"), url("../fonts/RobotoCondensed/subset-RobotoCondensed-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/RobotoCondensed/subset-RobotoCondensed-ExtraBold.woff2") format("woff2"), url("../fonts/RobotoCondensed/subset-RobotoCondensed-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/RobotoCondensed/subset-RobotoCondensed-Regular.woff2") format("woff2"), url("../fonts/RobotoCondensed/subset-RobotoCondensed-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/RobotoCondensed/subset-RobotoCondensed-Black.woff2") format("woff2"), url("../fonts/RobotoCondensed/subset-RobotoCondensed-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/RobotoCondensed/subset-RobotoCondensed-BoldItalic.woff2") format("woff2"), url("../fonts/RobotoCondensed/subset-RobotoCondensed-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/RobotoCondensed/subset-RobotoCondensed-Bold.woff2") format("woff2"), url("../fonts/RobotoCondensed/subset-RobotoCondensed-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/RobotoCondensed/subset-RobotoCondensed-BlackItalic.woff2") format("woff2"), url("../fonts/RobotoCondensed/subset-RobotoCondensed-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/RobotoCondensed/subset-RobotoCondensed-Thin.woff2") format("woff2"), url("../fonts/RobotoCondensed/subset-RobotoCondensed-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/RobotoCondensed/subset-RobotoCondensed-ThinItalic.woff2") format("woff2"), url("../fonts/RobotoCondensed/subset-RobotoCondensed-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
.title-sec {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  font-size: 40px;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .title-sec {
    font-size: 16px;
  }
}

.text-section {
  font-family: "Avenir Next Cyr", sans-serif;
  font-weight: 500;
  font-size: 36px;
  color: #fff;
}
@media screen and (max-width: 1304px) {
  .text-section {
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  .text-section {
    font-size: 25px;
  }
}
@media screen and (max-width: 600px) {
  .text-section {
    font-size: 13px;
  }
}
.text-section p {
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .text-section p {
    margin-bottom: 14px;
  }
}
.text-section p:last-child {
  margin-bottom: 0;
}

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  line-height: 1;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 32px;
  color: #000;
  background: var(--main-color);
  border-radius: 45px;
  padding: 13px 28px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) {
  .button {
    cursor: pointer;
  }
  .button:hover {
    -webkit-box-shadow: inset 0 0 10px 5px rgba(255, 255, 255, 0.25);
            box-shadow: inset 0 0 10px 5px rgba(255, 255, 255, 0.25);
  }
}
.button:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 1304px) {
  .button {
    font-size: 25px;
  }
}
@media screen and (max-width: 991px) {
  .button {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .button {
    font-size: 16px;
    padding: 6px 18px;
  }
}
.button_big {
  font-size: 56px;
  border-radius: 40px;
  padding: 21px 62px;
}
@media screen and (max-width: 1304px) {
  .button_big {
    font-size: 40px;
  }
}
@media screen and (max-width: 991px) {
  .button_big {
    font-size: 30px;
    padding: 20px 40px;
  }
}
@media screen and (max-width: 600px) {
  .button_big {
    font-size: 20px;
    font-weight: 500;
    padding: 10px 24px;
  }
}
.button_border {
  border: 4px solid var(--main-color-2);
  color: #fff;
  background: #111;
}
@media screen and (max-width: 600px) {
  .button_border {
    border-width: 2px;
  }
}
@media (hover: hover) {
  .button_border {
    cursor: pointer;
  }
  .button_border:hover {
    background: var(--main-color-2);
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: #fff;
  }
}
.button_border:active {
  border-color: var(--main-color-2);
  color: #fff;
  background: #111;
}

.button-arr {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  font-size: 48px;
  color: #fff;
  line-height: 1;
  gap: 10px;
  padding-bottom: 13px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) {
  .button-arr {
    cursor: pointer;
  }
  .button-arr:hover {
    color: #000;
  }
}
.button-arr:active {
  color: #fff;
}
@media screen and (max-width: 991px) {
  .button-arr {
    font-size: 30px;
  }
}
@media screen and (max-width: 600px) {
  .button-arr {
    font-size: 20px;
    gap: 2px;
    padding-bottom: 7px;
  }
}
.button-arr__border {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.button-arr__border path {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) {
  .button-arr:hover .button-arr__border path {
    stroke: #000;
  }
}
.button-arr:active .button-arr__border path {
  stroke: #fff;
}
.button-arr__text {
  position: relative;
  z-index: 10;
}
.button-arr__arr {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 991px) {
  .button-arr__arr {
    width: 40px;
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  .button-arr__arr {
    width: 25px;
  }
}
.button-arr__arr path {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) {
  .button-arr:hover .button-arr__arr path {
    stroke: #000;
  }
}
.button-arr:active .button-arr__arr path {
  stroke: #fff;
}

button {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  background: transparent;
  line-height: 1;
  text-align: left;
}

img {
  -o-object-fit: contain;
     object-fit: contain;
}

.picture {
  display: block;
  position: relative;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.picture_cover {
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
.picture__img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -o-object-fit: inherit;
     object-fit: inherit;
  -o-object-position: inherit;
     object-position: inherit;
}
.picture__img_abs {
  position: absolute;
  top: 0;
  left: 0;
}

.ticket {
  background: var(--main-color-2);
  border-radius: 20px;
  width: 297px;
  height: auto;
  padding: 14px;
  display: block;
}
@media screen and (max-width: 768px) {
  .ticket {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .ticket {
    padding: 10px;
  }
}
.ticket__content {
  border: 2px dashed #000;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ticket__left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 15px 18px;
}
@media screen and (max-width: 600px) {
  .ticket__left {
    padding: 12px 18px;
  }
}
.ticket__right {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 11px 4px;
  padding-left: 18px;
  border-left: 2px dashed #000;
}
@media screen and (max-width: 600px) {
  .ticket__right {
    padding: 9px 7px;
    padding-left: 19px;
  }
}
.ticket__qr {
  width: 31px;
  height: 107px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 600px) {
  .ticket__qr {
    height: 86px;
    width: 25px;
  }
}
.ticket__number {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 8px;
  letter-spacing: 0.4em;
  color: #111;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  text-orientation: mixed;
  rotate: 180deg;
  margin-left: 8px;
}
.ticket__title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.ticket__title-main {
  font-size: 35px;
  display: block;
  position: relative;
}
@media screen and (max-width: 600px) {
  .ticket__title-main {
    font-size: 24px;
  }
}
.ticket__title-text {
  position: relative;
  font-size: 25px;
  display: block;
  margin-top: 2px;
}
@media screen and (max-width: 600px) {
  .ticket__title-text {
    font-size: 16px;
    margin-top: 6px;
  }
}
.ticket__title-border {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) {
  .ticket:hover .ticket__title-border {
    opacity: 1;
  }
}
.ticket:active .ticket__title-border {
  opacity: 0;
}
.ticket__cost {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.19;
  color: #111;
  margin-top: 17px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .ticket__cost {
    font-size: 16px;
    margin-top: 14px;
  }
}
.ticket__cost-wrap {
  position: relative;
}
.ticket__cost-border {
  position: absolute;
  top: 43%;
  left: 55%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) {
  .ticket:hover .ticket__cost-border {
    opacity: 1;
  }
}
.ticket:active .ticket__cost-border {
  opacity: 0;
}

.afisha {
  -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.25);
  background: #000;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  padding: 21px 33px;
}
@media screen and (max-width: 768px) {
  .afisha {
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent;
    border-radius: 0;
    padding: 0;
    display: block;
  }
}
.afisha__left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .afisha__left {
    -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.25);
    background: #000;
    border-radius: 10px;
    padding: 20px 20px;
  }
}
@media screen and (max-width: 600px) {
  .afisha__left {
    padding: 11px 11px;
  }
}
.afisha__ticket {
  fleX: none;
}
@media screen and (max-width: 768px) {
  .afisha__ticket {
    margin-top: 11px;
  }
}
.afisha__title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 56px;
  color: #fff;
}
@media screen and (max-width: 1304px) {
  .afisha__title {
    font-size: 37px;
  }
}
@media screen and (max-width: 600px) {
  .afisha__title {
    font-size: 16px;
  }
}
.afisha__text {
  font-family: "Avenir Next Cyr", sans-serif;
  font-weight: 400;
  font-size: 32px;
  color: #fff;
  margin-top: 10px;
}
@media screen and (max-width: 1304px) {
  .afisha__text {
    font-size: 25px;
  }
}
@media screen and (max-width: 600px) {
  .afisha__text {
    font-size: 13px;
    line-height: 1;
    margin-top: 7px;
  }
}
.afisha__text-point {
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .afisha__text-point {
    display: block;
    font-size: 20px;
  }
}

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px 0;
  margin-left: -12px;
  margin-right: -12px;
}
@media screen and (max-width: 600px) {
  .gallery {
    gap: 16px 0;
  }
}
.gallery__col {
  width: 33.3333%;
  padding: 0 12px;
  font-size: 0;
}
@media screen and (max-width: 768px) {
  .gallery__col {
    width: 100%;
  }
}
.gallery__img {
  display: block;
  aspect-ratio: 1.04;
  border-radius: 35px;
}
@media screen and (max-width: 600px) {
  .gallery__img {
    border-radius: 15px;
    aspect-ratio: 1.76;
  }
}

.decoration-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 41px 20px;
  border-radius: 35px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .decoration-block {
    padding: 14px 20px;
  }
}
@media screen and (max-width: 600px) {
  .decoration-block {
    padding: 12px 20px;
    border-radius: 14px;
  }
}
.decoration-block__bg-img {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.decoration-block__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.decoration-block__bg-el {
  height: 100%;
  background: var(--main-color-2);
}
.decoration-block__bg-el:nth-child(1) {
  width: 5%;
  margin-right: 2.3%;
}
.decoration-block__bg-el:nth-child(2) {
  width: 5%;
  margin-right: 1.4%;
}
.decoration-block__bg-el:nth-child(3) {
  margin-right: 1.6%;
  width: 1.3%;
}
.decoration-block__bg-el:nth-child(4) {
  margin-right: 1.5%;
  width: 1.6%;
}
.decoration-block__bg-el:nth-child(5) {
  margin-right: 1.8%;
  width: 8%;
}
.decoration-block__bg-el:nth-child(6) {
  margin-right: 2.3%;
  width: 5%;
}
.decoration-block__bg-el:nth-child(7) {
  margin-right: 1.4%;
  width: 5%;
}
.decoration-block__bg-el:nth-child(8) {
  margin-right: 1.7%;
  width: 1.3%;
}
.decoration-block__bg-el:nth-child(9) {
  margin-right: 1.3%;
  width: 1.7%;
}
.decoration-block__bg-el:nth-child(10) {
  margin-right: 1.8%;
  width: 8%;
}
.decoration-block__bg-el:nth-child(11) {
  margin-right: 2.3%;
  width: 5%;
}
.decoration-block__bg-el:nth-child(12) {
  margin-right: 1.4%;
  width: 5%;
}
.decoration-block__bg-el:nth-child(13) {
  margin-right: 1.7%;
  width: 1.2%;
}
.decoration-block__bg-el:nth-child(14) {
  width: 1.7%;
  margin-right: 1.3%;
}
.decoration-block__bg-el:nth-child(15) {
  width: 5.1%;
  margin-right: 2.2%;
}
.decoration-block__bg-el:nth-child(16) {
  width: 5.1%;
  margin-right: 1.3%;
}
.decoration-block__bg-el:nth-child(17) {
  width: 1.3%;
  margin-right: 1.2%;
}
.decoration-block__bg-el:last-child {
  width: 5%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.decoration-block__button {
  position: relative;
  z-index: 10;
}

.social {
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 45px;
  height: 45px;
}
.social__icon {
  max-width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 600px) {
  .social {
    width: 27px;
    height: 27px;
    padding: 4px;
  }
}

.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 12px;
}
@media screen and (max-width: 600px) {
  .tags {
    gap: 4px;
  }
}
.tags__el {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  border: 1px solid #fff;
  border-radius: 20px;
  background: #fff;
  padding: 5px 5px;
  padding-right: 7px;
  gap: 3px;
  line-height: 1;
}
@media screen and (max-width: 600px) {
  .tags__el {
    font-size: 13px;
    gap: 2px;
    padding: 1px 1px;
    padding-right: 7px;
  }
}
.tags__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 13px;
}
.tags__point {
  border-radius: 100%;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  background: #fff;
  border: 1px solid #fff;
  width: 16px;
  height: 16px;
}

.choice-selector__point {
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transform-box: fill-box;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}

@media (hover: hover) {
  .choice-selector__point:not(.choice-selector__point_disabled) {
    cursor: pointer;
  }
  .choice-selector__point:not(.choice-selector__point_disabled):hover {
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3);
  }
}
.choice-selector__point_disabled {
  fill: #fff;
  stroke-width: 5;
  stroke: #262626;
  cursor: default;
}
.choice-selector__point_active {
  -webkit-filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.25));
  -moz-filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.25));
  -ms-filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.25));
  -o-filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.25));
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.25));
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
  stroke-width: 2;
}
@media screen and (max-width: 600px) {
  .choice-selector__point_active {
    stroke-width: 1.2;
  }
}

.input {
  display: block;
  width: 100%;
  border-radius: 30px;
  height: 85px;
  background: #fff;
  font-family: "Avenir Next Cyr", sans-serif;
  font-weight: 500;
  font-size: 36px;
  color: #000;
  border: 0;
  padding: 0 32px;
}
@media screen and (max-width: 1304px) {
  .input {
    font-size: 30px;
    height: 80px;
  }
}
@media screen and (max-width: 991px) {
  .input {
    font-size: 20px;
    height: 50px;
    border-radius: 15px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 600px) {
  .input {
    height: 40px;
    font-size: 16px;
    padding: 0 13px;
  }
}
.input::-webkit-input-placeholder {
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.input::-moz-placeholder {
  color: #000;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.input:-ms-input-placeholder {
  color: #000;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.input::-ms-input-placeholder {
  color: #000;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.input::placeholder {
  color: #000;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.input:focus::-webkit-input-placeholder {
  opacity: 0.4;
}
.input:focus::-moz-placeholder {
  opacity: 0.4;
}
.input:focus:-ms-input-placeholder {
  opacity: 0.4;
}
.input:focus::-ms-input-placeholder {
  opacity: 0.4;
}
.input:focus::placeholder {
  opacity: 0.4;
}

.input-2 {
  display: block;
  width: 100%;
  border-radius: 45px;
  background: #262626;
  padding: 0 46px;
  border: 0;
  height: 72px;
  font-weight: 400;
  font-size: 24px;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
}
@media screen and (max-width: 600px) {
  .input-2 {
    height: 40px;
    font-size: 16px;
    border-radius: 15px;
    padding: 0 11px;
  }
}
.input-2::-webkit-input-placeholder {
  color: #fff;
  font-weight: 400;
  font-family: "Roboto Condensed", sans-serif;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.input-2::-moz-placeholder {
  color: #fff;
  font-weight: 400;
  font-family: "Roboto Condensed", sans-serif;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.input-2:-ms-input-placeholder {
  color: #fff;
  font-weight: 400;
  font-family: "Roboto Condensed", sans-serif;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.input-2::-ms-input-placeholder {
  color: #fff;
  font-weight: 400;
  font-family: "Roboto Condensed", sans-serif;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.input-2::placeholder {
  color: #fff;
  font-weight: 400;
  font-family: "Roboto Condensed", sans-serif;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.input-2:focus::-webkit-input-placeholder {
  opacity: 0.4;
}
.input-2:focus::-moz-placeholder {
  opacity: 0.4;
}
.input-2:focus:-ms-input-placeholder {
  opacity: 0.4;
}
.input-2:focus::-ms-input-placeholder {
  opacity: 0.4;
}
.input-2:focus::placeholder {
  opacity: 0.4;
}

.form {
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 61px 20px;
}
@media screen and (max-width: 991px) {
  .form {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 600px) {
  .form {
    border-radius: 25px;
    padding: 11px 17px;
    padding-bottom: 27px;
  }
}
.form__bg {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.form__content {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 648px;
  width: 100%;
}
.form__title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  font-size: 40px;
  color: #000;
  border-radius: 30px;
  background: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 7px 28px;
}
@media screen and (max-width: 991px) {
  .form__title {
    font-size: 30px;
  }
}
@media screen and (max-width: 600px) {
  .form__title {
    font-size: 13px;
    padding: 2px 10px;
  }
}
.form__text {
  font-family: "Avenir Next Cyr", sans-serif;
  font-weight: 400;
  font-size: 32px;
  color: #000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background: #fff;
  border-radius: 30px;
  margin-top: 24px;
  padding: 9px 50px;
  margin-bottom: 66px;
}
@media screen and (max-width: 1304px) {
  .form__text {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .form__text {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 600px) {
  .form__text {
    font-size: 13px;
    padding: 4px 12px;
    margin-top: 8px;
    margin-bottom: 23px;
  }
}
.form__el {
  width: 100%;
  margin-bottom: 31px;
}
@media screen and (max-width: 991px) {
  .form__el {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .form__el {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 600px) {
  .form__button {
    margin-top: 10px;
  }
}

.form-2__title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  font-size: 36px;
  color: #fff;
  padding: 0 36px;
  margin-bottom: 23px;
}
@media screen and (max-width: 600px) {
  .form-2__title {
    font-size: 16px;
    padding: 0;
    margin-bottom: 7px;
  }
}
.form-2__el {
  margin-bottom: 24px;
}
@media screen and (max-width: 600px) {
  .form-2__el {
    margin-bottom: 8px;
  }
}
.form-2__button {
  width: 100%;
  margin-top: 36px;
  font-size: 40px;
  padding: 20px 20px;
}
@media screen and (max-width: 991px) {
  .form-2__button {
    font-size: 35px;
    margin-top: 0px;
  }
}
@media screen and (max-width: 600px) {
  .form-2__button {
    font-size: 20px;
    height: 40px;
    margin-top: 8px;
    border-radius: 15px;
  }
}

.noscroll {
  overflow: hidden;
}

.btn-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.btn-close path {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.overlay {
  background: #000000;
  opacity: 0.67;
}

.modal {
  position: fixed;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 999;
  display: none;
}
.modal__wrap {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  padding: 20px 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal__content {
  position: relative;
  z-index: 10;
  width: 100%;
}
.modal__close {
  cursor: pointer;
}
.modal__overlay {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  z-index: 1;
}

.modal-content {
  width: 100%;
  max-width: 556px;
  padding: 40px 50px;
}

html {
  background: #474444;
}

body {
  font-family: "Avenir Next Cyr", "Arial", sans-serif;
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 1.26;
}

a {
  font-family: "Avenir Next Cyr", Arial, sans-serif;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

input, input::pleceholder {
  font-family: "Avenir Next Cyr", "Arial", sans-serif;
}

.wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.container {
  padding: 0 40px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 10;
  max-width: 1304px;
}
@media screen and (max-width: 1304px) {
  .container {
    max-width: 991px;
  }
}
@media screen and (max-width: 991px) {
  .container {
    max-width: 768px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    max-width: 600px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 600px) {
  .container {
    padding: 0 24px;
  }
}
.container_full {
  max-width: 100%;
}

.top-header {
  background: #000;
}
.top-header__wrap {
  padding: 12px 0;
}
@media screen and (max-width: 600px) {
  .top-header__wrap {
    padding: 6px 0;
  }
}
.top-header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-header__logo {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 1304px) {
  .top-header__logo {
    font-size: 40px;
  }
}
@media screen and (max-width: 991px) {
  .top-header__logo {
    font-size: 30px;
  }
}
@media screen and (max-width: 600px) {
  .top-header__logo {
    font-size: 16px;
  }
}
.top-header__nav {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .top-header__nav {
    display: none;
  }
}
.top-header__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 991px) {
  .top-header__links {
    gap: 10px;
  }
}
.top-header__links-link {
  font-family: "Avenir Next Cyr", sans-serif;
  font-weight: 400;
  font-size: 32px;
  color: #fff;
  display: block;
}
@media screen and (max-width: 1304px) {
  .top-header__links-link {
    font-size: 25px;
  }
}
@media screen and (max-width: 991px) {
  .top-header__links-link {
    font-size: 18px;
  }
}
.top-header__button {
  margin-left: 67px;
}
@media screen and (max-width: 1304px) {
  .top-header__button {
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .top-header__button {
    margin-left: auto;
  }
}

.sec-header__wrap {
  padding: 16px 0;
}
@media screen and (max-width: 600px) {
  .sec-header__wrap {
    padding: 11px 0;
  }
}
.sec-header__img {
  display: block;
  width: 100%;
  aspect-ratio: 1.92;
  border: 2px solid #000;
  border-radius: 55px;
  -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 768px) {
  .sec-header__img {
    border-radius: 10px;
  }
}
@media screen and (max-width: 600px) {
  .sec-header__img {
    aspect-ratio: 1.45;
  }
}
.sec-header__afisha {
  margin-top: 20px;
}
@media screen and (max-width: 600px) {
  .sec-header__afisha {
    margin-top: 6px;
  }
}

.sec-about {
  padding: 20px 40px;
  padding-bottom: 88px;
}
@media screen and (max-width: 768px) {
  .sec-about {
    padding: 20px 12px;
    padding-bottom: 28px;
  }
}
@media screen and (max-width: 600px) {
  .sec-about {
    padding: 24px 12px;
    padding-bottom: 28px;
  }
  .sec-about .container {
    padding: 0 12px;
  }
}
.sec-about__wrap {
  -webkit-box-shadow: 0 -6px 15px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 -6px 15px 5px rgba(0, 0, 0, 0.25);
  background: #262626;
  border-radius: 45px;
  margin-top: 21px;
}
@media screen and (max-width: 600px) {
  .sec-about__wrap {
    border-radius: 25px;
    margin-top: 7px;
  }
}
.sec-about__content {
  padding: 63px 0;
  padding-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .sec-about__content {
    padding: 40px 0;
  }
}
@media screen and (max-width: 600px) {
  .sec-about__content {
    padding: 24px 0;
  }
}
@media screen and (max-width: 600px) {
  .sec-about__text {
    padding: 0 8px;
  }
}
.sec-about__gallery {
  margin-top: 78px;
}
@media screen and (max-width: 991px) {
  .sec-about__gallery {
    margin-top: 40px;
  }
}
@media screen and (max-width: 600px) {
  .sec-about__gallery {
    margin-top: 21px;
  }
}
.sec-about__buy {
  margin-top: 41px;
}
@media screen and (max-width: 600px) {
  .sec-about__buy {
    margin-top: 15px;
  }
}
.sec-about__form {
  margin-top: 44px;
}
@media screen and (max-width: 600px) {
  .sec-about__form {
    margin-top: 15px;
  }
}

.footer__wrap {
  padding-top: 0;
  padding-bottom: 88px;
}
@media screen and (max-width: 1304px) {
  .footer__wrap {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .footer__wrap {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 600px) {
  .footer__wrap {
    padding-bottom: 10px;
  }
}
.footer__content {
  background: #000;
  border-radius: 40px;
  padding: 46px 80px;
  padding-bottom: 31px;
}
@media screen and (max-width: 991px) {
  .footer__content {
    padding: 40px 20px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 600px) {
  .footer__content {
    padding: 17px 16px;
  }
}
.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 23px;
}
@media screen and (max-width: 768px) {
  .footer__top {
    display: block;
  }
}
.footer__title {
  font-family: "Oldtimer", sans-serif;
  font-weight: 400;
  font-size: 40px;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  .footer__title {
    font-size: 30px;
  }
}
@media screen and (max-width: 600px) {
  .footer__title {
    font-size: 16px;
  }
}
.footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0;
  gap: 9px;
}
@media screen and (max-width: 600px) {
  .footer__socials {
    margin-top: 6px;
    gap: 6px;
  }
}
.footer__text {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #fff;
  line-height: 1;
  margin-top: 5px;
}
@media screen and (max-width: 991px) {
  .footer__text {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .footer__text {
    font-size: 13px;
  }
}
.footer__text:first-child {
  margin-top: 0;
}
.footer__content-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 71px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .footer__content-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (max-width: 600px) {
  .footer__content-flex {
    margin-top: 10px;
    gap: 13px;
  }
}
.footer__content-flex-right {
  max-width: 425px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer__content-flex-right {
    max-width: 100%;
  }
}
.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .footer__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 600px) {
  .footer__links {
    margin-top: 4px;
    gap: 4px;
  }
}
.footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #fff;
  background: #000;
  border-radius: 32px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 80px;
  padding: 10px;
}
@media screen and (max-width: 991px) {
  .footer__link {
    font-size: 20px;
    height: 60px;
    border-radius: 15px;
  }
}
@media screen and (max-width: 768px) {
  .footer__link {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
@media screen and (max-width: 600px) {
  .footer__link {
    font-size: 13px;
    height: 36px;
  }
}

@media screen and (max-width: 600px) {
  .sec-order .container {
    padding: 0 12px;
  }
}
.sec-order__wrap {
  padding: 62px 0;
  padding-bottom: 0;
}
@media screen and (max-width: 600px) {
  .sec-order__wrap {
    padding: 23px 0;
    padding-bottom: 0;
  }
}
.sec-order__content {
  border-radius: 45px;
  background: #262626;
  -webkit-box-shadow: 0 -6px 15px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 -6px 15px 0 rgba(0, 0, 0, 0.25);
  padding: 37px 72px;
  padding-bottom: 99px;
}
@media screen and (max-width: 1304px) {
  .sec-order__content {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 600px) {
  .sec-order__content {
    border-radius: 25px;
    padding: 18px 12px;
  }
}
.sec-order__title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  font-size: 36px;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .sec-order__title {
    font-size: 16px;
  }
}
.sec-order__price {
  margin-top: 15px;
}
@media screen and (max-width: 600px) {
  .sec-order__price {
    margin-top: 7px;
  }
}
.sec-order__choice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 132px;
  margin-top: 59px;
}
@media screen and (max-width: 1304px) {
  .sec-order__choice {
    gap: 30px;
  }
}
@media screen and (max-width: 991px) {
  .sec-order__choice {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
}
@media screen and (max-width: 600px) {
  .sec-order__choice {
    margin-top: 12px;
    gap: 26px;
  }
}
.sec-order__choice-selector {
  width: 586px;
  height: auto;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media screen and (max-width: 1304px) {
  .sec-order__choice-selector {
    width: 500px;
  }
}
@media screen and (max-width: 991px) {
  .sec-order__choice-selector {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .sec-order__choice-selector {
    display: none;
  }
}
.sec-order__choice-selector-mob {
  display: none;
}
@media screen and (max-width: 600px) {
  .sec-order__choice-selector-mob {
    display: block;
    width: 100%;
    height: auto;
  }
}
.sec-order__choice-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 600px) {
  .sec-order__choice-body {
    padding: 0px 12px;
  }
}
.sec-order__choice-title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  font-size: 36px;
  color: #fff;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  .sec-order__choice-title {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
.sec-order__choice-el {
  font-family: "Avenir Next Cyr", sans-serif;
  font-weight: 400;
  font-size: 28px;
  color: #fff;
  margin-bottom: 7px;
}
@media screen and (max-width: 600px) {
  .sec-order__choice-el {
    font-size: 16px;
    margin-bottom: 4px;
  }
}
.sec-order__choice-bottom {
  margin-top: auto;
  margin-bottom: 31px;
}
@media screen and (max-width: 991px) {
  .sec-order__choice-bottom {
    margin-top: 50px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .sec-order__choice-bottom {
    margin-top: 14px;
  }
}
.sec-order__choice-cost {
  font-weight: 500;
}
.sec-order__form {
  margin-top: 38px;
  padding: 0 35px;
}
@media screen and (max-width: 991px) {
  .sec-order__form {
    padding: 0;
  }
}
@media screen and (max-width: 600px) {
  .sec-order__form {
    margin-top: 22px;
    padding: 0 12px;
  }
}

@media screen and (max-width: 600px) {
  .sec-afisha {
    margin-bottom: -18px;
  }
}
.sec-afisha__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 64px;
  gap: 110px;
}
@media screen and (max-width: 1304px) {
  .sec-afisha__wrap {
    padding-left: 30px;
    gap: 30px;
  }
}
@media screen and (max-width: 600px) {
  .sec-afisha__wrap {
    padding-left: 0;
  }
}
.sec-afisha__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 430px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media screen and (max-width: 991px) {
  .sec-afisha__left {
    width: 100%;
  }
}
.sec-afisha__left-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 174px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 600px) {
  .sec-afisha__left-body {
    margin-top: 58px;
    margin-left: -9px;
    position: relative;
    z-index: 10;
  }
}
.sec-afisha__left-body-bottom {
  margin-top: auto;
  margin-bottom: 39px;
}
@media screen and (max-width: 600px) {
  .sec-afisha__left-body-bottom {
    margin-bottom: 36px;
  }
}
.sec-afisha__img {
  width: 265px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: auto;
}
@media screen and (max-width: 600px) {
  .sec-afisha__img {
    width: 53.5%;
  }
}
.sec-afisha__left-title {
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-size: 23px;
  line-height: 1.34;
  color: #fff;
  margin-bottom: 27px;
}
@media screen and (max-width: 600px) {
  .sec-afisha__left-title {
    font-size: 16px;
    line-height: 1.25;
    margin-bottom: 17px;
    margin-left: 5px;
  }
}
.sec-afisha__link {
  font-size: 0;
  display: block;
  margin-bottom: 8px;
}
.sec-afisha__link-img {
  display: block;
}
.sec-afisha__company {
  width: auto;
}
.sec-afisha__company-title {
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.33;
  color: #fff;
}
.sec-afisha__company-logo {
  display: block;
  margin-left: auto;
  margin-right: -49px;
}
@media screen and (max-width: 600px) {
  .sec-afisha__company-logo {
    margin-right: -34px;
    margin-top: 2px;
  }
}
.sec-afisha__right {
  margin-top: 150px;
}
@media screen and (max-width: 991px) {
  .sec-afisha__right {
    display: none;
  }
}
.sec-afisha__right-title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 40px;
  color: #fff;
}
@media screen and (max-width: 1304px) {
  .sec-afisha__right-title {
    font-size: 31px;
  }
}
.sec-afisha__right-button {
  margin-top: 12px;
}