/* Reset style */
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;

}

html,
body {
    font-family: 'Montserrat';
}

p {
    margin-bottom: 1em;
}

p:last-child {
    margin-bottom: 0;
}

a {
    text-decoration: none;
}

img {
    display: block;
    width: 100%;
    vertical-align: middle;
}

/*  */

.site-main {
    min-height: 100vh;
}

.contact-box {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}

.container {
    max-width: 1488px;
    padding: 0 24px;
    margin: auto;
}

.site-header {
    background-color: #fff;
    padding: 10px 0;
}

.header-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-logo {
    width: 260px;
    max-width: 100%;
}

.ct-item {
    display: flex;
    gap: 5px;
    align-items: center;

}

.ct-item:last-child {
    margin-bottom: 0;
}

.ct-item img {
    max-width: 30px;
}

.ct-item a {
    color: #545454;
    font-size: 16px;
    font-family: 'Garet';
}

.banner-page {
    background: #f9f9f9;
    padding-top: 80px;
    padding-bottom: 80px;
}

.wrap-banner {
    display: flex;
    justify-content: space-between;
}

.banenr-img-box img:last-child {
    max-width: 180px;
    margin-right: 50px;
    margin-top: -26px;
}

.banenr-img-box {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    max-width: 280px;
    margin: auto;
}

.banner-content {
    padding-right: 20px;
}

.banner-content h1 {
    color: #545454;
    font-size: 46.4px;
    font-family: 'Garet';
    line-height: 1.2;
    text-transform: uppercase;
    max-width: 816px;
    margin-bottom: 16px;
    margin-top: 12px;
}

.banner-content p {
    font-size: 20px;
    color: #000;
    line-height: 1.4;
    margin-bottom: 40px;
}

.wrap-form-sub {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.wrap-form-sub input {
    padding: 12px 25px;
    border: 1px solid #000;
    border-radius: 6px;
    font-size: 15px;
    font-family: "Garet";
    color: #000;
    outline: none;
}

.wrap-form-sub input::placeholder {
    color: #c4c2c2;
}

.wrap-form-sub input[type='submit'],
.wrap-form-sub button {
    padding: 13px 64px;
    font-size: 18.6px;
    color: #fff;
    background-color: #060059;
    border-radius: 8px;
    border: 0;
    box-shadow: 0 4px 2px -2px #e6e6e6;
    cursor: pointer;
}

.review-banner {
    max-width: 590px;
}

.wrap-brand-logo {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.brand-logo {
    background-color: #fff;
    padding-bottom: 40px;
    border-bottom: 5px solid #f9f9f9;
}

.brand-item {
    width: calc((100% - 50px) / 6);
    background-color: #e6e6e6;
}

.brand-item img {
    height: 100%;
    object-fit: cover;
}

.wrap-brand-logo {
    padding: 25px 0;
    padding-top: 40px;
}

.decs-brand p {
    text-align: center;
    color: #545454;
    font-size: 20px;
    line-height: 1.4;
    font-family: "Garet";
}

.section-traffic {
    background-color: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
}

.traffic-box {
    display: flex;
    gap: 54px;
    flex-wrap: wrap;
    padding-top: 54px;
    padding-bottom: 54px;
    max-width: 1150px;
    margin: auto;
}

.traffic-item {
    width: calc((100% - 54px) / 2);
    display: flex;
    gap: 20px;

}

.icon-traffic {
    width: 70px;
}

.meta-traffic {
    width: calc(100% - 70px);
}

.title-traffic {
    font-size: 40px;
    line-height: 1.2;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 16px;
    font-family: "Garet";
}

.decs-traffic {
    color: #000;
    font-size: 20px;
    text-align: center;
    margin-bottom: 0;
}

.meta-traffic h3 {
    font-size: 22px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-family: "Garet";
}

.meta-traffic p {
    font-family: "Garet";
    font-size: 20px;
    color: #545454;
}

.traffic-logo {
    padding-bottom: 25px;
}

.review-box {
    background-color: #eaeaea;
}

.intelligence-about {
    background-color: #060059;
    padding-top: 80px;
    padding-bottom: 80px;
}

.wrap-intelligence {
    max-width: 1172px;
    margin: auto;
}

.title-intelligence {
    font-size: 40px;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 67px;
    font-family: "Garet";
}

.intelligence-box {
    display: flex;
    gap: 28px;
    padding: 39px 45px;
    border-radius: 6px;
    border: 1px solid #fff;
}

.intel-thumbnail {
    width: 204px;
}

.intel-content {
    width: calc(100% - 204px);
}

.intel-content p {
    font-size: 20px;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 50px;
    font-family: "Garet";
    font-style: italic;
}

.author-info {
    font-size: 20px;
    line-height: 1.4;
    color: #fff;
    font-weight: bold;
    font-family: "Garet";
    width: 100%;
    text-align: right;
    display: block;
}

.offer-section {
    background-color: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
    border-bottom: 5px solid #f9f9f9;
}

.offer-list ul li {
    display: flex;
    gap: 27px;
    align-items: center;
    margin-bottom: 30px;
}

.offer-list ul li img {
    width: 38px;
}

.offer-list ul li span {
    display: block;
    width: calc(100% - 38px);
    color: #000;
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
    font-family: "Garet";
}

.title-offer {
    font-size: 40px;
    line-height: 1.2;
    color: #060059;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-family: "Garet";
}

.offer-box {
    display: flex;
    max-width: 1300px;
    margin: auto;
}

.offer-right {
    width: 42%;
}

.offer-content {
    width: 58%;
    padding-right: 50px;
}

.offer-list {
    padding-top: 80px;
}

.offer-content p {
    font-size: 20px;
    line-height: 1.35;
    color: #545454;
    font-family: "Garet";
    max-width: 588px;
}

.review-excellent {
    background-color: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
    /* padding-bottom: 10px; */
}

.review-logo {
    background-color: #fff;
    padding-bottom: 80px;
}

.copyright-box {
    background-color: #222222;
    padding: 20px 0;
}

.copyright-box p {
    color: #c4c2c2;
    /* opacity: 0.5; */
    font-size: 20px;
    text-align: center;
}

.our-experts {
    background-color: #060059;
    padding-top: 80px;
    padding-bottom: 80px;
}

.title-experts {
    font-size: 40px;
    line-height: 1.2;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 22px;
    font-family: "Garet";
    text-align: center;
}

.decs-experts {
    font-size: 20px;
    line-height: 1.2;
    color: #fff;
    text-align: center;
}

.form-trust input {
    padding: 14px 30px;
    border: 1px solid #000;
    border-radius: 6px;
    font-size: 17px;
    font-family: "Garet";
    color: #000;
    outline: none;
}

.form-trust input[type='submit'],
.form-trust button {
    padding: 14px 64px;
    font-size: 17px;
    color: #fff;
    /* background-color: #01aeef; */
    background-color: #0069d9;
    border-radius: 8px;
    border: 0;
    box-shadow: 0 4px 2px -2px #2a2c7b;
    cursor: pointer;
    outline: none;
}

.wrap-form-trust {
    display: flex;
    gap: 10px;
    margin-top: 50px;
    justify-content: center;
}

/* slider */
.wrap-review-box {
    padding-top: 80px;
    max-width: 1350px;
    margin: auto;
    padding-bottom: 80px;
}

.review-item {
    background-color: #eaeaea;
    box-shadow: 5px 0 10px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.6);
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 30px;
    padding-top: 0;
    position: relative;
}

.review-item::before {
    content: "\201C";
    font-size: 120px;
    font-family: "Garet";
    color: #c4c2c2;
    opacity: 0.3;
    position: absolute;
    left: 30px;
    top: 40%;
    line-height: 44px;
}

.review-item::after {
    position: absolute;
    content: "\201D";
    font-size: 120px;
    font-family: "Garet";
    color: #c4c2c2;
    opacity: 0.3;
    right: 30px;
    top: 55%;
    line-height: 44px;
}

.rv-icon {
    max-width: 55px;
    margin: auto;
    transform: translateY(-30px);
}

.box-star {
    display: flex;
    gap: 3px;
    margin-bottom: 10px;
}

.box-star img {
    width: 15px !important;
}

.review-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 2;
}

.review-content p {
    text-align: center;
    font-size: 18px;
    margin-bottom: 0;
}

.review-content p>span {
    /* color: #d82f71; */
    color: #cc0000;
    font-weight: 500;
}

.author-rv {
    font-size: 18px;
    color: #2a2c7b;
    font-weight: bold;
    margin-top: 10px;
}