._flex-display {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

._justify-content-center {
  -ms-flex-pack: center;
  justify-content: center;
}

._justify-content-end {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

._justify-content-start {
  -ms-flex-pack: start;
  justify-content: flex-start;
}

._justify-content-justify {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@font-face {
  font-family: 'Acumin Pro';
  src: url('../fonts/AcuminPro-Bold.woff2') format('woff2'), url('../fonts/AcuminPro-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Acumin Pro';
  src: url('../fonts/AcuminPro-Regular.woff2') format('woff2'), url('../fonts/AcuminPro-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aktiv Grotesk';
  src: url('../fonts/AktivGrotesk-Bold.eot');
  src: url('../fonts/AktivGrotesk-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/AktivGrotesk-Bold.otf') format('otf'), url('../fonts/AktivGrotesk-Bold.svg#AktivGrotesk-Bold') format('svg'), url('../fonts/AktivGrotesk-Bold.ttf') format('truetype'), url('../fonts/AktivGrotesk-Bold.woff') format('woff'), url('../fonts/AktivGrotesk-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Calibre';
  src: url('../fonts/Calibre-Regular.eot');
  src: url('../fonts/Calibre-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Calibre-Regular.woff2') format('woff2'), url('../fonts/Calibre-Regular.woff') format('woff'), url('../fonts/Calibre-Regular.ttf') format('truetype'), url('../fonts/Calibre-Regular.svg#Calibre-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Biennale';
  src: url('../fonts/Biennale-Regular.eot');
  src: url('../fonts/Biennale-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Biennale-Regular.woff2') format('woff2'), url('../fonts/Biennale-Regular.woff') format('woff'), url('../fonts/Biennale-Regular.ttf') format('truetype'), url('../fonts/Biennale-Regular.svg#Biennale-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea {
  overflow: hidden;
}

ul {
  list-style: disc;
  margin-bottom: 0;
  padding-left: 20px;
}

ol {
  list-style: decimal;
  margin-bottom: 0;
  padding-left: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
}

a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

.single-news .content-block a:not(.ember-view, .btn) {
  position: relative;
  display: inline-block;
  text-decoration: underline;
  color: inherit;
}

.single-news .content-block a:not(.ember-view)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 1px;
  background: transparent;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.18s ease, background 0.18s ease;
}
.single-news .content-block a.btn::after{
  display: none;
}
.single-news .content-block a:not(.ember-view):hover::after {
  background: #000;
  transform: scaleX(1);
}

.single-news .content-block a.was-visited::after {
  background: #000;
  transform: scaleX(1);
}

.single-news .content-block a.was-visited,
.single-news .content-block a:visited {
  color: #000;
}

.single-news a.ember-view {
  color: #000;
  text-decoration: underline;
}

*:focus::-webkit-input-placeholder {
  color: transparent !important;
}

*:focus::-moz-placeholder {
  color: transparent !important;
}

*:focus:-moz-placeholder {
  color: transparent !important;
}

*:focus:-ms-input-placeholder {
  color: transparent !important;
}

p,
li {
  line-height: 1.3;
}

p {
  margin-bottom: 10px;
}

html {
  height: 100%;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

body {
  font-family: "Acumin Pro", sans-serif;
  font-optical-sizing: auto;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  color: #030321;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  /* display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; */
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.col-12,
.col-md-3,
.col-md-7,
.col-md-9,
.col-md-10,
.col-md-11,
.col-sm-6,
.col-md-6,
.col-md-4,
.col-sm-3,
.col-xm-6,
.col-md-12,
.col-md-8,
.col-md-5,
.col-md-2,
.col-sm-4,
.col-sm-8 {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.col-12.no-pad,
.col-md-3.no-pad,
.col-md-7.no-pad,
.col-md-9.no-pad,
.col-md-10.no-pad,
.col-md-11.no-pad,
.col-sm-6.no-pad,
.col-md-6.no-pad,
.col-md-4.no-pad,
.col-sm-3.no-pad,
.col-xm-6.no-pad,
.col-md-12.no-pad,
.col-md-8.no-pad,
.col-md-5.no-pad,
.col-md-2.no-pad,
.col-sm-4.no-pad,
.col-sm-8.no-pad {
  padding-left: 0;
  padding-right: 0;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.main-block {
  /* -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  height: 100%; */
}
main.main_pad_t122{
  padding-top: 122px;
}
main.main_pad_t122 .xdna_breadcrumbs{
  margin-top: 0;
}
.text-center {
  text-align: center;
}

.color-black.main-header {
  background-color: #fff;
}

.color-black .main-menu a

/* .color-black .main-header-wrap .right-nav a */
  {
  color: #030321;
}

.color-black .main-menu a.main-search svg path,
.color-black .main-header-wrap .right-nav a.main-search svg path {
  fill: #030321 !important;
}

.main-header:not(.color-black).open {
  background-color: #030321;
}

.main-sect {
  padding: 80px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 991px) {
  .main-sect {
    padding-block: 55px;
  }
}

@media (max-width: 767px) {
  .main-sect {
    padding-block: 35px;
  }
}

.main-sect.pad-bot-0 {
  padding-bottom: 0;
}

.main-sect.pad-sm {
  padding: 35px 0;
}

.main-sect.pad-t-sm {
  padding-top: 45px;
}

.main-sect.pad-b-md {
  padding-bottom: 60px;
}

.top_banner {
  min-height: 495px;
  color: #fff;
  margin-top: 122px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}

.top_banner.video_banner {
  overflow: hidden;
}

.top_banner.video_banner .overlay {
  z-index: 1;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /*background: linear-gradient(0deg, rgba(3, 3, 33, 0.6) 0%, rgba(3, 3, 33, 0.6) 100%);*/
  background: linear-gradient(0deg, rgba(3, 3, 33, 0.6) 0%, rgba(3, 3, 33, 0.25) 100%);
}

.top_banner.video_banner .content {
  padding-top: 200px;
  padding-bottom: 230px;
}

.top_banner.video_banner .container {
  position: relative;
  z-index: 2;
}

.top_banner.video_banner .container:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: -60px;
  border-radius: 145.5px;
  background: rgba(3, 3, 33, 0.4);
  width: 775px;
  height: 326px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  filter: blur(50px);
  transform: translate(0, -50%);
}

.top_banner.video_banner .container .content {
  position: relative;
  z-index: 2;
}

.top_banner.video_banner .play-pause {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 100%;
  margin-left: 65px;
  bottom: 146px;
  background-color: transparent;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  z-index: 3;
}

.top_banner.video_banner video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
}

.top_banner .breadcrumbs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.top_banner .content {
  padding-top: 80px;
  padding-bottom: 80px;
}

.top_banner .content.pad-t-180 {
  padding-top: 180px;
}

.top_banner p {
  font-family: "Acumin Pro";
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.3;
}

.top_banner h1 {
  color: #FFF;
  margin-bottom: 25px;
  font-family: "Aktiv Grotesk";
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
  /* 59.4px */
  letter-spacing: -1.08px;
}

.videobg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  background: #000;
}

.videobg-width {
  position: absolute;
  width: 100%;
  height: 100%;
  left: -9999px;
  right: -9999px;
  margin: auto;
}

.videobg-aspect {
  position: absolute;
  width: 100%;
  height: 0;
  top: -9999px;
  bottom: -9999px;
  margin: auto;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.videobg-make-height {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.videobg-hide-controls {
  box-sizing: content-box;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px 97.7777px;
  top: -55px;
  left: -97.7777px;
}

.map_contact {
  display: flex;
  margin-top: 70px;
}

.map_contact .map {
  flex: 1 1 auto;
}

.map_contact .address {
  flex: 0 0 369px;
  max-width: 369px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.map_contact .item-contact {
  flex: 1;
  background: rgba(255, 255, 255, 0.15);
  padding: 13px 24px;
}

.map_contact .item-contact p {
  margin-bottom: 0;
}

.map_contact .item-contact h3 {
  font-family: "Acumin Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
}

.contact-form {
  max-width: 610px;
  margin: 85px auto 0 auto;
}

.contact-form .form-style {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
}
.contact-form .form-style .form-line, .contact-form .form-style p{
  width: 100%;
}
.contact-form .form-style label {
  flex-basis: calc(50% - 15px);
}

.contact-form .form-style input:not([type=submit]),
.contact-form .form-style select,
.contact-form .form-style textarea {
  color: #fff;
}

.contact-form .form-style .full_width {
  flex: 0 0 100%;
  width: 100%;
}

.form-style small {
  font-family: "Acumin Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 22px;
}

.form-style .check-wrap {
  display: flex;
  align-items: flex-start;
  margin-bottom: 24px;
  font-family: 'Biennale';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  /* 25.2px */
}

.form-style .check-wrap input {
  margin-top: 2px;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  margin-right: 12px;
}

.form-style .btn {
  padding-left: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url('../img/angle-r.svg');
  background-repeat: no-repeat;
  background-position: 16px 7px;
  background-size: 24px 24px, 100%;
  transition: 0.3s ease;
  cursor: pointer;
}

.form-style .btn:hover {
  background-image: url('../img/angle-r-w.svg');
}

.form-style label {
  display: block;
  margin-bottom: 24px;
  font-family: 'Acumin Pro';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 25.2px */
}

.form-style label select {
  -webkit-appearance: none;
  background-image: url('../img/angle-d.svg');
  background-repeat: no-repeat, repeat;
  background-position: right 10px top 50%, 0 0;
  background-size: 24px auto, 100%;
}

.form-style label select option {
  color: #030321;
}

.form-style label textarea {
  height: 90px;
  resize: none;
}

.form-style input:not([type=submit]),
.form-style select,
.form-style textarea {
  margin-top: 10px;
  width: 100%;
  font-family: 'Biennale';
  font-size: 18px;
  padding: 9px 16px;
  line-height: normal;
  border-radius: 23px;
  background-color: transparent;
  border: 1px solid #BDBDBD;
}

.page-template-page-partners-template .form-style label,
.form-style input:not([type=submit]),
.form-style select,
.form-style textarea {
  font-family: "Acumin Pro", sans-serif;
}

.title-h1 {
  font-family: "Aktiv Grotesk";
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
  /* 59.4px */
  letter-spacing: -1.08px;
}

.breadcrumbs {
  padding: 16px 0;
}

.breadcrumbs a,
.breadcrumbs span,
.breadcrumbs svg {
  vertical-align: middle;
  font-family: "Acumin Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}

.breadcrumbs a {
  color: inherit;
  text-decoration: underline;
}

.breadcrumbs a:hover {
  text-decoration: none;
}

.breadcrumbs svg {
  margin: 0 6px;
}

.filter-section {
  padding: 20px 0 10px 0;
}

.filter-section .container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 20px;
}

.filter-section .filter_block p,
.filter-section .filter_block a {
  display: inline-block;
  color: #030321;
  margin-bottom: 10px;
  vertical-align: middle;
  margin-right: 10px;
}

.filter-section .filter_block p {
  font-family: "Acumin Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}

.filter-section .filter_block a {
  font-family: 'Calibre';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: 16px;
  background: rgba(255, 107, 54, 0.5);
  transition: 0.3s ease;
}

.filter-section .filter_block a:hover {
  opacity: 0.9;
}

.row-reverse {
  flex-direction: row-reverse;
}

.img_alert {
  max-width: 517px;
  position: relative;
}

.img_alert p {
  position: absolute;
  margin-bottom: 0;
  left: 26px;
  bottom: 20px;
  padding: 74px 0 20px 27px;
  border-left: 1px solid #FF6B36;
  color: #fff;
}

.text_padl33 {
  padding-left: 33px;
}

.prod_block {
  position: relative;
  padding: 58px 34px;
  display: flex;
  justify-content: flex-end;
  margin-top: 54px;
}

.prod_block .bg_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}

.prod_block .bg_img>img {
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.prod_block .icon-logo {
  position: absolute;
  bottom: 58px;
  left: 55px;
}

.prod_block .text {
  position: relative;
  z-index: 2;
  border-radius: 8px;
  background: #FFF;
  max-width: 534px;
  width: 50%;
  padding: 40px;
  min-height: 356px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
}

.prod_block p,
.prod_block li {
  line-height: 1.4;
}

.prod_block .btn {
  border-color: #000;
}

.prod_block h3 {
  font-family: "Acumin Pro";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  /* 28.8px */
  margin-bottom: 25px;
  letter-spacing: -0.24px;
}
.prod_block h3 p{
  margin-bottom: 0;
  line-height: 1.2;
}
.prod_block .label {
  color: #6E6E6E;
  display: block;
  margin-bottom: 10px;
  font-family: 'Calibre';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.get_section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.get_section .container {
  position: relative;
  z-index: 2;
}

.get_section:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  content: '';
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #030321 100%);
}

.outcomes-row {
  display: flex;
  gap: 20px;
}

.outcomes-row .item-box:first-child {
  min-width: 200px;
}

.outcomes-row p,
.outcomes-row li {
  line-height: 1.4;
}

.outcomes-row h3 {
  font-family: "Acumin Pro";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
  /* 44px */
  letter-spacing: -0.4px;
}

.border_block {
  padding: 48px 0;
  border-top: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
}

.content_def {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.content_def.bold-headers h1,
.content_def.bold-headers h2,
.content_def.bold-headers h3,
.content_def.bold-headers h4,
.content_def.bold-headers h5,
.content_def.bold-headers h6 {
  font-weight: 700;
  margin-bottom: 8px;
}
.content_def *+h3{
  margin-top: 40px;
}
.content_def h3 {
  color: #030321;
  margin-bottom: 10px;
  font-family: "Acumin Pro";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.24px;
}
.content_def p{
  margin-bottom: 20px;
}
.content_def p,
.content_def li {
  line-height: 1.4;
}

.content_def iframe {
  width: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  aspect-ratio: 16 / 9;
  height: auto;
}

.content_def img {
  margin-top: 13px;
}

.content_def img.aligncenter {
  display: block;
  margin-inline: auto;
}

.quote {
  margin-top: 70px;
}

.quote svg {
  margin-bottom: 30px;
  vertical-align: middle;
}

.quote p {
  font-family: "Acumin Pro";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  /* 28.6px */
}

.quote .name_pos {
  margin-top: 20px;
}

.quote .name_pos strong {
  font-weight: 600;
}

.quote .name_pos p {
  font-family: "Acumin Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
}

.bg_dark_blue {
  background-color: #030321;
}

.item-post {
  display: block;
  color: #FFF;
  position: relative;
  overflow: hidden;
  text-align: left;
}

.item-post:hover img {
  transform: scale(1.1);
}

.item-post.vertical-img h3 {
  font-size: 24px;
}

.item-post.vertical-img p {
  font-size: 16px;
  font-family: "Acumin Pro", sans-serif;
}

.item-post img {
  width: 100%;
  transition: 0.3s ease;
}

.item-post:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 40%, rgba(3, 3, 33, 0.9) 85%, rgba(3, 3, 33, 0.9) 100%);
}

.item-post .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 24px;
  z-index: 2;
}

.item-post h3 {
  margin-bottom: 8px;
  font-family: "Acumin Pro";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.item-post p {
  font-family: 'Calibre';
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 0;
}

.item-post__meta-wrap {
  position: absolute;
  top: 24px;
  left: 24px;
  display: flex;
  gap: 8px;
}


.news-container {
  padding-inline: 12px;
}

.news-container .row {
  row-gap: 40px;
  margin-inline: -12px;
}

.news-container .row>div {
  padding-inline: 12px;
}

.item-post_news .img-fluid {
  aspect-ratio: 348 / 306;
  object-fit: cover;
}

@media(max-width: 767px) {
  .item-post_news .img-fluid {
    aspect-ratio: none;
  }
}

.item-post_news::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 40%, rgba(3, 3, 33, 0.90) 85%, rgba(3, 3, 33, 0.90) 100%);
}

.item-post_news h3 {
  margin-bottom: 0;
}

.meta-label {
  font-family: Biennale;
  font-weight: 400;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.65px;
  vertical-align: middle;
  text-transform: uppercase;
  padding: 8px 16px;
  background: #fff;
  border-radius: 100px;
  color: #030321;
  display: inline-block;
}

.meta-label_blue {
  color: #fff;
  background-color: #5940FF;
}

.event-tile {
  padding: 24px 16px;
  background-color: #5940FF;
  aspect-ratio: 348 / 306;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #fff;
}

.event-tile:hover .btn {
  color: #fff;
  background-color: #030321;
}

.event-tile:hover .btn path {
  fill: #fff;
}

.event-tile__header {
  display: flex;
  gap: 16px;
  align-items: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  margin-top: 0.5em;
}

.event-tile__meta-wrap {
  margin: auto 0;
  padding: 0;
  list-style: none;
}

@media(max-width: 767px) {
  .event-tile__meta-wrap {
    margin-block: 27px;
  }

  .event-tile__header {
    margin-bottom: auto;
  }

  .event-tile .btn {
    margin-top: auto;
  }
}

.event-tile__meta-wrap li:not(:first-child) {
  margin-top: 12px;
}

.event-tile__meta {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.img_full {
  margin: 60px 0;
}

.img_full img {
  margin-bottom: 10px;
}

.img_full p {
  font-family: 'Calibre';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
}

.border_blocks {
  margin-right: 0;
  margin-left: 0;
}

.border_blocks>div {
  border-left: 1px solid #FF6B36;
  padding: 0 24px;
}

.border_blocks p {
  line-height: 1.4;
}

.border_blocks .icon {
  height: 64px;
  margin-bottom: 40px;
}

.border_blocks .icon img {
  max-height: 100%;
}

.fon24 {
  font-size: 24px;
}

.fon24 p {
  line-height: 1.2;
  letter-spacing: -0.24px;
}

.max_w880 {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}

.img_boxes {
  display: flex;
  margin-top: 40px;
}

.img_boxes .item_link_box {
  display: flex;
  aspect-ratio: unset;
  height: 551px;
  position: relative;
  align-items: flex-end;
  color: #fff;
  flex: 1 1 0;
  transition: flex 0.6s ease;
}

.img_boxes .item_link_box .hidden_text {
  margin-top: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: 0.3s ease;
}

.img_boxes .item_link_box .text {
  padding: 24px;
  position: absolute;
  z-index: 2;
  bottom: 0;
  top: 60%;
  left: 0;
  width: 100%;
  max-width: 330px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: 0.3s ease;
}

.img_boxes .item_link_box .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
}

.img_boxes .item_link_box .img img {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: auto;
}

.img_boxes .item_link_box .img .hover_visible {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.1s 0.6s ease;
}

@media (min-width: 768px) {
  .img_boxes .item_link_box.not_hover .text {
    opacity: 0.5;
  }

  .img_boxes .item_link_box:hover {
    flex: 0 0 300px;
    aspect-ratio: unset;
  }

  .img_boxes .item_link_box:hover .text {
    top: 0;
  }

  .img_boxes .item_link_box:hover .hidden_text {
    transition: opacity 0.3s 0.2s ease;
  }

  .img_boxes .item_link_box:hover .img img.hover_visible {
    opacity: 1;
    transition: opacity 0.1s ease;
  }

  .img_boxes .item_link_box:hover .hidden_text {
    margin-top: 30px;
    height: auto;
    opacity: 1;
  }

  .img_boxes .item_link_box:hover:before {
    background: radial-gradient(105.63% 61.79% at 26.17% 28.31%, rgba(3, 3, 33, 0.4) 40%, rgba(3, 3, 33, 0.12) 80%);
  }
}

@media (min-width: 992px) {
  .img_boxes .item_link_box:hover {
    flex: 0 0 400px;
  }
}

@media (min-width: 1200px) {
  .img_boxes .item_link_box:hover {
    flex: 0 0 600px;
  }
}

.img_boxes .item_link_box:first-child {
  border-right: none;
}

.img_boxes .item_link_box:first-child:after {
  display: none;
}

.img_boxes .item_link_box:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  content: '';
  background-color: #6E6E6E;
  z-index: 3;
}

.img_boxes .item_link_box:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: linear-gradient(0deg, rgba(3, 3, 33, 0.5) 0%, rgba(3, 3, 33, 0.5) 100%);
  z-index: 2;
}

.img_boxes .item_link_box .icon {
  height: 54px;
  margin-bottom: 20px;
}

.img_boxes .item_link_box .icon img {
  max-height: 100%;
  width: auto;
}

.img_boxes .item_link_box h3 {
  font-family: "Acumin Pro";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  /* 28.8px */
  letter-spacing: -0.24px;
}

.accordions.accordion_panel {
  border-bottom: 1px solid #6E6E6E;
}

.accordions.accordion_panel .item-accord {
  border-color: #6E6E6E;
  color: #FFF;
}

.accordions.accordion_panel .item-accord .toggle-accord {
  display: flex;
  align-items: center;
  padding: 32px 16px;
}

.accordions.accordion_panel .item-accord .toggle-accord.open .angle svg {
  transform: rotate(180deg);
}

.accordions.accordion_panel .item-accord .toggle-accord h3 {
  margin-bottom: 12px;
  font-family: "Acumin Pro";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.24px;
}

.accordions.accordion_panel .item-accord .toggle-accord p {
  line-height: 1.4;
  font-size: 16px;
  font-weight: 400;
}

.accordions.accordion_panel .item-accord .toggle-accord .angle {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  background: #FFF;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
}

.accordions.accordion_panel .item-accord .c_logo {
  flex: 0 0 187px;
  text-align: center;
}

.accordions.accordion_panel .item-accord .c_text {
  flex: 1 1 auto;
  display: flex;
  padding-left: 25px;
  align-items: center;
}

.accordions.accordion_panel .item-accord .c_text div {
  padding-right: 20px;
}

.accordions.accordion_panel .content-accord {
  padding: 32px 0;
}

.accordions.accordion_panel .content-accord *+.title-post {
  margin-top: 32px;
}

.accordions.accordion_panel .content-accord .title-post {
  margin-bottom: 30px;
  font-family: "Acumin Pro";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.accordions .item-accord {
  color: #030321;
  border-top: 1px solid #00CCF2;
}

.accordions .item-accord .toggle-accord {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 16px 0;
  font-family: "Acumin Pro";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.24px;
}

.accordions .item-accord .toggle-accord.open .plus-minus .plus {
  display: none;
}

.accordions .item-accord .toggle-accord.open .plus-minus .minus {
  display: inline;
}

.accordions .item-accord .toggle-accord .plus-minus {
  flex: 0 0 24px;
}

.accordions .item-accord .toggle-accord .plus-minus .minus {
  display: none;
}

.accordions .content-accord {
  display: none;
}

.accordions .content-accord h4 {
  font-family: "Acumin Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 15px;
}

.accordions .content-accord p,
.accordions .content-accord li {
  line-height: 1.4;
}

.post-slider {
  display: flex;
  margin: 0 -15px;
  position: relative;
  overflow: visible !important;
}

.post-slider.slick-initialized {
  display: block;
}

.post-slider.slick-initialized .item_sl {
  flex: unset;
}

.post-slider .slick-list {
  overflow: hidden;
}

.post-slider .slick-track {
  display: flex;
}

.post-slider .item_sl {
  flex: 0 0 33.33%;
  padding: 0 15px;
}

.post-slider .slick-arrow {
  position: absolute;
  top: 50%;
  background-color: #fff;
  -webkit-appearance: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: -20px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  z-index: 100;
}

.post-slider .slick-arrow.slick-next {
  right: -6px;
}

.post-slider .slick-arrow.slick-prev {
  left: -6px;
}

.post-slider .slick-arrow.slick-prev svg {
  transform: rotate(180deg);
}

.post-slider .slick-arrow svg {
  vertical-align: middle;
}

.slider_nav_timeline {
  margin-bottom: 32px;
}

.slider_nav_timeline .slick-list {
  display: flex;
  justify-content: center;
}

.slider_nav_timeline .item_sl {
  padding-bottom: 25px;
  font-family: "Acumin Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  position: relative;
  text-align: center;
  cursor: pointer;
}

.slider_nav_timeline .item_sl.slick-current:after {
  height: 4px;
  background-color: #55C1E9;
}

.slider_nav_timeline .item_sl:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #505050;
}

.slider_timeline {
  padding-bottom: 60px;
  position: relative;
}

.slider_timeline .slick-arrow {
  position: absolute;
  width: 53px;
  height: 53px;
  border: 1px solid #55C1E9;
  border-radius: 50%;
  right: 0;
  bottom: 0;
  background: #55C1E9;
  cursor: pointer;
  z-index: 100;
}

.slider_timeline .slick-arrow svg {
  vertical-align: middle;
}

.slider_timeline .slick-arrow.slick-disabled-next {
  border-color: #fff;
  background-color: transparent;
  pointer-events: none;
}

.slider_timeline .slick-arrow.slick-disabled-next path {
  fill: #ffffff !important;
}

.slider_timeline .slick-arrow.slick-prev {
  right: 61px;
}

.slider_timeline .slick-arrow.slick-prev.slick-disabled {
  border-color: #fff;
  background-color: transparent;
  pointer-events: none;
}

.slider_timeline .slick-arrow.slick-prev.slick-disabled path {
  fill: #ffffff !important;
}

.slider_timeline .slick-arrow.slick-prev svg {
  transform: rotate(180deg);
}

.slider_timeline .slick-track {
  align-items: center;
}

.slider_timeline .changing .text {
  position: relative;
}

.slider_timeline .changing .content-sl .paragraph {
  position: absolute;
  left: 30px;
  right: 30px;
}

.slider_timeline .item_sl {
  padding: 0 13px;
  min-height: 470px;
  display: flex;
  align-items: center;
}

.slider_timeline .item_sl.slick-current .content-sl {
  width: 423px;
  flex: 0 0 423px;
}

.slider_timeline .item_sl.slick-current .content-sl img {
  opacity: 1;
  height: auto;
  transform: scale(1);
}

.slider_timeline .item_sl:not(.slick-current) .content-sl {
  transform: translateX(120px);
}

.slider_timeline .item_sl.prev-sl .content-sl {
  transform: translateX(0) !important;
}

.slider_timeline .item_sl .content-sl {
  width: 100%;
  transition: 0.3s ease;
}

.slider_timeline .item_sl .content-sl img {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transform: scale(0);
  transform-origin: right bottom;
  transition: 0.3s ease;
}

.slider_timeline .item_sl .content-sl .text {
  padding: 30px;
  border: 1px solid #505050;
  background: #030321;
  min-height: 300px;
  overflow: hidden;
}

.slider_timeline .item_sl h3 {
  color: #FFF;
  font-family: "Aktiv Grotesk";
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  /* 59.4px */
  font-variant: all-small-caps;
  letter-spacing: -1.08px;
}

.slider_timeline .item_sl.slick-current h3 {
  display: none;
}

.slider_timeline .item_sl p {
  color: #FFF;
  font-family: "Acumin Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  /* 22.4px */
}

.white_block {
  padding: 40px;
  background: #fff;
}

.download_block {
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 32px;
  position: relative;
  color: #fff;
  overflow: hidden;
}

.download_block:hover:after {
  transform: scale(1.05);
}

.download_block:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  background-size: cover;
  transform-origin: center;
  transition: transform 0.3s ease-in-out;
}

.download_block:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(0deg, rgba(3, 3, 33, 0.5) 0%, rgba(3, 3, 33, 0.5) 100%);
}

.download_block h3 {
  position: relative;
  z-index: 3;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 15px;
}

.download_block p {
  position: relative;
  line-height: 1.4;
  z-index: 3;
}

.download_block .btn {
  position: relative;
  z-index: 3;
}

.item-post-n,
.new-post {
  display: block;
  color: #030321;
  max-width: 311px;
  margin-left: auto;
  margin-right: auto;
}

.item-post-n:hover img,
.new-post:hover img {
  transform: scale(1.1);
}

.item-post-n:hover .learn_more,
.new-post:hover .learn_more {
  opacity: 1;
}

.item-post-n .img,
.new-post .img {
  margin-bottom: 24px;
  overflow: hidden;
}

.item-post-n .img img,
.new-post .img img {
  transition: 0.3s ease;
}

.item-post-n .learn_more,
.new-post .learn_more {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  margin-top: 10px;
  opacity: 1;
  transition: 0.3s ease;
  color: #FF6B36;

}
.item-post-n .learn_more path,
.new-post .learn_more path{
  fill: #FF6B36!important;
}
.item-post-n h3,
.new-post h3 {
  margin-bottom: 15px;
  font-family: "Acumin Pro";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.item-post-n p,
.new-post p {
  line-height: 1.4;
}

.new-post {
  border: 1px solid #DFDFDF;
  height: 100%;
  display: flex !important;
  flex-direction: column;
  text-decoration: none !important;
}

.new-post:hover,
.new-post:focus {
  text-decoration: none !important;
}

.new-post .img {
  margin-bottom: 0;
}

.new-post .category {
  color: #6E6E6E;
  font-family: 'Calibre';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.new-post h2 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: normal;
  flex: 1 1 auto;
}

.new-post .text {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  background: #FFF;
}

.new-post .date_p {
  color: #030321;
  font-family: "Acumin Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
}

.new-post .date_p img {
  vertical-align: middle;
  margin-right: 8px;
}

.get_touch_home {
  position: relative;
  background-position: top left;
  background-size: auto;
  background-repeat: repeat;
}

.get_touch_home:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(96deg, rgba(3, 3, 33, 0.6) 13.68%, rgba(3, 3, 33, 0.9) 75.44%);
}

.get_touch_home .container {
  position: relative;
  z-index: 2;
}

.get_touch_home .main_title {
  color: #55C1E9;
  font-size: 54px;
}

.testimonials_slider {
  padding: 32px 63px;
  border-top: 1px solid #6E6E6E;
  border-bottom: 1px solid #6E6E6E;
  color: #FFF;
  position: relative;
}

.testimonials_slider .item_sl {
  padding: 0 1px;
}

.testimonials_slider .slick-dots {
  list-style: none;
  padding: 0;
  text-align: center;
  margin-top: 20px;
}

.testimonials_slider .slick-dots li {
  display: inline-block;
  width: 4px;
  height: 3px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.6);
  margin: 0 6px;
  transition: 0.3s ease;
}

.testimonials_slider .slick-dots li.slick-active {
  background-color: #fff;
  width: 20px;
}

.testimonials_slider .slick-dots li button {
  display: none;
}

.testimonials_slider .slick-arrow {
  position: absolute;
  -webkit-appearance: none;
  background-color: transparent;
  cursor: pointer;
  top: 50%;
  z-index: 100;
  margin-top: -16px;
}

.testimonials_slider .slick-arrow svg {
  vertical-align: middle;
}

.testimonials_slider .slick-arrow.slick-prev {
  left: 16px;
}

.testimonials_slider .slick-arrow.slick-prev svg {
  transform: rotate(180deg);
}

.testimonials_slider .slick-arrow.slick-next {
  right: 16px;
}

.testimonials_slider .slick-list {
  overflow: hidden;
}

.testimonials_slider p {
  font-family: "Acumin Pro";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
}

.testimonials_slider .name_pos {
  display: flex;
  align-items: center;
  column-gap: 24px;
  margin-top: 10px;
}

.testimonials_slider .name_pos svg {
  flex: 0 0 69px;
  vertical-align: middle;
}

.testimonials_slider .name_pos div {
  flex: 1 1 auto;
}

.testimonials_slider .name_pos p {
  overflow: hidden;
  color: #BDBDBD;
  font-family: "Acumin Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}

.testimonials_slider .name_pos p strong {
  font-weight: 800;
}

.marquee-wrap {
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  padding-top: 50px;
}

.marquee-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(90deg, #030321 0%, rgba(3, 3, 33, 0) 21.25%, rgba(3, 3, 33, 0) 78.19%, #030321 100%);
}

.marquee-wrap .marquee-items {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.marquee-wrap .marquee-items a {
  margin-inline: 60px;
  flex-shrink: 0;
}

.marquee-wrap .marquee-items img {
  max-height: 61px;
  min-height: 43px;
  width: auto;
}

.mobile_menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #030321;
  padding: 20px 0 30px 0;
  display: none;
}

.mobile_menu .form-style {
  position: relative;
  margin-top: 20px;
  display: none;
}

.mobile_menu .form-style input {
  margin-top: 0;
}

.mobile_menu .form-style button {
  position: absolute;
  -webkit-appearance: none;
  outline: none;
  border: none;
  background-color: transparent;
  right: 13px;
  top: 10px;
  cursor: pointer;
}

.mobile_menu a {
  height: auto;
  font-size: 22px;
  padding: 10px 0;
  display: flex;
  color: #fff;
}

.mobile_menu .main-menu {
  display: block;
}

.mobile_menu .main-menu a {
  height: auto;
  padding: 10px 0;
  color: #fff;
}

.mobile_menu .main-menu a::after {
  display: none;
}

.mobile_menu .main-menu li {
  position: relative;
}

.mobile_menu .main-menu .angle_down {
  background-color: #00C9EF;
  right: 0;
  position: absolute;
  top: 10px;
  width: 30px;
  border-radius: 50%;
  display: block;
  height: 30px;
  background-image: url('../img/menu-arr-black.svg');
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}

.mobile_menu .main-menu .angle_down.open {
  transform: rotate(180deg);
}

.mobile_menu .main-menu ul {
  margin-top: 0;
  padding-left: 20px;
  display: none;
}

.mobile_menu .main-menu ul li {
  margin-top: 0;
}

.toggle-menu {
  display: none;
  cursor: pointer;
  background-color: #00C9EF;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

@media (max-width: 991px) {
  .toggle-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
  }
}

.toggle-menu span {
  width: 16px;
  height: 2px;
  display: block;
  position: relative;
}

.toggle-menu span.open .before {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  -moz-transition: 0.3s all ease 0.4s, top 0.3s ease 0s;
  -o-transition: 0.3s all ease 0.4s, top 0.3s ease 0s;
  -webkit-transition: 0.3s all ease 0.4s, top 0.3s ease 0s;
  transition: 0.3s all ease 0.4s, top 0.3s ease 0s;
}

.toggle-menu span.open .middle {
  opacity: 0;
  -moz-transition: 0.3s all ease 0s;
  -o-transition: 0.3s all ease 0s;
  -webkit-transition: 0.3s all ease 0s;
  transition: 0.3s all ease 0s;
}

.toggle-menu span.open .after {
  bottom: 0;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -moz-transition: 0.3s all ease 0.4s, bottom 0.3s ease 0s;
  -o-transition: 0.3s all ease 0.4s, bottom 0.3s ease 0s;
  -webkit-transition: 0.3s all ease 0.4s, bottom 0.3s ease 0s;
  transition: 0.3s all ease 0.4s, bottom 0.3s ease 0s;
}

.toggle-menu span span {
  position: absolute;
  width: 100%;
  left: 0;
  background-color: #030321;
}

.toggle-menu span span.before {
  top: -5px;
  width: 100%;
  left: 0;
  -moz-transition: 0.3s all ease 0s, top 0.3s ease 0.4s;
  -o-transition: 0.3s all ease 0s, top 0.3s ease 0.4s;
  -webkit-transition: 0.3s all ease 0s, top 0.3s ease 0.4s;
  transition: 0.3s all ease 0s, top 0.3s ease 0.4s;
}

.toggle-menu span span.after {
  bottom: -5px;
  width: 100%;
  left: 0;
  -moz-transition: 0.3s all ease 0s, bottom 0.3s ease 0.4s;
  -o-transition: 0.3s all ease 0s, bottom 0.3s ease 0.4s;
  -webkit-transition: 0.3s all ease 0s, bottom 0.3s ease 0.4s;
  transition: 0.3s all ease 0s, bottom 0.3s ease 0.4s;
}

.mar-t122 {
  margin-top: 122px;
}

.main-footer {
  font-family: 'Calibre';
  padding: 33px 0 73px 0;
  position: relative;
  background: #030321;
}

.main-footer .foot_nav ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  padding-top: 19px;
}

.main-footer .foot_nav ul li {
  flex: 0 0 50%;
  margin-top: 17px;
}

.main-footer a,
.main-footer p {
  color: #FFF;
  font-family: 'Calibre';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.main-footer:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  content: '';
  background: linear-gradient(90deg, #3C6 0%, #00CCF2 51.92%, #5940FF 100%);
}

.main-footer .container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.main-footer .copy_foot {
  flex: 0 0 100%;
  display: flex;
  gap: 4px 16px;
  flex-wrap: wrap;
}

.main-footer .copy_foot p {
  margin-bottom: 0;
  /* margin-top: -22px; */
}

.popup-form {
  padding: 40px 24px;
  background: #FFF;
  max-width: 660px;
  margin-right: auto;
  margin-left: auto;
  width: 95%;
  max-height: 95vh;
  overflow-y: auto;
  position: relative;
}
.popup-form form p{
  margin-bottom: 0;
  gap:0;
  column-gap: 20px;
}
.popup-form .form-style label select{
  background-image: url('../img/menu-arr-black.svg');
}
.popup-form .main_title {
  font-size: 32px;
}

.popup-form .btn {
  margin-top: 20px;
}

.main_title {
  position: relative;
  font-family: "Acumin Pro";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
  /* 44px */
  letter-spacing: -0.4px;
}

.main_title.font24 {
  font-size: 24px;
  align-items: center;
}

.main_title.font32 {
  font-size: 32px;
}

.main_title.angle_front {
  display: flex;
  justify-content: center;
}

.main_title.angle_front svg {
  flex: 0 0 20px;
  vertical-align: middle;
  margin-right: 16px;
}

.main_title.left-text {
  justify-content: flex-start;
}

.border-radius24 {
  border-radius: 24px;
}

.col-pad28 {
  margin-right: -14px;
  margin-left: -14px;
}

.col-pad28>div {
  padding-left: 14px;
  padding-right: 14px;
}

.col-pad26 {
  margin-right: -13px;
  margin-left: -13px;
}

.col-pad26>div {
  padding-left: 13px;
  padding-right: 13px;
}

.row-gap30 {
  row-gap: 30px;
}

.font18 {
  font-size: 18px;
}

.max-540 {
  max-width: 540px;
  margin-right: auto;
  margin-left: auto;
}

.mar-b50 {
  margin-bottom: 50px;
}

.mar-b40 {
  margin-bottom: 40px;
}

.mar-b30 {
  margin-bottom: 30px;
}

.mar-b20 {
  margin-bottom: 20px;
}

.mar-t50 {
  margin-top: 50px;
}

.mar-t60 {
  margin-top: 60px;
}

.mar-tm180 {
  margin-top: -180px;
  position: relative;
  z-index: 2;
}

.bg_grey {
  background: #F1F1F1;
}

.mar-t40 {
  margin-top: 40px;
}

.mar-t10 {
  margin-top: 10px;
}

.mar-t20 {
  margin-top: 20px;
}

.mar-t15 {
  margin-top: 15px;
}

.pad-t-none {
  padding-top: 0 !important;
}

.pad-b-none {
  padding-bottom: 0 !important;
}

.text-right {
  text-align: right;
}

.col-xm-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .visible_mob {
    display: none;
  }

  .container {
    max-width: 720px;
  }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.666666%;
    flex: 0 0 66.666666%;
    max-width: 66.666666%;
  }

  .md-align-right {
    display: flex;
    justify-content: flex-end;
  }
}

@media (min-width: 992px) {
  .mobile_menu {
    display: none !important;
  }

  .md-pad-r55 {
    padding-right: 55px;
  }

  .pad_r_md45 {
    padding-right: 45px;
  }

  .offset-md1 {
    margin-left: 8.33333%;
  }

  .container {
    max-width: 960px;
  }

  .container.max_w760 {
    max-width: 760px;
  }

  .container.max_w780 {
    max-width: 780px;
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    -ms-flex: 0 0 91.666666%;
    flex: 0 0 91.666666%;
    max-width: 91.666666%;
  }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-8 {
    -ms-flex: 0 0 66.666666%;
    flex: 0 0 66.666666%;
    max-width: 66.666666%;
  }

  .col-md-7 {
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }

  .container.max_w946 {
    max-width: 976px;
  }
  .single-news .top_banner .title-arrow{
    margin-left: 0;
    position: static;
    margin-right: 24px;
  }
}

@media (min-width: 1400px) {
  .container:not(.md_width) {
    max-width: 1350px;
  }
}

@media (max-width: 1400px) {
  .top_banner.video_banner .play-pause {
    margin-left: 0;
    bottom: 230px;
  }
}

@media (max-width: 1199px) {
  .map_contact {
    flex-direction: column;
  }

  .map_contact .address {
    flex-direction: row;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .main-header-wrap {
    padding: 10px 0;
    justify-content: space-between;
  }

  .main-header-wrap .main-menu,
  .main-header-wrap .right-nav {
    display: none;
  }

  .top_banner h1 {
    font-size: 36px;
  }

  .top_banner p {
    font-size: 20px;
  }

  .main-menu-popups {
    display: none;
  }

  .home-top-slider__slide-inner {
    gap: 4px;
  }

  .home-top-slider h2 {
    font-size: 40px;
  }

  .main_title {
    font-size: 34px;
  }

  .get_touch_home .main_title {
    font-size: 36px;
  }

  .img_boxes .item_link_box .text {
    padding: 16px;
  }

  .img_boxes .item_link_box h3 {
    font-size: 18px;
  }

  .outcomes-row {
    flex-wrap: wrap;
  }

  .main-footer .logo_foot {
    max-width: 100px;
    margin-bottom: 40px;
  }

  .main-footer .foot_nav {
    max-width: 443px;
  }

  .main-footer .foot_nav ul {
    padding-top: 0;
  }

  .main-footer .foot_nav ul li {
    margin-top: 0;
    margin-bottom: 15px;
  }

  .main-footer .container {
    flex-direction: row;
  }

  .main-footer .copy_foot {
    margin-top: 20px;
  }

  .main-footer .copy_foot p {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .img_boxes {
    flex-wrap: wrap;
  }

  .img_boxes .item_link_box {
    flex: 0 0 50%;
  }

  .img_boxes .item_link_box .img {
    position: relative;
  }

  .img_boxes .item_link_box .text {
    top: 0;
    justify-content: flex-start;
  }

  .img_boxes .item_link_box .hidden_text {
    margin-top: 25px;
    height: auto;
    opacity: 1;
    font-size: 15px;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    padding-bottom: 10px;
    align-items: flex-start;
  }

  .img_boxes .item_link_box .hidden_text div {
    flex: 1 1 auto;
  }

  .img_boxes .item_link_box:nth-child(3):after {
    width: 100%;
    height: 1px;
  }

  .img_boxes .item_link_box:nth-child(4) .img:after {
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background-color: #6E6E6E;
    z-index: 3;
  }

  .map_contact .address {
    flex-wrap: wrap;
  }

  .map_contact .address .item-contact {
    flex: 0 0 100%;
  }

  .white_block {
    padding: 30px;
  }

  .post-slider .slick-arrow.slick-prev {
    left: 0;
  }

  .post-slider .slick-arrow.slick-next {
    right: 0;
  }

  .testimonials_slider {
    padding: 32px 40px;
  }

  .testimonials_slider .slick-arrow.slick-prev {
    left: 0;
  }

  .testimonials_slider .slick-arrow.slick-next {
    right: 0;
  }

  .accordions.accordion_panel .item-accord .toggle-accord {
    display: block;
    text-align: left;
    padding: 32px 0;
  }

  .accordions.accordion_panel .item-accord .toggle-accord .c_logo {
    text-align: left;
    margin-bottom: 20px;
  }

  .accordions.accordion_panel .item-accord .toggle-accord .c_text {
    padding-left: 0;
  }

  .top_banner.video_banner .play-pause {
    left: auto;
    right: 15px;
  }

  .contact-form .form-style label {
    flex-basis: 100%;
  }

  .prod_block {
    display: block;
    padding: 0;
  }

  .prod_block .bg_img {
    position: relative;
  }

  .prod_block .text {
    border-radius: 0 0 8px 8px;
    width: 100%;
    padding: 20px;
  }

  .accordions .item-accord .toggle-accord {
    font-size: 20px;
  }

  .fon24 {
    font-size: 22px;
  }

  .slider_timeline {
    padding-bottom: 70px;
  }

  .slider_timeline .item_sl .content-sl {
    width: 100% !important;
    flex: 0 0 100% !important;
  }

  .slider_timeline .item_sl .content-sl img {
    width: 100%;
    height: auto !important;
    opacity: 1 !important;
    transform: scale(1) !important;
  }

  .slider_timeline .slick-arrow {
    right: 15px;
  }

  .slider_timeline .slick-arrow.slick-prev {
    right: 77px;
  }
}

@media (max-width: 550px) {
  .img_boxes {
    justify-content: center;
  }

  .img_boxes .item_link_box {
    flex: 0 0 100%;
    max-width: 330px;
    margin-right: auto;
    margin-left: auto;
  }

  .img_boxes .item_link_box:after {
    width: 100%;
    height: 1px;
  }

  .img_boxes .item_link_box:nth-child(4) .img:after {
    display: none;
  }
}

/*# sourceMappingURL=style-st.css.map */
