/*** Variables ***/
/*** Mixins ***/
.section-sust-info .sust-info-i .info-bottom .goal-list .goal-item h3 {
  font-size: 34px;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 1279px) {
  .section-sust-info .sust-info-i .info-bottom .goal-list .goal-item h3 {
    font-size: 27px;
  }
}
@media screen and (max-width: 575px) {
  .section-sust-info .sust-info-i .info-bottom .goal-list .goal-item h3 {
    font-size: 22px;
  }
}

.card--partner .card-title {
  font-size: 22px;
}
@media screen and (max-width: 1024px) {
  .card--partner .card-title {
    font-size: 17px;
  }
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/***** Default and helpers *****/
@font-face {
  font-family: "Selecta";
  src: url("../fonts/subset-Selecta-Regular.woff2") format("woff2"),
    url("../fonts/subset-Selecta-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Selecta";
  src: url("../fonts/subset-Selecta-Regular.woff2") format("woff2"),
    url("../fonts/subset-Selecta-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ryhmes Display";
  src: url("../fonts/subset-RyhmesDisplay-Regular.woff2") format("woff2"),
    url("../fonts/subset-RyhmesDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ryhmes Display";
  src: url("../fonts/subset-RyhmesDisplay-Regular.woff2") format("woff2"),
    url("../fonts/subset-RyhmesDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  padding: 0;
  margin: 0;
  height: 100%;
  background: #0240a1;
}

body {
  overflow-x: hidden;
  color: #fff;
  font-family: "Selecta", sans-serif;
  font-size: 18px;
  height: 100%;
  line-height: 1.43;
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 15px;
  }
}

* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}

input[type="submit"],
input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="url"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input,
textarea,
label {
  font-family: "Selecta", sans-serif;
}

a,
button,
input,
textarea,
select {
  outline: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 0.7;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 0.7;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 0.7;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 0.7;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0.4;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  opacity: 0.4;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  opacity: 0.4;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  opacity: 0.4;
}

textarea {
  resize: vertical;
}

table {
  border-collapse: collapse;
}

a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
  text-decoration-thickness: 1px;
  text-decoration-color: rgba(255, 255, 255, 0.5);
}
a:hover {
  color: #9fffec;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  font-family: "Ryhmes Display", serif;
  font-weight: normal;
  margin: 0;
}

h1 strong,
h2 strong, 
h3 strong, 
h4 strong { font-weight: normal !important; }

h1,
.h1 {
  font-size: 100px;
  line-height: 0.99;
  letter-spacing: -0.04em;
  color: #9fffec;
}
@media screen and (max-width: 1279px) {
  h1,
  .h1 {
    font-size: 64px;
  }
}
@media screen and (max-width: 575px) {
  h1,
  .h1 {
    font-size: 56px;
  }
}

h2,
.h2 {
  font-size: 80px;
  line-height: 1;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 1279px) {
  h2,
  .h2 {
    font-size: 56px;
  }
}
@media screen and (max-width: 575px) {
  h2,
  .h2 {
    font-size: 48px;
  }
}

h3,
.h3 {
  font-size: 50px;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 1279px) {
  h3,
  .h3 {
    font-size: 36px;
    line-height: 1.1;
  }
}
@media screen and (max-width: 575px) {
  h3,
  .h3 {
    font-size: 28px;
  }
}

h4,
.h4 {
  font-size: 34px;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 1279px) {
  h4,
  .h4 {
    font-size: 27px;
  }
}
@media screen and (max-width: 575px) {
  h4,
  .h4 {
    font-size: 22px;
  }
}

h5,
.h5 {
  font-size: 22px;
  font-weight: normal;
  margin: 0 0 1em;
}
@media screen and (max-width: 1024px) {
  h5,
  .h5 {
    font-size: 17px;
  }
}

p {
  margin: 0 0 1em;
}

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

/***** Buttons *****/
.btn {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  padding: 16px;
  font-size: 20px;
  line-height: 29px;
  transition: all 0.5s;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .btn {
    font-size: 17px;
    line-height: 24px;
  }
}
.btn.btn-outline-white {
  background: none;
  border-radius: 6px;
  border: 2px solid #fff;
  line-height: 25px;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .btn.btn-outline-white {
    padding: 11px 15px;
    border-width: 1px;
    border-radius: 4px;
  }
}
.btn.btn-outline-white:hover {
  color: #0240a1;
}
.btn.btn-outline-white.btn-outline-white--green {
  border-color: #9fffec;
  color: #9fffec;
}
.btn.btn-outline-white.btn-outline-white--green:hover {
  color: #069074;
  border-color: #fff;
}
.btn.btn-outline-white.btn-anim-right:before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  transform: scaleX(0);
  transform-origin: left;
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.3s ease;
  z-index: 0;
  top: 0;
  bottom: 0;
}
.btn.btn-outline-white.btn-anim-right:hover:before {
  transform: scaleX(1.002);
  opacity: 1;
}
.btn.btn-outline-white.btn-anim-down:before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  transform: scaleY(0);
  transform-origin: top;
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.3s ease;
  z-index: 0;
  left: 0;
  right: 0;
}
.btn.btn-outline-white.btn-anim-down:hover:before {
  transform: scaleY(1);
  opacity: 1;
}
.btn.btn-icon {
  display: inline-flex;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 1024px) {
  .btn.btn-icon {
    gap: 40px;
  }
}
.btn.btn-icon span {
  white-space: nowrap;
  transition: all 0.5s;
}
.btn.btn-icon .icon-w {
  margin-right: 6px;
  max-width: 19px;
  max-height: 19px;
  transition: all 0.5s;
  display: inline-block;
  width: 1em;
  height: 1em;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .btn.btn-icon .icon-w {
    margin: 0;
  }
}
.btn.btn-icon .icon-w .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease;
}
.btn.btn-icon.btn-anim-right .icon-w .icon:first-child {
  transform: translateX(0);
}
.btn.btn-icon.btn-anim-right .icon-w .icon:last-child {
  transform: translateX(-200%);
}
.btn.btn-icon.btn-anim-down .icon-w .icon:first-child {
  transform: translateY(0);
}
.btn.btn-icon.btn-anim-down .icon-w .icon:last-child {
  transform: translateY(-200%);
}
.btn.btn-icon:hover span {
  transform: translateX(16px);
}
.btn.btn-icon:hover.btn-anim-right .icon-w .icon:first-child {
  transform: translateX(200%);
}
.btn.btn-icon:hover.btn-anim-right .icon-w .icon:last-child {
  transform: translateX(0);
}
.btn.btn-icon:hover.btn-anim-down .icon-w .icon:first-child {
  transform: translateY(200%);
}
.btn.btn-icon:hover.btn-anim-down .icon-w .icon:last-child {
  transform: translateY(0);
}
.btn.btn-link {
  font-size: 18px;
  border: none;
  background: none;
}
.btn.btn-link span {
  text-align: left;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: rgba(255, 255, 255, 0.5);
}

.btns {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -4px;
}
.btns .btn {
  margin: 0 8px 4px 0;
}
.btns .btn:last-child {
  margin-right: 0;
}
.btns.btns-center {
  justify-content: center;
}

/**** Form elements *****/
.form-group {
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .form-group {
    margin-bottom: 24px;
  }
}
.form-group label {
  display: block;
  font-weight: normal;
  margin-bottom: 5px;
}

.form-control {
  border: 1px solid #fff;
  background: #fff;
  border-radius: 6px;
  display: block;
  width: 100%;
  padding: 18px;
  line-height: 24px;
  font-size: 20px;
  color: #fff;
  background: none;
}
@media screen and (max-width: 1024px) {
  .form-control {
    font-size: 15px;
    padding: 13px 18px;
    line-height: 20px;
  }
}

/* Selectric */
.selectric {
  border-color: transparent;
  background: none;
}
.selectric .label {
  font-size: 22px;
  color: #fff;
  margin: 0 30px 0 0;
  height: 30px;
  line-height: 30px;
}
@media screen and (max-width: 1024px) {
  .selectric .label {
    font-size: 17px;
    margin-right: 26px;
    height: 26px;
    line-height: 26px;
  }
}
.selectric .button {
  background: none;
  transition: all 0.1s;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 1024px) {
  .selectric .button {
    width: 26px;
    height: 26px;
  }
}
.selectric .button:after {
  border: none;
  width: 30px;
  height: 30px;
  background: url("../images/icons/triangle.svg") 50% 60% no-repeat;
  background-size: 10px 5px;
}
@media screen and (max-width: 1024px) {
  .selectric .button:after {
    width: 26px;
    height: 26px;
  }
}

.selectric-items {
  background: rgba(2, 64, 161, 0.6); /* 0.01 to 0.8 */
  backdrop-filter: blur(20px); /* 20 to 10 */
  -webkit-backdrop-filter: blur(90px); /* 90 to 10 */
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 0 6px 6px 6px;
  box-shadow: none;
  width: auto !important;
  min-width: 100%;
}
.selectric-items ul {
  padding: 10px 0;
}
.selectric-items ul li {
  font-size: 16px;
  white-space: nowrap;
  transition: all 0.1s;
  color: #fff;
  padding: 4px 15px;
}
.selectric-items ul li:hover {
  color: #9fffec;
  background: none;
}
.selectric-items ul li.highlighted {
  background: none;
  color: #9fffec;
}

.selectric-wrapper.selectric-hover .selectric,
.selectric-wrapper.selectric-open .selectric,
.selectric-wrapper.selectric-focus .selectric {
  border-color: transparent;
}

.selectric-wrapper.selectric-default .selectric .label {
  color: #979797;
}
.selectric-wrapper.selectric-default .selectric .button {
  filter: invert(81%) sepia(0%) saturate(125%) hue-rotate(142deg)
    brightness(75%) contrast(84%);
}

.custom-checkbox {
  margin-bottom: 48px;
  display: block;
}
@media screen and (max-width: 1024px) {
  .custom-checkbox {
    margin-bottom: 24px;
  }
}
.custom-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.custom-checkbox input[type="checkbox"] + span {
  position: relative;
  padding: 2px 0 0 35px;
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .custom-checkbox input[type="checkbox"] + span {
    font-size: 13px;
    padding-top: 2px;
  }
}
.custom-checkbox input[type="checkbox"] + span:before {
  content: "";
  border: 1px solid #fff;
  border-radius: 6px;
  background: none;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 1px;
  box-sizing: border-box;
}
.custom-checkbox input[type="checkbox"]:checked + span:after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 4px;
  width: 16px;
  height: 16px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 7.96"><path d="M4.27,5,8.93.33a1.23,1.23,0,0,1,1.74,1.74L5.14,7.6a1.23,1.23,0,0,1-1.74,0L.33,4.52A1.23,1.23,0,0,1,2.07,2.79Z" fill="%23ffffff" /></svg>');
  background-repeat: no-repeat;
  background-size: contain;
}
.custom-checkbox input[type="checkbox"]:focus + span:before {
  background: rgba(255, 255, 255, 0.1);
}
.custom-checkbox input[type="checkbox"]:not(:disabled) span:hover:before {
  background: rgba(255, 255, 255, 0.1);
}

/***** Simple elements, atoms *****/
.icon {
  fill: currentColor;
  max-height: 100%;
  max-width: 100%;
  overflow: visible;
}

.highlight {
  color: #9fffec;
}

/***** Components, common blocks *****/
.txt h2 {
  margin: 70px 0 50px;
}
.txt h2:first-child {
  margin-top: 0;
}
.txt h3 {
  margin: 70px 0 50px;
}
.txt h3:first-child {
  margin-top: 0;
}
.txt p {
  margin-bottom: 1em;
}
.txt p:last-child {
  margin-bottom: 0;
}
.txt ul {
  padding: 0 0 0 20px;
}
.txt ul li {
  line-height: 1.3;
}
.txt ul li:not(:last-child) {
  margin-bottom: 5px;
}
.txt a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: rgba(255, 255, 255, 0.5);
}

.swiper-pagination {
  text-align: left;
  line-height: 1;
  bottom: 0 !important;
}
@media screen and (max-width: 1024px) {
  .swiper-pagination {
    left: 20px !important;
  }
}
.swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 16px 0 0 !important;
  border: 1px solid #fff;
  opacity: 1;
  background: none;
}
@media screen and (max-width: 1024px) {
  .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 8px 0 0 !important;
  }
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}

.section-testimonials.section-testimonials--purple
  .swiper-pagination
  .swiper-pagination-bullet {
  border-color: #0240a1;
}
.section-testimonials.section-testimonials--purple
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0240a1;
}

.link-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 22px;
  line-height: 1.3;
}
@media screen and (max-width: 1024px) {
  .link-list ul {
    font-size: 17px;
    -moz-columns: 2;
    columns: 2;
  }
}
@media screen and (max-width: 479px) {
  .link-list ul {
    -moz-columns: 1;
    columns: 1;
  }
}
.link-list ul li {
  margin-bottom: 12px;
  display: block;
}
.link-list ul li:last-child {
  margin: 0;
}
.link-list ul li a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: rgba(255, 255, 255, 0.5);
}

.wide-tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 56px;
  margin-bottom: 59px;
}
@media screen and (max-width: 1024px) {
  .wide-tabs {
    gap: 8px 24px;
    margin-bottom: 48px;
  }
}
.wide-tabs > .tab {
  cursor: pointer;
  transition: all 0.3s;
}
.wide-tabs > .tab.is-active,
.wide-tabs > .tab:hover {
  color: #9fffec;
}

.tab-content {
  display: none;
}
.tab-content.is-active {
  display: block;
}

.tabs-container {
  margin-bottom: 25px;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .tabs-container {
    font-size: 17px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.tabs-container > .label {
  margin-right: 27px;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .tabs-container > .label {
    margin: 0 0 16px;
  }
}
.tabs-container > .label .dash {
  width: 50px;
  margin-left: 27px;
  height: 1px;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  .tabs-container > .label .dash {
    display: block;
    margin: 11px 0 0;
  }
}
.tabs-container .tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .tabs-container .tabs {
    gap: 8px 24px;
  }
}
.tabs-container .tabs .tab {
  cursor: pointer;
  transition: all 0.3s;
}
.tabs-container .tabs .tab:hover {
  color: #9fffec;
}
.tabs-container .tabs .tab.is-active {
  cursor: default;
  color: #9fffec;
}

.breadcrumbs {
  font-size: 16px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumbs .sep {
  margin: 0 10px;
}

.download-block {
  background: #fff;
  border-radius: 8px;
  padding: 20px 32px;
  color: #0240a1;
}
@media screen and (max-width: 1024px) {
  .download-block {
    padding: 20px;
  }
}
.download-block h5 {
  margin-bottom: 16px;
}
.download-block .btn.btn-link {
  color: #0240a1;
  display: inline-flex;
  gap: 12px;
  padding: 0;
  align-items: center;
}
.download-block .btn.btn-link:hover {
  color: #134faf;
}
.download-block .btn.btn-link span {
  text-decoration-color: rgba(2, 64, 161, 0.5);
}

/***** Grid *****/
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

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

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

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

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

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

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

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

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

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

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

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

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

@media screen and (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/***** Layout *****/
.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1660px;
}
@media screen and (max-width: 1024px) {
  .container {
    padding: 0 20px;
  }
}

.container-wide {
  width: 100%;
  margin: 0 auto;
  max-width: 1920px;
  padding: 0 30px;
}
@media screen and (max-width: 1024px) {
  .container-wide {
    padding: 0 20px;
  }
}

.container-sm {
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1210px;
}
@media screen and (max-width: 1024px) {
  .container-sm {
    padding: 0 20px;
  }
}

/***** Header *****/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 10px 9px;
}
@media screen and (max-width: 1024px) {
  .header {
    padding: 4px;
  }
}
.header .header-i {
  max-width: 1640px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 12px 10px 12px 20px;
  position: relative;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 1024px) {
  .header .header-i {
    padding: 5px 7px 5px 15px;
    flex-wrap: wrap;
  }
}
.header .header-i:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(2, 64, 161, 0.01);
  border-radius: 6px;
  backdrop-filter: blur(90px);
  -webkit-backdrop-filter: blur(90px);
}
.header .header-i > * {
  position: relative;
  z-index: 1;
}
.header .header-i .logo {
  width: 172px;
  flex: 0 0 172px;
}
@media screen and (max-width: 1024px) {
  .header .header-i .logo {
    width: 116px;
    flex: 0 0 116px;
  }
}
.header .header-i .logo a {
  display: block;
  line-height: 0;
}
.header .header-i .header-menu {
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .header .header-i .header-menu {
    display: none;
  }
}
.header .header-i .header-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 44px;
}
@media screen and (max-width: 1279px) {
  .header .header-i .header-menu ul {
    gap: 24px;
  }
}
.header .header-i .header-menu ul li {
  margin: 0;
}
.header .header-i .header-menu ul li a {
  padding: 8px 0;
}
.header .header-i .header-r {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .header .header-i .header-r {
    margin-left: auto;
  }
}
.header .header-i .header-r .header-info-menu {
  position: relative;
  padding-right: 32px;
  margin-right: 27px;
}
@media screen and (max-width: 1024px) {
  .header .header-i .header-r .header-info-menu {
    display: none;
  }
}
.header .header-i .header-r .header-info-menu:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 13px;
  background: #fff;
}
.header .header-i .header-r .header-info-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 36px;
  font-size: 15px;
}
@media screen and (max-width: 1279px) {
  .header .header-i .header-r .header-info-menu ul {
    gap: 24px;
  }
}
.header .header-i .header-r .header-info-menu ul li {
  margin: 0;
}
.header .header-i .header-r .header-info-menu ul li a {
  padding: 8px 0;
}
.header .header-i .header-r .header-lang {
  margin-right: 25px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .header .header-i .header-r .header-lang {
    order: 2;
    margin: 0;
  }
}
.header .header-i .header-r .header-lang .lang-curr {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 5px;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.3s;
}
.header .header-i .header-r .header-lang .lang-curr:after {
  content: "";
  display: block;
  width: 9px;
  height: 4px;
  background: url("../images/icons/triangle.svg") 0 0 no-repeat;
}

.header .header-i .header-r .header-lang .lang-options {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 10px 0;
  font-size: 15px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: all 0.3s;
  border-radius: 6px;
}
.header .header-i .header-r .header-lang .lang-options ul {
  padding: 0;
  margin: 0;
}
.header .header-i .header-r .header-lang .lang-options ul li {
  display: block;
  list-style: none;
}
.header .header-i .header-r .header-lang .lang-options ul li a {
  display: block;
  padding: 4px 16px;
}
.header .header-i .header-r .header-lang.is-active .lang-curr .icon,
.header .header-i .header-r .header-lang.is-active .lang-curr:after {
  transform: scaleY(-1);
}
.header .header-i .header-r .header-lang.is-active .lang-options {
  opacity: 1;
  visibility: visible;
}
.header .header-i .header-r .header-search {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .header .header-i .header-r .header-search {
    order: 1;
  }
}
.header .header-i .header-r .header-search .header-search-toggler {
  z-index: 1;
  position: relative;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 4px;
}
@media screen and (max-width: 1024px) {
  .header .header-i .header-r .header-search .header-search-toggler {
    width: 32px;
    height: 36px;
  }
}
.header .header-i .header-r .header-search .header-search-toggler:hover {
  color: #9fffec;
}
.header .header-i .header-r .header-search .header-search-toggler .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .header .header-i .header-r .header-search .header-search-toggler .icon {
    width: 16px;
    height: 16px;
  }
}
.header
  .header-i
  .header-r
  .header-search
  .header-search-toggler
  .icon.icon-search {
  opacity: 1;
  visibility: visible;
}
.header
  .header-i
  .header-r
  .header-search
  .header-search-toggler
  .icon.icon-cross {
  opacity: 0;
  visibility: hidden;
}
.header .header-i .header-r .header-search .search-block {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: #134faf;
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  border-radius: 8px;
  width: 600px;
  padding-right: 40px;
  transition: all 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 1599px) {
  .header .header-i .header-r .header-search .search-block {
    width: 38vw;
  }
}
@media screen and (max-width: 1024px) {
  .header .header-i .header-r .header-search .search-block {
    padding-right: 32px;
    position: fixed;
    top: 10px;
    left: 10px;
    height: 36px;
    right: 129px;
    width: auto;
  }
}
.header .header-i .header-r .header-search .search-block form {
  display: flex;
  align-items: stretch;
}
.header .header-i .header-r .header-search .search-block form .search-input {
  border: none;
  background: none;
  color: #fff;
  width: calc(100% - 40px);
  flex: 0 0 calc(100% - 40px);
  padding: 5px 16px 5px 24px;
}
@media screen and (max-width: 1024px) {
  .header .header-i .header-r .header-search .search-block form .search-input {
    width: calc(100% - 32px);
    flex: 0 0 calc(100% - 32px);
    padding: 2px 8px;
  }
}
.header .header-i .header-r .header-search .search-block form .search-btn {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .header .header-i .header-r .header-search .search-block form .search-btn {
    width: 32px;
    height: 36px;
    flex: 0 0 32px;
  }
}
.header
  .header-i
  .header-r
  .header-search.is-expanded
  .header-search-toggler
  .icon.icon-search {
  opacity: 0;
  visibility: hidden;
}
.header
  .header-i
  .header-r
  .header-search.is-expanded
  .header-search-toggler
  .icon.icon-cross {
  opacity: 1;
  visibility: visible;
}
.header .header-i .header-r .header-search.is-expanded .search-block {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.header .header-i .header-toggler {
  display: none;
  order: 3;
  width: 67px;
  height: 32px;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  cursor: pointer;
  transition: all 0.2s;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}
@media screen and (max-width: 1024px) {
  .header .header-i .header-toggler {
    display: flex;
  }
}
.header .header-i .header-toggler:hover {
  opacity: 0.9;
}
.header .header-i .header-toggler .menu-m-close {
  display: none;
}
.header .header-i .header-menu-m {
  flex: 0 0 100%;
  display: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  max-height: 0;
  overflow: hidden;
  font-family: "Ryhmes Display", serif;
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  padding: 0;
  transition: all 0.2s;
}
@media screen and (max-width: 1024px) {
  .header .header-i .header-menu-m {
    display: block;
  }
}
.header .header-i .header-menu-m ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header .header-i .header-menu-m ul li {
  margin: 0 0 16px;
}
.header .header-i .header-menu-m ul li:last-child {
  margin: 0;
}
.header.is-menu .header-toggler .menu-m-open {
  display: none;
}
.header.is-menu .header-toggler .menu-m-close {
  display: block;
}
.header.is-menu .header-menu-m {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  max-height: 500px;
  padding: 84px 0 56px;
}

.searchwp-live-search-results {
  max-height: 380px;
  transition: all 0.3s;
  background: #0240a1;
  border-radius: 8px;
  border: none;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  position: absolute;
}
.searchwp-live-search-results .searchwp-live-search-result {
  padding: 16px 24px;
  font-size: 18px;
  line-height: 1.4;
  color: #fff;
}
.searchwp-live-search-results .searchwp-live-search-result:hover {
  background: rgba(0, 0, 0, 0.1);
}
.searchwp-live-search-results .searchwp-live-search-result:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.searchwp-live-search-results .searchwp-live-search-result p {
  margin: 0;
}

/***** Footer *****/
.footer {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 54px 0 48px;
}
@media screen and (max-width: 1024px) {
  .footer {
    padding: 56px 0 40px;
  }
}
.footer .footer-t {
  display: flex;
  align-items: center;
  margin-bottom: 90px;
}
@media screen and (max-width: 1024px) {
  .footer .footer-t {
    margin-bottom: 64px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer .footer-t .logo {
  flex: 0 0 230px;
}
@media screen and (max-width: 1024px) {
  .footer .footer-t .logo {
    flex: auto;
  }
}
.footer .footer-t .logo img {
  width: 230px;
}
@media screen and (max-width: 1024px) {
  .footer .footer-t .logo img {
    width: 174px;
  }
}
.footer .footer-t .footer-subscribe {
  margin-left: auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .footer .footer-t .footer-subscribe {
    margin: 60px 0 0;
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer .footer-t .footer-subscribe h4 {
  color: #9fffec;
  margin-right: 40px;
}
@media screen and (max-width: 1024px) {
  .footer .footer-t .footer-subscribe h4 {
    margin: 0 0 16px;
  }
}
.footer .footer-m {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .footer .footer-m {
    margin: 0 -12px;
  }
}
.footer .footer-m .footer-col {
  width: 25%;
  flex: 0 0 25%;
  padding-right: 40px;
}
@media screen and (max-width: 1024px) {
  .footer .footer-m .footer-col {
    width: 50%;
    flex: 0 0 50%;
    padding: 0 12px 40px;
  }
}
.footer .footer-m .footer-col.footer-col--1 .footer-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .footer .footer-m .footer-col.footer-col--1 .footer-menu ul {
    font-size: 16px;
  }
}
.footer .footer-m .footer-col.footer-col--1 .footer-menu ul li {
  margin-bottom: 8px;
}
.footer .footer-m .footer-col.footer-col--1 .footer-menu ul li::last-child {
  margin-bottom: 0;
}
.footer .footer-social {
  margin-bottom: 95px;
  display: flex;
  align-items: center;
  gap: 14px;
}
@media screen and (max-width: 1024px) {
  .footer .footer-social {
    margin: 0 0 64px;
  }
}
.footer .footer-b {
  display: flex;
  align-items: center;
}
.footer .footer-b .footer-bottom-menu {
  font-size: 15px;
}
.footer .footer-b .footer-bottom-menu ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 36px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .footer .footer-b .footer-bottom-menu ul {
    gap: 16px 24px;
  }
}
.footer .footer-b .footer-bottom-menu ul li {
  margin: 0;
}
.footer .footer-b .scroll-up {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .footer .footer-b .scroll-up {
    display: none;
  }
}
.footer .footer-b .scroll-up:hover {
  color: #9fffec;
}
.card--contacts {
  font-size: 16px;
}
@media screen and (max-width: 575px) {
  .card--contacts {
    font-size: 13px;
  }
}
.card--contacts .card-title {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 3px;
}
@media screen and (max-width: 1024px) {
  .card--contacts .card-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .card--contacts .card-title {
    font-size: 17px;
  }
}
.card--contacts .card-address {
  margin-bottom: 30px;
  max-width: 185px;
}
@media screen and (max-width: 1024px) {
  .card--contacts .card-address {
    margin-bottom: 20px;
  }
}
.card--contacts .card-email {
  margin-bottom: 2px;
}
.card--contacts .card-email a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 479px) {
  .card--contacts .card-email a {
    word-break: break-all;
  }
}
.card--contacts .card-tel {
  margin-bottom: 2px;
}
.card--contacts .card-tel a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: rgba(255, 255, 255, 0.5);
}
.card--contacts .card-vat {
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .card--contacts .card-vat {
    margin-bottom: 20px;
  }
}
.card--contacts .card-media a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 479px) {
  .card--contacts .card-media a {
    word-break: break-all;
  }
}

/***** Message *****/
.section-message {
  padding: 70px 0 205px;
}
@media screen and (max-width: 1024px) {
  .section-message {
    padding: 48px 0 63px;
  }
}
.section-message .message-i {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .section-message .message-i {
    flex-direction: column;
  }
}
.section-message .message-i h2 {
  width: 750px;
  flex: 0 0 750px;
  margin-right: 55px;
}
@media screen and (max-width: 1599px) {
  .section-message .message-i h2 {
    width: 55%;
    flex: 0 0 55%;
  }
}
@media screen and (max-width: 1024px) {
  .section-message .message-i h2 {
    width: 100%;
    flex: auto;
    margin: 0 0 28px;
  }
}
.section-message .message-i .message-r {
  flex: 1;
  max-width: 415px;
}
@media screen and (max-width: 1024px) {
  .section-message .message-i .message-r {
    max-width: 100%;
  }
}
.section-message .message-i .message-r .message-desc {
  margin: 20px 0 80px;
}
@media screen and (max-width: 1024px) {
  .section-message .message-i .message-r .message-desc {
    margin: 0 0 28px;
  }
}
.section-message-v2 {
  margin: 0 0 40px;
  background: #069074;
}
@media screen and (max-width: 1599px) {
  .section-message-v2 {
    padding-bottom: 0;
  }
}
.section-message-v2 .container {
  padding: 0;
  max-width: 100%;
}
@media screen and (max-width: 1599px) {
  .section-message-v2 .container {
    padding: 0;
  }
}
.section-message-v2 .message-i {
  color: #9fffec;
  padding: 70px 95px 125px 145px;
  border-radius: 6px;
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1599px) {
  .section-message-v2 .message-i {
    border-radius: 0;
  }
}
@media screen and (max-width: 1024px) {
  .section-message-v2 .message-i {
    padding: 80px 64px 120px 20px;
  }
}
.section-message-v2 .message-i .message-content {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .section-message-v2 .message-i .message-content {
    width: 100%;
  }
}
.section-message-v2 .message-i .message-content h2 {
  max-width: 500px;
  margin-bottom: 45px;
}
@media screen and (max-width: 575px) {
  .section-message-v2 .message-i .message-content h2 {
    max-width: 100%;
    margin-bottom: 32px;
  }
}
.section-message-v2 .message-i .message-content .message-desc {
  max-width: 415px;
  margin-bottom: 80px;
}
@media screen and (max-width: 575px) {
  .section-message-v2 .message-i .message-content .message-desc {
    margin-bottom: 64px;
    max-width: 243px;
  }
}
.section-message-v2 .message-i .mark {
  display: block;
  position: absolute;
  top: 0;
  bottom: -10px;
  right: 95px;
  width: 50%;
  background: url("../images/mark.svg") 100% 0 no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1024px) {
  .section-message-v2 .message-i .mark {
    left: 70vw;
    width: 100vw;
    right: auto;
    background-position: 0 0;
  }
}
@media screen and (max-width: 575px) {
  .section-message-v2 .message-i .mark {
    right: auto;
    left: 288px;
    width: 100vw;
  }
}

/***** Homepage *****/
.section-hero {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 1024px) {
  .section-hero {
    align-items: stretch;
  }
}
.section-hero .container {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .section-hero .container {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
}
.section-hero .container h1 {
  color: #fff;
  margin: 0 0 128px;
}
@media screen and (max-width: 1024px) {
  .section-hero .container h1 {
    margin: 56px 0 0;
  }
}
.section-hero .container .hero-b {
  padding-bottom: 59px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .section-hero .container .hero-b {
    padding: 0;
    display: block;
    max-width: 290px;
  }
}
.section-hero .container .hero-b .hero-scroll {
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  transition: all 0.2s;
}
@media screen and (max-width: 1024px) {
  .section-hero .container .hero-b .hero-scroll {
    display: none;
  }
}
.section-hero .container .hero-b .hero-scroll:hover {
  color: #9fffec;
}
.section-hero .container .hero-b .hero-scroll span {
  letter-spacing: -0.01em;
  font-size: 15px;
}
.section-hero .container .hero-b .hero-desc {
  margin-left: auto;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .section-hero .container .hero-b .hero-desc {
    margin: 0 0 24px;
    text-align: left;
  }
}
.section-hero .container .hero-b .btn {
  margin-left: 70px;
}
@media screen and (max-width: 1279px) {
  .section-hero .container .hero-b .btn {
    margin-left: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .section-hero .container .hero-b .btn {
    margin: 0;
  }
}
.section-hero .hero-bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-hero .hero-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}

.section-infoblocks {
  padding: 55px 0 60px;
}
@media screen and (max-width: 1024px) {
  .section-infoblocks {
    padding: 20px 0;
  }
}
@media screen and (max-width: 1024px) {
  .section-infoblocks .container {
    padding: 0;
  }
}
.section-infoblocks .container .infoblocks-i {
  overflow-x: hidden;
}
.section-infoblocks .container .infoblocks-i .swiper--infoblocks {
  overflow: visible;
}
@media screen and (max-width: 1024px) {
  .section-infoblocks .container .infoblocks-i .swiper--infoblocks {
    padding: 0 20px 32px;
  }
}
@media screen and (max-width: 1024px) {
  .section-infoblocks
    .container
    .infoblocks-i
    .swiper--infoblocks
    .swiper-wrapper
    .swiper-slide {
    width: 302px;
    display: flex;
    height: auto;
    align-items: stretch;
  }
}
.card--infoblock {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 7px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  transition: all 0.3s;
  min-height: 458px;
}
@media screen and (max-width: 1024px) {
  .card--infoblock {
    width: 302px;
    min-height: 412px;
  }
}
.card--infoblock .card-img {
  margin: 5px 5px 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .card--infoblock .card-img {
    margin: 3px;
    padding-bottom: 183px;
  }
}
.card--infoblock .card-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 7px;
}
.card--infoblock .card-body {
  padding: 11px 29px 29px;
  margin-top: auto;
}
@media screen and (max-width: 1279px) {
  .card--infoblock .card-body {
    padding: 21px 16px 46px;
    margin: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.card--infoblock h4 {
  margin: 0 0 203px;
  transition: all 0.3s;
  min-height: 124px;
}
@media screen and (max-width: 1024px) {
  .card--infoblock h4 {
    margin-bottom: 10px;
    min-height: 100px;
  }
}
.card--infoblock .card-desc {
  min-height: 130px;
  margin: auto 0 20px;
}
@media screen and (max-width: 1024px) {
  .card--infoblock .card-desc {
    margin: 0 0 28px;
    // min-height: 0;
  }
}
.card--infoblock .card-more {
  transition: all 0.3s;
  font-size: 16px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 1024px) {
  .card--infoblock .card-more {
    margin-top: auto;
  }
}

.card--infoblock.is-active,
.card--infoblock:hover {
  border-color: #9fffec;
  color: #fff;
}
.card--infoblock.is-active .card-img,
.card--infoblock:hover .card-img {
  margin: 5px 5px 10px;
  padding-bottom: 183px;
}
@media screen and (max-width: 1024px) {
  .card--infoblock.is-active .card-img,
  .card--infoblock:hover .card-img {
    margin: 3px;
  }
}
.card--infoblock.is-active h4,
.card--infoblock:hover h4 {
  margin-bottom: 10px;
  color: #9fffec;
}
.card--infoblock.is-active .card-more,
.card--infoblock:hover .card-more {
  color: #9fffec;
}

.section-services {
  padding: 60px 0 92px;
}
@media screen and (max-width: 1024px) {
  .section-services {
    padding: 40px 0;
  }
}
.section-services .section-h {
  display: flex;
}
.section-services .section-h h2 {
  margin: 0 0 87px 115px;
  max-width: 600px;
  color: #9fffec;
}
@media screen and (max-width: 1279px) {
  .section-services .section-h h2 {
    margin: 0 0 80px 0;
  }
}
@media screen and (max-width: 1024px) {
  .section-services .section-h h2 {
    margin-bottom: 48px;
  }
}
.section-services .section-h .mark {
  margin: 35px 0 0 auto;
  color: #9fffec;
}
@media screen and (max-width: 1024px) {
  .section-services .section-h .mark {
    display: none;
  }
}
.section-services .services-block {
  display: flex;
}
@media screen and (max-width: 575px) {
  .section-services .services-block {
    flex-direction: column;
    align-items: stretch;
  }
}
.section-services .services-block .services-img {
  padding: 0 115px 0 230px;
  flex: 0 0 805px;
}
@media screen and (max-width: 1279px) {
  .section-services .services-block .services-img {
    padding: 0 80px 0 80px;
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 1024px) {
  .section-services .services-block .services-img {
    padding: 0 40px;
  }
}
@media screen and (max-width: 575px) {
  .section-services .services-block .services-img {
    position: relative;
    text-align: right;
    padding: 0 0 48px 88px;
  }
}
.section-services .services-block .services-img img {
  border-radius: 12px;
}
.section-services .services-block .services-body {
  margin-top: 62px;
}
@media screen and (max-width: 1024px) {
  .section-services .services-block .services-body {
    margin: 0;
  }
}
.section-services .services-block .services-body .services-desc {
  margin-bottom: 72px;
  max-width: 280px;
}
@media screen and (max-width: 1024px) {
  .section-services .services-block .services-body .services-desc {
    margin-bottom: 48px;
  }
}
.section-services .services-block .services-body .services-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.section-services .services-block .services-body .services-list ul li {
  margin: 0 0 40px;
}
@media screen and (max-width: 1279px) {
  .section-services .services-block .services-body .services-list ul li {
    margin-bottom: 24px;
  }
}
.section-services
  .services-block
  .services-body
  .services-list
  ul
  li:last-child {
  margin: 0;
}
.section-awards {
  padding: 100px 0 178px;
  overflow-x: hidden;
}
@media screen and (max-width: 1024px) {
  .section-awards {
    padding: 48px 0 64px;
  }
}
.section-awards .section-h {
  margin-bottom: 155px;
}
@media screen and (max-width: 1024px) {
  .section-awards .section-h {
    margin-bottom: 40px;
  }
}
.section-awards .section-h h2 {
  color: #9fffec;
}
@media screen and (max-width: 575px) {
  .section-awards .section-h h2 {
    max-width: 260px;
  }
}
.section-awards .swiper-wrapper {
  transition-timing-function: linear !important;
}
.section-awards .swiper-slide {
  width: 540px;
  margin-right: 80px;
}
@media screen and (max-width: 1024px) {
  .section-awards .swiper-slide {
    width: 360px;
    margin-right: 32px;
  }
}
@media screen and (max-width: 575px) {
  .section-awards .swiper-slide {
    width: 320px;
  }
}
.section-awards.section-awards--about .section-h {
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .section-awards.section-awards--about .section-h {
    margin-bottom: 40px;
  }
}
.section-awards.section-awards--about.section-awards--about--awards {
  padding: 60px 0 80px;
}
@media screen and (max-width: 1024px) {
  .section-awards.section-awards--about.section-awards--about--awards {
    padding: 30px 0 40px;
  }
}
.section-awards.section-awards--about.section-awards--about--awards .swiper {
  overflow: visible;
}
.section-awards.section-awards--about.section-awards--about--awards
  .swiper-wrapper {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: marquee var(--marquee-duration, 100s) linear infinite;
}
.section-awards.section-awards--about.section-awards--about--rankings {
  padding: 60px 0 120px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 1024px) {
  .section-awards.section-awards--about.section-awards--about--rankings {
    padding: 30px 0 80px;
  }
}
.section-awards.section-awards--about.section-awards--about--rankings
  .section-body {
  transform: translateX(200px);
}
.section-awards.section-awards--about.section-awards--about--rankings .swiper {
  overflow: visible;
}
.section-awards.section-awards--about.section-awards--about--rankings
  .swiper-wrapper {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: marquee var(--marquee-duration, 100s) linear infinite;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.card--award {
  display: flex;
}
.card--award .card-img {
  width: 160px;
  height: 160px;
  flex: 0 0 160px;
  position: relative;
  background: #fff;
  padding: 10px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .card--award .card-img {
    width: 120px;
    height: 120px;
    flex: 0 0 120px;
    padding: 6px;
    border-radius: 5px;
  }
}
.card--award .card-img img {
  max-height: 100%;
  max-width: 100%;
}
.card--award .card-desc {
  padding: 17px 0 0 40px;
}
@media screen and (max-width: 1024px) {
  .card--award .card-desc {
    padding: 0 0 0 20px;
  }
}

.section-testimonials .container-wide {
  padding: 0;
}
@media screen and (max-width: 1979px) {
  .section-testimonials .container-wide {
    max-width: 100%;
  }
}
.section-testimonials .testimonials-i {
  position: relative;
  padding: 40px 30px 32px;
  height: 70vh;
  min-height: 870px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media screen and (max-width: 1024px) {
  .section-testimonials .testimonials-i {
    padding: 24px 20px;
    height: auto;
    min-height: 0;
  }
}
.section-testimonials .section-h {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.section-testimonials .section-h h2 {
  font-family: "Selecta", sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 1024px) {
  .section-testimonials .section-h h2 {
    font-size: 17px;
    max-width: 190px;
  }
}
.section-testimonials .section-body {
  position: relative;
  z-index: 1;
  flex: 1;
  display: flex;
  align-items: stretch;
}
.section-testimonials .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 56px 0 56px 115px;
}
@media screen and (max-width: 1279px) {
  .section-testimonials .swiper-slide {
    padding: 56px 0 56px 80px;
  }
}
@media screen and (max-width: 1024px) {
  .section-testimonials .swiper-slide {
    padding: 56px 0 72px;
  }
}
.section-testimonials .testimonial-txt {
  max-width: 710px;
  line-height: 1.33;
}
@media screen and (max-width: 1024px) {
  .section-testimonials .testimonial-txt {
    font-size: 20px;
  }
}
.section-testimonials .testimonial-info {
  font-size: 22px;
  line-height: 1.2;
  margin-top: 90px;
  max-width: 300px;
}
@media screen and (max-width: 1024px) {
  .section-testimonials .testimonial-info {
    font-size: 18px;
    margin-top: 28px;
  }
}
.section-testimonials .testimonials-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
.section-testimonials .testimonials-bg .mark {
  display: block;
  position: absolute;
  top: 0;
  bottom: -10px;
  right: 30px;
  color: #9fffec;
  width: 490px;
}
@media screen and (max-width: 1279px) {
  .section-testimonials .testimonials-bg .mark {
    width: 60px;
    height: 120px;
    right: 20px;
    bottom: auto;
    top: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .section-testimonials .testimonials-bg .mark {
    width: 40px;
    height: 80px;
    right: 20px;
    bottom: auto;
    top: 24px;
  }
}
.section-testimonials .testimonials-bg .mark .mark-i {
  position: relative;
  padding-bottom: 189%;
}
.section-testimonials .testimonials-bg .mark .icon {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.section-testimonials .testimonials-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 6px;
}
@media screen and (max-width: 1979px) {
  .section-testimonials .testimonials-bg img {
    border-radius: 0;
  }
}
.section-testimonials.section-testimonials--purple {
  padding-bottom: 40px;
  color: #0240a1;
}
.section-testimonials.section-testimonials--purple .testimonials-bg {
  background: #c2b6ff;
  border-radius: 6px;
}
@media screen and (max-width: 1979px) {
  .section-testimonials.section-testimonials--purple .testimonials-bg {
    border-radius: 0;
  }
}
.section-testimonials.section-testimonials--purple .testimonials-bg .mark {
  color: #0240a1;
}

/***** Services *****/
.section-services-hero .services-hero-i {
  display: flex;
}
@media screen and (max-width: 767px) {
  .section-services-hero .services-hero-i {
    flex-direction: column;
  }
}
.section-services-hero .services-hero-i .services-hero-content {
  padding: 150px 0 60px;
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .section-services-hero .services-hero-i .services-hero-content {
    padding: 100px 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .section-services-hero .services-hero-i .services-hero-content {
    order: 2;
    padding: 36px 0 60px;
  }
}
.section-services-hero .services-hero-i .services-hero-content h1 {
  color: #9fffec;
  margin-bottom: 165px;
}
@media screen and (max-width: 1279px) {
  .section-services-hero .services-hero-i .services-hero-content h1 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .section-services-hero .services-hero-i .services-hero-content h1 {
    margin-bottom: 36px;
  }
}
.section-services-hero .services-hero-i .services-hero-content .subtitle {
  padding-left: 230px;
  max-width: 60%;
}
@media screen and (max-width: 1279px) {
  .section-services-hero .services-hero-i .services-hero-content .subtitle {
    padding-left: 20%;
    max-width: 85%;
  }
}
@media screen and (max-width: 767px) {
  .section-services-hero .services-hero-i .services-hero-content .subtitle {
    padding-left: 36px;
    max-width: 100%;
  }
}
.section-services-hero .services-hero-i .services-hero-img {
  width: 572px;
  flex: 0 0 572px;
  height: 708px;
}
@media screen and (max-width: 1279px) {
  .section-services-hero .services-hero-i .services-hero-img {
    width: 40%;
    flex: 0 0 40%;
    height: 40vw;
  }
}
@media screen and (max-width: 767px) {
  .section-services-hero .services-hero-i .services-hero-img {
    order: 1;
    width: 100%;
    flex: auto;
    height: 317px;
  }
}
.section-services-hero .services-hero-i .services-hero-img img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0 50%;
  object-position: 0 50%;
}
.section-services {
  padding: 60px 0 100px;
}
@media screen and (max-width: 1024px) {
  .section-services {
    padding: 40px 0 80px;
  }
}
.section-services .services-tabs.tabs-container {
  margin-bottom: 70px;
}
@media screen and (max-width: 1024px) {
  .section-services .services-tabs.tabs-container {
    margin-bottom: 45px;
  }
}
.section-services .tabs-contents .tab-content {
  display: none;
}
.section-services .tabs-contents .tab-content.is-active {
  display: block;
}
@media screen and (max-width: 1024px) {
  .section-services .services-item .item-content .col-lg-6:first-child {
    margin-bottom: 48px;
  }
}
.section-services .services-item .item-content .item-info {
  margin-bottom: 112px;
}
@media screen and (max-width: 1024px) {
  .section-services .services-item .item-content .item-info {
    margin-bottom: 48px;
  }
}
.section-services .services-item .item-content .item-info .txt {
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .section-services .services-item .item-content .item-info .txt {
    margin-bottom: 32px;
  }
}
.section-services .services-item .item-content .experts h3 {
  margin-bottom: 30px;
}
@media screen and (max-width: 575px) {
  .section-services .services-item .item-content .experts h3 {
    max-width: 242px;
  }
}
.expand-item {
  margin-bottom: 40px;
}
.expand-item .item-toggler {
  display: inline-flex;
  align-items: flex-start;
  cursor: pointer;
  gap: 5px;
}
@media screen and (max-width: 575px) {
  .expand-item .item-toggler {
    align-items: flex-end;
  }
}
.expand-item .item-toggler h2 {
  transition: all 0.3s;
}
@media screen and (max-width: 575px) {
  .expand-item .item-toggler h2 {
    margin-right: 24px;
  }
}
.expand-item .item-toggler .toggler-txt {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s;
  font-size: 16px;
  line-height: 1.39;
}
@media screen and (max-width: 1024px) {
  .expand-item .item-toggler .toggler-txt {
    font-size: 13px;
  }
}
@media screen and (max-width: 575px) {
  .expand-item .item-toggler .toggler-txt {
    margin: 0 0 4px auto;
  }
}
.expand-item .item-content {
  padding: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow: hidden;
  max-height: 0;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.expand-item:last-child {
  margin: 0;
}
.expand-item:last-child.is-active .item-content {
  border: none;
  padding-bottom: 0;
}
.expand-item.is-active:not(:last-child) {
  margin-bottom: 70px;
}
@media screen and (max-width: 1024px) {
  .expand-item.is-active:not(:last-child) {
    margin-bottom: 48px;
  }
}
.expand-item.is-active .item-toggler h2 {
  color: #9fffec;
}
.expand-item.is-active .item-toggler .toggler-txt {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.expand-item.is-active .item-content {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  max-height: 10000px;
  padding: 36px 0 70px;
}
@media screen and (max-width: 1024px) {
  .expand-item.is-active .item-content {
    padding: 24px 0 48px;
  }
}

.expert-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px -50px;
}
@media screen and (max-width: 1024px) {
  .expert-list {
    margin-bottom: -32px;
  }
}
.expert-list .expert-item {
  width: 25%;
  flex: 0 0 25%;
  padding: 0 8px 50px;
}
@media screen and (max-width: 1024px) {
  .expert-list .expert-item {
    width: 50%;
    flex: 0 0 50%;
    padding-bottom: 32px;
  }
}
.card.card--expert {
  display: block;
}
.card.card--expert .card-photo {
  padding-bottom: 100%;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .card.card--expert .card-photo {
    margin-bottom: 12px;
  }
}
.card.card--expert .card-photo img {
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 7px;
  -o-object-fit: cover;
  object-fit: cover;
}
.card.card--expert .card-photo a:hover img {
  filter: brightness(1.05);
}
.card.card--expert .card-name {
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 1024px) {
  .card.card--expert .card-name {
    font-size: 17px;
  }
}
.card.card--expert .card-position {
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .card.card--expert .card-position {
    font-size: 13px;
  }
}
.card.card--expert .card-country {
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .card.card--expert .card-country {
    font-size: 13px;
  }
}
.card.card--expert .card-email {
  margin-top: 12px;
}
.card.card--expert .card-email a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 479px) {
  .card.card--expert .card-email a {
    word-break: break-all;
  }
}
.card.card--expert .card-phone a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: rgba(255, 255, 255, 0.5);
}

a.card.card--expert:hover .card-photo img {
  filter: brightness(1.05);
}

/***** Services *****/
.section-service-top {
  padding: 120px 0 30px;
}
@media screen and (max-width: 1024px) {
  .section-service-top {
    padding: 72px 0 60px;
  }
}
.section-service-top .breadcrumbs {
  margin-bottom: 40px;
}
.section-service-top h1 {
  max-width: 80%;
  color: #9fffec;
  margin-bottom: 30px;
}
.section-service-top .service-top-info > .row > [class*="col-"]:last-child {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 1024px) {
  .section-service-top .service-top-info > .row > [class*="col-"]:last-child {
    border-left: none;
  }
}
.section-service-top .service-top-info .service-top-desc {
  padding: 40px 115px 70px 0;
}
@media screen and (max-width: 1279px) {
  .section-service-top .service-top-info .service-top-desc {
    padding: 0 40px 20px 0;
  }
}
@media screen and (max-width: 1024px) {
  .section-service-top .service-top-info .service-top-desc {
    padding: 0 0 40px;
  }
}
.section-service-top .service-top-info .service-top-contacts {
  padding: 25px 0 70px 115px;
}
@media screen and (max-width: 1279px) {
  .section-service-top .service-top-info .service-top-contacts {
    padding: 0 0 20px 40px;
  }
}
@media screen and (max-width: 1024px) {
  .section-service-top .service-top-info .service-top-contacts {
    padding: 40px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
}
.section-service-top .service-top-info .service-top-contacts h2 {
  margin-bottom: 47px;
}
@media screen and (max-width: 1024px) {
  .section-service-top .service-top-info .service-top-contacts h2 {
    margin-bottom: 40px;
  }
}
.section-service-top
  .service-top-info
  .service-top-contacts
  .service-contact-list
  .service-contact-item:not(:last-child) {
  margin-bottom: 48px;
}
.section-service-top
  .service-top-info
  .service-top-contacts
  .service-contact-list
  .service-contact-item
  .item-name {
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin-bottom: 3px;
}
@media screen and (max-width: 575px) {
  .section-service-top
    .service-top-info
    .service-top-contacts
    .service-contact-list
    .service-contact-item
    .item-name {
    font-size: 17px;
  }
}
.section-service-top
  .service-top-info
  .service-top-contacts
  .service-contact-list
  .service-contact-item
  .item-position {
  margin-bottom: 12px;
  font-size: 16px;
}
@media screen and (max-width: 575px) {
  .section-service-top
    .service-top-info
    .service-top-contacts
    .service-contact-list
    .service-contact-item
    .item-position {
    font-size: 13px;
  }
}
.section-service-top
  .service-top-info
  .service-top-contacts
  .service-contact-list
  .service-contact-item
  .item-phone {
  margin-bottom: 2px;
  font-size: 16px;
}
@media screen and (max-width: 575px) {
  .section-service-top
    .service-top-info
    .service-top-contacts
    .service-contact-list
    .service-contact-item
    .item-phone {
    font-size: 13px;
  }
}
.section-service-top
  .service-top-info
  .service-top-contacts
  .service-contact-list
  .service-contact-item
  .item-phone
  a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: rgba(255, 255, 255, 0.5);
}
.section-service-top
  .service-top-info
  .service-top-contacts
  .service-contact-list
  .service-contact-item
  .item-email {
  font-size: 16px;
}
@media screen and (max-width: 575px) {
  .section-service-top
    .service-top-info
    .service-top-contacts
    .service-contact-list
    .service-contact-item
    .item-email {
    font-size: 13px;
  }
}
.section-service-top
  .service-top-info
  .service-top-contacts
  .service-contact-list
  .service-contact-item
  .item-email
  a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 479px) {
  .section-service-top
    .service-top-info
    .service-top-contacts
    .service-contact-list
    .service-contact-item
    .item-email
    a {
    word-break: break-all;
  }
}

.section-service-tabs {
  padding: 40px 0 120px;
}
@media screen and (max-width: 1024px) {
  .section-service-tabs {
    padding: 40px 0 80px;
  }
}
.section-service-tabs .tabs-contents .tab-content {
  display: none;
}
.section-service-tabs .tabs-contents .tab-content.is-active {
  display: block;
}
.section-service-tabs .tabs-contents .tab-content .expert-list .expert-item {
  display: none;
}
.section-service-tabs
  .tabs-contents
  .tab-content
  .expert-list
  .expert-item.is-active {
  display: block;
}

.post-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px -16px;
}
.post-list .post-item {
  padding: 0 8px 16px;
  width: 25%;
  flex: 0 0 25%;
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 1279px) {
  .post-list .post-item {
    width: 33.3333%;
    flex: 0 0 33.3333%;
  }
}
@media screen and (max-width: 767px) {
  .post-list .post-item {
    width: 50%;
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 575px) {
  .post-list .post-item {
    width: 100%;
    flex: 0 0 100%;
  }
}
.card.card--post {
  width: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
}
.card.card--post .card-img {
  margin: 5px 5px 5px;
  padding-bottom: 82.243%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .card.card--post .card-img {
    padding-bottom: 70.768%;
    margin: 3px;
  }
}
.card.card--post .card-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all 0.3s;
  border-radius: 4px;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.card.card--post .card-body {
  padding: 19px 21px 23px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media screen and (max-width: 1024px) {
  .card.card--post .card-body {
    padding: 19px 19px;
  }
}
.card.card--post .card-title {
  font-size: 22px;
  margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  .card.card--post .card-title {
    font-size: 17px;
    margin-bottom: 32px;
  }
}
.card.card--post .card-date {
  margin-top: auto;
  font-size: 16px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}
.card.card--post .card-desc {
  font-size: 18px;
  margin-bottom: 48px;
}
.card.card--post .card-details {
  margin-top: auto;
  font-size: 16px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: rgba(255, 255, 255, 0.5);
}
.card.card--post.card--recognition .card-body {
  padding: 37px 29px 28px;
}
@media screen and (max-width: 1024px) {
  .card.card--post.card--recognition .card-body {
    padding: 24px 20px;
  }
}
@media screen and (max-width: 1024px) {
  .card.card--post.card--recognition .card-desc {
    font-size: 15px;
  }
}

a.card.card--post:hover {
  border-color: #9fffec;
}
a.card.card--post:hover .card-img img {
  filter: brightness(1.05);
}

.load-more {
  margin-top: 60px;
}

/***** Experts *****/
.section-experts-hero {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  overflow: hidden;
  padding: 160px 0 80px;
}
@media screen and (max-width: 1024px) {
  .section-experts-hero {
    padding: 120px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .section-experts-hero {
    order: 2;
    padding: 88px 0 80px;
  }
}
.section-experts-hero .experts-hero-i {
  display: flex;
}
@media screen and (max-width: 767px) {
  .section-experts-hero .experts-hero-i {
    flex-direction: column;
  }
}
.section-experts-hero .experts-hero-i .experts-hero-content {
  flex: 1;
  position: relative;
  z-index: 1;
}
.section-experts-hero .experts-hero-i .experts-hero-content h1 {
  color: #9fffec;
  margin-bottom: 240px;
  max-width: 700px;
}
@media screen and (max-width: 1279px) {
  .section-experts-hero .experts-hero-i .experts-hero-content h1 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .section-experts-hero .experts-hero-i .experts-hero-content h1 {
    margin-bottom: 40px;
    padding-right: 60px;
  }
}
.section-experts-hero .experts-hero-i .experts-hero-content .subtitle {
  margin-left: 460px;
  max-width: 300px;
  font-family: "Ryhmes Display", serif;
  font-size: 26px;
}
@media screen and (max-width: 1279px) {
  .section-experts-hero .experts-hero-i .experts-hero-content .subtitle {
    margin-left: 20%;
  }
}
@media screen and (max-width: 767px) {
  .section-experts-hero .experts-hero-i .experts-hero-content .subtitle {
    margin-left: 36px;
    max-width: 100%;
    padding-right: 60px;
  }
}
.section-experts-hero .experts-hero-i .mark {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: -10px;
  left: calc(50% + 220px);
  width: 440px;
  z-index: 0;
  color: #9fffec;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
@media screen and (max-width: 1024px) {
  .section-experts-hero .experts-hero-i .mark {
    left: 70%;
  }
}
@media screen and (max-width: 575px) {
  .section-experts-hero .experts-hero-i .mark {
    left: 317px;
  }
}
.section-experts-hero .experts-hero-i .mark .icon {
  height: 100%;
  width: auto;
  min-width: 460px;
}
@media screen and (max-width: 1024px) {
  .section-experts-hero .experts-hero-i .mark .icon {
    min-width: 0;
  }
}

.section-experts {
  padding: 48px 0 120px;
}
@media screen and (max-width: 1024px) {
  .section-experts {
    padding: 48px 0 80px;
  }
}
.section-experts .experts-filter {
  margin-bottom: 0;
}
.filter-search {
  display: flex;
  align-items: center;
  margin-bottom: 44px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .filter-search {
    margin-bottom: 24px;
  }
}
.filter-search .filter-search-l {
  margin: 0;
}
.filter-search .filter-search-l .filter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  .filter-search .filter-search-l .filter {
    gap: 8px 16px;
  }
}
.filter-search .filter-search-r {
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .filter-search .filter-search-r {
    margin: 40px 0 0;
    flex: 0 0 100%;
  }
}
.filter-search .filter-search-r .search-toggler {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 22px;
  cursor: pointer;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .filter-search .filter-search-r .search-toggler {
    font-size: 17px;
    right: auto;
    left: 0;
  }
}
.filter-search .filter-search-r .search-toggler:hover {
  color: #9fffec;
}
.filter-search .filter-search-r .search-block {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 1;
  transition: all 0.3s;
  background: #134faf;
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  border-radius: 4px;
}
.filter-search .filter-search-r .search-block form {
  display: flex;
  align-items: stretch;
}
.filter-search .filter-search-r .search-block form .search-input {
  border: none;
  background: none;
  color: #fff;
  width: 360px;
  flex: 0 0 360px;
  padding: 5px 16px;
}
@media screen and (max-width: 1024px) {
  .filter-search .filter-search-r .search-block form .search-input {
    width: calc(100% - 32px);
    flex: 0 0 calc(100% - 32px);
    padding: 2px 8px;
  }
}
.filter-search .filter-search-r .search-block form .search-btn {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .filter-search .filter-search-r .search-block form .search-btn {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
  }
}
.filter-search .filter-search-r.is-expanded .search-block {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

/***** Expert *****/
.section-expert-top {
  padding: 120px 0 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 1024px) {
  .section-expert-top {
    padding: 70px 0 0;
  }
}
.section-expert-top .expert-top {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .section-expert-top .expert-top {
    flex-direction: column;
  }
}
.section-expert-top .expert-top .expert-top-content {
  width: 50%;
  flex: 0 0 50%;
}
@media screen and (max-width: 1024px) {
  .section-expert-top .expert-top .expert-top-content {
    width: 100%;
    flex: auto;
  }
}
.section-expert-top .expert-top .expert-top-content .breadcrumbs {
  margin-bottom: 40px;
}
.section-expert-top .expert-top .expert-top-content h1 {
  margin-bottom: 25px;
}
@media screen and (max-width: 1024px) {
  .section-expert-top .expert-top .expert-top-content h1 {
    margin-bottom: 16px;
  }
}
.section-expert-top .expert-top .expert-top-content .subtitle {
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 1024px) {
  .section-expert-top .expert-top .expert-top-content .subtitle {
    font-size: 17px;
  }
}
.section-expert-top .expert-top .expert-top-content .expert-contacts {
  margin: 205px 0 70px;
  max-width: 50%;
}
@media screen and (max-width: 1599px) {
  .section-expert-top .expert-top .expert-top-content .expert-contacts {
    max-width: 100%;
  }
}
@media screen and (max-width: 1279px) {
  .section-expert-top .expert-top .expert-top-content .expert-contacts {
    font-size: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .section-expert-top .expert-top .expert-top-content .expert-contacts {
    margin: 48px 0;
    font-size: 13px;
  }
}
.section-expert-top
  .expert-top
  .expert-top-content
  .expert-contacts
  .row
  .col:first-child {
  margin-right: 80px;
  min-width: 150px;
}
.section-expert-top .expert-top .expert-top-content .expert-contacts a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: rgba(255, 255, 255, 0.5);
}
.section-expert-top .expert-top .expert-top-content .expert-contacts .phone {
  margin-bottom: 3px;
}
.section-expert-top .expert-top .expert-top-content .expert-contacts .email {
  margin-bottom: 3px;
}
.section-expert-top .expert-top .expert-top-content .expert-contacts .social {
  display: flex;
  align-items: center;
  gap: 10px;
}
.section-expert-top .expert-top .expert-top-photo {
  flex: 1;
  line-height: 0;
  padding-left: 130px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
@media screen and (max-width: 1279px) {
  .section-expert-top .expert-top .expert-top-photo {
    padding-left: 0;
    margin-left: auto;
    flex: 0 0 460px;
  }
}
@media screen and (max-width: 1024px) {
  .section-expert-top .expert-top .expert-top-photo {
    flex: auto;
    margin: 0;
  }
}
.section-expert-top .expert-top .expert-top-photo img {
  max-width: 460px;
  border-radius: 7px 7px 0 0;
}
@media screen and (max-width: 1279px) {
  .section-expert-top .expert-top .expert-top-photo img {
    max-width: 100%;
  }
}

.section-expert-info {
  padding: 70px 0 120px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 1024px) {
  .section-expert-info {
    padding: 48px 0 80px;
  }
}
.section-expert-info .expert-info .expert-about {
  max-width: 86%;
}
@media screen and (max-width: 575px) {
  .section-expert-info .expert-info .expert-about {
    max-width: 100%;
  }
}
.section-expert-info .expert-info .expert-about h2 {
  margin-bottom: 30px;
}
.section-expert-info .expert-info .expert-practice {
  padding-left: 115px;
}
@media screen and (max-width: 1279px) {
  .section-expert-info .expert-info .expert-practice {
    padding-left: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .section-expert-info .expert-info .expert-practice {
    padding: 60px 0 0;
  }
}
.section-expert-info .expert-info .expert-practice h2 {
  margin-bottom: 30px;
}
.section-expert-tabs {
  padding: 70px 0 120px;
}
@media screen and (max-width: 1024px) {
  .section-expert-tabs {
    padding: 40px 0 80px;
  }
}
.section-expert-tabs .txt {
  max-width: 580px;
}
@media screen and (max-width: 1024px) {
  .section-expert-tabs .txt {
    max-width: 80%;
  }
}
@media screen and (max-width: 575px) {
  .section-expert-tabs .txt {
    max-width: 100%;
  }
}

/***** About us *****/
.section-about-hero {
  position: relative;
}
.section-about-hero .container {
  position: relative;
  z-index: 1;
}
.section-about-hero .about-hero-i {
  display: flex;
}
.section-about-hero .about-hero-i .about-hero-content {
  padding: 160px 0 200px;
}
@media screen and (max-width: 1024px) {
  .section-about-hero .about-hero-i .about-hero-content {
    padding: 130px 0 200px;
  }
}
.section-about-hero .about-hero-i .about-hero-content h1 {
  margin-bottom: 120px;
  max-width: 690px;
}
.section-about-hero .about-hero-i .about-hero-content .subtitle {
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  font-family: "Ryhmes Display", serif;
  margin-left: 454px;
  max-width: 300px;
}
@media screen and (max-width: 1024px) {
  .section-about-hero .about-hero-i .about-hero-content .subtitle {
    font-size: 18px;
    margin-left: 36px;
  }
}
@media screen and (max-width: 575px) {
  .section-about-hero .about-hero-i .about-hero-content .subtitle {
    max-width: 254px;
  }
}
.section-about-hero .about-hero-i .mark {
  display: block;
  position: absolute;
  bottom: 0;
  transform: translateY(50%);
  right: 30px;
  color: #fff;
  width: 490px;
}
@media screen and (max-width: 1279px) {
  .section-about-hero .about-hero-i .mark {
    width: 200px;
  }
}
@media screen and (max-width: 1024px) {
  .section-about-hero .about-hero-i .mark {
    width: 113px;
  }
}
.section-about-hero .about-hero-i .mark .mark-i {
  position: relative;
  padding-bottom: 189%;
}
.section-about-hero .about-hero-i .mark .icon {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.section-about-hero .about-hero-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.section-about-hero .about-hero-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-about-info {
  padding: 73px 0 80px;
}
@media screen and (max-width: 1024px) {
  .section-about-info {
    padding: 155px 0 48px;
  }
}
.section-about-info .about-info-t {
  margin: 0 0 175px 115px;
  width: 580px;
}
@media screen and (max-width: 1024px) {
  .section-about-info .about-info-t {
    margin: 0 0 64px;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.section-about-info .about-info-b {
  margin: 0 0 0 345px;
  max-width: 580px;
}
@media screen and (max-width: 1024px) {
  .section-about-info .about-info-b {
    margin: 0;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
@media screen and (max-width: 1024px) {
  .section-about-info .about-info-b .txt h3 {
    margin-bottom: 24px;
  }
}
.section-about-gallery .gallery-counter {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 13px;
  font-size: 22px;
  color: #9fffec;
}
@media screen and (max-width: 1024px) {
  .section-about-gallery .gallery-counter {
    display: none;
  }
}

.gallery {
  position: relative;
}
.gallery:before,
.gallery:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  width: 197px;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .gallery:before,
  .gallery:after {
    width: 60px;
  }
}
.gallery:before {
  left: 0;
  width: 80px;
  background: linear-gradient(to right, #0240a1, rgba(2, 64, 161, 0));
}
@media screen and (max-width: 1024px) {
  .gallery:before {
    display: none;
  }
}
.gallery:after {
  right: 0;
  background: linear-gradient(to right, rgba(2, 64, 161, 0), #0240a1);
}
.gallery.is-start:before {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.gallery.is-finish:after {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.swiper.swiper--gallery {
  padding: 0 15px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .swiper.swiper--gallery {
    padding: 0 20px;
  }
}
.swiper.swiper--gallery .swiper-wrapper {
  align-items: stretch;
}
.swiper.swiper--gallery .swiper-slide {
  width: 627px;
  line-height: 0;
  height: auto;
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 1024px) {
  .swiper.swiper--gallery .swiper-slide {
    width: 72vw;
  }
}
.swiper.swiper--gallery .swiper-slide .gallery-item {
  width: 100%;
  padding-bottom: 78.7879%;
  position: relative;
}
.swiper.swiper--gallery .swiper-slide .gallery-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 7px;
}

.swiper-prev,
.swiper-next {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 62px;
  height: 62px;
  cursor: pointer;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .swiper-prev,
  .swiper-next {
    display: none;
  }
}
.swiper-prev:hover,
.swiper-next:hover {
  color: #9fffec;
}
.swiper-prev.swiper-button-disabled,
.swiper-next.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.swiper-prev {
  left: 30px;
  transform: translateY(-50%) scaleX(-1);
}

.swiper-next {
  right: 30px;
  transform: translateY(-50%);
}

.section-about-info-2 {
  padding: 120px 0 60px;
}
@media screen and (max-width: 1024px) {
  .section-about-info-2 {
    padding: 110px 0 40px;
  }
}
.section-about-info-2 h2 {
  margin: 0 0 40px 115px;
  max-width: 540px;
}
@media screen and (max-width: 1024px) {
  .section-about-info-2 h2 {
    margin: 0 0 32px 0;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.section-about-info-2 .about-info-content {
  margin: 13px 0 0 85px;
}
@media screen and (max-width: 1024px) {
  .section-about-info-2 .about-info-content {
    margin: 0;
  }
}
.section-about-info-2 .txt {
  max-width: 420px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .section-about-info-2 .txt {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 575px) {
  .section-about-info-2 .txt {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.section-about-tabs {
  padding: 70px 0 80px;
}
@media screen and (max-width: 1024px) {
  .section-about-tabs {
    padding: 40px 0 40px;
    overflow: hidden;
  }
}

.recognition-featured {
  padding: 100px 0 80px;
}
@media screen and (max-width: 1024px) {
  .recognition-featured {
    padding: 22px 0 0;
  }
}
.card.card--recognition-featured {
  display: flex;
  padding: 0 220px 0 0;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .card.card--recognition-featured {
    padding: 0;
  }
}
.card.card--recognition-featured .card-img {
  width: 150px;
  height: 150px;
  flex: 0 0 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 90px;
  line-height: 0;
}
@media screen and (max-width: 1024px) {
  .card.card--recognition-featured .card-img {
    width: 72px;
    height: 72px;
    flex: 0 0 72px;
    margin-right: 24px;
  }
}
.card.card--recognition-featured .card-img img {
  max-height: 100%;
}
.card.card--recognition-featured .card-body {
  flex: 1;
}
.card.card--recognition-featured .card-body .card-txt {
  margin-bottom: 64px;
}
@media screen and (max-width: 1024px) {
  .card.card--recognition-featured .card-body .card-txt {
    margin-bottom: 32px;
  }
}
.card.card--recognition-featured .card-body .card-info {
  font-size: 22px;
}
@media screen and (max-width: 1024px) {
  .card.card--recognition-featured .card-body .card-info {
    font-size: 17px;
  }
}

.cert-list {
  display: flex;
  flex-wrap: wrap;
  gap: 48px 88px;
}
.cert-list .cert-item {
  width: 541px;
}
.cert-list .cert-item .card.card--award {
  flex: 0 0 541px;
}

.recognition-list {
  position: relative;
  padding: 80px 0 120px;
}
@media screen and (max-width: 1024px) {
  .recognition-list {
    padding: 40px 0 48px;
  }
}
.recognition-list .filter-counter {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .recognition-list .filter-counter {
    margin-bottom: 24px;
    align-items: flex-end;
  }
}
.recognition-list .filter-counter .tabs-container {
  margin: 0;
}
.recognition-list .filter-counter .recognitions-counter {
  margin-left: auto;
  font-size: 22px;
  color: #9fffec;
}
@media screen and (max-width: 1024px) {
  .recognition-list .filter-counter .recognitions-counter {
    font-size: 13px;
  }
}
.recognition-list .recognitions-wrapper {
  position: relative;
}
.recognition-list .recognitions-wrapper .swiper {
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .recognition-list .recognitions-wrapper .swiper {
    overflow: visible;
  }
}
.recognition-list .recognitions-wrapper .swiper-slide {
  width: 333px;
  display: flex;
  align-items: stretch;
  height: auto;
  padding: 1px 0;
}
@media screen and (max-width: 1024px) {
  .recognition-list .recognitions-wrapper .swiper-slide {
    width: 302px;
  }
}
.recognition-list .recognitions-wrapper:before,
.recognition-list .recognitions-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  width: 197px;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .recognition-list .recognitions-wrapper:before,
  .recognition-list .recognitions-wrapper:after {
    display: none;
  }
}
.recognition-list .recognitions-wrapper:before {
  left: 0;
  width: 80px;
  background: linear-gradient(to right, #0240a1, rgba(2, 64, 161, 0));
}
.recognition-list .recognitions-wrapper:after {
  right: 0;
  background: linear-gradient(to right, rgba(2, 64, 161, 0), #0240a1);
}
.recognition-list .recognitions-wrapper.is-start:before {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.recognition-list .recognitions-wrapper.is-finish:after {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .recognition-list .swiper-pagination {
    display: none;
  }
}

.membership-list {
  position: relative;
  padding-bottom: 83px;
}
@media screen and (max-width: 1024px) {
  .membership-list {
    padding-bottom: 40px;
  }
}
.membership-list .membership-wrapper {
  position: relative;
}
.membership-list .membership-wrapper .swiper {
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .membership-list .membership-wrapper .swiper {
    overflow: visible;
  }
}
.membership-list .membership-wrapper .swiper-wrapper {
  position: relative;
}
.membership-list .membership-wrapper .swiper-slide {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .membership-list .membership-wrapper .swiper-slide {
    width: 90%;
  }
}
@media screen and (max-width: 575px) {
  .membership-list .membership-wrapper .swiper-slide .card {
    flex-direction: column;
  }
}
.membership-list .membership-wrapper .swiper-slide .card:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .membership-list .membership-wrapper .swiper-slide .card:not(:last-child) {
    margin-bottom: 32px;
  }
}
/* .membership-list .membership-wrapper:before, */
.membership-list .membership-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  width: 197px;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
/* .membership-list .membership-wrapper:before, */
  .membership-list .membership-wrapper:after {
    display: none;
  }
}
.membership-list .membership-wrapper:before {
  left: 0;
  width: 80px;
  background: linear-gradient(to right, #0240a1, rgba(2, 64, 161, 0));
}
.membership-list .membership-wrapper:after {
  right: 0;
  background: linear-gradient(to right, rgba(2, 64, 161, 0), #0240a1);
}
.membership-list .membership-wrapper.is-start:before {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.membership-list .membership-wrapper.is-finish:after {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .membership-list .swiper-pagination {
    left: 0 !important;
  }
}

.card.card--membership {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 575px) {
  .card.card--membership {
    flex-direction: column;
    align-items: flex-start;
  }
}
.card.card--membership .card-img {
  width: 333px;
  height: 160px;
  flex: 0 0 333px;
  position: relative;
  background: #fff;
  padding: 10px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .card.card--membership .card-img {
    width: 167px;
    height: 80px;
    flex: 0 0 167px;
    padding: 6px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 575px) {
  .card.card--membership .card-img {
    flex: 0 0 80px;
  }
}
.card.card--membership .card-img img {
  max-height: 100%;
  max-width: 100%;
}
.card.card--membership .card-desc {
  padding: 17px 0 0 40px;
}
@media screen and (max-width: 1024px) {
  .card.card--membership .card-desc {
    padding: 16px 0 0 0;
  }
}

/***** About us *****/
.section-sust-hero {
  position: relative;
}
.section-sust-hero .container {
  position: relative;
  z-index: 1;
}
.section-sust-hero .sust-hero-i {
  display: flex;
}
.section-sust-hero .sust-hero-i .sust-hero-content {
  padding: 160px 0 200px;
}
@media screen and (max-width: 1024px) {
  .section-sust-hero .sust-hero-i .sust-hero-content {
    padding: 130px 0 200px;
  }
}
.section-sust-hero .sust-hero-i .sust-hero-content h1 {
  margin-bottom: 120px;
  max-width: 690px;
}
.section-sust-hero .sust-hero-i .sust-hero-content .subtitle {
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  font-family: "Ryhmes Display", serif;
  margin-left: 454px;
  max-width: 300px;
}
@media screen and (max-width: 1024px) {
  .section-sust-hero .sust-hero-i .sust-hero-content .subtitle {
    font-size: 18px;
    margin-left: 36px;
  }
}
@media screen and (max-width: 575px) {
  .section-sust-hero .sust-hero-i .sust-hero-content .subtitle {
    max-width: 254px;
  }
}
.section-sust-hero .sust-hero-i .mark {
  display: block;
  position: absolute;
  bottom: 0;
  transform: translateY(50%);
  right: 30px;
  color: #fff;
  width: 490px;
}
@media screen and (max-width: 1279px) {
  .section-sust-hero .sust-hero-i .mark {
    width: 200px;
  }
}
@media screen and (max-width: 1024px) {
  .section-sust-hero .sust-hero-i .mark {
    width: 113px;
  }
}
.section-sust-hero .sust-hero-i .mark .mark-i {
  position: relative;
  padding-bottom: 189%;
}
.section-sust-hero .sust-hero-i .mark .icon {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.section-sust-hero .about-hero-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.section-sust-hero .about-hero-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-sust-info {
  padding: 70px 0 120px;
}
@media screen and (max-width: 1024px) {
  .section-sust-info {
    padding: 160px 0 64px;
  }
}
.section-sust-info .sust-info-i .info-top {
  max-width: 580px;
  margin: 0 0 110px 115px;
}
@media screen and (max-width: 1024px) {
  .section-sust-info .sust-info-i .info-top {
    margin: 0 0 64px 0;
  }
}
.section-sust-info .sust-info-i .info-bottom {
  max-width: 580px;
  margin-left: 375px;
}
@media screen and (max-width: 1279px) {
  .section-sust-info .sust-info-i .info-bottom {
    margin: 0 0 0 20%;
    max-width: 80%;
  }
}
@media screen and (max-width: 575px) {
  .section-sust-info .sust-info-i .info-bottom {
    margin: 0;
    max-width: 100%;
  }
}
.section-sust-info
  .sust-info-i
  .info-bottom
  .goal-list
  .goal-item:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .section-sust-info
    .sust-info-i
    .info-bottom
    .goal-list
    .goal-item:not(:last-child) {
    margin-bottom: 30px;
  }
}
.section-sust-info .sust-info-i .info-bottom .goal-list .goal-item h3 {
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .section-sust-info .sust-info-i .info-bottom .goal-list .goal-item h3 {
    margin-bottom: 12px;
  }
}
.section-sust-info .sust-info-i .info-bottom .download-block {
  margin-top: 50px;
  max-width: 546px;
}
@media screen and (max-width: 767px) {
  .section-sust-info .sust-info-i .info-bottom .download-block {
    max-width: 100%;
  }
}

.section-sust-details {
  margin-bottom: 40px;
}
@media screen and (max-width: 1599px) {
  .section-sust-details {
    margin-bottom: 0;
  }
}
.section-sust-details .container {
  padding: 0;
}
.section-sust-details .sust-details-i {
  padding: 70px 30px 120px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  background: #069074;
  color: #fff;
}
@media screen and (max-width: 1599px) {
  .section-sust-details .sust-details-i {
    border-radius: 0;
  }
}
@media screen and (max-width: 1024px) {
  .section-sust-details .sust-details-i {
    padding: 48px 20px 64px;
  }
}
@media screen and (max-width: 1024px) {
  .section-sust-details .sust-details-i [class*="col-"]:not(:last-child) {
    margin-bottom: 48px;
  }
}
.section-sust-details .sust-details-i .sust-details-block {
  padding-right: 113px;
}
@media screen and (max-width: 1024px) {
  .section-sust-details .sust-details-i .sust-details-block {
    padding: 0;
  }
}
.section-sust-details .sust-details-i .sust-details-block:not(:last-child) {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .section-sust-details .sust-details-i .sust-details-block:not(:last-child) {
    margin-bottom: 48px;
  }
}
.section-sust-details .sust-details-i .sust-details-block h2 {
  margin-bottom: 36px;
}
@media screen and (max-width: 1024px) {
  .section-sust-details .sust-details-i .sust-details-block h2 {
    margin-bottom: 12px;
  }
}
.section-sust-responsibility .sust-responsibility-h {
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .section-sust-responsibility .sust-responsibility-h {
    height: 300px;
  }
}
.section-sust-responsibility .sust-responsibility-h .container {
  position: relative;
  z-index: 1;
  text-align: center;
}
.section-sust-responsibility .sust-responsibility-h .sust-responsibility-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-sust-responsibility
  .sust-responsibility-h
  .sust-responsibility-bg
  img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.section-sust-responsibility .sust-responsibility-content {
  padding: 70px 0 80px;
}
@media screen and (max-width: 1024px) {
  .section-sust-responsibility .sust-responsibility-content {
    padding: 48px 0 80px;
  }
}
.section-sust-responsibility .sust-responsibility-content .resp-desc {
  max-width: 580px;
  margin-bottom: 70px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .section-sust-responsibility .sust-responsibility-content .resp-desc {
    margin-bottom: 40px;
    padding-bottom: 60px;
  }
}
.section-sust-responsibility .sust-responsibility-content .resp-desc:after {
  content: "";
  display: none;
  position: absolute;
  bottom: 0;
  left: -20px;
  right: -20px;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 1024px) {
  .section-sust-responsibility .sust-responsibility-content .resp-desc:after {
    display: block;
  }
}
.section-sust-responsibility .sust-responsibility-content .partner-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px -40px;
}
.section-sust-responsibility
  .sust-responsibility-content
  .partner-list
  .partner-item {
  padding: 0 8px 40px;
  width: 25%;
  flex: 0 0 25%;
}
@media screen and (max-width: 1279px) {
  .section-sust-responsibility
    .sust-responsibility-content
    .partner-list
    .partner-item {
    width: 33.3333%;
    flex: 0 0 33.3333%;
  }
}
@media screen and (max-width: 767px) {
  .section-sust-responsibility
    .sust-responsibility-content
    .partner-list
    .partner-item {
    width: 50%;
    flex: 0 0 50%;
  }
}
.card--partner .card-img {
  padding-bottom: 48.048%;
  position: relative;
  background: #fff;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .card--partner .card-img {
    margin-bottom: 10px;
  }
}
.card--partner .card-img img {
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 10px;
  right: 10px;
  -o-object-fit: contain;
  object-fit: contain;
  width: calc(100% - 20px);
  height: calc(100% - 10px);
}
.section-pro {
  padding: 40px 0 80px;
  overflow-x: hidden;
}
.section-pro .pro-h h2 {
  margin-bottom: 50px;
  color: #9fffec;
}
@media screen and (max-width: 1024px) {
  .section-pro .pro-h h2 {
    margin-bottom: 44px;
  }
}
.section-pro .pro-list {
  position: relative;
  padding-bottom: 83px;
}
@media screen and (max-width: 1024px) {
  .section-pro .pro-list {
    padding-bottom: 40px;
  }
}
.section-pro .pro-list .pro-wrapper {
  position: relative;
}
.section-pro .pro-list .pro-wrapper .swiper {
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .section-pro .pro-list .pro-wrapper .swiper {
    overflow: visible;
  }
}
.section-pro .pro-list .pro-wrapper .swiper-wrapper {
  position: relative;
}
.section-pro .pro-list .pro-wrapper .swiper-slide {
  width: 80%;
}
@media screen and (max-width: 1024px) {
  .section-pro .pro-list .pro-wrapper .swiper-slide {
    width: 90%;
  }
}
@media screen and (max-width: 575px) {
  .section-pro .pro-list .pro-wrapper .swiper-slide .card {
    flex-direction: column;
  }
}
.section-pro .pro-list .pro-wrapper .swiper-slide .card:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .section-pro .pro-list .pro-wrapper .swiper-slide .card:not(:last-child) {
    margin-bottom: 32px;
  }
}
.section-pro .pro-list .pro-wrapper:before,
.section-pro .pro-list .pro-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  width: 197px;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .section-pro .pro-list .pro-wrapper:before,
  .section-pro .pro-list .pro-wrapper:after {
    display: none;
  }
}
.section-pro .pro-list .pro-wrapper:before {
  left: 0;
  width: 80px;
  background: linear-gradient(to right, #0240a1, rgba(2, 64, 161, 0));
}
.section-pro .pro-list .pro-wrapper:after {
  right: 0;
  background: linear-gradient(to right, rgba(2, 64, 161, 0), #0240a1);
}
.section-pro .pro-list .pro-wrapper.is-start:before {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.section-pro .pro-list .pro-wrapper.is-finish:after {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .section-pro .pro-list .swiper-pagination {
    left: 0 !important;
  }
}

.section-news {
  padding: 40px 0 120px;
}
@media screen and (max-width: 1024px) {
  .section-news {
    padding: 40px 0 80px;
  }
}
.section-news .container h2 {
  margin-bottom: 60px;
  color: #9fffec;
}
@media screen and (max-width: 1024px) {
  .section-news .container h2 {
    margin-bottom: 44px;
  }
}
/***** Newsroom *****/
.section-newsroom-hero {
  padding: 0 0 120px;
}
@media screen and (max-width: 1024px) {
  .section-newsroom-hero {
    padding: 0 0 80px;
  }
}
.section-newsroom-hero .newsroom-hero-i {
  display: flex;
}
@media screen and (max-width: 767px) {
  .section-newsroom-hero .newsroom-hero-i {
    flex-direction: column;
  }
}
.section-newsroom-hero .newsroom-hero-i .newsroom-hero-content {
  padding: 165px 40px 60px 0;
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .section-newsroom-hero .newsroom-hero-i .newsroom-hero-content {
    padding: 100px 40px 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .section-newsroom-hero .newsroom-hero-i .newsroom-hero-content {
    order: 2;
    padding: 36px 0 0;
  }
}
.section-newsroom-hero .newsroom-hero-i .newsroom-hero-content h1 {
  color: #9fffec;
  margin-bottom: 165px;
  max-width: 560px;
}
@media screen and (max-width: 1279px) {
  .section-newsroom-hero .newsroom-hero-i .newsroom-hero-content h1 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .section-newsroom-hero .newsroom-hero-i .newsroom-hero-content h1 {
    margin-bottom: 36px;
    max-width: 320px;
  }
}
@media screen and (max-width: 575px) {
  .section-newsroom-hero .newsroom-hero-i .newsroom-hero-content h1 {
    max-width: 270px;
  }
}
.section-newsroom-hero .newsroom-hero-i .newsroom-hero-content .subtitle {
  margin-left: 230px;
  max-width: 345px;
  font-family: "Ryhmes Display", serif;
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 1279px) {
  .section-newsroom-hero .newsroom-hero-i .newsroom-hero-content .subtitle {
    margin-left: 20%;
    max-width: 65%;
  }
}
@media screen and (max-width: 767px) {
  .section-newsroom-hero .newsroom-hero-i .newsroom-hero-content .subtitle {
    margin-left: 36px;
    max-width: inherit;
    font-size: 18px;
  }
}
.section-newsroom-hero .newsroom-hero-i .newsroom-hero-img {
  width: 572px;
  flex: 0 0 572px;
  height: 708px;
}
@media screen and (max-width: 1279px) {
  .section-newsroom-hero .newsroom-hero-i .newsroom-hero-img {
    width: 40%;
    flex: 0 0 40%;
    height: 40vw;
  }
}
@media screen and (max-width: 767px) {
  .section-newsroom-hero .newsroom-hero-i .newsroom-hero-img {
    order: 1;
    width: 100%;
    flex: auto;
    height: 317px;
  }
}
.section-newsroom-hero .newsroom-hero-i .newsroom-hero-img img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0 50%;
  object-position: 0 50%;
}
.section-newsroom {
  padding: 48px 0 120px;
}
@media screen and (max-width: 1024px) {
  .section-newsroom {
    padding: 48px 0 80px;
  }
}
.section-newsroom .filter-search {
  display: flex;
  align-items: center;
  margin-bottom: 44px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .section-newsroom .filter-search {
    margin-bottom: 24px;
  }
}
.section-newsroom .newsroom-filter {
  margin-bottom: 0;
}
.section-newsroom .newsroom-filter.tabs-container .filter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  .section-newsroom .newsroom-filter.tabs-container .filter {
    gap: 8px 16px;
  }
}
.section-newsroom .newsroom-search {
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .section-newsroom .newsroom-search {
    margin: 40px 0 0;
    flex: 0 0 100%;
  }
}
.section-newsroom .newsroom-search .search-toggler {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 22px;
  cursor: pointer;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .section-newsroom .newsroom-search .search-toggler {
    font-size: 17px;
    right: auto;
    left: 0;
  }
}
.section-newsroom .newsroom-search .search-toggler:hover {
  color: #9fffec;
}
.section-newsroom .newsroom-search .search-block {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 1;
  transition: all 0.3s;
  background: #134faf;
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  border-radius: 4px;
}
.section-newsroom .newsroom-search .search-block form {
  display: flex;
  align-items: stretch;
}
.section-newsroom .newsroom-search .search-block form .search-input {
  border: none;
  background: none;
  color: #fff;
  width: 360px;
  flex: 0 0 360px;
  padding: 5px 16px;
}
@media screen and (max-width: 1024px) {
  .section-newsroom .newsroom-search .search-block form .search-input {
    width: calc(100% - 32px);
    flex: 0 0 calc(100% - 32px);
    padding: 2px 8px;
  }
}
.section-newsroom .newsroom-search .search-block form .search-btn {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .section-newsroom .newsroom-search .search-block form .search-btn {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
  }
}
.section-newsroom .newsroom-search.is-expanded .search-block {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
/***** Career *****/
.section-career-hero {
  padding: 0 0 85px;
}
@media screen and (max-width: 1024px) {
  .section-career-hero {
    padding: 0 0 80px;
  }
}
.section-career-hero .career-hero-i {
  display: flex;
}
@media screen and (max-width: 767px) {
  .section-career-hero .career-hero-i {
    flex-direction: column;
  }
}
.section-career-hero .career-hero-i .career-hero-content {
  padding: 165px 40px 60px 0;
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .section-career-hero .career-hero-i .career-hero-content {
    padding: 100px 40px 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .section-career-hero .career-hero-i .career-hero-content {
    order: 2;
    padding: 36px 0 0;
  }
}
.section-career-hero .career-hero-i .career-hero-content h1 {
  color: #9fffec;
  margin-bottom: 73px;
  max-width: 600px;
}
@media screen and (max-width: 1279px) {
  .section-career-hero .career-hero-i .career-hero-content h1 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .section-career-hero .career-hero-i .career-hero-content h1 {
    margin-bottom: 36px;
    max-width: 100%;
  }
}
.section-career-hero .career-hero-i .career-hero-content .subtitle {
  margin-left: 230px;
  max-width: 345px;
  font-family: "Ryhmes Display", serif;
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 1279px) {
  .section-career-hero .career-hero-i .career-hero-content .subtitle {
    margin-left: 20%;
    max-width: 65%;
  }
}
@media screen and (max-width: 767px) {
  .section-career-hero .career-hero-i .career-hero-content .subtitle {
    margin-left: 36px;
    max-width: inherit;
    font-size: 18px;
  }
}
.section-career-hero .career-hero-i .career-hero-img {
  width: 572px;
  flex: 0 0 572px;
  height: 708px;
}
@media screen and (max-width: 1279px) {
  .section-career-hero .career-hero-i .career-hero-img {
    width: 40%;
    flex: 0 0 40%;
    height: 40vw;
  }
}
@media screen and (max-width: 767px) {
  .section-career-hero .career-hero-i .career-hero-img {
    order: 1;
    width: 100%;
    flex: auto;
    height: 317px;
  }
}
.section-career-hero .career-hero-i .career-hero-img img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 20%;
  object-position: 50% 20%;
}
.section-career-info {
  padding: 0 0 110px;
}
@media screen and (max-width: 1024px) {
  .section-career-info {
    padding: 24px 0 100px;
  }
}
.section-career-info h2 {
  margin-bottom: 40px;
  padding-left: 115px;
}
@media screen and (max-width: 1024px) {
  .section-career-info h2 {
    padding: 0;
    margin-bottom: 22px;
  }
}
.section-career-info .career-info-i {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .section-career-info .career-info-i {
    flex-direction: column;
  }
}
.section-career-info .career-info-i .career-info-content {
  flex: 1;
  padding: 0 115px;
}
@media screen and (max-width: 1279px) {
  .section-career-info .career-info-i .career-info-content {
    padding: 0 80px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .section-career-info .career-info-i .career-info-content {
    padding: 0 0 56px;
  }
}
.section-career-info .career-info-i .career-info-links {
  width: 572px;
  flex: 0 0 572px;
}
@media screen and (max-width: 1279px) {
  .section-career-info .career-info-i .career-info-links {
    width: 40%;
    flex: 0 0 40%;
  }
}
@media screen and (max-width: 1024px) {
  .section-career-info .career-info-i .career-info-links {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .section-career-info .career-info-i .career-info-links {
    flex: auto;
    width: 100%;
  }
}
.section-career-info .career-info-i .career-info-links p {
  margin-bottom: 45px;
}
@media screen and (max-width: 1024px) {
  .section-career-info .career-info-i .career-info-links p {
    margin-bottom: 24px;
  }
}
.section-career-info .career-info-i .career-info-links ul {
  font-size: 34px;
  font-family: "Ryhmes Display", serif;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.3;
}
@media screen and (max-width: 1024px) {
  .section-career-info .career-info-i .career-info-links ul {
    font-size: 22px;
  }
}
.section-career-info .career-info-i .career-info-links ul li {
  margin: 0 0 15px;
}
.section-employee-reviews {
  padding: 120px 0 60px;
}
@media screen and (max-width: 1024px) {
  .section-employee-reviews {
    padding: 88px 0 36px;
  }
}
.section-employee-reviews h2 {
  font-size: 22px;
  text-transform: uppercase;
  font-family: "Selecta", sans-serif;
  color: #9fffec;
  margin: 0;
  position: relative;
  padding-right: 4px;
  z-index: 1;
  display: inline-block;
  background: #0240a1;
}
@media screen and (max-width: 1024px) {
  .section-employee-reviews h2 {
    font-size: 17px;
    max-width: 110px;
    padding-right: 2px;
  }
}
.section-employee-reviews .employee-reviews {
  position: relative;
  z-index: 0;
  padding-bottom: 82px;
  margin-top: -30px;
}
@media screen and (max-width: 1024px) {
  .section-employee-reviews .employee-reviews {
    padding-bottom: 64px;
  }
}
@media screen and (max-width: 1024px) {
  .section-employee-reviews .employee-reviews .swiper-pagination {
    left: 0 !important;
  }
}

.card--employee-review {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .card--employee-review {
    flex-direction: column;
  }
}
.card--employee-review .card-body {
  margin: 125px 115px 0;
  max-width: 810px;
  flex: 1;
  font-family: "Ryhmes Display", serif;
  font-size: 34px;
  line-height: 1.3;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 1279px) {
  .card--employee-review .card-body {
    margin: 80px 80px 0;
  }
}
@media screen and (max-width: 1024px) {
  .card--employee-review .card-body {
    order: 2;
    margin: 0;
    font-size: 20px;
  }
}
.card--employee-review .card-author {
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .card--employee-review .card-author {
    order: 1;
    margin-bottom: 32px;
  }
}
.card--employee-review .card-author .card-photo {
  width: 212px;
  height: 212px;
  position: relative;
  line-height: 0;
  margin-bottom: 28px;
}
.card--employee-review .card-author .card-photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 7px;
}
.card--employee-review .card-author .card-name {
  font-size: 22px;
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  .card--employee-review .card-author .card-name {
    font-size: 17px;
  }
}
.card--employee-review .card-author .card-position {
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .card--employee-review .card-author .card-position {
    font-size: 13px;
  }
}

.section-offer {
  padding: 60px 0 105px;
}
@media screen and (max-width: 1024px) {
  .section-offer {
    padding: 36px 0 64px;
  }
}
.section-offer h2 {
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .section-offer h2 {
    margin-bottom: 56px;
  }
}
.section-offer .offer-list {
  display: flex;
  flex-wrap: wrap;
  gap: 82px 0;
}
@media screen and (max-width: 1279px) {
  .section-offer .offer-list {
    gap: 0;
    margin: 0 -20px -40px;
  }
}
.section-offer .offer-list .offer-item {
  width: 50%;
  flex: 0 0 50%;
  padding-right: 110px;
}
@media screen and (max-width: 1279px) {
  .section-offer .offer-list .offer-item {
    padding: 0 20px 40px;
  }
}
@media screen and (max-width: 575px) {
  .section-offer .offer-list .offer-item {
    width: 100%;
    flex: 0 0 100%;
  }
}

.card--offer .card-icon {
  width: 88px;
  height: 88px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  .card--offer .card-icon {
    width: 66px;
    height: 66px;
    margin-bottom: 20px;
  }
}
.card--offer .card-icon img {
  max-height: 100%;
}
.card--offer h3 {
  margin-bottom: 16px;
}
.section-openings .container {
  padding: 0;
}
.section-openings .openings-i {
  background: #c2b6ff;
  color: #0240a1;
  padding: 70px 95px 125px 145px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1599px) {
  .section-openings .openings-i {
    border-radius: 0;
  }
}
@media screen and (max-width: 1024px) {
  .section-openings .openings-i {
    padding: 117px 20px 48px;
  }
}
.section-openings .openings-i .openings-content {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .section-openings .openings-i .openings-content {
    width: 100%;
  }
}
.section-openings .openings-i .openings-content h2 {
  max-width: 500px;
  margin-bottom: 45px;
}
@media screen and (max-width: 1024px) {
  .section-openings .openings-i .openings-content h2 {
    max-width: 100%;
    margin-bottom: 28px;
  }
}
.section-openings .openings-i .openings-content .txt {
  max-width: 580px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .section-openings .openings-i .openings-content .txt {
    margin-bottom: 32px;
    max-width: 100%;
  }
}
.section-openings
  .openings-i
  .openings-content
  .opening-list
  .opening-item:not(:last-child) {
  margin-bottom: 24px;
}
.section-openings .openings-i .mark {
  display: block;
  position: absolute;
  top: 0;
  bottom: -10px;
  right: 95px;
  width: 50%;
  background: url("../images/mark-blue.svg") 100% 0 no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1279px) {
  .section-openings .openings-i .mark {
    width: 200px;
    top: 24px;
    right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .section-openings .openings-i .mark {
    width: 38px;
    height: 78px;
    top: 24px;
    right: 20px;
  }
}

.card.card--opening {
  border: 1px solid #0240a1;
  border-radius: 7px;
  padding: 20px 30px 14px;
}
@media screen and (max-width: 1024px) {
  .card.card--opening {
    padding: 24px;
  }
}
.card.card--opening .card-title {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .card.card--opening .card-title {
    font-size: 17px;
  }
}
.card.card--opening .card-details {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 16px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .card.card--opening .card-details {
    margin-bottom: 8px;
  }
}
.card.card--opening .card-details .card-location {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: rgba(2, 64, 161, 0.5);
}
.card.card--opening .card-details .card-date {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: rgba(2, 64, 161, 0.5);
}
.card.card--opening .card-link {
  font-size: 16px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: rgba(2, 64, 161, 0.5);
}
a.card.card--opening {
  display: block;
  color: #0240a1;
}
a.card.card--opening:hover {
  background: #0240a1;
  color: #fff;
}

.section-internships {
  padding: 105px 0 120px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 1024px) {
  .section-internships {
    padding: 32px 0 80px;
  }
}
.section-internships .internships-i {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .section-internships .internships-i {
    flex-direction: column;
  }
}
.section-internships .internships-i .internships-content {
  width: 50%;
  flex: 0 0 50%;
  padding: 0 73px 0 115px;
}
@media screen and (max-width: 1279px) {
  .section-internships .internships-i .internships-content {
    padding: 0 64px 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .section-internships .internships-i .internships-content {
    order: 2;
    width: 100%;
    padding: 0;
  }
}
.section-internships .internships-i .internships-content h2 {
  margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  .section-internships .internships-i .internships-content h2 {
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 1024px) {
  .section-internships .internships-i .internships-content .txt .link-list ul {
    -moz-columns: 1;
    columns: 1;
  }
}
.section-internships .internships-i .internships-img {
  flex: 1;
  padding-top: 15px;
}
@media screen and (max-width: 1024px) {
  .section-internships .internships-i .internships-img {
    order: 1;
    padding: 0 0 32px;
  }
}
.section-internships .internships-i .internships-img img {
  border-radius: 6px;
}

.section-follow {
  padding: 70px 0 120px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 1024px) {
  .section-follow {
    padding: 48px 0 80px;
  }
}
.section-follow .follow-i {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .section-follow .follow-i {
    flex-direction: column;
  }
}
.section-follow .follow-i h2 {
  width: 50%;
  flex: 0 0 50%;
  padding: 0 80px 0 115px;
}
@media screen and (max-width: 1279px) {
  .section-follow .follow-i h2 {
    padding: 0 64px 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .section-follow .follow-i h2 {
    width: 100%;
    flex: auto;
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 1024px) {
  .section-follow .follow-i .link-list ul {
    -moz-columns: 1;
    columns: 1;
  }
}
.section-opportunities {
  padding: 70px 0 120px;
}
@media screen and (max-width: 1024px) {
  .section-opportunities {
    padding: 48px 0 80px;
  }
}
.section-opportunities h2 {
  margin-bottom: 32px;
  color: #9fffec;
}
@media screen and (max-width: 1024px) {
  .section-opportunities h2 {
    margin-bottom: 24px;
  }
}
/***** Contact *****/
.section-contact-hero {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  overflow: hidden;
  padding: 160px 0 150px;
}
@media screen and (max-width: 1024px) {
  .section-contact-hero {
    padding: 120px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .section-contact-hero {
    order: 2;
    padding: 88px 0 80px;
  }
}
.section-contact-hero .contact-hero-i {
  display: flex;
}
@media screen and (max-width: 767px) {
  .section-contact-hero .contact-hero-i {
    flex-direction: column;
  }
}
.section-contact-hero .contact-hero-i .contact-hero-content {
  flex: 1;
  position: relative;
  z-index: 1;
}
.section-contact-hero .contact-hero-i .contact-hero-content h1 {
  color: #9fffec;
  margin-bottom: 240px;
  max-width: 700px;
}
@media screen and (max-width: 1279px) {
  .section-contact-hero .contact-hero-i .contact-hero-content h1 {
    margin-bottom: 60px;
    max-width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .section-contact-hero .contact-hero-i .contact-hero-content h1 {
    max-width: 100%;
    margin-bottom: 40px;
    padding-right: 200px;
  }
}
@media screen and (max-width: 575px) {
  .section-contact-hero .contact-hero-i .contact-hero-content h1 {
    padding-right: 25%;
  }
}
.section-contact-hero .contact-hero-i .contact-hero-content .subtitle {
  padding-left: 230px;
  max-width: 590px;
  font-family: "Ryhmes Display", serif;
  font-size: 26px;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 1279px) {
  .section-contact-hero .contact-hero-i .contact-hero-content .subtitle {
    padding-left: 20%;
  }
}
@media screen and (max-width: 767px) {
  .section-contact-hero .contact-hero-i .contact-hero-content .subtitle {
    padding-left: 36px;
    max-width: 80%;
    padding-right: 25%;
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .section-contact-hero .contact-hero-i .contact-hero-content .subtitle {
    max-width: 100%;
  }
}
.section-contact-hero .contact-hero-i .mark {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: -10px;
  left: calc(50% + 220px);
  width: 440px;
  z-index: 0;
  color: #9fffec;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
@media screen and (max-width: 1024px) {
  .section-contact-hero .contact-hero-i .mark {
    left: 70%;
  }
}
@media screen and (max-width: 575px) {
  .section-contact-hero .contact-hero-i .mark {
    left: 274px;
  }
}
.section-contact-hero .contact-hero-i .mark .icon {
  height: 100%;
  width: auto;
  min-width: 460px;
}
@media screen and (max-width: 1024px) {
  .section-contact-hero .contact-hero-i .mark .icon {
    min-width: 0;
  }
}

.section-offices {
  padding: 70px 0 120px;
}
@media screen and (max-width: 1024px) {
  .section-offices {
    padding: 48px 0 80px;
  }
}
.section-offices .offices-i {
  padding-left: 115px;
}
@media screen and (max-width: 1279px) {
  .section-offices .offices-i {
    padding-left: 0;
  }
}
.section-offices h2 {
  margin-bottom: 56px;
}
@media screen and (max-width: 1024px) {
  .section-offices h2 {
    margin-bottom: 44px;
  }
}
.section-offices .office-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px -40px;
}
.section-offices .office-list .office-item {
  width: 30%;
  flex: 0 0 30%;
  padding: 0 12px 40px;
}
@media screen and (max-width: 1024px) {
  .section-offices .office-list .office-item {
    width: 50%;
    flex: 0 0 50%;
  }
}
.section-contact-form {
  padding: 0 0 40px;
}
@media screen and (max-width: 1599px) {
  .section-contact-form {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1599px) {
  .section-contact-form .container {
    padding: 0;
  }
}
.section-contact-form .contact-form-i {
  background: #069074;
  color: #fff;
  padding: 70px 115px 120px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1599px) {
  .section-contact-form .contact-form-i {
    border-radius: 0;
    padding: 70px 145px 120px;
  }
}
@media screen and (max-width: 1279px) {
  .section-contact-form .contact-form-i {
    padding: 48px 20px 80px;
  }
}
.section-contact-form h2 {
  margin-bottom: 56px;
}
@media screen and (max-width: 1024px) {
  .section-contact-form h2 {
    margin-bottom: 44px;
  }
}
.section-contact-form .contact-form {
  max-width: 90%;
}
@media screen and (max-width: 1599px) {
  .section-contact-form .contact-form {
    max-width: 100%;
  }
}
.section-contact-form .contact-form form .form-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.section-contact-form .contact-form form .form-group {
  width: 33.3333%;
  flex: 0 0 33.3333%;
  padding: 0 12px;
}
@media screen and (max-width: 1024px) {
  .section-contact-form .contact-form form .form-group {
    width: 50%;
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 767px) {
  .section-contact-form .contact-form form .form-group {
    width: 100%;
    flex: 0 0 100%;
  }
}
.section-contact-form .contact-form form .form-group.form-group--wide {
  width: 100%;
  flex: 0 0 100%;
}
.section-contact-form
  .contact-form
  form
  .btn.btn-outline-white.btn-outline-white--green {
  border-color: #fff;
  color: #fff;
}
.section-contact-form
  .contact-form
  form
  .btn.btn-outline-white.btn-outline-white--green:hover {
  color: #069074;
}

/***** Article *****/
.section-article {
  padding: 120px 0 60px;
}
@media screen and (max-width: 1024px) {
  .section-article {
    padding: 70px 0 40px;
  }
}
.section-article .breadcrumbs {
  margin-bottom: 40px;
}
.section-article .article-h {
  margin-bottom: 20px;
}
.section-article .article-h h1 {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .section-article .article-h h1 {
    margin-bottom: 12px;
  }
}
.section-article .article-h .article-info {
  margin-bottom: 44px;
}
@media screen and (max-width: 1024px) {
  .section-article .article-h .article-info {
    margin-bottom: 48px;
  }
}
.section-article .article-h .article-info div:not(:first-child) {
  margin-top: 6px;
}
.section-article .article-h .article-info-row {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .section-article .article-h .article-info-row {
    margin-top: 40px;
  }
}
@media screen and (max-width: 575px) {
  .section-article .article-h .article-info-row {
    flex-direction: column;
    margin-bottom: 48px;
  }
}
.section-article .article-h .article-info-row .article-info {
  margin-right: 40px;
}
@media screen and (max-width: 575px) {
  .section-article .article-h .article-info-row .article-info {
    margin: 0 0 40px;
  }
}
.section-article .article-h .article-info-row .btns {
  margin-left: auto;
}
@media screen and (max-width: 575px) {
  .section-article .article-h .article-info-row .btns {
    margin: 0;
  }
}
.section-article .article-img {
  margin-bottom: 20px;
  padding-left: 85px;
  line-height: 0;
}
@media screen and (max-width: 1024px) {
  .section-article .article-img {
    padding: 0;
    margin-bottom: 48px;
  }
}
.section-article .article-img img {
  border-radius: 9px;
  width: 100%;
}
.section-article .article-sidebar {
  padding-left: 85px;
  margin-top: 110px;
}
@media screen and (max-width: 1024px) {
  .section-article .article-sidebar {
    margin: 48px 0 0;
    padding: 0;
  }
}
.section-article .article-sidebar .block-h h2 {
  margin-bottom: 20px;
}
.section-article .article-sidebar .block-body .link-list {
  margin-top: 12px;
}
.section-article .article-sidebar .deal-experts .expert-list .expert-item {
  width: 50%;
  flex: 0 0 50%;
}
.section-article .article-sidebar .deal-related {
  margin-top: 64px;
}
.section-article .article-sidebar .deal-related h2 {
  margin-bottom: 28px;
}
@media screen and (max-width: 1024px) {
  .section-article .article-sidebar .deal-related h2 {
    margin-bottom: 28px;
  }
}

.section-posts {
  padding: 60px 0 120px;
}
@media screen and (max-width: 1024px) {
  .section-posts {
    padding: 40px 0 80px;
  }
}
.section-posts .section-h h2 {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .section-posts .section-h h2 {
    margin-bottom: 40px;
  }
}
/***** Post *****/
.section-post {
  position: relative;
  overflow-x: hidden;
  padding: 157px 0 120px;
}
@media screen and (max-width: 1024px) {
  .section-post {
    padding: 87px 0 60px;
  }
}
.section-post .post-wrapper {
  max-width: 690px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .section-post .post-wrapper {
    max-width: 75%;
  }
}
@media screen and (max-width: 575px) {
  .section-post .post-wrapper {
    max-width: 100%;
  }
}
.section-post h1 {
  color: #9fffec;
  margin-bottom: 75px;
}
@media screen and (max-width: 575px) {
  .section-post h1 {
    margin-bottom: 110px;
    max-width: 290px;
  }
}
.section-post h2 {
  color: #9fffec;
}
@media screen and (max-width: 1024px) {
  .section-post h3 {
    font-size: 40px;
  }
}
.section-post .mark {
  position: absolute;
  top: 0;
  left: calc(50% + 220px);
  width: 400px;
  height: 776px;
  z-index: 0;
  color: #fff;
}
@media screen and (max-width: 575px) {
  .section-post .mark {
    left: 317px;
    width: 145px;
    height: 280px;
    color: #9fffec;
  }
}
.section-post .mark .icon {
  height: 100%;
  width: 100%;
}
.section-post.section-post--search h1 {
  margin-bottom: 10px;
}
.section-post.section-post--search .search-found {
  margin-bottom: 56px;
  font-size: 22px;
}
@media screen and (max-width: 1024px) {
  .section-post.section-post--search .search-found {
    font-size: 17px;
  }
}
.section-post.section-post--search
  .search-results
  .search-item:not(:last-child) {
  margin-bottom: 44px;
}
@media screen and (max-width: 1024px) {
  .section-post.section-post--search
    .search-results
    .search-item:not(:last-child) {
    margin-bottom: 32px;
  }
}
.section-post.section-post--search .search-results .search-item h2 {
  margin: 0 0 16px;
}
@media screen and (max-width: 1024px) {
  .section-post.section-post--search .search-results .search-item h2 {
    margin-bottom: 10px;
  }
}
.section-post.section-post--search .search-results .search-item p:last-child {
  margin-bottom: 0;
}
/*# sourceMappingURL=main.css.map */
