body {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  line-height: 1.3;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #272c2f;
  background-color: #fbfdff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
ul,
li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
p {
  margin: 0;
}
a {
  color: #272c2f;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
textarea {
  resize: none;
}
section {
  position: relative;
}
input,
select,
button,
textarea {
  outline: none !important;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.wrapper {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}
.content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.fix-opacity {
  opacity: 0;
  pointer-events: none;
}
.active_li a {
  color: #f04453;
}
.active_li a:hover {
  color: #f04453;
}
header {
  width: 100%;
  padding: 40px 0 20px;
}
@media (max-width: 576px) {
  header {
    padding: 20px 0 0;
  }
}
.header {
  width: 100%;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
  -webkit-box-shadow: 0 6px 30px rgba(198,207,231,0.49);
  box-shadow: 0 6px 30px rgba(198,207,231,0.49);
  border-radius: 10px;
  position: relative;
}
@media (max-width: 576px) {
  .header {
    height: 50px;
  }
}
.header__nav {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 576px) {
  .header__nav {
    padding-left: 78px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.header__user {
  position: relative;
  width: auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__user > div {
  padding: 0 30px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid #eff1f7;
}
@media (max-width: 1700px) {
  .header__user > div {
    padding: 0 20px;
  }
}
@media (max-width: 576px) {
  .header__user > div {
    padding: 0 10px;
  }
}
.header__menu {
  height: 100%;
}
@media (max-width: 1200px) {
  .header__menu {
    display: none;
    position: absolute;
    top: 70px;
    right: -315px;
    width: 315px;
    height: auto;
    background: #fff;
    -webkit-box-shadow: 0 6px 30px rgba(198,207,231,0.49);
    box-shadow: 0 6px 30px rgba(198,207,231,0.49);
    border-radius: 10px;
    padding: 30px 30px 10px 10px;
    z-index: 30;
  }
}
@media (max-width: 992px) {
  .header__menu {
    right: 0;
  }
}
@media (max-width: 576px) {
  .header__menu {
    top: 50px;
    width: 100%;
  }
}
.header__logo {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 100%;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #eff1f7;
}
@media (max-width: 1700px) {
  .header__logo {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .header__logo {
    border: none;
  }
}
@media (max-width: 576px) {
  .header__logo {
    padding: 0;
  }
}
.header__box {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media (max-width: 992px) {
  .header__box {
    position: static;
  }
}
@media (max-width: 576px) {
  .header__box {
    width: 0;
    height: 0;
  }
}
.header__this {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.header__sub {
  color: #a7b1cb;
  text-transform: uppercase;
  font-weight: 600;
}
.header__link {
  font-weight: 600;
  color: #3b69ff;
  text-decoration: underline;
}
.header__link:hover {
  color: #3b69ff;
  text-decoration: underline;
}
.header__burger {
  display: none !important;
}
@media (max-width: 1200px) {
  .header__burger {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (max-width: 576px) {
  .header__burger {
    position: absolute;
    top: 0;
    left: 0;
    border-left: initial !important;
  }
}
@media (max-width: 576px) {
  .header__user {
    position: static;
  }
}
@media (max-width: 576px) {
  .header__search {
    border-right: 1px solid #eff1f7;
    position: absolute;
    top: 0;
    left: 39px;
  }
}
@media (max-width: 576px) {
  .header__enter {
    display: none !important;
  }
}
.logotype {
  width: 170px;
  height: 20px;
  display: inline-block;
  background-image: url("../img/svg/logo.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media (max-width: 1500px) {
  .logotype {
    width: 140px;
    height: 16px;
  }
}
@media (max-width: 576px) {
  .logotype {
    width: 100px;
    height: 12px;
  }
}
@media (max-width: 359px) {
  .logotype {
    width: 80px;
    height: 10px;
  }
}
.form_search {
  width: calc(100% + 2px);
  height: 100%;
  position: absolute;
  top: 0;
  display: none;
  left: 0;
  background-color: #fff;
  z-index: 10;
}
@media (max-width: 992px) {
  .form_search {
    height: 50px;
    width: 100%;
    top: 100%;
    -webkit-box-shadow: 0 6px 30px rgba(198,207,231,0.49);
    box-shadow: 0 6px 30px rgba(198,207,231,0.49);
    border-radius: 10px;
  }
}
.form_search__label {
  width: 100%;
  height: 100%;
  margin: 0;
  padding-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1500px) {
  .form_search__label {
    padding-left: 15px;
  }
}
.form_search__input::-webkit-input-placeholder {
  color: #6a6e86;
}
.form_search__input::-moz-placeholder {
  color: #6a6e86;
}
.form_search__input:-ms-input-placeholder {
  color: #6a6e86;
}
.form_search__input::-ms-input-placeholder {
  color: #6a6e86;
}
.form_search__input::placeholder {
  color: #6a6e86;
}
@media (max-width: 576px) {
  .form_search__input::-webkit-input-placeholder {
    font-size: 13px;
  }
  .form_search__input::-moz-placeholder {
    font-size: 13px;
  }
  .form_search__input:-ms-input-placeholder {
    font-size: 13px;
  }
  .form_search__input::-ms-input-placeholder {
    font-size: 13px;
  }
  .form_search__input::placeholder {
    font-size: 13px;
  }
}
.form_search__input {
  width: calc(100% - 40px);
  background: none;
  border: none;
  color: #272c2f;
}
@media (max-width: 1500px) {
  .form_search__input {
    width: calc(100% - 30px);
    font-size: 14px !important;
  }
}
.form_search__svg {
  width: 20px;
  height: 20px;
  fill: #3b69ff;
}
.hidden__svg {
  display: none;
}
.search__active .btn_icon__svg {
  display: none;
}
.search__active .btn_icon__svg.hidden__svg {
  display: block;
}
.search_result {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: calc(100% + 85px);
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  color: #6a6e86;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 6px 30px rgba(198,207,231,0.49);
  box-shadow: 0 6px 30px rgba(198,207,231,0.49);
  z-index: 11;
}
@media (max-width: 1700px) {
  .search_result {
    width: calc(100% + 65px);
  }
}
@media (max-width: 992px) {
  .search_result {
    width: 100%;
    top: calc(100% + 50px);
  }
}
.search_result__item:not(:last-child) {
  border-bottom: 1px solid #eff1f7;
}
.search_result__item {
  padding: 0 30px;
  width: 100%;
  height: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1200px) {
  .search_result__item {
    padding: 15px;
    height: auto;
  }
}
@media (max-width: 768px) {
  .search_result__item {
    padding: 10px 15px;
  }
}
.search_result__link {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 576px) {
  .search_result__link {
    font-size: 12px;
  }
}
.search_result__link:hover {
  coloR: #3b69ff;
}
.massages {
  display: none;
  width: calc(100% - 83px);
  position: absolute;
  top: 100%;
  left: 83px;
  z-index: 100;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 6px 30px rgba(198,207,231,0.49);
  box-shadow: 0 6px 30px rgba(198,207,231,0.49);
}
@media (max-width: 1700px) {
  .massages {
    width: calc(100% - 65px);
    left: 65px;
  }
}
@media (max-width: 1500px) {
  .massages {
    width: 100%;
    left: 0;
  }
}
.massages__head {
  padding: 20px;
  color: #6a6e86;
  font-weight: 600;
  text-transform: uppercase;
}
.massages__list {
  width: 100%;
}
.massages__item:last-child {
  border-radius: 0 0 10px 10px;
}
@media (max-width: 768px) {
  .massages__item:last-child {
    border-bottom: 1px solid #a7b1cb;
  }
}
.massages__item {
  width: 100%;
  overflow: hidden;
}
.massages__link {
  width: 100%;
  display: block;
  padding: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #fbfdff;
  border-top: 1px solid rgba(239,241,247,0.7);
}
.massages__link:hover > p {
  color: #3b69ff;
}
.massages__date {
  color: #a7b1cb;
  font-weight: 600;
  text-transform: uppercase;
}
.massages__title {
  padding-top: 10px;
  color: #6a6e86;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  line-height: 1.4;
  font-weight: 500;
}
.news_viewed {
  background-color: #fff;
}
@media (max-width: 576px) {
  .overlay_body {
    overflow: hidden !important;
  }
}
@media (max-width: 576px) {
  .overlay {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background: rgba(59,105,255,0.25);
  }
}
.header_admin {
  background: #3b69ff;
  -webkit-box-shadow: 0 6px 30px rgba(59,105,255,0.49);
  box-shadow: 0 6px 30px rgba(59,105,255,0.49);
}
.header_admin .logotype {
  background-image: url("../img/svg/logo-admin.svg");
}
.header_admin .header__sub {
  color: rgba(255,255,255,0.5);
}
.header_admin .header__link {
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header_admin .header__link:hover {
  opacity: 0.5;
}
.header_admin .btn_icon__svg {
  fill: rgba(255,255,255,0.5) !important;
}
.header_admin .btn_icon__svg:hover {
  fill: #fff !important;
}
.header_admin .btn_massage::before {
  background-color: rgba(255,255,255,0.5);
}
.header_admin .btn_massage:hover::before {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  background-color: #fff;
}
.header_admin .nav__btn {
  padding: 0;
}
@media (max-width: 1200px) {
  .header_admin .nav__btn {
    color: #3b69ff;
  }
}
.header_admin .nav__item {
  position: relative;
}
@media (max-width: 1200px) {
  .header_admin .nav__item {
    position: static;
  }
}
@media (max-width: 768px) {
  .header_admin .nav__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 359px) {
  .header_admin .nav__item {
    width: 100%;
    margin-right: 0 !important;
  }
}
.header_admin .nav__item:hover > svg {
  -webkit-transform: initial;
  transform: initial;
}
.header_admin .nav__link {
  color: #fff;
}
@media (max-width: 1200px) {
  .header_admin .nav__link {
    color: #3b69ff;
  }
}
.header_admin .nav__link:hover {
  color: #fff;
}
@media (max-width: 1200px) {
  .header_admin .nav__link:hover {
    color: #3b69ff;
  }
}
.header_admin .nav__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 46px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1500px) {
  .header_admin .nav__links {
    font-size: 13px !important;
    height: 40px;
  }
}
@media (max-width: 1200px) {
  .header_admin .nav__links {
    font-size: 12px !important;
  }
}
.header_admin .nav__links:hover {
  color: #3b69ff;
}
.header_admin .nav__list {
  position: absolute;
  top: 100%;
  left: -20px;
  background: #fff;
  display: none;
  width: 260px;
  padding: 0 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0 6px 30px rgba(198,207,231,0.49);
  box-shadow: 0 6px 30px rgba(198,207,231,0.49);
  z-index: 30;
}
@media (max-width: 1200px) {
  .header_admin .nav__list {
    left: -260px;
    bottom: 0;
    top: initial;
  }
}
@media (max-width: 768px) {
  .header_admin .nav__list {
    margin-top: 10px;
    position: static;
    left: initial;
    bottom: initial;
  }
}
@media (max-width: 768px) {
  .header_admin .nav__list {
    width: 100%;
  }
}
.header_admin .nav__svg {
  fill: #fff;
}
@media (max-width: 1200px) {
  .header_admin .nav__svg {
    fill: #3b69ff;
  }
}
@media (max-width: 1200px) {
  .header_admin .nav__drop {
    fill: #3b69ff;
  }
}
.header_admin .header__logo {
  border-right: 1px solid rgba(255,255,255,0.1);
}
@media (max-width: 576px) {
  .header_admin .header__logo {
    border: none;
  }
}
.header_admin .header__user > div {
  border-left: 1px solid rgba(255,255,255,0.1);
}
@media (max-width: 576px) {
  .header_admin .header__search {
    border-right: 1px solid rgba(255,255,255,0.1);
  }
}
footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  height: 4.69vw;
  background: #2f4f4f;
  margin-top: 20px;
}
.nav {
  padding-left: 30px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 1700px) {
  .nav {
    padding-left: 15px;
  }
}
@media (max-width: 1200px) {
  .nav {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
}
.nav__item:last-child {
  display: none;
}
@media (max-width: 576px) {
  .nav__item:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1200px) {
  .nav__item {
    margin-bottom: 20px;
  }
}
.nav__item:hover > svg {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.nav__item:not(:last-child) {
  margin-right: 56px;
}
@media (max-width: 1700px) {
  .nav__item:not(:last-child) {
    margin-right: 35px;
  }
}
@media (max-width: 1500px) {
  .nav__item:not(:last-child) {
    margin-right: 15px;
  }
}
.nav__link {
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1700px) {
  .nav__link {
    font-size: 14px !important;
  }
}
@media (max-width: 1500px) {
  .nav__link {
    font-size: 13px !important;
  }
}
.nav__link:hover {
  color: #3b69ff;
}
.nav__svg {
  width: 23px;
  height: 23px;
  fill: #3b69ff;
  margin-right: 10px;
  margin-top: -3px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nav__btn {
  cursor: pointer;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
  background: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1700px) {
  .nav__btn {
    font-size: 14px !important;
  }
}
@media (max-width: 1500px) {
  .nav__btn {
    font-size: 13px !important;
  }
}
.nav__drop {
  width: 11px;
  height: 11px;
  fill: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  margin-left: 12px;
}
.breadcrumbs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.breadcrumbs__wrap {
  width: 100%;
  padding: 20px 0;
}
@media (max-width: 576px) {
  .breadcrumbs__wrap {
    padding: 20px 0 0;
  }
}
.breadcrumbs__item:not(:last-child) {
  position: relative;
}
.breadcrumbs__item:not(:last-child)::after {
  content: "/";
  position: absolute;
  font-size: 12px;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.breadcrumbs__item {
  padding-right: 22px;
}
.breadcrumbs__link {
  text-decoration: underline;
}
.breadcrumbs__link:hover {
  color: #7e89a6;
  text-decoration: underline;
}
.breadcrumbs__home:hover {
  color: #7e89a6;
}
.breadcrumbs * {
  color: #a7b1cb;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .breadcrumbs * {
    line-height: 1.4;
  }
}
.menu_wrap {
  position: fixed;
  width: 250px;
  background: #adff2f;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateX(-252px);
  transform: translateX(-252px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menu_wrap_active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menuGlobal {
  width: 100%;
  padding: 15px;
}
.menuGlobal__link {
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menuGlobal__link:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #6a6e86;
}
.menu_click {
  width: 35px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 100%;
  border-left: 2px solid transparent;
}
.menu_click button {
  border: unset;
  outline: unset;
  width: 100%;
  height: 100%;
  line-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #adff2f;
  color: #fff;
  font-size: 1.5625rem;
  font-weight: bold;
  cursor: pointer;
}
.btn_global {
  width: 198px;
  height: 46px;
  font-weight: bold;
  border: 1px solid #c6d0e5;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  color: #3b69ff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_global:hover {
  color: #3b69ff;
  border-color: #3b69ff;
}
.btn_disabled {
  color: #a7b1cb;
  pointer-events: none;
  cursor: static;
}
.btn_icon {
  padding: 0;
  width: 22px;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  background: none;
  cursor: pointer;
}
@media (max-width: 576px) {
  .btn_icon {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 359px) {
  .btn_icon {
    width: 15px;
    height: 15px;
  }
}
.btn_icon:hover > svg {
  fill: #6a6e86;
}
.btn_icon__svg {
  width: 100%;
  height: 100%;
  fill: #a7b1cb;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_icon.tooltip svg {
  fill: #f04453;
}
.btn_search .hidden__svg {
  width: 70%;
  height: 70%;
}
.btn_massage:hover::before {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  background-color: #6a6e86;
}
.massage__active {
  position: relative;
}
.massage__active::before {
  content: "";
  position: absolute;
  top: -3px;
  right: -2px;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #3b69ff;
}
.btn_nav {
  width: 45px;
  height: 45px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  border: none;
  background: rgba(198,208,229,0.2);
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .btn_nav {
    left: 10px;
  }
}
.btn_nav:hover > svg {
  fill: #fff;
}
.btn_nav:hover {
  background-color: #3b69ff;
  -webkit-box-shadow: 0 10px 35px rgba(59,105,255,0.4);
  box-shadow: 0 10px 35px rgba(59,105,255,0.4);
}
.btn_nav__svg {
  width: 10px;
  height: 10px;
  fill: #3b69ff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_next {
  left: initial;
  right: 30px;
}
@media (max-width: 992px) {
  .btn_next {
    right: 10px;
  }
}
.btn_next svg {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.tooltip_templates {
  display: none;
}
.tooltipster-content {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-left: 20px !important;
}
.tooltipster-content * {
  font-size: 14px;
  line-height: 1.7;
  color: #272c2f;
}
.tooltipster-content a {
  font-weight: 600;
  color: #f04453;
  text-decoration: underline;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tooltipster-content a:hover {
  opacity: 0.5;
  text-decoration: underline;
}
.btn_down {
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 35;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.date,
.time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.date__svg,
.time__svg {
  width: 18px;
  height: 18px;
  fill: #a7b1cb;
  margin-right: 11px;
}
.error {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #f04453;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: none;
  border: none;
  cursor: pointer;
}
.error:hover {
  color: #f04453;
  opacity: 0.5;
}
.error__svg {
  width: 18px;
  height: 18px;
  margin-right: 5px;
  fill: #f04453;
}
.btn_user {
  display: none;
}
.btn_user:hover > svg {
  fill: #6a6e86 !important;
}
.btn_user svg {
  fill: #a7b1cb !important;
}
@media (max-width: 1500px) {
  .btn_user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#tooltip_user a {
  color: #3b69ff;
}
.label {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-top: 30px;
}
.label__wrap {
  padding-bottom: 15px;
}
.label__radio,
.label_select__checkbox .label__checkbox {
  padding: 0 0 0 30px;
  position: relative;
  background: none;
  cursor: pointer;
  border: none;
  color: #272c2f;
}
.label__radio::before,
.label_select__checkbox .label__checkbox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #a7b1cb;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.label__radio::after,
.label_select__checkbox .label__checkbox::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  background-color: #3b69ff;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.label__checkbox {
  padding: 0 0 0 30px;
  position: relative;
  background: none;
  cursor: pointer;
  border: none;
  color: #272c2f;
}
.label__checkbox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #a7b1cb;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.label__checkbox::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 14px;
  height: 14px;
  background: url("../img/svg/checked-blue.svg") no-repeat center center;
  background-size: contain;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.global_checked::before {
  border-color: #3b69ff;
}
.global_checked::after {
  opacity: 1;
}
.tooltipster-base.tooltipster-top,
.tooltipster-base.tooltipster-bottom {
  padding-left: 15px;
  padding-right: 15px;
}
.tooltipster-base.tooltipster-right {
  padding-right: 15px;
}
.tooltipster-base.tooltipster-left {
  padding-left: 15px;
}
.process_box3 .test_box__title {
  padding-bottom: 0;
}
.btn_num {
  font-size: 14px;
}
.btn_num__active {
  border-color: #3b69ff;
  background-color: #3b69ff !important;
  color: #fff;
  -webkit-box-shadow: 0 10px 35px rgba(59,105,255,0.4) !important;
  box-shadow: 0 10px 35px rgba(59,105,255,0.4) !important;
}
.btn_num__active:hover {
  color: #fff !important;
}
.timer {
  width: 76px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(59,105,255,0.05);
  border-radius: 10px;
  font-weight: 600;
  color: #3b69ff;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}
@media (max-width: 576px) {
  .timer {
    right: 10px;
  }
}
.select,
.enter {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #6a6e86;
}
.select__title,
.enter__title {
  font-weight: 500;
  padding-right: 10px;
}
.select__this,
.enter__this,
.enter__input {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 46px;
  position: relative;
  border: 1px solid #c6d0e5;
  border-radius: 10px;
}
.select__value,
.enter__value,
.select__modal {
  width: 100%;
  height: 100%;
  padding: 0 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  color: #6a6e86;
  background: transparent;
  border: none;
}
.select__list,
.enter__list {
  display: none;
  width: 100%;
  position: absolute;
  top: 105%;
  left: 0;
  text-align: left;
  line-height: 1.5;
  background: #fff;
  z-index: 100;
  border-radius: 10px;
  -webkit-box-shadow: 0 6px 30px rgba(198,207,231,0.49);
  box-shadow: 0 6px 30px rgba(198,207,231,0.49);
}
.select__icon,
.enter__icon {
  margin-left: 5px;
  width: 11px;
  height: 11px;
  fill: #a7b1cb;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.select__item,
.enter__item {
  width: 100%;
  padding: 0 20px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.select__item:hover,
.enter__item:hover {
  color: #3b69ff;
}
.select__active svg {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.selected {
  pointer-events: none !important;
  color: #3b69ff;
}
.select_xs .select__this {
  width: 73px;
}
.enter__input {
  width: 73px;
  text-align: center;
  padding: 0 15px;
}
.title_32 {
  font-size: 32px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .title_32 {
    font-size: 26px;
  }
}
.text_18 {
  font-size: 18px;
}
@media (max-width: 768px) {
  .text_18 {
    font-size: 15px;
  }
}
.text_16 {
  font-size: 16px;
}
@media (max-width: 768px) {
  .text_16 {
    font-size: 14px;
  }
}
.text_14 {
  font-size: 14px;
}
@media (max-width: 768px) {
  .text_14 {
    font-size: 12px;
  }
}
.text_13 {
  font-size: 13px;
}
@media (max-width: 768px) {
  .text_13 {
    font-size: 11px;
  }
}
.text_12 {
  font-size: 12px;
}
@media (max-width: 768px) {
  .text_12 {
    font-size: 11px;
  }
}
.text_10 {
  font-size: 10px;
}
@media (max-width: 768px) {
  .text_10 {
    font-size: 9px;
  }
}
.bold {
  font-weight: bold;
}
.medium {
  font-weight: 500;
}
.process_about,
.company_about {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .process_about,
  .company_about {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.process_about__wrap,
.company_about__wrap {
  width: 100%;
  padding: 20px 0;
}
@media (max-width: 992px) {
  .process_about__list:first-child,
  .company_about__list:first-child {
    margin-bottom: 40px;
  }
}
.process_about__list,
.company_about__list {
  width: calc(50% - 20px);
}
@media (max-width: 992px) {
  .process_about__list,
  .company_about__list {
    width: 100%;
  }
}
.process_about .box_global,
.company_about .box_global {
  height: 100%;
}
.process_slider {
  position: relative;
}
.process_slider .box_global__main {
  padding-left: 115px;
  padding-right: 115px;
  position: relative;
}
@media (max-width: 992px) {
  .process_slider .box_global__main {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (max-width: 576px) {
  .process_slider .box_global__main {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 576px) {
  .process_slider .swiper-container {
    padding-bottom: 30px;
  }
}
.process_slider .swiper-pagination {
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 576px) {
  .process_slider .swiper-pagination {
    opacity: 1;
    pointer-events: initial;
    bottom: -5px;
  }
}
.process_slider__wrap {
  width: 100%;
  padding: 20px 0;
}
@media (max-width: 576px) {
  .process_slider .btn_nav {
    display: none;
  }
}
.slide_video {
  width: 100%;
  height: 245px;
}
.slide_video__link {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.slide_video__link:hover svg {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
  transform: translate(-50%, -50%) scale(1.2);
}
.slide_video__link:hover {
  color: #fff;
}
.slide_video__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}
.slide_video__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.slide_video__svg {
  width: 37px;
  height: 37px;
  fill: #3b69ff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 5;
}
.slide_video__title {
  position: relative;
  z-index: 7;
  font-weight: 600;
  color: #fff;
}
.process_video .slide_video {
  width: 22%;
  margin-right: 20px;
}
@media (max-width: 1500px) {
  .process_video .slide_video {
    width: 30%;
  }
}
@media (max-width: 1200px) {
  .process_video .slide_video {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .process_video .slide_video {
    width: 45%;
  }
}
@media (max-width: 576px) {
  .process_video .slide_video {
    width: 100%;
    margin-right: 0;
  }
}
.process_video .box_global__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 576px) {
  .process_video .box_global__main {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.process_map {
  width: 100%;
}
.process_map__wrap {
  width: 100%;
  padding: 20px 0;
}
.map {
  width: 100%;
}
.map__image {
  width: 100%;
}
.map__img {
  width: 100%;
}
.process_note {
  position: relative;
}
.process_note__wrap {
  width: 100%;
  padding: 20px 0;
}
.process_note .list_dot {
  padding: 20px 0 35px;
}
.process_note .box_global__text b {
  margin-right: 5px;
}
.process_info {
  width: 100%;
  position: relative;
}
.process_info::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 140px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #fff), color-stop(50%, rgba(255,255,255,0.8)), to(rgba(255,255,255,0)));
  background: linear-gradient(to top, #fff 20%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0) 100%);
  z-index: 30;
  border-radius: 0 0 10px 10px;
}
.process_info__wrap {
  width: 100%;
  padding: 20px 0;
}
.process_info .box_global {
  height: 416px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .process_info .box_global__main {
    padding-bottom: 80px;
    min-height: 416px;
  }
}
.tree__wrap {
  padding-bottom: 10px;
}
.tree__wrap ul {
  padding: 0;
  margin: 0;
  font-weight: 500;
}
.tree__wrap ul * {
  font-size: 14px;
}
@media (max-width: 768px) {
  .tree__wrap ul * {
    font-size: 12px;
  }
}
.tree__wrap li {
  position: relative;
  min-height: 33px;
}
.tree__wrap li button,
.tree__wrap li a {
  -webkit-transform: translate(-30px, 3px);
  transform: translate(-30px, 3px);
  text-align: left;
}
@media (max-width: 576px) {
  .tree__wrap li button,
  .tree__wrap li a {
    width: 80%;
    line-height: 1.8;
  }
}
.tree {
  width: 100%;
  border-left: 1px solid #d7d7df;
  overflow: hidden;
}
.tree .tree {
  display: none;
  -webkit-transform: translateX(-37px);
  transform: translateX(-37px);
  margin-top: 10px;
}
.tree .tree .tree {
  -webkit-transform: translateX(-34px);
  transform: translateX(-34px);
}
.tree .tree .tree .tree__folder {
  -webkit-transform: translate(-43px, 4px);
  transform: translate(-43px, 4px);
}
.tree__item {
  padding-left: 84px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 2.2;
  position: relative;
}
@media (max-width: 768px) {
  .tree__item {
    padding-left: 64px;
  }
}
.tree__item::after {
  content: "";
  position: absolute;
  top: 17px;
  left: 0;
  width: 60px;
  height: 1px;
  background-color: #d7d7df;
}
@media (max-width: 768px) {
  .tree__item::after {
    width: 40px;
    top: 14px;
  }
}
.tree__btn {
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  font-weight: 500;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #272c2f;
}
.tree__btn:hover {
  opacity: 0.5;
}
.tree__link {
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tree__link:hover {
  color: #272c2f;
  opacity: 0.5;
  text-decoration: underline;
}
.tree__folder {
  position: relative;
  width: 24px;
  height: 24px;
  background: url("../img/svg/folder.svg") no-repeat center center;
  background-size: contain;
  -webkit-transform: translate(-45px, 4px);
  transform: translate(-45px, 4px);
  z-index: 10;
}
@media (max-width: 768px) {
  .tree__folder {
    -webkit-transform: translate(-45px, 0);
    transform: translate(-45px, 0);
  }
}
.tree-js > .tree__folder::before {
  content: "";
  position: absolute;
  top: 9.5px;
  left: 7px;
  width: 9px;
  height: 9px;
  background: url("../img/svg/minus.svg") no-repeat center center;
  background-size: contain;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tree-js--active {
  position: relative;
}
.tree-js--active > .tree__folder::before {
  content: "";
  position: absolute;
  top: 9.5px;
  left: 7px;
  width: 9px;
  height: 9px;
  background: url("../img/svg/plus.svg") no-repeat center center;
  background-size: contain;
}
.tree__active::before {
  content: none;
}
.tree__active .box_global {
  min-height: 416px;
  height: -webkit-max-content !important;
  height: -moz-max-content !important;
  height: max-content !important;
}
.tree__active .box_global__main {
  overflow-y: scroll;
}
.tree__active .btn_down {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.tree-js > .tree__folder {
  cursor: pointer;
}
.tree_link__active {
  color: #3b69ff;
  text-decoration: initial !important;
}
.tree_link__active:hover {
  text-decoration: underline !important;
}
.process_test {
  width: 100%;
}
.process_test__wrap {
  width: 100%;
  padding: 20px 0;
}
.process_test .box_global__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .process_test .box_global__col:last-child {
    width: 100%;
    padding-top: 30px;
  }
}
@media (max-width: 768px) {
  .process_test .box_global__col:last-child {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.process_test .box_global__col {
  width: 23.5%;
}
@media (max-width: 1200px) {
  .process_test .box_global__col {
    width: 32%;
  }
}
@media (max-width: 768px) {
  .process_test .box_global__col {
    width: 100%;
    padding-bottom: 20px;
  }
}
.process_test .list_dot__item::before {
  background-color: #c6d0e5;
}
.box_test {
  width: 100%;
  border-radius: 20px;
  -webkit-box-shadow: 0 6px 30px rgba(198,207,231,0.49);
  box-shadow: 0 6px 30px rgba(198,207,231,0.49);
}
@media (max-width: 992px) {
  .box_test {
    border-radius: 10px;
  }
}
.box_test-next .box_test__head {
  background-color: #a7b1cb;
}
.box_test__head {
  padding: 0 30px;
  width: 100%;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3b69ff;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 20px 20px 0 0;
}
@media (max-width: 992px) {
  .box_test__head {
    padding: 0 15px;
    border-radius: 10px 10px 0 0;
  }
}
.box_test__main {
  width: 100%;
  height: 63px;
  padding: 10px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #eff1f7;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .box_test__main {
    padding: 10px 15px;
  }
}
.box_test__main .date {
  padding-right: 10px;
}
.box_test__foot {
  width: 100%;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.result {
  width: 100%;
  font-weight: 600;
}
.result__head {
  width: 100%;
  text-align: center;
  padding-bottom: 12px;
}
.result__title {
  color: #a7b1cb;
  text-transform: uppercase;
}
.result__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 30px;
}
.result__main span {
  width: 10%;
  color: #3b69ff;
}
.result__wrap {
  padding-right: 10px;
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.result__this {
  width: 90%;
  height: 6px;
  border-radius: 6px;
  background-color: #ecf1ff;
}
.result__min {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.result__max {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.result__level {
  width: 0;
  height: 6px;
  background-color: #3b69ff;
  border-radius: 3px;
}
.test_process {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.test_process__wrap {
  width: 100%;
  padding: 20px 0;
}
@media (max-width: 576px) {
  .test_process__wrap .box_global__title {
    width: 60%;
  }
}
.test_process__wrap .box_global__head {
  position: relative;
}
.test_process__way {
  margin: 0 0 60px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.test_process__way::before {
  content: "";
  width: 90%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  background-color: #c6d0e5;
}
.test_process__item:nth-child(2) {
  margin: 0 90px;
}
.test_process__item {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  z-index: 10;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.test_process__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  border: 1px solid #c6d0e5;
  background-color: #fff;
  z-index: 20;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.test_process__item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 4px;
  height: 4px;
  background: #fff;
  z-index: 30;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.test_process .test_active {
  background-color: #f5f7ff;
}
.test_process .test_active::after {
  opacity: 1;
}
.test_process .test_active::before {
  background-color: #3b69ff;
  border-color: #3b69ff;
}
.test_process .test_checked {
  background-color: #f5f7ff;
}
.test_process .test_checked::after {
  opacity: 1;
  background: url("../img/svg/checked.svg") no-repeat center center;
  background-size: contain;
  width: 10px;
  height: 10px;
}
.test_process .test_checked::before {
  background-color: #3b69ff;
  border-color: #3b69ff;
}
.test_process__main {
  width: 100%;
}
.test_process__box:not(:first-child) {
  display: none;
}
.test_process__box {
  width: 100%;
  min-height: 450px;
}
.test_box__title {
  text-align: center;
  font-weight: bold;
  padding-bottom: 25px;
  line-height: 1.2;
}
.test_box__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.test_box__sub span {
  margin: 0 5px;
}
.test_box__sub svg {
  width: 16px;
  height: 16px;
  fill: #3b69ff;
  margin: 0 8px;
}
.test_box__next {
  padding: 54px 0 10px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.test_box__main {
  width: 900px;
  margin: 43px auto 0;
}
@media (max-width: 992px) {
  .test_box__main {
    width: 100%;
  }
}
.test_box .btn_global,
.create_content__submit button:first-child,
.modal_global .box_global__save .btn_global:first-child,
.more_company .btn_global,
.news_edit .btn_global {
  color: #fff;
  background-color: #3b69ff;
  border-color: #3b69ff;
  -webkit-box-shadow: 0 15px 35px rgba(59,105,255,0.4);
  box-shadow: 0 15px 35px rgba(59,105,255,0.4);
}
.test_box .btn_global:hover,
.create_content__submit button:first-child:hover,
.modal_global .box_global__save .btn_global:first-child:hover,
.more_company .btn_global:hover,
.news_edit .btn_global:hover {
  -webkit-box-shadow: initial;
  box-shadow: initial;
}
.test_box .list_num__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.test_box .list_num__text {
  color: #3b69ff;
  font-weight: 500;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
.test_box__banner,
.qualifications__box,
.update_process__box,
.news_edit__box {
  width: 100%;
  padding: 20px 0;
  text-align: center;
  color: #3b69ff;
  font-weight: 600;
  background: rgba(59,105,255,0.05);
  border-radius: 10px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .test_box__banner,
  .qualifications__box,
  .update_process__box,
  .news_edit__box {
    padding: 15px 10px;
  }
}
.test_box__result {
  margin: 20px 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid #eff1f7;
  border-radius: 10px;
}
@media (max-width: 576px) {
  .test_box__result {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.test_box__item:first-child {
  border-right: 1px solid #eff1f7;
}
@media (max-width: 576px) {
  .test_box__item:first-child {
    border-right: initial;
    border-bottom: 1px solid #eff1f7;
  }
}
.test_box__item {
  width: 50%;
  height: 112px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 576px) {
  .test_box__item {
    width: 100%;
  }
}
.test_box__fix {
  width: 300px;
}
.test_box .result__title {
  color: #272c2f;
}
.test_box__back {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 52px;
}
.global_search {
  width: 100%;
}
.global_search__wrap {
  width: 100%;
  padding: 20px 0;
}
.global_search__result {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 10px;
}
@media (max-width: 576px) {
  .global_search__result {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 1.8;
  }
}
.global_search__result b {
  margin-left: 5px;
}
@media (max-width: 576px) {
  .global_search__result b {
    margin-left: 0;
  }
}
.global_search__result span {
  margin-left: 15px;
}
@media (max-width: 576px) {
  .global_search__result span {
    margin-left: 0;
  }
}
.global_search__list {
  width: 100%;
}
.global_search__item {
  width: 100%;
  padding: 30px 0;
  border-bottom: 1px solid #eff1f7;
}
.global_search__item .breadcrumbs__wrap {
  padding: 0;
}
.global_search__link {
  color: #3b69ff;
  font-weight: 600;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.global_search__link:hover {
  opacity: 0.5;
  text-decoration: underline;
}
.global_search__text {
  padding: 22px 0 24px;
  width: 100%;
}
.global_search__text b {
  margin-right: 5px;
}
.global_search__nav {
  padding-top: 30px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 576px) {
  .global_search__nav {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.global_search__nav .btn_nav {
  position: static;
  -webkit-transform: initial;
  transform: initial;
  margin-right: 10px;
  border: 1px solid #c6d0e5;
  background-color: #fff;
}
@media (max-width: 576px) {
  .global_search__nav .btn_nav {
    margin-right: 0;
    width: 30px;
    height: 30px;
  }
}
.global_search__nav .btn_nav svg {
  fill: #6a6e86;
}
.global_search__nav .btn_nav:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #3b69ff;
  border-color: rgba(59,105,255,0.5);
}
.global_search__nav .btn_nav:hover svg {
  fill: #3b69ff;
}
.global_search__nav .btn_icon {
  width: 14px;
  height: 14px;
  margin-left: 15px;
}
@media (max-width: 576px) {
  .global_search__nav .btn_icon {
    margin-left: 0;
  }
}
.news_global {
  width: 1170px;
  margin: 0 auto;
}
@media (max-width: 1500px) {
  .news_global {
    width: 100%;
  }
}
.news_global__wrap {
  width: 100%;
  padding: 20px 0;
}
.news_global .test_box__banner {
  padding: 40px 40px 40px 100px;
  position: relative;
  text-align: left;
  color: #272c2f;
  font-weight: 500;
  line-height: 160%;
  margin-top: 5px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .news_global .test_box__banner {
    padding: 20px 20px 20px 60px;
  }
}
.news_global .test_box__banner::before,
.news_global .test_box__banner::after {
  content: "";
  position: absolute;
  top: 40px;
  left: 40px;
  width: 17px;
  height: 29px;
  background: url("../img/svg/quote.svg") no-repeat center center;
  background-size: contain;
}
@media (max-width: 768px) {
  .news_global .test_box__banner::before,
  .news_global .test_box__banner::after {
    top: 20px;
    left: 20px;
    width: 12px;
    height: 20px;
  }
}
.news_global .test_box__banner::after {
  left: 60px;
}
@media (max-width: 768px) {
  .news_global .test_box__banner::after {
    left: 35px;
  }
}
.news_one {
  width: 100%;
  padding-bottom: 40px;
}
.news_one__picture {
  width: 100%;
  height: 548px;
  display: block;
  margin-bottom: -125px;
}
@media (max-width: 992px) {
  .news_one__picture {
    height: 450px;
  }
}
@media (max-width: 768px) {
  .news_one__picture {
    height: 350px;
  }
}
.news_one__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.news_one__info {
  padding: 40px;
  margin: 0 auto;
  width: calc(100% - 80px);
  background-color: #f9faff;
  line-height: 160%;
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .news_one__info {
    padding: 30px;
  }
}
@media (max-width: 576px) {
  .news_one__info {
    padding: 30px 15px;
    width: calc(100% - 20px);
  }
}
.news_one__title {
  display: inline-block;
  padding: 25px 0 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.news_one__title:hover {
  opacity: 0.5;
  color: #272c2f;
}
.news_one__main {
  padding: 40px 0 0;
  line-height: 160%;
  margin: 0 auto;
  width: calc(100% - 80px);
}
@media (max-width: 576px) {
  .news_one__main {
    padding: 30px 0;
    width: calc(100% - 20px);
  }
}
.news_one__text:not(:last-child) {
  padding-bottom: 30px;
}
.news_one__sub {
  padding-bottom: 20px;
}
.news_one__link {
  text-decoration: underline;
  margin: 0 5px;
}
.news_list {
  padding-top: 40px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #eff1f7;
}
.news_list__item {
  width: calc(50% - 20px);
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .news_list__item {
    width: calc(50% - 10px);
  }
}
@media (max-width: 576px) {
  .news_list__item {
    width: 100%;
  }
}
.news_list__picture {
  width: 100%;
  height: 264px;
  display: block;
}
@media (max-width: 1200px) {
  .news_list__picture {
    height: 220px;
  }
}
@media (max-width: 768px) {
  .news_list__picture {
    height: 150px;
  }
}
.news_list__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.news_list__info {
  width: 100%;
  height: 140px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-left: 1px solid #eff1f7;
  border-right: 1px solid #eff1f7;
  border-bottom: 1px solid #eff1f7;
}
@media (max-width: 1200px) {
  .news_list__info {
    height: auto;
  }
}
@media (max-width: 768px) {
  .news_list__info {
    padding: 15px;
  }
}
.news_list__title {
  padding-bottom: 30px;
  width: 100%;
  text-transform: uppercase;
  font-weight: 600;
  color: #a7b1cb;
}
.news_list__link {
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.news_list__link:hover {
  opacity: 0.5;
  color: #272c2f;
}
.news_list__btn {
  padding-bottom: 10px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.news_list .btn_global {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-left: 30px;
  padding-right: 30px;
}
.news_list .date {
  padding-bottom: 15px;
  font-weight: 500;
  color: #a7b1cb;
}
.news_list .date svg {
  display: none;
}
@media (max-width: 576px) {
  .news_global__one .news_one {
    padding-bottom: 0;
  }
}
.news_global__one .box_global__main {
  padding-bottom: 0;
}
.qualifications,
.update_process,
.news_edit {
  width: 100%;
}
.qualifications__wrap,
.update_process__wrap,
.news_edit__wrap {
  width: 100%;
  padding: 20px 0;
}
.qualifications__text,
.update_process__text,
.news_edit__text {
  line-height: 150%;
}
.qualifications__box,
.update_process__box,
.news_edit__box {
  margin: 30px 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 15px 20px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1200px) {
  .qualifications__box,
  .update_process__box,
  .news_edit__box {
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.qualifications__box svg:first-child,
.update_process__box svg:first-child,
.news_edit__box svg:first-child {
  margin-right: 15px;
}
@media (max-width: 1200px) {
  .qualifications__box svg:first-child,
  .update_process__box svg:first-child,
  .news_edit__box svg:first-child {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
}
.qualifications__box svg,
.update_process__box svg,
.news_edit__box svg {
  width: 16px;
  height: 16px;
  fill: #3b69ff;
}
.qualifications__info,
.update_process__info,
.news_edit__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1200px) {
  .qualifications__info,
  .update_process__info,
  .news_edit__info {
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.qualifications__info svg,
.update_process__info svg,
.news_edit__info svg {
  margin-left: 5px;
  margin-right: 0 !important;
}
@media (max-width: 1200px) {
  .qualifications__info svg,
  .update_process__info svg,
  .news_edit__info svg {
    display: none;
  }
}
.qualifications__inputs,
.update_process__inputs,
.news_edit__inputs {
  border-top: 1px solid #eff1f7;
  padding: 30px 0 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 576px) {
  .qualifications__inputs,
  .update_process__inputs,
  .news_edit__inputs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
@media (max-width: 768px) {
  .qualifications__item:first-child,
  .update_process__item:first-child,
  .news_edit__item:first-child {
    margin-bottom: 10px;
  }
}
.qualifications__item,
.update_process__item,
.news_edit__item {
  padding-right: 30px;
}
@media (max-width: 576px) {
  .qualifications__item,
  .update_process__item,
  .news_edit__item {
    padding-right: 0;
  }
}
.tr_icon {
  width: 14px;
  height: 14px;
  fill: #fff;
  margin-left: 10px;
}
.td_icon {
  width: 18px;
  height: 18px;
  fill: #f04453;
  margin-right: 10px;
}
@media (max-width: 1200px) {
  .td_icon {
    margin: 0 10px;
  }
}
table.table_global {
  width: 100%;
}
table.table_global * {
  font-size: 14px !important;
}
@media (max-width: 1700px) {
  table.table_global * {
    font-size: 12px !important;
  }
}
@media (max-width: 1200px) {
  table.table_global .breadcrumbs {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
@media (max-width: 768px) {
  table.table_global .breadcrumbs {
    width: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  table.table_global .breadcrumbs a {
    line-height: 2;
  }
}
@media (max-width: 1200px) {
  table.table_global .breadcrumbs__item:last-child {
    padding-right: 0;
  }
}
table.table_global .table_global__link,
table.table_global .breadcrumbs__link {
  color: #3b69ff;
  text-decoration: underline;
  font-weight: 500;
}
table.table_global .link_red {
  color: #f04453;
  text-decoration: underline;
  padding-right: 10px;
}
@media (max-width: 1200px) {
  table.table_global .link_red {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  table.table_global .link_red {
    text-align: center;
  }
}
table.table_global .link_blue {
  color: #3b69ff;
  text-decoration: underline;
  padding-right: 10px;
}
@media (max-width: 1200px) {
  table.table_global .link_blue {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  table.table_global .link_blue {
    text-align: center;
  }
}
table.table_global .tooltip {
  margin-right: 10px;
}
table.table_global .result__main {
  padding: 0 60px 0 0;
}
@media (max-width: 1200px) {
  table.table_global .result__main {
    padding: 0;
    width: 200px;
    float: right;
  }
}
@media (max-width: 768px) {
  table.table_global .result__main {
    float: initial;
    margin: 0 auto;
  }
}
table.table_global .date {
  margin-right: 20px;
  font-weight: 500;
}
@media (max-width: 1700px) {
  table.table_global .date {
    margin-bottom: 5px;
  }
}
@media (max-width: 1200px) {
  table.table_global .date {
    margin-right: 0;
  }
}
table.table_global .text {
  font-weight: 500;
}
table.table_global .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
table.table_global .text_tooltip {
  color: #f04453;
  font-size: 12px !important;
  font-weight: 600;
}
table.table_global thead button,
table.table_global thead span {
  background: none;
  border: none;
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
table.table_global thead tr {
  padding: 0 30px;
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #3b69ff;
  border-radius: 10px 10px 0 0;
}
@media (max-width: 1700px) {
  table.table_global thead tr {
    padding: 0 20px;
  }
}
@media (max-width: 1200px) {
  table.table_global thead tr {
    display: block;
    width: auto;
    height: auto;
    padding: 20px;
  }
}
@media (max-width: 768px) {
  table.table_global thead tr {
    padding: 10px 0;
  }
}
table.table_global thead th {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: none;
}
@media (max-width: 1200px) {
  table.table_global thead th {
    width: auto;
  }
}
table.table_global thead th:nth-child(1) {
  width: 22%;
}
@media (max-width: 1700px) {
  table.table_global thead th:nth-child(1) {
    width: 24%;
  }
}
table.table_global thead th:nth-child(2) {
  width: 36%;
}
@media (max-width: 1700px) {
  table.table_global thead th:nth-child(2) {
    width: 38%;
  }
}
table.table_global thead th:nth-child(3) {
  width: 18%;
}
table.table_global thead th:nth-child(4) {
  width: 24%;
}
@media (max-width: 1700px) {
  table.table_global thead th:nth-child(4) {
    width: 20%;
  }
}
table.table_global tbody tr:nth-child(even) {
  background: rgba(236,241,255,0.4);
}
table.table_global tbody tr {
  padding: 0 30px;
  height: 60px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1700px) {
  table.table_global tbody tr {
    padding: 0 20px;
  }
}
@media (max-width: 1200px) {
  table.table_global tbody tr {
    display: block;
    width: auto;
    height: auto;
    padding: 10px 15px;
  }
}
@media (max-width: 768px) {
  table.table_global tbody tr {
    padding: 10px 0;
  }
}
table.table_global tbody td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1200px) {
  table.table_global tbody td {
    padding-top: 5px;
    padding-bottom: 5px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100% !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  table.table_global tbody td {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
table.table_global tbody td:nth-child(1) {
  width: 22%;
}
@media (max-width: 1700px) {
  table.table_global tbody td:nth-child(1) {
    width: 24%;
  }
}
table.table_global tbody td:nth-child(2) {
  width: 36%;
}
@media (max-width: 1700px) {
  table.table_global tbody td:nth-child(2) {
    width: 38%;
  }
}
table.table_global tbody td:nth-child(3) {
  width: 18%;
}
table.table_global tbody td:nth-child(4) {
  width: 24%;
}
@media (max-width: 1700px) {
  table.table_global tbody td:nth-child(4) {
    width: 20%;
  }
  table.table_global tbody td:nth-child(4) .info:first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (max-width: 1200px) {
  table.table_global tbody td:nth-child(4) .info:first-child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  table.table_global tbody td:nth-child(4) .info:first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 1200px) {
  table.table_global {
    border: 0;
    margin-top: 12px;
  }
  table.table_global thead tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  table.table_global thead th {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }
  table.table_global thead th:nth-child(3) {
    display: none !important;
  }
  table.table_global tr {
    display: block;
  }
  table.table_global td {
    display: block;
    text-align: right;
  }
  table.table_global td::before {
    width: 40%;
    text-align: left;
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
}
@media (max-width: 768px) {
  table.table_global td {
    text-align: left;
  }
  table.table_global td::before {
    display: block;
    margin: 5px 0;
    width: 100%;
    text-align: center;
    float: initial;
  }
}
@media (max-width: 1200px) and (max-width: 768px) {
  table.table_global tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 2;
  }
}
.result_null {
  opacity: 0.4;
  pointer-events: none;
}
.update_process .select,
.news_edit .select {
  margin-bottom: 0;
}
.update_process__wrap,
.news_edit__wrap {
  width: 100%;
  padding: 20px 0;
}
.update_process__wrap .box_global__title,
.news_edit__wrap .box_global__title {
  width: calc(100% - 37px);
}
.update_process__text,
.news_edit__text {
  padding-bottom: 30px;
}
.update_process__inputs,
.news_edit__inputs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .update_process__item:last-child,
  .news_edit__item:last-child {
    margin-top: 20px;
  }
}
@media (max-width: 1200px) {
  .update_process__item:first-child,
  .news_edit__item:first-child {
    width: 100%;
    margin-bottom: 20px;
  }
}
.update_process .table_update thead th:nth-child(1),
.news_edit .table_update thead th:nth-child(1) {
  width: 33.3333%;
}
@media (max-width: 1200px) {
  .update_process .table_update thead th:nth-child(1),
  .news_edit .table_update thead th:nth-child(1) {
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.update_process .table_update thead th:nth-child(2),
.news_edit .table_update thead th:nth-child(2) {
  width: 33.3333%;
}
@media (max-width: 1200px) {
  .update_process .table_update thead th:nth-child(2),
  .news_edit .table_update thead th:nth-child(2) {
    display: none;
  }
}
.update_process .table_update thead th:nth-child(3),
.news_edit .table_update thead th:nth-child(3) {
  width: 33.3333%;
}
.update_process .table_update tbody td:nth-child(1),
.news_edit .table_update tbody td:nth-child(1) {
  width: 33.3333%;
}
.update_process .table_update tbody td:nth-child(2),
.news_edit .table_update tbody td:nth-child(2) {
  width: 33.3333%;
}
.update_process .table_update tbody td:nth-child(3),
.news_edit .table_update tbody td:nth-child(3) {
  width: 33.3333%;
}
.update_process .date,
.news_edit .date {
  margin-bottom: 0 !important;
}
@media (max-width: 1200px) {
  .update_process .date,
  .news_edit .date {
    margin-right: 10px !important;
  }
}
.user {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.user__image {
  width: 30px;
  height: 30px;
  margin-right: 15px;
  display: block;
  border-radius: 50%;
  overflow: hidden;
}
.user__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center center;
  object-position: center center;
}
.user__name {
  font-weight: 500;
}
.label_select .select {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 576px) {
  .label_select .select {
    width: 100%;
  }
}
.label_select .select__title {
  padding-bottom: 10px;
  font-weight: 600;
}
.label_select .select__this {
  width: 573px;
}
@media (max-width: 1500px) {
  .label_select .select__this {
    width: 450px;
  }
}
@media (max-width: 1200px) {
  .label_select .select__this {
    width: 505px;
  }
}
@media (max-width: 768px) {
  .label_select .select__this {
    width: 460px;
  }
}
@media (max-width: 576px) {
  .label_select .select__this {
    width: 100%;
  }
}
.profile {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.profile__wrap {
  width: 100%;
  padding: 20px 0;
}
.profile__photo {
  width: 243px;
  position: relative;
}
@media (max-width: 992px) {
  .profile__photo {
    width: 100%;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.profile__inputs {
  width: calc(100% - 243px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .profile__inputs {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.profile__image {
  width: 180px;
  height: 180px;
  display: block;
  border-radius: 50%;
  overflow: hidden;
}
.profile__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.label_input {
  width: 33.3333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 30px;
  padding-left: 30px;
}
@media (max-width: 1200px) {
  .label_input {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .label_input {
    width: calc(50% - 15px);
    padding-left: 0;
  }
}
@media (max-width: 576px) {
  .label_input {
    width: 100%;
  }
}
.label_input__sub {
  font-weight: 600;
  margin-bottom: 15px;
}
.label_input__row {
  width: 100%;
  position: relative;
}
.label_input__row .btn_icon {
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 10;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
}
.label_input__row .btn_icon:hover > svg {
  opacity: 0.5;
}
.label_input__row .btn_icon svg {
  fill: #3b69ff;
}
.label_input__input,
.label_input__area {
  width: 100%;
  height: 46px;
  border: 1px solid #c6d0e5;
  border-radius: 10px;
  padding: 0 60px 0 20px;
}
.edit_image,
.edit_list {
  width: 43px;
  height: 82px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3b69ff;
  -webkit-box-shadow: 0 15px 35px rgba(59,105,255,0.4);
  box-shadow: 0 15px 35px rgba(59,105,255,0.4);
  border-radius: 30px;
  padding: 15px 0;
  position: absolute;
  top: 50%;
  left: 150px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 992px) {
  .edit_image,
  .edit_list {
    left: calc(50% + 60px);
  }
}
.edit_image button,
.edit_list button {
  width: 17px;
  height: 17px;
}
.edit_image button:hover > svg,
.edit_list button:hover > svg {
  fill: #fff;
  opacity: 0.5;
}
.edit_image svg,
.edit_list svg {
  fill: #fff;
}
.readonly_state svg {
  fill: #a7b1cb !important;
}
.create_content {
  width: 840px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .create_content {
    width: 100%;
  }
}
.create_content .label_checkbox,
.create_content .label_radio {
  font-size: 14px;
}
.create_content .label_radio {
  padding-top: 20px;
}
.create_content__wrap {
  width: 100%;
  padding: 20px 0;
}
.create_content__wrap .box_global__main {
  padding-bottom: 30px;
}
.create_content__box {
  width: 100%;
  position: relative;
}
.create_content__box > .btn_global {
  position: absolute;
  top: 35px;
  left: 30px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-left: 30px;
  padding-right: 30px;
  border: none;
  -webkit-box-shadow: 0 10px 35px rgba(167,177,203,0.35);
  box-shadow: 0 10px 35px rgba(167,177,203,0.35);
}
@media (max-width: 1700px) {
  .create_content__box > .btn_global span {
    display: none;
  }
  .create_content__box > .btn_global svg {
    margin: 0 !important;
  }
}
@media (max-width: 1500px) {
  .create_content__box > .btn_global {
    left: 0;
  }
}
@media (max-width: 1200px) {
  .create_content__box > .btn_global {
    position: static;
    margin-bottom: 15px;
    float: right;
  }
  .create_content__box > .btn_global span {
    display: block;
  }
  .create_content__box > .btn_global svg {
    margin-right: 12px !important;
  }
}
@media (max-width: 576px) {
  .create_content__box > .btn_global {
    padding-left: 15px;
    padding-right: 15px;
    float: initial;
    margin: 0 auto 20px;
  }
}
.create_content__box > .btn_global:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.create_content__box > .btn_global svg {
  width: 22px;
  height: 22px;
  fill: #3b69ff;
  margin-right: 22px;
}
.create_content .label_input {
  padding-left: 0;
  width: 100%;
}
.create_content .label_input__input {
  padding: 0 20px;
}
.create_content .label_input__sub,
.create_content .select__title {
  margin-bottom: 18px;
  color: #6a6e86;
  padding-bottom: 0;
}
.create_content .label_select {
  width: 100%;
}
.create_content .label_select .select__this {
  width: 100%;
}
.create_content .list_num__item:not(:last-child) {
  margin-bottom: 35px;
}
.create_content .list_num__item {
  padding: 22px 20px 20px 60px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #f7f9ff;
  border-radius: 10px;
}
.create_content .list_num__item::before {
  top: 20px;
  left: 20px;
}
@media (max-width: 576px) {
  .create_content .list_num__item::before {
    left: 10px;
  }
}
@media (max-width: 359px) {
  .create_content .list_num__item::before {
    left: 5px;
  }
}
@media (max-width: 576px) {
  .create_content .list_num__item {
    padding: 20px 20px 20px 40px;
  }
}
@media (max-width: 359px) {
  .create_content .list_num__item {
    padding: 20px 20px 20px 30px;
  }
}
.create_content .list_num__text {
  color: #3b69ff;
  font-weight: 600;
}
.create_content .list_num .label__wrap {
  width: 100%;
}
.create_content__plus {
  width: 100%;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.create_content__submit {
  padding: 30px 0 10px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid #eff1f7;
}
.create_content__submit button,
.create_content__submit a {
  margin: 0 10px;
}
.select {
  width: 100%;
  margin-bottom: 30px;
}
.select .icon-tree {
  width: 22px;
  height: 22px;
  fill: #3b69ff;
}
.btn_close {
  padding: 0;
  width: 26px;
  height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3b69ff;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: -7px;
  right: -7px;
  border-radius: 50%;
}
.btn_close:hover {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.btn_close__svg {
  width: 40%;
  height: 40%;
  fill: #fff;
}
.video_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.video_list__item {
  position: relative;
  margin-right: 18px;
}
@media (max-width: 576px) {
  .video_list__item {
    margin: 0 auto 20px;
  }
}
.video_list__image {
  width: 150px;
  height: 100px;
  border-radius: 15px;
  overflow: hidden;
  display: block;
}
@media (max-width: 576px) {
  .video_list__image {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .video_list__add {
    margin: 0 auto;
  }
}
.video_list__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.video_list__btn {
  width: 150px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3f6ff;
  border: 1px dashed #c6d0e5;
  border-radius: 15px;
}
.video_list__btn--svg {
  width: 30px;
  height: 30px;
  fill: rgba(167,177,203,0.6);
}
.panel {
  width: 100%;
  border: 1px solid #c6d0e5;
  border-radius: 10px;
  padding-bottom: 100px;
  overflow: hidden;
}
.panel__image {
  width: 100%;
  height: 100px;
  display: block;
}
.panel__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: top center;
  object-position: top center;
}
.label_row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.label_row__item {
  width: calc(33.3333% - 15px);
}
@media (max-width: 768px) {
  .label_row__item {
    width: 100%;
  }
}
.label_row .time__icon {
  width: 18px;
  height: 18px;
  fill: #3b69ff;
}
.label_list .select__text {
  padding: 11px 0 15px;
}
.label_list .select__title {
  margin-bottom: 0;
}
.edit_list {
  padding: 0 15px;
  width: 72px;
  height: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  left: initial;
  -webkit-transform: initial;
  transform: initial;
  right: 15px;
  top: -15px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.edit_list .btn_icon {
  width: 12px;
  height: 12px;
}
.edit_list .edit_image__add {
  width: 16px;
  height: 16px;
}
.label_select__checkbox .global_checked::after {
  opacity: 1 !important;
}
.label_select__checkbox .label {
  padding-top: 15px;
}
.btn_add {
  font-weight: 600;
  color: #3b69ff;
  text-transform: uppercase;
  padding: 0;
  cursor: pointer;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_add:hover {
  opacity: 0.5;
}
.time_select {
  width: 100%;
  height: 111px;
  position: absolute;
  top: 105%;
  left: 0;
  background: #fff;
  -webkit-box-shadow: 0 6px 30px rgba(198,207,231,0.49);
  box-shadow: 0 6px 30px rgba(198,207,231,0.49);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 30;
}
.time_select__wrap {
  width: 100%;
  display: none;
}
.time_select__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.time_select__main {
  width: 90px;
  height: 54px;
  border: 1px solid #c6d0e5;
  border-radius: 10px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 992px) {
  .time_select__main {
    width: 80px;
  }
}
@media (max-width: 576px) {
  .time_select__main {
    width: 90px;
  }
}
.time_select__middle {
  margin: -15px 10px 0;
  font-weight: 600;
  color: #a7b1cb;
}
.time_select__btn {
  width: 10px;
  height: 10px;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.time_select__btn:hover > svg {
  fill: #6a6e86;
}
.time_select__svg {
  width: 100%;
  height: 100%;
  fill: #a7b1cb;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.time_select__nav {
  height: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 576px) {
  .time_select__nav {
    height: 65%;
  }
}
.time_select .btn_up {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.time_select__this {
  font-weight: bold;
  color: #3b69ff;
}
.time_select__sub {
  text-transform: uppercase;
  font-weight: 600;
  color: #a7b1cb;
  margin-top: 6px;
}
#preview-page {
  max-width: 95% !important;
  height: 95% !important;
}
@media (max-width: 576px) {
  #preview-page .box_global__save {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  #preview-page .box_global__save .btn_global:first-child {
    margin-bottom: 20px;
  }
}
.modal_global .box_global__save {
  padding: 20px 0 10px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.modal_global .box_global__save .btn_global {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 10px;
}
.modal_global .tooltip {
  display: none;
}
@media (max-width: 576px) {
  .box_global__fix {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .box_global__fix .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
.space-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.btn_exit {
  width: 10px;
  height: 10px;
  padding: 0;
  background: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.btn_exit__svg {
  width: 100%;
  height: 100%;
  fill: #a7b1cb;
}
#save-page p.text_16 {
  padding-bottom: 10px;
}
@media (max-width: 576px) {
  #save-page .box_global__save {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  #save-page .box_global__save .btn_global:first-child {
    margin-bottom: 20px;
  }
}
#save-answer {
  max-width: 911px !important;
}
#save-answer .box_global__sub {
  color: #6a6e86;
}
#save-answer .box_global__area {
  padding: 15px 20px 0 20px;
  width: 100%;
  border: 1px solid #c6d0e5;
  border-radius: 10px;
  color: #6a6e86;
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  #save-answer .box_global__area {
    padding: 15px;
  }
}
#save-answer .box_global__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#save-answer .box_global__radio .label {
  padding-top: 10px;
  padding-bottom: 20px;
}
#save-answer .box_global__radio button {
  margin-right: 30px;
}
#save-answer .box_global__list .btn_exit {
  margin-right: 20px;
}
#save-answer .box_global__list .btn_exit:hover > svg {
  fill: #3b69ff;
}
#save-answer .box_global__list .label_checkbox {
  padding-top: 0;
}
#save-answer .box_global__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 18px;
}
#nav-process {
  max-width: 1200px !important;
}
#nav-process .box_global__label {
  margin-bottom: 30px;
  width: 100%;
  position: relative;
}
#nav-process .box_global__label input {
  width: 100%;
  height: 46px;
  padding: 0 20px;
  border: 1px solid #c6d0e5;
  border-radius: 10px;
  color: #6a6e86;
}
#nav-process .box_global__label .btn_exit {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}
.box_global__accordion {
  height: initial !important;
}
.info_company,
.more_company {
  width: 100%;
}
.info_company__wrap,
.more_company__wrap {
  width: 100%;
  padding: 20px 0;
}
.info_company__wrap .box_global__main,
.more_company__wrap .box_global__main {
  padding-bottom: 10px;
}
@media (max-width: 1500px) {
  .info_company .label_input,
  .more_company .label_input {
    width: 50%;
  }
}
@media (max-width: 1200px) {
  .info_company .label_input,
  .more_company .label_input {
    width: calc(50% - 15px);
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .info_company .label_input,
  .more_company .label_input {
    width: 100%;
  }
}
.info_company .profile__photo,
.more_company .profile__photo {
  width: 340px;
}
@media (max-width: 1200px) {
  .info_company .profile__photo,
  .more_company .profile__photo {
    margin: 0 auto 30px;
  }
}
@media (max-width: 768px) {
  .info_company .profile__photo,
  .more_company .profile__photo {
    width: 220px;
  }
}
.info_company .profile__inputs,
.more_company .profile__inputs {
  width: calc(100% - 340px);
}
@media (max-width: 1200px) {
  .info_company .profile__inputs,
  .more_company .profile__inputs {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.info_company .profile__image,
.more_company .profile__image {
  width: 281px;
  height: 180px;
  background: rgba(198,208,229,0.05);
  border: 1px solid #c6d0e5;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  .info_company .profile__image,
  .more_company .profile__image {
    height: 120px;
  }
}
.info_company .profile .edit_image,
.more_company .profile .edit_image {
  left: 76%;
}
@media (max-width: 992px) {
  .info_company .profile .edit_image,
  .more_company .profile .edit_image {
    left: 85% !important;
  }
}
@media (max-width: 768px) {
  .info_company .profile .edit_image,
  .more_company .profile .edit_image {
    left: 90% !important;
  }
}
@media (max-width: 576px) {
  .info_company .profile .logotype,
  .more_company .profile .logotype {
    width: 150px;
    height: 35px;
  }
}
.box_global__start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.btn_accordion {
  width: 10px;
  height: 10px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: none;
  border: none;
}
.btn_accordion:hover > svg {
  fill: #3b69ff;
}
.btn_accordion__svg {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  width: 100%;
  height: 100%;
  fill: #a7b1cb;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.icon-tree:hover {
  opacity: 0.5;
}
.company_about .list_dot__item:not(:last-child) {
  padding-bottom: 13px !important;
}
.company_about .box_global__column {
  height: 155px;
  overflow-y: scroll;
}
.company_about .box_global__btn {
  padding-top: 30px;
}
.company_about .box_global__text {
  padding-bottom: 20px;
}
.company_about .select__active {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.box_global__accordion .box_global__head {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.more_company .select {
  margin-bottom: 0;
}
.more_company .select__active {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.more_company .btn_global {
  margin-left: 20px;
}
.more_company .box_global__text {
  color: #6a6e86;
  font-weight: 600;
  line-height: 1;
}
.more_company .box_global__main .box_global__start {
  padding: 15px 0 30px;
}
@media (max-width: 768px) {
  .more_company .box_global__main .box_global__start {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .more_company .box_global__main .box_global__start .label_select {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .more_company .box_global__btn .btn_global {
    margin: 0;
  }
}
table .link_blue {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
table .link_blue:hover {
  text-decoration: none !important;
  opacity: 0.5;
}
.news_edit__inputs {
  border: none;
  padding-top: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.news_edit__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 576px) {
  .news_edit__col {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
@media (max-width: 576px) {
  .news_edit__item,
  .news_edit .select {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0 !important;
  }
}
@media (max-width: 576px) {
  .news_edit .select,
  .news_edit .enter {
    margin-bottom: 20px !important;
  }
}
.news_edit .btn_global {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-left: 30px;
  padding-right: 30px;
}
.news_edit .btn_global__svg {
  width: 22px;
  height: 22px;
  fill: #fff;
  margin-right: 12px;
}
.news_edit__wrap .news_edit .table_news thead th:nth-child(1) {
  width: 30%;
}
@media (max-width: 1200px) {
  .news_edit__wrap .news_edit .table_news thead th:nth-child(1) {
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.news_edit__wrap .news_edit .table_news thead th:nth-child(2) {
  width: 35%;
}
@media (max-width: 1200px) {
  .news_edit__wrap .news_edit .table_news thead th:nth-child(2) {
    display: none;
  }
}
.news_edit__wrap .news_edit .table_news thead th:nth-child(3) {
  width: 25%;
}
.news_edit__wrap .news_edit .table_news thead th:nth-child(4) {
  width: 10%;
}
@media (max-width: 1200px) {
  .news_edit__wrap .news_edit .table_news thead th:nth-child(4) {
    display: none;
  }
}
.news_edit__wrap .news_edit .table_news tbody td:nth-child(1) {
  width: 30%;
}
.news_edit__wrap .news_edit .table_news tbody td:nth-child(2) {
  width: 35%;
}
.news_edit__wrap .news_edit .table_news tbody td:nth-child(3) {
  width: 25%;
}
.news_edit__wrap .news_edit .table_news tbody td:nth-child(4) {
  width: 10%;
}
.news_edit__wrap .news_edit .table_news__image {
  width: 80px;
  height: 45px;
  border-radius: 10px;
  display: block;
  overflow: hidden;
}
.news_edit__wrap .news_edit .table_news__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.btn_squad {
  padding: 0;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  background: rgba(198,208,229,0.2);
  border-radius: 10px;
  cursor: pointer;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .btn_squad {
    margin-right: 0;
    margin-left: 10px;
  }
}
@media (max-width: 768px) {
  .btn_squad {
    margin: 0 5px;
  }
}
.btn_squad:hover {
  background: rgba(59,105,255,0.1);
}
.btn_squad__svg {
  width: 18px;
  height: 18px;
  fill: #3b69ff;
}
.btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fix-pad .label_input__row {
  position: relative;
}
.fix-pad input {
  padding-left: 50px !important;
  color: #6a6e86;
}
.icon-fix {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  fill: #3b69ff;
}
.label_input__area {
  height: initial;
  padding-top: 13px;
  padding-right: 20px;
  padding-bottom: 0;
}
.box_global {
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 6px 30px rgba(198,207,231,0.49);
  box-shadow: 0 6px 30px rgba(198,207,231,0.49);
  border-radius: 10px;
}
.box_global__head {
  padding: 0 30px;
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #eff1f7;
}
@media (max-width: 576px) {
  .box_global__head {
    padding: 15px;
  }
}
.box_global__svg {
  width: 20px;
  height: 20px;
  fill: #3b69ff;
  margin-right: 17px;
}
.box_global__title {
  text-transform: uppercase;
  font-weight: bold;
}
.box_global__main {
  padding: 30px;
}
@media (max-width: 576px) {
  .box_global__main {
    padding: 25px 15px;
  }
}
.box_global__sub {
  font-weight: 600;
  padding-bottom: 20px;
}
.box_global__text {
  line-height: 1.4;
}
.list_arrow,
.list_num,
.list_dot,
.list_answer {
  width: 100%;
}
.list_arrow__item:not(:last-child),
.list_num__item:not(:last-child),
.list_dot__item:not(:last-child),
.list_answer__item:not(:last-child) {
  padding-bottom: 24px;
}
.list_arrow__item,
.list_num__item,
.list_dot__item,
.list_answer__item {
  width: 100%;
  padding-left: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.list_arrow__item::before,
.list_num__item::before,
.list_dot__item::before,
.list_answer__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("../img/svg/circle-arrow.svg") no-repeat center center;
  background-size: contain;
}
.list_arrow__link,
.list_num__link,
.list_dot__link,
.list_answer__link {
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-right: 10px;
}
.list_arrow__link:hover,
.list_num__link:hover,
.list_dot__link:hover,
.list_answer__link:hover {
  color: #272c2f;
  opacity: 0.5;
}
.list_num__item::before {
  content: attr(data-num);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #3b69ff;
  border-radius: 50%;
  color: #fff;
  width: 22px;
  height: 22px;
  font-size: 12px;
  font-weight: bold;
}
.list_dot__item {
  padding-left: 15px;
  padding-bottom: 11px;
}
.list_dot__item::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #3b69ff;
  border-radius: 50%;
  top: 6px;
  width: 5px;
  height: 5px;
}
.list_answer {
  padding: 23px 0 20px;
}
.list_answer__item {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-left: 30px;
}
.list_answer__item::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 16px;
  height: 16px;
  background: url("../img/svg/checked-blue.svg") no-repeat center center;
  background-size: contain;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.list_answer__ok {
  color: #3b69ff;
}
.list_answer__ok::before {
  opacity: 1;
}
.list_answer__error {
  color: #f04453;
}
.list_answer__error::before {
  top: 4px;
  width: 10px;
  height: 10px;
  opacity: 1;
  background: url("../img/svg/close-red.svg") no-repeat center center;
  background-size: contain;
}
.list_answer__error::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  width: calc(100% - 30px);
  height: 1px;
  background-color: #f04453;
}