/* media */

.media {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #2461ff;
}

.media_cont {
  display: flex;
  width: 95%;
  max-width: 1200px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.navigator {
  /* display: flex; */
  width: 100%;
  padding: 10px 0px;
}

.media_line {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.media_card {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.media_title {
  display: flex;
  width: 100%;

  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 38px;
  /* identical to box height */

  color: #000000;
}

.media_subtitle {
  display: flex;
  width: 100%;

  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;

  color: #000000;
}

.media_img {
  display: flex;
  width: 100%;
  max-width: 307px;
  justify-content: center;
  align-items: center;
}

.media_img img {
  width: 100%;
}

@media screen and (max-width: 650px) {
  .media_line {
    flex-direction: column;
    margin-top: 15px;
  }
}

/* /media */

/* media__block */

.media__block {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.media__block_cont {
  display: flex;
  width: 95%;
  max-width: 1200px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 25px;
}

.media__block_header {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  flex-direction: column;
  margin-top: 20px;
}

.media__block_title {
  display: flex;
  width: 100%;

  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 38px;
  color: #000000;
}

.media__block_subtitle{
      display: flex;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 38px;
  color: #000000;
}

.media__block_text {
  display: flex;
  width: 100%;

  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;

  color: #000000;
}

.media__block_text {
  display: flex;
  width: 100%;

  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  margin-bottom: 25px;
  color: #000000;
}

/* media_db */

/* media_db */

.media_db {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}

.media_db_card {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 266px;
  height: 280px;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* border: 1px solid #2461FF; */
  border-radius: 4px;
  margin: 10px;
}

.media_db_img {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.media_db_cont {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 10px;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  transition: linear 0.3s;
  cursor: pointer;
}

.media_db_cont:hover {
  background: rgba(0, 0, 0, 0.7);
  transition: linear 0.3s;
}

.media_db_title {
  display: flex;
  width: 100%;
  margin-bottom: 15px;
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 103.7%;
  /* or 26px */
  text-align: left;
  color: #ffffff;
}

.media_db_text {
  display: flex;
  width: 100%;
  text-align: left;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;

  color: #ffffff;
}

.media__block_text {
  margin-bottom: 0px;
}

.media__block_header {
  margin-bottom: 10px;
  margin-top: 25px;
}

@media screen and (max-width: 650px) {
  .media_db {
    flex-direction: column;
  }

  .media__block_text {
    margin-bottom: 0px;
  }

  .media__block_header {
    margin-bottom: 10px;
    margin-top: 25px;
  }

  .media_db_card {
    width: 100%;
    max-width: 100%;
    margin: 10px 0px;
  }
}

.line_footer {
  display: flex;
  width: 100%;
  margin-top: 20px;

  justify-content: space-between;
  align-items: center;
}

.line_footer_date {
  display: flex;
  width: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;

  color: #ffffff;
}

/* media_db */
/* /media__block */

.contact_form {
  display: flex;
  width: 95%;
  max-width: 600px;

  justify-content: center;
  align-items: center;
  text-align: center;
}

.contact_form .form_line {
  margin-bottom: 15px;
}
/* --------------------- */

.form_title {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;

  font-style: normal;
  font-weight: 500;
  font-size: 35px;
  line-height: 42px;
  text-align: center;
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.99);
}

.form_line {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}

.form_line_name {
  display: flex;
  width: 100%;

  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-align: center;

  color: #00b2ff;
}

.form_line input {
  display: flex;
  width: 100%;
  height: 40px;
  border: none;
  background: none;
  outline: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.43);
  padding-left: 5px;

  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.99);
}

.form_line textarea {
  display: flex;
  width: 100%;

  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.99);

  padding: 10px;
  border: none;
  background: none;
  outline: none;
  resize: none;
  border: 1px solid rgba(0, 0, 0, 0.43);
  border-radius: 9px;
  height: 300px;
  margin-top: 5px;
}

.form_line2 textarea {
  height: 150px;
}

.form_line textarea::-webkit-scrollbar {
  width: 11px;
  opacity: 1;
}

.form_line textarea::-webkit-scrollbar-track {
  background: rgba(0, 178, 255, 0.25);
  border-radius: 6px;
  opacity: 1;
}

.form_line textarea::-webkit-scrollbar-thumb {
  background: #00b2ff;
  border-radius: 17px;
  opacity: 1;
}

button {
  display: flex;

  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  cursor: pointer;
  padding: 15px 80px;

  border: none;
  background: none;
  outline: none;
  resize: none;

  background: #00b2ff;
  border-radius: 49px;
}

input[type="submit"] {
  display: flex;

  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  cursor: pointer;
  padding: 15px 80px;

  border: none;
  background: none;
  outline: none;
  resize: none;

  background: #00b2ff;
  border-radius: 49px;
}

@media screen and (max-width: 800px) {
  .main_icon {
    max-width: 120px;
  }
  .main_title {
    font-weight: 700;
    font-size: 24px;
  }
  .main_subtitle {
    font-size: 18px;
    line-height: normal;

    margin-bottom: 20px;
  }

  main form {
    padding: 15px;
  }

  .form_title {
    font-size: 20px;
    width: 80%;
    margin-bottom: 10px;
  }

  .form_line_name {
    font-size: 14px;
  }

  .form_line {
    font-size: 14px;
    margin-bottom: 14px;
  }

  .form_line input {
    font-size: 14px;
    height: auto;
    padding: 0;
  }
  .form_line textarea {
    font-size: 14px;
  }

  main form .main_close {
    width: 20px;
  }

  button {
    padding: 10px 20px;
  }
}

.contact_form form {
  width: 100%;
  border: 1px solid rgba(36, 97, 255, 0.43);
  border-radius: 18px;

  padding: 30px 60px;
  justify-content: center;
  align-items: center;
}

.contact_form form button {
  background: #2461ff;
  margin: auto;
}

.contact_form form .form_title {
  margin: auto;
}

@media screen and (max-width: 600px) {
  .contact_form form {
    padding: 20px 30px;
  }
}

@media screen and (max-width: 600px) {


  .contact_form form button {
    font-size: 16px;
  }
  .contact_form form {
    padding: 10px 10px;
  }
}

/* rasp */

.card_raspisanie_mo {
  display: flex;
  width: 100%;
  border: 1px solid #2461ff;
  box-sizing: border-box;
  border-radius: 5px;
  overflow: hidden;
  flex-direction: column;
}

.user_name_day_mo {
  display: flex;
  width: 100%;
  height: 35px;
  background: #2461ff;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 29px;
  color: white;
}

.user_rs_mo {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.user_rs_namber_mo {
  display: flex;
  width: 10%;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid #2461ff;
}

.user_rs_text_mo {
  display: flex;
  width: 90%;
  border: 0.5px solid #2461ff;
  text-align: left;
}

.user_rs_namber_mo,
.user_rs_text_mo {
  padding: 5px 5px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
  color: #000000;
}

.media__block_header .rasp_title_slide_header {
  font-size: 20px;
  font-weight: 600;
}

/* /Rasp */

@media screen and (max-width: 800px) {
  .ao_main_img img {
    width: 50%;
  }
}

@media screen and (max-width: 800px) {
  .card_raspisanie_mo {
    width: 80%;
    margin: auto;
  }

  .pos_400 {
    width: 95%;
  }
}
@media screen and (max-width: 550px) {
  .class_mo_cont {
    justify-content: center;
  }
}

/* sldie rasp btns */

.swiper-button-next:after,
.swiper-button-prev:after {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -9999;
  display: none;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -9999;
  display: none;
}

.btn__slide_next {
  position: absolute;
  right: 0;
  margin: auto;
  top: 50%;
  bottom: 50%;
  color: #2461ff;
}

.btn__slide_back {
  position: absolute;
  left: 0;
  margin: auto;
  top: 50%;
  bottom: 50%;
  color: #2461ff;
}

.btn__slide_back,
.btn__slide_next {
  font-size: 45px;
  cursor: pointer;
  z-index: 99999999;
}

/* scroll_group
scroll_group_card */
.scroll_group {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.scroll_group_card {
  display: flex;
  width: auto;
  padding: 5px 10px;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #2461ff;
  color: white;
  font-size: 14px;
  cursor: pointer;
  margin: 10px;
  border-radius: 5px;
}

/* lineMessage1 */
.lineMessage1 {
  color: rgb(0, 212, 0);
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}

.lineMessage2 {
  color: rgb(212, 0, 0);
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}

#result {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

input[type="submit"] {
  margin: auto;
}
