<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.fz-54 div.top-row-bg{
  background-image: url("/aut/avtomatizatsiya-internet-magazina/img/banner.png");
}

.a-main{
  background-image: url("/img/product-bg-1.jpg");
}

.services-grid__image:before {
    background-color: #ffffff;
}
.ask-form {
    background-image: url("/aut/avtomatizatsiya-internet-magazina/img/podlozka.png");
}
.top-row__content-list li:before {
    background: url(/aut/avtomatizatsiya-internet-magazina/img/ikonka.svg) center center no-repeat;
    width: 20px;
    height: 20px;
}

.btn {
    border-radius: 0;
    font-size: 17px;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 37px;
}

.btn--red {
    color: #fff;
    background-color: #E50071;
    transition-property: color, background-color;
    transition-duration: .2s;
    transition-timing-function: ease-in-out;
}

.btn--red:hover,
.btn--red:focus,
.btn--red:active {
    color: #fff;
    background-color: #bb015e;
}

.top-row__button {
    min-width: 300px;
    min-height: 60px;
}

.cleverence-block .cleverence-intro__text {
    padding-top: 40px;
    line-height: 26px;
}

.fz-54 .top-row h1 {
    max-width: 50%;
}

.cleverence-block__intro,
.cleverence-block__list {
    padding-top: 40px;
    padding-bottom: 40px;
}

.a-section-title {
    margin-top: 0;
}

.services-grid__item {
    align-items: flex-start;
    padding: 40px;
}

.services-grid__title {
    font-weight: 400;
    text-decoration: underline;
    display: block;
}

.services-grid__content p {
    font-size: 15px;
    font-weight: 400;
}

.services-grid__content ul {
    padding-left: 15px;
    list-style: none;
    margin-bottom: 30px;

}



.services-grid__content {
    padding: 0;
    font-weight: 400;
    font-size: 13px;
    list-style: none;
    margin-top: 17px;
}

.services-grid__content ul li {
    position: relative;
}

.services-grid__content ul li:not(:last-child) {
    margin-bottom: 10px;
}

.services-grid__content ul li::before {
    position: absolute;
    left: -14px;
    top: 8px;
    display: inline-block;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 70px;
    background-color: #E50071;
    margin-right: 5px;
}

.services__btn {
    margin-top: auto;
    padding: 20px 10px 23px;
    border-radius: 6px;
    align-self: flex-start;
    font-size: 14px;
}

.services-grid {
    margin-top: 0;
    margin-bottom: 0;
}

.services-grid__right {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.services-grid__content p:first-child {
    margin-top: 0;
    margin-bottom: 14px;
}

.services-grid__title {
    max-width: 260px;
}

.a-section-title,
.section__header {
    font-size: 38px;
    text-align: left;
    font-weight: 400;
}

.comparison {
    background-color: #F7F7F7;
}

.compare__list {
    display: flex;
    flex-flow: row nowrap;
}

.compare__item {
    flex-basis: 50%;
}

.comparison__header {
    margin: 0;
    height: 0;
    display: block;
    overflow: hidden;
    flex-basis: 50%;
    padding-top: 38px;
    padding-bottom: 28%;
    color: #fff;
    text-align: center;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 800;
    background-position: center center;
    background-size: cover;
}

.compare__list:not(:last-of-type) {
    margin-bottom: 62px;
}

.comparison__header--before {
    background-color: #E49A69;
    background-image: url('../img/before.jpg');
}

.comparison__header--after {
    background-color: #4976BA;
    background-image: url('../img/after.jpg');
}

.comparison__subheader--before {
    background-color: #E49A69;
}

.comparison__subheader--after {
    background-color: #4976BA;
}

.comparison__subheader {
    margin: 0;
    padding: 24px 0;
    font-size: 31px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    letter-spacing: 0.77px;
    color: #fff;
}

.compare {
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
}

.compare__list--items {
    padding: 0 33px;
}

.compare--after {
    padding-left: 11px;
}

.compare--before {
    padding-right: 11px;
}

.compare ul {
    padding: 0;
    margin: 0;
    flex-grow: 1;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.4px;
    list-style: none;
    background-color: #fff;
}

.compare ul li {
    padding: 20px 40px;
}

.compare ul li:not(:first-child) {
    border-top: 1px solid #F6F6F6;
}

.compare__btn {
    display: inline-block;
    padding: 10px 30px;
    border-radius: 6px;
    font-size: 14px;
    line-height: 2;
}

.compare__btn-wrapper {
    text-align: center;
}

.cleverence-button__wrp a {
    text-transform: initial;
}

::-webkit-input-placeholder {color:#c0c0c0;}
::-moz-placeholder          {color:#c0c0c0;}/* Firefox 19+ */
:-moz-placeholder           {color:#c0c0c0;}/* Firefox 18- */
:-ms-input-placeholder      {color:#c0c0c0;}

@media all and (max-width: 1400px) {
    .section {
        padding-bottom: 45px;
    }
}

@media all and (max-width: 1200px) {
    .compare__list--items {
        padding: 0;
        flex-direction: column;
    }

    .compare {
        padding: 0 !important;
        flex-basis: 100%;
    }

    .compare:not(:last-of-type) {
        margin-bottom: 30px;
    }
}

@media all and (max-width: 767px) {
  header .top-menu .navbar-nav &gt; li &gt; a .fa {
    margin-bottom: 0 !important;
    vertical-align: middle !important;
  }

    .fz-54 .top-row h1 {
        max-width: 100%;
        font-size: 42px;
    }

    .top-row__content-title {
        margin-top: 0;
        font-size: 24px;
    }

    .fz-54 div.top-row-bg {
        position: relative;
    }

    .fz-54 div.top-row-bg::before {
        display: block;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        z-index: 0;
        background-color: rgba(0, 0, 0, .2);
    }

    .fz-54 .container {
        position: relative;
        z-index: 3;
    }

    .cleverence-block h3,
    .cleverence-block h4 {
        margin-top: 0;
    }

    .cleverence-intro__image {
        position: relative;
        max-width: 100%;
        width: 100%;
        overflow: hidden;
        height: 0;
        padding-bottom: 92%;
    }

    .cleverence-intro__image img {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }

    .cleverence-intro__header,
    .section__header,
    .a-section-title {
        font-size: 30px !important;
        margin-bottom: 30px !important;
    }

    .a-common {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .services-grid__right {
        flex-basis:100%;
        width: 100%;
        padding: 0;
    }

    .services-grid__title {
        max-width: 100%;
    }

    .services-grid__image {
        margin: 0 auto 20px;
    }

    .services__btn {
        margin-top: 0;
    }

    .comparison__header {
        padding-top: 18px;
        font-size: 17px;
    }

    .comparison__subheader {
        padding: 16px 0;
        font-size: 23px;
    }

    .compare ul {
        font-size: 16px;
        line-height: 22px;
    }
}

@media all and (max-width: 550px) {
    .comparison__header {
        padding-bottom: 35%;
    }

    .cleverence-intro__header, .section__header, .a-section-title {
        font-size: 27px !important;
        margin-bottom: 30px !important;
    }

    .services-grid__item {
        flex-direction: row;
    }

    .services-grid__right {
        height: auto;
    }

    .services-grid__title {
        font-size: 20px;
    }

    .services__btn {
        margin: 0 auto;
    }

    .compare__btn {
        max-width: 100%;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        display: flex;
        align-items:center;
        justify-content: center;
    }
}

@media all and (max-width: 480px) {
  header .top-menu .navbar-form .visible-xxs .btn {
    font-size: 14px;
  }
  header .top-menu .search-box .btn .fa {
    font-size: 14px;
  }
  
  header .top-menu .search-box .visible-xxs .input-group-btn .btn .fa {
    font-size: 18px;
  }
  
}
</pre></body></html>