html,
body {
  padding: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 10px;
  color: #252C40;
}

html.lock {
  overflow: hidden;
}

html.lock body {
  overflow: hidden;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-height: 100vh;
}

body.hide-overflow {
  position: fixed;
  width: 100%;
}

body .footer {
  margin-top: auto;
}

.container {
  margin: 0 auto;
  max-width: 1200px;
}

@media screen and (max-width: 1279px) {
  .container {
    max-width: 1000px;
  }
}

@media screen and (max-width: 1023px) {
  .container {
    max-width: 720px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    max-width: 540px;
  }
}

@media screen and (max-width: 575px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100%;
    width: 100%;
  }
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

textarea,
input,
select,
button,
label {
  font: inherit;
}

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

button {
  cursor: pointer;
}

button[disabled] {
  cursor: initial;
}

input,
button,
textarea,
select,
textarea:focus,
textarea:active,
input:active,
input:focus,
button:active,
button:focus,
select:active,
select:focus {
  outline: 0;
}

.input-error {
  border-color: #E74A21 !important;
}

.visually-hidden {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  font-size: 1px;
  overflow: hidden;
}

:root {
  --section-gutter: 80px;
  --section-gutter2: 100px;
  --header-gutter: 86px;
}

@media screen and (max-width: 1023px) {
  :root {
    --header-gutter: 66px;
  }
}

@media screen and (max-width: 767px) {
  :root {
    --section-gutter: 70px;
  }
}

@media screen and (max-width: 575px) {
  :root {
    --section-gutter: 60px;
    --header-gutter: 58px;
  }
}

main:not(.index) {
  padding-top: var(--header-gutter);
}

.gct-anchor-block {
  height: 0px;
  -webkit-transform: translateY(-106px);
          transform: translateY(-106px);
}

@media screen and (max-width: 1023px) {
  .gct-anchor-block {
    -webkit-transform: translateY(-76px);
            transform: translateY(-76px);
  }
}

.btn {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  border-radius: 40px;
  background-color: transparent;
  text-decoration: none;
  -webkit-transition: color .2s linear, background-color .2s linear, border-color .2s linear;
  transition: color .2s linear, background-color .2s linear, border-color .2s linear;
}

.btn.btn-big {
  padding: 10px 28px;
  font-size: 1.6rem;
  line-height: 2.2rem;
}

@media screen and (max-width: 1023px) {
  .btn.btn-big {
    padding: 8px 18px;
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
}

.btn.btn-small {
  padding: 8px 18px;
  font-size: 1.3rem;
  line-height: 1.8rem;
}

.btn.btn-white {
  border: 2px solid #ffffff;
  color: #ffffff;
}

.btn.btn-white.btn-white_filled {
  color: #252C40;
  background-color: #ffffff;
}

@media (hover) {
  .btn.btn-white:not([disabled]):hover, .btn.btn-white.btn-white_hollow:not([disabled]):hover {
    color: #252C40;
    background-color: #ffffff;
  }
  .btn.btn-white.btn-white_filled:not([disabled]):hover {
    color: #ffffff;
    background-color: transparent;
  }
}

.btn.btn-orange {
  border: 2px solid #E97D1D;
  color: #E97D1D;
}

.btn.btn-orange.btn-orange_filled {
  color: #ffffff;
  background-color: #E97D1D;
}

@media (hover) {
  .btn.btn-orange:not([disabled]):hover, .btn.btn-orange.btn-orange_hollow:not([disabled]):hover {
    color: #ffffff;
    background-color: #E97D1D;
  }
  .btn.btn-orange.btn-orange_filled:not([disabled]):hover {
    color: #E97D1D;
    background-color: transparent;
  }
}

.btn.btn-black {
  border: 2px solid #252C40;
  color: #252C40;
}

.btn.btn-black.btn-orange_filled {
  color: #ffffff;
  background-color: #252C40;
}

@media (hover) {
  .btn.btn-black:not([disabled]):hover, .btn.btn-black.btn-orange_hollow:not([disabled]):hover {
    color: #ffffff;
    background-color: #252C40;
  }
  .btn.btn-black.btn-orange_filled:not([disabled]):hover {
    color: #252C40;
    background-color: transparent;
  }
}

.select {
  position: relative;
  cursor: pointer;
}

.select.dropdown-opened .select-dropdown-outer {
  display: block;
}

.select.dropdown-opened .open-dropdown {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.select .select-dropdown-outer {
  position: absolute;
  display: none;
  z-index: 10;
  left: 0;
  top: 100%;
  min-width: 100%;
  padding-top: 15px;
}

.select .select-active-value-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.select .select-active-value-block .select-active-value {
  margin-right: 4px;
}

.select .select-active-value-block .open-dropdown {
  width: 14px;
  height: 14px;
  border: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px;
  background-color: transparent;
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
}

@media (hover) {
  .select:hover .select-dropdown-outer {
    display: block;
  }
  .select:hover .open-dropdown {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

.select.lang-select {
  width: 45px;
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  line-height: 2.2rem;
  letter-spacing: 0.01em;
  color: #ffffff;
  text-transform: capitalize;
}

.select.lang-select .select-active-value-block .open-dropdown {
  background-image: url(../img/icons/arrow-down-white.svg);
}

.select.lang-select .select-dropdown-outer {
  left: -10px;
  width: calc(100% + 10px);
}

.select.lang-select .select-dropdown {
  width: 100%;
  background-color: #ffffff;
}

.select.lang-select .select-dropdown .dropdown-item {
  color: #252C40;
  padding: 5px 10px;
  -webkit-transition: background-color .2s linear;
  transition: background-color .2s linear;
}

.select.lang-select .select-dropdown .dropdown-item.selected {
  background-color: #E97D1D;
}

@media (hover) {
  .select.lang-select .select-dropdown .dropdown-item:hover {
    background-color: #E97D1D;
  }
}

.select.blog-select .select-active-value-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 4px;
  width: 105px;
  border-bottom: 1px solid #252C40;
}

.select.blog-select .select-active-value-block span {
  opacity: 0.5;
}

.select.blog-select .select-active-value-block .open-dropdown {
  background-image: url(../img/icons/arrow-down-text-color.svg);
}

.select.blog-select .select-dropdown-outer {
  left: -8px;
  min-width: calc(100% + 8px);
}

.select.blog-select .select-dropdown-outer .select-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #ffffff;
  border: 1px solid #252C40;
  max-height: 260px;
  overflow-y: auto;
  scrollbar-width: #e5e5e5 #ffffff;
}

.select.blog-select .select-dropdown-outer .select-dropdown::-webkit-scrollbar {
  width: 3px;
}

.select.blog-select .select-dropdown-outer .select-dropdown::-webkit-scrollbar-track {
  background-color: #ffffff;
}

.select.blog-select .select-dropdown-outer .select-dropdown::-webkit-scrollbar-thumb {
  background-color: #e5e5e5;
}

.select.blog-select .dropdown-item {
  width: 100%;
  text-decoration: none;
  color: #252C40;
  padding: 3px 8px;
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
}

@media (hover) {
  .select.blog-select .dropdown-item:hover {
    color: #E97D1D;
  }
}

.has-double-lines {
  position: relative;
}

.has-double-lines::before, .has-double-lines::after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  border-radius: 10px;
}

.has-double-lines::before {
  top: 0;
}

.has-double-lines::after {
  bottom: 0;
}

.has-double-lines.has-double-white-lines::before, .has-double-lines.has-double-white-lines::after {
  background-color: #ffffff;
}

.custom-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.custom-checkbox input {
  display: none;
}

.custom-checkbox input:checked + .decorative::after {
  opacity: 1;
}

.custom-checkbox .decorative {
  position: relative;
  margin-right: 10px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #252C40;
  background-color: #ffffff;
}

.custom-checkbox .decorative::after {
  position: absolute;
  display: block;
  content: "";
  top: 2px;
  left: 2px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  opacity: 0;
  background-color: #E97D1D;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

@media (hover) {
  .custom-checkbox:hover .decorative::after {
    opacity: 1;
  }
}

.custom-checkbox .checkbox-text {
  width: calc(100% - 28px);
}

.custom-checkbox .checkbox-text, .custom-checkbox .checkbox-text * {
  font-family: "Open Sans", sans-serif;
  font-size: 1.1rem;
  line-height: 1.5rem;
  color: #ffffff;
}

.custom-checkbox-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.custom-checkbox-two input {
  display: none;
}

.custom-checkbox-two input:checked + .decorative::after {
  opacity: 1;
}

.custom-checkbox-two .decorative {
  position: relative;
  margin-right: 10px;
  width: 20px;
  height: 20px;
}

.custom-checkbox-two .decorative::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #252C40;
  border-radius: 5px;
  background-color: #ffffff;
}

.custom-checkbox-two .decorative::after {
  position: absolute;
  display: block;
  content: "";
  top: calc(50% - 7px);
  left: calc(50% - 7px);
  width: 14px;
  height: 14px;
  opacity: 0;
  border-radius: 3px;
  background-color: #E97D1D;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

@media (hover) {
  .custom-checkbox-two:hover .decorative::after {
    opacity: 1;
  }
}

.custom-checkbox-two .checkbox-text {
  color: #252C40;
}

@media screen and (max-width: 767px) {
  .custom-checkbox-two .decorative {
    width: 15px;
    height: 15px;
  }
  .custom-checkbox-two .decorative::before {
    width: 15px;
    height: 15px;
  }
  .custom-checkbox-two .decorative::after {
    top: calc(50% - 4.5px);
    left: calc(50% - 4.5px);
    width: 9px;
    height: 9px;
  }
}

.policy-block-wrap label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.policy-block-wrap input {
  display: none;
}

.policy-block-wrap input:checked + .decorative-checkbox::after {
  opacity: 1;
}

.policy-block-wrap .decorative-checkbox {
  position: relative;
  margin-right: 10px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #252C40;
  background-color: #ffffff;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.policy-block-wrap .decorative-checkbox::after {
  position: absolute;
  display: block;
  content: "";
  top: 2px;
  left: 2px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  opacity: 0;
  background-color: #E97D1D;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

@media (hover) {
  .policy-block-wrap:hover .decorative-checkbox::after {
    opacity: 1;
  }
}

.policy-block-wrap .wpcf7-list-item-label {
  margin-top: -3px;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  z-index: 10;
  top: calc(50% - 52px);
  width: 20px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 19px;
}

.owl-carousel .owl-nav button.owl-prev {
  left: 0;
  background-image: url(../img/icons/arrow-left-blue.svg);
}

.owl-carousel .owl-nav button.owl-next {
  right: 0;
  background-image: url(../img/icons/arrow-right-blue.svg);
}

.owl-carousel .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

.owl-carousel .owl-dots button.owl-dot {
  margin-right: 5px;
  width: 7px;
  height: 7px;
  border: 1px solid #003870;
  border-radius: 50%;
}

.owl-carousel .owl-dots button.owl-dot.active {
  background-color: #003870;
}

.owl-carousel .owl-dots button.owl-dot:last-child {
  margin-right: 0;
}

@media screen and (max-width: 575px) {
  .has-mobile-gradient-corners {
    position: relative;
  }
  .has-mobile-gradient-corners::before, .has-mobile-gradient-corners::after {
    position: absolute;
    z-index: 1;
    display: block;
    content: "";
    top: 0;
    height: 100%;
    width: 50px;
  }
  .has-mobile-gradient-corners::before {
    left: 0;
    background-image: linear-gradient(91.37deg, #FFFFFF 1.35%, rgba(255, 255, 255, 0) 99.03%);
  }
  .has-mobile-gradient-corners::after {
    right: 0;
    background-image: linear-gradient(-91.37deg, #FFFFFF 1.35%, rgba(255, 255, 255, 0) 99.03%);
  }
}

.arrow-link {
  position: relative;
  text-decoration: none;
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
}

.arrow-link svg {
  position: absolute;
  left: 100%;
  bottom: 0.34em;
  margin-left: 0.3em;
  width: 0.7em;
  height: 0.7em;
  min-width: 0.7em;
  min-height: 0.7em;
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
}

.arrow-link svg path {
  -webkit-transition: stroke .2s linear;
  transition: stroke .2s linear;
}

.arrow-link.arrow-link-orange {
  color: #E97D1D;
}

.arrow-link.arrow-link-orange svg path {
  stroke: #E97D1D;
}

.arrow-link.arrow-link-white {
  color: #ffffff;
}

.arrow-link.arrow-link-white svg path {
  stroke: #ffffff;
}

.arrow-link.arrow-link-blue {
  color: #003870;
}

.arrow-link.arrow-link-blue svg path {
  stroke: #003870;
}

.arrow-link.arrow-link-default {
  color: #252C40;
}

.arrow-link.arrow-link-default svg path {
  stroke: #252C40;
}

@media (hover) {
  .arrow-link:hover svg {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  .arrow-link.arrow-link-orange:hover {
    color: #252C40;
  }
  .arrow-link.arrow-link-orange:hover svg path {
    stroke: #252C40;
  }
  .arrow-link.arrow-link-white:hover, .arrow-link.arrow-link-blue:hover, .arrow-link.arrow-link-default:hover {
    color: #E97D1D;
  }
  .arrow-link.arrow-link-white:hover svg path, .arrow-link.arrow-link-blue:hover svg path, .arrow-link.arrow-link-default:hover svg path {
    stroke: #E97D1D;
  }
}

.main-title-primary {
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 5.5rem;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 1279px) {
  .main-title-primary {
    font-size: 4rem;
    line-height: 5rem;
  }
}

@media screen and (max-width: 1023px) {
  .main-title-primary {
    font-size: 3.5rem;
    line-height: 4.5rem;
  }
}

@media screen and (max-width: 767px) {
  .main-title-primary {
    font-size: 3rem;
    line-height: 4rem;
  }
}

@media screen and (max-width: 575px) {
  .main-title-primary {
    font-size: 2.5rem;
    line-height: 3.3rem;
  }
}

.main-title-secondary {
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 5.5rem;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 1279px) {
  .main-title-secondary {
    font-size: 4rem;
    line-height: 5rem;
  }
}

@media screen and (max-width: 1023px) {
  .main-title-secondary {
    font-size: 3.5rem;
    line-height: 4.5rem;
  }
}

@media screen and (max-width: 767px) {
  .main-title-secondary {
    font-size: 3rem;
    line-height: 4rem;
  }
}

@media screen and (max-width: 575px) {
  .main-title-secondary {
    font-size: 2.5rem;
    line-height: 3.3rem;
  }
}

h2, h2 *,
.bigger-text,
.bigger-text * {
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 3.3rem;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 1279px) {
  h2, h2 *,
  .bigger-text,
  .bigger-text * {
    font-size: 2.3rem;
    line-height: 3.1rem;
  }
}

@media screen and (max-width: 1023px) {
  h2, h2 *,
  .bigger-text,
  .bigger-text * {
    font-size: 2.1rem;
    line-height: 2.9rem;
  }
}

@media screen and (max-width: 767px) {
  h2, h2 *,
  .bigger-text,
  .bigger-text * {
    font-size: 1.9rem;
    line-height: 2.7rem;
  }
}

@media screen and (max-width: 575px) {
  h2, h2 *,
  .bigger-text,
  .bigger-text * {
    font-size: 1.7rem;
    line-height: 2.5rem;
  }
}

.big-text {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 3rem;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 1279px) {
  .big-text {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}

@media screen and (max-width: 1023px) {
  .big-text {
    font-size: 1.9rem;
    line-height: 2.7rem;
  }
}

@media screen and (max-width: 767px) {
  .big-text {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}

@media screen and (max-width: 575px) {
  .big-text {
    font-size: 1.7rem;
    line-height: 2.5rem;
  }
}

.medium-text {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 2.5rem;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 1023px) {
  .medium-text {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}

@media screen and (max-width: 575px) {
  .medium-text {
    font-size: 1.5rem;
    line-height: 2.3rem;
  }
}

p,
.regular-text {
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  line-height: 2.6rem;
}

@media screen and (max-width: 1023px) {
  p,
  .regular-text {
    font-size: 1.5rem;
    line-height: 2.3rem;
  }
}

@media screen and (max-width: 767px) {
  p,
  .regular-text {
    font-size: 1.5rem;
    line-height: 2.2rem;
  }
}

@media screen and (max-width: 575px) {
  p,
  .regular-text {
    font-size: 1.5rem;
    line-height: 2.2rem;
  }
}

p h2,
.regular-text h2 {
  font-family: "Open Sans", sans-serif;
}

.small-text {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8rem;
}

.smaller-text {
  font-family: "Open Sans", sans-serif;
  font-size: 1.3rem;
  line-height: 1.8rem;
}

.light-text {
  font-family: "Open Sans", sans-serif;
  font-size: 1.1rem;
  line-height: 1.5rem;
}

.format-text, .format-text * {
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  line-height: 2.6rem;
}

.format-text ul {
  margin-top: 25px;
  margin-bottom: 15px;
  padding-left: 1.55em;
}

.format-text ul li {
  margin-bottom: 10px;
}

.format-text ul li:last-child {
  margin-bottom: 0;
}

.format-text ol {
  margin-top: 25px;
  margin-bottom: 15px;
  padding-left: 1.55em;
}

.format-text ol li {
  margin-bottom: 10px;
}

.format-text ol li:last-child {
  margin-bottom: 0;
}

.format-text p {
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  line-height: 2.6rem;
  text-align: justify;
  margin-bottom: 15px;
}

@media screen and (max-width: 1023px) {
  .format-text p {
    font-size: 1.5rem;
    line-height: 2.3rem;
  }
}

@media screen and (max-width: 767px) {
  .format-text p {
    font-size: 1.5rem;
    line-height: 2.2rem;
  }
}

@media screen and (max-width: 575px) {
  .format-text p {
    font-size: 1.5rem;
    line-height: 2.2rem;
  }
}

.format-text h2 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 3.3rem;
  letter-spacing: 0.01em;
  margin-top: 2.5rem;
}

.format-text h3 {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 3.1rem;
  letter-spacing: 0.01em;
  margin-top: 2.5rem;
}

.format-text h4 {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 2.9rem;
  letter-spacing: 0.01em;
  margin-top: 2.3rem;
}

.format-text h5 {
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 2.7rem;
  letter-spacing: 0.01em;
  margin-top: 2.2rem;
}

.format-text h6 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
  letter-spacing: 0.01em;
  margin-top: 2.0rem;
}

@media screen and (max-width: 1279px) {
  .format-text h2 {
    font-size: 2.3rem;
    line-height: 3.1rem;
    margin-top: 2.5rem;
  }
  .format-text h3 {
    font-size: 2.1rem;
    line-height: 2.9rem;
    margin-top: 2.5rem;
  }
  .format-text h4 {
    font-size: 1.9rem;
    line-height: 2.7rem;
    margin-top: 2.3rem;
  }
  .format-text h5 {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-top: 2.2rem;
  }
  .format-text h6 {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-top: 2.0rem;
  }
}

@media screen and (max-width: 1023px) {
  .format-text h2 {
    font-size: 2.1rem;
    line-height: 2.9rem;
    margin-top: 2.3rem;
  }
  .format-text h3 {
    font-size: 1.9rem;
    line-height: 2.7rem;
    margin-top: 2.3rem;
  }
  .format-text h4 {
    font-size: 1.7rem;
    line-height: 2.5rem;
    margin-top: 2.1rem;
  }
  .format-text h5 {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-top: 2.1rem;
  }
  .format-text h6 {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-top: 1.9rem;
  }
}

@media screen and (max-width: 767px) {
  .format-text h2 {
    font-size: 1.9rem;
    line-height: 2.7rem;
    margin-top: 2.1rem;
  }
  .format-text h3 {
    font-size: 1.9rem;
    line-height: 2.7rem;
    margin-top: 2.1rem;
  }
  .format-text h4 {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-top: 1.9rem;
  }
  .format-text h5 {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-top: 1.9rem;
  }
  .format-text h6 {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-top: 1.8rem;
  }
}

@media screen and (max-width: 575px) {
  .format-text h2 {
    font-size: 1.7rem;
    line-height: 2.5rem;
    margin-top: 1.9rem;
  }
  .format-text h3 {
    font-size: 1.7rem;
    line-height: 2.5rem;
    margin-top: 1.9rem;
  }
  .format-text h4 {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-top: 1.7rem;
  }
  .format-text h5 {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-top: 1.7rem;
  }
  .format-text h6 {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-top: 1.6rem;
  }
}

.page-template-home .header-desktop {
  background-color: rgba(0, 56, 112, 0.9);
}

body:not(.page-template-home) .header {
  background-color: rgba(0, 56, 112, 0.9);
}

body:not(.page-template-home) .header.header-desktop .logo-block .logo {
  width: 144px;
  height: 39px;
}

body:not(.page-template-home) .header.header-desktop .menu-primary .menu-link {
  padding: 0 15px;
}

body:not(.page-template-home) .header.header-desktop .menu-primary .menu-link a {
  padding: 30px 0;
}

@media (hover) {
  body:not(.page-template-home) .header.header-desktop .menu-primary .menu-link {
    padding: 0 20px;
  }
  body:not(.page-template-home) .header.header-desktop .menu-primary .menu-link a {
    padding: 30px 0;
  }
}

.header-container {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
}

.header-container .backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: visibility 0.5s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: visibility 0.5s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.header-container .backdrop.visible {
  visibility: visible;
  opacity: 1;
}

.header-container .backdrop.desktop-backdrop {
  z-index: -1;
}

@-webkit-keyframes showSubmenu {
  0% {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes showSubmenu {
  0% {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

.header {
  background-color: #003870;
  -webkit-transition: background-color .2s linear;
  transition: background-color .2s linear;
}

@media (hover) {
  .header:hover {
    background-color: #003870;
  }
}

.header .to-hide {
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

.header .logo svg {
  width: 100%;
  height: 100%;
}

.header.header_shrinked {
  background-color: rgba(0, 56, 112, 0.9);
}

@media (hover) {
  .header.header_shrinked:hover {
    background-color: #003870;
  }
}

.header.header_shrinked .logo .to-hide {
  opacity: 0;
}

@media (hover) {
  .header.header_shrinked .logo:hover .to-hide {
    opacity: 1;
  }
}

.header.header_shrinked .button-block .btn {
  background-color: #E97D1D;
  border-color: #E97D1D;
}

@media (hover) {
  .header.header_shrinked .button-block .btn:hover {
    border-color: #ffffff;
  }
}

.header.header_shrinked.header-desktop .logo-block .logo {
  width: 144px;
  height: 39px;
}

.header.header_shrinked.header-desktop .menu-primary .menu-link {
  padding: 0 13px;
}

.header.header_shrinked.header-desktop .menu-primary .menu-link a {
  padding: 25px 0;
}

@media (hover) {
  .header.header_shrinked.header-desktop .menu-primary .menu-link {
    padding: 0 20px;
  }
  .header.header_shrinked.header-desktop .menu-primary .menu-link a {
    padding: 25px 0;
  }
}

.header ul li {
  list-style: none;
}

.header ul a {
  text-decoration: none;
}

.header .header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header.header-desktop {
  position: relative;
}

.header.header-desktop .logo-block .logo {
  display: block;
  width: 185px;
  height: 50px;
  -webkit-transition: height .2s linear, width .2s linear;
  transition: height .2s linear, width .2s linear;
}

.header.header-desktop .logo-block img {
  max-width: 100%;
}

.header.header-desktop li.menu-opened .open-desktop-submenu {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.header.header-desktop .menu-primary a,
.header.header-desktop .menu-tertiary a {
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  line-height: 2.6rem;
}

.header.header-desktop .menu-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (hover) {
  .header.header-desktop .menu-primary li:hover .submenu-block {
    display: inherit;
    -webkit-animation-name: showSubmenu;
            animation-name: showSubmenu;
    -webkit-animation-duration: .5s;
            animation-duration: .5s;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .header.header-desktop .menu-primary li:hover .menu-link a span::after {
    width: 100%;
  }
}

.header.header-desktop .menu-primary .menu-link {
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: padding .2s linear;
  transition: padding .2s linear;
  cursor: pointer;
}

@media (hover) {
  .header.header-desktop .menu-primary .menu-link {
    padding: 0 20px;
  }
}

.header.header-desktop .menu-primary .menu-link a {
  padding: 52px 0;
  display: block;
  color: #ffffff;
  -webkit-transition: padding .2s linear;
  transition: padding .2s linear;
}

.header.header-desktop .menu-primary .menu-link a span {
  position: relative;
}

.header.header-desktop .menu-primary .menu-link a span::after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  bottom: -6px;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  -webkit-transition: width .2s linear;
  transition: width .2s linear;
}

.header.header-desktop .menu-primary .menu-link .open-desktop-submenu {
  display: none;
  border: none;
  background: none;
  padding: 8px;
  width: 30px;
  height: 30px;
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
}

.header.header-desktop .menu-primary .menu-link .open-desktop-submenu svg {
  width: 14px;
  height: 14px;
}

@media (hover: none) {
  .header.header-desktop .menu-primary .menu-link .open-desktop-submenu {
    display: block;
  }
}

.header.header-desktop .submenu-block {
  position: fixed;
  display: none;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 10px 120px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 10px 120px 10px rgba(0, 0, 0, 0.15);
}

@media (hover) {
  .header.header-desktop .submenu-block {
    -webkit-animation-duration: .5s;
            animation-duration: .5s;
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
    opacity: 0;
    -webkit-animation-name: hideSubmenu;
            animation-name: hideSubmenu;
  }
}

.header.header-desktop .submenu-block .container {
  padding-top: 52px;
  padding-bottom: 75px;
}

.header.header-desktop .menu-secondary.three-columns {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 25% 25%;
      grid-template-columns: 50% 25% 25%;
}

.header.header-desktop .menu-secondary > li {
  font-size: 0;
}

.header.header-desktop .menu-secondary > li:not(:first-of-type) {
  padding-left: 19px;
  border-left: 1px solid #f1f1f1;
}

.header.header-desktop .menu-secondary > li > a {
  display: inline-block;
  margin-bottom: 27px;
  position: relative;
  padding-right: 23px;
  font-size: 2.2rem;
  line-height: 3rem;
  font-weight: 600;
  color: #E97D1D;
  text-decoration: none;
}

.header.header-desktop .menu-secondary > li > a::after {
  position: absolute;
  display: block;
  content: "";
  right: 0;
  top: calc(50% - 7.5px);
  width: 15px;
  height: 15px;
  background: url(../img/icons/arrow-right-orange.svg) no-repeat center/15px;
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
}

@media (hover) {
  .header.header-desktop .menu-secondary > li > a:hover::after {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}

.header.header-desktop .menu-tertiary {
  display: -ms-grid;
  display: grid;
  row-gap: 15px;
}

.header.header-desktop .menu-tertiary.one-column {
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
}

.header.header-desktop .menu-tertiary.two-columns {
  -ms-grid-columns: 40% 50%;
      grid-template-columns: 40% 50%;
  -webkit-column-gap: 10%;
          column-gap: 10%;
}

.header.header-desktop .menu-tertiary.auto-columns {
  -ms-grid-columns: (200px)[5];
      grid-template-columns: repeat(5, 200px);
}

.header.header-desktop .menu-tertiary li a {
  color: #252C40;
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
}

@media (hover) {
  .header.header-desktop .menu-tertiary li a:hover {
    color: #E97D1D;
  }
}

.header.header-desktop .action-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header.header-desktop .action-block .search-button {
  margin-right: 27px;
  width: 22px;
  height: 22px;
  border: none;
  background: none;
}

.header.header-desktop .action-block .search-button svg {
  width: 100%;
  height: 100%;
}

.header.header-desktop .action-block .search-button path {
  -webkit-transition: stroke .2s linear;
  transition: stroke .2s linear;
}

@media (hover) {
  .header.header-desktop .action-block .search-button:hover path {
    stroke: #E97D1D;
  }
}

.header.header-mobile {
  display: none;
  background-color: #003870;
}

.header.header-mobile .header-content {
  padding: 14px 0;
  -webkit-transition: padding .2s linear;
  transition: padding .2s linear;
}

.header.header-mobile .logo-block .logo {
  display: block;
  width: 135px;
  height: 38px;
}

.header.header-mobile .logo-block img {
  max-width: 100%;
}

.header.header-mobile .action-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header.header-mobile .action-block .submit-btn {
  margin-right: 30px;
}

.header.header-mobile .action-block .search-button {
  margin-right: 20px;
  width: 20px;
  height: 20px;
  border: none;
  background: none;
}

.header.header-mobile .action-block .search-button svg {
  width: 100%;
  height: 100%;
}

.header.header-mobile .action-block .search-button path {
  -webkit-transition: stroke .2s linear;
  transition: stroke .2s linear;
}

@media (hover) {
  .header.header-mobile .action-block .search-button:hover path {
    stroke: #E97D1D;
  }
}

.header.header-mobile .action-block .mobile-menu-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 18px;
  height: 18px;
}

.header.header-mobile .action-block .mobile-menu-button::before, .header.header-mobile .action-block .mobile-menu-button::after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
}

.header.header-mobile .action-block .open-mobile-menu::before {
  top: 0;
}

.header.header-mobile .action-block .open-mobile-menu::after {
  top: 16px;
}

.header.header-mobile .action-block .open-mobile-menu span {
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: #ffffff;
}

.header.header-mobile .menu-block {
  overflow-y: auto;
  height: calc(100% - 78px);
}

.header.header-mobile .submenu-block {
  position: fixed;
  z-index: 1;
  right: 0;
  top: 78px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: top 0.2s linear, height 0.2s linear, -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 0.2s linear, height 0.2s linear, -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 0.2s linear, height 0.2s linear, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 0.2s linear, height 0.2s linear, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.header.header-mobile .submenu-block.expanded {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.header.header-mobile .submenu-block.expanded .go-back-block .go-back {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.header.header-mobile.header_shrinked .menu-block {
  height: calc(100% - 66px);
}

.header.header-mobile.header_shrinked .submenu-block {
  top: 66px;
  height: calc(100% - 66px);
}

.header.header-mobile .mobile-menu-block {
  position: fixed;
  z-index: 10;
  right: 0;
  top: 0;
  width: 50%;
  height: 100vh;
  background-color: #003870;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.header.header-mobile .mobile-menu-block.expanded {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.header.header-mobile .mobile-menu-block .nav-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  -webkit-transition: padding .2s linear;
  transition: padding .2s linear;
}

.header.header-mobile .mobile-menu-block .nav-row .select.lang-select {
  margin-right: 12px;
}

.header.header-mobile .mobile-menu-block .nav-row .close-mobile-menu {
  width: 22px;
  height: 22px;
}

.header.header-mobile .mobile-menu-block .nav-row .close-mobile-menu::before {
  top: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header.header-mobile .mobile-menu-block .nav-row .close-mobile-menu::after {
  top: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header.header-mobile .menu-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 auto;
  padding: 50px 20px 50px 50px;
  overflow-y: auto;
}

.header.header-mobile .menu-primary > li {
  margin-bottom: 30px;
}

.header.header-mobile .menu-primary > li:last-child {
  margin-bottom: 0;
}

.header.header-mobile .menu-primary > li.has-submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header.header-mobile .menu-primary > li.has-submenu > a {
  position: relative;
  padding-right: 28px;
  background: url(../img/icons/arrow-right-white.svg) no-repeat right center/15px;
}

.header.header-mobile .menu-primary > li > a {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 3rem;
  color: #ffffff;
}

.header.header-mobile .go-back-block {
  padding: 40px 20px 20px;
  background-color: #003870;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.header.header-mobile .go-back-block .go-back {
  position: relative;
  padding-left: 18px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.4rem;
  color: #ffffff;
  border: none;
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  visibility: hidden;
  background: transparent url(../img/icons/arrow-left-white.svg) no-repeat left center/13px;
  -webkit-transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0.4s, visibility 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0.4s, -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0.4s;
  transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0.4s, visibility 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0.4s, -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0.4s;
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0.4s, opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0.4s, visibility 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0.4s;
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0.4s, opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0.4s, visibility 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0.4s, -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0.4s;
}

.header.header-mobile .menu-secondary {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #ffffff;
  overflow: auto;
}

.header.header-mobile .menu-secondary > li > a {
  position: relative;
  display: block;
  border-left: 5px solid #E97D1D;
  padding: 10px 15px;
  background-color: #f6fafd;
}

.header.header-mobile .menu-secondary > li span {
  padding-right: 16px;
  background: url(../img/icons/arrow-right-text-blue.svg) no-repeat right center/11px;
}

.header.header-mobile .menu-secondary a {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 2.1rem;
  color: #252C40;
}

.header.header-mobile .menu-tertiary {
  padding: 8px 0;
}

.header.header-mobile .menu-tertiary a {
  display: block;
  padding: 8px 20px;
}

@media screen and (max-width: 1279px) {
  .header.header-desktop .logo-block .logo {
    width: 135px;
    height: 38px;
  }
  .header.header-desktop .menu-primary > li > a {
    padding: 40px 12px;
  }
  .header.header-desktop.header_shrinked .logo-block .logo {
    width: 125px;
    height: 34px;
  }
  .header.header-desktop.header_shrinked .menu-primary > li > a {
    padding: 25px 12px;
  }
}

@media screen and (max-width: 1023px) {
  .header.header-desktop {
    display: none;
  }
  .header.header-mobile {
    display: block;
  }
  .header.header-mobile.header_shrinked .mobile-menu-block .nav-row {
    padding: 14px 20px;
  }
}

@media screen and (max-width: 767px) {
  .header.header-mobile .mobile-menu-block {
    width: 100%;
  }
  .header.header-mobile .submenu-block {
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .header.header-mobile .logo-block .logo {
    width: 107px;
    height: 30px;
  }
  .header.header-mobile .action-block .submit-btn {
    display: none;
  }
  .header.header-mobile .mobile-menu-block .nav-row {
    padding: 16px 20px;
  }
  .header.header-mobile .go-back-block {
    padding-top: 24px;
  }
  .header.header-mobile .submenu-block {
    top: 70px;
  }
  .header.header-mobile.header_shrinked .mobile-menu-block .nav-row {
    padding: 10px 20px;
  }
  .header.header-mobile.header_shrinked .submenu-block {
    top: 58px;
  }
}

.footer {
  background-color: #f1f1f1;
}

.footer .footer-content {
  padding: 57px 0 25px;
}

.footer .main-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

.footer .main-row .logo-block .logo {
  display: block;
  max-width: 230px;
  max-height: 65px;
}

.footer .main-row .logo-block img {
  max-width: 100%;
}

.footer .main-row .text-block {
  margin: 0 20px;
  max-width: 530px;
}

.footer .main-row .text-block .text {
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  line-height: 2.6rem;
  text-align: center;
}

.footer .main-row .social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .main-row .social-list .social-link {
  margin-right: 15px;
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
}

.footer .main-row .social-list .social-link:last-child {
  margin-right: 0;
}

.footer .main-row .social-list .social-link path {
  -webkit-transition: fill .2s linear;
  transition: fill .2s linear;
}

@media (hover) {
  .footer .main-row .social-list .social-link:hover path {
    fill: #E97D1D;
  }
}

.footer .menu-row {
  margin-bottom: 40px;
}

.footer .menu-row ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer .menu-row ul li {
  margin-right: 35px;
  list-style: none;
}

.footer .menu-row ul li:last-child {
  margin-right: 0;
}

.footer .menu-row ul a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  line-height: 2.6rem;
  text-decoration: none;
  color: #252C40;
}

.footer .menu-row ul a::after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  opacity: 0;
  background-color: #252C40;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

@media (hover) {
  .footer .menu-row ul a:hover::after {
    opacity: 1;
  }
}

.footer .menu-row ul .lock::after {
  display: none;
}

.footer .menu-row ul .lock svg {
  width: 20px;
  height: 20px;
}

.footer .menu-row ul .lock svg path {
  -webkit-transition: fill .2s linear;
  transition: fill .2s linear;
}

@media (hover) {
  .footer .menu-row ul .lock:hover path {
    fill: #E97D1D;
  }
}

.footer .copy-row .copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  font-family: "Open Sans", sans-serif;
  font-size: 1.3rem;
  line-height: 1.8rem;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .footer .main-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer .main-row .logo-block {
    margin-bottom: 40px;
  }
  .footer .main-row .text-block {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .footer .menu-row ul li {
    margin-right: 25px;
  }
}

@media screen and (max-width: 575px) {
  .footer .logo-block .logo {
    width: 120px;
    height: 33px;
  }
  .footer .main-row .social-list .social-link path {
    fill: #787B84;
  }
  .footer .menu-row ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .menu-row ul li {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .footer .menu-row ul li:last-child {
    margin-bottom: 0;
  }
}

.promo {
  position: relative;
}

.promo .bg-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.promo .bg-container::after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 56, 112, 0.9);
}

.promo .bg-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.promo .container {
  position: relative;
  z-index: 1;
  padding-top: 60px;
  padding-bottom: 60px;
}

.promo .container .text {
  margin-bottom: 25px;
  padding-right: 150px;
  color: #ffffff;
}

.promo .container .text a {
  display: none;
  color: #E97D1D;
}

@media screen and (max-width: 1023px) {
  .promo .container .text {
    padding-right: 0;
  }
}

@media screen and (max-width: 575px) {
  .promo .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .promo .container .text {
    margin-bottom: 0;
    font-size: 1.5em;
    line-height: 2.3rem;
  }
  .promo .container .text a {
    display: inline-block;
  }
  .promo .container .learn-more {
    display: none;
  }
}

.article-preview .article-img {
  overflow: hidden;
  display: block;
}

.article-preview .article-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
}

.article-preview.hovered .article-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.article-preview.hovered .article-desc h3 .article-title {
  color: #E97D1D;
}

.article-preview .article-desc {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.article-preview .article-desc .article-label {
  margin-bottom: 12px;
  padding: 6px 14px;
  color: #ffffff;
  background-color: #E97D1D;
}

.article-preview .article-desc h3 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 14px;
  margin-bottom: 12px;
}

.article-preview .article-desc h3 .article-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #252C40;
  text-decoration: none;
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
  word-break: break-word;
}

.article-preview .article-desc .article-date {
  padding: 0 14px;
  color: #787B84;
}

.article-preview.article-preview_big .article-desc {
  height: 137px;
  padding-bottom: 6px;
}

.article-preview.article-preview_big .article-desc h3 .article-title {
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.article-preview.article-preview_small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.article-preview.article-preview_small .article-img {
  margin-right: 4%;
  max-width: 251px;
  width: 100%;
  height: 191px;
}

.article-preview.article-preview_small .article-desc {
  width: calc(96% - 251px);
  border-left: 2px solid #f1f1f1;
}

.article-preview.article-preview_small h3 .article-title {
  -webkit-line-clamp: 4;
  line-clamp: 4;
}

@media screen and (max-width: 575px) {
  .article-preview.article-preview_big .article-img {
    height: 200px !important;
  }
  .article-preview.article-preview_big .article-desc {
    max-height: 137px;
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  .article-preview.article-preview_big .article-img {
    height: 140px !important;
  }
}

.breadcrumbs .breadcrumbs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 0;
  padding: 15px 0;
}

.breadcrumbs .breadcrumbs-list li {
  list-style: none;
}

.breadcrumbs .breadcrumbs-list li:not(:last-child) {
  position: relative;
  margin-right: 7px;
  padding-right: 22px;
}

.breadcrumbs .breadcrumbs-list li:not(:last-child)::after {
  position: absolute;
  display: block;
  content: "";
  top: calc(50% - 7px);
  right: 0;
  width: 14px;
  height: 14px;
  background: url(../img/icons/arrow-right-text-blue.svg) no-repeat center/13px;
}

.breadcrumbs .breadcrumbs-list a, .breadcrumbs .breadcrumbs-list span {
  font-family: "Open Sans", sans-serif;
}

.breadcrumbs .breadcrumbs-list a {
  color: #252C40;
  text-decoration: none;
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
}

@media (hover) {
  .breadcrumbs .breadcrumbs-list a:hover {
    color: #E97D1D;
  }
}

.breadcrumbs .breadcrumbs-list span {
  color: #003870;
  opacity: 0.5;
}

@media screen and (max-width: 575px) {
  .breadcrumbs {
    margin-bottom: 0;
  }
  .breadcrumbs .breadcrumbs-list {
    padding: 20px 0;
  }
}

.page-title-block {
  margin-bottom: 30px;
}

.page-title-block h1 {
  padding-bottom: 0.6em;
  font-weight: 700;
  color: #003870;
  border-bottom: 2px solid #f1f1f1;
}

@media screen and (max-width: 575px) {
  .page-title-block {
    margin-bottom: 30px !important;
  }
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: var(--section-gutter);
}

.pagination .pagination-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination .control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #003870;
  border-radius: 50%;
  -webkit-transition: border-color .2s linear;
  transition: border-color .2s linear;
}

.pagination .control.disabled {
  opacity: 0.5;
}

@media (hover) {
  .pagination .control:not(.disabled):hover {
    border-color: #E97D1D;
  }
  .pagination .control:not(.disabled):hover path {
    stroke: #E97D1D;
  }
}

.pagination .control svg {
  width: 7px;
  height: 14px;
}

.pagination .control svg path {
  -webkit-transition: stroke .2s linear;
  transition: stroke .2s linear;
}

.pagination .pagination-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 20px;
}

.pagination .pagination-list a, .pagination .pagination-list span {
  margin: 0 10px;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 2.5rem;
  color: #003870;
  text-decoration: none;
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
}

@media (hover) {
  .pagination .pagination-list a:hover {
    color: #E97D1D;
  }
}

.pagination .pagination-list span {
  opacity: 0.5;
}

@media screen and (max-width: 575px) {
  .pagination {
    margin-top: 60px;
  }
}

.event-preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.event-preview.hovered .event-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.event-preview.hovered .event-title {
  color: #E97D1D;
}

.event-preview .event-img {
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.event-preview .event-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
}

.event-preview .event-labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.event-preview .event-labels .event-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 12px;
  padding: 3px 14px;
  height: 30px;
  color: #ffffff;
}

.event-preview .event-labels .event-label.orange-label {
  background-color: #E97D1D;
}

.event-preview .event-labels .event-label.blue-label {
  background-color: #003870;
}

.event-preview .event-labels .event-label.blue-label span {
  padding-left: 21px;
  background: url(../img/icons/clock-white.svg) no-repeat left center/16px;
}

.event-preview h3 {
  margin-bottom: 20px;
  padding: 0 14px;
}

.event-preview .event-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
  color: #252C40;
  text-decoration: none;
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
}

@media screen and (max-width: 767px) {
  .event-preview .event-img {
    height: 200px;
  }
}

@media screen and (max-width: 575px) {
  .event-preview .book-meeting {
    margin: 0 auto;
  }
}

@media screen and (max-width: 479px) {
  .event-preview .event-img {
    height: 140px;
  }
}

.feedback {
  position: relative;
  background: url(../img/events/event-single-form-bg.png) no-repeat center/cover;
}

.feedback::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 56, 112, 0.9);
}

.feedback .container {
  position: relative;
  z-index: 1;
  padding-top: 60px;
  padding-bottom: 60px;
}

.feedback .feedback-form {
  max-width: 575px;
  width: 100%;
}

.feedback .feedback-form .form-title {
  margin-bottom: 30px;
  max-width: 500px;
  color: #ffffff;
}

.feedback .feedback-form .input-block {
  margin-bottom: 15px;
  width: 100%;
}

.feedback .feedback-form .input-block p {
  width: 100%;
}

.feedback .feedback-form .input-block input:not([type="file"]),
.feedback .feedback-form .input-block textarea {
  padding: 0 20px;
  width: 100%;
  border: 1px solid #f1f1f1;
  border-radius: 10px;
  background-color: #ffffff;
}

.feedback .feedback-form .input-block input:not([type="file"])::-webkit-input-placeholder,
.feedback .feedback-form .input-block textarea::-webkit-input-placeholder {
  color: rgba(37, 44, 64, 0.4);
}

.feedback .feedback-form .input-block input:not([type="file"]):-ms-input-placeholder,
.feedback .feedback-form .input-block textarea:-ms-input-placeholder {
  color: rgba(37, 44, 64, 0.4);
}

.feedback .feedback-form .input-block input:not([type="file"])::-ms-input-placeholder,
.feedback .feedback-form .input-block textarea::-ms-input-placeholder {
  color: rgba(37, 44, 64, 0.4);
}

.feedback .feedback-form .input-block input:not([type="file"])::placeholder,
.feedback .feedback-form .input-block textarea::placeholder {
  color: rgba(37, 44, 64, 0.4);
}

.feedback .feedback-form .input-block input {
  height: 46px;
  font-size: 1.6rem;
  line-height: 2.6rem;
}

.feedback .feedback-form .input-block textarea {
  font-size: 1.6rem;
  line-height: 2.6rem;
  padding: 10px 20px;
  height: 150px;
  resize: vertical;
}

.feedback .feedback-form .policy-block {
  margin-top: 30px;
  margin-bottom: 40px;
}

.feedback .feedback-form .policy-block input {
  width: 15px;
  height: 15px;
  vertical-align: middle;
}

.feedback .feedback-form .policy-block .wpcf7-list-item-label {
  font-family: "Open Sans", sans-serif;
  font-size: 1.1rem;
  line-height: 2rem;
  vertical-align: middle;
  margin-left: 5px;
  color: #ffffff;
}

.feedback .feedback-form .realSubmit {
  display: none;
}

.feedback .feedback-form .wpcf7-not-valid-tip {
  margin-left: 5px;
  margin-top: 5px;
  font-size: 1.6rem;
  line-height: 2rem;
}

.feedback .feedback-form .wpcf7-response-output {
  padding: 10px;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 2rem;
}

.feedback .career-modal-form .policy-block input {
  width: 15px;
  height: 15px;
  vertical-align: middle;
}

.feedback .career-modal-form .policy-block .wpcf7-list-item-label {
  font-family: "Open Sans", sans-serif;
  font-size: 1.1rem;
  line-height: 2rem;
  vertical-align: middle;
  margin-left: 5px;
  color: #000000;
}

.feedback .career-modal-form .wpcf7-response-output {
  color: #000000;
}

@media screen and (max-width: 575px) {
  .feedback .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .feedback .feedback-form .form-title {
    margin-bottom: 20px;
  }
  .feedback .feedback-form .policy-block {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .feedback .feedback-form .submit-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .feedback .feedback-form .input-block p {
    width: 100%;
  }
  .feedback .feedback-form .input-block input {
    padding: 0 15px;
  }
  .feedback .feedback-form .input-block textarea {
    padding: 10px 15px;
  }
}

.feedback-form input[type="submit"] {
  cursor: pointer;
}

@-webkit-keyframes moving-gradient {
  0% {
    background-position: left;
  }
  100% {
    background-position: right;
  }
}

@keyframes moving-gradient {
  0% {
    background-position: left;
  }
  100% {
    background-position: right;
  }
}

.news-subscribe {
  background-repeat: no-repeat;
  background-position: left;
  background-image: linear-gradient(45deg, #2E96B1, #2E87A9, #2F6194, #314B88);
  background-size: 200%;
  -webkit-animation: moving-gradient 6s infinite alternate;
          animation: moving-gradient 6s infinite alternate;
}

.news-subscribe .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 180px;
}

.news-subscribe .subscribe-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.news-subscribe .subscribe-content .text-block {
  max-width: 450px;
  margin-right: 60px;
}

.news-subscribe .subscribe-content .text-block h4 {
  margin-bottom: 15px;
  color: #ffffff;
}

.news-subscribe .subscribe-content .text-block .text {
  color: #f1f1f1;
}

.news-subscribe .subscribe-content .text-block a {
  color: #f1f1f1;
}

@media (hover) {
  .news-subscribe .subscribe-content .text-block a:hover {
    text-decoration: none;
  }
}

.news-subscribe .subscribe-content .custom-checkbox-wrap {
  display: none;
}

.news-subscribe .subscribe-content .custom-checkbox-wrap .custom-checkbox {
  padding-top: 10px;
}

.news-subscribe .subscribe-content .form-block {
  max-width: 570px;
  width: 100%;
}

.news-subscribe .subscribe-content .form-block form {
  width: 100%;
}

.news-subscribe .subscribe-content .form-block .input-block {
  position: relative;
  width: 100%;
}

.news-subscribe .subscribe-content .form-block .messageBlock .message {
  display: none;
  padding-top: 10px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.0rem;
}

.news-subscribe .subscribe-content .form-block .messageBlock .message.successMessage {
  color: #62e91d;
}

.news-subscribe .subscribe-content .form-block .messageBlock .message.failMessage {
  color: #E97D1D;
}

.news-subscribe .subscribe-content .form-block .subscribe-email {
  padding-left: 25px;
  padding-right: 161px;
  width: 100%;
  height: 50px;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #252C40;
  border: 1px solid #ffffff;
  border-radius: 25px;
}

.news-subscribe .subscribe-content .form-block .subscribe-email::-webkit-input-placeholder {
  color: rgba(37, 44, 64, 0.4);
}

.news-subscribe .subscribe-content .form-block .subscribe-email:-ms-input-placeholder {
  color: rgba(37, 44, 64, 0.4);
}

.news-subscribe .subscribe-content .form-block .subscribe-email::-ms-input-placeholder {
  color: rgba(37, 44, 64, 0.4);
}

.news-subscribe .subscribe-content .form-block .subscribe-email::placeholder {
  color: rgba(37, 44, 64, 0.4);
}

.news-subscribe .subscribe-content .form-block .subscribe-button {
  position: absolute;
  right: 2px;
  top: 2px;
}

.news-subscribe .subscribe-content .form-block .subscribe-button[disabled] {
  color: #E97D1D;
  background-color: transparent;
}

.news-subscribe .subscribe-content .form-block .subscribe-button svg {
  display: none;
}

.news-subscribe .subscribe-content .form-block .subscribe-button svg path {
  -webkit-transition: stroke .2s linear;
  transition: stroke .2s linear;
}

@media (hover) {
  .news-subscribe .subscribe-content .form-block .subscribe-button:hover path {
    stroke: #E97D1D;
  }
}

.news-subscribe .subscribe-content .form-block .subscribe-button.loading {
  color: transparent !important;
  background-color: #E97D1D !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60px auto;
  background-image: url(../img/icons/loading.svg);
}

@media screen and (max-width: 1023px) {
  .news-subscribe .subscribe-content .form-block .subscribe-email {
    height: 42px;
  }
}

@media screen and (max-width: 767px) {
  .news-subscribe .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .news-subscribe .subscribe-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .news-subscribe .subscribe-content .text-block {
    margin-right: 0;
    margin-bottom: 30px;
    max-width: 400px;
    text-align: center;
  }
  .news-subscribe .subscribe-content .form-block {
    max-width: 400px;
  }
}

@media screen and (max-width: 575px) {
  .news-subscribe .subscribe-content .form-block .subscribe-email {
    height: 46px;
  }
  .news-subscribe .subscribe-content .form-block .subscribe-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    padding: 0;
    width: 42px;
    height: 42px;
  }
  .news-subscribe .subscribe-content .form-block .subscribe-button span {
    display: none;
  }
  .news-subscribe .subscribe-content .form-block .subscribe-button svg {
    display: block;
  }
}

.search-form .form-block {
  position: relative;
}

.search-form .form-block .input-block {
  width: 100%;
}

.search-form .form-block .search-input {
  padding-right: 30px;
  padding-bottom: 15px;
  width: 100%;
  height: 49px;
  color: #252C40;
  border: none;
  border-bottom: 1px solid #252C40;
  -webkit-transition: border-color .2s linear;
  transition: border-color .2s linear;
}

.search-form .form-block .search-input::-webkit-input-placeholder {
  color: rgba(37, 44, 64, 0.4);
}

.search-form .form-block .search-input:-ms-input-placeholder {
  color: rgba(37, 44, 64, 0.4);
}

.search-form .form-block .search-input::-ms-input-placeholder {
  color: rgba(37, 44, 64, 0.4);
}

.search-form .form-block .search-input::placeholder {
  color: rgba(37, 44, 64, 0.4);
}

@media (hover) {
  .search-form .form-block .search-input:hover {
    border-color: #E97D1D;
  }
}

.search-form .form-block .search-input:focus {
  border-color: #E97D1D;
}

.search-form .form-block .submit-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 35px;
  height: 35px;
  border: none;
  background-color: transparent;
}

.search-form .form-block .submit-btn svg {
  width: 35px;
  height: 35px;
}

.search-form .form-block .submit-btn path {
  -webkit-transition: stroke .2s linear;
  transition: stroke .2s linear;
}

@media (hover) {
  .search-form .form-block .submit-btn:hover path {
    stroke: #E97D1D;
  }
}

.popup {
  position: fixed;
  z-index: 10;
  display: none;
  padding-top: var(--header-gutter);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.popup .popup-dialog {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px auto;
  height: calc(100vh - 60px - var(--header-gutter));
  max-width: 1040px;
}

.popup .popup-dialog .popup-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 20px;
  max-height: 100%;
  overflow: hidden;
}

.popup .popup-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-color: #ffffff;
}

.popup .popup-header .close-modal {
  padding: 0;
  width: 22px;
  height: 22px;
  border: none;
  background: none;
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
}

@media (hover) {
  .popup .popup-header .close-modal:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.popup .popup-header .close-modal svg {
  width: 100%;
  height: 100%;
}

.popup .popup-body {
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #e5e5e5 transparent;
}

.popup .popup-body::-webkit-scrollbar {
  width: 3px;
}

.popup .popup-body::-webkit-scrollbar-thumb {
  background-color: #e5e5e5;
}

.popup .popup-body::-webkit-scrollbar-track {
  background-color: #ffffff;
}

@media screen and (max-width: 575px) {
  .popup .popup-content .popup-header .close-modal {
    width: 15px;
    height: 15px;
  }
}

.popup-team .popup-content {
  padding: 25px 5px 50px 50px;
  background-color: #ffffff;
}

.popup-team .popup-header {
  padding-right: 20px;
}

.popup-team .popup-body {
  padding-right: 20px;
}

.popup-team .about-member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.popup-team .photo-block {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  margin-right: 50px;
  width: 153px;
}

.popup-team .photo-block .photo {
  margin-bottom: 25px;
  width: 153px;
  height: 153px;
  border-radius: 50%;
  overflow: hidden;
}

.popup-team .photo-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.popup-team .member-social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.popup-team .member-social-list a {
  width: 30px;
  height: 30px;
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
  background-size: 30px;
  background-position: center;
  background-repeat: no-repeat;
}

.popup-team .member-social-list a svg {
  width: 100%;
  height: 100%;
}

.popup-team .member-social-list a path {
  -webkit-transition: fill .2s linear;
  transition: fill .2s linear;
}

@media (hover) {
  .popup-team .member-social-list a:hover path {
    fill: #E97D1D;
  }
}

.popup-team .member-social-list.mobile-social-list {
  display: none;
}

.popup-team .desc-block {
  width: calc(100% - 203px);
}

.popup-team .desc-block .member-name {
  margin-bottom: 10px;
}

.popup-team .desc-block .member-position {
  margin-bottom: 25px;
}

.popup-team .desc-block .member-bio p {
  margin-bottom: 25px;
}

.popup-team .desc-block .member-bio p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1279px) {
  .popup-team .popup-dialog {
    max-width: 700px;
  }
}

@media screen and (max-width: 767px) {
  .popup-team .popup-dialog {
    max-width: 540px;
  }
}

@media screen and (max-width: 575px) {
  .popup-team .popup-content {
    padding: 15px 3px 15px 15px;
  }
  .popup-team .popup-header {
    padding-right: 12px;
  }
  .popup-team .popup-body {
    padding-right: 12px;
  }
  .popup-team .about-member {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .popup-team .about-member .member-social-list.desktop-social-list {
    display: none;
  }
  .popup-team .about-member .member-social-list.mobile-social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
  }
  .popup-team .about-member .member-social-list a {
    background-size: 20px;
    width: 20px;
    height: 20px;
  }
  .popup-team .about-member .photo-block {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .popup-team .about-member .photo-block .photo {
    margin: 0 auto;
    width: 80px;
    height: 80px;
  }
  .popup-team .about-member .desc-block {
    width: 100%;
  }
  .popup-team .about-member .desc-block .member-name {
    margin-bottom: 5px;
    text-align: center;
  }
  .popup-team .about-member .desc-block .member-position {
    text-align: center;
    margin-bottom: 10px;
  }
  .popup-team .about-member .desc-block .member-bio p {
    margin-bottom: 15px;
  }
}

.popup-career .popup-content {
  padding: 25px 25px 25px 50px;
  background-color: #ffffff;
}

.popup-career .popup-body {
  padding-right: 25px;
}

.popup-career .popup-title-block {
  margin-bottom: 25px;
}

.popup-career .popup-title-block .popup-title {
  margin-bottom: 10px;
}

.popup-career .popup-title-block .popup-location {
  padding-left: 22px;
  background: url(../img/icons/pin-black.svg) no-repeat left center/14px;
}

.popup-career .popup-desc-block {
  margin-bottom: 40px;
}

.popup-career .popup-desc-block .popup-desc {
  margin-bottom: 25px;
  text-align: justify;
}

.popup-career .popup-desc-block .requirements-title {
  margin-bottom: 15px;
}

.popup-career .popup-desc-block ul li {
  list-style: none;
  margin-bottom: 10px;
  padding-left: 1.55em;
  background: url(../img/icons/check.svg) no-repeat left 0.25em/1.14em;
}

.popup-career .popup-desc-block ul li:last-child {
  margin-bottom: 0;
}

.popup-career .popup-desc-block .career-text {
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  line-height: 2.6rem;
}

.popup-career .popup-desc-block .career-text p {
  margin-bottom: 25px;
}

.popup-career .popup-desc-block .career-text h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 2.5rem;
  letter-spacing: 0.01em;
  margin-bottom: 15px;
}

.popup-career .popup-feedback {
  display: none;
  padding: 25px;
  background-color: #f1f1f1;
}

.popup-career .popup-feedback .feedback {
  background: none;
}

.popup-career .popup-feedback .feedback::after {
  display: none;
}

.popup-career .popup-feedback .feedback .container {
  padding: 0;
}

.popup-career .popup-feedback .feedback .form-title {
  margin-bottom: 25px;
  color: #252C40;
}

.popup-career .popup-feedback .feedback .custom-checkbox .checkbox-text {
  color: #252C40;
}

.popup-career .popup-feedback .feedback .file-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

.popup-career .popup-feedback .feedback .file-block input {
  display: none;
}

.popup-career .popup-feedback .feedback .file-block label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.popup-career .popup-feedback .feedback .file-block .label-button {
  margin-right: 27px;
  padding: 6px 26px;
  border: 1px solid #ffffff;
  background-color: #c4c4c4;
  -webkit-transition: background-color .2s linear;
  transition: background-color .2s linear;
}

@media (hover) {
  .popup-career .popup-feedback .feedback .file-block .label-button:hover {
    background-color: #ffffff;
  }
}

.popup-career .popup-feedback .feedback .file-block .remove-file {
  width: 20px;
  height: 20px;
  border: none;
  background: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s linear, visibility .2s linear;
  transition: opacity .2s linear, visibility .2s linear;
}

.popup-career .popup-feedback .feedback .file-block .remove-file svg {
  margin-left: 20px;
  width: 100%;
  height: 100%;
}

.popup-career .popup-feedback .feedback .file-block.file-added .remove-file {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 575px) {
  .popup-career .popup-content {
    padding: 0;
    padding-top: 15px;
  }
  .popup-career .popup-header {
    padding: 0 15px;
  }
  .popup-career .popup-body {
    padding-right: 0;
  }
  .popup-career .popup-title-block {
    padding: 0 15px;
    margin-bottom: 15px;
  }
  .popup-career .popup-title-block .popup-title {
    margin-bottom: 5px;
  }
  .popup-career .popup-desc-block {
    padding: 0 15px;
  }
  .popup-career .popup-desc-block .popup-desc {
    margin-bottom: 20px;
    text-align: left;
  }
  .popup-career .popup-desc-block .requirements-title {
    margin-bottom: 15px;
  }
  .popup-career .open-feedback-block {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px;
    border-top: 1px solid #e5e5e5;
    background-color: #ffffff;
  }
}

.page-scroll .page-scroll-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.page-scroll .page-scroll-content .empty-block {
  display: none;
  width: 100%;
  height: 46px;
}

.page-scroll .page-scroll-content .page-scroll-nav .scroll-nav-list-wrap {
  position: -webkit-sticky;
  position: sticky;
  top: calc(var(--header-gutter) + 10px);
  padding-right: 5px;
  max-height: calc(100vh - var(--header-gutter) - 30px);
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #e5e5e5 transparent;
}

.page-scroll .page-scroll-content .page-scroll-nav .scroll-nav-list-wrap::-webkit-scrollbar {
  width: 3px;
}

.page-scroll .page-scroll-content .page-scroll-nav .scroll-nav-list-wrap::-webkit-scrollbar-thumb {
  background-color: #e5e5e5;
}

.page-scroll .page-scroll-content .page-scroll-nav .scroll-nav-list-wrap::-webkit-scrollbar-track {
  background-color: transparent;
}

.page-scroll .page-scroll-content .page-scroll-nav .mobile-nav-item-block {
  display: none;
}

.page-scroll .page-scroll-content .page-scroll-nav .scroll-nav-list {
  position: relative;
}

.page-scroll .mobile-nav-item-block .active-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px 10px 5px 20px;
  height: 46px;
  font-weight: 600;
  border: 1px solid #e5e5e5;
  border-left: 2px solid #E97D1D;
  -webkit-transition: padding-right .2s linear;
  transition: padding-right .2s linear;
}

.page-scroll .mobile-nav-item-block .active-item span {
  margin-right: 20px;
}

.page-scroll .mobile-nav-item-block .active-item .open-nav-list {
  padding: 0;
  width: 10px;
  height: 10px;
  border: none;
  background: transparent url(../img/icons/arrow-down-text-color.svg) no-repeat center/10px;
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
}

.page-scroll .scroll-nav-list .nav-item {
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  -webkit-transition: border-color .2s linear, background-color .2s linear;
  transition: border-color .2s linear, background-color .2s linear;
}

.page-scroll .scroll-nav-list .nav-item.selected {
  border-left-color: #E97D1D;
  background-color: #ffffff;
}

.page-scroll .scroll-nav-list .nav-item.selected a, .page-scroll .scroll-nav-list .nav-item.selected button {
  opacity: 1;
  border-left-color: #E97D1D;
}

.page-scroll .scroll-nav-list .nav-item:last-child {
  border-bottom: 1px solid #e5e5e5;
}

.page-scroll .scroll-nav-list .nav-item a, .page-scroll .scroll-nav-list .nav-item button {
  display: block;
  padding: 15px 2.3em;
  width: 100%;
  font-weight: 600;
  color: #252C40;
  text-align: left;
  text-decoration: none;
  border: none;
  border-left: 1px solid transparent;
  background: none;
  opacity: 0.4;
  -webkit-transition: opacity .2s linear, border-color .2s linear;
  transition: opacity .2s linear, border-color .2s linear;
}

@media (hover) {
  .page-scroll .scroll-nav-list .nav-item:hover {
    border-left-color: #E97D1D;
    background-color: #ffffff;
  }
  .page-scroll .scroll-nav-list .nav-item:hover a, .page-scroll .scroll-nav-list .nav-item:hover button {
    opacity: 1;
    border-left-color: #E97D1D;
  }
}

@media screen and (max-width: 1023px) {
  .page-scroll .page-scroll-content .page-scroll-nav .scroll-nav-list-wrap {
    top: 90px;
    max-height: calc(100vh - 120px);
  }
}

@media screen and (max-width: 767px) {
  .page-scroll .scroll-nav-list .nav-item a, .page-scroll .scroll-nav-list .nav-item button {
    padding: 15px 1.5em;
  }
}

@media screen and (max-width: 575px) {
  .page-scroll .page-scroll-container {
    padding-left: 0;
    padding-right: 0;
  }
  .page-scroll .page-scroll-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-scroll .page-scroll-content .page-scroll-nav {
    z-index: 50;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    background-color: #ffffff;
    -webkit-transition: padding-left .2s linear, padding-right .2s linear, border .2s linear, -webkit-box-shadow .2s linear;
    transition: padding-left .2s linear, padding-right .2s linear, border .2s linear, -webkit-box-shadow .2s linear;
    transition: box-shadow .2s linear, padding-left .2s linear, padding-right .2s linear, border .2s linear;
    transition: box-shadow .2s linear, padding-left .2s linear, padding-right .2s linear, border .2s linear, -webkit-box-shadow .2s linear;
  }
  .page-scroll .page-scroll-content .page-scroll-nav .mobile-nav-item-block {
    display: block;
  }
  .page-scroll .page-scroll-content .page-scroll-nav .mobile-nav-item-block.nav-opened .open-nav-list {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .page-scroll .page-scroll-content .page-scroll-nav .scroll-nav-list-wrap {
    padding-right: 0;
    max-height: calc(100vh - 104px);
  }
  .page-scroll .page-scroll-content .page-scroll-nav .scroll-nav-list {
    display: none;
  }
  .page-scroll .page-scroll-content.expanded .page-scroll-nav {
    position: fixed;
    top: 57px;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.15);
  }
  .page-scroll .page-scroll-content.expanded .page-scroll-nav .mobile-nav-item-block .active-item {
    padding-right: 20px;
  }
  .page-scroll .page-scroll-content.expanded .empty-block {
    display: block;
  }
}

.index .intro {
  position: relative;
  min-height: 560px;
  height: calc(100vh - 200px);
  max-height: 800px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.index .intro .bg-container {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.index .intro .bg-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.index .intro .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 160px;
  padding-bottom: 30px;
  height: 100%;
}

.index .intro .text-block-wrap {
  position: relative;
  padding-left: 24px;
  max-width: 635px;
}

.index .intro .text-block-wrap::after {
  position: absolute;
  display: block;
  content: "";
  top: 24px;
  left: 0;
  width: 24px;
  height: calc(100% - 48px);
  background-color: #E97D1D;
}

.index .intro .text-block {
  padding: 60px;
  background-color: rgba(0, 56, 112, 0.9);
}

.index .intro .text-block h1 {
  margin-bottom: 25px;
  padding: 10px 0;
  color: #ffffff;
}

.index .intro .text-block h1::before, .index .intro .text-block h1::after {
  width: 64px;
  height: 3px;
}

.index .intro .text-block .desc {
  /*margin-bottom: 25px;*/
  font-size: 1.9rem;
  line-height: 2.9rem;
  max-width: 385px;
  color: #ffffff;
}

@media screen and (max-width: 1023px) {
  .index .intro .text-block .desc {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}

@media screen and (max-width: 767px) {
  .index .intro .text-block .desc {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
}

@media screen and (max-width: 575px) {
  .index .intro .text-block .desc {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
}

@media screen and (max-width: 1023px) {
  .index .intro .container {
    padding-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .index .intro {
    height: calc(100vh - 200px);
  }
}

@media screen and (max-width: 575px) {
  .index .intro {
    min-height: 400px;
    height: calc(100vh - 150px);
    max-height: 600px;
  }
  .index .intro .bg-container img {
    -o-object-position: 75% center;
       object-position: 75% center;
  }
  .index .intro::after {
    position: absolute;
    z-index: 1;
    display: block;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100%);
    background-color: rgba(0, 56, 112, 0.9);
  }
  .index .intro .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 100px;
    padding-bottom: 64px;
    padding-left: 0;
  }
  .index .intro .text-block-wrap {
    padding-left: 10px;
    z-index: 2;
  }
  .index .intro .text-block-wrap::after {
    width: 10px;
    top: -24px;
    height: calc(100% + 48px);
  }
  .index .intro .text-block {
    padding: 0 0 0 22px;
    background: none;
  }
}

.index .index-banner {
  position: relative;
  height: 200px;
}

.index .index-banner .bg-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.index .index-banner .bg-container video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.index .index-banner .bg-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.index .index-banner .bg-container::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 42, 71, 0.45);
}

.index .index-banner .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  height: 100%;
  padding-top: 70px;
  padding-bottom: 50px;
}

.index .index-banner .img-container {
  max-width: 400px;
  max-height: 120px;
  margin-bottom: 40px;
}

.index .index-banner .img-container img {
  width: 100%;
}

.index .index-banner .learn-more {
  position: relative;
  padding-right: 23px;
  color: #ffffff;
  text-decoration: none;
}

.index .index-banner .learn-more::after {
  position: absolute;
  display: block;
  content: "";
  right: 0;
  top: calc(50% - 7.5px);
  width: 15px;
  height: 15px;
  background: url(../img/icons/arrow-right-white.svg) no-repeat center/15px;
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
}

@media (hover) {
  .index .index-banner .learn-more:hover::after {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}

@media screen and (max-width: 767px) {
  .index .index-banner {
    height: 200px;
  }
}

@media screen and (max-width: 575px) {
  .index .index-banner {
    height: 150px;
  }
  .index .index-banner .container {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .index .index-banner .img-container {
    margin-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .index .index-banner .learn-more {
    font-size: 1.3rem;
    line-height: 2.1rem;
  }
}

.index .features .container {
  padding-top: var(--section-gutter);
  padding-bottom: var(--section-gutter);
}

.index .features .features-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 60px;
}

.index .features .features-list .features-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.index .features .features-list .img-container {
  margin-bottom: 15px;
  max-width: 95px;
  height: 95px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.index .features .features-list img {
  max-width: 100%;
}

@media screen and (max-width: 1023px) {
  .index .features .features-list {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 575px) {
  .index .features .container {
    padding-left: 0;
    padding-right: 0;
  }
  .index .features .features-list {
    display: block;
  }
  .index .features .features-list .img-container {
    width: 50px;
    height: 50px;
  }
}

.index .services {
  margin-bottom: var(--section-gutter);
}

.index .services h2 {
  margin-bottom: 40px;
}

.index .services .services-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 130px 20px;
  margin-bottom: 65px;
}

.index .services .services-item {
  position: relative;
}

@media (hover) {
  .index .services .services-item:hover .item-link {
    background-color: #E97D1D;
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  .index .services .services-item:hover span::before,
  .index .services .services-item:hover span::after {
    opacity: 0;
  }
}

.index .services .services-item .img-container {
  display: block;
  width: 100%;
  height: 280px;
}

.index .services .services-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.index .services .services-item .item-title {
  position: absolute;
  left: 9%;
  bottom: 0;
  width: 82%;
  bottom: -40px;
  height: 155px;
}

.index .services .services-item .item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 20px 20px 20px 14.5%;
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-decoration: none;
  background-color: rgba(0, 56, 112, 0.85);
  -webkit-transition: background-color .2s linear, -webkit-transform .2s linear;
  transition: background-color .2s linear, -webkit-transform .2s linear;
  transition: background-color .2s linear, transform .2s linear;
  transition: background-color .2s linear, transform .2s linear, -webkit-transform .2s linear;
}

.index .services .services-item .item-link span {
  padding: 7px 0;
}

.index .services .services-item .item-link span::before, .index .services .services-item .item-link span::after {
  width: 56px;
  height: 2px;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

.index .services .link-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1023px) {
  .index .services .services-list {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 575px) {
  .index .services .services-list {
    margin-bottom: 45px;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    grid-gap: 45px 0;
  }
  .index .services .services-list .services-item .img-container {
    height: 160px;
  }
  .index .services .services-list .services-item .item-title {
    height: 145px;
    bottom: -16px;
    -webkit-transition: height .2s linear;
    transition: height .2s linear;
  }
  .index .services .services-list .services-item:nth-of-type(6), .index .services .services-list .services-item:nth-of-type(7), .index .services .services-list .services-item:nth-of-type(8), .index .services .services-list .services-item:nth-of-type(9) {
    display: none;
  }
}

@media screen and (max-width: 575px) and (hover) {
  .index .services .services-list .services-item:hover .item-title {
    height: 120px;
  }
  .index .services .services-list .services-item:hover .item-link {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.index .promo {
  margin-bottom: var(--section-gutter);
}

.index .blog {
  margin-bottom: var(--section-gutter);
}

.index .blog h2 {
  margin-bottom: 40px;
}

.index .blog .blog-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.index .blog .blog-wrap .separator-block {
  margin: 0 4%;
}

.index .blog .blog-wrap .separator-block .separator {
  width: 2px;
  height: 100%;
  background-color: #f1f1f1;
}

.index .blog .mobile-learn-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

.index .blog .news-list {
  width: 45%;
}

.index .blog .news-list .article-preview {
  margin-bottom: 50px;
}

.index .blog .news-list .article-preview:last-child {
  margin-bottom: 0;
}

.index .blog .news-list .article-preview .article-img {
  width: 100%;
  max-height: 296px;
  height: 296px;
}

.index .blog .posts-list {
  width: 47%;
}

.index .blog .posts-list .article-preview {
  margin-bottom: 50px;
}

.index .blog .posts-list .article-preview:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1023px) {
  .index .blog .blog-wrap .separator-block {
    display: none;
  }
  .index .blog .news-list {
    width: 60%;
    margin-right: 7%;
  }
  .index .blog .posts-list {
    width: 33%;
  }
  .index .blog .posts-list .article-img {
    margin-right: 0;
    width: 0;
  }
  .index .blog .posts-list .article-desc {
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .index .blog .article-preview.article-preview_small {
    height: auto;
  }
  .index .blog .container {
    padding-left: 0;
    padding-right: 0;
  }
  .index .blog h2 {
    padding-left: 20px;
  }
  .index .blog .blog-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .index .blog .news-list {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .index .blog .news-list .article-preview {
    margin-bottom: 30px;
  }
  .index .blog .posts-list {
    display: block;
    width: 100%;
  }
  .index .blog .posts-list .article-img {
    display: none;
  }
}

.index .events {
  margin-bottom: var(--section-gutter);
}

.index .events .mobile-learn-more {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}

.index .events .events-title-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 40px;
}

.index .events .events-title-row .event-titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.index .events .events-title-row .event-titles span {
  color: #003870;
  margin-right: 70px;
  opacity: 0.4;
}

.index .events .events-title-row .event-titles .past {
  color: #003870;
  text-decoration: none;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

@media (hover) {
  .index .events .events-title-row .event-titles .past:hover {
    opacity: 0.4;
  }
}

.index .events .events-title-row h2 {
  margin-right: 76px;
}

.index .events .events-title-row h2 a {
  position: relative;
  padding-right: 26px;
  color: #252C40;
  text-decoration: none;
}

.index .events .events-title-row h2 a::after {
  position: absolute;
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  top: calc(50% - 9px);
  right: 0;
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
  background: url(../img/icons/arrow-right.svg) no-repeat center/cover;
}

.index .events .events-title-row h2 a:hover::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.index .events .events-list {
  display: -ms-grid;
  display: grid; /*
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr); */
  grid-gap: 0 20px;
}

.index .events .events-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.index .events .events-item.hovered .event-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.index .events .events-item.hovered .event-title {
  color: #E97D1D;
}

.index .events .events-item .event-img {
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.index .events .events-item .event-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
}

.index .events .events-item .event-date {
  margin-bottom: 12px;
  padding: 6px 14px;
  color: #ffffff;
  background-color: #E97D1D;
}

.index .events .events-item h3 {
  margin-bottom: 20px;
  padding: 0 14px;
}

.index .events .events-item .event-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
  color: #252C40;
  text-decoration: none;
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
}

@media screen and (max-width: 767px) {
  .index .events .events-list {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    grid-gap: 50px 0;
  }
}

@media screen and (max-width: 575px) {
  .index .events .events-title-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .index .events .events-title-row h2 a::after {
    display: none;
  }
  .index .events .events-title-row .event-titles {
    display: none;
    margin-top: 20px;
    width: 100%;
    padding-left: 20px;
  }
  .index .events .container {
    padding-left: 0;
    padding-right: 0;
  }
  .index .events .mobile-learn-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .index .events h2 {
    margin-right: 0;
    padding-left: 20px;
  }
  .index .events h2 a {
    padding-right: 0;
  }
  .index .events h2 a::after {
    display: none;
  }
  .index .events .events-item .btn {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    color: #ffffff;
    background-color: #E97D1D;
  }
  .index .events .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
}

@media screen and (max-width: 575px) and (hover) {
  .index .events .events-item .btn:hover {
    color: #E97D1D;
    background-color: transparent;
  }
}

.index .clients {
  margin-bottom: var(--section-gutter);
}

.index .clients h2 {
  margin-bottom: 40px;
}

.index .clients .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.index .clients .clients-list .clients-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.index .clients .clients-list .img-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}

.index .clients .clients-list img {
  max-width: 100%;
}

.services {
  margin-bottom: 60px;
}

.services .page-title-block {
  margin-bottom: 60px;
}

.services .services-content .page-scroll-nav {
  z-index: 50;
  margin-right: 4%;
  width: 20%;
}

.services .services-content .services-list-block {
  width: 76%;
}

.services .services-content .services-list-block .mobile-list-block {
  display: none;
}

.services .scroll-nav-list .nav-item {
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  -webkit-transition: border-color .2s linear, background-color .2s linear;
  transition: border-color .2s linear, background-color .2s linear;
}

.services .scroll-nav-list .nav-item.selected {
  border-left-color: #E97D1D;
  background-color: #ffffff;
}

.services .scroll-nav-list .nav-item.selected a {
  opacity: 1;
  border-left-color: #E97D1D;
}

.services .scroll-nav-list .nav-item:last-child {
  border-bottom: 1px solid #e5e5e5;
}

.services .scroll-nav-list .nav-item a {
  display: block;
  padding: 15px 2.3em;
  font-weight: 600;
  color: #252C40;
  text-decoration: none;
  border-left: 1px solid transparent;
  opacity: 0.4;
  -webkit-transition: opacity .2s linear, border-color .2s linear;
  transition: opacity .2s linear, border-color .2s linear;
}

@media (hover) {
  .services .scroll-nav-list .nav-item:hover {
    border-left-color: #E97D1D;
    background-color: #ffffff;
  }
  .services .scroll-nav-list .nav-item:hover a {
    opacity: 1;
    border-left-color: #E97D1D;
  }
}

.services .mobile-list-block {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5px;
  padding: 5px 10px 5px 20px;
  height: 42px;
  color: #ffffff;
  background-color: #003870;
}

.services .mobile-list-block span:first-child {
  margin-right: 6px;
}

.services .mobile-list-block .open-list {
  width: 10px;
  height: 10px;
  border: none;
  background: transparent url(../img/icons/arrow-down-white.svg) no-repeat center/10px;
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
}

.services .services-list .services-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 60px;
}

.services .services-list .services-group:last-child {
  margin-bottom: 0;
}

.services .services-list .services-group.list-opened .mobile-list-block {
  background-color: #E97D1D;
}

.services .services-list .services-group.list-opened .mobile-list-block .open-list {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.services .services-list .services-group:nth-child(2n + 1) .group-title-block::after {
  background-color: rgba(0, 96, 162, 0.9);
}

.services .services-list .services-group:nth-child(2n) .group-title-block::after {
  background-color: rgba(0, 56, 112, 0.9);
}

@media (hover) {
  .services .services-list .services-group:nth-child(n) .group-title-block:hover::after {
    background-color: rgba(233, 125, 29, 0.9);
  }
  .services .services-list .services-group:nth-child(n) .group-title-block:hover svg {
    opacity: 1;
  }
}

.services .services-list .group-title-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 2%;
  width: 33.3%;
  min-height: 205px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.services .services-list .group-title-block::after {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: background-color .2s linear;
  transition: background-color .2s linear;
}

.services .services-list .group-title-block .title-block-text {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  padding: 30px;
  width: 100%;
  height: 100%;
}

.services .services-list .group-title-block .group-title {
  color: #ffffff;
  text-decoration: none;
}

.services .services-list .group-title-block svg {
  margin-bottom: -0.4em;
  width: 1.36em;
  height: 1.36em;
  opacity: 0;
  -webkit-transition: opacity .2s linear, -webkit-transform .2s linear;
  transition: opacity .2s linear, -webkit-transform .2s linear;
  transition: opacity .2s linear, transform .2s linear;
  transition: opacity .2s linear, transform .2s linear, -webkit-transform .2s linear;
}

.services .services-list .group-title-block .group-desc {
  margin-top: 15px;
  color: #ffffff;
}

.services .services-list .group-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  width: 64.7%;
}

.services .services-list .group-list .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 14px;
  min-height: 205px;
  border: 1px solid #e5e5e5;
  text-decoration: none;
}

@media (hover) {
  .services .services-list .group-list .list-item:hover span {
    color: #E97D1D;
  }
  .services .services-list .group-list .list-item:hover span::before, .services .services-list .group-list .list-item:hover span::after {
    background-color: #E97D1D;
  }
}

.services .services-list .group-list span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 93px;
  padding: 10px 0;
  color: #003870;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
}

.services .services-list .group-list span::before, .services .services-list .group-list span::after {
  width: 55px;
  height: 2px;
  background-color: #003870;
  -webkit-transition: background-color .2s linear;
  transition: background-color .2s linear;
}

@media screen and (max-width: 1023px) {
  .services .services-content .page-scroll-nav {
    width: 32%;
  }
  .services .services-content .services-list-block {
    width: 64%;
  }
  .services .services-list .services-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .services .services-list .group-title-block {
    margin-bottom: 20px;
    width: 100%;
  }
  .services .services-list .group-list {
    width: 100%;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .services .services-content .page-scroll-nav {
    width: 42%;
  }
  .services .services-content .services-list-block {
    width: 54%;
  }
  .services .services-list .services-group {
    margin-bottom: 40px;
  }
  .services .services-list .group-list {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
  .services .services-list .group-list .list-item {
    min-height: 145px;
  }
  .services .services-list .group-list .list-item span {
    min-height: 50px;
  }
}

@media screen and (max-width: 575px) {
  .services .services-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .services .services-content .page-scroll-nav {
    width: 100%;
  }
  .services .services-content .services-list-block {
    margin-top: 20px;
    width: 100%;
  }
  .services .services-content .services-list-block .mobile-list-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .services .services-list-block {
    padding-left: 20px;
    padding-right: 20px;
  }
  .services .services-list-block .services-group {
    margin-bottom: 20px;
  }
  .services .services-list-block .group-title-block {
    margin-bottom: 5px;
  }
  .services .services-list-block .group-list {
    display: none;
  }
  .services .services-list-block .group-list .list-item {
    margin-bottom: 5px;
    min-height: 100px;
  }
  .services .services-list-block .group-list .list-item:last-child {
    margin-bottom: 0;
  }
}

.services-secondary {
  margin-bottom: 110px;
}

.services-secondary .page-title-block {
  margin-bottom: 40px;
}

.services-secondary .intro-text {
  margin-bottom: 40px;
  padding: 10px 100px 10px 30px;
  border-left: 5px solid #E97D1D;
  text-align: justify;
}

.services-secondary .desc-text-block {
  margin-bottom: 60px;
  padding-left: 35px;
  padding-right: 100px;
  text-align: justify;
}

.services-secondary .desc-text-block p {
  margin-bottom: 25px;
}

.services-secondary .desc-text-block p:last-child {
  margin-bottom: 0;
}

.services-secondary .services-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

.services-secondary .services-list .service {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 46% 52%;
      grid-template-columns: 46% 52%;
  grid-gap: 0 2%;
  margin-left: 20px;
  border: 1px solid #e5e5e5;
}

.services-secondary .services-list .service-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 10px 30px;
  min-height: 159px;
  margin: 20px 0;
  height: calc(100% - 40px);
  left: -20px;
  color: #ffffff;
  text-decoration: none;
  background-color: #003870;
  -webkit-transition: height .2s linear, padding .2s linear, background-color .2s linear, margin .2s linear;
  transition: height .2s linear, padding .2s linear, background-color .2s linear, margin .2s linear;
}

.services-secondary .services-list .service-title span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-height: 66px;
  padding: 7px 0;
}

.services-secondary .services-list .service-title span::before, .services-secondary .services-list .service-title span::after {
  width: 56px;
  height: 2px;
  background-color: #ffffff;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

@media (hover) {
  .services-secondary .services-list .service-title:hover {
    padding-left: 40px;
    height: 100%;
    background-color: #E97D1D;
    margin: 0;
  }
  .services-secondary .services-list .service-title:hover span::before, .services-secondary .services-list .service-title:hover span::after {
    opacity: 0;
  }
}

.services-secondary .services-list .service-desc-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 199px;
  padding: 30px 30px 30px 0;
}

.services-secondary .services-list .service-desc-block .service-desc {
  margin-bottom: 15px;
}

@media screen and (max-width: 1023px) {
  .services-secondary .intro-text {
    padding-right: 0;
  }
  .services-secondary .desc-text-block {
    padding-right: 0;
    padding-left: 0;
  }
  .services-secondary .services-list {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 575px) {
  .services-secondary {
    margin-bottom: 60px;
  }
  .services-secondary .intro-text {
    margin-bottom: 20px;
    padding-left: 15px;
  }
  .services-secondary .desc-text-block {
    margin-bottom: 30px;
  }
  .services-secondary .desc-text-block p {
    margin-bottom: 15px;
  }
  .services-secondary .services-list .service {
    display: block;
    margin-left: 0;
    border: none;
  }
  .services-secondary .services-list .service-title {
    left: 0;
    margin: 0;
    padding: 10px 10px 10px 20px;
    height: auto;
    min-height: 95px;
    font-size: 1.3rem;
    line-height: 1.7rem;
  }
  .services-secondary .services-list .service-title span {
    min-height: 39px;
  }
}

@media screen and (max-width: 575px) and (hover) {
  .services-secondary .services-list .service-title:hover {
    height: auto;
  }
}

@media screen and (max-width: 575px) {
  .services-secondary .services-list .service-desc-block {
    display: none;
    padding: 15px 20px 20px 20px;
    border: 1px solid #e5e5e5;
    width: 100%;
    min-height: 0;
  }
  .services-secondary .services-list .service-desc-block .service-learn-more::after {
    top: 0.35em;
  }
}

.services-single .services-content img {
  max-width: 100%;
  height: auto;
}

.services-single .services-section {
  margin-bottom: 110px;
}

.services-single .page-title-block {
  margin-bottom: 40px;
}

.services-single .intro-text {
  margin-bottom: 40px;
  padding: 10px 100px 10px 30px;
  border-left: 5px solid #E97D1D;
  text-align: justify;
}

.services-single .desc-text-block {
  padding-left: 35px;
  padding-right: 100px;
  text-align: justify;
}

.services-single .desc-text-block .desc-text {
  margin-bottom: 40px;
}

.services-single .desc-text-block p {
  margin-bottom: 25px;
}

.services-single .desc-text-block p:last-child {
  margin-bottom: 0;
}

.services-single .news-subscribe .custom-checkbox-wrap {
  display: none;
}

.services-single .news-subscribe .custom-checkbox {
  padding-top: 10px;
}

@media screen and (max-width: 1023px) {
  .services-single .intro-text {
    padding-right: 0;
  }
  .services-single .desc-text-block {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 575px) {
  .services-single .services-section {
    margin-bottom: 60px;
  }
  .services-single .intro-text {
    margin-bottom: 20px;
    padding-left: 15px;
  }
  .services-single .desc-text-block {
    margin-bottom: 30px;
  }
}

.company-page .company-section {
  margin-bottom: var(--section-gutter);
}

.company-page .note {
  margin-bottom: 40px;
  padding: 10px 100px 10px 30px;
  border-left: 5px solid #E97D1D;
  text-align: justify;
}

.company-page .company-content-wrap .wpb_content_element,
.company-page .company-content-wrap .text {
  padding: 0 100px 0 35px;
}

.company-page .company-content-wrap .wpb_content_element h2,
.company-page .company-content-wrap .text h2 {
  margin-bottom: 25px;
}

.company-page .company-content-wrap .wpb_content_element p,
.company-page .company-content-wrap .text p {
  text-align: justify;
  margin-bottom: 25px;
}

.company-page .company-content-wrap .wpb_content_element p:last-child,
.company-page .company-content-wrap .text p:last-child {
  margin-bottom: 0;
}

.company-page .company-content-wrap .wpb_content_element a,
.company-page .company-content-wrap .text a {
  color: #E97D1D;
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
  text-decoration: none;
}

@media (hover) {
  .company-page .company-content-wrap .wpb_content_element a:hover,
  .company-page .company-content-wrap .text a:hover {
    color: #252C40;
  }
}

.company-page .block-item {
  margin-bottom: var(--section-gutter);
}

.company-page .intro-block .text {
  margin-bottom: 60px;
}

.company-page .intro-block .map {
  width: 100%;
}

.company-page .intro-block .map img {
  width: 100%;
}

.company-page .company-links {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

.company-page .company-links .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 20px 20px 20px 12%;
  height: 180px;
  text-decoration: none;
  background-color: #003870;
  -webkit-transition: background-color .2s linear, padding-left .2s linear;
  transition: background-color .2s linear, padding-left .2s linear;
}

.company-page .company-links .item span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 68px;
  color: #ffffff;
}

.company-page .company-links .item span::before, .company-page .company-links .item span::after {
  width: 56px;
  height: 2px;
  background-color: #ffffff;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

.company-page .company-links .item span svg {
  margin-left: 18px;
  opacity: 0;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

@media (hover) {
  .company-page .company-links .item:hover {
    padding-left: 16%;
    background-color: #E97D1D;
  }
  .company-page .company-links .item:hover span::before, .company-page .company-links .item:hover span::after {
    opacity: 0;
  }
  .company-page .company-links .item:hover span svg {
    opacity: 1;
  }
}

.company-page .infographics-wrap {
  margin-top: 13px;
  overflow-x: auto;
  margin-bottom: 33px;
  scrollbar-width: thin;
  scrollbar-color: #e5e5e5 #ffffff;
}

.company-page .infographics-wrap::-webkit-scrollbar {
  height: 3px;
}

.company-page .infographics-wrap::-webkit-scrollbar-thumb {
  background-color: #e5e5e5;
}

.company-page .infographics-wrap::-webkit-scrollbar-track {
  background-color: #ffffff;
}

.company-page .infographics-mobile {
  display: none;
}

.company-page .infographics {
  padding: 27px 0 27px 10px;
  width: 1200px;
  overflow-y: hidden;
}

.company-page .infographics .info-list {
  height: 71px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.company-page .infographics .info-list .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 71px;
}

.company-page .infographics .info-list .item:not(:last-child) {
  margin-right: 28px;
}

.company-page .infographics .info-list .item:nth-child(1) .desc {
  width: 226px;
}

.company-page .infographics .info-list .item:nth-child(2) .desc {
  width: 141px;
}

.company-page .infographics .info-list .item:nth-child(3) .desc {
  width: 157px;
}

.company-page .infographics .info-list .item:nth-child(4) .desc {
  width: 152px;
}

.company-page .infographics .info-list .item:nth-child(5) .desc {
  width: 156px;
}

.company-page .infographics .info-list .img {
  position: relative;
  margin-right: 12px;
  width: 30px;
  height: 30px;
}

.company-page .infographics .info-list .img::after {
  position: absolute;
  display: block;
  content: "";
  z-index: -1;
  top: calc(50% - 35px);
  left: -10px;
  width: 71px;
  height: 71px;
  border-radius: 50%;
  background-color: #F6FAFD;
}

.company-page .infographics .info-list .img img {
  width: 100%;
  height: 100%;
}

.company-page .infographics .separator {
  display: block;
  width: 960px;
  margin: 20px 0 20px 60px;
  height: 1px;
  background-color: #e5e5e5;
}

.company-page .infographics .top-list .item::before {
  position: absolute;
  display: block;
  content: "";
  left: 15px;
  bottom: 5px;
  z-index: -1;
  width: 60px;
  height: 1px;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  background-color: #e5e5e5;
}

.company-page .infographics .top-list .item:nth-child(4) .desc {
  width: 245px;
}

.company-page .infographics .bot-list .item::before {
  position: absolute;
  display: block;
  content: "";
  left: 15px;
  top: 5px;
  z-index: -1;
  width: 60px;
  height: 1px;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
  background-color: #e5e5e5;
}

.company-page .infographics .bot-list .item::after {
  position: absolute;
  display: block;
  content: "";
  left: 53px;
  top: -26px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #E97D1D;
}

@media screen and (max-width: 767px) {
  .company-page .company-content-wrap .wpb_content_element,
  .company-page .company-content-wrap .text {
    padding-left: 0;
    padding-right: 0;
  }
  .company-page .note {
    padding-right: 0;
  }
  .company-page .block-item .text {
    padding-right: 0;
  }
  .company-page .company-links {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 575px) {
  .company-page .company-section {
    margin-bottom: 50px;
  }
  .company-page .note {
    margin-bottom: 30px;
    padding-left: 15px;
  }
  .company-page .note p {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
  .company-page .block-item h2 {
    margin-bottom: 15px;
    padding-left: 0;
  }
  .company-page .company-content-wrap .wpb_content_element,
  .company-page .company-content-wrap .text {
    padding-left: 0;
    padding-right: 0;
  }
  .company-page .company-content-wrap .wpb_content_element p,
  .company-page .company-content-wrap .text p {
    margin-bottom: 15px;
  }
  .company-page .infographics-wrap {
    display: none;
  }
  .company-page .glance-block .container {
    padding-left: 0;
    padding-right: 0;
  }
  .company-page .glance-block h2, .company-page .glance-block .text {
    padding-left: 20px;
    padding-right: 20px;
  }
  .company-page .infographics-mobile {
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .company-page .infographics-mobile .owl-stage-outer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .company-page .infographics-mobile .owl-item {
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear;
  }
  .company-page .infographics-mobile .owl-item.item-active {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .company-page .infographics-mobile .owl-item.item-active .img {
    width: 25px;
    height: 25px;
  }
  .company-page .infographics-mobile .owl-item.item-active .img::after {
    top: -6px;
    left: -6px;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    background-color: #E97D1D;
    opacity: 0.7;
  }
  .company-page .infographics-mobile button.owl-next, .company-page .infographics-mobile button.owl-prev {
    top: calc(50% - 30px);
  }
  .company-page .infographics-mobile .owl-dots {
    margin-top: 10px;
  }
  .company-page .infographics-mobile .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .company-page .infographics-mobile .item .img {
    position: relative;
    margin-bottom: 13px;
    width: 20px;
    height: 20px;
    -webkit-transition: width .2s linear, height .2s linear;
    transition: width .2s linear, height .2s linear;
  }
  .company-page .infographics-mobile .item .img img {
    width: 100%;
    height: 100%;
  }
  .company-page .infographics-mobile .item .img::after {
    position: absolute;
    display: block;
    content: "";
    z-index: -1;
    top: -21px;
    left: -21px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #F6FAFD;
    opacity: 1;
    -webkit-transition: background-color .2s linear, opacity .2s linear, width .2s linear, height .2s linear, top .2s linear, left .2s linear;
    transition: background-color .2s linear, opacity .2s linear, width .2s linear, height .2s linear, top .2s linear, left .2s linear;
  }
  .company-page .infographics-mobile .item .text-p {
    text-align: center;
    font-size: 0.9rem;
    max-width: 100px;
  }
}

@media screen and (max-width: 479px) {
  .company-page .company-links {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
  .company-page .company-links .item {
    height: 95px;
    padding-left: 7%;
  }
  .company-page .company-links .item span {
    min-height: 40px;
  }
}

@media screen and (max-width: 479px) and (hover) {
  .company-page .company-links .item:hover {
    padding-left: 12%;
  }
}

.team {
  margin-bottom: var(--section-gutter);
}

.team .team-group {
  margin-bottom: var(--section-gutter);
}

.team .team-group:last-child {
  margin-bottom: 0;
}

.team .team-group .group-title {
  margin-bottom: 40px;
}

.team .team-group .group-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 110px 14%;
}

.team .team-group .member .member-photo {
  margin: 0 auto 25px;
  width: 285px;
  height: 285px;
  overflow: hidden;
  border-radius: 50%;
  cursor: pointer;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
          mask-image: -webkit-radial-gradient(white, black);
}

.team .team-group .member .member-photo img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
}

@media (hover) {
  .team .team-group .member .member-photo:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.team .team-group .member .member-name {
  margin: 0 auto 10px;
  max-width: 200px;
  text-align: center;
}

.team .team-group .member .member-position {
  margin: 0 auto 15px;
  max-width: 200px;
  text-align: center;
}

.team .team-group .member .member-social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.team .team-group .member .member-social-list a {
  margin-right: 15px;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
}

.team .team-group .member .member-social-list a svg {
  width: 100%;
  height: 100%;
}

.team .team-group .member .member-social-list a path {
  -webkit-transition: fill .2s linear;
  transition: fill .2s linear;
}

.team .team-group .member .member-social-list a:last-child {
  margin-right: 0;
}

@media (hover) {
  .team .team-group .member .member-social-list a:hover path {
    fill: #E97D1D;
  }
}

.team .team-group .member .member-content {
  display: none;
}

@media screen and (max-width: 1279px) {
  .team .team-group .member .member-photo {
    width: 240px;
    height: 240px;
  }
}

@media screen and (max-width: 1023px) {
  .team .team-group .group-list {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    grid-gap: 110px 50px;
  }
}

@media screen and (max-width: 767px) {
  .team .team-group .group-list {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    grid-gap: 60px 50px;
  }
  .team .team-group .member .member-photo {
    width: 210px;
    height: 210px;
  }
}

@media screen and (max-width: 575px) {
  .team .team-group {
    margin-bottom: 60px;
  }
  .team .team-group .group-title {
    margin-bottom: 30px;
  }
  .team .team-group .group-list {
    grid-gap: 30px 50px;
  }
  .team .team-group .member .member-photo {
    margin-bottom: 15px;
    width: 180px;
    height: 180px;
  }
  .team .team-group .member .member-name {
    margin-bottom: 5px;
  }
  .team .team-group .member .member-position {
    margin-bottom: 10px;
  }
  .team .team-group .member .member-social-list a {
    width: 20px;
    height: 20px;
    background-size: 20px;
  }
}

@media screen and (max-width: 479px) {
  .team {
    margin-bottom: 60px;
  }
  .team .team-group .group-list {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.testimonials-page .testimonials-section {
  margin-bottom: var(--section-gutter);
}

.testimonials-page .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px;
  background-color: #F6FAFD;
}

.testimonials-page .item .item-left {
  width: calc(100% - 255px);
}

.testimonials-page .item .item-left .text {
  position: relative;
  margin-bottom: 40px;
}

.testimonials-page .item .item-left .text::after {
  position: absolute;
  display: block;
  content: "";
  top: -2em;
  left: -2em;
  width: 4.96em;
  height: 3.6em;
  background: url(../img/icons/quotes.svg) no-repeat center/100%;
}

.testimonials-page .item .item-left .author-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.testimonials-page .item .item-left .author-block .author-left {
  margin-right: 60px;
  max-width: 310px;
}

.testimonials-page .item .item-left .author-block .name {
  margin-bottom: 10px;
}

.testimonials-page .item .item-left .author-block .sign {
  width: 80px;
  height: 80px;
}

.testimonials-page .item .item-left .author-block .sign img {
  width: 100%;
  height: 100%;
}

.testimonials-page .item .item-right {
  width: 175px;
}

.testimonials-page .item .item-right .right-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.testimonials-page .item .item-right .right-content.hovered img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.testimonials-page .item .item-right .right-content.hovered .pdf-link {
  color: #252C40;
}

.testimonials-page .item .item-right .right-content.hovered path {
  stroke: #252C40;
}

.testimonials-page .item .item-right .pdf-original {
  margin-bottom: 25px;
  width: 100%;
  height: 224px;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
          mask-image: -webkit-radial-gradient(white, black);
}

.testimonials-page .item .item-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
}

.testimonials-page .item .item-right .pdf-link {
  font-size: 1.6rem;
  line-height: 2.6rem;
}

.testimonials-page .owl-dots {
  display: none;
}

@media screen and (min-width: 576px) {
  .testimonials-page .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px;
  }
  .testimonials-page .owl-nav button.disabled {
    display: block;
    opacity: 0.4;
  }
  .testimonials-page .owl-nav button.owl-prev, .testimonials-page .owl-nav button.owl-next {
    position: relative;
    top: unset;
    right: unset;
    left: unset;
    width: 40px;
    height: 40px;
    border: 1px solid #003870;
    border-radius: 50%;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
  }
  .testimonials-page .owl-nav button.owl-prev {
    margin-right: 22px;
    background-image: url(../img/icons/arrow-left-blue.svg);
  }
  .testimonials-page .owl-nav button.owl-next {
    background-image: url(../img/icons/arrow-right-blue.svg);
  }
}

@media screen and (min-width: 576px) and (hover) {
  .testimonials-page .owl-nav button:hover {
    opacity: 0.4;
  }
}

@media screen and (max-width: 767px) {
  .testimonials-page .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .testimonials-page .item .item-left {
    width: 100%;
  }
  .testimonials-page .item .item-right {
    margin-top: 30px;
    width: auto;
  }
  .testimonials-page .item .item-right .pdf-original {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .testimonials-page .testimonials-section {
    margin-bottom: calc(var(--section-gutter) + 37px);
  }
  .testimonials-page .owl-nav button.owl-prev, .testimonials-page .owl-nav button.owl-next {
    top: calc(50% - 15px);
  }
  .testimonials-page .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: -30px;
    width: 100%;
  }
  .testimonials-page .page-wrap .container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .testimonials-page .item {
    padding: 20px;
  }
  .testimonials-page .item .item-left {
    display: none;
  }
  .testimonials-page .item .item-right {
    margin-top: 0;
    width: 100%;
  }
  .testimonials-page .item .item-right .pdf-original {
    height: auto;
    max-height: 500px;
    display: block;
  }
}

.history-page .history-list {
  position: relative;
  padding-bottom: calc(var(--section-gutter) + 18px);
}

.history-page .history-list::after {
  position: absolute;
  display: block;
  content: "";
  z-index: -1;
  left: 91px;
  bottom: 0;
  width: 2px;
  height: calc(100% - 44px);
  background-color: #f1f1f1;
}

.history-page .history-list .history-group {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.history-page .history-list .history-group:last-child {
  margin-bottom: 0;
}

.history-page .history-list .group-title-block {
  margin-right: 6.5%;
}

.history-page .history-list .group-title {
  position: -webkit-sticky;
  position: sticky;
  top: calc(var(--header-gutter) + 20px);
  margin-top: 42px;
  padding-right: 20px;
  width: 102px;
  font-size: 2.2rem;
  line-height: 3rem;
  font-weight: 600;
  color: #003870;
}

.history-page .history-list .group-title::after {
  position: absolute;
  display: block;
  content: "";
  right: 0;
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #003870;
}

.history-page .history-list .group-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 55px;
}

.history-page .group-item {
  position: relative;
  min-height: 300px;
  text-decoration: none;
}

@media (hover) {
  .history-page .group-item:hover .item-content .item-title svg {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}

.history-page .group-item .item-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.history-page .group-item .item-bg::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #F6FAFD;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
}

.history-page .group-item .item-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.history-page .group-item.has-bg .item-bg::after {
  opacity: 0.75;
}

.history-page .group-item.has-link .item-bg::after {
  background-color: #003870;
}

.history-page .group-item.has-link .item-content .item-title,
.history-page .group-item.has-link .item-content .item-desc {
  color: #ffffff;
}

@media (hover) {
  .history-page .group-item.has-link:hover .item-bg::after {
    background-color: #E97D1D;
    opacity: 1;
  }
}

.history-page .group-item .item-content {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 0 30px 40px;
  width: 100%;
  height: 100%;
}

.history-page .group-item .item-content .item-title {
  margin-bottom: 20px;
  padding-right: 20px;
  color: #252C40;
}

.history-page .group-item .item-content .item-title svg {
  width: 0.7em;
  height: 0.7em;
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
}

.history-page .group-item .item-content .item-desc {
  padding-right: 30px;
  color: #252C40;
}

@media screen and (max-width: 1023px) {
  .history-page .history-list .group-list {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
}

@media screen and (max-width: 575px) {
  .history-page .page-wrap .container {
    padding-left: 0;
    padding-right: 0;
  }
  .history-page .history-list .group-list {
    grid-gap: 20px;
  }
  .history-page .history-list::after {
    left: 26px;
    height: calc(100% - 20px);
  }
  .history-page .history-list .history-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 30px;
  }
  .history-page .history-list .group-list {
    margin-top: 20px;
    padding-left: 49px;
    padding-right: 20px;
  }
  .history-page .history-list .group-title-block {
    position: -webkit-sticky;
    position: sticky;
    z-index: 1;
    top: var(--header-gutter);
    width: 100%;
    padding: 6px 20px;
    -webkit-transition: background-color .2s linear, -webkit-box-shadow .2s linear;
    transition: background-color .2s linear, -webkit-box-shadow .2s linear;
    transition: background-color .2s linear, box-shadow .2s linear;
    transition: background-color .2s linear, box-shadow .2s linear, -webkit-box-shadow .2s linear;
  }
  .history-page .history-list .group-title-block.fixed {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.15);
  }
  .history-page .history-list .group-title {
    position: relative;
    top: unset;
    margin: 0;
    padding-right: 0;
    padding-left: 29px;
  }
  .history-page .history-list .group-title::after {
    right: unset;
    left: 0;
    top: calc(50% - 8px);
    width: 15px;
    height: 15px;
  }
  .history-page .group-item {
    min-height: 175px;
  }
  .history-page .group-item .item-content {
    padding-left: 17px;
  }
  .history-page .group-item .item-content .item-title {
    margin-bottom: 16px;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fadeDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.quality-page .quality-intro {
  margin-bottom: var(--section-gutter);
}

.quality-page .quality-intro .note {
  margin-bottom: 60px;
  padding: 10px 100px 10px 30px;
  border-left: 5px solid #E97D1D;
}

.quality-page .quality-intro .achievements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 2.5%;
  margin-bottom: var(--section-gutter);
  padding-left: 35px;
}

.quality-page .quality-intro .achievements .achievement-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 24%;
}

.quality-page .quality-intro .achievements .achievement-item:not(:last-child) {
  padding-right: 23px;
  border-right: 1px solid #f1f1f1;
}

.quality-page .quality-intro .achievements .item-title {
  margin-bottom: 15px;
  font-weight: 700;
  color: #003870;
}

.quality-page .quality-intro .achievements .item-text {
  max-width: 160px;
}

.quality-page .quality-intro .intro-text {
  padding-left: 35px;
  padding-right: 100px;
  text-align: justify;
}

.quality-page .quality-intro .intro-text h2 {
  margin-bottom: 25px;
}

.quality-page .quality-intro .intro-text p {
  margin-bottom: 25px;
}

.quality-page .quality-intro .intro-text p:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 1023px) {
  .quality-page .quality-intro .note {
    padding-right: 0;
  }
  .quality-page .quality-intro .intro-text {
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .quality-page .quality-intro .intro-text {
    padding-left: 0;
  }
  .quality-page .quality-intro .achievements .achievement-item {
    width: 33%;
  }
}

@media screen and (max-width: 575px) {
  .quality-page .quality-intro {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  .quality-page .quality-intro .a-container {
    padding-left: 0;
    padding-right: 0;
  }
  .quality-page .quality-intro .achievements {
    display: block;
    padding-left: 0;
  }
  .quality-page .quality-intro .achievements .item-title {
    margin-bottom: 5px;
    font-weight: 500;
  }
  .quality-page .quality-intro .achievements .achievement-item {
    width: 100%;
  }
  .quality-page .quality-intro .achievements .achievement-item:not(:last-child) {
    border: none;
  }
  .quality-page .quality-intro .note {
    padding-left: 15px;
  }
  .quality-page .quality-intro .intro-text h2 {
    margin-bottom: 15px;
  }
  .quality-page .quality-intro .intro-text p {
    margin-bottom: 15px;
  }
}

.quality-page .promo {
  margin-bottom: var(--section-gutter);
}

.quality-page .promo .text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 35px;
  padding-right: 100px;
}

.quality-page .promo .text-block .title-text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 80px;
  color: #ffffff;
}

.quality-page .promo .text-block .title-text-block .title {
  margin-bottom: 15px;
}

.quality-page .promo .text-block .title-text-block .title .from {
  font-size: 4.5rem;
  line-height: 5.5rem;
  font-weight: 700;
}

.quality-page .promo .text-block .title-text-block .title .separator {
  margin: 0 5px;
  font-size: 2.5rem;
  line-height: 3.3rem;
  font-weight: 500;
}

.quality-page .promo .text-block .title-text-block .title .to {
  font-size: 2.5rem;
  line-height: 3.3rem;
  font-weight: 500;
}

.quality-page .promo .text-block .title-text-block .subtitle {
  text-align: center;
  max-width: 120px;
}

.quality-page .promo .text-block .text {
  text-align: justify;
  padding-right: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 1023px) {
  .quality-page .promo .text-block {
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .quality-page .promo .text-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0;
  }
  .quality-page .promo .text-block .title-text-block {
    padding-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .quality-page .promo .text-block .title-text-block .title {
    margin-bottom: 8px;
  }
}

.quality-page .scheme {
  overflow: hidden;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto var(--section-gutter);
}

.quality-page .scheme .scheme-desktop .scheme-wrap-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 950px;
}

.quality-page .scheme .scheme-desktop .left-block {
  padding-left: 45px;
}

.quality-page .scheme .scheme-desktop .left-block .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 75px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background-color: #003870;
}

.quality-page .scheme .scheme-desktop .left-block svg {
  width: 100%;
  height: 100%;
}

.quality-page .scheme .scheme-desktop .left-block svg g {
  opacity: 0;
}

.quality-page .scheme .scheme-desktop .left-block svg.loaded .group-1 {
  -webkit-animation: fadeDown .6s ease 1 1300ms forwards;
          animation: fadeDown .6s ease 1 1300ms forwards;
}

.quality-page .scheme .scheme-desktop .left-block svg.loaded .group-2 {
  -webkit-animation: fadeIn .6s ease 1 400ms forwards;
          animation: fadeIn .6s ease 1 400ms forwards;
}

.quality-page .scheme .scheme-desktop .left-block svg.loaded .group-3 {
  -webkit-animation: fadeIn .6s ease 1 700ms forwards;
          animation: fadeIn .6s ease 1 700ms forwards;
}

.quality-page .scheme .scheme-desktop .left-block svg.loaded .group-4 {
  -webkit-animation: fadeIn .6s ease 1 1000ms forwards;
          animation: fadeIn .6s ease 1 1000ms forwards;
}

.quality-page .scheme .scheme-desktop .left-block img {
  max-width: 100%;
}

.quality-page .scheme .scheme-desktop .scheme-list {
  position: absolute;
  z-index: -1;
  height: 100%;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
}

.quality-page .scheme .scheme-desktop .scheme-list.list-left {
  width: 735px;
  height: 950px;
  left: 0;
  background-image: url(../img/company/quality/circle-1.svg);
}

.quality-page .scheme .scheme-desktop .scheme-list.list-center {
  width: 416px;
  height: 950px;
  left: 41%;
  background-image: url(../img/company/quality/circle-2.svg);
}

.quality-page .scheme .scheme-desktop .scheme-list.list-right {
  width: 341px;
  height: 950px;
  left: 67%;
  background-image: url(../img/company/quality/circle-3.svg);
}

.quality-page .scheme .scheme-desktop .item {
  position: absolute;
  width: 260px;
  padding-right: 2.8em;
  text-align: right;
  opacity: 0;
  -webkit-transform: translate3d(-80%, -50%, 0);
          transform: translate3d(-80%, -50%, 0);
  -webkit-transition: opacity .6s ease, -webkit-transform .6s ease;
  transition: opacity .6s ease, -webkit-transform .6s ease;
  transition: transform .6s ease, opacity .6s ease;
  transition: transform .6s ease, opacity .6s ease, -webkit-transform .6s ease;
}

.quality-page .scheme .scheme-desktop .item.loaded {
  opacity: 1;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}

.quality-page .scheme .scheme-desktop .item::after {
  position: absolute;
  display: block;
  content: "";
  width: 2.2em;
  height: 2.2em;
  right: 0;
  top: calc(50% - 1.1em);
  background: radial-gradient(50% 50% at 50% 50%, #E97D1D 0%, rgba(233, 125, 29, 0) 100%);
}

.quality-page .scheme .scheme-desktop .item svg {
  display: none;
}

.quality-page .scheme .scheme-mobile {
  display: none;
}

.quality-page .scheme .scheme-mobile .img {
  margin: 0 auto 30px;
  max-width: 230px;
  width: 56%;
}

.quality-page .scheme .scheme-mobile .img svg {
  width: 100%;
  height: 100%;
}

.quality-page .scheme .scheme-mobile .img svg g {
  opacity: 0;
}

.quality-page .scheme .scheme-mobile .img svg.loaded .group-1 {
  -webkit-animation: fadeDown .6s ease 1 1300ms forwards;
          animation: fadeDown .6s ease 1 1300ms forwards;
}

.quality-page .scheme .scheme-mobile .img svg.loaded .group-2 {
  -webkit-animation: fadeIn .6s ease 1 400ms forwards;
          animation: fadeIn .6s ease 1 400ms forwards;
}

.quality-page .scheme .scheme-mobile .img svg.loaded .group-3 {
  -webkit-animation: fadeIn .6s ease 1 700ms forwards;
          animation: fadeIn .6s ease 1 700ms forwards;
}

.quality-page .scheme .scheme-mobile .img svg.loaded .group-4 {
  -webkit-animation: fadeIn .6s ease 1 1000ms forwards;
          animation: fadeIn .6s ease 1 1000ms forwards;
}

.quality-page .scheme .scheme-mobile .img img {
  width: 100%;
}

.quality-page .scheme .scheme-mobile .scheme-medium-circle {
  display: none;
  width: calc(100% + 8px);
  margin-left: -4px;
}

.quality-page .scheme .scheme-mobile .scheme-medium-circle img {
  width: 100%;
}

.quality-page .scheme .scheme-mobile .scheme-mobile-circle {
  display: none;
  width: calc(100% + 8px);
  margin-left: -4px;
}

.quality-page .scheme .scheme-mobile .scheme-mobile-circle img {
  width: 100%;
}

.quality-page .scheme .scheme-mobile .scheme-mobile-list {
  position: relative;
  display: block;
  margin-top: -33%;
  margin-bottom: 60px;
  height: auto;
  width: 230px;
  left: calc(50% - 115px);
}

.quality-page .scheme .scheme-mobile .scheme-mobile-list .item {
  text-align: center;
  color: #003870;
  max-width: 160px;
  margin: 0 auto;
}

@media screen and (max-width: 1439px) {
  .quality-page .scheme .scheme-desktop .left-block .img {
    width: 300px;
    height: 300px;
    padding: 40px;
  }
  .quality-page .scheme .scheme-desktop .scheme-list.list-left {
    width: 625px;
    height: 810px;
  }
  .quality-page .scheme .scheme-desktop .scheme-list.list-center {
    width: 392px;
    height: 890px;
  }
  .quality-page .scheme .scheme-desktop .scheme-list.list-right {
    width: 316px;
    height: 880px;
  }
}

@media screen and (max-width: 1279px) {
  .quality-page .scheme {
    margin-bottom: 0;
  }
  .quality-page .scheme .scheme-wrap-inner {
    height: auto;
  }
  .quality-page .scheme .scheme-desktop {
    display: none;
  }
  .quality-page .scheme .scheme-mobile {
    display: block;
  }
  .quality-page .scheme .scheme-mobile .scheme-medium-circle {
    display: block;
  }
  .quality-page .scheme .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px;
  }
  .quality-page .scheme .owl-nav .owl-prev,
  .quality-page .scheme .owl-nav .owl-next {
    position: relative;
    top: unset;
    width: 40px;
    height: 40px;
    border: 2px solid #003870;
    border-radius: 50%;
  }
  .quality-page .scheme .owl-nav .owl-prev {
    margin-right: 20px;
    background: url(../img/icons/arrow-left-blue.svg) no-repeat 14px center/7px 14px;
  }
  .quality-page .scheme .owl-nav .owl-next {
    background: url(../img/icons/arrow-right-blue.svg) no-repeat 15px center/7px 14px;
  }
}

@media screen and (max-width: 767px) {
  .quality-page .scheme .scheme-mobile .scheme-medium-circle {
    display: none;
  }
  .quality-page .scheme .scheme-mobile .scheme-mobile-circle {
    display: block;
  }
}

@media screen and (max-width: 575px) {
  .quality-page .scheme .scheme-mobile .scheme-mobile-list {
    margin-top: -37%;
  }
}

.quality-page .certificates {
  padding: 60px 0;
  background-color: #F6FAFD;
}

.quality-page .certificates h2 {
  margin-bottom: 40px;
}

.quality-page .certificates .certificates-list .item {
  position: relative;
  cursor: pointer;
}

.quality-page .certificates .certificates-list .item .hover-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7) url(../img/icons/search-big.svg) no-repeat center/39px;
}

@media (hover) {
  .quality-page .certificates .certificates-list .item:hover .hover-block {
    opacity: 1;
  }
}

@media screen and (min-width: 576px) {
  .quality-page .certificates .owl-nav {
    position: absolute;
    top: -75px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .quality-page .certificates .owl-nav button {
    position: relative;
    top: unset;
    right: unset;
    left: unset;
  }
  .quality-page .certificates .owl-nav button.disabled {
    display: block;
    opacity: 0.4;
  }
  .quality-page .certificates .owl-nav button.owl-prev, .quality-page .certificates .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
    border: 1px solid #003870;
    border-radius: 50%;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
  }
  .quality-page .certificates .owl-nav button.owl-prev {
    margin-right: 22px;
    background-image: url(../img/icons/arrow-left-blue.svg);
  }
  .quality-page .certificates .owl-nav button.owl-next {
    background-image: url(../img/icons/arrow-right-blue.svg);
  }
}

@media screen and (max-width: 575px) {
  .quality-page .certificates .container {
    padding-left: 0;
    padding-right: 0;
  }
  .quality-page .certificates h2 {
    padding: 0 20px;
    margin-bottom: 30px;
  }
  .quality-page .certificates .owl-nav button.owl-prev, .quality-page .certificates .owl-nav button.owl-next {
    top: calc(50% - 15px);
  }
}

.anniversary .intro-section {
  margin-bottom: var(--section-gutter);
}

.anniversary .intro-section .content-block {
  width: 100%;
}

.anniversary .intro-section .content-block .video,
.anniversary .intro-section .content-block .img {
  height: 600px;
}

.anniversary .intro-section .content-block video,
.anniversary .intro-section .content-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.anniversary .intro-section .content-block figure, .anniversary .intro-section .content-block figure > div,
.anniversary .intro-section .content-block .vc_figure, .anniversary .intro-section .content-block .vc_figure > div {
  width: 100%;
}

@media screen and (max-width: 1279px) {
  .anniversary .intro-section .content-block .video,
  .anniversary .intro-section .content-block .img {
    height: 485px;
  }
}

@media screen and (max-width: 1023px) {
  .anniversary .intro-section .content-block .video,
  .anniversary .intro-section .content-block .img {
    height: 370px;
  }
}

@media screen and (max-width: 767px) {
  .anniversary .intro-section {
    margin-bottom: 60px;
  }
  .anniversary .intro-section .content-block .video,
  .anniversary .intro-section .content-block .img {
    height: 265px;
  }
}

@media screen and (max-width: 575px) {
  .anniversary .intro-section {
    margin-bottom: 30px;
  }
  .anniversary .intro-section .content-block .video,
  .anniversary .intro-section .content-block .img {
    height: 140px;
  }
}

.anniversary .history-shortened {
  margin-bottom: var(--section-gutter);
}

.anniversary .history-shortened .history-list-years {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 700;
}

.anniversary .history-shortened .history-list-years::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  left: 1em;
  bottom: 0.33em;
  height: 2px;
  background-color: #f1f1f1;
  width: calc(100% - 2em);
}

.anniversary .history-shortened .history-list-years .years-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
}

.anniversary .history-shortened .history-list-years .years-item:first-child {
  color: #003870;
}

.anniversary .history-shortened .history-list-years .years-item:first-child .circle {
  background-color: #003870;
}

.anniversary .history-shortened .history-list-years .years-item:last-child {
  color: #E97D1D;
}

.anniversary .history-shortened .history-list-years .years-item:last-child .circle {
  background-color: #E97D1D;
}

.anniversary .history-shortened .history-list-years .years-item .circle {
  display: block;
  margin-top: 0.55em;
  width: 0.66em;
  height: 0.66em;
  border-radius: 50%;
  -webkit-transition: background-color .2s linear;
  transition: background-color .2s linear;
}

.anniversary .history-shortened .history-list-main {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 0 20px;
}

.anniversary .history-shortened .history-list-main .main-item {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/anniversary/history-bg-1.png);
}

.anniversary .history-shortened .history-list-main .main-item::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.anniversary .history-shortened .history-list-main .main-item:first-child::after {
  background-color: rgba(0, 56, 112, 0.9);
}

.anniversary .history-shortened .history-list-main .main-item:last-child::after {
  background-color: rgba(233, 125, 29, 0.9);
}

.anniversary .history-shortened .history-list-main .item-text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  padding: 50px;
  height: 100%;
  color: #ffffff;
}

@media screen and (max-width: 1023px) {
  .anniversary .history-shortened .history-list-main .item-text {
    padding: 30px;
  }
}

@media screen and (max-width: 767px) {
  .anniversary .history-shortened .history-list-years::after {
    bottom: 0.3em;
  }
}

@media screen and (max-width: 575px) {
  .anniversary .history-shortened {
    margin-bottom: 60px;
  }
  .anniversary .history-shortened .container {
    padding-left: 0;
    padding-right: 0;
  }
  .anniversary .history-shortened .history-list-years {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 2.2rem;
    line-height: 3rem;
    font-weight: 600;
  }
  .anniversary .history-shortened .history-list-years::after {
    left: 2em;
    width: calc(100% - 4em);
  }
  .anniversary .history-shortened .history-list-years .years-item:nth-child(n) {
    color: #003870;
  }
  .anniversary .history-shortened .history-list-years .years-item:nth-child(n) .circle {
    background-color: #003870;
  }
  .anniversary .history-shortened .history-list-years .years-item .circle {
    margin-top: 5px;
    width: 15px;
    height: 15px;
  }
  .anniversary .history-shortened.first-item-active .history-list-years .years-item:first-child {
    color: #E97D1D;
  }
  .anniversary .history-shortened.first-item-active .history-list-years .years-item:first-child .circle {
    background-color: #E97D1D;
  }
  .anniversary .history-shortened.second-item-active .years-item:last-child {
    color: #E97D1D;
  }
  .anniversary .history-shortened.second-item-active .years-item:last-child .circle {
    background-color: #E97D1D;
  }
  .anniversary .history-shortened .history-list-main {
    display: block;
  }
  .anniversary .history-shortened .history-list-main::before, .anniversary .history-shortened .history-list-main::after {
    width: 30px;
  }
  .anniversary .history-shortened .history-list-main .main-item {
    height: 132px;
  }
  .anniversary .history-shortened .history-list-main .main-item:nth-child(n)::after {
    background-color: rgba(0, 56, 112, 0.9);
  }
  .anniversary .history-shortened .history-list-main .main-item .item-text {
    padding: 14px 20px;
  }
  .anniversary .history-shortened .history-list-main .owl-item:first-child .main-item {
    margin-right: 10px;
  }
  .anniversary .history-shortened .history-list-main .owl-item:first-child .main-item .item-text {
    font-size: 1.5rem;
    line-height: 2.3rem;
  }
  .anniversary .history-shortened .history-list-main .owl-item:last-child .main-item {
    margin-left: 10px;
  }
  .anniversary .history-shortened .history-list-main .owl-item:last-child .main-item .item-text {
    font-size: 1.3rem;
    line-height: 2.1rem;
  }
  .anniversary .history-shortened .history-list-main .owl-nav button.owl-prev, .anniversary .history-shortened .history-list-main .owl-nav button.owl-next {
    top: calc(50% - 15px);
    -webkit-transition: visibility .2s linear, opacity .2s linear;
    transition: visibility .2s linear, opacity .2s linear;
  }
  .anniversary .history-shortened .history-list-main .owl-nav button.owl-prev.disabled, .anniversary .history-shortened .history-list-main .owl-nav button.owl-next.disabled {
    visibility: hidden;
    opacity: 0;
  }
}

.anniversary .page-blockquote {
  margin-bottom: var(--section-gutter);
  background-color: #F6FAFD;
}

.anniversary .page-blockquote blockquote {
  padding: 60px 80px;
}

.anniversary .page-blockquote .blockquote-text {
  position: relative;
  margin-bottom: 40px;
}

.anniversary .page-blockquote .blockquote-text::after {
  position: absolute;
  display: block;
  content: "";
  top: -1.76em;
  left: -3.28em;
  width: 4.96em;
  height: 4.96em;
  background: url(../img/icons/quotes.svg) no-repeat center/100%;
}

.anniversary .page-blockquote .blockquote-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.anniversary .page-blockquote .blockquote-author .author-photo {
  margin-right: 25px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}

.anniversary .page-blockquote .blockquote-author img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.anniversary .page-blockquote .blockquote-author .author-name {
  margin-bottom: 9px;
}

@media screen and (max-width: 575px) {
  .anniversary .page-blockquote {
    margin-bottom: 60px;
  }
  .anniversary .page-blockquote .container {
    padding-left: 0;
    padding-right: 0;
  }
  .anniversary .page-blockquote blockquote {
    padding: 20px;
  }
  .anniversary .page-blockquote blockquote .blockquote-text {
    margin-bottom: 20px;
    font-size: 1.5rem;
    line-height: 2.3rem;
  }
  .anniversary .page-blockquote blockquote .blockquote-text::after {
    width: 52px;
    height: 52px;
    left: -15px;
    top: -20px;
  }
  .anniversary .page-blockquote blockquote .blockquote-author .author-name {
    margin-bottom: 5px;
  }
}

.anniversary .articles {
  margin-bottom: var(--section-gutter);
}

.anniversary .articles h2 {
  margin-bottom: 40px;
}

.anniversary .articles .articles-list .article-img {
  height: 296px;
}

.anniversary .articles .articles-list .article-preview .article-desc {
  height: auto;
  max-height: 137px;
  padding-bottom: 0;
}

@media screen and (min-width: 576px) {
  .anniversary .articles .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px;
  }
  .anniversary .articles .owl-nav button.disabled {
    display: block;
    opacity: 0.4;
  }
  .anniversary .articles .owl-nav button.owl-prev, .anniversary .articles .owl-nav button.owl-next {
    position: relative;
    top: unset;
    right: unset;
    left: unset;
    width: 40px;
    height: 40px;
    border: 1px solid #003870;
    border-radius: 50%;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
  }
  .anniversary .articles .owl-nav button.owl-prev {
    margin-right: 22px;
    background-image: url(../img/icons/arrow-left-blue.svg);
  }
  .anniversary .articles .owl-nav button.owl-next {
    background-image: url(../img/icons/arrow-right-blue.svg);
  }
}

@media screen and (min-width: 576px) and (hover) {
  .anniversary .articles .owl-nav button:hover {
    opacity: 0.4;
  }
}

@media screen and (max-width: 1023px) {
  .anniversary .articles .articles-list .article-img {
    height: 160px;
  }
}

@media screen and (max-width: 767px) {
  .anniversary .articles .articles-list {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
  .anniversary .articles .articles-list .article-img {
    height: 250px;
  }
}

@media screen and (max-width: 575px) {
  .anniversary .articles {
    margin-bottom: 60px;
  }
  .anniversary .articles .container {
    padding-left: 0;
    padding-right: 0;
  }
  .anniversary .articles h2 {
    margin-bottom: 30px;
    padding-left: 20px;
  }
  .anniversary .articles .owl-nav button.owl-prev, .anniversary .articles .owl-nav button.owl-next {
    top: calc(50% - 72px);
  }
}

.anniversary .promo .text {
  margin-bottom: 0;
}

.coverage .coverage-section {
  margin-bottom: var(--section-gutter);
}

.coverage .map-container {
  margin-bottom: 130px;
}

.coverage .map-container img {
  max-width: 100%;
}

.coverage .coverage-content {
  margin-top: 111px;
}

.coverage .coverage-content .coverage-nav {
  margin-right: 4%;
  width: 20%;
}

.coverage .coverage-content .coverage-list-block {
  margin-top: -71px;
  width: 76%;
}

.coverage .coverage-content .coverage-list-block .coverage-list-item {
  margin-bottom: 105px;
}

.coverage .coverage-content .coverage-list-block .coverage-list-item:last-child {
  margin-bottom: 0;
}

.coverage .coverage-list-block .location-group-title {
  margin-bottom: 40px;
}

.coverage .coverage-list-block .group-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 105px 20px;
}

.coverage .coverage-list-block .group-list .location-group-country {
  position: relative;
}

@media (hover) {
  .coverage .coverage-list-block .group-list .location-group-country:hover .country-hover-block {
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility .4s linear, opacity .4s linear;
    transition: visibility .4s linear, opacity .4s linear;
  }
  .coverage .coverage-list-block .group-list .location-group-country:hover .country-label {
    opacity: 0;
    -webkit-transition: opacity .4s linear;
    transition: opacity .4s linear;
  }
}

.coverage .coverage-list-block .group-list .location-group-country.hover-block-shown .country-hover-block {
  visibility: visible;
  opacity: 1;
}

.coverage .coverage-list-block .group-list .location-group-country.hover-block-shown .country-label {
  opacity: 0;
}

.coverage .coverage-list-block .group-list .country-img {
  width: 100%;
  height: 370px;
}

.coverage .coverage-list-block .group-list .country-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.coverage .coverage-list-block .group-list .country-hover-block {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  visibility: hidden;
  opacity: 0;
  padding: 20px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 56, 112, 0.75);
  -webkit-transition: visibility .2s linear, opacity .2s linear;
  transition: visibility .2s linear, opacity .2s linear;
}

.coverage .coverage-list-block .group-list .country-hover-block .country {
  margin-bottom: 10px;
  color: #ffffff;
}

.coverage .coverage-list-block .group-list .country-hover-block .city {
  margin-bottom: 25px;
  padding-left: 22px;
  color: #ffffff;
  background: url(../img/icons/location.svg) no-repeat left center/14px;
}

.coverage .coverage-list-block .group-list .country-label {
  position: absolute;
  bottom: -45px;
  left: 8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 15px 0 15px 2.7em;
  height: 130px;
  width: 84%;
  background-color: #003870;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

.coverage .coverage-list-block .group-list .country-label span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 6px 0;
  min-height: 2.5em;
  color: #ffffff;
}

.coverage .coverage-list-block .group-list .country-label span::before, .coverage .coverage-list-block .group-list .country-label span::after {
  width: 56px;
  height: 2px;
  background-color: #ffffff;
}

@media screen and (max-width: 1023px) {
  .coverage .coverage-content .coverage-nav {
    width: 35%;
  }
  .coverage .coverage-content .coverage-list-block {
    width: 61%;
  }
  .coverage .coverage-content .coverage-list-block .group-list {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
  .coverage .coverage-content .coverage-list-block .group-list .country-label {
    padding-left: 1.7em;
  }
}

@media screen and (max-width: 767px) {
  .coverage .map-container {
    margin-bottom: 60px;
  }
  .coverage .coverage-content .coverage-list-block {
    margin-top: 0;
  }
  .coverage .coverage-content .coverage-list-block .coverage-list-item {
    margin-bottom: 60px;
  }
  .coverage .coverage-list-block h2 {
    display: none;
  }
  .coverage .coverage-list-block .group-list {
    grid-gap: 20px;
  }
  .coverage .coverage-list-block .group-list .country-img {
    height: 270px;
  }
  .coverage .coverage-list-block .group-list .country-hover-block {
    visibility: visible;
    opacity: 1;
  }
  .coverage .coverage-list-block .group-list .country-hover-block .country {
    margin-bottom: 5px;
    font-size: 1.7rem;
    line-height: 2.5rem;
  }
  .coverage .coverage-list-block .group-list .country-hover-block .city {
    margin-bottom: 15px;
    padding-left: 14px;
    font-size: 1.3rem;
    line-height: 2.1rem;
    background-size: 10px;
  }
  .coverage .coverage-list-block .group-list .country-label {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .coverage .coverage-content .coverage-nav {
    width: 100%;
  }
  .coverage .coverage-content .coverage-list-block {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}

.coverage .coverage-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.coverage .coverage-content .empty-block {
  display: none;
  width: 100%;
  height: 46px;
}

.coverage .coverage-content .coverage-nav .scroll-nav-list-wrap {
  position: -webkit-sticky;
  position: sticky;
  top: var(--header-gutter);
  padding-right: 5px;
  max-height: calc(100vh - var(--header-gutter) - 30px);
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #e5e5e5 #ffffff;
}

.coverage .coverage-content .coverage-nav .scroll-nav-list-wrap::-webkit-scrollbar {
  width: 3px;
}

.coverage .coverage-content .coverage-nav .scroll-nav-list-wrap::-webkit-scrollbar-thumb {
  background-color: #e5e5e5;
}

.coverage .coverage-content .coverage-nav .scroll-nav-list-wrap::-webkit-scrollbar-track {
  background-color: #ffffff;
}

.coverage .coverage-content .coverage-nav .mobile-nav-item-block {
  display: none;
}

.coverage .coverage-content .coverage-nav .scroll-nav-list {
  position: relative;
}

.coverage .mobile-nav-item-block .active-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px 10px 5px 20px;
  height: 46px;
  font-weight: 600;
  border: 1px solid #e5e5e5;
  border-left: 2px solid #E97D1D;
  -webkit-transition: padding-right .2s linear;
  transition: padding-right .2s linear;
}

.coverage .mobile-nav-item-block .active-item span {
  margin-right: 20px;
}

.coverage .mobile-nav-item-block .active-item .open-nav-list {
  padding: 0;
  width: 10px;
  height: 10px;
  border: none;
  background: transparent url(../img/icons/arrow-down-text-color.svg) no-repeat center/10px;
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
}

.coverage .scroll-nav-list .nav-item {
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  -webkit-transition: border-color .2s linear, background-color .2s linear;
  transition: border-color .2s linear, background-color .2s linear;
}

.coverage .scroll-nav-list .nav-item.selected {
  border-left-color: #E97D1D;
  background-color: #ffffff;
}

.coverage .scroll-nav-list .nav-item.selected a, .coverage .scroll-nav-list .nav-item.selected button {
  opacity: 1;
  border-left-color: #E97D1D;
}

.coverage .scroll-nav-list .nav-item:last-child {
  border-bottom: 1px solid #e5e5e5;
}

.coverage .scroll-nav-list .nav-item a, .coverage .scroll-nav-list .nav-item button {
  display: block;
  padding: 15px 2.3em;
  width: 100%;
  font-weight: 600;
  color: #252C40;
  text-align: left;
  text-decoration: none;
  border: none;
  border-left: 1px solid transparent;
  background: none;
  opacity: 0.4;
  -webkit-transition: opacity .2s linear, border-color .2s linear;
  transition: opacity .2s linear, border-color .2s linear;
}

@media (hover) {
  .coverage .scroll-nav-list .nav-item:hover {
    border-left-color: #E97D1D;
    background-color: #ffffff;
  }
  .coverage .scroll-nav-list .nav-item:hover a, .coverage .scroll-nav-list .nav-item:hover button {
    opacity: 1;
    border-left-color: #E97D1D;
  }
}

@media screen and (max-width: 1023px) {
  .coverage .coverage-content .coverage-nav .scroll-nav-list-wrap {
    top: 90px;
    max-height: calc(100vh - 120px);
  }
}

@media screen and (max-width: 767px) {
  .coverage .scroll-nav-list .nav-item a, .coverage .scroll-nav-list .nav-item button {
    padding: 15px 1.5em;
  }
}

@media screen and (max-width: 575px) {
  .coverage .coverage-container {
    padding-left: 0;
    padding-right: 0;
  }
  .coverage .coverage-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .coverage .coverage-content .coverage-nav {
    z-index: 10;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    background-color: #ffffff;
    -webkit-transition: padding-left .2s linear, padding-right .2s linear, border .2s linear, -webkit-box-shadow .2s linear;
    transition: padding-left .2s linear, padding-right .2s linear, border .2s linear, -webkit-box-shadow .2s linear;
    transition: box-shadow .2s linear, padding-left .2s linear, padding-right .2s linear, border .2s linear;
    transition: box-shadow .2s linear, padding-left .2s linear, padding-right .2s linear, border .2s linear, -webkit-box-shadow .2s linear;
  }
  .coverage .coverage-content .coverage-nav .mobile-nav-item-block {
    display: block;
  }
  .coverage .coverage-content .coverage-nav .mobile-nav-item-block.nav-opened .open-nav-list {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .coverage .coverage-content .coverage-nav .scroll-nav-list-wrap {
    padding-right: 0;
    max-height: calc(100vh - 104px);
  }
  .coverage .coverage-content .coverage-nav .scroll-nav-list {
    display: none;
  }
  .coverage .coverage-content.expanded .coverage-nav {
    position: fixed;
    top: 57px;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.15);
  }
  .coverage .coverage-content.expanded .coverage-nav .mobile-nav-item-block .active-item {
    padding-right: 20px;
  }
  .coverage .coverage-content.expanded .empty-block {
    display: block;
  }
}

.lp-screen {
  display: none !important;
}

.coverage-single-page {
  /*
    .coverage-single-content h2 {
        font-size: 2.5rem;
        font-weight: 500;
        line-height: 3.3rem;
        letter-spacing: 0.01em;
    }
    
    .coverage-single-content p {
        margin-bottom: 25px;
        text-align: justify;
        font-family: "Open Sans", sans-serif;
        font-size: 1.6rem;
        line-height: 2.6rem;
        margin-bottom: 25px;
    }
    
    .coverage-single-content h3 {
        font-size: 1.7rem;
        font-weight: 500;
        line-height: 2.5rem;
        letter-spacing: 0.01em;
        margin-top: 40px;
        margin-bottom: 15px;
    }
    
    .coverage-single-content a {
        position: relative;
        padding-right: 1.3em;
        text-decoration: none;
        color: #E97D1D;
        -webkit-transition: color .2s linear;
        transition: color .2s linear;
    }
    
    .coverage-single-content a::after {
        position: absolute;
        display: block;
        content: "";
        width: 0.7em;
        height: 0.7em;
        right: 0;
        top: calc(50% - 0.3em);
        background: url(../img/icons/arrow-right-orange.svg) no-repeat center/0.7em;
        -webkit-transition: -webkit-transform .2s linear;
        transition: -webkit-transform .2s linear;
        transition: transform .2s linear;
        transition: transform .2s linear, -webkit-transform .2s linear;
    }
    
    @media (hover) {
        .coverage-single-content a:hover:after {
            -webkit-transform: translateX(5px);
            transform: translateX(5px);
        }
    }
    
    .coverage-single-content .coverage-vc-block + .coverage-vc-block {
        margin-top: 80px;
    }
    
    .coverage-single-content img {
        width: 100%;
        height: auto;
    }
*/
}

.coverage-single-page .coverage-section {
  margin-bottom: var(--section-gutter);
}

.coverage-single-page .coverage-content .coverage-scroll-nav {
  z-index: 50;
  margin-right: 4%;
  width: 20%;
}

.coverage-single-page .coverage-content .scroll-nav-list {
  background-color: rgba(255, 255, 255, 0.85);
}

.coverage-single-page .coverage-content .coverage-list-block {
  width: 76%;
}

.coverage-single-page h2 {
  margin-bottom: 40px;
}

.coverage-single-page .coverage-content-block {
  margin-bottom: var(--section-gutter2);
}

.coverage-single-page .coverage-content-block .text-block .text {
  margin-bottom: 40px;
}

.coverage-single-page .coverage-content-block .text-block .text:last-child {
  margin-bottom: 0;
}

.coverage-single-page .coverage-content-block .text-block p {
  margin-bottom: 25px;
  text-align: justify;
}

.coverage-single-page .coverage-content-block .text-block p:last-child {
  margin-bottom: 0;
}

.coverage-single-page .coverage-content-block .text-block h3 {
  margin-bottom: 25px;
}

.coverage-single-page .coverage-content-block .text-block a {
  position: relative;
  padding-right: 1.3em;
  text-decoration: none;
  color: #E97D1D;
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
}

.coverage-single-page .coverage-content-block .text-block a::after {
  position: absolute;
  display: block;
  content: "";
  width: 0.7em;
  height: 0.7em;
  right: 0;
  top: calc(50% - 0.3em);
  background: url(../img/icons/arrow-right-orange.svg) no-repeat center/0.7em;
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
}

@media (hover) {
  .coverage-single-page .coverage-content-block .text-block a:hover::after {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}

@media screen and (max-width: 1023px) {
  .coverage-single-page .coverage-content .coverage-scroll-nav {
    width: 32%;
  }
  .coverage-single-page .coverage-content .coverage-list-block {
    width: 64%;
  }
}

@media screen and (max-width: 767px) {
  .coverage-single-page .coverage-content .coverage-scroll-nav {
    width: 42%;
  }
  .coverage-single-page .coverage-content .coverage-list-block {
    width: 54%;
  }
}

@media screen and (max-width: 575px) {
  .coverage-single-page h2 {
    margin-bottom: 15px;
  }
  .coverage-single-page .coverage-content-block {
    padding-left: 20px;
    padding-right: 20px;
  }
  .coverage-single-page .coverage-content-block .text-block .text {
    margin-bottom: 30px;
  }
  .coverage-single-page .coverage-content-block .text-block p {
    margin-bottom: 15px;
  }
  .coverage-single-page .coverage-content .coverage-scroll-nav {
    width: 100%;
  }
  .coverage-single-page .coverage-content .coverage-list-block {
    width: 100%;
  }
}

.coverage-single-page .coverage-about .about-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: var(--section-gutter);
}

.coverage-single-page .coverage-about .about-header .header-title p {
  padding: 10px 0 10px 25px;
  max-width: 440px;
  width: 100%;
  border-left: 5px solid #E97D1D;
}

.coverage-single-page .coverage-about .about-header .flag {
  width: 140px;
}

.coverage-single-page .coverage-about .about-header .flag img {
  width: 100%;
}

.coverage-single-page .coverage-about .about-header .current-time-block {
  text-align: center;
}

.coverage-single-page .coverage-about .about-header .current-time-block .time-title {
  font-weight: 700;
  margin-bottom: 10px;
}

.coverage-single-page .coverage-about .about-header .current-time-block .time {
  margin-bottom: 10px;
}

.coverage-single-page .coverage-about .about-header .header-flag {
  width: 140px;
  border: 1px solid #000000;
}

.coverage-single-page .coverage-about .about-header .header-flag img {
  display: block;
  width: 100%;
  height: auto;
}

.coverage-single-page .coverage-about .achievements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 0 2.5%;
  padding-left: 35px;
}

.coverage-single-page .coverage-about .achievements .achievement-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.coverage-single-page .coverage-about .achievements .achievement-item:not(:last-child) {
  padding-right: 23px;
  border-right: 1px solid #f1f1f1;
}

.coverage-single-page .coverage-about .achievements .achievement-item:first-child {
  width: 22%;
}

.coverage-single-page .coverage-about .achievements .achievement-item:nth-child(2) {
  width: 29%;
}

.coverage-single-page .coverage-about .achievements .achievement-item:nth-child(3) {
  width: 23%;
}

.coverage-single-page .coverage-about .achievements .achievement-item:nth-child(4) {
  width: 19%;
}

.coverage-single-page .coverage-about .achievements.cols2 .achievement-item {
  width: 50%;
}

.coverage-single-page .coverage-about .achievements.cols2:first-child, .coverage-single-page .coverage-about .achievements.cols2:nth-child(2), .coverage-single-page .coverage-about .achievements.cols2:nth-child(3), .coverage-single-page .coverage-about .achievements.cols2:nth-child(4) {
  width: auto;
}

.coverage-single-page .coverage-about .achievements.cols3 .achievement-item {
  width: 33.33%;
}

.coverage-single-page .coverage-about .achievements.cols3:first-child, .coverage-single-page .coverage-about .achievements.cols3:nth-child(2), .coverage-single-page .coverage-about .achievements.cols3:nth-child(3), .coverage-single-page .coverage-about .achievements.cols3:nth-child(4) {
  width: auto;
}

.coverage-single-page .coverage-about .achievements .item-title {
  margin-bottom: 15px;
  font-weight: 700;
  color: #003870;
}

@media screen and (max-width: 1279px) {
  .coverage-single-page .coverage-about .achievements {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px 4%;
  }
  .coverage-single-page .coverage-about .achievements .achievement-item:nth-child(n) {
    width: 48%;
  }
  .coverage-single-page .coverage-about .achievements .achievement-item:nth-child(2) {
    padding-right: 0;
    border: none;
  }
}

@media screen and (max-width: 1023px) {
  .coverage-single-page .coverage-about .about-header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .coverage-single-page .coverage-about .about-header .header-title {
    margin-bottom: 50px;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .coverage-single-page .coverage-about .about-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .coverage-single-page .coverage-about .about-header .current-time-block {
    display: none;
  }
  .coverage-single-page .coverage-about .achievements {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
  }
  .coverage-single-page .coverage-about .achievements .achievement-item:nth-child(n) {
    border: none;
    padding-right: 0;
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .coverage-single-page .coverage-about {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  .coverage-single-page .coverage-about .about-header .header-title {
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
  .coverage-single-page .coverage-about .about-header .header-title p {
    padding-left: 15px;
  }
  .coverage-single-page .coverage-about .about-header .header-flag {
    display: none;
  }
  .coverage-single-page .coverage-about .achievements {
    display: block;
  }
  .coverage-single-page .coverage-about .achievements .item-title {
    margin-bottom: 5px;
    font-weight: 500;
  }
}

.coverage-single-page .coverage-office {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

.coverage-single-page .coverage-office h2 {
  color: #ffffff;
}

.coverage-single-page .coverage-office .office-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  height: 100%;
}

.coverage-single-page .coverage-office .office-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.coverage-single-page .coverage-office .office-bg::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 56, 112, 0.9);
}

.coverage-single-page .coverage-office .person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #ffffff;
  margin-bottom: 60px;
}

.coverage-single-page .coverage-office .person.person-mobile {
  display: none;
}

.coverage-single-page .coverage-office .person .photo-block {
  width: 160px;
  height: 160px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin-right: 43px;
}

.coverage-single-page .coverage-office .person .photo {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}

.coverage-single-page .coverage-office .person .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.coverage-single-page .coverage-office .person .person-title {
  margin-bottom: 15px;
}

.coverage-single-page .coverage-office .person .name {
  margin-bottom: 5px;
}

.coverage-single-page .coverage-office .person .position {
  margin-bottom: 25px;
}

.coverage-single-page .coverage-office .person .person-info {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: 170px;
  margin-right: 110px;
}

.coverage-single-page .coverage-office .person .office-info {
  width: calc(100% - 483px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.coverage-single-page .coverage-office .person .office-info a:not(.arrow-link) {
  text-decoration: none;
  color: #ffffff;
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
}

@media (hover) {
  .coverage-single-page .coverage-office .person .office-info a:not(.arrow-link):hover {
    color: #E97D1D;
  }
}

.coverage-single-page .coverage-office .person .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.coverage-single-page .coverage-office .person .links .phone {
  margin-bottom: 5px;
}

.coverage-single-page .coverage-office .map {
  height: 445px;
}

.coverage-single-page .coverage-office .map img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media screen and (max-width: 1023px) {
  .coverage-single-page .coverage-office .person {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .coverage-single-page .coverage-office .person .photo-block {
    margin-bottom: 30px;
    width: 100%;
  }
  .coverage-single-page .coverage-office .person .person-info {
    margin-right: 4%;
    width: 48%;
  }
  .coverage-single-page .coverage-office .person .office-info {
    width: 48%;
  }
}

@media screen and (max-width: 767px) {
  .coverage-single-page .coverage-office .person {
    margin-bottom: 20px;
  }
  .coverage-single-page .coverage-office .person.person-desktop {
    display: none;
  }
  .coverage-single-page .coverage-office .person.person-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .coverage-single-page .coverage-office .person .first-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .coverage-single-page .coverage-office .person .first-row .photo-block {
    width: 100px;
    margin-right: 30px;
    margin-bottom: 20px;
  }
  .coverage-single-page .coverage-office .person .first-row .photo {
    width: 100px;
    height: 100px;
  }
  .coverage-single-page .coverage-office .person .first-row .person-info {
    margin-right: 0;
    width: calc(100% - 130px);
  }
  .coverage-single-page .coverage-office .person .second-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
  }
  .coverage-single-page .coverage-office .person .third-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .coverage-single-page .coverage-office .person .third-row .office-info {
    width: auto;
    margin-right: 20px;
  }
  .coverage-single-page .coverage-office .person .third-row .current-time-block {
    max-width: 100px;
    text-align: center;
  }
  .coverage-single-page .coverage-office .person .third-row .current-time-block .time-title {
    margin-bottom: 5px;
    font-weight: 700;
  }
  .coverage-single-page .coverage-office .person .third-row .current-time-block .time {
    margin-bottom: 5px;
  }
  .coverage-single-page .coverage-office .person .person-title {
    margin-bottom: 10px;
  }
  .coverage-single-page .coverage-office .person .adress {
    margin-bottom: 5px;
    max-width: 120px;
  }
  .coverage-single-page .coverage-office .person .open-on-map span {
    position: relative;
    font-size: 1.3rem;
    line-height: 1.8rem;
    color: #E97D1D;
    padding-right: 18px;
  }
  .coverage-single-page .coverage-office .person .open-on-map span::after {
    position: absolute;
    display: block;
    content: "";
    right: 0;
    top: calc(50% - 5px);
    width: 10px;
    height: 10px;
    background: url(../img/icons/arrow-right-orange.svg) no-repeat center center/10px;
  }
  .coverage-single-page .coverage-office .map {
    display: none;
    height: 300px;
  }
}

@media screen and (max-width: 575px) {
  .coverage-single-page .coverage-office {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .coverage-single-page .coverage-office .person.person-mobile {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .coverage-single-page .coverage-office .person .second-row {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .coverage-single-page .coverage-office .person .third-row {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .coverage-single-page .coverage-office .person .third-row .office-info {
    width: 47%;
    min-width: 160px;
    margin-right: 3%;
  }
}

.coverage-single-page .coverage-reg .official-links h3 {
  margin-bottom: 15px;
}

.coverage-single-page .coverage-timelines .timelines-img {
  height: 410px;
}

.coverage-single-page .coverage-timelines .timelines-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 575px) {
  .coverage-single-page .coverage-timelines .timelines-img {
    height: 290px;
  }
}

.coverage-single-page .coverage-feedback {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

.coverage-single-page .coverage-feedback .feedback-bg {
  position: absolute;
  top: 0;
  height: 100%;
}

.coverage-single-page .coverage-feedback .feedback-bg::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 56, 112, 0.9);
}

.coverage-single-page .coverage-feedback .feedback-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.coverage-single-page .coverage-feedback .feedback {
  background: none;
}

.coverage-single-page .coverage-feedback .feedback::after {
  display: none;
}

.coverage-single-page .coverage-feedback .feedback .form-title {
  margin-bottom: 25px;
}

.coverage-single-page .coverage-feedback .feedback .form-text {
  margin-bottom: 30px;
  color: #ffffff;
}

.coverage-single-page .coverage-feedback .feedback .form-text a {
  color: #E97D1D;
  text-decoration: none;
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
}

@media (hover) {
  .coverage-single-page .coverage-feedback .feedback .form-text a:hover {
    color: #ffffff;
  }
}

@media screen and (max-width: 575px) {
  .coverage-single-page .coverage-feedback {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .coverage-single-page .coverage-feedback .feedback .form-title {
    margin-bottom: 15px;
  }
  .coverage-single-page .coverage-feedback .feedback .form-text {
    margin-bottom: 15px;
  }
}

.coverage-single-page .coverage-investigators {
  margin-bottom: 0;
}

.coverage-single-page .coverage-investigators .investigators-text {
  margin-bottom: 25px;
}

.coverage-single-page .coverage-investigators .investigators-text a {
  text-decoration: none;
  color: #E97D1D;
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
}

@media (hover) {
  .coverage-single-page .coverage-investigators .investigators-text a:hover {
    color: #252C40;
  }
}

.coverage-single-page .coverage-areas {
  position: relative;
  margin-bottom: 0;
}

.coverage-single-page .coverage-areas .areas-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  height: 100%;
  background-color: #F6FAFD;
}

.coverage-single-page .coverage-areas .areas-desc {
  margin-bottom: 25px;
}

.coverage-single-page .coverage-areas .show-all {
  display: none;
}

.coverage-single-page .coverage-areas .areas-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.coverage-single-page .coverage-areas .areas-wrap .left-block {
  padding: 60px 0;
}

.coverage-single-page .coverage-areas .areas-wrap .areas-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
}

.coverage-single-page .coverage-areas .area-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 260px;
}

.coverage-single-page .coverage-areas .area-column .area {
  opacity: 0.3;
  margin-bottom: 15px;
  width: 100%;
}

.coverage-single-page .coverage-areas .area-column .area:last-child {
  margin-bottom: 0;
}

@media (hover) {
  .coverage-single-page .coverage-areas .area-column .area:hover a {
    color: #E97D1D;
  }
  .coverage-single-page .coverage-areas .area-column .area:hover a path {
    stroke: #E97D1D;
  }
}

.coverage-single-page .coverage-areas .area-column .area.active {
  border-left: 2px solid #E97D1D;
  padding-left: 15px;
  opacity: 1;
}

.coverage-single-page .coverage-areas .area-column .area-hashtags-wrap {
  display: none;
}

.coverage-single-page .coverage-areas .area-column .area-hashtags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 5px;
  max-width: 200px;
  width: 100%;
}

.coverage-single-page .coverage-areas .area-column .area-hashtags .hashtag {
  margin-right: 5px;
  font-size: 1.3rem;
  line-height: 1.7rem;
  opacity: 0.5;
}

.coverage-single-page .coverage-areas a {
  position: relative;
  color: #252C40;
  text-decoration: none;
}

.coverage-single-page .coverage-areas a svg {
  margin-left: 0.6em;
}

.coverage-single-page .coverage-areas .block-img {
  padding-top: 40px;
  width: 250px;
}

.coverage-single-page .coverage-areas .block-img.mobile-img {
  display: none;
}

.coverage-single-page .coverage-areas .block-img img {
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .coverage-single-page .coverage-areas .areas-wrap .areas-list {
    display: block;
  }
  .coverage-single-page .coverage-areas .show-all {
    display: inline-block;
  }
  .coverage-single-page .coverage-areas .area-column {
    width: 100%;
    margin-bottom: 15px;
  }
  .coverage-single-page .coverage-areas .area-column:last-child {
    display: none;
  }
  .coverage-single-page .coverage-areas .area-column.to-show {
    display: none;
  }
  .coverage-single-page .coverage-areas .area-column.v {
    display: block;
  }
  .coverage-single-page .coverage-areas .left-block {
    width: 100%;
  }
  .coverage-single-page .coverage-areas .right-block {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .coverage-single-page .coverage-areas {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }
  .coverage-single-page .coverage-areas .areas-wrap {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }
  .coverage-single-page .coverage-areas h2 {
    margin-bottom: 15px;
  }
  .coverage-single-page .coverage-areas .right-block {
    height: calc(100% - 160px);
    display: block;
    position: absolute;
    bottom: 60px;
    right: 0;
    -webkit-transform: translateX(25%);
            transform: translateX(25%);
  }
  .coverage-single-page .coverage-areas .right-block .desktop-img {
    display: none;
  }
  .coverage-single-page .coverage-areas .right-block .mobile-img {
    max-height: 480px;
    height: 100%;
    display: block;
  }
  .coverage-single-page .coverage-areas .right-block .mobile-img img {
    height: 100%;
  }
  .coverage-single-page .coverage-areas .areas-desc {
    display: block;
    margin-bottom: 15px;
  }
}

.coverage-single-page .coverage-single-content p {
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  line-height: 2.6rem;
  text-align: justify;
  margin-bottom: 25px;
}

@media screen and (max-width: 1023px) {
  .coverage-single-page .coverage-single-content p {
    font-size: 1.5rem;
    line-height: 2.3rem;
  }
}

@media screen and (max-width: 767px) {
  .coverage-single-page .coverage-single-content p {
    font-size: 1.5rem;
    line-height: 2.2rem;
  }
}

@media screen and (max-width: 575px) {
  .coverage-single-page .coverage-single-content p {
    font-size: 1.5rem;
    line-height: 2.2rem;
  }
}

.coverage-single-page .coverage-single-content h2 {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 3.3rem;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 1279px) {
  .coverage-single-page .coverage-single-content h2 {
    font-size: 2.3rem;
    line-height: 3.1rem;
  }
}

@media screen and (max-width: 1023px) {
  .coverage-single-page .coverage-single-content h2 {
    font-size: 2.1rem;
    line-height: 2.9rem;
  }
}

@media screen and (max-width: 767px) {
  .coverage-single-page .coverage-single-content h2 {
    font-size: 1.9rem;
    line-height: 2.7rem;
  }
}

@media screen and (max-width: 575px) {
  .coverage-single-page .coverage-single-content h2 {
    font-size: 1.7rem;
    line-height: 2.5rem;
  }
}

.coverage-single-page .coverage-single-content h3 {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 2.5rem;
  letter-spacing: 0.01em;
  margin-top: 40px;
  margin-bottom: 15px;
}

@media screen and (max-width: 1023px) {
  .coverage-single-page .coverage-single-content h3 {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}

@media screen and (max-width: 575px) {
  .coverage-single-page .coverage-single-content h3 {
    font-size: 1.5rem;
    line-height: 2.3rem;
  }
}

.coverage-single-page .coverage-single-content a {
  position: relative;
  padding-right: 1.3em;
  text-decoration: none;
  color: #E97D1D;
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
}

.coverage-single-page .coverage-single-content a::after {
  position: absolute;
  display: block;
  content: "";
  width: 0.7em;
  height: 0.7em;
  right: 0;
  top: calc(50% - 0.3em);
  background: url(../img/icons/arrow-right-orange.svg) no-repeat center/0.7em;
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
}

@media (hover) {
  .coverage-single-page .coverage-single-content a:hover::after {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
}

.coverage-single-page .coverage-single-content .coverage-vc-block + .coverage-vc-block {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .coverage-single-page .coverage-single-content .coverage-vc-block + .coverage-vc-block {
    margin-top: 60px;
  }
}

.coverage-single-page .coverage-single-content img {
  width: 100%;
  height: auto;
}

.coverage-single-page .coverage-single-content ul {
  margin-top: 25px;
  margin-bottom: 15px;
  padding-left: 3em;
}

.coverage-single-page .coverage-single-content ul li {
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  line-height: 2.6rem;
  text-align: justify;
  margin-bottom: 10px;
}

@media screen and (max-width: 1023px) {
  .coverage-single-page .coverage-single-content ul li {
    font-size: 1.5rem;
    line-height: 2.3rem;
  }
}

@media screen and (max-width: 767px) {
  .coverage-single-page .coverage-single-content ul li {
    font-size: 1.5rem;
    line-height: 2.2rem;
  }
}

@media screen and (max-width: 575px) {
  .coverage-single-page .coverage-single-content ul li {
    font-size: 1.5rem;
    line-height: 2.2rem;
  }
}

.coverage-single-page .coverage-single-content ul li:last-child {
  margin-bottom: 0;
}

.events-page .events-block {
  margin-bottom: var(--section-gutter);
}

.events-page .events-block h2 {
  margin-bottom: 40px;
}

.events-page .events-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 60px 20px;
}

@media screen and (max-width: 1023px) {
  .events-page .events-list {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 575px) {
  .events-page .page-title-block {
    margin-bottom: 30px;
  }
  .events-page .events-block {
    margin-bottom: 60px;
  }
  .events-page .events-list {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    grid-gap: 30px 0;
  }
}

.event-page .event-section {
  margin-bottom: var(--section-gutter);
}

.event-page .label {
  padding: 6px 14px;
  font-size: 1.3rem;
  line-height: 1.7rem;
}

.event-page .label.orange-label {
  color: #ffffff;
  background-color: #E97D1D;
}

.event-page .label.hollow-label {
  color: #252C40;
  background-color: #e5e5e5;
}

.event-page .img-intro-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 60px;
  width: 100%;
  height: 350px;
}

.event-page .img-intro-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.event-page .img-intro-block .label {
  position: absolute;
  display: none;
  left: 0;
  bottom: 0;
}

.event-page .event-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.event-page .event-content-wrap .share-block-wrap {
  margin-right: 6%;
  width: 30px;
}

.event-page .event-content-wrap .event-main-content {
  width: calc(94% - 30px);
}

.event-page .save-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 575px) {
  .event-page .save-block {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.event-page .save-block .save-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.event-page .save-block .save-link span {
  margin-right: 10px;
}

.event-page .save-block a {
  text-decoration: none;
}

.event-page .save-block .calendar-ico {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 7px;
}

.event-page .save-block .calendar-ico.outlook {
  background-image: url(../img/calendar/outlook.svg);
}

.event-page .save-block .calendar-ico.google {
  background-image: url(../img/calendar/google.svg);
}

.event-page .save-block .calendar-ico.apple {
  background-image: url(../img/calendar/apple.svg);
}

.event-page .share-block {
  position: -webkit-sticky;
  position: sticky;
  top: calc(var(--header-gutter) + 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.event-page .share-block .share-title-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 120px;
  overflow: visible;
}

.event-page .share-block .share-title-block .share-title {
  position: relative;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 70px;
  color: #003870;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.event-page .share-block .share-title-block .share-title::after {
  position: absolute;
  content: "";
  display: block;
  top: calc(50% - 1px);
  right: 0;
  width: 50px;
  height: 2px;
  background-color: #f1f1f1;
}

.event-page .share-block .share-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.event-page .share-block .share-list .notification {
  display: block;
  position: absolute;
  left: calc(100% + 5px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #003870;
  color: #ffffff;
  padding: 4px 7px;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.event-page .share-block .share-list .notification.active {
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 575px) {
  .event-page .share-block .share-list .notification {
    left: 50%;
    top: calc(100% + 5px);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.event-page .share-block .share-item {
  position: relative;
  margin-bottom: 20px;
  width: 30px;
  height: 30px;
  border: 0px;
  background-color: transparent;
}

.event-page .share-block .share-item:last-child {
  margin-bottom: 0;
}

.event-page .share-block .share-item svg {
  width: 100%;
  height: 100%;
}

.event-page .share-block .share-item path {
  fill: #003870;
  -webkit-transition: fill .2s linear;
  transition: fill .2s linear;
}

@media (hover) {
  .event-page .share-block .share-item:hover path {
    fill: #E97D1D;
  }
}

.event-page .event-main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.event-page .event-main-content .label-block {
  margin-bottom: 25px;
}

.event-page .event-main-content .article-header {
  margin-bottom: 40px;
  width: 100%;
}

.event-page .event-main-content .article-header .top-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.event-page .event-main-content .article-header .save-block {
  margin-top: 25px;
}

.event-page .event-main-content .article-header h2 {
  margin-right: 30px;
}

.event-page .event-main-content .article-header h2 span {
  display: block;
}

.event-page .event-main-content .article-header .event-duration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #003870;
}

.event-page .event-main-content .article-header .event-duration .duration-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.event-page .event-main-content .article-header .day {
  margin-bottom: 5px;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 5.5rem;
}

.event-page .event-main-content .article-header .month {
  font-size: 1.6rem;
  line-height: 2.6rem;
}

.event-page .event-main-content .article-header .separator {
  margin: 0 30px;
  font-size: 4.5rem;
  line-height: 5.5rem;
}

.event-page .event-main-content .article-text {
  margin-bottom: 25px;
}

.event-page .event-main-content .article-text p {
  text-align: justify;
  margin-bottom: 25px;
}

.event-page .event-main-content .article-text p:last-child {
  margin-bottom: 0;
}

.event-page .representative-block {
  margin-top: var(--section-gutter);
  margin-left: calc(30px + 6%);
}

.event-page .representative-block .representative-title {
  margin-bottom: 40px;
}

.event-page .representative-block .representative-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.event-page .representative-block .photo {
  margin-right: 40px;
  width: 97px;
  height: 97px;
  overflow: hidden;
  border-radius: 50%;
}

.event-page .representative-block .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.event-page .representative-block .info-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.event-page .representative-block .info-desc .position-item {
  margin-right: 90px;
}

.event-page .representative-block .info-desc .item-title {
  margin-bottom: 15px;
}

.event-page .representative-block .info-desc .name {
  margin-bottom: 5px;
}

.event-page .representative-block .info-desc .contact-link {
  color: #252C40;
  text-decoration: none;
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
}

@media (hover) {
  .event-page .representative-block .info-desc .contact-link:hover {
    color: #E97D1D;
  }
}

@media screen and (max-width: 1279px) {
  .event-page .img-intro-block {
    height: 300px;
  }
}

@media screen and (max-width: 1023px) {
  .event-page .img-intro-block {
    height: 250px;
  }
  .index .events-list .owl-stage-outer {	/* Ale */
	padding: 0 6rem 0 3rem;
  }
}

@media screen and (max-width: 767px) {
  .event-page .img-intro-block {
    height: 200px;
  }
  .event-page .representative-block .info-desc .position-item {
    margin-right: 40px;
  }
}

@media screen and (max-width: 575px) {
  .event-page .event-section {
    margin-bottom: 60px;
  }
  .event-page .img-intro-block {
    margin-bottom: 20px;
    height: 140px;
  }
  .event-page .img-intro-block .label {
    display: block;
  }
  .event-page .event-content-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .event-page .event-content-wrap .share-block-wrap {
    margin-right: 0;
    width: 100%;
  }
  .event-page .event-content-wrap .event-main-content {
    width: 100%;
  }
  .event-page .share-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .event-page .share-block .share-title-block {
    width: auto;
    height: auto;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-right: 15px;
  }
  .event-page .share-block .share-title-block .share-title {
    -webkit-transform: unset;
            transform: unset;
    padding-right: 35px;
  }
  .event-page .share-block .share-title-block .share-title::after {
    width: 20px;
  }
  .event-page .share-block .share-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 0;
  }
  .event-page .share-block .share-item {
    margin-right: 15px;
    margin-bottom: 0;
    width: 20px;
    height: 20px;
  }
  .event-page .share-block .share-item:last-child {
    margin-right: 0;
  }
  .event-page .event-main-content .label-block {
    display: none;
  }
  .event-page .event-main-content .article-header {
    margin-bottom: 20px;
  }
  .event-page .event-main-content .article-header .top-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .event-page .event-main-content .article-header h2 {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .event-page .event-main-content .article-header .separator {
    margin: 0 15px;
  }
  .event-page .event-main-content .article-text {
    margin-bottom: 15px;
  }
  .event-page .event-main-content .article-text p {
    margin-bottom: 15px;
  }
  .event-page .event-main-content .learn-more-block {
    margin-bottom: 30px;
  }
  .event-page .representative-block {
    margin-top: 30px;
    margin-left: 0;
  }
  .event-page .representative-block .representative-title {
    margin-bottom: 30px;
  }
  .event-page .representative-block .photo {
    margin-right: 30px;
  }
  .event-page .representative-block .representative-info {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .event-page .representative-block .info-desc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .event-page .representative-block .info-desc .item-title {
    margin-bottom: 10px;
  }
  .event-page .representative-block .info-desc .info-item {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .event-page .representative-block .info-desc .contact-link {
    color: #E97D1D;
  }
}

.event-page .related-news {
  background-color: #F6FAFD;
}

.event-page .related-news .container {
  padding-top: 60px;
  padding-bottom: 60px;
}

.event-page .related-news .title-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

.event-page .related-news .owl-dots {
  display: none;
}

@media screen and (min-width: 576px) {
  .event-page .related-news .owl-nav {
    position: absolute;
    top: -75px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .event-page .related-news .owl-nav button {
    position: relative;
    top: unset;
    right: unset;
    left: unset;
  }
  .event-page .related-news .owl-nav button.disabled {
    display: block;
    opacity: 0.4;
  }
  .event-page .related-news .owl-nav button.owl-prev, .event-page .related-news .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
    border: 1px solid #003870;
    border-radius: 50%;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
  }
  .event-page .related-news .owl-nav button.owl-prev {
    margin-right: 22px;
    background-image: url(../img/icons/arrow-left-blue.svg);
  }
  .event-page .related-news .owl-nav button.owl-next {
    background-image: url(../img/icons/arrow-right-blue.svg);
  }
}

@media screen and (max-width: 1023px) {
  .event-page .related-news .article-preview.article-preview_small .article-img {
    display: none;
  }
  .event-page .related-news .article-preview .article-desc {
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .event-page .related-news h2 {
    padding-left: 20px;
  }
  .event-page .related-news .container {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }
  .event-page .related-news .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .event-page .related-news .has-mobile-gradient-corners::before, .event-page .related-news .has-mobile-gradient-corners::after {
    width: 35px;
  }
  .event-page .related-news .owl-nav button.owl-prev, .event-page .related-news .owl-nav button.owl-next {
    top: calc(50% - 30px);
  }
  .event-page .related-news .article-preview.article-preview_small .article-img {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .event-page .related-news .owl-nav button.owl-prev, .event-page .related-news .owl-nav button.owl-next {
    top: calc(50% - 80px);
  }
  .event-page .related-news .article-preview.article-preview_small {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .event-page .related-news .article-preview.article-preview_small .article-img {
    width: 100%;
    max-width: 100%;
  }
  .event-page .related-news .article-preview.article-preview_small .article-desc {
    border: none;
  }
  .event-page .related-news .article-preview.article-preview_small .article-desc h3 {
    padding-left: 0;
  }
  .event-page .related-news .article-preview.article-preview_small .article-desc .article-date {
    padding-left: 0;
  }
}

.blog-page .featured-news {
  margin-bottom: 60px;
  background-color: #003870;
}

.blog-page .featured-news h2 {
  margin-bottom: 40px;
  color: #ffffff;
}

.blog-page .featured-news .container {
  padding-top: 60px;
  padding-bottom: 60px;
}

.blog-page .featured-news .featured-news-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

.blog-page .featured-news .article-preview_big .article-img {
  height: 296px;
}

.blog-page .featured-news .article-desc .article-title {
  color: #ffffff;
}

.blog-page .featured-news .article-desc .article-date {
  color: #ffffff;
}

.blog-page .blog-section {
  margin-bottom: var(--section-gutter);
}

.blog-page .nav-container {
  position: relative;
  z-index: 1;
}

.blog-page .blog-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}

.blog-page .blog-nav .nav-control-button {
  display: none;
}

.blog-page .blog-nav .nav-title {
  margin-right: 20px;
}

.blog-page .blog-nav .filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog-page .blog-nav .filter .filter-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog-page .blog-nav .filter .filter-link {
  display: inline-block;
  margin-right: 20px;
  padding: 5px 13px;
  font-weight: 700;
  text-decoration: none;
  color: #E97D1D;
  border: 1px solid #E97D1D;
  -webkit-transition: color .2s linear, background-color .2s linear;
  transition: color .2s linear, background-color .2s linear;
}

.blog-page .blog-nav .filter .filter-link:last-child {
  margin-right: 0;
}

.blog-page .blog-nav .filter .filter-link.active {
  color: #ffffff;
  background-color: #E97D1D;
}

@media (hover) {
  .blog-page .blog-nav .filter .filter-link:hover {
    color: #ffffff;
    background-color: #E97D1D;
  }
}

.blog-page .blog-nav .archive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog-page .blog-nav .archive .nav-title {
  margin-bottom: 6px;
}

.blog-page .blog-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 60px 20px;
}

.blog-page .blog-list .article-img {
  height: 296px;
}

@media screen and (max-width: 1023px) {
  .blog-page .featured-news .article-preview_big .article-img {
    height: 200px;
  }
  .blog-page .blog-list {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .blog-page .featured-news .featured-news-list {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .blog-page .blog-list .article-img {
    height: 200px;
  }
  .blog-page .blog-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 30px;
  }
  .blog-page .blog-nav .nav-control-button {
    display: block;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    z-index: 20;
    top: calc(50% - 10px);
    width: 20px;
    height: 20px;
    border: none;
    background-position: center;
    background-size: 5px 9px;
    background-repeat: no-repeat;
    background-color: transparent;
    -webkit-transition: visibility .2s linear, opacity .2s linear;
    transition: visibility .2s linear, opacity .2s linear;
  }
  .blog-page .blog-nav .nav-control-button.button-prev {
    left: 0;
    background-image: url(../img/icons/arrow-left-blue.svg);
  }
  .blog-page .blog-nav .nav-control-button.button-next {
    right: 0;
    background-image: url(../img/icons/arrow-right-blue.svg);
  }
  .blog-page .blog-nav .filter-wrap.right-visible .button-next {
    visibility: visible;
    opacity: 1;
  }
  .blog-page .blog-nav .filter-wrap.left-visible .button-prev {
    visibility: visible;
    opacity: 1;
  }
  .blog-page .blog-nav .filter-wrap {
    position: relative;
    margin-top: 20px;
    overflow: hidden;
    width: 100%;
  }
  .blog-page .blog-nav .filter-wrap::before, .blog-page .blog-nav .filter-wrap::after {
    z-index: 10;
    position: absolute;
    display: block;
    content: '';
    top: 0;
    height: 100%;
    width: 32px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s linear, visibility .2s linear;
    transition: opacity .2s linear, visibility .2s linear;
  }
  .blog-page .blog-nav .filter-wrap::before {
    left: 0;
    background: linear-gradient(91.37deg, #FFFFFF 1.35%, rgba(255, 255, 255, 0) 99.03%);
  }
  .blog-page .blog-nav .filter-wrap::after {
    right: 0;
    background: linear-gradient(-91.37deg, #FFFFFF 1.35%, rgba(255, 255, 255, 0) 99.03%);
  }
  .blog-page .blog-nav .filter-wrap.gradient-corners-visible::before, .blog-page .blog-nav .filter-wrap.gradient-corners-visible::after {
    opacity: 1;
    visibility: visible;
  }
  .blog-page .blog-nav .filter {
    position: relative;
    scrollbar-width: none;
    overflow-x: auto;
  }
  .blog-page .blog-nav .filter::-webkit-scrollbar {
    display: none;
  }
  .blog-page .blog-nav .filter .filter-list {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .blog-page .blog-nav .filter .nav-title {
    display: none;
  }
  .blog-page .blog-nav .filter .filter-link {
    white-space: nowrap;
    padding: 6px 20px;
    margin-right: 12px;
  }
}

@media screen and (max-width: 575px) {
  .blog-page .featured-news h2 {
    margin-bottom: 30px;
    padding-left: 20px;
  }
  .blog-page .featured-news .container {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }
  .blog-page .featured-news .featured-news-list {
    display: block;
  }
  .blog-page .featured-news .has-mobile-gradient-corners::before {
    background-image: linear-gradient(91.37deg, #003870 1.35%, rgba(0, 56, 112, 0) 99.03%);
  }
  .blog-page .featured-news .has-mobile-gradient-corners::after {
    background-image: linear-gradient(-91.37deg, #003870 1.35%, rgba(0, 56, 112, 0) 99.03%);
  }
  .blog-page .featured-news .article-preview_big .article-desc h3 {
    padding-left: 0;
  }
  .blog-page .featured-news .article-preview_big .article-desc .article-date {
    padding-left: 0;
  }
  .blog-page .featured-news .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .blog-page .featured-news .owl-dots .owl-dot {
    margin-right: 5px;
    width: 7px;
    height: 7px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    -webkit-transition: background-color .2s linear;
    transition: background-color .2s linear;
  }
  .blog-page .featured-news .owl-dots .owl-dot.active {
    background-color: #ffffff;
  }
  .blog-page .featured-news .owl-nav button.owl-prev, .blog-page .featured-news .owl-nav button.owl-next {
    top: calc(50% - 80px);
  }
  .blog-page .featured-news .owl-nav button.owl-prev {
    background-image: url(../img/icons/arrow-left-white-medium.svg);
  }
  .blog-page .featured-news .owl-nav button.owl-next {
    background-image: url(../img/icons/arrow-right-white-medium.svg);
  }
  .blog-page .blog-nav .archive {
    padding: 0 20px;
  }
  .blog-page .filter .filter-list {
    padding: 0 20px;
  }
  .blog-page .filter .filter-link {
    font-size: 1.4rem;
  }
  .blog-page .nav-container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .blog-page .blog-list {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    grid-gap: 24px;
  }
}

.blog-page .blog-section {
  margin-bottom: var(--section-gutter);
}

.blog-page .label {
  padding: 6px 14px;
  font-size: 1.3rem;
  line-height: 1.7rem;
}

.blog-page .label.orange-label {
  color: #ffffff;
  background-color: #E97D1D;
}

.blog-page .label.hollow-label {
  color: #252C40;
  background-color: #e5e5e5;
}

.blog-page .img-intro-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 60px;
  width: 100%;
  height: 600px;
}

.blog-page .img-intro-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-page .img-intro-block .label {
  position: absolute;
  display: none;
  left: 0;
  bottom: 0;
}

.blog-page .blog-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.blog-page .blog-content-wrap .share-block-wrap {
  margin-right: 6%;
  width: 30px;
}

.blog-page .blog-content-wrap .blog-main-content {
  width: calc(94% - 30px);
}

.blog-page .share-block {
  position: -webkit-sticky;
  position: sticky;
  top: calc(var(--header-gutter) + 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog-page .share-block .share-title-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 120px;
  overflow: visible;
}

.blog-page .share-block .share-title-block .share-title {
  position: relative;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 70px;
  color: #003870;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.blog-page .share-block .share-title-block .share-title::after {
  position: absolute;
  content: "";
  display: block;
  top: calc(50% - 1px);
  right: 0;
  width: 50px;
  height: 2px;
  background-color: #f1f1f1;
}

.blog-page .share-block .share-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.blog-page .share-block .share-list .notification {
  display: block;
  position: absolute;
  left: calc(100% + 5px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #003870;
  color: #ffffff;
  padding: 4px 7px;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.blog-page .share-block .share-list .notification.active {
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 575px) {
  .blog-page .share-block .share-list .notification {
    left: 50%;
    top: calc(100% + 5px);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.blog-page .share-block .share-item {
  position: relative;
  margin-bottom: 20px;
  width: 30px;
  height: 30px;
  border: 0px;
  background-color: transparent;
}

.blog-page .share-block .share-item:last-child {
  margin-bottom: 0;
}

.blog-page .share-block .share-item svg {
  width: 100%;
  height: 100%;
}

.blog-page .share-block .share-item path {
  fill: #003870;
  -webkit-transition: fill .2s linear;
  transition: fill .2s linear;
}

@media (hover) {
  .blog-page .share-block .share-item:hover path {
    fill: #E97D1D;
  }
}

.blog-page .blog-main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.blog-page .blog-main-content .article-header {
  margin-bottom: 25px;
}

.blog-page .blog-main-content .article-header .info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0.5;
}

.blog-page .blog-main-content .article-header .separator {
  margin: 0 5px;
}

.blog-page .blog-main-content .article-text {
  margin-bottom: 25px;
}

.blog-page .blog-main-content .article-text p {
  text-align: justify;
  margin-bottom: 25px;
}

.blog-page .blog-main-content .article-text p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1279px) {
  .blog-page .img-intro-block {
    height: 485px;
  }
}

@media screen and (max-width: 1023px) {
  .blog-page .img-intro-block {
    height: 370px;
  }
}

@media screen and (max-width: 767px) {
  .blog-page .img-intro-block {
    height: 255px;
  }
}

@media screen and (max-width: 575px) {
  .blog-page .blog-section {
    margin-bottom: 60px;
  }
  .blog-page .img-intro-block {
    margin-bottom: 20px;
    height: 140px;
  }
  .blog-page .blog-content-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .blog-page .blog-content-wrap .share-block-wrap {
    margin-right: 0;
    width: 100%;
  }
  .blog-page .blog-content-wrap .blog-main-content {
    width: 100%;
  }
  .blog-page .share-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .blog-page .share-block .share-title-block {
    width: auto;
    height: auto;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-right: 15px;
  }
  .blog-page .share-block .share-title-block .share-title {
    -webkit-transform: unset;
            transform: unset;
    padding-right: 35px;
  }
  .blog-page .share-block .share-title-block .share-title::after {
    width: 20px;
  }
  .blog-page .share-block .share-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 0;
  }
  .blog-page .share-block .share-item {
    margin-right: 15px;
    margin-bottom: 0;
    width: 20px;
    height: 20px;
  }
  .blog-page .share-block .share-item:last-child {
    margin-right: 0;
  }
  .blog-page .blog-main-content .article-header {
    margin-bottom: 15px;
  }
  .blog-page .blog-main-content .article-text {
    margin-bottom: 15px;
  }
  .blog-page .blog-main-content .article-text p {
    margin-bottom: 15px;
  }
}

.blog-single-v2 {
  --section-gutter: 80px;
  --header-gutter: 86px;
}

@media screen and (max-width: 1023px) {
  .blog-single-v2 {
    --header-gutter: 66px;
  }
}

@media screen and (max-width: 767px) {
  .blog-single-v2 {
    --section-gutter: 70px;
  }
}

@media screen and (max-width: 575px) {
  .blog-single-v2 {
    --section-gutter: 60px;
    --header-gutter: 58px;
  }
}

.blog-single-v2 .img-intro-block {
  margin-bottom: 30px;
  height: 350px;
}

.blog-single-v2 .blog-main-content .article-text {
  margin-bottom: 0;
}

@media screen and (max-width: 575px) {
  .blog-single-v2 .blog-main-content .article-text {
    margin-bottom: 15px;
  }
}

.contact-page .fast-links-block {
  margin-bottom: var(--section-gutter);
}

.contact-page .fast-links-block h2 {
  margin-bottom: 40px;
}

.contact-page .fast-links-block .fast-links-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

.contact-page .fast-links-block .fast-links-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 20px 20px 20px 12%;
  height: 180px;
  text-decoration: none;
  background-color: #003870;
  -webkit-transition: background-color .2s linear, padding-left .2s linear;
  transition: background-color .2s linear, padding-left .2s linear;
}

.contact-page .fast-links-block .fast-links-item span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 68px;
  color: #ffffff;
}

.contact-page .fast-links-block .fast-links-item span::before, .contact-page .fast-links-block .fast-links-item span::after {
  width: 56px;
  height: 2px;
  background-color: #ffffff;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

.contact-page .fast-links-block .fast-links-item span svg {
  margin-left: 18px;
  opacity: 0;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

@media (hover) {
  .contact-page .fast-links-block .fast-links-item:hover {
    padding-left: 22%;
    background-color: #E97D1D;
  }
  .contact-page .fast-links-block .fast-links-item:hover span::before, .contact-page .fast-links-block .fast-links-item:hover span::after {
    opacity: 0;
  }
  .contact-page .fast-links-block .fast-links-item:hover span svg {
    opacity: 1;
  }
}

@media screen and (max-width: 575px) {
  .contact-page .fast-links-block h2 {
    margin-bottom: 15px;
  }
  .contact-page .fast-links-block .fast-links-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    grid-gap: 10px 0;
  }
  .contact-page .fast-links-block .fast-links-item {
    padding: 0;
    height: auto;
    background: none;
  }
  .contact-page .fast-links-block .fast-links-item svg {
    display: none;
  }
  .contact-page .fast-links-block .fast-links-item span {
    min-height: 0;
    color: #E97D1D;
    padding-right: 18px;
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
  .contact-page .fast-links-block .fast-links-item span::before {
    display: none;
  }
  .contact-page .fast-links-block .fast-links-item span::after {
    width: 10px;
    height: 10px;
    left: unset;
    top: calc(50% - 4px);
    right: 0;
    border-radius: unset;
    background: transparent url(../img/icons/arrow-right-orange.svg) no-repeat center/10px;
  }
}

@media screen and (max-width: 575px) and (hover) {
  .contact-page .fast-links-block .fast-links-item:hover {
    padding-left: 0;
    background-color: #ffffff;
  }
  .contact-page .fast-links-block .fast-links-item:hover span::after {
    opacity: 1;
  }
}

.contact-page .people h2 {
  margin-bottom: 40px;
}

.contact-page .people .people-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact-page .people .people-list {
  margin-bottom: var(--section-gutter);
  margin-right: 5%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 67%;
          flex: 1 1 67%;
}

.contact-page .people .person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 60px;
}

.contact-page .people .person:last-child {
  margin-bottom: 0;
}

.contact-page .people .person .person-photo {
  grid-area: photo;
  margin-right: 43px;
  width: 164px;
  height: 164px;
  border-radius: 50%;
  overflow: hidden;
}

.contact-page .people .person .person-photo img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
}

.contact-page .people .person .person-info {
  width: 200px;
  grid-area: info;
  margin-right: var(--section-gutter);
}

.contact-page .people .person .person-title {
  margin-bottom: 15px;
}

.contact-page .people .person .person-name {
  margin-bottom: 5px;
  font-weight: 700;
}

.contact-page .people .person .person-position {
  margin-bottom: 15px;
}

.contact-page .people .person .person-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-page .people .person .person-social.person-social-mobile {
  display: none;
}

.contact-page .people .person .person-social .social-link {
  width: 30px;
  height: 30px;
}

@media (hover) {
  .contact-page .people .person .person-social .social-link:hover path {
    fill: #E97D1D;
  }
}

.contact-page .people .person .person-social svg {
  width: 100%;
  height: 100%;
}

.contact-page .people .person .person-social path {
  fill: #003870;
  -webkit-transition: fill .2s linear;
  transition: fill .2s linear;
}

.contact-page .people .person .person-contact {
  grid-area: contact;
}

.contact-page .people .person .person-email {
  display: inline-block;
  margin-bottom: 5px;
  text-decoration: none;
  color: #E97D1D;
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
}

@media (hover) {
  .contact-page .people .person .person-email:hover {
    color: #252C40;
  }
}

.contact-page .people .person .person-phone-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-page .people .person .person-phone-block span {
  margin-right: 5px;
}

.contact-page .people .person .person-phone {
  color: #252C40;
  text-decoration: none;
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
}

@media (hover) {
  .contact-page .people .person .person-phone:hover {
    color: #E97D1D;
  }
}

.contact-page .people .pdf-block {
  margin-bottom: var(--section-gutter);
  -webkit-box-flex: 1;
      -ms-flex: 1 1 24%;
          flex: 1 1 24%;
}

.contact-page .people .pdf-block .pdf {
  position: relative;
  height: 260px;
  background: url(../img/contact/flag.png) no-repeat center/cover;
}

.contact-page .people .pdf-block .pdf::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 56, 112, 0.9);
}

.contact-page .people .pdf-block .pdf-content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
}

.contact-page .people .pdf-block .pdf-content .pdf-title {
  margin-bottom: 25px;
  max-width: 165px;
  color: #ffffff;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .contact-page .people .person .person-photo {
    width: 120px;
    height: 120px;
    margin-right: 20px;
  }
  .contact-page .people .person .person-info {
    width: 160px;
    margin-right: 40px;
  }
}

@media screen and (max-width: 575px) {
  .contact-page .people h2 {
    margin-bottom: 30px;
  }
  .contact-page .people .people-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact-page .people .people-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px 4%;
    margin-right: 0;
    width: 100%;
  }
  .contact-page .people .person {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
    width: 48%;
    text-align: center;
  }
  .contact-page .people .person .person-title {
    margin-bottom: 5px;
  }
  .contact-page .people .person .person-photo {
    margin-right: 0;
    margin-bottom: 15px;
    width: 180px;
    height: 180px;
  }
  .contact-page .people .person .person-info {
    margin-right: 0;
  }
  .contact-page .people .person .person-position {
    margin-bottom: 10px;
  }
  .contact-page .people .person .person-position br {
    display: none;
  }
  .contact-page .people .person .person-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contact-page .people .person .person-contact .person-title {
    display: none;
  }
  .contact-page .people .person .person-phone-block {
    margin-bottom: 10px;
  }
  .contact-page .people .person .person-social.person-social-desktop {
    display: none;
  }
  .contact-page .people .person .person-social.person-social-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contact-page .people .person .person-social .social-link {
    width: 20px;
    height: 20px;
  }
  .contact-page .people .pdf-block {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .contact-page .people .people-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact-page .people .person {
    width: 100%;
  }
}

.contact-page .offices {
  margin-bottom: var(--section-gutter);
}

.contact-page .offices h2 {
  margin-bottom: 25px;
}

.contact-page .offices .offices-block {
  margin-bottom: var(--section-gutter);
}

.contact-page .offices .offices-block:first-child h2 {
  margin-bottom: 40px;
}

.contact-page .offices .offices-block:last-child {
  margin-bottom: 0;
}

.contact-page .offices .offices-group {
  margin-bottom: calc(var(--section-gutter) - 8px);
}

.contact-page .offices .offices-group:last-child {
  margin-bottom: 0;
}

.contact-page .offices .offices-group .group-title {
  margin-bottom: 40px;
}

.contact-page .offices .offices-group .office {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 200px;
  margin-bottom: 60px;
}

.contact-page .offices .offices-group .office:last-child {
  margin-bottom: 0;
}

.contact-page .offices .offices-group .office-info {
  margin-right: 20px;
  width: calc(50% - 10px);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  padding: 30px;
  border: 1px solid #e5e5e5;
}

.contact-page .offices .offices-group .office-country {
  margin-bottom: 25px;
}

.contact-page .offices .offices-group .office-adress {
  margin-bottom: 25px;
  max-width: 350px;
}

.contact-page .offices .offices-group .office-contact-email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 5px;
}

.contact-page .offices .offices-group .office-contact-email a {
  display: inline;
  margin-bottom: 5px;
  color: #E97D1D;
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
  text-decoration: none;
}

@media (hover) {
  .contact-page .offices .offices-group .office-contact-email a:hover {
    color: #252C40;
  }
}

.contact-page .offices .offices-group .office-contact-email a:last-child {
  margin-bottom: 0;
}

.contact-page .offices .offices-group .office-contact-phones {
  margin-bottom: 25px;
}

.contact-page .offices .offices-group .office-contact-phones span {
  margin-right: 5px;
}

.contact-page .offices .offices-group .office-contact-phones a {
  text-decoration: none;
  color: #252C40;
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
}

@media (hover) {
  .contact-page .offices .offices-group .office-contact-phones a:hover {
    color: #E97D1D;
  }
}

.contact-page .offices .offices-group .office-current-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-page .offices .offices-group .office-current-time .time-title {
  margin-right: 5px;
}

.contact-page .offices .offices-group .office-photo {
  position: relative;
  width: calc(50% - 10px);
  height: 100%;
}

.contact-page .offices .offices-group .office-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.contact-page .offices .offices-group .office-photo.hover-block-shown .office-hover {
  opacity: 1;
  visibility: visible;
}

.contact-page .offices .offices-group .office-photo .office-hover {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 56, 112, 0.9);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility .2s linear, opacity .2s linear;
  transition: visibility .2s linear, opacity .2s linear;
}

@media (hover) {
  .contact-page .offices .offices-group .office-photo:hover .office-hover {
    opacity: 1;
    visibility: visible;
  }
}

.contact-page .offices .offices-group .office-photo .country {
  margin-bottom: 10px;
  color: #ffffff;
}

.contact-page .offices .offices-group .office-photo .city {
  margin-bottom: 25px;
  padding-left: 22px;
  color: #ffffff;
  background: url(../img/icons/location.svg) no-repeat left center/14px;
}

@media screen and (max-width: 767px) {
  .contact-page .offices .offices-group .office {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .contact-page .offices .offices-group .office-info {
    padding: 15px 20px;
    margin-right: 0;
    width: 100%;
  }
  .contact-page .offices .offices-group .office-country {
    margin-bottom: 15px;
  }
  .contact-page .offices .offices-group .office-adress {
    margin-bottom: 15px;
  }
  .contact-page .offices .offices-group .office-contact-phones {
    margin-bottom: 15px;
  }
  .contact-page .offices .offices-group .office-photo {
    width: 100%;
    height: 200px;
  }
}

@media screen and (max-width: 575px) {
  .contact-page .offices .offices-block h2 {
    margin-bottom: 15px;
  }
  .contact-page .offices .offices-block:first-child h2 {
    margin-bottom: 25px;
  }
  .contact-page .offices .offices-group .group-title {
    margin-bottom: 20px;
  }
}

.contact-page .feedback .container {
  padding-left: 30px;
  padding-right: 30px;
}

.contact-page .feedback .form-wrap {
  display: none;
}

@media screen and (max-width: 767px) {
  .contact-page .feedback .form-title {
    text-align: center;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 575px) {
  .contact-page .feedback .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.search-page .search-section {
  margin-bottom: var(--section-gutter);
}

.search-page .search-form-block {
  margin-bottom: 40px;
}

.search-page .search-results .result {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.search-page .search-results .result:last-child {
  margin-bottom: 0;
}

.search-page .search-results .result .result-label {
  margin-bottom: 15px;
  padding: 6px 14px;
  color: #ffffff;
  background-color: #E97D1D;
}

.search-page .search-results .result .result-link {
  margin-bottom: 15px;
}

.search-page .pagination {
  margin-top: var(--section-gutter);
}

@media screen and (max-width: 575px) {
  .search-page .form-block .search-input {
    padding-right: 30px;
    padding-bottom: 10px;
    height: 34px;
    font-size: 1.6rem;
  }
  .search-page .form-block .submit-btn {
    top: -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #E97D1D;
  }
  .search-page .form-block .submit-btn svg {
    width: 20px;
    height: 20px;
  }
  .search-page .form-block .submit-btn svg path {
    stroke: #ffffff;
  }
}

@media screen and (max-width: 575px) and (hover) {
  .search-page .form-block .submit-btn:hover path {
    stroke: #252C40;
  }
}

.not-found-page .not-found-section {
  margin-bottom: var(--section-gutter);
}

.not-found-page .not-found-text {
  margin-bottom: 60px;
}

.not-found-page .search-form-block {
  margin-bottom: 40px;
}

.not-found-page .suggestions .suggestions-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 25px;
}

@media screen and (max-width: 575px) {
  .not-found-page .form-block .search-input {
    padding-right: 30px;
    height: 34px;
    padding-bottom: 10px;
  }
  .not-found-page .form-block .submit-btn {
    width: 20px;
    height: 20px;
  }
  .not-found-page .form-block .submit-btn svg {
    width: 20px;
    height: 20px;
  }
}

.sitemap-page .sitemap-section {
  margin-bottom: var(--section-gutter);
}

.sitemap-page .sitemap * {
  -webkit-column-break-inside: avoid;
          break-inside: avoid;
}

.sitemap-page .sitemap ul li {
  list-style: none;
}

.sitemap-page .sitemap ul > li:last-child {
  margin-bottom: 0;
}

.sitemap-page .sitemap ul > li a {
  margin-bottom: 25px;
}

.sitemap-page .sitemap ul ul a {
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: 400;
  text-decoration: none;
  color: #252C40;
}

.sitemap-page .sitemap ul .list-secondary {
  margin-bottom: 25px;
}

.sitemap-page .sitemap ul .list-secondary > li > a {
  font-weight: 600;
}

.sitemap-page .sitemap ul .list-secondary li {
  margin-bottom: 15px;
}

.sitemap-page .sitemap ul .list-secondary li:last-child {
  margin-bottom: 0;
}

.sitemap-page .sitemap ul .list-secondary a {
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
}

@media (hover) {
  .sitemap-page .sitemap ul .list-secondary a:hover {
    color: #E97D1D;
  }
}

.sitemap-page .sitemap ul .list-tertiary {
  padding-left: 10px;
  margin-top: 15px;
}

.sitemap-page .sitemap > ul {
  -webkit-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 60px;
          column-gap: 60px;
}

@media screen and (max-width: 1023px) {
  .sitemap-page .sitemap > ul {
    -webkit-column-count: 2;
            column-count: 2;
  }
}

@media screen and (max-width: 575px) {
  .sitemap-page .sitemap > ul {
    -webkit-column-count: 1;
            column-count: 1;
  }
  .sitemap-page .sitemap > ul > li > a {
    margin-bottom: 15px;
  }
  .sitemap-page .sitemap ul .list-secondary {
    margin-bottom: 15px;
  }
}

.privacy-policy-page .privacy-policy-section {
  margin-bottom: var(--section-gutter);
}

.privacy-policy-page .page-scroll-content .page-scroll-nav {
  z-index: 50;
  width: 20%;
  margin-right: 4%;
}

.privacy-policy-page .page-scroll-content .page-scroll-nav .scroll-nav-list {
  background-color: rgba(255, 255, 255, 0.85);
}

.privacy-policy-page .page-scroll-content .page-scroll-list-block {
  width: 76%;
}

.privacy-policy-page .page-scroll-list-item {
  margin-bottom: 60px;
}

.privacy-policy-page .note {
  margin-bottom: 40px;
  padding: 10px 0 10px 30px;
  border-left: 5px solid #E97D1D;
  text-align: justify;
}

.privacy-policy-page .update {
  margin-bottom: 25px;
  padding-left: 35px;
  opacity: 0.5;
}

.privacy-policy-page .text-block {
  padding-left: 35px;
  text-align: justify;
}

.privacy-policy-page .text-block .item-title {
  margin-bottom: 25px;
}

@media screen and (max-width: 1023px) {
  .privacy-policy-page .page-scroll-content .page-scroll-nav {
    width: 32%;
  }
  .privacy-policy-page .page-scroll-content .page-scroll-list-block {
    width: 64%;
  }
  .privacy-policy-page .note {
    padding-left: 20px;
  }
  .privacy-policy-page .text-block {
    padding-left: 25px;
  }
  .privacy-policy-page .update {
    padding-left: 25px;
  }
}

@media screen and (max-width: 767px) {
  .privacy-policy-page .page-scroll-content .page-scroll-nav {
    width: 42%;
  }
  .privacy-policy-page .page-scroll-content .page-scroll-list-block {
    width: 54%;
  }
}

@media screen and (max-width: 575px) {
  .privacy-policy-page .page-scroll-content .page-scroll-nav {
    margin-right: 0;
    width: 100%;
  }
  .privacy-policy-page .page-scroll-content .page-scroll-list-block {
    margin-top: 20px;
    width: 100%;
  }
  .privacy-policy-page .page-scroll-list-item {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .privacy-policy-page .note {
    margin-bottom: 20px;
    padding-left: 15px;
    font-size: 1.3rem;
    line-height: 1.8rem;
    text-align: left;
  }
  .privacy-policy-page .text-block {
    padding-left: 0;
    text-align: left;
  }
  .privacy-policy-page .text-block .item-title {
    margin-bottom: 15px;
  }
  .privacy-policy-page .update {
    margin-bottom: 15px;
    padding-left: 0;
  }
}

.privacy-policy-page .policy-list .text-block h2 {
  margin-bottom: 25px;
}

.privacy-policy-page .policy-list .text-block p {
  margin-bottom: 15px;
}

.career-page .career-section .intro-block {
  margin-bottom: 60px;
}

.career-page .career-section .intro-block .note {
  margin-bottom: 40px;
  padding: 10px 0 10px 30px;
  text-align: justify;
  border-left: 5px solid #E97D1D;
}

.career-page .career-section .intro-block .note a {
  color: #E97D1D;
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
  text-decoration: none;
}

@media (hover) {
  .career-page .career-section .intro-block .note a:hover {
    color: #252C40;
  }
}

.career-page .career-section .intro-block .intro-desc {
  margin-bottom: 25px;
  text-align: justify;
}

.career-page .career-section .intro-block .career-content img {
  width: 100%;
  height: auto;
}

.career-page .career-section .intro-block .intro-img {
  height: 500px;
}

.career-page .career-section .intro-block .intro-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.career-page .career-section .select-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}

.career-page .career-section .select-block .select-title {
  margin-right: 20px;
}

.career-page .career-section .select-block .select-active-value-block {
  width: 175px;
}

.career-page .career-section .career-list-block {
  margin-bottom: var(--section-gutter);
}

.career-page .career-section .career-group {
  margin-bottom: var(--section-gutter);
}

.career-page .career-section .career-group:last-child {
  margin-bottom: 0;
}

.career-page .career-section .career-group .group-title {
  margin-bottom: 40px;
}

.career-page .career-section .career-group .group-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

.career-page .career-section .career-group .career-item .title-block {
  padding: 30px;
  color: #ffffff;
  background-color: #003870;
  -webkit-transition: background-color .2s linear;
  transition: background-color .2s linear;
  cursor: pointer;
}

@media (hover) {
  .career-page .career-section .career-group .career-item .title-block:hover {
    background-color: #E97D1D;
  }
}

.career-page .career-section .career-group .career-item .title {
  margin-bottom: 10px;
}

.career-page .career-section .career-group .career-item .adress {
  padding-left: 20px;
  background: url(../img/icons/pin.svg) no-repeat left 3px/12px;
}

.career-page .career-section .career-group .career-item .item-desc {
  padding: 30px;
  border: 1px solid #e5e5e5;
}

.career-page .career-section .career-group .career-item .item-desc a {
  color: #E97D1D;
  text-decoration: none;
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
}

@media (hover) {
  .career-page .career-section .career-group .career-item .item-desc a:hover {
    color: #252C40;
  }
}

.career-page .career-section .career-group .career-item .link-block {
  margin-top: 15px;
}

.career-page .career-section .career-group .career-item .content {
  display: none;
}

@media screen and (max-width: 1279px) {
  .career-page .career-section .intro-block .intro-img {
    height: 410px;
  }
}

@media screen and (max-width: 1023px) {
  .career-page .career-section .intro-block .intro-img {
    height: 320px;
  }
}

@media screen and (max-width: 767px) {
  .career-page .career-section .intro-block .intro-img {
    height: 230px;
  }
  .career-page .career-section .career-group .group-list {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
}

@media screen and (max-width: 575px) {
  .career-page .career-section .intro-block {
    margin-bottom: 30px;
  }
  .career-page .career-section .intro-block .note {
    margin-bottom: 30px;
    padding-left: 15px;
    text-align: left;
  }
  .career-page .career-section .intro-block .intro-desc {
    margin-bottom: 30px;
    text-align: left;
  }
  .career-page .career-section .intro-block .intro-img {
    height: 140px;
  }
  .career-page .career-section .select-block {
    margin-bottom: 30px;
  }
  .career-page .career-section .career-group .group-title {
    margin-bottom: 20px;
  }
  .career-page .career-section .career-group .career-item .title-block {
    padding: 20px;
  }
  .career-page .career-section .career-group .career-item .item-desc {
    padding: 20px;
  }
}

.career-page .feedback {
  background-image: url(../img/career-form-bg.png);
}

.career-page .feedback .file-block {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.career-page .feedback .file-block input {
  display: none;
}

.career-page .feedback .file-block label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.career-page .feedback .file-block .label-button {
  margin-right: 27px;
  padding: 6px 26px;
  border: 1px solid #ffffff;
  background-color: #c4c4c4;
  -webkit-transition: background-color .2s linear;
  transition: background-color .2s linear;
}

@media (hover) {
  .career-page .feedback .file-block .label-button:hover {
    background-color: #ffffff;
  }
}

.career-page .feedback .file-block .label-text {
  color: #ffffff;
}

.career-page .feedback .file-block .remove-file {
  width: 20px;
  height: 20px;
  border: none;
  background: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s linear, visibility .2s linear;
  transition: opacity .2s linear, visibility .2s linear;
}

.career-page .feedback .file-block .remove-file svg {
  margin-left: 20px;
  width: 100%;
  height: 100%;
}

.career-page .feedback .file-block.file-added .remove-file {
  opacity: 1;
  visibility: visible;
}

.career-page .wpb_single_image img {
  width: 100%;
  height: auto;
}

.portal-page .portal-section {
  margin-bottom: var(--section-gutter);
}

.portal-page .links-list, .portal-page .wpb_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.portal-page .links-list .link-wrap, .portal-page .wpb_wrapper .link-wrap {
  margin-bottom: 26px;
}

.portal-page .links-list .link-wrap .link, .portal-page .wpb_wrapper .link-wrap .link {
  margin-bottom: 26px;
}

.portal-page .links-list .link-wrap .link:last-child, .portal-page .wpb_wrapper .link-wrap .link:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 575px) {
  .portal-page .links-list .link {
    margin-bottom: 20px;
  }
}

.ta-page .ta-content .page-scroll-nav {
  z-index: 50;
  width: 20%;
  margin-right: 4%;
}

.ta-page .ta-content .page-scroll-nav .scroll-nav-list {
  background-color: #ffffff;
}

.ta-page .ta-content .page-scroll-list-block {
  width: 76%;
}

@media screen and (max-width: 1023px) {
  .ta-page .ta-content .page-scroll-nav {
    width: 32%;
  }
  .ta-page .ta-content .page-scroll-list-block {
    width: 64%;
  }
}

@media screen and (max-width: 767px) {
  .ta-page .ta-content .page-scroll-nav {
    width: 42%;
  }
  .ta-page .ta-content .page-scroll-list-block {
    width: 54%;
  }
}

@media screen and (max-width: 575px) {
  .ta-page .ta-content .page-scroll-nav {
    width: 100%;
  }
  .ta-page .ta-content .page-scroll-list-block {
    width: 100%;
  }
}

.ta-page .page-scroll-list-item {
  margin-bottom: var(--section-gutter);
}

.ta-page .page-scroll-list-item h2 {
  margin-bottom: 40px;
}

@media screen and (max-width: 575px) {
  .ta-page .page-scroll-list-item h2 {
    padding: 0 20px;
  }
}

.ta-page .ta-about .about-header {
  margin-bottom: var(--section-gutter);
}

.ta-page .ta-about .about-header .header-title p {
  padding: 10px 0 10px 25px;
  width: 100%;
  border-left: 5px solid #E97D1D;
}

.ta-page .ta-about .about-header .header-text {
  margin-bottom: 60px;
  padding-left: 35px;
  text-align: justify;
}

.ta-page .ta-about .achievements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 0 2.5%;
  padding-left: 35px;
}

.ta-page .ta-about .achievements .achievement-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.ta-page .ta-about .achievements .achievement-item:not(:last-child) {
  padding-right: 23px;
  border-right: 1px solid #f1f1f1;
}

.ta-page .ta-about .achievements .achievement-item:first-child {
  width: 22%;
}

.ta-page .ta-about .achievements .achievement-item:nth-child(2) {
  width: 29%;
}

.ta-page .ta-about .achievements .achievement-item:nth-child(3) {
  width: 23%;
}

.ta-page .ta-about .achievements .achievement-item:nth-child(4) {
  width: 19%;
}

.ta-page .ta-about .achievements .item-title {
  margin-bottom: 15px;
  font-weight: 700;
  color: #003870;
}

@media screen and (max-width: 1279px) {
  .ta-page .ta-about .achievements {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px 4%;
  }
  .ta-page .ta-about .achievements .achievement-item:nth-child(n) {
    width: 48%;
  }
  .ta-page .ta-about .achievements .achievement-item:nth-child(2) {
    padding-right: 0;
    border: none;
  }
}

@media screen and (max-width: 1023px) {
  .ta-page .ta-about .about-header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .ta-page .ta-about .about-header .header-title {
    margin-bottom: 50px;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .ta-page .ta-about .about-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ta-page .ta-about .about-header .current-time-block {
    display: none;
  }
  .ta-page .ta-about .achievements {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
  }
  .ta-page .ta-about .achievements .achievement-item:nth-child(n) {
    border: none;
    padding-right: 0;
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .ta-page .ta-about {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  .ta-page .ta-about .about-header .header-title {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
  .ta-page .ta-about .about-header .header-title p {
    padding-left: 15px;
  }
  .ta-page .ta-about .about-header .header-text {
    padding: 0 20px;
  }
  .ta-page .ta-about .achievements {
    display: block;
  }
  .ta-page .ta-about .achievements .item-title {
    margin-bottom: 5px;
    font-weight: 500;
  }
}

.ta-page .ta-info {
  position: relative;
}

.ta-page .ta-info .item-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  height: 100%;
  background-color: #003870;
}

.ta-page .ta-info .info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 656px;
}

.ta-page .ta-info .info-desc {
  padding: 30px 0;
  max-width: 340px;
}

.ta-page .ta-info .info-desc h2 {
  margin-bottom: 25px;
  color: #E97D1D;
}

.ta-page .ta-info .info-desc p {
  margin-bottom: 25px;
  color: #ffffff;
}

.ta-page .ta-info .info-desc .tip {
  padding-left: 28px;
  color: #ffffff;
  background: url(../img/icons/click-icon.svg) no-repeat left center/18px;
}

.ta-page .ta-info .info-man {
  position: absolute;
  width: 63%;
  height: calc(100% - 190px);
  top: 50%;
  left: 36%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.ta-page .ta-info .info-man img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.ta-page .ta-info .info-list-block {
  position: relative;
  height: 100%;
  width: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.ta-page .ta-info .info-list-block::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(../img/ta/ta-circle.svg) no-repeat left center/auto 100%;
}

.ta-page .ta-info .info-list-block .info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 100%;
}

.ta-page .ta-info .info-list-block .mobile-ta-circle {
  display: none;
}

.ta-page .ta-info .info-list-block .info-item {
  position: absolute;
  right: 0;
  padding-right: 2.8em;
  color: #ffffff;
  text-align: right;
  cursor: pointer;
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
  margin-right: -20px;
}

.ta-page .ta-info .info-list-block .info-item svg {
  display: none;
}

.ta-page .ta-info .info-list-block .info-item::after {
  position: absolute;
  display: block;
  content: "";
  width: 2.2em;
  height: 2.2em;
  right: 0;
  top: calc(50% - 1.1em);
  background: radial-gradient(50% 50% at 50% 50%, #E97D1D 0%, rgba(233, 125, 29, 0) 100%);
}

@media (hover) {
  .ta-page .ta-info .info-list-block .info-item:hover {
    color: #E97D1D;
  }
}

.ta-page .ta-info .wrap-item-wrap {
  position: relative;
  display: none;
  padding: 60px 0;
  height: 100%;
}

.ta-page .ta-info .wrap-item-wrap .item-left {
  width: 54%;
  margin-right: 13%;
}

.ta-page .ta-info .wrap-item-wrap .item-right .item-main-title {
  padding: 7px 0;
  color: #ffffff;
}

.ta-page .ta-info .wrap-item-wrap .item-right .item-main-title::before, .ta-page .ta-info .wrap-item-wrap .item-right .item-main-title::after {
  width: 56px;
  height: 3px;
  background-color: #ffffff;
}

.ta-page .ta-info .wrap-item-wrap .item-right .item-right-img {
  z-index: -1;
  position: absolute;
  top: 0px;
  overflow: hidden;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  opacity: 0;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

.ta-page .ta-info .wrap-item-wrap .item-right .item-right-img.visible {
  opacity: 1;
}

.ta-page .ta-info .wrap-item-wrap .item-right img {
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  max-width: 100%;
  height: 100%;
}

.ta-page .ta-info .wrap-item-wrap .wrap-item .item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.ta-page .ta-info .wrap-item-wrap .item-header {
  margin-bottom: 25px;
}

.ta-page .ta-info .wrap-item-wrap .item-header .go-back {
  color: #ffffff;
  background: none;
  border: none;
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
}

.ta-page .ta-info .wrap-item-wrap .item-header .go-back svg {
  width: 0.8em;
  height: 0.8em;
  margin-right: 0.5em;
}

.ta-page .ta-info .wrap-item-wrap .item-header .go-back path {
  -webkit-transition: stroke .2s linear;
  transition: stroke .2s linear;
}

@media (hover) {
  .ta-page .ta-info .wrap-item-wrap .item-header .go-back:hover {
    color: #E97D1D;
  }
  .ta-page .ta-info .wrap-item-wrap .item-header .go-back:hover path {
    stroke: #E97D1D;
  }
}

.ta-page .ta-info .wrap-item-wrap h2 {
  margin-bottom: 25px;
  color: #ffffff;
}

.ta-page .ta-info .wrap-item-wrap p {
  margin-bottom: 25px;
  text-align: justify;
  color: #ffffff;
}

.ta-page .ta-info .wrap-item-wrap .note {
  padding: 10px 0 10px 30px;
  border-left: 5px solid #E97D1D;
}

.ta-page .ta-info .wrap-item-wrap .note .note-title {
  margin-bottom: 25px;
  max-width: 280px;
  color: #ffffff;
}

.ta-page .ta-info .wrap-item-wrap .note .note-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.ta-page .ta-info .wrap-item-wrap .note .note-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 40px;
}

.ta-page .ta-info .wrap-item-wrap .note .note-item:last-child {
  margin-right: 0;
}

.ta-page .ta-info .wrap-item-wrap .note .item-title {
  margin-bottom: 5px;
  color: #E97D1D;
  font-size: 2.2rem;
  line-height: 3rem;
  font-weight: 600;
}

.ta-page .ta-info .wrap-item-wrap .note .item-text {
  color: #ffffff;
  max-width: 60px;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .ta-page .ta-info .info-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: auto;
  }
  .ta-page .ta-info .info-man {
    display: none;
  }
  .ta-page .ta-info .info-desc {
    padding-left: 35px;
    max-width: 100%;
  }
  .ta-page .ta-info .info-list-block {
    padding-left: 35px;
    padding-bottom: 30px;
    width: 100%;
    height: auto;
  }
  .ta-page .ta-info .info-list-block .info-list {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .ta-page .ta-info .info-list-block::after {
    display: none;
  }
  .ta-page .ta-info .info-list-block .info-item {
    position: relative;
    padding-right: 0;
    text-align: left;
    margin-bottom: 20px;
  }
  .ta-page .ta-info .info-list-block .info-item:last-child {
    margin-bottom: 0;
  }
  .ta-page .ta-info .info-list-block .info-item svg {
    display: inline-block;
    margin-left: 0.3em;
    width: 0.7em;
    height: 0.7em;
    min-width: 0.7em;
    min-height: 0.7em;
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear;
  }
  .ta-page .ta-info .info-list-block .info-item svg path {
    -webkit-transition: stroke .2s linear;
    transition: stroke .2s linear;
  }
}

@media screen and (max-width: 1023px) and (hover) {
  .ta-page .ta-info .info-list-block .info-item:hover svg {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  .ta-page .ta-info .info-list-block .info-item:hover path {
    stroke: #E97D1D;
  }
}

@media screen and (max-width: 1023px) {
  .ta-page .ta-info .info-list-block .info-item br {
    display: none;
  }
  .ta-page .ta-info .info-list-block .info-item::after {
    display: none;
  }
  .ta-page .ta-info .wrap-item-wrap .wrap-item .item-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .ta-page .ta-info .wrap-item-wrap .item-left {
    margin-right: 0;
    width: 100%;
  }
  .ta-page .ta-info .wrap-item-wrap .item-right {
    width: 100%;
    margin-bottom: 30px;
  }
  .ta-page .ta-info .wrap-item-wrap .item-right .item-right-img {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .ta-page .ta-info .info-desc {
    padding-left: 0;
  }
  .ta-page .ta-info .info-list-block {
    padding-left: 0;
  }
}

@media screen and (max-width: 575px) {
  .ta-page .ta-info .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px;
  }
  .ta-page .ta-info .owl-nav .owl-prev,
  .ta-page .ta-info .owl-nav .owl-next {
    position: relative;
    top: unset;
    width: 40px;
    height: 40px;
    border: 2px solid #ffffff;
    border-radius: 50%;
  }
  .ta-page .ta-info .owl-nav .owl-prev {
    margin-right: 20px;
    background: url(../img/icons/arrow-left-white.svg) no-repeat 8px center/18px;
  }
  .ta-page .ta-info .owl-nav .owl-next {
    background: url(../img/icons/arrow-right-white.svg) no-repeat 10px center/18px;
  }
  .ta-page .ta-info .info-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ta-page .ta-info .info-desc h2 {
    text-align: center;
    margin-bottom: 15px;
  }
  .ta-page .ta-info .info-desc p {
    margin-bottom: 15px;
    padding: 0 20px;
    text-align: center;
  }
  .ta-page .ta-info .info-desc .tip {
    padding: 0 20px;
    text-align: center;
  }
  .ta-page .ta-info .info-list-block {
    position: relative;
    padding-bottom: 0;
    overflow: hidden;
  }
  .ta-page .ta-info .info-list-block .info-item {
    margin-bottom: 0;
    text-align: center;
  }
  .ta-page .ta-info .info-list-block .mobile-ta-circle {
    display: block;
    margin-bottom: 60px;
    width: calc(100% + 8px);
    margin-left: -4px;
  }
  .ta-page .ta-info .info-list-block .mobile-ta-circle img {
    width: 100%;
  }
  .ta-page .ta-info .info-list-block .info-list {
    position: absolute;
    display: block;
    bottom: 40%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    height: auto;
    width: 230px;
    left: calc(50% - 115px);
  }
  .ta-page .ta-info .info-list-block .info-list .info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ta-page .ta-info .wrap-item-wrap {
    padding: 30px 20px;
  }
  .ta-page .ta-info .wrap-item-wrap .item-header {
    margin-bottom: 30px;
  }
  .ta-page .ta-info .wrap-item-wrap h2 {
    margin-bottom: 20px;
    padding: 0;
  }
  .ta-page .ta-info .wrap-item-wrap p {
    margin-bottom: 30px;
  }
  .ta-page .ta-info .wrap-item-wrap .item-right {
    margin-bottom: 20px;
  }
  .ta-page .ta-info .wrap-item-wrap .item-right .item-main-title {
    font-size: 1.7rem;
    line-height: 2.5rem;
  }
  .ta-page .ta-info .wrap-item-wrap .item-right .item-main-title::before, .ta-page .ta-info .wrap-item-wrap .item-right .item-main-title::after {
    width: 46px;
    height: 2px;
  }
  .ta-page .ta-info .wrap-item-wrap .note {
    padding-left: 15px;
  }
  .ta-page .ta-info .wrap-item-wrap .note .note-title {
    margin-bottom: 20px;
  }
  .ta-page .ta-info .wrap-item-wrap .note .note-item {
    margin-right: 15px;
  }
}

.ta-page .ta-experts .experts-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (min-content)[2];
      grid-template-columns: repeat(2, -webkit-min-content);
      grid-template-columns: repeat(2, min-content);
  grid-gap: 60px 13%;
}

.ta-page .ta-experts .member .member-photo {
  margin: 0 auto 25px;
  width: 285px;
  height: 285px;
  overflow: hidden;
  border-radius: 50%;
  cursor: pointer;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
          mask-image: -webkit-radial-gradient(white, black);
}

.ta-page .ta-experts .member .member-photo img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
}

@media (hover) {
  .ta-page .ta-experts .member .member-photo:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.ta-page .ta-experts .member .member-name {
  margin: 0 auto 10px;
  max-width: 200px;
  text-align: center;
}

.ta-page .ta-experts .member .member-position {
  margin: 0 auto 15px;
  max-width: 200px;
  text-align: center;
}

.ta-page .ta-experts .member .member-social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ta-page .ta-experts .member .member-social-list a {
  margin-right: 15px;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
}

.ta-page .ta-experts .member .member-social-list a svg {
  width: 100%;
  height: 100%;
}

.ta-page .ta-experts .member .member-social-list a path {
  -webkit-transition: fill .2s linear;
  transition: fill .2s linear;
}

.ta-page .ta-experts .member .member-social-list a:last-child {
  margin-right: 0;
}

@media (hover) {
  .ta-page .ta-experts .member .member-social-list a:hover path {
    fill: #E97D1D;
  }
}

.ta-page .ta-experts .member .member-content {
  display: none;
}

@media screen and (max-width: 1279px) {
  .ta-page .ta-experts .member .member-photo {
    width: 240px;
    height: 240px;
  }
}

@media screen and (max-width: 1023px) {
  .ta-page .ta-experts .experts-list {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .ta-page .ta-experts .member .member-photo {
    width: 210px;
    height: 210px;
  }
}

@media screen and (max-width: 575px) {
  .ta-page .ta-experts .experts-list {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .ta-page .ta-experts .member .member-photo {
    margin-bottom: 15px;
    width: 180px;
    height: 180px;
  }
  .ta-page .ta-experts .member .member-name {
    margin-bottom: 5px;
  }
  .ta-page .ta-experts .member .member-position {
    margin-bottom: 10px;
  }
  .ta-page .ta-experts .member .member-social-list a {
    width: 20px;
    height: 20px;
    background-size: 20px;
  }
}

@media screen and (max-width: 479px) {
  .ta-page .ta-experts .experts-list {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.ta-page .ta-studies .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px 50px 30px 30px;
  background-color: #F6FAFD;
}

.ta-page .ta-studies .item .item-left {
  width: calc(100% - 255px);
}

.ta-page .ta-studies .item .item-left .text {
  position: relative;
  margin-bottom: 40px;
}

.ta-page .ta-studies .item .item-left .text::after {
  position: absolute;
  display: block;
  content: "";
  top: -2em;
  left: -2em;
  width: 4.96em;
  height: 3.6em;
  background: url(../img/icons/quotes.svg) no-repeat center/100%;
}

.ta-page .ta-studies .item .item-left .author-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.ta-page .ta-studies .item .item-left .author-block .author-left {
  margin-right: 60px;
  max-width: 310px;
}

.ta-page .ta-studies .item .item-left .author-block .name {
  margin-bottom: 10px;
}

.ta-page .ta-studies .item .item-left .author-block .sign {
  width: 80px;
  height: 80px;
}

.ta-page .ta-studies .item .item-left .author-block .sign img {
  width: 100%;
  height: 100%;
}

.ta-page .ta-studies .item .item-right {
  width: 175px;
}

.ta-page .ta-studies .item .item-right .right-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ta-page .ta-studies .item .item-right .right-content.hovered img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.ta-page .ta-studies .item .item-right .right-content.hovered .pdf-link {
  color: #252C40;
}

.ta-page .ta-studies .item .item-right .right-content.hovered path {
  stroke: #252C40;
}

.ta-page .ta-studies .item .item-right .pdf-original {
  margin-bottom: 25px;
  width: 100%;
  height: 224px;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
          mask-image: -webkit-radial-gradient(white, black);
}

.ta-page .ta-studies .item .item-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
}

.ta-page .ta-studies .item .item-right .pdf-link {
  font-size: 1.6rem;
  line-height: 2.6rem;
}

.ta-page .ta-studies .owl-dots {
  display: none;
}

@media screen and (min-width: 576px) {
  .ta-page .ta-studies .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px;
  }
  .ta-page .ta-studies .owl-nav button.disabled {
    display: block;
    opacity: 0.4;
  }
  .ta-page .ta-studies .owl-nav button.owl-prev, .ta-page .ta-studies .owl-nav button.owl-next {
    position: relative;
    top: unset;
    right: unset;
    left: unset;
    width: 40px;
    height: 40px;
    border: 1px solid #003870;
    border-radius: 50%;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
  }
  .ta-page .ta-studies .owl-nav button.owl-prev {
    margin-right: 22px;
    background-image: url(../img/icons/arrow-left-blue.svg);
  }
  .ta-page .ta-studies .owl-nav button.owl-next {
    background-image: url(../img/icons/arrow-right-blue.svg);
  }
}

@media screen and (min-width: 576px) and (hover) {
  .ta-page .ta-studies .owl-nav button:hover {
    opacity: 0.4;
  }
}

@media screen and (max-width: 1023px) {
  .ta-page .ta-studies .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .ta-page .ta-studies .item .item-left {
    width: 100%;
  }
  .ta-page .ta-studies .item .item-right {
    margin-top: 30px;
    width: auto;
  }
  .ta-page .ta-studies .item .item-right .pdf-original {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .ta-page .ta-studies .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 30px;
  }
  .ta-page .ta-studies .item .item-left {
    display: none;
  }
  .ta-page .ta-studies .item .item-right {
    margin-top: 0;
    width: 100%;
  }
  .ta-page .ta-studies .item .item-right .pdf-original {
    height: auto;
    max-height: 500px;
    display: block;
  }
}

@media screen and (max-width: 575px) {
  .ta-page .ta-studies .owl-nav button.owl-prev, .ta-page .ta-studies .owl-nav button.owl-next {
    top: calc(50% - 15px);
  }
  .ta-page .ta-studies .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: -30px;
    width: 100%;
  }
  .ta-page .ta-studies .item .item-left {
    display: block;
  }
  .ta-page .ta-studies .item .item-right .right-content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .ta-page .ta-studies .item .item-right .pdf-original {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .ta-page .ta-studies .item {
    padding: 20px;
  }
  .ta-page .ta-studies .item .item-left {
    display: none;
  }
  .ta-page .ta-studies .item .item-right {
    margin-top: 0;
    width: 100%;
  }
  .ta-page .ta-studies .item .item-right .pdf-original {
    height: auto;
    max-height: 500px;
    display: block;
  }
  .ta-page .ta-studies .item .item-right .right-content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.ta-page .ta-blog {
  position: relative;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.ta-page .ta-blog .item-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  height: 100%;
  background-color: #F6FAFD;
}

@media screen and (max-width: 767px) {
  .ta-page .ta-blog .article-preview_small {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ta-page .ta-blog .article-preview_small .article-img {
    margin-right: 0;
    max-width: 100%;
  }
  .ta-page .ta-blog .article-preview_small .article-desc {
    border: none;
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .ta-page .ta-blog .articles {
    padding: 0 20px;
  }
}

.ta-page .ta-feedback {
  position: relative;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.ta-page .ta-feedback .feedback {
  background: none;
}

.ta-page .ta-feedback .feedback::after {
  display: none;
}

.ta-page .ta-feedback .feedback-bg {
  position: absolute;
  top: 0;
  height: 100%;
}

.ta-page .ta-feedback .feedback-bg::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 56, 112, 0.9);
}

.ta-page .ta-feedback .feedback-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.ta-page .ta-feedback .form-text {
  margin-bottom: 30px;
  color: #ffffff;
}

@media screen and (max-width: 575px) {
  .ta-page .ta-feedback {
    padding: 30px 20px;
  }
}

.experience-page .experience-block {
  margin-bottom: 60px;
}

.experience-page .experience-block:last-child {
  margin-bottom: 0;
}

.experience-page .experience-block .note {
  margin-bottom: 60px;
  padding: 10px 150px 10px 35px;
  border-left: 5px solid #E97D1D;
}

.experience-page .experience-block .note p {
  text-align: justify;
}

@media screen and (max-width: 1023px) {
  .experience-page .experience-block .note {
    padding-right: 0;
  }
}

@media screen and (max-width: 575px) {
  .experience-page .experience-block .note {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 40px;
    padding-left: 15px;
  }
}

@media screen and (max-width: 575px) {
  .experience-page .experience-block .intro-container {
    padding-left: 0;
    padding-right: 0;
  }
  .experience-page .experience-block .intro-container .text {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.experience-page .experience-block .text {
  padding-left: 35px;
  padding-right: 150px;
}

.experience-page .experience-block .text p {
  margin-bottom: 25px;
  text-align: justify;
}

.experience-page .experience-block .text p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1023px) {
  .experience-page .experience-block .text {
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .experience-page .experience-block .text {
    padding-left: 0;
  }
}

@media screen and (max-width: 575px) {
  .experience-page .experience-block .text p {
    margin-bottom: 15px;
  }
}

.experience-page .experience-block .achievements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 0 2.5%;
  padding-right: 150px;
  padding-left: 35px;
  margin-bottom: 60px;
}

.experience-page .experience-block .achievements .achievement-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.experience-page .experience-block .achievements .achievement-item:not(:last-child) {
  padding-right: 23px;
  border-right: 1px solid #f1f1f1;
}

.experience-page .experience-block .achievements .achievement-item:first-child {
  width: 22%;
}

.experience-page .experience-block .achievements .achievement-item:nth-child(2) {
  width: 29%;
}

.experience-page .experience-block .achievements .achievement-item:nth-child(3) {
  width: 23%;
}

.experience-page .experience-block .achievements .achievement-item:nth-child(4) {
  width: 19%;
}

.experience-page .experience-block .achievements .item-title {
  margin-bottom: 15px;
  font-weight: 700;
  color: #003870;
}

@media screen and (max-width: 1279px) {
  .experience-page .experience-block .achievements {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px 4%;
  }
  .experience-page .experience-block .achievements .achievement-item:nth-child(n) {
    width: 48%;
  }
  .experience-page .experience-block .achievements .achievement-item:nth-child(2) {
    padding-right: 0;
    border: none;
  }
}

@media screen and (max-width: 1023px) {
  .experience-page .experience-block .achievements {
    padding-right: 0;
  }
  .experience-page .experience-block .achievements .about-header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .experience-page .experience-block .achievements .about-header .header-title {
    margin-bottom: 50px;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .experience-page .experience-block .achievements {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
  }
  .experience-page .experience-block .achievements .about-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .experience-page .experience-block .achievements .about-header .current-time-block {
    display: none;
  }
  .experience-page .experience-block .achievements .achievement-item:nth-child(n) {
    border: none;
    padding-right: 0;
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .experience-page .experience-block .achievements {
    display: block;
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }
  .experience-page .experience-block .achievements .about-header .header-title {
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
  .experience-page .experience-block .achievements .about-header .header-title p {
    padding-left: 15px;
  }
  .experience-page .experience-block .achievements .about-header .header-flag {
    display: none;
  }
  .experience-page .experience-block .achievements .item-title {
    margin-bottom: 5px;
    font-weight: 500;
  }
}

.experience-page .experience-block .show-all {
  display: none;
}

.experience-page .experience-block.areas-block {
  background-color: #F6FAFD;
  padding-bottom: 60px;
}

.experience-page .experience-block .areas-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 35px;
}

.experience-page .experience-block .areas-wrap .left-block {
  padding: 60px 0;
}

.experience-page .experience-block .areas-wrap .left-block h2 {
  margin-bottom: 40px;
  color: #E97D1D;
}

.experience-page .experience-block .areas-wrap .areas-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 60px;
  padding-right: 20px;
}

.experience-page .experience-block .area-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.experience-page .experience-block .area-column .area {
  margin-bottom: 15px;
  width: 100%;
}

.experience-page .experience-block .area-column .area:last-child {
  margin-bottom: 0;
}

@media (hover) {
  .experience-page .experience-block .area-column .area:hover a {
    color: #E97D1D;
  }
  .experience-page .experience-block .area-column .area:hover a path {
    stroke: #E97D1D;
  }
}

.experience-page .experience-block .area-column .area-hashtags-wrap {
  display: none;
}

.experience-page .experience-block .area-column .area-hashtags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 5px;
  max-width: 200px;
  width: 100%;
}

.experience-page .experience-block .area-column .area-hashtags .hashtag {
  margin-right: 5px;
  font-size: 1.3rem;
  line-height: 1.7rem;
  opacity: 0.5;
}

.experience-page .experience-block a {
  position: relative;
  color: #252C40;
  text-decoration: none;
}

.experience-page .experience-block a svg {
  margin-left: 0.6em;
}

.experience-page .experience-block .block-img {
  padding-top: 40px;
  width: 250px;
}

.experience-page .experience-block .block-img.mobile-img {
  display: none;
}

.experience-page .experience-block .block-img img {
  width: 100%;
}

@media screen and (max-width: 1279px) {
  .experience-page .experience-block .areas-wrap .block-img {
    width: 190px;
  }
}

@media screen and (max-width: 1023px) {
  .experience-page .experience-block .areas-wrap .areas-list {
    display: block;
  }
  .experience-page .experience-block .show-all {
    display: inline-block;
  }
  .experience-page .experience-block .area-column {
    width: 100%;
    margin-bottom: 15px;
  }
  .experience-page .experience-block .area-column:last-child {
    display: none;
  }
  .experience-page .experience-block .area-column.to-show {
    display: none;
  }
  .experience-page .experience-block .left-block {
    width: 100%;
  }
  .experience-page .experience-block .right-block .block-img {
    width: 250px;
  }
}

@media screen and (max-width: 767px) {
  .experience-page .experience-block .areas-wrap {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 575px) {
  .experience-page .experience-block.areas-block {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .experience-page .experience-block .areas-container {
    padding-right: 0;
  }
  .experience-page .experience-block .areas-wrap {
    position: relative;
    overflow: hidden;
  }
  .experience-page .experience-block .areas-wrap .left-block {
    padding: 0;
  }
  .experience-page .experience-block .areas-wrap .left-block h2 {
    margin-bottom: 20px;
  }
  .experience-page .experience-block h2 {
    margin-bottom: 15px;
  }
  .experience-page .experience-block .right-block {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    max-height: 380px;
  }
  .experience-page .experience-block .right-block .block-img {
    padding-top: 0;
  }
  .experience-page .experience-block .right-block .desktop-img {
    display: none;
  }
  .experience-page .experience-block .right-block .mobile-img {
    width: 100px;
    height: 100%;
    display: block;
  }
  .experience-page .experience-block .right-block .mobile-img img {
    height: 100%;
  }
  .experience-page .experience-block .areas-desc {
    display: block;
    margin-bottom: 15px;
  }
}

.experience-page .experience-block.experience-info-block {
  background-color: #F6FAFD;
}

.experience-page .experience-block .info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 35px;
}

.experience-page .experience-block .info-block .info {
  margin-right: 4.5%;
  padding: 60px 0;
  width: 49.5%;
}

.experience-page .experience-block .info-block .info h2 {
  margin-bottom: 25px;
}

.experience-page .experience-block .info-block .info p {
  margin-bottom: 25px;
}

.experience-page .experience-block .info-block .info p:last-child {
  margin-bottom: 0;
}

.experience-page .experience-block .info-block .info-img {
  margin-top: 60px;
  width: 46%;
}

.experience-page .experience-block .info-block .info-img img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .experience-page .experience-block .info-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 0;
  }
  .experience-page .experience-block .info-block .info {
    margin-right: 0;
    width: 100%;
  }
  .experience-page .experience-block .info-block .info-img {
    width: 100%;
    margin-top: 0px;
  }
}

@media screen and (max-width: 575px) {
  .experience-page .experience-block .info-block {
    padding-top: 30px;
  }
  .experience-page .experience-block .info-block .info {
    padding: 0;
  }
  .experience-page .experience-block .info-block .info h2 {
    margin-bottom: 20px;
  }
}

.wpcf7 form .wpcf7-response-output {
  padding: 20px;
}

.request-page .request-section {
  margin-bottom: var(--section-gutter);
}

.request-page .request-content .page-scroll-nav {
  z-index: 50;
  margin-right: 4%;
  width: 20%;
}

.request-page .request-content .request-list-block {
  width: 76%;
}

.request-page .request-content .request-list-block .mobile-list-block {
  display: none;
}

.request-page .page-scroll-list-item {
  margin-bottom: var(--section-gutter);
}

.request-page .page-scroll-list-item:last-child {
  margin-bottom: 0;
}

.request-page .page-scroll-list-item h2 {
  margin-bottom: 40px;
}

.request-page .page-scroll-list-item .form-block-outer {
  margin-bottom: 25px;
}

.request-page .page-scroll-list-item .form-block-outer:last-child {
  margin-bottom: 0;
}

.request-page .page-scroll-list-item .form-block .custom-checkbox {
  cursor: pointer;
}

.request-page .page-scroll-list-item .form-block .input-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}

.request-page .page-scroll-list-item .form-block .input-block p {
  width: 100%;
}

.request-page .page-scroll-list-item .form-block .input-block-title {
  margin-bottom: 7px;
}

.request-page .page-scroll-list-item .form-block .form-block-title {
  display: inline-block;
  margin-bottom: 25px;
}

.request-page .page-scroll-list-item .form-block input[type="text"], .request-page .page-scroll-list-item .form-block input[type="email"],
.request-page .page-scroll-list-item .form-block input[type="number"], .request-page .page-scroll-list-item .form-block input[type="tel"],
.request-page .page-scroll-list-item .form-block input[type="date"], .request-page .page-scroll-list-item .form-block input[type="search"] {
  width: 100%;
  height: 46px;
  font-size: 1.6rem;
  line-height: 2.6rem;
  border: 1px solid #f1f1f1;
  border-radius: 10px;
}

.request-page .page-scroll-list-item .form-block input[type="text"]:not([type="checkbox"]), .request-page .page-scroll-list-item .form-block input[type="text"]:not([type="radio"]), .request-page .page-scroll-list-item .form-block input[type="email"]:not([type="checkbox"]), .request-page .page-scroll-list-item .form-block input[type="email"]:not([type="radio"]),
.request-page .page-scroll-list-item .form-block input[type="number"]:not([type="checkbox"]),
.request-page .page-scroll-list-item .form-block input[type="number"]:not([type="radio"]), .request-page .page-scroll-list-item .form-block input[type="tel"]:not([type="checkbox"]), .request-page .page-scroll-list-item .form-block input[type="tel"]:not([type="radio"]),
.request-page .page-scroll-list-item .form-block input[type="date"]:not([type="checkbox"]),
.request-page .page-scroll-list-item .form-block input[type="date"]:not([type="radio"]), .request-page .page-scroll-list-item .form-block input[type="search"]:not([type="checkbox"]), .request-page .page-scroll-list-item .form-block input[type="search"]:not([type="radio"]) {
  padding: 0 15px;
}

.request-page .page-scroll-list-item .form-block input[type="text"]::-webkit-input-placeholder, .request-page .page-scroll-list-item .form-block input[type="email"]::-webkit-input-placeholder,
.request-page .page-scroll-list-item .form-block input[type="number"]::-webkit-input-placeholder, .request-page .page-scroll-list-item .form-block input[type="tel"]::-webkit-input-placeholder,
.request-page .page-scroll-list-item .form-block input[type="date"]::-webkit-input-placeholder, .request-page .page-scroll-list-item .form-block input[type="search"]::-webkit-input-placeholder {
  color: rgba(37, 44, 64, 0.4);
}

.request-page .page-scroll-list-item .form-block input[type="text"]:-ms-input-placeholder, .request-page .page-scroll-list-item .form-block input[type="email"]:-ms-input-placeholder,
.request-page .page-scroll-list-item .form-block input[type="number"]:-ms-input-placeholder, .request-page .page-scroll-list-item .form-block input[type="tel"]:-ms-input-placeholder,
.request-page .page-scroll-list-item .form-block input[type="date"]:-ms-input-placeholder, .request-page .page-scroll-list-item .form-block input[type="search"]:-ms-input-placeholder {
  color: rgba(37, 44, 64, 0.4);
}

.request-page .page-scroll-list-item .form-block input[type="text"]::-ms-input-placeholder, .request-page .page-scroll-list-item .form-block input[type="email"]::-ms-input-placeholder,
.request-page .page-scroll-list-item .form-block input[type="number"]::-ms-input-placeholder, .request-page .page-scroll-list-item .form-block input[type="tel"]::-ms-input-placeholder,
.request-page .page-scroll-list-item .form-block input[type="date"]::-ms-input-placeholder, .request-page .page-scroll-list-item .form-block input[type="search"]::-ms-input-placeholder {
  color: rgba(37, 44, 64, 0.4);
}

.request-page .page-scroll-list-item .form-block input[type="text"]::placeholder, .request-page .page-scroll-list-item .form-block input[type="email"]::placeholder,
.request-page .page-scroll-list-item .form-block input[type="number"]::placeholder, .request-page .page-scroll-list-item .form-block input[type="tel"]::placeholder,
.request-page .page-scroll-list-item .form-block input[type="date"]::placeholder, .request-page .page-scroll-list-item .form-block input[type="search"]::placeholder {
  color: rgba(37, 44, 64, 0.4);
}

.request-page .page-scroll-list-item .form-block input[type="file"] {
  display: none;
}

.request-page .page-scroll-list-item .form-block .wpcf7-form-control-wrap.file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  height: 46px;
  font-size: 1.6rem;
  line-height: 2.6rem;
  border: 1px solid #f1f1f1;
  border-radius: 10px;
  padding-left: 15px;
}

.request-page .page-scroll-list-item .form-block .wpcf7-form-control-wrap.file::after {
  content: attr(data-label);
  color: rgba(37, 44, 64, 0.4);
}

.request-page .page-scroll-list-item .form-block .check-cols .wpcf7-checkbox {
  display: -ms-grid;
  display: grid;
  grid-gap: 10px;
  -ms-grid-columns: 33.33% 33.33% 33.33%;
      grid-template-columns: 33.33% 33.33% 33.33%;
  grid-auto-flow: row;
}

.request-page .page-scroll-list-item .form-block .check-cols .wpcf7-checkbox .wpcf7-list-item {
  margin: 0px;
  margin-left: 0px;
}

.request-page .page-scroll-list-item .form-block .check-cols .wpcf7-checkbox .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.request-page .page-scroll-list-item .form-block .check-cols .wpcf7-checkbox input {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .request-page .page-scroll-list-item .form-block .check-cols .wpcf7-checkbox {
    -ms-grid-columns: 50% 50%;
        grid-template-columns: 50% 50%;
  }
}

@media screen and (max-width: 575px) {
  .request-page .page-scroll-list-item .form-block .check-cols .wpcf7-checkbox {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
}

.request-page .page-scroll-list-item .form-block input[type="submit"] {
  cursor: pointer;
}

.request-page .page-scroll-list-item .form-block .file-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 15px;
  width: 100%;
  height: 46px;
  font-size: 1.6rem;
  line-height: 2.6rem;
  border: 1px solid #f1f1f1;
  border-radius: 10px;
}

.request-page .page-scroll-list-item .form-block .file-input .label-text {
  color: rgba(37, 44, 64, 0.4);
}

.request-page .page-scroll-list-item .form-block textarea {
  padding: 10px 15px;
  width: 100%;
  height: 125px;
  font-size: 1.6rem;
  line-height: 2.6rem;
  border: 1px solid #f1f1f1;
  border-radius: 10px;
  resize: vertical;
}

.request-page .page-scroll-list-item .form-block textarea::-webkit-input-placeholder {
  color: rgba(37, 44, 64, 0.4);
}

.request-page .page-scroll-list-item .form-block textarea:-ms-input-placeholder {
  color: rgba(37, 44, 64, 0.4);
}

.request-page .page-scroll-list-item .form-block textarea::-ms-input-placeholder {
  color: rgba(37, 44, 64, 0.4);
}

.request-page .page-scroll-list-item .form-block textarea::placeholder {
  color: rgba(37, 44, 64, 0.4);
}

.request-page .page-scroll-list-item .form-block.input-required .input-block-title {
  position: relative;
  padding-right: 0.56em;
}

.request-page .page-scroll-list-item .form-block.input-required .input-block-title::after {
  position: absolute;
  display: block;
  content: "*";
  top: 0;
  right: 0;
  font-size: 1em;
  line-height: 1.6em;
  color: #E97D1D;
}

.request-page .page-scroll-list-item .form-block.input-required .form-block-title {
  position: relative;
  padding-right: 0.56em;
}

.request-page .page-scroll-list-item .form-block.input-required .form-block-title::after {
  position: absolute;
  display: block;
  content: "*";
  top: 0;
  right: 0;
  font-size: 1em;
  line-height: 1.6em;
  color: #E97D1D;
}

.request-page .page-scroll-list-item .form-block.default-width {
  max-width: 575px;
  width: 100%;
}

.request-page .page-scroll-list-item .form-block.date-input .input-block {
  width: 155px;
}

.request-page .page-scroll-list-item .form-block.date-input input {
  position: relative;
}

.request-page .page-scroll-list-item .form-block.date-input input::after {
  position: absolute;
  display: block;
  content: "";
  top: calc(50% - 13px);
  right: 10px;
  width: 26px;
  height: 26px;
  background: url(../img/icons/calendar.svg) no-repeat center/26px;
}

.request-page .page-scroll-list-item .form-block.select-input {
  max-width: 575px;
  width: 100%;
}

.request-page .page-scroll-list-item .form-block.select-input select {
  padding: 0 15px;
  width: 100%;
  height: 46px;
  font-size: 1.6rem;
  line-height: 2.6rem;
  border: 1px solid #f1f1f1;
  border-radius: 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../img/icons/arrow-down-text-color.svg) no-repeat 98% center/16px;
  cursor: pointer;
}

.request-page .page-scroll-list-item .form-block.copyright-input .checkbox-text {
  color: #252C40;
}

.request-page .page-scroll-list-item .form-block.copyright-input p {
  display: none;
}

.request-page .page-scroll-list-item .form-block.copyright-input input {
  vertical-align: middle;
}

.request-page .page-scroll-list-item .form-block.copyright-input .wpcf7-list-item-label {
  font-family: "Open Sans", sans-serif;
  font-size: 1.1rem;
  line-height: 2rem;
  vertical-align: middle;
}

.request-page .page-scroll-list-item .form-block.number-selector-input .input-block {
  width: 153px;
}

.request-page .page-scroll-list-item .form-block.number-selector-input .input-block .input-wrap {
  position: relative;
  width: 100%;
}

.request-page .page-scroll-list-item .form-block.number-selector-input .input-block .selector-button {
  position: absolute;
  right: 10px;
  width: 18px;
  height: 18px;
  border: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  background-color: transparent;
  -webkit-transition: background-color .2s linear;
  transition: background-color .2s linear;
}

@media (hover) {
  .request-page .page-scroll-list-item .form-block.number-selector-input .input-block .selector-button:hover {
    background-color: #f1f1f1;
  }
}

.request-page .page-scroll-list-item .form-block.number-selector-input .input-block .increase {
  top: 6px;
  background-image: url(../img/icons/arrow-up.svg);
}

.request-page .page-scroll-list-item .form-block.number-selector-input .input-block .decrease {
  top: 22px;
  background-image: url(../img/icons/arrow-down.svg);
}

.request-page .page-scroll-list-item .form-block .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.request-page .page-scroll-list-item .form-block .column > div {
  margin-bottom: 5px;
}

.request-page .page-scroll-list-item .form-block .column > div:last-child {
  margin-bottom: 0;
}

.request-page .page-scroll-list-item .form-block.two-columns .input-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 25px 20px;
}

.request-page .page-scroll-list-item .form-block.three-columns .input-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
}

.request-page .page-scroll-list-item .form-block.checkboxes-list .input-list {
  grid-gap: 5px 20px;
}

.request-page .page-scroll-list-item .form-block.other-answer {
  margin-top: 25px;
}

.request-page .page-scroll-list-item .form-block.other-answer .input-block:first-child {
  margin-bottom: 15px;
}

@media screen and (max-width: 1023px) {
  .request-page .request-content .page-scroll-nav {
    width: 32%;
  }
  .request-page .request-content .request-list-block {
    width: 64%;
  }
  .request-page .page-scroll-list-item .form-block.three-columns .input-list {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
}

@media screen and (max-width: 767px) {
  .request-page .request-content .page-scroll-nav {
    width: 42%;
  }
  .request-page .request-content .request-list-block {
    width: 54%;
  }
  .request-page .page-scroll-list-item h2 {
    margin-bottom: 20px;
  }
  .request-page .page-scroll-list-item .form-block-outer {
    margin-bottom: 20px;
  }
  .request-page .page-scroll-list-item .form-block.three-columns .input-list {
    grid-gap: 15px 20px;
  }
  .request-page .page-scroll-list-item .form-block.two-columns .input-list {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    grid-gap: 15px 20px;
  }
  .request-page .page-scroll-list-item .form-block .column > div {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 575px) {
  .request-page .request-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .request-page .request-content .page-scroll-nav {
    width: 100%;
  }
  .request-page .request-content .request-list-block {
    margin-top: 20px;
    width: 100%;
  }
  .request-page .request-content .request-list-block .mobile-list-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .request-page .request-list-block {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.dot-section-wrap {
  position: fixed;
  top: 50%;
  right: 50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  z-index: 10000;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.dot-section-wrap.h {
  display: none;
}

.dot-section-wrap.hide {
  opacity: 0;
}

.dot-section-wrap .dot-section-name {
  font-family: "Open Sans", sans-serif;
  font-size: 1.3rem;
  line-height: 16px;
  font-weight: 600;
  padding: 5px 10px;
  background-color: transparent;
  white-space: nowrap;
  color: #003870;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.dot-section-wrap .dot-section-name.active, .dot-section-wrap .dot-section-name.hover {
  color: #ffffff;
  background-color: #003870;
}

@media (hover) {
  .dot-section-wrap .dot-section-name:hover {
    color: #ffffff;
    background-color: #003870;
  }
}

@media screen and (max-width: 767px) {
  .dot-section-wrap .dot-section-name {
    display: none;
  }
}

.dot-section-wrap .dot-section-name + .dot-section-name {
  margin-top: 10px;
}

.dot-wrap {
  position: fixed;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding: 5px;
  border-radius: 13px;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 10000;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.dot-wrap.h {
  display: none;
}

.dot-wrap.hide {
  opacity: 0;
}

.dot-wrap .dot-btn {
  display: block;
  background-color: #003870;
  border: 0px solid transparent;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  cursor: pointer;
  outline: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.dot-wrap .dot-btn.active, .dot-wrap .dot-btn.hover {
  background-color: #E97D1D;
}

@media (hover) {
  .dot-wrap .dot-btn:hover {
    background-color: #ffffff;
  }
}

.dot-wrap .dot-btn + .dot-btn {
  margin-top: 20px;
}
/*# sourceMappingURL=main.css.map */