/*!************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./src/pages/index.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);
/*!****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./src/pages/index.scss (1) ***!
  \****************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767.98px) {
  .container {
    max-width: 430px;
  }
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media screen and (min-width: 1440px) {
  .container {
    padding: 0 60px;
    max-width: 1440px;
  }
}

.is-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
  margin-bottom: 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: currentColor;
  display: block;
}

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

.link {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.list {
  -webkit-text-decoration: none;
  text-decoration: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

svg {
  fill: currentColor;
}

li:last-child {
  margin-bottom: 0 !important;
}

address {
  font-style: normal;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

html,
body {
  font-family: "Montserrat", sans-serif;
  background: #fff;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.1;
  color: #000;
  margin: 0 auto;
  width: 100%;
  scroll-behavior: smooth;
}

.logo {
  font-family: "Montserrat", sans-serif;
  display: flex;
  gap: 4px;
  align-items: center;
  font-style: italic;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.1;
  text-align: center;
  transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  max-width: max-content;
}
.logo:hover, .logo:focus {
  color: #000;
}
.logo:active {
  color: inherit;
}

.link {
  font-family: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.1;
  text-transform: capitalize;
  text-align: center;
  transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  width: 100%;
  max-width: max-content;
}
.link:hover, .link:focus {
  color: #000;
}
.link:active {
  color: inherit;
}

.btn {
  font-family: "Montserrat", sans-serif;
  font-family: inherit;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: max-content;
  width: 100%;
  cursor: pointer;
  border: 2px solid #000;
  padding: 9px 80px;
  padding: 24px 30px;
  font-style: italic;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.1;
  color: #000;
}

.hfa-scale {
  transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transform: scale(1);
}
.hfa-scale:hover, .hfa-scale:focus {
  transform: scale(1.026);
}
.disc {
  list-style: disc;
  padding-left: 18px;
}

.decimal {
  list-style: decimal;
  padding-left: 18px;
}

.text-link {
  display: inline;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  font-weight: 600;
}

.arrow-up {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 10px;
  color: #C83860;
  transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.arrow-up:hover, .arrow-up:focus {
  color: #C83860;
  transform: scale(1.035);
}
.arrow-up:active {
  color: #C83860;
  transform: inherit;
}
.arrow-up svg {
  width: 3rem;
  height: 3rem;
}
.arrow-up.show {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1750px);
  }
}
@keyframes scrollReverse {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(1750px);
  }
}
.slider {
  background: #fff;
  color: #C83860;
  height: 60px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  animation: scroll 40s linear infinite;
  display: flex;
  width: 3500px;
}
.slider .slide {
  height: 60px;
  width: 200px;
  display: flex;
  align-items: center;
  gap: 20px;
  font-style: italic;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.1;
  text-align: center;
  color: #778794;
}

.just-validate-error-field.form-input {
  border: 1px solid #f80b0b;
}

.just-validate-error-label {
  display: none;
}

.header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  color: #000;
  z-index: 8;
  box-shadow: 0px 0px 0px 0px #C83860;
  border-bottom: 1px solid #000;
}
.header.fixed {
  box-shadow: 0px 4px 20px 0px #fff;
}
.header .navigation {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  background: #fff;
}
@media screen and (min-width: 1440px) {
  .header .navigation {
    justify-content: space-between;
  }
}
.header ul {
  display: none;
}
@media screen and (min-width: 1440px) {
  .header ul {
    display: flex;
    flex-direction: row;
    gap: 20px;
  }
}

.footer {
  padding-bottom: 50px;
  padding-top: 50px;
  border-top: 1px solid #000;
  color: #fff;
  background-color: #C83860;
}
@media screen and (min-width: 1440px) {
  .footer {
    background-color: transparent;
  }
}
.footer .navigation {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding: 24px 40px;
  color: #000;
}
@media screen and (min-width: 1440px) {
  .footer .navigation {
    flex-direction: row;
    justify-content: space-between;
  }
}
.footer .navigation .privacy-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.1;
}
@media screen and (min-width: 1440px) {
  .footer .navigation .privacy-list {
    width: 100%;
    justify-content: space-between;
  }
}
.footer .navigation .privacy-list .link {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.1;
}

.hero {
  min-height: 906px;
  padding-top: 120px;
  padding-bottom: 20px;
  background: url(../assets/img/1m.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .hero {
    min-height: 690px;
    background-image: url(../assets/img/1.png);
  }
}
.hero .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1440px) {
  .hero .content-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.hero .content-wrapper .btn {
  margin-left: auto;
}
.hero p {
  max-width: 500px;
}

.acc {
  padding: 0;
}
.acc .container {
  padding: 0;
}
.acc ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1440px) {
  .acc ul {
    flex-direction: row;
  }
}
.acc ul li {
  width: 100%;
}
@media screen and (min-width: 1440px) {
  .acc ul li {
    width: 25%;
  }
}
.acc ul li img {
  width: 100%;
}

.about {
  background-image: url(../assets/img/3.png);
  background-position: top -45% right 40%;
  background-repeat: no-repeat;
  background-size: 390px 735px;
  padding-top: 510px;
  padding-bottom: 80px;
}
@media screen and (min-width: 1440px) {
  .about {
    background-size: 858px 1500px;
    background-position: top 170% right -30%;
  }
}
.about .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  max-width: 800px;
}
.about p {
  max-width: 500px;
  margin-right: auto;
}
.about span {
  color: #fff;
  font-style: italic;
  display: block;
  padding: 40px 30px;
  max-width: 660px;
  background: #000;
  margin-left: auto;
}

.running-text {
  padding: 0;
}

.care {
  text-align: center;
}
.care .title {
  font-style: italic;
  font-weight: 700;
  font-size: 80px;
  line-height: 1.1;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 1440px) {
  .care .title {
    font-size: 140px;
  }
}
.care .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.care img {
  margin-top: 20px;
}

.contacts {
  padding-bottom: 100px;
}
.contacts .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
@media screen and (min-width: 1440px) {
  .contacts .content-wrapper {
    flex-direction: row;
    justify-content: center;
    align-items: inherit;
  }
}
.contacts .title1 {
  font-style: italic;
  font-weight: 700;
  font-size: 200px;
  line-height: 1.1;
}
@media screen and (min-width: 1440px) {
  .contacts .title1 {
    position: relative;
    top: 0;
    left: 0;
    font-size: 400px;
  }
}
.contacts .title2 {
  font-style: italic;
  font-weight: 700;
  font-size: 120px;
  line-height: 1.1;
  color: #aea9a4;
}
@media screen and (min-width: 1440px) {
  .contacts .title2 {
    position: relative;
    align-self: flex-end;
    right: 70px;
    bottom: -140px;
    font-size: 300px;
  }
}

.card {
  padding-top: 40px;
  padding-bottom: 40px;
}
.card .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1440px) {
  .card .content-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.card .text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 1440px) {
  .card .text-wrapper {
    max-width: 50%;
  }
}
.card .title {
  font-weight: 600;
  font-size: 40px;
  line-height: 1.1;
}
.card span {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.1;
  color: #778794;
}
.card .title3 {
  font-weight: 700;
  font-size: 64px;
  line-height: 1.1;
  margin-top: 30px;
  margin-bottom: 30px;
}
.card p {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.1;
}
.card picture, .card img {
  width: 100%;
}

.privacy {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 18px;
}
.privacy .title {
  font-weight: 800;
  font-size: 40px;
  text-transform: uppercase;
  text-align: center;
}

.success .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 360px;
}
.form-label {
  display: inline-block;
  width: 100%;
}
.form-input {
  width: 100%;
  border: none;
  border: 1px solid transparent;
  background: rgba(255, 255, 255, 0.1);
  padding: 10px;
  font-family: inherit;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  text-align: center;
  transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.form-input::placeholder {
  color: #fff;
}
.form .btn {
  max-width: 100%;
}

/* Стили для модального окна */
.modal {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 10;
}

.modal.active {
  opacity: 1;
  visibility: visible;
}

/* Контент модального окна */
.modal-content {
  border: 1px solid #C83860;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #C83860;
  position: relative;
  width: 100%;
  max-width: 100%;
  width: 100%;
  margin: 20px;
  border-radius: 20px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 14px;
  /* Кнопка закрытия */
}
.modal-content .container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.modal-content .title3 {
  text-align: left;
}
.modal-content .btn-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media screen and (min-width: 1440px) {
  .modal-content .btn-wrapper {
    flex-direction: row;
  }
}
.modal-content .btn-wrapper .btn {
  font-size: 20px;
  max-width: 100%;
}
@media screen and (min-width: 1440px) {
  .modal-content .btn-wrapper .btn {
    max-width: 48%;
  }
}
.modal-content .close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  background: none;
  border: none;
  font-size: 44px;
  cursor: pointer;
}

.burger.menu-container {
  position: relative;
}
.burger .menu-toggle {
  font-size: 18px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  color: #fff;
}
.burger .menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 12;
}
.burger .menu-content {
  background: #C83860;
  width: 100%;
  height: 100%;
  padding: 20px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 30px;
  color: #fff;
}
.burger .close-menu {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 18px;
  background: none;
  border: none;
  cursor: pointer;
}
.burger .menu-container {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.burger ul {
  margin-top: 50px;
  margin-bottom: 70px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.burger .btn {
  max-width: 100%;
  margin-top: auto;
}

/*# sourceMappingURL=index.5988e170f780fd94ffa7.css.map*/