::selection {
  background: rgba(0, 0, 0, 0.15); }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-family: inherit;
  font-weight: normal; }

button,
input,
select,
textarea {
  transition: .2s;
  color: inherit;
  background: inherit;
  font-family: inherit;
  font-size: inherit; }

button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none; }

::selection {
  background: rgba(0, 0, 0, 0.15); }

::-webkit-scrollbar {
  width: 3px;
  height: 3px; }

::-webkit-scrollbar-button {
  background-color: #ffffff;
  display: none; }

::-webkit-scrollbar-track,
::-webkit-scrollbar-track-piece {
  background-color: #ffffff; }

::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #ffc331; }

::-webkit-scrollbar-corner,
::-webkit-resizer {
  background-color: #ffffff; }

@font-face {
  font-family: "Days";
  src: url("10395.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: 'PT Sans';
  src: url("../fonts/pt_sans.eot");
  src: url("../fonts/pt_sans.eot?#iefix") format("embedded-opentype"), url("../fonts/pt_sans.woff2") format("woff2"), url("../fonts/pt_sans.woff") format("woff"), url("../fonts/pt_sans.ttf") format("truetype"), url("../fonts/pt_sans.svg#pt_sans") format("svg"); }

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url("../files/fonts/MaterialIcons-Regular.ttf"); }

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga"; }

html {
  font-family: 'PT Sans';
  font-size: 16px;
  width: 100%;
  min-height: 100%; }
  @media screen and (max-width: 990px) {
    html {
      width: 100vw;
      min-width: 100vw;
      max-width: 100vw;
      overflow-x: hidden;
      font-size: 14px; } }

i {
  font-family: 'PT Sans';
  font-style: normal; }

body {
  background: #ffffff url(../img/patern.jpg);
  min-width: 1100px;
  color: #111111;
  position: relative;
  resize: none;
  outline: none;
  overflow-x: hidden; }
  @media screen and (max-width: 990px) {
    body {
      background: #ffffff;
      width: 100vw;
      min-width: 100vw;
      max-width: 100vw;
      overflow-x: hidden; } }
  body.overflow {
    overflow: hidden; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  letter-spacing: 0; }

a {
  text-decoration: none;
  color: inherit; }

.power-off {
  position: fixed;
  top: 0;
  left: 0;
  padding: 20px;
  width: 100vw;
  height: 100vh;
  background: #ffffff; }

.extend-box-shadow-default {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2); }
  @media screen and (max-width: 990px) {
    .extend-box-shadow-default {
      box-shadow: 10px 15px 15px rgba(28, 52, 78, 0.15); } }

.extend-flex-row-between-center, .header .nav, .header__content, .why__pluses, .akcii__header, .rabota__trio, .nine__trio, .process__row1, .process__row2, .process__row3, .proizvodstvo .for_pro, .contacts .center, .footer .center {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center; }

.extend-flex-row-end-center {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center; }

.extend-flex-column-center-start, .why .center, .contacts__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start; }

.extend-flex-column-end-end, .header .nav__menu-sub {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end; }

.extend-flex-row-center-center, .power-off, .header .nav-right, .header .nav div,
.header .nav a, .rabota__trio-block__span .material-icons, .rabota .owl-prev,
.rabota .owl-next, .rabota .owl-prev span,
.rabota .owl-next span, .rabota .owl-dots, .nine .owl-prev,
.nine .owl-next, .nine .owl-prev span,
.nine .owl-next span, .nine .owl-dots, .material__content, .footer-right, .footer-right div,
.footer-right a, .weare .owl-prev,
.weare .owl-next, .weare .owl-prev span,
.weare .owl-next span, .weare .owl-dots {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center; }

.extend-flex-row-start-start, .hgroup, .rabota__trio-block__span, .rabota__hgroup, .nine__trio-item, .process__row1-block1 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start; }

.extend-flex-column-start-start, .process__row1-block2, .process__row2-block1, .process__row2-block2, .process__row3-block1, .process__row3-block2 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start; }

.extend-flex-row-start-center, .weare__categories {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center; }

.extend-flex-row-between-start, .segment__top, .segment__trio, .weare .galary, .weare .images .row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start; }

.extend-inlineflex-column-center-center {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.extend-flex-column-center-center, .dark_image, .dark, .dark .window .container, .rabota, .nine .center, .segment, .proizvodstvo, .weare {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.extend-inlineflex-row-start-center {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center; }

.extend-inlineflex-row-center-center {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center; }

.extend-flex-column-start-center, .rabota__trio-block, .segment__trio-block {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center; }

.extend-width-auto {
  width: 1100px;
  margin: 0 auto; }

.extend-content-absolute-0-100 {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.extend-absolute-0-100 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.extend-fixed-0-100 {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.button {
  border-radius: 50px;
  background: linear-gradient(to bottom, #ffe42d, #feb61a);
  border: 0;
  color: #0d0c11;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  font-family: 'Days';
  font-size: 20px;
  text-transform: uppercase;
  padding: 15px 30px;
  text-align: center;
  cursor: pointer;
  border-bottom: 5px #f09100 solid;
  display: inline-block;
  position: relative; }
  .button span {
    position: relative;
    z-index: 500; }
  .button:hover::before {
    opacity: 1; }
  .button::before {
    content: '';
    border-radius: 50px;
    position: absolute;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-bottom: 5px #e46d00 solid;
    background: linear-gradient(to bottom, #ffbe14, #ff981f);
    transition: .2s;
    opacity: 0; }

.blur {
  transition: .2s; }
  .blur--active {
    filter: blur(3px);
    transform: scale(1.1); }

.hgroup {
  margin-bottom: 50px; }
  .hgroup__char {
    color: #ffc331;
    font-family: 'Days';
    font-size: 200px;
    line-height: 135px;
    text-transform: uppercase;
    margin-top: -4px;
    cursor: default; }
    .hgroup__char--margin-right-20px {
      margin-right: 20px; }
    @media screen and (max-width: 990px) {
      .hgroup__char {
        font-size: 115px;
        line-height: 115px;
        margin-top: -20px;
        margin-right: 5px; } }
  .hgroup__span {
    font-family: 'Days';
    font-size: 30px;
    line-height: 1;
    text-transform: uppercase;
    display: block; }
    @media screen and (max-width: 990px) {
      .hgroup__span {
        font-size: 20px; } }
    .hgroup__span--yellow {
      color: #ffc331; }
    .hgroup__span--white {
      color: #ffffff; }
    .hgroup__span--black {
      color: #111111; }
  .hgroup__sans {
    font-family: 'PT Sans';
    text-transform: none;
    display: block;
    color: #111111;
    font-size: 24px;
    line-height: 1; }
    @media screen and (max-width: 990px) {
      .hgroup__sans {
        font-size: 22px; } }
    .hgroup__sans--margin-top-10px {
      margin-top: 10px; }

.center {
  width: 1100px;
  margin: 0 auto;
  position: relative; }
  @media screen and (max-width: 990px) {
    .center {
      width: 100%; } }

.dark_image {
  background: rgba(13, 12, 17, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  transition: .5s;
  z-index: -999;
  opacity: 0; }
  .dark_image img {
    height: calc(100vh - 40px);
    border-radius: 10px;
    object-fit: contain;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
    background: #ffffff center no-repeat;
    background-size: cover; }
    @media screen and (max-width: 990px) {
      .dark_image img {
        width: auto;
        height: auto;
        max-height: 100vh;
        max-width: 100vh; } }

.dark {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7));
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  transition: .5s;
  z-index: -999;
  opacity: 0; }
  .dark .window {
    background: #ffffff;
    border-radius: 1px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    overflow: hidden; }
    @media screen and (max-width: 990px) {
      .dark .window {
        width: 100vw;
        height: 100vh;
        border-radius: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; } }
    .dark .window .container {
      padding: 40px;
      text-align: center;
      font-size: 18px; }
    .dark .window .button {
      margin-top: 20px; }

.header {
  background: #0d0c11 url(../img/1.jpg) center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: relative; }
  @media screen and (max-width: 990px) {
    .header {
      height: auto;
      min-height: 100vh;
      margin-top: 60px; }
      .header::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6)); } }
  .header .center {
    height: 100vh;
    position: relative;
    z-index: 100; }
    @media screen and (max-width: 990px) {
      .header .center {
        height: auto;
        min-height: 100vh;
        padding: 40px 20px; } }
  .header .nav {
    color: #ffffff;
    height: 60px;
    position: relative;
    z-index: 500; }
    @media screen and (max-width: 990px) {
      .header .nav {
        display: none; } }
    .header .nav-right__item {
      margin-left: 20px;
      font-size: 16px; }
    .header .nav__logo {
      text-transform: uppercase;
      font-family: 'Days';
      font-size: 22px; }
      .header .nav__logo b {
        color: #ffc331; }
    .header .nav div,
    .header .nav a {
      display: inline-flex; }
    .header .nav .material-icons {
      color: #ffc331;
      margin-right: 5px;
      cursor: default;
      font-size: 24px; }
    .header .nav__menu {
      cursor: default;
      position: relative; }
      .header .nav__menu:hover .pod_menu,
      .header .nav__menu:focus .pod_menu,
      .header .nav__menu:active .pod_menu {
        opacity: 1;
        z-index: 300; }
      .header .nav__menu u {
        cursor: pointer; }
      .header .nav__menu-sub {
        transition: .2s;
        background: rgba(0, 0, 0, 0.9);
        position: absolute;
        right: 0;
        top: 10px;
        text-align: right;
        padding: 10px;
        border-radius: 1px;
        border: 5px #0d0c11 solid;
        opacity: 0;
        z-index: -999;
        width: 320px; }
        .header .nav__menu-sub__item {
          cursor: pointer;
          width: 100%;
          display: block;
          font-size: 20px;
          line-height: 20px;
          padding: 5px 0;
          transition: .2s; }
          .header .nav__menu-sub__item:hover, .header .nav__menu-sub__item:focus, .header .nav__menu-sub__item:active {
            color: #ffc331; }
  .header__logo {
    width: 160px;
    height: 160px;
    background: url(../img/logo.png) center no-repeat;
    background-size: contain;
    margin-bottom: 20px; }
  .header__form {
    padding: 40px;
    width: 320px;
    color: #ffffff;
    position: relative;
    background: url(../img/rama.png) center no-repeat;
    background-size: contain; }
    @media screen and (max-width: 990px) {
      .header__form {
        width: 100%;
        background: none;
        border: 10px #ffffff solid;
        padding: 20px; } }
    .header__form p {
      font-size: 18px; }
      @media screen and (max-width: 990px) {
        .header__form p {
          font-size: 16px; } }
      .header__form p:nth-child(2) {
        margin-top: 20px;
        margin-bottom: 20px; }
    .header__form *:not(b) {
      display: block; }
    .header__form b {
      font-weight: normal; }
    .header__form h6 {
      font-family: 'Days';
      color: #ffc331;
      font-size: 37px;
      line-height: 32px;
      margin-bottom: 10px; }
    .header__form input[type="text"] {
      color: #ffc331;
      border: 0;
      padding: 10px 0;
      font-size: 16px;
      width: 100%;
      font-family: inherit;
      border-bottom: 2px #b7b7b8 solid;
      background: none; }
      .header__form input[type="text"].ico_man {
        background: url(../img/icons/man.png) right center no-repeat;
        background-size: 20px; }
      .header__form input[type="text"].ico_phone {
        background: url(../img/icons/phone.png) right center no-repeat;
        background-size: 20px; }
    .header__form .button {
      margin: 20px 0;
      font-size: 20px;
      width: 100%;
      padding-right: 0;
      padding-left: 0; }
  .header__content {
    height: calc(100vh - 60px); }
    @media screen and (max-width: 990px) {
      .header__content {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        height: auto; } }
    .header__content-quote {
      color: #b7b7b8;
      border-left: 1px #ffc331 solid;
      padding-left: 20px;
      width: 300px;
      margin: 40px 0;
      font-size: 21px; }
      @media screen and (max-width: 990px) {
        .header__content-quote {
          font-size: 16px;
          width: 100%;
          margin: 20px 0; } }
    .header__content hgroup {
      cursor: default; }
      .header__content hgroup h1 {
        color: #ffc331;
        text-transform: uppercase;
        font-size: 120px;
        line-height: 110px;
        font-family: 'Days';
        margin-left: -4px; }
        @media screen and (max-width: 990px) {
          .header__content hgroup h1 {
            font-size: 70px;
            line-height: 1;
            margin-left: -1px;
            margin: 10px 0; } }
      .header__content hgroup h5 {
        color: #ffffff;
        text-transform: uppercase;
        font-size: 55px;
        line-height: 60px;
        font-family: 'Days'; }
        @media screen and (max-width: 990px) {
          .header__content hgroup h5 {
            font-size: 40px;
            line-height: 1; } }
      .header__content hgroup h6 {
        color: #ffffff;
        font-size: 27px;
        line-height: 25px;
        font-family: 'Days';
        margin-left: 3px; }
        @media screen and (max-width: 990px) {
          .header__content hgroup h6 {
            font-size: 30px;
            line-height: 1; } }

.mnav {
  display: none; }
  @media screen and (max-width: 990px) {
    .mnav {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      background: #ffffff;
      position: fixed;
      width: 100%;
      top: 0;
      left: 0;
      padding: 10px;
      z-index: 990;
      box-shadow: 0 0 50px rgba(0, 0, 0, 0.1); }
      .mnav__block {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center; }
        .mnav__block:nth-last-child(1) .mnav__item {
          margin-left: 10px; }
      .mnav__item {
        width: 40px;
        height: 40px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        font-size: 21px;
        background: #ffc331;
        border-radius: 10px;
        transition: .2s; } }

.why {
  background: #f0f0e8 url(../img/2.jpg) left no-repeat;
  background-size: cover;
  height: 100vh; }
  @media screen and (max-width: 990px) {
    .why {
      height: auto;
      padding: 40px 20px;
      padding-bottom: 30px;
      position: relative; }
      .why::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.2)); } }
  .why .center {
    padding-left: 150px;
    height: 100vh;
    position: relative;
    z-index: 100; }
    @media screen and (max-width: 990px) {
      .why .center {
        height: auto;
        padding: 0; } }
  .why .hgroup {
    padding-left: 180px; }
    @media screen and (max-width: 990px) {
      .why .hgroup {
        padding: 0; } }
  .why__pluses {
    align-items: stretch;
    flex-wrap: wrap;
    width: 565px;
    margin: 0 auto;
    margin-top: 50px; }
    @media screen and (max-width: 990px) {
      .why__pluses {
        width: 100%;
        margin-top: 0; } }
    .why__pluses-item {
      width: 175px;
      height: 175px;
      background: #ffffff;
      padding: 20px;
      padding-top: 40px;
      margin-bottom: 20px;
      border-radius: 10px;
      box-shadow: 0 0 50px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 990px) {
        .why__pluses-item {
          height: auto;
          width: calc(100% / 2 - 5px);
          margin-right: 10px;
          margin-bottom: 10px;
          display: flex;
          flex-direction: column;
          justify-content: flex-start;
          align-items: center;
          text-align: center; }
          .why__pluses-item:nth-child(2n) {
            margin-right: 0; } }
      .why__pluses-item:nth-child(1) div:before {
        background: url(../img/icons/1.png) bottom right no-repeat;
        background-size: 30px; }
      .why__pluses-item:nth-child(2) div:before {
        background: url(../img/icons/2.png) bottom right no-repeat;
        background-size: 30px; }
      .why__pluses-item:nth-child(3) div:before {
        background: url(../img/icons/3.png) bottom right no-repeat;
        background-size: 40px; }
      .why__pluses-item:nth-child(4) div:before {
        background: url(../img/icons/4.png) bottom right no-repeat;
        background-size: 30px; }
      .why__pluses-item:nth-child(5) div:before {
        background: url(../img/icons/5.png) bottom right no-repeat;
        background-size: 30px; }
      .why__pluses-item:nth-child(6) div:before {
        background: url(../img/icons/6.png) bottom right no-repeat;
        background-size: 47px;
        top: 0;
        left: 14px;
        height: 40px; }
      .why__pluses-item div {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: #ffc331;
        margin-bottom: 10px;
        position: relative; }
        @media screen and (max-width: 990px) {
          .why__pluses-item div {
            margin-bottom: 0; } }
        .why__pluses-item div:before {
          content: "";
          position: absolute;
          top: -10px;
          left: 0;
          width: 40px;
          height: 50px; }
      .why__pluses-item span {
        display: block;
        margin-top: 15px;
        font-size: 16px; }

.akcii {
  background: #0d0c11 url(../img/3.jpg) center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: relative; }
  @media screen and (max-width: 990px) {
    .akcii {
      height: auto;
      min-height: 100vh; }
      .akcii::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6)); } }
  .akcii__header {
    height: 100vh;
    color: #ffffff;
    position: relative;
    z-index: 100; }
    @media screen and (max-width: 990px) {
      .akcii__header {
        flex-direction: column;
        justify-content: flex-start;
        height: auto;
        min-height: 100vh;
        padding: 40px 20px; } }
    .akcii__header > div:nth-child(1) p:nth-child(1) {
      width: 400px;
      font-size: 24px;
      line-height: 24px; }
      @media screen and (max-width: 990px) {
        .akcii__header > div:nth-child(1) p:nth-child(1) {
          width: 100%;
          display: block;
          font-size: 20px;
          line-height: 20px; } }
    .akcii__header > div:nth-child(1) p:nth-child(2) {
      font-family: 'Days';
      color: #ffc331;
      font-size: 200px;
      line-height: 150px;
      margin: 30px 0;
      margin-left: 50px;
      text-transform: uppercase; }
      @media screen and (max-width: 990px) {
        .akcii__header > div:nth-child(1) p:nth-child(2) {
          font-size: 100px;
          display: block;
          margin: 20px 0; } }
    .akcii__header > div:nth-child(1) p:nth-child(3) {
      font-family: 'Days';
      font-size: 55px;
      line-height: 60px;
      margin-left: 50px;
      text-transform: uppercase; }
      @media screen and (max-width: 990px) {
        .akcii__header > div:nth-child(1) p:nth-child(3) {
          width: 100%;
          display: block;
          font-size: 30px;
          line-height: 30px;
          margin-left: 0;
          margin-bottom: 50px; } }

.rabota {
  background: #0d0c11;
  padding: 100px 0;
  position: relative;
  min-height: 100vh; }
  @media screen and (max-width: 990px) {
    .rabota {
      padding: 40px 20px;
      padding-bottom: 57px; }
      .rabota__carusel {
        width: calc(100vw - 40px) !important; } }
  @media screen and (max-width: 990px) {
    .rabota__trio {
      width: 100%; } }
  .rabota__trio-block {
    background: #f6f7ef;
    border-radius: 1px;
    width: 350px;
    padding-bottom: 20px;
    border-radius: 10px;
    overflow: hidden; }
    @media screen and (max-width: 990px) {
      .rabota__trio-block {
        width: calc(100vw - 40px); } }
    .rabota__trio-block__image {
      width: 100%;
      height: 200px;
      background: #e1e3d4 center no-repeat;
      background-size: cover;
      margin-bottom: 20px;
      position: relative;
      cursor: pointer; }
    .rabota__trio-block__span {
      color: #111111;
      width: 100%;
      text-align: left;
      padding: 0 20px;
      margin-bottom: 10px; }
      .rabota__trio-block__span .material-icons {
        width: 20px;
        height: 20px;
        background: #ffc331;
        border-radius: 50%;
        margin-right: 10px;
        font-size: 14px;
        color: #ffffff; }
    .rabota__trio-block .button {
      margin-top: 10px; }
  .rabota .owl-prev,
  .rabota .owl-next {
    position: absolute;
    width: 37px;
    height: 22px;
    border: 0;
    bottom: -40px;
    font-size: 50px;
    transition: .2s; }
  .rabota .owl-prev {
    left: 20px;
    background: transparent url(../img/left.png); }
  .rabota .owl-next {
    right: 20px;
    background: transparent url(../img/right.png); }
  .rabota .owl-dots {
    bottom: -40px;
    z-index: 200;
    width: 100%;
    left: 0;
    position: absolute; }
    .rabota .owl-dots .owl-dot span {
      display: block;
      background: none;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      border: 2px #ffffff solid;
      margin: 0 5px; }
    .rabota .owl-dots .owl-dot.active span {
      background: #ffc331;
      border-color: #ffc331; }
  .rabota__hgroup {
    margin-bottom: 50px;
    margin-left: -8px; }
    .rabota__hgroup > div:nth-child(1) {
      font-family: 'Days';
      color: #ffc331;
      font-size: 200px;
      line-height: 135px; }
    .rabota__hgroup > div:nth-child(2) > div:nth-child(1) {
      font-family: 'Days';
      color: #ffc331;
      font-size: 30px;
      line-height: 30px;
      text-transform: uppercase; }
    .rabota__hgroup > div:nth-child(2) > div:nth-child(2) {
      text-transform: uppercase;
      color: #ffffff;
      font-family: 'Days';
      font-size: 30px;
      line-height: 30px; }

.nine {
  background: #0d0c11 url(../img/4.jpg) center no-repeat;
  background-size: cover;
  position: relative;
  height: 100vh; }
  @media screen and (max-width: 990px) {
    .nine {
      height: auto; }
      .nine::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6)); }
      .nine__carusel {
        width: calc(100vw - 40px) !important; } }
  .nine .center {
    height: 100vh;
    align-items: flex-start; }
    @media screen and (max-width: 990px) {
      .nine .center {
        height: auto;
        position: relative;
        z-index: 100;
        padding: 40px 20px;
        padding-bottom: 80px; } }
  .nine .hgroup {
    margin-bottom: 0; }
  .nine__trio {
    width: 1100px;
    margin-top: 100px; }
    .nine__trio-item {
      width: 350px;
      bottom: 20px;
      margin-bottom: 40px; }
      .nine__trio-item > div:nth-child(1) {
        margin-right: 20px; }
      .nine__trio-item__num {
        color: #ffffff;
        font-size: 50px;
        overflow: hidden;
        height: 35px;
        line-height: 45px; }
      .nine__trio-item__line {
        height: 2px;
        background: #ffc331;
        width: 100%;
        margin-top: 5px;
        border-radius: 1px; }
      .nine__trio-item h5 {
        text-transform: uppercase;
        color: #ffc331;
        font-size: 24px;
        line-height: 24px;
        width: 150px;
        font-family: 'Days'; }
        @media screen and (max-width: 990px) {
          .nine__trio-item h5 {
            font-size: 20px;
            line-height: 1; } }
      .nine__trio-item span {
        color: #ffffff;
        margin-top: 10px;
        display: block; }
  .nine .owl-prev,
  .nine .owl-next {
    position: absolute;
    width: 37px;
    height: 22px;
    text-align: center;
    border: 0;
    bottom: -40px;
    font-size: 50px;
    transition: .2s;
    z-index: 300; }
  .nine .owl-prev {
    left: 20px;
    background: transparent url(../img/left.png); }
  .nine .owl-next {
    right: 20px;
    background: transparent url(../img/right.png); }
  .nine .owl-dots {
    bottom: -40px;
    z-index: 200;
    width: 100%;
    left: 0;
    position: absolute; }
    .nine .owl-dots .owl-dot span {
      display: block;
      background: none;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      border: 2px #ffffff solid;
      margin: 0 5px; }
    .nine .owl-dots .owl-dot.active span {
      background: #ffc331;
      border-color: #ffc331; }

.segment {
  padding: 100px 0;
  min-height: 100vh;
  background: #ffffff; }
  @media screen and (max-width: 990px) {
    .segment {
      min-height: auto;
      padding: 40px 20px; } }
  .segment__top {
    margin-bottom: 30px; }
    @media screen and (max-width: 990px) {
      .segment__top {
        margin-bottom: 20px;
        flex-direction: column;
        justify-content: flex-start; } }
    .segment__top .hgroup .hgroup__span {
      width: 100px; }
    .segment__top > div:nth-child(2) {
      width: 76px;
      height: 127px;
      background: url(../img/scroll.png) center no-repeat;
      background-size: 70px; }
      @media screen and (max-width: 990px) {
        .segment__top > div:nth-child(2) {
          display: none; } }
    .segment__top > div:nth-child(3) {
      width: 350px;
      font-size: 24px;
      line-height: 24px;
      text-align: right; }
      @media screen and (max-width: 990px) {
        .segment__top > div:nth-child(3) {
          width: 100%;
          font-size: 16px;
          line-height: 1;
          text-align: center; } }
  @media screen and (max-width: 990px) {
    .segment__trio {
      flex-direction: column; } }
  .segment__trio-block {
    background: #f6f7ef;
    width: 350px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1); }
    @media screen and (max-width: 990px) {
      .segment__trio-block {
        width: 100%;
        margin-bottom: 20px; }
        .segment__trio-block:nth-last-child(1) {
          margin-bottom: 0; } }
    .segment__trio-block > div:nth-child(1) {
      width: 200px;
      height: 200px;
      background: #e1e3d4;
      border-radius: 50%;
      margin-bottom: 20px;
      position: relative; }
      .segment__trio-block > div:nth-child(1) > div {
        width: 180px;
        height: 180px;
        background: center no-repeat;
        background-size: 180px;
        position: absolute;
        top: 10px;
        left: 10px;
        border-radius: 5px; }
    .segment__trio-block h4 {
      text-transform: uppercase;
      font-size: 30px;
      line-height: 30px;
      font-family: 'Days';
      color: #0d0c11;
      text-align: center;
      margin-bottom: 20px; }
    .segment__trio-block p {
      text-align: center;
      margin-bottom: 20px; }

.process {
  padding: 100px 0;
  background: #f6f7ef; }
  @media screen and (max-width: 990px) {
    .process {
      padding: 40px 20px; } }
  .process__numeric {
    font-size: 150px;
    line-height: 100px;
    font-family: 'Days';
    position: absolute;
    top: -20px;
    right: -20px;
    color: #ffffff;
    cursor: default; }
    .process__numeric--yellow {
      color: #ffc331;
      right: auto;
      left: -20px; }
    @media screen and (max-width: 990px) {
      .process__numeric {
        display: none; } }
  .process__row1 {
    margin-bottom: 20px; }
    @media screen and (max-width: 990px) {
      .process__row1 {
        flex-direction: column;
        justify-content: flex-start; } }
    .process__row1-block1 {
      height: 300px;
      width: 380px;
      position: relative;
      overflow: hidden;
      border-radius: 10px; }
      @media screen and (max-width: 990px) {
        .process__row1-block1 {
          width: 100%;
          height: auto; } }
    .process__row1-block2 {
      height: 300px;
      width: 700px;
      background: #ffc331 url(../img/8.png) 15px 90px no-repeat;
      background-size: 190px;
      padding: 40px;
      box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
      justify-content: flex-end;
      padding-left: 220px;
      position: relative;
      overflow: hidden;
      border-radius: 10px; }
      @media screen and (max-width: 990px) {
        .process__row1-block2 {
          width: 100%;
          padding: 20px;
          position: relative;
          background-position: center;
          background-size: cover; }
          .process__row1-block2::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #ffc331;
            opacity: .8; }
          .process__row1-block2 * {
            position: relative;
            z-index: 100; } }
      .process__row1-block2 i {
        color: #ffffff;
        display: block;
        margin-bottom: 10px;
        font-size: 14px;
        text-transform: uppercase; }
        @media screen and (max-width: 990px) {
          .process__row1-block2 i {
            color: #111111; } }
      .process__row1-block2 h6 {
        color: #0d0c11;
        text-transform: uppercase;
        font-family: 'Days';
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 10px; }
        @media screen and (max-width: 990px) {
          .process__row1-block2 h6 {
            font-size: 22px;
            line-height: 1; } }
      .process__row1-block2 p {
        width: 300px;
        margin-top: 10px;
        font-size: 22px;
        line-height: 22px; }
        @media screen and (max-width: 990px) {
          .process__row1-block2 p {
            font-size: 20px;
            line-height: 20px; } }
  @media screen and (max-width: 990px) {
    .process__row2 {
      flex-direction: column;
      justify-content: flex-start; } }
  .process__row2-block1 {
    height: 300px;
    width: 700px;
    background: #ffffff url(../img/6.png) top center no-repeat;
    background-size: cover;
    padding: 40px;
    border-radius: 1px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    justify-content: flex-end;
    border-radius: 10px; }
    @media screen and (max-width: 990px) {
      .process__row2-block1 {
        width: 100%;
        padding: 20px;
        position: relative;
        overflow: hidden;
        margin-bottom: 20px;
        background-position: center;
        background-size: cover; }
        .process__row2-block1::after {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: #ffffff;
          opacity: .2; }
        .process__row2-block1 * {
          position: relative;
          z-index: 100; } }
    .process__row2-block1 i {
      color: #bdbcbb;
      display: block;
      margin-bottom: 10px;
      font-size: 14px;
      text-transform: uppercase; }
    .process__row2-block1 h6 {
      color: #0d0c11;
      text-transform: uppercase;
      font-family: 'Days';
      font-size: 30px;
      line-height: 30px;
      margin-bottom: 10px; }
      @media screen and (max-width: 990px) {
        .process__row2-block1 h6 {
          font-size: 22px;
          line-height: 1; } }
    .process__row2-block1 p {
      width: 300px;
      margin-top: 10px;
      font-size: 22px;
      line-height: 22px; }
      @media screen and (max-width: 990px) {
        .process__row2-block1 p {
          font-size: 20px;
          line-height: 20px; } }
  .process__row2-block2 {
    height: 300px;
    width: 380px;
    background: #0d0c11 url(../img/5.png) center no-repeat;
    background-size: cover;
    padding: 40px;
    border-radius: 1px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    justify-content: flex-end;
    position: relative;
    overflow: hidden;
    border-radius: 10px; }
    @media screen and (max-width: 990px) {
      .process__row2-block2 {
        width: 100%;
        padding: 20px;
        position: relative;
        overflow: hidden;
        background-position: center;
        background-size: cover; }
        .process__row2-block2::after {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: #111111;
          opacity: .2; }
        .process__row2-block2 * {
          position: relative;
          z-index: 100; } }
    .process__row2-block2 i {
      color: #bdbcbb;
      display: block;
      margin-bottom: 10px;
      font-size: 14px;
      text-transform: uppercase; }
    .process__row2-block2 h6 {
      color: #ffc331;
      text-transform: uppercase;
      font-family: 'Days';
      font-size: 30px;
      line-height: 30px;
      margin-bottom: 10px; }
      @media screen and (max-width: 990px) {
        .process__row2-block2 h6 {
          font-size: 22px;
          line-height: 1; } }
    .process__row2-block2 p {
      width: 300px;
      margin-top: 10px;
      font-size: 22px;
      line-height: 22px;
      color: #ffffff; }
      @media screen and (max-width: 990px) {
        .process__row2-block2 p {
          font-size: 20px;
          line-height: 20px; } }
  .process__row3 {
    margin-top: 20px; }
    @media screen and (max-width: 990px) {
      .process__row3 {
        flex-direction: column;
        justify-content: flex-start; } }
    .process__row3-block1 {
      height: 300px;
      width: 380px;
      background: #ffc331;
      padding: 40px;
      border-radius: 1px;
      box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
      justify-content: flex-end;
      position: relative;
      overflow: hidden;
      border-radius: 10px; }
      @media screen and (max-width: 990px) {
        .process__row3-block1 {
          width: 100%;
          padding: 20px;
          position: relative;
          overflow: hidden;
          margin-bottom: 20px;
          background-position: center;
          background-size: cover; }
          .process__row3-block1 * {
            position: relative;
            z-index: 100; } }
      .process__row3-block1 i {
        color: #ffffff;
        display: block;
        margin-bottom: 10px;
        font-size: 14px;
        text-transform: uppercase; }
      .process__row3-block1 h6 {
        color: #0d0c11;
        text-transform: uppercase;
        font-family: 'Days';
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 10px; }
        @media screen and (max-width: 990px) {
          .process__row3-block1 h6 {
            font-size: 22px;
            line-height: 1; } }
      .process__row3-block1 p {
        width: 300px;
        color: #0d0c11;
        margin-top: 10px;
        font-size: 22px;
        line-height: 22px; }
        @media screen and (max-width: 990px) {
          .process__row3-block1 p {
            font-size: 20px;
            line-height: 20px; } }
    .process__row3-block2 {
      height: 300px;
      width: 700px;
      background: #ffffff url(../img/7.png) -50px 0 no-repeat;
      background-size: 450px;
      padding: 40px;
      border-radius: 1px;
      box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
      justify-content: flex-end;
      padding-left: 200px;
      border-radius: 10px; }
      @media screen and (max-width: 990px) {
        .process__row3-block2 {
          width: 100%;
          padding: 20px;
          position: relative;
          overflow: hidden;
          background-position: center;
          background-size: cover; }
          .process__row3-block2::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #ffffff;
            opacity: .5; }
          .process__row3-block2 * {
            position: relative;
            z-index: 100; } }
      .process__row3-block2 i {
        color: #bdbcbb;
        display: block;
        margin-bottom: 10px;
        font-size: 14px;
        text-transform: uppercase; }
        @media screen and (max-width: 990px) {
          .process__row3-block2 i {
            color: #111111; } }
      .process__row3-block2 h6 {
        color: #0d0c11;
        text-transform: uppercase;
        font-family: 'Days';
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 10px; }
        @media screen and (max-width: 990px) {
          .process__row3-block2 h6 {
            font-size: 22px;
            line-height: 1; } }
      .process__row3-block2 p {
        width: 300px;
        margin-top: 10px;
        font-size: 22px;
        line-height: 22px; }
        @media screen and (max-width: 990px) {
          .process__row3-block2 p {
            font-size: 20px;
            line-height: 20px; } }

.proizvodstvo {
  background: #f6f7ef;
  padding: 100px 0;
  height: 100vh; }
  @media screen and (max-width: 990px) {
    .proizvodstvo {
      height: auto;
      padding: 40px 20px; } }
  .proizvodstvo hgroup {
    text-align: center;
    color: #0d0c11; }
    .proizvodstvo hgroup h5 {
      font-size: 26px;
      line-height: 26px;
      font-family: 'Days';
      text-transform: uppercase; }
      @media screen and (max-width: 990px) {
        .proizvodstvo hgroup h5 {
          font-size: 20px;
          line-height: 1; } }
    .proizvodstvo hgroup h6 {
      font-size: 22px;
      line-height: 22px;
      margin-top: 10px; }
      @media screen and (max-width: 990px) {
        .proizvodstvo hgroup h6 {
          font-size: 16px;
          line-height: 1; } }
  .proizvodstvo .for_pro {
    margin-top: 30px; }
    .proizvodstvo .for_pro .photo {
      background: #999999 top center no-repeat;
      width: 350px;
      height: 450px;
      background-size: cover;
      position: relative;
      border-radius: 10px;
      box-shadow: 0 0 50px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 990px) {
        .proizvodstvo .for_pro .photo {
          width: calc(100% / 3 - 7px);
          height: calc(30vh + 20px); } }
      .proizvodstvo .for_pro .photo.mini {
        height: 215px; }
        @media screen and (max-width: 990px) {
          .proizvodstvo .for_pro .photo.mini {
            width: calc(100% / 3);
            height: 15vh; } }
        .proizvodstvo .for_pro .photo.mini:nth-child(1) {
          margin-bottom: 20px; }
      .proizvodstvo .for_pro .photo > .in_photo {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: top center no-repeat;
        background-size: cover;
        transition: .2s;
        opacity: 0;
        border-radius: 10px; }
        .proizvodstvo .for_pro .photo > .in_photo.show {
          opacity: 1; }
    @media screen and (max-width: 990px) {
      .proizvodstvo .for_pro > div {
        width: calc(100% / 3 - 7px); }
        .proizvodstvo .for_pro > div .photo {
          width: 100% !important; } }

.material {
  background: #ffffff;
  padding: 100px 0; }
  @media screen and (max-width: 990px) {
    .material {
      padding: 40px 20px; } }
  .material hgroup {
    text-align: center;
    color: #0d0c11; }
    .material hgroup h5 {
      font-size: 26px;
      line-height: 26px;
      text-transform: uppercase;
      font-family: 'Days'; }
      @media screen and (max-width: 990px) {
        .material hgroup h5 {
          font-size: 20px;
          line-height: 1; } }
    .material hgroup h6 {
      font-size: 22px; }
      @media screen and (max-width: 990px) {
        .material hgroup h6 {
          font-size: 16px;
          line-height: 1;
          margin-top: 10px; } }
  .material__content {
    flex-wrap: wrap;
    margin-top: 30px; }
    @media screen and (max-width: 990px) {
      .material__content {
        justify-content: flex-start; } }
  .material__block {
    width: 200px;
    height: 120px;
    border: 1px #ebeae3 solid;
    position: relative;
    background: center no-repeat;
    background-size: 100px;
    margin: 0 10px;
    margin-bottom: 60px;
    border-radius: 10px; }
    @media screen and (max-width: 990px) {
      .material__block {
        width: calc(100% / 3 - 7px);
        height: 80px;
        background-size: 50px;
        margin: 0;
        margin-right: 10px;
        margin-bottom: 10px; }
        .material__block:nth-child(3n) {
          margin-right: 0; } }
    .material__block-span {
      position: absolute;
      top: 130px;
      display: block;
      left: 0;
      text-align: center;
      width: 200px; }
      @media screen and (max-width: 990px) {
        .material__block-span {
          display: none; } }

.contacts {
  width: 100%;
  background: #ffffff;
  padding: 100px 0;
  padding-top: 0; }
  @media screen and (max-width: 990px) {
    .contacts {
      padding: 40px 20px; } }
  .contacts .hgroup {
    margin-left: -76px;
    margin-top: -91px; }
    @media screen and (max-width: 990px) {
      .contacts .hgroup {
        margin: 0;
        margin-left: -6px; }
        .contacts .hgroup__char {
          margin-right: 20px; }
        .contacts .hgroup__sans {
          font-size: 18px;
          line-height: 1; } }
  @media screen and (max-width: 990px) {
    .contacts .center {
      flex-direction: column; } }
  .contacts__map {
    background: #ffffff;
    height: 400px;
    width: 50%;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1); }
    @media screen and (max-width: 990px) {
      .contacts__map {
        width: 100%; } }
  .contacts__content {
    height: 400px;
    width: calc(50% - 20px);
    position: relative; }
    @media screen and (max-width: 990px) {
      .contacts__content {
        width: 100%;
        height: auto;
        margin-top: 20px; } }
  .contacts__phones {
    margin-top: 50px; }
    @media screen and (max-width: 990px) {
      .contacts__phones {
        margin-top: 20px; } }
    .contacts__phones b {
      font-weight: normal; }
    .contacts__phones .nomer {
      font-size: 30px;
      line-height: 30px;
      font-family: 'Days';
      margin: 10px 0; }
    .contacts__phones .mail {
      text-decoration: underline; }

.footer {
  background: #0d0c11;
  color: #ffffff; }
  .footer .center {
    color: #ffffff;
    height: 60px; }
    @media screen and (max-width: 990px) {
      .footer .center {
        height: auto;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 20px; } }
  @media screen and (max-width: 990px) {
    .footer-right {
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start; } }
  .footer-right__item {
    margin-left: 20px;
    font-size: 16px; }
    @media screen and (max-width: 990px) {
      .footer-right__item {
        margin-left: 0; } }
  .footer-right div,
  .footer-right a {
    display: inline-flex; }
    @media screen and (max-width: 990px) {
      .footer-right div,
      .footer-right a {
        margin-bottom: 10px; }
        .footer-right div:nth-last-child(1),
        .footer-right a:nth-last-child(1) {
          margin-bottom: 0; } }
  .footer__logo {
    text-transform: uppercase;
    font-family: 'Days';
    font-size: 22px; }
    .footer__logo b {
      color: #ffc331; }
    @media screen and (max-width: 990px) {
      .footer__logo {
        margin-bottom: 20px; } }
  .footer .material-icons {
    color: #ffc331;
    margin-right: 5px;
    cursor: default;
    font-size: 24px; }

.weare {
  padding: 100px 0;
  min-height: 100vh;
  background: #ffffff; }
  @media screen and (max-width: 990px) {
    .weare {
      padding: 40px 20px;
      padding-bottom: 30px;
      min-height: auto; }
      .weare .hgroup {
        flex-direction: column; }
        .weare .hgroup__char {
          margin-left: -6px; } }
  .weare__categories {
    border-bottom: 1px solid #e5e5e5;
    flex-wrap: wrap;
    margin-top: 30px;
    padding: 20px 0;
    font-size: 14px; }
    @media screen and (max-width: 990px) {
      .weare__categories {
        justify-content: center;
        border-bottom: 0;
        margin-top: 0;
        margin-bottom: 20px;
        padding: 0; } }
    .weare__categories-item {
      padding: 10px 15px;
      cursor: pointer; }
      .weare__categories-item--active {
        background: #ffc331;
        border-radius: 10px;
        transition: .2s; }
  .weare .galary {
    margin-top: 50px; }
    @media screen and (max-width: 990px) {
      .weare .galary {
        flex-direction: column;
        margin-top: 0; } }
    .weare .galary .big_img {
      width: 50%;
      height: 430px;
      background: center no-repeat;
      background-size: cover;
      position: relative;
      border-radius: 10px;
      overflow: hidden; }
      @media screen and (max-width: 990px) {
        .weare .galary .big_img {
          width: 100%;
          height: 350px;
          margin-bottom: 20px; } }
      .weare .galary .big_img > div {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 20px;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.7));
        color: #ffffff;
        width: 100%;
        text-align: center; }
  .weare .loop_galary {
    width: 520px; }
    @media screen and (max-width: 990px) {
      .weare .loop_galary {
        width: calc(100vw - 40px); } }
  .weare .images {
    width: 520px; }
    @media screen and (max-width: 990px) {
      .weare .images {
        width: calc(100vw - 40px); } }
    .weare .images .row.mb {
      margin-bottom: 20px; }
      @media screen and (max-width: 990px) {
        .weare .images .row.mb {
          margin-bottom: 10px; } }
    .weare .images .img {
      width: calc(50% - 10px);
      height: 175px;
      background: center no-repeat;
      background-size: cover;
      cursor: pointer;
      border-radius: 10px; }
      @media screen and (max-width: 990px) {
        .weare .images .img {
          width: calc(50% - 5px); } }
      .weare .images .img p {
        display: none; }
  .weare .owl-prev,
  .weare .owl-next {
    position: absolute;
    width: 37px;
    height: 22px;
    border: 0;
    bottom: -40px;
    font-size: 50px;
    transition: .2s;
    z-index: 777; }
  .weare .owl-prev {
    left: 20px;
    background: transparent url(../img/left1.png); }
  .weare .owl-next {
    right: 20px;
    background: transparent url(../img/right1.png); }
  .weare .owl-dots {
    bottom: -36px;
    z-index: 200;
    width: 100%;
    left: 0;
    position: absolute; }
    .weare .owl-dots .owl-dot span {
      display: block;
      background: none !important;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      border: 2px #e5e5e5 solid !important;
      margin: 0 5px; }
    .weare .owl-dots .owl-dot.active span {
      background: #ffc331 !important;
      border-color: #ffc331 !important; }

.page {
  padding: 100px 0;
  background: #ffffff; }
  .page h2 {
    font-family: Days;
    color: #ffc331;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 30px; }

/*# sourceMappingURL=styles.css.map */
