
.left-menu .menu-ico-dky-moi{
    background: transparent url("../images/owner-ico-create.png") no-repeat left center;
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 10px;
    top: 10px;
}
.block-new-vps .subtitle-head {
    font-weight: 400;
    font-size: 18px;
    text-decoration-line: underline;
    margin-bottom: 25px;
}
.block-new-vps .subtitle-bot {
    font-weight: 400;
    font-size: 21px;
    margin-bottom: 25px;
}
.block-new-vps .wrap-img-vps {
    margin-bottom: 25px;
}
.block-new-vps .wrap-img-vps .img-vps {
    overflow: hidden;
    border-radius: 8px;
    position: relative;
    display: inline-block;
    width: 215px;
    margin: 0 10px;
    border: solid 1px #F5F5F7;
    text-align: center;
    padding-bottom: 15px;
    box-shadow: 11px 0px 10px 0px rgb(155 157 159 / 20%);
}
.block-new-vps .wrap-img-vps .img-vps.active-img-vps{
    box-shadow: 0 0 7px 10px rgb(114 118 123 / 20%);
}
.block-new-vps .wrap-img-vps .img-vps.active-img-vps::before {
    content: '\2713';
    position: absolute;
    top: 4px;
    font-weight: 700;
    color: #fff;
    right: 5px;
    z-index: 1;
}
.block-new-vps .wrap-img-vps .img-vps.active-img-vps::after {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    border-color: transparent #005d97 transparent transparent;
    border-style: solid;
    border-width: 0px 38px 38px 20px;
    height: 0px;
    width: 0px;
}
form.vform .btn__create-new-vps {
    padding: 8px 200px;
    border-radius: 5px;
    margin: 0 auto;
    display: flex;
}
.block-new-vps .wrap-img-vps .img-vps .href-img {
    text-decoration: none;
}
.block-new-vps .wrap-img-vps .img-vps .href-img img {
    width: 100%;
    height: 150px;
    object-fit: contain;
}
.block-new-vps .wrap-img-vps .img-vps .href-img .title-i {
    display: inline-block;
    color: #0e0e0e;
    font-weight: bold;
}
.block-system .col-system {
    display: inline-block;
    width: 23%;
    margin-bottom: 25px;
    vertical-align: top;
}
.block-system .col-system .item-system {
    position: relative;
    border: solid 1px #E2E2E2;
    padding: 23px;
    cursor: pointer;
    margin: 0 20px 10px 0px;
}
.block-system .col-system .item-system.height-big {
    border: solid 1px #787A7C;
}
.block-system .col-system .item-system.item-m {
    margin-bottom: 15px;
}
.block-system .item-system-fix.active-sel-system,
.block-system .col-system .item-system.active-sel-system {
    box-shadow: 0 0 7px 4px rgb(114 118 123 / 20%);
}
.block-system .item-system-fix.active-sel-system::before,
.block-system .col-system .item-system.active-sel-system::before {
    content: '\2713';
    position: absolute;
    top: 4px;
    font-weight: 700;
    color: #fff;
    right: 5px;
    z-index: 333;
}
.block-system .item-system-fix.active-sel-system::after,
.block-system .col-system .item-system.active-sel-system::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-color: transparent #005d97 transparent transparent;
    border-style: solid;
    border-width: 0px 38px 38px 20px;
    height: 0px;
    width: 0px;
}
.block-system .col-system .item-system .wr-img {
    display: inline-block;
    width: 25%;
}
.block-system .col-system .item-system .wr-img img {
    width: 80%;
}
.block-system .col-system .item-system .wr-info-system {
    display: inline-block;
    width: 72%;
    vertical-align: top;
}
.block-system .col-system .item-system .wr-info-system .title-s {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 2px;
}
.block-system .col-system .item-system .wr-info-system .des-s {
    color: #BABEC8;
}
.block-system .col-system .item-system .des-system-i {
    margin-top: 17px;
}
.block-system .col-system .item-system .des-system-i .des-item {
    color: #6D6660;
}
.block-system .col-system .item-system .des-system-i .des-item span {
    background-color: #D4E0FB;
    color: #9CB9FC;
    padding: 3px 5px;
}

.block-system .item-system-fix {
    /*overflow: hidden;*/
    border-radius: 8px;
    position: relative;
    display: inline-block;
    width: 22%;
    vertical-align: top;
    border: solid 1px #E2E2E2;
    margin: 0 20px 25px 0px;
    padding: 23px;
    cursor: pointer;
    height: 200px;
}
.block-system .item-system-fix .wr-head{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}
.block-system .item-system-fix .wr-img {
    display: inline-block;
    width: 25%;
}
.block-system .item-system-fix .wr-img img {
    width: 80%;
}
.block-system .item-system-fix .wr-info-system {
    display: inline-block;
    /*width: 72%;*/
    vertical-align: top;
}
.block-system .item-system-fix .wr-info-system .title-s {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 2px;
}
.block-system .item-system-fix .wr-info-system .des-s {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #BABEC8;
    height: 35px;
    overflow: hidden;
}

.block-new-vps .wrap-config {
    margin-bottom: 25px;
    text-align: left;
    margin-right: 0;
}
.block-new-vps .wrap-config .config-item {
    overflow: hidden;
    border-radius: 8px;
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 25px 0;
    border: #A2BED0 1px solid;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
    margin: 12px;
}
.wrap-config .package-item:hover,.wrap-config .package-item.active {
    background: #ffffff;
    color:unset;
}
.block-new-vps .wrap-config .config-item.active-config-system {
    box-shadow: 0 0 7px 4px rgb(114 118 123 / 20%);
}

.block-new-vps .wrap-config .config-item.active-config-system::before {
    content: '\2713';
    position: absolute;
    top: 4px;
    font-weight: 700;
    color: #fff;
    right: 5px;
    z-index: 333;
}
.block-new-vps .wrap-config .config-item.active-config-system::after {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    border-color: transparent #005d97 transparent transparent;
    border-style: solid;
    border-width: 0px 38px 38px 20px;
    height: 0px;
    width: 0px;
}

.block-new-vps .wrap-config .title-ci {
    font-weight: bold;
}
.block-new-vps .wrap-config .price-month .v-price {
    font-weight: bold;
    font-size: 24px;
    color: #0E7EFC;
}
.block-new-vps .wrap-config .price-month .v-month {
    color: #0E7EFC;
    font-size: 18px;
}
.block-new-vps .wrap-config .config-item .price-hour {
    color: #BABEC8;
}
.block-new-vps .wrap-config .config-item .c-line {
    width: 35px;
    height: 2px;
    background-color: #76B7FD;
    margin: 15px 0;
    text-align: center;
    display: inline-block;
}
.block-new-vps .wrap-config .config-item .info-bot {

}
.block-new-vps .wrap-config .config-item .info-bot .space-item {
    font-weight: bold;
    font-size: 16px;
    color: #6E6870;
}
.block-new-vps .wrap-config .config-item .info-bot .title-space {
    font-size: 16px;
    color: #A6A5A3;
}
.block-period {
    margin-bottom: 25px;
}
.block-period .item-pe {
    display: inline-block;
    background-color: #E4E6EF;
    width: 170px;
    text-align: center;
    padding: 10px 5px;
    border: solid 1px #D3D3D3;
    cursor: pointer;
    margin-left: 0;
}
.block-period .item-pe:first-child {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}
.block-period .item-pe:last-child {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.block-period .item-pe.active-paid {
    background-color: #3699FF;
    border: 1px solid #3699FF;
}
.block-period .item-pe.active-paid .title-a {
 color: white;
}

.block-period .item-pe.active-paid .w-per .content-per {
    font-size: 11px;
    background-color: #fff;
    color: red;
}
.block-period .item-pe.it-sub-fix {
    margin-left: -4px;
}
.block-period .item-pe .title-a {
    display: inline-block;
    font-size: 14px;
}
.block-period .item-pe .w-per {
    display: inline-block;
    border-radius: 5px;
}
.block-period .item-pe .w-per .content-per {
    background-color: #7E839A;
    font-size: 11px;
    padding: 5px 10px;
    border-radius: 5px;
}
.block-service-add {
    margin-bottom: 25px;
}
.block-service-add .wr-checkbox {
    display: inline-block;
    width: 100%;
}
.block-service-add .wr-checkbox .item-c {
    vertical-align: center;
}
.block-service-add .show-error {
    color: red;
    margin-left: 26%;
}
.c-number-server .show-error {
    color: red;
}
.block-service-add .wr-checkbox .item-c .wr-ipv {
    display: inline-block;
    width: 26%;
}

.wra-in-decrease {
    display: none;
}

.wra-in-decrease .input-quantity span {
    cursor: pointer;
}

.wra-in-decrease .input-quantity .minus,
.wra-in-decrease .input-quantity .plus {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
    color: #0B0B0B;
    font-size: 25px;
}
.wra-in-decrease .input-quantity input {
    height: 25px;
    width: 50px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #bfbfbf;
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.wrb-inc-dec .input-number-server {
    border: 1px solid #d9d9d9;
    padding: 6px;
    border-radius: 10px;
}
form.block-new-vps .input-coupon {
    display: inline;
    margin-bottom: 0;
    background-image: url(../images/cart-ico-coupon.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 55px;
    width: 79%;
}
form.block-new-vps .btn.check-coupon-vps {
    background: #26c281;
    border-color: #26c281 !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 6px 15px 3px;
    border: none;
    margin-bottom: 2px;
    outline: none;
}
form.block-new-vps .input__server {
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    margin-bottom: 5px;
    border-radius: 4px;
     -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-size: inherit;
    max-width: 100%;
    border-color: #aaa;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

form.vform .coupon__custom{
    margin-top: 25px;
    margin-bottom: 10px;
}
.glyphicon {
    position: relative;
    top: -1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.wrb-inc-dec .input-number-server span {
    cursor: pointer;
}
.wrb-inc-dec .input-number-server.number {
    display: block;
    border: 1px solid #CDD0D2;
}
.wrb-inc-dec .input-number-server .minus,
.wrb-inc-dec .input-number-server .plus {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
    color: #CDD0D2;
    font-size: 25px;
}

input[type=text]:focus {
    outline-color: #d9d9d9;
}
.wrb-inc-dec .input-number-server input {
    height: 25px;
    width: 50px;
    text-align: center;
    font-size: 16px;
    border: none;
    display: inline-block;
    vertical-align: middle;
    float: none;
    color: #288DE6;
    font-weight: bold;
}

.block-service-add .wr-checkbox .item-c .wr-in-decrease {
    display: inline-block;
    width: 18%;
    vertical-align: top;
}
.block-service-add .wr-checkbox .item-c input {
    vertical-align: middle;
    height: 20px;
    width: 22px;
    accent-color:#007bfc;
}
.block-service-add .wr-checkbox .item-c label {
    vertical-align: -webkit-baseline-middle;
}
.block-create-server {
    margin-bottom: 30px;
    border: solid 1px #E2E2E2;
    padding: 20px 0;
}
.block-create-server .wr-top-create {
    display: block;
    width: 100%;
    border-bottom: solid 5px #F6F6F7;
}
.block-create-server .wr-top-create .wr-total-price {
    display: inline-block;
    width: 43%;
    text-align: center;
}

.block-create-server .wr-top-create .wr-total-price .c-number-server {
    display: inline-block;
    width: 32%;
    vertical-align: top;
    padding-top: 5px;
}
.block-create-server .wr-top-create .wr-total-price .c-number-server .title-ns {
    margin-bottom: 5px;
    font-size: 15px;
    color: #afb3b6;
    font-weight: bold;
}
.block-create-server .wr-top-create .wr-total-price .c-total-paid {
    display: inline-block;
    width: 60%;
    text-align: left;
    padding-left: 35px;
}
.block-create-server .wr-top-create .wr-total-price .c-total-paid .price-month {
    margin-bottom: 0;
}
.block-create-server .wr-top-create .wr-total-price .c-total-paid .price-month .price-tp {
    color: #0E7EFC;
    font-weight: bold;
    font-size: 40px;
}
.block-create-server .wr-top-create .wr-total-price .c-total-paid .price-month .unit-tp {
    vertical-align: top;
    color: #0E7EFC;
    font-weight: bold;
}
.block-create-server .wr-top-create .wr-total-price .c-total-paid .price-month .month-tp {
    color: #0E7EFC;
    font-size: 16px;
}
.block-create-server .wr-top-create .wr-total-price .c-total-paid .old-price span {
    text-decoration: line-through;
    color: #8F93A7;
}
.block-create-server .wr-top-create .wr-total-price .c-total-paid .old-price span:first-child {
    font-size: 16px;
}
.block-create-server .wr-top-create .wr-total-price .c-total-paid .old-price span:last-child {
    vertical-align: top;
}
.block-create-server .wr-top-create .wr-total-price .title-tp {
    font-size: 15px;
    color: #afb3b6;
    font-weight: bold;
    margin-bottom: 0;
}
.block-create-server .wr-top-create .wr-description {
    display: inline-block;
    width: 56%;
    vertical-align: top;
}
.block-create-server .wr-top-create .wr-description .line-des .title-server {
    display: inline-block;
    width: 100%;
    border-radius: 3px;
}
.block-create-server .wr-top-create .wr-description .line-des {
    position: relative;
}
.block-create-server .wr-top-create .wr-description .line-des {
    position: relative;
}
.block-create-server .wr-top-create .wr-description .line-des .random__password {
    z-index: 1;
    width: 30px;
    height: 25px;
    position: absolute;
    top: 4px;
    right: -23px;
    cursor: pointer;
}

.block-create-server .wr-top-create .wr-description .line-des .des-server {
    display: inline-block;
    width: 64%;
    border-radius: 3px;
}
.block-create-server .wr-bottom-create {
    padding: 20px 0 0;
}
.block-create-server .wr-bottom-create .col-a {
    display: inline-block;
    width: 49%;
}
.block-create-server .wr-bottom-create .col-a .wr-pay {
    margin: 0 auto;
    width: 65%;
}
.block-create-server .wr-bottom-create .col-a input {
    width: 15px;
    height: 15px;
    vertical-align: middle;
}
.block-create-server .wr-bottom-create .col-a label {
    vertical-align: -webkit-baseline-middle;
}
.block-create-server .wr-bottom-create .col-b {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}
.block-create-server .wr-bottom-create .col-b .btn-primary {
    border-radius: 3px;
    width: 75%;
    padding: 12px;
}

#qty_add_service a {
    color: #CDD0D2;
    font-weight: bold;
    cursor: pointer;
}
#qty_add_service a svg:not(:root).svg-inline--fa {
    color: #0e0e0e;
}
#qty_as_display {
    border: solid 1px #0B0B0B;
    background-color:transparent;
    width: 12%;
    margin:0px 10px;
    padding-left: 5px;
}
#qty_as_display:focus {
    outline: none;
}

#qty_selector a {
    color: #CDD0D2;
    font-weight: bold;
    cursor: pointer;
}
#qty_display {
    border-width: 0px;
    border-color: white;
    background-color:transparent;
    width: 35%;
    margin:0px 10px;
    padding-left: 5px;
    color: #288DE6;
    font-weight: bold;
}
#qty_display:focus {
    outline: none;
}

#qty_select {
    border: solid 1px #CDD0D2;
    border-radius:5px;
}

.block-system-tab ul#tabs-nav {
    list-style: none;
    margin: 0;
    padding: 5px;
    overflow: auto;
}
.block-system-tab ul#tabs-nav li {
    float: left;
    font-weight: bold;
    margin-right: 2px;
    padding: 8px 10px;
    border-radius: 5px 5px 5px 5px;
    cursor: pointer;
}
.block-system-tab ul#tabs-nav li:hover,
.block-system-tab ul#tabs-nav li.active {
    text-decoration: underline;
}
.block-system-tab #tabs-nav li a {
    text-transform: uppercase;
    text-decoration: none;
    color: #030303;
}
.block-system-tab .tab-content {
    padding: 10px;
}

form.vform .select2-container--default .select2-selection--multiple {
    border: 1px solid #d4d9dd;
}
.form-custom{
    display: flex;
    align-items: center;
}
.form-custom input{
    margin-right: 5px;
}
.block-project .item-system-fix {
    border-radius: 8px;
    position: relative;
    display: inline-block;
    width: 22%;
    vertical-align: top;
    border: solid 1px #E2E2E2;
    margin: 0 20px 25px 0px;
    padding: 23px;
    cursor: pointer;
    height: auto;
}
.subtitle-head .quickCartButon{
    text-decoration-line: none !important;
    background-color: #005d97;
    margin-left: 15px;
    font-size: 14px;
}