*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

body {
  margin: 0;
  padding: 0;
  font-family: 'Inter', 'Roboto', Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #111;
  min-width: 320px; }

body.fixed {
  overflow: hidden; }

a, button {
  cursor: pointer; }

picture {
  display: block;
  width: 100%;
  height: 100%; }

table {
  border-collapse: collapse; }

@media (min-width: 1400px) {
  body {
    font-size: 16px; } }

.main-header {
  height: 460px;
  background: url(../img/header-banner.webp) no-repeat center;
  background-size: cover;
  margin-bottom: 40px; }

.index-page .main-header {
  margin-bottom: 100px; }

.main-header-new {
  height: 350px;
  background: url(../img/header-banner.webp) no-repeat center;
  background-size: cover;
  margin-bottom: 40px;
  border-radius: 20px;
  margin-top: 15px; }

.index-page .main-header-new {
  margin-bottom: 100px; }

@media (max-width: 1199px) {
  .main-header {
    height: 400px; }
  .main-header-new {
    height: 300px; } }

@media (max-width: 991px) {
  .main-header {
    height: 280px; }
  .index-page .main-header {
    margin-bottom: 50px; }
  .index-page .main-header-new {
    margin-bottom: 50px; }
  .main-header-new {
    height: 260px; } }

@media (max-width: 767px) {
  .main-header-new {
    height: 220px; } }

@media (max-width: 575px) {
  .main-header {
    height: 220px; } }

@media (max-width: 479px) {
  .main-header-new {
    height: 180px;
    margin-top: 10px; } }

@media (max-width: 420px) {
  .main-header {
    height: 190px; } }

#page-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none; }

#wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  min-height: 100vh;
  flex-direction: column; }

.page-content {
  flex: 1;
  padding-bottom: 80px; }

.index-links {
  display: flex;
  justify-content: space-between;
  margin: 50px 0; }
  .index-links a {
    padding: 10px 20px;
    font-size: 18px; }

.link-item .item-img {
  border-radius: 10px;
  overflow: hidden;
  width: 250px;
  margin-bottom: 5px;
  transition: 0.25s; }
  .link-item .item-img:hover {
    opacity: 0.8; }
  .link-item .item-img a {
    display: block;
    width: 100%;
    height: 100%; }
  .link-item .item-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.link-item .item-title {
  font-size: 21px;
  font-weight: 600;
  text-align: center; }
  .link-item .item-title a {
    color: #225be5;
    text-decoration: none; }
    .link-item .item-title a:hover {
      text-decoration: underline; }

.index-text {
  background: #d9d9d9;
  padding: 30px 30px 10px;
  font-size: 18px;
  position: relative;
  padding-left: 90px;
  margin-top: 80px; }
  .index-text:before {
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    left: 25px;
    top: 25px;
    background: url(../img/info-icon.webp) no-repeat center;
    background-size: contain; }
  .index-text p {
    margin: 0 0 20px; }

.faq-page .breadcrumb {
  margin-bottom: 60px; }

.faq-page .search-box {
  display: flex;
  justify-content: flex-end; }
  .faq-page .search-box .form-control {
    height: 42px; }
  .faq-page .search-box .btn-primary {
    padding-left: 20px;
    padding-right: 20px; }

.faq-page .input-group {
  width: 500px; }

h1.h1 {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  margin: 0 0 50px;
  font-family: "Merriweather", serif; }

.breadcrumb {
  position: relative;
  padding-left: 18px; }
  .breadcrumb:before {
    content: "";
    font-size: 14px;
    margin-bottom: 50px;
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    left: 0;
    top: 5px;
    position: absolute;
    background: url(../img/angle-left.svg) no-repeat center;
    background-size: 14px;
    transition: .2s ease-in-out; }
  .breadcrumb:hover:before {
    left: -5px; }

.accordion-flush .accordion-item {
  min-height: 0px !important;
  position: static !important;
  transform: translate3d(0px, 0px, 0px) !important; }
  .accordion-flush .accordion-item .accordion-button {
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4; }

.filter-button-group {
  margin-bottom: 20px; }
  .filter-button-group .button {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: #dee8f5;
    border: 1px solid #dee8f5;
    padding: 5px 12px;
    font-size: 15px;
    border-radius: 20px; 
    margin: 2px 5px;
}

    .filter-button-group .button.is-checked {
      color: #fff;
      background-color: #212529;
      border-color: #212529; }

.accordion-header {
  border-radius: 5px; }

.form-page .title-group {
  margin-bottom: 30px; }
  .form-page .title-group h2 {
    font-size: 22px;
    margin: 0 0 10px; }
  .form-page .title-group p {
    font-size: 14px;
    margin: 0 0 10px;
    color: #555; }

.form-page .form-container iframe {
  width: 100% !important;
  max-width: 800px;
  margin: 0 auto;
  display: block; }

.form-page .form-container .mb-4 {
  margin-bottom: 30px !important; }

.form-page .form-container label sup {
  color: #d93025;
  font-size: 20px;
  position: relative;
  top: -3px; }

.form-page .form-container .form-select {
  height: 42px; }

.form-page .form-container .form-control {
  height: 42px; }

.form-page .form-container .red-text {
  font-size: 12px;
  color: #d93025; }

.form-page .form-container .btn-primary {
  width: 100%;
  height: 48px; }

.consultation-page .accordion-body {
  padding: 30px 10px 40px; }

.consultation-page table {
  margin-bottom: 0; }
  .consultation-page table th {
    background-color: #f5f7fa;
    padding: 10px 8px; }

@media (max-width: 1399px) {
  .link-item .item-title {
    font-size: 18px; }
  h1.h1 {
    font-size: 28px; } }

@media (max-width: 1199px) {
  .link-item .item-img {
    height: 180px; }
  .link-item .item-title {
    font-size: 16px; }
  .index-text {
    font-size: 16px; }
  h1.h1 {
    font-size: 24px; }
  .breadcrumb {
    margin-bottom: 30px; }
  .form-page .title-group h2 {
    font-size: 18px; } }

@media (max-width: 991px) {
  .link-item .item-img {
    height: 140px; }
  .link-item .item-title {
    font-size: 14px; }
  h1.h1 {
    font-size: 22px;
    margin-bottom: 30px;
    line-height: 1.4; }
  .filter-button-group {
    white-space: nowrap;
    overflow-x: auto; } }

@media (max-width: 767px) {
  .link-item {
    margin-bottom: 30px; }
    .link-item .item-img {
      display: none; }
    .link-item .item-title {
      font-size: 14px;
      font-weight: 400; }
      .link-item .item-title a {
        display: block;
        width: 100%;
        background-color: #0d6efd;
        border-color: #0d6efd;
        color: #fff;
        border-radius: 5px;
        padding: 10px; }
        .link-item .item-title a:hover {
          text-decoration: none;
          background-color: #0b5ed7;
          border-color: #0a58ca;
          box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5); }
  .index-text {
    margin-top: 30px;
    font-size: 14px;
    padding: 20px 20px 5px 40px; }
    .index-text:before {
      width: 20px;
      height: 20px;
      left: 10px;
      top: 20px; }
  .faq-page .accordion-flush .accordion-item .accordion-button {
    font-size: 16px; }
  .faq-page .input-group {
    width: 100%; }
    .faq-page .input-group .form-control {
      font-size: 14px; }
  .consultation-page .accordion-body {
    padding: 20px 0 30px; }
  .consultation-page table {
    font-size: 13px; } }

@media (max-width: 575px) {
  .faq-page .breadcrumb {
    margin-bottom: 40px; }
  .faq-page .accordion-flush .accordion-item .accordion-button {
    font-size: 14px;
    padding-left: 8px; }
  .form-page .form-container iframe {
    width: calc(100% + 20px) !important;
    margin-left: -10px;
    margin-right: -10px; }
  .consultation-page .accordion-flush .accordion-item .accordion-button {
    font-size: 14px;
    padding-left: 10px;
    padding-top: 15px;
    padding-bottom: 15px; }
  .consultation-page .accordion-body {
    padding: 20px 0 30px; }
  .consultation-page table {
    font-size: 12px; }
    .consultation-page table td, .consultation-page table td {
      padding: 10px 3px; } }

@media (max-width: 479px) {
  .consultation-page .accordion-body {
    overflow-x: auto; } }

.default-page .page-content {
  padding-top: 60px;
  padding-bottom: 60px; }

.default-page .h1, .default-page h1 {
  text-align: center;
  margin: 0 0 40px;
  font-size: 36px; }

.default-page .qa-box {
  max-width: 760px;
  margin: 0 auto; }
  .default-page .qa-box .h3, .default-page .qa-box h3 {
    font-size: 22px;
    margin: 0 0 5px; }
  .default-page .qa-box p {
    margin: 0 0 15px; }

.default-page .qa-item {
  margin-bottom: 40px; }

.about-container {
  padding-top: 20px; }
  .about-container img {
    display: block;
    max-width: 640px;
    margin: 0 0 80px; }
  .about-container p {
    max-width: 640px;
    margin: 0 0 30px; }
  .about-container .col-lg-6 {
    display: flex;
    flex-direction: column; }

.partners-table,
.programs-table {
  width: 800px;
  margin: 0 auto 100px; }
  .partners-table table,
  .programs-table table {
    width: 100%;
    font-size: 24px;
    margin: 0 0 50px; }
    .partners-table table td,
    .programs-table table td {
      padding: 3px 0; }
      .partners-table table td + td,
      .programs-table table td + td {
        width: 300px; }
  .partners-table a,
  .programs-table a {
    position: relative;
    color: #2D8CFF;
    font-size: 20px;
    padding-left: 55px; }
    .partners-table a:before,
    .programs-table a:before {
      content: '';
      width: 43px;
      height: 43px;
      position: absolute;
      left: 0;
      top: calc(50% - 22px);
      background: url(../img/icons/pdf-icon.svg) no-repeat center; }
    .partners-table a:hover,
    .programs-table a:hover {
      text-decoration: none; }

.partners-row {
  display: flex;
  justify-content: center;
  align-items: center; }
  .partners-row img {
    display: block;
    margin: 0 30px;
    max-width: 300px; }

.user-holder {
  border: 1px solid #A1BAD6;
  border-radius: 1px;
  padding: 10px;
  text-align: center;
  background: #fff;
  display: flex;
  flex-direction: column; }
  .user-holder .user-img {
    width: 85px;
    height: 85px;
    margin: 0 auto 5px;
    border-radius: 50%;
    overflow: hidden; }
    .user-holder .user-img img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .user-holder .user-name {
    font-weight: 500;
    font-size: 18px;
    margin: 0 0 5px; }
  .user-holder .user-school {
    color: #575757;
    margin: 0 0 5px; }
  .user-holder .user-mail {
    color: #2D8CFF;
    text-decoration: none; }
  .user-holder .user-footer-message {
    margin: auto -10px -10px;
    border-top: 1px solid #A1BAD6;
    border-radius: 1px; }
    .user-holder .user-footer-message a {
      display: block;
      width: 100%;
      padding: 10px;
      text-decoration: none;
      color: #2D8CFF; }
      .user-holder .user-footer-message a:hover {
        background-color: #F2F7FD; }
      .user-holder .user-footer-message a span {
        position: relative;
        padding-left: 32px; }
        .user-holder .user-footer-message a span:before {
          content: '';
          width: 30px;
          height: 30px;
          position: absolute;
          background: url(../img/icons/blue-message-icon.svg) no-repeat center;
          background-size: 22px;
          left: 0;
          top: -4px; }

.moderators-container .user-holder {
  height: 100%; }

.moderators-container .col-sm-6.col-lg-4 {
  margin-bottom: 30px; }

@media (max-width: 1699px) {
  .about-container .col-md-6:first-child {
    padding-right: 50px; }
  .about-container .col-md-6:last-child {
    padding-left: 50px; }
  .partners-row img {
    max-width: 200px; }
  .user-holder .user-name {
    font-size: 16px; }
  .user-holder .user-school,
  .user-holder .user-mail {
    font-size: 14px; }
  .user-holder .user-footer-message a {
    font-size: 14px; } }

@media (max-width: 1199px) {
  .default-page .page-content {
    padding-top: 40px; }
  .default-page .h1, .default-page h1 {
    font-size: 32px;
    margin-bottom: 30px; }
  .about-container .col-lg-6:first-child {
    padding-right: 30px; }
  .about-container .col-lg-6:last-child {
    padding-left: 30px; }
  .partners-row img {
    max-width: 20%; }
  .partners-table table,
  .programs-table table {
    font-size: 20px; }
    .partners-table table td,
    .programs-table table td {
      padding: 8px 0; }
  .partners-table a,
  .programs-table a {
    font-size: 18px; } }

@media (max-width: 991px) {
  .default-page .page-content {
    padding-top: 30px; }
  .default-page .h1, .default-page h1 {
    font-size: 28px;
    margin-bottom: 25px; }
  .default-page .qa-box {
    max-width: 100%; }
    .default-page .qa-box .h3, .default-page .qa-box h3 {
      font-size: 18px; }
  .default-page .qa-item {
    margin-bottom: 30px; }
  .about-container {
    padding-top: 0; }
    .about-container .col-lg-6:first-child {
      padding-right: 15px; }
    .about-container .col-lg-6:last-child {
      padding-left: 15px; }
    .about-container img {
      margin-bottom: 50px; }
  .partners-row {
    flex-wrap: wrap; }
    .partners-row img {
      max-width: calc(40% - 60px);
      margin-bottom: 40px; } }

@media (max-width: 767px) {
  .default-page .page-content {
    padding-top: 20px; }
  .default-page .h1, .default-page h1 {
    font-size: 24px;
    margin-bottom: 20px; }
  .default-page .qa-box .h3, .default-page .qa-box h3 {
    font-size: 16px; }
  .partners-table,
  .programs-table {
    width: 100%; }
    .partners-table a,
    .programs-table a {
      padding-left: 45px;
      font-size: 14px;
      display: inline-block; }
      .partners-table a:before,
      .programs-table a:before {
        width: 36px;
        height: 36px;
        top: calc(50% - 18px); }
    .partners-table table,
    .programs-table table {
      font-size: 18px; }
      .partners-table table td,
      .programs-table table td {
        padding: 8px 0;
        width: 50%; }
        .partners-table table td + td,
        .programs-table table td + td {
          width: 50%; } }

@media (max-width: 575px) {
  .about-container img {
    margin-bottom: 20px; }
  .partners-row {
    flex-wrap: wrap; }
    .partners-row img {
      max-width: calc(50% - 60px);
      margin-bottom: 40px; }
  .partners-table,
  .programs-table {
    margin-bottom: 50px; }
    .partners-table table,
    .programs-table table {
      display: block;
      font-size: 16px;
      margin-bottom: 20px; }
      .partners-table table tr,
      .programs-table table tr {
        display: block; }
      .partners-table table td,
      .programs-table table td {
        width: 100% !important;
        display: block;
        padding: 12px 0; } }

@media (max-width: 420px) {
  .partners-row img {
    max-width: 80%;
    margin: 0 auto 40px; } }

.error-page .content-box {
  height: 800px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center; }
  .error-page .content-box p {
    max-width: 500px;
    font-size: 18px;
    margin: 0 auto 30px; }

.error-page h1, .error-page .h1 {
  font-size: 200px;
  line-height: 1;
  margin: 0 0 20px;
  color: #031A3D; }

@media (max-width: 2000px) {
  .error-page .content-box {
    height: 500px; }
  .error-page h1, .error-page .h1 {
    font-size: 180px; } }

@media (max-width: 1699px) {
  .error-page .content-box {
    height: 400px; }
  .error-page h1, .error-page .h1 {
    font-size: 120px; } }

@media (max-width: 991px) {
  .error-page .content-box {
    height: 400px; }
    .error-page .content-box p {
      font-size: 16px; }
  .error-page h1, .error-page .h1 {
    font-size: 80px; } }

.main-footer {
  overflow: hidden; }

.footer-top {
  background-color: #F2F7FD; }
  .footer-top .container {
    display: flex;
    align-items: center;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px; }
    .footer-top .container:before {
      content: '';
      position: absolute;
      top: 0;
      right: 100%;
      background-color: #031A3D;
      height: 100%;
      width: 100vw; }
    .footer-top .container:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      border-top: 900px solid #031A3D;
      border-right: 320px solid transparent; }

.footer-logo {
  position: relative;
  z-index: 10; }

.footer-nav {
  margin-left: auto; }
  .footer-nav a {
    text-decoration: none;
    color: #031A3C;
    display: inline-block;
    margin-left: 30px;
    font-size: 16px; }
    .footer-nav a:hover {
      color: #E1136E;
      text-decoration: underline; }

.footer-bottom {
  font-size: 14px; }
  .footer-bottom .container {
    display: flex;
    align-items: center;
    position: relative;
    padding-top: 30px;
    padding-bottom: 15px; }
    .footer-bottom .container:before {
      content: '';
      position: absolute;
      top: 0;
      right: 100%;
      background-color: #031A3D;
      height: 100%;
      width: 100vw; }
  .footer-bottom .copy-col {
    flex: 0 0 300px; }
  .footer-bottom .text-col {
    flex-grow: 1; }
    .footer-bottom .text-col p {
      margin: 0 0 15px; }

.site-copyright {
  margin-bottom: 20px;
  color: #fff; }

.site-developer {
  color: #fff;
  text-decoration: none; }
  .site-developer:hover {
    color: #E1136E;
    text-decoration: underline; }

.cabinet-page .footer-top {
  display: none; }

.cabinet-page .footer-bottom {
  background-color: #031A3D; }
  .cabinet-page .footer-bottom .container {
    padding-top: 20px;
    padding-bottom: 20px; }
  .cabinet-page .footer-bottom .copy-col {
    flex: 0 0 100%;
    display: flex;
    justify-content: space-between; }
  .cabinet-page .footer-bottom .text-col {
    display: none; }

.cabinet-page .site-copyright {
  margin: 0; }

@media (max-width: 1699px) {
  .footer-nav a {
    font-size: 14px; } }

@media (max-width: 1399px) {
  .footer-top .container {
    padding-top: 20px;
    padding-bottom: 10px; }
  .footer-nav {
    max-width: 800px;
    text-align: right; }
    .footer-nav a {
      font-size: 16px;
      display: inline-block;
      margin-bottom: 15px; } }

@media (max-width: 991px) {
  .footer-nav a {
    font-size: 14px;
    color: #fff; }
  .footer-logo {
    width: 200px;
    margin: 0 auto 20px; }
  .footer-nav {
    text-align: center; }
    .footer-nav a {
      margin: 0 10px 12px;
      color: #E51470; }
  .footer-top {
    background-color: #031A3D; }
    .footer-top .container {
      display: block; }
      .footer-top .container:after, .footer-top .container:before {
        display: none; }
  .site-copyright {
    margin: 0; }
  .footer-bottom {
    background-color: #031A3D;
    color: #fff; }
    .footer-bottom .copy-col {
      flex: auto;
      width: 100%;
      display: flex;
      justify-content: space-between;
      background-color: #01060e;
      position: relative;
      padding: 15px 0; }
      .footer-bottom .copy-col:before, .footer-bottom .copy-col:after {
        content: '';
        position: absolute;
        top: 0;
        height: 100%;
        background-color: #01060e;
        width: 100vw; }
      .footer-bottom .copy-col:before {
        right: 100%; }
      .footer-bottom .copy-col:after {
        left: 100%; }
    .footer-bottom .text-col {
      margin-bottom: 20px; }
    .footer-bottom .container {
      padding-top: 15px;
      padding-bottom: 0;
      flex-wrap: wrap;
      flex-direction: column-reverse; } }

@media (max-width: 479px) {
  .footer-bottom .copy-col {
    text-align: center;
    display: block; }
  .site-copyright {
    margin-bottom: 10px; } }


/*kuzyk* start*/
.filter-button-group .button{
  margin: 2px 5px;
}
