/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 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;
  text-decoration: none;
  box-sizing: border-box;
}

/* 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;
}

a {
  color: initial;
}

@font-face {
  font-family: "Montserrat-Medium";
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Almaz";
  src: url("../fonts/Almaz.woff2") format("woff2"), url("../fonts/Almaz.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Almaz-Medium";
  src: url("../fonts/Almaz-Medium.woff2") format("woff2"), url("../fonts/Almaz-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-weight: 700;
  src: url("../fonts/Montserrat-Bold.eot");
  src: url("../fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Bold.ttf") format("truetype"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.woff2") format("woff2");
}
body {
  font-family: "Montserrat-Regular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 110%;
  color: #000000;
  background-color: #e7d6c9;
}
body.is-header-open, body.is-modal-opened, body.is-hidden {
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
}
body.is-hidden-fixed {
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
}
body.is-header-open > .fluid-wrapper > main {
  filter: blur(5px);
  background: rgba(0, 0, 0, 0.55);
}

html {
  overflow-y: scroll;
  scroll-behavior: smooth;
}

.header {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: transparent;
  height: 100px;
}
.header__logo {
  display: flex;
}
.header__logo img {
  display: flex;
  width: 59px;
  height: 100px;
}
.header__logo img:last-child {
  display: none;
  width: 60px;
  height: 60px;
}
.header__logo_second img {
  width: 108px;
  height: 25px;
  margin-left: 10px;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1560px;
  margin: 0 auto;
  padding: 0 15px;
}
.header__menu {
  display: none;
}
.header__wrapper {
  display: flex;
  align-items: center;
}
.header__wrapper:nth-child(2) {
  padding: 10px;
  border-radius: 50%;
  background-color: #f3e9e1;
}
.header__menu-language {
  display: none;
  margin-right: 24px;
}
.header.is-sticky {
  height: 60px;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100;
  width: 100%;
  background-color: transparent;
}
.header.is-sticky .burger span, .header.is-sticky .burger:before, .header.is-sticky .burger:after {
  background-color: #000000;
}
.header.is-sticky .burger.is-open span, .header.is-sticky .burger.is-open:before, .header.is-sticky .burger.is-open:after {
  background-color: #000000;
}
.header.is-sticky .header__inner {
  background-color: transparent;
  padding: 0px 15px;
}
.header.is-sticky .header__logo img:first-child {
  display: none;
}
.header.is-sticky .header__logo img:last-child {
  display: flex;
  width: 60px;
  height: 60px;
}
.header.is-sticky.is-open .header__inner {
  background-color: #1d1d1d;
}
@media (min-width: 666px) {
  .header {
    height: 175px;
  }
  .header__logo img {
    width: 103px;
    height: 175px;
  }
  .header__inner {
    padding: 0 40px;
    align-items: flex-start;
  }
  .header__wrapper .msm-button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e7d6c9;
    margin-right: 10px;
  }
  .header__wrapper .header__menu-language {
    display: flex;
    margin-right: 10px;
  }
  .header__wrapper:nth-child(2) {
    margin-top: 15px;
    padding: 15px;
  }
  .header.is-sticky {
    padding: 0px;
    height: 90px;
  }
  .header.is-sticky .header__inner {
    padding: 0px 40px;
  }
  .header.is-sticky .header__logo img:last-child {
    display: flex;
    width: 103px;
    height: 90px;
  }
}
@media (min-width: 768px) {
  .header__inner {
    padding: 0 40px;
  }
  .header.is-sticky .header__inner {
    padding: 0px 40px;
  }
}
@media (min-width: 1024px) {
  .header__wrapper:nth-child(2) {
    margin-top: 20px;
  }
}
@media (min-width: 1200px) {
  .header.is-sticky .header__inner {
    padding: 0px 40px;
  }
}
@media (min-width: 1366px) {
  .header__inner {
    padding: 0 60px;
  }
  .header.is-sticky .header__inner {
    padding: 0px 60px;
  }
  .header__menu {
    margin-left: 100px;
  }
  .header__wrapper .button {
    margin-right: 0px;
    font-size: 20px;
  }
  .header__wrapper .button_secondary {
    margin-right: 10px;
    padding: 0 20px;
  }
}
@media (min-width: 1680px) {
  .header.is-sticky .header__inner {
    padding: 0px;
  }
}
@media (min-width: 1920px) {
  .header .header__inner {
    padding: 0;
  }
  .header.is-sticky {
    height: 123px;
  }
  .header.is-sticky.is-open {
    background-color: #1d1d1d;
  }
  .header.is-sticky .header__inner {
    padding: 0px;
  }
  .header.is-sticky .header__logo img:last-child {
    width: 132px;
    height: 123px;
  }
}

.footer {
  padding: 50px 15px 30px;
  background-color: #1d1d1d;
  color: #f3e9e1;
}
.footer__copyrights {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
  border-top: 1px solid #343434;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
}
.footer__copyrights > a {
  color: #f3e9e1;
}
.footer__made {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.footer__made > p {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
}
.footer__made > img {
  width: 24px;
  height: 24px;
  margin-left: 10px;
}
.footer__contacts {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 35px;
}
.footer__contacts-container .footer__copyrights {
  display: none;
}
.footer__contacts-wrapper {
  display: flex;
}
.footer__contacts-wrapper > img {
  width: 60px;
  height: 48px;
  margin-right: 30px;
}
.footer__hashtags {
  width: 120px;
}
.footer__hashtags > a {
  font-family: "Montserrat-Medium", Arial, Helvetica, sans-serif;
  color: #f3e9e1;
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
}
.footer__hashtags > a:not(:last-child) {
  margin-bottom: 2px;
}
.footer__wrapper {
  padding-bottom: 30px;
}
@media (min-width: 666px) {
  .footer {
    padding: 50px 40px 30px;
  }
  .footer__wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    margin-bottom: 0px;
    padding-bottom: 0;
  }
  .footer__made > p {
    font-size: 14px;
    width: 155px;
  }
  .footer__copyrights {
    display: none;
    font-size: 14px;
  }
  .footer__contacts {
    justify-content: initial;
    margin-bottom: 0px;
  }
  .footer__contacts-container {
    display: flex;
    justify-content: space-between;
  }
  .footer__contacts-container .footer__copyrights {
    display: flex;
    border-top: initial;
    align-items: baseline;
    padding-top: 0;
  }
  .footer__contacts-wrapper {
    display: flex;
  }
  .footer__contacts-wrapper > img {
    width: 71px;
    height: 56px;
    margin-right: 30px;
  }
  .footer__hashtags {
    width: 150px;
  }
  .footer__hashtags > a {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .footer {
    padding: 50px 40px 40px;
  }
}
@media (min-width: 1366px) {
  .footer {
    padding: 50px 60px 50px;
  }
}
@media (min-width: 1920px) {
  .footer {
    padding: 60px 0px 80px;
  }
  .footer__made > p {
    font-size: 16px;
    width: 175px;
  }
  .footer__copyrights {
    font-size: 16px;
  }
  .footer__contacts-wrapper > img {
    width: 87px;
    height: 70px;
    margin-right: 45px;
  }
  .footer__hashtags {
    width: 170px;
  }
  .footer__hashtags > a {
    font-size: 16px;
  }
}

.container {
  width: 100%;
  max-width: 1560px;
  margin: 0 auto;
}

.sponsor__container {
  display: flex;
  flex-wrap: wrap;
}
.sponsor__container a:not(:last-child) {
  margin-right: 20px;
  margin-bottom: 10px;
}
.sponsor__media {
  margin-bottom: 30px;
}
.sponsor__informational {
  margin-bottom: 30px;
}
.sponsor__title {
  font-family: "Montserrat-Medium", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #959595;
  margin-bottom: 20px;
}
.sponsor img {
  height: 25px;
}
@media (min-width: 666px) {
  .sponsor__wrapper {
    display: flex;
  }
  .sponsor__media {
    margin-bottom: 30px;
    margin-right: 100px;
  }
}
@media (min-width: 1024px) {
  .sponsor__wrapper {
    display: flex;
    justify-content: space-between;
    width: calc(67% - 90px);
  }
  .sponsor__inner {
    display: flex;
    justify-content: space-between;
  }
  .sponsor__container {
    align-items: flex-end;
  }
  .sponsor__container a:not(:last-child) {
    margin-right: 20px;
    margin-bottom: 0px;
  }
  .sponsor__media {
    margin-bottom: 0px;
    margin-right: 0;
  }
  .sponsor__informational {
    margin-bottom: 0px;
  }
}
@media (min-width: 1200px) {
  .sponsor__container img {
    height: 30px;
  }
  .sponsor__container img:not(:last-child) {
    margin-right: 35px;
  }
}
@media (min-width: 1366px) {
  .sponsor__container img {
    height: 32px;
  }
  .sponsor__container img:not(:last-child) {
    margin-right: 35px;
  }
}
@media (min-width: 1920px) {
  .sponsor__wrapper {
    display: flex;
    justify-content: space-between;
    width: calc(67% - 150px);
  }
  .sponsor__container img {
    height: 40px;
  }
  .sponsor__container img:not(:last-child) {
    margin-right: 40px;
  }
}

.socials__list {
  display: flex;
  flex-wrap: wrap;
}
.socials__item:not(:last-child) {
  margin-right: 10px;
  margin-bottom: 10px;
}
.socials__item > a {
  cursor: pointer;
}

.mobile-menu {
  position: fixed;
  top: 0;
  z-index: 99;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-color: #1d1d1d;
  padding: 50px 0px;
  transition: transform 0.4s ease, opacity 0.3s ease;
  transform: translateX(100%);
  visibility: hidden;
  opacity: 0;
}
.mobile-menu.is-open {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}
.mobile-menu__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  overflow-y: auto;
}
@media (min-width: 666px) {
  .mobile-menu {
    transform: translateX(200%);
    opacity: 1;
    visibility: visible;
    padding: 0 40px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
  }
  .mobile-menu__language-list {
    display: none;
  }
  .mobile-menu.is-open {
    visibility: visible;
    opacity: 1;
    transform: translateX(0%);
  }
  .mobile-menu__nav > .msm-button {
    display: none;
  }
}
@media (min-width: 1024px) {
  .mobile-menu__wrapper > a.button {
    height: 80px;
    font-size: 24px;
  }
  .mobile-menu__wrapper > a.button:not(:last-child) {
    margin-bottom: 20px;
  }
  .mobile-menu__list {
    margin-bottom: 100px;
  }
  .mobile-menu__link {
    font-size: 40px;
    line-height: 150%;
  }
  .mobile-menu__language-list {
    margin-top: 100px;
  }
  .mobile-menu__language-item a {
    font-size: 18px;
  }
  .mobile-menu__language-item + .mobile-menu__language-item {
    margin-left: 20px;
  }
}
@media (min-width: 1200px) {
  .mobile-menu {
    transition: initial;
  }
}
.menu {
  position: relative;
  z-index: 1;
}
.menu__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.menu__item:not(:last-child) {
  margin-bottom: 30px;
}
.menu__item:hover > .menu__link {
  color: #bf252e;
}
.menu__link {
  font-family: "Almaz", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 25px;
  line-height: 110%;
  text-align: center;
  color: #f3e9e1;
  transition: color ease 0.3s;
}
.menu > svg {
  position: absolute;
  fill: #2e3131;
  transition: fill ease 0.3s;
}
.menu > svg:hover {
  fill: #bf252e;
}
.menu > .bee {
  width: 62px;
  top: -142px;
  right: -68px;
}
.menu > .feather {
  width: 36px;
  top: -86px;
  left: -37px;
}
.menu > .bird {
  width: 46px;
  bottom: -151px;
  left: -76px;
}
.menu > .book {
  width: 87px;
  bottom: -88px;
  right: -85px;
}
@media (min-width: 666px) {
  .menu__item:not(:last-child) {
    margin-bottom: 40px;
  }
  .menu__link {
    font-size: 40px;
  }
  .menu > .bee {
    width: 77px;
    top: -111px;
    right: -155px;
  }
  .menu > .feather {
    width: 46px;
    top: -40px;
    left: -151px;
  }
  .menu > .bird {
    width: 58px;
    bottom: -147px;
    left: -182px;
  }
  .menu > .book {
    width: 109px;
    bottom: -120px;
    right: -186px;
  }
}
@media (min-width: 1024px) {
  .menu > .bee {
    width: 77px;
    top: -22px;
    right: -235px;
  }
  .menu > .feather {
    width: 46px;
    top: -40px;
    left: -193px;
  }
  .menu > .bird {
    width: 58px;
    bottom: -45px;
    left: -315px;
  }
  .menu > .book {
    width: 109px;
    bottom: -30px;
    right: -325px;
  }
}
@media (min-width: 1200px) {
  .menu > .bee {
    width: 87px;
    top: -22px;
    right: -329px;
  }
  .menu > .feather {
    width: 50px;
    top: -50px;
    left: -258px;
  }
  .menu > .bird {
    width: 65px;
    bottom: -55px;
    left: -441px;
  }
  .menu > .book {
    width: 123px;
    bottom: -55px;
    right: -452px;
  }
}
@media (min-width: 1366px) {
  .menu > .bee {
    width: 87px;
    top: -22px;
    right: -329px;
  }
  .menu > .feather {
    width: 50px;
    top: -50px;
    left: -258px;
  }
  .menu > .bird {
    width: 65px;
    bottom: -55px;
    left: -441px;
  }
  .menu > .book {
    width: 123px;
    bottom: -55px;
    right: -452px;
  }
}
@media (min-width: 1920px) {
  .menu__link {
    font-size: 50px;
  }
  .menu__item:not(:last-child) {
    margin-bottom: 50px;
  }
  .menu > .bee {
    width: 108px;
    top: -42px;
    right: -394px;
  }
  .menu > .feather {
    width: 63px;
    top: -60px;
    left: -370px;
  }
  .menu > .bird {
    width: 81px;
    bottom: -55px;
    left: -590px;
  }
  .menu > .book {
    width: 155px;
    bottom: -55px;
    right: -587px;
  }
}

.burger {
  position: relative;
  width: 20px;
  height: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.burger.burger-main {
  padding: 15px;
  background-color: #f3e9e1;
}
.burger.burger-main span, .burger.burger-main:before, .burger.burger-main:after {
  background-color: #000000;
}
.burger span, .burger:before, .burger:after {
  display: block;
  height: 2px;
  background-color: #000000;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.burger::before {
  width: 22px;
  left: -3px;
}
.burger span {
  position: absolute;
  width: 20px;
  left: 4px;
}
.burger::after {
  width: 17px;
  left: 0px;
}
.burger:before, .burger:after {
  content: "";
  position: absolute;
}
.burger:before {
  top: 3px;
}
.burger:after {
  bottom: 3px;
}
.burger.is-open span, .burger.is-open:before, .burger.is-open:after {
  background-color: #000000;
}
.burger.is-open span {
  opacity: 0;
}
.burger.is-open:before {
  top: 50%;
  width: 20px;
  left: 0px;
  transform: rotate(-45deg);
}
.burger.is-open:after {
  top: 50%;
  width: 20px;
  left: 0px;
  transform: rotate(45deg);
}
@media (min-width: 666px) {
  .burger {
    width: 30px;
    height: 30px;
  }
  .burger::before {
    width: 35px;
    left: -4px;
    top: 6px;
  }
  .burger span {
    position: absolute;
    width: 29px;
    left: 6px;
  }
  .burger::after {
    width: 22px;
    left: 2px;
    bottom: 6px;
  }
  .burger.is-open:before {
    width: 28px;
    left: 1px;
  }
  .burger.is-open:after {
    width: 28px;
    left: 1px;
  }
}
@media (min-width: 1024px) {
  .burger {
    width: 40px;
    height: 40px;
  }
  .burger::before {
    width: 35px;
    left: 0px;
    top: 9px;
  }
  .burger span {
    position: absolute;
    width: 29px;
    left: 11px;
  }
  .burger::after {
    width: 22px;
    left: 5px;
    bottom: 9px;
  }
  .burger.is-open:before {
    width: 28px;
    left: 6px;
  }
  .burger.is-open:after {
    width: 28px;
    left: 6px;
  }
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  transition: opacity 0.1s ease;
  overflow-y: auto;
  background: #eef6fa;
}
.modal.is-open {
  display: block;
}
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(33, 33, 33, 0.9);
}
.modal__close {
  z-index: 100;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33px;
  height: 33px;
}
.modal__close * {
  cursor: pointer;
}
.modal__close.filter-popup-submenu {
  background: rgba(7, 44, 55, 0.1);
}
@media (min-width: 1024px) {
  .modal__close {
    width: 40px;
    height: 40px;
  }
  .modal__close img {
    width: 24px;
    height: 24px;
  }
}
.modal__content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .modal {
    justify-content: center;
  }
  .modal.acquaintance-popup > .modal__overlay {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .modal.acquaintance-popup > .modal__content {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 560px;
    height: auto;
    padding: 40px;
    border-radius: 20px;
    background-color: #e7d6c9;
  }
}
@media (min-width: 1024px) {
  .modal.acquaintance-popup > .modal__content {
    width: 560px;
    height: 486px;
    border-radius: 30px;
    background-color: #e7d6c9;
  }
}
@media (min-width: 1920px) {
  .modal.acquaintance-popup > .modal__content {
    width: 600px;
    padding: 50px 60px;
  }
}

.video-popup {
  padding: 0px 15px;
  display: none;
  flex-direction: column;
  align-items: center;
  background-color: transparent;
}
.video-popup .modal__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.video-popup__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.video-popup__header h1 {
  font-size: 30px;
  line-height: 110%;
  color: #f3e9e1;
}
.video-popup__content {
  z-index: 3;
  width: 100%;
}
@media (min-width: 768px) {
  .video-popup__content {
    height: initial;
  }
}
@media (min-width: 1024px) {
  .video-popup__header h1 {
    font-size: 40px;
  }
  .video-popup .modal__content {
    margin: 15vh auto;
    max-width: 800px;
  }
}

h2 {
  font-family: "Almaz", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 110%;
  margin-bottom: 40px;
}
@media (min-width: 666px) {
  h2 {
    font-size: 40px;
    margin-bottom: 50px;
  }
}
@media (min-width: 1366px) {
  h2 {
    font-size: 50px;
    margin-bottom: 60px;
  }
}
@media (min-width: 1920px) {
  h2 {
    font-size: 65px;
    margin-bottom: 80px;
  }
}

h3 {
  font-family: "Almaz", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  margin-bottom: 12px;
}
@media (min-width: 666px) {
  h3 {
    font-size: 20px;
    margin-bottom: 14px;
  }
}
@media (min-width: 1366px) {
  h3 {
    font-size: 25px;
  }
}
@media (min-width: 1920px) {
  h3 {
    font-size: 30px;
    margin-bottom: 18px;
  }
}

.top {
  height: 100vh;
  padding: 0 15px;
  background-color: #1d1d1d;
  position: relative;
  overflow: hidden;
}
.top__lantern {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.top__images {
  width: 150px;
  height: 257px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top__tree-image {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: no-repeat url(../images/tree/tree_new2.png) center/120vh 100%, #f3e8e0;
  width: 0%;
  height: 100%;
  margin: 0 auto;
  z-index: 10;
  box-shadow: inset 0px 0px 60px 13px rgba(0, 0, 0, 0.15);
}
.top > .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.top__wrapper {
  z-index: 1;
}
.top__date {
  font-family: "Almaz", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 135%;
  color: #f3e9e1;
  text-align: center;
  margin-bottom: 20px;
}
.top__title {
  font-family: "Almaz", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 35px;
  line-height: 110%;
  color: #f3e9e1;
  text-align: center;
  margin-bottom: 40px;
}
.top__description {
  font-family: "Montserrat-Medium", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #f3e9e1;
  text-align: center;
}
.top__link {
  position: absolute;
  bottom: 0;
  font-family: "Almaz", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #f3e9e1;
  text-align: center;
  margin-bottom: 10vh;
  z-index: 1;
}
.top__link::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  height: 2px;
  background-color: #e7d6c9;
  transition: width ease 0.3s;
}
.top__link:hover::after {
  width: 100%;
}
@media (min-width: 666px) {
  .top {
    padding: 0 40px;
  }
  .top__images {
    width: 239px;
    height: 380px;
  }
  .top__date {
    font-size: 30px;
    margin-bottom: 50px;
  }
  .top__title {
    font-size: 55px;
    margin-bottom: 30px;
  }
  .top__description {
    font-size: 20px;
    max-width: 640px;
  }
  .top__link {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .top__link {
    opacity: 0.2;
    transition: opacity ease 0.3s;
  }
  .top__link:hover {
    opacity: 1;
  }
}
@media (min-width: 1366px) {
  .top {
    padding: 0px;
  }
  .top__title {
    font-size: 60px;
  }
  .top__description {
    font-size: 25px;
    max-width: 800px;
  }
}
@media (min-width: 1920px) {
  .top__images {
    width: 299px;
    height: 475px;
  }
  .top__date {
    font-size: 35px;
    margin-bottom: 70px;
  }
  .top__title {
    font-size: 80px;
    margin-bottom: 50px;
  }
  .top__description {
    font-size: 30px;
    max-width: 980px;
  }
  .top__link {
    font-size: 20px;
  }
}

.tree {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  background-color: #f3e8e0;
}
.tree > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 2/3;
}
.tree__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.tree__wrapper-left {
  height: 100vh;
  background: #1d1d1d;
}
.tree__wrapper-right {
  height: 100vh;
  background: #1d1d1d;
}
@media (min-width: 1024px) {
  .tree > img {
    -o-object-fit: contain;
    object-fit: contain;
  }
}

.what {
  padding: 60px 15px 0;
  background-color: #eee2d8;
}
.what__image {
  display: none;
}
.what__container > img {
  display: block;
  width: 100%;
  margin-bottom: 50px;
}
.what__item-where {
  padding-left: 23px;
  position: relative;
}
.what__item-where::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #4b7a80;
}
.what__item-where:not(:last-child) {
  margin-bottom: 30px;
}
.what__title {
  font-family: "Almaz", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 110%;
  margin-bottom: 15px;
}
.what__subtitle {
  font-family: "Montserrat-Medium", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 2px;
}
.what__description {
  font-family: "Montserrat-Regular", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
}
.what__description:not(:last-child) {
  margin-bottom: 15px;
}
@media (min-width: 666px) {
  .what {
    padding: 90px 40px 0;
  }
  .what__container {
    display: grid;
    grid-template-columns: 1fr 216px;
    gap: 65px;
    align-items: center;
    margin-bottom: 70px;
  }
  .what__container > img {
    order: 2;
    margin-bottom: 0px;
  }
  .what__container > h2 {
    margin-bottom: 0;
  }
  .what__list-where {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .what__item-where {
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .what__item-where:not(:last-child) {
    margin-bottom: 0;
  }
  .what__title {
    margin-bottom: 20px;
  }
  .what__subtitle {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .what {
    padding: 120px 40px 0;
  }
  .what > .container {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 40px;
  }
  .what__image {
    display: block;
    width: 100%;
  }
  .what__container {
    display: block;
  }
  .what__container > h2 {
    max-width: 407px;
    width: initial;
  }
  .what__container > img {
    display: none;
  }
}
@media (min-width: 1366px) {
  .what {
    padding: 130px 60px 0;
  }
  .what > .container {
    grid-template-columns: 1fr 414px;
  }
  .what__image {
    display: block;
    width: 100%;
  }
  .what__container {
    display: block;
    margin-bottom: 75px;
  }
  .what__container > h2 {
    max-width: 509px;
  }
  .what__list-where {
    gap: 60px;
  }
  .what__title {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .what__subtitle {
    font-size: 18px;
  }
}
@media (min-width: 1920px) {
  .what {
    padding: 180px 180px 0;
  }
  .what > .container {
    grid-template-columns: 1fr 507px;
  }
  .what__container {
    margin-bottom: 100px;
  }
  .what__container > h2 {
    max-width: 661px;
  }
  .what__list-where {
    gap: 80px;
  }
  .what__title {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .what__subtitle {
    font-size: 20px;
  }
  .what__description {
    font-size: 14px;
  }
}

.about {
  padding: 77px 15px 60px;
  background-color: #eee2d8;
  color: #000000;
}
.about__image {
  width: 100%;
  margin-bottom: 50px;
}
.about__description {
  font-family: "Montserrat-Regular", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}
.about__button {
  font-family: "Almaz", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 0;
  border: 1px solid #000000;
  border-radius: 51px;
  margin-top: 50px;
}
.about__item:not(:last-child) {
  margin-bottom: 60px;
}
@media (min-width: 666px) {
  .about {
    padding: 120px 40px;
  }
  .about__item {
    display: grid;
    grid-template-columns: 1fr 216px;
    gap: 70px;
  }
  .about__item-wrapper > h2 {
    margin-bottom: 30px;
    max-width: 407px;
  }
  .about__image {
    order: 2;
    margin-bottom: 0;
  }
  .about__item.reverse {
    grid-template-columns: 216px 1fr;
  }
  .about__item.reverse > img {
    order: initial;
  }
  .about__description {
    font-size: 16px;
  }
  .about__button {
    display: inline-flex;
    padding: 14px 30px;
    font-size: 18px;
    margin-top: 40px;
  }
}
@media (min-width: 1024px) {
  .about__item {
    display: grid;
    grid-template-columns: 1fr 311px;
    gap: 90px;
  }
  .about__item.reverse {
    grid-template-columns: 311px 1fr;
  }
  .about__button {
    cursor: pointer;
    transition: background-color ease 0.3s;
  }
  .about__button:hover {
    background-color: #decabb;
  }
}
@media (min-width: 1366px) {
  .about {
    padding: 150px 60px 190px;
  }
  .about__item {
    display: grid;
    grid-template-columns: 1fr 414px;
    gap: 110px;
  }
  .about__item-wrapper > h2 {
    max-width: 509px;
  }
  .about__item.reverse {
    grid-template-columns: 414px 1fr;
  }
  .about__description {
    font-size: 18px;
  }
}
@media (min-width: 1920px) {
  .about {
    padding: 180px;
  }
  .about__item {
    display: grid;
    grid-template-columns: 1fr 507px;
    gap: 150px;
  }
  .about__item-wrapper > h2 {
    margin-bottom: 50px;
    max-width: 661px;
  }
  .about__item.reverse {
    grid-template-columns: 507px 1fr;
  }
  .about__description {
    font-size: 20px;
  }
  .about__button {
    padding: 14px 35px;
    font-size: 20px;
    margin-top: 80px;
  }
}

.developments {
  padding: 60px 15px 50px;
}
.developments > .container {
  display: flex;
  flex-direction: column;
}
.developments__title {
  margin-bottom: 40px;
}
.developments__date {
  font-family: "Montserrat-Medium", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #4b7a80;
  padding-bottom: 18px;
  margin-bottom: 25px;
  border-bottom: 2px solid #5e7c81;
}
.developments__date span {
  margin-right: 10px;
}
.developments__description {
  font-family: "Montserrat-Regular", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
}
.developments__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
  margin-bottom: 50px;
}
.developments__item {
  padding: 30px 20px;
  background: #eee2d8;
  box-shadow: 0px 4px 20px #dfccbe;
  border-radius: 20px;
}
.developments__item-title {
  font-family: "Almaz", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 100px;
  line-height: 110%;
  margin-bottom: 5px;
  color: #5e7c81;
}
.developments__item-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  padding: 12px 0;
  font-family: "Almaz", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  border: 1px solid #4b7a80;
  border-radius: 51px;
  width: 100%;
  color: #4b7a80;
}
.developments__button {
  display: inline-flex;
  padding: 8px 30px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-family: "Almaz", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  background-color: #d8c4b6;
  border-radius: 41px;
  cursor: pointer;
}
@media (min-width: 666px) {
  .developments {
    padding: 120px 40px;
  }
  .developments__list {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .developments__item {
    padding: 35px 20px;
  }
  .developments__item-title {
    font-size: 120px;
  }
  .developments__item-button {
    padding: 10px 0;
    font-size: 18px;
    margin-top: 40px;
  }
  .developments__title {
    margin-bottom: 50px;
  }
  .developments__button {
    padding: 10px 30px 6px;
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .developments {
    padding: 100px 40px;
  }
  .developments__item-button {
    transition: background-color ease 0.3s;
  }
  .developments__item-button:hover {
    background-color: #5e7c81;
    color: #f3e9e1;
    cursor: pointer;
  }
  .developments__item-title {
    font-size: 120px;
    margin-bottom: 10px;
  }
  .developments__list {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 22px;
  }
  .developments__button {
    transition: background-color color ease 0.3s;
  }
  .developments__button:hover {
    background-color: #decabb;
  }
}
@media (min-width: 1366px) {
  .developments {
    padding: 100px 60px;
  }
  .developments__list {
    gap: 38px;
    margin-bottom: 80px;
  }
  .developments__item-title {
    font-size: 150px;
    margin-bottom: 0px;
  }
  .developments__title {
    margin-bottom: 60px;
  }
  .developments__date {
    font-size: 20px;
    margin-bottom: 31px;
    padding-bottom: 15px;
    border-bottom: 3px solid #4b7a80;
  }
  .developments__description {
    font-size: 18px;
  }
  .developments__button {
    padding: 10px 30px 6px;
  }
}
@media (min-width: 1920px) {
  .developments__list {
    gap: 75px;
  }
  .developments__title {
    margin-bottom: 80px;
  }
  .developments__date {
    padding: 5px 12px;
    font-size: 25px;
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
  .developments__item {
    padding: 50px 40px;
  }
  .developments__item-title {
    font-size: 170px;
    margin-bottom: 10px;
  }
  .developments__item-button {
    font-size: 20px;
    margin-top: 50px;
  }
  .developments__description {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .developments__button {
    padding: 10px 30px 8px;
    font-size: 20px;
  }
}

.dialogs {
  padding: 77px 15px 60px;
  background-color: #1d1d1d;
  color: #f3e9e1;
}
.dialogs__image {
  width: 100%;
  margin-bottom: 50px;
}
.dialogs__description {
  font-family: "Montserrat-Regular", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}
.dialogs__button {
  font-family: "Almaz", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 0;
  border: 1px solid #f3e9e1;
  border-radius: 51px;
  margin-top: 50px;
  color: #f3e9e1;
}
.dialogs__item:not(:last-child) {
  margin-bottom: 60px;
}
@media (min-width: 666px) {
  .dialogs {
    padding: 120px 40px;
  }
  .dialogs__item {
    display: grid;
    grid-template-columns: 1fr 216px;
    gap: 70px;
  }
  .dialogs__item:nth-child(even) {
    grid-template-columns: 216px 1fr;
  }
  .dialogs__item:nth-child(even) img {
    order: initial;
  }
  .dialogs__item-wrapper > h2 {
    margin-bottom: 30px;
  }
  .dialogs__item:not(:last-child) {
    margin-bottom: 120px;
  }
  .dialogs__image {
    order: 2;
    margin-bottom: 0;
  }
  .dialogs__description {
    font-size: 16px;
  }
  .dialogs__button {
    display: inline-flex;
    padding: 14px 30px;
    font-size: 18px;
    margin-top: 40px;
  }
}
@media (min-width: 1024px) {
  .dialogs__item {
    display: grid;
    grid-template-columns: 1fr 311px;
    gap: 180px;
  }
  .dialogs__item:nth-child(even) {
    grid-template-columns: 311px 1fr;
  }
  .dialogs__button {
    cursor: pointer;
    transition: background-color ease 0.3s;
  }
  .dialogs__button:hover {
    background-color: #343434;
  }
}
@media (min-width: 1366px) {
  .dialogs {
    padding: 150px 60px 190px;
  }
  .dialogs__item {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 414px;
    gap: 245px;
  }
  .dialogs__item:nth-child(even) {
    grid-template-columns: 414px 1fr;
  }
  .dialogs__item:not(:last-child) {
    margin-bottom: 150px;
  }
  .dialogs__description {
    font-size: 18px;
  }
}
@media (min-width: 1920px) {
  .dialogs {
    padding: 180px;
  }
  .dialogs__item {
    display: grid;
    grid-template-columns: 1fr 507px;
    gap: 315px;
  }
  .dialogs__item:nth-child(even) {
    grid-template-columns: 507px 1fr;
  }
  .dialogs__item-wrapper > h2 {
    margin-bottom: 50px;
  }
  .dialogs__item:not(:last-child) {
    margin-bottom: 190px;
  }
  .dialogs__description {
    font-size: 20px;
  }
  .dialogs__button {
    padding: 14px 35px;
    font-size: 20px;
    margin-top: 80px;
  }
}

.brandbook {
  background-color: #1d1d1d;
  padding: 0 15px 50px;
  color: #f3e9e1;
}
.brandbook > .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 20px;
  background-color: #4b7a80;
}
.brandbook > .container > .brandbook__wrapper {
  position: relative;
}
.brandbook > .container > .brandbook__wrapper > img {
  position: absolute;
}
.brandbook > .container > .brandbook__wrapper > img:hover {
  filter: drop-shadow(2px 4px 6px black);
}
.brandbook > .container > .brandbook__wrapper > .bag {
  width: 33px;
  height: 32px;
  bottom: 80px;
  left: -6px;
}
.brandbook > .container > .brandbook__wrapper > .fountain {
  width: 35px;
  height: 34px;
  top: -10px;
  left: 0px;
}
.brandbook > .container > .brandbook__wrapper > .chicken {
  width: 31px;
  height: 32px;
  top: -48px;
  left: 90px;
}
.brandbook > .container > .brandbook__wrapper > .fife {
  width: 50px;
  height: 50px;
  top: 0px;
  right: 0px;
}
.brandbook > .container > .brandbook__wrapper > .watch {
  width: 31px;
  height: 32px;
  bottom: 80px;
  right: 0px;
}
.brandbook > .container > .brandbook__wrapper > .bird {
  width: 34px;
  height: 34px;
  bottom: -45px;
  right: 55px;
}
.brandbook > .container > .brandbook__wrapper > h2 {
  margin-bottom: 30px;
  text-align: center;
}
.brandbook__description {
  font-family: "Montserrat-Regular", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
}
.brandbook__button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  padding: 12px 0;
  font-family: "Almaz", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  border: 1px solid #f3e9e1;
  border-radius: 51px;
  width: 100%;
  color: #f3e9e1;
}
@media (min-width: 666px) {
  .brandbook {
    padding: 0 40px 90px;
    color: #f3e9e1;
  }
  .brandbook > .container {
    padding: 70px 45px;
  }
  .brandbook > .container > .brandbook__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
  }
  .brandbook > .container > .brandbook__wrapper > img {
    position: absolute;
  }
  .brandbook > .container > .brandbook__wrapper > .bag {
    width: 47px;
    height: 46px;
    bottom: 15px;
    left: 60px;
  }
  .brandbook > .container > .brandbook__wrapper > .fountain {
    width: 48px;
    height: 47px;
    top: 5px;
    left: 4px;
  }
  .brandbook > .container > .brandbook__wrapper > .chicken {
    width: 43px;
    height: 43px;
    top: -50px;
    left: 140px;
  }
  .brandbook > .container > .brandbook__wrapper > .fife {
    width: 64px;
    height: 64px;
    top: -25px;
    right: 25px;
  }
  .brandbook > .container > .brandbook__wrapper > .watch {
    width: 41px;
    height: 41px;
    bottom: 35px;
    right: 105px;
  }
  .brandbook > .container > .brandbook__wrapper > .bird {
    width: 54px;
    height: 54px;
    bottom: -50px;
    right: -20px;
  }
  .brandbook__description {
    font-size: 16px;
  }
  .brandbook__button {
    display: inline-flex;
    margin-top: 40px;
    padding: 14px 30px;
    font-size: 16px;
    width: initial;
  }
}
@media (min-width: 1024px) {
  .brandbook > .container {
    padding: 70px 85px;
  }
  .brandbook > .container > .brandbook__wrapper > .bag {
    width: 80px;
    height: 80px;
    bottom: -30px;
    left: 25px;
  }
  .brandbook > .container > .brandbook__wrapper > .fountain {
    width: 78px;
    height: 77px;
    top: -15px;
    left: -35px;
  }
  .brandbook > .container > .brandbook__wrapper > .chicken {
    width: 52px;
    height: 52px;
    top: -40px;
    left: 180px;
  }
  .brandbook > .container > .brandbook__wrapper > .fife {
    width: 64px;
    height: 64px;
    top: -25px;
    right: 25px;
  }
  .brandbook > .container > .brandbook__wrapper > .watch {
    width: 51px;
    height: 51px;
    bottom: 5px;
    right: 150px;
  }
  .brandbook > .container > .brandbook__wrapper > .bird {
    width: 68px;
    height: 68px;
    bottom: -50px;
    right: -20px;
  }
  .brandbook__description {
    max-width: 775px;
  }
  .brandbook__button {
    cursor: pointer;
    transition: background-color ease 0.3s;
  }
  .brandbook__button:hover {
    background-color: #598b92;
  }
}
@media (min-width: 1366px) {
  .brandbook {
    padding: 0 60px 90px;
  }
  .brandbook > .container {
    padding: 70px 190px;
  }
  .brandbook > .container > .brandbook__wrapper > .bag {
    width: 107px;
    height: 108px;
    bottom: -30px;
    left: -40px;
  }
  .brandbook > .container > .brandbook__wrapper > .fountain {
    width: 104px;
    height: 103px;
    top: -40px;
    left: -135px;
  }
  .brandbook > .container > .brandbook__wrapper > .chicken {
    width: 69px;
    height: 69px;
    top: -40px;
    left: 155px;
  }
  .brandbook > .container > .brandbook__wrapper > .fife {
    width: 87px;
    height: 87px;
    top: -35px;
    right: -75px;
  }
  .brandbook > .container > .brandbook__wrapper > .watch {
    width: 69px;
    height: 69px;
    bottom: -25px;
    right: 150px;
  }
  .brandbook > .container > .brandbook__wrapper > .bird {
    width: 91px;
    height: 91px;
    bottom: -35px;
    right: -120px;
  }
  .brandbook__description {
    max-width: 865px;
  }
}
@media (min-width: 1920px) {
  .brandbook {
    padding: 0 180px 130px;
  }
  .brandbook > .container {
    padding: 70px 190px;
  }
  .brandbook > .container > .brandbook__wrapper > .bag {
    width: 126px;
    height: 128px;
    bottom: -30px;
    left: -100px;
  }
  .brandbook > .container > .brandbook__wrapper > .fountain {
    width: 123px;
    height: 121px;
    top: -55px;
    left: -205px;
  }
  .brandbook > .container > .brandbook__wrapper > .chicken {
    width: 81px;
    height: 81px;
    top: -40px;
    left: 155px;
  }
  .brandbook > .container > .brandbook__wrapper > .fife {
    width: 103px;
    height: 103px;
    top: -35px;
    right: -130px;
  }
  .brandbook > .container > .brandbook__wrapper > .watch {
    width: 81px;
    height: 81px;
    bottom: -25px;
    right: 120px;
  }
  .brandbook > .container > .brandbook__wrapper > .bird {
    width: 107px;
    height: 107px;
    bottom: -35px;
    right: -195px;
  }
  .brandbook > .container > .brandbook__wrapper > h2 {
    margin-bottom: 50px;
  }
  .brandbook__description {
    font-size: 20px;
    max-width: 950px;
  }
  .brandbook__button {
    margin-top: 50px;
    padding: 14px 35px;
    font-size: 20px;
  }
}

.video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background-color: #000000;
}

.video__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 10px;
}

.video__button {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: none;
  padding: 0;
  width: 70px;
  height: 70px;
  fill: #000000;
  border: none;
  background-color: transparent;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
@media (min-width: 1024px) {
  .video__button {
    width: 120px;
    height: 120px;
  }
}
@media (min-width: 1200) {
  .video__button {
    width: 140px;
    height: 140px;
  }
}

.video__button-icon {
  fill: #000000;
}

/* Enabled */
.video--enabled {
  cursor: pointer;
  border-radius: 10px;
}

.video--enabled .video__button {
  display: block;
}

.project-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100vh;
  background-color: #1d1d1d;
  color: #f3e9e1;
  padding: 105px 15px 90px;
}
.project-top h1 {
  font-family: "Almaz", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 135%;
  margin-bottom: 30px;
}
.project-top__description {
  font-size: 14px;
  line-height: 150%;
}
.project-top__image {
  width: 100%;
  margin-bottom: 6px;
}
@media (min-width: 666px) {
  .project-top {
    padding: 70px 40px 100px;
  }
  .project-top h1 {
    font-size: 50px;
    margin-bottom: 40px;
  }
  .project-top__description {
    font-size: 16px;
  }
  .project-top__image {
    max-width: 575px;
    margin-bottom: 20px;
  }
  .project-top .container {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}
@media (min-width: 666px) and (max-height: 500px) and (orientation: landscape) {
  .project-top {
    padding: 140px 40px 10px;
  }
  .project-top h1 {
    font-family: "Almaz", Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 135%;
    margin-bottom: 30px;
  }
  .project-top__description {
    font-size: 14px;
    line-height: 150%;
  }
  .project-top__image {
    width: 100%;
    margin-bottom: 6px;
    order: 2;
  }
  .project-top .container {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    display: grid;
    grid-template-columns: 2fr 1fr;
  }
}
@media (min-width: 1024px) {
  .project-top {
    flex-direction: initial;
    align-items: initial;
    justify-content: initial;
  }
  .project-top__description {
    font-size: 18px;
  }
  .project-top .container {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    display: grid;
    grid-template-columns: 2fr 1fr;
  }
  .project-top__image {
    order: 2;
  }
}
@media (min-width: 1200px) {
  .project-top {
    padding: 0 60px;
  }
  .project-top .container {
    grid-template-columns: 1fr 1fr;
    justify-items: flex-end;
  }
}
@media (min-width: 1920px) {
  .project-top h1 {
    font-size: 65px;
    margin-bottom: 50px;
  }
  .project-top__description {
    font-size: 20px;
  }
}

.project {
  padding: 50px 15px 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e8ddd3;
}
.project.reverse {
  background-color: #f3e9e0;
}
.project__image {
  width: 100%;
  margin-bottom: 30px;
}
.project__description {
  font-size: 14px;
  line-height: 150%;
}
.project__description a {
  color: #bf252e;
  text-decoration: underline;
  cursor: pointer;
}
.project__description.bold {
  font-weight: 700;
}
.project__description + .project__title {
  padding-top: 30px;
}
.project__description + ul {
  padding-top: 20px;
}
.project__description.bold + ul {
  padding-top: 20px;
}
.project__description.bold + .project__description {
  padding-top: 20px;
}
.project__description + .project__description {
  padding-top: 20px;
}
.project__description + .subtitle {
  padding-top: 25px;
}
.project__title {
  font-family: "Almaz", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 135%;
  color: #000000;
}
.project h2 {
  margin-bottom: 20px;
}
@media (min-width: 666px) {
  .project {
    padding: 100px 40px 120px;
  }
  .project__image {
    width: 450px;
    margin-bottom: 100px;
  }
  .project__description {
    font-size: 16px;
  }
  .project__description + .project__title {
    padding-top: 40px;
  }
  .project__description + ul {
    padding-top: 25px;
  }
  .project__description.bold + ul {
    padding-top: 25px;
  }
  .project__description + .subtitle {
    padding-top: 30px;
  }
  .project h2 {
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .project {
    padding: 140px 40px;
  }
  .project .container {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 70px;
    align-items: center;
    max-width: 1560px;
    margin: 0 auto;
  }
  .project.full-width .container {
    display: initial;
  }
  .project.reverse .container {
    grid-template-columns: 2fr 1fr;
  }
  .project.reverse .project__image {
    order: 2;
  }
  .project__image {
    width: 100%;
    margin-bottom: 0px;
  }
}
@media (min-width: 1200px) {
  .project {
    padding: 120px 40px;
  }
  .project .container {
    gap: 120px;
  }
  .project__description {
    font-size: 18px;
  }
  .project__description + ul {
    padding-top: 30px;
  }
  .project__description.bold + ul {
    padding-top: 30px;
  }
  .project__description + .subtitle {
    padding-top: 35px;
  }
  .project h2 {
    margin-bottom: 40px;
  }
}
@media (min-width: 1366px) {
  .project {
    padding: 120px 60px;
  }
  .project__title {
    font-size: 25px;
  }
  .project__description + ul {
    padding-top: 30px;
  }
  .project__description.bold + ul {
    padding-top: 30px;
  }
}
@media (min-width: 1920px) {
  .project {
    padding: 150px 180px;
  }
  .project .container {
    gap: 150px;
  }
  .project h2 {
    margin-bottom: 50px;
  }
  .project__description {
    font-size: 20px;
  }
  .project__description + .project__title {
    padding-top: 50px;
  }
  .project__title {
    font-size: 30px;
  }
}

.description__list {
  padding-left: 14px;
}
.description__list + p.project__description.bold {
  padding-top: 25px;
}
.description__list + .project__description {
  padding-top: 25px;
}
.description__list.number {
  list-style: decimal;
  padding-left: 20px;
}
.description__list + ul {
  padding-top: 25px;
}
.description__item {
  line-height: 150%;
  position: relative;
}
.description__item a {
  color: #bf252e;
  text-decoration: underline;
  cursor: pointer;
}
.description__item::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -14px;
  width: 4px;
  height: 4px;
  background-color: #bf252e;
  border-radius: 50%;
}
.description__item:not(:last-child) {
  margin-bottom: 20px;
}
.description__list.number > .description__item::marker {
  color: #bf252e;
}
.description__list.number > .description__item::before {
  content: none;
}
.description__list.number > .description__item:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 666px) {
  .description__list + p.project__description.bold {
    padding-top: 30px;
  }
  .description__list + .project__description {
    padding-top: 30px;
  }
  .description__list + ul {
    padding-top: 30px;
  }
}
@media (min-width: 1200px) {
  .description__item {
    font-size: 18px;
  }
  .description__item::before {
    top: 12px;
  }
  .description__list + p.project__description.bold {
    padding-top: 35px;
  }
  .description__list + .project__description {
    padding-top: 35px;
  }
  .description__list.number {
    list-style: decimal;
    padding-left: 20px;
  }
  .description__list + ul {
    padding-top: 35px;
  }
}
@media (min-width: 1920px) {
  .description__list {
    padding-left: 20px;
  }
  .description__item {
    font-size: 20px;
  }
  .description__item::before {
    top: 14px;
    left: -20px;
    width: 5px;
    height: 5px;
  }
}

.brandbook-page {
  width: 100%;
  background: #f4e8e0;
}

.main-brandbook {
  width: 100%;
}

.anchor-idea {
  width: 1px;
  height: 1px;
  position: absolute;
  top: -70px;
  left: 0;
}
@media only screen and (min-width: 666px) {
  .anchor-idea {
    top: -110px;
  }
}

.anchor-logo {
  width: 1px;
  height: 1px;
  position: absolute;
  top: -70px;
  left: 0;
}
@media only screen and (min-width: 666px) {
  .anchor-logo {
    top: -110px;
  }
}

.anchor-color {
  width: 1px;
  height: 1px;
  position: absolute;
  top: -70px;
  left: 0;
}
@media only screen and (min-width: 666px) {
  .anchor-color {
    top: -110px;
  }
}

.anchor-font {
  width: 1px;
  height: 1px;
  position: absolute;
  top: -70px;
  left: 0;
}
@media only screen and (min-width: 666px) {
  .anchor-font {
    top: -110px;
  }
}

.anchor-patterns {
  width: 1px;
  height: 1px;
  position: absolute;
  top: -70px;
  left: 0;
}
@media only screen and (min-width: 666px) {
  .anchor-patterns {
    top: -110px;
  }
}

.brandbook-header {
  width: 100%;
  background: #f4e8e0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
@media only screen and (min-width: 1024px) {
  .brandbook-header {
    padding: 20px 63px 20px 80px;
  }
}

.brandbook-header-centered {
  padding: 15px 15px 15px 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 666px) {
  .brandbook-header-centered {
    padding: 20px 40px 20px 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .brandbook-header-centered {
    padding: 0;
    max-width: 1245px;
    margin: 0 auto;
  }
}

.brandbook-header-logo {
  width: 37px;
  display: block;
}
.brandbook-header-logo img {
  width: 100%;
}
@media only screen and (min-width: 666px) {
  .brandbook-header-logo {
    width: 64px;
  }
}

.brandbook-header-right {
  display: flex;
  align-items: center;
}

.brandbook-header-right-download-btn {
  display: none;
}
@media only screen and (min-width: 666px) {
  .brandbook-header-right-download-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 55px;
    border: 1px solid #000000;
    border-radius: 51px;
    margin-right: 20px;
  }
  .brandbook-header-right-download-btn span {
    font-family: "Almaz";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
    display: block;
    margin-left: 15px;
  }
}
@media only screen and (min-width: 1024px) {
  .brandbook-header-right-download-btn {
    margin-right: 30px;
  }
}

@media only screen and (min-width: 666px) {
  .brandbook-header-burger {
    width: 56px;
  }
  .brandbook-header-burger img {
    width: 56px;
  }
}

.brandbook-menu {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 20px 15px 70px;
  background: #f4e8e0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  display: none;
}
.brandbook-menu.show {
  display: flex;
}
@media only screen and (min-width: 666px) {
  .brandbook-menu {
    padding: 20px 56px;
  }
}

.brandbook-menu-bg1 {
  pointer-events: none;
  position: absolute;
  width: 40px;
  left: 19%;
  top: 16%;
}
.brandbook-menu-bg1 img {
  width: 100%;
}
@media only screen and (min-width: 666px) {
  .brandbook-menu-bg1 {
    width: 54px;
    left: 16%;
    top: 24%;
  }
}

.brandbook-menu-bg2 {
  pointer-events: none;
  position: absolute;
  width: 67px;
  right: 12%;
  top: 12%;
}
.brandbook-menu-bg2 img {
  width: 100%;
}
@media only screen and (min-width: 666px) {
  .brandbook-menu-bg2 {
    width: 85px;
    right: 15%;
    top: 18%;
  }
}

.brandbook-menu-bg3 {
  pointer-events: none;
  position: absolute;
  width: 44px;
  left: 10%;
  bottom: 23%;
}
.brandbook-menu-bg3 img {
  width: 100%;
}
@media only screen and (min-width: 666px) {
  .brandbook-menu-bg3 {
    width: 68px;
    left: 12%;
    bottom: 18%;
  }
}

.brandbook-menu-bg4 {
  pointer-events: none;
  position: absolute;
  width: 76px;
  right: 7%;
  bottom: 31%;
}
.brandbook-menu-bg4 img {
  width: 100%;
}
@media only screen and (min-width: 666px) {
  .brandbook-menu-bg4 {
    width: 114px;
    right: 11%;
    bottom: 21%;
  }
}

.brandbook-menu-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-left: 10px;
}
@media only screen and (min-width: 1024px) {
  .brandbook-menu-top {
    max-width: 1245px;
    margin: 0 auto;
  }
}

.brandbook-menu-top-left img {
  width: 37px;
}
@media only screen and (min-width: 666px) {
  .brandbook-menu-top-left img {
    width: 64px;
  }
}

.brandbook-menu-top-right {
  display: flex;
  align-items: center;
}

.brandbook-menu-top-right-download {
  display: none;
}
@media only screen and (min-width: 666px) {
  .brandbook-menu-top-right-download {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 55px;
    border: 1px solid #000000;
    border-radius: 51px;
    margin-right: 36px;
  }
  .brandbook-menu-top-right-download span {
    font-family: "Almaz";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
    display: block;
    margin-left: 15px;
  }
}
@media only screen and (min-width: 1024px) {
  .brandbook-menu-top-right-download {
    margin-right: 46px;
  }
}

.brandbook-menu-top-right-close img {
  width: 20px;
}
@media only screen and (min-width: 666px) {
  .brandbook-menu-top-right-close img {
    width: 24px;
  }
}

.brandbook-menu-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.brandbook-menu-list-item {
  display: block;
  font-family: "Almaz";
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 110%;
  text-align: center;
  color: #000000;
  margin-bottom: 30px;
}
@media only screen and (min-width: 666px) {
  .brandbook-menu-list-item {
    font-size: 40px;
    line-height: 110%;
    margin-bottom: 40px;
  }
}

.brandbook-menu-mob-btn {
  width: 100%;
  height: 55px;
  border: 1px solid #000000;
  border-radius: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brandbook-menu-mob-btn span {
  font-family: "Almaz";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #000000;
  display: block;
  margin-left: 15px;
}
@media only screen and (min-width: 666px) {
  .brandbook-menu-mob-btn {
    width: 1px;
    opacity: 0;
    pointer-events: none;
  }
}

.brandbook-hero-fluid {
  width: 100%;
  padding: 133px 36px 216px;
  position: relative;
}
@media only screen and (min-width: 666px) {
  .brandbook-hero-fluid {
    padding: 214px 36px 195px;
  }
}
@media only screen and (min-width: 1024px) {
  .brandbook-hero-fluid {
    padding: 146px 60px 205px;
  }
}

.brandbook-hero-centered {
  width: 100%;
}
@media only screen and (min-width: 666px) {
  .brandbook-hero-centered {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 1024px) {
  .brandbook-hero-centered {
    flex-direction: row;
    max-width: 1010px;
    margin: 0 auto;
  }
}

.brandbook-hero-left {
  width: 100%;
}
.brandbook-hero-left img {
  width: 100%;
}
@media only screen and (min-width: 666px) {
  .brandbook-hero-left {
    width: 370px;
  }
}
@media only screen and (min-width: 1024px) {
  .brandbook-hero-left {
    width: 570px;
  }
}

.brandbook-hero-right {
  width: 100%;
}
.brandbook-hero-right img {
  width: 100%;
}
@media only screen and (min-width: 666px) {
  .brandbook-hero-right {
    width: 370px;
  }
}
@media only screen and (min-width: 1024px) {
  .brandbook-hero-right {
    width: 457px;
  }
}

.brandbook-second-fluid {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 70px;
  position: relative;
}
@media only screen and (min-width: 666px) {
  .brandbook-second-fluid {
    padding: 0 40px;
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  .brandbook-second-fluid {
    padding: 0 60px;
    margin-bottom: 100px;
  }
}

.brandbook-second-centered {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .brandbook-second-centered {
    max-width: 1245px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
}

.brandbook-second-left {
  font-family: "Almaz";
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 135%;
  color: #000000;
  margin-bottom: 30px;
}
@media only screen and (min-width: 666px) {
  .brandbook-second-left {
    font-size: 35px;
    line-height: 135%;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .brandbook-second-left {
    width: 40%;
  }
}

.brandbook-second-right p {
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 150%;
  color: #000000;
  margin-bottom: 25px;
}
@media only screen and (min-width: 1024px) {
  .brandbook-second-right {
    width: 50%;
  }
}

.brandbook-quote-fluid {
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .brandbook-quote-fluid {
    padding: 0 60px;
  }
}

.brandbook-quote-centered {
  width: 100%;
  padding: 60px 15px 68px;
  background: #4b7a80;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 666px) {
  .brandbook-quote-centered {
    padding: 90px 38px;
  }
}
@media only screen and (min-width: 1024px) {
  .brandbook-quote-centered {
    max-width: 1245px;
    margin: 0 auto;
  }
}

.brandbook-quote-title {
  font-family: "Almaz";
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 135%;
  text-align: center;
  color: #f4eae1;
  margin-bottom: 30px;
}
@media only screen and (min-width: 666px) {
  .brandbook-quote-title {
    font-size: 35px;
    line-height: 135%;
    margin-bottom: 50px;
  }
}

.brandbook-quote-lines {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1024px) {
  .brandbook-quote-lines {
    flex-direction: row;
    margin-bottom: 50px;
  }
}

.brandbook-quote-line1 {
  font-style: italic;
  font-weight: 500;
  font-size: 18px;
  line-height: 135%;
  text-align: center;
  color: #f4eae1;
  padding: 12px 30px;
  display: inline-block;
  background: #5c8c92;
  border-radius: 51px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 666px) {
  .brandbook-quote-line1 {
    font-size: 30px;
    padding: 14px 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .brandbook-quote-line1 {
    margin-bottom: 0;
    margin-right: 30px;
  }
}

.brandbook-quote-line2 {
  font-style: italic;
  font-weight: 500;
  font-size: 18px;
  line-height: 135%;
  text-align: center;
  color: #f4eae1;
  padding: 12px 14px;
  display: inline-block;
  background: #5c8c92;
  border-radius: 51px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 666px) {
  .brandbook-quote-line2 {
    font-size: 30px;
    padding: 14px 30px;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .brandbook-quote-line2 {
    margin-bottom: 0;
  }
}

.brandbook-quote-text {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 135%;
  text-align: center;
  color: #f4eae1;
}
@media only screen and (min-width: 666px) {
  .brandbook-quote-text {
    font-size: 24px;
    line-height: 135%;
  }
}
@media only screen and (min-width: 1024px) {
  .brandbook-quote-text {
    max-width: 612px;
  }
}

.brandbook-fourth-fluid {
  width: 100%;
  padding: 70px 15px;
  position: relative;
}
@media only screen and (min-width: 666px) {
  .brandbook-fourth-fluid {
    padding: 70px 40px 100px;
  }
}
@media only screen and (min-width: 1024px) {
  .brandbook-fourth-fluid {
    padding: 140px 60px 170px;
  }
}

.brandbook-fourth-centered {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .brandbook-fourth-centered {
    max-width: 1055px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.brandbook-fourth-img {
  max-width: 263px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
}
.brandbook-fourth-img img {
  width: 100%;
}
@media only screen and (min-width: 666px) {
  .brandbook-fourth-img {
    max-width: 334px;
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  .brandbook-fourth-img {
    max-width: 351px;
  }
}

.brandbook-fourth-text p {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #000000;
  margin-bottom: 25px;
}
@media only screen and (min-width: 666px) {
  .brandbook-fourth-text p {
    font-size: 17px;
    line-height: 150%;
  }
}
@media only screen and (min-width: 1024px) {
  .brandbook-fourth-text {
    width: 508px;
  }
}

.brandbook-logo-fluid {
  width: 100%;
  padding: 60px 15px 70px;
  background: #e7d6c9;
  position: relative;
}
@media only screen and (min-width: 666px) {
  .brandbook-logo-fluid {
    padding: 100px 40px 150px;
  }
}
@media only screen and (min-width: 1024px) {
  .brandbook-logo-fluid {
    padding: 100px 60px 152px;
  }
}

.brandbook-logo-centered {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .brandbook-logo-centered {
    max-width: 1245px;
    margin: 0 auto;
  }
}

.brandbook-logo-title {
  font-family: "Almaz";
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 135%;
  color: #000000;
  margin-bottom: 30px;
}
@media only screen and (min-width: 666px) {
  .brandbook-logo-title {
    font-size: 35px;
    line-height: 135%;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .brandbook-logo-title {
    margin-bottom: 29px;
  }
}

.brandbook-logo-top-image {
  width: 100%;
  margin-bottom: 80px;
}
.brandbook-logo-top-image img {
  width: 100%;
}
@media only screen and (min-width: 666px) {
  .brandbook-logo-top-image {
    margin-bottom: 110px;
  }
}
@media only screen and (min-width: 1024px) {
  .brandbook-logo-top-image {
    width: 1099px;
    margin: 0 auto;
    margin-bottom: 110px;
  }
}

.brandbook-logo-info {
  margin-bottom: 30px;
}
@media only screen and (min-width: 666px) {
  .brandbook-logo-info {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
  }
}

.brandbook-logo-info-text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #000000;
}
@media only screen and (min-width: 666px) {
  .brandbook-logo-info-text {
    font-size: 24px;
    line-height: 150%;
  }
}

.brandbook-logo-version {
  border-top: 2px solid #d5bfad;
  padding-top: 30px;
}
.brandbook-logo-version ul {
  padding-left: 20px;
}
.brandbook-logo-version ul li {
  list-style: disc;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #000000;
  margin-bottom: 20px;
}
@media only screen and (min-width: 666px) {
  .brandbook-logo-version ul {
    width: 45%;
  }
  .brandbook-logo-version ul li {
    font-size: 17px;
  }
}
.brandbook-logo-version p {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #000000;
}
@media only screen and (min-width: 666px) {
  .brandbook-logo-version p {
    font-size: 17px;
  }
}
@media only screen and (min-width: 666px) {
  .brandbook-logo-version {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .brandbook-logo-version {
    display: flex;
    margin-bottom: 100px;
    align-items: center;
  }
  .brandbook-logo-version ul {
    width: 290px;
    margin-right: 143px;
  }
  .brandbook-logo-version p {
    width: 290px;
    margin-right: 143px;
  }
}

@media only screen and (min-width: 1024px) {
  .brandbook-logo-version-p-large {
    width: 364px !important;
  }
}

.brandbook-logo-version-images {
  margin-bottom: 20px;
}
@media only screen and (min-width: 666px) {
  .brandbook-logo-version-images {
    display: flex;
    position: relative;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .brandbook-logo-version-images {
    width: 700px;
    align-items: center;
    justify-content: space-between;
  }
}

.brandbook-logo-version-images-item {
  margin: 50px auto;
  width: 100%;
}
.brandbook-logo-version-images-item img {
  width: 100%;
}
.brandbook-logo-version-images-item.w230 {
  width: 230px;
}
@media only screen and (min-width: 1024px) {
  .brandbook-logo-version-images-item.w230 {
    width: 279px;
  }
}
.brandbook-logo-version-images-item.w171 {
  width: 171px;
}
@media only screen and (min-width: 1024px) {
  .brandbook-logo-version-images-item.w171 {
    width: 209px;
  }
}
.brandbook-logo-version-images-item.w95 {
  width: 95px;
}
@media only screen and (min-width: 666px) {
  .brandbook-logo-version-images-item.w95 {
    order: 3;
    width: 127px;
  }
}
@media only screen and (min-width: 1024px) {
  .brandbook-logo-version-images-item.w95 {
    order: unset;
    width: 100px;
    margin: 0 50px;
  }
}
.brandbook-logo-version-images-item.w264 {
  width: 264px;
}
@media only screen and (min-width: 666px) {
  .brandbook-logo-version-images-item.temp {
    position: absolute;
    top: 172px;
    left: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .brandbook-logo-version-images-item.temp {
    position: relative;
    top: auto;
    left: auto;
    width: 248px;
  }
}
@media only screen and (min-width: 1024px) {
  .brandbook-logo-version-images-item.temp2 {
    width: 215px;
  }
}
@media only screen and (min-width: 1024px) {
  .brandbook-logo-version-images-item {
    margin: 0;
  }
}

.brandbook-logo-desktop-download-btn {
  display: none;
}
@media only screen and (min-width: 666px) {
  .brandbook-logo-desktop-download-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 275px;
    height: 55px;
    border: 1px solid #bf252e;
    border-radius: 51px;
  }
  .brandbook-logo-desktop-download-btn span {
    font-family: "Almaz";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #bf252e;
    margin-left: 15px;
  }
}

.brandbook-logo-mob-download-btn {
  width: 100%;
  height: 55px;
  border: 1px solid #bf252e;
  border-radius: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 70px;
}
.brandbook-logo-mob-download-btn span {
  display: block;
  font-family: "Almaz";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #bf252e;
  margin-left: 15px;
}
@media only screen and (min-width: 666px) {
  .brandbook-logo-mob-download-btn {
    display: none;
  }
}

.brandbook-color-fluid {
  width: 100%;
  padding: 0 15px;
  margin: 60px 0 70px;
  position: relative;
}
@media only screen and (min-width: 666px) {
  .brandbook-color-fluid {
    padding: 0 40px;
    margin: 120px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .brandbook-color-fluid {
    padding: 0 60px;
    margin: 120px 0;
  }
}

.brandbook-color-centered {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .brandbook-color-centered {
    max-width: 1245px;
    margin: 0 auto;
  }
}

.brandbook-color-title {
  font-family: "Almaz";
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 135%;
  color: #000000;
  margin-bottom: 30px;
}
@media only screen and (min-width: 666px) {
  .brandbook-color-title {
    font-size: 35px;
    line-height: 135%;
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 666px) {
  .brandbook-color-content {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}

.brandbook-color-description {
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 150%;
  color: #000000;
  margin-bottom: 30px;
}
@media only screen and (min-width: 666px) {
  .brandbook-color-description {
    width: 47%;
  }
}

.brandbook-color-table {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
}
@media only screen and (min-width: 666px) {
  .brandbook-color-table {
    width: 47%;
  }
}
@media only screen and (min-width: 1024px) {
  .brandbook-color-table {
    width: 46%;
    grid-template-columns: repeat(4, 1fr);
  }
}

.brandbook-color-table-item {
  height: 150px;
  padding: 25px 45px 20px 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  color: #f4eae1;
}
.brandbook-color-table-item.item1 {
  background: #c40511;
}
.brandbook-color-table-item.item2 {
  background: #000000;
}
.brandbook-color-table-item.item3 {
  background: #f4e8e0;
  border: 1px solid #e7d6c9;
  color: #000000;
}
.brandbook-color-table-item.item4 {
  background: #4e7e84;
}
@media only screen and (min-width: 1024px) {
  .brandbook-color-table-item {
    height: 220px;
  }
}

.brandbook-font-fluid {
  width: 100%;
  padding: 0 15px;
  margin: 60px 0 70px;
  position: relative;
}
@media only screen and (min-width: 666px) {
  .brandbook-font-fluid {
    padding: 0 40px;
    margin: 120px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .brandbook-font-fluid {
    padding: 0 60px;
    margin: 120px 0;
  }
}

.brandbook-font-centered {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 666px) {
  .brandbook-font-centered {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1024px) {
  .brandbook-font-centered {
    max-width: 1245px;
    margin: 0 auto;
  }
}

.brandbook-font-left {
  width: 100%;
}
@media only screen and (min-width: 666px) {
  .brandbook-font-left {
    width: 48%;
  }
}
@media only screen and (min-width: 1024px) {
  .brandbook-font-left {
    width: 41%;
  }
}

.brandbook-font-title {
  font-family: "Almaz";
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 135%;
  color: #000000;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1024px) {
  .brandbook-font-title {
    margin-bottom: 50px;
  }
}

.brandbook-font-description {
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 150%;
  color: #000000;
  margin-bottom: 30px;
}

.brandbook-font-desktop-download-btn {
  display: none;
}
@media only screen and (min-width: 666px) {
  .brandbook-font-desktop-download-btn {
    width: 262px;
    height: 55px;
    border: 1px solid #bf252e;
    border-radius: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
  }
  .brandbook-font-desktop-download-btn span {
    font-family: "Almaz";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #bf252e;
    display: block;
    margin-left: 15px;
  }
}

.brandbook-font-right {
  width: 100%;
  height: 293px;
  background: #4e7e84;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brandbook-font-right img {
  width: 177px;
}
@media only screen and (min-width: 666px) {
  .brandbook-font-right {
    height: auto;
    width: 48%;
  }
}

.brandbook-font-mob-download-btn {
  width: 100%;
  height: 55px;
  border: 1px solid #bf252e;
  border-radius: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
.brandbook-font-mob-download-btn span {
  font-family: "Almaz";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #bf252e;
  display: block;
  margin-left: 15px;
}
@media only screen and (min-width: 666px) {
  .brandbook-font-mob-download-btn {
    display: none;
  }
}

.brandbook-message-fluid {
  width: 100%;
  padding: 0 15px;
  margin: 70px 0;
  position: relative;
}
@media only screen and (min-width: 666px) {
  .brandbook-message-fluid {
    padding: 0 40px;
    margin: 120px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .brandbook-message-fluid {
    padding: 0 60px;
  }
}

.brandbook-message-centered {
  width: 100%;
  max-width: 1245px;
  margin: 0 auto;
}

.brandbook-flex-content {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .brandbook-flex-content {
    display: flex;
    justify-content: space-between;
  }
}

.brandbook-message-title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 135%;
  color: #000000;
  padding-bottom: 30px;
  border-bottom: 1px solid #d5bfad;
  margin-bottom: 30px;
}
@media only screen and (min-width: 666px) {
  .brandbook-message-title {
    font-size: 24px;
    line-height: 135%;
    margin-bottom: 50px;
  }
}

.brandbook-message-description {
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 150%;
  color: #000000;
  margin-bottom: 50px;
}
@media only screen and (min-width: 1024px) {
  .brandbook-message-description {
    width: 364px;
  }
}

.brandbook-message-container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 38px;
}
@media only screen and (min-width: 666px) {
  .brandbook-message-container {
    grid-template-columns: repeat(3, 1fr);
    gap: 61px 67px;
  }
}
@media only screen and (min-width: 1024px) {
  .brandbook-message-container {
    width: 720px;
  }
}

.brandbook-message-item img {
  width: 100%;
}
.brandbook-message-item.w69 img {
  width: 69px;
}
@media only screen and (min-width: 666px) {
  .brandbook-message-item.w69 img {
    width: 88px;
  }
}
.brandbook-message-item.w115 img {
  width: 115px;
}
@media only screen and (min-width: 666px) {
  .brandbook-message-item.w115 img {
    width: 147px;
  }
}

.brandbook-recomendation-fluid {
  width: 100%;
  padding: 0 15px;
  margin: 70px 0;
  position: relative;
}
.brandbook-recomendation-fluid.patterns {
  margin-bottom: 0;
  padding-bottom: 70px;
}
@media only screen and (min-width: 666px) {
  .brandbook-recomendation-fluid.patterns {
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 666px) {
  .brandbook-recomendation-fluid {
    padding: 0 40px;
    margin: 120px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .brandbook-recomendation-fluid {
    padding: 0 60px;
  }
}

.brandbook-recomendation-centered {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .brandbook-recomendation-centered {
    max-width: 1245px;
    margin: 0 auto;
  }
}

.brandbook-recomendation-title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 135%;
  color: #000000;
  padding-bottom: 30px;
  border-bottom: 1px solid #d5bfad;
  margin-bottom: 30px;
}
@media only screen and (min-width: 666px) {
  .brandbook-recomendation-title {
    font-size: 24px;
    line-height: 135%;
    padding-bottom: 30px;
    margin-bottom: 50px;
  }
}

.brandbook-recomendation-description {
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 150%;
  color: #000000;
  margin-bottom: 50px;
}
@media only screen and (min-width: 666px) {
  .brandbook-recomendation-description {
    margin-bottom: 70px;
  }
}
@media only screen and (min-width: 1024px) {
  .brandbook-recomendation-description {
    width: 508px;
  }
}

.brandbook-recomendation-picture {
  width: 100%;
}
.brandbook-recomendation-picture img {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .brandbook-recomendation-picture {
    width: 613px;
  }
}

.brandbook-color-wrapper {
  background: #e7d6c9;
  width: 100%;
}

.brandbook-patterns-fluid {
  width: 100%;
  padding: 60px 15px 0;
  margin: 70px 0;
  position: relative;
}
@media only screen and (min-width: 666px) {
  .brandbook-patterns-fluid {
    padding: 100px 40px 0px;
  }
}
@media only screen and (min-width: 1024px) {
  .brandbook-patterns-fluid {
    padding: 100px 60px 0px;
  }
}

.brandbook-patterns-centered {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .brandbook-patterns-centered {
    max-width: 1245px;
    margin: 0 auto;
  }
}

.brandbook-patterns-title {
  font-family: "Almaz";
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 135%;
  color: #000000;
  margin-bottom: 50px;
}
@media only screen and (min-width: 666px) {
  .brandbook-patterns-title {
    margin-bottom: 70px;
    font-size: 35px;
    line-height: 135%;
  }
}

.brandbook-download-fluid {
  width: 100%;
  padding: 60px 15px 20px;
  background: #4b7a80;
  position: relative;
}
@media only screen and (min-width: 666px) {
  .brandbook-download-fluid {
    padding: 0 40px 70px;
    background: #e7d6c9;
  }
}

.brandbook-download-centered {
  width: 100%;
}
@media only screen and (min-width: 666px) {
  .brandbook-download-centered {
    padding: 70px 60px 20px;
    background: #4b7a80;
  }
}
@media only screen and (min-width: 1024px) {
  .brandbook-download-centered {
    max-width: 1245px;
    margin: 0 auto;
    padding: 87px 128px 65px 69px;
    display: flex;
  }
}

.brandbook-download-item {
  width: 100%;
  margin-bottom: 50px;
}
@media only screen and (min-width: 1024px) {
  .brandbook-download-item {
    width: 485px;
    margin-bottom: 0;
  }
  .brandbook-download-item:first-child {
    margin-right: 89px;
  }
}

.brandbook-download-item-text {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #f3e9e1;
  margin-bottom: 30px;
}
@media only screen and (min-width: 666px) {
  .brandbook-download-item-text {
    font-size: 17px;
    line-height: 150%;
    margin-bottom: 40px;
  }
}

.brandbook-download-item-btn {
  width: 100%;
  height: 55px;
  border: 1px solid #e7d6c9;
  border-radius: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brandbook-download-item-btn span {
  display: block;
  font-family: "Almaz";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #e7d6c9;
  margin-left: 15px;
}
@media only screen and (min-width: 666px) {
  .brandbook-download-item-btn {
    width: 168px;
    height: 55px;
  }
}

.dialog-page {
  width: 100%;
  background: #f4e8e0;
}

.main-dialog {
  width: 100%;
}

.dialog-header__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 55px;
  height: 830px;
  background-position: top 32px right 0px;
  background-image: url("../images/dialogs/img-375.png");
  background-repeat: no-repeat;
}
@media only screen and (min-width: 666px) {
  .dialog-header__wrapper {
    height: 1040px;
    padding-left: 40px;
    padding-right: 40px;
    background-position: top 75px right 88px;
    background-image: url("../images/dialogs/img-768.png");
  }
}
@media only screen and (min-width: 1024px) {
  .dialog-header__wrapper {
    height: 780px;
    margin-bottom: 0;
    justify-content: center;
    background-position: top 98px right;
    background-image: url("../images/dialogs/img-1024.png");
  }
}
@media (min-width: 1366px) {
  .dialog-header__wrapper {
    padding-left: 60px;
    padding-right: 60px;
    background-position: top 22px right 32px;
    background-image: url("../images/dialogs/img-1366.png");
  }
}
@media (min-width: 1920px) {
  .dialog-header__wrapper {
    padding-left: 180px;
    padding-right: 180px;
    height: 1100px;
    background-position: top 65px right 86px;
    background-image: url("../images/dialogs/img-1920.png");
  }
}

@media (min-width: 1920px) {
  .conatiner {
    width: 100%;
    max-width: 1560px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1024px) {
  .dialog-hero {
    width: 40%;
  }
}
@media (min-width: 1920px) {
  .dialog-hero {
    width: 35%;
  }
}

.dialog-hero__title {
  font-family: "Almaz";
  font-style: normal;
  font-weight: 500;
  padding-left: 0.5px;
  font-size: 30px;
  line-height: 135%;
  margin-bottom: 30px;
}
@media only screen and (min-width: 666px) {
  .dialog-hero__title {
    font-size: 50px;
  }
}
@media (min-width: 1920px) {
  .dialog-hero__title {
    font-size: 65px;
  }
}

.dialog-header__text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 30px;
}
@media only screen and (min-width: 666px) {
  .dialog-header__text {
    font-size: 18px;
    width: 613px;
  }
}
@media (min-width: 1024px) {
  .dialog-header__text {
    width: 505px;
  }
}
@media (min-width: 1336px) {
  .dialog-header__text {
    width: 613px;
  }
}
@media (min-width: 1920px) {
  .dialog-header__text {
    font-size: 20px;
    width: 711px;
  }
}

.dialog-header__name {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
}
@media only screen and (min-width: 666px) {
  .dialog-header__name {
    font-size: 25px;
  }
}
@media (min-width: 1920px) {
  .dialog-header__name {
    font-size: 30px;
  }
}

.dialog-content {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 70px;
  position: relative;
}
@media only screen and (min-width: 666px) {
  .dialog-content {
    padding: 0 40px;
    margin-bottom: 100px;
  }
}
@media (min-width: 1366px) {
  .dialog-content {
    padding: 0 60px;
  }
}
@media (min-width: 1920px) {
  .dialog-content {
    padding: 0 180px;
  }
}

.dialog-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.dialog-item {
  width: 100%;
  padding: 30px 20px;
  background: #fff6ef;
  box-shadow: 0px 4px 20px #dfccbe;
  border-radius: 20px;
}
@media only screen and (min-width: 666px) {
  .dialog-item {
    padding: 50px 40px;
  }
}
@media (min-width: 1920px) {
  .dialog-item {
    padding: 60px;
  }
}

.dialog-item__title {
  font-family: "Almaz";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 135%;
  margin-bottom: 20px;
}
@media only screen and (min-width: 666px) {
  .dialog-item__title {
    font-size: 25px;
  }
}
@media (min-width: 1920px) {
  .dialog-item__title {
    font-size: 30px;
  }
}

.dialog-item__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.dialog-item__wrapper-text {
  font-family: "Almaz";
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 135%;
  color: #000000;
}
@media only screen and (min-width: 666px) {
  .dialog-item__wrapper-text {
    font-size: 35px;
  }
}
@media only screen and (min-width: 1024px) {
  .dialog-item__wrapper-text {
    font-size: 40px;
  }
}
@media (min-width: 1366px) {
  .dialog-item__wrapper-text {
    font-size: 50px;
  }
}
@media (min-width: 1920px) {
  .dialog-item__wrapper-text {
    font-size: 60px;
  }
}

.dialog-item__wrapper-icon {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.dialog-item__wrapper-icon a {
  display: block;
}
.dialog-item__wrapper-icon a img {
  width: 70px;
  height: 70px;
}
@media only screen and (min-width: 666px) {
  .dialog-item__wrapper-icon a img {
    width: 95px;
    height: 95px;
  }
}
@media only screen and (min-width: 1024px) {
  .dialog-item__wrapper-icon a img {
    width: 120px;
    height: 120px;
  }
}
@media (min-width: 1920px) {
  .dialog-item__wrapper-icon a img {
    width: 150px;
    height: 150px;
  }
}

.dialog-item__sub-title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  color: #bf252e;
  margin-bottom: 10px;
}
@media (min-width: 1920px) {
  .dialog-item__sub-title {
    font-size: 16px;
  }
}

.dialog-item__list {
  margin-bottom: 20px;
}

.dialog-item__list-item {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #000000;
}
@media only screen and (min-width: 666px) {
  .dialog-item__list-item {
    font-size: 18px;
  }
}
@media (min-width: 1920px) {
  .dialog-item__list-item {
    font-size: 20px;
  }
}

@media only screen and (min-width: 666px) {
  .dialog-item__wrapper-container {
    display: flex;
  }
}

@media only screen and (min-width: 666px) {
  .dialog-item__wrapper-block {
    width: 332px;
  }
}
/*# sourceMappingURL=main.css.map */
