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

@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 900;
  src: local("Mulish"), url(../../assets/fonts/Mulish/Mulish-Black.ttf) format("truetype");
}
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  src: local("Mulish"), url(../../assets/fonts/Mulish/Mulish-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  src: local("Mulish"), url(../../assets/fonts/Mulish/Mulish-ExtraBold.ttf) format("truetype");
}
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 200;
  src: local("Mulish"), url(../../assets/fonts/Mulish/Mulish-ExtraLight.ttf) format("truetype");
}
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 300;
  src: local("Mulish"), url(../../assets/fonts/Mulish/Mulish-Light.ttf) format("truetype");
}
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 500;
  src: local("Mulish"), url(../../assets/fonts/Mulish/Mulish-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  src: local("Mulish"), url(../../assets/fonts/Mulish/Mulish-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 600;
  src: local("Mulish"), url(../../assets/fonts/Mulish/Mulish-SemiBold.ttf) format("truetype");
}
* {
  transition: all 0.2s ease-in;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-family: "Mulish", sans-serif;
}

.wrapper {
  width: 95%;
  margin: 0 auto;
  display: flex;
}

.button {
  padding: 20px;
  background: #161616;
  border-radius: 40px;
  border: 0;
  font-weight: 700;
  font-size: 12px;
  line-height: 170%;
  text-align: center;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
}
.button #arrow-for-desktop,
.button #arrow-for-mobile {
  transition: none;
  fill: #ffffff;
}
.button #arrow-for-desktop {
  display: none;
}
.button #arrow-for-mobile {
  width: 20px;
  height: 10px;
}
.button:hover {
  background: #f7d770;
  outline: 1px solid #161616;
  color: #161616;
}
.button:hover #arrow-for-desktop,
.button:hover #arrow-for-mobile {
  transition: none;
  fill: #161616;
}
@media only screen and (min-width: 1200px) {
  .button #arrow-for-desktop {
    display: inline-block;
  }
  .button #arrow-for-mobile {
    display: none;
  }
}

.s-delim {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .s-delim {
    display: block;
    border: 1px solid #161616;
  }
}

.viber, .telegram, .whatsapp {
  fill: #000;
}

.viber:hover {
  fill: #7969E8;
  transform: scale(1.1);
}

.telegram:hover {
  fill: #4FA4DE;
  transform: scale(1.1);
}

.whatsapp:hover {
  fill: #73DB6C;
  transform: scale(1.1);
}

.header {
  border-bottom: 1px solid #161616;
  padding: 15px 0;
}
.header .wrapper {
  justify-content: space-between;
}
.header .burger {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.header__nav, .header__contact, .header-social, .header .mobile__nav {
  display: none;
}
.header .logo {
  display: flex;
  flex-direction: row;
  gap: 10px;
  text-decoration: none;
}
.header .logo-name {
  display: flex;
  flex-direction: column;
}
.header .logo-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #161616;
}
.header .logo-subtitle {
  font-weight: 500;
  font-size: 8px;
  line-height: 130%;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #161616;
}
.header .burger__btn {
  display: inline-block;
  width: 30px;
  cursor: pointer;
}
.header .burger__btn span {
  display: block;
  width: 100%;
  height: 4px;
  background-color: black;
  margin-bottom: 5px;
  transition: transform 0.3s ease-in-out;
}
.header #header__burger:checked ~ .burger__btn span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}
.header #header__burger:checked ~ .burger__btn span:nth-child(2) {
  opacity: 0;
}
.header #header__burger:checked ~ .burger__btn span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}
.header .header__burger {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .header__nav, .header__contact {
    display: block;
  }
  .header__burger,
  .header .burger__btn {
    display: none;
  }
  .header .wrapper {
    width: 1200px;
    align-items: center;
  }
  .header .burger {
    width: unset;
  }
  .header__nav {
    display: flex;
    align-items: center;
  }
  .header__nav-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
  }
  .header__nav-item:not(:last-child):after {
    content: "|";
    margin-left: 30px;
    display: inline-block;
  }
  .header__nav-link {
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    color: #161616;
    text-decoration: none;
    position: relative;
  }
  .header__nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    background-color: #f7d770;
    transition: width 0.3s ease-in-out;
  }
  .header__nav-link:hover::after {
    width: 100%;
  }
  .header__contact {
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #161616;
    text-decoration: none;
  }
}

.about {
  padding: 30px 0;
}
.about .wrapper {
  flex-direction: column;
}
.about-title {
  width: 75%;
  font-weight: 800;
  font-size: 32px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: #161616;
}
.about-title--light {
  font-weight: 300;
}
.about-subtitle {
  width: 85%;
  margin: 20px 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
  color: #161616;
}
.about .button {
  border-radius: 90px;
  width: 100%;
}
.about .about__partners-icon:last-child {
  display: none;
}
.about .about__partners .delim,
.about .about__partners .about__partners-title {
  display: none;
}
.about .about__partners-wrap {
  margin: 40px 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media only screen and (min-width: 1200px) {
  .about {
    margin-left: calc((100vw - 1200px) / 2);
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
  .about-title {
    width: 85%;
    font-size: 51px;
    margin-top: 80px;
  }
  .about-subtitle {
    width: 70%;
    font-size: 20px;
    line-height: 170%;
  }
  .about .button {
    width: 513px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .about .about__partners {
    width: 85%;
  }
  .about .about__partners .delim,
  .about .about__partners .about__partners-title {
    display: block;
  }
  .about .about__partners .delim {
    border: 1px solid #161616;
    width: 100%;
    margin: 150px 0 30px;
  }
  .about .about__partners .about__partners-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 170%;
    text-align: center;
    letter-spacing: -0.03em;
    color: #161616;
  }
  .about .about__partners .about__partners-wrap .about__partners-icon:last-child {
    display: block;
  }
}

.lamp {
  position: relative;
  border-bottom: 1px solid #161616;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.lamp-background {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  height: 80%;
  width: 100%;
  background: #c7d0d6;
  border-top: 1px solid #161616;
}
.lamp-img {
  z-index: 2;
  max-width: 80%;
  padding-top: 15px;
}
.lamp-star {
  position: absolute;
  left: 20px;
  bottom: 65px;
}
@media only screen and (min-width: 1200px) {
  .lamp {
    display: flex;
    justify-content: flex-end;
  }
  .lamp-background {
    border: 0;
    z-index: -1;
    width: 510px;
    height: 400px;
    border-bottom: 1px solid #161616;
  }
  .lamp-img {
    z-index: 2;
    max-width: 61%;
    right: 0;
    top: 65px;
  }
}

.marked-item {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  margin: 15 auto;
  width: 100%;
}
.marked-item-wrap {
  padding: 35px 0;
  border-bottom: 1px solid #161616;
}
.marked-item-text {
  font-weight: 600;
  font-size: 12px;
  line-height: 130%;
  text-align: center;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #ffffff;
  background: #161616;
  border-radius: 40px;
  padding: 13px;
  position: absolute;
  width: calc(100vw - 70px);
  z-index: 2;
  box-sizing: border-box;
}
.marked-item-marker {
  position: absolute;
  left: 0;
}
@media only screen and (min-width: 1200px) {
  .marked-list, .marked-item-wrap {
    width: 510px;
    align-self: flex-end;
  }
  .marked-wrap {
    border-left: 1px solid #161616;
  }
  .marked-item-text {
    width: calc(100% - 25px);
  }
  .marked-item-wrap:last-child {
    border-bottom: 0;
  }
}

.policies .wrapper {
  flex-direction: column;
  margin-top: 80px;
}
.policies-title {
  font-weight: 800;
  font-size: 26px;
  line-height: 150%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #161616;
}
.policies-subtitle {
  font-weight: 600;
  font-size: 16px;
  line-height: 170%;
  color: #161616;
  margin: 10px 0 20px;
}
.policies-item {
  border-top: 1px solid #161616;
  border-bottom: 1px solid #161616;
  color: #161616;
  padding: 30px 20px;
}
.policies-item__title {
  font-weight: 800;
  font-size: 16px;
  line-height: 170%;
  text-align: center;
  text-transform: uppercase;
  color: #161616;
}
.policies-item__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
  text-align: center;
  color: #161616;
}
.policies-item:nth-child(2n-1) {
  background: #ffffff;
}
.policies-item:nth-child(2n) {
  background: #f7d770;
}
.policies-item:nth-child(4n) {
  background: #161616;
}
.policies-item:nth-child(4n) .policies-item__text,
.policies-item:nth-child(4n) .policies-item__title {
  color: #ffffff;
}
@media only screen and (min-width: 1200px) {
  .policies {
    display: flex;
    flex-direction: row;
    margin-left: calc((100vw - 1200px) / 2);
  }
  .policies-title, .policies-subtitle {
    width: 320px;
  }
  .policies .wrapper {
    margin-top: 120px;
  }
  .policies-list {
    margin: 120px 0;
    display: grid;
    grid-template-columns: 400px 500px;
    grid-template-rows: repeat(2, 380px);
  }
  .policies-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #161616;
    border-right: 0;
  }
  .policies-item:first-child {
    background: #f7d770;
  }
  .policies-item:nth-child(2) {
    background: #fff;
  }
  .policies-item__title, .policies-item__text {
    width: 315px;
    text-align: center;
  }
  .policies-item__title {
    font-size: 17px;
  }
}

.start {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow-y: hidden;
  margin-bottom: 80px;
}
.start .lamp-wrap {
  display: flex;
  flex-direction: column;
}
.start-lamp {
  position: absolute;
  top: -40px;
  align-self: center;
  max-height: 40%;
}
.start-star {
  align-self: flex-end;
  margin: 32px 25px 32px 0;
}
.start-lamp-background {
  border-top: 1px solid #161616;
  background: linear-gradient(to bottom, rgba(199, 208, 214, 0.4) 14%, rgba(199, 208, 214, 0.7) 14% 28%, rgba(199, 208, 214, 0.9) 28% 42%, rgb(199, 208, 214) 42% 58%, rgba(199, 208, 214, 0.9) 58% 72%, rgba(199, 208, 214, 0.7) 72% 86%, rgba(199, 208, 214, 0.4) 86% 100%);
  height: 400px;
}
.start-title {
  font-weight: 800;
  font-size: 26px;
  line-height: 150%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #161616;
}
.start .start-wrapper {
  width: 95%;
  margin: 35px auto 15px;
}
.start .delim {
  border-top: 1px solid #161616;
}
.start-step {
  margin: 15px;
}
.start-step .marked-item {
  width: 100%;
  margin: 0 0 35px 0;
}
.start-lamp--desktop {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .start {
    margin-bottom: 0;
    margin-right: calc((100vw - 1200px) / 2);
    flex-direction: row;
  }
  .start .lamp-wrap {
    width: 100%;
    border-right: 1px solid #161616;
    display: flex;
    flex-direction: column;
  }
  .start .content-wrap {
    margin-top: 120px;
    padding-left: 100px;
    margin-bottom: 120px;
  }
  .start .delim:last-child {
    display: none;
  }
  .start-lamp-background {
    background: none;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
  }
  .start-lamp-background--white {
    background: #FFFFFF;
    height: 22%;
    border-bottom: 1px solid #161616;
  }
  .start-lamp-background--gradient {
    background: linear-gradient(to bottom, #E9ECEF 14%, rgba(199, 208, 214, 0.7) 14% 28%, rgba(199, 208, 214, 0.9) 28% 42%, rgb(199, 208, 214) 42% 58%, rgba(199, 208, 214, 0.9) 58% 72%, rgba(199, 208, 214, 0.7) 72% 86%, #E9ECEF 86% 100%);
    height: 78%;
  }
  .start-lamp {
    display: none;
  }
  .start-lamp--desktop {
    display: block;
    position: absolute;
    top: 0;
    height: 90%;
    align-self: center;
  }
  .start-star {
    margin: 120px 40px 40px;
  }
  .start .start-wrapper.start-title {
    margin: 0 0 40px 0;
    width: 100%;
  }
}

.list {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
}
.list-title {
  font-weight: 800;
  font-size: 26px;
  line-height: 150%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #161616;
  margin-bottom: 20px;
}
.list-item {
  border-top: 1px solid #161616;
  padding: 20px 0;
}
.list-item-text, .list-item-title {
  font-weight: 700;
  font-size: 15px;
  line-height: 150%;
  color: #161616;
}
.list-item-title {
  font-weight: 800;
}
.list-item .wrapper {
  text-decoration: none;
  gap: 15px;
}
.list-item:last-of-type {
  border-bottom: 1px solid #161616;
}
.list-more-btn {
  margin: 20px auto 0;
  align-self: center;
  border-radius: 50%;
  cursor: pointer;
}
.list-more-btn:hover {
  background: #f7d770;
}
@media only screen and (min-width: 1200px) {
  .list-item {
    min-width: 400px;
  }
}

.list-additional {
  display: none;
}

.information .wrapper {
  flex-direction: column;
}
.information-title {
  font-weight: 800;
  font-size: 26px;
  line-height: 150%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #161616;
  margin-bottom: 20px;
}
.information__content {
  border-top: 1px solid #161616;
  border-bottom: 1px solid #161616;
}
.information__content-btn-wrap {
  margin-top: 15px;
  position: relative;
  height: 60px;
}
.information__content-btn-wrap .information__content-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background: #161616;
  border-radius: 40px;
  font-weight: 600;
  font-size: 12px;
  line-height: 130%;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #ffffff;
  border: 0;
  width: calc(100vw - 55px);
  height: 42px;
  z-index: 2;
}
.information__content-btn-wrap-icon {
  position: absolute;
  right: 0;
  border-radius: 50%;
  z-index: 0;
  cursor: pointer;
}
.information__content-btn-wrap-icon:hover {
  background: #f7d770;
}
.information__content-text {
  margin: 0 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
  color: #161616;
  display: none;
}
.information__content-text--bolder {
  font-weight: 800;
}
.information__content--opened {
  border: 0;
}
.information__content--opened .information__content-btn-wrap-icon {
  transform: scale(1, -1);
}
@media only screen and (min-width: 1200px) {
  .information {
    width: 640px;
  }
  .information .information__content-btn {
    width: calc(100% - 30px);
  }
  .information .information__content:last-child {
    border-bottom: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .inform-wrap {
    margin: 120px calc((100vw - 1200px) / 2);
    display: flex;
    gap: 100px;
    justify-content: space-between;
  }
  .list-wrap {
    width: 400px;
  }
}
.information__content--opened .information__content-text {
  display: block;
}

.list--opened .list-additional {
  display: block;
}
.list--opened .list-additional .list-item:first-child {
  border-top: 0;
}
.list--opened .list-more-btn {
  transform: scale(1, -1);
}

.map {
  overflow-x: hidden;
}
.map-background {
  border-width: 1px 0;
  border-style: solid;
  border-color: #161616;
  background: #c7d0d6;
}
.map-img {
  z-index: 10;
  margin: 15px 0;
  width: 90vw;
  box-sizing: border-box;
}
@media only screen and (min-width: 1200px) {
  .map {
    position: relative;
    overflow: visible;
  }
  .map-background {
    border: 0;
    background: #c7d0d6;
    width: 35vw;
    height: 100%;
  }
  .map-img {
    position: absolute;
    width: 130%;
    right: 100px;
    left: unset;
    top: 25%;
    bottom: 25%;
    z-index: 10;
  }
}

.collab .wrapper {
  flex-direction: column;
}
.collab-title {
  font-weight: 800;
  font-size: 26px;
  line-height: 150%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #161616;
  margin: 20px 0 10px;
  width: 80%;
}
.collab-subtitle {
  font-weight: 600;
  font-size: 16px;
  line-height: 170%;
  color: #161616;
  width: 80%;
}
.collab__form-item, .collab__form-select {
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: rgba(22, 22, 22, 0.7019607843);
  background-color: transparent;
}
.collab__form-btns {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0 10px;
}
.collab__form-btns .button {
  width: 48%;
}
.collab__form-warning {
  width: 70%;
  margin: 0 auto;
  font-weight: 400;
  font-size: 11px;
  line-height: 150%;
  text-align: center;
  color: #161616;
}
.collab__form-warning a {
  color: #161616;
}
@media only screen and (min-width: 1200px) {
  .collab {
    margin-left: calc((100vw - 1200px) / 2);
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .collab .wrapper {
    margin: 120px 0;
    width: 30%;
  }
  .collab__form-warning {
    width: 100%;
  }
  .collab__form-item {
    margin-bottom: 20px;
  }
}

.g-map {
  width: 100%;
  height: 511px;
}
@media only screen and (min-width: 1200px) {
  .g-map {
    width: 75vw;
    height: unset;
  }
}

.g-map * {
  transition: none;
}

.contacts {
  margin: 80px 0 110px;
  border-top: 1px solid #161616;
}
.contacts__content {
  display: flex;
  flex-direction: column;
}
.contacts__content-title {
  font-weight: 800;
  font-size: 26px;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #161616;
  margin: 20px 0;
}
.contacts__content-item {
  border-top: 1px solid #161616;
}
.contacts__content-item .wrapper {
  gap: 20px;
  padding: 25px 0;
  align-items: center;
}
.contacts__content-item-text {
  font-weight: 700;
  font-size: 15px;
  line-height: 150%;
  color: #161616;
  text-decoration: none;
  cursor: pointer;
}
.contacts__content-item:last-child {
  border-bottom: 1px solid #161616;
}
.contacts__content-social {
  padding: 30px 0;
}
.contacts__content-social .wrapper {
  justify-content: space-evenly;
}
.contacts__schedule-title {
  font-weight: 800;
  font-size: 26px;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #161616;
  margin-bottom: 20px;
}
.contacts__schedule-item {
  border-top: 1px solid #161616;
}
.contacts__schedule-item .wrapper {
  gap: 20px;
  padding: 25px 0;
  align-items: center;
}
.contacts__schedule-item-text {
  font-weight: 700;
  font-size: 15px;
  line-height: 150%;
  color: #161616;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (min-width: 1200px) {
  .contacts {
    margin-right: calc((100vw - 1200px) / 2);
    border-top: 0;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
    gap: 20px;
  }
  .contacts-wrap {
    margin: 120px 0;
  }
  .contacts .contacts__content-social .wrapper {
    justify-content: flex-start;
    gap: 60px;
  }
}

.footer {
  background: #161616;
  padding: 40px 0 50px;
}
.footer .wrapper {
  flex-direction: column;
  align-items: center;
}
.footer .logo {
  display: flex;
  flex-direction: row;
  gap: 10px;
  text-decoration: none;
}
.footer .logo-title, .footer .logo-subtitle {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 5px;
}
.footer .logo-subtitle {
  font-weight: 500;
  font-size: 9px;
  letter-spacing: 0.14em;
}
.footer__nav-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin-top: 40px;
}
.footer__nav-link {
  text-align: center;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
}
@media only screen and (min-width: 1200px) {
  .footer {
    padding: 40px 0 50px;
  }
  .footer .wrapper {
    flex-direction: row;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
  }
  .footer__nav-list {
    flex-direction: row;
    align-items: center;
    margin-top: 0;
  }
  .footer__nav-link {
    position: relative;
  }
  .footer__nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    background-color: #f7d770;
    transition: width 0.3s ease-in-out;
  }
  .footer__nav-link:hover::after {
    width: 100%;
  }
}

.menu-open {
  transition: all 0s ease-in-out;
  overflow: hidden;
}
.menu-open .header {
  height: 100vh;
  width: 100vw;
}
.menu-open .wrapper {
  flex-direction: column;
  justify-content: flex-start;
  height: 100vh;
}
.menu-open .mobile__nav,
.menu-open .header__contact--mobile,
.menu-open .header-social {
  display: block;
}
.menu-open .burger {
  padding-bottom: 15px;
  border-bottom: 1px solid #161616;
}
.menu-open .mobile__nav,
.menu-open .header__contact--mobile,
.menu-open .mobile__nav-list,
.menu-open .mobile__nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.menu-open .mobile__nav {
  justify-content: space-between;
  height: 100%;
}
.menu-open .mobile__nav-list {
  width: 100%;
}
.menu-open .mobile__nav-link {
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  text-transform: uppercase;
  color: #161616;
  text-decoration: none;
}
.menu-open .mobile__nav-item {
  padding: 20px 0;
  width: 95%;
  border-bottom: 1px solid #161616;
}
.menu-open .mobile__nav-item:last-child {
  border: 0;
}
.menu-open .header-social .wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 45px;
}
.menu-open .header__contact--mobile {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #161616;
  text-decoration: none;
}
.menu-open .header-social .wrapper {
  margin: 45px 0;
  height: unset;
}/*# sourceMappingURL=index.css.map */