.page-wrapper .page-main{
    margin: 0;
    padding: 0;
    max-width: 100%;
}
.page-wrapper .page-main .columns .column.main{
	padding: 0;
}
.main_page_block_wrap{
    min-height: 195vh;
    position: relative;
    overflow: hidden;
}
.main_page_block_wrap_container{
    padding-top: 2.7777vw;
    position: -webkit-sticky;
    position: static;
    overflow: hidden;
    width: 100%;
    height: 100vh;
}
.homepage_main_slider_wrapper{
    position: absolute;
    top: 2.7777vw;
    left: 0px;
}
.main_page_block_wrap .homepage_main_slider .banner_image:hover{
    opacity: 1;
}    
.main_page_block_wrap .homepage_main_slider .item img{
    width: 68.6805vw;
    height: 37.7777vw;
    object-fit: cover;
}
.main_page_block_categories_wrap{
    margin-top: 8.6111vw;
    position: absolute;
    top: 0;
    left: 64.8611vw;
    z-index: 9;
    width: 79.1666vw;
}
.main_page_block_categories_container{
    position: relative;
    cursor: none;
    display: inline;
}
.main_page_block_wrap .cursor{
    position: fixed;
    opacity: 0;
    user-select: none;
    pointer-events: none;
    transform: translate(-2.7777vw, -2.7777vw);
    transition: .1s;
}
.main_page_block_wrap .category_item:hover,
.main_page_block_wrap .category_item:hover a,
.main_page_block_wrap .category_item:hover span {
    cursor: none !important;
}
.main_page_block_wrap .category_item:hover ~ .cursor{
    opacity: 1;
    transition: .1s;
}

.main_page_block_wrap .category_item {
    position: relative;
    display: inline;
    margin-left: 2.002vw;
}
.main_page_block_wrap .category_item:first-child {
    margin-left: 0;
}
.main_page_block_wrap .category_item a {
    display: inline;
}
.main_page_block_wrap .category_link{
    position: relative;
    overflow: hidden;
    cursor: none;
}
.main_page_block_wrap .category_title:hover {
    background: #000000;
}
.main_page_block_wrap .category_title:hover span {
    color: #fff;
}
.main_page_block_wrap .category_title:hover:before{
    transform-origin: bottom left;
    transform: scaleX(1);
}
.main_page_block_wrap .category_link:hover{
    opacity: 1;
}
.main_page_block_wrap .category_title:hover{
    color: #fff;
}
.main_page_block_wrap .category_title:hover .underline{
    text-decoration: none;
}

.main_page_block_wrap .category_title{
    position: relative;
    background: transparent;
    cursor: url(./img/circle.png), pointer;
    transition: .3s all linear;
    font-weight: 500;
    font-size: 5.9722vw;
    line-height: 7.6138vw;
    color: #090909;
    display: inline;
}
.main_page_block_wrap .category_title .underline{
    position: relative;
    display: inline;
    text-decoration: underline 5px;
    text-underline-offset: 0.6944vw;
}
.main_page_block_wrap .category_title .normal{
    position: relative;
    display: inline;
}
/* Responsiveness // Responsiveness // Responsiveness */
@media (max-width: 991px){
    .main_page_block_wrap{
        min-height: auto;
    }
    .main_page_block_wrap_container{
        padding-top: 4.6875vw;
        height: auto;
        position: -webkit-inherit;
        position: inherit;
    }
    .homepage_main_slider_wrapper{
        position: relative;
        top: 0;
    }
    .main_page_block_wrap .homepage_main_slider .item img{
        width: 95.3125vw;
        height: 54.6875vw;
    }

    .main_page_block_categories_wrap{
        margin-top: 0;
        padding-top: 21.25vw;
        padding-bottom: 12.5vw;
        position: relative;
        left: 0;
        width: auto;
    }
    .main_page_block_categories_container{
        padding: 0 4.6875vw;
        gap: 0;
        cursor: pointer;
        display: block;
        position: initial;
    }
    .main_page_block_wrap .category_item{
        margin-left: 0;
        display: block !important; 
    }
    .main_page_block_wrap .category_title{
        gap: 0;
        font-size: 9.375vw;
        line-height: 14.0625vw;
    }
    .main_page_block_wrap .cursor{
        opacity: 1;
        transform: none;
        position: absolute;
        top: -7.8125vw;
        right: -4.6875vw;
        z-index: 9;
        display: block;
        width: 58.75vw;
        height: 22.8125vw;
        background: url(./img/hurtowo.svg);
        background-repeat: no-repeat;
        background-size: contain;
    }
    .main_page_block_wrap .cursor svg{
        display: none;
    }
}

.about_honey_wrap{
    padding-top: 6.8055vw;
    border-top: 2px solid #090909;
    position: relative;
}
.about_honey_container{
    position: relative;
    padding-bottom: 9.6527vw;
}
.about_honey_wrap .block_title{
    padding-left: 4.1666vw;
    position: relative;
}
.about_honey_wrap .block_title::after{
    content: '';
    position: absolute;
    top: 3.9583vw;
    left: 0;
    width: 34.7222vw;
    height: 4.3055vw;
    background-color: #F7CF2D;
}
.about_honey_wrap .block_title p{
    margin: 0;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 6.6666vw;
    line-height: 7.8472vw;
    letter-spacing: 0.02em;
    color: #090909;
    position: relative;
    z-index: 9;
}
.about_honey_wrap .about_honey_content{
    margin-top: 4.1666vw;
    position: relative;
    overflow: hidden;
}
.about_honey_wrap .block_content{
    margin-left: 13.1944vw;
    margin-right: 13.1944vw;
    position: relative;
    overflow: hidden;
}
.about_honey_wrap .block_content .show_video_popup_btn{
    display: block;
}
.about_honey_wrap .block_content .show_video_popup_btn:hover{
    opacity: 1;
}
.about_honey_wrap .main_image_block{
    text-align: right;
}
.about_honey_wrap .main_image_block img{
    width: 73.6111vw;
    height: 36.0416vw;
    object-fit: cover;
}
.about_honey_wrap .block_content .running_string_element{
    position: absolute !important;
    top: 2.7777vw !important;
    left: 50% !important;
	transform: translate(-50%);
	width: 100vw !important;
    z-index: 9;
}
.about_honey_wrap #running_string_white1{
    font-weight: 600;
    font-size: 3.3333vw;
    line-height: 3.8888vw;
    color: #fff;
}
.about_honey_wrap #running_string_white2{
    font-weight: 600;
    font-size: 3.3333vw;
    line-height: 3.8888vw;
    color: #fff;
}
.about_honey_wrap .running_string_element{
    position: absolute !important;
    top: 2.7777vw !important;
    left: 50% !important;
	transform: translate(-50%);
	width: 100vw !important;
    height: 3.8888vw !important;
    z-index: -1;
}
.about_honey_wrap #running_string1{
    font-weight: 600;
    font-size: 3.3333vw;
    line-height: 3.8888vw;
    color: #090909;
}
.about_honey_wrap #running_string2{
    font-weight: 600;
    font-size: 3.3333vw;
    line-height: 3.8888vw;
    color: #090909;
}
.about_honey_wrap .block_button{
    position: absolute;
    bottom: 0;
    right: 4.0277vw;
    width: 19.3055vw;
    height: 19.3055vw;
}
.about_honey_wrap .block_button::after{
    content: '';
    bottom: 0;
    right: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #fff;
}
.about_honey_wrap .block_button a{
    display: inline-block;
    position: relative;
}
.about_honey_wrap .block_button a:hover{
    opacity: 1;
}
.about_honey_wrap .block_button a .btn_icon{
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6.9444vw;
    height: 6.9444vw;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about_honey_wrap .block_button a .btn_icon svg{
    width: 3.0555vw;
    height: 3.0555vw;
}
.about_honey_wrap .block_button a .text_icon{
    display: inline-block;
}
.about_honey_wrap .block_button a .text_icon svg{
    width: 19.3055vw;
    height: 19.3055vw;
	-webkit-animation: rotating 30s linear infinite;
    -moz-animation: rotating 30s linear infinite;
    -ms-animation: rotating 30s linear infinite;
    -o-animation: rotating 30s linear infinite;
    animation: rotating 30s linear infinite;
	mix-blend-mode: difference !important;
}
@-webkit-keyframes rotating
    {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.show_video_popup{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    z-index: 999 !important;
}
.show_video_popup .modal-inner-wrap{
    position: relative;
    margin: 0;
    width: 100%;
    height: 100%;
    box-shadow: none;
    overflow: visible;
}
.embed-responsive{
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.show_video_popup .modal-inner-wrap .modal-header{
    padding: 0;
    position: absolute;
    top: 2.4305vw;
    right: 6.25vw;
}
.show_video_popup .modal-inner-wrap .modal-header .action-close{
    margin: 0;
}
.show_video_popup .modal-inner-wrap .modal-header .action-close::after{
    content: '';
    display: block;
    width: 1.6666vw;
    height: 1.6666vw;
    background: url(./img/action-close.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.show_video_popup .modal-inner-wrap .modal-header .action-close::before{
    display: none;
}
.show_video_popup .modal-content{
    padding: 6.25vw 12.5vw;
    height: 100%;
}
.show_video_popup .popup_video_code_wrap{
    max-width: unset;
    width: auto;
    position: relative;
    padding-top: 48.25%;
}
.show_video_popup .popup_video_code_wrap iframe{
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    left: 0;
    top: 0;
}

/* Responsiveness // Responsiveness // Responsiveness */
@media (max-width: 768px){
    .about_honey_wrap{
        padding-top: 12.5vw;
    }
    .about_honey_container{
        padding-bottom: 21.5625vw;
    }
    .about_honey_wrap .block_title{
        padding-left: 7.8125vw;
        padding-right: 4.6875vw;
    }
    .about_honey_wrap .block_title p{
        font-size: 12.5vw;
        line-height: 14.6875vw;
    }
    .about_honey_wrap .block_title::after{
        top: 7.5vw;
        width: 48.4375vw;
        height: 7.8125vw;
    }
    .about_honey_wrap .about_honey_content{
        margin-top: 12.5vw;
    }
    .about_honey_wrap .block_content{
        margin: 0 4.6875vw;
    }
    .about_honey_wrap .main_image_block img{
        width: 100%;
        height: 44.6875vw;
    }
    .about_honey_wrap .block_content .running_string_element,
    .about_honey_wrap .running_string_element{
        top: 6.25vw !important;
        height: 7.1874vw !important;
    }
    .about_honey_wrap #running_string_white1,
    .about_honey_wrap #running_string_white2,
    .about_honey_wrap #running_string1,
    .about_honey_wrap #running_string2{
        font-size: 6.25vw;
        line-height: 7.1874vw;
    }
    .about_honey_wrap .block_button{
        right: 0;
        width: 43.4375vw;
        height: 43.4375vw;
    }
    .about_honey_wrap .block_button a .btn_icon{
        width: 12.8124vw;
        height: 12.8124vw;
    }
    .about_honey_wrap .block_button a .text_icon{
        overflow: hidden;
    } 
    .about_honey_wrap .block_button a .text_icon svg{
        width: 43.4375vw;
        height: 43.4375vw;
    }
    .about_honey_wrap .block_button a .btn_icon svg{
        width: 5.1874vw;
        height: 5.1874vw;
    }
    .show_video_popup .modal-inner-wrap{
        width: 100% !important;
        max-height: none !important;
        background-color: #fff !important;
    }
    .show_video_popup .modal-inner-wrap .modal-header{
        top: 6.5625vw;
        right: 4.6875vw;
    }
    .show_video_popup .modal-inner-wrap .modal-header .action-close::after{
        width: 7.5vw;
        height: 7.5vw;
    }
    .show_video_popup .modal-content{
        padding: 25vw  4.6875vw 0;
    }
    .show_video_popup .popup_video_code_wrap{
        padding-top: 71.25%;
    }
}

.homepage_top_categories_wrap{
    margin-top: -7.3888vw;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}
.homepage_top_categories_wrap .block_title{
    margin: 8.3888vw 0;
    width: 21.1111vw;
    border-top: 2px solid #090909;
    border-bottom: 2px solid #090909;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 5.9722vw;
    line-height: 7.0138vw;
    letter-spacing: 0.02em;
    color: #090909;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.homepage_top_categories_wrap .block_title p{
    margin: 0;
    transform: rotate(-90deg);
}
.homepage_top_categories_container{
    width: 100%;
}
.homepage_top_categories_content{
    margin: 8.3888vw 0;
    display: grid;
    grid-template-columns: 45% 55%;
    border-bottom: 2px solid #090909;
    border-left: 2px solid #090909;
    position: relative;
}
.homepage_top_categories_content .category_item{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: wrap;
}
.homepage_top_categories_content .category_item:nth-child(2n+1)::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #090909;
}
.homepage_top_categories_content .category_item:nth-child(1) .category_image img,
.homepage_top_categories_content .category_item:nth-child(2) .category_image img,
.homepage_top_categories_content .category_item:nth-child(5) .category_image img,
.homepage_top_categories_content .category_item:nth-child(6) .category_image img{
    transform: rotate(10deg);
}
.homepage_top_categories_content .category_item:nth-child(3) .category_image img,
.homepage_top_categories_content .category_item:nth-child(4) .category_image img,
.homepage_top_categories_content .category_item:nth-child(7) .category_image img,
.homepage_top_categories_content .category_item:nth-child(8) .category_image img{
    transform: rotate(-10deg);
}
.homepage_top_categories_content .category_item:nth-child(2) .category_image,
.homepage_top_categories_content .category_item:nth-child(4) .category_image,
.homepage_top_categories_content .category_item:nth-child(6) .category_image,
.homepage_top_categories_content .category_item:nth-child(8) .category_image{
    right: 3.4722vw;
}
.homepage_top_categories_content .category_link{
    padding-top: 3.4722vw;
    padding-left: 4.1666vw;
    padding-bottom: 2.7777vw;
    display: inline-block;
}
.homepage_top_categories_content .category_link:hover{
    padding-left: 5.6666vw;
}
.homepage_top_categories_content .category_link::before{
    content: '';
    width: 3.3333vw;
    height: 3.3333vw;
    background: url(./img/arrow.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.2s linear;
    flex-shrink: 0;
    position: absolute;
    top: 3.2122vw;
    left: 2.1666vw;
    opacity: 0;
}
.homepage_top_categories_content .category_link:hover::before{
    content: '';
    display: inline-block;
    left: 1.1666vw;
    opacity: 1;
}
.homepage_top_categories_content .category_title{
    min-height: 3.3333vw;
    display: inline;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 2.5vw;
    line-height: 2.9166vw;
    letter-spacing: 0.02em;
    color: #090909;
}
.homepage_top_categories_content .category_link:hover .category_title{
    transition: all 0.3s linear;
}
.homepage_top_categories_content .products_count{
    margin-left: 1.3888vw;
    display: inline;
    flex-direction: row-reverse;
    vertical-align: 1.5277vw;
    font-weight: 300;
    font-size: 1.25vw;
    line-height: 1.4583vw;
    letter-spacing: 0.02em;
    color: #C1C1C1;
}
.homepage_top_categories_content .category_image{
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    transition: all 0.3s linear;
    z-index: 9;
}
.homepage_top_categories_content .category_item.active_parallax .category_image{
    z-index: -1;
}
.homepage_top_categories_content .category_item .category_item_inner{
    display: flex;
    position: relative;
    z-index: 99;
}
.homepage_top_categories_content .category_item.active_parallax .category_item_inner{
    transform: none !important;
}
.homepage_top_categories_content .category_link:hover ~ .category_image{
    opacity: 1;
}
.homepage_top_categories_content .category_image img{
    width: 14.3749vw;
    height: 21.4583vw;
    object-fit: cover;
}
/* Responsiveness // Responsiveness // Responsiveness */
@media (max-width: 768px){
    .homepage_top_categories_wrap{
        margin-top: 0;
        display: block;
    }
    .homepage_top_categories_wrap .block_title{
        margin: 0;
        padding: 9.375vw 4.6875vw;
        width: 100%;
        display: block;
        font-size: 10vw;
        line-height: 11.875vw;
    }
    .homepage_top_categories_wrap .block_title p{
        transform: rotate(0);
    }
    .homepage_top_categories_content{
        margin: 0;
        grid-template-columns: 1fr;
        border: none;
    }
    .homepage_top_categories_content .category_item{
        border: none;
        display: block;
    }
    .homepage_top_categories_content .category_item:not(:last-child){
        border-bottom: 2px solid #090909;
    }
    .homepage_top_categories_content .category_item:last-child{
        border-bottom: 2px solid #090909;
    }
    .homepage_top_categories_content .category_link{
        padding: 7.8125vw 4.6875vw 4.6875vw;
        display: block;
    }
    .homepage_top_categories_content .category_title{
        min-height: auto;
        font-size: 8.75vw;
        line-height: 10.3125vw;
    }
    .homepage_top_categories_content .category_image{
        display: none;
    }
    .homepage_top_categories_content .category_link:hover::before{
        display: none;
    }
    .homepage_top_categories_content .products_count{
        margin-left: 3.125vw;
        display: inline-block;
        vertical-align: 4.6875vw;
        font-size: 5vw;
        line-height: 5vw;
    }
}

.homepage_single_banners_wrapper{
    padding-bottom: 5.5555vw;
}
.homepage_single_banners_container{
    padding: 0 6.1111vw 0 9.5833vw;
}
.homepage_single_banners_content{
    display: flex;
    justify-content: space-between;
}
.homepage_single_banners_content .item{
    margin: 0;
    padding-right: 3.4722vw;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-self: stretch;
}
.banner_image_content a.banner_image{
    display: inline-block;
}
.banner_image_content a.banner_image img{
    width: 37.1527vw;
    height: 44.4444vw;
    object-fit: cover;
}
.banner_item_info{
    margin-top: 2.7777vw;
}
.banner_title_container a{
    display: inline-block;
}
.banner_title_container .banner_title{
    display: block;
    font-weight: 600;
    font-size: 3.3333vw;
    line-height: 3.8888vw;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #090909;
    position: relative;
    z-index: 9;
    transition: all 0.3s linear;
}
.banner_title_arrow{
    height: 6.9444vw;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    transition: all 0.3s linear;
}
.banner_title_arrow svg{
    width: 4.7222vw;
    height: 4.7222vw;
    position: relative;
    z-index: 9;
}
.banner_title_container a:hover .banner_title_arrow::after{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 6.9444vw;
    height: 6.9444vw;
    background-color: #F7CF2D;
    border-radius: 50%;
    -webkit-animation: growUp 1s;
    -moz-animation: growUp 1s;
    -ms-animation: growUp 1s;
    -o-animation: growUp 1s;
    animation: growUp 1s;
    animation-iteration-count: 1;
}
@-webkit-keyframes growUp {
    0%  { -webkit-transform: scale(0); }
    100% { -webkit-transform: scale(1); }
}
@keyframes growUp{
    0%  { transform: scale(0); }
    100% { transform: scale(1); }
} 
.banner_title_container a:hover{
    opacity: 1;
}
.banner_title_container a:hover .banner_title{
    opacity: .8;
}
/* Responsiveness // Responsiveness // Responsiveness */
@media (max-width: 768px){
    .homepage_single_banners_wrapper{
        padding-top: 18.75vw;
        padding-bottom: 8.75vw;
    }
    .homepage_single_banners_container{
        padding: 0;
    }
    .homepage_single_banners_content{
        flex-direction: column;
    }
    .homepage_single_banners_content .item{
        padding-right: 4.6875vw;
    }
    .homepage_single_banners_content .item:not(:last-child){
        margin-bottom: 8.75vw;
    }
    .homepage_single_banners_content .banner_image_content{
        margin-left: 9.375vw;
        margin-right: 4.6875vw;
        display: flex;
        justify-content: right;
    }
    .homepage_single_banners_content a.banner_image img{
        width: 100%;
        height: 100vw;
    }
    .homepage_single_banners_content .banner_item_info{
        margin-top: 6.25vw;
        padding-right: 4.6875vw;
        display: flex;
        justify-content: right;
        position: relative;
    }
    .homepage_single_banners_content .banner_title{
        font-size: 7.5vw;
        line-height: 8.75vw;
    } 
    .homepage_single_banners_content .banner_title_arrow{
        height: 12.5vw;
    }
    .homepage_single_banners_content .banner_title_arrow svg{
        width: 11.25vw;
        height: 11.25vw;
    }
    .banner_title_container a:hover .banner_title_arrow::after{
        width: 12.5vw;
        height: 12.5vw;
    }
    .homepage_single_banners_content .banner_title_arrow::after{
        content: '';
        position: absolute;
        right: 0;
        bottom: 0;
        width: 12.5vw;
        height: 12.5vw;
        background-color: #F7CF2D;
        border-radius: 50%;
        -webkit-animation: growUp 1s;
        -moz-animation: growUp 1s;
        -ms-animation: growUp 1s;
        -o-animation: growUp 1s;
        animation: growUp 1s;
        animation-iteration-count: 1;
    }
}
.homepage_text_block_wrap{
    padding: 6.9444vw 0;
    border-top: 2px solid #090909;
    overflow: hidden;
}
.homepage_text_block_wrap .block_title{
    padding-left: 4.1666vw;
    position: relative;
}
.homepage_text_block_wrap .block_title::after{
    content: '';
    position: absolute;
    top: 3.9583vw;
    left: 0;
    width: 34.7222vw;
    height: 4.3055vw;
    background-color: #F7CF2D;
}
.homepage_text_block_wrap .block_title p{
    margin: 0;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 6.6666vw;
    line-height: 7.8472vw;
    letter-spacing: 0.02em;
    color: #090909;
    position: relative;
    z-index: 9;
}
.homepage_text_block_wrap .block_subtitle{
    margin-top: 2.7777vw;
    margin-left: 10.4166vw;
}
.homepage_text_block_wrap .block_subtitle p{
    margin: 0;
    font-weight: 300;
    font-size: 2.5vw;
    line-height: 2.9166vw;
    color: #090909;
}
.homepage_text_block_main_content{
    margin-top: 5.5555vw;
    position: relative;
    background-color: #fff;
}
.homepage_text_block_main_content .video_block{
    padding-left: 10.4166vw;
    width: 100%;
    height: 41.6666vw;
}
.homepage_text_block_main_content .video_block video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.homepage_text_block_wrap .animation_text_one{
    position: absolute;
    left: -41.8333vw;
    bottom: 7.1527vw;
}
.homepage_text_block_wrap .animation_text_one p{
    margin: 0;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 3.75vw;
    line-height: 4.375vw;
    letter-spacing: 0.1em;
    color: #000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    mix-blend-mode: difference;
    text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
}
.homepage_text_block_wrap .animation_text_two{
    position: absolute;
    left: -18.8333vw;
    bottom: 1.3888vw;
}
.homepage_text_block_wrap .animation_text_two p{
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 3.75vw;
    line-height: 4.375vw;
    letter-spacing: 0.1em;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    mix-blend-mode: difference;
}

/* Responsiveness // Responsiveness // Responsiveness */
@media (max-width: 768px){
    .homepage_text_block_wrap{
        padding: 12.5vw 0;
    }
    .homepage_text_block_wrap .block_title{
        padding-left: 7.8125vw;
    }
    .homepage_text_block_wrap .block_title p{
        font-size: 7.5vw;
        line-height: 8.75vw;
    }
    .homepage_text_block_wrap .block_title::after{
        top: 4.375vw;
        width: 47.1875vw;
        height: 4.375vw;
    }
    .homepage_text_block_wrap .block_subtitle{
        margin-top: 9.375vw;
        margin-left: 0;
        padding: 0 4.6875vw;
    }
    .homepage_text_block_wrap .block_subtitle p{
        font-size: 5vw;
        line-height: 5.9375vw;
    }
    .homepage_text_block_main_content{
        margin-top: 10.625vw;
    }
    .homepage_text_block_main_content .video_block{
        padding-left: 32.8125vw;
        height: 113.75vw;
    }
    .homepage_text_block_wrap .animation_text_one{
        left: 4.6875vw;
        bottom: 21.25vw;
    }
    .homepage_text_block_wrap .animation_text_one p{
        font-size: 10vw;
        line-height: 11.875vw;
    }
    .homepage_text_block_wrap .animation_text_two{
        left: 17.1875vw;
        bottom: 6.25vw;
    }
    .homepage_text_block_wrap .animation_text_two p{
        font-size: 10vw;
        line-height: 11.875vw;
    }
}

.homepage_bottom_categories_wrap{
    border-top: 2px solid #090909;
    display: flex;
    justify-content: space-between;
}
.homepage_bottom_categories_wrap .main_image_block{
    width: 23.8194vw;
    height: 100%;
    flex-shrink: 0;
}
.homepage_bottom_categories_wrap .main_image_block img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.homepage_bottom_categories_container{
    width: 100%;
    display: flex;
    align-items: center;
}
.homepage_bottom_categories_content{
    padding: 0 8.3333vw;
}
.homepage_bottom_categories_content .category_item:not(:last-child){
    border-bottom: 2px solid #090909;
}
.homepage_bottom_categories_content .category_item:hover .category_image{
    opacity: 1;
}
.homepage_bottom_categories_content .category_link{
    padding: 0;
    display: flex;
    align-items: center;
}
.homepage_bottom_categories_content .category_link:hover{
    opacity: 1;
}
.homepage_bottom_categories_content .category_title{
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 2.5vw;
    line-height: 2.9166vw;
    letter-spacing: 0.02em;
    color: #090909;
}
.homepage_bottom_categories_content .products_count{
    margin-left: 1.3888vw;
    display: flex;
    flex-direction: row-reverse;
    vertical-align: 1.5277vw;
    font-weight: 300;
    font-size: 1.25vw;
    line-height: 1.4583vw;
    letter-spacing: 0.02em;
    color: #C1C1C1;
}
.homepage_bottom_categories_content .products_count::before{
    content: '';
    display: block;
    margin-left: 4.1666vw;
    width: 3.3333vw;
    height: 3.3333vw;
    background: url(./img/arrow.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    transition: all 0.3s linear;
}
.homepage_bottom_categories_content .category_item:hover .products_count::before{
    opacity: 1;
}
.homepage_bottom_categories_content .category_image{
    opacity: 0;
    margin-left: 4.1666vw;
    width: 9.1666vw;
    height: 9.1666vw;
    transition: all 0.3s linear;
}
.homepage_bottom_categories_content .category_image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/* Responsiveness // Responsiveness // Responsiveness */
@media (max-width: 1199px){
    .homepage_bottom_categories_wrap .main_image_block{
        width: 24.8888vw;
    }
}
@media (max-width: 768px){
    .homepage_bottom_categories_wrap{
        padding: 12.5vw 0;
        flex-direction: column;
    }
    .homepage_bottom_categories_wrap .main_image_block{
        margin-right: 4.6875vw;
        width: auto;
        height: 54.6875vw;
    }
    .homepage_bottom_categories_content{
        padding: 0;
        border-bottom: 2px solid #090909;
    }
    .homepage_bottom_categories_content .category_item{
        padding: 7.8125vw 4.6875vw 4.6875vw;
        display: block;
    }
    .homepage_bottom_categories_content .category_title{
        display: inline;
        font-size: 7.5vw;
        line-height: 8.75vw;
    }
    .homepage_bottom_categories_content .category_image{
        display: none;
    }
    .homepage_bottom_categories_content .products_count::before{
        display: none;
    }
    .homepage_bottom_categories_content .products_count{
        margin-left: 3.125vw;
        font-size: 5vw;
        line-height: 5vw;
    }
}