.hide {
    display:none;
}
.error-icon {
    display:block;
    width:64px;
    height:64px;
    margin:0px auto 20px auto;
    background: url('../i/error.svg') center no-repeat;
    background-size:contain;
}
.success-message,
.error-message {
    display:block;
    color:#df3b3b;
    font-weight:600;
    margin:10px 0;
}
.success-message {
    color:#54cc61;
}
.success-message p {
    padding-bottom:20px;
}
.info-modal {
    max-width:500px;
    text-align:center;    
    border-radius:8px;
}
.sms-repeat.disable, 
.sms-repeat.disable a,
.js-repeat-accept-code.disable {
    color:#bbb;
    cursor:default;
}
.-error .form_group-title {
    color: #e15050;
}
.input_file + .js-labelFile {
    padding:2px;
}
.input_file + .js-labelFile img {
    border-radius:7px;
}
.-error .input_file + .js-labelFile {
    border-color:#e15050;
}
.form_file_item.-error p {
    color: #e15050;
}

.callback_error {
    text-align:center;
    font-size: 42px;
    font-family: 'Gilroy-Bold';
    color: #e15050;
    padding: 50px 0;
}
.callback_success {
    text-align:center;
    font-size: 42px;
    font-family: 'Gilroy-Bold';
    color: #63B52F;
    padding: 50px 0;
}
.callback_redirect {
    font-size:16px;
    text-align:center;
}
.reason_code_description {
    padding:20px 0;
    font-size:16px;
    text-align:center;
}

.new_order_box {
    background-color: #fcfcfc;
    border-radius: 15px; 
    /*max-width: 990px;*/
    padding: 0;
    margin-bottom: 0;
}

.time_preloader {
    display:block;
    margin:0 auto;
    width:128px;
    height:128px;
    background: url('../i/time_preloader.gif') center no-repeat;
}

.order_accept_icon {
    display:block;
    margin:0 auto;
    width:128px;
    height:128px;
    background: url('../i/ok.svg') center no-repeat;
    background-size:cover;
}
.order_reject_icon {
    display:block;
    margin:0 auto;
    width:128px;
    height:128px;
    background: url('../i/close.svg') center no-repeat;
    background-size:cover;
}

.status_0, .status_1 {
    color:#3c3c3c
}
.status_2 {
    color:#63b630;
}
.status_3 {
    color:#dd2222;
}

#agreement_list {
    max-width:600px; 
    border-radius:8px;
}

.payment-card-list {
    
}
.payment-card-list li {
    list-style:none;
    padding:0 10px 20px 0;
    
}
.payment-card-list li label {
    border:2px solid #ddd;
    border-radius:6px;
    padding:5px 10px;
    width:100%;
    display:block;
    cursor:pointer;
}
.payment-card-list [type=radio] {
    display:none;
}
.payment-card-list li [type=radio]:checked + label {
    border-color:#63b630;
}
.payment-card-list li label strong,
.payment-card-list li label span {
    display:block;
}

.check_box span { font-size:14px;padding:5px 0; }
.check_box a { color:#63b630}
.-error .check_box span {color:#dd2222}
.-error input[type="checkbox"] + label::before {
    border-color: #dd2222
}
.br-10 {
    border-radius:10px;
}

.card_item {
    align-items: baseline;
    height:50px;
    padding-left:90px;
}
.card_item::before {
    width:80px;
    height:55px;
}
.make_base_card {
    color:#63b630;
    font-size:13px;
}
.is_base_card {
    color:#fff;
    font-size:13px;
    border:1px solid #63b630;
    font-weight:bold;
    border-radius:3px;
    background: #63b630;
    padding:2px 7px;
}
.mobheader {
    display:none;
}
.js-fileName {
    padding: 10px 15px;
    display: block;
}

@media (max-width: 768px)
{
    .new_order_box {
        padding: 5px 20px;
    }
    .mobheader {
        display:block;
        padding:10px 15px;
        overflow-x:hidden;
        overflow-y:auto;
    }
    .mobheader:after {
        content:'';
        clear:both;
        display:block;
    }
    .mobheader-logo {
        float:left;
        height:28px;
    }
    .mobheader-logo a {
        display:block;
        height:100%;
        width:100%;
    }
    .mobheader-logo a img {
        max-height:100%;
        max-width:100%;
    }
    .mobheader-phone {
        float:left;
        padding-left:10px;
        z-index: 10;
        position: relative;
    }
    .mobheader-phone a {
        font:18px/18px 'Gilroy-Bold';
        display:block;
        transition: all 0.5s ;
    }
    .mobheader-phone span {
        font: 13px;
        display:block;
        transition: all 0.5s ;
    }
    .menu-open .mobheader-phone,
    .menu-open .mobheader-phone a {
        color:#fff;
    }
    .mobheader-account {
        float:right;
        z-index: 10;
        position: relative;    
    }
    .mobheader-account a {
        display:block;
        width: 32px;
        height:32px;
        background: url('../i/account_green.png') center no-repeat;
        transition: all 0.5s ;
    }
    .menu-open .mobheader-account a  {
        background: url('../i/account_white.png') center no-repeat;
    }
    .mobheader-menu {
        float:right;
    }
    .mobheader-toggler {
        width:28px; 
        height:32px;
        display:block;
        margin-left:5px;
        z-index: 10;
        position: relative;
    }
    .mobheader-toggler > span {
        width:28px;
        height:4px;
        margin-top:5px;
        background:#333;
        display:block;
    }
    .mobheader-menu-nav {
//        display:none;
        padding-top:60px;
        padding-bottom:60px;
        position:fixed;
        height:100%;
        left:100%;
        top:0;
        z-index:9;
        background:#63b630;
        transition:all 0.3s;
        width:100%
    }
    .mobheader-menu-nav.open {
        left:125px;;
    }
    
    .mobheader-menu-nav .nav {
        
    } 
    .mobheader-menu-nav .nav-item {
        display:block;
        text-align:center;
        width:100%;
    }    
    .mobheader-menu-nav .nav-link {
        color:#fff;
        margin-bottom:10px;
    }
    .mobheader-menu-nav .nav-link:hover {
        text-decoration:underline;
    } 
    .itop_calc {
        margin-top:10px;
        padding-top:10px;
    }
    .form-group-one {
        margin-bottom:50px;
    }
    .form-group-one label {
        width:50%;
    }
    .form-group-two {
        margin-bottom:50px;
    }
    .form-group-two label {
        width:50%;
    }
    .header_menu {
        display: block;
        width:320px;
    }
}

@media (max-width: 478px){
    .mobheader-menu-nav.open {
        left: 0px;
    }
}

.password_info{position: absolute; top:10px; left:70px; color: #a8a8a8;}
.form-password {
    position: relative;
}

.blue-link {
    color:#00c4f1;
    padding-top:10px;
    display:block
}

.docs_list_footer {
    padding:0;
    margin:0;
}
.docs_list_footer li {
    list-style:none;
    line-height:13px;
}
.docs_list_footer li a {
    font-size:12px;
    opacity: 0.3;
    color: #fff;
}
.docs_list_footer li a:hover {
    color:#00c4f1;
    opacity:1;
} 


.cookie-banner {
	position: fixed;
	z-index: 1100;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.cookie-banner.hidden {
    display: none;
    opacity: 0;
}

.cookie-banner__content {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 12px 15px;
	border-radius: 0;
	background-color: rgb(255 255 255);
	width: 100%;
	color: #606060;
}
.cookie-banner__txt {
	/* font-size: 8px; */
	text-align: left;
	padding-right: 5px;
}

.cookie-banner__link {
    color: #606060;
    text-decoration: underline;
}

.cookie-banner__button {
    font-size: 12px;
    max-width: 170px;
    width: 100%;
    background-color: #ff7912;
    color: #ffffff;
    text-align: center;
    /* font-weight: 700; */
    border: 0;
    border-radius: 5px;
    box-shadow: 5px 5px 10px 0 #696969;
    cursor: pointer;
    outline: 0;
    padding: 10px 0;
}

.checkbox-google {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    margin-right: 10px;
    position: relative;
    vertical-align: middle;
    font-size: 14px;
    user-select: none;
}
.checkbox-google .checkbox-google-switch {
    display: inline-block;
    width: 36px;
    height: 14px;
    border-radius: 20px;
    position: relative;
    top: 6px;
    vertical-align: top;
    background: #9f9f9f;
    transition: .2s;
}
.checkbox-google .checkbox-google-switch:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -3px;
    left: -1px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 3px 1px -2px rgba(0,0,0,0.2), 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12);
    transition: .15s;
}
.checkbox-google input[type=checkbox] {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.checkbox-google input[type=checkbox]:checked + .checkbox-google-switch {
    background: #9ABEF7;
}
.checkbox-google input[type=checkbox]:checked + .checkbox-google-switch:before {
    background: #1a73e8;
    transform:translateX(18px);
}

/* Hover */
.checkbox-google input[type="checkbox"]:not(:disabled) + .checkbox-google-switch {
    cursor: pointer;
    border-color: rgba(0, 0, 0, .3);
}

/* Active/Focus */
.checkbox-google input[type="checkbox"]:not(:disabled):active + .checkbox-google-switch:before,
.checkbox-google input[type="checkbox"]:not(:disabled):focus + .checkbox-google-switch:before {
    animation: checkbox-active-on 0.5s forwards linear;
}
@keyframes checkbox-active-on {
    0% {
        box-shadow: 0 0 0 0 rgba(212,212,212, 0);
    }
    99% {
        box-shadow: 0 0 0 10px rgba(212,212,212, 0.5);
    }
}

.checkbox-google input[type="checkbox"]:not(:disabled):checked:active + .checkbox-google-switch:before,
.checkbox-google input[type="checkbox"]:not(:disabled):checked:focus + .checkbox-google-switch:before {
    animation: checkbox-active-off 0.5s forwards linear;
}
@keyframes checkbox-active-off {
    0% {
        box-shadow: 0 0 0 0 rgba(154,190,247, 0);
    }
    99% {
        box-shadow: 0 0 0 10px rgba(154,190,247, 0.5);
    }
}

/* Disabled */
.checkbox-google input[type=checkbox]:disabled + .checkbox-google-switch {
    filter: grayscale(60%);
    border-color: rgba(0, 0, 0, .1);
}
.checkbox-google input[type=checkbox]:disabled + .checkbox-google-switch:before {
    background: #eee;
}

/* Error */
.checkbox-google input[type=checkbox].error + .checkbox-google-switch:before {
    animation: bounceError .8s ease;
    background: #f57070;
}

@keyframes bounceError {
    0% {
        transform: translateX(-2px);
    }

    25% {
        transform: translateX(2px);
    }

    50% {
        transform: translateX(-2px);
    }

    75% {
        transform: translateX(2px);
    }

    100% {
        transform: translateX(0);
    }
}

.item-flex {
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
}


.checkbox {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.checkbox-label {
    font-size: 12px;
    text-align: left;
    margin-right: 4px;
}

.checkbox__tip {
    position: relative;
    align-self: flex-start;
    margin-right: 4px;
}

.checkbox__tip-icon {
    width: 24px;
}

.checkbox__tip-text {
    display: none;
    z-index: 10;
    position: absolute;
    bottom: 100%;
    width: 120px;
    left: 0;
    background-color: #FFFFFF;
    box-shadow: 0 0 8px rgba(0, 0, 0, .5);
    border-radius: 8px;
    padding: 2px 4px;
    font-size: 12px;
}

.radio {
    display: none;
}

.radio-label {
    background-color: rgba(0, 0, 0, .3);
    width: 16px;
    height: 16px;
    border-radius: 50%;
}

.radio:checked + .radio-label {
    background-color: #1a73e8;
}

/*.promo {*/
/*    position: relative;*/
/*    cursor: pointer;*/
/*    margin: 40px auto;*/
/*    max-width: 1140px;*/
/*    height: 240px;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    border-radius: 16px;*/
/*    background: linear-gradient(-120deg, #19BBEA 1.23%, rgba(25, 187, 234, 0.00) 70%);*/
/*}*/

/*.promo__content {*/
/*    width:1170px;*/
/*}*/

/*.promo__content-text:nth-child(1) {*/
/*    color: #FF7912;*/
/*    font-size: 28px;*/
/*    line-height: 100%;*/
/*    font-weight: 500;*/
/*    margin-bottom: 8px;*/
/*    margin-block-start: 0;*/
/*    margin-block-end: 0;*/
/*}*/

/*.promo__content-text:nth-child(2) {*/
/*    color: #404040;*/
/*    font-size: 40px;*/
/*    line-height: 100%;*/
/*    font-weight: 700;*/
/*    margin-block-start: 0;*/
/*    margin-block-end: 0;*/
/*    margin-bottom: 16px;*/
/*}*/

/*.promo__content-btn {*/
/*    padding: 16px 32px;*/
/*    background: #FF7912;*/
/*    color: #FFFFFF;*/
/*    font-size: 18px;*/
/*    font-weight: 500;*/
/*    border: none;*/
/*    outline: none;*/
/*    border-radius: 24px;*/
/*}*/

/*.promo-img {*/
/*    position: absolute;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    height: 200px;*/
/*}*/

/*@media (max-width: 1024px) {*/
/*    .promo {*/
/*        padding-left: 15px;*/
/*    }*/
/*}*/

/*@media (max-width: 991px) {*/
/*    .promo {*/
/*        margin: 24px auto;*/
/*        height: 220px;*/
/*        border-radius: 0;*/
/*    }*/

/*    .promo__content-text:nth-child(1) {*/
/*        font-size: 24px;*/
/*        margin-bottom: 8px;*/
/*    }*/

/*    .promo__content-text:nth-child(2) {*/
/*        font-size: 32px;*/
/*        margin-bottom: 12px;*/
/*    }*/

/*    .promo__content-btn {*/
/*        padding: 8px 32px;*/
/*        font-size: 20px;*/
/*    }*/

/*    .promo-img {*/
/*        height: 180px;*/
/*    }*/
/*}*/

/*@media (max-width: 600px) {*/
/*    .promo {*/
/*        margin: 24px auto;*/
/*        padding-left: 15px;*/
/*        height: 200px;*/
/*    }*/

/*    .promo__content-text:nth-child(1) {*/
/*        font-size: 16px;*/
/*        margin-bottom: 8px;*/
/*    }*/

/*    .promo__content-text:nth-child(2) {*/
/*        font-size: 18px;*/
/*        margin-bottom: 12px;*/
/*    }*/

/*    .promo__content-btn {*/
/*        padding: 8px 16px;*/
/*        font-size: 16px;*/
/*    }*/

/*    .promo-img {*/
/*        height: 120px;*/
/*    }*/
/*}*/

/*@media (max-width: 500px) {*/
/*    .promo {*/
/*        margin: 24px auto;*/
/*        padding-left: 15px;*/
/*        height: 90px;*/
/*    }*/

/*    .promo__content-text:nth-child(1) {*/
/*        font-size: 12px;*/
/*        margin-bottom: 4px;*/
/*    }*/

/*    .promo__content-text:nth-child(2) {*/
/*        font-size: 14px;*/
/*        margin-bottom: 8px;*/
/*    }*/

/*    .promo__content-btn {*/
/*        padding: 4px 8px;*/
/*        font-size: 12px;*/
/*    }*/

/*    .promo-img {*/
/*        height: 80px;*/
/*    }*/
/*}*/

/*@media (max-width: 350px) {*/
/*    .promo-img {*/
/*        height: 60px;*/
/*    }*/
/*}*/

/*.promo-link {*/
/*    position: absolute;*/
/*    display: none;*/
/*    justify-content: center;*/
/*    align-self: center;*/
/*    bottom: -16px;*/
/*    width: 100%;*/
/*    left: 0;*/
/*}*/

/*@media (max-width: 991px) {*/
/*    .promo-link {*/
/*        display: flex;*/
/*    }*/
/*}*/

/*@media (max-width: 600px) {*/
/*    .promo-link {*/
/*        bottom: -16px;*/
/*    }*/
/*}*/

/*.promo-link a {*/
/*    text-align: center;*/
/*    font-size: 12px;*/
/*    color: rgba(0, 0, 0, .5);*/
/*    text-decoration: underline;*/
/*}*/

/*.promo-popup {*/
/*    z-index: 100;*/
/*    position: fixed;*/
/*    width: 100vw;*/
/*    height: 100vh;*/
/*    left: 0;*/
/*    top: 0;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/

/*.promo-bg {*/
/*    position: fixed;*/
/*    width: 100vw;*/
/*    height: 100vh;*/
/*    left: 0;*/
/*    top: 0;*/
/*    background-color: rgba(0, 0, 0, .8);*/
/*}*/

/*.promo-body {*/
/*    position: relative;*/
/*    z-index: 1;*/
/*    background-color: #FFFFFF;*/
/*    padding-top: 24px;*/
/*}*/

/*.promo-close {*/
/*    position: absolute;*/
/*    right: 8px;*/
/*    top: 8px;*/
/*    cursor: pointer;*/
/*    width: 32px;*/
/*}*/

/*.promo-popup__content {*/
/*    cursor: pointer;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    margin-bottom: 24px;*/
/*}*/

/*.promo-popup__content-text:nth-child(1) {*/
/*    color: #FF7912;*/
/*    font-size: 24px;*/
/*    line-height: 100%;*/
/*    font-weight: 500;*/
/*    margin-bottom: 8px;*/
/*    margin-block-start: 0;*/
/*    margin-block-end: 0;*/
/*}*/

/*.promo-popup__content-text:nth-child(2) {*/
/*    color: #404040;*/
/*    font-size: 32px;*/
/*    line-height: 100%;*/
/*    font-weight: 700;*/
/*    margin-block-start: 0;*/
/*    margin-block-end: 0;*/
/*    margin-bottom: 16px;*/
/*}*/

/*.promo-popup__content-btn {*/
/*    padding: 12px 32px;*/
/*    background: linear-gradient(91deg, #FF7912 1.02%, rgba(255, 121, 18, 0.55) 67.72%, #FF7912 98.78%);*/
/*    color: #FFFFFF;*/
/*    font-size: 18px;*/
/*    font-weight: 500;*/
/*    border: none;*/
/*    outline: none;*/
/*    border-radius: 24px;*/
/*}*/

/*.promo-popup-img {*/
/*    cursor: pointer;*/
/*    height: 240px;*/
/*    object-fit: cover;*/
/*}*/

.grid-docs-block {
    display: grid;
    grid-column-gap: 10px;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(auto-fit, minmax(50px, 1fr));
    grid-auto-flow: row;
}

@media (max-width: 991px) {
    .grid-docs-block {
        grid-template-columns: repeat(2, 1fr);
    }
}

.offer-text {
    font-weight: bold;
    color: #714c9f;
    margin: 10px 0;
}

.offer-button {
    display: inline-block;
    background-color: #714c9f;
    color: #fff;
    font-weight: bold;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 10px;
}

.offer-button:visited {
    color: #fff;
}

.offer-button:hover {
    background-color: #8660b3;
    color: black;
}

.validation {
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #FFFFFF;
    padding: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 16px;
}

.validation-text {
    font-size: 18px;
    text-align: center;
    font-weight: 600;
}

.validation-btn {
    padding: 8px 16px;
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
    background-color: #714c9f;
    border-radius: 8px;
    user-select: none;
    cursor: pointer;
}

.vpn {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    background-color: #FFFFFF;
    z-index: 9999;
}

.vpn-text {
    color: #000000;
    font-weight: 600;
    text-align: left;
}

.vpn-btn {
    background-color: #714c9f;
    color: #fff;
    border: none;
    padding: 8px 13px;
    cursor: pointer;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
}

.footer-landing {
    background-color: #222222;
    width: calc(100% - 64px);
    margin: 15px 32px;
    padding: 40px 16px;
    border-radius: 16px;
}

.footer-landing__top {
    display: grid;
    grid-template-columns: 1fr 280px 150px;
    gap: 16px;
}

.footer-landing__top-time {
    color: #FFF8E1;
    font-size: 18px;
    font-weight: 600;
}

.footer-landing__top-phone {
    color: #FF8F00;
    font-size: 14px;
}

.footer-landing__top-phone a {
    color: #FFF8E1;
    font-size: 18px;
    font-weight: 600;
}

.footer-landing-company {
    color: #FFF8E1;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 32px;
}

.footer-landing__docs-title {
    color: #C7C7C7;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 16px;
}

.footer-landing__docs-list {
    display: grid;
    row-gap: 16px;
    -webkit-column-gap: 32px;
    column-gap: 32px;
    grid-template-columns: 402px 402px 402px;
}

.footer-landing__docs-list a {
    font-size: 12px;
    font-weight: 400;
    color: #C7C7C7;
}

.footer-landing__docs-list a:hover {
    color: #C7C7C7;
    text-decoration: underline;
}

.footer-landing-text {
    margin-top: 32px;
    color: #C7C7C7;
    font-size: 12px;
    font-weight: 400;
    line-height: 145%;
}

.footer-landing-text-gray-link {
    color: #585858;
    transition: color .3s ease;
}

.footer-landing-text-gray-link:hover {
    color: #C7C7C7;
    text-decoration: underline;
}

.footer-landing-text-orange-link {
    color: #FF8F00;
    transition: color .3s ease;
}

.footer-landing-text-orange-link:hover {
    color: #FF6F00;
    text-decoration: underline;
}

.footer-landing-bigtext {
    margin-top: 32px;
    color: #C7C7C7;
    font-size: 18px;
    font-weight: 600;
}

.footer-landing-bigtext a {
    color: #FF8F00;
    font-size: 18px;
    font-weight: 400;
}

.footer-landing-bigtext a:hover {
    color: #FF8F00;
    text-decoration: underline;
}

@media (max-width: 1919px) {
    .footer-landing__top {
        grid-template-columns: 402px 402px;
    }
}

@media (max-width: 1199px) {
    .footer-landing__top {
        grid-template-columns: 1fr;
    }

    .footer-landing__docs-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px) {
    .footer-landing {
        width: calc(100% - 32px);
        margin: 16px;
    }
}

.accordion-item {
    background-color: transparent;
    border-color: transparent;
}