body{
    background: #000000;
    background-image: url("./img/background.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}


-moz-scrollbar {
    width: 6px;
}

body::-webkit-scrollbar{
    width: 6px;
}
body::-webkit-scrollbar-track{
    background:  #000000;
}

body::-webkit-scrollbar-thumb{
    background: #9D9FB0;
    height: 94px;
}

.modal::-webkit-scrollbar{
    width: 6px;
}

.modal::-webkit-scrollbar-track{
    background:  #000000;
}
.modal-open{
    padding-right: 0 !important;
}
.modal::-webkit-scrollbar-thumb{
    background: #9D9FB0;
    height: 94px;
}

@font-face {
    font-family: 'Heebo';
    src: url('./fonts/Heebo-Black.woff') format('woff');
    font-weight: 900;
    font-display: swap;
}
header,
.footer{
    background: #000000;
    padding: 5px;
    position: relative;
    z-index: 10;
}
.header-wrap,
.footer-wrap{
    display: flex;
    justify-content: space-between;
    max-width: 1214px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}
.header-logo{
    width: 80px;
    height: 40px;
}

.header-items a,
.header-logo{
    font-size: 20px;
    line-height: 20px;
    font-family: 'Heebo', sans-serif;
    font-weight: 900;
    color: #ffffff;
    text-transform: uppercase;
}
.header-logo img{
    width: 100%;
    height: 100%;
}
.header-items{
    display: flex;
    align-items: center;
    height: 100%;
}

.header-item{
    padding-left: 70px;
}

.current-item{
    text-decoration: underline !important;
}

.product-list{
    max-width: 1300px;
    margin: 100px auto;
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 60px;
}

.product-list-item{
    padding: 0 50px;
}

.product-list-item:last-child{
    padding-bottom: 100px;
}

.product-list-item img{
    width: 100%;
    height: auto;
}

.product-list-link{
    display: block;
}

.footer-logo{
    display: flex;
    /*width: 80px;*/
    align-items: center;
    margin: 5px 0;
}

.footer-logo img{
    width: 100%;
}

.footer-link{
    color: #ffffff;
    text-decoration: none;
}

.footer-link:hover,
.footer-link:focus{
    color: #ffffff;
    text-decoration: underline;
}

.footer ul{
    margin: 0;
}

.footer li{
    list-style-type: none;
    color: #ffffff;
}

.footer-contact,
.footer-company{
    display: flex;
    align-items: center;
}

.messenger {
    position: fixed;
    z-index: 100;
    right: 10px;
    bottom: 10px;
    display: block;
    width: 250px;
    height: 65px;
    background: url(/img/messenger.png) top left/246px no-repeat;
    border: 2px solid #0581f9;
    border-radius: 7px;
}

.item-form-span{
    display: flex;
    align-items: center;
    width: 290px !important;
    height: 60px;
    line-height: 60px;
    margin: auto;
    margin-top: 30px;
    background: linear-gradient(to left, #000000, #000000 60%, #125754 90%, #125754 100%) !important;
    text-transform: uppercase;
    text-align: left !important;
    color: #FFFFFF;
    font-weight: 700;
    border: 2px solid #ffffff !important;
    border-radius: 10px !important;
    font-size: 16px !important;
    padding-left: 35px;
}

.call:nth-child(2) .item-form-span{
    margin-bottom: -20px;
}

.item-form-span span{
    height: 16px;
    line-height: 100%;
    position: relative;
    top: 2px;
}

@media (max-width: 767px){
    .header-item {
        padding-left: 30px;
    }
    .product-list{
        margin: 50px auto;
        grid-row-gap: 40px;
    }
    .product-list-item{
        padding: 0 20px;
    }

    .footer-wrap{
        flex-wrap: wrap;
    }

    .footer-contact{
        width: 50%;
        margin: 10px 0;
    }

    .footer-contact ul{
        padding: 0;
    }

    .footer-menu{
        display: flex;
        align-items: center;
    }

    .footer-items{
        display: flex;
    }
}

@media (max-width: 575px){
    .footer-logo img,
    .header-logo img{
        max-width: 110px;
        height: auto !important;
    }

    .header-item {
        padding-left: 10px;
    }
    .header-logo{
        margin-right: 20px;
    }

    .header-items a{
        font-size: 15px;
    }

}

@media (max-width: 380px){
    .header-items a {
        font-size: 11px;
    }
    .footer-wrap,
    .header-wrap{
        padding-left: 5px;
        padding-right: 5px;
    }

}