body {
  --text: #252525;
  --sec1: #424242;
  --sec2: #858585;
  --sec3: #D2D2D2;
  --sec4: #EDEDED;
  --ac: #E43071;
  --subAc: #FFC1D8;
  --outBg: #FFDAE7;
}

@font-face {
  font-family: "Manrope";
  src: url("../../fonts/Manrope/Manrope-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src: url("../../fonts/Manrope/Manrope-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src: url("../../fonts/Manrope/Manrope-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../../fonts/OpenSans/OpenSans-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../../fonts/Poppins/Poppins-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../../fonts/Poppins/Poppins-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../../fonts/Poppins/Poppins-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../../fonts/Poppins/Poppins-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Times New Roman MT Std";
  src: url("../../fonts/TimesNewRoman/TimesNewRomanMTStd-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: cover;
}

body {
  --ac: #E43071;
  --subAc: #FFC1D8;
  --outBr: #FFDAE7;
  --darkAc: #BE285E;
  --decoreColor: #f8c5d7;
}

body.green-theme {
  --ac: #26D68A;
  --subAc: #9BE8C7;
  --outBr: #a1e7c9;
  --darkAc: #0b9056;
  --decoreColor: #8fc089;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: "Poppins", sans-serif;
  color: #424242;
  -webkit-font-smoothing: antialiased;
  background-color: white;
}

.lock {
  overflow: hidden;
}

a {
  display: inline-block;
}

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

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

h1,
h2,
h3,
h4,
p {
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  -o-object-fit: cover;
  object-fit: cover;
}

button,
a {
  color: inherit;
  font-size: inherit;
  cursor: pointer;
}

button,
input,
button:focus,
input:focus {
  font-family: inherit;
  border: none;
  outline: none;
  padding: 0;
}

*.section-pb {
  padding-block: 4rem 4.4375rem;
}
@media (max-width: 61.9375rem) {
  *.section-pb {
    padding-block: 3.125rem 3.75rem;
  }
}
@media (max-width: 48rem) {
  *.section-pb {
    padding-block: 2.1875rem 1.4375rem;
  }
}

.d-flex {
  display: flex;
  align-items: center;
}

.container {
  width: 100%;
  max-width: 78.75rem;
  margin: 0 auto;
  padding-inline: 3.125rem;
}
@media (max-width: 1199px) {
  .container {
    padding-inline: 1.875rem;
  }
}
@media (max-width: 767px) {
  .container {
    padding-inline: 1rem;
  }
}

.hidden {
  display: none;
}

.toggle-theme {
  position: fixed;
  top: 2.375rem;
  right: 2.5rem;
  z-index: 6;
  display: inline-block;
  width: 3.75rem;
  height: 1.5rem;
  border: 1px solid #858585;
  border-radius: 0.9375rem;
  background-color: #D2D2D2;
  cursor: pointer;
}
.toggle-theme__dot {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1.5rem;
  border-radius: 50%;
  background-color: var(--ac);
}
.toggle-theme__input {
  width: 0.1em;
  height: 0.1em;
  opacity: 0;
}
.toggle-theme__input:checked + span {
  left: auto;
  right: 0;
}
@media (max-width: 99.9375rem) {
  .toggle-theme {
    top: 8.4375rem;
  }
}
@media (max-width: 61.9375rem) {
  .toggle-theme {
    top: 5rem;
    right: 0.625rem;
  }
}

.h1, h2, .h4 {
  font-size: 4.375rem;
  line-height: 1.1;
  font-weight: 700;
}

.h2 {
  font-size: 3.75rem;
}

.h3, h5 {
  font-size: 3rem;
  line-height: 1.1;
  font-weight: 600;
}

.h4 {
  font-size: 2.5rem;
  line-height: 1.5;
}

.h5 {
  font-size: 2.375rem;
}

.subtitle {
  font-size: 1.0625rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  line-height: 1.35;
}

.block-title {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  font-family: "Manrope", sans-serif;
  color: #fff;
  margin-bottom: 1.5rem;
}

.accent-span {
  color: var(--subAc);
}

.txt-accent {
  color: var(--ac) !important;
}

@media (max-width: 74.9375rem) {
  .h1 {
    font-size: 3.375rem;
  }
  .h2 {
    font-size: 3.25rem;
  }
}
@media (max-width: 61.9375rem) {
  .h2 {
    font-size: 3rem;
  }
}
@media (max-width: 47.9375rem) {
  .h1 {
    font-size: 2rem;
  }
  .h2 {
    font-size: 2.625rem;
  }
  .h3 {
    font-size: 1.625rem;
    line-height: 1.19;
  }
  .h4 {
    line-height: 1.2;
  }
  .h5 {
    font-size: 1.625rem;
    line-height: 1.19;
  }
  .subtitle {
    font-size: 1rem;
  }
}
.svg-search {
  fill: currentColor;
  width: 1.25rem;
  height: 1.25rem;
  transform: rotate(90deg);
}

.svg-xmark {
  fill: #858585;
  width: 2.5rem;
  height: 2.5rem;
}
@media (max-width: 47.9375rem) {
  .svg-xmark {
    width: 1.5625rem;
    height: 1.5625rem;
  }
}

.form-item {
  position: relative;
}
.form-item input {
  width: 100%;
  font-size: 1rem;
  display: block;
  height: 3.125rem;
  border: 0.0625rem solid #D2D2D2;
  border-radius: 0.3125rem;
  color: #858585;
}
.form-item input::placeholder {
  font-size: 1rem;
  color: #D2D2D2;
}

.search-form {
  gap: 4.375rem;
  width: 100%;
}
.search-form .form-item {
  width: 100%;
}
.search-form .search-btn, .search-form .reset-btn {
  width: 2.1875rem;
  height: 2.1875rem;
  position: absolute;
  background-color: transparent;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.search-form .search-btn > *, .search-form .reset-btn > * {
  vertical-align: middle;
}
.search-form .search-btn {
  left: 0.25rem;
}
.search-form .search-btn .svg-search {
  width: 2.1875rem;
  height: 2.1875rem;
  fill: var(--ac);
}
@media (max-width: 47.9375rem) {
  .search-form .search-btn .svg-search {
    width: 1.5625rem;
    height: 1.5625rem;
  }
}
.search-form .reset-btn {
  right: 0.25rem;
}
.search-form input {
  padding-inline: 3.125rem;
}
@media (max-width: 47.9375rem) {
  .search-form input {
    padding-inline: 2.5rem;
  }
}

.btn, .btn-outline {
  display: inline-block;
  min-width: 14.8125rem;
  height: 4.25rem;
  line-height: 4.25rem;
  border-radius: 2.125rem;
  text-align: center;
  flex-shrink: 0;
  font-size: 1rem;
  font-weight: 600;
  background-color: var(--ac);
  color: white;
  cursor: pointer;
  white-space: nowrap;
  transition: 0.3s;
}
@media (max-width: 61.9375rem) {
  .btn, .btn-outline {
    height: 3.5rem;
    line-height: 3.5rem;
  }
}
@media (max-width: 47.9375rem) {
  .btn, .btn-outline {
    width: 100%;
    max-width: 18rem;
  }
}

.btn:hover {
  background-color: var(--darkAc);
}

.btn:focus {
  background-color: var(--darkAc);
  outline: 0.5625rem solid var(--outBg);
}

.btn-outline {
  line-height: 4rem;
  background-color: white;
  color: var(--ac);
  border: 0.125rem solid var(--ac);
}
@media (max-width: 61.9375rem) {
  .btn-outline {
    height: 3.75rem;
  }
}

.btn-outline__slim {
  height: 3.125rem;
  line-height: 2.875rem;
  min-width: 10.375rem;
  font-weight: 400;
}

.btn-outline:hover {
  border-color: var(--darkAc);
  color: var(--darkAc);
}

.btn-outline:focus {
  border: 0.125rem solid var(--ac);
  background-color: white;
  color: var(--ac);
  outline: 0.5625rem solid var(--outBr);
}

.btn-outline.btn-outline__slim:focus {
  outline: 0.3125rem solid var(--outBr);
}

.search-open {
  height: 3.125rem;
  display: flex;
  align-items: center;
  gap: 0.375rem;
  color: white;
  background-color: transparent;
  transition: 0.3s;
}
.search-open:hover {
  opacity: 0.7;
}
@media (max-width: 35.875rem) {
  .search-open span {
    display: none;
  }
}

.back-top {
  position: fixed;
  bottom: 5rem;
  right: 2.5rem;
  z-index: -1;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: var(--ac);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.3s;
}
.back-top svg {
  fill: white;
  width: 1.5rem;
  height: 1.5rem;
}
.back-top.back-top--visible {
  opacity: 1;
  z-index: 6;
}
@media (max-width: 47.9375rem) {
  .back-top {
    bottom: 2.5rem;
    right: 1rem;
  }
}

.header-menu {
  gap: 4.375rem;
  flex-shrink: 0;
}
.header-menu a {
  padding: 0.0625rem;
  color: white;
  transition: 0.3s;
}
.header-menu a:hover {
  opacity: 0.7;
}
@media (max-width: 89.9375rem) {
  .header-menu {
    gap: 2.5rem;
  }
}
@media (max-width: 74.9375rem) {
  .header-menu {
    gap: 1.5rem;
  }
}
@media (max-width: 61.9375rem) {
  .header-menu {
    flex-direction: column;
    padding-block: 2.5rem;
    gap: 0.75rem;
    width: 320px;
    transform: translateX(110%);
    transition: 0.3s;
    height: 100%;
    margin-left: auto;
    background-color: var(--ac);
  }
  .header-menu a {
    font-size: 1.25rem;
  }
}

@media (max-width: 61.9375rem) {
  #header-menu {
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: none;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(3px);
  }
}

#header-menu.active {
  display: block;
  animation-name: opacity;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}
#header-menu.active .header-menu {
  animation-name: move;
  animation-duration: 0.3s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}

.header-menu.active {
  transform: translateX(0);
}

@keyframes move {
  0% {
    transform: translateX(110%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.header_seach__wrapper {
  position: absolute;
  top: -1.25rem;
  left: 0;
  right: 0;
  z-index: 4;
  padding-block: 1.5rem;
  background-color: white;
  box-shadow: 0 0.4375rem 0.9375rem rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}
.header_seach__wrapper.search-form-open {
  top: 6.3125rem;
  z-index: 2;
}
@media (max-width: 61.9375rem) {
  .header_seach__wrapper {
    padding-block: 1rem;
  }
  .header_seach__wrapper.search-form-open {
    top: 4rem;
  }
}

.menu-toggle {
  display: none;
  z-index: 11;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 1.875rem;
  height: 1.875rem;
}

@media (max-width: 61.9375rem) {
  .menu-toggle {
    display: flex;
  }
}
.menu-toggle span {
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: white;
  position: relative;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.menu-toggle span:after,
.menu-toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background-color: white;
  border-radius: 5px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.menu-toggle span:after {
  top: -7px;
}

.menu-toggle span:before {
  bottom: -7px;
}

.active.menu-toggle span {
  background-color: transparent !important;
}

.active.menu-toggle span:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #ffffff;
}

.active.menu-toggle span:before {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #ffffff;
}

.logo {
  font-family: "Poppins", sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.1;
  margin-right: auto;
  color: white;
}
@media (max-width: 74.9375rem) {
  .logo {
    font-size: 2rem;
  }
}
@media (max-width: 35.875rem) {
  .logo {
    font-size: 1.375rem;
  }
}

.header-container {
  width: 100%;
  max-width: 86.875rem;
  padding-inline: 1rem;
  margin: 0 auto;
}

.header {
  position: relative;
}

.header-nav {
  height: 6.3125rem;
  background-color: var(--ac);
  position: relative;
  z-index: 5;
}
.header-nav__btn {
  gap: 2.5rem;
  margin-left: 4.5625rem;
}
@media (max-width: 89.9375rem) {
  .header-nav__btn {
    margin-left: 2.5rem;
  }
}
@media (max-width: 74.9375rem) {
  .header-nav__btn {
    margin-left: 1.5rem;
    gap: 1.5rem;
  }
}
@media (max-width: 61.9375rem) {
  .header-nav__btn .btn-outline {
    display: none;
  }
}
@media (max-width: 61.9375rem) {
  .header-nav {
    height: 4rem;
  }
}

.slider-content {
  height: calc(100vh - 6.875rem);
  max-height: 68.75rem;
  position: relative;
  padding-bottom: 0.1875rem;
}
@media (max-width: 99.9375rem) {
  .slider-content {
    height: calc(100vh - 6.875rem);
    max-height: 44.0625rem;
  }
}
@media (max-width: 89.9375rem) {
  .slider-content {
    height: calc(100vh - 6.875rem);
    max-height: 37.5rem;
  }
}
@media (max-width: 74.9375rem) {
  .slider-content {
    height: 31.25rem;
  }
}
@media (max-width: 56.1875rem) {
  .slider-content {
    height: 25.625rem;
  }
}

.slider-content__title {
  width: 100%;
  padding-inline: 1rem;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}
.slider-content__title .btn {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  width: fit-content;
}

.header .slider-content__title {
  top: 52%;
}
.header .slider-content__title .h1 {
  margin-bottom: 1.4375rem;
  width: 15ch;
  margin-left: auto;
  margin-right: auto;
}
.header .slider-content__title .btn {
  width: fit-content;
}
@media (max-width: 47.9375rem) {
  .header .slider-content__title {
    top: 43%;
  }
  .header .slider-content__title .btn {
    min-width: 13rem;
  }
  .header .slider-content__title .h1 {
    margin-bottom: 0.9375rem;
  }
}

.header-content__svg {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
}
.header-content__svg svg {
  display: block;
  width: 100%;
}
.header-content__svg .svg-border-mob {
  display: none;
}
@media (max-width: 47.9375rem) {
  .header-content__svg .svg-border-desk {
    display: none;
  }
  .header-content__svg .svg-border-mob {
    display: block;
  }
}

.swiper {
  --swiper-pagination-bottom: 60px;
  height: 100%;
}
.swiper__item, .swiper__item img {
  width: 100%;
  height: 100%;
  background-color: rgba(45, 40, 36, 0.2);
  position: relative;
}
.swiper__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(45, 40, 36, 0.2);
}
.swiper-pagination {
  gap: 0.5rem;
}
.swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
  opacity: 1;
  background-color: #fff;
  vertical-align: middle;
}
.swiper-pagination-bullet-active {
  width: 1.0625rem;
  height: 1.0625rem;
  background-color: var(--ac);
}
@media (max-width: 99.9375rem) {
  .swiper {
    --swiper-pagination-bottom: 40px;
  }
}
@media (max-width: 47.9375rem) {
  .swiper__item img {
    object-position: 60%;
  }
}
@media (max-width: 26.4375rem) {
  .swiper__item img {
    --swiper-pagination-bottom: 23px;
  }
}

.result {
  padding-block: 5.875rem 7.625rem;
}
.result-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.875rem;
}
.result__img {
  display: flex;
  flex-shrink: 0;
}
.result__img-bottom {
  padding-top: 9rem;
  margin-left: -9rem;
}
.result__img-top img {
  width: 22.5rem;
  aspect-ratio: 7/8;
}
.result__img-bottom img {
  width: 15rem;
  aspect-ratio: 2/3;
}
.result__desc {
  flex-grow: 1;
  max-width: 33.75rem;
  padding-bottom: 1.4375rem;
}
.result .h4 {
  margin-bottom: 0.375rem;
}
.result__desc-text {
  font-size: 1rem;
  line-height: 2.3125rem;
  margin-bottom: 1.75rem;
}
@media (max-width: 61.9375rem) {
  .result {
    padding-block: 3.125rem 3.75rem;
  }
  .result__img-top img {
    width: 17.5rem;
  }
  .result__img-bottom img {
    width: 12.5rem;
  }
}
@media (max-width: 47.9375rem) {
  .result {
    padding-block: 2.1875rem 1.4375rem;
  }
  .result-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.875rem;
  }
  .result .h4 {
    margin-bottom: 0.6875rem;
  }
  .result__desc {
    padding-bottom: 0;
  }
  .result__desc-text {
    line-height: 2rem;
    margin-bottom: 3rem;
    padding-right: 1.25rem;
  }
  .result__img-top img {
    width: 11rem;
    height: 15.5rem;
  }
  .result__img-bottom {
    padding-top: 6rem;
    margin-left: -3.75rem;
  }
  .result__img-bottom img {
    width: 9.125rem;
  }
}

.cta {
  text-align: center;
}
.cta .slider-content__title {
  padding-bottom: 1.4375rem;
}
.cta .slider-content__title .h2 {
  text-shadow: 0 0 60px rgba(0, 0, 0, 0.46);
  margin-bottom: 1.5rem;
}
@media (max-width: 47.9375rem) {
  .cta .slider-content__title .h2 {
    margin-top: 1.125rem;
    margin-right: 2.0625rem;
  }
  .cta .slider-content__title .btn {
    width: 100%;
  }
}
.cta .slider-content__title .subtitle {
  margin: 0 auto 1rem;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  max-width: 26.125rem;
}
.cta .slider-content__title .swiper-pagination {
  bottom: 1.625rem;
}
@media (max-width: 47.9375rem) {
  .cta .slider-content {
    min-height: 27.6875rem;
  }
}

.premium {
  padding-block: 14rem 8.0625rem;
}
.premium-content {
  display: flex;
  align-items: center;
  gap: 9.0625rem;
}
@media (max-width: 85.25rem) {
  .premium-content {
    gap: 1.875rem;
    justify-content: space-between;
  }
}
@media (max-width: 47.9375rem) {
  .premium-content {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 1rem;
  }
}
.premium__desc {
  flex-grow: 1;
  max-width: 30.5625rem;
  padding-top: 3.875rem;
  flex-shrink: 0;
}
@media (max-width: 85.25rem) {
  .premium__desc {
    padding-top: 0;
  }
}
@media (max-width: 74.9375rem) {
  .premium__desc {
    flex-shrink: 1;
  }
}
.premium__desc .h4 {
  margin-bottom: 0.25rem;
}
@media (max-width: 47.9375rem) {
  .premium__desc .h4 {
    margin-bottom: 0.5625rem;
  }
}
.premium__desc-text {
  font-size: 1rem;
  line-height: 2.3125rem;
  margin-bottom: 1.25rem;
}
@media (max-width: 47.9375rem) {
  .premium__desc-text {
    padding-right: 1.25rem;
    line-height: 2rem;
    margin-bottom: 2.4375rem;
  }
}
.premium__img {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
.premium__img img {
  aspect-ratio: 3/2;
}
@media (max-width: 74.9375rem) {
  .premium__img img {
    width: 23.75rem;
  }
}
@media (max-width: 61.9375rem) {
  .premium__img img {
    width: 16.25rem;
  }
}
@media (max-width: 47.9375rem) {
  .premium__img img {
    width: 12.625rem;
  }
}
.premium__img-top {
  position: relative;
  z-index: 2;
}
.premium__img-bottom {
  padding-left: 9.375rem;
  margin-top: -8.75rem;
}
@media (max-width: 74.9375rem) {
  .premium__img-bottom {
    padding-left: 3.125rem;
    margin-top: -5rem;
  }
}
@media (max-width: 47.9375rem) {
  .premium__img-bottom {
    padding-left: 5.125rem;
    margin-top: -4rem;
  }
  .premium__img-bottom img {
    width: 11.9375rem;
  }
}
@media (max-width: 61.9375rem) {
  .premium {
    padding-block: 7rem 4.6875rem;
  }
}
@media (max-width: 47.9375rem) {
  .premium {
    padding-block: 4.625rem 1.75rem;
  }
}

.stories {
  padding-top: 8.125rem;
  padding-bottom: 5rem;
  background: linear-gradient(180deg, #fff 0%, #f4e3e9 100%);
}
.stories-content {
  width: 100%;
  max-width: 59.6875rem;
  margin: 0 auto;
}
@media (max-width: 61.9375rem) {
  .stories-content {
    padding: 0 1rem;
  }
}
@media (max-width: 47.9375rem) {
  .stories-content {
    padding: 0 1.75rem;
  }
}
.stories__title {
  margin-bottom: 1.5625rem;
}
.stories__title .h3 {
  line-height: 1.19;
  margin-bottom: 0.875rem;
}
.stories__title p {
  font-size: 1.125rem;
}
@media (max-width: 47.9375rem) {
  .stories__title {
    padding-left: 0.1875rem;
  }
  .stories__title .h3 {
    margin-bottom: 0.375rem;
  }
  .stories__title p {
    font-size: 0.5625rem;
  }
}
@media (max-width: 61.9375rem) {
  .stories {
    overflow-x: hidden;
    padding-top: 3.75rem;
    padding-bottom: 2.1875rem;
  }
}

.stories-cards-wrapper {
  padding-left: 6.0625rem;
  padding-bottom: 4.25rem;
  display: flex;
  gap: 2.0625rem;
  position: relative;
  align-items: flex-start;
}
@media (max-width: 61.9375rem) {
  .stories-cards-wrapper {
    align-items: stretch;
    gap: 1.6875rem;
    padding-left: 0;
    padding-bottom: 0;
  }
}

.stories-card {
  width: 21.8125rem;
  flex-shrink: 0;
  box-shadow: 1px 4px 8px 0 rgba(0, 0, 0, 0.18);
  background: #fff;
  border-radius: 0.625rem;
  padding: 2rem 2rem 2.375rem 1.6875rem;
}
.stories-card .h5 {
  color: var(--ac);
  margin-bottom: 1.125rem;
}
.stories-card__text {
  font-size: 1.125rem;
  line-height: 1.78;
  padding-left: 2.3125rem;
  margin-top: 0.75rem;
  margin-bottom: 1.125rem;
  position: relative;
}
.stories-card__text strong {
  position: absolute;
  left: 0;
  top: -8px;
  font-family: "Times New Roman";
  font-size: 3.625rem;
  color: var(--decoreColor);
  line-height: 1;
}
.stories-card__footer {
  display: flex;
  gap: 1.0625rem;
  align-items: center;
  padding-left: 2.4375rem;
}
.stories-card__img {
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
}
.stories-card__name p {
  font-weight: 600;
  font-size: 1.125rem;
}
.stories-card__name span {
  display: block;
  font-size: 0.875rem;
  color: #969bab;
}
.stories-card:nth-child(2) {
  margin-top: -9.1875rem;
  width: 28.0625rem;
  padding: 2.875rem 2rem 2.375rem 2.125rem;
}
.stories-card:nth-child(2) .h5 {
  color: var(--ac);
  margin-bottom: 11px;
}
.stories-card:nth-child(2) .stories-card__text {
  padding-left: 1.8125rem;
  margin-top: 0.6875rem;
  margin-bottom: 0.75rem;
}
.stories-card:nth-child(2) .stories-card__text strong {
  left: -0.5rem;
  top: -0.875rem;
}
.stories-card:nth-child(2) .stories-card__footer {
  gap: 1.0625rem;
  align-items: center;
  padding-left: 2rem;
}
@media (max-width: 61.9375rem) {
  .stories-card:nth-child(2) {
    margin-top: 0;
  }
}

.stories-card:nth-child(3) {
  width: 21.9375rem;
  padding: 1.375rem 1.9375rem 1.9375rem 2.3125rem;
  position: absolute;
  bottom: 0;
  right: 7.9375rem;
}
.stories-card:nth-child(3) .stories-card__text {
  padding-left: 1.75rem;
  margin-top: 1.5625rem;
}
.stories-card:nth-child(3) .stories-card__text strong {
  left: -0.5625rem;
  top: -0.5625rem;
}
.stories-card:nth-child(3) .stories-card__footer {
  align-items: center;
  padding-left: 2rem;
}
@media (max-width: 61.9375rem) {
  .stories-card:nth-child(3) {
    position: relative;
    right: auto;
    bottom: auto;
  }
  .stories-card:nth-child(3) .stories-card__text {
    margin-top: 0.6875rem;
  }
}
@media (max-width: 47.9375rem) {
  .stories-card:nth-child(3) {
    margin-right: 1.25rem;
  }
}

@media (max-width: 61.9375rem) {
  .stories-card,
  .stories-card:nth-child(2),
  .stories-card:nth-child(3) {
    padding: 1.5rem 1.375rem 1.625rem 1.1875rem;
    width: 15.1875rem;
    display: flex;
    flex-direction: column;
  }
  .stories-card .h5,
  .stories-card:nth-child(2) .h5,
  .stories-card:nth-child(3) .h5 {
    width: 100%;
    font-size: 1.625rem;
    margin-bottom: 1.25rem;
  }
  .stories-card .stories-card__text,
  .stories-card:nth-child(2) .stories-card__text,
  .stories-card:nth-child(3) .stories-card__text {
    width: 100%;
    flex-grow: 1;
    padding-left: 1.5625rem;
    font-size: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .stories-card .stories-card__text strong,
  .stories-card:nth-child(2) .stories-card__text strong,
  .stories-card:nth-child(3) .stories-card__text strong {
    font-size: 1.625rem;
    top: -0.1875rem;
    left: 0.375rem;
  }
  .stories-card .stories-card__footer,
  .stories-card:nth-child(2) .stories-card__footer,
  .stories-card:nth-child(3) .stories-card__footer {
    width: 100%;
    gap: 0.8125rem;
    padding-left: 1.5625rem;
  }
  .stories-card .stories-card__img,
  .stories-card:nth-child(2) .stories-card__img,
  .stories-card:nth-child(3) .stories-card__img {
    width: 2.5625rem;
    height: 2.5rem;
  }
  .stories-card .stories-card__name p,
  .stories-card:nth-child(2) .stories-card__name p,
  .stories-card:nth-child(3) .stories-card__name p {
    font-size: 0.75rem;
  }
  .stories-card .stories-card__name span,
  .stories-card:nth-child(2) .stories-card__name span,
  .stories-card:nth-child(3) .stories-card__name span {
    font-size: 0.5625rem;
  }
  .stories-cards-wrapper {
    width: calc(50% + 50vw);
    overflow: hidden;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .stories-cards-wrapper::-webkit-scrollbar {
    display: none;
  }
}
.app {
  padding-block: 7rem 3.4375rem;
  background-color: var(--ac);
  color: #fff;
  position: relative;
}
.app-container {
  width: 100%;
  max-width: 59.6875rem;
  margin: 0 auto;
  display: flex;
  gap: 4.375rem;
}
@media (max-width: 74.9375rem) {
  .app-container {
    gap: 2.5rem;
  }
}
@media (max-width: 61.9375rem) {
  .app-container {
    padding: 0 1rem;
    flex-direction: column;
  }
}
@media (max-width: 47.9375rem) {
  .app-container {
    padding: 0 1.75rem;
  }
}
.app-content {
  max-width: 30.5625rem;
  flex-shrink: 0;
  line-height: 2.31;
}
.app-content .h4 {
  margin-bottom: 0.25rem;
}
.app__text {
  margin-bottom: 1rem;
}
.app-links__group {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.app-links__group a {
  flex-shrink: 0;
}
.app-links__group img {
  width: 8.5rem;
  height: 2.5rem;
}
@media (max-width: 74.9375rem) {
  .app {
    z-index: 2;
  }
}
@media (max-width: 47.9375rem) {
  .app {
    padding-top: 3.1875rem;
    padding-bottom: 6.125rem;
    overflow: hidden;
  }
  .app-content {
    line-height: 2.06;
  }
  .app-content .h4 {
    margin-bottom: 0.625rem;
  }
  .app-content__text {
    margin-bottom: 1.875rem;
  }
}

.app::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1.25rem;
  background-color: #EDEDED;
  z-index: 2;
  display: none;
}
@media (max-width: 61.9375rem) {
  .app::after {
    display: block;
  }
}

.app-images {
  display: flex;
  gap: 2rem;
  margin-top: -8.5625rem;
}
.app-images__item {
  width: 14.5rem;
  flex-shrink: 0;
}
.app-images__item img {
  filter: drop-shadow(10px 15px 30px rgba(41, 41, 42, 0.5));
}
.app-images__item:last-child {
  position: relative;
  top: 8.5625rem;
}
@media (max-width: 74.9375rem) {
  .app-images {
    gap: 1rem;
  }
  .app-images__item {
    width: 12.5rem;
  }
  .app-images__item:last-child {
    top: 10.9375rem;
  }
}
@media (max-width: 61.9375rem) {
  .app-images {
    margin-top: 2.5rem;
    position: relative;
    z-index: 3;
  }
  .app-images__item:last-child {
    top: 5.3125rem;
  }
}
@media (max-width: 47.9375rem) {
  .app-images__item {
    width: 10.375rem;
  }
  .app-images__item:last-child {
    top: 7.6875rem;
  }
}

.social {
  background-color: #EDEDED;
  padding-block: 3.8125rem 4.4375rem;
  position: relative;
  text-align: center;
}
.social .h4 {
  margin-bottom: 1.125rem;
}
@media (max-width: 61.9375rem) {
  .social {
    padding-block: 2.75rem 4.125rem;
  }
}

.social-content {
  gap: 5.8125rem;
  justify-content: center;
}
@media (max-width: 61.9375rem) {
  .social-content {
    gap: 1.6875rem;
  }
}

.social-item {
  width: 6.875rem;
  aspect-ratio: 1;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: 0.3s;
}
.social-item svg {
  width: 1.875rem;
  height: 1.875rem;
  fill: var(--ac);
  color: var(--ac);
  transition: 0.3s;
}
.social-item:hover {
  background-color: var(--ac);
}
.social-item:hover svg {
  fill: white;
  color: white;
}
@media (max-width: 61.9375rem) {
  .social-item {
    width: 4.6875rem;
  }
}

.svg-facebook {
  width: 0.9375rem;
}

.svg-youtube {
  width: 1.5625rem;
}

.contact {
  background-color: #f9f9f9;
}

.contact__container {
  width: 600px;
  margin: 0 auto;
  padding: 80px 0;
}
@media (max-width: 767px) {
  .contact__container {
    width: 100%;
    padding: 40px 16px;
  }
}

.contact__content {
  text-align: center;
}
.contact__content .alert {
  position: relative;
}
.contact__content .alert span {
  position: absolute;
  top: -1px;
  right: 30%;
  cursor: pointer;
}
.contact__content .contact__text {
  font-size: 16px;
  margin: 30px 0;
}
.contact__content .contact__form input, .contact__content .contact__form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.alert-success {
  color: green;
}

.alert-danger {
  color: red;
}

.footer {
  padding-block: 5.75rem 1.5rem;
  background-color: #0B0D17;
  color: #D9DBE1;
  font-size: 0.875rem;
  line-height: 1.71;
  font-family: "Manrope", sans-serif;
}
.footer-row {
  display: flex;
  gap: 2.5rem;
}
@media (max-width: 74.9375rem) {
  .footer-row {
    gap: 1.25rem;
  }
}
@media (max-width: 47.9375rem) {
  .footer-row {
    flex-direction: column;
    gap: 2.5rem;
  }
}
.footer-row--justify {
  margin-top: 6.5625rem;
  justify-content: space-between;
}
@media (max-width: 74.9375rem) {
  .footer-row--justify {
    margin-top: 4.6875rem;
  }
}
@media (max-width: 47.9375rem) {
  .footer-row--justify {
    flex-direction: column-reverse;
    gap: 1rem;
    margin-top: 1.5625rem;
  }
}
.footer-col {
  width: 15.9375rem;
}
.footer-social {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.footer-social a {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.1);
  transition: 0.3s;
}
.footer-social a:hover {
  background-color: var(--ac);
}
.footer-social svg {
  fill: white;
}
.footer-menu {
  width: 15.9375rem;
}
.footer-menu__list li + li {
  margin-top: 0.75rem;
}
.footer .contacts-list a, .footer-menu__list a {
  transition: 0.3s;
}
.footer .contacts-list a:hover, .footer-menu__list a:hover {
  color: var(--ac);
}
.footer-privacy {
  text-align: center;
}
.footer-privacy a {
  padding-inline: 0.5rem;
  line-height: 1;
  transition: 0.3s;
}
.footer-privacy a:hover {
  color: white;
}
.footer-privacy a:first-child {
  padding-left: 0;
}
.footer-privacy a:last-child {
  padding-right: 0;
}
.footer-privacy a + a {
  border-left: 1px solid #D9DBE1;
}
@media (max-width: 47.9375rem) {
  .footer-privacy a {
    margin-top: 0.625rem;
  }
  .footer-privacy a + a {
    border-left: none;
  }
  .footer-privacy a:nth-child(even) {
    border-left: 1px solid #D9DBE1;
  }
}
@media (max-width: 47.9375rem) {
  .footer .container {
    width: 15.9375rem;
    padding: 0;
  }
}

.contacts-list li + li {
  margin-top: 1.5rem;
}
.contacts-list a {
  display: flex;
  align-items: center;
}
.contacts-list svg {
  fill: var(--ac);
  vertical-align: middle;
  margin-right: 0.625rem;
}

.logo.logo__footer {
  font-size: 1.5625rem;
}
.logo.logo__footer .accent-span {
  color: var(--ac);
}

.mb-24 {
  margin-bottom: 1.5rem;
}

/*# sourceMappingURL=main.css.map */
