.swiper_grand_wrapper {
    position: relative;
}

.swiper {
    position: static !important;
    overflow: hidden !important;
    height: 802px;
    border-radius: 20px;
}


.swiper .swiper-wrapper .swiper-slide {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
}

.swiper .swiper-wrapper .swiper-slide .content {
    display: grid;
    grid-template-columns: 1fr 520px;
    position: relative;
    min-width: 100%;
    padding: 0 60px;
    box-sizing: border-box;

    overflow: hidden;
    flex-basis: 0;
}

.swiper .swiper-wrapper .swiper-slide .content img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: right;
    right: 0;
    z-index: -1;

}

.swiper .swiper-wrapper .swiper-slide .content .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: auto 0;
    max-width: 975px;
    position: relative;
}

.swiper .swiper-wrapper .swiper-slide .content .info .title {
    color: #333;
    font-size: 96px;
    font-weight: 800;
    text-transform: uppercase;
}

.swiper .swiper-wrapper .swiper-slide .content .info .subtitle {
    color: #333;
    font-size: 24px;
    line-height: 40px;
    margin-top: 10px;
}

.swiper .swiper-wrapper .swiper-slide .content .info input {
    all: unset;
    margin-top: 20px;
    padding: 25px 42px;

    color: var(--white);
    font-size: 20px;
    line-height: 20px;

    border-radius: 10px;
    background: linear-gradient(102deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.20) 21.5%, rgba(255, 255, 255, 0.28) 21.51%, rgba(255, 255, 255, 0.00) 45.14%), radial-gradient(145.35% 141.42% at 0% 0%, #0050EC 0%, #0050EC 100%);
    /* 0050EC */
    box-shadow: 0px 20px 20px -10px rgba(99, 131, 215, 0.40);

    cursor: pointer;
}

.swiper .swiper-wrapper .swiper-slide .content .info input:hover {
    background: linear-gradient(102deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.20) 21.5%, rgba(255, 255, 255, 0.28) 21.51%, rgba(255, 255, 255, 0.00) 45.14%), radial-gradient(145.35% 141.42% at 0% 0%, #0D81EC 0%, #20A5CF 100%);
    box-shadow: 0px 18px 15px -14px rgba(99, 131, 215, 0.40);
}

.under_banner {
    display: none;
    margin: 20px auto 0;
    justify-content: center;
}

.under_banner input {
    all: unset;
    padding: 22px 25px;

    color: var(--white);
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;

    border-radius: 10px;
    background: var(--1, linear-gradient(155deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.20) 38.36%, rgba(255, 255, 255, 0.28) 38.37%, rgba(255, 255, 255, 0.00) 80.52%), #0050EC);
    box-shadow: 0px 20px 20px -10px rgba(99, 131, 215, 0.40);

    cursor: pointer;
}

.swiper-button-prev,
.swiper-button-next,
.swiper-button-prev_r,
.swiper-button-next_r {
    transition: all .3s ease-in-out;
}

.reviews_block .swiper-button-prev_r:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

.reviews_block .swiper-button-next_r:hover {
    transform: translate(50%, -50%) scale(1.1);
}

.swiper-button-prev:hover,
.swiper-button-prev_r:hover {
    transform: translateX(-50%) scale(1.1);
}

.swiper-button-next:hover,
.swiper-button-next_r:hover {
    transform: rotate(180deg) translate(-50%) scale(1.1);
}

.swiper-button-prev::after,
.swiper-button-next::after {
    content: none !important;
    position: absolute !important;
}

.swiper-button-prev {
    display: flex;
    align-items: center;
    width: 71px !important;
    height: 71px !important;
    z-index: 1;

    border-radius: 50%;
    background-color: #FFF;
    box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.10);

    cursor: pointer;

}

.swiper-button-next {
    display: flex;
    align-items: center;
    width: 71px !important;
    height: 71px !important;
    z-index: 1;

    border-radius: 50%;
    background-color: #FFF;
    box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.10);

    cursor: pointer;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 0 !important;
    transform: translateX(-50%);
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 0 !important;
    transform: rotate(180deg) translate(-50%);
}

.swiper-button-next svg,
.swiper-button-prev svg {
    width: 24px !important;
}

.swiper-button-prev svg {
    transform: translateX(-2px);
}


.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 60px !important;
}

.swiper .swiper-pagination {
    text-align: left;
    left: 60px !important;
}

.swiper .swiper-pagination .swiper-pagination-bullet {
    width: 40px;
    height: 5px;

    border-radius: 10px;
    background: #DBDADA80;
    opacity: 1;
    transition: all .4s ease-in-out;
}

.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 80px;
    background: var(--1, linear-gradient(155deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.20) 38.36%, rgba(255, 255, 255, 0.28) 38.37%, rgba(255, 255, 255, 0.00) 80.52%), #0050EC);
}

.vending_block {
    display: flex;
    flex-direction: column;
    margin-top: 130px;
    padding: 0 24px;
}

.vending_block>.title {
    line-height: 40px;
    font-size: 48px;
    font-weight: 700;
}

.vending_block>.subtitle {
    margin-top: 53px;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
}

.vending_block>.subtitle .bold {
    font-weight: 800;
}

.vending_block .list {
    margin-top: 57px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 46px;
    align-items: center;
    padding-left: 26px;
}

.vending_block .list .item_wrapper {
    display: grid;
    grid-template-columns: 60px 1fr minmax(300px, 950px);
    gap: 52px;
}

.vending_block .list .item_wrapper .icon img {
    width: 100%;
}

.vending_block .list .title {
    font-size: 24px;
    font-weight: 600;
    line-height: 38px;
}

.vending_block .list .description {
    font-size: 18px;
    line-height: 24px;
}
.vending_block .video
{
    margin-top: 24px;
    display: flex;
    overflow: hidden;
    border-radius: 10px;
    object-fit: cover;
}

.franchise_block {
    display: flex;
    flex-direction: column;
    margin-top: 150px;
    padding: 0 24px;
}

.franchise_block>.title {
    line-height: 40px;
    font-size: 48px;
    font-weight: 700;
}

.franchise_block .subtitle {
    margin-top: 53px;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
}

.franchise_block .list {
    display: grid;
    grid-template-columns: repeat(5, minmax(150px, 260px));
    gap: 50px 95px;
    margin-top: 55px;
}

.franchise_block .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

.franchise_block .item>.item_icon {
    position: relative;
}

.franchise_block .item .item_icon .big_circle {
    width: 132px;
    aspect-ratio: 1/1;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 14px;
    border-radius: 100%;

    background: var(--1, linear-gradient(155deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.20) 38.36%, rgba(255, 255, 255, 0.28) 38.37%, rgba(255, 255, 255, 0.00) 80.52%), #0050EC);

    color: #FFF;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
}

.franchise_block .item .item_icon .small_circle {
    width: 64px;
    aspect-ratio: 1/1;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    position: absolute;
    right: -4px;
    bottom: -12px;

    color: #0956ED;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;

    background-color: #fff;
    border: 2px solid #0050EC;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.franchise_block .item .item_title {
    font-size: 24px;
    font-weight: 600;
    line-height: 38px;
    text-align: center;
}

.we_block {
    margin-top: 135px;
}

.we_block>.title {
    line-height: 40px;
    font-size: 48px;
    font-weight: 700;
}

.we_block .list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
    margin-top: 60px;
    hyphens: auto;
}

.we_block .list .item {
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 35px;
    box-sizing: border-box;

    border-radius: 20px;
    background: #FFF;

    box-shadow: 0px 12px 32px 0px rgba(0, 0, 0, 0.10);
}

.we_block .list .item .icon {
    width: 70px;
    aspect-ratio: 1/1;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;

    border: 1px solid #FFF;
    background: var(--1, linear-gradient(102deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.20) 21.5%, rgba(255, 255, 255, 0.28) 21.51%, rgba(255, 255, 255, 0.00) 45.14%), #0050EC);
    box-shadow: 0px 20px 20px -10px rgba(99, 131, 215, 0.40);
    box-sizing: border-box;
}

.we_block .list .item .info {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.we_block .list .item .info .title {
    font-size: 24px;
    font-weight: 600;
    line-height: 38px;
}

.we_block .list .item .info .description {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

.we_block .achievements {
    margin-top: 140px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.we_block .achievements .item_wrapper {
    display: flex;
    justify-content: center;
}

.we_block .achievements .item {
    display: flex;
    flex-direction: column;
    align-items: center;

    padding-bottom: 32px;
}

.we_block .achievements .item .title {
    color: #2468EF;
    font-size: 72px;
    font-weight: 700;
    text-align: center;
}

.we_block .achievements .item .description {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}

.order_block {
    margin-top: 140px;
}

.order_block>.title {
    line-height: 40px;
    font-size: 48px;
    font-weight: 700;
}

.order_block .progress_bar {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
}

.order_block .progress_bar .item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: flex-start;

    position: relative;
}

.order_block .progress_bar .item .bullet {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 60px;
    aspect-ratio: 1/1;
    border-radius: 100%;
    box-sizing: border-box;
    margin-top: 70px;

    background: var(--1, linear-gradient(102deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.20) 21.5%, rgba(255, 255, 255, 0.28) 21.51%, rgba(255, 255, 255, 0.00) 45.14%), #0050EC);
    box-shadow: 0px 20px 20px -10px rgba(99, 131, 215, 0.40);

    font-size: 32px;
    font-weight: 700;
    color: #FFF;
    line-height: 20px;
    flex-shrink: 0;
}

.order_block .progress_bar .item .bullet::after {
    content: "";
    position: absolute;
    height: 5px;
    width: calc(100%);
    background-color: #0050EC;
    transform: translate(50%, 0);
    z-index: -1;
}

.order_block .progress_bar .item:last-child .bullet::after {
    all: unset;
}

.order_block .progress_bar .item .info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}

.order_block .progress_bar .item .info .title {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}

.order_block .progress_bar .item .info .description {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}

.consultation_block {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    margin-top: 140px;

    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 12px 32px 0px rgba(0, 0, 0, 0.10);
    overflow: hidden;
}

.consultation_block .text_part {
    display: flex;
    flex-direction: column;
    gap: 36px;
    padding: 60px 54px 60px 18px;
    box-sizing: border-box;
    justify-content: center;

    height: 100%;
}

.consultation_block .text_part .info {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.consultation_block .text_part .info .title {
    line-height: 40px;
    font-size: 48px;
    font-weight: 700;
}

.consultation_block .text_part .info .description {
    font-size: 18px;
    line-height: 24px;
}

.consultation_block .text_part .fields {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.consultation_block .text_part .fields input {
    all: unset;
}

.consultation_block .text_part .fields .field {
    width: 100%;
    height: 70px;
    padding: 0 20px;
    box-sizing: border-box;

    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.30);

    font-size: 18px;
    line-height: 24px;
}

.consultation_block .text_part .fields .button {
    width: 100%;
    height: 70px;
    text-align: center;

    border-radius: 10px;
    background: linear-gradient(102deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.20) 21.5%, rgba(255, 255, 255, 0.28) 21.51%, rgba(255, 255, 255, 0.00) 45.14%), radial-gradient(145.35% 141.42% at 0% 0%, #0050EC 0%, #0050EC 100%);
    box-shadow: 0px 20px 20px -10px rgba(99, 131, 215, 0.40);
    padding: 0 20px;

    color: var(--white, #FAFAFA);
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
}

.consultation_block .text_part .fields .button:hover {
    background: linear-gradient(102deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.20) 21.5%, rgba(255, 255, 255, 0.28) 21.51%, rgba(255, 255, 255, 0.00) 45.14%), radial-gradient(145.35% 141.42% at 0% 0%, #0D81EC 0%, #20A5CF 100%);
    box-shadow: 0px 18px 15px -14px rgba(99, 131, 215, 0.40);
}

.consultation_block .img_wrapper {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.consultation_block .img_wrapper img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    right: 0;
}

.production_block {
    margin-top: 140px;
}

.production_block>.title {
    line-height: 40px;
    font-size: 48px;
    font-weight: 700;
}

.production_block .description {
    display: grid;
    grid-template-columns: 1fr max-content;
    gap: 20px;
}

.production_block .description .text {
    margin-top: 55px;
    font-size: 18px;
    line-height: 24px;
}

.production_block .description .text_mobile {
    display: none;
}

.production_block .description .go_to_catalog {
    all: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 11px 16px;

    border-radius: 10px;
    border: 1px solid #000;
    box-sizing: border-box;
    align-self: self-end;
    cursor: pointer;

    transform: translateY(50%);
}

.production_block .description .go_to_catalog>.title {
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}

.production_block .goods_list {
    display: grid;
    grid-template-columns: repeat(3, minmax(375px, calc(100vw / 1920 * 540)));
    gap: 31px;

    margin-top: 60px;
}

.production_block .goods_list .good {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 12px 32px 0px rgba(0, 0, 0, 0.10);
}

.production_block .goods_list .good .preview {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 480px;
    align-self: stretch;
    overflow: hidden;
}

.production_block .goods_list .good .preview img {
    height: 100%;
    transition: all 300ms ease-in-out;
}

.production_block .goods_list .good .preview img:hover {
    scale: 1.1;
}

.production_block .goods_list .good .info {
    display: flex;
    flex-direction: column;
    gap: 5px;

    padding: 40px;
}

.production_block .goods_list .good .info .title {
    font-size: 26px;
    font-weight: 500;
    line-height: 40px;
}

.production_block .goods_list .good .info .price {
    font-size: 20px;
    font-weight: 500;
    height: 35px;
}

.production_block .goods_list .good .info .price .bold {
    font-size: 32px !important;
    font-weight: 900 !important;
}

.production_block .goods_list .good .info .buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 7px;
    height: 45px;
    margin-top: 15px;
}

.production_block .goods_list .good .info .buttons a {
    all: unset;
    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;

    cursor: pointer;
}

.production_block .goods_list .good .info .buttons a.order {

    color: var(--white, #FAFAFA);
    background: linear-gradient(102deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.20) 21.5%, rgba(255, 255, 255, 0.28) 21.51%, rgba(255, 255, 255, 0.00) 45.14%), radial-gradient(145.35% 141.42% at 0% 0%, #0050EC 0%, #0050EC 100%);
    box-shadow: 0px 20px 20px -10px rgba(99, 131, 215, 0.40);
}

.production_block .goods_list .good .info .buttons a.order:hover {
    background: linear-gradient(102deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.20) 21.5%, rgba(255, 255, 255, 0.28) 21.51%, rgba(255, 255, 255, 0.00) 45.14%), radial-gradient(145.35% 141.42% at 0% 0%, #0D81EC 0%, #20A5CF 100%);
    box-shadow: 0px 18px 15px -14px rgba(99, 131, 215, 0.40);
}

.production_block .goods_list .good .info .buttons a.details {
    border: 1px solid #000;
    transition: all 300ms ease-in-out;
}

.production_block .goods_list .good .info .buttons a.details:hover {
    border: 0;
    background: #FFF;
    box-shadow: 0px 12px 32px 0px rgba(0, 0, 0, 0.10);

}

.production_block .swiperpro {
    display: none;
    margin-top: 40px;
    height: 360px;
}

.production_block .swiperpro .swiper-wrapper .swiper-slide {
    display: flex;
    flex-direction: column;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.10);
}

.production_block .swiperpro .swiper-wrapper .swiper-slide .preview {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.production_block .swiperpro .swiper-wrapper .swiper-slide .preview img {
    object-fit: cover;
}

.production_block .swiperpro .swiper-wrapper .swiper-slide .info {
    position: absolute;
    width: 100%;
    padding: 24px;
    box-sizing: border-box;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    background: #FFF;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.production_block .swiperpro .swiper-wrapper .swiper-slide .info .title {
    font-size: 19px;
    line-height: 28px;
    font-weight: 600;
}

.production_block .swiperpro .swiperpro-pagination {
    text-align: center;
    transition: .3s opacity;
}

.production_block .swiperpro .swiperpro-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 3px;
    border-radius: 3px;
    opacity: 1;
    background: #DBDADA80;
}

.production_block .swiperpro .swiperpro-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 30px;
    background: var(--1, linear-gradient(155deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.20) 38.36%, rgba(255, 255, 255, 0.28) 38.37%, rgba(255, 255, 255, 0.00) 80.52%), #0050EC);
}

.reviews_block {
    margin-top: 70px;
}

.reviews_block>.title {
    line-height: 40px;
    font-size: 48px;
    font-weight: 700;
}

.reviews_block .swiper_r {
    margin-top: 140px;
    overflow: visible;
    position: relative;
}

.reviews_block .swiper_r .swiper-slide {
    position: relative;
    height: auto;
}

.reviews_block .swiper_r .item {
    border-radius: 20px;
    background: #FFF;
    padding: 20px 40px;


    box-sizing: border-box;
    max-width: 540px;
    width: 100%;
    flex-shrink: 0;

    box-shadow: 0px 12px 32px 0px rgba(0, 0, 0, 0.10);

    height: 100%;
}

.reviews_block .swiper_r .item .author_info {
    display: flex;
    align-items: center;
    gap: 17px;
}

.reviews_block .swiper_r .swiper-wrapper {
    height: auto;
}

.reviews_block .swiper_r .item .author_info .picture {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1/1;
    padding: 8px;

    border-radius: 100%;

    background: linear-gradient(102deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.20) 21.5%, rgba(255, 255, 255, 0.28) 21.51%, rgba(255, 255, 255, 0.00) 45.14%), radial-gradient(145.35% 141.42% at 0% 0%, rgba(52, 150, 241, 0.80) 0%, rgba(103, 193, 221, 0.80) 100%);
    box-shadow: 0px 20px 20px -10px rgba(99, 131, 215, 0.40);
}

.reviews_block .swiper_r .item .author_info .picture img {
    width: 60px;
    aspect-ratio: 1/1;
    border-radius: 100%;

    object-fit: cover;
}

.reviews_block .swiper_r .item .author_info .name {
    font-size: 24px;
    font-weight: 600;
    line-height: 38px;
}

.reviews_block .swiper_r .item .text {
    margin-top: 45px;
}

/* Swiper styles */

.reviews_block .swiper-horizontal>.reviews_block .swiper-pagination-bullets,
.reviews_block .swiper-pagination-bullets.swiper-pagination-horizontal,
.reviews_block .swiper-pagination-custom,
.reviews_block .swiper-pagination-fraction {
    bottom: -38px !important;
}

.reviews_block .swiper_r .swiper-pagination_r .swiper-pagination-bullet {
    width: 40px;
    height: 5px;

    border-radius: 10px;
    background: #DBDADA80;
    opacity: 1;
    transition: all .4s ease-in-out;
}

.reviews_block .swiper_r .swiper-pagination_r {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
}


.reviews_block .swiper_r .swiper-pagination_r .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 80px;
    background: var(--1, linear-gradient(155deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.20) 38.36%, rgba(255, 255, 255, 0.28) 38.37%, rgba(255, 255, 255, 0.00) 80.52%), #0050EC);
}

/* Button */
.reviews_block .swiper-button-prev_r {
    display: flex;
    align-items: center;
    width: 71px;
    height: 71px;
    z-index: 1;

    border-radius: 50%;
    background-color: #FFF;
    box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.10);

    cursor: pointer;
}

.reviews_block .swiper-button-next_r {
    display: flex;
    align-items: center;
    width: 71px;
    height: 71px;
    z-index: 1;

    border-radius: 50%;
    background-color: #FFF;
    box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.10);

    cursor: pointer;
}

.reviews_block .swiper-button-prev_r,
.reviews_block .swiper-button-next_r {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    justify-content: center;
}

.reviews_block .swiper-button-prev_r::after,
.reviews_block .swiper-button-next_r::after {
    content: none;
}

.reviews_block .swiper_r .swiper-button-next_r svg {
    transform: translateX(2px) rotate(180deg);
}

.reviews_block .swiper-button-next_r svg,
.swiper-button-prev_r svg {
    width: 24px;
}

.reviews_block .swiper-button-prev_r svg {
    transform: translateX(-2px);
}

.reviews_block .swiper-button-prev_r,
.swiper-rtl .swiper-button-next_r {
    left: 0;
}

.reviews_block .swiper-button-next_r,
.swiper-rtl .swiper-button-prev_r {
    right: 0;
}

.reviews_block .swiper-button-prev_r {
    margin-top: 0;
    transform: translate(-50%, -50%);
}

.reviews_block .swiper-button-next_r {
    margin-top: 0;
    transform: translate(50%, -50%);
}

.order_consultation {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 60px 20px 50px;
    margin-top: 140px;

    border-radius: 20px;
    box-shadow: 0px 12px 32px 0px rgba(0, 0, 0, 0.10);
}

.order_consultation .title {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
}

.order_consultation .subtitle {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    padding: 0 2px;
}

.order_consultation .fields {
    display: grid;
    grid-template-columns: repeat(3, minmax(100px, 1fr)) calc(100vw / 1920 * 340);
    height: 70px;
    gap: 20px;
}

.order_consultation .fields input {
    all: unset;
}

.order_consultation .fields .field {
    height: 100%;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;

    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.30);

    font-size: 18px;
    line-height: 24px;
}

.order_consultation .fields .button {
    width: 100%;
    text-align: center;
    box-sizing: border-box;

    border-radius: 10px;
    background: linear-gradient(102deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.20) 21.5%, rgba(255, 255, 255, 0.28) 21.51%, rgba(255, 255, 255, 0.00) 45.14%), radial-gradient(145.35% 141.42% at 0% 0%, #0050EC 0%, #0050EC 100%);
    box-shadow: 0px 20px 20px -10px rgba(99, 131, 215, 0.40);
    padding: 0 20px;

    color: var(--white, #FAFAFA);
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    cursor: pointer !important;
}

.order_consultation .fields .button:hover {
    background: linear-gradient(102deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.20) 21.5%, rgba(255, 255, 255, 0.28) 21.51%, rgba(255, 255, 255, 0.00) 45.14%), radial-gradient(145.35% 141.42% at 0% 0%, #0D81EC 0%, #20A5CF 100%);
    box-shadow: 0px 18px 15px -14px rgba(99, 131, 215, 0.40);
}

.order_consultation_mobile {

    display: none;
    flex-direction: column;
    gap: 9px;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 80px;
}

.order_consultation_mobile>.title {
    font-size: 32px;
    font-weight: 700;
}

.order_consultation_mobile>.subtitle {
    font-size: 17px;
    font-weight: 500;
    line-height: 25px;
}

.order_consultation_mobile input {
    all: unset;
    margin-top: 30px;
    padding: 25px 42px;

    color: var(--white);
    font-size: 20px;
    line-height: 20px;

    border-radius: 10px;
    background: var(--1, linear-gradient(155deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.20) 38.36%, rgba(255, 255, 255, 0.28) 38.37%, rgba(255, 255, 255, 0.00) 80.52%), #0050EC);
    box-shadow: 0px 20px 20px -10px rgba(99, 131, 215, 0.40);

    cursor: pointer;
}

.instagram_block {
    margin-top: 140px;
}

.instagram_block .title {
    line-height: 40px;
    font-size: 48px;
    font-weight: 700;
}

#sb_instagram {
    margin-top: 61px;
}

#sbi_images {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 39px;
    padding: 0 !important;
    overflow-y: hidden;
}

#sbi_images .sbi_item {
    width: 100% !important;
    aspect-ratio: 1/1 !important;
    border-radius: 20px !important;
    overflow: hidden;
    box-shadow: 0px 12px 32px 0px rgba(0, 0, 0, 0.10);
}

#sb_instagram .sbi_type_carousel .fa-clone {
    top: 16px !important;
    right: 16px !important;
}

.instagram_block .content .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wpcf7-response-output {
    text-align: center !important;
    color: #dc3232 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
}

.wpcf7-not-valid-tip {
    margin-top: 4px;
}

.fields p:last-child {
    position: relative;
    display: flex;
}

.wpcf7-spinner {
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translate(-50%, -50%);
    margin: 0;
}

.wpcf7-response-output {
    margin-top: 4px !important;
}

.order_consultation .wpcf7-response-output {
    display: none;
}