

/* Start:/local/components/delfa72/franchise/templates/franchise/style.css?178825987857816*/
*,
::before,
::after {
  box-sizing: border-box;

  outline: none;
  border-width: 0;
  border-style: solid;
  border-color: currentcolor;
}

html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", "Roboto", "Helvetica Neue", "Arial", "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.5;
  tab-size: 4;
  text-size-adjust: 100%;
}

body {
  margin: 0;

  line-height: inherit;
}

hr {
  height: 0;

  border-top-width: 1px;

  color: inherit;
}

abbr:where([title]) {
  text-decoration: underline dotted;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

a {
  text-decoration: inherit;
  color: inherit;
}

b,
strong {
  font-weight: 700;
}

code,
kbd,
samp,
pre {
  font-size: 1em;
  font-family: ui-monospace, "SFMono-Regular", "Menlo", "Monaco", "Consolas",
    "Liberation Mono", "Courier New", monospace;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;

  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  border-collapse: collapse;

  text-indent: 0;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  padding: 0;

  font-size: 100%;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  appearance: button;

  background-color: transparent;
  background-image: none;
}

:-moz-focusring {
  outline: none;
}

:-moz-ui-invalid {
  box-shadow: none;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  appearance: textfield;

  outline-offset: -2px;
}

::-webkit-search-decoration {
  appearance: none;
}

::-webkit-file-upload-button {
  appearance: button;

  font: inherit;
}

summary {
  display: list-item;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;

  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;

  color: #9ca3af;
}

button,
[role="button"] {
  cursor: pointer;
}

:disabled {
  cursor: default;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

img,
video {
  max-width: 100%;
  height: auto;
}

[hidden] {
  display: none;
}

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

a:focus,
button:focus {
  outline: none;
}

input {
  border: none;
  outline: none;
}

textarea {
  border: none;
  outline: none;
  resize: none;
}

body {
  position: relative;
  min-width: 320px;
  overflow-x: hidden;
}

body::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  opacity: 0;
  z-index: -10;
  visibility: hidden;
  transition: opacity 0.5s, z-index 0.5s, visibility 0.5s;
}

.body-lock {
  overflow: hidden;
}

.body-lock::after {
  opacity: 1;
  z-index: 50;
  visibility: visible;
}

.franchise-page {
  padding-top: 20px;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #021E3C;
  overflow: hidden;
}

.container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  overflow: hidden;
}

@media (max-width: 700px) {
  .container {
    padding: 0 16px;
  }
}

.section-mb {
  margin-bottom: 120px;
}

@media (max-width: 991px) {
  .section-mb {
    margin-bottom: 100px;
  }
}

.title-42 {
  font-size: 42px;
  font-weight: 800;
  line-height: 110%;
}

@media (max-width: 991px) {
  .title-42 {
    font-size: 32px;
  }
}

@media (max-width: 430px) {
  .title-42 {
    font-size: 7.4vw;
  }
}

.title-32 {
  font-size: 32px;
  font-weight: 800;
  line-height: 110%;
}

@media (max-width: 430px) {
  .title-32 {
    font-size: 7.4vw;
  }
}

.title-24 {
  font-size: 24px;
  font-weight: 700;
  line-height: 110%;
}

@media (max-width: 991px) {
  .title-24 {
    font-size: 20px;
  }
}

@media (max-width: 700px) {
  .title-24 {
    font-size: 24px;
  }
}

@media (max-width: 430px) {
  .title-24 {
    font-size: 5.5vw;
  }
}

.title-20 {
  font-size: 20px;
  font-weight: 700;
  line-height: 110%;
}

@media (max-width: 991px) {
  .title-20 {
    font-size: 16px;
  }
}

@media (max-width: 430px) {
  .title-20 {
    font-size: 3.7vw;
  }
}

.title-18 {
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
}

@media (max-width: 430px) {
  .title-18 {
    font-size: 4.2vw;
  }
}

.title-16 {
  font-size: 16px;
  font-weight: 700;
  line-height: 110%;
}

@media (max-width: 430px) {
  .title-16 {
    font-size: 3.7vw;
  }
}

.text-20 {
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
}

@media (max-width: 991px) {
  .text-20 {
    font-size: 16px;
  }
}

@media (max-width: 430px) {
  .text-20 {
    font-size: 3.7vw;
  }
}

.text-18 {
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
}

@media (max-width: 991px) {
  .text-18 {
    font-size: 16px;
  }
}

@media (max-width: 430px) {
  .text-18 {
    font-size: 3.7vw;
  }
}

.text-16 {
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

@media (max-width: 991px) {
  .text-16 {
    font-size: 14px;
  }
}

@media (max-width: 700px) {
  .text-16 {
    font-size: 16px;
  }
}

@media (max-width: 430px) {
  .text-16 {
    font-size: 3.7vw;
  }
}

.text-14 {
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
}

@media (max-width: 430px) {
  .text-14 {
    font-size: 3.3vw;
  }
}

.blue-btn {
  padding: 17px 30px;
  border-radius: 8px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 110%;
  color: #FFFFFF;
  background: #5EAAFF;
  transition: background-image 0.5s;
}

@media (max-width: 430px) {
  .blue-btn {
    font-size: 4.2vw;
  }
}

.blue-btn:hover {
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
}

.blue-btn:active {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
}

.dark-btn {
  padding: 17px 30px;
  border-radius: 8px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 110%;
  color: #FFFFFF;
  background: #021E3C;
  transition: background-image 0.5s;
}

@media (max-width: 430px) {
  .dark-btn {
    font-size: 4.2vw;
  }
}

.dark-btn:hover {
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
}

.dark-btn:active {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
}

.slider-btn {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.slider-btn svg circle {
  transition: fill-opacity 0.5s, fill 0.5s, stroke 0.5s;
}

.slider-btn svg path {
  transition: stroke 0.5s;
}

.slider-btn:hover svg circle {
  fill-opacity: 1;
  stroke: #FFFFFF;
}

.slider-btn:hover svg path {
  stroke: #FFFFFF;
}

.slider-btn:active svg circle {
  fill-opacity: 1;
  fill: #2F5580;
  stroke: #FFFFFF;
}

.slider-btn:active svg path {
  stroke: #FFFFFF;
}

.hero-banner {
  position: relative;
  margin-bottom: 20px;
  padding: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-radius: 20px;
  color: #FFFFFF;
  background-color: #021E3C;
}

.title-42.hero-banner__title,
.text-20.hero-banner__text,
.title-32.contact-form__title,
.title-32.contact-form-success__title,
.text-16.contact-form-success__text {
  color: #fff;
}

.franchise-page h2,
.title-24.hero-numbers__title,
.text-16.hero-numbers__text,
.title-20.advantages__card-title,
.text-20.programs__text,
.title-20.programs__card-title,
.text-14.programs__card-text,
.text-20.study-place__text,
.text-16.clients-reviews__direction,
.text-16.franchise-calculator__total-text,
.title-18,
.franchise-faq-dropdown__answer p {
  color: #021E3C;
}

@media (max-width: 991px) {
  .hero-banner {
    padding: 40px;
    padding-bottom: 113px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

@media (max-width: 700px) {
  .hero-banner {
    padding: 40px 16px 85px;
  }
}

.hero-banner__content {
  max-width: 410px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media (max-width: 991px) {
  .hero-banner__content {
    max-width: 360px;
    gap: 20px;
  }
}

.hero-banner__text {
  opacity: 0.8;
}

@media (max-width: 991px) {
  .hero-banner__btn {
    position: absolute;
    width: calc(100% - 80px);
    left: 40px;
    bottom: 40px;
  }
}

@media (max-width: 700px) {
  .hero-banner__btn {
    bottom: 16px;
    left: 16px;
    width: calc(100% - 32px);
  }
}

.hero-banner__img {
  max-width: 500px;
  height: 377px;
  border-radius: 20px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .hero-banner__img {
    max-width: none;
    width: 100%;
    height: 300px;
    border-radius: 12px;
  }
}

@media (max-width: 700px) {
  .hero-banner__img {
    height: auto;
  }
}

.hero-banner__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero-numbers {
  padding: 60px;
  border-radius: 20px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background-color: rgba(94, 170, 255, 0.1);
}

@media (max-width: 991px) {
  .hero-numbers {
    padding: 40px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .hero-numbers {
    grid-template-columns: 1fr;
    padding: 40px 16px;
  }
}

.hero-numbers__item {
  position: relative;
  /* padding: 10px 25px; */
  padding-left: 32px;
  min-height: 101px;
}

@media (max-width: 991px) {
  .hero-numbers__item {
    min-height: 82px;
    padding: 0 20px 12px;
  }

  .hero-numbers__item:first-child {
    order: 1;
  }

  .hero-numbers__item:nth-child(2) {
    order: 6;
  }

  .hero-numbers__item:nth-child(3) {
    order: 5;
  }

  .hero-numbers__item:nth-child(4) {
    order: 3;
  }

  .hero-numbers__item:nth-child(5) {
    order: 4;
  }

  .hero-numbers__item:last-child {
    order: 2;
  }
}

@media (max-width: 700px) {
  .hero-numbers__item {
    min-height: 0;
    padding: 0 20px 40px;
  }

  .hero-numbers__item:nth-child(2) {
    padding-bottom: 0;
  }

  .hero-numbers__item:nth-child(3) {
    order: 3;
  }

  .hero-numbers__item:nth-child(4) {
    order: 2;
  }

  .hero-numbers__item:nth-child(5) {
    order: 5;
  }

  .hero-numbers__item:last-child {
    order: 4;
  }
}

.hero-numbers__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: #5EAAFF;
}

.hero-numbers__title {
  margin-bottom: 6px;
}

@media (max-width: 991px) {
  .hero-numbers__text {
    max-width: 208px;
  }
}

@media (max-width: 700px) {
  .hero-numbers__text {
    max-width: none;
  }
}

.advantages__title {
  margin-bottom: 60px;
}

@media (max-width: 991px) {
  .advantages__title {
    margin-bottom: 40px;
  }
}

.advantages__list {
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

@media (max-width: 991px) {
  .advantages__list {
    margin-bottom: 12px;
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

.advantages__item {
  position: relative;
  min-height: 211px;
  padding: 33px 40px;
  display: flex;
  gap: 60px;
  align-items: center;
  border-radius: 12px;
  background: linear-gradient(0deg, rgba(94, 170, 255, 0.1) 0%, rgba(94, 170, 255, 0.1) 100%), #FFF;
  overflow: hidden;
}

@media (max-width: 991px) {
  .advantages__item {
    min-height: 0;
    padding: 30px 50px;
  }
}

@media (max-width: 700px) {
  .advantages__item {
    padding: 20px 19px 20px 13px;
    align-items: flex-start;
    gap: 30px;
  }
}

.advantages__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 440px;
  height: 200px;
  transform: translate(-35%, -50%) rotate(75deg);
  border-radius: 50%;
  background: linear-gradient(180deg, #DBEDFF 0.23%, #EFF7FF 50%);
}

@media (max-width: 991px) {
  .advantages__item::before {
    width: 310px;
    height: 120px;
    transform: translate(-40%, -50%) rotate(107deg);
  }
}

@media (max-width: 767px) {
  .advantages__item::before {
    transform: translate(-42%, -50%) rotate(107deg);
  }
}

.advantages__img {
  z-index: 1;
  width: 100px;
  height: 100%;
  flex-shrink: 0;
}

@media (max-width: 700px) {
  .advantages__img {
    width: 62px;
    height: 62px;
  }
}

.advantages__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.advantages__content {
  z-index: 1;
}

@media (max-width: 991px) {
  .advantages__content {
    max-width: 285px;
  }
}

.advantages__content ul {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  opacity: 0.8;
  padding: 0;
}

@media (max-width: 430px) {
  .advantages__content ul {
    font-size: 3.3vw;
  }
}

.advantages__content ul li {
  position: relative;
  padding-left: 10px;
  color: #021E3C;
  line-height: 120%;
}

.advantages__content ul li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #021E3C;
}

.advantages__card-title {
  margin-bottom: 20px;
}

.contact-form {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .contact-form {
    border-radius: 12px;
  }
}

.contact-form__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #021E3C;
  z-index: -1;
}

.contact-form__bg::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  background: linear-gradient(258deg, rgba(94, 170, 255, 0.5) 1.62%, rgba(94, 170, 255, 0) 85.39%);
}

@media (max-width: 991px) {
  .contact-form__bg::before {
    width: 100%;
    background: linear-gradient(206deg, rgba(94, 170, 255, 0.5) 4.47%, rgba(94, 170, 255, 0) 45.65%);
  }
}

.contact-form.message .contact-form__bg:after {
  content: "";
  position: absolute;
  top: 17px;
  right: 30px;
  width: 224px;
  height: 134px;
  background-image: url("/local/components/delfa72/franchise/templates/franchise/images/form-1-img.png");
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .contact-form.message .contact-form__bg:after {
    display: none;
  }
}

.contact-form.book .contact-form__bg:after {
  content: "";
  position: absolute;
  /* top: -70px; */
  top: 0px;
  right: 45px;
  width: 455px;
  height: 432px;
  background-image: url("/local/components/delfa72/franchise/templates/franchise/images/form-2-img.png");
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 1240px) {
  .contact-form.book .contact-form__bg:after {
    right: 0px;
  }
}

@media (max-width: 991px) {
  .contact-form.book .contact-form__bg:after {
    width: 246px;
    height: 240px;
    /* top: -30px; */
    right: 0px;
  }
}

@media (max-width: 700px) {
  .contact-form.book .contact-form__bg:after {
    width: 300px;
    height: 300px;
    /* top: -50px; */
    left: 50%;
    transform: translateX(-50%);
  }
}

.contact-form.message {
  min-height: 244px;
  padding: 40px;
  background: linear-gradient(194deg, rgba(2, 30, 60, 0) 18.53%, #021E3C 78.33%);
}

@media (max-width: 991px) {
  .contact-form.message {
    padding: 32px;
    min-height: 431px;
    background: none;
  }
}

.contact-form.message .contact-form__box {
  grid-template-columns: repeat(3, minmax(0, 1fr)) 237px;
}

@media (max-width: 991px) {
  .contact-form.message .contact-form__box {
    grid-template-columns: 1fr;
  }
}

.contact-form.book {
  min-height: 390px;
  padding: 60px;
  padding-top: 80px;
  background: linear-gradient(180deg, rgba(2, 30, 60, 0) 0%, #021E3C 85%);
  background-size: 100% 50%;
  background-repeat: no-repeat;
  background-position: bottom;
}

@media (max-width: 991px) {
  .contact-form.book {
    padding: 32px;
    min-height: 522px;
    background: none;
  }
}

@media (max-width: 700px) {
  .contact-form.book {
    padding-top: 216px;
    min-height: 718px;
  }
}

.contact-form.book .contact-form__box {
  grid-template-columns: repeat(3, minmax(0, 1fr)) 227px;
}

@media (max-width: 991px) {
  .contact-form.book .contact-form__box {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .contact-form.book .contact-form__title {
    font-size: 24px;
  }
}

@media (max-width: 430px) {
  .contact-form.book .contact-form__title {
    font-size: 5.5vw;
  }
}

.contact-form.success {
  display: flex;
}

.contact-form.success .contact-form__title,
.contact-form.success .contact-form__text,
.contact-form.success .contact-form__box,
.contact-form.success .contact-form__bg::after {
  display: none;
}

@media (max-width: 700px) {
  .contact-form.success.book {
    padding-top: 32px;
  }
}

.contact-form__title {
  margin-bottom: 40px;
  max-width: 487px;
  color: #FFFFFF;
}

@media (max-width: 991px) {
  .contact-form__title {
    margin-bottom: 32px;
    max-width: 326px;
    font-size: 22px;
  }
}

@media (max-width: 430px) {
  .contact-form__title {
    font-size: 5.1vw;
  }
}

.contact-form__text {
  margin-bottom: 40px;
  max-width: 468px;
  color: #FFFFFF;
  opacity: 0.8;
}

@media (max-width: 991px) {
  .contact-form__text {
    margin-bottom: 32px;
    max-width: 283px;
  }
}

.contact-form__box {
  display: grid;
  gap: 12px;
}

@media (max-width: 991px) {
  .contact-form__box {
    gap: 24px;
  }
}

.contact-form__input {
  width: 100%;
  padding: 17px 22px;
  border-radius: 8px;
  border: 1px solid #DEDEDE;
  font-size: 16px;
  font-weight: 400;
  line-height: 110%;
}

.contact-form__input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.contact-form__input::placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.contact-form.success .contact-form-success {
  display: flex;
}

.contact-form .contact-form-success {
  width: 100%;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  color: #FFFFFF;
}

@media (max-width: 991px) {
  .contact-form .contact-form-success {
    flex-direction: column-reverse;
    justify-content: center;
  }
}

.contact-form .contact-form-success__title {
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .contact-form .contact-form-success__title {
    font-size: 28px;
    text-align: center;
  }
}

@media (max-width: 700px) {
  .contact-form .contact-form-success__title {
    font-size: 22px;
  }
}

.contact-form .contact-form-success__text {
  opacity: 0.8;
}

@media (max-width: 991px) {
  .contact-form .contact-form-success__text {
    text-align: center;
  }
}

.contact-form .contact-form-success__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.contact-form.message .contact-form-success {
  padding-right: 20px;
}

@media (max-width: 991px) {
  .contact-form.message .contact-form-success {
    padding: 0;
  }
}

.contact-form.message .contact-form-success__img {
  width: 118px;
  height: 118px;
}

@media (max-width: 700px) {
  .contact-form.message .contact-form-success__img {
    width: 131px;
    height: 131px;
  }
}

.contact-form.book .contact-form-success__img {
  width: 171px;
  height: 171px;
}

@media (max-width: 991px) {
  .contact-form.book .contact-form-success__img {
    width: 118px;
    height: 118px;
  }
}

@media (max-width: 700px) {
  .contact-form.book .contact-form-success__img {
    width: 131px;
    height: 131px;
  }
}

.programs__title {
  max-width: 578px;
  margin-bottom: 32px;
}

.programs__text {
  max-width: 578px;
  margin-bottom: 32px;
  opacity: 0.8;
}

@media (max-width: 991px) {
  .programs__text {
    margin-bottom: 62px;
  }
}

@media (max-width: 700px) {
  .programs__text {
    margin-bottom: 40px;
  }
}

.programs__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

@media (max-width: 991px) {
  .programs__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .programs__list {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

.programs__item {
  position: relative;
  /* border-radius: 20px; */
  /* background-color: #EFF7FF; */
  overflow: hidden;
  cursor: pointer;
  height: 330px;
  transition: transform 1s;
}

.programs__list .programs__item .programs__item-mobile-hidden {
  display: none;
}

.programs__item .programs__item-front {
  display: flex;
  flex-direction: column;
}

.programs__item-front,
.programs__item-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #EFF7FF 0%, #DDEEFF 100%);
  border-radius: 20px;
  backface-visibility: hidden;
  /* Скрывает заднюю сторону */
  transition: transform 1s;
}

.programs__item-front {
  transform: rotateY(0deg);
  /* Начальное положение передней стороны */
}

.programs__item-back {
  transform: rotateY(180deg);
  /* Начальное положение задней стороны */
  display: flex;
  flex-direction: column;
  padding: 37px 0 0 33px;
  color: #000000;
  opacity: 0.8;
  /* justify-content: center; */
  /* align-items: center; */
}

.programs__item .programs__item-back.mini::before {
  content: "";
  width: 108px;
  height: 231px;
  background: url(/local/components/delfa72/franchise/templates/franchise/images/programs__item-back_1.svg) no-repeat;
  position: absolute;
  right: 19px;
  bottom: 30px;
  z-index: -1;
}

.programs__item .programs__item-back.kids::before {
  content: "";
  width: 107px;
  height: 203px;
  background: url(/local/components/delfa72/franchise/templates/franchise/images/programs__item-back_2.svg) no-repeat;
  position: absolute;
  right: 22px;
  bottom: 32px;
  z-index: -1;
}

.programs__item .programs__item-back.junior::before {
  content: "";
  width: 200px;
  height: 95px;
  background: url(/local/components/delfa72/franchise/templates/franchise/images/programs__item-back_3.svg) no-repeat;
  position: absolute;
  right: 17px;
  bottom: 14px;
  z-index: -1;
}

.programs__item-back .programs__item-back-header {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 10px;
}

.programs__item-back .programs__item-back-text {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 10px;
  width: 90%;
}

.programs__item-back ul li {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #000000;
  opacity: 0.8;
}

.programs__item:hover .programs__item-front {
  transform: rotateY(180deg);
  /* Разворачиваем переднюю сторону */
}

.programs__item:hover .programs__item-back {
  transform: rotateY(0deg);
  /* Показываем заднюю сторону */
}

/* .programs__item-last {
  min-height: 124px;
  overflow: hidden;
  transition: min-height .2s ease-in;
} */

.programs__item-last .programs__card-text {
  margin-bottom: 10px;
}

.programs__item-last .programs__item-last-hidden {
  display: none;
  height: 0;
  overflow: hidden;
  transition: all 0.2s ease-in;
}

.programs__item-last .programs__item-last-hidden ul {
  list-style-type: disc;
  padding-top: 0;
}

.programs__item-last .programs__item-last-hidden ul li {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #021E3C;
  opacity: 0.8;
  line-height: 25px;
}

.programs__item-last:hover {
  height: 260px;
  background: linear-gradient(180deg, #EFF7FF 0%, #DDEEFF 100%);
}

.programs__item-last-hidden .program__item-header {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
  opacity: 0.8;
}

/* .programs__item-last:hover .programs__item-last-hidden {
  display: flex;
  flex-direction: row;
  gap: 50px;
} */

.programs__item-last.dop:hover .programs__item-last-hidden,
.programs__item-last.camp:hover .programs__item-last-hidden {
  display: flex;
  height: 100%;
  flex-direction: row;
  gap: 50px;
  transition: all 0.4s linear;
}

.programs__item-back ul {
  list-style-type: disc;
}

.programs__item .programs__img {
  order: 2;
  position: relative;
  top: -30px;
}

.programs__item .programs__img img {
  object-fit: none;
}

.programs__item .programs__content {
  order: 1;
  padding-top: 37px;
  padding-bottom: 0;
}

@media (max-width: 991px) {
  .programs__item:first-child {
    order: 1;
  }

  .programs__item:nth-child(2) {
    order: 2;
  }

  .programs__item:nth-child(3) {
    order: 3;
  }
}

/* .programs__item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 128px;
  background: linear-gradient(180deg, rgba(239, 247, 255, 0) 0%, rgba(239, 247, 255, 0.5) 6.4%, rgba(239, 247, 255, 0.76) 17.9%, rgba(239, 247, 255, 0.92) 29.9%, rgba(239, 247, 255, 0.94) 45.4%, #EFF7FF 100%);
} */
@media (max-width: 991px) {
  /* .programs__item::before {
    height: 112px;
  } */
}

.programs__img {
  width: 100%;
  height: 227px;
}

@media (max-width: 991px) {
  /* .programs__img {
    height: 144px;
  } */
}

.programs__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: top;
  object-position: top;
}

.programs__content {
  padding: 28px 32px;
  padding-top: 0;
  padding-right: 16px;
}

@media (max-width: 991px) {
  .programs__content {
    padding: 20px;
    padding-top: 0;
  }
}

.programs__card-title {
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .programs__card-title {
    font-size: 20px;
  }
}

@media (max-width: 700px) {
  .programs__card-title {
    max-width: 328px;
  }
}

@media (max-width: 430px) {
  .programs__card-title {
    font-size: 4.6vw;
  }
}

.programs__card-text {
  position: relative;
  z-index: 1;
  opacity: 0.8;
}

.programs__item-last {
  position: relative;
  padding: 40px 32px;
  grid-column: span 3;
  border-radius: 20px;
  background: #EFF7FF;
  overflow: hidden;
  cursor: pointer;
}

@media (max-width: 991px) {
  .programs__item-last {
    padding: 20px;
    grid-column: span 1;
    order: 4;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}

@media (max-width: 700px) {
  .programs__item-last {
    padding: 32px 20px;
  }
}

.programs__item-last::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 400px;
  width: 1156px;
  height: 214px;
  transform: rotate(-7.391deg);
  border-radius: 50%;
  background: linear-gradient(180deg, #DBEDFF 0.23%, #EFF7FF 50%);
}

.programs__item-last.dop:hover::before {
  background: url(/local/components/delfa72/franchise/templates/franchise/images/programs__item-back_4.svg) no-repeat;
  width: 576px;
  height: 138px;
  left: unset;
  right: 28px;
  top: 123px;
  bottom: 0px;
  transform: unset;
}

.programs__item-last.camp:hover::before {
  background: url(/local/components/delfa72/franchise/templates/franchise/images/programs__item-back_5.svg) no-repeat;
  width: 882px;
  height: 172px;
  left: unset;
  right: 22px;
  top: 40px;
  bottom: 31px;
  transform: unset;
}

@media (max-width: 991px) {
  .programs__item-last::before {
    top: 50px;
    left: 50%;
    transform: translateX(-50%) rotate(-7.391deg);
    width: 411px;
    height: 76px;
  }
}

@media (max-width: 700px) {
  .programs__item-last::before {
    top: 0;
    left: -90px;
    width: 1156px;
    height: 214px;
    transform: rotate(-7.391deg);
  }
}

.study-place {
  margin-bottom: 100px;
}

.study-place__title {
  margin-bottom: 32px;
  max-width: 600px;
}

.study-place__text {
  margin-bottom: 60px;
  max-width: 468px;
  opacity: 0.8;
}

@media (max-width: 991px) {
  .study-place__text {
    margin-bottom: 40px;
    max-width: 375px;
  }
}

.study-place__swiper {
  margin-bottom: 40px;
}

@media (max-width: 1240px) {
  .study-place__swiper {
    overflow: visible;
  }
}

.study-place .swiper-slide {
  width: 365px;
  height: 246px;
  transition: transform 0.5s, opacity 0.5s;
}

@media (max-width: 700px) {
  .study-place .swiper-slide {
    width: 70vw;
    height: 46vw;
    opacity: 0.2;
  }

  .study-place .swiper-slide.swiper-slide-active {
    opacity: 1;
    transform: scale(1.09);
  }
}

.study-place__img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.study-place__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.study-place__nav {
  display: flex;
  gap: 28px;
  align-items: center;
  justify-content: center;
}

.study-place__pagination,
.clients-reviews__pagination {
  display: flex;
  gap: 10px;
}

.study-place__pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  width: auto;
}

.study-place__pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}

.study-place__pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #5EAAFF;
  opacity: 0.3;
  transition: opacity 0.5s, background-color 0.5s;
}

.study-place__pagination .swiper-pagination-bullet:hover {
  opacity: 1;
  background-color: #021E3C;
}

.study-place__pagination .swiper-pagination-bullet:active {
  opacity: 1;
  background-color: #5EAAFF;
}

.study-place__pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.clients-reviews__title {
  margin-bottom: 60px;
  max-width: 600px;
}

@media (max-width: 991px) {
  .clients-reviews__title {
    margin-bottom: 40px;
  }
}

.clients-reviews__slider {
  margin-bottom: 60px;
}

.clients-reviews__swiper {
  margin-bottom: 60px;
}

@media (max-width: 1240px) {
  .clients-reviews__swiper {
    overflow: visible;
  }
}

.clients-reviews .swiper-wrapper {
  align-items: stretch;
}

.clients-reviews .swiper-slide {
  width: 275px;
  min-height: 383px;
  height: auto;
  display: flex;
}

.clients-reviews__slide {
  display: block;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.clients-reviews__slide:hover::before {
  opacity: 0;
}

.clients-reviews__slide:hover::after {
  opacity: 1;
}

.clients-reviews__slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 28px;
  display: block;
  width: 60px;
  height: 40px;
  border-radius: 0px 0px 4px 4px;
  background-color: #EFF7FF;
  background-image: url("/local/components/delfa72/franchise/templates/franchise/images/play.svg");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: 21px center;
  transition: opacity 0.5s;
}

.clients-reviews__slide::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 105px;
  opacity: 0;
  width: 64px;
  height: 71px;
  background-image: url("/local/components/delfa72/franchise/templates/franchise/images/play-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: opacity 0.5s;
}

.clients-reviews__img {
  width: 100%;
  height: 280px;
}

.clients-reviews__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.clients-reviews__content {
  min-height: calc(100% - 280px);
  padding: 20px 28px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: linear-gradient(0deg, rgba(94, 170, 255, 0.1) 0%, rgba(94, 170, 255, 0.1) 100%), #FFF;
}

.clients-reviews__name {
  position: relative;
}

.clients-reviews__name::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  display: block;
  width: 60px;
  height: 1px;
  background-color: #5EAAFF;
}

.clients-reviews__direction {
  opacity: 0.8;
}

@media (max-width: 991px) {
  .clients-reviews__direction {
    font-size: 16px;
  }
}

.clients-reviews__nav {
  display: flex;
  gap: 28px;
  align-items: center;
  justify-content: center;
}

.clients-reviews__pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  width: auto;
}

.clients-reviews__pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}

.clients-reviews__pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #5EAAFF;
  opacity: 0.3;
  transition: opacity 0.5s, background-color 0.5s;
}

.clients-reviews__pagination .swiper-pagination-bullet:hover {
  opacity: 1;
  background-color: #021E3C;
}

.clients-reviews__pagination .swiper-pagination-bullet:active {
  opacity: 1;
  background-color: #5EAAFF;
}

.clients-reviews__pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.clients-reviews-services {
  display: flex;
  gap: 24px;
}

@media (max-width: 991px) {
  .clients-reviews-services {
    gap: 10px;
  }
}

@media (max-width: 700px) {
  .clients-reviews-services {
    gap: 12px;
  }
}

.clients-reviews-services__link {
  flex-grow: 1;
  flex-shrink: 0;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 13px;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: linear-gradient(0deg, rgba(94, 170, 255, 0.1) 0%, rgba(94, 170, 255, 0.1) 100%), #FFF;
}

@media (max-width: 991px) {
  .clients-reviews-services__link {
    padding: 21px 0;
    gap: 9px;
  }
}

.clients-reviews-services__logo {
  max-height: 30px;
}

@media (max-width: 991px) {
  .clients-reviews-services__logo {
    max-height: 20px;
  }
}

.clients-reviews-services__stars {
  max-height: 25px;
}

@media (max-width: 991px) {
  .clients-reviews-services__stars {
    max-height: 17px;
  }
}

.franchise-faq__title {
  margin-bottom: 60px;
}

@media (max-width: 991px) {
  .franchise-faq__title {
    margin-bottom: 40px;
  }
}

.franchise-faq-dropdown {
  border-radius: 16px;
  border: 2px solid transparent;
  background-color: #FFFFFF;
  background-image: linear-gradient(0deg, rgba(94, 170, 255, 0.1) 0%, rgba(94, 170, 255, 0.1) 100%);
  transition: background-image 0.5s, border 0.5s;
}

.franchise-faq-dropdown:not(:last-child) {
  margin-bottom: 12px;
}

@media (max-width: 991px) {
  .franchise-faq-dropdown:not(:last-child) {
    margin-bottom: 16px;
  }
}

.franchise-faq-dropdown__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding: 38px;
  cursor: pointer;
  transition: padding-bottom 0.5s;
}

@media (max-width: 991px) {
  .franchise-faq-dropdown__question {
    padding: 28px 18px;
  }
}

.franchise-faq-dropdown__question svg {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  transition: transform 0.5s;
}

@media (max-width: 991px) {
  .franchise-faq-dropdown__question svg {
    width: 14px;
    height: 14px;
  }
}

@media (max-width: 991px) {
  .franchise-faq-dropdown__question .title-18 {
    max-width: 318px;
  }
}

.franchise-faq-dropdown__answer {
  padding: 0 38px;
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  transition: max-height 0.5s, opacity 0.5s, visibility 0.5s, padding-top 0.5s, padding-bottom 0.5s;
}

@media (max-width: 991px) {
  .franchise-faq-dropdown__answer {
    padding: 0 18px;
  }
}

.franchise-faq-dropdown__answer p {
  max-width: 914px;
  opacity: 0.8;
}

@media (max-width: 991px) {
  .franchise-faq-dropdown__answer p {
    max-width: 598px;
  }
}

.franchise-faq-dropdown.open {
  background-image: none;
  border: 2px solid #5EAAFF;
}

.franchise-faq-dropdown.open .franchise-faq-dropdown__question {
  padding-bottom: 0;
}

.franchise-faq-dropdown.open .franchise-faq-dropdown__question svg {
  transform: rotate(-180deg);
}

.franchise-faq-dropdown.open .franchise-faq-dropdown__answer {
  padding-top: 20px;
  padding-bottom: 40px;
  max-height: 1000px;
  visibility: visible;
  opacity: 1;
}

@media (max-width: 991px) {
  .franchise-faq-dropdown.open .franchise-faq-dropdown__answer {
    padding-bottom: 28px;
  }
}

.franchise-calculator__title {
  margin-bottom: 60px;
  max-width: 600px;
}

@media (max-width: 991px) {
  .franchise-calculator__title {
    margin-bottom: 40px;
    max-width: 570px;
  }
}

@media (max-width: 700px) {
  .franchise-calculator__title {
    max-width: 301px;
  }
}

.franchise-calculator__box {
  border-radius: 12px;
  display: flex;
  overflow: hidden;
}

@media (max-width: 991px) {
  .franchise-calculator__box {
    flex-direction: column;
    border-radius: 16px;
  }
}

.franchise-calculator__box-left {
  position: relative;
  padding: 40px;
  background: linear-gradient(100deg, #5EAAFF -3.11%, #5E6EFF 100.47%);
  width: 58%;
  overflow: hidden;
}

@media (max-width: 991px) {
  .franchise-calculator__box-left {
    width: 100%;
    padding-top: 30px;
  }
}

@media (max-width: 700px) {
  .franchise-calculator__box-left {
    padding: 30px 20px;
    padding-bottom: 40px;
  }
}

.franchise-calculator__box-left::after {
  content: "";
  position: absolute;
  left: -50px;
  top: 60px;
  width: 1194px;
  height: 737px;
  transform: rotate(-29.239deg);
  border-radius: 50%;
  background: linear-gradient(171deg, rgba(219, 237, 255, 0.12) 9.22%, rgba(219, 237, 255, 0) 28.65%);
}

.franchise-calculator-range {
  position: relative;
  z-index: 1;
}

.franchise-calculator-range:not(:last-child) {
  margin-bottom: 20px;
}

.franchise-calculator-range__title {
  margin-bottom: 20px;
  color: #FFFFFF;
}

@media (max-width: 991px) {
  .franchise-calculator-range__title {
    margin-bottom: 15px;
    font-size: 20px;
  }
}

.franchise-calculator-range__range {
  position: relative;
  width: 100%;
  padding-top: 43px;
}

.franchise-calculator-range__input {
  display: block;
  margin-bottom: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  width: 100%;
  height: 3px;
  outline: none;
  background: linear-gradient(0deg, rgba(94, 170, 255, 0.7) 0%, rgba(94, 170, 255, 0.7) 100%), #FFF;
}

.franchise-calculator-range__input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  background-color: #FFFFFF;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}

.franchise-calculator-range__input::-moz-range-thumb {
  -moz-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  background-color: #FFFFFF;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}

.franchise-calculator-range__current {
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  display: block;
  padding: 5px 25px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  line-height: 110%;
  background-color: #FFFFFF;
}

.franchise-calculator-range__current.end {
  transform: translateX(0);
}

.franchise-calculator-range__filled {
  position: absolute;
  top: 43px;
  left: 0;
  display: block;
  height: 3px;
  background-color: #FFFFFF;
}

.franchise-calculator-range__min-max {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}

.franchise-calculator-range__min-max span {
  display: block;
  padding: 1px 20px;
  border-radius: 6px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
}

@media (max-width: 991px) {
  .franchise-calculator-range__min-max span {
    font-size: 20px;
  }
}

.franchise-calculator__box-right {
  padding: 40px;
  width: 42%;
  display: flex;
  flex-direction: column;
  background: linear-gradient(0deg, rgba(94, 170, 255, 0.2) 0%, rgba(94, 170, 255, 0.2) 100%), #FFF;
}

@media (max-width: 991px) {
  .franchise-calculator__box-right {
    width: 100%;
  }
}

@media (max-width: 700px) {
  .franchise-calculator__box-right {
    padding: 40px 20px;
  }
}

.franchise-calculator__total {
  margin-bottom: 32px;
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-radius: 8px;
  background-color: #FFFFFF;
}

@media (max-width: 991px) {
  .franchise-calculator__total {
    margin-bottom: 30px;
    padding: 16px 20px;
  }
}

.franchise-calculator__total:first-child {
  margin-bottom: 12px;
}

.franchise-calculator__total-span {
  font-size: 16px;
  font-weight: 400;
  line-height: 110%;
}

.franchise-calculator__total-sum {
  font-size: 48px;
  font-weight: 700;
  line-height: 110%;
  color: #5EAAFF;
}

@media (max-width: 1250px) {
  .franchise-calculator__total-sum {
    font-size: 36px;
  }
}

@media (max-width: 375px) {
  .franchise-calculator__total-sum {
    font-size: 24px;
  }
}

.franchise-calculator__total-text {
  max-width: 324px;
  margin-bottom: 40px;
  opacity: 0.8;
}

@media (max-width: 991px) {
  .franchise-calculator__total-text {
    margin-bottom: 30px;
  }
}

.frachise-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -10;
  visibility: hidden;
  opacity: 0;
  transition: z-index 0.5s, visibility 0.5s, opacity 0.5s;
}

.frachise-modal.open {
  z-index: 100;
  visibility: visible;
  opacity: 1;
  backdrop-filter: blur(5px);
}

.frachise-modal__box {
  display: flex;
  position: relative;
  max-width: 464px;
  width: 100%;
  min-height: 503px;
  padding: 60px 43px;
  margin: 16px;
  border-radius: 20px;
  background-image: linear-gradient(206deg, rgba(94, 170, 255, 0.5) 4.47%, rgba(94, 170, 255, 0) 45.65%);
  background-color: #021E3C;
}

@media (max-width: 700px) {
  .frachise-modal__box {
    padding: 60px 32px;
    max-width: 398px;
  }
}

.frachise-modal__close {
  position: absolute;
  right: 0;
  top: -93px;
  width: 65px;
  height: 65px;
}

@media (max-width: 991px) {
  .frachise-modal__close {
    top: -76px;
  }
}

.frachise-modal__close svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.frachise-modal__close svg line {
  transition: stroke 0.5s;
}

.frachise-modal__close:hover svg line {
  stroke: #5EAAFF;
}

.frachise-modal__title {
  margin-bottom: 20px;
  text-align: center;
  font-size: 28px;
  font-weight: 800;
  line-height: 110%;
  color: #FFFFFF;
}

.frachise-modal__text {
  margin-bottom: 25px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: rgba(255, 255, 255, 0.8);
}

.frachise-modal__block {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.frachise-modal__input {
  padding: 16px 20px;
  border-radius: 8px;
  border: 1px solid #DEDEDE;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  background-color: #FFF;
}

.frachise-modal__input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.frachise-modal__input::placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.frachise-modal__block-success {
  display: none;
}

.frachise-modal__img-success {
  margin-bottom: 40px;
  width: 118px;
  height: 118px;
}

.frachise-modal__img-success img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.frachise-modal__title-success {
  margin-bottom: 26px;
  text-align: center;
  font-size: 28px;
  font-weight: 800;
  line-height: 110%;
  color: #FFFFFF;
}

.frachise-modal__text-success {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: rgba(255, 255, 255, 0.8);
}

.frachise-modal__form {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.frachise-modal__form.success .frachise-modal__title,
.frachise-modal__form.success .frachise-modal__text,
.frachise-modal__form.success .frachise-modal__block {
  display: none;
}

.frachise-modal__form.success .frachise-modal__block-success {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.body-lock .s-header {
  z-index: 99;
}

@media(max-width: 520px) {
  .study-place__pagination {
    gap: 5px;
  }

  .study-place__nav {
    gap: 10px;
  }

  .study-place__pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}

@media(max-width: 768px) {
  .programs__list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .programs__item,
  .programs__item-last {
    height: 100%;
  }

  .programs__item .programs__content {
    padding: 0;
    height: 80px;
    display: flex;
    align-items: center;
    padding-left: 24px;
    font-size: 20px;
    border-left: 15px solid #83D49F;
    border-radius: 15px 0 0 15px;
    overflow: hidden;
    transition: height 0.4s ease-out;
  }

  .programs__item-last {
    padding: 0;
    padding-left: 30px;
    height: 80px;
    justify-content: flex-start;
    border-left: 15px solid #5EAAFF;
    border-radius: 15px 20px 20px 15px;
    background: linear-gradient(90deg, #DEEEFF 0%, #EFF7FF 100%);
    position: relative;
    overflow: hidden;
    transition: height 0.4s ease-out;
  }

  .programs__item-last .programs__card-title {
    margin: 0;
  }

  .programs__item .programs__content .programs__card-text,
  .programs__item-last .programs__card-text {
    display: none;
  }

  .programs__item .programs__item-front .programs__img {
    display: none;
  }

  .programs__item .programs__item-back {
    display: none;
  }

  .programs__item .programs__item-front {
    background: linear-gradient(90deg, #DEFFE7 0%, #EFFFF2 100%);
    position: relative;
  }

  .programs__list .programs__item::before {
    content: "";
    width: 196px;
    height: 80px;
    position: absolute;
    left: 36px;
    top: 0;
    transform: unset;
    border-radius: unset;
    z-index: 1;
  }

  .programs__item-last::before {
    left: 24px;
  }

  .programs__item-last.dop::before {
    transform: unset;
    background: url(/local/components/delfa72/franchise/templates/franchise/images/programs__item-back_mobile_4.svg) no-repeat;
    left: 50px;
    top: 0;
    width: 164px;
    min-height: 80px;
    border-radius: unset;
  }

  .programs__item-last.camp::before {
    transform: unset;
    background: url(/local/components/delfa72/franchise/templates/franchise/images/programs__item-back_mobile_5.svg) no-repeat;
    left: 50px;
    top: 0;
    width: 117px;
    min-height: 72px;
    border-radius: unset;
  }

  .programs__list .programs__item::after,
  .programs__item-last::after {
    content: "";
    width: 13px;
    height: 9px;
    background: url('data:image/svg+xml,<svg width="13" height="9" viewBox="0 0 13 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.99909 1.48542L6.48438 6.9707L11.9697 1.48542" stroke="%236A6A6A" stroke-width="2" stroke-linecap="round"/></svg>');
    position: absolute;
    right: 24px;
    top: 35px;
    transition: all .5s linear;
  }

  .programs__list .programs__item-front {
    transform: unset;
  }

  .programs__list .programs__item.open::after,
  .programs__list .programs__item-last.open::after {
    transform: rotate(180deg);
  }

  .programs__list .programs__item.open {
    border-radius: 15px 0 0 15px;
  }

  .programs__list .programs__item.open .programs__content.mini {
    background: linear-gradient(180deg, #EFFFF2 0%, #DEFFE7 100%);
    border-radius: 0 15px 15px 0;
  }

  .programs__list .programs__item.open .programs__content.kids {
    background: linear-gradient(180deg, #FFF6EF 0%, #FFF0DE 100%);
    border-radius: 0 15px 15px 0;
  }

  .programs__list .programs__item.open .programs__content.junior {
    background: linear-gradient(180deg, #F4F3FF 0%, #E5E4FF 100%);
    border-radius: 0 15px 15px 0;
  }

  .programs__list .programs__item.mini::before {
    background: url(/local/components/delfa72/franchise/templates/franchise/images/programs__item-back_mobile_1.svg) no-repeat;
  }

  .programs__list .programs__item.kids::before {
    background: url(/local/components/delfa72/franchise/templates/franchise/images/programs__item-back_mobile_2.svg) no-repeat;
  }

  .programs__list .programs__item.junior::before {
    background: url(/local/components/delfa72/franchise/templates/franchise/images/programs__item-back_mobile_3.svg) no-repeat;
  }

  .programs__list .programs__item.mini.open::before {
    background: url(/local/components/delfa72/franchise/templates/franchise/images/program-back_mob-open-1.svg) no-repeat;
    width: 164px;
    height: 219px;
    right: 28px;
    bottom: 10px;
    left: unset;
    top: 90px;
  }

  .programs__list .programs__item.kids.open::before {
    background: url(/local/components/delfa72/franchise/templates/franchise/images/program-back_mob-open-2.svg) no-repeat;
    width: 184px;
    height: 195px;
    right: 43px;
    bottom: 10px;
    left: unset;
    top: 105px;
  }

  .programs__list .programs__item.junior.open::before {
    background: url(/local/components/delfa72/franchise/templates/franchise/images/program-back_mob-open-3.svg) no-repeat;
    width: 148px;
    height: 197px;
    right: 43px;
    bottom: 10px;
    left: unset;
    top: 105px;
  }

  .programs__list .programs__item-last.dop.open::before {
    background: url(/local/components/delfa72/franchise/templates/franchise/images/program-back_mob-open-4.svg) no-repeat;
    width: 237px;
    min-height: 152px;
    right: 20px;
    bottom: 10px;
    left: unset;
    top: 150px;
  }

  .programs__list .programs__item-last.camp.open::before {
    background: url(/local/components/delfa72/franchise/templates/franchise/images/program-back_mob-open-5.svg) no-repeat;
    width: 217px;
    min-height: 284px;
    right: 43px;
    bottom: 10px;
    left: unset;
    top: 160px;
  }

  .programs__item .programs__content.mini {
    border-left: 15px solid #83D49F;
  }

  .programs__item .programs__content.kids {
    border-left: 15px solid #FFAB16;
  }

  .programs__item .programs__content.junior {
    border-left: 15px solid #8884FF;
  }

  .programs__item.mini .programs__item-front {
    background: linear-gradient(90deg, #DEFFE7 0%, #EFFFF2 100%);
  }

  .programs__item.kids .programs__item-front {
    background: linear-gradient(90deg, #FFF0DE 0%, #FFF6EF 100%);
  }

  .programs__item.junior .programs__item-front {
    background: linear-gradient(90deg, #E5E4FF 0%, #F4F3FF 100%);
  }

  /* .programs__list .programs__item.open .programs__content {
    height: 320px;
    transition: height .3s;
  }

  .programs__list .programs__item-last.open {
    height: 320px;
    transition: height .3s;
  }

  .programs__list .programs__item-last.camp.open {
    height: 466px;
    transition: height .3s;
  } */

  .programs__list .programs__item .programs__content,
  .programs__list .programs__item-last {
  min-height: 80px;
  overflow: hidden;
  transition: min-height 0.3s ease;
}

.programs__list .programs__item.open .programs__content,
.programs__list .programs__item-last.open {
  min-height: 320px;
}

.programs__list .programs__item-last.camp.open {
  min-height: 466px;
}

  /* .programs__list .programs__item.open::before {
    content: unset;
  } */

  .programs__list .programs__item .title-20.programs__card-title {
    position: absolute;
    top: 19px;
  }

  .programs__list .programs__item-last .programs__card-title {
    position: relative;
    top: 30px;
  }

  .programs__list .programs__item .programs__card-text,
  .programs__list .programs__item-last .programs__card-text {
    position: absolute;
    top: 67px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    opacity: 0.8;
  }

  .programs__list .programs__item.open .programs__card-text,
  .programs__list .programs__item-last.open .programs__card-text {
    display: block;
  }

  .programs__list .programs__item.open .programs__item-mobile-hidden,
  .programs__list .programs__item-last.open .programs__item-last-hidden {
    display: block;
    position: absolute;
    top: 120px;
    z-index: 3;
    height: 100%;
  }

  .programs__list .programs__item.open .programs__item-mobile-hidden.junior {
    top: 140px;
  }

  .programs__list .programs__item.open .programs__item-mobile-hidden ul,
  .programs__list .programs__item-last.open .programs__item-last-hidden ul {
    padding: 0;
    list-style-type: disc;
    padding-left: 12px;
    padding-top: 5px;
  }

  .programs__list .programs__item.open .programs__item-mobile-hidden ul li,
  .programs__list .programs__item-last.open .programs__item-last-hidden ul li {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #000000;
    opacity: 0.8;
  }

  .programs__list .programs__item.open .programs__item-mobile-hidden ul li::marker,
  .programs__list .programs__item-last.open .programs__item-last-hidden ul li::marker {
    font-size: 10px;
  }

  .programs__item.open .programs__item-mobile-hidden .program__item-header {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    opacity: 0.8;
  }

  .programs__list .programs__item-last.camp.open .programs__item-last-hidden .program__item-header {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    opacity: 0.8;
    margin-top: 25px;
  }

  .programs__list .programs__item-last.camp.open .programs__item-last-hidden {
    top: 100px;
  }
  .programs__item:hover .programs__item-front {
    transform: none;
  }
}
@media(max-width: 700px) {
  .programs__list .programs__item-last.dop .programs__card-title {
    max-width: unset;
  }
}
@media(max-width: 638px) {
  .programs__item-last.dop.open .programs__item-last-hidden ul {
    padding-top: 25px;
  }
}
@media(max-width: 560px) {
  .programs__list .programs__item-last.dop .programs__card-title {
    max-width: 300px;
    top: 16px;
  }
  .programs__list .programs__item-last.dop .programs__card-text {
    top: 77px;
  }
  .programs__item-last.dop.open .programs__item-last-hidden ul {
    padding-top: 37px;
  }
}
@media(max-width: 480px) {
  .programs__item-last.dop.open .programs__item-last-hidden ul {
    padding-top: 57px;
  }
  .programs__item-last.camp.open .programs__item-last-hidden ul:nth-child(1) {
    padding-top: 25px;
  }
}
@media(max-width: 415px) {
  .programs__list .programs__item-last.open .programs__item-last-hidden ul li,
  .programs__list .programs__item.open .programs__item-mobile-hidden ul li {
    font-size: 13px;
  }
  .programs__list .programs__item-last .programs__card-text,
  .programs__item.open .programs__card-text,
  .programs__item.open .programs__item-mobile-hidden .program__item-header,
  .programs__list .programs__item-last.camp.open .programs__item-last-hidden .program__item-header {
    font-size: 14px;
  }
}
@media(max-width: 405px) {
  .programs__card-title {
    font-size: 4.2vw;
  }
  .programs__list .programs__item-last.dop .programs__card-title {
    max-width: 200px;
  }
}
@media(max-width: 330px) {
  .programs__list .programs__item-last.dop .programs__card-title {
    top: 23px;
  }
  .programs__item-last,
  .programs__item .programs__content {
    padding-left: 16px;
  }
  .programs__list .programs__item-last .programs__card-text,
  .programs__list .programs__item.open .programs__card-text,
  .programs__item.open .programs__item-mobile-hidden .program__item-header,
  .programs__list .programs__item-last.camp.open .programs__item-last-hidden .program__item-header {
    font-size: 12px;
    line-height: 18px;
  }
  .programs__list .programs__item-last.open .programs__item-last-hidden ul li,
  .programs__list .programs__item.open .programs__item-mobile-hidden ul li {
    font-size: 11px;
  }
}
@media(max-width: 300px) {
  .programs__list {
    grid-template-columns: repeat(1, minmax(0, 260px));
    padding-left: 0;
}
}
/* End */
/* /local/components/delfa72/franchise/templates/franchise/style.css?178825987857816 */
