.legacy-cookie .button:hover {
    background: #FE50007a;
}

.legacy-cookie .button {
    text-transform: uppercase;
    font-size: .8em;
    background: #FE5000e3;
    padding: 2px 7px;
    border-radius: 4px;
    margin-left: 6px;
    cursor: pointer;
    user-select: none;
}

body.lock {
  height: 100%;
  width: 100%;
  overflow: hidden !important;
  position: relative;
}

body.lock {
  height: 100%;
  width: 100%;
  overflow: hidden !important;
  position: relative;
}
@media (hover: hover) {
  body.lock {
    padding-right: 50px;
  }
}
@media (max-width: 1024px) {
  body.lock {
    padding-right: 0;
  }
}
@media (hover: hover) {
  body.lock .header {
    padding-right: 20px;
  }
}
@media (max-width: 1024px) {
  body.lock .header {
    padding-right: 0;
  }
}

.btn_blue2 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  background-color: #004C97;
  font-family: "Manrope", sans-serif;
  font-size: 17px;
  line-height: 120%;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
}
@media (max-width: 600px) {
  .btn_blue2 {
    height: 48px;
    font-size: 15px;
  }
}
.btn_blue2:hover {
  background-color: #002c57;
}

.btn_white {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  background-color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 120%;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  border: 1px solid #DFDFDF;
  transition: 0.3s;
}
@media (max-width: 600px) {
  .btn_white {
    height: 48px;
    font-size: 15px;
  }
}
.btn_white:hover {
  border: 1px solid #FE5000;
  color: #FE5000;
}

.btn_orange {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  background-color: #FE5000;
  font-family: "Manrope", sans-serif;
  font-size: 17px;
  line-height: 120%;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
}
@media (max-width: 600px) {
  .btn_orange {
    height: 48px;
    font-size: 15px;
  }
}
.btn_orange:hover {
  background-color: #c13d00;
}

.btn_arrow_top {
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  color: #004c97;
  position: relative;
  padding-right: 20px;
}
@media (max-width: 600px) {
  .btn_arrow_top {
    font-size: 14px;
  }
}

.btn_arrow_top:hover:after {
  transform: translateY(-50%) rotate(45deg);
}

.btn_arrow_top:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: url("../img/arrow3.svg") center/cover;
  width: 19px;
  height: 10px;
  transition: all 200ms ease;
}

.tit32 {
  font-family: "Manrope", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
  color: #0F0F0F;
  text-align: center;
}
@media (max-width: 600px) {
  .tit32 {
    font-size: 24px;
  }
}

.tit20 {
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  color: #004C97;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .tit20 {
    font-size: 18px;
  }
}

.tit22 {
  font-family: "Manrope", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 125%;
  color: #0f0f0f;
}
@media (max-width: 600px) {
  .tit22 {
    font-size: 18px;
  }
}

.tit18 {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  color: #0F0F0F;
}
@media (max-width: 600px) {
  .tit18 {
    font-size: 16px;
  }
}

.tit18_white {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 125%;
  color: #fff;
}
@media (max-width: 600px) {
  .tit18_white {
    font-size: 16px;
  }
}

.txt16 {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  color: #63666A;
}
@media (max-width: 600px) {
  .txt16 {
    font-size: 14px;
  }
}

.txt14 {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: #63666A;
}
@media (max-width: 600px) {
  .txt14 {
    font-size: 14px;
  }
}

.pt160 {
  padding-top: 160px;
}

.mb60 {
  margin-bottom: 60px;
}
@media (max-width: 600px) {
  .mb60 {
    margin-bottom: 40px;
  }
}

.mb50 {
  margin-bottom: 50px;
}
@media (max-width: 600px) {
  .mb50 {
    margin-bottom: 30px;
  }
}

.mb30 {
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .mb30 {
    margin-bottom: 20px;
  }
}

.mb25 {
  margin-bottom: 25px;
}
@media (max-width: 600px) {
  .mb25 {
    margin-bottom: 18px;
  }
}

.mb20 {
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .mb20 {
    margin-bottom: 16px;
  }
}

.bl_partners .top-nav li a {
  display: block;
  width: -moz-min-content;
  width: min-content;
}
.bl_partners .top-text {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  color: #63666A;
  font-size: 18px;
}
@media (max-width: 600px) {
  .bl_partners .top-text {
    font-size: 16px;
  }
}
.bl_partners .top-text .button {
  margin-right: 30px;
}
@media (max-width: 600px) {
  .bl_partners .top-text .button {
    display: none;
  }
}

.banner_btns3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  padding: 76px 65px;
  background: url("../img/feedback-banner.png") center/cover;
  box-shadow: 10px 10px 24px 0 rgba(130, 130, 130, 0.15);
}
@media (max-width: 1140px) {
  .banner_btns3 {
    padding: 30px;
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .banner_btns3 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.items3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 1140px) {
  .items3 {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}

.item3 {
  display: flex;
  flex-direction: column;
  border: 1px solid #D9D9D9;
  padding: 20px;
  transition: 0.3s;
}
@media (max-width: 600px) {
  .item3 {
    padding: 16px;
  }
}
.item3:hover {
  border: 1px solid #FE5000;
}
.item3 .btn_arrow_top {
  margin-top: auto;
  margin-bottom: 0;
}

.items4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (max-width: 1140px) {
  .items4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .items4 {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}

.item4_blue {
  background-color: #004C97;
  padding: 20px;
  min-height: 260px;
  box-sizing: border-box;
}
@media (max-width: 600px) {
  .item4_blue {
    padding: 16px;
  }
}
@media (max-width: 480px) {
  .item4_blue {
    min-height: auto;
  }
}
.item4_blue .tit18_white {
  min-height: 46px;
}
@media (max-width: 1140px) {
  .item4_blue .tit18_white {
    min-height: auto;
  }
}
.item4_blue .txt16 {
  color: #FCFCFC;
}

.items3_list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.item_logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 160px;
  background-color: #fff;
  padding: 27px;
  box-shadow: 8px 8px 20px 0 rgba(189, 189, 189, 0.15);
  box-sizing: border-box;
}
.item_logo img,
.item_logo picture {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.search_partner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 1140px) {
  .search_partner {
    flex-direction: column;
  }
}
.search_partner__left {
  margin-right: 20px;
  width: calc(100% - 730px - 20px);
}
@media (max-width: 1140px) {
  .search_partner__left {
    margin: 0;
    margin-bottom: 20px;
    width: 100%;
  }
}
@media (max-width: 1140px) {
  .search_partner__left .fields {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (max-width: 600px) {
  .search_partner__left .fields {
    flex-wrap: wrap;
    gap: 16px;
  }
}
.search_partner__left .fields__item {
  margin-bottom: 20px;
}
.search_partner__left .fields__item:last-child {
  margin-bottom: 0;
}
.search_partner__left .fields__title {
  font-size: 18px;
  color: #004C97;
  margin-bottom: 15px;
}
.search_partner__left .select .field {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
}
.search_partner__left .select .field:last-child {
  margin-bottom: 0;
}
.search_partner__left .select .field input {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.search_partner__left .select .field label {
  font-size: 18px;
  color: #63666A;
}
@media (max-width: 600px) {
  .search_partner__left .select .field label {
    font-size: 16px;
  }
}
.search_partner__right {
  max-width: 730px;
  width: 100%;
}
.search_partner__items ul li {
  margin-bottom: 20px;
}
.search_partner .btn_blue2 {
  height: 50px;
}

.partner_item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border: 1px solid #D9D9D9;
  padding: 20px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .partner_item {
    flex-wrap: wrap;
    gap: 16px 0;
  }
}
@media (max-width: 600px) {
  .partner_item {
    padding: 16px;
  }
}
.partner_item__img {
  width: 100px;
  min-width: 100px;
  height: 90px;
  box-sizing: border-box;
}
.partner_item__img img,
.partner_item__img picture {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.partner_item__texts {
  width: calc(100% - 100px - 263px - 30px - 20px);
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .partner_item__texts {
    width: calc(100% - 120px);
  }
}
.partner_item__texts .tit18 {
  margin-bottom: 5px;
}
.partner_item__texts .txt14 {
  margin-bottom: 5px;
}
.partner_item__name {
  width: 263px;
  min-width: 263px;
  padding: 5px 20px;
  background-color: #004C97;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  color: #fff;
  height: -moz-fit-content;
  height: fit-content;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .partner_item__name {
    width: 100%;
    padding: 5px 10px;
    font-size: 16px;
    min-width: auto;
  }
}

.link14_blue {
  font-size: 14px;
  font-weight: 400;
  color: #004C97;
  text-decoration: none;
}

.items3_2 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1140px) {
  .items3_2 {
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .items3_2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 425px) {
  .items3_2 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.cert_item {
  cursor: pointer;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 600px) {
  .cert_item {
    max-width: 300px;
    margin: 0 auto;
  }
}
.cert_item__img {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 350/496;
}
.cert_item__img img,
.cert_item__img picture {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.cert_item.active .cert_modal {
  opacity: 1;
  pointer-events: all;
  z-index: 120;
}

.cert_modal {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100vw;
  height: 100vh;
  transition: 0.1s;
  box-sizing: border-box;
  pointer-events: none;
  opacity: 0;
  z-index: -20;
  padding: 20px 50px;
  overflow: auto;
}
@media (max-width: 425px) {
  .cert_modal {
    padding: 15px;
    padding-top: 60px;
    display: block;
  }
}
.cert_modal__img {
  width: 100%;
  height: 100%;
  aspect-ratio: 350/496;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
@media (max-width: 425px) {
  .cert_modal__img {
    height: -moz-fit-content;
    height: fit-content;
  }
}
.cert_modal__img img,
.cert_modal__img picture {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.cert_modal__div {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background-color: rgba(130, 130, 130, 0.15);
}
.cert_modal .cert_modal_close {
  display: block;
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 12;
  width: 50px;
  height: 50px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("../img/close.svg");
  cursor: pointer;
}
@media (max-width: 768px) {
  .cert_modal .cert_modal_close {
    width: 40px;
    height: 40px;
    right: 10px;
    top: 10px;
  }
}
.items3_3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1140px) {
  .items3_3 {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .items3_3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .items3_3 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.pdf_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  border: 1px solid #D9D9D9;
  min-height: 320px;
  padding: 30px 20px;
  box-sizing: border-box;
  position: relative;
  transition: 0.3s;
}
@media (max-width: 1140px) {
  .pdf_item {
    padding: 20px 16px;
  }
}
@media (max-width: 600px) {
  .pdf_item {
    min-height: auto;
  }
}
.pdf_item:hover {
  border: 1px solid #FE5000;
}
.pdf_item a {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.pdf_item__icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.pdf_item__icon img,
.pdf_item__icon picture {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.pdf_item__title {
  text-align: center;
  font-weight: 600;
}/*# sourceMappingURL=style_new.css.map */

.index-first-block .video {
    height: 624px;
}