


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



html,
body {
  padding: 0;
  margin: 0;
  color: #4B4B4B;
  background: #fff;
}
/*html {
  scroll-behavior: smooth;
}*/
body {
    font-family: 'Montserrat Regular';
}
input:focus {
  outline: none;
}
.btn {
  border-radius: 0;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.btn.btn-default {
  position: relative;
  color: #fff;
  border: 1px solid #fff;
  padding: 11px 46px;
  font-weight: bold;
  letter-spacing: 1px;
}

.btn.btn-default:before,
.btn.btn-default:after
{
  content: "";
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
}

.btn.btn-default:before {
  left: -16px;
}
.btn.btn-default:after {
  right: -16px;
}

.btn.btn-default:hover {
  color: #4B4B4B;
  background: #fff;
}



header {
  position: fixed;
  width: 100%;
  background-color: #fff;
  padding: 14px 0;
  border-bottom: 1px solid #8F130D;
  z-index: 9;
}
.header__logo-wrap {
  text-align: center;
}
.header__logo {
  display: inline-block;
  height: 25px;
  padding-top: 5px;
}
.header__logo img {
  height: 100%;
}
.header__phone {
  display: flex;
  align-items: center;
}
.btn.btn-phone {
  color: #8F130D;
  background: #fff;
  font-family: 'Montserrat Medium';
  font-size: 14px;
  font-weight: bold;
  border: 1px solid transparent;
  border-radius: 20px;
  padding: 8px 18px 8px 8px;
  transition: all .2s;
}
.btn.btn-phone svg {
  width: 21px;
  height: 21px;
  margin-right: 5px;
  fill: #8F130D;
  transition: all .2s;
}
.btn.btn-phone:hover {
  color: #fff;
  background: #8F130D;
  border: 1px solid #8F130D;
}
.btn.btn-phone:hover svg {
  fill: #fff;
}


.header__partner {
  flex-direction: row;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.btn.btn-partner {
  color: #8F130D;
  background: #fff;
  font-family: 'Montserrat Medium';
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #8F130D;
  border-radius: 20px;
  padding: 8px 18px 8px 8px;
  transition: all .2s;
}

.btn.btn-partner  svg {
  width: 21px;
  height: 21px;
  margin-right: 5px;
  fill: #8F130D;
  transition: all .2s;
}
.btn.btn-partner:hover {
  color: #fff;
  background: #8F130D;
  border: 1px solid #8F130D;
}
.btn.btn-partner:hover svg {
  fill: #fff;
}

main {
  padding-top: 100px;
  background: url(./../images/header_bg.jpg);
  background-position: center top ;
  background-size: cover;
  text-align: center;
  height: 700px;
}
main  .main-banner__content {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 75%;
  max-width: 75%;
  margin-left: 12.5%;
}

main  h1 {
  font-family: 'Montserrat Black';
  font-weight: bold;
  font-size: 60px;
  letter-spacing: 1px;
  color: #fff;
  margin-top: 80px;
  margin-bottom: 50px;
}
main  h1 span {
  display: block;
  padding-top: 15px;
  font-size: 40px;
  font-family: 'Montserrat Light';
}
.header__nav {

}
.header__nav .nav-link {
  display: block;
  padding: .5rem 1.5rem;
  font-size: 14px;
  color: #fff;
}
@media (max-width: 991px) {
  .header__nav {
    display: none;
  }
}
.header__nav .nav-link:hover {
  font-weight: bold;
}
.header__nav .nav-item {
  position: relative;
}
.header__nav .nav-item + .nav-item:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: #8F130D;
  position: absolute;
  top: 50%;
  left: -2px;
  transform: translateY(-50%);
}
h2 {
  position: relative;
  text-align: center;
  font-family: 'Montserrat Medium';
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 1px;
}

h2.advantages__title {
  margin-top: -30px;
  margin-bottom: 60px;
}

h2.advantages__title:after {
  content: "";
  display: block;
  background-color: #4B4B4B;
  width: 50px;
  height: 1px;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}

.advantages__wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.advantage {
  border: 1px solid #f1f1f1;
  position: relative;
  flex: 0 0 25%;
  max-width: 25%;
  width: 100%;
  transition: all .2s;
}
.advantage:hover {
  background-color: #fafafa;
}
.advantage__header {
  border-bottom: 1px solid #f1f1f1;
  padding-top: 15px;
  padding-bottom: 25px;
}
.advantage__icon {
  height: 60px;
}

.advantage__icon--safety {
  background: url(./../images/safety.svg) no-repeat;
  background-position: center center;
}

.advantage__icon--profitable {
  background: url(./../images/profitable.svg) no-repeat;
  background-position: center center;
}

.advantage__icon--comfort {
  background: url(./../images/comfort.svg) no-repeat;
  background-position: center center;
}

.advantage__icon--technology {
  background: url(./../images/technology.svg) no-repeat;
  background-position: center center;
}

.advantage__title {
  font-size: 18px;
  text-align: center;
}
.advantage__body {
  padding: 20px;
}
.advantage__body ul {
  margin: 0;
  padding: 0;
}
.advantage__body ul li {
  position: relative;
  list-style-type: none;
  font-family: 'Montserrat Medium';
  font-size: 12px;
  margin-bottom: 10px;
}
.advantage__body ul li:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border: 1px solid #a3a3a3;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: -10px;
}

.presentation {
  background: #f6f6f6 url(./../images/presentation_bg.jpg) no-repeat;
  background-position: center top;
  min-height: 432px;
  padding-bottom: 80px;
}

h2.presentation__title {
  color: #fff;
  margin-top: 80px;
  margin-bottom: 180px;
}

h2.presentation__title:after {
  content: "";
  display: block;
  background-color: #fff;
  width: 50px;
  height: 1px;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}

.presentation-product {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;

  background: url(./../images/product_bg.png) no-repeat;
  background-position: top left;
}


@media (min-width: 992px) {
  .presentation-product__image {
    position: absolute;
    left: 110px;
    top: -120px;

    width: 338px;
    height: 513px;
    background: url(./../images/product.png) no-repeat;
    background-position: center center;
  }
}

.presentation-product_item_1 {
  display: flex;
  position: absolute;
  bottom: 108px;
  left: 5px;
  color: #FF0000;
  font-size: 12px;
  font-weight: bold;
  align-items: center;
}
.presentation-product_item_1 span {
  position: relative;
  display: inline-block;
  border: 1px solid #FF0000;
  width: 100px;
  height: 18px;
  margin-right: 55px;
}
.presentation-product_item_1 span:after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background-color: #FF0000;
  position: absolute;
  top: 50%;
  right: -50px;
}

.presentation-product_item_2 {

  display: flex;
  position: absolute;
  bottom: 88px;
  left: 5px;
  color: #FF0000;
  font-size: 12px;
  font-weight: bold;
  align-items: center;
}
.presentation-product_item_2 span {
  position: relative;
  display: inline-block;
  border: 1px solid #FF0000;
  width: 100px;
  height: 18px;
  margin-right: 55px;
}
.presentation-product_item_2  span:after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background-color: #FF0000;
  position: absolute;
  top: 50%;
  right: -50px;
}

.presentation-product_item_3 {

  display: flex;
  position: absolute;
  bottom: 60px;
  left: 5px;
  color: #FF0000;
  font-size: 12px;
  font-weight: bold;
  align-items: center;
}
.presentation-product_item_3 span {
  position: relative;
  display: inline-block;
  border: 1px solid #FF0000;
  width: 100px;
  height: 26px;
  margin-right: 55px;
}
.presentation-product_item_3  span:after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background-color: #FF0000;
  position: absolute;
  top: 50%;
  right: -50px;
}
.presentation-product__title {
  font-family: 'Montserrat Bold';
  font-size: 30px;
  margin-bottom: 35px;
}
.presentation-product__description {
  width: 445px;
  background-color: #f6f6f6;
  margin-top: 75px;
  padding: 70px 15px 70px 90px;
}
.presentation-product__description p {
  font-size: 14px;
}
.presentation-product__description p  span {
  font-weight: bold;
  color: #FF0000;
}

.presentation-cat {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  background: url(./../images/cat_bg.jpg) no-repeat;
  background-position: top right;
}

.presentation-cat__title {
  font-family: 'Montserrat Bold';
  font-size: 30px;
  margin-bottom: 35px;
}
.presentation-cat__description {
  width: 445px;
  background-color: #f6f6f6;
  margin-top: 75px;
  padding: 70px 15px 70px 0;

}
.presentation-cat__description p {
  font-size: 14px;
}
.presentation-cat__description p span {
  font-weight: bold;
}

@media (min-width: 768px) {
  .presentation-cat__image {
    position: absolute;
    top: 300px;
    right: 30px;
  }
}


.presentation-cat__message {
  width: 398px;
  height: 264px;
  background: url(./../images/cat_message.png) no-repeat;

  position: absolute;
  bottom: 210px;
  right: 120px;

  font-family: 'Montserrat Medium';
  text-align: center;
  font-size: 18px;
  padding-top: 90px;

  animation: slideMessage .1s ease-out;
}

.presentation-cat__message .text-bold {
  font-weight: bold;
}
.presentation-cat__message .text-red {
  color: #8F130D;
}

@keyframes slideMessage {
  from {
    font-size: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
  }
  to {
    font-size: 18px;
    bottom: 210px;
    right: 120px;
    opacity: 1;
  }
}

.constructor {

}
.constructor__video {
  position: relative;
  display: block;
  text-decoration: none;
  background: #f6f6f6 url(./../images/constructor_bg.jpg) no-repeat;
  background-position: center center;
  height: 292px;
  color: #fff;
  border: 10px solid rgba(255, 255, 255, 0.70);
  margin-bottom: 35px;
}
.constructor__video  svg {
  fill: #fff;
}

.constructor__video:hover {
  text-decoration: none;
  color: #fff;
}
.constructor__video:hover  svg {
  fill: #8F130D;
}
.constructor__video-button {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  text-align: center;
  transform: translateY(-50%);
}
.constructor__video-button svg {
  width: 100px;
  height: 100px;
}

.cart__video {
  position: relative;
  display: block;
  text-decoration: none;
  background: #f6f6f6 url(./../images/cart_bg.jpg) no-repeat;
  background-position: center center;
  height: 292px;
  color: #fff;
  border: 10px solid rgba(255, 255, 255, 0.70);
  margin-bottom: 35px;
}
.cart__video  svg {
  fill: #fff;
}

.cart__video:hover {
  text-decoration: none;
  color: #fff;
}
.cart__video:hover  svg {
  fill: #8F130D;
}


.constructor__title {
  text-align: center;
  font-family: 'Montserrat Bold';
  font-size: 30px;
  margin-bottom: 35px;
}
.constructor__description {
  text-align: center;
}

.calculator {
  padding: 80px;
  background: #f6f6f6 url(./../images/calculator_bg.jpg) no-repeat;
}
.calculator__money {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 40%;
  max-width: 40%;
}
.calculator__money img {
  max-width: 100%;
}
.calculator__slider {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 60%;
  max-width: 60%;
}
.calculator__money-title {
  text-align: center;
  font-size: 40px;


}
.calculator__money-title span {
  display: block;
  font-family: 'Montserrat Bold';
}

h2.calculator__title {

}

h2.calculator__title:after {
  content: "";
  display: block;
  background-color: #4B4B4B;
  width: 50px;
  height: 1px;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}

.callback {
  color: #fff;
  padding: 75px 0;
  background: #4B4B4B url(./../images/callback_form_bg.jpg) no-repeat;
  background-position: top center;
}
.callback__title {
  margin-top: 0;
  margin-bottom: 30px;
  color: #fff;
  font-size: 40px;
}
.callback-form {
  background-color: #4B4B4B;
}

.callback-form .callback-fields {
  margin-bottom: 25px;
}

.callback-form a {
  color: #fff;
  text-decoration: underline;
}
.callback-form label {
  color: #d2d2d2;
  font-size: 10px;
}
.callback-form input {
  display: block;
  width: 100%;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #a5a5a5;
  padding: 0 15px 5px 20px;
  color: #fff;
}
.callback-form input:focus {
  color: #fff;
}
.callback-form .form-group {
  position: relative;
}
.callback-form .form-group svg,
.callback-form .form-group img {
  position: absolute;
  left: 0;
  bottom: 12px;
}

.callback-form input.callback-message {
  display: none;
}
.form-group .help-block {
  display: none;
}
.form-group.has-error .help-block {
  display: block;
  position: absolute;
  left: 0;
  bottom: -16px;
  font-size: 10px;
  color: #d29898;
}

.callback-form button {
  margin-left: 16px;
}
.callback__terms {
  font-size: 10px;
}

footer a {
  color: #4B4B4B;
}
footer a:hover {
  color: #8F130D;
}


.footer-top {
  padding-top: 35px;
  padding-bottom: 35px;
  border-bottom: 1px dotted #8F130D;
  margin-bottom: 35px;
}
.footer-top__logo {
  display: inline-block;
  height: 20px;
}
.footer-top__logo  img {
  height: 100%;
}

.footer-top__social-text {
  display: inline-block;
  margin-right: 30px;
}
.footer-top__social {
  flex-direction: row;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.footer-top__social-btn {
  display: inline-block;
}
.footer-top__social-btn  svg {
  fill: #8F130D;
  transition: all .2s;
}

.footer-top__social-btn + .footer-top__social-btn {
  margin-left: .9rem;
}
.footer__title {
  color: #8F130D;
  font-size: 24px;
  margin-bottom: 35px;
}
.footer__nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer__nav  li {
  margin-bottom: 5px;
}

.footer-contact {
  margin-bottom: 5px;
}
.footer-contact__title {
  display: inline-block;
  width: 25%;
}
.footer-subscribe__text {
  font-family: 'Montserrat Light';
  font-size: 13px;
}
.footer-subscribe__form {
  position: relative;
}
.footer-subscribe__form input {
  width: 100%;
  padding: 6px 110px 6px 12px;
  border: 1px solid #4B4B4B;
}
.footer-subscribe__form  button {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #8F130D;
  border: 1px solid #8F130D;
  color: #fff;
  font-size: 12px;
  padding-top: 9px;
  padding-bottom: 9px;
}
.footer-subscribe__formbutton:hover {
  background-color: #4B4B4B;
  border: 1px solid #4B4B4B;
  color: #fff;
}
.footer-bottom {
  background-color: #4B4B4B;
  color: #fff;
  margin-top: 35px;
  font-size: 10px;
  padding: 35px 0;

}
.footer-bottom a {
  color: #fff;
}
.footer-bottom a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-bottom__copyright {
  text-align: center;
}
.footer-bottom__right {
  text-align: right;
}

.slick-prev,
.slick-next {
  background: transparent;
  border: 0;
}
.slick-prev:focus,
.slick-next:focus {
  outline: none
}
.slick-prev svg,
.slick-next svg {
  fill: #C6C6C6;
}
.slick-prev:hover svg,
.slick-next:hover svg {
  fill: #4B4B4B;
}
.calculator__money-title {
  margin-bottom: 50px;
}
h2.calculator__title {
  margin-bottom: 60px;
}
.slider-item {
  position: relative;
  margin-bottom: 40px;
}
.slider-item__title {
  color: #7297B8;
  font-size: 14px;
  margin-bottom: 30px;
}
.slider-item__value {
  position: absolute;
  top:0;
  right: 0;
  font-family: 'Montserrat Bold';
  font-size: 24px;
  color: #4B4B4B;
}
.slider-item__line {
  margin-bottom: 20px;
}
.slider-item__values {
  color: #A5A5A5;
  font-size: 12px;
}
.calculator-result__title {
  font-family: 'Montserrat Bold';
  color: #4B4B4B;
  font-size: 18px;
}
.calculator_total-info {
  text-align: center;
}
.calculator-result {
  font-size: 60px;
  font-family: 'Montserrat Bold';
  color: #0050C9;
  margin-bottom: 35px;
}
.btn.btn-default.btn-calculator {
  color: #8F130D;
  border-color: #8F130D;
}

.btn.btn-default.btn-calculator:before,
.btn.btn-default.btn-calculator:after
{
  content: "";
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: #8F130D;
  position: absolute;
  top: 50%;
}
.modal.show .modal-dialog {
  background: url(./../images/presentation_bg.jpg) no-repeat;
  background-position: center center;
}
.modal-dialog {
  width: 100%;
  max-width: 760px;
}
.modal .close {
  position: absolute;
  top: 10px;
  right: 10px;
}
.modal .close svg {
  color: #fff;
}
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: rgba(32, 32, 32, 0.90);
  padding: 20px;
  color: #fff;
  background-clip: padding-box;
  border: 0;
  border-radius: .3rem;
  outline: 0;
}
.modal-header {
  border-bottom: 0;

}
.modal-body {
  position: relative;
  padding-top: 70px;
  background-color: rgba(20, 20, 20, 0.31);
  border: 1px dashed #4b4b4b
}

.modal-body h3 {
  position: relative;
  font-size: 30px;
  margin-bottom: 60px;
  text-align: center;
}
.modal-body h3:after {
  content: "";
  display: block;
  background-color: #fff;
  width: 50px;
  height: 1px;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}

.modal-body p {
  margin-bottom: 30px;
}
.modal-callback-form .callback-fields {
  margin-bottom: 25px;
}
.modal-callback-form a {
  color: #fff;
  text-decoration: underline;
}
.modal-callback-form label {
  color: #d2d2d2;
  font-size: 10px;
}
.modal-callback-form input {
  display: block;
  width: 100%;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #a5a5a5;
  padding: 0 15px 5px 20px;
  color: #fff;
  font-size: .8rem;
}
.modal-callback-form input:focus {
  color: #fff;
}
.modal-callback-form .form-group {
  position: relative;
}
.modal-callback-form .form-group svg,
.modal-callback-form .form-group img {
  position: absolute;
  left: 0;
  bottom: 12px;
}

.modal-callback-form input.callback-message {
  display: none;
}
.modal-callback-form .form-group .help-block {
  display: none;
}
.modal-callback-form .form-group.has-error .help-block {
  display: block;
  position: absolute;
  left: 0;
  bottom: -16px;
  font-size: 10px;
  color: #d29898;
}

#video-modal .modal-body {
  padding-top: 0;
}

.cat__myau {
  padding: 20px;
  font-size: 24px;
}
.brands {
  /*background: #f6f6f6;*/
  background: rgb(246,246,246);
  background: linear-gradient(180deg, rgba(246,246,246,1) 0%, rgba(255,255,255,1) 50%, rgba(246,246,246,1) 100%);
}

h2.brands__title {
  margin-bottom: 60px;
}

h2.brands__title:after {
  content: "";
  display: block;
  background-color: #4B4B4B;
  width: 50px;
  height: 1px;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}

.brands-slider {
  padding: 0 50px;
  margin-bottom: 130px;
}
.brands-slider__item {
  padding: 0 15px;
}

.brands-slider__item-logo {
  display: block;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  height: 140px;
}

.brands .slick-dots {
  list-style: none;
  padding: 0;
  position: absolute;
  left: 0;
  bottom: -40px;
  width: 100%;
  text-align: center;
}
.brands .slick-dots > li {
  display: inline-block;
}
.brands .slick-dots > li + li {
  margin-left: 10px;
}
.brands .slick-dots li button {
  position: relative;
  font-size: 0;
  line-height: 0;
  display: block;
  width: 16px;
  height: 16px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.brands .slick-dots li button:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #8F130D;
  background-color: transparent;
}
.brands .slick-dots li.slick-active button:before,
.brands .slick-dots li button:hover:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #8F130D;
  background-color: #8F130D;
}
.slick-slide:focus {
  outline: none;
}
.brands .slick-prev,
.brands .slick-next {
  position: absolute;
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
}

.custom-checkbox {
  position: relative;
  padding-left: 30px;
  margin-bottom: 2px;
  text-align: left;
}
.custom-checkbox .custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-checkbox .custom-control-label {
  position: unset;!important;
  display: block;
}
.custom-checkbox .custom-control-label.disabled {
  opacity: .5;
  pointer-events: none;
}
.custom-checkbox .custom-control-label {
  display: inline-block;
}
.custom-control-label .custom-control-label__after,
.custom-control-label .custom-control-label__before {
  position: absolute;
  top: .25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  cursor: pointer;
}
.custom-checkbox .custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-checkbox .custom-control-label .custom-control-label__before {
  width: 18px;
  height: 18px;
  top: 3px;
  left: 0;
  border: 1px solid #fff;
  border-radius: 5px;
  transition: all .2s;
}
.has-error .custom-checkbox .custom-control-label .custom-control-label__before {
  border-color: #d29898;
}
.custom-control-label:hover .custom-control-label__before {
  border: 1px solid #fff;
}
/*.has-error .custom-control-label:hover .custom-control-label__before {
  border-color: red;
}*/
.custom-control-label .custom-control-label__after {
  display: none;
}
.custom-control-label::after {
  display: none;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label .custom-control-label__after {
  display: block;
  width: 18px;
  height: 18px;
  top: 3px;
  left: 0;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 5px;
}
.custom-control-label svg {
  display: none;
}
.custom-checkbox .custom-control-input:checked~label svg {
  display: inline-block;
  position: absolute;
  stroke: #fff;
  top: 8px;
  left: 5px;
  z-index: 99;
}
.custom-control-label__title {
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  display: inline-block;
  padding-top: 3px;
  text-align: left;
  font-size: 13px;
}
.custom-control-label__title a {
  text-decoration: underline;
  color: #fff;
}
.custom-control-label::before {
  display: none;
}
.custom-checkbox .help-block {
  display: block;
  margin-top: 3px;
  color: var(--main-bg-btn-color);
  font-size: 11px;
  font-weight: 400;
  line-height: 20px;
}

@media (max-width: 1199px) {
  main  h1 {
    font-size: 48px;
  }
  main  h1 span {
    font-size: 30px;
  }
  .constructor__title {
    font-size: 24px;
  }

  .calculator__money {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .calculator__slider {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .calculator__money-title {
    font-size: 30px;
  }

  .callback {
    padding: 35px 0;
  }
  .form-button {
    margin-bottom: 15px;
  }
  .callback__title {
    font-size: 30px;
  }
  .footer-contact__title {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .presentation-product__image {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .presentation-product__image {
    position: absolute;
    left: 0;
    top: -120px;
    width: 338px;
    height: 513px;
    background: url(./../images/product.png) no-repeat;
    background-position: center center;
  }
}
@media (max-width: 991px) {
  .header__logo-wrap {
    text-align: left;
  }

  main .main-banner__content {
    flex: 0 0 60%;
    max-width: 60%;
    margin-left: 20%;
  }
  main .btn.btn-phone {
    margin-top: 20px;
    color: #fff;
    background: transparent;
    font-family: 'Montserrat Medium';
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 8px 18px 8px 8px;
    transition: all .2s;
  }
  main .btn.btn-phone svg {
    width: 21px;
    height: 21px;
    margin-right: 5px;
    fill: #fff;
    transition: all .2s;
  }
  main  h1 {
    font-size: 28px;
  }
  main h1 span {
    font-size: 24px;
  }
  .advantage-slider {
    position: relative;
  }

  .slick-prev,
  .slick-next {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
  }
  .slick-next {
    margin-left: 35px;
  }
  .slick-prev {
    margin-left: -35px;
  }

  h2 {
    font-family: 'Montserrat Medium';
    font-size: 24px;
  }

  .presentation-product {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    background: none;
  }

  .presentation-product__description {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 40px;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .presentation-cat__description {
    width: 60%;
    background-color: #f6f6f6;
    margin-top: 150px;
    padding: 70px 30px 70px 0;
  }

  .presentation-cat__message {
    bottom: 320px;
  }

  .calculator__money-title {
    font-size: 24px;
  }
  .calculator__money {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .calculator__slider {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .slider-item__title {
    font-size: 12px;
    margin-bottom: 25px;
  }
  .slider-item__value {
    top: -5px;
    font-size: 20px;
  }
  .slider-item__line {
    margin-bottom: 10px;
  }
  .slider-item {
    margin-bottom: 30px;
  }
  .calculator-result__title {
    font-size: 16px;
  }
  .calculator-result {
    font-size: 40px;
    margin-bottom: 25px;
  }
  .calculator {
    padding: 70px 0;
  }
  .calculator__money-title {
    font-size: 24px;
    margin-top: 60px;
    margin-bottom: 20px;
  }
  .footer-subscribe {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
@media (max-width: 767px) {

  .header__logo {
    display: inline-block;
    height: 20px;
    padding-top: 5px;
  }

  main .main-banner__content {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }

  .advantage {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  .btn.btn-partner {
    font-size: 12px;
    padding: 8px 8px 8px 8px;
  }
  .btn.btn-partner svg {
    display:none;
  }

  .presentation {
    padding-bottom: 0;
  }

  h2.presentation__title {
    color: #fff;
    margin-top: 80px;
    margin-bottom: 85px;
  }

  .presentation-product__description {
    position: relative;
    width: 100%;
    padding-top: 30px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 35px;
    margin-top: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .presentation-product__image {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .presentation-product__image {
    width: 338px;
    height: 513px;
    background: url(./../images/product.png) no-repeat;
    background-position: top left;
  }

  .presentation-cat__description {
    width: 100%;
    margin-top: 0;
    padding: 35px 0 70px 0;
  }

  .presentation-cat__discount {
    position: relative;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    height: 260px;
  }
  .presentation-cat__image {
    position: absolute;
    bottom: -60px;
    right: -15px;
  }

  .presentation-cat__message {
    width: 250px;
    height: 166px;
    background: url(./../images/cat_message.png) no-repeat;
    position: absolute;
    background-size: contain;
    bottom: 100px;
    right: 30px;
    font-family: 'Montserrat Medium';
    text-align: center;
    font-size: 12px;
    padding-top: 55px;
    animation: slideMessage .1s ease-out;
  }

  .constructor {
    margin-bottom: 60px;
  }
  .constructor__video-button span {
    display: inline-block;
    width: 60px;
    font-size: 12px;
  }

  .constructor__video-button svg {
    width: 60px;
    height: 60px;
  }


  .calculator__money {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .calculator__slider {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .calculator__money-title {
    font-size: 24px;
  }

  .callback {
    padding-top: 170px;
    background: #4B4B4B url(./../images/callback-mobile-bg.jpg) no-repeat;
    background-position: top center;
  }
  .callback__title {
    font-size: 24px;
  }
  .callback-form {
    padding-top: 60px;
  }
  .callback__terms,
  .form-button {
    text-align: center;
  }


  .footer__body,
  .footer-bottom__right,
  .footer-bottom {
    text-align: center;
  }
  .footer-bottom__privacy,
  .footer-bottom__copyright {
    margin-bottom: 20px;
  }

  .footer-top__logo {
    display: inline-block;
    height: 15px;
  }

  .footer-top__social {
    display: block;
    text-align: right;
  }

  .footer-top__social-text {
    display: block;
    text-align: right;
    font-size: 12px;
    margin-right: 0;
  }

  .cat__myau {
    padding: 10px;
    font-size: 24px;
  }

  .brands-slider__item-logo {
    height: 50px;
  }

}

/*! nouislider - 14.6.3 - 11/19/2020 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}
.noUi-connect {
  height: 100%;
  width: 100%;
}
.noUi-origin {
  height: 10%;
  width: 10%;
}
/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}
/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}
.noUi-touch-area {
  height: 100%;
  width: 100%;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 2px;
}
.noUi-horizontal .noUi-handle {
  width: 21px;
  height: 21px;
  border: 2px solid #0050C9;
  border-radis: 50%;
  right: -10px;
  top: -9px;
  cursor: pointer;
}
.noUi-vertical {
  width: 2px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  top: -17px;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}
/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #CED6DE;
  border: 0;
}
.noUi-connects {
  border-radius: 3px;
}
.noUi-connect {
  background: #0050C9;
}
/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 2px solid #0050C9;
  border-radius: 50%;
  background: #FFF;
  cursor: default;
}
.noUi-handle:focus {
  outline: none;
}
.noUi-active {

}
/* Handle stripes;
 */
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-sub {
  background: #AAA;
}
.noUi-marker-large {
  background: #AAA;
}
/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}
.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -2px);
  transform: translate(0, -2px);
  top: auto;
  right: 28px;
}

