@charset "UTF-8";
html {
  min-height: 100%;
  height: 100%; }

body {
  font-size: 12px;
  font-family: 'Rajdhani', Arial, sans-serif;
  text-align: left;
  color: #000;
  background: #fff;
  min-height: 100%;
  height: 100%; }

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

input, textarea {
    outline: none;    
    -webkit-appearance: none;
    -moz-appearance: none;  
}

/*
html[lang="az"] body {
  font-family: 'Barlow Condensed', Arial, sans-serif;
}

html[lang="az"] body * {
  font-family: 'Barlow Condensed', Arial, sans-serif !important;
}*/

html[lang="ua"] body {
  font-family: 'Akzentica 4F', Arial, sans-serif;
}

html[lang="ua"] body * {
  font-family: 'Akzentica 4F', Arial, sans-serif !important;
}

.main_wrapper {
  min-height: 100%;
  padding: 130px 0 78px;
  position: relative; }

header#header {
  height: 130px;
  width: 100%;
  padding: 0 20px;
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2; 
  -webkit-animation-duration: 0.15s;
  -webkit-transition: all 0.15s linear;
  -moz-animation-duration: 0.15s;
  -moz-transition: all 0.15s linear;
  animation-duration: 0.15s;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
header#header.fix_me {
  height: 100px;
}
header#header.fix_me > div {
  height: 100px;
}
header#header.fix_me nav#nav {
  padding: 27px 0 0;
}

header#header.fix_me .header_right {
  padding: 0px 0 0;
}

  header#header > div {
    max-width: 1200px;
    height: 130px;
    margin: 0 auto;
    padding: 0 0px;
    border-bottom: 1px solid #dcdcdc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; 
    -webkit-animation-duration: 0.15s;
    -webkit-transition: all 0.15s linear;
    -moz-animation-duration: 0.15s;
    -moz-transition: all 0.15s linear;
    animation-duration: 0.15s;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
  }
    /*header#header > div::before {
      content: "";
      display: block;
      max-width: 1200px;
      width: calc(100% - 40px);
      height: 1px;
      background: #dcdcdc;
      position: absolute;
      left: 50%;
      bottom: 0;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }*/

.logo a {
  display: block;
  width: 90px;
  height: 90px;
  background: url(../img/logo.svg) no-repeat 0 0;
  background-size: contain !important; }


.about_media {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: minmax(min-content, max-content);
  grid-gap: 24px 24px;
  padding: 40px 0; }
  .about_media article {
    box-shadow: inset 0 0 0 1px #E1E4EA; }
  .about_media .image {
    font-size: 0; }
  .about_media img {
    display: block;
    width: 100%; }
  .about_media .inner {
    padding: 28px 32px 80px 32px;
    position: relative; }
  .about_media h3 {
    padding: 0 0 8px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    color: #000; }
  .about_media h3 a {
    color: #000; 
    text-decoration: none;
  }
  .about_media h3 a:hover {
    text-decoration: underline;
  }
  .about_media p {
    font-weight: 500;
    font-size: 13px;
    line-height: 1.54;
    color: rgba(0, 0, 0, 0.5); }
  .about_media .link {
    position: absolute;
    left: 32px;
    bottom: 28px; }
    .about_media .link a {
      display: inline-block;
      padding: 0 28px 0 0;
      font-weight: 600;
      font-size: 14px;
      line-height: 1.71;
      color: #000;
      text-decoration: none;
      background-repeat: no-repeat;
      background-position: 100% 50%;
      background-image: url(../img/link_pt.svg); }


/*
:root .logo a  { 
  background: url(../img/logo.png?v=2) no-repeat 0 0 \0/IE9;
}

@media \0screen\,screen\9 {
  .logo a  { 
    background: url(../img/logo.png?v=2) no-repeat 0 0 \0/IE9;
  }
} 

@supports (-ms-ime-align:auto) {
  .logo a  { 
    background: url(../img/logo.png?v=2) no-repeat 0 0 \0/IE9;
    background-size: 90px 90px;
  }
}*/


nav#nav {
  width: auto;
  height: 70px;
  padding: 57px 0 0;
  -webkit-animation-duration: 0.15s;
  -webkit-transition: all 0.15s linear;
  -moz-animation-duration: 0.15s;
  -moz-transition: all 0.15s linear;
  animation-duration: 0.15s;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear; }
  nav#nav.hide_me {
    opacity: 0;
    visibility: hidden; }
  nav#nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    nav#nav > ul > li:hover > a {
      color: #c5c298; }
    nav#nav > ul > li:hover .submenu {
      opacity: 1;
      visibility: visible; }
    nav#nav > ul > li > a {
      display: block;
      height: 70px;
      padding: 0 15px;
      font-size: 18px;
      font-weight: 500;
      color: #000;
      text-decoration: none;
      text-transform: uppercase;
      white-space: nowrap; }

.submenu {
  width: 100%;
  position: absolute;
  left: 0;
  top: calc(100% - 1px);
  background: #fff;
  z-index: 2;
  -webkit-box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  -webkit-animation-duration: 0.15s;
  -webkit-transition: all 0.15s linear;
  -moz-animation-duration: 0.15s;
  -moz-transition: all 0.15s linear;
  animation-duration: 0.15s;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear; }
  .submenu > div {
    max-width: 1240px;
    padding: 50px 20px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .submenu .info {
    width: 380px;
    padding: 0 60px 0 0;
    border-right: 1px solid #e5e5e5; }
    .submenu .info h2 {
      padding: 0 0 30px;
      font-size: 25px;
      font-weight: 600;
      text-transform: uppercase; }
    .submenu .info p {
      opacity: 0.7;
      font-size: 16px;
      font-weight: 500;
      line-height: 1.38; }
  .submenu .subnav {
    width: calc(100% - 380px);
    padding: 0 0 0 80px; }
    .submenu .subnav.long > ul {
      width: 560px; }
      .submenu .subnav.long > ul > li {
        width: 50%;
        float: left;
        clear: right; }
        .submenu .subnav.long > ul > li:nth-child(2n) {
          float: right;
          clear: right; }
    .submenu .subnav > ul {
      width: 220px;
      position: relative; }
      .submenu .subnav > ul > li {
        margin: 0 0 20px; }
        .submenu .subnav > ul > li:hover > a {
          color: #c5c298; }
          .submenu .subnav > ul > li:hover > a::before {
            right: 6px;
            background: url(../img/nav_brown_pt.svg) no-repeat 50%;
            background-size: contain; }
        .submenu .subnav > ul > li:hover ul {
          opacity: 1;
          visibility: visible; }
        .submenu .subnav > ul > li > a {
          padding: 0 32px 0 0;
          display: block;
          line-height: 24px;
          color: #000;
          font-size: 18px;
          font-weight: 500;
          text-transform: uppercase;
          text-decoration: none;
          position: relative;
          -webkit-animation-duration: 0.15s;
          -webkit-transition: all 0.15s linear;
          -moz-animation-duration: 0.15s;
          -moz-transition: all 0.15s linear;
          animation-duration: 0.15s;
          -o-transition: all 0.15s linear;
          transition: all 0.15s linear; }
          .submenu .subnav > ul > li > a:only-child::before {
            display: none; }
          .submenu .subnav > ul > li > a::before {
            content: "";
            display: block;
            width: 8px;
            height: 12px;
            background: url(../img/nav_pt.svg) no-repeat 50%;
            background-size: contain;
            position: absolute;
            right: 18px;
            top: 5px;
            -webkit-animation-duration: 0.15s;
            -webkit-transition: all 0.15s linear;
            -moz-animation-duration: 0.15s;
            -moz-transition: all 0.15s linear;
            animation-duration: 0.15s;
            -o-transition: all 0.15s linear;
            transition: all 0.15s linear; }
        .submenu .subnav > ul > li ul {
          width: 220px;
          height: 100%;
          position: absolute;
          left: 100%;
          top: 0;
          opacity: 0;
          visibility: hidden;
          -webkit-animation-duration: 0.15s;
          -webkit-transition: all 0.15s linear;
          -moz-animation-duration: 0.15s;
          -moz-transition: all 0.15s linear;
          animation-duration: 0.15s;
          -o-transition: all 0.15s linear;
          transition: all 0.15s linear; }
          .submenu .subnav > ul > li ul li {
            padding: 0 0 24px 40px; }
            .submenu .subnav > ul > li ul li a {
              color: #000;
              font-size: 17px;
              line-height: 21px;
              font-weight: 500;
              text-decoration: none;
              -webkit-animation-duration: 0.15s;
              -webkit-transition: all 0.15s linear;
              -moz-animation-duration: 0.15s;
              -moz-transition: all 0.15s linear;
              animation-duration: 0.15s;
              -o-transition: all 0.15s linear;
              transition: all 0.15s linear; }
              .submenu .subnav > ul > li ul li a:hover {
                color: #c5c298; }

.header_right {
  padding: 60px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-animation-duration: 0.15s;
  -webkit-transition: all 0.15s linear;
  -moz-animation-duration: 0.15s;
  -moz-transition: all 0.15s linear;
  animation-duration: 0.15s;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

.quick_search {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; 
  -webkit-animation-duration: 0.2s;
  -webkit-transition: all 0.2s linear;
  -moz-animation-duration: 0.2s;
  -moz-transition: all 0.2s linear;
  animation-duration: 0.2s;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  .quick_search form {
    position: relative;
  }
  .quick_search.show_search input {
    width: calc(100vw - 200px); }
  .quick_search a {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    right: 0; }
  .quick_search input {
    display: block;
    width: 0;
    height: 48px;
    padding: 0;
    border: none;
    border-bottom: 2px solid #c5c298;
    text-align: center;
    background: #fff;
    font-size: 24px;
    color: #000;
    font-family: 'Rajdhani';
    position: absolute;
    top: 0;
    right: 44px;
    border-radius: 0;
    -webkit-animation-duration: 0.2s;
    -webkit-transition: all 0.2s linear;
    -moz-animation-duration: 0.2s;
    -moz-transition: all 0.2s linear;
    animation-duration: 0.2s;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  .quick_search button {
    display: block;
    width: 24px;
    height: 24px;
    float: right;
    border: none;
    background: url(../img/search_icon.svg) no-repeat 50%;
    cursor: pointer; }
.quick_search span.clear {
  width: 48px;
  height: 48px;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
}
.quick_search span.clear::before {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  background: #000;
  position: absolute;
  left: calc(50% - 8px);
  top: 50%;
  transform: rotate(45deg);
}
.quick_search span.clear::after {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  background: #000;
  position: absolute;
  left: calc(50% - 8px);
  top: 50%;
  transform: rotate(-45deg);
}
.quick_search.show_me span.clear.show_me {
  opacity: 1;
  visibility: visible;
}

.lang_selector {
  margin: 0 0 0 8px;
  position: relative;
}
.lang_selector:hover div {
  opacity: 1;
  visibility: visible;
}
.lang_selector > a {
  display: block;
  width: 50px;
  height: 24px;
  padding: 0 0 0 6px;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #292A2D;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: calc(100% - 0px) 50%;
  background-image: url(../img/lang_selector_icon.svg);
}
.lang_selector div {
  display: none;
  display: block;
  width: 64px;
  position: absolute;
  left: calc(50% - 32px);
  top: calc(100% + 4px);
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-delay: 0.1s;
}
.lang_selector div a {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 0 0 12px;
  font-size: 14px;
  line-height: 40px;
  color: #292A2D;
  text-decoration: none;
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.lang_selector div a:hover {
  background-color: #F0F0F0;
}
.lang_selector select {
  display: block;
  display: none;
  width: 100%;
  height: 100%;
  font-family: Arial;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}



.lang {
  display: none;
}
.lang a {
  display: inline-block;
  height: 24px;
  padding: 0 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #000;
  text-decoration: none; }

.index_block > div {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px 45px; }

#index_slider {
  position: relative; }
  #index_slider .image {
    font-size: 0;
    position: relative;
    height: calc(100vh - 260px);
    overflow: hidden; }
    #index_slider .image::before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-image: -webkit-radial-gradient(73% 0, circle, rgba(241, 235, 147, 0.2), rgba(45, 95, 153, 0.7));
      background-image: -o-radial-gradient(73% 0, circle, rgba(241, 235, 147, 0.2), rgba(45, 95, 153, 0.7));
      background-image: radial-gradient(circle at 73% 0, rgba(241, 235, 147, 0.2), rgba(45, 95, 153, 0.7));
      z-index: 1; }
    #index_slider .image img {
      display: block;
      min-height: 100%;
      min-width: 100%;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-animation-duration: 0.45s;
      -webkit-transition: all 0.45s linear;
      -moz-animation-duration: 0.45s;
      -moz-transition: all 0.45s linear;
      animation-duration: 0.45s;
      -o-transition: all 0.45s linear;
      transition: all 0.45s linear; }
      #index_slider .image img.hide_me {
        opacity: 0; }
      #index_slider .image img + img {
        position: absolute; }
  #index_slider .info {
    width: calc(100% - 180px);
    position: absolute;
    left: 90px;
    top: calc(50% - 50px);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1; }
    #index_slider .info h2 {
      font-size: 50px;
      color: #fff;
      line-height: 1.16;
      font-family: 'Frank';
      -webkit-animation-duration: 0.3s;
      -webkit-transition: all 0.3s linear;
      -moz-animation-duration: 0.3s;
      -moz-transition: all 0.3s linear;
      animation-duration: 0.3s;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear; }
      #index_slider .info h2.hide_me {
        opacity: 0;
        transform:  scale(0.8);
        filter: blur(20px); }
  #index_slider .slider_controls {
    position: absolute;
    left: 90px;
    top: calc(50% + 100px);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1; }
    #index_slider .slider_controls .counter {
      padding: 0 60px; }
      #index_slider .slider_controls .counter p {
        font-size: 15px;
        line-height: 26px;
        font-weight: 500;
        color: #fff; }
    #index_slider .slider_controls .arrows a {
      display: block;
      width: 10px;
      height: 26px;
      position: absolute;
      top: 0;
      transform: scale(0.7); }
      #index_slider .slider_controls .arrows a::before {
        content: "";
        display: block;
        width: 2px;
        height: 17px;
        background: #fff;
        position: absolute;
        top: -2px;
        left: 4px;
        -moz-transform: rotate(40deg);
        /* Для Firefox */
        -ms-transform: rotate(40deg);
        /* Для IE */
        -webkit-transform: rotate(40deg);
        /* Для Safari, Chrome, iOS */
        -o-transform: rotate(40deg);
        /* Для Opera */
        transform: rotate(40deg); }
      #index_slider .slider_controls .arrows a::after {
        content: "";
        display: block;
        width: 2px;
        height: 17px;
        background: #fff;
        position: absolute;
        top: 11px;
        left: 4px;
        -moz-transform: rotate(-40deg);
        /* Для Firefox */
        -ms-transform: rotate(-40deg);
        /* Для IE */
        -webkit-transform: rotate(-40deg);
        /* Для Safari, Chrome, iOS */
        -o-transform: rotate(-40deg);
        /* Для Opera */
        transform: rotate(-40deg); }
      #index_slider .slider_controls .arrows a.prev {
        left: 0; }
      #index_slider .slider_controls .arrows a.next {
        right: 0;
        -moz-transform: rotate(180deg) scale(0.7);
        /* Для Firefox */
        -ms-transform: rotate(180deg) scale(0.7);
        /* Для IE */
        -webkit-transform: rotate(180deg) scale(0.7);
        /* Для Safari, Chrome, iOS */
        -o-transform: rotate(180deg) scale(0.7);
        /* Для Opera */
        transform: rotate(180deg) scale(0.7); }

.companies_block {
  position: absolute;
  right: 30px;
  bottom: -45px;
  z-index: 1; }
  .companies_block p {
    padding: 0 0 25px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px; }
  .companies_block .grid {
    border: solid 0px #e5e5e5;
    background: #fff;
    max-width: calc(100vw - 120px);
    overflow-x: auto; }
    .companies_block .grid ul {
      padding: 0 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-line-pack: stretch;
      align-content: stretch;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .companies_block .grid ul li {
        height: 90px;
        padding: 0 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      .companies_block .grid ul li img {
        max-height: 36px;
        -webkit-animation-duration: 0.15s;
        -webkit-transition: all 0.15s linear;
        -moz-animation-duration: 0.15s;
        -moz-transition: all 0.15s linear;
        animation-duration: 0.15s;
        -o-transition: all 0.15s linear;
        transition: all 0.15s linear;
      }
      .companies_block .grid ul li a:hover img {
        transform: scale(1.1);
      }

footer#footer {
  width: 100%;
  height: 78px;
  padding: 0 20px;
  position: absolute;
  left: 0;
  bottom: 0; }
footer#footer.index > div::after {
  opacity: 0;
}
  footer#footer > div {
    max-width: 1200px;
    height: 78px;
    margin: 0 auto;
    padding: 0 0px;
    border-top: 1px solid #dcdcdc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative; }
    /*footer#footer > div::after {
      content: "";
      display: block;
      width: calc(100% - 40px);
      height: 1px;
      background: #dcdcdc;
      position: absolute;
      left: 20px;
      top: 0; }*/

.copyright {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4); }

.social_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .social_links p {
    padding: 0 5px 0 0;
    font-size: 14px;
    font-weight: 500;
    color-profile: rgba(0, 0, 0, 0.6); }
  .social_links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .social_links ul li {
      padding: 0 0 0 15px; }

.content_wrapper > div {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px; }

.breadcrumbs {
  display: none;
  padding: 30px 0; }
  .breadcrumbs ul li {
    display: inline-block;
    padding: 0 35px 0 0;
    font-size: 15px;
    font-weight: 500;
    position: relative; }
    .breadcrumbs ul li:last-child::after {
      display: none; }
    .breadcrumbs ul li::after {
      content: "";
      display: block;
      width: 8px;
      height: 8px;
      background: url(../img/crumb_pt.svg) no-repeat 50%;
      background-size: contain;
      opacity: 0.3;
      position: absolute;
      top: 3px;
      right: 11px; }
    .breadcrumbs ul li a {
      color: rgba(0, 0, 0, 0.3);
      text-decoration: none; }
    .breadcrumbs ul li span {
      color: rgba(0, 0, 0, 0.3); }

.image_header {
  margin: 0 0 40px;
  position: relative; }
  .image_header .image {
    font-size: 0;
    position: relative; }
    .image_header .image::before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background-image: -webkit-radial-gradient(45% 0, circle, rgba(241, 235, 147, 0.1), rgba(45, 95, 153, 0.3));
      background-image: -o-radial-gradient(45% 0, circle, rgba(241, 235, 147, 0.1), rgba(45, 95, 153, 0.3));
      background-image: radial-gradient(circle at 45% 0, rgba(241, 235, 147, 0.1), rgba(45, 95, 153, 0.3)); }
    .image_header .image img {
      display: block;
      width: 100%; }
  .image_header .info {
    width: calc(100% - 200px);
    color: #fff;
    position: absolute;
    left: 100px;
    bottom: 80px; }
    .image_header .info h2 {
      padding: 0 0 30px;
      font-size: 38px;
      font-weight: 600;
      text-transform: uppercase; }
    .image_header .info p {
      width: 50%;
      font-size: 19px;
      font-weight: 500;
      line-height: 1.37; }

.single_companies {
  padding: 30px 50px;
  border: 1px solid #dbdbdb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .single_companies p {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 4px; }
  .single_companies ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .single_companies ul li {
      padding: 0 0 0 40px; }

.two_side {
  padding: 80px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

aside.aside_block {
  width: 310px; }

blockquote.quote {
  margin: 6px 0 60px;
  font-size: 24px;
  line-height: 1.33;
  text-align: right;
  font-family: 'Frank';
  position: relative; }
  blockquote.quote::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #dcdcdc;
    position: absolute;
    top: 0;
    right: -40px; }

.image_info {
  font-size: 0;
  position: relative; }
  .image_info::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #f4f4f4;
    position: absolute;
    bottom: -50px;
    right: -30px; }
  .image_info::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: -webkit-radial-gradient(57% 18%, circle, rgba(71, 105, 144, 0.13), rgba(8, 40, 71, 0.9));
    background-image: -o-radial-gradient(57% 18%, circle, rgba(71, 105, 144, 0.13), rgba(8, 40, 71, 0.9));
    background-image: radial-gradient(circle at 57% 18%, rgba(71, 105, 144, 0.13), rgba(8, 40, 71, 0.9)); }
  .image_info img {
    width: 100%;
    position: relative; }
  .image_info span {
    display: block;
    width: 100%;
    padding: 0 40px 50px;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.37;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1; }

.content_side {
  width: calc(100% - 400px); }

article.one_article {
  color: rgba(0,0,0, 0.8);
  font-family: 'Frank'; }
  article.one_article h2 {
    padding: 0 0 50px 7px;
    font-size: 32px;
    line-height: 1.28; }
  article.one_article h3 {
    padding: 0 0 60px;
    font-size: 25px;
    line-height: 1.36; }
  article.one_article p {
    padding: 0 0 30px;
    font-size: 19px;
    line-height: 1.68;
    color: rgba(0, 0, 0, 0.8); }


.one_article ul {
  padding: 0 0 30px;
  font-family: 'Frank';
  font-size: 18px;
  line-height: 1.68;
}
.one_article ul li {
  padding: 0 0 10px 20px;
  position: relative;
}
.one_article ul li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #000;
  position: absolute;
  left: 2px;
  top: 12px;
  border-radius: 50%;
}

.one_article a {
  color: #000;
}

.one_article ol {
  padding: 0 0 30px;
  font-family: 'Frank';
  font-size: 18px;
  line-height: 1.68;
  counter-reset: section;
}
.one_article ol li {
  padding: 0 0 10px 20px;
  position: relative;
}

.one_article ol li::before {
    content: "" counter(section) "."; 
    display: block;
    counter-increment: section;   
    position: absolute;
    left: 0;
    top: 0;
  }


.one_article strong, .one_article b {
  font-weight: 600;
}
.one_article em, .one_article i {
  font-style: italic;
}

.one_article blockquote {
  padding: 0 0 0 20px;
  border-left: 2px solid rgba(0,0,0, 0.4);
  margin: 0 0 20px;
  font-family: 'Frank';
  font-size: 18px;
  line-height: 1.68;
  color: rgba(0,0,0, 0.8);
  text-align:justify;
  position: relative;
}
/*
.one_article blockquote::before {
  content: "«";
  display: inline-block;
}
.one_article blockquote::after {
  content: "»";
  display: inline-block;
}*/



.params_block {
  margin: 0 0 60px;
  padding: 50px 20px 30px;
  color: #fff;
  background: #4c73a0; }
  .params_block.pink {
    background: #f12e42; }
  .params_block.green {
    background: #8ac832; }
  .params_block.red {
    background: #dd2208; }
  .params_block.white {
    background: #fff;
    color: #000;
    -webkit-box-shadow: inset 0 0 0 1px #dbdbdb;
    box-shadow: inset 0 0 0 1px #dbdbdb; }
  .params_block ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    .params_block ul li {
      padding: 0 20px;
      text-align: center;
      font-family: 'Rajdhani'; }
      .params_block ul li strong {
        display: block;
        padding: 0 0 10px;
        font-size: 42px;
        font-weight: 500;
        line-height: 0.98; }
      .params_block ul li span {
        font-size: 17px;
        line-height: 1.3;
        opacity: 0.8; }

.inner_header {
  position: relative; }
  .inner_header.transparent .bg::after {
    opacity: 0; }
  .inner_header.green .bg::after {
    background-image: -webkit-linear-gradient(351deg, rgba(57, 97, 0, 0.5), rgba(0, 0, 0, 0.3));
    background-image: -o-linear-gradient(351deg, rgba(57, 97, 0, 0.5), rgba(0, 0, 0, 0.3));
    background-image: linear-gradient(99deg, rgba(57, 97, 0, 0.5), rgba(0, 0, 0, 0.3)); }
  .inner_header.blue .bg::after {
    background-image: -webkit-linear-gradient(23deg, rgba(0, 0, 0, 0.3), rgba(40, 16, 111, 0.58));
    background-image: -o-linear-gradient(23deg, rgba(0, 0, 0, 0.3), rgba(40, 16, 111, 0.58));
    background-image: linear-gradient(67deg, rgba(0, 0, 0, 0.3), rgba(40, 16, 111, 0.58)); }
  .inner_header.yellow_blue .bg::after {
    background-image: -webkit-radial-gradient(22% 0, circle, rgba(241, 235, 147, 0.2), rgba(45, 95, 153, 0.7));
    background-image: -o-radial-gradient(22% 0, circle, rgba(241, 235, 147, 0.2), rgba(45, 95, 153, 0.7));
    background-image: radial-gradient(circle at 22% 0, rgba(241, 235, 147, 0.2), rgba(45, 95, 153, 0.7)); }
    .inner_header.big {
      overflow: hidden;
    }
    .inner_header.big.no_center .info {
      text-align: left;
    }
  .inner_header.big .bg {
    height: 450px; 
    -webkit-animation-duration: 1.15s;
    -webkit-transition: all 1.15s linear;
    -moz-animation-duration: 1.15s;
    -moz-transition: all 1.15s linear;
    animation-duration: 1.15s;
    -o-transition: all 1.15s linear;
    transition: all 1.15s linear;
  }
  .inner_header.big .bg.scale_me {
   transform: scale(1.05); 
  }
  .inner_header.big .info {
    bottom: 160px;
    text-align: center; }
    .inner_header.big .info h2 {
      font-size: 56px;
      font-weight: 500; }
    .inner_header.big .info > p {
      max-width: 780px;
      margin: 0 auto;
      font-size: 19px;
      font-weight: 500;
      line-height: 1.37; }
  .inner_header .bg {
    height: 400px;
    position: relative;
    overflow: hidden;
    font-size: 0; }
    .inner_header .bg::after {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      background-image: -webkit-linear-gradient(351deg, rgba(234, 63, 80, 0.67), rgba(0, 0, 0, 0.3));
      background-image: -o-linear-gradient(351deg, rgba(234, 63, 80, 0.67), rgba(0, 0, 0, 0.3));
      background-image: linear-gradient(99deg, rgba(234, 63, 80, 0.67), rgba(0, 0, 0, 0.3)); }
    .inner_header .bg img {
      display: block;
      min-height: 100%;
      min-width: 100%;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .inner_header .info {
    width: 100%;
    padding: 0 100px;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 150px; }
    .inner_header .info h2 {
      padding: 0 0 30px;
      font-size: 38px;
      font-weight: 600; }
    .inner_header .info .sides {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-line-pack: stretch;
      align-content: stretch;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
      .inner_header .info .sides p {
        width: 55%;
        font-size: 19px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.37; }

.narrow_block {
  padding: 0 100px;
  position: relative; }
  .narrow_block > div {
    background: #fff;
    margin: -100px 0 0;
    padding: 40px 20px; }

.content_inner ul {
  padding: 0 0 30px;
  font-family: 'Frank';
  font-size: 18px;
  line-height: 1.68;
}
.content_inner ul li {
  padding: 0 0 10px 20px;
  position: relative;
}
.content_inner ul li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #000;
  position: absolute;
  left: 2px;
  top: 12px;
  border-radius: 50%;
}

.content_inner a {
  color: #000;
}



.content_inner ol {
  padding: 0 0 30px;
  font-family: 'Frank';
  font-size: 18px;
  line-height: 1.68;
  counter-reset: section;
}
.content_inner ol li {
  padding: 0 0 10px 20px;
  position: relative;
}

.content_inner ol li::before {
    content: "" counter(section) "."; 
    display: block;
    counter-increment: section;   
    position: absolute;
    left: 0;
    top: 0;
  }


.content_inner h2 {
  padding: 0 0 30px;
  font-family: 'Frank';
  font-size: 32px;
  line-height: 1.28;
  text-align:justify;}

.content_inner h3 {
  padding: 10px 0 25px;
  font-family: 'Frank';
  font-size: 25px;
  line-height: 1.36; }

.content_inner p {
  padding: 0 0 15px;
  font-family: 'Frank';
  font-size: 18px;
  line-height: 1.68;
  text-align:justify;
    
    
}

.content_inner strong, .content_inner b {
  font-weight: 600;
}
.content_inner em, .content_inner i {
  font-style: italic;
}

.content_inner blockquote {
  padding: 0 0 0 20px;
  border-left: 2px solid rgba(0,0,0, 0.4);
  margin: 0 0 20px;
  font-family: 'Frank';
  font-size: 18px;
  line-height: 1.68;
  color: rgba(0,0,0, 0.8);
  text-align:justify;
  position: relative;
}
/*
.content_inner blockquote::before {
  content: "«";
  display: inline-block;
}
.content_inner blockquote::after {
  content: "»";
  display: inline-block;
}*/

.content_inner figure {
  margin: 0; }
  .content_inner figure .image {
    padding: 0 30px 40px 0;
    position: relative; }
    .content_inner figure .image::before {
      content: "";
      display: block;
      width: calc(100% - 30px);
      height: calc(100% - 40px);
      background: #f4f4f4;
      position: absolute;
      left: 30px;
      top: 40px; }
    .content_inner figure .image img {
      width: 100%;
      position: relative; }
  .content_inner figure figcaption {
    padding: 10px 0 0;
    text-align: right;
    opacity: 0.8;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6; }

.info_grid {
  padding: 0 0 40px;
  text-align: center; }
  .info_grid::after {
    content: "";
    display: block;
    height: 0;
    clear: both; }
  .info_grid figure {
    width: calc(33.333% - 16.666px);
    height: 180px;
    float: left;
    margin: 0 0 30px 25px;
    font-family: 'Rajdhani';
    -webkit-box-shadow: inset 0 0 0 1px #dbdbdb;
    box-shadow: inset 0 0 0 1px #dbdbdb; }
    .info_grid figure:nth-child(3n-2) {
      margin: 0 0 30px; }
    .info_grid figure .icon {
      height: 110px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-line-pack: stretch;
      align-content: stretch;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .info_grid figure p {
      font-size: 17px;
      line-height: 1.3;
      font-family: 'Rajdhani'; }

.management_greed {
  font-size: 0;
  text-align: center; }
  .management_greed::after {
    content: "";
    display: block;
    height: 0;
    clear: both; }
  .management_greed h4 {
    padding: 30px 0 50px;
    font-size: 28px;
    font-weight: 500;
  }
  .management_greed h4:first-child {
    padding: 0 0 50px;
  }
  .management_greed figure {
    display: inline-block;
    width: calc(25% - 20px);
    height: 360px;
    margin: 0 10px 25px;
    vertical-align: top;
    position: relative; }
    .management_greed figure:hover figcaption h3::before {
      opacity: 1;
      -webkit-transform: translate(0, -5px);
      -ms-transform: translate(0, -5px);
      transform: translate(0, -5px); }
    .management_greed figure .image {
      margin: 0 0 25px;
      height: 260px;
      overflow: hidden; }
      .management_greed figure .image img {
        display: block;
        width: 100%;
        -webkit-animation-duration: 0.45s;
        -webkit-transition: all 0.45s linear;
        -moz-animation-duration: 0.45s;
        -moz-transition: all 0.45s linear;
        animation-duration: 0.45s;
        -o-transition: all 0.45s linear;
        transition: all 0.45s linear; }
    .management_greed figure figcaption {
      text-align: center; }
      .management_greed figure figcaption h3 {
        display: inline-block;
        padding: 0 0 5px;
        font-size: 20px;
        font-weight: 500;
        line-height: 1.3;
        position: relative; }
        .management_greed figure figcaption h3::before {
          content: "";
          display: none;
          width: 100%;
          height: 1px;
          background: #000;
          position: absolute;
          left: 0;
          bottom: 5px;
          opacity: 0;
          -webkit-animation-duration: 0.15s;
          -webkit-transition: all 0.15s linear;
          -moz-animation-duration: 0.15s;
          -moz-transition: all 0.15s linear;
          animation-duration: 0.15s;
          -o-transition: all 0.15s linear;
          transition: all 0.15s linear; }
      .management_greed figure figcaption p {
        font-size: 16px;
        font-weight: 500;
        color: rgba(0, 0, 0, 0.7); }
    .management_greed figure a {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }

.current_manager header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  margin: 0 0 80px;
  font-size: 0; }
  .current_manager header .info {
    width: calc(100% - 250px);
    padding: 0 36px 0 0; }
    .current_manager header .info h3 {
      padding: 0 0 40px;
      font-size: 26px;
      line-height: 1.38;
      font-family: 'Frank'; }
    .current_manager header .info p {
      font-size: 16px;
      font-weight: 500;
      line-height: 1.44; }
  .current_manager header .image {
    width: 250px; }
    .current_manager header .image img {
      max-width: 100%; }

.current_manager .text {
  font-size: 20px;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.7);
  font-family: 'Frank'; }
  .current_manager .text p {
    padding: 0 0 30px; }

.brief_block h3 {
  padding: 0 0 20px;
  font-size: 33px;
  line-height: 1.28;
  font-family: 'Frank'; 
  text-align: justify;    
}
.brief_block img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.brief_block img.align_left {
  max-width: 50%;
  float: left;
  margin: 0 20px 20px 0;
}

.brief_block img[align="right"] {
  max-width: 50%;
  margin: 20px 0 0 20px;
}

.brief_block h4 {
  padding: 0 0 40px;
  font-size: 25px;
  line-height: 1.36;
  font-family: 'Frank'; }

.brief_block p {
  padding: 0 0 15px;
  font-size: 18px;
  line-height: 1.7;
  font-family: 'Frank';
  color: rgba(0, 0, 0, 0.8); 
  text-align: justify;
  word-wrap: break-word;
}
.brief_block a {
  color: #000;
}
.brief_block a:hover {
  text-decoration: none;
}
.brief_block ul {
  padding: 0 0 10px;
  font-size: 18px;
  line-height: 1.68;
  font-family: 'Frank';
  color: rgba(0, 0, 0, 0.8); }
  .brief_block ul li {
    padding: 0 0 10px 20px;
    position: relative; }
    .brief_block ul li::before {
      content: "";
      display: block;
      width: 5px;
      height: 5px;
      background: #000;
      position: absolute;
      left: 2px;
      top: 12px;
      border-radius: 50%; }

.brief_block ol {
  padding: 0 0 30px;
  font-family: 'Frank';
  font-size: 18px;
  line-height: 1.68;
  counter-reset: section;
  color: rgba(0, 0, 0, 0.8)
}
.brief_block ol li {
  padding: 0 0 10px 20px;
  position: relative;
}

.brief_block ol li::before {
    content: "" counter(section) "."; 
    display: block;
    counter-increment: section;   
    position: absolute;
    left: 0;
    top: 0;
  }


.brief_block strong, .content_inner b {
  font-weight: 600;
}
.brief_block em, .content_inner i {
  font-style: italic;
}

.brief_block blockquote {
  padding: 0 0 0 20px;
  border-left: 2px solid rgba(0,0,0, 0.4);
  margin: 0 0 20px;
  font-family: 'Frank';
  font-size: 18px;
  line-height: 1.68;
  color: rgba(0,0,0, 0.8);
  text-align:justify;
  position: relative;
}
/*
.brief_block blockquote::before {
  content: "«";
  display: inline;
}
.brief_block blockquote::after {
  content: "»";
  display: inline;
}*/
.brief_block blockquote p {
  display: inline-block;
  padding: 0;
}

.image-right {
	float: right;
	max-width: 100%;
}
.simple_carousel {
  max-width: 640px;
  margin: 20px auto 0;
  padding: 0;
  font-size: 0;
  position: relative;
}
.simple_carousel figure {
  width: 100%;
  margin: 0;
  padding: 0;
}
.simple_carousel img {
  width: 100%;
  /*height: 400px;
  object-fit: cover;*/
}
.simple_carousel .flickity-viewport {
    overflow: hidden; }
.simple_carousel  .flickity-page-dots {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 10px;
  text-align: center;
}
.simple_carousel  .flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  padding: 0;
  background-color: rgba(255,255,255, 0.8);
  border-radius: 50%;
}
.simple_carousel .flickity-page-dots .dot::before {
  display: none;
}
.simple_carousel .flickity-page-dots .dot.is-selected {
  background-color: #c5c298;
}
.simple_carousel .flickity-button {
  display: block;
  width: 40px;
  height: 40px;
  border: none;
  background-color: rgba(255,255,255, 0.5);
  position: absolute;
  top: calc(50% - 24px);
  border-radius: 50%;
  cursor: pointer;
}
.simple_carousel .flickity-button svg {
  display: none;
}
.simple_carousel .flickity-button.previous {
  left: 10px;
  transform: rotate(180deg);
}
.simple_carousel .flickity-button.next {
  right: 10px;
}
.simple_carousel .flickity-button::before {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background-color: #333;
  position: absolute;
  left: calc(50% - 8px);
  top: 14px;
  transform: rotate(45deg);
}
.simple_carousel .flickity-button::after {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background-color: #333;
  position: absolute;
  left: calc(50% - 8px);
  bottom: 14px;
  transform: rotate(-45deg);
}

.logo_grid {
  padding: 0 0 60px; }
  .logo_grid p {
    padding: 0 0 50px;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 3.7px;
    font-family: 'Rajdhani';
    text-transform: uppercase; }
  .logo_grid .grid {
    font-size: 0; }
    .logo_grid .grid figure {
      display: inline-block;
      width: calc(25% - 30px);
      margin: 0 40px 40px 0; }
      .logo_grid .grid figure:nth-child(4n) {
        margin: 0 0 40px; }
      .logo_grid .grid figure a {
        display: block; }
        .logo_grid .grid figure a:hover img {
          -webkit-box-shadow: 0 0 1px 1px #c3c3c3;
          box-shadow: 0 0 1px 1px #c3c3c3; }
      .logo_grid .grid figure img {
        display: block;
        max-width: 100%;
        -webkit-box-shadow: 0 0 0 1px #dbdbdb;
        box-shadow: 0 0 0 1px #dbdbdb;
        -webkit-animation-duration: 0.15s;
        -webkit-transition: all 0.15s linear;
        -moz-animation-duration: 0.15s;
        -moz-transition: all 0.15s linear;
        animation-duration: 0.15s;
        -o-transition: all 0.15s linear;
        transition: all 0.15s linear; }

figure.with_text {
  margin: 0 0 60px;
  position: relative; }
  figure.with_text .image {
    width: calc(100% - 50px);
    position: relative; }
    figure.with_text .image::before {
      content: "";
      display: block;
      width: calc(100% - 50px);
      height: 100%;
      background: #f4f4f4;
      position: absolute;
      right: -50px;
      bottom: -50px; }
    figure.with_text .image::after {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background-image: -webkit-radial-gradient(73% 0, circle, rgba(241, 235, 147, 0.2), rgba(45, 95, 153, 0.7));
      background-image: -o-radial-gradient(73% 0, circle, rgba(241, 235, 147, 0.2), rgba(45, 95, 153, 0.7));
      background-image: radial-gradient(circle at 73% 0, rgba(241, 235, 147, 0.2), rgba(45, 95, 153, 0.7));
      position: absolute;
      right: 0;
      bottom: 0; }
    figure.with_text .image img {
      display: block;
      width: 100%;
      position: relative; }
  figure.with_text figcaption {
    width: calc(100% - 250px);
    position: absolute;
    left: 50px;
    bottom: 50px;
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.37; }

article.with_image {
  padding: 0 0 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  article.with_image.right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  article.with_image .image {
    width: 310px;
    position: relative; }
    article.with_image .image::before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background: #f4f4f4;
      position: absolute;
      right: -30px;
      bottom: -50px; }
    article.with_image .image img {
      width: 100%;
      position: relative; }
  article.with_image .info {
    width: calc(100% - 420px); }
    article.with_image .info h3 {
      padding: 0 0 40px;
      font-size: 24px;
      line-height: 1.33; }
    article.with_image .info p {
      font-size: 20px;
      line-height: 1.7;
      color: rgba(0, 0, 0, 0.8); }

.current_vacancy header {
  padding: 0 0 50px; }
  .current_vacancy header time {
    display: block;
    padding: 0 0 10px;
    font-size: 16px;
    line-height: 1.13; }
  .current_vacancy header h2 {
    font-size: 36px;
    line-height: 1.28;
    font-family: 'Frank'; }

.current_vacancy .text {
  color: rgba(0, 0, 0, 0.8);
  font-family: 'Frank';
  font-size: 20px;
  line-height: 1.7; }
  .current_vacancy .text p {
    padding: 0 0 30px; }
  .current_vacancy .text strong {
    font-weight: bold; }

.vacancies_text {
  font-family: 'Frank';
  padding: 0 0 100px; }
  .vacancies_text h3 {
    padding: 0 0 50px;
    font-size: 36px;
    line-height: 1.28; }
  .vacancies_text p {
    padding: 0 0 30px;
    font-size: 20px;
    line-height: 1.7;
    color: rgba(0, 0, 0, 0.8); }
  .vacancies_text h4 {
    padding: 0 0 40px;
    font-size: 25px;
    line-height: 1.36; }

figure.single_image {
  padding: 0 50px 50px 0;
  margin: 0;
  position: relative; }
  figure.single_image::before {
    content: "";
    display: block;
    width: calc(100% - 50px);
    height: calc(100% - 50px);
    background: #f4f4f4;
    position: absolute;
    right: 0;
    bottom: 0; }
  figure.single_image img {
    display: block;
    width: 100%;
    position: relative; }

.vacancies_grid h3 {
  padding: 0 0 100px;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 3.7px;
  text-align: center; }

.vacancies_grid .grid::after {
  content: "";
  display: block;
  height: 0;
  clear: both; }

.vacancies_grid .grid article {
  width: calc(50% - 18px);
  height: 520px;
  float: left;
  position: relative; }
  .vacancies_grid .grid article:nth-child(2n) {
    float: right; }
  .vacancies_grid .grid article a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  .vacancies_grid .grid article .image {
    padding: 0 0 40px; }
    .vacancies_grid .grid article .image img {
      width: 100%; }
  .vacancies_grid .grid article .info time {
    display: block;
    padding: 0 0 5px;
    font-size: 16px;
    line-height: 1.13; }
  .vacancies_grid .grid article .info h4 {
    padding: 0 0 30px;
    font-size: 24px;
    line-height: 1.33;
    font-family: 'Frank';
    position: relative; }
  .vacancies_grid .grid article .info p {
    font-size: 16px;
    line-height: 1.56;
    color: rgba(0, 0, 0, 0.8);
    font-family: 'Frank'; }

#simple_map {
  width: 100%;
  height: 500px;
  position: relative;
  background: #ccc; }

.label_content {
  max-width: 290px; }
  .label_content h3 {
    margin: 0 0 10px;
    font-size: 17px;
    font-weight: bold;
    color: #c2c399; }
  .label_content p {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.33;
    color: #5a5a5a; }

.contacts_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: calc(100% - 200px);
  margin: 40px auto 0;
  background: #fff;
  position: relative;
  z-index: 1; }
  .contacts_block .image {
    width: 50%;
    font-size: 0; }
    .contacts_block .image img {
      display: block;
      width: 100%; }

.contacts_info {
  width: 50%;
  padding: 60px; }
  .contacts_info h2 {
    padding: 0 0 20px;
    font-size: 36px;
    font-weight: 500; }
  .contacts_info h3 {
    padding: 0 0 24px;
    font-size: 28px;
    font-weight: 500; }
  .contacts_info h3 a {
    color: #333;
    text-decoration: none;
  }
  .contacts_info h3 a.active {
    color: #c5c298;
  }
  
  .contacts_info ul li {
    padding: 0 0 30px 36px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3; }
    .contacts_info ul li.address {
      background: url(../img/pin_icon.svg) no-repeat 0 4px; }
    .contacts_info ul li.email {
      background: url(../img/email_icon.svg) no-repeat 0 4px; }
    .contacts_info ul li.phone {
      background: url(../img/phone_icon.svg) no-repeat 0 4px; }
    .contacts_info ul li.fax {
      background: url(../img/fax_icon.svg) no-repeat 0 4px; }
    .contacts_info ul li a {
      display: inline-block;
      color: #000;
      text-decoration: none;
      position: relative; }
      .contacts_info ul li a::before {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background: #000;
        position: absolute;
        left: 0;
        bottom: 0;
        opacity: 0;
        -webkit-transform: translate(0, 3px);
        -ms-transform: translate(0, 3px);
        transform: translate(0, 3px);
        -webkit-animation-duration: 0.15s;
        -webkit-transition: all 0.15s linear;
        -moz-animation-duration: 0.15s;
        -moz-transition: all 0.15s linear;
        animation-duration: 0.15s;
        -o-transition: all 0.15s linear;
        transition: all 0.15s linear; }
      .contacts_info ul li a:hover::before {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0); }

a.toggler {
  display: none;
  width: 46px;
  height: 46px;
  background: none;
  position: absolute;
  top: calc(50% - 21px);
  right: 10px;
  z-index: 2;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%; }
  a.toggler.active em:first-child {
    top: 6px; }
    a.toggler.active em:first-child + em {
      opacity: 0; }
      a.toggler.active em:first-child + em + em {
        top: 6px; }
  a.toggler.active_second em:first-child {
    -moz-transform: rotate(135deg);
    /* Для Firefox */
    -ms-transform: rotate(135deg);
    /* Для IE */
    -webkit-transform: rotate(135deg);
    /* Для Safari, Chrome, iOS */
    -o-transform: rotate(135deg);
    /* Для Opera */
    transform: rotate(135deg); }
    a.toggler.active_second em:first-child + em + em {
      -moz-transform: rotate(225deg);
      /* Для Firefox */
      -ms-transform: rotate(225deg);
      /* Для IE */
      -webkit-transform: rotate(225deg);
      /* Для Safari, Chrome, iOS */
      -o-transform: rotate(225deg);
      /* Для Opera */
      transform: rotate(225deg); }
  a.toggler span {
    display: block;
    width: 22px;
    height: 14px;
    position: relative;
    top: 16px;
    left: 12px; }
  a.toggler em {
    display: block;
    width: 22px;
    height: 2px;
    background: #000;
    position: absolute;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    -webkit-animation-duration: 0.2s;
    -webkit-transition: all 0.2s linear;
    -moz-animation-duration: 0.2s;
    -moz-transition: all 0.2s linear;
    animation-duration: 0.2s;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    a.toggler em:first-child {
      top: 0px; }
      a.toggler em:first-child + em {
        top: 6px;
        -webkit-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        -moz-transition-delay: 0.2s;
        transition-delay: 0.2s; }
        a.toggler em:first-child + em + em {
          top: 12px; }

aside#mobile_aside {
  display: block;
  width: 100%;
  height: 0;
  background: #fff;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 129px;
  z-index: 2;
  -webkit-animation-duration: 0.3s;
  -webkit-transition: all 0.3s linear;
  -moz-animation-duration: 0.3s;
  -moz-transition: all 0.3s linear;
  animation-duration: 0.3s;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  aside#mobile_aside.show_me {
    height: calc(100vh - 129px); }
  aside#mobile_aside div {
    padding: 0 0 40px;
    text-align: right; }
  aside#mobile_aside h2 {
    padding: 0 40px 35px;
    font-size: 20px;
    font-weight: bold; }
  aside#mobile_aside > div > ul {
    max-height: calc(100vh - 185px);
    overflow-y: auto;
  }
  aside#mobile_aside ul {
    text-align: right; }
    aside#mobile_aside ul li {
      padding: 0; }
    aside#mobile_aside ul li.sub.special {
      position: relative;
    }
    aside#mobile_aside ul li.sub.special a.em {
      display: block;
      width: 60px;
      height: 40px;
      background: none;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 1;
    }
    aside#mobile_aside ul li.sub.special a.em::before {
      display: none;
    }
    aside#mobile_aside ul li.sub > a {
      position: relative;
    }

    aside#mobile_aside ul li.sub > a::before {
      content: "";
      display: block;
      width: 8px;
      height: 12px;
      background: url(../img/nav_pt.svg) no-repeat 50%;
      background-size: contain;
      position: absolute;
      right: 18px;
      top: calc(50% - 6px);
      transform: rotate(90deg);
      -webkit-animation-duration: 0.15s;
      -webkit-transition: all 0.15s linear;
      -moz-animation-duration: 0.15s;
      -moz-transition: all 0.15s linear;
      animation-duration: 0.15s;
      -o-transition: all 0.15s linear;
      transition: all 0.15s linear;
    }
    aside#mobile_aside ul li.sub > a.active::before {
      transform: rotate(-90deg);
    }
    aside#mobile_aside ul li ul {
      display: none;
      background: #f0f0f0;
    }
    aside#mobile_aside ul li ul li a {
      font-size: 18px;
      padding: 12px 40px;
    }
      aside#mobile_aside ul li > a {
        display: block;
        padding: 15px 40px;
        font-size: 20px;
        font-weight: 500;
        color: #000;
        text-decoration: none;
        text-transform: uppercase; }
    
    aside#mobile_aside ul ul ul {
      background: #e5e3e3 !important;
    }


.page_inside {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}


.page_header {
  padding: 20px 0;
}

.page_header h1 {
  font-size: 56px;
  font-weight: 500;
}

.search_line_in {
  padding: 0 0 20px;
}

.search_line_in input {
  display: block;
  width: 100%;
  height: 40px;
  border: none;
  border-bottom: 1px solid rgba(0,0,0, 0.2);
  font-size: 18px;
  font-family: 'Rajdhani';
  background: url(../img/search_icon.svg) no-repeat calc(100% - 10px) 50%;
}

.search_line_in input:focus {
  border-color: rgba(0,0,0, 0.5);
}

.search_result_tiem {
  padding: 0 0 20px;
  margin: 0 0 20px;
  border-bottom: 1px dotted rgba(0,0,0, 0.1);
}

.search_result_tiem a {
  display: block;
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
}
.search_result_tiem a:hover {
  text-decoration: underline;
}

.search_result_tiem p {
  font-size: 16px;
  line-height: 1.2;
}

.quick_search.show_me {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0;
  background: #fff;
  z-index: 3;
}

.quick_search.show_me form {
  width: calc(100% - 40px);
}

.quick_search.show_me button {
  width: 48px;
  height: 48px;
}


.quick_search.show_me a.close {
  display: block;
}

.quick_search a.close {
    display: none;
    width: 31px;
    height: 31px;
    position: absolute;
    right: 30px;
    top: 27px; }
    .quick_search a.close::before {
      content: "";
      display: block;
      width: 80%;
      height: 1px;
      background: #000;
      position: absolute;
      left: 10%;
      top: 15px;
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    .quick_search a.close::after {
      content: "";
      display: block;
      width: 80%;
      height: 1px;
      background: #000;
      position: absolute;
      left: 10%;
      top: 15px;
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }



.ceo_wrapper {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 0px;
}

.ceo_first {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: stretch;
  align-items: stretch;
  margin: 0 0 80px;
  background: #f4f4f4;
}
.ceo_first .image {
  width: 360px;
}
.ceo_first .image img {
  display: block;
  width: 100%;
}
.ceo_first .info {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-content: stretch;
  align-items: stretch;
  width: calc(100% - 360px);
  padding: 0 70px 60px;
}

.ceo_first .info h2 {
  padding: 0 0 40px;
  font-size: 26px;
  line-height: 1.38;
  font-family: 'Frank';
}
.ceo_first .info p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.44;
}

.ceo_wrapper .text {
  max-width: 790px;
  margin: 0 auto;
  padding: 0 0 40px;
  font-family: 'Frank';
  font-size: 20px;
  line-height: 1.7;
}
.ceo_wrapper .text p {
  padding: 0 0 30px;
  text-align:justify;
}

.news_list {
  max-width: 1010px;
  margin: 0 auto;
  padding: 30px 20px 40px;
}

.news_list article {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: stretch;
  align-items: flex-start;
  padding: 50px 0;
  border-bottom: 1px solid #e5e5e5;
}
.news_list article:last-child {
  border: none;
}
.news_list .image {
  width: 224px;
  display: none;
}
.news_list .image img {
  width: 100%;
}
.news_list .inner {
  /*width: calc(100% - 255px);*/
  width: 100%;
}
.news_list time {
  padding: 0 0 10px;
  font-size: 16px;
  line-height: 1.13;
}
.news_list h3 {
  padding: 0 0 20px;
  font-size: 25px;
  line-height: 1.36;
}
.news_list h3 a {
  color: #000;
  text-decoration: none;
}
.news_list h3 a:hover {
  text-decoration: underline;
}
.news_list p {
  font-size: 20px;
  line-height: 1.4;
  color: rgba(0,0,0, 0.8);
}


.request_form {
  max-width: 460px;
  margin: 0 auto;
  padding: 20px 0 0; }
  .request_form h2 {
    padding: 0 0 32px;
    font-weight: 600;
    font-size: 40px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #000; }
  .request_form .input {
    padding: 0 0 20px; }
    .request_form .input input {
      display: block;
      width: 100%;
      height: 52px;
      padding: 0 20px;
      border: 1px solid #cacaca;
      font-family: 'Rajdhani';
      font-weight: 500;
      font-size: 16px;
      color: #000;
      -webkit-animation-duration: 0.15s;
      -webkit-transition: all 0.15s linear;
      -moz-animation-duration: 0.15s;
      -moz-transition: all 0.15s linear;
      animation-duration: 0.15s;
      -o-transition: all 0.15s linear;
      transition: all 0.15s linear; }
      .request_form .input input::-webkit-input-placeholder {
        color: rgba(0, 0, 0, 0.3); }
      .request_form .input input:-ms-input-placeholder {
        color: rgba(0, 0, 0, 0.3); }
      .request_form .input input::-ms-input-placeholder {
        color: rgba(0, 0, 0, 0.3); }
      .request_form .input input::placeholder {
        color: rgba(0, 0, 0, 0.3); }
      .request_form .input input:focus {
        border-color: rgba(0, 0, 0, 0.5); }
    .request_form .input textarea {
      display: block;
      width: 100%;
      height: 156px;
      padding: 20px 20px;
      border: 1px solid #cacaca;
      font-family: 'Rajdhani';
      font-weight: 500;
      font-size: 16px;
      color: #000;
      resize: none;
      -webkit-animation-duration: 0.15s;
      -webkit-transition: all 0.15s linear;
      -moz-animation-duration: 0.15s;
      -moz-transition: all 0.15s linear;
      animation-duration: 0.15s;
      -o-transition: all 0.15s linear;
      transition: all 0.15s linear; }
      .request_form .input textarea::-webkit-input-placeholder {
        color: rgba(0, 0, 0, 0.3); }
      .request_form .input textarea:-ms-input-placeholder {
        color: rgba(0, 0, 0, 0.3); }
      .request_form .input textarea::-ms-input-placeholder {
        color: rgba(0, 0, 0, 0.3); }
      .request_form .input textarea::placeholder {
        color: rgba(0, 0, 0, 0.3); }
      .request_form .input textarea:focus {
        border-color: rgba(0, 0, 0, 0.5); }
  .request_form .two_input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .request_form .two_input .input {
      width: calc(50% - 8px); }

.radiobuttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  padding: 0 0 24px; }
  .radiobuttons label {
    margin: 0 32px 0 0;
    padding: 0 0 0 32px;
    position: relative;
    cursor: pointer; }
  .radiobuttons input {
    display: none; }
    .radiobuttons input:checked + em {
      background-color: #BBBC8C; }
      .radiobuttons input:checked + em::before {
        opacity: 1; }
  .radiobuttons span {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #000; }
  .radiobuttons em {
    display: block;
    width: 24px;
    height: 24px;
    background-color: #F1F1F1;
    position: absolute;
    left: 0;
    top: calc(50% - 12px);
    border-radius: 50%;
    -webkit-animation-duration: 0.15s;
    -webkit-transition: all 0.15s linear;
    -moz-animation-duration: 0.15s;
    -moz-transition: all 0.15s linear;
    animation-duration: 0.15s;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear; }
    .radiobuttons em::before {
      content: "";
      display: block;
      width: 10px;
      height: 10px;
      background-color: #fff;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      border-radius: 50%;
      opacity: 0;
      -webkit-animation-duration: 0.15s;
      -webkit-transition: all 0.15s linear;
      -moz-animation-duration: 0.15s;
      -moz-transition: all 0.15s linear;
      animation-duration: 0.15s;
      -o-transition: all 0.15s linear;
      transition: all 0.15s linear; }

.file_upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 26px;
  padding: 0 0 20px;
  border-bottom: 1px solid #d9d9d9; }
  .file_upload label {
    display: block;
    margin: 0 24px 0 0;
    position: relative;
    cursor: pointer; }
  .file_upload input {
    display: none; }
  .file_upload span {
    display: inline-block;
    padding: 0 0 0 28px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #6C6C4A;
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-image: url(../img/add_brown_icon.svg);
    position: relative; }
  .file_upload p {
    padding: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4;
    color: #959595; }

.request_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .request_footer p {
    max-width: calc(100% - 190px);
    padding: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.43;
    color: #000; }
  .request_footer em {
    color: #6C6C4A;
    text-decoration: underline; }
    .request_footer a:hover {
      text-decoration: none; }
  .request_footer .button {
    width: 170px; }
    .request_footer .button a, .request_footer .button button {
      display: block;
      width: 100%;
      height: 52px;
      border: none;
      font-family: 'Rajdhani';
      font-weight: 600;
      font-size: 16px;
      line-height: 52px;
      text-align: center;
      text-transform: uppercase;
      color: #fff;
      text-decoration: none;
      background-color: #BBBC8C;
      cursor: pointer; }

.year_tabs {
  padding: 0 0 40px;
  font-size: 0; }
  .year_tabs a {
    display: inline-block;
    height: 52px;
    width: auto;
    margin: 0 14px 14px 0;
    padding: 0 40px;
    font-weight: 600;
    font-size: 20px;
    line-height: 52px;
    text-align: center;
    text-transform: uppercase;
    color: #BBBC8C;
    text-decoration: none;
    -webkit-box-shadow: inset 0 0 0 1px #BBBC8C;
    box-shadow: inset 0 0 0 1px #BBBC8C;
    -webkit-animation-duration: 0.15s;
    -webkit-transition: all 0.15s linear;
    -moz-animation-duration: 0.15s;
    -moz-transition: all 0.15s linear;
    animation-duration: 0.15s;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear; }
    .year_tabs a.active, .year_tabs a:hover {
      color: #fff;
      background-color: #BBBC8C; }


  .media_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: minmax(min-content, max-content);
    grid-gap: 24px 24px;
  }
  .media_grid article {
    box-shadow: inset 0 0 0 1px #E1E4EA;
  }
  .media_grid .image {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
    height: 210px;
    background-color: #EFF4F8;
  }
  .media_grid img {
    max-width: 90%;
    max-height: 90%;
  }
  .media_grid .inner {
    padding: 28px 32px;
  }
  .media_grid h3 {
    padding: 0 0 8px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
  }
  .media_grid p {
    min-height: 70px;
    padding: 0 0 24px;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.54;
    color: rgba(0,0,0, 0.5);
  }
  .media_grid .link a {
    display: inline-block;
    padding: 0 18px 0 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.71;
    color: #000;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: 100% 40%;
    background-image: url(../img/link_black_arrow.svg);
  }
  .media_grid .link a:hover {
    text-decoration: underline;
  }

  .articles_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: minmax(min-content, max-content);
    grid-gap: 24px 24px;
  }
  .articles_grid article {
    box-shadow: inset 0 0 0 1px #E1E4EA;
  }
  .articles_grid img {
    display: block;
    width: 100%;
  }
  .articles_grid .inner {
    padding: 28px 32px;
  }
  .articles_grid h3 {
    padding: 0 0 8px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
  }
  .articles_grid p {
    min-height: 70px;
    padding: 0 0 24px;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.54;
    color: rgba(0,0,0, 0.5);
  }
  .articles_grid .link a {
    display: inline-block;
    padding: 0 18px 0 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.71;
    color: #000;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: 100% 40%;
    background-image: url(../img/link_black_arrow.svg);
  }
  .articles_grid .link a:hover {
    text-decoration: underline;
  }

.success_text {
  padding: 0 0 20px;
  margin: -20px 0 0;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  color: #00b52a;
}
.success_text.hide_me {
  display: none;
}