body
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Lato", sans-serif;
}

html, body {
    touch-action: manipulation;
}

body.modal-open {
    overflow: hidden; 
}


/* scrollbar */

::-webkit-scrollbar
{
    width: 10px;
}
  
::-webkit-scrollbar-track
{
    background: #eee;
}
  
::-webkit-scrollbar-thumb
{
    background: #d1d1d1;
}
  
::-webkit-scrollbar-thumb:hover
{
    background: #bbbbbb;
}


/* slider */

.pd-containter
{
    width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    background-color: #f5f5f5;
    display: flex;
    flex-direction: row;
    padding-bottom: 100px;
}

.zoom-icon {
    display: block;
    font-size: 30px;
    width: 50px;
    height: 50px;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    z-index: 10;
    transition: background-color 0.3s ease;
    position: absolute;
    top: 90px;
    right: 10px;
    background-color: rgb(255, 255, 255, 0.5);
}

.slider {
    position: relative;
    width: 930px;
    overflow: hidden;
    padding-top: 80px;
    margin-left: auto;
    margin-bottom: 20px;
}

.slides {
    display: flex;
    transition: transform 0.8s ease-in-out;
    width: 100%;
}

.slide {
    width: 100%;
    flex-shrink: 0;
}

img {
    width: 100%;
    vertical-align: middle;
}

button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.5);
    color: #808080;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
    font-size: 50px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

button:hover
{
    background-color: rgb(73, 169, 218, 0.5);
    color: rgb(255, 255, 255);
}

.prev_product {
    left: 0;
    height: 200px;
    width: 50px;
}

.next_product {
    right: 0;
    height: 200px;
    width: 50px;
}

.no-select {
    user-select: none;         
    -webkit-user-select: none;  
    -moz-user-select: none;    
    -ms-user-select: none;      
}


#prevThumbnail
{
    position: absolute;
    bottom: 0;
    width: 40px;
    height: 100px;
    left: 0px;
    text-align: center;
    line-height: 100px;
    font-size: 40px;
    top: initial;
    transform: initial;
    padding: 0;
    margin-bottom: 0;
    background-color: initial;
}

#nextThumbnail
{
    position: absolute;
    bottom: 0;
    width: 40px;
    height: 100px;
    right: 0px;
    text-align: center;
    line-height: 100px;
    font-size: 40px;
    top: initial;
    transform: initial;
    padding: 0;
    margin-bottom: 0;
    background-color: initial;
}

#nextThumbnail:hover, #prevThumbnail:hover
{
    color:#49a9da;
}

.thumbnails {
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 40px;
    margin-right: 40px;
    overflow-x: auto;        
    scrollbar-width: none;
    width: calc(100% - 80px);
    /* scroll-behavior: smooth;
    scroll-snap-type: x mandatory; */
}

.thumbnail {
    flex-shrink: 0; 
    width: 130px;
    height: 100px;
    margin-right: 5px;
    margin-left: 5px;
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.3s ease;
    object-fit: cover;
    overflow: hidden;
    background-color: #fff;
}


.thumbnail.active {
    border-top: 3px solid #49a9da;
    opacity: 1;
    box-sizing: border-box
}

.thumbnail:hover {
    opacity: 1;
}

.pd-informations
{
    width: 450px;
    margin-left: 20px;
    margin-right: auto;
    margin-top: 80px;
    margin-bottom: 20px;
    /* height: 620px; */
    height: auto;
    background-color: #fff;
    position: relative;
    display: flex;
    flex-direction: column;
}

.pd-category
{
    width: 90%;
    min-height: 20px;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    color:#c0c0c0;
    
}


.pd-name
{
    margin-bottom: 10px;
    font-size: 40px;
    text-transform: uppercase;
    color:#575757;
    font-weight: 500;
}

.pd-dimensions
{
    width: 100%;
    max-height: auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    margin-top: 20px;
    font-size: 20px;
    text-transform: uppercase;
    color:#49a9da;
    font-weight: 700;
}

.pd-text
{
    color:#797979;
    font-size: 18px;
    font-weight: 500;
    text-transform: initial;
    line-height: 8px;
}

.pd-bold
{
    font-weight: 600;
}

.pd-text-low
{
    color:#797979;
    font-size: 18px;
    padding-top: 20px;
    font-weight: 400;
    text-transform: initial;
}

.pd-button-container
{
    flex-grow: 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pd-button
{
    width: 250px;
    height: 60px;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
    text-transform: uppercase;
    background-color: #49a9da;
}

.pd-button a
{
    display: block;
}

.pd-button a:hover
{
    color: #fff;
    background-color: #2684b3;
}


@media (max-width: 1414px)
{
    .pd-informations
    {
        height:initial;
    }
    .pd-containter
    {
        padding-bottom: 0;
    }
}

@media (max-width: 1199px)
{
    .pd-name
    {
        font-size: 35px;
    }
    .pd-dimensions
    {
        margin-top: 10px;
        font-size: 18px;
    }

    .pd-text
    {
        font-size: 16px;
        line-height: 4px;
    }

    .pd-text-low
    {
        font-size: 14px;
        margin-top: 15px;
        text-align: center;
    }
}    

@media (max-width: 991px)
{
    .pd-containter
    {
        flex-direction: column;
    }

    .slider
    {
        width: 100%;
        padding-top: 50px;
    }
    .zoom-icon
    {
        top: initial;
        bottom: 130px;
    }
    .pd-informations
    {
        width: calc(100% - 40px);
        box-sizing: border-box;
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 0;
        margin-bottom: 20px;
        padding-bottom: 20px;
        padding-top: 10px;
    }

    
    .pd-name
    {
        font-size: 40px;
    }
    .pd-dimensions
    {
        margin-top: 10px;
        font-size: 20px;
    }

    .pd-text
    {
        font-size: 18px;
        line-height: 4px;
    }

    .pd-text-low
    {
        font-size: 16px;
        margin-top: 15px;
        text-align: center;
    }

}

@media (max-width: 767px)
{   
    .prev_product
    {
        height: 200px;
        width: 50px;
        top: 45%;
    }
    
    .next_product
    {
        height: 200px;
        width: 50px;
        top: 45%;
    }
}

@media (max-width: 575px)
{  
    .prev_product
    {
        height: 150px;
        width: 50px;
        top: 40%;
    }
    
    .next_product
    {
        height: 150px;
        width: 50px;
        top: 40%;
    }
}
















/* modal */

.modal {
    display: none; 
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

#loader {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    z-index: 10000;
    font-size: 20px;
    text-transform: uppercase;
    color: #575757;
}


.modal-container
{
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    bottom: 0;
    display: flex;
    height: 100%; 
    max-height: 92%; 
    width: 100%;
    justify-content: center;
}


.modal-thumbnails {
    width: 15%;
    height: 100%;
    background-color: #fff;
    display: block;           
    overflow-y: auto;        
    scrollbar-width: none;
}

.modal-thumbnails::-webkit-scrollbar {
    display: none;
}

.modal-thumbnail {
    width: 100%;             
    height: auto;            
    cursor: pointer;
    opacity: 0.6;           
    transition: opacity 0.3s ease; 
    object-fit: cover;      
    border-left: 6px solid transparent; 
}

.modal-thumbnail.active {
    border-color: #49a9da; 
    opacity: 1;          
}

.modal-thumbnail:hover {
    opacity: 1;           
}

.modal-content {
    width: 85%;
    height: 100%;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    object-fit: cover;
    position: relative;
}

.modal-content img {
    width: 100%;
    height: 100%;
    cursor: move;
    transform-origin: center center;
    object-fit: contain;
}

.modal-menu-name
{
    position: absolute; 
    top: 10px; 
    left: 50px;  
    font-size: 40px;
    text-transform: uppercase;
    color:#575757;
}

.modal-menu {
    position: absolute; 
    top: 10px;         
    right: 50px;       
    display: flex;     
    flex-direction: row-reverse;
    align-items: center; 
    z-index: 2000000;   
    gap: 10px;           
    height: 50px;
    align-items: center;    
}

.modal-menu-btn {
    min-width: 50px;   
    height: 50px;    
    font-size: 30px;   
    text-align: center; 
    color: #ffffff;   
    cursor: pointer;    
    background-color: #49a9da;    
    position: relative;  
    border: none;
    display: block;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    padding: 5px;
}

.modal-menu-btn:hover
{
    background-color: #2684b3;
}

#resetZoom {
    font-size: 18px;
    padding-left: 15px;
    padding-right: 15px;
}



@media (max-width: 991px)
{
    
}

@media (max-width: 767px)
{   
    .modal-container
    {
        height: 100%;
        max-height: 92%; 
        width: 100%;
    }

    .modal-menu {
        top: 60px; 
        right: initial;
        left: 50%;
        transform: translate(-50%);
    }
    .modal-menu-name{
        left: 50%;
        transform: translate(-50%);
        font-size: 30px;
    }
    .modal-thumbnails{
        display: none;
    }
    .modal-content{
        width: 100%;
        height: 92%;
        position: absolute;
        bottom: 0;
    }
}

@media (max-width: 575px)
{  
    .modal-menu-name{
        font-size: 25px;
        top: 15px; 
    }
}






/* nav */

nav
{
    text-decoration: none;
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 100;
    user-select: none;
    background-color: #fff;
}

.nav-container
{
    /* max-width: 1100px; */
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

nav .logo
{
    height: 60px;
    width: 200px;
}

nav ul.navbar
{
    list-style: none;
    margin: 0;
}

nav ul.navbar li
{
    width: auto;
    height: 60px;
    float: left;
    text-align: center;
    line-height: 60px;
    letter-spacing: 1px;
    font-weight: 700;
    position: relative;
    background-color: #fff;
}

nav ul.navbar li:hover
{
    background-color: #e6e6e6;
}

nav ul.navbar li a
{
    font-size: 16px;
    text-decoration: none;
    color: #575757;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0;
    transition: transform 0.1s ease-in-out;
}

nav ul.navbar li a:hover
{
    transform: scale(0.95);
    text-decoration: none;
}

nav ul.navbar li ul
{
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    list-style-type: none;
    display: none;
    max-height: 85vh;
    overflow-y: auto; 
}

nav ul.navbar li ul li
{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #f0f0f0;
}

nav ul.navbar li ul li:hover
{
    background-color: #fff;
}

#product-menu:checked ~ ul
{
    display: initial;
}

#product-menu:checked ~ label
{
    background-color: #e6e6e6;
}

#menu-bar
{
    display: none;
}

nav label
{
    font-size: 20px;
    color: #575757;
    padding: 18px;
    cursor: pointer;
    display: none;
}

nav label:hover
{
    color: #aaa;
}

#product-menu
{
    display: none;
}

nav ul.navbar li label
{
    font-size: 16px;
    color: #575757;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
    cursor: pointer;
    display: block;
    transition: transform 0.1s ease-in-out;
}

nav ul.navbar li label:hover
{
    text-decoration: none;
    background-color: #e6e6e6;
    transform: scale(0.95);
}

@media (max-width: 991px)
{
    nav label
    {
        display: initial;
    }
     
    nav ul.navbar
    {
        position: absolute;
        top: 100%; left: 0; right: 0;
        padding: 0;
        margin: 0;
        display: none;
        max-height: 85vh; 
        overflow-y: auto;
    }
   
    nav ul.navbar li
    {
        width: 100%;
        display: inline-block;
        clear: both;
        height: auto;
    }

    nav ul.navbar li ul
    {
        position: relative;
        width: 100%;
    }

    #menu-bar:checked ~ ul.navbar
    {
        display: initial;
    }

}


.header
{
    background-image: url(img/category_header.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 60px;
    height: 250px;
    width: 100%;
    background-color: #f5f5f5;
}

.header-title
{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 250px;
    color: #797979;
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
}

.product-container
{
    height: auto;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
    flex-wrap: wrap;
}

.product
{
    width: 340px;
    height: 460px;
    background-color: #fff;
    margin: 10px;
    transition: box-shadow 0.3s ease;
}

.product:hover
{
    -webkit-box-shadow: 0px 0px 24px -5px rgb(219, 219, 219);
    -moz-box-shadow: 0px 0px 24px -5px rgb(219, 219, 219);
    box-shadow: 0px 0px 24px -5px rgb(219, 219, 219);
}

.product-image
{
    width: 300px;
    height: 300px;
    margin: 20px 20px 0 20px;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    transition: background-image 0.4s ease-in-out;
}

.product-image a
{
    display: block;
    width: 100%;
    height: 100%;
}

.product-title
{
    width: 300px;
    height: 30px;
    margin-left: 20px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    text-align: center;
    color:#575757;
}

.product-title a
{
    color: #575757;
}

.product-description
{
    width: 300px;
    height: 20px;
    margin-left: 20px;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    color:#575757;
}

.product-button
{
    width: 120px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    text-transform: uppercase;
    background-color: #49a9da;
}

.product-button a
{
    display: block;
}

.product-button a:hover
{
    color: #fff;
    background-color: #2684b3;
}







/* header */ 

.head-container
{
    width: 100%;
    min-height: 100vh;
    max-height: 100vh;
    background-image: url(img/header_background.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
	align-items: center;
    flex-direction: row;
    overflow: hidden;
}

.title-container
{   
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    z-index: 5;
}

.title
{
    margin: 0 0 10px 0;
    color: #fff;
    font-weight: 900;
    font-size: 3vw;
    line-height: 2.8vw;
    margin-top: -23vh;
}

.title-text 
{
    margin: 0 0 0 5px;
    color: #fff;
    font-weight: 400;
    font-size: 1.3vw;
    line-height: 1.5vw;
}

h1:hover 
{
    cursor: default;
}

.header-arrow
{
    width: 200px;
    position:absolute; bottom: 30px; left: 0; right: 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    line-height: 18px;
    color: #fff;
}

.header-arrow:hover
{
    color: #f1f1f1;
    cursor: pointer;
    line-height: 20px;
    transition: line-height 0.2s ease-in-out;
}

@media (max-width: 1199px)
{
    .title
    {
        font-size: 5.2vw;
        line-height: 5vw;
    }

    .title-text 
    {
        font-size: 2vw;
        line-height: 2.2vw;
    }
}    

@media (max-width: 991px)
{


    .title
    {
        font-size: 8vw;
        line-height: 7vw;
        text-align: center;
        margin-top: -32vh;
    }

    .title-text
    {
        font-size: 2.5vw;
        line-height: 2.3vw;
        text-align: center;
    }
}

@media (max-width: 767px)
{   

    .title
    {
        font-size: 10vw;
        line-height: 9vw;
        text-align: center;
    }

    .title-text
    {
        font-size: 3vw;
        line-height: 2.9vw;
        text-align: center;
    }
}

@media (max-width: 575px)
{   


    .title-text
    {
        font-size: 4.7vw;
        line-height: 4.8vw;
        text-align: center;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        
    }
   
    .title
    {
        font-size: 11vw;
        line-height: 10.4vw;
    }
}

.title-text-bold
{
    font-weight: 700;
}



.other-products-container
{
    padding-top: 0;
    padding-bottom: 100px;
    padding-left: 12%;
    padding-right: 12%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    position: relative;
}

.other-products {
    position: relative;
    min-width:  76%;
    overflow: hidden;
    display: flex;
    flex-direction: row;
}

.other-product {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.other-products-title
{
    height: 100px;
    width: 100%;
    background-color: #fff;
    text-align: center;
    font-size: 30px;
    color: #49a9da;
    text-transform: uppercase;
    line-height: 150px;
    font-weight: 600;
}


@media (max-width: 767px)
{   
    .other-products-title
    {
        min-height: 100px;
        line-height: initial;
        margin-top: 30px;
    }
    .other-products-container
    {
        padding-top: 0;
        padding-bottom: 80px;
        padding-left: 6%;
        padding-right: 6%;
    }
}









.slajder
{
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 12%;
    padding-right: 12%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f5f5f5;
    position: relative;
}

.carousel-container {
    position: relative;
    min-width:  76%;
    overflow: hidden;
    display: flex;
    flex-direction: row;
}

.carousel {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.carousel-item {
    height: 400px;
    min-width: 300px;
    background-color: #000000;  
    box-sizing: border-box;
    margin-left: 20px;
    position: relative;
    overflow: hidden;
}

.carousel-image
{
    height: 400px;
    z-index: 50;
}

.carousel-title
{
    height: 60px;
    text-align: center;
    color: #fff;
    font-weight: 800;
    font-size: 38px;
    align-items: center;
    line-height: 60px;
    text-transform: uppercase;
    position: absolute; bottom: 5px; left: 0; right: 0;
    z-index: 100;
}

.carousel-item img {
    width: 100%;
    z-index: 51;
    transition: transform 0.2s ease-in-out;
}

.carousel-item img:hover {
    transform: scale(1.1);
    cursor: pointer;
}

.prev, .next {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(114, 114, 114, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
    font-size: 16px;
}

.prev:hover, .next:hover {
    background-color: rgba(49, 49, 49, 0.5);
}

.prev {
    left: 8%;
}

.next {
    right: 8%;
}







.company-information
{
    width: 100%;
    height: auto;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.information-text
{
    width: 50%;
    height: 30vw;
    padding: 4vw;
    box-sizing: border-box;
    font-size: 1.1vw;
    font-weight: 400;
    color: #575757;
    text-align: justify;
    overflow: hidden;
}

.information-photo
{
    width: 50%;
    height: 30vw;
    object-fit: cover;
}

.information-photo > img
{
    object-fit: cover;
}

.information-title
{
    font-size: 3vw;
    font-weight: 800;
    color: #bdbdbd;
    text-transform: uppercase;
    margin-bottom: 10px;
}

@media (max-width: 1199px)
{
    .information-photo
    {
        width: 50%;
        height: 45vw;
    }   
    .information-text
    {
        height: 45vw;
        font-size: 1.6vw;
        padding: 3vw;
    }
    .information-title
    {
        font-size: 4vw;
    }
}    

@media (max-width: 991px)
{
    .flex1
    {
        display: flex;
        flex-direction: column;
    }

    .flex2
    {
        display: flex;
        flex-direction: column-reverse;
    }
    .information-text
    {
        width: 100%;
        height: 60vw;
        font-size: 2.2vw;
        padding: 8vw;
    }
    .information-title
    {
        font-size: 8vw;
    }
    .information-photo
    {
        width: 100%;
        height: 60vw;
    }   
}

@media (max-width: 767px)
{   
    .information-text
    {
        height: 90vw;
        font-size: 3vw;
        padding: 8vw;
    }
    .information-title
    {
        font-size: 8vw;
    }
}

@media (max-width: 575px)
{   

}




/* 
.parallax-container {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
} */

.parallax {
    background-image: url('img/parallax.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
}

.parallax-content
{
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-weight: 300;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 125px;
    padding-bottom: 125px;
}

.parallax-title
{
    font-size: 30px;
    color: #fff;
    text-align: center;
    font-weight: 300;
}

a
{
    color: #fff;
    text-decoration: none;
}

a:hover
{
    color: #aaa;
}


.footer
{
    width: 100%;
    min-height: 210px;
    background-color: #000000;
    padding-top: 15px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.footer-box
{
    height: 200px;
    width: 250px;
    margin: 20px;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
}

.footer-box > p
{
    font-weight: 800;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    cursor: default;
}

ul.footer-list 
{
    list-style-type: none;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

ul.footer-list > li > a:hover
{
    color: #b6b6b6;
}

.footer-link-left, .footer-link-right
{
    width: 45%;
    float: left;
}

.footer-copyright
{
    width: 100%;
    min-height: 40px;
    background-color: #000;
    color:#b1b1b1;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    line-height: 40px;
    padding-bottom: 10px;
}

@media (max-width: 879px)
{   
    .footer
    {
        text-align: center;
    }
    .footer-link-left
    {
        width: 50%;
        text-align: right;
        padding-right: 7px;  
        box-sizing: border-box;  
    }
    .footer-link-right
    {
        width: 50%;
        text-align: left;  
        padding-left: 7px;
        box-sizing: border-box;     
    }
}


.contact-site-container
{
    width: 100%;
    min-height: 100vh;
    max-height: 100vh;
    display: flex;
    flex-direction: row;
}

.contact-site-map
{
    width: 65%;
    height: 100%;
}

.contact-site-info
{
    width: 35%;
    height: 100vh;
    background-color: #f5f5f5;
    display: block;
}

.map
{
    width: 100%;
    height: calc(100vh - 60px);
    border:0;
    margin:0;
    margin-bottom:-7px;
    padding:0;
    margin-top: 60px;
}

.contact-site-title
{
    font-size: 5vw;
    color: #797979;
    padding-top: 100px;
    padding-bottom: 20px;
    font-weight: 600;
    display: block;
}

.contact-site-second-title
{
    font-size: 1.6vw;
    text-transform: uppercase;
    color:#49a9da;
    font-weight: 700;
}

.contact-site-text .pd-text
{
    font-size: 1.2vw;
    display: block;
    margin: 0;
    margin-top: 10px;
    padding: 0;
    min-height: 30px;
    line-height: 1.3vw;
}

.contact-icon{
    padding-top: 5px;
    padding-right: 15px;
    width: 1.3vw;
    height: 1.3vw;
}

.contact-site-info-center
{
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
}


@media (max-width: 1199px)
{
    .contact-site-map
    {
        width: 50%;
    }
    
    .contact-site-info
    {
        width: 50%;
    }

    .contact-site-title
    {
        font-size: 7vw;
    }

    .contact-site-second-title
    {
        font-size: 2.24vw;
    }

    .contact-site-text .pd-text
    {
        font-size: 1.68vw;
        line-height: 1.82vw;
    }

    .contact-icon
    {
        width: 1.82vw;
        height: 1.82vw;
    }
}   

@media (max-width: 991px)
{
    .contact-site-title
    {
        font-size: 9vw;
    }

    .contact-site-second-title
    {
        font-size: 2.88vw;
    }

    .contact-site-text .pd-text
    {
        font-size: 2.16vw;
        line-height: 2.34vw;
    }

    .contact-icon
    {
        width: 2.34vw;
        height: 2.34vw;
    }
}

@media (max-width: 767px)
{   
    .contact-site-container
    {
        flex-direction: column;
        min-height: initial;
        max-height: initial;
        height: fit-content;
    }
    .contact-site-info-center
    {
        padding-bottom: 50px;
    }
    .contact-site-map
    {
        width: 100%;
        height: max-content;
        padding: 0;
        margin: 0;
    }
    
    .contact-site-info
    {
        width: 100%;
        height: fit-content;
        background-color: #f5f5f5;
    }
    
    .map
    {
        width: 100%;
        margin-top: 0;
        display: block;
    }

    .contact-site-title
    {
        font-size: 11vw;
        padding-top: 65px;
        padding-bottom: 5px;
    }

    .contact-site-second-title
    {
        font-size: 3.84vw;
    }

    .contact-site-text .pd-text
    {
        font-size: 2.88vw;
        line-height: 3.12vw;
    }

    .contact-icon
    {
        width: 3.12vw;
        height: 3.12vw;
    }
}

@media (max-width: 575px)
{   

    .contact-site-title
    {
        font-size: 14vw;
    }

    .contact-site-second-title
    {
        font-size: 4.88vw;
    }

    .contact-site-text .pd-text
    {
        font-size: 3.66vw;
        line-height: 3.97vw;
    }

    .contact-icon
    {
        width: 3.97vw;
        height: 3.97vw;
    }
}