:root {
  --columns: 4;
  --step: 1;
  --form-border: rgba(190, 187, 201, 0.5);
  --box-border: #e8e8e8;
  --bg-color: #f5f5f5;
  --color-white: #FFFFFF;
  --color-primary: #00409C;
  --color-black: #2E2F37;
  --color-gray: #9C9AA5;
  --border-radius: 20px;
  --grid-maxWidth: 205rem;
  --grid-gutter: 4rem;
  --header: 7.5rem;
  --micro: 1.2rem;
  --small: 1.4rem;
  --normal: 2rem;
  --big: 1.8rem;
  --font-size-large: calc(100vw / 2620 * 10);
  --font-size-medium: calc(100vw / 2620 * 12);
  --font-size-small: calc(100vw / 2620 * 14);
  --font-size-1440: calc(100vw / 1024 * 6);
  --font-size-600: calc(100vw / 1024 * 12);
}
@media screen and (max-width: 900px) {
  :root {
    --header: 7rem;
    --micro: 2rem;
    --small: 2.2rem;
    --normal: 2.4rem;
    --big: 2.6rem;
  }
}
html {
  box-sizing: border-box;
  line-height: 1.15;
  font-size: clamp(40%, 1vw, 70%);
}
@media screen and (max-width: 2220px), screen and (max-width: 1800px) {
  html {
    font-size: var(--font-size-medium);
  }
  .header:after {
    right: 110rem !important;
  }
}
@media screen and (max-width: 900px) {
  html {
    font-size: var(--font-size-1440);
  }
  .header:after {
    right: 88rem !important;
  }
}
@media screen and (max-width: 600px) {
  html {
    font-size: var(--font-size-600);
  }
  .header:after {
    right: 63rem !important;
    top: 90vh !important;
  }
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  background: var(--bg-color);
  height: 100%;
  line-height: 1.2;
  font-size: var(--normal);
  margin: 0;
  padding: 0;
  font-family: 'TT Commons Pro Trl';
  font-weight: 300;
  letter-spacing: 0.02em;
  color: var(--color-black);
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0.35em 0 0.7em 0;
  font-weight: 500;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-size: calc(1.75em - 2 * var(--step));
  /* 17.5px */
  line-height: calc(1.1 + 0.05 * var(--step));
}
a {
  color: var(--color-primary);
  text-decoration: none;
  outline: 0;
}
a:hover:not(.button):not(.no-opacity) {
  opacity: 0.75;
}
button {
  font-weight: 500;
}
p {
  margin-top: 0;
}
blockquote {
  background-color: var(--bg-secondary-color);
  padding: 1.5em 2em;
  border-left: 0.3em solid var(--color-lightGrey);
  /* 3px */
}
dl dt {
  font-weight: bold;
}
hr {
  border: none;
  background-color: var(--color-lightGrey);
  height: 0.1em;
  /* 1px */
  margin: 1em 0;
}
table {
  width: 100%;
  border: none;
  text-align: left;
}
table.striped tr:nth-of-type(2n) {
  background-color: var(--bg-secondary-color);
}
td,
th {
  vertical-align: middle;
  padding: 1.2em 0.4em;
}
thead {
  border-bottom: 0.2em solid var(--color-lightGrey);
  /* 2px */
}
tfoot {
  border-top: 0.2em solid var(--color-lightGrey);
  /* 2px */
}
b,
strong {
  font-weight: 700;
}
code,
kbd,
pre,
samp,
tt {
  font-family: var(--font-family-mono);
  background-color: var(--bg-secondary-color);
  border-radius: var(--border-radius);
}
code,
kbd {
  font-size: 0.9em;
  /* 9px */
  white-space: pre-wrap;
  padding: 0.2em 0.4em;
  color: var(--color-error);
}
pre {
  background-color: var(--bg-secondary-color);
  font-size: 1em;
  /* 10px */
  padding: 1em;
  overflow-x: auto;
}
pre code {
  background: none;
  padding: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline dotted;
}
img {
  max-width: 100%;
}
fieldset {
  border: 0.1em solid var(--color-lightGrey);
  /* 1px */
  padding: 0.5em 2em;
}
legend {
  text-transform: uppercase;
  font-size: 0.8em;
  /* 8px */
  letter-spacing: 0.1em;
}
input:not([type="checkbox"]):not([type="radio"]),
select,
textarea,
textarea[type="text"] {
  padding: 1.8em;
  border-radius: 10px;
  transition: all 0.2s ease;
  display: block;
  width: 100%;
  background: #F5F5F5;
  border: 0;
  font-size: var(--normal);
}
input:not(:disabled):hover,
select:hover,
textarea:hover {
  border-color: var(--color-grey);
}
input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: var(--color-primary);
}
input.error,
textarea.error {
  border-color: var(--color-error);
}
input.success,
textarea.success {
  border-color: var(--color-success);
}
select {
  background: var(--bg-color) no-repeat 100% !important;
}
select:disabled {
  opacity: 0.5;
}
[type="checkbox"],
[type="radio"] {
  width: 1rem;
  /* 16px */
  height: 1rem;
  /* 16px */
}
.button,
[type="button"],
[type="reset"],
[type="submit"],
button {
  padding: 2rem 7rem;
  color: var(--color-white);
  background: var(--color-primary);
  border-radius: 20px;
  border: 0;
  font-size: 2.6rem;
  text-transform: uppercase;
  line-height: 1;
  display: inline-block;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.1s ease;
  outline: none;
  font-family: 'TT Commons Pro Trl Md';
  letter-spacing: 0.02em;
}
@media screen and (max-width: 900px) {
  .button,
  [type="button"],
  [type="reset"],
  [type="submit"],
  button {
    font-size: 3.2rem;
    padding: 2.8rem 4.5rem;
  }
}
.button:hover,
button:hover {
  opacity: 0.8;
}
.button:active,
button:active {
  transform: scale(0.98);
}
input:disabled,
button:disabled,
input:disabled:hover,
button:disabled:hover {
  opacity: 0.4;
  cursor: not-allowed;
  background: var(--color-grey) !important;
  color: var(--color-white);
}
.button.primary,
[type="submit"] {
  z-index: 1;
  color: var(--color-white);
  background: var(--color-primary);
  border-radius: var(--border-radius);
}
::placeholder {
  color: var(--color-placeholder);
}
.main__container {
  width: 100%;
  max-width: var(--grid-maxWidth);
  padding: 18px calc(var(--grid-gutter) * 1);
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .main__container {
    padding: 18px calc(var(--grid-gutter) * 1);
  }
}
.header {
  height: 90rem;
  background: var(--color-black);
  margin-bottom: var(--grid-gutter);
  position: relative;
  overflow: hidden;
  width: 100%;
  background-image: url(/img/header.jpg);
  background-size: cover;
  background-position: center bottom;
}
@media screen and (max-width: 900px) {
  .header {
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  .header {
    height: auto;
    background-image: url(/img/header_mobile.jpg);
  }
}
.header__container {
  width: 100%;
  height: 100%;
  max-width: var(--grid-maxWidth);
  margin: 0 auto;
  padding: 18px calc(var(--grid-gutter) * 1);
}
@media screen and (max-width: 900px) {
  .header__container {
    height: 100%;
  }
}
.header__ribbon {
  height: 35rem;
  justify-content: end;
  display: flex;
  position: absolute;
  right: 0;
  top: 20rem;
}
@media screen and (max-width: 900px) {
  .header__ribbon {
    top: 60rem;
    height: 30rem;
  }
}
.header__ribbonText {
  position: absolute;
  color: var(--color-white);
  font-size: 6.5rem;
  top: 8rem;
  right: 11rem;
}
@media screen and (max-width: 900px) {
  .header__ribbonText {
    font-size: 5rem;
    right: 12rem;
    top: 8rem;
    left: unset;
  }
}
.header__ribbonText b {
  font-family: 'TT Commons Pro Trl Cnd';
  text-transform: uppercase;
}
.header__logo {
  margin-bottom: 10rem;
}
@media screen and (max-width: 900px) {
  .header__logo {
    position: absolute;
    top: 5rem;
    left: 4rem;
  }
}
.header__logo img {
  max-width: 30rem;
}
.header__citybay {
  display: flex;
  gap: calc(var(--grid-gutter) * 2);
  font-family: 'TT Commons Pro Trl Cnd';
  text-transform: uppercase;
}
.header__citybay img {
  max-width: 30rem;
  width: 20rem;
}
.header__slider {
  height: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 2;
}
@media screen and (max-width: 900px) {
  .header__slider {
    flex-direction: column;
    height: 100%;
    margin-top: 5rem;
  }
}
.header__sliderL {
  flex: 0.7;
  display: flex;
  flex-direction: column;
  padding-bottom: 5rem;
  margin-top: 6rem;
}
@media screen and (max-width: 900px) {
  .header__sliderL {
    flex: 1;
    display: flex;
    order: 1;
  }
}
.header__sliderR {
  flex: 0.3;
  display: flex;
  flex-direction: column;
  align-items: end;
  margin-top: 5rem;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .header__sliderR {
    flex: 1;
    display: flex;
    order: 3;
    margin-top: 0;
  }
}
.header__sliderRPhone {
  color: var(--color-white);
  font-size: 5rem;
  font-family: 'TT Commons Pro Trl Db';
}
.header__sliderRPhone a {
  color: var(--color-white) !important;
}
@media screen and (max-width: 900px) {
  .header__sliderRPhone {
    position: absolute;
    top: 5rem;
    right: 4rem;
    font-size: 4rem;
  }
}
.header__sliderHeader {
  font-size: 5.4rem;
  color: var(--color-white);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 900px) {
  .header__sliderHeader {
    margin-top: 4rem;
  }
}
.header__sliderHint {
  font-size: 2rem;
  font-weight: 400;
}
.header__sliderButton {
  margin-top: calc(var(--grid-gutter) * 2);
}
@media screen and (max-width: 900px) {
  .header__sliderButton {
    margin-top: calc(var(--grid-gutter) * 10);
  }
}
.header__sliderButton button {
  background: #FF579E;
}
@media screen and (max-width: 900px) {
  .header__sliderButton button {
    width: 100%;
  }
}
.header__sliderTimer {
  margin-bottom: 5rem;
  display: flex;
  align-items: center;
  font-size: 2rem;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.79);
  border-radius: var(--border-radius);
  color: var(--color-black);
  padding: calc(var(--grid-gutter) / 1.5);
}
@media screen and (max-width: 900px) {
  .header__sliderTimer {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.header__sliderTimer h4 {
  text-transform: uppercase;
  font-family: 'TT Commons Pro Trl Db';
  font-size: 3rem;
}
@media screen and (max-width: 900px) {
  .header__sliderTimer h4 {
    font-size: 4rem;
  }
}
.header__sliderTimerItems {
  border-radius: 25px;
  display: flex;
  gap: 0.5rem;
}
@media screen and (max-width: 900px) {
  .header__sliderTimerItems {
    border-radius: 8px;
  }
}
.header__sliderTimerItems div {
  font-size: 4rem;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 10rem;
  background: rgba(255, 255, 255, 0.79);
  border-radius: 10px;
  padding: 1rem;
  box-shadow: 0px 0px 40px 10px rgba(46, 47, 55, 0.05);
  border: 1px solid #E6E6E6;
  font-family: 'TT Commons Pro Trl Db';
}
.header__sliderTimerItems div:last-child:after {
  content: "";
}
.header__sliderTimerItems div:after {
  content: "";
  position: absolute;
  right: -2.5rem;
  top: -1px;
}
.header__sliderTimerItems div span {
  font-size: var(--small);
  font-weight: 300;
  font-family: 'TT Commons Pro Trl';
}
.header__img {
  position: absolute;
  left: 74rem;
  top: -14rem;
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 900px) {
  .header__img {
    position: static;
    order: 2;
    text-align: center;
  }
}
.header__img img {
  width: 58rem;
}
@media screen and (max-width: 900px) {
  .header__img img {
    width: 80vw;
    max-width: 58rem;
  }
}
.advantages {
  margin-top: calc(var(--grid-gutter) * 0.5);
}
.advantages__header {
  font-size: var(--header);
  color: var(--color-primary);
  margin-bottom: var(--grid-gutter);
  font-weight: 700;
  font-family: 'TT Commons Pro Trl Cnd';
  text-transform: uppercase;
}
.advantages__items {
  display: flex;
  gap: calc(var(--grid-gutter));
}
@media screen and (max-width: 900px) {
  .advantages__items {
    gap: calc(var(--grid-gutter) / 2);
    flex-direction: column;
  }
}
.advantages__item {
  border-radius: var(--border-radius);
  padding: calc(var(--grid-gutter));
  background: var(--color-white);
  flex: 1;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 0px 40px 10px rgba(46, 47, 55, 0.05);
}
@media screen and (max-width: 900px) {
  .advantages__item {
    border-radius: 25px;
    box-shadow: none;
  }
}
.advantages__item h3 {
  font-size: 8rem;
  margin-bottom: 0;
  font-family: 'TT Commons Pro Trl Cnd';
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .advantages__item h3 {
    margin-top: 0;
    font-size: 10rem;
  }
}
.advantages__item h5 {
  font-size: 2.8rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
  margin-top: 0;
  font-family: 'TT Commons Pro Trl Db';
}
@media screen and (max-width: 900px) {
  .advantages__item h5 {
    font-size: 4rem;
  }
}
.advantages__item p {
  font-size: 2.4rem;
}
@media screen and (max-width: 900px) {
  .advantages__item p {
    display: none;
  }
}
.ribbon {
  margin-top: 5rem;
  position: relative;
  overflow: hidden;
}
.ribbon__ribbon {
  height: 44rem;
  justify-content: end;
  display: flex;
  right: 0;
  top: 20rem;
}
@media screen and (max-width: 900px) {
  .ribbon__ribbon {
    margin-left: 4rem;
    height: 68rem;
    justify-content: end;
    display: flex;
    right: 0;
    top: 18rem;
    width: 230rem;
  }
}
.ribbon__ribbonText {
  position: absolute;
  color: var(--color-white);
  font-size: 5.3rem;
  top: 11rem;
  right: 21rem;
}
@media screen and (max-width: 900px) {
  .ribbon__ribbonText {
    right: unset;
    top: 7rem;
    left: 13rem;
    padding-right: 5rem;
    font-size: 4rem;
    margin-top: calc(var(--grid-gutter) * 2);
  }
}
.ribbon__ribbonText b {
  font-family: 'TT Commons Pro Trl Cnd';
  font-size: 7rem;
}
.ribbon__button {
  margin-top: var(--grid-gutter);
  display: flex;
  justify-content: center;
  text-transform: uppercase;
  font-family: 'TT Commons Pro Trl Md';
}
.work {
  margin-top: calc(var(--grid-gutter) * 2);
}
.work__header {
  font-size: var(--header);
  color: var(--color-primary);
  margin-bottom: var(--grid-gutter);
  font-weight: 700;
  font-family: 'TT Commons Pro Trl Cnd';
  text-transform: uppercase;
}
.work__items {
  display: flex;
  flex-direction: column;
  gap: calc(var(--grid-gutter) / 4);
}
.work__item {
  background: var(--color-white);
  padding: calc(var(--grid-gutter) / 1.5);
  border-radius: calc(var(--border-radius) / 2);
  display: flex;
  gap: calc(var(--grid-gutter) * 1.5);
  align-items: center;
  position: relative;
  cursor: pointer;
}
.work__item._open h3 p {
  display: block !important;
}
.work__item._open span:after {
  top: -1rem;
  left: 2.1rem;
  content: "-";
}
.work__item span {
  width: 8rem;
  height: 8rem;
  position: absolute;
  right: 4rem;
  top: calc(50% - 4rem);
  border: 1px solid #ccc;
  border-radius: 50%;
  display: none;
}
@media screen and (max-width: 900px) {
  .work__item span {
    display: block;
  }
}
.work__item span:after {
  top: -0.2rem;
  font-size: 8rem;
  line-height: 8rem;
  content: "+";
  position: absolute;
  left: 1.5rem;
  color: #ccc;
  font-family: 'TT Commons Pro Trl';
  font-weight: 100;
}
@media screen and (max-width: 900px) {
  .work__item {
    border-radius: 12px;
    gap: calc(var(--grid-gutter) * 1);
    padding-right: 15rem;
  }
}
.work__item h3 {
  font-size: 4rem;
  font-family: 'TT Commons Pro Trl Db';
}
.work__item h3 p {
  display: block;
  font-size: 2.5rem;
  margin-bottom: 0;
  font-family: 'TT Commons Pro Trl';
  font-weight: 400;
  margin-top: calc(var(--grid-gutter) / 4);
}
@media screen and (max-width: 900px) {
  .work__item h3 p {
    display: none;
  }
}
.work__item h5 {
  margin: 0;
  width: 6rem;
  height: 6rem;
  min-width: 6rem;
  min-height: 6rem;
  background: var(--color-primary);
  color: var(--color-white);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 4.2rem;
  font-family: 'TT Commons Pro Trl Db';
  margin-left: 3rem;
}
.work__hint {
  margin-top: var(--grid-gutter);
  font-size: var(--big);
  color: var(--color-gray);
  margin-bottom: calc(var(--grid-gutter) * 0.5);
  margin-left: 18rem;
}
@media screen and (max-width: 900px) {
  .work__hint {
    margin-left: 0;
  }
}
.form {
  width: 100%;
  background-image: url(/img/form.jpg);
  background-size: cover;
  padding: var(--grid-gutter) 0;
}
.form__container {
  width: 100%;
  max-width: var(--grid-maxWidth);
  padding: 18px calc(var(--grid-gutter) * 1);
  margin: 0 auto;
}
.form__bg {
  background: var(--color-white);
  border-radius: var(--border-radius);
  padding: 6rem 0;
}
@media screen and (max-width: 900px) {
  .form__bg {
    padding: 6rem;
  }
}
.form__header {
  font-size: var(--header);
  color: var(--color-primary);
  display: flex;
  justify-content: center;
  font-weight: 700;
  font-family: 'TT Commons Pro Trl Cnd';
  margin-bottom: 0;
  text-transform: uppercase;
}
.form__text {
  display: flex;
  justify-content: center;
  font-size: 2.4rem;
  margin-bottom: var(--grid-gutter);
}
@media screen and (max-width: 900px) {
  .form__text {
    text-align: center;
  }
}
.form form {
  width: 55%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(var(--grid-gutter) / 8);
}
@media screen and (max-width: 900px) {
  .form form {
    width: 100% ;
  }
}
.form form button {
  margin: var(--grid-gutter) auto 0;
  width: fit-content;
}
.form__checkbox {
  color: var(--color-gray);
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  gap: calc(var(--grid-gutter) / 8);
  margin-top: calc(var(--grid-gutter) / 4);
}
.footer {
  color: var(--color-white);
  background-image: url(/img/footer.jpg);
  background-size: cover;
  padding-top: 4rem;
}
.footer a {
  color: var(--color-gray) !important;
}
.footer__container {
  width: 100%;
  max-width: var(--grid-maxWidth);
  padding: 18px calc(var(--grid-gutter) * 1) 0;
  margin: 0 auto;
}
.footer__bg {
  background: rgba(46, 47, 55, 0.75);
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
}
.footer__items {
  color: var(--color-white);
  font-size: var(--normal);
  display: flex;
  padding: var(--grid-gutter);
  gap: calc(var(--grid-gutter) * 2.5);
}
@media screen and (max-width: 900px) {
  .footer__items {
    flex-direction: column;
    gap: var(--grid-gutter);
  }
}
.footer__item {
  flex: 1;
}
.footer__hint {
  padding: 18px calc(var(--grid-gutter));
}
.custom-controls label {
  display: block;
  align-items: center;
  cursor: pointer;
  color: var(--color-gray);
  font-size: var(--normal);
  gap: 3px;
}
.custom-controls input[type="checkbox"],
.custom-controls input[type="radio"] {
  display: none;
}
.custom-checkbox {
  margin: calc(var(--grid-gutter) / 2) 0;
  display: flex;
  flex-direction: column;
  gap: calc(var(--grid-gutter) / 4);
}
.custom-checkbox .custom-checkmark {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-color: #f0f0f0;
  margin-right: 8px;
  position: relative;
  border-radius: 4px;
  top: 4px;
}
.custom-checkbox input[type="checkbox"]:checked + .custom-checkmark {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2214%22%20height%3D%229%22%20viewBox%3D%220%200%2014%209%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1%204.86139L4.75159%208.5L13%200.5%22%20stroke%3D%22%23090714%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 1.3rem;
  background-position: 0.4rem 0.5rem;
}
.custom-checkbox .custom-checkmark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.2s ease;
}
.custom-checkbox input[type="checkbox"]:checked + .custom-checkmark::after {
  transform: translate(-50%, -50%) scale(1);
}
.custom-radio .custom-radio-mark {
  width: 14px;
  height: 14px;
  border: 1px solid var(--form-border);
  border-radius: 50%;
  margin-right: 8px;
  position: relative;
}
.custom-radio input[type="radio"]:checked + .custom-radio-mark {
  background-color: var(--color-darkGrey);
  border-color: var(--color-darkGrey);
}
.custom-radio .custom-radio-mark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  background: white;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.2s ease;
}
.custom-radio input[type="radio"]:checked + .custom-radio-mark::after {
  transform: translate(-50%, -50%) scale(1);
}
.selectProject {
  background: #F5F5F5;
  padding: 1.75em;
  border-radius: 12px;
  font-size: var(--normal);
  color: var(--color-black);
  width: 100%;
  font-weight: 400;
  position: relative;
  cursor: pointer;
}
.selectProject__hiddenButton {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 8rem;
}
.selectProject__hiddenButton:after {
  position: absolute;
  right: 1.75em;
  top: 3rem;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%228%22%20viewBox%3D%220%200%2012%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1.00061%201.49976L6.00104%206.50018L11.0015%201.49976%22%20stroke%3D%22%23090714%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  content: " ";
  width: 12px;
  height: 7px;
}
@media screen and (max-width: 900px) {
  .selectProject__hiddenButton:after {
    top: 5rem;
  }
}
.selectProject #projects-container {
  opacity: 0;
  visibility: hidden;
  height: 0;
  margin-top: 0;
}
.selectProject._open #projects-container {
  opacity: 1;
  visibility: visible;
  height: auto;
  margin-top: var(--grid-gutter);
}
.selectProject._open .selectProject__hiddenButton:after {
  position: absolute;
  right: 1.75em;
  transform: rotate(180deg);
}
#projects-container {
  display: grid;
  gap: 2px;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 900px) {
  #projects-container {
    grid-template-columns: 1fr;
  }
}
.project-card__metro-info {
  display: flex;
  justify-content: space-between;
}
.project-card {
  display: grid;
  grid-template: 13px auto / 50px auto;
  grid-template-areas: none;
  grid-template-areas: "thumb top   " "thumb bottom";
  gap: 11px 15px;
  position: relative;
  z-index: 2;
  border: 1px solid transparent;
  padding: 1rem;
}
.project-card._empty {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--small);
  border-radius: 12px;
  margin: 1rem;
}
.project-card._selected {
  background: #fefefe;
  border: 1px solid var(--color-primary);
  border-radius: 12px;
}
.project-card__image {
  grid-area: thumb;
  width: 50px;
  height: 50px;
  border-radius: 8px;
}
.project-card__metro {
  display: flex;
  grid-area: bottom;
  gap: 5px;
  align-items: flex-start;
}
.project-card__metro-info {
  color: var(--color-gray);
  font-size: calc(var(--small));
}
.project-card__title-price {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  font-size: calc(var(--small));
  white-space: nowrap;
  min-width: 0;
}
.project-card__title {
  flex-grow: 1;
  min-width: 0;
  font-size: var(--micro);
  font-weight: 500;
  overflow: hidden;
  color: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.project-card__price {
  display: flex;
  justify-content: end;
  flex-shrink: 0;
  margin-left: auto;
}
.form__status {
  display: none;
  opacity: 0;
  transition: all 0.5s ease;
  text-align: center;
}
.slide-up {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s ease;
}
.slide-down {
  display: block;
  opacity: 1;
  transition: all 0.5s ease;
}
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.popup__content {
  background: #fff;
  padding: 5rem;
  border-radius: 25px;
  width: 50vw;
  min-height: 30rem;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 900px) {
  .popup__content {
    width: 90vw;
  }
}
.popup__message {
  font-size: 16px;
  color: #333;
}
.popup__close {
  position: absolute;
  top: 3rem;
  right: 3rem;
  cursor: pointer;
}
.popup__close svg {
  width: 3rem;
  height: 3rem;
}
/*# sourceMappingURL=style.css.map */