.c-faq {
    padding: 60px 0;
}
.c-faq__item {
    margin-top: 10px;
    border: 2px solid #caeeff;
    border-radius: 15px;
    background: #fff;
}
.c-faq__list {
    padding-top: 10px;
}
.c-faq__item-title {
    padding: 15px 20px 15px 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
    font-size: 20px;
    font-weight: 400;
    user-select: none;
    cursor: pointer;
    line-height: 120%;
    transition: all 0.4s;
}
.c-faq__item-title b {
    width: 46px;
    height: 46px;
    min-width: 46px;
    margin-left: 32px;
    border-radius: 100%;
    background: #008ab7;
    display: block;
    position: relative;
    transition: all 0.4s;
}
.c-faq__item-title b::after {
    content: "";
    position: absolute;
    transition: all 0.4s;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("../../img/certificates/plus.svg");
    background-repeat: no-repeat;
    background-position: center;
}
.c-faq__item-title.active b {
    background: #f35740;
}
.c-faq__item-title.active {
    color: #008ab7;
}
.c-faq__item-title.active b::after {
    transform: rotate(45deg);
}
.c-faq__item-text {
    padding: 4px 118px 17px 27px;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 120%;
    display: none;
}
.center {
    text-align: center;
}
.c-title {
    font-family: "Circe-ExtraBold", sans-serif;
    color: #008ab7;
    font-size: 64px;
    font-weight: 400;
    margin: 0;
    line-height: 120%;
}

.s-steps {
    padding-top: 60px;
    overflow: hidden;
}
.s-steps__block {
    width: 25%;
    padding: 0 10px;
    margin-top: 31px;
}
.s-steps__list {
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
}
.c-btn {
    width: 100%;
    height: 71px;
    border-radius: 14px;
    background: #f35740;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
    text-decoration: none;
    outline: none;
    display: flex;
    font-family: "Circe-Bold", sans-serif;
    transition: all 0.4s;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: none;
    cursor: pointer;
    user-select: none;
}
.c-btn:hover {
    background: #d14732;
}
.s-steps__item {
    padding: 26px 23px 26px;
    border: 2px solid #caeeff;
    border-radius: 30px;
}
.s-steps__item img {
    display: block;
    margin-bottom: 17px;
}
.s-steps__item-title {
    color: #008ab7;
    font-family: "Circe-Bold";
    font-size: 16px;
    line-height: 120%;
}
.s-steps__item-text {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    margin-top: 12px;
}
.s-steps__item-text span {
    color: #f35740;
}
.s-steps__item-text a {
    color: #f35740;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    font-family: "Circe-Bold";
}
.s-steps__item-btn {
    margin-top: 8px;
    height: 60px;
}
.s-steps__img {
    max-width: 100%;
    display: block;
    margin: 52px auto 0;
}
.s-steps__block {
    position: relative;
}
.s-steps__line {
    position: absolute;
    bottom: -12px;
    left: -12px;
}
.s-steps__item.blue-color {
    background: #caeeff;
}
.s-steps__bottom {
    padding: 60px 63px;
    border-radius: 60px;
    background: #caeeff;
    margin: 64px -63px 0;
}
.s-steps__bottom-item p {
    margin: 0;
}
.s-steps__bottom-wrapper {
    border-radius: 40px;
    background: #fff;
    display: flex;
    align-items: center;
}
.s-steps__bottom-right {
    padding: 42px 41px;
    border-radius: 40px;
    background: #f0fbfe;
    width: 340px;
    min-width: 340px;
}
.s-steps__bottom-items {
    padding: 0 40px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.s-steps__bottom-item {
    width: calc(50% - 13px);
    display: flex;
    align-items: flex-start;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 135%;
}
.s-steps__bottom-item span {
    color: #f35740;
}
.s-steps__bottom-item img {
    margin-right: 15px;
}
.c-why {
    padding: 60px 0;
    overflow: hidden;
}
.c-why__list {
    margin-top: 14px;
    display: flex;
    justify-content: space-between;
}
.c-why__text {
    color: #000;
    font-size: 19px;
    font-weight: 400;
    line-height: 120%;
}
.c-btn.blue-color {
    background: #008ab7;
}
.c-btn.blue-color:hover {
    background: #05759a;
}
.c-why__btn {
    width: calc(50% - 10px);
    margin-top: 17px;
}
.c-why__buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: auto;
}
.c-why__left {
    width: 379px;
    min-width: 379px;
    margin-right: 20px;
}
.c-why__right {
    flex-grow: 1;
}
.c-why__items {
    display: flex;
    margin-right: -20px;
}
.c-why__item {
    width: 280px;
    margin-right: 20px;
    border-radius: 30px;
    border: 2px solid #caeeff;
    padding: 23px 18px 22px;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 120%;
}
.c-why__left {
    display: flex;
    flex-direction: column;
}
.c-why__item span {
    color: #f35740;
    font-family: "Circe-Bold";
}
.c-why__item b {
    color: #008ab7;
    font-family: "Circe-Bold";
}
.c-why__item p {
    margin: 12px 0 0;
}
.c-why__item:last-child {
    width: 180px;
}
.c-swiper {
    display: none;
}
.c-why__item:nth-child(2) {
    background: #f0fbfe;
}

.c-partners {
    padding-top: 60px;
    overflow: hidden;
}

.c-partners__wrapper {
    padding: 52px 63px 60px;
    border-radius: 90px;
    background: #f0fbfe;
    margin: 0 -63px;
}
.c-partners__subtitle {
    margin: 10px auto 34px;
    width: 980px;
    color: #000;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
    max-width: 100%;
}
.c-partners__list {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}
.c-partners__block {
    width: calc(50% - 10px);
}
.c-partners__video {
    position: relative;
    overflow: hidden;
    border-radius: 40px;
    width: calc(50% - 10px);
}
.c-partners__video::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    opacity: 0.5;
    background: #008ab7;
}
.c-partners__video video,
.c-partners__video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.c-partners__form {
    width: calc(50% - 10px);
    padding: 28px 30px;
    border-radius: 40px;
    background: #008ab7;
}
.c-partners__form-title {
    margin-bottom: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 135%;
}
.c-partners__form-policy {
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    line-height: 120%;
    margin-top: 10px;
}
.c-partners__form-policy a {
    color: #caeeff;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
}
.c-partners__flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.c-partners__form-input {
    margin-bottom: 10px;
}
.c-partners__form-input span {
    display: block;
    margin-bottom: 4px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    font-family: "Circe-Bold", sans-serif;
}
.c-partners__form-input input {
    display: flex;
    align-items: center;
    height: 52px;
    width: 100%;
    padding-left: 14px;
    border-radius: 8px;
    background: #caeeff;
    border: 1px solid #caeeff;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    line-height: 120%;
    font-family: "Circe-Regular", sans-serif;
}
.c-partners__form-input input::placeholder {
    color: rgba(0, 0, 0, 0.5);
}
.c-partners__form-btn {
    margin-top: 15px;
    height: 60px;
}

.c-partners__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -30px;
}
.c-partners__item {
    margin-top: 30px;
    width: calc(50% - 10px);
}
.c-partners__item-top {
    color: #008ab7;
    font-size: 17px;
    font-weight: 400;
    line-height: 135%;
    font-family: "Circe-Bold", sans-serif;
}
.c-partners__item-top {
    display: flex;
    align-items: center;
}
.c-partners__item-top img {
    width: 67px;
    min-width: 67px;
    display: block;
    height: auto;
    margin-right: 10px;
}
.c-partners__item-text {
    margin-top: 9px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 135%;
}

.bf-bonus__item {
    background: #fff;
    border-radius: 40px;
    border: 2px solid #caeeff;
    padding: 31px;
    display: flex;
    margin-top: 20px;
}
.bf-bonus__item:first-child {
    margin-top: 0;
}
.bf-bonus__item-left {
    border-radius: 40px;
    background: #008ab7;
    padding: 28px;
    width: 267px;
    min-width: 267px;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-content: center;
}
.bf-bonus__item-center img {
    border-radius: 40px 0 0 40px;
    object-fit: cover;
    display: block;
    width: 100%;
    height: 100%;
    object-position: left center;
}

.bf-bonus__item-title {
    color: #fff;
    font-family: "Circe-Bold";
    font-size: 32px;
    font-weight: 400;
    line-height: 120%;
}
.text-center {
    text-align: center;
}
.bf-bonus__item-link {
    color: #84e1ff;
    font-size: 12px;
    font-weight: 400;
    line-height: 120%;
    text-decoration-line: underline;
}
.bf-bonus__item-btn {
    height: 60px;
    width: 100%;
    font-size: 18px;
    margin: 17px 0 12px;
}
.bf-bonus__item-text {
    margin-bottom: 17px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
}
.bf-bonus__item-right {
    position: relative;
    border-radius: 0 40px 40px 0;
    background: #008ab7;
    padding: 28px;
    width: 266px;
    min-width: 266px;
}
.bf-bonus__item-center {
    width: calc(100% - 267px - 266px);
    position: relative;
}
.bf-bonus__item-number {
    top: 28px;
    left: 27px;
    position: absolute;
    z-index: 3;
    height: 33px;
    padding: 0 15px;
    border-radius: 55px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(9.25px);
    color: #008ab7;
    font-size: 12px;
    font-weight: 400;
    line-height: 125%;
    display: inline-flex;
    align-items: center;
}
.c-bonus__item-btn {
    margin: 17px 0;
    height: 60px;
}
.c-bonus__item-text {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
}
.bf-bonus__decor {
    position: absolute;
    left: 0;
    pointer-events: none;
    z-index: 2;
    top: 0;
    height: 100%;
}
.bf-bonus__decor-desktop {
    height: 100%;
    width: auto;
    position: relative;
    right: 50%;
}
.bf-bonus__decor-mobile {
    display: none;
}
.c-bonus__item-bold {
    margin-bottom: 7px;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    font-family: "Circe-Bold";
    line-height: 120%;
}
.c-bonus__item-bottom {
    color: rgba(255, 255, 255, 0.75);
    font-size: 11px;
    font-weight: 400;
    line-height: 120%;
}
.c-bonus__item-cats {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.c-bonus__item-cat {
    margin-right: 4px;
    margin-top: 7px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    border-radius: 50px;
    background: #caeeff;
    color: #008ab7;
    font-size: 14px;
    font-weight: 400;
    padding: 0 12px;
    line-height: 120%;
}

.bf-bonus__item-year {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 100%;
    right: 18px;
    bottom: 18px;
    z-index: 3;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(9.25px);
    color: #008ab7;
    font-size: 12px;
    font-weight: 400;
    position: absolute;
    line-height: 125%;
}

.c-main .c-container {
    position: relative;
    z-index: 3;
}
.c-main__bg {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    min-width: 100%;
    top: 0;
    width: 1910px;
    height: 100%;
    background-size: cover;
    background-position: center;
}
.c-main {
    padding: 25px 0 200px;
}
.c-main__breadcrumbs {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    position: absolute;
    left: 0;
    top: 0;
}
.c-main__breadcrumbs a {
    text-decoration: none;
    color: #000;
}
.c-main__breadcrumbs a:hover {
    text-decoration: underline;
}
.c-main__breadcrumbs span {
    color: #008ab7;
}
.c-main__wrapper {
    position: relative;
}
.c-main__title {
    font-family: "Circe-ExtraBold";
    font-size: 102px;
    font-weight: 400;
    line-height: 96%;
    background: linear-gradient(245deg, #008ab7 8.49%, #00cee2 91.51%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
    padding-top: 34px;
}
.c-main__subtitle {
    font-size: 32px;
    font-weight: 400;
    line-height: 120%;
    background: linear-gradient(245deg, #008ab7 8.49%, #00cee2 91.51%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: -10px;
    margin-bottom: 20px;
}
.c-main__item {
    background-repeat: no-repeat;
    background-position: left top;
    width: 500px;
    padding-left: 88px;
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
}
.c-main__item span {
    color: #008ab7;
}
.c-main {
    overflow: hidden;
    position: relative;
}
.c-bottom {
    overflow: hidden;
}

.c-main-icons__video::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    opacity: 0.5;
    background: #008ab7;
}
.c-main-icons__video {
    width: 190px;
    height: 122px;
    position: absolute;
    display: block;
    transform: rotate(9.2deg);
    overflow: hidden;
    border-radius: 100px;
    top: 172px;
    left: calc(50% + 360px);
}
.c-main-icons__video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.c-main__img {
    width: 1215px;
    height: 327px;
    background-repeat: no-repeat;
    background-position: center;
    bottom: 0;
    left: 50%;
    transform: translateX(-40%);
    position: absolute;
}

.certificates-modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 999;
}
.certificates-modal__overlay {
    width: 100%;
    height: 100vh;
    position: fixed;
    background: #002f3f;
    opacity: 0.75;
}
.certificates-modal__list {
    display: flex;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
}
.certificates-modal__container {
    width: 470px;
    position: relative;
    z-index: 3;
    max-width: 100%;
    background: #fff;
    border-radius: 40px;
    margin: auto;
    position: relative;
    padding: 45px 45px 25px;
}
.certificates-modal__close {
    position: absolute;
    right: 28px;
    top: 27px;
    cursor: pointer;
    z-index: 2;
    transition: all 0.4s;
    width: 17px;
    height: 17px;
    background-image: url("../../img/certificates/close.svg");
}
.certificates-modal__title {
    color: #000;
    font-size: 30px;
    font-weight: 400;
    font-family: "Circe-Bold";
    line-height: 120%;
}
.certificates-modal__text {
    margin: 2px 0 15px;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}
.certificates-modal .c-partners__form-input span {
    color: #008ab7;
}
.certificates-modal .c-partners__form-policy {
    color: #000;
    margin-top: 15px;
}
.certificates-modal .c-partners__form-policy a {
    color: #008ab7;
}
.certificates-modal__success-text {
    margin: 2px 0 21px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
}
.certificates-modal__success-text span {
    color: #008ab7;
    font-family: "Circe-Bold";
}
.certificates-modal__success {
    margin: 0 -45px -25px;
    padding: 24px 45px 30px;
    border-radius: 40px;
    background: #008ab7;
}
.certificates-modal__success-btn {
    height: 67px;
    width: 100%;
    position: relative;
    z-index: 2;
    cursor: pointer;
}
.certificates-modal__success-img {
    display: block;
    max-width: 100%;
    margin: 0 auto -11px;
}

.certificates-modal__pays {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 24px;
}
.certificates-modal__pay svg {
    display: block;
    width: 109px;
    height: 29px;
}
.certificates-modal__pay {
    margin-top: 14px;
    width: calc(50% - 7px);
    height: 70px;
    cursor: pointer;
    user-select: none;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 12px;
}
.certificates-modal__pay b {
    width: 20px;
    height: 20px;
    min-width: 20px;
    margin-right: 12px;
    position: relative;
    border-radius: 100%;
    border: 1px solid #c8c8c8;
    transition: all 0.4s;
}
.certificates-modal__pay b::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #c8c8c8;
    transition: all 0.4s;
}
.certificates-modal__pay input {
    display: none;
}
.certificates-modal__pay span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #c8c8c8;
    transition: all 0.4s;
    border-radius: 10px;
}
.certificates-modal__pay input:checked + b {
    border-color: #f35740;
}
.certificates-modal__pay input:checked + b::before {
    background: #f35740;
}

.certificates-modal__pay input:checked + b + span {
    border-color: #f35740;
}

.certificates-modal__info {
    margin: 0 -45px -25px;
    position: relative;
    border-radius: 0px 0px 40px 40px;
    background: #008ab7;
    padding: 25px 45px 30px;
}
.certificates-modal__info-decor {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 3;
}
.certificates-modal__info-title {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 120%;
}
.certificates-modal__info-items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
}
.certificates-modal__info-item {
    width: calc(50% - 12px);
    margin-top: 7px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    white-space: nowrap;
    display: flex;
    align-items: flex-end;
}
.certificates-modal__info-item b {
    display: block;
    height: 1px;
    border-bottom: 1px dashed #fff;
    flex-grow: 1;
    margin: 0 6px 6px;
}
.certificates-modal__info-item .large {
    font-family: "Circe-Bold";
    font-size: 24px;
    font-weight: 400;
    line-height: 120%;
    position: relative;
    top: 2px;
}
.certificates-modal__info .c-partners__form-policy {
    color: #fff;
}
.certificates-modal__info .c-partners__form-policy a {
    color: #fff;
    text-decoration: underline;
}
.certificates-modal__info-btn {
    height: 67px;
    margin: 15px 0;
    width: 100%;
}
.certificates-modal__light-small {
    margin-top: 11px;
    color: #000;
    font-size: 11px;
    font-weight: 400;
    line-height: 120%;
}
.certificates-modal__light-mb {
    margin-bottom: 10px;
}
.certificates-modal__light-text {
    color: #000;
    font-family: "Circe-Bold";
    font-size: 20px;
    line-height: 120%;
}
.certificates-modal__light-input {
    width: 100%;
    position: relative;
}
.certificates-modal__light-input input {
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #caeeff;
    background: #caeeff;
    font-family: "Circe-Regular";
    padding-left: 19px;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    height: 58px;
    outline: none;
    line-height: 120%;
}
.certificates-modal__light-input input::placeholder {
    color: rgba(0, 0, 0, 0.5);
}
.certificates-modal__light-input span {
    margin-bottom: 9px;
    display: block;
    color: #008ab7;
    font-size: 18px;
    font-family: "Circe-Bold";
    line-height: 120%;
}
.certificates-modal__light {
    padding: 16px 45px 24px;
    margin: 0 -45px;
    border-radius: 0px 0px 40px 40px;
    background: #f0fbfe;
}
.certificates-modal__light-sum {
    display: flex;
    align-items: center;
    margin: 14px 0 17px;
}
.certificates-modal__light-sumText {
    width: 120px;
    min-width: 120px;
}
.certificates-modal__light-sum {
    position: relative;
}
.certificates-modal__light-sum::before {
    content: "";
    position: absolute;
    right: 11px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    background-image: url("../../img/certificates/ticket.svg");
    pointer-events: none;
    user-select: none;
    z-index: 2;
}
.certificates-modal__light-radios {
    display: flex;
    padding: 3px 0 3px 3px;
    border-radius: 10px;
    border: 1px solid #caeeff;
    background: #fff;
}
.certificates-modal__light-radio {
    cursor: pointer;
    display: block;
    margin-right: 3px;
    width: calc(20% - 3px);
    user-select: none;
}
.certificates-modal__light-radio input {
    display: none;
}
.certificates-modal__light-radio span {
    display: flex;
    align-items: center;
    padding: 0;
    justify-content: center;
    width: 100%;
    height: 50px;
    border-radius: 10px;
    background: #caeeff;
    color: #008ab7;
    font-size: 20px;
    font-family: "Circe-Bold";
    line-height: 120%;
}
.certificates-modal__light-radio input:checked + span {
    background: linear-gradient(245deg, #008ab7 8.49%, #00cee2 91.51%);
    color: #fff;
}
.c-partners__form-input .input-error {
	box-shadow: inset 0px 0px 15px 2px red;
}

@media (max-width: 1300px) {
    .s-steps__bottom {
        border-radius: 0;
    }
    .c-partners__wrapper {
        border-radius: 0;
    }
}
@media (max-width: 1200px) {
    .s-steps__line {
        display: none;
    }
    .s-steps__bottom {
        margin: 20px -15px 0;
        border-radius: 20px;
        padding: 18px 15px;
    }
    .c-main__title {
        font-size: 80px;
    }
    .c-main-icons__video {
        left: auto;
        right: 15px;
    }
    .s-steps__bottom-wrapper {
        display: block;
        padding: 0;
    }
    .s-steps__bottom-items {
        padding: 20px 14px 9px;
    }
    .s-steps__bottom-btn {
        height: 60px;
        width: 100%;
    }
    .s-steps__bottom-item {
        font-size: 14px;
        line-height: 125%;
        position: relative;
        padding-left: 66px;
    }
    .s-steps__bottom-item img {
        position: absolute;
        left: 0;
        top: 0;
    }
    .s-steps__bottom-right {
        padding: 15px;
        border-radius: 20px;
        width: 100%;
        min-width: 100%;
    }
    .c-why__items {
        justify-content: space-between;
        margin-right: 0;
    }
    .c-why__list {
        display: block;
    }
    .c-why__left {
        width: 100%;
    }
    .c-why__right {
        width: 100%;
        margin-top: 20px;
    }
    .c-why__item {
        width: calc(37% - 13px);
        margin: 0;
    }
    .c-why__item:last-child {
        width: calc(26% - 13px);
    }
    .c-partners__wrapper {
        border-radius: 30px;
        padding: 30px 15px 19px;
        margin: 0 0 0 -15px;
        width: calc(100% + 30px);
    }
    .c-partners__subtitle {
        margin: 15px auto 25px;
        font-size: 18px;
        line-height: 120%;
    }
    .c-partners__block {
        width: 100%;
    }
    .c-partners__block:last-child {
        margin-top: 20px;
    }
}
@media (max-width: 992px) {
    .c-title {
        font-size: 32px;
        line-height: 100%;
    }
    .c-partners {
        padding-top: 35px;
    }
    .c-faq {
        padding: 35px 0;
    }
    .c-faq__item-title {
        padding: 13px 14px;
        font-size: 14px;
        line-height: 120%;
    }
    .c-faq__item-title b {
        margin-left: 16px;
    }
    .c-faq__item-text {
        padding: 2px 14px 16px;
        font-size: 14px;
        line-height: 120%;
    }
    .s-steps__block {
        width: 100%;
        margin-top: 20px;
    }
    .s-steps__item {
        padding: 20px 18px;
        border-radius: 20px;
    }
    .s-steps__bottom-wrapper {
        border-radius: 20px;
    }
    .s-steps__img {
        margin: -30px auto -20px;
    }
    .s-steps__item-text {
        font-size: 14px;
        line-height: 120%;
        margin-top: 7px;
    }
    .c-why__item {
        padding: 26px 16px 29px;
        border-radius: 20px;
    }
    .c-why__item p {
        margin-top: 12px;
        font-size: 14px;
        line-height: 120%;
    }
    .c-why {
        padding: 35px 0;
    }
    .bf-bonus__decor {
        display: none;
    }
    .bf-bonus__item {
        border-radius: 20px;
        padding: 13px;
    }
    .bf-bonus__item-left,
    .bf-bonus__item-right {
        min-width: auto;
        width: 100%;
    }
    .bf-bonus__item {
        display: block;
    }
    .bf-bonus__item-left {
        border-radius: 20px;
        padding: 15px 15px 18px;
    }
    .bf-bonus__item-center {
        width: 100%;
    }
    .bf-bonus__item-number {
        left: 10px;
        top: 12px;
    }
    .bf-bonus__item-center img {
        width: 100%;
        border-radius: 20px 20px 0 0;
    }
    .bf-bonus__item-right {
        border-radius: 0 0 20px 20px;
        padding: 24px 15px 15px;
    }
    .bf-bonus__item-title {
        font-size: 21px;
        line-height: 120%;
    }
    .bf-bonus__date-title {
        font-size: 14px;
    }
    .bf-bonus__date-content {
        font-size: 18px;
    }
    .bf-bonus__date {
        padding: 10px 12px;
        border-radius: 10px;
    }
    .bf-bonus__item-text {
        margin-bottom: 10px;
        font-size: 13px;
    }
    .bf-bonus__item-link {
        font-size: 12px;
    }
    .bf-bonus {
        margin-top: -87px;
    }
    .bf-bonus__item-btn {
        margin: 10px 0 8px;
        font-size: 18px;
    }
    .c-bonus__item-text {
        font-size: 13px;
    }
    .c-bonus__item-btn {
        margin: 13px 0;
    }
    .c-bonus__item-bottom {
        font-size: 11px;
    }
    .c-bonus__item-bold {
        font-size: 21px;
        margin-bottom: 5px;
    }
    .c-bonus__item-cats {
        margin-right: -8px;
    }
    .c-bonus__item-cat {
        margin-right: 8px;
        margin-top: 8px;
        font-size: 12px;
    }
    .c-main__items {
        display: block;
    }
    .c-main__item {
        width: 290px;
        background-size: 55px 53px;
        padding-left: 68px;
        font-size: 14px;
        line-height: 120%;
        margin-top: 14px;
    }
    .c-main__title {
        font-size: 25px;
        line-height: 85%;
        padding-top: 5px;
    }
    .c-main__title span {
        display: block;
        font-size: 36px;
        line-height: 85%;
    }
    .c-main__subtitle {
        margin: 5px 0 0;
        font-size: 18px;
        line-height: 110%;
    }
    .c-main {
        padding: 8px 0 194px;
    }
    .c-main__breadcrumbs {
        position: static;
        font-size: 9px;
        line-height: 18px;
    }
    .c-main {
        background: #f0fbfe;
    }
    .c-main__bg {
        display: none;
    }
    .c-main-icons__video {
        left: 210px;
        right: auto;
        bottom: 105px;
        top: auto;
        width: 96px;
        height: 62px;
    }
    .c-main__img {
        left: 30%;
        width: 661px;
        height: 178px;
        background-size: 661px 178px;
    }
    .certificates-modal__light-small {
        margin-top: 18px;
    }
    .certificates-modal__light-text {
        font-size: 15px;
    }
    .certificates-modal__light-mb {
        margin-bottom: 6px;
    }
    .certificates-modal__light {
        margin: 0 -15px;
        padding: 18px 15px 24px;
    }
    .certificates-modal__light-input input {
        height: 52px;
        padding-left: 14px;
        font-size: 16px;
    }
    .certificates-modal__light-input span {
        margin-bottom: 4px;
        font-size: 16px;
    }
    .certificates-modal__light-sumText {
        display: none;
    }
    .certificates-modal__light-sum {
        margin: -47px 5px 15px auto;
        width: calc(83.3333% - 8px);
    }
    .certificates-modal__light-sum input {
        height: 42px;
    }
    .certificates-modal__light-radio span {
        height: 42px;
        font-size: 18px;
    }
    .certificates-modal__pay {
        height: 55px;
        padding-left: 9px;
    }
    .certificates-modal__pay svg {
        height: 23px;
        width: 86px;
    }
    .certificates-modal__light-radios {
        padding: 4px 0 4px 4px;
        flex-wrap: wrap;
    }
    .certificates-modal__light-radio {
        margin-right: 4px;
		width: calc(16.6666% - 4px);
    }
    .certificates-modal__light-radio:last-child {
        margin-top: 4px;
    }
}

@media (max-width: 767px) {
    .c-why__item:last-child,
    .c-why__item {
        width: calc(33.333% - 13px);
    }
}

@media (max-width: 576px) {
    .s-steps__bottom-items {
        display: block;
    }
    .c-main__img {
        left: 5%;
    }
    .s-steps__bottom-item {
        width: 100%;
        margin: 15px 0 0 0;
    }
    .s-steps__bottom-items:first-child {
        margin-top: 0;
    }
    .c-swiper {
        width: 184px;
        display: flex;
        align-items: center;
        padding-left: 57px;
        background-image: url("../../img/certificates/swipe.svg");
        height: 38px;
        color: #008ab7;
        font-size: 15px;
        font-weight: 500;
        margin-top: 20px;
        line-height: 120%;
    }
    .c-why__left {
        display: block;
        min-width: 100%;
    }
    .c-why__buttons {
        display: block;
    }
    .c-why__btn {
        margin: 10px 0 0 0;
        width: 100%;
    }
    .c-why__text {
        margin-top: 15px;
        font-size: 18px;
    }
    .c-why__item {
        width: 215px;
        min-width: 215px;
        margin-right: 20px;
    }
    .c-why__right,
    .c-partners__scroll {
        margin-left: -15px;
        padding-left: 15px;
        width: calc(100% + 30px);
        overflow-x: auto;
    }
    .c-why__right::-webkit-scrollbar,
    .c-partners__scroll::-webkit-scrollbar {
        display: none;
    }
    .c-partners__flex {
        display: block;
    }
    .c-partners__video {
        width: 100%;
        height: 230px;
    }
    .c-partners__form {
        border-radius: 20px;
        padding: 25px 22px 22px;
        width: 100%;
    }
    .c-partners__form-title {
        font-size: 17px;
    }
    .c-partners__item {
        width: 290px;
        min-width: 290px;
        margin-right: 20px;
        margin-top: 0;
    }
    .c-partners__items {
        flex-wrap: nowrap;
        margin-top: 0;
    }
    .bf-bonus__item {
        margin-left: -15px;
        width: calc(100% + 30px);
    }
    .bf-bonus__decor {
        height: auto;
        width: 100%;
        display: block;
    }
    .bf-bonus__decor-desktop {
        display: none;
    }
    .bf-bonus__decor-mobile {
        display: block;
        transform: translateY(-50%);
        width: 100%;
        height: auto;
    }
    .bf-bonus__item-number {
        height: 20px;
        padding: 0 7px;
        left: 15px;
        top: 6px;
        padding: 0 7px;
        font-size: 8px;
    }
    .bf-bonus__item-year {
        bottom: 4px;
        right: 10px;
        width: 22px;
        height: 22px;
        font-size: 8px;
    }
    .certificates-modal__text {
        margin: 3px 0 10px;
        font-size: 16px;
    }
    .certificates-modal__title {
        font-size: 24px;
        line-height: 120%;
    }
    .certificates-modal__container {
        border-radius: 20px;
        padding: 37px 15px 20px;
    }
    .certificates-modal__info {
        margin: 0 -15px -20px;
        padding: 31px 15px 24px;
        border-radius: 0px 0px 20px 20px;
    }
    .certificates-modal__info-btn {
        height: 60px;
        margin: 19px 0 17px;
    }
    .certificates-modal__pay {
        width: calc(50% - 6px);
        margin-top: 12px;
    }
    .certificates-modal__pays {
        margin-bottom: 19px;
    }
    .certificates-modal__info-title {
        font-size: 28px;
    }
    .certificates-modal__info-item {
        width: 100%;
        margin-top: 10px;
        font-size: 15px;
    }
    .certificates-modal__info-item span {
        font-size: 28px;
    }
    .certificates-modal__close {
        right: 15px;
        top: 22px;
    }
    .certificates-modal__success-text {
        margin: 3px 0 14px;
        font-size: 16px;
        line-height: 130%;
    }
    .certificates-modal__success {
        margin: 0 -15px -20px;
        padding: 15px;
        border-radius: 20px;
    }
}
