/*
 * feedback page styles
 */
.review {
    position: relative;
}


.review-header {
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.review-title {
    color: #080808;
    font-weight: 700;
    font-size: 32px;
    position: relative;
    padding-left: 25px;
}

.review .see-all {
    color: var(--theme-color);
    font-weight: 700;
    cursor: pointer;
}

.review .see-all img {
    width: 30px;
}

.review-item-wrapper {
    margin-bottom: 40px;
}

.rsi-item:first-child .review-item-page {
    margin-top: 0px;
}
.review-item-page {
    display: flex;
    align-items: flex-start;
    padding: 20px;
    background: #fff;
    margin-bottom: 10px;
    color: #777;
    font-size: 14px;
    flex-direction: column;
    border-radius: 12px;
    box-shadow: 0 0 40px rgb(8 4 109 / 15%);	
}

.review-icon {
    font-size: 35px;
    color: var(--theme-color);
    font-weight: 600;
    position: relative;
    width: 50px;
    text-align: center;
    flex: 0 0 50px;
}

.review-icon:after {
    content: "";
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 10em;
    border: 2px solid var(--theme-color);
    top: -3px;
    left: -6px;
}

.review-content {
    flex: auto;
}

.review .user-name {
    color: #111;
    font-weight: 500;
    padding-bottom: 8px;
}

.review .date {
    color: #f5c650;
    padding: 0 0 3px 0;
}

.review-content {
}

.review-content .review-text {
    padding: 3px 0;
}

.review .review-tip {
    text-align: center;
    margin-top: 60px;
    color: #999999;
}


.review-item-wrapper {
    flex-wrap: wrap;
    margin-bottom: 40px;
    display: flex;
}

.review-item-wrapper .review-item-page {
    flex: 0 0 45%;
    margin: 2.5% 2.5%;
}

@media (max-width: 768px) {
    .review-item-wrapper .review-item-page {
        flex: 0 0 100%;
    }
}

.c-main-calc.background-custom {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 300px;
    padding: 100px 0;
    background: none !important;
    filter: none !important;
}

.background-default {
    background-image: url(../../images/image/grid-pattern.png), url(../../images/bg-fons/red_bg.jpg);
    filter: brightness(0.5);
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.box-top._secondary-pages {
    margin-top: -100px;
    position: relative;
}

.inner-h1 {
    text-align: center;
}

.shadow {
    box-shadow: 3px 5px 25px rgba(0, 0, 0, 0.2);
}

.send-block {
    transition: background-color 350ms;
}

.send-block button:hover {
    background-color: #ddd;
    color: #222;
}

.contact-form-wrapper.shadow input,
.contact-form-wrapper.shadow textarea {
    max-width: 100%;
}
.contact-form-wrapper.rewiev-form {
    background: #fff;
    padding: 20px;
    margin: 40px auto;
    max-width: 500px;
	box-shadow: 0 0 40px rgb(8 4 109 / 15%);
	border-radius: 12px;
}
.contact-form-wrapper.rewiev-form input {
    max-width: 100%;
}
.contact-form-wrapper.rewiev-form input:focus, .contact-form-wrapper textarea:focus{
	color: #111!important;
}
.review._secondary-pages .owl-background-box {
    padding: 15px 0;
}
@media  (max-width: 576px){
    .review-item-page {
        flex-flow: row wrap;
    }

    .review-info {
        margin-bottom: 10px;
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        flex: 0 0 100%;
        justify-content: space-between;
    }

    .review-info > * {
        flex: 0 0 auto;
    }

    .review-info .date {
        padding-right: 10px;
    }
	.review._secondary-pages .owl-background-box div.items .rsi-item {
    width: 100%!important;
}
}