@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
@import url("https://fonts.googleapis.com/css?family=Raleway:200,400,400i,500,500i,700,900");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.ba-container, .ba-container-center {
  margin-left: auto;
  margin-right: auto; }

img {
  max-width: 100%;
  height: auto; }

html {
  height: 100%; }

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

/* Text align */
.ba-text-left {
  text-align: left; }

.ba-text-right {
  text-align: right; }

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

/* Absolute centering */
.ba-relative {
  position: relative;
  z-index: 1; }

/* Circle element */
.ba-circle {
  border-radius: 50%; }

/* Flex grid */
.ba-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -30px; }

.ba-row + .ba-row {
  margin-top: 30px; }

.ba-row > [class*='ba-col-'] {
  padding-left: 30px; }

.ba-row--collapse {
  margin-left: 0; }

.ba-row--collapse + .ba-row--collapse {
  margin-top: 0; }

.ba-row--collapse > [class*="ba-col-"] {
  padding-left: 0; }

.ba-col-12 {
  width: 100%; }

.ba-col-11 {
  width: 91.6666%; }

.ba-col-10 {
  width: 83.3333%; }

.ba-col-9 {
  width: 75%; }

.ba-col-8 {
  width: 66.6666%; }

.ba-col-7 {
  width: 58.33%; }

.ba-col-6 {
  width: 50%; }

.ba-col-5 {
  width: 41.66%; }

.ba-col-4 {
  width: 33.333%; }

.ba-col-3 {
  width: 25%; }

.ba-col-2 {
  width: 16.666%; }

.ba-col-1 {
  width: 8.3333%; }

/* Phone landscape and bigger */
.ba-col-small-12 {
  width: 100%; }

.ba-col-small-11 {
  width: 91.6666%; }

.ba-col-small-10 {
  width: 83.3333%; }

.ba-col-small-9 {
  width: 75%; }

.ba-col-small-8 {
  width: 66.6666%; }

.ba-col-small-7 {
  width: 58.33%; }

.ba-col-small-6 {
  width: 50%; }

.ba-col-small-5 {
  width: 41.66%; }

.ba-col-small-4 {
  width: 33.333%; }

.ba-col-small-3 {
  width: 25%; }

.ba-col-small-2 {
  width: 16.666%; }

.ba-col-small-1 {
  width: 8.3333%; }

/* Tablet and bigger */
@media (min-width: 640px) {
  .ba-col-medium-12 {
    width: 100%; }
  .ba-col-medium-11 {
    width: 91.6666%; }
  .ba-col-medium-10 {
    width: 83.3333%; }
  .ba-col-medium-9 {
    width: 75%; }
  .ba-col-medium-8 {
    width: 66.6666%; }
  .ba-col-medium-7 {
    width: 58.33%; }
  .ba-col-medium-6 {
    width: 50%; }
  .ba-col-medium-5 {
    width: 41.66%; }
  .ba-col-medium-4 {
    width: 33.333%; }
  .ba-col-medium-3 {
    width: 25%; }
  .ba-col-medium-2 {
    width: 16.666%; }
  .ba-col-medium-1 {
    width: 8.3333%; } }

/* Desktop and bigger */
@media (min-width: 1024px) {
  .ba-col-large-12 {
    width: 100%; }
  .ba-col-large-11 {
    width: 91.6666%; }
  .ba-col-large-10 {
    width: 83.3333%; }
  .ba-col-large-9 {
    width: 75%; }
  .ba-col-large-8 {
    width: 66.6666%; }
  .ba-col-large-7 {
    width: 58.33%; }
  .ba-col-large-6 {
    width: 50%; }
  .ba-col-large-5 {
    width: 41.66%; }
  .ba-col-large-4 {
    width: 33.333%; }
  .ba-col-large-3 {
    width: 25%; }
  .ba-col-large-2 {
    width: 16.666%; }
  .ba-col-large-1 {
    width: 8.3333%; } }

@media (min-width: 1200px) {
  .ba-col-xlarge-12 {
    width: 100%; }
  .ba-col-xlarge-11 {
    width: 91.6666%; }
  .ba-col-xlarge-10 {
    width: 83.3333%; }
  .ba-col-xlarge-9 {
    width: 75%; }
  .ba-col-xlarge-8 {
    width: 66.6666%; }
  .ba-col-xlarge-7 {
    width: 58.33%; }
  .ba-col-xlarge-6 {
    width: 50%; }
  .ba-col-xlarge-5 {
    width: 41.66%; }
  .ba-col-xlarge-4 {
    width: 33.333%; }
  .ba-col-xlarge-3 {
    width: 25%; }
  .ba-col-xlarge-2 {
    width: 16.666%; }
  .ba-col-xlarge-1 {
    width: 8.3333%; } }

/* Typography */
a,
input[type="submit"],
input[type="button"],
button {
  font-weight: 700;
  text-decoration: none;
  color: #ffffff;
  padding: 0;
  -webkit-transition: color .3s ease-in, border-color .3s ease-in, background-color .3s ease-in, opacity .3s ease-in;
  -o-transition: color .3s ease-in, border-color .3s ease-in, background-color .3s ease-in, opacity .3s ease-in;
  transition: color .3s ease-in, border-color .3s ease-in, background-color .3s ease-in, opacity .3s ease-in; }
  a:hover,
  input[type="submit"]:hover,
  input[type="button"]:hover,
  button:hover {
    color: #ef4836; }

input[type="submit"],
input[type="button"],
button,
.ba-button {
  background: transparent; }

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="tel"],
textarea,
select {
  background-color: #131313;
  width: 50%;
  border: none;
  border-bottom: 1px solid #525252;
  letter-spacing: 0.06em;
  color: #fff;
  padding: 13px 10px;
  margin-bottom: 10px;
  -webkit-transition: color .3s ease-in, border-color .3s ease-in, background-color .3s ease-in, opacity .3s ease-in;
  -o-transition: color .3s ease-in, border-color .3s ease-in, background-color .3s ease-in, opacity .3s ease-in;
  transition: color .3s ease-in, border-color .3s ease-in, background-color .3s ease-in, opacity .3s ease-in; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.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; }

body {
  font: 400 17px/1.5 'Raleway', sans-serif;
  background: #020407;
  color: #ffffff; }

/* Layout */
.ba-container {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1200px; }

.ba-intro {
  background: url(../img/intro_background.jpg) no-repeat 50% 100%;
  background-size: cover;
  padding: 220px 0 200px 0; }

.ba-header {
  position: fixed;
  z-index: 2;
  left: 0;
  top: 48px;
  right: 0; }
  .ba-header--bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.ba-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none; }
  .ba-menu li {
    padding-left: 44px;
    line-height: 1; }

@media screen and (min-width: 768px) {
  .ba-menu-toggle {
    display: none; } }

@media screen and (max-width: 767px) {
  .ba-logo {
    position: relative;
    z-index: 2; }
  .ba-menu {
    z-index: 1;
    display: block;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 200px;
    padding: 150px 30px 30px 0;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    background: #020407; }
  .ba-menu li {
    padding: 0 0 20px 15px; }
  .ba-menu.open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  .ba-menu-toggle {
    padding: 0;
    background: none;
    border: none;
    line-height: 1;
    height: auto;
    color: #fff; }
  .ba-menu-toggle:hover {
    background: none;
    color: #ef4836;
    outline: none; }
  .ba-menu-toggle svg {
    fill: currentColor; } }

.ba-menu a {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 0.045em; }

.ba-menu a:hover {
  color: #ef4836; }

@media screen and (max-width: 1024px) {
  .ba-intro__content {
    margin-left: 30px; } }

.ba-container__intro {
  margin-top: 80px; }
  .ba-container__intro:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 322px;
    left: 530px;
    width: 6.5%;
    height: 1.5px;
    background: #ffffff; }

@media screen and (max-width: 1024px) {
  .ba-container__intro:after {
    display: none; } }

.ba-title__intro {
  font-size: 48px;
  font-weight: 200;
  line-height: 66px;
  text-transform: uppercase;
  letter-spacing: 1.92px;
  margin-bottom: 7px; }

.ba-intro__inner {
  font-size: 16px;
  font-weight: 200;
  line-height: 32px;
  letter-spacing: 1.35px;
  margin-top: -42px;
  margin-left: -15px; }

.ba-intro__content {
  margin-bottom: 30px; }

.ba-title {
  position: absolute;
  font-size: 124px;
  text-transform: uppercase;
  opacity: 0.1;
  font-weight: 900; }

.ba-about {
  position: relative;
  margin-bottom: 175px; }
  .ba-about:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 160px;
    left: 150px;
    width: 3.5%;
    height: 1.5px;
    background: #ffffff; }
  .ba-about--background {
    position: relative;
    padding: 120px 0 70px;
    background: url(../img/about_background.jpg) no-repeat 50%/cover; }
  .ba-about__photo {
    margin-top: -265px; }
  .ba-about__content {
    padding: 0 65px 30px; }
  .ba-about p {
    padding-bottom: 20px;
    line-height: 30px; }
  .ba-about--title {
    top: -220px;
    left: 0; }

@media screen and (max-width: 1024px) {
  .ba-about:after {
    display: none; } }

.ba-works {
  margin-bottom: 190px; }

.ba-container__works {
  position: relative; }

.ba-works--title {
  top: -190px;
  left: 5px; }

.ba-container__services {
  position: relative; }

.ba-services--title {
  position: absolute;
  top: -200px;
  right: 0; }

.ba-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.ba-services__title {
  font-size: 24px;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 1.44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px; }
  .ba-services__title img {
    padding-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.ba-services__item {
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.84px; }
  .ba-services__item p {
    margin: 5px 0 25px 0; }

.ba-services__menu {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 173px; }
  .ba-services__menu li {
    padding-left: 33px; }

@media screen and (max-width: 640px) {
  .ba-services__menu {
    margin-top: 50px;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.ba-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  .ba-line img {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -o-object-fit: cover;
    object-fit: cover;
    padding: 5px; }

.ba-testimonial {
  padding-top: 75px;
  margin-bottom: 99px;
  position: relative; }
  .ba-testimonial p {
    padding-bottom: 10px; }

.ba-testimonial__content {
  margin: 120px 0 0 0; }

.ba-slider__testimonial {
  padding-top: 35px; }

.ba-testimonial-slider:after {
  content: "“";
  font-size: 150px;
  line-height: 1;
  font-weight: 900;
  position: absolute;
  top: 110px;
  left: 600px;
  z-index: 0;
  color: #da3e2d; }

.ba-testimonial-slider:before {
  content: '';
  position: absolute;
  top: 155px;
  left: 500px;
  width: 7%;
  height: 1px;
  background: #ffffff; }

@media screen and (max-width: 1024px) {
  .ba-testimonial-slider:after, .ba-testimonial-slider:before {
    display: none; } }

.ba-container__testimonial {
  position: relative;
  background: #ef4836; }

.ba-testimonial--title {
  top: -230px;
  right: 0; }

@media screen and (min-width: 1200px) {
  .ba-img-slider {
    margin-top: -190px;
    margin-bottom: -190px;
    padding-left: 41px;
    width: 100%; } }

.ba-slider-arrows {
  text-align: right; }

.ba-slider-arrows .ba-btn {
  display: inline-block;
  background-color: transparent;
  border: none;
  padding: 0; }

.ba-slider-arrows .ba-btn:focus {
  outline: none; }

.ba-slider-arrows .ba-btn svg {
  width: 30px;
  height: 25px;
  fill: #c23526;
  margin-left: 0; }

.ba-slider-arrows .ba-btn svg:hover {
  fill: #fff; }

.ba-logo {
  padding-bottom: 96px; }
  .ba-logo img {
    opacity: 0.2; }

.ba-contact__item {
  background: #2362bb; }

.ba-contacts {
  list-style: none;
  padding: 65px 77px 38px;
  margin: 0; }
  .ba-contacts li {
    margin-bottom: 30px; }
  .ba-contacts__title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px; }
  .ba-contacts P {
    margin: 0; }

.ba-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.ba-container__contact {
  padding-left: 0;
  background-color: #131313; }

.ba-width-30 {
  width: 30%; }

.ba-width-70 {
  width: 70%; }

.ba-width-47 {
  width: 47%; }

.ba-width-53 {
  width: 51%; }

.ba-contact__title {
  font-size: 30px;
  font-weight: 200;
  line-height: 32px;
  letter-spacing: 1.8px; }

.ba-contact__form {
  padding: 20px 0 0 30px; }

.ba-contacts-form {
  padding-bottom: 25px; }

.ba-contact__link {
  font-size: 18px;
  font-weight: 700;
  line-height: 66px;
  letter-spacing: 0.72px; }

.ba-footer {
  text-align: center;
  padding: 30px 0;
  margin-left: -32px; }
  .ba-footer__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .ba-footer p {
    color: #565656;
    font-size: 14px;
    font-weight: 400;
    line-height: 66px;
    letter-spacing: 1.12px;
    margin-left: 16px; }
  .ba-footer__socials ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .ba-footer__socials ul li {
      padding-left: 16px; }
  .ba-footer__socials svg {
    width: 15px;
    height: 15px;
    fill: #fff; }

@media screen and (min-width: 640px) {
  .ba-footer {
    padding: 30px 0;
    margin-left: -32px; }
    .ba-footer__bar {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .ba-footer__bar__logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
    .ba-footer__socials {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .ba-footer__socials ul {
        list-style: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .ba-footer__socials ul li {
          padding-left: 16px; } }

.footer__socials--icon:hover svg {
  fill: #2866bd; }

@media screen and (max-width: 1024px) {
  .ba-title {
    font-size: 60px;
    top: -100px; }
  .ba-intro,
  .ba-about--background,
  .ba-testimonial {
    padding: 20px 0 20px; }
  .ba-about,
  .ba-logo,
  .ba-works,
  .ba-testimonial {
    margin-bottom: 30px; }
  .ba-testimonial__content {
    margin-top: 30px; }
  .ba-container__contact,
  .ba-about__content {
    padding-left: 30px; }
  .ba-contact__form,
  .ba-footer__logo {
    padding-left: 30px; }
  .ba-about__photo {
    margin-top: 0; } }
