@font-face {
    font-family: "Informer";
    src: url(../fonts/Informer-Snow.ttf);
    font-weight: 400;
    font-style: normal;
}
.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 187px;
}
.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: 170px;
    font-weight: 400;
    line-height: 90%;
    background: linear-gradient(245deg, #008ab7 8.49%, #00cee2 91.51%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}
.c-main__bg-mobile {
    display: none;
}
.c-main__title span {
    font-size: 92px;
    line-height: 90%;
}
.c-main__subtitle {
    font-size: 36px;
    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;
    width: 815px;
    max-width: 100%;
    margin: 2px auto 20px;
    text-align: center;
}
.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;
}

.itemsStock {
    position: relative;
    z-index: 3;
    margin-top: -160px;
}
.itemsStock-wrapper {
    border-radius: 40px;
    border: 2px solid #caeeff;
    background: #fff;
    padding: 38px;
}
.itemsStock-inner {
    padding: 0 34px 34px;
    border-radius: 40px;
    background: #f0fbfe;
}
.itemsStock-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.itemsStock-item {
    margin-top: 34px;
    width: calc(50% - 14px);
}
.itemsStock-item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 30px;
    min-height: 100%;
    object-fit: cover;
}

.stockSteps {
    padding: 65px 0;
    overflow: hidden;
}
.stockSteps-title {
    text-align: center;
    color: #008ab7;
    font-family: "Circe-ExtraBold";
    font-size: 64px;
    font-weight: normal;
    line-height: 120%;
}
.stockSteps-subtitle {
    margin: 15px auto 0;
    width: 545px;
    color: #000;
    text-align: center;
    font-size: 27px;
    font-weight: 400;
    line-height: 120%;
}
.stockSteps-subtitle span {
    color: #f35740;
}
.stockSteps-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    margin: -36px -6px 0;
}
.stockSteps-item {
    width: 276px;
    min-height: 330px;
    padding: 46px 27px 27px;
    border-radius: 40px;
    border: 2px solid #caeeff;
    background: #fff;
    margin: 0 6px;
    position: relative;
}
.stockSteps-item:nth-child(even) {
    background: #f0fbfe;
}
.stockSteps-item:nth-child(2) {
    margin-top: 106px;
}
.stockSteps-item:nth-child(3) {
    margin-top: 106px;
}
.stockSteps-item__text {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
}
.stockSteps-item__text span {
    color: #008ab7;
    font-family: "Circe-Bold";
}
.stockSteps-item__img {
    margin-bottom: 21px;
}
.stockSteps-item__number {
    right: -11px;
    top: -11px;
    background: #caeeff;
    width: 95px;
    height: 95px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    z-index: 3;
    font-family: "Circe-Bold";
    color: #008ab7;
    font-size: 48px;
    font-weight: 400;
    line-height: 120%;
    transform: rotate(6.848deg);
}
.stockSteps-item:nth-child(4) .stockSteps-item__number {
    top: -28px;
    right: -6px;
    transform: rotate(-10.452deg);
}
.stockSteps-item:nth-child(3) .stockSteps-item__number {
    top: -59px;
    right: 10px;
    transform: rotate(6.848deg);
}
.stockSteps-item:nth-child(2) .stockSteps-item__number {
    top: -54px;
    right: -2px;
    transform: rotate(-10.452deg);
}
.stockSteps-scroll {
    display: none;
}

.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/stock/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;
}
.c-partners__form-policy {
    color: #fff;
    text-align: center;
    margin: 15px 0 0 0;
    font-size: 10px;
    font-weight: 400;
    line-height: 120%;
}
.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: #014c11;
    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: 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;
}

.newFaq {
    position: relative;
    transition: all 0.4s;
    background-image: url("../img/stock/bg-faq.png");
    background-size: cover;
    background-position: top center;
    padding: 31px 0 129px;
}
.newFaq-title {
    background: linear-gradient(245deg, #ffe86e 8.49%, #ffdf9a 91.51%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-family: "Informer";
    font-size: 145px;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
}
.newFaq-top {
    text-align: center;
}
.newFaq-subtitle {
    text-align: center;
    font-family: "Informer";
    font-size: 60px;
    font-weight: 400;
    line-height: 89%;
    background: linear-gradient(245deg, #ffe86e 8.49%, #ffdf9a 91.51%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: -20px auto 20px;
    width: 420px;
    max-width: 100%;
}
.newFaq-btn {
    width: 270px;
    height: 70px;
    margin: 0 auto;
}
.newFaq-subscribe {
    margin: 25px auto;
    width: 132px;
    height: 45px;
    border-radius: 22.5px;
    border: 1px solid #fedf9a;
    background: rgba(0, 31, 6, 0.35);
    backdrop-filter: blur(2px);
    color: #fedf9a;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s;
}
.newFaq-subscribe:hover {
    background: rgba(0, 31, 6, 0.7);
}
.newFaq-item {
    margin-top: 10px;
    border-radius: 15px;
    border: 2px solid #ffe389;
    background: rgba(1, 105, 20, 0.15);
    backdrop-filter: blur(7.5px);
}
.newFaq-item__title {
    padding: 15px 20px 15px 26px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    user-select: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 120%;
}
.newFaq-item__title::after {
    content: "";
    display: block;
    width: 46px;
    height: 46px;
    min-width: 46px;
    border-radius: 46px;
    background-color: #008ab7;
    transition: all 0.4s;
    margin-left: 8px;
    background-image: url("../img/stock/plus.svg");
    background-repeat: no-repeat;
    background-position: center;
}
.newFaq-item__title.active {
    color: #ffdf9a;
}
.newFaq-item__title.active::after {
    transform: rotate(-45deg);
    background-color: #f35740;
}
.newFaq-item__text {
    padding: 0 118px 17px 26px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 120%;
    display: none;
}
.newFaq-item:first-child {
    margin-top: 0;
}
.new-wrapper {
    overflow: hidden;
    background: #fedf9a;
}

.new-title {
    color: #011e0c;
    text-align: center;
    font-size: 64px;
    font-weight: 400;
    line-height: 120%;
    font-family: "Circe-ExtraBold";
}
.new-pt {
    padding-top: 66px;
}
.new-pb {
    padding-bottom: 66px;
}

.newGift-box {
    width: 480px;
    max-width: 100%;
    margin: 25px 0 50px;
}
.newGift-text {
    color: #011e0c;
    font-size: 18px;
    font-weight: 400;
    line-height: 135%;
    margin-top: 20px;
}
.newGift-subtitle {
    color: #011e0c;
    font-size: 27px;
    font-weight: 400;
    line-height: 120%;
}
.newGift-subtitle strong {
    font-weight: normal;
    font-family: "Circe-Bold";
}
.newGift-btn {
    width: 270px;
    height: 70px;
    font-size: 18px;
}
.newGift-btn__wrapper {
    padding: 20px 45px;
    border-radius: 20px;
    background: #ffebbf;
    display: flex;
    align-items: center;
    justify-content: center;
}
.newGift-items {
    display: flex;
}
.newGift-item {
    width: 410px;
    min-width: 410px;
    border-radius: 20px;
    background: #ffebbf;
    padding: 23px 32px 23px 38px;
    display: flex;
    position: relative;
}
.newGift-item__img {
    width: 50px;
    min-width: 50px;
    margin-right: 10px;
    background-repeat: no-repeat;
    margin-top: 3px;
    background-position: top left;
}
.newGift-item__title {
    color: #008ab7;
    font-size: 15px;
    font-weight: 400;
    line-height: 135%;
    font-family: "Circe-Bold";
}
.newGift-item__text {
    margin-top: 5px;
    color: #011e0c;
    font-size: 14px;
    font-weight: 400;
    line-height: 135%;
}
.newGift-item__text a {
    color: #008ab7;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.newGift-item__text a.red-color {
    color: #f35740;
}
.newGift-item:first-child {
    z-index: 3;
}
.newGift-item::before {
    content: "";
    position: absolute;
    right: -6px;
    width: 12px;
    height: 100px;
    background-image: url("../img/stock/dots-desktop.svg");
    top: 50%;
    transform: translateY(-50%);
}
.newGift-items {
    position: relative;
}
.newGift-blue {
    position: absolute;
    z-index: 3;
    top: -28px;
    left: 30px;
    padding: 9px 13px;
    white-space: nowrap;
    border-radius: 36px;
    background: #008ab7;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 135%;
    font-family: "Circe-Bold";
}
.newGift-wrapper {
    position: relative;
}
.newGift-img {
    bottom: 125px;
    right: 0;
    position: absolute;
}
.newSteps .stockSteps-item {
    border-radius: 40px;
    background: #ffebbf;
    padding: 30px 27px 15px;
    border: none;
}
.newSteps .stockSteps-item__number {
    background: #f35740;
    color: #ffebbf;
}
.stockSteps-item__image {
    width: 157px;
    height: 120px;
    border-radius: 60px;
    object-fit: cover;
    display: block;
}
.newSteps-item__title {
    margin: 12px 0 4px;
    color: #008ab7;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
}
.newSteps-item__text {
    color: #011e0c;
    font-size: 14px;
    font-weight: 400;
    line-height: 135%;
}
.newSteps-item__text a {
    color: #f35740;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.newSteps .stockSteps-item:nth-child(2),
.newSteps .stockSteps-item:nth-child(4) {
    background: #fff1d0;
}
.newSteps .stockSteps-items {
    margin-top: -70px;
}
.newSteps .stockSteps-item:nth-child(2),
.newSteps .stockSteps-item:nth-child(3) {
    margin-top: 111px;
}
.newSteps .stockSteps-item__number {
    right: -6px !important;
    top: -5px !important;
    transform: rotate(6.848deg) !important;
}
.newSteps .stockSteps-item:nth-child(4) .stockSteps-item__number {
    transform: rotate(6.848deg) !important;
}
.newSteps .stockSteps-item:nth-child(2) .stockSteps-item__number {
    transform: rotate(-4.685deg) !important;
}
.newSteps-btn {
    width: 270px;
    height: 70px;
    font-size: 18px;
    margin: 25px auto 0;
}

.newMain {
    background-image: url("../img/stock/bg-main.png");
    background-size: cover;
    background-position: bottom center;
    padding: 32px 0 379px;
}
.newMain-title {
    text-align: center;
    font-family: "Informer";
    font-size: 170px;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
    background: linear-gradient(245deg, #ffe86e 8.49%, #ffdf9a 91.51%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-flex;
}
.newMain-subtitle {
    margin: -43px 0 20px;
    text-align: center;
    font-family: "Informer";
    display: inline-flex;
    font-size: 74px;
    font-weight: 400;
    line-height: 120%;
    background: linear-gradient(245deg, #ffe86e 8.49%, #ffdf9a 91.51%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.newMain-center {
    text-align: center;
}
.newMain-items {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.newMain-item {
    display: flex;
    align-items: flex-start;
    width: 308px;
}
.newMain-item__left {
    width: 68px;
    min-width: 68px;
    height: 68px;
    border-radius: 100%;
    margin-right: 10px;
    position: relative;
}
.newMain-item__left span {
    position: relative;
    z-index: 3;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 100%;
    height: 100%;
}
.newMain-item__left::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-radius: 100%;
    height: 100%;
    background: radial-gradient(
        56.63% 86.21% at 13.7% 83.56%,
        #ddc289 0%,
        #ffe6af 61.63%,
        #fff3d8 100%
    );
}
.newMain-item__text {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
}
.newMain-item__number {
    right: 0;
    top: -1px;
    width: 29px;
    z-index: 3;
    height: 29px;
    background: #f35740;
    color: #fff;
    text-align: center;
    display: flex;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 700;
    line-height: 120%;
    position: absolute;
}
.newMain-item:last-child {
    margin-left: 55px;
    width: 359px;
}
.newMain-slider__wrapper {
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    padding-top: 60px;
    background-image: url("../img/stock/star.svg");
}
.newMain .slick-arrow {
    width: 60px;
    height: 60px;
    right: 14px;
    position: absolute;
    top: 167px;
    left: auto;
    z-index: 3;
}
.newMain .slick-prev {
    left: 14px;
    right: auto;
}
.newMain .slick-arrow::after {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url("../img/stock/next.svg");
    background-repeat: no-repeat;
}
.newMain .slick-arrow::before {
    font-size: 0;
}
.newMain .slick-prev::after {
    transform: rotate(180deg);
}
.newMain-slider__img {
    width: 213px !important;
    height: 213px !important;
    object-fit: cover;
    display: block !important;
    border-radius: 100%;
    margin: 0 auto !important;
}
.newMain-name {
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: "Circe-Bold";
    margin-top: 55px;
}
.newMain-desc {
    margin: 0 auto 12px;
    max-width: 100%;
    width: 270px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.newMain-price {
    display: inline-flex;
    align-items: center;
    padding: 6px 13px;
    border-radius: 20px;
    background: #caeeff;
    color: #008ab7;
    font-size: 19px;
    font-weight: 700;
    line-height: normal;
}
.newMain-need {
    margin: 3px 0 9px;
    color: #caeeff;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.newMain-btn {
    width: 270px;
    height: 70px;
    font-size: 18px;
    margin: 9px auto 35px;
}
.newMain .newFaq-subscribe {
    margin: 0 auto;
}
.newMain-slider {
    width: 410px !important;
    max-width: 100%;
    margin: 5px auto 0;
}
.newMain-bottom {
    position: absolute;
    bottom: 38px;
    width: 1212px;
    left: 50%;
    transform: translateX(-50%);
    height: 404px;
    pointer-events: none;
}
.newMain {
    position: relative;
}
.newMain-bottom__item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 4px solid #fedf9a;
    border-radius: 100%;
}
.newMain-bottom__item {
    position: absolute;
    display: block;
    width: 112px;
    border-radius: 100%;
    height: 112px;
    pointer-events: auto;
}
.newMain-bottom__item img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}
.newMain-bottom__item:nth-child(1) {
    left: 146px;
    top: 0;
}
.newMain-bottom__item:nth-child(2) {
    left: 377px;
    top: 107px;
}
.newMain-bottom__item:nth-child(3) {
    right: 377px;
    top: 107px;
}
.newMain-bottom__item:nth-child(4) {
    right: 146px;
    top: 0;
}
.newMain-bottom__item:nth-child(5) {
    top: 155px;
    left: 0;
}
.newMain-bottom__item:nth-child(6) {
    top: 167px;
    left: 185px;
}
.newMain-bottom__item:nth-child(7) {
    left: 317px;
    bottom: 0;
}
.newMain-bottom__item:nth-child(8) {
    top: 248px;
    left: 50%;
    transform: translateX(-50%);
}
.newMain-bottom__item:nth-child(9) {
    right: 317px;
    bottom: 0;
}
.newMain-bottom__item:nth-child(10) {
    right: 185px;
    top: 167px;
}
.newMain-bottom__item:nth-child(11) {
    right: 0;
    top: 155px;
}
.newMain-bottom__block {
    position: absolute;
    filter: drop-shadow(11px 4px 5px rgba(0, 0, 0, 0.25));
}
.newMain-bottom__block:nth-child(1) {
    left: 255px;
    top: 120px;
    transform: rotate(8.754deg);
    width: 104px;
}
.newMain-bottom__block:nth-child(2) {
    top: 220px;
    left: 493px;
    transform: rotate(25.962deg);
    width: 71px;
}
.newMain-bottom__block:nth-child(3) {
    top: 220px;
    right: 500px;
    transform: rotate(-34.239deg);
    width: 71px;
}
.newMain-bottom__block:nth-child(4) {
    transform: rotate(-31.925deg);
    top: 95px;
    right: 260px;
    width: 104px;
}
.newMain-bottom__block:nth-child(5) {
    transform: rotate(8.754deg);
    bottom: 45px;
    left: 120px;
    width: 165px;
}
.newMain-bottom__block:nth-child(6) {
    transform: rotate(-28.559deg);
    bottom: 45px;
    right: 120px;
    width: 165px;
}
.newMain-bottom__block:nth-child(7) {
    transform: rotate(-8.86deg);
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 240px;
}

.newSubscribe-soc {
    width: 302px;
    height: 80px;
    border-radius: 44px;
    background: #ffebbf;
    padding: 15px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: -5px auto 0;
    position: relative;
    z-index: 3;
}
.newSubscribe-soc__item {
    width: 50px;
    height: 50px;
    transition: all 0.4s;
    display: block;
    text-decoration: none;
}
.newSubscribe-soc__item svg {
    width: 50px;
    height: 50px;
    display: block;
}
.newSubscribe-soc__item:hover {
    opacity: 0.8;
}
.newSubscribe-btn {
    height: 67px;
    margin-top: 182px;
    width: 100%;
    position: relative;
    z-index: 3;
}
.newSubscribe {
    padding: 0 44px 19px;
    position: relative;
    margin-left: -45px;
    margin-right: -45px;
    margin-bottom: -25px;
}
.newSubscribe-mobile {
    display: none;
}
.newSubscribe-img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    display: block;
}
.newSuccess {
    border-radius: 40px 40px 0 0;
    margin-left: -45px;
    margin-right: -45px;
    margin-bottom: -25px;
    padding: 258px 44px 30px;
    position: relative;
    z-index: 3;
    background: #014c11;
}
.newSuccess-img {
    left: 0;
    top: 16px;
    display: block;
    position: absolute;
}
.newSuccess .newSubscribe-btn {
    margin: 0;
}

@media (max-width: 1200px) {
    .stockSteps-item {
        margin: 25px 0 0 !important;
        width: calc(50% - 10px);
        padding: 25px 13px 20px !important;
        min-height: 100%;
    }
    .stockSteps-item__number {
        right: -10px !important;
        top: -10px !important;
    }
    .stockSteps-items {
        margin: 0;
        justify-content: space-between;
        align-items: stretch;
    }
    .newGift-img {
        width: 500px;
    }
    .newSteps .stockSteps-item {
        padding: 19px 16px;
        border-radius: 40px;
    }
    .newSteps .stockSteps-items {
        margin: 0;
    }
    .newSteps-btn {
        width: 260px;
        height: 60px;
    }
    .newMain-bottom__item:nth-child(11),
    .newMain-bottom__item:nth-child(5) {
        display: none;
    }
    .newMain-bottom__block:nth-child(5),
    .newMain-bottom__block:nth-child(6) {
        display: none;
    }
}
@media (max-width: 992px) {
    .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: 45px;
        line-height: 95%;
        padding-top: 5px;
    }
    .c-main__title span {
        display: block;
        font-size: 25px;
        line-height: 95%;
        letter-spacing: 0;
    }
    .c-main__subtitle {
        margin: 0 auto;
        font-size: 17px;
        line-height: 20px;
        width: 320px;
    }
    .c-main {
        padding: 8px 0 309px;
    }
    .c-main__breadcrumbs {
        position: static;
        font-size: 9px;
        line-height: 18px;
        padding-bottom: 8px;
    }
    .c-main {
        background: #f0fbfe;
    }
    .c-main__bg {
        display: none;
    }
    .c-main__bg-mobile {
        display: block;
        position: absolute;
        pointer-events: none;
        width: 279px;
        height: 50px;
        background-repeat: no-repeat;
        top: 50px;
        left: 50%;
        transform: translateX(-50%);
    }
    .c-main__img {
        left: 30%;
        width: 661px;
        height: 178px;
        background-size: 661px 178px;
    }
    .itemsStock {
        margin-top: -290px;
    }
    .itemsStock-wrapper {
        padding: 13px;
        border-radius: 20px;
    }
    .itemsStock-inner {
        padding: 6px 14px 16px;
        border-radius: 20px;
    }
    .itemsStock-item {
        margin-top: 10px;
        width: calc(50% - 5px);
    }
    .itemsStock-item img {
        border-radius: 16px;
    }
    .stockSteps-item__text {
        font-size: 16px;
        line-height: 20px;
    }
    .stockSteps-subtitle {
        margin: 7px 0 0 0;
        font-size: 18px;
        width: 100%;
        line-height: 120%;
    }
    .stockSteps-title {
        font-size: 28px;
        line-height: 105%;
    }
    .stockSteps {
        padding: 35px 0;
    }
    .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;
    }
    .newFaq-title {
        font-size: 60px;
        line-height: 120%;
    }
    .newFaq-subtitle {
        margin: -9px auto 20px;
        width: 202px;
        font-size: 28px;
        line-height: 100%;
    }
    .newFaq {
        padding: 30px 0 91px;
    }
    .newFaq-btn {
        width: 260px;
        height: 60px;
        font-size: 18px;
    }
    .newFaq-subscribe {
        margin: 20px auto;
        width: 132px;
        height: 45px;
        font-size: 14px;
    }
    .newFaq-item {
        border-radius: 15px;
    }
    .newFaq-item__title {
        padding: 15px 9 15px 14px;
        font-size: 14px;
    }
    .newFaq-item__text {
        padding: 0 14px 14px;
    }
    .new-title {
        font-size: 28px;
        line-height: 105%;
    }
    .new-pt {
        padding-top: 35px;
    }
    .new-pb {
        padding-bottom: 35px;
    }
    .newGift-img {
        position: static;
        max-width: 100%;
        margin: -10px auto 0;
        display: block;
    }
    .newGift-box {
        margin: 0;
        position: relative;
        z-index: 3;
        width: 100%;
    }
    .newGift-subtitle {
        margin: 12px 0 0;
        font-size: 18px;
        line-height: 120%;
    }
    .newGift-text {
        display: none;
    }
    .newGift-items {
        display: block;
    }
    .newGift-item {
        width: 100%;
        min-width: 100%;
        padding: 22px 15px;
    }
    .newGift-btn__wrapper {
        padding: 30px;
    }
    .newGift-btn {
        width: 100%;
        padding: 0;
        height: 60px;
    }
    .newGift-item__img {
        min-height: 60px;
        margin-right: 7px;
    }
    .newGift-item {
        margin-bottom: 1px;
    }
    .newGift-item__title {
        font-size: 15px;
        line-height: 135%;
    }
    .newGift-item__text {
        font-size: 13px;
        line-height: 135%;
    }
    .newGift-item::before {
        width: 276px;
        height: 12px;
        background-image: url("../img/stock/dots-mobile.svg");
        bottom: -6px;
        top: auto;
        right: auto;
        transform: translateX(-50%);
        left: 50%;
    }
    .newMain {
        padding: 9px 0 300px;
    }
    .newMain-btn {
        width: 260px;
        height: 60px;
        margin: 20px auto;
    }
    .newMain-title {
        font-size: 60px;
        line-height: 120%;
        margin: 0;
    }
    .newMain-subtitle {
        margin: -14px auto 0;
        font-size: 28px;
        line-height: 120%;
    }
    .newMain-items {
        display: block;
    }
    .newMain-item {
        width: 100%;
        margin: 20px 0 0 0 !important;
        align-items: center;
    }
    .newMain-item__text {
        font-size: 15px;
        line-height: 120%;
    }
    .newMain-item__text {
        width: 300px;
        max-width: calc(100% - 80px);
    }
    .newMain-items {
        width: 400px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .newMain-bottom__item:nth-child(1),
    .newMain-bottom__item:nth-child(6) {
        display: none;
    }
    .newMain-bottom__item:nth-child(4),
    .newMain-bottom__item:nth-child(10) {
        display: none;
    }
    .newSubscribe-img {
        display: none;
    }
    .newSubscribe-mobile {
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        border-radius: 27px 27px 0 0;
        height: 240px;
        object-fit: cover;
        object-position: top center;
    }
    .newSubscribe {
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: -20px;
        padding: 0 15px 20px;
    }
    .newSubscribe-btn {
        margin-top: 170px;
    }
    .newSuccess {
        padding: 200px 15px 21px;
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: -20px;
        border-radius: 21px;
    }
    .newSuccess-img {
        top: 8px;
        width: 100%;
    }
}

@media (max-width: 640px) {
    .itemsStock-wrapper {
        margin-left: -10px;
        width: calc(100% + 20px);
    }
    .itemsStock-item {
        width: 100%;
    }
    .stockSteps-scroll {
        position: absolute;
        left: 20px;
        bottom: 0;
        width: 184px;
        height: 39px;
        background-image: url("../img/stock/scroll-1.svg");
        background-repeat: no-repeat;
        background-position: center;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: 0;
        padding-right: 25px;
        color: #008ab7;
        font-size: 15px;
        font-weight: 500;
        line-height: 120%;
    }
    .stockSteps-scroll {
        background-image: url("../img/stock/scroll-2.svg");
        left: 0;
        color: #f35740;
    }
    .stockSteps-wrapper {
        position: relative;
    }
    .stockSteps-items {
        flex-wrap: nowrap;
    }
    .stockSteps-item {
        margin: 25px 14px 0 0 !important;
        width: 256px;
        min-width: 256px;
    }
    .stockSteps-box {
        padding-bottom: 57px;
        overflow-x: auto;
        margin-left: -10px;
        width: calc(100% + 20px);
        padding-left: 10px;
    }
    .stockSteps-box::-webkit-scrollbar {
        display: none;
    }
    .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;
    }
    .c-partners__form-policy {
        margin-top: 17px;
        font-size: 10px;
    }
    .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;
    }
    .newFaq {
        background-image: url("../img/stock/bg-faq-mobile.png");
    }
    .newMain {
        background-image: url("../img/stock/bg-main-mobile.png");
    }
    .newMain {
        padding: 9px 0 200px;
    }
    .newMain-bottom {
        width: 252px;
        height: 125px;
        bottom: 45px;
    }
    .newMain-bottom__item {
        width: 50px;
        height: 50px;
    }
    .newMain-bottom__item::before {
        border-width: 2px;
    }
    .newMain-bottom__item:nth-child(2) {
        left: 40px;
        top: 0;
    }
    .newMain-bottom__item:nth-child(3) {
        right: 40px;
        top: 0;
    }
    .newMain-bottom__item:nth-child(7) {
        bottom: 0;
        left: 0;
        top: auto;
        right: auto;
    }
    .newMain-bottom__item:nth-child(9) {
        right: 0;
        bottom: 0;
        left: auto;
        top: auto;
    }
    .newMain-bottom__item:nth-child(8) {
        top: 45px;
        bottom: auto;
        transform: translateX(-50%);
    }
    .newMain-bottom__block:nth-child(7) {
        bottom: -22px;
        width: 125px;
    }
    .newMain-bottom__block:nth-child(1) {
        transform: rotate(19deg);
        left: -31px;
        top: 8px;
        right: auto;
        width: 57px;
    }
    .newMain-bottom__block:nth-child(4) {
        transform: rotate(-35.721deg);
        right: -31px;
        top: 8px;
        left: auto;
        width: 57px;
    }
    .newMain-bottom__block:nth-child(2) {
        transform: rotate(19deg);
        left: 62px;
        bottom: 50px;
        top: auto;
        right: auto;
        width: 32px;
    }
    .newMain-bottom__block:nth-child(3) {
        transform: rotate(-26.361deg);
        right: 62px;
        bottom: 50px;
        top: auto;
        left: auto;
        width: 32px;
    }
}

@media (max-width: 500px) {
    .newGift-item {
        margin-bottom: 0;
    }
    .newMain-slider__wrapper {
        background-size: 299px 243px;
        padding-top: 44px;
    }
    .newMain-slider__img {
        width: 150px !important;
        height: 150px !important;
    }
    .newMain .slick-prev {
        right: calc(50% + 100px);
        left: auto;
    }
    .newMain .slick-next {
        left: calc(50% + 100px);
        right: auto;
    }
    .newMain .slick-arrow {
        top: 120px;
        width: 45px;
        height: 45px;
    }
    .newMain .slick-arrow::after {
        background-size: 45px;
    }
}
