<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#server-rent-page .top-part {
    padding: 30px 0 62px;
}
.page-banner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: linear-gradient(45deg, #1d3b71, #89216b);
    padding: 75px 120px 75px 70px;
    margin-bottom: 53px;
    position: relative;
}
.yc-partner-logo {
    display: block;
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 194px;
    height: 62px;
}
.page-banner .text-container {
    padding-top: 10px;
}
.page-banner h1 {
    color: #fff;
    font-size: 33px;
    line-height: 39px;
    margin-bottom: 13px;
}
.page-banner h1 + p {
    font: 17px/25px 'Raleway', sans-serif;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 33px;
}
.page-banner .ab-red-btn, .highlighted-container .ab-red-btn {
    padding-left: 40px;
    padding-right: 40px;
}
.page-banner + p {
    margin-bottom: 25px;
}
.calc-container {
    padding: 74px 0 100px;
}
.calc-container h2 {
    display: block;
    text-align: center;
    margin: 0 0 33px;
}
.calc {
    padding: 38px 40px 40px;
}
.calc .row-title {
    font: 15px/17px 'RalewaySemiBold', sans-serif;
    color: #465991;
    display: block;
    margin-bottom: 23px;
}
html body .calc .ab-radio {
    position: absolute;
}
html body .calc label,
html body .calc .ab-radio+label {
    font: 15px/18px 'RalewayMedium', sans-serif;
    color: #7985ad;
    margin-bottom: 21px;
}
html body .calc .ab-radio+label {
    padding-left: 28px;
    cursor: pointer;
    margin-bottom: 0;
}
.calc .top-row {
    border-bottom: 1px solid #f0f2f6;
    padding-bottom: 37px;
}
.calc .top-row .input-container {
    display: inline-block;
}
.top-row .input-container:first-of-type {
    margin-right: 40px;
}
.calc .middle-row {
    padding: 38px 0 45px;
    display: flex;
    flex-direction: row;
}
.calc .middle-row .inner-container {
    width: 50%;
}
.calc .middle-row .sub-row {
    display: flex;
    align-items: center;
}
.calc .middle-row .sub-row:not(:last-of-type) {
    margin-bottom: 34px;
}
.input-value {
    display: inline-block;
    background: #f4f5f7;
    border: 1px solid #e2e6ed;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font: 15px/32px 'RalewaySemiBold', sans-serif;
    color: #465991;
    width: 67px;
    text-align: center;
    padding: 3px 0;
    margin-right: 20px;
    outline: none;
}
.input-value.empty {
    animation-duration: 1s;
    animation-name: emptyValBgAnimation;
    animation-iteration-count: infinite;
    animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    -o-animation-timing-function: ease;
}
.range-container {
    position: relative;
    width: 320px;
    max-width: 90%;
    height: 4px;
}
.range-container, .range-container &gt; * {
    outline: none;
}
.range-container input[type='range'] {
    position: absolute;
    width: 100%;
    height: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #f0f2f6;
    cursor: pointer;
}
.range-container input[type='range']::-webkit-slider-runnable-track,
.range-container input[type='range']::-moz-range-track {
    height: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #13bba4;
    margin-top: 1px;
}
.range-container input[type='range']::-webkit-slider-thumb {
    width: 15px;
    height: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 4px solid #dd153f;
    -webkit-appearance: none;
    cursor: ew-resize;
    background: #fff;
    position: relative;
    z-index: 2;
    top: -1px
}
.range-container input[type='range']::-moz-range-thumb {
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 4px solid #dd153f;
    -webkit-appearance: none;
    cursor: ew-resize;
    background: #fff;
    position: relative;
    top: -4px;
    z-index: 10;
}
.range-container input[type="range"]::-moz-range-progress {
    background-color: #dd153f;
}
.range-container input[type="range"]::-moz-range-track {
    background-color: #f0f2f6;
}
.range-container input[type="range"]::-ms-fill-lower {
    background-color: #dd153f;
}
.range-container input[type="range"]::-ms-fill-upper {
    background-color: #f0f2f6;
}
.range-container .colored-line {
    display: block;
    height: 4px;
    width: 0;
    background: #dd153f;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
}
@-moz-document url-prefix()
{
    .range-container .colored-line {
        z-index: 0;
    }
}
.calc .bottom-row {
    padding: 40px 0 0;
    border-top: 1px solid #f0f2f6;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}
.bottom-row p &gt; span:not(#type) {
    font: 21px/25px 'RalewaySemiBold', sans-serif;
    color: #465991;
    white-space: nowrap;
}
.bottom-row p &gt; #price-val {
    margin-left: 10px;
}
.bottom-row .ab-red-btn {
    padding-left: 30px;
    padding-right: 30px;
    white-space: nowrap;
}

.additional-services-container {
    text-align: center;
    padding: 94px 0 100px;
}
.additional-services-container h2 {
    margin-bottom: 42px;
}
.table-container {
    border: 1px solid #e2e6ed;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    max-height: 551px;
}
table {
    width: 100%;
    text-align: left;
}
tr:nth-of-type(odd) {
    background: #f8f9fa;
}
th {
    background: #465991;
    font: 15px/21px 'RalewaySemiBold', sans-serif;
    color: #fff;
    padding: 20px 0;
}
td {
    font: 15px/25px 'Raleway', sans-serif;
    color: #7985ad;
    padding: 18px 0;
}
th:first-of-type,
td:first-of-type {
    padding-left: 30px;
}
.additional-services-container th:first-of-type,
.additional-services-container td:first-of-type {
    width: 55%;
}
th:not(:first-of-type),
td:not(:first-of-type) {
    text-align: center;
}
th:nth-of-type(2),
td:nth-of-type(2) {
    border-left: 1px solid #3c4e84;
    border-right: 1px solid #3c4e84;
    width: 179px;
}
td:nth-of-type(2) {
    border-color: #e2e6ed;
}
th:last-of-type,
td:last-of-type {
    border-right: none;
}
th:last-of-type {
    padding: 20px 39px;
}
.table-container + a,
.table-container + a:visited,
.table-container + a:active,
.table-container + a:focus {
    font: 17px/21px 'RalewaySemiBold', sans-serif;
    color: #487af4;
    display: inline-block;
    border-bottom: 1px dashed #487af4;
    margin-top: 35px;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    margin-bottom: 20px;
}
.table-container + a:hover,
.table-container + a:visited:hover {
    cursor: pointer;
    color: #dd153f;
    border-color: #dd153f;
    text-decoration: none;
}
.middle-banner {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: linear-gradient(45deg, #1d3b71, #89216b);
    text-align: left;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 42px 120px 42px 48px;
}
.middle-banner h2 {
    font: 28px/34px 'RalewayBold', sans-serif;
    color: #fff;
    margin-bottom: 12px;
}
.middle-banner span {
    display: block;
    font: 17px/27px 'Raleway', sans-serif;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 32px;
}
.middle-banner .ab-red-btn,
.test-period .ab-red-btn {
    padding-left: 40px;
    padding-right: 40px;
}
.test-period {
    text-align: left;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
    margin-top: 70px;
}
.test-period .text {
    padding-top: 50px;
}
.test-period h2 {
    margin-bottom: 22px;
}
.test-period p {
    display: block;
    max-width: 752px;
    margin-bottom: 42px;
}
.test-period .bottom-container {
    position: relative;
}
.test-period .ab-red-btn {
    margin: 0 24px 30px 0;
}
.test-period .modal-link,
.test-period .modal-link:visited,
.test-period .modal-link:active,
.test-period .modal-link:focus {
    font: 17px/21px 'RalewaySemiBold', sans-serif;
    color: #487af4;
    display: inline-block;
    border-bottom: 1px dashed #487af4;
    margin-top: 35px;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
}
.test-period .modal-link:hover,
.test-period .modal-link:visited:hover {
    cursor: pointer;
    color: #dd153f;
    border-color: #dd153f;
    text-decoration: none;
}
.test-period .modal-overlay {
    align-items: center;
    justify-content: center;
}
.test-period .modal-container {
    max-width: 90vw;
    z-index: 1;
    background: #fff;
    padding: 39px 50px 50px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.test-period .modal-container h3 {
    font-size: 21px;
    line-height: 27px;
    display: block;
    text-align: center;
    margin-bottom: 18px;
}
.test-period .modal-container td:first-of-type {
    padding-right: 30px;
    font-family: 'RalewayMedium', sans-serif;
}
.test-period .modal-container td:last-of-type {
    font-family: 'RalewaySemiBold', sans-serif;
    line-height: 21px;
    color: #465991;
}
.test-period .modal-container th:last-of-type,
.test-period .modal-container td:last-of-type {
    text-align: left;
    padding-left: 40px;
    padding-right: 40px;
}
.yc-container {
    padding: 120px 0;
}
.yc-partner-block {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #f8f9fa;
    text-align: left;
    padding: 30px 30px 7px;
    border: 1px solid #f0f2f6;
}
.yc-partner-block .top-row {
    display: flex;
    align-items: center;
    gap: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #edeff3;
}
.yc-partner-block .title {
    font: 19px/25px 'RalewaySemiBold', sans-serif;
    color: #465991;
}
.yc-partner-block .bottom-row {
    padding-top: 28px;
}
.yc-partner-block p &gt; b {
    color: #465991;
}
.yc-partner-block ul.red-list {
    padding-left: 18px;
}
.q-n-a-container {
    padding-top: 94px;
    padding-bottom: 61px;
}
.q-n-a-container h2 {
    display: block;
    text-align: center;
    margin-bottom: 53px;
}
.q-n-a-item {
    border-top: 1px solid #edeff3;
    padding: 34px 0 10px;
    position: relative;
}
.q-n-a-item:after {
    content: '';
    display: block;
    width: 11px;
    height: 6px;
    background: url(img/arrow-icon.png) no-repeat;
    top: 42px;
    right: 0;
    position: absolute;
    transition: transform 0.4s ease;
    -moz-transition: transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    -ms-transition: transform 0.4s ease;
    -webkit-transition: transform 0.4s ease;
    cursor: pointer;
}
.q-n-a-item.active:after {
    -moz-transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1);
    filter: FlipV;
    -ms-filter: "FlipV";
}
.q-n-a-item:last-of-type {
    border-bottom: 1px solid #edeff3;
}
.q-n-a-item .question {
    font: 19px/25px 'RalewaySemiBold', sans-serif;
    color: #465991;
    display: block;
    margin-bottom: 24px;
    cursor: pointer;
    padding-right: 30px;
}
.q-n-a-item .answer-container {
    max-height: 0;
    overflow: hidden;
}
.q-n-a-item .answer-container .inner-container &gt; *:last-child {
    padding-bottom: 22px;
}
.q-n-a-item .answer-container p {
    margin-bottom: 24px;
}
.order-btn-container {
    position: relative;
}
.order-btn-container &gt; .serv-rent-calc-btn {
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}
.order-btn-container &gt; .serv-rent-calc-btn.disabled {
    pointer-events: none;
    background: #e2e6ed;
    border-color: #e2e6ed;
    color: #465991;
}
.btn-error-message {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #dd153f;
    background: #ffeaef;
    font: 15px/25px 'RalewayMedium', sans-serif;
    color: #dd153f;
    position: absolute;
    padding: 14px 20px 12px;
    max-width: 240px;
    bottom: calc(100% + 20px);
    display: none;
}
.btn-error-message:after {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border-left: 1px solid #dd153f;
    border-bottom: 1px solid #dd153f;
    position: absolute;
    left: 50%;
    margin-left: -9px;
    bottom: -9px;
    background: #ffeaef;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}


@keyframes emptyValBgAnimation {
    from {
        box-shadow: 0 0 0 0 rgba(221, 21, 63, 0);
        -webkit-box-shadow: 0 0 0 0 rgba(221, 21, 63, 0);
        -moz-box-shadow: 0 0 0 0 rgba(221, 21, 63, 0);
        -o-box-shadow: 0 0 0 0 rgba(221, 21, 63, 0);
    }
    25% {
        box-shadow: 0 0 2.5px 0 rgba(221, 21, 63, 0.5);
        -webkit-box-shadow: 0 0 2.5px 0 rgba(221, 21, 63, 0.5);
        -moz-box-shadow: 0 0 2.5px 0 rgba(221, 21, 63, 0.5);
        -o-box-shadow: 0 0 2.5px 0 rgba(221, 21, 63, 0.5);
    }
    50% {
        box-shadow: 0 0 5px 0 rgba(221, 21, 63, 1);
        -webkit-box-shadow: 0 0 5px 0 rgba(221, 21, 63, 1);
        -moz-box-shadow: 0 0 5px 0 rgba(221, 21, 63, 1);
        -o-box-shadow: 0 0 5px 0 rgba(221, 21, 63, 1);
    }
    75% {
        box-shadow: 0 0 2.5px 0 rgba(221, 21, 63, 0.5);
        -webkit-box-shadow: 0 0 2.5px 0 rgba(221, 21, 63, 0.5);
        -moz-box-shadow: 0 0 2.5px 0 rgba(221, 21, 63, 0.5);
        -o-box-shadow: 0 0 2.5px 0 rgba(221, 21, 63, 0.5);
    }
    to {
        box-shadow: 0 0 0 0 rgba(221, 21, 63, 0);
        -webkit-box-shadow: 0 0 0 0 rgba(221, 21, 63, 0);
        -moz-box-shadow: 0 0 0 0 rgba(221, 21, 63, 0);
        -o-box-shadow: 0 0 0 0 rgba(221, 21, 63, 0);
    }
}


@media only screen and (min-width: 575px) {
    .test-period .modal-container td:first-of-type {
        white-space: nowrap;
    }
}
@media only screen and (max-width: 1200px) {
    .table-container {
        max-height: 550px;
    }
    .middle-banner {
        gap: 0;
        padding: 42px 50px 42px 48px;
    }
    .test-period .text {
        padding-top: 45px;
    }
    td:first-of-type {
        padding-right: 30px;
    }
}
@media only screen and (max-width: 991px) {
    .page-banner {
        flex-direction: column-reverse;
        justify-content: center;
        padding: 30px 30px 35px;
    }
    .page-banner img:not(.yc-partner-logo) {
        margin-bottom: 34px;
    }
    .calc .middle-row {
        gap: 30px;
    }
    .calc .middle-row .inner-container {
        width: calc(50% - 15px);
    }
    .table-container {
        max-height: 632px;
    }
    .middle-banner {
        padding: 42px 40px 42px 40px;
    }
    .test-period .text {
        padding-top: 0;
    }
    .test-period .bottom-container {
        display: flex;
        flex-direction: column-reverse;
    }
    .test-period .modal-link,
    .test-period .modal-link:visited,
    .test-period .modal-link:active,
    .test-period .modal-link:focus {
        margin-top: 0;
        margin-bottom: 30px;
        width: fit-content;
    }
    .test-period .ab-red-btn {
        width: fit-content;
    }
    .calc .middle-row .inner-container {
        width: 100%;
    }
}
@media only screen and (max-width: 768px) {
    .page-banner img {
        max-width: 100%;
    }
    .calc .middle-row,
    .calc .bottom-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }
    .calc .middle-row {
        gap: 37px;
    }
    .table-container {
        max-height: 746px;
    }
    .middle-banner,
    .test-period {
        flex-direction: column-reverse;
        gap: 40px;
    }
    .yc-partner-logo {
        right: auto;
        bottom: auto;
        top: 20px;
        left: 20px;
        width: 172px;
        height: 55px;
    }
    .yc-partner-block .top-row {
        flex-direction: column;
        align-items: flex-start!important;
        justify-content: flex-start;
    }
}
@media only screen and (max-width: 575px) {
    .table-container {
        overflow-x: scroll;
        max-height: 741px;
    }
    .test-period .modal-container {
        padding: 19px 30px 30px;
    }
    .test-period .modal-container .table-container {
        overflow: hidden;
    }
}</pre></body></html>