:root {
    /*używane*/
    --bg-color:#FEFCFF;
    --body-font__color:#1A171C;
    --cont-width:1440px;
}
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-thumb {
    background-color: gray;
}

::-webkit-scrollbar-thumb:hover {
    background-color: darkgray;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}
/*my-reset*/
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: var(--body-font_color);
    scroll-behavior: smooth;
}
body{
    background: var(--bg-color);
}
html.locked-scroll{
    overflow: hidden;
}
/*basic*/
.grecaptcha-badge{
    display: none;
}
.flex-cont{
    display: flex;
}
.btn-arrow img{
    display: block;
}
.btn-arrow{
    margin-left: 8px;
}
.header-section__menu{
    display: none;
}
.main-container,.body-container{
    max-width: var(--cont-width);
    padding: 40px 20px;
    margin-left: auto;
    margin-right: auto;
}
.body-container{
    min-height:calc(100vh - 59px - 68px);
    margin-top: 68px;
}
header{
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 5;
    background: var(--bg-color);
}
h1,.main-header{
    font-size:71px;
    line-height: 1em;
    letter-spacing: -0.03em;
    font-weight: 600;
}
h2{
    font-size:61px;
    font-weight: 600;
    letter-spacing: -0.03em;
    margin-bottom: 20px;
}
h3{
    font-size: 39px;
    font-weight: 600;
    margin-bottom:20px;
    line-height: 1.09em;
    letter-spacing: -0.03em;
}
h4{
    font-weight: 600;
    letter-spacing: -0.03em;
    font-size: 25px;
    margin-bottom: 10px;
}
p{
    font-size: 16px;
    line-height: 1.4em;
    letter-spacing: -0.01em;
}
a{
    text-decoration: none;
    cursor: pointer;
}
@media (min-width: 768px){
    a:hover{
        color: #4D4554;
    }
}
.owl-carousel{
 position: relative;
}
.owl-dots{
    width: 100%;
    text-align: center;
}
.owl-dot{
    width: 12px;
    height: 12px;
    background-color: #CCC7D1 !important;
    border-radius: 50%;
    margin: 0 6px;
}
.owl-dot.active{
    background-color: #1a171c !important;
}
.sliding-popup{
    background: var(--bg-color);
    position: fixed;
    height: 100%;
    top: 0;
    z-index: 10;
    display: none;
    transition: 0.7s;
}
.sliding-popup-cont{
    background: var(--bg-color);
    height: 100%;
}
.sliding-popup.visible{
    display: block;
}
.sliding-popup.menu-open{
    right: 0;
}
.mobile-popup-header{
    text-align: right;
}
.mobile-popup-header a{
    display: inline-block;
    cursor: pointer;
}
.header-section__lang{
    flex: 1;
    text-align: right;
}
.mobile-popup-header a img{
    display: block;
}
.mobile_menu_popup{
    right: -100vw;
    width: 100%;
    max-width: 473px;
}
.mobile_menu_popup .sliding-popup-cont{
    padding: 20px;
    padding-bottom:67.5px;
    overflow-y: auto;
}
.sliding-popup:before{
    position: fixed;
    right: 0;
    height: 100%;
    width: 100vw;
    content: "";
    top: 0;
    z-index: -1;
   background:  rgba( 51,46,56, 0.6 );
    backdrop-filter: blur(6.5px);
    transition: 0.7s;
    opacity: 0;
}
.menu-open.sliding-popup:before{
    opacity: 1;
}
.mobile-menu{
    list-style-type: none;
    opacity: 0;
    transition: 0.7s;
}
.menu-open .mobile-menu{
    opacity: 1;

}
.categories-menu{
    list-style-type: none;
    padding-top: 73px;
}
@media (min-width: 768px) {
    .categories-menu li a:hover {
        color: #4D4554;
    }
}
.mobile-menu{
    padding-top:31px;
    margin-top: 31px;
    max-width:216px;
    border-top: 1px solid #B3ABBA;
}
.mobile-menu li a{
    padding: 4px 0;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.01em;
    font-weight: 500;
}
@media (min-width: 768px) {
    .mobile-menu li a:hover {
        color: #4D4554;
    }
}
.mobile_menu_footer{
    position: absolute;
    bottom: -70px;
    left: 0;
    display: flex;
    align-items: center;
    width: 100%;
    padding:20px;
    padding-top: 24px;
    border-top: 1px solid #B3ABBA;
    transition: 0.7s;
    background-color: var(--bg-color);
}
.menu-open .mobile_menu_footer{
    bottom: 0;
}
.mobile_menu_footer >a{
    margin-right:20px;
}
.active_lang{
    display: none;
}
.mobile_menu_footer img{
    display: block;
}
.categories-menu li{
    font-weight: 500;
    font-size: 52px;
    line-height: 1em;
    letter-spacing: -0.02em;
    margin-bottom: 12px;
    list-style-type: none;
}
.menu-subcat{
    margin-top: 12px;
    padding-left: 30px;
}
.menu-subcat >li{
    font-size: 42px;
}
.categories-menu li:last-of-type{
    margin-bottom: 0;
}
.lang-changer a{
    text-decoration: underline;
    font-size: 20px;
}
.categories-menu li{
    opacity: 0;
    transition: 0.7s;
}
.menu-open .categories-menu li{
    opacity: 1;
}
.only_mobile{
    display: none;
}
    /*header*/
.header-section{
    padding:12px 20px;
}
.header-section >.flex-cont{
    justify-content: space-between;
    align-items: center;
}
.header-section__menu-btn .btn_menu{
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
}
.btn_menu .bar{
    background: var(--body-font__color);
    height: 3px;
    width: 24px;
    display: block;
}
.top-bar{
    margin-bottom:5px;
}
.btn{
    font-size: 16px;
    padding: 4px 0;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
}
@media (min-width: 768px) {
    .btn:hover {
        color: #4D4554;
        text-decoration: underline;
    }
}
.big-btn{
    font-size: 20px;
    line-height: 1.4em;
    letter-spacing: -0.01em;
}
.go-to-top-static{
    display: inline-block;
    text-align: right;
}
.go-to-top-cont{
    display: flex;
    align-items: flex-end;
    visibility: visible;
    cursor: pointer;
}
.arrow-grot{
    display: block;
    background: #1A171C;
    height: 12px;
    width: 3px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.arrow-line{
    display: block;
    background: #1A171C;
    height: calc(100% - 12px);
    width: 3px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.arrow-grot:before{
    background: #1A171C;
    height: 100%;
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    transform: rotateZ(45deg);
    transform-origin: top right;
}
.arrow-grot:after{
    background: #1A171C;
    height: 100%;
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    transform: rotateZ(-45deg);
    transform-origin: top left;
}
.go-to-top-text{
    writing-mode: vertical-lr;
    text-orientation: mixed;
    transform: rotate(180deg);
    margin-right: 12px;
}
.arrow{
    width: 15px;
    height: 170px;
    display: block;
}
    /*homepage*/
.single-banner{
    display: flex;
}
.single-banner img{
    display: block;
}
.single-banner .banner-description{
    background:var(--bg-color);
    padding: 20px;
    width: 355px;
    position: relative;
    z-index: 1;
}
.single-banner h4{
    font-weight:400;
    font-size: 16px;
    line-height: 1.4em;
    letter-spacing: -0.01em;
    min-height: 22.41px;
}
.single-banner .main-header{
    margin-bottom: 32px;
}
.single-banner .banner-image{
    width: calc(100% - 355px);
}
.banners-section .owl-nav,.banners-section .owl-dots{
    position: absolute;
    left: 0;
    width: 355px;
    bottom: 0;
}
.banner-btn{
    display: flex;
    align-items: center;
    text-decoration: none;
}
.banner-btn .btn-arrow{
    margin-left:8px;
}
.banner-description .btn-arrow img{
    max-width: 13px;
    max-height: 20px;
}
.banners-section .owl-nav{
    height: 21px;
    z-index: 2;
    visibility: hidden;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    align-items: center;
}
.banners-section .owl-nav button{
    visibility: visible;
}
.custom-prev img,.custom-next img{
    display: block;
    max-width:40px;
}
.small-text-section{
    margin-left: auto;
    margin-right: auto;
    max-width:690px;
    padding-top: 165px;
    padding-bottom: 165px;
}
.small-text-section p{
    margin-bottom:21px;
}
.small-text-section .btn{
    font-size: 20px;
    line-height: 1.4em;
    display: inline-flex;
    align-items: center;
}
.small-text-section .btn img{
 margin-left: 8px;
    display: block;
}
.homepage-contact-section{
    padding-top:119px;
    padding-bottom:119px;
}
.homepage-contact-section .flex-cont{
    max-width: 1164px;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
}
.homepage-contact-section .right-column a{
    font-size: 82px;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: -0.03em;
    color: #4D4554;
    display: block;
    text-align: right;
}
.homepage-contact-section .right-column a:first-of-type{
    margin-bottom:32px;
}
.homepage-contact-section .right-column .small-label{
    display: block;
    font-size: 16px;
    letter-spacing: 0.01em;
    font-weight: 400;
    line-height: 1.4em;
    text-align: right;
}
.homepage-contact-section .left-column p{
    max-width: 572px;
}
.homepage-contact-section .left-column{
    margin-right: 32px;
}
    /*katalog modeli*/
.filters_cont form{
    display: flex;
    flex-wrap: wrap;
}
.filters_cont .single-filter-container{
    margin-right: 20px;
}
.clear-all-filters-cont{
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.clear-all-filters-btn{
    font-size: ;
}
.clear-filter-ex{
    margin-left:8px;
    font-size:18px;
}
.single-filter-container{
    position: relative;
}
.filter_name{
    padding: 6px 12px;
    height: 35px;
    box-sizing: border-box;
    cursor: pointer;
    font-weight: 500;
}
.filter-open .filter_name img{
    transform: rotateZ(-180deg);
}
.filter_name img{
    margin-left:8px;
}
.filter_list li{
    list-style-type: none;
}
.filter-check{
    padding: 8px 0;
}
.filter-check label{
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    align-items: center;
}
.filter-check input{
    visibility: hidden;
    position: relative;
}
.filter-check input:after{
    content: "+";
    display: block;
    width: 14px;
    height: 16px;
    visibility: visible;
    position: absolute;
    font-size: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.filter-check input:checked:after{
    content: "-";
}
.filter_list{
    position: absolute;
    width: 181px;
    height: auto;
    top: 43px;
    left: 0;
    border: 1px solid #CCC7D1;
    background: #fff;
    display: none;
    padding: 20px 16px;
    z-index: 3;
    box-shadow: 0px 4px 16px 0px #0000001A;
}
.big_range_list{
    width: 544px;
}
.big_range_list > .filter-list-row:nth-last-of-type(2){
    border-bottom: none;
    padding-bottom: 0;
}
.big_range_list .btn-filter{
    text-align: right;
}
.filter-list-row ul{
    display: flex;
    justify-content: space-between;
}
.filter-list-row{
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 1px solid #CCC7D1;
}
.filter-open .filter_list{
    display: block;
}
.filters-chosen-list{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 32px;
}
.selected-filter{
    padding: 4px 8px;
    border: 1px solid #CCC7D1;
    font-size: 14px;
    color: #4D4554;
    margin-right: 20px;
}
.remove-filter{
    cursor: pointer;
    margin-left: 12px;
}
/*footer*/
.footer-cont{
    border-top: 1px solid #CCC7D1;
}
.footer-cont .flex-cont{
    justify-content: space-between;
    align-items: center;
    max-width:var(--cont-width) ;
    padding:16px 20px;
    margin-left: auto;
    margin-right: auto;
}
.footer-cont span, .footer-cont a{
    font-size: 14px;
    text-decoration: none;
    font-weight: 400;
}
.footer-cont .btn{
    display: flex;
    align-items: center;
}
.footer-cont img{
    max-height: 14px;
    max-width: 9px;
    margin-left:8px;
    display: block;
}
/*katalog*/
.models-catalog h1{
    margin-bottom:32px;
}
.range-filter{
    width: 149px;
}
.range-filter-cont{
    display: flex;
    max-width: 149px;
    justify-content: space-between;
}
.range-filter-cont input[type=number]{
    width: 59.5px;
    padding-top: 8px;
    padding-bottom: 8px;
    border: none;
    border-bottom: 1px solid #665C70;
    outline: none;
    text-align: left;
    color: #665C70;
    font-size: 14px;
    line-height: 1.4em;
}
.range-input-hande{
    background: #1A171C;
    height: 8px;
    width: 8px;
    position: absolute;
    cursor: pointer;
    z-index: 2;
    transform: translateX(-50%);
}
.range-input-hande:before{
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.range-input-min-handle{
    left: 0;
}
.range-input-max-handle{
    right: 0;
}
.range-input-bar{
    width: 100%;
    background: #1A171C;
    height: 2px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.btn-filter{
    margin-top: 32px;
}
.btn-apply-filter{
    cursor: pointer;
    font-weight: 500;
}
.range-filter-slider-cont{
    max-width:149px;
    position: relative;
    margin-bottom:16px;
}
.range-filter-slider-cont .range-input-slider{
    height: 8px;
}
.range-input-slider-bg{
    height: 2px;
    background: #CCC7D1;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    width: 100%;
}
.models-list{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap:20px;
}
.model-info-list{
    list-style-type: none;
}
.model-list-elem{
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: block;
    border-bottom: 1px solid #CCC7D1;
}
.model-poster img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    margin-bottom:69px;
    aspect-ratio: 0.803;
    object-fit: cover;
}
.model-info-footer{
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
}
.model-info-footer .first-row{
    padding-bottom: 12px;
    border-bottom: 1px solid #CCC7D1;
    margin-bottom: 12px;
}
.model-info-footer .first-row a, .model-info-footer .last-row a{
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.01em;
    display: inline-flex;
    align-items: center;
    margin-right: 12px;
}
.model-info-footer .first-row a img, .model-info-footer .last-row a img{
    display: block;
    margin-right:12px;
}
.model-info{
    position: absolute;
    bottom: calc(-100% + 69px);
    left: 0;
    background: var(--bg-color);
    width: 100%;
    height: 100%;
    border: 1px solid #CCC7D1;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    transition: bottom 0.7s;
    border-bottom: none;
}
@media (min-width: 768px){
    .model-list-elem:hover .model-info{
        bottom: 0;
    }
}
.model-info-list{
    padding:0 16px;
}
.model-info-list li{
    border-bottom: 1px solid #CCC7D1;
    line-height: 140%;
    font-size: 14px;
    padding: 4px 0;
    display: flex;
    justify-content: space-between;
}
.model-info-name{
    padding:12px 16px;
    display: flex;
    justify-content: space-between;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -0.03em;
    align-items: center;
}
.model-info-name img{
    display: block;
    margin-left: 12px;
    width: 15px;
    height: 24px;
}
/*model portfolio*/
.model-porfolio-cont{
    display: flex;
    position: relative;
}
.model-fixed-cont{
    position: fixed;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    max-width:1440px;
    padding: 0px 20px;
    top: 104px;
    height: calc(100% - 104px - 74px);
    visibility: hidden;
    z-index: 1;
}
.models-arrow-fixed{
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 100%;
    left: 0;
    visibility: hidden;
    padding: 0 20px;
    padding-bottom: 16px;
}
.model-bottom-row-fixed{
    bottom: 0;
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 100%;
    left: 0;
    visibility: hidden;
    padding: 0 20px;
    bottom: 0px;
    align-items: flex-end;
    flex-wrap: wrap;
}
.models-row-range-cont{
    width: 100%;
    display: none;
}
.models-row-range{
    height: 4px;
    background: #CCC7D1;
    visibility: visible;
    position: relative;
}
.models-row-range-fill{
    width: 50%;
    background: #1A171C;
    position: absolute;
    height: 100%;
    left: 0;
}
.models-arrow-fixed .prev-btn,.models-arrow-fixed .next-btn{
    visibility: visible;
}
.models-left-column,.models-right-column{
    width: 12.9%;
}
.models-right-column{
    text-align: right;
}
.models-left-column{
    text-align: left;
}
.next-btn{
    display: inline-flex;
    flex-direction: column;
    align-items: flex-end;
    margin-left: auto;
}
.prev-btn{
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right: auto;
}
.models-mid-column{
    width: 74.2%;
}
.models-mid-column .models_info{
    display: flex;
}
.model-left-column{
    padding-right: 20px;
    width:50.96%;
}
.model-left-column h1{
    margin-bottom: 32px;
}
.model-right-column{
    width:49.04%;
}
.model-right-column img{
    display: block;
    width: 100%;
}
.models-info{
    margin-top: 16px;
}
.model-list li{
    list-style: none;
    display: flex;
    justify-content: space-between;
    max-width: 353px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4em;
    letter-spacing: -0.01em;
    align-items: center;
    padding:2px 0;
}
.model-list li span:last-of-type{
    font-weight: 400;
    color: #4D4554;
}
.model-list{
    margin-bottom:32px;
}
.extra-model-list li{
   border-bottom: 1px solid #CCC7D1;
}
.model-detail-inst{
    margin-bottom:32px;
}
.model-detail-inst img{
    margin-right: 8px;
    width:18px;
}
.model-detail-inst a{
    font-weight: 500;
    line-height: 1.4em;
    letter-spacing: -0.01em;
    display: inline-flex;
    align-items: center;
    padding: 4px 0;
}
.model-detail-downloads a{
    display: inline-flex;
    margin-right:16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4em;
    letter-spacing: -0.01em;
    padding: 4px 0;
}
.model-detail-downloads a img{
    margin-right:8px;
    width: 14px;
}
.models_gallery{
    display: flex;
}
.mosaic-gallery .gallery-single{
    position: relative;
    bottom: -20px;
    opacity: 0;
    transition: bottom 0.5s, opacity 0.5s;
    transition-delay: 0.5s;
}
.mosaic-gallery .gallery-single.img_viewed{
    bottom: 0;
    opacity: 1;
}
.mosaic-gallery{
    display: grid;
    gap: 20px;
}
.mosaic-gallery.hidden{
    display: none;
}
.mosaic-gallery-1{
    grid-template-columns: 1fr;
}
.mosaic-gallery-2{
    grid-template-columns: 1fr 1fr;
}
.mosaic-gallery-3{
    grid-template-columns: 1fr 1fr 1fr;
}
.gallery-single img{
    display: block;
    width: 100%;
    height: auto;
}
.gallery-single{
    margin-bottom: 20px;
}
.iframe-container{

}
.iframe-container:after{
   position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    z-index: 2;
}
.owl-gal-cont{
    position: relative;
}
.model-iframe-poster{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    aspect-ratio: 16 / 9;
    top: 50%;
    transform: translateY(-50%);
}
.tabs-row{
    margin-top: 100px;
    display: flex;
    justify-content: center;
}
.models_gallery,.video-mosaic-gallery{
    margin-top:100px;
}
.model-info-btn{
    visibility: visible;
    cursor: pointer;
}
.model-info-btn a{
    display: flex;
    align-items: center;
}
.model-info-btn img{
    height: 14px;
}
.model_info_popup {
    left: -100vw;
    right: unset;
    width: 100%;
    max-width:375px;
}
.model_info_popup .sliding-popup-cont{
    padding:20px;
    padding-top: 63px;
    padding-bottom: 60px;
}
.model-info-hide-btn img{
    margin-right: 8px;
    height: 14px;
    transform: rotateZ(-180deg);
}
.model-info-hide-btn a{
    display: flex;
    align-items: center;
}
.model_info_popup h1{
    margin-bottom:32px;
}
.model-info-hide-btn{
    position: absolute;
    bottom: 40px;
}
.model_info_popup.menu-open{
    left: 0;
    right: unset;
}
.gallery-slider-cont{
    position: fixed;
    z-index: 30;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    padding:14px 60px;
    background: var(--bg-color);
    display: none;
}
.gallery-slider-cont .owl-carousel{
    height: calc(100% - 51px - 64px);
}
.gallery-slider-cont .owl-stage-outer,.gallery-slider-cont .owl-stage,.gallery-slider-cont .owl-item,.gallery-slider-cont .item{
    height: 100%;
}
.gallery-slider-cont img{
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.gallery-slider-header{
    text-align: right;
    padding-bottom:20px;
}
.gallery-slider-close-btn{
    display: inline-flex;
    font-size: 16px;
    align-items: center;
    cursor: pointer;
}
.gallery-slider-close-btn .icon{
    margin-right: 8px;
    font-size: 18px;
}
.owl-gal-cont{
    max-width: 1164px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 100%;
}
.gallery-slider-cont .owl-nav{
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    justify-content: space-between;
    visibility: hidden;
    padding: 0 20px;
}
.gallery-slider-cont .owl-nav button{
    visibility: visible;
}
/* contact */
.map-container{
    padding-top: 40px;
}
.map-container .flex-cont{
    margin-top:40px;
}
.map-container p{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
    letter-spacing: -0.01em;
}
.map-container h4{
    font-size: 29px;
    font-weight: 600;
    line-height: 1.15em
    letter-spacing: -0.03em;
}
.map-container a{
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4em
    letter-spacing: -0.01em;
}
.map-container{
    max-width: 1164px;
    margin-left: auto;
    margin-right: auto;
}
.map-container .right-column{
    width: 54.3%;
}
.map-container .left-column{
    width: 45.7%;
    padding-right: 24px;
}
.map-container .left-column p{
    max-width: 452px;
}
.map-container .left-column a{
    font-size: 20px;
    line-height: 1.4em;
    letter-spacing: -0.01em;
    display: inline-block;
}
.mb-20{
    margin-bottom: 20px;
}
.mb-16{
    margin-bottom: 16px;
}
#map{
    width: 100%;
    height:100%;
}
.tab-btn{
   padding-left: 16px;
    padding-right: 16px;
    font-size: 21px;
}
.tabs-row .tab-btn:first-of-type{
        border-right: 1px solid #CCC7D1;
}
.tab-btn.active-tab{
    text-decoration: underline;
}
/*privacy policy*/
.privacy-container{
    max-width:691px;
    margin-left: auto;
    margin-right: auto;
}
.privacy-container h1{
    margin-bottom:40px;
    text-transform: capitalize;
}
.privacy-container h4{
    font-size:29px;
    line-height: 1.15em;
    margin-bottom: 8px;
}
.privacy-container p{
    margin-bottom:27px;
}
.error-container{
    max-width: 1164px;
    margin-left: auto;
    margin-right: auto;
}
.error-container h1{
    margin-bottom:8px;
}
.error-container h4{
    margin-bottom:29px;
    line-height: 1.15em;
    margin-bottom: 20px;
}
.error-btn{
    display: inline-flex;
    margin-top:32px;
    align-items: center;
}
/*Blog*/
.news-list >h1{
    max-width: 1164px;
    margin-left: auto;
    margin-right: auto;
}
.blog-main-page{
    gap: 20px;
    margin-top:20px;
    max-width: 1164px;
    margin-left: auto;
    margin-right: auto;
}
.aktualnosci-small{
    margin-bottom: 20px;
    position: relative;
}
.aktualnosci-small img{
    display: block;
    width: 100%;
    height: auto;
}
.aktualnosci-small .blog_info{
    position: absolute;
    height: 100%;
    display: flex;
    top: 0;
    width: 100%;
    left: 0;
    align-items: center;
    justify-content: center;
    padding: 12px;
    background: rgba(26,23,28,0.6);
    opacity: 0;
    transition: 0.7s;
}
@media (min-width: 768px) {
    .aktualnosci-small:hover .blog_info {
        opacity: 1;
    }
}
.aktualnosci-small .blog_info h3{
    color: #FFFFFF;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 0;
}
.news-detail{
    display: flex;
}
.news-detail h1{
    margin-bottom: 40px;
}
.news-detail .blog-info-desc{
    max-width: 742px;
    letter-spacing: -0.01em;
    margin-bottom: 64px;
}
.blog_movies >div{
    margin-bottom: 64px;
}
.blog_movies iframe{
    z-index: -1;
}
.blog-detail_page-gallery{
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 20px;
}
.blog-detail_page-gallery img{
    display: block;
    width: 100%;
    height: auto;
}
.blog-detail_page-gallery .img_cont{
    margin-bottom: 20px;
}
/*Casting form*/
.casting-container{
    max-width: 1205px;
    margin-left: auto;
    margin-right: auto;
}
.casting-form{
    margin-top: 40px;
}
.casting-form .left-column{
    padding-right: 20px;
    width: 35.53%;
}
.casting-form .right-column{
    width: 64.47%;
}
.casting-form h2{
    font-size: 39px;
    line-height: 1.1em;
    letter-spacing: -0.03em;
    margin-bottom: 8px;
}
.casting-form h3{
    font-size: 29px;
    line-height: 1.15em;
}
.casting-form .left-column h3{
    margin-top:27px;
    margin-bottom: 8px;
}
.casting-form .left-column p{
    max-width: 334px;
}
.casting-form .first-row{
    display: flex;
    justify-content: space-between;
}
.casting-form .second-row{
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}
.casting-form input{
    padding: 8px 0;
    color: #665C70;
    border: none;
    outline: none;
    border-bottom: 1px solid #665C70;
    line-height: 1.4em;
    letter-spacing: -0.01em;
    font-size: 16px;
    margin-bottom: 29px;
    width: 100%;
    height: 39px;
}
.casting-form select{
    padding: 8px 0;
    color: #665C70;
    border: none;
    outline: none;
    border-bottom: 1px solid #665C70;
    letter-spacing: -0.01em;
    font-size: 16px;
    width: 100%;
    margin-bottom: 29px;
    line-height: 1.4em;
    height: 39px;
}
.casting-form .btn{
    display: inline-flex;
    align-items: center;
}
.casting-form .btn-arrow img{
    height: 14px;
    display: block;
}
.form-image-desc{
    margin-bottom: 16px;
}
.drop_zone{
    margin-top:16px;
    margin-bottom:16px;
}
.gaga-file-upload{
    cursor: pointer;
}
.disclaimer-text{
    margin-bottom: 32px;
}
.checkbox-input{
    display: flex;
    align-items: center;
}
.checkbox-input input{
    width: 16px;
    height: 16px;
    margin-bottom: 0;
    margin-right:20px;
    line-height: 16px;
    border: 1px solid #1A171C;
}
.submit-btn{
    background: none;
    outline: none;
    border: none;
    margin-top:20px;
    font-size: 20px;
    cursor: pointer;
}
.submit-btn img{
    height: 20px;
}
.message-state-info{
    margin-top: 24px;
}
.language-row,.height-row,.measures-row{
    display: flex;
    justify-content: space-between;
}
.language-row select,.height-row select,.height-row input{
    width: calc(50% - 10px);
}
.measures-row input{
    width: calc(33.33% - 10.6px);
}
.colors-row{
    display: flex;
}
.row-column{
    width: 44.6%;
}
.drop_zone{
    border: 1px solid #1A171C;
    min-height: 114px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.dropzone-placholder{
    max-width: 46px;
}
.uploaded-images{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:20px;
}
.uploaded-images img{
    object-position: center;
    object-fit: cover;
    height: 100%;
    width: 100%;
    display: block;
}
.uploaded-file{
    aspect-ratio:158/119 ;
    position: relative;
}
.remove-uploaded-file{
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #332E38;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
}
@media (min-width: 768px) {
    .uploaded-file:hover .remove-uploaded-file {
        opacity: 0.7;
    }
}
.mobile-filter-header{
    display: none;
}
/*tablet*/
@media (max-width: 979px){
    .body-container{
        padding-top: 20px;
    }
    .header-section{
        background: var(--bg-color);
    }
    .single-banner{
        display: flex;
        flex-direction: column-reverse;
    }
    .news-detail{
        padding-top:44px;
    }
    .single-banner .banner-image{
        width: 100%;
    }
    .single-banner .banner-description{
        width: 100%;
        max-width:590px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 56px;
    }
    .banners-section .owl-nav, .banners-section .owl-dots{
        width: 100%;
        bottom: 211px;
    }
    .small-text-section{
        padding-top: 80px;
        padding-bottom: 80px;
        max-width: 590px;
    }
    .homepage-contact-section{
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .homepage-contact-section .flex-cont{
        max-width: 590px;
        flex-direction: column;
    }
    .homepage-contact-section p{
        font-size: 20px;
    }
    .homepage-contact-section .left-column{
        margin-bottom:32px;
        margin-right: 0;
    }
    .homepage-contact-section .right-column a{
        text-align: left;
        font-size: 52px;
    }
    .homepage-contact-section .right-column .small-label{
        text-align: left;
        font-size: 16px;
    }
    .mobile_menu_popup{
        max-width:407px;
    }
    .categories-menu{
        padding-top: 0;
    }
    .mobile-menu{
        padding-top: 24px;
        padding-bottom: 24px;
    }
    .models-left-column,.models-right-column{
        display: none;
    }
    .models-mid-column{
        width: 100%;
    }
    .model-porfolio-cont{
        flex-wrap: wrap;
        padding-top: 64px;
    }
    .model-fixed-cont{
        top:69px;
    }
    .models_gallery{
        margin-top: 64px;
    }
    .go-to-top-text{
        writing-mode:inherit;
        transform: none;
    }
    .arrow{
        height: auto !important;
    }
    .arrow-grot{
        background: none;
    }
    .models-row-range-cont{
        display: block;
        margin-top:4px;
    }
    .model-bottom-row-fixed{
        bottom: 0px;
        background: var(--bg-color);
        padding-bottom: 16px;
        visibility: visible;
        padding-top: 16px;
    }
    .model-fixed-cont{
        height: calc(100% - 69px);
    }
    .models-arrow-fixed{
        background: var(--bg-color);
        visibility: visible;
    }
    .map-container .flex-cont{
        flex-direction: column;
    }
    .map-container .left-column{
        width: 100%;
        margin-bottom:40px;
        padding-right: 0;
    }
    .map-container .right-column{
        width: 100%;
    }
    #map{
        min-height: 548px;
    }
    .map-container .left-column p{
        max-width: 100%;
    }
    .contact-info-row{
        display: flex;
    }
    .contact-info-row >div:first-of-type{
        margin-right: 40px;
    }
    .blog-main-page{
        margin-top: 32px;
    }
    .news-detail .blog-info-desc,.blog_movies >div{
        margin-bottom:32px;
    }
    .casting-form{
        flex-direction: column;
    }
    .casting-form .left-column{
        width: 100%;
        padding-right: 0;
    }
    .casting-form .right-column{
        width: 100%;
        margin-top: 64px;
    }
    .casting-form .left-column p{
        max-width: 100%;
    }
    .gallery-slider-cont .owl-nav{
        top: unset;
        bottom: 20px;
        transform: translateX(-50%);
    }
    .gallery-slider-cont{
        padding: 14px 20px;
    }
    .big_range_list{
        transform: translateX(-50%);
        left: 50%;
    }
    .model-info-name{
        font-size: 29px;
    }
    .model-info{
        bottom: calc(-100% + 61px);
    }
    .model-poster img{
        margin-bottom:61px;
    }
}
/*phone*/
@media (max-width: 767px){
    .only_mobile{
        display: block;
    }
    h1, .main-header{
        font-size: 52px;
    }
    h2{
        font-size: 39px;
    }
    .mobile_menu_popup{
        max-width: 320px;
    }
    .categories-menu li{
        font-size: 29px;
    }
    .menu-subcat li{
        font-size: 21px;
    }
    .categories-menu{
        padding-top: 16px;
    }
    .mobile-menu{
        margin-top: 20px;
        padding-top: 20px;
    }
    .banners-section{
        position: relative;
        width: calc(100% + 40px);
        left: -20px;
    }
    .banners-section .owl-nav, .banners-section .owl-dots{
        bottom: 190px;
    }
    .small-text-section{
        padding-top: 64px;
        padding-bottom: 64px;
    }
    .homepage-contact-section{
        padding-top: 64px;
        padding-bottom: 64px;
    }
    .homepage-contact-section .right-column a{
        font-size: 39px;
    }
    .privacy-container h4{
        font-size: 25px;
    }
    .models_info{
        display: flex;
        flex-direction: row-reverse;
        flex-wrap: wrap;
    }
    .model-left-column{
        padding-right: 0;
        width: 100%;
    }
    .model-right-column{
        width: 100%;
        order: -1;
        margin-bottom: 32px;
    }
    .models_gallery{
        margin-top: 42px;
    }
    .contact-info-row{
        display: block;
    }
    .map-container .flex-cont{
        margin-top: 20px;
    }
    #map{
        min-height:298px;
    }
    .map-container{
        padding-bottom: 0;
    }
    .blog-main-page{
        margin-top: 20px;
    }
    /*form*/
    .casting-form .second-row,.casting-form .first-row{
        flex-direction: column;
        margin-top: 0;
    }
    .row-column{
        width: 100%;
        margin-bottom:40px;
    }
    .second-row .row-column:last-of-type{
        margin-bottom: 0;
    }
    .models-list{
        grid-template-columns: 1fr;
    }
    .filters_cont{
        position: fixed;
        z-index: 10;
        width: 100%;
        height: 100%;
        top: 0;
        left: -100vw;
        max-width: 320px;
        display: none;
        transition: 0.7s;
    }
    .filters_cont.visible{
        display: block;
    }
    .filters_cont.menu-open{
        left: 0;
    }
    .filters_cont:before{
        position: fixed;
        right: 0;
        height: 100%;
        width: 100vw;
        content: "";
        top: 0;
        z-index: -1;
        background:  rgba( 51,46,56, 0.6 );
        backdrop-filter: blur(6.5px);
        transition: 0.7s;
        opacity: 0;
    }
    .filters_cont.menu-open:before{
        opacity: 1;
    }
    .filters_cont .filter_cont_form{
        background: var(--bg-color);
        max-width: 320px;
        height: 100%;
        width: 100%;
        flex-direction: column;
        padding: 20px 20px 20px;
        overflow-y: auto;
        flex-wrap: nowrap;
    }
    .filter_name{
        font-size:20px;
        display: flex;
        justify-content: space-between;
        margin-right: 0;
        padding: 4px 0;
        margin-bottom: 8px;
    }
    .filter_name img{
        width: 13px;
    }
    .range-input-hande:before{
        width: 30px;
        height: 30px;
    }
    .mobile-filter-header{
        display: block;
        text-align: left;
        margin-bottom:32px;
    }
    .mobile-filter-header .btn{
        display: inline-flex;
        align-items: center;
    }
    .mobile-filter-header .btn img{
        display: block;
        margin-right:8px;
        width: 9px;
    }
    .single-filter-container{
        position: static;
    }
    .filter_list{
        position: relative;
        top: 0;
        box-shadow: none;
        border: none;
        border-bottom: 1px solid #CCC7D1;
        background: none;
        width: 100%;
        padding:20px 0;
        margin-bottom: 8px;
    }
    .range-filter{
        width: 280px;
    }
    .range-filter-cont{
        max-width: 280px;
    }
    .range-filter-cont input[type=number]{
        width:125px;
    }
    .filter-list-row > ul{
        flex-direction: column;
    }
    .filter-list-row > ul li{
        margin-bottom:32px;
    }
    .filter-list-row{
        padding-bottom: 0;
    }
    .hidden-range-filter{
        display: none;
    }
    .range-filter-slider-cont{
        max-width: 280px;
    }
    .filters_cont .single-filter-container{
        margin-right: 0;
    }
    .model-filter{
        display: inline-flex;
        align-items: center;
        cursor: pointer;
    }
    .model-info:hover{
        bottom: 0;
    }
}
/* style od animacji*/
.step-1{
    transition: top 0.5s 0.5s,left 0.5s 0.5s,bottom 0.5s 0.5s,right 0.5s 0.5s, opacity 0.5s 0.5s;
}
.step-2{
    transition: top 0.5s 1s,left 0.5s 1s,bottom 0.5s 1s,right 0.5s 1s, opacity 0.5s 1s;
}
.step-3{
    transition: top 0.5s 1.5s,left 0.5s 1.5s,bottom 0.5s 1.5s,right 0.5s 1.5s, opacity 0.5s 1.5s;
}
.step-4{
    transition: top 0.5s 2s,left 0.5s 2s,bottom 0.5s 2s,right 0.5s 2s, opacity 0.5s 2s;
}
.step-5{
    transition: top 0.5s 2.5s,left 0.5s 2.5s,bottom 0.5s 2.5s,right 0.5s 2.5s, opacity 0.5s 2.5s;

}
.step-6{
    transition-delay: 3.0s;
    transition-duration: 0.5s;
}
.anime-opacity{
    opacity: 0;
}
.anime-move-tb,.anime-move-lr,.anime-move-rl, .anime-move-bt{
   position: relative;
}
.anime-move-tb{
    top: -20px;
}
.anime-move-lr{
    left: -20px;
}
.anime-move-rl{
    right: -20px;
}
.anime-move-bt{
    bottom: -20px;
}
.animated .anime-opacity {
    opacity: 1;
}
.animated .anime-move-tb{
    top: 0;
}
.animated .anime-move-lr{
    left: 0;
}
.animated .anime-move-rl{
    right:0;
}
.animated .anime-move-bt{
    bottom: 0;
}
.banners-section .owl-nav,.banners-section .owl-dots{
    opacity: 0;
    transition-delay: 1.5s;
    transition-duration: 0.5s;
}
.animated.banners-section  .owl-nav,.animated.banners-section  .owl-dots{
    opacity: 1;
}
/*popup*/
.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 20;

}

.popup-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    width: 90%;
    max-width: 1164px;
    text-align: center;
    position: relative;
}

.popup-close {
    position: static;
    top: 10px;
    right: 10px;
    font-size: 28px;
    cursor: pointer;
    width: 100%;
    text-align: right;
    margin-bottom: 20px;
    display: block;
}
.error {
    border-bottom: 1px solid red !important;
}
.drop_zone.error{
    border: 1px solid red !important;
}


/* tabela */
.green-list {
    margin: 50px 0 !important;
}
.green-list th {
    width: 30px;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
}
.green-list tr{
    border-bottom: 1px solid;
}
.green-list td{
    padding: 10px 0;
    align-content: baseline;
}