#ajaxchunk_prepar_form.loading{ position: relative;}
#ajaxchunk_prepar_form.loading:after{
	content: '';position: absolute;top: 0;bottom: 0;left: 0;right: 0;
	background-color: #fff;opacity: 0.5;z-index: 1;
}

/* Стили страницы "Повышение уникальности" */
/* Шаги повышения уникальности */
.verification-uniqueness-step-item:first-child p:last-child {
    color: #3887fe;
}

.verification-uniqueness-step-item:first-child {
    width: 240px;
    background: url(../img/preparation.png) no-repeat center left;
}

.verification-uniqueness-step-item:nth-child(2) {
    background: url(../img/processing.png) no-repeat center left;
}

.verification-uniqueness-step-item:last-child {
    background: url(../img/result.png) no-repeat center left;
}

/* Выбор системм проверки */
.choice-system {
    display: flex;
    align-items: baseline;
}

.choice-system a {
    margin-left: 20px;
    margin-bottom: 2px;
    font-size: 14px;
    font-weight: 500;
    color: #3887fe;
}

.system-item,
.list-system-item {
    margin-right: 25px;
}

.system-group .list-system-item:first-child {
    width: 325px;
}

.system-group .list-system-item:nth-child(2) {
    width: 600px;
    width: 325px;
}

.list-system-item label {
    justify-content: space-evenly;
    padding: 0 2px;
}

.list-system-item input:checked + label {
    padding: 0;
}

.list-system-item img {
    padding-bottom: 10px;
}

.antiplagiat,
.antiplagiat-ru,
.advego,
.etxt,
.dc-finder,
.ru-context {
    display: flex;
    flex-flow: column;
    height: 85%;
}
.check-sistem{
	flex-direction: column;
	align-items: center;
}
.check-sistem a{
	display: flex;
	justify-content: center;
	margin-top: 5px;
}

.price_system {
	align-self: flex-end;
	color: #3887fe;
    font-size: 16px;
    font-weight: 600;
}

/* Слайдер необходимой уникальности */
.range-slider {
    display: flex;
    padding-top: 5px;
    padding-bottom: 40px;
}

.input-range {
    -webkit-appearance: none;
    width: 600px;
}

.input-range:focus {
    outline: none;
}

.input-range::-webkit-slider-runnable-track {
    height: 6px;
    cursor: pointer;
    background: #dcedf7;
    border-radius: 25px;
    border: 0px solid #fff;
}

.input-range::-webkit-slider-thumb {
    height: 26px;
    width: 26px;
    border-radius: 50%;
    background: #3887fe;
    border: 6px solid #fff;
    box-shadow: 0 0 10px 3px #d5dfee;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -10px;
}

.input-range::-webkit-progress-value {
    background-color: #000;
}

.range-value {
    margin-left: 20px;
    width: 65px;
    height: 45px;
    text-align: center;
    border: 1px solid #e1e1e1;
    font-size: 20px;
    font-family: 'Montserrat';
}

.range-slider p {
    font-size: 20px;
    padding-left: 20px;
    line-height: 45px;
}

/* Почта и соглашение */
.verification-uniqueness-preparation .email-agreement  {
    display: block;
}

.verification-uniqueness-preparation .email-agreement input[type=email] {
    margin-top: 25px;
}

.verification-uniqueness-preparation .email-agreement label {
    padding-left: 0;
}

.verification-uniqueness-preparation .email-agreement label span {
    line-height: 25px;
}

.verification-uniqueness-preparation .email-agreement label span br {
    display: none;
}

/* Кнопка "Начать обраьотку" */
.verification-uniqueness-preparation .price-submit {
    padding-top: 25px;
}

/* Рекомендуемые опции */
.recommended-options-list {
    padding-top: 20px;
}

.recommended-option-item {
    width: 860px;
    height: 85px;
    margin-bottom: 8px;
}

.recommended-option-item label {
    justify-content: flex-start;
}

.recommended-option-item label img {
    position: absolute;
    left: 60px;
    padding-top: 0;
    top: calc(50% - 22px);
}

.recommended-option-item:last-child label img {
    left: 50px;
}

.recommended-option-item input:checked + label img {
    padding-top: 0;
    left: 58px;
}

.recommended-option-item:last-child input:checked + label img {
    left: 48px;
}

.recommended-option-item label::before,
.recommended-option-item input:checked + label::before {
    top: calc(50% - 12px);
}

.recommended-text {
    height: 100%;
    display: flex;
    padding-left: 120px;
    flex-flow: column;
    justify-content: center;
}

.recommended-text h3 {
    font-size: 16px;
    font-weight: 600;
}

.recommended-text p {
    font-size: 12px;
    font-weight: 500;
}

.recommended-option-item input:checked + label .recommended-text {
    padding-left: 118px;
}

.recommended-option-item input:checked + label p {
    padding-bottom: 0;
}


.getDiscount{
	padding: 15px 30px;
    background-color: #309c52;
    color: #fff;
    border: 0;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}


/* Адаптивность страницы "Повышение уникальности" */
@media screen and (max-width: 1460px) {
	.system-item,
	.list-system-item {
	    margin-right: 30px;
	    margin-top: 30px;
	}
	.system-group {
		justify-content: start;
	}
}
/* 992px - 1200px */
@media screen and (max-width: 1200px) {
    .list-system-item {
        margin-bottom: 30px;
    }
    .recommended-option-item {
        width: 100%;
    }
    .system-item,
	.list-system-item {
	    margin-top: 0;
	}
}

/* 768px - 992px */
@media screen and (max-width: 992px) {
    .choice-system {
        flex-wrap: wrap;
    }
    .choice-system a {
        margin-left: 0;
    }
}

/* 576px - 768px */
@media screen and (max-width: 768px) {
    .list-system-item {
        margin-right: 0;
    }
    .verification-uniqueness-preparation .email-agreement label span {
        line-height: 16px;
    }
    .verification-uniqueness-preparation .email-agreement label span br {
        display: block;
    }
    .list-system-item label {
    	padding-left: 30px;
    }
}

/* 320px - 576px */
@media screen and (max-width: 576px) {
    .verification-uniqueness-preparation h2 {
        font-size: 15px;
    }
    .verification-uniqueness-step-item {
        margin-right: 0;
    }
    .choice-system a {
        font-size: 11px;
    }
    .list-system-item:nth-child(2) {
        height: auto;
    }
    .list-system-item:nth-child(2) label {
        padding: 25px 0;
    }
    .list-system-item:nth-child(2) input:checked + label {
        padding-top: 26px;
    }
    .system-item,
    .system-item:last-child {
        margin-left: 10px;
        margin-right: 10px;
    }
    .antiplagiat, .antiplagiat-ru, .advego, .etxt, .dc-finder, .ru-context {
    	width: calc(50%);
    	height: auto;
    }
    .advego, .etxt, .dc-finder, .ru-context {
        padding-left: 10px;
        padding-right: 10px;
    }
    .verification-uniqueness-preparation .price-submit p {
        width: 100%;
        text-align: center;
        font-size: 11px;
    }
    .price-submit {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .recommended-option-item {
        height: 150px;
    }
    .recommended-option-item label::before {
        top: 10px;
    }
    .recommended-option-item input:checked + label::before {
        top: 8px;
    }
    .recommended-option-item label img {
        left: 20px;
    }
    .recommended-option-item input:checked + label img {
        left: 18px;
    }
    .recommended-option-item:last-child label img {
        left: 10px;
    }
    .recommended-option-item:last-child input:checked + label img {
        left: 8px;
    }
    .recommended-text {
        padding-left: 80px;
        padding-right: 10px;
    }
    .recommended-option-item input:checked + label .recommended-text {
        padding-left: 78px;
    }
}