<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!***************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/styles.scss ***!
  \***************************************************************************************************************/
:root {
  --color1: #FD931A;
  --color2: #5C58FF;
  --color3: #FFFAF5;
  --color4: #DEDDFF;
  --color5: #F1F1FF;
  --color6: #8581FF;
  --color7: #2E2CB7;
  --color8: #1E1C93;
  --white: #fff;
  --black: #3C2100;
  --gray: #666;
  --lightgray: #f0f0f0;
  --sm: 576px;
  --md: 768px;
  --lg: 992px;
  --xl: 1200px;
  --xxl: 1400px;
  --radius: 10px;
}

@font-face {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 100;
  src: local("Gotham Thin"), url(../js/../fonts/Gotham-Thin.woff2) format("woff2");
}
@font-face {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 300;
  src: local("Gotham Light"), url(../js/../fonts/Gotham-Light.woff2) format("woff2");
}
@font-face {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  src: local("Gotham"), url(../js/../fonts/Gotham-Book.woff2) format("woff2");
}
@font-face {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
  src: local("Gotham Medium"), url(../js/../fonts/Gotham-Medium.woff2) format("woff2");
}
@font-face {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  src: local("Gotham Bold"), url(../js/../fonts/Gotham-Bold.woff2) format("woff2");
}
html {
  font-family: "Gotham", serif;
  font-size: 16px;
  font-weight: 400;
}

body {
  color: var(--black);
  font-size: 1rem;
  font-weight: 400;
  background-color: var(--white);
  background-image: url(../js/../images/offer-main-bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  padding: 0;
  padding-top: 90px;
}

.container-fluid {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  box-sizing: border-box;
}

a {
  color: var(--color2);
  font-size: 1rem;
}

h1 {
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.2;
}

h2 {
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.2;
}

h3 {
  font-weight: 400;
  font-size: 1.65rem;
}

.copyright {
  font-size: 0.75rem;
  font-weight: 300;
  margin-top: 40px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .copyright {
    font-size: 1rem;
  }
}

.wp-block-file {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 30px;
  margin-bottom: 30px;
}
.wp-block-file__embed {
  width: 100%;
}
.wp-block-file__button {
  color: var(--color2) !important;
  font-size: 0.75rem !important;
  font-family: "Gotham", serif !important;
  font-weight: 400 !important;
  opacity: 1 !important;
  background-color: var(--white) !important;
  border: 2px solid var(--color2) !important;
  border-radius: 8px !important;
  padding: 8px 10px;
}
@media (min-width: 768px) {
  .wp-block-file__button {
    font-size: 0.8125rem !important;
  }
}
.wp-block-file__button:hover {
  color: var(--color7) !important;
  border-color: var(--color7) !important;
}
.wp-block-file__button:active {
  color: var(--color8) !important;
  border-color: var(--color8) !important;
}

a[id^=wp-block-file--media-] {
  color: var(--black) !important;
  font-size: 0.75rem !important;
  font-weight: 400 !important;
}
@media (min-width: 768px) {
  a[id^=wp-block-file--media-] {
    font-size: 1.5rem !important;
  }
}

.btn {
  font-family: "Gotham", serif;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.btn--default {
  font-size: 1.125rem;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  padding: 12px 15px;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .btn--default {
    font-size: 1.25rem;
    font-weight: 300;
    padding: 18px 38px;
  }
}
.btn--main {
  color: var(--white);
  background-color: var(--color2);
  border-radius: 6px;
}
@media (min-width: 768px) {
  .btn--main {
    border-radius: var(--radius);
  }
}
.btn--main:hover {
  background-color: var(--color7);
}
.btn--main:active {
  background-color: var(--color8);
}
.btn--transparent {
  color: var(--color2);
  border-radius: 6px;
  border: 1px solid var(--color2);
}
@media (min-width: 768px) {
  .btn--transparent {
    border-radius: var(--radius);
    border: 2px solid var(--color2);
  }
}
.btn--transparent:hover {
  color: var(--white);
  background-color: var(--color7);
  border-color: var(--color7);
}
.btn--transparent:active {
  color: var(--white);
  background-color: var(--color8);
  border-color: var(--color8);
}
.btn--edit {
  position: absolute;
  z-index: 10;
  bottom: 20px;
  right: 20px;
  font-size: 0.75rem;
  text-transform: lowercase;
  line-height: 1;
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px dashed var(--color2);
  height: unset;
  padding: 3px;
}
.btn--edit:hover {
  opacity: 0.7;
}

.header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
@media (min-width: 992px) {
  .header {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}
.header__wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: var(--color3);
  border-bottom-left-radius: var(--radius);
  border-bottom-right-radius: var(--radius);
  width: 100%;
  margin: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}
.header__logo {
  text-decoration: none;
}
.header__logo-img {
  width: auto;
  max-height: 30px;
}
@media (min-width: 992px) {
  .header__logo-img {
    max-height: 54px;
  }
}
.header__contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (min-width: 992px) {
  .header__contacts {
    min-width: 300px;
  }
}
.header__contacts .phone {
  color: var(--black);
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .header__contacts .phone {
    color: var(--color1);
    font-size: 1.75rem;
    line-height: 1.4;
    text-decoration: none;
  }
}
.header__contacts p {
  display: none;
}
@media (min-width: 992px) {
  .header__contacts p {
    display: inline;
    font-size: 0.8125rem;
    font-weight: 300;
    margin: 0;
  }
}
.header__contacts--mobile {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: calc(100% - 60px);
  height: 60px;
}
@media (min-width: 992px) {
  .header__contacts--mobile {
    position: relative;
    bottom: unset;
    right: unset;
    z-index: unset;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 200px;
    width: unset;
  }
}
@media (min-width: 1200px) {
  .header__contacts--mobile {
    min-width: 250px;
  }
}
.header__contacts--mobile .phone__label {
  display: none;
}
@media (min-width: 992px) {
  .header__contacts--mobile .phone__label {
    display: inline-block;
  }
}
.header__contacts--mobile .messengers {
  margin-left: 40px;
}
@media (min-width: 992px) {
  .header__contacts--mobile .messengers {
    margin-left: unset;
  }
}
.header__contacts--mobile .messengers__icon {
  width: 32px;
  height: 32px;
}
@media (min-width: 992px) {
  .header__contacts--mobile .messengers__icon {
    width: 20px;
    height: 20px;
  }
}
.header__space {
  height: 40px;
}
@media (min-width: 768px) {
  .header__space {
    flex-grow: 2;
  }
}
.header__locations {
  cursor: pointer;
  text-decoration: underline;
}

.footer {
  display: flex;
  flex-direction: column;
}
.footer__wrap {
  background-color: var(--color4);
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer__gerb {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.footer__gerb img {
  margin-right: 20px;
}
.footer__gerb a {
  color: var(--black);
  font-weight: 500;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .footer__gerb a {
    font-weight: 400;
  }
}
.footer__gerb a:hover {
  color: var(--black);
}
.footer__logo {
  width: fit-content;
  margin-bottom: 30px;
}
.footer__contacts {
  margin-top: 20px;
  margin-bottom: 40px;
}
.footer__contacts .phone {
  display: inline-block;
  color: var(--block);
  font-size: 1rem;
  font-weight: 500;
  text-decoration: underline;
}
.footer__contacts .address {
  color: var(--black);
  font-size: 1rem;
  font-weight: 500;
  text-decoration: underline;
}
.footer__contacts *:first-child {
  margin-top: 0;
}
.footer__contacts *:last-child {
  margin-bottom: 0;
}
.footer .messengers {
  display: flex;
  flex-direction: row;
  margin-top: 40px;
  margin-bottom: 40px;
}
.footer .messengers__link {
  color: var(--black);
}
.footer__logo-img {
  width: auto;
  height: 80px;
}

.section {
  padding: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}
@media (min-width: 1200px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.section__title {
  font-size: 1.625rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .section__title {
    font-size: 2.5rem;
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .section__title--scheme {
    color: var(--color2);
    font-size: 2.5rem;
    font-weight: 500;
    text-align: left;
    max-width: 350px;
  }
}
.section__desc {
  color: var(--color2);
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .section__desc {
    font-size: 1.75rem;
    font-weight: 400;
    text-align: left;
  }
}

.menu__main-wrap {
  display: none;
  position: fixed;
  z-index: 10;
  top: 70px;
  left: 0;
  background-color: var(--color5);
  width: 100%;
  height: calc(100% - 70px);
  padding: 0;
}
@media (min-width: 768px) {
  .menu__main-wrap {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    top: unset;
    left: unset;
    z-index: unset;
    background-color: unset;
    width: unset;
    height: unset;
  }
}
.menu__main-burger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
}
@media (min-width: 768px) {
  .menu__main-burger {
    display: none;
  }
}
.menu__main-burger img {
  width: 28px;
  height: 28px;
}
.menu__main-burger-close {
  display: none;
}
.menu__main {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  padding-top: 100px;
  margin: 0;
}
@media (min-width: 768px) {
  .menu__main {
    display: flex;
    flex-direction: row;
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  .menu__main {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
  }
}
.menu__main-item {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .menu__main-item {
    padding-top: 0;
    padding-bottom: 0;
  }
  .menu__main-item:first-child {
    margin-left: 0;
  }
  .menu__main-item:last-child {
    margin-right: 0;
  }
}
.menu__main-link {
  display: inline-block;
  box-sizing: border-box;
  color: #7A7A7A;
  text-decoration: none;
  font-size: 1.625rem;
  font-weight: 500;
  text-align: center;
  padding: 12px 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .menu__main-link {
    color: var(--black);
    font-size: 1rem;
    font-weight: 300;
    text-align: left;
    padding: 20px 12px;
    width: unset;
  }
}
.menu__main-link:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .menu__main-link--current {
    border-color: var(--color2);
  }
}
.menu__footer-wrap {
  margin-bottom: 80px;
}
.menu__footer-wrap--clients {
  margin-top: 80px;
}
.menu__footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
}
.menu__footer-title {
  color: var(--black);
  font-weight: 500;
  margin-bottom: 30px;
  max-width: 300px;
}
.menu__footer-link {
  color: var(--black);
  font-size: 0.875rem;
  text-decoration: none;
  margin-top: 10px;
  margin-bottom: 10px;
}
.menu__footer-link:first-child {
  margin-top: 0;
}
.menu__footer-link:last-child {
  margin-bottom: 0;
}
.menu__content-left-column {
  display: flex;
  flex-direction: column;
  padding-left: 0;
}
@media (min-width: 768px) {
  .menu__content-left-column {
    border-right: 1px solid #ddd;
    padding-right: 30px;
    margin-right: 10px;
    height: 100%;
  }
}
.menu__content-left-column .menu__footer-link {
  font-size: 0.875rem;
  line-height: 1.7;
  text-decoration: underline;
}

.form__section {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background-color: var(--color6);
  border-radius: var(--radius);
  padding: 30px 20px;
}
@media (min-width: 992px) {
  .form__section {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
  }
}
.form__section-content {
  padding: 10px 30px 30px 30px;
}
@media (min-width: 992px) {
  .form__section-content {
    width: 400px;
    padding: 40px 40px 40px 340px;
  }
}
.form__section-content-title {
  color: var(--white);
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  margin-top: 0;
}
@media (min-width: 992px) {
  .form__section-content-title {
    font-size: 2.5rem;
    line-height: 1.4;
    text-align: left;
    margin-bottom: 20px;
  }
}
.form__section-content-desc {
  color: var(--white);
  font-size: 1rem;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .form__section-content-desc {
    font-size: 1.5rem;
    line-height: 1.4;
    text-align: left;
  }
}
.form__wrap {
  display: flex;
  flex-direction: column;
  background-color: var(--white);
  border-radius: var(--radius);
  max-width: 435px;
  padding: 20px 30px 10px 30px;
}
.form__title {
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}
.form__input, .form__textarea {
  font-size: 1rem;
  font-weight: 300;
  font-family: "Gotham", serif;
  background-color: #F1F1FF;
  border: 1px solid #5C58FF;
  border-radius: var(--radius);
  box-sizing: border-box;
  padding: 15px;
  margin-bottom: 10px;
  width: 100%;
}
.form__input::placeholder, .form__textarea::placeholder {
  font-weight: 300;
}
.form__politika {
  font-size: 0.625rem;
  font-weight: 300;
  line-height: 1.4;
}
.form__politika a {
  color: var(--black);
  font-size: 0.625rem;
  text-decoration: underline;
}
.form__order-girl-img {
  display: none;
}
@media (min-width: 992px) {
  .form__order-girl-img {
    position: absolute;
    bottom: 0;
    left: 20px;
    display: block;
  }
}

.popup {
  position: fixed;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--white);
  box-sizing: border-box;
  padding: 20px;
  width: 100%;
  max-width: 450px;
  max-height: 100%;
  overflow-y: auto;
}
@media (min-width: 992px) {
  .popup {
    padding: 30px;
  }
}
.popup--video {
  max-width: 660px;
}
.popup--locations {
  background-color: var(--color5);
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .popup--locations {
    border-radius: var(--radius);
    padding-top: 20px;
    padding-bottom: 20px;
    width: 172px;
  }
}
.popup--locations #wt-list-locations {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.popup--locations #wt-list-locations li {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .popup--locations #wt-list-locations li {
    text-align: left;
    border-bottom: 1px solid #ddd;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .popup--locations #wt-list-locations li:last-child {
    border-bottom: unset;
  }
}
.popup--locations #wt-list-locations li a {
  cursor: pointer;
  color: #7A7A7A;
  font-size: 1.375rem;
  font-weight: 500;
  text-decoration: none;
}
@media (min-width: 768px) {
  .popup--locations #wt-list-locations li a {
    color: var(--black);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75;
  }
}
.popup__wrap {
  display: none;
}
.popup__layout {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
}
.popup__close {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  width: 21px;
  height: 21px;
}
@media (min-width: 768px) {
  .popup__close {
    top: 10px;
    right: 10px;
  }
}
.popup__close:hover {
  opacity: 0.8;
}

.breadcrumb {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 40px;
}
.breadcrumb__item span {
  color: #7A7A7A;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .breadcrumb__item span {
    font-size: 1.5rem;
    font-weight: 300;
  }
}
.breadcrumb__item:after {
  content: "";
  display: inline-block;
  background-image: url(../js/../images/breadcrumb-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 10px;
  height: 10px;
  margin: 0 8px;
}
.breadcrumb__item.end::after {
  display: none;
}
.breadcrumb__link {
  text-decoration: none;
}
.breadcrumb__link span {
  color: #FD9319;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .breadcrumb__link span {
    font-size: 1.5rem;
    font-weight: 300;
  }
}

.archive__item {
  display: flex;
  flex-direction: column;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), 0 22px 70px 4px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0);
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .archive__item {
    padding: 30px;
  }
}
.archive__item-img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.archive__item-title {
  font-size: 1.25rem;
  text-decoration: none;
}

.messengers__link {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: var(--black);
  text-decoration: none;
  margin-right: 10px;
  margin-left: 10px;
}
.messengers__link:first-child {
  margin-left: 0;
}
.messengers__link:last-child {
  margin-right: 0;
}
.messengers__link span {
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
}
@media (min-width: 768px) {
  .messengers__link span {
    font-weight: 300;
    margin-left: 3px;
  }
}
.messengers__icon {
  display: none;
}
@media (min-width: 768px) {
  .messengers__icon {
    display: inline;
    width: 20px;
    height: 20px;
  }
}
.messengers__icon--telegram {
  filter: invert(60%) sepia(100%) saturate(1648%) hue-rotate(170deg) brightness(89%) contrast(104%);
}
.messengers__icon--whatsapp {
  filter: invert(52%) sepia(96%) saturate(391%) hue-rotate(78deg) brightness(92%) contrast(88%);
}

.offer__wrap {
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.offer__wrap:before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  display: block;
  content: "";
  background-color: rgba(0, 0, 0, 0.4509803922);
  width: 100%;
  height: 100%;
}
.offer__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 1200px) {
  .offer__content {
    max-width: 1000px;
    min-height: 600px;
  }
}
.offer__content ul {
  margin: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
  padding-left: 20px;
  list-style: none;
}
@media (min-width: 768px) {
  .offer__content ul {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 30px;
  }
}
.offer__content ul li {
  position: relative;
  color: var(--white);
  font-size: 1rem;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .offer__content ul li {
    font-size: 1.75rem;
  }
}
.offer__content ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: -28px;
  top: -3px;
  background-image: url(../js/../images/offer-list-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
}
@media (min-width: 768px) {
  .offer__content ul li:before {
    top: 6px;
  }
}
.offer__title {
  color: var(--white);
  font-size: 1.625rem;
  font-weight: 500;
  margin: 0;
}
@media (min-width: 768px) {
  .offer__title {
    font-size: 3rem;
  }
}
.offer__desc {
  line-height: 1.6;
  margin-top: 40px;
  margin-bottom: 40px;
  max-width: 550px;
}
.offer__desc--white {
  color: var(--white);
}
.offer__img {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}
.offer__img img {
  max-width: 100%;
  height: auto;
}
.offer__img .btn {
  text-align: center;
  width: 100%;
  height: 100%;
}
.offer__video-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  min-height: 100%;
  min-width: 100%;
  -webkit-transform-style: preserve-3d;
}
.offer__video-bg video {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: 100%;
  object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.offer__main-wrap {
  position: relative;
}
.offer__main-wrap:before, .offer__main-wrap:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  width: 92px;
  height: 107px;
}
@media (min-width: 768px) {
  .offer__main-wrap:before, .offer__main-wrap:after {
    bottom: 0;
    width: 250px;
    height: 250px;
  }
}
@media (min-width: 1200px) {
  .offer__main-wrap:before, .offer__main-wrap:after {
    top: 180px;
    bottom: unset;
  }
}
.offer__main-wrap:before {
  background-image: url(../js/../images/left-hand.png);
  left: 0;
}
.offer__main-wrap:after {
  background-image: url(../js/../images/right-hand.png);
  right: 0;
}
.offer__main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  padding-top: 30px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .offer__main {
    padding-top: 140px;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}
.offer__main-location {
  position: relative;
  font-size: 0.75rem;
  font-weight: 300;
  text-align: center;
  line-height: 1.8;
  width: 215px;
}
@media (min-width: 768px) {
  .offer__main-location {
    display: none;
  }
}
.offer__main-location:before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: -13px;
  background-image: url(../js/../images/location.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 9px;
  height: 12px;
}
.offer__main-location span.header__locations {
  color: var(--black);
}
.offer__main-title {
  font-size: 2rem;
  font-weight: 400;
  text-align: center;
  max-width: 1050px;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .offer__main-title {
    font-size: 3rem;
  }
}
.offer__main-title span {
  color: var(--color1);
}
.offer__main-desc {
  font-size: 1.375rem;
  font-weight: 400;
  text-align: center;
  max-width: 1050px;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .offer__main-desc {
    font-size: 1.75rem;
  }
}

.block__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #fff;
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
  border-radius: 10px;
  transition: 0.2s ease-out;
  text-decoration: none;
  width: calc(100% - 40px);
  min-height: 335px;
  padding: 30px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .block__item {
    width: calc(100% - 60px);
    height: calc(100% - 100px);
    min-height: 445px;
    padding: 30px;
  }
}
.block__item:hover {
  box-shadow: 0px 0px 20px 0px rgba(92, 88, 255, 0.8);
}
.block__item-space {
  flex-grow: 2;
}
.block__item-icon {
  position: absolute;
  right: 20px;
  top: 20px;
  filter: brightness(0) saturate(100%) invert(69%) sepia(55%) saturate(2429%) hue-rotate(343deg) brightness(97%) contrast(105%);
  max-width: 100%;
  max-height: 100%;
  z-index: 1;
}
.block__item-icon--withoutcolor {
  filter: unset;
}
.block__item-title {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: 230px;
  z-index: 1;
}
@media (min-width: 768px) {
  .block__item-title {
    font-size: 1.75rem;
    line-height: 1.4;
  }
}
.block__item-title--white {
  color: var(--white);
}
.block__item-title--white a {
  color: var(--white);
}
.block__item-desc {
  color: #787878;
  font-size: 0.875rem;
  letter-spacing: 0.03rem;
  line-height: 1.4;
  z-index: 1;
  margin: 0;
  max-width: 400px;
}
.block__item-desc--white {
  color: var(--white);
}
.block__item-price {
  font-size: 1.625rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .block__item-price {
    font-size: 1.75rem;
  }
}
.block__item-price--light {
  color: var(--color1);
}
.block__item-edit-icon {
  font-size: 0.65rem;
  background-color: aliceblue;
  border: 1px solid #555;
  width: 60px;
  height: 60px;
  cursor: pointer;
}

.content__gerb-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--color5);
  border-radius: var(--radius);
  padding: 40px;
}
@media (min-width: 768px) {
  .content__gerb-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
}
.content__gerb-wrap--document {
  padding: 30px;
}
@media (min-width: 992px) {
  .content__gerb-wrap--document {
    padding-bottom: 0;
  }
}
.content__gerb-img {
  width: auto;
  max-height: 205px;
}
@media (min-width: 768px) {
  .content__gerb-img {
    margin-right: 40px;
  }
}
@media (min-width: 992px) {
  .content__gerb-img {
    max-height: unset;
  }
}
.content__document-img-desktop {
  display: none;
}
@media (min-width: 768px) {
  .content__document-img-desktop {
    margin-right: 20px;
  }
}
@media (min-width: 1200px) {
  .content__document-img-desktop {
    display: block;
    width: auto;
    margin-right: 40px;
    max-height: unset;
  }
}
@media (min-width: 768px) {
  .content__document-img-mobile {
    margin-right: 20px;
  }
}
@media (min-width: 1200px) {
  .content__document-img-mobile {
    display: none;
  }
}
.content__gerb {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 750px;
}
@media (min-width: 768px) {
  .content__gerb {
    align-items: flex-start;
  }
}
@media (min-width: 992px) {
  .content__gerb--document {
    margin-bottom: 40px;
  }
}
.content__gerb-title {
  display: none;
  margin: 0;
}
@media (min-width: 768px) {
  .content__gerb-title {
    display: block;
  }
}
@media (min-width: 992px) {
  .content__gerb-title {
    font-size: 2.5rem;
    font-weight: 500;
  }
}
.content__gerb-title--document {
  display: block;
  color: var(--color2);
  font-size: 1.625rem;
  text-align: center;
  margin: 20px auto;
}
@media (min-width: 992px) {
  .content__gerb-title--document {
    font-size: 2.5rem;
    text-align: left;
  }
}
.content__gerb-desc {
  font-size: 1rem;
  line-height: 1.4;
  text-align: center;
}
@media (min-width: 768px) {
  .content__gerb-desc {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .content__gerb-desc {
    font-size: 1.5rem;
  }
}
.content__gerb-desc--document {
  line-height: 1.8;
}
@media (min-width: 992px) {
  .content__gerb-desc--document {
    line-height: 1.5;
  }
}
.content__about-course {
  overflow: hidden;
  border-radius: var(--radius);
  padding: 30px;
}
@media (min-width: 768px) {
  .content__about-course {
    background-color: var(--color5);
    padding: 40px 0 0 40px;
  }
}
.content__about-course-title {
  color: var(--color2);
  font-size: 1.625rem;
  font-weight: 500;
  margin: 0;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .content__about-course-title {
    font-size: 2.5rem;
    text-align: center;
  }
}
.content__about-course-content {
  font-size: 1rem;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .content__about-course-content {
    font-size: 1.5rem;
  }
}
.content__about-course-content p:first-child {
  margin-top: 0;
}
.content__about-course-content p:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .content__about-course-content p {
    padding-right: 40px;
  }
}
.content__about-course-content figure {
  margin: 0;
}
@media (min-width: 992px) {
  .content__about-course-content figure {
    float: right;
  }
}
.content__fork-price-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--color5);
  border-radius: var(--radius);
  box-sizing: border-box;
  height: calc(100% - 40px);
  padding: 40px 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .content__fork-price-item {
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.content__fork-price-item .btn--main {
  margin-bottom: 20px;
}
.content__fork-price-item-space {
  flex-grow: 2;
}
.content__fork-price-item-title {
  color: var(--color2);
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .content__fork-price-item-title {
    font-size: 1.75rem;
  }
}
.content__fork-price-item-desc {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .content__fork-price-item-desc {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.content__fork-price-item-company {
  color: #7A7A7A;
  font-size: 0.8125rem;
  text-align: center;
}
.content__fork-price-item-cost {
  position: relative;
  color: var(--color1);
  font-size: 1.75rem;
  font-weight: 500;
}
.content__fork-price-item-cost:after {
  content: "";
  display: block;
  position: absolute;
  left: 170px;
  top: 30px;
  background-image: url(../js/../images/cost-line.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 42px;
  height: 36px;
}
.content__fork-price-item-cost-podeli {
  font-size: 0.875rem;
  margin-top: 10px;
  margin-bottom: 10px;
}
.content__fork-price-item-cost-podeli span {
  display: inline-block;
  color: #ee0320;
  border: 1px solid #ee0320;
  padding: 4px 6px;
}
.content__fork-price-item-discount {
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 20px;
}
.content__fork-price-item-discount span {
  color: #FF6F9A;
}
.content__panfilov {
  background-color: var(--color5);
  border-radius: var(--radius);
  padding: 40px;
}
@media (min-width: 992px) {
  .content__panfilov {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .content__panfilov-left {
    padding-right: 40px;
  }
}
.content__panfilov-title {
  color: var(--color2);
  font-size: 1.625rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .content__panfilov-title {
    font-size: 2.5rem;
  }
}
.content__panfilov-photo {
  max-width: 100%;
  height: auto;
  margin-top: 30px;
  margin-bottom: 20px;
}
.content__panfilov-name {
  font-size: 1.75rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  .content__panfilov-name {
    font-size: 1.375rem;
  }
}
.content__panfilov-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  list-style: none;
  margin: 20px 0;
  padding: 0;
}
.content__panfilov-list li {
  font-size: 1rem;
  font-weight: 400;
  background-color: var(--color4);
  border-radius: 6px;
  padding: 10px 15px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.content__panfilov-list li:first-child {
  margin-top: 0;
}
.content__panfilov-list li:last-child {
  margin-bottom: 0;
}
.content__panfilov-right {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.75;
}
@media (min-width: 768px) {
  .content__panfilov-right {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.content__panfilov-right strong {
  color: var(--color2);
  font-weight: 400;
}
.content__panfilov-right ul {
  padding-left: 20px;
}
.content__scheme {
  position: relative;
}
@media (min-width: 1200px) {
  .content__scheme {
    background-image: url(../js/../images/scheme-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 400px;
  }
}
.content__scheme-item {
  position: relative;
  box-sizing: border-box;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  min-height: 350px;
}
@media (min-width: 1200px) {
  .content__scheme-item {
    position: absolute;
    max-width: 370px;
    min-height: unset;
    padding: 0;
    margin: 0;
  }
}
.content__scheme-item--1 {
  bottom: 0;
  left: 0;
}
.content__scheme-item--2 {
  top: 40px;
  right: 0;
}
.content__scheme-item--3 {
  bottom: 0;
  right: 0;
}
.content__scheme-item p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  padding: 0 34px;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .content__scheme-item p {
    padding: 0;
  }
}
.content__scheme-btn {
  color: var(--color2);
  font-size: 1.375rem;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .content__scheme-btn {
    color: var(--white);
    font-size: 1.5rem;
    text-align: center;
    background-color: var(--color6);
    border-radius: 6px;
    box-sizing: border-box;
    width: 100%;
    padding: 15px 40px;
  }
}
.content__scheme-btn:before {
  content: "";
  display: block;
  float: left;
  background-image: url(../js/../images/star-scheme.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 28px;
  height: 28px;
  margin-right: 5px;
}
@media (min-width: 1200px) {
  .content__scheme-btn:before {
    display: none;
  }
}
.content__scheme-img {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (min-width: 1200px) {
  .content__scheme-img {
    width: 250px;
    height: 250px;
  }
}
@media (min-width: 1200px) {
  .content__scheme-img--1 {
    left: 524px;
    top: -129px;
    bottom: unset;
  }
}
@media (min-width: 1200px) {
  .content__scheme-img--2 {
    display: none;
    right: 500px;
    top: 200px;
    bottom: unset;
  }
}
@media (min-width: 1200px) {
  .content__scheme-img--3 {
    display: none;
    right: 500px;
    top: 200px;
    bottom: unset;
  }
}

.whywe--forwhom .whywe__item {
  padding: 25px;
}
@media (min-width: 768px) {
  .whywe--forwhom .whywe__item {
    padding: 35px;
  }
}
.whywe--forwhom .whywe__item--hands:before, .whywe--forwhom .whywe__item--hands:after {
  display: none;
}
@media (min-width: 768px) {
  .whywe--forwhom .whywe__item--hands:before, .whywe--forwhom .whywe__item--hands:after {
    display: block;
  }
}
.whywe--forwhom .whywe__item-title {
  font-size: 1.375rem;
  font-weight: 400;
  margin-top: 0;
}
@media (min-width: 768px) {
  .whywe--forwhom .whywe__item-title {
    font-size: 1.75rem;
  }
}
.whywe--forwhom .whywe__item-desc {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .whywe--forwhom .whywe__item-desc {
    font-size: 1.75rem;
    font-weight: 400;
  }
}
.whywe__item {
  position: relative;
  background-color: var(--color5);
  border-radius: var(--radius);
  box-sizing: border-box;
  height: calc(100% - 40px);
  padding: 20px;
  margin: 20px 0;
}
@media (min-width: 768px) {
  .whywe__item {
    padding: 40px;
  }
}
.whywe__item--star:before {
  content: "";
  display: block;
  position: absolute;
  top: -30px;
  left: 50%;
  background-image: url(../js/../images/star.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 60px;
  height: 60px;
  margin-left: -30px;
}
.whywe__item--notheight {
  height: unset;
}
.whywe__item--hands {
  overflow: hidden;
}
.whywe__item--hands:before, .whywe__item--hands:after {
  content: "";
  display: block;
  position: absolute;
  top: unset;
  bottom: 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.whywe__item--hands:before {
  bottom: -20px;
  left: 0;
  background-image: url(../js/../images/left-orange-hand.svg);
  width: 270px;
  height: 230px;
}
.whywe__item--hands:after {
  right: -25px;
  background-image: url(../js/../images/right-orange-hand.svg);
  width: 215px;
  height: 135px;
}
.whywe__item--courses {
  overflow: hidden;
  padding-bottom: 120px;
}
.whywe__item--courses .whywe__item-title {
  font-size: 1.625rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  .whywe__item--courses .whywe__item-title {
    font-size: 1.75rem;
    font-weight: 500;
  }
}
.whywe__item--courses .whywe__item-desc {
  font-weight: 400;
}
.whywe__item-title {
  color: var(--color6);
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 10px;
}
.whywe__item-desc {
  font-weight: 300;
  line-height: 1.8;
  margin-bottom: 0;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  grid-template-areas: "image1 image1" "image2 image2" "image4 image6" "image3 image5" "image3 image7";
}
@media (min-width: 768px) {
  .gallery {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    grid-template-areas: "image1 image2" "image3 image4" "image3 image5" "image6 image7";
  }
}
.gallery--relese {
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas: "image11 image11" "image13 image12" "image13 image14" "image13 image14" "image16 image16" "image17 image18" "image19 image15";
}
@media (min-width: 768px) {
  .gallery--relese {
    grid-template-columns: repeat(4, 1fr);
    grid-template-areas: "image11 image11 image12 image12" "image13 image13 image14 image14" "image15 image15 image16 image17" "image15 image15 image18 image19";
  }
}
.gallery__item-img {
  border-radius: var(--radius);
  max-width: 100%;
  width: 100%;
  height: auto;
}
.gallery__item-img.image1 {
  grid-area: image1;
}
.gallery__item-img.image2 {
  grid-area: image2;
}
.gallery__item-img.image3 {
  grid-area: image3;
}
.gallery__item-img.image4 {
  grid-area: image4;
}
.gallery__item-img.image5 {
  grid-area: image5;
}
.gallery__item-img.image6 {
  grid-area: image6;
}
.gallery__item-img.image7 {
  grid-area: image7;
}
.gallery__item-img.image11 {
  grid-area: image11;
}
.gallery__item-img.image12 {
  grid-area: image12;
}
.gallery__item-img.image13 {
  grid-area: image13;
}
.gallery__item-img.image14 {
  grid-area: image14;
}
.gallery__item-img.image15 {
  grid-area: image15;
}
.gallery__item-img.image16 {
  grid-area: image16;
}
.gallery__item-img.image17 {
  grid-area: image17;
}
.gallery__item-img.image18 {
  grid-area: image18;
}
.gallery__item-img.image19 {
  grid-area: image19;
}

.faq__item {
  border-top: 1px solid #ddd;
  padding: 10px;
}
@media (min-width: 768px) {
  .faq__item {
    padding: 30px 10px;
  }
}
.faq__item:last-child {
  border-bottom: 1px solid #ddd;
}
.faq__item-title {
  position: relative;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .faq__item-title {
    font-size: 1.75rem;
    font-weight: 400;
  }
}
.faq__item-title:hover {
  color: var(--color6);
}
.faq__item-title:hover:after {
  filter: brightness(0) saturate(100%) invert(65%) sepia(37%) saturate(7462%) hue-rotate(215deg) brightness(102%) contrast(101%);
}
@media (min-width: 992px) {
  .faq__item-title:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: -5px;
    background-image: url(../js/../images/faq-arrow.svg);
    width: 62px;
    height: 62px;
  }
}
.faq__item-title.active {
  color: var(--color6);
}
.faq__item-title.active:after {
  filter: brightness(0) saturate(100%) invert(65%) sepia(37%) saturate(7462%) hue-rotate(215deg) brightness(102%) contrast(101%);
  transform: rotate(90deg);
}
.faq__item-reply {
  display: none;
  color: var(--color6);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .faq__item-reply {
    font-size: 1.75rem;
  }
}

.reviews__wrap {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .reviews__wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
.reviews__left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--color6);
  background-image: url(../js/../images/reviews-left.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: var(--radius);
  box-sizing: border-box;
  padding: 30px;
  height: 290px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .reviews__left {
    margin-right: 20px;
    margin-bottom: unset;
    width: 375px;
    height: 455px;
  }
}
.reviews__left-top {
  color: var(--white);
  font-size: 1.375rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .reviews__left-top {
    font-size: 1.75rem;
  }
}
.reviews__left-bottom {
  color: var(--white);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  max-width: 200px;
}
@media (min-width: 768px) {
  .reviews__left-bottom {
    font-size: 1.5rem;
    max-width: unset;
  }
}
.reviews__right {
  flex-grow: 2;
}
.reviews__slider {
  background-color: var(--color5);
  border-radius: var(--radius);
  box-sizing: border-box;
  overflow: hidden;
  padding: 40px;
  max-width: 100%;
  width: 800px;
  height: 100%;
}
.reviews__slider-item-img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  margin: 0;
}
.reviews__slider-item-img:hover {
  opacity: 0.8;
}
.reviews__slider-item-img:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background-image: url(../js/../images/play-circle.png);
  background-repeat: no-repeat;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  height: 64px;
}
.reviews__slider-item-img img {
  max-width: 100%;
  height: auto;
}
.reviews__pagination .swiper-pagination-bullet {
  position: relative;
  background-color: var(--color2);
  width: 16px;
  height: 16px;
}
@media (min-width: 768px) {
  .reviews__pagination .swiper-pagination-bullet {
    width: 28px;
    height: 28px;
  }
}
.reviews__pagination .swiper-pagination-bullet-active {
  background-color: var(--white);
}
.reviews__pagination .swiper-pagination-bullet-active:after {
  position: absolute;
  left: 2px;
  top: 2px;
  content: "";
  display: block;
  background-color: var(--color2);
  border-radius: 50%;
  width: 12px;
  height: 12px;
}
@media (min-width: 768px) {
  .reviews__pagination .swiper-pagination-bullet-active:after {
    left: 3px;
    top: 3px;
    width: 22px;
    height: 22px;
  }
}

.course__item {
  display: flex;
  flex-direction: column;
  background-color: var(--white);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: var(--radius);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2509803922);
  margin-top: 20px;
  margin-bottom: 20px;
}
.course__item-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--white);
  border-radius: var(--radius);
  box-sizing: border-box;
  padding: 20px 30px;
  margin-top: 235px;
  height: 245px;
}
@media (min-width: 768px) {
  .course__item-content {
    height: 310px;
    padding: 30px;
  }
}
.course__item-discont {
  position: absolute;
  top: -21px;
  left: 30px;
  color: #FF6F9A;
  font-size: 0.8125rem;
  font-weight: 500;
  text-align: center;
  background-color: var(--white);
  border-top-left-radius: var(--radius);
  border-top-right-radius: var(--radius);
  padding: 4px 10px;
  margin: 0;
}
.course__item-space {
  flex-grow: 2;
}
.course__item-title {
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .course__item-title {
    font-size: 1.5rem;
  }
}
.course__item-price {
  color: var(--color1);
  font-size: 1.625rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .course__item-price {
    font-size: 1.5rem;
  }
}
.course__item-price-info {
  position: relative;
  color: #7a7a7a;
  font-size: 0.75rem;
  font-weight: 300;
  padding-left: 20px;
  margin: 0;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .course__item-price-info {
    font-size: 0.8125rem;
    font-weight: 400;
  }
}
.course__item-price-info:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../js/../images/info.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}
.course__item-btn {
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .course__item-btn {
    font-size: 0.875rem;
  }
}

.programm__item-wrap {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
  background-color: var(--color4);
  border-radius: var(--radius);
}
@media (min-width: 768px) {
  .programm__item-wrap {
    grid-template-columns: repeat(2, 1fr);
    background-color: var(--white);
    max-width: 1000px;
    width: 100%;
  }
}
.programm__item {
  background-color: var(--color5);
  border-radius: 6px;
  padding: 15px;
}
.programm__item ul {
  font-size: 0.875rem;
  font-weight: 300;
  padding-left: 20px;
}
.programm__item-lesson {
  color: var(--color1);
  font-size: 1rem;
  font-weight: 500;
}
.programm__item-title {
  font-size: 0.875rem;
  font-weight: 400;
}
.programm__item-topics {
  color: #7A7A7A;
  font-size: 0.875rem;
}

.page404 {
  text-align: center;
}
.page404__wrap {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .page404__wrap {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
.page404__title {
  color: var(--color1);
  font-size: 3.75rem;
  font-weight: 500;
  text-align: center;
  margin: 0;
}
@media (min-width: 768px) {
  .page404__title {
    font-size: 7.5rem;
  }
}
.page404__desc {
  color: #7A7A7A;
  font-size: 1rem;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .page404__desc {
    font-size: 1.75rem;
    line-height: 1.4;
  }
}
</pre></body></html>