

/* Start:/local/templates/main/css/mc-21-page.css?177313955815986*/
body .benefit-card ul {
  margin: 0;
  max-width: none;
}
body .benefit-card ul li {
  font-size: inherit;
  line-height: inherit;
  color: white;
  margin-bottom: 0;
  display: block;
}
body .benefit-card ul li::before {
  margin: 0;
}
body main * {
  box-sizing: border-box;
}
body .header_blue.background-img .mc21_media-box {
  flex-direction: column;
  height: unset;
  align-items: start;
  bottom: 40px;
}
body .header_blue.background-img .mc21_media-box .mc21_title {
  padding-bottom: 33px;
}
body .header_blue.background-img .mc21_media-box .mc21_subtitle {
  font-family: "Stem-Regular";
  font-size: 32px;
  line-height: 160%;
  max-width: 46.875vw;
}
@media (max-width: 1080px) {
  body .header_blue.background-img .mc21_media-box {
    gap: 20px;
  }
  body .header_blue.background-img .mc21_media-box .mc21_subtitle {
    margin-left: 24px;
    font-size: 18px;
    max-width: unset;
    padding-right: 10px;
  }
}

@media (max-width: 1350px) {
  body .header_blue.background-img {
    background-position: right !important;
  }
}
body main .about-plane_subtitle {
  margin: 32px 0 83px;
}
@media (max-width: 1500px) {
  body main .about-plane_subtitle {
    max-width: 648px;
  }
}
body main .about-plane_cards {
  display: flex;
  width: 100%;
  gap: 24px;
}
body main .about-plane .card {
  height: 667px;
  width: 100%;
  padding: 45px 65px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
}
body main .about-plane .card::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: black;
  opacity: 0.2;
}
body main .about-plane .card_text {
  position: relative;
}
body main .about-plane .card_title, body main .about-plane .card_desc {
  color: white;
}
body main .about-plane .card_title {
  font-family: "Stem-Regular";
  font-size: 56px;
  line-height: 100%;
  letter-spacing: -0.01em;
  margin-bottom: 52px;
}
body main .about-plane .card_desc {
  font-family: "Stem-Regular";
  font-size: 18px;
  line-height: 160%;
}
body main .about-plane .digits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 144px;
  gap: 5.5%;
}
body main .about-plane .digits--english .digits_item__title {
  font-size: 56px;
}
body main .about-plane .digits--english .digits_item__title span {
  font-size: 32px;
}
@media screen and (min-width: 768px) {
  body main .about-plane .digits--english {
    grid-template-columns: repeat(2, 1fr);
    gap: 5%;
  }
  body main .about-plane .digits--english .digits_item__title {
    font-size: 60px;
  }
  body main .about-plane .digits--english .digits_item__title span {
    font-size: 36px;
  }
  body main .about-plane .digits--english .digits_item {
    text-align: center;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1800px) {
  body main .about-plane .digits--english {
    gap: 20%;
  }
  body main .about-plane .digits--english .digits_item__title {
    font-size: 70px;
  }
  body main .about-plane .digits--english .digits_item__title span {
    font-size: 48px;
  }
}
@media screen and (min-width: 1801px) {
  body main .about-plane .digits--english {
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
  }
  body main .about-plane .digits--english .digits_item__title {
    font-size: 88px;
  }
  body main .about-plane .digits--english .digits_item__title span {
    font-size: 56px;
  }
}
body main .about-plane .digits_item {
  text-align: center;
}
@media (max-width: 1340px) {
  body main .about-plane .digits_item {
    text-align: left;
  }
}
body main .about-plane .digits_item__title {
  color: var(--blue);
  font-family: "Stem-Light";
  font-size: 96px;
  line-height: 100%;
  margin-bottom: 9px;
}
body main .about-plane .digits_item__title span {
  font-size: 56px;
  line-height: 100%;
}
body main .about-plane .digits_item__text {
  color: var(--blue);
  font-family: "Stem-Regular";
  font-size: 22px;
  line-height: 140%;
}
body main .about-plane .digits_item:nth-child(3) .digits_item__text {
  max-width: 270px;
}
@media screen and (min-width: 768px) {
  body main .about-plane .digits_item:nth-child(3) .digits_item__text {
    width: 100%;
    max-width: none;
  }
}
@media (max-width: 1340px) {
  body main .about-plane .digits {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1025px) {
  body main .about-plane .page-title {
    margin: 32px 0 16px;
    font-size: 32px;
  }
  body main .about-plane_subtitle {
    margin-bottom: 50px;
  }
  body main .about-plane .digits {
    row-gap: 32px;
    margin-bottom: 40px;
  }
  body main .about-plane .digits_item__title {
    font-size: 64px;
  }
  body main .about-plane .digits_item__text {
    font-size: 16px;
  }
  body main .about-plane_cards {
    flex-direction: column;
  }
  body main .about-plane_cards .card {
    height: 400px;
    padding: 32px 24px;
  }
  body main .about-plane_cards .card_title {
    font-size: 32px;
  }
  body main .about-plane_cards .card_desc {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  body main .about-plane .digits {
    grid-template-columns: 1fr;
  }
}
body main .benefits {
  margin-top: 16px;
  background: linear-gradient(0deg, #f4f5f4, #f4f5f4);
  padding: 75px 0 56px;
}
body main .benefits .benefits_title {
  margin: 0 0 38px;
  color: var(--black);
  text-align: center;
  margin-left: 16px;
}
body main .benefits_subtitle {
  font-family: "Stem-Regular";
  font-size: 18px;
  line-height: 160%;
  text-align: center;
  margin: 0 auto 64px;
  max-width: 648px;
  padding-left: 16px;
}
body main .benefits-cards .benefit-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 72px 29px 56px 84px;
}
body main .benefits-cards .benefit-card_title {
  margin: 0;
  font-family: "Stem-Medium";
  font-size: 32px;
  line-height: 100%;
  margin-bottom: 50px;
}
body main .benefits-cards .benefit-card_desc {
  font-family: "Stem-Regular";
  font-size: 16px;
  line-height: 160%;
}
body main .benefits-cards .benefit-card_desc li {
  position: relative;
  padding-left: 14px;
  font-size: 16px;
  line-height: 1;
}
body main .benefits-cards .benefit-card_desc li::before {
  content: "";
  top: 5px;
  left: 0;
  background-color: white;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  position: absolute;
}
body main .benefits-cards .benefit-card_desc li:not(:last-child) {
  margin-bottom: 16.5px;
}
body main .benefits-cards .benefit-card_sections {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px 119px;
}
body main .benefits-cards .benefit-card_section b {
  display: block;
  font-family: "Stem-Regular";
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 8px;
}
@media (min-width: 1350px) {
  body main .benefits-cards .benefit-card_section:nth-child(2n+1) p {
    width: 516px;
  }
}
@media (min-width: 1350px) {
  body main .benefits-cards .benefit-card_section:nth-child(2n) p {
    max-width: 476px;
  }
}
body main .benefits-cards .benefit-card_alone {
  height: unset;
  background-color: white;
  padding: 64px 88px 120px;
}
body main .benefits-cards .benefit-card_alone .benefit-card_title {
  margin-bottom: 64px;
}
body main .benefits-cards_top {
  display: flex;
}
body main .benefits-cards_top .benefit-card_title, body main .benefits-cards_top .benefit-card_desc {
  color: white;
}
@media (max-width: 1025px) {
  body main .benefits {
    padding: 50px 0 40px;
  }
  body main .benefits .benefits_title {
    font-size: 32px;
    margin-bottom: 20px;
  }
  body main .benefits_subtitle {
    margin-bottom: 20px;
  }
  body main .benefits-cards_top {
    flex-direction: column;
  }
  body main .benefits-cards .benefit-card {
    padding: 24px;
    height: auto;
  }
  body main .benefits-cards .benefit-card_title {
    font-size: 24px;
    margin-bottom: 25px;
  }
  body main .benefits-cards .benefit-card_desc {
    font-size: 16px;
  }
  body main .benefits-cards .benefit-card_sections {
    grid-template-columns: 1fr;
    row-gap: 15px;
  }
  body main .benefits-cards .benefit-card_alone {
    height: unset;
  }
  body main .benefits-cards .benefit-card_alone .benefit-card_title {
    margin-bottom: 20px;
  }
}
body main .properties {
  margin-top: 135px;
  margin-bottom: 146px;
}
body main .properties .properties_title {
  margin-top: 0;
  margin-bottom: 55px;
}
body main .properties-table .table-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}
body main .properties-table .table-item:not(:last-child) {
  margin-bottom: 80px;
}
body main .properties-table .table-item_title-box {
  max-width: 432px;
}
body main .properties-table .table-item_body-box {
  margin-top: 15px;
}
body main .properties-table .table-item_row {
  display: flex;
  justify-content: space-between;
}
body main .properties-table .table-item_row:not(:last-child) {
  margin-bottom: 16px;
}
body main .properties-table .table-item_row .row-name {
  font-family: "Stem-Regular";
  font-size: 18px;
  line-height: 160%;
}
body main .properties-table .table-item_row .row_value {
  font-family: "Stem-Regular";
  font-size: 18px;
  line-height: 160%;
  text-align: right;
  color: #5a5a5a;
}
body main .properties-table .table-item_title {
  margin: 0 0 14px;
  font-family: "Stem-Regular";
  font-size: 28px;
  line-height: 120%;
  font-weight: 500;
}
body main .properties-table .table-item_subtitle {
  font-family: "Stem-Regular";
  font-size: 14px;
  line-height: 160%;
  color: var(--grey);
}
body main .properties-table .table-item_correction {
  margin-top: -3px;
}
body main .properties-table .table-item_correction .table-item_body-box {
  margin-top: 0;
}
body main .properties-table_correction {
  display: block;
  margin-left: -7px;
  font-family: "Stem-Regular";
  font-size: 14px;
  line-height: 160%;
  color: var(--grey);
}
@media (max-width: 1025px) {
  body main .properties {
    margin-top: 50px;
    margin-bottom: 80px;
  }
  body main .properties .properties_title {
    font-size: 32px;
  }
  body main .properties-table .table-item {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  body main .properties-table .table-item:not(:last-child) {
    margin-bottom: 40px;
  }
  body main .properties-table .table-item_title {
    font-size: 18px;
  }
  body main .properties-table .table-item_subtitle {
    font-size: 12px;
  }
  body main .properties-table .table-item_body-box {
    margin-top: 0;
  }
  body main .properties-table .table-item_row:not(:last-child) {
    margin-bottom: 5px;
  }
  body main .properties-table .table-item_row .row-name,
  body main .properties-table .table-item_row .row_value {
    font-size: 16px;
  }
}
@media (max-width: 1025px) and (max-width: 390px) {
  body main .properties-table .table-item_row .row-name {
    width: 55%;
    min-width: 55%;
    max-width: 55%;
    text-align: left;
    font-size: 14px;
  }
}
@media (max-width: 1025px) {
  body main .properties-table .table-item_row .row_value {
    padding-left: 20px;
  }
}
@media (max-width: 1025px) and (max-width: 390px) {
  body main .properties-table .table-item_row .row_value {
    width: 45%;
    white-space: nowrap;
    padding-left: 15px;
    min-width: 40%;
    max-width: 40%;
    text-align: right;
    font-size: 14px;
  }
}
@media (max-width: 1025px) {
  body main .properties-table_correction {
    font-size: 12px;
  }
}
body main .contactus-container .contact-form-box {
  background-color: rgba(160, 160, 160, 0.1);
  gap: 24px;
  padding-top: 136px;
  padding-bottom: 144px;
}
body main .contactus-container .contact-form-box_left h2 {
  padding-bottom: 23px;
  font-size: 56px;
  line-height: 100%;
  letter-spacing: -0.01em;
}
body main .contactus-container .contact-form-box_left p {
  font-size: 18px;
  line-height: 160%;
  max-width: 424px;
}
body main .contactus-container .contact-form-box_right .maintenance-form-item {
  position: relative;
  z-index: 1;
}
body main .contactus-container .contact-form-box_right .maintenance-form-item input {
  margin-bottom: 0;
  padding: 21px 0;
  height: 40px;
  color: var(--black);
  border-bottom: 1px solid #5a5a5a;
}
body main .contactus-container .contact-form-box_right .maintenance-form-item input:focus {
  border-bottom: 1px solid var(--light-blue);
}
body main .contactus-container .contact-form-box_right .maintenance-form-item label {
  z-index: -1;
  position: absolute;
  font-size: 22px;
  line-height: 120%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  color: #5a5a5a;
  transition: top 0.3s, font-size 0.3s, color 0.3s;
}
body main .contactus-container .contact-form-box_right .maintenance-form-item .error-text {
  position: absolute;
}
body main .contactus-container .contact-form-box_right .maintenance-form-item:hover input {
  border-bottom: 1px solid var(--light-blue);
}
body main .contactus-container .contact-form-box_right .maintenance-form-item:not(:last-child) {
  margin-bottom: 31px;
}
body main .contactus-container .contact-form-box_right .moved label {
  top: 0;
  font-size: 12px;
  color: var(--grey);
}
body main .contactus-container .contact-form-box_right .form-input:focus ~ .form-label,
body main .contactus-container .contact-form-box_right .form-input:not(:focus):valid ~ .form-label {
  left: 0;
}
body main .contactus-container .contact-form-box_right .invalid input {
  color: #fa0808;
  border-bottom: 1px solid #fa0808;
}
body main .contactus-container .contact-form-box_right .invalid .error-text {
  color: #fa0808;
  font-size: 12px;
  line-height: 160%;
}
body main .contactus-container .contact-form-box_right .checkbox-container {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
body main .contactus-container .contact-form-box_right .checkbox-container .real-checkbox {
  display: none;
}
body main .contactus-container .contact-form-box_right .checkbox-container .fake-checkbox {
  border: 1px solid var(--light-blue);
  height: 18px;
  width: 18px;
  min-width: 18px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
body main .contactus-container .contact-form-box_right .checkbox-container .fake-checkbox svg {
  display: none;
  z-index: 1;
}
body main .contactus-container .contact-form-box_right .checkbox-container .fake-checkbox:hover {
  border: 1px solid var(--blue);
}
body main .contactus-container .contact-form-box_right .checkbox-container .real-checkbox:checked + .fake-checkbox {
  background-color: var(--light-blue);
}
body main .contactus-container .contact-form-box_right .checkbox-container .real-checkbox:checked + .fake-checkbox svg {
  display: block;
}
body main .contactus-container .contact-form-box_right .checkbox-container p {
  font-size: 12px;
  line-height: 160%;
  color: var(--grey);
  max-width: 237px;
}
body main .contactus-container .contact-form-box_bottom-flex {
  justify-content: flex-start;
  margin-top: 99px;
  align-items: flex-start;
  gap: 39px;
}
body main .contactus-container .contact-form-box_bottom-flex button {
  margin: 0;
}
@media (max-width: 1025px) {
  body main .contactus-container {
    margin: 0;
  }
  body main .contactus-container .contact-form-box {
    flex-direction: column;
    padding: 50px 20px;
    gap: 20px;
  }
  body main .contactus-container .contact-form-box_left {
    width: 100%;
  }
  body main .contactus-container .contact-form-box_left h2 {
    font-size: 32px;
  }
  body main .contactus-container .contact-form-box_left P {
    max-width: unset;
  }
  body main .contactus-container .contact-form-box_right {
    width: 100%;
  }
  body main .contactus-container .contact-form-box_bottom-flex {
    flex-direction: column-reverse;
    margin-top: 10px;
    align-items: flex-start;
  }
  body main .contactus-container .contact-form-box_bottom-flex button {
    margin: 0;
  }
  body main .contactus-container .contact-form-box_checkbox {
    margin-left: 0;
    margin-bottom: 15px;
  }
}

/*# sourceMappingURL=mc-21-page.css.map */

/* End */


/* Start:/local/templates/main/css/sync-gallery-section.css?17657972631599*/
.gallery-slider-section {
  margin-bottom: 144px;
}
.gallery-slider-section .slider-for_wrapper {
  position: relative;
}
.gallery-slider-section .slider-for_wrapper .arrow-next,
.gallery-slider-section .slider-for_wrapper .arrow-prev {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.gallery-slider-section .slider-for_wrapper .arrow-prev {
  left: 32px;
}
.gallery-slider-section .slider-for_wrapper .arrow-next {
  right: 32px;
}
.gallery-slider-section .gallery-slider-for {
  width: 100%;
  margin-bottom: 10px;
}
.gallery-slider-section .gallery-slider-for .gallery-slider_item {
  height: 41.6666666667vw;
  object-fit: cover;
}
.gallery-slider-section .nav-wrapper {
  overflow: hidden;
}
.gallery-slider-section .gallery-slider-nav {
  margin: 0 -4px;
}
.gallery-slider-section .gallery-slider-nav .gallery-slider_item {
  margin: 0 4px;
  flex: 1;
  height: 7.3611111111vw;
  object-fit: cover;
  width: 100%;
  cursor: pointer;
}
.gallery-slider-section .gallery-slider-nav.center {
  display: flex;
  justify-content: center;
}
.gallery-slider-section .gallery-slider-nav.center .gallery-slider_item {
  width: 11.1111111111vw;
  flex: unset;
}
@media (max-width: 1025px) {
  .gallery-slider-section {
    margin-bottom: 80px;
  }
  .gallery-slider-section .container {
    padding: 0;
  }
  .gallery-slider-section .slider-for_wrapper .arrow-next {
    display: none !important;
  }
  .gallery-slider-section .slider-for_wrapper .arrow-prev {
    display: none !important;
  }
}

/*# sourceMappingURL=sync-gallery-section.css.map */

/* End */
/* /local/templates/main/css/mc-21-page.css?177313955815986 */
/* /local/templates/main/css/sync-gallery-section.css?17657972631599 */
