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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul, li {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

a,
a:hover {
  text-decoration: none; }

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

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none !important; }

body {
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased; }

button,
input[type=cancel],
input[type=reset],
input[type=submit]:hover {
  cursor: pointer; }

input[type=file],
input[type=password],
input[type=submit],
input[type=text],
input[type=email],
input[type=search],
textarea,
select {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: auto; }

select::ms-expand {
  display: none; }

input::-ms-clear {
  display: none; }

/**************
END RESETT CSS
****************/
@font-face {
  font-family: "PTSans";
  src: url("../font/PTSans-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 700; }
@font-face {
  font-family: "PTSans";
  src: url("../font/PTSans-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400; }
@font-face {
  font-family: "PTSansNarrow";
  src: url("../font/PTSans-NarrowBold.woff") format("woff");
  font-style: normal;
  font-weight: 700; }
@font-face {
  font-family: "PTSansNarrow";
  src: url("../font/PTSans-Narrow.woff") format("woff");
  font-style: normal;
  font-weight: 400; }
@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto-Black.woff") format("woff");
  font-style: normal;
  font-weight: 900; }
@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 700; }
@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto-Medium.woff") format("woff");
  font-style: normal;
  font-weight: 600; }
@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400; }
@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto-Light.woff") format("woff");
  font-style: normal;
  font-weight: 300; }
@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto-Thin.woff") format("woff");
  font-style: normal;
  font-weight: 200; }
@font-face {
  font-family: "RobotoCn";
  src: url("../font/Roboto-BoldCondensed.woff") format("woff");
  font-style: normal;
  font-weight: 700; }
@font-face {
  font-family: "RobotoCn";
  src: url("../font/Roboto-Condensed.woff") format("woff");
  font-style: normal;
  font-weight: 400; }
@font-face {
  font-family: "Georgia";
  src: url("../font/GeorgiaBold.woff") format("woff");
  font-style: normal;
  font-weight: 700; }
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

:root {
  --blue: #0e50cc;
  --light-blue: #2887c3; }

html, body {
  min-height: 100%; }

html {
  font-size: 10px;
  font-family: sans-serif; }

body {
  font-family: "PTSans"; }

a {
  color: #000;
  -webkit-transition: all .2s;
  transition: all .2s; }
  a:hover {
    color: var(--blue); }

.wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-x: hidden; }

.container,
.container-lg {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px; }

.container-lg {
  max-width: 1600px; }

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

.footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .flex--wrap {
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap; }
  .flex--center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .flex--between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.block-title {
  font-size: 48px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 70px;
  position: relative;
  z-index: 2; }
  .block-title::after {
    content: '';
    width: 50px;
    height: 7px;
    background-color: #2887c3;
    position: absolute;
    top: calc(100% + 30px);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .block-title--left {
    text-align: left; }
    .block-title--left::after {
      width: 25%;
      min-width: 50px;
      left: 0;
      -webkit-transform: translateX(0);
              transform: translateX(0); }

p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 1.5em; }
  p:last-child {
    margin-bottom: 0; }

.light-grey {
  background-color: #fafafa; }

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--blue);
  color: #fff;
  font-size: 16px;
  padding: 15px 35px 15px 15px;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s; }
  .btn::before {
    content: '';
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 21px;
    height: 11px;
    background: transparent url("../img/ico/burger.png") left top no-repeat;
    background-size: contain;
    margin-right: 30px; }
  .btn:hover {
    color: #fff;
    background-color: rgba(14, 80, 204, 0.8);
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
    -webkit-box-shadow: 0 20px 20px -10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 20px 20px -10px rgba(0, 0, 0, 0.2); }
  .btn--uppercase {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700; }
  .btn--callback {
    padding-top: 12px;
    padding-bottom: 12px; }
    .btn--callback::before {
      width: 22px;
      height: 20px;
      background: transparent url("../img/ico/phone_white.png") left top no-repeat; }

.text-center {
  text-align: center; }

::-webkit-input-placeholder {
  font-family: "PTSans";
  font-size: 16px;
  font-weight: 400;
  color: #000; }

::-moz-placeholder {
  font-family: "PTSans";
  font-size: 16px;
  font-weight: 400;
  color: #000; }

/* Firefox 19+ */
:-moz-placeholder {
  font-family: "PTSans";
  font-size: 16px;
  font-weight: 400;
  color: #000; }

/* Firefox 18- */
:-ms-input-placeholder {
  font-family: "PTSans";
  font-size: 16px;
  font-weight: 400;
  color: #000; }

/* хром, сафари */
.element::-webkit-scrollbar {
  width: 0; }

/* ie 10+ */
.element {
  -ms-overflow-style: none; }

/* фф (свойство больше не работает, других способов тоже нет)*/
.element {
  overflow: -moz-scrollbars-none; }

/*Header*/
.header {
  padding: 15px 0; }

.logo {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 140px; }
  .logo:hover img {
    -webkit-filter: opacity(0.7);
            filter: opacity(0.7); }
  .logo img {
    width: 100%;
    -webkit-transition: -webkit-filter .2s;
    transition: -webkit-filter .2s;
    transition: filter .2s;
    transition: filter .2s, -webkit-filter .2s; }

.header__nav {
  padding-left: 5em;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.header__top {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 3em; }

.mail {
  font-size: 16px;
  color: #000;
  margin-right: 50px; }
  .mail::before {
    content: '';
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 1.4375em;
    height: .875em;
    background: transparent url("../img/ico/mail.png") left top no-repeat;
    background-size: contain;
    margin-right: .4em; }
  .mail:hover span {
    border-bottom-color: transparent;
    color: var(--blue); }
  .mail span {
    display: inline-block;
    padding-bottom: 2px;
    border-bottom: 1px dashed #000;
    -webkit-transition: all .2s;
    transition: all .2s; }

.phone {
  font-size: 20px;
  font-family: "Roboto";
  color: #000;
  margin-right: 50px; }
  .phone::before {
    content: '';
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 1em;
    height: 1em;
    background: transparent url("../img/ico/phone_blue.png") left top no-repeat;
    background-size: contain;
    margin-right: .5em; }
  .phone:hover {
    color: var(--blue); }

.social li {
  padding: 0 10px; }
  .social li a:hover img {
    -webkit-filter: opacity(0.7);
            filter: opacity(0.7); }
  .social li a img {
    width: 100%;
    max-width: 30px;
    -webkit-transition: -webkit-filter .2s;
    transition: -webkit-filter .2s;
    transition: filter .2s;
    transition: filter .2s, -webkit-filter .2s; }

.header__menu {
  padding-top: 15px;
  border-top: 1px solid #e3e3e3; }
  .header__menu .btn {
    margin-left: 10%; }

.menu {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 16px;
  text-transform: uppercase; }
  .menu a.active {
    color: var(--blue); }

.menu-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: none; }

.menu-btn {
  width: 30px; }
  .menu-btn.active span {
    background-color: var(--blue); }
  .menu-btn span {
    display: block;
    height: 3px;
    margin-bottom: 7px;
    background-color: #000; }
    .menu-btn span:last-child {
      margin-bottom: 0; }

/*main-img*/
.main-img {
  position: relative; }
  .main-img img {
    width: 100%; }

.main-img__title {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Georgia";
  font-weight: 700;
  color: #fff;
  font-size: 72px;
  text-transform: uppercase; }
  .main-img__title .title {
    font-size: 1em;
    margin-bottom: .3em; }
  .main-img__title .subtitle {
    font-size: .4722em; }

.main-img-inner {
  position: relative; }
  .main-img-inner img {
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .main-img-inner .main-img__title {
    font-size: 48px; }
  .main-img-inner .title {
    margin-bottom: 0; }
    .main-img-inner .title .date {
      text-align: center;
      margin-top: 15px;
      font-size: 0.5em; }
  .main-img-inner .subtitle {
    width: 90%;
    max-width: 990px;
    margin: 3.333em auto 0;
    font-size: .375em;
    line-height: 2;
    font-family: "PTSans";
    font-weight: 400;
    text-align: center;
    text-transform: initial; }

/*grid*/
.grid {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .grid-z {
    z-index: 1; }

.grid-col {
  width: 10%;
  border-right: 1px solid #e6e6e6; }
  .grid-col:last-child {
    border-right: none; }

/*content*/
section {
  position: relative; }
  section .container {
    position: relative;
    z-index: 1; }

.white {
  background-color: #fff; }

.about-section {
  padding-bottom: 120px; }
  .about-section .project-gallery {
    max-width: 800px; }

.about {
  padding: 120px 0 150px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.about__descr {
  width: 65%;
  padding-right: 10%; }

.about__img {
  width: 32.5%;
  padding-right: 35px;
  padding-bottom: 35px;
  position: relative; }
  .about__img:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #2887c3;
    z-index: 1; }
  .about__img::after {
    content: '';
    width: 100%;
    height: 100%;
    background: transparent url("../img/ico/plus.png") left top;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(-50px, 60px);
            transform: translate(-50px, 60px); }
  .about__img img {
    position: relative;
    max-width: 100%;
    z-index: 1; }

.service {
  padding-top: 125px;
  padding-bottom: 50px; }
  .service .block-title {
    margin-bottom: 120px; }

.service-container {
  position: relative; }
  .service-container::before {
    content: '';
    width: 85px;
    height: calc(100% - 40px);
    background: transparent url("../img/line_left.png") left top no-repeat;
    background-size: contain;
    position: absolute;
    top: 20px;
    left: 45px; }
  .service-container::after {
    content: '';
    width: 85px;
    height: calc(100% - 40px);
    background: transparent url("../img/line_right.png") left top no-repeat;
    background-size: contain;
    position: absolute;
    top: 20px;
    right: 45px; }
  .service-container--inner::before, .service-container--inner::after {
    display: none; }

.projects {
  position: relative;
  padding: 100px 20px;
  z-index: 1; }
  .projects .block-title {
    margin-bottom: 120px; }

.projects__content {
  max-width: 840px;
  margin: 0 auto 70px; }
  .projects__content:nth-child(odd) .projects__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    .projects__content:nth-child(odd) .projects__item .project__img::before {
      left: -20px; }

.project-gallery__item img {
  max-height: 150px; }

.projects__item {
  max-width: 840px;
  margin: 0 auto 70px;
  background-color: #fafafa; }

.project__img {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 300px;
  position: relative; }
  .project__img::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 30px;
    left: 20px;
    background: transparent url("../img/ico/plus.png") left top; }
  .project__img img {
    position: relative;
    width: 100%;
    z-index: 1; }

.project__descr {
  padding: 40px 35px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.project__title {
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 40px; }

.show-all-container {
  margin-top: 90px; }

.show-all {
  display: inline-block;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  padding-bottom: 7px;
  border-bottom: 5px solid var(--blue); }

.feature {
  background: #182033 url("../img/feature.jpg") center top no-repeat;
  background-size: cover;
  padding: 100px 0 25px; }
  .feature .block-title {
    color: #fff;
    margin-bottom: 120px; }

.features__list {
  margin: 0 -25px; }
  .features__list li {
    width: 33.3333%;
    padding: 0 25px;
    margin-bottom: 60px; }

.feature__item {
  color: #fff; }
  .feature__item p {
    font-size: 16px; }

.feature__num {
  margin-bottom: 10px; }
  .feature__num img {
    max-width: 100%; }

.feature__title {
  font-family: "Roboto";
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 25px;
  height: 45px; }

.review-block {
  padding: 110px 0 85px; }
  .review-block .block-title {
    margin-bottom: 110px; }
  .review-block .show-all-container {
    margin-top: 0; }

.reviews__list {
  margin: 0 -15px; }
  .reviews__list li {
    width: 25%;
    padding: 0 15px;
    margin-bottom: 70px; }

.review__img {
  margin-bottom: 20px; }
  .review__img img {
    width: 100%; }

.name {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 10px; }

.post {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 15px; }

.review__item p {
  font-size: 16px;
  line-height: 1.5; }

.contact {
  padding: 95px 0;
  background: #fafafa url("../img/ico/dott.jpg") left top; }
  .contact .block-title {
    margin-bottom: 95px; }

.contact__form {
  width: 55%;
  background-color: #fff;
  position: relative;
  padding: 50px 20px 40px; }
  .contact__form::before {
    content: '';
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    position: absolute;
    left: 10px;
    top: 10px;
    background: transparent url("../img/contact-line.png") left top no-repeat;
    background-size: 100% 100%; }

.contact__form__title {
  font-size: 30px;
  max-width: 530px;
  margin: 0 auto 35px;
  position: relative;
  z-index: 1; }

.form {
  position: relative;
  z-index: 1;
  background-color: #fff;
  max-width: 530px;
  margin: 0 auto; }
  .form .btn-container {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    margin-top: 40px; }
  .form .btn {
    border: none;
    outline: none; }

.input-row .input-wrapper {
  width: 46%; }

.input-wrapper {
  width: 100%;
  margin-bottom: 20px;
  position: relative; }
  .input-wrapper::after {
    content: '';
    width: 20px;
    height: 5px;
    background-color: #0e50cc;
    position: absolute;
    left: 0;
    bottom: -2px; }

.input {
  display: block;
  width: 100%;
  height: 35px;
  border: none;
  outline: none;
  background-color: transparent;
  border-bottom: 1px solid #000;
  font-size: 16px;
  resize: none;
  -webkit-transition: all .2s;
  transition: all .2s; }
  .input:focus {
    border-color: var(--blue); }

textarea.input {
  height: 100px;
  padding-top: 10px; }

.contact__data {
  width: 45%;
  padding-left: 55px; }

.contact__data__title {
  font-size: 30px;
  font-weight: 400;
  position: relative;
  padding-bottom: 17px;
  margin-bottom: 30px; }
  .contact__data__title::after {
    content: '';
    width: 50px;
    height: 5px;
    background-color: #0e50cc;
    position: absolute;
    left: 0;
    bottom: 0; }

b {
  font-weight: 700; }

.contact__item {
  font-size: 18px;
  margin-bottom: 40px; }
  .contact__item:last-child {
    margin-bottom: 0; }
  .contact__item b {
    display: block;
    margin-bottom: 15px; }
  .contact__item address {
    display: block;
    line-height: 1.5; }
  .contact__item .mail, .contact__item .phone {
    margin-right: 0; }
  .contact__item a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    white-space: nowrap; }

.contact__item--phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .contact__item--phone a, .contact__item--phone .phone {
    font-size: 20px;
    font-family: "Roboto";
    margin-right: 20px; }

/*service__list*/
.service__list {
  margin: 0 -15px; }
  .service__list li {
    padding: 0 15px;
    width: 33.3333%;
    margin-bottom: 75px; }

.service__item {
  position: relative; }
  .service__item img {
    width: 100%; }
  .service__item:hover .service__descr {
    background-color: rgba(255, 255, 255, 0.9); }
    .service__item:hover .service__descr::before {
      width: 10px; }

.service__descr {
  position: absolute;
  background-color: #fff;
  top: 50px;
  left: 15px;
  padding: 30px 0 0 30px;
  -webkit-transition: all .2s;
  transition: all .2s; }
  .service__descr::before {
    content: '';
    width: 5px;
    height: 25px;
    background-color: #0e50cc;
    position: absolute;
    top: 0;
    left: 30px;
    -webkit-transition: all .2s;
    transition: all .2s; }
  .service__descr p {
    height: 160px; }

.btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transform: translateY(50%);
          transform: translateY(50%); }

.service__title {
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1.25;
  height: 47px;
  margin-bottom: 35px; }

/*numbers*/
.numbers {
  padding: 11em 0 13.4em;
  background: transparent url("../img/number/numbers_bg.jpg") left top no-repeat;
  background-size: cover; }
  .numbers .block-title {
    font-family: 'Georgia';
    color: #fff;
    font-weight: 400; }
  .numbers .numbers-block {
    color: #fff; }

.numbers-block {
  margin-top: 120px; }

.numbers__item {
  position: relative;
  width: 214px; }

.square {
  position: absolute;
  left: -36px;
  top: 0;
  width: 132px;
  height: 132px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff; }
  .square::before {
    content: '';
    height: 3px;
    width: 24px;
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: -3px; }
  .square::after {
    content: '';
    height: 24px;
    width: 3px;
    background-color: #fff;
    position: absolute;
    top: -3px;
    left: 100%; }

.number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 108px;
  margin-bottom: 14px;
  font-family: 'Georgia';
  opacity: 0;
  -webkit-transition: opacity .2s;
  transition: opacity .2s; }
  .number.active {
    opacity: 1; }

.number__text {
  display: block;
  font-size: 18px;
  line-height: 1.666; }

/*news*/
.news {
  width: 100%;
  max-width: 875px;
  margin: 0 auto;
  padding: 11em 0; }

.news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 70px; }
  .news__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }

.news__img,
.news__content {
  width: calc(50% - 15px); }

.news__img {
  position: relative; }
  .news__img::before {
    content: '';
    width: 90%;
    height: 100%;
    border: 10px solid #0a1d44;
    position: absolute;
    z-index: 0;
    top: 40px;
    left: 5%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 0; }
  .news__img::after {
    content: '';
    width: 60px;
    height: 10px;
    background-color: #0e50cc;
    position: absolute;
    top: calc(100% + 30px);
    right: 15%;
    z-index: 1; }
  .news__img img {
    width: 100%;
    display: block;
    position: relative;
    z-index: 2; }

.news__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .news__content h2 {
    font-family: 'Georgia';
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    max-height: 63px;
    overflow: hidden;
    margin-bottom: 10px; }
  .news__content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.666;
    max-height: 138px;
    overflow: hidden; }
  .news__content .btn-container {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .news__content .btn {
    font-size: 18px;
    padding: 15px 20px; }
    .news__content .btn::before {
      display: none; }
    .news__content .btn::after {
      content: '';
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 20px;
      height: 7px;
      background: transparent url("../img/ico/arrow_right.png") left top no-repeat;
      background-size: contain;
      margin-left: 15px; }

.date {
  font-size: 16px;
  margin-bottom: 1em; }

/*paginator*/
.paginator {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .paginator li {
    margin-right: 1px; }
    .paginator li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 40px;
      height: 40px;
      border: 3px solid transparent;
      font-size: 22px;
      font-weight: 700;
      color: #0e0e0e; }
      .paginator li a.active, .paginator li a:hover {
        border-color: #0e50cc; }

.prev-page:hover,
.next-page:hover {
  opacity: .8; }

/*Footer*/
.footer {
  padding: 75px 0;
  background-color: #fff; }
  .footer .header__top {
    margin-bottom: 0; }
  .footer p {
    margin-bottom: 0; }

/*media*/
@media (max-width: 1400px) {
  .header__menu .btn {
    margin-left: 5%; }

  .service-container::before,
  .service-container::after {
    display: none; }

  .contact__form {
    padding-left: 40px;
    padding-right: 40px; }

  .contact__data {
    padding-left: 25px; }

  .numbers-block {
    padding-left: 40px; }

  .number {
    font-size: 80px; }

  .number__text {
    font-size: 14px; }

  .square {
    width: 92px;
    height: 92px;
    top: -15px;
    left: -30px; } }
/*1400*/
@media (min-width: 1023px) and (max-width: 1300px) {
  .service__descr p {
    font-size: 15px;
    height: 140px; }

  .service__title {
    font-size: 20px;
    height: 40px;
    margin-bottom: 15px; } }
/*1220*/
@media (max-width: 1023px) {
  .header {
    position: relative; }

  .logo {
    width: 80px; }

  .phone {
    font-size: 17px; }

  .social li {
    padding: 0 5px; }
    .social li:last-child {
      padding-right: 0; }

  .header__top {
    margin-bottom: 15px; }

  .menu-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  .header__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    background-color: #fff;
    padding: 30px 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transform: translateY(-300%);
            transform: translateY(-300%);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 5; }
    .header__menu.active {
      visibility: visible;
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0); }

  .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 18px; }
    .menu li {
      margin-bottom: 20px; }

  .header__menu .btn {
    margin-left: 0;
    margin-top: 40px; }

  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }

  .header .header__top {
    margin: 25px 0 0; }

  .phone,
  .mail {
    margin-right: 25px; }

  .main-img__title {
    font-size: 7vw; }

  .grid,
  .about__img,
  .about__img::after,
  .contact__form::before {
    display: none; }

  .about__descr {
    width: 100%;
    padding-right: 0; }

  .block-title {
    font-size: 36px;
    margin-bottom: 50px; }
    .block-title::after {
      height: 3px;
      top: calc(100% + 10px); }

  .about {
    padding: 60px 0; }

  .service {
    padding-top: 60px; }

  .service .block-title {
    margin-bottom: 60px; }

  .service__list li,
  .features__list li {
    width: 50%; }

  .service__list li {
    margin-bottom: 100px; }

  .service__item img {
    height: 380px;
    -o-object-fit: cover;
       object-fit: cover; }

  .projects {
    padding: 60px 20px; }

  .projects .block-title,
  .feature .block-title,
  .review-block .block-title {
    margin-bottom: 60px; }

  .project__img {
    width: 200px;
    -ms-flex-item-align: start;
        align-self: flex-start; }

  .project__descr {
    padding-top: 20px; }

  .project__title {
    font-size: 28px;
    margin-bottom: 20px; }

  .feature {
    padding-top: 50px; }

  .review-block {
    padding: 50px 0; }

  .reviews__list li {
    width: 50%;
    text-align: center; }

  .review__img img {
    max-width: 300px; }

  .contact__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

  .contact__form {
    width: 100%;
    max-width: 600px;
    margin-bottom: 40px; }

  .contact__data {
    width: 100%;
    padding-left: 0; }

  .input-row .input-wrapper {
    width: 100%; }

  .contact__form {
    border: 3px solid var(--light-blue);
    padding-left: 15px;
    padding: 30px 20px; }

  .footer {
    padding: 40px 0;
    margin-top: 40px; }
    .footer .container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
    .footer .header__nav {
      padding-left: 0; }

  .copyright {
    margin-top: 20px; }

  .news__content h2 {
    font-size: 20px; }

  .news__content p,
  .news__content .btn {
    font-size: 16px; }

  .news__img::before {
    top: 20px; }

  .news__img::after {
    top: calc(100% + 10px); } }
/*1023*/
@media (max-width: 767px) {
  .header .mail {
    display: none; }

  .service__list li {
    width: 100%;
    margin-bottom: 70px; }

  .service__title {
    height: auto; }

  .project__img {
    width: 140px; }

  .reviews__list li {
    width: 100%; }

  .footer .header__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

  .footer .phone, .footer .mail {
    margin-bottom: 20px; }

  .numbers {
    padding: 40px 0; }

  .numbers-block {
    margin-top: 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

  .numbers__item {
    width: 160px; }

  .numbers__item:not(:last-child) {
    margin-bottom: 40px; }

  .news__item {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

  .news__img, .news__content {
    width: 100%;
    max-width: 450px; }

  .news__img {
    margin-bottom: 40px; }

  .news__content h2 {
    max-height: none;
    font-size: 18px; }

  .news__content p {
    max-height: 128px; }

  .paginator li {
    margin-bottom: 4px; }

  .paginator li a {
    width: 30px;
    height: 30px;
    border-width: 2px;
    font-size: 16px; } }
/*767*/
@media (max-width: 568px) {
  .header .social {
    display: none; }
  .header .phone {
    margin-right: 0; }

  .header__nav {
    padding-left: 20px; }

  .logo {
    width: 60px; }

  .service__descr p {
    font-size: 15px;
    height: auto;
    min-height: 160px; }

  .features__list li {
    width: 100%;
    text-align: center; } }
/*568*/
@media (max-width: 480px) {
  .service__list li {
    margin-bottom: 100px; }
    .service__list li:last-child {
      margin-bottom: 30px; }

  .projects__item,
  .projects__content:nth-child(odd) .projects__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

  .project__img {
    -ms-flex-item-align: center;
        align-self: center; }

  .project__descr {
    padding-left: 0;
    padding-right: 0; }

  .contact__item--phone a, .contact__item--phone .phone {
    font-size: 15px;
    margin-bottom: 15px; }

  .main-img-inner .main-img__title {
    font-size: 28px; }

  .main-img-inner {
    min-height: 140px; }

  .main-img-inner img {
    max-height: 370px; }

  .project-gallery__item img {
    height: 110px; } }
/*480*/
@media (max-width: 360px) {
  .project-gallery__item img {
    height: 80px; } }

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