/*
1dp
box-shadow: 0 0 2px 0 rgba(0,0,0,0.14), 0 2px 2px 0 rgba(0,0,0,0.12), 0 1px 3px 0 rgba(0,0,0,0.20);

2dp
box-shadow: 0 2px 4px 0 rgba(0,0,0,0.14), 0 3px 4px 0 rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.20);

4dp
box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.20);

6dp
box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px 0 rgba(0,0,0,0.20);

8dp
box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 3px rgba(0,0,0,0.12), 0 4px 5px 0 rgba(0,0,0,0.20);

16dp
box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12), 0 8px 10px 0 rgba(0,0,0,0.20);
 */
@font-face {
    font-family: "Montserrat";
    src: url("fonts/Montserrat/static/Montserrat-ExtraLight.ttf");
}

@font-face {
    font-family: "Montserrat-Medium";
    src: url("fonts/Montserrat/static/Montserrat-Medium.ttf");
}

@font-face {
    font-family: "Montserrat-Regular";
    src: url("fonts/Montserrat/static/Montserrat-Regular.ttf");
}

body {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.main {
    min-height: calc(100vh - 350px);
    overflow: hidden;
}

.general-background{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0; left: 0;
    background-color: rgba(0,0,0,0);
    z-index: -1;
}

.item-photo:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; left: 0;
    background-color: rgba(0,0,0,0.5);
}

.wrap-content-field{
    width: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    overflow: auto;
}
/*
.content-field{
    width: 1100px;
    text-align: center;
}
*/
.gallery-container {
    /*
    max-width: 1024px;
     */
    margin: auto;
    /*
    margin-top: 3em;
    */
}

.gallery-items{
    width: 10vw;
    height: 10vw;
    min-width: 200px;
    min-height: 200px;
    display: inline-block;
    margin: 5px;
    transition: 0.2s;
    margin-bottom: 50px;
}

.gallery-item-img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: 0.2s;
}

.gallery-item-img:hover{
    transform: scale(1.05);
    transition: 0.2s;
}

.galery-item-id h1{
    color: #000000;
    font-family: Montserrat-Medium;
    font-size: 25px;
}

.galery-item-id h5{
    color: #000000;
    font-family: Montserrat;
    font-weight: bold;
}

.galery-item-id p{
    color: #000000;
    font-family: Montserrat;
}

.name_item{
    padding: 5px;
    width: 100%;
    text-align: center;
}

.image-col{
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.img-wrap{
    margin: auto;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.materials-container{

}

.materials-items{
    width: 255px;
    display: inline-block;
    margin: 5px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    vertical-align: top;
}

.materials-item-img{
    width: 100%;
}

#pagination-container-wrap{
    margin: 0;
    padding: 0;
    height: 118px;
}

.pagination-block-wrap {
    cursor: pointer;
    padding: 0;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    border: 1px solid black;
    display: none;
    color: black;
    overflow: hidden;
    background-color: white;
    transition: 0.3s;
}

.pagination-block-wrap:hover {
    background-color: grey;
    color: white;
    transition: 0.3s;
}

.pagination-block{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.choise-page{
    color: white;
    background-color: black;
}

.category-block-wrap {
    cursor: pointer;
    padding: 0;
    min-width: 50px;
    height: 50px;
    border-radius: 25px;
    border: 1px solid black;
    display: inline-block;
    color: black;
    overflow: hidden;
    transition: 0.3s;
}

.category-block-wrap:hover {
    background-color: grey;
    color: white;
    transition: 0.3s;
}

.category-block{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
}

.choise-page{
    color: white;
    background-color: black;
}

@media screen and (min-width: 920px) {
    .img-wrap{
        max-width: 100%;
        max-height: 25vw;
    }

    .gallery-container{
        text-align: justify;
    }

    .content-field{
        width: 920px;
        text-align: center;
    }
}

@media screen and (max-width: 919px){
    .img-wrap{
        width: 100%;
    }

    .gallery-container{
        text-align: center;
    }
    .content-field{
        width: 100vw;
        text-align: center;
    }
}

.contacts-card{
    margin: 10px;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px 0 rgba(0,0,0,0.20);
}

.map-card{
    margin: 10px;
    padding: 5px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 2px 0 rgba(0,0,0,0.14), 0 2px 2px 0 rgba(0,0,0,0.12), 0 1px 3px 0 rgba(0,0,0,0.20);
}

.show-bottom{
    width: 100vw;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99999;
}

.copy-link-btn{
    font-family: 'Montserrat-Medium';
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    border: none;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 20px;
    width: auto;
    transition: all .2s;
    box-shadow: 0 0 2px 0 rgba(0,0,0,0.14), 0 2px 2px 0 rgba(0,0,0,0.12), 0 1px 3px 0 rgba(0,0,0,0.20);
}

.copy-link-btn span{
    margin-left: 15px;
    color: black;
}

.copy-link-btn:hover{
    box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px 0 rgba(0,0,0,0.20);
    transition: all .2s;
}

.animate__fadeInDown{
    transition: all .2s;
}

.red-placeholder::placeholder{
    color: red;
}

.slick-single-item{
    padding: 20px;
    width: 100%;
    min-height: 200px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    vertical-align: top;
}

.img-frame{
    display: inline-block;
}

.text-frame{
    padding: 10px;
    display: inline-block;
    vertical-align: top;
    font-family: 'Montserrat-Regular';
}

.text-frame a{
    font-family: "Montserrat-Regular";
    color: #000;
    text-decoration: none;
}

.single-item{
}

.slick-single-item img{
    display: inline-block;
    max-height: 240px;
}