@font-face {
  font-family: "PT Root UI";
  src: url(/static/fonts/webfonts/PT-Root-UI_Regular.woff);
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "PT Root UI";
  src: url(/static/fonts/webfonts/PT-Root-UI_Bold.woff) format("woff"), url(/static/fonts/webfonts/PT-Root-UI_Bold.woff2) format("woff2");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "PT Root UI";
  src: url(/static/fonts/webfonts/PT-Root-UI_Regular.woff) format("woff"), url(/static/fonts/webfonts/PT-Root-UI_Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
body {
  font-family: "PT Root UI", "Arial", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #17171C;
  overflow-x: hidden;
  margin: 0;
  position: relative;
  background-color: #ffffff !important;
}

img {
  width: 100%;
}

.container {
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  min-height: calc(100vh - 140px);
  position: relative;
}

.container-exercise {
  overflow-y: auto;
}

.disclaimer {
  font-size: 14px;
  line-height: 20px;
  color: #787882;
}

a {
  color: #2E2E38;
  text-decoration: none;
}
a:hover {
  color: #2E2E38;
  -webkit-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
}

.btn {
  color: black;
  line-height: 27px;
  /* margin-left: auto; */
  background-color: #ffffff00;
  padding: 10px 40px;
}

.btn_right_arrow {
  margin-top: 19px;
  margin-right: auto;
  width: 10px;
  height: 10px;
  border-top: 1px solid black;
  border-left: 1px solid black;
  transform: rotate(135deg);
}

a.btn,
.btn {
  background-color: #17171C !important;
  color: #fff !important;
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
}
a.btn:hover,
.btn:hover {
  cursor: pointer !important;
  background-color: #2E2E38 !important;
  color: #fff !important;
  -webkit-transition: 0.1s ease-out !important;
  transition: 0.1s ease-out !important;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1), 0px 0px 1px rgba(0, 0, 0, 0.1) !important;
}

.btn-go-training {
  font-size: 16px;
  line-height: 22px;
}

.btn.btn-white {
  background-color: #fff !important;
  color: #2E2E38 !important;
  border: 1px solid #C7C7CC;
  width: fit-content;
  width: -moz-fit-content;
}
.btn.btn-white:hover, .btn.btn-white:focus {
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1), 0px 0px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
  background-color: #fff;
  color: #2E2E38;
}

.link {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 4px;
}
.link:hover {
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
  -webkit-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
  cursor: pointer;
}

.link_mail,
.link_txt,
.article_text a {
  text-decoration: underline;
}
.link_mail:hover,
.link_txt:hover,
.article_text a:hover {
  color: #3D95F5;
  -webkit-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
}

.link_txt-blue,
.article_text a,
.exercise-instruction a {
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 122, 255, 0.3);
}

.link_btn {
  color: #007AFF;
  width: fit-content;
  width: -moz-fit-content;
  border-bottom: 1px solid transparent;
}
.link_btn:hover {
  color: #3D95F5;
  text-decoration: none;
  border-bottom: 1px solid #3D95F5;
  cursor: pointer;
  -webkit-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
}

.link_btn.btn:hover {
  text-decoration: none;
  border-bottom: 1px solid #C7C7CC;
}

.text-error {
  color: #FF3B30;
}
.text-error a {
  color: #FF3B30;
  text-decoration: none;
  border-bottom: 1px solid #FF3B30;
}
.text-error a:hover, .text-error a:focus, .text-error a:active {
  color: #FF3B30;
  text-decoration: none;
}

.el_check {
  width: 30px;
  height: 30px;
  border: 1px solid #787882;
  box-sizing: border-box;
  border-radius: 4px;
  margin: 0;
  margin-right: 10px;
  min-width: 30px;
  position: relative;
}

.el_check:hover {
  cursor: pointer;
  border: 1px solid #17171C;
  background-color: #F9F9FB;
  -webkit-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
}
.el_check:hover::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 2px;
  height: 17px;
  background-color: #007AFF;
  left: 17px;
  top: 6px;
  transform: rotate(45deg);
  border: 1px solid #17171C;
}
.el_check:hover::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 2px;
  height: 9px;
  background-color: #007AFF;
  left: 8px;
  top: 12px;
  transform: rotate(-45deg);
}

.el_check.el_checked::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 2px;
  height: 17px;
  background-color: #007AFF;
  left: 17px;
  top: 6px;
  transform: rotate(45deg);
}
.el_check.el_checked::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 2px;
  height: 9px;
  background-color: #007AFF;
  left: 8px;
  top: 12px;
  transform: rotate(-45deg);
}

.container {
  display: flex;
  flex-direction: column;
}

.content {
  margin: 0;
  padding: 20px;
}

.icons {
  fill: #17171C;
  stroke: none;
  padding: 0;
  margin: 0;
}
.icons:hover {
  fill: #17171C;
}
.icons:active {
  fill: #17171C;
}

.icons--reward {
  vertical-align: bottom;
  margin-left: 5px;
}

.hide {
  display: none !important;
}

h1 {
  font-size: 40px;
  line-height: 45px;
  font-weight: bold;
  color: #17171C;
  margin: 0;
}

h2 {
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
  color: #17171C;
  margin: 0;
}

h3 {
  font-size: 27px;
  line-height: 33px;
  font-weight: bold;
  color: #17171C;
  margin: 0;
}

h4 {
  font-size: 21px;
  line-height: 26px;
  font-weight: bold;
  color: #17171C;
  margin: 0;
}

h5 {
  font-size: 19px;
  line-height: 24px;
  font-weight: bold;
  color: #17171C;
  margin: 0;
}

input {
  font-family: "PT Root UI", "Arial", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #17171C;
  background: #fff;
  border: 1px solid #C7C7CC;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 8px 15px;
  height: 36px;
  outline: none;
}

textarea {
  outline: none;
}

input:hover,
input:active,
input:focus,
input:hover,
textarea:active,
textarea:focus,
textarea:hover {
  border: 1px solid #787882;
  -webkit-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
}

input::-webkit-input-placeholder,
input::placeholder,
textarea::-webkit-input-placeholder,
textarea::placeholder {
  color: #AEAEB2;
}

.btn-arrow {
  display: none;
}

@media (min-width: 640px) {
  .container {
    min-height: calc(100vh - 90px);
  }

  .container-theory {
    padding-bottom: 130px;
  }

  input {
    height: 50px;
    font-size: 19px;
    line-height: 30px;
  }

  .btn {
    font-size: 18px;
    line-height: 24px;
  }

  a.btn,
.btn {
    font-size: 18px;
    line-height: 24px;
  }

  .btn-arrow {
    display: block;
    height: calc(100% - 10px);
    width: 97px;
    position: absolute;
    top: 0px;
  }

  .btn-arrow-left {
    left: 0;
  }

  .btn-arrow-right {
    right: 0;
  }

  .btn-arrow > button {
    display: block;
    height: 100%;
    background: none;
    border: none;
    width: 100%;
    position: relative;
  }
  .btn-arrow > button::after {
    content: "";
    position: absolute;
    border-top: 2px solid #17171C;
    border-right: 2px solid #17171C;
    width: 30px;
    height: 30px;
    bottom: 50%;
    display: none;
  }
  .btn-arrow > button:hover {
    cursor: pointer;
  }
  .btn-arrow > button:hover::after {
    display: block;
  }

  .hover-material:hover .btn-arrow > button::after {
    display: block;
  }

  .btn-arrow > button.arrow-right::after {
    transform: rotate(45deg);
    right: 16px;
  }

  .btn-arrow > button.arrow-left::after {
    transform: rotate(-135deg);
    left: 16px;
  }

  .btn-arrow > button.arrow-left {
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03551) 13.33%, rgba(255, 255, 255, 0.147411) 26.67%, rgba(255, 255, 255, 0.231775) 33.33%, rgba(255, 255, 255, 0.331884) 40%, rgba(255, 255, 255, 0.442691) 46.67%, rgba(255, 255, 255, 0.557309) 53.33%, rgba(255, 255, 255, 0.668116) 60%, rgba(255, 255, 255, 0.768225) 66.67%, rgba(255, 255, 255, 0.852589) 73.33%, rgba(255, 255, 255, 0.91834) 80%, rgba(255, 255, 255, 0.991353) 93.33%, #FFFFFF 100%);
  }

  .btn-arrow > button.arrow-right {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03551) 13.33%, rgba(255, 255, 255, 0.147411) 26.67%, rgba(255, 255, 255, 0.231775) 33.33%, rgba(255, 255, 255, 0.331884) 40%, rgba(255, 255, 255, 0.442691) 46.67%, rgba(255, 255, 255, 0.557309) 53.33%, rgba(255, 255, 255, 0.668116) 60%, rgba(255, 255, 255, 0.768225) 66.67%, rgba(255, 255, 255, 0.852589) 73.33%, rgba(255, 255, 255, 0.91834) 80%, rgba(255, 255, 255, 0.991353) 93.33%, #FFFFFF 100%);
  }

  .btn-arrow > button.arrow-left_gray {
    background: linear-gradient(90deg, #F9F9FB 20%, rgba(249, 249, 251, 0) 100%);
  }

  .btn-arrow > button.arrow-right_gray {
    background: linear-gradient(270deg, #F9F9FB 20%, rgba(249, 249, 251, 0) 100%);
  }
}
@media (min-width: 768px) {
  .container {
    min-height: calc(100vh - 45px);
  }

  h1 {
    font-size: 70px;
    line-height: 65px;
  }

  h2 {
    font-size: 50px;
    line-height: 55px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
    width: auto;
  }
}
.navigator {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  font-weight: bold;
  padding: 15px 20px;
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  bottom: 0;
  order: 10;
  width: 100%;
  z-index: 100;
  color: #787882;
  box-sizing: border-box;
}
@-moz-document url-prefix() {
  .navigator {
    background-color: rgba(255, 255, 255, 0.95);
  }
}
.navigator .nav_logo {
  width: 46px;
  height: 20px;
  display: flex;
  flex-wrap: nowrap;
}
.navigator .nav_logo .count_new {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1px 2px;
  width: 13px;
  height: 13px;
  border: 1px solid #FFCC00;
  color: #FF9500;
  border-radius: 4px;
  font-size: 8px;
  line-height: 12px;
  box-sizing: border-box;
  margin: 0;
}
.navigator .nav_list {
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 19px;
}
.navigator .nav_list .nav_item {
  list-style-type: none;
  margin: 0 8px;
}
.navigator .nav_list .nav_item > a {
  color: #787882;
}
.navigator .nav_list .nav_item.active > a {
  color: #17171C;
}
.navigator .nav_list .nav_item:hover > a {
  color: #17171C;
  -webkit-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
  cursor: pointer;
}
.navigator .nav_list .nav_item:hover {
  cursor: pointer;
}
.navigator .menu__wrapper {
  position: relative;
}
.navigator .menu__wrapper .nav_menu-btn {
  height: 20px;
  width: 20px;
}
.navigator .menu__wrapper .nav_menu-btn .icons {
  fill: none;
  stroke: #8D8D94;
}
.navigator .menu__wrapper .nav_menu-btn .icons:hover {
  stroke: #17171C;
  -webkit-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
}
.navigator .menu__wrapper .nav_menu-btn:hover {
  cursor: pointer;
  -webkit-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
}
.navigator .menu__wrapper .nav_list-menu {
  flex-direction: column;
  position: absolute;
  right: 0;
  bottom: 35px;
  display: flex;
  padding: 30px;
  align-items: flex-start;
  /*box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);*/
  border-radius: 4px;
  background-color: #fff;
}
.navigator .menu__wrapper .nav_list-menu .nav_el {
  display: flex;
  margin-bottom: 22px;
  color: #8D8D94;
  align-items: center;
}
.navigator .menu__wrapper .nav_list-menu .nav_el:last-child {
  margin-bottom: 0;
}
.navigator .menu__wrapper .nav_list-menu .nav_el .nav_list-text {
  margin-left: 22px;
}
.navigator .menu__wrapper .nav_list-menu .nav_search:hover {
  cursor: pointer;
  -webkit-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
}
.navigator .menu__wrapper .nav_list-menu .nav_search:hover .nav_list-text {
  color: #17171C;
}
.navigator .menu__wrapper .nav_list-menu .nav_search:hover .icons {
  fill: #17171C;
}
.navigator .menu__wrapper .nav_list-menu a.nav_el:hover {
  cursor: pointer;
  -webkit-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
}
.navigator .menu__wrapper .nav_list-menu a.nav_el:hover .nav_list-text {
  color: #17171C;
}
.navigator .menu__wrapper .nav_list-menu a.nav_el:hover .icons {
  fill: #17171C;
}
.navigator .search-panel {
  position: fixed;
  left: 0;
  bottom: 50px;
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  padding: 12px 20px;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  font-weight: bold;
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  order: 10;
  z-index: 100;
  color: #787882;
  border-bottom: 1px solid #F3F3F6;
}
@-moz-document url-prefix() {
  .navigator .search-panel {
    background-color: rgba(255, 255, 255, 0.95);
  }
}
.navigator .search-panel .search-panel-close {
  height: 20px;
}
.navigator .search-panel .search-panel-close:hover {
  cursor: pointer;
}

@media (min-width: 640px) {
  .navigator {
    order: -1;
    position: relative;
    background-color: none;
    width: auto;
    color: #17171C;
    padding: 33px 20px;
  }
  .navigator .nav_logo {
    width: 134px;
  }
  .navigator .nav_list .nav_item {
    font-size: 16px;
    line-height: 24px;
  }
  .navigator .menu__wrapper {
    min-width: 68px;
  }
  .navigator .menu__wrapper .nav_menu {
    display: none;
  }
  .navigator .menu__wrapper .nav_list-menu {
    flex-direction: row;
    position: relative;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    bottom: 0;
  }
  .navigator .menu__wrapper .nav_list-menu .nav_el {
    margin-bottom: 0;
    width: 24px;
    margin-right: 20px;
  }
  .navigator .menu__wrapper .nav_list-menu .nav_el:last-child {
    margin-right: 0;
  }
  .navigator .menu__wrapper .nav_list-menu .nav_el .nav_search,
.navigator .menu__wrapper .nav_list-menu .nav_el .nav_profile {
    display: block;
    width: 24px;
    height: 24px;
  }
  .navigator .menu__wrapper .nav_list-menu .nav_el .nav_list-text {
    display: none;
  }
  .navigator .search-panel {
    left: 0;
    top: 90px;
    bottom: 0;
    border-top: 1px solid #F3F3F6;
    height: 80px;
    position: absolute;
  }
}
footer {
  color: #17171C;
  background: #F9F9FB;
  margin-top: 30px;
}

.footer {
  padding: 35px;
  margin-bottom: 50px;
  font-size: 14px;
  line-height: 19px;
}
.footer .footer_logo {
  display: none;
}
.footer .footer_list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  align-items: center;
}
.footer .footer_list .footer_item {
  list-style-type: none;
  margin: 0 15px;
}
.footer .footer_list .footer_item > a {
  color: #787882;
}
.footer .footer_list .footer_item.active > a {
  color: #17171C;
}
.footer .footer_list .footer_item:hover > a {
  color: #17171C;
  -webkit-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
}

@media (min-width: 640px) {
  .footer {
    margin-bottom: 0;
    max-width: 1200px;
    width: auto;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .footer {
    display: flex;
    justify-content: space-between;
    padding: 10px 30px;
  }
  .footer .footer_logo {
    display: block;
  }
}
.progress {
  border: 1px solid #F3F3F6;
  border-radius: 3px;
  margin: 0;
  margin-top: 20px;
  padding: 20px;
}
.progress .progress_inner {
  display: flex;
  flex-direction: column;
}
.progress .progress_inner h2 {
  margin: 20px 0;
}
.progress .progress_inner .progress_about {
  margin-bottom: 15px;
}
.progress .progress_inner .progress_about .progress_line {
  width: auto;
  height: 6px;
  background: #F3F3F6;
  border-radius: 3px;
  position: relative;
}
.progress .progress_inner .progress_about .progress_line .progress_line-inner {
  position: absolute;
  width: 0;
  height: 6px;
  left: 0;
  top: 0;
  background-color: #34C759;
  border-radius: 3px;
  -webkit-transition: width 2s;
  transition: width 2s;
}
.progress .progress_inner .progress_about .progress_descr {
  font-size: 14px;
  line-height: 19px;
  margin: 5px 0;
}
.progress .progress_skills {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  font-size: 23px;
  line-height: 30px;
}
.progress .progress_skills .skill-title {
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  margin-top: 12px;
}
.progress .progress_skills .skill-digital_wrapper {
  padding: 0;
  margin: 0;
}
.progress .progress_skills .skill {
  width: 80px;
  height: 80px;
  margin: 0;
  border: 5px solid transparent;
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.progress .progress_skills .skill .percent {
  margin-left: 5px;
}
.progress .progress_skills .skill_wrapper {
  width: 80px;
  position: relative;
  height: fit-content;
  width: -moz-fit-content;
  margin: 0 10px;
}
.progress .progress_skills .skill_wrapper:hover {
  cursor: pointer;
}
.progress .progress_skills .skill_wrapper:hover .link {
  box-shadow: none;
}
.progress .progress_skills .skill_wrapper:hover .skill div {
  opacity: 80%;
}
.progress .progress_skills .skill_wrapper:hover .skill-title {
  opacity: 80%;
}
.progress .progress_skills .skill-digital_wrapper {
  color: #21AF73;
}
.progress .progress_skills .skill-digital_wrapper .skill-digital {
  background: linear-gradient(white, white) padding-box, conic-gradient(#21AF73 0%, #D8EDE4 0%) border-box;
}
.progress .progress_skills .skill-personal_wrapper {
  color: #5C59EB;
}
.progress .progress_skills .skill-personal_wrapper .skill-personal {
  background: linear-gradient(white, white) padding-box, conic-gradient(#5C59EB 0%, #D9D9EE 0%) border-box;
}
.progress .progress_skills .skill-financial_wrapper {
  color: #1299C6;
}
.progress .progress_skills .skill-financial_wrapper .skill-financial {
  background: linear-gradient(white, white) padding-box, conic-gradient(#1299C6 0%, #D9E9EE 0%) border-box;
}
.progress .progress_skills .skill_wrapper.skill_wrapper-single {
  width: 344px;
  height: 156px;
}
.progress .progress_skills .skill_wrapper.skill_wrapper-single .skill {
  width: 100%;
  height: 100%;
  border-radius: 100px;
  flex-direction: row;
  border: 9px solid transparent;
}
.progress .progress_skills .skill_wrapper.skill_wrapper-single .skill .percent {
  font-size: 52px;
  line-height: 52px;
}
.progress .progress_skills .skill_wrapper.skill_wrapper-single .skill .skill-title {
  width: 95px;
  margin-top: 6px;
  text-align: left;
  margin-left: 10px;
}

.content-my-course .progress .progress_inner .block_continue {
  display: flex;
  flex-direction: column;
}
.content-my-course .progress .progress_inner .block_continue .next_task__wrapper {
  margin-top: 30px;
}
.content-my-course .progress .progress_inner .block_continue .next_task__wrapper .next_task__header span {
  line-height: 20px;
  vertical-align: text-top;
}
.content-my-course .progress .progress_inner .block_continue .next_task__wrapper .next_task__header .icons {
  fill: #787882;
}
.content-my-course .progress .progress_inner .block_continue .next_task__wrapper .next_task__name {
  color: #787882;
  font-size: 14px;
  line-height: 19px;
}
.content-my-course .progress .progress_inner .progress_about {
  margin-bottom: 25px;
}

.progress_course .progress_skills .skill-digital_wrapper .skill-digital,
.progress_course .progress_skills .skill-personal_wrapper .skill-personal,
.progress_course .progress_skills .skill-financial_wrapper .skill-financial {
  background: linear-gradient(#F9F9FB, #F9F9FB) padding-box, conic-gradient(#21AF73 0%, #D8EDE4 0%) border-box;
}

.article-situation .progress, .article-exercise .progress {
  flex-grow: 1;
  margin-top: 0;
  padding: 0;
  border: none;
}
.article-situation .progress .progress_inner, .article-exercise .progress .progress_inner {
  display: none;
}
.article-situation .progress .progress_inner .progress_about, .article-exercise .progress .progress_inner .progress_about {
  margin-top: 10px;
}

.content-my-course .section-theory.progress {
  padding: 20px 0;
}

.progress-all-theory {
  border: none;
  padding: 0;
}
.progress-all-theory .progress_inner .progress_about {
  margin: 0;
}

.progress_popup_inner .progress {
  display: flex;
  flex-direction: row;
  padding: 30px;
}
.progress_popup_inner .progress .progress_skills {
  margin: 0 auto;
}
.progress_popup_inner .progress .progress_skills .skill {
  width: 180px;
  height: 180px;
  border: 9px solid transparent;
  display: flex;
  flex-direction: column;
}
.progress_popup_inner .progress .progress_skills .skill .percent {
  font-size: 52px;
  line-height: 52px;
}
.progress_popup_inner .progress .progress_skills .skill .skill-title {
  width: 95px;
  margin-top: 0;
}
.progress_popup_inner .progress .progress_skills .skill_wrapper {
  width: 180px;
}
.progress_popup_inner .progress .progress_skills .skill_wrapper.skill_wrapper-single {
  width: 344px;
}

@media (min-width: 640px) {
  .progress .progress_inner .btn-go-training {
    line-height: 21px;
  }
  .progress .progress_inner .progress_about {
    margin: 20px 0;
  }
  .progress .progress_inner .btn {
    width: fit-content;
    width: -moz-fit-content;
    padding: 10px 28px;
  }

  .progress-main {
    align-items: center;
  }

  .content-my-course .progress .progress_inner .block_continue {
    flex-direction: row;
    align-items: center;
  }
  .content-my-course .progress .progress_inner .block_continue .btn-go-training {
    margin-right: 0;
  }
  .content-my-course .progress .progress_inner .block_continue .next_task__wrapper {
    margin-top: 0;
    margin-left: 30px;
  }

  .progress_course .progress .progress_skills .skill_wrapper {
    width: 180px;
  }
  .progress_course .progress .progress_skills .skill_wrapper.skill_wrapper-single {
    width: 344px;
  }
  .progress_course .progress .progress_skills .skill {
    width: 180px;
    height: 180px;
    border: 9px solid transparent;
    display: flex;
    flex-direction: column;
  }
  .progress_course .progress .progress_skills .skill .percent {
    font-size: 52px;
    line-height: 52px;
  }
  .progress_course .progress .progress_skills .skill .skill-title {
    width: 95px;
    margin-top: 6px;
  }
}
@media (min-width: 768px) {
  .progress {
    display: flex;
    flex-direction: row;
    padding: 30px;
  }
  .progress .progress_inner {
    order: 1;
    width: 50%;
    margin-right: 30px;
  }
  .progress .progress_inner h2 {
    margin: 0;
  }
  .progress .progress_inner .btn {
    display: inline;
    margin-right: auto;
    margin-top: 0;
  }
  .progress .progress_inner .progress_about {
    margin-bottom: 30px;
  }
  .progress .progress_skills {
    order: 2;
    width: 50%;
  }
  .progress .progress_skills .skill {
    width: 100px;
    height: 100px;
  }
  .progress .progress_skills .skill_wrapper {
    width: 100px;
  }

  .article-situation .progress .progress_inner, .article-exercise .progress .progress_inner {
    width: 100%;
    margin: 0;
  }

  .progress-all-theory {
    padding: 0;
  }
  .progress-all-theory .progress_inner {
    margin: 0;
    width: 100%;
  }
  .progress-all-theory .progress_inner .progress_about {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .progress .progress_skills .skill {
    width: 156px;
    height: 156px;
    border: 9px solid transparent;
    display: flex;
    flex-direction: column;
  }
  .progress .progress_skills .skill .percent {
    font-size: 40px;
    line-height: 52px;
  }
  .progress .progress_skills .skill .skill-title {
    width: 95px;
    margin-top: 6px;
  }
  .progress .progress_skills .skill_wrapper {
    width: 156px;
  }
}
.cards {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-auto-rows: 0fr;
  margin-bottom: 55px;
  margin-top: 40px;
}
.cards .card {
  margin: 15px 0;
  border: 1px solid #F3F3F6;
  border-radius: 3px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #fff;
}
.cards .card .title {
  font-weight: bold;
  font-size: 21px;
  line-height: 26px;
  color: #17171C;
  margin: 10px 0;
  font-size: 21px;
  line-height: 26px;
  margin-bottom: 0;
}
.cards .card .card_img {
  width: 100%;
  padding-top: 65%;
  position: relative;
  margin-bottom: 20px;
}
.cards .card .card_img img {
  border-radius: 4px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.cards .card .card_img-icons img {
  height: auto;
  width: 50px;
}
.cards .card .card_img-task {
  background: url(/static/images/card-img_task.svg) no-repeat;
  margin-top: auto;
  margin-bottom: 0;
}
.cards .card .card_img-task {
  background-size: 50px 50px;
  background-position: right bottom;
}
.cards .card_task {
  background-color: #E8E8FA;
}

.task_title_mob {
  color: rgba(46, 46, 56, 1);
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0;
  text-align: left;
  padding: 20px 0 30px;
}

.all_cards {
  font-size: 19px;
  line-height: 24px;
  font-weight: bold;
  text-align: center;
  color: #C7C7CC;
  margin: 0 auto 70px;
}

.all_cards-top {
  margin: 60px auto 0;
}

.all_cards-empty {
  margin-top: 138px;
  margin-bottom: 150px;
}
.all_cards-empty .all_cards-text {
  max-width: 395px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  color: #C7C7CC;
  margin-top: 30px;
}
.all_cards-empty .all_cards-img {
  margin: 0 auto;
}

@media (min-width: 768px) {
  .cards {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 80px;
  }
  .cards .card {
    margin-left: 15px;
    margin-right: 15px;
    padding: 30px;
  }
  .cards .card:hover {
    filter: drop-shadow(0px 16px 24px rgba(0, 0, 0, 0.06)) drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.04)) drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.04));
  }
  .cards .card:nth-child(odd) {
    margin-left: 0;
  }
  .cards .card:nth-child(even) {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .cards {
    grid-template-columns: repeat(3, 1fr);
  }
  .cards .card:nth-child(even) {
    margin-right: 15px;
  }
  .cards .card:nth-child(odd) {
    margin-left: 15px;
  }
  .cards .card:nth-child(3n) {
    margin-right: 0;
  }
  .cards .card:nth-child(3n+1) {
    margin-left: 0;
  }
}
.content .descr .descr-img {
  width: 100%;
}
.content .block_progress {
  width: auto;
  height: 2px;
  background-color: #F2F2F6;
  flex-grow: 1;
  margin-bottom: 30px;
}
.content .block_top {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.content .content-descr {
  font-size: 18px;
  line-height: 24px;
  color: #787882;
  margin: 10px auto 30px;
  text-align: center;
}
.content .disclaimer-theory {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #787882;
  margin-top: 100px;
}

.content-situation .suggest_situation {
  text-align: center;
  padding-top: 70px;
  padding-bottom: 130px;
}

.content-theory h1,
.content-situation h1 {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 20px;
}

.container-first_page .content-theory h1 {
  margin-top: 163px;
  margin-bottom: 15px;
}

.content-safety .descr,
.content-course .descr {
  display: flex;
  flex-direction: column;
}
.content-safety .descr .content-descr,
.content-course .descr .content-descr {
  text-align: left;
}
.content-safety .descr .descr-img_wrapper,
.content-course .descr .descr-img_wrapper {
  order: 1;
}
.content-safety .descr div,
.content-course .descr div {
  order: 2;
}

.content-exercise .descr {
  display: flex;
  flex-direction: column;
}
.content-exercise .descr .descr-img_wrapper {
  order: 1;
}
.content-exercise .descr div {
  order: 2;
}

.content-my-course .content_inner h1 {
  margin-bottom: 60px;
  margin-top: 30px;
  text-align: center;
}

.content-course-ready .content_inner {
  max-width: 750px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  margin-bottom: 100px;
  margin-top: 20px;
  color: #17171C;
}
.content-course-ready .content_inner .btn-start {
  width: fit-content;
  width: -moz-fit-content;
  margin-left: auto;
  margin-right: auto;
}
.content-course-ready .content_inner img {
  width: 400px;
  margin: 0 auto;
}
.content-course-ready .content_inner h1 {
  margin-bottom: 30px;
  margin-top: 40px;
  text-align: center;
}
.content-course-ready .content_inner .user_problems .do_test {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 40px;
  text-align: center;
}
.content-course-ready .content_inner .user_problems .textarea_descr {
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 10px;
}
.content-course-ready .content_inner .user_problems .question__txt {
  width: 100%;
  background: #fff;
  border: 1px solid #C7C7CC;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 10px 15px;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 22px;
  color: #17171C;
  font-family: "PT Root UI", "Arial", sans-serif;
}

.content-course .content-descr-test {
  color: #17171C;
  padding-top: 20px;
}
.content-course .btns-login {
  display: flex;
  flex-wrap: wrap;
}
.content-course .btns-login .btn {
  padding: 10px 40px;
  margin-right: 20px;
}
.content-course .btns-login .btn-to-login {
  font-size: 16px;
  line-height: 22px;
  color: #787882;
  padding: 0;
  border: 0;
  text-align: left;
  max-width: 225px;
  padding-top: 10px;
}
.content-course .test_wrapper {
  margin-top: 50px;
}
.content-course .test_wrapper .test_inner {
  display: flex;
  flex-direction: column;
}
.content-course .test_wrapper .test_inner .btn-next {
  width: fit-content;
  width: -moz-fit-content;
}
.content-course .test_wrapper .test_inner .progress_test {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 26px;
}
.content-course .test_wrapper .test_inner .progress_test .block_return {
  margin-right: 16px;
  margin-bottom: 0;
  margin-top: 3px;
}
.content-course .test_wrapper .test_inner .progress_test .progress_line {
  height: 8px;
  width: 100%;
  background: #F3F3F6;
  position: relative;
}
.content-course .test_wrapper .test_inner .progress_test .progress_line .progress_question {
  position: absolute;
  height: 8px;
  width: 0;
  top: 0;
  left: 0;
  background: #007AFF;
  -webkit-transition: width 2s;
  transition: width 2s;
}
.content-course .threats .content-descr {
  text-align: left;
  margin-bottom: 30px;
}

.btn-set-list {
  display: none;
  padding: 3px;
  position: absolute;
  width: 22px;
  height: 22px;
  right: 10px;
  bottom: 10px;
  background: #fff;
  border: 1px solid #C7C7CC;
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 16px;
  text-align: center;
  z-index: 1;
  line-height: 13px;
}
.btn-set-list:hover {
  cursor: pointer;
}

.material-el:hover .btn-set-list {
  display: block;
}

@media (min-width: 640px) {
  .content-course-ready .content_inner {
    margin-bottom: 100px;
  }
  .content-course-ready .content_inner .user_problems .do_test {
    margin-bottom: 60px;
  }

  .content-situation .suggest_situation {
    font-size: 18px;
    line-height: 24px;
  }

  .content-my-course .content_inner h1 {
    margin-bottom: 90px;
    margin-top: 30px;
  }
  .content-my-course .content-descr_my-course {
    margin-bottom: 60px;
  }

  .threats_course .content-descr_my-course {
    margin-bottom: 30px;
  }

  .content-theory h1,
.content-situation h1 {
    margin-bottom: 28px;
  }

  .content-theory .content-descr,
.content-situation .content-descr {
    margin: 10px 150px 100px;
  }

  .content-safety .descr,
.content-course .descr {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .content-safety .descr div,
.content-course .descr div {
    max-width: 553px;
    margin-right: auto;
  }
  .content-safety .descr .descr-img_wrapper,
.content-course .descr .descr-img_wrapper {
    order: 3;
    min-width: 320px;
    flex-grow: 1;
  }

  .content-course .test_wrapper {
    margin-top: 98px;
  }
  .content-course .test_wrapper .test_inner .progress_test .block_return {
    margin-right: 32px;
    margin-top: 3px;
  }
  .task_title_mob {
    display: none;
  }
}
@media (min-width: 1200px) {
  .content-course-ready .content_inner {
    margin-bottom: 200px;
  }

  .content-theory .content-descr,
.content-situation .content-descr {
    margin: 10px 300px 140px;
  }

  .content-situation .content-descr {
    margin-bottom: 126px;
  }
}
.content-theory .skills__wrapper {
  top: 0;
  z-index: 5;
  width: 100%;
  background-color: #fff;
}
.content-theory .skills__wrapper .skills {
  display: grid;
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(3, 1fr);
  overflow: auto;
  margin-bottom: 40px;
}
.content-theory .skills__wrapper .skills .skill {
  margin: 0 15px;
  width: 289px;
}
.content-theory .skills__wrapper .skills .skill input[type=checkbox] {
  z-index: -1;
  opacity: 0;
  display: block;
  width: 0;
  height: 0;
  position: absolute;
}
.content-theory .skills__wrapper .skills .checkbox-inner {
  margin: 10px 0;
  border-radius: 20px;
  color: #fff;
  padding: 30px;
  border: 1px solid #F3F3F6;
  display: flex;
  flex-direction: column;
  position: relative;
}
.content-theory .skills__wrapper .skills .checkbox-inner .text {
  opacity: 0.8;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 15px;
}
.content-theory .skills__wrapper .skills .checkbox-inner h3 {
  margin-bottom: 5px;
}
.content-theory .skills__wrapper .skills .checkbox-inner .img {
  display: none;
}
.content-theory .skills__wrapper .skills .checkbox-inner .amount {
  display: none;
}
.content-theory .skills__wrapper .skills .skill.skill-personal input[type=checkbox] + .checkbox-inner {
  color: #2C28C2;
}
.content-theory .skills__wrapper .skills .skill.skill-personal input[type=checkbox] + .checkbox-inner h3 {
  color: #2C28C2;
}
.content-theory .skills__wrapper .skills .skill.skill-digital input[type=checkbox] + .checkbox-inner {
  color: #13B85F;
}
.content-theory .skills__wrapper .skills .skill.skill-digital input[type=checkbox] + .checkbox-inner h3 {
  color: #13B85F;
}
.content-theory .skills__wrapper .skills .skill.skill-financial input[type=checkbox] + .checkbox-inner {
  color: #0F7DA1;
}
.content-theory .skills__wrapper .skills .skill.skill-financial input[type=checkbox] + .checkbox-inner h3 {
  color: #0F7DA1;
}
.content-theory .skills__wrapper .skills .skill.skill-financial input[type=checkbox]:checked + .checkbox-inner {
  background-color: #0F7DA1;
}
.content-theory .skills__wrapper .skills .skill.skill-personal input[type=checkbox]:checked + .checkbox-inner {
  background-color: #2C28C2;
}
.content-theory .skills__wrapper .skills .skill.skill-digital input[type=checkbox]:checked + .checkbox-inner {
  background-color: #13B85F;
}
.content-theory .skills__wrapper .skills .skill:hover input[type=checkbox] + .checkbox-inner,
.content-theory .skills__wrapper .skills .skill:hover input[type=checkbox]:checked + .checkbox-inner {
  cursor: pointer;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1), 0px 0px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
}
.content-theory .skills__wrapper .skills .skill input[type=checkbox]:checked + .checkbox-inner {
  color: #fff;
}
.content-theory .skills__wrapper .skills .skill input[type=checkbox]:checked + .checkbox-inner::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 2px;
  height: 13px;
  background-color: #fff;
  right: 15px;
  top: 15px;
  transform: rotate(45deg);
}
.content-theory .skills__wrapper .skills .skill input[type=checkbox]:checked + .checkbox-inner::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 2px;
  height: 13px;
  background-color: #fff;
  right: 15px;
  top: 15px;
  transform: rotate(-45deg);
}
.content-theory .skills__wrapper .skills .skill input[type=checkbox]:checked + .checkbox-inner .amount {
  display: none;
  color: #fff;
  margin-top: auto;
}
.content-theory .skills__wrapper .skills .skill input[type=checkbox]:checked + .checkbox-inner .amount .number {
  font-size: 70px;
  line-height: 55px;
}
.content-theory .skills__wrapper .skills .skill input[type=checkbox]:checked + .checkbox-inner h3 {
  color: #fff;
}
.content-theory .skills__wrapper .skills .skill input[type=checkbox]:checked + .checkbox-inner .img {
  display: none;
}
.content-theory .skills__wrapper-top {
  top: 0;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}
.content-theory .skills__wrapper-top .skills {
  flex-direction: row;
  overflow: auto;
  padding-right: 20px;
}
.content-theory .skills__wrapper-top .skills .skill {
  margin-right: 10px;
  min-height: auto;
  width: auto;
}
.content-theory .skills__wrapper-top .skills .skill .checkbox-inner {
  padding: 8px 14px;
  height: auto;
}
.content-theory .skills__wrapper-top .skills .skill .text {
  display: none;
}
.content-theory .skills__wrapper-top .skills .skill h3 {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  margin-bottom: 0;
  white-space: nowrap;
}
.content-theory .skills__wrapper-top .skills .skill input[type=checkbox]:checked + .checkbox-inner {
  padding-right: 30px;
}
.content-theory .skills__wrapper-top .skills .skill input[type=checkbox]:checked + .checkbox-inner::after, .content-theory .skills__wrapper-top .skills .skill input[type=checkbox]:checked + .checkbox-inner::before {
  top: 10px;
}
.content-theory .materials-top {
  padding-top: 50px;
  min-height: calc(100vh - 150px);
}

@media (min-width: 640px) {
  .content-theory .skills__wrapper .skills {
    overflow: hidden;
    display: grid;
    grid-auto-rows: 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
  .content-theory .skills__wrapper .skills .skill {
    padding: 10px 0;
    margin: 0;
    width: auto;
  }
  .content-theory .skills__wrapper .skills .skill input[type=checkbox] + .checkbox-inner {
    width: auto;
    box-sizing: border-box;
    margin: 0 15px;
    height: 100%;
    padding: 37px;
    padding-top: 50px;
  }
  .content-theory .skills__wrapper .skills .skill input[type=checkbox] + .checkbox-inner .img {
    padding-top: 60px;
    margin-top: auto;
    display: block;
  }
  .content-theory .skills__wrapper .skills .skill input[type=checkbox] + .checkbox-inner .img img {
    width: 100%;
    height: 220px;
    display: block;
  }
  .content-theory .skills__wrapper .skills .skill input[type=checkbox]:checked + .checkbox-inner .amount {
    display: block;
  }
  .content-theory .skills__wrapper .skills .skill input[type=checkbox]:checked + .checkbox-inner .text {
    margin-bottom: 30px;
  }
  .content-theory .skills__wrapper .skills .skill input[type=checkbox]:checked + .checkbox-inner .amount {
    margin-top: auto;
  }
  .content-theory .skills__wrapper .skills .skill input[type=checkbox]:checked + .checkbox-inner .amount .number {
    font-size: 70px;
    line-height: 55px;
  }
  .content-theory .skills__wrapper-top {
    top: 0;
    position: fixed;
    max-width: 1200px;
  }
  .content-theory .skills__wrapper-top .skills {
    display: flex;
    flex-direction: row;
    overflow: auto;
    padding-right: 0;
    justify-content: center;
    margin-bottom: 10px;
  }
  .content-theory .skills__wrapper-top .skills .skill {
    margin-right: 10px;
    min-height: auto;
    height: auto;
  }
  .content-theory .skills__wrapper-top .skills .skill input[type=checkbox] + .checkbox-inner {
    padding: 8px 14px;
    height: auto;
    margin: 0;
  }
  .content-theory .skills__wrapper-top .skills .skill input[type=checkbox] + .checkbox-inner .img {
    display: none;
  }
  .content-theory .skills__wrapper-top .skills .skill input[type=checkbox] + .checkbox-inner .text {
    display: none;
  }
  .content-theory .skills__wrapper-top .skills .skill input[type=checkbox] + .checkbox-inner .amount {
    display: none;
  }
  .content-theory .skills__wrapper-top .skills .skill input[type=checkbox] + .checkbox-inner h3 {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    margin-bottom: 0;
    white-space: nowrap;
  }
  .content-theory .skills__wrapper-top .skills .skill input[type=checkbox]:checked + .checkbox-inner {
    padding-right: 30px;
  }
  .content-theory .skills__wrapper-top .skills .skill input[type=checkbox]:checked + .checkbox-inner::after, .content-theory .skills__wrapper-top .skills .skill input[type=checkbox]:checked + .checkbox-inner::before {
    top: 10px;
  }
  .content-theory .skills__wrapper-top .skills .skill input[type=checkbox]:checked + .checkbox-inner .amount {
    display: none;
  }
}
@media (min-width: 1200px) {
  .content-theory .skills__wrapper .skills {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 80px;
  }
  .content-theory .skills__wrapper .skills .skill:last-child {
    margin-right: 0;
  }
  .content-theory .skills__wrapper-top .skills {
    margin-bottom: 10px;
  }
}
.materials {
  position: relative;
  -webkit-transition: 0.15s ease-out;
  transition: 0.2s ease-out;
}
.materials .material {
  margin: 0;
  margin-top: 40px;
  position: relative;
}
.materials .material h5 {
  margin: 10px 0;
  display: inline-block;
  font-size: 20px;
  line-height: 25px;
}
.materials .material .material-el-done h5 {
  color: #787882;
}
.materials .material .material-el-done .img, .materials .material .material-el-done img {
  opacity: 0.85;
}
.materials .material .title-material {
  width: 100%;
}

.materials-situation .material h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  line-height: 26px;
}

.content-situation .materials > .material > .material-list .material-el {
  margin-right: 0;
  display: flex;
  flex-direction: column;
}
.content-situation .materials > .material > .material-list .material-el .descr {
  margin-bottom: 10px;
}
.content-situation .materials > .material > .material-list .material-el .img {
  margin-bottom: 20px;
}
.content-situation .materials > .material > .material-list .material-el img {
  border-radius: 4px;
}

.article > .related_lessons > .material-list > .material-el,
.materials > .material > .material-list > .material-el {
  min-width: 262px;
}

.materials > .material > .material-list {
  margin-top: 40px;
}

.article > .related_lessons > .material-list,
.materials > .material > .material-list {
  display: flex;
  flex-direction: row;
  overflow-y: hidden;
  position: relative;
}
.article > .related_lessons > .material-list .material-el,
.materials > .material > .material-list .country-material-el {
  background-color: #F9F9FB !important;
}
.article > .related_lessons > .material-list .material-el,
.materials > .material > .material-list .material-el {
  border: 1px solid #F3F3F6;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 20px;
  margin: 0;
  position: relative;
  margin-right: 30px;
  margin-bottom: 10px;
  background-color: #fff;
}
.article > .related_lessons > .material-list .material-el:last-child,
.materials > .material > .material-list .material-el:last-child {
  margin-right: 0;
}
.article > .related_lessons > .material-list .material-el .img,
.materials > .material > .material-list .material-el .img {
  border-radius: 20px;
  margin-bottom: 10px;
  background: linear-gradient(0deg, #E7F9E7, #E7F9E7), #E0FFF4;
}
.article > .related_lessons > .material-list .material-el .descr,
.materials > .material > .material-list .material-el .descr {
  display: flex;
  align-items: center;
  margin-left: 0;
  margin-bottom: 0;
}
.article > .related_lessons > .material-list .material-el .in-coaching,
.materials > .material > .material-list .material-el .in-coaching {
  z-index: 4;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.article > .related_lessons > .material-list .material-el .in-coaching svg,
.materials > .material > .material-list .material-el .in-coaching svg {
  fill: #787882;
}
.article > .related_lessons > .material-list .material-el .in-coaching:hover,
.materials > .material > .material-list .material-el .in-coaching:hover {
  cursor: pointer;
}
.article > .related_lessons > .material-list .material-el .done,
.materials > .material > .material-list .material-el .done {
  z-index: 4;
  height: 24px;
  margin-right: 5px;
}
.article > .related_lessons > .material-list .material-el .done:hover,
.materials > .material > .material-list .material-el .done:hover {
  cursor: pointer;
}
.article > .related_lessons > .material-list .material-el-digital > .img::not(img),
.materials > .material > .material-list .material-el-digital > .img::not(img) {
  background: #21AF73;
}
.article > .related_lessons > .material-list .material-el-personal > .img::not(img),
.materials > .material > .material-list .material-el-personal > .img::not(img) {
  background: #2C29C2;
}
.article > .related_lessons > .material-list .material-el-financial > .img::not(img),
.materials > .material > .material-list .material-el-financial > .img::not(img) {
  background: #0F7DA2;
}

.materials-theory.materials > .material > .material-list {
  margin-left: 0;
}

.content-my-course > .content_inner > .materials-course .material-list,
.instruction-content > .exercises > .materials-course .material-list {
  display: grid;
  grid-auto-columns: 1fr;
}
.content-my-course > .content_inner > .materials-course .material-list .material-el,
.instruction-content > .exercises > .materials-course .material-list .material-el {
  grid-row: 1;
  width: auto;
  min-width: 262px;
  margin-right: 30px;
}

.materials-theory .title-material {
  border-bottom: 2px solid #2E2E38;
  padding-bottom: 30px;
  margin-top: 40px;
}

.article > .related_lessons > .material-list > .material-el .img,
.content-my-course .materials > .material > .material-list .material-el .img,
.material-list .material-el .img {
  width: 100%;
  padding-top: 66%;
  position: relative;
}
.article > .related_lessons > .material-list > .material-el .img img,
.content-my-course .materials > .material > .material-list .material-el .img img,
.material-list .material-el .img img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.container-safety .materials-safety.materials .material .material-list,
.container-search .materials-safety.materials .material .material-list,
.content-course .materials-threats.materials .material .material-list,
.content-course-ready .materials-threats.materials .material .material-list,
.content-all-theory .materials-start.materials .material .material-list,
.container-article .related_lessons .material-list,
.content-all-theory .materials.materials-skills .material .material-list,
.materials-theory.materials .material .material-list {
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-auto-rows: auto;
}
.container-safety .materials-safety.materials .material .material-list .material-el,
.container-search .materials-safety.materials .material .material-list .material-el,
.content-course .materials-threats.materials .material .material-list .material-el,
.content-course-ready .materials-threats.materials .material .material-list .material-el,
.content-all-theory .materials-start.materials .material .material-list .material-el,
.container-article .related_lessons .material-list .material-el,
.content-all-theory .materials.materials-skills .material .material-list .material-el,
.materials-theory.materials .material .material-list .material-el {
  width: 100%;
  margin-bottom: 40px;
}
.container-safety .materials-safety.materials .material .material-list .material-el .img,
.container-search .materials-safety.materials .material .material-list .material-el .img,
.content-course .materials-threats.materials .material .material-list .material-el .img,
.content-course-ready .materials-threats.materials .material .material-list .material-el .img,
.content-all-theory .materials-start.materials .material .material-list .material-el .img,
.container-article .related_lessons .material-list .material-el .img,
.content-all-theory .materials.materials-skills .material .material-list .material-el .img,
.materials-theory.materials .material .material-list .material-el .img {
  width: 100%;
}

.instruction-content > .threats_course > .exercises > .materials.materials-course .material .material-list .material-el h5,
.materials-threats .material .material-list .material-el h5 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 0;
}

.content-situation .materials > .material > .material-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-auto-rows: auto;
}
.content-situation .materials > .material > .material-list .material-el {
  margin-bottom: 30px;
}
.content-situation .materials > .material > .material-list .material-el .img {
  padding-top: 65%;
}
.content-situation .materials > .material > .material-list .full_img.material-el {
  padding: 0;
}

.materials > .material > .material-list .material-el.material-last > h5 {
  margin-top: 0;
}

.content-my-course .materials > .material > .material-list .material-el.material-last {
  font-size: 70px;
  line-height: 55px;
  color: #F3F3F6;
  text-align: center;
  vertical-align: middle;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: space-between;
}
.content-my-course .materials > .material > .material-list .material-el.material-last .quantity_materials {
  margin: auto;
}
.content-my-course .materials > .material > .material-list .material-el.material-last h5 {
  text-align: left;
  font-weight: 700;
}
.content-my-course .materials > .material > .material-list .material-el.material-last .arrow {
  width: 14px;
  height: 14px;
  border-top: 2px solid #17171C;
  border-right: 2px solid #17171C;
  transform: rotate(45deg);
  margin-left: auto;
}

.content-my-course .threats_course .materials.materials-course > .material > .material-list > .material-el.material-last > h5 {
  margin-top: 0;
  font-weight: 700;
  font-size: 19px;
  line-height: 24px;
}

.todo-list_wrapper .materials .material .material-list {
  overflow: hidden;
  overflow-x: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.todo-list_wrapper .materials .material .material-list .material-el {
  width: 262px;
}
.todo-list_wrapper .materials .material .material-list .material-el .img {
  width: 100%;
}

.threat_popup_wrapper .threat_popup_inner .materials-popup-threats .material .material-list .material-el {
  width: 262px !important;
}

.materials-skills {
  margin-bottom: 50px;
}

.materials.materials-skills > .material > .material-list {
  margin-top: 20px;
}

.materials_amount {
  text-align: center;
  color: #8D8D94;
}

@media (min-width: 640px) {
  .materials-skills {
    margin-bottom: 100px;
  }

  .article > .related_lessons > .material-list .material-el,
.materials > .material > .material-list .material-el {
    padding: 30px;
  }

  .todo-list_wrapper .materials .material .material-list {
    overflow-x: hidden;
  }

  .content-situation .materials > .material > .material-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .content-situation .materials > .material > .material-list .material-el {
    margin-right: 15px;
    margin-left: 15px;
  }
  .content-situation .materials > .material > .material-list .material-el:nth-child(odd) {
    margin-left: 0;
  }
  .content-situation .materials > .material > .material-list .material-el:nth-child(even) {
    margin-right: 0;
  }

  .materials > .material > .material-list {
    overflow-x: hidden;
  }

  .threat_popup_wrapper .threat_popup_inner .materials-popup-threats.materials .material .material-list,
.materials.materials-safety > .material .material-list,
.materials.materials-popup-threats > .material .material-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    overflow: hidden;
    margin-top: 0;
  }
  .threat_popup_wrapper .threat_popup_inner .materials-popup-threats.materials .material .material-list .material-el,
.materials.materials-safety > .material .material-list .material-el,
.materials.materials-popup-threats > .material .material-list .material-el {
    width: min-content;
    margin: 15px;
  }

  .materials-skills .material {
    margin-top: 76px;
  }
  .materials-skills .material .material-list {
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
  }
  .materials-skills .material .material-list .material-el {
    width: 100%;
    margin: 15px;
    width: auto;
  }
  .materials-skills .material .material-list .material-el:nth-child(even) {
    margin-right: 0;
  }
  .materials-skills .material .material-list .material-el:nth-child(odd) {
    margin-left: 0;
  }
  .materials-skills .material .material-list .material-el .img {
    width: 100%;
  }

  .container-safety .materials-safety.materials .material .material-list,
.container-search .materials-safety.materials .material .material-list,
.content-course .materials-threats.materials .material .material-list,
.content-course-ready .materials-threats.materials .material .material-list,
.content-all-theory .materials-start.materials .material .material-list,
.container-article .related_lessons .material-list,
.content-all-theory .materials.materials-skills .material .material-list,
.materials-theory.materials > .material > .material-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .container-safety .materials-safety.materials .material .material-list .material-el,
.container-search .materials-safety.materials .material .material-list .material-el,
.content-course .materials-threats.materials .material .material-list .material-el,
.content-course-ready .materials-threats.materials .material .material-list .material-el,
.content-all-theory .materials-start.materials .material .material-list .material-el,
.container-article .related_lessons .material-list .material-el,
.content-all-theory .materials.materials-skills .material .material-list .material-el,
.materials-theory.materials > .material > .material-list .material-el {
    margin: 15px 15px;
    width: auto;
  }
  .container-safety .materials-safety.materials .material .material-list .material-el:nth-child(even),
.container-search .materials-safety.materials .material .material-list .material-el:nth-child(even),
.content-course .materials-threats.materials .material .material-list .material-el:nth-child(even),
.content-course-ready .materials-threats.materials .material .material-list .material-el:nth-child(even),
.content-all-theory .materials-start.materials .material .material-list .material-el:nth-child(even),
.container-article .related_lessons .material-list .material-el:nth-child(even),
.content-all-theory .materials.materials-skills .material .material-list .material-el:nth-child(even),
.materials-theory.materials > .material > .material-list .material-el:nth-child(even) {
    margin-right: 0;
  }
  .container-safety .materials-safety.materials .material .material-list .material-el:nth-child(odd),
.container-search .materials-safety.materials .material .material-list .material-el:nth-child(odd),
.content-course .materials-threats.materials .material .material-list .material-el:nth-child(odd),
.content-course-ready .materials-threats.materials .material .material-list .material-el:nth-child(odd),
.content-all-theory .materials-start.materials .material .material-list .material-el:nth-child(odd),
.container-article .related_lessons .material-list .material-el:nth-child(odd),
.content-all-theory .materials.materials-skills .material .material-list .material-el:nth-child(odd),
.materials-theory.materials > .material > .material-list .material-el:nth-child(odd) {
    margin-left: 0;
  }

  .threat_popup_wrapper .threat_popup_inner .materials-popup-threats.materials .material {
    margin-left: auto;
    margin-right: auto;
    width: 584px;
  }
}
@media (min-width: 1000px) {
  .threat_popup_wrapper .threat_popup_inner .materials-popup-threats.materials .material {
    width: 864px;
  }

  .container-safety .materials-safety.materials .material .material-list,
.container-search .materials-safety.materials .material .material-list,
.threat_popup_wrapper .threat_popup_inner .materials-popup-threats.materials .material .material-list,
.content-course .materials-threats.materials .material .material-list,
.content-course-ready .materials-threats.materials .material .material-list,
.content-all-theory .materials-start.materials .material .material-list,
.container-article .related_lessons .material-list,
.content-all-theory .materials.materials-skills .material .material-list,
.materials-theory.materials > .material > .material-list,
.content-situation .materials > .material > .material-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .container-safety .materials-safety.materials .material .material-list .material-el:nth-child(even),
.container-search .materials-safety.materials .material .material-list .material-el:nth-child(even),
.threat_popup_wrapper .threat_popup_inner .materials-popup-threats.materials .material .material-list .material-el:nth-child(even),
.content-course .materials-threats.materials .material .material-list .material-el:nth-child(even),
.content-course-ready .materials-threats.materials .material .material-list .material-el:nth-child(even),
.content-all-theory .materials-start.materials .material .material-list .material-el:nth-child(even),
.container-article .related_lessons .material-list .material-el:nth-child(even),
.content-all-theory .materials.materials-skills .material .material-list .material-el:nth-child(even),
.materials-theory.materials > .material > .material-list .material-el:nth-child(even),
.content-situation .materials > .material > .material-list .material-el:nth-child(even) {
    margin-right: 15px;
  }
  .container-safety .materials-safety.materials .material .material-list .material-el:nth-child(odd),
.container-search .materials-safety.materials .material .material-list .material-el:nth-child(odd),
.threat_popup_wrapper .threat_popup_inner .materials-popup-threats.materials .material .material-list .material-el:nth-child(odd),
.content-course .materials-threats.materials .material .material-list .material-el:nth-child(odd),
.content-course-ready .materials-threats.materials .material .material-list .material-el:nth-child(odd),
.content-all-theory .materials-start.materials .material .material-list .material-el:nth-child(odd),
.container-article .related_lessons .material-list .material-el:nth-child(odd),
.content-all-theory .materials.materials-skills .material .material-list .material-el:nth-child(odd),
.materials-theory.materials > .material > .material-list .material-el:nth-child(odd),
.content-situation .materials > .material > .material-list .material-el:nth-child(odd) {
    margin-left: 15px;
  }
  .container-safety .materials-safety.materials .material .material-list .material-el:nth-child(3n),
.container-search .materials-safety.materials .material .material-list .material-el:nth-child(3n),
.threat_popup_wrapper .threat_popup_inner .materials-popup-threats.materials .material .material-list .material-el:nth-child(3n),
.content-course .materials-threats.materials .material .material-list .material-el:nth-child(3n),
.content-course-ready .materials-threats.materials .material .material-list .material-el:nth-child(3n),
.content-all-theory .materials-start.materials .material .material-list .material-el:nth-child(3n),
.container-article .related_lessons .material-list .material-el:nth-child(3n),
.content-all-theory .materials.materials-skills .material .material-list .material-el:nth-child(3n),
.materials-theory.materials > .material > .material-list .material-el:nth-child(3n),
.content-situation .materials > .material > .material-list .material-el:nth-child(3n) {
    margin-right: 0;
  }
  .container-safety .materials-safety.materials .material .material-list .material-el:nth-child(3n+1),
.container-search .materials-safety.materials .material .material-list .material-el:nth-child(3n+1),
.threat_popup_wrapper .threat_popup_inner .materials-popup-threats.materials .material .material-list .material-el:nth-child(3n+1),
.content-course .materials-threats.materials .material .material-list .material-el:nth-child(3n+1),
.content-course-ready .materials-threats.materials .material .material-list .material-el:nth-child(3n+1),
.content-all-theory .materials-start.materials .material .material-list .material-el:nth-child(3n+1),
.container-article .related_lessons .material-list .material-el:nth-child(3n+1),
.content-all-theory .materials.materials-skills .material .material-list .material-el:nth-child(3n+1),
.materials-theory.materials > .material > .material-list .material-el:nth-child(3n+1),
.content-situation .materials > .material > .material-list .material-el:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .container-safety .materials-safety.materials .material .material-list,
.container-search .materials-safety.materials .material .material-list,
.content-course .materials-threats.materials .material .material-list,
.content-course-ready .materials-threats.materials .material .material-list,
.content-all-theory .materials-start.materials .material .material-list,
.container-article .related_lessons .material-list,
.content-all-theory .materials.materials-skills .material .material-list,
.materials-theory.materials > .material > .material-list {
    grid-template-columns: repeat(4, 1fr);
  }
  .container-safety .materials-safety.materials .material .material-list .material-el,
.container-search .materials-safety.materials .material .material-list .material-el,
.content-course .materials-threats.materials .material .material-list .material-el,
.content-course-ready .materials-threats.materials .material .material-list .material-el,
.content-all-theory .materials-start.materials .material .material-list .material-el,
.container-article .related_lessons .material-list .material-el,
.content-all-theory .materials.materials-skills .material .material-list .material-el,
.materials-theory.materials > .material > .material-list .material-el {
    margin-left: 15px;
    margin-right: 15px;
  }
  .container-safety .materials-safety.materials .material .material-list .material-el:nth-child(3n),
.container-search .materials-safety.materials .material .material-list .material-el:nth-child(3n),
.content-course .materials-threats.materials .material .material-list .material-el:nth-child(3n),
.content-course-ready .materials-threats.materials .material .material-list .material-el:nth-child(3n),
.content-all-theory .materials-start.materials .material .material-list .material-el:nth-child(3n),
.container-article .related_lessons .material-list .material-el:nth-child(3n),
.content-all-theory .materials.materials-skills .material .material-list .material-el:nth-child(3n),
.materials-theory.materials > .material > .material-list .material-el:nth-child(3n) {
    margin-right: 15px;
  }
  .container-safety .materials-safety.materials .material .material-list .material-el:nth-child(3n+1),
.container-search .materials-safety.materials .material .material-list .material-el:nth-child(3n+1),
.content-course .materials-threats.materials .material .material-list .material-el:nth-child(3n+1),
.content-course-ready .materials-threats.materials .material .material-list .material-el:nth-child(3n+1),
.content-all-theory .materials-start.materials .material .material-list .material-el:nth-child(3n+1),
.container-article .related_lessons .material-list .material-el:nth-child(3n+1),
.content-all-theory .materials.materials-skills .material .material-list .material-el:nth-child(3n+1),
.materials-theory.materials > .material > .material-list .material-el:nth-child(3n+1) {
    margin-left: 15px;
  }
  .container-safety .materials-safety.materials .material .material-list .material-el:nth-child(4n),
.container-search .materials-safety.materials .material .material-list .material-el:nth-child(4n),
.content-course .materials-threats.materials .material .material-list .material-el:nth-child(4n),
.content-course-ready .materials-threats.materials .material .material-list .material-el:nth-child(4n),
.content-all-theory .materials-start.materials .material .material-list .material-el:nth-child(4n),
.container-article .related_lessons .material-list .material-el:nth-child(4n),
.content-all-theory .materials.materials-skills .material .material-list .material-el:nth-child(4n),
.materials-theory.materials > .material > .material-list .material-el:nth-child(4n) {
    margin-right: 0;
  }
  .container-safety .materials-safety.materials .material .material-list .material-el:nth-child(4n+1),
.container-search .materials-safety.materials .material .material-list .material-el:nth-child(4n+1),
.content-course .materials-threats.materials .material .material-list .material-el:nth-child(4n+1),
.content-course-ready .materials-threats.materials .material .material-list .material-el:nth-child(4n+1),
.content-all-theory .materials-start.materials .material .material-list .material-el:nth-child(4n+1),
.container-article .related_lessons .material-list .material-el:nth-child(4n+1),
.content-all-theory .materials.materials-skills .material .material-list .material-el:nth-child(4n+1),
.materials-theory.materials > .material > .material-list .material-el:nth-child(4n+1) {
    margin-left: 0;
  }

  .threat_popup_wrapper .threat_popup_inner .materials-popup-threats {
    max-width: 900px;
    margin: 0 auto;
  }
}
.article {
  padding: 20px;
  font-size: 20px;
  line-height: 30px;
}
.article .slide-text a,
.article .instruction_wrapper a,
.article .news_wrapper a {
  border-bottom: 1px solid rgba(0, 122, 255, 0.4);
}
.article .slide-text a:hover,
.article .instruction_wrapper a:hover,
.article .news_wrapper a:hover {
  cursor: pointer;
  color: #3D95F5;
}
.article .slide-text .material-list a,
.article .instruction_wrapper .material-list a,
.article .news_wrapper .material-list a {
  border-bottom: none;
}
.article .related_lessons {
  margin-bottom: 50px;
}
.article h2, .article h1 {
  margin-bottom: 30px;
}
.article h3 {
  margin-bottom: 10px;
}
.article h4 {
  font-size: 20px;
  line-height: 25px;
  margin-top: 40px;
  margin-bottom: 10px;
}
.article .news_wrapper > .news_logo-partner {
  margin-bottom: 30px;
}
.article .news_wrapper > .news_logo-partner img {
  max-height: 60px;
  max-width: 160px;
  width: auto;
  height: auto;
}
.article .news_text, .article .instruction_text {
  margin-bottom: 50px;
  color: #17171C;
}
.article .article_text, .article .news_text, .article .instruction_text {
  height: auto;
}
.article .news_text > div, .article .instruction_text > div, .article .article_text > div {
  margin-bottom: 20px;
}
.article .news_text > div:last-child, .article .instruction_text > div:last-child, .article .article_text > div:last-child {
  margin-bottom: 0;
}
.article .instruction_text img {
  width: 100%;
  object-fit: contain;
  margin: 40px 0;
}
.article .tags {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  font-size: 11px;
  line-height: 14px;
}
.article .tags .tag {
  margin-right: 10px;
}
.article .tags .tag:last-child {
  margin-right: 0;
}
.article .tags .tag-digital {
  color: #21AF73;
}
.article .tags .tag-personal {
  color: #2C29C2;
}
.article .tags .tag-financial {
  color: #0F7DA2;
}
.article .related_exercise .add_exercise-list, .article .related_exercise .content-descr {
  margin-bottom: 15px;
  margin-top: 30px;
}
.article .block_bottom {
  width: 100%;
  display: flex;
  border-top: 1px solid #F3F3F6;
  margin-top: 70px;
}
.article .block_bottom .block_return {
  margin: 40px 0;
}
.article .descr-img_article {
  margin-bottom: 40px;
  width: 100%;
  padding-top: 50%;
  position: relative;
}
.article .descr-img_article img {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.article-instruction .todo-list_wrapper {
  margin-top: 40px;
  border: none;
}
.article-instruction .todo-list_wrapper .todo-list {
  margin-left: 0;
  margin-right: 0;
}

.article-situation .content, .article-exercise .content {
  padding: 0;
}
.article-situation .content h3, .article-exercise .content h3 {
  margin-top: 60px;
}

.article-exercise h1 {
  margin-bottom: 20px;
  hyphens: auto;
}
.article-exercise .btn-ready {
  width: fit-content;
  width: -moz-fit-content;
  margin-bottom: 10px;
}
.article-exercise .article_text {
  margin-bottom: 60px;
  color: #17171C;
}
.article-exercise .instruction_text {
  margin-bottom: 120px;
}
.article-exercise .exercise-instruction .todo-list_wrapper {
  border: none;
  margin-top: 65px;
}
.article-exercise .exercise-instruction .todo-list_wrapper .todo-list {
  margin-left: 0;
  margin-right: 0;
}
.article-exercise .exercise-instruction .task_arrow {
  margin: 0 auto;
  margin-top: 60px;
  display: flex;
  margin-bottom: 30px;
  max-width: 400px;
}

.article-situation_header {
  display: flex;
  flex-direction: column;
  margin-bottom: 70px;
}
.article-situation_header .descr-img {
  order: 1;
  min-width: 320px;
  max-width: 600px;
}
.article-situation_header .header_inner {
  order: 2;
  display: flex;
  flex-direction: column;
}
.article-situation_header .header_inner .about_exercise {
  font-size: 18px;
  line-height: 24px;
  color: #787882;
  margin-bottom: 20px;
}
.article-situation_header .header_inner h1 {
  margin-bottom: 20px;
  hyphens: auto;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.article-situation_header .header_inner .descr {
  margin-bottom: 20px;
}
.article-situation_header .header_inner .set_exercise {
  font-size: 11px;
  line-height: 21px;
  color: #2E2E38;
}
.article-situation_header .header_inner .set_exercise .link_txt-blue:hover {
  cursor: pointer;
}

.container-exercise .article-exercise__wrapper .article-situation_header {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .article h4, .article h3 {
    margin-bottom: 20px;
  }
  .article h3 {
    font-size: 27px;
    line-height: 33px;
  }
  .article .news_text, .article .instruction_text, .article .article_text {
    max-width: 75%;
    min-width: 750px;
  }

  .exercise-instruction {
    max-width: 1200px;
  }

  .article-situation .block_top, .article-exercise .block_top {
    display: flex;
    flex-direction: row;
  }
  .article-situation .block_top .progress_inner, .article-exercise .block_top .progress_inner {
    display: flex;
  }
  .article-situation .article-situation_header, .article-exercise .article-situation_header {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 50px;
    align-items: center;
  }
  .article-situation .article-situation_header .descr-img, .article-exercise .article-situation_header .descr-img {
    order: 2;
    width: 50%;
    margin-bottom: 50px;
  }
  .article-situation .article-situation_header .header_inner, .article-exercise .article-situation_header .header_inner {
    order: 1;
    width: 50%;
    margin-right: 33px;
  }

  .container-exercise .article-exercise__wrapper .article-situation_header {
    margin-bottom: 70px;
  }
}
@media (min-width: 1200px) {
  .article h1 {
    margin-bottom: 40px;
  }
  .article h2 {
    margin-bottom: 40px;
  }
  .article .news_text, .article .instruction_text, .article .article_text {
    max-width: 750px;
  }
  .article .news_wrapper > .news_logo-partner {
    margin-bottom: 40px;
  }
}
.block_return {
  margin-bottom: 30px;
}
.block_return:hover {
  cursor: pointer;
  -webkit-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
}
.block_return a {
  display: flex;
  width: fit-content;
  width: -moz-fit-content;
}
.block_return a .icons.icons--return {
  margin-right: 10px;
}

.content-exercise .block_return a .icons.icons--return {
  margin-right: 15px;
}

@media (min-width: 640px) {
  .block_return {
    margin-bottom: 40px;
  }
}
.todo-list_wrapper {
  border: 1px solid #F3F3F6;
  border-radius: 4px;
  margin-bottom: 15px;
}
.todo-list_wrapper:last-child {
  margin-bottom: 0;
}
.todo-list_wrapper .header-border-bottom {
  border-bottom: 1px solid #F3F3F6;
}
.todo-list_wrapper .todo-list-header {
  width: 100%;
  display: flex;
  padding: 20px;
  box-sizing: border-box;
}
.todo-list_wrapper .todo-list-header:hover {
  cursor: pointer;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1), 0px 0px 1px rgba(0, 0, 0, 0.1);
}
.todo-list_wrapper .todo-list-header:focus, .todo-list_wrapper .todo-list-header:active {
  box-shadow: none;
}
.todo-list_wrapper .todo-list-header a:hover {
  box-shadow: none;
}
.todo-list_wrapper .todo-list-header h5 {
  flex-grow: 1;
}
.todo-list_wrapper .todo-list-header .list-amount {
  font-size: 19px;
  line-height: 24px;
  color: #007AFF;
}
.todo-list_wrapper .todo-list-header .btn-arrow_header {
  display: block;
  position: relative;
  margin-left: 20px;
  width: 20px;
  height: 20px;
}
.todo-list_wrapper .todo-list-header .btn-arrow_header::after {
  content: "";
  position: absolute;
  border-top: 2px solid #17171C;
  border-right: 2px solid #17171C;
  width: 12px;
  height: 12px;
  right: 0;
  top: calc(100% - 20px);
  transform: rotate(135deg);
}
.todo-list_wrapper .todo-list {
  font-size: 16px;
  line-height: 22px;
  list-style: none;
  padding: 0;
  margin: 20px;
}
.todo-list_wrapper .todo-list .todo-el {
  margin-bottom: 15px;
  position: relative;
}
.todo-list_wrapper .todo-list .todo-el:last-child {
  margin-bottom: 0;
}
.todo-list_wrapper .todo-list .todo-el .todo_el_inner {
  display: flex;
  flex-direction: column;
}
.todo-list_wrapper .todo-list .todo-el .todo_el_inner .todo_btn {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 20px;
  margin-left: 40px;
  margin-bottom: 30px;
}
.todo-list_wrapper .todo-list .todo-el .todo_el_inner .instruction-btn {
  font-size: 12px;
  line-height: 16px;
  height: auto;
  padding: 4px 8px;
}
.todo-list_wrapper .todo-list .todo-el .marker {
  display: none;
}
.todo-list_wrapper .todo-list .todo-el .el_task {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  user-select: none;
  position: relative;
  cursor: pointer;
  margin-right: 10px;
}
.todo-list_wrapper .todo-list .todo-el .el_task input[type=checkbox] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  width: 0;
  height: 0;
  display: block;
}
.todo-list_wrapper .todo-list .todo-el .el_task:hover::before {
  background-color: #F9F9FB;
  border: 1px solid #17171C;
}
.todo-list_wrapper .todo-list .todo-el .el_task .checked_el {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #787882;
  box-sizing: border-box;
  border-radius: 4px;
  margin: 0;
  margin-right: 10px;
  min-width: 30px;
}
.todo-list_wrapper .todo-list .todo-el .el_task .checked_el svg {
  fill: transparent;
  position: absolute;
  top: 7px;
  left: 6px;
  display: none;
}
.todo-list_wrapper .todo-list .todo-el .el_task input[type=checkbox]:checked + span {
  text-decoration: line-through;
  position: relative;
}
.todo-list_wrapper .todo-list .todo-el .el_task > svg {
  display: none;
}
.todo-list_wrapper .todo-list .todo-el .el_task input[type=checkbox]:checked > svg {
  display: block;
}
.todo-list_wrapper .todo-list .todo-el .el_task input[type=checkbox] + span svg {
  display: none;
  fill: transparent;
  left: -35px;
  top: 7px;
  position: absolute;
}
.todo-list_wrapper .todo-list .todo-el .el_task input[type=checkbox]:checked + span svg {
  display: block;
}
.todo-list_wrapper .todo-list .todo-el .el_how-do_btn {
  margin-left: 40px;
  font-size: 12px;
  line-height: 16px;
  color: #AEAEB2;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.todo-list_wrapper .todo-list .todo-el .el_how-do_btn .btn-arrow_todo {
  display: block;
  position: relative;
  margin-left: 15px;
  width: 8px;
}
.todo-list_wrapper .todo-list .todo-el .el_how-do_btn .btn-arrow_todo::after {
  content: "";
  position: absolute;
  border-top: 1px solid #C7C7CC;
  border-right: 1px solid #C7C7CC;
  width: 7px;
  height: 7px;
  right: 0;
  top: calc(100% - 4px);
  transform: rotate(55deg);
}
.todo-list_wrapper .todo-list .todo-el .el_task-not-do {
  color: #787882;
}
.todo-list_wrapper .todo-list .todo-el .el_task-not-do::before {
  background-color: #F3F3F6;
  border-color: #D1D1D6;
}
.todo-list_wrapper .todo-list .todo-el .el_how-do_btn:hover {
  color: #17171C;
  cursor: pointer;
}
.todo-list_wrapper .todo-list .todo-el .el_how-do_btn:hover .btn-arrow_todo::after {
  border-color: #17171C;
}
.todo-list_wrapper .todo-list .todo-el .instruction {
  background-color: #F3F3F6;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 20px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 200;
  overflow-y: auto;
}
.todo-list_wrapper .todo-list .todo-el .instruction .instruction-top .instruction_btn-close-todo {
  margin-bottom: 5px;
  text-align: right;
}
.todo-list_wrapper .todo-list .todo-el .instruction .instruction-top .instruction_btn-close-todo:hover {
  cursor: pointer;
}
.todo-list_wrapper .todo-list .todo-el .instruction .instruction-top h5 {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 26px;
}
.todo-list_wrapper .todo-list .todo-el .instruction .instruction-top .instruction-top_inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: auto;
  border-bottom: 1px solid #C7C7CC;
  padding-bottom: 38px;
  margin-bottom: 40px;
}
.todo-list_wrapper .todo-list .todo-el .instruction .instruction-top .instruction-top_inner .btn {
  padding: 8px 33px;
  margin-bottom: 16px;
  height: auto;
  font-size: 12px;
  line-height: 19px;
}
.todo-list_wrapper .todo-list .todo-el .instruction .instruction-top .instruction-top_inner .risks {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.todo-list_wrapper .todo-list .todo-el .instruction .instruction-top .instruction-top_inner .risks .risks-text {
  color: #8D8D94;
  font-size: 12px;
  line-height: 16px;
  width: 100%;
}
.todo-list_wrapper .todo-list .todo-el .instruction .instruction-top .instruction-top_inner .risks .risks-btn {
  background-color: #fff;
  border: 1px solid #C7C7CC;
  color: #2E2E38;
  width: 100%;
  margin-bottom: 11px;
}
.todo-list_wrapper .todo-list .todo-el .instruction .instruction-top .instruction-top_inner .risks .risks-btn:hover, .todo-list_wrapper .todo-list .todo-el .instruction .instruction-top .instruction-top_inner .risks .risks-btn:focus {
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1), 0px 0px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
  background-color: #fff;
  color: #2E2E38;
}
.todo-list_wrapper .todo-list .todo-el .instruction .instruction-content .instruction-content__header {
  font-size: 14px;
  line-height: 19px;
  font-weight: 800;
  margin-bottom: 10px;
}
.todo-list_wrapper .todo-list .todo-el .instruction .instruction-content .exercises {
  margin-bottom: 0;
}
.todo-list_wrapper .todo-list .todo-el .instruction .instruction-content .exercises .materials-course .material {
  margin-top: 10px;
}
.todo-list_wrapper .todo-list .todo-el .instruction .instruction-content .exercises .materials-course .material .material-list {
  margin-top: 0;
}
.todo-list_wrapper .todo-list .todo-el .instruction .instruction-content .exercises .materials-course .material-el {
  background-color: #fff;
}

.todo-list_course > .todo-list_wrapper > .todo-list-header > .btn-arrow_header::after {
  transform: rotate(45deg);
  top: calc(100% - 10px);
}

.content-my-course .todo-list_course .todo-list_wrapper .todo-list-header .list-amount {
  font-size: 32px;
  line-height: 36px;
  color: #F3F3F6;
}

.content-my-course .todo-list_course .todo-list_wrapper .todo-list-header h5 {
  align-self: center;
}

.content-my-course .todo-list_course .todo-list_wrapper .todo-list-header {
  position: relative;
}

.empty-todo_list {
  padding: 20px;
  color: #787882;
}

.container-todo .content-todo .block_top {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.container-todo .content-todo .block_top .header .content-descr {
  text-align: left;
  margin-bottom: 40px;
}
.container-todo .content-todo .content-inner_todo {
  display: flex;
  flex-direction: row;
}
.container-todo .content-todo .descr-img {
  width: 100%;
  margin-bottom: 20px;
}
.container-todo .content-todo .descr-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

@media (min-width: 640px) {
  .todo-list_wrapper .todo-list .todo-el .todo_el_inner .todo_btn {
    margin: 0;
  }

  .empty-todo_list {
    padding: 30px;
    font-size: 18px;
    line-height: 24px;
  }

  .todo-list_wrapper .todo-list-header {
    padding: 25px 30px;
  }
  .todo-list_wrapper:last-child {
    margin-bottom: 0px;
  }
  .todo-list_wrapper .todo-list {
    margin: 30px;
  }
  .todo-list_wrapper .todo-list .todo-list {
    list-style: circle;
  }
  .todo-list_wrapper .todo-list .todo-el .todo_el_inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .todo-list_wrapper .todo-list .todo-el .marker {
    display: block;
    font-size: 12px;
    line-height: 16px;
    color: #8D8D94;
    min-width: 25px;
  }
  .todo-list_wrapper .todo-list .todo-el .el_task {
    align-items: center;
    flex-grow: 1;
  }
  .todo-list_wrapper .todo-list .todo-el .el_task input[type=checkbox] + span svg {
    top: 4px;
  }
  .todo-list_wrapper .todo-list .todo-el .el_how-do_btn .btn-arrow_todo::after {
    transform: rotate(135deg);
    top: calc(100% - 6px);
  }
  .todo-list_wrapper .todo-list .todo-el .instruction {
    padding: 33px 30px;
    margin-left: 65px;
    margin-bottom: 30px;
    margin-top: 15px;
    background-color: #F3F3F6;
    border-radius: 4px;
    box-sizing: border-box;
    position: relative;
    width: auto;
    height: auto;
    z-index: 0;
  }
  .todo-list_wrapper .todo-list .todo-el .instruction .instruction-top {
    padding-top: 0;
  }
  .todo-list_wrapper .todo-list .todo-el .instruction .instruction-top .instruction-top_inner .btn {
    margin-bottom: 0;
  }
  .todo-list_wrapper .todo-list .todo-el .instruction .instruction-top .instruction_btn-close-todo, .todo-list_wrapper .todo-list .todo-el .instruction .instruction-top h5 {
    display: none;
  }
  .todo-list_wrapper .todo-list .todo-el .instruction .instruction-top .instruction-top_inner {
    flex-direction: row;
    flex-wrap: nowrap;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .todo-list_wrapper .todo-list .todo-el .instruction .instruction-top .instruction-top_inner .instruction-btn {
    margin-right: 40px;
    height: fit-content;
    height: -moz-fit-content;
  }
  .todo-list_wrapper .todo-list .todo-el .instruction .instruction-top .instruction-top_inner .risks .risks-text {
    font-size: 12px;
    line-height: 16px;
    width: auto;
    max-width: 250px;
  }
  .todo-list_wrapper .todo-list .todo-el .instruction .instruction-top .instruction-top_inner .risks .risks-btn {
    width: auto;
    margin-right: 10px;
  }

  .container-todo .content-todo .content-inner_todo {
    width: 100%;
    margin-bottom: 20px;
  }
  .container-todo .content-todo .content-inner_todo .block_top {
    width: 50%;
    padding-right: 30px;
    box-sizing: content-box;
  }
  .container-todo .content-todo .content-inner_todo .block_top h1 {
    margin-bottom: 20px;
  }
  .container-todo .content-todo .content-inner_todo .descr-img {
    width: 50%;
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .todo-list_wrapper .todo-list .todo-el .instruction .instruction-top .instruction-top_inner .risks .risks-btn {
    margin-bottom: 0;
  }
}
.container-first_page {
  position: relative;
}
.container-first_page .landing_bg-mob {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.container-first_page .landing_bg {
  display: none;
}
.container-first_page img.landing_bg-mob {
  z-index: 1;
  position: relative;
}
.container-first_page video.landing_bg-mob {
  left: -1px;
  z-index: 2;
}
.container-first_page .content {
  display: flex;
  flex-direction: column;
  padding: 20px 0 0;
  z-index: 3;
}
.container-first_page .content .block-top_first h1 {
  margin-top: 0;
}
.container-first_page .content h2 {
  font-size: 50px;
  line-height: 55px;
}
.container-first_page .content .block-top_first {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  padding-bottom: 0;
}
.container-first_page .content .content-descr {
  color: #2E2E38;
  margin-bottom: 42px;
}
.container-first_page .content .content-descr_first {
  color: #2E2E38;
  margin-bottom: 42px;
  font-size: 20px;
  line-height: 30px;
}
.container-first_page .content .content_inner {
  padding-top: 100px;
  display: flex;
  flex-direction: column;
}
.container-first_page .content .content_inner .content_el.reverse {
  flex-direction: column-reverse;
}
.container-first_page .content .content_inner .content_el {
  display: flex;
  flex-direction: column;
  margin-bottom: 120px;
}
.container-first_page .content .content_inner .content_el .content_img {
  width: 100vw;
}
.container-first_page .content .content_inner .content_el .content_img img {
  display: none;
}
.container-first_page .content .content_inner .content_el .content_img-first {
  height: 100vw;
  background: url(/static/images/first_img_1.svg) no-repeat;
  background-position-x: -20%;
  background-size: cover;
}
.container-first_page .content .content_inner .content_el .content_img-second {
  height: 100vw;
  background: url(/static/images/first_img_2.svg) no-repeat;
  background-position-x: 55%;
  background-size: cover;
}
.container-first_page .content .content_inner .content_el .content_img-third {
  height: 100vw;
  background: url(/static/images/first_img_3.svg) no-repeat;
  background-position-x: 55%;
  background-size: cover;
}
.container-first_page .content .content_inner .content_el .center {
  text-align: center;
}
.container-first_page .content .content_inner .content_el mark {
  background: #FFE600;
  padding: 0 2px;
}
.container-first_page .content .content_inner .content_el .column {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
}
.container-first_page .content .content_inner .content_el .column .content_text {
  font-weight: bold;
  font-size: 27px;
  line-height: 32px;
  color: #17171C;
}
.container-first_page .content .content_inner .content_el .column .content_text-small {
  padding-top: 30px;
}
.container-first_page .content .btn {
  padding: 10px 20px;
  margin: 0 auto;
}
.container-first_page .content .materials__wrapper {
  margin-top: 100px;
  background: #F9F9FB;
  padding: 120px 20px 0;
}
.container-first_page .content .materials__wrapper .material > .material-list .material-el {
  flex-basis: 0;
  flex-grow: 1;
}
.container-first_page .content .materials-course {
  background: #F9F9FB;
  border-bottom: 1px solid #17171C;
  padding-bottom: 120px;
  margin-bottom: 120px;
}
.container-first_page .content .materials-about {
  display: flex;
  flex-direction: column;
}
.container-first_page .content .materials-about .content-descr {
  text-align: left;
  margin: 0;
  margin-top: 10px;
}
.container-first_page .content .block_bottom {
  padding: 74px 20px 120px;
  margin-bottom: -30px;
}
.container-first_page .content .block_bottom .block_bottom__inner {
  width: fit-content;
  width: -moz-fit-content;
  margin: 0 auto;
}
.container-first_page .content .block_bottom .block_bottom__inner a {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.container-first_page .content .block_bottom svg {
  transform: rotate(180deg);
  margin-left: 15px;
  margin-right: 0;
}
.container-first_page .content .block_bottom .block_return {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.container-first_page .content .block_bottom .img {
  margin: 0;
  margin-bottom: 35px;
}
.container-first_page .content .block_bottom h5 {
  font-size: 32px;
  line-height: 36px;
}
.container-first_page .materials > .material > .material-list .material-el .time {
  display: block;
}
.container-first_page .block_bottom {
  background: #F9F9FB;
}

@media (min-width: 640px) {
  .container-first_page .landing_bg-mob {
    display: none;
  }
  .container-first_page .landing_bg {
    display: flex;
    width: 1145px;
    object-fit: cover;
    margin: 0;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    position: absolute;
  }
  .container-first_page img.landing_bg {
    z-index: 1;
  }
  .container-first_page video.landing_bg {
    z-index: 2;
  }
  .container-first_page .content .block-top_first {
    margin-bottom: 150px;
  }
  .container-first_page .content .block-top_first h1 {
    margin-top: 163px;
  }
  .container-first_page .content .content_inner {
    padding-top: 150px;
  }
  .container-first_page .content .content_inner .content_el .content_img-first {
    background: url(/static/images/first_img_1.svg) no-repeat;
  }
  .container-first_page .content .content_inner .content_el .content_img-second {
    background: url(/static/images/first_img_2.svg) no-repeat;
  }
  .container-first_page .content .content_inner .content_el .content_img-third {
    background: url(/static/images/first_img_3.svg) no-repeat;
  }
  .container-first_page .content .content_inner .content_el .content_img {
    width: 100vw;
    height: 80vw;
    max-height: 700px;
    background-size: contain;
    background-position-x: center;
  }
  .container-first_page .content .content_inner .content_el .content_img img {
    display: none;
  }
  .container-first_page .content .content_second {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .container-first_page .content .content_inner .content_el {
    flex-direction: row;
    margin-bottom: 200px;
    padding: 0;
    padding-left: 40px;
    height: 600px;
  }
  .container-first_page .content .content_inner .content_el:last-child {
    flex-direction: column;
    margin-bottom: 0;
    height: auto;
  }
  .container-first_page .content .content_inner .content_el .column {
    margin: auto;
    margin-right: 30px;
  }
  .container-first_page .content .content_inner .content_el .column .content_text {
    font-size: 40px;
    line-height: 48px;
  }
  .container-first_page .content .content_inner .content_el .content_img {
    background: none;
  }
  .container-first_page .content .content_inner .content_el .content_img img {
    display: block;
    position: absolute;
    max-height: 600px;
    transform: translate(-25%, 0);
    z-index: -1;
  }
  .container-first_page .content .content_inner .content_second {
    margin-bottom: 200px;
  }
  .container-first_page .content .content_inner .content_second .column {
    margin: 0 auto;
  }
  .container-first_page .content .content_inner .content_el.content_second {
    height: auto;
  }
  .container-first_page .content .content_inner .content_third {
    margin-bottom: 200px;
  }
  .container-first_page .content .content_inner .content_fourth {
    margin-bottom: 150px;
  }
  .container-first_page .content .content_inner .content_el.reverse {
    flex-direction: row;
  }
  .container-first_page .content-descr_first {
    font-size: 27px;
    line-height: 33px;
  }
  .container-first_page .content .block_bottom {
    padding-bottom: 100px;
  }
  .container-first_page .content .block_bottom .img {
    width: 420px;
  }
  .container-first_page .content .materials__wrapper {
    margin-top: 220px;
  }
  .container-first_page .content .materials__wrapper .materials {
    margin-bottom: 200px;
  }
  .container-first_page .content .materials__wrapper .materials-about {
    flex-direction: row;
  }
  .container-first_page .content .materials__wrapper .materials-about .content-descr {
    width: 50%;
    margin: 0;
    padding-top: 22px;
  }
  .container-first_page .content .materials__wrapper .materials-about h2 {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .container-first_page {
    width: auto;
    max-width: 100vw;
  }
  .container-first_page .landing_bg {
    max-width: 1280px;
    width: 100%;
  }
  .container-first_page .navigator,
.container-first_page .block-top_first,
.container-first_page .content_inner,
.container-first_page .materials__wrapper .materials {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .container-first_page .content .content_inner {
    padding-top: 220px;
  }
  .container-first_page .content .content_inner .content_el .column {
    width: 100%;
  }
  .container-first_page .content .content_inner .content_second {
    max-width: 730px;
  }
}
.search-input_wrapper {
  flex-grow: 1;
  margin-right: 15px;
  position: relative;
  align-items: center;
}
.search-input_wrapper .search__input {
  width: 100%;
  padding-left: 50px;
}
.search-input_wrapper .search-btn {
  position: absolute;
  top: 7px;
  left: 15px;
}
.search-input_wrapper .search-btn:hover {
  cursor: pointer;
}
.search-input_wrapper .clear-btn {
  position: absolute;
  top: 9px;
  right: 9px;
}
.search-input_wrapper .clear-btn:hover {
  cursor: pointer;
}

.container-search .content-search .search-input_wrapper {
  margin-top: 30px;
  margin-bottom: 20px;
  margin-right: 0;
  position: relative;
}
.container-search .content-search .search-input_wrapper .search__input {
  padding-left: 15px;
}
.container-search .content-search .search-input_wrapper .search-btn {
  right: 15px;
  left: auto;
}
.container-search .content-search .search-input_wrapper .clear-btn {
  right: 50px;
}
.container-search .search-toggle__wrapper {
  background: #F9F9FB;
  display: flex;
  margin: 30px auto;
  border-radius: 20px;
  padding: 8px 15px;
  width: fit-content;
  width: -moz-fit-content;
}
.container-search .search-toggle__wrapper input[type=radio] {
  display: none;
}
.container-search .search-toggle__wrapper label {
  cursor: pointer;
  padding: 5px 5px;
  margin: 0 5px;
  user-select: none;
  color: #787882;
  display: block;
}
.container-search .search-toggle__wrapper input[type=radio]:checked + label {
  border-bottom: 2px solid #17171C;
  color: #17171C;
  font-weight: 600;
}
.container-search .search-toggle__wrapper label:hover {
  color: #17171C;
}
.container-search .search-non-found {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 90px;
}
.container-search .search-non-found .search-non-found_img {
  width: 121px;
  height: auto;
  margin-bottom: 24px;
}
.container-search .search-non-found .search-non-found_text {
  font-weight: bold;
  font-size: 19px;
  line-height: 24px;
  color: #C7C7CC;
  margin-bottom: 24px;
}

@media (min-width: 640px) {
  .container-search .content-search .search-input_wrapper {
    padding-left: 15px;
  }
  .container-search .content-search .search-input_wrapper .search__input {
    padding-left: 15px;
  }
  .container-search .content-search .search-input_wrapper .search-btn {
    top: 13px;
    right: 15px;
    left: auto;
  }
  .container-search .content-search .search-input_wrapper .search-btn::before {
    content: "";
    position: absolute;
    top: 0px;
    width: 1px;
    height: 24px;
    right: 39px;
    background-color: #D1D1D6;
  }
  .container-search .content-search .search-input_wrapper .clear-btn {
    top: 17px;
    right: 70px;
  }

  .container-search .content-search .search-input_wrapper {
    margin-top: 70px;
  }
}
.container-about .content_inner {
  max-width: 750px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
.container-about .content_inner img {
  width: 100%;
  max-width: 360px;
  margin: 0 auto 40px;
}
.container-about .content_inner h1 {
  margin-bottom: 50px;
  text-align: center;
}
.container-about .content_inner .about_descr {
  margin-bottom: 30px;
}
.container-about .content_inner .about_descr p {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
.container-about .content_inner .about_descr h3 {
  margin: 16px 0;
}
.container-about .content_inner .contacts h2 {
  text-align: center;
}
.container-about .content_inner .contacts .border {
  border: 1px solid #C7C7CC;
  width: 100%;
  margin: 60px 0;
}
.container-about .content_inner .contacts .contacts-section {
  margin: 10px 0;
}
.container-about .content_inner .rks {
  text-align: center;
  font-size: 14px;
  line-height: 19px;
  color: #8D8D94;
  margin-bottom: 60px;
}
.container-about .content_inner .rks div {
  margin-bottom: 17px;
}
.container-about .content_inner .rks img {
  width: auto;
}
.container-about .content_inner .rks a:hover img {
  opacity: 0.8;
}

@media (min-width: 768px) {
  .container-about .content {
    margin-top: 70px;
  }
  .container-about .content_inner h1 {
    margin-bottom: 70px;
  }
}
.container-profile .content .header-profile {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
}
.container-profile .content .border {
  border: 1px solid #F3F3F6;
  margin: 20px 0;
  width: 100%;
}
.container-profile .content .setting-mail,
.container-profile .content .setting-personal {
  display: flex;
  flex-direction: column;
}
.container-profile .content .setting-name {
  color: #787882;
  margin-bottom: 20px;
}
.container-profile .content .setting-el {
  display: flex;
  flex-direction: column;
}
.container-profile .content .setting-el .btn {
  margin: 10px 0;
}
.container-profile .content .setting-el .email__input {
  width: 100%;
  height: 50px;
}
.container-profile .content .setting-el .text-error {
  color: #FF3B30;
  font-size: 14px;
  line-height: 19px;
  margin-top: 5px;
}
.container-profile .content .setting-el .after-save {
  margin-top: 20px;
}
.container-profile .content .notifications {
  margin-top: 40px;
  margin-bottom: 30px;
  font-size: 20px;
}
.container-profile .content .notifications-disclaimer {
  font-size: 16px;
  line-height: 22px;
  color: #787882;
  margin-bottom: 20px;
  margin-top: 30px;
}
.container-profile .content .setting-notification {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  position: relative;
  cursor: pointer;
}
.container-profile .content .setting-notification input[type=checkbox] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  width: 0;
  height: 0;
  display: block;
}
.container-profile .content .setting-notification::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #787882;
  box-sizing: border-box;
  border-radius: 4px;
  margin: 0;
  margin-right: 10px;
  min-width: 30px;
}
.container-profile .content .setting-notification:hover::before {
  background-color: #F9F9FB;
}
.container-profile .content .setting-notification input[type=checkbox]:checked + span::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 2px;
  height: 17px;
  background-color: #007AFF;
  right: 20px;
  bottom: 28%;
  transform: rotate(45deg);
}
.container-profile .content .setting-notification input[type=checkbox]:checked + span::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 2px;
  height: 9px;
  background-color: #007AFF;
  right: 29px;
  bottom: 28%;
  transform: rotate(-45deg);
}
.container-profile .content .delete-profile {
  font-size: 11px;
  line-height: 13px;
  margin-top: 60px;
  text-align: right;
  color: #787882;
  margin-left: auto;
  width: fit-content;
  width: -moz-fit-content;
}
.container-profile .content .delete-profile:hover {
  cursor: pointer;
  color: #3D95F5;
  text-decoration: none;
  border-bottom: 1px solid #3D95F5;
}
.container-profile .content .delete-profile_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  z-index: 200;
}
@-moz-document url-prefix() {
  .container-profile .content .delete-profile_wrapper {
    background-color: rgba(255, 255, 255, 0.95);
  }
}
.container-profile .content .delete-profile_wrapper .delete-profile_inner {
  max-width: 1200px;
  margin: 0 auto;
}
.container-profile .content .delete-profile_wrapper .delete-profile_inner .btn-close-delete {
  position: absolute;
  top: 20px;
  right: 20px;
}
.container-profile .content .delete-profile_wrapper .delete-profile_inner .btn-close-delete:hover {
  cursor: pointer;
}
.container-profile .content .delete-profile_wrapper .delete-profile_inner h2 {
  text-align: center;
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 40px;
  margin-top: 20%;
}
.container-profile .content .delete-profile_wrapper .delete-profile_inner .btns-detele {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.container-profile .content .delete-profile_wrapper .delete-profile_inner .btns-detele .btn {
  margin: 3px 6px;
}

@media (min-width: 640px) {
  .container-profile .content .header-profile {
    align-items: center;
    margin-bottom: 60px;
    margin-top: 20px;
  }
  .container-profile .content .setting-mail,
.container-profile .content .setting-personal {
    display: grid;
    grid-template-columns: 46% 54%;
  }
  .container-profile .content .setting-name {
    color: #17171C;
  }
  .container-profile .content .notification {
    margin-top: 60px;
  }
  .container-profile .content .delete-profile {
    margin-top: 70px;
  }
}
@media (min-width: 768px) {
  .container-profile .content .setting_wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.content-course .test_wrapper .test_inner .block_question {
  border-top: 1px solid #F3F3F6;
  border-bottom: 1px solid #F3F3F6;
  box-sizing: border-box;
  padding: 32px;
  margin-bottom: 34px;
  margin-left: -20px;
  margin-right: -20px;
}
.content-course .test_wrapper .test_inner .block_question .question-number {
  background: #007AFF;
  border-radius: 20px;
  color: #fff;
  font-size: 19px;
  line-height: 24px;
  padding: 5px 8px;
  width: fit-content;
  width: -moz-fit-content;
  margin-bottom: 24px;
}
.content-course .test_wrapper .test_inner .block_question .question-title {
  color: #2E2E38;
  font-weight: bold;
  font-size: 21px;
  line-height: 26px;
  margin-bottom: 10px;
}
.content-course .test_wrapper .test_inner .block_question .question-descr {
  color: #2E2E38;
  font-size: 18px;
  line-height: 24px;
}
.content-course .test_wrapper .test_inner .block_question .question-variants {
  margin: 20px 0;
}
.content-course .test_wrapper .test_inner .block_question .question-variants .mail-address .email__input {
  width: 100%;
  height: 42px;
  font-size: 19px;
  line-height: 30px;
}
.content-course .test_wrapper .test_inner .block_question .question-variants .text-error {
  color: #FF3B30;
  margin-top: 5px;
}
.content-course .test_wrapper .test_inner .block_question .question-variants .question-item {
  position: relative;
  color: #2E2E38;
}
.content-course .test_wrapper .test_inner .block_question .question-variants .question-item .checkbox-inner {
  padding: 20px;
  margin: 10px 0;
  padding-right: 12px;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  border: 1px solid #C7C7CC;
  box-sizing: border-box;
  border-radius: 4px;
}
.content-course .test_wrapper .test_inner .block_question .question-variants .question-item .checkbox-inner .question-item_img {
  margin-right: 20px;
  width: auto;
}
.content-course .test_wrapper .test_inner .block_question .question-variants .question-item.nothing .checkbox-inner {
  margin-top: 30px;
}
.content-course .test_wrapper .test_inner .block_question .question-variants .question-item:hover .checkbox-inner {
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1), 0px 0px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
  cursor: pointer;
}
.content-course .test_wrapper .test_inner .block_question .question-variants .question-item input[type=checkbox] {
  z-index: -1;
  opacity: 0;
  display: block;
  width: 0;
  height: 0;
  position: absolute;
}
.content-course .test_wrapper .test_inner .block_question .question-variants .question-item input[type=checkbox]:checked + .checkbox-inner {
  background: #F3F9FF;
  border: 1px solid #007AFF;
}

@media (min-width: 640px) {
  .content-course .test_wrapper .test_inner .block_question {
    border: 1px solid #F3F3F6;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .content-course .test_wrapper .test_inner .block_question .question-variants .question-item .checkbox-inner {
    align-items: center;
  }
  .content-course .test_wrapper .test_inner .block_question .question-variants .mail-address .email__input {
    width: 100%;
    max-width: 420px;
  }
}
.notification {
  background: rgba(0, 0, 0, 0.9);
  border-radius: 10px;
  padding: 13px 15px 11px;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  max-width: 450px;
}

.notification {
  position: fixed;
  bottom: 100px;
  display: flex;
  align-items: baseline;
}

.notification .notification_inner {
  display: flex;
  flex-direction: column;
}
.notification .btn-close {
  margin: 0 0 auto 20px;
}
.notification .btn-close:hover {
  cursor: pointer;
}
.notification .btn-close svg {
  fill: #8D8D94;
}
.notification .btn-timer {
  width: 14px;
  height: 14px;
  margin: auto 0 auto 20px;
}
.notification .btn-timer .wrapper {
  width: 14px;
  height: 14px;
  position: absolute;
  clip: rect(0px, 14px, 14px, 7px);
}
.notification .btn-timer .circle {
  width: 10px;
  height: 10px;
  border: 2px solid #8D8D94;
  border-radius: 50px;
  position: absolute;
  clip: rect(0px, 7px, 14px, 0px);
}
.notification .btn-timer div[data-anim~=base] {
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
}
.notification .btn-timer .wrapper[data-anim~=wrapper] {
  -webkit-animation-duration: 0.01s;
  -webkit-animation-delay: 3s;
  -webkit-animation-name: close-wrapper;
}
.notification .btn-timer .circle[data-anim~=left] {
  -webkit-animation-duration: 6s;
  -webkit-animation-name: left-spin;
}
.notification .btn-timer .circle[data-anim~=right] {
  -webkit-animation-duration: 3s;
  -webkit-animation-name: right-spin;
}

@-webkit-keyframes right-spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(180deg);
  }
}
@-webkit-keyframes left-spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes close-wrapper {
  to {
    clip: rect(auto, auto, auto, auto);
  }
}
.content-my-course .section-theory.progress {
  border: none;
  margin-bottom: 36px;
}
.content-my-course .section-toggle__wrapper {
  background: #F9F9FB;
  display: flex;
  margin: 30px auto;
  border-radius: 20px;
  padding: 8px 15px;
  align-items: baseline;
  overflow-x: auto;
  margin-bottom: 40px;
}
.content-my-course .section-toggle__wrapper .section-toggle-item {
  word-wrap: break-word;
  white-space: nowrap;
}
.content-my-course .section-toggle__wrapper .section-toggle-item sup.tasks {
  color: #34C759;
}
.content-my-course .section-toggle__wrapper .section-toggle-item sup.threats {
  color: #17171C;
}
.content-my-course .section-toggle__wrapper .section-toggle-item sup {
  font-weight: 700;
}
.content-my-course .section-toggle__wrapper input[type=radio] {
  display: none;
}
.content-my-course .section-toggle__wrapper label {
  cursor: pointer;
  padding: 5px 5px;
  margin: 0 5px;
  user-select: none;
  color: #787882;
  display: block;
}
.content-my-course .section-toggle__wrapper input[type=radio]:checked + label {
  border-bottom: 2px solid #17171C;
  color: #17171C;
}
.content-my-course .section-toggle__wrapper label:hover {
  color: #17171C;
}
.content-my-course .section-theory {
  margin-bottom: 25px;
}
.content-my-course .avoid_wrapper .materials-course {
  margin-bottom: 40px;
}
.content-my-course .materials-course {
  margin-bottom: 100px;
}
.content-my-course .instruction .materials.materials-course {
  margin-bottom: 20px;
}
.content-my-course .threats_course {
  margin-bottom: 0;
}
.content-my-course .progress_course {
  margin-bottom: 100px;
}
.content-my-course .progress_course .progress {
  border-radius: 20px;
  background-color: #F9F9FB;
}
.content-my-course .progress_course .content-descr {
  font-size: 14px;
  line-height: 19px;
  text-align: left;
}
.content-my-course .todo-list_course {
  margin-bottom: 100px;
}
.content-my-course .todo-list_course .content-descr {
  font-size: 14px;
  line-height: 19px;
  text-align: left;
  margin-bottom: 60px;
}
.content-my-course .threats_course h2 {
  margin-bottom: 40px;
}
.content-my-course .threats_course h3 {
  font-size: 21px;
  line-height: 26px;
}
.content-my-course .threats_course .content-descr {
  font-size: 14px;
  line-height: 19px;
  text-align: left;
}
.content-my-course .threats_course .materials.materials-course > .material > .material-list > .material-el > h5 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  margin: 0;
}

@media (min-width: 768px) {
  .content-my-course .section-theory.progress {
    margin-bottom: 56px;
  }
  .content-my-course .avoid_wrapper .materials-course {
    margin-bottom: 60px;
  }

  .content-my-course .materials-course {
    margin-bottom: 130px;
  }
  .content-my-course .threats_course {
    margin-bottom: 130px;
  }
  .content-my-course .progress_course,
.content-my-course .todo-list_course {
    margin-bottom: 130px;
  }
  .content-my-course .progress_course .content-descr,
.content-my-course .todo-list_course .content-descr {
    font-size: 18px;
    line-height: 24px;
    width: 50%;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 60px;
  }
  .content-my-course .progress_course .progress {
    padding: 60px;
    justify-content: center;
  }
  .content-my-course .progress_course .progress .skill_wrapper {
    margin: 0 30px;
  }
  .content-my-course .threats_course h2 {
    margin-bottom: 60px;
  }
  .content-my-course .threats_course h3 {
    font-size: 27px;
    line-height: 33px;
  }
  .content-my-course .threats_course .content-descr {
    font-size: 18px;
    line-height: 24px;
    width: 50%;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }

  .instruction-content > .exercises > .materials-course,
.instruction-content > .threats_course,
.instruction-content > .threats_course .materials-course {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .content-my-course .section-toggle__wrapper {
    width: fit-content;
    width: -moz-fit-content;
  }
  .content-my-course .section-theory .progress_inner {
    width: 100%;
  }
}
.container-error .content_inner {
  max-width: 750px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
.container-error .content_inner img {
  width: 100%;
  max-width: 360px;
  margin: 0 auto 40px;
}
.container-error .content_inner h2 {
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 20px;
  text-align: center;
}
.container-error .content_inner .content-error {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
}
.container-error .content_inner .btns-error {
  margin: 40px auto 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.container-error .content_inner .btns-error .btn {
  width: fit-content;
  width: -moz-fit-content;
  margin-bottom: 0;
  margin-right: 10px;
  margin-left: 10px;
}
.container-error .content_inner .btns-error .btn-to-search {
  margin-bottom: 20px;
}
.container-error .content_inner .text_error {
  text-align: center;
  color: #8D8D94;
}

@media (min-width: 640px) {
  .container-error .content .content_inner .btns-error {
    flex-direction: row;
  }
  .container-error .content .content_inner .btns-error .btn-to-search {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .container-error .content {
    margin-top: 70px;
  }
  .container-error .content .content_inner .btns-error {
    margin-bottom: 100px;
  }
}
.container-login .content_inner {
  display: flex;
  flex-direction: column;
  margin: 40px auto;
  border: 1px solid #F3F3F6;
  border-radius: 4px;
  padding: 30px;
  width: 100%;
  max-width: 420px;
  box-sizing: border-box;
}
.container-login .content_inner img {
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.container-login .content_inner h2 {
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 10px;
  text-align: center;
}
.container-login .content_inner p {
  margin: 0;
  margin-bottom: 30px;
  text-align: center;
  font-size: 14px;
  line-height: 19px;
  color: #2E2E38;
}
.container-login .content_inner .mail-address {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.container-login .content_inner .mail-address form {
  margin-bottom: 0;
}
.container-login .content_inner .mail-address .error-email {
  color: #FF3B30;
  margin-top: 5px;
}
.container-login .content_inner .mail-address .email__label {
  font-size: 11px;
  line-height: 13px;
  margin-bottom: 5px;
}
.container-login .content_inner .mail-address .email__input {
  height: 42px;
  font-size: 12px;
  line-height: 22px;
}
.container-login .content_inner .block-email .btn-sent-email {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
}
.container-login .content_inner .block-email-done .mail-address {
  text-align: center;
  margin-bottom: 20px;
  word-break: break-all;
}
.container-login .content_inner .block-email-done .btn-return {
  color: #007AFF;
  position: relative;
  text-align: center;
  padding: 10px 0;
}
.container-login .content_inner .block-email-done .btn-return:hover {
  cursor: pointer;
  text-decoration: underline;
}

@media (min-width: 640px) {
  .container-login .content .content_inner .mail-address .email__input {
    font-size: 16px;
    line-height: 22px;
  }
}
.popup {
  position: absolute;
  z-index: 555555;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 10px;
  padding: 10px 15px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  width: max-content;
  display: none;
  top: 0;
  left: 0;
}
.popup .arrow {
  position: absolute;
  left: 15px;
  top: -5px;
  width: 0;
  height: 0;
  border-top: 10px solid rgba(0, 0, 0, 0.9);
  border-right: 10px solid rgba(0, 0, 0, 0.9);
  transform: rotate(-45deg);
}

.content .tooltip,
.article .tooltip {
  background: #F3F3F6;
  border: 1px solid #D1D1D6;
  box-sizing: border-box;
  border-radius: 3px;
  padding: 0 4px;
}
.content .tooltip:hover,
.article .tooltip:hover {
  cursor: pointer;
}

.popup-tooptip {
  max-width: 450px;
  position: absolute;
  z-index: 555555;
  padding: 30px;
  width: max-content;
  top: 0;
  left: 0;
  background: #fff;
  border: 1px solid #F3F3F6;
  box-sizing: border-box;
  border-radius: 10px;
  font-size: 16px;
  line-height: 22px;
  color: #17171C;
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.04)) drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.04)) drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.04));
  display: flex;
  flex-direction: row;
}
.popup-tooptip .btn-close {
  margin-top: 4px;
  margin-left: 10px;
}
.popup-tooptip .btn-close:hover {
  cursor: pointer;
  color: #17171C;
}

.progress_popup_wrapper,
.threat_popup_wrapper,
.completed_popup_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  z-index: 200;
}
.progress_popup_wrapper .threat_popup_inner_blur,
.threat_popup_wrapper .threat_popup_inner_blur,
.completed_popup_wrapper .threat_popup_inner_blur {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: blur(15px);
}
.progress_popup_wrapper .progress_popup_inner,
.progress_popup_wrapper .threat_popup_inner,
.progress_popup_wrapper .completed_popup_inner,
.threat_popup_wrapper .progress_popup_inner,
.threat_popup_wrapper .threat_popup_inner,
.threat_popup_wrapper .completed_popup_inner,
.completed_popup_wrapper .progress_popup_inner,
.completed_popup_wrapper .threat_popup_inner,
.completed_popup_wrapper .completed_popup_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.progress_popup_wrapper .progress_popup_inner .progress,
.progress_popup_wrapper .threat_popup_inner .progress,
.progress_popup_wrapper .completed_popup_inner .progress,
.threat_popup_wrapper .progress_popup_inner .progress,
.threat_popup_wrapper .threat_popup_inner .progress,
.threat_popup_wrapper .completed_popup_inner .progress,
.completed_popup_wrapper .progress_popup_inner .progress,
.completed_popup_wrapper .threat_popup_inner .progress,
.completed_popup_wrapper .completed_popup_inner .progress {
  order: 2;
  margin-top: 100px;
  border: none;
  padding: 0;
}
.progress_popup_wrapper .progress_popup_inner .progress .progress_skills,
.progress_popup_wrapper .threat_popup_inner .progress .progress_skills,
.progress_popup_wrapper .completed_popup_inner .progress .progress_skills,
.threat_popup_wrapper .progress_popup_inner .progress .progress_skills,
.threat_popup_wrapper .threat_popup_inner .progress .progress_skills,
.threat_popup_wrapper .completed_popup_inner .progress .progress_skills,
.completed_popup_wrapper .progress_popup_inner .progress .progress_skills,
.completed_popup_wrapper .threat_popup_inner .progress .progress_skills,
.completed_popup_wrapper .completed_popup_inner .progress .progress_skills {
  width: 100%;
  margin: 0;
}
.progress_popup_wrapper .progress_popup_inner .progress .skill_wrapper.skill_wrapper-single,
.progress_popup_wrapper .threat_popup_inner .progress .skill_wrapper.skill_wrapper-single,
.progress_popup_wrapper .completed_popup_inner .progress .skill_wrapper.skill_wrapper-single,
.threat_popup_wrapper .progress_popup_inner .progress .skill_wrapper.skill_wrapper-single,
.threat_popup_wrapper .threat_popup_inner .progress .skill_wrapper.skill_wrapper-single,
.threat_popup_wrapper .completed_popup_inner .progress .skill_wrapper.skill_wrapper-single,
.completed_popup_wrapper .progress_popup_inner .progress .skill_wrapper.skill_wrapper-single,
.completed_popup_wrapper .threat_popup_inner .progress .skill_wrapper.skill_wrapper-single,
.completed_popup_wrapper .completed_popup_inner .progress .skill_wrapper.skill_wrapper-single {
  max-width: 344px;
  width: 100%;
  height: 156px;
}
.progress_popup_wrapper .progress_popup_inner .progress .skill_wrapper.skill_wrapper-single .skill,
.progress_popup_wrapper .threat_popup_inner .progress .skill_wrapper.skill_wrapper-single .skill,
.progress_popup_wrapper .completed_popup_inner .progress .skill_wrapper.skill_wrapper-single .skill,
.threat_popup_wrapper .progress_popup_inner .progress .skill_wrapper.skill_wrapper-single .skill,
.threat_popup_wrapper .threat_popup_inner .progress .skill_wrapper.skill_wrapper-single .skill,
.threat_popup_wrapper .completed_popup_inner .progress .skill_wrapper.skill_wrapper-single .skill,
.completed_popup_wrapper .progress_popup_inner .progress .skill_wrapper.skill_wrapper-single .skill,
.completed_popup_wrapper .threat_popup_inner .progress .skill_wrapper.skill_wrapper-single .skill,
.completed_popup_wrapper .completed_popup_inner .progress .skill_wrapper.skill_wrapper-single .skill {
  width: 100%;
  height: 100%;
  border-radius: 100px;
  flex-direction: row;
  border: 9px solid transparent;
}
.progress_popup_wrapper .progress_popup_inner .progress .skill_wrapper.skill_wrapper-single .skill .percent,
.progress_popup_wrapper .threat_popup_inner .progress .skill_wrapper.skill_wrapper-single .skill .percent,
.progress_popup_wrapper .completed_popup_inner .progress .skill_wrapper.skill_wrapper-single .skill .percent,
.threat_popup_wrapper .progress_popup_inner .progress .skill_wrapper.skill_wrapper-single .skill .percent,
.threat_popup_wrapper .threat_popup_inner .progress .skill_wrapper.skill_wrapper-single .skill .percent,
.threat_popup_wrapper .completed_popup_inner .progress .skill_wrapper.skill_wrapper-single .skill .percent,
.completed_popup_wrapper .progress_popup_inner .progress .skill_wrapper.skill_wrapper-single .skill .percent,
.completed_popup_wrapper .threat_popup_inner .progress .skill_wrapper.skill_wrapper-single .skill .percent,
.completed_popup_wrapper .completed_popup_inner .progress .skill_wrapper.skill_wrapper-single .skill .percent {
  font-size: 52px;
  line-height: 52px;
}
.progress_popup_wrapper .progress_popup_inner .progress .skill_wrapper.skill_wrapper-single .skill .skill-title,
.progress_popup_wrapper .threat_popup_inner .progress .skill_wrapper.skill_wrapper-single .skill .skill-title,
.progress_popup_wrapper .completed_popup_inner .progress .skill_wrapper.skill_wrapper-single .skill .skill-title,
.threat_popup_wrapper .progress_popup_inner .progress .skill_wrapper.skill_wrapper-single .skill .skill-title,
.threat_popup_wrapper .threat_popup_inner .progress .skill_wrapper.skill_wrapper-single .skill .skill-title,
.threat_popup_wrapper .completed_popup_inner .progress .skill_wrapper.skill_wrapper-single .skill .skill-title,
.completed_popup_wrapper .progress_popup_inner .progress .skill_wrapper.skill_wrapper-single .skill .skill-title,
.completed_popup_wrapper .threat_popup_inner .progress .skill_wrapper.skill_wrapper-single .skill .skill-title,
.completed_popup_wrapper .completed_popup_inner .progress .skill_wrapper.skill_wrapper-single .skill .skill-title {
  width: 95px;
  margin-top: 6px;
  text-align: left;
  margin-left: 10px;
}
.progress_popup_wrapper .progress_popup_inner .btn-close-top,
.progress_popup_wrapper .threat_popup_inner .btn-close-top,
.progress_popup_wrapper .completed_popup_inner .btn-close-top,
.threat_popup_wrapper .progress_popup_inner .btn-close-top,
.threat_popup_wrapper .threat_popup_inner .btn-close-top,
.threat_popup_wrapper .completed_popup_inner .btn-close-top,
.completed_popup_wrapper .progress_popup_inner .btn-close-top,
.completed_popup_wrapper .threat_popup_inner .btn-close-top,
.completed_popup_wrapper .completed_popup_inner .btn-close-top {
  position: absolute;
  top: 20px;
  right: 20px;
  order: 1;
}
.progress_popup_wrapper .progress_popup_inner .btn-close-top:hover,
.progress_popup_wrapper .threat_popup_inner .btn-close-top:hover,
.progress_popup_wrapper .completed_popup_inner .btn-close-top:hover,
.threat_popup_wrapper .progress_popup_inner .btn-close-top:hover,
.threat_popup_wrapper .threat_popup_inner .btn-close-top:hover,
.threat_popup_wrapper .completed_popup_inner .btn-close-top:hover,
.completed_popup_wrapper .progress_popup_inner .btn-close-top:hover,
.completed_popup_wrapper .threat_popup_inner .btn-close-top:hover,
.completed_popup_wrapper .completed_popup_inner .btn-close-top:hover {
  cursor: pointer;
}
.progress_popup_wrapper .progress_popup_inner h2,
.progress_popup_wrapper .threat_popup_inner h2,
.progress_popup_wrapper .completed_popup_inner h2,
.threat_popup_wrapper .progress_popup_inner h2,
.threat_popup_wrapper .threat_popup_inner h2,
.threat_popup_wrapper .completed_popup_inner h2,
.completed_popup_wrapper .progress_popup_inner h2,
.completed_popup_wrapper .threat_popup_inner h2,
.completed_popup_wrapper .completed_popup_inner h2 {
  text-align: center;
  font-size: 32px;
  line-height: 36px;
  max-width: 420px;
  margin: 50px auto 20px;
}
.progress_popup_wrapper .progress_popup_inner .descr,
.progress_popup_wrapper .threat_popup_inner .descr,
.progress_popup_wrapper .completed_popup_inner .descr,
.threat_popup_wrapper .progress_popup_inner .descr,
.threat_popup_wrapper .threat_popup_inner .descr,
.threat_popup_wrapper .completed_popup_inner .descr,
.completed_popup_wrapper .progress_popup_inner .descr,
.completed_popup_wrapper .threat_popup_inner .descr,
.completed_popup_wrapper .completed_popup_inner .descr {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  max-width: 420px;
  margin: 0 auto 40px;
}
.progress_popup_wrapper .progress_popup_inner .btns,
.progress_popup_wrapper .threat_popup_inner .btns,
.progress_popup_wrapper .completed_popup_inner .btns,
.threat_popup_wrapper .progress_popup_inner .btns,
.threat_popup_wrapper .threat_popup_inner .btns,
.threat_popup_wrapper .completed_popup_inner .btns,
.completed_popup_wrapper .progress_popup_inner .btns,
.completed_popup_wrapper .threat_popup_inner .btns,
.completed_popup_wrapper .completed_popup_inner .btns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.progress_popup_wrapper .progress_popup_inner .btns .btn,
.progress_popup_wrapper .threat_popup_inner .btns .btn,
.progress_popup_wrapper .completed_popup_inner .btns .btn,
.threat_popup_wrapper .progress_popup_inner .btns .btn,
.threat_popup_wrapper .threat_popup_inner .btns .btn,
.threat_popup_wrapper .completed_popup_inner .btns .btn,
.completed_popup_wrapper .progress_popup_inner .btns .btn,
.completed_popup_wrapper .threat_popup_inner .btns .btn,
.completed_popup_wrapper .completed_popup_inner .btns .btn {
  margin: 5px 6px;
  line-height: 16px;
  padding: 10px 27px;
  width: auto;
}

.threat_popup_wrapper,
.completed_popup_wrapper {
  min-height: 100vh;
  height: 100%;
  overflow-y: auto;
}
.threat_popup_wrapper .threat_popup_inner .materials-popup-threats.materials,
.threat_popup_wrapper .completed_popup_inner .materials-popup-threats.materials,
.completed_popup_wrapper .threat_popup_inner .materials-popup-threats.materials,
.completed_popup_wrapper .completed_popup_inner .materials-popup-threats.materials {
  margin-bottom: 20px;
}
.threat_popup_wrapper .threat_popup_inner h2,
.threat_popup_wrapper .completed_popup_inner h2,
.completed_popup_wrapper .threat_popup_inner h2,
.completed_popup_wrapper .completed_popup_inner h2 {
  margin-top: 0;
}
.threat_popup_wrapper .threat_popup_inner .img_popup,
.threat_popup_wrapper .completed_popup_inner .img_popup,
.completed_popup_wrapper .threat_popup_inner .img_popup,
.completed_popup_wrapper .completed_popup_inner .img_popup {
  min-width: 320px;
  margin: 0;
  width: 100%;
}
.threat_popup_wrapper .threat_popup_inner .img_popup img,
.threat_popup_wrapper .completed_popup_inner .img_popup img,
.completed_popup_wrapper .threat_popup_inner .img_popup img,
.completed_popup_wrapper .completed_popup_inner .img_popup img {
  height: 200px;
  width: auto;
  max-width: calc(100% - 40px);
  margin: 80px auto 40px;
  display: flex;
}

#confetti-canvas {
  position: absolute;
  top: 0;
}

@media (min-width: 640px) {
  .progress_popup_wrapper .progress_popup_inner .btn-close-top,
.progress_popup_wrapper .threat_popup_inner .btn-close-top,
.progress_popup_wrapper .completed_popup_inner .btn-close-top,
.threat_popup_wrapper .progress_popup_inner .btn-close-top,
.threat_popup_wrapper .threat_popup_inner .btn-close-top,
.threat_popup_wrapper .completed_popup_inner .btn-close-top,
.completed_popup_wrapper .progress_popup_inner .btn-close-top,
.completed_popup_wrapper .threat_popup_inner .btn-close-top,
.completed_popup_wrapper .completed_popup_inner .btn-close-top {
    position: sticky;
    width: 40px;
    margin-left: auto;
  }
  .progress_popup_wrapper .progress_popup_inner .btns .btn,
.progress_popup_wrapper .threat_popup_inner .btns .btn,
.progress_popup_wrapper .completed_popup_inner .btns .btn,
.threat_popup_wrapper .progress_popup_inner .btns .btn,
.threat_popup_wrapper .threat_popup_inner .btns .btn,
.threat_popup_wrapper .completed_popup_inner .btns .btn,
.completed_popup_wrapper .progress_popup_inner .btns .btn,
.completed_popup_wrapper .threat_popup_inner .btns .btn,
.completed_popup_wrapper .completed_popup_inner .btns .btn {
    line-height: 24px;
  }

  .progress_popup_wrapper .progress .progress_skills .skill {
    width: 180px;
    height: 180px;
    border: 9px solid transparent;
    display: flex;
    flex-direction: column;
  }
  .progress_popup_wrapper .progress .progress_skills .skill .percent {
    font-size: 52px;
    line-height: 52px;
  }
  .progress_popup_wrapper .progress .progress_skills .skill .skill-title {
    width: 95px;
    margin-top: 0;
  }
  .progress_popup_wrapper .progress .progress_skills .skill_wrapper {
    width: 180px;
  }
}
@media (min-width: 1200px) {
  .threat_popup_wrapper .progress_popup_inner .descr,
.threat_popup_wrapper .threat_popup_inner .descr,
.threat_popup_wrapper .completed_popup_inner .descr,
.progress_popup_wrapper .progress_popup_inner .descr,
.progress_popup_wrapper .threat_popup_inner .descr,
.progress_popup_wrapper .completed_popup_inner .descr,
.completed_popup_wrapper .progress_popup_inner .descr,
.completed_popup_wrapper .threat_popup_inner .descr,
.completed_popup_wrapper .completed_popup_inner .descr {
    max-width: 50%;
  }
}
@-moz-document url-prefix() {
  .progress_popup_wrapper,
.threat_popup_wrapper,
.completed_popup_wrapper {
    background-color: rgba(255, 255, 255, 0.97);
  }
}
.block-skill .block-skill-descr {
  font-size: 18px;
  line-height: 24px;
  color: #787882;
  margin-bottom: 30px;
}
.block-skill .block-skill-number {
  border-radius: 20px;
  color: #fff;
  font-size: 19px;
  line-height: 35px;
  margin-bottom: 15px;
  margin-top: 40px;
  height: 35px;
  width: 27px;
  text-align: center;
}
.block-skill.skill-digital .block-skill-number {
  background: #13B85F;
}
.block-skill.skill-digital .materials > .material > .material-list .material-el .img {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.34)), #E0FFF4;
}
.block-skill.skill-personal .block-skill-number {
  background: #5C59EB;
  width: 31px;
}
.block-skill.skill-personal .materials > .material > .material-list .material-el .img {
  background: #C2C1D0;
}
.block-skill.skill-financial .block-skill-number {
  background: #1B7C9C;
  width: 32px;
}
.block-skill.skill-financial .materials > .material > .material-list .material-el .img {
  background: #95AEB6;
}

.content-all-theory.content .border {
  border: 2px solid #2E2E38;
  width: 100%;
  margin-top: 80px;
}
.content-all-theory.content .block-skill .border {
  margin-top: 0;
}
.content-all-theory.content .img_all-theory {
  margin: 80px auto;
}

@media (min-width: 640px) {
  .block-skill .block-skill-number {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .block-skill .block-skill-descr {
    width: 50%;
  }
}
.go_to_practice__wrapper-bg {
  width: 100%;
  box-sizing: border-box;
  margin-top: 60px;
  margin-bottom: 100px;
}

.go_to_practice__wrapper-bg-task {
  margin-top: 0;
  position: relative;
  margin-bottom: 0;
}

.go_to_practice__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 0;
}
.go_to_practice__wrapper .go_to_practice__img {
  width: 320px;
  object-fit: contain;
  margin-bottom: 30px;
}
.go_to_practice__wrapper .go_to_practice__img img {
  margin-top: 0;
}
.go_to_practice__wrapper .go_to_practice__inner .go_to_practice__header {
  margin: 0;
  margin-bottom: 40px;
  text-align: center;
}
.go_to_practice__wrapper .go_to_practice__list-task {
  margin: 0;
  padding: 0;
}
.go_to_practice__wrapper .go_to_practice__list-task .go_to_practice__item-task {
  margin: 0;
  padding: 18px 0;
  width: 100%;
  list-style: none;
  border-top: 1px solid #D1D1D6;
  color: #2E2E38;
  font-size: 18px;
  line-height: 24px;
  display: flex;
}
.go_to_practice__wrapper .go_to_practice__list-task .go_to_practice__item-task:last-child {
  border-bottom: 1px solid #D1D1D6;
}
.go_to_practice__wrapper .go_to_practice__list-task .go_to_practice__item-task .new_task {
  background: #34C759;
  border-radius: 4px;
  padding: 4px;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 13px;
  color: #fff;
  margin-left: 10px;
  margin-right: 10px;
  height: fit-content;
  height: -moz-fit-content;
}
.go_to_practice__wrapper .go_to_practice__list-section {
  margin: 0;
  padding: 0;
  padding-top: 20px;
}
.go_to_practice__wrapper .go_to_practice__list-section .go_to_practice__item-section {
  margin: 0;
  padding: 0;
  margin-top: 0;
  width: 100%;
  list-style: none;
  color: #787882;
  font-size: 14px;
  line-height: 18px;
}
.go_to_practice__wrapper .go_to_practice__item_link {
  text-decoration: none;
  color: #007AFF;
  font-size: 16px;
  line-height: 22px;
  border-bottom: none;
  border-bottom: 1px solid transparent;
}
.go_to_practice__wrapper .go_to_practice__item_link:hover {
  border-bottom: 1px solid rgba(0, 122, 255, 0.3);
}
.go_to_practice__wrapper .btn-arrow_header {
  display: block;
  position: relative;
  margin-left: auto;
  width: 20px;
}
.go_to_practice__wrapper .btn-arrow_header::after {
  content: "";
  position: absolute;
  border-top: 2px solid #17171C;
  border-right: 2px solid #17171C;
  width: 12px;
  height: 12px;
  right: 4px;
  top: 24%;
  transform: rotate(45deg);
}

.slide__inner-go_to_practice {
  margin-top: 200px;
}
.slide__inner-go_to_practice h3 {
  margin-top: 80px;
  margin-bottom: 20px;
  text-align: center;
}
.slide__inner-go_to_practice .exercise-instruction {
  border: 1px solid #F3F3F6;
  padding: 20px;
  position: relative;
}
.slide__inner-go_to_practice .exercise-instruction a {
  border-bottom: none;
}
.slide__inner-go_to_practice .go_to_practice__wrapper-bg-task .go_to_practice__wrapper {
  border: none;
}
.slide__inner-go_to_practice .go_to_practice__wrapper-bg-task .go_to_practice__wrapper .go_to_practice__inner {
  margin-right: 0;
}
.slide__inner-go_to_practice .go_to_practice__wrapper-bg-task .go_to_practice__wrapper img {
  width: 202px;
  margin-left: 0;
}

.go_to_test__inner {
  background-color: #F4F4FF;
  border-radius: 20px;
  max-width: 750px;
  margin: 0 auto;
  padding: 30px;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 100px;
}
.go_to_test__inner h3 {
  margin-bottom: 40px;
  font-size: 21px;
  line-height: 26px;
}

.go_to_test__situation {
  max-width: 100%;
}

.slide__inner-go_to_practice {
  padding-bottom: 120px;
  box-sizing: border-box;
  margin-top: 120px;
}

@media (min-width: 768px) {
  .go_to_test__inner {
    padding: 40px 60px;
    margin-top: 100px;
  }
  .go_to_test__inner h3 {
    font-size: 27px;
    line-height: 33px;
  }

  .go_to_practice__wrapper .go_to_practice__img {
    margin-bottom: 0;
  }
  .go_to_practice__wrapper .go_to_practice__inner {
    margin-top: 50px;
  }

  .slide__inner-go_to_practice {
    max-width: 750px;
    width: 100%;
  }
  .slide__inner-go_to_practice .exercise-instruction {
    padding: 30px;
  }
  .slide__inner-go_to_practice .go_to_practice__wrapper-bg-task .go_to_practice__wrapper {
    flex-direction: row;
    align-items: flex-start;
  }
  .slide__inner-go_to_practice .go_to_practice__wrapper-bg-task .go_to_practice__wrapper .go_to_practice__inner {
    margin: 0;
    margin-left: 10px;
  }
}
@media (min-width: 1200px) {
  .go_to_test__inner {
    padding: 60px 115px;
  }

  .go_to_practice__wrapper .go_to_practice__img {
    margin-left: 30px;
  }
}
.black-50 {
  color: #787882;
}

.black-70 {
  color: #2E2E38;
}

.font-11 {
  font-size: 11px;
  line-height: 13px;
}

.ml-5 {
  margin-left: 5px;
}

.mr-5 {
  margin-right: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.type,
.date,
.time,
.section,
.type-new {
  font-size: 11px;
  line-height: 14px;
  margin-right: 5px;
}
.type-new {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px 6px;
  border: 1px solid #FFCC00;
  color: #FF9500;
  border-radius: 4px;
  font-size: 8px;
  line-height: 12px;
  box-sizing: border-box;
  margin: 0;
  text-transform: uppercase;
}
.done {
  height: 24px;
}

.time {
  color: #2E2E38;
}

.type,
.date {
  color: #787882;
}

.descr {
  display: flex;
  align-items: center;
}

.content-situation .materials > .material > .material-list .full_img.material-el,
.cards .card.full_img {
  padding: 0;
  min-height: 420px;
  box-sizing: content-box;
}
.content-situation .materials > .material > .material-list .full_img.material-el {
  min-height: 420px;
}

.content-situation .materials > .material > .material-list .full_img.material-el .country-descr {
  opacity: 80% !important;
}
.content-situation .materials > .material > .material-list .full_img.material-el .descr,
.cards .card.full_img .descr {
  position: absolute;
  top: 0;
  margin: 20px;
  margin-bottom: 10px;
  z-index: 3;
}
.content-situation .materials > .material > .material-list .full_img.material-el .descr .type, .content-situation .materials > .material > .material-list .full_img.material-el .descr .time, .content-situation .materials > .material > .material-list .full_img.material-el .descr .date,
.cards .card.full_img .descr .type,
.cards .card.full_img .descr .time,
.cards .card.full_img .descr .date {
  color: #fff;
}
.content-situation .materials > .material > .material-list .full_img.material-el .background,
.cards .card.full_img .background {
  border-radius: 4px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.84265) 4.9%, rgba(0, 0, 0, 0.819817) 9.79%, rgba(0, 0, 0, 0.780589) 14.69%, rgba(0, 0, 0, 0.7247) 19.59%, rgba(0, 0, 0, 0.652991) 24.48%, rgba(0, 0, 0, 0.567899) 29.38%, rgba(0, 0, 0, 0.473712) 34.27%, rgba(0, 0, 0, 0.376288) 39.17%, rgba(0, 0, 0, 0.282101) 44.07%, rgba(0, 0, 0, 0.197009) 48.96%, rgba(0, 0, 0, 0.1253) 53.86%, rgba(0, 0, 0, 0.0694109) 58.76%, rgba(0, 0, 0, 0.0301835) 63.65%, rgba(0, 0, 0, 0.00735012) 68.55%, rgba(0, 0, 0, 0) 73.44%);
}
.content-situation .materials > .material > .material-list .full_img.material-el .img,
.content-situation .materials > .material > .material-list .full_img.material-el .card_img,
.cards .card.full_img .img,
.cards .card.full_img .card_img {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 1;
}
.content-situation .materials > .material > .material-list .full_img.material-el .img,
.cards .card.full_img .img {
  padding-top: 100%;
}
.content-situation .materials > .material > .material-list .full_img.material-el h5,
.content-situation .materials > .material > .material-list .full_img.material-el .title,
.cards .card.full_img h5,
.cards .card.full_img .title {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  color: #fff;
  z-index: 3;
}
.content-situation .materials > .material > .material-list .full_img.material-el .title,
.cards .card.full_img .title {
  margin-top: 20px;
}
.content-situation .materials > .material > .material-list .full_img.material-el a,
.cards .card.full_img a {
  z-index: 4;
}
.content-situation .materials > .material > .material-list .full_img.material-el .card_img-task,
.cards .card.full_img .card_img-task {
  height: auto;
}

@media (min-width: 640px) {
  .content-situation .materials > .material > .material-list .full_img.material-el .descr,
.cards .card.full_img .descr {
    margin: 30px;
    margin-bottom: 10px;
  }
  .content-situation .materials > .material > .material-list .full_img.material-el .title,
.cards .card.full_img .title {
    margin-top: 20px;
  }
  .content-situation .materials > .material > .material-list .full_img.material-el h5,
.content-situation .materials > .material > .material-list .full_img.material-el .title,
.cards .card.full_img h5,
.cards .card.full_img .title {
    top: 30px;
    left: 30px;
    right: 30px;
  }
  .content-situation .materials > .material > .material-list .full_img.country-material-el h5 {
    top: 45px !important;
  }
}
.tags__wrapper {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 5;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}
.tags__wrapper .tags__inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.tags__wrapper .tags__inner .tags-item {
  position: relative;
  color: #2E2E38;
  white-space: nowrap;
}
.tags__wrapper .tags__inner .tags-item .checkbox-inner {
  margin: 10px 5px;
  padding: 8px 15px;
  display: flex;
  flex-direction: row;
  border: 1px solid #17171C;
  box-sizing: border-box;
  border-radius: 15px;
}
.tags__wrapper .tags__inner .tags-item:first-child .checkbox-inner {
  margin-left: 0;
}
.tags__wrapper .tags__inner .tags-item:last-child .checkbox-inner {
  margin-right: 0;
}
.tags__wrapper .tags__inner .tags-item:hover .checkbox-inner {
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1), 0px 0px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
  cursor: pointer;
}
.tags__wrapper .tags__inner .tags-item input[type=checkbox] {
  z-index: -1;
  opacity: 0;
  display: block;
  width: 0;
  height: 0;
  position: absolute;
}
.tags__wrapper .tags__inner .tags-item input[type=checkbox]:checked + .checkbox-inner {
  background: #17171C;
  color: #fff;
  padding-right: 32px;
}
.tags__wrapper .tags__inner .tags-item input[type=checkbox]:checked + .checkbox-inner::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 2px;
  height: 13px;
  background-color: #fff;
  right: 22px;
  top: 25px;
  transform: rotate(45deg);
}
.tags__wrapper .tags__inner .tags-item input[type=checkbox]:checked + .checkbox-inner::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 2px;
  height: 13px;
  background-color: #fff;
  right: 22px;
  top: 25px;
  transform: rotate(-45deg);
}
.tags__wrapper .tags__inner .tags-item:hover input[type=checkbox]:checked + .checkbox-inner {
  background-color: #2E2E38;
}

@media (min-width: 640px) {
  .tags__wrapper .tags__inner {
    overflow-x: hidden;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.container-exercise {
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
}
.container-exercise .block_top {
  align-items: center;
  margin-bottom: 0;
  z-index: 3;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 50px;
  padding: 20px;
  background: opacity;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  box-sizing: border-box;
  display: flex;
}
.container-exercise .block_top .block_return {
  margin-bottom: 0;
}
.container-exercise .block_top .block_return h5 {
  display: none;
}
.container-exercise .slide-first {
  justify-content: flex-start;
}
.container-exercise .slide-first .slide__inner .slide__block {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.container-exercise .slide {
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  overflow: hidden;
  scrollbar-width: none;
}
.block_btn-next {
  z-index: 1 !important;
  display: flex;
  border: 1px solid #C7C7CC;
  height: 50px;
  width: 250px;
  cursor: pointer;
  margin: 0px !important;
  margin-top: 20px !important;
  padding: 0px !important;
  border-radius: 4px;
}
.container-exercise .slide .block_btn-next {
  margin: auto 20px 50px auto;
  z-index: -1;
  padding-bottom: 60px;
  padding-top: 30px;
}
.container-exercise .slide .block_btn-next div {
  font-size: 16px;
  line-height: 22px;
}
.container-exercise .exercise_footer {
  display: none;
  position: fixed;
  bottom: 40px;
  flex-direction: column;
  left: 30px;
}
.container-exercise .exercise_footer .exercise_footer-title {
  line-height: 16px;
  font-size: 12px;
  max-width: 160px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.container-exercise .article.article-exercise__wrapper {
  display: flex;
  flex-direction: row-reverse;
  padding: 0;
  flex-grow: 1;
}
.container-exercise .article.article-exercise__wrapper .article-exercise {
  padding: 0;
  overflow-y: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  flex-grow: 1;
}
.container-exercise .article.article-exercise__wrapper .article-exercise .slide {
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  scrollbar-width: none;
  position: relative;
  overflow: hidden;
}
.container-exercise .article.article-exercise__wrapper .article-exercise .slide .block_tap {
  position: absolute;
  top: 0;
  height: 100%;
  vertical-align: baseline;
}
.container-exercise .article.article-exercise__wrapper .article-exercise .slide .block_tap img {
  display: none;
}
.container-exercise .article.article-exercise__wrapper .article-exercise .slide .block_tap-left {
  left: 0;
  width: 20%;
}
.container-exercise .article.article-exercise__wrapper .article-exercise .slide .block_tap-left:hover {
  cursor: pointer;
}
.container-exercise .article.article-exercise__wrapper .article-exercise .slide .block_tap-right {
  right: 0;
  width: 80%;
}
.container-exercise .article.article-exercise__wrapper .article-exercise .slide .block_tap-right:hover {
  cursor: pointer;
}
.container-exercise .article.article-exercise__wrapper .article-exercise .slide .slide__inner {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
}
.container-exercise .article.article-exercise__wrapper .article-exercise .slide .slide__inner .slide__block {
  margin: 0 auto;
}
.container-exercise .article.article-exercise__wrapper .article-exercise .slide::-webkit-scrollbar {
  width: 0;
}
.container-exercise .article.article-exercise__wrapper .article-exercise .slide-text {
  justify-content: flex-start;
  box-sizing: border-box;
  padding-top: 120px;
  padding-bottom: 60px;
  height: 100%;
}
.container-exercise .article.article-exercise__wrapper .article-exercise .slide-text:last-child {
  padding-bottom: 0;
}
.container-exercise .article.article-exercise__wrapper .article-exercise .slide-text:last-child .slide__inner .slide__block {
  max-width: 600px;
  width: 100%;
}
.container-exercise .article.article-exercise__wrapper .article-exercise .slide-text h3 {
  margin-bottom: 46px;
}
.container-exercise .article.article-exercise__wrapper .article-exercise .slide-text div {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 46px;
}
.container-exercise .article.article-exercise__wrapper .article-exercise .slide-text div:last-child {
  margin-bottom: 0;
}
.container-exercise .article.article-exercise__wrapper .article-exercise .slide-text ul {
  font-size: 20px;
  line-height: 30px;
}
.container-exercise .article.article-exercise__wrapper .article-exercise .slide-text img {
  margin: 20px 0;
  height: auto;
}

.container-exercise .article.article-exercise__wrapper .article-exercise .slide-text .block_tap_right_text {
  margin: 20px 0;
  height: auto;
}
.container-exercise .article.article-exercise__wrapper .article-exercise .slide-text .block_tap_left_text {
  margin: 20px 0;
  height: auto;
}

.container-exercise .article.article-exercise__wrapper .article-exercise a, .container-exercise .article.article-exercise__wrapper .article-exercise .btn, .container-exercise .article.article-exercise__wrapper .article-exercise .link_txt-blue, .container-exercise .article.article-exercise__wrapper .article-exercise .tooltip, .container-exercise .article.article-exercise__wrapper .article-exercise h5 {
  z-index: 2;
  position: relative;
}
.container-exercise .article.article-exercise__wrapper .article-exercise a:hover, .container-exercise .article.article-exercise__wrapper .article-exercise .btn:hover, .container-exercise .article.article-exercise__wrapper .article-exercise .link_txt-blue:hover, .container-exercise .article.article-exercise__wrapper .article-exercise .tooltip:hover, .container-exercise .article.article-exercise__wrapper .article-exercise h5:hover {
  cursor: pointer;
}
.container-exercise .article.article-exercise__wrapper .article-exercise .slide__inner-go_to_practice .link {
  position: absolute;
}

@media (min-width: 640px) {
  .container.container-exercise .block_top {
    margin-bottom: 40px;
  }
  .container.container-exercise .block_top .block_return {
    margin-right: 77px;
  }
  .container.container-exercise .article.article-exercise__wrapper .article-exercise .slide {
    opacity: 0.25;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .container.container-exercise .article.article-exercise__wrapper .article-exercise .slide .block_btn-next {
    display: none;
  }
  .block_btn-next {
    display: flex !important;
  }
  .container.container-exercise .article.article-exercise__wrapper .article-exercise .slide .slide__inner .slide__block {
    max-width: 600px;
    width: 100%;
  }
  .container.container-exercise .article.article-exercise__wrapper .article-exercise .slide .article-exercise__wrapper {
    padding: 20px;
  }
  .container.container-exercise .article.article-exercise__wrapper .article-exercise .slide-first {
    opacity: 1;
  }
  .container.container-exercise .article.article-exercise__wrapper .article-exercise .slide-first .slide__inner .slide__block {
    display: flex;
    justify-content: center;
    max-width: 1125px;
  }
}
@media (min-width: 768px) {
  .container.container-exercise .article.article-exercise__wrapper .article-exercise .slide {
    flex-grow: 1;
  }
  .container.container-exercise .article.article-exercise__wrapper .article-exercise .slide .block_tap img {
    width: 26px;
    height: 26px;
    top: calc(50vh - 13px);
    display: block;
    position: fixed;
    opacity: 0.3;
  }
  .container.container-exercise .article.article-exercise__wrapper .article-exercise .slide .block_tap:hover img {
    display: block;
    opacity: 1;
  }
  .container.container-exercise .article.article-exercise__wrapper .article-exercise .slide .block_tap-left img {
    left: 20px;
  }
  .container.container-exercise .article.article-exercise__wrapper .article-exercise .slide .block_tap-left:hover {
    cursor: pointer;
  }
  .container.container-exercise .article.article-exercise__wrapper .article-exercise .slide .block_tap-right img {
    right: 20px;
  }
  .container.container-exercise .article.article-exercise__wrapper .article-exercise .slide .block_tap-right:hover {
    cursor: pointer;
  }
  .container.container-exercise .article.article-exercise__wrapper .article-exercise .slide-first .slide__inner {
    margin: auto;
  }
}
@media (min-width: 1025px) {
  .block_tap_right_text {
    /*right: 150px; */
    /*margin: 20px 0;*/
    top: calc(50vh - 16px);
    display: block;
    position: fixed;
    opacity: 0;

  }
  .block_tap_left_text {
    /*left: 150px;*/
    /*margin: 20px 0;*/
    top: calc(50vh - 14px);
    display: block;
    position: fixed;
    opacity: 0;
  }

  .container.container-exercise .article.article-exercise__wrapper .article-exercise .slide .block_tap:hover .block_tap_right_text {
    display: block;
    opacity: 1;
  }
  .container.container-exercise .article.article-exercise__wrapper .article-exercise .slide .block_tap:hover .block_tap_left_text {
    display: block;
    opacity: 1;
  }

  .container-exercise .article.article-exercise__wrapper .article-exercise {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  .container-exercise .article.article-exercise__wrapper .article-exercise .slide .slide__inner .slide__block {
    max-width: 600px;
  }
  .container-exercise .article.article-exercise__wrapper .article-exercise .slide-first .slide__inner .slide__block {
    max-width: 100%;
    padding-left: 0;
  }
  .container-exercise .article.article-exercise__wrapper .article-exercise .slide-first .slide__inner .slide__block .block_return h5 {
    display: block;
  }
}
@media (min-width: 1200px) {
  .container.container-exercise {
    overflow-y: auto;
  }
  .container.container-exercise .block_top {
    padding: 20px 30px;
    max-width: 100%;
    margin: 0 auto;
    width: 1200px;
  }
  .container.container-exercise .block_top .block_return {
    margin-right: 77px;
  }
  .container.container-exercise .block_top .block_return h5 {
    display: block;
  }
  .container.container-exercise .navigator {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  .container.container-exercise .article.article-exercise__wrapper {
    padding: 0;
    box-sizing: border-box;
  }
  .container.container-exercise .article.article-exercise__wrapper .article-exercise {
    overflow-y: hidden;
  }
  .container.container-exercise .article.article-exercise__wrapper .article-exercise .slide {
    width: 100%;
    max-width: 100%;
  }
  .container.container-exercise .article.article-exercise__wrapper .article-exercise .slide .slide__inner {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }
  .container.container-exercise .article.article-exercise__wrapper .article-exercise .slide .slide__inner .slide__block {
    margin: 0 auto;
    max-width: 750px;
  }
  .container.container-exercise .article.article-exercise__wrapper .article-exercise .slide-first .slide__inner {
    max-width: 100%;
  }
  .container.container-exercise .article.article-exercise__wrapper .article-exercise .slide-first .slide__inner .slide__block {
    max-width: 1125px;
  }
}
.scrollbar__wrapper {
  height: 10px;
  display: flex;
  max-width: 750px;
}
.scrollbar__wrapper .scrollbar__section {
  background-color: #F3F3F6;
  margin-right: 4px;
}
.scrollbar__wrapper .scrollbar__section:hover {
  cursor: pointer;
  filter: drop-shadow(0px 1px 24px rgba(0, 0, 0, 0.06));
}
.scrollbar__wrapper .scrollbar__section:last-child {
  margin-right: 0;
}
.scrollbar__wrapper .past {
  background-color: #007AFF;
  opacity: 0.5;
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}
.scrollbar__wrapper .active {
  background-color: #007AFF;
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}

.article-exercise::-webkit-scrollbar {
  width: 0;
}

.article-exercise {
  scrollbar-width: none;
}

@media (min-width: 640px) {
  .scrollbar__wrapper {
    height: 8px;
  }
}
.exercises_completed__wrapper,
.finished_materials__wrapper {
  width: 100%;
  max-width: 750px;
  box-sizing: border-box;
  margin: 100px auto;
  border-radius: 4px;
  padding: 50px;
  display: flex;
  flex-direction: column;
}
.exercises_completed__wrapper .exercises_completed__img,
.exercises_completed__wrapper .finished_materials__img,
.finished_materials__wrapper .exercises_completed__img,
.finished_materials__wrapper .finished_materials__img {
  max-width: 320px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.exercises_completed__wrapper .exercises_completed__header,
.exercises_completed__wrapper .finished_materials__header,
.finished_materials__wrapper .exercises_completed__header,
.finished_materials__wrapper .finished_materials__header {
  text-align: center;
}
.exercises_completed__wrapper .exercises_completed__text,
.exercises_completed__wrapper .finished_materials__text,
.finished_materials__wrapper .exercises_completed__text,
.finished_materials__wrapper .finished_materials__text {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}
.exercises_completed__wrapper .exercises_completed__text a,
.exercises_completed__wrapper .finished_materials__text a,
.finished_materials__wrapper .exercises_completed__text a,
.finished_materials__wrapper .finished_materials__text a {
  text-decoration: none;
  border-bottom: 1px solid #17171C;
}
.exercises_completed__wrapper .exercises_completed__text a:hover,
.exercises_completed__wrapper .finished_materials__text a:hover,
.finished_materials__wrapper .exercises_completed__text a:hover,
.finished_materials__wrapper .finished_materials__text a:hover {
  color: #3D95F5;
  border-bottom: 1px solid #3D95F5;
  -webkit-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
}


.exercises_completed__wrapper {
  background-color: #FFF5CF;
}
.exercises_completed__wrapper .exercises_completed__header {
  font-size: 32px;
  line-height: 36px;
}

.finished_materials__wrapper {
  max-width: 500px;
}
.finished_materials__wrapper .finished_materials__header {
  font-size: 27px;
  line-height: 33px;
}
.finished_materials__wrapper .link_btn {
  margin: 40px auto 0;
}

.telegram_bot{
  justify-content: center;
}
.report_bug {
  display: flex;
  flex-direction: row;
  max-width: 580px;
  margin: 20px auto;
  align-items: center;
  padding-top: 20px;
}
.report_bug .report_bug__img {
  margin-right: 15px;
  width: auto;
}
.report_bug .report_bug__text a {
  text-decoration: none;
  color: #3D95F5;
}
.report_bug .report_bug__text a:hover {
  border-bottom: 1px solid #3D95F5;
}

@media (min-width: 640px) {
  .report_bug {
    font-size: 18px;
    line-height: 24px;
  }
}

.nav_list_mob {
  display: none;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 19px;
}

.nav_menu_mob_fon {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  background: #F3F3F6;
  opacity: 0.9;
  z-index: 8;
}

.new_notification_display {
  position: relative;
  top: -5px;
  min-width: 10px;
  height: 13px;
  color: orange;
  padding: 1px 2px;
  border: 1px solid yellow;
  border-radius: 4px;
  align-items: center;
  text-align: center;
  font-size: 10px;
  line-height: 15px;
  margin-left: 5px;
  cursor: pointer;
}


@media (max-width: 640px) {
  .navigator .nav_list .nav_item {
    display: none;
  }
  .new_notification_display {
    margin-left: 5px;
  }

  .nav_logo_mob_img {
    width: 26px !important;
  }

  .navigator {
    background-color: rgba(255, 255, 255, 0.9);
  }

  .nav_item_mob {
    list-style-type: none;
    margin: 0px;
    padding: 10px 0px;
    font-size: 19px;
    line-height: 24px;
  }

  .nav_list_mob {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 19px;
    padding: 10px 10px 30px 10px;
    border-bottom: 1px solid #F3F3F6;
  }

  .navigator .menu__wrapper .nav_list-menu {
    position: absolute;
    box-sizing: border-box;
    width: 100vw;
    right: -20px;
    bottom: 35px;
    display: flex;
    padding: 25px;
    align-items: flex-start;
    background: rgba(255, 255, 255, 0.9);
    /*box-shadow: 0px 1px 2px rgb(0 0 0 / 4%), 0px 2px 6px rgb(0 0 0 / 4%), 0px 0px 1px rgb(0 0 0 / 4%);*/
    backdrop-filter: blur(2px);
    border-radius: 4px 4px 0px 0px;
    border-bottom: 1px solid #e9e8e8;
  }
  .menu__wrapper .nav_list-menu .nav_el {
    display: flex;
    color: #17171C;
    align-items: center;
    margin-right: 30px;
  }
  .menu__wrapper .nav_list-menu {
    flex-direction: row;
    position: relative;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    bottom: 0;
  }

  .navigator .menu__wrapper .nav_list-menu .nav_el {
    margin-bottom: 0px;
    padding: 10px;
  }

  .navigator .menu__wrapper .nav_list-menu {
    flex-wrap: wrap;
    flex-direction: row;
  }

  .nav_item .active{
    display: none;
  }

  .icons--search {
    fill: #17171C;
  }
  .icons--profile {
    fill: #17171C;
  }

  .situations_category_text {
    margin: 2px 20px 0px 20px;
  }

  .new_situations {
    margin: 5px 0px;
  }
}

@media (max-width: 830px) {
  /*.navigator .nav_list .nav_item {*/
  /*  display: none;*/
  /*}*/
}



.new_post_notification {
  font-family: 'PT Root UI VF';
  font-style: normal;
  text-transform: uppercase;
  line-height: 13px;
  font-weight: 700;
  margin: 0px 5px;
  padding: 0px 5px;
  font-size: 8px;
  color: #FF9500;
  border: 1px solid #FFCC00;
  border-radius: 5px;
}

@media (max-width: 1025px) {
  .block_tap_right_text {
    display: none;

  }
  .block_tap_left_text {
    display: none;
  }
}


@media (max-width: 750px) {
  .navigator .nav_logo {
    width: 114px;
  }

  .navigator .nav_list .nav_item {
    font-size: 15px;
  }

  .navigator .menu__wrapper .nav_list-menu .nav_el {
    margin-bottom: 0;
    width: 21px;
    color: black;
    margin-right: 15px;
  }
}

@media (max-width: 700px) {
  .navigator .nav_logo {
    width: 104px;
  }

  .navigator .nav_list .nav_item {
    font-size: 14px;
  }
}

.block_btn-all {
  display: none;
}



@media (max-width: 768px) {
  .block_btn-all {
    display: flex;
    margin-bottom: 120px !important;
  }
  .slide-first .slide__inner .slide__block .block_btn-all {
    display: none;
  }

  .block_btn-prev {
    color: black;
    margin-right: 10px;
    margin-left: 20px;
    border: 1px solid #C7C7CC;
    text-align: center;
    line-height: 50px;
    width: 44px;
    height: 50px;
    border-radius: 4px;
  }

  .btn_left_arrow {
    margin-top: 19px;
    margin-left: 17px;
    width: 10px;
    height: 10px;
    border-top: 1px solid black;
    border-left: 1px solid black;
    transform: rotate(315deg);
  }

  .block_btn-next-mob {
    display: flex;
    border: 1px solid #C7C7CC;
    height: 50px;
    width: 70%;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 4px;
  }

  .btn_right_arrow_mob {
    margin-top: 19px;
    margin-right: auto;
    width: 10px;
    height: 10px;
    border-top: 1px solid black;
    border-left: 1px solid black;
    transform: rotate(135deg);
  }

  .btn_next_button_mob {
    color: black;
    line-height: 27px !important;
    margin-left: auto;
    background-color: transparent;
    height: 50px;
    padding: 10px 10px 10px 5px;
  }
}

.btn_next_button {
  color: black;
  line-height: 27px !important;
  margin-left: auto;
  background-color: transparent;
  padding: 10px 10px 10px 5px;
}

@media (max-width: 550px) {
  .container-about .content_inner h1 {
    font-size: 28px !important;
    line-height: 35px !important;
  }
}

.container-about .content_inner .site_name_securno {
  text-align: center;
  margin: 5px auto 50px;
}



/*Acoount notification*/

.acc_notification {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    height: auto;
}
.title_an {
    margin: 15px 0px 15px 30px;
    max-width: 500px;
    height: 30px;
}
.text_tan {
    font-family: 'PT Root UI VF';
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 26px;
}
.new_an {
    margin: 25px 0px 15px 30px;
    max-width: 500px;
}
.old_an {
    margin: 25px 0px 15px 30px;
    max-width: 500px;
}
.text_new_tan {
    font-family: 'PT Root UI VF';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #787882;
}
.nnt_text {
    font-family: 'PT Root UI VF';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #17171C;
}
.button_nan {
    width: 30px;
    height: 30px;
    border: 1px solid #787882;
    border-radius: 4px;
}
.nnt_cont {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 10px 0px;
}
.title_nan {
    margin: 0px 0px 20px;
}
.nan_cont {
    margin: 30px 0px 0px;
}


@media (max-width: 600px) {
    .footer .footer_list {
      flex-direction: column !important;
    }
    .footer {
      line-height: 29px !important;
    }
    .footer .footer_list .footer_item {
      width: 100% !important;
    }
}

.section {
  display: flex;
}

.new_exercise_notification {
    max-width: 30px;
    width: 100%;
    font-style: normal;
    text-transform: uppercase;
    line-height: 13px;
    font-weight: 700;
    padding: 0px 5px;
    font-size: 8px;
    color: #FF9500;
    border: 1px solid #FFCC00;
    border-radius: 5px;
}

.privacy_descr {
    margin-top: 30px;
}

@media (max-width: 430px) {
      .privacy_content h1 {
        font-size: 25px;
        line-height: 26px;
      }
      .content-course-ready .content_inner img {
        width: 300px;
      }
}

@media (max-width: 330px) {
      .content-course-ready .content_inner img {
        width: 200px;
      }
}
