@import url("https://fonts.googleapis.com/css?family=Mate");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500&subset=cyrillic");
@font-face {
  font-family: "Proxima Nova";
  src: url(../fonts/Proxima-Nova/Proxima-Nova-Bold.otf);
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "Proxima Nova";
  src: url(../fonts/Proxima-Nova/Proxima-Nova-Regular.otf);
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Proxima Nova";
  src: url(../fonts/Proxima-Nova/Proxima-Nova-Light.otf);
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "Officina Sans Extra Bold OSC";
  src: url("../fonts/OfficinaSansBoldItalic/OfficinaSansBoldItalic.eot");
  src: url("../fonts/OfficinaSansBoldItalic/OfficinaSansBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OfficinaSansBoldItalic/OfficinaSansBoldItalic.woff") format("woff"), url("../fonts/OfficinaSansBoldItalic/OfficinaSansBoldItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 700; }

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

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

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.container {
  width: 1170px;
  margin: 0 auto;
  padding: 0 30px; }

.form {
  width: 100%;
  max-width: 340px;
  padding: 30px 40px 40px;
  -webkit-box-shadow: 1px 15px 98px rgba(0, 0, 0, 0.16);
  box-shadow: 1px 15px 98px rgba(0, 0, 0, 0.16);
  background-color: #ffffff; }
  .form h4 {
    margin: 0;
    font: 700 24px "Proxima Nova";
    text-align: center; }
  .form p {
    margin: 5px 0 0;
    font: 300 18px "Proxima Nova";
    text-align: center; }
  .form form {
    margin-top: 10px; }
  .form input {
    width: 100%;
    margin-bottom: 15px;
    padding: 12px 10px;
    background-color: #eaeaea;
    border: none;
    color: #919191;
    font: 400 12px/16px "Proxima Nova";
    text-align: center; }

.btn {
  width: 100%;
  padding: 0;
  background-color: #ed1f2e;
  border: none;
  color: #ffffff;
  font: 700 16px/50px "Proxima Nova";
  text-transform: uppercase;
  text-align: center;
  cursor: pointer; }

input:focus {
  outline: none; }

.popup {
  display: none; }

.cmn-toggle-switch {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  background: none;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s; }

.cmn-toggle-switch:focus {
  outline: none; }

.cmn-toggle-switch span {
  display: block;
  position: absolute;
  top: 19px;
  left: 4px;
  right: 4px;
  height: 2px;
  background: #fff; }

.cmn-toggle-switch span::before,
.cmn-toggle-switch span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  content: ""; }

.cmn-toggle-switch span::before {
  top: -8px; }

.cmn-toggle-switch span::after {
  bottom: -8px; }

.cmn-toggle-switch__htx span {
  -webkit-transition: background 0 0.3s;
  -o-transition: background 0 0.3s;
  transition: background 0 0.3s; }

.cmn-toggle-switch__htx span::before,
.cmn-toggle-switch__htx span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
  -o-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0;
  -o-transition-delay: 0.3s, 0;
  transition-delay: 0.3s, 0; }

.cmn-toggle-switch__htx span::before {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, -webkit-transform;
  -o-transition-property: top, transform;
  transition-property: top, transform;
  transition-property: top, transform, -webkit-transform; }

.cmn-toggle-switch__htx span::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  -o-transition-property: bottom, transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform; }

.cmn-toggle-switch__htx.active span {
  background: none; }

.cmn-toggle-switch__htx.active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.cmn-toggle-switch__htx.active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.cmn-toggle-switch__htx.active span::before,
.cmn-toggle-switch__htx.active span::after {
  -webkit-transition-delay: 0, 0.3s;
  -o-transition-delay: 0, 0.3s;
  transition-delay: 0, 0.3s; }

@media (max-width: 1199px) {
  .container {
    width: 970px;
    padding: 0 15px; } }

@media (max-width: 991px) {
  .container {
    width: 750px; } }

@media (max-width: 767px) {
  .container {
    width: 100%; } }

@media (max-width: 400px) {
  .form {
    padding: 30px 20px 40px; }
    .form h4 {
      font-size: 22px; }
    .form p {
      font-size: 16px; } }

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: #2b3442; }
  header .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  header nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0; }
  header nav a {
    display: block;
    padding: 19px 40px;
    color: #ffffff;
    font: 700 18px/18px "Proxima Nova";
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    header nav a:hover, header nav a.active {
      background-color: #374151; }
  header .call {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 160px;
    background-color: #ed1f2e;
    color: #ffffff;
    font: 400 14px "Proxima Nova"; }
    header .call span {
      border-bottom: 1px dashed #fff; }
  header .hamb {
    display: none; }

@media (max-width: 1199px) {
  header nav a {
    padding-left: 30px;
    padding-right: 30px; } }

@media (max-width: 992px) {
  header nav a {
    padding: 19px 20px;
    font-size: 16px; } }

@media (max-width: 767px) {
  header .container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  header nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    header nav.active {
      max-height: 240px; }
  header ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #2b3442;
    text-align: center; }
    header ul a {
      padding: 15px 0; }
  header .call {
    min-height: 50px; }
  header .hamb {
    display: block; } }

.welcome {
  margin-top: 56px;
  padding: 30px 0 90px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .welcome .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .welcome h1 {
    margin: 0;
    color: #ffffff;
    font: italic 700 48px/1 "Officina Sans Extra Bold OSC"; }
  .welcome .contacts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .welcome .contacts a {
      color: #ffffff;
      font: 400 18px "Proxima Nova"; }
      .welcome .contacts a + a {
        margin: 0 30px; }
    .welcome .contacts p {
      margin: 0 30px 0 0;
      color: #FFF;
      font: 400 14px "Proxima Nova"; }
      .welcome .contacts p a {
        font-size: 24px;
        font-weight: 700; }
  .welcome .flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 65px; }
  .welcome h2 {
    max-width: 670px;
    margin: 0;
    color: #ffffff;
    font: 700 48px/50px "Proxima Nova"; }
    .welcome h2 span {
      display: block;
      margin: 5px 0; }
    .welcome h2 i {
      display: inline-block;
      padding: 0 10px 0 5px;
      color: #000;
      background-color: #fff200;
      font-style: italic; }

@media (max-width: 1199px) {
  .welcome .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .welcome h1 {
    margin-bottom: 30px; }
  .welcome .contacts {
    margin-left: auto; }
  .welcome h2 {
    font-size: 42px; } }

@media (max-width: 991px) {
  .welcome .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .welcome h2 {
    margin-bottom: 15px; } }

@media (max-width: 767px) {
  .welcome {
    margin-top: 50px; }
    .welcome h1 {
      font-size: 44px; }
    .welcome .contacts {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      margin: 0 auto; }
      .welcome .contacts a {
        margin: 5px 0 !important;
        font-size: 16px; }
      .welcome .contacts p a {
        font-size: 20px; }
    .welcome h2 {
      font-size: 36px; } }

@media (max-width: 555px) {
  .welcome h2 {
    max-width: 300px; }
    .welcome h2 span {
      margin: 0; }
    .welcome h2 i {
      display: block; } }

.not-buy {
  padding: 35px 0;
  background-color: #2b3442; }
  .not-buy ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .not-buy li {
    position: relative;
    padding-left: 50px;
    color: #ffffff;
    font: 700 14px "Proxima Nova"; }
    .not-buy li:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      display: block;
      width: 33px;
      height: 33px;
      background: url(../img/icons/succes-icon.png); }
  .not-buy p {
    margin: 0; }

@media (max-width: 991px) {
  .not-buy ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 540px;
    margin: 0 auto; }
  .not-buy li {
    width: 50%;
    margin: 15px 0; } }

@media (max-width: 580px) {
  .not-buy ul {
    max-width: 300px; }
  .not-buy li {
    width: 100%; } }

.about-us {
  min-height: 750px;
  padding: 70px 0;
  background: url(../img/map-bg.png) center 18px no-repeat; }
  .about-us .statistic {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .about-us .statistic li {
      max-width: 240px;
      color: #2b3442;
      font: 700 48px/20px "Proxima Nova"; }
      .about-us .statistic li + li {
        margin-left: 95px; }
    .about-us .statistic span {
      color: #000;
      font: 400 18px/10px "Proxima Nova"; }
  .about-us h2 {
    margin: 140px 0 0;
    font: 700 36px "Proxima Nova";
    text-align: center; }
  .about-us .line {
    width: 58px;
    height: 2px;
    margin: 2px auto 25px;
    background: #ED1F2E; }
  .about-us p {
    max-width: 690px;
    margin: 0 auto;
    font: 400 18px "Proxima Nova";
    text-align: center; }
  .about-us .quaranty {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 40px 0 0 560px; }
    .about-us .quaranty span {
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      display: block;
      width: 96px;
      height: 61px;
      margin-right: 15px;
      background: url(../img/icons/car.png); }
    .about-us .quaranty p {
      max-width: 250px;
      margin: 0;
      font-size: 24px;
      line-height: 26px;
      font-weight: 700;
      text-align: left; }

@media (max-width: 1199px) {
  .about-us .quaranty {
    margin-left: 470px; } }

@media (max-width: 991px) {
  .about-us {
    min-height: auto;
    padding: 30px 0 130px;
    background-size: 100% auto;
    background-position: center bottom; }
    .about-us .statistic {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      padding-left: 100px; }
      .about-us .statistic li {
        margin: 20px 0 !important; }
    .about-us .quaranty {
      margin-left: 300px; }
    .about-us h2 {
      margin-top: 50px; } }

@media (max-width: 767px) {
  .about-us .quaranty {
    margin-left: 180px; } }

@media (max-width: 580px) {
  .about-us .statistic {
    padding-left: 0; }
  .about-us .quaranty {
    margin-left: 0; } }

.options {
  padding: 100px 0;
  background-size: cover;
  background-position: center; }
  .options img {
    position: absolute;
    left: -120px;
    top: -265px; }
  .options .container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .options .form {
    position: relative;
    z-index: 1;
    -webkit-transform: translateX(-78px);
    -ms-transform: translateX(-78px);
    transform: translateX(-78px); }
  .options ul {
    position: relative;
    max-width: 510px;
    margin-top: 10px; }
  .options li {
    position: relative;
    padding-left: 56px;
    font: 400 24px "Proxima Nova"; }
    .options li:before {
      content: '';
      position: absolute;
      left: 0;
      top: 5px;
      display: block;
      width: 33px;
      height: 33px;
      background: url(../img/icons/success-icon2.png); }
    .options li + li {
      margin-top: 30px; }

@media (max-width: 1280px) {
  .options .form {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }

@media (max-width: 1199px) {
  .options img {
    left: 0;
    width: 500px;
    height: auto; } }

@media (max-width: 991px) {
  .options img {
    top: -170px; }
  .options .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 150px; }
  .options ul {
    margin-bottom: 30px; } }

@media (max-width: 600px) {
  .options img {
    top: -140px; }
  .options li {
    padding-left: 45px;
    font-size: 20px; } }

@media (max-width: 520px) {
  .options img {
    top: -110px;
    width: 400px; }
  .options .container {
    padding-top: 120px; } }

@media (max-width: 420px) {
  .options img {
    top: -100px;
    width: 300px; }
  .options .container {
    padding-top: 80px; } }

.we-buy {
  padding: 75px 0 82px; }
  .we-buy h3 {
    margin: 0;
    font: 700 36px/1 "Proxima Nova";
    text-align: center; }
  .we-buy .line {
    width: 58px;
    height: 2px;
    margin: 20px auto 40px;
    background: #ED1F2E; }
  .we-buy .flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .we-buy .left div,
  .we-buy .right div {
    position: relative; }
    .we-buy .left div:before,
    .we-buy .right div:before {
      content: '';
      position: absolute;
      top: 30px;
      left: 0;
      bottom: 0;
      right: 0;
      background-image: -webkit-gradient(linear, left bottom, left top, from(#000000), to(transparent));
      background-image: -webkit-linear-gradient(bottom, #000000 0%, transparent 100%);
      background-image: -o-linear-gradient(bottom, #000000 0%, transparent 100%);
      background-image: linear-gradient(to top, #000000 0%, transparent 100%);
      border-radius: 0 0 3px 3px;
      opacity: 0.99; }
    .we-buy .left div:after,
    .we-buy .right div:after {
      content: '';
      position: absolute;
      display: block; }
    .we-buy .left div + div,
    .we-buy .right div + div {
      margin-top: 21px; }
  .we-buy .left img,
  .we-buy .right img {
    display: block; }
  .we-buy p {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
    color: #ffffff;
    font: 500 18px/1 Roboto;
    text-align: center; }
  .we-buy .left div:nth-child(1):after {
    top: 58px;
    left: 226px;
    width: 144px;
    height: 66px;
    background: url(../img/icons/zerk-line.png); }
  .we-buy .left div:nth-child(2):after {
    bottom: 65px;
    left: 226px;
    width: 214px;
    height: 79px;
    background: url(../img/icons/kapot-line.png); }
  .we-buy .left div:nth-child(3):after {
    bottom: 58px;
    left: 226px;
    width: 267px;
    height: 224px;
    background: url(../img/icons/setka-line.png); }
  .we-buy .right div:nth-child(1):after {
    top: 59px;
    right: 226px;
    width: 321px;
    height: 132px;
    background: url(../img/icons/rashod-line.png); }
  .we-buy .right div:nth-child(2):after {
    bottom: 65px;
    right: 226px;
    width: 354px;
    height: 96px;
    background: url(../img/icons/far-line.png); }
  .we-buy .right div:nth-child(3):after {
    bottom: 53px;
    right: 226px;
    width: 482px;
    height: 220px;
    background: url(../img/icons/podveska-line.png); }

@media (max-width: 1199px) {
  .we-buy .flex-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .we-buy .center {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .we-buy .left,
  .we-buy .right {
    margin: 0 20px 21px; }
    .we-buy .left div:after,
    .we-buy .right div:after {
      content: none; } }

@media (max-width: 670px) {
  .we-buy .center img {
    width: 100%;
    height: auto; } }

.buy {
  padding: 45px 0 55px;
  background-position: center;
  background-size: cover; }
  .buy .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .buy h3 {
    max-width: 535px;
    margin: 140px 0 0;
    font: 700 36px "Proxima Nova"; }
    .buy h3 span {
      display: inline-block;
      padding: 0 10px 0 5px;
      background-color: #fff200;
      font-style: italic; }

@media (max-width: 991px) {
  .buy h3 {
    margin-top: 90px; } }

@media (max-width: 767px) {
  .buy .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .buy h3 {
    margin: 0 auto 30px;
    text-align: center; } }

@media (max-width: 600px) {
  .buy h3 {
    font-size: 30px; } }

.why {
  position: relative;
  padding: 65px 0 100px;
  overflow: hidden; }
  .why img {
    position: absolute;
    left: calc(50% + 90px);
    top: 36px; }
  .why .container {
    position: relative; }
  .why h3 {
    margin: 0;
    color: #191919;
    font: 700 36px/1 "Proxima Nova";
    text-align: center; }
  .why .line {
    width: 58px;
    height: 2px;
    margin: 8px auto 50px;
    background: #ED1F2E; }
  .why ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px; }
  .why li {
    width: 155px;
    margin-bottom: 30px; }
    .why li + li {
      margin-left: 100px; }
    .why li span {
      display: block;
      width: 81px;
      height: 81px;
      margin: 0 auto;
      border-radius: 50%;
      background-color: #2b3442;
      background-position: center;
      background-repeat: no-repeat; }
  .why h5 {
    margin: 15px 0 0;
    color: #191919;
    font: 400 14px "Proxima Nova";
    text-align: center; }
  .why h4 {
    max-width: 455px;
    margin: 0 0 0 25px;
    color: #191919;
    font: 700 24px "Proxima Nova"; }

@media (max-width: 1199px) {
  .why img {
    left: 50%; }
  .why li + li {
    margin-left: 50px; } }

@media (max-width: 991px) {
  .why img {
    left: auto;
    right: 0;
    top: 120px;
    width: calc(100% - 200px);
    height: auto; }
  .why ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .why li + li {
    margin-left: 0; } }

@media (max-width: 550px) {
  .why img {
    width: 100%; }
  .why ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 320px; }
  .why li {
    margin: 0 15px 30px; }
  .why h4 {
    margin-left: 0;
    font-size: 20px; } }

@media (max-width: 440px) {
  .why ul {
    margin-top: 240px; } }

.work {
  padding-top: 80px;
  background-position: center;
  background-size: cover; }
  .work h3 {
    margin: 0;
    color: #ffffff;
    font: 700 36px/1 "Proxima Nova";
    text-align: center; }
  .work .line {
    width: 58px;
    height: 2px;
    margin: 15px auto 55px;
    background: #FFF; }
  .work ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .work li {
    width: 200px;
    margin: 0 35px 35px;
    text-align: center; }
    .work li + li {
      position: relative; }
      .work li + li:before {
        content: '';
        position: absolute;
        top: 65px;
        left: -150px;
        display: block;
        width: 210px;
        height: 16px;
        background: url(../img/icons/arrow.png); }
  .work img {
    position: relative;
    z-index: 2;
    border-radius: 50%; }
  .work h4 {
    margin: 30px 0 0;
    color: #ffffff;
    font: 600 14px "Proxima Nova"; }

@media (max-width: 991px) {
  .work ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .work li + li:before {
    content: none; } }

.reviews {
  padding: 80px 0;
  background: grey; }
  .reviews h3 {
    margin: 0;
    color: #191919;
    font: 700 36px "Proxima Nova";
    text-align: center; }
  .reviews .line {
    width: 58px;
    height: 2px;
    background: #ED1F2E;
    margin: 18px auto 40px; }
  .reviews .slider {
    position: relative; }
  .reviews .slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 74px 95px 105px 55px;
    background: #FFF; }
    .reviews .slide:focus {
      outline: none; }
    .reviews .slide img {
      width: 200px;
      height: 200px;
      margin-right: 55px;
      border-radius: 50%; }
  .reviews h4 {
    margin: 0;
    font: 700 24px/1 "Proxima Nova"; }
  .reviews h5 {
    margin: 2px 0 15px;
    font: italic 400 14px/1 "Proxima Nova"; }
  .reviews p {
    margin: 0;
    font: 400 14px/1 "Proxima Nova"; }
  .reviews .slick-dots {
    position: absolute;
    bottom: 44px;
    left: 0;
    right: 0;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .reviews .slick-dots .slick-active {
      background-color: #2b3442; }
  .reviews li {
    width: 16px;
    height: 16px;
    margin: 0 8px;
    background-color: #9499a1;
    border-radius: 50%;
    cursor: pointer; }
    .reviews li button {
      display: none; }

@media (max-width: 991px) {
  .reviews .slide {
    padding: 40px 40px 50px 35px; }
    .reviews .slide img {
      margin-right: 45px; }
  .reviews h4 {
    font-size: 22px; }
  .reviews .slick-dots {
    bottom: 20px; } }

@media (max-width: 767px) {
  .reviews .slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 15px 50px 15px; }
    .reviews .slide img {
      margin: 0 auto 30px; }
  .reviews h4 {
    text-align: center; }
  .reviews h5 {
    text-align: center; } }

.map {
  position: relative;
  padding: 105px 0 90px; }
  .map #map {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .map .contacts {
    position: relative;
    max-width: 380px;
    padding: 55px 35px 35px 30px;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    border: 1px solid #f7f7f7;
    background-color: #ffffff; }
  .map h4 {
    margin: 0;
    color: #191919;
    font: 700 36px/1 "Proxima Nova";
    text-align: center; }
  .map .line {
    width: 58px;
    height: 2px;
    margin: 19px auto 27px;
    background: #ED1F2E; }
  .map li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .map li + li {
      margin-top: 15px; }
    .map li:before {
      content: '';
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      display: block;
      width: 30px;
      height: 30px;
      margin-right: 24px;
      border: 1px solid rgba(237, 31, 46, 0.3);
      border-radius: 3px;
      background-position: center;
      background-repeat: no-repeat; }
    .map li:nth-child(1):before, .map li:nth-child(2):before {
      background-image: url(../img/icons/phone-icon.png); }
    .map li:nth-child(3) a {
      color: #c30413;
      font-size: 16px;
      font-weight: 400;
      text-decoration: underline; }
    .map li:nth-child(3):before {
      background-image: url(../img/icons/letter-icon.png); }
    .map li:nth-child(4):before {
      background-image: url(../img/icons/marker-icon.png); }
  .map a {
    color: #666666;
    font: 500 18px Roboto; }
  .map address {
    max-width: 200px;
    color: #666666;
    font: 400 14px Roboto; }
  .map .call {
    display: block;
    margin-top: 44px;
    background-color: #ed1f2e;
    color: #ffffff;
    font: 700 16px/50px "Proxima Nova";
    text-transform: uppercase;
    text-align: center; }

@media (max-width: 850px) {
  .map {
    padding: 50px 0 350px; } }

@media (max-width: 400px) {
  .map .contacts {
    padding: 45px 20px 25px 20px; } }

footer {
  padding: 21px 0;
  background-color: #242424; }
  footer .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  footer p {
    margin: 0;
    color: #999999;
    font: 300 14px/15px Roboto; }
