* {
    box-sizing: border-box;
    padding: 0;
    border: none;
    margin: 0;
    box-shadow: none;
    outline: none;
    font-family: Chivo,sans-serif;
    letter-spacing: 1px;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    color: #333;
}
#cookies{
    position: fixed;
    bottom: 0;
    background: #e4e4e4;
    width: 100%;
    text-align: center;
    padding: 5px;
    z-index: 99;
}
#cookies p{
    margin-bottom: 0;
    font-size: 14px;
}
#cookies p a{
    font-size: 14px;
    text-decoration: none;
    color: #65b2c6;
}
#cookies span{
    right: 15px;
    position: absolute;
    top: 0;
    cursor: pointer;
}
.bold{
    font-weight: bold;
}
.flex{
    display: flex;
    align-items: center;
}
.relative{
    position: relative;
}
.flex-between{
    display: flex;
    justify-content: space-between;
}
.valign-center{
    display: flex;
    align-items: center;
}
ul li{
    background-image: url(img/check_discl.png);
    background-repeat: no-repeat;
    list-style: none;
    padding-left: 25px;
}
ul li.nav-item, .dropdown-menu.show li{
    background-image:none;
    padding-left: 0;
}
.content h1{
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 20px;
}
.content h2{
    font-size: 26px;
    line-height: 36px;
    font-weight: 900;
    margin-bottom: 20px;
}
.content h3 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 900;
    margin-bottom: 20px;
}
.content p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 30px;
}
.content ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4c5b6d;
    margin-bottom: 10px;
}
.content ol {
    margin-bottom: 30px;
    padding-left: 25px;
}
.content ol li {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    list-style-type: decimal;
    line-height: 25px;
    margin-bottom: 15px;
    text-align: left;
}
.disclosure{
    margin-top: 20px;
}
.disclosure h3{
    color: #939393;
    font-size: 18px;
    line-height: 30px;
    font-weight: 900;
}
.disclosure p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #939393;
    margin-bottom: 30px;
}
.custom-popover {
    --bs-popover-max-width: 700px;
    --bs-popover-body-padding-x: 1rem;
    --bs-popover-body-padding-y: .5rem;
}
/*color*/
.grey{
    background: linear-gradient(180deg,#F3F6FA 0%,#F3F6FA 49.46%,#FFFFFF 100%);
}
#toTop{
    position: fixed;
    z-index: 30;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 8px 20px #b4becd59;
    background: #d73d6c;
    cursor: pointer;
    transition: all .2s;
}
#toTop:hover{
    background: #E04F52;
}
#toTop img{
    width: 22px;
    margin-bottom: 6px;
}
.active-color{
    background: #d73d6c !important;
    color: #fff !important;
}
.nav-link.active{
    color: #d73d6c !important;
}
.text-articles h4:hover{
    color: #d73d6c;
}
a:hover {
    text-decoration: none;
    color: #d73d6c !important;
}
a.button, p.button{
    background: #d73d6c;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    transition: background .2s;
    padding: 12px 30px;
    text-decoration: none;
}
a.button:hover, p.button:hover {
    background: #d73d6c;
    box-shadow: 0 4px 20px #959da940;
    color: #fff!important;
}
.grey-button{
    max-width: 130px;
    width: 100%;
    background: #F9F9F9;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 0 15px;
}
.grey-button img{
    width: 100%;
}
.grey-button:hover{
    box-shadow: 0 4px 20px #959da940;
    border-radius: 10px;
}
.visit-datesite{
    margin-right: 36px;
    padding: 10px 45px;
    text-align: center;
    white-space: nowrap;
    margin-bottom: 0;
    max-width: 74%;
    width: 100%;
    height: 46px;
    background: #F46467;
    border-radius: 4px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
}
.visit-datesite:hover{
    color:#fff!important;
    box-shadow: 0 4px 20px #959da940;
}
.more-review{
    margin-top: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #f46467;
    letter-spacing: 0;
    text-transform: capitalize;
    flex-shrink: 0;
    text-decoration: none;
}
.more-review:hover{
    text-decoration: underline;
}
.link-one-news{
    display: block;
    position: relative;
    width: calc(100% - 55px);
    padding: 10px 0;
    background: #d73d6c;
    border-radius: 10px 0 0 10px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #fff !important;
    text-align: center;
    cursor: pointer;
    transition: background .2s;
    margin-bottom: 15px;
    text-emphasis: none;
    text-decoration: none;
}
.link-one-news:hover{
    background: #d73d6c;
    box-shadow: 0 4px 20px #959da940;
    color: #fff !important;
}
.link-one-news:after {
    width: 54px;
    height: 44px;
    content: "";
    position: absolute;
    right: -55px;
    top: 0;
    background: #d73d6c url(img/arrow_small_icon.svg) no-repeat 50%;
    transition: background-color .2s;
    border-radius: 0 10px 10px 0;
}
.link-one-news:hover:after {
    background: #d73d6c url(img/arrow_small_icon.svg) no-repeat 50%;
    box-shadow: 0 4px 20px #959da940;
}
.article a:hover h3{
    color: #d73d6c;
}
.love-story-head p span:hover{
    color: #d73d6c;
}
.two-color{
    color: #65b2c6;
}
.white-button{
    background: #FFFFFF;
    border: 1px solid #d73d6c;
    border-radius: 10px;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #d73d6c;
    padding: 10px 20px;
    text-decoration: none;
}
.white-button:hover{
    border: 1px solid #d73d6c;
    box-shadow: 0 4px 20px #959da940;
    border-radius: 10px;
}
.background-img{
    padding: 156px 0 128px;
    color: #333;
    background: url(img/reviews_bg.jpg) no-repeat top center;
    background-size: contain;
}
.head-text h1{
    margin: 0 auto 20px;
    font-weight: 600;
    font-size: 46px;
    line-height: 60px;
    text-transform: uppercase;
    color: #333;
    padding-right: 50%;
}
.head-text p{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #333;
    margin: 0 auto 30px;
    padding-right: 10%;
}
.article-advice a p{
    color: #d73d6c;
}
.article-advice a:hover p{
    text-decoration: underline;
}
.navbar-toggler-icon{
    background-image: url("img/burger_icon.svg");
}
/*/color*/

/*nav*/
.navbar-toggler{
    border: none;
}
.logo, .custom-logo-link img{
    height: 50px;
    width: auto;
}
.nav-link.dropdown-toggle img{
    width: 20px;
    height: 20px;
}
.navbar-toggler:focus{
    box-shadow: none;
}
.navbar-expand-lg .offcanvas {
    justify-content: end;
    flex-grow:0;
    display: flex;
}
.offcanvas-header .btn-close{
    background-image: url("img/close_icon.svg");
}
.bg-body-tertiary {
    background-color: #fff !important;
}
header li.nav-item a.nav-link {
    display: block;
    padding: 10px 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #333;
    margin-right: 20px;
    transition: color .2s;
    white-space: nowrap;
}
.bg-body-tertiary .dropdown-toggle::after{
    display: none;
}

/*/nav*/

/*first*/

.first{
    background-image: url("img/category_bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5px 0;
    position: relative;
}
h1, h1 p{
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 56px;
    letter-spacing: 1px;
    color: #1f2d3f;
    text-transform: uppercase;
    margin-bottom: 0;
}
h1 span{
    font-weight: 600;
    font-size: 60px;
}
.head_img{
    justify-content: end;
    display: flex;
}
.header_image{
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    padding: 8px 8px 45px 8px;
    display: block;
    max-width: 420px;
    z-index: 0;
}
.header_image img{
    width: 100%;
}
.head_h1{
    display: flex;
    align-items: center;
}

/*second*/
.second{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    background: #F9F9F9;
    margin-bottom: 45px;
    color: #6d6b6b;
}
.update{
    display: flex;
    align-items: center;
}
.update p{
    margin-bottom: 0;
}
.update span{
    font-size: 11px;
    padding: 15px;
}
.update a{
    background: none;
    font-weight: bold;
    cursor: pointer;
    font-size: 11px;
}
.popup{
    justify-content: end;
}
/*third*/
.third .wrap{
    position: relative;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
    box-shadow: 0 8px 20px #b4becd59;
}
.wrap-content{
    display: flex;
    justify-content: space-around;
}
.logo-wrap{
    width: 100%;
}
.wraps{
    padding: 0 30px 0 0;
}
.wraps .wrap:first-child  {
    background: #eff9fb;
    border: 2px solid #65b2c6;
    box-shadow: 0 4px 20px #c4cdd940;
    border-radius: 10px;
}
.label{
    position: absolute;
    color: #fff;
    top: 0;
    left: 0;
    z-index: 10;
    display: flex;
    justify-content: center;
    font-size: 22px;
    line-height: 28px;
}
.label .number{
    background: #bbc9de;
    border-radius: 8px 0 10px;
    padding: 10px;
    margin-right: 5px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    letter-spacing: .5px;
    color: #fff;
}
.label .top{
    background: #65b2c6;
    border-radius: 0 0 10px 10px;
    padding: 9px 18px;
    display: none;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    letter-spacing: .5px;
    font-feature-settings: "liga" off;
    color: #fff;
}
.wraps .wrap:first-child .label .top{
    display: block;
}
.wraps .wrap:first-child .label .number{
    background: #65b2c6;
}
.logo-stars{
    padding: 60px 20px;
}
.stars{
    position: relative;
    margin-top: 20px;
}
.rectangle{
    /*138.28*/
    /*width: 138.28px;*/
    height: 25px;
    background: #FFD464;
}
.star{
    width: 138.28px;
    height: 25px;
    position: absolute;
    background-image: url("img/stars.png");
    background-size: cover;
}
.wraps .wrap:first-child .star{
    background-image: url("img/stars-blue.png");
}
.page-content{
    display: flex;
    align-items: center;
}
.page-content ul li {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4c5b6d;
    list-style: none;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    padding-left: 25px;
}
.page-content ul{
    padding: 0;
}
.read-more{
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #1f2d3f;
    transition: color .2s;
    text-transform: uppercase;
    margin-top: auto;
}
.result img{
    width: 13px;
    height: 13px;
}
.result-stars{
    font-size: 32px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 0;
}
.result-stars span{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #333;
    text-transform: capitalize;
    margin-bottom: 0;
}
.our{
    text-transform: uppercase;
    font-size: 12px;
    line-height: 18px;
    color: #91a1b9;
}
.result{
    display: flex;
    align-items: center;
}
.result2 div{
    margin-bottom: 25px;
}

.meet-article{
    box-shadow: 0 4px 20px #c4cdd940;
    border-radius: 10px;
    padding: 20px;
}
.meet-article img{
    width: 100%;
    border-radius: 10px;
}
.meet-article h2{
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    letter-spacing: .5px;
    margin: 20px 0;
}
.article a h3{
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #1f2d3f;
}
.article p{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #4c5b6d;
    padding-bottom: 20px;
    border-bottom: 1px solid #E0E7F1;
    margin-bottom: 0;
}
.article {
    padding: 20px 20px 0 20px;
}
.article a:hover, .article a{
    text-decoration: none;
}

/*fourth*/
.fourth{
    margin-bottom: 50px;
}
.fourth h3, .fifth h3, .sixth h3, .seventh h3, .eighth h3{
    font-size: 26px;
    line-height: 36px;
    font-weight: 900;
    color: #333;
}
.fourth h3, .fifth h3, .eighth h3{
    text-align: center;
    margin: 50px 0 20px;
}
.fourth h3 span, .fifth h3 span, .sixth h3 span, .seventh h3 span,.eighth h3 span{
    font-weight: 700;
    font-size: 26px;
}
.fourth .description{
    text-align: center;
    margin-bottom: 50px;
}
.love-story-head{
    display: flex;
    padding: 20px 0;
    align-items: center;
}
.love-story a{
    text-decoration: none;
}
.love-story-head img{
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
.love-story-head p{
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #1f2d3f;
    margin-left: 20px;
    margin-bottom: 0;
}
.love-story-head p span{
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #1f2d3f;
    cursor: pointer;
    transition: color .2s;
    text-transform: uppercase;
    margin-top: auto;
}
.love-story{
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 0 4px 20px #c4cdd940;
    border-radius: 14px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    transition: all .2s;
}
.love-story-text p{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4c5b6d;
    width: 100%;
    margin-bottom: 20px;
    text-align: left;
    height: 192px;
    overflow-y: hidden;
}

.love-story-button{
    display: flex;
    justify-content:space-between;
}
.fourth h3 img{
    width: 40px;
    height: 36px;
}
/*fifth*/
.fifth{
    background-image: url("img/category_bg.png");
    background-size: cover;
    margin-bottom: 50px;
    padding-bottom: 50px;
}
.offer-wrap{
    justify-content: center;
}
.fifth .wraps {
    padding: 0;
}
.fifth .wraps .wrap:first-child{
    padding-left: 15px;
}
.fifth .result2 div {
    margin-top: 25px;
}
/*sixth*/
.sixth{
    margin-bottom: 50px;
    background: #F9F9F9;
    padding: 50px 0;
}
.sixth-head{
   display: flex;
   align-items: center;
}
.category{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border: 1px solid #BBC9DE;
    border-radius: 10px;
    max-width: 160px;
    width: 100%;
    padding: 35px 20px;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: .5px;
    color: #4c5b6d;
    text-decoration: none;
}
.category:hover {
     border: 1px solid #DA3D6C;
     box-shadow: 0 4px 20px #959da940;
     border-radius: 10px;
 }
.popular-category{
    display: flex;
    justify-content: space-between;
}
.category.active{
    background: rgba(187,201,222,.55);
    border: 1px solid rgba(187,201,222,.55);
    border-radius: 10px;
    opacity: .7;
    cursor: not-allowed;
}
/*seventh*/
.seventh{
    margin-bottom: 50px;
}
.seventh h3{
    margin-bottom: 25px;
}
.accordion-item{
    margin-top: 15px;
    background: #FFFFFF;
    box-shadow: 0 4px 20px #c4cdd940;
    border-radius: 10px !important;
    max-width: 770px;
    width: 100%;
    border: none !important;
}
.accordion-header{
    display: flex;
    align-items: center;
    position: relative;
    background: #FFFFFF;
    letter-spacing: .5px;
    border-radius: 10px;
    width: 100%;
}
.accordion-button{
    font-family: Chivo,sans-serif;
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    color: #1f2d3f;
}
.accordion-body{
    font-family: Chivo,sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4c5b6d;
    margin-bottom: 15px;
}
.accordion-button:not(.collapsed) {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}
.accordion-button:focus {
    border-color: #ddd;
    box-shadow:none;
}
.best-site h3{
    font-weight: 400;
}
.best-site-wrap{
    padding: 20px 15px;
    border-bottom: 1px solid #E0E7F1;
}
.best-site .best-site-wrap:last-child{
    border-bottom:none;
}
.best-site-wrap img{
    width: 140px;
    height: auto;
}
.best-site{
    background: #FFFFFF;
    box-shadow: 0 4px 20px #c4cdd940;
    border-radius: 10px;
    padding: 20px 20px 0;
}
.best-stars{
    display: flex;
    margin: 10px 0;
}
.best-stars p, .best-stars .stars{
    margin: 0;
    font-size: 25px;
    line-height: 25px;
}
.best-stars p{
    padding-right: 10px;
}
/*eighth*/
.eighth{
    margin-bottom: 50px;
}
.last-articles{
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 0 4px 20px #c4cdd940;
    border-radius: 10px;
    margin-bottom: 20px;
}
.last-articles img{
    width: 100%;
    height: auto;
}
.img-articles{
    width: 100%;
    height: 220px;
    overflow: hidden;
    border-radius: 10px;
}
.text-articles h4{
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    letter-spacing: .5px;
    color: #1f2d3f;
    margin: 20px 0;
    text-transform: capitalize;
}
p.date{
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #a0aec2;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
p.date img{
    width: 16px;
    height: 16px;
}
.text-articles p{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4c5b6d;
    height: 72px;
    overflow-y: hidden;
    margin-bottom: 30px;
}
footer {
    width: 100%;
    background: #254c56;
    color: #fff;
    padding: 30px 0;
}
footer ul{
    list-style: none;
}
footer ul li{
    background-image: none;
}
footer ul li a{
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 15px;
    transition: color .2s;
    text-decoration: none;
}
.copyright{
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #a0aec2;
    margin-top: 30px;
}

/*reviews*/
.one-review{
    padding: 35px;
    background: #fff;
    box-shadow: 0 8px 20px #b4becd59;
    margin-bottom: 32px;

}
.review-block{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.head-one-review{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.head-one-review img{
    height: auto;
    width: 345px;
    max-width: 100%;
}
.head-one-review .stars{
    margin-top: 0;
    width: 221px;
}
.head-one-review p{
    margin-bottom: 0;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #2f3f54;
    margin-left: 5px;
}
.head-one-review .star {
    width: 221px;
    height: 40px;
}
.head-one-review .rectangle {
    /* width: 221px*/
    height: 40px;
}
.text-one-review p{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #333;
    margin-bottom: 10px;
}
.text-one-review{
    padding: 30px 0;
}
.link-one-review{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}
.block{
    width: 100%;
    margin-bottom: 16px;
    padding: 20px;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    background-color: #f3f6fa;
    justify-content: space-around;
    min-height: 180px;
}
.description-one-review{
    margin-left: 30px;
}
.block h3{
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
    color: #333;
    text-align: center;
}
.block p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #333;
    text-align: center;
}
.block img{
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}
.block p.bold{
    font-weight: 500;
    font-size: 26px;
    line-height: 36px;
}

/*blog*/
.blog{
    display: flex;
    justify-content: space-between;
    margin-bottom: 64px;
    align-items: center;
}
.blog .head-text h1{
    font-size: 40px;
    line-height: 60px;
    font-weight: 900;
    text-transform: uppercase;
    padding-right: 0;
}
.one-news{
    margin-bottom: 28px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 8px 20px #b4becd59;
    border-radius: 4px;
}
.news{
    padding: 0 25px;
}
.news-img{
    padding: 0;
}
.news-img img{
    width: 100%;
    height: auto;
}
.news-img div{
    height: 260px;
    overflow: hidden;
}
.description-one-news{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding-left: 15px;
}
.description-one-news h2 a{
    font-size: 26px;
    line-height: 36px;
    font-weight: 900;
    color: #333!important;
    text-decoration: none;
}
.description-one-news span{
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}
.link-news{
    display: block;
}
.one-review-site .popup{
    justify-content: center;
    margin-top: 50px;
}

/*one review*/
.review-info{
    width: 100%;
    margin: 0 auto 20px;
    background: #fff;
    padding: 20px;
    box-shadow: 0 8px 20px #b4becd59;
    border-radius: 4px;
}
.review-logo{
    display: flex;
    justify-content: center;
}
.review-info .logo-wrap{
    width: 120px;
    margin-right: 25px;
}
.review-info .stars, .chat-platform .stars{
    margin-top: 0;
}
.our-score p{
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    white-space: nowrap;
}
.our-score .rating-number{
    font-size: 30px;
    line-height: 40px;
    font-weight: 900;
    text-transform: uppercase;
    font-feature-settings: "smcp";
    font-variant: small-caps;
    margin-right: 8px;
}
.our-score .rating-text{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: 8px;
    white-space: nowrap;
}
.our-score{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}
.visit-site a{
    width: 258px;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    display: block;
}
.chat-platform .logo-wrap{
    width: 140px;
}
.chat-platform{
    background: #FFFFFF;
    box-shadow: 0 8px 20px #b4becd59;
    border-radius: 4px;
}
.chat-platform h2{
    padding: 15px 0;
    font-size: 26px;
    line-height: 36px;
    font-weight: 900;
    color: #b4becd;
    text-align: center;
}
.one-chat{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    padding: 20px 15px;
    border-bottom: 1px solid #F3F6FA;
}
.one-chat-visit{
    margin-left: 15px;
}
.one-chat-visit a{
    display: block;
    //width: 200px;
}
.fixed-chat{
    position: fixed;
}
.content-advice{
    background-color: #fff;
    padding: 15px 20px;
    border-radius: 8px;
}
.article-advice{
    display: flex;
    flex-flow: column nowrap;
    padding: 20px 0 0;
    background: #fff;
    box-shadow: 0 8px 20px #b4becd59;
    border-radius: 4px;
    margin-top: 25px;
}
.article-advice h3{
    font-size: 18px;
    line-height: 30px;
    font-weight: 900;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
}
.article-advice a{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    margin-bottom: 15px;
    padding: 0 16px 16px;
    border-bottom: 1px solid #F3F6FA;
    text-decoration: none;
    transition: -webkit-text-decoration .2s;
    transition: text-decoration .2s;
    transition: text-decoration .2s,-webkit-text-decoration .2s;
}
.article-advice a img{
    display: block;
    width: 80px;
    height: auto;
    margin-right: 15px;
}
.article-advice a p{
    font-size: 18px;
    line-height: 30px;
    font-weight: 900;
}

/*about-us*/

.about-us h1, .contact-us h1{
    font-size: 40px;
    line-height: 60px;
    font-weight: 900;
    text-transform: uppercase;
    font-feature-settings: "smcp";
    font-variant: small-caps;
    margin-bottom: 32px;
}
.about-us .content{
    padding: 32px;
    background: rgba(255,255,255,.6);
    box-shadow: 0 8px 20px #b4becd59;
    border-radius: 4px;
}
.about-us{
    padding: 0px 150px 100px;
}
.background-img.about{
    background-size: cover;
    background-position: left;
}
/*contact*/
.contact-us{
    width: 65%;
}
.contact-container{
    justify-content: center;
}
.contact{
    text-align: center;
}
.form-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.form-text{
    width: 49%;
    border: 1px solid transparent;
}
.form-text input{
    width: 100%;
    padding: 10px;
}
textarea{
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    resize: none;
    height: 150px;
}
.send-button{
    display: block;
    padding: 10px 0;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    transition: background .2s;
    margin-bottom: 15px;
    background: #ccc;
    width: 100%;
}
.send-button:hover {

    box-shadow: 0 4px 20px #959da940;
}
.terms-privacy{
    padding-top: 100px;
}
.mobile{
    display: none;
}
.mob{
    display: none;
}
@media (max-width: 1200px) {
    .head_img {
        display: none;
    }
    h1, h1 span{
        font-size: 40px;
    }
    .head_h1{
        padding: 30px 0;
    }
    .meet-article{
        display: none;
    }
    .second{
        margin-bottom: 0;
    }
    .third .wrap{
        margin-bottom: 15px;
    }
    .love-story{
        margin-bottom: 30px;
    }
    .row-love-story{
        justify-content: space-evenly;
    }
    .sixth-head {
        justify-content: center;
        margin-bottom: 15px;
    }
    .accordion-item{
        max-width: 100%;
    }
    .seventh h3 {
        text-align: center;
    }
    .accordion{
        margin-bottom: 30px;
    }
    .best-site{
        width: 420px;
    }
    .best-site-center{
        justify-content: center;
        display: flex;
    }
    .description-one-review {
        margin-left: 0px;
        margin-top: 25px;
        display: flex;
    }
    .block{
        margin-right: 10px;
    }
    .description-one-review .block:last-child{
        margin-right: 0;
    }
    .link-one-review{
        justify-content: flex-start;
    }
    .head-text h1{
        padding-right: 0;
    }
    .news-img {
        height: 250px;
        overflow: hidden;
    }
    .head-news{
        margin: 15px 0;
    }
    .link-one-news{
        margin-top: 15px;
    }
    .background-img {
        padding: 56px 0 28px;
    }
    .about-us {
        padding: 0px 50px 100px;
    }
}
@media (max-width: 992px) {
    .desctop{
        display: none;
    }
    .mobile{
        display: block;
    }
    footer .logo{
        margin-bottom: 30px;
    }
    .popup{
        padding: 10px 0;
        text-align: center;
        //background: #F9F9F9;
    }
    .one-review{
        padding: 10px;
    }
    .one-review-site .popup {
        margin-top: 20px;
    }
    .blog {
        margin-bottom: 20px;
    }
    .head-text h1{
        margin-bottom: 0;
    }
    .news-img {
        height: 170px;
    }
    .description-one-news{
        padding-left: 0;
    }
    .chat-platform{
        margin-bottom: 20px;
    }
    .contact-us {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .desc{
        display: none;
    }
    .mob{
        display: flex;
    }
    h1, h1 span, h1 p{
        font-size: 30px;
    }
    .logo-wrap{
        width: 160px;
    }
    .wrap-content .stars{
        display: flex;
        justify-content: space-around;
    }
    .wrap-content .logo-stars{
        text-align: center;
        padding-bottom: 25px;
    }
    .wrap-content .page-content{
        justify-content: space-around;
        padding-bottom: 30px;
    }
    .wrap-content .page-content li{
        font-size: 14px;
    }
    .wrap-content .result{
        justify-content: space-around;
    }
    .wrap-content .our{
        margin-bottom: 0;
        padding-top: 9px;
        padding-left: 5px;
    }
    .wrap-content .result2 div{
        display: flex;
    }
    .wrap-content .result a.button{
        width: 100%;
    }
    .update{
        padding: 0;
    }
    .category{
        margin-right: 10px;
    }
    .head-one-review{
        flex-direction: column;
    }
    .description-one-review{
        flex-direction: column;
    }
    .block{
        flex-flow: column nowrap;
    }
    .visit-datesite{
        margin-right: 0;
        margin-bottom: 20px;
    }
    .link-one-review{
        flex-direction: column;
    }
    .content h1 {
        font-size: 30px;
    }
    .news-img {
        height: auto;
    }
    .about-us {
        padding: 0px 20px 50px;
    }
    .form-header {
        align-items: flex-start;
        flex-direction: column;
    }
    .form-text{
        width: 100%;
        margin: 0;
    }
    textarea{
        margin-top: 18px;
    }
}
@media (max-width: 576px) {
    .popular-category {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .popular-category a{
        margin-bottom: 25px;
    }
    .middle{
        border-top: 1px solid #4C5B6D;
        border-bottom: 1px solid #4C5B6D;
        margin-bottom: 1rem;
        padding-top: 1rem;
    }
    footer ul{
        padding-left: 0;
    }
    .best-site-wrap .flex-between{
        flex-direction: column;
    }
    .head-one-review .flex{
        flex-direction: column;
    }
    .head-one-review .flex .stars, .head-one-review img{
        margin-bottom: 15px;
    }
}