<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ar_content, .ar_content div {
    text-align: right !important;
    direction: rtl;
}
.lan_ar{ direction: ltr; }

.vps_block_01 {
    display: flex;
    flex-wrap: wrap;
//padding: 30px;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 #ccc;
    margin-top: 30px;
}
.vps_block_01_part1{
    flex: 0 0 60%;
    max-width: calc(60% - 55px);
    text-align: justify;
    padding: 30px;
    padding-right: 25px;
}
.vps_block_title{
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: left;
}
.vps_block_text{ line-height: 150%; }
.vps_block_01_part2{
    flex: 0 0 40%;
    max-width: 40%;
    text-align: right;
    background: url(/i/img/forex_vps_test/block_tablet.png) no-repeat;
    background-position: left 45% bottom;
    background-size: 650px;
    border-radius: 0px 10px 10px 0px;
}
.ar_content .vps_block_title{
    text-align: right !important;
}
.vps_block_02,
.vps_block_03,
.vps_block_04,
.vps_block_05,
.vps_block_06,
.vps_block_07 { margin-top: 30px; }
.how_to_btn{
    width: 174px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    background: #940202;
    border-radius: 5px;
    text-decoration: none;
    padding: 0 15px;
    text-align: center;
}
.how_to_btn span{
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    color: #FFFFFF;
}
.go_for_cost{
    cursor: pointer;
}
.ar_slick .slick-dots {
    direction: rtl !important;
}

/**** Plan Table design ****/
.table {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 #ccc;
}
.table td {
    padding: 20px 5px;
    vertical-align: top;
    text-align: center;
    color: #000000;
    font-size: 15px;
    line-height: 21px;
}
.table th:first-child, .table td:first-child {
    padding-left: 30px;
    text-align: left;
    width: 250px;
}
.ar_content .table th:first-child, .ar_content .table td:first-child {
    padding-right: 30px;
    text-align: right;
}
.table tr:hover td { color: #000000; }
.table tr:hover a {
    border: 1px solid green;
    color: green;
}
.table a{
    border: 1px solid #464646;
    box-sizing: border-box;
    border-radius: 4px;
    display: inline-block;
    color: #000000;
    font-size: 17px;
    line-height: 21px;
    text-decoration: none;
    padding: 15px 30px;
    cursor: pointer;
}
.table thead th {
    padding: 15px 5px;
    color: #940202;
    text-align: center;
    font-size: 15px;
    line-height: 22px;
}
.table tbody + tbody { border-top: 2px solid #eceeef; }
.table .table { background-color: #fff; }
.table td img.off{ display:none; }
.table tr:hover img.off{ display:inline; }
.table tr:hover img.on{ display:none; }
.table tr:nth-child(even) { background: #ebebeb; }
.table tbody tr { border-top: 2px solid #dcdcdc; }

/**** Plan Div design ****/
.plandiv{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.plandiv ul.theplan{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    width: calc(20% - 10px);
    margin-right: 12px;
    margin-bottom: 1em;
    border-radius: 6px;
    box-shadow: 0 0 10px 0 #ccc;
    font-size: 12px;
}
.plandiv ul li{ margin-left: 8px; }
.plandiv ul.theplan_ar{
    margin-right: 0;
    margin-left: 12px;
}
.plandiv ul.theplan .name{ text-align: left; }
.plandiv ul.theplan .single{ text-align: center; }
.plandiv ul.theplan .value{ text-align: right; }
.plandiv ul.theplan_ar .value{ text-align: left; }
.table_vps_block{
    width: calc(100% - 8px);
    line-height: 120%;
}
.plandiv ul.theplan_ar .table_vps_block{ margin-right: 10px; direction: rtl;}
.table_vps_block thead tr th{
    padding: 10px 0;
    color: #940202;
    font-weight: bold;
}
.table_vps_block tbody tr td{ padding: 10px 0; }
.table_vps_block tfoot tr td{ padding: 10px 0 20px; }
.table_vps_block tfoot tr td button{ font-weight: bold; font-size: 13px; padding: 10px;}
.table_vps_block tbody tr{
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
}
.table_vps_block tbody tr:last-child { border-bottom: none; }
.plandiv ul.theplan:hover{
    transform: scale(1.05);
    //transition: all .5s;
}
.plandiv ul.theplan:last-of-type{
    margin-right: 0;
    margin-left: 0;
}
#table { display: none; }

/****** Slider Options ******/
.slick-dotted.slick-slider {
    margin-bottom: 60px !important;
}
.slick-dots{
    text-align: center !important;
}
.slick-dots li button::before {
    font-size: 20px !important;
}

.slick-dots li.slick-active button::before {
    opacity: 1 !important;
    color: #1F9034 !important;
}
@media only screen and (min-width: 1001px) and (max-width: 1140px)  {
    .vps_block_01_part1{
        flex: 0 0 100%;
        max-width: calc(100% - 55px);
    }
    .vps_block_01_part2{
        background: url(/i/img/forex_vps_test/block_tablet.png) no-repeat;
        flex: 0 0 100%;
        max-width: 100%;
        height: 370px;
        background-position: right bottom;
        background-size: 840px;
        border-radius: 0px 0px 10px 10px;
    }
}
@media only screen and (max-width: 880px)  {
    .vps_block_01_part1{
        flex: 0 0 100%;
        max-width: calc(100% - 55px);
    }
    .vps_block_01_part2{
        background: url(/i/img/forex_vps_test/block_tablet.png) no-repeat;
        flex: 0 0 100%;
        max-width: 100%;
        height: 370px;
        background-position: right bottom;
        background-size: 840px;
        border-radius: 0px 0px 10px 10px;
    }
}
@media only screen and (max-width: 767px)  {
    .vps_block_01_part2{
        height: 320px;
        background-position: left 65% bottom;
        background-size: 720px;
    }
}
@media only screen and (max-width: 725px)  {
    #table { display: block; }
    .tablerow {
        position: relative;
        display: block;
        border-bottom: 1px solid #ccc;
        margin-bottom: 20px;
    }
    .cell {
        display: block;
        border: none;
        position: relative;
        height: 30px;
        text-align: left;
    }
    .primary {
        font-size: 13px;
        display: block;
        border: none;
        position: relative;
        height: 42px;
        padding-top: 10px;
        padding-left: 10px;
        background: #e0e0e0;
        text-align: left;
    }
    .ar_content .primary {
        padding-right: 10px;
        text-align: right;
    }
    .primary:after {
        content: "";
        display: block;
        position: absolute;
        right:10px;
        top:22px;
        z-index: 2;
        width: 0;
        height: 0;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-right: 6px solid gray;
    }
    .ar_content .primary:after {
        left: 10px !important;
        right: unset;
    }
    .cell:nth-of-type(n+2) { display: none; }
    input[type="radio"],
    input[type="checkbox"] {
        display: block;
        position: absolute;
        z-index: 1;
        width: 99%;
        height: 100%;
        opacity: 0;
    }
    input[type="radio"]:checked,
    input[type="checkbox"]:checked { z-index: -1; }
    input[type="radio"]:checked ~ .cell,
    input[type="checkbox"]:checked ~ .cell {
        display: block;
        border-bottom: 1px solid #eee;
    }
    input[type="radio"]:checked ~ .cell:nth-of-type(n+2),
    input[type="checkbox"]:checked ~ .cell:nth-of-type(n+2) {
        text-align: right;
        padding-right: 10px;
        padding-top: 10px;
        font-size: 14px;
    }
    input[type="radio"]:checked ~ .cell:nth-of-type(n+2):before,
    input[type="checkbox"]:checked ~ .cell:nth-of-type(n+2):before {
        content: attr(data-label);
        display: inline-block;
        height: 20px;
        margin-right: 10px;
        line-height: 20px;
        text-align: left;
        padding-left: 10px;
        position: absolute;
        left: 0;
    }
    .ar_content input[type="radio"]:checked ~ .cell:nth-of-type(n+2),
    .ar_content input[type="checkbox"]:checked ~ .cell:nth-of-type(n+2) {
        text-align: left;
        padding-left: 10px;
    }
    .ar_content input[type="radio"]:checked ~ .cell:nth-of-type(n+2):before,
    .ar_content input[type="checkbox"]:checked ~ .cell:nth-of-type(n+2):before {
        text-align: right;
        right: 0;
    }
    input[type="radio"]:checked ~ .primary,
    input[type="checkbox"]:checked ~ .primary  { border-bottom: 2px solid #999; }
    input[type="radio"]:checked ~ .primary:after,
    input[type="checkbox"]:checked ~ .primary:after {
        position: absolute;
        right:8px;
        top:26px;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
        border-top:6px solid gray;
        z-index: 2;
    }
    .ar_content input[type="radio"]:checked ~ .primary:after,
    .ar_content input[type="checkbox"]:checked ~ .primary:after {
        left: 8px !important;
        right: unset;
    }
    .table { display: none !important; }
}
@media (max-width: 539px) {
    .vps_block_01_part2{
        background: none;
        height: auto;
    }
    .vps_block_01_part2 img {
        width: 100%;
        display: block !important;
        border-radius: 0px 0px 10px 10px;
    }
    .how_to_btn{
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 710px) {
    .lazy {
        max-width: 250px !important;
        margin: 0 auto;
        margin-bottom: 0px;
    }
    .plandiv ul.theplan{
        margin: 10px !important;
    }
    .plandiv ul.theplan:hover{
        transform: unset;
    }
}
@media only screen and (min-width: 1361px) and (max-width: 1440px)  {
    .plandiv ul.theplan{
        min-width: 207px;
    }
}
@media only screen and (min-width: 1001px) and (max-width: 1175px)  {
    .plandiv ul.theplan{
        min-width: 207px;
    }
}
@media only screen and (min-width: 711px) and (max-width: 910px)  {
    .plandiv ul.theplan{
        min-width: 207px;
    }
}</pre></body></html>