@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&subset=cyrillic");
body {
  margin: 0px;
  padding: 0px;
  font-family: Arial, sans-serif;
  background-color: #0B1F3B;
  height: 100%;
  line-height: 1;
  position: relative;
  font-size: 13px !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

blockquote, q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-width: 0px;
  padding: 0px;
  margin: 0px;
}

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

input,
textarea {
  color: #333;
  font-family: Arial, sans-serif;
  outline: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}

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

td {
  margin: 0px;
  padding: 0px;
}

form {
  padding: 0px;
  margin: 0px;
}

a {
  color: #100da9;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
  text-decoration: none;
}

a,
span,
div,
button {
  outline: none !important;
}

input[type=submit],
input[type=button],
button {
  -webkit-appearance: none;
  outline: none;
}

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

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

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/*@import "components/_fancybox";*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  max-width: 169px;
  max-height: 300px;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/*@import "components/_mCustomScrollbar";*/
/*
================================================================================
|                                     HEADER                                   |
================================================================================
*/
header {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-order: 1;
}

.header {
  border-bottom: 0;
  -webkit-box-shadow: 0 -1px 0 0 #0B1F3B inset;
          box-shadow: 0 -1px 0 0 #0B1F3B inset;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 15;
  background: #0B1F3B;
}

.header__logo span {
  font: 300 18px "Roboto", sans-serif;
  color: #E2E8F0;
  text-transform: uppercase;
  display: inline-block;
  margin-left: 12px;
}

img.header__logo, img.footer__logo {
	max-width: 200px;
}

.header__logo span b {
  font-weight: 700;
}

.header__nav {
  padding-right: 20px;
  width: 80%;
  margin: auto;
}

.header__nav ul {
  list-style: none;
}

.header__nav ul li {
  position: relative;
}

.header__nav ul li:hover {
  -webkit-box-shadow: 0px -2px 0px 0px #1F6FEB inset;
          box-shadow: 0px -2px 0px 0px #1F6FEB inset;
}

.header__nav ul li:hover .dropdown {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  opacity: 1;
}

.header__nav ul li a {
  font: 400 16px "Roboto", sans-serif;
  color: #E2E8F0;
  display: inline-block;
  padding: 32px 0;
}

.header__nav ul li .dropdown {
  background: #0B1F3B;
  position: absolute;
  top: 100%;
  width: 250px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  padding: 16px 0;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 5;
}

.header__nav ul li .dropdown li a {
  display: block;
  font: 400 14px/35px "Roboto", sans-serif;
  padding: 0 30px;
}

.header__nav ul li .dropdown li a:hover {
  background: #E2E8F0;
  color: #0B1F3B;
}

.header__nav ul li .dropdown li:hover {
  -webkit-box-shadow: 0 0 0 0;
          box-shadow: 0 0 0 0;
}

.header__phone {
  font: 400 16px "Roboto", sans-serif;
  color: #E2E8F0;
  position: relative;
  padding-left: 0;
  vertical-align: middle;
  line-height: 40px;
}

/* .header__phone:before {
  content: "";
  width: 25px;
  height: 26px;
  position: absolute;
  left: -35px;
  top: 50%;
  margin-top: -13px;
  background: url(/img/phone.png);
  background-size: 100% 100%;
} */

/* .header__wa {
	line-height: 40px;
} */

.header__wa img {
	height: 25px;
	margin: 0 5px 0 0;
}

.header__phone:hover {
  color: #1F6FEB;
}

.header__toggle {
  width: 40px;
  height: 26px;
  margin-right: 0;
  margin-left: auto;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.header__toggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #E2E8F0;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.header__toggle span:first-child {
  top: 0px;
}

.header__toggle span:nth-child(2) {
  top: 11px;
}

.header__toggle span:last-child {
  top: 22px;
}

.header__toggle.open span:first-child {
  top: 11px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.header__toggle.open span:nth-child(2) {
  opacity: 0;
  left: -40px;
}

.header__toggle.open span:last-child {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

@media (max-width: 1199.98px) {
  .header {
    padding-top: 10px;
  }
  .header__nav {
    padding-right: 0;
    width: 100%;
  }
  .header__nav ul li a {
    padding: 15px 0;
  }
}

@media (max-width: 767.98px) {
  .header {
    padding: 10px 0;
    height: 66px;
  }
  .header__nav {
    overflow-y: auto;
  }
  .header__nav ul li a {
    width: 100%;
  }
  .header__nav ul li .dropdown {
    display: none;
    width: 100%;
    position: static;
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transition: 0s;
    transition: 0s;
    padding: 0;
    background: #0B1F3B;
    -webkit-box-shadow: 0 0 0 0;
            box-shadow: 0 0 0 0;
  }
  .header__nav ul li:hover {
    -webkit-box-shadow: 0 0 0 0;
            box-shadow: 0 0 0 0;
  }
  .header__phone {
    display: inline-block;
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .header__menu {
    display: none;
  }
}

/*
================================================================================
|                                     FOOTER                                   |
================================================================================
*/
footer {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -webkit-order: 3;
	padding-bottom: env(safe-area-inset-bottom);
	background: #0B1F3B;
}

.footer {
  background: #0B1F3B;
  padding: 155px 0 110px;
}

.footer__logo {
  margin-bottom: 55px;
}

.footer__logo span {
  color: #fff;
}

.footer__text {
  margin-bottom: 35px;
}

.footer__text p {
  font: 400 13px "Roboto", sans-serif;
  color: #E2E8F0;
  margin-bottom: 5px;
}

.footer__docs a {
  font: 400 13px "Roboto", sans-serif;
  color: #E2E8F0;
  margin-bottom: 5px;
  display: block;
  text-decoration: underline;
}

.footer__docs a:hover {
  color: #1F6FEB;
}

.footer__nav {
  margin-bottom: 45px;
  border-bottom: 1px solid #E2E8F0;
}

.footer__box {
  width: 100%;
  position: relative;
  /*&:before{
			content: "";
			width: 100%;
			height: 1px;
			background: #888888;
			position: absolute;
			left: 0;
			top: 42px;
		}*/
}

.footer__item:first-child {
  margin-right: 75px;
}

.footer__item:nth-child(2) {
  margin-right: 85px;
}

.footer__title {
  text-transform: uppercase;
  font: 400 16px "Roboto", sans-serif;
  color: #E2E8F0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-bottom: 20px;
  display: block;
  position: relative;
}

.footer__title:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #1F6FEB;
  position: absolute;
  left: 0;
  top: 38px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer__title:hover {
  color: #E2E8F0;
}

.footer__title:hover:before {
  opacity: 1;
}

.footer__subtitle {
  text-transform: uppercase;
  font: 400 14px "Roboto", sans-serif;
  color: #E2E8F0;
  display: block;
  margin-bottom: 20px;
}

.footer__phone {
  display: block;
  font: 400 14px/24px "Roboto", sans-serif;
  color: #E2E8F0;
}

.footer__phone:hover {
  color: #1F6FEB;
}

.footer__email {
  display: block;
  font: 400 14px/24px "Roboto", sans-serif;
  color: #E2E8F0;
  text-decoration: underline;
}

.footer__email:hover {
  padding-left: 5px;
  color: #1F6FEB;
}

.footer__address {
  font: 400 14px/24px "Roboto", sans-serif;
  color: #E2E8F0;
}

@media (max-width: 1199.98px) {
  .footer__item:first-child {
    margin-right: 43px;
  }
  .footer__item:nth-child(2) {
    margin-right: 50px;
  }
}

@media (max-width: 991.98px) {
  .footer {
    padding: 120px 0 55px;
  }
  .footer__logo {
    margin-bottom: 0;
  }
  .footer__text {
    margin-bottom: 0;
  }
  .footer__text p:last-child {
    margin-bottom: 0;
  }
  .footer__docs a:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 767.98px) {
  .footer {
    padding: 120px 0 55px;
  }
  .footer__logo {
    margin-bottom: 0;
  }
  .footer__nav {
    display: none !important;
  }
  .footer__text {
    margin: 15px 0;
  }
  .footer__text p:last-child {
    margin-bottom: 0;
  }
  .footer__docs a:last-child {
    margin-bottom: 0;
  }
  .footer__item {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 15px;
  }
  .footer__subtitle {
    margin-bottom: 10px;
  }
  .footer__address br {
    display: none;
  }
}

.main-wrapper {
  padding: 0 0 0 0;
  min-width: 320px;
  width: 100%;
  position: relative;
  overflow: hidden;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
}

.wrapper {
  min-width: 320px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-order: 2;
}

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

.btn {
  position: relative;
  text-transform: uppercase;
  width: 205px;
  height: 66px;
  border: 2px solid #1F6FEB;
  padding: 0 30px;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn span {
  display: block;
  font: 700 14px "Roboto", sans-serif;
  color: #282828;
  position: relative;
  text-align: left;
}

.btn span:after {
  content: "";
  width: 14px;
  height: 12px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
  background: url(/img/arrow.png);
  background-size: 100% 100%;
}

.btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1F6FEB;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.btn:hover span {
  color: #fff;
}

.btn:hover span:after {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.btn:hover:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
          transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.btn_2 {
  width: 225px;
  border-color: #e8e8e8;
}

.btn_2:before {
  background: #e8e8e8;
}

.btn_2:hover span {
  color: #282828;
}

.btn_2:hover span:after {
  -webkit-filter: none;
          filter: none;
}

.btn_3, .btn_4 {
  min-width: 120px;
  width: 48%;
  height: 42px;
  border-width: 1px;
  padding: 0;
  border-radius: 0;
}

.btn_3 span, .btn_4 span {
  font: 300 14px "Roboto", sans-serif;
  text-align: center;
}

.btn_3 span:after, .btn_4 span:after {
  content: none;
}

.btn_4 {
  border-color: #e8e8e8;
}

.btn_4:before {
  background: #e8e8e8;
}

.btn_4:hover span {
  color: #282828;
}

.btn_4:hover span:after {
  -webkit-filter: none;
          filter: none;
}

.btn:focus {
  -webkit-box-shadow: 0 0 0 0;
          box-shadow: 0 0 0 0;
}

.title {
  font: 400 30px "Roboto", sans-serif;
  color: #161616;
  margin-bottom: 30px;
}

.banner__slider {
  position: relative;
}

.banner__slide {
  padding: 100px 0;
  background: url(/img/banner.jpg) center center no-repeat;
  background-size: cover;
}

.banner__title {
  font: 300 48px/54px "Roboto", sans-serif;
  color: #000;
  margin-bottom: 25px;
}

.banner__title b {
  font-weight: 700;
}

.banner__desc {
  font: 400 16px/30px "Roboto", sans-serif;
  color: #000;
  margin-bottom: 55px;
}

.banner__control {
  width: 65px;
  height: 65px;
  -webkit-box-shadow: 0 0 0 999px rgba(0, 0, 0, 0.25) inset;
          box-shadow: 0 0 0 999px rgba(0, 0, 0, 0.25) inset;
  top: auto;
  bottom: 100px;
  opacity: 1 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
	display: none;
}

.banner__control:hover {
  -webkit-box-shadow: 0 0 0 999px rgba(0, 0, 0, 0.75) inset;
          box-shadow: 0 0 0 999px rgba(0, 0, 0, 0.75) inset;
}

.banner__control.carousel-control-prev {
  left: auto;
  right: 50%;
  margin-right: -490px;
}

.banner__control.carousel-control-prev img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.banner__control.carousel-control-next {
  right: 50%;
  margin-right: -555px;
}

.brands {
  padding: 75px 0 45px;
  background: #fff;
}

.brands__slider .slick-slide {
  margin: 0 15px;
}

.brands__slider .slick-list {
  margin: 0 -15px;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.brands__slider .slick-prev, .brands__slider .slick-next {
  width: 40px;
  height: 38px;
  text-indent: 9999px;
  background: url(/img/arrow.png) center center no-repeat;
  border: 0;
  position: absolute;
  top: -68px;
  right: 50%;
  z-index: 2;
}

.brands__slider .slick-prev {
  margin-right: -527px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.brands__slider .slick-next {
  margin-right: -567px;
}

.brands__slide {
  height: 265px;
  background: #E2E8F0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.brands__slide:hover {
  background: #fff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.about {
  padding: 65px 0 50px;
  background-color: #fff;
}

.about__box {
  height: 100%;
  padding-bottom: 15px;
}

.about__text {
  margin-bottom: 20px;
}

.about__text p {
  font: 400 14px/24px "Roboto", sans-serif;
  color: #4a4a4a;
  margin-bottom: 20px;
}

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

.about__contr.carousel-control-next {
  bottom: 0;
  right: 0;
  margin: 0;
}

.about__contr.carousel-control-prev {
  bottom: 0;
  right: 65px;
  margin: 0;
}

.guar {
  padding: 50px 0 55px;
  background-color: #fff;
}

.guar .title {
  margin-bottom: 50px;
}

.guar__banner {
  width: 100%;
}

.guar__item {
  position: relative;
  top: -41px;
}

.guar__item span {
  font: 300 48px "Roboto", sans-serif;
  color: #1F6FEB;
  display: inline-block;
  margin-bottom: 30px;
  line-height: 48px;
}

.guar__item h4 {
  font: 400 18px "Roboto", sans-serif;
  color: #161616;
  margin-bottom: 20px;
}

.guar__item p {
  font: 400 14px/24px "Roboto", sans-serif;
  color: #4a4a4a;
}

.sert {
  padding: 55px 0 5px;
  background: #fff;
}

.sert__slider .slick-slide {
  margin: 0 15px;
}

.sert__slider .slick-list {
  margin: 0 -15px;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.sert__slider .slick-prev, .sert__slider .slick-next {
  width: 40px;
  height: 38px;
  text-indent: 9999px;
  background: url(/img/arrow.png) center center no-repeat;
  border: 0;
  position: absolute;
  top: -68px;
  right: 50%;
  z-index: 2;
}

.sert__slider .slick-prev {
  margin-right: -527px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sert__slider .slick-next {
  margin-right: -567px;
}

.sert__slide {
  height: 335px;
  background: #E2E8F0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sert__slide:hover {
  background: #fff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.consult {
  position: relative;
  background-color: #fff;
}

.consult__box {
  background: #F6F8FB;
  position: relative;
  z-index: 3;
  top: 60px;
  padding: 60px 55px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.consult__info {
  width: 380px;
  padding-top: 15px;
}

.consult__info h3 {
  font: 400 30px/36px "Roboto", sans-serif;
  color: #000;
  margin-bottom: 18px;
}

.consult__info p {
  font: 400 14px/18px "Roboto", sans-serif;
  color: #000;
}

.consult__info p a {
  color: #db8c6a;
  text-decoration: underline;
}

.consult__form {
  width: 445px;
}

.consult__form input {
  background: #F6F8FB;
  width: 210px;
  height: 65px;
  border: 0;
  border-bottom: 1px solid #1F6FEB;
  border-radius: 0;
  color: #000;
  font: 400 14px/30px "Roboto", sans-serif;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.consult__form input::-webkit-input-placeholder {
  color: #6b6b6b;
  font: 400 14px/30px "Roboto", sans-serif;
}

.consult__form input:-ms-input-placeholder {
  color: #6b6b6b;
  font: 400 14px/30px "Roboto", sans-serif;
}

.consult__form input::-ms-input-placeholder {
  color: #6b6b6b;
  font: 400 14px/30px "Roboto", sans-serif;
}

.consult__form input::placeholder {
  color: #6b6b6b;
  font: 400 14px/30px "Roboto", sans-serif;
}

.consult__form input:focus {
  padding-left: 10px;
}

.consult__form .btn {
  margin-top: 30px;
}

.pagebanner {
  padding: 170px 0;
}

.pagebanner_1 {
  background: url(/img/qna-banner.jpg) center center no-repeat;
  background-size: cover;
}

.pagebanner_2 {
  background: url(/img/access-banner.jpg) center center no-repeat;
  background-size: cover;
}

.pagebanner_3 {
  background: url(/img/contact-banner.jpg) center center no-repeat;
  background-size: cover;
}

.pagebanner_4 {
  background: url(/img/producer-banner.jpg) center center no-repeat;
  background-size: cover;
}

.pagebanner_5 {
  background: url(/img/equipment-banner.jpg) center center no-repeat;
  background-size: cover;
}

.pagebanner__title {
  font: 300 48px "Roboto", sans-serif;
  color: #0B1F3B;
  margin-bottom: 15px;
}

.breadcrumbs__link {
  font: 400 14px "Roboto", sans-serif;
  color: #0B1F3B;
  display: inline-block;
}

.breadcrumbs__link:hover {
  color: #1F6FEB;
}

.breadcrumbs__sep {
  font: 400 14px "Roboto", sans-serif;
  color: #0B1F3B;
  display: inline-block;
  margin: 0 3px;
}

/*Qna page*/
.qna {
  padding: 55px 0 35px;
  background: #fff;
}

.qna__item {
  width: 100%;
  border-bottom: 1px solid #e8e8e8;
  cursor: pointer;
}

.qna__item.active .qna__title {
  color: #0B1F3B;
}

.qna__item.active .qna__more {
  border-color: #0B1F3B;
}

.qna__item.active .qna__more span.minus {
  display: inline-block;
}

.qna__item.active .qna__more span.plus {
  display: none;
}

.qna__item:hover .qna__title {
  color: #0B1F3B;
}

.qna__title {
  width: 100%;
  padding: 18px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.qna__title h3 {
  font: 400 16px "Roboto", sans-serif;
  color: #393939;
  max-width: 85%;
}

p.text__block {
  font: 400 16px "Roboto", sans-serif;
  color: #393939;
}

.qna__more {
  width: 32px;
  height: 32px;
  border: 1px solid #e9e9e9;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.qna__more span {
  font: 400 14px "Roboto", sans-serif;
  color: #151515;
}

.qna__more span.minus {
  display: none;
}

.qna__text {
  padding: 25px 0;
  border-top: 1px solid #e8e8e8;
  display: none;
}

.qna__text p {
  font: 400 14px/24px "Roboto", sans-serif;
  color: #6b6b6b;
}

/*Qna page end*/
/*accessories page*/
.accessories {
  padding: 50px 0 20px;
  background: #fff;
}

.accessories__box {
  margin-bottom: 15px;
}

.accessories__item {
  margin-bottom: 40px;
  display: none;
}

.accessories__item:hover .accessories__img {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.accessories__item:hover .accessories__img:before {
  opacity: 0;
}

.accessories__item.active {
  display: block;
}

.accessories__img {
  width: 100%;
  height: 282px;
  margin-bottom: 35px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.accessories__img:before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.03) inset;
          box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.03) inset;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.accessories__img img {
  max-width: 100%;
}

.accessories__info h3 {
  font: 400 18px "Roboto", sans-serif;
  color: #161616;
  margin-bottom: 15px;
}

.accessories__info p {
  font: 400 14px/24px "Roboto", sans-serif;
  color: #6b6b6b;
  margin-bottom: 15px;
}

.accessories__price {
  display: block;
  font: 700 18px "Roboto", sans-serif;
  color: #1F6FEB;
  margin-bottom: 15px;
}

.accessories__btns {
  width: 100%;
}

.accessories .btn_2 {
  display: block;
  margin: 0 auto;
}

/*accessories page end*/
/*contact*/
.contact {
  padding: 60px 0 45px;
	background: #fff;
}

.contact .title {
  margin-bottom: 50px;
}

.contact__item {
  width: 50%;
  min-width: 210px;
}

.contact__item p {
  font: 400 14px/24px "Roboto", sans-serif;
  color: #393939;
}

.contact__item p a {
  font: 400 14px/24px "Roboto", sans-serif;
  color: #393939;
}

.contact__item p a:hover {
  color: #1F6FEB;
}

.contact__email {
  display: block;
  font: 400 16px "Roboto", sans-serif;
  color: #393939;
  margin-bottom: 25px;
  text-decoration: underline;
}

.contact__email:hover {
  color: #1F6FEB;
}

.contact__map {
  width: 100%;
  height: 280px;
}

.contact .btn {
  padding: 0 20px;
  width: 210px;
  margin-top: 50px;
}

/*contact end*/
/*producer page*/
.producer {
  padding: 60px 0 50px;
	background: #fff;
}

.producer__slider {
  margin-bottom: 100px;
}

.producer__slider .slick-slide {
  margin: 0 15px;
}

.producer__slider .slick-list {
  margin: 0 -15px;
  padding-top: 15px;
}

.producer__slider .slick-prev, .producer__slider .slick-next {
  width: 40px;
  height: 38px;
  text-indent: 9999px;
  background: url(/img/arrow.png) center center no-repeat;
  border: 0;
  position: absolute;
  top: -68px;
  right: 50%;
  z-index: 2;
}

.producer__slider .slick-prev {
  margin-right: -527px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.producer__slider .slick-next {
  margin-right: -567px;
}

.producer__img {
  width: 100%;
  height: 375px;
}

.producer__info {
  padding-top: 20px;
}

.producer__text p {
  font: 400 14px/24px "Roboto", sans-serif;
  color: #4a4a4a;
  margin-bottom: 25px;
}

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

.producer__contr {
  width: 65px;
  height: 65px;
  -webkit-box-shadow: 0 0 0 999px rgba(0, 0, 0, 0.25) inset;
          box-shadow: 0 0 0 999px rgba(0, 0, 0, 0.25) inset;
  top: auto;
  bottom: 0;
  opacity: 1 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.producer__contr:hover {
  -webkit-box-shadow: 0 0 0 999px rgba(0, 0, 0, 0.75) inset;
          box-shadow: 0 0 0 999px rgba(0, 0, 0, 0.75) inset;
}

.producer__contr.carousel-control-prev {
  left: auto;
  right: 65px;
}

.producer__contr.carousel-control-prev img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.producer__contr.carousel-control-next {
  right: 0;
}

/*producer page end*/
/*equipment page*/
.equipment {
  padding: 60px 0 50px;
}

.equipment__slider {
  margin-bottom: 40px;
}

.equipment__slider .slick-slide {
  margin: 0 15px;
}

.equipment__slider .slick-list {
  margin: 0 -15px;
  padding-top: 15px;
}

.equipment__slider .slick-prev, .equipment__slider .slick-next {
  width: 40px;
  height: 38px;
  text-indent: 9999px;
  background: url(/img/arrow.png) center center no-repeat;
  border: 0;
  position: absolute;
  top: -68px;
  right: 50%;
  z-index: 2;
}

.equipment__slider .slick-prev {
  margin-right: -527px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.equipment__slider .slick-next {
  margin-right: -567px;
}

.equipment__img {
  width: 100%;
  height: 375px;
}

.equipment__item {
  margin-bottom: 0;
}

.equipment__image img {
  width: 100%;
}

.equipment__info .title {
  margin-bottom: 10px;
}

.equipment__char {
  padding: 22px 0;
  border-bottom: 1px solid #e8e8e8;
}

.equipment__char p {
  font: 400 14px "Roboto", sans-serif;
  color: #7d7d7d;
}

.equipment__char span {
  display: block;
  font: 400 14px "Roboto", sans-serif;
  color: #151515;
}

.equipment__desc {
  padding-top: 40px;
}

.equipment__desc p {
  font: 400 14px/24px "Roboto", sans-serif;
  color: #7d7d7d;
  margin-bottom: 25px;
}

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

.purpose {
  margin-bottom: 70px;
}

.purpose__img img {
  position: relative;
  left: -18px;
}

.purpose__item h3 {
  font: 400 18px "Roboto", sans-serif;
  color: #161616;
  margin-bottom: 15px;
}

.purpose__item p {
  font: 400 14px/24px "Roboto", sans-serif;
  color: #6b6b6b;
}

/*equipment page end*/
/*Modal*/
.modal-cont {
  position: relative; 
  width: 555px;
  position: fixed;
  top: 0;
  left: 50%;
  margin-left: -277.5px;
  background: #fff;
  border: 0;
  opacity: 0;
  z-index: -1;
  background: #fff;
}

.modal-thanks {
  position: relative;
  width: 555px;
  position: fixed;
  display:none;
  top: 0;
  left: 50%;
  margin-left: -277.5px;
  background: #fff;
  border: 0;
  opacity: 0;
  z-index: 9999;
  background: #fff;
}

.modal-close {
  cursor: pointer;
  position: absolute;
  right: 25px;
  top: 20px;
  width: 9px;
  height: 9px;
  background: url(/img/close.png);
  background-size: 100% 100%;
}

.modal__container {
  padding: 50px 55px 65px 55px;
}

.modal__info {
  width: 100%;
  margin-bottom: 15px;
}

.modal__info h3 {
  font: 400 30px/36px "Roboto", sans-serif;
  color: #000;
  margin-bottom: 18px;
}

.modal__info p {
  font: 400 14px/18px "Roboto", sans-serif;
  color: #000;
}

.modal__info p a {
  color: #db8c6a;
  text-decoration: underline;
}

.modal__form {
  width: 100%;
}

.modal__form input {
  width: 210px;
  height: 65px;
  border: 0;
  border-bottom: 1px solid #131313;
  border-radius: 0;
  color: #000;
  font: 400 14px/30px "Roboto", sans-serif;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.modal__form input::-webkit-input-placeholder {
  color: #6b6b6b;
  font: 400 14px/30px "Roboto", sans-serif;
}

.modal__form input:-ms-input-placeholder {
  color: #6b6b6b;
  font: 400 14px/30px "Roboto", sans-serif;
}

.modal__form input::-ms-input-placeholder {
  color: #6b6b6b;
  font: 400 14px/30px "Roboto", sans-serif;
}

.modal__form input::placeholder {
  color: #6b6b6b;
  font: 400 14px/30px "Roboto", sans-serif;
}

.modal__form input:focus {
  padding-left: 10px;
}

.modal__form .btn {
  margin-top: 30px;
  padding: 0 20px;
}

.overlay {
  display: none;
  background: #363636;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=8);
  z-index: 9998;
  overflow: hidden;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body {
    min-height: 100vh;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 1199.98px) {
  .btn_3, .btn_4 {
    min-width: 100px;
  }
  .consult__info h3 {
    font: 400 26px/36px "Roboto", sans-serif;
  }
  .banner__control.carousel-control-prev {
    margin-right: -400px;
  }
  .banner__control.carousel-control-next {
    margin-right: -465px;
  }
  .brands__slider .slick-prev {
    margin-right: -435px;
  }
  .brands__slider .slick-next {
    margin-right: -475px;
  }
  .about__contr.carousel-control-next {
    bottom: 0;
    right: 0;
    margin: 0;
  }
  .about__contr.carousel-control-prev {
    bottom: 0;
    right: 65px;
    margin: 0;
  }
  .sert__slider .slick-prev {
    margin-right: -435px;
  }
  .sert__slider .slick-next {
    margin-right: -475px;
  }
  .consult__info {
    width: 360px;
  }
  /*Producer page*/
  .producer__slider {
    margin-bottom: 50px;
  }
  .producer__slider .slick-prev {
    margin-right: -435px;
  }
  .producer__slider .slick-next {
    margin-right: -475px;
  }
  /*Producer page end*/
  /*equipment page*/
  .equipment__slider {
    margin-bottom: 50px;
  }
  .equipment__slider .slick-prev {
    margin-right: -435px;
  }
  .equipment__slider .slick-next {
    margin-right: -475px;
  }
  /*equipment page end*/
}

@media (max-width: 991.98px) {
  .banner__control.carousel-control-prev {
    margin-right: -285px;
  }
  .banner__control.carousel-control-next {
    margin-right: -350px;
  }
  .brands__slider .slick-prev {
    margin-right: -315px;
  }
  .brands__slider .slick-next {
    margin-right: -355px;
  }
  .guar__item span {
    color: #f4f3f2;
  }
  .about__contr.carousel-control-next {
    bottom: 0;
    right: 0;
    margin: 0;
  }
  .about__contr.carousel-control-prev {
    bottom: 0;
    right: 65px;
    margin: 0;
  }
  .sert__slider .slick-prev {
    margin-right: -315px;
  }
  .sert__slider .slick-next {
    margin-right: -355px;
  }
  .consult__box {
    padding: 40px 55px;
  }
  .consult__info {
    width: 100%;
    padding-top: 0;
  }
  .consult__form {
    width: 100%;
  }
  .consult__form input {
    width: 250px;
  }
  /*Producer page*/
  .producer__slider .slick-prev {
    margin-right: -315px;
  }
  .producer__slider .slick-next {
    margin-right: -355px;
  }
  /*Producer page end*/
  /*equipment page*/
  .equipment {
    padding: 60px 0 0;
  }
  .equipment__slider .slick-prev {
    margin-right: -315px;
  }
  .equipment__slider .slick-next {
    margin-right: -355px;
  }
  .equipment__image {
    margin-bottom: 30px;
  }
  /*equipment page end*/
}

@media (max-width: 767.98px) {
  .content {
    padding-top: 66px;
  }
  .title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .banner__slide {
    padding: 50px 0;
    -webkit-box-shadow: 0 0 0 9999px rgba(255, 255, 255, 0.2) inset;
            box-shadow: 0 0 0 9999px rgba(255, 255, 255, 0.2) inset;
  }
  .banner__title {
    font: 300 24px/35px "Roboto", sans-serif;
  }
  .banner__desc {
    margin-bottom: 25px;
  }
/*   .banner__control {
    display: none !important;
  } */
  .brands {
    padding: 35px 0 25px;
  }
  .brands__slider .slick-prev, .brands__slider .slick-next {
    display: none;
  }
  .about {
    padding: 20px 0 20px;
  }
  .about__contr {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .about__contr.carousel-control-next {
    bottom: 0;
    right: 0;
    margin: 0;
  }
  .about__contr.carousel-control-prev {
    bottom: 0;
    right: 65px;
    margin: 0;
  }
  .guar {
    padding: 20px 0 0;
  }
  .guar .title {
    margin-bottom: 30px;
  }
  .sert {
    padding: 0 0 5px;
  }
  .consult__box {
    padding: 20px;
  }
  .consult__info h3 {
    font: 400 20px/28px "Roboto", sans-serif;
  }
  .pagebanner {
    padding: 50px 0;
  }
  .pagebanner__title {
    font-size: 30px;
  }
  /*qna page*/
  .qna {
    padding: 35px 0 0;
  }
  /*qna page end*/
  /*Contact page*/
  .contact {
    padding: 30px 0 0;
  }
  .contact .title {
    margin-bottom: 25px;
  }
  .contact .btn {
    margin-top: 25px;
  }
  /*Contact page end*/
  /*Producer page*/
  .producer {
    padding: 30px 0 0;
  }
  .producer__slider {
    margin-bottom: 20px;
  }
  .producer__slider .slick-prev, .producer__slider .slick-next {
    display: none;
  }
  /*Producer page end*/
  /*equipment page*/
  .equipment {
    padding: 30px 0 0;
  }
  .equipment__slider {
    margin-bottom: 20px;
  }
  .equipment__slider .slick-prev, .equipment__slider .slick-next {
    display: none;
  }
  .equipment__char p {
    width: 60%;
  }
  .equipment__char span {
    width: 40%;
  }
  .purpose {
    margin-bottom: 30px;
  }
  .purpose__item {
    margin-bottom: 20px;
  }
  .modal-cont, .modal-thanks {
    width: 300px;
    margin-left: -150px;
  }
  .modal__container {
    padding: 20px 20px 30px;
  }
  .modal__info {
    margin-bottom: 0;
  }
  .modal__info h3 {
    font: 400 25px/28px "Roboto", sans-serif;
    margin-bottom: 10px;
  }
  .modal__form input {
    height: 55px;
  }
  .modal__form .btn {
    height: 55px;
  }
}

@media (min-width: 1200px) {
	.header__menu__center {
		flex: 0 0 61%;
		max-width: 61%;
	}
	.header__menu__right {
		flex: 0 0 21%;
		max-width: 21%;
	}
}