@charset "UTF-8";
* {
  overflow-anchor: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box
}
::after,
::before {
  box-sizing: border-box
}
a {
  text-decoration: none
}
[role=button],
a,
button,
input,
label,
select,
textarea {
  -webkit-tap-highlight-color: transparent
}
::-moz-placeholder {
  color: #666
}
::placeholder {
  color: #666
}
::-moz-selection {
  text-shadow: none;
  color: #fff;
  background-color: #3390ff
}
::selection {
  text-shadow: none;
  color: #fff;
  background-color: #3390ff
}
b,
strong {
  font-weight: 700
}
ol.rst,
ul.rst {
  list-style: none
}
input,
textarea {
  border: #666 1px solid;
  font-family: Inter,sans-serif
}
body {
  width: 100%;
  height: 100%;
  min-width: 375px;
  font-style: normal;
  line-height: 1.15;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%
}
[hidden] {
  display: none
}
textarea {
  vertical-align: top;
  overflow: auto;
  resize: vertical
}
audio:not([controls]) {
  display: none;
  height: 0
}
button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer
}
button[disabled],
input[disabled] {
  cursor: default
}
sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
button {
  font-family: inherit;
  font-weight: inherit
}
@font-face {
  font-family: Inter;
  font-weight: 300;
  font-display: swap;
  font-style: italic;
  src: local("Inter"),url(../fonts/Inter/Inter-LightItalicBETA.woff2) format("woff2")
}
@font-face {
  font-family: Inter;
  font-weight: 400;
  font-display: swap;
  font-style: normal;
  src: local("Inter"),url(../fonts/Inter/Inter-Regular.woff2) format("woff2")
}
@font-face {
  font-family: Inter;
  font-weight: 500;
  font-display: swap;
  font-style: normal;
  src: local("Inter"),url(../fonts/Inter/Inter-Medium.woff2) format("woff2")
}
@font-face {
  font-family: Inter;
  font-weight: 600;
  font-display: swap;
  font-style: normal;
  src: local("Inter"),url(../fonts/Inter/Inter-SemiBold.woff2) format("woff2")
}
@font-face {
  font-family: Inter;
  font-weight: 700;
  font-display: swap;
  font-style: normal;
  src: local("Inter"),url(../fonts/Inter/Inter-Bold.woff2) format("woff2")
}
@font-face {
  font-family: Manrope;
  font-weight: 300;
  font-display: swap;
  font-style: normal;
  src: local("Manrope"),url(../fonts/Manrope/Manrope-Light.woff2) format("woff2")
}
@font-face {
  font-family: Manrope;
  font-weight: 700;
  font-display: swap;
  font-style: normal;
  src: local("Manrope"),url(../fonts/Manrope/Manrope-Bold.woff2) format("woff2")
}
.html {
  height: 100%;
  font-size: 10px
}
.body {
  position: relative;
  width: 100%;
  font-family: Inter,sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  color: #111;
  background: #f6f6fa
}
.site {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 100%;
  overflow-x: hidden;
  min-height: 100%
}
.custom-input {
  display: flex;
  flex-direction: column;
  gap: 10px
}
@media (max-width:767.5px) {
  .custom-input {
    gap: 1px
  }
}
.custom-input__label {
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  color: #111
}
@media (max-width:1023.5px) {
  .custom-input__label {
    font-size: 18px
  }
}
@media (max-width:767.5px) {
  .custom-input__label {
    font-size: 16px
  }
}
.custom-input__input {
  border: 1px solid #929292;
  border-radius: 50px;
  padding: 20px 30px;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #111;
  background: #f6f6fa
}
.custom-input__input_white {
  background-color: #fff
}
@media (max-width:1023.5px) {
  .custom-input__input {
    padding: 12px 16px;
    font-size: 16px
  }
}
@media (max-width:767.5px) {
  .custom-input__input {
    padding: 12px 16px;
    font-size: 14px
  }
}
.custom-input__input::-moz-placeholder {
  color: #c3c3c3
}
.custom-input__input::placeholder {
  color: #c3c3c3
}
.custom-input__input:focus {
  outline: 0;
  border-color: #111
}
.miniform {
  display: flex
}
.miniform__input {
  border-radius: 50px;
  flex-grow: 1;
  border-radius: 50px 0 0 50px
}
.miniform__input-real {
  border: none;
  border: 1px solid #929292;
  border-radius: 50px 0 0 50px;
  padding: 15px 16px 16px 30px;
  width: 100%;
  height: 100%;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  color: #111
}
@media (max-width:1023.5px) {
  .miniform__input-real {
    padding: 12px 16px;
    font-size: 16px
  }
}
@media (max-width:767.5px) {
  .miniform__input-real {
    padding: 12px 16px;
    font-size: 14px
  }
}
.miniform__input-real::-moz-placeholder {
  color: #c3c3c3
}
.miniform__input-real::placeholder {
  color: #c3c3c3
}
.miniform__input-real:focus {
  outline: 0;
  border: 1px solid #111
}
.miniform__btn {
  display: inline-block;
  border: none;
  text-align: center;
  cursor: pointer;
  background-color: transparent;
  border-radius: 0 50px 50px 0;
  padding: 20px 32px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  box-shadow: 0 62px 85px -22px rgba(0,0,0,.3);
  background: #111;
  transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out
}
@media (max-width:1023.5px) {
  .miniform__btn {
    padding: 12px 16px;
    font-size: 16px
  }
}
@media (max-width:767.5px) {
  .miniform__btn {
    padding: 12px 12px;
    font-size: 14px
  }
}
@media (any-hover:hover) {
  .miniform__btn:hover {
    border-color: #8a8a8f;
    background-color: #8a8a8f
  }
}
.miniform__btn:active {
  border-color: #525252;
  background-color: #525252
}
.icon {
  display: inline-block;
  width: var(--icon-width,24px);
  aspect-ratio: var(--icon-ratio,1);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: var(--mask-size,contain);
  mask-size: var(--mask-size,contain);
  background-color: var(--icon-color,#fff)
}
.btn {
  display: inline-block;
  border: none;
  text-align: center;
  cursor: pointer;
  background-color: transparent
}
.btn-wrapper {
  text-align: center
}
.btn-default {
  display: inline-block;
  border: none;
  text-align: center;
  cursor: pointer;
  background-color: transparent;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  border: 2px solid #111;
  border-radius: 64px;
  padding: 18px 38px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  background: #111;
  transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out
}
.btn-default__icon {
  display: inline-block;
  width: 24px;
  aspect-ratio: 1;
  background-color: #fff;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat
}
.btn-default__icon_rotate {
  transform: rotate(90deg)
}
@media (max-width:1023.5px) {
  .btn-default {
    padding: 10px 28px;
    font-size: 14px
  }
}
@media (any-hover:hover) {
  .btn-default:hover {
    border-color: #8a8a8f;
    background-color: #8a8a8f
  }
}
.btn-default:active {
  border-color: #525252;
  background-color: #525252
}
.btn-default_framed {
  border: 2px solid #111;
  color: #111;
  background: 0 0
}
@media (any-hover:hover) {
  .btn-default_framed:hover {
    border-color: #111;
    color: #fff;
    background-color: #111
  }
}
.btn-default_framed:active {
  border-color: #525252;
  color: #fff;
  background-color: #525252
}
.btn-small {
  display: inline-block;
  border: none;
  text-align: center;
  cursor: pointer;
  background-color: transparent;
  border-radius: 64px;
  padding: 16px 40px;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #fff;
  box-shadow: inset 1px 1px 1px 0 rgba(255,255,255,.25);
  background: #111;
  transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out
}
@media (max-width:1023.5px) {
  .btn-small {
    padding: 12px 20px;
    font-size: 14px
  }
}
@media (any-hover:hover) {
  .btn-small:hover {
    border-color: #8a8a8f;
    background-color: #8a8a8f
  }
}
.btn-small:active {
  border-color: #525252;
  background-color: #525252
}
.visually-hidden {
  position: fixed;
  transform: scale(0)
}
.title-main {
  font-family: Manrope,sans-serif;
  font-weight: 700;
  font-size: 72px;
  line-height: 75px;
  color: #111
}
@media (max-width:1649.5px) {
  .title-main {
    font-size: 56px;
    line-height: 1.2
  }
}
@media (max-width:1299.5px) {
  .title-main {
    font-size: 46px
  }
}
@media (max-width:767.5px) {
  .title-main {
    font-size: 24px;
    line-height: 28px
  }
}
.title-main_offset {
  margin-bottom: 28px
}
@media (max-width:767.5px) {
  .title-main_offset {
    margin-bottom: 20px
  }
}
.title-default {
  font-weight: 600;
  font-size: 56px;
  color: #111
}
@media (max-width:1649.5px) {
  .title-default {
    font-size: 48px
  }
}
@media (max-width:1299.5px) {
  .title-default {
    font-size: 38px
  }
}
@media (max-width:767.5px) {
  .title-default {
    font-size: 20px
  }
}
.title-default_offset {
  margin-bottom: 36px
}
@media (max-width:1649.5px) {
  .title-default_offset {
    margin-bottom: 30px
  }
}
@media (max-width:1299.5px) {
  .title-default_offset {
    margin-bottom: 24px
  }
}
@media (max-width:767.5px) {
  .title-default_offset {
    margin-bottom: 20px
  }
}
.title-default_lined {
  display: flex;
  gap: 40px;
  align-items: center;
  white-space: nowrap
}
@media (max-width:1023.5px) {
  .title-default_lined {
    gap: 12px
  }
}
.title-default_lined::after {
  content: "";
  flex-grow: 1;
  width: 850px;
  height: 2px;
  background: #111;
  transform: translateY(7px)
}
@media (max-width:1023.5px) {
  .title-default_lined::after {
    height: 1px;
    transform: translateY(4px)
  }
}
@media (max-width:767.5px) {
  .title-default_lined::after {
    transform: translateY(1px)
  }
}
.title-common {
  font-weight: 600;
  font-size: 48px;
  line-height: 60px;
  color: #111
}
@media (max-width:1023.5px) {
  .title-common {
    font-size: 32px;
    line-height: 1.4
  }
}
@media (max-width:767.5px) {
  .title-common {
    font-size: 18px;
    line-height: 25px
  }
}
.title-common_offset {
  margin-bottom: 43px
}
@media (max-width:767.5px) {
  .title-common_offset {
    margin-bottom: 20px
  }
}
.text-common {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  color: #8a8a8f
}
@media (max-width:1299.5px) {
  .text-common {
    font-size: 18px
  }
}
@media (max-width:767.5px) {
  .text-common {
    font-size: 14px;
    line-height: 22px
  }
}
.text-desc {
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  color: #8a8a8f
}
@media (max-width:1299.5px) {
  .text-desc {
    font-size: 18px;
    line-height: 1.6
  }
}
@media (max-width:767.5px) {
  .text-desc {
    font-size: 14px;
    line-height: 24px
  }
}
.open-menu {
  overflow: hidden
}
.logo {
  display: inline-block;
  font-size: 0
}
.container {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  max-width: 1480px
}
@media (max-width:1649.5px) {
  .container {
    max-width: 1180px
  }
}
@media (max-width:1299.5px) {
  .container {
    max-width: 992px
  }
}
@media (max-width:1023.5px) {
  .container {
    max-width: 742px
  }
}
@media (max-width:767.5px) {
  .container {
    max-width: 549px;
    padding-left: 20px;
    padding-right: 20px
  }
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  border-bottom: 1px solid #d9d9d9;
  background: #fff
}
@media (max-width:767.5px) {
  .header {
    border: none
  }
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 111px
}
@media (max-width:1023.5px) {
  .header__container {
    justify-content: flex-start;
    height: 89px
  }
}
@media (max-width:767.5px) {
  .header__container {
    height: 80px
  }
}
.header__logo {
  display: inline-block;
  width: 80px;
  aspect-ratio: 1;
  background-image: url(../img/logo.jpg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat
}
@media (max-width:1023.5px) {
  .header__logo {
    margin-right: 20px;
    width: 60px
  }
}
@media (max-width:575.5px) {
  .header__logo {
    display: none
  }
}
.header__burger {
  display: inline-block;
  border: none;
  text-align: center;
  cursor: pointer;
  background-color: transparent;
  display: none;
  width: 40px;
  aspect-ratio: 1;
  background-image: url(../img/icon-burger.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat
}
@media (max-width:1023.5px) {
  .header__burger {
    margin-right: auto;
    display: inline-block
  }
}
@media (max-width:1023.5px) {
  .header__menu {
    display: none
  }
}
.header__menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 40px
}
.header__menu-link {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #111
}
.footer {
  border-top: 1px solid #d9d9d9;
  padding-top: 100px;
  padding-bottom: 80px;
  background: #fff
}
@media (max-width:1299.5px) {
  .footer {
    padding-top: 60px;
    padding-bottom: 60px
  }
}
@media (max-width:767.5px) {
  .footer {
    padding-top: 19px;
    border: none
  }
}
.footer__top {
  position: relative;
  display: flex;
  justify-content: center;
  padding-bottom: 25px
}
@media (max-width:1023.5px) {
  .footer__top {
    flex-direction: column;
    gap: 20px
  }
}
.footer__top-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 1151px;
  max-width: 100%;
  padding-left: 120px;
  padding-right: 120px
}
@media (max-width:1023.5px) {
  .footer__top-content {
    border-top: 1px solid #e8e8e9;
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px
  }
}
@media (max-width:767.5px) {
  .footer__top-content {
    flex-direction: column;
    gap: 20px
  }
}
.footer__logo {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 80px;
  aspect-ratio: 1;
  background-image: url(../img/logo.jpg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat
}
@media (max-width:1023.5px) {
  .footer__logo {
    position: relative
  }
}
@media (max-width:767.5px) {
  .footer__logo {
    width: 67px
  }
}
.footer__title {
  font-weight: 600;
  font-size: 20px;
  color: #111
}
@media (max-width:767.5px) {
  .footer__title {
    font-size: 16px
  }
}
.footer__menu {
  display: flex;
  flex-direction: column;
  gap: 20px
}
@media (max-width:1023.5px) {
  .footer__menu {
    border-bottom: 1px solid #e8e8e9;
    padding-bottom: 20px;
    width: 100%
  }
}
@media (max-width:767.5px) {
  .footer__menu {
    gap: 12px
  }
}
.footer__menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px
}
@media (max-width:767.5px) {
  .footer__menu-list {
    gap: 4px;
    font-size: 14px
  }
}
.footer__menu-link {
  color: #8a8a8f
}
.footer__contact {
  display: flex;
  flex-direction: column;
  gap: 20px
}
@media (max-width:1023.5px) {
  .footer__contact {
    padding-bottom: 20px;
    width: 100%;
    border-bottom: 1px solid #e8e8e9
  }
}
@media (max-width:767.5px) {
  .footer__contact {
    gap: 12px
  }
}
.footer__contact-items {
  display: flex;
  flex-direction: column;
  gap: 15px
}
.footer__phone {
  position: relative;
  padding-left: 34px;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: #8a8a8f
}
@media (max-width:767.5px) {
  .footer__phone {
    font-size: 14px
  }
}
.footer__phone::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  aspect-ratio: 1;
  background-image: url(../img/icon-phone.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat
}
.footer__email {
  position: relative;
  padding-left: 34px;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  text-transform: lowercase;
  color: #8a8a8f
}
@media (max-width:767.5px) {
  .footer__email {
    font-size: 14px
  }
}
.footer__email::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  aspect-ratio: 1;
  background-image: url(../img/icon-email.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat
}
.footer__socials {
  display: flex;
  flex-direction: column;
  gap: 20px
}
.footer__social-items {
  display: flex;
  gap: 10px
}
.footer__social-item {
  width: 30px;
  aspect-ratio: 1;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat
}
.footer__social-item_fb {
  background-image: url(../img/icon-fb.svg)
}
.footer__social-item_inst {
  background-image: url(../img/icon-inst.svg)
}
.footer__social-item_wa {
  background-image: url(../img/icon-wa.svg)
}
.footer__social-item_viber {
  background-image: url(../img/icon-viber.svg)
}
.footer__bottom {
  border-top: 1px solid #8a8a8f;
  padding-top: 30px
}
@media (max-width:1023.5px) {
  .footer__bottom {
    border-color: #e8e8e9
  }
}
.footer__rights {
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  color: #8a8a8f
}
.modals {
  z-index: 15
}
.modal {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  display: none;
  justify-content: center;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  height: 100%
}
.modal_active {
  display: flex
}
.modal__inner {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 20px;
  padding: 32px;
  padding-top: 28px;
  width: 640px;
  max-width: calc(100% - 40px);
  background-color: #fff;
  box-shadow: 20px 20px 20px 0 rgba(0,0,0,.08)
}
@media (max-width:767.5px) {
  .modal__inner {
    padding: 20px;
    padding-top: 60px;
    padding-bottom: 28px
  }
}
.modal__overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(17,17,17,.4)
}
.modal__close {
  display: inline-block;
  border: none;
  text-align: center;
  cursor: pointer;
  background-color: transparent;
  position: absolute;
  right: 20px;
  top: 20px;
  border: none;
  font-size: 0;
  width: 24px;
  aspect-ratio: 1;
  background-image: url(../img/icon-close.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat
}
.modal-order__inner {
  align-items: center
}
.modal-order__title {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  color: #111
}
@media (max-width:767.5px) {
  .modal-order__title {
    margin-bottom: 16px;
    font-size: 18px
  }
}
.modal-order__text {
  margin-bottom: 30px;
  max-width: 384px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #8a8a8f
}
@media (max-width:767.5px) {
  .modal-order__text {
    margin-bottom: 22px;
    font-size: 14px
  }
}
.modal-order__form {
  width: 100%
}
.modal-order__form-inputs {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px
}
@media (max-width:767.5px) {
  .modal-order__form-inputs {
    gap: 8px
  }
}
.modal-order__btn {
  width: 100%
}
.modal-success__inner {
  align-items: center
}
@media (max-width:767.5px) {
  .modal-success__inner {
    padding-top: 40px
  }
}
.modal-success__icon {
  display: inline-block;
  margin-bottom: 18px;
  width: 106px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: url(../img/icon-success.png),linear-gradient(135deg,#e6e6ff 0,#f1def1 100%);
  background-position: center center,center center;
  background-size: contain,contain;
  background-repeat: no-repeat,no-repeat
}
@media (max-width:767.5px) {
  .modal-success__icon {
    width: 90px
  }
}
.modal-success__title {
  margin-bottom: 14px;
  font-weight: 500;
  font-size: 24px;
  color: #111;
  text-align: center
}
@media (max-width:767.5px) {
  .modal-success__title {
    margin-bottom: 16px;
    font-size: 18px
  }
}
@media (max-width:767.5px) {
  .modal-success__title br {
    display: none
  }
}
.modal-success__text {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  color: #8a8a8f
}
@media (max-width:767.5px) {
  .modal-success__text {
    margin-bottom: 34px;
    font-size: 14px;
    line-height: 1.5
  }
}
.modal-success__btn {
  width: 100%
}
.fixed-menu {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 15;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease-in
}
.fixed-menu__overlay {
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(17,17,17,.4)
}
.fixed-menu__content {
  position: absolute;
  left: 0;
  top: 0;
  overflow-y: auto;
  border-radius: 0 20px 20px 0;
  padding: 20px;
  width: 355px;
  height: 100%;
  background: #fff;
  transform: translateX(-100%);
  transition: transform .2s ease-in
}
.fixed-menu__close {
  display: inline-block;
  border: none;
  text-align: center;
  cursor: pointer;
  background-color: transparent;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 24px;
  aspect-ratio: 1;
  font-size: 0;
  background-image: url(../img/icon-close.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat
}
.fixed-menu__logo {
  margin-bottom: 35px;
  display: inline-block;
  width: 82px;
  aspect-ratio: 1;
  background-image: url(../img/logo.jpg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat
}
.fixed-menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 40px
}
.fixed-menu__link {
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  color: #111
}
.open-menu .fixed-menu {
  opacity: 1;
  pointer-events: all
}
.open-menu .fixed-menu__content {
  transform: translateX(0)
}
.hero {
  padding-top: 122px;
  padding-bottom: 123px;
  display: flex;
  align-items: center;
  min-height: 100vh;
  background-image: url(../img/hero-bg.png);
  background-position: bottom center;
  background-size: 100% 100%;
  background-repeat: no-repeat
}
@media (max-width:767.5px) {
  .hero {
    padding-top: 140px;
    padding-bottom: 50px;
    min-height: auto
  }
}
.hero_offset {
  margin-bottom: 100px
}
@media (max-width:1299.5px) {
  .hero_offset {
    margin-bottom: 80px
  }
}
@media (max-width:1023.5px) {
  .hero_offset {
    margin-bottom: 50px
  }
}
@media (max-width:767.5px) {
  .hero_offset {
    margin-bottom: 60px
  }
}
.hero__container {
  position: relative
}
.hero__content {
  width: calc(100% - 506px)
}
@media (max-width:1649.5px) {
  .hero__content {
    width: calc(100% - 400px)
  }
}
@media (max-width:1023.5px) {
  .hero__content {
    width: 100%
  }
}
.hero__pretitle {
  font-family: Manrope,sans-serif;
  font-weight: 300;
  font-size: 72px;
  line-height: 75px;
  color: #111
}
@media (max-width:1649.5px) {
  .hero__pretitle {
    font-size: 56px;
    line-height: 1.2
  }
}
@media (max-width:1299.5px) {
  .hero__pretitle {
    font-size: 46px
  }
}
@media (max-width:767.5px) {
  .hero__pretitle {
    font-size: 24px;
    line-height: 28px
  }
}
@media (max-width:1023.5px) {
  .hero__title {
    width: calc(100% - 300px)
  }
}
@media (max-width:767.5px) {
  .hero__title {
    width: 100%
  }
}
.hero__text {
  margin-bottom: 48px;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  color: #8a8a8f
}
@media (max-width:1299.5px) {
  .hero__text {
    font-size: 18px;
    line-height: 1.5
  }
}
@media (max-width:767.5px) {
  .hero__text {
    margin-bottom: 38px;
    font-size: 14px;
    line-height: 21px
  }
}
.hero__btns {
  display: flex;
  align-items: center;
  gap: 20px
}
@media (max-width:767.5px) {
  .hero__btns {
    flex-direction: column;
    gap: 8px
  }
}
@media (max-width:575.5px) {
  .hero__btns {
    width: 100%
  }
}
@media (max-width:575.5px) {
  .hero__btn {
    width: 100%
  }
}
.hero__image {
  position: absolute;
  top: 0;
  right: 50px;
  width: 412px;
  aspect-ratio: 412/468
}
@media (max-width:1649.5px) {
  .hero__image {
    right: 0
  }
}
@media (max-width:1023.5px) {
  .hero__image {
    top: -10px;
    width: 260px
  }
}
@media (max-width:767.5px) {
  .hero__image {
    position: relative;
    top: 0;
    margin: 0 auto 39px;
    width: 200px
  }
}
.hero__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center
}
.about_offset {
  margin-bottom: 200px
}
@media (max-width:1299.5px) {
  .about_offset {
    margin-bottom: 100px
  }
}
@media (max-width:767.5px) {
  .about_offset {
    margin-bottom: 57px
  }
}
.about__desc {
  margin-bottom: 80px
}
@media (max-width:1649.5px) {
  .about__desc {
    margin-bottom: 40px
  }
}
@media (max-width:767.5px) {
  .about__desc {
    margin-bottom: 36px
  }
}
.about__subtitle {
  margin-bottom: 40px;
  font-weight: 600;
  font-size: 32px;
  line-height: 30px;
  color: #111
}
@media (max-width:767.5px) {
  .about__subtitle {
    margin-bottom: 20px;
    font-size: 16px
  }
}
.about__themes {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-gap: 20px;
  margin-bottom: 80px
}
@media (max-width:1023.5px) {
  .about__themes {
    grid-template-columns: 100%
  }
}
@media (max-width:767.5px) {
  .about__themes {
    margin-bottom: 40px;
    grid-gap: 8px
  }
}
.about__themes-col {
  display: flex;
  flex-direction: column;
  gap: 20px
}
@media (max-width:1023.5px) {
  .about__themes-col {
    gap: 12px
  }
}
@media (max-width:767.5px) {
  .about__themes-col {
    gap: 8px
  }
}
.about__theme {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  padding: 40px;
  height: 150px;
  font-weight: 500;
  font-size: 28px;
  line-height: 30px;
  color: #111;
  text-align: center;
  background: #fff
}
@media (max-width:1649.5px) {
  .about__theme {
    height: 100px;
    font-size: 24px
  }
}
@media (max-width:1023.5px) {
  .about__theme {
    padding: 20px;
    height: 64px
  }
}
@media (max-width:767.5px) {
  .about__theme {
    border-radius: 15px;
    padding: 10px 15px;
    height: auto;
    min-height: 64px;
    font-size: 14px;
    line-height: 22px
  }
}
.about__theme-image {
  padding-top: 34px;
  padding-bottom: 26px;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  background: linear-gradient(135deg,#e6e6ff 0,#f1def1 100%)
}
@media (max-width:767.5px) {
  .about__theme-image {
    border-radius: 15px;
    padding-top: 28px;
    padding-bottom: 17px
  }
}
@media (max-width:1023.5px) {
  .about__theme-image_1 {
    display: none
  }
}
.about__theme-image_2 {
  order: -1
}
@media (max-width:1023.5px) {
  .about__theme-image_2 {
    order: unset
  }
}
@media (max-width:767.5px) {
  .about__theme-image_2 {
    margin-top: 8px
  }
}
.about__theme-img-1 {
  width: 260px;
  aspect-ratio: 1;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center
}
@media (max-width:1299.5px) {
  .about__theme-img-1 {
    width: 220px
  }
}
@media (max-width:1023.5px) {
  .about__theme-img-1 {
    width: 180px
  }
}
.about__theme-img-2 {
  width: 473px;
  aspect-ratio: 473/347;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center
}
@media (max-width:1299.5px) {
  .about__theme-img-2 {
    width: 360px
  }
}
@media (max-width:1023.5px) {
  .about__theme-img-2 {
    width: 250px
  }
}
@media (max-width:767.5px) {
  .about__theme-img-2 {
    aspect-ratio: 335/180
  }
}
.about__info {
  display: grid;
  grid-template-columns: 467px 1fr;
  grid-gap: 20px
}
@media (max-width:1299.5px) {
  .about__info {
    grid-template-columns: 350px 1fr
  }
}
@media (max-width:1023.5px) {
  .about__info {
    grid-template-columns: 100%
  }
}
.about__info-image {
  overflow: hidden;
  border-radius: 30px;
  font-size: 0
}
@media (max-width:767.5px) {
  .about__info-image {
    border-radius: 15px;
    aspect-ratio: 335/380
  }
}
.about__info-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}
.about__info-content {
  display: flex;
  flex-direction: column;
  gap: 20px
}
@media (max-width:767.5px) {
  .about__info-content {
    gap: 16px
  }
}
.about__info-experts {
  border-radius: 30px;
  padding: 20px 40px;
  font-weight: 500;
  font-size: 28px;
  line-height: 40px;
  color: #111;
  background: #fff
}
.about__info-experts strong {
  font-weight: 500;
  color: #4e38dc
}
@media (max-width:1649.5px) {
  .about__info-experts {
    font-size: 24px;
    line-height: 1.2
  }
}
@media (max-width:767.5px) {
  .about__info-experts {
    border-radius: 15px;
    padding: 13px 12px;
    font-size: 14px;
    line-height: 22px
  }
}
.about__info-gift {
  border-radius: 25px;
  padding: 20px 40px;
  font-weight: 500;
  font-size: 22px;
  line-height: 40px;
  color: #111;
  background: linear-gradient(135deg,#e6e6ff 0,#f1def1 100%)
}
@media (max-width:767.5px) {
  .about__info-gift {
    border-radius: 15px
  }
}
@media (max-width:1299.5px) {
  .about__info-gift {
    font-size: 18px;
    line-height: 1.5
  }
}
@media (max-width:767.5px) {
  .about__info-gift {
    padding: 13px 12px;
    padding-right: 30px;
    font-size: 14px;
    line-height: 22px
  }
}
.about__info-gift strong {
  font-weight: 500;
  color: #4e38dc
}
@media (max-width:767.5px) {
  .about__info-gift br {
    display: none
  }
}
.about__info-roadmap {
  border-radius: 30px;
  padding: 40px;
  background: #fff
}
@media (max-width:767.5px) {
  .about__info-roadmap {
    border-radius: 15px;
    padding: 7px 16px 20px
  }
}
.about__info-roadmap-title {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 28px;
  line-height: 30px;
  color: #8a8a8f
}
@media (max-width:1023.5px) {
  .about__info-roadmap-title {
    font-size: 22px
  }
}
@media (max-width:767.5px) {
  .about__info-roadmap-title {
    margin-bottom: 11px;
    font-size: 14px
  }
}
.about__info-roadmap-numbers {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  margin-left: 17px;
  margin-right: 10px
}
@media (max-width:767.5px) {
  .about__info-roadmap-numbers {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-left: 8px;
    margin-right: 0
  }
}
.about__info-roadmap-numbers::after {
  content: "";
  position: absolute;
  left: 40px;
  right: 55px;
  top: 96px;
  z-index: -1;
  height: 1px;
  background-color: #8a8a8f
}
@media (max-width:767.5px) {
  .about__info-roadmap-numbers::after {
    display: none
  }
}
.about__info-roadmap-number {
  display: flex;
  flex-direction: column;
  gap: 41px
}
@media (max-width:767.5px) {
  .about__info-roadmap-number {
    flex-direction: row;
    align-items: flex-end;
    gap: 11px
  }
}
.about__info-roadmap-number:nth-child(2) {
  transform: translateX(20px)
}
@media (max-width:767.5px) {
  .about__info-roadmap-number:nth-child(2) {
    transform: none
  }
}
.about__info-roadmap-number-value {
  position: relative;
  font-weight: 400;
  font-size: 56px;
  line-height: 80px;
  color: #111;
  text-align: center
}
@media (max-width:767.5px) {
  .about__info-roadmap-number-value {
    padding-bottom: 30px;
    font-size: 22px;
    line-height: 30px
  }
}
.about__info-roadmap-number-value::after {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% + 9px);
  border-radius: 100%;
  width: 16px;
  aspect-ratio: 1;
  background: linear-gradient(135deg,#e6e6ff 0,#f1def1 100%);
  transform: translateX(-50%)
}
@media (max-width:767.5px) {
  .about__info-roadmap-number-value::after {
    top: auto;
    bottom: 0
  }
}
.about__info-roadmap-number-desc {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: #111;
  text-align: center
}
@media (max-width:1649.5px) {
  .about__info-roadmap-number-desc {
    font-size: 17px
  }
}
@media (max-width:767.5px) {
  .about__info-roadmap-number-desc {
    font-weight: 500;
    font-size: 16px;
    line-height: 1
  }
}
@media (max-width:767.5px) {
  .about__info-roadmap-number-desc br {
    display: none
  }
}
.course-content_offset {
  margin-bottom: 200px
}
@media (max-width:1299.5px) {
  .course-content_offset {
    margin-bottom: 100px
  }
}
@media (max-width:767.5px) {
  .course-content_offset {
    margin-bottom: 58px
  }
}
.course-content__desc {
  margin-bottom: 80px;
  max-width: 612px
}
@media (max-width:1649.5px) {
  .course-content__desc {
    margin-bottom: 60px
  }
}
@media (max-width:767.5px) {
  .course-content__desc {
    margin-bottom: 38px
  }
}
.course-content__items {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-gap: 20px
}
@media (max-width:767.5px) {
  .course-content__items {
    grid-template-columns: 100%;
    grid-gap: 8px
  }
}
.course-content__item {
  border-radius: 30px;
  padding: 40px;
  min-height: 250px;
  background: #fff
}
@media (max-width:767.5px) {
  .course-content__item {
    border-radius: 12px;
    padding: 12px;
    min-height: 168px
  }
}
.course-content__item-name {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 28px;
  line-height: 30px;
  letter-spacing: .01em;
  color: #111
}
@media (max-width:1299.5px) {
  .course-content__item-name {
    margin-bottom: 16px;
    font-size: 22px;
    line-height: 1.25
  }
}
@media (max-width:767.5px) {
  .course-content__item-name {
    margin-bottom: 10px;
    font-size: 16px
  }
}
.course-content__item-lecturer {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  color: #4e38dc
}
@media (max-width:1299.5px) {
  .course-content__item-lecturer {
    font-size: 16px
  }
}
@media (max-width:767.5px) {
  .course-content__item-lecturer {
    margin-bottom: 8px;
    font-size: 14px
  }
}
.course-content__item-lecturer-subtitle {
  font-size: .9em;
  font-weight: 400;
  display: block;
  margin-top: 4px
}
.course-content__item-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: #111;
  margin-bottom: 12px
}
@media (max-width:1299.5px) {
  .course-content__item-text {
    font-size: 18px
  }
}
@media (max-width:767.5px) {
  .course-content__item-text {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 8px
  }
}
@media (max-width:1649.5px) {
  .course-content__item-text br {
    display: none
  }
}
.course-content__item-topics {
  margin: 0;
  padding-left: 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  color: #333
}
@media (max-width:1299.5px) {
  .course-content__item-topics {
    font-size: 16px
  }
}
@media (max-width:767.5px) {
  .course-content__item-topics {
    padding-left: 16px;
    font-size: 13px;
    line-height: 1.5
  }
}
.course-content__item-topics li {
  margin-bottom: 6px
}
.course-content__item-topics li:last-child {
  margin-bottom: 0
}
.participants_offset {
  margin-bottom: 200px
}
@media (max-width:1299.5px) {
  .participants_offset {
    margin-bottom: 100px
  }
}
@media (max-width:767.5px) {
  .participants_offset {
    margin-bottom: 60px
  }
}
.participants__title {
  margin-bottom: 80px
}
@media (max-width:1023.5px) {
  .participants__title {
    margin-bottom: 40px
  }
}
@media (max-width:767.5px) {
  .participants__title {
    margin-bottom: 13px
  }
}
.participants__content {
  display: grid;
  grid-template-columns: repeat(2,minmax(100px,1fr));
  grid-gap: 20px
}
@media (max-width:1023.5px) {
  .participants__content {
    grid-template-columns: 100%
  }
}
@media (max-width:767.5px) {
  .participants__content {
    grid-gap: 17px
  }
}
.participants__image {
  width: 100%;
  aspect-ratio: 710/688;
  font-size: 0
}
@media (max-width:1023.5px) {
  .participants__image {
    display: none
  }
}
.participants__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center
}
.participants__info {
  border-radius: 30px;
  padding: 40px;
  background: #fff
}
@media (max-width:1299.5px) {
  .participants__info {
    padding: 30px
  }
}
@media (max-width:767.5px) {
  .participants__info {
    margin-bottom: 0;
    border-radius: 15px;
    padding: 12px;
    padding-bottom: 20px
  }
}
.participants__info-title {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 28px;
  line-height: 40px;
  color: #111
}
@media (max-width:1299.5px) {
  .participants__info-title {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1.4
  }
}
@media (max-width:767.5px) {
  .participants__info-title {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 22px
  }
}
.participants__info-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px
}
@media (max-width:767.5px) {
  .participants__info-list {
    gap: 10px
  }
}
.participants__info-list-item {
  position: relative;
  padding-left: 20px;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.8;
  color: #111
}
@media (max-width:767.5px) {
  .participants__info-list-item {
    padding-left: 13px;
    font-size: 14px;
    line-height: 20px
  }
}
.participants__info-list-item::before {
  content: "–";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.8;
  color: #111
}
@media (max-width:767.5px) {
  .participants__info-list-item::before {
    top: 1px;
    font-size: 14px;
    line-height: 20px
  }
}
.participants__mob-image {
  overflow: hidden;
  display: none;
  border-radius: 15px;
  font-size: 0
}
@media (max-width:767.5px) {
  .participants__mob-image {
    display: block
  }
}
.participants__mob-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}
.result_offset {
  margin-bottom: 200px
}
@media (max-width:1299.5px) {
  .result_offset {
    margin-bottom: 100px
  }
}
@media (max-width:767.5px) {
  .result_offset {
    margin-bottom: 60px
  }
}
.result__desc {
  margin-bottom: 80px
}
@media (max-width:1299.5px) {
  .result__desc {
    margin-bottom: 60px
  }
}
@media (max-width:767.5px) {
  .result__desc {
    margin-bottom: 36px
  }
}
.result__items {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-gap: 60px 20px;
  border-radius: 30px;
  padding: 40px;
  padding-bottom: 52px;
  background: #fff
}
@media (max-width:1023.5px) {
  .result__items {
    padding: 30px;
    grid-gap: 30px 20px
  }
}
@media (max-width:767.5px) {
  .result__items {
    border-radius: 15px;
    grid-template-columns: 100%;
    padding: 12px;
    grid-gap: 20px
  }
}
.result__item {
  display: flex;
  align-items: center;
  gap: 20px
}
@media (max-width:1023.5px) {
  .result__item {
    align-items: flex-start
  }
}
@media (max-width:767.5px) {
  .result__item {
    gap: 12px
  }
}
@media (max-width:1023.5px) {
  .result__item:last-child {
    grid-column: span 2
  }
}
@media (max-width:767.5px) {
  .result__item:last-child {
    grid-column: unset
  }
}
.result__item-icon {
  flex-shrink: 0;
  align-self: flex-start;
  display: inline-block;
  width: 80px;
  aspect-ratio: 1;
  background-color: #111;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat
}
@media (max-width:1023.5px) {
  .result__item-icon {
    width: 60px
  }
}
@media (max-width:767.5px) {
  .result__item-icon {
    width: 40px
  }
}
.result__item-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: #111
}
@media (max-width:1299.5px) {
  .result__item-text {
    font-size: 18px
  }
}
@media (max-width:767.5px) {
  .result__item-text {
    font-size: 14px;
    line-height: 22px
  }
}
.result__item-text strong {
  font-weight: 700
}
@media (max-width:1023.5px) {
  .result__item-text br {
    display: none
  }
}
.experts_offset {
  margin-bottom: 260px
}
@media (max-width:767.5px) {
  .experts_offset {
    margin-bottom: 63px
  }
}
.experts__posttitle {
  margin-bottom: 40px;
  display: flex;
  gap: 40px;
  align-items: center;
  font-style: italic;
  font-weight: 300;
  font-size: 52px;
  color: #111;
  white-space: nowrap
}
@media (max-width:1649.5px) {
  .experts__posttitle {
    font-size: 48px
  }
}
@media (max-width:1299.5px) {
  .experts__posttitle {
    font-size: 38px
  }
}
@media (max-width:1023.5px) {
  .experts__posttitle {
    gap: 12px;
    font-size: 14px
  }
}
@media (max-width:767.5px) {
  .experts__posttitle {
    margin-bottom: 21px
  }
}
.experts__posttitle::after {
  content: "";
  flex-grow: 1;
  width: 850px;
  height: 2px;
  background: #111;
  transform: translateY(7px)
}
@media (max-width:1299.5px) {
  .experts__posttitle::after {
    transform: translateY(3px)
  }
}
@media (max-width:1023.5px) {
  .experts__posttitle::after {
    height: 1px;
    transform: translateY(1px)
  }
}
.experts__desc {
  margin-bottom: 79px;
  max-width: 987px
}
@media (max-width:767.5px) {
  .experts__desc {
    margin-bottom: 40px
  }
}
.experts__content {
  position: relative;
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 20px
}
@media (max-width:1023.5px) {
  .experts__content {
    grid-template-columns: 100%
  }
}
@media (max-width:767.5px) {
  .experts__content {
    grid-gap: 8px
  }
}
.experts__content-left {
  display: grid;
  grid-template-columns: repeat(2,minmax(100px,1fr));
  grid-gap: 33px 20px;
  border-radius: 30px;
  background: linear-gradient(135deg,#e6e6ff 0,#f1def1 100%)
}
@media (max-width:1023.5px) {
  .experts__content-left {
    grid-template-columns: 100%;
    gap: 20px;
    background: 0 0
  }
}
@media (max-width:767.5px) {
  .experts__content-left {
    gap: 8px
  }
}
.experts__content-right {
  display: flex;
  flex-direction: column;
  gap: 60px;
  border-radius: 30px;
  background: linear-gradient(135deg,#e6e6ff 0,#f1def1 100%)
}
@media (max-width:1023.5px) {
  .experts__content-right {
    gap: 20px;
    background: 0 0
  }
}
@media (max-width:767.5px) {
  .experts__content-right {
    gap: 8px
  }
}
.experts__content-item {
  padding: 20px
}
@media (max-width:1023.5px) {
  .experts__content-item {
    display: flex;
    align-items: center;
    gap: 12px;
    border-radius: 15px;
    background-color: #fff
  }
}
@media (max-width:767.5px) {
  .experts__content-item {
    padding: 12px 13px
  }
}
.experts__content-item-num {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 56px;
  line-height: 80px;
  color: #111
}
@media (max-width:1023.5px) {
  .experts__content-item-num {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    width: 40px;
    aspect-ratio: 1;
    font-size: 22px;
    line-height: 30px;
    flex-shrink: 0
  }
}
.experts__content-item-text {
  font-weight: 500;
  font-size: 22px;
  color: #111
}
@media (max-width:1023.5px) {
  .experts__content-item-text {
    font-size: 16px
  }
}
@media (max-width:767.5px) {
  .experts__content-item-text {
    font-size: 14px;
    line-height: 22px
  }
}
.experts__content-image {
  border-radius: 20px 40px;
  aspect-ratio: 456/339;
  font-size: 0;
  background-color: #f6f6fa
}
@media (max-width:767.5px) {
  .experts__content-image {
    aspect-ratio: 335/230
  }
}
.experts__content-image_1 {
  padding-left: 20px;
  padding-bottom: 20px
}
@media (max-width:1023.5px) {
  .experts__content-image_1 {
    padding-left: 0;
    padding-bottom: 0;
    order: -1
  }
}
@media (max-width:767.5px) {
  .experts__content-image_1 {
    margin-bottom: 11px
  }
}
.experts__content-image_2 {
  padding-right: 20px;
  padding-top: 20px
}
@media (max-width:1023.5px) {
  .experts__content-image_2 {
    display: none
  }
}
.experts__content-img {
  border-radius: 30px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}
@media (max-width:767.5px) {
  .experts__content-img {
    border-radius: 15px
  }
}
.experts__note {
  position: absolute;
  right: 28px;
  top: 100%;
  border: 1px solid #c3c3c3;
  border-radius: 30px;
  padding: 29px;
  padding-top: 60px;
  width: 710px;
  background: #fff;
  transform: translateY(-50%)
}
@media (max-width:1649.5px) {
  .experts__note {
    top: calc(100% + 30px)
  }
}
@media (max-width:1299.5px) {
  .experts__note {
    transform: none
  }
}
@media (max-width:1023.5px) {
  .experts__note {
    width: 100%;
    right: 0
  }
}
@media (max-width:767.5px) {
  .experts__note {
    position: relative;
    right: 0;
    top: 0;
    border-radius: 15px;
    margin-top: 43px;
    padding: 16px;
    padding-top: 42px
  }
}
.experts__note-desc {
  position: absolute;
  left: -10px;
  top: -10px;
  display: inline-block;
  border-radius: 50px;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  background: #111
}
@media (max-width:1023.5px) {
  .experts__note-desc {
    font-size: 18px
  }
}
@media (max-width:767.5px) {
  .experts__note-desc {
    padding: 4px 13px;
    font-size: 14px
  }
}
.experts__note-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: #8a8a8f
}
@media (max-width:1023.5px) {
  .experts__note-text {
    font-size: 16px
  }
}
@media (max-width:767.5px) {
  .experts__note-text {
    font-size: 14px;
    line-height: 22px
  }
}
.invite_offset {
  margin-bottom: 180px
}
@media (max-width:1299.5px) {
  .invite_offset {
    margin-bottom: 100px
  }
}
@media (max-width:767.5px) {
  .invite_offset {
    margin-bottom: 60px
  }
}
.invite__content {
  border-radius: 30px;
  padding-top: 70px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 60px;
  background: #fff;
  text-align: center
}
@media (max-width:767.5px) {
  .invite__content {
    border-radius: 15px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 41px;
    padding-bottom: 40px
  }
}
.invite__title {
  text-align: center
}
.invite__desc {
  margin: 0 auto;
  margin-bottom: 80px;
  max-width: 1040px;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  color: #8a8a8f
}
@media (max-width:1299.5px) {
  .invite__desc {
    font-size: 18px
  }
}
@media (max-width:1023.5px) {
  .invite__desc {
    margin-bottom: 60px
  }
}
@media (max-width:767.5px) {
  .invite__desc {
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 22px
  }
}
@media (max-width:1023.5px) {
  .invite__desc br {
    display: none
  }
}
.invite__form {
  margin: 0 auto;
  width: 710px;
  max-width: 100%
}
.order_offset {
  margin-bottom: 180px
}
@media (max-width:1299.5px) {
  .order_offset {
    margin-bottom: 100px
  }
}
@media (max-width:767.5px) {
  .order_offset {
    margin-bottom: 81px
  }
}
.order__content {
  position: relative;
  border-radius: 30px;
  padding: 60px;
  background: linear-gradient(135deg,#e6e6ff 0,#f1def1 100%)
}
@media (max-width:1023.5px) {
  .order__content {
    padding: 40px
  }
}
@media (max-width:767.5px) {
  .order__content {
    border-radius: 15px;
    padding: 30px 10px 40px
  }
}
.order__title {
  margin-bottom: 59px;
  text-align: center
}
@media (max-width:767.5px) {
  .order__title {
    margin-bottom: 14px
  }
}
.order__form {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 710px;
  max-width: 100%
}
.order__inputs {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 49px
}
@media (max-width:767.5px) {
  .order__inputs {
    margin-bottom: 38px;
    gap: 6px
  }
}
.order__btn {
  align-self: flex-start
}
@media (max-width:575.5px) {
  .order__btn {
    width: 100%
  }
}
.order__success {
  position: absolute;
  inset: 0;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  padding: 40px;
  background: linear-gradient(135deg,#e6e6ff 0,#f1def1 100%)
}
.order__success_active {
  display: flex
}
.order__success-title {
  margin-bottom: 28px;
  font-weight: 600;
  font-size: 48px;
  line-height: 1.25;
  text-align: center;
  color: #111
}
.order__success-text {
  max-width: 1051px;
  font-weight: 500;
  font-size: 32px;
  line-height: 50px;
  text-align: center;
  color: #111
}
@media (max-width:1649.5px) {
  .from-xl {
    display: none
  }
}
@media (max-width:1299.5px) {
  .from-lg {
    display: none
  }
}
@media (max-width:1023.5px) {
  .from-md {
    display: none
  }
}
@media (max-width:767.5px) {
  .from-sm {
    display: none
  }
}
@media (max-width:575.5px) {
  .from-xs {
    display: none
  }
}
@media (min-width:1650px) {
  .to-xl {
    display: none
  }
}
@media (min-width:1300px) {
  .to-lg {
    display: none
  }
}
@media (min-width:1024px) {
  .to-md {
    display: none
  }
}
@media (min-width:768px) {
  .to-sm {
    display: none
  }
}
@media (min-width:576px) {
  .to-xs {
    display: none
  }
}