<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wrap-tests{
    display: flex;
    flex-wrap: wrap;
}
.wrap-tests &gt; div{
    text-align: center;
    margin-bottom: 1rem;
    background: #eee;
    padding: 1rem;
    border-radius: 3px;
}
.wrap-tests &gt; div a{
    display: flex;
    align-items: center;
    text-align: left;
}
.wrap-tests img{
    max-width: 100px;
    display: block;
    margin: 0 2rem 0 auto;
}
button.center{
    width: 100%;
    font-size: 5vw;
    padding: 1rem;
}
#test &gt; .item label{
    font-size: 4vw;
    font-weight: normal;
}
#test &gt; .item .answers &gt; div{
    padding: 1rem 1rem 1rem 3rem !important;
}
#test &gt; .item .answers &gt; div:before,
#test &gt; .item .answers &gt; div:after{
    left: 1rem !important;
}
#test &gt; .item .answers &gt; div.checked:after{
    left: calc(1rem + 3px) !important;
}

.grid{
    display: grid;
    gap: 1rem;
    margin: 3rem 0;
}
.grid.col-3{
    grid-template-columns: 1fr;
}
.grid.col-5{
    grid-template-columns: 1fr 1fr ;
}
.grid .contact-us{
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    background: url(/files/userfiles/350but.png) no-repeat center;
    display: block;
    padding: .5rem 1rem;
    text-align: center;
    background-size: contain;
}
.grid img{
    height: 230px;
    margin-bottom: 2rem;
}
.grid div{
    text-align: center;
}
.on-info{
    text-align: center;
    margin: 2rem 0;
    padding: 2rem;
    background: #FFF8E1;
    border-radius: 3px;
    font-weight: bold;
}
.grid .prices &gt; div:first-child{
    font-weight: bold;
    font-size: 20px;
    color:#2458a3;
    text-align: center;
}
.grid .prices &gt; div:nth-child(2) &gt; div:first-child{
    color:#FF0000;
    text-decoration: line-through;
}
.grid .prices &gt; div:nth-child(2) &gt; div:last-child{
    font-weight: bold;
}
.grid .prices &gt; div:nth-child(2) &gt; div:last-child span{
    font-size: 24px;
}
body.inner-page #content .grid a.contact-us{
    text-decoration: none;
}</pre></body></html>