.list_features .block-info {
  background-color: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.21);
  border-radius: 10px;
  padding: 35px 20px;
  background-image: url(./images/bg-item-features.png);
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.list_features .block-info:before {
  content: "";
  display: block;
  width: 90%;
  height: 26px;
  background-color: #E1F6FF;
  border-radius: 0 0 10px 10px;
  margin: -35px auto 0;
}

.section-welcome.page-home .welcome-text {
  margin-bottom: 7px;
  line-height: 115%;
}
.section-welcome.page-home .block-left p {
  margin: 10px 0;
}
@media (min-width: 1360px) {
  .section-welcome.page-home .block-left {
    padding: 30px 0 30px;
  }
}
.section-welcome.page-home .block-welcome {
  grid-template-columns: 1.3fr 1fr;
  grid-gap: 30px;
  flex-direction: column;
  min-height: 300px;
}
.section-welcome.page-home .block-welcome .block-video {
  align-items: center;
  height: 100%;
  margin: 10px 0;
}
.section-welcome.page-home .block-btn-download {
  margin-top: 30px;
}
.section-welcome.page-home .btn-project.btn-welcome-banner {
  background-color: #023241;
  color: #fff;
  min-width: 280px;
  margin: 0 auto;
}
.section-welcome.page-home .btn-project.btn-welcome-banner.bg-transparent {
  background-color: transparent;
  color: #023241;
  font-weight: 500;
  border: 2px solid #023241;
}
@media (min-width: 768px) {
  .section-welcome.page-home .btn-project.btn-welcome-banner {
    font-size: 20px;
    padding: 20px 15px;
  }
}
@media (min-width: 1200px) {
  .section-welcome.page-home .btn-project.btn-welcome-banner {
    margin: 0;
    min-width: fit-content;
  }
}
@media (min-width: 1360px) {
  .section-welcome.page-home .btn-project.btn-welcome-banner {
    margin-top: 0;
    padding: 20px 35px;
  }
}
.section-welcome.page-home .list_icons {
  display: flex;
  flex-direction: column;
  gap: 35px;
  margin-top: 55px;
}
@media (min-width: 768px) {
  .section-welcome.page-home .list_icons {
    display: grid;
    gap: 35px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1360px) {
  .section-welcome.page-home .list_icons {
    margin: 0;
  }
}
.section-welcome.page-home .item_icon-welcome {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.section-welcome.page-home .item_icon-welcome .name {
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  text-rendering: geometricPrecision;
}
@media (min-width: 768px) {
  .section-welcome.page-home .item_icon-welcome {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  .section-welcome.page-home .item_icon-welcome {
    justify-content: flex-start;
  }
}
@media (min-width: 1024px) {
  .section-welcome.page-home {
    min-height: 550px;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1360px) {
  .section-welcome.page-home .block-welcome {
    grid-template-columns: 1.5fr 1fr;
  }
}
@media (min-width: 1440px) {
  .section-welcome.page-home .block-welcome {
    grid-template-columns: 1.1fr 1fr;
  }
}

.section_video-info {
  padding-top: 50px !important;
}
.section_video-info .prev_text {
  text-align: center;
  display: block;
}
.section_video-info .list_features {
  margin-top: 55px;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  text-rendering: geometricPrecision;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.section_video-info .list_features .title {
  display: block;
  text-align: center;
  font-size: 33px;
  font-weight: 700;
  line-height: 120%;
  padding-top: 35px;
  text-rendering: geometricPrecision;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .section_video-info .list_features {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .section_video-info .list_features {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
  }
}
@media (min-width: 1200px) {
  .section_video-info .list_features {
    gap: 50px;
  }
}
@media (min-width: 1360px) {
  .section_video-info .list_features {
    gap: 65px;
  }
  .section_video-info .list_features .title {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .section_video-info .list_features .prev_text {
    padding: 0 25px;
    line-height: 140%;
  }
  .section_video-info .list_features .block-info {
    padding: 35px;
  }
}
.section_video-info .item_features {
  color: #626262;
  margin-top: 35px;
  margin-bottom: 13px;
}
.section_video-info .item_features > li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 13px;
}
@media (min-width: 1360px) {
  .section_video-info .item_features {
    margin-top: 60px;
    margin-bottom: 45px;
  }
}
.section_video-info .check-decor:before {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  background-image: url(../images/marker-list.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.section_video-info .btn_more {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  text-rendering: geometricPrecision;
  color: #000;
  margin-top: 25px;
  transition: color 0.3s ease;
}
.section_video-info .btn_more:hover {
  color: #43B6E8;
}

.section_start {
  padding: 55px 0;
}
.section_start .block-btn {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.section_start .block-btn .btn-project {
  min-width: 200px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .section_start .block-btn {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .section_start .block-btn .btn-project {
    margin: 0;
  }
}

.wrapper-video {
  position: relative;
  cursor: pointer;
  border-radius: 10px 10px 20px 20px;
  overflow: hidden;
}

.video-btn {
  top: 20px;
  left: 20px;
  display: flex;
  position: absolute;
  z-index: 1;
  background-color: #fff;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  justify-content: center;
  align-items: center;
}

.welcome-banner_bottom .block-btn {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-top: 35px;
}
@media (min-width: 768px) {
  .welcome-banner_bottom .block-btn {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .welcome-banner_bottom {
    display: flex;
    align-items: center;
    grid-gap: 20px;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .welcome-banner_bottom {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
  }
}
@media (min-width: 1360px) {
  .welcome-banner_bottom {
    grid-template-columns: 1.5fr 1fr;
  }
  .welcome-banner_bottom .block-btn {
    margin-top: 0;
  }
}
@media (min-width: 1440px) {
  .welcome-banner_bottom {
    grid-template-columns: 1.1fr 1fr;
  }
  .welcome-banner_bottom .block-btn {
    margin-top: 0;
  }
}

.modal_video .message__wrapper {
  position: relative;
}
.modal_video iframe {
  width: 100%;
  height: 100%;
}
.modal_video iframe {
  border-radius: 5px;
}
.modal_video .message__wrapper {
  max-width: 400px;
  overflow: visible;
  border-radius: 10px;
  width: 100%;
  height: 250px;
  top: 10%;
  margin: 10px auto;
}
.modal_video .message__body {
  padding: 0;
  border: 5px solid #023241;
  border-radius: 10px;
  overflow: hidden;
  height: 98.2%;
}
.modal_video .btn_close-modal {
  position: absolute;
  height: 48px;
  right: 10px;
  top: 10px;
  width: 48px;
  align-items: center;
  background-color: #023241;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
}
@media (max-width: 424px) {
  .modal_video .message__wrapper {
    margin: 10px;
  }
}
@media (min-width: 768px) {
  .modal_video .message__wrapper {
    max-width: 550px;
    height: 315px;
  }
  .modal_video .btn_close-modal {
    right: -55px;
    top: 2px;
  }
}
@media (min-width: 1024px) {
  .modal_video .message__wrapper {
    max-width: 900px;
    width: 100%;
    height: 510px;
  }
  .modal_video .btn_close-modal {
    height: 48px;
    right: -55px;
    top: 0;
    width: 48px;
  }
}

.simple-dropdown-content.profile_menu {
  min-width: 260px !important;
}

.block_calendar label {
  font-size: 15px;
}

@media (min-width: 1360px) and (max-width: 1439px) {
  .block_calendar label {
    font-size: 16px;
    padding: 11px 7px;
  }
  .block_calendar .input-calendar {
    padding: 14.5px 5px;
    font-size: 16px;
  }
  .icon-calendar::before {
    width: 20px;
    min-width: 20px;
    height: 20px;
    margin-top: 3px;
    margin-right: -4px;
  }
}
@media (min-width: 1440px) {
  .block_calendar .input-calendar {
    padding: 14.5px 10px;
    font-size: 16px;
  }
  .block_calendar label {
    font-size: 16px;
    padding: 11px 8px;
  }
}
