body{
    margin: 0;
    font-family: 'Poppins', sans-serif;
}
a{
    text-decoration: none;
    color: unset;
}
img{
    max-width: 100%;
}
h1,h2,h3,h4,p{
    margin: 0;
    padding: 0;
}
header{
}
.container{
    max-width: 1360px;
    margin: auto;
}
.header-content{
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    align-items: center;
}
.logo{
    display: inline-block;
    width: 172px;
}
.link{
    font-size: 15px;
    font-weight: 400;
    color: #818181;
}
.link:hover{
    color: #d90863;
}
.top-link{
    padding-left: 20px;
}
.header-nav{
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}
.nav-container{
    display: flex;
    justify-content: space-between;
}
.nav-link{
    padding-right: 20px;
}
.header-search, nav{
    padding: 20px 0;
}
.header-search{
    padding-left: 15px;
    border-left: 1px solid #e2e2e2;
}
.search-input{
    border: none;
    width: 95px;
    outline: none;
}
.share:hover{
    color: #d90863;
    cursor: pointer;
}
.breadcrumb-share{
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
}
.top-banner{
    position: relative;
}
.banner-title{
    position: absolute;
    background: #ffffff;
    padding: 35px 0;
    width: 66%;
    border-radius: 0 4px 0 0;
    bottom: 0;
    left: 0;
}
.banner-title .banner-title-text{
    width: 75%;
    color: #292929;
    font-size: 40px;
    font-weight: 700;
}
.banner-subtitle{
    width: 34%;
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(41, 41, 41, 0.65);
}
.subtitle-content{
    padding: 18px 20px;
}
.banner-subtitle-text{
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
}
.location{
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
}
.author-block{
    display: flex;
}
.author-photo{
    width: 37px;
}
.author-name-date{
    padding-left: 11px;
    display: flex;
    flex-direction: column;
}
.author-name{
    /*color: #818181;*/
    color: #4a4949;
    font-size: 14px;
    font-weight: 400;
}
.post-date{
    color: #919191;
    font-size: 14px;
    font-weight: 400;
}
.description-sites-container{
    display: flex;
}
.short-description{
    width: 66%;
}
.short-description-text{
    font-size: 16px;
    font-weight: 400;
    color: #818181;
    line-height: 30px;
    padding: 40px 80px 40px 0;
}
.top-sites-block{
    width: 34%;
}
.top-site-item{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    margin-top: 10px;
}
.top-site-item:before{
    position: absolute;
    top: -6px;
    left: 22px;
    content: "";
    width: 10px;
    height: 10px;
    border-style: solid;
    border-width: 0 1px 1px 0;
    background: #ffffff;
    transform: rotate(45deg);
    border-color: transparent #e2e2e2 #e2e2e2 transparent;
}
.top-site-content{
    display: flex;
    align-items: center;
}
.top-site-number{
    color: #c9b674;
    font-size: 24px;
    font-weight: 700;
    width: 20px;
}
.top-site-logo{
    width: 34px;
    margin: 0 10px 0 15px;
}
.top-sites-name{
    color: #292929;
    font-size: 16px;
    font-weight: 600;
}
.sites-ranking-title{
    color: #292929;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}
.table-site-items{
    width: 60%;
}
.ranked-order-table{
    display: flex;
    justify-content: space-between;
    padding-bottom: 60px;
}
.table-site-item, .mobile-site-item{
    display: flex;
    padding: 20px;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    margin-top: 20px;
    position: relative;
}
.table-site-item:before, .mobile-site-item:before{
    position: absolute;
    top: -6px;
    left: 22px;
    content: "";
    width: 10px;
    height: 10px;
    border-style: solid;
    border-width: 0 1px 1px 0;
    background: #ffffff;
    transform: rotate(45deg);
    border-color: transparent #e2e2e2 #e2e2e2 transparent;
}
.site-order-number, .site-order-item-mobile{
    font-size: 30px;
    font-weight: 700;
    color: #c9b674;
}
.site-ranked-content{
    /*display: flex;*/
    width: 100%;
}
.logo-name-btn{
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
}
.logo-name{
    display: flex;
}
.ranked-logo{
    width: 36px;
    margin-left: 24px;
}
.ranked-name-description{
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    margin-top: -3px;
}
.ranked-name{
    color: #292929;
    font-size: 18px;
    font-weight: 600;
}
.ranked-description, .mobile-ranked-description{
    font-size: 14px;
    font-weight: 400;
    color: #919191;
    margin-top: -5px;
}
.visit-btn{
    padding: 10px 40px;
    color: #ffffff;
    font-weight: 700;
    border-radius: 4px 6px 6px;
    background: linear-gradient(to right, #e51d4e 0%, #de1259 46%, #d70566 99%);
    display: flex;
    align-items: center;
    text-transform: capitalize;
}
.site-ranked-features{
    display: flex;
    justify-content: space-between;
}
.site-feature-items{
    display: flex;
    flex-direction: column;
}
.site-feature-items span{
    line-height: 18px;
}
.site-feature-item{
    color: #919191;
    font-size: 14px;
    font-weight: 400;
}
.site-feature-bold{
    color: #494949;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
}
.price-small{
    font-size: 11px;
    font-weight: 400;
    color: #919191;
}
.reviews{
    padding-right: 30px;
}
.pricing{
    padding-left: 23px;
}
.featured-articles{
    width: 34%;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    margin-top: 20px;
    height: fit-content;
}
.feature-articles-content{
    padding: 35px;
}
.feature-articles-header{
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
    border-bottom: 1px solid #e2e2e2;
}
.feature-articles-title{
    display: flex;
    align-items: center;
}
.feature-articles-title i{
    color: #c9b674
}
.article-title{
    padding-left: 13px;
    color: #292929;
}
.feature-articles-item{
    display: flex;
    margin-top: 20px;
    /*justify-content: space-between;*/
}
.articles-image{
    width: 80px;
}
.articles-text{
    width: 240px;
    display: flex;
    flex-direction: column;
    padding-left: 21px;
}
.articles-title{
    color: #868686;
    font-size: 14px;
    font-weight: 400;
}
.read-more{
    padding-top: 10px;
    color: #868686;
    font-size: 12px;
    font-weight: 400;
}
.site-feature-items img{
    width: 98px;
}
.full-review-title{
    color: #292929;
    font-size: 40px;
    font-weight: 700;
    padding-bottom: 80px;
}
.sites-full-review{
    display: flex;
    justify-content: space-between;
}
.review-number{
    color: #c9b674;
    font-size: 72px;
    font-weight: 700;
    line-height: 60px;
    padding-right: 20px;
}
.description-rating-block{
    width: 60%;
}
.main-product-rating{
    width: 33%;
}
.full-review-number-name{
    display: flex;
    align-items: center;
}
.main-short-descr{
    font-size: 14px;
    font-weight: 400;
    color: #919191;
    display: inline-block;
    padding-top: 8px;
}
.full-review-block{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.main-product-rating-content{
    padding: 35px 40px;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
}
.rating-logo-name{
    display: flex;
    align-items: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #e2e2e2;
}
.product-name-rating{
    padding-left: 20px;
    margin: -10px 0 0 0;
}
.rating{
    display: flex;
    align-items: center;
    margin: -5px 0 0 -5px;
}
.main-product-feature{
    display: flex;
    margin-top: 20px;
}
.site-feature-items{
    padding-left: 20px;
}
.feature-image{
    width: 30px;
}
.age-range-feature{
    padding-bottom: 20px;
    border-bottom: 1px dashed #e2e2e2;
}
.visit-site-btn{
    display: flex;
    margin-top: 40px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: 42px;
    width: 100%;
    height: 60px;
    justify-content: center;
    align-items: center;
    box-shadow: 0 10px 27px rgba(226, 24, 83, 0.47);
    border-radius: 4px;
    background-color: #dc1063;
    background-image: linear-gradient(to right, #e51d4e 0%, #de1259 46%, #d70566 99%);
}
.slick-dots li.slick-active button:before{
    color: #d90863;;
    font-size: 10px;
    margin-top: 1px;
}
.slick-dots li{
    margin: 0;
}
.slide{
    box-shadow: 0 30px 40px rgba(143, 138, 131, 0.4);
}
.short-overview-block{
    margin-top: 90px;
}
.short-overview-block>h3{
    color: #292929;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}
.short-overview-block>p{
    font-weight: 400;
    line-height: 30px;
    color: #868686;
}
.pros-cons-item-text i{
    color: #c9b674;
    margin-right: 8px;
}
.pros-cons-item-text span{
    color: #868686;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    display: block;
}
.pros-block, .cons-block{
    padding: 30px 32px 25px 32px;
    border-radius: 4px;
    border: 1px solid #e2e2e2;
    display: flex;
    flex-direction: column;
}
.pros-cons-block{
    display: flex;
    justify-content: space-between;
    margin: 60px 0 100px 0;
}
.pros-cons-title{
    margin-bottom: 25px;
}
.pros-cons-item-text{
    width: 280px;
    display: flex;
    margin-bottom: 10px;
}
.override-padding{
    padding-left: 10px;
}

.scrolled-header{
    padding: 10px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background: #ffffff;
    box-shadow: 0 3px 13px rgba(0, 0, 0, 0.06);
    display: none;
}
.scrolled-header .container{
    display: flex;
    justify-content: space-between;
}
.burger{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 14px;
    margin-right: 20px;
}
.burger-line{
    width: 20px;
    height: 2px;
    border-radius: 50%;
    background: #111212;
}
.scrolled-header-menu-title{
    display: flex;
    align-items: center;
}
.scrolled-header-btn-logo{
    display: flex;
    align-items: center;
}
.scrolled-logo{
    width: 36px;
    height: 36px;
    margin-right: 12px;
}
.scrolled-header .visit-btn{
    padding: 6px 40px;
}
.scrolled-header-menu-title .header-title{
    color: #4a4949;
    font-size: 16px;
    font-weight: 500;
}
#current-site{
    color: #292929;
    font-weight: 600;
}
.slick-list.draggable{
    position: relative;
}
.slick-list.draggable:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    box-shadow: 10px 10px 10px 10px rgba(0,0,0,0.5) ; /* Параметры тени */
}
.slick-dotted.slick-slider {
    margin-bottom: 30px;
    box-shadow: 0 43px 38px rgba(0, 0, 0, 0.26);
}
.slick-dots{
    bottom: -35px;
}



.blue-desc .main-product-rating{
    margin-top: -325px;
    width: 34%;
}
.blue-desc .banner-title{
    width: 66%;
    margin-bottom: -100px;
}
.blue-desc .banner-subtitle{
    width: 34%;
}
.blue-desc .author-description{
    margin-top: 100px;
}
.blue-desc .full-review-block{
    margin-top: 80px;
}
.blue-desc .product-name{
    font-size: 24px;
    /*line-height: 150%;*/
    line-height: 38px;
}
.blue-desc .site-feature-item{
    color: #292929;
}
.blue-desc .visit-site-btn{
    box-shadow: 0 10px 27px rgba(0, 168, 255, 0.47);
    border-radius: 4px;
    /*background-color: #dc1063;*/
    background-image: linear-gradient(to right, #009cff 0%, #00a2ff 46%, #00a8ff 99%);
}
.blue-desc .description-rating-block .visit-site-btn{
    width: 382px;
    height: 59px;
    margin: 60px auto;
}
.blue-desc .pros-cons-block{
    margin: 60px auto;
}
.blue-desc .banner-title .banner-title-text {
    width: 90%;
    font-size: 40px;
    font-weight: 700;
}
.blue-desc .slick-dots li.slick-active button:before{
    /*color: #d90863;*/
    color: #00a8ff;
}
.blue-desc .link:hover, .blue-desc .share:hover{
    color: #00a8ff;
}
.blue-desc .short-overview-block p{
    padding-bottom: 30px;
}
footer{
    background-color: #f9f9f9;
    padding: 60px 0;
}
.footer-content{
    display: flex;
    justify-content: space-between;
}
.footer-logo{
    width: 155px;
}
.footer-text-content{
    max-width: 780px;
}
.footer-links{
    display: flex;
    padding-bottom: 30px;
}
.footer-link{
    color: #292929;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    padding-right: 35px;
}
.footer-text{
    color: #868686;
    font-size: 16px;
    font-weight: 400;
    padding-right: 35px;
}

.blue-theme .visit-btn{
    background-color: #58c1e9;
    background-image: linear-gradient(to right, #009cff 0%, #00a2ff 46%, #00a8ff 99%);
}
.blue-theme .visit-site-btn{
    box-shadow: 0 10px 27px rgba(0, 168, 255, 0.47);
    background-image: linear-gradient(to right, #009cff 0%, #00a2ff 46%, #00a8ff 99%);
}
.blue-theme .slick-dots li.slick-active button:before{
    /*color: #d90863;*/
    color: #00a8ff;
}
.blue-theme .link:hover, .blue-theme .share:hover{
    color: #00a8ff;
}
.mobile-burger, .mobile-sites-header, .mobile-site-item, .mobile-site-full-review{
    display: none;
}
.mobile-full-review{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mobile-full-review .review-number{
    font-size: 42px;
    padding-right: 0;
}
.mobile-full-review .product-main-logo img{
    max-height: inherit;
}
.mobile-full-review .product-main-logo{
    max-width: 40%;
    max-height: 30px;
    padding-left: 20px;
}
.mobile-full-review-banner{
    margin-top: 20px;
    box-shadow: 0 30px 40px rgba(143, 138, 131, 0.4);
}
.mobile-full-review-banner img{
    margin-bottom: -7px;
}
.mobile-full-review .product-name{
    font-size: 16px;
    display: flex;
    align-items: center;
}
.mobile-site-full-review .main-short-descr{
    font-size: 13px;
    padding-top: 0;
}
.mobile-site-full-review .main-product-rating-content{
    padding: 30px 0;
    border: 0;
}
.mobile-site-full-review .site-feature-items img{
    margin-left: -5px;
}
.mobile-site-full-review .short-overview-block{
    margin-top: 30px;
}
.mobile-site-overview-bottom .visit-btn{
    width: 58%;
}
.mobile-site-overview-bottom .mobile-site-logo img{
    margin-bottom: -8px;
}
.mobile-site-overview-bottom{
    display: flex;
    justify-content: space-between;
    padding: 30px 0 60px 0;
}
.mobile-site-overview-bottom .visit-btn{
    display: flex;
    justify-content: center;
}
.read-more-in-text{
    color: #00a2ff;
}
.number-name-mobile{
    display: flex;
    justify-content: center;
}
@media(max-width: 1420px){
    .container{
        margin: 0 30px;
    }
}
@media(max-width: 700px){
    .header-top-links, .nav-container, .breadcrumb-share, .banner-subtitle,
    .featured-articles, .table-site-item, .main-product-rating-content,
    .full-review-block, .sites-full-review, .burger{
        display: none;
    }
    .mobile-site-item{
        display: flex;
    }
    body{
        padding-bottom: 80px;
    }
    .header-title .mobile-header-fixed-title{
        display: inline-block;
        width: 50%;
    }
    .scrolled-header-menu-title .header-title{
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }
    .scrolled-header-btn-logo .scrolled-logo{
        width: 43px;
        height: 43px;
        padding: 30px 0 30px 30px;
    }
    .scrolled-header .visit-btn{
        padding: 0;
        margin-right: 30px;
        width: 70%;
        height: 43px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .scrolled-header-btn-logo{
        position: fixed;
        width: 100%;
        background: #ffffff;
        bottom: 0;
        box-shadow: 13px 0px 12px rgba(0, 0, 0, 0.2);
        margin: 0 -30px;
        display: flex;
        justify-content: space-between;
    }
    .full-review-title{
        padding-bottom: 30px;
        font-size: 36px;
    }
    .mobile-site-full-review, .main-product-rating-content{
        display: block;
    }
    .main-product-rating{
        width: 100%;
    }
    /*.scrolled-header{*/
    /*    display: none!important;*/
    /*}*/
    .mobile-burger{
        display: flex;
        width: 20px;
        height: 15px;
        flex-direction: column;
        justify-content: space-between;
    }
    .mobile-burger-line{
        width: 100%;
        height: 3px;
        background: #1b1c1d;
    }
    .banner-title{
        position: static;
        width: auto;
    }
    .top-banner{
        display: flex;
        flex-direction: column-reverse;
    }
    .banner-title .banner-title-text{
      width: auto;
      font-size: 32px;
    }
    .description-sites-container{
      flex-direction: column;
    }
    .short-description{
        width: auto;
    }
    .author-description{
        padding: 30px 0 0 0;
    }
    .short-description-text{
        padding: 20px 0;
    }
    .mobile-sites-header{
        display: block;
    }
    .top-sites-block{
        width: auto;
    }
    .sites-ranking-title{
        padding: 45px 0 30px 0;
    }
    .mobile-site-item{
        flex-direction: column;
    }
    .mobile-site-item-top-container{
        display: flex;
        align-items: center;
    }
    .site-order-item-mobile{
        padding-right: 15px;
    }
    .site-logo-mobile{
        padding-right: 10px;
    }
    .site-feature-bottom-container-mobile{
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }
    .site-feature-bottom-container-mobile .reviews{
        padding: 10px 0 0 0 ;
    }
    .site-feature-bottom-container-mobile .site-feature-bold img{
        margin-left: -5px;
    }
    .site-feature-bottom-container-mobile i{
        font-size: 12px;
    }
    .mobile-button{
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }
    .table-site-items{
        width: auto;
    }
}