@charset "UTF-8";
/*!
 * Bootstrap Grid v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*, :after, :before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col, .col-6, .col-12, .col-lg-3, .col-lg-4, .col-lg-6, .col-lg-7, .col-md-4, .col-md-8 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-6 {
  -webkit-box-flex: 0;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

@media (min-width: 576px) {
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
}
@media (min-width: 768px) {
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
}
@media (min-width: 992px) {
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
}
@media (min-width: 1200px) {
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
}
.d-none {
  display: none !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.flex-column {
  -webkit-box-direction: normal !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

@media (min-width: 576px) {
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-row {
    -webkit-box-direction: normal !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-row {
    -webkit-box-direction: normal !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
}
.text-center {
  text-align: center !important;
}

.visible {
  visibility: visible !important;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  font-family: Lava Pro, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #000;
  background-color: #fff;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

body.scrolling-disabled {
  height: 100vh;
  overflow: hidden;
  display: block;
}

body.home .posts-widget {
  background-color: #fff;
}

body.home .posts-widget:nth-of-type(2n) {
  background-color: #e5e5e5;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 24px;
    line-height: 29px;
  }
}
main {
  padding-top: 94px;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #000;
}

a, a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5 {
  font-weight: 800;
}

section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.base-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media screen and (min-width: 992px) {
  section.base-section {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
section.main-section {
  padding-top: 40px;
  padding-bottom: 70px;
}

@media screen and (min-width: 992px) {
  section.main-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
section .content {
  padding: 0 15px;
}

.post-categories, .reset-list {
  list-style-type: none;
}

.primary-color {
  color: #fe3d00;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.base-color, .primary-color:hover {
  color: #000;
}

.base-color:hover {
  color: #fe3d00;
}

.underline {
  position: relative;
  margin-bottom: 20px;
}

.underline:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2.8px;
  width: 20px;
  background-color: #000;
}

@media screen and (min-width: 992px) {
  .underline.underline--medium:after {
    width: 33px;
  }
}
.underline.underline--large:after {
  width: 30px;
  height: 3px;
}

@media screen and (min-width: 992px) {
  .underline.underline--large:after {
    width: 40px;
    height: 4px;
  }
}
.post-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 576px) {
  .post-categories {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.post-categories li:hover a {
  color: #fe3d00;
}

@media screen and (min-width: 576px) {
  .post-categories li:not(:last-child) {
    margin-right: 20px;
  }
}
.btn {
  font-family: Neue Haas Unica, sans-serif;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  outline: none;
  border: none;
  background-color: transparent;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.btn:active, .btn:focus, .btn:target {
  outline: 0;
}

.btn.btn-more {
  color: #fe3d00;
}

.btn.btn-more .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 13px;
  margin-left: 5px;
}

@media screen and (min-width: 992px) {
  .btn.btn-more .arrow {
    width: 29px;
    height: 16px;
  }
}
.btn.btn-more .arrow svg {
  width: 100%;
  height: 100%;
}

.btn.btn-more .arrow svg line, .btn.btn-more .arrow svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn.btn-more:hover {
  color: #000;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.btn.btn-more:hover svg line, .btn.btn-more:hover svg path {
  stroke: #000;
}

.btn.btn-base, .page-template-page-constructor-history .info-banner .btn {
  padding: 14px 20px;
  font-family: NeueHaasUnicaW1G-Regular, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  border: 2px solid #fe3d00;
  color: #fe3d00;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn.btn-base.btn-about, .page-template-page-constructor-history .info-banner .btn.btn-about {
  padding: 0 65px;
  height: 40px;
  line-height: 40px;
}

.btn.btn-base:hover, .page-template-page-constructor-history .info-banner .btn:hover {
  background-color: #fe3d00;
  color: #fff;
  border: 2px solid #fe3d00;
}

.btn.load-more {
  display: block;
  margin: 50px auto 10px;
}

.btn.load-more:disabled {
  display: none;
}

@media screen and (min-width: 992px) {
  .btn.load-more {
    margin: 95px auto 25px;
  }
}
.btn.load-more.active svg {
  -webkit-animation: ajax 1s linear 0s infinite;
  animation: ajax 1s linear 0s infinite;
}

.btn.read-more {
  color: #fe3d00;
  position: relative;
  font-family: NeueHaasUnicaW1G-Regular, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  letter-spacing: -0.3px;
}

.btn.read-more:hover {
  color: #000;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.btn.read-more:hover .icon svg path {
  fill: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn.read-more .icon {
  margin-left: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.btn.read-more .icon.rotate {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.btn.read-more .icon svg path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 992px) {
  .btn.read-more .icon {
    margin-left: 15px;
  }
}
.btn.read-more span {
  pointer-events: none;
}

.section-title, .text-block__title {
  font-family: NeueHaasUnicaW1G-Regular, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 104%;
  letter-spacing: -0.3px;
  margin-bottom: 40px;
  color: #010101;
}

@media screen and (min-width: 992px) {
  .section-title--large.text-block__title, .section-title.section-title--large {
    font-size: 54px;
  }
}
@media screen and (min-width: 992px) {
  .section-title, .text-block__title {
    font-size: 48px;
    margin-bottom: 46px;
  }
}
.upper-title {
  font-size: 22px;
  font-weight: 27px;
  display: block;
  color: #010101;
  margin-bottom: 30px;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .upper-title {
    font-size: 18px;
  }
}
.bg-dark .upper-title {
  color: #fff;
}

.secondary-title {
  font-family: NeueHaasUnicaW1G-Regular, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: -0.3px;
  color: #010101;
}

.text-center {
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bg-light {
  background-color: #e5e5e5;
}

.bg-dark, .bg-dark .section-title, .bg-dark .text-block__title, .bg-primary, .bg-primary .section-title, .bg-primary .text-block__title {
  color: #fff;
}

.bg-dark .text-block a, .bg-primary .text-block a {
  text-decoration: underline;
  font-size: 32px;
}

@media (max-width: 992px) {
  .bg-dark .text-block a, .bg-primary .text-block a {
    font-size: 18px;
  }
}
.bg-dark .text-block a:hover, .bg-primary .text-block a:hover {
  color: #ff6333;
  opacity: 0.6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.about-introduction .text-block a {
  text-decoration: none;
  border-bottom: 2px solid;
}

.bg-dark {
  background-color: #0e002e;
}

.bg-primary {
  background-color: #fe3d00;
}

.bg-base {
  background-color: #fff;
}

fieldset {
  border: 0;
}

.hide {
  display: none;
}

.load-more-new {
  margin: 65px auto 0;
  display: block;
}

.load-more-new.active svg {
  -webkit-animation: ajax 1s linear 0s infinite;
  animation: ajax 1s linear 0s infinite;
}

.load-more-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.load-more-wrapper .content-more {
  list-style-type: none;
  max-height: 0;
  -webkit-transition: max-height 0.5s ease-out;
  transition: max-height 0.5s ease-out;
  overflow: hidden;
  width: 100%;
  pointer-events: all;
}

.load-more-wrapper .content-more.active {
  max-height: 1000px;
  overflow: visible;
}

.front-page__main .post-info .post-info__date, .search-results .post-info .post-info__date {
  font-family: GaramondPremrPro-ItCapt, sans-serif;
}

.single-author .read-more-wrapper, .single-events .single-event-section .post-info .content-more, .single-events .single-event-section .post-info .excerpt, .single-post .post-content ol, .single-post .post-content p {
  font-family: GaramondPremrPro-Capt, sans-serif;
}

.single-author .read-more-wrapper .btn-container {
  font-family: NeueHaasUnicaW1G-Regular, sans-serif;
}

.editorial_policy .desc {
  font-family: GaramondPremrPro-Capt, sans-serif;
}

@font-face {
  font-family: Lava Pro;
  src: url(../webfonts/LavaPro-HeavyItalic.eot);
  src: local("Lava Pro Heavy Italic"), local("LavaPro-HeavyItalic"), url(../webfonts/LavaPro-HeavyItalic.eot?#iefix) format("embedded-opentype"), url(../webfonts/LavaPro-HeavyItalic.woff2) format("woff2"), url(../webfonts/LavaPro-HeavyItalic.woff) format("woff"), url(../webfonts/LavaPro-HeavyItalic.ttf) format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: Lava Pro;
  src: url(../webfonts/LavaPro-BoldItalic.eot);
  src: local("Lava Pro Bold Italic"), local("LavaPro-BoldItalic"), url(../webfonts/LavaPro-BoldItalic.eot?#iefix) format("embedded-opentype"), url(../webfonts/LavaPro-BoldItalic.woff2) format("woff2"), url(../webfonts/LavaPro-BoldItalic.woff) format("woff"), url(../webfonts/LavaPro-BoldItalic.ttf) format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: Lava Pro;
  src: url(../webfonts/LavaPro-Medium.eot);
  src: local("Lava Pro Medium"), local("LavaPro-Medium"), url(../webfonts/LavaPro-Medium.eot?#iefix) format("embedded-opentype"), url(../webfonts/LavaPro-Medium.woff2) format("woff2"), url(../webfonts/LavaPro-Medium.woff) format("woff"), url(../webfonts/LavaPro-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Lava Pro;
  src: url(../webfonts/LavaPro-Bold.eot);
  src: local("Lava Pro Bold"), local("LavaPro-Bold"), url(../webfonts/LavaPro-Bold.eot?#iefix) format("embedded-opentype"), url(../webfonts/LavaPro-Bold.woff2) format("woff2"), url(../webfonts/LavaPro-Bold.woff) format("woff"), url(../webfonts/LavaPro-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Lava Pro;
  src: url(../webfonts/LavaPro-Regular.eot);
  src: local("Lava Pro Regular"), local("LavaPro-Regular"), url(../webfonts/LavaPro-Regular.eot?#iefix) format("embedded-opentype"), url(../webfonts/LavaPro-Regular.woff2) format("woff2"), url(../webfonts/LavaPro-Regular.woff) format("woff"), url(../webfonts/LavaPro-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Lava Pro;
  src: url(../webfonts/LavaPro-MediumItalic.eot);
  src: local("Lava Pro Medium Italic"), local("LavaPro-MediumItalic"), url(../webfonts/LavaPro-MediumItalic.eot?#iefix) format("embedded-opentype"), url(../webfonts/LavaPro-MediumItalic.woff2) format("woff2"), url(../webfonts/LavaPro-MediumItalic.woff) format("woff"), url(../webfonts/LavaPro-MediumItalic.ttf) format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: Lava Pro;
  src: url(../webfonts/LavaPro-RegularItalic.eot);
  src: local("Lava Pro Regular Italic"), local("LavaPro-RegularItalic"), url(../webfonts/LavaPro-RegularItalic.eot?#iefix) format("embedded-opentype"), url(../webfonts/LavaPro-RegularItalic.woff2) format("woff2"), url(../webfonts/LavaPro-RegularItalic.woff) format("woff"), url(../webfonts/LavaPro-RegularItalic.ttf) format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: Lava Pro;
  src: url(../webfonts/LavaPro-Heavy.eot);
  src: local("Lava Pro Heavy"), local("LavaPro-Heavy"), url(../webfonts/LavaPro-Heavy.eot?#iefix) format("embedded-opentype"), url(../webfonts/LavaPro-Heavy.woff2) format("woff2"), url(../webfonts/LavaPro-Heavy.woff) format("woff"), url(../webfonts/LavaPro-Heavy.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: Neue Haas Unica;
  src: url(../webfonts/NeueHaasUnica-Black.eot);
  src: local("Neue Haas Unica Black"), local("NeueHaasUnica-Black"), url(../webfonts/NeueHaasUnica-Black.eot?#iefix) format("embedded-opentype"), url(../webfonts/NeueHaasUnica-Black.woff2) format("woff2"), url(../webfonts/NeueHaasUnica-Black.woff) format("woff"), url(../webfonts/NeueHaasUnica-Black.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: Neue Haas Unica;
  src: url(../webfonts/NeueHaasUnica-Medium.eot);
  src: local("Neue Haas Unica Medium"), local("NeueHaasUnica-Medium"), url(../webfonts/NeueHaasUnica-Medium.eot?#iefix) format("embedded-opentype"), url(../webfonts/NeueHaasUnica-Medium.woff2) format("woff2"), url(../webfonts/NeueHaasUnica-Medium.woff) format("woff"), url(../webfonts/NeueHaasUnica-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Neue Haas Unica;
  src: url(../webfonts/NeueHaasUnica-BoldItalic.eot);
  src: local("Neue Haas Unica Bold Italic"), local("NeueHaasUnica-BoldItalic"), url(../webfonts/NeueHaasUnica-BoldItalic.eot?#iefix) format("embedded-opentype"), url(../webfonts/NeueHaasUnica-BoldItalic.woff2) format("woff2"), url(../webfonts/NeueHaasUnica-BoldItalic.woff) format("woff"), url(../webfonts/NeueHaasUnica-BoldItalic.ttf) format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: Neue Haas Unica;
  src: url(../webfonts/NeueHaasUnica-ExtBlkIta.eot);
  src: local("Neue Haas Unica ExtBlk Ita"), local("NeueHaasUnica-ExtBlkIta"), url(../webfonts/NeueHaasUnica-ExtBlkIta.eot?#iefix) format("embedded-opentype"), url(../webfonts/NeueHaasUnica-ExtBlkIta.woff2) format("woff2"), url(../webfonts/NeueHaasUnica-ExtBlkIta.woff) format("woff"), url(../webfonts/NeueHaasUnica-ExtBlkIta.ttf) format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: Neue Haas Unica;
  src: url(../webfonts/NeueHaasUnica-ExtraBold.eot);
  src: local("Neue Haas Unica Extra Bold"), local("NeueHaasUnica-ExtraBold"), url(../webfonts/NeueHaasUnica-ExtraBold.eot?#iefix) format("embedded-opentype"), url(../webfonts/NeueHaasUnica-ExtraBold.woff2) format("woff2"), url(../webfonts/NeueHaasUnica-ExtraBold.woff) format("woff"), url(../webfonts/NeueHaasUnica-ExtraBold.ttf) format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: Neue Haas Unica;
  src: url(../webfonts/NeueHaasUnica-MediumItalic.eot);
  src: local("Neue Haas Unica Medium Italic"), local("NeueHaasUnica-MediumItalic"), url(../webfonts/NeueHaasUnica-MediumItalic.eot?#iefix) format("embedded-opentype"), url(../webfonts/NeueHaasUnica-MediumItalic.woff2) format("woff2"), url(../webfonts/NeueHaasUnica-MediumItalic.woff) format("woff"), url(../webfonts/NeueHaasUnica-MediumItalic.ttf) format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: Neue Haas Unica;
  src: url(../webfonts/NeueHaasUnica-ExtraBoldItalic.eot);
  src: local("Neue Haas Unica ExtBd Ita"), local("NeueHaasUnica-ExtraBoldItalic"), url(../webfonts/NeueHaasUnica-ExtraBoldItalic.eot?#iefix) format("embedded-opentype"), url(../webfonts/NeueHaasUnica-ExtraBoldItalic.woff2) format("woff2"), url(../webfonts/NeueHaasUnica-ExtraBoldItalic.woff) format("woff"), url(../webfonts/NeueHaasUnica-ExtraBoldItalic.ttf) format("truetype");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: Neue Haas Unica;
  src: url(../webfonts/NeueHaasUnica-Italic.eot);
  src: local("Neue Haas Unica Italic"), local("NeueHaasUnica-Italic"), url(../webfonts/NeueHaasUnica-Italic.eot?#iefix) format("embedded-opentype"), url(../webfonts/NeueHaasUnica-Italic.woff2) format("woff2"), url(../webfonts/NeueHaasUnica-Italic.woff) format("woff"), url(../webfonts/NeueHaasUnica-Italic.ttf) format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: Neue Haas Unica;
  src: url(../webfonts/NeueHaasUnica-Light.eot);
  src: local("Neue Haas Unica Light"), local("NeueHaasUnica-Light"), url(../webfonts/NeueHaasUnica-Light.eot?#iefix) format("embedded-opentype"), url(../webfonts/NeueHaasUnica-Light.woff2) format("woff2"), url(../webfonts/NeueHaasUnica-Light.woff) format("woff"), url(../webfonts/NeueHaasUnica-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Neue Haas Unica;
  src: url(../webfonts/NeueHaasUnica-ExtLtIta.eot);
  src: local("Neue Haas Unica ExtLt Ita"), local("NeueHaasUnica-ExtLtIta"), url(../webfonts/NeueHaasUnica-ExtLtIta.eot?#iefix) format("embedded-opentype"), url(../webfonts/NeueHaasUnica-ExtLtIta.woff2) format("woff2"), url(../webfonts/NeueHaasUnica-ExtLtIta.woff) format("woff"), url(../webfonts/NeueHaasUnica-ExtLtIta.ttf) format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: Neue Haas Unica;
  src: url(../webfonts/NeueHaasUnica-Bold.eot);
  src: local("Neue Haas Unica Bold"), local("NeueHaasUnica-Bold"), url(../webfonts/NeueHaasUnica-Bold.eot?#iefix) format("embedded-opentype"), url(../webfonts/NeueHaasUnica-Bold.woff2) format("woff2"), url(../webfonts/NeueHaasUnica-Bold.woff) format("woff"), url(../webfonts/NeueHaasUnica-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Neue Haas Unica;
  src: url(../webfonts/NeueHaasUnica-ThinItalic.eot);
  src: local("Neue Haas Unica Thin Italic"), local("NeueHaasUnica-ThinItalic"), url(../webfonts/NeueHaasUnica-ThinItalic.eot?#iefix) format("embedded-opentype"), url(../webfonts/NeueHaasUnica-ThinItalic.woff2) format("woff2"), url(../webfonts/NeueHaasUnica-ThinItalic.woff) format("woff"), url(../webfonts/NeueHaasUnica-ThinItalic.ttf) format("truetype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: Neue Haas Unica;
  src: url(../webfonts/NeueHaasUnica-LightItalic.eot);
  src: local("Neue Haas Unica Light Italic"), local("NeueHaasUnica-LightItalic"), url(../webfonts/NeueHaasUnica-LightItalic.eot?#iefix) format("embedded-opentype"), url(../webfonts/NeueHaasUnica-LightItalic.woff2) format("woff2"), url(../webfonts/NeueHaasUnica-LightItalic.woff) format("woff"), url(../webfonts/NeueHaasUnica-LightItalic.ttf) format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: Neue Haas Unica;
  src: url(../webfonts/NeueHaasUnica-ExtraLight.eot);
  src: local("Neue Haas Unica Extra Light"), local("NeueHaasUnica-ExtraLight"), url(../webfonts/NeueHaasUnica-ExtraLight.eot?#iefix) format("embedded-opentype"), url(../webfonts/NeueHaasUnica-ExtraLight.woff2) format("woff2"), url(../webfonts/NeueHaasUnica-ExtraLight.woff) format("woff"), url(../webfonts/NeueHaasUnica-ExtraLight.ttf) format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: Neue Haas Unica;
  src: url(../webfonts/NeueHaasUnica-Regular.eot);
  src: local("Neue Haas Unica Regular"), local("NeueHaasUnica-Regular"), url(../webfonts/NeueHaasUnica-Regular.eot?#iefix) format("embedded-opentype"), url(../webfonts/NeueHaasUnica-Regular.woff2) format("woff2"), url(../webfonts/NeueHaasUnica-Regular.woff) format("woff"), url(../webfonts/NeueHaasUnica-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Neue Haas Unica;
  src: url(../webfonts/NeueHaasUnica-ExtraBlack.eot);
  src: local("Neue Haas Unica Extra Black"), local("NeueHaasUnica-ExtraBlack"), url(../webfonts/NeueHaasUnica-ExtraBlack.eot?#iefix) format("embedded-opentype"), url(../webfonts/NeueHaasUnica-ExtraBlack.woff2) format("woff2"), url(../webfonts/NeueHaasUnica-ExtraBlack.woff) format("woff"), url(../webfonts/NeueHaasUnica-ExtraBlack.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: Neue Haas Unica;
  src: url(../webfonts/NeueHaasUnica-BoldItalic_1.eot);
  src: local("Neue Haas Unica Bold Italic"), local("NeueHaasUnica-BoldItalic"), url(../webfonts/NeueHaasUnica-BoldItalic_1.eot?#iefix) format("embedded-opentype"), url(../webfonts/NeueHaasUnica-BoldItalic_1.woff2) format("woff2"), url(../webfonts/NeueHaasUnica-BoldItalic_1.woff) format("woff"), url(../webfonts/NeueHaasUnica-BoldItalic_1.ttf) format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: Neue Haas Unica;
  src: url(../webfonts/NeueHaasUnica-Thin.eot);
  src: local("Neue Haas Unica Thin"), local("NeueHaasUnica-Thin"), url(../webfonts/NeueHaasUnica-Thin.eot?#iefix) format("embedded-opentype"), url(../webfonts/NeueHaasUnica-Thin.woff2) format("woff2"), url(../webfonts/NeueHaasUnica-Thin.woff) format("woff"), url(../webfonts/NeueHaasUnica-Thin.ttf) format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: Garamond Premier Pro;
  src: local("Garamond"), local("Garamond"), url(../webfonts/garamond_premier_pro.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Garamond Premier Pro;
  src: local("Garamond"), local("Garamond"), url(../webfonts/garamond_premier_pro_ital.otf) format("opentype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: GaramondPremrPro-It;
  src: url(../webfonts/GaramondPremrProIt/font.woff2) format("woff2"), url(webfonts/GaramondPremrProIt/font.woff) format("woff");
}
@font-face {
  font-family: GaramondPremrPro-Capt;
  src: url(../webfonts/GaramondPremrProCapt/font.woff2) format("woff2"), url(webfonts/GaramondPremrProCapt/font.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: NeueHaasUnicaW1G-Regular;
  src: url(../webfonts/NeueHaasUnicaW1GRegular/font.woff2) format("woff2"), url(../webfonts/NeueHaasUnicaW1GRegular/font.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: NeueHaasUnicaW1G;
  src: url(../webfonts/NeueHaasUnicaW1G/NeueHaasUnicaW1G-Black.woff2) format("woff2"), url(../webfonts/NeueHaasUnicaW1G/NeueHaasUnicaW1G-Black.woff) format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: NeueHaasUnicaW1G;
  src: url(../webfonts/NeueHaasUnicaW1G/NeueHaasUnicaW1G-BlackIt.woff2) format("woff2"), url(../webfonts/NeueHaasUnicaW1G/NeueHaasUnicaW1G-BlackIt.woff) format("woff");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: NeueHaasUnicaW1G;
  src: url(../webfonts/NeueHaasUnicaW1G/NeueHaasUnicaW1G-Bold.woff2) format("woff2"), url(../webfonts/NeueHaasUnicaW1G/NeueHaasUnicaW1G-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: NeueHaasUnicaW1G;
  src: url(../webfonts/NeueHaasUnicaW1G/NeueHaasUnicaW1G-BoldItalic.woff2) format("woff2"), url(../webfonts/NeueHaasUnicaW1G/NeueHaasUnicaW1G-BoldItalic.woff) format("woff");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: NeueHaasUnicaW1G;
  src: url(../webfonts/NeueHaasUnicaW1G/NeueHaasUnicaW1G-Light.woff2) format("woff2"), url(../webfonts/NeueHaasUnicaW1G/NeueHaasUnicaW1G-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: NeueHaasUnicaW1G;
  src: url(../webfonts/NeueHaasUnicaW1G/NeueHaasUnicaW1G-LightIt.woff2) format("woff2"), url(../webfonts/NeueHaasUnicaW1G/NeueHaasUnicaW1G-LightIt.woff) format("woff");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: NeueHaasUnicaW1G;
  src: url(../webfonts/NeueHaasUnicaW1G/NeueHaasUnicaW1G-Medium.woff2) format("woff2"), url(../webfonts/NeueHaasUnicaW1G/NeueHaasUnicaW1G-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: NeueHaasUnicaW1G;
  src: url(../webfonts/NeueHaasUnicaW1G/NeueHaasUnicaW1G-MediumIt.woff2) format("woff2"), url(../webfonts/NeueHaasUnicaW1G/NeueHaasUnicaW1G-MediumIt.woff) format("woff");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: NeueHaasUnicaW1G;
  src: url(../webfonts/NeueHaasUnicaW1GRegular/font.woff2) format("woff2"), url(../webfonts/NeueHaasUnicaW1GRegular/font.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: NeueHaasUnicaW1G;
  src: url(../webfonts/NeueHaasUnicaW1G/NeueHaasUnicaW1G-Italic.woff2) format("woff2"), url(../webfonts/NeueHaasUnicaW1G/NeueHaasUnicaW1G-Italic.woff) format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: NeueHaasUnicaW1G;
  src: url(../webfonts/NeueHaasUnicaW1G/NeueHaasUnicaW1G-Thin.woff2) format("woff2"), url(../webfonts/NeueHaasUnicaW1G/NeueHaasUnicaW1G-Thin.woff) format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: NeueHaasUnicaW1G;
  src: url(../webfonts/NeueHaasUnicaW1G/NeueHaasUnicaW1G-ThinItalic.woff2) format("woff2"), url(../webfonts/NeueHaasUnicaW1G/NeueHaasUnicaW1G-ThinItalic.woff) format("woff");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: NeueHaasUnicaW1G;
  src: url(../webfonts/NeueHaasUnicaW1G/NeueHaasUnicaW1G-UltraLight.woff2) format("woff2"), url(../webfonts/NeueHaasUnicaW1G/NeueHaasUnicaW1G-UltraLight.woff) format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: NeueHaasUnicaW1G;
  src: url(../webfonts/NeueHaasUnicaW1G/NeueHaasUnicaW1G-UltLightIt.woff2) format("woff2"), url(../webfonts/NeueHaasUnicaW1G/NeueHaasUnicaW1G-UltLightIt.woff) format("woff");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: GaramondPremrPro-ItCapt;
  src: url(../webfonts/GaramondPremrProItCapt/font.woff2) format("woff2"), url(webFonts/GaramondPremrProItCapt/font.woff) format("woff");
  font-weight: 400;
  font-style: italic;
}
@-webkit-keyframes ajax {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes ajax {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@-webkit-keyframes fade-out {
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.post-content {
  font-size: 17px;
  line-height: 31px;
}

@media screen and (min-width: 992px) {
  .post-content {
    width: 73%;
    min-width: 73%;
    font-size: 24px;
    line-height: 40px;
    margin-right: 40px;
  }
}
.post-content p:first-of-type {
  text-align: left !important;
}

.post-content .notes {
  font-size: 12px;
}

@media screen and (min-width: 992px) {
  .post-content .notes {
    font-size: 18px;
  }
}
.post-content .excerpt, .post-content .single-post-lead {
  font-style: italic;
  font-weight: 400;
  font-family: GaramondPremrPro-ItCapt, sans-serif;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 25px;
}

@media screen and (min-width: 992px) {
  .post-content .excerpt, .post-content .single-post-lead {
    font-size: 33px;
    line-height: 43px;
    margin-bottom: 40px;
  }
}
.post-content .excerpt p, .post-content .single-post-lead p {
  font-family: GaramondPremrPro-ItCapt, sans-serif;
}

.post-content .reference p {
  font-family: NeueHaasUnicaW1G-Regular, sans-serif;
}

.post-content blockquote p {
  font-style: italic;
}

@media screen and (min-width: 992px) {
  .post-content blockquote p {
    margin-left: -70px !important;
  }
}
.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5 {
  font-weight: 400;
  margin-top: 58px;
  margin-bottom: 28px;
  font-family: NeueHaasUnicaW1G-Regular, sans-serif;
  color: #fe3d00;
  line-height: 115%;
}

.post-content h2 {
  font-size: 26px;
}

.post-content h3 {
  font-size: 25px;
}

.post-content h4 {
  font-size: 24px;
}

.post-content h5 {
  font-size: 23px;
}

.post-content a, .post-content a:hover {
  color: #000;
}

.post-content p, .post-content table {
  margin-bottom: 25px;
}

@media screen and (min-width: 992px) {
  .post-content p, .post-content table {
    margin-bottom: 30px;
  }
}
.post-content table {
  margin: 30px 0 !important;
  width: 100% !important;
}

.post-content table tr:nth-of-type(2n) {
  background-color: #fbfbfb !important;
}

.post-content table td {
  padding: 10px 5px !important;
  font-family: NeueHaasUnicaW1G-Regular, sans-serif;
}

.post-content .single-post-footnote, .post-content .single-post-image-title {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 110%;
  letter-spacing: -0.01em;
  margin-bottom: 63px;
  color: #858585;
}

.post-content .single-post-footnote p, .post-content .single-post-image-title p {
  font-family: NeueHaasUnicaW1G-Regular, sans-serif;
}

.post-content .single-post-image-title {
  color: #000;
  position: relative;
  margin-bottom: 15px;
}

.post-content .single-post-image-title:after {
  bottom: -7px;
}

.post-content .single-post-footnote {
  margin-top: 20px;
  margin-bottom: 20px;
}

.post-content .single-post-footnote p {
  margin-bottom: 0;
}

.post-content .single-post-external-frame > p {
  margin: 0;
}

.post-content .single-post-external-frame img {
  background-color: #fff;
  border: 3px solid #bab9b9;
  margin: auto;
}

@media screen and (min-width: 992px) {
  .post-content .single-post-external-frame img {
    border: 3px solid #bab9b9;
  }
}
.post-content img {
  margin: 53px auto 15px;
  max-width: 100%;
  height: auto;
  display: block;
}

.post-content img.alignleft {
  float: left;
  padding: 10px 10px 10px 0;
  margin: 0;
}

.post-content img.alignright {
  float: right;
  padding: 10px 0 10px 10px;
  margin: 0;
}

.post-content .reference {
  background-color: #f1f4f4;
  padding: 15px 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
  .post-content .reference {
    padding: 25px 40px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.post-content .reference p:last-child {
  margin: 0;
}

.post-content .reference h1:first-child, .post-content .reference h2:first-child, .post-content .reference h3:first-child, .post-content .reference h4:first-child, .post-content .reference h5:first-child {
  margin-top: 0;
}

.post-content .caption {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: #010101;
  margin-top: 40px;
  margin-bottom: 20px;
}

.post-content .caption p {
  font-family: NeueHaasUnicaW1G-Regular, sans-serif;
}

@media screen and (min-width: 992px) {
  .post-content .longouot {
    margin-left: 80px;
    margin-right: 120px;
  }
}
.post-content strong {
  font-weight: 500;
}

.table-wrapper {
  overflow: auto;
}

iframe {
  max-width: 100%;
}

.info-banner {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}

.info-banner.info-banner--list-item:not(:last-child) {
  margin-bottom: 22px;
}

@media screen and (min-width: 992px) {
  .info-banner.info-banner--list-item:not(:last-child) {
    margin-bottom: 15px;
  }
}
.info-banner.info-banner--list-item .info-banner__title {
  color: #fe3d00;
  margin-bottom: 40px;
}

.info-banner.info-banner--list-item .info-banner__title:after {
  bottom: -20px;
}

.info-banner.info-banner--list-item .info-banner__title .primary-color:hover {
  color: #000;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.info-banner.info-banner--list-item .info-banner__desc:last-child, .info-banner.info-banner--list-item .info-banner__title:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  .info-banner.info-banner--list-item .info-banner__wrapper {
    padding: 31px 72px 38px 37px;
  }
}
.info-banner .info-banner__wrapper {
  padding: 18px 18px 30px;
  max-width: 697px;
}

.info-banner .info-banner__wrapper h2 {
  font-size: 35px;
  font-weight: 400;
  line-height: 108%;
}

@media screen and (min-width: 992px) {
  .info-banner .info-banner__wrapper {
    padding: 40px;
  }
}
.info-banner.info-banner--list-item .info-banner__title, .info-banner .info-banner__desc {
  font-family: NeueHaasUnicaW1G-Regular, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 27px;
  line-height: 36px;
  letter-spacing: -0.26px;
}

.info-banner.info-banner--list-item .margin.info-banner__title, .info-banner .info-banner__desc.margin {
  margin-bottom: 40px;
}

.info-banner.info-banner--list-item .margin.info-banner__title:after, .info-banner .info-banner__desc.margin:after {
  bottom: -20px;
}

@media screen and (min-width: 992px) {
  .info-banner.info-banner--list-item .info-banner__title, .info-banner .info-banner__desc {
    font-size: 35px;
    line-height: 108%;
    letter-spacing: -0.33221px;
  }
}
.info-banner.info-banner--list-item .info-banner__title h1, .info-banner.info-banner--list-item .info-banner__title h2, .info-banner.info-banner--list-item .info-banner__title h3, .info-banner.info-banner--list-item .info-banner__title h4, .info-banner.info-banner--list-item .info-banner__title h5, .info-banner.info-banner--list-item .info-banner__title p:not(:last-child), .info-banner .info-banner__desc h1, .info-banner .info-banner__desc h2, .info-banner .info-banner__desc h3, .info-banner .info-banner__desc h4, .info-banner .info-banner__desc h5, .info-banner .info-banner__desc p:not(:last-child) {
  margin-bottom: 30px;
}

.info-banner .btn-more {
  font-size: 27px;
  line-height: 36px;
  letter-spacing: -0.26px;
}

@media screen and (min-width: 992px) {
  .info-banner .btn-more {
    font-size: 32px;
    line-height: 108%;
    letter-spacing: -0.33221px;
  }
}
.main-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  padding: 18px;
  font-family: NeueHaasUnicaW1G-Regular, sans-serif;
  min-height: 455px;
}

@media screen and (min-width: 576px) {
  .main-banner {
    max-width: 500px;
  }
}
@media screen and (min-width: 768px) {
  .main-banner {
    padding: 40px;
  }
}
@media screen and (min-width: 992px) {
  .main-banner {
    max-width: 700px;
    min-height: 465px;
  }
}
.main-banner a {
  display: inline-block;
  font-size: 32px;
  line-height: 42px;
  font-weight: 400;
  letter-spacing: -0.3px;
}

@media screen and (min-width: 992px) {
  .main-banner a {
    font-size: 48px;
    line-height: 50px;
  }
  .main-banner a:after {
    width: 50px;
    bottom: -30px;
  }
}
.main-banner h1, .main-banner h2 {
  margin-bottom: 40px;
}

.main-banner h1 a:after, .main-banner h2 a:after {
  bottom: -20px;
}

@media screen and (min-width: 992px) {
  .main-banner h1, .main-banner h2 {
    margin-bottom: 60px;
  }
  .main-banner h1 a:after, .main-banner h2 a:after {
    bottom: -30px;
  }
}
.main-banner .categories-wrapper {
  margin-bottom: 40px;
}

.underline.underline--large.item-title.base-color {
  display: inline-block;
  font-size: 32px;
  line-height: 42px;
  font-weight: 400;
  letter-spacing: -0.3px;
}

.underline.underline--large.item-title.base-color:after {
  bottom: -20px;
}

.underline.underline--large.item-title.base-color:hover {
  color: #000;
}

@media screen and (min-width: 992px) {
  .underline.underline--large.item-title.base-color {
    font-size: 48px;
    line-height: 50px;
  }
  .underline.underline--large.item-title.base-color:after {
    width: 40px;
    bottom: -30px;
  }
}
.authors__list--full a {
  color: #000;
}

.authors__list--full a:hover {
  color: #fe3d00;
}

.authors__list--full .author-image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  margin-right: 15px;
  border-radius: 50%;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.authors__list--full .author-image-wrapper img {
  width: 100%;
  height: auto;
  margin: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.authors__list--full .author-image-wrapper img, .authors__list--full .author-info {
  font-family: NeueHaasUnicaW1G-Regular, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000;
}

.authors__list--full .author-info {
  margin-top: 10px;
}

.authors__list--full .authors__list-item:not(:last-child) {
  margin-bottom: 36px;
}

@media screen and (min-width: 768px) {
  .authors__list--full .authors__list-item {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .authors__list--full .authors__list-item {
    width: 30%;
    padding-right: 36px;
  }
}
@media screen and (min-width: 1200px) {
  .authors__list--full .authors__list-item {
    width: 25%;
  }
}
.about-contacts .contacts__block {
  font-size: 32px;
  line-height: 38px;
  font-family: Neue Haas Unica, sans-serif;
}

@media (max-width: 1100px) {
  .about-contacts .contacts__block {
    margin-bottom: 50px;
    font-size: 27px;
    line-height: 36px;
  }
}
.about-contacts .contacts__block p {
  margin-bottom: 50px;
}

.about-contacts .contacts__block p:last-child {
  margin-bottom: 0;
}

.about-contacts .contacts__block p:nth-child(2) a {
  color: #ff6333;
  text-decoration: none;
}

.about-contacts .map iframe {
  min-width: 524px;
  max-width: 524px;
  min-height: 399px;
  max-height: 399px;
}

@media (max-width: 1100px) {
  .about-contacts .map iframe {
    min-width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .about-contacts .map iframe {
    min-height: 240px;
    max-height: 240px;
  }
}
.about-contacts .row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1100px) {
  .about-contacts .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.base-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.base-form .form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  font-family: NeueHaasUnicaW1G-Regular, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 35px;
  color: #858585;
  margin-bottom: 10px;
}

.base-form .form-item:hover {
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .base-form .form-item {
    width: auto;
    min-width: 30%;
  }
  .base-form .form-item:not(:nth-child(3n)) {
    margin-right: 5%;
  }
}
@media screen and (min-width: 992px) {
  .base-form .form-item {
    min-width: 130px;
    margin-right: 25px;
  }
  .base-form .form-item:not(:nth-child(3n)) {
    margin-right: 25px;
  }
}
.base-form .form-item input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  width: 18px;
  height: 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  padding: 0;
  margin-right: 10px;
  margin-bottom: 3px;
  border: 2px solid #858585;
  position: relative;
}

.base-form .form-item input[type=radio]:before {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-color: #fe3d00;
  width: 8px;
  height: 8px;
  background-color: #fe3d00;
  border-radius: 50%;
}

.base-form .form-item input[type=radio]:checked {
  border-color: #fe3d00;
}

.base-form .form-item input[type=radio]:checked + span {
  color: #fe3d00;
}

.base-form .form-item input[type=radio]:checked:before {
  content: "";
}

.social-links__list {
  width: 100%;
  max-width: 300px;
  margin: 0 auto 34px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.social-links__list .social-links__item {
  width: 43px;
  height: 43px;
}

.social-links__list .social-links__item.facebook-item {
  width: 20px;
}

@media screen and (min-width: 992px) {
  .social-links__list .social-links__item {
    width: 23px;
    height: 23px;
  }
  .social-links__list .social-links__item.facebook-item {
    width: 10px;
  }
}
.social-links__list .social-links__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.social-links__list .social-links__link:focus svg path, .social-links__list .social-links__link:hover svg path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  fill: #000;
}

.social-links__list .social-links__link svg path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 992px) {
  .social-links__list .social-links__link svg {
    width: 100%;
    height: 100%;
  }
}
.post-info {
  font-family: NeueHaasUnicaW1G-Regular, sans-serif;
}

.post-info a {
  font-size: 18px;
}

.post-info .post-info-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .post-info .post-info-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.post-info:not(:last-child) {
  margin-bottom: 55px;
}

@media screen and (min-width: 768px) {
  .post-info {
    width: 47%;
  }
}
@media screen and (min-width: 992px) {
  .post-info {
    width: 31%;
  }
  .post-info:not(:nth-of-type(3n)) {
    margin-right: 3.3%;
  }
}
.post-info.post-info--horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: unset;
}

.post-info.post-info--horizontal .post-info__img {
  margin-right: 18px;
  margin-bottom: 0;
}

.post-info.post-info--horizontal .post-info__img img {
  width: 93px;
  min-height: 93px;
  max-height: 93px;
}

.post-info.post-info--horizontal .authors__list-item, .post-info.post-info--horizontal .categories-wrapper li, .post-info.post-info--horizontal h2 {
  font-size: 15px;
  line-height: 19px;
}

@media screen and (min-width: 992px) {
  .post-info.post-info--horizontal .authors__list-item, .post-info.post-info--horizontal .categories-wrapper li, .post-info.post-info--horizontal h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
.post-info.post-info--horizontal .post-info__date {
  font-size: 12px;
  line-height: 19px;
}

.post-info.post-info--horizontal .authors__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;
}

.post-info.post-info--horizontal .authors__list-item a {
  color: #000;
}

.post-info.post-info--horizontal .authors__list-item a:hover {
  color: #fe3d00;
}

.post-info a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.post-info .post-info__img {
  margin-bottom: 22px;
}

.post-info .post-info__img img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 217px;
  max-height: 217px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-size: 15px;
}

.post-info .categories-wrapper {
  margin-bottom: 20px;
}

.post-info .categories-wrapper li {
  font-size: 15px;
  line-height: 117%;
  letter-spacing: 0.7px;
  font-style: normal;
}

.post-info .authors__list-item {
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: -0.3px;
}

.post-info h2 {
  margin-bottom: 20px;
}

.post-info h2 a:after {
  bottom: -10px;
}

@media screen and (min-width: 992px) {
  .post-info h2 {
    margin-bottom: 30px;
  }
  .post-info h2 a:after {
    bottom: -17px;
  }
}
.post-info .authors__list {
  margin-bottom: 12px;
}

.post-info .post-info__date {
  font-family: GaramondPremrPro-ItCapt, sans-serif;
  font-style: italic;
  font-size: 15px;
  line-height: 117%;
  color: #010101;
}

.about-editorial-team__wrapper.hide .hide {
  display: block;
}

.editorial-team.layout-small .post-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 93px;
}

@media (max-width: 600px) {
  .editorial-team.layout-small .post-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }
}
.editorial-team.layout-small .post-info .post-info__img {
  width: auto;
}

.editorial-team.layout-small .author-info-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.editorial-team.layout-small .post-info__img {
  padding-top: 0 !important;
  margin-right: 35px;
}

@media (max-width: 600px) {
  .editorial-team.layout-small .post-info__img {
    margin: 0 0 17px;
  }
}
.editorial-team.layout-small img {
  position: static !important;
  min-width: 93px;
  max-width: 93px;
  min-height: 93px !important;
  max-height: 93px !important;
}

@media (max-width: 600px) {
  .editorial-team.layout-small img {
    min-width: 100%;
    min-height: 150px !important;
  }
}
.front-page__main .posts-widget .post-categories a {
  font-size: 15px;
}

.front-page__main .posts-widget .authors__list-item a, .front-page__main .posts-widget .secondary-title a {
  font-size: 25px;
}

.text-block {
  font-family: NeueHaasUnicaW1G-Regular, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}

@media screen and (min-width: 992px) {
  .text-block {
    font-size: 32px;
    line-height: 43px;
  }
}
.text-block.content--text-block {
  max-width: 850px;
}

.text-block.content--text-block.wide {
  max-width: 900px;
}

.text-block.content--text-block .button {
  min-width: 275px;
  height: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
  font-size: 13px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #fff;
  border: 2px solid #fff;
  display: inline-block;
  margin-top: 43px;
  text-align: center;
  text-decoration: none;
}

.text-block.content--text-block .button:hover {
  color: #fff;
}

.text-block p:not(:last-child) {
  margin-bottom: 25px;
}

@media screen and (min-width: 992px) {
  .text-block p:not(:last-child) {
    margin-bottom: 30px;
  }
}
.text-block a {
  color: #fe3d00;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.secondary-title a, .text-block a:hover {
  color: #000;
}

.history-slider-section {
  padding: 40px 0 70px;
  position: absolute;
  left: 0;
  right: 0;
}

.history-slider-section .tns-nav {
  position: absolute;
  bottom: -35px;
  z-index: 99;
  left: 6%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.history-slider-section .tns-nav button {
  background: #c4c4c4;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .history-slider-section .tns-nav {
    left: 2%;
  }
}
.history-slider__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 30px;
}

.history-slider__item img.history-slider__img {
  margin: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .history-slider__item {
    margin: 0 auto;
  }
}
.history-slider__item-inner {
  padding: 36px 45px;
  -webkit-box-shadow: 0 1px 25px -10px #0f002e;
  box-shadow: 0 1px 25px -10px #0f002e;
  border-radius: 10px;
  margin-right: 60px;
  width: 606px;
  height: 432px;
  margin-bottom: 16px;
}

.history-slider__descr {
  font-size: 14px;
  color: #858585;
  max-width: 90%;
  display: block;
}

.history-slider__control {
  background: #c4c4c4;
  position: absolute;
  z-index: 99;
  top: 250px;
  left: 50px;
  cursor: pointer;
  height: 43px;
  width: 43px;
  border-radius: 50%;
  outline: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.history-slider__control img {
  margin: auto;
}

.history-slider__control.history-slider__control--next {
  left: 717px;
}

.history-slider__control.history-slider__control--next img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media screen and (max-width: 768px) {
  .history-slider__control {
    top: 520px;
    left: 30px;
  }
  .history-slider__control.history-slider__control--next {
    left: unset;
    right: 30px;
  }
}
.page-template-page-constructor-history .history-slider-section + * {
  margin-top: 660px;
}

.tns-outer {
  position: relative;
}

.tns-outer .tns-slider {
  -webkit-transition-timing-function: cubic-bezier(0.44, 0.15, 0.56, 0.77);
  transition-timing-function: cubic-bezier(0.44, 0.15, 0.56, 0.77);
}

.tns-outer .tns-item {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tns-controls {
  outline: none;
}

.tns-controls [data-controls=next], .tns-controls [data-controls=prev] {
  position: absolute;
  top: 0;
  height: auto;
  outline: none;
  border: none;
  z-index: 1;
  width: 12px;
  height: 25px;
  background: url(../images/svg/next.svg);
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}

.tns-controls [data-controls=prev] {
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.tns-controls [data-controls=next] {
  right: 0;
}

.tns-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin-top: 30px;
}

.tns-nav button {
  display: block;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  margin: 5px;
  background: #fff;
  border: 1px solid transparent;
}

.tns-nav button.tns-nav-active {
  background: #fe3d00;
}

.tns-nav button:focus {
  outline: none;
}

.wpcf7-form-control-wrap {
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 14px;
}

.wpcf7-form-control-wrap.your-message .wpcf7-not-valid-tip {
  top: 18%;
}

.wpcf7-form-control-wrap.your-email {
  margin-bottom: 0;
  margin-right: 5px;
}

@media screen and (min-width: 576px) {
  .wpcf7-form-control-wrap.your-email {
    margin-right: 15px;
  }
}
.wpcf7-form-control-wrap .wpcf7-form-control {
  width: 100%;
  border: 1px solid #fff;
  font-family: NeueHaasUnicaW1G-Regular, sans-serif;
  font-weight: 500;
  font-size: 11px;
  line-height: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fe3d00;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  padding: 16px 15px;
}

.wpcf7-form-control-wrap .wpcf7-form-control:not(:last-child) {
  margin-bottom: 10px;
}

.wpcf7-form-control-wrap .wpcf7-form-control::-webkit-input-placeholder {
  font-family: NeueHaasUnicaW1G-Regular, sans-serif;
  font-weight: 500;
  font-size: 11px;
  line-height: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: hsla(0, 0%, 55.3%, 0.5);
}

.wpcf7-form-control-wrap .wpcf7-form-control::-moz-placeholder {
  font-family: NeueHaasUnicaW1G-Regular, sans-serif;
  font-weight: 500;
  font-size: 11px;
  line-height: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: hsla(0, 0%, 55.3%, 0.5);
}

.wpcf7-form-control-wrap .wpcf7-form-control:-ms-input-placeholder {
  font-family: NeueHaasUnicaW1G-Regular, sans-serif;
  font-weight: 500;
  font-size: 11px;
  line-height: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: hsla(0, 0%, 55.3%, 0.5);
}

.wpcf7-form-control-wrap .wpcf7-form-control::-ms-input-placeholder {
  font-family: NeueHaasUnicaW1G-Regular, sans-serif;
  font-weight: 500;
  font-size: 11px;
  line-height: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: hsla(0, 0%, 55.3%, 0.5);
}

.wpcf7-form-control-wrap .wpcf7-form-control::placeholder {
  font-family: NeueHaasUnicaW1G-Regular, sans-serif;
  font-weight: 500;
  font-size: 11px;
  line-height: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: hsla(0, 0%, 55.3%, 0.5);
}

.wpcf7-form-control-wrap .wpcf7-form-control.your-message {
  margin-bottom: 15px;
}

.wpcf7-submit {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  cursor: pointer;
  color: #fe3d00;
  font-family: NeueHaasUnicaW1G-Regular, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  display: block;
  color: #fff;
  background-color: transparent;
  border-radius: 0;
}

.wpcf7-not-valid-tip {
  display: block;
  color: #ff7979;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.01em;
}

.wpcf7-response-output {
  display: block;
  color: #fff;
  font-family: NeueHaasUnicaW1G-Regular, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
}

.screen-reader-response, .wpcf7-display-none {
  display: none;
}

div.wpcf7 {
  margin: 0;
  padding: 0;
}

div.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}

div.wpcf7 .btn {
  position: relative;
}

.ajax-loader {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  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%;
  border: none;
  border-radius: 4px;
  padding: 0;
}

.ajax-loader.is-active {
  visibility: visible;
}

.ajax-loader img {
  height: 66%;
  -webkit-animation: rotation 1s linear;
  animation: rotation 1s linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.wpcf7-textarea {
  resize: none;
}

.wpcf7-validation-errors {
  margin-top: 13px;
  color: #fe3d00;
}

.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  -webkit-transition: all 0s;
  transition: all 0s;
}

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-gallery, .tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: opacity 0s, -webkit-transform 0s;
  transition: opacity 0s, -webkit-transform 0s;
  transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s, -webkit-transform 0s;
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-fadeOut, .tns-normal {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.33333%;
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: 1.42857%;
  height: 10px;
  float: left;
}

#footer {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #0f002e;
  color: #fff;
}

#footer .container {
  max-width: 100%;
  padding-left: 26px;
  padding-right: 26px;
}

@media screen and (min-width: 1440px) {
  #footer .content {
    padding-left: 0;
    padding-right: 0;
  }
}
#footer .content h3 {
  font-family: NeueHaasUnicaW1G-Regular, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 113%;
  letter-spacing: -0.3px;
  margin-bottom: 32px;
}

#footer .wpcf7 {
  margin-bottom: 100px;
}

@media screen and (min-width: 992px) {
  #footer .wpcf7 {
    max-width: 550px;
  }
}
@media screen and (min-width: 1200px) {
  #footer .wpcf7 {
    margin-bottom: 54px;
    margin-top: auto;
    grid-area: form;
  }
}
#footer .wpcf7 .wpcf7-form-control-wrap.your-email {
  max-width: 390px;
}

@media screen and (min-width: 1200px) {
  #footer .wpcf7 .wpcf7-response-output {
    position: absolute;
    max-width: 550px;
  }
}
#footer .wpcf7 .btn-base, #footer .wpcf7 .page-template-page-constructor-history .info-banner .btn, .page-template-page-constructor-history .info-banner #footer .wpcf7 .btn {
  padding: 14px 5px;
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

#footer .wpcf7 .btn-base:hover, #footer .wpcf7 .page-template-page-constructor-history .info-banner .btn:hover, .page-template-page-constructor-history .info-banner #footer .wpcf7 .btn:hover {
  background-color: #fff;
}

#footer .wpcf7 .btn-base:hover *, #footer .wpcf7 .page-template-page-constructor-history .info-banner .btn:hover *, .page-template-page-constructor-history .info-banner #footer .wpcf7 .btn:hover * {
  color: #fe3d00;
}

@media screen and (min-width: 768px) {
  #footer .wpcf7 .btn-base, #footer .wpcf7 .page-template-page-constructor-history .info-banner .btn, .page-template-page-constructor-history .info-banner #footer .wpcf7 .btn {
    padding: 14px;
  }
}
#footer .social-links__list {
  margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
  #footer .social-links__list {
    margin-bottom: 0;
  }
}
#footer .social-links__list .social-links__item:hover svg path {
  fill: #fff;
}

#footer .social-links__list .social-links__item:not(:last-child) {
  margin-right: 39px;
}

@media screen and (min-width: 992px) {
  #footer .social-links__list .social-links__item:not(:last-child) {
    margin-right: 20px;
  }
}
@media screen and (min-width: 992px) {
  #footer .social-links__list .social-links__item {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    width: 28px;
    height: 28px;
  }
  #footer .social-links__list .social-links__item.facebook-item {
    width: 25px;
  }
  #footer .social-links__list .social-links__item.twitter-icon {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
#footer .copyrights, #footer .designer {
  font-family: NeueHaasUnicaW1G-Regular, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  color: #858585;
}

@media screen and (min-width: 992px) {
  #footer .copyrights, #footer .designer {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  #footer .designer {
    margin-bottom: 17px;
  }
}
@media (max-width: 992px) {
  #footer .copyrights {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
@media screen and (min-width: 1200px) {
  #footer .support-subscribe {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: auto;
    grid-template-areas: "desc desc list" "form support list";
    margin-bottom: -10px;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  font-family: NeueHaasUnicaW1G-Regular, sans-serif;
  font-weight: 400;
  background-color: #fff;
}

.header.shadow {
  -webkit-box-shadow: 0 4px 17px -3px rgba(0, 27, 43, 0.1);
  box-shadow: 0 4px 17px -3px rgba(0, 27, 43, 0.1);
}

.header.menu-opened .header__search-menu .close-btn:after, .header.menu-opened .header__search-menu .close-btn:before, .header.menu-opened .menu-btn:after, .header.menu-opened .menu-btn:before {
  background-color: #fe3d00;
}

.header.menu-opened .header__search-menu .close-btn:before, .header.menu-opened .menu-btn:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
}

.header.menu-opened .header__search-menu .close-btn:after, .header.menu-opened .menu-btn:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 40%;
}

.header.menu-opened .header__content {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.header .current-menu-item {
  color: #ff6333;
}

@media (max-width: 768px) {
  .header .search-tag-list {
    overflow-y: auto;
  }
}
.header .tags_list {
  list-style-type: none;
  max-height: 153px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .header .tags_list {
    max-height: inherit;
  }
}
.header .tags_list .tag-item {
  width: 25%;
}

@media (max-width: 768px) {
  .header .tags_list .tag-item {
    width: 100%;
  }
}
.header .tags_list a {
  font-size: 15px;
  line-height: 28px;
  letter-spacing: -0.3px;
  color: #fe3d00;
}

.header.search-open .header__search-menu {
  visibility: visible;
  opacity: 1;
}

@media screen and (min-width: 576px) {
  .header:before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    z-index: -1;
  }
}
@media screen and (min-width: 992px) {
  .header.search-open:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: calc(100vh - 94px);
    -webkit-transform: translateY(94px);
    transform: translateY(94px);
    background-color: #000;
    opacity: 0.5;
    z-index: 1;
  }
  .header.sub-menu-opened .sub-menu-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header.sub-menu-opened:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: calc(100vh - 94px);
    -webkit-transform: translateY(94px);
    transform: translateY(94px);
    background-color: #000;
    opacity: 0.5;
    z-index: 1;
  }
  .header.sub-menu-opened .header__nav .social-links-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header.sub-menu-opened .header__content .header__nav .nav__list .menu-item-has-children .sub-menu-wrapper {
    opacity: 1;
  }
}
.header .container {
  background-color: #fff;
  position: relative;
  max-width: 100%;
  padding: 28px 26px 23px;
}

.header .header__search-menu .close-btn, .header .menu-btn {
  position: relative;
  width: 22px;
  height: 22px;
  margin-right: 20px;
}

.header .header__search-menu .close-btn:after, .header .header__search-menu .close-btn:before, .header .menu-btn:after, .header .menu-btn:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #0b0000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header .header__search-menu .close-btn:before, .header .menu-btn:before {
  top: 0;
}

.header .header__search-menu .close-btn:after, .header .menu-btn:after {
  bottom: 0;
}

@media screen and (min-width: 992px) {
  .header .logo svg path {
    stroke: #000;
    stroke-width: 0.1;
  }
}
@media screen and (min-width: 1440px) {
  .header .logo .logo__link {
    position: relative;
    top: 3px;
  }
}
.header .logo:hover svg path {
  fill: #fe3d00;
}

.header .logo__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .header__content {
  height: calc(100% - 94px);
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -2;
  margin-top: 94px;
  background: #e5e5e5;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  overflow: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 23px;
  line-height: 56px;
  letter-spacing: -0.3px;
  color: #000;
}

@media screen and (min-width: 768px) {
  .header .header__content {
    font-size: 20px;
  }
}
@media screen and (min-width: 992px) {
  .header .header__content {
    position: static;
    -webkit-transform: none;
    transform: none;
    height: auto;
    min-height: unset;
    margin-top: 0;
    z-index: 2;
    background-color: #fff;
    line-height: 23px;
    overflow: initial;
  }
}
@media screen and (min-width: 1200px) {
  .header .header__content {
    font-size: 23px;
  }
}
.header .header__content .header__nav .current-menu-item.menu-item a {
  color: #ff6333;
}

.header .header__content .header__nav {
  padding: 0 58px;
  margin-top: 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (min-width: 768px) {
  .header .header__content .header__nav {
    margin-top: 70px;
  }
}
@media screen and (min-width: 992px) {
  .header .header__content .header__nav {
    margin: 0 0 0 90px;
    padding: 0;
  }
}
.header .header__content .header__nav .nav__list, .header .header__content .header__nav .sub-menu {
  list-style: none;
}

@media screen and (min-width: 992px) {
  .header .header__content .header__nav .sub-menu {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .header .header__content .header__nav .nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .header .header__content .header__nav .nav__list > .menu-item:not(:last-child) > a {
    margin-right: 31px;
  }
}
@media screen and (min-width: 992px) {
  .header .header__content .header__nav .nav__list .menu-item-has-children {
    position: relative;
  }
  .header .header__content .header__nav .nav__list .menu-item-has-children .sub-menu-wrapper {
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
.header .header__content .header__nav .nav__list .menu-item-has-children.opened > a {
  color: #fe3d00;
}

.header .header__content .header__nav .nav__list .menu-item-has-children.opened .sub-menu-wrapper > .sub-menu {
  -webkit-transition: margin-bottom 0.5s;
  transition: margin-bottom 0.5s;
  margin-bottom: 5px;
  max-height: 5000px;
  visibility: visible;
  pointer-events: all;
}

@media screen and (min-width: 992px) {
  .header .header__content .header__nav .nav__list .menu-item-has-children.opened > a {
    position: relative;
  }
  .header .header__content .header__nav .nav__list .menu-item-has-children.opened > a:after {
    content: "";
    position: absolute;
    bottom: -23px;
    left: 0;
    height: 2px;
    width: 25px;
    background-color: #000;
    z-index: 1;
  }
  .header .header__content .header__nav .nav__list .menu-item-has-children.opened .sub-menu-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    line-height: 37px;
  }
  .header .header__content .header__nav .nav__list .menu-item-has-children.opened .sub-menu-wrapper > .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.header .header__content .header__nav .nav__list > .menu-item-type-custom:not(.menu-item-has-children):hover a {
  color: #fe3d00;
}

.header .header__content .header__nav .nav__list .sub-menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  pointer-events: none;
  padding-left: 53px;
}

@media screen and (min-width: 992px) {
  .header .header__content .header__nav .nav__list .sub-menu-wrapper {
    min-width: 505px;
    padding: 40px 74px 40px 50px;
    display: none;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: -50px;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  .header .header__content .header__nav .nav__list .sub-menu-wrapper:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    z-index: -1;
  }
  .header .header__content .header__nav .nav__list .sub-menu-wrapper > .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.header .header__content .header__nav .nav__list .sub-menu-wrapper > .sub-menu {
  list-style-type: none;
  margin-bottom: -2000px;
  -webkit-transition: margin-bottom 0.5s cubic-bezier(1, 0, 1, 1), visibility 0s 0.5s, max-height 0s 0.5s, opacity 0.3s;
  transition: margin-bottom 0.5s cubic-bezier(1, 0, 1, 1), visibility 0s 0.5s, max-height 0s 0.5s, opacity 0.3s;
  visibility: hidden;
  max-height: 0;
  width: 100%;
  line-height: 43px;
}

@media screen and (min-width: 992px) {
  .header .header__content .header__nav .nav__list .sub-menu-wrapper > .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header .header__content .header__nav .menu-item a {
  color: #000;
}

.header .header__content .header__nav .menu-item a:hover {
  color: #fe3d00;
}

.header .header__content .header__nav .menu-item.primary-item {
  margin-top: 40px;
}

.header .header__content .header__nav .menu-item.primary-item a {
  color: #fe3d00;
  position: relative;
}

.header .header__content .header__nav .menu-item.primary-item a:hover {
  color: #000;
}

.header .header__content .header__nav .menu-item.primary-item a:hover:after {
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header .header__content .header__nav .menu-item.primary-item a:after {
  content: url(../images/svg/arrow_vox.svg);
  display: inline-block;
  margin-left: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header .header__content .header__lang-list-wrapper {
  padding: 25px 58px;
}

@media screen and (min-width: 992px) {
  .header .header__content .header__lang-list-wrapper {
    margin: 0 30px 0 auto;
    padding: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.header .header__content .header__lang-list {
  padding: 0 58px;
}

@media screen and (min-width: 768px) {
  .header .header__content .header__lang-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (min-width: 992px) {
  .header .header__content .header__lang-list {
    padding: 0;
  }
}
.header .header__content .header__lang-list .lang-item {
  cursor: pointer;
  margin-right: auto;
}

.header .header__content .header__lang-list .lang-item:hover a {
  color: #fe3d00;
}

@media screen and (min-width: 768px) {
  .header .header__content .header__lang-list .lang-item {
    margin-right: 50px;
  }
}
@media screen and (min-width: 992px) {
  .header .header__content .header__lang-list .lang-item:first-child {
    margin-right: 20px;
  }
}
.header .social-links-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 0 58px;
}

@media screen and (min-width: 992px) {
  .header .social-links-wrapper {
    display: none;
    position: absolute;
    width: auto;
    margin-top: 0;
    padding: 0;
  }
}
.header .header__nav .social-links-wrapper {
  display: none;
  margin-bottom: 34px;
}

.header .header__nav .social-links-wrapper .social-links__item {
  width: 24px;
  height: 24px;
}

.header .header__nav .social-links-wrapper .social-links__item:not(:last-child) {
  margin-right: 30px;
}

.header .header__search-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-left: auto;
  cursor: pointer;
}

.header .header__search-icon svg {
  pointer-events: none;
}

.header .header__search-menu {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (min-width: 992px) {
  .header .header__search-menu {
    height: auto;
    min-height: 450px;
  }
}
.header .header__search-menu .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  position: relative;
}

@media screen and (min-width: 992px) {
  .header .header__search-menu .container {
    height: auto;
  }
}
.header .header__search-menu form {
  margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
  .header .header__search-menu form {
    margin-bottom: 47px;
  }
}
.header .header__search-menu .search-menu__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 66px;
  padding-bottom: 23px;
  margin-bottom: 23px;
}

@media screen and (min-width: 992px) {
  .header .header__search-menu .search-menu__header {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 68px;
  }
}
.header .header__search-menu .close-btn {
  margin-left: auto;
  margin-right: 0;
}

.header .header__search-menu .close-btn:after, .header .header__search-menu .close-btn:before {
  background-color: #fe3d00;
}

.header .header__search-menu .close-btn:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
}

.header .header__search-menu .close-btn:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 40%;
}

.header .header__search-menu .close-btn svg {
  pointer-events: none;
}

.header .search-results {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow-y: auto;
  display: none;
  background-color: #e5e5e5;
  padding: 26px 0;
  position: absolute;
  top: 198px;
  min-height: 210px;
  max-height: 210px;
  width: calc(100% - 30px);
}

@media (max-width: 600px) {
  .header .search-results {
    top: 150px;
  }
}
@media screen and (min-width: 992px) {
  .header .search-results {
    padding: 17px 0;
  }
}
.header .search-results.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header .search-results a {
  color: #858585;
}

.header .search-results a span {
  color: #000;
}

.header .search-menu__results-item {
  font-family: NeueHaasUnicaW1G-Regular, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  color: #858585;
  padding-bottom: 36px;
}

@media screen and (min-width: 992px) {
  .header .search-menu__results-item {
    padding-bottom: 10px;
  }
}
.header__search-input {
  width: 100%;
  border: none;
  border-bottom: 2px solid #000;
  padding-bottom: 5px;
  outline: none;
}

@media screen and (min-width: 1200px) {
  .header__search-input {
    outline: initial;
  }
}
.header__search-input::-webkit-search-cancel-button, .header__search-input::-webkit-search-decoration, .header__search-input::-webkit-search-results-button, .header__search-input::-webkit-search-results-decoration {
  display: none;
}

.header__search-input::-webkit-input-placeholder {
  font-family: NeueHaasUnicaW1G-Regular, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: -0.003em;
  color: #858585;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}

.header__search-input::-moz-placeholder {
  font-family: NeueHaasUnicaW1G-Regular, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: -0.003em;
  color: #858585;
  outline: none;
  -moz-appearance: none;
  appearance: none;
}

.header__search-input:-ms-input-placeholder {
  font-family: NeueHaasUnicaW1G-Regular, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: -0.003em;
  color: #858585;
  outline: none;
  appearance: none;
}

.header__search-input::-ms-input-placeholder {
  font-family: NeueHaasUnicaW1G-Regular, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: -0.003em;
  color: #858585;
  outline: none;
  appearance: none;
}

.header__search-input, .header__search-input::placeholder {
  font-family: NeueHaasUnicaW1G-Regular, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: -0.003em;
  color: #858585;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 100%;
  height: auto;
  -webkit-transition: background 0.3s linear;
  transition: background 0.3s linear;
}

.hero .content {
  margin-top: 40px;
  margin-bottom: 30px;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .hero .content {
    margin-top: 70px;
  }
}
@media screen and (min-width: 992px) {
  .hero .content {
    overflow: visible;
  }
}
.hero .tns-inner {
  margin: 0 auto;
}

@media screen and (min-width: 992px) {
  .hero .tns-controls {
    position: absolute;
    bottom: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: calc(100% + 70px);
    left: -35px;
  }
}
@media screen and (min-width: 1440px) {
  .hero .tns-controls {
    width: calc(100% + 140px);
    left: -70px;
  }
}
.hero .tns-controls [data-controls=next], .hero .tns-controls [data-controls=prev] {
  bottom: 0;
  top: unset;
}

@media screen and (min-width: 992px) {
  .hero .tns-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 992px) {
  .hero .main-banner {
    margin-right: 150px;
  }
}
.posts-widget {
  padding: 45px 0;
}

@media screen and (min-width: 768px) {
  .posts-widget {
    padding: 70px 0;
  }
}
.editorial-team .post-info .post-info__img {
  position: relative;
  width: 100%;
  padding-top: 100%;
}

.editorial-team .post-info .post-info__img img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: unset;
  max-height: unset;
}

.editorial-team .post-info .item-title {
  color: #fe3d00;
  font-size: 15px;
  line-height: 122%;
  letter-spacing: -0.3px;
}

@media screen and (min-width: 992px) {
  .editorial-team .post-info .item-title {
    font-size: 18px;
  }
}
.editorial-team .post-info .item-title.primary-color:hover {
  color: #000;
}

.editorial-team .post-info .btn, .editorial-team .post-info .post-info__desc, .editorial-team .post-info .post-info__desc p, .editorial-team .post-info h3 {
  font-family: NeueHaasUnicaW1G-Regular, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 122%;
  letter-spacing: -0.3px;
}

@media screen and (min-width: 992px) {
  .editorial-team .post-info .btn, .editorial-team .post-info .post-info__desc, .editorial-team .post-info .post-info__desc p, .editorial-team .post-info h3 {
    font-size: 18px;
  }
}
.editorial-team .post-info .underline:after {
  height: 1.5px;
  width: 20px;
  bottom: -10px;
}

@media screen and (min-width: 992px) {
  .editorial-team .post-info .underline {
    margin-bottom: 30px;
  }
  .editorial-team .post-info .underline:after {
    bottom: -15px;
  }
}
.editorial-team .post-info .arrow {
  width: 15.6px;
  height: 9px;
}

@media screen and (min-width: 768px) {
  .editorial-team .post-info .arrow {
    width: 22px;
    height: 12px;
  }
}
.editorial-team .hide {
  display: none;
}

.editorial-team .editorial-load-more {
  margin: 0 auto;
}

.show-all .hide {
  display: block;
}

.page-404 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}

.page-404 .content {
  padding: 0 15px;
}

.page-404 h1, .page-404 h3 {
  font-size: 56px;
  font-family: NeueHaasUnicaW1G-Regular, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 104%;
  letter-spacing: -0.38617px;
}

@media screen and (min-width: 992px) {
  .page-404 h1, .page-404 h3 {
    font-size: 70px;
  }
}
.page-404 .main-banner .underline {
  margin-bottom: 50px;
}

.page-404 .main-banner .underline:after {
  width: 55px;
  height: 4px;
  bottom: -25px;
}

@media screen and (min-width: 992px) {
  .page-404 .main-banner .underline {
    margin-bottom: 80px;
  }
  .page-404 .main-banner .underline:after {
    width: 65px;
    height: 6px;
    bottom: -40px;
  }
}
.page-404 .wrapper-404 {
  padding: 32px 28px;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 576px) {
  .page-404 .wrapper-404 {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media screen and (min-width: 992px) {
  .page-404 .wrapper-404 {
    padding: 32px 38px 50px;
  }
}
.news-item .content {
  position: relative;
}

.news-item section.main-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}

.news-item section.main-section .image-source__wrapper {
  position: absolute;
  bottom: -60px;
  right: 15px;
  font-family: Neue Haas Unica;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 170.7%;
  text-align: right;
  color: #fff;
  opacity: 0.5;
}

@media screen and (min-width: 992px) {
  .news-item section.main-section .image-source__wrapper {
    color: #000;
    bottom: -75px;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
.news-item .base-section .date-wrapper {
  margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
  .news-item .base-section .date-wrapper {
    margin-bottom: 45px;
  }
}
.news-item .base-section .date-wrapper > span {
  font-family: GaramondPremrPro-ItCapt, sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 15px;
  line-height: 117%;
}

@media screen and (min-width: 576px) {
  .news-item .base-section .date-wrapper > span {
    margin-right: 90px;
  }
}
@media screen and (min-width: 992px) {
  .news-item .base-section .date-wrapper > span {
    font-size: 18px;
  }
}
.news-item .base-section .date-wrapper .addtoany_list a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.news-item .base-section .date-wrapper .addtoany_list a:not(:last-child) {
  margin-right: 5px;
}

.news-item .base-section .post-content .authors-wrapper {
  margin-top: 40px;
  margin-bottom: 60px;
}

@media screen and (min-width: 992px) {
  .news-item .base-section .post-content .authors-wrapper {
    margin-top: 60px;
  }
}
.news-item .base-section .post-content .authors-wrapper > span {
  display: block;
  font-family: NeueHaasUnicaW1G-Regular, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 117%;
  letter-spacing: -0.3px;
  margin-bottom: 36px;
}

@media screen and (min-width: 992px) {
  .news-item .base-section .post-content .authors-wrapper > span {
    margin-bottom: 20px;
  }
}
.news-item .base-section .post-content .authors-wrapper .author-image-wrapper {
  width: 56px;
  height: 56px;
  margin-right: 15px;
  border-radius: 50%;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.news-item .base-section .post-content .authors-wrapper .author-image-wrapper img {
  width: 100%;
  height: auto;
  margin: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

@media screen and (min-width: 768px) {
  .news-item .base-section .post-content .authors-wrapper .authors__list-item {
    width: 46%;
  }
}
@media screen and (min-width: 1200px) {
  .news-item .base-section .post-content .authors-wrapper .authors__list-item {
    width: 32%;
  }
}
.news-item .base-section .post-content .authors-wrapper a {
  color: #000;
}

.news-item .base-section .post-content .authors-wrapper a:hover {
  color: #fe3d00;
}

.news-item .base-section .post-content .attention-wrapper {
  color: #000;
  padding: 28px;
  background-color: #f1f4f4;
  margin-bottom: 63px;
}

.news-item .base-section .post-content .attention-wrapper h1, .news-item .base-section .post-content .attention-wrapper h2, .news-item .base-section .post-content .attention-wrapper h3, .news-item .base-section .post-content .attention-wrapper h4, .news-item .base-section .post-content .attention-wrapper h5 {
  color: inherit;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 24px;
  line-height: 117%;
  letter-spacing: -0.3px;
}

.news-item .base-section .post-content .attention-wrapper p {
  font-family: NeueHaasUnicaW1G-Regular, sans-serif;
}

.news-item .base-section .post-content .attention-wrapper p:last-child {
  margin-bottom: 0;
}

.news-item .base-section .post-content div.content-wrapper ol, .news-item .base-section .post-content div.content-wrapper ul {
  -webkit-padding-start: 30px;
  padding-inline-start: 30px;
  margin-bottom: 25px;
}

@media screen and (min-width: 992px) {
  .news-item .base-section .post-content div.content-wrapper ol, .news-item .base-section .post-content div.content-wrapper ul {
    -webkit-padding-start: 60px;
    padding-inline-start: 60px;
    margin-bottom: 30px;
  }
}
.news-item .base-section .post-content .post-tags-wrapper a, .news-item .base-section .post-content .post-tags-wrapper span {
  display: block;
  font-family: NeueHaasUnicaW1G-Regular, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  margin-right: 5px;
  color: #000;
}

@media screen and (min-width: 992px) {
  .news-item .base-section .post-content .post-tags-wrapper a, .news-item .base-section .post-content .post-tags-wrapper span {
    font-size: 20px;
    line-height: 30px;
  }
}
.news-item .base-section .post-content .post-tags-wrapper .post-tags {
  padding: 0;
  margin: 0;
}

.news-item .base-section .post-content .post-tags-wrapper .post-tags li:not(:first-child) {
  text-transform: lowercase;
}

.news-item .base-section .post-content .post-tags-wrapper a:hover {
  color: #fe3d00;
}

.news-item .addtoany_list a:hover img, .news-item .addtoany_list a:hover span {
  -webkit-filter: brightness(0);
  filter: brightness(0);
  opacity: 1;
}

.news-item .addtoany_list a:not(.addtoany_special_service) > span {
  opacity: 0 !important;
  display: none !important;
}

.news-item .recent-posts-widget h3 {
  font-family: NeueHaasUnicaW1G-Regular, sans-serif;
  font-size: 25px;
  line-height: 117%;
  letter-spacing: -0.3px;
  margin-bottom: 16px;
  font-weight: 400;
}

.news-item .recent-posts-widget .post-info {
  width: 100%;
}

.news-item .recent-posts-widget .post-info .post-info__img img {
  min-height: 158px;
  max-height: 158px;
}

.news-item .recent-posts-widget .post-info .categories-wrapper {
  display: none;
}

.news-item .recent-posts-widget .post-info .authors__list-item, .news-item .recent-posts-widget .post-info h2 {
  font-size: 18px;
  line-height: 26px;
}

.news-item .recent-posts-widget .post-info .authors__list-item a:after, .news-item .recent-posts-widget .post-info h2 a:after {
  width: 18px;
}

.news-item .recent-posts-widget .post-info .authors__list {
  margin-bottom: 10px;
}

.news-item .recent-posts-widget .post-info .post-info__date {
  font-size: 12px;
}

.news-item .read-more-widget {
  background-color: #e5e5e5;
}

@media screen and (min-width: 992px) {
  .news-item .read-more-widget {
    background-color: #fff;
  }
}
.news-item .read-more-widget h3 {
  font-family: NeueHaasUnicaW1G-Regular, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 104%;
  letter-spacing: -0.3px;
  color: #010101;
  margin-bottom: 46px;
}

@media screen and (min-width: 992px) {
  .news-item .read-more-widget h3 {
    margin-bottom: 60px;
    font-size: 48px;
    line-height: 104%;
  }
}
.news-item .left-flow {
  float: right;
  margin-left: 30px;
  margin-bottom: 30px;
}

.news-item .right-flow {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}

.news-item .primary-post-color {
  color: #fe3d00;
}

.post-content a {
  text-decoration: underline;
}

.category .main-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}

.category .category-desc-section {
  font-family: NeueHaasUnicaW1G-Regular, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}

@media screen and (min-width: 992px) {
  .category .category-desc-section {
    font-size: 33px;
    line-height: 43px;
  }
}
.category .category-desc-section .content {
  max-width: 850px;
}

.category .category-desc-section .content p:not(:last-child) {
  margin-bottom: 25px;
}

@media screen and (min-width: 992px) {
  .category .category-desc-section .content p:not(:last-child) {
    margin-bottom: 30px;
  }
}
.category .category-desc-section .content a {
  color: #fe3d00;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.category .category-desc-section .content a:hover {
  color: #000;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.category .posts-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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .category .posts-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.category .post-info {
  margin-bottom: 40px;
}

.category .page-btns-wrapper {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 10px;
}

@media screen and (min-width: 992px) {
  .category .page-btns-wrapper {
    margin-top: 95px;
    margin-bottom: 25px;
  }
}
.tag .main-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}

.tag .base-section h3 {
  font-family: NeueHaasUnicaW1G-Regular, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 117%;
  letter-spacing: -0.3px;
  color: #000;
  margin-bottom: 36px;
}

.tag .post-info {
  margin-bottom: 40px;
}

.tag .authors__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 70px;
}

@media screen and (min-width: 992px) {
  .tag .authors__list {
    margin-bottom: 0;
  }
}
.tag .authors__list--full .authors__list-item {
  width: 100%;
  padding-right: 0;
}

.future-events {
  background-color: #e5e5e5;
}

.past-events .posts-wrapper:not(:first-of-type), .past-events .posts-wrapper:not(:last-of-type) {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .archive-events-page .post-info, .past-events .post-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 915px;
  }
}
.archive-events-page .post-info .post-info__content, .past-events .post-info .post-info__content {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .archive-events-page .post-info .post-info__content, .past-events .post-info .post-info__content {
    margin: 0 15px;
  }
}
@media screen and (min-width: 992px) {
  .archive-events-page .post-info .post-info__content, .past-events .post-info .post-info__content {
    margin: 0 36px;
    width: 425px;
  }
}
@media screen and (min-width: 768px) {
  .archive-events-page .post-info .post-info__img, .past-events .post-info .post-info__img {
    margin-bottom: 0;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .archive-events-page .post-info .post-info__img img, .past-events .post-info .post-info__img img {
    margin-bottom: 0;
    height: 137px !important;
    width: 217px;
    max-height: initial;
    min-height: initial;
  }
}
.archive-events-page .post-info h3, .past-events .post-info h3 {
  font-weight: 400;
  margin-bottom: 10px;
}

@media screen and (min-width: 992px) {
  .archive-events-page .post-info h3, .past-events .post-info h3 {
    margin-bottom: 2px;
  }
}
.archive-events-page .post-info .post-info__add-info, .archive-events-page .post-info .post-info__location, .past-events .post-info .post-info__add-info, .past-events .post-info .post-info__location {
  font-family: NeueHaasUnicaW1G-Regular, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
}

.archive-events-page .post-info .post-info__add-info, .past-events .post-info .post-info__add-info {
  text-transform: lowercase;
  margin-bottom: 20px;
}

.archive-events-page .post-info .post-info__add-info:after, .past-events .post-info .post-info__add-info:after {
  bottom: -10px;
  width: 15px;
  height: 1px;
}

.archive-events-page .post-info .post-info__add-info .post-info__date, .past-events .post-info .post-info__add-info .post-info__date {
  font-style: normal;
  margin-bottom: 5px;
  color: #fe3d00;
  font-family: Neue Haas Unica, sans-serif;
}

.archive-events-page .post-info .btn-base, .archive-events-page .post-info .page-template-page-constructor-history .info-banner .btn, .page-template-page-constructor-history .info-banner .archive-events-page .post-info .btn, .page-template-page-constructor-history .info-banner .past-events .post-info .btn, .past-events .post-info .btn-base, .past-events .post-info .page-template-page-constructor-history .info-banner .btn {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.single-event-section {
  background-color: #e5e5e5;
}

.single-event-section .post-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .single-event-section .post-info {
    display: grid;
    grid-template-areas: "image info" "title ." "content .";
    grid-auto-rows: auto;
    grid-template-columns: 65% 30%;
    grid-column-gap: 5%;
    width: 100%;
    max-width: 915px;
  }
}
.single-event-section .post-info h3 {
  font-weight: 400;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
  .single-event-section .post-info h3 {
    grid-area: title;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 992px) {
  .single-event-section .post-info h3 {
    font-size: 35px;
    line-height: 42px;
  }
}
@media screen and (min-width: 768px) {
  .single-event-section .post-info .post-info__img {
    grid-area: image;
    margin-bottom: 40px;
    width: 100%;
  }
  .single-event-section .post-info .post-info__img img {
    min-height: 250px;
    max-height: 250px;
  }
}
@media screen and (min-width: 992px) {
  .single-event-section .post-info .post-info__img img {
    min-height: 330px;
    max-height: 330px;
  }
}
.single-event-section .post-info .post-info__add-info, .single-event-section .post-info .post-info__date, .single-event-section .post-info .post-info__location {
  font-family: NeueHaasUnicaW1G-Regular, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
}

@media screen and (min-width: 992px) {
  .single-event-section .post-info .post-info__add-info, .single-event-section .post-info .post-info__date, .single-event-section .post-info .post-info__location {
    font-size: 25px;
    line-height: 30px;
  }
}
@media screen and (min-width: 768px) {
  .single-event-section .post-info .post-info__location {
    grid-area: location;
  }
}
.single-event-section .post-info .post-info__add-info {
  text-transform: lowercase;
  margin-bottom: 20px;
}

.single-event-section .post-info .post-info__add-info:after {
  bottom: -10px;
  width: 15px;
  height: 1px;
}

@media screen and (min-width: 768px) {
  .single-event-section .post-info .post-info__add-info {
    grid-area: info;
  }
}
.single-event-section .post-info .post-info__add-info .post-info__date {
  font-style: normal;
  margin-bottom: 5px;
  color: #fe3d00;
}

.single-event-section .post-info .post-info__link {
  margin-top: 25px;
  margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
  .single-event-section .post-info .post-info__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    grid-area: link;
  }
}
@media screen and (min-width: 768px) {
  .single-event-section .post-info .post-info__content {
    grid-area: content;
  }
}
.single-event-section .post-info .read-more {
  margin-left: auto;
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .single-event-section .post-info .read-more {
    margin-left: unset;
    margin-right: auto;
  }
}
.single-event-section .post-info .read-more-wrapper.opened .read-more .icon {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.single-event-section .post-info .read-more-wrapper.opened .load-more-wrapper .content-more {
  -webkit-transition: margin-bottom 0.5s;
  transition: margin-bottom 0.5s;
  margin-bottom: 5px;
  max-height: 5000px;
  visibility: visible;
  -webkit-animation: fade-out 1s;
  animation: fade-out 1s;
}

.single-event-section .post-info .read-more-wrapper.opened .dots {
  opacity: 0;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.single-event-section .post-info .content-more, .single-event-section .post-info .excerpt {
  font-family: Lava Pro, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}

@media screen and (min-width: 992px) {
  .single-event-section .post-info .content-more, .single-event-section .post-info .excerpt {
    font-size: 20px;
    line-height: 30px;
  }
}
.single-event-section .post-info .excerpt p {
  margin-bottom: 30px;
}

.single-event-section .post-info .content-more blockquote p {
  font-style: italic;
}

@media screen and (min-width: 992px) {
  .single-event-section .post-info .content-more blockquote p {
    margin-left: -70px !important;
  }
}
.single-event-section .post-info .content-more h1, .single-event-section .post-info .content-more h2, .single-event-section .post-info .content-more h3, .single-event-section .post-info .content-more h4, .single-event-section .post-info .content-more h5 {
  font-weight: 500;
  margin-top: 58px;
  margin-bottom: 28px;
  font-family: NeueHaasUnicaW1G-Regular, sans-serif;
}

.single-event-section .post-info .content-more a {
  color: #fe3d00;
}

.single-event-section .post-info .content-more a:hover {
  color: #000;
}

.single-event-section .post-info .content-more p:not(:last-of-type), .single-event-section .post-info .content-more table:not(:last-of-type) {
  margin-bottom: 25px;
}

@media screen and (min-width: 992px) {
  .single-event-section .post-info .content-more p:not(:last-of-type), .single-event-section .post-info .content-more table:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
.single-event-section .post-info .content-more table {
  margin: 30px 0 !important;
  width: 100% !important;
}

.single-event-section .post-info .content-more table tr:nth-of-type(2n) {
  background-color: #fbfbfb !important;
}

.single-event-section .post-info .content-more table td {
  padding: 10px 5px !important;
  font-family: NeueHaasUnicaW1G-Regular, sans-serif;
}

.single-event-section .post-info .content-more .single-post-footnote, .single-event-section .post-info .content-more .single-post-image-title {
  font-family: NeueHaasUnicaW1G-Regular, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 110%;
  letter-spacing: -0.01em;
  margin-bottom: 63px;
  color: #858585;
}

.single-event-section .post-info .content-more .single-post-image-title {
  color: #000;
  position: relative;
  margin-bottom: 15px;
}

.single-event-section .post-info .content-more .single-post-image-title:after {
  bottom: -7px;
}

.single-event-section .post-info .content-more .single-post-footnote {
  margin-top: 20px;
  margin-bottom: 20px;
}

.single-event-section .post-info .content-more .single-post-footnote p {
  margin-bottom: 0;
}

.single-event-section .post-info .content-more .single-post-external-frame > p {
  margin: 0;
}

.single-event-section .post-info .content-more .single-post-external-frame img {
  background-color: #fff;
  border: 3px solid #bab9b9;
  margin: auto;
}

@media screen and (min-width: 992px) {
  .single-event-section .post-info .content-more .single-post-external-frame img {
    border: 3px solid #bab9b9;
  }
}
.single-event-section .post-info .content-more img {
  margin: 53px auto 15px;
  max-width: 100%;
  height: auto;
  display: block;
}

.single-event-section .post-info .content-more .reference {
  background-color: #f1f4f4;
  padding: 15px 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
  .single-event-section .post-info .content-more .reference {
    padding: 25px 40px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.single-event-section .post-info .content-more .reference p:last-child {
  margin: 0;
}

.single-event-section .post-info .content-more .reference h1:first-child, .single-event-section .post-info .content-more .reference h2:first-child, .single-event-section .post-info .content-more .reference h3:first-child, .single-event-section .post-info .content-more .reference h4:first-child, .single-event-section .post-info .content-more .reference h5:first-child {
  margin-top: 0;
}

.single-event-section .post-info .content-more .caption {
  font-family: NeueHaasUnicaW1G-Regular, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: #010101;
  margin-top: 40px;
  margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
  .single-event-section .post-info .content-more .longouot {
    margin-left: 80px;
    margin-right: 120px;
  }
}
.single-event-section .post-info .content-more div.content-wrapper ol, .single-event-section .post-info .content-more div.content-wrapper ul {
  -webkit-padding-start: 30px;
  padding-inline-start: 30px;
  margin-bottom: 25px;
}

@media screen and (min-width: 992px) {
  .single-event-section .post-info .content-more div.content-wrapper ol, .single-event-section .post-info .content-more div.content-wrapper ul {
    -webkit-padding-start: 60px;
    padding-inline-start: 60px;
    margin-bottom: 30px;
  }
}
.zebra {
  background: #e5e5e5;
}

.zebra:nth-of-type(2) {
  background: #fff;
}

@media screen and (min-width: 992px) {
  section.sponsorship-proposal {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
.sponsorship-proposal__title {
  margin-bottom: 8px;
}

@media screen and (min-width: 992px) {
  .sponsorship-proposal__title {
    margin-bottom: 20px;
  }
}
.sponsorship-proposal__desc {
  line-height: 1.75rem;
}

@media screen and (min-width: 992px) {
  .sponsorship-proposal__desc {
    line-height: 2.83rem;
  }
}
.sponsorship-requisites__desc {
  font-family: NeueHaasUnicaW1G-Regular, sans-serif;
  padding-top: 40px;
  font-size: 1.125rem;
}

@media screen and (min-width: 992px) {
  .sponsorship-requisites__desc {
    padding-top: 32px;
    font-size: 1.5625rem;
    line-height: 2.1875rem;
  }
}
.sponsorship-requisites__desc:first-line {
  color: #fe3d00;
}

.sponsorship-requisites .tabs {
  padding-bottom: 10px;
}

@media screen and (min-width: 992px) {
  .sponsorship-requisites .tabs {
    padding-bottom: 20px;
  }
}
.sponsorship-requisites .tab-item {
  grid-template-columns: repeat(4, 123px);
  grid-template-rows: repeat(2, 117px);
  grid-row-gap: 12px;
  max-width: 532px;
  display: none;
}

@media (max-width: 768px) {
  .sponsorship-requisites .tab-item {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 107px);
    grid-row-gap: 12px;
    grid-column-gap: 12px;
  }
}
.sponsorship-requisites .tab-item.active {
  display: grid;
}

.sponsorship-requisites .sub-section-title {
  font-family: Neue Haas Unica, sans-serif;
  font-size: 32px;
  font-weight: 400;
  margin-top: 92px;
}

.form-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-wrap, .sponsorship-form {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sponsorship-form {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
}

.sponsorship-form:nth-child(7) {
  grid-column: 3/5;
}

@media (max-width: 768px) {
  .sponsorship-form:nth-child(7) {
    grid-column: 1/3;
  }
}
.sponsorship-form button:before {
  content: "₴";
}

.sponsorship-form > .btn {
  width: 100%;
  height: 100%;
  font-size: 20px;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #000;
  color: #000;
}

.sponsorship-form > .btn:hover {
  border: 2px solid #ff6333;
  color: #ff6333;
  background: none;
}

.finance-status .desc {
  display: none;
}

.finance-status .text-block {
  margin-bottom: 20px;
}

.finance-status .statistics-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.finance-status .statistics {
  width: 100%;
  height: 126px;
  background: #e5e5e5;
  position: relative;
  margin-bottom: 25px;
}

.finance-status .raised-bg {
  content: "";
  position: absolute;
  height: 126px;
  background-color: #fe3d00;
  top: 0;
  left: 0;
}

.finance-status .to-raise {
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  position: absolute;
  font-size: 32px;
  color: #ff6333;
  letter-spacing: -0.33221px;
  margin-right: 20px;
}

.finance-status .to-raise, .finance-status .to-raise:after {
  font-family: NeueHaasUnicaW1G-Regular, sans-serif;
  line-height: 108%;
}

.finance-status .to-raise:after {
  content: "₴";
  font-size: 18px;
  padding-left: 5px;
}

.finance-status .raised {
  left: 16px;
  top: 16px;
  z-index: 1;
}

.finance-status .deadline {
  font-family: Neue Haas Unica, sans-serif;
  font-size: 18px;
}

.finance-status .deadline span {
  color: #ff6333;
}

.quotes_layout {
  padding-top: 0 !important;
}

.fundraising-community .author-info, .quotes_layout .author-info {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  max-width: 100% !important;
}

.fundraising-community .author-info img, .quotes_layout .author-info img {
  border-radius: 50%;
  width: 147px;
  margin-bottom: 0 !important;
}

@media (max-width: 992px) {
  .fundraising-community .author-info img, .quotes_layout .author-info img {
    min-width: 100px;
    height: 100px;
    width: 100px;
  }
}
.fundraising-community .authors__list-item, .quotes_layout .authors__list-item {
  width: 100%;
}

.fundraising-community .author-info-info, .quotes_layout .author-info-info {
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 33px;
  max-width: 252px;
}

.fundraising-community .author-info-info .name, .quotes_layout .author-info-info .name {
  color: #ff6333;
}

.fundraising-community .feedbacks__item:not(:last-child), .quotes_layout .feedbacks__item:not(:last-child) {
  margin-bottom: 55px !important;
}

.fundraising-community .feedbacks__icon, .quotes_layout .feedbacks__icon {
  line-height: 129px !important;
}

@media (max-width: 992px) {
  .fundraising-community .feedbacks__icon, .quotes_layout .feedbacks__icon {
    line-height: 79px !important;
  }
}
.fundraising-community img, .quotes_layout img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 32px;
}

@media screen and (min-width: 768px) {
  .fundraising-community img, .quotes_layout img {
    margin-bottom: 50px;
  }
}
.fundraising-community .feedbacks__icon, .quotes_layout .feedbacks__icon {
  font-family: NeueHaasUnicaW1G-Regular, sans-serif;
  font-size: 85px;
  line-height: 104%;
  padding-right: 17px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.3px;
  margin-top: -3px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fe3d00;
}

@media screen and (min-width: 992px) {
  .fundraising-community .feedbacks__icon, .quotes_layout .feedbacks__icon {
    font-size: 158px;
    line-height: 84%;
    padding-right: 30px;
    -webkit-text-stroke-width: 2px;
    margin-top: -5px;
  }
}
.fundraising-community .feedbacks__item:not(:last-child), .quotes_layout .feedbacks__item:not(:last-child) {
  margin-bottom: 65px;
}

@media screen and (min-width: 768px) {
  .fundraising-community .feedbacks__item:not(:last-child), .quotes_layout .feedbacks__item:not(:last-child) {
    margin-bottom: 100px;
  }
}
.fundraising-community .desc p, .quotes_layout .desc p {
  line-height: 45px;
}

.fundraising-community .feedbacks__desc, .quotes_layout .feedbacks__desc {
  font-family: NeueHaasUnicaW1G-Regular, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 45px;
  letter-spacing: -0.3px;
  margin-bottom: 27px;
  color: #010101;
}

@media screen and (min-width: 768px) {
  .fundraising-community .feedbacks__desc, .quotes_layout .feedbacks__desc {
    font-size: 32px;
  }
}
@media (max-width: 992px) {
  .fundraising-community .feedbacks__desc, .quotes_layout .feedbacks__desc {
    font-size: 18px;
    line-height: 28px;
  }
}
.fundraising-community .contacts-block__wrapper, .quotes_layout .contacts-block__wrapper {
  max-width: 830px;
}

.fundraising-community .authors__list-item, .quotes_layout .authors__list-item {
  margin-bottom: 0;
}

.fundraising-community .author-image-wrapper, .quotes_layout .author-image-wrapper {
  width: 100px;
  height: 100px;
}

@media screen and (min-width: 992px) {
  .fundraising-community .author-image-wrapper, .quotes_layout .author-image-wrapper {
    width: 147px;
    height: 147px;
  }
}
.fundraising-community .authors__list--full .author-info, .quotes_layout .authors__list--full .author-info {
  margin-top: auto;
  margin-bottom: auto;
}

.fundraising-community .authors__list-item, .quotes_layout .authors__list-item {
  width: unset;
}

.fundraising-community .author-info, .quotes_layout .author-info {
  max-width: 200px;
}

.info-banner.info-banner--fundraising .info-banner__wrapper {
  padding: 0;
}

@media screen and (min-width: 992px) {
  .info-banner.info-banner--fundraising .info-banner__wrapper {
    max-width: 900px;
  }
}
@media screen and (min-width: 992px) {
  .info-banner.info-banner--fundraising .info-banner.info-banner--list-item .info-banner__title, .info-banner.info-banner--fundraising .info-banner__desc, .info-banner.info-banner--list-item .info-banner.info-banner--fundraising .info-banner__title {
    font-size: 54px;
  }
}
.info-banner.info-banner--fundraising .info-banner__desc--primary {
  color: #fe3d00;
  margin-bottom: 58px;
}

.info-banner.info-banner--fundraising .info-banner__desc--primary:after {
  bottom: -29px;
}

@media screen and (min-width: 992px) {
  .info-banner.info-banner--fundraising .info-banner__desc--primary:after {
    width: 50px;
  }
}
.about-author {
  background-color: #e5e5e5;
}

.about-author .post-info {
  margin: 0;
}

.about-author .image-wrapper {
  margin-bottom: 38px;
}

@media screen and (min-width: 768px) {
  .about-author .image-wrapper {
    margin-bottom: 0;
  }
}
.about-author .image-wrapper img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .about-author .image-wrapper img {
    max-width: 330px;
    max-height: 330px;
  }
}
.about-author .secondary-title {
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .about-author .secondary-title {
    max-width: 400px;
  }
}
.about-author .secondary-title span:first-child {
  display: block;
  margin-bottom: 30px;
}

.about-author .secondary-title span:first-child:after {
  bottom: -15px;
}

.about-author .secondary-title span:nth-child(2) {
  color: #fe3d00;
}

.about-author .read-more-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.about-author .read-more-wrapper.hide .load-more-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  pointer-events: none;
}

.about-author .read-more-wrapper .read-more {
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .about-author .read-more-wrapper .read-more {
    margin-left: unset;
    margin-right: auto;
  }
}
.about-author .load-more-wrapper {
  display: none;
}

.about-author .load-more-wrapper .read-more .icon {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.about-author .content-more, .about-author .excerpt {
  font-family: GaramondPremrPro-Capt, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}

@media screen and (min-width: 992px) {
  .about-author .content-more, .about-author .excerpt {
    font-size: 20px;
    line-height: 30px;
  }
}
.about-author .content-more blockquote p, .about-author .excerpt blockquote p {
  font-style: italic;
}

@media screen and (min-width: 992px) {
  .about-author .content-more blockquote p, .about-author .excerpt blockquote p {
    margin-left: -70px !important;
  }
}
.about-author .content-more h1, .about-author .content-more h2, .about-author .content-more h3, .about-author .content-more h4, .about-author .content-more h5, .about-author .excerpt h1, .about-author .excerpt h2, .about-author .excerpt h3, .about-author .excerpt h4, .about-author .excerpt h5 {
  font-weight: 500;
  margin-top: 58px;
  margin-bottom: 28px;
  font-family: NeueHaasUnicaW1G-Regular, sans-serif;
}

.about-author .content-more a, .about-author .excerpt a {
  color: #fe3d00;
}

.about-author .content-more a:hover, .about-author .excerpt a:hover {
  color: #000;
}

.about-author .content-more p, .about-author .content-more table, .about-author .excerpt p, .about-author .excerpt table {
  margin-bottom: 25px;
}

@media screen and (min-width: 992px) {
  .about-author .content-more p, .about-author .content-more table, .about-author .excerpt p, .about-author .excerpt table {
    margin-bottom: 30px;
  }
}
.about-author .content-more table, .about-author .excerpt table {
  margin: 30px 0 !important;
  width: 100% !important;
}

.about-author .content-more table tr:nth-of-type(2n), .about-author .excerpt table tr:nth-of-type(2n) {
  background-color: #fbfbfb !important;
}

.about-author .content-more table td, .about-author .excerpt table td {
  padding: 10px 5px !important;
  font-family: NeueHaasUnicaW1G-Regular, sans-serif;
}

.about-author .content-more .single-post-footnote, .about-author .content-more .single-post-image-title, .about-author .excerpt .single-post-footnote, .about-author .excerpt .single-post-image-title {
  font-family: NeueHaasUnicaW1G-Regular, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 110%;
  letter-spacing: -0.01em;
  margin-bottom: 63px;
  color: #858585;
}

.about-author .content-more .single-post-image-title, .about-author .excerpt .single-post-image-title {
  color: #000;
  position: relative;
  margin-bottom: 15px;
}

.about-author .content-more .single-post-image-title:after, .about-author .excerpt .single-post-image-title:after {
  bottom: -7px;
}

.about-author .content-more .single-post-footnote, .about-author .excerpt .single-post-footnote {
  margin-top: 20px;
  margin-bottom: 20px;
}

.about-author .content-more .single-post-footnote p, .about-author .excerpt .single-post-footnote p {
  margin-bottom: 0;
}

.about-author .content-more .single-post-external-frame > p, .about-author .excerpt .single-post-external-frame > p {
  margin: 0;
}

.about-author .content-more .single-post-external-frame img, .about-author .excerpt .single-post-external-frame img {
  background-color: #fff;
  border: 3px solid #bab9b9;
  margin: auto;
}

@media screen and (min-width: 992px) {
  .about-author .content-more .single-post-external-frame img, .about-author .excerpt .single-post-external-frame img {
    border: 3px solid #bab9b9;
  }
}
.about-author .content-more img, .about-author .excerpt img {
  margin: 53px auto 15px;
  max-width: 100%;
  height: auto;
  display: block;
}

.about-author .content-more .reference, .about-author .excerpt .reference {
  background-color: #f1f4f4;
  padding: 15px 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
  .about-author .content-more .reference, .about-author .excerpt .reference {
    padding: 25px 40px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.about-author .content-more .reference p:last-child, .about-author .excerpt .reference p:last-child {
  margin: 0;
}

.about-author .content-more .reference h1:first-child, .about-author .content-more .reference h2:first-child, .about-author .content-more .reference h3:first-child, .about-author .content-more .reference h4:first-child, .about-author .content-more .reference h5:first-child, .about-author .excerpt .reference h1:first-child, .about-author .excerpt .reference h2:first-child, .about-author .excerpt .reference h3:first-child, .about-author .excerpt .reference h4:first-child, .about-author .excerpt .reference h5:first-child {
  margin-top: 0;
}

.about-author .content-more .caption, .about-author .excerpt .caption {
  font-family: NeueHaasUnicaW1G-Regular, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: #010101;
  margin-top: 40px;
  margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
  .about-author .content-more .longouot, .about-author .excerpt .longouot {
    margin-left: 80px;
    margin-right: 120px;
  }
}
.about-author .content-more div.content-wrapper ol, .about-author .content-more div.content-wrapper ul, .about-author .excerpt div.content-wrapper ol, .about-author .excerpt div.content-wrapper ul {
  -webkit-padding-start: 30px;
  padding-inline-start: 30px;
  margin-bottom: 25px;
}

@media screen and (min-width: 992px) {
  .about-author .content-more div.content-wrapper ol, .about-author .content-more div.content-wrapper ul, .about-author .excerpt div.content-wrapper ol, .about-author .excerpt div.content-wrapper ul {
    -webkit-padding-start: 60px;
    padding-inline-start: 60px;
    margin-bottom: 30px;
  }
}
.about-author .all-authors {
  position: relative;
  font-family: Neue Haas Unica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  letter-spacing: -0.3px;
  color: #ff6333;
}

.about-author .all-authors .icon {
  margin-left: 10px;
  height: 8px;
  margin-bottom: 7px;
}

.about-author .all-authors .icon svg {
  height: 100% !important;
}

.about-author .btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 269px;
  width: 100%;
}

@media screen and (min-width: 992px) {
  section.base-section.authors-form {
    padding-bottom: 40px;
  }
}
#authors-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#authors-filter label:hover {
  cursor: pointer;
}

#authors-filter .alphabet-list {
  font-family: NeueHaasUnicaW1G-Regular, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 49px;
  text-align: justify;
}

@media screen and (min-width: 992px) {
  #authors-filter .alphabet-list {
    line-height: 30px;
  }
}
#authors-filter .alphabet-list input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

#authors-filter .alphabet-list li:not(:last-child) span {
  letter-spacing: 0.43em;
}

@media screen and (min-width: 992px) {
  #authors-filter .alphabet-list li:not(:last-child) span {
    letter-spacing: 0.33em;
  }
}
#authors-filter .alphabet-list li:last-child span {
  margin-right: auto;
}

#authors-filter .alphabet-list input[type=radio]:checked + span {
  color: #fe3d00;
}

.authors-archive-list .hide {
  display: none;
}

.authors-archive-list .authors__list--full .authors__list-item {
  margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
  .authors-archive-list .authors__list--full .authors__list-item {
    width: 40%;
  }
  .authors-archive-list .authors__list--full .authors__list-item:nth-child(odd) {
    margin-right: 10%;
  }
}
@media screen and (min-width: 992px) {
  .authors-archive-list .authors__list--full .authors__list-item {
    width: 30%;
  }
  .authors-archive-list .authors__list--full .authors__list-item:nth-child(odd) {
    margin-right: unset;
  }
  .authors-archive-list .authors__list--full .authors__list-item:not(:nth-child(3n)) {
    margin-right: 5%;
  }
}
@media screen and (min-width: 992px) {
  .authors-archive-list .authors__list--full .authors__list-item .author-image-wrapper {
    width: 93px;
    height: 93px;
    margin-right: 35px;
  }
}
.authors-archive-list .authors__list--full .authors__list-item .author-info {
  margin-top: 0;
}

.authors-archive-list .authors__list--full .authors__list-item .underline {
  margin-bottom: 15px;
}

.authors-archive-list .authors__list--full .authors__list-item .underline:after {
  bottom: -7px;
  width: 15px;
}

.authors-archive-list .authors__list--full .authors__list-item .categories_wrapper a {
  color: #fe3d00;
}

.authors-archive-list .authors__list--full .authors__list-item .categories_wrapper a:hover {
  color: #000;
}

@media screen and (min-width: 992px) {
  .media-info-banners .section-title, .media-info-banners .text-block__title {
    max-width: 700px;
  }
}
.media-contact-form .btn-base, .media-contact-form .page-template-page-constructor-history .info-banner .btn, .page-template-page-constructor-history .info-banner .media-contact-form .btn {
  margin-top: 22px;
}

@media screen and (min-width: 992px) {
  .media-contact-form .btn-base, .media-contact-form .page-template-page-constructor-history .info-banner .btn, .page-template-page-constructor-history .info-banner .media-contact-form .btn {
    margin-top: 17px;
  }
}
.media-contact-form .wpcf7 {
  max-width: 540px;
}

.media-contact-form .wpcf7-submit {
  color: #fe3d00;
}

.media-contact-form .wpcf7-submit:hover {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .media-contacts .authors__list-item {
    width: 46%;
  }
}
@media screen and (min-width: 1200px) {
  .media-contacts .authors__list-item {
    width: 23%;
    margin-right: 1%;
  }
}
.media-contacts .section-subtitle {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
  font-family: Neue Haas Unica, sans-serif;
}

.research-page .main-section {
  background-size: cover;
}

.research-page .hidden {
  display: none;
}

.research-page .posts-section {
  -webkit-transition: opacity 1s linear;
  transition: opacity 1s linear;
  -webkit-animation: fade-out 1s;
  animation: fade-out 1s;
}

.research-page .posts-wrapper .post-info:not(:nth-child(3n)) {
  margin-right: 3.3%;
}

.research-page .btn.load-more {
  margin-bottom: 50px;
}

@media screen and (min-width: 992px) {
  .research-page .btn.load-more {
    margin-bottom: 95px;
  }
}
.default-page .text-block.content--text-block.wide {
  max-width: 850px;
}

.about-page .audience .text-block {
  margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
  .about-page .audience .text-block {
    margin-bottom: 49px;
  }
}
.about-page .audience img {
  width: 100%;
  height: 480px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  padding: 0 15px;
}

.about-page .section-title, .about-page .text-block__title {
  margin-bottom: 43px;
}

.about-page .about-reports .banners__list .info-banner {
  width: 100%;
}

.about-page .supporters .banners__list {
  margin-bottom: 40px;
}

.about-page .supporters .btn-base, .about-page .supporters .page-template-page-constructor-history .info-banner .btn, .page-template-page-constructor-history .info-banner .about-page .supporters .btn {
  display: inline-block;
  margin-top: 59px;
}

.about-page .supporters .desc a {
  text-decoration: underline;
}

.about-page .about-editorial-team .section-title--large {
  margin-top: 38px;
  margin-bottom: 6px !important;
  line-height: 38px;
  color: #FE3D00;
}

@media screen and (min-width: 768px) {
  .about-page .about-editorial-team .section-title--large {
    font-size: 32px;
    line-height: 45px;
  }
}
.about-page .about-editorial-team .section-title, .about-page .about-editorial-team .text-block__title {
  margin-bottom: 38px;
}

.about-page .about-editorial-team .section-description {
  margin-bottom: 50px;
  width: 100%;
  font-size: 32px;
  line-height: 45px;
  font-family: NeueHaasUnicaW1G-Regular, sans-serif;
}

@media screen and (min-width: 768px) {
  .about-page .about-editorial-team .section-description {
    width: 60%;
  }
}
.about-page .about-editorial-team .about-editorial-team__wrapper {
  position: relative;
  margin-bottom: 85px;
}

.about-page .about-editorial-team .about-editorial-team__wrapper:last-child {
  margin-bottom: 0;
}

.about-page .about-editorial-team .about-editorial-team__wrapper .read-more {
  position: absolute;
  bottom: 0;
  right: 0;
}

.about-page .about-editorial-team .about-editorial-team__wrapper .read-more:after {
  right: 10px;
}

@media screen and (min-width: 992px) {
  .about-page .about-editorial-team .about-editorial-team__wrapper .read-more {
    margin-right: auto;
    margin-left: unset;
    padding-left: 15px;
    left: 0;
  }
  .about-page .about-editorial-team .about-editorial-team__wrapper .read-more:nth-of-type(2) {
    display: none;
  }
  .about-page .about-editorial-team .about-editorial-team__wrapper .read-more:nth-of-type(4) {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.about-page .about-editorial-team .load-more-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  pointer-events: none;
}

.about-page .about-editorial-team .load-more-wrapper .content-more {
  list-style-type: none;
  margin-bottom: -5000px;
  -webkit-transition: margin-bottom 0.5s cubic-bezier(1, 0, 1, 1), visibility 0s 0.5s, max-height 0s 0.5s;
  transition: margin-bottom 0.5s cubic-bezier(1, 0, 1, 1), visibility 0s 0.5s, max-height 0s 0.5s;
  visibility: hidden;
  max-height: 0;
  width: 100%;
  pointer-events: all;
}

.about-page .about-editorial-team .read-more-wrapper.opened .read-more .icon {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.about-page .about-editorial-team .read-more-wrapper.opened .load-more-wrapper .content-more {
  -webkit-transition: margin-bottom 0.5s;
  transition: margin-bottom 0.5s;
  margin-bottom: 5px;
  max-height: 5000px;
  visibility: visible;
  -webkit-animation: fade-out 0.5s;
  animation: fade-out 0.5s;
}

.about-page .about-reports .banners__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .about-page .about-reports .banners__list {
    display: grid;
    grid-template-areas: "first-col second-col";
    grid-template-columns: 49% 49%;
    grid-template-rows: auto;
    -webkit-column-gap: 2%;
    -moz-column-gap: 2%;
    column-gap: 2%;
  }
}
@media screen and (min-width: 992px) {
  .about-page .about-reports .banners__list .info-banner__wrapper {
    padding-right: 37px;
  }
}
.about-page .about-reports .banners__list .info-banner:last-child {
  margin-bottom: 22px;
}

@media screen and (min-width: 768px) {
  .about-page .about-reports .banners__list .info-banner:last-child {
    margin-bottom: 0;
  }
}
.about-page .about-reports .banners__list .info-banner__title {
  color: #000;
  margin-bottom: 30px;
}

.about-page .about-reports .banners__list .btn-base, .about-page .about-reports .banners__list .page-template-page-constructor-history .info-banner .btn, .page-template-page-constructor-history .info-banner .about-page .about-reports .banners__list .btn {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .about-page .about-reports .banners__list .btn-base, .about-page .about-reports .banners__list .page-template-page-constructor-history .info-banner .btn, .page-template-page-constructor-history .info-banner .about-page .about-reports .banners__list .btn {
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.about-page .about-reports .first-col {
  grid-area: first-col;
}

.about-page .about-reports .second-col {
  grid-area: second-col;
}

body.search-no-results .desc, body.search-results .desc {
  font-family: NeueHaasUnicaW1G-Regular, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
}

@media screen and (min-width: 992px) {
  body.search-no-results .desc, body.search-results .desc {
    font-size: 20px;
    line-height: 30px;
  }
}
body.search-no-results .post-info, body.search-results .post-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 43px;
}

@media screen and (min-width: 992px) {
  body.search-no-results .post-info, body.search-results .post-info {
    margin-bottom: 33px;
  }
}
body.search-no-results .post-info .categories-wrapper, body.search-results .post-info .categories-wrapper {
  margin-bottom: 0;
}

body.search-no-results .post-info .categories-wrapper li, body.search-results .post-info .categories-wrapper li {
  font-size: 12px;
  line-height: 19px;
}

body.search-no-results .post-info h2 a:after, body.search-results .post-info h2 a:after {
  width: 20px;
}

body.search-no-results .post-info .authors__list-item, body.search-no-results .post-info .secondary-title, body.search-results .post-info .authors__list-item, body.search-results .post-info .secondary-title {
  font-size: 15px;
  line-height: 19px;
}

@media screen and (min-width: 768px) {
  body.search-no-results .post-info .authors__list-item, body.search-no-results .post-info .secondary-title, body.search-results .post-info .authors__list-item, body.search-results .post-info .secondary-title {
    font-size: 20px;
    line-height: 24px;
  }
}
body.search-no-results .post-info .authors__list-item a, body.search-no-results .post-info .secondary-title a, body.search-results .post-info .authors__list-item a, body.search-results .post-info .secondary-title a {
  color: #000;
}

body.search-no-results .post-info .post-info__date, body.search-results .post-info .post-info__date {
  font-size: 12px;
  line-height: 19px;
}

body.search-no-results .post-info .post-info__img, body.search-results .post-info .post-info__img {
  width: 93px;
  height: 93px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 18px;
}

@media screen and (min-width: 992px) {
  body.search-no-results .post-info .post-info__img, body.search-results .post-info .post-info__img {
    margin-right: 20px;
  }
}
body.search-no-results .post-info .post-info__img a, body.search-results .post-info .post-info__img a {
  width: 100%;
  height: 100%;
}

body.search-no-results .post-info .post-info__img a img, body.search-results .post-info .post-info__img a img {
  min-height: unset;
  max-height: unset;
}

.editorial_policy .desc div, .editorial_policy .desc li, .editorial_policy .desc p, .editorial_policy .desc span, .editorial_policy .desc ul {
  font-size: 20px;
  line-height: 30px;
}

.editorial_policy .desc h3, .editorial_policy .desc h3 span {
  font-size: 26px;
  font-weight: 400;
  padding: 20px 0;
}

.page-template-page-constructor-history main {
  padding: 0;
}

.page-template-page-constructor-history .container {
  max-width: 825px;
  padding: 0;
  margin-left: 8.43091%;
}

@media screen and (max-width: 992px) {
  .page-template-page-constructor-history .container {
    margin-left: 30px;
    margin-right: 30px;
    max-width: 100%;
  }
}
.page-template-page-constructor-history .section-title, .page-template-page-constructor-history .text-block__title {
  color: #fe3d00;
}

.page-template-page-constructor-history .text-block {
  font-size: 45px;
  line-height: 47px;
}

@media screen and (max-width: 992px) {
  .page-template-page-constructor-history .text-block {
    font-size: 32px;
    line-height: 33px;
  }
}
.page-template-page-constructor-history .bg-dark .content {
  padding: 0;
}

.page-template-page-constructor-history section:nth-child(6) .desc {
  font-size: 32px;
  line-height: 39px;
}

@media screen and (max-width: 992px) {
  .page-template-page-constructor-history section:nth-child(6) .desc {
    font-size: 22px;
  }
}
.page-template-page-constructor-history .bg-base .desc, .page-template-page-constructor-history .bg-light .desc {
  font-size: 20px;
  line-height: 30px;
}

@media screen and (max-width: 992px) {
  .page-template-page-constructor-history .bg-base .desc, .page-template-page-constructor-history .bg-light .desc {
    font-size: 18px;
    line-height: 28px;
  }
}
.page-template-page-constructor-history blockquote {
  color: #fe3d00;
  padding-left: 80px;
  margin-top: 60px;
  margin-bottom: 80px;
  font-size: 32px;
  line-height: 38px;
}

@media screen and (max-width: 992px) {
  .page-template-page-constructor-history blockquote {
    font-size: 22px;
    line-height: 26px;
    padding-left: 40px;
    margin-bottom: 66px;
  }
}
.page-template-page-constructor-history iframe {
  margin-top: 100px;
  margin-bottom: 78px;
  min-width: 85%;
  height: 380px;
}

@media screen and (max-width: 992px) {
  .page-template-page-constructor-history iframe {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.page-template-page-constructor-history img {
  display: block;
  margin-right: auto;
  max-width: 100%;
}

.page-template-page-constructor-history .wp-caption-text {
  font-size: 14px;
  color: #858585;
  margin-top: 15px;
}

.page-template-page-constructor-history ol {
  counter-reset: my-awesome-counter;
  list-style: none;
  margin-top: 40px;
  margin-bottom: 70px;
}

.page-template-page-constructor-history ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding-left: 100px;
  margin-bottom: 50px;
}

.page-template-page-constructor-history ol li:before {
  content: counter(my-awesome-counter);
  left: 0;
  width: 38px;
  height: 38px;
  background: #fe3d00;
  color: #fff;
  text-align: center;
  font-size: 26px;
  position: absolute;
  border-radius: 50%;
  line-height: 38px;
  top: calc(50% - 19px);
}

@media screen and (max-width: 768px) {
  .page-template-page-constructor-history ol li {
    padding-left: 60px;
  }
  .page-template-page-constructor-history ol li:before {
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
  }
}
.page-template-page-constructor-history h3 {
  font-size: 38px;
  font-weight: 400;
  color: #fe3d00;
}

@media screen and (max-width: 768px) {
  .page-template-page-constructor-history h3 {
    font-size: 28px;
  }
}
.page-template-page-constructor-history .info-banner .info-banner__wrapper {
  padding: 35px 55px 55px;
}

.page-template-page-constructor-history .info-banner .info-banner__wrapper p {
  font-size: 55px;
  line-height: 60px;
}

@media screen and (max-width: 768px) {
  .page-template-page-constructor-history .info-banner .info-banner__wrapper p {
    font-size: 43px;
    line-height: 45px;
  }
}
@media screen and (max-width: 768px) {
  .page-template-page-constructor-history .info-banner .info-banner__wrapper {
    padding: 30px;
  }
}
.page-template-page-constructor-history .info-banner .btn {
  line-height: 50px;
  height: 50px;
  padding-left: 70px;
  padding-right: 70px;
}

.page-template-page-constructor-history .info-banner .btn span {
  display: none;
}

@media screen and (max-width: 768px) {
  .page-template-page-constructor-history .info-banner .btn {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .page-template-page-constructor-history .info-banner .content {
    width: 100%;
    padding: 0;
  }
}
.page-template-page-constructor-history .underline:after {
  display: none;
}

.page-template-page-constructor-history figure {
  margin: 70px 0;
  max-width: 100%;
  width: 100% !important;
}

.page-template-page-constructor-history #footer .container {
  margin-left: 0;
}

.history-page {
  padding: 0;
}

.h-container {
  max-width: 800px;
  margin-left: 8.43091%;
}

@media screen and (max-width: 992px) {
  .h-container {
    margin-left: 30px;
    margin-right: 30px;
  }
}
.history-banner {
  min-height: 100vh;
  background-repeat: no-repeat;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-size: cover;
  padding: 50px 0 97px;
  color: #fff;
  font-family: NeueHaasUnicaW1G-Regular, sans-serif;
}

.history-banner a {
  color: #fff;
}

@media screen and (max-width: 992px) {
  .history-banner {
    padding-top: 30px;
  }
}
.history-banner__link {
  margin-left: auto;
  margin-right: 8.43091%;
  font-size: 23px;
  margin-bottom: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.history-banner__link .icon {
  margin-left: 8px;
}

@media screen and (max-width: 992px) {
  .history-banner__link {
    font-size: 18px;
    margin-left: 30px;
    margin-bottom: 80px;
  }
  .history-banner__link .icon {
    margin-top: 5px;
    display: block;
  }
}
.history-banner__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 75px;
  font-weight: 400;
  line-height: 78px;
}

.history-banner__title span {
  margin-bottom: 200px;
}

@media screen and (max-width: 992px) {
  .history-banner__title {
    font-size: 35px;
    line-height: 42px;
  }
  .history-banner__title span {
    margin-bottom: 100px;
    max-width: 300px;
  }
}
.makebetter-page {
  padding-top: 25px;
  font-family: Neue Haas Unica;
  font-weight: 500;
}

.mb-header {
  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;
  font-weight: 400;
  margin-bottom: 42px;
  font-size: 24px;
}

.mb-header .lang-item {
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  .mb-header {
    margin-bottom: 75px;
  }
}
.makebetter-title {
  max-width: 400px;
  font-size: 55px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 55px;
}

@media screen and (max-width: 768px) {
  .makebetter-title {
    font-size: 38px;
  }
}
.mb-iframe-wrapper {
  max-width: 792px;
  width: 100%;
  height: 390px;
  margin-bottom: 55px;
}

.mb-iframe-wrapper iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .mb-iframe-wrapper {
    height: 203px;
  }
}
.mb-iframe-wrapper .tns-nav {
  margin-top: 22px;
}

.mb-content {
  max-width: 697px;
  font-size: 25px;
  line-height: 33px;
  margin-bottom: 90px;
}

.mb-content p {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .mb-content {
    font-size: 20px;
    line-height: 27px;
  }
}
.mb-slider-wrapper {
  max-width: 643px;
  width: 100%;
  margin-bottom: 100px;
}

.mb-slider-wrapper .tns-nav button {
  width: 10px;
  height: 10px;
  border: 2px solid #000;
}

.mb-slider-wrapper .tns-nav button.tns-nav-active {
  background: #000;
}

.mb-slider__item {
  background: #e1e1e1;
  margin-bottom: 10px;
}

.mb-slider__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .mb-slider__item-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.mb-slider__item-img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .mb-slider__item-img {
    -o-object-position: 0 -76px;
    object-position: 0 -76px;
    width: 100%;
    height: 220px;
  }
}
.mb-slider__item-right {
  padding: 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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mb-slider__item-right h4 {
  font-weight: 500;
}

.mb-slider__item-content {
  margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .mb-slider__item-content {
    margin-bottom: 30px;
  }
  .mb-slider__item-content #tns1 > .tns-item {
    font-size: 20px;
    line-height: 27px;
  }
}
.mb-slider__item-author {
  margin-top: auto;
}

.mb-slider__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}

.mb-slider__nav-control {
  display: block;
  width: 35px;
  height: 35px;
  border: 3px solid #000;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mb-slider__nav-control > svg {
  margin: auto;
}

.mb-slider__nav-control--next svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.mb-sm-title {
  font-size: 38px;
  line-height: 1;
  max-width: 700px;
  font-weight: 400;
  margin-bottom: 50px;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .mb-sm-title {
    font-size: 28px;
  }
}
.mb-steps {
  margin-bottom: 126px;
}

.mb-step {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 770px;
  width: 100%;
}

.mb-step__number {
  margin-right: 70px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .mb-step__number {
    font-size: 20px;
    margin-right: 30px;
  }
}
.mb-step__text {
  font-size: 25px;
  line-height: 32px;
}

@media screen and (max-width: 768px) {
  .mb-step__text {
    font-size: 20px;
  }
}
.mb-posters__gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(239px, 1fr));
  grid-gap: 35px;
  padding-bottom: 126px;
  border-bottom: 4px solid #000;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .mb-poster {
    max-height: 474px;
  }
}
.mb-poster__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.container-mb {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.mb-footer {
  background: #000;
  font-family: Neue Haas Unica;
}

.mb-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px;
}

@media screen and (max-width: 768px) {
  .mb-footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.mb-footer__link {
  font-weight: 500;
  font-size: 18px;
  text-decoration: underline;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .mb-footer__link {
    margin-bottom: 35px;
  }
}
.mb-support {
  margin-bottom: 126px;
}

.sponsorship-form {
  margin-bottom: 15px;
}

.mb-btn {
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 25px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .mb-btn {
    font-size: 20px;
  }
}
.editorial-team .post-info:not(:nth-of-type(3n)), .team-cat .post-info:not(:nth-of-type(3n)) {
  margin-right: 0;
}

.page-template-page-about .info-banner {
  width: calc(50% - 14px);
  margin: 0 14px 0 0;
  background: #fff;
}

.projects .info-banner {
  width: calc(50% - 14px);
  min-height: 389px;
}

@media (max-width: 600px) {
  .projects .info-banner {
    width: 100%;
  }
}
.projects .section-title, .projects .text-block__title {
  margin-bottom: 43px;
}

@media (max-width: 600px) {
  .projects .banners__list {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
}
.contact_form .wpcf7-textarea {
  margin-bottom: -7px;
}

.contact_form .contact {
  margin-top: 45px;
}

.contact_form .btn {
  margin-top: 15px;
  width: 239px;
  text-align: center;
}

@media (max-width: 992px) {
  .contact_form .btn {
    width: 100%;
  }
}
.contact_form .btn .wpcf7-submit {
  color: #ff6333 !important;
}

.contact_form .btn:hover {
  background: #ff6333;
}

.contact_form .btn:hover .wpcf7-submit {
  color: #fff !important;
}

@media (max-width: 992px) {
  .page-template-page-for-media .content, .page-template-page-to-authors .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.page-template-page-for-media .info-banner__wrapper, .page-template-page-to-authors .info-banner__wrapper {
  padding: 0 !important;
  margin-bottom: 60px;
}

.page-template-page-for-media .info-banner__title:after, .page-template-page-to-authors .info-banner__title:after {
  content: none;
}

.page-template-page-for-media .info-banner__title, .page-template-page-to-authors .info-banner__title {
  margin-bottom: 34px !important;
}

.page-template-page-for-media .contacts-content, .page-template-page-to-authors .contacts-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 42px;
  font-family: Neue Haas Unica, sans-serif;
}

@media (max-width: 992px) {
  .page-template-page-for-media .contacts-content, .page-template-page-to-authors .contacts-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 73px;
  }
}
.page-template-page-for-media .contact-info, .page-template-page-to-authors .contact-info {
  font-size: 14px;
  line-height: 20px;
}

@media (max-width: 992px) {
  .page-template-page-for-media .contact-info, .page-template-page-to-authors .contact-info {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .page-template-page-for-media .authors__list-item, .page-template-page-to-authors .authors__list-item {
    margin-bottom: 30px;
  }
}
.page-template-page-for-media .contacts__block, .page-template-page-to-authors .contacts__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-template-page-for-media .media-contacts .authors__list-item, .page-template-page-to-authors .media-contacts .authors__list-item {
  width: 100% !important;
}

.page-template-page-for-media .authors__list, .page-template-page-for-media .contact-info, .page-template-page-to-authors .authors__list, .page-template-page-to-authors .contact-info {
  width: 50%;
}

@media (max-width: 992px) {
  .page-template-page-for-media .authors__list, .page-template-page-for-media .contact-info, .page-template-page-to-authors .authors__list, .page-template-page-to-authors .contact-info {
    width: 100%;
  }
}
.page-template-page-for-media .authors__list--full .author-info, .page-template-page-to-authors .authors__list--full .author-info {
  margin: 0 !important;
}

@media (max-width: 992px) {
  .page-template-page-for-media .authors__list--full .author-info, .page-template-page-to-authors .authors__list--full .author-info {
    font-size: 18px;
  }
}
.page-template-page-for-media .banners__list, .page-template-page-to-authors .banners__list {
  max-width: 789px;
}

@media (max-width: 992px) {
  .page-template-page-for-media .media-contacts .section-subtitle, .page-template-page-to-authors .media-contacts .section-subtitle {
    font-size: 27px;
    line-height: 36px;
  }
}
.search-results #searchform-page {
  margin-bottom: 66px;
}

@media (max-width: 768px) {
  #editorial-team__wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
  }
}
#editorial-team__wrapper.hide .mobile-hide {
  display: block;
}

@media (max-width: 992px) {
  #editorial-team__wrapper .mobile-hide {
    display: none;
  }
}
#editorial-team__wrapper .read-more-sm {
  display: none;
}

@media (max-width: 769px) {
  #editorial-team__wrapper .read-more-sm {
    display: block;
    margin-right: 20px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
#editorial-team__wrapper .team-cat .section-title, #editorial-team__wrapper .team-cat .text-block__title {
  margin-bottom: 0;
}

.post-content p {
  font-family: Neue Haas Unica, sans-serif;
}

.member_vox_layout .member-title {
  color: #ff6333;
  font-size: 32px;
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  .member_vox_layout .member-title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
  }
}
.member_vox_layout .member-item {
  font-size: 32px;
  line-height: 45px;
  position: relative;
  margin-bottom: 90px;
}

@media (max-width: 992px) {
  .member_vox_layout .member-item {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 78px;
  }
}
.member_vox_layout .member-item:last-child {
  margin-bottom: 83px;
}

@media (max-width: 992px) {
  .member_vox_layout .member-item:last-child {
    margin-bottom: 56px;
  }
}
.member_vox_layout .member-item:last-child:after {
  content: none;
}

.member_vox_layout .member-item:after {
  content: "";
  width: 29px;
  height: 16px;
  background: url(../images/svg/arrow_vox.svg) no-repeat;
  position: absolute;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background-size: 100%;
  left: 0;
  bottom: -50px;
}

.member_vox_layout .member-form-txt {
  margin-bottom: 46px;
}

.member_vox_layout form .btn {
  margin-top: 15px;
}

@media (max-width: 992px) {
  .member_vox_layout form .btn {
    margin-top: 22px;
    width: 100%;
  }
}
.member_vox_layout form .btn:hover input {
  color: #fff;
}

.member_vox_layout form .btn input {
  color: #ff6333;
}

@media (max-width: 1100px) {
  .page-template-page-constructor .desc img {
    width: 100% !important;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 15px;
}

.gallery .gallery-item {
  width: calc(25% - 10px);
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 992px) {
  .gallery .gallery-item {
    width: calc(50% - 20px);
    margin: 10px;
  }
}
.gallery .gallery-item img {
  width: 100%;
}

.beta {
  display: inline;
  font-size: 15px;
  margin: 0 0 0 52px;
  color: #fe3d00;
  font-style: italic;
  font-family: GaramondPremrPro-ItCapt, sans-serif;
  position: relative;
  top: 8px;
}


.post-content ul, .post-content ol {
  font-family: GaramondPremrPro-Capt, sans-serif;
}

.post-content table * {
  line-height: 20px;
}

@media all and (max-width: 768px) {
  .last-order_mobile {
    -webkit-box-ordinal-group: 100;
    -ms-flex-order: 99;
    order: 99;
    width: 100% !important;
  }
}

main.about-page .about-editorial-team__wrapper article a {
  color: #FE3D00;
}

.views-count {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media all and (min-width: 576px) {
  .news-item .date-wrapper .views-count {
    margin-left: 25%;
  }
}
@media all and (min-width: 769px) {
  .post-content .embedded-code iframe {
    width: 100%;
    margin: 0;
  }
}
section.main-section.embedded-section {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

section.embedded-section .main-banner {
  min-height: 0 !important;
}

.advanced-select__input {
  max-width: 250px;
  min-width: 50px;
  margin-bottom: 45px;
  font-family: NeueHaasUnicaW1G-Regular, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: -0.003em;
  color: #858585;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  border: none;
  border-bottom: 2px solid #000;
  padding-bottom: 5px;
  outline: none;
}

.advanced-select__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  gap: 15px;
}

@media all and (min-width: 768px) {
  .header .search-results {
    top: 55% !important;
  }
}
.about-page .supporters .btn-base {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.header__search-input--new::-webkit-input-placeholder {
  font-family: NeueHaasUnicaW1G-Regular, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: -0.003em;
  color: #858585;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  border: none;
  border-bottom: 2px solid #000;
  padding-bottom: 5px;
}

.header__search-input--new::-moz-placeholder {
  font-family: NeueHaasUnicaW1G-Regular, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: -0.003em;
  color: #858585;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  border: none;
  border-bottom: 2px solid #000;
  padding-bottom: 5px;
}

.header__search-input--new:-ms-input-placeholder {
  font-family: NeueHaasUnicaW1G-Regular, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: -0.003em;
  color: #858585;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  border: none;
  border-bottom: 2px solid #000;
  padding-bottom: 5px;
}

.header__search-input--new::-ms-input-placeholder {
  font-family: NeueHaasUnicaW1G-Regular, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: -0.003em;
  color: #858585;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  border: none;
  border-bottom: 2px solid #000;
  padding-bottom: 5px;
}

.header__search-input--new, .header__search-input--new::placeholder {
  font-family: NeueHaasUnicaW1G-Regular, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: -0.003em;
  color: #858585;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  border: none;
  border-bottom: 2px solid #000;
  padding-bottom: 5px;
}

@media screen and (min-width: 1200px) {
  .header__search-input--new {
    outline: initial;
  }
}
#gutenberg-entry .wp-block-image img {
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

#footer {
  padding-top: 50px;
}

#footer .support-subscribe {
  margin-bottom: 0;
}

#footer .wpcf7 {
  margin-bottom: 27px;
}

@media screen and (max-width: 768px) {
  #footer .wpcf7 {
    margin-bottom: 12px;
  }
}
#footer .social-links-wrapper {
  margin-top: auto;
  margin-bottom: 20px;
}

#footer .partners {
  margin-top: 6px;
  margin-right: 40px;
  margin-left: auto;
  min-width: 260px;
}

@media screen and (max-width: 768px) {
  #footer .partners {
    margin-right: unset;
    margin-left: unset;
  }
}
#footer .partners p {
  font-family: NeueHaasUnicaW1G-Regular, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: #858585;
}

#footer .partners__logos {
  list-style: none;
}

@media screen and (max-width: 768px) {
  #footer .partners__logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
#footer .partners__logos li {
  margin-top: 20px;
}

#footer .partners__logos img {
  -o-object-fit: contain;
  object-fit: contain;
  max-height: 85px;
  max-width: 200px;
}

@media screen and (max-width: 768px) {
  #footer .partners__logos img {
    max-width: 85px;
  }
}
@media screen and (max-width: 768px) {
  #footer .is-mobile {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  #footer .is-desktop {
    display: none !important;
  }
}
#footer .is-desktop .copyrights {
  margin-top: 15px;
}

#footer .is-desktop .copyrights span {
  display: inline-block;
  margin-top: 7px;
}

#footer .wpcf7 .btn-base {
  margin-bottom: 0;
  height: 100%;
}

@media screen and (min-width: 992px) {
  .page-template-page-about .info-banner.info-banner--list-item {
    margin-bottom: 15px !important;
  }
}
.js-read-more .all-authors {
  margin-top: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  color: #FF6333;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.js-read-more .all-authors:hover {
  color: #cc3d15; /* чуть темнее */
}

.js-read-more .all-authors .icon svg {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.js-read-more .all-authors:hover .icon svg {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}

.read-more-wrapper .js-content-short,
.read-more-wrapper .js-content-full {
  font-family: GaramondPremrPro-Capt, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}

@media screen and (min-width: 992px) {
  .read-more-wrapper .js-content-short,
  .read-more-wrapper .js-content-full {
    font-size: 20px;
    line-height: 30px;
  }
}
.read-more-wrapper .js-content-short p,
.read-more-wrapper .js-content-short table,
.read-more-wrapper .js-content-full p,
.read-more-wrapper .js-content-full table {
  padding-bottom: 25px;
}

@media screen and (min-width: 992px) {
  .read-more-wrapper .js-content-short p,
  .read-more-wrapper .js-content-short table,
  .read-more-wrapper .js-content-full p,
  .read-more-wrapper .js-content-full table {
    padding-bottom: 30px;
  }
}