*::-webkit-input-placeholder {
  color: #101010;
  opacity: 1;
}

*:-moz-placeholder {
  color: #101010;
  opacity: 1;
}

*::-moz-placeholder {
  color: #101010;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #101010;
  opacity: 1;
}

html {
  -webkit-text-size-adjust: 100%;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

body {
  margin: 0;
  font-size: 16px;
  font-family: 'Gilroy';
}

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

input,
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

header {
  position: relative;
}

.header-content {
  width: 1180px;
  margin: auto;
  line-height: 120px;
}

.logo {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  color: #1e1e1e;
  font-size: 18px;
  font-family: 'Gilroy-Bold';
}

.logo span {
  display: block;
  font-size: 22px;
  text-transform: uppercase;
}

.menu {
  margin: 0 0 0 80px;
  padding: 0;
  display: inline-block;
}

.menu li {
  list-style-type: none;
  display: inline-block;
  margin-right: 30px;
  position: relative;
}

.menu li > a {
  color: #1e1e1e;
  font-size: 18px;
  text-transform: uppercase;
  padding-bottom: 3px;
  padding-top: 3px;
  position: relative;
  font-family: 'Gilroy-Bold';
}

.menu li > a:after {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #1e1e1e;
  max-width: 100%;
}

.menu li > a:hover:after {
  width: 100%;
}

.lang-switch {
  display: inline-block;
  vertical-align: middle;
  border: 2px solid #e4e4e4;
  line-height: 36px;
  color: #1e1e1e;
  padding: 0 10px;
  font-family: 'Gilroy-Bold';
  margin-left: 40px;
}

.lang-switch a {
  color: #1e1e1e;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
}

.lang-switch a:hover,
.lang-switch a.active {
  color: #7f7f7f;
}

.header-search {
  float: right;
  line-height: 1;
  margin-top: 45px;
}

.header-search a {
  color: #7f7f7f;
  font-size: 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.header-search a:hover {
  color: #1e1e1e;
}

.main-slider {
  width: 100%;
}

.main-slide {
  height: 600px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.main-slide-content {
  width: 1180px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 0;
}

.main-slide-video {
  color: #fff;
  font-size: 21px;
  margin-bottom: 25px;
  display: inline-block;
  font-family: 'Gilroy-Bold';
}

.main-slide-video img {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.main-slide-video i {
  font-size: 35px;
  vertical-align: middle;
  margin-right: 10px;
}

.main-slide-info {
  overflow: hidden;
  display: table;
  width: 100%;
  opacity: 0;
}

.main-slide-info div {
  /*float: left;*/
  min-height: 190px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  display: table-cell;
  vertical-align: top;
}

.main-slide-info div a {
  color: #fff;
}

.main-slide-info div:nth-child(1) {
  border-left: none;
  width: 45%;
  padding-right: 25px;
  font-size: 38px;
  color: #fff;
  font-family: 'Gilroy-Bold';
  line-height: 40px;
  padding-bottom: 80px;
}

.main-slide-info div:nth-child(2) {
  width: 35%;
  font-family: 'GretaTextPro-Italic';
  color: #e4e4e4;
  font-size: 21px;
  padding: 0 25px 50px;
}

.main-slide-info div:nth-child(2) a,
.main-slide-info div:nth-child(3) a {
  color: #e4e4e4;
}

.main-slide-info div:nth-child(3) {
  width: 20%;
  color: #e4e4e4;
  font-size: 18px;
  font-family: 'Gilroy-Bold';
  padding-left: 25px;
  padding-bottom: 50px;
}

.main-slider .slick-dots {
  position: absolute;
  left: 50%;
  width: 100%;
  bottom: 40px;
  font-size: 0;
  margin: 0;
  padding: 0;
  width: 1180px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.main-slider .slick-dots button {
  display: none;
}

.main-slider .slick-dots li {
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  margin-right: 40px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #fff;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.main-slider .slick-dots li.slick-active,
.main-slider .slick-dots li:hover {
  background-color: #fff;
}

.main-articles {
  background-color: #f0f0f0;
}

.main-articles-content {
  width: 1180px;
  margin: auto;
  padding: 70px 0 60px;
}

.main-articles-content > span {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 50px;
  text-align: center;
  font-family: 'Gilroy-Medium';
  text-transform: uppercase;
  font-size: 12px;
  color: #c2c2c2;
  letter-spacing: 0.75em;
  overflow: hidden;
}

.main-articles-content > span:before {
  width: 100%;
  height: 1px;
  background-color: #c2c2c2;
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-left: -100%;
  margin-top: -3px;
}

.main-articles-content > span:after {
  width: 100%;
  height: 1px;
  background-color: #c2c2c2;
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: -100%;
  margin-top: -3px;
}

.main-articles-items {
  width: 100%;
  font-size: 0;
  margin-bottom: 10px;
}

.main-articles-item {
  width: 280px;
  display: inline-block;
  vertical-align: top;
  margin: 0 20px 30px 0;
  background-color: #fff;
  position: relative;
  padding: 15px 15px 35px;
  min-height: 420px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.main-articles-item:hover {
  -webkit-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.17);
}

.main-articles-item:nth-child(4n) {
  margin-right: 0;
}

.main-articles-item-img {
  height: 170px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.main-articles-item-date {
  display: block;
  margin-top: 15px;
  color: #575757;
  font-size: 14px;
  font-family: 'Gilroy-SemiBold';
}

.main-articles-item-title {
  display: block;
  font-size: 24px;
  line-height: 24px;
  margin: 10px 0;
  color: #323232;
  font-family: 'GretaTextPro-Medium';
}

.main-articles-item p {
  margin: 0;
  color: #979797;
  font-size: 16px;
  font-family: 'Gilroy-SemiBold';
  line-height: 19px;
}

.main-articles-item-cat {
  min-width: 100px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #7ebed2;
  line-height: 30px;
  color: #fff;
  font-size: 16px;
  font-family: 'Gilroy-Bold';
  text-align: center;
  padding: 0 10px;
  max-width: 100%;
  height: 30px;
  overflow: hidden;
}

.main-articles-content > a {
  display: inline-block;
  border: 3px solid #e4e4e4;
  line-height: 74px;
  color: #999999;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 21px;
  font-family: 'Gilroy-Bold';
  width: 100%;
  text-align: center;
}

.main-articles-content > a:hover {
  background-color: #e4e4e4;
  color: #1e1e1e;
}

.main-tags {
  background: #f9f9f9;
  padding: 40px 0;
}

.main-tag {
  padding: 0 10px;
  width: auto !important;
}

.main-tag a {
  display: inline-block;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  border: 2px solid #c2c2c2;
  line-height: 46px;
  height: 60px;
  color: #323232;
  font-size: 21px;
  font-family: 'Gilroy-Bold';
  padding: 0 25px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.main-tag a:hover {
  background-color: #c2c2c2;
}

.main-tag a sup {
  font-size: 14px;
}

.main-links {
  /*padding-top: 60px;*/
}

.main-links-quote {
  display: block;
  margin-bottom: 45px;
  margin-top: 60px;
  font-size: 54px;
  line-height: 60px;
  text-align: center;
  color: #000;
  font-family: 'GretaTextPro-Italic';
}

.main-links-quote span {
  color: #9bb5d4;
}

.main-links-desc {
  text-align: center;
  font-size: 0;
  margin-bottom: 60px;
}

.main-links-desc span {
  width: 50%;
  display: inline-block;
  font-family: 'GretaTextPro-Italic';
  vertical-align: top;
}

.main-links-desc span:first-child {
  text-align: right;
  padding-right: 20px;
  font-size: 24px;
  padding-top: 10px;
}

.main-links-desc span:last-child {
  padding-left: 20px;
  font-size: 18px;
  line-height: 20px;
  text-align: left;
}

.main-links-content {
  text-align: center;
  margin-bottom: 4px;
  font-size: 0;
  /*margin-top: 60px;*/
}

.main-link {
  display: inline-block;
  vertical-align: top;
  height: 420px;
  width: calc(50% - 2px);
  margin-right: 4px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  padding: 260px 90px 20px;
}

.main-link:nth-child(2n) {
  margin-right: 0;
}

.main-link span {
  display: block;
  margin-bottom: 15px;
  font-size: 12px;
  letter-spacing: 0.75em;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Gilroy-Medium';
  width: 100%;
  text-align: center;
  overflow: hidden;
}

.main-link span:before {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-left: -100%;
  margin-top: -3px;
}

.main-link span:after {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: -100%;
  margin-top: -3px;
}

.main-link p {
  margin: 0;
  font-size: 27px;
  color: #fff;
  font-family: 'Gilroy-Bold';
  text-transform: uppercase;
}

.main-links-slider {
  position: relative;
}

.main-links-slider .prev {
  left: 0px;
  width: 60px;
  height: 60px;
  top: 50%;
  position: absolute;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 10;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.main-links-slider .prev span {
  position: absolute;
  top: 50%;
  left: 50%;
  background-image: url(../img/arrow.svg);
  background-repeat: no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  width: 20px;
  height: 35px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.main-links-slider .next {
  right: 0;
  width: 60px;
  height: 60px;
  top: 50%;
  position: absolute;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 10;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.main-links-slider .next span {
  position: absolute;
  top: 50%;
  left: 50%;
  background-image: url(../img/arrow.svg);
  background-repeat: no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  width: 20px;
  height: 35px;
  -webkit-transform: translate(-50%, -50%) scale(-1, 1);
  -moz-transform: translate(-50%, -50%) scale(-1, 1);
  -ms-transform: translate(-50%, -50%) scale(-1, 1);
  -o-transform: translate(-50%, -50%) scale(-1, 1);
  transform: translate(-50%, -50%) scale(-1, 1);
}

.main-links-slider .prev:hover,
.main-links-slider .next:hover {
  opacity: 1;
}

.main-links-slide {
  height: 420px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  padding: 185px 200px 30px;
}

.main-links-slide span {
  display: block;
  margin-bottom: 20px;
  font-size: 12px;
  letter-spacing: 0.75em;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Gilroy-Medium';
  width: 100%;
  text-align: center;
  overflow: hidden;
}

.main-links-slide span:before {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-left: -100%;
  margin-top: -3px;
}

.main-links-slide span:after {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: -100%;
  margin-top: -3px;
}

.main-links-slide p {
  margin: 0 0 20px;
  color: #fff;
  text-transform: uppercase;
  font-size: 45px;
  font-family: 'Gilroy-Bold';
  text-align: center;
}

.main-links-slide div {
  font-size: 18px;
  color: #fff;
  font-family: 'Gilroy-SemiBold';
  text-align: center;
  margin: auto;
  width: 100%;
  max-width: 600px;
}

.main-feedback {
  width: 1180px;
  margin: auto;
  overflow: hidden;
}

.main-feedback form {
  float: left;
  font-size: 0;
}

.main-feedback form:first-child {
  width: 28%;
  padding: 75px 60px 80px 0;
}

.main-feedback form:nth-child(2) {
  width: 40%;
  padding: 75px 60px 80px;
  background: #f6f6f6;
}

.main-feedback div {
  float: right;
  width: 30%;
  padding: 50px 20px;
  text-align: center;
}

.main-feedback div span {
  display: block;
  color: #d50c46;
  font-size: 21px;
  line-height: 23px;
  font-family: 'Gilroy-Bold';
  margin-top: 10px;
}

.main-feedback div p {
  color: #323232;
  font-size: 16px;
  line-height: 18px;
  font-family: 'GretaTextPro-Italic';
  margin: 15px 0 0;
}

.main-feedback form span {
  display: block;
  margin-bottom: 40px;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  padding-left: 55px;
  color: #1e1e1e;
  font-size: 21px;
  line-height: 20px;
  font-family: 'Gilroy-Bold';
}

.main-feedback form input {
  display: block;
  margin-bottom: 20px;
  height: 60px;
  border: none;
  border-bottom: 1px solid #c2c2c2;
  background-color: transparent;
  width: 100%;
  padding: 0 10px;
  color: #101010;
  font-size: 21px;
  font-family: 'GretaTextPro-Regular';
}

.main-feedback form textarea {
  display: block;
  margin-bottom: 20px;
  height: 60px;
  min-height: 60px !important;
  border: none;
  border-bottom: 1px solid #c2c2c2;
  background-color: transparent;
  width: 100% !important;
  padding: 15px 10px 0;
  color: #101010;
  font-size: 21px;
  font-family: 'GretaTextPro-Regular';
}

.main-feedback form:nth-child(2) input:nth-child(2),
.main-feedback form:nth-child(2) input:nth-child(3) {
  width: calc(50% - 10px);
  display: inline-block;
}

.main-feedback form:nth-child(2) input:nth-child(2) {
  margin-right: 20px;
}

.main-feedback form .button {
  margin-top: 20px;
}

.button {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #1e1e1e;
  color: #fff;
  padding: 0 35px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  font-size: 18px;
  font-family: 'Gilroy-Bold';
  border: none;
  line-height: 60px;
  display: inline-block;
}

.button:hover {
  background: #323232;
}

footer {
  background: #323232;
}

.footer-content {
  width: 1180px;
  margin: auto;
  padding: 80px 0;
  overflow: hidden;
}

.footer-left {
  float: left;
  width: 30%;
}

.soc {
  margin-bottom: 60px;
}

.soc a {
  font-size: 30px;
  color: #c2c2c2;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}

.soc a:hover {
  color: #fff;
}

.footer-contacts {
  color: #ffa200;
  font-size: 24px;
  margin-bottom: 40px;
  display: inline-block;
  font-family: 'Gilroy-SemiBold';
  border-bottom: 1px solid #ffa200;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.footer-contacts:hover {
  border-bottom: 1px solid transparent;
}

.footer-policy {
  display: inline-block;
  color: #7f7f7f;
  font-size: 12px;
  font-family: 'Gilroy-SemiBold';
  border-bottom: 1px solid #7f7f7f;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.footer-policy:hover {
  border-bottom: 1px solid transparent;
}

.footer-copy {
  display: block;
  margin-top: 15px;
  color: #fff;
  font-family: 'Gilroy-SemiBold';
}

.footer-copy a {
  color: #ffa200;
  border-bottom: 1px solid #ffa200;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.footer-copy a:hover {
  border-bottom: 1px solid transparent;
}

.footer-right {
  width: 65%;
  float: right;
  overflow: hidden;
}

.footer-menu {
  float: left;
  width: 30%;
  padding: 0;
  margin: 0;
}

.footer-menu li {
  list-style-type: none;
  display: block;
  margin-bottom: 10px;
}

.footer-menu li a {
  color: #999999;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-family: 'Gilroy-Bold';
}

.footer-menu li a:hover {
  color: #fff;
}

.footer-lang-switch {
  float: right;
  color: #fff;
  font-family: 'Gilroy-Bold';
  width: 50%;
  text-align: right;
}

.footer-lang-switch a {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
}

.footer-lang-switch a:hover,
.footer-lang-switch a.active {
  color: #7f7f7f;
}

.footer-search {
  width: 60%;
  float: right;
  margin-top: 100px;
  border-bottom: 2px solid #575757;
  position: relative;
}

.footer-search input::-webkit-input-placeholder {
  color: #999999;
  opacity: 1;
}

.footer-search input:-moz-placeholder {
  color: #999999;
  opacity: 1;
}

.footer-search input::-moz-placeholder {
  color: #999999;
  opacity: 1;
}

.footer-search input:-ms-input-placeholder {
  color: #999999;
  opacity: 1;
}

.footer-search input {
  background-color: transparent;
  border: none;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 25px;
  font-family: 'Gilroy-Bold';
  height: 40px;
  padding-right: 40px;
}

.footer-search button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.page-title {
  position: relative;
  display: block;
  width: 1180px;
  margin: auto;
  text-align: center;
  font-family: 'Gilroy-Medium';
  text-transform: uppercase;
  font-size: 12px;
  color: #c2c2c2;
  letter-spacing: 0.75em;
  overflow: hidden;
}

.page-title:before {
  width: 100%;
  height: 1px;
  background-color: #e4e4e4;
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-left: -100%;
  margin-top: -3px;
}

.page-title:after {
  width: 100%;
  height: 1px;
  background-color: #e4e4e4;
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: -100%;
  margin-top: -3px;
}

.article-title {
  display: block;
  width: 1180px;
  margin: 120px auto 10px;
  color: #323232;
  font-size: 85px;
  line-height: 95px;
  font-family: 'GretaTextPro-Medium';
}

.article-info {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 10px;
  width: 1180px;
  margin: 0 auto 60px;
}

.article-date {
  display: inline-block;
  vertical-align: top;
  color: #999999;
  font-size: 18px;
  font-family: 'Gilroy-Bold';
  /*margin-right: 215px;*/
  width: 300px;
  line-height: 30px;
}

.article-date a {
  color: #999999;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.article-date a:hover {
  color: #ffa200;
}

.article-tags {
  display: inline-block;
  vertical-align: top;
  width: 870px;
}

.article-tags a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  border: 1px solid #999999;
  color: #999999;
  font-size: 18px;
  font-family: 'Gilroy-Bold';
  padding: 0 20px;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
  line-height: 28px;
}

.article-tags a:hover {
  background-color: #999;
  color: #fff;
}

.article-soc {
  width: 1180px;
  margin: auto;
}

.article-soc span {
  color: #7f7f7f;
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
  font-family: 'Gilroy-Bold';
}

.article-soc a {
  display: inline-block;
  margin-right: 20px;
  font-size: 20px;
  color: #999;
}

.article-content {
  width: 1180px;
  margin: -50px auto 0;
}

.article-content.page-content {
  margin: auto;
}

.article-text {
  width: 800px;
  margin: auto;
  padding-left: 120px;
  margin-bottom: 60px;
  color: #7f7f7f;
  font-size: 20px;
  line-height: 27px;
  font-family: 'Gilroy-SemiBold';
}

.article-text img {
  /*max-width: 100%;*/
  width: 100%;
  display: block;
  height: auto;
}

.article-text iframe {
  max-width: 100%;
}

.article-text a {
  color: #ffa200;
}

.article-text h5,
.article-text h4,
.article-text h3,
.article-text h2 {
  margin: 0 0 40px;
  color: #323232;
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'Gilroy-Bold';
}
.article-text h1 {
  margin: 0 0 40px;
  color: #323232;
  text-transform: uppercase;
  font-size: 24px;
  font-family: 'Gilroy-Bold';
}

.article-text strong,
.article-text b {
  font-family: 'Gilroy-Bold';
  color: #323232;
  font-weight: normal;
}

.article-text p {
  margin: 0 0 30px;
}

.article-marker {
  width: 800px;
  margin: 0 auto 60px;
  border-left: 5px solid #9bb5d4;
  padding-left: 20px;
  color: #575757;
  font-size: 26px;
  font-family: 'GretaTextPro-Regular';
}

.article-img {
  overflow: hidden;
  margin-bottom: 60px;
}

.article-img img {
  width: 83%;
  float: left;
  height: auto;
}

.article-img p {
  margin: 0;
  float: right;
  width: 17%;
  padding-left: 20px;
  color: #7f7f7f;
  font-size: 15px;
  line-height: 20px;
  font-family: 'Gilroy-SemiBold';
}

.main-articles.page-articles {
  background-color: #fff;
}

.page-articles {
  overflow: hidden;
  min-height: 900px;
}

.page-articles .main-articles-item:nth-child(4n) {
  margin-right: 20px;
}

.page-articles .main-articles-item:nth-child(4n + 6) {
  margin-right: 0;
}

.page-articles .main-articles-item:nth-child(3),
.page-articles .main-articles-item:nth-child(6) {
  margin-right: 100px;
}

.page-articles .main-articles-content {
  position: relative;
}

.articles-filters {
  position: absolute;
  right: 0;
  top: 75px;
  width: 280px;
  z-index: 10;
  background-color: #fff;
  padding-bottom: 20px;
}

.articles-filters-cats {
  margin-bottom: 90px;
}

.articles-filters-cats a {
  display: block;
  border-bottom: 1px solid #c2c2c2;
  line-height: 50px;
  color: #000000;
  font-size: 24px;
  font-family: 'Gilroy-SemiBold';
  padding-left: 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: none;
}

.articles-filters-cats a:nth-child(-n + 6) {
  display: block;
}

.articles-filters-cats a:last-child {
  border-bottom: none;
  color: #999999;
  position: relative;
  display: block;
}

.articles-filters-cats a:last-child img {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.articles-filters-cats a.close:last-child img {
  -webkit-transform: translate(0, -50%) scale(1, -1);
  -moz-transform: translate(0, -50%) scale(1, -1);
  -ms-transform: translate(0, -50%) scale(1, -1);
  -o-transform: translate(0, -50%) scale(1, -1);
  transform: translate(0, -50%) scale(1, -1);
}

.articles-filters-cats a:last-child:hover {
  background-color: transparent;
}

.articles-filters-cats a:hover,
.articles-filters-cats a.active {
  background-color: #c2c2c2;
}

.articles-filters-tags {
  color: #575757;
  font-size: 18px;
  font-family: 'Gilroy-SemiBold';
  padding-left: 15px;
  line-height: 26px;
}

.articles-filters-tags > span {
  margin-bottom: 30px;
  display: block;
}

.articles-filters-tags a {
  color: #575757;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: none;
}

.articles-filters-tags a:nth-child(-n + 15) {
  display: inline;
}

.articles-filters-tags a:last-child {
  border-bottom: none;
  color: #999999;
  position: relative;
  display: block;
  margin-top: 20px;
}

.articles-filters-tags a:last-child img {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 18px;
}

.articles-filters-tags a.close:last-child img {
  -webkit-transform: translate(0, -50%) scale(1, -1);
  -moz-transform: translate(0, -50%) scale(1, -1);
  -ms-transform: translate(0, -50%) scale(1, -1);
  -o-transform: translate(0, -50%) scale(1, -1);
  transform: translate(0, -50%) scale(1, -1);
}

.articles-filters-tags a:hover,
.articles-filters-tags a.active {
  color: #000;
}

.bio {
  margin: 60px 0 80px;
  position: relative;
}

.bio-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 56%;
}

.bio-img .bio-item-img {
  width: 100%;
  float: none;
  display: none;
  opacity: 1;
}

.bio-img .bio-item-img.active {
  display: block;
}

.bio-item {
  overflow: hidden;
  margin-bottom: 50px;
}

.bio-item-info {
  width: 36%;
  float: right;
}

.bio-item-info-content {
  float: left;
  width: 380px;
  margin-bottom: 200px;
}

.bio-item-year {
  display: block;
  color: #e4e4e4;
  font-size: 180px;
  font-family: 'Gilroy-Light';
  margin-bottom: 30px;
  line-height: 150px;
}

.bio-item-title {
  color: #323232;
  font-size: 24px;
  line-height: 27px;
  margin-bottom: 20px;
  font-family: 'GretaTextPro-Medium';
  display: block;
}

.bio-item-info-content p {
  font-size: 16px;
  line-height: 20px;
  color: #979797;
  font-family: 'Gilroy-SemiBold';
  margin: 0 0 40px;
}

.bio-item-info-content a {
  display: inline-block;
  line-height: 35px;
  color: #575757;
  font-size: 16px;
  font-family: 'Gilroy-SemiBold';
}

.bio-item-info-content img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

.bio-item-img {
  float: left;
  width: 56%;
  opacity: 0;
}

.bio-item-img img {
  width: 100%;
  height: auto;
}

.bio-item-img p {
  margin: 10px 0 0;
  text-align: right;
  font-size: 14px;
  color: #979797;
  font-family: 'GretaTextPro-Italic';
  width: 100%;
  display: block;
}

.bio-item-img.bio-item-img-type2 img {
  float: right;
  width: 680px;
  display: block;
}

.clear {
  clear: both;
  height: 0;
  font-size: 0;
  width: 100%;
}

.bio-item-img.bio-item-img-type3 {
  padding-right: 280px;
}

.bio-item-img.bio-item-img-type3 img {
  width: 400px;
  float: right;
}

.contacts {
  width: 1180px;
  margin: 30px auto;
  overflow: hidden;
}

.contacts-info {
  width: 50%;
  float: left;
  padding: 70px 50px 0px 100px;
}

.contacts-item {
  margin-bottom: 100px;
  font-size: 18px;
  line-height: 21px;
  color: #000;
  font-family: 'Gilroy-Bold';
}

.contacts-item > span {
  display: block;
  margin-bottom: 50px;
  text-transform: uppercase;
  font-size: 27px;
  text-transform: uppercase;
}

.contacts-item p {
  margin: 0 0 20px;
}

.contacts-item a {
  color: #000;
}

.contacts-item td:first-child {
  padding-right: 20px;
}

.contacts-person {
  margin-bottom: 25px;
  line-height: 75px;
  font-size: 21px;
}

.contacts-person div {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 25px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  width: 75px;
  height: 75px;
  display: inline-block;
  vertical-align: middle;
}

#map {
  width: 50%;
  height: 690px;
  float: right;
}

.book {
  width: 1180px;
  margin: 30px auto 70px;
  position: relative;
}

.book-arrows a {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  display: block;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.book-arrows a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.book-arrows-next a img {
  -webkit-transform: translate(-50%, -50%) scale(-1, 1);
  -moz-transform: translate(-50%, -50%) scale(-1, 1);
  -ms-transform: translate(-50%, -50%) scale(-1, 1);
  -o-transform: translate(-50%, -50%) scale(-1, 1);
  transform: translate(-50%, -50%) scale(-1, 1);
}

.book-arrows-prev a {
  left: -50px;
}

.book-arrows-next a {
  right: -50px;
}

.book-img {
  width: 50%;
  float: left;
}

.book-img img {
  max-width: 95%;
  margin: auto;
  height: auto;
  display: block;
}

.book-info {
  width: 42%;
  float: right;
  padding-top: 120px;
  padding-right: 100px;
}

.book-info span {
  display: block;
  font-size: 45px;
  line-height: 44px;
  font-family: 'Gilroy-Bold';
  margin-bottom: 40px;
}

.book-info p {
  margin: 0 0 60px;
  font-size: 21px;
  line-height: 25px;
  color: #7f7f7f;
  font-family: 'Gilroy-Bold';
}

.book-info .button {
  padding: 0 60px;
}

.book-content {
  width: 100%;
  overflow: hidden;
  display: table;
  margin-bottom: 70px;
}

.book-content-info {
  width: 50%;
  display: table-cell;
  overflow: hidden;
  vertical-align: top;
}

.book-content-info div {
  width: 590px;
  float: right;
  padding-right: 110px;
  padding-bottom: 60px;
}

.book-content-info-title {
  display: block;
  font-size: 45px;
  color: #000;
  font-family: 'Gilroy-Bold';
  margin-bottom: 80px;
}

.book-content-info div p {
  margin-top: 0;
  font-size: 20px;
  line-height: 31px;
  color: #575757;
  font-family: 'Gilroy-SemiBold';
}

.book-quote {
  width: 50%;
  display: table-cell;
  background-color: #f6f6f6;
  padding: 120px 85px;
  vertical-align: middle;
}

.book-quote div {
  border: 1px solid #575757;
  padding: 150px 50px 120px;
  text-align: center;
  color: #575757;
  font-size: 45px;
  line-height: 50px;
  font-family: 'GretaTextPro-Italic';
  position: relative;
}

.book-quote div:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: -35px;
  background-color: #f6f6f6;
  background-image: url(../img/book-quote.svg);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center;
  width: 160px;
  height: 70px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.positions-title {
  width: 100%;
  background-image: url(../img/positions-bg.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  padding: 150px 0 80px;
  margin-top: 30px;
}

.positions-title div {
  width: 980px;
  margin: auto;
}

.positions-title div span {
  display: block;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-size: 45px;
  font-family: 'Gilroy-Bold';
  color: #fff;
}

.positions-title div p {
  width: 380px;
  font-size: 18px;
  line-height: 21px;
  font-family: 'Gilroy-SemiBold';
  color: #fff;
  margin: 0;
}

.positions-title div p:before {
  content: '';
  width: 100%;
  height: 1px;
  background-image: url(../img/positions-title-before.svg);
  background-repeat: no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-position: center;
  display: block;
  margin-bottom: 20px;
}

.positions-title div p:after {
  content: '';
  width: 100%;
  height: 10px;
  background-image: url(../img/positions-title-after.svg);
  background-repeat: no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-position: center;
  display: block;
  margin-top: 20px;
}

.positions {
  background-color: #1e1e1e;
  padding: 100px 0;
}

.positions-items {
  width: 1180px;
  margin: auto;
  font-size: 0;
}

.positions-item {
  display: inline-block;
  vertical-align: top;
  width: 380px;
  margin-right: 20px;
  background-color: #fff;
  min-height: 480px;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

.positions-item:nth-child(3n) {
  margin-right: 0;
}

.positions-item div {
  width: 100%;
  height: 240px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
}

.positions-item span {
  display: block;
  margin-bottom: 20px;
  padding: 0 20px;
  color: #101010;
  font-size: 27px;
  line-height: 33px;
  text-transform: uppercase;
  font-family: 'Gilroy-Bold';
}

.positions-item p {
  margin: 0;
  font-size: 16px;
  line-height: 19px;
  color: #101010;
  font-family: 'Gilroy-SemiBold';
  padding: 0 20px;
}

.books-items {
  margin: 50px auto 90px;
  width: 1180px;
  text-align: center;
  font-size: 0;
}

.books-items a {
  display: inline-block;
  vertical-align: top;
  font-size: 21px;
  line-height: 25px;
  color: #000;
  font-family: 'Gilroy-Bold';
  width: 360px;
  margin: 0 10px;
}

.books-items a div {
  width: 100%;
  height: 430px;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}

.books-items a div img {
  height: 430px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.books {
  margin-bottom: 60px;
  width: 100%;
  overflow: hidden;
}

.books > span {
  display: block;
  text-align: center;
  font-size: 45px;
  color: #000;
  font-family: 'Gilroy-Bold';
}

.books-years {
  width: 9%;
  float: left;
  height: 580px;
  border-right: 1px solid #c2c2c2;
}

.books-years .slick-list {
  height: 570px !important;
}

.books-years a {
  display: block;
  width: 130px;
  text-align: center;
  line-height: 55px;
  color: #979797;
  font-size: 21px;
  position: relative;
  -webkit-transform: translate(0, 240px);
  -moz-transform: translate(0, 240px);
  -ms-transform: translate(0, 240px);
  -o-transform: translate(0, 240px);
  transform: translate(0, 240px);
}

.books-years a.slick-center:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  background-color: #979797;
  display: block;
  height: 1px;
}

.books-slider {
  float: right;
  width: 88%;
  margin-top: 100px;
}

.books-slider .next,
.books-slider .prev {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 150px;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.books-slider .next:hover,
.books-slider .prev:hover {
  background-color: rgba(255, 255, 255, 1);
}

.books-slider .prev {
  left: -35px;
}

.books-slider .next {
  right: 10px;
}

.books-slider .next:after,
.books-slider .prev:after {
  content: '';
  display: block;
  width: 13px;
  height: 20px;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-image: url(../img/books-slider-arrow.svg);
  position: absolute;
  top: 50%;
  left: 50%;
}

.books-slider .next:after {
  -webkit-transform: translate(-50%, -50%) scale(-1, 1);
  -moz-transform: translate(-50%, -50%) scale(-1, 1);
  -ms-transform: translate(-50%, -50%) scale(-1, 1);
  -o-transform: translate(-50%, -50%) scale(-1, 1);
  transform: translate(-50%, -50%) scale(-1, 1);
}

.books-slider .prev:after {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.books-slide {
  width: 240px;
  margin: 0 30px;
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  color: #000;
  font-family: 'Gilroy-Bold';
}

.books-slide span {
  display: block;
  color: #c2c2c2;
  font-size: 16px;
  margin-bottom: 10px;
}

.books-slide img {
  width: auto;
  height: 330px;
  margin-bottom: 20px;
  margin-left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.position {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  margin: 30px 0 0px;
  padding: 230px 10px 50px;
  text-align: center;
}

.position span {
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Gilroy-Bold';
  font-size: 80px;
  max-width: 900px;
  margin: 0 auto 30px;
}

.position div {
  margin: auto;
  width: 100%;
  max-width: 900px;
  color: #fff;
  font-size: 26px;
  line-height: 31px;
  font-family: 'Gilroy-SemiBold';
}

.position-articles {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 40px;
  overflow: hidden;
  background-color: #f6f6f6;
}

.position-articles-themes {
  width: 15%;
  float: left;
  min-height: 700px;
  border-right: 1px solid #c2c2c2;
  padding: 185px 10px 50px;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
}

.position-articles-themes span {
  font-size: 18px;
  margin-bottom: 60px;
  display: block;
  color: #7f7f7f;
  text-transform: uppercase;
  font-family: 'Gilroy-Bold';
}

.position-articles-themes a {
  color: #7f7f7f;
  font-family: 'Gilroy-SemiBold';
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.position-articles-themes a:hover,
.position-articles-themes a.active {
  border-bottom: 1px solid #7f7f7f;
}

.position-articles-sliders {
  padding-top: 100px;
  width: 85%;
  float: right;
}

.position-articles-slider {
  position: relative;
}

.position-articles-slider:after {
  border-bottom: 2px solid #c2c2c2;
  width: 100%;
  position: absolute;
  bottom: 4.5px;
  left: 0;
  height: 0;
  content: '';
  display: block;
}

.position-articles-slider .main-articles-item {
  margin: 0 20px 55px 0 !important;
}

.position-articles-slider .main-articles-item:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.position-articles-slider .main-articles-item:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
}

.position-articles-slider .main-articles-item:after {
  content: '';
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 11px;
  height: 11px;
  background-color: #c4c4c4;
  position: absolute;
  left: 50%;
  bottom: -55px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.position-articles-date {
  width: 500px;
  margin: 60px auto 0;
  position: relative;
}

.position-articles-date .prev {
  position: absolute;
  top: 50%;
  left: -30px;
  background-image: url(../img/date-arrow.svg);
  background-repeat: no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  width: 15px;
  height: 25px;
  z-index: 10;
  cursor: pointer;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.position-articles-date .next {
  position: absolute;
  top: 50%;
  right: -30px;
  background-image: url(../img/date-arrow.svg);
  background-repeat: no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  width: 15px;
  height: 25px;
  z-index: 10;
  cursor: pointer;
  -webkit-transform: translate(0, -50%) scale(-1, 1);
  -moz-transform: translate(0, -50%) scale(-1, 1);
  -ms-transform: translate(0, -50%) scale(-1, 1);
  -o-transform: translate(0, -50%) scale(-1, 1);
  transform: translate(0, -50%) scale(-1, 1);
}

.position-articles-date-item {
  text-align: center;
  font-size: 20px;
  color: #999;
  text-transform: uppercase;
  font-family: 'Gilroy-Bold';
}

.position-articles-date-item span {
  display: inline-block;
  padding-bottom: 7px;
  padding-top: 7px;
  position: relative;
}

.position-articles-date-item span:after {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  background-color: #999;
  height: 3px;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.position-articles-date-item:hover span:after,
.position-articles-date-item.slick-center span:after {
  opacity: 1;
}

.menu li:hover .books-menu {
  /*opacity: 1;
  visibility: visible;*/
}

.books-menu {
  position: absolute;
  top: 100%;
  z-index: 1000;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-color: #fff;
  width: 750px;
  /*opacity: 0;
  visibility: hidden;*/
  height: 0;
  /*-webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;*/
  overflow: hidden;
}

.books-menu-items {
  font-size: 0;
  position: relative;
}

.books-menu-items:before {
  left: 50%;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #c2c2c2;
  content: '';
  display: block;
  position: absolute;
}

.books-menu-item {
  width: 50%;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  padding: 20px 10px 40px;
  overflow: hidden;
  text-transform: uppercase;
  color: #000;
  font-size: 21px;
  font-family: 'Gilroy-Bold';
  line-height: 25px;
}

.books-menu-item span {
  display: block;
  color: #c2c2c2;
  font-size: 18px;
  margin-bottom: 10px;
}

.books-menu-item img {
  height: 290px;
  width: auto;
  display: block;
  margin: 0 auto 20px;
}

.books-menu > a {
  display: block;
  width: 100%;
  line-height: 100px;
  color: #000;
  text-align: center;
  font-size: 21px;
  text-transform: uppercase;
  font-family: 'Gilroy-Bold';
  border-top: 1px solid #c2c2c2;
  border-bottom: 5px solid #9bb5d4;
}

.menu li:first-child {
  position: static;
}

.menu li:hover .positions-menu {
  /*opacity: 1;
  visibility: visible;*/
}

.positions-menu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  /*background-color: #fff;*/
  z-index: 100;
  /*opacity: 0;
  visibility: hidden;*/
  height: 0;
  overflow: hidden;
  z-index: 1000;
}

.positions-menu-items {
  font-size: 0;
  width: 100%;
}

.positions-menu-item {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  height: 450px;
  position: relative;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate(0, -450px);
  -moz-transform: translate(0, -450px);
  -ms-transform: translate(0, -450px);
  -o-transform: translate(0, -450px);
  transform: translate(0, -450px);
  background-color: #fff;
}

.positions-menu-item.active {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.positions-menu-item-img {
  width: 100%;
  height: 315px;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.positions-menu-item:hover .positions-menu-item-img {
  -webkit-transform: translate(0, -60px);
  -moz-transform: translate(0, -60px);
  -ms-transform: translate(0, -60px);
  -o-transform: translate(0, -60px);
  transform: translate(0, -60px);
}

.positions-menu-item-img div {
  position: absolute;
  width: calc(50% - 10px);
  bottom: -2px;
  background-color: #fff;
  height: 12px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.positions-menu-item-img div:first-child {
  left: 0;
}

.positions-menu-item-img div:first-child:after {
  position: absolute;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-bottom: 10px solid #fff;
  border-right: 10px solid transparent;
  top: 0;
  right: -10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.positions-menu-item:hover .positions-menu-item-img div:first-child {
  background-color: #9bb5d4;
}

.positions-menu-item:hover .positions-menu-item-img div:first-child:after {
  border-bottom: 10px solid #9bb5d4;
}

.positions-menu-item-img div:last-child {
  right: 0;
}

.positions-menu-item-img div:last-child:after {
  position: absolute;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  top: 0;
  left: -10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.positions-menu-item:hover .positions-menu-item-img div:last-child {
  background-color: #9bb5d4;
}

.positions-menu-item:hover .positions-menu-item-img div:last-child:after {
  border-bottom: 10px solid #9bb5d4;
}

.positions-menu-item-title {
  display: block;
  top: 130px;
  left: 0;
  padding: 0 10px;
  color: #fff;
  font-size: 27px;
  text-transform: uppercase;
  font-family: 'Gilroy-Bold';
  position: absolute;
  line-height: 33px;
  text-align: center;
  width: 100%;
}

.positions-menu-item-desc {
  padding: 20px 30px;
  font-size: 18px;
  color: #000;
  font-family: 'GretaTextPro-Italic';
  line-height: 1;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  height: 200px;
}

.positions-menu-item:hover .positions-menu-item-desc {
  -webkit-transform: translate(0, -60px);
  -moz-transform: translate(0, -60px);
  -ms-transform: translate(0, -60px);
  -o-transform: translate(0, -60px);
  transform: translate(0, -60px);
  background-color: #9bb5d4;
  color: #fff;
}

.positions-menu-item-desc p {
  margin: 0;
}

.positions-menu-item-desc span {
  position: absolute;
  bottom: 30px;
  left: 30px;
  color: #fff;
  font-size: 14px;
  font-family: 'GretaTextPro-Italic';
}

/*.positions-menu-item div {
  background-color: #323232;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 40px 20px;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  font-family: 'Gilroy-SemiBold';
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}

.positions-menu-item:hover div {
  opacity: 1;
  visibility: visible;
}*/

.positions-menu > a {
  display: block;
  width: 100%;
  line-height: 100px;
  height: 0;
  color: #000;
  text-align: center;
  font-size: 21px;
  text-transform: uppercase;
  font-family: 'Gilroy-Bold';
  overflow: hidden;
  background-color: #fff;
  position: relative;
}

.positions-menu > a:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: #c2c2c2;
  display: block;
  content: '';
}

.positions-menu > a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #9bb5d4;
  display: block;
  content: '';
}

.bio-item-popup-content {
  display: none;
}

.hidden {
  display: none;
}

#bio-popup {
  position: relative;
  width: 100%;
}

.bio-popup-header {
  background-color: #fff;
  width: 100%;
  line-height: 120px;
  text-align: center;
}

.mfp-content {
  /*vertical-align: top;*/
}

.mfp-container {
  padding: 0;
}

.mfp-close {
  width: 120px;
  height: 120px;
  font-size: 80px;
  position: fixed;
  color: #bdbdbd !important;
}

.popup .mfp-close {
  color: #333 !important;
  position: absolute !important;
}

.bio-popup-header div {
  text-align: left;
  width: 1180px;
  line-height: 1;
  color: #1e1e1e;
  font-size: 18px;
  font-family: 'Gilroy-Bold';
  display: inline-block;
  vertical-align: middle;
}

.bio-popup-header div span {
  display: block;
  font-size: 22px;
  text-transform: uppercase;
}

.bio-popup-info {
  width: 100%;
  background-image: url(../img/bio-popup.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
}

.bio-popup-content {
  width: 980px;
  margin: auto;
  padding: 150px 0 100px;
}

.bio-popup-content > span {
  position: relative;
  display: block;
  width: 100%;
  margin: auto;
  text-align: center;
  font-family: 'Gilroy-Bold';
  font-size: 45px;
  color: #fff;
  overflow: hidden;
}

.bio-popup-content > span span {
  margin: 0 20px;
  max-width: 80%;
  vertical-align: middle;
  display: inline-block;
}

.bio-popup-content > span:before {
  width: 100%;
  height: 4px;
  background-color: #fff;
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-left: -100%;
  margin-top: -3px;
}

.bio-popup-content > span:after {
  width: 100%;
  height: 4px;
  background-color: #fff;
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: -100%;
  margin-top: -3px;
}

.bio-popup-content > div {
  color: #fff;
  margin-top: 100px;
  font-size: 24px;
  line-height: 41px;
  font-family: 'Gilroy-Bold';
}

.bio-popup-content > div a {
  color: #ffa200;
}

.sandwich {
  width: 32px;
  height: 27px;
  z-index: 9;
  cursor: pointer;
  display: none;
  float: right;
  margin-top: 40px;
  margin-right: 40px;
  margin-left: 65px;
}

.sw-topper {
  position: relative;
  top: 0;
  width: 32px;
  height: 2px;
  background: #575757;
  border: none;
  transition: transform 0.5s, top 0.2s;
}

.sw-bottom {
  position: relative;
  width: 24px;
  height: 2px;
  top: 10px;
  margin-left: 8px;
  background: #575757;
  border: none;
  transition: transform 0.5s, top 0.2s;
  transition-delay: 0.2s, 0s;
}

.sw-footer {
  position: relative;
  width: 32px;
  height: 2px;
  top: 20px;
  background: #575757;
  border: none;
  transition: all 0.5s;
  transition-delay: 0.1s;
}

.sandwich.active .sw-topper {
  top: 10px;
  background: #575757;
  -webkit-transform: rotate(140deg);
  -moz-transform: rotate(140deg);
  -ms-transform: rotate(140deg);
  -o-transform: rotate(140deg);
  transform: rotate(140deg);
  border-radius: 8px 8px 8px 8px;
}

.sandwich.active .sw-footer {
  top: 6px;
  background: #575757;
  -webkit-transform: rotate(-140deg);
  -moz-transform: rotate(-140deg);
  -ms-transform: rotate(-140deg);
  -o-transform: rotate(-140deg);
  transform: rotate(-140deg);
  border-radius: 8px 8px 8px 8px;
}

.sandwich.active .sw-bottom {
  opacity: 0;
  top: 0;
  background: #575757;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  border-radius: 8px 8px 8px 8px;
}

.articles-filters-show {
  display: none;
}

.likely {
  margin: 0;
}

.soc .likely__widget {
  vertical-align: middle;
}

.soc .likely .likely__widget {
  background-color: transparent;
  margin: 0 30px 0px 0;
  height: 34px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.soc .likely .likely__icon {
  width: 34px;
  height: 34px;
}

.soc .likely svg,
.soc a svg {
  fill: #c2c2c2;
  width: 34px;
  height: 34px;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.soc .likely svg:hover,
.soc a svg:hover {
  fill: #ffa200;
}

.popup {
  position: relative;
  margin: auto;
  background-color: #fff;
  width: 300px;
  padding: 30px 20px;
}

.popup-title {
  display: block;
  text-align: center;
  color: #1e1e1e;
  font-size: 21px;
  font-family: 'Gilroy-Bold';
  margin-bottom: 20px;
}

.popup p {
  margin: 0;
  color: #101010;
  font-size: 21px;
  font-family: 'GretaTextPro-Regular';
  text-align: center;
}

.popup .mfp-close {
  width: 40px;
  height: 40px;
  font-size: 28px;
}

.input-error {
  border-bottom: 1px solid red !important;
}

.article-soc .likely__widget {
  vertical-align: middle;
}

.article-soc .likely .likely__widget {
  background-color: transparent;
  margin: 0 20px 0px 0;
  height: 22px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.article-soc .likely .likely__icon {
  width: 22px;
  height: 22px;
}

.article-soc .likely svg {
  fill: #999;
  width: 22px;
  height: 22px;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.article-soc .likely svg:hover {
  fill: #ffa200;
}

.header-search-form {
  position: absolute;
  top: 0;
  left: 50%;
  line-height: 120px;
  background-color: #fff;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 1180px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.header-search-form.active {
  opacity: 1;
  visibility: visible;
}

.header-search-form form {
  width: 100%;
  border-bottom: 2px solid #7f7f7f;
  line-height: 60px;
  position: relative;
  display: inline-block;
}

.header-search-form form input::-webkit-input-placeholder {
  color: #7f7f7f;
  opacity: 1;
}

.header-search-form form input:-moz-placeholder {
  color: #7f7f7f;
  opacity: 1;
}

.header-search-form form input::-moz-placeholder {
  color: #7f7f7f;
  opacity: 1;
}

.header-search-form form input:-ms-input-placeholder {
  color: #7f7f7f;
  opacity: 1;
}

.header-search-form form input {
  background-color: transparent;
  border: none;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  color: #323232;
  font-size: 25px;
  font-family: 'Gilroy-Bold';
  height: 60px;
  padding-right: 40px;
}

.header-search-form form button {
  position: absolute;
  right: 0;
  top: 15px;
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}

.search-form {
  width: 1180px;
  margin: 50px auto 30px;
  font-size: 0;
}

.search-form-input {
  width: 100%;
  border-bottom: 2px solid #7f7f7f;
  line-height: 60px;
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
}

.search-form input::-webkit-input-placeholder {
  color: #7f7f7f;
  opacity: 1;
}

.search-form input:-moz-placeholder {
  color: #7f7f7f;
  opacity: 1;
}

.search-form input::-moz-placeholder {
  color: #7f7f7f;
  opacity: 1;
}

.search-form input:-ms-input-placeholder {
  color: #7f7f7f;
  opacity: 1;
}

.search-form-input input {
  background-color: transparent;
  border: none;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  color: #323232;
  font-size: 25px;
  font-family: 'Gilroy-Bold';
  height: 60px;
  padding-right: 40px;
}

.search-form-input button {
  position: absolute;
  right: 0;
  top: 15px;
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}

.search-form-cat {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}

.search-form-dates {
  width: 50%;
  text-align: right;
  vertical-align: top;
  display: inline-block;
}

.search-form-dates > span {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  color: #7f7f7f;
  font-family: 'Gilroy-Bold';
  margin-right: 20px;
}

.search-form-dates input {
  display: inline-block;
  vertical-align: middle;
  height: 40px;
  width: 110px;
  text-align: center;
  border: 1px solid #c2c2c2;
  font-size: 16px;
  color: #323232;
  padding: 5px;
  font-family: 'Gilroy-Bold';
}

.search-form-dates p {
  display: inline-block;
  vertical-align: middle;
  background-color: #c2c2c2;
  width: 20px;
  height: 1px;
  margin: 0 10px;
}

.search-form-cat > span {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  color: #7f7f7f;
  font-family: 'Gilroy-Bold';
  margin-right: 20px;
}

.search-form-cat .dropdown {
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #c2c2c2;
  font-family: 'Gilroy-Bold';
  font-size: 16px;
}

.search-form-cat .dropdown.focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.search-form-cat .dropdown li.active {
  font-weight: normal;
  color: #323232;
}

.search-form-cat .dropdown .selected::after {
  display: none;
}

.search-form-cat .dropdown .carat {
  display: none;
}

.search-form-cat .dropdown:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.search-form-cat .dropdown .selected,
.search-form-cat .dropdown li {
  color: #7f7f7f;
  font-size: 16px;
}

.search-form-cat .dropdown .selected {
  padding: 0 5px;
  line-height: 38px;
  text-align: center;
}

.search-form-cat .dropdown ul {
  padding: 0;
  margin: 0;
}

.search-form-cat .dropdown li.focus {
  color: #fff;
  background-color: #7f7f7f;
}

.not-found {
  margin: 0;
  text-align: center;
  font-size: 20px;
  color: #7f7f7f;
  font-family: 'Gilroy-Bold';
  padding: 0 20px;
}

.not-found a {
  color: #323232;
}

.book-content-info div a {
  color: #ffa200;
}

.mask {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 100%;
  height: calc(100% - 120px);
  bottom: 0;
  left: 0;
  background-color: #000;
  z-index: 100;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.mask.active {
  opacity: 0.45;
  visibility: visible;
}

.likely__counter {
  display: none !important;
}

.book-content-info-publisher {
  display: inline-block;
  padding: 10px 20px;
  background-color: #f6f6f6;
  font-size: 16px;
  line-height: 21px;
  color: #7f7f7f;
  font-family: 'Gilroy-Bold';
  margin-top: 20px;
}

.article-source {
  display: inline-block;
  padding: 10px 20px;
  background-color: #f6f6f6;
  font-size: 16px;
  line-height: 21px;
  color: #7f7f7f;
  font-family: 'Gilroy-Bold';
  margin-bottom: 60px;
  margin-left: 310px;
}

.article-source a {
  color: #7f7f7f;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.article-source a:hover {
  color: #ffa200;
}

.bio-header.fixed {
  position: fixed;
  top: 0;
}

.bio-header {
  position: absolute;
  top: 120px;
  left: 0;
  width: 100%;
  line-height: 60px;
  background-color: #f6f6f6;
  text-align: center;
  z-index: 100;
  font-size: 0;
}

.bio-header div {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px;
  line-height: 1;
}

.bio-header a,
.bio-header span {
  font-size: 15px;
  text-transform: uppercase;
  font-family: 'Gilroy-Bold';
}

.bio-header span {
  color: #999;
}

.bio-header a {
  color: #575757;
}

.bio-title {
  margin-top: 100px;
}

.positions-text {
  width: 1180px;
  margin: 0 auto 70px;
  font-size: 18px;
  line-height: 21px;
  font-family: 'Gilroy-SemiBold';
  color: #fff;
}

.article-content .prlx.horisontal {
  width: 150%;
  position: relative;
  left: calc(-1 * (150% - 100%) / 2);
}

.prlx__text {
  max-width: 80%;
}

#ftwp-container.ftwp-hidden-state {
  opacity: 1 !important;
  z-index: 9 !important;
  visibility: unset !important;
}

h3#ftwp-header-title {
  cursor: pointer;
}

span.article-subtitle {
  font-size: 2em;
  display: block;
  padding: 0.1em 0 1em;
  font-weight: 500;
  font-family: 'GretaTextPro-Medium';
  color: #323232;
  letter-spacing: 0.01em;
}



.roadmap.roadmap--orientation-vertical .roadmap__events__event:nth-child(odd) .event {
    top: -15px !important;
  }
  
  .roadmap.roadmap--orientation-vertical .roadmap__events__event .event .event__date {
    color: #000;
    font-size: 1.2em;
  }
  
  .roadmap.roadmap--orientation-vertical.roadmap--initialized .roadmap__events__event .event {
    position: relative;
  }
  
  .roadmap.roadmap--orientation-vertical.roadmap--initialized .roadmap__events__event:nth-child(2n) .event {
    left: 60%;
  }
  
  .roadmap.roadmap--orientation-vertical .roadmap__events__event:after,
  .roadmap.roadmap--orientation-vertical .roadmap__events__event:before {
    background-color: #ffa200;
  }
  
  .roadmap.roadmap--orientation-vertical .roadmap__events:after {
    background-color: #ffa200;
  }
  
  .timeline.roadmap.roadmap--orientation-vertical.roadmap--initialized {
    width: calc(100% + 2 * 190px + 120px);
    margin-left: calc(-190px - 120px);
    margin-top: 30px;
    margin-bottom: 30px;
    overflow: auto;
  }
  
  .roadmap.roadmap--orientation-vertical .roadmap__events {
    width: calc(100% - 160px);
    max-width: unset;
  }
  
  .roadmap.roadmap--orientation-vertical .roadmap__events__event .event__date,
  .roadmap.roadmap--orientation-vertical .roadmap__events__event .event__content {
    text-align: right;
  }
  
  .roadmap.roadmap--orientation-vertical .roadmap__events__event:nth-child(2n) .event__date,
  .roadmap.roadmap--orientation-vertical .roadmap__events__event:nth-child(2n) .event__content {
    text-align: left;
  }
  .roadmap.roadmap--orientation-vertical .roadmap__events__event {
    margin-top: 30px;
  }
