@font-face {
  font-family: "Hamon";
  font-weight: 700;
  src: url("../fonts/Hamon-Bold.otf") format("opentype");
  font-style: normal;
}

@font-face {
  font-family: "Hamon Line";
  font-weight: 400;
  src: url("../fonts/Hamon-Outline.otf") format("opentype");
  font-style: normal;
}

@font-face {
  font-family: "Filson Pro";
  font-weight: 300;
  src: url("../fonts/FilsonProlight.otf") format("opentype");
  font-style: normal;
}
@font-face {
  font-family: "Filson Pro";
  font-weight: 400;
  src: url("../fonts/FilsonProBook.otf") format("opentype");
  font-style: normal;
}

@font-face {
  font-family: "Filson Pro";
  font-weight: 400;
  src: url("../fonts/FilsonProBookItalic.otf") format("opentype");
  font-style: italic;
}
@font-face {
  font-family: "Filson Pro";
  font-weight: 500;
  src: url("../fonts/FilsonProMedium.otf") format("opentype");
  font-style: normal;
}
@font-face {
  font-family: "Filson Pro";
  font-weight: 700;
  src: url("../fonts/FilsonProBold.otf") format("opentype");
  font-style: normal;
}

body {
  background: white;
}
/* Target all header elements */
h3, h4 {
  text-transform: uppercase;
  letter-spacing: 1px;
}

* {
  box-sizing: border-box;
}
html {
  font-family: "Filson Pro", sans-serif;
}
.section_wrapper {
  padding-right: 20px;
  padding-left: 20px;
}
.section {
  max-width: 1400px;
  margin: auto;
}
a {
  color: inherit;
  text-decoration: none;
}
.topBar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 53px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.topBar_left {
  font-family: "Filson Pro", sans-serif;
  font-size: 12px;
  line-height: 20px;
}
.topBar_left a {
  display: inline-block;
}
.topBar_left p {
  margin: 0;
}
.topBar_announce {
  font-weight: 700;
}
.topBar_more {
  font-weight: 400;
}

.topBar_more { 
  font-weight: 400;
}
.topBar_search {
/*  display: flex;*/
  display: none;
  justify-content: space-between;
  box-sizing: border-box; 
  background: #ece6f0; 
  border-radius: 28px;
  width: 360px;
  height: 30px;
  padding: 3px 10px 3px 22px;
}

.topBar_search input[type="text"] {
  line-height: 24px;
  outline: none;
  background: transparent;
  border: none;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #15123e;
  width: 100%;
}
.topBar_search input[type="text"]::placeholder {
  font-family: "Roboto", sans-serif;
  color: #15123e;
}




.topBar_search button { 
  cursor: pointer;
  background: transparent;
  border: none;
  padding: 3px;
}
.topBar_right {
  display: flex;
  justify-content: space-between;
}
img.aligncenter {
  display: flex;
  margin: auto;
}
.button {
  box-sizing: border-box;
  font-family: "Filson Pro", sans-serif;
  font-weight: 700;
  line-height: 20px;
  text-align: center; 
  color: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: inherit;
  border-radius: 100px;
  transition: 0.3s;
  display: inline-block;
  min-width: max-content;
  cursor: pointer;
}
.button-primary {
  font-size: 16px;
  padding: 20px 30px;
  height: 60px;

}
.topBar_wrapper .button-primary,
.footer_wrapper .button-primary {
  font-size: 12px;
  padding: 10px 24px;
  height: 40px;
}
.button-secondary {
  font-size: 16px;
  line-height: 20px;
  padding: 18px 63px;
  height: 56px;
  margin: 32px 0px 0px 0px;
}
.button-secondary--light:hover {
  background: white;
  color: #15123e;
  border-color: white;
}
.button-secondary--dark:hover {
  background: #15123e;
  color: white;
}
.button-white {
  background: #fff;
  color: #15123e;
  border-color: white;
}
.button-white:hover {
  background: #15123e;
  color: #fff;
  border-color: #15123e;
}
.button-dark {
  background: #15123e;
  color: white;
}
.button-dark:hover {
  background: white;
  color: #15123e;
}
.button-light {
  border: 1px solid #15123e; 
  color: #15123e;
}
.button-light:hover {
  color: white;
  background: #15123e;
}
.button-dark--outline {
  color: #15123e;
  border-color: #15123e;
}
.button-dark--outline:hover {
  background: #15123e;
  color: white;
}
.button-pink {
  background: #ef5599;
  border: 0px transparent solid !important;
}
.button-pink:hover {
  background: white;
  color: #ef5599;
}
.topBar_enroll {
  color: white;
  background: #ef5599;
}
.topBar_enroll:hover {
  color: #ef5599;
  background: transparent;
}
.topBar_right .button {
  margin-left: 16px;
}
.header_wrapper {
  position: absolute;
  z-index: 2;
  left: 0;
  width: 100%;
  transition: 0.2s background-color;
}

.header_wrapper.active {
  box-shadow: 1px 1px 3px #00000017;
  background: white;
}
.header {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 15px;
  /* position: absolute; */
  z-index: 1;
  width: 100%;
  left: 50%;
  /* transform: translateX(-50%); */
  padding-top: 17px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: auto;
}

.header_wrapper.sticky .header_item__dropWrapper {
  transform: translateY(30px);
}

.sticky .header_burger div,
.active .header_burger div{
  background: #15123e;
}
.banner_wrapper-single .mask {
  z-index: -1;
}
.header_menu {
  list-style: none;
  padding: 0;
  margin: 0 25px 0 0;
  padding-bottom: 20px;
  display: flex;
  gap: 48px;
  color: white;  
}
.style-svg {
   max-width: 100%;
   width: 100%;
}
.header-partners {
   display: block;
   padding-top: 25px;
}
.header-partners img,
.header-partners svg,
.footer-partners img,
.footer-partners svg {
   max-width: 400px;
}
.footer-partners .footer_logo {
   width: 400px;
}
.header_logo-small {
  display: none;
}
.header_logo-small svg {
  max-width: 100%;
  height: auto;
}
.header_item > a {
  font-family: "Filson Pro", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  padding-bottom: 35px;
}
.header_item > a:hover {
  color: #ef5599;
  transition: 0.2s;
}
.header_item__dropBtn {
  margin: 0;
}
.header_item__dropWrapper {
  position: absolute;
  left: 0;
  width: 100%;
  margin: auto;
  background-color: #15123e;
  transform: translateY(32px);
  visibility: hidden;
  transition: all .17s ease;
  opacity: 0;
}
.header_item__dropContent {
  max-width: 1400px;
  width: 100%;
  left: 50%;
  z-index: 9999;
  position: relative;
  padding-top: 52px;
  padding-bottom: 44px;
  padding: 52px 145px 44px;
  color: white;
  font-weight: 350;
  line-height: 22px; 
  transform: translateX(-50%);
}
.header_item__dropDown:hover .header_item__dropWrapper {
    transition: all .17s ease;
    opacity: 1;
    visibility: visible;
}
.header_item__dropContent::after {
  content: '';
/*
  position: absolute;
  background: inherit;
  width: calc(100vw - 16px);
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: -1;
*/
}
.header_item__dropContent h1,
.header_item__dropContent h2,
.header_item__dropContent h3,
.header_item__dropContent h4,
.header_item__dropContent h5,
.header_item__dropContent h6 {
  color: #ef5599;
  margin: 0 0 0.6em;
}
 
.mega-sub-menu h1,
.mega-sub-menu h2,
.mega-sub-menu h3,
.mega-sub-menu h4,
.mega-sub-menu h5,
.mega-sub-menu h6 {
  color: #ef5599;
  margin: 0 0 0.6em;
}
.header_item__dropContent img,
.mega-sub-menu img {
  margin-bottom: 10px;
  max-width: 100%;
}
.header_item__dropContent ul,
.mega-sub-menu ul {
  padding: 0;
  list-style: none;
}
.header_item__dropContent li,
.mega-sub-menu li {
  margin-bottom: 8px;
}
.header_item__dropContent .button {
  border-color: #ef5599;
}
.header_item__dropContent .button:hover {
  background: white;
  color: #ef5599;
  border-color: white;
}
.header_item__dropContent a {
  transition: 0.2s color, 0.2s background-color, 0.2s border-color;
}
.header_item__dropContent a:hover {
  color: #ef5599;
}
.header_item__row {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.header_item__col {
}
.header_item__col:last-of-type {
  max-width: 264px;
  margin-left: 60px;
}
.header_item__col a {
}

.modal {
  display: none;
}



.banner_wrapper { 
  position: relative;
/*  min-height: 638px;*/
  padding-bottom: 123px;
  padding-top: 362px;
  background-size: cover;
  background-position: center;
  background-size: cover !important;
  background-position: center !important;
}
.banner {
  position: relative;
  z-index: 1;
/*  color: white;*/
  text-align: center;
  font-size: 25px;
}
.mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner h1 {
  font-family: "Hamon", sans-serif;
  font-weight: 700;
/*  font-size: 65px;*/
  font-size: 2.6em;
}
.banner h2 {
  font-size: 2.3em;
}
.banner h3 {
  font-size: 2.1em;
}
.banner h4 {
  font-size: 1.9em;
}
.banner h5 {
  font-size: 1.6em;
}
.banner h1,
.banner h2,
.banner h3,
.banner h4,
.banner h5 {
  margin-bottom: 5px;
  margin-top: 0;
}
.banner p {
  font-family: "Filson Pro", sans-serif;
  font-weight: 400;
/*  font-size: 25px;*/
  font-size: 1em;
  margin: 0;
}
.contentRow_wrapper {
  padding-top: 72px;
  padding-bottom: 72px;
  position: relative;
  background-size: cover !important;
  background-position: center !important;
}
.contentRow {
  display: flex;
  gap: 44px;
  max-width: 1108px;
  font-weight: 350;
  position: relative;
  z-index: 1;
}
.contentRow ul,
.contentRow ol {
  padding-left: 32px;
  margin: 0;
}
.contentRow ul {
  list-style: none;
}
.contentRow ol li::marker {
  color: #ef5599;
}
.contentRow li {
  margin: 0 0 10px;
  position: relative;
}
.contentRow ul li::before {
  content: '';
  background: #ef5599;
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  left: -12px;
  top: 6px;
}
.contentRow_col {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}
.contentRow_col-center { 
  text-align: center;
  max-width: 930px;
  margin: auto;
}
.contentRow p {
  margin: 0 0 20px 0;
  font-weight: 350;
  line-height: 22px
}
.contentRow h1,
.contentRow h2,
.contentRow h3,
.contentRow h4,
.contentRow h5 {
  font-family: "Hamon", sans-serif;
  font-weight: 700;
  margin: 30px 0 20px 0;
}
.contentRow h1 {
  font-size: 65px;
}
.contentRow h2 {
  font-size: 45px;
}
.contentRow h3 {
  font-size: 28px;
}
.contentRow h4 {
  font-size: 20px;
}
.contentRow h5 {
  font-size: 16px;
}


.rightFloat_wrapper {
  /* margin-top: 24px; */
  /* margin-bottom: 24px; */
  padding-top: 61px;
  padding-bottom: 61px;
}
.rightFloat {
  display: flex;
  padding-left: 44px;
  padding-right: 95px;
  font-size: 16px;
  line-height: 28px;
  gap: 144px;
}
.rightFloat-left {
  display: flex;
  padding-left: 44px;
  padding-right: 45px;
  font-size: 16px;
  line-height: 28px;
  gap: 144px;
  justify-content: flex-end;
}
.rightFloat-dark {
  color: white;
}
.rightFloat_image {
  max-width: 524px;
}
.rightFloat_image img {
  display: block;
  max-width: 100%;
}
.rightFloat_content {
  max-width: 453px;
}
.rightFloat h1,
.rightFloat h2,
.rightFloat h3,
.rightFloat h4,
.rightFloat h5 {
  font-family: "Filson Pro", sans-serif;
  font-weight: 400;
  
  margin: 30px 0 30px 0;
}
.rightFloat h1 {
  
  font-size: 2.2em;
}
.rightFloat h2 {
  font-size: 2em;
  line-height: 38px;
}
.rightFloat h3 {
  font-size: 1.8em;
  line-height: 32px;
}
.rightFloat h4 {
  
  font-size: 1.6em;
}
.rightFloat h5 {
  
  font-size: 1.4em;
}
.rightFloat p {
  margin: 0 0 20px 0;
  font-size: 1em;
  font-weight: 350;
}




.bottomFloat_wrapper {
  padding-top: 92px;
  padding-bottom: 69px;
  padding-right: 60px;
  padding-left: 60px;
}
.bottomFloat {
  max-width: 1315px;
}
.bottomFloat-dark {
  color: white;
}
.bottomFloat h1,
.bottomFloat h2,
.bottomFloat h3,
.bottomFloat h4,
.bottomFloat h5 {
  margin: 30px 0 20px 0;
  font-family: "Filson Pro", sans-serif;
  font-weight: 400;
}
.bottomFloat h2 {
  font-size: 32px;
  line-height: 38px; 
}
.bottomFloat p {
  margin: 0;
  font-weight: 350;
  font-size: 16px;
  line-height: 22px; 
}
.bottomFloat_content {
  display: flex;
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 81px;
  gap: 40px;
}
.bottomFloat_left {
  max-width: 800px;
  letter-spacing: 0.1px;
}
.bottomFloat_image {
  margin-top: 86px;
}
.bottomFloat_image img {
  display: block;
  max-width: 100%;
}

.sectionBoxes_wrapper {
  margin-bottom: 24px;
  margin-top: 24px;
}
.sectionBoxes {
  display: flex;
  overflow: hidden;
  border-radius: 40px;
}
.sectionBoxes_col {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  text-align: center;
  padding: 80px 125px 80px;
  position: relative;
  background-position: center;
  background-size: cover;
}
.sectionBoxes_col > *:not(.mask) {
  position: relative;
  z-index: 1;
}

.sectionBoxes > .sectionBoxes_col:first-child:nth-last-child(3),
.sectionBoxes > .sectionBoxes_col:first-child:nth-last-child(3) ~ .sectionBoxes_col {
    padding: 80px 37px 80px;
}

.sectionBoxes_col h1,
.sectionBoxes_col h2,
.sectionBoxes_col h3,
.sectionBoxes_col h4,
.sectionBoxes_col h5 {
  margin: 0;
  font-family: "Hamon", sans-serif;
  font-weight: 700;
}
.sectionBoxes_col h1 { 
  font-size: 36px; 
  line-height: 44px;
}
.sectionBoxes_col h2 { 
  font-size: 32px; 
  line-height: 40px;
}
.sectionBoxes_col h3 {
  font-size: 28px;
  line-height: 36px;
}
.sectionBoxes_col h4 {
  font-size: 24px;
  line-height: 32px;
}
.sectionBoxes_col h5 {
  font-size: 20px;
  line-height: 28px;
}
.sectionBoxes_col p {
  margin: 30px 0 30px 0;
  font-weight: 350;
  line-height: 22px;
}
.sectionBoxes_col-light {
  color: #15123e;
}
.sectionBoxes_col-dark {
  color: white;
}
.sectionBoxes_col-light .button:hover {
  background: white !important;
  color: #15123e !important;
}
.sectionBoxes_col-dark .button:hover {
  background: #15123e !important;
  color: white !important;
}

.sectionBox {
  text-align: center;
  padding: 0 250px;
}
.sectionBox_wrapper {
  margin-top: 24px;
  margin-bottom: 24px;
}
.sectionBox {
  position: relative;
  padding-top: 75px;
  padding-bottom: 63px;
/*  background: #ef5599;*/
  border-radius: 40px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}
.sectionBox > *:not(.mask) {
  position: relative;
  z-index: 1;
}
.sectionBox h1,
.sectionBox h2,
.sectionBox h3,
.sectionBox h4,
.sectionBox h5 {
  font-family: "Hamon", sans-serif;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.sectionBox h1 {
  font-size: 32px;
  line-height: 40px;
}
.sectionBox h2 {
  font-size: 28px;
  line-height: 36px;
}
.sectionBox h3 {
  font-size: 24px;
  line-height: 36px;
}
.sectionBox p {
  margin: 0;
  font-weight: 350;
  line-height: 22px;
}




.footer_wrapper {
  background: radial-gradient(121.82% 141.42% at 0% 0%, rgb(130, 206, 199) 0%, rgb(102, 90, 167) 60.08142828941345%, rgb(21, 18, 62) 100%);
  margin-top: 0;
}
.footer {
  font-family: "Filson Pro", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px; 
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1130px;
  padding-top: 70px;
  padding-bottom: 43px;
  color: white;
  column-gap: 48px;
}
.footer_center {
  display: flex;
  gap: 133px;
}
.footer_logo-small {
  display: none;
}
.footer_menu {
  display: flex;
  flex-direction: column;
  gap: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer_buttons {
  display: flex;
  gap: 20px;
}
.footer_buttons a {
  width: 112px;
}
.footer_enroll {
  color: white;
  background: #ef5599;
  border-color: #ef5599;
}
.footer_enroll:hover {
    color: #ef5599;
    background: white;
}
.footer_login:hover {
  color: #15123e;
  background: white;
}
.footer_social {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-top: 32px;
}
.footer_social svg {
  display: block;
}
.footer_copyright {
  width: 100%;
  text-align: center;
  letter-spacing: 0.01em;
  margin-top: 48px;
}
.footer_copyright a {
  text-decoration: underline;
}
.footer_copyright p {
  margin: 0;
}
.header_burger {
  display: none;
  cursor: pointer;
  width: 35px;
  margin-bottom: 10px;
}

mark {
  background: #dad5f0;
  padding: 0.1em;
}
.faqSearch,
.faqRow_heading  {
  width: 100% !important;
  flex: unset !important;
  max-width: 1100px !important;
}
.faqRow_heading h5 {
  margin: 10px 0 0;
  font-family: "Hamon", sans-serif;
  font-weight: 700;
  font-size: 45px;
}
.faqRow-empty .faqRow_heading {
  display: none;
}
.faqRow-empty .faqRow_box {
  display: none;
}
@media screen and (max-width: 1100px) {
  .faqRow_heading h5 {
    font-size: 2.61em;
  }
}
@media screen and (max-width: 768px) {
  .contentRow h2 {
    font-size: 2.21em;
  }
}
.faqRow_accordion-search .faqRow_content {
  display: flex !important;
}
.faqRow_accordion-search:last-of-type {
  border-bottom: 1px solid #15123E;
}
.faqRow_accordion-hidden {
  display: none !important;
}
.faqSearch_bar {
  display: inline-flex;
  width: 320px;
  background: #EBE6EF;
  padding: 0px 7px 0px 0;
  border-radius: 16px;
  position: relative;
  font-size: 14px;
}
.faqSearch_reset {
  display: none;
  cursor: pointer;
  opacity: 0.8;
  position: absolute;
  right: 38px;
  top: 50%;
  transform: translateY(-50%);
  padding: 5px;
}
.faqSearch_bar.searching .faqSearch_reset {
  display: block;
}
.faqSearch_input {
  background: transparent;
  outline: none;
  border: none;
  color: black;
  width: 100%;
  padding: 9px 1px 9px 17px;
  font-size: 13px;
}
.faqSearch_input::placeholder {
  color: gray;
}
.faqSearch_btn {
  padding: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: transparent;
  outline: none;
  border: none;
}
.faqSearch_btn path {
  fill: #2d265c;
}


.faqRow {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
.faqRow_box {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  max-width: 1100px;
  width: 100%;
}
.faqRow_box > div {
  width: 100%;
  flex: 1 1 0px;
}
.faqRow_heading {
  
}
.faqRow_accordion {
  cursor: pointer;
  position: relative;
  max-width: 1100px;
  border-top: 1px solid #15123E;
  margin: 0 auto 0;
  padding: 23px 96px 24px;
  font-weight: 350;
  line-height: 22px;
}
.faqRow_btn {
  position: absolute;
  top: 24px;
  left: 30px;
}
.faqRow_btn-close {
  position: absolute;
  top: 26px;
  left: 32px;
}
.faqRow_accordion.active .faqRow_btn-close {
  display: block;
}
.faqRow_accordion.active .faqRow_btn {
  display: none;
}
.faqRow_btn-close {
  display: none;
}
.faqRow_accordion:last-child {
  border-bottom: 1px solid #15123E;
}
.faqRow_accordion > h4 {
  font-family: "Hamon", sans-serif;
  font-weight: 700;
  color: #665AA7;
  margin: 0;
}
.faqRow_content {
  margin-top: 16px;
  display: flex;
  gap: 34px;
}
.faqRow_content > p:last-of-type,
.faqRow_content > div > *:last-child {
  margin-bottom: 0;
}
.faqRow_content > p:first-of-type,
.faqRow_content > div > *:first-child {
  margin-top: 0;
}



.wpcf7-form {
  width: 100%;
/*    display: flex;*/
  background-color: #F2F2F2;
  border-radius: 8px;
  padding: 45px 50px 50px;
}
.contentRow_contactForm-utopia {
    max-width: 480px;
}
.utopia_form {
  background: #ef5499;
  border-radius: 44px;
  padding: 45px 50px 70px 44px;
}
.utopia_form a {
  text-decoration: underline;
}
.utopia_form label {
  width: 100%;
}
.utopia_form .contactForm_gdpr {
  color: white;
  text-align: left;
  letter-spacing: 0.2px;
  font-size: 10px
}
.utopia_form .contactForm_submit {
  background: #15113d !important;
  border: none;
  width: auto;
  text-transform: uppercase;
  margin: 6px 0 25px;
  padding: 9px 24px;
  height: 37px;
}
body .utopia_form .contactForm_submit:hover {
  background-color: #ffffff !important;
  color: #16133f !important;
}
.utopia_form .contactForm_title,
.utopia_form .contactForm_title p {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
}
.utopia_form .contactForm_row input {
  border: 1px solid #16133f;
  border-radius: 15px;
}
.utopia_form .contactForm_row label > span:not(.wpcf7-form-control-wrap) {
  padding-left: 4px;
  padding-bottom: 5px;
  display: inline-block;
  font-weight: 500;
}
.contentRow .utopia_title {
  font-size: 55px;
  margin-bottom: 42px ;
}

@media screen and (max-width: 920px) {
  .contentRow .utopia_title {
    font-size: 40px;
  }
}

.utopia_descr {
  font-size: 23.5px;
  line-height: 38px !important;
  font-weight: 350 !important;
  padding-right: 9px;
}
.contactForm_row br {
  display: none;
} 
.contactForm_row {
  display: flex;
  color: #272727;
  font-size: 12px;
  font-weight: 700;
}
.contactForm_row > p {
  width: 100%;
  display: flex;
  gap: 20px;
}
.wpcf7-form .contactForm_row label {
  display: block;
/*    width: 100%;*/
  min-width: calc(50% - 10px);
}
.wpcf7-form .contactForm_row-full label {
  width: 100%;
}
.contactForm_row label > span {
  font-weight: 700;
}
.contactForm_row label b {
  color: #ef5599;
}
.contactForm_row .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.contactForm_row textarea {
  max-width: 100%;
  width: 100%;
  padding: 12px 20px;
  border-radius: 5px;
  border: 1px solid #99A1AC;
  background: #FFF;
  height: 100px;
  resize: none;
}
.contactForm_row input {
  max-width: 100%;
  width: 100%;
  padding: 12px 20px;
  border-radius: 5px;
  border: 1px solid #99A1AC;
  background: #FFF;
}
.wpcf7cf_group {
  width: 50%;
} 
.contactForm_row > p > span {
  width: calc(50% - 10px);
}
.contactForm_row select {
  width: 100%;
  text-align: center;
  padding: 11px 20px;
  border-radius: 5px;
  border: 1px solid #99A1AC;
  background: #FFF;
  color: #757575;
}
.contactForm_submit {
  color: white !important;
  background: #ef5599 !important;
  font-size: 12px;
  padding: 10px 24px;
  height: 40px;
  width: 160px;
  margin: 20px auto 0;
  display: block;
}
.contactForm_submit:hover {
  color: white !important;
  background: #ef5599 !important;
}
.contactForm_gdpr {
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  color: #6C6C6C;
  text-align: center;
  display: block;
}
.contactForm_bottom br {
  display: none;
}
.contactForm_bottom p {
  margin-bottom: 0;
}
.wpcf7-spinner {
  position: absolute !important;
}
.wpcf7 form .wpcf7-response-output {
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
}
.contentRow_contactForm {
  
}

.modal_wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}






.relatedNews_title {
  color: #665ba7;
  margin-bottom: 31px;
}
.relatedNews_wrapper {
  overflow: hidden;
  padding-bottom: 72px;
  padding-top: 1px;
  padding-right: 60px;
  padding-left: 60px;
}
.relatedNews {
  max-width: 1640px;
  width: 100%;
  margin-top: 52px;
}
.owl-carousel.relatedNews_slider .owl-item {
  height: 0;
}    
.owl-carousel.relatedNews_slider .owl-item.active {
  height: auto;
}
.relatedNews_item img,
.relatedNews_item a,
.relatedNews_item h3 {
  user-select: none;
  -webkit-user-drag: none;
}
  
  .owl-carousel.relatedNews_slider .owl-item {
      opacity: 0;
      transition: opacity 500ms;
  }
  .owl-carousel.relatedNews_slider .owl-item.active {
      opacity: 1;
  }
  
  
  
  
  
  
  .owl-carousel.relatedNews_slider .owl-stage-outer {
    overflow: visible !important;
  }
  .articlesList_wrapper {
  padding-top: 57px;
  padding-bottom: 50px;
}
.articlesList_top {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #665ba7;
  padding-bottom: 27px;
  padding-top: 1px;
}
.articlesList_title {
  color: #665ba7;
  margin-top: 0;
  margin-bottom: 31px;
}
.articlesList_descr {
  font-size: 22px; 
  line-height: 29px;
}
.articlesList_descr > p {
  font-size: 20px; 
  line-height: 30px;
}
.articlesList_item:not(.articlesList_item-big) {
  display: flex;
  flex-direction: column;
}
.articlesList_item-contentImage {
  flex-direction: row-reverse;
}
  .owl-carousel .articlesList_item {
    width: 100%;
    background: white;
  }
.articlesList_item.articlesList_item-dark {
  background: #001d37;
}
.articlesList_item-dark .articlesList_content {
  color: white;
}
/*.articlesList_item:not(.articlesList_item-big) .articlesList_title,*/
.articlesList_item:not(.articlesList_item-big) .articlesList_descr,
.articlesList_item:not(.articlesList_item-big) .articlesList_btn {
  display: none;
}
.articlesList_item:not(.articlesList_item-big) .articlesList_title {
  line-height: 29px;
  font-size: 22px;
  color: #665ba7;
  margin-bottom: 0;
  text-transform: none;
}
.articlesList_item:not(.articlesList_item-big) .articlesList_image {
  overflow: hidden;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
  height: 369px;
  min-height: 369px;
}
.articlesList_item:hover .articlesList_image img {
  transform: scale(1.1);
}
.articlesList_item:not(.articlesList_item-big) .articlesList_content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.articlesList_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 16px;
  padding-top: 116px;
}
.articlesList_container-archive .articlesList_item-big,
.articlesList_container-search .articlesList_item-big {
  width: calc(33.333% - 11px);
  display: flex;
  flex-direction: column;
  margin-bottom: 0;  
  background: white;
}
.articlesList_container-archive .articlesList_item-big .articlesList_content,
.articlesList_container-search .articlesList_item-big .articlesList_content {
  padding: 25px 46px 30px;
  min-height: auto;
}
.articlesList_container-archive .articlesList_item-big .articlesList_btn,
.articlesList_container-search .articlesList_item-big .articlesList_btn {
  display: none;
}
.articlesList_container-archive .articlesList_item-big .articlesList_descr,
.articlesList_container-search .articlesList_item-big .articlesList_descr {
  display: none;
}
.articlesList_container-archive .articlesList_item-big .articlesList_image,
.articlesList_container-search .articlesList_item-big .articlesList_image {
  overflow: hidden;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
  height: 369px;
  min-height: 369px;
  width: 100%;
  min-width: 0;
}
.articlesList_container-archive .articlesList_item-big .articlesList_title,
.articlesList_container-search .articlesList_item-big .articlesList_title {
/*  line-height: 29px;*/
/*  font-weight: 400;*/
/*  font-size: 22px;*/
/*  color: #464646;*/
  margin-bottom: 0;
  text-transform: none;
}
.articlesList_search {
  display: flex;
  position: relative;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
  border: 1px solid #d8d8d8;
  width: 339px;
  min-width: 250px;
  height: 41px;
}
.articlesList_search input {
  background: transparent;
  outline: none;
  border: none;
  height: 100%;
  width: 100%;
  padding-left: 33px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;  
  color: #4646467d;
}
.articlesList_search input::placeholder {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;  
  color: #4646467d;
}
.articlesList_search button {
  background: transparent;
  outline: none;
  border: none;
  height: 100%;
  width: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.5;
  cursor: pointer;
}
.articlesList_search button svg {
  width: 15px;
}
.articlesList_heading {
  padding-top: 50px;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  text-align: center;
}
.articlesList_heading span {
  color: #219c78;
  font-weight: 500;
}
.articlesList_item {
  width: calc(33.333% - 11px);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
  font-size: 22px;
  color: #464646;
}
.articlesList {
  max-width: 1640px;
}
.articlesList_item-big {
  display: flex;
  background: #665ba730;
  width: 100%;
  margin-bottom: 5px;
}

.articlesList_btn {
  margin-top: 28px;
}
.articlesList_item-big .articlesList_btn {
  background: #665ba7;
  color: white;
  border-color: white;
}
.articlesList_item-big .articlesList_btn:hover {
  background: white;
  color: #665ba7;
  border-color: #665ba7;
}
.articlesList_content {
  padding: 25px 46px 30px;
}
.articlesList_descr > p:first-of-type,
.articlesList_excerpt > p:first-of-type {
  margin-top: 0;
}
.articlesList_descr > p:last-of-type,
.articlesList_excerpt > p:last-of-type {
  margin-bottom: 0;
}

.articlesList_item-big .articlesList_content {
  padding: 95px 138px 118px 154px;
  /* под вопросом */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 38px 30px 54px;
  min-height: 472px;
  width: 100%;
  /* под вопросом */
}
.articlesList_inner {
  max-width: 536px;
}
.articlesList_item-big .articlesList_image {
  min-width: 824px;
  width: 824px;
  overflow: hidden;
}
.articlesList_more {
  margin: auto;
  display: block;
  margin-top: 56px;
  cursor: pointer;
}
.articlesList_more:disabled {
  opacity: 0.3;
  cursor: default;
}
.articlesList_more:disabled:hover {
  background: #665ba7;
  color: white;
  border-color: white;
}
.articlesList_image {
  position: relative;
}
.articlesList_image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:  0.2s;
  position: absolute;
  left: 0;
  top: 0;
}
.articlesList_categories {
  display: flex;
  gap: 64px;
  padding-right: 40px;
  flex-wrap: wrap;
}
.articlesList_categories a {
  font-weight: 700;
  font-size: 18px;
  color: #665ba7;
}

.singlePost_content {
    max-width: 1096px;
    margin: 52px auto 0;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    color: #464646;
}




.singlePost_wrapper {
    padding-top: 100px;
    position: relative;
    margin-top: 94px;
    overflow: hidden;
  }
  .singlePost_mask {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 1124px;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, #5c519b33 0%, rgba(255, 255, 255, 0.37) 100%);
  }
  .singlePost_back {
    font-weight: 700;
    font-size: 18px;
    color: #5c519b;
  }
  .banner_wrapper-resources .singlePost_back {
    color: white;
  }
  .singlePost_date {
    font-size: 18px;
    color: #464646;
    margin-top: 35px;
  }
  .singlePost_title {
    font-weight: 700;
    font-size: 57px;
    line-height: 57px;
    color: #5c519b;
    margin-top: 29px;
    margin-bottom: 35px; 
  }
  .banner_wrapper-resources .singlePost_title {
    color: white;
  }
  .singlePost_categories {
    font-weight: 700;
    font-size: 18px;
    line-height: 29px;
    display: flex;
    justify-content: flex-start;
    gap: 20px;
  }
  .singlePost_categories a {
    color: #5c519b;
    text-decoration: none;
  }
  .banner_wrapper-resources .singlePost_categories a {
    color: #ef5599;
  }
  .singlePost_wide {
    margin-top: 41px;
    overflow: hidden;
    display: flex;
    justify-content: center;
  }
  .singlePost_wide img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .singlePost_content > p {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }
  .singlePost_bottom {
    max-width: 1364px;
    margin: 62px auto 0;
    border-top: 2px solid #5c519b;
    padding: 32px 21px 54px 55px;
  }
  .singlePost_share {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 14px;
      font-weight: 700;
      font-size: 18px;
      color: #665ba7;
  }
  .singlePost h3 {
    font-size: 18px;
    line-height: 28px;
    margin-top: 1.15em;
    margin-bottom: 1.15em;
    color: #665ba7;
  }
.singlePost-resource h3 {
  
    color: inherit;
}
  .singlePost a {
    color: #665ba7;
  }
  .singlePost h2 {
    font-size: 30px;
    line-height: 40px;
    margin-top: 0.8em;
    margin-bottom: 0.8em;
    color: #665ba7;
  }


  .banner-resources {
    text-align: left;
  }
  .banner_wrapper-resources {
    align-items: flex-end;
    min-height: 850px;
    background-position: center;
    padding-bottom: 182px;
    padding-top: 339px;
    color: white;
  }
  .singlePost-resource {
    margin-top: 100px;
  }
  .banner_wrapper-resources .mask {
    background: linear-gradient(356deg, #665aa7 0%, #15123e 100%);
    opacity: 0.64;
  }
  .banner-resources .singlePost_categories {
    text-align: center;
    justify-content: center;
    color: white;
    margin-top: 89px;
  }
  .banner-resources .singlePost_title {
      font-size: 50px;
      line-height: 60px;
      margin-bottom: 19px;
      margin-top: 21px;
    text-align: center 
  }
  .singlePost_subtitle, .singlePost_subtitle > p {
    font-size: 25px;
    text-align: center;
    line-height: 30px;
  }



@media screen and (min-width: 769px) {
  .header_menu {
    display: flex !important;
  }
  #mega-menu-wrap-header_nav {
    display: block !important;
  }
}
@media screen and (max-width: 1300px) {
  .rightFloat {
    padding-right: 45px;
    gap: 84px;
  }
  .articlesList_item-big .articlesList_image {
    width: 50%;
    min-width: 50%;
  }
  .articlesList_item-big .articlesList_content {
    width: 50%;
  }
  
}
@media screen and (max-width: 1200px) {
  .sectionBoxes_col {
    padding: 126px 70px 104px;
  }
  .topBar_left {
    min-width: 0;
    display: none;
  }
  .topBar_search {
    width: 100%;
    max-width: 300px;
    margin-right: 30px;
  }
  .header_menu {
    gap: 28px;
  }
  #mega-menu-wrap-header_nav #mega-menu-header_nav > li.mega-menu-item > a.mega-menu-link {
    padding: 0px 14px 0px 14px !important;
  }
  .topBar_left a:first-child {
  }
  .topBar_right {
    width: 100%;
  }
  .topBar_enroll {
    margin-left: auto !important;
  }
  .topBar_login {
    margin-left: 20px;
  }
  .header_logo {
    display: none;
  }
   .header-partners .header_logo {
      
      display: block;
   }
  .header_logo-small {
    display: block;
  }
   .header-partners .header_logo-small {
      display: none;
   }
  .banner_wrapper {
    min-height: 568px;
    padding-bottom: 83px;
    padding-top: 322px;
  }
  .banner {
    font-size: 20px;
  }
  .rightFloat {
    padding-right: 40px;
  }
  .sectionBox {
    padding: 75px 160px 63px;
  }
  .rightFloat_image {
    min-width: 350px;
  }
  .footer_logo-small {
/*    display: block;*/
  }
  .footer_logo {
/*    display: none;*/
  }
  .header_item__dropContent {
    padding: 52px 65px 44px;
  }
  .header_item__col:last-of-type {
    margin-left: 30px;
  }
  .faqRow_accordion {
    padding-right: 50px;
    padding-left: 45px;
  }
  .faqRow_btn {
    left: 12px;
  }
  .faqRow_btn-close {
    left: 15px;
  }
}
@media screen and (max-width: 1100px) {
  .contentRow_contactForm {
    flex-grow: 1.8;
  }
  .header_item__row {
    gap: 20px;
  }
  .header_item__dropContent {
    padding: 52px 35px 44px;
  }
  .header_item__col:last-of-type {
    margin-left: 10px;
    max-width: 200px;
  }
  .rightFloat {
    padding-right: 20px;
    padding-left: 20px;
/*    padding-top: 50px;*/
    gap: 40px;
  }
  .rightFloat h2 {
    font-size: 1.8em;
  }
  .contentRow h1 {
    font-size: 3.2em;
  }
  .contentRow h2 {
    font-size: 2.61em;
  }
  .contentRow h3 {
    font-size: 1.55em;
  }
  .footer_center {
    gap: 60px;
  }
  
}
@media screen and (max-width: 930px) {
  .articlesList_item-big .articlesList_content {
    width: 100%;
    min-height: unset;
  }
  .articlesList_item-big {
    flex-direction: column;
  }
  .contentRow_contactForm {
    flex-grow: 2.1;
  }
  .wpcf7-form {
    padding: 35px 35px 40px;
  }
  .articlesList_item {
      width: 100%;
  }
  .footer_logo-small {
    display: block;
  }
   .footer-partners .footer_logo-small {
/*      display: none;*/
   }
  .footer_logo {
    display: none;
  }
   .footer-partners .footer_logo {
/*      display: block;*/
   }
  .footer_copyright {
    margin-top: 55px;
    font-weight: 500;
  }
  .header_item__dropContent {
    padding: 52px 20px 44px;
    line-height: 20px;
    font-size: 14px;
    
  }
  .sectionBoxes_col {
    padding: 106px 50px 104px;
  }
  .sectionBoxes > .sectionBoxes_col:first-child:nth-last-child(3), .sectionBoxes > .sectionBoxes_col:first-child:nth-last-child(3) ~ .sectionBoxes_col {
    padding: 85px 37px 84px;
  }
  .sectionBoxes_col h3 {
    font-size: 25px;
    line-height: 32px;
  }
  .rightFloat h2 {
    font-size: 1.7em;
    line-height: 34px;
  }
  .rightFloat {
    padding-right: 0;
    padding-left: 0;
  }
  .bottomFloat h2 {
    font-size: 28px;
    line-height: 34px;
  }
  .faqRow {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .contentRow img {
    max-width: 100%;
  }
  .singlePost_title {
    font-size: 38px;
  }
    .articlesList_top {
        flex-direction: column-reverse;
        gap: 32px;
    }
  
   .header-partners {
      display: flex;
   }
  .faqRow_accordion {
    padding-right: 30px;
  }
   .header-partners .header_logo,
   .footer-partners .footer_logo {
      display: none;
   }
   .header-partners .header_logo-small,
   .footer-partners .footer_logo-small {
      display: block;
   }
  .header {
    padding-left: 0;
    padding-right: 10px;
  }
  .contentRow h1 {
    font-size: 2.7em;
  }
  .contentRow h2 {
    font-size: 2.21em;
  }
  .contentRow h3 {
    font-size: 1.4em;
  }
  .header_burger {
    display: block;
    width: 35px;
    height: 33px;
    position: relative;
  }
  .header_burger.active div:nth-child(2) {
    display: none;
  }
  .header_burger.active div:nth-child(1) {
    transform: rotate(46deg);
    position: absolute;
    top: 9px;
  }
  .header_burger.active div:nth-child(3) {
    transform: rotate(-46deg);
    position: absolute;
    top: 9px;
  }
  .header_logo-small {
    max-width: 75px;
  }
  .header {
    flex-wrap: wrap;
  }
  .header_menu, .section #mega-menu-wrap-header_nav {
    display: none;
    order: 4;
    width: 100%;
    text-align: center;
    margin-right: 0;
    max-height: 100vh;
    padding-top: 28px;
  }
  .header_item > a {
    padding: 5px 15px;
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
  }
  #mega-menu-header_nav > .mega-menu-item > .mega-menu-link {
    padding: 5px 15px !important;
    display: inline-block !important;
    font-size: 18px !important;
    line-height: 24px !important;
  }
  #mega-menu-header_nav > .mega-menu-item {
    text-align: center !important;
  }
  .header_burger div {
    width: 30px;
    height: 3px;
    background-color: white;
    margin: 6px 0 6px 3px;
  }
  .header_item__dropContent {
    display: none;
  }
  .modal.active {
    display: block;
  }
  .rightFloat_imageBox {
    display: none;
  }
  .rightFloat_content {
    max-width: 100%;
  }
  .banner_wrapper {
    min-height: 438px;
    padding-bottom: 83px;
    padding-top: 230px !important;
  }
  .banner {
    font-size: 16px;
  }
  .contentRow {
    flex-direction: column;
  }
  .bottomFloat_content {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }
  .bottomFloat_wrapper {
    padding-top: 69px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .bottomFloat_image {
    margin-top: 60px;
  }
  .header_menu {
    gap: 20px;
  }
  #mega-menu-wrap-header_nav #mega-menu-header_nav > li.mega-menu-item > a.mega-menu-link {
    padding: 0px 10px 0px 10px !important;
  }
  .sectionBox {
    padding: 65px 35px 56px;
  }
  .sectionBox h2 {
    font-size: 1.35em;
    line-height: 34px;
  }
  .button-secondary {
    padding-right: 53px;
    padding-left: 53px;
  }
  .sectionBoxes {
    flex-direction: column;
  }
  .sectionBoxes_col {
    padding: 78px 37px 71px;
  }
  .footer_social {
  }
  .footer_right {
    width: 100%;
  }
  .footer_buttons {
    justify-content: center;
  }
  .footer_copyright {
    margin: 50px auto 0;
    font-weight: 500;
    max-width: 350px;
  }
  .footer_right {
/*    margin-top: -72px;*/
    margin: 45px auto 0;
  }
  .footer_buttons {
/*    gap: 10px;*/
  }
  .footer_social {
    margin-top: 35px;
/*    justify-content: flex-start;*/
    justify-content: center;
  }
  .footer_center {
    gap: 14px;
    flex-direction: column;
    flex-direction: row;
/*    text-align: right;*/
    width: 52%;
  }
  .footer_menu {
    width: 50%;
  }
}
@media screen and (max-width: 630px) {
  .header_menu {
    display: none;
  }
  .contactForm_row > p {
    flex-direction: column;
  }
  .contactForm_row > p > span {
    width: 100%; 
  }
  .wpcf7-form {
    padding-left: 25px;
    padding-right: 25px;
  }
  .faqRow {
    flex-direction: column;
    gap: 90px;
  }
}
@media screen and (max-width: 430px) {
  
  .footer_buttons {
    gap: 10px;
  }
  .topBar_search {
    margin-right: 15px;
  }
  .topBar_right .button {
    margin-left: 10px;
  }
}
@media screen and (max-width: 370px) {
  .footer_logo-small {
    margin: auto;
  }
  .footer_center {
    width: 70%;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 330px) {
  .footer_buttons {
    flex-direction: column;
  } 
}
.videoBox {
    background: white;
    width: 100%; 
    position: relative;
    z-index: 1;
    margin: 0 auto 0;
    border-radius: 40px;
    overflow: hidden;
  }
  .videoBox.active {
    
    border-radius: 0px;
  }
  .videoBox video {
    width: 100%;
    display: block;
  }
  .about-first-screen {
    padding-bottom: 10px;
  }
  .videoBox__mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
  }
  .videoBox__btn {
    cursor: pointer;
    transition: 0.3s;
    position: absolute;
    z-index: 2;
    top: 50%;
     left: 50%; 
/*    right: 385px;*/
    /* transform: translate(-50%, -50%); */
    transform: translate(-50%, -50%);
    font-size: 130px;
    width: 1em;
    height: 1em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
/*    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);*/
    border-radius: 50%;
  }
  
  .videoBox__btn svg {
    transition: 0.3s;
    fill: #F08178;
  }
  
  .videoBox__mask:hover .videoBox__btn svg {
      transform: scale(1.1);
  }
  @media (max-width: 1200px) {
    .core-values__title-block {
      padding-top: 20px;
      padding-bottom: 70px;
    }
  }
  @media (max-width: 1040px) {
    .videoBox {
      width: 94%;
    }
  }
  @media (max-width: 940px) {
    .videoBox {
      width: 100%;
    }
    .videoBox__btn {
      transform: translate(-50%, -50%) scale(0.7);
    }
  }