.main-header-v7 h1 {
    font-size: 28px;
    font-family: "Open sans", sans-serif;
    padding-bottom: 0.9em;
    padding-top: 0;
}

header:before {
    content: none;
}

.main-header-v7 {
    position: relative;
    padding: 2.2em 1em 15px;
    text-align: center;
    background: #f7f7f8;
    color: #000000;
}

* {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.based a {
    text-decoration: none;
    color: #191919;
    cursor: pointer;
}

.slick-prev, .slick-next {
    z-index: 99;
    width: 40px!important;
}

@media ( max-width: 800px) {
    .main-header-v7 h1 {
        font-size: 24px;
    }
}

@media ( max-width: 568px) {
    .main-header-v7 h1 {
        font-size: 21px;
    }
}

@media ( max-width: 420px) {
    .main-header-v7 h1 {
        font-size: 18px;
        padding: 0 0.6em 0.6em;
    }
    .main-header-v7 {
        padding: 1em 0.3em;
    }
}

@media ( max-width: 359px) {
    .main-header-v7 h1 {
        font-size: 16px;
    }
}

/* Slider */
.trustpilot-rev {
    box-sizing: border-box;
    text-align: left;
}

.wrap-left {
    position: relative;
    display: inline-block;
    width: 157px;
    margin: 0 10px;
    vertical-align: top;
}

.wrap-left h1 {
    font-family: "Arial","Open Sans","sans-serif";
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 30px;
}

.tp-star .tp-star__canvas {
    fill: #d6d6d6;
}

.stars .tp-star:nth-of-type(-n+5) .tp-star__canvas {
    fill: #00b67a;
}

.stars-2 .tp-star:nth-of-type(-n+4) .tp-star__canvas {
    fill: #73cf11;
}

.box-stars {
    position: absolute;
    height: 28px;
    width: 100%;
    left: 0;
    top: 31px;
}

.based {
    font-size: 13px;
    color: #191919;
}

.based span {
    font-weight: 600;
    border-bottom: 1px solid rgba(25,25,25,0.6);
}

.logo-trustpilot {
    position: relative;
}

.box-logo-trustpilot {
    position: absolute;
    height: 30px;
    width: 100%;
    left: 0;
    top: 11px;
}

.wrap-right {
    position: relative;
    display: inline-block;
    width: calc(100% - 190px);
    width: -webkit-calc(100% - 190px);
}

.block-rev {
    position: relative;
    display: inline-block;
    height: 125px;
}

.header-rev {
    position: relative;
    height: 20px;
}

.header-rev .box-stars {
    position: absolute;
    width: 110px;
    left: 0;
    top: 0;
}

.date-rev {
    font-size: 13px;
    color: rgba(0,0,0,0.6);
    position: absolute;
    right: 0;
    top: 5px;
}

.title-rev {
    font-size: 14px;
    font-weight: 700;
    margin-top: 14px;
}

.text-rev {
    font-size: 14px;
    margin-top: 7px;
}

.name-rev {
    font-size: 13px;
    color: rgba(0,0,0,0.6);
    margin-top: 20px;
}

.item {
    padding: 0 40px 0 40px;
}

.img-slider2 .slick-prev:before, .img-slider2 .slick-next:before {
    font-family: 'fontawesome';
    line-height: 1;
    font-size: 11px;
    color: #8c8c8c;
    border: 1px solid #8c8c8c;
    padding: 7px 9px 6px 8px;
    border-radius: 50%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.img-slider2 .slick-prev:before {
    content: '\f053';
}

.img-slider2 .slick-next:before {
    content: '\f054';
    padding: 7px 8px 6px 9px;
}

@media ( max-width: 484px) {
    .wrap-left, .wrap-right {
        display: block;
        margin: 0 auto;
    }
    .wrap-right {
        margin-top: 0;
        width: 100%;
    }
    .wrap-left {
        display: none;
    }
}

/* End Slider */

/* thank you page v7_1 counter styles*/
.timerBlock {
    max-width: 225px;
    height: auto;
    margin: 0 auto;
    padding: 15px 0 0 0;
}

.timerBlock__counter {
    width: 100%;
    height:  auto;
    margin: 5px 0 3px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.timerBlock__desc {
    font-size: 14px;
    font-family: 'Open sans', sans-serif;
    font-weight: normal;
    line-height: 1.4;
    color: #9a9a9a;
    margin-bottom: 4px;
}

.timerBlock__text {
    margin: 0;
    padding: 0;
    color: #454545;
    font-size: 36px;
    font-weight: normal;
    text-transform: uppercase;
}

.timerBlock__numbers {
    height: auto;
    width: 98px;
    font-weight: normal;
    color: #454545;
}

.timerBlock__load {
    width: 100%;
    height: 8px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    background: #bfbdbd;
    box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.2), 0px 1px 0px 0px #c4c4c4
}

.timerBlock__loadPercent {
    position: absolute;
    width: 0;
    height: 8px;
    top: 0;
    left: 0;
    background-image: linear-gradient(to right, #5bb884 , #2ea391);
    border-radius: 5px;
}

@media ( max-width: 1300px) {
    .offset-top_counter {
        padding-top: 36px;
    }
}

@media ( max-width: 484px) {
    .offset-top_counter {
        padding-top: 30px;
    }

}