.newcredit .modal-dialog {
    margin: 24px;
    width: 100%;
}
.newcredit.show {
    display: flex!important;
    align-items: center;
    justify-content: center;
}
.newcredit .modal-body {
	padding: 0;
	margin: 0;
}
.newcredit .modal-content {
    background-color: #fff;
    padding: 50px 10px;
    overflow: visible;
    border-radius: 40px;
    filter: drop-shadow(7.718px 15.147px 11.5px rgba(167,167,167,0.2));
}
.newcredit button.close span:before {
	font-weight: 700;
}
.newcredit button.close span {
	color: #fff;
    font-size: 24px;
}
.newcredit button.close {
    border: 0;
    position: absolute;
    right: 0;
    top: -45px;
    cursor: pointer;
    z-index: 1;
    background: transparent;
}
.newcredit .item-details {
    display: flex;
}
.newcredit .services {
    min-height: 91px;
}
.newcredit .text-include {
    min-height: 40px;
    display: block;
}
.newcredit .left-info,
.newcredit .right-form {
	width: 50%;
	padding: 0 20px;
}
.newcredit .prod-item {
    display: flex;
}
.newcredit .prod-item img{
    height: 100px;
    width: 100px;
    object-fit: contain;
    border-radius: 24px;
    padding: 10px;
    filter: drop-shadow(7.718px 15.147px 11.5px rgba(167,167,167,0.2));
    background-color: #ffffff;
    margin-right: 16px;
}
.newcredit .prod-item .h2{
	height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    font-size: 16px;
}
.newcredit pan.x-discount {
    color: #DF1820;
    font-weight: 600;
    font-size: 14px;
}
.newcredit span.x-old {
    text-decoration: line-through;
    text-decoration-color: #DF1820;
    margin-right: 3px;
    color: #707099;
    font-size: 14px;
    font-weight: 600;
}
.newcredit .xprice {
    letter-spacing: 1px;
    color: #4a498f;
    font-weight: 500;
    font-size: 17px;
}
.newcredit .chechout-xpage .credit-box .title-bx {
    margin-bottom: 8px;
}
.newcredit .credit-box .show-months .credit-block-name.selected {
    border-color: #000;
    color: #000;
}
.newcredit .credit-box .show-months .credit-block-name {
    margin: 0;
    width: 33%;
    font-weight: 500;
    background: transparent;
    border-radius: 10px;
    filter: drop-shadow(1.225px 3.947px 2px rgba(42,42,42,0.14));
    background-color: #ffffff;
    border: 1px solid #f3f3f3;
    line-height: 22px;
}
.newcredit .credit-box .show-months {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin-bottom: 20px;
}
.newcredit .credit-box{
    padding: 16px 0;
    max-width: 382px;
    margin: auto;
}
.newcredit .credit-box .btn-box {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 15px 10px;
    margin-bottom: 20px;
}
.newcredit .credit-box .btn-box button.active {
    border-color: #ff9c00;
    color: #ff9c00;
    background: transparent;
}
.newcredit .credit-box .btn-box button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.newcredit .credit-box .title-complete {
    text-align: center;
    letter-spacing: 1px;
    color: #232323;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
}
.newcredit .form-group input {
    width: 100%;
    height: 45px;
    border-radius: 12px;
    filter: drop-shadow(-8.66px 5px 17.5px rgba(42,42,42,0.06));
    border: 1px solid #eaeaea;
    font-size: 13px;
    letter-spacing: 1px;
    color: #a1a1a1;
    padding: 4px 16px;
    margin: auto;
    margin-bottom: 10px;
    padding-left: 30px;
}
.newcredit .credit-box .btn-box button{
    border-radius: 20px;
    background-color: #f3f3f3;
    height: 45px;
    padding: 5px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #858585;
    font-weight: 400;
    margin: 0;
    width: calc( 33% - 6px );
    border: 1px solid transparent;
}
.newcredit .services .check-input {
	position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.newcredit .services .serv-item{
	margin-bottom: 10px;
}
.newcredit .services .price-service span {
	color: #00a62b;
}
.newcredit .services .price-service {
    font-size: 14px;
    color: #7f7f7f;
    font-weight: 500;
    padding-left: 30px;
}
.newcredit .services label {
    display: flex;
    position: relative;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: auto;
    margin: 0;
    min-width: auto;
    cursor: pointer;
    flex: auto;
}
.newcredit .services label input+span.checkmark {
    cursor: pointer;
    display: block;
    flex: none;
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #2c2c2c;
}
.newcredit .services .text-checkbox span {
    font-size: 18px;
    letter-spacing: 1px;
    color: #393939;
    font-weight: 500;
}
.newcredit .services .text-checkbox a {
    text-decoration: underline;
    line-height: 1;
    font-size: 14px;
    color: #393939;
    font-weight: 500;
}
.newcredit .services .text-checkbox {
    margin-left: 10px;
    line-height: 1;
    font-size: 14px;
    color: #393939;
    font-weight: 500;
}
.newcredit .services label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}
.newcredit .services .checkmark:after {
    content: "";
    position: absolute;
    display: none
}
.newcredit .services label input:checked~.checkmark:after {
    display: block;
}
.newcredit .services label .checkmark:after {
    content: "";
    position: absolute;
    right: 50%;
    top: 50%;
    width: 7px;
    height: 14px;
    border: solid #00cf13;
    border-width: 0 3px 3px 0;
    margin: -1px -1px 0px 0px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2; 
    background: transparent;
    left: unset;
    border-radius: 0;
} 
.newcredit .pop-btn .xp-btn2 {
    border: 1px solid #707070;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    width: 230px;
    height: 48px;
    border-radius: 16px;
    background-color: #4a498f;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}
.newcredit .credit-prices .rata {
	border-top: 1px solid #e9e9e9;
    padding-top: 6px;
    margin-top: 2px;
}
.newcredit .credit-prices .rata p{
	font-size: 16px;
    font-weight: bold;
}
.newcredit .credit-prices .green p{
	color: #83c573;
}
.newcredit .credit-prices p {
	margin: 0;
    color: #4a498f;
    font-weight: 500;
}
.newcredit .credit-prices .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #939296;
    padding: 4px 0;
}
.newcredit .counter input {
    width: 45px;
    letter-spacing: 2px;
    color: #38373c;
    font-weight: 500;
}
.newcredit .counter span {
    display: flex;
    font-size: 28px;
    padding: 0 4px;
    cursor: pointer;
    color: #707070;
    user-select: none;
    line-height: 1;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    background-color: #f3f3f3;
    align-items: center;
    justify-content: center;
}
.newcredit .pop-wrap {
    position: relative;
    height: 46px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.newcredit .counter-ctx {
    position: absolute;
    right: 0;
    bottom: 0;
}
.newcredit .counter {
    margin-left: 0;
    width: 120px;
    background: transparent;
    border-radius: 0;
    justify-content: flex-start;
}
.newcredit .credit-form {
    margin-top: 4px;
}


@media screen and (max-width: 991px) {
	.newcredit .item-details {
	    flex-direction: column;
	}
	.newcredit .modal-dialog {
	    max-width: 550px!important;
	}
	.newcredit .left-info, .newcredit .right-form {
	    width: 100%;
	    padding: 0 20px;
	}
	.newcredit button.close {
	    right: 15px;
	    top: 15px;
	}
	.newcredit button.close span {
	    color: #000;
	}
	.newcredit.show {
	    display: block!important;
        padding: 0!important;
	}
	.newcredit .modal-dialog {
	    margin: 20px auto;
	    width: 100%;
	}
    .newcredit .text-include ,
    .newcredit .services {
        min-height: initial;
    }
    	
}
@media screen and (max-width: 567px) {
	.newcredit button.close span {
	    font-size: 18px;
	}
	.newcredit .modal-content {
	    border-radius: 20px;
	}
	.newcredit .left-info, .newcredit .right-form {
	    padding: 0 10px;
	}
	.newcredit .prod-item img {
	    height: 80px;
	    width: 80px;
	    margin-right: 10px;
	}
}