body .onestep-checkout{font-family: "Rubik", sans-serif!important;}
input[type=checkbox] {
         position: relative;
	       cursor: pointer;
    }
    input[type=checkbox]:before {
         content: "";
         display: block;
         position: absolute;
         width: 16px;
         height: 16px;
         top: 0;
         left: 0;
         border: none;
         border-radius: 3px;
         background-color: #53C5EC;
}
    input[type=checkbox]:checked:after {
         content: "";
         display: block;
         width: 5px;
         height: 10px;
         border: solid #fff;
         border-width: 0 2px 2px 0;
         -webkit-transform: rotate(45deg);
         -ms-transform: rotate(45deg);
         transform: rotate(45deg);
         position: absolute;
         top: 2px;
         left: 6px;
}
#fileModal .row,
#imageModal .row {
    max-height: calc(100vh - 300px);
    overflow: auto;
    margin: 15px 0 !important;
}
.onestep-checkout .logout{background: #fff;color: #4B5465;}
#fileModal .files-item {
    max-width: none;
    width: 100%;
    margin-right: 0;
    display: flex;
    align-items: center;
}

#fileModal .files-item img {
    width: 50px;
    height: 50px;
}

.files-item.selected {
    border-color: #17a2b8;
    opacity: .7;
    cursor: not-allowed;
}


.search-fields {
    display: flex;
}

.search-fields .form-control {
    height: 35px;
    margin-right: 15px;
}

.product-create .body {
    flex-direction: column;
}

.product-create .nav {
    margin-bottom: 50px;
}

.product-create .nav-link {
    color: var(--text-color);
}

.product-create .nav-link.active {
    color: #17a2b8;
}

.onestep-checkout {
    background: #53C5EC;
    height: auto;
    min-height: 100vh;
    background-repeat: no-repeat;
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    /* padding-top: 25px; */
    color: #000;
    align-items: center;
}

.onestep-checkout .navbar {
    margin-bottom: 34px;
}

.onestep-checkout .navbar-collapse.in {
    display: block;
}

.onestep-checkout .navbar-toggle {
    background: transparent;
    border: none;
    color: #fff;
    margin-right: 10px;
    position: relative;
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.onestep-checkout .navbar-toggle::before {
    content: "";
}

.onestep-checkout .navbar-brand {
    color: #fff;
    pointer-events: none;
}

.onestep-checkout .footer {
    color: #000;
}

.onestep-checkout .select2-container--krajee.select2-container--disabled .select2-selection {
    height: 36px;
}
/* .onestep-checkout #checkout-form .order-btn:hover{box-shadow: none;} */
.onestep-checkout #checkout-form .field-signupform-phone-code{margin-bottom: 0;}
.onestep-checkout #checkout-form .order-btn{
	background: #53C5EC;
    box-shadow: none;
    border-radius: 8px;
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;	
    color: #161B25;
	width: 100%;	
	padding: 17px 0;
    margin-bottom: 20px;
}
.onestep-checkout #checkout-form .helper-text{color: #6f7181;}
.onestep-checkout #checkout-form .bottom span{
    font-weight: 300;
    font-size: 16px;
    line-height: 130%;
    color: #161B25;   
}
.onestep-checkout #checkout-form .field-loginform-rememberme label a,
.onestep-checkout #checkout-form .field-loginform-rememberme label .textInput_LoginForm{
    font-weight: 300;
    font-size: 16px;
    line-height: 130%;
    color: #9EA3BB;
}
.onestep-checkout #checkout-form {
    background: #FFFFFF;
    box-shadow: 0px 7px 30px 2px rgba(200, 200, 200, 0.06);
    border-radius: 8px;
    padding: 50px 53px;
    max-width: 606px;
    margin: 0 auto;
}
.onestep-checkout #checkout-form .prod-title .checkout_titleText{
    font-family: "Rubik", sans-serif!important;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #F3F3F3;
    text-transform: uppercase;
}
.onestep-checkout #checkout-form .prod-title .checkout_titlePlan{
    font-family: "Rubik", sans-serif!important;
    margin: 15px 0 0px 0;
    font-weight: 800;
    font-size: 32px;
    line-height: 38px;
    
    color: #F3F3F3;    
}
/* .onestep-checkout .field-signupform-phone_number {
    width: 73%;
} */

.onestep-checkout .prod-title {
    font-size: 22px;
    text-align: center;
}

.onestep-checkout .prod-info {
    font-size: 18px;
}

.onestep-checkout .signupForm .prod-title {
    font-weight: 600;
    font-size: 26px;
    line-height: 100%;
    text-align: center;
    color: #161B25;
    margin-bottom: 40px;
}
.onestep-checkout #checkout-form input::placeholder{
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #9EA3BB;
}
.onestep-checkout .loginForm .field-loginform-rememberme{justify-content: end;margin-bottom: 23px;}
.onestep-checkout #checkout-form input{
    background: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #9EA3BB;
    border: 1px solid rgba(158, 163, 187, 0.3);
    border-radius: 8px;
    padding-left: 20px;
    height: 40px;
}
.onestep-checkout #checkout-form input#loginform-rememberme{height: auto;}
.onestep-checkout .form-control {
    flex: inherit !important;
    background: #fff;
    border: 3px solid rgb(84, 84, 84);
    border-radius: 15px;
    height: 52px;
    font-family: "Roboto", sans-serif;
    color: #000;
    font-size: 22px;
}

.onestep-checkout .form-control::placeholder {
    color: rgb(192, 192, 192);
}

.onestep-checkout .order-btn {
    display: block;
    width: 100%;
    background-color: #fe1f7a;
    border-radius: 55px;
    padding: 25px;
    height: 60px;
    border: none;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    box-shadow: 0px 0px 25.55px 9.45px transparent;
    margin-bottom: 20px;
}

.onestep-checkout .order-btn:hover {
    box-shadow: 0px 0px 25.55px 9.45px rgba(180, 28, 77, 0.4);
    opacity: 1;
}
  
  
.onestep-checkout .checkout-box {
    font-family: "Roboto", sans-serif;
    color: rgb(49, 49, 49);
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 17px;
}

.onestep-checkout .checkout-box input {
    cursor: pointer;
}

.onestep-checkout .form-group.field-signupform-phone {
    margin-bottom: 0;
}
  

.onestep-checkout .field-signupform-phone-code .select2-selection--single {
    background: #fff;
    border: 3px solid rgb(84, 84, 84);
    border-radius: 15px;
    height: 60px !important;
    font-family: "Roboto", sans-serif;
    color: #000;
    font-size: 22px;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.onestep-checkout .field-signupform-phone-code .select2-selection--single .select2-selection__rendered {
    margin-top: 5px;
}

.onestep-checkout .field-signupform-phone-code .select2-selection--single .select2-selection__arrow {
    height: inherit;
    border-right: 1px solid #aaa;
}

.onestep-checkout .field-signupform-phone-code {
    flex-wrap: nowrap;
}

.field-signupform-phone_code {
    visibility: hidden;
    overflow: hidden;
    width: 0;
    height: 0;
    opacity: 0;
}

.field-signupform-phone_number .form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.field-signupform-phone_number {
    width: 100%;
}

.onestep-checkout .checkout_titleText{
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #F3F3F3;    
}
.onestep-checkout .checkout_titlePlan{
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    color: #F3F3F3;   
}
.onestep-checkout .checkout_price{
    font-weight: 700;
    font-size: 55px;
    line-height: 100%;
    text-align: center;
    letter-spacing: -0.05em;
    color: #53C5EC;  
    margin-bottom: 10px;  
}

.onestep-checkout .field-loginform-rememberme label {
        font-weight: 400;
        font-size: 15px;
        line-height: 18px;
        color: #D9D9D9;
}   
#checkout-form #loginBtn{
    background: #53C5EC;
    box-shadow: none;
    border-radius: 8px;
    margin-bottom: 20px;
    width: 100%;
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    text-align: center;
    color: #161B25;    
    border: none;
} 
#checkout-form .loginForm .bottom span {
    font-weight: 300;
    font-size: 16px;
    line-height: 130%;
    color: #161B25;
}
.text_swarningCheckout{
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #9EA3BB;
    margin-bottom: 27px;
}
.text_swarningCheckout__pay input{height: auto!important;}
.text_swarningCheckout__pay .form-group{margin-bottom: 0!important;}
.text_swarningCheckout__pay .text_swarningCheckout {margin-bottom: 0;}
.text_swarningCheckout__pay {
    display: flex;
    align-items: center;
    margin-bottom: 27px;
}
.text_swarningLogin{
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #9EA3BB;
}

#checkout-form .loginForm .bottom a{
    border: 1px solid #9EA3BB;
    border-radius: 8px;
    padding: 11px 0;
    width: 114px;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #9EA3BB;   
    display: inline-block; 
}
.onestep-checkout #checkout-form .bottom a:last-child{margin-left: 12px;}
.onestep-checkout #checkout-form .bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.onestep-checkout #checkout-form .bottom a{
    border: 1px solid #9EA3BB;
    border-radius: 8px;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #9EA3BB;
    margin-left: 25px;
    padding: 14px 0;
    width: 114px;
}
.onestep-checkout .full-page-notification {
    right: 0;
    bottom: 0;
    background: #53C5EC;
    background-repeat: no-repeat;
    background-size: cover;
}

.onestep-checkout .full-page-notification .modal-dialog {
    max-width: 860px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    padding: 15px;
}

.onestep-checkout .full-page-notification .modal-content {
    background: #fff;
    border-radius: 8px;
    padding: 60px 40px 50px 40px;
}

.onestep-checkout .full-page-notification .modal-header {
    padding: 0;
    justify-content: center;
    border: none;
    margin-bottom: 40px;
}

.onestep-checkout .full-page-notification .modal-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
    color: #161B25;
    margin: auto;
}

.onestep-checkout .full-page-notification .modal-body {
    padding: 0;
}

.onestep-checkout .full-page-notification .promo-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    margin-bottom: 40px;
}

.onestep-checkout .full-page-notification .promo__btns-group {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.onestep-checkout .full-page-notification .promo__logo {
    min-width: 289px;
    max-width: 289px;
    height: 100px;
    background-image: url('../img/logo-tinkoff.png');
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
}

.onestep-checkout .full-page-notification .modal-footer {
    padding: 0;
    border: none;
}

.onestep-checkout .full-page-notification .promo__btn-pay {
    background: #53C5EC;
    box-shadow: 0px 6px 30px rgba(250, 207, 51, 0.2);
    border-radius: 8px;
    padding: 17px;
    border: none;
    color: #161B25;
    max-width: 225px;
    margin: 0 auto;
    height: auto;
    font-weight: 500;
    font-size: 15px;
    line-height: 17px;
}

.onestep-checkout .full-page-notification .promo__btn {
    padding: 0;
    background-color: transparent;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #9EA3BB;
    padding-left: 22px;
    position: relative;
}

.onestep-checkout .full-page-notification .promo__btn:not(:last-child) {
    margin-bottom: 20px;
}

.onestep-checkout .full-page-notification .promo__btn::before,
.onestep-checkout .full-page-notification .promo__btn::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    transition: all ease-in-out .4s;
}

.onestep-checkout .full-page-notification .promo__btn::before {
    width: 13px;
    height: 13px;
    left: 0;
    border: 1px solid rgba(158, 163, 187, 0.3);
}

.onestep-checkout .full-page-notification .promo__btn.promo__btn--choosed::after {
    width: 5px;
    height: 5px;
    left: 4px;
    background: #53C5EC;
}
.onestep-checkout #checkout-form .resetForm #resetBtn{
    background: #53C5EC;
    box-shadow: none;
    border-radius: 8px;
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    text-align: center;
    color: #161B25;   
    width: 100%; 
    border: none;
    height: 50px;
    margin-bottom: 20px;
}
.onestep-checkout #checkout-form .resetForm{text-align: center;}
.headerTitle{margin-bottom: 40px; }
.headerTitle p{
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #9EA3BB; 
    text-align: center;
    margin-top: 10px;  
}
.headerTitle h2{
    font-weight: 600;
    font-size: 26px;
    line-height: 100%;
    text-align: center;
    color: #161B25;    
}

.onestep-checkout .full-page-checkout {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 111;
    background-color: #53C5EC;
    display: flex;
    align-items: center;
    justify-content: center;
}

.onestep-checkout .full-page__wrapper {
    max-width: 606px;
    background: #FFFFFF;
    box-shadow: 0px 7px 30px 2px rgba(200, 200, 200, 0.06);
    border-radius: 8px;
    margin: 20px;
}
.full-page-checkout h2{
    font-weight: 600;
    font-size: 26px;
    line-height: 100%;
    text-align: center;
    color: #161B25; 
    margin-bottom: 75px;   
}
.full-page__wrapper{padding: 80px 53px;}
.full-page-checkout .checkout_title{
    font-weight: 600;
    font-size: 36px;
    line-height: 100%;
    text-align: center;
    color: #161B25;  
    margin-bottom: 11px;  
}
.full-page-checkout .checkout_price{
    font-weight: 600;
    font-size: 50px;
    line-height: 100%;
    text-align: center;
    color: #53C5EC; 
    margin-bottom: 30px;   
}
.full-page-checkout .description{
    font-weight: 300;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    color: #161B25;   
    margin-bottom: 18px; 
}
.full-page-checkout .btns-group {display: flex;justify-content: center;flex-wrap: wrap;gap: 10px;}
.full-page-checkout .btns-group a{
    background: #53C5EC;
    box-shadow: none;
    border-radius: 8px;
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    color: #161B25;
    width: 100%;
    padding: 17px 0;
    margin-bottom: 20px;
    height: 60px;
}
/* .full-page-checkout .btns-group a:first-child {margin-right: 20px;} */
.full-page-checkout .btns-group a {
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    text-align: center;
    color: #161B25;   
    padding: 17px 0; 
    width: 240px;
    max-width: 240px;
    min-width: 240px;
    border-radius: 8px;
    border: 1px solid #53C5EC;
    /* filter: drop-shadow(0px 6px 30px rgba(250, 207, 51, 0.2)); */
    margin-top: 10px;
}
.full-page-checkout .btns-group a:hover{
    background: #53C5EC;
}

@media (max-width: 992px) {
    .onestep-checkout .full-page-notification .modal-content {
        padding: 40px;
    }
    .onestep-checkout .full-page-notification .modal-header {
        margin-bottom: 30px;
    }
    .onestep-checkout .full-page-notification .modal-title {
        font-size: 30px;
        line-height: 37px;
    }
    .onestep-checkout .full-page-notification .promo-container {
        justify-content: center;
        gap: 25px;
    }
    .onestep-checkout .full-page-notification .promo__btns-group {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .onestep-checkout .full-page-notification .promo-container {
        flex-direction: column-reverse;
        flex-wrap: wrap;
    }
    .onestep-checkout #checkout-form {padding: 20px;}
    .text_swarningLogin{margin-left: 0;margin-top: 30px;}
    .onestep-checkout .full-page__wrapper {padding: 40px 25px;}
}
@media (max-width: 575px) {
    .full-page-checkout .btns-group {
        flex-direction: column;
        align-items: center;
    }
    .onestep-checkout .form-group {
        margin-bottom: 17px;
    }
    .onestep-checkout .form-control {
        height: 60px;
    }
    .onestep-checkout .navbar {
        margin-bottom: 50px;
    }
    .onestep-checkout #payBtn {
        width: 100%;
        margin-top: 10px;
        height: 60px;
        font-size: 18px;
        padding: 15px;
        margin-bottom: 20px;
    }
    .onestep-checkout .checkout-box {
        font-size: 16px;
        line-height: 1.2;
        margin-left: 0;
    }
    .onestep-checkout #checkout-form .bottomFlex_checkout{flex-direction: column;}
    .onestep-checkout #checkout-form .bottomFlex_checkout a{margin-top: 10px;}
}
 
@media (max-width: 460px) {
    .onestep-checkout #checkout-form .bottom{flex-direction: column;}
    .onestep-checkout .full-page-notification .promo__logo {
        min-width: 190px;
        max-width: 190px;
        height: 70px;
        background-size: contain;
    }
    .onestep-checkout .full-page-notification .promo-container {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .onestep-checkout .full-page-notification .modal-content {
        padding: 40px 15px;
    }
    .onestep-checkout .full-page-notification .modal-header {
        margin-bottom: 10px;
    }
    .onestep-checkout .full-page-notification .modal-title {
        text-align: center;
        font-size: 24px;
        line-height: 30px;
    }
    .onestep-checkout .full-page-notification .promo__btn {
        font-size: 12px;
    }
    .full-page-checkout .checkout_title {
        font-size: 20px;
    }
    .full-page-checkout h2{
        font-size: 18px;
        margin-bottom: 50px;
    }
    .full-page-checkout .checkout_price {
        font-size: 25px;   
        margin-bottom: 15px; 
    }
    .full-page-checkout .description {
        font-size: 12px;
        margin-bottom: 30px;
    }
}

@media (max-width: 375px) {
    .onestep-checkout .checkout-box {
        font-size: 14px;
    }
}