.increase-uniq__section-title{
    font-family: Lack;
    font-weight: 400;
    font-style: Regular;
    font-size: 4rem;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 40px;
}

@media screen and (max-width: 1400px) {
    .increase-uniq__section-title {
        font-size: 3.5rem;
    }
}

@media screen and (max-width: 1200px) {
    .increase-uniq__section-title {
        font-size: 3rem;
    }
}

@media screen and (max-width: 991px) {
    .increase-uniq__section-title {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 768px) {
    .increase-uniq__section-title {
        font-size: 2rem;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 576px) {
    .increase-uniq__section-title {
        font-size: 1.75rem;
        margin-bottom: 20px;
    }
}


.increase-uniq__first-step, .increase-uniq__second-step{
	margin-bottom: 50px;
}

.increase-uniq__download{
    background-color: #FFFFFF;
    padding: 20px 40px;
    border-radius: 20px;
    margin-bottom: 20px;
    min-height: auto;
    border: none;
}

.increase-uniq__download .dz-default.dz-message{
	margin: 0px !important;
}

.increase-uniq__download .dz-default.dz-message span{
    display: flex;
    gap: 30px;
    align-items: center;
}

.increase-uniq__download-button{
	font-family: 'Montserrat Med';
    font-weight: 600;
    font-style: SemiBold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
    background-color: #7A5037;
    border: none;
    padding: 18px 30px;
    border-radius: 50px;
    color: #FFF;
    cursor: pointer;
    transition: background-color 0.2s;
}

.increase-uniq__download-button:hover {
    background-color: #8A5F45;
}

.increase-uniq__download-title{
    font-family: 'Montserrat Med';
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    margin-bottom: 8px;
}

.increase-uniq__download-size{
    font-family: 'Montserrat Med';
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    color: #6194AB;
}

.increase-uniq__systems{
	background-color: #FFFFFF;
    padding: 20px 40px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.increase-uniq__systems-title{
    font-family: 'Montserrat Med';
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    margin-bottom: 20px;
}

.increase-uniq__systems-items{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.increase-uniq__systems-item{
    position: relative;
    border: 1px solid #6194AB99;
    border-radius: 20px;
    background-color: #F5F5F5;
    transition: box-shadow 0.2s;
    overflow: visible;
    position: relative;
    padding: 26px 30px;
}

.increase-uniq__systems-item:hover .increase-uniq__banner{
	display: block;
}

.increase-uniq__banner{
    position: absolute;
    bottom: 100%;
    width: 100%;
    left: 0;
    padding-bottom: 5px;
    display: none;
    z-index: 99;
}

.increase-uniq__banner-inner{
	border: 1px solid #6194AB99;
    border-radius: 20px;
    background-color: #F5F5F5;
    padding: 20px;
}

.increase-uniq__systems-item:hover{
	box-shadow: 0 0 6px #6194AB99;
}


.increase-uniq__systems-input{
    position: absolute;
    z-index: -1;
    opacity: 0;
    left: 30px;
    top: 50%;
}

.increase-uniq__systems-label{
    display: grid;
    grid-template-columns: 40px 1fr;
    column-gap: 20px;
    row-gap: 0px;
    align-items: center;
    cursor: pointer;
}

.increase-uniq__systems-checkbox{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #FFFFFF;
    border: 1px solid #6194AB99;
    position: relative;
    flex-shrink: 0;
}

.increase-uniq__systems-checkbox:after{
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background-color: transparent;
    border-radius: 50%;
}

.increase-uniq__systems-input:checked + .increase-uniq__systems-label .increase-uniq__systems-checkbox::after {
	background-color: #7A5037;
}

.increase-uniq__systems-name{
    font-family: 'Montserrat Med';
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
}

.increase-uniq__options-price{
	font-family: 'Montserrat Med';
    font-weight: 600;
    font-style: SemiBold;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    color: #7A5037;
}

.increase-uniq__systems-description{
    font-family: 'Montserrat Med';
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    color: #6194AB;
    grid-column-start: 2;
}

.increase-uniq__report{
	background-color: #FFFFFF;
    padding: 20px 40px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.increase-uniq__report-input{
	//flex-basis: 100%;
    font-family: 'Montserrat Reg';
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    color: #1C1713;
    border: 1px solid #6194AB99;
    border-radius: 100px;
    padding: 14px 30px;
}

.increase-uniq__report-title{
    font-family: 'Montserrat Med';
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    margin-bottom: 8px;
}

.increase-uniq__report-description{
	font-family: 'Montserrat Med';
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    color: #6194AB;
}

.increase-uniq__blocks{
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 20px;
}

.increase-uniq__percent{
    background-color: #FFFFFF;
    padding: 20px 40px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.increase-uniq__percent-title{
    font-family: 'Montserrat Med';
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    margin-bottom: 20px;
}

.increase-uniq__percent-wrapper{
    display: flex;
    gap: 40px;
    align-items: center;
}

.increase-uniq__percent-value{
    display: flex;
    gap: 28px;
    padding: 10px 30px;
    border: 1px solid #6194AB99;
    border-radius: 100px;
    justify-content: space-between;
}

.increase-uniq__percent-value-text{
	font-family: 'Montserrat Med';
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    color: #7A5037;
    flex-basis: 50px !important;
    flex-shrink: 0;
    text-align: center;
}

.increase-uniq__percent-value-percent{
    font-family: 'Montserrat Reg';
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: right;
    color: #6194AB99;	
}

#customRange {
    width: 100%;
    height: 2px;
    border-radius: 999px;
    outline: none;
    appearance: none;
    background: linear-gradient(
        to right,
        #6194AB 0%,
        #6194AB 50%,
        #ddd 50%,
        #ddd 100%
    );
}

/* Ползунок */
#customRange::-webkit-slider-thumb {
    appearance: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #6194AB;
    cursor: pointer;
    border: 10px solid #FFF;
    box-shadow: 0 0 0 1px #6194AB;
}

#customRange::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border: none;
    border-radius: 50%;
    background: #6194AB;
    cursor: pointer;
    border: 10px solid #FFF;
    box-shadow: 0 0 0 1px #6194AB;
}

.increase-uniq__bottom{
	display: flex;
    justify-content: space-between;
    gap: 28px;
    align-items: center;
    margin-bottom: 20px;
}

.increase-uniq__price-wrapper{
    display: flex;
    gap: 15px;
    align-items: baseline;
    flex-shrink: 0;
}

.increase-uniq__price-label{
    font-family: 'Montserrat Med';
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
}

.increase-uniq__price{
    font-family: 'Montserrat Reg';
    font-weight: 600;
    font-style: SemiBold;
    font-size: 28px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    color: #7A5037;
}

.increase-uniq__bottom-wrapper{
    display: flex;
    align-items: center;
    gap: 30px;
    margin-left: auto;
}

.increase-uniq__submit{
	font-family: 'Montserrat Med';
    font-weight: 600;
    font-style: SemiBold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
    background-color: #7A5037 !important;
    border: none;
    padding: 18px 30px;
    border-radius: 50px;
    color: #FFF;
    cursor: pointer;
    transition: background-color 0.2s;
    flex-shrink: 0;
}

.increase-uniq__submit:hover{
	background-color: #8A5F45 !important;
}

.increase-uniq__privacy {
    display: flex;
    margin: 0px;
    gap: 15px;
    align-items: center;
}

.increase-uniq__correct{
    display: flex;
    margin: 0px;
    gap: 15px;
    align-items: center;
    padding-top: 20px;
}

.increase-uniq__text {
    color: #1C1713 !important;
    font-family: Montserrat Reg;
    font-style: Light;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
}

.increase-uniq__text a:hover {
	 color: #4F6E8D !important;
}

.increase-uniq__checkbox {
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
}

.increase-uniq__checkbox-input {
	 position: absolute;
	 z-index: -1;
	 opacity: 0;
}

.increase-uniq__checkbox-check {
    position: relative;
    display: flex;
    flex: none;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    content: "";
    border: 1px solid #1C1713;
    border-radius: 6px;
    transition: all 0.2s;
}

.increase-uniq__checkbox-check::after {
	content: "";
	position: absolute;
	width: 10px;
	height: 4px;
	border: solid 2px transparent;
	border-right: none;
	border-top: none;
	transform: translate(0.5px, -1.5px) rotate(-45deg);
}

:checked ~ .increase-uniq__checkbox-check {
	 background-color: #1C1713;
}

:checked ~ .increase-uniq__checkbox-check::after {
	 border-color: #FFF;
}

.increase-uniq__second-step{
    background-color: #FFFFFF;
    padding: 20px 40px;
    border-radius: 20px;
}

.increase-uniq__result-title{
	font-family: 'Montserrat Med';
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 20px;
}

.increase-uniq__result-items{
    display: grid;
    grid-template-columns: auto auto;
    width: fit-content;
    margin: 0 auto;
    column-gap: 40px;
    row-gap: 10px;
    margin-bottom: 20px;
}

.increase-uniq__result-name{
    font-family: 'Montserrat Med';
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
}

.increase-uniq__result-value{
	font-family: 'Montserrat Med';
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
}

.increase-uniq__result-final-cost{
    font-family: 'Montserrat Med';
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 20px;
}

.increase-uniq__result-final-price{
    color: #7A5037;
}

.increase-uniq__result-buttons{
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 20px;
}

.increase-uniq__result-discount, .increase-uniq__result-pay{
	font-family: 'Montserrat Med';
    font-weight: 600;
    font-style: SemiBold;
    font-size: 18px !important;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase !important;
    padding: 18px 30px !important;
    border-radius: 50px !important;
    background-color: #7A5037 !important;
    transition: background-color 0.2s;
}

.increase-uniq__result-discount:hover, .increase-uniq__result-pay:hover{
	background-color: #8A5F45 !important;
}

.increase-uniq__result-description{
    font-family: 'Montserrat Med';
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    max-width: 340px;
    margin: 0 auto;
}

#report_item{
	display: none;
}

.increase-uniq .dz-image{
	background: #F5F5F5 !important;
    border: 1px solid #6194AB99;
}

.increase-uniq .dz-size span{
    font-family: 'Montserrat Med';
    font-weight: 500;
    font-style: Medium;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
}

.increase-uniq .dz-filename span{
    font-family: 'Montserrat MEd';
    font-weight: 500;
    font-style: Medium;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
}

.increase-uniq .dz-remove{
    font-family: 'Montserrat Med';
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    color: #6194AB;
}


/* select */
#rewrite_percent{
	display: none;
}

.increase-uniq__select {
	 position: relative;
}

.increase-uniq__select.open .increase-uniq__select-display {
	 border-radius: 29px 29px 0px 0px;
}

.increase-uniq__select.open .increase-uniq__select-display svg {
	 transform: rotate(180deg);
}

.increase-uniq__select.open .increase-uniq__select-options {
	 display: block;
}

.increase-uniq__select-display {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	align-items: center;
	width: 100%;
	cursor: pointer;
	font-family: 'Montserrat Med';
	font-weight: 500;
	font-style: Medium;
	font-size: 24px;
	leading-trim: NONE;
	line-height: 150%;
	letter-spacing: 0%;
	color: #7A5037;
	border: 1px solid #6194AB99;
	border-radius: 29px;
	padding: 10px 30px;
}

.increase-uniq__select-display svg{
	width: 30px;
	height: 30px;
}

.increase-uniq__select-display svg path{
	fill: #7A5037;
}

.increase-uniq__select-options {
	 background-color: #fff;
	 position: absolute;
	 top: 100%;
	 width: 100%;
	 border-radius: 0px 0px 10px 10px;
	 box-shadow: 1px 2px 4px 0px #0000001a;
	 display: none;
	 z-index: 5;
}

.increase-uniq__select-options div {
	cursor: pointer;
    font-family: 'Montserrat Med';
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    color: #7A5037;
    padding: 10px 30px;
}
 .increase-uniq__select-options div:hover {
	 background-color: #fbf9f7;
}

@media screen and (max-width: 1460px){
	.increase-uniq__download, .increase-uniq__systems, .increase-uniq__percent, .increase-uniq__report, .increase-uniq__second-step{
		padding: 20px;
	}
	
	.increase-uniq__download-title, .increase-uniq__systems-title, .increase-uniq__percent-title, .increase-uniq__report-title, .increase-uniq__result-title, .increase-uniq__result-final-cost{
		font-size: 20px;
	}
	
	.increase-uniq__select-display{
	    border-radius: 26px;
	}
	
	.increase-uniq__select.open .increase-uniq__select-display{
		border-radius: 26px 26px 0px 0px;
	}
		
	.increase-uniq__select-display, .increase-uniq__select-options div{
		font-size: 20px;	
	}
	
	.increase-uniq__systems-item{
		padding: 20px;
	}
	
	.increase-uniq__systems-label{
		grid-template-columns: 30px 1fr;
	}
	
	.increase-uniq__systems-checkbox{
		width: 30px;
		height: 30px;
	}
	
	.increase-uniq__systems-checkbox:after{
		width: 15px;
		height: 15px;
	}
	
	.increase-uniq__systems-name{
		font-size: 16px;
	}
	
	.increase-uniq__percent-value-text{
	    flex-basis: 28px !important;	
	    font-size: 20px;
	}
	
	.increase-uniq__percent-value-percent{
		font-size: 20px;
	}
	
	.increase-uniq__report-input{
		font-size: 16px;
	}
	
	.increase-uniq__price-label{
		font-size: 20px;
	}
	
	.increase-uniq__price{
		font-size: 22px;
	}
}

@media screen and (max-width: 1200px){
	.increase-uniq__download-title, .increase-uniq__systems-title, .increase-uniq__percent-title, .increase-uniq__report-title, .increase-uniq__result-title, .increase-uniq__result-final-cost{
		font-size: 18px;
	}
	
	.increase-uniq__download-button, .increase-uniq__submit, .increase-uniq__result-discount, .increase-uniq__result-pay{
		font-size: 16px !important;
	}
}

@media screen and (max-width: 991px){
	.increase-uniq__download{
		gap: 20px;
	}
	
	.increase-uniq__systems-items{
		gap: 14px;
	}
	
	.increase-uniq__blocks{
		grid-template-columns: 1fr;
	}
	
	.increase-uniq__bottom{
		flex-wrap: wrap;
		gap: 20px;
	}
	
	
	.increase-uniq__banner-inner{
		font-size: 14px;
	}
}

@media screen and (max-width: 768px){
	.increase-uniq__download-title, .increase-uniq__systems-title, .increase-uniq__percent-title, .increase-uniq__report-title, .increase-uniq__result-title, .increase-uniq__result-final-cost{
		font-size: 16px;
	}
	
	.increase-uniq__systems-items{
		grid-template-columns: 1fr;
	}
	
	.increase-uniq__systems-item{
		border-radius: 14px;
	}
	
	.incrase-uniq__banner-inner{
		border-radius: 14px;
	}
	
	.increase-uniq__report{
		gap: 14px;
	}
	
	.increase-uniq__bottom-wrapper{
		gap: 15px;
	}
	
	.increase-uniq__privacy{
		gap: 10px;
	}
	
	.increase-uniq__download-button, .increase-uniq__submit{
		font-size: 14px;
	}
	
	.increase-uniq__result-items{
	    column-gap: 20px;
	}
	
	.increase-uniq__result-name, .increase-uniq__result-value{
	    font-size: 14px;
	}
	
	.increase-uniq__result-discount, .increase-uniq__result-pay{
		font-size: 12px !important;
	}
	
	.increase-uniq__result-description{
		font-size: 12px;
	}
	
	.increase-uniq__banner-inner{
		border-radius: 14px;
        padding: 15px;
	}
}

@media screen and (max-width: 576px){
	.increase-uniq__download .dz-default.dz-message span{
		flex-wrap: wrap-reverse;
		gap: 14px;
	}
	
	.increase-uniq__download-title, .increase-uniq__percent-title, .increase-uniq__report-title{
		margin-bottom: 4px;
	}
	
	.increase-uniq__percent-title{
		margin-bottom: 14px;
	}
	
	.increase-uniq__systems-item{
		padding: 15px;
	}
	
	.increase-uniq__systems-label{
		grid-template-columns: 20px 1fr;
		column-gap: 14px;
	}
	
	.increase-uniq__systems-description{
		font-size: 12px;
	}
	
	.increase-uniq__systems-checkbox{
		width: 20px;
		height: 20px;
	}
	
	.increase-uniq__systems-checkbox:after{
		width: 10px;
		height: 10px;
	}
	
	.increase-uniq__percent-wrapper{
		gap: 20px
	}
	
	.increase-uniq__percent-value{
	    padding: 10px 20px;
	    gap: 14px;
	}
	
	.increase-uniq__percent-value-text, .increase-uniq__percent-value-percent{
		font-size: 16px;
	}
	
	#customRange::-webkit-slider-thumb {
	    appearance: none;
	    width: 30px;
	    height: 30px;
	    border-radius: 50%;
	    background: #6194AB;
	    cursor: pointer;
	    border: 5px solid #FFF;
	    box-shadow: 0 0 0 1px #6194AB;
	}
	
	#customRange::-moz-range-thumb {
	    width: 20px;
	    height: 20px;
	    border: none;
	    border-radius: 50%;
	    background: #6194AB;
	    cursor: pointer;
	    border: 5px solid #FFF;
	    box-shadow: 0 0 0 1px #6194AB;
	}
	
	.increase-uniq__report-description{
		font-size: 12px;
	}
	
	.increase-uniq__price-wrapper{
		gap: 10px
	}
	
	.increase-uniq__price-label{
		font-size: 16px;
	}
	
	.increase-uniq__price{
		font-size: 18px;
	}
	
	.increase-uniq__bottom-wrapper{
	    flex-wrap: wrap;
	    gap: 15px;
	}
	
	.increase-uniq__banner-inner{
		font-size: 12px;
	}
}