﻿.okay-header-border-bottom > div {
  max-width: 1140px;
  margin: 0 auto; }

@media screen and (max-width: 768px) {
  .c-page-header {
    flex-direction: column;
    text-align: center; } }

.c-page-header__body {
  padding-top: 1em; }

@media screen and (max-width: 768px) {
  .c-page-header__title {
    font-size: 1.2em; } }

@media screen and (max-width: 768px) {
  .c-page-header__actions {
    width: 100%;
    display: flex;
    justify-content: center; } }

.c-side--for-items {
  padding-top: 4em; }
  .c-side--for-items .c-side__item {
    padding-left: 5em; }
    @media screen and (max-width: 1200px) {
      .c-side--for-items .c-side__item {
        padding-left: 1em; } }
  @media screen and (max-width: 1000px) {
    .c-side--for-items .c-side__icon {
      width: 80px; } }

