/* main */


html {
  min-height: 100%;
  height: 100%;
  min-width: 375px;
}

body {
  height: inherit;
  min-width: 375px;
}

.main__wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  /* overflow: hidden; */
}

main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}


.children-stories-slide__content .swiper-navigation {
    margin-top: 40px;
}

.children-stories-slide__content .swiper-button-prev:after {
    display: none;
}

.children-stories-slide__content .swiper-button-next:after {
    display: none;
}

.btn img {
    margin-left: 0px;
}


.main__inner.children-stories {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
}

.children-stories-section {
  height: auto;
  min-height: 100%;
  width: 100%;
}

.children-stories-legend {
  position: absolute;
  width: 100%;
  z-index: 2;
  top: 120px;
}

.children-stories-legend__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 58px;
}

.legend-button {
  height: 48px;
  background-color: rgba(0, 0, 0, 0.29);
  border-radius: 61.9953px;
  border: none;
  color: white;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 18px 0 3px;
  margin-right: 20px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  white-space: nowrap;
}

.legend-button img {
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  margin-right: 12px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border-radius: 50%;
  border: 2px solid transparent;
  overflow: hidden;
}

.legend-button:last-child {
  margin-right: 0;
}

.legend-button.active {
  height: 58px;
  font-size: 20px;
  padding-left: 0;
  padding-right: 24px;
}

.legend-button.active img {
  width: 80px;
  height: 80px;
  min-width: 80px;
  min-height: 80px;
  border-color: white;
  margin-right: 14px;
}

.children-stories-legend.white .legend-button {
  background-color: white;
  color: black;
}

.children-stories-legend.white .legend-button.active img {
  -webkit-box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.09);
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.09);
}

.children-stories-swiper {
  height: 100%;
  width: 100%;
  opacity: 1;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.children-stories-slide {
    pointer-events: none;
}

.children-stories-slide.swiper-slide-active {
    pointer-events: all;
}
.children-stories-swiper.swiper-container-horizontal {
  opacity: 1;
}

.children-stories-slide {
  padding: 100px 0 100px;
  min-height: 100%;
}

.children-stories-slide>.grid {
  height: 100%;
}

.children-stories-slide[data-slidestyle="1"] {
  padding-top: 300px;
}

.children-stories-slide[data-slidestyle="2"] {
  padding-top: 260px;
}

.children-stories-slide[data-slidestyle="3"] {
  padding-top: 240px;
}

.children-stories-slide[data-slidestyle="4"] {
  padding-top: 240px;
}



[data-color="blue"] {
  background-color: #1061D8;
}

[data-color="pink"] {
  background-color: #FF8992;
}

[data-color="orange"] {
  background-color: #FE9023;
}

[data-color="beige"] {
  background-color: rgb(250, 244, 233);
}


.children-stories-slide__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-clip-path: inset(0% 100% 0 0);
  clip-path: inset(0% 100% 0 0);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.swiper-slide-active .children-stories-slide__bg {
  opacity: 1;
  visibility: visible;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}


.children-stories-slide__photo {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.swiper-slide-active .children-stories-slide__photo {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

[data-slidestyle="1"] .children-stories-slide__photo {
  right: 9.375%;
}

[data-slidestyle="2"] .children-stories-slide__photo {
  right: 0;
}


.children-stories-slide__photo img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}


.children-stories-slide__content {
  color: white;
  max-width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: inherit;
}

.children-stories-slide__content img {
  vertical-align: bottom;
  position: relative;
  z-index: 1;
}

[data-color="beige"] .children-stories-slide__content {
  color: black;
}

[data-slidestyle="1"] .children-stories-slide__content {
  max-width: 50%;
}

[data-slidestyle="2"] .children-stories-slide__content {
  max-width: 76.3%;
}

[data-slidestyle="3"] .children-stories-slide__content {
  max-width: 53%;
}

[data-slidestyle="4"] .children-stories-slide__content {
  max-width: 63%;
}

.children-stories-slide__title {
  font-weight: 600;
  font-size: 60px;
  line-height: 96%;
  margin-bottom: 50px;
  margin-top: 0;
}

.children-stories-slide__title img {
  width: 55px;
  height: 55px;
  -o-object-fit: contain;
  object-fit: contain;
}

.children-stories-slide__subtitle {
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 132%;
  margin: 0;
  margin-bottom: 20px;
}

.children-stories-slide__subtitle img {
  width: 35px;
  height: 35px;
  -o-object-fit: contain;
  object-fit: contain;
}

[data-slidestyle="3"] .children-stories-slide__subtitle {
  margin-bottom: 50px;
}

.children-stories-slide__descr {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  color: rgba(39, 39, 39, 0.8);
  margin-bottom: 40px;
  margin-top: 0;
}

.children-stories-slide__button-w-label.children-stories-slide__button-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.children-stories-slide__button-row .try-it {
  margin-top: 0;
}

.children-stories-slide__button-row .try-it__label {
  margin-left: 25px;
  margin-top: 10px;
}

[data-story="1"] .orange__link::before,
[data-story="2"] .orange__link::before {
  background-color: #1061D8;
}

.try-it {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 45px;
  position: relative;
}

.try-it__arrow {
  position: absolute;
  top: -40px;
  left: -40px;
}

.try-it__label {
  margin-left: 40px;
}


.swiper-navigation {
  width: 100%;
  margin-top: auto;
}

.swiper-navigation_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: inherit;
}

.swiper-pagination {
  width: auto;
  position: relative;
  bottom: initial;
  top: initial;
  left: initial;
  right: initial;
  margin: 0 25px;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 96%;
}

.swiper-button {
  position: relative;
  width: 74px;
  height: 74px;
  background-color: white;
  right: initial;
  left: initial;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  top: initial;
  bottom: initial;
  margin-top: 0;
  border-radius: 50%;
  background-color: white;
}

.swiper-button-next {
  background-image: url("../img/children-stories/next.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.swiper-button-prev {
  background-image: url("../img/children-stories/prev.svg");
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width:1679px),
(min-width:1430px) and (max-height:859px) {

  .children-stories-legend {
    top: 40px;
  }

  .children-stories-slide {
    padding: 140px 0 50px;
  }

  .children-stories-slide[data-slidestyle="1"] {
    padding-top: 170px;
  }

  [data-slidestyle="1"] .children-stories-slide__content {
    max-width: 45%;
  }

  .children-stories-slide__title {
    font-size: 50px;
    margin-bottom: 22px;
  }

  .children-stories-slide__subtitle {
    margin-bottom: 11px;
  }

  .children-stories-slide__subtitle img {
    width: 26px;
    height: 26px;
  }

  .children-stories-slide__title img {
    width: 40px;
    height: 40px;
  }

  .children-stories-slide__photo {
    height: 80%;
  }

  [data-slidestyle="1"] .children-stories-slide__photo {
    right: 5.41666667%;
  }

  [data-story="0"][data-slidestyle="3"] .children-stories-slide__photo {
    height: 100%;
  }

  [data-slidestyle="2"] .children-stories-slide__content {
    max-width: 70%;
  }

  [data-story="0"][data-slidestyle="2"] .children-stories-slide__title {
    max-width: 90%;
  }

  [data-story="0"][data-slidestyle="2"] .children-stories-slide__subtitle {
    max-width: 70%;
  }

  [data-story="1"][data-slidestyle="2"] .children-stories-slide__title {
    max-width: 75%;
  }

  .children-stories-slide[data-slidestyle="2"] {
    padding-top: 140px;
  }

  .children-stories-slide[data-slidestyle="3"] {
    padding-top: 140px;
  }

  .children-stories-slide[data-slidestyle="4"] {
    padding-top: 140px;
  }

  .swiper-button {
    width: 60px;
    height: 60px;
  }

  .swiper-pagination {
    font-size: 28px;
  }

  .children-stories-slide[data-slidestyle="3"] .children-stories-slide__subtitle {
    font-size: 30px;
    line-height: 132%;
  }

  [data-slidestyle="3"] .children-stories-slide__content {
    max-width: 67%;
  }

  [data-slidestyle="3"] .children-stories-slide__subtitle {
    margin-bottom: 35px;
  }
}

@media (max-width:1430px),
(min-width:1270px) and (max-height:739px) {

  .children-stories-slide[data-slidestyle="1"] {
    padding-top: 200px;
  }

  [data-slidestyle="1"] .children-stories-slide__content {
    max-width: 49%;
  }

  .children-stories-slide__title {
    font-size: 50px;
    margin-bottom: 35px;
  }

  .children-stories-slide__subtitle {
    font-size: 20px;
  }

  [data-slidestyle="1"] .children-stories-slide__photo {
    right: 0;
  }

  [data-story="0"][data-slidestyle="3"] .children-stories-slide__photo {
    height: 110%;
  }

  [data-slidestyle="2"] .children-stories-slide__content {
    max-width: 70%;
  }


  [data-story="0"][data-slidestyle="2"] .children-stories-slide__title {
    max-width: 100%;
  }

  [data-story="0"][data-slidestyle="2"] .children-stories-slide__subtitle {
    max-width: 100%;
  }

  [data-story="1"][data-slidestyle="2"] .children-stories-slide__title {
    max-width: 100%;
  }

  .children-stories-slide[data-slidestyle="3"] {
    padding-top: 200px;
  }

  .children-stories-slide[data-slidestyle="2"] {
    padding-top: 160px;
  }


  .grid {
    width: 940px;
  }

  .children-stories-legend {
    top: 40px;
  }

  .legend-button {
    height: 34px;
    margin-right: 14px;
    font-size: 12px;
    padding: 0 13px 0 3px;
  }

  .legend-button img {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    margin-right: 8px;
  }

  .legend-button.active {
    height: 42px;
    font-size: 16px;
    padding-right: 15px;
  }

  .legend-button.active img {
    width: 58px;
    height: 58px;
    min-width: 58px;
    min-height: 58px;
  }

  .children-stories-slide {
    padding: 110px 0 40px;
  }

  .children-stories-slide[data-slidestyle="1"] {
    padding-top: 130px;
  }

  [data-slidestyle="1"] .children-stories-slide__content {
    max-width: 52%;
  }

  [data-slidestyle="3"] .children-stories-slide__content {
    max-width: 64%;
  }

  .children-stories-slide__title {
    font-size: 40px;
    line-height: 100%;
    margin-bottom: 25px;
  }

  .children-stories-slide__title img {
    width: 33px;
    height: 33px;
  }

  .children-stories-slide__subtitle {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .children-stories-slide__subtitle img {
    width: 20px;
    height: 20px;
  }

  .swiper-button {
    width: 54px;
    height: 54px;
    background-size: 41%;
  }

  .swiper-pagination {
    font-size: 26px;
  }

  [data-slidestyle="1"] .children-stories-slide__photo {
    right: 3%;
  }

  .children-stories-slide[data-slidestyle="2"] {
    padding-top: 120px;
  }



  .children-stories-slide[data-slidestyle="3"] {
    padding-top: 140px;
  }

  [data-slidestyle="2"] .children-stories-slide__content {
    max-width: 80%;
  }

  .children-stories-slide[data-slidestyle="4"] {
    padding-top: 110px;
  }

  [data-slidestyle="4"] .children-stories-slide__title {
    margin-bottom: 15px;
  }

  .children-stories-slide__descr {
    font-size: 18px;
    margin-bottom: 25px;
  }


  .blue__link,
  .orange__link {
    font-size: 14px;
    padding: 0 30px;
    height: 44px;
  }

  .children-stories-slide__button-row .try-it {
    width: 250px;
  }

  [data-slidestyle="4"] .children-stories-slide__content {
    max-width: 58%;
  }

  [data-slidestyle="4"] .orange__link {
    height: 54px;
  }

  .children-stories-slide__button-w-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .children-stories-slide__button-w-label .try-it {
    margin-top: 0;
  }

  .children-stories-slide__button-w-label .try-it__label {
    width: 250px;
  }

  .children-stories-slide__button-w-label .try-it__arrow {
    -webkit-transform: scaleX(-1) rotate(105deg);
    -ms-transform: scaleX(-1) rotate(105deg);
    transform: scaleX(-1) rotate(105deg);
    top: -30px;
    left: -10px;
    width: 60px;
    height: 60px;
  }

  .children-stories-slide[data-slidestyle="3"] .children-stories-slide__subtitle {
    font-size: 22px;
  }
}

@media (max-width:1270px) {

  .grid {
    width: 854px;
  }

  .children-stories-slide__photo {
    height: 60%;
  }

  [data-slidestyle="1"] .children-stories-slide__content {
    width: 62%;
  }

  [data-story="0"][data-slidestyle="3"] .children-stories-slide__photo {
    height: 75%;
  }

  [data-slidestyle="2"] .children-stories-slide__content {
    max-width: 70%;
  }

  [data-story="0"][data-slidestyle="3"] .children-stories-slide__photo {
    height: 80%;
  }

  .children-stories-slide__button-w-label {
    display: block;
  }

  .children-stories-slide__button-w-label .try-it {
    margin-top: 25px;
  }

  .children-stories-slide__button-w-label .try-it__arrow {
    top: -40px;
    left: -40px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .children-stories-slide__button-w-label .try-it__label {
    margin-left: 10px;
  }

  [data-slidestyle="4"] .children-stories-slide__content {
    max-width: 65%;
  }

  .children-stories-slide__button-row .try-it {
    margin-top: 0;
  }

  .legend-button {
    font-size: 10px;
  }

  .legend-button.active {
    font-size: 12px;
  }

}


@media (max-width:1020px) {
  .grid {
    width: 712px;
  }

  [data-slidestyle="4"] .children-stories-slide__content {
    max-width: 100%;
  }

  .children-stories-slide__button.children-stories-slide__button-w-label.children-stories-slide__button-row {
    display: block;
  }
}

@media (max-width:760px) {
  .grid {
    width: 94.58%;
  }

  .children-stories-legend {
    top: 30px;
    padding: 0 2.71%;
    overflow-x: auto;
    height: 70px;
  }


  .children-stories-legend::-webkit-scrollbar {
    display: none;
  }

  .children-stories-legend__cont {
    width: 100%;
  }


  .legend-button img {
    min-width: 30px;
    min-height: 30px;
    width: 30px;
    height: 30px;
    font-size: 12px;
  }

  .legend-button span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .legend-button.active{
    font-size: 16px;
  }

  .legend-button.active img {
    min-width: 58px;
    min-height: 58px;
    width: 58px;
    height: 58px;
  }

  .children-stories-legend__cont::after {
    content: "";
    display: block;
    min-width: 10px;
    height: 2px;
    position: relative;
  }

  .children-stories-slide {
    padding-top: 120px !important;
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: initial;
  }

  .children-stories-slide .children-stories-slide__photo {
    width: 100%;
    right: initial;
    left: initial;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto !important;
    position: relative;
    bottom: initial;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
    visibility: visible;
    margin-top: auto;
  }

  .children-stories-slide__content {
    width: 100%;
    max-width: 100% !important;
  }

  .children-stories-slide__title {
    font-size: 30px;
  }

  .children-stories-slide__subtitle {
    font-size: 14px;
  }

  .children-stories-slide__subtitle:nth-last-child(2) {
    margin-bottom: 0;
  }

  .swiper-navigation {
    margin-top: 30px;
  }

  .swiper-pagination {
    font-size: 20px;
  }

  .swiper-button {
    width: 40px;
    height: 40px;
  }

  .try-it {
    display: none;
  }

  [data-slidestyle="3"] .children-stories-slide__subtitle {
    margin-bottom: 30px;
  }

  .children-stories-slide__content .orange__link {
    width: 100%;
    max-width: 355px;
    margin-left: 0;
    margin-right: auto;
  }

  .children-stories-slide>.grid {
    height: auto;
    margin-bottom: 30px;
  }

  .children-stories-slide__bg {
    height: 70%;
    top: initial;
  }

  .swiper-wrapper {
    min-height: 100%;
  }
}

/* main end */