/* МЕНЕДЖЕР */

.swiper-slide img {
  display: block;
  width: 100%;
}
.fon1{
  background: url("./img/background/fon_1.svg") no-repeat ;
  background-size: cover;
}
.fon2{
  background: url("./img/background/fon_2.svg") no-repeat;
  background-size: cover;
}
.fon3{
  background: url("./img/background/fon_3.svg") no-repeat;
  background-size: cover;
}
.fon4{
  background: url("./img/background/fon_4.svg") no-repeat;
  background-size: cover;
}
.fon5{
  background: url("./img/background/fon_5.svg") no-repeat;
  background-size: cover;
}
.task_adaptive{
  display: none;
  width: 93%;
  padding-left: 5%;
  padding-bottom: 5%;
}
.both_btn{
  padding-bottom: 5%;
}
#adaptiv_block_5{
  width: initial;
  background: none;
}
#adaptiv_block_2{
  width: initial;
}
#adaptiv_block_3{
  width: initial;
  background: none;
}
#adaptiv_block_4{
  width: initial;
  background: none;
}
#adaptiv_block_6{
  width: initial;
  background: none;
}

.main_manager {
  counter-reset: count;
}

textarea {
  overflow: hidden;
  resize: vertical;
}

body {
  counter-reset: section;
  overflow-x: hidden;
}

/* .home {
  background: url("img/background/ell_top.svg") no-repeat right 28% top;
} */

/* хедер */
.background_manager {
  background-image: url(img/adaptive/manager_header.svg);
  background-position: 50% 50%;
  background-size: 50%;
  background-repeat: no-repeat;
  display: flex;
  justify-content: space-between;
  min-height: 580px;
  padding: 60px 30px;
}

.wrap_header_btn {
  padding-right: 30px;
  align-items: flex-start;
  display: flex;
}

.btn_user {
  margin-right: 100px;
  padding: 15px 22px;
  color: white;
  border-radius: 5px;
  background: var(
    --gradient-pink-dark-purple-90,
    linear-gradient(90deg, #c800c8 0%, #9600ff 100%, #9600ff 100%)
  );
  box-shadow: 0px 0px 40px 0px rgba(240, 0, 250, 0.5),
    0px 0px 20px 0px rgba(0, 25, 240, 0.5);
  font-family: "Play";
  font-size: 24px;
  cursor: pointer;
  border: none;
  display: flex;
  align-items: center;
}

.name_user {
  margin-left: 24px;
  max-width: 100%;
}

.btn_exit {
  padding: 16px 61px;
  font-size: 22px;
  cursor: pointer;
  background: none;
  font-family: "Play";
  color: #dcdcf0;
  border-radius: 5px;
  border: 1.5px solid #f000fa;
  box-shadow: 0px 0px 10px 0px #f000fa, 0px 0px 5px 0px #0019f0;
}

/* Ранее в комиксе */

.earlier {
  border-radius: 20px;
  padding: 8px 20px;
  background: linear-gradient(
    134deg,
    rgba(34, 19, 56, 0.48) 48.02%,
    rgba(57, 29, 70, 0.45) 100%
  );
  max-width: 309px;
  margin-bottom: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.earlier_pad{
  padding-top: 7%;
}
.earlier_min {
  font-size: 22px;
  padding: 30px 0;
  font-family: "Manga";
  color: white;
}

.earlier_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
}

.earlier_comics {
  padding: 20px 70px;
}

.earlier_background {
  display: none;
  position: relative;
  z-index: 1;
  max-width: 868px;
  margin: auto;
  border-radius: 20px;
  background: linear-gradient(#4d0059, #3b0680);
}

.earlier_text {
  color: white;
  font-size: 32px;
  padding: 20px;
  font-family: "Play";
  padding: 30px 100px 104px 100px;
}

.material_help {
  color: white;
  font-size: 36px !important;
  cursor: pointer;
}

.material_close {
  color: white;
  font-size: 58px !important;
  cursor: pointer;
}

.material-symbols-outlined:hover {
  color: #c800c8;
}

.arrow_background {
  background-image: url(img/background/triangle.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 235px;
  background-position-y: 60px;
}

/* Модальное окно ранее в комиксе */
.section_modal {
  position: relative;
  z-index: 10;
  margin: 0 auto;
}

.modal_wrap {
  max-width: 80%;
  border: 1px solid;
  border-radius: 20px;
  position: absolute;
  left: calc(10vw - 1rem);
  bottom: calc(10vw - 1rem);
  background: linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.2) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    linear-gradient(292deg, rgba(0, 120, 255, 0.2) 0%, rgba(10, 0, 25, 0) 100%),
    linear-gradient(0deg, #0a0019, #0a0019),
    linear-gradient(0deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
}

.modal-header {
  display: flex;
  justify-content: space-between;
}

.modal_exit {
  color: #ffffff;
  cursor: pointer;
  position: absolute;
  right: 5%;
  top: 5%;
  font-size: 50px !important;
}

.modal-title {
  color: #fff;
  font-family: "Manga";
  font-size: 20px;
  padding-left: 100px;
  padding-top: 30px;
}

.modal-text {
  font-family: "Play";
  font-size: calc(9px + 23 * (100vw / 1920));
  font-weight: 400;
  color: #fff;
  padding: 5%;
}

.adaptiv_comics_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.comics_hide {
  display: none;
}

.comics_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 7%;
}

.btn_share {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.adaptive_4 {
  margin-bottom: 2%;
  width: 100%;
}

.comics_btn_add {
  color: #fff;
  text-align: center;
  font-family: "Play";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin-top: 10px;
  border: none;
  background: none;
  cursor: pointer;
}

.comics_btn_add:hover {
  color: #8e24aa;
}

#modal {
  display: none;
}

/* Менеджер Олег */

.oleg_wrap {
  position: relative;
  left: 5%;
  background-image: url(./img/background/Rectangle_25.svg);
  margin-bottom: 80px;
  width: 100%;
  height: 28vw;
  background-repeat: no-repeat;
  background-size: 100%;
}

.oleg_pos {
  display: flex;
  flex-direction: row;
  justify-content: end;
  max-width: 100%;
  max-height: 37vw;
}

.oleg_text {
  color: #fff;
  font-family: "Play";
  font-size: calc(10px + 22 * (100vw / 1920));
  max-width: 60%;
  align-content: center;
  display: flex;
  flex-wrap: wrap;
}

.oleg_img_wrap {
  position: absolute;
  right: 0%;
  top: -48px;
}

.oleg_svg {
  backdrop-filter: blur(12px);
  width: 94vw;
  position: relative;
  top: 1px;
  left: -4%;
}

/* Что делает менеджер? */

.what_doing_wrap {
  position: relative;
}

.what_doing_contain {
  margin-left: 15%;
  margin-bottom: 80px;
}

.what_doing_ita {
  position: absolute;
  left: -50px;
}

.what_doing_title {
  text-align: center;
  font-family: "Furore";
  color: #fff;
  font-weight: 400;
  font-size: 48px;
  margin: 0 0 6%;
}

.what_doing_list {
  color: #fff;
  font-family: "Montserrat";
  font-size: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1140px;
  margin: auto;
  align-items: center;
}

.what_doing_item {
  list-style-type: none;
  max-width: 500px;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
}

.what_doing_item_span {
  padding-left: 18%;
}

.what_doing_item::before {
  margin-right: 32px;
  color: #9600ff;
  font-family: "Furore";
  font-size: 40px;
  counter-increment: section;
  content: counter(section, decimal-leading-zero);
}

.item_for {
  padding-right: 70px;
}

/* Вопросы от Иты №1 */

.material_warning {
  font-size: 100px !important;
}

.question_1_wrap {
  display: flex;
  justify-content: space-around;  
  padding-bottom: 30px;
}

.userAnswer {
  border-radius: 10px;
  border: 2px solid #b790f9;
  padding: 5px;
}

.check {
  color: #fff;
  font-family: "Montserrat";
  font-size: 18px;
  background: linear-gradient(315deg, #023f83 0%, rgba(36, 1, 88, 0.87) 100%),
    #fff;
  padding: 17px 30px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  max-width: 655px;
}

.img_warning {
  padding-right: 15px;
}

.question_answer_wrap {
  border-radius: 20px;
  background: var(
    --glass-light-blue,
    linear-gradient(315deg, rgba(0, 120, 255, 0.2) 0%, rgba(10, 0, 25, 0) 100%),
    rgba(255, 255, 255, 0.05)
  );
  padding: 28px 75px;
  max-width: 850px;
  margin-bottom: 16px;
  width: 100%;
}

.question_answer_block input[type="radio"] {
  display: none;
}

.question_answer_block label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: calc(5vw - 1rem);
  width: 100%;
}

.question_answer_block label:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  position: absolute;
  bottom: 18px;
  left: 0.7%;
  background: url(../img/question_circle_external.png) 0 0 no-repeat;
}

.question_answer_block input[type="radio"]:checked + label:before {
  background: url(../img/radioButton.png) 0 0 no-repeat;
}

.question_answer_block label:hover:before {
  filter: brightness(120%);
}

.question_answer_subtitle {
  display: flex;
  align-items: center;
}

.question_answer_block input[type="radio"]:checked + label:before {
  background: url(../img/radioButton.png) 0 0 no-repeat;
}

.question_answer_text.correct::before {
  background: url("./img/tests/Icon_correct.svg") 8%/96% no-repeat !important;
}

.question_answer_text.wrong::before {
  background: url("./img/tests/Icon_wrong.svg") 8%/96% no-repeat !important;
}

.question_answer_subtitle,
.question_answer_text {
  color: #fff;
  font-family: "Montserrat" !important;
  font-size: 16px;
  font-weight: 400;
  padding: 3% 0;
}

.question_answer_count::before {
  counter-increment: count;
  content: counter(count, decimal-leading-zero);
  margin-right: 15px;
  color: #9600ff;
  font-family: "Furore";
  font-size: 28px;
}

.question_answer_subtitle_span {
  padding-left: 8%;
}

.question_answer_btn {
  padding: 12px 32px;
  border-radius: 12px;
  font-family: Play;
  color: white;
  border: none;
  outline: none;
  font-size: 16px;
  cursor: pointer;
  background: var(
    --gradient-purple-blue-90,
    linear-gradient(90deg, #9600ff 0%, #0019ff 100%)
  );
  display: flex;
  margin: auto;
}

.question_answer_help {
  border-radius: 20px;
  background: linear-gradient(315deg, #023f83 0%, rgba(36, 1, 88, 0.87) 100%),
    #fff;
  display: flex;
  padding: 16px 27px;
  align-items: flex-start;
  max-width: 850px;
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  margin-bottom: 40px;
}

.warning_circle {
  padding-right: 20px;
}

.question_test_new {
  display: flex;
  flex-direction: column;
}

/* Комикс №2 */

.comics_m {
  margin-bottom: 100px;
}

/* Этап реализации */

.realization_wrap {
  box-shadow: 0px 10px 28px 0px rgba(224, 224, 224, 0.25) inset,
    9px -9px 49px 0px rgba(224, 224, 224, 0.73) inset;
  border-radius: 20px;
  padding: 50px 60px;
  display: flex;
  margin-bottom: 115px;
  justify-content: space-between;
}

.realization_text {
  color: #fff;
  font-family: Montserrat;
  font-size: 20px;
  max-width: 93%;
}

.realization_introduction {
  margin-bottom: 3%;
  margin-top: 3%;
}

/* Комикс №4 */

.comics_4 {
  margin-bottom: 40px;
}

/* Ответ на задание */

.task_wrap {
  border-radius: 20px;
  background: linear-gradient(315deg, #023f83 0%, rgba(36, 1, 88, 0.87) 100%),
    #fff;
  max-width: 1440px;
  display: flex;
  padding: 20px;
  justify-content: center;
  margin: 0 auto;
}

.task_text {
  color: #fff;
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 400;
  padding-left: 45px;
}

.task_input {
  border-radius: 16px;
  background: #e6cdff;
  box-shadow: 4px 4px 20px 0px #1d0038 inset;
  font-family: "Inter";
  font-size: 32px;
  width: 100%;
  padding: 30px;
  margin: 70px 0 40px 0;
}

/* Конец главы */

.end_text {
  color: #fff;
  font-family: "Furore";
  font-size: 48px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 80px;
}

.end_hab,
.end_next_for {
  color: var(--white, #dcdcf0);
  font-family: "Play";
  font-size: 22px;
  text-decoration: none;
}

.end_hab {
  border-radius: 5px;
  box-shadow: 0px 0px 20px 0px #f000fa, 0px 0px 10px 0px #0019f0;
  backdrop-filter: blur(25px);
  padding: 16px 50px;
  margin-right: 20px;
}

.end_next_for {
  border-radius: 5px;
  background: var(
    --gradient-pink-dark-purple-90,
    linear-gradient(90deg, #c800c8 0%, #9600ff 100%, #9600ff 100%)
  );
  box-shadow: 0px 0px 40px 0px rgba(240, 0, 250, 0.5),
    0px 0px 20px 0px rgba(0, 25, 240, 0.5);
  backdrop-filter: blur(25px);
  padding: 16px 50px;
}

.end_link {
  display: flex;
  justify-content: center;
  padding-bottom: 140px;
}

/* Видео */

.video-text {
  color: #fff;
  text-align: center;
  font-family: Furore;
  font-size: 48px;
  font-weight: 400;
}

.video-text-small {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  padding: 24px 0 43px 0;
}

.video {
  display: flex;
  width: 1140px;
  height: 561px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 6px;
  border: 1px dashed #adb5cd;
  background: #391d46;
}

.play-sign {
  color: #dcdcf0;
  display: flex !important;
  position: absolute;
}

.container-video {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  padding: 0 0 80px 0;
}

.all-play-sign {
  align-items: center;
  display: flex !important;
  justify-content: center;
}

.correct {
  background-image: url("./manager/img/tests/Icon_correct.svg");
}

.wrong {
  background-image: url("./manager/img/tests/Icon_wrong.svg");
}

.hide {
  display: none;
}

.oleg_adaptive {
  display: none;
}

.oleg_name_adaptive {
  display: none;
}

.oleg_photo {
  width: 318px;
  height: 303px;
}

.realization_top {
  margin-bottom: 2%;
}

.realization_full {
  max-width: 1720px;
  padding: 19px 47px;
}

.realization_pos {
  max-width: 82%;
  max-height: 91%;
}

.oleg_pc {
  position: relative;
  bottom: 2px;
}

.ita_adaptive {
  width: 26%;
  position: relative;
  top: calc(6vw - 1rem);
  right: calc(0vw - 1rem);
}

.ita_text_adaptive {
  position: relative;
  top: calc(-3vw - 1rem);
  width: 30%;
  right: calc(3vw - 1rem);
}

.ita_out {
  width: 100%;
  display: flex;
  padding-bottom: 8%;
}

.adaptive {
  display: none;
}

.adaptiv_comics_block {
  display: none;
}

.comics_adaptive_m {
  margin-bottom: 20%;
}

.li_1 {
  padding-left: 12px;
}

.youtube {
  width: 100%;
  height: 50vw;
}

.block7_m {
  margin-bottom: 2%;
}

.realization_m {
  padding-bottom: 2%;
  padding-left: 3%;
}

.question_test {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1500px){
  .earlier_pad{
    padding-top: 0;
  }
}
@media (max-width: 1250px) {
  .what_doing_list {
    justify-content: center;
  }
}

@media (max-width: 1100px) {
  .end_text {
    margin-top: 10%;
  }
  .question_answer_block label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 40px;
  }
  .fon1{
    background: url('./img/adaptive/fon1.svg');
    background-size: cover;
  }
  .fon2{
    background: url('./img/adaptive/fon2.svg');
    background-size: cover;
  }
  .fon3_adaptive{
    background: url('./img/adaptive/fon3.svg');
    background-size: cover;
  }
  .fon3_1adaptive{
    background: url('./img/adaptive/fon4.svg');
    background-size: cover;
  }
  .fon3{
    background: none;
  }
  .fon4{
    background:url('./img/adaptive/fon5.svg') ;
    background-size: cover;
  }
  .fon5{
    background: url('./img/adaptive/fon6.svg');
    background-size: cover;
  }
  .task_adaptive{
    display: initial;
  }
}
@media(max-width :900px){
  main{
    background: none;
  }
}
@media (max-width: 850px) {
  .btn_tg {
    padding: 8px 16px;
    font-size: 16px;
  }

  .question_answer_text,
  .question_answer_subtitle {
    font-size: 12px;
    margin-left: -46px;
    bottom: -21px;
  }

  .question_answer_count::before {
    margin-right: 14px;
  }

  .question_answer_block label:before {
    bottom: 28%;
  }

  .question_answer_subtitle {
    margin-left: -65px;
  }

  .question_answer_btn {
    margin-top: 26px;
    height: 40px;
    width: 94px;
    border-radius: 12px;
    font-size: 12px;
    padding: 13px 19px;
  }

  .question_answer_text {
    margin-bottom: 12px;
  }

  .question_answer_text {
    padding: 18px 0;
  }

  .warning_circle {
    height: 25px;
    width: 44px;
    padding-right: 14px;
  }

  .question_answer_help {
    font-size: 12px;
    padding: 9px 9px;
    margin-bottom: 20px;
  }

  .video-text {
    font-size: 20px;
  }

  .task_wrap {
    padding: 12px;
    margin-left: 2px;
  }

  .task_text {
    font-size: 12px;
    padding-left: 25px;
  }

  .task_input {
    border-color: rgba(142, 36, 170, 1);
    font-size: 12px;
    padding: 23px;
    margin: 10px 0 0px 0;
  }

  .submit_b {
    width: 171px;
    height: 40px;
    font-size: 16px;
    padding: 10px 44px;
    border-radius: 12px;
    margin-top: 10px;
    margin-bottom: 60px;
    background: linear-gradient(90deg, #c800c8 0%, #9600ff 100%, #9600ff 100%);
  }

  .end_text {
    font-size: 24px;
  }

  .end_comics {
    display: none;
  }

  .last_comics {
    display: none;
  }

  .realization_wrap {
    padding: 15px 11px 10px 19px;
    position: relative;
    margin-bottom: 70px;
    flex-direction: column-reverse;
  }

  .realization_text {
    font-size: 12px;
  }

  .realization_introduction {
    margin-bottom: 20px;
  }

  .oleg_svg {
    left: 0%;
    width: 362px;
    height: 102px;
    margin-bottom: 353px;
  }

  .oleg_text {
    font-size: calc(10px + (22 + 22 * 0.7) * ((100vw - 400px) / 1920));
  }

  .oleg_img_wrap {
    display: none;
  }

  .oleg_adaptive {
    display: initial;
  }

  .oleg_circle {
    width: 20%;
  }

  .oleg_wrap {
    margin-bottom: 40px;
  }

  .oleg_pos {
    justify-content: space-evenly;
    padding-top: 3%;
  }

  .end_hab {
    font-size: 16px;
    border-radius: 12px;
    padding: 10px 20px;
  }

  .end_next_for {
    font-size: 16px;
    padding: 10px 24px;
    border-radius: 12px;
  }

  .check {
    font-size: 12px;
    margin-bottom: 20px;
  }

  .img_warning {
    padding-right: 23px;
    width: 57px;
    height: 26px;
  }

  .what_doing_item {
    margin-bottom: 10px;
    min-width: 100%;
  }

  .what_doing_item::before {
    margin-right: 20px;
    font-size: 20px;
  }

  .what_doing_list {
    font-size: 12px;
    justify-content: initial;
  }

  .what_doing_title {
    font-size: 20px;
  }

  .li_1 {
    padding-left: 7px;
  }

  .oleg_photo {
    position: relative;
    top: -5px;
    width: 46.217px;
    height: 46px;
    left: 0px;
  }

  .oleg_name_adaptive {
    position: relative;
    bottom: 8px;
    color: #834997;
    text-align: center;
    font-family: Furore;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: initial;
  }

  .realization_m {
    margin-bottom: 15px;
  }

  .realization_top {
    bottom: 0px;
  }

  .wrap_header_btn {
    padding-right: 0px;
  }

  .background_manager {
    background-image: url(img/adaptive/manager_header.svg);
    min-height: 0px;
    padding: 70px 30px;
    background-position: 48% 82%;
  }

  .btn_exit {
    left: 15px;
    position: relative;
    border-radius: 12px;
    bottom: 35px;
  }

  .btn_user {
    position: relative;
    left: 14px;
    width: 171px;
    height: 40px;
    font-size: 16px;
    border-radius: 12px;
    margin-right: 12px;
    bottom: 35px;
  }

  .name_user {
    margin-left: -40px;
  }

  .person {
    position: relative;
    left: 110px;
  }

  .item_for {
    padding-right: 98px;
  }

  .sprint_logo {
    position: relative;
    bottom: 24px;
    width: 23%;
  }

  .adaptive_1t {
    position: relative;
    top: -15%;
  }

  .modal_wrap {
    max-width: 75%;
    bottom: 11px;
  }

  .modal-title {
    font-size: 12px;
    padding-left: 33px;
    padding-top: 21px;
  }

  .modal-text {
    font-size: calc(9px + (23 + 23 * 0.7) * ((100vw - 400px) / 1920));
    font-weight: 400;
    padding: 12px 8px 10px 10px;
  }

  .modal_exit {
    font-size: 21px !important;
  }

  .earlier {
    width: 113px;
    height: 29px;
    border-radius: 6px;
    padding: 0px 5px;
    margin-bottom: 48px;
    padding-top: 10px;
  }

  .material_help {
    font-size: 21px !important;
  }

  .earlier_min {
    font-size: 8px;
  }

  .what_doing_wrap {
    align-items: center;
    display: flex;
  }

  .realization_pos {
    min-width: 100%;
  }
}
@media(max-width:700px){
  main{
    background: none;
  }
}
@media(max-width:500px){
  main{
    background: none;
  }
}
