@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato/Lato-Light.ttf');
    font-weight: 300;
}
@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato/Lato-Regular.ttf');
    font-weight: 400;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato/Lato-Bold.ttf');
    font-weight: 700;
}
@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato/Lato-Black.ttf');
    font-weight: 900;
}

:root {
--heder-red: #B82323;
    --text-white: #ffffff;
    --text-black: #000000;
    --body-bg: #F7F7F7;
}

body{
    font-family: 'Lato', sans-serif;
    line-height: 1.5;
    background: var(--body-bg);
    font-size: 22px;
    text-align: center;
}
section{
    background: var(--text-white);

    margin: 0 auto;
    width: 1320px;

}
section .container{
    max-width: 1116px;
    padding: 0 20px;
}
section#header{
    background: var(--heder-red);
    color: var(--text-white);
    padding: 20px 0;
    margin-bottom: 60px;
    border-radius: 15px 15px 0 0;
    width: 100%;
}
section#header .header{
    font-size: 18px;
    font-weight: 400;
    max-width: 878px;
    margin: 0 auto;
}
section#first_content{
    border-radius: 15px 15px 0 0;
}
section#first_content .container{
    max-width: 831px;
    margin: 0 auto;
    padding-top: 60px;
}
section#first_content img.logo{
    margin-bottom: 40px;
}
section#first_content p{
font-weight: 700;
}
section#first_content h1{
    font-size: 24px;
    line-height: 1.6;
    font-weight: 900;
    margin: 40px 0;
}

#location_map iframe{
width: 100%;
    height: 655px;
    display: inline-block;
    border-radius: 15px 15px 0 0;
}
section#stores_adres{

    text-align: left;
   
    padding-bottom: 40px;
}
section#stores_adres .row>div{
    width: 48%;

    background: var(--body-bg);
    padding: 20px;
    border-radius: 15px;
    margin: 10px;
}
section#stores_adres .container{
    padding: 20px 20px;
}
section#stores_adres .row{
    display: flex;
    justify-content: space-evenly;

}
section#stores_adres h2{
    font-size: 22px;
    line-height: 2;
    font-weight: 700;
}
section#stores_adres p{
    font-size: 16px;
    line-height: 2;
    margin-bottom: 4px;

}
section#footer{
    margin-bottom: 40px;
    font-size: 14px;
    padding-bottom: 40px;
    border-radius: 0 0 15px 15px;
}
.bold{
    font-weight: 700;
}
section#stores_adres .hide{
    opacity: 0;
    max-height: 0;
    padding: 0!important;
    margin: 0!important;
    overflow: hidden;
}
section#stores_adres p a.phone{
    color: var(--text-black);
    text-decoration: none;
    font-weight: 700;
}
section#stores_adres p a.phone:hover{
    text-decoration: underline;
}
@media(max-width: 768px){
    section{
        max-width: 100%;
    }
    section#first_content{
        border-radius: 0;
    }
    section .container{
        padding: 0 10px;
    }
    section#header .header{
        font-size: 12px;
        margin: 0 10px;
    }
    section#header{
        margin-bottom: 20px;
    }
    img.logo{
        max-width: 264px;
    }
    section#first_content p{
        font-size: 16px;
    }
    section#first_content h1{
        font-size: 20px;
    }
    section#stores_adres{
        margin-top: 10px;
    }
    section#stores_adres .row{
        display: block;
    }
    section#stores_adres .row>div{
        width: 100%;
        margin: 20px 0;
    }
    section#stores_adres .container{
        padding: 10px 20px;
    }
    section#stores_adres h2{
        font-size: 20px;
    }
    section#stores_adres{
        padding-bottom: 20px;
    }
    section#footer{
        margin-bottom: 0;
    }
}