@charset "UTF-8";
/* NEW/темно-зеленый */
/* Secondary/Тёмно-желтый */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*Выравнивание по центру для элементов с position: absolute*/
/*Отключает стили при фокусе*/
/*Шрифты FA*/
/*Стили для элементов disabled*/
/*Применяется внутри класса .mform, сбрасывает отступы, перестилизует чекбоксы и пр.*/
/*Сброс стилей для section[data-region="blocks-column"]*/
/*Устанавливает размеры для moodle класса userphoto*/
/* Сбрасывает стандартное отображение button */
/*Устанавливает ширину background на весь экран, к обертке поставить position: relative*/
/*Колонки GRID*/
/*Стили текста из Figma*/
/*M - mobile, 1rem = 16px*/
/*D - desktop*/
/* Стили, добавленные на педсовете */
/* Кнопки из Figma UI Kit*/
/* Стили для стрелок по UIKit из Figma. Применяется для оберток, внутри которых лежит i.fa */
/* Применяется к тому элементу, внутри которого лежит .svg-icon */
/*Однотипные карточки local_tables, например на страницах Отзывы, Эксперты*/
/**
 * Чекбокс для педсовета. Применяется к контейнеру.
 * Содержит мобильные стили, а так же стили для инвертированных цветов.
 * Пример контейнера - local_sites/components/checkbox
 */
/*Неважные кнопки из UIKit Figma*/
/*Применяется к обертке, которая содержит (с классом) .accordeon*/
/**
Таблицы в теме, например таблица зачетной книжки, таблица с результатами quiz
Применять к .generaltable
 */
/*
Закругляет углы таблицы. Принимает парамет $head-tag для того, чтобы определить где находится первый ряд таблицы - в thead или tbody
 */
/* Таблицы внутри модулей, которые выглядят как карточки (см. модуль assign, crossword)
Применять к обертке, внутри которой лежит таблица
 */
.main-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  z-index: -2;
}
#page-footer a {
  color: #1C2C3E;
  text-decoration: none;
}
#page-footer a:hover, #page-footer a:active {
  color: #38A870;
}
.module_footer {
  position: relative;
  padding: 20px 10px 25px 10px;
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.module_footer .footer-background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10px;
  right: -10px;
  background-color: #F1F4F4;
  z-index: -1;
}
@media screen and (min-width: 991px) {
  .module_footer .footer-background {
    left: -100vw;
    right: -100vw;
  }
}
.module_footer .org-info {
  order: 1;
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-bottom: 24px;
}
.module_footer .org-info .org-name {
  font-size: 0.875rem;
  line-height: 1.29em;
  font-weight: 400;
  order: 2;
}
.module_footer .org-info .org-name > p:first-child {
  display: none;
}
.module_footer .org-info .org-contact {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.083em;
  order: 1;
  text-align: left;
  margin-bottom: 8px;
}
.module_footer .org-info .org-contact p:first-child {
  display: none;
}
.module_footer .org-info .org-contact > * {
  display: block;
}
.module_footer .org-license {
  display: none;
}
.module_footer .navigation {
  order: 3;
  align-self: start;
  width: calc(50% - 7.5px);
}
.module_footer .info {
  order: 2;
  align-self: start;
  margin-right: 15px;
  width: calc(50% - 7.5px);
}
.module_footer .footer-line {
  order: 3;
  border-top: 1px solid #9ea9b3;
  margin-bottom: 16px;
  margin-top: 16px;
  width: 100%;
}
.module_footer .footer-social {
  width: 100%;
  order: 3;
}
.module_footer .copyright {
  order: 3;
  color: #838383;
  font-size: 9px;
}
.module_footer .policy {
  display: none;
}
.module_footer .oferta {
  display: none;
}
.module_footer .footer-social {
  order: 3;
}
.module_footer .footer-social > a {
  line-height: 1;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 15px;
  margin-bottom: 8px;
}
.module_footer .footer-social > a svg {
  width: 100%;
  height: 100%;
}
.module_footer .footer-social > a:last-child {
  margin-right: 0;
}
.module_footer .moodle-copyright {
  order: 3;
  color: #838383;
  font-size: 10px;
}
.module_footer .moodle-copyright a {
  color: #838383;
}
.module_footer .footer-block > .title {
  font-size: 0.875rem;
  line-height: 1.29em;
  font-weight: 400;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.module_footer .footer-block ul {
  list-style-type: none;
}
.module_footer .footer-block ul > li:not(:last-child) {
  margin-bottom: 12px;
}
.module_footer .footer-block ul a {
  font-size: 0.875rem;
  line-height: 1.29em;
  font-weight: 400;
  font-weight: 700;
}
.module_footer .footer-data {
  display: none;
}
@media screen and (min-width: 991px) {
  .module_footer {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 30px;
    padding: 36px 0 20px 0;
  }
  .module_footer .org-info {
    order: unset;
    margin-bottom: 0;
    grid-column: span 4;
    justify-content: space-between;
  }
  .module_footer .org-info .org-name {
    font-size: 1.125rem;
    line-height: 1.5em;
    font-weight: 400;
    font-weight: 700;
    order: 1;
    margin-bottom: 15px;
  }
  .module_footer .org-info .org-name > p:first-child {
    display: block;
  }
  .module_footer .org-info .org-contact {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.458em;
    order: 1;
    margin-bottom: 0;
  }
  .module_footer .org-license {
    order: unset;
    display: block;
    grid-column: span 2;
  }
  .module_footer .navigation {
    order: unset;
    grid-column: span 3;
    width: unset;
  }
  .module_footer .info {
    order: unset;
    grid-column: span 3;
    width: unset;
    margin-right: 0;
  }
  .module_footer .footer-line {
    order: unset;
    grid-column: span 12;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .module_footer .footer-social {
    order: unset;
    grid-column: span 4;
    align-self: center;
    margin-bottom: 0;
  }
  .module_footer .footer-social > a {
    width: 50px;
    height: 50px;
    margin-bottom: 0;
  }
  .module_footer .copyright {
    order: unset;
    grid-column: span 3;
    font-size: 14px;
  }
  .module_footer .policy {
    order: unset;
    display: block;
    grid-column: span 3;
    color: #1C2C3E;
    text-decoration: none;
    font-size: 1.125rem;
    line-height: 1.5em;
    font-weight: 400;
  }
  .module_footer .policy:hover {
    color: #38A870;
  }
  .module_footer .oferta {
    order: unset;
    display: block;
    grid-column: span 2;
    color: #1C2C3E;
    text-decoration: none;
    font-size: 1.125rem;
    line-height: 1.5em;
    font-weight: 400;
  }
  .module_footer .oferta:hover {
    color: #38A870;
  }
  .module_footer .moodle-copyright {
    font-size: 1.125rem;
    line-height: 1.5em;
    font-weight: 400;
    grid-column: span 12;
    margin-top: 40px;
    font-size: 14px;
    line-height: 20px;
  }
  .module_footer .footer-data {
    grid-column: span 9;
    display: block;
  }
  .module_footer .footer-block {
    align-self: start;
  }
  .module_footer .footer-block.policy, .module_footer .footer-block.copyright, .module_footer .footer-block.oferta {
    align-self: start;
  }
  .module_footer .footer-block > .title {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.4em;
    margin-bottom: 15px;
  }
  .module_footer .footer-block.copyright a {
    display: inline-block;
    margin-top: 6px;
    font-size: 1.125rem;
    line-height: 1.5em;
    font-weight: 400;
  }
  .module_footer .footer-block ul > li:not(:last-child) {
    margin-bottom: 10px;
  }
  .module_footer .footer-block ul a {
    font-size: 1.125rem;
    line-height: 1.5em;
    font-weight: 400;
    font-weight: 700;
  }
}
.module_header {
  margin-bottom: 72px;
}
.main-top-header {
  position: fixed;
  z-index: 2;
  background-color: #fff;
  padding: 10px 10px;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: 15px;
  height: 72px;
}
.main-top-header .header-logo {
  grid-column: span 4;
  display: flex;
  align-items: center;
  max-width: 100%;
}
.main-top-header .header-logo img {
  width: 154px;
}
.main-top-header .header-mobile {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 72px;
  background-color: #fff;
  padding-left: 24px;
  padding-right: 24px;
  transform: translateX(-100%);
  transition: all linear 0.4s;
}
.main-top-header .header-mobile.active {
  transform: translateX(0);
}
.main-top-header .header-mobile ul {
  list-style-type: none;
  margin-top: 24px;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1.071em;
}
@media screen and (min-width: 991px) {
  .main-top-header .header-mobile ul {
    font-weight: 700;
    font-size: 3rem;
    line-height: 1.173em;
  }
}
.main-top-header .header-mobile ul li {
  padding: 24px 0;
  border-top: 1px solid #38A870;
}
.main-top-header .header-button {
  display: none;
}
.main-top-header .header-button.active {
  color: #38A870;
}
.main-top-header .header-menu {
  display: none;
}
.main-top-header .header-menu a:focus {
  background-color: inherit;
}
.main-top-header .header-menu a:hover {
  color: #3FAA74;
}
.main-top-header .header-menu a:active {
  color: #4FC48A;
}
.main-top-header .header-menu a.active {
  color: #3FAA74;
  background-color: #F1F4F4;
}
.main-top-header .header-login {
  grid-column: span 2;
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  padding: 0 45px;
  height: 45px;
  line-height: 45px;
  border: 1px solid transparent;
  border-radius: 35px;
  font-size: 1rem;
  background-color: #FED35A;
  color: #1C2C3E;
}
.main-top-header .header-login:hover {
  opacity: 0.8;
  text-decoration: none;
}
.main-top-header .header-login:focus {
  outline: none;
  box-shadow: none;
}
.main-top-header .header-login:active {
  opacity: 1;
}
.main-top-header .header-login.disabled, .main-top-header .header-login[disabled] {
  cursor: not-allowed;
  color: #fff;
  background-color: #E0E0E0 !important;
  font-style: normal;
}
.main-top-header .header-login.disabled:hover, .main-top-header .header-login[disabled]:hover {
  opacity: 1;
}
@media screen and (min-width: 640px) {
  .main-top-header .header-login {
    font-size: 1rem;
  }
}
@media screen and (min-width: 991px) {
  .main-top-header .header-login {
    padding: 0 60px;
    height: 60px;
    line-height: 60px;
    border: 1px solid transparent;
    border-radius: 54px;
    font-size: 1.5rem;
  }
}
.main-top-header .header-login:not([href]):not([tabindex]) {
  color: #1C2C3E;
}
.main-top-header .header-login:active {
  color: #38A870;
}
.main-top-header .controls {
  display: flex;
  align-items: center;
}
.main-top-header .controls:empty {
  display: none;
}
@media screen and (min-width: 991px) {
  .module_header {
    margin-bottom: 0;
  }
  .main-top-header {
    position: static;
    background-color: transparent;
    height: auto;
    max-height: none;
    font-size: 1.125rem;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 30px;
    justify-content: space-between;
    padding: 0;
    align-items: center;
  }
  .main-top-header .header-logo {
    grid-column: span 3;
    flex-direction: column;
    align-items: flex-start;
  }
  .main-top-header .header-logo img {
    max-width: 100%;
    width: 214px;
  }
  .main-top-header .header-mobile {
    display: none;
  }
  .main-top-header .header-button {
    display: none;
    font-size: 1rem;
    text-align: center;
    font-weight: 700;
    padding: 10px 30px;
    background-color: #F1F4F4;
    border-radius: 10px;
    grid-column: span 3;
    justify-self: center;
  }
  .main-top-header .header-button .note {
    color: #82AF6B;
  }
  .main-top-header .header-menu {
    display: block;
    grid-column: span 7;
  }
  .main-top-header .header-menu ul {
    display: flex;
    justify-content: center;
    gap: 45px;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .main-top-header .header-menu ul li a {
    font-weight: 700;
    padding: 9px 21px;
    border-radius: 23px;
  }
  .main-top-header .header-login {
    grid-column: span 2;
    font-size: inherit;
  }
  .main-top-header .header-orgtitle {
    display: block;
    font-size: 0.875rem;
    line-height: 16.8px;
    margin-top: 10px;
  }
  .main-top-header .header-orgtitle .note {
    display: block;
    color: #838383;
  }
}
.infocard {
  background: #FFFFFF;
  border-radius: 17px;
  box-shadow: 0px 5px 15px rgba(28, 44, 62, 0.15);
  padding: 16px;
  font-size: 0.875rem;
  line-height: 1.29em;
  font-weight: 400;
  width: 100%;
}
@media screen and (min-width: 991px) {
  .infocard {
    border-radius: 52px;
  }
}
.infocard__header {
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1.071em;
}
@media screen and (min-width: 991px) {
  .infocard {
    background: #FFFFFF;
    border-radius: 17px;
    box-shadow: 0px 5px 15px rgba(28, 44, 62, 0.15);
    padding: 30px 60px;
    font-size: 1.875rem;
    width: calc(100% + 30px);
  }
  .infocard__header {
    font-size: 3rem;
  }
}
@media screen and (min-width: 991px) and (min-width: 991px) {
  .infocard {
    border-radius: 52px;
  }
}
.module_login_reg_form .card-wrap {
  margin-top: 150px;
  width: 45%;
  margin-left: 10%;
  background: #FFFFFF;
  border-radius: 17px;
  box-shadow: 0px 5px 15px rgba(28, 44, 62, 0.15);
  padding: 30px 75px;
}
@media screen and (min-width: 991px) {
  .module_login_reg_form .card-wrap {
    border-radius: 52px;
  }
}
.module_login_reg_form .form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 25px;
}
.module_login_reg_form .form--login {
  padding-bottom: 45px;
}
.module_login_reg_form .form .form-header {
  grid-column: span 2;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
}
.module_login_reg_form .form .form-bonus {
  grid-column: span 2;
  text-align: center;
  font-size: 26px;
  color: #ED6D68;
}
.module_login_reg_form .form .form-checkbox {
  grid-column: span 2;
}
.module_login_reg_form .form .form-checkbox label {
  font-weight: 300;
  font-size: 22px;
  color: #838383;
}
.module_login_reg_form .form .form-checkbox label a {
  color: #38A870;
  font-weight: 300;
}
.module_login_reg_form .form .form-checkbox label a:hover {
  text-decoration: underline;
}
.module_login_reg_form .form .form-captcha {
  grid-column: span 2;
  border: 2px solid black;
  padding: 5px;
  text-align: center;
}
.module_login_reg_form .form .form-button {
  grid-column: span 2;
  justify-self: center;
}
.module_login_reg_form .form .form-registered {
  grid-column: span 2;
  text-align: center;
  font-weight: 300;
  color: #838383;
}
.module_login_reg_form .form .form-registered a {
  color: #38A870;
  font-weight: 300;
}
.module_login_reg_form .form .form-registered a:hover {
  text-decoration: underline;
}
.module_login_reg_form .form .form-password {
  grid-column: span 2;
}
.module_login_reg_form .form .form-password > * {
  width: 100%;
}
.module_login_reg_form .form .form-password .form-note {
  line-height: 30px;
  font-weight: 300;
  font-size: 14px;
  color: #838383;
  padding-left: 25px;
}
.module_login_reg_form .form .form-password .form-remember {
  padding-left: 25px;
  font-size: 22px;
  line-height: 1.5;
  color: #38A870;
  font-weight: 300;
}
.module_login_reg_form .form .form-password .form-remember:hover {
  text-decoration: underline;
}
.module_login_reg_form .form input {
  border: 1px solid #38A870;
  border-radius: 30px;
  outline: none;
  height: 45px;
  line-height: 45px;
  font-size: 0.75rem;
  line-height: 1.5em;
  font-weight: 400;
}
.module_login_reg_form .form input:not([data-intl-tel-input-id]) {
  padding: 0 22px;
}
.module_login_reg_form .form input[data-intl-tel-input-id] {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 22px;
}
.module_login_reg_form .form input::placeholder {
  color: #c4c4c4;
}
.module_login_reg_form .form input:focus {
  outline: none;
}
.module_login_reg_form .form input.error {
  border-color: #ED6D68;
}
@media screen and (min-width: 991px) {
  .module_login_reg_form .form input {
    height: 60px;
    line-height: 60px;
    font-size: 1.125rem;
    line-height: 1.5em;
    font-weight: 400;
  }
  .module_login_reg_form .form input:not([data-intl-tel-input-id]) {
    padding: 0 27px;
  }
  .module_login_reg_form .form input[data-intl-tel-input-id] {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 27px;
  }
}
.module_login_reg_form .form input[name="name"], .module_login_reg_form .form input[name="family"] {
  width: 100%;
}
.module_login_reg_form .form input[type="email"] {
  grid-column: span 2;
  width: 100%;
}
.module_login_reg_form .form input[type="checkbox"] {
  display: none;
}
.module_login_reg_form .form input[type="checkbox"] + label {
  position: relative;
  padding-left: 30px;
  margin-left: 0;
  line-height: 20px;
}
.module_login_reg_form .form input[type="checkbox"] + label:after, .module_login_reg_form .form input[type="checkbox"] + label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: 2px solid #38A870;
}
.module_login_reg_form .form input[type="checkbox"] + label:before {
  z-index: 1;
}
.module_login_reg_form .form input[type="checkbox"] + label:after {
  z-index: 0;
}
.module_login_reg_form .form input[type="checkbox"] + label:hover:before {
  background-image: url("/local/sites/temp_pix/icons/check-hover.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.module_login_reg_form .form input[type="checkbox"].disabled:not(:checked) + label:hover:before, .module_login_reg_form .form input[type="checkbox"][disabled]:not(:checked) + label:hover:before {
  background-image: none;
}
.module_login_reg_form .form input[type="checkbox"].error + label {
  color: #ED6D68;
}
.module_login_reg_form .form input[type="checkbox"].error + label:after, .module_login_reg_form .form input[type="checkbox"].error + label:before {
  border-color: #ED6D68;
}
.module_login_reg_form .form input[type="checkbox"]:checked + label:before {
  background-image: url("/local/sites/temp_pix/icons/check-white.svg");
  background-color: #38A870;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 991px) {
  .module_login_reg_form .form input[type="checkbox"] + label {
    line-height: 25px;
    padding-left: 30px;
  }
  .module_login_reg_form .form input[type="checkbox"] + label:after, .module_login_reg_form .form input[type="checkbox"] + label:before {
    width: 25px;
    height: 25px;
  }
}
.module_call_method {
  max-width: 100%;
}
.module_page_head .page-head.bigger {
  font-weight: 800;
  font-size: 2.3125rem;
}
.module_page_head .page-head.smaller {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.0625em;
}
@media screen and (min-width: 991px) {
  .module_page_head .page-head.smaller {
    font-weight: 700;
    font-size: 3.5rem;
    line-height: 1.143em;
  }
}
.module_page_head .page-sub-head {
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (min-width: 640px) {
  .module_page_head .page-head.bigger {
    font-size: 3.4375rem;
  }
  .module_page_head .page-sub-head {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 991px) {
  .module_page_head .page-head.bigger {
    font-size: 6.875rem;
  }
  .module_page_head .page-sub-head {
    font-size: 4rem;
  }
}
.module_title_links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 12px;
  margin-bottom: 32px;
}
.module_title_links > * {
  margin-bottom: 16px;
}
.module_title_links > *:not(:last-child) {
  margin-right: 15px;
}
.module_title_links .break {
  display: block;
  flex-basis: 100%;
  margin-bottom: 0;
}
.module_title_links .title-link {
  display: block;
  border-radius: 50%;
  text-align: center;
  position: relative;
  flex-shrink: 0;
}
.module_title_links .title-link .footnote {
  border-radius: 50%;
  border: 1px solid #fff;
  position: absolute;
  z-index: 1;
  text-align: center;
  color: #FFFFFF;
  width: 59px;
  height: 59px;
  line-height: 57px;
  background-color: #ED6D68;
}
.module_title_links .title-link .footnote.footnote--bl {
  bottom: -15px;
  left: 0;
}
.module_title_links .title-link .footnote.footnote--tr {
  top: -15px;
  right: 0;
}
.module_title_links .title-link .footnote.footnote--br {
  bottom: 0;
  right: 0;
}
.module_title_links .title-link .footnote.footnote--tl {
  top: 0;
  left: 0;
}
@media screen and (min-width: 991px) {
  .module_title_links .title-link .footnote {
    border-width: 3px;
  }
  .module_title_links .title-link .footnote.footnote--bl {
    bottom: 0;
  }
  .module_title_links .title-link .footnote.footnote--tr {
    top: 0;
  }
}
.module_title_links .title-link .title-link__link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
}
.module_title_links .title-link .title-link__link > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFFFFF;
}
.module_title_links .title-link .title-link__link > div a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.module_title_links .title-link .title-link__link > div a i[class*='fa'] {
  margin-left: 8px;
  font-size: 0.6em;
}
.module_title_links .title-link .title-link__link > div a:hover {
  color: #fff !important;
}
.module_title_links .title-link.title-link--big {
  display: block;
  border-radius: 50%;
  text-align: center;
  background-color: #ED6D68;
  width: 140px;
  height: 140px;
  margin-right: 0;
  margin-bottom: 20px;
}
.module_title_links .title-link.title-link--big .title-link__link > div > span {
  font-size: 0.875rem;
  line-height: 1.29em;
  font-weight: 400;
  font-weight: 700;
}
.module_title_links .title-link.title-link--big .title-link__link > div a {
  font-size: 0.875rem;
  line-height: 1.29em;
  font-weight: 400;
  color: #88120E;
}
.module_title_links .title-link.title-link--small {
  display: block;
  border-radius: 50%;
  text-align: center;
  background-color: #38A870;
  width: 78px;
  height: 78px;
  margin-bottom: 0;
}
.module_title_links .title-link.title-link--small .title-link__link > div > span {
  font-size: 0.875rem;
  line-height: 1.29em;
  font-weight: 400;
  font-weight: 700;
}
.module_title_links .title-link.title-link--small .title-link__link > div a {
  font-size: 0.75rem;
  line-height: 1.5em;
  font-weight: 400;
  color: #1F3042;
}
.module_title_links .title-link.title-link--empty {
  background-color: #A0C6E6;
  border-color: #A0C6E6;
  margin-bottom: 0;
  width: 15px;
  height: 15px;
}
.module_title_links .title-link.title-link--empty.first {
  width: 35px;
  height: 35px;
}
.module_title_links .title-link.disabled {
  background-color: #A0C6E6;
  border-color: #A0C6E6;
}
.module_title_links .title-link.absolute {
  margin: 0;
}
@media screen and (min-width: 991px) {
  .module_title_links {
    margin-bottom: 63px;
    padding-top: 0;
    flex-wrap: nowrap;
  }
  .module_title_links .break {
    display: none;
    flex-basis: 100%;
  }
  .module_title_links > *:not(:last-child) {
    margin-right: 20px;
  }
  .module_title_links .title-link .footnote {
    font-size: 1.5rem;
    width: 90px;
    height: 90px;
    line-height: 90px;
  }
  .module_title_links .title-link .title-link__link > div a i[class*='fa'] {
    margin-left: 15px;
    font-size: 1em;
  }
  .module_title_links .title-link.title-link--big {
    width: 305px;
    height: 305px;
    margin-right: 20px;
    margin-bottom: 0;
  }
  .module_title_links .title-link.title-link--big .title-link__link > div > span {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.458em;
  }
  .module_title_links .title-link.title-link--big .title-link__link > div a {
    font-size: 1.125rem;
    line-height: 1.5em;
    font-weight: 400;
    margin-top: 20px;
  }
  .module_title_links .title-link.title-link--small {
    width: 215px;
    height: 215px;
  }
  .module_title_links .title-link.title-link--small .title-link__link > div > span {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.458em;
  }
  .module_title_links .title-link.title-link--small .title-link__link > div a {
    font-size: 1.125rem;
    line-height: 1.5em;
    font-weight: 400;
    margin-top: 10px;
  }
  .module_title_links .title-link.title-link--empty {
    width: 40px;
    height: 40px;
  }
  .module_title_links .title-link.title-link--empty.first {
    width: 140px;
    height: 140px;
  }
}
.documents .documents__item {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 30px;
  margin-bottom: 105px;
  font-size: 1.5rem;
}
.documents .documents__item .documents-photo {
  grid-column: span 4;
  text-align: center;
}
.documents .documents__item .documents-photo img {
  max-width: 100%;
}
.documents .documents__item .documents-description {
  grid-column: span 8;
  transform: translateX(30px);
  max-width: calc(100% - 30px);
}
.documents .documents__item .documents-description b, .documents .documents__item .documents-description strong {
  font-weight: 700;
}
.documents .documents__item .documents-description h2 {
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1.071em;
}
@media screen and (min-width: 991px) {
  .documents .documents__item .documents-description h2 {
    font-weight: 700;
    font-size: 3rem;
    line-height: 1.173em;
  }
}
.documents .documents__item .documents-description h3 {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.083em;
}
@media screen and (min-width: 991px) {
  .documents .documents__item .documents-description h3 {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.458em;
  }
}
@media screen and (max-width: 576px) {
  .documents > *:not(:last-child) {
    margin-bottom: 20px;
  }
  .documents .documents__item {
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 15px;
    font-size: 0.875rem;
    margin-bottom: 48px;
  }
  .documents .documents__item .documents-photo {
    grid-column: span 3;
  }
  .documents .documents__item .documents-description {
    grid-column: span 3;
    transform: none;
    width: 100%;
    max-width: 100%;
  }
}
table.reviewtable {
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.29em;
  font-weight: 400;
  margin-bottom: 0;
}
table.reviewtable .text-align-left {
  text-align: left;
}
table.reviewtable th {
  font-size: 0.875rem;
  line-height: 1.29em;
  font-weight: 400;
  font-weight: 700;
  border: 1px solid #F1F4F4;
  text-align: center;
  padding: 16px;
}
table.reviewtable td {
  border-right: 1px solid #F1F4F4;
  border-left: 1px solid #F1F4F4;
  border-top: none;
  border-bottom: none;
  padding: 8px 24px;
  text-align: center;
  vertical-align: top;
}
table.reviewtable td.c0 {
  text-align: left;
}
table.reviewtable td.sub-paragraph {
  border-top: 1px solid #F1F4F4;
  border-bottom: 1px solid #F1F4F4;
  text-align: center;
}
table.reviewtable .lastrow td {
  border-bottom: 1px solid #F1F4F4;
}
@media screen and (min-width: 991px) {
  table.reviewtable {
    font-size: 1.25rem;
  }
  table.reviewtable th {
    border-width: 3px;
  }
  table.reviewtable td {
    border-right-width: 3px;
    border-left-width: 3px;
    padding: 15px 45px;
  }
  table.reviewtable td.sub-paragraph {
    border-top-width: 3px;
    border-bottom-width: 3px;
  }
  table.reviewtable .lastrow td {
    border-bottom-width: 3px;
  }
}
.module_picture img {
  width: 100%;
}
.module_text {
  font-size: 0.875rem;
}
@media screen and (min-width: 991px) {
  .module_text {
    font-size: 1.125rem;
  }
}
.sdobtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  padding: 0 45px;
  height: 45px;
  line-height: 45px;
  border: 1px solid transparent;
  border-radius: 35px;
  font-size: 1rem;
}
.sdobtn:hover {
  opacity: 0.8;
  text-decoration: none;
}
.sdobtn:focus {
  outline: none;
  box-shadow: none;
}
.sdobtn:active {
  opacity: 1;
}
.sdobtn.disabled, .sdobtn[disabled] {
  cursor: not-allowed;
  color: #fff;
  background-color: #E0E0E0 !important;
  font-style: normal;
}
.sdobtn.disabled:hover, .sdobtn[disabled]:hover {
  opacity: 1;
}
@media screen and (min-width: 640px) {
  .sdobtn {
    font-size: 1rem;
  }
}
@media screen and (min-width: 991px) {
  .sdobtn {
    padding: 0 60px;
    height: 60px;
    line-height: 60px;
    border: 1px solid transparent;
    border-radius: 54px;
    font-size: 1.5rem;
  }
}
.sdobtn.sdobtn--small {
  height: 35px;
  line-height: 35px;
  font-size: 0.75rem;
  padding: 0 30px;
}
@media screen and (min-width: 991px) {
  .sdobtn.sdobtn--small {
    height: 45px;
    line-height: 45px;
    font-size: 1.125rem;
    padding: 0 40px;
  }
}
.sdobtn.sdobtn--yellow {
  background-color: #FED35A;
  color: #1C2C3E;
}
.sdobtn.sdobtn--yellow:not([href]):not([tabindex]) {
  color: #1C2C3E;
}
.sdobtn.sdobtn--yellow:active {
  color: #38A870;
}
.sdobtn.sdobtn--blue {
  color: #FFF;
  background-color: #38A870;
}
.sdobtn.sdobtn--blue:not([href]):not([tabindex]) {
  color: #FFF;
}
.sdobtn.sdobtn--blue:active {
  color: #1C2C3E;
}
.sdobtn.sdobtn--red {
  border-color: #ED6D68;
  color: #FFF;
  padding: 10px 35px;
  background-color: #ED6D68;
}
.sdobtn.sdobtn--green {
  color: #fff;
  padding: 8px 24px;
  background-color: #3FAA74;
}
@media screen and (min-width: 991px) {
  .sdobtn.sdobtn--green {
    padding: 10px 35px;
  }
}
.sdobtn.sdobtn--lightblue {
  background: #F1F4F4;
  color: #38A870;
}
.sdobtn.sdobtn--lightblue:not([href]):not([tabindex]) {
  color: #38A870;
}
.sdobtn.sdobtn--lightblue:active {
  border-color: #38A870;
}
.sdobtn-nomatter {
  font-size: 0.875rem;
  line-height: 1.29em;
  font-weight: 400;
  color: #38A870;
  text-decoration: underline;
  cursor: pointer;
  background: transparent;
  border: none;
}
.sdobtn-nomatter:not([href]), .sdobtn-nomatter:not([tabindex]) {
  color: #38A870;
}
.sdobtn-nomatter:not([href]):hover, .sdobtn-nomatter:not([href]):active, .sdobtn-nomatter:not([tabindex]):hover, .sdobtn-nomatter:not([tabindex]):active {
  color: #1C2C3E;
}
.sdobtn-nomatter:hover, .sdobtn-nomatter:active {
  color: #1C2C3E;
}
.sdobtn-nomatter:focus {
  box-shadow: none;
}
.sdobtn-nomatter[disabled], .sdobtn-nomatter.disabled {
  cursor: not-allowed;
  color: #DADADA;
}
@media screen and (min-width: 991px) {
  .sdobtn-nomatter {
    font-size: 1.125rem;
    line-height: 1.5em;
    font-weight: 400;
  }
}
.sandwich-wrap {
  padding: 10px;
  margin-right: 10px;
  cursor: pointer;
  align-self: start;
  padding-top: 6px;
}
.sandwich-wrap .sandwich {
  height: 14px;
  position: relative;
  width: 14px;
  flex-shrink: 0;
}
@media screen and (min-width: 991px) {
  .sandwich-wrap .sandwich {
    display: none;
  }
}
.sandwich-wrap .sandwich--active .sandwich__line--top {
  top: 7px;
  transform: rotate(45deg);
}
.sandwich-wrap .sandwich--active .sandwich__line--middle {
  opacity: 0;
}
.sandwich-wrap .sandwich--active .sandwich__line--bottom {
  top: 7px;
  transform: rotate(-45deg);
}
.sandwich-wrap .sandwich__line {
  background-color: black;
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  transition: all linear 0.4s;
  width: 100%;
}
.sandwich-wrap .sandwich__line--top {
  top: 0;
}
.sandwich-wrap .sandwich__line--middle {
  top: 6px;
}
.sandwich-wrap .sandwich__line--bottom {
  top: 12px;
}
@media screen and (min-width: 991px) {
  .sandwich-wrap {
    padding: 8px;
  }
}
.accordeon {
  max-width: 100%;
}
.accordeon .accordeon-item:not(:last-child) {
  margin-bottom: 16px;
}
.accordeon .accordeon-item .accordeon-header {
  cursor: pointer;
}
.accordeon .accordeon-item .accordeon-header .icon-opened {
  display: none;
}
.accordeon .accordeon-item .accordeon-header .icon-closed {
  display: block;
}
.accordeon .accordeon-item .accordeon-content {
  display: none;
}
.accordeon .accordeon-item.open .accordeon-header .icon-opened {
  display: block;
}
.accordeon .accordeon-item.open .accordeon-header .icon-closed {
  display: none;
}
.accordeon .accordeon-item.open .accordeon-content {
  display: block;
}
@media screen and (min-width: 991px) {
  .accordeon .accordeon-item:not(:last-child) {
    margin-bottom: 15px;
  }
}
.slider-outer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
}
.slider-outer .slider-controls {
  cursor: pointer;
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  width: 50px;
  height: 50px;
  padding: 5px;
}
.slider-outer .slider-controls:hover {
  color: #38A870;
}
.slider-outer .slider-controls.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.slider-outer .slider-controls.disabled:hover {
  color: inherit;
}
.slider-outer .slider-controls[action='prev'] {
  margin-right: 15px;
}
.slider-outer .slider-controls[action='next'] {
  margin-left: 15px;
}
.slider-outer .slider-inner {
  flex-basis: 100%;
  overflow: hidden;
}
.slider-outer .slider-inner .slider {
  display: flex;
  align-items: stretch;
  transition: all 0.5s ease-in-out;
}
.slider-outer .slider-inner .slider.no-transition {
  transition: none;
}
.slider-outer .slider-inner .slider > * {
  margin-right: 10px;
  flex-shrink: 0;
}
.slider-outer .slider-inner .slider.count-3 > * {
  flex-basis: calc(100%/3 - 2*10px/3);
}
.slider-outer .slider-inner .slider.count-2 > * {
  flex-basis: calc(100%/2 - 1*10px/2);
}
.slider-outer .slider-inner .slider.count-1 > * {
  flex-basis: calc(100%/1 - 0*10px/1);
}
@media screen and (min-width: 991px) {
  .slider-outer .slider-inner .slider > * {
    margin-right: 30px;
  }
  .slider-outer .slider-inner .slider.count-3 > * {
    flex-basis: calc(100%/3 - 2*30px/3);
  }
  .slider-outer .slider-inner .slider.count-2 > * {
    flex-basis: calc(100%/2 - 1*30px/2);
  }
  .slider-outer .slider-inner .slider.count-1 > * {
    flex-basis: calc(100%/1 - 0*30px/1);
  }
}
.page-header {
  font-weight: 700;
}
h1.page-header {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.0625em;
}
@media screen and (min-width: 991px) {
  h1.page-header {
    font-weight: 700;
    font-size: 3.5rem;
    line-height: 1.143em;
  }
}
h2.page-header {
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1.071em;
}
@media screen and (min-width: 991px) {
  h2.page-header {
    font-weight: 700;
    font-size: 3rem;
    line-height: 1.173em;
  }
}
h3.page-header {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.083em;
}
@media screen and (min-width: 991px) {
  h3.page-header {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.458em;
  }
}
h4.page-header {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.125em;
}
@media screen and (min-width: 991px) {
  h4.page-header {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.4em;
  }
}
@media screen and (min-width: 991px) {
  h3.page-header.big {
    font-weight: 700;
    font-size: 2.125rem;
    line-height: 1.35em;
  }
  h3.page-header.regular {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.458em;
  }
  .page-header.center-header {
    justify-self: center;
    text-align: center;
  }
}
.sdo-label {
  font-size: 0.875rem;
  line-height: 1.29em;
  font-weight: 400;
  font-weight: 700;
  height: 27px;
  line-height: 27px;
  text-align: center;
  border-radius: 5px;
  padding: 0 12px;
}
@media screen and (min-width: 991px) {
  .sdo-label {
    height: 52px;
    line-height: 52px;
    border-radius: 15px;
    font-size: 1.25rem;
    padding: 0 35px;
  }
}
.sdo-label.sdo-label--yellow {
  background-color: #FED35A;
}
.sdo-label.sdo-label--blue {
  background-color: #38A870;
}
.sdo-label.sdo-label--green {
  background-color: #82AF6B;
  color: #fff;
}
.sdo-label.sdo-label--red {
  background-color: #ED6D68;
}
.sdo-tabs {
  margin-top: 45px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 30px;
  font-size: 1.125rem;
  line-height: 1.5em;
  font-weight: 400;
}
.sdo-tabs .sdo-tabs__titles ul {
  list-style-type: none;
}
.sdo-tabs .titles li.title {
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.4em;
}
.sdo-tabs .titles li.title:first-child {
  margin-top: 0;
}
.sdo-tabs .titles li:not(.title) {
  cursor: pointer;
  margin-bottom: 10px;
}
.sdo-tabs .titles li:not(.title).active, .sdo-tabs .titles li:not(.title):hover {
  color: #38A870;
}
.sdo-tabs .sdo-tabs__contents > ul {
  list-style-type: none;
}
.sdo-tabs .sdo-tabs__contents > ul h1 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 800;
  display: inline-block;
}
.sdo-tabs .sdo-tabs__contents > ul h2 {
  font-size: 0.875rem;
  line-height: 1.29em;
  font-weight: 400;
  text-decoration: underline;
  display: inline-block;
}
.sdo-tabs .sdo-tabs__contents > ul h3 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 44px;
}
.sdo-tabs .sdo-tabs__contents > ul h4 {
  font-size: 0.875rem;
  line-height: 1.29em;
  font-weight: 400;
  border: 2px solid #38A870;
  display: inline-block;
  padding: 2px 12px;
}
.sdo-tabs .sdo-tabs__contents > ul h5 {
  font-size: 0.875rem;
  line-height: 1.29em;
  font-weight: 400;
  background-color: #F1F4F4;
  display: inline-block;
  padding: 2px 12px;
}
.sdo-tabs .sdo-tabs__contents > ul h6 {
  font-size: 0.875rem;
  line-height: 1.29em;
  font-weight: 400;
  font-weight: 700;
  color: #38A870;
  display: inline-block;
}
.sdo-tabs .sdo-tabs__contents > ul > li {
  display: none;
}
.sdo-tabs .sdo-tabs__contents > ul > li.active {
  display: inherit;
}
.sdo-tabs .sdo-tabs__contents > ul > li ul {
  margin-left: 2em;
}
.sdo-tabs .contents .page-header {
  margin-bottom: 22px;
}
.sdo-tabs .contents li table, .sdo-tabs .contents li tr, .sdo-tabs .contents li th, .sdo-tabs .contents li td {
  border-color: #38A870;
}
.sdo-tabs .contents li td {
  padding: 15px;
  vertical-align: top;
}
.breadcrumbs {
  display: none;
}
@media screen and (min-width: 991px) {
  .breadcrumbs {
    font-size: 1rem;
    line-height: 1.5em;
    font-weight: 400;
    display: block;
    grid-column: span 12;
    margin-bottom: 30px;
    color: #838383;
  }
  .breadcrumbs .breadcrumbs__item.active {
    color: #38A870;
    pointer-events: none;
  }
  .breadcrumbs .breadcrumbs__separator {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
  }
}
*, *:after, *:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 16px;
}
body {
  height: auto;
  line-height: 1.5;
  font-family: 'Circe';
  color: #1C2C3E;
  background-color: transparent;
  overflow-x: hidden;
  position: relative;
}
.main-container {
  grid-column-gap: 15px;
  max-width: 1200px;
  display: grid;
  grid-template-columns: auto;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
}
a {
  color: #1C2C3E;
  text-decoration: none;
}
a:hover {
  color: #38A870;
  text-decoration: none;
}
p {
  margin: 0;
}
ul {
  margin: 0;
  padding: 0;
}
ol {
  margin: 0;
  padding: 0;
}
label {
  margin-bottom: 0;
}
.one-page-container {
  overflow-x: hidden;
}
@media screen and (min-width: 991px) {
  .main-container {
    grid-column-gap: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

            #pageid-54 .main-container {
                grid-template-columns: repeat(12, 1fr);
            }
            .module_header#module-543  { grid-column: span 12; }
        
            .module_space#module-544  { grid-column: span 12;height: calc(4*15px);; }
        
            .module_page_head#module-545  { grid-column: span 12;margin-bottom: calc(2*15px); }
        
            .module_text#module-546  { grid-column: span 12;font-size: 20px; margin-bottom: calc(2*15px); }
        
            .module_space#module-569  { grid-column: span 12;height: calc(2*15px);; }
        
            .module_tag_h#module-570  { grid-column: span 12; }
        
            .module_space#module-571  { grid-column: span 12;height: calc(2*15px);; }
        
            .module_table#module-572  { grid-column: span 8; }
        
            .module_space#module-573  { grid-column: span 12;height: calc(2*15px);; }
        
            .module_button#module-574  { grid-column: span 12; }
        
            .module_space#module-575  { grid-column: span 12;height: calc(2*15px);; }
        
            .module_text#module-577  { grid-column: span 12;font-size: 20px; margin-bottom: calc(2*15px); }
        
            .module_footer#module-578  { grid-column: span 12; }
        
            @media screen and (max-width: 992px) {
                
            #pageid-54 .main-container {
                grid-template-columns: repeat(5, 1fr);
            }
            
            .module_header#module-543  { grid-column: span 5; }
        
            .module_space#module-544  { grid-column: span 5;height: ; }
        
            .module_page_head#module-545  { grid-column: span 5; }
        
            .module_text#module-546  { grid-column: span 5; }
        
            .module_space#module-569  { grid-column: span 5;height: ; }
        
            .module_tag_h#module-570  { grid-column: span 5; }
        
            .module_space#module-571  { grid-column: span 5;height: ; }
        
            .module_table#module-572  { grid-column: span 5; }
        
            .module_space#module-573  { grid-column: span 5;height: ; }
        
            .module_button#module-574  { grid-column: span 5; }
        
            .module_space#module-575  { grid-column: span 5;height: ; }
        
            .module_text#module-577  { grid-column: span 5; }
        
            .module_footer#module-578  { grid-column: span 5; }
        
            }
            
            @media screen and (max-width: 640px) {
                
            #pageid-54 .main-container {
                grid-template-columns: repeat(6, 1fr);
            }
            
            .module_header#module-543  { grid-column: span 6; }
        
            .module_space#module-544  { grid-column: span 6;height: ; }
        
            .module_page_head#module-545  { grid-column: span 6;margin-bottom: 10px; }
        
            .module_text#module-546  { grid-column: span 6;font-size: 9px; margin-bottom: 0px; }
        
            .module_space#module-569  { grid-column: span 6;height: ; }
        
            .module_tag_h#module-570  { grid-column: span 6; }
        
            .module_space#module-571  { grid-column: span 6;height: ; }
        
            .module_table#module-572  { grid-column: span 6; }
        
            .module_space#module-573  { grid-column: span 6;height: ; }
        
            .module_button#module-574  { grid-column: span 6; }
        
            .module_space#module-575  { grid-column: span 6;height: ; }
        
            .module_text#module-577  { grid-column: span 6;font-size: 9px; margin-bottom: 0px; }
        
            .module_footer#module-578  { grid-column: span 6; }
        
            }
            