

/* Start:/bitrix/templates/.default/ajax/ajax.min.css?1745325210420*/
iframe.waitwindowlocal{position:absolute;border:0;z-index:9999}div.waitwindowlocal{position:absolute;width:25px;height:25px;padding:0;z-index:10000;background-color:#fcf7d1;border:1px solid #e1b52d;background-image:url(/bitrix/templates/.default/ajax/images/wait.gif);background-position:center center;background-repeat:no-repeat}div.waitwindowlocalshadow{position:absolute;z-index:9998;background-image:url(/bitrix/templates/.default/ajax/images/shadow.gif);border:1px solid #808080}
/* End */


/* Start:/bitrix/templates/aspro-allcorp/components/bitrix/menu/top/style.css?17491301082509*/
header.menu-type-1 {
    background-color: rgba(4,6,11,0.9);
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    height: 75px;
    z-index: 990;
}

.navbar {
    min-height: 75px;
}

.navbar-brand, 
.navbar-nav .nav-link {
    display: flex;
    align-items: center;
    height: 100%;
}

.navbar-brand img {
    max-height: 50px;
    width: auto;
}

.navbar-nav .nav-link {
    font-size: 14px;
    color: rgba(255,255,255,0.7);
    margin: 0 10px;
    padding: 19px 0px;
    position: relative;
    transition: color 0.3s;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-item.active .nav-link {
    color: #ffffff;
}

.navbar-toggler {
    border: none;
    display: flex;
    align-items: center;
}

.navbar-toggler:focus {
    box-shadow: none;
}

/* Анимированные полосы */
.navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-item.active .nav-link::after {
    transform: scaleX(1);
}

.dropdown-menu {
    background-color: rgba(0,0,0,0.9);
    backdrop-filter: blur(8px);
    border: none;
}

.dropdown-item {
    color: rgba(255,255,255,0.7);
}

.dropdown-item:hover {
    background-color: rgba(255,255,255,0.1);
    color: #ffffff;
}

/* Открытие dropdown по hover */
.navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
}


/* Мобильная версия (полноэкранная) */
@media (max-width: 1199px) {
    .navbar-collapse {
        position: fixed;
        top: 75px;
        left: 0;
        width: 100%;
        height: calc(100vh - 75px);
        background-color: rgba(4,6,11,0.95);
        backdrop-filter: blur(10px);
        overflow-y: auto;
        padding: 20px;
    }

    .navbar-nav {
        flex-direction: column;
		margin-left: 10px;
    }

    .navbar-nav .nav-link {
        font-size: 20px;
        margin: 10px 0;
    	padding-bottom: 5px;
    }

    .navbar-nav .nav-link::after {
        display: none;
    }

    .dropdown-menu {
        position: static !important;
        transform: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        padding-left: 10px;
        background: transparent;
    }

    .dropdown-item {
        padding: 10px;
        /* font-size: 18px;*/
	    white-space: normal;
    }
}

/* End */


/* Start:/bitrix/templates/aspro-allcorp/components/bitrix/breadcrumb/corp/style.css?1748573499870*/
.breadcrumb {
  font-size: 11px;
  line-height: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
  background: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}

.breadcrumb,
.breadcrumb a {
  color: #7b8d99;
  text-decoration: none;
}

.breadcrumb > li {
  text-shadow: none;
  display: inline-block;
  position: relative;
  padding: 0 1px;
}

.breadcrumb > li + li::before {
  content: "\f054";
  font-family: FontAwesome;
  color: #b2bbc2;
  font-size: 7px;
  vertical-align: middle;
  display: inline-block;
}

.breadcrumb > li a {
  color: #7b8d99;
  transition: color 0.2s;
  padding: 0 2px;
}

.breadcrumb > li a:hover {
  color: #1976d2; /* более стильный оттенок */
}

.breadcrumb > li:last-child a {
  color: #444; /* или var(--text-color), если нужно */
  font-weight: 500;
  cursor: default;
  pointer-events: none;
}

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/menu/left_2/style.css?17453252102481*/
/* Основные стили для бокового меню */
.side-menu {
    background-color: rgb(184 202 208 / 22%);
    box-shadow: 1px 2px 7px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 8px 8px;
    list-style: none;
    margin: 0 auto;
    position: relative;
}

/* Добавляем разделительные линии между пунктами меню */
.side-menu > li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); /* Тонкая линия с легкой прозрачностью */
    margin-bottom: 6px; /* Оставляем отступы */
}

/* Убираем нижнюю границу у последнего элемента */
.side-menu > li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

/* Стили для пунктов меню */
.side-menu > li > a {
    display: block;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.5);
    padding: 8px 8px;
    border-radius: 6px;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    transition: background-color 0.3s ease, color 0.3s ease;
    text-align: center;
    margin-bottom: 7px;
}

.side-menu > li:last-child > a {
    margin-bottom: 0;
}

/* Ховер и активное состояние */
.side-menu > li > a:hover,
.side-menu > li.active > a {
    color: rgba(0, 0, 0, 0.9);
    background-color: rgba(255, 255, 255, 0.15);
    box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.2);
}

/* Подменю */
.side-menu .submenu {
    list-style: none;
    margin: 8px 0 0 10px;
    padding: 0;
    background: rgba(153, 174, 181, 0.6);
    border-radius: 6px;
    overflow: hidden;
    display: none; /* Скрываем подменю по умолчанию */
    transition: opacity 0.3s ease;
}

/* Показываем подменю при наведении */
.side-menu > li:hover .submenu {
    display: block;
    opacity: 1;
}

/* Пункты подменю */
.side-menu .submenu > li > a {
    font-size: 13px;
    padding: 5px 10px;
    color: rgba(255, 255, 255, 0.8);
    transition: color 0.3s ease, background-color 0.3s ease;
}

/* Ховер для подменю */
.side-menu .submenu > li > a:hover {
    color: white;
    background-color: rgba(255, 255, 255, 0.15);
}

/* Адаптивность для мобильных */
@media (max-width: 768px) {
    .side-menu {
        padding: 4px;
    }

    .side-menu > li > a {
        font-size: 12px;
        padding: 6px 10px;
    }
}

/* End */


/* Start:/bitrix/templates/aspro-allcorp/css/footer.css?17455809753045*/
/* Общий фон и отступы */
.subscribeblock {
  background-color: #26252a;
  padding: 30px 20px;
  text-align: center;
}

/* Заголовок */
.subscribeblock__header {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
}

/* Форма ввода */
.subscribeblock__form {
  background-color: #cdd4db;
  border-radius: 20px;
  padding: 20px;
}

/* Инпут email */
.subscribeblock input[type="email"] {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  border: none;
  border-radius: 15px 0 0 15px;
  font-size: 16px;
  margin-bottom: 15px;
}

/* Кнопка */
.subscribeblock button {
  width: 50%;
  height: 50px;
  background: #a0d6eb;
  border: none;
  color: #26252a;
  border-radius: 15px;
  border-radius: 0 15px 15px 0;
  font-weight: 600;
  text-transform: uppercase;
  transition: background 0.3s ease;
  font-size: 16px;
}

.subscribeblock button:hover {
  background: #8ac4db;
}

/* Чекбокс + текст */
.subscribeblock__check {
  font-size: 12px;
  color: #444;
  opacity: 0.9;
  line-height: 1.4;
  margin-top: 15px;
  text-align: left;
}

.subscribeblock__check label {
  display: flex;
  align-items: flex-start;
}

.subscribeblock__check input[type="checkbox"] {
  margin-top: 3px;
}

.subscribeblock__checktext {
  padding-left: 8px;
}

/* Адаптивная ширина для небольших экранов */
@media (max-width: 576px) {
  .subscribeblock__form {
    padding: 15px;
  }

  .subscribeblock input[type="email"],
  .subscribeblock button {
	width: 100%;
    border-radius: 15px;
    font-size: 15px;
    height: 48px;
  }

  .subscribeblock__check {
    font-size: 11px;
  }
}

.footer-block a:hover {
  color: #a0d6eb;
}

.footer-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-menu li {
  margin-bottom: 12px;
  padding: 5px 0;
}

.footer-menu a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  transition: color 0.3s ease;
}

.footer-menu a:hover {
  color: #a0d6eb;
}

.footer-menu-item {
  margin-bottom: 15px;
  height: 40px;
}

#footer-left-column .footer-block,
#footer-center-column .footer-block,
#footer-right-column .footer-block {
  margin-bottom: 15px;
}

#footer-left-column .footer-email,
#footer-left-column .footer-phone {
  margin-bottom: 15px;
}

#footer-left-column .footer-email i,
#footer-left-column .footer-phone i {
  margin-right: 10px;
}

#footer-right-column .footer-block a {
  color: #333;
  text-decoration: none;
}

#footer-right-column .footer-block a:hover {
  color: #f39c12;
}

/* Footer container */
.footer-menu-container {
  display: flex;
  text-align: center;
  justify-content: space-between;
}

@media (max-width: 992px) {
  .footer-menu-container {
    margin: 10px 0 5px 0;
    flex-direction: column;
    align-items: center;
  }

  .footer-menu-item {
    margin-bottom: 8px;
    height: 35px;
  }
}

@media (max-width: 500px) {
  .footer-menu-item {
    margin-bottom: 5px;
    height: 30px;
  }
}

/* End */


/* Start:/bitrix/templates/aspro-allcorp/styles.css?17485642254052*/
/* --------------------------------------- */
/* Put your custom CSS in CUSTOM.CSS, not in this file! */

/* THIS FILE IS OVERWRITTEN WITH UPDATES, DO NOT MODIFY IT!!! */

/* Base Body */

body {
  background-color: #d3e2e7;
  color: #555555;
  font: 13px/20px "Open Sans", Arial, sans-serif;
}

@media (max-width: 768px) {
  html,
  body {
    overflow-x: hidden;
    width: 100vw;
  }
}

/* Links */
a {
  color: #2d2f2f;
  text-decoration: none !important;
  outline: none !important;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0px;
  margin: 0 0 20px 0;
  font-weight: 0;
}
h1 {
  font-size: 36px;
  line-height: 40px;
}
h2 {
  font-size: 28px;
  line-height: 35px;
}
h3 {
  font-size: 22px;
  line-height: 36px;
}
h4 {
  font-size: 20px;
  line-height: 27px;
}
/*h5 { font-size: 16px; line-height: 24px; }*/
h6 {
  font-size: 14px;
  line-height: 22px;
}

h1.spaced,
h2.spaced,
h3.spaced,
h4.spaced,
h5.spaced,
h6.spaced {
  margin-top: 20px;
}
h1.more-spaced,
h2.more-spaced,
h3.more-spaced,
h4.more-spaced,
h5.more-spaced,
h6.more-spaced {
  margin-top: 40px;
}

/* Paragraphs */
p {
  margin-bottom: 20px;
}
p .alternative-font {
  display: inline-block;
  margin-top: -15px;
  position: relative;
  top: 3px;
  margin-bottom: -6px;
}
p.featured {
  font-size: 1.6em;
  line-height: 1.5em;
}
p.short {
  margin-bottom: 0;
}
p.tall {
  margin-bottom: 20px;
}
p.taller {
  margin-bottom: 40px;
}

p.drop-caps:first-child:first-letter {
  float: left;
  font-size: 75px;
  line-height: 60px;
  padding: 4px;
  margin-right: 5px;
  margin-top: 5px;
  font-family: Georgia;
}

p.drop-caps.secundary:first-child:first-letter {
  background-color: #ccc;
  color: white;
  padding: 6px;
  margin-right: 5px;
  border-radius: 4px;
}

/* Horizontal Rule */
hr {
  height: 1px;
  margin: 22px 0;
  border-top: 1px solid #d9dfe3;
}

/* Tables */
table.table {
  border-collapse: collapse;
  border-spacing: 0;
}

table {
  border-radius: 15px;
}

table.table > thead > tr > th,
table.table > tbody > tr > th,
table.table > tfoot > tr > th,
table.table > thead > tr > td,
table.table > tbody > tr > td,
table.table > tfoot > tr > td {
  border: 0;
  /*  word-break: break-all;*/
}

table.table > thead > tr > th,
table.table > tbody > tr > th,
table.table > tfoot > tr > th {
  color: white;
  border-bottom: 1px solid white;
}

table.table tr:nth-child(even) td {
  background: #eff5f7;
}
table.table tr:nth-child(odd) td {
  background: white;
}

table.table1 td {
  padding: 15px;
}

Blockquotes blockquote {
  color: white;
  position: relative;
  padding: 20px 20px 20px 80px;
  border-left: 5px solid;
  border-radius: 15px;
}
/*
blockquote:before {
  position: absolute;
  top: 24px;
  left: 20px;
  font-family: FontAwesome;
  content: "\f10d";
  font-size: 40px;
  line-height: 36px;
}
*/
/* Lists */
li {
  line-height: 24px;
}

/* Buttons */
.btn {
  text-transform: uppercase;
  text-decoration: none;
  margin: 0px;
  border-radius: 15px;
}

.btn-icon i {
  margin-right: 10px;
}

.btn-icon-right i {
  margin-right: 0;
  margin-left: 10px;
}

/* Text colors */
.grey_light {
  color: #6d7a83;
}
.grey_dark {
  color: #666666;
}
.dark_light {
  color: #2f383d;
}
.dark_light_table {
  color: #2f383d;
  font-size: 16px;
}

/* Navigation */
.nav > li > a {
  position: relative;
  display: grid;
  justify-content: center;
}

/* Menu */
.left-menu-md {
  position: relative;
  justify-content: center;
}

.right-menu-md {
  padding-left: 40px;
}

.right-menu-md .side-menu > li > a:before {
  right: auto;
  left: 15px;
  margin-top: 2px;
}

.right-menu-md .nav > li > a {
  padding: 10px 10px 10px 30px;
}

/* Popups */
.bx-core-window img {
  vertical-align: baseline;
}

.bx-core-window .adm-btn,
.bx-core-window .adm-input-file {
  box-sizing: content-box;
}

/* Error styles for non-existing module */
.include_module_error {
  margin: 0 auto;
  text-align: center;
}

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

.include_module_error p {
  color: #636363;
  font-size: 14px;
  line-height: 20px;
  margin-top: 0;
}

/* End */


/* Start:/bitrix/templates/aspro-allcorp/template_styles.css?174857751759117*/
/* Svoi CSS kod pishite v faile CUSTOM.CSS,chotobi pri ustanovke obnovlenii ne bilo problem */
/* --------------------------------------- */
/* Put you custom CSS in CUSTOM.CSS,not in this file! */

/* DANNII FAIL ZATIRAETSYA PRI OBNOVLENII,ne izmenyaite ego!!! */
/* DANNII FAIL ZATIRAETSYA PRI OBNOVLENII,ne izmenyaite ego!!! */
/* DANNII FAIL ZATIRAETSYA PRI OBNOVLENII,ne izmenyaite ego!!! */
/* DANNII FAIL ZATIRAETSYA PRI OBNOVLENII,ne izmenyaite ego!!! */
/* DANNII FAIL ZATIRAETSYA PRI OBNOVLENII,ne izmenyaite ego!!! */
html {
  overflow-x: hidden;
  overflow-y: auto;
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  margin: 0;
}

/*
label{font-weight:normal;}
label.error{color:#e02222 !important;margin:0;padding:0;position:absolute;top:-25px;right:0;}
textarea{resize:none;}
input{outline:none;}
.input.error > *{color:white;}
.input.error input,.input.error textarea{background:#ff4949;border-color:white;}
.input.error input::-webkit-input-placeholder,.input.error textarea::-webkit-input-placeholder,.input.error input:-moz-placeholder,.input.error textarea:-moz-placeholder{color:white !important;}
.form-control{border-radius:0;box-shadow:none;border:1px solid #d7dee3;height:34px;padding:6px 12px;}
.form-control:focus{box-shadow:0 1px 1px rgba(0,0,0,0.075) inset;border-color:#CCC;}
form input i[class*=icon]{font-family:FontAweSome;}
select{border:1px solid #D7DEE3;padding:4px 41px 4px 4px;background:none;width:275px;color:#98a1a8;position:relative;}

/*.body{width:100%;min-height:100%;margin-bottom:-150px;}
.main{padding:0 0 175px;}*/

/* Липкий футер */
footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 990;
}

.main[role="main"] {
  padding-bottom: 80px;
}

/* Базовая настройка для контейнера с медиа-объектами */
.container iframe,
.container object,
.container video {
  width: 100%;
  height: auto;
  max-width: 100%;
  aspect-ratio: 16 / 9;
}

.maxwidth-theme {
  margin-left: auto !important;
  margin-right: auto !important;
}
.noradius {
  border-radius: 0;
}

* html .clearfix {
  height: 1%;
}
html[xmlns] .clearfix {
  display: block;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
#bx-composite-banner a {
  margin-bottom: 18px;
}
div[id^="wait_comp"],
.bx-core-waitwindow {
  display: none;
}
*[id^="bx_incl"] {
  display: inline;
  vertical-align: top;
  *display: inline;
  zoom: 1;
}
.bx_editmode .bx_areas *[id^="bx_incl"] {
  display: block;
}
.container iframe,
.container object,
.container video {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.top-row {
  font-size: 12px;
  line-height: 12px;
  padding: 6px 0;
  background: #f9f9f9;
}
.top-row .info-text {
  font-size: 0;
  padding: 8px 0;
}
.top-row .info-text i {
  font-size: 14px;
  margin: -1px 7px -1px 0;
  color: #b2bfc6;
}
.top-row .info-text .email {
  margin-left: 0;
}
.top-row .info-text .email,
.top-row .info-text .phone,
.top-row .info-text .skype {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  margin-left: 40px;
}
.top-row .info-text > div:first-of-type {
  margin-left: 0;
}
.top-row .info-text .skype.hidden-xs {
  display: inline-block !important;
}

header {
  clear: both;
}
header > .container {
  position: relative;
}
header .logo {
  height: 90px;
  line-height: 90px;
}
header .logo img {
  max-height: 90px;
}
header.menu-type-1 .logo {
  margin: -30px 0;
  position: relative;
  z-index: 10;
}
header .top-description {
  font-size: 16px;
  line-height: 16px;
  color: #97a1a7;
  padding: 29px 0;
}
header .top-callback {
  padding: 24px 0;
  float: right;
}
header .phone {
  height: 26px;
  color: #777777;
  font-size: 26px;
  line-height: 26px;
  white-space: nowrap;
  text-align: right;
  float: none !important;
}
header .phone div[id^="bx_incl"] {
  display: inline;
}
header .phone .icon {
  font-size: 16px;
  padding: 0 7px;
  height: 26px;
  line-height: 27px;
  width: 26px;
  color: white;
  border-radius: 3px;
  position: relative;
  top: -3px;
}
header .callback {
  cursor: pointer;
  margin-top: 5px;
  text-transform: uppercase;
  font-size: 9px;
  line-height: 10px;
  text-align: right;
  float: none !important;
}
header .callback span {
  display: inline-block;
  border-bottom: 1px dotted;
}
footer {
  color: #959fa4;
  line-height: 18px;
  background-color: #26252a;
  padding: 0;
  position: relative;
  clear: both; /*margin-top:-150px;min-height:150px;*/
}
footer a {
  color: #959fa4;
}
footer .copy {
  padding-top: 34px;
}
footer .info {
  padding-top: 34px;
}
footer .info .email,
footer .info .phone,
footer .info .skype {
  margin-bottom: 14px;
}
footer .info i {
  font-size: 14px;
  margin: 0 7px 0 0;
  color: #aab3b6;
}

/*.tabs{margin-bottom:25px;}
.tab-content{ background-color: #e3eff5b0; */ /* border:1px solid #d7dee3; */ /* padding:15px; */ /* border-radius: 15px; }
.nav-tabs + .tab-content{border-top:0;}
.tabs .nav-tabs{margin:0;border-bottom:1px solid #d7dee3;text-transform:uppercase;}
.tabs .nav-tabs a{background:#eff5f7;border:1px solid #dfe5e9;border-bottom:0;color:#7a8790;margin-top:1px;margin-right:1px;border-radius:0;text-decoration:none;}
.tabs .nav-tabs li.active a{border-top:3px solid;margin-top:0;background:white;}
.tabs .nav-tabs a:hover{border-top:2px solid;margin-top:0;}
.tabs .nav-tabs a:active,.tabs .nav-tabs a:focus{margin-top:0;border-bottom:0;}
.tab-content .item + .item{border-top:1px solid #e6e6e6;padding-top:25px;margin-top:25px;}*/

.menu-type-1 + .main section.page-top {
  padding: 20px 0;
  margin-bottom: 20px;
  padding-top: 100px;
}
.menu-type-2 + .main section.page-top {
  padding: 45px 0 0 0;
  box-shadow: none;
}
.menu-type-2 + .main section.page-top:after {
  display: none;
}

/* accordion 
.accordion-body{border-bottom:2px solid;padding:15px 0;}
.accordion-head{cursor:pointer;border:1px solid #d7dee3;padding:15px;position:relative;}
.accordion-head:hover,.accordion-head.accordion-open{background:#eff5f7;}
.accordion-head.accordion-close{margin-bottom:5px;}
.accordion-head.accordion-open .icon:before{content:"\f106";}
.panel-collapse.in{margin-bottom:5px;}
.accordion-type-1 .accordion-head{font-size:14px;position:relative;}
.accordion-type-1 .accordion-head a{display:inline;line-height:17px;text-decoration:none;border-bottom:1px dotted;}
.accordion-type-1 .accordion-head .icon{position:absolute;top:20px;right:15px;font-size:26px;line-height:11px;height:11px;}
.accordion-type-1 .accordion-head.accordion-close .icon{color:#b9c5cc;}
.accordion-type-2 .accordion-head{font-size:18px;padding-left:60px;}
.accordion-type-2 .accordion-head a{display:inline;line-height:17px;text-decoration:none;border-bottom:1px dotted;}
.accordion-type-2 .accordion-head:after{content:"";display:table;clear:both;}
.accordion-type-2 .accordion-head .icon{border-radius:3px;color:#f2f4f6;background:#a0b0ba;position:absolute;top:12px;left:15px;font-size:28px;line-height:30px;width:28px;height:28px;text-align:center;}
.accordion-type-2 .accordion-head.accordion-close .icon{color:#f2f4f6;}
.accordion-type-2 .accordion-head.accordion-open .icon{line-height:25px;}*/

section.page-top {
  /* margin-bottom:25px; */
  min-height: 50px;
  opacity: 0.99;
  position: relative;
  box-shadow: inset 0 1px 2px rgba(45, 73, 68, 0.15);
}
section.page-top:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #bbcdd6;
  opacity: 0.6;
  top: 0;
  left: 0;
}
section.toggle {
  margin: 10px 0 0;
  position: relative;
  clear: both;
}
section.toggle input {
  cursor: pointer;
  filter: alpha(opacity=0);
  height: 45px;
  margin: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}
section.toggle label {
  border-left: 3px solid;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
  background: #f4f4f4;
  border-radius: 3px;
  display: block;
  font-size: 1.1em;
  min-height: 20px;
  padding: 12px 20px 12px 10px;
  position: relative;
  cursor: pointer;
  font-weight: 400;
  transition: all 0.15s ease-out;
}
section.toggle .toggle-content {
  display: none;
}
section.toggle label::-moz-selection {
  background: none;
}
section.toggle label i.icon-minus {
  display: none;
}
section.toggle label i.icon-plus {
  display: inline;
}
section.toggle label::selection {
  background: none;
}
section.toggle label::before {
  border: 6px solid transparent;
  border-left-color: inherit;
  content: "";
  margin-top: -6px;
  position: absolute;
  right: 4px;
  top: 50%;
}
section.toggle label + p {
  color: #999;
  display: block;
  overflow: hidden;
  padding-left: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 25px;
}
section.toggle label i {
  font-size: 0.7em;
  margin-right: 8px;
  position: relative;
  top: -1px;
}
section.toggle.active i.icon-minus {
  display: inline;
}
section.toggle.active i.icon-plus {
  display: none;
}
section.toggle.active > label {
  color: white;
}
section.toggle.active > label::before {
  border: 6px solid transparent;
  border-top-color: inherit;
  margin-top: -3px;
  right: 10px;
}
section.toggle > p.preview-active {
  height: auto;
}
section.toggle > p.preview-active,
section.toggle.active > p {
  white-space: normal;
}

a.scroll-to-top {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  background: #404040;
  border-radius: 7px 7px 0 0;
  bottom: 0px;
  color: white;
  display: block;
  height: 9px;
  opacity: 0;
  padding: 13px 0 35px;
  position: fixed;
  right: 10px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  width: 49px;
  z-index: 1040;
}
a.scroll-to-top:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
a.scroll-to-top.visible {
  filter: alpha(opacity=75);
  opacity: 0.75;
}

article.post-large {
  margin-left: 80px;
}
article.post-large div.post-image,
article.post-large div.post-date {
  margin-left: -80px;
}
.back-url {
  display: block;
  margin-bottom: 25px;
}
.back-url i {
  margin-right: 7px;
}
.group-content .item .text + .image {
  border-top: 1px solid #d7dee3;
  border-bottom: 0px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.sidearea {
  margin-top: 25px;
}
.icon.colored {
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  color: #5d7279;
  font-size: 29px;
  margin: 0 20px 20px 0;
}
span.noimage {
  display: inline-block;
  background: url("/bitrix/templates/aspro-allcorp/images/background.webp") #f3f8fa top center no-repeat;
}
.fontawesome-icon-list [class*="col-md-"] {
  margin-bottom: 9px;
}
.fontawesome-icon-list i {
  font-size: 1.3em;
  margin-right: 5px;
  display: inline-block;
  width: 30px;
  text-align: center;
  position: relative;
  top: 2px;
}
.bx-yandex-view-layout {
  border: 3px solid;
  margin-bottom: 40px;
}
.bx-yandex-view-layout {
  border-color: #d7dee3;
}
span.zoom {
  background: #ccc;
  border-radius: 100%;
  line-height: 21px;
  bottom: 8px;
  color: white;
  display: block;
  height: 30px;
  padding: 6px;
  position: absolute;
  text-align: center;
  width: 30px;
  right: 25px;
  bottom: 10px;
}
span.zoom i {
  font-size: 14px;
  left: 0;
  position: relative;
  top: -2px;
}
.uploader {
  border: 1px solid #d7dee3;
  padding: 5px;
  border-radius: 0;
  height: 40px;
  position: relative;
}
.uploader input[type="file"] {
  z-index: 10;
  opacity: 0;
  border: none;
  background: none;
  position: absolute;
  top: 0;
  right: 0;
  float: right;
  cursor: default;
  width: 100%;
  height: 100%;
}
.uploader .action {
  position: absolute;
  top: 5px;
  left: 5px;
  background: #a0b0ba;
  border-bottom: 1px solid #707b82;
  border-radius: 3px;
  color: white;
  padding: 7px 12px;
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  margin-right: 10px;
}
.uploader .filename {
  overflow: hidden;
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  font-size: 13px;
  color: #9aa6ae;
  position: relative;
  top: -5px;
  padding: 9px;
  padding-left: 138px;
  text-overflow: ellipsis;
}
.fancybox-overlay {
  z-index: 8010;
}

.styled-block {
  background-image: url("/bitrix/templates/aspro-allcorp/images/background.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: #eaf0f2;
  padding: 35px 58px;
  color: #2f383d;
  background-size: cover;
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
}

.styled-block > .row p {
  font-size: 13px;
}

.valign {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
}

.ask_a_question {
  background: url("/bitrix/templates/aspro-allcorp/images/background.webp") #eff5f7 -85px -225px no-repeat;
  padding: 15px 30px;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  margin-top: 6px;
  border-radius: 15px;
}

.ordering-wrap .select-outer {
  max-width: 355px;
  overflow: hidden;
  background: url("/bitrix/templates/aspro-allcorp/images/sel.png") right 0 no-repeat;
  position: relative;
  border-radius: 15px;
}

.ordering-wrap .select-outer i.icon {
  position: absolute;
  right: 11px;
  top: 8px;
}

.ordering-wrap .select-outer select::-ms-expand {
  display: none;
}

.flexslider .slides > li {
  -webkit-backface-visibility: visible;
}

.btn-primary {
  font-style: normal;
  font-weight: 600;
  position: relative;
  color: #1a4a7e;
  cursor: pointer;
  border: 2px solid #1a4a7e;
  white-space: nowrap;
  background-color: unset;
  transition: background-color 0.3s ease;
}

.btn-primary:hover {
  background-color: #5db2d2;
  color: white;
  border-color: #66bedf;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.btn-primary.disabled {
  pointer-events: none;
  cursor: now-allowed;
  opacity: 0.6;
}
.btn-primary.active {
  background: #e8f0f3;
  border: 2px solid #a0d6eb;
  transition: background-color 0.3s ease;
}

.btn-primary.active:hover {
  background: #e1ebee;
  border: 2px solid #66bedf;
}

.btn.grey {
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 35px;
  position: relative;
  color: #25344f;
  cursor: pointer;
  padding: 0 40px;
  border: 2px solid #c6d3da;
  white-space: nowrap;
  background-color: #e8f0f3;
  transition: background-color 0.3s ease;
}

.btn.grey:hover {
  color: #4f8ca2;
  background-color: unset;
  border: 2px solid #66bedf;
}

.btn.grey.disabled {
  pointer-events: none;
  cursor: now-allowed;
  opacity: 0.6;
}
.btn.grey.active {
  background: #e8f0f3;
  border: 2px solid #a0d6eb;
  transition: background-color 0.3s ease; /* Плавный переход фона */
}

.btn.grey.active:hover {
  background: #e1ebee; /* Темнее оттенок фона при наведении */
  border: 2px solid #66bedf;
}

.docs h4.char {
  margin-bottom: 8px;
}
.docs .excel,
.docs .word,
.docs .pdf {
  margin-bottom: 13px;
  line-height: 17px;
  height: 31px;
  padding-left: 39px;
}
.docs .excel a,
.docs .word a,
.docs .pdf a {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}
.docs .excel {
  background: url("/bitrix/templates/aspro-allcorp/images/docs/excel.png") no-repeat;
}
.docs .word {
  background: url("/bitrix/templates/aspro-allcorp/images/docs/word.png") no-repeat;
}
.docs .pdf {
  background: url("/bitrix/templates/aspro-allcorp/images/docs/pdf.png") no-repeat;
}

/* FORMS 
.jqmOverlay{background:#000;}
.jqmWindow{display:block;opacity:0;visibility:hidden;position:fixed;left:50%;background:white;width:500px;top:0px;-moz-transition:opacity .2s ease-out,visibility .2s ease-out;-o-transition:opacity .2s ease-out,visibility .2s ease-out;-webkit-transition:opacity .2s ease-out,visibility .2s ease-out;transition:opacity .2s ease-out,visibility .2s ease-out;}
.jqmWindow.show{opacity:1;visibility:visible;}
.jqmClose.top-close{width:54px;height:54px;line-height:54px;text-align:center;color:white;position:absolute;top:0;right:-54px;font-size:25px;cursor:pointer;}
.form.popup .form-header{min-height:115px;padding:30px;background:url('/bitrix/templates/aspro-allcorp/images/background.webp') #eaf0f2 0 0 no-repeat;}
.form.popup .form-header .text{padding-left:74px;}
.form.popup .form-header i{width:54px;height:54px;line-height:54px;text-align:center;color:#5d7279;float:left;font-size:28px;}
.form.popup .form-header .title{font-size:26px;line-height:30px;}
.form.popup .form-header p:last-child{margin:0;}
.form.popup .form-body{padding:30px 85px 0;background:white;}
.form.popup .form-body .refresh{padding-left:10px;}
.form.popup .form-body .refresh span{border-bottom:1px dashed;}
.form.popup .form-body .refresh:hover{cursor:pointer;}
.form.popup .form-group{margin-bottom:10px;}
.form .form-group .required-star{color:#e02222;margin-left:3px;font-weight:normal;}
.form.popup .form-group .input{position:relative;}
.form.popup .form-group i{position:absolute;top:9px;right:10px;font-size:17px;color:#c4ccd1;}
.form.popup .form-group .hint{font-size:11px;line-height:18px;margin-top:7px;}
.form.popup .form-footer{padding:30px 85px;display:block !important;text-align:center;}
.form.popup .form-footer .star{background:#e02222;color:white;font-size:18px;border-radius:20px;width:20px;height:20px;line-height:26px;text-align:center;display:inline-block;margin-right:5px;vertical-align:top;}
.form.popup .form-footer .required-fileds{padding:7px 0;color:#97a1a7;}
.form.popup .form-footer .btn{margin:0;}
.form.callback .form-header{margin-bottom:20px;background:white;}
.form.callback .form-body{padding:30px 85px;background:url('/bitrix/templates/aspro-allcorp/images/background.webp') #eaf0f2 0 0 no-repeat;background-size:cover;}
.form.callback .form-footer.clearfix .pull-right{padding-left:5px;}
.form.contacts .title{font-size:26px;line-height:30px;margin-bottom:13px;}
.form.contacts textarea{height:182px;}
.form.contacts .form-header i{width:54px;height:54px;line-height:54px;text-align:center;color:white;float:left;font-size:28px;}
.form.contacts .form-header .text{padding-left:74px;}
.form.contacts .form-group .required-star{color:#e02222;margin-left:3px;font-weight:normal;}
.form.contacts .form-group .input{position:relative;}
.form.contacts .form-group i{position:absolute;top:9px;right:10px;font-size:17px;color:#c4ccd1;}
.form.contacts .form-group .hint{font-size:11px;line-height:18px;margin-top:7px;}
.form.contacts .btn{margin:0;}
.form .recaptcha-row .g-recaptcha{max-width:100%;overflow:hidden;min-height:78px;background:url(/bitrix/templates/aspro-allcorp/images/preloader.gif) no-repeat scroll left center transparent;}
.form .recaptcha-row .input.error .g-recaptcha>div{border:1px solid #e02222;}
.form .recaptcha-row label.error{display:none !important;}
.form .processing-block{margin-top:28px;}
.form .processing-block .input{position:relative;}
.form .processing-block input[type=checkbox]{position:absolute;}
.form .processing-block label:not(.error){display:inline-block;margin-left:35px !important;vertical-align:top;color:#2f383d;}
.form .processing-block label:not(.error)>*{vertical-align:top;}

.js-form-inline .form .form-header{margin-bottom:20px;}
.js-form-inline .form .form-header .icon{display:none;}
.js-form-inline .form .form-header .title{font-weight:bold;font-size:18px;padding-bottom:20px;}
.js-form-inline .form .form-group .input .icon{display:none;}
.js-form-inline .form .form-group .input label.error{top: 0px;right: 16px;}
.js-form-inline .form .form-footer{width: 100%;}*/

.text_before_items {
  margin-bottom: 20px;
}

/* ITEM_VIEWS - base class styles for all news.list templates 
.item-views {
    margin-bottom: 0;
    position: relative;
}

.item-views h4 {
    margin-top: 35px;
    margin-bottom: 15px;
    font-size: 1.5rem;
    font-weight: 500;
}

.item-views h4:first-of-type {
    margin-top: 0;
}

.item-views hr {
    margin-bottom: 20px;
}

.item-views.with_tabs hr:last-of-type {
    display: none;
}

.item-views .section-title {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 15px;
}

/* Кнопки */
.item-views .item .btn {
  margin-bottom: 20px;
  white-space: normal;
}

/* Свойства */
.item-views .item .properties {
  margin-top: 20px;
}

.item-views .item .property {
  margin-bottom: 10px;
}

/*.item-views .item .property .icon {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #adb5bd;
    color: #fff;
    font-size: 14px;
    border-radius: 50%;
    display: inline-block;
} */

/* Изображение 
.item-views .item .image {
    text-align: center;
    width: 100%;
}

.item-views .item .image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}*/

/* Дата */
.item-views .item .period {
  margin: 0 0 8px 0;
  display: inline-block;
  font-size: 0.9rem;
  color: #6c757d;
}

/* Описание */
.item-views .item .description {
  font-size: 14px;
  line-height: 1.5;
  color: #6c757d;
}

/* Список */
.item-views.list .item.wdate .title {
  margin-bottom: 5px;
}

/* Таблица 
.item-views.table .item {
    border: 1px solid #dee2e6;
    margin-bottom: 30px;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    transition: all 0.3s ease;
}*/

.item-views.table .item:hover {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.item-views.table .item .text {
  padding: 20px;
}

.item-views.table .item .image {
  border-bottom: 1px solid #dee2e6;
  padding: 20px;
  text-align: center;
}

.item-views.table .item .image img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}

/* Добавляем адаптивные стили */
@media (max-width: 768px) {
  .item-views h4 {
    font-size: 1.25rem;
  }

  .item-views .section-title {
    font-size: 1.5rem;
  }

  .item-views .item .image img {
    border-radius: 4px;
  }
}

/* 
.detail{margin-bottom:25px;}
.detail .period{margin:0 0 6px;}
.detail .content{margin-bottom:20px;}
.detail .image{text-align:center;margin-bottom:10px;padding:0;}
.detail .image img{max-height:100%;max-width:100%;vertical-align:top;display:inline-block;}
.detail .image-left{float:left;/* margin-left:15px; text-align:left;width:370px;}
.detail .image-right{float:right;/* margin-left:15px; text-align:right;width: 370px;}
.detail .image.bordered{text-align:center;padding:20px;border:1px solid #d7dee3;border-bottom:2px solid #d7dee3;margin-bottom:30px;}
.detail .styled-block{margin-top:30px;padding:15px 30px;clear:both;}
.detail .styled-block .btn{margin:0px;}
.detail .styled-block .right{display:inline-block;}
.detail .ask_a_question{margin-top:2px;clear:right;float:right;margin-bottom:15px;margin-left:25px;width:237px;}
.detail blockquote:before{font-family:Arial;content:"\201C";font-size:150px;line-height:120px;}
.detail blockquote div{font-style:italic;}
.detail .wraps{margin-bottom:30px;}
.detail .wraps h4{margin-bottom:30px;}
.detail .wraps.nomargin{margin:0px;}
.detail .galery{margin-right:-1px;margin-left:-1px;}
.detail .galery > div{padding-right:1px;padding-left:1px;}
.detail .galery .item{margin-bottom:2px;position:relative;text-align:center;}
.detail .galery .item .info_galery{display:none;}
.detail .galery .item .info_galery .title{color:#ffffff;font-size:14px;}
.detail .galery .item .info_galery .icons{background:url('/bitrix/templates/aspro-allcorp/images/plus.png');width:41px;height:42px;display:block;margin:0 auto 20px;}
.detail .galery .item .info_galery .preview_text{color:rgba(255,255,255,0.5);line-height:18px;margin-top:5px;}
.detail .galery .item:hover a img{visibility:hidden;}
.detail .galery .item:hover .info_galery{display:block;position:absolute;top:50%;margin-top:-42px;width:100%;text-align:center;}
.detail .galery img{display:inline-block;}
.detail .docs{margin:0;}
.detail .reviews .item > .review{border:1px solid #d7dfe4;padding:25px;position:relative;}
.detail .reviews .item .review .icons{width:37px;height:36px;display:inline-block;position:relative;}
.detail .reviews .item .review .icons::before{font-family:Arial;content:"\201C";font-size:150px;line-height:120px;position:absolute;}
.detail .reviews .item .borders{width:37px;height:36px;background:url('/bitrix/templates/aspro-allcorp/images/bord.png') 0px 0px no-repeat;position:absolute;bottom:-35px;left:45px;}
.detail .reviews .item .info{margin-top:8px;padding-left:92px;}
.detail .reviews .item .info .title{color:#2f383d}
.detail .reviews .item .info .post{color:#9aa7af;}
.detail .reviews .item .preview_text{margin-top:-4px;}
.detail .reviews .item{margin-bottom:30px;}
.detail .projects .text{background:url('/bitrix/templates/aspro-allcorp/images/background.webp') #eff5f7 -85px -225px no-repeat;}
.detail .projects a{text-decoration:none;}
.detail .projects .item{text-align:center;margin-bottom:30px;}
.detail .projects .item .text{padding:15px;text-align:center;position:relative;color:rgba(0,0,0,0.5);}
.detail .projects .item .text .title{color:#2f383d;font-size:14px;}
.detail .projects .item .text:before{display:block;content:"";visibility:hidden;width:5px;height:5px;top:-10px;left:50%;border:5px solid transparent;border-bottom:5px solid #fff;position:absolute;}
.detail .projects .item:hover .text{color:rgba(255,255,255,0.5);}
.detail .projects .item:hover .text .title{color:#fff;}
.detail .projects .item:hover .text:before{visibility:visible;}
.detail .properties{margin-top:20px;}
.detail .property{margin-bottom:10px;}
.detail .property .icon{width:20px;height:20px;line-height:20px;text-align:center;background:#c0ccd3;color:white;font-size:12px;}
.detail .yashare-auto-init > *{vertical-align:top;padding:0 !important;}
.detail .yashare-auto-init .b-share > *{vertical-align:top;padding:0 !important;margin:0 3px 0 2px;}*/

/* SECTIONS */
.item-views.list .sections.title {
  font-size: 16px;
  margin-bottom: 5px;
}
.item-views.sections .group-content {
  margin-bottom: 50px;
}

/* HISTORY */
.item-views.history span.zoom {
  bottom: -15px;
  right: -15px;
}
.item-views.history .item {
  padding: 25px 20px;
}
.item-views.history .item:nth-child(odd) {
  background: url("/bitrix/templates/aspro-allcorp/images/background.webp") #eff5f7 0 0 repeat;
}
.item-views.history .item .title {
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

/* STAFF */
.item-views.list.staff:not(.with_tabs) hr {
  display: none;
}
.item-views.list.staff:not(.with_tabs) .item {
  border: 1px solid #d7dee3;
  margin-bottom: 30px;
}
.item-views.list.staff .item .title {
  padding-top: 13px;
}
.item-views.list.image_right.staff .item .text {
  padding: 0 0 0 20px;
}
.item-views.list.staff .item .image {
  padding: 20px;
}
.item-views.list.image_left.staff .item .image {
  border-right: 1px solid #e6e6e6;
}
.item-views.list.image_right.staff .item .image {
  border-left: 1px solid #e6e6e6;
}

/* VACANCY */
.item-views.list.vacancy .title {
  font-size: 24px;
}
.item-views.accordion.vacancy .accordion-head .pay {
  float: right;
  font-size: 16px;
}

/* smart-filter */
.filter {
  position: relative;
  margin-bottom: 16px;
  padding: 15px;
  background: #fff;
}
.filter .bx_filter_section {
  position: relative;
}
.filter .bx_filter_title {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 500;
}
.filter .bx_filter_button_box {
  clear: both;
}
.filter .bx_filter_parameters_box_title {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 10px;
  cursor: pointer;
  border-bottom: 1px dotted;
  position: relative;
}
.filter .bx_filter_parameters_box_title a {
  text-decoration: none;
  color: #555555;
}
.filter .bx_filter_parameters_box_title:after {
  position: absolute;
  content: " ";
  width: 7px;
  height: 4px;
  top: 50%;
  right: -15px;
  margin-top: -1px;
  opacity: 0.8;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAFAgMAAAD09B5LAAAABGdBTUEAALGPC/xhBQAAAAlQTFRF////AAAAAAAAflGpXQAAAAN0Uk5TvwCA2cz+0wAAABdJREFUCNdjWLWCQWsBg1cLQ5AIQ0gIACLDA/lykNHsAAAAAElFTkSuQmCC");
}
.filter .bx_filter_parameters_box.active .bx_filter_parameters_box_title:after {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAFAgMAAAD09B5LAAAABGdBTUEAALGPC/xhBQAAAAlQTFRF////AAAAAAAAflGpXQAAAAN0Uk5TvwCA2cz+0wAAABdJREFUCNdjCAthiJrCkLWEYdUKBgYGACBrA/l9XbhoAAAAAElFTkSuQmCC");
}
.filter .bx_filter_block {
  display: none;
  padding: 0;
  margin-bottom: 10px;
  overflow: hidden;
}
.filter .bx_filter_button_box .bx_filter_block {
  display: block;
  margin: 0;
}
.filter .bx_filter_button_box .btn {
  margin-top: 10px;
  margin-bottom: 0;
  box-shadow: none !important;
}
.filter .bx_filter_parameters_box.active .bx_filter_block {
  display: block;
}
.filter .bx_filter_parameters_box.active .bx_filter_block i {
  font-size: 15px;
  font-style: normal;
  color: #596b70;
  display: block;
  padding-bottom: 3px;
  display: none;
}
.filter .bx_filter_parameters_box_container_block {
  font-size: 11px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  color: #3f3f3f;
}
.filter
  .bx_filter_parameters_box_container
  .bx_filter_parameters_box_container_block:nth-child(2) {
  text-align: right;
}
.filter
  .bx_filter_parameters_box_container
  .bx_filter_parameters_box_container_block:nth-child(1) {
  padding-right: 5px;
}
.filter
  .bx_filter_parameters_box_container
  .bx_filter_parameters_box_container_block:nth-child(2) {
  padding-left: 5px;
}
.filter .select-outer,
.filter .select-outer select,
.filter input[type="text"] {
  width: 100%;
  max-width: 169px;
}
.filter .bx_ui_slider_track {
  position: relative;
  height: 7px;
  margin: 25px 17px 15px;
  border: 1px solid #8da3ad;
  background: #a1c0c8;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ExYzBjOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiM2Q1ZGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #a1c0c8),
    color-stop(100%, #b3d5df)
  );
  background: -webkit-linear-gradient(top, #a1c0c8 0%, #b3d5df 100%);
  background: -moz-linear-gradient(top, #a1c0c8 0%, #b3d5df 100%);
  background: -ms-linear-gradient(top, #a1c0c8 0%, #b3d5df 100%);
  background: -o-linear-gradient(top, #a1c0c8 0%, #b3d5df 100%);
  background: linear-gradient(top bottom, #a1c0c8 0%, #b3d5df 100%);
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.35);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1c0c8', endColorstr='#b3d5df',GradientType=0 );
}
.filter .bx_ui_slider_part {
  position: absolute;
  top: -6px;
  width: 1px;
  height: 17px;
  background: #a2bfc7;
}
.filter .bx_ui_slider_part.p1 {
  left: -1px;
}
.filter .bx_ui_slider_part.p2 {
  left: 25%;
}
.filter .bx_ui_slider_part.p3 {
  left: 50%;
}
.filter .bx_ui_slider_part.p4 {
  left: 75%;
}
.filter .bx_ui_slider_part.p5 {
  right: -1px;
}
.filter .bx_ui_slider_part span {
  font-size: 11px;
  font-weight: bold;
  position: absolute;
  top: -16px;
  left: 50%;
  display: block;
  width: 100px;
  margin-left: -50px;
  text-align: center;
  color: #000;
}
.filter .bx_ui_slider_part.p2 span,
.filter .bx_ui_slider_part.p3 span,
.filter .bx_ui_slider_part.p4 span {
  color: #6b8086;
}
.filter .bx_ui_slider_range,
.filter .bx_ui_slider_pricebar,
.filter .bx_ui_slider_pricebar_VD,
.filter .bx_ui_slider_pricebar_VN,
.filter .bx_ui_slider_pricebar_V {
  position: absolute;
  top: -1px;
  bottom: -1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.filter .bx_ui_slider_range {
  z-index: 6;
}
.filter .bx_ui_slider_pricebar {
  z-index: 9;
}
.filter .bx_ui_slider_pricebar_VD {
  z-index: 5;
  border-top: 1px solid #74868e;
  border-bottom: 1px solid #74868e;
  background: #849da4;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg0OWRhNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5M2FmYjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #849da4),
    color-stop(100%, #93afb7)
  );
  background: -webkit-linear-gradient(top, #849da4 0%, #93afb7 100%);
  background: -moz-linear-gradient(top, #849da4 0%, #93afb7 100%);
  background: -ms-linear-gradient(top, #849da4 0%, #93afb7 100%);
  background: -o-linear-gradient(top, #849da4 0%, #93afb7 100%);
  background: linear-gradient(top bottom, #849da4 0%, #93afb7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#849da4', endColorstr='#93afb7',GradientType=0 );
}
.filter .bx_ui_slider_pricebar_VN {
  z-index: 6;
  border: 1px solid #8da3ad;
  background: #a8dff3;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E4ZGZmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiMGVhZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #6eccea),
    color-stop(100%, #73d6f6)
  );
  background: -webkit-linear-gradient(top, #6eccea 0%, #73d6f6 100%);
  background: -moz-linear-gradient(top, #6eccea 0%, #73d6f6 100%);
  background: -ms-linear-gradient(top, #6eccea 0%, #73d6f6 100%);
  background: -o-linear-gradient(top, #6eccea 0%, #73d6f6 100%);
  background: linear-gradient(top bottom, #6eccea 0%, #73d6f6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6eccea', endColorstr='#73d6f6',GradientType=0 );
}
.filter .bx_ui_slider_pricebar_V {
  z-index: 7;
  top: -1px;
  bottom: -1px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAABGdBTUEAALGPC/xhBQAAAANQTFRFGIjM1MdTygAAAApJREFUCNdjYAAAAAIAAeIhvDMAAAAASUVORK5CIIA=")
      repeat-y left,
    url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAABGdBTUEAALGPC/xhBQAAAANQTFRFGIjM1MdTygAAAApJREFUCNdjYAAAAAIAAeIhvDMAAAAASUVORK5CIIA=")
      repeat-y right,
    url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAJCAMAAAAxZj1mAAAABGdBTUEAALGPC/xhBQAAAL1QTFRFANz2ALTqAKrmALbrAN33AKzmANf0ALPqAKfkAKrlAKbkHpThALXqALHqAI/dAKDkAJviAJ/lAJrhAKnnAKTnAJTgAJ/kAKTmAJXfAJnhAKbjAJriAJ3iAKfoAKPnAJHeAKHjAKfmAKznAKvoAKvpAKHkAKzqALTrALTpANb0ALXrALPrALjtAJ7kAKfnAKPlAKTlAKLnAKbnAK/pHpTiALDqANz3AHi6AKzpAKjoANv2AHm6AKzoAHm7H5XiGxHqSgAAAG9JREFUCNcVxEUCwkAQBMDG3V2Dxz3rO/n/s4A6FOqq/vk3qsC7XGsfuu1rjk7gtZoNLxqMgwg9xvqh6w7ZJDyitDcpbVbax9titVT35yFRr7P8YJ5k6T7dFadLoTBbxNN1vN3k19yBEIYEkTGG6AvhQBEyBjCadgAAAABJRU5ErkJggg==")
      repeat-x;
}
.filter .bx_ui_slider_handle {
  position: absolute;
  top: 100%;
  width: 10px;
  height: 10px;
}
.filter .bx_ui_slider_handle:hover {
  -webkit-cursor: grab;
  -ms-cursor: grab;
  -o-cursor: grab;
  cursor: grab;
}
.filter .bx_ui_slider_handle:active {
  -webkit-cursor: grabbing;
  -ms-cursor: grabbing;
  -o-cursor: grabbing;
  cursor: grabbing;
}
.filter .bx_ui_slider_handle.left {
  left: 0;
  margin-left: -9px;
  background: url(/bitrix/templates/aspro-allcorp/images/filter/handle_left.png) no-repeat right top;
  background-size: 10px;
}
.filter .bx_ui_slider_handle.right {
  right: 0;
  margin-right: -9px;
  background: url(/bitrix/templates/aspro-allcorp/images/filter/handle_right.png) no-repeat left top;
  background-size: 10px;
}
.filter .bx_filter_select_container {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 35px;
  padding: 1px;
  border-radius: 3px;
  background: #8ca3ae;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhjYTNhZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNmM4ZDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #8ca3ae),
    color-stop(100%, #b6c8d2)
  );
  background: -webkit-linear-gradient(top, #8ca3ae 0%, #b6c8d2 100%);
  background: -moz-linear-gradient(top, #8ca3ae 0%, #b6c8d2 100%);
  background: -ms-linear-gradient(top, #8ca3ae 0%, #b6c8d2 100%);
  background: -o-linear-gradient(top, #8ca3ae 0%, #b6c8d2 100%);
  background: linear-gradient(top bottom, #8ca3ae 0%, #b6c8d2 100%);
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.75);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ca3ae', endColorstr='#b6c8d2',GradientType=0 );
}
.filter .bx_filter_select_block {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 33px;
  margin: 0;
  padding: 0 33px 0 10px;
  border: none;
  border-radius: 2px;
  background: #fff;
  box-shadow: inset 0 3px 6px 0 rgba(215, 215, 215, 0.75);
}
.filter .bx_filter_select_text {
  font-size: 15px;
  line-height: 33px;
  overflow: hidden;
  max-width: 100%;
  height: 33px;
  cursor: pointer;
  vertical-align: middle;
  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}
.filter .bx_filter_select_text.fix {
  min-width: 120px;
}
.filter .bx_filter_select_text label {
  cursor: pointer;
}
.filter .bx_filter_select_arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 33px;
  cursor: pointer;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAG0lEQVQY02OYOXPmf1yYAQRwSsAATglkBch8ADy7LKHqFrgoAAAAAElFTkSuQmCC")
    no-repeat center;
}
.bx_filter_select_popup {
  padding: 0;
}
.bx_filter_select_popup ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bx_filter_select_popup ul li {
  display: block;
  text-align: left;
  vertical-align: middle;
}
.bx_filter_select_popup ul li:first-child {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.bx_filter_select_popup ul li label {
  font-size: 14px;
  line-height: 26px;
  display: block;
  text-align: left !important;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 26px;
  padding: 0 5px;
  cursor: pointer;
  vertical-align: middle;
  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  color: #575757;
}
.bx_filter_select_popup ul li label.selected,
.bx_filter_select_popup ul li label:hover {
  color: #000;
  background: #f3f8fa;
}
.bx_filter_select_popup ul li label.disabled {
  color: #b8b8b8;
  background: transparent;
}
.bx_filter_select_popup ul li .bx_filter_param_text {
  line-height: 26px !important;
}
.filter.bx_horizontal .bx_filter_parameters_box.tags {
  width: 100%;
  clear: both;
}
.filter .bx_filter_tag {
  padding: 18px;
  border: 1px solid #aed5e0;
  border-radius: 5px;
  background: rgba(151, 214, 233, 0.33);
}
.filter .bx_tag_link {
  font-size: 12px;
  text-decoration: none;
  color: #68939e;
  border-bottom: 1px solid;
  text-shadow: none;
}
.filter .bx_tag_link.active,
.filter .bx_tag_link:hover {
  color: #1d3d46;
  border-bottom: none;
}
.filter .bx_filter_param_label {
  padding-left: 25px;
  font-size: 13px;
  position: relative;
  display: block;
  text-align: left;
  margin-bottom: 5px;
  margin-right: 5px;
}
.filter .bx_filter_param_label.dib {
  display: inline-block;
  padding-left: 5px;
  padding-top: 5px;
}
.filter .bx_filter_param_text {
  line-height: 34px;
  position: relative;
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}
.filter .bx_filter_param_label.disabled .bx_filter_param_text {
  color: #6c6c6c;
}
.filter .bx_filter_select_popup .bx_filter_param_label.active {
  background: #f3f8fa;
}
.filter .bx_filter_input_checkbox {
  position: relative;
  display: block;
  clear: both;
  overflow: hidden;
}
.filter .bx_filter_input_checkbox input[type="radio"],
.filter .bx_filter_input_checkbox input[type="checkbox"] {
  position: relative;
  top: -2px;
  float: left;
}
.filter .bx_filter_input_checkbox .bx_filter_param_text {
  display: block;
  line-height: 16px;
  margin-left: 18px;
  text-align: left;
}
.filter .bx_filter_param_btn {
  display: inline-block;
  width: 34px;
  height: 34px;
  text-align: center;
  text-decoration: none;
  color: #000;
  vertical-align: middle;
  border: 1px solid #9dbcc3;
  border-radius: 3px;
  background: #fbfdfd;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZmRmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZmUxZTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #fbfdfd),
    color-stop(100%, #cfe1e7)
  );
  background: -webkit-linear-gradient(top, #fbfdfd 0%, #cfe1e7 100%);
  background: -moz-linear-gradient(top, #fbfdfd 0%, #cfe1e7 100%);
  background: -ms-linear-gradient(top, #fbfdfd 0%, #cfe1e7 100%);
  background: -o-linear-gradient(top, #fbfdfd 0%, #cfe1e7 100%);
  background: linear-gradient(top bottom, #fbfdfd 0%, #cfe1e7 100%);
  background-clip: padding-box;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1),
    inset 0 0 0 1px rgba(255, 255, 255, 0.22);
  text-shadow: 0 1px 0 #fff;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfdfd', endColorstr='#cfe1e7',GradientType=0 );
  -webkit-transition: border 0.3s ease, box-shadow 0.1s ease, color 0.3s ease;
  -moz-transition: border 0.3s ease, box-shadow 0.1s ease, color 0.3s ease;
  -ms-transition: border 0.3s ease, box-shadow 0.1s ease, color 0.3s ease;
  -o-transition: border 0.3s ease, box-shadow 0.1s ease, color 0.3s ease;
  transition: border 0.3s ease, box-shadow 0.1s ease, color 0.3s ease;
  cursor: pointer;
}
.filter .bx_filter_param_btn:hover {
  border-color: #b4d5de;
}
.filter .bx_filter_param_btn:active,
.filter .bx_filter_param_label.active .bx_filter_param_btn {
  border-color: #b4d5de;
  background: #fcfefe;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZmUyZTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #feffff),
    color-stop(100%, #cfe2e7)
  );
  background: -webkit-linear-gradient(top, #fcfefe 0%, #feffff 100%);
  background: -moz-linear-gradient(top, #fcfefe 0%, #feffff 100%);
  background: -ms-linear-gradient(top, #fcfefe 0%, #feffff 100%);
  background: -o-linear-gradient(top, #fcfefe 0%, #feffff 100%);
  background: linear-gradient(top bottom, #fcfefe 0%, #cfe2e7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfefe', endColorstr='#feffff',GradientType=0 );
  box-shadow: 0 0 0 3px #2995d7, inset 0 2px 3px rgba(0, 0, 0, 0.12);
}
.filter .bx_filter_param_label.disabled .bx_filter_param_btn.bx_color_sl {
  background: transparent;
  box-shadow: none;
}
.filter .bx_filter_param_label.disabled .bx_filter_param_btn.bx_color_sl {
  position: relative;
}
.filter
  .bx_filter_param_label.disabled
  .bx_filter_param_btn.bx_color_sl:before {
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  content: " ";
  display: block;
  z-index: 100;
  background: url(/bitrix/templates/aspro-allcorp/images/filter/missing_v2.png) no-repeat center;
  opacity: 0.7;
}
.filter .bx_filter_param_btn.bx_spm {
  width: 23px;
  min-width: 23px;
  height: 23px;
  padding: 0;
  vertical-align: middle;
}
.filter .bx_filter_param_btn.bx_spm.bx_minus {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAECAIAAADXmFKkAAAAIUlEQVQYV2NgKFmCD5UuYUDno5ElUBWLoUJwUWT0nxAAABiMRP18QPJ4AAAAAElFTkSuQmCC),
    -webkit-linear-gradient(#fbfdfd 0%, #cfe1e7 100%);
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAECAIAAADXmFKkAAAAIUlEQVQYV2NgKFmCD5UuYUDno5ElUBWLoUJwUWT0nxAAABiMRP18QPJ4AAAAAElFTkSuQmCC),
    -o-linear-gradient(#fbfdfd 0%, #cfe1e7 100%);
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAECAIAAADXmFKkAAAAIUlEQVQYV2NgKFmCD5UuYUDno5ElUBWLoUJwUWT0nxAAABiMRP18QPJ4AAAAAElFTkSuQmCC),
    linear-gradient(#fbfdfd 0%, #cfe1e7 100%);
  background-repeat: no-repeat, repeat;
  background-position: center 10px, center;
}
.filter .bx_filter_param_btn.bx_spm.bx_plus {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAATElEQVQoz2NgQAclS/7DMUEAVriYWMVQhSCaKJNLcTmjFMmNyBibOFgQLrEYu0a4YrCCxbhNQxb7jwaQFWLIUR7OpUtIDWciFONzIwAP8KL1rVnYDQAAAABJRU5ErkJggg==),
    -webkit-linear-gradient(#fbfdfd 0%, #cfe1e7 100%);
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAATElEQVQoz2NgQAclS/7DMUEAVriYWMVQhSCaKJNLcTmjFMmNyBibOFgQLrEYu0a4YrCCxbhNQxb7jwaQFWLIUR7OpUtIDWciFONzIwAP8KL1rVnYDQAAAABJRU5ErkJggg==),
    -o-linear-gradient(#fbfdfd 0%, #cfe1e7 100%);
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAATElEQVQoz2NgQAclS/7DMUEAVriYWMVQhSCaKJNLcTmjFMmNyBibOFgQLrEYu0a4YrCCxbhNQxb7jwaQFWLIUR7OpUtIDWciFONzIwAP8KL1rVnYDQAAAABJRU5ErkJggg==),
    linear-gradient(#fbfdfd 0%, #cfe1e7 100%);
  background-repeat: no-repeat, repeat;
  background-position: center 6px, center;
}
.filter .bx_filter_param_btn.bx_spm:active {
  outline: none !important;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.12);
}
.filter span.bx_spm {
  font-size: 18px;
  font-weight: bold;
  line-height: 23px;
  display: inline-block;
  height: 23px;
  margin: 0 10px;
  vertical-align: middle;
  color: #000;
}
.bx_filter_select_popup .bx_filter_select_text_icon,
.filter .bx_filter_select_text_icon {
  line-height: 33px;
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-top: -2px;
  margin-right: 2px;
  vertical-align: middle;
  border-radius: 2px;
}
.bx_filter_select_popup .bx_filter_btn_color_icon,
.filter .bx_filter_btn_color_icon {
  line-height: 24px;
  position: relative;
  top: 5px;
  border-radius: 2px;
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  -webkit-background-size: cover;
  background-size: cover;
}
.bx_filter_select_popup .bx_filter_btn_color_icon {
  width: 20px;
  height: 20px;
  margin: 2px 0;
  top: 0 !important;
}
.filter .bx_filter_select_block .bx_filter_btn_color_icon {
  top: -1px !important;
}
.bx_filter_btn_color_icon.all {
  position: relative;
  border: none;
  box-shadow: none;
}
.bx_filter_btn_color_icon.all:after,
.bx_filter_btn_color_icon.all:before {
  position: absolute;
  width: 60%;
  height: 60%;
  background: #fff;
  content: " ";
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
}
.bx_filter_btn_color_icon.all::after {
  bottom: 0;
  right: 0;
}
.filter .bx_filter_btn_color_icon.all:after {
  right: 0;
  bottom: 0;
}
.filter .bx_filter_btn_color_icon.all:before {
  top: 0;
  left: 0;
}
.filter .bx_filter_param_label.disabled .bx_filter_btn_color_icon {
  opacity: 0.2;
}
.filter .bx_filter_parameter_biz {
  font-size: 15px;
  display: inline-block;
  margin-right: 10px;
  text-decoration: none;
  color: #215968;
  border-bottom: 1px dashed;
}
.filter .bx_filter_parameter_biz:hover {
  text-decoration: none;
  border-bottom: 1px solid;
}
.filter .bx_filter_parameter_biz.active {
  position: relative;
  padding-left: 20px;
  color: #d54a4a;
  border-bottom: 1px solid;
}
.filter .bx_filter_parameter_biz.active:hover {
  border-bottom: 1px dashed;
}
.filter .bx_filter_parameter_biz.active:before {
  position: absolute;
  top: 4px;
  left: 1px;
  display: block;
  width: 13px;
  height: 13px;
  content: " ";
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAMCAYAAAC5tzfZAAABFElEQVQoz2NgIBJcl+Qzui7J33Vdgo+RWA38NxQknwDp/zekhRoIarghyc94Q15iC5D+f1NJ5v/n7dumE7ZFWqgYbANQ08c1a37+///fAL8GCT7L6zLCf0CaXjbUAdX/j0aWdAJKTACaxookJnJTUeoFyIaHIYH////8ORHZzdw35MTegyRvSAkeAdISYH8oSu4Fid0x0f//5/nzo0BbWOCagBzur0ePvrujp/kf5Aygc54DbZkDYt9UkPj/7czpl0A1ohhuBwra/Lp//809Zwewh8GagfSHpUt+A+VMcXoaKKn45+PHK0/iY8EaX1SUgzyeRDB4gYp4//3+veX9/Hn//379OpPY1ALSyAzEOUDMhksNAKf2po+AEPuKAAAAAElFTkSuQmCC")
    no-repeat center left;
}
.filter .bx_filter_popup_result {
  font-size: 13px;
  font-weight: normal;
  line-height: 26px;
  position: absolute;
  z-index: 930;
  display: none;
  height: 30px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0 10px;
  white-space: nowrap;
  color: #3f3f3f;
  border-top: 1px solid #c0d6dc;
  border-right: 1px solid #c0d7dd;
  border-bottom: 1px solid #c0d6dc;
  border-left: 1px solid #c0d7dd;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}
.filter .bx_filter_popup_result .arrow {
  position: absolute;
  top: 50%;
  width: 8px;
  height: 14px;
  margin-top: -7px;
  background: url(/bitrix/templates/aspro-allcorp/images/filter/arr_left.png) no-repeat center;
}
.filter.bx_horizontal .bx_filter_popup_result {
  position: static !important;
  display: inline-block;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
}
.filter.bx_horizontal .bx_filter_popup_result .arrow {
  display: none;
}
.filter .bx_filter_popup_result.right {
  left: 102%;
}
.filter .bx_filter_popup_result.left {
  right: 102%;
}
.filter .bx_filter_popup_result.right .arrow {
  left: -8px;
  background: url(/bitrix/templates/aspro-allcorp/images/filter/arr_left.png) no-repeat center;
}
.filter .bx_filter_popup_result.left .arrow {
  right: -8px;
  background: url(/bitrix/templates/aspro-allcorp/images/filter/arr_right.png) no-repeat center;
}
.filter .bx_filter_popup_result a {
  color: #0073a3;
}
.filter .bx_filter_popup_result a:hover {
  text-decoration: none;
}
.filter .bx_filter_popup_result_close {
  display: none;
}
.filter.bx_vertical {
  border-bottom: 1px solid #ebeef1;
  margin-bottom: 33px;
}
.filter.bx_vertical .bx_filter_parameters_box {
  margin-bottom: 0px;
  border-top: 1px solid #ebeef1;
  padding-top: 5px;
}
.filter.bx_horizontal {
  padding: 0px 15px 15px;
  background: #eaf0f2;
}
.filter.bx_horizontal .bx_filter_title {
  display: none;
}
.filter.bx_horizontal .bx_filter_parameters_box {
  margin-bottom: 0px;
  border-top: 1px solid #fff;
  padding-top: 5px;
}
.filter.bx_horizontal .min-price {
  margin-left: 15px;
}
.filter.bx_horizontal .max-price {
  margin-right: 15px;
}

.video-js {
  height: auto;
  width: auto;
}
.video-js .vjs-tech {
  position: static;
}
.video {
  margin-top: -15px;
  margin-bottom: -15px;
}
.video .item {
  padding-top: 15px;
  padding-bottom: 15px;
}

/*
.sitetabs__content {
  display: none; }

.sitetabs__content.active {
  display: block; }

.sitetabs__header {
  /* margin-bottom: 20px; 
  }

.sitetabs__header ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.sitetabs__header li {
  list-style: none;
  display: inline-block;
  border-radius: 15px;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 45px;
  position: relative;
  color: #25344F;
  cursor: pointer;
  height: 45px;
  padding: 0 20px;
  margin-right: 15px;
  border: 2px solid #c6d3da;
  white-space: nowrap;
  transition: background-color 0.3s ease; 
}

.sitetabs__header li:hover {
  background: #e8f0f3; 
  border: 2px solid #66bedf;
}

.sitetabs__header li.disabled {
  pointer-events: none;
  cursor: now-allowed;
  opacity: 0.6;
}
.sitetabs__header li.active {
  background: #e8f0f3;
  border: 2px solid #a0d6eb;
  transition: background-color 0.3s ease; 
}

.sitetabs__header li.active:hover {
  background: #e1ebee; 
  border: 2px solid #66bedf;
}

.sitetabs__header li span.sitetabs__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%; }

.sitetabs__header li span.count {
  font-size: 11px;
  position: absolute;
  right: 0;
  top: 10px;
  min-width: 16px; }

 .description__docs {
    display: flex;
    flex-direction: column;
  }
  .description__doc {
    display: block;
    margin-bottom: 30px;
  }
  .description__doctitle {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
  }
  .description__doclink {
    margin-top: 17px;
    display: block;
    margin-bottom: 3px;
    font-size: 17px;
  }

  .description__table th, .description__table td {
    padding: 5px 10px;
  }

  .sitetabs .news-block {
    margin-bottom: 20px;
  }

  @media (max-width: 767px) {
    .sitetabs__header ul {
      width: 100%;
      overflow-x: auto;
      overflow-y: hidden;
    }

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


  
  @media screen and (min-width: 768px) { 
    .modal:before {
      display: inline-block;
      vertical-align: middle;
      content: " ";
      height: 100%;
    }
  }
  
  .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
  }



    #popup_email  .modal {
  text-align: center; }

@media screen and (min-width: 768px) {
  #popup_email  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%; } }

    #popup_email .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle; }

  #popup_email .modal {
  z-index: 9999999999; }

  #popup_email .modal-dialog {
  width: 662px;
  max-width: 100%;
  min-height: 762px; }

  #popup_email .modal-body {
  padding: 20px;
  overflow-y: auto; }

  #popup_email .modal-backdrop {
  background: #25344f; }

  #popup_email .modal-backdrop.in {
  opacity: .3; }

  #popup_email .modal-content {
  box-shadow: none;
  border-radius: 0;
  border: none;
  height: 100%; }

  #popup_email .modalwrapper {
  height: 100%; }

  #popup_email button.close {
    right: 0;
    top: 0;
  opacity: 1 !important;
  z-index: 999;
  position: absolute;
  font-size: 35px; }

  #popup_email .modal-title {
  font-size: 24px;
  text-transform: none;
  font-weight: bold;
  text-align: center; }

  #popup_email .modal-content {
    border-radius: 0;
  border: none;
  box-shadow: none;
  background: #FFFFFF;
  padding: 39px 62px 30px 62px; }



  #popup_email .formblock__input_center {
  text-align: center; }

  #popup_email .formblock__main_small {
  margin-bottom: 17px; }

  #popup_email .modal-submit_small {
  margin-top: 17px; }

  #popup_email .formblock__input:last-child {
  margin-bottom: 0; }

  #popup_email .modalinfo__image {
  margin-bottom: 17px;
  text-align: center;
  margin-top: 17px;
  margin-left: auto;
  margin-right: auto; }

  #popup_email .modalinfo__title {
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 100%;
  text-align: center;
  margin-bottom: 25px;
  color: #25344F; }

  #popup_email .modalinfo__text {
  margin-bottom: 34px;
  color: rgba(37, 52, 79, 0.6);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;

  max-width: 336px;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

  #popup_email .formblock__main_cols {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px; }
  #popup_email .formblock__main_cols .formblock__input {
    width: 50%;
    padding: 0 8px;
    margin-bottom: 11px; }
    #popup_email .formblock__main_cols .formblock__input__full {
    width: 100%;
    margin-bottom: 26px;
    margin-top: 17px; }

    #popup_email .informwrapper {
  padding: 14px 21px; }

  #popup_email .informwrapper_green {
  background: rgba(12, 186, 122, 0.1); }

  #popup_email .informwrapper__title {
  margin-bottom: 10px;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  color: #3B435A; }

  #popup_email .informwrapper__list ul {
  padding: 0;
  margin: 0;
  list-style: none; }

  #popup_email .informwrapper__list li {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  padding-left: 22px;
  color: #25344F;
  margin-bottom: 4px;
  background-image: url(/bitrix/templates/aspro-allcorp/../img/checklist.svg);
  background-position: left center;
  background-repeat: no-repeat; }
  .informwrapper__list li:last-child {
    margin-bottom: 0; }

    #popup_email .textlogin {
  margin-left: auto;
  margin-right: auto; }

  #popup_email .buttonsrow__item .formblock__check {
  margin-bottom: 0; }

  #popup_email .buttonsrow__item .check label {
  font-weight: 400;
  font-size: 14px;
  line-height: 110%;
  padding-left: 32px; }


  #popup_email  .red {
    color: #ed1e26!important;
}

#popup_email .modal-submit_small .buttonsrow__item_full .btn_main {
  background: #42525f;
  border: none;
  color: #fff;
  display: block;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 6px;
  height: 56px;
  line-height: 43px;
  width: 100%;
  text-transform: uppercase;

}


@media (max-width: 1023px) {
  #popup_email .mobile-full {
    width: 100% !important; } 
    #popup_email .modal-content {
      padding: 20px 10px;
    }

    #popup_email .modalinfo__title {
      font-size: 20px;
    }
  }*/

/* End */


/* Start:/bitrix/templates/aspro-allcorp/css/custom.css?17485387823500*/
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animated-fade-up {
  animation: fadeUp 0.8s ease-out forwards;
  opacity: 0; 
}

.timeline-list li::before {
  content: "✔";
  color: #198754;
  margin-right: 8px;
  font-weight: bold;
}

/* Заголовки */
h2.short {
  font-size: 24px;
  font-weight: 700;
  color: #3a4e63;
  margin-bottom: 15px;
}

h6.short {
  font-size: 16px;
  font-weight: 500;
  color: #4a4a4a;
}

/* Списки */
ul.short {
  padding-left: 20px;
  list-style: disc;
  color: #555;
  font-size: 15px;
  line-height: 1.7;
}

/* Кнопка запроса */
#toggleFormBtn {
  background: linear-gradient(135deg, #4a9dcf, #6cc2f0);
  border: none;
  font-weight: 600;
  font-size: 16px;
  padding: 14px 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 98, 156, 0.2);
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

#toggleFormBtn:hover {
  background: linear-gradient(135deg, #3b8cc2, #56b0e2);
  box-shadow: 0 6px 15px rgba(0, 98, 156, 0.3);
}

/* Стили формы Aspro */
form .form-control {
  border-radius: 10px;
  border: 1px solid #d5e3eb;
  font-size: 14px;
  padding: 10px 15px;
  transition: border-color 0.3s ease;
}

form .form-control:focus {
  border-color: #4a9dcf;
  box-shadow: 0 0 5px rgba(74, 157, 207, 0.2);
}

/* Мобильная адаптация */
@media (max-width: 768px) {
  #toggleFormBtn {
    font-weight: 500;
    font-size: 15px;
  }

  h2.short {
    font-size: 20px;
  }

  h6.short {
    font-size: 14px;
  }

  ul.short {
    font-size: 14px;
  }
}

.modal-body .styled-block {
  background-image: url("/bitrix/templates/aspro-allcorp/images/background.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: #eaf0f2;
  padding: 5px 15px;
  color: #2f383d;
  background-size: cover;
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
}

.btn_otp_zap {
  position: relative;
  margin-top: 40px;
  padding: 15px 25px;
  border-radius: 15px;
  border: 2px solid #FF6B00;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  background: transparent;
  color: #FF6B00;
  text-transform: uppercase;
  cursor: pointer;
  width: 100%;
  display: block;
  text-align: center;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  transition: 
    background 0.3s, 
    color 0.3s, 
    box-shadow 0.3s,
    transform 0.3s;
}

/* Shine-эффект */
.btn_otp_zap::before {
  content: '';
  display: block;
  width: 0px;
  height: 86%;
  position: absolute;
  top: 7%;
  left: 0%;
  opacity: 0;
  background: #fff;
  box-shadow: 0 0 50px 30px #fff;
  transform: skewX(-20deg);
  transition: none;
  pointer-events: none;
}

/* Наведение: анимация shine + смена цвета */
.btn_otp_zap:hover, .btn_otp_zap:focus {
  background: #FF6B00;
  color: #fff;
  box-shadow: 0 8px 24px rgba(255,107,0,0.17);
  outline: none;
  transform: scale(1.01);
}

.btn_otp_zap:hover::before, .btn_otp_zap:focus::before {
  animation: shine 0.5s linear;
}

@keyframes shine {
  from { opacity: 0; left: 0%; }
  50%  { opacity: 0.7; }
  to   { opacity: 0; left: 100%; }
}

.btn_otp_zap:active {
  transform: scale(0.98);
  box-shadow: 0 0 0 0 transparent;
}

/* Для доступности: фокусная подсветка */
.btn_otp_zap:focus-visible {
  box-shadow: 0 0 0 3px rgba(255, 107, 0, 0.4);
}


/* End */
/* /bitrix/templates/.default/ajax/ajax.min.css?1745325210420 */
/* /bitrix/templates/aspro-allcorp/components/bitrix/menu/top/style.css?17491301082509 */
/* /bitrix/templates/aspro-allcorp/components/bitrix/breadcrumb/corp/style.css?1748573499870 */
/* /bitrix/templates/.default/components/bitrix/menu/left_2/style.css?17453252102481 */
/* /bitrix/templates/aspro-allcorp/css/footer.css?17455809753045 */
/* /bitrix/templates/aspro-allcorp/styles.css?17485642254052 */
/* /bitrix/templates/aspro-allcorp/template_styles.css?174857751759117 */
/* /bitrix/templates/aspro-allcorp/css/custom.css?17485387823500 */
