@media all and (max-width: 1544px)
{
    .bg
    {
        background-size: 1530px 400px;
    }
}

@media all and (max-width: 1060px)
{
    #information .list
    {
        margin-top: 70px;
    }
    
    #links .footer-container .list-link
    {
        width: calc(50% - 22px);
    }
}

@media all and (max-width: 980px)
{
    #boxes a.box1,
    #boxes a.box2
    {
        font-size: 20px;
    }
}

@media all and (max-width: 930px)
{
    #home-slider .text-slider
    {
        display: none;
    }
    
    #information .description
    {
        float: none;
        width: 100%;
    }
    
    #information .description h1
    {
        text-align: center;
    }

    #information .description p
    {
        text-align: justify;
        text-align-last: center;
    }

    #information .list
    {
        float: none;
        margin: 20px auto;
        width: 100%;
    }
    
    #information .list h2
    {
        text-align: center;
    }
    
    #information .list ul > li div
    {
        width: 270px;
        margin: 0 auto;
    }
    
    .price-list .price
    {
        float: none;
        width: calc(100% - 20px);
    }
    
    .price-list .price.price1
    {
        margin: 60px 10px 0;
        padding-bottom: 60px
    }
    
    .price-list .price.price2
    {
        border-top: 3px solid #b4a069;
        border-bottom: 3px solid #b4a069;
        padding: 60px 0;
        margin: 0 10px;
    }
    
    #contact-home .contact .container
    {
        max-width: 280px;
        margin: 0 auto;
    }
    
    #contact-home .contact h1
    {
        font-size: 30px;
    }

    #contact-home .contact .left,
    #contact-home .contact .right
    {
        float: none;
        margin-bottom: 20px;
    }
}

@media all and (max-width: 840px)
{
    #footer .left,
    #footer .right
    {
        float: none;
        text-align: center;
    }
    
    .container
    {
        width: calc(100% - 20px);
        margin: 0 10px;
    }
    
    #header .menu
    {
        display: block;
        position: relative;
        z-index: 1000;
    }
    
    body.openmenu #header .nav
    {
      transform: translateX(0);    
    }

    #header .nav 
    {
        transform: translateX(160px);
        position: fixed;
        right: 0;
        top: 0;
        transition-duration: 500ms;
        background: #b4a069;
        width: 110px;
        padding-top: 87px;
        border-left: 3px solid #393939;
        border-bottom: 3px solid #393939;
    }
    
    #header.sticky .nav
    {
        padding-top: 55px;
    }
     
    #header .nav ul
    {
        padding-bottom: 0;
    }
    
    #header .nav ul > li
    {
        display: block;
        border-bottom: 1px solid #393939;
    }
    
    #header .nav ul > li:last-child
    {
        border-bottom: 0;
    }
    
    #header .nav ul > li a
    {
        color: #ffffff;
        display: block;
        font-weight: 600;
    }
    
    #header .nav ul > li a:hover
    {
        background: #393939;
    }

    
    #boxes a.box1,
    #boxes a.box2
    {
        font-size: 25px;
        float: none;
        width: 100%;
        margin: 0 0 2px;
    }
}

@media all and (max-width: 650px)
{
    .boxes
    {
        margin-bottom: 20px;
    }
    
    .boxes a.box1,
    .boxes a.box2
    {
        float: none; 
        width: calc(100% - 22px);
        margin: 1px 0;
    }
    
    #page.contact-page .left,
    #page.contact-page .right
    {
        width: calc(100% - 20px);
        float: none;
    }
    
    #links .footer-container .list-link
    {
        float: none;
        width: calc(100% - 22px);
        display: block;
        height: auto;
        border-left: 0;
        border-right: 0;
        border-bottom: 1px solid #b4a069;
        padding: 10px;
    }

    #links .footer-container .list-link h3
    {
        text-align: center;
    }

    #links .footer-container .list-link ul
    {
        padding: 0;
        text-align: center;
    }

}

@media all and (max-width: 500px)
{
    table.offer tr td:first-child
    {
        width: 50px;
        height: 50px;
        padding: 15px;
        margin-right: -1px;
    }
    table.offer tr td:first-child img
    {
        width: 50px;
        height: 50px;
        display: block;
        padding: 0;
    }

    table.offer tr td:last-child
    {
        width: calc(100% - 80px);
        padding: 10px;
        height: 100px;
    }
}

@media all and (max-width: 400px)
{
    #header,
    #header.sticky
    {
        padding: 5px 0 0;
    }
    #header .logo,
    #header.sticky .logo
    {
        width: 200px;
    }
    
    #header .menu a,
    #header.sticky .menu a
    {
        width: 48px;
        height: 48px;
        margin-top: 7px;
    }
    
    #header .nav, 
    #header.sticky .nav
    {
        padding-top: 55px;
    }
}