/*==============================
    ICONS
==============================*/

@font-face {
  font-family: 'icons';
  src: url("../fonts/icons10b5.ttf?kwwt6h") format("truetype"), url("../fonts/icons10b5.woff?kwwt6h") format("woff"), url("../fonts/icons10b5.svg?kwwt6h#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-bage:before {
  content: "\e900";
}

.icon-check:before {
  content: "\e901";
}

.icon-globe:before {
  content: "\e902";
}

.icon-location:before {
  content: "\e903";
}

.icon-mail:before {
  content: "\e904";
}

.icon-phone:before {
  content: "\e905";
}

.icon-repair:before {
  content: "\e906";
}

.icon-right:before {
  content: "\e907";
}

.icon-store:before {
  content: "\e908";
}

.icon-sb:before {
  content: "\e928";
}

/*==============================
  RESET
==============================*/

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

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

img,
fieldset,
a img {
  border: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  -webkit-appearance: none;
}

input[type="submit"],
button {
  cursor: pointer;
}

input[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

input,
button {
  margin: 0;
  padding: 0;
  border: 0;
}

div,
input,
textarea,
select,
button,
h1,
h2,
h3,
h4,
h5,
h6,
a,
span,
a:focus {
  outline: none;
}

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

table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}

html {
  box-sizing: border-box;
}

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

/*==============================
  GENERAL
==============================*/

body {
  background-color: #fff;
  color: #222;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}

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

h2 {
  font-size: 24px;
}

.container {
  padding: 0 6%;
}

.btn {
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  max-width: 166px;
  height: 50px;
  background-color: #ffca00;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(255, 202, 0, 0.5);
  color: #222;
  padding-top: 2px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.btn:hover {
  background-color: #ebba00;
  box-shadow: 0 5px 20px rgba(235, 186, 0, 0.5);
}

a.btn {
  display: inline-block;
  padding-top: 1px;
  line-height: 50px;
  text-align: center;
}

.form .btn {
  height: 60px;
  max-width: none;
  padding-top: 5px;
}

.call {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
}

.call .btn {
  font-size: 14px;
}

.call.call_footer {
  -webkit-box-pack: center;
  justify-content: center;
}

.call__item {
  padding: 0 10px;
  margin-bottom: 22px;
  width: 100%;
}

.call__item a {
  -webkit-transition: color .4s;
  transition: color .4s;
}

.call__item a:hover {
  color: #cccccc;
}

.call__item .icon {
  vertical-align: middle;
  font-size: 30px;
  margin-right: 15px;
  color: #ffca00;
}

.call__item a {
  vertical-align: middle;
}

.location-set {
  cursor: pointer;
  position: relative;
}

.location-set:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3px solid #fff;
  margin-left: 8px;
  vertical-align: middle;
}

.location-set .location-list {
  position: absolute;
  right: -14px;
  font-size: 12px;
  color: #222;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}

.location-set .location-list__inner {
  background-color: #fff;
  border-radius: 7px;
  padding: 18px;
  position: relative;
  min-width: 165px;
}

.location-set .location-list__inner:after {
  content: '';
  display: block;
  position: absolute;
  right: 14px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}

.location-set ul {
  max-height: 179px;
  overflow: auto;
}

.location-set ul li {
  margin-bottom: 5px;
}

.location-set ul li:last-child {
  margin-bottom: 0;
}

.location-set ul::-webkit-scrollbar {
  width: 4px;
}

.location-set ul::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.16);
}

.location-set ul::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #4d4d4d;
  width: 4px;
}

.location-set:hover .location-list {
  visibility: visible;
  opacity: 1;
}

.call_intro .location-list {
  top: 100%;
  padding-top: 12px;
}

.call_intro .location-list__inner:after {
  top: -3px;
  border-bottom: 3px solid #fff;
}

.call_footer .location-list {
  bottom: 100%;
  padding-bottom: 12px;
}

.call_footer ul:after {
  bottom: -3px;
  border-top: 3px solid #fff;
}

.call__item_phone {
  font-weight: bold;
}

.input-field input {
  height: 50px;
  width: 100%;
  border-radius: 5px;
  font-size: 16px;
  padding: 0 20px 0 26px;
}

.input-field {
  margin-bottom: 30px;
}

.form-agree {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.form-agree .icon {
  display: block;
  background-color: #fff;
  font-size: 8px;
  color: #ffc859;
  min-width: 30px;
  height: 30px;
  line-height: 32px;
  border-radius: 50%;
  text-align: center;
  margin-right: 14px;
}

.intro,
.products,
.work,
.clients,
.certificates {
  background-color: #f9f9f9;
}

/* Slick customize */

.slick-slide {
  padding: 0 15px;
}

.slick-dots {
  width: 100%;
  text-align: center;
  margin-top: 16px;
}

.slick-dots li {
  display: inline-block;
  margin-right: 10px;
}

.slick-dots li:last-child {
  margin-right: 0;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:before {
  content: '';
  display: block;
  background-color: #999;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.slick-dots li.slick-active button:before {
  background-color: #ffca00;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(23, 23, 23, 0.95);
  display: none;
  top: 0;
  left: 0;
  z-index: 5;
}

.vbox-inline {
  width: auto;
}

.vbox-overlay {
  z-index: 20;
}

/*==============================
    PRELOADER
==============================*/

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: #413732;
}

.loader {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
}

.loader img {
  display: block;
}

.lds-ellipsis {
  position: relative;
  width: 64px;
  height: 64px;
  display: inline-block;
}

.lds-ellipsis span {
  display: block;
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
  background-color: #fcbf00;
}

.lds-ellipsis span:nth-child(1) {
  left: 6px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis span:nth-child(2) {
  left: 6px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis span:nth-child(3) {
  left: 26px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis span:nth-child(4) {
  left: 45px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
  animation: lds-ellipsis3 0.6s infinite;
}

@-webkit-keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(19px, 0);
    transform: translate(19px, 0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(19px, 0);
    transform: translate(19px, 0);
  }
}

@-webkit-keyframes lds-ellipsis {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes lds-ellipsis {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

.word {
  display: inline-block;
}

.char {
  display: inline-block;
}

/*==============================
    HEADER
==============================*/

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 15;
  height: 100%;
  display: none;
  max-width: 260px;
  background-color: #f2eedb;
}

.header .container-fluid {
  padding: 45px 15px;
  height: 100%;
  margin: 0;
}

.header-menu__item {
  font-size: 19px;
  padding-left: 15px;
  margin-bottom: 13px;
}

.header-menu__item a {
  display: block;
}

.header-menu__item.header-menu__item_phone .icon,
.header-menu__item.header-menu__item_phone a {
  vertical-align: middle;
}

.header-menu__item.header-menu__item_phone .icon {
  margin-right: 10px;
}

.header-menu__item.header-menu__item_phone a {
  display: inline-block;
}

.header-menu__item.header-menu__item_btn .btn {
  margin-top: 6px;
}

/*==============================
    INTRO
==============================*/

.intro {
  padding-top: 90px;
  padding-bottom: 137px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.intro-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-bottom: 143px;
}

.intro-bg:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../img/bg-intro.jpg") no-repeat;
  background-size: cover;
}

.intro-header {
  position: relative;
}

.intro-header > .row {
  -webkit-box-align: start;
  align-items: flex-start;
}

.intro-logo {
  margin-right: auto;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  background-color: rgba(42, 33, 26, 0.9);
  z-index: 10;
}

.intro-logo .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
}

.intro-logo img {
  display: block;
  width: 85px;
  height: auto;
}

.intro-body {
  margin-top: 50px;
}

.intro-body h1 {
  margin-left: -5px;
  margin-bottom: .3em;
  font-size: 30px;
}

.intro-body p {
  font-size: 21px;
  margin-bottom: 1.3em;
}

.call_intro {
  padding-top: 14px;
  position: relative;
  z-index: 5;
}

.location-set {
  display: inline-block;
  vertical-align: middle;
}

.intro-body {
  position: relative;
}

.intro-body__img img {
  max-width: 90%;
  display: block;
  margin: 0 auto -115px;
}

.intro-body__form {
  padding: 0 15px;
  z-index: 2;
}

.toggler {
  background-color: transparent;
  border: none;
  outline: none !important;
  cursor: pointer;
  display: block;
}

.toggler-strip {
  position: relative;
  margin-top: 9px;
  margin-bottom: 9px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.toggler-strip,
.toggler-strip::before,
.toggler-strip::after {
  display: block;
  width: 35px;
  height: 3px;
  background-color: #fff;
  outline: 1px solid transparent;
  border-radius: 2px;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.toggler-strip::before,
.toggler-strip::after {
  position: absolute;
  content: "";
}

.toggler-strip::before {
  top: -9px;
}

.toggler-strip::after {
  top: 9px;
}

.menu-opened .toggler-strip {
  background-color: transparent;
}

.menu-opened .toggler-strip::before {
  -webkit-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
}

.menu-opened .toggler-strip::after {
  -webkit-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
}

.form_intro {
  margin-bottom: 40px;
}

/*==============================
    PRODUCTS
==============================*/

.products {
  padding-bottom: 60px;
}

.products h2 {
  margin-bottom: 0.15em;
  text-align: center;
}

.products-section {
  padding-bottom: 33px;
}

.products-set {
  margin: 0 auto;
  max-width: 390px;
}

.products-set .slick-track {
  padding: 30px 0;
}

.products-item {
  text-align: center;
  border: 1px solid #ececec;
  padding-bottom: 50px;
  background-color: #fff;
  border-radius: 9px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07);
}

.products-item h3 {
  margin-bottom: 1.2em;
  padding: 0 10px;
}

.products-item__img {
  padding: 72px 0 52px;
  position: relative;
  cursor: pointer;
}

.products-item__img img {
  margin: 0 auto;
  display: block;
  max-width: 85%;
  height: auto;
}

.products-item__img:hover .products-data {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.products-data {
  background-color: rgba(255, 255, 255, 0.96);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 13.6% 10.5% 10px;
  opacity: 0;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all .35s;
  transition: all .35s;
}

.products-data__row {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 4.2%;
  text-align: left;
}

.products-data__title {
  font-size: 12px;
  padding-right: 8px;
}

.products-data__value {
  font-size: 12px;
  font-weight: bold;
}

/*==============================
    ADVANTAGES
==============================*/

.advantages {
  padding: 65px 0 60px;
  text-align: center;
}

.advantages-item {
  font-size: 14px;
  max-width: 400px;
  margin: 0 auto 25px;
}

.advantages-item h4 {
  margin-bottom: 1.1em;
}

.advantages-item p {
  line-height: 1.25em;
}

.advantages-icon {
  margin-bottom: 23px;
}

.advantages-icon .icon {
  display: inline-block;
  font-size: 80px;
  color: #ffca00;
}

/*==============================
    DISCOUNT
==============================*/

.discount {
  padding-top: 88px;
  padding-bottom: 96px;
  color: #fff;
  background: url("../img/bg-intro.jpg") left center no-repeat;
  background-size: cover;
}

.discount h2 {
  margin-bottom: .35em;
}

.discount h2,
.discount p {
  text-align: center;
}

.discount p {
  font-size: 18px;
  max-width: 750px;
  margin: 0 auto 2.75em;
}

.form_discount {
  max-width: 585px;
  margin: 0 auto;
}

/*==============================
    WORK
==============================*/

.work {
  padding-top: 70px;
  padding-bottom: 34px;
  font-size: 14px;
}

.work h2 {
  margin-bottom: 1em;
}

.work .container-fluid {
  max-width: 1170px;
}

.work .container-fluid .row {
  -webkit-box-pack: center;
  justify-content: center;
}

.work-item {
  width: 50%;
  padding: 0 15px;
  margin-bottom: 50px;
}

.work-item h4 {
  margin-bottom: 1em;
}

.work-item:first-child .work-step:before {
  content: '01';
}

.work-item:nth-child(2) .work-step:before {
  content: '02';
}

.work-item:nth-child(3) .work-step:before {
  content: '03';
}

.work-item:nth-child(4) .work-step:before {
  content: '04';
}

.work-item:nth-child(5) .work-step:before {
  content: '05';
}

.work-item__iner {
  max-width: 200px;
  margin: 0 auto;
}

.work-step {
  padding-left: 10px;
  margin-bottom: 44px;
  position: relative;
}

.work-step .icon {
  display: none;
}

.work-step:before {
  font-size: 27px;
  position: absolute;
  top: 18px;
  left: 27px;
  font-weight: bold;
  vertical-align: middle;
  display: inline-block;
}

.work-circle {
  width: 70px;
  height: 70px;
  border: 5px solid #ffca00;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  box-shadow: 0 5px 20px rgba(255, 202, 0, 0.5);
  margin-right: 14px;
}

/*==============================
    NUMBERS
==============================*/

.numbers {
  padding: 70px 0 68px;
}

.numbers h2 {
  margin-bottom: .8em;
  text-align: center;
}

.numbers-set {
  text-align: center;
  max-width: 360px;
  margin: 0 auto;
}

.numbers-item {
  margin-bottom: 22px;
}

.numbers-item__inner {
  background-color: #fff;
  position: relative;
  font-weight: bold;
  border-radius: 7px;
  border: 1px solid #ececec;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07);
  padding: 40px 15px 48px;
}

.numbers-item__inner .numbers-more,
.numbers-item__inner p {
  font-size: 14px;
}

.numbers-item__inner .numbers-more {
  top: 31px;
}

.numbers-item__inner p {
  top: 100px;
}

.numbers-value {
  font-size: 45px;
  line-height: 1em;
  margin: 6px 0;
}

.corner {
  display: block;
  height: 50px;
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}

.corner:before,
.corner:after {
  content: '';
  display: block;
  position: absolute;
  border-radius: 50%;
}

.corner:before {
  width: 100px;
  height: 100px;
  background-color: #f2f2f2;
  left: 0;
  bottom: 0;
}

.corner:after {
  width: 80px;
  height: 80px;
  background-color: #f9f9f9;
  left: 10px;
  bottom: 10px;
}

/*==============================
    CLIENTS
==============================*/

.clients {
  padding: 70px 0 78px;
  text-align: center;
}

.clients h2 {
  margin-bottom: .15em;
}

.clients-set {
  margin: 0 -15px;
}

.clients-set .slick-dots {
  margin-top: 9px;
}

.clients-set .slick-track {
  padding: 30px 0;
}

.clients-item {
  background-color: #fff;
  height: 140px;
  text-align: center;
  position: relative;
  border-radius: 7px;
  border: 1px solid #ececec;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07);
  max-width: 265px;
}

.clients-item img {
  display: block;
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

/*==============================
    ABOUT
==============================*/

.about {
  padding: 70px 0 125px;
}

.about h2 {
  margin-bottom: .8em;
}

.about .row {
  -webkit-box-align: center;
  align-items: center;
}

.about-img {
  margin-bottom: 21px;
}

.about-img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 7px;
}

.about-text p {
  font-size: 14px;
  margin-bottom: 1em;
}

.about-text p:last-child {
  margin-bottom: 0;
}

/*==============================
    Certificates
==============================*/

.certificates {
  padding: 70px 0 195px;
  text-align: center;
}

.certificates h2 {
  margin-bottom: .85em;
}

.certificates img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 7px;
  border: 1px solid #ececec;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07);
}

.certificates-set {
  margin: 0 -15px;
}

.certificates-set .slick-track {
  padding: 30px 0;
}

.vbox-close {
  width: 55px;
  font-size: 28px;
}

.vbox-left {
  background-color: transparent !important;
}

.vbox-overlay {
  background-color: rgba(23, 23, 23, 0.95) !important;
}

.certificates-item {
  max-width: 265px;
}

/*==============================
    CONTACTS
==============================*/

.contacts {
  padding: 100px 0 100px;
  position: relative;
}

.contacts-map {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}

.contacts .contacts-form {
  top: -218px;
}

.contacts-form {
  background-color: #fff;
  max-width: 360px;
  padding: 35px 42px;
  border-radius: 7px;
  position: relative;
 box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
}

.contacts-form .form-title {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 1em;
}

.contacts-form .input-field input,
.contacts-form .form-agree .icon {
  border: 1px solid #ececec;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07);
}

.contacts-form .input-field {
  margin-bottom: 20px;
}

.contacts-form .form-agree {
  margin-bottom: 20px;
}

.contacts-form .btn {
  max-width: none;
}

/*==============================
    FOOTER
==============================*/

.footer {
  padding-bottom: 25px;
  background: url("../img/bg-intro.jpg") left center no-repeat;
  background-size: cover;
  color: #fff;
}

.footer-top {
  padding: 45px 0 13px;
}

.footer-menu {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}

.footer-menu__item {
  padding: 0 20px;
  margin-bottom: 12px;
  min-width: 200px;
  text-align: center;
}

.footer-logo {
  max-width: 120px;
  margin-right: auto;
  margin-left: 10px;
  display: none;
}

.footer-logo img {
  display: block;
  width: 100%;
  height: auto;
}

#modal-form,
#modal-call {
  display: none;
}

.vbox-inline {
  max-width: 360px !important;
  height: auto !important;
  background-color: transparent !important;
}

.call.call_footer .call__item {
  text-align: center;
}

.footer-bottom {
  padding-top: 20px;
  text-align: center;
}

.footer-bottom a {
  color: #bdbcbc;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.footer-bottom a:hover {
  color: #dbdbdb;
}

.footer-bottom .icon {
  margin-right: 10px;
}

/*==============================
	MEDIA QUERIES
==============================*/

@media only screen and (min-width: 576px) {
  h2 {
    font-size: 35px;
  }

  .container {
    padding: 0 15px;
  }

  .call__item {
    width: auto;
	  margin-right: 10px;
  }

  .form-agree {
    margin-bottom: 0;
    -webkit-box-align: start;
    align-items: flex-start;
  }

  .intro-body h1 {
    font-size: 45px;
  }

  .intro-body p {
    font-size: 25px;
  }

  .intro-body__img img {
    max-width: 100%;
  }

  .intro-body__form {
    min-width: 445px;
  }

  .products h2 {
    text-align: left;
  }

  .products-set {
    max-width: none;
    margin: 0 -15px;
  }

  .advantages {
    padding: 100px 0 75px;
    text-align: left;
  }

  .advantages-item {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .work {
    padding-top: 88px;
  }

  .work-item {
    width: 33.333%;
  }

  .work-step:before {
    position: relative;
    top: auto;
    left: auto;
    font-size: 50px;
    margin-right: -40px;
  }

  .work-circle {
    width: 90px;
    height: 90px;
    border: 10px solid #ffca00;
  }

  .numbers {
    padding: 88px 0 78px;
  }

  .numbers-item__inner {
    padding: 46px 0 50px;
  }

  .numbers-item__inner .numbers-more,
  .numbers-item__inner p {
    font-size: 16px;
  }

  .numbers-value {
    font-size: 50px;
  }

  .clients {
    text-align: left;
    padding: 88px 0 100px;
  }

  .about {
    padding: 88px 0 125px;
  }

  .certificates {
    padding: 88px 0 210px;
  }

  .certificates {
    text-align: left;
  }

  .footer-menu__item {
    min-width: 0;
    text-align: left;
  }

	.call__item_phone{
		margin-bottom: 0;
	}
	
  .call.call_footer .call__item {
    text-align: left;
  }
	
}

@media only screen and (min-width: 768px) {
  h2 {
    font-size: 42px;
  }
	.call__item_phone{
		margin-bottom: 22px;
	}
  .call.call_footer {
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .call__item_btn {
    min-width: 166px;
  }

  .numbers h2 {
    text-align: left;
  }

  .numbers-set {
    max-width: none;
    margin: 0 -15px;
  }

  .numbers-item__inner {
    padding: 56px 0 72px;
  }

  .numbers-item__inner .numbers-more,
  .numbers-item__inner p {
    width: 100%;
    left: 0;
    position: absolute;
    font-size: 14px;
  }

  .numbers-value {
    font-size: 40px;
    margin: 0;
  }

  .certificates {
    padding-bottom: 70px;
  }

  .contacts .contacts-form {
    top: 0;
  }

  .footer-bottom {
    padding-top: 15px;
  }
}

@media only screen and (min-width: 992px) {
   .call__item{
	   margin-right: 0;
	}
  .call__item_phone {
    font-size: 28px;
  }

  .intro-body h1 {
    font-size: 60px;
  }

  .intro-body {
    flex-wrap: nowrap;
  }

  .intro-body__img img {
    max-width: none;
    margin: -25px 0 -145px -153px;
  }

  .intro-body__form {
    min-width: 585px;
  }

  .form_intro {
    margin-bottom: 0;
  }

  .numbers-item__inner {
    padding: 68px 0 72px;
  }

  .numbers-item__inner .numbers-more,
  .numbers-item__inner p {
    font-size: 16px;
  }

  .numbers-item__inner .numbers-more {
    top: 44px;
  }

  .numbers-item__inner p {
    top: 122px;
  }

  .numbers-value {
    font-size: 50px;
  }
	
   .call {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
   }
	
  .call__item {
    padding: 0;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1200px) {
  h2 {
    font-size: 45px;
  }

  .call {
    max-width: 875px;
  }

  .overlay {
    display: none !important;
  }

  .header {
    height: auto;
    background: transparent;
    max-width: none;
    display: block !important;
    -webkit-transform: none !important;
    transform: none !important;
    color: #fff;
    -webkit-transition: all .4s;
    transition: all .4s;
  }

  .header.header_dark {
    background-color: rgba(42, 33, 26, 0.9);
  }

  .header .container-fluid {
    max-width: 1170px;
    margin: 0 auto;
    padding: 30px 15px 31px;
  }

  .header-menu {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .header-menu__item {
    font-size: 16px;
    padding: 0 7px;
    margin-bottom: 0;
  }

  .header-menu__item.active a:after {
    width: 100%;
  }

  .header-menu__item a {
    position: relative;
  }

  .header-menu__item a:after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background-color: #ffca00;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 6px;
    -webkit-transition: color .4s;
    transition: color .4s;
  }

  .header-menu__item a:hover {
    color: #cccccc;
  }

  .header-menu__item.header-menu__item_phone,
  .header-menu__item.header-menu__item_btn {
    display: none;
  }

  .intro-logo {
    position: static;
    width: auto;
    background-color: transparent;
  }

  .intro-logo .container {
    padding: 0;
    width: auto;
    display: block;
  }

  .intro-logo img {
    width: auto;
  }

  .toggler {
    display: none;
  }

  .products-data__value {
    font-size: 14px;
  }

  .work .container-fluid .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .work-item {
    width: auto;
    max-width: 200px;
  }

  .work-item__iner {
    max-width: none;
    margin: 0;
  }

  .work-step .icon {
    font-size: 32px;
    display: inline-block;
    vertical-align: middle;
  }

  .about-img {
    margin-bottom: 0;
  }

  .footer-menu {
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .footer-menu__item {
    padding: 0 7px;
  }

  .footer-menu__item a {
    -webkit-transition: color .4s;
    transition: color .4s;
  }

  .footer-menu__item a:hover {
    color: #cccccc;
  }

  .footer-logo {
    display: block;
  }
}