header {
    background-color: #ffffff;
}

.header-bottom {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.main-wrapper {
    margin-bottom: 0;
    position: relative;
}

.main-best-rating-sites {
    position: relative;
}

.header-bottom picture {
    width: 100%;
}

.header-bottom img {
    width: 100%;
    height: 420px;
}

.headline {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 768px;
    padding: 0 30px;
}

.headline h1 {
    font-weight: 600;
    font-size: 42px;
    line-height: 51px;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
}

.button {
    margin: 0;
    padding: 0;
}

.main-header-content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 80px 0;
}

.main-header-content h2:not([class]) {
    width: 100%;
    text-align: center;
    margin: 0;
}

.main-header-content > p {
    font-size: 20px;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
    word-break: normal;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
}

.main-header-right {
    width: 56%;
    position: relative;
}

.main-header-right img {
    width: 100%;
    margin-top: -40px;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.16);
}

.main-header-left {
    position: relative;
    height: 450px;
    width: 42%;
}

.blogs-wrapper {
    margin-top: 50px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

h2 {
    width: 100%;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.15em;
    margin-top: 0;
}

main .container > p:not([class]) {
    font-size: 20px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
    word-break: normal;
    margin-bottom: 25px;
    margin-top: 10px;
    font-weight: 300;
}

main {
    margin-bottom: 0;
}

.arrow-right::after {
    top: -5px;
}

.reviews-wrapper {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.single-review {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 40px;
}

.single-review:last-of-type {
    margin-bottom: 0;
}

.single-review-img {
    width: 100%;
    max-width: 260px;
    height: 210px;
    border-radius: 8px;
    margin-right: 20px;
}

.single-review .brand-logo {
    width: 100%;
    height: 100%;
    border-radius: 8px;
	-o-object-fit: contain;
	   object-fit: contain;
}

.single-review-info {
    width: 100%;
    background-color: #FFFFFF;
    -webkit-box-shadow: 2px 6px 20px rgba(0, 0, 0, 0.25);
            box-shadow: 2px 6px 20px rgba(0, 0, 0, 0.25);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 8px;
    padding: 30px 25px 25px 40px;
}

.header-single-review-info {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.rating-container {
    display: flex;
}

.single-review-info .rating {
    background-color: #E27D60;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 14px;
    display:flex;
    align-items: center;
    justify-content: center;
    width: 127px;
    height: 26px;
    position: relative;
    right: -25px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.single-review-info .rating-bold {
    font-weight: 700;
    font-size: 18px;
    margin-left: 10px;
}

.ratings-percent span {
    font-weight: 700;
    font-size: 18px;
    color: #E27D60;
    margin-left: 15px;
}

.single-review-text,
.single-review-text-bold {
    color: #333333;
    font-size: 14px;
}

.single-review-text {
    font-weight: 300;
    margin: 0 0 5px;
}

.single-review-text-bold {
    font-weight: 700;
    margin: 0;
}

.single-review-content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.single-review-content-top .text-container {
    margin-bottom: 20px;
}

.single-review-content-bottom {
    align-items: center;
}

.text-container {
    width: 22%;
}

.text-container-big {
    width: 26%;
}

.single-review-buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 34%;
}

.single-review-info .button {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 14px;
    border: none;
    border-radius: 4px;
    margin: 0;
    padding: 10px 5px;
    width: 100%;
    max-width: 130px;
}

.single-review-info .button-white {
    color: #41B3A3;
    background: #FFFFFF;
    border: 1px solid #41B3A3;
    margin-right: 10px;
}

.logo-name-site {
    margin: 0;
    font-weight: 500;
    font-size: 26px;
}

.top-review-container {
    text-align: center;
    margin: 0 auto;
}

.top-review-title {
    margin: 0 0 30px;
    text-transform: uppercase;
}

.top-review-text {
    font-size: 20px;
    margin: 0 0 30px;
    text-align: center;
}

.stars-rate {
    display: flex;
}

.stars-rate img {
    width: 26px;
    height: 25px;
}

.main-content {
    width: 100%;
    background: #F8F5F5;
    padding: 70px 0 80px;
}

.main-container {
    max-width: 920px;
    margin: 0 auto;
}

.main-content-title h2,
.main-content-title h3 {
    text-align: left;
    font-weight: 400;
    font-size: 32px;
    line-height: 39px;
    margin: 0 auto 25px;
    letter-spacing: 0;
}

.main-content p:not([class]) {
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    margin: 0 0 20px;
}

.benefits {
    position: relative;
    font-weight: 600;
    background: #FFFFFF;
    box-shadow: 2px 6px 20px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    padding: 50px 90px;
    margin: 0 0 45px;
}

.benefits::after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: 12%;
    right: 0;
    border-right: 33px solid #e27d60;
    border-bottom: 26px solid transparent;
    border-top: 26px solid transparent;
}

.benefits-title {
    text-align: left;
    font-size: 32px;
    line-height: 39px;
    margin: 0 0 20px;
}

.benefits-text {
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    margin: 0 0 20px;
}

.benefits-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.benefits-item {
    position: relative;
    font-size: 18px;
    line-height: 120%;
    padding-left: 30px;
    margin: 0 0 15px;
}

.benefits-item:last-of-type {
    margin: 0;
}

.benefits-item::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 10px;
    height: 10px;
    background: #41B3A3;
    border-radius: 50%;
}

.main-content-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.main-content-item {
    position: relative;
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    padding-left: 30px;
}

.main-content-item::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.main-content-list--orange .main-content-item,
.main-content-list--green .main-content-item {
    margin: 0 0 20px;
}

.main-content-list--orange .main-content-item:last-of-type,
.main-content-list--green .main-content-item:last-of-type {
    margin: 0;
}

.main-content-list--orange .main-content-item::before {
    background: #E27D60;
}

.main-content-list--green .main-content-item::before {
    background: #41B3A3;
}

.faq {
    margin: 70px 0 40px;
}

.faq-title {
    line-height: 37px;
    margin: 0 0 15px;
    text-transform: uppercase;
}

.faq-text {
    font-weight: 300;
    font-size: 20px;
    line-height: 33px;
    text-align: center;
    margin: 0 0 30px;
}

.faq-accordion {
    width: 100%;
    max-width: 730px;
    margin: 0 auto;
}

.faq-accordion-item {
    padding-bottom: 10px;
}

.faq-accordion-question {
    width: 100%;
    background: #F8F5F5;
    -webkit-box-shadow: 2px 6px 20px rgba(0, 0, 0, 0.25);
            box-shadow: 2px 6px 20px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    padding: 10px 25px;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.faq-accordion-question--open {
    background: #FFFFFF;
}

.faq-accordion-top span {
    display: block;
    position: relative;
    padding-right: 35px;
}

.faq-accordion-top span::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    background-image: -webkit-gradient(linear,left top, right top,color-stop(100%, #379683),to(#379683)),-webkit-gradient(linear,left top, left bottom,color-stop(100%, #379683),to(#379683));
    background-image: -o-linear-gradient(left,#379683 100%,#379683 100%),-o-linear-gradient(#379683 100%,#379683 100%);
    background-image: linear-gradient(to right,#379683 100%,#379683 100%),linear-gradient(#379683 100%,#379683 100%);
    background-repeat: no-repeat;
    background-position: center,center;
    background-size: 14px 2px,2px 14px;
    width: 14px;
    height: 14px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.faq-accordion-question--open .faq-accordion-top span::before {
    background-size: 14px 2px,14px 2px;
}

.faq-accordion-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 40px;
    color: #379683;
}

.faq-accordion-answer {
    display: none;
    padding: 10px 0 15px;
}

.faq-accordion-answer--show {
    display: block;
}

.faq-accordion-text {
    font-weight: 300;
    font-size: 18px;
    line-height: 130%;
    margin: 0 0 15px;
}

.faq-accordion-text:last-of-type {
    margin-bottom: 0;
}

.recent-reviews {
    padding: 40px 0 70px;
}

.recent-reviews .reviews-wrapper {
    display: flex;
    justify-content: space-between;
}

.recent-reviews .single-review {
    flex-direction: column;
    width: 31%;
}

.recent-reviews .single-review-img {
    max-width: 100%;
    padding-bottom: 15px;
}

.recent-reviews .single-review-info {
    padding: 25px 25px 20px;
}

.recent-reviews .logo-name-site {
    text-align: center;
    margin-bottom: 25px;
}

.recent-reviews .single-review-text {
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 25px;
}

.recent-reviews .single-review-buttons {
    width: 100%;
}

.recent-reviews-text {
    font-weight: 300;
    font-size: 20px;
    line-height: 33px;
    text-align: center;
    margin: 0 auto 40px;
}

@media (max-width: 991px) {
    .reviews-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: inherit;
        width: 100%;
    }

    .single-review {
        flex-direction: column;
        width: 31%;
        margin-bottom: 15px;
    }

    .single-review-img {
        max-width: 290px;
        height: 195px;
        padding-bottom: 15px;
    }

    .single-review-info {
        padding: 20px 10px 10px;
    }

    .header-single-review-info {
        flex-direction: column;
        align-items: inherit;
    }

    .logo-name-site {
        margin-bottom: 15px;
    }

    .single-review-info .rating {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        height: 100%;
        max-width: 127px;
        right: -10px;
        padding: 0 5px;
        margin-left: 5px;
    }

    .rating-container {
        justify-content: space-between;
        align-items: center;
    }

    .single-review-content {
        flex-direction: column;
    }

    .single-review-content-bottom {
        align-items: flex-start;
    }

    .single-review-content-top .text-container {
        margin-bottom: 10px;
    }

    .text-container {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        padding: 0 10px;
        margin-bottom: 10px;
    }

    .single-review-text {
        margin-right: 10px;
    }

    .single-review-buttons {
        width: 100%;
    }

    .header-bottom img {
        object-fit: cover;
    }

    .headline h1 {
        font-size: 36px;
    }

    .benefits {
        padding: 50px;
    }

    .recent-reviews .single-review-info {
        padding: 20px 15px;
    }

    .recent-reviews .header-single-review-info {
        flex-direction: row;
    }

    .recent-reviews .single-review-info .rating {
        right: -15px;
    }
}

@media (max-width: 900px) {
    .blogs-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .recent-reviews .reviews-wrapper {
        justify-content: space-around;
    }

    .recent-reviews .single-review {
        width: 45%;
    }
}

@media (max-width: 768px) {
    .headline h1 {
        font-size: 24px;
        line-height: 29px;
    }

    .main-header-content {
        padding: 45px 0 50px;
    }

    h2,
    .main-header-content h2:not([class]) {
        font-size: 25px;
        letter-spacing: 0.095em;
    }

    .header-bottom img {
        height: 320px;
    }

    .single-review {
        width: 45%;
    }

    .main-content {
        padding: 40px 0;
    }

    .main-content-title h2,
    .main-content-title h3 {
        font-size: 20px;
        line-height: 140%;
        margin-bottom: 15px;
    }

    .main-content p:not([class]) {
        font-size: 16px;
        line-height: 140%;
        margin-bottom: 15px;
    }

    .benefits {
        padding: 40px 35px;
    }

    .benefits::after {
        top: 13%;
        border-right: 25px solid #e27d60;
        border-bottom: 20px solid transparent;
        border-top: 20px solid transparent;
    }

    .benefits-title {
        font-size: 22px;
        line-height: 27px;
        text-align: center;
        letter-spacing: 0.07em;
        margin: 0 0 15px;
    }

    .benefits-text {
        font-size: 16px;
        line-height: 140%;
        margin: 0 0 15px;
    }
    
    .benefits-item {
        font-size: 16px;
        line-height: 140%;
    }

    .main-content-list--orange {
        margin-bottom: 30px;
    }

    .main-content-list--orange .main-content-item,
    .main-content-list--green .main-content-item {
        margin: 0 0 15px;
    }

    .faq {
        margin: 40px 0;
    }

    .faq-title,
    .recent-reviews-title {
        font-size: 22px;
        line-height: 27px;
        letter-spacing: 0.07em;
        margin-bottom: 20px;
    }
    
    .faq-text,
    .recent-reviews-text {
        font-size: 18px;
        line-height: 140%;
        text-align: left;
    }

    .recent-reviews {
        padding: 40px 0 55px;
    }
}

@media(max-width: 575px) {
    .single-review {
        width: 100%;
        margin-bottom: 20px;
    }

    .single-review-buttons {
        justify-content: center;
    }

    .benefits {
        padding: 40px 30px 30px 20px;
    }

    .faq-accordion-question {
        padding: 10px 15px;
    }

    .recent-reviews .reviews-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .recent-reviews .single-review {
        width: 100%;
    }

    .recent-reviews .single-review-info .rating {
        height: 26px;
    }
}

@media(max-width: 568px) {
    .arrow-right::after {
        top: -4px;
    }

    .headline {
        padding: 0 15px;
    }
}

.rate > a {
    color: #BB261A;
    font-size: 16px;
}

main {
    position: relative;
}