:root {
  --font-family: "NTSomic";
  --white: #FFFFFF;
  --black: #121723;
  --gray-70: #2C2F4B;
  --gray-60: #3A3D56;
  --gray-50: #62657E;
  --gray-40: #8A8DA6;
  --gray-20: #B2B5CE;
  --gray-15: #CCCFEB;
  --gray-10: #DADDF6;
  --gray-5: #EEF1FF;
  --hover: #363955;
  --red: #D4233A;
  --red-l: #D92B4B;
  --red-d: #AE1D30;
  --blue-80: #141C3A;
  --blue-90: #050F20;
  --gradient: to right, #004BEA, #D4233A;
  --red-gradient: to right, #FD314B, #C7162D;
  --dark-gradient: to bottom, #050F20, #141C3A;
}

/* stylelint-disable */
@font-face {
  font-family: "NTSomic";
  src: url("../fonts/../fonts/NTSomic-Regular.woff2") format("woff2");
  src: url("../fonts/../fonts/NTSomic-Regular.woff") format("woff");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "NTSomic";
  src: url("../fonts/../fonts/NTSomic-Medium.woff2") format("woff2");
  src: url("../fonts/../fonts/NTSomic-Medium.woff") format("woff");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "NTSomic";
  src: url("../fonts/../fonts/NTSomic-Bold.woff2") format("woff2");
  src: url("../fonts/../fonts/NTSomic-Bold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
  font-size: 10px;
  font-weight: 400;
}

* {
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: var(--font-family);
  background-color: var(--white);
  color: var(--blue-80);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
body._lock {
  overflow: hidden;
}
body.light .footer {
  background-color: transparent;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--blue-80);
  -webkit-box-shadow: 0 0 0px 1000px #DADDF6 inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.file-upload input[type=file] {
  display: none;
}

.eye-closed {
  display: none;
}

.error-message {
  font-size: 1.2rem;
  color: var(--red);
  font-weight: 500;
  padding-top: 4px;
}

.upload-area {
  display: inline-block;
  cursor: pointer;
  border-radius: 6px;
  overflow: hidden;
  background: var(--gray-10);
  width: 100%;
  height: 104px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 56px;
}

.upload-image {
  display: block;
  max-width: 100%;
  height: auto;
}
.upload-image-sm {
  display: none;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow-x: hidden;
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

::-moz-selection {
  background: var(--blue-80);
  color: var(--white);
}

::selection {
  background: var(--blue-80);
  color: var(--white);
}

.headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.headline-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.headline-left.sm {
  gap: 20px;
}
.headline-circle {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: var(--red);
  margin-top: 22px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.headline-count {
  color: var(--gray-40);
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.breadcrumbs a {
  color: var(--gray-40);
  -webkit-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
}
.breadcrumbs a:hover {
  color: var(--red);
}
.breadcrumbs p {
  color: var(--gray-20);
}

.link {
  -webkit-transition: background-color 0.2s ease-in, color 0.2s ease-in, -webkit-box-shadow 0.2s ease-in;
  transition: background-color 0.2s ease-in, color 0.2s ease-in, -webkit-box-shadow 0.2s ease-in;
  -o-transition: box-shadow 0.2s ease-in, background-color 0.2s ease-in, color 0.2s ease-in;
  transition: box-shadow 0.2s ease-in, background-color 0.2s ease-in, color 0.2s ease-in;
  transition: box-shadow 0.2s ease-in, background-color 0.2s ease-in, color 0.2s ease-in, -webkit-box-shadow 0.2s ease-in;
}
.link:hover {
  -webkit-box-shadow: inset 0 -6px 0 0 var(--red);
  box-shadow: inset 0 -6px 0 0 var(--red);
  background-color: var(--gray-60);
  color: var(--white);
}
.link.active {
  -webkit-box-shadow: inset 0 -6px 0 0 var(--red);
  box-shadow: inset 0 -6px 0 0 var(--red);
  background-color: var(--gray-60);
  color: var(--white);
}

.swiper-slide {
  height: auto !important;
}

.about__swiper .swiper-slide img {
  width: 100%;
  height: 100%;
}

.aboutpage__swiper .swiper-slide img {
  width: 100%;
  height: 100%;
}

.swiper.about__swiper {
  padding-bottom: 11px;
}

.swiper.aboutpage__swiper {
  padding-top: 12px;
}

.swiper-wrapper.newspage__detail-bottom-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
  grid-template-columns: repeat(12, 1fr);
  gap: 48px;
}
.swiper-wrapper.newspage__detail-bottom-grid .swiper-slide {
  -ms-grid-column-span: 4;
  grid-column: 4 span;
}

.swiper-wrapper.news-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
  grid-template-columns: repeat(12, 1fr);
  gap: 48px;
}
.swiper-wrapper.news-grid .swiper-slide {
  -ms-grid-column-span: 4;
  grid-column: 4 span;
}

.swiper-wrapper.aboutpage__bottom-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
  grid-template-columns: repeat(12, 1fr);
  gap: 48px;
}
.swiper-wrapper.aboutpage__bottom-grid .swiper-slide {
  -ms-grid-column-span: 4;
  grid-column: 4 span;
}

.about__swiper .swiper-pagination-bullets,
.about__swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.about__swiper .swiper-pagination-custom,
.about__swiper .swiper-pagination-fraction {
  bottom: 0;
}

.aboutpage__mid-left .swiper-pagination-bullets,
.aboutpage__mid-left .swiper-pagination-bullets.swiper-pagination-horizontal,
.aboutpage__mid-left .swiper-pagination-custom,
.aboutpage__mid-left .swiper-pagination-fraction {
  top: 12px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.scheme__pagination.swiper-pagination-progressbar.swiper-pagination-horizontal, .scheme__pagination.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-horizontal > .scheme__pagination.swiper-pagination-progressbar, .swiper-vertical > .scheme__pagination.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  height: 8px;
  top: auto;
  width: 100%;
  background: var(--gray-10);
}

.scheme__pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: -webkit-gradient(linear, left top, left bottom, from(var(--gradient)));
  background: -o-linear-gradient(var(--gradient));
  background: linear-gradient(var(--gradient));
  border-radius: 500px;
}

.scheme__pagination .swiper-pagination-bullet {
  background: var(--gray-20);
  opacity: 1;
}

.scheme__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--red);
  width: 40px;
  border-radius: 500px;
}

.aboutpage__pagination .swiper-pagination-bullet {
  background: var(--gray-20);
  opacity: 1;
}

.aboutpage__bottom-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--red);
  width: 40px;
  border-radius: 500px;
}

.aboutpage__botton-pagination .swiper-pagination-bullet {
  background: var(--gray-20);
  opacity: 1;
}

.aboutpage__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--red);
  width: 40px;
  border-radius: 500px;
}

.newspage__detail-bottom-pagination .swiper-pagination-bullet {
  background: var(--gray-20);
  opacity: 1;
}

.newspage__detail-bottom-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--red);
  width: 40px;
  border-radius: 500px;
}

.about-pagination .swiper-pagination-bullet {
  background: var(--gray-20);
  opacity: 1;
}

.about-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--red);
  width: 40px;
  border-radius: 500px;
}

.news-pagination .swiper-pagination-bullet {
  background: var(--gray-20);
  opacity: 1;
}

.news-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--red);
  width: 40px;
  border-radius: 500px;
}

.card-l {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 608px;
  width: 100%;
  padding: 0px 22px;
  padding-bottom: 22px;
}
.card-l__img {
  border-radius: 40px 40px 0 0;
  height: 316px;
  width: 100%;
}
.card-l__pic {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 91%;
}
.card-l__sm {
  display: none;
}
.card-l__desc {
  color: var(--gray-50);
}
.card-l__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
  padding: 24px;
  padding-top: 40px;
  background-color: var(--white);
  border-radius: 0 0 40px 40px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-height: 347px;
}
.card-l__title {
  color: var(--red);
  margin-bottom: 18px;
}
.card-l__price {
  margin-bottom: 30px;
}
.card-l__box {
  max-width: 281px;
  z-index: 1;
}
.card-l__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  padding: 16px 32px;
  border-radius: 6px;
  background-color: var(--blue-80);
  color: var(--white);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  z-index: 1;
  -webkit-transition: background-color 0.2s ease-in;
  -o-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
}
.card-l__btn:hover {
  background-color: var(--gray-70);
}

.card-m {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 416px;
  color: var(--gray-60);
}
.card-m:hover .card-m__img {
  -webkit-filter: none;
  filter: none;
}
.card-m__sm {
  display: none;
}
.card-m__img {
  border-radius: 24px;
  height: 277px;
  width: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: -webkit-filter 0.2s ease-in;
  transition: -webkit-filter 0.2s ease-in;
  -o-transition: filter 0.2s ease-in;
  transition: filter 0.2s ease-in;
  transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
  -o-object-fit: cover;
  object-fit: cover;
}
.card-m__pic {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 65%;
}
.card-m__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 32px;
  padding: 24px;
  padding-top: 54px;
  padding-bottom: 15px;
  background-color: var(--white);
  border-radius: 0 0 24px 24px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-height: 256px;
}
.card-m__title {
  color: var(--red);
  margin-bottom: 18px;
}
.card-m__date {
  font-size: 1.4rem;
  line-height: 130%;
  color: var(--gray-40);
  z-index: 1;
}
.card-m__box {
  max-width: 240px;
  z-index: 1;
}
.card-m__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  padding: 16px 32px;
  border-radius: 6px;
  background-color: var(--blue-80);
  color: var(--white);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  z-index: 1;
}

[class*=copyrights-pane] {
  display: none !important;
}

[class*=ground-pane] {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

ymaps.ymaps-2-1-79-balloon__close-button {
  background: url(/img/close.svg);
  opacity: 1;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 80px;
  margin-right: 56px;
}
ymaps.ymaps-2-1-79-balloon__tail {
  display: none;
}
ymaps.ymaps-2-1-79-balloon {
  -webkit-box-shadow: none;
  box-shadow: none;
}
ymaps.ymaps-2-1-79-balloon__close + .ymaps-2-1-79-balloon__content {
  padding-top: 80px;
  padding-left: 56px;
  padding-right: 112px;
  padding-bottom: 75px;
  margin: 0;
}
ymaps.ymaps-2-1-79-balloon__content {
  background: none;
  position: relative;
}
ymaps.ymaps-2-1-79-balloon__content img {
  position: absolute;
  inset: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
}
ymaps.ymaps-2-1-79-balloon__layout {
  background: none;
}

.timing__table th:first-child,
.timing__table td:first-child,
.timing__table th:last-child,
.timing__table td:last-child {
  width: 90px;
}

.timing__table th:not(:first-child):not(:last-child),
.timing__table td:not(:first-child):not(:last-child) {
  width: auto;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 1550px) {
  .link:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: initial;
    color: var(--white);
  }
  .link.active {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: var(--white);
    text-transform: uppercase;
    background-color: var(--red);
    padding: 16px;
  }
  .link.active img {
    display: block;
  }
  .header__right-profile.link.active {
    text-transform: none;
    background-color: transparent;
    padding: 0;
    padding-right: 48px;
  }
}
@media screen and (max-width: 1220px) {
  .card-l {
    padding: 0;
  }
  .card-l__pic {
    display: none;
  }
  .card-l__img {
    height: 276px;
  }
  .card-l__sm {
    display: block;
    position: absolute;
    width: 100%;
    height: 224px;
    top: 53px;
    z-index: 2;
  }
  .card-l__box {
    max-width: 100%;
  }
  .card-l__btn {
    color: var(--white);
    background-color: var(--red);
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
  }
  .card-l__btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(var(--gradient)));
    background: -o-linear-gradient(var(--gradient));
    background: linear-gradient(var(--gradient));
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    border-radius: 6px;
    z-index: 0;
  }
  .card-l__btn span {
    position: relative;
    z-index: 1;
  }
  .card-l__btn svg {
    position: relative;
    z-index: 1;
  }
  .card-l__btn:hover::before {
    opacity: 0;
  }
  .card-l__btn:hover {
    background: var(--red);
  }
  .card-l__btn svg path {
    stroke: var(--white);
  }
  .card-l__body {
    background-color: var(--blue-80);
    padding-top: 10px;
    min-height: 289px;
  }
  .card-l__body h4 {
    color: var(--white);
  }
  .card-l__body h5 {
    color: var(--white);
  }
  .card-l__body span {
    color: var(--white);
  }
  .card-l__body p {
    color: var(--gray-20);
  }
}
@media screen and (max-width: 1023.98px) {
  .card-m__img {
    height: 250px;
  }
  .swiper.about__swiper {
    padding-bottom: 0px;
  }
  .swiper.about__swiper img {
    -o-object-fit: cover;
    object-fit: cover;
  }
  .swiper.aboutpage__swiper {
    padding-top: 0px;
  }
  .aboutpage__mid-left .swiper-pagination-bullets,
.aboutpage__mid-left .swiper-pagination-bullets.swiper-pagination-horizontal,
.aboutpage__mid-left .swiper-pagination-custom,
.aboutpage__mid-left .swiper-pagination-fraction {
    top: auto;
    bottom: 0px;
  }
  .about__left .swiper-horizontal > .swiper-pagination-bullets,
.about__left .swiper-pagination-bullets.swiper-pagination-horizontal,
.about__left .swiper-pagination-custom,
.about__left .swiper-pagination-fraction {
    top: auto;
    bottom: 0px;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumbs {
    gap: 8px;
    width: calc(100vw - 20px);
    overflow-x: scroll;
  }
  .breadcrumbs::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }
  .breadcrumbs a {
    font-size: 1.4rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .breadcrumbs p {
    font-size: 1.4rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .breadcrumbs p:last-child {
    margin-right: 20px;
  }
  .upload-area {
    margin-bottom: 40px;
  }
  .headline-text.h2 {
    font-size: 3.2rem;
    line-height: 115%;
  }
  .headline-text.h3 {
    font-size: 3.2rem;
    line-height: 115%;
  }
  .headline-circle {
    width: 12px;
    height: 12px;
    margin-top: 16px;
  }
  .headline-count.d1 {
    font-size: 1.4rem;
  }
  .headline-left {
    gap: 12px;
  }
  .headline-left.sm {
    gap: 12px;
  }
  .card-m__img {
    border-radius: 16px 16px 0 0;
    height: 292px;
  }
  .card-m__body {
    border-radius: 0 0 16px 16px;
    background-color: var(--gray-60);
    gap: 28px;
    padding: 20px;
    padding-top: 0px;
    min-height: 194px;
  }
  .card-m__box {
    max-width: 100%;
  }
  .card-m__title {
    color: var(--white);
    margin-bottom: 16px;
    max-width: 240px;
  }
  .card-m__info {
    color: var(--gray-15);
  }
  .card-m__date {
    display: inline-block;
    color: var(--gray-50);
    padding: 7px 16px;
    border-radius: 500px;
    background-color: var(--gray-5);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .card-m__pic {
    display: none;
  }
  .card-m__sm {
    display: block;
    position: absolute;
    width: 100%;
    height: 240px;
    top: 53px;
  }
  .upload-image {
    display: none;
  }
  .upload-image-sm {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .card-l {
    max-width: 500px;
    margin: 0 auto;
  }
  .card-l__img {
    border-radius: 16px 16px 0 0;
    height: 282px;
  }
  .card-l__sm {
    border-radius: 16px 16px 0 0;
    height: 229px;
  }
  .card-l__btn {
    max-width: 100%;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .card-l .card-l__btn span {
    font-size: 1.8rem;
  }
  .card-l__price {
    margin-bottom: 16px;
  }
  .card-l__body {
    min-height: 250px;
    gap: 25px;
    border-radius: 0 0 16px 16px;
  }
  .card-l h4 {
    font-size: 2.6rem;
    margin-bottom: 8px;
  }
  .card-l h5 {
    font-size: 2.2rem;
  }
  .card-l span {
    font-size: 3rem;
  }
  .card-l p {
    font-size: 1.2rem;
  }
  .timing__table th:first-child,
.timing__table td:first-child,
.timing__table th:last-child,
.timing__table td:last-child {
    width: 92px;
  }
  .timing__table th:not(:first-child):not(:last-child),
.timing__table td:not(:first-child):not(:last-child) {
    width: 228px;
  }
}
.h1 {
  font-size: 5.6rem;
  line-height: 110%;
  font-weight: 400;
}

.h2 {
  font-size: 4.6rem;
  line-height: 110%;
  font-weight: 500;
}

.h3 {
  font-size: 4rem;
  line-height: 115%;
  font-weight: 500;
}

.h4 {
  font-size: 3.2rem;
  line-height: 120%;
  font-weight: 500;
}

.h5 {
  font-size: 2.6rem;
  line-height: 125%;
  font-weight: 500;
}

.p1 {
  font-size: 1.8rem;
  line-height: 130%;
  font-weight: 400;
}

.p2 {
  font-size: 1.6rem;
  line-height: 130%;
  font-weight: 400;
}

.p3 {
  font-size: 1.4rem;
  line-height: 130%;
  font-weight: 500;
}

.p4 {
  font-size: 1.2rem;
  line-height: 130%;
  font-weight: 500;
}

.d1 {
  font-size: 2rem;
  line-height: 125%;
  font-weight: 500;
}

.d2 {
  font-size: 1.6rem;
  line-height: 125%;
  font-weight: 500;
}

.btn-l {
  font-size: 2rem;
  line-height: 130%;
  font-weight: 700;
}

.btn-m {
  font-size: 1.8rem;
  line-height: 130%;
  font-weight: 700;
}

.btn-s {
  font-size: 1.5rem;
  line-height: 130%;
  font-weight: 700;
}

.btn-xs {
  font-size: 1.3rem;
  line-height: 130%;
  font-weight: 700;
  text-transform: uppercase;
}

.meta-1 {
  font-size: 3rem;
  line-height: 120%;
  font-weight: 500;
}

.meta-2 {
  font-size: 2rem;
  line-height: 125%;
  font-weight: 500;
}

.meta-3 {
  font-size: 1.6rem;
  line-height: 130%;
  font-weight: 500;
}

.meta-4 {
  font-size: 1.4rem;
  line-height: 130%;
  font-weight: 500;
}

* {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

body {
  margin: 0;
}

.container {
  max-width: 1444px;
  padding: 0px 50px;
  margin: 0 auto;
}

.header__container {
  max-width: 1972px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 24px;
}

.footer__container {
  max-width: 1972px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
}

@media screen and (max-width: 1023.98px) {
  .container {
    padding: 0px 35px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    padding: 0px 20px;
  }
  .header__container {
    padding: 0;
  }
  .footer__container {
    padding: 0;
  }
}
.header {
  position: fixed;
  top: 24px;
  left: 0;
  right: 0;
  z-index: 10;
  width: 100%;
}
.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 104px;
  border-radius: 16px;
  background-color: rgba(44, 47, 75, 0.85);
  backdrop-filter: blur(48px);
  overflow: hidden;
}
.header__burger {
  display: none;
}
.header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 23px;
}
.header__block {
  height: 100%;
}
.header__block-top {
  height: 100%;
}
.header__block-bottom {
  display: none;
}
.header__nav {
  height: 100%;
}
.header__nav-dop {
  display: none;
}
.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.header__nav-item {
  border-right: 2px solid var(--gray-50);
}
.header__nav-item:first-child {
  border-left: 2px solid var(--gray-50);
}
.header__nav-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 40px;
  gap: 12px;
  height: 100%;
  color: var(--gray-20);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__nav-item a img {
  display: none;
}
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__right-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  padding: 0 40px;
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-left: 2px solid var(--gray-50);
  border-right: 2px solid var(--gray-50);
}
.header__right-login {
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 2px solid var(--gray-50);
  border-right: 2px solid var(--gray-50);
  color: var(--gray-20);
}
.header__right-login.sm {
  display: none;
}
.header__right-register {
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  color: var(--gray-20);
}
.header__right-register svg path {
  -webkit-transition: stroke 0.2s ease-in;
  -o-transition: stroke 0.2s ease-in;
  transition: stroke 0.2s ease-in;
}
.header__right-register:hover svg path {
  stroke: var(--red);
}
.header__right-logout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 40px;
  color: var(--gray-20);
  cursor: pointer;
}
.header__right-logout.sm {
  display: none;
}
.header__photo {
  border-radius: 50%;
}
.header__info-name {
  color: var(--gray-20);
  margin-bottom: 8px;
}
.header__info-balance {
  color: var(--gray-15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.header__info-balance span {
  padding: 2px 6px;
  background-color: var(--red);
  color: var(--white);
  border-radius: 500px;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 130%;
}
.header__balance-sm {
  display: none;
}

@media screen and (max-width: 1550px) {
  .header__content {
    background-color: rgba(44, 47, 75, 0.9);
    overflow: initial;
  }
  .header__burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 20px;
    cursor: pointer;
  }
  .header__logo {
    padding: 0;
  }
  .header__block {
    position: fixed;
    top: 0;
    left: -130%;
    height: calc(100vh - 152px);
    max-width: 400px;
    width: 100%;
    background-color: rgb(44, 47, 75);
    -webkit-transition: left 0.3s ease;
    -o-transition: left 0.3s ease;
    transition: left 0.3s ease;
    z-index: 10;
    margin-top: 116px;
    border-radius: 16px;
    overflow-y: scroll;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header__block::-webkit-scrollbar {
    width: 0px;
  }
  .header__block._active {
    left: 0;
  }
  .header__block-top {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .header__block-bottom {
    display: block;
    color: var(--gray-40);
    text-align: center;
    padding: 16px 20px;
    border-top: 2px solid var(--gray-40);
  }
  .header__nav {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .header__nav-dop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    margin-bottom: 40px;
  }
  .header__nav-tel {
    color: var(--gray-15);
  }
  .header__nav-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
  }
  .header__nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 56px 20px;
    padding-bottom: 24px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    gap: 40px;
  }
  .header__nav-item {
    width: 100%;
    border-right: 0;
  }
  .header__nav-item:first-child {
    border-left: 0;
  }
  .header__nav-item a {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 8px;
  }
  .header__photo {
    position: relative;
  }
  .header__right-logout {
    display: none;
  }
  .header__right-logout.sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: none;
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
    padding: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 16px;
    background-color: var(--blue-80);
    color: var(--white);
    text-transform: uppercase;
    border-radius: 6px;
    -webkit-transition: background-color 0.2s ease-in;
    -o-transition: background-color 0.2s ease-in;
    transition: background-color 0.2s ease-in;
  }
  .header__right-logout.sm:hover {
    background-color: var(--blue-90);
  }
  .header__right-login {
    display: none;
  }
  .header__right-login.sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: none;
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
    padding: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 16px;
    background-color: var(--blue-80);
    color: var(--white);
    text-transform: uppercase;
    border-radius: 6px;
    -webkit-transition: background-color 0.2s ease-in;
    -o-transition: background-color 0.2s ease-in;
    transition: background-color 0.2s ease-in;
  }
  .header__right-login.sm:hover {
    background-color: var(--blue-90);
  }
  .header__right-register {
    display: none;
  }
  .header__right-profile {
    border-left: none;
    border-right: none;
    padding: 0;
    padding-right: 48px;
    gap: 0;
  }
  .header__info {
    display: none;
  }
  .header__info-balance span {
    position: absolute;
    right: 20px;
    top: 16px;
  }
  .header__balance-sm {
    display: block;
  }
  .header__nav-list .link:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: var(--white);
  }
  .header__nav-list .link:hover img {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .header {
    top: 0;
  }
  .header__block {
    margin-top: 88px;
    max-width: 100%;
    border-radius: 0px;
    height: calc(100vh - 88px);
  }
  .header__content {
    border-radius: 0px;
    min-height: 88px;
    border-bottom: 2px solid var(--gray-50);
  }
  .header__logo {
    padding-left: 40px;
  }
  .header__logo img {
    height: 64px;
  }
  .header__photo {
    height: 56px;
  }
}
.hero {
  position: relative;
  padding-top: 248px;
  padding-bottom: 34px;
}
.hero__img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero__img-down {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}
.hero__img-down-sm {
  display: none;
}
.hero__img.sec {
  display: none;
}
.hero__img.thr {
  display: none;
}
.hero__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 219px;
}
.hero__title {
  color: var(--white);
  margin-bottom: 55px;
}
.hero__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  padding: 12px 32px;
  background-color: var(--white);
  color: var(--blue-80);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  border-radius: 6px;
  -webkit-transition: background-color 0.2s ease-in;
  -o-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
}
.hero__btn:hover {
  background-color: var(--gray-5);
}
.hero__btn-sm {
  display: none;
}
.hero__left {
  margin-top: 259px;
  max-width: 433px;
}
.hero__svg-fst {
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
}
.hero__svg-sec {
  position: absolute;
  top: 0;
  left: 0;
}
.hero__right-link {
  display: block;
  position: relative;
  width: 190px;
  height: 193px;
}
.hero__right-link .hero__svg-sec {
  -webkit-animation: spin 10s linear infinite;
  animation: spin 10s linear infinite;
}
.hero__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.hero__bottom-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 36px;
  color: var(--red);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1300px) {
  .hero__img {
    display: none;
  }
  .hero__img.sec {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .hero {
    padding-top: 460px;
    padding-bottom: 20px;
  }
  .hero__right {
    display: none;
  }
  .hero__img {
    display: none;
  }
  .hero__img.sec {
    display: none;
  }
  .hero__img.thr {
    display: block;
  }
  .hero__row {
    margin-bottom: 50px;
  }
  .hero__title {
    text-align: center;
    font-size: 3.6rem;
    margin-bottom: 32px;
  }
  .hero__bottom-link {
    font-size: 1.4rem;
    gap: 28px;
  }
  .hero__btn {
    display: none;
  }
  .hero__btn-sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.8rem;
    width: 100%;
    gap: 12px;
    padding: 16px 32px;
    border-radius: 6px;
    color: var(--white);
    background-color: var(--red);
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
  }
  .hero__btn-sm::before {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(var(--gradient)));
    background: -o-linear-gradient(var(--gradient));
    background: linear-gradient(var(--gradient));
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    border-radius: 6px;
    z-index: 0;
  }
  .hero__btn-sm span {
    position: relative;
    z-index: 1;
  }
  .hero__btn-sm svg {
    position: relative;
    z-index: 1;
  }
  .hero__btn-sm:hover::before {
    opacity: 0;
  }
  .hero__left {
    margin: 0 auto;
    max-width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .hero {
    padding-bottom: 40px;
  }
  .hero__img-down {
    display: none;
  }
  .hero__img-down-sm {
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
  }
}
@media screen and (max-width: 375px) {
  .hero {
    padding-bottom: 28px;
  }
}
.services {
  background-color: var(--gray-5);
  padding-top: 100px;
  padding-bottom: 280px;
  position: relative;
}
.services__down {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.services__card {
  height: 100%;
  margin: 0 auto;
  display: none;
}
.services__head {
  margin-bottom: 32px;
}
.services__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  gap: 12px;
  padding: 16px 32px;
  border-radius: 6px;
  color: var(--white);
  background-color: var(--red);
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.services__btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--gradient)));
  background: -o-linear-gradient(var(--gradient));
  background: linear-gradient(var(--gradient));
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  border-radius: 6px;
  z-index: 0;
}
.services__btn span {
  position: relative;
  z-index: 1;
}
.services__btn svg {
  position: relative;
  z-index: 1;
}
.services__btn:hover::before {
  opacity: 0;
}
.services__big {
  padding-top: 120px;
  padding-bottom: 150px;
  padding-left: 68px;
  padding-right: 40px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 100px;
  position: relative;
}
.services__big-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.services__big-left {
  z-index: 1;
}
.services__big-left p {
  color: var(--red);
}
.services__big-right {
  z-index: 1;
  max-width: 310px;
  width: 100%;
}

@media screen and (max-width: 1550px) {
  .services__big {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 1024px) {
  .services {
    padding-bottom: 200px;
  }
  .services__card {
    display: block;
  }
  .services__big {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .services {
    padding: 40px 0;
    border-radius: 0 0 16px 16px;
  }
  .services__down {
    display: none;
  }
}
.about {
  padding-top: 76px;
  padding-bottom: 130px;
}
.about__top {
  margin-bottom: 112px;
}
.about__left {
  max-width: 764px;
  width: 100%;
  position: relative;
}
.about__swiper-wrapper {
  position: relative;
}
.about__swiper-slide {
  clip-path: path("M740 0C753.255 0 764 10.7452 764 24V464C764 477.255 753.255 488 740 488H185.775C177.31 488 169.47 492.46 165.145 499.737L155.322 516.263C150.997 523.54 143.157 528 134.691 528H24C10.7452 528 0 517.255 0 504V80C0 66.7452 10.7452 56 24 56H328.04C336.66 56 344.618 51.3773 348.888 43.8895L367.011 12.1105C371.282 4.62267 379.24 0 387.859 0H740Z");
}
.about-button-next {
  position: absolute;
  z-index: 5;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  right: 0;
  cursor: url("/img/Right.svg"), pointer;
}
.about-button-prev {
  position: absolute;
  z-index: 5;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  left: 0;
  cursor: url("/img/Left.svg"), pointer;
}
.about-pagination {
  position: absolute;
  gap: 16px;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.about-pagination .dots {
  color: var(--gray-40);
}
.about-pagination .page.active {
  color: var(--red);
}
.about__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 50px;
}
.about__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 12px;
  padding: 16px 32px;
  border-radius: 6px;
  color: var(--white);
  background-color: var(--red);
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
}
.about__btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--gradient)));
  background: -o-linear-gradient(var(--gradient));
  background: linear-gradient(var(--gradient));
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  border-radius: 6px;
  z-index: 0;
}
.about__btn span {
  position: relative;
  z-index: 1;
}
.about__btn svg {
  position: relative;
  z-index: 1;
}
.about__btn:hover::before {
  opacity: 0;
}
.about__box {
  margin-bottom: 56px;
}
.about__right {
  max-width: 416px;
  width: 100%;
}
.about__right-desc {
  margin-bottom: 24px;
}
.about__right-small.first {
  margin-bottom: 9px;
}

@media screen and (max-width: 1300px) {
  .about__left {
    max-width: 507px;
  }
  .about__right {
    max-width: 100%;
  }
  .about__swiper-slide {
    clip-path: path("M491.073 0C499.869 0 507 7.131 507 15.927V307.916C507 316.712 499.869 323.843 491.073 323.843H123.283C117.665 323.843 112.462 326.803 109.592 331.632L103.074 342.599C100.204 347.428 95.001 350.387 89.383 350.387H15.927C7.131 350.387 0 343.257 0 334.461V53.089C0 44.293 7.131 37.162 15.927 37.162H217.691C223.412 37.162 228.693 34.095 231.526 29.126L243.553 8.037C246.387 3.068 251.668 0 257.388 0H491.073Z");
  }
}
@media screen and (max-width: 1023px) {
  .about__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .about__top {
    margin-bottom: 60px;
  }
  .about__left {
    max-width: 100%;
    height: 448px;
    padding-bottom: 48px;
  }
  .about__swiper {
    width: 100%;
    height: 100%;
  }
  .about__swiper-slide {
    clip-path: none;
    border-radius: 16px;
    overflow: hidden;
  }
  .about-pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 4px;
  }
}
@media screen and (max-width: 768px) {
  .about {
    padding: 56px 0;
  }
  .about__top {
    margin-bottom: 48px;
  }
  .about__bottom {
    gap: 56px;
  }
  .about__box {
    margin-bottom: 48px;
  }
  .about__left {
    height: 361px;
  }
  .about__btn {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .about-button-next {
    display: none;
  }
  .about-button-prev {
    display: none;
  }
  .about__right-desc {
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 16px;
  }
  .about__right-small {
    font-size: 1.4rem;
    font-weight: 500;
  }
}
@media screen and (max-width: 576px) {
  .about__left {
    height: 261px;
  }
}
.news {
  background: var(--gray-5);
  padding-top: 210px;
  padding-bottom: 230px;
  position: relative;
}
.news__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 90px;
}
.news__top-link {
  text-transform: uppercase;
  color: var(--gray-40);
  padding: 16px 32px;
  -webkit-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
}
.news__top-link.sm {
  display: none;
}
.news__top-link:hover {
  color: var(--red);
}
.news__topik {
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.news__bottomik {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 1220px) {
  .news__card {
    max-width: 100%;
  }
  .news-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
    gap: 4px;
  }
}
@media screen and (max-width: 1023.98px) {
  .news__card .card-m__pic {
    height: 70%;
  }
}
@media screen and (max-width: 768px) {
  .news {
    padding: 100px 0;
  }
  .news__card {
    max-width: 500px;
    margin: 0 auto;
  }
  .news-swiper {
    margin-bottom: 48px;
  }
  .news__top {
    margin-bottom: 56px;
  }
  .news__top-link {
    display: none;
  }
  .news__top-link.sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 320px;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
  }
}
@media screen and (max-width: 576px) {
  .news {
    padding: 40px 0;
    border-radius: 16px;
  }
  .news__topik {
    display: none;
  }
  .news__bottomik {
    display: none;
  }
}
.contacts {
  padding-top: 94px;
  padding-bottom: 210px;
  position: relative;
}
.contacts__left {
  position: absolute;
  left: 0;
  top: 46%;
  z-index: -1;
  width: 12.7vw;
  max-height: 800px;
}
.contacts__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 188px;
}
.contacts__top-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 12px;
  padding: 16px 32px;
  border-radius: 6px;
  color: var(--white);
  background-color: var(--red);
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
}
.contacts__top-link.sm {
  display: none;
}
.contacts__top-link::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--gradient)));
  background: -o-linear-gradient(var(--gradient));
  background: linear-gradient(var(--gradient));
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  border-radius: 6px;
  z-index: 0;
}
.contacts__top-link span {
  position: relative;
  z-index: 1;
}
.contacts__top-link svg {
  position: relative;
  z-index: 1;
}
.contacts__top-link:hover::before {
  opacity: 0;
}
.contacts__map {
  position: absolute;
  inset: 0;
}
.contacts__map-wrapper {
  position: relative;
  width: 100%;
  height: 442px;
  border-radius: 24px;
  overflow: hidden;
}
.contacts__baloon {
  max-width: 364px;
  width: 100%;
}
.contacts__baloon-head {
  margin-bottom: 16px;
}
.contacts__baloon-desc {
  margin-bottom: 24px;
}
.contacts__baloon-adress {
  margin-bottom: 16px;
}
.contacts-info {
  display: none;
}

@media screen and (max-width: 1220px) {
  .contacts__left {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .contacts {
    padding: 40px 0;
  }
  .contacts__top {
    margin-bottom: 56px;
  }
  .contacts__top-link {
    display: none;
  }
  .contacts__top-link.sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
  }
  .contacts-info {
    display: block;
    margin-bottom: 40px;
  }
  .contacts-info h5 {
    font-size: 2.2rem;
    margin-bottom: 16px;
  }
  .contacts-info p {
    font-size: 1.4rem;
  }
  .contacts-info p:nth-child(2) {
    margin-bottom: 24px;
  }
  .contacts-info p:nth-child(3) {
    margin-bottom: 16px;
  }
  .contacts__map-wrapper {
    height: 420px;
    border-radius: 16px;
    margin-bottom: 60px;
  }
}
.subscribe {
  position: relative;
  padding-top: 200px;
  padding-bottom: 90px;
}
.subscribe__content {
  position: relative;
  max-width: 880px;
  width: 100%;
  padding: 0 32px;
  padding-bottom: 96px;
  margin: 0 auto;
}
.subscribe__top {
  margin-bottom: 86px;
}
.subscribe__topik {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
}
.subscribe__bottom {
  max-width: 736px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 24px;
}
.subscribe__bottom-col {
  max-width: 344px;
  width: 100%;
}
.subscribe__bottom-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 56px;
  color: var(--gray-15);
  padding: 8px;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--dark-gradient)));
  background: -o-linear-gradient(var(--dark-gradient));
  background: linear-gradient(var(--dark-gradient));
  border-radius: 8px;
  margin-bottom: 24px;
  -webkit-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
}
.subscribe__bottom-link:hover {
  color: var(--white);
  text-decoration: underline;
}
.subscribe__bottom-desc {
  color: var(--gray-10);
}
.subscribe__head {
  color: var(--white);
}
.subscribe__background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.subscribe__background-in {
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

@media screen and (max-width: 1023.98px) {
  .subscribe__background-in {
    display: none;
  }
  .subscribe__bottom {
    max-width: 100%;
  }
  .subscribe__bottom-col {
    max-width: 100%;
  }
  .subscribe__bottom-link {
    background: -webkit-gradient(linear, left top, left bottom, from(var(--red-gradient)));
    background: -o-linear-gradient(var(--red-gradient));
    background: linear-gradient(var(--red-gradient));
    color: var(--white);
  }
}
@media screen and (max-width: 768px) {
  .subscribe {
    padding-top: 100px;
    padding-bottom: 72px;
  }
  .subscribe__head {
    font-size: 3rem;
  }
  .subscribe__content {
    padding: 0;
  }
  .subscribe__top {
    margin-bottom: 72px;
  }
  .subscribe__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 56px;
  }
  .subscribe__bottom-link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 24px;
  }
  .subscribe__bottom-desc {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 576px) {
  .subscribe {
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
    overflow: hidden;
    padding-top: 40px;
  }
  .subscribe__topik {
    display: none;
  }
  .subscribe__bottom-link {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 40px;
  }
}
.error {
  padding-top: 152px;
  padding-bottom: 270px;
}
.error .breadcrumbs {
  margin-bottom: 75px;
}
.error__message {
  padding: 80px 72px;
  padding-top: 96px;
  width: 100%;
  position: relative;
}
.error__message-img {
  position: absolute;
  inset: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
}
.error__message-link {
  margin-top: 56px;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 12px;
  padding: 16px 44px;
  border-radius: 6px;
  color: var(--white);
  background-color: var(--red);
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
}
.error__message-link::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--gradient)));
  background: -o-linear-gradient(var(--gradient));
  background: linear-gradient(var(--gradient));
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  border-radius: 6px;
  z-index: 0;
}
.error__message-link span {
  position: relative;
  z-index: 1;
}
.error__message-link svg {
  position: relative;
  z-index: 1;
}
.error__message-link:hover::before {
  opacity: 0;
}
.error__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
.error__content-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 90px;
  max-width: 880px;
  width: 100%;
}
.error__content-left-img {
  margin-bottom: 120px;
  max-width: 622px;
  width: 100%;
}
.error__content-left h5 a {
  color: var(--red);
}
.error__content-right-link {
  display: block;
  position: relative;
  width: 190px;
  height: 193px;
}
.error__content-right-link .error__svg-sec {
  -webkit-animation: spin 10s linear infinite;
  animation: spin 10s linear infinite;
}
.error__svg-fst {
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
}
.error__svg-sec {
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1550px) {
  .error__content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .error__content-right {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .error {
    padding-top: 102px;
    padding-bottom: 80px;
  }
  .error .breadcrumbs {
    margin-bottom: 80px;
  }
  .error__content-left {
    padding: 0;
  }
  .error__content-left-img {
    margin-bottom: 96px;
  }
  .error__message {
    padding: 0px;
  }
  .error__message-img {
    display: none;
  }
  .error__message-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .error__message h5 {
    font-size: 22px;
  }
}
.newspage__top {
  position: relative;
  padding-top: 152px;
  padding-bottom: 40px;
}
.newspage__top .breadcrumbs {
  margin-bottom: 81px;
}
.newspage__top .headline {
  margin-bottom: 116px;
}
.newspage__top-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.newspage__top-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 36px;
  color: var(--red);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.newspage__top-down {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  z-index: -1;
}
.newspage__bottom {
  background-color: var(--gray-5);
  padding-top: 74px;
  padding-bottom: 110px;
}
.newspage__bottom-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  row-gap: 80px;
}
.newspage__bottom-show {
  display: none;
}

@media screen and (max-width: 1220px) {
  .newspage__bottom-content {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .newspage__bottom-card {
    max-width: 100%;
  }
}
@media screen and (max-width: 1023.98px) {
  .newspage__bottom-content {
    gap: 24px;
    row-gap: 48px;
  }
  .newspage__bottom-card .card-m__pic {
    height: 70%;
  }
}
@media screen and (max-width: 768px) {
  .newspage__top {
    padding-top: 103.5px;
    padding-bottom: 0px;
    margin-bottom: 56px;
  }
  .newspage__top .breadcrumbs {
    margin-bottom: 56px;
  }
  .newspage__top .headline {
    margin-bottom: 0;
  }
  .newspage__top .headline-text.h2 {
    font-size: 3.2rem;
  }
  .newspage__top-box {
    display: none;
  }
  .newspage__top-down {
    display: none;
  }
  .newspage__bottom {
    border-radius: 16px 16px 0 0;
  }
  .newspage__bottom-content {
    gap: 24px;
    margin-bottom: 40px;
  }
  .newspage__bottom-show {
    display: block;
    max-width: 320px;
    width: 100%;
    padding: 16px;
    text-transform: uppercase;
    border-radius: 6px;
    margin: 0 auto;
    background-color: var(--blue-80);
    color: var(--white);
    text-align: center;
  }
  .newspage__bottom-card {
    max-width: 500px;
    margin: 0 auto;
  }
  .newspage__bottom-card .card-m__pic {
    height: 70%;
  }
}
@media screen and (max-width: 626px) {
  .newspage__bottom-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 576px) {
  .newspage__bottom {
    background-color: var(--white);
    padding: 0;
    margin-bottom: 80px;
  }
}
.newspage__detail-top {
  padding-top: 152px;
  padding-bottom: 230px;
}
.newspage__detail-top .breadcrumbs {
  margin-bottom: 83px;
}
.newspage__detail-top-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 94px;
}
.newspage__detail-top-date {
  color: var(--gray-50);
  padding: 7px 16px;
  background-color: var(--gray-5);
  border-radius: 500px;
}
.newspage__detail-top-date.sm {
  display: none;
}
.newspage__detail-top-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.newspage__detail-top-left {
  max-width: 645px;
  width: 100%;
  aspect-ratio: 645/453;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  clip-path: path("M624.215 0C635.855 0 644.848 9.298 644.848 20.761V396.667C644.848 408.13 635.855 417.428 624.215 417.428H157.471C150.346 417.428 143.752 421.694 139.961 427.708L131.63 442.292C127.839 448.305 121.245 452.571 114.12 452.571H20.372C9.018 452.571 0 443.278 0 431.826V69.163C0 57.711 9.018 48.418 20.372 48.418H278.132C285.484 48.418 292.376 44.356 296.096 37.877L311.164 10.105C314.884 3.626 321.776 0 329.128 0H624.215Z");
}
.newspage__detail-top-left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.newspage__detail-top-right {
  max-width: 536px;
  width: 100%;
}
.newspage__detail-top-right h3 {
  color: var(--red);
  margin-bottom: 32px;
}
.newspage__detail-top-right p.mb {
  margin-bottom: 12px;
}
.newspage__detail-bottom {
  padding-top: 184px;
  padding-bottom: 100px;
  position: relative;
  background-color: var(--gray-5);
}
.newspage__detail-bottom .headline {
  margin-bottom: 104px;
}
.newspage__detail-bottom-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
  gap: 4px;
}
.newspage__detail-bottom-topik {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
}
.newspage__detail-bottom-show {
  display: none;
}

@media screen and (max-width: 1220px) {
  .newspage__detail-top-left {
    max-width: 455px;
    clip-path: path("M440.170575 0C448.469775 0 454.86264 6.55939 454.86264 14.664466V279.956702C454.86264 288.061778 448.469775 294.621168 440.170575 294.621168H110.994055C105.98986 294.621168 101.34736 297.856564 98.694766 302.082448L92.82753 312.476828C90.174936 316.702712 85.532436 319.938108 80.52824 319.938108H14.44953C6.39669 319.938108 0 313.38413 0 305.282676V48.113178C0 40.011724 6.39669 33.457746 14.44953 33.457746H197.16801C202.36542 33.457746 207.17748 30.326636 209.66784 25.637562L220.35966 6.96813C222.85002 2.279056 227.66208 0 232.85949 0H440.170575Z");
  }
  .newspage__detail-bottom-card {
    max-width: 100%;
  }
}
@media screen and (max-width: 1023.98px) {
  .newspage__detail-top-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .newspage__detail-top-left {
    clip-path: none;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    border-radius: 16px;
    overflow: hidden;
    max-width: 100%;
    max-height: 400px;
  }
  .newspage__detail-top-right {
    max-width: 100%;
  }
  .newspage__detail-bottom-card .card-m__pic {
    height: 70%;
  }
}
@media screen and (max-width: 768px) {
  .newspage__detail-top {
    padding-top: 103.5px;
    padding-bottom: 80px;
  }
  .newspage__detail-top-row {
    gap: 40px;
  }
  .newspage__detail-top-right h3 {
    font-size: 3rem;
    margin-bottom: 24px;
  }
  .newspage__detail-top-right p {
    font-size: 1.6rem;
  }
  .newspage__detail-top-right p.mb {
    margin-bottom: 9px;
  }
  .newspage__detail-top .breadcrumbs {
    margin-bottom: 56px;
  }
  .newspage__detail-top-head {
    margin-bottom: 56px;
  }
  .newspage__detail-top-date {
    display: none;
  }
  .newspage__detail-top-date.sm {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 24px;
  }
  .newspage__detail-bottom {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .newspage__detail-bottom-card {
    max-width: 500px;
    margin: 0 auto;
  }
  .newspage__detail-bottom-swiper {
    margin-bottom: 56px;
  }
  .newspage__detail-bottom-show {
    display: block;
    max-width: 320px;
    width: 100%;
    padding: 16px;
    text-transform: uppercase;
    border-radius: 6px;
    margin: 0 auto;
    background-color: var(--blue-80);
    color: var(--white);
    text-align: center;
  }
  .newspage__detail-bottom .headline {
    margin-bottom: 56px;
  }
}
@media screen and (max-width: 576px) {
  .newspage__detail-top-left {
    max-height: 213px;
  }
  .newspage__detail-bottom {
    padding-top: 40px;
    margin-bottom: 80px;
    border-radius: 16px;
  }
  .newspage__detail-bottom-topik {
    display: none;
  }
}
.aboutpage__top {
  padding-top: 152px;
  padding-bottom: 120px;
}
.aboutpage__top .breadcrumbs {
  margin-bottom: 85px;
}
.aboutpage__top .headline {
  margin-bottom: 114px;
}
.aboutpage__top-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.aboutpage__top-right {
  max-width: 648px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 56px;
}
.aboutpage__top-right h4 {
  color: var(--red);
  margin-bottom: 32px;
}
.aboutpage__top-right p.spaced {
  margin-bottom: 12px;
}
.aboutpage__top-left {
  max-width: 400px;
  width: 100%;
}
.aboutpage__top-left-link {
  display: block;
  position: relative;
  width: 190px;
  height: 193px;
}
.aboutpage__top-left-link .aboutpage__top-svg-sec {
  -webkit-animation: spin 10s linear infinite;
  animation: spin 10s linear infinite;
}
.aboutpage__top-left h3 {
  margin-bottom: 64px;
}
.aboutpage__top-svg-fst {
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
}
.aboutpage__top-svg-sec {
  position: absolute;
  top: 0;
  left: 0;
}
.aboutpage__mid {
  padding-top: 215px;
  padding-bottom: 280px;
  background-color: var(--gray-5);
  position: relative;
}
.aboutpage__mid-topik {
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.aboutpage__mid-bottomik {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.aboutpage__mid-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 50px;
}
.aboutpage__mid-left {
  max-width: 764px;
  width: 100%;
  position: relative;
}
.aboutpage__mid-right {
  max-width: 416px;
  width: 100%;
}
.aboutpage__mid-right-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 12px;
  padding: 16px 32px;
  border-radius: 6px;
  color: var(--white);
  background-color: var(--red);
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
}
.aboutpage__mid-right-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--gradient)));
  background: -o-linear-gradient(var(--gradient));
  background: linear-gradient(var(--gradient));
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  border-radius: 6px;
  z-index: 0;
}
.aboutpage__mid-right-btn span {
  position: relative;
  z-index: 1;
}
.aboutpage__mid-right-btn svg {
  position: relative;
  z-index: 1;
}
.aboutpage__mid-right-btn:hover::before {
  opacity: 0;
}
.aboutpage__mid-right-btn.sm {
  display: none;
}
.aboutpage__mid-right-desc {
  margin-bottom: 24px;
}
.aboutpage__mid-right-small.margined {
  margin-bottom: 9px;
}
.aboutpage__mid-right-box {
  margin-bottom: 56px;
}
.aboutpage__bottom {
  padding-top: 190px;
  padding-bottom: 282px;
  position: relative;
}
.aboutpage__bottom-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4px;
  margin-top: 40px;
}
.aboutpage__bottom-left {
  position: absolute;
  left: 0;
  top: 20%;
  z-index: -1;
  width: 12.7vw;
  max-height: 1200px;
}
.aboutpage__bottom-right {
  position: absolute;
  right: 0;
  top: 36%;
  z-index: -1;
  width: 12vw;
  max-height: 950px;
}
.aboutpage__bottom-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}
.aboutpage__bottom-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.aboutpage__bottom-item img {
  margin-bottom: 80px;
}
.aboutpage__bottom-item h4 {
  text-align: center;
  color: var(--red);
  margin-bottom: 24px;
}
.aboutpage__bottom-item p {
  text-align: center;
}
.aboutpage__swiper {
  width: 100%;
  height: 100%;
}
.aboutpage__swiper-wrapper {
  position: relative;
}
.aboutpage__swiper-slide {
  clip-path: path("M356.187 43.8939C360.458 51.3793 368.415 56 377.033 56H740C753.255 56 764 66.7452 764 80V464C764 477.255 753.255 488 740 488H120.145C111.677 488 103.835 483.538 99.5107 476.257L3.36615 314.41C1.16284 310.701 0 306.466 0 302.152V24C0 10.7452 10.7452 0 24 0H317.204C325.823 0 333.779 4.62074 338.05 12.1061L356.187 43.8939Z");
}
.aboutpage__button-next {
  position: absolute;
  z-index: 5;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  right: 0;
  cursor: url("/img/Right.svg"), pointer;
}
.aboutpage__button-prev {
  position: absolute;
  z-index: 5;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  left: 0;
  cursor: url("/img/Left.svg"), pointer;
}
.aboutpage__pagination {
  position: absolute;
  gap: 16px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.aboutpage__pagination .dots {
  color: var(--gray-40);
}
.aboutpage__pagination .page.active {
  color: var(--red);
}
.aboutpage__info {
  position: relative;
  padding-top: 40px;
  padding-bottom: 86px;
  overflow: hidden;
}
.aboutpage__info .headline {
  margin-bottom: 120px;
}
.aboutpage__info-left {
  position: absolute;
  left: 0;
  top: 20%;
  z-index: -1;
  width: 11.9vw;
}
.aboutpage__info-right {
  position: absolute;
  right: 0;
  top: 27.5%;
  z-index: -1;
  width: 34.5vw;
}
.aboutpage__info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 120px;
}
.aboutpage__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.aboutpage__info-item-show {
  display: none;
}
.aboutpage__info-item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
.aboutpage__info-item ul li {
  padding-left: 56px;
  position: relative;
}
.aboutpage__info-item ul li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 24px;
  width: 16px;
  height: 21px;
  background-image: url("/img/li-aboutpage-info.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.aboutpage__info-item.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.aboutpage__info-item-body {
  max-width: 648px;
  width: 100%;
}
.aboutpage__info-item-body img {
  margin-bottom: 40px;
}
.aboutpage__info-item-body h5 {
  color: var(--red);
  margin-bottom: 24px;
}
.aboutpage__info-item-body p.mb {
  margin-bottom: 9px;
}
.aboutpage__info-item-body-desc {
  margin-top: 48px;
  padding: 24px;
  background-color: var(--gray-5);
  border-radius: 16px;
}
.aboutpage__info-item-left {
  position: relative;
}
.aboutpage__info-item-left.fst {
  margin-top: 107px;
}
.aboutpage__info-item-left.sec {
  margin-top: 137px;
}
.aboutpage__info-item-left.thr {
  margin-top: 78px;
}
.aboutpage__info-item-left-img {
  position: relative;
  z-index: 0;
  display: block;
  max-width: 648px;
  min-width: 520px;
  width: 100%;
  height: 440px;
}
.aboutpage__info-item-left-img-sm {
  display: none;
}
.aboutpage__small-br {
  display: none;
}

@media screen and (max-width: 1550px) {
  .aboutpage__bottom-right {
    display: none;
  }
  .aboutpage__bottom-left {
    display: none;
  }
}
@media screen and (max-width: 1300.98px) {
  .aboutpage__mid-left {
    max-width: 507px;
  }
  .aboutpage__mid-right {
    max-width: 100%;
  }
  .aboutpage__swiper-slide {
    clip-path: path("M233.42 24.9593 C237.691 32.4446 245.647 37.0654 254.265 37.0654 H481.681 C494.935 37.0654 505.681 47.8106 505.681 61.0654 V299 C505.681 312.255 494.935 323 481.681 323 H84.1397 C75.6718 323 67.8306 318.538 63.5058 311.257 L3.36612 210.019 C1.16283 206.31 0 202.076 0 197.762 V24 C0 10.7452 10.7452 0 24 0 H205.241 C213.859 0 221.815 4.62077 226.086 12.1062 L233.42 24.9593 Z");
  }
}
@media screen and (max-width: 1220px) {
  .aboutpage__info-row {
    gap: 70px;
  }
  .aboutpage__info-right {
    display: none;
  }
  .aboutpage__info-left {
    display: none;
  }
  .aboutpage__info-item-left-img {
    min-width: 400px;
  }
}
@media screen and (max-width: 1023.98px) {
  .aboutpage__top-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 80px;
  }
  .aboutpage__top-left {
    max-width: 100%;
  }
  .aboutpage__top-left h3 {
    margin-bottom: 0;
  }
  .aboutpage__top-left-link {
    display: none;
  }
  .aboutpage__top-right {
    max-width: 100%;
  }
  .aboutpage__mid {
    padding: 120px 0;
  }
  .aboutpage__mid-left {
    max-width: 100%;
    height: 448px;
    padding-bottom: 48px;
  }
  .aboutpage__mid-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .aboutpage__swiper-slide {
    clip-path: none;
    border-radius: 16px;
    overflow: hidden;
  }
  .aboutpage__swiper-slide img {
    -o-object-fit: cover;
    object-fit: cover;
  }
  .aboutpage__pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 4px;
  }
  .aboutpage__info-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .aboutpage__info-item.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .aboutpage__info-item-left {
    max-width: 100%;
    min-width: auto;
    width: 100%;
  }
  .aboutpage__info-item-left.fst {
    margin: 0;
  }
  .aboutpage__info-item-left.sec {
    margin: 0;
  }
  .aboutpage__info-item-left.thr {
    margin: 0;
  }
  .aboutpage__info-item-left-img {
    display: none;
  }
  .aboutpage__info-item-left-img-sm {
    display: block;
    position: relative;
    width: 100%;
    border-radius: 16px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 450px;
  }
  .aboutpage__info-item-body {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .aboutpage__top {
    padding-top: 103.5px;
    padding-bottom: 24px;
  }
  .aboutpage__top .breadcrumbs {
    margin-bottom: 56px;
  }
  .aboutpage__top .headline {
    margin-bottom: 48px;
  }
  .aboutpage__top-row {
    gap: 40px;
  }
  .aboutpage__top-left h3 {
    font-size: 3rem;
  }
  .aboutpage__top-right {
    gap: 32px;
  }
  .aboutpage__top-right h4 {
    font-size: 2.6rem;
    margin-bottom: 16px;
  }
  .aboutpage__top-right p {
    font-size: 1.6rem;
  }
  .aboutpage__top-right p.spaced {
    margin-bottom: 9px;
  }
  .aboutpage__mid-left {
    height: 341px;
  }
  .aboutpage__mid-right-box {
    margin-bottom: 40px;
  }
  .aboutpage__mid-right-desc {
    font-size: 1.8rem;
    margin-bottom: 16px;
  }
  .aboutpage__mid-right-small {
    font-size: 1.4rem;
  }
  .aboutpage__mid-right-btn {
    display: none;
    max-width: 100%;
    width: 100%;
  }
  .aboutpage__mid-right-btn.sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .aboutpage__mid-content {
    gap: 48px;
  }
  .aboutpage__button-next {
    display: none;
  }
  .aboutpage__button-prev {
    display: none;
  }
  .aboutpage__bottom {
    padding: 100px 0;
  }
  .aboutpage__bottom-item {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    border-radius: 16px;
    background-color: var(--gray-5);
    padding: 24px;
    padding-top: 40px;
    height: 100%;
  }
  .aboutpage__bottom-item img {
    margin-bottom: 40px;
  }
  .aboutpage__bottom-item h4 {
    font-size: 2.6rem;
    margin-bottom: 16px;
  }
  .aboutpage__bottom-item p {
    font-size: 1.4rem;
    font-weight: 500;
  }
  .aboutpage__info {
    padding-top: 24px;
    padding-bottom: 48px;
  }
  .aboutpage__info .headline {
    margin-bottom: 40px;
  }
  .aboutpage__info-row {
    gap: 40px;
  }
  .aboutpage__info-item {
    gap: 32px;
  }
  .aboutpage__info-item ul {
    font-size: 1.4rem;
    line-height: 130%;
  }
  .aboutpage__info-item ul li {
    padding-left: 32px;
  }
  .aboutpage__info-item ul li::after {
    left: 8px;
    height: 16px;
    width: 18px;
  }
  .aboutpage__info-item-show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 32px;
    padding: 10.5px 0;
    background: transparent;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    color: var(--red);
    gap: 8px;
    margin-left: auto;
  }
  .aboutpage__info-item-left-img-sm {
    max-height: 350px;
  }
  .aboutpage__info-item-body h5 {
    font-size: 2.2rem;
    line-height: 125%;
    margin-bottom: 16px;
  }
  .aboutpage__info-item-body-desc {
    font-size: 1.6rem;
    line-height: 125%;
    padding: 16px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 576px) {
  .aboutpage__mid {
    padding: 40px 0;
    border-radius: 16px;
  }
  .aboutpage__mid-left {
    height: 261px;
  }
  .aboutpage__mid-topik {
    display: none;
  }
  .aboutpage__mid-bottomik {
    display: none;
  }
  .aboutpage__bottom {
    padding: 60px 0;
  }
  .aboutpage__small-br {
    display: block;
  }
  .aboutpage__info-item {
    gap: 32px;
  }
  .aboutpage__info-item-left-img-sm {
    max-height: 213px;
  }
}
.contactspage__top {
  padding-top: 152px;
  padding-bottom: 134px;
}
.contactspage__top-info {
  display: none;
}
.contactspage__top-map {
  position: absolute;
  inset: 0;
}
.contactspage__top-map-wrapper {
  position: relative;
  width: 100%;
  height: 442px;
  border-radius: 24px;
  overflow: hidden;
}
.contactspage__top .breadcrumbs {
  margin-bottom: 81px;
}
.contactspage__top .headline {
  margin-bottom: 192px;
}

@media screen and (max-width: 1023.98px) {
  .contactspage__top .headline {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .contactspage__top {
    padding-top: 103.5px;
    padding-bottom: 43px;
  }
  .contactspage__top .breadcrumbs {
    margin-bottom: 56px;
  }
  .contactspage__top .headline {
    margin-bottom: 56px;
  }
  .contactspage__top-info {
    display: block;
    margin-bottom: 40px;
  }
  .contactspage__top-info h5 {
    font-size: 2.2rem;
    margin-bottom: 16px;
  }
  .contactspage__top-info p {
    font-size: 1.4rem;
  }
  .contactspage__top-info p:nth-child(2) {
    margin-bottom: 24px;
  }
  .contactspage__top-info p:nth-child(3) {
    margin-bottom: 16px;
  }
  .contactspage__top-map-wrapper {
    height: 420px;
    border-radius: 16px;
  }
}
.scheme {
  padding-top: 200px;
  padding-bottom: 60px;
  background-color: var(--gray-5);
  position: relative;
  overflow-x: hidden;
}
.scheme__topik {
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.scheme__topik-sm {
  display: none;
}
.scheme .headline {
  margin-bottom: 104px;
}
.scheme__swiper {
  width: calc(100vw - 222px);
}
.scheme__swiper-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 72px;
}
.scheme__swiper-slide {
  position: relative;
}
.scheme__swiper-slide.empty {
  opacity: 0;
}
.scheme__swiper-slide:not(:nth-last-child(-n+2))::after {
  content: "";
  position: absolute;
  width: 48px;
  height: 3px;
  top: 49%;
  right: -50px;
  background: var(--red);
}
.scheme__swiper-slide:not(:first-child) .scheme__card::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 46%;
  left: -10px;
  border-radius: 50%;
  background: var(--red);
}
.scheme__swiper-slide:not(:nth-last-child(-n+2)) .scheme__card::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 46%;
  right: -6px;
  border-radius: 50%;
  background: var(--red);
}
.scheme__swiper-slide.swiper-slide-active .scheme__card::before {
  display: none;
}
.scheme__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  gap: 24px;
  padding: 32px;
  padding-bottom: 55px;
  background-color: var(--white);
  border-radius: 16px;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.scheme__card-left {
  font-size: 72px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  line-height: 110%;
  color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 96px;
  min-height: 96px;
  max-height: 96px;
  padding-bottom: 8px;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: -o-linear-gradient(45deg, #004BEA, #D4233A);
  background: linear-gradient(45deg, #004BEA, #D4233A);
  border-radius: 50%;
}
.scheme__card-progress-container {
  display: none;
}
.scheme__card-progress-bar {
  display: none;
}
.scheme__pagination {
  position: relative;
  background: #dfeee9;
  max-width: 100%;
  overflow: hidden;
  margin-top: 72px;
  border-radius: 500px;
}

@media screen and (max-width: 1830px) {
  .scheme__swiper {
    width: 100vw;
  }
}
@media screen and (max-width: 1023.98px) {
  .scheme__swiper {
    width: 100%;
  }
  .scheme__swiper-slide {
    position: relative;
  }
  .scheme__swiper-slide.empty {
    display: none;
  }
  .scheme__swiper-slide:not(:nth-last-child(-n+2))::after {
    display: none;
  }
  .scheme__swiper-slide:not(:first-child) .scheme__card::before {
    display: none;
  }
  .scheme__swiper-slide:not(:nth-last-child(-n+2)) .scheme__card::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .scheme {
    padding-top: 160px;
    padding-bottom: 80px;
    border-radius: 8px;
  }
  .scheme .headline {
    margin-bottom: 56px;
  }
  .scheme__swiper-wrapper {
    padding-bottom: 0px;
  }
  .scheme__pagination {
    margin-top: 40px;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 4px;
  }
  .scheme__card {
    overflow: hidden;
  }
  .scheme__card-progress-container {
    display: block;
    position: absolute;
    height: 10px;
    background: #eee;
    overflow: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
  }
  .scheme__card-progress-bar {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    background: -webkit-gradient(linear, left top, left bottom, from(var(--gradient)));
    background: -o-linear-gradient(var(--gradient));
    background: linear-gradient(var(--gradient));
    border-radius: 2px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
@media screen and (max-width: 576px) {
  .scheme {
    margin-bottom: 80px;
  }
  .scheme__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 48px;
    padding: 40px 24px;
  }
  .scheme__card-right p {
    font-size: 1.6rem;
    text-align: center;
  }
  .scheme__topik {
    display: none;
  }
  .scheme__topik-sm {
    display: block;
    position: absolute;
    left: 0;
    top: -1px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media screen and (max-width: 375px) {
  .scheme {
    padding-top: 120px;
  }
  .scheme__card {
    max-width: 280px;
    margin: 0 auto;
  }
}
.timing {
  padding-top: 152px;
  padding-bottom: 164px;
}
.timing .breadcrumbs {
  margin-bottom: 81px;
}
.timing .headline {
  margin-bottom: 81px;
}
.timing .headline.small {
  display: none;
}
.timing__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 32px;
}
.timing__row-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  color: var(--gray-40);
  gap: 8px;
  padding: 12px 0;
  background: transparent;
  outline: none;
  -webkit-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
}
.timing__row-btn svg path {
  -webkit-transition: stroke 0.2s ease-in;
  -o-transition: stroke 0.2s ease-in;
  transition: stroke 0.2s ease-in;
}
.timing__row-btn.small {
  display: none;
}
.timing__row-btn:hover {
  color: var(--red);
}
.timing__row-btn:hover svg path {
  stroke: var(--red);
}
.timing__row-btn:disabled {
  color: var(--gray-20);
}
.timing__row-btn:disabled svg path {
  stroke: var(--gray-20);
}
.timing__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  padding: 8px;
  background-color: var(--blue-80);
  border-radius: 8px;
}
.timing__filter.md {
  display: none;
}
.timing__filter-select {
  display: none;
}
.timing__filter-btn {
  background: transparent;
  color: var(--white);
  padding: 10px 24px;
  outline: none;
  border-radius: 4px;
  -webkit-transition: background 0.2s ease-in;
  -o-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}
.timing__filter-btn:hover {
  background: var(--red);
}
.timing__filter-btn.active {
  background: var(--red);
}
.timing__wrapper {
  width: 100%;
  border-radius: 24px;
  border: 1px solid var(--gray-20);
  overflow-x: auto;
}
.timing__table {
  min-width: 1335px;
  width: 100%;
  background-color: var(--gray-20);
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
}
.timing__table thead {
  background-color: var(--gray-60);
}
.timing__table thead th {
  color: var(--white);
  background-color: var(--gray-60);
  vertical-align: top;
  padding: 22px 21px;
  border-radius: 4px;
  position: sticky;
  top: 0;
  z-index: 1;
}
.timing__table thead th:first-child {
  left: 0;
  z-index: 2;
}
.timing__table thead th:not(:last-child) {
  border-right: 1px solid var(--gray-20);
}
.timing__table thead th span {
  color: var(--gray-20);
}
.timing__table thead th p {
  margin-bottom: 10px;
}
.timing__table tbody tr td {
  font-size: 1.8rem;
  line-height: 125%;
  font-weight: 500;
  color: var(--blue-80);
  background-color: var(--gray-5);
  text-align: center;
  border-radius: 4px;
  border-bottom: 1px solid var(--gray-20);
  overflow: hidden;
}
.timing__table tbody tr td:first-child {
  position: sticky;
  left: 0;
  background-color: var(--gray-5);
  z-index: 1;
}
.timing__table tbody tr td:not(:last-child) {
  border-right: 1px solid var(--gray-20);
}
.timing__table tbody tr td a {
  color: var(--blue-80);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  padding: 11.5px 8px;
  -webkit-transition: background-color 0.2s ease-in, color 0.2s ease-in;
  -o-transition: background-color 0.2s ease-in, color 0.2s ease-in;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.timing__table tbody tr td a img {
  -webkit-transition: -webkit-filter 0.2s ease-in;
  transition: -webkit-filter 0.2s ease-in;
  -o-transition: filter 0.2s ease-in;
  transition: filter 0.2s ease-in;
  transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
}
.timing__table tbody tr td a.choosed {
  background-color: var(--gray-15);
}
.timing__table tbody tr td a.choosed:hover {
  background-color: var(--gray-15);
  color: var(--blue-80);
}
.timing__table tbody tr td a.active {
  background-color: var(--red);
  color: var(--white);
}
.timing__table tbody tr td a:hover {
  background-color: var(--red);
  color: var(--white);
}
.timing__table tbody tr td a:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.timing__table tbody tr td p {
  padding: 11.5px 8px;
}
.timing__table tbody tr:last-child td {
  border-bottom: none;
}

@media screen and (max-width: 1220px) {
  .timing__filter {
    display: none;
  }
  .timing__filter.md {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .timing {
    padding-top: 103.5px;
    padding-bottom: 80px;
  }
  .timing .breadcrumbs {
    margin-bottom: 56px;
  }
  .timing .headline {
    display: none;
  }
  .timing .headline.small {
    display: block;
    margin-bottom: 56px;
  }
  .timing__row {
    margin-bottom: 24px;
  }
  .timing__row-btn {
    display: none;
  }
  .timing__row-btn.small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    padding: 10px 0;
  }
  .timing__filter.md {
    display: none;
  }
  .timing__filter-select {
    display: block;
    position: relative;
    max-width: 304px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 24px;
    -webkit-box-shadow: 0 0 0 8px var(--blue-80);
    box-shadow: 0 0 0 8px var(--blue-80);
    background-color: var(--blue-80);
    border-radius: 4px;
  }
  .timing__filter-select::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 16px;
    top: 12.5px;
    background-image: url(/img/select-down.svg);
    background-position: center center;
    background-size: cover;
  }
  .timing__filter-select__trigger {
    background: var(--red);
    color: var(--white);
    padding: 10.5px;
    cursor: pointer;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
  }
  .timing__filter-select__options {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    background: var(--blue-80);
    color: var(--white);
    -webkit-box-shadow: 0 0 0 8px var(--blue-80);
    box-shadow: 0 0 0 8px var(--blue-80);
    border-radius: 0 0 8px 8px;
    display: none;
    z-index: 3;
  }
  .timing__filter-select__option {
    padding: 10.5px;
    cursor: pointer;
    text-align: center;
    border-radius: 4px;
    -webkit-transition: background 0.2s ease-in;
    -o-transition: background 0.2s ease-in;
    transition: background 0.2s ease-in;
  }
  .timing__filter-select__option:hover {
    background: var(--gray-70);
  }
}
.timing__filter-select.open .timing__filter-select__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

.timing__filter-select.open {
  border-radius: 4px 4px 0 0;
}

.profile {
  padding-top: 152px;
  padding-bottom: 258px;
}
.profile .breadcrumbs {
  margin-bottom: 107px;
}
.profile__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 50px;
}
.profile__change {
  padding: 4px;
  background-color: var(--gray-5);
  border-radius: 4px;
  max-height: 32px;
  -webkit-transition: background-color 0.2s ease-in;
  -o-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
}
.profile__change:hover {
  background-color: var(--gray-10);
}
.profile__photo {
  position: relative;
  margin-right: 115px;
  margin-bottom: 48px;
}
.profile__photo img {
  max-width: 301px;
  width: 100%;
  max-height: 301px;
  min-height: 301px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
.profile__photo button {
  position: absolute;
  top: 0;
  right: 0;
}
.profile__right-btn {
  color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
  background-color: var(--red);
  padding: 16px 30.5px;
  border-radius: 6px;
  margin-bottom: 24px;
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s ease-in;
  -o-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
}
.profile__right-btn:hover {
  background-color: var(--red-l);
}
.profile__right-btn:active {
  background-color: var(--red-d);
}
.profile__right-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--gray-40);
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 16px;
}
.profile__right-desc span {
  color: var(--blue-80);
}
.profile__info {
  max-width: 532px;
  width: 100%;
}
.profile__info h3 {
  margin-bottom: 64px;
}
.profile__info-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 64px;
}
.profile__info-body span {
  color: var(--gray-40);
}
.profile__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.profile__info-item.centered {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.profile__info-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
.profile__info-btn {
  text-transform: uppercase;
  padding: 16px;
  max-width: 277px;
  width: 100%;
  border-radius: 6px;
}
.profile__info-btn.save {
  color: var(--white);
  background-color: var(--blue-80);
  -webkit-transition: background-color 0.2s ease-in;
  -o-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
}
.profile__info-btn.save:hover {
  background-color: var(--gray-70);
}
.profile__info-btn.delete {
  color: var(--gray-40);
  background-color: var(--gray-5);
  outline: 2px solid var(--gray-15);
  outline-offset: -2px;
  -webkit-transition: background-color 0.2s ease-in, outline 0.2s ease-in;
  -o-transition: background-color 0.2s ease-in, outline 0.2s ease-in;
  transition: background-color 0.2s ease-in, outline 0.2s ease-in;
}
.profile__info-btn.delete:hover {
  background-color: var(--gray-10);
  outline: 2px solid var(--gray-10);
}
.profile__info-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--blue-80);
  border-radius: 500px;
  padding: 8px;
  max-width: 121px;
  height: 48px;
  width: 100%;
  position: relative;
  cursor: pointer;
}
.profile__info-switch-option {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  color: var(--white);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  z-index: 1;
}
.profile__info-switch input {
  display: none;
}
.profile__info-switch input:checked + .profile__info-slider {
  left: calc(100% - 8px);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  background-color: var(--red);
}
.profile__info-switch input:checked ~ .profile__info-switch-option.no {
  color: white;
}
.profile__info-switch input:checked ~ .profile__info-switch-option.yes {
  color: white;
}
.profile__info-slider {
  position: absolute;
  top: 8px;
  left: 8px;
  max-width: 52.5px;
  width: 100%;
  height: calc(100% - 16px);
  background-color: var(--red);
  border-radius: 30px;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  z-index: 0;
}

@media screen and (max-width: 1550px) {
  .profile__photo {
    margin-right: 0px;
  }
}
@media screen and (max-width: 1023.98px) {
  .profile__photo img {
    min-height: auto;
  }
  .profile__info {
    max-width: 480px;
  }
  .profile__row {
    gap: 25px;
  }
}
@media screen and (max-width: 880px) {
  .profile {
    padding-top: 103.5px;
    padding-bottom: 100px;
  }
  .profile .breadcrumbs {
    margin-bottom: 81px;
  }
  .profile__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 48px;
  }
  .profile__info {
    max-width: 100%;
  }
  .profile__info h3 {
    font-size: 3rem;
    margin-bottom: 48px;
    line-height: 120%;
  }
  .profile__info-btn {
    max-width: 100%;
  }
  .profile__info-body {
    margin-bottom: 48px;
  }
  .profile__info-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    row-gap: 12px;
  }
  .profile__info-item span {
    font-size: 1.8rem;
    line-height: 130%;
  }
  .profile__info-item h5 {
    font-size: 2.2rem;
    line-height: 125%;
    margin-right: 4px;
  }
}
@media screen and (max-width: 576px) {
  .profile__right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .profile__right-btn {
    width: 100%;
  }
  .profile__right-desc {
    width: 100%;
    font-size: 1.8rem;
  }
  .profile__right-desc span {
    font-size: 2.2rem;
  }
  .profile__photo {
    max-width: 320px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .profile__photo img {
    max-width: 256px;
    min-height: 256px;
    max-height: 256px;
    width: 100%;
  }
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  z-index: 1000;
  overflow-y: auto;
  padding-top: 30px;
}
.modal-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  color: var(--gray-40);
}
.modal-accept {
  color: var(--gray-60);
}
.modal-accept a {
  color: var(--red);
}
.modal-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--blue-80);
  border-radius: 500px;
  padding: 6px;
  max-width: 106px;
  height: 40px;
  width: 100%;
  position: relative;
  cursor: pointer;
}
.modal-switch-option {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  color: var(--white);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  z-index: 1;
}
.modal-switch input {
  display: none;
}
.modal-switch input:checked + .modal-slider {
  left: calc(100% - 6px);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  background-color: var(--red);
}
.modal-switch input:checked ~ .modal-switch-option.no {
  color: white;
}
.modal-switch input:checked ~ .modal-switch-option.yes {
  color: white;
}
.modal-slider {
  position: absolute;
  top: 6px;
  left: 6px;
  max-width: 45px;
  width: 100%;
  height: calc(100% - 12px);
  background-color: var(--red);
  border-radius: 30px;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  z-index: 0;
}
.modal-content {
  background: var(--gray-5);
  padding: 80px;
  padding-bottom: 56px;
  border-radius: 24px;
  max-width: 648px;
  width: 100%;
  position: relative;
}
.modal-password {
  width: 100%;
  position: relative;
}
.modal-password__toggle {
  position: absolute;
  right: 12px;
  top: 28px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  background: none;
  cursor: pointer;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal-password a {
  display: inline-block;
  color: var(--red);
  padding-top: 12px;
}
.modal-header {
  width: 100%;
  margin-bottom: 56px;
}
.modal-header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  width: 100%;
  padding: 8px;
  background-color: var(--blue-80);
  border-radius: 8px;
}
.modal-header__row button {
  color: var(--white);
  text-transform: uppercase;
  background-color: transparent;
  width: 100%;
  padding: 10px;
  border-radius: 4px;
  -webkit-transition: background-color 0.2s ease-in;
  -o-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
}
.modal-header__row button:hover {
  background-color: var(--red);
}
.modal-header__row button.active {
  background-color: var(--red);
}
.modal-body form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
.modal-body form input {
  font-size: 1.6rem;
  line-height: 130%;
  font-weight: 400;
  padding: 17.5px;
  color: var(--blue-80);
  background-color: var(--gray-10);
  border-radius: 6px;
  width: 100%;
}
.modal-body form input#password {
  padding-right: 40px;
}
.modal-body form input::-webkit-input-placeholder {
  color: var(--gray-40);
}
.modal-body form input::-moz-placeholder {
  color: var(--gray-40);
}
.modal-body form input:-ms-input-placeholder {
  color: var(--gray-40);
}
.modal-body form input::-ms-input-placeholder {
  color: var(--gray-40);
}
.modal-body form input::placeholder {
  color: var(--gray-40);
}
.modal-body form .modal-checkbox {
  width: 18px;
  height: 18px;
  border: 2px solid var(--red);
  background-color: transparent;
  border-radius: 4px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  padding: 0;
}
.modal-body form .modal-checkbox:checked {
  background-color: var(--red);
  background-image: url("/img/check.svg");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center;
}
.modal-body form .modal-checkbox-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.modal-body form button {
  margin-top: 32px;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  gap: 12px;
  padding: 16px 32px;
  border-radius: 6px;
  color: var(--white);
  background-color: var(--red);
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
}
.modal-body form button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--gradient)));
  background: -o-linear-gradient(var(--gradient));
  background: linear-gradient(var(--gradient));
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  border-radius: 6px;
  z-index: 0;
}
.modal-body form button span {
  position: relative;
  z-index: 1;
}
.modal-body form button svg {
  position: relative;
  z-index: 1;
}
.modal-body form button:hover::before {
  opacity: 0;
}
.modal-close {
  position: absolute;
  top: 32px;
  right: 32px;
  background: transparent;
}
.modal-close__sm {
  display: none;
}

.accept-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  z-index: 1000;
  overflow-y: auto;
  padding-top: 24px;
}
.accept-modal-content {
  background: var(--gray-5);
  padding: 56px;
  border-radius: 24px;
  max-width: 648px;
  width: 100%;
  position: relative;
}
.accept-modal-header {
  width: 100%;
  margin-bottom: 56px;
}
.accept-modal-header h4 {
  color: var(--red);
  text-align: center;
  margin-bottom: 48px;
}
.accept-modal-header p {
  text-align: center;
}
.accept-modal-body form .first {
  margin-bottom: 56px;
}
.accept-modal-body form input {
  font-size: 1.6rem;
  line-height: 130%;
  font-weight: 400;
  padding: 17.5px;
  color: var(--blue-80);
  background-color: var(--gray-10);
  border-radius: 6px;
  width: 100%;
}
.accept-modal-body form input::-webkit-input-placeholder {
  color: var(--gray-40);
}
.accept-modal-body form input::-moz-placeholder {
  color: var(--gray-40);
}
.accept-modal-body form input:-ms-input-placeholder {
  color: var(--gray-40);
}
.accept-modal-body form input::-ms-input-placeholder {
  color: var(--gray-40);
}
.accept-modal-body form input::placeholder {
  color: var(--gray-40);
}
.accept-modal-bottom p {
  color: var(--gray-60);
}
.accept-modal-bottom p a {
  color: var(--red);
}
.accept-modal-bottom .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  gap: 12px;
  padding: 16px 32px;
  border-radius: 6px;
  color: var(--white);
  background-color: var(--red);
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.accept-modal-bottom .btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--gradient)));
  background: -o-linear-gradient(var(--gradient));
  background: linear-gradient(var(--gradient));
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  border-radius: 6px;
  z-index: 0;
}
.accept-modal-bottom .btn span {
  position: relative;
  z-index: 1;
}
.accept-modal-bottom .btn:hover::before {
  opacity: 0;
}
.accept-modal-close {
  position: absolute;
  top: 32px;
  right: 32px;
  background: transparent;
}
.accept-modal-close__sm {
  display: none;
}

.recovery-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  z-index: 1000;
  overflow-y: auto;
  padding-top: 24px;
}
.recovery-modal-content {
  background: var(--gray-5);
  padding: 56px;
  border-radius: 24px;
  max-width: 648px;
  width: 100%;
  position: relative;
}
.recovery-modal-header {
  width: 100%;
  margin-bottom: 56px;
}
.recovery-modal-header h4 {
  color: var(--red);
  text-align: center;
  margin-bottom: 48px;
}
.recovery-modal-header p {
  text-align: center;
}
.recovery-modal-body form .first {
  margin-bottom: 56px;
}
.recovery-modal-body form input {
  font-size: 1.6rem;
  line-height: 130%;
  font-weight: 400;
  padding: 17.5px;
  color: var(--blue-80);
  background-color: var(--gray-10);
  border-radius: 6px;
  width: 100%;
}
.recovery-modal-body form input::-webkit-input-placeholder {
  color: var(--gray-40);
}
.recovery-modal-body form input::-moz-placeholder {
  color: var(--gray-40);
}
.recovery-modal-body form input:-ms-input-placeholder {
  color: var(--gray-40);
}
.recovery-modal-body form input::-ms-input-placeholder {
  color: var(--gray-40);
}
.recovery-modal-body form input::placeholder {
  color: var(--gray-40);
}
.recovery-modal-bottom p {
  color: var(--gray-60);
}
.recovery-modal-bottom p a {
  color: var(--red);
}
.recovery-modal-bottom .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  gap: 12px;
  padding: 16px 32px;
  border-radius: 6px;
  color: var(--white);
  background-color: var(--red);
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.recovery-modal-bottom .btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--gradient)));
  background: -o-linear-gradient(var(--gradient));
  background: linear-gradient(var(--gradient));
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  border-radius: 6px;
  z-index: 0;
}
.recovery-modal-bottom .btn span {
  position: relative;
  z-index: 1;
}
.recovery-modal-bottom .btn:hover::before {
  opacity: 0;
}
.recovery-modal-bottom .btn-dark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  gap: 12px;
  padding: 16px 32px;
  border-radius: 6px;
  color: var(--white);
  background-color: var(--blue-80);
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s ease-in;
  -o-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
}
.recovery-modal-bottom .btn-dark:hover {
  background-color: var(--gray-70);
}
.recovery-modal-close {
  position: absolute;
  top: 32px;
  right: 32px;
  background: transparent;
}
.recovery-modal-close__sm {
  display: none;
}

.timing__info-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  z-index: 1000;
  overflow-y: auto;
  padding-top: 24px;
}
.timing__info-modal-table {
  border-radius: 24px;
  background-color: var(--gray-20);
  border: 1px solid var(--gray-20);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  max-width: 440px;
  margin: 0 auto;
  margin-bottom: 56px;
}
.timing__info-modal a {
  background-color: var(--red);
  color: var(--white);
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px;
  border-radius: 6px;
  -webkit-transition: background-color 0.2s ease-in;
  -o-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
}
.timing__info-modal a.sm {
  display: none;
}
.timing__info-modal a:hover {
  background-color: var(--red-l);
}
.timing__info-modal a:active {
  background-color: var(--red-d);
}
.timing__info-modal-head {
  padding: 16px;
  text-align: center;
  color: var(--white);
  background-color: var(--gray-60);
  border-radius: 4px;
  border-right: 1px solid var(--gray-20);
  border-bottom: 1px solid var(--gray-20);
}
.timing__info-modal-head:nth-child(3n) {
  border-right: none;
}
.timing__info-modal-item {
  padding: 14px 8px;
  text-align: center;
  color: var(--blue-80);
  background-color: var(--gray-10);
  border-radius: 4px;
  border-right: 1px solid var(--gray-20);
  border-bottom: 1px solid var(--gray-20);
}
.timing__info-modal-item:nth-child(3n) {
  border-right: none;
}
.timing__info-modal-item:nth-last-child(-n+3) {
  border-bottom: none;
}
.timing__info-modal-content {
  background: var(--gray-5);
  padding: 56px;
  border-radius: 24px;
  max-width: 648px;
  width: 100%;
  position: relative;
}
.timing__info-modal-header {
  width: 100%;
  margin-bottom: 56px;
}
.timing__info-modal-header h4 {
  color: var(--red);
  text-align: center;
  margin-bottom: 48px;
}
.timing__info-modal-header p {
  color: var(--gray-40);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 16px;
}
.timing__info-modal-header p span {
  color: var(--blue-80);
}
.timing__info-modal-close {
  position: absolute;
  top: 32px;
  right: 32px;
  background: transparent;
}
.timing__info-modal-close__sm {
  display: none;
}
.timing__table-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  z-index: 1000;
  overflow-y: auto;
  padding-top: 24px;
}
.timing__table-modal-content {
  background: var(--gray-5);
  padding: 56px;
  border-radius: 24px;
  max-width: 648px;
  width: 100%;
  position: relative;
}
.timing__table-modal-header {
  width: 100%;
  margin-bottom: 32px;
}
.timing__table-modal-header h4 {
  color: var(--red);
  text-align: center;
  margin-bottom: 48px;
}
.timing__table-modal-header p {
  text-align: center;
}
.timing__table-modal-bottom p {
  text-align: center;
  color: var(--gray-50);
}
.timing__table-modal-bottom p a {
  color: var(--red);
}
.timing__table-modal-bottom .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  gap: 12px;
  padding: 16px 32px;
  border-radius: 6px;
  color: var(--white);
  background-color: var(--red);
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.timing__table-modal-bottom .btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--gradient)));
  background: -o-linear-gradient(var(--gradient));
  background: linear-gradient(var(--gradient));
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  border-radius: 6px;
  z-index: 0;
}
.timing__table-modal-bottom .btn span {
  position: relative;
  z-index: 1;
}
.timing__table-modal-bottom .btn:hover::before {
  opacity: 0;
}
.timing__table-modal-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 56px;
}
.timing__table-modal-wrapper p {
  color: var(--gray-40);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 16px;
}
.timing__table-modal-wrapper p span {
  color: var(--blue-80);
}
.timing__table-modal-close {
  position: absolute;
  top: 32px;
  right: 32px;
  background: transparent;
}
.timing__table-modal-close__sm {
  display: none;
}

.profile__delete-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  z-index: 1000;
  overflow-y: auto;
  padding-top: 24px;
}
.profile__delete-modal-content {
  background: var(--gray-5);
  padding: 56px;
  border-radius: 24px;
  max-width: 648px;
  width: 100%;
  position: relative;
}
.profile__delete-modal-header {
  width: 100%;
  margin-bottom: 40px;
}
.profile__delete-modal-header h4 {
  color: var(--red);
  text-align: center;
}
.profile__delete-modal-body p {
  text-align: center;
  margin-bottom: 56px;
}
.profile__delete-modal-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.profile__delete-modal-btns a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 16px;
  border-radius: 6px;
  text-transform: uppercase;
}
.profile__delete-modal-btns .btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  gap: 12px;
  color: var(--white);
  background-color: var(--red);
  position: relative;
  overflow: hidden;
}
.profile__delete-modal-btns .btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--gradient)));
  background: -o-linear-gradient(var(--gradient));
  background: linear-gradient(var(--gradient));
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  border-radius: 6px;
  z-index: 0;
}
.profile__delete-modal-btns .btn span {
  position: relative;
  z-index: 1;
}
.profile__delete-modal-btns .btn:hover::before {
  opacity: 0;
}
.profile__delete-modal-btns .btn-decline {
  background-color: transparent;
  outline: 2px solid var(--gray-15);
  outline-offset: -2px;
  color: var(--gray-40);
  -webkit-transition: background-color 0.2s ease-in, color 0.2s ease-in, outline 0.2s ease-in;
  -o-transition: background-color 0.2s ease-in, color 0.2s ease-in, outline 0.2s ease-in;
  transition: background-color 0.2s ease-in, color 0.2s ease-in, outline 0.2s ease-in;
}
.profile__delete-modal-btns .btn-decline:hover {
  background-color: var(--gray-10);
  color: var(--gray-50);
  outline: 2px solid var(--gray-10);
}
.profile__delete-modal-close {
  position: absolute;
  top: 32px;
  right: 32px;
  background: transparent;
}
.profile__delete-modal-close__sm {
  display: none;
}
.profile__login-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  z-index: 1000;
  overflow-y: auto;
  padding-top: 24px;
}
.profile__login-modal-content {
  background: var(--gray-5);
  padding: 56px;
  border-radius: 24px;
  max-width: 648px;
  width: 100%;
  position: relative;
}
.profile__login-modal-header {
  width: 100%;
  margin-bottom: 56px;
}
.profile__login-modal-header h4 {
  color: var(--red);
  text-align: center;
}
.profile__login-modal-body .first {
  margin-bottom: 56px;
}
.profile__login-modal-body form input {
  font-size: 1.6rem;
  line-height: 130%;
  font-weight: 400;
  padding: 17.5px;
  color: var(--blue-80);
  background-color: var(--gray-10);
  border-radius: 6px;
  width: 100%;
}
.profile__login-modal-body form input::-webkit-input-placeholder {
  color: var(--gray-40);
}
.profile__login-modal-body form input::-moz-placeholder {
  color: var(--gray-40);
}
.profile__login-modal-body form input:-ms-input-placeholder {
  color: var(--gray-40);
}
.profile__login-modal-body form input::-ms-input-placeholder {
  color: var(--gray-40);
}
.profile__login-modal-body form input::placeholder {
  color: var(--gray-40);
}
.profile__login-modal-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.profile__login-modal-btns a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 16px;
  border-radius: 6px;
  text-transform: uppercase;
}
.profile__login-modal-btns .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  text-transform: uppercase;
  width: 100%;
  gap: 12px;
  color: var(--white);
  background-color: var(--red);
  position: relative;
  overflow: hidden;
}
.profile__login-modal-btns .btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--gradient)));
  background: -o-linear-gradient(var(--gradient));
  background: linear-gradient(var(--gradient));
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  border-radius: 6px;
  z-index: 0;
}
.profile__login-modal-btns .btn span {
  position: relative;
  z-index: 1;
}
.profile__login-modal-btns .btn:hover::before {
  opacity: 0;
}
.profile__login-modal-btns .btn-decline {
  background-color: transparent;
  outline: 2px solid var(--gray-15);
  outline-offset: -2px;
  color: var(--gray-40);
  -webkit-transition: background-color 0.2s ease-in, color 0.2s ease-in, outline 0.2s ease-in;
  -o-transition: background-color 0.2s ease-in, color 0.2s ease-in, outline 0.2s ease-in;
  transition: background-color 0.2s ease-in, color 0.2s ease-in, outline 0.2s ease-in;
}
.profile__login-modal-btns .btn-decline:hover {
  background-color: var(--gray-10);
  color: var(--gray-50);
  outline: 2px solid var(--gray-10);
}
.profile__login-modal-close {
  position: absolute;
  top: 32px;
  right: 32px;
  background: transparent;
}
.profile__login-modal-close__sm {
  display: none;
}
.profile__password-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  z-index: 1000;
  overflow-y: auto;
  padding-top: 24px;
}
.profile__password-modal-content {
  background: var(--gray-5);
  padding: 56px;
  border-radius: 24px;
  max-width: 648px;
  width: 100%;
  position: relative;
}
.profile__password-modal-header {
  width: 100%;
  margin-bottom: 56px;
}
.profile__password-modal-header h4 {
  color: var(--red);
  text-align: center;
  margin-bottom: 48px;
}
.profile__password-modal-header p {
  text-align: center;
}
.profile__password-modal-passblock {
  width: 100%;
  margin-bottom: 56px;
  position: relative;
}
.profile__password-modal-passblock__toggle {
  position: absolute;
  right: 12px;
  top: 28px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  background: none;
  cursor: pointer;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.profile__password-modal-body form input {
  font-size: 1.6rem;
  line-height: 130%;
  font-weight: 400;
  padding: 17.5px;
  color: var(--blue-80);
  background-color: var(--gray-10);
  border-radius: 6px;
  width: 100%;
}
.profile__password-modal-body form input::-webkit-input-placeholder {
  color: var(--gray-40);
}
.profile__password-modal-body form input::-moz-placeholder {
  color: var(--gray-40);
}
.profile__password-modal-body form input:-ms-input-placeholder {
  color: var(--gray-40);
}
.profile__password-modal-body form input::-ms-input-placeholder {
  color: var(--gray-40);
}
.profile__password-modal-body form input::placeholder {
  color: var(--gray-40);
}
.profile__password-modal-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.profile__password-modal-btns a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 16px;
  border-radius: 6px;
  text-transform: uppercase;
}
.profile__password-modal-btns .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  text-transform: uppercase;
  width: 100%;
  gap: 12px;
  color: var(--white);
  background-color: var(--red);
  position: relative;
  overflow: hidden;
}
.profile__password-modal-btns .btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--gradient)));
  background: -o-linear-gradient(var(--gradient));
  background: linear-gradient(var(--gradient));
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  border-radius: 6px;
  z-index: 0;
}
.profile__password-modal-btns .btn span {
  position: relative;
  z-index: 1;
}
.profile__password-modal-btns .btn:hover::before {
  opacity: 0;
}
.profile__password-modal-btns .btn-decline {
  background-color: transparent;
  outline: 2px solid var(--gray-15);
  outline-offset: -2px;
  color: var(--gray-40);
  -webkit-transition: background-color 0.2s ease-in, color 0.2s ease-in, outline 0.2s ease-in;
  -o-transition: background-color 0.2s ease-in, color 0.2s ease-in, outline 0.2s ease-in;
  transition: background-color 0.2s ease-in, color 0.2s ease-in, outline 0.2s ease-in;
}
.profile__password-modal-btns .btn-decline:hover {
  background-color: var(--gray-10);
  color: var(--gray-50);
  outline: 2px solid var(--gray-10);
}
.profile__password-modal-close {
  position: absolute;
  top: 32px;
  right: 32px;
  background: transparent;
}
.profile__password-modal-close__sm {
  display: none;
}
.profile__tel-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  z-index: 1000;
  overflow-y: auto;
  padding-top: 24px;
}
.profile__tel-modal-content {
  background: var(--gray-5);
  padding: 56px;
  border-radius: 24px;
  max-width: 648px;
  width: 100%;
  position: relative;
}
.profile__tel-modal-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  color: var(--gray-40);
  margin-bottom: 56px;
}
.profile__tel-modal-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--blue-80);
  border-radius: 500px;
  padding: 6px;
  max-width: 106px;
  height: 40px;
  width: 100%;
  position: relative;
  cursor: pointer;
}
.profile__tel-modal-switch-option {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  color: var(--white);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  z-index: 1;
}
.profile__tel-modal-switch input {
  display: none;
}
.profile__tel-modal-switch input:checked + .profile__tel-modal-slider {
  left: calc(100% - 6px);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  background-color: var(--red);
}
.profile__tel-modal-switch input:checked ~ .profile__tel-modal-switch-option.no {
  color: white;
}
.profile__tel-modal-switch input:checked ~ .profile__tel-modal-switch-option.yes {
  color: white;
}
.profile__tel-modal-slider {
  position: absolute;
  top: 6px;
  left: 6px;
  max-width: 45px;
  width: 100%;
  height: calc(100% - 12px);
  background-color: var(--red);
  border-radius: 30px;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  z-index: 0;
}
.profile__tel-modal-header {
  width: 100%;
  margin-bottom: 56px;
}
.profile__tel-modal-header h4 {
  color: var(--red);
  text-align: center;
  margin-bottom: 48px;
}
.profile__tel-modal-header p {
  text-align: center;
}
.profile__tel-modal-body form .first {
  margin-bottom: 24px;
}
.profile__tel-modal-body form input {
  font-size: 1.6rem;
  line-height: 130%;
  font-weight: 400;
  padding: 17.5px;
  color: var(--blue-80);
  background-color: var(--gray-10);
  border-radius: 6px;
  width: 100%;
}
.profile__tel-modal-body form input::-webkit-input-placeholder {
  color: var(--gray-40);
}
.profile__tel-modal-body form input::-moz-placeholder {
  color: var(--gray-40);
}
.profile__tel-modal-body form input:-ms-input-placeholder {
  color: var(--gray-40);
}
.profile__tel-modal-body form input::-ms-input-placeholder {
  color: var(--gray-40);
}
.profile__tel-modal-body form input::placeholder {
  color: var(--gray-40);
}
.profile__tel-modal-bottom p {
  color: var(--gray-60);
}
.profile__tel-modal-bottom p a {
  color: var(--red);
}
.profile__tel-modal-bottom .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  gap: 12px;
  padding: 16px 32px;
  border-radius: 6px;
  color: var(--white);
  background-color: var(--red);
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.profile__tel-modal-bottom .btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--gradient)));
  background: -o-linear-gradient(var(--gradient));
  background: linear-gradient(var(--gradient));
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  border-radius: 6px;
  z-index: 0;
}
.profile__tel-modal-bottom .btn span {
  position: relative;
  z-index: 1;
}
.profile__tel-modal-bottom .btn:hover::before {
  opacity: 0;
}
.profile__tel-modal-close {
  position: absolute;
  top: 32px;
  right: 32px;
  background: transparent;
}
.profile__tel-modal-close__sm {
  display: none;
}
.profile__photo-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  z-index: 1000;
  overflow-y: auto;
  padding-top: 24px;
}
.profile__photo-modal-content {
  background: var(--gray-5);
  padding: 56px;
  border-radius: 24px;
  max-width: 648px;
  width: 100%;
  position: relative;
}
.profile__photo-modal-header {
  width: 100%;
  margin-bottom: 56px;
}
.profile__photo-modal-header h4 {
  color: var(--red);
  text-align: center;
  margin-bottom: 48px;
}
.profile__photo-modal-header p {
  text-align: center;
}
.profile__photo-modal-bottom .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  gap: 12px;
  padding: 16px 32px;
  border-radius: 6px;
  color: var(--white);
  background-color: var(--red);
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.profile__photo-modal-bottom .btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--gradient)));
  background: -o-linear-gradient(var(--gradient));
  background: linear-gradient(var(--gradient));
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  border-radius: 6px;
  z-index: 0;
}
.profile__photo-modal-bottom .btn span {
  position: relative;
  z-index: 1;
}
.profile__photo-modal-bottom .btn:hover::before {
  opacity: 0;
}
.profile__photo-modal-close {
  position: absolute;
  top: 32px;
  right: 32px;
  background: transparent;
}
.profile__photo-modal-close__sm {
  display: none;
}

@media screen and (max-width: 768px) {
  .modal-content {
    max-width: 480px;
    padding: 24px;
    padding-top: 64px;
    border-radius: 16px;
  }
  .modal-switch {
    max-width: 90px;
    height: 36px;
  }
  .modal-slider {
    max-width: 39px;
  }
  .modal-accept {
    font-size: 1.2rem;
  }
  .modal-header {
    margin-bottom: 40px;
  }
  .modal-header__row {
    padding: 4px;
    border-radius: 4px;
  }
  .modal-body form button {
    margin: 16px 0;
    font-size: 1.5rem;
    gap: 8px;
  }
  .modal-body form input {
    font-size: 1.4rem;
    padding: 11px 12px;
  }
  .modal-password__toggle {
    top: 20px;
  }
  .modal-close {
    top: 24px;
    right: 24px;
  }
  .modal-close__sm {
    display: block;
  }
  .modal-close__lg {
    display: none;
  }
  .accept-modal-header {
    margin-bottom: 40px;
  }
  .accept-modal-header h4 {
    font-size: 2.6rem;
    margin-bottom: 32px;
  }
  .accept-modal-header p {
    font-size: 1.6rem;
  }
  .accept-modal-body form input {
    font-size: 1.4rem;
    padding: 11px 12px;
  }
  .accept-modal-body form .first {
    margin-bottom: 40px;
  }
  .accept-modal-bottom p {
    font-size: 1.2rem;
  }
  .accept-modal-bottom .btn {
    padding: 16px 20px;
  }
  .accept-modal-content {
    padding: 24px;
    padding-top: 64px;
    border-radius: 16px;
    max-width: 480px;
  }
  .accept-modal-close {
    top: 24px;
    right: 24px;
  }
  .recovery-modal-header {
    margin-bottom: 40px;
  }
  .recovery-modal-header h4 {
    font-size: 2.6rem;
    margin-bottom: 32px;
  }
  .recovery-modal-header p {
    font-size: 1.6rem;
  }
  .recovery-modal-body form input {
    font-size: 1.4rem;
    padding: 11px 12px;
  }
  .recovery-modal-body form .first {
    margin-bottom: 40px;
  }
  .recovery-modal-bottom .btn {
    padding: 16px 20px;
  }
  .recovery-modal-bottom .btn-dark {
    padding: 16px 20px;
  }
  .recovery-modal-content {
    padding: 24px;
    padding-top: 64px;
    border-radius: 16px;
    max-width: 480px;
  }
  .recovery-modal-close {
    top: 24px;
    right: 24px;
  }
  .timing__info-modal-table {
    border-radius: 16px;
    margin-bottom: 40px;
  }
  .timing__info-modal-header {
    margin-bottom: 40px;
  }
  .timing__info-modal-header h4 {
    font-size: 2.6rem;
    margin-bottom: 32px;
  }
  .timing__info-modal-header p {
    font-size: 1.6rem;
    gap: 12px;
  }
  .timing__info-modal-header p span {
    font-size: 2rem;
  }
  .timing__info-modal a {
    display: none;
  }
  .timing__info-modal a.sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .timing__info-modal-content {
    padding: 24px;
    border-radius: 16px;
    max-width: 480px;
  }
  .timing__info-modal-close {
    top: 24px;
    right: 24px;
  }
  .timing__table-modal-header {
    margin-bottom: 40px;
  }
  .timing__table-modal-header h4 {
    font-size: 2.6rem;
    margin-bottom: 32px;
  }
  .timing__table-modal-header p {
    font-size: 1.6rem;
  }
  .timing__table-modal-wrapper {
    margin-bottom: 40px;
    gap: 12px;
  }
  .timing__table-modal-wrapper p {
    font-size: 1.6rem;
    gap: 12px;
  }
  .timing__table-modal-wrapper p span {
    font-size: 2rem;
  }
  .timing__table-modal-bottom p {
    font-size: 1.2rem;
  }
  .timing__table-modal-content {
    padding: 24px;
    padding-top: 64px;
    border-radius: 16px;
    max-width: 480px;
  }
  .timing__table-modal-close {
    top: 24px;
    right: 24px;
  }
  .profile__delete-modal-content {
    padding: 24px;
    padding-top: 64px;
    border-radius: 16px;
    max-width: 480px;
  }
  .profile__delete-modal-header {
    margin-bottom: 32px;
  }
  .profile__delete-modal-header h4 {
    font-size: 2.6rem;
  }
  .profile__delete-modal-body p {
    font-size: 1.6rem;
    margin-bottom: 40px;
  }
  .profile__delete-modal-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 20px;
  }
  .profile__delete-modal-close {
    top: 24px;
    right: 24px;
  }
  .profile__login-modal-content {
    padding: 24px;
    padding-top: 64px;
    border-radius: 16px;
    max-width: 480px;
  }
  .profile__login-modal-header {
    margin-bottom: 40px;
  }
  .profile__login-modal-header h4 {
    font-size: 2.6rem;
  }
  .profile__login-modal-body .first {
    margin-bottom: 40px;
  }
  .profile__login-modal-body form input {
    font-size: 1.4rem;
    padding: 11px 12px;
  }
  .profile__login-modal-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 20px;
  }
  .profile__login-modal-close {
    top: 24px;
    right: 24px;
  }
  .profile__password-modal-content {
    padding: 24px;
    padding-top: 64px;
    border-radius: 16px;
    max-width: 480px;
  }
  .profile__password-modal-header {
    margin-bottom: 40px;
  }
  .profile__password-modal-header h4 {
    font-size: 2.6rem;
    margin-bottom: 32px;
  }
  .profile__password-modal-passblock {
    margin-bottom: 40px;
  }
  .profile__password-modal-passblock__toggle {
    top: 20px;
  }
  .profile__password-modal-body form input {
    font-size: 1.4rem;
    padding: 11px 12px;
  }
  .profile__password-modal-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 20px;
  }
  .profile__password-modal-close {
    top: 24px;
    right: 24px;
  }
  .profile__tel-modal-header {
    margin-bottom: 40px;
  }
  .profile__tel-modal-header h4 {
    font-size: 2.6rem;
    margin-bottom: 32px;
  }
  .profile__tel-modal-header p {
    font-size: 1.6rem;
  }
  .profile__tel-modal-item {
    margin-bottom: 40px;
  }
  .profile__tel-modal-switch {
    max-width: 90px;
    height: 36px;
  }
  .profile__tel-modal-slider {
    max-width: 39px;
  }
  .profile__tel-modal-body form input {
    font-size: 1.4rem;
    padding: 11px 12px;
  }
  .profile__tel-modal-bottom p {
    font-size: 1.2rem;
  }
  .profile__tel-modal-content {
    padding: 24px;
    padding-top: 64px;
    border-radius: 16px;
    max-width: 480px;
  }
  .profile__tel-modal-close {
    top: 24px;
    right: 24px;
  }
  .profile__photo-modal-header {
    margin-bottom: 40px;
  }
  .profile__photo-modal-header h4 {
    font-size: 2.6rem;
    margin-bottom: 32px;
  }
  .profile__photo-modal-header p {
    font-size: 1.6rem;
  }
  .profile__photo-modal-content {
    padding: 24px;
    padding-top: 64px;
    border-radius: 16px;
    max-width: 480px;
  }
  .profile__photo-modal-close {
    top: 24px;
    right: 24px;
  }
}
.footer {
  padding: 24px 0;
  background-color: var(--blue-90);
}
.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: var(--gray-70);
  min-height: 104px;
  border-radius: 16px;
  gap: 50px;
  overflow: hidden;
}
.footer__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__left-item a {
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  color: var(--gray-15);
}
.footer__left-item p {
  color: var(--gray-40);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 40px;
}
.footer__left-item.sm a {
  padding: 0 28px;
}
.footer__left-item:not(:last-child) {
  border-right: 2px solid var(--gray-60);
}
.footer__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__right-item {
  border-left: 2px solid var(--gray-60);
}
.footer__right-item a {
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  color: var(--gray-20);
  gap: 16px;
}
.footer__right-item.sm a {
  padding: 0 28px;
}

@media screen and (max-width: 1550px) {
  .footer__left {
    display: none;
  }
  .footer__right {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding-bottom: 0px;
  }
  .footer__content {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    min-height: 90px;
  }
  .footer__right-item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 0 46px;
  }
  .footer__right-item.sm a {
    padding: 0 20px;
  }
}
/*# sourceMappingURL=main.css.map */