/*v11 page styles*/
.video-conteiner video {
    display: block;
    width: 100%;
    height: auto;
}

.thankYouPage__title {
    font-family: 'Oswald',sans-serif;
    color: #272727;
    font-weight: bold;
    font-size: 44px;
    text-transform: capitalize;
    line-height: 1.3;
    max-width: 720px;
    padding: 30px 30px;
    margin: 0 auto;
    text-align: left;
}

.thankYouPage__title_center {
    text-align: center;
    max-width: 1090px;
    font-size: 43px;
}

.greenColor {
    color: #4caf50;
}
.redColor {
    color: #da3828;
}
.thankYouPage__textBlock {
    height: auto;
    max-width: 720px;
    padding: 0 30px 4px 30px;
    text-align: left;
    margin: 0 auto;
    position: relative;
}
.thankYouPage__textBlock_pm {
    padding: 0 30px 20px 30px;
}
.thankYouPage__textBlock_pb {
    padding: 0 30px 40px 30px;
}
.thankYouPage__titleSmall {
    font-size: 20px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.4;
    color: #272727;
    margin-bottom: 4px;
}
.thankYouPage__titleMid {
    font-size: 30px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    line-height: 1;
    color: #272727;
    text-align: center;
}

.thankYouPage__text {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.4;
    color: #272727;
}

.thankYouPage__text_small {
    font-size: 15px;
}
.thankYouPage__text_container {
    height: auto;
    max-width: 700px;
    padding: 0 23px;
    text-align: left;
    margin: 0 auto;
    position: relative;
}
.offset-top_thankYou {
    padding-top: 20px;
    margin-bottom: 20px;
}
.offset-top_counter2 {
    padding-top: 0;
}

.main-header-v7_pd {
    padding-top: 40px;
    padding-bottom: 40px;
}
.thankYouPage__videoBlock {
    text-align: center;
    margin-bottom: 30px;
}
.thankYouPage__videoBlock:last-child {
    margin-bottom: 0;
}


.thankYouPage__videoCanvas {
    position: relative;
    height: auto;
    overflow: hidden;
    border: 8px solid #fcfffc;
    box-shadow: 0 3px 15px rgba(0,0,0,.25);
    margin: 20px auto 0;
    max-width: 650px;
    width: 100%;
}

.thankYouPage__videoCanvas_mg {
    margin: 0;
}

.thankyou-content {
    max-width: 650px;
}

.thankyou-content_v2 {
    max-width: 900px;
    margin-bottom: 30px;
}

.timerBlock_v11 {
    max-width: 375px;
    padding: 35px 0 25px 0;
}
.timerBlock__text_v11 {
    font-size: 65px;
    font-weight: normal;
    line-height: 0;
    font-family: 'Open Sans', sans-serif;
}

.timerBlock__textDots_v11 {
    font-size: 50px;
    font-family: 'Open Sans', sans-serif;
}

.timerBlock__desc_v11 {
    line-height: 0;
    margin-bottom: 24px;
    font-size: 20px;
}

.timerBlock__load_v11 {
    margin-top: 10px;
    height: 14px;
    border-radius: 8px;
    background: #E5E5E5;
    /*border: 1px solid transparent;*/
    border-bottom: 1px solid #d8d8d8;
    box-shadow: none;
}
.timerBlock__load_v11:after {
    content:'';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    z-index: 1;
    -webkit-box-shadow: inset 0px 16px 9px -17px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 16px 9px -17px rgba(0,0,0,0.75);
    box-shadow: inset 0px 16px 9px -17px rgba(0,0,0,0.75);
}

.timerBlock__loadPercent_v11 {
    height: 14px;
    border-radius: 8px;
    background-image: linear-gradient(to right, #57d2a5, #029180);
}
.misscall {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 15px rgba(0,0,0,.25);
    border: 1px solid transparent;
    padding: 4px 10px 4px 213px;
}
.technician-man {
    bottom: -1px;
    left: 5px;
}


@media screen and ( max-width:1200px) {
    .thankYouPage__title {
        font-size: 40px;
    }

}
@media screen and (max-width: 991px) {
    .thankYouPage__title {
        font-size: 38px;
    }

}

@media screen and (max-width:800px) {

    .thankYouPage__titleMid {
        line-height: 1.3;
        text-align: left;
        max-width: 650px;
        margin: 20px auto;
    }

    .thankYouPage__text_container {
        height: auto;
        max-width: 650px;
        padding: 0;
    }

    .thankyou-content_v2 {
        margin-bottom: 15px;
    }
    .main-header-v7_pd {
        padding-top: 35px;
        padding-bottom: 20px;
    }

    .offset-top_counter {
        padding-top: 30px;
    }

    .tp-banners {
        text-align: left;
    }

    /*.thankYouPage__textBlock_pm {*/
        /*padding: 0 0 20px 0;*/
        /*margin: 0;*/
    /*}*/

    .technician-man {
        display: block!important;
        width: 130px !important;
        height: auto!important;
    }
    .misscall {
        max-width: 400px;
        margin: 5px auto;
        padding: 15px 15px 15px 150px;
    }

    .timerBlock_v11 {
        padding: 10px 0 0 0;
    }

    .timerBlock__text_v11 {
        font-size: 40px;
    }
    .timerBlock__numbers_v11 {
        width: auto;
    }

    .timerBlock__textDots_v11 {
        font-size: 34px;
    }
    .timerBlock__desc_v11 {
        font-size: 13px;
        margin-bottom: 15px;
    }

}

@media (max-width: 796px) {
    .thankYouPage__title {
        font-size: 32px;
        padding: 30px 30px;
    }

    .thankYouPage__textBlock_pb {
        padding: 5px 13px 30px 13px;
        max-width: 680px;
    }
    .misscall {
        margin: 0;
    }
    .misscall {
        max-width: 540px;
    }
    .timerBlock__desc_v11 {
        font-size: 15px;
    }
    .timerBlock__text_v11 {
        font-size: 42px;
    }

}
@media screen and (max-width:680px) {
    .thankYouPage__titleSmall {
        font-size: 18px;
    }
    .thankYouPage__text {
        font-size: 16px;
    }

}

@media (max-width: 580px) {
    .thankYouPage__title {
        font-size: 26px;
        padding: 20px 30px 15px 30px;
    }
    .main-header-v7_pd {
        padding-top: 20px;
    }
    .thankYouPage__titleMid {
        margin: 10px 0 12px 0;
        font-size: 28px;
    }
    .thankYouPage__videoBlock {
        margin-bottom: 20px;
    }
    .thankYouPage__videoCanvas {
        margin: 10px auto 0;
    }

    .timerBlock__text_v11 {
        font-size: 35px;
    }

    .timerBlock__textDots_v11 {
        font-size: 28px;
    }
    .timerBlock__desc_v11 {
        font-size: 14px;
        margin-bottom: 12px;
    }
    .timerBlock_v11 {
        padding: 5px 0 0 0;
    }
    .timerBlock__load_v11 {
        margin-top: 5px;
    }
    .thankYouPage__videoCanvas {
        border: 5px solid #fcfffc;
        box-shadow: 0 3px 9px rgba(0,0,0,.25);
    }
    .offset-top_counter {
        padding-top: 40px;
    }

}

@media (max-width: 420px) {
    br {
        display: none;
    }
    .thankYouPage__title {
        font-size: 24px;
        line-height: 1.4;
        padding: 20px 16px 15px 16px;
    }
    .thankYouPage__titleMid {
        font-size: 22px;
        line-height: 1.3;
        margin: 4px 0 10px 0;
    }

    .thankyou-content_v2 {
        margin-bottom: 0;
    }

    .thankYouPage__textBlock {
        padding: 0 16px 0 16px;
    }

    .thankYouPage__textBlock_pm {
        padding: 0 16px 20px 16px;
    }

    .thankYouPage__textBlock_pb {
        padding: 0 12px 20px 12px;
    }

    .technician-man {
        display: block!important;
        width: 110px !important;
        height: auto!important;
    }

    .misscall {
        /*max-width: 300px;*/
        /*margin: 5px auto;*/
        padding: 14px 10px 14px 120px;
    }

    .timerBlock_v11 {
        padding: 0;
    }

    .timerBlock__numbers_v11 {
        width: auto;
    }

    .timerBlock__text_v11 {
        font-size: 28px;
    }

    .timerBlock__textDots_v11 {
        font-size: 22px;
    }
    .timerBlock__desc_v11 {
        font-size: 12px;
        margin-bottom: 12px;
    }
    .timerBlock__load_v11 {
        margin-top: 3px;
        height: 10px;
    }
    .timerBlock__loadPercent_v11 {
        height: 10px;
    }

    .thankYouPage__title {
        font-size: 22px;
        line-height: 1.4;
    }
    .thankYouPage__titleSmall {
        font-size: 15px;
    }

    .thankYouPage__text {
        font-size: 14px;
    }

    .timerBlock__text_v11 {
        font-size: 24px;
    }

}

@media (max-width: 360px) {

    .timerBlock__textDots_v11 {
        font-size: 22px;
    }
    .timerBlock__desc_v11 {
        font-size: 11px;
    }
    .thankYouPage__titleMid {
        font-size: 20px;
    }
}
@media (max-width: 320px) {
    .offset-top_counter {
        padding-top: 28px;
    }

    .technician-man {
        display: block!important;
        width: 75px !important;
        height: auto!important;
    }

    .misscall {
        /*max-width: 300px;*/
        padding: 0 10px 10px 85px;
    }

    .timerBlock_v11 {
        padding: 0;
    }

    .timerBlock__counter_v11 {
        margin: 0;
    }

    .timerBlock__numbers_v11 {
        width: auto;
    }

    .timerBlock__text_v11 {
        font-size: 22px;
        line-height: 1;
    }

    .timerBlock__textDots_v11 {
        font-size: 14px;
    }
}

/*video buttons styles*/
.video-conteiner{position:relative}
.video-button{position:absolute;top:0;width:100%;height:100%}
.video-button button{width:100%;height:100%;outline:none;border:0 none;background:transparent none repeat scroll 0 0;color:#fff;opacity:1}
.video-button button i{padding:30px;width:25px;height:25px;border:1px solid rgba(0,0,0,0.2);border-radius:50%;background:rgba(0,0,0,0.7) none repeat scroll 0 0;font-size:2em}@-webkit-keyframes animatezoom{0%{opacity:0;transform:scale(0)}60%{opacity:1;transform:scale(1.1)}100%{opacity:0;transform:scale(1.1)}}@-moz-keyframes animatezoom{0%{opacity:0;transform:scale(0)}60%{opacity:1;transform:scale(1.1)}100%{opacity:0;transform:scale(1.1)}}@keyframes animatezoom{0%{opacity:0;transform:scale(0)}60%{opacity:1;transform:scale(1.1)}100%{opacity:0;transform:scale(1.1)}}.animate-zoom{opacity:0;-webkit-animation:animatezoom ease-in 1;-moz-animation:animatezoom ease-in 1;animation:animatezoom ease-in 1;-webkit-animation-duration:.7s;-moz-animation-duration:.7s;animation-duration:.7s;-webkit-animation-fill-mode:forwards;-moz-animation-fill-mode:forwards;animation-fill-mode:forwards}.IIV::-webkit-media-controls-play-button,.IIV::-webkit-media-controls-start-playback-button{width:5px;opacity:0;pointer-events:none}.banner{position:relative}.banner .video-conteiner video{display:block;width:100%;height:auto}
.fa-pause::before {
    content: "\f04c";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.fa-play::before {
    content: "\f04b";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* For v14 */
.thankYouPage_space {
    padding: 0 1em 3em;
}

.hereWhatsNext {
    max-width: 700px;
    margin: 0 auto;
    border-radius: 4px;
    background: #fdfffe;
    border: 3px solid #fff;
    -webkit-box-shadow: 0 3px 25px rgba(0,0,0,.15);
    box-shadow: 0 3px 25px rgba(0,0,0,.15);
}

.hereWhatsNext_space {
    padding: 0 2em .5em;
}

.hereWhatsNext__list {
    list-style: decimal;
    padding-left: 20px;
}

.hereWhatsNext__text {
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.4;
    color: #272727;
    margin-bottom: 10px;
}

.hereWhatsNext__banner {
    display: block;
    margin: 0 auto;
    height: auto;
    width: 100%;
    padding-bottom: 20px;
}

.hereWhatsNext__bannerWrap {
    margin-top: 20px;
}

.thankYouPage__title_smallFont {
    font-size: 32px;
}

.thankYouPage__noRap {
    white-space: nowrap;
}

.openSans {
    font-family: "Open Sans", sans-serif;
}

.thankYouPage__titleMid_textCenter {
    text-align: center!important;
}

.thankYouPage__titleMid_lineHeight {
    line-height: 1.3;
}

.thankYouPage__titleMid_space {
    margin-bottom: 20px;
    margin-top: 5px;
}

.thankYouPage__title_smallSpace {
    padding: 20px 0 14px;
}

.thankYouPage__title_smallMaxWidth {
    max-width: 1070px;
}

.text-break {
    word-wrap: break-word;
}

.stars-2.orange .tp-star:nth-of-type(-n+4) .tp-star__canvas {
    fill: #fea900;
}

.trustpilotWidgetHeader {
    outline: none;
    border: none;
    color: #000000;
}

.trustpilotWidgetHeader:hover {
    color: #000000;
}

@media screen and (max-width: 1200px) {
    .hereWhatsNext__text {
        font-size: 19px;
    }
}

@media screen and (max-width: 991.98px) {
    .thankYouPage__title_smallFont {
        font-size: 32px;
    }
}

@media screen and (max-width: 767.98px) {
    .thankYouPage__title_smallFont {
        font-size: 26px;
    }
    .hereWhatsNext__text {
        font-size: 18px;
    }
    .hereWhatsNext_space {
        padding: 0 1em 0;
    }
}

@media screen and (max-width: 575.98px) {
    .hereWhatsNext__text {
        font-size: 17px;
    }
    .thankYouPage__title_bigFontMob {
        font-size: 30px;
    }
}

@media screen and (max-width: 440.98px) {
    .thankYouPage__title_smallFont {
        font-size: 24px;
    }
    .hereWhatsNext__text {
        font-size: 16px;
    }
    .thankYouPage__title_bigFontMob {
        font-size: 28px;
    }
    .thankYouPage__title_smallSpace {
        padding: 10px 0 7px;
    }
    .hereWhatsNext__banner {
        padding-bottom: 15px;
    }
    .thankYouPage_space {
        padding-bottom: 2.5em;
    }
    .comparison-table_bigMarginTopMob {
        margin-top: 35px!important;
    }
}

@media screen and (max-width: 345.98px) {
    .thankYouPage__title_bigFontMob {
        font-size: 25px;
    }
    .thankYouPage__title_smallFont {
        font-size: 22px;
    }
    .thankYouPage_space {
        padding-bottom: 2.2em;
    }
    .hereWhatsNext__text {
        font-size: 15px;
    }
    .hereWhatsNext_space {
        padding: 0 .8em 0;
    }
}

/* Trustpilot widget on mob */
@media (max-width: 484px) {
    .wrap-left_viewMob.wrap-left {
        display: block;
        width: 100%;
        max-width: 246px;
        margin-bottom: 20px;
    }
    .item_withBorderTop {
        border-top: 1px solid #d0d0d0;
        padding: 10px 0 0 0;
        margin: 0 40px;
    }
    .wrap-left_viewMob .wrap-left__sideUp h1 {
        font-size: 20px;
        margin: 0;
        padding: 0;
    }
    .wrap-left_viewMob .box-stars {
        width: 130px;
        left: 90px;
        top: -4px;
    }
    .wrap-left_viewMob .wrap-left__sideDown {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: 5px;
    }
    .wrap-left_viewMob .box-logo-trustpilot {
        width: 94px;
        left: 7px;
        top: -6px;
    }
    .wrap-left_viewMob .based {
        font-size: 12px;
    }
}
@media (max-width: 395.98px) {
    .wrap-left_viewMob.wrap-left {
        max-width: 236px;
    }
    .wrap-left_viewMob .wrap-left__sideUp h1 {
        font-size: 18px;
    }
    .wrap-left_viewMob .box-stars {
        width: 120px;
        left: 85px;
    }
    .wrap-left_viewMob .box-logo-trustpilot {
        width: 85px;
    }
}
    /* END Trustpilot widget on mob */
/* END For v14 */

/* Trustpilot widget */
/* Popup */
.trustpilotPopupBox {
    max-width: 800px!important;
    width: 100%;
    padding: 30px;
    display: none;
}
@media screen and (max-width: 767.98px) {
    .trustpilotPopupBox {
        max-width: 600px;
        padding: 25px 20px;
    }
    .trustpilotPopupBox_paddingFix {
        padding: 30px 20px 25px;
    }
}
/* Hack to hide link in popup */
.trustpilotPopupBox__noLink {
    width: 270px;
    height: 70px;
    position: absolute;
    top: 55px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: transparent;
    z-index: 1;
    cursor:default;
}
/* End Popup */
/* End Trustpilot widget */