<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.section_obratnaya-svyz{
    display: flex;
    height: 109px;
}
.section_obratnaya-svyz p{
    font-size:14px;
}
.section_obratnaya-svyz h2{
    font-size:24px;
    font-weight: bold;
    color:#353878;
}
.section_obratnaya-svyz p{
    padding:0;
    margin:0;
}
.buttons_obratnaya-svyz{
    padding: 30px 0 40px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.buttons_obratnaya-svyz a{
    margin: 5px 5px;
    cursor: pointer;
}
.sps__icon{
    width: 1.8em;
    height: 1.8em;
    fill: #87c2eb;
    margin-left: 0.5em;
}
.buttons_obratnaya-svyz .button__icon {
    width: 1.5em;
    height: 1.5em;
    margin-top: -3px;
}
.buttons_obratnaya-svyz .button__icon {
    fill: currentColor;
    margin-right: 0.5em;
}
.buttons_obratnaya-svyz  .btn-no {
    background-color: #f1f1f1;
    color: #9a9a9a;
    border: 2px solid #f1f1f1;
    font-size: 13px;
    font-weight: bold;
}
.buttons_obratnaya-svyz  .btn-no:hover {
    background: #0d44a0;
    color: white!important;
    border: 2px solid #0d44a0;
}
.obratnaya-svyz_sps{
    font-weight: bold;
    display: flex;
    align-items: center;
}
.section_obratnaya-svyz .item-btn-otziv {
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    display: block;
}
.section_obratnaya-svyz .item-btn-otziv:hover {
    background: #e2e2e2;
}
.section_obratnaya-svyz .item-btn-otziv .a_otz_icon {
    width: 2.4em;
    height: 2.4em;
}
.section_obratnaya-svyz .item-btn-otziv .img_otz_icon {
    width: auto;
    height: 2.4em;
}
.obratnaya-svyz_city select {
    appearance: none;
    outline: 0;
    border: 0;
    box-shadow: none;
    font-size:13px;
    flex: 1;
    padding: 0 1em;
    color: #030406;
    background-color: #ffffff;
    cursor: pointer;
    border: 1px solid #e2eded;
    border-color: #eaf1f1 #e4eded #dbe7e7 #e4eded;
    border-radius: 5px;
}
.obratnaya-svyz_city{
    /* padding-top: 30px; */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.obratnaya-svyz_city p{
    padding:12px;
}
.obratnaya-svyz_city select::-ms-expand {
    display: none;
}
.obratnaya-svyz_city .select {
    position: relative;
    display: flex;
    width: 170px;
    height: 40px;
    border-radius: .25em;
    overflow: hidden;

}
.obratnaya-svyz_city .select::after {
    content: url(/upload/installyaciya/obratnaya-svyz/arrows-up-down.svg);
    width: 18px;
    height: 18px;
    position: absolute;
    right: 0;
    top: 0;
    margin: 11px;
    transition: .25s all ease;
    pointer-events: none;
}
.obratnaya-svyz_city .select:hover::after {
    color: #f39c12;
}
.form-pojalovatsya textarea {
    resize: none;
}
.form-pojalovatsya .form-control {
    display: block;
    width: 100%;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin: 6px 0px;
    outline: none;
    padding: 0.675rem 0.75rem;
}
.form-pojalovatsya .btn-primary{
    margin: 0 auto;
    display: block;
}
@media (max-width: 768px){
    .section_obratnaya-svyz {
        padding: 40px 20px;
    }
    .section_obratnaya-svyz h2 {
        font-size: 18px;
    }
    .buttons_obratnaya-svyz {
        padding: 20px 0px 30px 0;
    }
}
.section_obratnaya-svyz {
    padding: 0px;
    margin-left: -5px;
    display: flex;
    height: 70px;
}

div#widget_promo_code {
    display: block !important;
    position: fixed;
    bottom: 15px;
    left: 15px;
    user-select: none;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

div#widget_promo_code:hover {
    opacity: 0.75;
}

img.widget-promo-code-mobile {
    display: none;
}

.widgets_promo_code  {
    bottom: 130px;
    position: fixed;
    left: 120px;
}

.widgets_promo_code {
    display:none;
}
/* #widget_promo_code:hover + .widgets_promo_code{
    display: block;
    fill: red;
} */

.footer-main{
    width: 100%;
    padding-right:30px;
    padding-left:20px;
    margin-right:auto;
    margin-left:auto
}

@media (max-width: 990px) {
    .footer-contacts-phone{
        display: flex;
        justify-content: center;
    }
    .footer-contacts-email{
        display: flex;
        justify-content: center;
    }
    .footer-contacts-social-icons{
        display: flex;
        justify-content: center;
        .footer-socials__icons{
            width: 100%;
        }
    }
    .footer-contacts-obratnay-svyz{
        display: flex;
        justify-content: center;
    }
    .footer-address{
        text-align: center;
    }
}


@media (min-width: 576px){
    .footer-main{
        max-width:540px
    }
}
@media (min-width: 768px){
    .footer-main{
        max-width:720px
    }
}
@media (min-width: 992px){
    .footer-main{
        max-width:960px
    }
}
@media (min-width: 1200px){
    .footer-main{
        max-width:1330px
    }
    .footer-address{
        width: 240px;
    }
}



.footer-title-content{
    display: flex;
    justify-content: center;
}

.footer-associations-item img{
    max-width: 140px;
}

.footer-associations-item:nth-child(2)  img{
    max-width: 105px !important;
}

.footer-mobile-app-container{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer-mobile-app-YQR-img{
    display: flex;
    justify-content: center;
}

.footer-mobile-app-YQR-img img{
    max-width: 180px;
    height: auto;
}

.footer-mobile-app-label{
    margin: 0 auto;
    text-align: center;
    width: 320px;
    font-size: 0.9rem;
}

.footer-mobile-app-download-icons{
    display: flex;
    width: 320px;
    margin: 0 auto;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.footer-mobile-app-download-item{
    width: 135px;
    height: 43px;
}

.footer-mobile-app-download-item img{
    max-width: 100%;
}

@media screen and (max-width: 768px) {
    div#widget_promo_code svg {
        display: none;
    }
    div#widget_promo_code {
        bottom: 61px;
        left: 5px;
    }
    img.widget-promo-code-mobile {
        display: block !important;
    }
    img.widget-promo-code-pc {
        display: none !important;
    }
}


</pre></body></html>