@charset "UTF-8";
html {
  box-sizing: border-box;
}

#social-buttons a {
  margin: 0px 9px 0px 0px;
}
.modal__img.check {
    filter: invert(0) sepia(135%) saturate(135) hue-rotate(516deg) contrast(97%) brightness(145%);
}

*, :before, :after {
  box-sizing: inherit;
  flex: 0 1 auto;
}

#popup1 .fancybox-button svg {
    background: #ff5925;
    border-radius: 10px;
}

body.modal-open {
    overflow: hidden;
}

body {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font: normal normal 14px/normal Montserrat, sans-serif;
}

.start-bg {
  background: linear-gradient(102deg, #5F75C1 26.77%, #5F69C1 78.58%) no-repeat 0 0/100% Min(50%, 450px);
}

header, footer {
  flex: 0 0 auto;
}

main {
  flex-grow: 1;
  padding: 15px 0 100px;
}

img,
iframe,
svg,
video {
  max-width: 100%;
  user-select: none;
}

img {
  height: auto;
}

a img {
  border: none;
}

.block_flex_wrapper {
    display: flex;
}

a {
  color: #5F75C1;
}

p {
  margin: 0 0 1em;
}
p:last-child {
  margin-bottom: 0;
}

ul, ol {
  padding: 0 0 0 1.2em;
  margin: 0 0 1em;
}
ul:last-child, ol:last-child {
  margin-bottom: 0;
}

*:focus {
  outline: none;
}

*:invalid {
  box-shadow: none;
}

/*элементы форм */
input, textarea, button, select {
  font: inherit;
  color: inherit;
}

textarea {
  resize: none;
}

select {
  appearance: none;
  -webkit-appearance: none;
  display: block;
  width: 100%;
  padding: 10px 40px 10px 17px;
  border: 1px solid #F5F5F5;
  border-radius: 12px;
  font-size: 14px;
  line-height: normal;
  font-weight: 500;
  background: url(../img/icons/angle-down.svg) no-repeat right 17px center/14px auto #F5F5F5;
}
select::-ms-expand {
  display: none;
}

[type=search] {
  appearance: textfield;
}
[type=search]::-webkit-search-decoration, [type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-results-button, [type=search]::-webkit-search-results-decoration {
  display: none;
}

label {
  user-select: none;
}

.text-input {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: normal;
  border: 1px solid #F5F5F5;
  background-color: #F5F5F5;
  border-radius: 12px;
  padding: 10px 17px;
  color: #111;
  font-weight: 500;
}
.text-input::-webkit-input-placeholder {
  color: inherit;
}
.text-input::-moz-placeholder {
  color: inherit;
}
.text-input:-ms-input-placeholder {
  color: inherit;
}

[type=checkbox] {
  display: inline-block;
  appearance: none;
  -webkit-appearance: none;
  width: 0.94em;
  height: 0.94em;
  flex: 0 0 auto;
  border: 0.11em solid #5F75C1;
  border-radius: 0.17em;
  padding: 0.11em;
}
[type=checkbox]:checked {
  background: #5F75C1 content-box;
}

.line-field {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 15px;
}
.line-field:last-child {
  margin-bottom: 0;
}
.line-field__label {
  font-size: 15px;
  font-weight: 500;
  width: 160px;
  padding: 0 0 0 0.75em;
  position: relative;
  flex: 0 0 auto;
}
.line-field__label em {
  font-style: inherit;
  color: #ED6161;
  display: inline-block;
  position: absolute;
  left: 0;
}
.line-field__label sup {
  font-size: 0.75em;
  vertical-align: 0.4em;
  display: inline-block;
}
.line-field__input {
  flex: 1 1 auto;
}
.line-field__help {
  background-color: #5F75C1;
  width: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  flex: 0 0 auto;
  border-radius: 12px;
  text-align: center;
}

.rating-field {
  font-size: 15px;
}
.rating-field__label {
  margin: 0 0 0.5em;
}
.rating-field__label:last-child {
  margin-bottom: 0;
}
.rating-field__body {
  display: flex;
  align-items: center;
  margin: 0 -0.17em;
}
.rating-field__input {
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
  font-family: icomoon;
  line-height: 1;
  color: #FBBC05;
  cursor: pointer;
  padding: 0.17em;
}
.rating-field__input:before {
  content: "";
  font-size: 30px;
}
.rating-field__input:checked ~ .rating-field__input:before {
  content: "";
  font-size: 30px;
}

/*кнопки */
button,
[type=submit],
[type=reset],
[type=image] {
  cursor: pointer;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75em;
  vertical-align: top;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  max-width: 100%;
  user-select: none;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  padding: 0.2em 0.8em;
  border-radius: 100px;
  border: none;
  min-height: 29px;
  background-color: #5F75C1;
  color: #fff;
  text-decoration: none;
  text-align: center;
  text-shadow: none;
}
.btn--decoration {
  pointer-events: none;
}
.btn--small {
  font-size: 14px;
  min-height: 27px;
  font-weight: 600;
  gap: 0.5em;
}
.btn--x-small {
  font-size: 12px;
  min-height: 20px;
  padding: 0.2em 1em;
}
.btn--nano {
  font-size: 12px;
  min-height: 15px;
  padding: 2px 8px;
}
.btn--medium {
  font-size: 14px;
  font-weight: 600;
  min-height: 31px;
  padding: 0.2em 1.5em;
}
.btn--big {
  font-size: 17px;
  font-weight: bold;
  min-height: 40px;
  padding: 0.2em 1.5em;
}
.btn--white {
  background-color: #fff;
  color: #111;
}
.btn--black {
  background-color: #111;
}
.btn--red {
  background-color: #ED6161;
  color: #fff;
  font-weight: 500;
}
.btn--stroke {
  border: 1px solid #111;
  background: none;
  color: #111;
}
.btn--full-width {
  display: flex;
  width: 100%;
}
.btn__icon--small {
  font-size: 0.75em;
}

.circle-btn {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: #fff;
  border-radius: 50%;
  color: #111;
  font-size: 16px;
  flex: 0 0 auto;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.circle-btn.icon-close {
  font-size: 14px;
}
.circle-btn.fa-angle-right {
  font-size: 18px;
  font-weight: bold;
}
.circle-btn--red {
  background-color: #ED6161;
  color: #fff;
}
.circle-btn--black {
  background-color: #111;
  color: #fff;
}

/*заголовки */
html {
  --h1: 40px;
  --h2: 38px;
  --h3: 22px;
  --h4: 18px;
}

h1, h2, h3, h4, h5, h6 {
  line-height: normal;
  font-weight: 600;
  margin: 1em 0 0.5em;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0;
}

h1 {
  font-size: var(--h1);
  line-height: 1.1;
}

h2 {
  font-size: var(--h2);
}

h3 {
  font-size: var(--h3);
}

h4 {
  font-size: var(--h4);
  font-weight: 500;
}

h5 {
  font-size: inherit;
  line-height: inherit;
}

/*таблицы */
/*контейнеры */
.wrapper {
  width: 100%;
  max-width: 1140px;
  margin: auto;
  padding: 0 15px;
}

.box {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

/*модальные окна */
.modal {
  display: none;
  width: 350px;
  max-width: 100%;
  background: url(../img/corner.svg) no-repeat right top/52px 52px, linear-gradient(#fff, #fff) no-repeat 0 0/calc(100% - 51px) 100%, linear-gradient(#fff, #fff) no-repeat right bottom/52px calc(100% - 51px);
  padding: 30px 20px 40px;
  border-radius: 12px;
}
.modal--wide {
  width: 920px;
}
.modal .fancybox-close-small {
  background-color: #fff;
  border-radius: 50%;
  opacity: 1;
  width: 35px;
  height: 35px;
  padding: 5px;
}
.modal__body--top-gap {
  padding: 20px 0 0;
}
.modal__img {
  display: block;
  margin: 0 auto 15px;
}
.modal__text {
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  margin: 0 0 0.7em;
}
.modal__text:last-child {
  margin-bottom: 0;
}
.modal__text--left {
  text-align: left;
}
.modal__text--big-gap {
  margin-bottom: 1.8em;
}
.modal__text h2 {
  font-size: calc(var(--h1) * 1.2);
  font-weight: 900;
  margin: 0;
}
.modal__form {
  padding: 20px 0 0;
}
.modal__form-head {
  margin: 0 0 20px;
}
.modal__form-head:last-child {
  margin-bottom: 0;
}
.modal__form-btn {
  margin: 37px 0 27px;
}
.modal__form-btn:first-child {
  margin-top: 0;
}
.modal__form-btn:last-child {
  margin-bottom: 0;
}
.modal__input {
  margin: 0 0 20px;
}
.modal__input:last-child {
  margin-bottom: 0;
}
.modal__links {
  font-size: 15px;
}
.modal__links p {
  margin: 0 0 0.6em;
}
.modal__links p:last-child {
  margin-bottom: 0;
}
.modal__links a {
  text-decoration: none;
}

/*ШАПКА */
.logo {
  display: inline-block;
}
.logo__img {
  display: block;
  width: 100%;
}

.lang-select {
  position: relative;
  width: 25px;
}
.lang-select__output {
  cursor: pointer;
}
.lang-select__flag {
  display: block;
  width: 100%;
}
.lang-select__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 100%;
}
.lang-select__list > li {
  margin: 0 0 5px;
}
.lang-select__list > li:last-child {
  margin-bottom: 0;
}

.menu-btn {
  display: none;
  /* grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr; */
  position: relative;
  width: 25px;
  flex: 0 0 auto;
  aspect-ratio: 1;
  gap: 15%;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  color: #5F75C1;
}
.menu-btn--white {
  color: #fff;
}
.menu-btn--active {
  color: #111;
}
.menu-btn__item {
  background-color: currentColor;
  /* border-radius: 50%; */
  transition: all 0.2s ease;
}
/* .menu-btn__item:nth-child(1) {
  border-bottom-right-radius: 2px;
}
.menu-btn__item:nth-child(2) {
  border-bottom-left-radius: 2px;
}
.menu-btn__item:nth-child(3) {
  border-top-right-radius: 2px;
}
.menu-btn__item:nth-child(4) {
  border-top-left-radius: 2px;
} */
/* .menu-btn--active .menu-btn__item:nth-child(1) {
  border-bottom-right-radius: 50%;
  border-top-left-radius: 2px;
}
.menu-btn--active .menu-btn__item:nth-child(2) {
  border-bottom-left-radius: 50%;
  border-top-right-radius: 2px;
}
.menu-btn--active .menu-btn__item:nth-child(3) {
  border-top-right-radius: 50%;
  border-bottom-left-radius: 2px;
}
.menu-btn--active .menu-btn__item:nth-child(4) {
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2px;
} */

.mobile-menu {
  display: none;
}

.header {
  padding: 5px 0;
}
.header--white {
  color: #fff;
}
.header__wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
}
.header__logo {
  width: 150px;
}
.header--white .header__logo {
  filter: grayscale(1) brightness(100);
}
.header__tools {
  display: flex;
  align-items: center;
  background-color: #F5F5F5;
  padding: 4px 5px 4px 20px;
  gap: 20px;
  border-radius: 100px;
  position: relative;
  z-index: 2;
}
.header__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 520px;
  font-size: 15px;
  font-weight: 500;
}
.header__menu > li > a {
  display: block;
  padding: 7px 16px;
  border-radius: 100px;
  text-decoration: none;
  color: inherit;
}
.header__menu > li.active > a {
  background-color: #111;
  color: #fff;
}
.header--white .header__menu > li.active > a {
  background-color: #fff;
  color: #111;
}

/*ОСНОВНОЕ СОДЕРЖИМОЕ */
.review-widget {
  margin: 0 0 30px;
}
.review-widget:last-child {
  margin-bottom: 0;
}
.review-widget__body {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin: 0 0 15px;
}
.review-widget__body:last-child {
  margin-bottom: 0;
}
.review-widget__item {
  width: 45px;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  flex: 0 0 auto;
}
.review-widget__note {
  font-size: 11px;
  font-weight: 500;
  width: 80px;
  flex: 1 1 auto;
}
.note_mob{
  display: none;
}
.review-widget__footer {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.text-slider {
  font-size: 11px;
  font-weight: 500;
  padding: 8px 0 15px;
}
/* .text-slider:before, .text-slider:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 12px;
  height: calc(100% - 50px);
} */
.text-slider:before {
  width: 80%;
  left: 10%;
  top: 0;
  background-color: #C2C2C2;
}
/* .text-slider:after {
  width: 90%;
  left: 5%;
  top: 4px;
  background-color: #D9D9D9;
} */
.text-slider .slick-list {
  position: relative;
  z-index: 2;
}
.text-slider .slick-track {
  display: flex;
}
.text-slider__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 18px 20px;
  border-radius: 12px;
  background: url(../img/bottom-right-radius.svg) no-repeat right 0 bottom 15px/12px 12px, linear-gradient(#fff, #fff) no-repeat right bottom/70px 15px #F5F5F5;
}
.text-slider__item:not(.slick-slide):nth-child(n+2) {
  display: none;
}
.text-slider__item.slick-slide {
  display: flex;
  min-height: 0;
  height: auto;
}
.text-slider__arrow {
  display: inline-block;
  position: absolute;
  z-index: 3;
  bottom: 0;
  font-size: 18px;
  line-height: 20px;
  width: 47px;
  text-align: center;
  background-color: #EDEDED;
  border: 5px solid #fff;
  border-radius: 50px;
  cursor: pointer;
}
.text-slider__arrow--next {
  right: 0;
  background-color: #111;
  color: #fff;
}
.text-slider__arrow--prev {
  right: 47px;
}

.intro {
  margin: 0 0 45px;
}
.intro:last-child {
  margin-bottom: 0;
}
.intro__body {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}
.intro__column {
  width: 260px;
  flex: 0 0 auto;
  padding: 55px 0 0;
}
.intro__column--big {
  width: calc(100% - 580px);
  flex: 1 1 auto;
  padding-top: 0;
  position: relative;
}
.app-buttons {
  display: flex;
  /* display: none; */
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 24px;
}

.app-buttons img {
  height: 56px;
  max-width: 100%;
}

@media (max-width: 640px) {
  .app-buttons img {
    height: 50px;
  }
}

@media (max-width: 768px) {
  .app-buttons {
    display: flex;
  }
  .app-buttons img {
    height: 50px;
  }
}
.intro__tag-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 0 0 30px;
}
.intro__tag-line:last-child {
  margin-bottom: 0;
}
.intro__tag {
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  gap: 5px;
  color: #5F75C1;
  border: 1px solid;
  border-radius: 50px;
  min-height: 22px;
  padding: 3px 10px;
}
.intro__tag--green {
  color: #9CD6BF;
}
.intro__tag-icon {
  font-size: 16px;
  line-height: 1;
}
.intro__tag-caption {
  color: #111;
}
.intro__title {
  text-transform: uppercase;
  font-size: var(--h1);
  line-height: 1.2;
  letter-spacing: -0.05em;
  white-space: nowrap;
  width: max-content;
  z-index: 1;
  --radius: 16px;
  margin: 20px 0;
  position: relative;
}
.intro__title:before, .intro__title:after {
  content: "";
  display: block;
  width: var(--radius);
  height: var(--radius);
  position: absolute;
  left: Min(290px, 100%);
  background-size: 100% 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.intro__title:before {
  bottom: 100%;
  background-image: url(../img/bottom-left-radius.svg);
}
.intro__title:after {
  top: 100%;
  background-image: url(../img/top-left-radius.svg);
}
.intro__title-line {
  display: block;
  background-color: #fff;
  width: fit-content;
  background-color: #fff;
  padding: 0 0.4em 0 0;
  position: relative;
}
.intro__title-line:before, .intro__title-line:after {
  content: "";
  display: block;
  width: var(--radius);
  height: var(--radius);
  position: absolute;
  left: 100%;
}
.intro__title-line:before {
  top: 0;
  background: url(../img/top-left-radius.svg) no-repeat 0 0/100% 100%;
}
.intro__title-line:after {
  bottom: 0;
  background: url(../img/bottom-left-radius.svg) no-repeat 0 0/100% 100%;
}
.intro__title-line:first-child {
  border-top-right-radius: var(--radius);
}
.intro__title-line:first-child:before {
  display: none;
}
.intro__title-line:last-child {
  border-bottom-right-radius: var(--radius);
}
.intro__title-line:last-child:after {
  display: none;
}
.intro__title-line--shorter-then-next + .intro__title-line {
  border-top-right-radius: var(--radius);
}
.intro__title-line--shorter-then-next + .intro__title-line:before {
  display: none;
}
.intro__title-line:not(.intro__title-line--shorter-then-next) {
  border-bottom-right-radius: var(--radius);
}
.intro__title-line:not(.intro__title-line--shorter-then-next):after {
  display: none;
}
.intro__title strong {
  color: #5F75C1;
  font-weight: 900;
}
.intro__note {
  display: flex;
  align-items: flex-start;
  font-size: 12px;
  font-weight: 500;
  gap: 10px;
  padding: 25px 0;
  border-top: 1px solid #EBEBEB;
}
.intro__note:last-child {
  padding-bottom: 0;
}
.intro__note:first-child {
  padding-top: 0;
  border: none;
}
.intro__note-icon {
  color: #5F75C1;
  font-size: 21px;
  flex: 0 0 auto;
}
.intro__slider {
  border-radius: 20px;
  overflow: hidden;
}
.intro__slide:not(.slick-slide):nth-child(n+2) {
  display: none;
}
.intro__img {
  display: block;
  width: 100%;
  height: 408px;
  object-fit: cover;
  object-position: center;
}
.intro__thumbs {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  max-width: calc(100% - 60px);
  padding: 9px 14px 0;
}
.intro__thumbs:before, .intro__thumbs:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: 0;
  background: red;
}
.intro__thumbs:before {
  right: 100%;
  background: url(../img/bottom-right-radius.svg) no-repeat 0 0/100% 100%;
}
.intro__thumbs:after {
  left: 100%;
  background: url(../img/bottom-left-radius.svg) no-repeat 0 0/100% 100%;
}
.intro__thumbs > li {
  width: 60px;
  cursor: pointer;
}
.intro__thumbs > li.slick-active {
  display: none;
}
.intro__thumbs > li img {
  display: block;
  width: 100%;
  height: 24px;
  object-fit: cover;
  object-position: center;
  border-radius: 100px;
}
.intro__tooltip {
  font-size: 10px;
  font-weight: 500;
  color: #fff;
  padding: 5px 25px 5px 12px;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(5px);
  position: absolute;
  z-index: 3;
  top: 270px;
  left: 83px;
  width: 175px;
}
.intro__tooltip:after {
  content: "";
  font: normal normal 10px/1 icomoon;
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 10px;
}
.intro__tooltip h3 {
  font-weight: bold;
  font-size: calc(var(--h3) * 1.1);
  margin-bottom: 0.3em;
}
.intro__tooltip h3:last-child {
  margin-bottom: 0;
}
.intro__text {
  font-size: 12px;
  font-weight: 500;
  margin: 0 0 15px;
}
.intro__text:last-child {
  margin-bottom: 0;
}

.product-card {
  display: flex;
  flex-direction: column;
  width: 350px;
  padding: 25px 20px;
  border-radius: 20px;
  max-width: 100%;
  background-color: #F5F5F5;
}
.product-card__head {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 18px;
  color: #5F75C1;
  margin: 0 0 10px;
}
.product-card__head:last-child {
  margin-bottom: 0;
}
.product-card__icon {
  flex: 0 0 auto;
}
.product-card__title {
  font-size: inherit;
  margin: 0;
}
.product-card__title a {
  text-decoration: none;
}
.product-card__price {
  color: #111;
  flex: 0 0 auto;
  margin-left: auto;
  font-weight: 600;
}
.product-card__tag-line {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 10px;
}
.product-card__tag-line:last-child {
  margin-bottom: 0;
}
.product-card__tag {
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  padding: 7px 15px;
  border: 1px solid #DCDCE3;
  border-radius: 100px;
  text-align: center;
}
.product-card__tag--main {
  margin-right: auto;
}
.product-card__tag--white {
  background-color: #fff;
  border-color: #fff;
}
.product-card__tag--white:first-child {
  margin-left: auto;
}
.product-card__tag--white i {
  font-size: 16px;
  line-height: 13px;
}
.product-card__tag--white .icon-text-check {
  font-size: 20px;
  line-height: 13px;
  margin-left: -5px;
}
.product-card__features {
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 5px 0 0;
  margin: 0 0 15px;
}
.product-card__features:first-child {
  margin-top: 0;
}
.product-card__features > li {
  position: relative;
  padding: 0 0 0 1.2em;
}
.product-card__features > li:before {
  content: "+";
  color: #5F75C1;
  font-size: 1.5em;
  line-height: 1;
  font-weight: 600;
  position: absolute;
  left: 0;
}
.product-card__buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  margin: auto 0 0;
}
.product-card__btn {
  flex: 1 1 auto;
}

.catalog-block {
  margin: 50px 0;
}
.catalog-block:first-child {
  margin-top: 0;
}
.catalog-block:last-child {
  margin-bottom: 0;
}
.catalog-block__head {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 0 0 30px;
}
.catalog-block__head:last-child {
  margin-bottom: 0;
}
.catalog-block__head-text {
  flex: 1 1 auto;
}
.catalog-block__btn {
  flex: 0 0 auto;
}

.presentation {
  margin: 70px 0;
}
.presentation:first-child {
  margin-top: 0;
}
.presentation:last-child {
  margin-bottom: 0;
}
.presentation__wrapper {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.presentation__main {
  width: calc(50% - 15px);
}
.presentation__item {
  padding: 0 0 25px 25px;
  position: relative;
  border-bottom: 1px solid #C5C5C5;
  color: #555;
  font-weight: 500;
  margin: 0 0 25px;
}
.presentation__item:last-child {
  margin-bottom: 0;
}
.presentation__item-icon {
  width: 15px;
  position: absolute;
  top: 7px;
  left: 0;
}
.presentation__item h1, .presentation__item h2, .presentation__item h3, .presentation__item h4, .presentation__item h5 {
  color: #111;
  margin: 0 0 0.36em;
}
.presentation__item h1:last-child, .presentation__item h2:last-child, .presentation__item h3:last-child, .presentation__item h4:last-child, .presentation__item h5:last-child {
  margin-bottom: 0;
}
.presentation__item h1 small, .presentation__item h2 small, .presentation__item h3 small, .presentation__item h4 small, .presentation__item h5 small {
  font-weight: 400;
  vertical-align: 0.25em;
  display: inline-block;
}
.presentation__item p, .presentation__item ul {
  margin: 0 0 0.36em;
}
.presentation__item p:last-child, .presentation__item ul:last-child {
  margin-bottom: 0;
}
.presentation__item strong {
  font-weight: inherit;
  color: #111;
}
.presentation__media {
  width: calc(50% - 15px);
  display: flex;
  gap: 30px;
  position: relative;
}
.presentation__banner {
  position: relative;
  border-radius: 20px;
  width: calc(50% - 15px);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #F5F5F5;
}
.presentation__balloon {
  font-size: 10px;
  font-weight: 500;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.25);
  position: absolute;
  top: 60%;
  right: 29%;
  left: 8px;
  color: #fff;
  border-radius: 20px 0 20px 20px;
  backdrop-filter: blur(5px);
}
.presentation__pic {
  position: absolute;
  border: 10px solid #fff;
  border-radius: 20px;
  right: -10px;
  bottom: -10px;
}
.presentation__pic:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 10px;
  background: red;
  left: -20px;
  bottom: 0;
  background: url(../img/bottom-right-radius.svg) no-repeat left top/50% 100%, linear-gradient(0deg, #fff, #fff) no-repeat right top/50% 100%;
}
.presentation__img {
  display: block;
  height: 120px;
  border-radius: 8px;
}
.presentation__text {
  background-color: #F5F5F5;
  border-radius: 12px;
  padding: 20px;
  width: calc(50% - 15px);
  margin: 0 0 135px;
  font-size: 12px;
  font-weight: 500;
  position: relative;
}
.presentation__text:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  left: -40px;
  width: 10px;
  height: 10px;
  background: url(../img/bottom-right-radius.svg) no-repeat center/100% 100%;
}
.presentation__text-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5em;
  margin: 0 0 30px;
}
.presentation__text-head:last-child {
  margin-bottom: 0;
}
.presentation__text-head h1, .presentation__text-head h2, .presentation__text-head h3, .presentation__text-head h4 {
  margin: 0;
}
.presentation__text strong {
  font-size: 1.25em;
  font-weight: inherit;
}
.presentation__text p {
  margin: 0 0 1.67em;
}
.presentation__text p:last-child {
  margin-bottom: 0;
}
.presentation__icon {
  font-size: 19px;
  color: #5F75C1;
}

.page404 {
  padding: 50px 0;
  margin: auto 0;
  flex: 0 0 auto;
  text-align: center;
}
.page404__text {
  font-size: 15px;
  font-weight: 500;
  margin: 0 0 25px;
}
.page404__text:last-child {
  margin-bottom: 0;
}
.page404__text h1 {
  font-size: calc(var(--h1) * 1.2);
  font-weight: 900;
  margin-bottom: 0;
}
.page404__img {
  display: block;
  width: 315px;
  margin: 0 auto;
}
.page404__caption {
  vertical-align: top;
  font-size: 128px;
  font-weight: 900;
  background-color: rgba(250, 250, 250, 0.5);
  padding-top: 15px;
  margin-top: -0.4em;
  backdrop-filter: blur(5px);
}

.prices {
  padding: 20px 0 0;
  margin: 40px 0;
}
.prices:first-child {
  margin-top: 0;
}
.prices:last-child {
  margin-bottom: 0;
}
.prices__head {
  font-size: 18px;
  margin: 0 0 22px;
}
.prices__head:last-child {
  margin-bottom: 0;
}
.prices__head h1 {
  margin-bottom: 0.3em;
}
.prices__head h1:last-child {
  margin-bottom: 0;
}
.prices__head p strong, .prices__head p b {
  font-weight: 500;
}
.prices__body {
  margin: 0 0 15px;
}
.prices__body:last-child {
  margin-bottom: 0;
}
.prices__item {
  display: flex;
  align-items: flex-end;
  font-size: 18px;
  font-weight: 500;
  gap: 0.56em;
  margin: 0 0 10px;
}
.prices__item:last-child {
  margin-bottom: 0;
}
.prices__item:after {
  content: "";
  display: block;
  flex: 1 1 auto;
  border-bottom: 1px dotted #AEAEAE;
}
.prices__field {
  display: flex;
  align-items: flex-start;
  gap: 0.28em;
  cursor: pointer;
}
.prices__input {
  margin: 0.15em 0 0;
}
.prices__caption sup {
  font-size: 0.75em;
  vertical-align: 0.4em;
  display: inline-block;
}
.prices__item-value {
  order: 1;
}
.prices__footer {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 15px;
}
.prices__total {
  border: 1px solid;
  border-radius: 50px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 600;
}

.section {
  padding: 20px 0 0;
  margin: 45px 0;
}
.section:first-child {
  margin-top: 0;
}
.section:last-child {
  margin-bottom: 0;
}

.section-head {
  font-size: 18px;
  margin: 0 0 40px;
}
.section-head:last-child {
  margin-bottom: 0;
}
.section-head--white {
  color: #fff;
}

.bannertop {
    cursor: pointer;
}

.section-head__row {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 0 0 30px;
}
.section-head__row:last-child {
  margin-bottom: 0;
}
.section-head__text {
  flex: 1 1 auto;
}
.section-head__btn {
  min-width: 70px;
  flex: 0 0 auto;
  align-self: flex-start;
}

.order__body {
  background-color: #F5F5F5;
  border-radius: 12px;
  padding: 20px 15px;
}
.order__main {
  font-size: 18px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
}
.order__feature {
  display: contents;
}
.order__feature-value {
  font-weight: 500;
}
.test__percentage {
    font-size: 20px;
    font-weight: bold;
    margin-left: 20px;
}
.order__feature-value b, .order__feature-value strong {
  color: #5F75C1;
  font-weight: 600;
}
.order__feature-value ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0 0 1.2em;
}
.order__feature-value ul:last-child {
  margin-bottom: 0;
}
.order__feature-value ul > li {
  margin: 0 0 0.56em;
}
.order__feature-value ul > li:last-child {
  margin-bottom: 0;
}
.order__feature--big-gap .order__feature-key, .order__feature--big-gap .order__feature-value {
  margin-bottom: 2.2em;
}
.order__footer {
  border-top: 1px solid #C5C5C5;
  padding: 15px 0 0;
  margin: 15px 0 0;
  text-align: center;
  font-size: 12px;
}
.order__footer:first-child {
  margin-top: 0;
}

.payment__note {
  display: inline-flex;
  align-items: center;
  color: #9CD6BF;
  border: 1px solid;
  font-size: 12px;
  line-height: 1;
  border-radius: 3em;
  gap: 0.75em;
  padding: 5px 15px;
  max-width: 170px;
  flex: 0 0 auto;
}
.payment__note-text {
  color: #111;
}
.payment__body {
  max-width: 490px;
  margin: 0 0 20px;
}
.payment__body:last-child {
  margin-bottom: 0;
}
.payment__fieldset {
  margin: 0 0 50px;
}
.payment__fieldset:last-child {
  margin-bottom: 0;
}
.payment__legend {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0 0 40px;
}
.payment__legend:last-child {
  margin-bottom: 0;
}
.payment__legend-label {
  margin: 0;
  flex: 1 1 auto;
}
.payment__legend-img {
  height: 30px;
}
.payment__amount {
  display: flex;
  gap: 20px;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
}
.payment__amount-label {
  width: 100px;
  padding: 0 0 0 0.75em;
}
.payment__amount-value {
  color: #5F75C1;
  font-weight: 600;
  font-size: 18px;
}
.payment__footer {
  max-width: 490px;
  text-align: center;
  border-top: 1px solid #C5C5C5;
  padding: 30px 0 0;
}

.form-block__body {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 11px 56px 0 rgba(66, 68, 73, 0.15);
  padding: 55px;
}
.form-block__inner {
  max-width: 475px;
  margin: 0 auto;
}
.form-block__text {
  text-align: center;
  margin: 0 0 20px;
}
.form-block__text:last-child {
  margin-bottom: 0;
}
.form-block__input {
  margin: 0 0 20px;
}
.form-block__input:last-child {
  margin-bottom: 0;
}

.rating-output {
  color: #FBBC05;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 15px;
  line-height: 1;
  gap: 0.33em;
}

@keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.loader {
  padding: 40px 0;
  text-align: center;
  color: #5F75C1;
  font-size: 20px;
}
.loader:before {
  display: inline-block;
  animation: spin 1s linear infinite;
}

.review-card {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  width: 350px;
  max-width: 100%;
}
.review-card__pic {
  /*width: 23px;*/
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  flex: 0 0 auto;
}
.review-card__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.review-card__body {
  flex: 1 1 auto;
}
.review-card__head {
  margin: 0 0 5px;
}
.review-card__head:last-child {
  margin-bottom: 0;
}
.review-card__title {
  display: inline;
  margin: 0;
}
.review-card__date {
  display: inline-block;
  color: #555;
  font-size: 0.8em;
  vertical-align: 0.5em;
}
.review-card__rating {
  margin: 0 0 15px;
}
.review-card__rating:last-child {
  margin-bottom: 0;
}

.reviews__box {
  gap: 40px 30px;
}

.course {
  margin: 0 0 45px;
}
.course:last-child {
  margin-bottom: 0;
}
.course__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px 30px;
  margin: 0 0 20px;
}
.course__head:last-child {
  margin-bottom: 0;
}
.course__head sup {
  font-size: 0.75em;
  vertical-align: 0.4em;
  display: inline-block;
}
.course__head-buttons {
  flex: 0 0 auto;
  max-width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.course__body {
  padding-top: 30px;
}

.into__video {
  position: relative;
  width: 100%;
  /* По умолчанию десктоп — 16:9 */
  padding-top: 56.25%; /* 9 / 16 = 0.5625 */
  overflow: hidden;
}

.into__video video {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .into__video {
    padding-top: 177.77%; /* 16 / 9 = 1.7777 */
  }
}
.course__body:first-child {
  padding-top: 0;
}

.test {
  margin: 0 0 45px;
}
.test:last-child {
  margin-bottom: 0;
}
.test__info {
  display: flex;
  width: fit-content;
  border-radius: 100px;
  overflow: hidden;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  background-color: #111;
  margin: 0 0 20px;
}
.test__info:last-child {
  margin-bottom: 0;
}
.test__counter {
  padding: 5px 20px;
}
.test__wrong-counter {
  background-color: #ED6161;
  border-radius: inherit;
  padding: 5px 20px;
  margin-left: -7px;
}
.test__body {
  margin: 0 0 17px;
}
.test__body:last-child {
  margin-bottom: 0;
}
.test__item:not(.slick-slide):nth-child(n + 2) {
  display: none;
}
.test__question {
  font-size: 18px;
  margin: 0 0 40px;
}
.test__question:last-child {
  margin-bottom: 0;
}
.test__answer {
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
  background-color: #F5F5F5;
  border-radius: 12px;
  font-size: 16px;
  padding: 0 25px 0 0;
  cursor: pointer;
  --accent-color: #5F75C1;
  --secondary-color: #7589CD;
  margin: 0 0 12px;
}
.test__answer:last-child {
  margin-bottom: 0;
}
.test__answer:nth-of-type(3n+2) {
  --accent-color: #DC4A4A;
  --secondary-color: #ED6161;
}
.test__answer:nth-of-type(3n) {
  --accent-color: #80BFA6;
  --secondary-color: #8FD0B6;
}
.test__answer--disabled {
  cursor: default;
}
.test__answer--correct, .test__answer--wrong {
  background-color: var(--secondary-color);
}
.test__answer-input {
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.test__answer-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 2.25;
  font-weight: 800;
  min-width: 2.25em;
  text-align: center;
  padding: 0 0.2em;
  border-radius: inherit;
  background-color: var(--accent-color);
  color: #fff;
  align-self: stretch;
}
.test__answer-text {
  padding: 8px 0;
  flex: 1 1 auto;
}
.test__answer-result {
  font-weight: 800;
  color: #fff;
  display: none;
  padding: 8px 0;
  flex: 0 0 auto;
  white-space: nowrap;
}
.test__answer--correct .test__answer-result--correct {
  display: block;
}
.test__answer--wrong .test__answer-result--wrong {
  display: block;
}
.test__footer {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}
.test__nav-btn.slick-disabled {
  visibility: hidden;
}

.message {
  border: 10px solid #7589CD;
  border-radius: 15px;
  background-color: #fff;
  padding: 10px 15px;
  margin: 2em 0;
}
.message:first-child {
  margin-top: 0;
}
.message:last-child {
  margin-bottom: 0;
}

.stat {
  margin: 0 0 50px;
}
.stat:last-child {
  margin-bottom: 0;
}
.stat__item {
  display: flex;
  align-items: center;
  padding: 5px 13px;
  border-radius: 100px;
  overflow: hidden;
  min-height: 35px;
  background-color: #F5F5F5;
  position: relative;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  margin: 0 0 20px;
}
.stat__item--small {
  min-height: 25px;
  padding: 3px 13px;
  margin: 0 0 8px;
}
.stat__item-label {
  text-shadow: 0 0 2px black;
  position: relative;
  z-index: 1;
}
.stat__item-label strong {
  font-weight: 600;
  font-size: 1.33em;
}
.stat__item-progress {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: var(--color);
  transition: all 0.2s linear;
}
.stat__item-btn {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}

.account {
  padding: 20px 0 0;
}
.account:before {
  content: "";
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(165, 165, 165, 0.5);
  backdrop-filter: blur(5px);
}
.account__wrapper {
  position: relative;
  z-index: 2;
}
.account__head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 13px;
}
.account__head:last-child {
  margin-bottom: 0;
}
.account__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 35px;
  padding: 0 1.5em;
  text-align: center;
  border-radius: 50px;
  text-decoration: none;
  background-color: #fff;
  margin: 0 15px 0 0;
  user-select: none;
  flex: 0 0 auto;
}
.account__title--active {
  background-color: #5F75C1;
  color: #fff;
}
.account__logout-btn {
  display: none;
}
.account__nav {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  overflow: hidden;
}
.account__nav:last-child {
  margin-right: 45px;
}
.account__nav-item {
  display: flex;
  gap: 0.5em;
  flex: 0 0 auto;
  align-items: center;
  font-weight: 500;
  color: inherit;
  background-color: #fff;
  border-radius: 50px;
  line-height: 35px;
  text-decoration: none;
  user-select: none;
  padding: 0 15px;
}
.account__nav-item--active {
  background-color: #5F75C1;
  color: #fff;
}
.account__nav-item--disabled {
  color: #ED6161;
  text-transform: uppercase;
}
.account__nav-item i {
  font-size: 1.36em;
}
.account__scroll-btn {
  visibility: hidden;
  transition: all 0.2s ease;
}

.mobile_show .accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  margin-bottom: 20px;
  justify-content: space-between;
}

.mobile_show .active, .accordion:hover {
  background-color: #ccc;
}

.mobile_show .panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.mobile_show{
    display: none!important
}

@media (max-width: 767px){
    .mobile_show{
        display: block!important
    }
    .mobile_show .account__nav-item{
        width: 100%;
    }
    .mobile_hidden{
        display: none!important
    }
    .mobile_show .accordion.active img
    {
      rotate: 180deg;
    }
}

.account__scroll-btn--active {
  visibility: visible;
}
.account__scroll-btn--reverse {
  transform: rotate(180deg);
}
.account__body {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  padding: 50px 40px 40px 45px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 11px 56px 0 rgba(66, 68, 73, 0.15);
}
.account__sidebar {
  width: 210px;
  flex: 0 0 auto;
  order: -1;
}
.account__main {
  width: calc(100% - 240px);
  flex: 1 1 auto;
}

.test-widget {
  margin: 0 0 35px;
}
.test-widget:last-child {
  margin-bottom: 0;
}
.test-widget__body {
  background-color: #F5F5F5;
  padding: 15px;
  border-radius: 20px 20px 10px 0;
}
.test-widget__head {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin: 0 0 20px;
}
.test-widget__head:last-child {
  margin-bottom: 0;
}
.test-widget__title {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}
.test-widget__share-btn {
  color: inherit;
  font-size: 16px;
  text-decoration: none;
}
.test-widget__progress {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 11px;
  font-weight: 500;
  gap: 5px;
}
.test-widget__progress-value {
  display: inline-block;
  padding: 3px 7px;
  background-color: #111;
  color: #fff;
  border-radius: 50px;
}
.test-widget__progress-bar {
  width: 100%;
  height: 6px;
  border-radius: 6px;
  background-color: #D9D9D9;
}
.test-widget__progress-bar:before {
  content: "";
  display: block;
  width: var(--value, 0);
  height: 100%;
  background-color: #5F75C1;
  border-radius: inherit;
  transition: all 0.2s linear;
}
.test-widget__footer {
  display: flex;
}
.test-widget__footer:before {
  content: "";
  display: block;
  flex: 1 1 auto;
  background: linear-gradient(#F5F5F5, #F5F5F5) no-repeat 0 0/calc(100% - 37px) 100%, url(../img/grey-angle.svg) no-repeat right top/37px 100%;
  border-radius: 0 0 0 20px;
}
.test-widget__btn {
  flex: 0 0 auto;
  margin: 6px 0 0;
}

.ya-share2 {
  text-align: center;
}

audio[controls] {
  display: block;
  width: 100%;
  margin: 0 0 30px;
}
audio[controls]:last-child {
  margin-bottom: 0;
}

.file-link {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 16px;
  font-weight: 500;
  background-color: #111;
  color: #fff;
  text-decoration: none;
  padding: 4px 5px 4px 20px;
  border-radius: 50px;
  margin: 0 0 10px;
}
.file-link:last-child {
  margin-bottom: 0;
}
.file-link:after {
  content: "";
  font: normal normal 16px/2 icomoon;
  display: block;
  width: 2em;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  color: #111;
  flex: 0 0 auto;
}
.file-link__icon {
  flex: 0 0 auto;
}
.file-link__title {
  flex: 1 1 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.audio-player {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 20px;
  margin: 0 0 30px;
}
.audio-player:last-child {
  margin-bottom: 0;
}
.audio-player__btn {
  width: 50px;
  height: 50px;
  font: normal normal 20px/50px icomoon;
  text-align: center;
  background-color: #5F75C1;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  flex: 0 0 auto;
}
.audio-player__btn:before {
  content: "";
}
.audio-player__btn--active:before {
  content: "";
}
.audio-player__track {
  width: calc(100% - 70px);
  flex: 1 1 auto;
  height: 42px;
  background: linear-gradient(#5F75C1, #5F75C1) no-repeat #111;
  background-size: 0 auto;
  -webkit-mask: url(../img/track.svg) repeat-x left center;
  cursor: pointer;
}
.audio-player__title {
  width: 100%;
  font-size: 13px;
  font-weight: 600;
}

.image-card {
  display: flex;
  flex-direction: column;
  background-color: #111;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  color: #fff;
  width: 255px;
  max-width: 100%;
  flex: 0 0 auto;
}
.image-card--disabled {
  user-select: none;
}
.image-card--disabled:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(2px);
  z-index: 1;
}
.image-card__pic {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 15px;
  border-radius: inherit;
  overflow: hidden;
  padding: 10px 13px;
  position: relative;
  min-height: 260px;
  flex: 1 1 auto;
}
.image-card__img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.image-card__btn {
  position: relative;
  z-index: 1;
}
.image-card__text {
  padding: 17px 16px 20px;
}
.image-card__text h4 {
  font-weight: 600;
}

.book-card {
  width: 255px;
  max-width: 100%;
  flex: 0 0 auto;
  margin: 107px 0 0;
  position: relative;
  border-radius: 20px;
  background: linear-gradient(148deg, #FFDBCE 0%, #C2C9E2 100%);
  padding: 150px 20px 30px;
}
.book-card--disabled {
  user-select: none;
}
.book-card--disabled:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(2px);
  z-index: 1;
  border-radius: inherit;
}
.book-card__img {
  position: absolute;
  top: -137px;
  left: -1px;
  max-height: 295px;
  filter: drop-shadow(11px 20px 10px rgba(0, 0, 0, 0.25));
  pointer-events: none;
}
.book-card__btn {
  min-width: 143px;
  font-weight: bold;
  margin: 0 0 15px;
}
.book-card__btn:last-child {
  margin-bottom: 0;
}
.book-card__text {
  font-weight: 500;
}
.book-card__text h2, .book-card__text h3, .book-card__text h4, .book-card__text h5 {
  margin-bottom: 0;
}

.media-block__body {
  display: flex;
  gap: 30px;
  margin: 0 0 30px;
}
.media-block__body:last-child {
  margin-bottom: 0;
}
.media-block__main {
  border: 1px solid;
  border-radius: 20px;
  padding: 32px 36px;
  flex: 1 1 auto;
  position: relative;
}
.media-block__main--disabled {
  user-select: none;
}
.media-block__main--disabled:after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background-color: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(2px);
  z-index: 1;
}
.media-block__head {
  position: relative;
  padding-right: 30px;
  margin: 0 0 30px;
}
.media-block__head:last-child {
  margin-bottom: 0;
}
.media-block__head:after {
  content: "";
  font: normal normal 15px/1 icomoon;
  display: inline-block;
  position: absolute;
  top: 6px;
  right: 0;
}
.media-block__footer {
  text-align: center;
}
.media-block__price {
  font-size: 24px;
  font-weight: 600;
  width: fit-content;
  margin: 0 auto 15px;
}
.media-block__price:last-child {
  margin-bottom: 0;
}
.media-block__price--old {
  font-size: 20px;
  padding: 0 0.8em;
  position: relative;
}
.media-block__price--old:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  transform: rotate(-8deg);
  border-top: 2px solid #ED6161;
}
.media-block__message {
  background-color: #CBCCDF;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  position: relative;
  padding: 5px 40px;
  border-radius: 50px;
}
.media-block__message-remove-btn {
  display: inline-block;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 13px;
  line-height: 35px;
  width: 39px;
  border-radius: 50%;
  border: 2px solid;
  text-align: center;
  color: #fff;
  background-color: #5F75C1;
}

/*ПОДВАЛ */
.footer {
  padding: 14px 0 17px;
  border-top: 1px solid #C5C5C5;
  font-size: 12px;
}
.footer__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 25px;
}
.footer__text:last-child {
  margin-left: auto;
}

/*АДАПТИВ */
@media(min-width: 992px) {
  a:hover {
    text-decoration: none;
  }

  .line-field__help {
    transition: all 0.2s ease;
  }
  .line-field__help:hover {
    background-color: #7589CD;
  }

  .btn {
    transition: all 0.2s ease;
  }
  .btn:hover {
    background-color: #7589CD;
  }
  .btn--black:hover {
    background-color: #9CD6BF;
    color: #111;
  }
  .btn--white:hover, .btn--stroke:hover {
    background-color: #111;
    color: #fff;
  }
  .btn--red:hover {
    background-color: #DC4A4A;
    color: #fff;
  }

  .modal__links a:hover {
    text-decoration: underline;
  }
  .modal .fancybox-close-small {
    transition: all 0.2s ease;
  }
  .modal .fancybox-close-small:hover {
    background-color: #ED6161;
    color: #fff;
    border-color: #ED6161;
  }

  .header__menu > li > a {
    transition: all 0.2s ease;
  }
  .header__menu > li:hover > a {
    background-color: #111;
    color: #fff;
  }
  .header--white .header__menu > li:hover > a {
    background-color: #fff;
    color: #111;
  }

  .text-slider__arrow {
    transition: all 0.2s ease;
  }
  .text-slider__arrow:hover {
    color: #fff;
    background-color: #5F75C1;
  }

  .file-link {
    transition: all 0.2s ease;
  }
  .file-link:after {
    transition: inherit;
  }
  .file-link:hover {
    background-color: #5F75C1;
  }
  .file-link:hover:after {
    color: #5F75C1;
  }

  .product-card__title a:hover {
    text-decoration: underline;
  }

  .media-block__message-remove-btn {
    transition: all 0.2s ease;
  }
  .media-block__message-remove-btn:hover {
    background-color: #ED6161;
  }
}
@media(max-width:1139px) {
  .box {
    gap: 20px;
  }

  .wrapper {
    max-width: 992px;
  }

  .intro__title {
    font-size: calc(var(--h1) * .875);
  }

  .product-card {
    width: 471px;
  }

  .presentation__main {
    width: calc(40% - 15px);
  }
  .presentation__item {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .presentation__media {
    width: calc(60% - 15px);
    gap: 10px;
  }
  .presentation__banner {
    width: calc(50% - 5px);
  }
  .presentation__text {
    width: calc(50% - 5px);
    margin-bottom: 130px;
  }
  .presentation__text:after {
    bottom: 0;
    left: -20px;
  }

  .review-card {
    width: 471px;
  }

  .reviews__body {
    gap: 35px 20px;
  }

  .course__body {
    padding-top: 10px;
  }
}
@media(max-width: 991px) {
  html {
    --h1: 36px;
    --h2: 32px;
  }

  .mobile-scroll-hidden {
    overflow: hidden;
  }

  main {
    padding-bottom: 70px;
  }

  .box {
    justify-content: center;
  }

  .menu-btn {
    display: grid;
    position: relative;
    z-index: 102;
  }

  .mobile-menu {
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 101;
    top: 0;
    right: 0;
    width: 340px;
    max-width: 100%;
    height: 100%;
    padding: 35px 40px 0 20px;
    background-color: rgba(236, 236, 236, 0.85);
    backdrop-filter: blur(5px);
    transform: translateX(100%);
    transition: all 0.2s ease;
  }
  .mobile-menu--open {
    transform: translateX(0);
    box-shadow: -10px 0 15px 0 rgba(34, 38, 52, 0.35);
    z-index: 101;
  }
  .mobile-menu__head {
    flex: 0 0 auto;
    margin: 0 0 50px;
  }
  .mobile-menu__head:last-child {
    margin-bottom: 0;
  }
  .mobile-menu__list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: 600;
    flex: 1 1 auto;
    overflow: auto;
  }
  .mobile-menu__list > li {
    margin: 0 0 15px;
  }
  .mobile-menu__list > li:last-child {
    margin-bottom: 0;
  }
  .mobile-menu__list > li > a {
    display: block;
    text-decoration: none;
    padding: 0.5em 1em;
    text-align: center;
    border-radius: 10em;
    background-color: #111;
    color: #fff;
  }
  .mobile-menu__list > li.active > a {
    background-color: #5F75C1;
  }

  .header__wrapper {
    gap: 35px;
  }
  .header__logo {
    margin-right: auto;
  }
  .header__menu {
    display: none;
  }
  .header__tools {
    display: contents;
  }
  .header__btn {
    display: none;
  }
  .header__lang {
    z-index: 5;
  }

  .intro__body {
    flex-wrap: wrap;
  }
  .intro__column--big {
    width: calc(100% - 290px);
  }
  .intro__column--mobile-flex {
    width: 100%;
    display: flex;
    gap: 30px;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 0;
  }
  .intro__reviews {
    /* width: 260px; */
    width: auto;
    flex: 0 0 auto;
    margin: 0;
  }
  .intro__text-slider {
    display: none;
  }
  .intro__text {
    width: 260px;
    margin: 0;
  }

  .product-card {
    width: 350px;
  }

  .catalog-block__head {
    display: block;
    text-align: center;
  }
  .catalog-block__btn {
    display: none;
  }

  .presentation__wrapper {
    display: block;
  }
  .presentation__main {
    width: auto;
    margin: 0 0 30px;
  }
  .presentation__main:last-child {
    margin-bottom: 0;
  }
  .presentation__media {
    width: auto;
    display: block;
  }
  .presentation__text {
    width: auto;
    margin: 0 0 25px;
  }
  .presentation__text:last-child {
    margin-bottom: 0;
  }
  .presentation__banner {
    display: none;
  }
  .presentation__pic {
    position: static;
    border: none;
    border-radius: 0;
    margin: 0 0 20px;
  }
  .presentation__pic:last-child {
    margin-bottom: 0;
  }
  .presentation__pic:before {
    display: none;
  }

  .order__main {
    font-size: 16px;
  }

  .review-card {
    width: 350px;
    flex: 1 1 auto;
  }

  .account__head {
    flex-wrap: wrap;
    gap: 30px 10px;
  }
  .account__title {
    margin: 0;
  }
  .account__logout-btn {
    display: inline-block;
    margin-left: auto;
  }
  .account__nav {
    flex-wrap: wrap;
    border-radius: 0;
    width: 100%;
  }
  .account__scroll-btn {
    display: none;
  }
  .account__body {
    padding: 40px 20px;
  }

  .media-block__body {
    flex-wrap: wrap;
    justify-content: center;
    justify-content: space-evenly;
  }
  .media-block__main {
    order: 1;
    width: 100%;
  }
}
@media(max-width: 767px) {
  .intro__body {
    display: block;
  }
  .test__percentage {
      margin-left: 0;
  }
  .intro__column {
    width: auto;
    padding: 0;
    margin: 0 0 30px;
  }
  .intro__column:last-child {
    margin-bottom: 0;
  }
  .intro__column--mobile-flex {
    display: block;
  }
  .intro__tag-line {
    margin: 0 0 15px;
  }
  .intro__title {
    white-space: normal;
    width: auto;
  }
  .intro__title span {
    display: inline;
  }
  .intro__note {
    display: none;
  }
  .intro__img {
    height: auto;
    aspect-ratio: 355/155;
  }
  .intro__tooltip {
    top: auto;
    bottom: 10px;
    left: 10px;
    font-size: 13px;
    width: 220px;
    display: none;
  }
  .intro__text {
    display: none;
  }

  .page404__text br {
    display: none;
  }
  .page404__caption {
    font-size: 90px;
  }

  .prices__head {
    font-size: 16px;
  }
  .prices__body {
    margin: 0 0 30px;
  }
  .prices__item {
    font-size: inherit;
  }
  .prices__footer {
    align-items: center;
  }

  .section-head {
    font-size: 16px;
    margin: 0 0 30px;
  }
  .section-head__row {
    gap: 15px 20px;
    margin: 0 0 20px;
  }
  .section-head__row--mobile-wrap {
    flex-wrap: wrap;
  }

  .order__main {
    font-size: inherit;
    gap: 1em;
  }

  .payment__body, .payment__footer {
    max-width: 100%;
  }

  .test__question {
    font-size: 16px;
    margin: 0 0 20px;
  }
  .test__answer {
    font-size: 14px;
  }

  .stat {
    margin: 0 0 35px;
  }
  .stat__desktop-text {
    display: none;
  }

  .message {
    border-width: 4px;
  }

  .account__body {
    display: block;
  }
  .account__main {
    width: auto;
    margin: 0 0 30px;
  }
  .account__main:last-child {
    margin-bottom: 0;
  }
  .account__sidebar {
    width: auto;
  }

  .media-block__body {
    display: block;
  }
  .media-block__card {
    z-index: 2;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  .media-block__card:last-child {
    margin-bottom: 0;
  }
  .media-block__main {
    width: auto;
    margin: 0 0 30px;
  }
  .media-block__main:last-child {
    margin-bottom: 0;
  }

  .footer__text--mobile-hidden {
    display: none;
  }
}
@media(max-width: 479px) {
  html {
    --h1: 32px;
  }

  .test__percentage {
      margin-left: 0;
  }

  .block_flex_wrapper {
      display: block;
  }

  .product-card__tag-line {
    gap: 5px;
  }
  .product-card__tag {
    padding: 5px 10px;
  }

  .prices__head {
    font-size: inherit;
  }
  .prices__caption sup {
    display: block;
  }

  .payment__legend {
    flex-wrap: wrap;
    gap: 10px 15px;
  }
  .payment__legend-label {
    width: 100%;
  }
  .payment__amount-label {
    width: auto;
    padding: 0;
  }

  .form-block__body {
    padding: 20px;
  }
  .form-block__input {
    margin: 0 0 15px;
  }

  .test__answer {
    padding-right: 15px;
    gap: 10px;
  }
  .test__answer-result span {
    display: none;
  }
  .test__nav-btn span {
    display: none;
  }

  .course__head-buttons {
    gap: 10px;
  }

  .image-card,
  .book-card {
    width: 100%;
  }

  .book-card__img {
    left: 50%;
    transform: translateX(-50%);
  }

  .media-block__main {
    padding: 32px 20px;
  }
  .media-block__message {
    font-size: 14px;
  }
  .media-block__btn {
    display: flex;
    width: 100%;
  }

  .footer {
    text-align: center;
    border-top: none;
  }
  .footer__wrapper {
    display: block;
  }
  .footer__logo {
    margin: 0 auto 20px;
  }
  .footer__logo:last-child {
    margin-bottom: 0;
  }
}
@media(max-width: 429px) {
  .line-field {
    flex-wrap: wrap;
    gap: 5px 10px;
  }

  .test__percentage {
      margin-left: 0;
  }

  .block_flex_wrapper {
      display: block;
  }

  .line-field__label {
    width: 100%;
  }
  .line-field__input {
    width: calc(100% - 50px);
  }

  .intro__tooltip {
    position: relative;
    bottom: auto;
    left: auto;
    width: auto;
    background-color: #F5F5F5;
    backdrop-filter: none;
    margin: 15px 0 0;
    color: #111;
  }

  .file-link {
    font-size: 14px;
    gap: 10px;
    padding-left: 15px;
  }
}


/* popups */

#popup1, #popup2
{
  padding: 0 !important;
  background: none !important;
  display: none;
}

.frame-985825 input
{
  width: 100%;
  height: 56px;
  border: none;
  padding-left: 20px;
  border-radius: 12px;
}

.frame-985825
{
  padding: 0 !important;
}

.form-4 {
    width: 100%;
    max-width: 540px;
    grid-row-gap: 25px;
    background-color: #fff;
    background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(95, 117, 193, .27) 100%);
    border-radius: 12px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 50px;
    text-decoration: none;
    display: flex;
}

.frame-985816 {
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.frame-985817 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-285 {
  color: #111;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.text-286 {
  color: #111;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: line-through;
}

.frame-985818 {
  width: 100%;
  grid-column-gap: 10px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 17px;
  text-decoration: none;
  display: flex;
}

.text-287 {
  color: #111;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.frame-985819 {
  width: 100%;
  grid-column-gap: 10px;
  background-color: #5f75c1;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  text-decoration: none;
  display: flex;
}

.text-288 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.frame-985820 {
  width: 100%;
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
  text-decoration: none;
  display: flex;
}

.frame-985821 {
  width: 100%;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-289 {
  color: #5f75c1;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 900;
  line-height: 100%;
  text-decoration: none;
}

.text-290 {
  color: #111;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.text-291 {
  color: #111;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.frame-985822 {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-292 {
  color: #ff5925;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.vectors-wrapper-146 {
  width: 86.3801px;
  height: 66.6147px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-985823 {
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.frame-985824 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-293 {
  color: #111;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.text-294 {
  color: #111;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: line-through;
}

.frame-985825 {
  width: 100%;
  grid-column-gap: 10px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 17px;
  text-decoration: none;
  display: flex;
}

.popup_input {
    width: 100%;
    height: 56px;
    border: none;
    padding-left: 20px !important;
    border-radius: 12px;
}

.frame-985825 + .invalid-feedback, .recap .invalid-feedback {
    margin: 0 !important;
}

.text-295 {
  color: #111;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.frame-985826 {
  width: 100%;
  grid-column-gap: 10px;
  background-color: #5f75c1;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  text-decoration: none;
  display: flex;
}

.text-296 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.image-94 {
  object-fit: cover;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.frame-245 {
  width: 100%;
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
  text-decoration: none;
  display: flex;
}

.text-297 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.text-298 {
  color: #111;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.text-299 {
  color: #ff5925;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.frame-985827 {
  width: 100%;
  grid-column-gap: 10px;
  background-color: #5f75c1;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  text-decoration: none;
  display: flex;
}

.text-300 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.image-288 {
  object-fit: cover;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.frame-985828 {
  width: 100%;
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
  text-decoration: none;
  display: flex;
}

.text-301 {
  color: #111;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.text-302 {
  color: #111;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.text-303 {
  color: #ff5925;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.frame-985829 {
  width: 100%;
  grid-column-gap: 10px;
  background-color: #5f75c1;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  text-decoration: none;
  display: flex;
}

.text-304 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.bannertop
{
  text-align: center;
  margin-bottom: 20px;
}

.mobonly
{
  display: none;
}

@media (max-width: 767px)
{
  .pkonly
  {
    display: none;
  }

  .test__percentage {
      margin-left: 0;
  }

  .mobonly
  {
    display: block;
    width: 100%;
  }

  .text-301
  {
    font-size: 26px;
  }

  .block_flex_wrapper {
      display: block;
  }

  .text-302
  {
    font-size: 14px;
    line-height: 130%;
  }

  .text-289
  {
    font-size: 26px;
  }

  .text-290
  {
    font-size: 22px;
  }

  .text-291
  {
    font-size: 14px;
    line-height: 130%;
  }

  .frame-985820 {
    grid-row-gap: 12px;
  }
}


/* new pages */

.faq
{
    background-color: #F5F5F5;
    border-radius: 12px;
    font-size: 16px;
    cursor: pointer;
    margin: 0 0 12px;
}

.faq__question
{
  display: flex;
  justify-content: space-between;
  color: #5F75C1;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  padding: 20px 13px 20px 20px;
}

.faq__answer
{
  font-size: 16px;
  line-height: 20px;
  display: none;
  padding: 20px 13px 20px 20px;
}

.faq.active .faq__answer
{
  display: block;
}


.faq.active .faq__question img
{
  rotate: 180deg;
}

.faq.active .faq__question
{
  color: #111;
}

.blog {
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.prew {
  grid-column-gap: 32px;
  background-color: #f5f5f5;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1109px;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.image {
  grid-row-gap: 10px;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 445px;
  height: 262px;
  text-decoration: none;
  display: flex;
}

.image-97 {
  object-fit: cover;
}

.content-13 {
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-329 {
  color: #555;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.text-330 {
  color: #5F75C1;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  margin-top: 10px;
  display: block;
}

.text-331 {
  color: #111;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
}

.nav {
  grid-row-gap: 35px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.read-more {
  grid-column-gap: 10px;
  background-color: #5f75c1;
  border-radius: 29px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 7px 18px;
  text-decoration: none;
  display: flex;
}

.text-332 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.text-333
{
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 190px;
}

.vectors-wrapper-176 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 9px;
  height: 9px;
  text-decoration: none;
  display: flex;
}

.link {
  grid-column-gap: 15px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-334 {
  color: #5F75C1;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: underline;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 190px;
}

.text-335 {
  color: #111;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: underline;
}

.vectors-wrapper-177 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 19.5px;
  height: 19.5px;
  text-decoration: none;
  display: flex;
}

.frame-248 {
  grid-row-gap: 41px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.content-14 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1110px;
  text-decoration: none;
  display: flex;
}

.title-12 {
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-336 {
  color: #111;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.text-337 {
  color: #555;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}


.title-15 {
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1110px;
  text-decoration: none;
  display: flex;
}

.text-347 {
  color: #111;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.text-348 {
  color: #555;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  margin-bottom: 20px;
}


.blog-4 {
  grid-column-gap: 25px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.glary-3 {
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 445px;
  height: 838px;
  text-decoration: none;
  display: flex;
}

.image-294 {
  object-fit: cover;
}

.text-349 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 640px;
  text-decoration: none;
  display: flex;
}

.frame-1000007490 {
  grid-column-gap: 31px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1109px;
  text-decoration: none;
  display: flex;
}

.content-21 {
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.title-16 {
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-350 {
  color: #5f75c1;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.text-351 {
  color: #111;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.read-more-3 {
  grid-column-gap: 10px;
  background-color: #5f75c1;
  border-radius: 29px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 7px 18px;
  text-decoration: none;
  display: flex;
}

.text-352 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.vectors-wrapper-180 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 9px;
  height: 9px;
  text-decoration: none;
  display: flex;
}
.vectors-wrapper-181{
  width: 14px;
  height: 7px;
}
.prew-3 {
  grid-column-gap: 32px;
  background-color: #f5f5f5;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 349px;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.blog
{
  margin-top: 40px;
}

.frame-1000007490
{
  margin-top: 30px;
}

@media (max-width: 767px)
{
  .prew
  {
    flex-wrap: wrap;
  }

  .frame-1000007490
  {
    flex-wrap: wrap;
  }

  .note_mob{
    display: flex;
  }

  .glary-3
  {
    height: auto;
    margin-bottom: 20px;
  }

  .blog-4
  {
    flex-wrap: wrap;
  }

  .prew-3
  {
    max-width: unset;
    margin-bottom: 20px;
  }
}

/* Google button styles */
.google-btn {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #dadce0;
  border-radius: 50px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  color: #3c4043;
  cursor: pointer;
  transition: background-color 0.2s, box-shadow 0.2s;
  text-decoration: none;
  width: fit-content;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.google-btn:hover {
  background-color: #f8f9fa;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.google-btn:active {
  background-color: #f1f3f4;
}

.google-icon {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

