@charset "UTF-8";
body {
  font-family: "MuseoSansCyrl", sans-serif;
  font-weight: 300;
}

.yer__item-year, .menu__link {
  font-family: "MuseoSansCyrl", sans-serif;
  font-weight: 700;
}

.header__logo-text {
  font-family: "AmaticSC", sans-serif;
  font-weight: 700;
}

.home-text__benefits-item span, .home-text__title, .title {
  font-family: "AmaticSC", sans-serif;
  font-weight: 400;
}

@font-face {
  font-family: AmaticSC;
  font-display: swap;
  src: url("../fonts/AmaticSC-Bold.woff2") format("woff2"), url("../fonts/AmaticSC-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: AmaticSC;
  font-display: swap;
  src: url("../fonts/AmaticSC-Regular.woff2") format("woff2"), url("../fonts/AmaticSC-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: MuseoSansCyrl;
  font-display: swap;
  src: url("../fonts/MuseoSansCyrl-light.woff2") format("woff2"), url("../fonts/MuseoSansCyrl-light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: MuseoSansCyrl;
  font-display: swap;
  src: url("../fonts/MuseoSansCyrl-bold.woff2") format("woff2"), url("../fonts/MuseoSansCyrl-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: MuseoSansCyrl;
  font-display: swap;
  src: url("../fonts/MuseoSansCyrl-medium.woff2") format("woff2"), url("../fonts/MuseoSansCyrl-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: icons;
  font-display: swap;
  src: url("../fonts/icons.woff2") format("woff2"), url("../fonts/icons.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "icons";
  font-display: swap;
  src: url("../fonts/icons.woff") format("woff"), url("../fonts/icons.woff2#icons") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=_icon-]::before,
[class*=" _icon-"]::before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=_icon-]::before,
[class*=" _icon-"]::before {
  display: block;
}

._icon-facebook:before {
  content: "\e900";
}

._icon-instagram:before {
  content: "\e901";
}

._icon-trlegram:before {
  content: "\e902";
}

._icon-viber:before {
  content: "\e903";
}

._icon-vkontakte:before {
  content: "\e904";
}

._icon-whatsapp:before {
  content: "\e905";
}

._icon-youtube:before {
  content: "\e906";
}

._icon-arrow-next:before {
  content: "\e907";
}

._icon-arrow-prev:before {
  content: "\e908";
}

/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus,
:active {
  outline: none;
}

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

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

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

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

button {
  cursor: pointer;
  background-color: transparent;
}

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

a,
a:visited {
  text-decoration: none;
  display: inline-block;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

.dark a {
  color: #fff;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

/*--------------------*/
body {
  min-width: 320px;
  height: 100vh;
  overflow-x: hidden;
  margin: 0;
  color: #000;
  font-size: 18pxpx;
  line-height: calc(24 / 18 * 100%);
}
@media (max-width: 1310px) {
  body {
    font-size: calc(
        14px + 4px *
          ((100vw - 320px) / 990)
      );
  }
}

.dark body {
  color: #fff;
  background-color: #000;
}

html.menu-open body {
  overflow-y: hidden;
}
html.menu-open body::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

body.lock {
  overflow: hidden;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.page {
  flex: 1 1 auto;
}
.container {
  max-width: 1310px;
  padding: 0 15px;
  margin: 0 auto;
}

.section {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (max-width: 1310px) {
  .section {
    padding-top: calc(
        20px + 50 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (max-width: 1310px) {
  .section {
    padding-bottom: calc(
        20px + 50 *
          ((100vw - 320px) / 990)
      );
  }
}

.title {
  font-size: 65px;
  line-height: calc(60 / 65 * 100%);
  text-align: center;
}
@media (max-width: 1310px) {
  .title {
    font-size: calc(
        24px + 41 *
          ((100vw - 320px) / 990)
      );
  }
}
.title:not(:last-child) {
  margin-bottom: 80px;
}
@media (max-width: 1310px) {
  .title:not(:last-child) {
    margin-bottom: calc(
        20px + 60 *
          ((100vw - 320px) / 990)
      );
  }
}

.red {
  color: red;
}

.ytp-button svg {
  display: none;
}

.btn {
  max-width: 279px;
  width: 100%;
  display: inline-flex;
  font-size: 18px;
  color: #e87383;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 100px;
  border: 1px solid #e87383;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  min-height: 60px;
}
@media (max-width: 1310px) {
  .btn {
    font-size: calc(
        12px + 6 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (max-width: 1310px) {
  .btn {
    min-height: calc(
        30px + 30 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (any-hover: hover) {
  .btn:hover {
    background-color: #e87383;
    color: #fff;
  }
}
.btn:active {
  border-color: #333;
  color: #eee;
}
@media (max-width: 479.98px) {
  .btn {
    min-height: 40px;
  }
}

.btn--biruze {
  color: #4d9c8c;
  border: 1px solid #4d9c8c;
}
@media (any-hover: hover) {
  .btn--biruze:hover {
    background-color: #4d9c8c;
  }
}

.btn-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 767.98px) {
  .btn-wrapper {
    justify-content: center;
  }
}
@media (max-width: 479.98px) {
  .btn-wrapper {
    flex-direction: column;
  }
}
@media (min-width: 479.98px) {
  .btn-wrapper .btn:not(:last-child) {
    margin-right: 30px;
  }
}
@media (max-width: 479.98px) {
  .btn-wrapper .btn:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (max-width: 320px) {
  .btn-wrapper .btn {
    font-size: 12px;
    padding-right: 0px;
    padding-left: 0px;
  }
}

.slider__button-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 200px;
  margin-left: auto;
}
@media (max-width: 767.98px) {
  .slider__button-wrapper {
    display: none;
  }
}

.slider__button {
  cursor: pointer;
  position: relative;
  width: 80px;
  height: 50px;
}
.slider__button div {
  position: relative;
  top: 24px;
  width: 65px;
  height: 3px;
  background-color: #e87383;
  left: 3;
  display: block;
}
.slider__button div::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 3px;
  top: -6px;
  right: -4px;
  background-color: #e87383;
  transform: rotate(45deg);
}
.slider__button div::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 3px;
  top: 7px;
  right: -3px;
  background-color: #e87383;
  transform: rotate(-45deg);
}

.swiper-button-prev {
  transform: rotate(-180deg);
}
@media (any-hover: hover) {
  .swiper-button-prev:hover {
    animation: arrow-left 1s linear infinite;
  }
}

@media (any-hover: hover) {
  .swiper-button-next:hover {
    animation: arrow-right 1s linear infinite;
  }
}

@keyframes arrow-right {
  0% {
    left: 0;
  }
  50% {
    left: 10px;
  }
  100% {
    left: 0;
  }
}
@keyframes arrow-left {
  0% {
    right: 0;
  }
  50% {
    right: 10px;
  }
  100% {
    right: 0;
  }
}
/* Буллеты */
.image-slider .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  background-color: #fff;
}

.swiper-pagination {
  width: 100%;
  display: flex;
  margin-bottom: 20px;
  position: relative;
  left: 40%;
}
.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid rgba(77, 156, 140, 0.5);
}
.swiper-pagination-bullet:not(:last-child) {
  margin-right: 15px;
}
.swiper-pagination-bullet-active {
  border: 1px solid #e87383;
  background-color: #e87383;
}
@media (min-width: 767.98px) {
  .swiper-pagination {
    display: none;
  }
}

.section__element {
  position: relative;
}
.section__element::before {
  content: "";
  position: absolute;
  background: url("../images/icons/icons.svg#fon");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-width: 1800px;
  width: 100%;
  z-index: -1;
  top: 2%;
  left: 0;
}
@media (max-width: 1310px) {
  .section__element::before {
    max-width: calc(
        200px + 1600 *
          ((100vw - 320px) / 990)
      );
  }
}
.section__element_01::before {
  height: 2130px;
}
@media (max-width: 1310px) {
  .section__element_01::before {
    height: calc(
        400px + 1730 *
          ((100vw - 320px) / 990)
      );
  }
}
.section__element_02::before {
  height: 1700px;
}
@media (max-width: 1310px) {
  .section__element_02::before {
    height: calc(
        400px + 1300 *
          ((100vw - 320px) / 990)
      );
  }
}

.dark .section__element::before {
  display: none;
}

.tabs-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1310px) {
  .tabs-items {
    overflow-x: auto;
  }
  .tabs-items::-webkit-scrollbar {
    width: 0;
  }
}

.tabs-body__item.active {
  display: block;
}

.tabs-item {
  max-width: 240px;
  height: 80px;
  width: 100%;
  display: flex;
  align-items: center;
  box-shadow: 0px 15px 30px rgba(232, 115, 131, 0.25);
  border-radius: 20px;
  position: relative;
  border: 1px solid rgba(232, 115, 131, 0.7);
  font-size: 22px;
  line-height: calc(24 / 22 * 100%);
  transition: all 0.3s ease 0s;
  fill: #e87383;
}
@media (max-width: 1310px) {
  .tabs-item {
    max-width: calc(
        220px + 20 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (max-width: 1310px) {
  .tabs-item {
    height: calc(
        60px + 20 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (max-width: 1310px) {
  .tabs-item {
    font-size: calc(
        12px + 10 *
          ((100vw - 320px) / 990)
      );
  }
}
.tabs-item:not(:last-child) {
  margin-right: 10px;
}
.tabs-item.active {
  color: #fff;
  background-color: #e87383;
  fill: #fff;
}
@media (any-hover: hover) {
  .tabs-item:hover {
    color: #fff;
    background-color: #e87383;
    fill: #fff;
  }
}
.tabs-item .tab__element {
  fill: inherit;
  width: 37px;
  height: 60px;
  margin: 0px 15px 0px 25px;
}
@media (max-width: 1310px) {
  .tabs-item {
    flex: 0 0 90%;
    visibility: visible;
    animation-duration: 1s;
    animation-delay: 0.2s;
    animation-name: slideInRight;
  }
}

.dark .tabs-item {
  color: #fff;
}
.dark .tabs-item.active {
  fill: #fff;
}

._ibg {
  position: relative;
}
._ibg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

body.ie ._ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.ie ._ibg img {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.header__container {
  color: #e87383;
   min-height: 130px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1310px) {
  .header__container {
     min-height: calc(
        70px + 60 *
          ((100vw - 320px) / 990)
      );
  }
}
.header__logo-img {
  width: 53px;
  width: 53px;
  height: 78px;
}
@media (max-width: 1310px) {
  .header__logo-img {
    width: calc(
        23px + 30 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (max-width: 1310px) {
  .header__logo-img {
    height: calc(
        40px + 38 *
          ((100vw - 320px) / 990)
      );
  }
}
.header__logo-text {
  font-size: 31px;
  font-size: 31px;
  line-height: calc(30 / 31 * 100%);
  width: 125px;
  display: inline-block;
}
@media (max-width: 1310px) {
  .header__logo-text {
    font-size: calc(
        12px + 19 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (max-width: 1310px) {
  .header__logo-text {
    width: calc(
        48px + 77 *
          ((100vw - 320px) / 990)
      );
  }
}
.header__logo-text span {
  display: block;
  font-size: 20px;
  line-height: calc(17 / 20 * 100%);
}
@media (max-width: 1310px) {
  .header__logo-text span {
    font-size: calc(
        9px + 11 *
          ((100vw - 320px) / 990)
      );
  }
}
.header__social {
  width: 109px;
  font-size: 25px;
  font-size: 25px;
  margin-left: 100px;
}
@media (max-width: 1310px) {
  .header__social {
    width: calc(
        30px + 79 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (max-width: 1310px) {
  .header__social {
    font-size: calc(
        18px + 7 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (max-width: 1310px) {
  .header__social {
    margin-left: calc(
        50px + 50 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (max-width: 991.98px) {
  .header__social {
    margin-left: 0;
  }
}
.header__social-icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}
@media (max-width: 767.98px) {
  .header__social-icons {
    margin-left: -10px;
  }
}
@media (max-width: 479.98px) {
  .header__social-icons {
    margin-left: -20px;
  }
}
.header__social-text {
  text-align: center;
  font-size: 15px;
  line-height: calc(16 / 15 * 100%);
  color: rgba(232, 115, 131, 0.6);
}
@media (max-width: 767.98px) {
  .header__social-text {
    margin-left: -10px;
  }
}
@media (max-width: 479.98px) {
  .header__social-text {
    margin-left: -20px;
  }
}
.header__btn {
  color: #e87383;
}
@media (max-width: 767.98px) {
  .header__btn {
    max-width: 250px;
    width: 100%;
    margin-left: 20px;
  }
}
@media (max-width: 767.98px) and (max-width: 1310px) {
  .header__btn {
    max-width: calc(
        100px + 150 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (max-width: 479.98px) {
  .header__btn {
    display: none;
  }
}
.header__btn-dark {
  position: relative;
  color: #e87383;
  border-radius: 100px;
  border: 1px solid #e87383;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  max-width: 130px;
  width: 100%;
  min-height: 60px;
  transition: all 0.5s ease 0s;
}
@media (max-width: 1310px) {
  .header__btn-dark {
    padding: calc(
        8px + 12 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (max-width: 1310px) {
  .header__btn-dark {
    max-width: calc(
        50px + 80 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (max-width: 1310px) {
  .header__btn-dark {
    min-height: calc(
        20px + 40 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (max-width: 479.98px) {
  .header__btn-dark {
    padding: 8px;
  }
}
.header__btn-dark::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #000;
  border-radius: 50%;
  right: 10px;
}
@media (max-width: 1310px) {
  .header__btn-dark::before {
    width: calc(
        17px + 23 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (max-width: 1310px) {
  .header__btn-dark::before {
    height: calc(
        17px + 23 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (max-width: 479.98px) {
  .header__btn-dark::before {
    right: 7px;
  }
}
.header__btn-dark.active {
  color: #fff;
}
.header__btn-dark.active::before {
  background-color: #fff;
  left: 10px;
}
@media (max-width: 479.98px) {
  .header__btn-dark.active::before {
    left: 7px;
  }
}

.dark .header__social-text {
  color: #fff;
}

.dark .header__btn {
  color: #fff;
}

.menu__body {
  padding-top: 48px;
  position: absolute;
  background-color: rgba(232, 115, 131, 0.9);
  max-width: 870px;
  width: 100%;
  height: 100vh;
  top: 0;
  left: -100%;
  color: #fff;
  z-index: 10;
  transition: left 0.3s ease 0s;
}
@media (max-width: 1310px) {
  .menu__body {
    padding-top: calc(
        30px + 18 *
          ((100vw - 320px) / 990)
      );
  }
}
.menu__body::after {
  content: "";
  background-image: url("");
}
.menu__body.menu-open {
  left: 0;
}
.menu__body .svg-menu-element-dims {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  height: 125px;
  z-index: 100;
}
.menu__body-wrapper {
  max-width: 280px;
  margin: 0 auto;
}
.menu__social {
  font-size: 25px;
  margin-bottom: 80px;
}
@media (max-width: 1310px) {
  .menu__social {
    margin-bottom: calc(
        40px + 40 *
          ((100vw - 320px) / 990)
      );
  }
}
.menu__social-link {
  margin-right: 10px;
}
.menu__list {
  margin-bottom: 74px;
}
@media (max-width: 1310px) {
  .menu__list {
    margin-bottom: calc(
        40px + 34 *
          ((100vw - 320px) / 990)
      );
  }
}
.menu__item:not(:last-child) {
  margin-bottom: 45px;
}
@media (max-width: 1310px) {
  .menu__item:not(:last-child) {
    margin-bottom: calc(
        30px + 15 *
          ((100vw - 320px) / 990)
      );
  }
}
.menu__btn {
  color: #fff;
  border: 1px solid #ffffff;
  filter: drop-shadow(0px 15px 30px rgba(232, 115, 131, 0.25));
}
.menu__link {
  font-size: 30px;
  line-height: calc(26 / 30 * 100%);
  letter-spacing: 0.05em;
  width: 100%;
  padding: 5px 0;
}
@media (max-width: 1310px) {
  .menu__link {
    font-size: calc(
        20px + 10 *
          ((100vw - 320px) / 990)
      );
  }
}
.menu.menu-open {
  margin-right: 40px;
}
.menu__img {
  background-image: url("../images/svgicons/menu-img.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  height: 125px;
  width: 100%;
  position: absolute;
  bottom: 0;
}
@media (max-width: 1310px) {
  .menu__img {
    height: calc(
        60px + 65 *
          ((100vw - 320px) / 990)
      );
  }
}

.icon-menu {
  border: none;
  background: transparent;
  color: #e87383;
  display: block;
  position: relative;
  width: 40px;
  height: 20px;
  cursor: pointer;
  z-index: 10;
}
.icon-menu span, .icon-menu::before, .icon-menu::after {
  content: "";
  transition: all 0.3s ease 0s;
  left: 0;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #e87383;
}
.icon-menu::before {
  top: 0;
}
.icon-menu::after {
  bottom: 0;
}
.icon-menu span {
  width: 25px;
  top: calc(50% - 1px);
}
.icon-menu.menu-open {
  position: absolute;
  z-index: 50;
  top: 50px;
  left: 780px;
  left: 780px;
}
@media (max-width: 1310px) {
  .icon-menu.menu-open {
    top: calc(
        35px + 15 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (max-width: 1310px) {
  .icon-menu.menu-open {
    left: calc(
        300px + 480 *
          ((100vw - 320px) / 990)
      );
  }
}
.icon-menu.menu-open span {
  transform: scale(0);
}
.icon-menu.menu-open::before {
  transform: rotate(-45deg);
  top: calc(50% - 1px);
}
.icon-menu.menu-open::after {
  transform: rotate(45deg);
  bottom: calc(50% - 1px);
}
.icon-menu.menu-open span, .icon-menu.menu-open::before, .icon-menu.menu-open::after {
  background-color: #fff;
  height: 2px;
}

.main-home {
  position: relative;
}
.main-home__element {
  position: absolute;
  left: -125px;
  top: 630px;
}
.main-home__element .svg-background-element-dims {
  width: 246px;
  height: 347px;
}
@media (max-width: 991.98px) {
  .main-home__element {
    display: none;
  }
}
.main-home__container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1480px) {
  .main-home__container {
    justify-content: space-evenly;
  }
}
@media (max-width: 1310px) {
  .main-home__container {
    flex-direction: column;
    align-items: center;
  }
}
.main-home__video {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 1400px) {
  .main-home__video {
    align-items: start;
    padding-top: 90px;
  }
}
@media (max-width: 1310px) {
  .main-home__video {
    padding-top: 60px;
    margin-bottom: 70px;
  }
}
@media (max-width: 991.98px) {
  .main-home__video {
    padding-top: 30px;
  }
}
@media (max-width: 479.98px) {
  .main-home__video {
    padding-top: 20px;
    margin-bottom: 50px;
  }
}
.main-home__video::before {
  content: "";
  position: absolute;
  background-image: url("../images/icons/icons.svg#header-element");
  z-index: -1;
  width: 598px;
  height: 657px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: 0;
  left: -50px;
}
@media (max-width: 1310px) {
  .main-home__video::before {
    width: calc(
        300px + 298 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (max-width: 1310px) {
  .main-home__video::before {
    height: calc(
        300px + 357 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (max-width: 1400px) {
  .main-home__video::before {
    width: 498px;
    height: 557px;
    left: -47px;
  }
}
@media (max-width: 1400px) and (max-width: 1310px) {
  .main-home__video::before {
    width: calc(
        300px + 198 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (max-width: 1400px) and (max-width: 1310px) {
  .main-home__video::before {
    height: calc(
        300px + 257 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (max-width: 1310px) {
  .main-home__video::before {
    left: calc(25% - 25px);
    height: 500px;
  }
}
@media (max-width: 1310px) and (max-width: 1310px) {
  .main-home__video::before {
    height: calc(
        350px + 150 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (max-width: 991.98px) {
  .main-home__video::before {
    height: 450px;
    left: calc(25% - 35px);
  }
}
@media (max-width: 991.98px) and (max-width: 1310px) {
  .main-home__video::before {
    height: calc(
        300px + 150 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (max-width: 767.98px) {
  .main-home__video::before {
    left: calc(25% - 45px);
    height: 400px;
  }
}
@media (max-width: 767.98px) and (max-width: 1310px) {
  .main-home__video::before {
    height: calc(
        340px + 60 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (max-width: 600px) {
  .main-home__video::before {
    left: calc(25% - 60px);
  }
}
@media (max-width: 479.98px) {
  .main-home__video::before {
    height: 400px;
  }
}
@media (max-width: 479.98px) and (max-width: 1310px) {
  .main-home__video::before {
    height: calc(
        300px + 100 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (max-width: 375px) {
  .main-home__video::before {
    left: calc(25% - 65px);
    height: 400px;
  }
}
@media (max-width: 375px) and (max-width: 1310px) {
  .main-home__video::before {
    height: calc(
        285px + 115 *
          ((100vw - 320px) / 990)
      );
  }
}
.main-home__video-iframe {
  border-radius: 50%;
  width: 480px;
  height: 480px;
}
@media (max-width: 1310px) {
  .main-home__video-iframe {
    width: calc(
        250px + 230 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (max-width: 1310px) {
  .main-home__video-iframe {
    height: calc(
        250px + 230 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (max-width: 1400px) {
  .main-home__video-iframe {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 1400px) and (max-width: 1310px) {
  .main-home__video-iframe {
    width: calc(
        250px + 150 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (max-width: 1400px) and (max-width: 1310px) {
  .main-home__video-iframe {
    height: calc(
        250px + 150 *
          ((100vw - 320px) / 990)
      );
  }
}
.main-home__social {
  position: absolute;
  right: 10px;
  top: 20%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 145px;
  color: #fff;
  font-size: 22px;
}
@media (max-width: 991.98px) {
  .main-home__social {
    display: none;
  }
}
.main-home__social::before {
  content: "";
  position: absolute;
  background-image: url("../images/icons/icons.svg#social-element");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: -40px;
  left: -20px;
  width: 77px;
  height: 343px;
  z-index: -1;
}
.home-text {
  max-width: 680px;
  text-align: center;
}
@media (max-width: 1310px) {
  .home-text {
    max-width: calc(
        320px + 360 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (max-width: 1400px) {
  .home-text {
    max-width: 600px;
  }
}
@media (max-width: 1400px) and (max-width: 1310px) {
  .home-text {
    max-width: calc(
        320px + 280 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (max-width: 1310px) {
  .home-text {
    max-width: 900px;
  }
}
@media (max-width: 1310px) and (max-width: 1310px) {
  .home-text {
    max-width: calc(
        320px + 580 *
          ((100vw - 320px) / 990)
      );
  }
}
.home-text__title {
  font-size: 170px;
  line-height: calc(140 / 170 * 100%);
  margin-bottom: 35px;
}
@media (max-width: 1310px) {
  .home-text__title {
    font-size: calc(
        70px + 100 *
          ((100vw - 320px) / 990)
      );
  }
}
.home-text__text {
  font-size: 30px;
  font-size: 30px;
  line-height: calc(37 / 30 * 100%);
  margin-bottom: 50px;
}
@media (max-width: 1310px) {
  .home-text__text {
    font-size: calc(
        20px + 10 *
          ((100vw - 320px) / 990)
      );
  }
}
.home-text__text span {
  color: #e87383;
}
@media (max-width: 1310px) {
  .home-text__text {
    margin-bottom: 20px;
  }
}
.home-text__btn {
  margin-bottom: 95px;
}
@media (max-width: 1310px) {
  .home-text__btn {
    margin-bottom: calc(
        50px + 45 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (max-width: 1310px) {
  .home-text__btn {
    margin-bottom: 70px;
  }
}
@media (max-width: 991.98px) {
  .home-text__btn {
    margin-bottom: 60px;
  }
}
@media (max-width: 479.98px) {
  .home-text__btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
  }
}
.home-text__btn button {
  color: #4d9c8c;
  border: 1px solid #4d9c8c;
  max-width: 279px;
  width: 100%;
  padding: 0;
}
@media (max-width: 1310px) {
  .home-text__btn button {
    max-width: calc(
        170px + 109 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (min-width: 479.98px) {
  .home-text__btn button:not(:last-child) {
    margin-right: 25px;
  }
}
@media (max-width: 479.98px) {
  .home-text__btn button {
    max-width: 100%;
  }
  .home-text__btn button:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media (any-hover: hover) {
  .home-text__btn button:hover {
    background-color: #4d9c8c;
    color: #fff;
  }
}
.home-text__btn-about {
  margin-right: 30px;
}
@media (max-width: 1310px) {
  .home-text__btn-about {
    margin-right: calc(
        0px + 30 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (max-width: 767.98px) {
  .home-text__btn-about {
    margin-bottom: 20px;
  }
}
.home-text__benefits-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home-text__benefits-item {
  position: relative;
  font-size: 22px;
  line-height: calc(22 / 24 * 100%);
}
@media (max-width: 1310px) {
  .home-text__benefits-item {
    font-size: calc(
        16px + 6 *
          ((100vw - 320px) / 990)
      );
  }
}
.home-text__benefits-item:not(:last-child) {
  margin-right: 5px;
}
.home-text__benefits-item span {
  display: block;
  text-align: left;
  margin-bottom: 20px;
  font-size: 60px;
  line-height: calc(24 / 60 * 100%);
}
@media (max-width: 1310px) {
  .home-text__benefits-item span {
    margin-bottom: calc(
        5px + 15 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (max-width: 1310px) {
  .home-text__benefits-item span {
    font-size: calc(
        30px + 30 *
          ((100vw - 320px) / 990)
      );
  }
}
.home-text__benefits-item span .tab__element {
  fill: #e87383;
  width: 37px;
  height: 60px;
  margin-right: 15px;
  margin-bottom: -5px;
}
@media (max-width: 1310px) {
  .home-text__benefits-item span .tab__element {
    width: calc(
        30px + 7 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (max-width: 1310px) {
  .home-text__benefits-item span .tab__element {
    height: calc(
        40px + 20 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (max-width: 1310px) {
  .home-text__benefits-item span .tab__element {
    margin-right: calc(
        0px + 15 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (max-width: 479.98px) {
  .home-text__benefits-item {
    text-align: left;
  }
}

.scills__slider {
  padding-bottom: 5px;
}
.scills__swiper {
  margin-bottom: 25px;
}
.scills__slide {
  max-width: 400px;
  min-height: 585px;
}
@media (max-width: 1310px) {
  .scills__slide {
    max-width: calc(
        200px + 200 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (max-width: 1310px) {
  .scills__slide {
    min-height: calc(
        200px + 385 *
          ((100vw - 320px) / 990)
      );
  }
}
.scills__slide::before {
  content: "";
  position: absolute;
  background: url("../images/icons/icons.svg#progect-element");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 170px;
  bottom: 0;
  left: 0;
  z-index: 1;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
@media (max-width: 1310px) {
  .scills__slide::before {
    height: calc(
        60px + 110 *
          ((100vw - 320px) / 990)
      );
  }
}
.scills__slide-images {
  border-radius: 20px;
}
.scills__slide-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: 20px;
  z-index: 3;
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 30px;
  line-height: calc(35 / 30 * 100%);
  letter-spacing: 0.05em;
}
@media (max-width: 1310px) {
  .scills__slide-text {
    padding-bottom: calc(
        5px + 15 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (max-width: 1310px) {
  .scills__slide-text {
    font-size: calc(
        14px + 16 *
          ((100vw - 320px) / 990)
      );
  }
}
.scills__slide-control {
  position: relative;
}
.professional__btn-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 767.98px) {
  .professional__btn-wrapper {
    justify-content: center;
  }
}
@media (max-width: 479.98px) {
  .professional__btn-wrapper {
    flex-direction: column;
  }
}
.year__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 70px;
}
@media (max-width: 1310px) {
  .year__wrapper {
    margin-bottom: calc(
        30px + 40 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (max-width: 767.98px) {
  .year__wrapper {
    flex-direction: column;
  }
}
.year__images {
  margin-left: -90px;
  margin-right: 100px;
  width: 100%;
  position: relative;
}
@media (max-width: 1310px) {
  .year__images {
    margin-left: calc(
        50px + -140 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (max-width: 1310px) {
  .year__images {
    margin-right: calc(
        0px + 100 *
          ((100vw - 320px) / 990)
      );
  }
}
.year__images::before {
  content: "";
  position: absolute;
  background: url("../images/icons/icons.svg#profile-elements");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-width: 580px;
  height: 590px;
  width: 100%;
  z-index: -1;
  top: 58%;
  transform: translate(0, -50%);
}
@media (max-width: 1310px) {
  .year__images::before {
    max-width: calc(
        200px + 380 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (max-width: 1310px) {
  .year__images::before {
    height: calc(
        200px + 390 *
          ((100vw - 320px) / 990)
      );
  }
}
.year__images img {
  max-width: 562px;
}
@media (max-width: 1310px) {
  .year__images img {
    max-width: calc(
        200px + 362 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (max-width: 767.98px) {
  .year__images {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
}
.year__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 270px);
  grid-column-gap: 25px;
}
@media (max-width: 991.98px) {
  .year__items {
    grid-template-rows: auto;
  }
}

@media (max-width: 767.98px) {
  .yer {
    padding-bottom: 80px;
  }
}
.yer__item:nth-child(2), .yer__item:nth-child(4) {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
@media (max-width: 991.98px) {
  .yer__item:nth-child(2), .yer__item:nth-child(4) {
    display: block;
  }
}
.yer__item:nth-child(1), .yer__item:nth-child(3), .yer__item:nth-child(5) {
  border-right: 2px solid rgba(77, 156, 140, 0.3);
  padding-right: 25px;
}
@media (max-width: 991.98px) {
  .yer__item:not(:last-child) {
    padding-bottom: 30px;
  }
}
.yer__item-year {
  font-weight: 600;
  font-size: 45px;
  line-height: calc(55 / 45 * 100%);
  text-align: center;
  color: #4d9c8c;
}
@media (max-width: 1310px) {
  .yer__item-year {
    font-size: calc(
        20px + 25 *
          ((100vw - 320px) / 990)
      );
  }
}
.yer__item-info {
  font-weight: 400;
  font-size: 22px;
  line-height: calc(37 / 22 * 100%);
  text-align: center;
  color: #4d9c8c;
}
@media (max-width: 1310px) {
  .yer__item-info {
    font-size: calc(
        14px + 8 *
          ((100vw - 320px) / 990)
      );
  }
}
.yer__item-text {
  font-size: 18px;
  line-height: calc(23 / 18 * 100%);
  margin-bottom: 10px;
}
@media (max-width: 1310px) {
  .yer__item-text {
    font-size: calc(
        14px + 4 *
          ((100vw - 320px) / 990)
      );
  }
}
.yer__item-link {
  font-size: 16px;
  line-height: calc(16 / 16 * 100%);
  color: #e87383 !important;
  cursor: pointer;
  border-bottom: 1px solid #e87383;
  padding-bottom: 3px;
  transition: all 0.3s ease 0s;
}
@media (max-width: 1310px) {
  .yer__item-link {
    font-size: calc(
        12px + 4 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (any-hover: hover) {
  .yer__item-link:hover {
    color: #eaa4ae !important;
    border-bottom: 1px solid #eaa4ae;
  }
}

.books__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767.98px) {
  .books__wrapper {
    flex-direction: column;
    align-items: center;
  }
}
.books__images {
  max-width: 660px;
  height: 543px;
  width: 100%;
}
@media (max-width: 1310px) {
  .books__images {
    max-width: calc(
        280px + 380 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (max-width: 1310px) {
  .books__images {
    height: calc(
        200px + 343 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (max-width: 767.98px) {
  .books__images {
    margin-bottom: 30px;
  }
}
.books__info {
  max-width: 504px;
  height: 543px;
  text-align: center;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 1310px) {
  .books__info {
    max-width: calc(
        204px + 300 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (max-width: 1310px) {
  .books__info {
    height: calc(
        200px + 343 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (max-width: 767.98px) {
  .books__info {
    max-width: 504px;
    height: 543px;
  }
}
@media (max-width: 767.98px) and (max-width: 1310px) {
  .books__info {
    max-width: calc(
        350px + 154 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (max-width: 767.98px) and (max-width: 1310px) {
  .books__info {
    height: calc(
        300px + 243 *
          ((100vw - 320px) / 990)
      );
  }
}
.books__info::before {
  content: "";
  position: absolute;
  background: url("../images/icons/icons.svg#buh-elements");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-width: 504px;
  height: 400px;
  width: 100%;
  left: 5px;
  top: 40%;
  transform: translate(0, -50%);
  z-index: -1;
}
@media (max-width: 1310px) {
  .books__info::before {
    max-width: calc(
        204px + 300 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (max-width: 1310px) {
  .books__info::before {
    height: calc(
        133px + 267 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (max-width: 767.98px) {
  .books__info::before {
    top: 45%;
    max-width: 504px;
    height: 380px;
  }
}
@media (max-width: 767.98px) and (max-width: 1310px) {
  .books__info::before {
    max-width: calc(
        420px + 84 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (max-width: 767.98px) and (max-width: 1310px) {
  .books__info::before {
    height: calc(
        280px + 100 *
          ((100vw - 320px) / 990)
      );
  }
}
.books__info-element {
  max-width: 364px;
  height: 343px;
  margin-bottom: 80px;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.93);
  border-radius: 20px;
  overflow: auto;
}
@media (max-width: 1310px) {
  .books__info-element {
    max-width: calc(
        200px + 164 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (max-width: 1310px) {
  .books__info-element {
    height: calc(
        143px + 200 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (max-width: 1310px) {
  .books__info-element {
    margin-bottom: calc(
        30px + 50 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (max-width: 1310px) {
  .books__info-element {
    padding: calc(
        0px + 30 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (max-width: 767.98px) {
  .books__info-element {
    max-width: 364px;
    height: 343px;
    margin-bottom: 80px;
  }
}
@media (max-width: 767.98px) and (max-width: 1310px) {
  .books__info-element {
    max-width: calc(
        280px + 84 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (max-width: 767.98px) and (max-width: 1310px) {
  .books__info-element {
    height: calc(
        183px + 160 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (max-width: 767.98px) and (max-width: 1310px) {
  .books__info-element {
    margin-bottom: calc(
        60px + 20 *
          ((100vw - 320px) / 990)
      );
  }
}
.books__info-title {
  font-weight: 400;
  font-size: 37px;
  line-height: calc(37 / 37 * 100%);
  color: #4d9c8c;
  margin-bottom: 15px;
}
@media (max-width: 1310px) {
  .books__info-title {
    font-size: calc(
        24px + 13 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (max-width: 767.98px) {
  .books__info-btn {
    margin-bottom: -30px;
  }
}

.dark .books__info-element {
  background-color: #000;
}

.reviews {
  padding-top: 70px;
}
@media (max-width: 1310px) {
  .reviews {
    padding-top: calc(
        30px + 40 *
          ((100vw - 320px) / 990)
      );
  }
}
.reviews__tabs-items {
  margin-bottom: 60px;
}
@media (max-width: 1310px) {
  .reviews__tabs-items {
    margin-bottom: 40px;
  }
}
@media (max-width: 1310px) and (max-width: 1310px) {
  .reviews__tabs-items {
    margin-bottom: calc(
        30px + 10 *
          ((100vw - 320px) / 990)
      );
  }
}
.reviews__tabs-item {
  fill: #e87383;
}
.reviews__tabs-body {
  margin-bottom: 40px;
}
@media (max-width: 1310px) {
  .reviews__tabs-body {
    margin-bottom: calc(
        20px + 20 *
          ((100vw - 320px) / 990)
      );
  }
}
.reviews__tabs-slider {
  display: none;
}
.reviews__tabs-slider.active {
  display: block;
}
.reviews__button-wrapper {
  justify-content: center;
}
.reviews__element {
  fill: inherit;
}

.slider-reviews__swiper {
  margin-bottom: 25px;
}
.slider-reviews__slide {
  display: flex;
  border-radius: 20px;
  border: 1px solid rgba(232, 115, 131, 0.2);
  position: relative;
}
@media (max-width: 1310px) {
  .slider-reviews__slide {
    max-width: 620px;
    width: 100%;
  }
}
@media (max-width: 1310px) and (max-width: 1310px) {
  .slider-reviews__slide {
    max-width: calc(
        380px + 240 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (max-width: 767.98px) {
  .slider-reviews__slide {
    padding: 25px;
  }
}
@media (max-width: 767.98px) and (max-width: 1310px) {
  .slider-reviews__slide {
    padding: calc(
        15px + 10 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (max-width: 479.98px) {
  .slider-reviews__slide {
    min-width: 100%;
    width: 100%;
  }
}
.slider-reviews__img {
  width: 198px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .slider-reviews__img {
    position: absolute;
    max-width: 70px;
    height: 70px;
    top: 0;
    left: 20px;
    top: 10px;
    border-radius: 50%;
    margin-bottom: 5px;
  }
}
.slider-reviews__img img {
  max-width: 100%;
}
@media (max-width: 767.98px) {
  .slider-reviews__img img {
    border-radius: 50%;
  }
}
.slider-reviews__info {
  padding-top: 20px;
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 5px;
  line-height: calc(37 / 30 * 100%);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (max-width: 1310px) {
  .slider-reviews__info {
    padding-top: calc(
        10px + 10 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (max-width: 1310px) {
  .slider-reviews__info {
    padding-right: calc(
        20px + 20 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (max-width: 1310px) {
  .slider-reviews__info {
    padding-left: calc(
        20px + 20 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (max-width: 1310px) {
  .slider-reviews__info {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (max-width: 767.98px) {
  .slider-reviews__info {
    padding: 0;
  }
}
.slider-reviews__title {
  font-size: 30px;
  line-height: calc(37 / 30 * 100%);
  font-weight: 300;
  color: #4d9c8c;
  margin-bottom: 15px;
}
@media (max-width: 1310px) {
  .slider-reviews__title {
    font-size: calc(
        20px + 10 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (max-width: 1310px) {
  .slider-reviews__title {
    margin-bottom: calc(
        5px + 10 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (max-width: 767.98px) {
  .slider-reviews__title {
    text-align: center;
    padding-left: 71px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767.98px) and (max-width: 1310px) {
  .slider-reviews__title {
    margin-bottom: calc(
        40px + 10 *
          ((100vw - 320px) / 990)
      );
  }
}
.slider-reviews__text {
  margin-bottom: 21px;
  font-size: 18px;
  line-height: calc(24 / 18 * 100%);
  text-overflow: ellipsis;
}
@media (max-width: 1310px) {
  .slider-reviews__text {
    margin-bottom: calc(
        10px + 11 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (max-width: 1310px) {
  .slider-reviews__text {
    font-size: calc(
        14px + 4 *
          ((100vw - 320px) / 990)
      );
  }
}
.slider-reviews__social {
  color: #e87383;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease 0s;
  border-bottom: 1px solid transparent;
}
@media (any-hover: hover) {
  .slider-reviews__social:hover {
    border-bottom: 1px solid #e87383;
  }
}
.slider-reviews__social ._icon-facebook {
  color: #e87383;
  margin-left: 10px;
}
.about__video-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 1310px) {
  .about__video-wrapper {
    margin-bottom: calc(
        30px + 20 *
          ((100vw - 320px) / 990)
      );
  }
}
.about__btn-wrapper {
  justify-content: center;
}
.video-about {
  display: flex;
  justify-content: center;
  position: relative;
}
.video-about__top-left {
  top: 0;
  left: 0;
}
.video-about__top-left::before {
  content: "";
  background: url("../images/icons/icons.svg#autor-top-left");
  top: -70px;
  left: 0px;
}
@media (max-width: 1310px) {
  .video-about__top-left::before {
    top: calc(
        -15px + -55 *
          ((100vw - 320px) / 990)
      );
  }
}
.video-about__top-right {
  top: 0;
  right: 0;
}
.video-about__top-right::before {
  content: "";
  background: url("../images/icons/icons.svg#autor-top-right");
  top: -70px;
  right: 0px;
}
@media (max-width: 1310px) {
  .video-about__top-right::before {
    top: calc(
        -15px + -55 *
          ((100vw - 320px) / 990)
      );
  }
}
.video-about__bottom-left {
  bottom: 0;
  left: 0;
}
.video-about__bottom-left::before {
  content: "";
  background: url("../images/icons/icons.svg#autor-bottom-left");
  bottom: -70px;
  left: 0px;
}
@media (max-width: 1310px) {
  .video-about__bottom-left::before {
    bottom: calc(
        -10px + -60 *
          ((100vw - 320px) / 990)
      );
  }
}
.video-about__bottom-right {
  bottom: 0;
  right: 0;
}
.video-about__bottom-right::before {
  content: "";
  background: url("../images/icons/icons.svg#autor-bottom-right");
  bottom: -70px;
  right: 0px;
}
@media (max-width: 1310px) {
  .video-about__bottom-right::before {
    bottom: calc(
        -10px + -60 *
          ((100vw - 320px) / 990)
      );
  }
}
.video-about__element {
  position: absolute;
}
.video-about__element::before {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 188px;
  height: 133px;
}
@media (max-width: 1310px) {
  .video-about__element::before {
    width: calc(
        42px + 146 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (max-width: 1310px) {
  .video-about__element::before {
    height: calc(
        30px + 103 *
          ((100vw - 320px) / 990)
      );
  }
}
.video-about__iframe {
  width: 1060px;
  height: 707px;
  border-radius: 20px;
}
@media (max-width: 1310px) {
  .video-about__iframe {
    width: calc(
        237px + 823 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (max-width: 1310px) {
  .video-about__iframe {
    height: calc(
        158px + 549 *
          ((100vw - 320px) / 990)
      );
  }
}

.articles__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-column-gap: 20px;
}
@media (max-width: 1310px) {
  .articles__swiper {
    padding: 30px 0;
  }
}
.articles__slide {
  align-self: center;
}
.article {
  max-width: 400px;
  height: 350px;
  width: 100%;
  border: 1px solid rgba(232, 115, 131, 0.5);
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1310px) {
  .article {
    max-width: calc(
        290px + 110 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (max-width: 1310px) {
  .article {
    height: calc(
        242px + 108 *
          ((100vw - 320px) / 990)
      );
  }
}
.article:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 1310px) {
  .article:not(:last-child) {
    margin-bottom: calc(
        20px + 20 *
          ((100vw - 320px) / 990)
      );
  }
}
.article__img {
  width: 400px;
  height: 200px;
}
@media (max-width: 1310px) {
  .article__img {
    width: calc(
        290px + 110 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (max-width: 1310px) {
  .article__img {
    height: calc(
        140px + 60 *
          ((100vw - 320px) / 990)
      );
  }
}
.article__img img {
  z-index: -1;
}
.article__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 15px;
  padding-bottom: 30px;
}
@media (max-width: 1310px) {
  .article__info {
    padding-right: calc(
        20px + 10 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (max-width: 1310px) {
  .article__info {
    padding-left: calc(
        20px + 10 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (max-width: 1310px) {
  .article__info {
    padding-top: calc(
        10px + 5 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (max-width: 1310px) {
  .article__info {
    padding-bottom: calc(
        10px + 20 *
          ((100vw - 320px) / 990)
      );
  }
}
.article__date {
  font-weight: 400;
  font-size: 16px;
  line-height: calc(16 / 16 * 100%);
  color: rgba(77, 156, 140, 0.5);
  margin-bottom: 15px;
}
@media (max-width: 1310px) {
  .article__date {
    font-size: calc(
        12px + 4 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (max-width: 1310px) {
  .article__date {
    margin-bottom: calc(
        10px + 5 *
          ((100vw - 320px) / 990)
      );
  }
}
.article__title {
  font-weight: 300;
  font-size: 25px;
  line-height: calc(24 / 25 * 100%);
  margin-bottom: 15px;
}
@media (max-width: 1310px) {
  .article__title {
    font-size: calc(
        18px + 7 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (max-width: 1310px) {
  .article__title {
    margin-bottom: calc(
        10px + 5 *
          ((100vw - 320px) / 990)
      );
  }
}
.article__links {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.article__links-site {
  font-weight: 400;
  font-size: 16px;
  line-height: calc(16 / 16 * 100%);
  color: rgba(77, 156, 140, 0.5);
}
@media (max-width: 1310px) {
  .article__links-site {
    font-size: calc(
        12px + 4 *
          ((100vw - 320px) / 990)
      );
  }
}
.article__links-btn {
  font-weight: 400;
  font-size: 16px;
  line-height: calc(16 / 16 * 100%);
  color: #e87383;
}
@media (max-width: 1310px) {
  .article__links-btn {
    font-size: calc(
        12px + 4 *
          ((100vw - 320px) / 990)
      );
  }
}
.article__button-wrapper {
  position: absolute;
  bottom: 0px;
  right: 0;
  z-index: 10;
}
@media (min-width: 1310px) {
  .article__button-wrapper {
    display: none;
  }
}
.article__pagination {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(0, -50%);
}

.courses__tabs-items {
  margin-bottom: 60px;
}
@media (max-width: 1310px) {
  .courses__tabs-items {
    margin-bottom: calc(
        30px + 30 *
          ((100vw - 320px) / 990)
      );
  }
}

.slider-courses {
  display: none;
}
.slider-courses.active {
  display: block;
}
.slider-courses__swiper {
  margin-bottom: 20px;
}
.slider-courses__article {
  max-width: 620px;
  height: 286px;
  width: 100%;
  background: #ffffff;
  border: 1px solid rgba(232, 115, 131, 0.2);
  border-radius: 20px;
  display: flex;
  padding: 30px;
}
@media (max-width: 1310px) {
  .slider-courses__article {
    max-width: calc(
        290px + 330 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (max-width: 1310px) {
  .slider-courses__article {
    height: calc(
        404px + -118 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (max-width: 1310px) {
  .slider-courses__article {
    padding: calc(
        20px + 10 *
          ((100vw - 320px) / 990)
      );
  }
}
.slider-courses__article:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 1310px) {
  .slider-courses__article:not(:last-child) {
    margin-bottom: calc(
        20px + 20 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (max-width: 767.98px) {
  .slider-courses__article {
    flex-direction: column;
    padding: 0;
    height: 400px;
  }
}
@media (max-width: 767.98px) and (max-width: 1310px) {
  .slider-courses__article {
    height: calc(
        404px + -4 *
          ((100vw - 320px) / 990)
      );
  }
}
.slider-courses__img {
  flex: 0 0 190px;
  width: 100%;
  height: 226px;
}
@media (max-width: 1310px) {
  .slider-courses__img {
    height: calc(
        200px + 26 *
          ((100vw - 320px) / 990)
      );
  }
}
.slider-courses__img:not(:last-child) {
  margin-right: 30px;
}
@media (max-width: 1310px) {
  .slider-courses__img:not(:last-child) {
    margin-right: calc(
        20px + 10 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (max-width: 767.98px) {
  .slider-courses__img {
    width: 100%;
    height: 220px;
  }
  .slider-courses__img:not(:last-child) {
    margin-right: 0px;
  }
}
@media (max-width: 767.98px) and (max-width: 1310px) {
  .slider-courses__img:not(:last-child) {
    margin-right: calc(
        0px + 0 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (max-width: 767.98px) and (max-width: 1310px) {
  .slider-courses__img {
    height: calc(
        180px + 40 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (max-width: 767.98px) {
  .slider-courses__img img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
}
.slider-courses__info {
  max-width: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .slider-courses__info {
    height: 226px;
    padding: 20px;
  }
}
@media (max-width: 767.98px) and (max-width: 1310px) {
  .slider-courses__info {
    height: calc(
        212px + 14 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (max-width: 767.98px) and (max-width: 1310px) {
  .slider-courses__info {
    padding: calc(
        10px + 10 *
          ((100vw - 320px) / 990)
      );
  }
}
.slider-courses__type {
  font-weight: 300;
  font-size: 18px;
  line-height: calc(16 / 18 * 100%);
  color: #4d9c8c;
  margin-bottom: 15px;
}
@media (max-width: 1310px) {
  .slider-courses__type {
    font-size: calc(
        16px + 2 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (max-width: 1310px) {
  .slider-courses__type {
    margin-bottom: calc(
        5px + 10 *
          ((100vw - 320px) / 990)
      );
  }
}
.slider-courses__title {
  font-weight: 400;
  font-size: 25px;
  line-height: calc(24 / 25 * 100%);
  color: #e87383;
  margin-bottom: 20px;
}
@media (max-width: 1310px) {
  .slider-courses__title {
    font-size: calc(
        20px + 5 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (max-width: 1310px) {
  .slider-courses__title {
    margin-bottom: calc(
        10px + 10 *
          ((100vw - 320px) / 990)
      );
  }
}
.slider-courses__text {
  font-weight: 300;
  font-size: 18px;
  line-height: calc(22 / 18 * 100%);
  margin-bottom: 25px;
}
@media (max-width: 1310px) {
  .slider-courses__text {
    font-size: calc(
        15px + 3 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (max-width: 1310px) {
  .slider-courses__text {
    margin-bottom: calc(
        20px + 5 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (max-width: 767.98px) {
  .slider-courses__btn {
    margin: 0 auto;
  }
}

.dark .slider-courses__text {
  color: #000;
}

.dark .slider-courses__btn {
  color: #eaa4ae;
}
.dark .slider-courses__btn:hover {
  color: #fff;
}

.questions__list {
  margin-bottom: 100px;
}
@media (max-width: 1310px) {
  .questions__list {
    margin-bottom: calc(
        40px + 60 *
          ((100vw - 320px) / 990)
      );
  }
}
.questions__item {
  border: 1px solid #4d9c8c;
  border-radius: 20px;
  background-color: #4d9c8c;
  transition: background-color 0.3s ease 0s;
  padding: 20px;
}
@media (max-width: 1310px) {
  .questions__item {
    padding: calc(
        15px + 5 *
          ((100vw - 320px) / 990)
      );
  }
}
.questions__item:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 1310px) {
  .questions__item:not(:last-child) {
    margin-bottom: calc(
        15px + 5 *
          ((100vw - 320px) / 990)
      );
  }
}
.questions__item--active {
  background-color: #fff;
}
.questions__btn {
  width: 100%;
  font-weight: 300;
  font-size: 30px;
  line-height: calc(37 / 30 * 100%);
  color: #fff;
  text-align: left;
  padding: 20px;
}
@media (max-width: 1310px) {
  .questions__btn {
    font-size: calc(
        20px + 10 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (max-width: 1310px) {
  .questions__btn {
    padding: calc(
        10px + 10 *
          ((100vw - 320px) / 990)
      );
  }
}
.questions__btn.active {
  color: #4d9c8c;
}
.questions__text {
  font-size: 18px;
  font-weight: 300;
  line-height: calc(22 / 18 * 100%);
}
@media (max-width: 1310px) {
  .questions__text {
    font-size: calc(
        15px + 3 *
          ((100vw - 320px) / 990)
      );
  }
}

.dark .questions__item--active {
  color: #000;
}

.section__element_03::before {
  top: -50px;
  width: 100%;
  height: 100%;
}

.footer {
  padding-top: 40px;
  padding-bottom: 30px;
  background-color: #e87383;
  color: #fff;
  position: relative;
}
@media (max-width: 1310px) {
  .footer {
    padding-top: calc(
        20px + 20 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (max-width: 1310px) {
  .footer {
    padding-bottom: calc(
        20px + 10 *
          ((100vw - 320px) / 990)
      );
  }
}
.footer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 90px;
  height: 1px;
  background-color: #fff;
  transform: rotate(-180deg);
}
@media (max-width: 991.98px) {
  .footer::before {
    bottom: 80px;
  }
}
@media (max-width: 767.98px) {
  .footer::before {
    bottom: 160px;
  }
}
.footer a {
  color: #fff;
}
.footer__top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
@media (max-width: 1310px) {
  .footer__top {
    margin-bottom: calc(
        0px + 40 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (max-width: 767.98px) {
  .footer__top {
    flex-direction: column;
    margin-bottom: 10px;
  }
}
.footer__top-logo {
  max-width: 200px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .footer__top-logo {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    align-items: flex-start;
    margin-bottom: 10px;
  }
}
.footer__top-buttons {
  max-width: 280px;
}
@media (max-width: 991.98px) {
  .footer__top-buttons {
    display: flex;
    max-width: 730px;
    justify-content: space-between;
  }
}
@media (max-width: 767.98px) {
  .footer__top-buttons {
    flex-direction: column;
    align-items: center;
  }
}
.footer__top-btn {
  border: 1px solid #fff;
  padding: 0;
  height: 60px;
  transition: color 0.3s ease 0s;
}
@media (max-width: 1310px) {
  .footer__top-btn {
    height: calc(
        50px + 10 *
          ((100vw - 320px) / 990)
      );
  }
}
.footer__top-btn:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 1310px) {
  .footer__top-btn:not(:last-child) {
    margin-bottom: calc(
        15px + 15 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (any-hover: hover) {
  .footer__top-btn:hover {
    color: #4d9c8c;
    border: 1px solid #4d9c8c;
    background-color: #fff;
  }
}
@media (max-width: 991.98px) {
  .footer__top-btn {
    width: 260px;
  }
}
@media (max-width: 991.98px) and (max-width: 1310px) {
  .footer__top-btn {
    width: calc(
        230px + 30 *
          ((100vw - 320px) / 990)
      );
  }
}
.footer__botom-list {
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .footer__botom-list {
    flex-direction: column;
  }
}
.footer__botom-item:not(:last-child) {
  margin-right: 30px;
}
@media (max-width: 767.98px) {
  .footer__botom-item:not(:last-child) {
    margin-right: 0;
  }
}
.footer__botom-link {
  transition: color 0.3s ease 0s;
  padding: 5px 0;
}
@media (any-hover: hover) {
  .footer__botom-link:hover {
    color: #4d9c8c;
  }
}

.logo-footer__link {
  margin-bottom: 55px;
}
@media (max-width: 1310px) {
  .logo-footer__link {
    margin-bottom: calc(
        36px + 19 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (max-width: 767.98px) {
  .logo-footer__link {
    margin-bottom: 0;
  }
}
.logo-footer__img {
  color: #fff;
  fill: #fff;
}
.logo-footer__social {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 170px;
  width: 100%;
}
.logo-footer__social-icon {
  font-size: 25px;
  transition: color 0.3s ease 0s;
}
@media (any-hover: hover) {
  .logo-footer__social-icon:hover {
    color: #4d9c8c;
  }
}
.footer-menu {
  max-width: 590px;
  padding-left: 30px;
}
@media (max-width: 1310px) {
  .footer-menu {
    max-width: calc(
        320px + 270 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (max-width: 1310px) {
  .footer-menu {
    padding-left: calc(
        0px + 30 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (max-width: 991.98px) {
  .footer-menu {
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .footer-menu {
    padding-left: 0;
  }
}
@media (max-width: 991.98px) {
  .footer-menu__body {
    margin-bottom: 30px;
  }
}
.footer-menu__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .footer-menu__list {
    flex-direction: column;
    justify-content: center;
  }
}
.footer-menu__item:not(:last-child) {
  margin-right: 30px;
}
@media (max-width: 767.98px) {
  .footer-menu__item {
    width: 100%;
    text-align: center;
  }
  .footer-menu__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.footer-menu__link {
  font-weight: 300;
  font-size: 25px;
  line-height: calc(37 / 25 * 100%);
  padding: 5px 0;
  transition: color 0.3s ease 0s;
}
@media (max-width: 1310px) {
  .footer-menu__link {
    font-size: calc(
        16px + 9 *
          ((100vw - 320px) / 990)
      );
  }
}
@media (any-hover: hover) {
  .footer-menu__link:hover {
    color: #4d9c8c;
  }
}
@media (max-width: 767.98px) {
  .footer-menu__link {
    width: 100%;
  }
}

/*Responsive*/
/* 992px - 1200px */
/* 768px - 992px */
/* 576px - 768px */
/* 320px - 576px */