.wpp-top-img svg {
    max-width: 100%;
}

.wpp-top-img img {
    max-width: 100%;
}

.wpp-top-text h1 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 48px;
    line-height: 54px;
}

.wpp-top-text p {
    font-size: 16px;
    line-height: 27px;
}

.wpp-btn-row {
    margin-top: 25px;
}

a.wpp-button {
    width: auto;
    height: auto;
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid;
}

.wpp-button.transpatent, .wpp-button.blue:hover {
    color: #1677E9;
    border-color: #1677E9;
    background-color: transparent;
}

.wpp-button.blue, .wpp-button.transpatent:hover {
    color: #fff;
    background-color: #1677E9;
    border-color: #1677E9;
}

.wpp-dark {
    background-color: #013A51;
}

span.wpp-count-desc {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}

span.wpp-count b {
    line-height: 36px;
    color: #1677E9;
    font-size: 30px;
    font-weight: 600;
}

span.wpp-count sup {
    color: #4D6771;
    font-size: 30px;
    vertical-align: top;
    margin-top: -7px;
    margin-left: 10px;
}

span.wpp-count {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    align-content: center;
}

section.wpp-dark.wpp-wrapper-about {
    padding: 50px 0;
}

section.wpp-light.wpp-wrapper-icons {
    padding: 80px 0;
}

section.wpp-wrapper-icons h2 {
    font-size: 30px;
    line-height: 36px;
}

.wpp-wrapper-icons p {
    font-size: 14px;
    line-height: 22px;
}

.wpp-wrapper-icons b {
    font-weight: 600;
    display: block;
    width: 100%;
    line-height: 27px;
    font-size: 16px;
    margin-bottom: 15px;
}

.wpp-wrapper-icons span {
    font-size: 14px;
    line-height: 21px;
}

.wpp-icon-block {
    margin-top: 42px;
    position: relative;
}

.wpp-gray {
    background-color: #F7F7F7;
}

.wpp-wrapper-insert {
    padding: 80px 0;
    text-align: center;
}

.wpp-wrapper-insert h2 {
    font-size: 24px;
    text-transform: uppercase;
    line-height: 36px;
}

.wpp-number-block {
    display: flex;
}

.wpp-number {
    background-color: #1677E9;
    display: flex;
    margin: 0 auto;
    color: #fff;
    width: 50px;
    height: 50px;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    border-radius: 50%;
    margin-top: -25px;
}

.wpp-number-block .row {
    background-color: #fff;
    margin: 50px 0 25px;
}

.wpp-number-block b {
    font-size: 16px;
    display: block;
    font-weight: 600;
    margin: 25px 0;
}

.wpp-number-block span {
    padding: 0 25px 50px 25px;
    display: block;
    font-size: 14px;
    line-height: 22px;
    color: #4D6771;
}

.back-dark {
    background-color: #013A51;
    margin-top: 40px;
}

.back-dark p {
    color: #F7F7F7;
    font-size: 14px;
    line-height: 22px;
    padding: 25px 80px 50px;
}

.back-dark h3 {
    color: #F7F7F7;
    margin-top: 20px;
    margin-bottom: -10px;
}

.warning-icon {
    display: flex;
    justify-content: center;
    margin-top: -25px;
}

.wpp-man-img {
    background-image: url("../img/circle.svg");
    background-size: 100%;
}

.wpp-man-img img {
    margin: 0 auto;
    display: flex;
    align-content: flex-end;
    justify-content: center;
    align-items: flex-end;
    max-width: 100%;
}

.wpp-man-data {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: baseline;
    align-items: baseline;
    padding: 0 30px;
}

.wpp-mam h2 {
    color: #fff;
    font-size: 30px;
    line-height: 36px;
}

.wpp-mam p {
    color: #f7f7f7;
    font-size: 15px;
    line-height: 21px;
    margin: 15px 0;

}

.wpp-man-data a {
    padding: 15px 25px;
}

section.wpp-dark.wpp-mam {
    padding: 50px 0 0;
}

.wpp-wrapper-help {
    padding: 100px 0;
}

.wpp-wrapper-help h2 {
    font-size: 30px;
    line-height: 36px;
}

.wpp-wrapper-help p {
    font-size: 14px;
    line-height: 22px;
    color: #4D6771;
}

.wpp-wrapper-help h3 {
    font-size: 16px;
    line-height: 30px;
    position: relative;
}

.wpp-wrapper-help h3:before {
    content: '';
    background-image: url(../img/check.svg);
    width: 16px;
    height: 16px;
    position: absolute;
    background-repeat: no-repeat;
    top: 7px;
    left: -23px;
}


.row.wpp-padding-bottom {
    padding-bottom: 80px;
}

.wpp-c {
    padding: 0 30px;
}

.ytLoader .cover {
    width: 100%;
}

.ytLoader {
    overflow: hidden;
    position: relative;
}

.wpp-icon-block svg {
    position: absolute;
}

.wpp-icon-block svg:nth-child(2n){
    left: 22px;
}

.wpp-number-block .row {
    border-radius: 10px;
}
.wpp-wrapper-insert p {
    color: #707070;
    line-height: 22px;
}

.wpp-wrapper-insert p:last-of-type {
    color: #F7F7F7;
}

.page-template-partners section.reviews {
    background-color: #f7f7f7;
    margin-bottom: 0;
    padding: 80px 0;
}

@media screen and (max-width: 767px) {
    .wpp-top-img {
        display: none;
    }

    .ytLoader {
        margin-top: 25px;
    }

    iframe {
        margin-top: 25px;
    }

    .wpp-button.transpatent, .wpp-button.blue:hover {
        color: #1677E9;
        border-color: #1677E9;
        background-color: transparent;
    }

    .wpp-btn-row a {
        margin-bottom: 20px;
    }

    .col-md-3.col-sm-6 {
        width: 50%;
        margin-bottom: 27px;
    }

    .col-sm-3 {
        width: 30%;
    }

    .col-sm-9 {
        width: 70%;
    }

    .back-dark p {
        color: #F7F7F7;
        font-size: 14px;
        line-height: 22px;
        padding: 25px 20px 50px;
    }

    .wpp-wrapper-insert h2 {
        text-align: left;
    }

    section.wpp-dark.wpp-mam {
        text-align: center;
    }

    .wpp-man-data a {
        margin: 0 auto;
    }

    .wpp-wrapper-insert h2 {
        text-align: left;
    }

    section.wpp-dark.wpp-mam {
        text-align: center;
    }

    .wpp-man-data a {
        margin: 0 auto;
    }

    .wpp-man-img img {
        float: right;
    }

    .col-md-6.wpp-man-data {
        float: left;
        position: relative;
        display: block;
        float: right;
    }

    section.wpp-dark.wpp-mam {
        padding: 50px 0 50px;
    }

    .wpp-top-text h1 {
        text-transform: uppercase;
        font-weight: 600;
        font-size: 30px;
        line-height: 34px;
    }

}

iframe.video__video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width:100%;
    height:100%;
}

.review-block__foot .video {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}