/* Useful classes */

@font-face {
    font-family: RubikRegular;
    src: url('../fonts/Rubik/Rubik-Regular.woff2') format('woff2');
    font-display: swap
}

@font-face {
    font-family: RubikMedium;
    src: url('../fonts/Rubik/Rubik-Medium.woff2') format('woff2');
    font-display: swap
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'RubikRegular', sans-serif;
    font-size: 20px;
    line-height: 1.5;
    color: #000000;
}

main {
    overflow: hidden;
}


button {
    border: none;
}

ul {
    list-style: none;
}


ul li {
    position: relative;
}

ul li.header__lang-item {
    padding-left: 0;
}

ul li.header__lang-item:before {
    content: none;
}

section {
    margin-top: 100px;
}

.container {
    max-width: 1160px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

.section-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 540px;
    height: 1px;
    background-color: #FF9404;
}

.btn {
    font-size: 20px;
    color: #ffffff;
    background: #FF9404;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 18px 29px;
    cursor: pointer;
    transition: box-shadow .3s;
}

.btn:hover {
    box-shadow: 0 0 0;
    color: white;
}

li {
    position: relative;
}

li > p {
    font-family: 'RubikMedium', sans-serif;
    font-weight: 500;
    margin-bottom: 10px;
}

.slider-arrows button {
    position: absolute;
    background-color: transparent;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.slider-arrows path {
    transition: fill .3s;
}

.slider-arrows button:hover path {
    fill: #777;
}

.slider-arrow__left {
    left: 0;
}

.slider-arrow__right {
    right: 0;
}

@media (max-width: 1200px) {
    body {
        line-height: 1.4;
    }

    .section-title {
        font-size: 26px;
    }

    ol {
        margin-left: 20px;
    }
}

@media (max-width: 768px) {
    body {
        font-size: 18px;
    }

    section {
        margin-top: 60px;
    }

    .btn {
        font-size: 18px;
        padding: 15px;
    }

    .section-title:after {
        width: 100%;
    }
}


/* Advertising page */

.fb-first-screen__wrapper {
    position: relative;
    z-index: 1;
    margin-top: 0;
}

.fb-first-screen__wrapper:after {
    content: '';
    position: absolute;
    top: -70px;
    right: 0;
    background: url('../img/decore-img-1.png') no-repeat center center;
    background-size: cover;
    width: 483px;
    height: 412px;
    z-index: -1;
}

.fb-first-screen__container {
    max-width: 1260px;
}

.fb-first-screen {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.fb-first-screen__content {
    flex: 0 0 550px;
}

.fb-first-screen__title {
    font-family: 'RubikRegular', sans-serif;
    font-size: 36px;
    font-weight: 400;
    text-align: left;
    max-width: 450px;
    margin: 90px 0 0;
}

.fb-first-screen__title:after {
    left: 0;
    transform: translateX(0);
}

.fb-first-screen__title span {
    font-family: 'RubikMedium', sans-serif;
    font-weight: 500;
}

.fb-first-screen__subtitle {
    max-width: 520px;
    margin: 50px 0 60px;
}

.fb-first-screen__image {
    flex-basis: 668px;
    position: relative;
    right: -70px;
}

.fb-first-screen__image img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 1200px) {
    .fb-first-screen__content {
        flex: auto;
    }

    .fb-first-screen__title {
        font-size: 30px;
    }

    .fb-first-screen__title:after {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .fb-first-screen {
        max-width: 520px;
        margin: 0 auto;
        display: block;
    }

    .fb-first-screen__content {
        margin-bottom: 40px;
    }

    .fb-first-screen__title {
        margin-top: 60px;
    }

    .fb-first-screen__subtitle {
        margin: 40px 0;
    }

    .fb-first-screen__image {
        max-width: 400px;
        right: unset;
        margin: 0 auto;
    }
}

.fb-section-2__wrapper {
    position: relative;
    z-index: 1;
    margin-top: 0;
}

.fb-section-2__wrapper:after {
    content: '';
    position: absolute;
    top: -105px;
    left: 0;
    background: url('../img/decore-img-2.png') no-repeat center center;
    background-size: cover;
    width: 498px;
    height: 1414px;
    z-index: -1;
}

.fb-section-2 {
    display: flex;
}

.fb-section-2__list {
    margin-bottom: 60px;
    list-style: none;
}

.fb-section-2__list-item:not(:last-of-type) {
    margin-bottom: 25px;
}

.fb-section-2__list-item:before {
    display: none;
}

.fb-section-2__list-count {
    position: absolute;
    top: -2px;
    left: -8px;
    font-family: 'RubikMedium', sans-serif;
    font-size: 36px;
    line-height: 1;
    font-weight: 500;
    color: rgba(255, 148, 4, 0.5);
}

@media (max-width: 1200px) {
    .fb-section-2__image img {
        max-width: 350px;
    }
}

@media (max-width: 768px) {
    .fb-section-2__image img {
        max-width: 350px;
    }

    .fb-section-2 {
        display: block;
    }

    .fb-section-2__image {
        text-align: center;
        margin-bottom: 40px;
    }

    .fb-section-2__list {
        margin-bottom: 40px;
    }

    .fb-section-2__btn {
        margin: 0 auto;
        display: block;
    }
}

.fb-section-3__subtitle {
    max-width: 720px;
    margin: 0 auto 40px;
    text-align: center;
}

.fb-section-3__list {
    column-count: 2;
    max-width: 890px;
    margin: 0 auto;
}

@media (max-width: 576px) {
    .fb-section-3__list {
        column-count: unset;
    }
}

.fb-section-4__list {
    max-width: 855px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.fb-section-4__list-item {
    flex: 0 0 20%;
    text-align: center;
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    .fb-section-4__list-item {
        flex: 0 0 25%;
    }
}

@media (max-width: 768px) {
    .fb-section-4__list {
        margin: 0 -20px;
    }

    .fb-section-4__list-item {
        flex: auto;
        margin: 0 20px;
    }
}

.fb-section-5__content {
    display: flex;
    align-items: center;
}

.fb-section-5__list {
    flex: 0 0 540px;
}

.fb-section-5__image {
    flex-basis: 690px;
    position: relative;
    right: -50px;
}

@media (max-width: 1420px) {
    .fb-section-5__image {
        right: 0;
        flex-basis: auto;
    }

    .fb-section-5__image img {
        max-width: 100%;
    }
}

@media (max-width: 1200px) {
    .fb-section-5__content {
        align-items: flex-start;
    }

    .fb-section-5__list {
        flex: 0 0 450px;
    }
}

@media (max-width: 992px) {
    .fb-section-5__content {
        display: block;
    }

    .fb-section-5__image {
        text-align: center;
        margin-top: 40px;
    }
}

.fb-section-6__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.fb-section-6__list-item {
    padding: 0 15px;
}

.fb-section-6__list-item img,
.fb-section-6__list-item video {
    max-width: 100%;
    height: 520px;
    object-fit: cover;
}

.fb-section-6__list-item__title {
    margin-bottom: 40px;
    position: relative;
}

.fb-section-6__list-item__title:before {
    content: '\2022';
    margin-right: 10px;
}

.fb-section-6__list-fore .fb-section-6__list-item {
    flex: 0 0 25%;
}

.fb-section-6__list-two .fb-section-6__list-item {
    flex: 0 0 50%;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
}

.fb-section-6__list-two img {
    display: block;
    margin: auto auto 0;
}

.fb-section-6__wrapper h3 {
    text-align: center;
    margin: 40px 0 25px;
}

.fb-section-6__black-dots li {
    padding-left: 0;
}

.fb-section-6__black-dots li:not(:last-of-type) {
    margin-bottom: 7px;
}

.fb-section-6__black-dots li:before {
    content: '\2022';
    margin-right: 10px;
    position: static;
    width: auto;
    height: auto;
    background-color: transparent;
}

.fb-section-6__btn {
    display: block;
    margin: 60px auto 0;
}

@media (max-width: 1200px) {
    .fb-section-6__list-item img,
    .fb-section-6__list-item video {
        height: 445px;
    }
}

@media (max-width: 992px) {
    .fb-section-6__list-fore .fb-section-6__list-item {
        flex: 0 0 50%;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .fb-section-6__list-fore .fb-section-6__list-item img,
    .fb-section-6__list-two img {
        max-width: 100%;
    }
}

@media (max-width: 576px) {
    .fb-section-6__list-two {
        display: block;
    }

    .fb-section-6__list-two img {
        max-height: 200px;
    }

    .fb-section-6__list-item img,
    .fb-section-6__list-item video {
        height: 260px;
    }
}

.fb-services__wrapper {
    position: relative;
    z-index: 1;
}

.fb-services__wrapper:before {
    content: '';
    position: absolute;
    top: -65px;
    bottom: -210px;
    left: 0;
    right: 0;
    background: url('../img/fb-services-bg.png') no-repeat center center;
    background-size: cover;
    z-index: -1;
}

.fb-services__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.fb-services__item {
    flex: 0 0 23%;
    background: #FFFFFF;
    text-align: center;
    box-shadow: 0 0 30px #ECECEC;
    border-radius: 16px;
    padding: 40px 18px;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: center;
}

.fb-services__item img {
    max-width: 100%;
}

.fb-services__item-title {
    margin: 25px 0 15px;
    font-family: 'RubikMedium', sans-serif;
    font-weight: 500;
}

.fb-services__item-text {
    font-size: 16px;
    margin-bottom: 25px;
}

.fb-services__item-btn {
    margin-top: auto;
}

@media (max-width: 1200px) {
    .fb-services__item-btn {
        padding: 15px;
    }
}

@media (max-width: 992px) {
    .fb-services__list {
        justify-content: space-around;
    }

    .fb-services__item {
        flex: 0 0 40%;
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .fb-services__item {
        flex: 0 0 250px;
    }
}

.fb-reviews__wrapper {
    margin-bottom: 60px;
}

.fb-reviews__slider-wrapper {
    position: relative;
}

.fb-reviews {
    max-width: 1030px;
    margin: 0 auto;
}

.fb-reviews__item-wrapper {
    padding: 40px;
}

.fb-reviews__item {
    display: flex;
    box-shadow: 0 0 25px rgba(0, 0, 0, .4);
    background-color: #fff;
}

.fb-reviews__item-info {
    flex: 0 0 300px;
    padding: 40px 15px 15px 40px;
}

.fb-reviews__item-logo {
    max-width: 200px;
    max-height: 100px;
}

.fb-reviews__item-img {
    width: 650px;
    max-height: 365px;
}

.fb-reviews__item-title {
    margin-top: 30px;
    line-height: 1.1;
    position: relative;
}

.fb-reviews__item-title.with-line:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 1px;
    background-color: #ff9404;
}

.fb-reviews__item-link {
    color: #ff9404;
    transition: color .3s;
}

.fb-reviews__item-link:hover {
    color: #009ad4;
}

.fb-reviews__item-text {
    font-family: 'RubikMedium', sans-serif;
    font-size: 18px;
    line-height: 1.1;
    margin-top: 5px;
}

@media (max-width: 992px) {
    .fb-reviews__item-img {
        width: auto;
    }

    .fb-reviews__item-img img {
        max-width: 100%;
        object-fit: cover;
        height: 345px;
    }
}

@media (max-width: 768px) {
    .fb-reviews__item-img img {
        height: auto;
    }

    .fb-reviews__item {
        display: block;
    }

    .fb-reviews__item-info {
        padding: 30px 15px;
        text-align: center;
    }

    .slick-slide img {
        margin: 0 auto;
    }

    .fb-reviews__item-title.with-line:after {
        left: 50%;
        transform: translateX(-50%);
    }
}

.fb-clients__wrapper {
    background-color: #F0F0F0;
    margin-top: 0;
    padding: 100px 0 60px;
}

.fb-clients__list {
    column-count: 5;
}

.fb-clients__item {
    text-align: center;
    margin-bottom: 45px;
}

@media (max-width: 768px) {
    .fb-clients__list {
        column-count: 3;
    }

    .fb-clients__item {
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .fb-clients__list {
        column-count: 2;
    }

    .fb-clients__item img {
        max-width: 100%;
    }
}

.fb-max-useful__wrapper {
    margin-top: 0;
    padding-bottom: 60px;
    background-color: #F0F0F0;
}

.fb-max-useful {
    max-width: 1045px;
    margin: 80px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

.fb-max-useful__item {
    flex: 0 0 430px;
    margin-bottom: 65px;
    position: relative;
    z-index: 1;
}

.fb-max-useful__item-count {
    position: absolute;
    top: -85px;
    left: -100px;
    font-family: 'RubikMedium', sans-serif;
    font-size: 300px;
    line-height: 1;
    color: rgba(255, 148, 4, 0.08);
    z-index: -1;
}

.fb-max-useful__item-text {
    font-size: 24px;
    padding: 40px 55px;
    background-color: #fff;
    position: relative;
    z-index: 2;
    height: 100%;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.16);
    border-radius: 16px;
}

.fb-max-useful__btn {
    margin: 0 auto;
    display: block;
}

@media (max-width: 1200px) {
    .fb-max-useful {
        width: 84%;
    }

    .fb-max-useful__item {
        flex: 0 0 350px;
    }

    .fb-max-useful__item-count {
        top: -65px;
        left: -65px;
        font-size: 200px;
    }

    .fb-max-useful__item-text {
        font-size: 22px;
        padding: 30px;
    }
}

@media (max-width: 992px) {
    .fb-max-useful__item {
        flex: 0 0 270px;
    }

    .fb-max-useful__item-count {
        top: -55px;
        left: -55px;
        font-size: 150px;
    }

    .fb-max-useful__item-text {
        font-size: 19px;
        padding: 20px;
    }
}

@media (max-width: 768px) {
    .fb-max-useful {
        display: block;
    }

    .fb-max-useful__item {
        max-width: 250px;
        margin: 0 auto 60px;
    }

    .fb-max-useful__item-text {
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    .fb-max-useful__item-count {
        top: -55px;
        left: -45px;
        font-size: 140px;
    }
}

.new-google-facebook-ads-page__cases__content p {
    margin-bottom: 0;
}

.new-google-facebook-ads-page__cases__content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px
}

.new-google-facebook-ads-page__cases__content__table {
    position: relative;
    height: 475px;
    width: 842px
}

.new-google-facebook-ads-page__cases__content__table .cases_tab__card {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, .25);
    border-radius: 16px;
    height: 100%;
    width: 100%;
    padding: 30px 30px 30px 90px;
    margin-right: 17px;
    opacity: 0;
    visibility: hidden;
    transition: .55s opacity, .55s visibility
}

.new-google-facebook-ads-page__cases__content__table .cases_tab__card.active {
    opacity: 1;
    visibility: visible
}

.new-google-facebook-ads-page__cases__content__table .cases_tab__card__title {
    font-family: 'RubikMedium', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #000
}

.new-google-facebook-ads-page__cases__content__table .cases_tab__card__table {
    width: 100%
}

.new-google-facebook-ads-page__cases__content__table .cases_tab__card__table__result-before p {
    color: #000
}

.new-google-facebook-ads-page__cases__content__table .cases_tab__card__table__result-before span {
    font-size: 16px;
    line-height: 16px;
    color: #848484
}

.new-google-facebook-ads-page__cases__content__table .cases_tab__card__table__result-after p {
    line-height: 30px;
    color: #000
}

.new-google-facebook-ads-page__cases__content__table .cases_tab__card__table__result-after span {
    font-size: 16px;
    line-height: 16px;
    color: #848484
}

.new-google-facebook-ads-page__cases__content__table .cases_tab__card__table__result__title {
    height: 55px
}

.new-google-facebook-ads-page__cases__content__table .cases_tab__card__table__result__title:first-child {
    padding-bottom: 5px;
    padding-top: 5px
}

.new-google-facebook-ads-page__cases__content__table .cases_tab__card__table__result__title p {
    color: #000
}

.new-google-facebook-ads-page__cases__content__table .icon_arrow__right {
    display: inline-block;
    width: 46px;
    height: 8px;
    background-image: url(https://penguin-team.ua/wp-content/themes/pengstud_v2/assets/img/arrow_right.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 100% 100%;
    background-size: 100%
}

.new-google-facebook-ads-page__cases__content__table .cases_tab__card__table td:first-child {
    max-width: 140px;
    width: 25%
}

.new-google-facebook-ads-page__cases__content__table .cases_tab__card__table td:nth-child(2) {
    width: 25%
}

.new-google-facebook-ads-page__cases__content__table .cases_tab__card__table td:nth-child(3) {
    width: 20%
}

.new-google-facebook-ads-page__cases__content__table .cases_tab__card__table td:nth-child(4) {
    width: 30%
}

.new-google-facebook-ads-page__cases__content__table .cases_tab__card__table tr:not(:first-child) td:last-child {
    font-family: 'RubikMedium', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #009ad4
}

.new-google-facebook-ads-page__cases__content__table .cases_tab__card__table tr:not(:first-child) td:nth-child(2) {
    color: #000
}

.new-google-facebook-ads-page__cases__content__table .cases_tab__card__table__result__link_holder {
    text-align: end
}

.new-google-facebook-ads-page__cases__content__table .cases_tab__card__table__result__link_holder a {
    text-decoration-line: underline;
    color: #ff9404
}

.new-google-facebook-ads-page__cases__content__table .cases_tab__card__table__result__link_holder a:hover {
    text-decoration-line: none
}

.new-google-facebook-ads-page__cases__content__nav {
    padding-left: 10px
}

.new-google-facebook-ads-page__cases__content__nav .navigation {
    max-width: 255px;
    cursor: pointer;
    user-select: none;
    padding-left: 13px;
    position: relative;
    line-height: 30px;
    color: #848484
}

.new-google-facebook-ads-page__cases__content__nav .navigation:not(:last-child) {
    margin-bottom: 60px
}

.new-google-facebook-ads-page__cases__content__nav .navigation.active {
    color: #000
}

.new-google-facebook-ads-page__cases__content__nav .navigation:hover {
    color: #000
}

.new-google-facebook-ads-page__cases__content__nav .navigation.active:before {
    content: '';
    background-color: #ff9404;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    position: absolute;
    top: 10px;
    left: 0
}

@media (max-width: 1100px) {
    .new-google-facebook-ads-page__cases__content__table .cases_tab__card {
        height: 445px;
        width: 730px;
        padding: 20px 20px 20px 30px
    }
}

@media (max-width: 950px) {
    .new-google-facebook-ads-page__cases__content {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column-reverse
    }

    .new-google-facebook-ads-page__cases__content__nav {
        display: flex;
        justify-content: center;
        margin-bottom: 30px
    }

    .new-google-facebook-ads-page__cases__content__nav .navigation {
        margin-right: 10px;
        max-width: 220px;
        font-size: 16px;
        line-height: 22px
    }

    .new-google-facebook-ads-page__cases__content__nav .navigation:not(:last-child) {
        margin-bottom: 0
    }

    .new-google-facebook-ads-page__cases__content__nav .navigation.active:before {
        top: 6px
    }

    .new-google-facebook-ads-page__cases__content__table {
        width: 100%
    }

    .new-google-facebook-ads-page__cases__content__table .cases_tab__card {
        width: 100%
    }
}

@media (max-width: 900px) {
    .new-google-facebook-ads-page__cases__content__table .cases_tab__card {
        width: 100%;
        height: auto
    }

    .new-google-facebook-ads-page__cases__content__table .cases_tab__card {
        margin-right: 0
    }
}

@media (max-width: 500px) {
    .new-google-facebook-ads-page__cases__content__table .cases_tab__card__title {
        font-size: 20px;
        line-height: 24px
    }

    .new-google-facebook-ads-page__cases__content__table .cases_tab__card__table__result-before p {
        font-size: 16px;
        line-height: 22px
    }

    .new-google-facebook-ads-page__cases__content__table .cases_tab__card__table__result-before span {
        font-size: 14px;
        line-height: 16px
    }

    .new-google-facebook-ads-page__cases__content__table .cases_tab__card__table__result-after p {
        font-size: 16px;
        line-height: 22px
    }

    .new-google-facebook-ads-page__cases__content__table .cases_tab__card__table__result-after span {
        font-size: 14px;
        line-height: 16px
    }

    .new-google-facebook-ads-page__cases__content__table .cases_tab__card__table__result__title p {
        font-size: 16px;
        line-height: 24px
    }

    .new-google-facebook-ads-page__cases__content__table .cases_tab__card__table tr:not(:first-child) td:nth-child(2) {
        font-size: 16px;
        line-height: 16px
    }

    .new-google-facebook-ads-page__cases__content__table .cases_tab__card__table tr:not(:first-child) td:last-child {
        font-size: 18px;
        line-height: 19px
    }

    .new-google-facebook-ads-page__cases__content__table .cases_tab__card__table__result__link_holder a {
        font-size: 18px;
        line-height: 24px
    }
}

.report-main-container {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 0 12px
}

.report-main-text {
    font-family: RubikRegular;
    margin-top: 40px;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #000;
    max-width: 730px;
}

.report-main-wrapper-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 70px
}

.report-main-wrapper-item:last-child {
    margin: 0
}

.report-main-wrapper-block {
    max-width: 665px;
    text-align: left
}

.report-main-wrapper-block-title-padd {
    margin-top: 50px
}

.report-main-wrapper-block-title {
    font-family: RubikMedium;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #000;
    margin-bottom: 10px
}

.report-main-wrapper-block-text {
    font-family: RubikRegular;
    font-size: 20px;
    line-height: 30px;
    color: #000
}

@media only screen and (max-width: 1100px) {
    .report-main-wrapper-item {
        flex-direction: column;
        align-items: center;
        justify-content: center
    }

    .report-main-wrapper-item:first-child {
        flex-direction: column-reverse
    }

    .report-main-wrapper-item:last-child {
        flex-direction: column-reverse
    }

    .report-main-wrapper-block {
        margin-top: 50px
    }

    .report-main-wrapper-block-title-padd {
        margin: 0
    }
}

@media only screen and (max-width: 425px) {
    .report-main-wrapper-item img {
        max-width: 250px;
        height: auto;
        object-fit: cover;
        margin: 0 auto
    }
}

.fb-achievements-goals__list {
    max-width: 730px;
    margin: 0 auto;
}

.fb-achievements-goals__image {
    margin: 0 auto;
    display: block;
}

.fb-approaches__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.fb-approaches__item {
    flex: 0 0 33.3%;
    padding: 0 15px;
}

.fb-approaches__item-header {
    display: flex;
    align-items: center;
    font-family: 'RubikMedium', sans-serif;
    min-height: 60px;
}

.fb-approaches__item-header img {
    display: inline-block;
    margin-right: 20px;
}

.fb-approaches__item-text {
    font-size: 16px;
    margin-top: 20px;
}

.fb-approaches__item-text p {
    margin-bottom: 15px;
}

.fb-approaches__item-text p:last-of-type {
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .fb-approaches__list {
        justify-content: space-around;
    }

    .fb-approaches__item {
        flex: 0 0 320px
    }

    .fb-approaches__item:last-of-type {
        margin-top: 40px;
    }
}

.audit-main-block {
    border: 2px solid #ff9404;
    border-radius: 16px;
    padding: 60px 65px;
    z-index: 1;
    background-color: #fff;
}

.audit_container .eliminator {
    margin-bottom: 64px
}

.audit {
    margin-top: 70px;
    z-index: 100
}

.audit_form {
    width: 800px;
    margin: 0 auto;
    padding: 35px;
    border: 5px solid #ebb044;
    -webkit-border-radius: 20px;
    border-radius: 20px
}

.audit_form__title {
    font-family: 'RubikMedium', sans-serif;
    line-height: 1.2;
    font-size: 24px;
    color: #000 !important;
    text-align: center;
    padding-top: 64px;
    padding-bottom: 16px
}

.audit_form__text {
    margin-top: 10px;
    margin-bottom: 35px;
    font-family: 'RubikMedium', sans-serif;
    line-height: 1.2;
    font-size: 20px;
    color: #000;
    text-align: center
}

.audit_form__row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px
}

.audit_form__input_holder {
    width: 49%;
    position: relative
}

.audit_form__input_holder input {
    width: 100%;
    height: 60px;
    padding: 0 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 18px
}

.audit_form__input_holder:before {
    content: '*';
    position: absolute;
    top: 3px;
    right: 6px;
    color: rgba(255, 148, 4, .5);
    font-size: 1.5rem
}

.audit_form__textarea_holder textarea {
    width: 100%;
    height: 120px;
    padding: 20px 10px;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    resize: none;
    font-size: 20px
}

.audit_form__textarea_holder textarea::-webkit-input-placeholder {
    color: #8f8f8f
}

.audit_form__textarea_holder textarea::-moz-placeholder {
    color: #8f8f8f
}

.audit_form__textarea_holder textarea:-ms-input-placeholder {
    color: #8f8f8f
}

.audit_form__textarea_holder textarea::-ms-input-placeholder {
    color: #8f8f8f
}

.audit_form__textarea_holder textarea::placeholder {
    color: #8f8f8f
}

.audit_form__textarea_holder textarea:focus::-webkit-input-placeholder {
    color: transparent
}

.audit_form__textarea_holder textarea:focus::-moz-placeholder {
    color: transparent
}

.audit_form__textarea_holder textarea:focus:-ms-input-placeholder {
    color: transparent
}

.audit_form__textarea_holder textarea:focus::-ms-input-placeholder {
    color: transparent
}

.audit_form__textarea_holder textarea:focus::placeholder {
    color: transparent
}

.audit_form__textarea_holder:hover textarea {
    border: 1px solid #ff9404
}

.audit_form__submit_holder {
    margin-top: 35px;
    text-align: center
}

.form_audit .audit_form__submit {
    margin-top: 0;
    width: 100%;
    outline: 0
}

.audit_section-wrapper-main {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.audit_section-wrapper-main-name-title {
    font-family: 'RubikMedium', sans-serif;
    margin-bottom: 10px;
}

.audit_section-wrapper-main-name {
    display: flex;
    justify-content: center;
    align-items: center
}

.audit_section-wrapper-main-name-text {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 0;
}

.mananger-person {
    flex-basis: 360px;
    margin-right: 70px
}

.audit_section-wrapper-main-name-img {
    margin-right: 20px;
}

.audit_section_blog .mananger-person-text-long_blog {
    width: 100%;
    font-size: 14px;
    line-height: 150%;
    color: #000
}

.audit_section_blog .mananger-person-text_blog {
    width: 100%;
    font-size: 13px;
    line-height: 150%;
    color: #000;
    margin: 23px 0 10px
}

.audit_section_blog .mananger-person {
    margin-right: 30px
}

.audit_section_blog .mananger-person-title_blog {
    width: 100%;
    font-size: 16px;
    line-height: 135%;
    color: #000
}

.audit_section_blog .mananger-person-line_blog {
    width: 70%;
    height: 1px;
    background: #ff9404;
    margin: 10px 0 15px
}

.audit_section_blog .audit_section-wrapper-main-name_blog {
    display: inline-flex
}

.mananger-person-title {
    font-family: 'RubikRegular', sans-serif;
    text-align: left;
    font-size: 24px;
    line-height: 28px;
    color: #000;
    margin-bottom: 15px
}

.mananger-person-line {
    width: 100%;
    height: 1px;
    background: #ff9404
}

.mananger-person-text {
    margin-top: 35px;
    margin-bottom: 40px;
}

@media (max-width: 992px) {
    .audit_section-wrapper-main {
        display: block;
    }

    .audit-main-block {
        padding: 30px;
    }

    .mananger-person {
        margin: 0 0 30px;
    }

    .mananger-person-title,
    .mananger-person-text {
        text-align: center;
    }
}

@media (max-width: 992px) {
    .audit_form__row {
        display: block;
    }

    .audit_form__row {
        margin-bottom: 0;
    }

    .audit_form__input_holder {
        width: 100%;
        margin-bottom: 20px;
    }
}

.fb-experts__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.fb-experts__item {
    padding: 0 15px;
    flex: 0 0 25%;
    text-align: center;
}

.fb-experts__item img {
    max-width: 100%;
}

.fb-experts__item-title {
    font-family: 'RubikMedium', sans-serif;
    margin: 25px 0 15px;
}

.fb-experts__item-text {
    font-size: 16px;
    max-width: 170px;
    margin: 0 auto 15px;
    position: relative;
}

.fb-experts__item-text:not(:last-of-type):before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #FF9404;
    transform: translateX(-50%);
}

@media (max-width: 768px) {
    .fb-experts__list {
        justify-content: space-around;
    }

    .fb-experts__item {
        flex: 0 0 40%;
        margin-bottom: 30px;
    }

    .fb-experts__item-title {
        margin: 15px 0;
    }
}

@media (max-width: 576px) {
    .fb-experts__list {
        display: block;
    }

    .fb-experts__item {
        max-width: 200px;
        margin: 0 auto 30px;
    }

    .fb-experts__item-title {
        margin: 10px 0;
    }
}

.fb-teams-history__wrapper {
    padding-bottom: 140px;
}

.fb-teams-history {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0 -5px;
}

.fb-teams-history__info-block {
    position: absolute;
    padding: 30px;
    background: #ffffff;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.16);
}

.fb-teams-history__info-block.block-1 {
    max-width: 610px;
    top: 40px;
    right: 0;
}

.fb-teams-history__info-block.block-2 {
    max-width: 800px;
    bottom: -115px;
    left: 25px;
}

.fb-teams-history__info-item {
    flex-basis: 185px;
    line-height: 1.3;
    padding: 0 10px;
}

.fb-teams-history__info-item__title {
    color: #009AD4;
    font-size: 42px;
    line-height: 1;
}

.fb-teams-history__info-item__title span {
    font-size: 20px;
    display: block;
}

.fb-teams-history__info-item__text {
    font-size: 14px;
    line-height: 1.3;
    margin-top: 12px;
}

.fb-teams-history__image {
    display: inline-block;
    padding: 5px;
}

.fb-teams-history__image.image-1 {
    grid-column-start: 1;
    grid-row-start: 1;
}

.fb-teams-history__image.image-2 {
    grid-column-start: 1;
    grid-row-start: 2;
}

.fb-teams-history__image.image-3 {
    grid-column-start: 2;
    grid-row-start: 2;
    margin-top: -115px;
}

@media (max-width: 1200px) {
    .fb-teams-history__wrapper {
        padding-bottom: 200px;
    }

    .fb-teams-history {
        display: block;
        max-width: 540px;
        margin: 0 auto;
        padding-top: 180px;
    }

    .fb-teams-history__info-block.block-1 {
        top: 10px;
        right: unset;
        left: 50%;
        transform: translateX(-50%);
        width: 600px;
    }

    .fb-teams-history__info-block.block-2 {
        width: 800px;
        left: 50%;
        transform: translateX(-50%);
        bottom: unset;
        top: 100%;
    }

    .fb-teams-history__image {
        display: block;
        padding: 0;
        max-width: 100%;
    }

    .fb-teams-history__image.image-3 {
        margin-top: 0;
    }
}

@media (max-width: 992px) {
    .fb-teams-history__info-block {
        position: static;
    }

    .fb-teams-history__info-block.block-1,
    .fb-teams-history__info-block.block-2 {
        transform: translateX(0);
        width: auto;
        padding: 20px;
        margin-bottom: 30px;
    }

    .fb-teams-history__info-block.block-2 {
        flex-wrap: wrap;
    }

    .block-2 .fb-teams-history__info-item:nth-child(1),
    .block-2 .fb-teams-history__info-item:nth-child(2) {
        margin-bottom: 20px;
    }

    .fb-teams-history {
        padding-top: 0;
    }

    .fb-teams-history__wrapper {
        padding-bottom: 0;
    }
}

.fb-news__slider-wrapper {
    position: relative;
}

.fb-news__item-wrapper {
    padding: 15px;
}

.fb-news__item {
    background: #FFFFFF;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    padding: 20px 20px 25px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fb-news__item img {
    max-width: 100%;
}

.fb-news__item-subtitle {
    margin: 25px 0 15px;
    font-size: 16px;
    line-height: 1.2;
}

.fb-news__item-title {
    font-family: 'RubikMedium', sans-serif;
    line-height: 1.3;
    max-width: 260px;
    margin: auto;
}

.fb-news__item-btn {
    max-width: 200px;
    width: 100%;
    padding: 8px 29px;
    margin-top: 15px;
}

.fb-news__arrow-left {
    left: -60px;
}

.fb-news__arrow-right {
    right: -60px;
}

@media (max-width: 1300px) {
    .fb-news__arrow-left {
        left: -30px;
    }

    .fb-news__arrow-right {
        right: -30px;
    }
}

@media (max-width: 1200px) {
    .fb-news {
        width: 90%;
        margin: 0 auto;
    }

    .fb-news__arrow-left {
        left: 0;
    }

    .fb-news__arrow-right {
        right: 0;
    }
}

@media (max-width: 768px) {
    .fb-news {
        width: 100%;
    }

    .fb-news__slider-wrapper {
        max-width: 300px;
        margin: 0 auto;
    }

    .fb-news__arrow-left {
        left: -30px;
    }

    .fb-news__arrow-right {
        right: -30px;
    }
}

.fb-faq__wrapper {
    padding-bottom: 255px;
    position: relative;
    margin-top: 70px;
}

.fb-faq__wrapper:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 255px;
    background: url('../img/decore-img-3.png') no-repeat center bottom;
    background-size: cover;
}

.fb-faq__item {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 18px 15px;
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
}

.fb-faq__item:after {
    content: '';
    position: absolute;
    top: 30px;
    right: 30px;
    background: url('../img/grey-arrow-down.png') no-repeat center center;
    width: 20px;
    height: 12px;
    transition: transform .3s;
}

.fb-faq__item.active:after {
    transform: rotate(180deg);
}

.fb-faq__item.active .fb-faq__item-title {
    text-shadow: 1px 1px 1px #000000;
}

.fb-faq__item-title {
    padding-right: 50px;
    transition: text-shadow .3s;
}

.fb-faq__item-text {
    height: 0;
    transition: height .3s;
    overflow: hidden;
}

.fb-faq__item-text span {
    padding-top: 18px;
    display: block;
}

@media (max-width: 576px) {
    .fb-faq__wrapper {
        padding-bottom: 180px;
    }
}


/* White label */

.wl-first-screen__wrapper {
    position: relative;
    z-index: 1;
}

.wl-first-screen__wrapper:after {
    content: '';
    position: absolute;
    top: -70px;
    right: 0;
    background: url('../img/decore-img-1.png') no-repeat center center;
    background-size: cover;
    width: 483px;
    height: 412px;
    z-index: -1;
}

.wl-first-screen {
    display: flex;
    align-items: flex-end;
}

.wl-first-screen__content {
    flex: 0 0 600px;
    padding-bottom: 50px;
    margin-right: 95px;
}

.wl-first-screen__title:after {
    transform: translateX(0);
    left: 0;
}

.wl-first-screen__text {
    font-size: 18px;
    margin-bottom: 50px;
    padding-right: 30px;
}

.wl-first-screen__text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 16px;
    font-family: 'RubikRegular', sans-serif;
}

.wl-first-screen__image {
    min-width: 600px;
}

.wl-first-screen__image img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 1200px) {
    .wl-first-screen__content {
        flex-shrink: 2;
        padding-bottom: 0;
    }

    .wl-first-screen__title {
        font-size: 30px;
    }

    .wl-first-screen__image {
        flex-shrink: 1;
        min-width: unset;
        position: relative;
        right: -55px;
    }
}

@media (max-width: 992px) {
    .wl-first-screen {
        display: block;
    }

    .wl-first-screen__content {
        margin-right: 0;
    }

    .wl-first-screen__btn {
        margin: 0 auto;
        display: block;
    }

    .wl-first-screen__image {
        right: unset;
        margin: 50px auto 0;
        text-align: center;
    }
}

.wl-ppc-numbers {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.wl-ppc-numbers__item {
    position: relative;
}

.wl-ppc-numbers__item:after {
    content: '';
    position: absolute;
    top: 15px;
    left: -30px;
    width: 152px;
    height: 115px;
    background: url('../img/ppc-numbers__item-decore.png') no-repeat center center;
}

.wl-ppc-numbers__item:nth-child(1) .wl-ppc-numbers__item-text {
    max-width: 215px;
}

.wl-ppc-numbers__item:nth-child(1) .wl-ppc-numbers__item-title span {
    font-size: 48px;
}

.wl-ppc-numbers__item:nth-child(2) .wl-ppc-numbers__item-text {
    max-width: 165px;
}

.wl-ppc-numbers__item:nth-child(2) .wl-ppc-numbers__item-title {
    opacity: .5;
}

.wl-ppc-numbers__item-title {
    font-family: 'RubikMedium', sans-serif;
    font-size: 96px;
    color: #009AD4;
}

.wl-ppc-numbers__item-text {
    margin-left: 65px;
    line-height: 1.3;
}

@media (max-width: 1200px) {
    .wl-ppc-numbers__item:after {
        top: 65px;
        left: -20px;
    }

    .wl-ppc-numbers__item-title {
        font-size: 70px;
        line-height: 1.2;
    }

    .wl-ppc-numbers__item-text {
        margin-left: 50px;
    }

    .wl-ppc-numbers__item:nth-child(1) .wl-ppc-numbers__item-text,
    .wl-ppc-numbers__item:nth-child(2) .wl-ppc-numbers__item-text,
    .wl-ppc-numbers__item:nth-child(3) .wl-ppc-numbers__item-text {
        max-width: 175px;
    }
}

@media (max-width: 768px) {
    .wl-ppc-numbers__wrapper {
        margin-bottom: 120px;
    }

    .wl-ppc-numbers {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .wl-ppc-numbers__item {
        margin: 0 30px;
    }

    .wl-ppc-numbers__item:last-child {
        margin-top: 50px;
    }
}

@media (max-width: 576px) {
    .wl-ppc-numbers {
        flex-direction: column;
    }

    .wl-ppc-numbers__item:after {
        top: unset;
        bottom: -10px;
    }

    .wl-ppc-numbers__item {
        margin: 0 auto 40px;
    }

    .wl-ppc-numbers__item:last-child {
        margin-top: 0;
        margin-bottom: 0;
    }

    .wl-ppc-numbers__item-title {
        font-size: 60px;
    }
}

.wl-benefit__subtitle {
    text-align: center;
    max-width: 655px;
    margin: 0 auto 60px;
}

.wl-benefit {
    display: flex;
    align-items: center;
}

.wl-benefit__list {
    flex: 0 0 540px;
}

.wl-benefit__image img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 1200px) {
    .wl-benefit__list {
        flex-shrink: 2;
    }

    .wl-benefit__image {
        flex-shrink: 1;
    }
}

@media (max-width: 1200px) {
    .wl-benefit {
        display: block;
    }

    .wl-benefit__image {
        margin: 50px auto 0;
        text-align: center;
    }
}

.wl-services__wrapper {
    position: relative;
    z-index: 1;
}

.wl-services__wrapper:before {
    content: '';
    position: absolute;
    top: -100px;
    left: 0;
    background: url('../img/decore-img-4.png') no-repeat top right;
    width: 183px;
    height: 571px;
    z-index: -1;
}

.wl-services {
    display: flex;
    justify-content: space-between;
}

.wl-services__item {
    flex: 0 0 32%;
    padding: 25px 25px 20px;
    background: #FFFFFF;
    box-shadow: 0 0 30px #ECECEC;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
}

.wl-services__item-title {
    font-family: 'RubikMedium', sans-serif;
    font-size: 24px;
    line-height: 1.25;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.wl-services__item-subtitle {
    margin: 10px 0 25px;
    text-align: center;
}

.wl-services__item-list {
    margin-bottom: 25px;
}

.wl-services__item-list li {
    font-size: 16px;
    padding-left: 12px;
}

.wl-services__item-list li:before {
    width: 5px;
    height: 5px;
}

.wl-services__item-list li:not(:last-of-type) {
    margin-bottom: 10px;
}

.wl-services__item-btn {
    padding: 8px 30px;
    margin: auto auto 0;
}

@media (max-width: 992px) {
    .wl-services {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .wl-services__item {
        flex: 0 0 40%;
        margin-bottom: 40px;
    }

    .wl-services__item:last-child {
        margin-bottom: 0;
    }

    .wl-services__item-title {
        height: unset;
    }
}

@media (max-width: 768px) {
    .wl-services__item {
        flex: 0 0 48%;
    }

    .wl-services__item-title {
        font-size: 21px;
    }

    .wl-services__item-subtitle {
        margin-bottom: 10px;
    }
}

@media (max-width: 576px) {
    .wl-services {
        display: block;
    }

    .wl-services__item {
        max-width: 400px;
        margin: 0 auto 40px;
    }
}

.wl-features__wrapper {
    padding-top: 60px;
    background-color: #F0F0F0;
}

.wl-features__subtitle {
    max-width: 730px;
    margin: 0 auto 40px;
    text-align: center;
}

.wl-features__list {
    max-width: 730px;
    margin: 0 auto 60px;
    column-count: 2;
    column-gap: 30px;
}

.wl-features__prices {
    display: flex;
    justify-content: space-between;
    position: relative;
    top: 255px;
    margin-top: -255px;
}

.wl-features__prices-item {
    flex: 0 0 23.5%;
    background: #FFFFFF;
    border: 1px solid #FF9404;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    padding: 25px 15px 20px;
}

.wl-features__prices-item__title {
    font-family: 'RubikMedium', sans-serif;
    font-size: 24px;
    line-height: 1.25;
    text-align: center;
}

.wl-features__prices-item__subtitle {
    margin: 10px auto 25px;
    text-align: center;
}

.wl-features__prices-item__subtitle span {
    font-size: 16px;
    color: #009AD4;
}

.wl-features__prices-item__list {
    margin-bottom: 25px;
}

.wl-features__prices-item__list li {
    font-size: 16px;
    padding-left: 12px;
}

.wl-features__prices-item__list li:before {
    width: 5px;
    height: 5px;
}

.wl-features__prices-item__list li:not(:last-of-type) {
    margin-bottom: 10px;
}

.wl-features__prices-item__btn {
    font-size: 16px;
    padding: 5px 15px;
    margin: auto auto 0;
}

@media (max-width: 992px) {
    .wl-features__prices {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .wl-features__prices-item {
        flex: 0 0 260px;
        margin: 0 30px 40px;
    }
}

@media (max-width: 576px) {
    .wl-features__list {
        column-count: unset;
    }
}

/* --------------------------Penguin-team--------------------------- */

.penguin-team-section {
    padding: 100px 10px;
    background-color: #E5E5E5;
}

.penguin-team__container {
    display: flex;
    justify-content: center;
}

.penguin-team-info {
    display: flex;
    flex-direction: column;
    width: 50%;
    max-width: 540px;
    margin-right: 30px;
    padding-top: 30px;
}

.penguin-team-info__title {
    font-size: 30px;
    line-height: 36px;
    font-weight: 500;
    font-family: 'RubikMedium', sans-serif;
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 25px;

}

.penguin-team-info__title::after {
    content: '';
    left: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    max-width: 445px;
    height: 1px;
    background-color: #FF9404;
}

.penguin-team-info__text {
    font-size: 20px;
    line-height: 27px;
    font-weight: 400;
    font-family: 'RubikRegular', sans-serif;
}

.penguin-team-info__paragraph {
    margin-bottom: 16px;
}

.penguin-team-image {
    width: 50%;
    max-width: 540px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.penguin-team-image__left {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: flex-end;
    margin-right: 10px;
    padding-top: 68px;
}

.penguin-team-image__right {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: flex-start;
}

.penguin-team-image__left img,
.penguin-team-image__right img {
    max-width: 100%;
    margin-bottom: 10px;
}

@media screen and (max-width: 960px) {

    .penguin-team__container {
        display: flex;
        flex-direction: column;
    }

    .penguin-team-info {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
    }

    .penguin-team-image {
        width: 100%;
        max-width: 100%;
    }

    .penguin-team-image__left {
        padding-top: 38px;
    }

}

/* .wl-staffs__wrapper {*/
/*    margin-top: 100px;*/
/*}*/

/*.wl-staffs {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    justify-content: space-between;*/
/*}*/

/*.wl-staffs__item {*/
/*    display: flex;*/
/*    align-items: stretch;*/
/*    flex: 0 0 49%;*/
/*    margin-bottom: 30px;*/
/*    background-color: #F0F0F0;*/
/*}*/

/*.wl-staffs__item-image {*/
/*    flex-shrink: 2;*/
/*    margin-top: auto;*/
/*}*/

/*.wl-staffs__item-image img {*/
/*    display: block;*/
/*    max-width: 100%;*/
/*}*/

/*.wl-staffs__item-info {*/
/*    padding: 25px 15px 20px;*/
/*    flex: 0 1 285px;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*}*/

/*.wl-staffs__item-header {*/
/*    position: relative;*/
/*    padding-bottom: 15px;*/
/*    margin-bottom: 20px;*/
/*}*/

/*.wl-staffs__item-header:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    width: 180px;*/
/*    height: 1px;*/
/*    background-color: #FF9404;*/
/*}*/

/*.wl-staffs__item-title {*/
/*    font-family: 'RubikMedium', sans-serif;*/
/*    line-height: 1.2;*/
/*    margin-bottom: 5px;*/
/*}*/

/*.wl-staffs__item-subtitle {*/
/*    font-size: 16px;*/
/*    line-height: 1.3;*/
/*}*/

/*.wl-staffs__item-description {*/
/*    min-height: 120px;*/
/*    margin-bottom: 15px;*/
/*    font-size: 16px;*/
/*}*/

/*.wl-staffs__item-bottom {*/
/*    margin-top: auto;*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/

/*.wl-staffs__item-link {*/
/*    text-decoration: none;*/
/*    height: 30px;*/
/*    margin-right: 15px;*/
/*}*/

/*.wl-staffs__item-btn {*/
/*    margin-left: auto;*/
/*    padding: 7px 15px;*/
/*    font-size: 16px;*/
/*}*/

/*@media (max-width: 1200px) {*/
/*    .wl-staffs__item-link {*/
/*        margin-right: 5px;*/
/*    }*/
/*}*/

/*@media (max-width: 992px) {*/
/*    .wl-staffs {*/
/*        justify-content: space-around;*/
/*    }*/

/*    .wl-staffs__item {*/
/*        display: block;*/
/*        flex: 0 0 285px;*/
/*        margin: 0 20px 40px;*/
/*    }*/

/*    .wl-staffs__item-image {*/
/*        border-bottom: 5px solid #ffffff;*/
/*    }*/

/*    .wl-staffs__item-image img {*/
/*        margin: 0 auto;*/
/*    }*/

/*    .wl-staffs__item-link {*/
/*        margin-right: 15px;*/
/*    }*/
/*}*/

.wl-partners__subtitle {
    display: flex;
    align-items: center;
}

.wl-partners__notice {
    max-width: 650px;
    margin: 30px auto 40px;
    font-family: 'RubikMedium', sans-serif;
    font-size: 24px;
    line-height: 1.25;
}

.wl-partners__notice span {
    display: block;
    margin-top: 10px;
    text-align: right;
    font-family: 'RubikRegular', sans-serif;
}

.wl-partners__line {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wl-partners__line:nth-child(1) {
    margin-bottom: 40px;
}

.wl-partners__line span {
    flex-basis: 425px;
    line-height: 1.2;
}

@media (max-width: 1200px) {
    .wl-partners__line span {
        flex-basis: 320px;
    }
}

@media (max-width: 992px) {
    .wl-partners__line span {
        flex-basis: 200px;
    }
}

@media (max-width: 768px) {
    .wl-partners__subtitle {
        display: block;
        text-align: center;
    }

    .wl-partners__subtitle span {
        display: block;
        margin: 15px auto 0;
    }

    .wl-partners__line {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .wl-partners__line span {
        flex-basis: 100%;
        margin-bottom: 30px;
        text-align: center;
    }

    .wl-partners__line img {
        display: inline-block;
        margin: 5px;
    }
}

.wl-achievement__subtitle {
    max-width: 720px;
    margin: 0 auto 60px;
    text-align: center;
}

.wl-achievement__slider-wrapper {
    position: relative;
}

.wl-achievement__slider-wrapper .slick-slide {
    height: auto;
}

.wl-achievement__item {
    background-color: #FFFFFF;
    border: 1px solid #C4C4C4;
    display: flex !important;
    align-items: stretch;
    position: relative;
}

.wl-achievement__item-info {
    border-right: 1px solid #C4C4C4;
    flex: 0 0 395px;
    position: relative;
}

.wl-achievement__item-header {
    border-bottom: 1px solid #C4C4C4;
    padding: 30px 30px 35px;
    display: flex;
}

.wl-achievement__item-image {
    flex: 0 0 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
}

.wl-achievement__item-description {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-left: 30px;
}

.wl-achievement__item-title {
    flex-basis: 100%;
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 7px;
}

.wl-achievement__item-title svg {
    display: inline-block;
    margin-bottom: 5px;
}

.wl-achievement__item-scale {
    flex: 0 0 80px;
}

.wl-achievement__item-scale__title {
    font-family: 'RubikMedium', sans-serif;
    font-size: 17px;
    line-height: 1;
}

.wl-achievement__item-scale__line {
    width: 78px;
    height: 4px;
    background-color: #C4C4C4;
    margin: 3px 0;
    position: relative;
}

.wl-achievement__item-scale__line span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #1F57C3;
}

.wl-achievement__item-scale__text {
    font-size: 12px;
    line-height: 1;
}

.wl-achievement__item-rang {
    margin-left: auto;
}

.wl-achievement__item-total {
    padding: 30px;
    display: flex;
}

.wl-achievement__item-total__item {
    flex: 0 0 100px;
    padding-right: 20px;
}

.wl-achievement__item-total__item div:nth-child(1) {
    font-family: 'RubikMedium', sans-serif;
    font-size: 17px;
    line-height: 1;
    margin-bottom: 10px;
}

.wl-achievement__item-total__item div:nth-child(2) {
    font-size: 12px;
    line-height: 1;
}

.wl-achievement__item-share {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 24px;
    height: 24px;
    background: url('../img/share-icon.png') no-repeat center center;
    transition: opacity .3s;
}

.wl-achievement__item-share:hover {
    opacity: .7;
}

.wl-achievement__item-reviews.reviews-list {
    margin-bottom: 0;
}

.wl-achievement__item-reviews .slick-dots {
    width: auto;
    bottom: unset;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.wl-achievement__item-reviews .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0;
    display: block;
    background: #CCCCCC;
    border-radius: 50%;
}

.wl-achievement__item-reviews .slick-dots li[aria-hidden="true"] {
    width: 6px;
    height: 6px;
    margin: 0;
    display: block;
}

.wl-achievement__item-reviews .slick-dots li:not(:last-of-type) {
    margin-bottom: 8px;
}

.wl-achievement__item-reviews .slick-dots button {
    padding: 0;
}

.wl-achievement__item-reviews .slick-dots button:before {
    display: none;
}

.wl-achievement__item-reviews .slick-dots li:before {
    width: 6px;
    height: 6px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #cccccc;
    transition: width .3s, height .3s;
}

.wl-achievement__item-reviews .slick-dots .slick-active:before {
    width: 10px;
    height: 10px;
}

.wl-achievement__item-reviews__item {
    padding: 30px;
}

.wl-achievement__item-reviews__title {
    font-family: 'RubikMedium', sans-serif;
    font-size: 14px;
    line-height: 1.2;
    color: #14A800;
    margin-bottom: 20px;
}

.wl-achievement__item-reviews__info {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1;
}

.wl-achievement__item-reviews__stars {
    flex: 0 0 80px;
    min-width: 80px;
    height: 14px;
    margin-right: 5px;
    position: relative;
}

.wl-achievement__item-reviews__stars-default {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url('../img/rate-star-default.png') repeat-x;
}

.wl-achievement__item-reviews__stars-active {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: url('../img/rate-star-active.png') repeat-x;
}

.wl-achievement__item-reviews__rate {
    font-family: 'RubikMedium', sans-serif;
    margin-right: 5px;
}

.wl-achievement__item-reviews__date {
    color: #666666;
}

.wl-achievement__item-reviews__text {
    font-size: 14px;
    line-height: 1.35;
    font-style: italic;
}

.wl-achievement__item-reviews__text p:not(:last-of-type) {
    margin-bottom: 20px;
}

.wl-achievement__item-reviews__item-arrows svg {
    width: 20px;
    height: 20px;
}

.slider-arrows .wl-achievement__item-reviews__item-left {
    top: 10px;
    left: unset;
    right: 10px;
    transform: translateX(0) rotate(90deg);
}

.slider-arrows .wl-achievement__item-reviews__item-right {
    top: unset;
    bottom: 10px;
    right: 10px;
    transform: translateX(0) rotate(90deg);
}

.wl-achievement__arrow-left {
    left: -100px;
}

.wl-achievement__arrow-right {
    right: -100px;
}

.popup__wrapper, .popup__wrapper-team {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .1);
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s;
    z-index: 12;
}

.popup__wrapper.show, .popup__wrapper-team.show {
    opacity: 1;
    visibility: visible;
    z-index: 9999;
}

.popup {
    max-width: 860px;
    padding: 40px 25px;
    background-color: #fff;
    border-radius: 12px;
    position: relative;
}

.popup__close, .popup__close-team {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #ccc;
    background-color: transparent;
    border: none;
    outline: none;
    padding: 0;
    width: 25px;
    height: 25px;
    cursor: pointer;
    z-index: 1;
}

.popup__close:before,
.popup__close-team:before,
.popup__close-team:after,
.popup__close:after {
    content: '';
    position: absolute;
    width: 33px;
    height: 1px;
    background-color: #ccc;
    top: 50%;
    left: 50%;
}

.popup__field-wrapper input[type="tel"].wpcf7-not-valid,
.popup__field-wrapper input[type="text"].wpcf7-not-valid,
.popup__field-wrapper input[type="email"].wpcf7-not-valid,
.popup__field-wrapper textarea.wpcf7-not-valid {
    border: 1px solid red;
}

.popup__close:before, .popup__close-team:before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.popup__close:after, .popup__close-team:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.popup__title {
    font-family: 'RubikMedium', sans-serif;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 500;
    color: #000;
    text-align: center;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 20px;
}

.popup__title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 410px;
    height: 1px;
    background-color: #FF9404;
    transform: translateX(-50%);
}

.popup__pricing-title, .popup__who-ask-title {
    font-family: 'RubikMedium', sans-serif;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
    color: #000;
    margin-bottom: 15px;
    flex-basis: 100%;
}

.popup__pricing-select, .popup__who-ask-select {
    border: 1px solid #ccc;
    border-radius: 5px;
    flex-basis: 100%;
    padding: 15px;
    font-size: 20px;
    line-height: 1.3;
    color: #ccc;
    width: 100%;
}

.popup__pricing-select option, .popup__who-ask-select option {
    color: initial;
}

.popup__subtitle {
    max-width: 640px;
    text-align: center;
    margin: 0 auto 30px;
    font-size: 20px;
    line-height: 1.49;
}

.popup__form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.form_request {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.popup__field-wrapper {
    flex: 0 0 49%;
    margin-bottom: 15px;
}

.textarea-field {
    flex-basis: 100%;
}

.popup__form input,
.popup__form textarea {
    font-size: 20px;
    line-height: 1.3;
    width: 100%;
    height: 60px;
    padding: 0 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.popup__form input::placeholder,
.popup__form textarea::placeholder {
    color: #ccc;
}

.popup__field-wrapper {
    position: relative;
}

.popup__field-wrapper:not(.textarea-field):after {
    content: '*';
    position: absolute;
    top: 3px;
    right: 6px;
    color: rgba(255, 148, 4, .5);
    font-size: 1.5rem;
}

.textarea-field textarea {
    height: 150px;
    padding-top: 18px;
}

.form-submit {
    font-size: 20px;
    color: #fff;
    max-width: 290px;
    margin: 20px auto 0;
    border: none;
    outline: none;
    background: #FF9404;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .2);
    border-radius: 8px;
    padding: 18px 29px;
    cursor: pointer;
    transition: box-shadow .3s;
}

.form-submit:hover {
    box-shadow: 0 0 0;
}

@media (max-width: 1690px) {
    .popup {
        padding: 25px;
    }

    .popup__form input,
    .popup__form textarea {
        height: 50px;
    }

    .textarea-field textarea {
        height: 140px;
    }
}

@media (max-width: 1340px) {
    .wl-achievement__arrow-left {
        left: -35px;
    }

    .wl-achievement__arrow-right {
        right: -35px;
    }
}

@media (max-width: 1200px) {
    .wl-achievement__wrapper {
        width: 90%;
        margin: 0 auto;
        padding: 2px;
    }
}

@media (max-width: 992px) {
    .wl-achievement__item-info {
        flex-basis: 280px;
    }

    .wl-achievement__item-header {
        padding: 30px 15px 30px;
    }

    img.wl-achievement__item-image {
        margin: 0;
    }

    .wl-achievement__item-description {
        display: block;
    }

    .wl-achievement__item-rang {
        margin: 10px 0 0;
    }

    .wl-achievement__item-total {
        padding: 30px 15px;
    }
}

@media (max-width: 768px) {
    .wl-achievement {
        max-width: 320px;
        margin: 0 auto;
    }

    .wl-achievement__item {
        display: block !important;
    }

    .wl-achievement__item-info {
        border-right: none;
    }

    .wl-achievement__item-reviews__item {
        padding: 30px 15px;
        border-top: 1px solid #cccccc;
    }

    .wl-achievement__item-reviews__info {
        font-size: 13px;
    }

    .wl-achievement__item-reviews .slick-dots {
        top: unset;
        bottom: 10px;
        left: 50%;
        right: unset;
        transform: translate(-50%, 0);
        display: flex;
        justify-content: center;
    }

    .wl-achievement__item-reviews .slick-dots li {
        margin: 0 5px;
    }

    .slider-arrows .wl-achievement__item-reviews__item-right {
        transform: rotate(0);
    }

    .slider-arrows .wl-achievement__item-reviews__item-left {
        top: unset;
        bottom: 10px;
        left: 10px;
        right: unset;
        transform: rotate(0);
    }

    .popup__title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .popup__subtitle {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .popup__form input,
    .popup__form textarea {
        height: 40px;
    }

    .textarea-field textarea {
        height: 100px;
    }

    .popup__form {
        display: block;
    }

    .popup__form .form-submit {
        font-size: 18px;
        padding: 10px 15px;
        margin: 20px auto 0;
        display: block;
    }

    .popup__pricing-select {
        padding: 6px 10px;
    }

    .popup__pricing-title {
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    .wl-achievement__wrapper {
        width: 100%;
    }

    .wl-achievement__arrows {
        display: none;
    }
}

.wl-form__wrapper {
    position: relative;
    z-index: 1;
    padding: 0 20px;
}

.wl-form__wrapper:after {
    content: '';
    position: absolute;
    bottom: -330px;
    left: 0;
    width: 182px;
    height: 572px;
    background: url('../img/decore-img-5.png') no-repeat center center;
    z-index: -1;
}

.wl-form {
    max-width: 730px;
    margin: 0 auto;
    padding: 60px 65px 70px;
    background-color: #FFFFFF;
    border: 2px solid #FF9404;
    border-radius: 16px;
}

.wl-form__title {
    font-size: 24px;
    line-height: 1.2;
    padding-bottom: 15px;
    margin-bottom: 67px;
}

.wl-form__title:after {
    width: 410px;
}

.wl-form__form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wl-form__form-group {
    flex: 0 0 49%;
    margin-bottom: 17px;
}

.wl-form__form-group.textarea-group {
    flex-basis: 100%;
}

.wl-form__form-group input,
.wl-form__form-group textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 20px;
    color: #cccccc;
}

.wl-form__form-group input::placeholder,
.wl-form__form-group textarea::placeholder {
    color: #cccccc;
}

.wl-form__form-group input {
    height: 60px;
}

.wl-form__form-group textarea {
    height: 105px;
}

.wl-form__submit {
    display: block;
    margin: 45px auto 0;
}

@media (max-width: 768px) {
    .wl-form {
        padding: 40px;
    }
}

@media (max-width: 576px) {
    .wl-form {
        padding: 30px;
    }

    .wl-form__form {
        display: block;
    }

    .wl-form__title {
        margin-bottom: 40px;
    }

    .wl-form__title:after {
        width: 100%;
    }
}