* {
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 400;
    font-style: normal;
}

header {
    border-bottom: 1px solid #EFEFEF;
}

.nav-item a {
    border-radius: 16px;
    padding: 10px 15px!important;
}

.nav-item a:hover, .nav-item a.active {
    background-color: #FDECFF;
    color: #8F019C!important;
    font-weight: 400;
}

.navbar-toggler {
    border: 0!important;
}

.navbar-toggler:hover, .navbar-toggler:focus, .navbar-toggler:active {
    box-shadow: none!important;
    outline: none!important;
}

.btn-main-gray {
    background: #F5F5F5;
    border-radius: 20px;
    padding: 10px 80px;
    color: #0E61FE;
    font-weight: 600;
    font-size: 14px;
    transition: .3s;
    display: block;
    text-decoration: none;
    text-align: center;
}

.btn-main-gray:hover {
    background: rgba(166, 200, 255, 0.45);
}

.top-banner-block {
    padding-top: 50px;
    padding-bottom: 50px;
}

.top-banner-block > div {
    background-color: #f5f5f5;
    border: 1px solid #E0E0E0;
    border-radius: 150px;
    padding: 24px;
}

.top-banner-block h1 {
    color: #1F2D3F;
    font-size: 32px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 0;
}

.top-banner-block h1 span {
    color: #FF682C;
    font-weight: 700;
}

.top-banner-block > div > span {
    font-size: 14px;
    color: #6F6F6F;
    display: block;
    margin-top: 10px;
}

.content-block {
    background-color: #f5f5f5;
    padding-bottom: 40px;
}

.top-sites-block {
    padding-top: 40px;
    padding-bottom: 40px;
}

.top-site-block {
    background-color: #fff;
    border-radius: 20px;
    padding: 15px;
    margin-bottom: 15px;
    position: relative;
}

.top-site-block-img {
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-site-block p {
    font-size: 14px;
    font-weight: 400;
    color: #52555E;
}

.top-site-block .btn-main-gray {
   width: 100%;
    padding: 10px 20px;
    text-align: center;
}

.top-sites-label > div{
    padding-top: 30px;
    padding-bottom: 15px;
}

.top-label {
    position: absolute;
    top:0;
    left: 0;
    padding: 3px 8px;
    border-radius: 10px 0 10px 0;
    background: #FF832C;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 10px;
}

.offer-block {
    background-color: #fff;
    box-shadow: 0 1px 8px 0 #C6C6C63D;
    border-radius: 20px;
    padding: 70px 20px 30px 20px;
    margin-bottom: 15px;
    position: relative;
}

.offers-block-item:nth-child(2) .offer-block {
    background: #FEF5FF;
    border: 1px solid #F9B9FE;
}

.offers-block-item:nth-child(2) .offer-block .offer-block-rating span{
    color:  #F9B9FE;
}
.lable-top-offer {
    position: absolute;
    top:0;
    left: 57px;
    background: #FF2D55;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 0 0 20px 20px;
    padding: 8px 25px;
}

.offer-block .offer-block-number {
    position: absolute;
    top:0;
    left: 0;
    background: #F5F5F5;
    color: #8D8D8D;
    font-size: 14px;
    font-weight: 700;
    border-radius: 20px 0 20px 0;
    padding: 7px 12px;
}

.offers-block-item:nth-child(2) .offer-block .offer-block-number {
    position: absolute;
    top:0;
    left: 0;
    background: #C407D5;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
    border-radius: 20px 0 20px 0;
    padding: 7px 12px;
}


.offers-block-item:nth-child(3) .offer-block .offer-block-number {
    position: absolute;
    top:0;
    left: 0;
    background: #F389FD;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
    border-radius: 20px 0 20px 0;
    padding: 7px 12px;
}

.offers-block-item:nth-child(4) .offer-block .offer-block-number {
    position: absolute;
    top:0;
    left: 0;
    background: #FBD0FF;
    color: #001D6C;
    font-size: 14px;
    font-weight: 700;
    border-radius: 20px 0 20px 0;
    padding: 7px 12px;
}

.offers-block-header {
    color:#525252 ;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 90%;
    margin-bottom: 15px;
    padding-top: 15px;
}


.offers-block-header img {
    display: inline-block;
    padding: 5px 5px;
}

.offer-block-btn {
    background: #C407D5;
    border-radius: 20px;
    color: #fff;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    padding: 12px 30px;
    text-align: center;
    text-decoration: none;
    transition: .3s;
    width: 100%;
}

.offer-block-btn:hover {
    background: linear-gradient(96.01deg, #C407D5 -1.25%, #8604AE 97.61%);
    transition: .3s;
}

.offer-brand {
    text-align: center;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.offer-block-rating {
    text-align: center;
}

.offer-block-rating span {
    display: block;
    margin-top: 5px;
    color: #C6C6C6;
    font-size: 10px;
    font-weight: 400;
    text-align: center;
}

.block-header strong {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
}

.offer-block-read-review-btn {
    color: #007AFF;
    transition: .3s;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    margin-left: 20px;
    text-align: center;
    display: block;
}

.offer-block-read-review-btn:hover {
    color: #012a98;
}

.offer-block p {
    margin-bottom: 10px;
}

.offer-score {
    text-align: center;
    margin-bottom: 15px;
}


.offer-score span {
    font-size: 14px;
    font-weight: 400;
    color: #262626;
}

.offer-score a {
    margin-top: 5px;
    margin-bottom: 5px;
}


.offer-score img {
   display: inline-block;
    padding-bottom: 2px;
}


.offer-score strong {
    font-size: 32px;
    font-weight: 500;
    color: #262626;
    text-transform: uppercase;
}

.content-right-you-may-like-block {
    background: #ffffff;
    padding: 15px 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 1px 8px 0 #C6C6C63D;
}


.content-right-you-may-like-block h3 {
    padding-top: 10px;
    padding-bottom: 20px;
    color: #0E61FE;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid #EFEFEF;
}

.content-right-you-may-like-block-item {
    border-bottom: 1px solid #EFEFEF;
    padding-top: 15px;
}

.content-right-you-may-like-block-item:first-child {
    padding-top: 0;
}

.content-right-you-may-like-block-item:last-child {
    border-bottom: none;
}

.content-right-you-may-like-block-item strong {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 7px;
    display: block;
    color: #262626;
}


.content-right-you-may-like-block-item p {
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
    color: #525252;
}
.content-right-img-block img{
    display: block;
    margin: 0 auto;
    border-radius: 20px;
}

.reviews-block {
    padding-top: 60px;
    padding-bottom: 60px;
}

.reviews-block h2 {
    font-size: 32px;
    color: #63006C;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    text-align: center;
}

.reviews-block .title-block {
    font-size: 16px;
    color: #63006C;
    font-weight: 400;
    text-align: center;
}


.review-block > div {
    padding: 15px;
    background: #ffffff;
    border-radius: 20px;
    margin-bottom: 15px;
    box-shadow: 0 1px 8px 0 #C6C6C63D;
}

.title-block {
    margin-bottom: 30px;
}

.review-block-header {
    margin-bottom: 15px;
}


.review-block-header strong {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #161616;
    margin-bottom: 7px;
    margin-left: 10px;
}

.review-block-header span {
    display: block;
    font-size: 10px;
    font-weight: 600;
    color: #6F6F6F;
    text-transform: uppercase;
    margin-left: 10px;
}

.faq-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #F5F5F5;
}

.faq-block .title-block h2 {
    color: #262626;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
}


.faq-block .title-block p {
    color: #6F6F6F;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
}

.faq .faq-open-block {
    background: #FFFFFF;
    border-radius: 20px;
    margin-bottom: 20px;
}

.faq .faq-open-block .open-block-top {
    padding: 25px 15px;
    transition: .3s;
    border-radius: 20px;
    font-weight: 600;

}
.faq .faq-open-block .open-block-top:hover {
    cursor: pointer;
    background: rgba(166, 200, 255, 0.45);
}

.faq .faq-open-block .open-block-top span {
    font-size: 16px;
    line-height: 100%;
    font-weight: 700;
    width: 85%;
    display: block;
    color: #262626;
}

.faq .faq-open-block .open-block-bottom {
    padding: 10px 15px 25px 15px;
    display: none;
}

.faq-open-block.block-opened .open-block-bottom {
    display: block!important;
}

.faq-open-block.block-opened .open-block-bottom p {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color:#525252;
}

footer {
    padding-top: 40px;
    background-color: #161616;
    color: #ffffff;
    border-top: 1px solid #393939;
}

footer a {
    color:#ffffff;
}

footer nav li {
    color:#ffffff;
    list-style: none;
}

footer nav {
    padding-left: 0;
}

.footer-nav {
    margin-bottom: 30px;
}

.footer-nav span {
    padding-left: 15px;
}

.footer-nav span {
    padding-left: 15px;
    font-size: 16px;
    font-weight: 700;
    color: #525252;
    margin-bottom: 7px;
    display: block;
}

.footer-nav .nav li .nav-link {
    color:#ffffff;
    border-radius: 5px;
    font-size: 14px;
}

.footer-nav .nav li .nav-link:hover {
    background: #262626;
    border-radius: 5px;
    color: #ffffff!important;
}

.footer-logo {
    display: block;
    margin-bottom:  15px;
}
.footer-mail {
    text-decoration: none;
    transition: .3s;
    color: #ffffff;
}

.footer-mail:hover {
    opacity: .8;
}

.footer-mail img {
    display: inline-block;
    padding: 10px;
}

.footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

@media (min-width:768px) {


    .offers-block-header {
        padding-top: 0;
    }


}

@media (min-width:992px) {

    .content-block {
        padding-bottom: 60px;
    }

    .offer-brand {
        margin-bottom: 30px;
    }

    .offer-brand {
        min-height: 90px;
        margin-bottom: 0;
    }

    .offer-block-read-review-btn {
        color: #007AFF;
        transition: .3s;
        font-weight: 600;
        font-size: 14px;
        text-decoration: none;
        margin-left: 20px;
        text-align: left;
    }

    .offer-block {
        padding: 40px 30px 30px 30px;
        margin-bottom: 15px;
    }

}

.top-site-block-rating {
    text-align: center;
}

.top-site-block-rating img {
    vertical-align: baseline;
    height: 12px;
    width: 12px;
}

.review-block-text p {
    font-size: 14px;
    min-height: 135px;
}

@media (max-width: 767px) {
    .top-banner-block, .multinational-banner, .european-banner, .latam-banner, .asian-banner {
        background: none!important;
    }

    .top-banner-block > div {
        background: #f5f5f5;
        border-radius: 50px;
        padding: 25px;
    }

    .multinational-banner > div {
        background: #f5f5f5;
        border-radius: 50px;
        padding: 25px;
    }

    .european-banner > div {
        background: #f5f5f5;
        border-radius: 50px;
        padding: 25px;
    }

    .latam-banner > div {
        background: #f5f5f5;
        border-radius: 50px;
        padding: 25px;
    }

    .asian-banner > div {
        background: #f5f5f5;
        border-radius: 50px;
        padding: 25px;
    }

    .offer-block-btn {
        margin-bottom: 15px!important;
    }
}
/*
.multinational-banner {
    background: url('/img/multinational-banner.png') right bottom no-repeat;
}

.european-banner {
    background: url('/img/european-banner.png') right bottom no-repeat;
}

.latam-banner {
    background: url('/img/latam-banner.png') right bottom no-repeat;
}

.asian-banner {
    background: url('/img/asian-banner.png') right bottom no-repeat;
}*/

.mh-500 {
    min-height: 500px;
}

.brand-name-block > div > div {
    background-color: #EFEFEF;
    border: 1px solid #C6C6C6;
    border-radius: 24px 24px 0 24px;
    padding: 25px;
    text-align: center;
}

.brand-name-block img {
    min-height: 100px;
    max-width: 300px;
}

.brand-block h1 {
    font-weight: 700;
    font-size: 32px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.brand-block h1 span {
    color: #63006C;
    font-weight: 700;
    font-size: 32px;
}

.brand-quick-facts-block > div {
    /*background-color: #fff;
    border: 1px solid #E0E0E0;*/
    border-radius: 16px;
    margin-top: 40px;
    padding: 24px 16px;
    margin-bottom: 40px;
}

.brand-quick-facts-block h2 {
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0;
    vertical-align: middle;
    margin-bottom: 15px;
}

.brand-quick-facts-block ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.brand-quick-facts-block ul li {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 10px;
}

.brand-quick-facts-block ul li:last-child {
    margin-bottom: 0;
}

.brand-features-block {
    margin-bottom: 20px;
}

.brand-features-block h2 {
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0;
    vertical-align: middle;
    margin-bottom: 15px;
}

.brand-features-two-blocks {
    background-color: #EFEFEF;
    border: 1px solid #E0E0E0;
    border-radius: 16px;
    padding: 16px;
    margin-bottom: 40px;
}

.brand-features-two-blocks ul {
    margin-top: 15px;
    margin-bottom: 0;
}

.brand-features-two-blocks ul li {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 10px;
}
/*
.brand-most-out-of-block h2 {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 15px;
}*/

.brand-most-out-of-block h2, .brand-most-out-of-block h3 {
    font-weight: 700;
    font-size: 18px;
    margin-top: 15px;
}

.offcanvas-header {
    background-color: #161616;
}

/*Reviews page*/
.reviews-page .top-banner-block {
    background: none;
}

.reviews-page .top-banner-reviews-wrap {
    background: url('/img/img-review-page-banner.jpg') center no-repeat;
    background-size: cover;
}

.reviews-page h1 {
    color: #63006C;
    margin-bottom: 15px;
}

.reviews-page p {
    font-size: 14px;
    color: #6F6F6F;
    font-weight: 400;
}

.reviews-page .offer-block > div >div {
    margin-bottom: 15px;
}

.reviews-page .offers-block-item:nth-child(2) .offer-block {
    background: #ffffff;
    border: none;
}

.reviews-page .offers-block-item:nth-child(2) .offer-block .offer-block-rating span{
    color:  #C6C6C6;
}

.reviews-page .offer-block-read-review-btn {
    margin-left: 0;
}

.block-form-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #F5F5F5;
}

.block-form {
    margin: 0 auto;
}

.block-form h2{
    font-size: 32px;
    color: #262626;
    font-weight: 700;
    text-transform: uppercase;
}

.form-your-review .form-control {
    padding: 15px;
    border: 1px solid #EFEFEF;
}

.form-your-review .form-select {
    padding: 15px;
    border: transparent;
    font-size: 14px;
}

.form-your-review .form-label {
    font-size: 14px;
}

.form-your-review .form-control::placeholder {
    font-size: 14px;
    color: #A8A8A8;
}

.form-your-review .btn-main-gray.disabled {
    background: #E0E0E0;
    color: #8D8D8D;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 20px;
}

.form-your-review .btn-main-gray.disabled:hover {
    background: #E0E0E0;
    color: #8D8D8D;
    cursor: not-allowed;
}

.form-your-review textarea {
    resize: none;
}

.form-your-review .offer-block-btn {
    padding: 20px;
}


.about-web-site h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top:20px;
}

.about-web-site p ,.about-web-site ul li {
    font-size: 14px;
    color: #52555E;
    margin-bottom: 15px;
}

.about-web-site ul li {
    margin-bottom: 10px;
}

.reviews-page.about-web-site .top-banner-reviews-wrap{
    background: url('/img/about-web-site.jpg') left no-repeat;
    background-size: cover;
}

.terms h1 {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 700;
}

.span-bg {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 10px;
    display: block;
    border-radius: 10px;
    background: #ffffff;
    margin-top: 20px;
    margin-bottom: 20px;
}

.terms h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 30px;
}

@media (max-width: 767px) {
    .reviews-page .top-banner-block > div {
        background-image: none;
    }
}

@media (min-width: 768px) {
    .reviews-block p {
        min-height: 150px;
    }
}

@media (min-width: 992px) {
    .reviews-page .offer-block > div >div {
        margin-bottom: 0;
    }

    .block-form {
        width: 70%;
    }

    .content-block-width {
        width: 80%;
        margin: 0 auto;
    }
}

@media (min-width: 1200px) {

    .block-form {
        width: 60%;
    }
}

@media (min-width: 1400px) {

    .block-form {
        width: 50%;
    }
}

.blog .btn-main-gray {
    padding-left: 50px;
    padding-right: 50px;
}

.blog-title {
    color: #525252;
    font-size: 18px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 10px;
    display: block;
}
.blog h2 {
    font-weight: 700;
}

.pointer {
    cursor: pointer;
}

@media (max-width: 991px) {
    .blog-block {
        padding-top: 30px;
        padding-bottom: 10px;
    }
}

.modal-content {
    border-radius: 20px;
}

.top-banner-block {
    background: none!important;
}

.top-banner-block > div {
    background: #f5f5f5!important;
}

.br-40 > div {
    border-radius: 40px!important;
}

.modal-title {
    font-size: 18px;
}

.modal-content p {
    font-size: 14px;
}

.modal-content a {
    color: #C407D5;
}

.blog-block h4 {
    color: #525252;
    font-size: 18px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 10px;
    display: block;
}