/* 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;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */ /* 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;
}

* {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=text], input[type=submit], textarea, button {
  -webkit-appearance: none;
  -moz-appearance: none;
}

ul, li, dl, dt, dd, p, menu, h1, h2, h3, h4, h5 {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none;
  color: #000000;
}

img {
  display: block;
}

button:focus {
  outline: none;
}

a:focus {
  outline: none;
}

input:focus {
  outline: none;
}

button {
  -webkit-appearance: none;
}

/* max-width: 1920px */
/* max-width: 1600px */
/* min-width: 1367px */
/* max-width: 1366px */
/* min-width: 1025px */
/* max-width: 1024px */
/* min-width: 721px */
/* max-width: 720px */
/* SIZES */
/* FONTS FILES*/
@font-face {
  font-family: "Oranienbaum";
  src: url("../fonts/Oranienbaum/Oranienbaum-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Inter-Regular";
  src: url("../fonts/Inter/Inter-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Inter-Medium";
  src: url("../fonts/Inter/Inter-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Inter-Italic";
  src: url("../fonts/Inter/Inter-Italic.ttf") format("truetype");
}
/*  FONTS */
/* COLORS */
/* BUTTONS */
._rectangular_button {
  font-family: "Inter-Medium";
  font-size: 24px;
  height: 77px;
  text-transform: uppercase;
  letter-spacing: 2.1px;
  display: flex;
  padding: 24px 40px;
  margin: 0;
  box-sizing: border-box;
  position: relative;
  white-space: nowrap;
  cursor: pointer;
  border: 1px solid #411700;
}

._small_rectangular_button {
  font-family: "Inter-Medium";
  font-size: 18px;
  height: 54px;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  display: flex;
  padding: 16px 32px;
  margin: 0;
  box-sizing: border-box;
  position: relative;
  white-space: nowrap;
  cursor: pointer;
}

._stroke {
  background-color: transparent;
  color: #411700;
}
i {
	font-family: "Inter-Italic";
}
._stroke:hover {
  background-color: #411700;
  color: #EDDCC5;
}

._filled {
  background-color: #EDDCC5;
  border: 1px solid #EDDCC5;
  color: #411700;
}
._filled:hover {
  background-color: #886C5D;
  color: #EDDCC5;
  border: 1px solid #886C5D;
}

._angle_down:after {
  content: "";
  background-image: url(images/angle-down.svg);
  background-size: cover;
  width: 29px;
  height: 29px;
  padding: 0;
  margin: 0 0 0 16px;
}
._angle_down:hover:after {
  content: "";
  background-image: url(images/angle-down-hover.svg);
  background-size: cover;
  width: 29px;
  height: 29px;
  padding: 0;
  margin: 0 0 0 16px;
}

._arrow_up_right:after {
  content: "";
  background-image: url(images/arrow-up-right.svg);
  background-size: cover;
  width: 29px;
  height: 29px;
  padding: 0;
  margin: 0 0 0 16px;
}
._arrow_up_right:hover:after {
  content: "";
  background-image: url(images/arrow-up-right-hover.svg);
  background-size: cover;
  width: 29px;
  height: 29px;
  padding: 0;
  margin: 0 0 0 16px;
}

@media screen and (max-width: 720px) {
  ._rectangular_button {
    font-size: 18px;
    height: 54px;
    letter-spacing: 1.6px;
    padding: 16px 32px;
  }
  ._angle_down:after {
    width: 22px;
    height: 22px;
    padding: 0;
    margin: 0 0 0 12px;
  }
  ._angle_down:hover:after {
    width: 22px;
    height: 22px;
    margin: 0 0 0 12px;
  }
  ._arrow_up_right:after {
    width: 22px;
    height: 22px;
    padding: 0;
    margin: 0 0 0 12px;
  }
  ._arrow_up_right:hover:after {
    width: 22px;
    height: 22px;
    margin: 0 0 0 12px;
  }
}
._round_button {
  width: 52px;
  height: 52px;
  border-radius: 26px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  box-sizing: border-box;
  cursor: pointer;
  color: #EDDCC5;
  background-color: #411700;
  border: 1px solid #411700;
}
._round_button:hover {
  color: #EDDCC5;
  background-color: #886C5D;
  border: 1px solid #886C5D;
}

._image {
  background-image: url(images/image.svg);
}

._article {
  background-image: url(images/article.svg);
}

._video {
  background-image: url(images/video.svg);
}

._key {
  width: 52px;
  height: 52px;
  border-radius: 26px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  box-sizing: border-box;
  color: #EDDCC5;
  background-color: #EDDCC5;
  border: 1px solid #EDDCC5;
  background-image: url(images/key.svg);
  background-size: 27px;
}

@media screen and (max-width: 720px) {
  ._key {
    width: 32px;
    height: 32px;
    background-size: 13px;
  }
}
/*._projects_fonts {
  display: flex;
  flex-direction: column;
  align-items: center;
}*/
@media screen and (max-width: 4920px) and (min-width: 1025px) {
  ._projects_fonts ._h1 {
    font: 140px/164px "Oranienbaum";
    letter-spacing: -9.8px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 721px) {
  ._projects_fonts ._h1 {
    font: 104px/104px "Oranienbaum";
    letter-spacing: -7.28px;
  }
}
@media screen and (max-width: 720px) {
  ._projects_fonts ._h1 {
    font: 48px/56px "Oranienbaum";
    letter-spacing: -3.36px;
  }
}
@media screen and (max-width: 4920px) and (min-width: 1025px) {
  ._projects_fonts ._h2 {
    font: 88px/102px "Oranienbaum";
    letter-spacing: -6.16px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 721px) {
  ._projects_fonts ._h2 {
    font: 64px/72px "Oranienbaum";
    letter-spacing: -4.48px;
  }
}
@media screen and (max-width: 4920px) and (min-width: 1025px) {
  ._projects_fonts ._h3 {
    font: 72px/1 "Oranienbaum";
    letter-spacing: -2.16px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 721px) {
  ._projects_fonts ._h3 {
    font: 64px/1 "Oranienbaum";
    letter-spacing: -1.92px;
  }
}
@media screen and (max-width: 720px) {
  ._projects_fonts ._h3 {
    font: 32px/36px "Oranienbaum";
    letter-spacing: -0.96px;
  }
}
@media screen and (max-width: 4920px) and (min-width: 1025px) {
  ._projects_fonts ._h4 {
    font: 64px/1 "Oranienbaum";
    letter-spacing: -4.48px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 721px) {
  ._projects_fonts ._h4 {
    font: 48px/56px "Oranienbaum";
    letter-spacing: -3.36px;
  }
}
@media screen and (max-width: 720px) {
  ._projects_fonts ._h4 {
    font: 40px/48px "Oranienbaum";
    letter-spacing: -2.8px;
  }
}
@media screen and (max-width: 4920px) and (min-width: 1025px) {
  ._projects_fonts ._h5 {
    font: 48px/56px "Oranienbaum";
    letter-spacing: -1.44px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 721px) {
  ._projects_fonts ._h5 {
    font: 40px/42px "Oranienbaum";
    letter-spacing: -1.2px;
  }
}
@media screen and (max-width: 720px) {
  ._projects_fonts ._h5 {
    font: 32px/36px "Oranienbaum";
    letter-spacing: -0.96px;
  }
}
@media screen and (max-width: 4920px) and (min-width: 1025px) {
  ._projects_fonts ._body_m_medium {
    font: 20px/28px "Inter-Medium";
    letter-spacing: -0.6px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 721px) {
  ._projects_fonts ._body_m_medium {
    font: 18px/24px "Inter-Medium";
    letter-spacing: -0.54px;
  }
}
@media screen and (max-width: 720px) {
  ._projects_fonts ._body_m_medium {
    font: 16px/22px "Inter-Medium";
    letter-spacing: -0.48px;
  }
}
@media screen and (max-width: 4920px) and (min-width: 1025px) {
  ._projects_fonts ._body_m_regular {
    font: 20px/28px "Inter-Regular";
    letter-spacing: -0.6px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 721px) {
  ._projects_fonts ._body_m_regular {
    font: 18px/24px "Inter-Regular";
    letter-spacing: -0.54px;
  }
}
@media screen and (max-width: 720px) {
  ._projects_fonts ._body_m_regular {
    font: 16px/22px "Inter-Regular";
    letter-spacing: -0.48px;
  }
}
@media screen and (max-width: 4920px) and (min-width: 1025px) {
  ._projects_fonts ._body_l_medium, ._item_wrapper ._item_content p._body_l_medium {
    font: 24px/36px "Inter-Medium";
    letter-spacing: -0.72px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 721px) {
  ._projects_fonts ._body_l_medium, ._item_wrapper ._item_content p._body_l_medium {
    font: 22px/28px "Inter-Medium";
    letter-spacing: -0.66px;
  }
}
@media screen and (max-width: 720px) {
  ._projects_fonts ._body_l_medium, ._item_wrapper ._item_content p._body_l_medium {
    font: 18px/26px "Inter-Medium";
    letter-spacing: -0.54px;
  }
}
@media screen and (max-width: 4920px) and (min-width: 1025px) {
  ._projects_fonts ._body_l_regular {
    font: 24px/36px "Inter-Regular";
    letter-spacing: 0px;
  }
}
@media screen and (max-width: 4920px) and (min-width: 1025px) {
  ._projects_fonts ._caption {
    font: 16px/32px "Inter-Medium";
    letter-spacing: -0.48px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 721px) {
  ._projects_fonts ._caption {
    font: 14px/24px "Inter-Medium";
    letter-spacing: -0.42px;
  }
}
@media screen and (max-width: 720px) {
  ._projects_fonts ._caption {
    font: 14px/24px "Inter-Medium";
    letter-spacing: -0.42px;
  }
}
@media screen and (max-width: 4920px) and (min-width: 1025px) {
  ._projects_fonts ._date {
    font: 120px/1 "Oranienbaum";
    letter-spacing: -3.6px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 721px) {
  ._projects_fonts ._date {
    font: 80px/1 "Oranienbaum";
    letter-spacing: -2.4px;
  }
}
@media screen and (max-width: 720px) {
  ._projects_fonts ._date {
    font: 80px/1 "Oranienbaum";
    letter-spacing: -2.4px;
  }
}
@media screen and (max-width: 4920px) and (min-width: 1025px) {
  ._projects_fonts ._description {
    font: 16px/1 "Inter-Medium";
    letter-spacing: -0.48px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 721px) {
  ._projects_fonts ._description {
    font: 14px/18px "Inter-Medium";
    letter-spacing: -0.42px;
  }
}
@media screen and (max-width: 720px) {
  ._projects_fonts ._description {
    font: 12px/16px "Inter-Medium";
    letter-spacing: -0.36px;
  }
}

body {
  background-color: #EDDCC5;
  padding: 0;
  margin: 0;
  width: 100%;
}

/* SLIDE*/
.slide_wrapper {
  width: 100%;
  background-color: #411700;
  position: relative;
}

._slide_container_wrapper {
  background-color: #411700;
}

._slide_container_blur {
  -webkit-backdrop-filter: blur(20px) brightness(80%);
          backdrop-filter: blur(20px) brightness(80%);
}

._slide_container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
._slide_container::before {
  float: left;
  padding-top: 40.9%;
  content: "";
}
._slide_container::after {
  display: block;
  content: "";
  clear: both;
}
._slide_container h1 {
  position: absolute;
  width: 826px;
  color: #EDDCC5;
  text-transform: uppercase;
  text-align: center;
  background-image: url(images/stripe.png);
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 4920px) and (min-width: 1025px) {
  ._slide_container h1 {
    font: 140px/164px "Oranienbaum";
    letter-spacing: -9.8px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 721px) {
  ._slide_container h1 {
    font: 104px/104px "Oranienbaum";
    letter-spacing: -7.28px;
  }
}
@media screen and (max-width: 720px) {
  ._slide_container h1 {
    font: 48px/56px "Oranienbaum";
    letter-spacing: -3.36px;
  }
}
._slide_container ._logo_vz {
  position: absolute;
  left: 160px;
  top: 40px;
}

._slide_1 {
  background-image: url(../images/slide_1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

._slide_2 {
  background-image: url(../images/slide_2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

._slide_3 {
  background-image: url(../images/slide_3.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

._slide_4 {
  background-image: url(../images/slide_4.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1600px) and (min-width: 1367px) {
  ._slide_container::before {
    float: left;
    padding-top: 47.36%;
    content: "";
  }
  ._slide_container::after {
    display: block;
    content: "";
    clear: both;
  }
}
@media screen and (max-width: 1366px) and (min-width: 1025px) {
  ._slide_container::before {
    float: left;
    padding-top: 60%;
    content: "";
  }
  ._slide_container::after {
    display: block;
    content: "";
    clear: both;
  }
  ._slide_container ._logo_vz {
    left: 80px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 721px) {
  ._slide_container::before {
    float: left;
    padding-top: 56.25%;
    content: "";
  }
  ._slide_container::after {
    display: block;
    content: "";
    clear: both;
  }
  ._slide_container h1 {
    width: 700px;
    background-size: 600px;
    margin-top: 90px;
  }
  ._slide_container ._logo_vz {
    left: 80px;
  }
  ._slide_container ._logo_vz img {
    width: 131px;
  }
}
@media screen and (max-width: 720px) {
  ._slide_container {
    height: 512px;
  }
  ._slide_container h1 {
    width: 320px;
    background-size: 300px;
    top: 292px;
  }
  ._slide_container ._logo_vz {
    left: 16px;
    top: 16px;
  }
  ._slide_container ._logo_vz img {
    width: 131px;
  }
  ._slide_1 {
    background-position-x: 0;
  }
}
/* ABOUT*/
._about_project {
  width: 100%;
  background-color: #411700;
  color: #EDDCC5;
  display: flex;
  justify-content: center;
  min-width: 320px;
}
._about_project ._about_open {
  color: #EDDCC5;
  padding: 24px 0;
  cursor: pointer;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 4920px) and (min-width: 1025px) {
  ._about_project ._about_open {
    font: 48px/56px "Oranienbaum";
    letter-spacing: -1.44px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 721px) {
  ._about_project ._about_open {
    font: 40px/42px "Oranienbaum";
    letter-spacing: -1.2px;
  }
}
@media screen and (max-width: 720px) {
  ._about_project ._about_open {
    font: 32px/36px "Oranienbaum";
    letter-spacing: -0.96px;
  }
}
._about_project ._about_open::after {
  content: url(images/about_angle_up.svg);
  height: 40px;
}
._about_project ._about_open::active {
  background-color: #411700;
}
._about_project ._hide::after {
  content: url(images/about_angle_down.svg);
}

._about_project_container {
  overflow: hidden;
  height: 0px;
  min-width: 320px;
}
._about_project_container ._about_project_description {
  width: 100%;
  background-color: #411700;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
  transition: all 2s;
}
._about_project_container ._about_project_description p {
  color: #EDDCC5;
}
@media screen and (max-width: 4920px) and (min-width: 1025px) {
  ._about_project_container ._about_project_description p {
    font: 20px/28px "Inter-Regular";
    letter-spacing: -0.6px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 721px) {
  ._about_project_container ._about_project_description p {
    font: 18px/24px "Inter-Regular";
    letter-spacing: -0.54px;
  }
}
@media screen and (max-width: 720px) {
  ._about_project_container ._about_project_description p {
    font: 16px/22px "Inter-Regular";
    letter-spacing: -0.48px;
  }
}
._about_project_container ._about_project_description p:nth-child(1) {
  width: 880px;
  text-align: center;
  padding: 16px 0 40px 0;
}
._about_project_container ._about_project_description p:nth-child(2) {
  width: 880px;
  text-align: center;
  padding: 0 0 40px 0;
}
._about_project_container ._about_project_description ._author {
  color: #EDDCC5;
  padding: 0 0 24px 0;
}
@media screen and (max-width: 4920px) and (min-width: 1025px) {
  ._about_project_container ._about_project_description ._author {
    font: 48px/56px "Oranienbaum";
    letter-spacing: -1.44px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 721px) {
  ._about_project_container ._about_project_description ._author {
    font: 40px/42px "Oranienbaum";
    letter-spacing: -1.2px;
  }
}
@media screen and (max-width: 720px) {
  ._about_project_container ._about_project_description ._author {
    font: 32px/36px "Oranienbaum";
    letter-spacing: -0.96px;
  }
}
._about_project_container ._about_project_description ._author_photo {
  padding: 0 0 64px 0;
}
._about_project_container ._about_project_description ._author_photo img {
  width: 116px;
  height: 116px;
  border-radius: 58px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ITEM */
._item_wrapper {
  width: 100%;
  box-sizing: border-box;
  padding: 0 160px;
  max-width: 1920px;
  margin: 0 auto;
  background: url("images/_item_list_background.jpg") repeat-y;
  background-size: 1600px;
  min-width: 320px;
  /* ITEM LIST*/
}
._item_wrapper ._item_header {
  padding: 40px 0 24px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid #886C5D;
}
._item_wrapper h1 {
  color: #411700;
  padding: 80px 0 0 0;
  text-align: center;
}
@media screen and (max-width: 4920px) and (min-width: 1025px) {
  ._item_wrapper h1 {
    font: 88px/102px "Oranienbaum";
    letter-spacing: -6.16px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 721px) {
  ._item_wrapper h1 {
    font: 64px/72px "Oranienbaum";
    letter-spacing: -4.48px;
  }
}
._item_wrapper ._item_video {
  width: 100%;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 64px 0 0 0;
  background-image: url(../images/video_1.jpg);
  background-size: cover;
  background-position: center center;
}
._item_wrapper ._item_video ._play_button {
  width: 91px;
  height: 91px;
  background-image: url(images/play_button.svg);
  background-size: cover;
  background-position: center center;
  cursor: pointer;
}
._item_wrapper ._item_video::before {
  float: left;
  padding-top: 56.25%;
  content: "";
}
._item_wrapper ._item_video::after {
  display: block;
  content: "";
  clear: both;
}
._item_wrapper ._item_content {
  padding: 80px 0 64px 0;
  color: #411700;
}
._item_wrapper ._item_content p {
  padding: 0 0 16px 0;
}
@media screen and (max-width: 4920px) and (min-width: 1025px) {
  ._item_wrapper ._item_content p {
    font: 24px/36px "Inter-Regular";
    letter-spacing: -0.72px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 721px) {
  ._item_wrapper ._item_content p {
    font: 22px/28px "Inter-Regular";
    letter-spacing: -0.66px;
  }
}
@media screen and (max-width: 720px) {
  ._item_wrapper ._item_content p {
    font: 18px/26px "Inter-Regular";
    letter-spacing: -0.54px;
  }
}
._item_wrapper ._item_content img {
	max-width: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  margin: 0 0 80px 0;
  height: auto !important;
}
._item_wrapper ._item_content h2 {
  padding: 0 0 40px 0;
}
@media screen and (max-width: 4920px) and (min-width: 1025px) {
  ._item_wrapper ._item_content h2 {
    font: 64px/1 "Oranienbaum";
    letter-spacing: -4.48px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 721px) {
  ._item_wrapper ._item_content h2 {
    font: 48px/56px "Oranienbaum";
    letter-spacing: -3.36px;
  }
}
@media screen and (max-width: 720px) {
  ._item_wrapper ._item_content h2 {
    font: 40px/48px "Oranienbaum";
    letter-spacing: -2.8px;
  }
}
._item_wrapper ._item_content ul {
  padding: 0 0 0 22px;
  margin: 0 0 0 0;
}
._item_wrapper ._item_content ul li {
  padding: 0 0 8px 24px;
  list-style-type: none;
  background-image: url(images/li_marker.svg);
  background-repeat: no-repeat;
  background-position: 0 10px;
}
@media screen and (max-width: 4920px) and (min-width: 1025px) {
  ._item_wrapper ._item_content ul li {
    font: 24px/36px "Inter-Medium";
    letter-spacing: -0.72px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 721px) {
  ._item_wrapper ._item_content ul li {
    font: 22px/28px "Inter-Medium";
    letter-spacing: -0.66px;
  }
}
@media screen and (max-width: 720px) {
  ._item_wrapper ._item_content ul li {
    font: 18px/26px "Inter-Medium";
    letter-spacing: -0.54px;
  }
}
._item_wrapper ._item_content p + h2 {
  padding: 64px 0 40px 0;
}
._item_wrapper ._item_content ul + h2 {
  padding: 72px 0 40px 0;
}
._item_wrapper ._item_content img {
  margin: 64px 0 80px 0;
}
._item_wrapper ._item_content ul + p {
  padding: 16px 0 16px 0;
}
._item_wrapper ._other_episodes {
  width: 100%;
  padding: 80px 0 0 0;
  border-top: 1px solid #886C5D;
}
._item_wrapper ._other_episodes h2 {
  padding: 0 0 24px 0;
}
@media screen and (max-width: 4920px) and (min-width: 1025px) {
  ._item_wrapper ._other_episodes h2 {
    font: 64px/1 "Oranienbaum";
    letter-spacing: -4.48px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 721px) {
  ._item_wrapper ._other_episodes h2 {
    font: 48px/56px "Oranienbaum";
    letter-spacing: -3.36px;
  }
}
@media screen and (max-width: 720px) {
  ._item_wrapper ._other_episodes h2 {
    font: 40px/48px "Oranienbaum";
    letter-spacing: -2.8px;
  }
}
._item_wrapper ._item_list_wrapper {
  width: 100%;
  padding: 0 0 160px 0;
}
._item_wrapper ._item_list_wrapper ._item_list_header {
  width: 100%;
  padding: 80px 0;
  display: flex;
  justify-content: center;
}
._item_wrapper ._item_list_wrapper ._item_list_header span {
  padding: 0 24px;
  color: #411700;
}
@media screen and (max-width: 4920px) and (min-width: 1025px) {
  ._item_wrapper ._item_list_wrapper ._item_list_header span {
    font: 48px/56px "Oranienbaum";
    letter-spacing: -1.44px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 721px) {
  ._item_wrapper ._item_list_wrapper ._item_list_header span {
    font: 40px/42px "Oranienbaum";
    letter-spacing: -1.2px;
  }
}
@media screen and (max-width: 720px) {
  ._item_wrapper ._item_list_wrapper ._item_list_header span {
    font: 32px/36px "Oranienbaum";
    letter-spacing: -0.96px;
  }
}
._item_wrapper ._item_list_wrapper ._item_list_header span:nth-child(1) {
  border-right: 2px solid #411700;
}
._item_wrapper ._item_list_wrapper ._item_list_header span:nth-child(2) {
  display: flex;
  align-items: center;
}
._item_wrapper ._item_list_wrapper ._item_list_header span:nth-child(2)::after {
  content: "";
  margin: 0 0 0 16px;
  background-image: url(images/key.svg);
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: cover;
}
._item_wrapper ._item_list_wrapper ._item_list_header img {
  width: 40px;
}
._item_wrapper ._item_list_wrapper ._item {
  width: 100%;
  padding: 24px 0;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #886C5D;
}
._item_wrapper ._item_list_wrapper ._item ._item_image {
  position: relative;
}
._item_wrapper ._item_list_wrapper ._item ._item_image img {
  width: 475px;
  height: 291px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
._item_wrapper ._item_list_wrapper ._item ._item_image ._key {
  position: absolute;
  bottom: 28px;
  right: 28px;
}
._item_wrapper ._item_list_wrapper ._item ._item_image ._item_date {
  display: none;
}
._item_wrapper ._item_list_wrapper ._item ._item_text {
  padding: 0 0 0 56px;
}
._item_wrapper ._item_list_wrapper ._item ._item_text ._item_number {
  color: #886C5D;
}
@media screen and (max-width: 4920px) and (min-width: 1025px) {
  ._item_wrapper ._item_list_wrapper ._item ._item_text ._item_number {
    font: 16px/32px "Inter-Medium";
    letter-spacing: -0.48px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 721px) {
  ._item_wrapper ._item_list_wrapper ._item ._item_text ._item_number {
    font: 14px/24px "Inter-Medium";
    letter-spacing: -0.42px;
  }
}
@media screen and (max-width: 720px) {
  ._item_wrapper ._item_list_wrapper ._item ._item_text ._item_number {
    font: 14px/24px "Inter-Medium";
    letter-spacing: -0.42px;
  }
}
._item_wrapper ._item_list_wrapper ._item ._item_text ._item_name {
  color: #411700;
}
@media screen and (max-width: 4920px) and (min-width: 1025px) {
  ._item_wrapper ._item_list_wrapper ._item ._item_text ._item_name {
    font: 48px/56px "Oranienbaum";
    letter-spacing: -1.44px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 721px) {
  ._item_wrapper ._item_list_wrapper ._item ._item_text ._item_name {
    font: 40px/42px "Oranienbaum";
    letter-spacing: -1.2px;
  }
}
@media screen and (max-width: 720px) {
  ._item_wrapper ._item_list_wrapper ._item ._item_text ._item_name {
    font: 32px/36px "Oranienbaum";
    letter-spacing: -0.96px;
  }
}
._item_wrapper ._item_list_wrapper ._item ._item_text ._item_name a {
  color: #411700;
}
._item_wrapper ._item_list_wrapper ._item ._item_text ._item_description {
  color: #411700;
  padding: 24px 0 0 0;
}
@media screen and (max-width: 4920px) and (min-width: 1025px) {
  ._item_wrapper ._item_list_wrapper ._item ._item_text ._item_description {
    font: 20px/28px "Inter-Medium";
    letter-spacing: -0.6px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 721px) {
  ._item_wrapper ._item_list_wrapper ._item ._item_text ._item_description {
    font: 18px/24px "Inter-Medium";
    letter-spacing: -0.54px;
  }
}
@media screen and (max-width: 720px) {
  ._item_wrapper ._item_list_wrapper ._item ._item_text ._item_description {
    font: 16px/22px "Inter-Medium";
    letter-spacing: -0.48px;
  }
}
._item_wrapper ._item_list_wrapper ._item ._item_text ._item_buttons {
  padding: 24px 0 0 0;
  display: flex;
}
._item_wrapper ._item_list_wrapper ._item ._item_text ._item_buttons ._round_button {
  margin: 0 16px 0 0;
}
._item_wrapper ._item_list_wrapper ._item:last-of-type {
  border: none;
}
._item_wrapper ._item_list_wrapper ._unavailable ._item_image img {
  filter: brightness(20%);
}
._item_wrapper ._item_list_wrapper ._unavailable ._item_image ._round_button {
  display: none;
}
._item_wrapper ._item_list_wrapper ._unavailable ._item_image ._item_date {
  display: block;
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #EDDCC5;
}
@media screen and (max-width: 4920px) and (min-width: 1025px) {
  ._item_wrapper ._item_list_wrapper ._unavailable ._item_image ._item_date {
    font: 120px/1 "Oranienbaum";
    letter-spacing: -3.6px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 721px) {
  ._item_wrapper ._item_list_wrapper ._unavailable ._item_image ._item_date {
    font: 80px/1 "Oranienbaum";
    letter-spacing: -2.4px;
  }
}
@media screen and (max-width: 720px) {
  ._item_wrapper ._item_list_wrapper ._unavailable ._item_image ._item_date {
    font: 80px/1 "Oranienbaum";
    letter-spacing: -2.4px;
  }
}
._item_wrapper ._item_list_wrapper ._unavailable ._item_image ._item_date span {
  width: 100%;
  display: block;
  margin: -30px 0 0 0;
}
@media screen and (max-width: 4920px) and (min-width: 1025px) {
  ._item_wrapper ._item_list_wrapper ._unavailable ._item_image ._item_date span {
    font: 48px/56px "Oranienbaum";
    letter-spacing: -1.44px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 721px) {
  ._item_wrapper ._item_list_wrapper ._unavailable ._item_image ._item_date span {
    font: 40px/42px "Oranienbaum";
    letter-spacing: -1.2px;
  }
}
@media screen and (max-width: 720px) {
  ._item_wrapper ._item_list_wrapper ._unavailable ._item_image ._item_date span {
    font: 32px/36px "Oranienbaum";
    letter-spacing: -0.96px;
  }
}
._item_wrapper ._item_list_wrapper ._unavailable ._item_text ._item_number {
  color: #886C5D;
}
._item_wrapper ._item_list_wrapper ._unavailable ._item_text ._item_name {
  color: #886C5D;
}
._item_wrapper ._item_list_wrapper ._unavailable ._item_text ._item_name a {
  color: #886C5D;
}
._item_wrapper ._item_list_wrapper ._unavailable ._item_text ._item_description {
  color: #886C5D;
}
._item_wrapper ._item_list_wrapper ._unavailable ._item_text ._item_buttons {
  display: none;
}
._item_wrapper ._item_list_wrapper ._unavailable ._key {
  display: none;
}
._item_wrapper ._item_list_wrapper .show_all {
  display: flex;
  justify-content: center;
  padding: 80px 0 0 0;
}
._item_wrapper ._item_list_on_main {
  padding: 0 0 80px 0;
}

@media screen and (max-width: 1366px) and (min-width: 1025px) {
  ._item_wrapper ._item_list_wrapper ._item ._item_image img {
    width: 320px;
    height: 196px;
  }
  ._item_wrapper ._item_list_wrapper ._unavailable ._item_image ._item_date {
    top: 30px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 721px) {
  ._item_wrapper {
    padding: 0 80px;
  }
  ._item_wrapper ._item_content p {
    font: 24px/36px "Inter-Regular";
    letter-spacing: -0.72px;
  }
  ._item_wrapper ._item_list_wrapper ._item ._item_image img {
    width: 320px;
    height: 196px;
  }
  ._item_wrapper ._item_list_wrapper ._unavailable ._item_image ._item_date {
    top: 55px;
  }
  ._item_wrapper ._item_list_wrapper ._unavailable ._item_image ._item_date span {
    margin: -20px 0 0 0;
  }
  ._about_project_container ._about_project_description {
    box-sizing: border-box;
    padding: 0 24px;
  }
  ._about_project_container ._about_project_description p:nth-child(1) {
    width: 100%;
    padding: 16px 0 40px 0;
  }
  ._about_project_container ._about_project_description p:nth-child(2) {
    width: 100%;
    padding: 0 0 0 0;
  }
  ._about_project_container ._about_project_description ._author_photo {
    padding: 0 0 48px 0;
  }
}
@media screen and (max-width: 720px) {
  ._about_project_container ._about_project_description {
    box-sizing: border-box;
    padding: 0 24px;
  }
  ._about_project_container ._about_project_description p:nth-child(1) {
    width: 100%;
    padding: 16px 0 40px 0;
  }
  ._about_project_container ._about_project_description p:nth-child(2) {
    width: 100%;
    padding: 0 0 0 0;
  }
  ._about_project_container ._about_project_description ._author_photo {
    padding: 0 0 48px 0;
  }
  ._item_wrapper {
    padding: 0 16px;
  }
  ._item_wrapper ._item_header {
    padding: 40px 0 24px 0;
    flex-direction: column;
    align-items: center;
  }
  ._item_wrapper ._item_header ._logo_vz img {
    width: 119px;
  }
  ._item_wrapper ._item_header ._rectangular_button {
    position: absolute;
    top: 142px;
  }
  ._item_wrapper h1 {
    padding-top: 124px;
  }
}
@media screen and (max-width: 720px) and (max-width: 4920px) and (min-width: 1025px) {
  ._item_wrapper h1 {
    font: 64px/1 "Oranienbaum";
    letter-spacing: -4.48px;
  }
}
@media screen and (max-width: 720px) and (max-width: 1024px) and (min-width: 721px) {
  ._item_wrapper h1 {
    font: 48px/56px "Oranienbaum";
    letter-spacing: -3.36px;
  }
}
@media screen and (max-width: 720px) and (max-width: 720px) {
  ._item_wrapper h1 {
    font: 40px/48px "Oranienbaum";
    letter-spacing: -2.8px;
  }
}
@media screen and (max-width: 720px) {
  ._item_wrapper ._item_video {
    margin-top: 24px;
  }
  ._item_wrapper ._item_video ._play_button {
    width: 40px;
    height: 40px;
  }
  ._item_wrapper ._item_content {
    padding: 40px 0 24px 0;
  }
  ._item_wrapper ._item_content h2 {
    font: 32px/36px "Oranienbaum";
    letter-spacing: -0.96px;
    padding: 0 0 24px 0;
  }
  ._item_wrapper ._item_content img {
    margin: 24px 0 40px 0;
  }
  ._item_wrapper ._item_content p + h2 {
    padding: 24px 0 24px 0;
  }
  ._item_wrapper ._item_content ul + h2 {
    padding: 32px 0 24px 0;
  }
  ._item_wrapper ._other_episodes {
    padding: 64px 0 0 0;
  }
  ._item_wrapper ._other_episodes h2 {
    font: 32px/36px "Oranienbaum";
    letter-spacing: -0.96px;
  }
  ._item_wrapper ._item_list_wrapper {
    padding: 0 0 80px 0;
  }
  ._item_wrapper ._item_list_wrapper ._item_list_header {
    flex-direction: column;
    align-items: center;
    padding: 48px 0 24px 0;
  }
  ._item_wrapper ._item_list_wrapper ._item_list_header span {
    padding: 0 24px;
    color: #411700;
  }
}
@media screen and (max-width: 720px) and (max-width: 4920px) and (min-width: 1025px) {
  ._item_wrapper ._item_list_wrapper ._item_list_header span {
    font: 48px/56px "Oranienbaum";
    letter-spacing: -1.44px;
  }
}
@media screen and (max-width: 720px) and (max-width: 1024px) and (min-width: 721px) {
  ._item_wrapper ._item_list_wrapper ._item_list_header span {
    font: 40px/42px "Oranienbaum";
    letter-spacing: -1.2px;
  }
}
@media screen and (max-width: 720px) and (max-width: 720px) {
  ._item_wrapper ._item_list_wrapper ._item_list_header span {
    font: 32px/36px "Oranienbaum";
    letter-spacing: -0.96px;
  }
}
@media screen and (max-width: 720px) {
  ._item_wrapper ._item_list_wrapper ._item_list_header span:nth-child(1) {
    border-right: none;
    display: flex;
    flex-direction: column;
    padding-bottom: 12px;
    align-items: center;
  }
  ._item_wrapper ._item_list_wrapper ._item_list_header span:nth-child(1)::after {
    content: "";
    border-bottom: 2px solid #411700;
    height: 2px;
    width: 62px;
    padding-bottom: 12px;
  }
  ._item_wrapper ._item_list_wrapper ._item_list_header span:nth-child(2) {
    display: flex;
    align-items: center;
  }
  ._item_wrapper ._item_list_wrapper ._item_list_header span:nth-child(2)::after {
    content: "";
    margin: 0 0 0 16px;
    background-image: url(images/key.svg);
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: cover;
  }
  ._item_wrapper ._item_list_wrapper ._item {
    align-items: center;
    flex-direction: column;
  }
  ._item_wrapper ._item_list_wrapper ._item ._item_image {
    width: 100%;
  }
  ._item_wrapper ._item_list_wrapper ._item ._item_image img {
    width: 100%;
    height: auto;
    margin: 0 0 12px 0;
    aspect-ratio: 16/9;
  }
  ._item_wrapper ._item_list_wrapper ._item ._item_text {
    padding: 0;
  }
  ._item_wrapper ._item_list_wrapper ._unavailable ._item_image ._item_date {
    top: calc(50% - 50px);
  }
  ._item_wrapper ._item_list_wrapper ._unavailable ._item_image ._item_date span {
    margin: -20px 0 0 0;
  }
}
/* FOOTER */
/* DESKTOP */
footer {
  width: 100%;
  background-color: #411700;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 70px 0 72px 0;
}
footer h3 {
  color: #EDDCC5;
  text-transform: uppercase;
  padding: 0 0 16px 0;
  text-align: center;
}
@media screen and (max-width: 4920px) and (min-width: 1025px) {
  footer h3 {
    font: 72px/1 "Oranienbaum";
    letter-spacing: -2.16px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 721px) {
  footer h3 {
    font: 64px/1 "Oranienbaum";
    letter-spacing: -1.92px;
  }
}
@media screen and (max-width: 720px) {
  footer h3 {
    font: 32px/36px "Oranienbaum";
    letter-spacing: -0.96px;
  }
}
footer .VK_invitation {
  width: 100%;
  color: #EDDCC5;
  text-align: center;
  padding: 0 0 72px 0;
}
@media screen and (max-width: 4920px) and (min-width: 1025px) {
  footer .VK_invitation {
    font: 24px/36px "Inter-Medium";
    letter-spacing: -0.72px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 721px) {
  footer .VK_invitation {
    font: 22px/28px "Inter-Medium";
    letter-spacing: -0.66px;
  }
}
@media screen and (max-width: 720px) {
  footer .VK_invitation {
    font: 18px/26px "Inter-Medium";
    letter-spacing: -0.54px;
  }
}
footer ._rectangular_button {
  margin: 0 0 72px 0;
}
footer ._copy {
  width: 762px;
  padding: 32px 0 0 0;
  text-align: center;
  border-top: 1px solid #EDDCC5;
}
@media screen and (max-width: 4920px) and (min-width: 1025px) {
  footer ._copy {
    font: 16px/1 "Inter-Medium";
    letter-spacing: -0.48px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 721px) {
  footer ._copy {
    font: 14px/18px "Inter-Medium";
    letter-spacing: -0.42px;
  }
}
@media screen and (max-width: 720px) {
  footer ._copy {
    font: 12px/16px "Inter-Medium";
    letter-spacing: -0.36px;
  }
}
footer ._copy span {
  width: 100%;
  color: #EDDCC5;
  opacity: 0.3;
}

@media screen and (max-width: 1024px) and (min-width: 721px) {
  footer ._copy {
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  footer {
    padding: 48px 16px;
    min-width: 320px;
  }
}
@media screen and (max-width: 720px) and (max-width: 4920px) and (min-width: 1025px) {
  footer h3 {
    font: 72px/1 "Oranienbaum";
    letter-spacing: -2.16px;
  }
}
@media screen and (max-width: 720px) and (max-width: 1024px) and (min-width: 721px) {
  footer h3 {
    font: 64px/1 "Oranienbaum";
    letter-spacing: -1.92px;
  }
}
@media screen and (max-width: 720px) and (max-width: 720px) {
  footer h3 {
    font: 32px/36px "Oranienbaum";
    letter-spacing: -0.96px;
  }
}
@media screen and (max-width: 720px) {
  footer .VK_invitation {
    padding: 0 0 40px 0;
  }
  footer ._rectangular_button {
    margin: 0 0 40px 0;
  }
  footer ._copy {
    width: 100%;
  }
}/*# sourceMappingURL=main.css.map */