<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --h1-min-size: 2.5rem; /* 40px */
    --h1-max-size: 4.5rem; /* 72px */
    --h1-font-size: clamp(var(--h1-min-size), 1.3rem + 4vw, var(--h1-max-size));
    --slide-text-min: 1.25rem; /* 20px */
    --slide-text-max: 2.25rem; /* 36px  */
    --slide-text-size: clamp(var(--slide-text-min), 0.65rem + 2vw,var(--slide-text-max));
    --promo-block__header-min: 1.75rem;
    --promo-block__header-max: 2.38rem;
    --propmo-block__header-size: clamp(var(--promo-block__header-min),1.48rem + 0.9vw,var(--promo-block__header-max));
    --home-sub-title-min: 1.75rem; /* 28px */
    --home-sub-title-max: 2.5rem; /* 40px  */
    --home-sub-title-size: clamp(var(--home-sub-title-min), 1.429rem + 1.07vw, var(--home-sub-title-max));
    --promo-block__img-min: 3.75rem; /* 60px */
    --promo-block__img-max: 4.69rem; /* 75px */
    --promo-block__img-size: clamp(var(--promo-block__img-min), 3.347rem + 1.34vw, var(--promo-block__img-max));
}


.header--home {
    position:absolute;
    left: 0;
    right: 0;
}

.header--menu-activated {
	background: #fff;
    z-index: 51;
}

.header--home .header__title {
    line-height: 14px;
    color: #d8d8d8;
    font-size: 11px;
}

.header--home .header-menu__link {
	color: #ffffff; 
}
.header--home .header-search-form {
    border-bottom: 1px solid #CCCCCC;;
}
.header--home .header-search-form__input,
.header--home .header-search-form__input::-webkit-input-placeholder,
.header--home .header-search-form__input::placeholder{
	color: #fff;
}

.header--home .header__logo {
	background: url(../media/205729/logo-white.png) no-repeat;
}

.header--home .header-toggle__wrapper {
    background: url(../images/redesign/ic-menu-white.svg) no-repeat;
}

.header--home .header-toggle__button:checked + .header-toggle__wrapper {
    background: url(../images/redesign/ic-Close-white.svg) no-repeat 20% 30%;
}

.slides-container {
    height: 560px;
    position:relative;
}

    .slides-container::after {
        content: "";
        position: absolute;
        bottom: 15px;
        right: 15px;
        width: 140px;
        height: 50px;
        background: url("../images/star-level-one.png") left center / 50px 50px no-repeat, url("../images/fix-protocol-member.png") right center / 65px 31px no-repeat;
    }

.slides-container__slides {
    height:100%;
    width: 100%;
}

.slides-container__selectors {
    width: 120px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position:absolute;
    bottom:30px;
    left: calc(50% - 60px);
}

.slides-container__selector {
    width: 8px;
    height: 8px;
    background-color: #cccccc;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    cursor: pointer;
}

.slides-container__selector--current {
    width: 14px;
    height: 14px;
    background-color: #76CDD8;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}

.slides-container__slide {
    color: white;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    display: none;
    height: 100%;
    width: 100%;
    position: relative;
    padding-top: 110px;
}
.slides-container__slide--fixopaedia{
    background: url(../media/205794/home-header-1.jpg) no-repeat;
    background-size: cover; 
}
.slides-container__slide--fixengines{
    background: url(../media/205799/home-header-2.jpg) no-repeat;
    background-size: cover; 
}
.slides-container__slide--fixedge{
    background: url(../media/205804/home-header-3.jpg) no-repeat;
    background-size: cover; 
}
.slides-container__slide--facts{
    background: url(../media/205809/home-header-4.jpg) no-repeat;
    background-size: cover; 
}
.slides-container__slide--fixlogs{
    background: url(../media/205814/home-header-5.jpg) no-repeat;
    background-size: cover; 
}
.slides-container__slide--fixtrading{
    background: url(../media/205819/home-header-6.jpg) no-repeat;
    background-size: cover; 
}
.slides-container__slide--fixtcap{
    background: url(../media/205824/home-header-7.jpg) no-repeat;
    background-size: cover; 
}

.slides-container__slide h1, .slides-container__slide h2 {
    /*font-size: 72px;*/
    /*line-height: 1.32;*/
    font-size: var(--h1-font-size);
    line-height: 1.32;
    font-family: 'Museo_Sans_900';
}

.slides-container__slide--active {
    display: block;
}

.slide__description {
    display: flex;
    flex-direction: column;
    margin-top: 45px;
    padding: 20px 100px;
    height: 100%;
}


.slide-text {
    /*font-size: 36px;*/
    /*line-height: 54px;*/
    font-size: var(--slide-text-size);
    line-height: 1.5;
    margin-bottom: 30px;
    font-family: "source_sans_proregular", sans-serif;
}

.slide-learn-more {
    display: inline-block;
    width: 50px;
    height: 18px;
    background: url(../images/redesign/ic_link-arrow-white.svg) no-repeat;
    background-size: contain;
    cursor: pointer;
}

.home-page .main-article-list {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}

.promo-blocks {
    padding: 70px 100px 20px;
    display: flex;
    position: relative;
    margin-bottom: 40px;
}

.promo-block {
    background: #FAFAFA;
    width: calc(100% / 3);
    margin-right: 10px;
    padding: 35px 35px 50px;
    font-size: 16px;
    line-height: 24px;
    color: #464547;
    position: relative;
}

.promo-block ul {
    margin-bottom: 40px;
}

.promo-block li {
    padding: 5px 5px 0 25px;
    margin: 0;
    line-height: 24px;
    list-style: none;
    position: relative;
}

.promo-block li::before {
    content: "\2022";
    font-weight: bold;
    color: #39C2D7;
    font-size: 22px;
    padding-right: 14px;
    position: absolute;
    left: 3px;
    top: 3px;
}

.promo-block__img {
    /*height: 75px;*/
    height: var(--promo-block__img-size);
    margin-bottom: 25px;
    margin-right: 35px;
}

.promo-block__header a{
    font-family: 'Museo_Sans_900';
    /*font-size: 38px;*/
    /*line-height: 53px;*/
    font-size:var(--propmo-block__header-size);
    line-height: 1.39;
    color: #76CDD8;
}

.promo-block__header {
    margin-bottom: 20px;
}

.promo-block__more {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    position: absolute;
    bottom: 25px;
    
}

.promo-block__more a {
    color: #39C2D7;
    line-height: 32px;
}

.promo-block__more a:after {
    content: url(../images/redesign/ic_link-arrow.svg);
    display:inline-block;
    width: 50px;
    height: 20px;
    margin-left: 20px;
}


.upgrade-fix-engine-link {
	font-family: 'sourcesanspro-semibold';
    position: absolute;
    bottom: -55px;
    right: 60px;
    font-weight: bold;
    font-size: 23px;
    line-height: 30px;
    text-align: center;
    width: 192px;
    height: 192px;
    color: #FFFFFF;
    background-color: #A3C644;
    border-radius: 96px;
    padding: 35px 38px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 96px;
    -moz-border-radius: 96px;
    -ms-border-radius: 96px;
    -o-border-radius: 96px;
}

/*news-block*/ 

.news-block {
    margin-bottom: 30px;
    margin-top: 20px;
    padding: 20px 100px;
}

.news-block  .news-list {
    display: flex;
    padding: 40px 35px;
    background: #76CDD8;
}

.news-block  .news-item {
    padding: 0 40px;
    border-right: 1px solid #646465;
}

.news-block  .news-item:first-child {
    padding-left:0
}

.news-block  .news-item:last-child {
    padding-right: 0;
    border-right: 0px;
}

.news-block  .news-item {
    width: calc(100% / 3)
}

.news-block .news-item,
.news-block .news-item a {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}

.news-block .news-item-date {
    display: inline-block;
    background: #464547;
    padding: 3px 10px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.news-block .news-item-text {
    display: block;
    margin-top:20px;
}

/*home-sub*/

.home-sub-title {
    font-family: 'Museo_Sans_900';
    font-size:var(--home-sub-title-size);
    line-height: 1.33;
    color: #464547;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-sub-title a{
    color: #464547;
}

.home-sub-title .rss{
    margin-left: 20px;
    height: 46px;
}

.request-information {
    top: 20px;
    line-height: 30px;
}

.contact-us-cards {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 434px;
    margin-bottom: 50px;
    padding: 20px 100px;
}

.contact-us-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 2px solid #76CDD8;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
}

.contact-us-cards_small {
    width: calc(50% - 20px);
    margin-right: 20px;
}

.contact-us-cards_small .contact-us-card {
    flex: 0 0 50%;
    height: 187px;
    margin-bottom: 20px;
    padding-top: 7px;
}

.contact-us-card_large {
    width: 50%;
    height: 395px;
}

.contact-us-card__header {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    padding-bottom: 17px;
}

.contact-us-card-text-block {
    padding: 0 10px 10px;
}

.contact-us-card-text-block__header {
    font-weight: bold;
}

.contact-us-card__phone,
.contact-us-card__email {
    font-size: 24px;
    line-height: 36px;
    color: #39C2D7;
    text-decoration: none;
}

.contact-us-card__locations,
.contact-us-card__locations:hover{
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    text-decoration: underline;
    color: #39C2D7;
}

.contact-us-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 100px;
    padding-right: 20px;
}

.contact-us-buttons .button{
    width: 306px;
}

@media screen and (max-width: 1280px) {

    .slides-container__slide .slides-container__slide h1, .slides-container__slide .slides-container__slide h2 {
        font-size: 54px;
        line-height: 71px;
    }

    .slides-container__slide .slide-learn-more {
        width: 40px;
        vertical-align: middle;
    }

    .home-page .promo-blocks {
        padding: 70px 40px;
    }

    .home-page .upgrade-fix-engine-link {
        right: 30px;
    }

    .home-page .contact-us-cards {
        padding: 20px 40px;
    }

    .home-page .news-block {
        padding: 20px 40px;
    }

    .home-page .slides-container {
        height: 500px;
    }

    .home-page .slide__description {
        padding: 20px 40px;
    }

    .upgrade-fix-engine-link {
        font-size: 20px;
        width: 160px;
        height: 160px;
        padding: 30px 32px;
        border-radius: 80px;
        right: 40px;
        line-height: 1.3;
    }
}

@media screen and (max-width: 1024px) {
    .home-page .contact-us-buttons {
        margin-bottom: 70px;
    }

    .home-page .contact-us-buttons .button {
        width: 246px;
    }
}

@media screen and (min-width: 961px) and (max-width: 1095px) {
    .home-page .upgrade-fix-engine-link {
        bottom: -70px;
    }
}

@media screen and (max-width: 960px) {
    .home-page .promo-blocks {
        flex-direction: column;
        padding-top: 32px;
    }

    .home-page .promo-block {
        display: flex;
        margin-right: 0;
        width: 100%;
        margin-bottom: 15px;
        padding-top: 20px;
    }

    .services-block {
        height: 300px;
    }

    .home-page .upgrade-fix-engine-link {
        bottom: 0;
        right: 40px;
    }

    .home-page .slide__description {
        padding: 15px 35px;
    }
}

@media screen and (max-width: 860px) {
    .slides-container__slide .slide-text {
        line-height: 1.2;
    }

    .slides-container__slide .slide-learn-more {
        width: 30px;
        vertical-align: middle;
    }

    .home-page .contact-us-card__phone, .home-page .contact-us-card__email {
        font-size: 20px;
    }

    .home-page .contact-us-buttons {
        padding: 0 40px;
    }

    .home-page .contact-us-buttons .button {
        width: 50%;
    }

    .home-page .contact-us-buttons .button:first-child {
        width: calc(50% - 20px);
    }

    .home-page .slides-container {
        height: 430px;
    }

    .upgrade-fix-engine-link {
        font-size: 18px;
        width: 140px;
        height: 140px;
        padding: 25px 28px;
        border-radius: 70px;
        right: 30px;
        line-height: 1.25;
    }

    .home-page .slide__description {
        padding: 10px 30px;
    }
}

@media screen and (max-width: 768px) {
    .upgrade-fix-engine-link {
        font-size: 16px;
        width: 120px;
        height: 120px;
        padding: 12px 25px;
        border-radius: 60px;
        right: 30px;
        line-height: 1.20;
    }

    .promo-block__header {
        margin-bottom: 10px;
    }

    .home-page .promo-blocks {
        padding: 20px 30px;
    }

    .promo-block {
        padding-inline: 20px;
    }

    .news-block .news-item {
        padding: 0 10px;
    }

    .news-block .news-list {
        padding: 24px 9px;
    }

    /*news-block start*/
    .news-block {
        padding: 0 20px ;
        margin-bottom: 20px;
        margin-top: 15px 
    }

    .news-block .news-list {
        display: grid ;
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 ;
        background: transparent ;
    }

    .news-block .news-item {
        width: 100% !important;
        padding: 20px !important;
        border-right: none !important;
        border-bottom: 1px solid rgba(255,255,255,0.2) !important;
        background: #76CDD8 !important;
        margin-bottom: 0 !important;
    }

    .news-block .news-item:first-child,
    .news-block .news-item:last-child {
        padding: 20px !important;
    }

    .news-block .news-item-date {

    }

    .news-block .news-item-text {
        margin-top: 12px !important;
        font-size: 15px !important;
        line-height: 1.4 !important;
    }
    /*news-block end*/

    /*promo-blocks start*/
    .promo-blocks {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .promo-block__img {
        display: none;
    }

    .promo-block {
        display: flex;
        flex-direction: column;
        background: #fff;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        padding: 20px;
        margin-bottom: 20px;
    }

    .promo-block__header {
        position: relative;
        padding-left: 50px; 
        min-height: 40px; 
        display: flex;
        align-items: center;
        margin-bottom: 15px;
    }

    .promo-block__header::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 40px;
        height: 40px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .promo-block:nth-child(1) .promo-block__header::before {
        background-image: url('/media/205834/solutions.svg');
    }

    .promo-block:nth-child(2) .promo-block__header::before {
        background-image: url('/media/205789/connections.svg');
    }

    .promo-block:nth-child(3) .promo-block__header::before {
        background-image: url('/media/205829/services.svg');
    }

    .promo-block__content {
        display: flex;
        flex-direction: column;
    }

    .promo-block__more {
        position:static;
    }

    .main-article-list {
        padding-left: 20px;
        margin: 10px 0;
    }

    .main-article-list-item {
        margin-bottom: 8px;
        font-size: 14px;
        line-height: 1.3 !important;
    }
    /*promo-blocks end*/
}

@media screen and (max-width: 576px) {
    .upgrade-fix-engine-link {
        font-size: 14px;
        width: 100px;
        height: 100px;
        padding: 12px 19px;
        border-radius: 60px;
        right: 30px;
        line-height: 1.1;
    }

    .promo-block__more a {
        line-height: 23px;
    }

    .promo-block__header {
        margin-bottom: 2px;
    }

    .promo-block__content p {
        line-height: 1.2;
    }

    .contact-us-buttons {
        margin-top: 12px !important;
    }

    .home-page .contact-us-buttons {
        margin-bottom: 35px;
    }
    .promo-block__img {
        margin-right: 20px;
    }
}</pre></body></html>