@font-face {
  font-family: "kyivtype_sans";
  src: url("../fonts/kyivtypesans-regular-webfont.woff2") format("woff2"), url("../fonts/kyivtypesans-regular-webfont.woff") format("woff"), url("../fonts/kyivtypesans-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "kyivtype_sans";
  src: url("../fonts/kyivtypesans-bold-webfont.woff2") format("woff2"), url("../fonts/kyivtypesans-bold-webfont.woff") format("woff"), url("../fonts/kyivtypesans-bold-webfont.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "kyivtype_sans";
  src: url("../fonts/kyivtypesans-medium-webfont.woff2") format("woff2"), url("../fonts/kyivtypesans-medium-webfont.woff") format("woff"), url("../fonts/kyivtypesans-medium-webfont.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
          transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
:root {
  --color-viol: #75469F;
  --color-black: #111;
  --color-red: #DF3F45;
  --color-yell: #FDB975;
  --color-bg: #f5f5f5;
}

ul, ol {
  margin: 0;
  padding: 0;
}

body {
  background-color: var(--color-bg);
  font-family: "kyivtype_sans", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

.layout {
  overflow: hidden;
}

h2, .h2, h3, .h3, h4, .h4 {
  font-size: 55px;
  line-height: 55px;
  font-style: normal;
  font-weight: 700;
  color: var(--color-viol);
}

main {
  font-weight: 400;
}

.text-medium {
  font-weight: 500;
}

.breadcrumbs {
  margin: 17px 0 90px 0;
  font-size: 17px;
  line-height: 20px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.breadcrumbs li {
  display: inline-block;
  color: rgba(117, 70, 159, 0.45);
  margin-bottom: 10px;
}
.breadcrumbs li + li {
  padding-left: 35px;
  position: relative;
}
.breadcrumbs li + li:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 5px;
  background: var(--color-yell);
  border-radius: 1px;
  left: 7px;
  top: 8px;
}
.breadcrumbs li a {
  color: var(--color-viol);
  display: inline-block;
  position: relative;
  z-index: 1;
}
.breadcrumbs li a:before {
  content: "";
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: var(--color-yell);
  border-radius: 1px;
  left: 0px;
  top: 15px;
  z-index: -1;
}
.breadcrumbs li a:hover {
  text-decoration: none;
}
.breadcrumbs li a:hover:before {
  display: none;
}

.title {
  padding-left: 91px;
  position: relative;
  margin-bottom: 20px;
}
.title h2, .title .h2, .title h3, .title .h3, .title h4, .title .h4 {
  margin-bottom: 0;
}
.title .icon {
  position: absolute;
  left: 0;
  top: 16px;
  width: 61px;
  height: 15px;
}
.title.title-center {
  text-align: center;
  padding: 21px 0 0 0;
}
.title.title-center .icon {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.title .link {
  position: absolute;
  right: 0;
  top: 0;
}

.btn {
  display: inline-block;
  min-width: 250px;
  background: var(--color-yell);
  position: relative;
  color: var(--color-black);
  border-radius: 0;
  font-size: 17px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 20px 30px;
  border: 0;
  overflow: hidden;
  z-index: 1;
}
.btn:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 15px 15px;
  border-color: transparent transparent var(--color-red) transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.btn:hover {
  color: #fff;
}
.btn:hover:after {
  border-width: 0 0 666px 666px;
}
.btn.btn-invert {
  background: var(--color-red);
  color: #fff;
}
.btn.btn-invert:after {
  border-color: transparent transparent var(--color-viol) transparent;
}
.btn.btn-header {
  padding: 15px;
  min-width: 200px;
}

.header {
  position: relative;
  z-index: 5;
}
.header .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--color-viol);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
  max-width: 150px;
  height: 102px;
}
.header .logo img {
  max-width: 100%;
}

.header-top {
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  z-index: 1;
}
.header-top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-top .search-toggle {
  display: none;
  width: 50px;
  height: 50px;
}
.header-top .srch-btn {
  width: 50px;
  height: 50px;
}
.header-top .srch-btn .icon {
  width: 24px;
  height: 24px;
}

.header-in {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -5px 0 74px;
}
.socials li {
  display: inline-block;
  padding: 0 5px;
}
.socials li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}
.socials li a:hover {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.socials li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: var(--color-yell);
  border-radius: 50%;
  z-index: -1;
  display: none;
}
.socials .icon {
  width: 35px;
  height: 35px;
  fill: #000;
}

.langs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -5px 0 45px;
}

.lang-item {
  position: relative;
  padding: 0 5px;
}
.lang-item a {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 700;
  width: 50px;
  height: 50px;
  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;
  color: var(--color-viol);
  border: 2px solid var(--color-viol);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 0.5;
  cursor: pointer;
  margin: 0;
}
.lang-item a.active, .lang-item a:hover {
  opacity: 1;
  text-decoration: none;
}

.header-btm {
  background: var(--color-viol);
  position: relative;
  z-index: 2;
}
.header-btm .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.header-btm .btn-header, .header-btm .socials {
  display: none;
}

.main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 17px;
  line-height: 20px;
}
.main-nav > li {
  display: inline-block;
  padding: 18px 25px;
  position: relative;
}
.main-nav > li > a {
  color: #fff;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.main-nav > li > a:hover {
  color: var(--color-yell);
  text-decoration: none;
}
.main-nav > li > a:hover:after {
  border-color: red;
}
.main-nav > li.has-menu > a {
  padding-right: 16px;
  position: relative;
}
.main-nav > li.has-menu > a:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  width: 8px;
  height: 8px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.main-nav > li.has-menu:hover > a {
  color: var(--color-yell);
}
.main-nav > li.has-menu:hover > a:after {
  border-left: 1px solid var(--color-yell);
  border-bottom: 1px solid var(--color-yell);
}
.main-nav > li.has-menu:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.main-nav > li ul {
  position: absolute;
  left: -20px;
  top: 100%;
  width: 300px;
  padding: 10px 0;
  background: var(--color-viol);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.main-nav > li ul li {
  display: block;
}
.main-nav > li ul li a {
  display: block;
  padding: 11px 25px 11px 45px;
  font-weight: 400;
  color: #fff;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.main-nav > li ul li a:hover {
  background: var(--color-yell);
  color: var(--color-black);
  font-weight: 500;
  text-decoration: none;
}

.search-toggle {
  position: absolute;
  right: 15px;
  top: 0;
  width: 55px;
  height: 55px;
  bottom: 0;
}

.srch-btn {
  padding: 0;
  border: 0;
  background: none;
  width: 55px;
  height: 55px;
  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;
  background: #42275A;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.srch-btn .icon {
  width: 31px;
  height: 31px;
}
.srch-btn:hover {
  background: var(--color-yell);
}

.hero {
  text-align: center;
  color: #fff;
  background: url("../img/hero-bg.jpg") center bottom no-repeat;
  background-size: cover;
}
.hero .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 450px;
  padding-bottom: 200px;
  padding-top: 120px;
}
.hero h1, .hero .h1 {
  font-size: 85px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.hero-content {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 30px;
}
.hero-content p {
  margin: 0;
}
.hero-content span {
  color: var(--color-yell);
  text-transform: uppercase;
  display: block;
}

.section {
  padding: 95px 0;
}

.section-inner {
  padding: 0 0 100px 0;
}

.section-contact {
  position: relative;
  z-index: 1;
}

.logo-bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.help-block {
  display: block;
  border-radius: 1px;
  background: rgba(253, 185, 117, 0.1);
  height: 230px;
  text-align: center;
  padding: 38px;
  font-size: 17px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--color-black);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.help-block .icon {
  display: block;
  width: 96px;
  height: 90px;
  margin: 0 auto 21px auto;
}
.help-block span {
  display: block;
}
.help-block:hover {
  background: rgba(253, 185, 117, 0.25);
  color: var(--color-viol);
  text-decoration: none;
}

.section-invert {
  color: #fff;
}
.section-invert h2, .section-invert .h2 {
  color: #fff;
}

.section-help {
  background: url("../img/pattern-1.png") center 0 no-repeat;
  background-size: cover;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.section-help:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 64px 100vw 0 0;
  border-color: var(--color-yell) transparent transparent transparent;
}
.section-help:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 64px 100vw;
  border-color: transparent transparent var(--color-red) transparent;
}

.wat-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  margin-bottom: 30px;
}

.wat-item-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 96px;
          flex: 0 0 96px;
  max-width: 96px;
  margin-right: 20px;
}
.wat-item-img .icon {
  width: 96px;
  height: 90px;
}

.wat-list {
  margin-bottom: -30px;
}

.section-women {
  background: url("../img/pattern-1.png") center 0 no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  text-align: right;
}
.section-women .container {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.section-women .h2, .section-women h2 {
  color: var(--color-yell);
  text-transform: uppercase;
  margin-bottom: 24px;
}

.slick-dots {
  margin: 30px 0 0 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 10px;
  line-height: 10px;
}
.slick-dots li {
  display: block;
  margin: 0 5px;
  height: 10px;
}
.slick-dots li button {
  padding: 0;
  border: 0;
  width: 35px;
  height: 10px;
  background: var(--color-viol);
  border-radius: 4px;
  opacity: 0.45;
  font-size: 0;
  display: block;
  vertical-align: top;
  line-height: 1;
}
.slick-dots li.slick-active button {
  opacity: 1;
}

.section-women-invert {
  background: url("../img/pattern-invert.png") 0 0 repeat;
}
.section-women-invert .img-box {
  padding: 0 43.5% 0 0;
}
.section-women-invert h2, .section-women-invert .h2 {
  color: #fff;
}

.img-box {
  padding-left: 43.5%;
}
.img-box img {
  max-width: 100%;
}

.link {
  display: inline-block;
  position: relative;
  font-size: 17px;
  color: var(--color-black);
  text-transform: uppercase;
  font-weight: 700;
  z-index: 1;
  padding-left: 5px;
}
.link.link-invert {
  color: #fff;
}
.link:before {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: -1;
  width: 10px;
  height: 37px;
  left: 0;
  top: -4px;
  background: var(--color-yell);
}
.link:hover {
  text-decoration: none;
  color: var(--color-black);
}
.link:hover:before {
  width: calc(100% + 4px);
}

.women-inner {
  text-align: left;
}

.news-list {
  margin-bottom: -40px;
}
.news-list div[class^=col-] {
  margin-bottom: 40px;
}

.news-block {
  display: block;
  color: var(--color-black);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.news-block:hover {
  background: rgba(253, 185, 117, 0.25);
  text-decoration: none;
  color: var(--color-viol);
}

.show-more {
  text-align: center;
  padding-top: 80px;
}

.news-block-img {
  position: relative;
  height: 250px;
  display: block;
}
.news-block-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-block-img span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  padding: 10px 10px;
  font-size: 11px;
  line-height: 11px;
  font-weight: 400;
  background: var(--color-viol);
  color: var(--color-yell);
}

.news-block-cnt {
  padding: 13px 30px 20px 20px;
  display: block;
  font-weight: 500;
}

.section-connect {
  padding: 128px 0 100px 0;
  position: relative;
  z-index: 1;
}
.section-connect:before {
  content: "";
  display: block;
  position: absolute;
  background: url("../img/pattern-2.png") center 0 no-repeat;
  background-size: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.cnc-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 3px;
  border: 4px solid var(--color-yell);
  height: 135px;
  font-weight: 500;
  padding: 22px 24px 22px 24px;
  font-size: 17px;
  line-height: 20px;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #fff;
  position: relative;
}
.cnc-item:hover {
  text-decoration: none;
  background: #db9c7f;
  border: 4px solid #db9c7f;
  color: #fff;
}
.cnc-item .icon {
  width: 96px;
  height: 90px;
  display: block;
  margin-right: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 96px;
          flex: 0 0 96px;
  max-width: 96px;
}

.cnc-list {
  margin-left: -7px;
  margin-right: -7px;
  padding: 0 90px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cnc-list div[class^=col-] {
  padding: 0 7px;
}

.contact-item {
  text-align: center;
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  padding: 27px;
}
.contact-item span {
  display: block;
  font-size: 17px;
  font-weight: 700;
  color: var(--color-viol);
  margin-bottom: 8px;
  text-transform: uppercase;
}
.contact-item .link {
  text-transform: none;
  font-weight: 500;
}
.contact-item div:not([class]) {
  padding-top: 15px;
}
.contact-item div:not([class]) a {
  line-height: 35px;
  color: var(--color-black);
  text-decoration: none;
}

.contact-item-icon {
  margin-bottom: 24px;
}
.contact-item-icon .icon {
  display: inline-block;
  width: 96px;
  height: 90px;
}

.footer {
  background-color: var(--color-viol);
  color: #fff;
  padding: 50px 0 45px 0;
  border-top: 30px solid var(--color-yell);
}

.main-page + .footer {
  border-top: 0;
}

.copy {
  font-size: 17px;
  line-height: 20px;
  font-weight: 400;
  padding-top: 40px;
  max-width: 200px;
}

.footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-top-lft {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 306px;
          flex: 0 0 306px;
  max-width: 306px;
  padding-right: 20px;
}

.footer-top-rht {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.foot-title {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.foot-nav li {
  display: block;
  font-size: 17px;
  font-weight: 400;
}
.foot-nav li a {
  color: #fff;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: relative;
}
.foot-nav li a:after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  height: 3px;
  left: 0;
  top: 100%;
  background: var(--color-yell);
}
.foot-nav li a:hover {
  text-decoration: none;
}
.foot-nav li a:hover:after {
  width: 100%;
}

.footer-btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 25px;
}
.footer-btm .socials {
  margin: 0;
}

.footer-btm-lft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-btm-lft span {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 132px;
          flex: 0 0 132px;
  max-width: 132px;
  font-size: 17px;
  line-height: 20px;
  margin-right: 36px;
}

.nav-ico {
  display: none;
  position: relative;
  width: 32px;
  height: 32px;
  z-index: 101;
  overflow: hidden;
}
.nav-ico span {
  display: block;
  position: absolute;
  height: 2px;
  background: #fff;
  left: 5px;
  width: 24px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.nav-ico span:first-child {
  top: 8px;
}
.nav-ico span:nth-child(2) {
  top: 17px;
}
.nav-ico span:nth-child(3) {
  top: 26px;
}

.backdrop {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  z-index: -99;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.date {
  font-size: 11px;
  display: inline-block;
  background: var(--color-viol);
  color: var(--color-yell);
  padding: 10px;
  line-height: 11px;
  margin-bottom: 20px;
}

.article {
  max-width: 920px;
  margin: 0 auto 85px auto;
  background: #fff;
  -webkit-box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, 0.25);
  position: relative;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}
.article p {
  margin: 0;
}
.article p a {
  position: relative;
  display: inline-block;
  color: var(--color-viol);
  z-index: 1;
}
.article p a:before {
  content: "";
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: var(--color-yell);
  border-radius: 1px;
  left: 0px;
  top: 19px;
  z-index: -1;
}
.article p a:hover {
  text-decoration: none;
}
.article p a:hover:before {
  display: none;
}
.article .inner {
  padding: 30px 30px 50px 30px;
}
.article.article-simple .inner {
  padding: 30px;
}
.article h2 {
  font-size: 55px;
  line-height: 1;
  margin: 0 0 20px 0;
}
.article h3 {
  font-size: 35px;
  line-height: 1;
  margin: 0 0 14px 0;
}
.article h3:not(:first-child) {
  margin-top: 35px;
}
.article ul li {
  display: block;
  padding-left: 62px;
  position: relative;
}
.article ul li:not(:last-child) {
  margin-bottom: 16px;
}
.article ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 14px;
  width: 45px;
  height: 5px;
  background: var(--color-yell);
}

.share {
  padding: 50px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  line-height: 30px;
}
.share span {
  display: block;
  margin-right: 20px;
}

.share-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.share-list a {
  display: block;
}
.share-list a:not(:last-child) {
  margin-right: 8px;
}
.share-list a:hover .icon {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.share-list .icon {
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.slider-for,
.slider-nav {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.slider-for.slick-initialized,
.slider-nav.slick-initialized {
  opacity: 1;
  visibility: visible;
  overflow: visible;
}

@media (min-width: 1200px) {
  .slider-for .slide {
    height: 646px;
  }
}
.slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slick-btn {
  width: 30px;
  height: 60px;
  border-radius: 2px;
  background: var(--color-viol);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  padding: 0;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.slick-btn .icon {
  width: 10px;
  height: 18px;
  fill: var(--color-yell);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.slick-btn:hover {
  background: var(--color-yell);
}
.slick-btn:hover .icon {
  fill: var(--color-viol);
}

.slick-prev {
  left: 10px;
}

.slick-next {
  right: 10px;
}

.slider-nav {
  margin-left: -8px;
  margin-right: -8px;
  margin-top: 16px;
}
.slider-nav .slide {
  padding: 0 8px;
}
.slider-nav .slide.slick-current.slick-active span:before {
  opacity: 1;
}
.slider-nav .slide span {
  display: block;
  position: relative;
  cursor: pointer;
}
.slider-nav .slide span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 4px solid var(--color-yell);
  opacity: 0;
}

.slider-box {
  overflow: hidden;
}

@media (max-width: 1199px) {
  body {
    font-size: 17px;
    line-height: 24px;
  }
  h2, .h2, h3, .h3, h4, .h4 {
    font-size: 45px;
    line-height: 45px;
  }
  .hero h1, .hero .h1 {
    font-size: 72px;
  }
  .hero .row {
    padding-bottom: 120px;
  }
  .cnc-item {
    display: block;
    text-align: center;
    height: 100%;
  }
  .cnc-item .icon {
    margin: 0 auto 20px auto;
  }
  .hero .row {
    min-height: auto;
    padding-top: 80px;
  }
  .link:before {
    height: 30px;
    top: 0;
  }
  .foot-nav li {
    line-height: 27px;
  }
}
@media (max-width: 991px) {
  h2, .h2, h3, .h3, h4, .h4 {
    font-size: 35px;
    line-height: 35px;
  }
  .title .icon {
    top: 6px;
  }
  .hero h1, .hero .h1 {
    font-size: 65px;
  }
  .socials {
    margin-left: 30px;
  }
  .langs {
    margin-left: 25px;
  }
  .btn.btn-invert {
    min-width: 120px;
  }
  .hero .row {
    min-height: auto;
    padding-top: 60px;
    padding-bottom: 160px;
  }
  .section {
    padding: 65px 0;
  }
  .help-block {
    padding: 20px;
    height: 100%;
  }
  .main-nav > li {
    padding: 18px 20px;
  }
  .news-block-img {
    height: 160px;
  }
  .news-block {
    font-size: 15px;
    line-height: 25px;
  }
  .news-block-cnt {
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-connect:before {
    background: url("../img/pattern-1.png") center 0 no-repeat;
    background-size: cover;
  }
  .cnc-item span br {
    display: none;
  }
  .cnc-list div[class^=col-]:not(:last-child) {
    margin-bottom: 15px;
  }
  .contact-item {
    padding: 20px 0;
  }
  .section-help:before {
    border-width: 32px 100vw 0 0;
  }
  .section-help:after {
    border-width: 0 0 32px 100vw;
  }
  .logo-bg {
    display: none;
  }
  .btn {
    padding: 15px 30px;
    min-width: 200px;
  }
  .footer-top-lft {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    max-width: 200px;
  }
  .copy {
    padding-top: 30px;
  }
  .footer-btm-lft span {
    margin-right: 20px;
  }
  .foot-title {
    font-size: 17px;
    line-height: 17px;
  }
  .section-inner {
    padding: 0 0 60px 0;
  }
  .breadcrumbs {
    margin-bottom: 60px;
  }
  .show-more {
    padding-top: 30px;
  }
  .article {
    font-size: 17px;
    line-height: 27px;
  }
  .article .inner {
    padding: 30px 20px 40px 20px;
  }
  .article h2 {
    font-size: 45px;
  }
  .article h3 {
    font-size: 25px;
  }
  .share {
    padding: 20px;
  }
  .article.article-simple .inner {
    padding: 30px 20px 30px 20px;
  }
}
@media (max-width: 767px) {
  .header-top {
    background: var(--color-viol);
  }
  .header-top .btn-header, .header-top .socials {
    display: none;
  }
  .header .logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
    max-width: 120px;
    padding: 15px;
    height: 80px;
  }
  .header-btm {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
    width: 80%;
    padding: 20px;
    overflow: auto;
  }
  .header-btm .container {
    max-width: 100%;
    padding: 0;
  }
  .nav-ico {
    display: block;
    margin-left: 20px;
  }
  .lang-item label {
    color: #fff;
    border-color: #fff;
  }
  .langs {
    margin: 0 10px 0 0;
  }
  .js-open {
    overflow: hidden;
  }
  .js-open .backdrop {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  .js-open .header-btm {
    -webkit-transform: none;
            transform: none;
  }
  .js-open .nav-ico span:nth-child(2) {
    left: 150%;
  }
  .js-open .nav-ico span:first-child, .js-open .nav-ico span:nth-child(3) {
    top: 50%;
    left: 50%;
  }
  .js-open .nav-ico span:first-child {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  .js-open .nav-ico span:nth-child(3) {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
  .header-btm .container, .main-nav, .main-nav li {
    display: block;
  }
  .main-nav {
    margin-bottom: 30px;
  }
  .main-nav > li {
    padding: 0;
    font-size: 24px;
    line-height: 34px;
  }
  .main-nav > li:not(:last-child) {
    margin-bottom: 30px;
  }
  .main-nav > li.has-menu > a:after {
    width: 12px;
    height: 12px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  .main-nav > li ul {
    position: static;
    display: none;
    width: auto;
    opacity: 1;
    visibility: visible;
    font-size: 20px;
    line-height: 30px;
    padding-top: 0;
  }
  .main-nav > li.js-expand ul {
    display: block;
    -webkit-transform: none;
            transform: none;
    margin: 10px 0 0 0;
  }
  .main-nav > li.has-menu:hover > a {
    color: var(--color-viol);
  }
  .main-nav > li.has-menu:hover > a:after {
    border-left: 1px solid var(--color-viol);
    border-bottom: 1px solid var(--color-viol);
  }
  .main-nav > li ul li a {
    padding: 6px 0px 6px 25px;
  }
  .main-nav > li.has-menu > a {
    padding-right: 26px;
  }
  .search {
    position: static;
  }
  .hero {
    background-size: cover;
  }
  .help-block {
    margin-bottom: 20px;
    height: auto;
  }
  .hero-content {
    font-size: 17px;
    line-height: 27px;
  }
  .hero h1, .hero .h1 {
    font-size: 52px;
  }
  .hero .row {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .article h2 {
    font-size: 40px;
  }
  .title {
    padding-left: 60px;
  }
  .title .icon {
    width: 40px;
    height: 10px;
  }
  .news-block-img {
    height: 200px;
  }
  .news-block {
    margin-bottom: 10px;
  }
  .news-block:hover {
    background: none;
  }
  .link {
    font-size: 15px;
  }
  div[class^=col-]:last-child .news-block {
    margin-bottom: 0;
  }
  div[class^=col-]:last-child .news-block-cnt {
    padding-bottom: 0;
  }
  .footer-top {
    display: block;
  }
  .footer-top-lft {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .copy {
    max-width: 100%;
    padding: 0 0 0 20px;
    margin-top: -6px;
  }
  .foot-title {
    font-size: 15px;
    line-height: 15px;
  }
  .foot-nav li {
    font-size: 15px;
    line-height: 25px;
  }
  .footer-btm {
    display: block;
  }
  .footer-btm-lft {
    margin-bottom: 30px;
  }
  .footer {
    padding: 60px 0 40px 0;
  }
  .news-block-cnt {
    padding-bottom: 0;
  }
  .article ul li {
    padding-left: 32px;
  }
  .article ul li:before {
    width: 22px;
    height: 4px;
    top: 12px;
  }
  .btn.btn-header {
    background: var(--color-yell);
    color: var(--color-black);
  }
  .btn.btn-header:hover {
    color: #fff;
  }
  .btn.btn-header:after {
    border-color: transparent transparent var(--color-red) transparent;
  }
}
@media (max-width: 575px) {
  .header .logo {
    padding: 10px 0;
    height: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    max-width: 100px;
  }
  .hero h1, .hero .h1 {
    font-size: 36px;
    margin-bottom: 15px;
  }
  .hero .row {
    min-height: auto;
  }
  .section {
    padding: 80px 0;
  }
  .section-help {
    padding-top: 80px;
  }
  .title {
    padding: 21px 0 0 0;
    text-align: center;
  }
  .title .icon {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .mb-5 {
    margin-bottom: 2rem !important;
  }
  h2, .h2, h3, .h3, h4, .h4 {
    font-size: 32px;
    line-height: 32px;
  }
  .title .link {
    position: relative;
    margin-top: 15px;
  }
  .title .link:before {
    top: -3px;
  }
  .cnc-list {
    padding: 0 30px;
  }
  .img-box {
    padding-left: 0;
  }
  .section-women .container {
    position: static;
    -webkit-transform: none;
            transform: none;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .footer-top-rht {
    margin-bottom: 10px;
  }
  .foot-item {
    margin-bottom: 5px;
  }
  .foot-nav {
    display: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 20px;
  }
  .foot-nav li {
    padding: 0px 15px;
  }
  .js-expand .foot-nav {
    display: block;
  }
  .js-expand .foot-title:after {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    margin-top: 5px;
  }
  .footer-top-lft {
    display: block;
    text-align: center;
  }
  .copy {
    padding: 20px 0 0 0;
  }
  .foot-title {
    margin-bottom: 10px;
    position: relative;
    display: block;
    padding-right: 20px;
  }
  .foot-title:after {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    right: 0;
    top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .footer-btm {
    padding-top: 0;
  }
  .footer-btm-lft {
    display: block;
  }
  .footer-btm-lft span {
    max-width: 100%;
    margin-bottom: 15px;
  }
  .news-list {
    margin-bottom: -20px;
  }
  .news-list div[class^=col-] {
    margin-bottom: 20px;
  }
  .share {
    font-size: 17px;
    line-height: 27px;
  }
  .section-inner {
    padding: 0 0 30px 0;
  }
  .breadcrumbs {
    margin-bottom: 30px;
  }
  .breadcrumbs {
    font-size: 15px;
  }
  .article .inner {
    padding: 20px 15px 30px 15px;
  }
  .article h2 {
    font-size: 32px;
  }
  .article h3 {
    font-size: 22px;
  }
  .article h3:not(:first-child) {
    margin-top: 25px;
  }
  .footer {
    border-bottom: 15px solid var(--color-yell);
  }
  .article.article-simple .inner {
    padding: 20px 15px 30px 15px;
  }
}
@media (max-width: 374px) {
  .footer-top-lft {
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }
  .copy {
    padding: 15px 0 0 0;
  }
  .hero h1, .hero .h1 {
    font-size: 30px;
  }
  .hero .row {
    padding-bottom: 60px;
  }
}
.footer-note {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  padding: 25px 0;
}
.footer-note .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-note .icon {
  width: 96px;
  height: 90px;
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 96px;
          flex: 0 0 96px;
  max-width: 96px;
  margin-right: 20px;
}

.timeline {
  overflow: hidden;
  margin-bottom: 90px;
}

.timeline-item {
  position: relative;
  margin-bottom: 10px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.timeline-item:hover .timeline-item-inner:before {
  opacity: 1;
}
.timeline-item:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  bottom: 0;
  background: var(--color-viol);
}
.timeline-item:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: var(--color-bg) transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.timeline-item:nth-child(2):before, .timeline-item:nth-child(4):before {
  background: var(--color-yell);
}
.timeline-item:nth-child(2) .timeline-item-inner:after, .timeline-item:nth-child(4) .timeline-item-inner:after {
  border-color: var(--color-yell) transparent transparent transparent;
}
.timeline-item:nth-child(2) .timeline-date span, .timeline-item:nth-child(4) .timeline-date span {
  color: var(--color-yell);
}
.timeline-item:nth-child(2) .timeline-date:before, .timeline-item:nth-child(4) .timeline-date:before {
  background: var(--color-yell);
}
.timeline-item:nth-child(3):before, .timeline-item:nth-child(6):before {
  background: var(--color-red);
}
.timeline-item:nth-child(3) .timeline-item-inner:after, .timeline-item:nth-child(6) .timeline-item-inner:after {
  border-color: var(--color-red) transparent transparent transparent;
}
.timeline-item:nth-child(3) .timeline-date:before, .timeline-item:nth-child(6) .timeline-date:before {
  background: var(--color-red);
}
.timeline-item:nth-child(3) .timeline-date span, .timeline-item:nth-child(6) .timeline-date span {
  color: var(--color-red);
}

.timeline-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -60px;
  margin-right: -60px;
  position: relative;
  padding-top: 100px;
  padding-bottom: 130px;
  z-index: 1;
}
.timeline-item-inner:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: var(--color-viol) transparent transparent transparent;
  position: absolute;
  bottom: -9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.timeline-item-inner:before {
  content: "";
  display: block;
  position: absolute;
  left: -9999px;
  right: -9999px;
  top: 0;
  bottom: -10px;
  background: rgba(117, 70, 159, 0.1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}

.timeline-item:nth-child(even) .timeline-item-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.timeline-item:nth-child(even) .timeline-date {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.timeline-item:nth-child(even) .timeline-date:before {
  left: -60px;
  right: 272px;
}
.timeline-item:nth-child(even) .timeline-date:after {
  right: auto;
  left: -65px;
}

.timeline-head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 0 60px;
}

.timeline-cnt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 0 60px;
}
.timeline-cnt p {
  margin-bottom: 30px;
}

.timeline-head img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.timeline-head .row {
  margin-left: -6px;
  margin-right: -6px;
}
.timeline-head .row div[class^=col-] {
  padding: 0 6px;
}

.timeline-tmb-small {
  display: block;
  height: 190px;
}

.timeline-tmb-big {
  display: block;
  height: 226px;
  position: relative;
}

.timeline-tmb-video {
  display: block;
  height: 276px;
  position: relative;
}
.timeline-tmb-video:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(117, 70, 159, 0.5);
}
.timeline-tmb-video .icon {
  width: 73px;
  height: 72px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

.timeline-date {
  font-size: 35px;
  line-height: 35px;
  font-weight: 700;
  margin-bottom: 35px;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.timeline-date:before {
  content: "";
  display: block;
  position: absolute;
  height: 5px;
  left: 272px;
  right: -60px;
  background: var(--color-viol);
  top: 20px;
}
.timeline-date:after {
  content: "";
  display: block;
  position: absolute;
  height: 10px;
  width: 10px;
  right: -65px;
  background: var(--color-bg);
  top: 18px;
  border-radius: 50%;
}
.timeline-date span {
  font-size: 85px;
  font-weight: 700;
  display: block;
  color: var(--color-viol);
  margin-bottom: 20px;
}

.timeline-date-inner {
  width: 220px;
}

.timeline-cnt {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

@media (max-width: 991px) {
  .timeline-head, .timeline-cnt {
    padding-left: 30px;
    padding-right: 30px;
  }
  .timeline-item-inner {
    margin-left: -30px;
    margin-right: -30px;
  }
  .timeline-cnt {
    font-size: 17px;
    line-height: 27px;
  }
  .timeline-date:before {
    right: -30px;
  }
  .timeline-date:after {
    right: -35px;
  }
  .timeline-item:nth-child(even) .timeline-date:before {
    left: -30px;
  }
  .timeline-item:nth-child(even) .timeline-date:after {
    left: -35px;
  }
  .timeline-date {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .timeline-date span {
    font-size: 62px;
  }
  .timeline-item-inner {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .timeline-item:before {
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
  .timeline-item-inner:after {
    left: -10px;
    -webkit-transform: none;
            transform: none;
  }
  .timeline-item:after {
    left: 0px;
    -webkit-transform: none;
            transform: none;
  }
  .timeline-head {
    margin-bottom: 30px;
  }
  .timeline-item {
    padding-left: 40px;
  }
  .timeline-item-inner {
    display: block;
  }
  .timeline-head, .timeline-cnt {
    max-width: 100%;
  }
  .timeline-item .timeline-date {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .timeline-date:before {
    left: -30px;
    right: 260px;
  }
  .timeline-item-inner {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .timeline {
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .footer-note {
    position: relative;
  }
  .footer-note .icon {
    display: none;
  }
  .footer-note {
    padding: 15px 0;
  }
  .timeline-tmb-video, .timeline-tmb-big {
    height: 200px;
  }
  .timeline-tmb-small {
    height: 120px;
  }
  .timeline-date-inner {
    width: 180px;
  }
  .timeline-item:nth-child(even) .timeline-date:before,
  .timeline-item .timeline-date:before {
    right: 200px;
  }
}
.hero-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.person-img {
  height: 285px;
}
.person-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.person {
  background: var(--color-viol);
}
.person .link {
  display: inline-block;
  text-transform: none;
  color: #fff;
}
.person .link:hover {
  color: var(--color-viol);
}

.person-list {
  margin-bottom: -30px;
}
.person-list div[class^=col-] {
  margin-bottom: 30px;
}

.person-cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 32px 24px;
  min-height: 240px;
}

.person-name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 17px;
  line-height: 30px;
  padding-bottom: 20px;
  color: #fff;
}
.person-name span {
  display: block;
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
  color: var(--color-yell);
}

@media (max-width: 767px) {
  .person-img {
    height: 220px;
  }
  .person-cnt {
    padding: 20px;
    min-height: 200px;
  }
  .person-name span {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 575px) {
  .person-img {
    height: 180px;
  }
  .person-list {
    margin-left: -8px;
    margin-right: -8px;
  }
  .person-list div[class^=col-] {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 460px) {
  .person-list {
    display: block;
    margin-bottom: -16px;
  }
  .person-list div[class^=col-] {
    max-width: 100%;
    margin-bottom: 16px;
  }
  .person-img {
    height: 260px;
  }
  .person-cnt {
    min-height: auto;
  }
}
.partners-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -40px;
}

.partners-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
  padding: 0 10px;
  margin-bottom: 40px;
}
.partners-item img {
  max-width: 100%;
}

@media (max-width: 575px) {
  .partners-list {
    margin-bottom: -20px;
  }
  .partners-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
}
.anchor-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px 54px -15px;
}
.anchor-nav li {
  display: inline-block;
  padding: 0 15px;
  margin-bottom: 30px;
}
.anchor-nav li a {
  display: block;
  background: var(--color-viol);
  color: var(--color-yell);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding: 17px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.anchor-nav li a:hover {
  background: var(--color-yell);
  color: var(--color-viol);
  text-decoration: none;
}

.help-list {
  margin-bottom: -30px;
}

.help-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 170px;
  padding: 40px;
  border-radius: 1px;
  background: rgba(253, 185, 117, 0.1);
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  margin-bottom: 30px;
  color: var(--color-black);
}
.help-item:hover {
  text-decoration: none;
  background: rgba(253, 185, 117, 0.25);
  color: var(--color-black);
}
.help-item span {
  display: block;
  padding-right: 40px;
}

.help-item-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 96px;
          flex: 0 0 96px;
  max-width: 96px;
  margin-right: 40px;
}
.help-item-icon img {
  max-width: 100%;
}

.numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  line-height: 30px;
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: 78px;
  list-style: none;
  counter-reset: point;
  font-weight: 500;
}
.numbers li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  padding: 0 8px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 150px;
}
.numbers li span {
  display: block;
  padding-left: 50px;
}
.numbers li:before {
  content: counter(point);
  counter-increment: point 1;
  position: absolute;
  font-size: 250px;
  line-height: 200px;
  font-weight: 700;
  color: rgba(223, 63, 69, 0.15);
  left: 0;
  top: -20px;
}

.button-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.button-block .btn {
  margin: 0 15px;
}

.psy {
  background: var(--color-viol);
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.psy p {
  margin: 0;
}
.psy a {
  color: #fff;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.psy a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  background: var(--color-yell);
}
.psy a:hover {
  text-decoration: none;
}
.psy a:hover:before {
  display: none;
}

.psy-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 96px;
          flex: 0 0 96px;
  max-width: 96px;
  margin-right: 43px;
}
.psy-icon img {
  max-width: 100%;
}

.legal-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px 20px -15px;
}
.legal-list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  display: block;
  font-weight: 500;
  margin-bottom: 30px;
  padding: 0 15px;
}
.legal-list li span {
  display: block;
  padding-left: 45px;
  position: relative;
}
.legal-list li span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
  width: 35px;
  height: 10px;
  background: var(--color-red);
}

.location {
  border-radius: 1px;
  border: 2px solid var(--fdb-975, #75469F);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px;
  margin-bottom: 30px;
}

.location-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 98px;
          flex: 0 0 98px;
  max-width: 98px;
  margin-right: 37px;
  height: 90px;
}
.location-icon .icon {
  width: 98px;
  height: 90px;
}

.location-cnt {
  font-size: 17px;
  line-height: 20px;
  font-weight: 500;
}
.location-cnt a {
  color: var(--color-black);
  display: inline-block;
  position: relative;
  z-index: 1;
  text-decoration: none;
}
.location-cnt a:after {
  content: "";
  display: block;
  height: 5px;
  left: 0;
  right: 0;
  bottom: 0px;
  position: absolute;
  background: var(--color-yell);
  z-index: -1;
  opacity: 1;
}
.location-cnt a:hover:after {
  opacity: 0;
}
.location-cnt span {
  display: block;
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
  margin-bottom: 19px;
  color: var(--color-viol);
}

@media (max-width: 1199px) {
  .anchor-nav {
    margin-left: -10px;
    margin-right: -10px;
  }
  .anchor-nav li {
    margin-bottom: 20px;
    padding: 0 10px;
  }
  .help-item {
    padding: 30px;
  }
  .location {
    padding: 30px;
  }
  .location-cnt span {
    font-size: 20px;
    line-height: 30px;
  }
  .psy {
    font-size: 17px;
    line-height: 27px;
  }
  .help-item {
    padding: 20px;
  }
  .help-item-icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 76px;
            flex: 0 0 76px;
    max-width: 76px;
    margin-right: 30px;
  }
  .numbers li span {
    padding-left: 30px;
  }
  .numbers {
    font-size: 17px;
    line-height: 27px;
  }
  .psy {
    margin-bottom: 30px;
    height: auto;
  }
  .col-lg-6:last-child .psy {
    margin-bottom: 0;
  }
  .legal-list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 991px) {
  .anchor-nav li a {
    padding: 10px 15px;
  }
}
@media (max-width: 767px) {
  .numbers {
    display: block;
  }
  .numbers li {
    max-width: 100%;
  }
  .numbers li:before {
    font-size: 150px;
    line-height: 100px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .help-item {
    height: auto;
  }
  .psy {
    padding: 20px;
  }
  .button-block {
    display: block;
  }
  .button-block .btn + .btn {
    margin-top: 15px;
  }
}
@media (max-width: 575px) {
  .anchor-nav {
    margin-left: -5px;
    margin-right: -5px;
  }
  .anchor-nav li {
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .help-item {
    margin-bottom: 15px;
  }
  .numbers li {
    min-height: 120px;
  }
  .numbers li:not(:last-child) {
    margin-bottom: 15px;
  }
  .psy-icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 76px;
            flex: 0 0 76px;
    max-width: 76px;
    margin-right: 30px;
  }
  .psy {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 460px) {
  .legal-list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .legal-list li span:before {
    top: 7px;
  }
  .location {
    padding: 20px;
  }
  .location-icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 78px;
            flex: 0 0 78px;
    max-width: 78px;
    margin-right: 25px;
  }
  .location-icon .icon {
    width: 78px;
    height: 78px;
  }
}
.community-block {
  margin-bottom: 80px;
}
.community-block .article {
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  .article-simple {
    margin-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .community-block {
    margin-bottom: 40px;
  }
  .community-block .article {
    margin-bottom: 15px;
  }
  .section-women-invert .img-box {
    padding-right: 0;
  }
  .article-simple {
    margin-bottom: 30px;
  }
}
.headline {
  font-size: 85px;
  line-height: 102px;
  text-align: center;
  font-weight: 700;
  color: var(--color-viol);
  text-transform: uppercase;
  margin: 80px 0;
}

.forbidden {
  padding: 50px 0 100px 0;
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}
.forbidden img {
  max-width: 100%;
}
.forbidden p {
  margin: 0 0 40px 0;
}
.forbidden .headline {
  margin: 80px 0 33px 0;
}

@media (max-width: 1199px) {
  .headline {
    font-size: 55px;
    line-height: 72px;
    margin-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .forbidden {
    font-size: 24px;
    line-height: 34px;
    padding: 30px 0 60px 0;
  }
  .headline {
    font-size: 50px;
    line-height: 60px;
    margin: 40px 0 30px 0;
  }
  .forbidden .headline {
    margin: 40px 0 20px 0;
  }
  .timeline-item:hover .timeline-item-inner:before {
    opacity: 0;
  }
}
@media (max-width: 767px) {
  .forbidden {
    font-size: 22px;
    line-height: 32px;
  }
  .forbidden p {
    margin: 0 0 20px 0;
  }
  .headline {
    font-size: 40px;
    line-height: 50px;
  }
  .lang-item a {
    border-color: #fff;
    color: #fff;
  }
  .header-top .search-toggle {
    display: block;
    position: static;
  }
  .header-btm .search-toggle {
    display: none;
  }
  .header-btm .btn-header {
    display: block;
  }
  .header-btm .socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-btm .container {
    height: 100%;
  }
  .header-inner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-nav {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .header-btm .socials {
    margin: 20px 0 0 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header-btm {
    background: var(--color-viol);
  }
  .main-nav > li > a {
    color: #fff !important;
  }
  .main-nav > li.has-menu > a:after {
    border-left: 2px solid #fff !important;
    border-bottom: 2px solid #fff !important;
  }
}
@media (max-width: 575px) {
  .forbidden {
    font-size: 20px;
    line-height: 30px;
  }
  .forbidden span {
    font-size: 30px;
    line-height: 40px;
  }
  .headline {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 374px) {
  .forbidden {
    font-size: 17px;
    line-height: 20px;
  }
  .headline {
    font-size: 24px;
    line-height: 34px;
  }
}
.modal-search .modal-dialog {
  margin: 0;
  max-width: 100%;
}
.modal-search .modal-content {
  padding: 45px 0;
  border-radius: 0;
}

.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 420px;
  flex: 0 0 420px;
  max-width: 420px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.search-form .form-control {
  height: 60px;
  padding: 0 55px;
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  font-family: "kyivtype_sans", sans-serif;
  border: 2px solid var(--color-viol);
  -webkit-box-shadow: none;
  box-shadow: none;
  color: var(--color-viol);
}
.search-form .form-control::-webkit-input-placeholder {
  opacity: 1;
  color: var(--color-viol);
}
.search-form .form-control::-moz-placeholder {
  opacity: 1;
  color: var(--color-viol);
}
.search-form .form-control:-ms-input-placeholder {
  opacity: 1;
  color: var(--color-viol);
}
.search-form .form-control::-ms-input-placeholder {
  opacity: 1;
  color: var(--color-viol);
}
.search-form .form-control::placeholder {
  opacity: 1;
  color: var(--color-viol);
}

.icon-srch {
  width: 28px;
  height: 28px;
  position: absolute;
  left: 15px;
}

.btn-close {
  width: 28px;
  height: 28px;
  border: 0;
  padding: 0;
  background: none;
  position: absolute;
  right: -78px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn-close .icon-close {
  width: 28px;
  height: 28px;
}

.modal-close {
  width: 28px;
  height: 28px;
  border: 0;
  padding: 0;
  background: none;
  position: absolute;
  right: -58px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.modal-close .icon {
  width: 28px;
  height: 28px;
  vertical-align: top;
}

@media (max-width: 575px) {
  .search-form {
    max-width: 280px;
  }
  .modal-close {
    right: 15px;
    width: 22px;
    height: 22px;
  }
  .modal-close .icon {
    width: 22px;
    height: 22px;
  }
  .modal-search .modal-content {
    padding: 30px 0;
  }
  .hero-content {
    margin-bottom: 15px;
  }
  .slick-dots {
    margin-top: 15px;
  }
  .slick-dots li button {
    width: 20px;
    height: 6px;
  }
  .timeline-item:before {
    width: 10px;
  }
  .timeline-item:after {
    border-width: 5px 5px 0 5px;
  }
  .timeline-item-inner:after {
    border-width: 5px 5px 0 5px;
    bottom: -5px;
  }
  .timeline-head, .timeline-cnt {
    padding-left: 15px;
  }
  .timeline-date:before {
    left: -20px;
  }
  .timeline-item:nth-child(even) .timeline-date:before {
    left: -20px;
  }
  .timeline-date:after {
    display: none;
  }
  .foot-item {
    max-width: 200px;
    margin: 0 auto 15px auto;
  }
  .footer-btm {
    text-align: center;
  }
  .footer-btm-lft span {
    margin-right: 0;
  }
  .footer-btm .socials {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 380px) {
  .header .logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    max-width: 80px;
  }
  .lang-item a {
    width: 40px;
    height: 40px;
  }
  .nav-ico {
    margin-left: 10px;
  }
  .langs {
    margin: 0 5px 0 0;
  }
  .header-top .search-toggle, .header-top .srch-btn {
    width: 40px;
    height: 40px;
  }
  .share {
    display: block;
    padding: 15px;
  }
  .share span {
    margin: 0 0 10px 0;
  }
}