@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
  font-family: 'Raleway';
  src: url("../fonts/Raleway/Raleway-Light.eot");
  src: local("Raleway Light"), local("Raleway-Light"), url("../fonts/Raleway/Raleway-Light.ttf") format("truetype"), url("../fonts/Raleway/Raleway-Light.eot") format("embedded-opentype");
  font-weight: 300; 
  font-style: normal; }

@font-face {
  font-family: 'Raleway';
  src: url("../fonts/Raleway/Raleway-Regular.eot");
  src: local("Raleway Regular"), local("Raleway-Regular"), url("../fonts/Raleway/Raleway-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Raleway';
  src: url("../fonts/Raleway/Raleway-Medium.eot");
  src: local("Raleway Medium"), local("Raleway-Medium"), url("../fonts/Raleway/Raleway-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Raleway';
  src: url("../fonts/Raleway/Raleway-Bold.eot");
  src: local("Raleway Bold"), local("Raleway-Bold"), url("../fonts/Raleway/Raleway-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Raleway';
  src: url("../fonts/Raleway/Raleway-ExtraBold.eot");
  src: local("Raleway ExtraBold"), local("Raleway-ExtraBold"), url("../fonts/Raleway/Raleway-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

a {
  text-decoration: none; }

body {
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: 400;
  min-height: 100vh;
  background-color: #fff;
  color: #000;
  -webkit-transition: .2s ease;
  transition: .2s ease; }
  body.hovered {
    background: #f7f7f7; }
  body #doc4 {
    width: 1260px; }

.app {
  position: relative;
  width: 1260px;
  margin: 0 auto;
  overflow: hidden; }

.fw-l {
  font-weight: 300; }

.fw-b {
  font-weight: bold; }

.fw-exb {
  font-weight: 800; }

.header {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 160px; }
  .header__left {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .header__logo-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 200px; }
  .header__logo {
    width: 115px; }
  .header__left-menu {
    width: 350px;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    border-right: 1px solid rgba(0, 0, 0, 0.05); }
  .header__left-top {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0 28px;
    overflow: hidden; }
    .header__left-top:after {
      content: '';
      display: block;
      width: 100%;
      height: 1px;
      background-color: rgba(0, 0, 0, 0.05);
      position: absolute;
      left: 0;
      bottom: 0; }
    .header__left-top .search-wrap {
      width: 0;
      overflow: hidden;
      -webkit-transition: width 0s ease .3s;
      transition: width 0s ease .3s; }
    .header__left-top .search {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      height: 80px;
      opacity: 0;
      -webkit-transition: opacity .3s ease 0s;
      transition: opacity .3s ease 0s; }
      .header__left-top .search input {
        width: 100%;
        font-size: 18px;
        line-height: 30px;
        color: #000;
        outline: none;
        border: none;
        font-family: 'Raleway', Arial, sans-serif;
        padding: 0;
        background-color: transparent; }
        .header__left-top .search input::-webkit-input-placeholder {
          color: rgba(0, 0, 0, 0.2); }
        .header__left-top .search input::-moz-placeholder {
          color: rgba(0, 0, 0, 0.2); }
        .header__left-top .search input:-ms-input-placeholder {
          color: rgba(0, 0, 0, 0.2); }
        .header__left-top .search input::-ms-input-placeholder {
          color: rgba(0, 0, 0, 0.2); }
        .header__left-top .search input::placeholder {
          color: rgba(0, 0, 0, 0.2); }
      .header__left-top .search button {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        background-color: transparent;
        border: none;
        border-radius: 0;
        outline: none;
        padding: 0;
        width: 19px;
        height: 19px;
        margin-left: 30px; }
        .header__left-top .search button:hover {
          cursor: pointer; }
          .header__left-top .search button:hover svg {
            fill: #ff652a;
            -webkit-transform: scale(1.15);
                    transform: scale(1.15); }
        .header__left-top .search button svg {
          width: 100%;
          height: 100%;
          fill: #000;
          -webkit-transition: .2s ease;
          transition: .2s ease; }
    .header__left-top .search-button {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 19px;
      height: 19px;
      margin-left: 30px; }
      .header__left-top .search-button:hover {
        cursor: pointer; }
        .header__left-top .search-button:hover svg {
          -webkit-transform: scale(1.2);
                  transform: scale(1.2);
          fill: #ff652a; }
      .header__left-top .search-button svg {
        width: 100%;
        height: 100%;
        fill: #000;
        -webkit-transition: .2s ease;
        transition: .2s ease; }
      .header__left-top .search-button .icon-close {
        display: none;
        stroke: #000; }
  .header__left-top-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    overflow: hidden;
    -webkit-transition: width 0s ease .3s, -webkit-transform .3s ease .3s;
    transition: width 0s ease .3s, -webkit-transform .3s ease .3s;
    transition: transform .3s ease .3s, width 0s ease .3s;
    transition: transform .3s ease .3s, width 0s ease .3s, -webkit-transform .3s ease .3s; }
    .header__left-top-menu li {
      padding: 25px 0;
      margin-right: 28px; }
      .header__left-top-menu li:last-child {
        margin-right: 0; }
    .header__left-top-menu a {
      white-space: nowrap;
      font-size: 18px;
      line-height: 30px;
      color: #000;
      -webkit-transition: .2s ease;
      transition: .2s ease; }
      .header__left-top-menu a:hover {
        color: #ff652a; }
      .header__left-top-menu a.fw-l {
        color: rgba(0, 0, 0, 0.2); }
        .header__left-top-menu a.fw-l:hover {
          color: #ff652a; }
  .header__left-bottom-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .header__left-bottom-menu li {
      padding-left: 28px; }
      .header__left-bottom-menu li.profile {
        position: relative;
        display: none; }
        .header__left-bottom-menu li.profile:hover a {
          z-index: 4; }
        .header__left-bottom-menu li.profile:hover .dropdown {
          max-height: 1000px;
          -webkit-transition: max-height .4s ease;
          transition: max-height .4s ease; }
        .header__left-bottom-menu li.profile .dropdown {
          position: absolute;
          top: calc(100% - 25px);
          left: 0;
          overflow: hidden;
          z-index: 4;
          background-color: #fff;
          max-height: 0;
          min-width: 306px;
          padding: 0 30px;
          -webkit-transition: max-height .4s ease;
          transition: max-height .4s ease; }
          .header__left-bottom-menu li.profile .dropdown__profile {
            margin-top: 30px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            font-size: 18px;
            line-height: 30px;
            border-top: 1px solid rgba(0, 0, 0, 0.05);
            border-bottom: 1px solid rgba(0, 0, 0, 0.05);
            padding: 10px 0;
            margin-bottom: 22px; }
            .header__left-bottom-menu li.profile .dropdown__profile .name img {
              margin-right: 10px; }
            .header__left-bottom-menu li.profile .dropdown__profile .logout {
              padding: 0;
              color: #cccccc;
              -webkit-transition: .2s ease;
              transition: .2s ease; }
              .header__left-bottom-menu li.profile .dropdown__profile .logout:hover {
                color: #ff652a; }
          .header__left-bottom-menu li.profile .dropdown__title {
            font-size: 16px;
            line-height: 1.7;
            font-weight: bold; }
          .header__left-bottom-menu li.profile .dropdown__menu {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            margin-bottom: 16px; }
            .header__left-bottom-menu li.profile .dropdown__menu:last-child {
              margin-bottom: 40px; }
          .header__left-bottom-menu li.profile .dropdown__menu-item {
            padding-left: 0; }
            .header__left-bottom-menu li.profile .dropdown__menu-item.new a {
              position: relative; }
              .header__left-bottom-menu li.profile .dropdown__menu-item.new a:after {
                content: 'нове!';
                width: 38px;
                height: 15px;
                display: -webkit-inline-box;
                display: -ms-inline-flexbox;
                display: inline-flex;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
                -webkit-box-pack: center;
                    -ms-flex-pack: center;
                        justify-content: center;
                background: #ff652a;
                border-radius: 30px;
                font-weight: bold;
                font-size: 10px;
                color: #fff;
                position: absolute;
                right: -5px;
                top: 4px;
                -webkit-transform: translateX(100%) rotate(-5.23deg);
                        transform: translateX(100%) rotate(-5.23deg); }
            .header__left-bottom-menu li.profile .dropdown__menu-item a {
              font-size: 16px;
              line-height: 1.7;
              padding: 0; }
    .header__left-bottom-menu a {
      position: relative;
      display: inline-block;
      white-space: nowrap;
      padding: 25px 0;
      font-size: 18px;
      line-height: 30px;
      color: #000;
      -webkit-transition: .2s ease;
      transition: .2s ease; }
      .header__left-bottom-menu a:hover {
        color: #ff652a; }
      .header__left-bottom-menu a .icon {
        margin-right: 8px; }
  .header__right {
    width: 100%;
    padding-left: 38px; }
  .header__right-top-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .header__right-top-menu .header__right-menu-item a, .header__right-top-menu .header__right-menu-item span {
      font-weight: 300; }
  .header__right-menu-item {
    margin-right: 27px; }
    .header__right-menu-item:last-child {
      margin-right: 0; }
    .header__right-menu-item a, .header__right-menu-item span {
      display: inline-block;
      position: relative;
      font-size: 18px;
      line-height: 30px;
      color: #000;
      -webkit-transition: .2s ease;
      transition: .2s ease;
      padding: 25px 10px 25px 0; }
      .header__right-menu-item a:hover, .header__right-menu-item span:hover {
        color: #ff652a; }
        .header__right-menu-item a:hover svg, .header__right-menu-item span:hover svg {
          stroke: #ff652a; }
      .header__right-menu-item a svg, .header__right-menu-item span svg {
        position: absolute;
        right: 0;
        bottom: 25px;
        width: 6px;
        height: 6px;
        fill: none;
        stroke: #000;
        -webkit-transition: .2s ease;
        transition: .2s ease; }
    .header__right-menu-item--has-child {
      position: relative; }
      .header__right-menu-item--has-child:hover a {
        z-index: 4; }
      .header__right-menu-item--has-child:hover .dropdown {
        max-height: 500px; }
      .header__right-menu-item--has-child:last-child .dropdown {
        left: auto;
        right: -22px; }
      .header__right-menu-item--has-child .dropdown {
        position: absolute;
        top: calc(100% - 20px);
        left: -22px;
        overflow: hidden;
        z-index: 3;
        background-color: #fff;
        max-height: 0;
        width: 230px;
        padding-left: 22px;
        -webkit-transition: max-height .4s ease-out;
        transition: max-height .4s ease-out; }
        .header__right-menu-item--has-child .dropdown__menu {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          margin-top: 20px; }
        .header__right-menu-item--has-child .dropdown__menu-item {
          margin-bottom: 20px; }
          .header__right-menu-item--has-child .dropdown__menu-item a {
            font-size: 16px;
            line-height: 1.7;
            padding: 0; }
  .header__right-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .header__right-bottom-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .header__right-bottom-menu .header__right-menu-item a {
      font-weight: bold; }
  .header .socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 174px;
    margin-left: 60px; }
    .header .socials__item {
      margin-right: 25px; }
    .header .socials__link {
      display: inline-block;
      height: 18px; }
      .header .socials__link:hover svg {
        -webkit-transform: scale(1.15);
                transform: scale(1.15);
        fill: #ff652a; }
      .header .socials__link.fb {
        width: 6px; }
      .header .socials__link.yt {
        width: 18px; }
      .header .socials__link.tw {
        width: 18px; }
      .header .socials__link.tg {
        width: 18px; }
      .header .socials__link.rss {
        width: 16px; }
      .header .socials__link svg {
        height: 100%;
        width: 100%;
        fill: #1e3f76;
        -webkit-transition: .2s ease;
        transition: .2s ease; }
  .header.search-opened .header__left-top-menu {
    width: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: width 0s ease .3s, -webkit-transform .3s ease 0s;
    transition: width 0s ease .3s, -webkit-transform .3s ease 0s;
    transition: transform .3s ease 0s, width 0s ease .3s;
    transition: transform .3s ease 0s, width 0s ease .3s, -webkit-transform .3s ease 0s; }
  .header.search-opened .search-wrap {
    width: 100%;
    -webkit-transition-delay: .3s;
            transition-delay: .3s;
    -webkit-transition: width 0s ease .3s;
    transition: width 0s ease .3s; }
  .header.search-opened .search {
    opacity: 1;
    -webkit-transition: opacity .3s ease .3s;
    transition: opacity .3s ease .3s; }
  .header.search-opened .search-button .icon-search {
    display: none; }
  .header.search-opened .search-button .icon-close {
    display: block; }
  .header.hovered {
    background: #f7f7f7; }
  .header.logined .header__left-bottom-menu li.enter-link {
    display: none; }
  .header.logined .header__left-bottom-menu li.profile {
    display: inline-block; }

.footer {
  background-color: #1e3f76;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  height: auto !important;
  color: #fff !important;
  text-align: left; }
  .footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 120px; }
  .footer__top-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding-left: 38px; }
  .footer__top-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .footer__top-menu li {
      margin-right: 30px !important; }
      .footer__top-menu li:last-child {
        margin-right: 30px; }
    .footer__top-menu a {
      font-weight: 300;
      font-size: 18px;
      line-height: 30px;
      color: #fff !important;
      -webkit-transition: .2s ease;
      transition: .2s ease; }
      .footer__top-menu a:hover {
        color: #ff652a !important; }
      .footer__top-menu a.orange {
        font-weight: bold;
        color: #ff652a !important; }
        .footer__top-menu a.orange:hover {
          color: #fff !important; }
  .footer__top-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 335px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.1); }
    .footer__top-right .socials {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 174px;
      margin-left: 34px; }
      .footer__top-right .socials__item {
        margin-right: 32px; }
      .footer__top-right .socials__link {
        display: inline-block;
        height: 22px; }
        .footer__top-right .socials__link:hover svg {
          fill: #ff652a; }
        .footer__top-right .socials__link.fb {
          width: 9px; }
        .footer__top-right .socials__link.yt {
          width: 25px; }
        .footer__top-right .socials__link.tw {
          width: 26px; }
        .footer__top-right .socials__link.tg {
          width: 26px; }
        .footer__top-right .socials__link.rss {
          width: 22px; }
        .footer__top-right .socials__link svg {
          height: 100%;
          width: 100%;
          fill: #fff;
          -webkit-transition: .2s ease;
          transition: .2s ease; }
  .footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid rgba(255, 255, 255, 0.1); }
  .footer__bottom-left {
    width: 100%;
    padding-left: 38px;
    padding-top: 32px;
    padding-bottom: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .footer__bottom-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 100px; }
    .footer__bottom-col .footer-menu-item {
      margin-bottom: 24px; }
      .footer__bottom-col .footer-menu-item:last-child {
        margin-bottom: 0; }
  .footer__bottom-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 34px;
    padding-top: 32px;
    padding-bottom: 50px;
    width: 335px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    font-weight: 500;
    font-size: 14px;
    line-height: 23px; }
  .footer__right-text {
    color: #fff;
    max-width: 265px;
    margin-bottom: 25px; }
    .footer__right-text a {
      color: #fff;
      position: relative;
      -webkit-transition: .2s ease;
      transition: .2s ease; }
      .footer__right-text a:after {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        position: absolute;
        left: 0;
        bottom: -2px;
        background-color: rgba(255, 255, 255, 0.1); }
      .footer__right-text a:hover {
        color: #ff652a; }
        .footer__right-text a:hover:after {
          background-color: rgba(232, 97, 45, 0.4); }
  .footer__copy {
    color: #fff;
    margin-bottom: 4px; }
  .footer__dev {
    color: rgba(255, 255, 255, 0.3); }
    .footer__dev a {
      display: inline-block;
      margin-left: 8px; }
  .footer li a {
    color: #fff !important;
    -webkit-transition: .2s ease;
    transition: .2s ease; }
    .footer li a:hover {
      color: #ff652a !important; }

.card-link {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  outline: none; }

.category {
  position: relative;
  font-weight: 800;
  color: #ff652a;
  font-size: 16px;
  line-height: 26px; }
  .category:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: rgba(232, 97, 45, 0.4);
    -webkit-transition: .2s ease;
    transition: .2s ease; }
  .category:hover:after {
    width: 100%; }

.slick-slide {
  outline: none !important; }

.slick-list {
  outline: none !important; }

.boid-wrap {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.boid {
  position: absolute;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  background-color: #e5e5e5;
  border-radius: 50% 50%; }

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 46px;
  position: relative;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  border: none;
  padding: 0 40px;
  outline: none;
  background-color: transparent; }
  .btn:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    background: #ff652a;
    border-radius: 90px;
    z-index: 1;
    -webkit-transition: .2s ease;
    transition: .2s ease; }
  .btn:hover {
    cursor: pointer; }
    .btn:hover:before {
      -webkit-transform: scale(1.1);
              transform: scale(1.1);
      background: #ff7f48; }
  .btn:active:before {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    background: #ff652a; }
  .btn span {
    position: relative;
    z-index: 2; }

.title {
  font-size: 36px;
  line-height: 1.6;
  letter-spacing: 0.09em;
  text-transform: uppercase; }

.first-section-item {
  position: relative;
  height: 595px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .first-section-item:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(0.48deg, rgba(0, 0, 0, 0.8) 0.76%, rgba(0, 0, 0, 0) 99.09%); }
  .first-section-item__img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-animation: transformOutImg .5s linear;
            animation: transformOutImg .5s linear;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  .first-section-item__heading {
    margin-left: 54px;
    margin-bottom: 12px; }
  .first-section-item .category {
    z-index: 5;
    margin-right: 18px; }
  .first-section-item__date {
    position: relative;
    z-index: 3;
    font-weight: 500;
    color: #fff; }
  .first-section-item__title {
    position: relative;
    z-index: 3;
    margin-left: 54px;
    margin-bottom: 60px;
    max-width: 580px;
    font-weight: 800;
    color: #fff;
    font-size: 24px;
    line-height: 39px;
    -webkit-transition: .2s ease;
    transition: .2s ease; }
  .first-section-item .card-link {
    z-index: 4; }
    .first-section-item .card-link:hover ~ .first-section-item__title {
      opacity: .8; }
  .first-section-item.slick-active:after {
    -webkit-animation: showEl .7s ease;
            animation: showEl .7s ease; }
  .first-section-item.slick-active .first-section-item__img {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation: transformInImg .5s linear forwards;
            animation: transformInImg .5s linear forwards; }
  .first-section-item.slick-active .first-section-item__heading {
    -webkit-animation: showEl 0.7s steps(1, end);
            animation: showEl 0.7s steps(1, end); }
  .first-section-item.slick-active .first-section-item__title {
    -webkit-animation: showEl 0.7s steps(1, end);
            animation: showEl 0.7s steps(1, end); }

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

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

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

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

@-webkit-keyframes transformInImg {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); } }

@keyframes transformInImg {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); } }

@-webkit-keyframes transformOutImg {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); } }

@keyframes transformOutImg {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); } }

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

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

.opportunities-item {
  position: relative;
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 290px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  overflow: hidden;
  background-color: #fff; }
  .opportunities-item__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 26px 26px 15px;
    height: 100%; }
  .opportunities-item__title {
    font-weight: 800;
    font-size: 17px;
    line-height: 28px;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    margin-bottom: 20px; }
  .opportunities-item__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .opportunities-item .category {
    z-index: 5;
    margin-right: 14px; }
  .opportunities-item__date {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: rgba(0, 0, 0, 0.2); }
  .opportunities-item__bottom {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: 200px;
    overflow: hidden; }
  .opportunities-item__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: .2s ease;
    transition: .2s ease; }
  .opportunities-item .card-link:hover ~ .opportunities-item__top .opportunities-item__title {
    opacity: .7; }
  .opportunities-item .card-link:hover ~ .opportunities-item__bottom img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }

.opportunities-banner {
  position: relative;
  width: 296px; }
  .opportunities-banner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.news-item {
  position: relative;
  padding: 25px 30px 15px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-left: none;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 200px;
  height: inherit !important; }
  .news-item__title {
    font-weight: bold;
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 20px;
    -webkit-transition: .2s ease;
    transition: .2s ease; }
  .news-item__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .news-item .category {
    z-index: 5;
    margin-right: 14px; }
  .news-item__date {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: rgba(0, 0, 0, 0.2); }
  .news-item .card-link:hover ~ .news-item__title {
    opacity: .7; }

.projects-item {
  position: relative;
  overflow: hidden;
  width: 380px;
  height: 390px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 40px 34px 50px; }
  .projects-item:nth-child(3) .projects-item__bg {
    top: 136px;
    bottom: auto;
    left: 48%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .projects-item__title-wrap {
    position: relative;
    z-index: 2; }
  .projects-item__title {
    font-weight: bold;
    font-size: 34px;
    line-height: 46px;
    -webkit-transition: .2s ease;
    transition: .2s ease; }
  .projects-item__count {
    position: absolute;
    top: 8px;
    left: -18px;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    font-weight: bold;
    font-size: 11px;
    line-height: 15px;
    opacity: 0.2; }
  .projects-item__bg {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0; }
  .projects-item .btn {
    position: relative;
    z-index: 2; }
    .projects-item .btn:hover ~ .projects-item__title-wrap .projects-item__title {
      color: #ff652a; }

.footer-menu-item__title {
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.2);
  margin-bottom: 8px;
  text-align: left; }

.footer-menu-item__title-link {
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  -webkit-transition: .2s ease;
  transition: .2s ease; }
  .footer-menu-item__title-link:hover {
    color: #ff652a; }

.footer-menu-item__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .footer-menu-item__list li {
    margin: 0 !important; }
    .footer-menu-item__list li a {
      font-weight: 300;
      font-size: 16px;
      line-height: 26px;
      color: #fff !important;
      -webkit-transition: .2s ease;
      transition: .2s ease; }
      .footer-menu-item__list li a:hover {
        color: #ff652a !important; }

.top-wrap {
  position: relative;
  overflow: hidden; }
  .top-wrap__anim-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .top-wrap__bg {
    position: absolute;
    z-index: -1; }
    .top-wrap__bg--left {
      left: 0;
      -webkit-animation: rotateLeft 20s linear infinite;
              animation: rotateLeft 20s linear infinite; }
    .top-wrap__bg--center {
      -webkit-animation: rotateRight 20s linear infinite;
              animation: rotateRight 20s linear infinite; }
    .top-wrap__bg--right {
      right: 0;
      -webkit-animation: rotateLeft 20s linear infinite;
              animation: rotateLeft 20s linear infinite; }

.enter {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: .4s ease;
  transition: .4s ease; }
  .enter__title {
    margin-top: 68px;
    margin-bottom: 24px;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px; }
  .enter__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 60px; }
    .enter__form input {
      width: 406px;
      background-color: transparent;
      border: none;
      border-bottom: 2px solid #2b2b2b;
      font-size: 21px;
      line-height: 35px;
      font-family: 'Raleway', Arial, sans-serif;
      text-align: center;
      padding: 8px 16px;
      margin-bottom: 8px;
      outline: none;
      -webkit-transition: border-color .2s ease;
      transition: border-color .2s ease; }
      .enter__form input::-webkit-input-placeholder {
        color: rgba(0, 0, 0, 0.3); }
      .enter__form input::-moz-placeholder {
        color: rgba(0, 0, 0, 0.3); }
      .enter__form input:-ms-input-placeholder {
        color: rgba(0, 0, 0, 0.3); }
      .enter__form input::-ms-input-placeholder {
        color: rgba(0, 0, 0, 0.3); }
      .enter__form input::placeholder {
        color: rgba(0, 0, 0, 0.3); }
      .enter__form input:focus {
        border-color: #ff652a; }
      .enter__form input:valid {
        border-color: #ff652a; }
    .enter__form .reset-pass {
      -ms-flex-item-align: end;
          align-self: flex-end;
      font-size: 14px;
      line-height: 23px;
      color: rgba(0, 0, 0, 0.3);
      -webkit-transition: .2s ease;
      transition: .2s ease;
      margin-bottom: 26px; }
      .enter__form .reset-pass:hover {
        color: #ff652a; }
  .enter__close {
    position: absolute;
    right: 40px;
    top: 40px;
    width: 21px;
    height: 21px; }
    .enter__close:hover {
      cursor: pointer; }
      .enter__close:hover svg {
        stroke: #ff652a; }
    .enter__close svg {
      width: 100%;
      height: 100%;
      stroke: rgba(43, 43, 43, 0.3);
      -webkit-transition: .2s ease;
      transition: .2s ease; }
  .enter .register {
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 23px;
    color: rgba(0, 0, 0, 0.3); }
    .enter .register a {
      position: relative;
      color: #ff652a; }
      .enter .register a:after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 1px;
        background-color: rgba(232, 97, 45, 0.4);
        -webkit-transition: .2s ease;
        transition: .2s ease; }
      .enter .register a:hover:after {
        width: 100%; }
  .enter--show {
    max-height: 1000px;
    border-top: 1px solid rgba(0, 0, 0, 0.05); }

.first-section {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid rgba(0, 0, 0, 0.05); }
  .first-section__left {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 550px;
    padding-left: 38px;
    padding-top: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .first-section__title {
    font-size: 45px;
    line-height: 1.6;
    letter-spacing: 0.05em; }
  .first-section__users-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.6;
    color: rgba(0, 0, 0, 0.2); }
  .first-section__users-count {
    font-weight: 300;
    font-size: 100px;
    line-height: 1.6; }
  .first-section__right {
    width: calc(100% - 550px);
    height: 596px; }
  .first-section__slider.slick-dotted {
    margin-bottom: 0; }
  .first-section__slider .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: auto;
    top: 44px;
    left: 54px;
    width: auto; }
    .first-section__slider .slick-dots li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 12px;
      height: 12px;
      margin: 0 7px; }
      .first-section__slider .slick-dots li:first-child {
        margin-left: 0; }
      .first-section__slider .slick-dots li button {
        padding: 0;
        width: 8px;
        height: 8px;
        background-color: #fff;
        border-radius: 50%;
        -webkit-transition: .2s ease;
        transition: .2s ease; }
        .first-section__slider .slick-dots li button:before {
          display: none; }
        .first-section__slider .slick-dots li button:hover {
          width: 12px;
          height: 12px; }
      .first-section__slider .slick-dots li.slick-active button {
        width: 12px;
        height: 12px;
        background-color: #ff652a; }

.opportunities {
  margin-top: 50px; }
  .opportunities__title {
    text-align: center;
    margin-bottom: 85px; }
  .opportunities__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.subscribe {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 140px;
  padding-bottom: 110px; }
  .subscribe__bg {
    position: absolute;
    z-index: -1; }
    .subscribe__bg--1 {
      -webkit-animation: rotateRight 10s linear infinite;
              animation: rotateRight 10s linear infinite; }
    .subscribe__bg--2 {
      -webkit-animation: rotateLeft 10s linear infinite;
              animation: rotateLeft 10s linear infinite; }
    .subscribe__bg--3 {
      -webkit-animation: rotateRight 10s linear infinite;
              animation: rotateRight 10s linear infinite; }
    .subscribe__bg--4 {
      -webkit-animation: rotateLeft 10s linear infinite;
              animation: rotateLeft 10s linear infinite; }
  .subscribe__title-wrap {
    position: relative;
    margin-bottom: 24px;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease; }
  .subscribe__subtitle {
    position: absolute;
    top: 0;
    right: -12px;
    -webkit-transform: translate(100%, -100%);
            transform: translate(100%, -100%);
    font-size: 17px;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.3); }
  .subscribe__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease; }
    .subscribe__form .input-wrap {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .subscribe__form .input-wrap input {
        width: 406px;
        background-color: transparent;
        border: none;
        border-bottom: 2px solid #2b2b2b;
        font-size: 21px;
        line-height: 35px;
        font-family: 'Raleway', Arial, sans-serif;
        text-align: center;
        padding: 15px;
        margin-bottom: 45px;
        outline: none;
        -webkit-transition: border-color .2s ease;
        transition: border-color .2s ease; }
        .subscribe__form .input-wrap input::-webkit-input-placeholder {
          color: rgba(0, 0, 0, 0.3); }
        .subscribe__form .input-wrap input::-moz-placeholder {
          color: rgba(0, 0, 0, 0.3); }
        .subscribe__form .input-wrap input:-ms-input-placeholder {
          color: rgba(0, 0, 0, 0.3); }
        .subscribe__form .input-wrap input::-ms-input-placeholder {
          color: rgba(0, 0, 0, 0.3); }
        .subscribe__form .input-wrap input::placeholder {
          color: rgba(0, 0, 0, 0.3); }
        .subscribe__form .input-wrap input:focus {
          border-color: #ff652a; }
        .subscribe__form .input-wrap input:valid {
          border-color: #ff652a; }
      .subscribe__form .input-wrap span {
        display: none;
        position: absolute;
        top: 74px;
        font-size: 16px;
        color: red; }
  .subscribe .thanks {
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    z-index: -2;
    opacity: 0;
    -webkit-transition: opacity .4s ease .4s;
    transition: opacity .4s ease .4s; }
    .subscribe .thanks__title {
      font-size: 36px;
      line-height: 1.6;
      letter-spacing: 0.09em;
      text-transform: uppercase;
      margin-bottom: 20px; }
    .subscribe .thanks__subtitle {
      text-align: center;
      font-size: 17px;
      line-height: 28px;
      color: rgba(0, 0, 0, 0.3); }
  .subscribe.subscribed .subscribe__title-wrap {
    opacity: 0; }
  .subscribe.subscribed .subscribe__form {
    opacity: 0; }
  .subscribe.subscribed .thanks {
    opacity: 1;
    z-index: 2; }
  .subscribe.error .subscribe__form .input-wrap .error {
    display: inline-block; }
  .subscribe.error-valid .subscribe__form .input-wrap .error-valid {
    display: inline-block; }

.new-material {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 150px;
  padding-bottom: 140px;
  margin-bottom: 30px; }
  .new-material__title-wrap {
    margin-right: 165px; }
  .new-material__title {
    margin-bottom: 25px; }
  .new-material__subtitle {
    font-size: 17px;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.3); }
  .new-material__bg {
    position: absolute;
    z-index: -1; }
    .new-material__bg--left {
      left: 0;
      -webkit-animation: rotateLeft 20s linear infinite;
              animation: rotateLeft 20s linear infinite; }
    .new-material__bg--center {
      -webkit-animation: rotateRight 20s linear infinite;
              animation: rotateRight 20s linear infinite; }
    .new-material__bg--right {
      right: 0;
      -webkit-animation: rotateLeft 20s linear infinite;
              animation: rotateLeft 20s linear infinite; }

.news {
  position: relative;
  z-index: 2;
  padding: 0 30px; }
  .news__inner {
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.07);
    padding: 0 40px;
    background-color: #fff; }
  .news__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 50px 0; }
  .news__link {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
    color: #ff652a; }
    .news__link:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 0;
      height: 1px;
      background-color: rgba(232, 97, 45, 0.4);
      -webkit-transition: .2s ease;
      transition: .2s ease; }
    .news__link:hover:after {
      width: 100%; }
  .news__slider {
    margin-bottom: 60px; }
    .news__slider .slick-list:after {
      content: '';
      display: block;
      width: 1px;
      height: 100%;
      position: absolute;
      right: 0;
      top: 0;
      background-color: #fff; }
    .news__slider .slick-track {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; }
  .news__slider-arrows {
    position: absolute;
    bottom: -30px;
    left: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .news__slider-arrows .arr {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background-color: #ff652a;
      -webkit-transition: .2s ease;
      transition: .2s ease; }
      .news__slider-arrows .arr:first-child {
        margin-right: 5px; }
      .news__slider-arrows .arr:hover {
        cursor: pointer;
        -webkit-transform: scale(1.15);
                transform: scale(1.15);
        background-color: #ff7f48; }
      .news__slider-arrows .arr svg {
        width: 14px;
        height: 14px;
        fill: none; }

.projects {
  position: relative;
  z-index: 1;
  background-color: #1e3f76;
  padding-top: 375px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 90px;
  margin-top: -220px; }
  .projects__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 110px; }
  .projects__banner {
    width: 1200px; }

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

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

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

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