main .fv-sec {
  height: 20vh;
  min-height: 360px;
}
main .fv-sec .container {
  height: 100%;
  position: relative;
}
main .fv-sec .container .text-items {
  display: table;
  width: 100%;
  height: 100%;
  padding: 0px 10%;
  position: absolute;
  z-index: 2;
}
main .fv-sec .container .text-items .title-wrapper {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
main .fv-sec .container .text-items .title-wrapper p {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}
main .fv-sec .container .text-items .title-wrapper h2 {
  border-top: 1px solid #fff;
  color: #fff;
  display: inline-block;
  font-size: 28px;
  font-weight: bold;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  margin-top: 8px;
  padding: 10px 0 0;
}
main .fv-sec .container .image-items .image-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
}
main .fv-sec .container::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  z-index: 1;
}
main .sections-wrapper {
  display: flex;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  align-items: flex-start;
}
main .sections-wrapper .side-nav {
  background: #fff;
  box-shadow: 0px 3px 10px 4px rgba(96, 155, 242, 0.1);
  border-radius: 20px;
  width: 190px;
  text-align: center;
  margin-top: 40px;
  padding: 25px 20px;
  postion: -webkit-sticky;
  position: sticky;
  top: 20vh;
}
main .sections-wrapper .side-nav .time {
  color: #00388D;
  font-weight: bold;
  text-decoration: none;
}
main .sections-wrapper .side-nav ul {
  margin: 16px 0 0;
  padding: 0;
}
main .sections-wrapper .side-nav ul li {
  line-height: 1;
  list-style: none;
  text-align: right;
}
main .sections-wrapper .side-nav ul li a {
  color: #000;
  text-decoration: none;
  font-size: 12px;
}
main .sections-wrapper .side-nav ul li .active {
  color: #00388D;
  position: relative;
}
main .sections-wrapper .side-nav ul li .active::after {
  background: #00388D;
  border-radius: 50%;
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: calc(50% - 3px);
  right: -13px;
}
main .sections-wrapper .side-nav ul li:nth-of-type(n + 2) {
  margin-top: 12px;
}
main .sections-wrapper .sections {
  padding-left: 3%;
  width: calc(100% - 190px);
}
main .sections-wrapper .sections .section {
  margin-top: 30px;
}
main .sections-wrapper .sections .section .container {
  padding: 40px 0;
}
main .sections-wrapper .sections .about-conf {
  border: 1px solid #a6a6a6;
  text-align: center;
  width: 80%;
  max-width: 650px;
  margin: 40px auto 0;
  padding: 24px;
}
main .sections-wrapper .sections .about-conf h3 {
  font-size: 24px;
  font-weight: bold;
}
main .sections-wrapper .sections .about-conf p {
  font-size: 18px;
  font-weight: bold;
}
main .sections-wrapper .sections .about-conf .conf-info {
  font-size: 18px;
  font-weight: normal;
  margin-top: 16px;
}
main .sections-wrapper .sections .about-conf .conf-info span {
  font-size: 20px;
  font-weight: bold;
}
main .sections-wrapper .sections .tasks-announce {
  margin-top: 40px;
  text-align: center;
}
main .sections-wrapper .sections .tasks-announce h3 {
  font-size: 24px;
}
main .sections-wrapper .sections .tasks-announce .flyer {
  margin-top: 10px;
  font-size: 16px;
}
main .sections-wrapper .sections .tasks-announce .description {
  background: rgba(96, 155, 242, 0.1);
  margin-top: 10px;
  padding: 32px;
  text-align: left;
}
main .sections-wrapper .sections .tasks-announce .accent-btn-wrapper .attention {
  margin-top: 8px;
}
main .sections-wrapper .sections .evaluation-tasks {
  padding: 50px 0;
  margin-top: 40px;
  position: relative;
}
main .sections-wrapper .sections .evaluation-tasks .description {
  margin-top: 12px;
}
main .sections-wrapper .sections .evaluation-tasks .container {
  margin-top: 30px;
}
main .sections-wrapper .sections .evaluation-tasks .container .tasks-wrapper h4 {
  font-size: 20px;
  padding-left: 30px;
  position: relative;
}
main .sections-wrapper .sections .evaluation-tasks .container .tasks-wrapper h4::before {
  content: "";
  width: 16px;
  height: 16px;
  background: #00388D;
  position: absolute;
  top: calc(50% - 8px);
  left: 0;
}
main .sections-wrapper .sections .evaluation-tasks .container .tasks-wrapper .tasks-items {
  list-style: none;
  margin-top: 6px;
  padding-left: 30px;
}
main .sections-wrapper .sections .evaluation-tasks .container .tasks-wrapper .tasks-items .task-item {
  border-top: 1px solid rgba(96, 155, 242, 0.25);
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
}
main .sections-wrapper .sections .evaluation-tasks .container .tasks-wrapper .tasks-items .task-item .task-name {
  color: #002255;
  display: inline-block;
  font-weight: bold;
  width: 100%;
  padding: 12px 42px 12px 12px;
}
main .sections-wrapper .sections .evaluation-tasks .container .tasks-wrapper .tasks-items .task-item:hover {
  background: #f9f9f9;
}
main .sections-wrapper .sections .evaluation-tasks .container .tasks-wrapper .tasks-items .task-item:last-child {
  border-bottom: 1px solid rgba(96, 155, 242, 0.25);
}
main .sections-wrapper .sections .evaluation-tasks .container .tasks-wrapper .tasks-items .js-accordion {
  position: relative;
}
main .sections-wrapper .sections .evaluation-tasks .container .tasks-wrapper .tasks-items .js-accordion .accordion-box {
  display: none;
  padding: 0 12px;
}
main .sections-wrapper .sections .evaluation-tasks .container .tasks-wrapper .tasks-items .js-accordion::before {
  background: #000;
  content: "";
  width: 18px;
  height: 2px;
  position: absolute;
  top: 24px;
  right: 16px;
  transition: 0.6s ease;
}
main .sections-wrapper .sections .evaluation-tasks .container .tasks-wrapper .tasks-items .js-accordion::after {
  background: #000;
  content: "";
  width: 18px;
  height: 2px;
  position: absolute;
  top: 24px;
  right: 16px;
  transform: rotate(90deg);
  transition: 0.6s ease;
}
main .sections-wrapper .sections .evaluation-tasks .container .tasks-wrapper .tasks-items .js-accordion.is-accordion--open::before {
  transform: rotate(0deg);
}
main .sections-wrapper .sections .evaluation-tasks .container .tasks-wrapper .tasks-items .js-accordion.is-accordion--open::after {
  transform: rotate(-180deg);
}
main .sections-wrapper .sections .evaluation-tasks .container .tasks-wrapper .tasks-items .js-accordion.is-accordion--open .accordion-box {
  height: auto;
  opacity: 1;
  padding-bottom: 12px;
}
main .sections-wrapper .sections .evaluation-tasks .container .tasks-wrapper .tasks-items .js-accordion.is-accordion--open .accordion-box p:nth-of-type(n + 2) {
  margin-top: 16px;
}
main .sections-wrapper .sections .evaluation-tasks .container .tasks-wrapper .tasks-items .js-accordion.is-accordion--open .accordion-box p:nth-of-type(n + 2) span {
  color: #002255;
  font-weight: bold;
}
main .sections-wrapper .sections .evaluation-tasks .container .pilot-tasks {
  margin-top: 30px;
}
main .sections-wrapper .sections .evaluation-tasks .container .attention {
  margin-top: 30px;
}
main .sections-wrapper .sections .schedule {
  padding: 80px 0;
}
main .sections-wrapper .sections .schedule .container {
  flex: 1;
}
main .sections-wrapper .sections .schedule .container table {
  width: 100%;
  border-collapse: collapse;
}
main .sections-wrapper .sections .schedule .container table tbody tr td, main .sections-wrapper .sections .schedule .container table tbody tr th {
  font-weight: normal;
  padding: 18px 22px;
  text-align: left;
}
main .sections-wrapper .sections .schedule .container table tbody tr th {
  position: relative;
}
main .sections-wrapper .sections .schedule .container table tbody tr th::before {
  background: #609BF2;
  content: "";
  width: 1px;
  height: 34px;
  position: absolute;
  top: calc(50% - 17px);
  left: 0;
}
main .sections-wrapper .sections .schedule .container table tbody tr:nth-of-type(2n + 1) {
  background: rgba(96, 155, 242, 0.05);
}
main .sections-wrapper .sections .schedule .container .attention {
  margin: 20px 10px;
}
main .sections-wrapper .sections .notes .container {
  padding-bottom: 30px;
}
main .sections-wrapper .sections .notes .container p {
  padding: 12px 0;
  border-bottom: 1px dashed #00388D;
}
main .sections-wrapper .sections .contact {
  margin: 40px 0 0;
}
main .sections-wrapper .sections .contact .container .contact-items h4 {
  font-size: 20px;
  padding-left: 30px;
  position: relative;
}
main .sections-wrapper .sections .contact .container .contact-items h4::before {
  background: #00388D;
  content: "";
  position: absolute;
  top: calc(50% - 9px);
  left: 0;
  width: 16px;
  height: 16px;
}
main .sections-wrapper .sections .contact .container .contact-items .info {
  padding-left: 32px;
  margin-top: 10px;
}
main .sections-wrapper .sections .contact .container .contact-items .contact-item {
  padding-left: 60px;
  margin-top: 16px;
}
main .sections-wrapper .sections .contact .container .contact-items .contact-item p:first-of-type {
  font-weight: bold;
  position: relative;
}
main .sections-wrapper .sections .contact .container .contact-items .contact-item p:first-of-type::before {
  background: #00388D;
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: -24px;
  width: 16px;
  height: 2px;
}
main .sections-wrapper .sections .contact .container .contact-items:nth-of-type(2) {
  margin-top: 40px;
}
main .sections-wrapper .sections .chairs .container .tab-list {
  background: #E0E0E0;
  border-radius: 20px;
  display: table;
  list-style: none;
  margin: 0 auto;
  padding-left: 0;
}
main .sections-wrapper .sections .chairs .container .tab-list .tab-item {
  display: table-cell;
}
main .sections-wrapper .sections .chairs .container .tab-list .tab-item a {
  background: #E0E0E0;
  border-radius: 20px;
  color: #555555;
  display: inline-block;
  font-weight: bold;
  padding: 8px 40px;
  text-decoration: none;
}
main .sections-wrapper .sections .chairs .container .tab-list .tab-item a:hover {
  color: #555555 !important;
  opacity: 0.8;
  text-decoration: none !important;
}
main .sections-wrapper .sections .chairs .container .tab-list .active a {
  background: #00388D;
  color: #fff;
}
main .sections-wrapper .sections .chairs .container .tab-list .active a:hover {
  color: #fff !important;
  opacity: 0.8;
  text-decoration: none !important;
}
main .sections-wrapper .sections .chairs .container .organization-wrapper .organization-item {
  margin-top: 40px;
}
main .sections-wrapper .sections .chairs .container .organization-wrapper .organization-item h3 {
  border-left: 6px solid #002255;
  padding-left: 14px;
}
main .sections-wrapper .sections .chairs .container .organization-wrapper .organization-item .organization-list {
  padding-left: 0;
}
main .sections-wrapper .sections .chairs .container .organization-wrapper .organization-item .organization-list li {
  display: flex;
  gap: 5%;
  padding: 12px 0;
}
main .sections-wrapper .sections .chairs .container .organization-wrapper .organization-item .organization-list li .photo {
  width: 20%;
}
main .sections-wrapper .sections .chairs .container .organization-wrapper .organization-item .organization-list li .photo img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
main .sections-wrapper .sections .chairs .container .organization-wrapper .organization-item .organization-list li .text {
  width: 75%;
}
main .sections-wrapper .sections .chairs .container .organization-wrapper .organization-item .organization-list li .text span {
  background: rgba(96, 155, 242, 0.25);
  display: block;
  font-weight: bold;
  padding: 5px 12px;
  margin-bottom: 6px;
}
main .sections-wrapper .sections .organizers .container .tab-list {
  background: #E0E0E0;
  border-radius: 20px;
  display: table;
  list-style: none;
  margin: 0 auto;
  padding-left: 0;
}
main .sections-wrapper .sections .organizers .container .tab-list .tab-item {
  display: table-cell;
}
main .sections-wrapper .sections .organizers .container .tab-list .tab-item a {
  background: #E0E0E0;
  border-radius: 20px;
  color: #555555;
  display: inline-block;
  font-weight: bold;
  padding: 8px 40px;
  text-decoration: none;
}
main .sections-wrapper .sections .organizers .container .tab-list .tab-item a:hover {
  color: #555555 !important;
  opacity: 0.8;
  text-decoration: none !important;
}
main .sections-wrapper .sections .organizers .container .tab-list .active a {
  background: #00388D;
  color: #fff;
}
main .sections-wrapper .sections .organizers .container .tab-list .active a:hover {
  color: #fff !important;
  opacity: 0.8;
  text-decoration: none !important;
}
main .sections-wrapper .sections .organizers .container .organization-wrapper .attention {
  margin: 24px 0;
}
main .sections-wrapper .sections .organizers .container .organization-wrapper .tasks-label-wrapper {
  margin-top: 16px;
}
main .sections-wrapper .sections .organizers .container .organization-wrapper .tasks-label-wrapper .task-type-name {
  font-weight: bold;
}
main .sections-wrapper .sections .organizers .container .organization-wrapper .tasks-label-wrapper .labels {
  display: flex;
  gap: 5%;
  flex-wrap: wrap;
  list-style: none;
  margin: 4px 0;
  padding: 0;
}
main .sections-wrapper .sections .organizers .container .organization-wrapper .tasks-label-wrapper .labels .label {
  display: flex;
  align-items: center;
}
main .sections-wrapper .sections .organizers .container .organization-wrapper .tasks-label-wrapper .labels .label img {
  display: inline;
}
main .sections-wrapper .sections .organizers .container .organization-wrapper .tasks-label-wrapper .labels .label a {
  text-decoration: none;
  color: #00388D;
  padding-left: 4px;
}
main .sections-wrapper .sections .organizers .container .organization-wrapper .title {
  background: #00388D;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  width: 100%;
  margin-top: 40px;
  padding: 12px 20px;
}
main .sections-wrapper .sections .organizers .container .organization-wrapper .organization-item {
  margin-top: 40px;
}
main .sections-wrapper .sections .organizers .container .organization-wrapper .organization-item h3 {
  border-left: 6px solid #002255;
  padding-left: 14px;
}
main .sections-wrapper .sections .organizers .container .organization-wrapper .organization-item .organization-list {
  padding-left: 0;
}
main .sections-wrapper .sections .organizers .container .organization-wrapper .organization-item .organization-list li {
  display: flex;
  gap: 5%;
  padding: 12px 0;
}
main .sections-wrapper .sections .organizers .container .organization-wrapper .organization-item .organization-list li .photo {
  width: 20%;
}
main .sections-wrapper .sections .organizers .container .organization-wrapper .organization-item .organization-list li .photo img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
main .sections-wrapper .sections .organizers .container .organization-wrapper .organization-item .organization-list li .text {
  width: 75%;
}
main .sections-wrapper .sections .organizers .container .organization-wrapper .organization-item .organization-list li .text span {
  background: rgba(96, 155, 242, 0.25);
  display: block;
  font-weight: bold;
  padding: 5px 12px;
  margin-bottom: 6px;
}

@media screen and (max-width: 780px) {
  main .fv {
    height: 40vh;
    min-height: 310px;
  }
  main .fv .container .text-items {
    padding: 0 5%;
    top: 7vh;
  }
  main .fv .container .text-items .title-wrapper p {
    font-size: 16px;
  }
  main .fv .container .text-items .title-wrapper h2 {
    font-size: 36px;
  }
  main .fv .container .text-items .description {
    font-size: 14px;
    width: auto;
  }
  main .fv .container .text-items .description span {
    font-size: 14px;
  }
  main .fv .container .text-items .description span::before {
    top: 10px;
    width: calc(50% - 64px);
  }
  main .fv .container .text-items .description span::after {
    top: 10px;
    width: calc(50% - 64px);
  }
  main .fv-sec .container .text-items {
    padding: 0 5%;
  }
  main .fv-sec .container .text-items .title-wrapper p {
    font-size: 16px;
  }
  main .fv-sec .container .text-items .title-wrapper h2 {
    font-size: 24px;
    margin-top: 6px;
  }
  main .bread-crumb-list ol li a {
    font-size: 12px;
  }
  main .bread-crumb-list ol li:first-of-type {
    padding-left: 15px;
  }
  main .bread-crumb-list ol li:first-of-type::before {
    top: 7px;
    width: 12px;
    height: 12px;
  }
  main .bread-crumb-list ol li:nth-of-type(n + 2)::before {
    font-size: 12px;
  }
  main .sections-wrapper {
    width: 100%;
  }
  main .sections-wrapper .side-nav {
    display: none;
  }
  main .sections-wrapper .sections {
    width: 100%;
    padding-left: 0;
  }
  main .sections-wrapper .sections .section {
    display: block;
    padding: 30px 5%;
    margin-top: 0;
  }
  main .sections-wrapper .sections .section .header-text .sub-title {
    font-size: 16px;
  }
  main .sections-wrapper .sections .section .header-text h3 {
    font-size: 24px;
  }
  main .sections-wrapper .sections .section .container {
    padding: 0;
  }
  main .sections-wrapper .sections .about-conf {
    width: 90%;
    margin-top: 20px;
    padding: 24px;
  }
  main .sections-wrapper .sections .about-conf h3 {
    font-size: 20px;
  }
  main .sections-wrapper .sections .about-conf p {
    font-size: 16px;
  }
  main .sections-wrapper .sections .about-conf .conf-info {
    font-size: 16px;
  }
  main .sections-wrapper .sections .about-conf .conf-info span {
    font-size: 16px;
  }
  main .sections-wrapper .sections .tasks-announce .description {
    padding: 5%;
  }
  main .sections-wrapper .sections .tasks-announce h3 {
    font-size: 20px;
  }
  main .sections-wrapper .sections .evaluation-tasks .header-text h3::after {
    width: calc(100% - 210px);
  }
  main .sections-wrapper .sections .evaluation-tasks .container .tasks-wrapper h4 {
    font-size: 18px;
    padding-left: 26px;
  }
  main .sections-wrapper .sections .evaluation-tasks .container .tasks-wrapper h4::before {
    width: 14px;
    height: 14px;
  }
  main .sections-wrapper .sections .evaluation-tasks .container .tasks-wrapper .tasks-items {
    margin-top: 12px;
    padding-left: 0;
  }
  main .sections-wrapper .sections .evaluation-tasks .container .tasks-wrapper .tasks-items .js-accordion::before {
    right: 8px;
  }
  main .sections-wrapper .sections .evaluation-tasks .container .tasks-wrapper .tasks-items .js-accordion::after {
    right: 8px;
  }
  main .sections-wrapper .sections .evaluation-tasks .container .tasks-wrapper .tasks-items .task-item .task-name {
    font-size: 14px;
    padding: 12px 32px 12px 8px;
  }
  main .sections-wrapper .sections .evaluation-tasks .container .tasks-wrapper .tasks-items .task-item .accordion-box p {
    font-size: 14px;
  }
  main .sections-wrapper .sections .contact .container {
    margin-top: 0px;
  }
  main .sections-wrapper .sections .contact .container .contact-items {
    margin-top: 30px;
  }
  main .sections-wrapper .sections .contact .container .contact-items h4 {
    font-size: 18px;
    padding-left: 26px;
  }
  main .sections-wrapper .sections .contact .container .contact-items h4::before {
    top: calc(50% - 7px);
    width: 14px;
    height: 14px;
  }
  main .sections-wrapper .sections .contact .container .contact-items .contact-item {
    padding-left: 24px;
  }
  main .sections-wrapper .sections .contact .container .contact-items .contact-item p {
    font-size: 16px;
  }
  main .sections-wrapper .sections .contact .container .contact-items .info {
    padding-left: 0;
  }
  main .sections-wrapper .sections .contact .container .contact-items .info span {
    font-weight: bold;
  }
  main .sections-wrapper .sections .chairs .container .tab-list .tab-item a {
    padding: 8px 30px;
    font-size: 12px;
  }
  main .sections-wrapper .sections .chairs .container .organization-wrapper .organization-item {
    margin-top: 30px;
  }
  main .sections-wrapper .sections .chairs .container .organization-wrapper .organization-item .organization-list li .photo {
    width: 36%;
  }
  main .sections-wrapper .sections .organizers .container .tab-list .tab-item a {
    padding: 8px 30px;
    font-size: 12px;
  }
  main .sections-wrapper .sections .organizers .container .organization-wrapper {
    margin: 14px 0;
  }
  main .sections-wrapper .sections .organizers .container .organization-wrapper .title {
    margin-top: 30px;
  }
  main .sections-wrapper .sections .organizers .container .organization-wrapper .organization-item {
    margin-top: 30px;
  }
  main .sections-wrapper .sections .organizers .container .organization-wrapper .organization-item .organization-list li .photo {
    width: 36%;
  }
}/*# sourceMappingURL=common.css.map */