<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.premium {
    min-height: 777px;
    background: url('../images_front/megabg6.jpg') #151515;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
}
header {
    padding: 30px 0;
}
h1 {
    margin-top: 0.2rem;
    margin-bottom: 0px;
    line-height: 1.2;
    padding: 0;
    font-size: 41px;
}
p {
    margin-bottom: 0px;
    line-height: 1.6;
}
#footer p {
    color: #bbb;
}
button {
    background-color: #EF892E;
    border-color: #ef892e;
    color: white;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    transition: background-color 300ms ease-out;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    -webkit-appearance: none;
    border-style: solid;
    border-width: 0px;
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
    font-size: 16px;
}
.defaultContainer {
    padding-bottom: 0px;
}
#footer {
    margin-top: 0px;
    background: #333;
}
#footer a {
    color: white;
}
.boxsp-wrapper {
    height: 0px;
}
.premium-answer-box {
    font-size: 42px;
    color: #efefef;
    line-height: 46px;
    text-align: center;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}
.premium-answer-box .glyphicon {
    top: 8px;
    padding-right: 2px;
    font-size: 52px;
}
.premium-a {
    background-color: #ff1d1a !important;
    color: #eee !important;
    transition: 0.5s ease;
}
.premium-a:hover {
    background-color: #ff1d1a !important;
}
.premium p {
    padding-top: 60px;
    padding-bottom: 60px;
    font-size: 28px;
    color: white;
    width: 100%;
    font-weight: 200;
    /*text-align: center;*/
}
.premium .answer-box {
    background: white;
    /*padding-left: 40px;*/
    border-top: 4px solid #EF892E;
}
.premium .answerr {
    padding-left: 40px;
    background: #eeeeee;
    position: relative;
}
.premium .answer-box .active {
    background: white;
}
.premium .answer-box label {
    width: 90%;
    padding: 20px;
    font-size: 18px;
    /*background: white;*/
    display: inline-block;
    margin-left: 0.5rem;
    margin-right: 1rem;
    margin-bottom: 0;
}
.premium .answer-box input {
    transform: scale(1.2); 
}
.premium .answer-box input[type="radio"]:checked+label{ font-weight: bold; } 
.premium .answer-box label span {
    display: inline-block;
}
.premium .answer-box label .span1 {
    width: 35%;
}
.premium .answer-box label .span2 {
    width: 20%;
    color: #EF892E;
    font-size: 16px;
}
.premium .answer-box label .span3 {
    width: 22.5%;
}
.premium .answer-box label .span4 {
    width: 22.5%;
    font-size: 19px;
    color: #999;
}
.premium .proceed {
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 50px;
}
.premium .pictures-box img {
    /*float: left;*/
    /*padding: 50px 50px 50px 50px;*/
    /*border: 1px solid black;*/
    border: 1px solid black;
    width: 80px;
    height: 60.5px;
    cursor: default;
    margin: 2px 1px 3px 1px;
}
/*.premium .pictures-box img:hover {
    border: 1px solid #EF892E;
    cursor: default;
}*/
.premium .pictures-box a {
    /*float: left;*/
    /*border: 1px solid black;*/
}
.premium .pictures-box a:hover {
    /*float: left;*/
    /*border: 1px solid red;*/
}

input[type="radio"], .premium .answer-box .answerr {
    cursor:pointer;
}

.premium .answer-box label span {
    white-space: nowrap;
}

.premium .answer-box input {
    position: absolute;
    left: 28px;
    top: 26px;
}

.price-crossed {
    font-size: 16px;
    text-decoration: line-through;
}

.premium-discount {
    background: #4dadef;
    color: white;
    padding: 1px 4px 1px 4px;
    border-radius: 4px;
    margin-bottom: 5px;
    font-weight: normal !important;
}

/* media */

@media (max-width: 999px) {
    .premium .answer-box label .span1 {
        width: 165px;
    }
    .premium .answer-box label .span2 {
        width: 130px;
    }
}

@media (max-width: 765px) {
    .premium .answer-box label span {
        display: block;
    }
    .premium .answer-box label .span1 {
        /*height: 40px;*/
        font-size: 23px;
        margin-top: -5px;
        width: 55px;
    }
    .premium .answer-box label .span4 {
        margin-top: 5px;
    }
    .premium .answer-box br {
        display: none;
    }
}

@media (max-width: 472px) {
    .premium1 .span2,
    .premium3 .span2 {
        display: none !important;
    }
}</pre></body></html>