@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300&display=swap');

body{
    color: #BB8B3F;
    height: 100vh;
}

.bg{
    background: #131111 url(../img/main-bg.png) no-repeat center;
    background-size: cover;
    height: 100%;
    padding-top: 3vh;
}

.item-bg{
    background-color: #131111;
    margin-bottom: 15px;
    border-radius: 63px;
    padding: 10px;
    box-shadow: 0 6px 9px rgba(0,0,0,0.6);
    min-height: 345px;
}

.item-bg-wrapper{
    border: 1px solid #BB8B3F;
    border-radius: 63px;
    padding: 25px 65px;
}

.logo img{
    max-height: 15vh;
}

.logo-caption{
    font-size: 5vh;
    padding-top: 35px;
}

.logo-text img{
    max-height: 3vh;
}

.line{

}

.line img{
    width: 100%;
}

.item-contacts{
    margin-top: 25px;
}

.adress{
    font-family: 'Raleway', sans-serif;
    font-size: 1.5vh;
}

.adress:before{
    content: url(../img/icon-adres.png);
    display: block;
    width: 20px;
    height: 7vh;
    float: left;
    margin-right: 20px;
}

.phone{
    font-family: 'Raleway', sans-serif;
    font-size: 1.5vh;
}

.phone:before{
    content: url(../img/mobile-phone.png);
    display: block;
    width: 20px;
    height: 3vh;
    float: left;
    margin-right: 20px;
}

.link{
    
}

.link a{
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    color: #BD8E41;
    text-decoration: none;
    opacity: 57%;
}

@media screen and (max-width: 1280px){
    body{
        height: 100vh;
    }

    .logo img{
        max-height: 12vh;
    }
    
    .logo-caption{
        font-size: 4vh;
        padding-top: 35px;
    }
    
    .logo-text img{
        max-height: 3vh;
    }
}

@media screen and (max-width: 1152px){
    body{
        height: 100vh;
    }

    .bg{
        padding-top: 2vh;
    }

    .logo img{
        max-height: 12vh;
    }
    
    .logo-caption{
        font-size: 4vh;
        padding-top: 35px;
    }
    
    .logo-text img{
        max-height: 3vh;
    }

    .item-bg-wrapper{
        padding: 3vh 5vh;
    }

    .item-contacts{
        margin-top: 2vh;
    }

    .link a{
        font-family: 'Raleway', sans-serif;
        font-size: 2vh;
        color: #BD8E41;
        text-decoration: none;
        opacity: 57%;
    }
}

@media screen and (max-width: 768px){

    body{
        height: 100%;
    }

    .bg{
        padding: 15px 15px 15px;
    }

    .logo{
        text-align: center;
    }

    .logo img{
        max-height: 140px;
    }

    .item-bg-wrapper{ 
        padding: 15px; 
    }

    .logo-caption{
        font-size: 42px;
        padding-top: 15px;
        display: none;
    }

    .logo-text{
        text-align: center;
    }
}