<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'SF Pro Rounded';
    src: url('/fonts/sf-pro-rounded/regular/SFRounded-Ultralight.eot');
    src: url('/fonts/sf-pro-rounded/regular/SFRounded-Ultralight.eot?#iefix') format('embedded-opentype'),
    url('/fonts/sf-pro-rounded/regular/SFRounded-Ultralight.woff2') format('woff2'),
    url('/fonts/sf-pro-rounded/regular/SFRounded-Ultralight.woff') format('woff'),
    url('/fonts/sf-pro-rounded/regular/SFRounded-Ultralight.ttf') format('truetype'),
    url('/fonts/sf-pro-rounded/regular/SFRounded-Ultralight.svg#SFRounded-Ultralight') format('svg');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'SF Pro Rounded Bold';
    src: url('/fonts/sf-pro-rounded/bold/SFRounded-Ultralight.eot');
    src: url('/fonts/sf-pro-rounded/bold/SFRounded-Ultralight.eot?#iefix') format('embedded-opentype'),
    url('/fonts/sf-pro-rounded/bold/SFRounded-Ultralight.woff2') format('woff2'),
    url('/fonts/sf-pro-rounded/bold/SFRounded-Ultralight.woff') format('woff'),
    url('/fonts/sf-pro-rounded/bold/SFRounded-Ultralight.ttf') format('truetype'),
    url('/fonts/sf-pro-rounded/bold/SFRounded-Ultralight.svg#SFRounded-Ultralight') format('svg');
    font-weight: 200;
    font-style: normal;
}
h1,h2,h3,h4,h5{
    font-family: 'SF Pro Rounded Bold' !important;
}
body{
    font-family: 'SF Pro Rounded' !important;
}
.form-control:focus {
    box-shadow: none !important;
}
.min-height{
    min-height: 3rem;
}
.sf-bold{
    font-family: 'SF Pro Rounded Bold' !important;
}
.sf-normal{
    font-family: 'SF Pro Rounded' !important;
}
li{
    color: #FFCC00;
}
.bg-violet{
    background-color: #6747E5;
}
.bg-gray-light{
    background-color: #EAF1F6;
}
.bg-violet-on{
    background-color: #EFECFA;
}

.bg-violet-light{
    background-color: #F4F6FF;
}
.bg-beige{
    background-color: #F4ECE2;
}
.bg-beige-light{
    background-color: #FBF8F8;
}
.br-15 {
    border-radius: 15px;
}
.color-red{
    color: rgba(242, 70, 70, 0.7);
}
.color-gray {
    color: rgba(0, 0, 0, 0.3);
}
.color-black {
    color: #000000;
}
.text-muted {
    color: #aaa !important;
}
.font-size-1000 {
    font-size: 1.1rem;
}
.font-size-1600 {
    font-size: 1.6rem;
}
.font-size-0900 {
    font-size: 0.9rem;
}
.w-fit-content {
    width: fit-content;
}
.modal-header .close {
    padding: 0 !important;
    margin: 0 !important;
}
.modal .close, .close-button {
    background-image: url(/images/close_icon.png?v=3);
    background-size: cover;
    cursor: pointer;
    height: 22px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 22px;
}
.modal-content {
    padding: 25px 30px !important;
    position: relative;
    -webkit-box-shadow: 0 0 12px rgba(0,0,0,.05) !important;
    box-shadow: 0 0 12px rgba(0,0,0,.05) !important;
    border-radius: 0.875rem !important;
    border: none !important;
}
.br-04{
    border-radius: 8px;
}
.stars-img{
    position: absolute;
    max-width: 75px;
    right: 0;
    top: 0;

}
.bnb-img {
    position: absolute;
    max-width: 70px;
    padding: 7px;
    right: 0;
    top: 0;
}
.text-gray {
    color: #adadad;
}
.button-tarif.disabled,
#corporation.disabled {
    opacity: 0.5;
    pointer-events: none;
}
.font-size-3000{
    font-size: 3rem;
}
.font-size-2000{
    font-size: 2rem;
}
.text-black{
    color: black !important;
}
.br-1 {
    border-radius: 30px;
}
.b-sh-block{
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
}
.b-sh{
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.w-13{
    width: 13vw;
    height: 13vw;
}
.w-26{
    width: 24vw;
    height: 13vw;
}
.h-20{
    height: 20vw !important;
}
.flex-end{
    justify-content: flex-end;
}
.f-4{
    font-size: 3vw;
    width: 60%;
    margin: 0 auto;
}
.f-15{
    font-size: 1.1vw;
}
.h-52{
    height: 52px;
}
.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.color-violet{
    color: #6747E5;
}
.text-decoration-line-through{
    text-decoration: line-through;
    text-decoration-color: rgba(242, 70, 70, 0.7);
}
.cursor-pointer {
    cursor: pointer;
}
.item {
    height: 50px;
    background-color: #cda;
    border: 1px solid;
    text-align: center;
    line-height: 50px;
    font-size: 30px;
}
#mobile{
    display: none !important;
}
#desktop{
    display: block !important;
    margin: 0 auto !important;
}
.hidden{
    opacity:0;
}
.visible{
    opacity:1;
}
.slick-slide {
    height: 270px !important;
}
.block{
    display: flex !important;
    justify-content: flex-end !important;
    align-items: flex-end !important;
}
.img-card-small{
    width: 129px;
    height: 141px;
    margin-bottom: 40px;
}
.img-card{
    width: 200px;
    height: 143px;
}
.carousel {
    align-self: center;
}
.w-block-image{
    width: 243px !important;
}
.carousel-item{
    opacity: 0;
    transition: opacity 1.9s ease-in-out !important;
}

.arrow-8 {
    position: relative;
    width: 30px;
    height: 30px;
    margin: 0px auto;
}
.arrow-8:before {
    content: '';
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border-left: 3px solid white;
    border-bottom: 3px solid white;
    transform: translate(2px, 3px) rotate(-45deg);
    animation: arrow-8 3s linear infinite;
}
.arrow-8:after {
    content: '';
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border-left: 3px solid white;
    border-bottom: 3px solid white;
    transform: translate(3px, 0px) rotate(-45deg);
    animation: arrow-8 3s linear infinite -1.5s;
}

.custom-control-input:checked~.custom-control-label::before,
.custom-control-input .custom-control-label::before {
    color: #fff !important;
    border-color: #007bff !important;
    background-color: #ffffff !important;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='hsla(211, 100%, 50%, 1)' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e") !important;
}

@keyframes arrow-8 {
    0% {
        opacity: 0;
        transform: translate(-13px, -53px) rotate(-45deg);
    }
    10%, 90% {
        opacity: 0;
    }
    50% {
        opacity: 1;
        border-left: 3px solid white;
        border-bottom: 3px solid white;
        transform: translate(-13px, 0px) rotate(-45deg);
    }
    100% {
        opacity: 0;
        transform: translate(-13px, 53px) rotate(-45deg);
    }
}

/*modal START*/


@font-face {
    font-family: 'Slivki-Icons';
    src: url('/fonts/slivki/slivki.eot?v=27');
    src: url('/fonts/slivki/slivki.eot?v=27#iefix') format('embedded-opentype'),
    url('/fonts/slivki/slivki.woff2?v=27') format('woff2'),
    url('/fonts/slivki/slivki.woff?v=27') format('woff'),
    url('/fonts/slivki/slivki.ttf?v=27') format('truetype'),
    url('/fonts/slivki/slivki.svg?v=27#slivki') format('svg');
    font-weight: normal;
    font-style: normal;
}

.border-none {
    border: none !important;
}

.p-0 {
    padding: 0 !important;
}

.font-size-1250 {
    font-size: 1.25rem;
}

#modal_registration .hidden{
    display: none;
}

.modal-header {
    padding: 0 !important;
    border-bottom: none !important;
}

.delivery-row,
.delivery-teaser-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.col-6 {
    padding: 0 !important;
}

.slivki-icon-vkontakte:before {
    content: '\f189';
}

.slivki-icon-facebook:before {
    content: '\f09a';
}

[class^="slivki-icon-"]:before, [class*=" slivki-icon-"]:before {
    font-family: "Slivki-Icons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.button,
.delivery-btn {
    width: 100%;
    background-color: #6747E5;
    border: none;
    color: #ffffff !important;
    font-size: 1.125rem;
    cursor: pointer;
    display: inline-block;
    line-height: 1.3125rem;
    outline: none;
    position: relative;
    padding: 10px 20px;
    vertical-align: top;
    white-space: nowrap;
    text-align: center;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0.875rem;
}

.field {
    margin-bottom: 15px;
    position: relative;
}

.field:last-child {
    margin-bottom: 0;
}

.form-control+small {
    font-size: 0.75rem;
    line-height: 1.25rem;
}

.modal .form-element {
    border: none;
    border-bottom: 1px solid #BEBEBE;
}

.form-element {
    background-color: #fff;
    border: 1px solid #eee;
    display: inline-block;
    height: 42px;
    line-height: 20px;
    outline: none;
    padding: 8px 12px;
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -ms-box-sizing: border-box;
}

.field-select {
    position: relative;
}

.field-select:before {
    content: '';
    position: absolute;
    top: .7rem;
    right: 0.7rem;
    display: block;
    width: 11px;
    height: 6px;
    background-image: url(/images/arrow-dropdown.svg);
    background-size: cover;
    z-index: 1;
}

select.form-element {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.modal-content {
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    padding: 25px 30px;
    position: relative;
    -webkit-box-shadow: 0 0 12px rgba(0,0,0,.05);
    box-shadow: 0 0 12px rgba(0,0,0,.05);
    border-radius: 0.875rem;
}

.modal .close,
.close-button {
    background-image: url(/images/close_icon.png?v=3);
    background-size: cover;
    cursor: pointer;
    height: 22px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 22px;
}

.register-login-form {
    display: flex;
}

.register-login-form .login {
    width: 279px;
    padding-right: 18px;
    box-sizing: content-box;
    border-right: 1px dashed #eee;
}

.register-login-form .block-title {
    font-size: 32px;
    text-align: center;
}

.register-login-form .block-title .description {
    height: 100px;
    font-size: 0.8125rem;
    font-weight: 500;
    color: #717171;
    padding-top: 0.625rem;
    padding-bottom: 1.9375rem;
}

.popup-error-message {
    margin-bottom: 10px;
    color: red;
    font-size: 14px;
}

#loginForm,
#registrationForm {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 324px;
}

.login .remember-password,
.register .user-agreement,
.crossAuthorization .link {
    position: static;
    font-size: 0.75rem;
    line-height: 0.875rem;
    border-bottom: none;
    color: #2E1BFF;
}

.login .remember-password {
    padding-top: 0.5625rem;
}

.remember-password {
    position: absolute;
    bottom: 32px;
    right: 25px;
}

.social-button-wrapp {
    margin-bottom: 2rem;
}

.social-login-btn {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    color: #fff !important;
    text-align: center;
    border-radius: 4px;
    margin-right: 5px;
}

.social-login-btn.btn-vkontakte {
    background-color: #587ea3;
}

.social-login-btn.btn-facebook {
    background-color: #3b5998;
}

.register-login-form .register {
    width: 280px;
    padding-left: 18px;
    box-sizing: content-box;
}

.register-bottom {
    font-size: 0.75rem;
    line-height: 0.875rem;
}

.border-radius-0375 {
    border-radius: 0.375rem;
}
.sf-bold-font {
    font-family: 'SF Pro Rounded Bold', sans-serif;
}
.sf-font {
    font-family: 'SF Pro Rounded', sans-serif !important;
}
.js-subscribe-btn-popup.disabled{
    opacity: 0.5;
    pointer-events: none;
}
#questionsModal .form-control {
    display: block;
    width: 100%;
    height: auto;
    resize: none;
    font-size: 1rem;
    line-height: 1.375rem;
    background-color: #fff;
    margin-top: .2rem;
    color: #000000;
}

#questionsModal textarea {
    min-height: 9.375rem;
    min-width: 100%;
}
.modal--small .modal-dialog {
    width: 360px;
}

/*modal END*/

.button-tab {
    width: 11rem;
    align-self: center;
    display: flex !important;
    justify-content: center;
    font-family: 'SF Pro Rounded', sans-serif !important;
    height: 41px !important;
    border: none !important;
    border-radius: 15px !important;
    background-color: #F0EDFC;
    padding: 0 10px;
    line-height: 26px !important;
    text-decoration: none;
    color: #000000;
}
.button-tab.active {
    color: #fff !important;
    background-color: #6747E5 !important;
    text-decoration: none;
}
.button-tab.active:before {
    content: 'âœ“';
    align-self: center;
    margin-right: 0.6rem;
}
.packages-item {
    max-width: 290px;
    padding: 10px 37px 20px 37px;
    border-radius: 12px;
    flex-basis: 0;
    flex-grow: 1;
}
.packages-item:hover {
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
}
.packages-subscription-block {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.packages-subscription-block-new {
    position: relative;
}
.packages-subscription-block-new:before {
    content: 'NEW';
    position: absolute;
    top: 25px;
    right: 25px;
    width: 85px;
    height: 52px;
    background-color: #6747E5;
    border-radius: 15px 0;
    font-family: 'SF Pro Rounded Bold', sans-serif;
    font-size: 1.75rem;
    text-align: center;
    line-height: 52px;
    color: #ffffff;
}
.packages-subscription-block .button {
    max-width: 340px;
}
.packages-block {
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
}
.packages-block-mobile {
    display: none;
}
.packages-item-mobile-btn {
    position: relative;
    display: block;
}
.packages-item-mobile-btn:before {
    content: '';
    position: absolute;
    top: calc(50% - 5px);
    right: 0;
    width: 6px;
    height: 10px;
    background-image: url(../../images/tyres/arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(180deg);
}
.packages-info-items {
    margin-bottom: 145px;
}
.packages-info-item {
    max-width: 306px;
    margin: 0 auto;
}
.packages-info-item-img {
    width: 100%;
}
.packages-info-item-text {
    max-width: 200px;
    font-size: 14px;
    color: #000000;
}
@media screen and (max-width: 992px){
    #questions {
        display: flex;
        flex-wrap: wrap-reverse !important;
    }
    .apps-buttons {
        margin: 13px 0 13px 0;
        flex-direction: column;
        align-items: center;
    }
    .modal.fade .modal-dialog {
        margin: 0 !important;
    }
    .flex-mobile-landing {
        display: flex;
        flex-direction: column;
    }
    .tittle-subscription-page {
        line-height: 33px !important;
        font-size: 30px !important;
    }
    .t-55{
        top: 55vw !important;
    }
    .arrow-8 {
        position: relative;
        width: 12px;
        height: 12px;
        margin: 0px auto;
    }
    .f-4 {
        font-size: 5vw !important;
        width: 80% !important;
        margin: 0 auto;
    }
    #mobile,
    .packages-block-mobile {
        display: block !important;
    }
    #desktop,
    .none-mobile,
    .packages-block,
    .packages-title {
        display: none !important;
    }
    .h-20{
        height: 50vw !important;
    }
    .button-tabs {
        width: 100%;
    }
    .button-tab {
        width: 50%;
    }
    .packages-subscription-block-new:before {
        top: 10px;
        right: 10px;
        width: 50px;
        height: 30px;
        font-size: .8rem;
        line-height: 32px;
    }
}
@media screen and (max-width: 750px){
    .w-block-image {
        width: 109px !important;
        margin-top: 29px;
        margin-right: 8px;
    }
    .img-card-small {
        width: 73px;
        height: 84px;
        margin-bottom: 45px;
    }
    .img-card {
        width: 102px;
        height: 76px;
    }
    .h-52{
        height: 9vw;
    }
    .button {
        width: 100%;
    }

    .modal-open .modal,
    .modal-open{
        padding: 0 !important;
    }
    .modal--small .modal-dialog {
        width: 98vw !important;
        margin: 0 auto;
    }
    .register-login-form {
        flex-direction: column;
    }

    .register-login-form .login,
    .register-login-form .register{
        width: 100%;
        padding: 0;

    }

    .register-login-form .login {
        margin-bottom: 30px;
        border: none;
    }

    #questionsModal .modal-dialog,
    #questionsSuccessModal .modal-dialog {
    }
}

@media screen and (max-width: 430px){
    #questionsModal .modal-dialog {
    }
}
.subscription-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 15px;
    height: 15px;
    background-image: url('/images/close_icon.png');
    background-size: cover;
    cursor: pointer;
}
.modal {
    bottom: 0;
    display: none;
    left: 0;
    outline: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
}
.modal.show {
    opacity: 1 !important;
}
.bonus-title {
    color: #6747E5;
    text-transform: uppercase;
    font-family: 'SF Pro Rounded Bold';
}
.modal--small .modal-dialog {
    width: 500px;
}
@media screen and (max-width: 500px) {
    .delivery-teaser-row .col-6 {
        width: 100%;
        max-width: 100%;
        flex: 100%;
        margin-bottom: 15px;
    }

    .delivery-teaser-row .col-6:last-child {
        margin-bottom: 0;
    }

    .delivery-teaser-row .col-6 .mr-3 {
        margin: 0 !important;
    }
}
</pre></body></html>