

/* Start:/local/templates/construction/css/reset.css?17133459924718*/
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%;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
body {
  -webkit-overflow-scrolling: touch;

  /*   -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%; */
}
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
[hidden] {
  display: none;
}
a,
li,
a:active,
a:hover {
  outline: 0 !important;
}
img {
  border: 0;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type="submit"],
button,
.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
    -webkit-appearance: none;
    cursor: pointer;
    outline: none;
    margin: 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    text-decoration: none;
}

select,
input[type="text"],
input[type="password"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea {
  display: block;
  width: 100%;
  outline: none;
  -webkit-appearance: none;
}
select::-ms-clear,
input[type="text"]::-ms-clear,
input[type="password"]::-ms-clear,
input[type="color"]::-ms-clear,
input[type="date"]::-ms-clear,
input[type="datetime"]::-ms-clear,
input[type="datetime-local"]::-ms-clear,
input[type="email"]::-ms-clear,
input[type="month"]::-ms-clear,
input[type="number"]::-ms-clear,
input[type="range"]::-ms-clear,
input[type="search"]::-ms-clear,
input[type="tel"]::-ms-clear,
input[type="time"]::-ms-clear,
input[type="url"]::-ms-clear,
input[type="week"]::-ms-clear,
textarea::-ms-clear {
  display: none;
}
input, button {
  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance:         none;
  border-radius: 0;
}
textarea {
  overflow: auto;
  resize: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
a {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.my-dots {
  position: absolute;
  bottom: -35px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.my-dots li {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

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

.my-dots li button:hover,
.my-dots li button:focus {
  outline: none;
}

.my-dots li button:hover:before,
.my-dots li button:focus:before {
  opacity: 1;
}

.my-dots li button:before {
  content: "";
  font-size: 6px;
  line-height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 2px Solid #188cf9;
  border-radius: 50%;
  opacity: .35;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background:  #188cf9;
}

.my-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}







/* End */


/* Start:/local/templates/construction/css/header.css?17132878147481*/
.header {
  background-color: #0D1719;
  z-index: 99999;
  position: sticky;
  top: 0
}
.header__wrap {
  display: flex;
  align-items: center
}
.header__logo {
  flex: 0 0 200px;
  margin-right: 40px
}
.header__logo img {
  display: block
}
.header__menu {
  display: flex;
  flex: 1 1 100%;
  align-items: center
}
.header__menu.active {
  display: flex;
  position: fixed;
  justify-content: center;
  width: 100%;
  height: calc(100% - 50px);
  top: 60px;
  left: 0
}
.header__nav {
  display: flex;
  margin-left: auto;
  flex: 1 1 100%;
  justify-content: space-between
}
.header__nav-item {
  padding: 30px 5px
}
.header__nav-item:hover {
  color: #002d96
}
.header__nav-item:hover .header__submenu {
  display: block;
  padding: 10px 0 5px;
  max-height: 600px
}
.header__nav-item:hover .header__nav-link:before {
  width: 30px
}
.header__nav-item.active {
  color: #002d96
}
.header__nav-link {
  display: block;
  transition: .2s;
  position: relative;
  color: #FFF;
}
.header__nav-link:before {
  content: '';
  width: 0;
  height: 1px;
  background-color: #002d96;
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: .2s
}
.header__nav-more {
  display: none
}
.header__nav-more svg {
  width: 24px;
  height: 24px
}
.header__info {
  margin: 0 26px 0 30px;
  white-space: nowrap;
}
.header__info a{
  color: #FFF;
    display: flex;
    gap: 1vw;
    align-items: center;
}
.header__link {
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-weight: 600;
  transition: .2s
}
.header__link:not(:last-child) {
  margin-bottom: 14px
}
.header__link svg {
  order: -1;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  transition: .2s
}
.header__link[href]:hover {
  color: #002d96
}
.header__link[href]:hover svg {
  fill: #002d96
}
.header__label {
  width: 156px;
  flex-shrink: 0
}
.header__label_mobile {
  display: none
}
.header__submenu {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  background-color: #e6e7e8;
  margin-top: -1px;
  max-height: 0;
  overflow: hidden;
  transition: .2s
}
.header__submenu-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-left: -60px;
  margin-right: -60px
}
.header__submenu-wrap_small {
  margin-left: -10px;
  margin-right: -10px
}
.header__submenu-wrap_small .header__submenu-item {
  width: calc(14.2857% - 20px);
  margin: 0 10px 30px
}
.header__submenu-wrap-services {
  width: 100%;
  max-width: 100%;
  background: #f9f9fa;
  margin: 40px 0!important
}
.header__submenu-item {
  text-align: center;
  width: calc(20% - 100px);
  margin: 0 50px 30px;
  padding: 10px 10px 20px;
  transition: .2s
}
.header__submenu-item:hover {
  box-shadow: 0 1px 5px rgba(0,0,0,.1)
}
.header__submenu-item-services .header__submenu-name {
  line-height: 1.3
}
.header__submenu-image img {
  display: block;
  margin: auto
}
.header__submenu-name {
  line-height: 1;
  text-transform: uppercase;
  margin-top: 15px;
  color: #000
}
.header__submenu-name_fw_sb {
  font-weight: 600
}
.header__submenu-price {
  margin-top: 15px;
  color: #0066b2
}
@media (max-width:1690px) {
  .header__logo {
    flex: 0 0 180px;
    margin-right: 30px
  }
  .header__nav-link {
    font-size: 16px
  }
  .header__link {
    font-size: 14px
  }
  .header__link svg {
    width: 16px;
    height: 16px
  }
}
@media (max-width:1439px) {
  .header__logo {
    flex: 0 0 149px
  }
  .header__nav-item {
    padding: 20px 5px
  }
  .header__nav-link {
    font-size: 12px
  }
  .header__info {
    margin: 0;
    order: +1
  }
  .header__link:not(:last-child) {
    margin: 0
  }
  .header__link_time {
    display: none
  }
  .header__label {
    width: 132px;
    margin: 0 26px
  }
  .header__submenu-wrap {
    margin-left: -30px;
    margin-right: -30px
  }
  .header__submenu-wrap_small {
    margin-left: -10px;
    margin-right: -10px
  }
  .header__submenu-wrap_small .header__submenu-item {
    width: calc(20% - 20px)
  }
  .header__submenu-item {
    width: calc(20% - 40px);
    margin: 0 20px 10px
  }
  .header__submenu-item-services {
    width: calc(33% - 40px)
  }
  .header__submenu-name {
    font-size: 14px
  }
  .header__submenu-price {
    font-size: 14px;
    margin-top: 10px
  }
}
@media (max-width:1023px) {
  .header__logo {
    flex: 0 0 120px;
    margin-right: 20px
  }
  .header__nav-item {
    padding: 20px 0
  }
  .header__nav-link {
    font-size: 10px
  }
  .header__info,
  .header__link,
  .header__nav-link:before {
    display: none
  }
  .header__label {
    display: none;
    width: 90px;
    margin: 0 0 0 20px
  }
  .header__label_mobile {
    display: block
  }
  .header__submenu-name {
    font-size: 13px;
    text-transform: initial
  }
  .header__submenu-price {
    font-size: 13px
  }
}
@media (max-width:767px) {
  .header__wrap {
    padding: 8px 0
  }
  .header__menu {
    display: none;
    align-items: initial
  }
  .header__nav {
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex: initial;
    flex: 0 0 100%;
    padding: 10px 15px;
    background: #0d1719;
    border-top: 1px solid #f9f9fa;
  }
  .header__nav:before {
    content: '';
    width: 400px;
    height: 100%;
    position: absolute;
    right: 100%;
    background-color: #fff;
    border-top: 1px solid #f9f9fa;
    top: -1px
  }
  .header__nav-item {
    width: 100%;
    padding: 7px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 24px
  }
  .header__nav-item:hover {
    color: #000
  }
  .header__nav-item:hover .header__submenu {
    display: none;
    padding: 0;
    max-height: initial
  }
  .header__nav-link {
    font-size: 16px;
    font-weight: 400
  }
  .header__nav-more {
    display: block;
    height: 24px
  }
  .header__label {
    width: 112px;
    margin: 0
  }
  .header__submenu {
    display: none;
    position: absolute;
    top: 0;
    margin: 0;
    height: 100%;
    background: #fff;
    padding: 22px 0!important;
    max-height: initial;
    overflow: initial
  }
  .header__submenu.active {
    display: block!important;
    z-index: 2
  }
  .header__submenu-wrap {
    flex-direction: column;
    margin: 0;
    max-height: initial
  }
  .header__submenu-wrap_small {
    width: 100%;
    margin: 0
  }
  .header__submenu-wrap_small .header__submenu-item {
    width: 100%;
    margin: 0 0 22px
  }
  .header__submenu-wrap-services {
    margin-left: -15px;
    margin-right: -15px;
    padding: 20px 15px;
    width: initial;
    max-width: initial
  }
  .header__submenu-item {
    width: 100%;
    margin: 0 0 22px;
    text-align: left
  }
  .header__submenu-item-services .header__submenu-image {
    display: block!important
  }
  .header__submenu-item-services {
    text-align: center
  }
  .header__submenu-image {
    display: none
  }
  .header__submenu-name {
    font-size: 16px;
    margin-top: 0
  }
  .header__submenu-price {
    display: none
  }
}
@media (max-width:375px) {
  .header__label {
    width: 96px
  }
}
@media screen and (min-width:1023px) and (max-width:1439px) {
  .header__link_callback {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    background-color: #0066b2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    margin-top: 8px
  }
  .header__link_callback span {
    display: none
  }
  .header__link_callback svg {
    fill: #fff;
    margin: 0;
    width: 18px;
    height: 18px
  }
}
/* End */


/* Start:/local/templates/construction/css/slick.css?16969291541776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    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);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-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;
}
.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;
}

/* End */


/* Start:/local/templates/construction/css/style.css?174720739236705*/
h1,
h2,
h3,
h4,
h5,
h6,
ul {
  margin: 0;
  padding: 0
}
html {
  height: 100%;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}
body {
  font-family: Inter,sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 16px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  background-color: #fff;
  margin: 0;
}
body.over {
  overflow: hidden
}
.container {
  width: 100%;
  max-width: 1344px;
  padding: 0 15px;
  margin: 0 auto
}
.container_pos {
  position: static
}
ul {
  list-style-type: none
}
p {
  margin: 10px 0 15px
}
p:first-child {
  margin-top: 0
}
a {
  outline: 0;
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  color: #3A92E4;
}
a:focus,
a:hover {
  outline: 0;
  text-decoration: none;
  color: #0a6cc7;
}
[data-fancybox] {
  cursor: pointer
}
* {
  box-sizing: border-box
}

.hidden {
  display: none!important
}
.wrapper {
  width: 100%;
  flex: 1 0 auto;
  max-width: 100%;
  z-index: 2
}
.container {
  width: 100%;
  max-width: 1344px;
  padding: 0 15px;
  margin: 0 auto
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  border-style: none
}
.btn{
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  background: #3A92E4;
  border: 1px Solid #3A92E4;
  height: 53px;
  padding:0 30px;
}
.btn:hover{
  background: #0a6cc7;
  color: #FFF;
}
.btn.btn-white{
  background: #FFF;
  color:#3A92E4;
}
.btn.btn-white:hover{
  background: rgba(153, 153, 153, 0.16);
}
.btn.btn-red{
  background-color: #cf103c;
  color: #fff;
  border: 1px Solid #cf103c;
}
.btn.btn-red:hover{
  background-color: #b30e34 !important;
}
h1{
  color: #000;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding-bottom: 25px;
}
h2, .h2{
  color: #000;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding-bottom: 45px;
  display: block;
}
h3, .h3{
   color: #000;
  font-size: 32.592px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding-bottom: 35px;
  display: block;
}
h4, .h4{
   color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding-bottom: 30px;
  display: block;
}
h5, .h5{
  font-size: 25px;
  font-style: normal;
  line-height: normal;
  padding-bottom: 20px;
  display: block;
}
h6, .h6{
  font-size: 18px;
  font-style: normal;
  line-height: normal;
  padding-bottom: 20px;
  display: block;
}
p, .p{
  color: #000;
  font-size: 20px;
  line-height: 30px;
  font-style: normal;
  font-weight: 400;
   padding-bottom: 25px;
   margin: 0;
}
.block ul:not([class]) {
	font-size: 20px;
	line-height: 30px;
	margin:0 0 30px 0;
}
.block ul:not([class]) li{
	margin-bottom: 10px;
}
.block ul:not([class]) li::before {
  content: "• ";
  color: #0a6cc7;
}

input {
    height: 53px;
    background: #FFF;
    border: 1px solid #000;
    padding: 0 20px;
    color: rgba(0, 0, 0, 0.60);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
input:focus{
  border: 1px solid #0084FF;
}
input.error{
   border: 1px solid red !important;
   background: #fbd2d2 !important;
}

input.input-line{
  border:none;
  border-bottom: 1px Solid #3A92E4;
}

select{
  border: none;
  color: #3A92E4;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 10px;
  border-bottom: 1px Solid #3A92E4;
  background: url(/img/arrow_select.svg) no-repeat right center;
  max-width: 420px;
}
select:focus{
  border: none;
  outline: none;
}
label{
  display: block;
}
.bold{
  font-weight: bold;
}
.h-line{
  display: flex;
  gap: 15px;
  white-space: nowrap;
}
.h-line span{
  border-bottom: 1px Solid #FFF;
  width: 100%;
  position: relative;
  top:-5px;
}
.p-0{
  padding: 0 !important;
}
.pb-0{
  padding-bottom: 0 !important;
}
.pt-0{
  padding-top: 0 !important;
}
.pb-5{
  padding-bottom: 5px;
}
.pb-10{
  padding-bottom: 10px;
}
.pb-15{
  padding-bottom: 15px !important;
}

.pb-30{
  padding-bottom: 30px !important;
}
.pt-30{
  padding-top: 30px;
}
.pb-45{
  padding-bottom: 45px;
}
.full{
  width: 100%;
}
.white{
  color: #FFF;
}
.white-text p{
  color: #FFF;
}
.white-text ul{
	color: #FFF;
}
.text-center{
  text-align: center !important;
}
.red{
  color: #FF0000;
}
.uppercase{
  text-transform: uppercase;
}
.line-through{
  text-decoration: line-through;
}
.hide{
  display: none;
}
.step{
  position: relative;
  padding: 60px 0;
}
.step:before{
  content: attr(data-step);
  position: absolute;
  color: rgba(58, 146, 228, 0.20);

  font-family: Inter;
  font-size: 150px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  left: 0;
  z-index: -1;

    top: 50%;
    transform: translate(0, -50%);

}
.slick-slider .slick-arrow{
  font-size: 0;
  border: none;
  background: url(/img/slick-arrow.svg);
  background-size: contain;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom:0;
  left:50%;
}
.slick-slider .slick-arrow.slick-prev{
  margin-left:-50px;
}
.slick-slider .slick-arrow.slick-next{
  margin-left:10px;
  transform: rotate(180deg);

}
.menu-btn {
  display: none;
  padding: 10px;
  margin-right: 8px;
  margin-left: -10px;
  position: relative;
  z-index: 2
}
.menu-btn__wrap {
  width: 20px;
  height: 14px;
  position: relative
}
.menu-btn__wrap span {
  width: 100%;
  height: 2px;
  background-color: #FFF;
  top: 50%;
  margin-top: -1px;
  position: absolute;
  transition: opacity .2s,transform .2s,width .2s
}
.menu-btn__wrap span:nth-child(1) {
  transform: translateY(-8px);
  width: 70%
}
.menu-btn__wrap span:nth-child(3) {
  transform: translateY(8px)
}
.menu-btn.active span:nth-child(1) {
  transform: translateY(0) rotate(45deg);
  width: 100%
}
.menu-btn.active span:nth-child(3) {
  transform: translateY(0) rotate(-45deg)
}
.menu-btn.active span:nth-child(2) {
  transform: translateY(0) translateX(-80px);
  opacity: 0
}
.menu-btn.active.back span:nth-child(1) {
  transform: translateY(-4px) rotate(-40deg);
  width: 60%
}
.menu-btn.active.back span:nth-child(3) {
  transform: translateY(4px) rotate(40deg);
  width: 60%
}
@media (max-width:767px) {
  .menu-btn {
    display: block
  }
}

.banners_header{
  height: 570px;
  position: relative;
}
.banners_header .banner__item{
  height: 100%;
  background-position: center center !important;
  background-repeat: no-repeat  !important;
  display: flex;
  align-items: flex-end;
}

.banners_header.banners_header-small .banner__item{
  background-size: cover!important;
}
.banners_header .btn-block{
  margin-bottom: 70px;
  max-width: 410px;

}
.banners_header .form-main .form__wrap{
  background: rgba(255, 255, 255, 0.60);
  min-height: 114px;
    padding: 10px 25px;
  margin-bottom:40px;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banners_header .form_mobile-image{
  display: none;
  }
.banners_header .form-main .form__title{
  color: #FFF;

font-family: Inter;
font-size: 25px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin-bottom: 10px;
}
.form-main .timer__title{
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}
.form-main.form-lower{
  max-width: 700px;
}
.form-main .form__timer{

    margin-right: 160px;
}
.form-main .timer__counter{
  display: flex;
  column-gap:10px;
}
.form-main .timer__counter .counter__item{
  text-align: center;
}
.form-main .timer__counter .counter__item .counter__number{
    width: 38px;
  border-radius: 6px;
  color: #FFF;
  font-size: 45px;
font-style: normal;
font-weight: 400;
line-height: normal;
  background: linear-gradient(0deg, #282323 0%, #282323 100%), linear-gradient(0deg, #282323 0%, #282323 100%), #282323;
}
.form-main .timer__counter .counter__item .counter__text{
  margin-top: 5px;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.form-main .timer__counter .counter__number__wrap{
  display: flex;
  column-gap:5px;
}
.form-main .form__form{
  width: 100%;
}
.form-main .form__form input{
  height: 53px;
  background: #F1F1F1;
  border: none;
  padding: 0 20px;
  color: rgba(0, 0, 0, 0.60);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.form-main .form__form .form__row{
  display: flex;
    justify-content: space-between;
}
.form-main .form__form .form__row .form__field{
  width: 49%;

}
.form-main .form__form .form__row .form__field input,
.form-main .form__form .form__row .form__field button{
  width: 100%;
}

/*
.content{
  margin-top:30px;
}*/

.slider-models{
  margin:35px 0 80px;
}
.slider-models .slider-models__title{
  color: #000;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.slider-models .slider-models__wrap{
  display: flex;

}
.slider-models .slider-models__item{
  text-align: center;
  max-width: 220px;
}
.slider-models .slider-models__item .item__image{
  height: 160px;
  display: flex;
  align-items: center;
}
.slider-models .slider-models__item a{
  color: #000;
}
.slider-models .slider-models__item:hover a{
  color: #0a6cc7;
}
.block{
  padding:40px 0;
}
.block.block-brown{
  background: #F5F5F5;
}
.block.block-black{
  background: #000;
}
.block.block-black-lite{
  background: #222;
}
/*
.catalog-list-main{
  padding:40px 0 80px;
}*/
.catalog__grid--folders {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  gap: 0 1vw;
}



.mini-card {
  min-width: 320px;
  text-decoration: none;
  width: 100%;
  margin-bottom: 40px;
  background: rgba(153, 153, 153, 0.16);
}

.mini-card--folder:hover .mini-card__body,.mini-card--folder:hover .mini-card__header--folder,.mini-card--folder:hover .mini-card__image-wrapper {
  background-color: #e7e7e7;
}

.mini-card--folder:hover .mini-card__image-wrapper img {
  transform: translateX(4px);
}

.mini-card__header--folder {
  max-height: 57px;
}

.mini-card__image-wrapper img {
  transition: all .3s;
}


.mini-card--form {
  min-width: 100%;
  width: 100%;
}

.mini-card__body {
  border: 1px solid #e7e7e7;
  border-top: none;
  padding: 16px 30px;
  transition: all .3s;
}

.mini-card__footer {
  display: flex;
  margin-top: 8px;
  width: 100%;
}

.mini-card__footer .btn {
  width: 50%;
}

.mini-card__name {
  align-items: center;
  -moz-column-gap: 4px;
  column-gap: 4px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 2px;
  text-decoration: none;
}

.mini-card__name-top {
  align-items: center;
  display: flex;
  gap: 8px;
  width: 100%;
}

.mini-card__folder {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.mini-card__like .nuxt-icon svg {
  color: #bed0e8;
  cursor: pointer;
  height: 24px;
  margin-bottom: 0;
  max-height: 32px;
  max-width: 32px;
  width: 32px;
}

.mini-card__name-year {
  color: #101327;
  font-size: 12px;
  margin-left: auto;
}

.mini-card__name-mark {
  color: #000;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.mini-card__name-sub {
  color: #416388;
  font-size: 16px;
}

.mini-card__name-sub:nth-of-type(3) {
  color: #bed0e8;
}

.mini-card__price-wrapper {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
  margin-top: 16px;
}

.mini-card__price {
  color: #000;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.mini-card__price:not(.mini-card__price--old) {
  color: #000;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.mini-card__price--old,.mini-card__price-old {
  font-size: 16px;
  text-decoration: line-through;
}

.mini-card__price-old {
  color: #fff;
}

.mini-card__price-credit {
  color: #000;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.mini-card__image-wrapper {

  border: 1px solid #e7e7e7;
  border-bottom: none;
  border-top: none;
  display: block;
  transition: all .3s;
  width: 100%;
}

.mini-card__image-wrapper img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.mini-card--folder .mini-card__image-wrapper img {
  aspect-ratio: 3/2;
  bottom: 24px;
  display: block;
  margin: 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom;
  object-position: bottom;
  position: relative;
  width: 80%;
}

.mini-card__header--folder {

  border: 1px solid #e7e7e7;
  border-bottom: 0;
  padding: 20px 30px 8px 30px;
}

.mini-card__header--folder {
  transition: all .3s;
}

@media (max-width: 320px) {
  .mini-card {
    min-width: 100%;
  }

  .mini-card__slide {
    min-width: 260px;
  }

  .mini-card__slider-mobile {
    height: 172px;
  }
}

@media (max-width: 767px) {
  .mini-card--folder .mini-card__image-wrapper img {
    margin-bottom: -40px;
    margin-top: -16px;
  }

  .mini-card__slider-mobile {
    height: 216px;
  }
}

@media (min-width: 768px) and (max-width:1199px) {
  .catalog__grid {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 1200px) {

  .mini-card__price-description {
    color: #e23232;
    font-size: .72vw;
    margin-top: 8px;
  }

}

.banners_lower{
  min-height: 644px;
  color: #FFF;
    background: #000;
}
.banners_lower .container{
  position: relative;
}
.banners_lower .banners_lower__wrap{
   min-height: 644px;
    position: relative;
    z-index: 1;
    padding: 45px 0;
}
.banners_lower .banners_lower__image{
  background: url(/img/banner_lower.png) no-repeat;
 background-position: left center;
    min-height: 644px;
    width: 80%;
    position: absolute;
    right: -15%;
    top: 0;
    background-size: cover;
}
.banners_lower .banners_lower__title{
  font-size: 63.879px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.banners_lower .banners_lower__title-small{
  font-size: 32.592px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.banners_lower .banners_lower__text-block .text-block__item{
  margin-top: 40px;
}
.banners_lower .banners_lower__text-block .text-block__item span{
  display: block;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 15px;
}
.banners_lower .banners_lower__text-block .text-block__item ul{
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-left: 0;
  padding-left: 0;
}
.banners_lower .form-main{
  margin-top:50px;
}
.slider-actions .slider-actions__wrap{
  display: flex;
    flex-wrap: wrap;
    gap: 2vw 1vw;
}
.slider-actions .slick-slide{
  height: auto;
}
.slider-actions .slider-actions__item{
  width: 310px;
}
.slider-actions .slider-actions__item .image{
  height: 175px;
  overflow: hidden;
}
.slider-actions .slider-actions__item .image img{
  object-fit: cover;
  height: 175px;
}
.slider-actions .slider-actions__item .text{
  background: #000;
  padding: 25px 25px 40px;
}
.slider-actions .slider-actions__item .text .title{
   color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.slider-actions .slider-actions__item .text .text-block{
  height: 50px;
  overflow: hidden;
}
.slider-actions .slider-actions__item .text .note{
  color: #3A92E4;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.slider-actions .slider-actions__item .btn{
  margin-top: 20px;
}
.slider-actions .slider-actions__item__wrap{
  width: 100%;
  overflow: hidden;
  padding: 0 10px;
}

.slider-news .slick-slide{
  height: auto;
}
.slider-news .slider-news__item{
  width: 310px;
}
.slider-news .slider-news__item .image{
  height: 175px;
  overflow: hidden;
}
.slider-news .slider-news__item .image img{
  object-fit: cover;
  height: 175px;
}
.slider-news .slider-news__item .text{
  padding: 25px 25px;
  background: #F5F5F5;
}
.slider-news .slider-news__item .text .title{
   color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.slider-news .slider-news__item .text .text-block{
  height: 60px;
  overflow: hidden;
}

.slider-news .slider-news__item .btn{
  margin-top: 20px;
}
.slider-news .slider-news__item__wrap{
  width: 100%;
  overflow: hidden;
  padding: 0 10px;
}
.slider-news .slider-news__item .footer__text{
  background: #000;
  padding: 10px 25px;
  display: flex;
  justify-content: space-between;
  color: #fff;

}
.slider-news .slider-news__item .footer__text .date{
  font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;

}
.slider-news .slider-news__item .footer__text a{
  text-transform: uppercase;
}
.slider-news .slider-news__wrap{
  display: flex;
  flex-wrap: wrap;
  gap:2vw 1vw;
}

 .js-slider-actions .slick-slider,
.js-slider-news .slick-slider{
      margin-bottom: 30px;
}



.contacts-block{
  display: flex;
  min-height: 600px;
}
.contacts-block .contacts-block__item{
  width: 50%;
}
.contacts-block .contacts-block__item.item-maps{
  filter: grayscale(100%);
}
.contacts-block .contacts-block__item.item-contacts{
  background: #000;
  color: #FFF;
  padding: 45px;
}
.contacts-block .contacts-block__item.item-contacts p{
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 10px;
  display: flex;
  align-items: center;
}
.contacts-block .contacts-block__item.item-contacts p img{
  display: inline-block;
  margin-right: 5px;
}
.contacts-block .contacts-block__item.item-contacts .item-contacts__wrap{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.contacts-block .contacts-block__item.item-contacts .item-contacts__wrap .item-form{
  padding-top: 40px;
  border-top: 1px Solid #FFF;
}
.catalog-detail{
  position: relative;
}

.catalog-detail .catalog-detail__wrap{
  display: flex;
  gap: 4vw;
  position: relative;
}
.catalog-detail .catalog-detail__wrap .catalog-detail__info{
  width: calc(40% - 4vw);
}
.catalog-detail .catalog-detail__wrap .catalog-detail__image{
  width: 60%;
  position: relative;

    padding-right: 40px;
}
.catalog-detail .catalog-detail__wrap .catalog-detail__image img {
    max-width: 90%;
}
.catalog-detail .catalog-detail__warranty{
  border: 0.754px solid #000;
  padding: 5px 15px;
  display: inline-block;
}
.catalog-detail .info__colors{
  display: flex;
  margin-top: 40px;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 120px;
}
.catalog-detail .info__colors .colors__text{
  margin-right: 25px;
  font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
white-space: nowrap;
  width: 280px;
}
.catalog-detail .info__colors .colors__list__items{
  display: flex;

}
.catalog-detail .info__colors .colors__list__items li{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 5px;
  cursor: pointer;
  box-shadow: -3px 5px 10px rgba(0,0,0,.2);
}
.catalog-detail .info__complectaion{
  margin-top: 25px;
}

.catalog-detail .info__complectaion .complectaion__text{
  margin-bottom: 15px;
  font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.catalog-detail .benefit__info{
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 40px;
  display: flex;
  padding-bottom: 10px;
  border-bottom: 1px Solid #000;
  max-width: 420px;
}
.catalog-detail .benefit__info .benefit__info-price{
  text-transform: uppercase;
  margin-right: 40px;
}
.catalog-detail .benefit__info .benefit__info-price span{
  color: #F00;
}
.catalog-detail .benefit__info .benefit__price{
  font-weight: bold;
}
.catalog-detail .bonuses__content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    overflow: hidden;
    transition: .16s;
    margin-top: 40px;
     max-width: 420px;
}
.catalog-detail .bonuses__content .switch {
    align-items: flex-start;
    display: flex;
    font-size: 12px;
    width: 100%;
    cursor: pointer;
}
.catalog-detail .bonuses__content .switch .switch__name {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-left: 12px;
    text-transform: uppercase;

    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #bdbdbd;
}

.catalog-detail .bonuses__content .switch.switch--active .switch__name{
    color: #000;
}
.catalog-detail .bonuses__content .switch__name .switch__label{
    color: rgba(0, 0, 0, 0.50);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: lowercase;
}
.catalog-detail .bonuses__content .switch .switch__text {
    margin-left: auto;
    min-width: 60px;
    font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-transform: lowercase;
color: #bdbdbd;
}
.catalog-detail .bonuses__content .switch.switch--active .switch__text {
  color: #000;
}
.catalog-detail .bonuses__content .switch__checkbox {
    height: 0;
    left: -999px;
    position: absolute;
    width: 0;
}
.catalog-detail .bonuses__content .switch__line {
    border-bottom: 1px solid #bed0e8;
    height: 16px;
    min-width: 40px;
    position: relative;
    width: 40px;
    top:5px;
}
.catalog-detail .bonuses__content .switch__item {
    height: 11px;
    position: absolute;
    right: 29px;
    top: 0;
    transition: .16s;
    width: 11px;
}
.catalog-detail .bonuses__content .switch--active .switch__item {
    right: 0;
}
.catalog-detail .bonuses__content .switch__item:after,
.catalog-detail .bonuses__content .switch__item:before {
    background: #bed0e8;
    content: "";
    position: absolute;
}
.catalog-detail .bonuses__content .switch__item:before {
    height: 100%;
    left: 5px;
    opacity: 0;
    width: 1px;
}
.catalog-detail .bonuses__content .switch--active .switch__item:before {
    background: #416388;
    opacity: 1;
}
.catalog-detail .bonuses__content .switch__item:after {
    height: 1px;
    top: 5px;
    width: 100%;
}
.catalog-detail .bonuses__content .switch--active .switch__item:after {
    background: #416388;
}
.catalog-detail .catalog-detail__action{
  display: flex;
  gap: 4vw;
  margin-top: 0;
  align-items: flex-end;
}
.catalog-detail .catalog-detail__action .action__btn{
    width: calc(40% - 4vw);
}

.catalog-detail .catalog-detail__action .action__btn .btn__bottom{
  display: flex;
  justify-content: space-between;
}
.catalog-detail .catalog-detail__action .action__btn .btn__bottom .btn{
  width: 49%;
  border: 1px Solid #000;
  color: #000;
}
.catalog-detail .catalog-detail__action .action__price {
    width: 60%;
}
.catalog-detail .catalog-detail__action .action__price .price{
  color: #F00;

}
.catalog-detail .catalog-detail__action .action__price .price__list{
  display: flex;
  gap:25px;
}
.catalog-detail .catalog-detail__action .action__price .price__total{
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: line-through;
  text-transform: uppercase;
}
.catalog-detail .catalog-detail__action .action__price .price__total{
  font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: uppercase;
}
.catalog-detail .catalog-detail__action .action__price .price__text{
  color: rgba(0, 0, 0, 0.50);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: lowercase;
  }
.catalog-detail .catalog-detail__advansed{
  position: absolute;
  display: flex;
  flex-direction: column;
  right: 0;
  height: 100%;
  justify-content: space-between;
}
.catalog-detail .catalog-detail__advansed .advansed__item{
  text-align: center;
  color: #3A92E4;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.catalog-detail .catalog-detail__advansed .advansed__item svg{
  display: block;
  margin: 0 auto 5px;
}
.catalog-detail-equipment{
  display: flex;
  gap: 1vw;
  flex-wrap: wrap;
  margin:0 0 30px;
}
.catalog-detail-equipment .equipment__item{
  background: #FFF;
  padding: 20px;
  max-width: 420px;
  width: 100%;
}
.catalog-detail-equipment .equipment__item .equipment__title{
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
}
.catalog-detail-equipment .equipment__item .equipment__title .equipment__price{
  white-space: nowrap;
}
.catalog-detail-equipment .equipment__item .params__item{
  display: flex;
  justify-content: space-between;
  font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 27px; /* 150% */
text-transform: uppercase;
}
.catalog-detail-equipment .equipment__btn-bottom{
  justify-content: space-between;
  display: flex;
}
.catalog-detail-equipment .equipment__btn-bottom .btn{
  width: 49%;
}
.catalog-detail__gallery{
  position: relative;
}
.catalog-detail__gallery .gallery__item{
  max-height: 550px;
  overflow: hidden;
}
.catalog-detail__gallery .gallery__item img{
  object-fit: cover;
  object-position: 0 -200px;
  width: 100%;
}
.catalog-detail__gallery .catalog-detail__gallery__switch{
  position: absolute;
  top:40px;
  left: 40px;
  display: flex;
  gap: 1vw;
  margin-bottom: 30px;
  z-index: 1;
  color: #FFF;
  font-size: 18px;
}
.catalog-detail__gallery .catalog-detail__gallery__switch .swith__item{
  padding: 0 0 5px;
  border-bottom: 8px Solid rgba(255, 255, 255, 0.80);
  width: 152px;
  cursor: pointer;
}
.catalog-detail__gallery .catalog-detail__gallery__switch .swith__item.active{
  border-bottom: 8px Solid #3A92E4;
}
.catalog-detail__exterior{
  display: flex;
  gap: 1vw;
}
.catalog-detail__exterior .exterior__item{
  width: 49%;
}
.catalog-detail__exterior.exterior-reserve{
  flex-direction: row-reverse;
}
.catalog-detail__params .sheet__row{
  display: flex;
  flex-wrap: wrap;
  gap: 3vw 2vw;
  justify-content: space-between;
}
.catalog-detail__params .sheet__row .sheet__row{
  max-width: 410px;
  width: 100%;
  display: flex;
  padding-bottom: 10px;
  border-bottom: 1px Solid #0084FF;
  font-size: 22px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.catalog-detail__params .sheet__row .sheet__row .sheet__col:first-child{
  color: #0084FF;

}
/*
.catalog-detail__exterior .exterior__item.item-photo{
  width: 55%;
}
.catalog-detail__exterior .exterior__item.item-text{
  width: calc(45% - 1vw);
}*/
.exterior__gallery{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(6, 2vw);
    grid-gap: 15px;
}
.exterior__gallery img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.exterior__gallery .exterior__gallery_0{
  grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 8;
}
.exterior__gallery .exterior__gallery_1{
   grid-column-start: 5;
    grid-column-end: 8;
    grid-row-start: 1;
    grid-row-end: 4;
}

.exterior__gallery .exterior__gallery_2{
   grid-column-start: 5;
    grid-column-end: 8;
    grid-row-start: 4;
    grid-row-end: 8;
}
.calculator .calculator__model{
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.calculator .calculator__wrap{
  display: flex;
  gap: 3vw 4vw;
  flex-wrap: wrap;
  padding-top:30px;
}
.calculator .calculator__wrap .calculator__item{
  max-width: 420px;
  width: 100%;
}
.calculator .calculator__wrap .calculator__item label{
  font-size: 18px;
}
.calculator .calculator__info .info__item{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.calculator .calculator__form{
  margin-top: 60px;
}
.calculator .calculator__form .calculator__form__wrap{
  width: 100%;
}
.calculator .calculator__form .calculator__form__wrap .form__row{
  display: flex;
  gap: 1vw;
}
.calculator .calculator__form .calculator__form__wrap .form__row .form__field{
  width: 100%;
}
.catalog-detail-print section:not(.catalog-detail-section),
.catalog-detail-print #bx-panel,
.catalog-detail-print .banners_header,
.catalog-detail-print .slider-models,
.catalog-detail-print header,
.catalog-detail-print footer{
  display: none!important;
}
.catalog-detail-print .catalog-detail-section{
  zoom: .6;
}
.equipment__popup{
  max-width: 700px!important;
  width: 100%!important;
}
.equipment__popup .row-opened__list-item {
    padding-left: 22px;
    background: url(/local/templates/auto.2019/img/model/row-opened/xv.png.pagespeed.ic.52gbfixNsi.webp) no-repeat right center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-bottom: 15px;
}
.equipment__popup .row-opened__list{
  margin-bottom: 30px;
}
.equipment__popup .row-opened__list-item  span{
  max-width: 300px;
  flex-shrink: 0;
}
.equipment__popup .row-opened__list-title {
    text-transform: uppercase;
    padding-left: 22px;

    background: url(/local/templates/auto.2019/img/model/row-opened/xbelt.png.pagespeed.ic.ab2jUDKpyW.webp) no-repeat left center;
    background-position: left 8px;
}
.equipment__popup .row-opened__list-item:after {
    content: '';
    display: block;
    width: 100%;
    border-bottom: 1.5px dotted #d7d7d7;
    height: 3px;
    margin: 13px 25px 0 5px;
}

.equipment__popup  .row-opened__list-title_protect {
    background-image: url(/local/templates/auto.2019/img/model/row-opened/xkey.png.pagespeed.ic.lhWYo9O597.webp)
}

.equipment__popup  .row-opened__list-title_seat {
    background-image: url(/local/templates/auto.2019/img/model/row-opened/xseat.png.pagespeed.ic.EGq_0rcvOe.webp)
}

.equipment__popup  .row-opened__list-title_comf {
    background-image: url(/local/templates/auto.2019/img/model/row-opened/xwheel.png.pagespeed.ic.HDNVZ4fs24.webp)
}
.fancy_senks_message{
    text-align: center !important;
    max-width: 460px !important;
}
.fancy_senks_message h4,
.fancy_senks_message p{
  color: #3A92E4;
}
.callback-line-form{
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}
.callback-line-form .callback-line-form__wrap .form__row{
  display: flex;
  gap: 1vw;
}
.callback-line-form .callback-line-form__wrap .form__row .form__field {
    width: 100%;
}


.credit .credit-top__form{
  margin-bottom: 60px;
}
.credit .credit-top__form .credit-top__form__wrap{
  width: 100%;
}
.credit .credit-top__form .credit-top__form__wrap .form__row{
  display: flex;
  gap: 1vw;
}
.credit .credit-top__form .credit-top__form__wrap .form__row .form__field{
  width: 100%;
}

.credit .credit-top__form .credit-top__form__wrap .form__row .form__field label{
  color: #000;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.credit .select__auto{
  display: flex;
  gap:6vw;
}
.credit .select__auto .select__auto__select{
  width: calc(40% - 4vw);
}
.credit .select__auto .select__auto__image{
  width: 60%;
  max-height: 460px;
}
.credit .select__auto .select__auto__image img{
  max-height: 460px;
  object-fit: cover;
  width: 100%;
}
.credit .select__auto .select__auto__select .select__item__wrap{
  margin-top:30px;
}
.credit .select__auto .select__auto__select .select__item{
  margin-bottom: 30px;
}


.credit .calculator .calculator__form{
  margin-top: 0;
}
.credit .calculator .calculator__form .calculator__form__wrap{
  margin-top: 60px;
}


.advantages-credit{
  display: flex;
  gap:1vw;
  justify-content: space-between;
}
.advantages-credit .advantages-credit__item{
  max-width: 320px;
  margin:60px 0;

}
.advantages-credit .advantages-credit__item .image{
  margin-bottom: 30px;
}
.advantages-credit .advantages-credit__item .title{
  color: #3A92E4;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 15px;
}
.advantages-credit .advantages-credit__item .text{
  color: #000;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.breadcrumb .bx-breadcrumb{
  margin: 0;

}
.breadcrumb .bx-breadcrumb i{
  background: url('/img/breadcrumb_arrow.svg') no-repeat;
  width: 12px;
  height: 12px;
}
.breadcrumb .bx-breadcrumb i:before{
  content: '';
}
.breadcrumb .bx-breadcrumb .bx-breadcrumb-item span{
    color: #494949;

font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.breadcrumb .bx-breadcrumb .bx-breadcrumb-item:last-child span{
  color: #3A92E4;
}

.credit-banks{
  display: flex;
  gap:1vw;
  justify-content: space-between;
}
.credit-banks .credit-banks__item{
  max-width: 320px;
  margin:60px 0;

}
.popup-form .form__row{
  margin-bottom: 15px;
}

.company .company__description ul{
  display: flex;
  gap:1vw 4vw;
  flex-wrap: wrap;
    justify-content: flex-end;
}
.company .company__description ul li{
  width: calc(50% - 2vw);
}


.about-company{
  display: flex;
  gap:1vw;
  justify-content: space-between;
}
.about-company .about-company__item{
  max-width: 320px;
  margin:60px 0;

}



.footer:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 50%;
  height: 69px;
  background-color: #1C1C1C;
  top: 0;
  z-index: -1;
}

.footer:after {
  content: '';
  display: block;
  position: absolute;
  height: 28px;
  width: 50%;
  background-color: #000;
  top: 0;
  right: 0;
  z-index: -1;
}

.footer-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 25px;

}

.footer-head__logo {
  padding: 20px 0;
  padding-right: 30px;
  position:relative;
  width: 35%;
}
.footer-head__logo img{
  max-width: 140px;
}
.footer-head__logo a,
.footer-head__logo a:focus,
.footer-head__logo a:active {
  outline: none;
}

.footer-head__logo-text {
    position: absolute;
    bottom: 0px;
    right: 45px;
    color: #fff;
    font-size: 13px;
}


.footer-head__logo-img {
  max-width: none;
}

.footer-head__right {
  width: 100%;
  background-color: #222;
  position: relative;
}



.footer-head__firstline {
  background-color: #000;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0 5px 45px;
  height: 28px;
  justify-content: flex-start;
}

.footer-head__city {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
}

.footer-head__city-title {
  font-size: 1.2rem;
  color: #B3B3B3;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.footer-head__city-select {
  font-size: 1.2rem;
  color: #fff !important;
  margin-left: 3px;
  position: relative;
  border-bottom: 1px solid #fff;
}

.footer-head__city-select:hover {
  border-bottom-color: transparent;
}

.footer-head__city-select:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 5px solid #B2B2B2;
  position: absolute;
  right: -10px;
  top: 49%;
}

.footer-head__time {
  /* margin-left: 13%; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 17px;
  background: url("/local/templates/construction/css/../img/footer/time.png") no-repeat left center;
}

.footer-head__time-period {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.2rem;
  color: #fff;
  display: block;
}

.footer-head__time-days {
  font-size: 1.2rem;
  margin-left: 8px;
  color: #B3B3B3;
}

.footer-head__catalog {
  margin-top: 9px;
    text-transform: uppercase;
    padding: 6px 25px 6px 30px;
    display: block;
    background-color: #3a92e4;
    display: inline-block;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-size: 14px;
}

.footer-head__catalog span {
  display: block;
  padding-left: 30px;
  font-weight: normal;
  color: #fff;
}

.rsm_footnote {
    margin-bottom: 20px;
}
.rsm_footnote p {
    color: #888;
    margin-bottom: 10px;
    font-size: 12px;
}

.footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.footer-bottom p{
 font-size: 12px;
}

.footer-bottom__text {
    font-weight: 300;
    font-size: 1.2rem;
    color: #595959;
    width: 100%;
}
.footer-bottom__text_rights {
    width: 23%;
}
/* End */


/* Start:/local/templates/construction/css/styleMobile.css?17162219398567*/
@media (max-width:1920px) {
  .banners_lower .banners_lower__image{
    right: 0;
  }
}
@media (max-width:1260px) {

  .form-main .form__timer{
    margin:0;
  }
  .banners_header .form-main .form__wrap{
    gap:1vw;
  }
  .header__wrap{
    padding-right: 60px;
  }
  .header__menu-btn{
    position: absolute;
    right: 15px;
  }
  .catalog-detail .info__colors{
    left: 50%;
    transform: translate(-50%, 0);
  }
  .catalog-detail .info__colors .colors__text{
    display: none;
  }


}
@media (max-width:960px) {
  .banners_header .form-main .form__wrap{
    flex-wrap: wrap;
    margin: 0 -15px;
    background: #D9D9D9;
    padding: 25px 25px;
  }
  .form-main .timer__title{
    color: #000;
  }
  .form-main .timer__counter .counter__item .counter__text{
    color: #000;
  }

}
@media (max-width:768px) {
    h1{
      font-size: 25px;
       padding-bottom: 20px;
    }
    h2, .h2{
       font-size: 25px;
       padding-bottom: 20px;
    }
     h3, .h3{
      font-size: 20px;
      padding-bottom: 15px;
    }
     h4, .h4{
      font-size: 18px;
       padding-bottom: 15px;
    }
    h5, .h5{
      font-size: 16px;
      padding-bottom: 15px;
    }
    p, .p{
      font-size: 16px;
      line-height: 22px;
    }
    .block ul:not(.my-dots){
      font-size: 16px;
      line-height: 22px;
    }
    select{
      font-size: 16px;
    }
    input.input-line{
      height: 30px;
    }
    .pb-m-0{
      padding-bottom: 0 !important
    }
    .btn{
      font-size: 16px;
    }
    .block{
      padding: 30px 0;
    }
    .form-main .timer__counter{
      margin-bottom: 15px;
    }
  .form-main .form__form .form__row{
    gap:4vw;
     flex-wrap: wrap;
  }
  .form-main.form-lower{
    max-width: 100%;
  }
  .form-main .form__form .form__row .form__field{
    width: 100%;
  }
  .banners_header:not(.banners_header-small){
    height: auto;
  }
  .banners_header.banners_header-small{
    height: 50vh;
  }
  .banners_header .btn-block{
    margin: 0;
    max-width: 100%;
  }
  .banners_header:not(.banners_header-small) .banner__item{
    background: #D9D9D9 !important;
  }
  .banners_header .form_mobile-image{
        margin: 0 -15px;
        display: block;
  }
  .banners_header .form-main .form__title{
    position: absolute;
    color: #FFF;
    margin-top: -50px;
    z-index: 1;
    font-size: 18px;
  }
   .catalog__grid--folders {
      grid-template-columns: 1fr;
    }
    .banners_lower .banners_lower__title{
      font-size: 25px;
    }
    .banners_lower .banners_lower__title-small{
       font-size: 14px;
    }
    .banners_lower .banners_lower__text-block .text-block__item span{
      font-size: 14px;
    }
    .banners_lower .banners_lower__text-block .text-block__item ul{
      font-size: 12px;
    }
    .banners_lower{
      min-height: 100%;
    }
    .banners_lower .banners_lower__image{
      min-height: 100%;
      width: 100%;
      background-position: center bottom;
      background-size: contain;
    }
    .banners_lower .banners_lower__wrap{
       min-height: 100%;
    }
    .slider-models{
      margin:35px 0 40px;
    }
    .slider-models .slider-models__title{
      font-size: 18px;
    }
    .mini-card__name-mark{
      font-size: 20px;
    }
    .mini-card__folder{
      font-size: 12px;
    }
    .mini-card__price:not(.mini-card__price--old){
      font-size: 16px;
    }
    .mini-card__price--old, .mini-card__price-old{
      font-size: 14px;
    }
    .mini-card__price-credit{
      font-size: 16px;
    }
    .slider-news .slick-slider,
    .slider-actions .slick-slider,
    .catalog-detail__gallery .slick-slider,
    .slider-models .slick-slider{
      padding-bottom: 60px;
      margin-bottom: 0;
    }
    .contacts-block{
      flex-wrap: wrap;
      margin: 0 -15px;
    }
    .contacts-block .contacts-block__item{
      width: 100%;
      min-height: 300px;
    }
    .contacts-block .contacts-block__item.item-contacts p{
      font-size: 18px;
    }
    .callback-line-form{
      text-align: left;
    }
    .catalog-detail .catalog-detail__wrap{
      flex-wrap: wrap;
      flex-direction: column-reverse;
      gap:8vw;
    }
    .catalog-detail .catalog-detail__wrap .catalog-detail__image{
      width: 100%;

    }
    .catalog-detail__exterior{
      flex-wrap: wrap;
      flex-direction: column;
      gap: 4vw;
    }
    .catalog-detail__exterior .exterior__item{
      width: 100%;
    }
    .catalog-detail .catalog-detail__wrap .catalog-detail__info{
      width: 100%;
    }
    .catalog-detail .catalog-detail__advansed{
      height: auto;
      justify-content: flex-start;
      height: auto;
      top: 0;
      gap: 8vw;
      zoom: .7;
    }
    .catalog-detail .catalog-detail__warranty{
      font-size: 16px;
    }
    .catalog-detail .info__colors{
     left: 50%;
      transform: translate(-50%, 0);
    }
    .catalog-detail .info__colors .colors__text{
      font-size: 16px;
    }
    .catalog-detail .info__complectaion .complectaion__text{
      font-size: 16px;
    }
    .catalog-detail .benefit__info{
      font-size: 16px;
    }
    .catalog-detail .bonuses__content .switch__name{
      font-size: 16px;
    }
    .catalog-detail .info__colors .colors__list__items li{
      height: 22px;
      width: 22px;
    }
    .catalog-detail .catalog-detail__action{
      flex-wrap: wrap;
      flex-direction: column-reverse;
      gap:8vw;
    }
    .catalog-detail .catalog-detail__action .action__btn{
      width: 100%;
    }
    .catalog-detail .catalog-detail__action .action__price{
      width: 100%;
    }
    .catalog-detail .catalog-detail__action .action__price .price__list{
      flex-wrap: wrap;
      gap: 2vw;
    }
    .catalog-detail-equipment{
      gap: 2vw;
    }
    .catalog-detail-equipment .equipment__item .equipment__title{
      font-size: 18px;
    }
    .catalog-detail-equipment .equipment__item .params__item{
      font-size: 16px;
    }
    .calculator .calculator__wrap .calculator__item label{
      font-size: 16px;
    }
    .calculator .calculator__wrap .calculator__item{
      max-width: 100%;
      margin-bottom: 30px;
    }
    .calculator .calculator__form .calculator__form__wrap .form__row{
      flex-wrap: wrap;
      gap: 2vw;
    }
    .callback-line-form .callback-line-form__wrap .form__row{
      flex-wrap: wrap;
      gap: 2vw;
    }
    .catalog-detail__gallery .gallery__item img{
      object-position: center center;
    }
    .catalog-detail__params .sheet__row .sheet__row{
      font-size: 18px;
    }
    .advantages-credit{
      flex-wrap: wrap;
      gap: 2vw;
    }
    .advantages-credit .advantages-credit__item{
      margin: 0 0 30px;
    }
    .advantages-credit .advantages-credit__item .title{
      font-size: 18px;
    }
    .advantages-credit .advantages-credit__item .text{
      font-size: 16px;
    }
    .credit .select__auto{
      flex-wrap: wrap;
      gap: 2vw;
    }
    .credit .select__auto .select__auto__select{
      width: 100%;
    }
    .credit .select__auto .select__auto__image{
      width: 100%;
    }
    .credit .calculator .calculator__form .calculator__form__wrap{
      margin-top: 30px;
    }
    .credit-banks{
       flex-wrap: wrap;
       gap: 2vw;
       margin-bottom: 30px;
    }
    .credit-banks .credit-banks__item{
      margin: 0;
    }
    .credit-banks .credit-banks__item img{
      max-width: 200px;
      object-fit: contain;
      height: 70px;
    }
    .step{
      padding: 30px;
    }
    .step:before{
      font-size: 100px;
    }
    .credit .credit-top__form{
      margin: 30px 0;
    }
    .credit .credit-top__form .credit-top__form__wrap .form__row{
      flex-wrap: wrap;
       gap: 2vw;
    }
    .credit .credit-top__form .credit-top__form__wrap .form__row .form__field label{
      font-size: 16px;
    }
    .about-company{
      flex-wrap: wrap;
      margin: 30px 0 0;
      gap: 2vw;
    }
    .about-company .about-company__item{
      margin: 0;
    }
    .company-video{
      height: 300px;
    }
}
@media (max-width:520px) {
  .company .company__description ul{
    flex-wrap: wrap;
    gap: 3vw;
  }
  .company .company__description ul li{
    width: 100%;
  }
  .catalog-detail .info__colors .colors__text{
    display: none;
  }
   .banners_header.banners_header-small{
    height: 230px;
  }
}
@media (max-width:460px) {
  .footer-head{
    flex-wrap: wrap;
  }
  .footer-head__logo{
    width: 100%;
  }
  .footer-head__logo img{
    margin: 0 auto;
  }
  .footer-head__right{
    text-align: center;
  }
  .form-main .timer__counter .counter__number__wrap{
    zoom: .9;
  }
}


/* End */


/* Start:/local/templates/construction/css/ion.rangeSlider.css?171204728213749*/
/**
Ion.RangeSlider, 2.3.1
© Denis Ineshin, 2010 - 2019, IonDen.com
Build date: 2019-12-19 16:51:02
*/
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
}
.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}
.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}
.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}
.irs-handle {
  position: absolute;
  display: block;
  box-sizing: border-box;
  cursor: default;
  z-index: 1;
}
.irs-handle.type_last {
  z-index: 2;
}
.irs-min,
.irs-max {
  position: absolute;
  display: block;
  cursor: default;
}
.irs-min {
  left: 0;
}
.irs-max {
  right: 0;
}
.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}
.irs-grid {
  position: absolute;
    display: none;
    bottom: 0;
    left: 0 !important;
    width: 100% !important;
    height: 20px;
}
.irs-with-grid .irs-grid {
  display: block;
}
.irs-grid-pol {
  position: absolute;
    top: -22px;
    left: 0;
    width: 1px;
    height: 17px;
    background: #000;
}
.irs-grid-pol.small {
  height: 4px;
  display: none;
}
.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}
.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}
.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed;
}
.irs-disabled {
  opacity: 0.4;
}
.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}
.irs--flat {
  height: 40px;
}
.irs--flat.irs-with-grid {
  height: 60px;
}
.irs--flat .irs-line {
  top: 25px;
  height: 1px;
  background-color: #e1e4e9;
  border-radius: 4px;
}
.irs--flat .irs-bar {
  top: 25px;
  height: 1px;
  background-color: #0084FF;
}
.irs--flat .irs-bar--single {
  border-radius: 4px 0 0 4px;
}
.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #e1e4e9;
}
.irs--flat .irs-handle {
  top: 22px;
  width: 16px;
  height: 18px;
  background-color: transparent;
}
.irs--flat .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: -3px;
  left: 50%;
  width: 14px;
  height: 14px!important;
  border-radius: 50%;
  height: 100%;
  margin-left: -1px;
  background-color: #3A92E4;
}
.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
  background-color: #0a6cc7;
}
.irs--flat .irs-min,
.irs--flat .irs-max {
    padding: 0;
    visibility: visible !important;
      text-shadow: none;
      border-radius: 4px;
      position: absolute;
      top: 60px;

    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  color: white;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #ed5565;
  border-radius: 4px;
}
.irs--flat .irs-single{
  right: -10px !important;
    left: auto !important;
    top: -30px;
    color: #3A92E4;
    background: none;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.irs--flat .irs-single:before{
  display: none!important;
}
.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565;
}
.irs--flat .irs-grid-pol {
  background-color: #3A92E4;
}
.irs--flat .irs-grid-text {
  display: none;
}
.irs--big {
  height: 55px;
}
.irs--big.irs-with-grid {
  height: 70px;
}
.irs--big .irs-line {
  top: 33px;
  height: 12px;
  background-color: white;
  background: linear-gradient(to bottom, #ddd -50%, white 150%);
  border: 1px solid #ccc;
  border-radius: 12px;
}
.irs--big .irs-bar {
  top: 33px;
  height: 12px;
  background-color: #92bce0;
  border: 1px solid #428bca;
  background: linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
}
.irs--big .irs-bar--single {
  border-radius: 12px 0 0 12px;
}
.irs--big .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: rgba(66, 139, 202, 0.5);
}
.irs--big .irs-handle {
  top: 25px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #cbcfd5;
  background: linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
  border-radius: 30px;
}
.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
  border-color: rgba(0, 0, 0, 0.45);
  background-color: #939ba7;
  background: linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%);
}
.irs--big .irs-min,
.irs--big .irs-max {
  top: 0;
  padding: 1px 5px;
  color: white;
  text-shadow: none;
  background-color: #9f9f9f;
  border-radius: 3px;
}
.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
  color: white;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #428bca;
  background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  border-radius: 3px;
}
.irs--big .irs-grid-pol {
  background-color: #428bca;
}
.irs--big .irs-grid-text {
  color: #428bca;
}
.irs--modern {
  height: 55px;
}
.irs--modern.irs-with-grid {
  height: 55px;
}
.irs--modern .irs-line {
  top: 25px;
  height: 5px;
  background-color: #d1d6e0;
  background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
  border: 1px solid #a3adc1;
  border-bottom-width: 0;
  border-radius: 5px;
}
.irs--modern .irs-bar {
  top: 25px;
  height: 5px;
  background: #20b426;
  background: linear-gradient(to bottom, #20b426 0%, #18891d 100%);
}
.irs--modern .irs-bar--single {
  border-radius: 5px 0 0 5px;
}
.irs--modern .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(209, 214, 224, 0.5);
}
.irs--modern .irs-handle {
  top: 37px;
  width: 12px;
  height: 13px;
  border: 1px solid #a3adc1;
  border-top-width: 0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}
.irs--modern .irs-handle > i:nth-child(1) {
  position: absolute;
  display: block;
  top: -4px;
  left: 1px;
  width: 6px;
  height: 6px;
  border: 1px solid #a3adc1;
  background: white;
  transform: rotate(45deg);
}
.irs--modern .irs-handle > i:nth-child(2) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 10px;
  height: 12px;
  background: #e9e6e6;
  background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
  border-radius: 0 0 3px 3px;
}
.irs--modern .irs-handle > i:nth-child(3) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 5px;
  border-left: 1px solid #a3adc1;
  border-right: 1px solid #a3adc1;
}
.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
  border-color: #7685a2;
  background: #c3c7cd;
  background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%);
}
.irs--modern .irs-handle.state_hover > i:nth-child(1),
.irs--modern .irs-handle:hover > i:nth-child(1) {
  border-color: #7685a2;
}
.irs--modern .irs-handle.state_hover > i:nth-child(3),
.irs--modern .irs-handle:hover > i:nth-child(3) {
  border-color: #48536a;
}
.irs--modern .irs-min,
.irs--modern .irs-max {
  top: 0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  color: white;
  background-color: #d1d6e0;
  border-radius: 5px;
}
.irs--modern .irs-from,
.irs--modern .irs-to,
.irs--modern .irs-single {
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #20b426;
  color: white;
  border-radius: 5px;
}
.irs--modern .irs-from:before,
.irs--modern .irs-to:before,
.irs--modern .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #20b426;
}
.irs--modern .irs-grid {
  height: 25px;
}
.irs--modern .irs-grid-pol {
  background-color: #dedede;
}
.irs--modern .irs-grid-text {
  color: silver;
  font-size: 13px;
}
.irs--sharp {
  height: 50px;
  font-size: 12px;
  line-height: 1;
}
.irs--sharp.irs-with-grid {
  height: 57px;
}
.irs--sharp .irs-line {
  top: 30px;
  height: 2px;
  background-color: black;
  border-radius: 2px;
}
.irs--sharp .irs-bar {
  top: 30px;
  height: 2px;
  background-color: #ee22fa;
}
.irs--sharp .irs-bar--single {
  border-radius: 2px 0 0 2px;
}
.irs--sharp .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(0, 0, 0, 0.5);
}
.irs--sharp .irs-handle {
  top: 25px;
  width: 10px;
  height: 10px;
  background-color: #a804b2;
}
.irs--sharp .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #a804b2;
}
.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
  background-color: black;
}
.irs--sharp .irs-handle.state_hover > i:first-child,
.irs--sharp .irs-handle:hover > i:first-child {
  border-top-color: black;
}
.irs--sharp .irs-min,
.irs--sharp .irs-max {
  color: white;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 4px;
  opacity: 0.4;
  background-color: #a804b2;
  border-radius: 2px;
}
.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 4px;
  background-color: #a804b2;
  color: white;
  border-radius: 2px;
}
.irs--sharp .irs-from:before,
.irs--sharp .irs-to:before,
.irs--sharp .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #a804b2;
}
.irs--sharp .irs-grid {
  height: 25px;
}
.irs--sharp .irs-grid-pol {
  background-color: #dedede;
}
.irs--sharp .irs-grid-text {
  color: silver;
  font-size: 13px;
}
.irs--round {
  height: 50px;
}
.irs--round.irs-with-grid {
  height: 65px;
}
.irs--round .irs-line {
  top: 36px;
  height: 4px;
  background-color: #dee4ec;
  border-radius: 4px;
}
.irs--round .irs-bar {
  top: 36px;
  height: 4px;
  background-color: #006cfa;
}
.irs--round .irs-bar--single {
  border-radius: 4px 0 0 4px;
}
.irs--round .irs-shadow {
  height: 4px;
  bottom: 21px;
  background-color: rgba(222, 228, 236, 0.5);
}
.irs--round .irs-handle {
  top: 26px;
  width: 24px;
  height: 24px;
  border: 4px solid #006cfa;
  background-color: white;
  border-radius: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
}
.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
  background-color: #f0f6ff;
}
.irs--round .irs-min,
.irs--round .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #006cfa;
  color: white;
  border-radius: 4px;
}
.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #006cfa;
}
.irs--round .irs-grid {
  height: 25px;
}
.irs--round .irs-grid-pol {
  background-color: #dedede;
}
.irs--round .irs-grid-text {
  color: silver;
  font-size: 13px;
}
.irs--square {
  height: 50px;
}
.irs--square.irs-with-grid {
  height: 60px;
}
.irs--square .irs-line {
  top: 31px;
  height: 4px;
  background-color: #dedede;
}
.irs--square .irs-bar {
  top: 31px;
  height: 4px;
  background-color: black;
}
.irs--square .irs-shadow {
  height: 2px;
  bottom: 21px;
  background-color: #dedede;
}
.irs--square .irs-handle {
  top: 25px;
  width: 16px;
  height: 16px;
  border: 3px solid black;
  background-color: white;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
  background-color: #f0f6ff;
}
.irs--square .irs-min,
.irs--square .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
}
.irs--square .irs-from,
.irs--square .irs-to,
.irs--square .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: black;
  color: white;
}
.irs--square .irs-grid {
  height: 25px;
}
.irs--square .irs-grid-pol {
  background-color: #dedede;
}
.irs--square .irs-grid-text {
  color: silver;
  font-size: 11px;
}

/* End */


/* Start:/local/templates/construction/css/jquery.fancybox.min.css?165451057312795*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/bitrix/components/bitrix/breadcrumb/templates/.default/style.min.css?1654510413467*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px;white-space:normal}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */
/* /local/templates/construction/css/reset.css?17133459924718 */
/* /local/templates/construction/css/header.css?17132878147481 */
/* /local/templates/construction/css/slick.css?16969291541776 */
/* /local/templates/construction/css/style.css?174720739236705 */
/* /local/templates/construction/css/styleMobile.css?17162219398567 */
/* /local/templates/construction/css/ion.rangeSlider.css?171204728213749 */
/* /local/templates/construction/css/jquery.fancybox.min.css?165451057312795 */
/* /bitrix/components/bitrix/breadcrumb/templates/.default/style.min.css?1654510413467 */
