/*@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800&display=swap");*/
@font-face {
    font-family: "Rubik";
    src: url("/fonts/Rubik-Regular.woff2") format("woff2");
    font-weight: 300;
    font-display: auto;
    font-style: normal
}
@font-face {
    font-family: "Rubik";
    src: url("/fonts/Rubik-Regular.woff2") format("woff2");
    font-weight: 400;
    font-display: auto;
    font-style: normal
}
@font-face {
    font-family: "Rubik";
    src: url("/fonts/Rubik-Medium.woff2") format("woff2");
    font-weight: 500;
    font-display: auto;
    font-style: normal
}
@font-face {
    font-family: "Rubik";
    src: url("/fonts/Rubik-Medium.woff2") format("woff2");
    font-weight: 600;
    font-display: auto;
    font-style: normal
}
@font-face {
    font-family: "Rubik";
    src: url("/fonts/Rubik-Bold.woff2") format("woff2");
    font-weight: 700;
    font-display: auto;
    font-style: normal
}
@font-face {
    font-family: "Rubik";
    src: url("/fonts/Rubik-Bold.woff2") format("woff2");
    font-weight: 800;
    font-display: auto;
    font-style: normal
}
*,
*:before,
*:after {
    outline: none !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
}

html {
    -webkit-text-size-adjust: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

input[type="text"]::-ms-clear {
    display: none;
}

input[type="password"]::-ms-reveal {
    display: none;
}

body, html {
    min-height: 100vh;
}

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background: #ffffff;
    font-family: "Rubik", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    color: #000000;
}

body.modal-open {
    overflow: hidden;
}

#header,
#footer {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

#main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.main_reviews {
    overflow: hidden;
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
}

fieldset, legend {
    display: block;
    padding: 0;
    margin: 0;
    border: none;
}

label {
    position: relative;
}

.hidden {
    display: none !important;
}

.invisible {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    border: 0 !important;
    padding: 0 !important;
    white-space: nowrap !important;
    -webkit-clip-path: inset(100%) !important;
    clip-path: inset(100%) !important;
    clip: rect(0 0 0 0) !important;
    overflow: hidden !important;
    z-index: -1 !important;
}

.clearfix {
    display: block;
    width: 100%;
    height: 0;
}

.clearfix::before, .clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    width: 100%;
    height: auto;
}

.container-reviews {
    position: relative;
    width: 100%;
    max-width: 1210px;
    padding: 0 15px;
}

.accent-color {
    color: #25bb4f;
}

.first-screen {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 86px;
    padding-bottom: 40px;
    background: url("../img/reviews/hero-top-bg.svg") top center no-repeat;
    overflow: hidden;
}

@media (min-width: 576px) {
    .first-screen {
        padding-top: 110px;
    }
}

@media (min-width: 768px) {
    .first-screen {
        padding-top: 150px;
    }
}

@media (min-width: 1311px) {
    .first-screen {
        padding-top: 80px;
    }
}

.first-screen::before, .first-screen::after {
    content: '';
    display: none;
    position: absolute;
    z-index: 0;
}

@media (min-width: 576px) {
    .first-screen::before, .first-screen::after {
        display: block;
    }
}

.first-screen::before {
    width: 331px;
    height: 331px;
    background: url("../img/reviews/fs-circle.svg") center no-repeat;
    background-size: cover;
    right: 0;
    -webkit-transform: translateX(80%) rotate(0);
    transform: translateX(80%) rotate(0);
    top: 112px;
    -webkit-transition: all 2s cubic-bezier(0.22, 1, 0.36, 1) 0.5s;
    transition: all 2s cubic-bezier(0.22, 1, 0.36, 1) 0.5s;
    opacity: 1;
}

.first-screen::after {
    width: 166px;
    height: 80px;
    background: url("../img/reviews/fs-arrows.svg") center no-repeat;
    background-size: cover;
    left: 0;
    -webkit-transform: translateX(-14%);
    transform: translateX(-14%);
    top: 130px;
    -webkit-transition: all 2s cubic-bezier(0.22, 1, 0.36, 1);
    transition: all 2s cubic-bezier(0.22, 1, 0.36, 1);
    opacity: 1;
}

@media (min-width: 768px) {
    .first-screen::after {
        top: 200px;
    }
}

@media (min-width: 1311px) {
    .first-screen::after {
        top: 65px;
        -webkit-transform: translateX(-24%);
        transform: translateX(-24%);
    }
}

.first-screen.animatedLoading:before {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(50deg);
    transform: translateX(100%) rotate(50deg);
}

.first-screen.animatedLoading::after {
    opacity: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.first-screen.animatedLoading .first-screen__pic img {
    opacity: 0;
    -webkit-transform: rotate(-180deg) scale(0.5);
    transform: rotate(-180deg) scale(0.5);
}

@media (min-width: 768px) {
    .first-screen .container-reviews {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (min-width: 1311px) {
    .first-screen .container-reviews {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.first-screen__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .first-screen__content {
        width: 100%;
    }
}

@media (min-width: 1311px) {
    .first-screen__content {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 402px;
    }
}

.first-screen__title {
    font-weight: 700;
    font-size: 28px;
    line-height: 33px;
    text-align: center;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .first-screen__title {
        font-weight: 700;
        font-size: 42px;
        line-height: 50px;
        margin-bottom: 20px;
    }
}

@media (min-width: 1311px) {
    .first-screen__title {
        text-align: left;
        font-weight: 800;
    }
}

.first-screen__subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .first-screen__subtitle {
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 20px;
    }
}

@media (min-width: 1311px) {
    .first-screen__subtitle {
        text-align: left;
    }
}

.first-screen__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    margin-bottom: 20px;
    max-width: 402px;
}

@media (min-width: 768px) {
    .first-screen__text {
        font-weight: 400;
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 49px;
        max-width: 650px;
    }
}

@media (min-width: 1311px) {
    .first-screen__text {
        text-align: left;
        max-width: none;
    }
}

.first-screen__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 213px;
    height: 39.43px;
    background: #25bb4f;
    -webkit-box-shadow: 0 1.33646px 28.0656px rgba(37, 187, 79, 0.8), inset 0 0 0 0 transparent;
    box-shadow: 0 1.33646px 28.0656px rgba(37, 187, 79, 0.8), inset 0 0 0 0 transparent;
    border-radius: 999px;
    font-weight: 500;
    font-size: 13.3646px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.3px;
    color: #ffffff;
    -webkit-transition: all .15s linear;
    transition: all .15s linear;
}

@media (min-width: 768px) {
    .first-screen__button {
        width: 320px;
        height: 59px;
        -webkit-box-shadow: 0 2px 42px rgba(37, 187, 79, 0.8), inset 0 0 0 2px #25bb4f;
        box-shadow: 0 2px 42px rgba(37, 187, 79, 0.8), inset 0 0 0 2px #25bb4f;
        font-size: 20px;
        line-height: 25px;
    }
}

@media (min-width: 1024px) {
    .first-screen__button:hover {
        background-color: transparent;
        color: #25bb4f;
    }
}

.first-screen__pic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

@media (min-width: 1311px) {
    .first-screen__pic {
        position: absolute;
        top: -67px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 510px;
        margin-left: 70px;
    }
}

.first-screen__pic img {
    position: relative;
    max-width: none;
    width: 315px;
    margin-top: -10px;
    margin-bottom: -20px;
    opacity: 1;
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
    -webkit-transition: all 3s cubic-bezier(0.22, 1, 0.36, 1);
    transition: all 3s cubic-bezier(0.22, 1, 0.36, 1);
}

@media (min-width: 768px) {
    .first-screen__pic img {
        margin: 0;
        top: 30px;
    }
}

@media (min-width: 1311px) {
    .first-screen__pic img {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
        top: 0;
        left: 0;
    }
}

.first-screen__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    max-width: 302px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 1;
}

@media (min-width: 768px) {
    .first-screen__list {
        margin: 50px 0 0;
        padding: 0;
        max-width: 400px;
    }
}

@media (min-width: 1311px) {
    .first-screen__list {
        max-width: 302px;
        margin: 0;
        padding-top: 22px;
    }
}

.first-screen__item {
    margin-bottom: 12px;
    padding-left: 36px;
    position: relative;
}

.first-screen__item:last-child {
    margin-bottom: 0 !important;
}

@media (min-width: 1311px) {
    .first-screen__item {
        margin-bottom: 25px;
    }
}

.first-screen__item::before {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    width: 19px;
    height: 19px;
    border-radius: 50%;
}

@media (min-width: 1311px) {
    .first-screen__item::before {
        width: 30px;
        height: 30px;
        top: 0px;
        left: -10px;
    }
}

.first-screen__item_bright::before {
    background-color: #fee400;
}

.first-screen__item_lite::before {
    background-color: #2dd65d;
}

.first-screen__item_dark::before {
    background-color: #008741;
}

.first-screen__item span {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #999999;
    display: block;
    margin-bottom: 7px;
}

@media (min-width: 768px) {
    .first-screen__item span {
        font-size: 20px;
        line-height: 24px;
    }
}

.first-screen__item strong {
    display: block;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
}

@media (min-width: 768px) {
    .first-screen__item strong {
        font-size: 24px;
        line-height: 28px;
    }
}

.background-lines {
    display: none;
    width: 100%;
    height: 0;
    position: relative;
}

@media (min-width: 768px) {
    .background-lines {
        display: block;
    }
}

.background-lines::before {
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    width: 413px;
    height: 110px;
    background: url("../img/reviews/fs-lines.svg") 150px center no-repeat;
    background-size: cover;
    top: -70px;
    right: 0;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 2s cubic-bezier(0.22, 1, 0.36, 1) 0.7s;
    transition: all 2s cubic-bezier(0.22, 1, 0.36, 1) 0.7s;
}

@media (min-width: 1311px) {
    .background-lines::before {
        background-position: 162px center;
        top: 4px;
    }
}

.background-lines.animatedLoading::before {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 2.5s cubic-bezier(0.22, 1, 0.36, 1) 0.7s;
    transition: all 2.5s cubic-bezier(0.22, 1, 0.36, 1) 0.7s;
    opacity: 0;
}

@media (min-width: 768px) {
    .benefits {
        padding-top: 18px;
    }
}

.benefits__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #000000;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .benefits__title {
        font-size: 36px;
        line-height: 43px;
        margin: 42px;
    }
}

.benefits__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 265px;
    margin: 0 auto;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 3s cubic-bezier(0.22, 1, 0.36, 1);
    transition: all 3s cubic-bezier(0.22, 1, 0.36, 1);
}

@media (min-width: 768px) {
    .benefits__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        max-width: 570px;
    }
}

@media (min-width: 1311px) {
    .benefits__list {
        max-width: none;
    }
}

.benefits__list.animatedLoading {
    opacity: 0;
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
}

.benefits__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 20px 14px 20px;
    background: #ffffff;
    -webkit-box-shadow: 0 4px 13px rgba(0, 0, 0, 0.17);
    box-shadow: 0 4px 13px rgba(0, 0, 0, 0.17);
    border-radius: 10px;
    margin-bottom: 20px;
    max-width: 400px;
    min-height: 163px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    cursor: default;
}

@media (min-width: 768px) {
    .benefits__item {
        max-width: 265px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 24px 15px 22px;
        -webkit-box-shadow: 0 4px 55px rgba(0, 0, 0, 0.17);
        box-shadow: 0 4px 55px rgba(0, 0, 0, 0.17);
        border-radius: 20px;
        margin-bottom: 40px;
    }
}

@media (min-width: 1024px) {
    .benefits__item:hover {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
        -webkit-box-shadow: 0 17px 19px rgba(0, 0, 0, 0.2);
        box-shadow: 0 17px 19px rgba(0, 0, 0, 0.2);
    }
}

@media (min-width: 1311px) {
    .benefits__item {
        margin: 0 !important;
    }
}

.benefits__pic {
    display: none;
    width: 63px;
    height: 55px;
    margin-bottom: 20px;
    background-position: left center;
    background-repeat: no-repeat;
}

.benefits__pic_1 {
    background-image: url("../img/reviews/benefits-1.svg");
}

.benefits__pic_2 {
    background-image: url("../img/reviews/benefits-2.svg");
}

.benefits__pic_3 {
    background-image: url("../img/reviews/benefits-3.svg");
}

.benefits__pic_4 {
    background-image: url("../img/reviews/benefits-4.svg");
}

@media (min-width: 768px) {
    .benefits__pic {
        display: block;
    }
}

.benefits__card-caption {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #000000;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .benefits__card-caption {
        font-size: 20px;
        line-height: 24px;
        text-align: left;
        margin-bottom: 17px;
        width: 70%;
    }
}

.benefits__card-text {
    font-weight: 300;
    font-size: 12px;
    line-height: 135%;
    text-align: center;
    color: #000000;
}

@media (min-width: 768px) {
    .benefits__card-text {
        font-size: 14px;
        text-align: left;
    }
}

.test {
    margin-top: 20px;
}

@media (min-width: 768px) {
    .test {
        margin-top: 69px;
    }
}

.test__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ffd029;
    border-radius: 15px;
    position: relative;
    margin: 0 15px;
    padding: 64px 10px;
    overflow: hidden;
    -webkit-box-shadow: 0 17px 19px rgba(0, 0, 0, 0);
    box-shadow: 0 17px 19px rgba(0, 0, 0, 0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: all 2s cubic-bezier(0.22, 1, 0.36, 1) 0.5s;
    transition: all 2s cubic-bezier(0.22, 1, 0.36, 1) 0.5s;
}

@media (min-width: 768px) {
    .test__card {
        padding: 58px 10px;
    }
}

@media (min-width: 1311px) {
    .test__card {
        margin: 0;
    }
}

.test__card::before, .test__card::after {
    content: '';
    display: block;
    position: absolute;
    border-radius: 999px;
    opacity: 0.19;
    z-index: 1;
    background-color: transparent;
}

.test__card::before {
    width: 180.16px;
    height: 171px;
    border: 31px solid #ffffff;
    top: 0;
    left: 0;
    -webkit-transform: translate(-100px, -55px);
    transform: translate(-100px, -55px);
}

@media (min-width: 1024px) {
    .test__card::before {
        width: 350px;
        height: 350px;
        border-width: 60px;
        -webkit-transform: translate(-135px, -110px);
        transform: translate(-135px, -110px);
    }
}

.test__card::after {
    width: 108.52px;
    height: 103px;
    border: 18.6725px solid #ffffff;
    bottom: 0;
    right: 0;
    -webkit-transform: translate(60px, 45px);
    transform: translate(60px, 45px);
}

@media (min-width: 1024px) {
    .test__card::after {
        width: 250px;
        height: 250px;
        border-width: 30px;
        -webkit-transform: translate(130px, 130px);
        transform: translate(130px, 130px);
    }
}

.test__card.animatedLoading {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
}

.test__tile {
    position: relative;
    z-index: 2;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .test__tile {
        font-size: 36px;
        line-height: 43px;
        margin-bottom: 25px;
    }
}

.test__desc {
    position: relative;
    z-index: 2;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #ffffff;
    max-width: 300px;
    margin: 0 auto 13px;
    padding: 0 20px;
}

@media (min-width: 768px) {
    .test__desc {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 30px;
        max-width: 608px;
        padding: 0;
    }
}

.test__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 193px;
    height: 37px;
    background: #ffffff;
    border-radius: 999px;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #25bb4f;
    position: relative;
    z-index: 2;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

@media (min-width: 768px) {
    .test__button {
        width: 319px;
        height: 59px;
        font-size: 20px;
        line-height: 25px;
    }
}

@media (min-width: 1024px) {
    .test__button:hover {
        -webkit-box-shadow: 0 2px 42px rgba(255, 255, 255, 0.8);
        box-shadow: 0 2px 42px rgba(255, 255, 255, 0.8);
    }
}

.cases {
    padding-top: 40px;
    margin-bottom: 45px;
}

@media (min-width: 768px) {
    .cases {
        padding-top: 100px;
        margin-bottom: 88px;
    }
}

.cases__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #000000;
    margin-bottom: 20px;
    padding: 0 10px;
}

@media (min-width: 768px) {
    .cases__title {
        font-size: 36px;
        line-height: 43px;
        margin-bottom: 43px;
    }
}

.cases__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin: 0 -10px;
}

@media (min-width: 1311px) {
    .cases__tabs {
        margin: 0;
    }
}

@media (min-width: 1440px) {
    .cases__tabs {
        margin: 0 -116px;
    }
}

.cases__tabs.show ul {
    z-index: 10;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.cases__tabs-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

@media (min-width: 1311px) {
    .cases__tabs-wrap {
        width: 100%;
    }
}

.cases__tabs span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: auto;
    height: auto;
    background-color: #25bb4f;
    border-radius: 999px;
    padding: 10px 8px;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: #ffffff;
    text-align: center;
    z-index: 1;
}

@media (min-width: 576px) {
    .cases__tabs span {
        height: 55px;
        padding: 10px 22px;
        font-size: 16px;
        line-height: 19px;
    }
}

@media (min-width: 1311px) {
    .cases__tabs span {
        display: none;
    }
}

.cases__tabs span::after {
    content: '';
    display: block;
    position: relative;
    width: 7px;
    height: 5px;
    margin-left: 5px;
    background: url("../img/reviews/drop-down-arr.svg") center no-repeat;
}

.cases__tabs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    border-radius: 15px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    opacity: 0;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-transition: all .1s;
    transition: all .1s;
}

@media (min-width: 576px) {
    .cases__tabs ul {
        border-radius: 25px;
    }
}

@media (min-width: 1311px) {
    .cases__tabs ul {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        opacity: 1 !important;
        -webkit-transform: none !important;
        transform: none !important;
        z-index: 2 !important;
        padding: 10px;
        background: #F9F9F9;
        border-radius: 999px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.cases__tabs li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 8px;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: #25bb4f;
    text-align: center;
    -webkit-transition: all .2s;
    transition: all .2s;
    cursor: pointer;
}

.cases__tabs li.active {
    background-color: #25bb4f !important;
    color: #ffffff !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

@media (min-width: 1024px) {
    .cases__tabs li.active {
        cursor: default;
        pointer-events: none;
    }
}

@media (min-width: 576px) {
    .cases__tabs li {
        height: 55px;
        padding: 10px 0;
        font-size: 16px;
    }
}

@media (min-width: 1311px) {
    .cases__tabs li {
        font-size: 13px;
        color: #000000;
        border-radius: 999px;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }

    .cases__tabs li:hover {
        background-color: #f1f1f1;
        -webkit-box-shadow: inset 0 0 0 4px #f9f9f9;
        box-shadow: inset 0 0 0 4px #f9f9f9;
    }
}

@media (min-width: 1440px) {
    .cases__tabs li {
        font-size: 16px;
        line-height: 19px;
    }
}

.cases__content {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 20px -15px 0;
    padding: 40px 20px;
    background-color: #f9f9f9;
}

.cases__content.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (min-width: 576px) {
    .cases__content {
        margin-top: 20px;
        margin-left: 0;
        margin-right: 0;
        border-radius: 25px;
    }
}

@media (min-width: 1024px) {
    .cases__content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media (min-width: 1440px) {
    .cases__content {
        margin-left: -116px;
        margin-right: -116px;
        padding: 68px 66px;
    }
}

.cases__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

@media (min-width: 1024px) {
    .cases__card {
        width: 505px;
        max-width: 50%;
        margin-right: 20px;
    }
}

@media (min-width: 1440px) {
    .cases__card {
        margin-right: 64px;
        max-width: 505px;
    }
}

.cases__caption {
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .cases__caption {
        font-size: 30px;
        line-height: 36px;
    }
}

.cases__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .cases__list {
        margin-bottom: 26px;
    }
}

@media (min-width: 1024px) {
    .cases__list {
        margin-bottom: 24px;
    }
}

.cases__list li {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
    margin-bottom: 15px;
}

.cases__list li:last-child {
    margin-bottom: 0 !important;
}

@media (min-width: 768px) {
    .cases__list li {
        font-size: 15px;
        line-height: 18px;
    }
}

.cases__badge {
    position: relative;
    margin: 0 -5px 19px;
    padding: 16px 17px 17px 16px;
    background: linear-gradient(272.11deg, #17BB45 -0.65%, #2DD65D 95.14%);
    -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.09);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.09);
    border-radius: 12px;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #ffffff;
}

@media (min-width: 768px) {
    .cases__badge {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 28px;
        padding: 16px 16px 15px 20px;
        font-size: 13px;
        line-height: 15px;
    }
}

@media (min-width: 1024px) {
    .cases__badge {
        padding-bottom: 11px;
    }
}

.cases__badge p {
    margin-bottom: 4px;
    position: relative;
    z-index: 2;
}

@media (min-width: 768px) {
    .cases__badge p {
        margin-bottom: 12px;
    }
}

.cases__badge ul {
    position: relative;
    z-index: 2;
}

.cases__badge li {
    position: relative;
    padding-left: 14px;
    margin-bottom: 6px;
}

.cases__badge li::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background-color: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 0;
}

.cases__badge::before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    width: 60px;
    height: 60px;
    top: 0;
    right: 0;
    background-color: transparent;
    -webkit-box-shadow: 0 0 0 22px #ffffff;
    box-shadow: 0 0 0 22px #ffffff;
    border-radius: 50%;
    opacity: 0.2;
    -webkit-transform: translate(-30px, -20px);
    transform: translate(-30px, -20px);
}

.cases__epilog {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
}

@media (min-width: 768px) {
    .cases__epilog {
        font-size: 13px;
        line-height: 15px;
    }
}

.cases__epilog p {
    margin-bottom: 15px;
}

.cases__picture {
    margin-top: 4px;
    position: relative;
    width: 100%;
}

@media (min-width: 576px) {
    .cases__picture {
        width: 80%;
        margin-top: 10px;
    }
}

@media (min-width: 1024px) {
    .cases__picture {
        width: 100%;
        margin-top: 46px;
    }
}

.cases__picture img {
    margin-top: 17px;
    max-width: 100%;
}

@media (min-width: 576px) {
    .cases__picture img {
        margin-top: 26px;
    }
}

@media (min-width: 1024px) {
    .cases__picture img {
        margin-top: 39px;
    }
}

.cases__picture img.mob {
    width: 100%;
}

@media (min-width: 1024px) {
    .cases__picture img.mob {
        display: none;
    }
}

.cases__picture img.desc {
    display: none;
}

@media (min-width: 1024px) {
    .cases__picture img.desc {
        display: block;
    }
}

.cases__picture-marker {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 400;
    font-size: 8px;
    line-height: 9px;
    padding-left: 14px;
}

@media (min-width: 576px) {
    .cases__picture-marker {
        font-size: 10.9412px;
        line-height: 13px;
        padding-left: 24px;
    }
}

.cases__picture-marker::before {
    content: '';
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    background-color: #25bb4f;
    -webkit-box-shadow: 0 0 0 3px #ffffff;
    box-shadow: 0 0 0 3px #ffffff;
}

@media (min-width: 576px) {
    .cases__picture-marker::before {
        width: 9px;
        height: 9px;
        top: 2px;
        left: 4px;
    }
}

.cases__slider {
    width: calc(100% + 10px);
    height: auto;
    margin-left: -5px;
    position: relative;
    border: 1px solid #c1c1c1;
    border-radius: 10px;
    overflow-y: hidden;
}

@media (min-width: 768px) {
    .cases__slider {
        width: 100%;
        margin: 0;
    }
}

@media (min-width: 1024px) {
    .cases__slider {
        margin-top: 0;
    }
}

.swiper_cases {
    width: 100%;
    height: auto;
}

.swiper-slide_cases {
    width: 100%;
    height: 0;
    padding-bottom: 66.072%;
    position: relative;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.swiper-controller-cases {
    position: absolute;
    top: 50%;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-color: #25bb4f;
    background-image: url("../img/reviews/i-slider-arr-mob.svg");
    background-repeat: no-repeat;
    z-index: 1;
    cursor: pointer;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

@media (min-width: 1024px) {
    .swiper-controller-cases:hover {
        background-color: #999999;
    }
}

@media (min-width: 576px) {
    .swiper-controller-cases {
        width: 37px;
        height: 37px;
        background-image: url("../img/reviews/i-slider-arr-desc.svg");
        background-position: 12px 9px !important;
    }
}

.swiper-controller-cases_prev {
    left: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-position: 5px 4px;
}

.swiper-controller-cases_next {
    right: 20px;
    -webkit-transform: translateY(-50%) scale(-1, 1);
    transform: translateY(-50%) scale(-1, 1);
    background-position: 4px 4px;
}

.rates::before {
    content: '';
    display: none;
    position: absolute;
    top: 302px;
    left: -108px;
    z-index: 0;
    width: 413px;
    height: 110px;
    background: url("../img/reviews/fs-lines.svg") 150px center no-repeat;
    background-size: cover;
    -webkit-transform: translateX(0) scale(-1, 1);
    transform: translateX(0) scale(-1, 1);
    -webkit-transition: all 2s cubic-bezier(0.22, 1, 0.36, 1) 0.7s;
    transition: all 2s cubic-bezier(0.22, 1, 0.36, 1) 0.7s;
    opacity: 1;
}

@media (min-width: 1311px) {
    .rates::before {
        display: block;
    }
}

.rates.animatedLoading::before {
    opacity: 0;
    -webkit-transform: translateX(-100%) scale(-1, 1);
    transform: translateX(-100%) scale(-1, 1);
}

.rates__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ffffff;
    -webkit-box-shadow: 0 4px 13px rgba(0, 0, 0, 0.17);
    box-shadow: 0 4px 13px rgba(0, 0, 0, 0.17);
    border-radius: 10px;
    padding: 35px 15px 25px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: all 2s cubic-bezier(0.22, 1, 0.36, 1) 0.5s;
    transition: all 2s cubic-bezier(0.22, 1, 0.36, 1) 0.5s;
}

@media (min-width: 768px) {
    .rates__card {
        -webkit-box-shadow: 0 4px 55px rgba(0, 0, 0, 0.17);
        box-shadow: 0 4px 55px rgba(0, 0, 0, 0.17);
        border-radius: 20px;
        padding: 50px 70px;
    }
}

.rates__card.animatedLoading {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
}

.rates__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
    text-align: center;
}

@media (min-width: 768px) {
    .rates__title {
        font-size: 36px;
        line-height: 43px;
    }
}

.rates__subtitle {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .rates__subtitle {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 40px;
    }
}

.rates__subtitle br {
    display: none;
}

@media (min-width: 768px) {
    .rates__subtitle br {
        display: block;
    }
}

.rates__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 213px;
    height: 39.43px;
    background: #25bb4f;
    -webkit-box-shadow: 0 1.33646px 28.0656px rgba(37, 187, 79, 0.8);
    box-shadow: 0 1.33646px 28.0656px rgba(37, 187, 79, 0.8);
    border-radius: 9999px;
    font-weight: 500;
    letter-spacing: 0.3px;
    font-size: 13.3646px;
    line-height: 17px;
    text-align: center;
    color: #ffffff;
    -webkit-transition: all .15s linear;
    transition: all .15s linear;
}

@media (min-width: 768px) {
    .rates__button {
        width: 280px;
        height: 59px;
        -webkit-box-shadow: 0 2px 42px rgba(37, 187, 79, 0.8), inset 0 0 0 2px #25bb4f;
        box-shadow: 0 2px 42px rgba(37, 187, 79, 0.8), inset 0 0 0 2px #25bb4f;
        font-size: 20px;
        line-height: 25px;
    }
}

@media (min-width: 768px) and (min-width: 1024px) {
    .rates__button:hover {
        background-color: transparent;
        color: #25bb4f;
    }
}

.rates__epilog {
    margin-top: 20px;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
}

@media (min-width: 768px) {
    .rates__epilog {
        font-size: 14px;
        line-height: 17px;
    }
}

.rates__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .rates__content {
        margin-bottom: 40px;
    }
}

@media (min-width: 1024px) {
    .rates__content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.rates__controllers {
    margin-bottom: 20px;
    width: 100%;
    height: auto;
    /*max-width: 300px;*/
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

@media (min-width: 768px) {
    .rates__controllers {
        max-width: 451px;
    }
}

@media (min-width: 1024px) {
    .rates__controllers {
        margin: 0 20px;
        max-width: 404px;
    }
}

@media (min-width: 1440px) {
    .rates__controllers {
        margin-left: 27px;
        margin-right: 27px;
    }
}

.rates__total {
    padding: 17px 15px;
    width: 100%;
    height: auto;
    background-color: #fee400;
    border-radius: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: 300px;
}

@media (min-width: 768px) {
    .rates__total {
        padding: 34px 45px;
        max-width: 451px;
    }
}

@media (min-width: 1024px) {
    .rates__total {
        margin: 0 20px;
    }
}

@media (min-width: 1440px) {
    .rates__total {
        margin-left: 27px;
        margin-right: 27px;
    }
}

.rates__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 18px;
    line-height: 21px;
}

.rates__price:first-child {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .rates__price:last-child strong {
        font-size: 46px;
        line-height: 55px;
    }
}

.rates__price span {
    display: block;
    font-weight: 400;
    margin-bottom: 5px;
}

@media (min-width: 768px) {
    .rates__price span {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 8px;
    }
}

.rates__price strong {
    font-weight: 700;
}

@media (min-width: 768px) {
    .rates__price strong {
        font-size: 36px;
        line-height: 43px;
    }
}

.custom-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.custom-select:last-child {
    margin-bottom: 0;
}

.custom-select.selected .options {
    z-index: 10;
    -webkit-transition: all .1s linear 0s;
    transition: all .1s linear 0s;
}

.custom-select.selected .options ul {
    margin-top: 5px;
    opacity: 1;
    -webkit-transition: all .1s linear .1s;
    transition: all .1s linear .1s;
}

.custom-select.selected .input::after {
    -webkit-transform: translateY(-50%) scale(1, -1);
    transform: translateY(-50%) scale(1, -1);
}

.custom-select .label {
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .custom-select .label {
        font-size: 18px;
        line-height: 21px;
        text-align: left;
        margin-bottom: 18px;
    }
}

.custom-select .input {
    position: relative;
}

.custom-select .input input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 40px;
    background: #ffffff;
    border: 1px solid #dadada;
    border-radius: 9999px;
    padding: 0 40px 0 20px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    text-align: left;
    cursor: pointer;
}

@media (min-width: 768px) {
    .custom-select .input input {
        height: 59px;
        padding-left: 40px;
        padding-right: 60px;
        font-size: 20px;
        line-height: 24px;
    }
}

.custom-select .input input::-webkit-input-placeholder {
    color: #999999;
    opacity: 0.7;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.custom-select .input input::-moz-placeholder {
    color: #999999;
    opacity: 0.7;
    -moz-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.custom-select .input input:-moz-placeholder {
    color: #999999;
    opacity: 0.7;
    -moz-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.custom-select .input input:-ms-input-placeholder {
    color: #999999;
    opacity: 0.7;
    -ms-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.custom-select .input input:focus::-webkit-input-placeholder {
    color: #999999;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.custom-select .input input:focus::-moz-placeholder {
    color: #999999;
    opacity: 0;
    -moz-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.custom-select .input input:focus:-moz-placeholder {
    color: #999999;
    opacity: 0;
    -moz-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.custom-select .input input:focus:-ms-input-placeholder {
    color: #999999;
    opacity: 0;
    -ms-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.custom-select .input::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    width: 14px;
    height: 7px;
    background: url("../img/reviews/i-input-arr.svg") center no-repeat;
    background-size: cover;
    cursor: pointer;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

@media (min-width: 768px) {
    .custom-select .input::after {
        width: 20px;
        height: 10px;
        right: 40px;
    }
}

.custom-select .options {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    z-index: -1;
    -webkit-transition: all .1s linear .3s;
    transition: all .1s linear .3s;
}

.custom-select .options ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border: 1px solid #dadada;
    -webkit-box-shadow: 0 4px 13px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 13px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    background-color: #ffffff;
    padding: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all .1s linear 0s;
    transition: all .1s linear 0s;
}

.custom-select .options li {
    padding: 10px 20px;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    text-align: left;
    cursor: pointer;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

@media (min-width: 1024px) {
    .custom-select .options li:hover {
        background-color: #f3f3f3;
    }
}

.custom-select .options li.active {
    background-color: #25bb4f;
    color: #ffffff;
    cursor: default;
    pointer-events: none;
}

.faq {
    padding-top: 42px;
    padding-bottom: 56px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .faq {
        padding-top: 90px;
        padding-bottom: 100px;
    }
}

@media (min-width: 1024px) {
    .faq {
        padding-top: 129px;
        padding-bottom: 130px;
    }
}

.faq__back-arr {
    display: none;
    position: absolute;
    width: 166px;
    height: 80px;
    background: url("../img/reviews/fs-arrows.svg") center no-repeat;
    background-size: cover;
    -webkit-transform: translateX(0) scale(-1, 1);
    transform: translateX(0) scale(-1, 1);
    top: 143px;
    right: 252px;
    opacity: 1;
    -webkit-transition: all 2s cubic-bezier(0.22, 1, 0.36, 1) 0.5s;
    transition: all 2s cubic-bezier(0.22, 1, 0.36, 1) 0.5s;
}

@media (min-width: 1311px) {
    .faq__back-arr {
        display: block;
    }
}

.faq__back-arr.animatedLoading {
    opacity: 0;
    -webkit-transform: translateX(50%) scale(-1, 1);
    transform: translateX(50%) scale(-1, 1);
}

.faq::before, .faq::after {
    content: '';
    display: none;
    position: absolute;
    border-radius: 50%;
    z-index: -1;
}

.faq::before {
    top: 12px;
    right: -126px;
    width: 672px;
    height: 683px;
    background: url("../img/reviews/white-circle-back.svg") center no-repeat;
    background-size: cover;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 2s cubic-bezier(0.22, 1, 0.36, 1) 1s;
    transition: all 2s cubic-bezier(0.22, 1, 0.36, 1) 1s;
}

@media (min-width: 768px) {
    .faq::before {
        display: block;
    }
}

.faq::after {
    top: 279px;
    right: -110px;
    width: 390px;
    height: 390px;
    background: url("../img/reviews/green-circle-back.svg") center no-repeat;
    background-size: cover;
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0) scale(1);
    transform: translateX(0) rotate(0) scale(1);
    -webkit-transition: all 2.5s cubic-bezier(0.22, 1, 0.36, 1) 1.5s;
    transition: all 2.5s cubic-bezier(0.22, 1, 0.36, 1) 1.5s;
}

@media (min-width: 1311px) {
    .faq::after {
        display: block;
    }
}

.faq.animatedLoading::before {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.faq.animatedLoading::after {
    opacity: 0;
    -webkit-transform: translateX(50px) rotate(720deg) scale(0.9);
    transform: translateX(50px) rotate(720deg) scale(0.9);
}

.faq__title {
    width: 100%;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .faq__title {
        font-size: 36px;
        line-height: 43px;
        margin-bottom: 40px;
        text-align: left;
    }
}

.faq__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    height: auto;
}

@media (min-width: 1024px) {
    .faq__list {
        width: 837px;
    }
}

.faq__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #c9c9c9;
}

.faq__item:last-child {
    margin-bottom: 0 !important;
}

@media (min-width: 768px) {
    .faq__item {
        margin-bottom: 30px;
        padding-bottom: 28px;
    }
}

.faq__item.show .faq__caption::after {
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
}

.faq__item.show .faq__desc {
    max-height: 200px;
    opacity: 1;
}

.faq__caption {
    display: block;
    width: auto;
    height: auto;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    padding-right: 70px;
    cursor: pointer;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

@media (min-width: 768px) {
    .faq__caption {
        font-size: 20px;
        line-height: 24px;
    }
}

@media (min-width: 1024px) {
    .faq__caption:hover {
        color: #25bb4f;
    }
}

.faq__caption::after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    right: 0;
    width: 20px;
    height: 10px;
    background: url("../img/reviews/i-input-arr.svg") center no-repeat;
    background-size: cover;
    cursor: pointer;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

@media (min-width: 768px) {
    .faq__caption::after {
        top: 8px;
    }
}

.faq__desc {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    max-height: 0;
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    overflow-y: hidden;
    opacity: 0;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

@media (min-width: 768px) {
    .faq__desc {
        font-size: 16px;
        line-height: 23px;
    }
}

.faq__desc span {
    display: block;
    padding-top: 7px;
}

@media (min-width: 768px) {
    .faq__desc span {
        padding-top: 19px;
        margin-bottom: -5px;
    }
}

.feedback {
    overflow: hidden;
    margin-bottom: 80px;
}

@media (min-width: 1024px) {
    .feedback {
        margin-bottom: 100px;
    }
}

.feedback__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .feedback__title {
        font-size: 36px;
        line-height: 43px;
        margin-bottom: 40px;
    }
}

.feedback__slider {
    display: block;
    width: calc(100% + 30px);
    height: auto;
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
}

@media (min-width: 1311px) {
    .feedback__slider {
        width: calc(100% + 180px);
        -webkit-transform: translateX(-90px);
        transform: translateX(-90px);
    }
}

.feedback__swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    position: relative;
    z-index: 2;
}

.feedback__swiper-pagination .swiper-pagination-bullet {
    width: 50px;
    height: 8px;
    background-color: #ececec;
    border-radius: 10px;
    opacity: 1;
    margin: 0 5px;
    -webkit-transition: background-color .1s linear;
    transition: background-color .1s linear;
}

.feedback__swiper-pagination .swiper-pagination-bullet-active {
    background-color: #25bb4f !important;
    cursor: default;
    pointer-events: none;
}

@media (min-width: 1024px) {
    .feedback__swiper-pagination .swiper-pagination-bullet:hover {
        background-color: #c1c1c1;
    }
}

.feedback__card-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding-bottom: 61px;
}

@media (min-width: 1024px) {
    .feedback__card-wrapper {
        padding-bottom: 98px;
    }
}

.feedback__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    width: 290px;
    height: 100%;
    background-color: #ffffff;
    -webkit-box-shadow: 0 15px 55px rgba(0, 0, 0, 0.17);
    box-shadow: 0 15px 55px rgba(0, 0, 0, 0.17);
    border-radius: 20px;
    padding: 44px 22px 60px;
}

@media (min-width: 1024px) {
    .feedback__card {
        width: 555px;
        padding: 55px 55px 78px;
        -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.17);
        box-shadow: 0 30px 50px rgba(0, 0, 0, 0.17);
    }
}

.feedback__card::before {
    content: '';
    display: block;
    position: absolute;
    top: 25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 41px;
    height: 30px;
    background: url("../img/reviews/i-quotes.svg") center no-repeat;
    background-size: cover;
    z-index: 1;
}

@media (min-width: 1024px) {
    .feedback__card::before {
        width: 79px;
        height: 56px;
    }
}

.feedback__card::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 64px;
    left: 50%;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    width: 175px;
    height: 95px;
    background: url("../img/reviews/slider-card-arr.svg") center no-repeat;
}

@media (min-width: 1024px) {
    .feedback__card::after {
        width: 300px;
        height: 163px;
        bottom: 104px;
        background-size: cover;
    }
}

.feedback__desc {
    position: relative;
    z-index: 1;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    margin-bottom: 20px;
}

@media (min-width: 1024px) {
    .feedback__desc {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 24px;
    }
}

.feedback__user {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.feedback__name {
    position: relative;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    margin-bottom: 12px;
}

@media (min-width: 1024px) {
    .feedback__name {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 18px;
    }
}

.feedback__name::before, .feedback__name::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-55%);
    transform: translateX(-55%);
    width: 8px;
    height: 1px;
    background-color: #9fe2bf;
}

@media (min-width: 1311px) {
    .feedback__name::before, .feedback__name::after {
        width: 15px;
    }
}

.feedback__name::before {
    left: -10px;
}

@media (min-width: 1024px) {
    .feedback__name::before {
        left: -43px;
    }
}

.feedback__name:after {
    right: -18px;
}

@media (min-width: 1024px) {
    .feedback__name:after {
        right: -58px;
    }
}

.feedback__position {
    position: relative;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #999999;
}

@media (min-width: 1024px) {
    .feedback__position {
        font-size: 16px;
        line-height: 19px;
    }
}

.feedback__position a {
    color: #25bb4f;
}

@media (min-width: 1024px) {
    .feedback__position a:hover {
        text-decoration: underline;
    }
}

.feedback__photo {
    display: block;
    position: absolute;
    bottom: -12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

@media (min-width: 1024px) {
    .feedback__photo {
        width: 87px;
        height: 87px;
        bottom: -33px;
    }
}

.swiper_feedback {
    width: 100%;
    margin: -50px 0;
    padding: 50px 0;
}

.swiper-slide_feedback {
    height: auto;
}
