<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.page-header__logo{
    max-width: 190px;
}
.page-header__new-logo{
    margin-top: 35px;
}
.page-header__mobile-logo{
    min-width: 100px;
    max-width: 230px;
}
@media (max-width: 375px) {
    .page-header__mobile-logo {
        max-width: 118px;
    }
}

table {
    min-width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    border-top: 4px solid #188c2e;
    border-bottom: 2px solid #188c2e;
}

table tr:nth-of-type(odd) {
    background-color: #f2f9ff;
}

table tr {
    font-size: 12px;
    line-height: 18px;
}

table td {
    padding: 1em 1.2em;
    vertical-align: top;
    color: #596571;
    border: 1px solid #e2e9f0;
}

table tbody {
    margin: 0;
    padding: 0;
}

b, strong {
    font-weight: 700;
}

h1, h2 {
    color: #1b458e;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

.page-header__login {
    line-height: 44px;
}

.content-textblock a {
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    color: #007eb9;
}

.content-textblock a:hover {
    color: #1b458e;
}


.content-textblock p:not(.content-strong, .popup__title) {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 14px;
    color: #596571;
    font-weight: 300;
}


table:not(.cell2) tr p{
    font-size: 12px !important;
}

.content-textblock{
    font-size: 14px;
    line-height: 1.5;
    color: #596571;
    font-weight: 300;
}

.remodal-is-closed {
    display: none;
}



.content-textblock h2 {
    font-size: 18px;
    color: #1b458e;
}

.content-textblock ul:not(.team) {
    margin-bottom: 14px;
    padding-left: 38px;
    font-size: 14px;
    line-height: 19px;
    color: #596571;
    list-style: disc;
    font-weight: 300;
}

.content-textblock ul:not(.team) li {
    margin-bottom: 2px;
}


.protect-textblock p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    padding-right: 10px;
    margin-top: 28px;
    margin-bottom: 52px
}

@media (max-width: 1200px) {
    .protect-textblock p {
        font-size: 10px;
        line-height: 16px;
        margin-top: 16px;
        margin-bottom: 32px;
        padding-right: 0
    }
}


.protect-textblock h2 {
    font-size: 42px;
    margin: 0;
    color: #1b458e
}

@media (max-width: 1200px) {
    .protect-textblock h2 {
        font-size: 30px
    }
}

@media (max-width: 768px) {
    .protect-textblock h2 {
        font-size: 18px
    }
}


@media (min-width: 1400px) {
    .protect-slider__controls {
        position: absolute;
        top: 526px;
        left: calc(50% - 84.1px);
        z-index: 40;
    }
}


@media (min-width: 1201px) {
    .news-main__image {
        max-width: 666px;
        max-height: 437px;
    }
}


.product-photo__item--current {
    width: 100%;
    text-align: center;
}

.product-photo__img {
    max-width: 198px;
    max-height: 198px;
    width: auto;
    height: auto;
}

.product-photo {
    position: relative;
}

@media (min-width: 768px) {
    .product-photo__img {
        max-width: 298px;
        max-height: 298px;
        width: auto;
        height: auto;
    }


    .page-footer__right{
        max-width: 165px;
    }


    .page-footer__nav{
        margin-top: 0;
    }

    .page-footer__copyright{
        margin-bottom: 30px;
    }

    .page-header__top-right .page-header__tel{
        padding: 14px 0;
        margin-right: 50px;
    }

    .page-footer__nav,
    .page-footer__callback{
        max-width: 50%;
    }

    /*
    .page-footer__nav{
        margin-right: 40px;
    }

    .page-footer__center .page-footer__callback{
        text-align: left;
    }

    .page-footer__center .page-footer__social{
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .page-footer__center .page-footer__social li{
        margin-left: 0;
        margin-right: 20px;
    }
    */

    .page-footer__center .page-footer__callback-txt{
        text-align: right;
        width: 100%;
    }

    .page-footer__center{
        display: flex;
        justify-content: space-between;
    }
}

.select-input__label{
    z-index: 2;
}

table h3{
    color: #1b458e;
}

.slider-slide img {
    width: auto;
    max-width: 100%;
}

.content-textblock .swiper-container-horizontal ul li {
    text-align: center;
}


.content-wrapper--news .content-textblock img,
.product-desc img {
    width: auto;
    max-width: 100%;
}

img.product-card__img {
    display: block;
    width: 250px;
    height: auto;
}

.content-nav + .content-title {
    max-width: 660px;
}


table a {
    color: #007eb9;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

table a:active,
table a:focus,
table a:hover {
    color: #15407d;
}

.content-wrapper--news a {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    color: #007eb9;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.content-wrapper--news a:active,
.content-wrapper--news a:focus,
.content-wrapper--news a:hover {
    color: #15407d;
}


@media (min-width: 1024px) {
    .table {
        width: auto;
    }
}

.edit-table img {
    width: auto;
}


table.cell2 {
    padding: 0;
    margin: 0;
    font-family: "Noto Sans", Arial, sans-serif;
    font-size: 14px;
    background: none;
}

table.cell2 tr {
    padding: 0;
    margin: 0;

    background: none;
    font-family: "Noto Sans", Arial, sans-serif;
    font-size: 14px;
}

table.cell2 td {
    padding: 0;
    margin: 0;
    background: none;
    width: 50%;
}

table.cell2 td:first-child {
    padding-right: 10px;
}

table.cell2 td:last-child {
    padding-left: 10px;
}

@media (max-width: 375px) {
    table.cell2 td {
        display: block;
        width: 100% !important;
    }
}

@media (max-width: 415px) {
    table, iframe{
        display: block;
        width: 100%;
    }

    table{
        overflow: scroll;
    }
}

.map-list__img {
    max-height: 744px;
    max-width: 1440px;
}

.product-card__title {
    height: 70px;
}

@media (max-width: 768px) {

    .content-wrapper--news .content-textblock blockquote {
        margin: 0 !important;
        padding: 0 !important;
    }

    .content-wrapper--news .content-textblock img {
        width: auto !important;
        height: auto !important;
    }
}

.content-textblock a {
    color: #007eb9;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

div.button,
a.button {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 13px;
    width: auto;
    min-width: 180px;
    color: white;
}

a.open-popup {
    background-color: #cccccc;
}

div.button--light, div.button:hover {
    color: #000;
    background-color: #ffcb22;
}

div.button a {
    color: #fff;
}

div.button--light a, div.button:hover a {
    color: #000;
}

div.button--light:hover a {
    color: #fff;
}

div.button--light:hover {
    color: #fff;
    background-color: #2e954a;
}


.callback-popup ,
.popup {
    display: none;
    font-family: "Montserrat", Arial, sans-serif;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    overflow-y: auto;
    top: 0;
    left: 0;
    box-sizing: border-box;
    right: 0;
    bottom: 0;
    z-index: 3;
    min-height: auto;
}

.body_popupshowed {
    height: 100vh;
    min-height: 100vh;
    overflow: hidden;
}

.callback-popup--open ,
.popup--open {
    display: block;
    z-index: 30000;
}

@media (max-width: 1200px) {
    .callback-popup ,
    .popup {
        z-index: 4
    }
}

.callback-popup__overlay ,
.popup__overlay {
    width: 100%;
    height: 100vh;
    cursor: pointer
}

.callback-popup__wrapper ,
.popup__wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    top: 0;
    left: auto;
    right: auto;
    margin: 65px auto;
}

.popup__wrapper {
    width: 600px;
    padding: 36px 43px 40px;
    background: #fff
}

.popup__wrapper--closed {
    display: none
}

@media (max-width: 1200px) {
    .callback-popup__wrapper ,
    .popup__wrapper {
        top: 10%
    }
}

@media (max-width: 768px) {
    .callback-popup__wrapper {
        min-height: auto;
        height: auto;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        padding-top: 32px;
        padding-bottom: 32px;
        width: 320px;
        top: 0;
        margin: 15px auto;
    }

    .popup__wrapper {
        min-height: 100vh;
        height: calc(100% - 50px);
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        padding-top: 32px;
        padding-bottom: 80px;
        width: 320px;
        top: 0;
        left: calc(50% - 160px)
    }
}

.callback-popup__close ,
.popup__close {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 15px;
    right: 15px;
    cursor: pointer
}

.callback-popup__close::after, .callback-popup__close::before ,
.popup__close::after, .popup__close::before {
    position: absolute;
    content: "";
    left: 0;
    top: 7px;
    width: 100%;
    height: 2px;
    background: #c5c5c5
}

.callback-popup__close::before ,
.popup__close::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.callback-popup__close::after ,
.popup__close::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.content-textblock .popup__title,
.popup__title {
    font-size: 24px;
    line-height: 28px;
    color: #2a2a2a;
    font-weight: 600;
    margin-bottom: 32px
}

@media (max-width: 768px) {
    .content-textblock .popup__title,
    .popup__title {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 15px;
        width: 234px
    }
}

.popup__comments, .popup__email, .popup__name, .popup__tel {
    display: block;
    margin-bottom: 24px;
    width: 100%;
    padding: 20px 15px;
    border: 0;
    border-radius: 5px;
    background-color: #f2f2f2
}

@media (max-width: 768px) {
    .popup__comments, .popup__email, .popup__name, .popup__tel {
        font-size: 14px;
        width: 234px
    }
}

.popup__comments {
    min-height: 100px;
    resize: none
}

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

@media (max-width: 768px) {
    .popup__footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.popup__btn {
    min-width: 140px;
    margin-right: 15px;
    height: 50px;
    border-radius: 25px;
    background-color: #ffd429;
    border: 0;
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.popup__btn:active, .popup__btn:focus, .popup__btn:hover, .login-popup__btn:active, .login-popup__btn:focus, .login-popup__btn:hover {
    color: #fff;
    background-color: #2e954a
}

@media (max-width: 768px) {
    .popup__btn {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        min-width: 100%
    }
}

.popup__allow {
    position: relative
}

.popup__allow label {
    display: block;
    position: relative;
    font-size: 12px;
    padding-left: 36px;
    color: #000;
    line-height: 16px;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

@media (max-width: 768px) {
    .popup__allow label {
        font-size: 10px;
        line-height: 16px
    }
}

.popup__allow label::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background: #f2f2f2
}

@media (max-width: 768px) {
    .popup__allow {
        margin-bottom: 20px
    }
}

.popup__success--open {
    display: block
}

.popup__success-txt {
    font-size: 24px;
    line-height: 28px;
    color: #2a2a2a;
    font-weight: 600
}

@media (max-width: 768px) {
    .slider-slide img {
        height: auto !important;
    }
}

@media (max-width: 768px) {
    .page-footer__left {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        display: block;
        max-width: 100%;
        text-align: center;
    }

    .page-footer__copyright{
        text-align: center;
        max-width: 100%;
        margin-top: 10px;
        display: block;
        padding: 0;
        position: relative;
        left: initial;
        width: auto;
    }

    .page-footer__right {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        max-width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
    }

    .page-footer__logo {
        position: relative;
        top: initial;
        left: initial;
        margin-top: 20px;
    }

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

    .page-footer__adress {
        margin-top: -35px;
    }

    .page-header__top-right {
        align-items: center;
    }

    .page-footer__wrapper {
        padding: 40px 10px 40px;
    }
}
</pre></body></html>