body {
  background-color: #f5f5ff;
  overflow-y: hidden;
}
.page-template-about-partners .single_container img {
  object-fit: contain;
}
.main {
  position: relative;
}
.grecaptcha-badge {
  display: none;
}
form br {
  display: none;
}
form h3 {
  font-size: 35px;
  margin-bottom: 35px;
  font-family: "LackUA";
  font-weight: 500;
}
form b {
  font-family: Inter;
  font-size: 23px;
  line-height: 33px;
  display: block;
  margin-bottom: 7px;
  font-weight: 500;
}
form span {
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
  display: block;
}
form p {
  margin: 0;
}
form .mt {
  margin-top: 12px;
}
form label {
  font-family: "Inter";
  color: #141414;
  font-size: 23px;
  font-weight: 500;
}
form label span {
  color: #828282;
}
form label.flex {
  display: flex;
  align-items: baseline;
}
form label.flex span:first-child {
  font-family: Inter;
  font-size: 22px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: left;
  margin-right: 12px;
  color: #141414;
}
form label.flex .wpcf7-form-control-wrap {
  width: 100%;
}
form .pdf_upload br {
  display: block;
}
form .row {
  margin-bottom: 25px;
}
form input[type="text"], form input[type="email"], form input[type="number"] {
  border: 1px solid #1E192D;
  background-color: #fff;
  padding: 0 25px;
  border-radius: 40px;
  margin-top: 15px;
  line-height: 58px;
  width: 100%;
  font-size: 18px;
}
form input[type="text"]::placeholder, form input[type="email"]::placeholder, form input[type="number"]::placeholder {
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  color: #828282;
}
form textarea {
  border: 1px solid #1E192D;
  background-color: #fff;
  padding: 20px 25px;
  border-radius: 40px;
  margin-top: 15px;
  width: 100%;
  font-size: 18px;
  margin-bottom: 30px;
  resize: none;
  height: 180px;
}
form textarea::placeholder {
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
}
form input[type="submit"] {
  font-size: 19px;
  line-height: 20px;
  text-align: center;
  padding: 20px 5px;
  background: #1e192d;
  border-radius: 40px;
  color: #fff;
  width: 165px;
  border: none;
  cursor: pointer;
}
form .mb {
  margin-bottom: 50px;
}
form .wpcf7-list-item {
  margin: 0;
  width: 100%;
}
form .wpcf7-list-item input[type="checkbox"] {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
form .wpcf7-checkbox {
  display: list-item;
  columns: 2;
  list-style: none;
  margin-bottom: 20px;
}
form .wpcf7-list-item-label {
  font-family: Inter;
  font-size: 22px;
  line-height: 40px;
  font-weight: 600;
  color: #141414;
  padding-left: 40px;
  position: relative;
  cursor: pointer;
}
form .wpcf7-list-item-label:before {
  width: 26px;
  height: 26px;
  border: 1px solid #141414;
  border-radius: 5px;
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
  transition: 0.3s;
}
form .wpcf7-list-item-label:after {
  background: url("/wp-content/themes/sitegist/assets/images/check.svg");
  width: 15px;
  height: 11px;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 15px;
  left: 5px;
  opacity: 0;
  transition: 0.3s;
}
form input[type="checkbox"]:checked ~ .wpcf7-list-item-label:after {
  opacity: 1;
}
form input[type="checkbox"]:checked ~ .wpcf7-list-item-label:before {
  background: #141414;
}
form .title_row p {
  display: flex;
  justify-content: flex-start;
  font-family: Inter;
  font-size: 23px;
  font-weight: 500;
  line-height: 33px;
  letter-spacing: 0px;
  text-align: left;
  color: #141414;
}
form .title_row p span {
  font-family: Inter;
  font-size: 17px;
  font-weight: 500;
  line-height: 33px;
  letter-spacing: 0px;
  text-align: left;
  color: #828282;
  margin-left: 12px;
}
form .file_upload {
  position: relative;
  cursor: pointer;
  margin-top: 12px;
  width: 445px;
  max-width: 100%;
  background: #1E192D;
  border-radius: 40px;
  line-height: 60px;
  padding: 20px 25px;
}
form .file_upload .upload_file {
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
}
form .file_upload .file_name {
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  max-width: 20ch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
form .file_upload .wpcf7-form-control-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
form .file_upload .wpcf7-form-control-wrap input {
  opacity: 0;
  width: 100%;
  height: 100%;
}
form .on_file {
  background: #fff;
  outline: 3px solid #1E192D;
}
form .wpcf7-not-valid-tip {
  display: none !important;
}
form .wpcf7-not-valid {
  border-color: red !important;
}
.container {
  position: relative;
}
.conference-form .success_message {
  padding: 50px;
  width: 825px;
  max-width: 100%;
  display: none;
}
.conference-form .success_message h3 {
  font-family: "LackUA";
  font-size: 35px;
  font-weight: 400;
  line-height: 37px;
  margin-bottom: 33px;
  margin-top: 0;
}
.conference-form .success_message span {
  display: block;
  margin-bottom: 33px;
  font-family: Inter;
  font-size: 23px;
  font-weight: 500;
  line-height: 33px;
  letter-spacing: 0px;
  text-align: left;
}
.mailsend .conference-form__center {
  display: none;
}
.mailsend .success_message {
  display: block;
}
.file_upload.invalid_file {
  outline: 1px solid red;
}
.file_upload .wpcf7-not-valid-tip {
  display: block !important;
  line-height: 1;
}
form .file_upload {
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .row .col-lg-6 {
    margin-bottom: 15px;
  }
  .row .col-lg-6:nth-child(2) {
    margin-bottom: 0;
  }
  form .row {
    margin-bottom: 15px;
  }
}
@media (max-width: 767.98px) {
  form .wpcf7-checkbox {
    column-count: 1;
  }
  form .title_row p {
    display: block;
  }
  form .title_row p span {
    margin-left: 0;
  }
  form textarea {
    height: 185px;
  }
  form textarea {
    margin-bottom: 0;
  }
  form h3 {
    font-size: 30px;
  }
  form label.flex {
    display: block;
  }
  form .wpcf7-list-item-label {
    font-size: 16px;
  }
}
header {
  padding: 45px 0;
}
header .container {
  max-width: 1228px;
}
header .flex {
  justify-content: space-between;
  display: flex;
  align-items: center;
}
header .header_menu {
  list-style: none;
  padding: 0 10px;
}
header .header_menu li:last-child {
  margin-right: 0;
}
header .header_menu a {
  padding: 8.5px 13.5px;
  border-radius: 9px;
}
header .header_menu a:hover {
  color: #FF4571;
}
header .header_menu a {
  text-decoration: none;
  font-size: 19px;
  font-weight: 600;
  line-height: 23px;
  color: #1E192D;
  transition: 0.3s all;
}
header .search {
  cursor: pointer;
  display: flex;
  margin-right: 27px;
}
header .user_cabinet {
  display: flex;
  margin-right: 37px;
}
header .site_logo {
  padding-right: 40px;
  display: flex;
}
header .current-menu-item a {
  color: #fff;
  background: #1E192D;
  border-radius: 9px;
}
header .btn {
  min-width: 140px;
  padding: 13px 25px;
  height: 55px;
  line-height: 30px;
  margin-right: 24px;
}
.theme_switcher {
  width: 62px;
  height: 34px;
  border: solid 1px #1E192D;
  border-radius: 22px;
  cursor: pointer;
  position: relative;
  box-shadow: 0px 4px 8px 0px #3232470F;
  margin-right: 25px;
}
.theme_switcher:before {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #40306F;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 5.5px;
  transition: 0.3s all;
}
.dark_theme .theme_switcher:before {
  transform: translateX(-24.5px);
  background: #FF4571;
}
.dark_theme .back_archive a {
  color: #fff;
  display: inline-block;
}
.dark_theme .back_archive a svg path {
  stroke: #fff;
}
.dark_theme .single_container .date {
  color: #fff;
}
.dark_theme #scrollToTopBtn path:nth-child(2) {
  fill: #3e2e6c;
}
.menu_opener {
  display: flex;
  width: 32px;
  height: 24px;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  z-index: 3;
}
.menu_opener span {
  width: 100%;
  height: 4px;
  background-color: #1E192D;
  transition: 0.3s all;
}
.menu_open .menu_opener span:first-child {
  width: 100%;
  position: relative;
  transform: rotate(45deg);
  bottom: -10px;
}
.menu_open .menu_opener span:nth-child(2) {
  width: 0;
}
.menu_open .menu_opener span:last-child {
  width: 100%;
  transform: rotate(-45deg);
  position: relative;
  top: -10px;
}
.slide_menu_wrap {
  padding: 170px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -500%;
  background: #F5F5FF;
  transition: 0.5s all;
  z-index: 2;
}
.menu_open {
  overflow: hidden;
}
.menu_open .slide_menu_wrap {
  left: 0;
}
.slide_menu_wrap .container {
  max-width: 630px;
}
.slide_menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
.slide_menu li {
  margin-bottom: 20px;
}
.slide_menu li a {
  text-decoration: none;
  font-size: 30px;
  font-weight: 600;
  line-height: 37px;
  color: #141414;
  transition: 0.3s all;
}
.slide_menu li a:hover {
  color: #FF4571;
}
.social {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-start;
}
.social li {
  margin-right: 20px;
}
.slide_menu_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.slide_menu_info .btn {
  text-decoration: none;
  line-height: 1;
}
.slide_menu_info .slide_menu_info_text {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  padding-right: 25px;
}
.slide_menus {
  display: flex;
  justify-content: space-between;
}
footer .footer_info {
  width: 640px;
  max-width: 100%;
}
footer .footer_info_top {
  align-items: center;
}
footer .footer_info_top_text div {
  margin-bottom: 25px;
  color: #141414;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}
footer .footer_menus .slide_menu li a {
  font-size: 20px;
}
footer .footer_menus .slide_menu li {
  margin-bottom: 15px;
}
footer .footer_menus {
  width: 370px;
  max-width: 100%;
  margin-top: 25px;
}
footer .footer_bottom {
  border-top: solid 1px #1E192D;
  padding: 20px 0 38px 0;
  text-align: center;
  margin-top: 40px;
  color: #141414;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}
footer .footer_bottom a {
  text-decoration: none;
  color: #141414;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
footer .btn {
  min-width: 145px;
  padding: 17px 25px;
  height: 55px;
}
.join_ruta {
  margin-bottom: 60px;
}
.join_ruta img {
  width: 100%;
  height: 100%;
}
.join_ruta .join_ruta_info {
  height: 100%;
  width: 100%;
  padding: 80px 45px 80px;
  background: rgba(255, 188, 192, 0.68);
  border: 3px solid rgba(230, 167, 227, 0.49);
  border-radius: 25px;
}
.join_ruta .join_ruta_info h3 {
  margin-bottom: 20px;
  font-size: 48px;
  line-height: 50px;
}
.join_ruta .join_ruta_info span {
  color: #141414;
  font-size: 23px;
  font-style: normal;
  font-weight: 500;
  line-height: 37px;
  margin-bottom: 45px;
  display: block;
}
.join_ruta .join_ruta_info .btn {
  min-width: 190px;
}
.subscribe_form_section {
  margin-bottom: 60px;
}
.subscribe_form_section_wrap {
  align-items: center;
  padding: 65px 75px 65px 75px;
  background: #fff;
  border: 1px solid #828282;
  border-radius: 25px;
}
.subscribe_form_section_wrap .btn {
  width: 205px;
}
.subscribe_form_section_wrap .wpcf7-response-output {
  border-color: #46b450 !important;
  position: absolute;
  top: 135px;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  font-size: 16px;
}
.subscribe_form_section_wrap .subscribe_form_text {
  color: #141414;
  font-family: "LackUA";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  width: 315px;
}
.subscribe_form_section_wrap form p {
  display: flex;
  justify-content: space-between;
}
.subscribe_form_section_wrap form .wpcf7-spinner {
  display: none;
}
.subscribe_form_section_wrap form input {
  margin-top: 0;
}
.subscribe_form_section_wrap form input[type="email"] {
  width: 340px;
  max-width: 100%;
  margin-right: 10px;
  text-align: center;
}
.back_archive {
  margin: 35px auto 30px auto;
}
.back_archive a {
  color: #141414;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
}
.back_archive a:hover {
  color: #FF4571;
  transition: 0.3s all;
}
.back_archive svg {
  margin-right: 10px;
}
.type_title {
  color: #FF4571;
  font-family: "LackUA";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 20px;
}
.single-conference h1 {
  color: #141414;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 25px;
}
.single_location {
  color: #141414;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.single_location svg {
  margin-right: 10px;
}
.apply_block {
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 50px;
}
.apply_block flex-wrap:wrap span {
  color: #141414;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  margin-right: 20px;
}
.apply_block a {
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}
.single_container {
  color: #141414;
  text-align: justify;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 50px;
}
.single_container a:not(.btn) {
  color: #FF4571;
  text-underline-position: under;
}
.single_container img {
  margin-bottom: 10px;
  width: 100%;
}
.single_container strong {
  color: #141414;
  font-family: Inter;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px;
}
.single_container ol {
  margin-top: 0;
  padding-left: 35px;
  margin-bottom: 40px;
}
.single_container ol li {
  color: #141414;
  text-align: justify;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}
.single_container ul {
  margin-top: 0;
  padding-left: 35px;
  margin-bottom: 20px;
}
.single_container ul li {
  color: #141414;
  text-align: justify;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}
.apply_block_bottom {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin-bottom: 60px;
}
.apply_block_bottom span {
  color: #141414;
  text-align: center;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 30px;
}
.apply_block_bottom .flex {
  justify-content: center;
}
.apply_block_bottom .flex a {
  margin: 0 5px;
  margin-bottom: 10px;
}
.share_block {
  justify-content: center;
  align-items: center;
  color: #141414;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 90px;
}
.share_block a {
  margin: 0 10px;
  width: 42px;
  height: 42px;
}
.share_block span {
  margin-right: 10px;
}
.single h1 {
  color: #141414;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  text-align: left;
}
.period {
  color: #141414;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 10px;
  display: block;
}
.single_container_event .apply_block {
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.single_container_event .single_banner {
  width: 730px;
  max-width: 100%;
  margin: 0 auto;
}
.single_container_event .single_banner img {
  width: 100%;
}
.single_container_event .share_block {
  justify-content: flex-start;
}
.btn_center {
  margin-bottom: 90px;
  display: flex;
  justify-content: center;
}
.mb_60 {
  margin-bottom: 60px;
}
.mb_180 {
  margin-bottom: 180px;
}
.small_container {
  max-width: 760px;
  margin-bottom: 30px;
}
.membership {
  margin-top: 20px;
  margin-bottom: 150px;
}
.membership .small_container {
  color: #141414;
  text-align: justify;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}
.membership .small_container a {
  color: #141414;
  font-weight: bold;
}
.membership .faq {
  padding: 0;
  list-style: none;
}
.membership .faq li {
  margin-bottom: 30px;
}
.membership .faq li .title {
  color: #141414;
  font-family: Inter;
  font-size: 23px;
  font-style: normal;
  font-weight: 500;
  line-height: 33px;
  margin-bottom: 13px;
  cursor: pointer;
}
.membership .faq li .title svg {
  transition: 0.3s all;
}
.membership .faq li .text {
  display: none;
}
.membership .faq li .active svg {
  transform: rotate(180deg);
}
.membership .hr {
  width: 100%;
  height: 1px;
  background: #1E192D;
  margin: 70px 0;
}
.membership .planes {
  padding-left: 0;
}
.membership .planes li {
  padding: 30px 25px 30px 25px;
  margin-bottom: 10px;
  background: #fff;
  border-radius: 30px;
  border: solid 1px #828282;
  align-items: center;
  flex-wrap: wrap;
}
.membership .planes .mark_color {
  background: #fdeaec;
}
.membership .planes .mark_color .btn {
  background: #1E192D;
  color: #fff;
}
.membership .planes .title {
  color: #141414;
  font-family: Inter;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
}
.membership .planes .description {
  color: #141414;
  font-family: Inter;
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  text-align: left;
}
.membership .planes .ttl_wrap {
  width: 260px;
  padding-right: 5px;
}
.membership .planes .price b {
  color: #AA1639;
  font-family: Inter;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  padding-right: 5px;
}
.membership .planes .price {
  width: 195px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.membership .planes .price .flex {
  align-items: center;
  color: #1E192D;
  font-family: Inter;
  font-size: 23px;
  font-style: normal;
  font-weight: 500;
  line-height: 33px;
}
.membership .planes .btn {
  background: #fff;
  width: 180px;
  max-width: 100%;
  border-radius: 40px;
  border: 1px solid #1E192D;
  padding: 20px 15px;
  font-size: 18px;
}
.membership .planes .btn:hover {
  background: #0B061A;
  color: #fff;
  transition: 0.3s all;
}
.login_account .small_container {
  margin-bottom: 0;
}
.login_account h2 {
  margin-bottom: 0;
}
.login_account .container .btn {
  color: #fff;
}
.have_account h2 {
  margin-bottom: 10px;
}
.have_account .small_container {
  margin-bottom: 0;
}
.have_account span {
  display: block;
  color: #141414;
  font-family: Inter;
  font-size: 23px;
  font-style: normal;
  font-weight: 500;
  line-height: 33px;
  margin-bottom: 30px;
}
.have_account .container .btn {
  color: #fff;
}
.single .date {
  color: #141414;
  font-family: Montserrat;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
}
.single-news .single_banner {
  width: 730px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 10px;
}
.single-news .single_banner img {
  width: 100%;
}
.gallerySwiper {
  height: 500px;
  padding-bottom: 50px;
  margin-top: 40px;
}
.gallerySwiper figure {
  width: 100%;
  height: 100%;
  border-radius: 40px;
  overflow: hidden;
}
.gallerySwiper figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallerySwiper .swiper_control {
  position: relative;
  margin-top: 12px;
}
.gallerySwiper .swiper_control .swiper-pagination {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  transform: translateX(-50%);
}
.gallerySwiper .swiper_control .swiper-pagination span {
  width: 17px;
  height: 17px;
  background: #828282;
  opacity: 1;
  margin: 0 7px;
}
.gallerySwiper .swiper_control .swiper-pagination .swiper-pagination-bullet-active {
  background: #1E192D;
}
.gallerySwiper .swiper_control .swiper-button-next {
  top: 20px;
  height: 45px;
  width: 40px;
}
.gallerySwiper .swiper_control .swiper-button-next:after {
  display: none;
}
.gallerySwiper .swiper_control .swiper-button-prev {
  top: 20px;
  height: 45px;
  width: 40px;
}
.gallerySwiper .swiper_control .swiper-button-prev:after {
  display: none;
}
.page-template-about-text h1 {
  color: #1E192D;
  font-family: "LackUA";
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 107%;
  margin-bottom: 20px;
}
.about_menu_wrap {
  margin-bottom: 50px;
}
.about_menu_wrap .about_menu {
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: flex-start;
  gap: 50px;
}
.about_menu_wrap .about_menu li {
  border-radius: 9px;
}
.about_menu_wrap .about_menu a {
  text-decoration: none;
  padding: 10px;
  color: #1E192D;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
}
.about_menu_wrap .about_menu a:hover {
  color: #AA1639;
}
.about_menu_wrap .about_menu .current-menu-item {
  background: #fff;
}
.about_menu_wrap .about_menu .current-menu-item a {
  color: #AA1639;
}
.page-template-about-text .header_menu li:first-child a {
  color: #fff;
  background: #1E192D;
  border-radius: 9px;
}
.page-template-about-partners .header_menu li:first-child a {
  color: #fff;
  background: #1E192D;
  border-radius: 9px;
}
.email_flex {
  text-decoration: none;
  color: #0C0C0C;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  align-items: center;
  display: flex;
  max-width: max-content;
}
.email_flex svg {
  margin-right: 10px;
}
.page-template-contact-us .single_container {
  margin-bottom: 150px;
}
.show_more_btn {
  display: flex;
  justify-content: center;
  text-transform: uppercase;
  color: #1E192D;
  font-family: Montserrat;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  cursor: pointer;
}
.show_more_btn svg {
  margin-left: 10px;
}
.show_more_content {
  display: none;
}
.show_more_wrp {
  margin-bottom: 60px;
}
.page-template-about-partners .row {
  margin-bottom: 70px;
}
.page-template-about-partners .row a:not(.btn) {
  color: #1E192D;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  text-decoration: none;
}
.page-template-about-partners .row span {
  color: #1E192D;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  text-decoration: none;
}
.page-template-about-partners .row .col-lg-4 {
  text-align: center;
}
.page-template-about-partners .single_container {
  margin-bottom: 150px;
}
.page-template-about-partners .single_container img {
  width: 250px;
  height: 250px;
}
.single_container .tags {
  margin-top: 50px;
  padding-left: 0;
}
.tags {
  padding: 0;
  list-style: none;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.tags li {
  margin-right: 15px;
}
.tags a {
  text-decoration: none;
  color: #1E192D;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  padding: 10px 15px;
  border-radius: 9px;
  border: 1px solid var(--Secondary, #1E192D);
}
.tags a:hover {
  color: #FF4571;
  transition: 0.3s all;
}
.other_news {
  margin-bottom: 100px;
}
.other_news .other_news_title {
  align-items: center;
  margin-bottom: 30px;
}
.other_news .title-1 {
  margin-bottom: 0;
}
.other_news a {
  color: #141414;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
}
.other_news .other_news_title a:hover {
  color: #FF4571;
}
.other_news .other_news_title a:hover svg path {
  stroke: #FF4571;
}
.home_top_text {
  color: #FF4571;
  text-align: center;
  font-family: "LackUA";
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  margin-top: 28px;
  margin-bottom: 113px;
}
.home_top_text .container {
  text-align: center;
}
.home_top_text h1 {
  max-width: 920px;
  margin: 0 auto;
  margin-bottom: 25px;
}
.main:before {
  content: "";
  background-image: url("/wp-content/themes/sitegist/assets/images/BGright.svg");
  position: absolute;
  top: 0;
  right: 0;
  height: 100vh;
  width: 50vw;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  z-index: -1;
  opacity: 0.6;
}
.main:after {
  content: "";
  background-image: url("/wp-content/themes/sitegist/assets/images/BGleft.svg");
  position: absolute;
  top: 50%;
  left: 0;
  height: 100vh;
  width: 50vw;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  z-index: -1;
  opacity: 0.6;
}
footer {
  position: relative;
}
footer:before {
  content: "";
  background-image: url("/wp-content/themes/sitegist/assets/images/BGright.svg");
  position: absolute;
  bottom: 20px;
  right: 0;
  height: 100vh;
  width: 50vw;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  z-index: -1;
  opacity: 0.6;
}
body.dark_theme {
  background: var(--violet-radial, radial-gradient(237.73% 42.6% at 0% 58.13%, #1E192D 0%, #40306F 100%));
}
body.dark_theme form .file_upload .file_name {
  color: #1E192D;
}
body.dark_theme .main .header_menu a:hover {
  color: #FF4571;
}
body.dark_theme .main:before {
  opacity: 1;
}
body.dark_theme .main:after {
  opacity: 1;
}
body.dark_theme .main .dark-title {
  color: #fff;
}
body.dark_theme .main .dark-title svg path {
  stroke: #fff;
}
body.dark_theme .main .all-events a:hover {
  color: #FF4571;
}
body.dark_theme .main header .current-menu-item a {
  color: #1E192D;
  background: #fff;
  border-radius: 9px;
}
body.dark_theme .main .about_menu_wrap .about_menu a {
  color: #fff;
}
body.dark_theme .main .about_menu_wrap .about_menu .current-menu-item a {
  color: #1E192D;
}
body.dark_theme .main .single_container {
  color: #fff;
}
body.dark_theme .main .single_container h2 {
  color: #fff;
}
body.dark_theme .main .single_container h1 {
  color: #fff;
  text-align: left;
}
body.dark_theme .main .single_container strong {
  color: #fff;
}
body.dark_theme .main .single_container .people__block .title-3 {
  color: #fff;
}
body.dark_theme .main .single_container .people__block .people-item-position {
  color: #fff;
}
body.dark_theme .main .single_container .people__block .people-item-text {
  color: #fff;
}
body.dark_theme .main .single_container .mb_60 .col-lg-4.col-md-12 a {
  color: #fff;
}
body.dark_theme .main .single_container .mb_60 .col-lg-4.col-md-12 span {
  color: #fff;
}
body.dark_theme footer:before {
  opacity: 1;
}
body.dark_theme .subscribe_form_section_wrap.dark-block {
  background: rgba(255, 255, 255, 0.9);
}
body.dark_theme .subscribe_form_section_wrap.dark-block input[type="email"] {
  background: transparent;
}
body.dark_theme .btn_white {
  background: #fff;
  color: #1E192D;
}
body.dark_theme .btn_white:hover {
  opacity: 0.8;
}
body.dark_theme .header_menu a {
  color: #fff;
}
body.dark_theme header path {
  fill: #fff;
}
body.dark_theme header .theme_switcher {
  background: #fff;
  border-color: #fff;
}
body.dark_theme header .menu_opener span {
  background-color: #fff;
}
body.dark_theme .slide_menu_wrap {
  background: var(--violet-radial, radial-gradient(237.73% 42.6% at 0% 58.13%, #1E192D 0%, #40306F 100%));
}
body.dark_theme .slide_menu_wrap .slide_menus a {
  color: #fff;
}
body.dark_theme .slide_menu_wrap .slide_menus a:hover {
  color: #FF4571;
}
body.dark_theme .social svg circle {
  fill: #FF4571;
}
body.dark_theme .social li:last-child svg path:first-child {
  fill: #FF4571;
}
body.dark_theme footer .site_logo svg path {
  fill: #fff;
}
body.dark_theme footer .footer_menus a {
  color: #fff;
}
body.dark_theme footer .footer_menus a:hover {
  color: #FF4571;
}
body.dark_theme .tag_white a {
  color: #fff;
  border-color: #fff;
}
body.dark_theme .speakers-block .speaker_row .speaker_row__text .card-position {
  color: #fff;
}
body.dark_theme .speakers-block .speaker_row .speaker_row__text .card-text {
  color: #fff;
}
body.dark_theme .login_account .container .btn {
  background: #FF4571;
  color: #fff;
}
body.dark_theme .have_account .container .btn {
  background: #FF4571;
  color: #fff;
}
body.dark_theme .membership .small_container.dark-title a {
  color: #FF4571;
}
body.dark_theme .single_container ul li {
  color: #fff;
}
body.dark_theme .single_container ol li {
  color: #fff;
}
body.dark_theme .gallerySwiper .swiper_control .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}
body.dark_theme .show_more_btn {
  color: #fff;
}
body.dark_theme .show_more_btn svg path {
  stroke: #fff;
}
body.dark_theme .swiper-button-next svg path {
  stroke: #fff;
}
body.dark_theme .swiper-button-prev svg path {
  stroke: #fff;
}
body.dark_theme .speakers-swiper .speakersSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
body.dark_theme .speakers-swiper .speakersSwiper .swiper-slide .speaker_card .card-body .card-position {
  color: #fff;
}
body.dark_theme .speakers-swiper .speakersSwiper .swiper-slide .speaker_card .card-body .card-text {
  color: #fff;
}
body.dark_theme .agenda-block a {
  color: #FF4571;
}
body.dark_theme .agenda-block .title-6 {
  color: #141414;
}
body.dark_theme .agenda-block .schedule-time .title-6 {
  color: #fff;
}
body.dark_theme .apply_block_bottom span {
  color: #fff;
}
body.dark_theme .email_flex svg path {
  fill: #fff;
}
body.dark_theme .conference-form a {
  color: #FF4571;
}
body.dark_theme .conference-form .wpcf7-form {
  color: #fff;
}
body.dark_theme .conference-form .wpcf7-form h3 {
  color: #fff;
}
body.dark_theme .conference-form .wpcf7-form label {
  color: #fff;
}
body.dark_theme .conference-form .wpcf7-form .title_row p {
  color: #fff;
}
body.dark_theme .conference-form .wpcf7-form .title_row span {
  color: #fff;
}
body.dark_theme .conference-form .wpcf7-list-item-label {
  color: #fff;
}
body.dark_theme .conference-form .wpcf7-list-item-label:before {
  border-color: #fff;
}
body.dark_theme .conference-form form input[type="checkbox"]:checked ~ .wpcf7-list-item-label:before {
  background: #FF4571;
}
body.dark_theme .conference-form .write_specialization span {
  color: #fff;
}
body.dark_theme .conference-form input[type="submit"] {
  background: #fff;
  color: #1E192D;
}
.page-template-about-text.dark_theme .header_menu li:first-child a {
  color: #1E192D;
  background: #fff;
}
.payment-option .subscription_history_item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 700px;
  max-width: 100%;
  padding: 28px !important;
}
.payment-option .subscription_history_item .payment_info {
  margin-bottom: 0 !important;
}
.payment-option .subscription_history_item .payment_info .type {
  text-transform: capitalize;
}
.payment-option .subscription_history_item .payment_title {
  align-items: center;
}
.payment-option .subscription_history_item .payment_title a {
  text-decoration: none;
  color: #1e192d;
}
.payment-option .subscription_history_item .payment_title a:hover {
  color: #000;
}
.payment-option .subscription_history_item .color {
  font-size: 35px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  color: #AA1639 !important;
}
.payment-option .subscription_history_item .text {
  font-size: 22px !important;
}
.cabinet-registration .single_container {
  width: 730px;
  max-width: 100%;
}
.cabinet-registration .cabinet__title {
  color: #141414;
  font-family: "LackUA";
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  margin-bottom: 35px;
}
.cabinet-registration #loginform {
  width: 100%;
  position: relative;
}
.cabinet-registration #loginform .login-username {
  width: 47%;
  display: inline-block;
  margin-right: 30px;
}
.cabinet-registration #loginform .login-password {
  width: 47%;
  display: inline-block;
}
.cabinet-registration #loginform .login-password label {
  display: inline-block;
}
.cabinet-registration #loginform .login-password input[type="password"] {
  border: 1px solid #1E192D;
  background-color: #fff;
  padding: 0 25px;
  border-radius: 40px;
  margin-top: 15px;
  line-height: 58px;
  width: 100%;
  font-size: 18px;
}
.cabinet-registration #loginform .login-password input[type="password"]::placeholder {
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  color: #828282;
}
.cabinet-registration .forgot_password {
  position: absolute;
  color: #141414;
  font-family: Montserrat;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
  text-decoration: none;
  right: 20px;
  top: 65px;
}
.cabinet-registration .login-submit {
  margin-top: 35px;
}
.cabinet-registration .rma {
  margin-bottom: 130px;
}
.cabinet-registration .rma strong {
  color: #141414;
  font-family: "LackUA";
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  margin-bottom: 20px;
  display: block;
}
.cabinet-registration .rma span {
  text-align: left;
  display: block;
  margin-bottom: 30px;
  color: #141414;
  font-family: Inter;
  font-size: 23px;
  font-style: normal;
  font-weight: 500;
  line-height: 33px;
}
.page-template-cabinet .hr {
  width: 100%;
  height: 1px;
  background: #1E192D;
  margin: 70px 0;
}
.dark_theme.page-template-cabinet .cabinet__title {
  color: #fff;
}
.dark_theme.page-template-cabinet label {
  color: #fff;
}
.dark_theme.page-template-cabinet .forgot_password {
  color: #fff;
}
.dark_theme.page-template-cabinet .rma span {
  color: #fff;
}
.dark_theme.page-template-cabinet #loginform input[type="submit"] {
  background: #fff;
  color: #1E192D;
}
.cabinet .cabinet__title {
  color: #141414;
  font-family: "LackUA";
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  margin-bottom: 20px;
}
.cabinet .cabinet__subtitle {
  color: #141414;
  font-family: Inter;
  font-size: 23px;
  font-style: normal;
  font-weight: 500;
  line-height: 33px;
  margin-bottom: 30px;
}
.cabinet .cabinet-form label {
  display: flex;
  color: #141414;
  font-family: Inter;
  font-size: 23px;
  font-style: normal;
  font-weight: 500;
  line-height: 33px;
  align-items: baseline;
}
.cabinet .cabinet-form label span {
  color: #828282;
  font-family: Inter;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  padding-left: 12px;
}
.cabinet .cabinet-form .form_row input[type="radio"] {
  opacity: 0;
  position: absolute;
}
.cabinet .cabinet-form .form_row label {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  cursor: pointer;
}
.cabinet .cabinet-form .form_row label:before {
  content: "";
  width: 26px;
  height: 26px;
  border-radius: 50%;
  position: absolute;
  border: solid 1px #1E192D;
  left: 0;
  top: 7px;
}
.cabinet .cabinet-form .form_row label:after {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 6px;
  top: 13px;
  opacity: 0;
}
.cabinet .cabinet-form .form_row input[type="radio"]:checked + label:before {
  background: #1E192D;
}
.cabinet .cabinet-form .form_row input[type="radio"]:checked + label:after {
  opacity: 1;
}
.cabinet .cabinet-form .radio_wrap {
  margin-top: 15px;
  margin-bottom: 35px;
}
.cabinet .cabinet-form .radio_wrap label {
  color: #141414;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  display: flex;
  align-items: baseline;
}
.cabinet .cabinet-form .radio_wrap label b {
  color: #FF4571;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  padding: 0 15px;
  width: 125px;
}
.cabinet .choose_wrap {
  margin-bottom: 35px;
}
.cabinet .choose_wrap label {
  margin-bottom: 15px;
}
.cabinet .choose_wrap .choose {
  width: 100%;
  padding: 30px;
  background: #fff;
  border: 1px solid #1E192D;
  border-radius: 40px;
  align-items: center;
}
.cabinet .choose_wrap .choose .title {
  color: #141414;
  font-family: Inter;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
}
.cabinet .choose_wrap .choose .subtitle {
  color: #141414;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
}
.cabinet .choose_wrap .choose .price {
  display: flex;
  align-items: center;
}
.cabinet .choose_wrap .choose .price b {
  display: flex;
  color: #AA1639;
  font-family: Inter;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 0;
}
.cabinet .choose_wrap .choose .price b span {
  color: #AA1639;
  font-family: Inter;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}
.cabinet .choose_wrap .choose .price span:first-of-type {
  color: #AA1639;
  font-family: Inter;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  padding: 0 10px;
}
.cabinet .choose_wrap .choose .price span {
  color: #1E192D;
  font-family: Inter;
  font-size: 23px;
  font-style: normal;
  font-weight: 500;
  line-height: 33px;
}
.cabinet .choose_wrap .choose .price.all span {
  display: none;
}
.cabinet .choose_wrap .choose .price.all b span {
  display: block;
}
.cabinet input[type="tel"] {
  border: 1px solid #1E192D;
  background-color: #fff;
  padding: 0 25px;
  border-radius: 40px;
  margin-top: 15px;
  line-height: 58px;
  width: 100%;
  font-size: 18px;
}
.cabinet input[type="tel"]::placeholder {
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  color: #828282;
}
.cabinet .checkboxes_wrap {
  margin: 35px 0;
}
.cabinet .checkboxes_wrap > label {
  margin-bottom: 10px;
}
.cabinet .checkboxes_wrap ul {
  list-style: none;
  padding-left: 0;
  column-count: 2;
}
.cabinet .checkboxes_wrap ul input {
  opacity: 0;
  position: absolute;
}
.cabinet .checkboxes_wrap ul label span {
  font-family: Inter;
  font-size: 22px;
  line-height: 40px;
  font-weight: 600;
  color: #141414;
  padding-left: 40px;
  position: relative;
  cursor: pointer;
}
.cabinet .alc {
  align-items: center;
}
.cabinet .alc input {
  margin-top: 0;
}
.cabinet .alc label {
  margin-right: 12px;
}
.cabinet .radio_wrap.newslette label {
  line-height: 29px;
  max-width: 685px;
  padding-left: 40px;
}
.cabinet .members {
  margin-bottom: 35px;
}
.cabinet .members input {
  opacity: 0;
  position: absolute;
}
.cabinet .members span.wpcf7-list-item-label {
  font-family: Inter;
  font-size: 22px;
  line-height: 40px;
  font-weight: 600;
  color: #141414;
  padding-left: 40px;
  position: relative;
  cursor: pointer;
}
.cabinet textarea {
  margin-bottom: 0;
}
.cabinet .btn {
  cursor: pointer;
}
.cabinet .select select {
  opacity: 0;
  position: absolute;
}
.cabinet .select .select-styled {
  border: 1px solid #1E192D;
  background-color: #fff;
  padding: 0 25px;
  border-radius: 40px;
  margin-top: 15px;
  line-height: 58px;
  width: 100%;
  font-size: 18px;
  position: relative;
}
.cabinet .select .select-styled:before {
  content: "";
  width: 22px;
  height: 22px;
  background-image: url(/wp-content/themes/sitegist/assets/images/simple-line-icons_arrow-up.svg);
  display: block;
  position: absolute;
  right: 20px;
  top: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s all;
}
.cabinet .select .select-styled.active:before {
  transform: rotate(180deg);
}
.cabinet .select .select-options {
  position: absolute;
  display: none;
  list-style: none;
  margin-bottom: 0;
  width: 100%;
  background: #fff;
  z-index: 1;
  border: 1px solid #1E192D;
  padding-left: 40px;
  padding-bottom: 10px;
  border-radius: 5px;
  left: 0;
  top: 115px;
}
.cabinet .select .is-selected {
  display: none;
}
.cabinet .select li {
  cursor: pointer;
  padding: 5px 0 0 0;
  font-size: 18px;
  line-height: 30px;
}
.cabinet .select li:hover {
  color: #FF4571;
  transition: 0.3s all;
}
.cabinet .error-message {
  text-align: left;
  color: red;
  font-size: 18px;
  margin-right: 10px;
}
.cabinet-form-block {
  margin-bottom: 180px;
}
.page-template-cabinet .main:before {
  display: none;
}
.page-template-cabinet .main:after {
  display: none;
}
.page-template-cabinet footer:before {
  display: none;
}
.page-template-cabinet h1 {
  color: #141414;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.page-template-cabinet .name_surname {
  color: #1E192D;
  font-family: "LackUA";
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 107%;
  margin-bottom: 25px;
}
.page-template-cabinet .my_plan {
  justify-content: flex-start;
  margin-bottom: 25px;
  align-items: center;
}
.page-template-cabinet .my_plan span {
  color: #141414;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  margin-right: 20px;
}
.page-template-cabinet .my_plan .plan_name {
  color: #1E192D;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  padding: 5px 25px;
  border-radius: 20px;
  border: 1px solid #1E192D;
}
.page-template-cabinet .my_plan .plan_price {
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  padding: 5px 25px;
  border-radius: 20px;
  border: 1px solid #1E192D;
  color: #fff;
  background: #1E192D;
}
.page-template-cabinet .status span {
  color: #141414;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
.page-template-cabinet .status span.status_active {
  color: #AA1639;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  margin: 0 20px;
}
.page-template-cabinet .status a {
  color: #1E192D;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  text-decoration-line: underline;
}
.page-template-cabinet .personal_info h2 {
  color: #1E192D;
  font-family: "LackUA";
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 107%;
  margin-bottom: 15px;
}
.page-template-cabinet .personal_info .personal_edit {
  color: #AA1639;
  font-family: Montserrat;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
  text-decoration: none;
  display: flex;
  margin-top: 5px;
}
.page-template-cabinet .personal_info .personal_edit svg {
  margin-right: 5px;
  margin-top: -2px;
}
.page-template-cabinet .personal_info .alert_info {
  color: #AA1639;
  font-family: Montserrat;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
  margin-bottom: 25px;
}
.page-template-cabinet .personal_info .email {
  margin-bottom: 25px;
}
.page-template-cabinet .personal_info .email .title {
  color: #141414;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}
.page-template-cabinet .personal_info .email span {
  color: #141414;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}
.page-template-cabinet .personal_info .row {
  margin-bottom: 50px;
}
.page-template-cabinet .personal_info .info_wrap {
  margin-bottom: 15px;
}
.page-template-cabinet .personal_info .info_wrap .title {
  color: #141414;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  width: 230px;
  display: inline-block;
}
.page-template-cabinet .personal_info .info_wrap span {
  color: #141414;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}
.page-template-cabinet .personal_info .research_interest {
  margin-bottom: 50px;
}
.page-template-cabinet .personal_info .research_interest .title {
  color: #141414;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  display: inline-block;
}
.page-template-cabinet .personal_info .research_interest span {
  color: #141414;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}
.page-template-cabinet .personal_info .research_interest h2 {
  color: #1E192D;
  font-family: "LackUA";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 107%;
  margin-bottom: 15px;
}
.page-template-cabinet .personal_info .links {
  margin-bottom: 135px;
}
.page-template-cabinet .personal_info .links .title {
  color: #141414;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  display: inline-block;
}
.page-template-cabinet .personal_info .links span {
  color: #141414;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}
.page-template-cabinet .personal_info .links h2 {
  color: #1E192D;
  font-family: "LackUA";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 107%;
  margin-bottom: 15px;
}
.page-template-cabinet .personal_info .links .flex {
  justify-content: flex-start;
  margin-bottom: 15px;
}
.page-template-cabinet .personal_info .links .flex span {
  margin-right: 20px;
}
.cabinet_menu {
  padding-left: 0;
  list-style: none;
  margin-bottom: 50px;
}
.cabinet_menu a {
  text-decoration: none;
  color: #1E192D;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  padding: 10px;
  border-radius: 9px;
}
.cabinet_menu .current_page_item a {
  background: #fff;
}
.cabinet_h1 {
  color: #141414;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.cabinet_h2 {
  color: #1E192D;
  font-family: "LackUA";
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 107%;
  margin-bottom: 25px;
}
.subscription_history {
  margin-bottom: 130px;
}
.subscription_history .subscription_history_list {
  padding: 0;
  list-style: none;
}
.subscription_history .subscription_history_list .subscription_history_item {
  padding: 25px 25px 27px 70px;
  border-radius: 25px;
  border: 1px solid #828282;
  background: rgba(255, 255, 255, 0.9);
  margin-bottom: 15px;
}
.subscription_history .subscription_history_list .subscription_history_item .payment_info {
  justify-content: flex-start;
  margin-bottom: 7px;
  align-items: baseline;
}
.subscription_history .subscription_history_list .subscription_history_item .payment_info .type {
  text-transform: capitalize;
}
.subscription_history .subscription_history_list .subscription_history_item .payment_info span {
  color: #141414;
  font-family: Montserrat;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
  margin-right: 60px;
}
.subscription_history .subscription_history_list .subscription_history_item .payment_info .data {
  color: #141414;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  width: 125px;
}
.subscription_history .subscription_history_list .subscription_history_item .payment_title {
  justify-content: flex-start;
  align-items: center;
}
.subscription_history .subscription_history_list .subscription_history_item .payment_title span {
  color: #1E192D;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 33px;
}
.subscription_history .subscription_history_list .subscription_history_item .payment_title a {
  text-decoration: none;
  color: #1e192d;
}
.subscription_history .subscription_history_list .subscription_history_item .payment_title a:hover {
  color: #000;
}
.subscription_history .subscription_history_list .subscription_history_item .payment_title .status {
  width: 11px;
  height: 11px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
}
.page-template-events_conferences .subscription_history .subscription_history_list .subscription_history_item .payment_info .data {
  color: #141414;
  font-family: Montserrat;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
}
.page-template-events_conferences .subscription_history .subscription_history_list .subscription_history_item .payment_info .data {
  margin-right: 30px;
}
.payment_buttons {
  margin-top: 10px;
}
.page-template-cabinet-profile-settings .personal_edit {
  color: #AA1639;
  font-family: Montserrat;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
  text-decoration: none;
  display: flex;
  margin-top: 5px;
}
.page-template-cabinet-profile-settings .personal_edit svg {
  margin-right: 5px;
  margin-top: -2px;
}
.page-template-cabinet-profile-settings .hr {
  width: 100%;
  height: 1px;
  background: #1E192D;
  margin: 70px 0;
}
.page-template-cabinet-profile-settings .radio_wrap label {
  color: #141414;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  display: flex;
  align-items: baseline;
}
.page-template-cabinet-profile-settings .radio_wrap.newslette label {
  line-height: 29px;
  max-width: 685px;
  padding-left: 40px;
  position: relative;
  cursor: pointer;
  margin-bottom: 10px;
}
.page-template-cabinet-profile-settings input[type="radio"] {
  opacity: 0;
  position: absolute;
}
.page-template-cabinet-profile-settings label:before {
  content: "";
  width: 26px;
  height: 26px;
  border-radius: 50%;
  position: absolute;
  border: solid 1px #1E192D;
  left: 0;
  top: 7px;
}
.page-template-cabinet-profile-settings label:after {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 6px;
  top: 13px;
  opacity: 0;
}
.page-template-cabinet-profile-settings input[type="radio"]:checked + label:before {
  background: #1E192D;
}
.page-template-cabinet-profile-settings input[type="radio"]:checked + label:after {
  opacity: 1;
}
.page-template-cabinet-profile-settings .cabinet_h2 {
  margin-bottom: 0;
}
.edit-personal-information .cabinet__title {
  color: #1E192D;
  font-family: "LackUA";
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 107%;
  margin-bottom: 10px;
}
.edit-personal-information .alert_info {
  color: #AA1639;
  font-family: Montserrat;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
  margin-bottom: 25px;
}
.edit-personal-information .edit_email {
  margin-bottom: 30px;
  justify-content: flex-start;
}
.edit-personal-information .edit_email .edit_email_title {
  color: #141414;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  margin-right: 10px;
}
.edit-personal-information .edit_email span {
  color: #141414;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}
.edit-personal-information .edit_email a {
  color: #141414;
  font-family: Montserrat;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
  text-decoration: none;
  margin-left: 30px;
  position: relative;
  top: -2px;
}
.edit-personal-information .edit_email a svg {
  position: relative;
  top: 4px;
}
.edit-personal-information .row .row {
  margin-bottom: 0;
}
.edit-personal-information .checkboxes_wrap {
  margin-top: 50px;
}
.edit-personal-information .checkboxes_wrap h2 {
  color: #1E192D;
  font-family: "LackUA";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 107%;
  margin-bottom: 25px;
}
.edit-personal-information .links {
  margin-top: 52px;
  margin-bottom: 50px;
}
.edit-personal-information .links > label {
  color: #1E192D;
  font-family: "LackUA";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 107%;
  margin-bottom: 25px;
}
.edit-personal-information .buttons {
  justify-content: flex-start;
}
.edit-personal-information .buttons .btn {
  margin-right: 15px;
}
.edit-personal-information .buttons a {
  border-radius: 40px;
  border: 1px solid #1E192D;
  color: #1E192D;
  font-family: Montserrat;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  background: transparent;
}
.renew-your-membesrhip {
  margin-bottom: 175px;
}
.renew-your-membesrhip h1 {
  color: #1E192D;
  font-family: "LackUA";
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 107%;
}
.renew-your-membesrhip .cabinet-form .plan_price {
  background: #828282;
  color: #fff;
  border-color: #828282;
}
.renew-your-membesrhip .cabinet-form .plan_name {
  color: #828282;
  border-color: #828282;
}
.renew-your-membesrhip .hr {
  margin: 15px 0 35px 0;
}
.renew-your-membesrhip .title {
  color: #141414;
  font-family: Inter;
  font-size: 23px;
  font-style: normal;
  font-weight: 500;
  line-height: 33px;
}
.renew-your-membesrhip .title ~ .subtitle {
  margin-top: 15px;
}
.renew-your-membesrhip .buttons {
  justify-content: flex-start;
}
.renew-your-membesrhip .buttons .btn {
  margin-right: 15px;
}
.renew-your-membesrhip .buttons a {
  border-radius: 40px;
  border: 1px solid #1E192D;
  color: #1E192D;
  font-family: Montserrat;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  background: transparent;
}
.edit-personal-information input[type="password"] {
  border: 1px solid #1E192D;
  background-color: #fff;
  padding: 0 25px;
  border-radius: 40px;
  margin-top: 15px;
  line-height: 58px;
  width: 100%;
  font-size: 18px;
  margin-bottom: 5px;
}
.edit-personal-information input[type="email"] {
  margin-bottom: 50px;
}
.hide-registration .cabinet-form-block {
  margin-bottom: 80px;
}
button {
  border: none;
}
.popup_wrap {
  background: rgba(20, 20, 20, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  display: none;
  z-index: 4;
}
.popup_wrap .popup {
  background: #fff;
  border-radius: 10px;
  width: 920px;
  max-width: 100%;
  padding: 80px 115px 70px 115px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.popup_wrap .popup .cls {
  position: absolute;
  right: 32px;
  top: 25px;
  cursor: pointer;
}
.popup_wrap .popup .popup_title {
  color: #141414;
  font-family: "LackUA";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  margin-bottom: 30px;
}
.popup_wrap .popup .popup_text {
  color: #141414;
  text-align: justify;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 32px;
}
.popup_wrap .popup .flex {
  justify-content: center;
}
.popup_wrap .popup .flex .btn {
  cursor: pointer;
  margin: 0 7px;
}
.popup_wrap.personal_form {
  z-index: 4;
}
.popup_wrap.personal_form .popup {
  width: 730px;
}
.popup_wrap.personal_form .cls {
  display: none;
}
.popup_wrap.personal_form .btn_rev {
  border: 1px solid var(--Secondary, #1E192D);
  background: #fff;
  color: #1E192D;
}
.dark_theme .main .share_block span {
  color: #fff;
}
.dark_theme .main .cabinet-registration .cabinet__title {
  color: #fff;
}
.dark_theme .main .cabinet-registration .cabinet__subtitle {
  color: #fff;
}
.dark_theme .main .cabinet-registration label {
  color: #fff;
}
.dark_theme .main .cabinet-registration label span {
  color: #fff;
}
.dark_theme .main .form_row label:before {
  border-color: #fff;
}
.dark_theme .main .form_row input[type="radio"]:checked + label:before {
  background: #FF4571;
  border-color: #FF4571;
}
.dark_theme .main .choose_wrap .choose {
  background: #f1dde3;
}
.dark_theme .main .select-styled {
  color: #828282;
}
.dark_theme .main .select-options li {
  color: #828282;
}
.dark_theme .main .checkboxes_wrap .wpcf7-list-item-label:before {
  border-color: #fff;
}
.dark_theme .main .checkboxes_wrap input[type="checkbox"]:checked ~ .wpcf7-list-item-label:before {
  background: #FF4571;
  border-color: #FF4571;
}
.dark_theme .main .wpcf7-list-item-label:before {
  border-color: #fff;
}
.dark_theme .main input[type="checkbox"]:checked ~ .wpcf7-list-item-label:before {
  background: #FF4571;
  border-color: #FF4571;
}
.dark_theme .main button:not(.search-popup__button) {
  border: none;
  background: #FF4571;
}
.dark_theme .cabinet_h1 {
  color: #fff;
}
.dark_theme .name_surname {
  color: #fff;
}
.dark_theme .my_plan span {
  color: #fff;
}
.dark_theme .my_plan .plan_name {
  color: #fff;
  border-color: #fff;
}
.dark_theme .my_plan .plan_price {
  background: #fff;
  color: #1E192D;
}
.dark_theme .cabinet_menu a {
  color: #fff;
}
.dark_theme .cabinet_menu .current_page_item a {
  color: #1E192D;
}
.dark_theme .status span {
  color: #fff;
}
.dark_theme .status span.status_active {
  color: #efefef;
}
.dark_theme .status a {
  color: #fff;
}
.dark_theme .personal_info h2 {
  color: #fff;
}
.dark_theme .personal_info .personal_edit {
  color: #fff;
}
.dark_theme .personal_info .personal_edit svg path {
  fill: #fff;
}
.dark_theme .personal_info .alert_info {
  color: #fff;
}
.dark_theme .personal_info .email .title {
  color: #fff;
}
.dark_theme .personal_info .email span {
  color: #fff;
}
.dark_theme .personal_info .info_wrap .title {
  color: #fff;
}
.dark_theme .personal_info .info_wrap span {
  color: #fff;
}
.dark_theme .personal_info .research_interest h2 {
  color: #fff;
}
.dark_theme .personal_info .research_interest .title {
  color: #fff;
}
.dark_theme .personal_info .research_interest span {
  color: #fff;
}
.dark_theme .personal_info .links h2 {
  color: #fff;
}
.dark_theme .personal_info .links .title {
  color: #fff;
}
.dark_theme .personal_info .links span {
  color: #fff;
}
.dark_theme .cabinet_h2 {
  color: #fff;
}
.dark_theme .personal_edit {
  color: #fff;
}
.dark_theme .personal_edit svg path {
  fill: #fff;
}
.dark_theme .newslette label {
  color: #fff;
}
.dark_theme .edit-personal-information .cabinet__title {
  color: #fff;
}
.dark_theme .edit-personal-information .alert_info {
  color: #fff;
}
.dark_theme .edit-personal-information .edit_email .edit_email_title {
  color: #fff;
}
.dark_theme .edit-personal-information .edit_email span {
  color: #fff;
}
.dark_theme .edit-personal-information a {
  color: #fff;
}
.dark_theme .edit-personal-information a svg path {
  fill: #fff;
}
.dark_theme .edit-personal-information label {
  color: #fff;
}
.dark_theme .edit-personal-information .checkboxes_wrap span {
  color: #fff;
}
.dark_theme .edit-personal-information .btn {
  border-color: #fff;
}
.dark_theme .renew-your-membesrhip .title {
  color: #fff;
}
.dark_theme .renew-your-membesrhip label {
  color: #fff;
}
.dark_theme .renew-your-membesrhip .form_row label {
  color: #fff;
}
.dark_theme .renew-your-membesrhip .btn {
  border-color: #fff;
  color: #fff;
}
#scrollToTopBtn {
  position: fixed;
  right: 10%;
  bottom: 10%;
  z-index: 1;
  cursor: pointer;
  display: none;
}
.submit_text {
  display: none;
}
.single_container a.email_flex {
  color: #0c0c0c;
}
.single_container a.email_flex:hover {
  transition: 0.3s all;
  color: #ff4571;
}
.page-404.flex {
  justify-content: center;
  height: 60vh;
  align-items: center;
}
.page-404.flex .text-404 {
  font-size: 19px;
  font-weight: 600;
  line-height: 23px;
  color: #1e192d;
}
.f404 {
  width: 145px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.f404 span {
  font-size: 60px;
}
.donation_content {
  margin-bottom: 45px;
}
.donation-tabs .tab-list {
  display: flex;
  list-style: none;
  padding: 0;
  margin-bottom: 45px;
  flex-wrap: wrap;
}
.donation-tabs .tab-item {
  text-decoration: none;
  padding: 10px;
  color: #1e192d;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  cursor: pointer;
  margin-right: 40px;
}
.donation-tabs .tab-item.active {
  color: #aa1639;
  border-radius: 9px;
  background: #fff;
}
.donation-tabs .tab-pane {
  display: none;
}
.donation-tabs .tab-pane h2 {
  color: #1E192D;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 107%;
  margin-bottom: 25px;
}
.donation-tabs .tab-pane h3 {
  font-size: 25px;
  font-weight: 600;
}
.donation-tabs .tab-pane .button {
  font-size: 19px;
  line-height: 20px;
  text-align: center;
  padding: 20px 5px;
  background: #1e192d;
  border-radius: 40px;
  color: #fff;
  width: 175px;
  border: none;
  cursor: pointer;
  display: block;
}
.donation-tabs .tab-pane .button:hover {
  background: #0b061a;
  transition: 0.3s all;
}
.donation-tabs .tab-pane.active {
  display: block;
}
.wayforpay_form .flex {
  justify-content: flex-start;
  flex-wrap: wrap;
}
.wayforpay_form label {
  display: flex;
}
.wayforpay_form label + input {
  width: 350px;
  max-width: 100%;
}
.wayforpay_form .form-row {
  margin-bottom: 35px;
  margin-right: 30px;
}
@media (max-width: 1250.98px) {
  header .header_menu {
    display: none;
  }
  header .site_logo {
    z-index: 2;
  }
  header .search {
    z-index: 2;
  }
  header .user_cabinet {
    z-index: 2;
  }
  .slide_menu_wrap .container {
    height: 80vh;
    overflow-x: auto;
    padding-bottom: 40px;
  }
  .slide_menu_wrap {
    padding: 150px 0;
  }
  .subscribe_form_section_wrap .wpcf7-response-output {
    top: 150px;
  }
}
@media (max-width: 991.98px) {
  .about_menu_wrap .about_menu a {
    text-align: left;
    display: flex;
  }
  .single_container {
    font-size: 20px;
    line-height: 35px;
  }
  .back_archive {
    margin: 35px 0px 30px 0px;
  }
  .join_ruta .col-md-4 {
    display: none;
  }
  .join_ruta .join_ruta_info {
    padding: 40px 45px 50px 40px;
    min-height: 100%;
  }
  .join_ruta .col-md-8 {
    max-width: 100%;
    flex: 100%;
  }
  .subscribe_form_section_wrap {
    display: block;
  }
  .subscribe_form_section_wrap .subscribe_form_text {
    margin-bottom: 10px;
  }
  .subscribe_form_section_wrap .subscribe_form_text {
    margin-bottom: 15px;
  }
  footer .container > .flex {
    display: block;
  }
  .home_top_text h1 {
    font-size: 30px;
    line-height: 42px;
  }
  .membership h1 {
    text-align: left;
    font-size: 35px;
    line-height: 35px;
  }
  .membership h2 {
    text-align: left;
    font-size: 35px;
    line-height: 35px;
  }
  .about_menu_wrap .about_menu {
    flex-wrap: wrap;
    justify-content: left;
  }
  .cabinet_menu {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .popup_wrap .popup .popup_text {
    height: 50vh;
    overflow: auto;
    padding-right: 15px;
  }
  .subscribe_form_section_wrap .wpcf7-response-output {
    top: 215px;
  }
  .single_container ul li {
    text-align: left;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .single_container ul {
    padding-left: 15px;
  }
}
@media (max-width: 767.98px) {
  .cabinet .choose_wrap .choose .price span:first-of-type {
    padding-left: 0;
  }
  .cabinet .choose_wrap .choose .title {
    line-height: 25px;
    font-size: 22px;
  }
  .cabinet .choose_wrap .choose .price span {
    font-size: 20px;
  }
  .membership {
    margin-bottom: 40px;
  }
  .single_container ol li {
    text-align: left;
  }
  header .btn {
    display: none;
  }
  header .site_logo {
    padding-right: 20px;
  }
  header .search {
    margin-right: 20px;
  }
  .theme_switcher {
    margin-right: 20px;
  }
  header .user_cabinet {
    margin-right: 20px;
  }
  header .site_logo {
    width: 150px;
  }
  header .site_logo svg {
    width: 100%;
  }
  .slide_menus {
    display: block;
  }
  .slide_menu_info {
    display: block;
  }
  .slide_menu_info .slide_menu_info_text {
    padding-right: 0;
    margin-bottom: 10px;
  }
  .slide_menu li {
    margin-bottom: 10px;
  }
  .apply_block {
    flex-direction: column;
  }
  .apply_block a {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .apply_block span {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .single-conference h1 {
    text-align: left;
    font-size: 24px;
    margin-bottom: 25px;
    line-height: 30px;
  }
  .type_title {
    font-size: 24px;
  }
  .back_archive a {
    font-size: 14px;
  }
  .back_archive {
    margin-bottom: 10px;
  }
  .single_location {
    font-size: 16px;
    text-align: left;
    line-height: 20px;
  }
  .back_archive {
    margin: 0px 0px 30px 0px;
  }
  .single_container {
    text-align: left;
  }
  .apply_block_bottom .flex {
    display: block;
  }
  .apply_block_bottom .flex a {
    margin-bottom: 10px;
  }
  .subscribe_form_section_wrap {
    padding: 30px;
  }
  .subscribe_form_section_wrap form p {
    display: block;
  }
  .subscribe_form_section_wrap .wpcf7-form-control-wrap {
    margin-bottom: 20px;
  }
  .subscribe_form_section_wrap .subscribe_form_text {
    display: inline-block;
    font-size: 30px;
    line-height: 33px;
    width: 100%;
  }
  .join_ruta .join_ruta_info {
    padding: 30px;
  }
  .join_ruta .join_ruta_info h3 {
    font-size: 30px;
    line-height: 33px;
  }
  .share_block {
    margin-bottom: 50px;
  }
  .join_ruta .join_ruta_info span {
    margin-bottom: 20px;
  }
  .share_block a {
    margin: 0 2px;
  }
  .btn {
    font-size: 14px;
  }
  .apply_block_bottom {
    margin-bottom: 40px;
  }
  .join_ruta {
    margin-bottom: 40px;
  }
  footer .footer_info_top {
    display: block;
  }
  footer .footer_menus {
    display: block;
  }
  .membership .planes .ttl_wrap {
    margin-bottom: 10px;
  }
  .membership .planes .price {
    margin-bottom: 10px;
  }
  .membership .small_container {
    display: block;
  }
  .membership h2 {
    margin-bottom: 10px;
  }
  .have_account .btn {
    height: auto;
  }
  .page-template-about-partners h1 {
    font-size: 32px;
    line-height: 35px;
  }
  .other_news .other_news_title {
    display: block;
  }
  .cabinet-registration #loginform .login-username {
    width: 100%;
    margin-bottom: 20px;
  }
  .cabinet-registration #loginform .login-password {
    width: 100%;
  }
  .cabinet .cabinet__title {
    font-size: 40px;
  }
  .cabinet .cabinet__subtitle {
    font-size: 22px;
  }
  .cabinet .cabinet-form label {
    display: block;
  }
  .cabinet .cabinet-form .radio_wrap label {
    display: block;
    font-size: 18px;
    line-height: 25px;
  }
  .cabinet .cabinet-form label span {
    padding-left: 0;
  }
  .cabinet .choose_wrap .choose {
    display: block;
  }
  .cabinet .choose_wrap .choose .title {
    margin-bottom: 5px;
  }
  .cabinet .choose_wrap .choose .subtitle {
    margin-bottom: 5px;
  }
  .cabinet-form .select {
    margin-bottom: 20px;
  }
  .cabinet .checkboxes_wrap ul {
    column-count: 1;
  }
  .cabinet-form .flex.alc {
    display: block;
  }
  .page-template-cabinet .name_surname {
    font-size: 30px;
  }
  .page-template-cabinet .my_plan {
    flex-wrap: wrap;
  }
  .plan_price {
    margin-top: 5px;
  }
  .plan_name {
    margin-top: 5px;
  }
  .page-template-cabinet .personal_info .info_wrap {
    display: flex;
    flex-direction: column;
  }
  .page-template-cabinet .personal_info h2 {
    font-size: 30px;
  }
  .edit-personal-information .buttons {
    flex-wrap: wrap;
  }
  .edit-personal-information .buttons .btn {
    margin-bottom: 10px;
  }
  .edit-personal-information .edit_email {
    flex-wrap: wrap;
  }
  .edit-personal-information .edit_email a {
    margin-left: 0;
  }
  .cabinet .cabinet__title {
    font-size: 30px;
  }
  .page-template-cabinet .personal_info .research_interest span {
    word-wrap: break-word;
  }
  .page-template-cabinet .status a {
    display: block;
  }
  .subscription_history .subscription_history_list .subscription_history_item {
    padding-left: 25px;
  }
  .cabinet-form-block {
    margin-bottom: 85px;
  }
  .page-template-cabinet-profile-settings .radio_wrap label {
    font-size: 15px;
    line-height: 22px;
  }
  .cabinet_h2 {
    font-size: 30px;
  }
  .popup_wrap .popup {
    padding: 30px;
  }
  .popup_wrap .popup .popup_title {
    font-size: 22px;
    line-height: 117%;
  }
  .popup_wrap .popup .flex {
    flex-wrap: wrap;
  }
  .popup_wrap .popup .flex .btn {
    margin-bottom: 5px;
  }
  .cabinet .checkboxes_wrap ul label span {
    text-align: left;
    line-height: 25px;
  }
  .cabinet .checkboxes_wrap li {
    margin: 10px;
  }
  .popup_wrap .popup .cls {
    width: 30px;
    height: 30px;
  }
  .popup_wrap .popup .cls svg {
    width: 100%;
    height: 100%;
  }
  .popup_wrap .popup .popup_title {
    width: 80%;
  }
  .popup_wrap .popup .popup_text {
    height: 20vh;
  }
  .subscribe_form_section_wrap .wpcf7-response-output {
    top: 132px;
  }
  .slide_menu_wrap {
    padding: 85px 0;
  }
  .slide_menu_wrap .donate_btn {
    height: 55px;
  }
  #scrollToTopBtn {
    right: 5%;
    bottom: 5%;
  }
  .people__text ul li {
    text-align: left;
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 10px;
  }
  form .wpcf7-list-item-label:before {
    top: 0;
  }
  form .wpcf7-list-item-label:after {
    top: 8px;
  }
}
@media (max-width: 525.98px) {
  .subscribe_form_section_wrap .wpcf7-response-output {
    top: 160px;
  }
  input[type="text"]::placeholder, input[type="email"]::placeholder {
    white-space: pre-line;
    position: relative;
    top: 0px;
  }
  .write_specialization input[type="text"]::placeholder {
    white-space: pre-line;
    position: relative;
    top: -7px;
  }
  .wayforpay_form .form-row {
    margin-right: 0;
  }
  .wayforpay_form label + input {
    width: 100%;
  }
}
