

/* Start:/local/templates/istra/styles/styles.css?174920077436042*/
@font-face{font-family:'PT Sans Caption';font-style:normal;font-weight:400;font-display:swap;src:url(/local/templates/istra/styles/../fonts/pt-sans-caption-v13-latin_cyrillic-ext-regular.eot);src:local(''),url(/local/templates/istra/styles/../fonts/pt-sans-caption-v13-latin_cyrillic-ext-regular.eot?#iefix) format('embedded-opentype'),url(/local/templates/istra/styles/../fonts/pt-sans-caption-v13-latin_cyrillic-ext-regular.woff2) format('woff2'),url(/local/templates/istra/styles/../fonts/pt-sans-caption-v13-latin_cyrillic-ext-regular.woff) format('woff'),url(/local/templates/istra/styles/../fonts/pt-sans-caption-v13-latin_cyrillic-ext-regular.ttf) format('truetype'),url(/local/templates/istra/styles/../fonts/pt-sans-caption-v13-latin_cyrillic-ext-regular.svg#PTSansCaption) format('svg')}@font-face{font-family:'PT Sans Caption';font-style:normal;font-weight:700;font-display:swap;src:url(/local/templates/istra/styles/../fonts/pt-sans-caption-v13-latin_cyrillic-ext-700.eot);src:local(''),url(/local/templates/istra/styles/../fonts/pt-sans-caption-v13-latin_cyrillic-ext-700.eot?#iefix) format('embedded-opentype'),url(/local/templates/istra/styles/../fonts/pt-sans-caption-v13-latin_cyrillic-ext-700.woff2) format('woff2'),url(/local/templates/istra/styles/../fonts/pt-sans-caption-v13-latin_cyrillic-ext-700.woff) format('woff'),url(/local/templates/istra/styles/../fonts/pt-sans-caption-v13-latin_cyrillic-ext-700.ttf) format('truetype'),url(/local/templates/istra/styles/../fonts/pt-sans-caption-v13-latin_cyrillic-ext-700.svg#PTSansCaption) format('svg')}
html,
body {
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    outline: none !important;
    font: 16px / 27px "PT Sans Caption", Arial, sans-serif;
}

body {}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0px;
}

h2 {
    font-size: 2em;
    line-height: calc(1em + 14px);
    margin: 30px 0 25px;
}

h3 {
    font-size: 1.73333em;
    line-height: calc(1em + 14px);
    margin: 30px 0 25px;
}

a:hover {
    color: #2196e0 !important;
}
li{
    list-style:none;
}
ul{
    padding:0px;
    margin:0px;
}

.separator {
    height: 1px;
    background: #e5e5e5;
    background: #e5e5e5;
    margin-top: 28px;
    width: 100%;
    margin: 0px;
}
main{
    min-height: 45vh;
}
a {
    color: #2196e0;
}

.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1396px;
    width: 100%;
}

.no-scroll {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
}

.header {
    width: 100%;
}

.header__head {
    background-color: #fff;
    height: 46px;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header__head .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__head .header__address {
    display: flex;
    align-items: center;
    font-size: .867em;
    line-height: 1.5379em;
    max-width: 520px;
}

.header__address {
    display: flex;
    align-items: center;

}

.icon-block__icon {
    margin-right: 11px;
    margin-top: 6px;
    align-self: flex-start;
}

.header__head .address__text {
    font-size: .867em;
    line-height: 1.5379em;
    max-width: 520px;
    color: #333333;
}

.header__phone {
    display: flex;
    align-items: center;
}

.header__phone.phones__inner {
    display: flex;
    align-items: center;
}

.phones__phone-link {
    white-space: nowrap;
    font-weight: 600;
    color: #333;
    font-size: 14px;
}

.header__body {
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
}

.header__body .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__logo {
    display: flex;
    align-items: center;
}

.header__logo a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-right: 16px;
}

.header__logo a img {
    height: 80px;
    width: 127px;
}

.header__desc {
    opacity: .5;
    min-width: 82px;
    font-size: 13px;
    color: #333333;
    width: -webkit-fill-available;
    padding-left: 20px;
    padding-right: 20px;
}

.modal__nav__list {
    position: absolute;
    min-width: 240px;
    padding: 17px 0;
    top: 147px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .15);
    background: #fff;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    transform: translate(-86px, 0px);
    align-items: flex-start;
    opacity: 0px;
    visibility: hidden;
    transition: 1ms ease;
    z-index:12;
}

.modal__nav__item {
    list-style: none;
    padding: 7px 28px;
    white-space: nowrap;
    margin: 0;
}

.nav {}

.nav__list {
    display: flex;
    align-items: center;
    padding: 0px;
    margin: 0px;
    gap: 60px;
}

.nav__item {
    list-style: none;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-between;
    width: 100%;
    padding: 40px 0px;
}

.nav__item:hover .modal__nav__list {
    opacity: 1;
    visibility: visible;
}

.nav__link {
    font-size: 14px;
    line-height: 1.429em;
    font-weight: 600;
    color: #333;
    width: max-content;
}

.nav__link.selected {
    color: #2196e0;
}

.header-button {}

.btn {
    background-color: #2196e0;
    border-color: #2196e0;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    text-decoration: none;
    margin: 0;
    border-radius: 4px;
    padding: 11px 20px;
    overflow: hidden;
    transition: background-color .1s ease;
    -moz-transition: background-color .1s ease;
    -ms-transition: background-color .1s ease;
    -o-transition: background-color .1s ease;
    -webkit-transition: background-color .1s ease;
    cursor: pointer;
}

.header__fixed {
    height: 81px;
    position: fixed;
    z-index: 2;
    display: flex;
    align-items: center;
    width: 100%;
    top: -100px;
    z-index: 12;
    background-color: #ffffffbd;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    transition: 0.5s ease;
}

.header__fixed.show {
    top: 0px;
}

.header__fixed .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__icon-button {
    display: flex;
    align-items: center;
    gap: 48px;
}

.header__mobile__head {
    height: 62px;

    background-color: #2196e0;
}

.header__logo a img {
    width: 96px;
    height: 56px;
}

.burger__menu {
    padding: 20px;
}

h5 {
    font-size: 19px;
    line-height: calc(1em + 10px);
    color: #333333;
}

b {
    font-weight: 500;
}

.main-banners {
    margin-top: 86px;
    margin-bottom: 32px;
}
.banners-big__buttons-item .btn:hover{
    color:#FFF !important;
}

.main-banners__swiper {
    width: 100%;
    max-width: 1348px;
    height: 580px;
}

.main-banners__wrapper {}

.main-banners__slide {
    padding-left: 32px;
    padding-right: 32px;
    border-radius: 4px;
    width: 95% !important;
    display: flex !important;
    justify-content: start;
    align-items: flex-start;
    flex-direction: column;
}

.main-banners__slide__head {
    font-weight: 700;
    font-size: 56px;
    line-height: 66px;
    color: #333;
}

.banners-big__buttons-item {
    margin: 10px;
}

.btn {
    border: 0px solid #2196e0;
}

.banners-big__buttons-item .btn {
    padding: 17px 26px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.header__mobile {
    display: none;
}

.menu__mobile {
    position: absolute;
    z-index: 16;
    width: 63%;
    background-color: #fff;
    height: 100vh;
    top: 0px;
    padding: 20px 40px;
    left: -500px;
    transition: 1s ease;
    opacity: 0;
    visibility: hidden;
}

.menu__mobile.show {
	left: 0px;
    opacity: 1;
    visibility: visible;
    overflow: scroll;
    height: -webkit-fill-available;
	padding-bottom: 60px;
}

.menu__mobile__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu__mobile__head img {
    width: 96px;
    height: 56px;
}

.menu__list {
    padding: 0px;
}

.contacts__list {
    padding: 0px;
    margin: 0px;
    padding: 27px 0 0;
}

.contacts__item {
    list-style: none;
}

.contacts__item {
    display: flex;
}

.mobilemenu__separator {
    height: 1px;
    background: #e5e5e5;
    background: #e5e5e5;
    margin-top: 28px;
}

.overlay {
    position: fixed;
    background: #3a3f44;
    opacity: .7 !important;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 15;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s ease;
}

.overlay.show {
    opacity: 1;
    visibility: visible;
}

.social_block {
    padding-top: 28px;
}

.social__link {
    width: 39px;
    height: 39px;
    display: block;
    background-position: -331px -237px;
    background: url("/local/templates/istra/images/social.svg") -5px -193px no-repeat;
}

.footer {
    border-top: 1px solid #ffffff1a;
    background: #333;
    bottom: 0;
    width: 100%;
}

.footer__head {
    display: flex;
    justify-content: space-between;
    padding: 56px 0 16px;
}

.footer__pages {}

.footer__pages__list {
    margin: 0px;
    padding: 0px;
    padding: 0 0px 40px 0;
}

.footer__pages__list>.footer__pages__item:first-child {
    margin-bottom: 20px;
}

.footer__pages__list>.footer__pages__item:first-child .footer__pages__link {
    color: #fff;
    margin-bottom: 20px;
}

.footer__pages__item {
    list-style: none;
    margin: 8px 0;
}

.footer__pages__link {
    color: #999;
    font-size: 16px;
    font-weight: 700;
    line-height: calc(1em + 7px);
    letter-spacing: 0.8px;
}
.footer__pages__link:hover {
    color:#FFF;
}

.footer__pages__link.selected {
    color:#FFF;
}

.footer__contacts {}

.footer__contacts__list {
    padding: 0px;
    margin: 0px;
    max-width: 268px;
}

.footer__contacts__item {
    list-style: none;
    display: flex;
    margin: 15px 0;
}

.footer__contacts__item svg {
    margin-right: 19px;
    width: 14px !important;
    height: 19px !important;
    min-width: 10px;
    text-align: center;
}

.footer__contacts__link {
    color: #fff;
    white-space: nowrap;
    font-weight: 600;
    font-size: 16px;
}

.footer__contacts__email {
    color: #fff;
    white-space: nowrap;
    font-size: 15px;
    line-height: calc(1em + 7px);
}

.footer__contacts__text {
    color: #fff;
    max-width: none;
    font-size: 14px;
    line-height: 1.5379em;
}

.footer__license {
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding: 47px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer__license p {
    color: #999;
    font-size: 14px;
    line-height: calc(1em + 7px);
}

.footer__license a {
    color: #999;
    font-size: 14px;
    line-height: calc(1em + 7px);
}

.main__cards {
    padding-bottom: 80px;
    max-width: 1412px;
    display: grid;
    grid-gap: 32px;
    grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
    padding-top: 40px;
}

.main__card {
    display: flex;
    align-items: center;

}

.main__card img {
    width: 80px;
    height: 80px;
    margin-right: 28px;

}

.main__card__textblock h3 {
    font-weight: 700;
    font-size: 1.13333em;
    line-height: calc(1em + 7px);
    color: #333;
}

.main__card__textblock p {
    color: #666;
    font-size: 0.93333em;
    line-height: calc(1em + 7px);
    margin-top: 8px;
    font-weight: 500;
}

.main__textblock {
    width: -webkit-fill-available;
    margin-left: 32px;
    margin-right: 32px;
    background-color: #2196e0;
    padding: 53px 221px;
    border-radius: 4px;
    color: #fff;
    margin-top: 80px;
    margin-bottom: 80px;
    border-bottom: 1px solid #e5e5e5;
}

.main__textblock .container {
    display: flex;
    gap: 24px;
    flex-direction: column;
}

.main__textblock h3 {
    font-size: 2.53333em;
    line-height: calc(1em + 7px);
    color: #fff;
}

.main__textblock ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.main__textblock li {
    font-size: 16pt;
    line-height: 24px;
    position: relative;
    padding-left: 0px;
    margin-bottom: 8px;
}

.main__textblock li:before {
    content: "";
    position: relative;
    left: 0px;
    top: 11px;
    background: #666666;
    width: 11px;
    height: 1px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.map-block {}

.map-block .container {
    display: flex;
    justify-content: space-between;
    padding-left: 100px;
    padding-right: 100px;
    gap: 32px;
}

.map-block__textblock {
    padding: 53px 0;
    display: flex;
    flex-direction: column;
    width: 48%;
}

.map-block__textblock h3 {
    font-size: 40px;
    line-height: 50px;
    margin: 0;
    font-weight: 700;
    letter-spacing: normal;
    color: #333;
}

.map-block {
    padding: 80px 0px;
}

.map-block__textblock p {
    color: #555;
    margin-bottom: 24px;
    font-size: 16px;
}

.map-block__pic-block {
    width: 658px;
    height: 382px;
}

.map-block__pic-block img {
    object-fit: cover;
    width: 100%;
    width: 100%;
}

.company {
    padding-top: 80px;
    padding-bottom: 80px;
}

.company__list {
    grid-template-columns: repeat(auto-fill, minmax(505px, 1fr));
    display: grid;
    gap: 32px;
}

.services-list__item {
    border: 1px solid #e5e5e5;
    padding: 40px;
    transition: 0.3s ease;
    display: flex;
    align-items: center;
}

.services-list__item:hover {
    border-color: #fff;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.services-list__item__text {
    font-size: 18px;
    align-items: center;
    padding-left: 20px;
    color: #333;
}

.partners {
    padding: 80px 0px;
}

.title {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: #333;
}

.partners__list {
    display: grid;
    grid-gap: 32px;
    grid-template-columns: repeat(auto-fill, minmax(235px, 1fr));
    margin-top: 68px;
}

.partner__item {
    padding: 15%;
    border-radius: 4px;
    transition: 0.3s ease;
}

.partner__item:hover {
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.dropdown-menu {
    position: absolute;
    min-width: 240px;
    padding: 17px 0;
    top: 81px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .15);
    background: #fff;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    transform: translate(-86px, 0px);
    align-items: flex-start;
    opacity: 0px;
    visibility: hidden;
    transition: 1ms ease;
}

.drop:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.nav__item.hidden {
    visibility: hidden;
}

.dropdown-content {
    padding: 0px;
    margin: 0px;
}

.header__fixed .nav__list {
    gap: 30px;
}
.header__fixed .header__logo a img{
    padding-right:16px;
}

.header__fixed .header__logo a {
    display: flex;
    align-items: center;
    width: fit-content;
    height: 100%;
}

.btn.animate-load {}

.btn .ripple {
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    transform: scale(0);
    animation: ripple 0.6s linear;
    pointer-events: none;

}

@keyframes ripple {
    to {
        transform: scale(2.5);
        opacity: 0;
    }
}

.question__modal {
    position: fixed;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 17;
    transition: 0.5s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
}

.question__modal.show {
    visibility: visible;
    opacity: 1;
}

.question__modal form {
    position: fixed;
    max-width: 480px;
    background: #fff;
    max-height: 100%;
    width: 100%;
    border-radius: 4px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    width: -webkit-fill-available;
}

.question__form__head {
    display: flex;
    justify-content: space-between;
    padding-top: 42px;
    padding-bottom: 11px;
}

.question__form__head i {
    cursor: pointer;
}

.question__form__head h3 {
    font-size: 1.6em;
    line-height: calc(1em + 7px);
    font-weight: 600;
}

.question__form__list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-top: 14px;
}

.question__form__block {
    display: flex;
    flex-direction: column;
}

.question__form__block label {
    font-size: 0.86667em;
    line-height: calc(1em + 7px);
    font-weight: 400;
    color: #555;
}

.question__form .btn {
    border: 0px;
    padding: 0px;
    width: 138px;
    height: 48px;
}

.question__form__block input {
    font-size: 14px;
    line-height: 1.428571429;
    display: block;
    vertical-align: middle;
    width: -webkit-fill-available;
    height: 34px;
    padding: 6px 12px;
    color: #555;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    outline: none;
    background: #f8f8f8;
    transition: background ease-in-out .3s;
}

.question__form__block textarea {
    font-size: 14px;
    line-height: 1.428571429;
    display: block;
    vertical-align: middle;
    width: -webkit-fill-available;
    overflow: hidden;
    padding-top: 10px;
    resize: none;
    height: 98px;
    padding: 6px 12px;
    color: #555;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    outline: none;
    background: #f8f8f8;
    transition: background ease-in-out .3s;
}

.politic-field {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-top: 15px;
    padding: 0 0 29px;
}

.politic-field p {
    color: #333333;
    font-size: 15px;
}

.politic-field p:hover {
    color: #2196e0;
}

.politic-field a:hover {
    color: #333333;
}

.politic-field a {
    color: #333333;
    font-size: 15px;
    color: #2196e0;
}

.politic-field input {
    border-radius: 4px;
    top: 0;
    left: 0;
    height: 21px;
    width: 21px;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    background-color: #f8f8f8;
    transition: all 250ms cubic-bezier(.4, 0, .23, 1);
    transition: all ease .3s;
}

input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.checkbox-container {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 8px;
    vertical-align: middle;
}

.checkbox-custom {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
    box-sizing: border-box;
    transition: all 0.3s;
}

.checkbox-custom::after {
    content: "";
    position: absolute;
    left: 1px;
    top: 5px;
    width: 0;
    height: 0;
    border-color: transparent;
    transform: rotate(45deg);
    transform-origin: 0 100%;
    box-sizing: content-box;
}

input[type="checkbox"]:checked+.checkbox-custom {
    border-color: #2196e0;
    background-color: #2196e0;
}

input[type="checkbox"]:checked+.checkbox-custom::after {
    animation: checkbox-check 0.3s cubic-bezier(.4, 0, .23, 1) forwards;
}

.licens{
    color: #555;
}
blockquote{
    border-left: 3px solid #2196e0;
    padding: 0px 20px 0px 41px;
    margin: 48px 0px;
    
}

@keyframes checkbox-check {
    0% {
        width: 0;
        height: 0;
        border-color: #fff;
        transform: translate3d(0, 0, 0) rotate(45deg);
    }

    33% {
        width: 4px;
        height: 0;
        transform: translate3d(0, 0, 0) rotate(45deg);
    }

    100% {
        width: 4px;
        height: 8px;
        border-color: #fff;
        transform: translate3d(0, -8px, 0) rotate(45deg);
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
    }
}
#comp_54831ad75e655fa8c6c3fde5ab0572f5{
    width: 100%;
    display: flex;    
    justify-content: center;
    align-items: center;

}
.breadcrumbs-container {
    padding: 37px 24px 40px;
    position: relative;
}

.page-title {
    margin: 0;
    padding-bottom: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline;
    vertical-align: middle;
    font-weight: 700;
    font-size: 2.8em;
    line-height: calc(1em + 10px);
    color: #333;
    margin-bottom: 7px;
}

.breadcrumbs-link {
    font-size: 0.86667em;
    line-height: calc(1em + 7px);
    color: #999999;
}

.breadcrumbs-current {
    font-size: 0.86667em;
    line-height: calc(1em + 7px);
    color: #999999;
}

.breadcrumbs-separator {
    position: relative;
    zoom: 1;
    bottom: -1px;
    display: inline-block;
    line-height: 18px;
    margin: 0 10px 0 9px;
    border: none;
    color: #ddd;
}

.contacts-detail .contacts__map-wrapper {
    width: 50%;
    padding-left: 24px;
}

.contact-block {
    display: flex;
    justify-content: space-between;
}

.contacts__block-list {
    display: flex;
    gap: 16px;
}

.contact__block {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 325px;
}

.contact__block h4 {
    color: #999;
    font-size: 14px;
    font-weight: 500;
}

.contact__block p {
    font-size: 0.86667em;
    line-height: calc(1em + 7px);
    color: #333333;
}

.contact__block a {
    font-size: 16px;
    color: #333333;
    line-height: 1.47em;
    font-weight: 500;
}

.social__link__wa {
    background: url("/local/templates/istra/images/social.svg") -5px -193px no-repeat;
    background-position: -331px -237px;
    width: 39px;
    height: 39px;
    display: flex;
}

.dark_link {
    color: #333;
}

.contacts_info {
    padding-bottom:80px;
}

.contacts_info ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.contact_info p{
    color:#555555;
}

.contacts_info li {
    font-size: 16px;
    line-height: 24px;
    position: relative;
    padding-left: 0px;
    margin-bottom: 8px;
    color:#555555;
}

.contacts_info li:before {
    content: "";
    position: relative;
    left: 0px;
    top: 11px;
    background: #666666;
    width: 11px;
    height: 1px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.btn.btn-default {
    border-color: #9e9e9e;
    background-color: #9e9e9e;
    background-color: #2196e0;
    color: #fff;
    padding: 26px 16px;
    margin-bottom: 10px;
}

.company-docs {
    display: flex;
    flex-direction: column;
    padding-bottom: 80px;
}

.company-docs {
    position: relative;
    display: flex;
}

.card__pic-name {
    display: flex;
    align-items: center;
}

.company-docs .card__name {
    font-size: 1em;
    line-height: calc(1em + 7px);
    color: #333;
    font-weight: 700;
    margin: 0px;
}

.company-docs .card {
    margin: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 27px 32px;
    border: 1px solid #e5e5e5;
}

.company-docs .card:hover {
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    z-index: 1;
    border: 0px;
}

.company-docs .card:hover .card__name {
    color: #2196e0 !important;
}

.company-docs .card svg {
    padding-right: 50px;
}

.company-docs .card:hover svg path {
    fill: #2196e0 !important;
}

.file-type__icon {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: url("/local/templates/istra/images/files-type.svg") 0 -84px no-repeat;
    float: left;
    margin-right: 32px;

}

.file-type__icon--pdf {
    background-position: 0 0;
}

.file-type__icon--word {
    background-position: -42px 0;
}

.file-type__icon--excel {
    background-position: -84px 0;
}

.uslugi ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.uslugi li {
    font-size: 16pt;
    line-height: 24px;
    position: relative;
    padding-left: 0px;
    margin-bottom: 8px;
}

.uslugi {
    color: #555;
}

.uslugi p {
    margin-bottom: 24px;
}

.uslugi {
    padding-bottom: 80px;
}

.uslugi li:before {
    content: "";
    position: relative;
    left: 0px;
    top: 11px;
    background: #666666;
    width: 11px;
    height: 1px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}
.company__page{
    color:#555;
}
.company__page p{
    margin-bottom: 24px;
}
.vacancies{
   color: #555555;
   padding-bottom: 80px;
}
.vacancies li{
    margin-bottom: 8px;
}
.vacancies li:before {
    content: "";
    position: relative;
    left: 0px;
    top: 11px;
    background: #666666;
    width: 11px;
    height: 1px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}
.requisites table.table{
    border-collapse: collapse;
    border-spacing: 0;
}
.requisites tbody {
    display: table-row-group;
    vertical-align: middle;
    unicode-bidi: isolate;
    border-color: inherit;
}
.requisites tr {
    display: table-row;
    vertical-align: inherit;
    unicode-bidi: isolate;
    border-color: inherit;
}
.requisites td{
    border: 0;
    padding: 11px;
    line-height: 1.428571429;
    vertical-align: top;
}
.requisites table.table.table-striped tr:nth-child(odd) td {
    background: white;
}
.requisites table{
    width:100%;
}
table.table.table-striped tr:nth-child(even) td {
    background: linear-gradient(0deg, #f5f5f5, #f5f5f5), #f8f8f8;
    background: var(--darkerblack_bg_black);
}
.requisites tr.gray{
    background-color:#f8f8f8;
}
.requisites{
   color: #555555;
   padding-bottom: 80px;
}
.requisites td.small{
    width:30%;
}
.requisites td{
    width:100%;
}
.requisites p{
    margin-bottom: 24px;
}

@media (max-width:1450px) {
    .contacts_info {
        padding-left: 32px;
        padding-right: 32px;
    }

    .company-docs {
        padding-left: 32px;
        padding-right: 32px;
    }
    .requisites {
        padding-left: 32px;
        padding-right: 32px;
    }
    .vacancies{
        padding-left: 32px;
        padding-right: 32px;
    }
}

@media (max-width:1300px) {
    .header__head {
        padding-left: 20px;
        padding-right: 20px;
    }
    .licens{
        padding-left: 32px;
        padding-right: 32px;
    }
    
    .company__page{
        padding-left: 32px;
        padding-right: 32px;
    }

    .header__body {
        padding-left: 20px;
        padding-right: 20px;
    }

    .header__head .header__address {
        display: none;
    }

    .header__head .container {
        justify-content: center;
    }

    .header__desc {
        display: none;
    }

    .contact-block {
        padding-left: 32px;
        padding-right: 32px;
    }

    .uslugi {
        padding-left: 32px;
        padding-right: 32px;
    }

    .contact__block__item {
        width: auto !important;
    }

    .ymaps-map {
        width: 527px !important;
    }

    #BX_YMAP_MAP_mF8Ev4 {
        width: 527px !important;
    }
}

@media (max-width:1000px) {
    .ymaps-map {
        width: 100% !important;
    }

    #BX_YMAP_MAP_mF8Ev4 {
        width: 100% !important;
    }

    .contact-block {
        display: flex;
        flex-direction: column-reverse;
    }

    .contacts__block-list {
        margin-top: 37px;
    }

    .contact-block {
        padding-left: 24px;
        padding-right: 24px;
    }

    .company-docs {
        padding-left: 24px;
        padding-right: 24px;
    }

}

@media (max-width:768px) {
    .contacts__block-list {
        display: flex;
        flex-direction: column;
    }

    #BX_YMAP_MAP_mF8Ev4 {
        height: 200px !important;
    }
}

.contacts__social__block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 33px;
}

.contact__block__item {
    width: 302px;
}

.contacts-detail__description {
    margin-top: 32px;
}

.contacts-detail__description .btn {
    background-color: #fff;
    color: #2196e0;
    border: 1px solid #2196e0;
    width: fit-content;
}

.contacts-detail__description .btn:hover {
    background-color: #2196e0;
    color: #fff;
}

.contact_info .separator {
    height: 1px;
    background: #e5e5e5;
    background: #e5e5e5;
    margin-top: 28px;
    width: 89%;
    margin: 0px;
}

@media (max-width:900px) {
    header {
        display: none;
    }

    .header__mobile {
        display: block;
    }

    .header__fixed {
        display: none;
    }

    .nav__item {
        height: unset;
        padding-top: 10px;
        padding-bottom: 11px;
        display: flex;
        justify-content: space-between;
    }

    .nav__link {
        font-size: 19px;
        color: #333;
        font-weight: 600;
    }

    .nav__item .toggle_block {
        font-size: 1.2em;
        line-height: calc(1em + 7px);
        font-weight: bold;
    }

    .menu__mobile__nav .btn {
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0px 20px;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 600px;
        margin-top: 23px;
        margin-bottom: 16px;
    }

    .contacts__item {
        display: flex;
        align-items: center;
        gap: 16px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .contact__link {
        font-size: 19px;
        line-height: calc(1em + 7px);
        color: #333;
        font-weight: 600;
    }

    .contacts__item svg {
        width: 14px !important;
        height: 19px !important;
        min-width: 14px;
    }

    .contact__text {
        font-size: 16px;
        line-height: 23px;
        color: #333;
        font-weight: 400;
    }

    .contact__email {
        font-size: 19px;
        line-height: calc(1em + 7px);
        color: #2196e0;
        font-weight: 600;
    }

    .footer {
        padding-left: 24px;
        padding-right: 24px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .footer__head {
        padding: 32px 0 0px;
        display: flex;
        flex-direction: column;
    }

    .footer__pages__item {
        display: none;
    }

    .footer__pages__list>.footer__pages__item:first-child {
        display: block;
        margin-bottom: 15px;
    }

    .footer__pages__list {
        padding: 0px;
    }

    .footer__license {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0px 0;
    }

    .footer__license p,
    .footer__license a {
        margin: 8px 0px;
    }

    .main-banners {
        margin-top: 30px;
        margin-bottom: 0px
    }

    .main-banners__slide {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding-left: 0px;
        padding-right: 0px;
        width: -webkit-fill-available !important;
    }

    .main-banners__slide__head {
        font-size: 30px;
        line-height: 40px;
        width: 100%;
    }

    .main__cards {
        display: flex;
        overflow: scroll;
        padding: 40px 24px;
        gap: 0px;
    }

    .main__card {
        display: flex;
        flex-direction: column;
        min-width: 245px;
        align-items: flex-start;
        padding: 0 24px 0 0;
    }

    .main__textblock {
        width: -webkit-fill-available;
        margin-left: 24px;
        margin-right: 24px;
        background-color: #2196e0;
        padding: 30px;
        border-radius: 4px;
        color: #fff;
        margin-top: 40px;
        margin-bottom: 40px;
        border-bottom: 1px solid #e5e5e5;
    }

    .main__textblock h3 {
        font-size: 18px;
    }

    .map-block {
        padding: 40px 24px;
    }

    .map-block .container {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        padding-left: 0px;
        padding-right: 0px;
        gap: 24px;
    }

    .map-block__textblock h3 {
        font-size: 24px;
        line-height: 34px;
    }

    .map-block__textblock {
        padding: 0px;
        display: flex;
        flex-direction: column;
        width: -webkit-fill-available;
    }

    .map-block__pic-block img {
        object-fit: cover;
        width: 100%;
    }

    .map-block__pic-block {
        width: -webkit-fill-available;
        height: 203px;
    }

    .company__page {
        padding-left: 24px;
        padding-right: 24px;
    }

    .title {
        font-size: 24px;
        line-height: 34px;
    }

    .company__list {
        display: flex;
        flex-direction: column;
    }

    .services-list__item {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 32px;
    }

    .partners {
        padding: 40px 24px;
    }

    .partners__list {
        display: flex;
        align-items: center;
        overflow: scroll;
        margin-top: 24px;
        gap: 24px;
    }

    .partner__item {
        padding: 40px 40px;
    }
    .vacancies{
        padding-left:24px;
        padding-right: 24px;
    }
    .requisites{
        padding-left:24px;
        padding-right: 24px;
    }
    .requisites tr {
        display: flex;
        vertical-align: inherit;
        unicode-bidi: isolate;
        border-color: inherit;
        flex-direction: column;
    }
    .requisites td{
        width:-webkit-fill-available;
    }
    .requisites td{
        width:-webkit-fill-available;
    }
    .requisites td.small{
        width:-webkit-fill-available;
    }
    .uslugi{
        overflow-x:scroll;
    }
    main{
        min-height: 59vh;
    }
}

@media (max-width:600px) {
    .page-title{
        display: block;
        font-size: 2em;
        line-height: calc(1em + 6px);
        max-width: 320px;
    }
    .main-banners__slide__head {
        font-size: 20px;
        line-height: 40px;
        width: 100%;
    }
    .company{
        padding-left: 24px;
        padding-right: 24px;
    }
    .licens{
        padding-left: 24px;
        padding-right: 24px;
    }
    .main-banners__swiper {
        height: 400px;
    }

    .main-banners__slide {
        height: 400px !important;
    }

    .company-docs {
        display: flex;
        flex-direction: column;
    }

    .company-docs .card {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 40px 36px;
    }

    .card__pic-name {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 16px;
    }

    .uslugi {
        padding-left: 24px;
        padding-right: 24px;
    }

    .company-docs .card svg {
        display: none;
    }
}

@media (max-width:550px) {
    .question__form {
        height: 100%;
    }
}
.cookie-notification {
	position: fixed;
	bottom: 20px;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	z-index: 1000;
	padding: 0 20px;
	box-sizing: border-box;
}
	
.cookie-content {
	width: 100%;
	max-width: 1200px;
	background-color: #FFF;
	border-radius: 12px;
	padding: 16px 24px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	}
	
.cookie-text {
	margin: 0;
	font-size: 16px;
	line-height: 1.5;
	color: #333;
}


.cookie-button {
	color: white;
	border: none;
	border-radius: 6px;
	padding: 8px 16px;
	font-size: 14px;
	cursor: pointer;
	transition: background-color 0.2s;
	flex-shrink: 0;
}


@media (max-width: 768px) {
	.cookie-content {
		flex-direction: column;
		gap: 12px;
		text-align: center;
	}
		
	.cookie-notification {
		bottom: 50px;
		padding: 0 10px;
	}
    .cookie-button{
        padding: 17px 16px;
        width: -webkit-fill-available;
    }
}
.page-404{
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
}
.page-404 h1{
	color: #2196e0;
	font-size: 11em;
}

/* End */


/* Start:/local/templates/istra/styles/normalize.css?17479862796162*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* End */


/* Start:/local/templates/istra/components/bitrix/menu/top_menu/style.min.css?1747986280490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/istra/components/bitrix/menu/top_menu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/istra/components/bitrix/menu/fixed_menu/style.min.css?1747986279490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/istra/components/bitrix/menu/fixed_menu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/istra/components/bitrix/menu/mobile_menu/style.min.css?1747986280490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/istra/components/bitrix/menu/mobile_menu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/istra/components/bitrix/menu/bottom_menu/style.min.css?1748256571490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/istra/components/bitrix/menu/bottom_menu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/istra/components/bitrix/form/footer_form/bitrix/form.result.new/.default/style.css?1747986280666*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/local/templates/istra/components/bitrix/form/footer_form/bitrix/form.result.new/.default/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/istra/components/bitrix/form/footer_form/bitrix/form.result.new/.default/images/icon_warn.gif);
}
/* End */
/* /local/templates/istra/styles/styles.css?174920077436042 */
/* /local/templates/istra/styles/normalize.css?17479862796162 */
/* /local/templates/istra/components/bitrix/menu/top_menu/style.min.css?1747986280490 */
/* /local/templates/istra/components/bitrix/menu/fixed_menu/style.min.css?1747986279490 */
/* /local/templates/istra/components/bitrix/menu/mobile_menu/style.min.css?1747986280490 */
/* /local/templates/istra/components/bitrix/menu/bottom_menu/style.min.css?1748256571490 */
/* /local/templates/istra/components/bitrix/form/footer_form/bitrix/form.result.new/.default/style.css?1747986280666 */
