/*
Theme Name: LK
Theme URI: ''
Milena Motrawska Fotografia Artystyczna
Author: lk
Author URI: ''
Description: Elmak motyw
Version: 1.0
*/
@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto/Roboto-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto/Roboto-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto/Roboto-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic; }

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

@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto/Roboto-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto/Roboto-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto/Roboto-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto/Roboto-Thin.ttf") format("truetype");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto/Roboto-ThinItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic; }

.uneder-header {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: 9px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dbdbdb; }
  .uneder-header__info {
    display: flex;
    justify-content: center;
    font-size: 15px;
    color: #212121;
    text-align: center; }
    .uneder-header__info p {
      margin: 0;
      padding: 0 16px;
      position: relative; }
      .uneder-header__info p::after {
        content: '';
        display: inline-block;
        position: absolute;
        background: #212121;
        right: 0;
        top: 5px;
        width: 2px;
        height: 12px; }
      .uneder-header__info p:last-child::after {
        display: none; }
  .uneder-header__lang {
    position: absolute;
    right: 50px;
    top: 0; }
    .uneder-header__lang a {
      padding: 4px; }
      .uneder-header__lang a:hover {
        text-decoration: none; }
    .uneder-header__lang img {
      width: 25px;
      height: auto; }

.navbar {
  padding-bottom: 21px;
  padding-top: 10px; }
  .navbar-brand {
    padding-top: 17px;
    padding-left: 0;
    max-width: 316px;
    min-width: 316px;
    height: auto;
    cursor: pointer;
    display: inline-block; }
    .navbar-brand img {
      width: 100%;
      height: auto; }
  .navbar-nav {
    margin-left: 90px;
    margin-top: 17px;
    flex-wrap: nowrap;
    align-items: center; }
  .navbar.navbar-light .nav-item {
    margin-right: 12px; }
    .navbar.navbar-light .nav-item.active .nav-link {
      color: #005f58; }
    .navbar.navbar-light .nav-item:first-child {
      margin-right: 8px; }
      .navbar.navbar-light .nav-item:first-child .nav-link {
        padding-left: 5px; }
    .navbar.navbar-light .nav-item:last-child {
      margin-right: 0; }
  .navbar.navbar-light .nav-link {
    text-transform: uppercase;
    font-size: 18px;
    color: #212121;
    white-space: pre;
    display: flex;
    flex-wrap: nowrap;
    padding: 9px 8px;
    font-weight: 500; }
    .navbar.navbar-light .nav-link:hover {
      color: #005f58; }
  .navbar .fa-home {
    font-size: 26px;
    display: inline-block;
    margin-top: -4px;
    margin-left: 3px; }

@media (max-width: 1225px) {
  .navbar-brand {
    max-width: 290px;
    min-width: 290px; } }

@media (max-width: 1200px) {
  .navbar {
    border: none; }
    .navbar-nav {
      margin-left: 20px; }
    .navbar-brand {
      max-width: 165px;
      min-width: 165px; }
    .navbar.navbar-light .nav-item {
      margin-right: 0; }
  .uneder-header__info {
    font-size: 14px; } }

@media (max-width: 992px) {
  .uneder-header__info {
    margin-top: 13px;
    flex-direction: column;
    font-size: 12px; }
    .uneder-header__info p::after {
      display: none; }
  .uneder-header__lang {
    position: absolute;
    right: 5px;
    top: -8px; }
  .navbar {
    padding: 20px 10px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 30px; }
    .navbar-nav {
      margin-left: 0; } }

@media (max-width: 576px) {
  .navbar-brand {
    max-width: 165px;
    min-width: 165px; } }

.main__underline {
  text-align: center;
  padding-bottom: 13px;
  margin-bottom: 55px;
  position: relative; }
  .main__underline::after {
    content: '';
    display: inline-block;
    position: absolute;
    background: #767676;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -1px;
    width: 29px;
    height: 4px; }

.main__title {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 6px; }

.main__description {
  font-size: 20px;
  font-weight: 300; }

.main__btn {
  text-align: center; }

.main .container-fluid {
  padding: 0 49px; }

.jumbotron {
  padding: 4rem 2rem;
  overflow: hidden;
  height: 660px;
  background-repeat: no-repeat;
  padding-bottom: 0;
  background-color: transparent;
  border-radius: 0;
  background-position: center;
  margin-bottom: 36px; }
  .jumbotron__content {
    margin: 101px 0 53px 0; }
  .jumbotron__titles {
    color: #fff;
    margin-bottom: 25px; }
    .jumbotron__titles span {
      display: block; }
  .jumbotron__title--small {
    font-size: 48px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: -3px; }
  .jumbotron__title--big {
    font-size: 83px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: -10px; }

.main-about {
  margin-bottom: 95px; }
  .main-about__content {
    position: relative;
    margin-left: -1px;
    padding-left: 33px; }
    .main-about__content::before {
      content: '';
      display: inline-block;
      position: absolute;
      background: #005f58;
      left: 0;
      top: 4px;
      width: 5px;
      height: 99px; }
    .main-about__content h3 {
      font-size: 31px;
      margin-bottom: 5px;
      font-weight: 600; }
    .main-about__content p {
      font-size: 24.3px;
      font-weight: 300;
      margin-bottom: -5px; }

.main-offer {
  background-image: -moz-linear-gradient(90deg, white 0%, #ececec 100%);
  background-image: -webkit-linear-gradient(90deg, white 0%, #ececec 100%);
  background-image: -ms-linear-gradient(90deg, white 0%, #ececec 100%); }
  .main-offer__content {
    padding-top: 80px;
    margin-bottom: 66px; }

.why__content {
  padding-top: 55px;
  padding-bottom: 40px;
  margin-bottom: 78px; }
  .why__content__description {
    padding: 0 10px;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 26px; }

.why .main__underline {
  padding-bottom: 25px;
  margin-bottom: 43px; }

.realization {
  background-image: -moz-linear-gradient(90deg, #ececec 0%, white 100%);
  background-image: -webkit-linear-gradient(90deg, #ececec 0%, white 100%);
  background-image: -ms-linear-gradient(90deg, #ececec 0%, white 100%);
  padding-bottom: 84px; }

.btn {
  border: 2px solid #fff;
  border-radius: 0;
  text-transform: uppercase;
  padding: 13px 23px 13px 26px;
  font-size: 16px; }
  .btn span {
    margin-right: 11px; }
  .btn--white {
    color: #fff;
    border-color: #fff; }
    .btn--white:hover {
      color: #fff;
      text-shadow: 1px 0 0 #fff; }
  .btn--green {
    border-color: #029888;
    color: #029888; }
    .btn--green:hover {
      color: #029888;
      text-shadow: 1px 0 0 #029888; }

.items {
  margin-bottom: 46px; }
  .items .item__wrap {
    height: 352px;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover; }
  .items .item__footer {
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(img/shape.png);
    width: 100%;
    min-height: auto;
    background-size: 93% 100%;
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-left: 33px;
    padding-top: 18px; }
  .items .item__link:hover {
    text-decoration: none;
    text-shadow: 1px 0 0 #fff; }
  .items .item__titles {
    width: auto; }
    .items .item__titles p {
      color: #fff; }
  .items .item__title_1 {
    font-size: 21px;
    font-weight: 300;
    margin-bottom: -7px; }
  .items .item__title_2 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 27px; }

@media (max-width: 1200px) {
  .items .item__title_1 {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 0; }
  .items .item__title_2 {
    font-size: 19px; }
  .items .item__wrap {
    height: 250px; }
  .items .item__footer {
    height: auto;
    background-size: 98% 100%;
    padding-left: 12px; } }

@media (max-width: 992px) {
  .jumbotron {
    height: 490px; }
    .jumbotron__content {
      margin: 50px 0 50px 6px; }
    .jumbotron__title--small {
      margin-bottom: 0; }
    .jumbotron__title--big {
      font-size: 65px;
      margin-top: 0; }
  .items .item {
    margin-bottom: 20px; }
    .items .item__footer {
      padding-left: 8px; }
    .items .item__wrap {
      height: 200px; }
    .items .item__title_1 {
      font-size: 16px; }
    .items .item__title_2 {
      font-size: 14px; } }

@media (max-width: 576px) {
  .jumbotron {
    height: 386px; }
    .jumbotron__content {
      margin: 30px 0 30px 6px; }
    .jumbotron__title--small {
      font-size: 24px;
      margin-bottom: 0; }
    .jumbotron__title--big {
      font-size: 36px;
      margin-top: 0; }
  .items .item__wrap {
    height: 200px; }
  .items .item__title_1 {
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 0; }
  .items .item__title_2 {
    font-size: 16px; } }

.under-footer {
  display: flex;
  justify-content: space-between;
  height: 288px; }
  .under-footer__col {
    width: 49%; }
    .under-footer__col_1 {
      background: #fff;
      text-align: right;
      position: relative;
      padding-right: 15px;
      width: 48%;
      z-index: 0; }
      .under-footer__col_1__content {
        margin-top: 79px; }
    .under-footer__col_2 {
      width: 52%;
      position: relative; }
      .under-footer__col_2::before {
        content: '';
        display: inline-block;
        background-image: url(img/shape-2.png);
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 222px;
        z-index: 1;
        position: absolute;
        top: -2px;
        left: 0; }
      .under-footer__col_2__content {
        background-image: url(img/shape-1.png);
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        z-index: 2;
        height: 100%;
        margin-left: 25px;
        padding-top: 103px;
        padding-left: 171px; }
  .under-footer__title {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px; }
  .under-footer__phone {
    display: inline-block;
    color: #fff;
    margin: 0;
    padding-left: 20px;
    font-size: 50px; }
  .under-footer .fa-phone {
    display: inline-block;
    width: 60px;
    height: 60px;
    color: #1eaf89;
    background: #fff;
    font-size: 37px;
    padding-top: 13px;
    text-align: center; }
  .under-footer .btn {
    margin-right: 124px; }

.footer {
  background-color: #e4e4e4;
  padding-top: 39px;
  padding-bottom: 23px; }
  .footer__title {
    position: relative;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500; }
    .footer__title::after {
      content: '';
      display: inline-block;
      position: absolute;
      background: #029888;
      left: 0;
      margin: 0 auto;
      bottom: -13px;
      width: 38px;
      height: 2px; }
  .footer__descriptions {
    padding-top: 12px; }
  .footer__description {
    color: #212121;
    font-size: 14px;
    margin-bottom: 1px; }
  .footer__fb-link {
    margin-top: 5px;
    display: inline-block;
    font-size: 35px;
    padding: 5px;
    margin-left: -5px;
    color: #212121; }
    .footer__fb-link:hover {
      text-decoration: none;
      color: #212121;
      text-shadow: 1px 0 0 #212121; }
  .footer__logo {
    text-align: left; }
    .footer__logo a {
      display: inline-block;
      width: 251px; }
      .footer__logo a img {
        width: 100%;
        height: auto; }
  .footer__map {
    padding-left: 17px;
    margin-top: -6px; }
  .footer__contact {
    margin-top: -6px; }
  .footer .maps {
    list-style: none;
    padding: 0;
    padding-top: 10px; }
    .footer .maps .map {
      margin-bottom: -1px; }
      .footer .maps .map a {
        color: #212121;
        font-size: 14.5px; }

@media (max-width: 992px) {
  .under-footer {
    flex-direction: column;
    height: auto; }
    .under-footer__col {
      width: 100%;
      text-align: center; }
      .under-footer__col_1__content {
        margin-top: 20px;
        margin-bottom: 20px; }
      .under-footer__col_2::before {
        height: 161px; }
      .under-footer__col_2__content {
        margin-left: 0;
        padding-top: 26px;
        padding-left: 28px;
        height: 161px; }
    .under-footer__phone {
      font-size: 33px;
      display: block; }
    .under-footer .btn {
      margin-right: 0; }
  .footer__logo a {
    width: 200px;
    margin-bottom: 30px; } }

@media (max-width: 576px) {
  .footer__logo a {
    display: inline-block;
    width: 145px; }
    .footer__logo a img {
      width: 100%;
      height: auto; }
  .footer__map {
    margin: 30px 0; } }

.breadcrumb {
  color: #fff;
  background-repeat: no-repeat;
  margin-bottom: 77px; }
  .breadcrumb__content {
    padding: 55px 0 33px; }
  .breadcrumb__title {
    text-transform: uppercase;
    font-size: 44px;
    font-weight: 500; }
  .breadcrumb__lists {
    list-style: none;
    padding: 0; }
  .breadcrumb__list {
    display: inline-block; }
    .breadcrumb__list::after {
      content: "\f105";
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      padding: 0 8px; }
    .breadcrumb__list:last-child {
      font-weight: 500; }
      .breadcrumb__list:last-child::after {
        display: none; }
  .breadcrumb__link {
    color: #fff;
    font-size: 15px;
    margin-bottom: 11px; }
    .breadcrumb__link:hover {
      color: #fff;
      text-decoration: underline; }

.page {
  padding-bottom: 44px; }
  .page__underline {
    text-align: center;
    margin-bottom: 58px;
    padding-bottom: 29px;
    position: relative; }
    .page__underline::after {
      content: '';
      display: inline-block;
      position: absolute;
      background: #767676;
      left: 0;
      right: 0;
      margin: 0 auto;
      bottom: 0;
      width: 29px;
      height: 4px; }
  .page__title {
    font-weight: 300;
    font-size: 41.5px;
    text-transform: uppercase;
    margin-bottom: 7px; }
  .page__description {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 0; }
  .page__nav {
    padding-top: 3px;
    width: 345px;
    display: inline-block; }
  .page__list-title {
    text-transform: uppercase;
    font-size: 21.5px;
    font-weight: 500;
    margin-bottom: 16px;
    color: #005f58; }
  .page__lists {
    padding: 0;
    list-style: none; }
  .page__list {
    margin-bottom: 6px;
    position: relative; }
    .page__list.active, .page__list:hover {
      font-weight: 500; }
      .page__list.active .page__link, .page__list:hover .page__link {
        font-weight: 500;
        padding-left: 12px;
        color: #212121; }
      .page__list.active:before, .page__list:hover:before {
        position: absolute;
        content: "\f105";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        top: 6px;
        font-weight: 800; }
  .page__link {
    color: #212121;
    font-size: 20px;
    font-weight: 300;
    position: relative;
    display: inline-block; }
    .page__link:hover {
      color: #212121;
      text-decoration: none; }
  .page__gallery__row {
    margin-bottom: 25px; }
  .page__gallery img {
    width: auto;
    height: auto;
    max-height: 170px; }

.about {
  text-align: center; }
  .about__description {
    font-size: 16px;
    padding: 0 10px 32px;
    line-height: 25px;
    margin-bottom: 0; }

.contact {
  padding-bottom: 10px; }
  .contact__cols {
    display: flex;
    justify-content: space-between; }
  .contact__header {
    text-transform: uppercase;
    font-size: 23.5px;
    font-weight: 500;
    margin-bottom: 16px;
    color: #005f58; }
  .contact__title {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 20px; }
  .contact__descriptions {
    margin-bottom: 20px; }
  .contact__description {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 3px; }
    .contact__description i {
      margin-right: 10px; }
  .contact__map {
    height: 400px;
    width: 100%; }
    .contact__map__img {
      width: 771px;
      height: 403px;
      background-repeat: no-repeat;
      background-size: contain;
      max-width: 100%; }

.public-lists {
  padding: 0;
  list-style: none;
  margin-top: -17px;
  margin-bottom: 30px; }
  .public-lists .public-list {
    margin-bottom: 7px; }
    .public-lists .public-list a {
      color: #212121;
      font-size: 20px;
      font-weight: 300; }
      .public-lists .public-list a:hover {
        color: #212121;
        font-weight: 500;
        text-decoration: none; }
        .public-lists .public-list a:hover:before {
          content: "\f105";
          display: inline-block;
          font: normal normal normal 14px/1 FontAwesome;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          padding-right: 5px; }

.offers__content {
  margin-top: -5px;
  margin-bottom: -18px; }

.offers .offer {
  display: flex;
  margin-bottom: 62px;
  justify-content: space-between;
  margin-top: -3px; }
  .offers .offer__img {
    width: 370px; }
    .offers .offer__img img {
      width: 100%;
      height: auto; }
  .offers .offer__content {
    width: calc(100% - 402px); }
  .offers .offer__title {
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 500;
    margin-top: -7px;
    margin-bottom: 14px;
    color: #005f58; }
  .offers .offer__description {
    line-height: 26px; }

.realizes {
  padding-bottom: 15px; }
  .realizes .container-fluid {
    padding: 0 48px; }
  .realizes__content .page__underline {
    padding-bottom: 24px;
    margin-bottom: 32px; }
  .realizes .realization {
    background: transparent;
    padding-bottom: 10px; }
    .realizes .realization__title {
      text-align: center;
      font-size: 24px;
      text-transform: uppercase;
      font-weight: 500;
      color: #005f58;
      margin-bottom: 48px; }
  .realizes .items .item {
    position: relative; }
    .realizes .items .item__wrap:hover .item__hover {
      display: flex; }
    .realizes .items .item__hover {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      border: 0;
      margin: auto;
      width: 100%;
      height: 100%;
      align-items: center;
      justify-content: center;
      background-color: rgba(39, 39, 39, 0.729); }
      .realizes .items .item__hover .btn {
        margin-top: -66px; }
    .realizes .items .item__footer {
      z-index: 999; }
    .realizes .items .item__titles {
      width: 67%; }
    .realizes .items .item__title {
      font-size: 21px;
      font-weight: 300;
      margin-bottom: 24px;
      line-height: 28px; }

.news {
  padding-top: 6px; }
  .news__content {
    padding-left: 6px; }
  .news .new {
    display: flex;
    justify-content: space-between;
    margin-bottom: 61px; }
    .news .new__img {
      width: 364px; }
      .news .new__img img {
        width: 100%;
        height: auto; }
    .news .new__content {
      width: calc(100% - 392px); }
    .news .new__title-link {
      color: #212121; }
      .news .new__title-link:hover {
        color: #212121;
        text-decoration: none;
        text-shadow: 1px 0 0 #212121; }
    .news .new__title {
      font-size: 41px;
      text-transform: uppercase;
      font-weight: 300;
      line-height: 47px;
      padding-right: 43px;
      margin-top: -7px;
      margin-bottom: 25px; }
    .news .new__description {
      font-size: 16px;
      line-height: 26px; }

.single-new {
  padding-bottom: 20px; }
  .single-new__text {
    font-size: 16px;
    line-height: 25px; }
  .single-new__img.left {
    padding-right: 50px;
    padding-bottom: 40px;
    float: left; }
  .single-new__img.right {
    padding-left: 50px;
    padding-bottom: 40px;
    float: right; }
  .single-new__title {
    font-size: 25px;
    text-transform: uppercase;
    margin-top: 0;
    line-height: 22px;
    margin-bottom: 30px; }
  .single-new .single-new__img + .single-new__desc {
    margin-bottom: 50px; }

.pagination {
  justify-content: center;
  padding-top: 35px;
  margin-bottom: 43px; }
  .pagination .page-item.active {
    background-color: transparent;
    border: none; }
    .pagination .page-item.active .page-link {
      color: #fff;
      background: transparent; }
      .pagination .page-item.active .page-link::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        background: #005f58;
        display: inline-block;
        transform: skewX(30deg);
        width: 50px;
        height: 38px;
        z-index: -1; }
      .pagination .page-item.active .page-link:hover::after {
        background: #005f58; }
  .pagination .page-link {
    background-color: transparent;
    border: none;
    color: #212121;
    position: relative;
    padding: 7px 24px;
    font-size: 19px;
    font-weight: 300; }
    .pagination .page-link span {
      display: inline-block;
      margin-left: -6px;
      width: 10px; }
    .pagination .page-link:hover::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      background: #e4e4e4;
      display: inline-block;
      transform: skewX(30deg);
      width: 50px;
      height: 38px;
      z-index: -1; }

.single-realize__content {
  display: flex;
  justify-content: space-between; }

.single-realize__wrap {
  width: calc(100% - 413px);
  display: inline-block; }

.single-realize__title {
  text-align: left;
  margin-bottom: 47px;
  padding-bottom: 29px;
  position: relative;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 43px; }
  .single-realize__title::after {
    content: '';
    display: inline-block;
    position: absolute;
    background: #767676;
    left: 0;
    margin: 0 auto;
    bottom: 0;
    width: 29px;
    height: 4px; }

.single-realize__description {
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 28px; }

@media (max-width: 1200px) {
  .contact__cols {
    flex-direction: column; }
  .contact__cols-1 {
    min-width: 300px; }
  .single-realize__content {
    flex-direction: column; }
    .single-realize__content .page__nav {
      width: 100%;
      margin-bottom: 50px; }
    .single-realize__content .single-realize__wrap {
      width: 100%; } }

@media (max-width: 992px) {
  .offers .offer {
    flex-direction: column; }
    .offers .offer__content {
      width: 100%;
      margin-top: 30px; }
  .news .new {
    flex-direction: column; }
    .news .new__img {
      width: 100%;
      margin-bottom: 40px; }
      .news .new__img img {
        max-width: 400px; }
    .news .new__content {
      width: 100%; } }

body {
  font-family: 'Roboto', serif;
  color: #212121; }

@media (min-width: 1200px) {
  .container {
    max-width: 1200px; } }
