.reviews-slider-new {
    display: flex;
    gap: 24px;
    margin-bottom: 55px;
}

.reviews-slider-new .lft {
    position: relative;
    min-width: 0px;
}

.reviews-slider-new .rht {
    width: 411px;
    min-width: 411px;

    position: relative;
    z-index: 149;
    background-color: #fff;
}

.b-review-new {

}

.reviews-slider-new h3 {
	font-size: 3.3rem;
}

.b-review-new .tit {
    color: rgb(41, 66, 97);
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0%;
    text-align: left;

    margin-bottom: 21px;
}

.b-review-new .stars {
    display: flex;
    gap: 1px;
    margin-bottom: 2px;
}

.b-review-new .stars span {
    background: transparent url(/reviewsImg/star-0.svg) no-repeat;
    border: none;
    margin: 3px;

    width: 24px;
    height: 24px;
}

.b-review-new .stars span.active {
    background-image: url(/reviewsImg/star-1.svg);
}

.b-review-new .date {
    color: rgb(41, 66, 97);
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: 0%;
    text-align: left;

    margin-bottom: 24px;
}

.b-review-new .text {
    color: rgb(41, 41, 41);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: left;

    margin-bottom: 10px;
    flex: 1;
}

.b-review-new .text a {
    text-decoration: underline;
}

.b-review-new .text a:hover {
    text-decoration: none;
}

.b-review-new .name {
    color: rgb(41, 66, 97);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: left;

    display: flex;
    align-items: flex-end;
}

.reviews-slider-new h2 {
    margin-top: 0;
}

.reviews-slider-new .slider-2 {
    height: 100%;
    height: calc(100% - 110px - 4rem);
}

.ltit .bttit {
    display: flex;
}

.ltit .bttit .capr {
    color: rgb(41, 66, 97);
    font-family: Montserrat;
    font-size: 33px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0%;
    text-align: left;

    margin-right: 30px;
}

/* --- */

.reviews-slider-new {
    margin-top: 80px;
    position: relative;
/*          z-index: 100;*/
    background-color: #fff;
}

.revform {

    border: 1px solid rgb(230, 231, 233);
    padding: 16px 16px 16px 16px;
}

.revform .tit {
    color: rgb(41, 66, 97);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: left;

    margin-bottom: 7px;
}

.revform .stars {
    display: flex;

    margin-bottom: 13px;
    position: relative;
    left: -3px;
}

.revform .stars button {
    background: transparent url(/reviewsImg/star-0.svg) no-repeat;
    border: none;
    margin: 2.5px;

    width: 24px;
    height: 24px;
    cursor: pointer;
}

.revform .stars button:focus {outline:0;}

.revform .stars button.hovered,
.revform .stars button.active {
    background-image: url(/reviewsImg/star-1.svg);
}

.revform .field {
    display: flex;
    flex-direction: column;

    margin-bottom: 10px;
}

.revform .field small {
    color: rgb(137, 137, 137);
    font-family: Montserrat;
    font-size: 10px;
    font-weight: 300;
    line-height: 15px;
    letter-spacing: 0%;
    text-align: right;
    margin-top: 3px;
}

.revform .field input::placeholder,
.revform .field textarea::placeholder {
    color: rgb(137, 137, 137);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: left;
}

.revform .field input,
.revform .field textarea {
    box-sizing: border-box;
    border: 1px solid rgb(142, 155, 171);
    background: rgb(255, 255, 255);
    padding: 7.5px;
}

.revform .field textarea {
    height: 150px;
    resize: none;
}

.revform .capt {
    color: rgb(41, 41, 41);
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0%;
    text-align: left;

    margin-bottom: 16px;
    position: relative;
    top: 5px;
    left: -1px;
}

.revform .fsmall {
    color: rgb(0, 0, 0);
    font-family: Montserrat;
    font-size: 10px;
    font-weight: 300;
    line-height: 15px;
    letter-spacing: 0%;
    text-align: left;

    margin-bottom: 16px;
    padding-top: 6px;
}

.revform .fcheckbox {
    display: flex;
    flex-direction: row;

    color: rgb(41, 41, 41);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: left;

    margin-bottom: 16px;
    padding-top: 3px;
    cursor: pointer;
}

.revform .fcheckbox > div {

}

.revform .fcheckbox > div:first-child {
    margin-right: 8px;
}

.revform .fcheckbox button {
    padding: 0;
    margin: 0;
    width: 16px;
    height: 16px;
/*          background: transparent url(/reviewsImg/checkbox-0.svg) no-repeat;*/
    border: none;
    background: transparent;

    position: relative;
    top: 2px;
}

.revform .fcheckbox button.checked {
/*          background-image: url(/reviewsImg/checkbox-1.svg);*/
}

.revform .fcheckbox button img {
    display: block;
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
}

.revform .fcheckbox button img:first-child {

}

.revform .fcheckbox button img:last-child {
    display: none;
}

.revform .fcheckbox button.checked img:first-child {
    display: none;
}

.revform .fcheckbox button.checked img:last-child {
    display: block;
}

.revform .fbtn {
    display: block;
}

.revform .fbtn button {
    height: 56px;
    padding: 0px 16px 0px 16px;
    border: 1px solid rgb(41, 66, 97);
    background: rgb(41, 66, 97);

    color: rgb(255, 255, 255);
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;

    cursor: pointer;
}

.reviews-slider-new .columnSlides {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.reviews-slider-new .title-slider-arrow {
    height: 110px;
}

.reviews-slider-new .title-slider-arrow .slider-arrow-outside {
    top: 20px;
}

.slide-wrap .b-review {
    display: flex;
    flex-direction: column;
}

.reviews-slider-new .slick-slider .slick-list, 
.reviews-slider-new .slick-slider .slick-list .slick-track {
    height: 100%;
}

@media (max-width: 1100px) {
    .reviews-slider-new h2 {
        color: rgb(41, 41, 41);
        font-family: Montserrat;
        font-size: 33px;
        font-weight: 500;
        line-height: 40px;
        letter-spacing: 0%;
        text-align: left;
    }

    .reviews-slider-new {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 767.98px) {
	.reviews-slider-new h3 {
		font-size: 23px;
	}
}

@media (max-width: 420px) {
    .reviews-slider-new .rht {
        width: 100%;
        min-width: 0;
    }

    .revform {
        margin: 5px 0;
    }
}