body{
    margin: 0;
    padding: 0;
    /* background: #02020A; */
    background: #000;
    display: flex;
    flex-direction: column;
    min-width: 1080px;
}

@font-face {
    font-family: 'RF Dewi Expanded';
    src: local('RF Dewi Expanded Black'), local('RF-Dewi-Expanded-Black'),
        url('./fonts/RFDewiExpanded-Black.woff2') format('woff2'),
        url('./fonts/RFDewiExpanded-Black.woff') format('woff'),
        url('./fonts/RFDewiExpanded-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: local('Gilroy Regular'), local('Gilroy-Regular'),
        url('./fonts/Gilroy-Regular.woff2') format('woff2'),
        url('./fonts/Gilroy-Regular.woff') format('woff'),
        url('./fonts/Gilroy-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: local('Gilroy Semibold'), local('Gilroy-Semibold'),
        url('./fonts/Gilroy-Semibold.woff2') format('woff2'),
        url('./fonts/Gilroy-Semibold.woff') format('woff'),
        url('./fonts/Gilroy-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: local('Gilroy Medium'), local('Gilroy-Medium'),
        url('./fonts/Gilroy-Medium.woff2') format('woff2'),
        url('./fonts/Gilroy-Medium.woff') format('woff'),
        url('./fonts/Gilroy-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

h1, h2, h3, p{
    margin: 0;
    padding: 0;
}

body>div{
    padding: 0 84px;
}

.top_navigation{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 20px;
    align-items: center;
    white-space: nowrap;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: -88px;
    z-index: 100;
    background: linear-gradient(270deg, #000000 0%, #1D1D1D 100%);
}

.top_navigation.sticked{
    position: sticky;
    top: 0;
    left: 0;
    background: linear-gradient(270deg, #000000 0%, #1D1D1D 100%);
    width: calc(100% - 168px);
    min-width: 912px;
}

.top_navigation .logo img{
    height: 40px;
}

.top_navigation .item{
    font-family: Gilroy;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0px;
}

.top_navigation .item a{
    all: unset;
    cursor: pointer;
    color: #fff;
}

.top_navigation .contacts{
    margin-left: auto;
    display: flex;
    flex-direction: row;
    gap: 50px;
}

.top_navigation .contacts .delivery_item{
    color: #FF7723;
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    justify-content: center;
    font-family: Gilroy;
    line-height: 20px;
    font-weight: 500;
}

.top_navigation .contacts .delivery_item img{
    height: 24px;
}

.top_navigation .contacts .phone{
    color: #FFFFFF;
    font-family: Gilroy;
    line-height: 20px;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;   
    gap: 20px;
}

.top_navigation .contacts .phone a{
    all: unset;
    cursor: pointer;
}

.top_navigation .contacts .social_buttons{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.top_navigation .contacts .social_buttons img{
    height: 24px;
}

.mobile_menu{
    display: none;
}

.main_section{
    background: url("./img/main_bg.jpg");
    height: 50vh;
    background-position: 100% 30%;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    margin-top: 89px;
}

.chips_section{
    background: url("./img/chips_bg.jpg"), #000;
    height: 100vh;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    margin-top: -60px;
    padding-bottom: 60px;
}

.shirts_section{
    background: url("./img/shirts_bg.jpg");
    height: 100vh;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
}

.feedback_section{
    background: #000;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding-top: 200px;
    padding-bottom: 100px;
    align-items: center;
}

.main_content{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
}

.main_content h1{
    font-family: RF Dewi Expanded;
    font-weight: 800;
    font-size: 40px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #fff;
    margin-bottom: 30px;
}

.main_content p{
    font-family: Gilroy;
    line-height: 24px;
    color: #fff;
    margin-bottom: 40px;
    font-weight: 500;
    font-size: 20px;
}

.feedback_content{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    width: fit-content;
}

.feedback_content h2{
    font-family: RF Dewi Expanded;
    font-weight: 800;
    font-size: 40px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #fff;
    margin-bottom: 30px;
}

.feedback_content p{
    font-family: Gilroy;
    line-height: 24px;
    color: #fff;
    margin-bottom: 40px;
    font-weight: 500;
    font-size: 20px;
}

.feedback_content .white_button{
    margin-bottom: 100px;
}

.feedback_content .social_buttons{
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 40px;
}

.feedback_content .social_buttons .item img{
    height: 42px;
}

.chips_content{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    padding-bottom: 40px;
}

.chips_content h2{
    font-family: RF Dewi Expanded;
    font-weight: 800;
    font-size: 30px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #fff;
    margin-bottom: 20px;
    margin-top: -18%;
    margin-left: 42vw;
}

.chips_content p{
    font-family: Gilroy;
    line-height: 24px;
    color: #fff;
    margin-bottom: 40px;
    font-weight: 500;
    font-size: 20px;
    margin-left: 42vw;
}

.shirts_content{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    box-sizing: border-box;
    padding-top: 30px;
}

.shirts_content h2{
    font-family: RF Dewi Expanded;
    font-weight: 800;
    font-size: 40px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #fff;
    margin-bottom: 30px;
}

.shirts_content p{
    font-family: Gilroy;
    line-height: 24px;
    color: #fff;
    margin-bottom: 40px;
    font-weight: 500;
    font-size: 20px;
}

.next_button{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.next_button img{
    height: 48px;
    width: 48px;
}

.white_button{
    width: fit-content;
    border-radius: 32px;
    box-sizing: border-box;
    padding: 18px 24px;
    background: #FF7723;
    font-family: RF Dewi Expanded;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    max-width: 100%;
}

.dark_button{
    width: fit-content;
    border-radius: 32px;
    box-sizing: border-box;
    padding: 18px 24px;
    font-family: RF Dewi Expanded;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    max-width: 100%;
    border: 1px solid #fff;
    background: #272727;
    white-space: nowrap;
}

.grey_button{
    width: fit-content;
    border-radius: 32px;
    box-sizing: border-box;
    padding: 18px 24px;
    font-family: RF Dewi Expanded;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    max-width: 100%;
    margin-left: auto;
    background: #272727;
    white-space: nowrap;
}

.w-fw{
    width: 100%;
    text-align: center;
}

.m-b-30{
    margin-bottom: 30px;
}

.section_gradientDivider{
    height: 80px;
    background: linear-gradient(180deg, #02020A 50%, rgba(2, 2, 10, 0) 100%);
    z-index: 10;
}

.section_gradientDivider.reverse{
    background: linear-gradient(0deg, #02020A 50%, rgba(2, 2, 10, 0) 100%);
    margin-top: -40px;
}

.section_1{
    background: #fff;
    background: url("./img/section1.jpg");
    /* height: calc(100vh - 40px); */
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: row;
    margin-top: -40px;
    justify-content: space-between;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 80px;
}

.section_1 .left{
    max-width: 617px;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}

.section_1 .left h2{
    color: #fff;
    font-family: RF Dewi Expanded;
    font-weight: 900;
    font-size: 44px;
    line-height: 64px;
    letter-spacing: 0px;
    margin-bottom: 24px;
}

.section_1 .left p{
    color: #fff;
    margin-bottom: 24px;
    font-family: Gilroy;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0px;
    opacity: 0.8;
}

.section_1 .left p:has(b){
    opacity: 1;;
}

.section_1 .right .sale_wrapper{
    border-radius: 24px;
    padding: 16px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 24px;
    background: #272727;
}

.section_1 .right .sale_wrapper img{
    border-radius: 24px;
    max-width: 270px;
}

.section_1 .right .sale_wrapper p{
    color: #fff;
    font-family: Gilroy;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0px;
}

.section_slider .slide_content{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0px;
    gap: 40px;
    align-items: center;
    background: linear-gradient(243.31deg, #242424 41.89%, #111111 74.56%);
    border-radius: 24px;
    padding: 0px;
    box-sizing: border-box;
    margin-bottom: 22px;
}

.section_slider .slide_content:last-child{
    margin-bottom: 60px;
}

.section_slider .slide_content .left{
    width: 45%;
    display: flex;
    align-items: flex-start;
    position: relative;
}

.section_slider .slide_content .left .swiper{
    position: relative;
    width: 100%;
}

.section_slider .slide_content .left .swiper_navigation_buttons{
    margin-left: 30px;
    margin-right: -70px;
    margin-top: 40px;
    z-index: 10;
}

.section_slider .slide_content .left .swiper_navigation_buttons img{
    width: 40px;
    cursor: pointer;
}

.section_slider .slide_content .left .swiper .swiper1-pagination, .section_slider .slide_content .left .swiper .swiper2-pagination{
    position: absolute;
    left: 10px;
    top: 240px;
}

.section_slider .slide_content .left .swiper .swiper-pagination-bullet{
    height: 130px !important;
    border-radius: 0 !important;
    background: #afafaf !important;
    width: 2px !important;
}

.section_slider .slide_content .left .swiper .swiper-pagination-bullet-active{
    background: #fff !important;
}

.section_slider .slide_content .swiper-wrapper{
    height: 486px;
}

.section_slider .slide_content .swiper-wrapper .swiper-slide{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.section_slider .slide_content .left img{
    max-width: 100%;
    max-height: 100%;
}

.section_slider .slide_content .right{
    flex: 55;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    box-sizing: border-box;
    padding-right: 60px;
    gap: 24px;
}

.section_slider .slide_content .right h2{
    color: #fff;
    font-family: RF Dewi Expanded;
    font-weight: 900;
    font-size: 30px;
    letter-spacing: 0px;
}

.section_slider .slide_content .right .description{
    border-radius: 24px;
    background: #111111;
    color: #fff;
    font-family: Gilroy;
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0px;
    padding: 24px;
    box-sizing: border-box;
    width: 100%;
}

.section_slider .slide_content .right .description ul{
    padding: 0;
    margin: 0;
    margin-left: 18px;
}

.section_portfolio{
    background: #111;
    display: flex;
    flex-direction: column;
    gap: 24px;
    box-sizing: border-box;
    padding-top: 80px;
    padding-bottom: 80px;
}

.section_portfolio h2{
    font-family: RF Dewi Expanded;
    font-weight: 900;
    font-size: 30px;
    letter-spacing: 0px;
    color: #fff;    
}

.section_portfolio .top_content{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.section_portfolio .top_content p{
    font-family: Gilroy;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #fff;
    opacity: .8;
}

.section_portfolio .top_content .dark_button{
    width: fit-content;
}

.section_portfolio>p{
    opacity: .5;
    font-family: RF Dewi Expanded;
    font-weight: 900;
    font-size: 20px;
    letter-spacing: 0px;
    color: #fff;
}

.section_portfolio .swiperPortfolio{
    height: 400px;
}

.swiperPortfolio{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.swiperPortfolio .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    width: 30%;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiperPortfolio .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section_portfolio .description{
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.section_portfolio .description .top_row{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.section_portfolio .description .top_row .title{
    color: #fff;
    font-family: RF Dewi Expanded;
    font-weight: 900;
    font-size: 30px;
    letter-spacing: 0px;
    gap: 40px;
    justify-content: space-between;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.section_portfolio .description .top_row .navigation{
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.section_portfolio .description .top_row .navigation img{
    height: 50px;
    cursor: pointer;
}

.section_portfolio .description .bottom_row{
    display: flex;
    flex-direction: row;
    gap: 16px;
}

.section_portfolio .description .bottom_row .bottom_row_item:first-child{
    flex: 1;
}

.section_portfolio .description .bottom_row .bottom_row_item{
    background: #272727;
    border-radius: 32px;
    box-sizing: border-box;
    padding: 24px;
}

.section_portfolio .description .bottom_row .bottom_row_item p{
    color: #fff;
    font-family: Gilroy;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
}

.section_instructions{
    padding-top: 80px;
    padding-bottom: 60px;
}

.section_instructions .top-line{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
}

.section_instructions .top-line h2{
    color: #fff;
    font-family: RF Dewi Expanded;
    font-weight: 900;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 0px;
}

.section_instructions .top-line p{
    opacity: .8;
    color: #fff;
    font-family: Gilroy;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
}

.section_instructions .content{
    width: 100%;
    aspect-ratio: 1272/682;
    margin-top: 70px;
}

.section_testimonials{
    background: url("./img/tmnls_bg.jpg");
    background-size: contain;
    background-position: center;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;   
    box-sizing: border-box;
    padding: 50px 84px;
}

.testimonials_content{
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.testimonials_content .testimonials_content_row{
    display: flex;
    flex-direction: row;
    gap: 100px;
}

.testimonials_content .testimonials_content_row.left{
    margin-left: -63px;
}

.testimonials_content .testimonials_content_row.right{
    margin-right: -63px;
}

.testimonials_content .testimonials_content_row .area_wrapper{
    flex: 1;
    height: 150px;
    flex-direction: row;
    display: flex;
    gap: 20px;
}

.testimonials_content .testimonials_content_row .area_wrapper.description{
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

.testimonials_content .testimonials_content_row .area_wrapper.description h2{
    font-family: RF Dewi Expanded;
    font-weight: 800;
    font-size: 30px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #fff;
}

.testimonials_content .testimonials_content_row .area_wrapper.description p{
    font-family: Gilroy;
    line-height: 24px;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
}

.testimonials_content .testimonials_content_row .area_wrapper .cover{
    width: 150px;
    height: 100%;
}

.testimonials_content .testimonials_content_row .area_wrapper .cover img{
    width: 100%;
    height: 100%;
}

.testimonials_content .testimonials_content_row .area_wrapper .desc{
    background: #0F0F0F;
    border-radius: 32px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
    flex: 1;
}

.testimonials_content .testimonials_content_row .area_wrapper .desc h2{
    font-family: Gilroy;
    line-height: 24px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 18px;
}

.testimonials_content .testimonials_content_row .area_wrapper .desc p{
    font-family: Gilroy;
    line-height: 24px;
    color: #fff;
    margin-top: 10px;
    font-weight: 500;
    font-size: 14px;
}

.footer{
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: flex-end;
    justify-content: space-between;
}

.footer .item{
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-family: Gilroy;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0px;
    color: #919191;
    display: flex;
    flex-direction: row;
    gap: 40px;
}

.footer .item a{
    display: contents !important;
    color: #919191 !important;
}

.footer .item .support{
    cursor: pointer;
}

.footer .item:first-child{
    margin-right: 40px;
}

.footer .item a{
    all: unset;
    cursor: pointer;
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;    
}

.footer .item a img{
    margin-right: 10px;
    margin-top: -3px;
}

.footer .item .logo{
    height: 44px;
}

.footer .mplaces{
    margin-left: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 8px;
}

body.mobile{
    width: 100vw;
    min-width: unset;
}

.modal_window.shown{
    display: flex;
}

.modal_window{
    display: none;
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 !important;    
}

.modal_window_bg{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: grayscale(1) blur(5px);
}

.modal_wrapper{
    background: #0f0f0f;
    border-radius: 32px;
    padding: 40px;
    box-sizing: border-box;
    z-index: 300;
    max-width: 500px;
    width: 80%;
    color: #fff;
}

.modal_marketPlaces.shown{
    display: flex;
}

.modal_marketPlaces{
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.modal_marketPlaces h2{
    font-family: RF Dewi Expanded;
    font-weight: 900;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0px;
    margin-bottom: 20px;
}

.modal_marketPlaces img{
    height: 60px;
}

.modal_marketPlaces a{
    display: block;
}

.modal_marketPlaces img.ozon{
    height: 40px;
}

.modal_feedback.shown, .modal_feedback_result.shown{
    display: flex;
}

.modal_feedback, .modal_feedback_result{
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    align-items: flex-start;
}

.modal_feedback h2, .modal_feedback_result h2{
    font-family: RF Dewi Expanded;
    font-weight: 900;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0px;
    margin-bottom: 20px;
    text-align: left;
}

.modal_feedback p{
    font-family: RF Dewi Expanded;
    font-weight: 900;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0px;
    margin-bottom: 20px;
    margin-top: -20px;
    text-align: left
}

.modal_feedback input{
    width: 100%;
    text-decoration: none;
    padding: 12px 24px;
    box-sizing: border-box;
    border-radius: 16px;
    border: 1px solid #272727;
    outline: none;
    font-family: Gilroy;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    background: #272727;
    color: #fff;
}

.mobile .top_navigation{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    justify-content: space-between;
}

.mobile .top_navigation.sticked {
    width: calc(100% - 32px);
    min-width: unset;
}

.mobile>div{
    padding: 0 16px !important;
}

.mobile .main_content h1{
    font-size: 32px;
    line-height: 40px;
}

.mobile .main_content p{
    font-size: 16px;
    line-height: 20px;
}

.mobile .main_section{
    height: 70vh;
    background-position: 63% center;
}

.mobile .main_section .next_button{
    display: none;
}

.mobile .main_section .main_content{
    justify-content: flex-end;
}

.mobile .main_section .main_content p{
    margin-bottom: 24px;
}

.mobile .main_section .main_content .white_button{
    width: 100%;
    margin-bottom: 24px;
}

.mobile .section_1{
    background-position: top center;
}

.mobile .section_1 .right{
    display: none;
}

.mobile .section_1 .left{
    margin-top: 22vh;
}

.mobile .section_gradientDivider{
    height: 80px;
    background: linear-gradient(180deg, rgba(2, 2, 10, 0) 0%, #02020A 30%, rgba(2, 2, 10, 0) 100%);
    z-index: 10;
    margin-top: -25px;
}

.mobile .section_slider .slide_content{
    flex-direction: column;
    padding: 16px;
    margin-left: -16px;
    width: calc(100% + 32px);
}

.mobile .section_slider .slide_content .right{
    padding-right: 0;
    width: calc(100% + 32px);
    box-sizing: border-box;
    padding: 0 16px;
}

.mobile .section_slider .slide_content .right h2{
    font-size: 25px;
}

.mobile .section_slider .slide_content .right .description{
    border-radius: 0;
    width: calc(100% + 32px);
    margin-left: -16px;
}

.mobile .section_portfolio .description .top_row .navigation{
    display: none;
}

.mobile .section_portfolio .description .bottom_row{
    flex-direction: column;
}

.mobile .section_slider .swiper_navigation_buttons{
    display: none;
}

.mobile .section_slider .slide_content .left{
    width: 100%;
}

.mobile .section_slider .slide_content .left .swiper .swiper1-pagination, .mobile .section_slider .slide_content .left .swiper .swiper2-pagination {
    position: absolute;
    bottom: 0px;
    left: 8px;
    top: unset;
    width: calc(100% - 16px);
}

.mobile .section_slider .slide_content .left .swiper .swiper-pagination-bullet{
    width: calc(33% - 7px) !important;
    height: 3px !important;
}

.mobile .section_slider .slide_content .left{
    margin-left: -0;
    width: calc(100% + 32px);
}

.mobile .section_portfolio .top_content .dark_button{
    display: none;
}

.mobile .swiperPortfolio .swiper-slide{
    width: 85%;
}


.mobile .section_portfolio .description .top_row .title{
    font-size: 20px;
}

.mobile .section_instructions .top-line{
    flex-direction: column;
}

.mobile .section_instructions .content{
    margin-top: 30px;
    aspect-ratio: 320/500;
    margin-left: -16px;
    width: calc(100% + 32px);
    margin-bottom: 30px;
}

.mobile .section_testimonials .top_content .dark_button{
    display: none;
}

.mobile .section_testimonials .top_content h2 {
    font-size: 25px;
    line-height: 35px;
    margin-top: 20px;
}

.mobile .section_testimonials .navigation{
    display: none;
}

.mobile .swiperTestimonials .swiper-slide{
    width: 85%;
}

.mobile .footer{
    flex-direction: row;
    margin-top: 30px;
    margin-bottom: 30px;
    align-items: center;
}

.mobile .footer .item{
    justify-content: flex-start;
    text-align: left;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 30px !important;
}

.mobile .footer .item:first-child{
    margin-right: unset;
}

.mobile .footer .mplaces{
    margin-left: unset;
    align-items: center;
}

.mobile .footer .mplaces .grey_button{
    margin-left: unset;
}

.mobile .mobile_menu.shown{
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #02020A;
    height: fit-content;
    z-index: 100;
    padding-top: 24px !important;
    padding-bottom: 30px !important;
    box-sizing: border-box;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 15px;
    color: #fff;
    font-family: Gilroy;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0px;
    justify-content: center;
    align-items: center;    
}

.mobile .mobile_menu a{
    all: unset;
    color: #fff;
    cursor: pointer;
}

.mobile .mobile_menu .dark_button{
    margin-top: 10px;
}

.mobile .mobile_menu .close_button{
    margin-left: auto;
    margin-bottom: -10px;
}

.mobile .section_slider .slide_content .swiper-wrapper .swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobile>.modal_window{
    padding: 0 !important;
}

.mobile .desktop{
    display: none !important;
}

.mobile .shirts_content h2, .mobile .feedback_content h2, .mobile .chips_content h2{
    font-size: 28px !important;
}

.mobile .section_testimonials{
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.mobile .testimonials_content{
    gap: 20px !important;
}

.mobile .testimonials_content .testimonials_content_row .area_wrapper{
    align-items: center !important;
}

.mobile .testimonials_content .testimonials_content_row.left{
    margin-left: 0px !important;
}

.mobile .testimonials_content .testimonials_content_row.right{
    margin-right: -0px !important;
}

.mobile .testimonials_content .testimonials_content_row .area_wrapper{
    height: unset !important;
}

.mobile .testimonials_content .testimonials_content_row .area_wrapper .cover{
    width: 100px !important;
    height: 100px !important;
}



.mobile .testimonials_content h2{
    font-family: RF Dewi Expanded;
    font-weight: 800;
    font-size: 26px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #fff;
}

.mobile .testimonials_content p{
    font-family: Gilroy;
    line-height: 18px;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
}

.mobile .footer{
    display: flex;
    flex-direction: column !important;
    padding-top: 50px !important;
    align-items: flex-start;
}

.mobile .shirts_section, .mobile .chips_section{
    background-size: cover !important;
    margin-top: 0px !important;
}

.mobile .chips_content h2{
    margin-top: 0% !important;
    margin-left: 0 !important;
}

.mobile .chips_content p{
    margin-left: 0 !important;
}

.mobile .main_section .main_content .social_buttons{
    display: flex;
    flex-direction: row !important;
    gap: 40px;
    align-items: center;
    justify-content: center;
}

.mobile .main_section .main_content .social_buttons img{
    height: 40px;
}

.mobile .main_section{
    min-height: 100vh;
}

.mobile .services_section{
    padding-top: 100px !important;
}

.page.mobile .services_section{
    padding-top: 40px !important;
}

.mobile .services_section .services_content .services_wrapper .services_item{
    width: 100%;
}

.mobile .servicePage_section{
    padding-top: 100px !important;
}

.page.mobile .servicePage_section{
    padding-top: 40px !important;
    width: 100%;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.mobile .servicePage_section .services_content .services_wrapper .services_item{
    width: 100%;
}

.services_section{
    background: url("./img/chips_bg.jpg"), #000;
    min-height: 100vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    padding-bottom: 60px;
}

.services_section .services_content{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    padding-bottom: 40px;
}

.services_section .services_content.poligraphy{
    margin-top: 60px;
}

.services_section .services_content>a>h2{
    font-family: RF Dewi Expanded;
    font-weight: 800;
    font-size: 30px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 0;

    box-sizing: border-box;
    width: calc(100% - 30px);
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
    background: #FF7723;
    padding: 5px 15px 5px 15px;
    text-align: center;
    border-radius: 5px;
    margin-left: 15px;
}

.services_section .services_content>a{
    all: unset;
    display: contents;
    cursor: pointer;
}

.services_section .services_content>p{
    font-family: Gilroy;
    line-height: 24px;
    color: #fff;
    margin-bottom: 40px;
    font-weight: 500;
    font-size: 20px;
    margin-left: 42vw;
}

.services_section .services_content .services_wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.services_section .services_content .services_wrapper a{
    all: unset;
    display: contents;
}

.services_section .services_content .services_wrapper .services_item{
    color: #fff;
    width: calc((100% / 3) - 30px);
    box-sizing: border-box;
    background: #fff;
    margin: 15px 15px;
    border-radius: 5px;
    font-family: 'RF Dewi Expanded';
    cursor: pointer;
    transition-duration: .2s;
    overflow: hidden;
    position: relative;
    /* background-repeat: no-repeat !important; */
    /* background-size: contain !important; */
    /* background-position: right center !important; */
}

.services_section .services_content .services_wrapper .services_item:hover{
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset; */
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.services_section .services_content .services_wrapper .services_item:hover h2{
    transform: scale(1.01);
}

.services_section .services_content .services_wrapper .services_item h2{
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
    background: #FF7723;
    padding: 5px 15px 5px 15px;
    margin: 15px 0 0 0;
    transition-duration: .2s;
    z-index: 99;
}

.services_section .services_content .services_wrapper .services_item p{
    font-family: 'Gilroy';
    color: #5a5a5a;
    font-size: 13px;
    font-weight: 500;
    width: 60%;
    line-height: 14px;
    padding: 15px;
}

.services_section .services_content .services_wrapper .services_item img{
    position: absolute;
    right: 0;
    bottom: 0;
    /* width: 40%; */
    z-index: 10;
    max-height: 75%;
    max-width: 40%;
}

#poligraphy{
    margin-top: 0px;
}

.page .feedback_section{
    padding-top: 50px;
}

.page .services_section{
    padding-top: 80px;
    min-height: 0;
}

.breadCrumbs{
    margin-top: 88px;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #FF7723;
    color: #fff;
    font-size: 16px;
    box-sizing: border-box;
}

.breadCrumbs-wrapper{
    width: 100%;
    display: flex;
    gap: 10px;
    flex-direction: row;
    flex-wrap: wrap;
    font-family: 'Gilroy';
    margin: 0 15px;
    align-items: center;
}

.breadCrumbs-wrapper a{
    all: unset;
    cursor: pointer;
    display: contents;
}

.mobile .breadCrumbs-wrapper{
    padding: 10px 0;
}

.servicePage_section{
    background: url("./img/chips_bg.jpg");
    min-height: 100vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    padding-bottom: 60px;
}

.servicePage_section .servicePage_content{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    padding-bottom: 40px;
}

.servicePage_section .servicePage_content>a{
    all: unset;
    display: contents;
}

.servicePage_section .servicePage_content>a>h2{
    font-family: 'RF Dewi Expanded';
    line-height: 130%;
    letter-spacing: 0%;
    margin-top: 0;
    box-sizing: border-box;
    width: calc(100% - 30px);
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
    background: #FF7723;
    padding: 5px 15px 5px 15px;
    text-align: center;
    border-radius: 5px;
    margin-left: 15px;
}

.page .servicePage_section{
    padding-top: 80px;
    min-height: 0;
}

.servicePage_section .servicePage_data{
    width: calc(100% - 30px);
    margin-left: 15px;
    background: #fff;
    padding: 40px;
    border-radius: 5px;
    box-sizing: border-box;
}

.servicePage_section .servicePage_data .servicePage_meta{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 50px;
    padding-bottom: 40px;
    border-bottom: 1px solid #FF7723;
    align-items: center;
}

.servicePage_section .servicePage_data .servicePage_meta .cover{
    flex: 3;
    display: flex;
    justify-content: center;
}

.servicePage_section .servicePage_data .servicePage_meta .cover img{
    width: 80%;
}

.servicePage_section .servicePage_data .servicePage_meta .text{
    flex: 7;
    font-family: 'Gilroy';
    font-size: 16px;
    line-height: 24px;
}

.servicePage_section .servicePage_data .servicePage_description{
    padding: 30px 0px 10px;
}

.servicePage_section .servicePage_data .servicePage_description .table {
	width: 100%;
	margin-bottom: 20px;
	border: 5px solid #FF7723;
	border-top: 15px solid #FF7723;
	border-collapse: collapse; 
    font-family: 'Gilroy';
    margin-bottom: 30px;
}

.servicePage_section .servicePage_data .servicePage_description .table th {
	font-weight: bold;
	padding: 5px;
	background: #FF7723;
	border: none;
	border-bottom: 5px solid #FF7723;
}
.servicePage_section .servicePage_data .servicePage_description .table td {
	padding: 5px;
	border: none;
	border-bottom: 5px solid #FF7723;
    text-align: center;
}

.servicePage_section .servicePage_data .servicePage_description>h2{
    font-family: 'Gilroy';
    width: 100%;
    background: #FF7723;
    color: #fff;
    text-align: center;
    padding-top: 15px;
}

.servicePage_description p, .servicePage_description ul{
    font-family: 'Gilroy';
    width: 100%;
    text-align: center;
    padding-top: 5px;
    margin-bottom: 0px;
}

.servicePage_description ul{
    text-align: left;
}

.service_button{
    width: fit-content;
    border-radius: 32px;
    box-sizing: border-box;
    padding: 18px 24px;
    background: #FF7723;
    font-family: RF Dewi Expanded;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 40px;
}

.servicePage_description.left-text p{
    text-align: left;
}

.mobile .servicePage_section{
    overflow: hidden;
}

.mobile.page .servicePage_data{
    padding: 15px;
}

.mobile.page .servicePage_meta{
    flex-direction: column;
    gap: 20px;
}

.mobile.page .servicePage_section .servicePage_data .servicePage_description .table {
	width: 100%;
	border: 5px solid #FF7723;
	border-top: 15px solid #FF7723;
	border-collapse: collapse; 
    font-family: 'Gilroy';
    margin-bottom: 30px;
    overflow-y: scroll;
    display: block;
}

.mobile.page .servicePage_section ul{
    width: calc(100% - 25px);
    margin-left: -25px;
}

.working_hours{
    color: #FFFFFF;
    font-family: Gilroy;
    line-height: 20px;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
}

.working_hours .w_h-line{
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: space-between;
}

.contacts .contact_info{
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 5px;
}

.mobile .contacts .contact_info{
    font-size: 12px !important;
}

.mobile .top_navigation .contacts .phone{
    justify-content: flex-end;
}

.contacts_footer_info{
    margin-top: 70px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contacts_footer_info .working_hours{
    width: 200px;
}

.contacts_footer_info p{
    margin-bottom: 0;
}

.contacts_footer_info a{
    all: unset;
    cursor: pointer;
}

.info_area{
    background: #FF7723;
    margin: 0 15px 20px;
    padding: 20px 30px;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    font-family: 'Gilroy';
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    margin-top: -20px;
    margin-bottom: 60px;
}

.info_area h3{
    text-align: center;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 10px;
}

.info_area p{
    margin-top: 10px;;
}