@charset "UTF-8";
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

* {
  box-sizing: border-box; }

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

@font-face {
  font-family: 'SF UI Text';
  src: url("../fonts/SFUIText-Bold.eot");
  src: url("../fonts/SFUIText-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/SFUIText-Bold.woff") format("woff"), url("../fonts/SFUIText-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'SF UI Text';
  src: url("../fonts/SFUIText-Medium.eot");
  src: url("../fonts/SFUIText-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/SFUIText-Medium.woff") format("woff"), url("../fonts/SFUIText-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Raleway';
  src: url("../fonts/Raleway-Regular.eot");
  src: url("../fonts/Raleway-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway-Regular.woff") format("woff"), url("../fonts/Raleway-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'SF UI Text';
  src: url("../fonts/SFUIText-Bold_1.eot");
  src: url("../fonts/SFUIText-Bold_1.eot?#iefix") format("embedded-opentype"), url("../fonts/SFUIText-Bold_1.woff") format("woff"), url("../fonts/SFUIText-Bold_1.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Raleway';
  src: url("../fonts/Raleway-Bold.eot");
  src: url("../fonts/Raleway-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway-Bold.woff") format("woff"), url("../fonts/Raleway-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'SF UI Text';
  src: url("../fonts/SFUIText-Semibold.eot");
  src: url("../fonts/SFUIText-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/SFUIText-Semibold.woff") format("woff"), url("../fonts/SFUIText-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'SF UI Text';
  src: url("../fonts/SFUIText-Regular.eot");
  src: url("../fonts/SFUIText-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/SFUIText-Regular.woff") format("woff"), url("../fonts/SFUIText-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'SF UI Text';
  src: url("../fonts/SFUIText-Medium_1.eot");
  src: url("../fonts/SFUIText-Medium_1.eot?#iefix") format("embedded-opentype"), url("../fonts/SFUIText-Medium_1.woff") format("woff"), url("../fonts/SFUIText-Medium_1.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'SF UI Text';
  src: url("../fonts/SFUIText-Regular_1.eot");
  src: url("../fonts/SFUIText-Regular_1.eot?#iefix") format("embedded-opentype"), url("../fonts/SFUIText-Regular_1.woff") format("woff"), url("../fonts/SFUIText-Regular_1.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'SF UI Text';
  src: url("../fonts/SFUIText-Semibold_1.eot");
  src: url("../fonts/SFUIText-Semibold_1.eot?#iefix") format("embedded-opentype"), url("../fonts/SFUIText-Semibold_1.woff") format("woff"), url("../fonts/SFUIText-Semibold_1.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

.social-contacts {
  position: fixed;
  bottom: 8px;
  right: 8px;
  z-index: 100;
  max-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: bottom 0.3s ease;
  transition: bottom 0.3s ease; }
  .social-contacts:hover .social-contacts__list {
    visibility: visible; }
  .social-contacts:hover .social-contacts__item {
    opacity: 1;
    -webkit-transform: rotate(0) translateY(0);
        -ms-transform: rotate(0) translateY(0);
            transform: rotate(0) translateY(0); }
    .social-contacts:hover .social-contacts__item:nth-child(2) {
      -webkit-transition-delay: 0.1s;
              transition-delay: 0.1s; }
    .social-contacts:hover .social-contacts__item:nth-child(3) {
      -webkit-transition-delay: 0.2s;
              transition-delay: 0.2s; }
    .social-contacts:hover .social-contacts__item:nth-child(4) {
      -webkit-transition-delay: 0.3s;
              transition-delay: 0.3s; }
    .social-contacts:hover .social-contacts__item:nth-child(5) {
      -webkit-transition-delay: 0.4s;
              transition-delay: 0.4s; }
    .social-contacts:hover .social-contacts__item:nth-child(6) {
      -webkit-transition-delay: 0.5s;
              transition-delay: 0.5s; }
    .social-contacts:hover .social-contacts__item:nth-child(7) {
      -webkit-transition-delay: 0.6s;
              transition-delay: 0.6s; }
    .social-contacts:hover .social-contacts__item:nth-child(8) {
      -webkit-transition-delay: 0.7s;
              transition-delay: 0.7s; }
    .social-contacts:hover .social-contacts__item:hover {
      -webkit-transition-delay: 0s;
              transition-delay: 0s;
      opacity: 0.8; }
  .social-contacts__pull {
    background: #e12b2d;
    width: 60px;
    height: 60px;
    border-radius: 25px;
    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;
    position: relative;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
  .social-contacts__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -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-bottom: 10px;
    position: relative;
    visibility: hidden;
    position: absolute;
    -webkit-transition: visibility 0.3s ease;
    transition: visibility 0.3s ease;
    bottom: 100%;
    left: 0;
    margin-left: 5px; }
  .social-contacts__item {
    width: 50px;
    height: 50px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    border-radius: 22px;
    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;
    margin-top: 10px;
    opacity: 0;
    -webkit-transform: translateY(10px) rotate(15deg);
        -ms-transform: translateY(10px) rotate(15deg);
            transform: translateY(10px) rotate(15deg);
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease; }
    .social-contacts__item img {
      -webkit-transition: -webkit-transform 0.3s ease;
      transition: -webkit-transform 0.3s ease;
      transition: transform 0.3s ease;
      transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
    .social-contacts__item:hover img {
      -webkit-transform: rotate(10deg);
          -ms-transform: rotate(10deg);
              transform: rotate(10deg); }
    .social-contacts__item:last-child {
      margin-top: 0; }
    .social-contacts__item._email {
      background-color: #47bca0; }
    .social-contacts__item._whatsapp {
      background-color: #25d366; }
      .social-contacts__item._whatsapp img {
        width: 25px; }
    .social-contacts__item._phone {
      background-color: #eb5a25; }
    .social-contacts__item._facebook {
      background-color: #3b5998; }
    .social-contacts__item._vk {
      background-color: #4a76a8; }
    .social-contacts__item._telegram {
      background-color: #259dd0; }
      .social-contacts__item._telegram img {
        width: 25px;
        margin-left: -3px; }
    .social-contacts__item._instagram {
      background-color: #e12b2d;
      background-image: linear-gradient(36deg, #f40004 0%, #ba00b0 100%);
      border-radius: 21px; }
      .social-contacts__item._instagram img {
        width: 24px; }
    .social-contacts__item._youtube {
      background-color: #ff0000; }
      .social-contacts__item._youtube img {
        width: 30px; }
  .social-contacts__dots {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -12px;
    margin-top: -3px;
    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;
    -webkit-animation: 8s ease 5s infinite dots;
            animation: 8s ease 5s infinite dots; }
  .social-contacts i {
    width: 5px;
    height: 5px;
    background: #e12b2d;
    border-radius: 50%;
    margin: 0 1.5px;
    position: relative; }
  .social-contacts__unread {
    color: #fcfcfc;
    font-size: 12px;
    font-weight: 800;
    background: #000;
    border-radius: 50%;
    position: absolute;
    width: 18px;
    height: 18px;
    top: -2px;
    right: -2px;
    -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;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

@-webkit-keyframes dots {
  37%, 100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes dots {
  37%, 100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@media (max-width: 500px) {
  .social-contacts._archive {
    bottom: 50px; } }

@media (max-height: 500px) {
  .social-contacts {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
    .social-contacts__list {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      bottom: 5px;
      right: 100%;
      left: auto;
      margin-left: 0;
      padding-bottom: 0;
      padding-right: 10px;
      width: auto; }
    .social-contacts__item {
      margin-left: 10px;
      margin-top: 0; }
      .social-contacts__item:last-child {
        margin-left: 0; } }

.col-1 {
  width: -webkit-calc((100% +  30px)/12*1 - 30px);
  width: calc((100% +  30px)/12*1 - 30px); }

.col-2 {
  width: -webkit-calc((100% +  30px)/12*2 - 30px);
  width: calc((100% +  30px)/12*2 - 30px); }

.col-3 {
  width: -webkit-calc((100% +  30px)/12*3 - 30px);
  width: calc((100% +  30px)/12*3 - 30px); }

.col-4 {
  width: -webkit-calc((100% +  30px)/12*4 - 30px);
  width: calc((100% +  30px)/12*4 - 30px); }

.col-5 {
  width: -webkit-calc((100% +  30px)/12*5 - 30px);
  width: calc((100% +  30px)/12*5 - 30px); }

.col-6 {
  width: -webkit-calc((100% +  30px)/12*6 - 30px);
  width: calc((100% +  30px)/12*6 - 30px); }

.col-7 {
  width: -webkit-calc((100% +  30px)/12*7 - 30px);
  width: calc((100% +  30px)/12*7 - 30px); }

.col-8 {
  width: -webkit-calc((100% +  30px)/12*8 - 30px);
  width: calc((100% +  30px)/12*8 - 30px); }

.col-9 {
  width: -webkit-calc((100% +  30px)/12*9 - 30px);
  width: calc((100% +  30px)/12*9 - 30px); }

.col-10 {
  width: -webkit-calc((100% +  30px)/12*10 - 30px);
  width: calc((100% +  30px)/12*10 - 30px); }

.col-11 {
  width: -webkit-calc((100% +  30px)/12*11 - 30px);
  width: calc((100% +  30px)/12*11 - 30px); }

.col-12 {
  width: -webkit-calc((100% +  30px)/12*12 - 30px);
  width: calc((100% +  30px)/12*12 - 30px); }

/* BEGIN не нужно пределывать миксин после передлывания спрайта*/
/* END не нужно пределывать миксин после передлывания спрайта*/
* {
  padding: 0;
  margin: 0;
  outline: none; }

h1 {
  margin: 0; }

ul {
  list-style-type: none; }

.content {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px; }
  @media (max-width: 1200px) {
    .content {
      max-width: 960px; } }
  @media (max-width: 991px) {
    .content {
      max-width: 720px; } }
  @media (max-width: 767px) {
    .content {
      padding: 0 10px;
      max-width: 480px; } }

.ttu {
  text-transform: uppercase; }

body {
  background: #fff;
  font-family: 'SF UI Text';
  overflow-x: hidden;
  padding-top: 60px;
  background: #101010; }
  @media (max-width: 767px) {
    body {
      padding-bottom: 69px; } }

.btn-1 {
  cursor: pointer;
  display: inline-block;
  border: none;
  padding: 0 10px;
  height: 46px;
  background-color: #e60015;
  border-radius: 3px;
  color: white;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  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;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  width: 100%; }
  .btn-1:hover {
    background-color: #cf0008; }
  .btn-1:disabled {
    background: #ccc; }

.overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #fff;
  opacity: 0.5;
  z-index: 101; }

.form__input {
  color: #bcbcbc;
  font-family: 'Raleway';
  font-size: 16px;
  background-color: #282a2b;
  border: 1px solid #5e5f60;
  padding: 11px 20px;
  width: 100%;
  display: inline-block;
  color: #fff; }
  .form__input::-webkit-input-placeholder {
    color: #bcbcbc; }
  .form__input:-ms-input-placeholder {
    color: #bcbcbc; }
  .form__input::placeholder {
    color: #bcbcbc; }
  .form__input._white {
    color: #000;
    background: #f9f9f9; }
    .form__input._white::-webkit-input-placeholder {
      color: #5e5f60; }
    .form__input._white:-ms-input-placeholder {
      color: #5e5f60; }
    .form__input._white::placeholder {
      color: #5e5f60; }

.form__textarea {
  color: #bcbcbc;
  font-family: 'Raleway';
  font-size: 16px;
  background-color: #282a2b;
  border: 1px solid #5e5f60;
  padding: 11px 20px;
  width: 100%;
  display: inline-block;
  height: 92px;
  resize: none;
  color: #fff; }
  .form__textarea::-webkit-input-placeholder {
    color: #bcbcbc; }
  .form__textarea:-ms-input-placeholder {
    color: #bcbcbc; }
  .form__textarea::placeholder {
    color: #bcbcbc; }
  .form__textarea._white {
    background: #f9f9f9;
    color: #000; }
    .form__textarea._white::-webkit-input-placeholder {
      color: #5e5f60; }
    .form__textarea._white:-ms-input-placeholder {
      color: #5e5f60; }
    .form__textarea._white::placeholder {
      color: #5e5f60; }

.form__radio {
  font-size: 24px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .form__radio input {
    display: none; }
    .form__radio input:checked + span {
      color: white;
      background: #5e5f60; }
      .form__radio input:checked + span i {
        border: 5px solid #ffffff; }
  .form__radio span {
    height: 46px;
    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;
    border: 1px solid #5e5f60;
    color: #aaa;
    padding: 5px 15px;
    cursor: pointer; }
    .form__radio span i {
      width: 20px;
      height: 20px;
      display: block;
      border: 1px solid #5e5f60;
      border-radius: 50%;
      margin-right: 9px; }

.form__checkbox {
  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-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer; }
  .form__checkbox input {
    display: none; }
    .form__checkbox input:checked + i:before {
      opacity: 1; }
  .form__checkbox i {
    width: 27px;
    height: 27px;
    border: 1px solid #5e5f60;
    display: inline-block;
    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;
    margin-right: 13px; }
    .form__checkbox i:before {
      content: '';
      display: inline-block;
      opacity: 0;
      background-image: url(../img/sprite.png);
      background-position: -255px -452px;
      width: 15px;
      height: 12px; }

.title {
  color: #231f20;
  font-family: 'Raleway';
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  padding-top: 70px;
  letter-spacing: 0.5px; }
  @media (max-width: 991px) {
    .title {
      padding-top: 27px; } }
  @media (max-width: 500px) {
    .title {
      font-size: 24px;
      text-align: center; } }

.subtitle {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 40px; }
  @media (max-width: 991px) {
    .subtitle {
      line-height: 1.2; } }
  @media (max-width: 767px) {
    .subtitle {
      margin-top: 20px; } }
  @media (max-width: 500px) {
    .subtitle {
      text-align: center; } }

.logo {
  color: white;
  font-size: 26px;
  font-weight: 600; }
  .logo img {
    max-width: 100%;
    display: inline-block;
    margin-right: 9px; }

.call-links {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #282828;
  font-size: 0;
  padding: 10px 10px;
  text-align: center;
  z-index: 999;
  box-shadow: 0 -2px 7px rgba(0, 0, 0, 0.35); }
  .call-links a {
    font-size: 0;
    background-color: #e60015;
    text-align: center;
    padding: 10px 5px;
    margin: 0 5px;
    display: inline-block;
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35); }
    .call-links a img {
      max-height: 30px; }
  @media (max-width: 768px) {
    .call-links {
      display: block; } }

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%; }
  .header.scrolled .header__content {
    height: 0;
    overflow: hidden; }
  .header.scrolled .nav {
    background: #000;
    margin-top: 0;
    padding: 10px 0; }
  .header.scrolled .nav__list {
    margin-top: 5px; }
  .header__top {
    background: #282929; }
  .header__content {
    height: 60px;
    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;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  .header__logo {
    display: inline-block; }
    .header__logo img {
      max-width: 100%;
      max-height: 100%; }
  .header__com {
    color: white;
    font-size: 14px;
    font-weight: 400;
    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;
    letter-spacing: 0.7px; }
    .header__com:before, .header__com:after {
      content: '';
      display: inline-block;
      width: 1px;
      height: 25px;
      background-color: #767676; }
    .header__com:before {
      margin-right: 25px; }
    .header__com:after {
      margin-left: 25px; }
  .header__phone {
    letter-spacing: 1px;
    width: -webkit-calc((100% +  30px)/12*3 - 30px);
    width: calc((100% +  30px)/12*3 - 30px);
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    color: white;
    font-size: 18px;
    font-weight: 700;
    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; }
    .header__phone:before {
      margin-right: 11px;
      content: '';
      display: inline-block;
      background-image: url(../img/sprite.png);
      background-position: -255px -433px;
      width: 14px;
      height: 14px; }
  .header__pull {
    width: 30px;
    height: 40px;
    position: relative;
    display: none;
    cursor: pointer; }
    .header__pull span {
      display: block;
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      height: 2px;
      background: #fff;
      -webkit-transition: background 0s 0.3s;
      transition: background 0s 0.3s; }
      .header__pull span::before, .header__pull span::after {
        position: absolute;
        display: block;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #fff;
        content: "";
        -webkit-transition-duration: 0.3s, 0.3s;
                transition-duration: 0.3s, 0.3s;
        -webkit-transition-delay: 0.3s, 0s;
                transition-delay: 0.3s, 0s; }
      .header__pull span::before {
        top: -10px;
        -webkit-transition: top 0.3s 0.3s, -webkit-transform 0.3s 0s;
        transition: top 0.3s 0.3s, -webkit-transform 0.3s 0s;
        transition: top 0.3s 0.3s, transform 0.3s 0s;
        transition: top 0.3s 0.3s, transform 0.3s 0s, -webkit-transform 0.3s 0s; }
      .header__pull span::after {
        bottom: -10px;
        -webkit-transition: bottom 0.3s 0.3s, -webkit-transform 0.3s 0s;
        transition: bottom 0.3s 0.3s, -webkit-transform 0.3s 0s;
        transition: bottom 0.3s 0.3s, transform 0.3s 0s;
        transition: bottom 0.3s 0.3s, transform 0.3s 0s, -webkit-transform 0.3s 0s; }
    .header__pull.active span {
      background: none; }
      .header__pull.active span:before {
        top: 0;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        -webkit-transition: top 0.3s 0s, -webkit-transform 0.3s 0.3s;
        transition: top 0.3s 0s, -webkit-transform 0.3s 0.3s;
        transition: top 0.3s 0s, transform 0.3s 0.3s;
        transition: top 0.3s 0s, transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s; }
      .header__pull.active span:after {
        bottom: 0;
        -webkit-transition: bottom 0.3s 0s, -webkit-transform 0.3s 0.3s;
        transition: bottom 0.3s 0s, -webkit-transform 0.3s 0.3s;
        transition: bottom 0.3s 0s, transform 0.3s 0.3s;
        transition: bottom 0.3s 0s, transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }

.nav {
  width: 100%;
  margin-top: 15px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease; }
  .nav__content {
    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; }
  .nav__close {
    display: none; }
  .nav__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .nav__list li {
      margin-right: 40px; }
      .nav__list li:last-child {
        margin-right: 0; }
    .nav__list a {
      font-size: 18px;
      font-weight: 500;
      text-transform: uppercase;
      color: #ccc;
      display: inline-block;
      -webkit-transition: border-color 0.3s ease, color 0.3s ease;
      transition: border-color 0.3s ease, color 0.3s ease;
      border-bottom: 2px solid transparent;
      padding-bottom: 4px;
      letter-spacing: 1px; }
      .nav__list a:hover {
        color: #e60015;
        border-color: #e60015; }
  .nav__callback {
    width: -webkit-calc((100% +  30px)/12*3 - 30px);
    width: calc((100% +  30px)/12*3 - 30px); }

@media (max-width: 1200px) {
  .header__com {
    letter-spacing: 0px; }
    .header__com:before {
      margin-right: 15px; }
    .header__com:after {
      margin-left: 15px; }
  .nav__list li {
    margin-right: 20px; }
  .nav__list a {
    letter-spacing: 0.5px;
    font-size: 16px; } }

@media (max-width: 991px) {
  .header.scrolled .header__content {
    height: auto; }
  .header.scrolled .nav {
    background: #fff;
    padding-top: 50px; }
  .header.scrolled .nav__list {
    margin-top: 40px; }
  .header__content {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 10px;
    padding-bottom: 10px; }
  .header__logo {
    height: 40px; }
  .header__com {
    display: none; }
  .header__phone {
    width: -webkit-calc((100% +  30px)/12*4 - 30px);
    width: calc((100% +  30px)/12*4 - 30px);
    margin-left: auto; }
  .header__pull {
    display: block;
    margin-left: 20px; }
  .nav {
    width: 320px;
    right: auto;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    z-index: 101;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #fff;
    margin-top: 0;
    padding-top: 50px; }
    .nav.active {
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); }
    .nav__close {
      position: absolute;
      right: 10px;
      top: 10px;
      width: 34px;
      height: 34px;
      -webkit-transition: -webkit-transform 0.3s ease;
      transition: -webkit-transform 0.3s ease;
      transition: transform 0.3s ease;
      transition: transform 0.3s ease, -webkit-transform 0.3s ease;
      display: block; }
      .nav__close:before, .nav__close:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 20px;
        height: 2px;
        margin-top: -1px;
        margin-left: -10px;
        background: #aaa;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }
      .nav__close:after {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }
      .nav__close:hover {
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg); }
    .nav__content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      outline: none; }
    .nav__callback {
      width: 100%;
      margin-top: 20px; }
    .nav__list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      margin-top: 40px;
      padding-left: 10px; }
      .nav__list li {
        margin-bottom: 10px; }
      .nav__list a {
        color: #000; } }

@media (max-width: 767px) {
  .header__logo {
    font-size: 0; }
    .header__logo img {
      margin-right: 0; }
  .header__phone {
    width: auto; }
  .nav__content {
    width: 100%; } }

@media (max-width: 500px) {
  .header__phone {
    letter-spacing: 0; }
    .header__phone:before {
      margin-right: 5px; } }

.first {
  background: #101010;
  overflow: hidden;
  position: relative; }
  .first:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, #101010 40%);
    z-index: 1;
    -webkit-transform: translate(10%, 10%);
        -ms-transform: translate(10%, 10%);
            transform: translate(10%, 10%);
    opacity: 0.7; }
  .first__content {
    position: relative;
    z-index: 2; }
  .first__left {
    padding-top: 110px;
    padding-bottom: 80px;
    width: -webkit-calc((100% +  30px)/12*5 - 30px);
    width: calc((100% +  30px)/12*5 - 30px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 715px;
    position: relative;
    z-index: 2; }
  .first__title {
    color: white;
    font-family: 'Raleway';
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 1px;
    margin-bottom: 20px; }
  .first__com {
    color: white;
    font-family: 'Raleway';
    font-size: 20px;
    margin-top: auto; }
  .first__form {
    width: -webkit-calc((100% +  30px)/5*4 - 30px);
    width: calc((100% +  30px)/5*4 - 30px);
    margin-top: 32px; }
  .first__input {
    margin-bottom: 11px; }
  .first__pic {
    position: absolute;
    bottom: 0;
    right: -95px;
    z-index: 1;
    max-width: 750px;
    width: 100%; }
    .first__pic:before {
      content: '';
      display: block;
      height: 0px;
      width: 0px;
      background: red; }
    .first__pic img {
      max-width: 100%; }

@media (max-width: 1200px) {
  .first__left {
    min-height: 500px; }
  .first__title {
    font-size: 32px; }
  .first__pic {
    max-width: 600px;
    right: -50px; } }

@media (max-width: 991px) {
  .first__left {
    padding-top: 60px;
    width: 100%;
    min-height: 0; }
  .first__title {
    margin-bottom: 70px; }
  .first__form {
    width: -webkit-calc((100% +  30px)/12*5 - 30px);
    width: calc((100% +  30px)/12*5 - 30px); }
  .first__pic {
    max-width: 400px;
    right: -45px; } }

@media (max-width: 767px) {
  .first:before {
    display: none; }
  .first__left {
    padding-top: 40px;
    padding-bottom: 40px; }
  .first__title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 0; }
  .first__pic {
    top: 50%;
    right: auto;
    left: 50%;
    bottom: auto;
    margin-top: -60px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .first__com {
    text-align: center;
    margin-top: 330px;
    font-size: 18px; }
  .first__form {
    width: 100%;
    max-width: 300px;
    margin: 20px auto 0; } }

@media (max-width: 500px) {
  .first__title {
    font-size: 20px; }
  .first__pic {
    max-width: 350px;
    padding: 0 10px;
    margin-top: -75px; }
  .first__com {
    margin-top: 300px; }
  .first__left {
    padding-bottom: 50px; } }

.advantages {
  background: #ffffff; }
  .advantages__content {
    padding-bottom: 80px; }
  .advantages__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 20px;
    margin-bottom: -25px; }
  .advantages__item {
    width: -webkit-calc((100%)/12*4 - 30px);
    width: calc((100%)/12*4 - 30px);
    border: 1px solid #efefef;
    height: 70px;
    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: 0 15px 25px;
    padding: 0 24px 0; }
  .advantages__icon {
    width: 45px;
    height: 47px;
    text-align: center;
    left: 45px;
    margin-right: 6px;
    line-height: 47px; }
    .advantages__icon img {
      max-width: 100%;
      max-height: 100%;
      vertical-align: middle; }
  .advantages__name {
    color: #393939;
    font-family: 'Raleway';
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase; }

@media (max-width: 991px) {
  .advantages__content {
    padding-bottom: 25px; }
  .advantages__item {
    height: auto;
    padding: 10px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .advantages__icon {
    margin: 0 auto; }
  .advantages__name {
    font-size: 14px;
    text-align: center;
    margin-top: 10px; } }

@media (max-width: 767px) {
  .advantages__list {
    margin-bottom: -5px;
    margin-left: -5px;
    margin-right: -5px; }
  .advantages__item {
    width: -webkit-calc((100%)/12*4 - 10px);
    width: calc((100%)/12*4 - 10px);
    margin: 5px; } }

@media (max-width: 500px) {
  .advantages__item {
    width: -webkit-calc((100%)/12*6 - 10px);
    width: calc((100%)/12*6 - 10px); } }

.additional {
  background: #101010; }
  .additional__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 67px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .additional__title {
    color: #fff; }
  .additional__subtitle {
    color: #fff; }
  .additional__left {
    width: -webkit-calc((100% +  30px)/12*6 - 30px);
    width: calc((100% +  30px)/12*6 - 30px); }
  .additional__pic {
    padding-top: 77px;
    width: -webkit-calc((100% +  30px)/12*6 - 30px);
    width: calc((100% +  30px)/12*6 - 30px);
    color: white;
    font-family: 'Raleway';
    font-size: 16px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase; }
    .additional__pic img {
      max-width: 100%; }
    .additional__pic ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -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;
      margin-top: 19px;
      margin-left: -35px; }
    .additional__pic li {
      position: relative;
      display: inline-block;
      letter-spacing: 0.5px; }
      .additional__pic li:before {
        content: '';
        display: inline-block;
        position: absolute;
        margin-right: 14px;
        right: 100%;
        bottom: 15px; }
      .additional__pic li:nth-child(1):before {
        background-image: url(../img/sprite.png);
        background-position: 0px 0px;
        width: 99px;
        height: 231px; }
      .additional__pic li:nth-child(2):before {
        background-image: url(../img/sprite.png);
        background-position: -104px 0px;
        width: 75px;
        height: 231px; }
      .additional__pic li:nth-child(3):before {
        margin-right: 0;
        margin-left: 14px;
        right: auto;
        left: 100%;
        background-image: url(../img/sprite.png);
        background-position: 0px -236px;
        width: 67px;
        height: 302px; }

@media (max-width: 1200px) {
  .additional__pic {
    text-align: center; }
    .additional__pic ul {
      margin-left: 0;
      display: inline-block;
      max-width: 280px;
      margin: 20px auto 0;
      text-align: left; }
    .additional__pic li {
      padding-left: 12px;
      line-height: 1.4;
      margin-bottom: 10px; }
      .additional__pic li:last-child {
        margin-bottom: 0; }
      .additional__pic li:before {
        bottom: 8px;
        margin-right: 5px; }
      .additional__pic li:nth-child(1):before {
        background-image: url(../img/sprite.png);
        background-position: -184px -291px;
        width: 37px;
        height: 221px; }
      .additional__pic li:nth-child(2):before {
        background-image: url(../img/sprite.png);
        background-position: -281px -173px;
        width: 20px;
        height: 204px; }
      .additional__pic li:nth-child(3):before {
        margin-right: 0;
        margin-left: 5px;
        background-image: url(../img/sprite.png);
        background-position: -184px 0px;
        width: 47px;
        height: 286px; } }

@media (max-width: 991px) {
  .additional__pic li:nth-child(1):before {
    margin-right: 0px;
    background-image: url(../img/sprite.png);
    background-position: -72px -236px;
    width: 22px;
    height: 153px; }
  .additional__pic li:nth-child(2):before {
    margin-right: -21px;
    background-image: url(../img/sprite.png);
    background-position: -281px 0px;
    width: 36px;
    height: 168px; }
  .additional__pic li:nth-child(3):before {
    background-image: url(../img/sprite.png);
    background-position: -236px -182px;
    width: 25px;
    height: 246px; } }

@media (max-width: 767px) {
  .additional__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 30px; }
  .additional__left {
    width: 100%; }
  .additional__pic {
    width: 100%; }
    .additional__pic li:nth-child(1):before {
      margin-right: 0px;
      background-image: url(../img/sprite.png);
      background-position: -184px -291px;
      width: 37px;
      height: 221px; }
    .additional__pic li:nth-child(2):before {
      margin-right: 0px;
      background-image: url(../img/sprite.png);
      background-position: -281px -173px;
      width: 20px;
      height: 204px; }
    .additional__pic li:nth-child(3):before {
      background-image: url(../img/sprite.png);
      background-position: -184px 0px;
      width: 47px;
      height: 286px; } }

@media (max-width: 500px) {
  .additional__content {
    padding-bottom: 20px; }
  .additional__pic {
    padding-top: 40px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto; }
    .additional__pic ul {
      width: auto;
      max-width: none;
      text-align: center; }
    .additional__pic li:after {
      display: none; }
    .additional__pic li:before {
      bottom: 8px;
      display: block;
      margin-right: 0px; }
    .additional__pic li:nth-child(1):before {
      background-image: url(../img/sprite.png);
      background-position: -281px -382px;
      width: 26px;
      height: 143px; }
    .additional__pic li:nth-child(2):before {
      background-image: url(../img/sprite.png);
      background-position: -236px 0px;
      width: 40px;
      height: 177px; }
    .additional__pic li:nth-child(3):before {
      margin-left: -40px;
      background-image: url(../img/sprite.png);
      background-position: -104px -236px;
      width: 75px;
      height: 224px; } }

.popular {
  background: #ffffff; }
  .popular__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 78px; }
  .popular__left {
    width: -webkit-calc((100% +  30px)/12*6 - 30px);
    width: calc((100% +  30px)/12*6 - 30px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .popular__subtitle {
    text-transform: uppercase;
    color: #101010;
    margin-bottom: 10px; }

.popular-advant {
  width: -webkit-calc((100% +  30px)/12*8 - 30px);
  width: calc((100% +  30px)/12*8 - 30px);
  margin-top: auto; }
  .popular-advant__why {
    color: #101010;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase; }
  .popular-advant__list {
    margin-top: 40px; }
  .popular-advant__item {
    border: 1px solid #efefef;
    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;
    color: #231f20;
    font-family: 'Raleway';
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    min-height: 70px;
    padding: 10px 20px;
    margin-bottom: 27px; }
    .popular-advant__item:last-child {
      margin-bottom: 0; }
  .popular-advant__icon {
    width: 50px;
    height: 50px;
    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;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-right: 22px; }
    .popular-advant__icon img {
      max-width: 100%;
      max-height: 100%; }

.popular-include {
  width: -webkit-calc((100% +  30px)/12*6 - 30px);
  width: calc((100% +  30px)/12*6 - 30px); }
  .popular-include__pic {
    padding-top: 80px; }
    .popular-include__pic img {
      max-width: 100%; }
  .popular-include__title {
    color: #101010;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-top: 13px; }
  .popular-include__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 16px; }
  .popular-include__item {
    background: #f6f6f6;
    width: -webkit-calc((100%)/12*4 - 30px);
    width: calc((100%)/12*4 - 30px);
    margin: 0 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
    padding: 10px;
    color: #101010;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    line-height: 1.2; }
  .popular-include__logo {
    height: 70px;
    width: 100%;
    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; }
    .popular-include__logo img {
      max-width: 100%;
      max-height: 100%; }

.popular-lead {
  margin-top: 67px; }
  .popular-lead__title {
    color: #231f20;
    font-family: 'Raleway';
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase; }
  .popular-lead__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 28px; }
  .popular-lead__left {
    width: -webkit-calc((100% +  30px)/12*4 - 30px);
    width: calc((100% +  30px)/12*4 - 30px); }
  .popular-lead__form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .popular-lead__radio {
    width: 50%;
    margin-bottom: 10px; }
  .popular-lead__input {
    margin-bottom: 10px; }
  .popular-lead__info {
    width: -webkit-calc((100% +  30px)/12*7 - 30px);
    width: calc((100% +  30px)/12*7 - 30px);
    padding-top: 50px; }
  .popular-lead__desc {
    color: #101010;
    font-family: 'Raleway';
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase; }
  .popular-lead__phone {
    color: #101010;
    font-size: 72px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    display: inline-block; }

@media (max-width: 1200px) {
  .popular__left {
    width: -webkit-calc((100% +  30px)/12*5 - 30px);
    width: calc((100% +  30px)/12*5 - 30px); }
  .popular-include {
    width: -webkit-calc((100% +  30px)/12*7 - 30px);
    width: calc((100% +  30px)/12*7 - 30px); }
  .popular-advant {
    width: 100%; }
  .popular-lead__info {
    width: -webkit-calc((100% +  30px)/12*8 - 30px);
    width: calc((100% +  30px)/12*8 - 30px); }
  .popular-lead__phone {
    font-size: 70px; } }

@media (max-width: 991px) {
  .popular__content {
    padding-bottom: 30px; }
  .popular-lead {
    margin-top: 30px; }
    .popular-lead__left {
      width: -webkit-calc((100% +  30px)/12*5 - 30px);
      width: calc((100% +  30px)/12*5 - 30px); }
    .popular-lead__info {
      width: -webkit-calc((100% +  30px)/12*7 - 30px);
      width: calc((100% +  30px)/12*7 - 30px);
      padding-top: 20px; }
    .popular-lead__phone {
      font-size: 42px; } }

@media (max-width: 767px) {
  .popular__title {
    text-align: center; }
  .popular__subtitle {
    text-align: center; }
  .popular__left {
    width: 100%; }
  .popular-advant__why {
    text-align: center; }
  .popular-advant__list {
    margin-top: 10px; }
  .popular-advant__item {
    margin-bottom: 10px; }
  .popular-include {
    width: 100%;
    margin-top: 30px; }
    .popular-include__pic {
      padding-top: 0; }
  .popular-lead__title {
    line-height: 1.2;
    text-align: center;
    font-size: 24px; }
  .popular-lead__left {
    width: 100%; }
  .popular-lead__form {
    max-width: 350px;
    margin: 0 auto; }
  .popular-lead__info {
    width: 100%;
    text-align: center; } }

@media (max-width: 500px) {
  .popular__content {
    padding-bottom: 30px; }
  .popular-include__list {
    margin-left: -5px;
    margin-right: -5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .popular-include__item {
    width: -webkit-calc((100%)/12*6 - 10px);
    width: calc((100%)/12*6 - 10px);
    margin: 0 5px 10px; }
  .popular-lead__desc {
    font-size: 14px; }
  .popular-lead__phone {
    margin-top: 10px;
    font-size: 32px; } }

.kind {
  background: #101010; }
  .kind__content {
    padding-bottom: 65px; }
  .kind__title {
    color: #fff; }
  .kind__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 70px;
    margin-bottom: -27px; }
  .kind__item {
    border: 1px solid #efefef;
    width: -webkit-calc((100%)/12*4 - 30px);
    width: calc((100%)/12*4 - 30px);
    margin: 0 15px 27px;
    padding: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .kind__name {
    color: white;
    font-family: 'Raleway';
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.2; }
  .kind__pic {
    height: 180px;
    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;
    margin-top: auto; }
    .kind__pic img {
      max-width: 100%;
      max-height: 100%; }
  .kind__com {
    color: white;
    font-family: 'Raleway';
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    line-height: 40px;
    margin-top: 17px; }
    .kind__com a {
      font-size: 30px;
      color: white;
      display: inline-block;
      margin-left: 10px;
      margin-right: 10px;
      font-family: 'SF UI Text'; }

@media (max-width: 991px) {
  .kind__content {
    padding-bottom: 30px; }
  .kind__list {
    margin-top: 30px; } }

@media (max-width: 767px) {
  .kind__item {
    width: -webkit-calc((100%)/12*6 - 30px);
    width: calc((100%)/12*6 - 30px); }
  .kind__com {
    line-height: 30px; }
    .kind__com a {
      font-size: 24px;
      margin: 0; } }

@media (max-width: 500px) {
  .kind__list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .kind__item {
    width: 100%;
    max-width: 300px; }
  .kind__com {
    text-align: center;
    font-size: 16px;
    line-height: 24px; } }

.price {
  background: #ffffff; }
  .price__content {
    padding-bottom: 80px; }
  .price__subtitle {
    text-transform: uppercase;
    font-family: 'Raleway'; }
  .price__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 45px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .price__type {
    width: -webkit-calc((100%)/12*4 - 30px);
    width: calc((100%)/12*4 - 30px);
    margin-top: 10px; }
  .price__name {
    color: #5e5f60;
    font-family: 'Raleway';
    font-size: 16px;
    text-transform: uppercase; }
  .price__list {
    margin-top: 12px; }
  .price__checkbox {
    color: #101010;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 18px; }
    .price__checkbox:last-child {
      margin-bottom: 0; }
  .price__right {
    width: -webkit-calc((100%)/12*4 - 30px);
    width: calc((100%)/12*4 - 30px); }
  .price__input {
    margin-bottom: 10px; }
    .price__input:last-of-type {
      margin-bottom: 0; }
  .price__submit {
    margin-top: 33px; }

@media (max-width: 991px) {
  .price__content {
    padding-bottom: 30px; }
  .price__wrap {
    margin-top: 20px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .price__right {
    width: -webkit-calc((100% +  30px)/12*5 - 30px);
    width: calc((100% +  30px)/12*5 - 30px); } }

@media (max-width: 767px) {
  .price__wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .price__type {
    width: -webkit-calc((100%)/12*6 - 30px);
    width: calc((100%)/12*6 - 30px);
    margin: 0 10px 10px; }
  .price__right {
    width: 100%;
    max-width: 350px;
    margin-top: 20px; } }

@media (max-width: 500px) {
  .price__wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .price__type {
    max-width: 320px;
    width: 100%;
    margin: 0;
    margin-bottom: 30px; }
  .price__right {
    margin-top: 0; }
  .price__submit {
    margin-top: 20px; } }

.related {
  background: #101010; }
  .related__content {
    padding-bottom: 80px; }
  .related__title {
    color: white; }
  .related__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 72px; }
  .related__item {
    width: -webkit-calc((100%)/12*3 - 30px);
    width: calc((100%)/12*3 - 30px);
    margin: 0 15px 0;
    border: 1px solid #efefef;
    padding: 17px 10px 25px; }
  .related__name {
    color: white;
    font-family: 'Raleway';
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2; }
  .related__pic {
    height: 160px;
    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;
    margin-top: 15px; }
    .related__pic img {
      max-width: 100%;
      max-height: 100%; }
  .related__com {
    color: white;
    font-family: 'Raleway';
    font-size: 20px;
    margin-top: 30px; }
  .related__form {
    margin-left: -15px;
    margin-right: -15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 32px; }
  .related__input {
    width: -webkit-calc((100%)/12*4 - 30px);
    width: calc((100%)/12*4 - 30px);
    margin: 0 15px; }
  .related__submit {
    width: -webkit-calc((100%)/12*4 - 30px);
    width: calc((100%)/12*4 - 30px);
    margin: 0 15px; }

@media (max-width: 991px) {
  .related__content {
    padding-bottom: 30px; }
  .related__list {
    margin-top: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: -30px; }
  .related__item {
    width: -webkit-calc((100%)/12*5 - 30px);
    width: calc((100%)/12*5 - 30px);
    margin-bottom: 30px; } }

@media (max-width: 767px) {
  .related__list {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -20px; }
  .related__item {
    width: -webkit-calc((100%)/12*6 - 20px);
    width: calc((100%)/12*6 - 20px);
    margin: 0 10px 20px; }
  .related__com {
    font-size: 16px;
    line-height: 1.2; }
  .related__form {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 15px; }
  .related__input {
    width: -webkit-calc((100%)/12*6 - 20px);
    width: calc((100%)/12*6 - 20px);
    margin: 0 10px 10px; }
  .related__submit {
    width: -webkit-calc((100%)/12*8 - 30px);
    width: calc((100%)/12*8 - 30px); } }

@media (max-width: 500px) {
  .related__item {
    width: 100%;
    max-width: 300px; }
  .related__pic {
    height: auto; }
  .related__form {
    margin: 25px 0 0; }
  .related__input {
    width: 100%;
    margin: 0 0 10px; }
  .related__submit {
    width: 100%;
    margin: 0 0 10px; } }

.credit {
  background: #ffffff; }
  .credit__content {
    padding-bottom: 80px; }
  .credit__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 45px; }
  .credit__left {
    margin: 0 15px;
    width: -webkit-calc((100%)/12*5 - 30px);
    width: calc((100%)/12*5 - 30px);
    position: relative;
    background: #111111;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -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;
    padding: 15px; }
    .credit__left:before {
      content: '';
      display: inline-block;
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      top: 0;
      z-index: 1;
      opacity: 0.5;
      background: linear-gradient(24deg, rgba(255, 255, 255, 0.288953) 0%, #101010 40%); }
    .credit__left img {
      max-width: 100%;
      position: relative;
      z-index: 2; }
  .credit__list {
    background: #101010;
    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;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: -webkit-calc((100%)/12*3 - 30px);
    width: calc((100%)/12*3 - 30px);
    margin: 0 15px;
    padding: 10px 10px 10px 35px; }
  .credit__item {
    color: white;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 17px;
    width: 100%; }
    .credit__item:last-child {
      margin-bottom: 0; }
    .credit__item:before {
      content: '';
      display: inline-block;
      width: 7px;
      height: 7px;
      background-color: #5e5f60;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      vertical-align: middle;
      margin-right: 10px; }
  .credit__form {
    width: -webkit-calc((100%)/12*4 - 30px);
    width: calc((100%)/12*4 - 30px);
    margin: 0 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .credit__subtitle {
    color: #101010;
    font-family: 'Raleway';
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: auto; }
  .credit__input {
    margin-bottom: 10px; }

@media (max-width: 1200px) {
  .credit__left_machin {
    width: -webkit-calc((100% +  0px)/12*7 - 0px);
    width: calc((100% +  0px)/12*7 - 0px); }
  .credit__left_logo {
    width: -webkit-calc((100% +  0px)/12*3 - 0px);
    width: calc((100% +  0px)/12*3 - 0px); } }

@media (max-width: 991px) {
  .credit__content {
    padding-bottom: 40px; }
  .credit__wrap {
    margin-top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .credit__left {
    margin: 0 150px 30px; }
    .credit__left_machin {
      width: 100%; }
    .credit__left_logo {
      display: none; }
  .credit__list {
    width: -webkit-calc((100%)/12*6 - 30px);
    width: calc((100%)/12*6 - 30px); }
  .credit__form {
    width: -webkit-calc((100%)/12*6 - 30px);
    width: calc((100%)/12*6 - 30px); } }

@media (max-width: 767px) {
  .credit__title {
    text-align: center; }
  .credit__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    margin-top: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .credit__left {
    margin: 0;
    width: 100%;
    max-width: 300px; }
  .credit__list {
    margin: 0;
    width: 100%;
    max-width: 300px;
    padding: 30px 20px;
    margin-top: 20px; }
  .credit__form {
    margin: 0;
    width: 100%;
    margin-top: 30px;
    max-width: 350px; } }

@media (max-width: 500px) {
  .credit__subtitle {
    margin-bottom: 10px; } }

.product {
  background: #101010; }
  .product__content {
    padding-bottom: 80px; }
  .product__title {
    color: #fff; }
  .product__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 70px;
    margin-bottom: -30px; }
  .product__item {
    margin: 0 15px 30px;
    border: 1px solid #efefef;
    width: -webkit-calc((100%)/12*3 - 30px);
    width: calc((100%)/12*3 - 30px);
    padding: 15px 10px 27px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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; }
  .product__name {
    color: white;
    font-family: 'Raleway';
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    min-height: 44px; }
  .product__pic {
    width: 165px;
    height: 152px;
    margin-top: 20px; }
    .product__pic img {
      max-width: 100%;
      max-height: 100%; }

@media (max-width: 1200px) {
  .product__item {
    width: -webkit-calc((100%)/12*4 - 30px);
    width: calc((100%)/12*4 - 30px); } }

@media (max-width: 991px) {
  .product__content {
    padding-bottom: 40px; }
  .product__list {
    margin-top: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .product__item {
    width: -webkit-calc((100%)/12*5 - 30px);
    width: calc((100%)/12*5 - 30px); } }

@media (max-width: 767px) {
  .product__list {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: -10px; }
  .product__item {
    width: -webkit-calc((100%)/12*6 - 10px);
    width: calc((100%)/12*6 - 10px);
    margin: 0 5px 10px; } }

@media (max-width: 500px) {
  .product__list {
    margin-left: 0;
    margin-right: 0; }
  .product__item {
    width: 100%;
    max-width: 300px; } }

.contacts {
  background: #ffffff; }
  .contacts__content {
    padding-bottom: 80px; }
  .contacts__wrap {
    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-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 45px; }
  .contacts__left {
    background: #101010;
    width: -webkit-calc((100% +  30px)/12*4 - 30px);
    width: calc((100% +  30px)/12*4 - 30px);
    min-height: 330px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 15px 52px; }
  .contacts__list {
    color: white;
    font-size: 18px;
    font-weight: 700; }
  .contacts__item {
    margin-bottom: 16px; }
    .contacts__item:last-child {
      margin-bottom: 0; }
    .contacts__item:before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px; }
    .contacts__item a {
      color: white; }
    .contacts__item._phone:before {
      background-image: url(../img/sprite.png);
      background-position: -255px -433px;
      width: 14px;
      height: 14px; }
    .contacts__item._what:before {
      background-image: url(../img/sprite.png);
      background-position: -236px -452px;
      width: 14px;
      height: 14px; }
    .contacts__item._mail:before {
      background-image: url(../img/sprite.png);
      background-position: -236px -433px;
      width: 14px;
      height: 14px; }
    .contacts__item._mark:before {
      background-image: url(../img/sprite.png);
      background-position: -306px -173px;
      width: 11px;
      height: 14px; }
  .contacts__map {
    width: -webkit-calc((100% +  30px)/12*4 - 30px);
    width: calc((100% +  30px)/12*4 - 30px);
    background: #ccc; }
  .contacts__form {
    width: -webkit-calc((100% +  30px)/12*4 - 30px);
    width: calc((100% +  30px)/12*4 - 30px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .contacts__subtitle {
    color: #101010;
    font-family: 'Raleway';
    font-size: 16px;
    font-weight: 700;
    line-height: 1.44;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-bottom: auto; }
  .contacts__input {
    margin-bottom: 10px; }
  .contacts__textarea {
    margin-bottom: 10px; }

@media (max-width: 1200px) {
  .contacts__left {
    padding: 15px; } }

@media (max-width: 991px) {
  .contacts__content {
    padding-bottom: 40px; }
  .contacts__wrap {
    margin-top: 30px; }
  .contacts__left {
    width: -webkit-calc((100% +  30px)/12*6 - 30px);
    width: calc((100% +  30px)/12*6 - 30px); }
  .contacts__form {
    width: -webkit-calc((100% +  30px)/12*6 - 30px);
    width: calc((100% +  30px)/12*6 - 30px); }
  .contacts__map {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    height: 300px;
    width: 100%;
    margin-top: 30px; } }

@media (max-width: 767px) {
  .contacts__wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .contacts__left {
    width: 100%;
    max-width: 340px;
    padding: 30px;
    min-height: 250px; }
  .contacts__form {
    width: 100%;
    max-width: 300px;
    margin-top: 30px; } }

.footer {
  background: #101010; }
  .footer__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -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;
    height: 152px; }

.footer-menu__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase; }
  .footer-menu__list li {
    margin-left: 40px; }
    .footer-menu__list li:first-child {
      margin-left: 0; }
  .footer-menu__list a {
    color: #ccc;
    display: inline-block;
    -webkit-transition: border-color 0.3s ease, color 0.3s ease;
    transition: border-color 0.3s ease, color 0.3s ease;
    border-bottom: 2px solid transparent;
    padding-bottom: 4px; }
    .footer-menu__list a:hover {
      color: #e60015;
      border-color: #e60015; }

.footer-copy {
  background: #1c1b1a; }
  .footer-copy__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    height: 55px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .footer-copy__policy {
    color: #ccc; }
    .footer-copy__policy:hover {
      color: #e60015; }
  .footer-copy__copy {
    color: white; }
  .footer-copy__dev {
    color: #ccc; }
    .footer-copy__dev:hover {
      color: #e60015; }

@media (max-width: 1200px) {
  .footer-menu__list li {
    margin-left: 20px; } }

@media (max-width: 991px) {
  .footer__logo {
    width: -webkit-calc((100%)/12*4 - 30px);
    width: calc((100%)/12*4 - 30px); }
  .footer-menu {
    width: -webkit-calc((100%)/12*8 - 30px);
    width: calc((100%)/12*8 - 30px); }
    .footer-menu__list {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
  .footer-copy__dev {
    width: 100%;
    text-align: center; } }

@media (max-width: 767px) {
  .footer__content {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px; }
  .footer__logo {
    width: -webkit-calc((100%)/12*6 - 30px);
    width: calc((100%)/12*6 - 30px); }
  .footer-menu {
    width: -webkit-calc((100%)/12*6 - 30px);
    width: calc((100%)/12*6 - 30px); }
    .footer-menu__list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .footer-menu__list li {
        margin-left: 0;
        text-align: right; }
  .footer-copy__content {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center; } }

@media (max-width: 500px) {
  .footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .footer__logo {
    width: auto; }
  .footer-menu {
    width: auto;
    margin-top: 20px; }
    .footer-menu__list li {
      text-align: center;
      margin-bottom: 20px; }
  .footer-copy__content {
    line-height: 1.2; }
  .footer-copy__copy {
    margin-top: 10px; }
  .footer-copy__dev {
    margin-top: 10px; } }

.modal {
  position: fixed;
  z-index: 999;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  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;
  display: flex;
  display: none;
  background: rgba(0, 0, 0, 0.7); }
  .modal__simple {
    color: #fff; }
  .modal__container {
    max-width: 460px;
    width: 90%;
    max-height: 100vh;
    overflow: auto; }
  .modal__wrapper {
    position: relative;
    overflow: hidden;
    background: #fff;
    padding: 40px 50px; }
  .modal__form {
    margin-top: 20px; }
  .modal__close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 34px;
    height: 34px;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
    .modal__close:before, .modal__close:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 20px;
      height: 2px;
      margin-top: -1px;
      margin-left: -10px;
      background: #aaa;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    .modal__close:after {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .modal__close:hover {
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }
  .modal__ok {
    margin-top: 20px; }
  .modal__title {
    color: #101010;
    font-family: 'Raleway';
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center; }
    .modal__title:after {
      display: none; }
  .modal__desc {
    color: #101010;
    font-family: 'Raleway';
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin-top: 20px; }

@media (max-width: 500px) {
  .modal__title {
    font-size: 20px; }
  .modal__wrapper {
    padding-left: 15px;
    padding-right: 15px; }
  .modal__close {
    top: 10px; }
  .modal__checkbox-wrap {
    font-size: 13px;
    padding-left: 40px; } }
