/**
*
*
*
*/

.container {
    max-width: 1215px;
    padding: 0 16px;
}

.container.container_type_wide {
    max-width: 1312px;
    padding: 0 16px;
}

@media (max-width: 490px) {
    .container {
        padding: 0 16px;
    }
}

section.mbanner {
    margin-bottom: 55px;
}

/**
*
*
*
*/

.mbanner__container {
    position: relative;
}

.mbanner__title {
    font-family: 'Bebas Neue Bold', sans-serif;
    font-size: clamp(32px, 5vw, 60px);
    line-height: 110%;
    color: #4E4E4E;
    text-transform: uppercase;
}

.mbanner__text {
    font-size: clamp(20px, 3vw, 26px);
    line-height: 111%;
    color: #4E4E4E;
}

.mbanner__btn {
    background: #37AEE2;
    color: #fff;
    font-size: 16px;
    line-height: 130%;
    font-weight: 500;
    border-radius: 20px;
    padding: 12px 21px;
    display: inline-block;
    transition: .4s;
}

.mbanner__btn:hover {
    background: #269dd1;
}

.mbanner__grid {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 50px;
    gap: 24px;
    border-radius: 20px;
    min-height: 440px;
    background: linear-gradient(231deg, #F7F7F7, #EAEEF3) no-repeat;
    position: relative;
    overflow: hidden;
}

.mbanner__content {
    min-height: 206px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    max-width: 46%;
    z-index: 1;
    position: relative;
}

.mbanner__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 54%;
    height: 100%;
}

.mbanner__image img {
    height: 100%;
    object-fit: cover;
    max-height: 440px;
}

@media ( max-width: 1199px ) {
    .mbanner__image {
        position: static;
        order: -1;
        margin: -20px -20px 10px;
        text-align: right;
    }
    .mbanner__image img {
        border-radius: 0 0 90px 0;
    }
    .mbanner__grid {
        padding: 20px;
        justify-content: flex-start;
        min-height: 100%;
    }
    .mbanner__content {
        margin: 0 auto;
        text-align: center;
        min-height: 100%;
        padding-bottom: 30px;
    }
    .mbanner__button {
        text-align: center;
        padding-bottom: clamp(5px, 2vw, 30px);
    }
    .mbanner__grid {
        padding: 20px;
    }
}

/**
*
*
*
*/

.mservices {
    background: linear-gradient(231deg, #F7F7F7, #EAEEF3) no-repeat;
    margin-bottom: 55px;
}

.mservices__grid {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 72px 50px 40px;
    gap: 48px;
    position: relative;
    overflow: hidden;
}

.mservices__list {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
}

.mservices__item-link {
    background: #fff url(../images/print_background.png);
    display: block;
    border-radius: 20px;
    height: 260px;
    padding: 30px;
    position: relative;
    background-size: contain;
    overflow: hidden;
    transition: .4s;
    background-repeat: no-repeat;
}

.mservices__item-image {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 50%;
    bottom: 0;
}

.mservices__item-text {
    font-size: 20px;
    line-height: 130%;
    font-weight: 700;
    text-transform: uppercase;
    color: #4E4E4E;
    max-width: 250px;
    z-index: 2;
    position: relative;
}

.mservices__item-image img {
    height: 100%;
    object-fit: cover;
}

.mservices__item-link:after {
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: 40px;
    height: 40px;
    background: url(../images/svg/print__svg.svg);
    content: '';
    transition: .4s;
}

.mservices__item-link:hover:after {
    transform: rotate(-15deg);
}

.mservices__item-link:hover {
    box-shadow: 0 10px 10px rgb(0 0 0 / 5%);
}

.mscheme-item__num {
    position: absolute;
    z-index: 2;
    background: #fff;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 2px solid #4e4e4e;
    color: #4e4e4e;
    font-weight: 700;
    top: -5px;
    left: -5px;
    opacity: .3;
}

.mbanner__swiper {
    background: #f1f3f5;
    border-radius: 20px;
}

@media ( max-width: 1399px ) {
    .mservices__item-link {
        height: 230px;
    }
}

@media ( max-width: 1299px ) {
    .mservices__list {
        grid-template-columns: 1fr 1fr;
    }
    .mservices__item-link {
        height: 200px;
    }
}

@media ( max-width: 991px ) {
    .mservices__item-link {
        height: 200px;
    }
    .mservices__grid {
        padding: 62px 0px 40px;
    }
}

@media ( max-width: 840px ) {
    .mservices__list {
        grid-template-columns: 1fr;
    }
}

@media ( max-width: 599px ) {
    .mservices__list {
        gap: 10px;
    }
    .mservices__grid {
        padding: 40px 10px 30px;
    }
    .mservices__item-text {
        font-size: 16px;
    }
    .mservices__item-image {
        max-width: 100px;
        max-height: 100px;
        top: auto;
        bottom: 0;
        right: 0;
    }
    .mservices__item-link {
        padding: 18px;
    }
    .mservices__item-link:after {
        bottom: 18px;
        left: 18px;
    }
    .mservices__item-image img {
        height: 100px;
        object-fit: contain;
        width: 100px;
    }
    .mservices__item-link {
        height: 150px;
    }
    .mbanner__prev {
        transform: translate(-13px) scale(.6);
    }
    .mbanner__next {
        transform: translate(13px) scale(.6);
    }
}

/**
*
*
*
*/

section.maction {
    margin-bottom: 85px;
}

.maction__grid {
    background: #eceff4 url(../images/maction.jpg) no-repeat;
    max-width: 1180px;
    margin: auto;
    border-radius: 20px;
    height: 320px;
    display: grid;
    align-items: center;
    justify-content: space-between;
    padding: 30px 58px;
    grid-template-columns: 15fr 9fr 13fr;
    background-size: cover;
    gap: 32px;
}

.maction__title {
    font-size: clamp(32px, 5vw, 70px);
    line-height: 110%;
    font-family: 'Bebas Neue Bold', sans-serif;
    color: #4E4E4E;
    max-width: 416px;
}

.maction__percent {
    font-size: clamp(40px, 7vw, 110px);
    line-height: 100%;
    font-family: 'Bebas Neue Bold', sans-serif;
    background: #37AEE2;
    color: #fff;
    transform: rotateZ(-22deg);
    border-radius: 62px;
    text-align: center;
    margin-top: -24px;
}

.maction__form {
    height: 100%;
    background: #fff;
    border-radius: 20px;
    max-width: 380px;
    padding: 30px;
}

.maction__form .product-form-title {
    margin-bottom: 15px;
}

.maction__form .product-form-btn {
    position: relative;
}

.maction__form .product-form-title .wpcf7-form-control {
    border: 1px solid #37AEE2;
    padding: 17.5px 30px;
    display: block;
    width: 100%;
    font-size: 19px;
    text-align: center;
    border-radius: 30px;
}

.maction__form .wpcf7-form {
    position: relative;
}

.maction__form .wpcf7-response-output {
    border: 2px solid #00a0d2 !important;
    opacity: .2;
    margin-top: 15px !important;
    position: absolute;
    width: 100%;
}

.maction__form .wpcf7-not-valid-tip {
    display: none;
}

.maction__form .product-form-check .wpcf7-form-control.wpcf7-acceptance {
    margin-top: 20px;
    display: block;
    font-weight: 500;
    color: #37AEE2;
    font-size: 13px;
}

.maction__form .product-form-btn .wpcf7-submit {
    height: 53px;
    background: #37AEE2;
    width: 100%;
    font-size: 20px;
    color: #fff;
    border-radius: 30px;
}

.maction__form .wpcf7-spinner {
    position: absolute;
    top: 15px;
    right: -10px;
    opacity: .2;
}

@media ( max-width: 1199px ) {
    .maction__grid {
        padding: 30px;
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .maction__percent {
        transform: none;
    }
    .maction__grid {
        height: 100%;
    }
    .maction__form {
        min-height: 200px; 
    }
}

@media ( max-width: 599px ) {
    .maction__form {
        margin-left: -28px;
        margin-right: -28px;
        padding: 20px 20px;
    }
    .maction__form .product-form-title .wpcf7-form-control {
        padding: 15px 20px;
        font-size: 16px;
    }
    .maction__form .product-form-btn .wpcf7-submit {
        height: 51px;
        font-size: 17px;
    }
}

/**
*
*
*
*/

.msection__title {
    font-size: clamp(28px, 5vw, 40px);
    line-height: 110%;
    font-family: 'Bebas Neue Bold', sans-serif;
    color: #4E4E4E;
    text-transform: uppercase;
}

.msection__grid {
    gap: 48px;
    display: grid;
}

/**
*
*
*
*/

.mscheme__list {
    display: flex;
    gap: 54px 20px;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px -7px 0;
    position: relative;
}

.mscheme-item {
    background: #F7F7F7;
    border-radius: 60px 20px 20px 60px;
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 20px;
    align-items: center;
    width: calc(33.33333333% - 16px);
    position: relative;
}

.mscheme-item__icon {
    width: 100px;
    height: 100px;
    background: #DAE4EA;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.mscheme-item__title {
    font-size: 16px;
    line-height: 130%;
    padding-right: 6px;
    font-weight: 500;
}

.mscheme-item__title a {
    color: #37AEE2;
    white-space: nowrap;
}

.mscheme-item:after {
    content: '';
    position: absolute;
    width: 160px;
    z-index: 0;
    height: 112px;
    background: url(../images/svg/step_arrow.svg) no-repeat;
}

.mscheme-item.mscheme-item_num-1:after {
    bottom: -90px;
    left: 90px;
}

.mscheme-item.mscheme-item_num-2:after {
    bottom: -88px;
    left: 81px;
}

.mscheme-item.mscheme-item_num-3:after {
    bottom: -80px;
    left: 68px;
}

.mscheme-item.mscheme-item_num-4:after, 
.mscheme-item.mscheme-item_num-5:after {
    bottom: 79px;
    left: 77px;
    transform: rotate(290deg);
}

.mscheme-item.mscheme-item_num-6 {
    position: absolute;
    bottom: 0;
    width: 100px;
    border-radius: 60px;
    right: 84px;
}

.mscheme-item.mscheme-item_num-6:after {
    display: none;
}

@media ( max-width: 1199px ) {
    .mscheme__list {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .mscheme-item {
        width: 100%;
    }
    .mscheme-item:after {
        display: none!important;
    }
    .mscheme__list {
        gap: 24px 20px;
        margin: 0;
    }
    .msection__grid {
        gap: 48px;
    }
}

@media ( max-width: 767px ) {
    .mscheme__list {
        grid-template-columns: 1fr;
    }
    .mscheme-item {
        grid-template-columns: 70px 1fr;
    }
    .mscheme-item__icon {
        width: 70px;
        height: 70px;
    }
}

@media ( max-width: 560px ) {
    .mscheme-item__title {
        font-size: 14px;
        line-height: 110%;
    }
}

@media ( min-width: 1200px ) {
    .mscheme-item__num {
        display: none;
    }
}


/**
*
*
*
*/

.m5five__list {
    display: flex;
    gap: 20px;
}

.m5five-item {
    width: 100%;
    padding: 18px 22px;
    border-radius: 20px;
    background: #F9F9F9;
    gap: 16px;
    position: relative;
    display: grid;
    grid-template-rows: 63px auto auto 50px;
}

.m5five-item__title {
    font-size: 20px;
    line-height: 130%;
    font-weight: 600;
}

.m5five-item__text {
    font-size: 16px;
    line-height: 130%;
}

.m5five-item__icon {
    height: 50px;
    margin-bottom: 19px;
    margin-top: 4px;
    display: flex;
    align-items: center;
}

.m5five-item__num {
    font-size: 66.92px;
    line-height: 50px;
    font-family: 'Bebas Neue Bold', sans-serif;
    color: #CED8E1;
    text-align: right;
    margin-top: -10px;
    margin-bottom: -10px;
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: end;
}

@media ( max-width: 1199px ) {
    .m5five__list {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }
    .mscheme-item.mscheme-item_num-6 {
        display: none;
    }
}

@media ( max-width: 991px ) {
    .m5five__list {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .m5five-item__num {
        position: absolute;
        top: 20px;
        right: 20px;
        bottom: auto;
        height: auto;
        font-size: 30px;
    }
    .m5five-item {
        grid-template-rows: 63px auto auto 0;
    }
}

@media ( max-width: 599px ) {
    .m5five__list {
        display: grid;
        grid-template-columns: 1fr;
    }
    .m5five-item__title {
        font-size: 18px;
    }
    .m5five-item {
        gap: 8px;
    }
}

/**
*
*
*
*/

.m5spec__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.m5spec-item {
    padding: 40px 30px;
    background: #f9f9f9;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.m5spec-item__title {
    font-size: clamp(28px, 5vw, 43px);
    line-height: 110%;
    font-family: 'Bebas Neue Bold', sans-serif;
    text-align: center;
    color: #4E4E4E;
}

.m5spec-item__title * {
    color: #37AEE2;
}

.m5spec-item__text {
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.m5spec-item__image {
    width: 300px;
    height: 220px;
    overflow: hidden;
    margin: -20px -20px -80px;
}

.m5spec-item__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-top: -20px;
}

.m5spec-item__btn-link {
    display: inline-block;
    font-size: 20px;
    background: #37aee2;
    color: #fff;
    font-weight: 600;
    padding: 10px 44px;
    border-radius: 30px;
    transition: .4s;
}

.m5spec-item__btn-link:hover {
    background: #269dd1;
}

.m5spec-item__btn {
    display: flex;
    justify-content: end;
    margin: 30px 0 10px;
}

.m5spec-item__sub {
    font-size: 14px;
    color: #6e6e6e;
    min-height: 16px;
}

.m5spec-item__content {
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: 100%;
    justify-content: space-between;
}

.m5spec-item__title.m5spec-item__title_type_left,
.m5spec-item__text.m5spec-item__text_type_left {
    text-align: left;
}

.m5spec-item.m5spec-item_type_1 {
    background: url(../images/spec_fon1.jpg);
    background-size: cover;
}

.m5spec-item.m5spec-item_type_2 {
    background: url(../images/spec_fon2.jpg);
    background-size: cover;
}

.m5spec-item.m5spec-item_type_3 {
    background: url(../images/spec_fon3.jpg);
    background-size: cover;
}

.m5spec-item__promocode {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-top: 10px;
    justify-content: center;
    gap: 12px;
    font-size: 18px;
    line-height: 100%;
    padding-bottom: 20px;
}

.m5spec-item__promocode span {
    font-size: 28px;
    font-weight: 700;
    color: #4E4E4E;
}

@media ( max-width: 991px ) {
   .m5spec__list {
        grid-template-columns: 1fr;
    }
    .m5spec-item__content {
        gap: 14px;
    }
    .m5spec-item {
        padding: 30px;
    }
    .m5spec-item__btn {
        margin: 10px 0 0;
    }
    .m5spec-item__sub {
        min-height: auto;
    }
    .m5spec-item {
        padding-bottom: 18px;
    }
}

@media ( max-width: 479px ) {
   .m5spec-item__btn-link {
        font-size: 14px;
        padding: 8px 32px;
    }
    .m5spec-item__image {
        width: 100%;
    }
}

.technology_page__left__text {
    display: grid;
    gap: 16px;
}

/**
*
*
*
*/

.mbanner.mbanner_type_small .mbanner__grid {
    min-height: 300px;
}

.mbanner.mbanner_type_small .mbanner__image img {
    height: 100%;
}

.mbanner.mbanner_type_small .mbanner__text {
    font-size: clamp(20px, 3vw, 22px);
    line-height: 111%;
    color: #4E4E4E;
}

.mbanner.mbanner_type_small .mbanner__content {
    min-height: auto;
    padding-bottom: 10px;
}

.mbanner.mbanner_type_small .mbanner__content {
    min-height: auto;
    padding-bottom: 10px;
    max-width: 620px;
}

@media ( max-width: 991px ) {
   
}