
@font-face {
    font-family: 'Rubik';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/rubik/v14/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8tdE3Uzf4L1kA.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}


body{
    background-color: #F5F5F5;
}



/* Header ------------------------------------ */
#header_1, #header_2, #header_3{
    width: 100%;
}

#header_1{

    background: #ffffff;
    height: 50px;
    border-bottom: 1px solid lightgrey;
}
#header_1 .container {
    display:flex;
    height: 50px;
    align-items: end;
}

#social{
    flex: 1 1 150px;
    width: 200px;
    margin-left: 0;
}

.label{
    display: inline-block;
    height: 40px;
    width: 40px;
    padding: 1px;
}

.facebook{
    display: inline-block;
    height: 23px;
    width: 23px;
    background-image: url("../img/fb.svg");
}

.instagram{
    display: inline-block;
    height: 23px;
    width: 23px;
    background-image: url("../img/inst.svg");
}

.vk{
    display: inline-block;
    height: 23px;
    width: 23px;
    background-image: url("../img/vk.svg");
}

.youtube{
    display: inline-block;
    height: 23px;
    width: 23px;
    background-image: url("../img/YT.svg");
}

#top-menu{
    display: flex;
    justify-content: end;
}

#top-menu span{
    flex: 0 0 30px;
    padding: 5px 10px;
    color: gray;
    cursor: pointer;
}



#header_2{
    background-color: #FFFFFF;

}

#logo-flex-fow{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: center;
    }
#logo{
    flex: 0 1 600px;
    position: relative;
    background-image: url("../img/logo-background.svg");
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: 0 -65px;
    padding-top: 30px;
    padding-left: 122px;
}

#logo h1{
    font-size: 2em;
    font-family: 'Rubik';
    text-transform: uppercase;
    color: #29c76e;
    margin-bottom: 20px;
    text-shadow: 1px 1px 2px black;
    transform: rotate(20deg);
}

#logo span{
    font-size: 2em;
    font-family: 'Rubik';
    color: #000;
    margin-bottom: 20px;
    text-shadow: 1px 1px 2px gray;
}


input[name="search"]{
    border-bottom: 3px solid #29c76e;
    border-top: none;
    border-left: none;
    border-right: none;
    background: url("../img/loop.svg") left center / 15px no-repeat;
    padding-left: 20px;
    width: 95%;
    height: 42px;
}

#contact{
    flex: 0 0 170px;
}

.call-menu{
    display: inline-block;
    background-image: url("../img/menu_call.svg");
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
    background-color: #29c76e;
    border-radius: 50%;
    margin: 0 10px;
    }

.mail-menu{
    display: inline-block;
    background-image: url("../img/menu_mail.svg");
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
    background-color: #29c76e;
    border-radius: 50%;
    margin: 0 10px;
}




#header_3{

}

#nav{
     display: flex;
     height: 70px;
     justify-content: space-around;
     align-items: center;
     background-color: #F5F5F5;
    padding-bottom: 79px;
 }

#nav a{
    flex: 1 1 50px;
    display: block;
    height: 100%;
    padding-top: 30px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Rubik';
    color: #141414;
    cursor: pointer;
}
#nav a:hover{
    color: #29c76e;
    text-decoration: underline;
    border-right: 1px #141414;
    border-left: 1px #141414;
}

#nav-mobile{
    display: flex;
    flex-flow: column;
    position: absolute;
    top: 30px;
    width: 80%;
    border: 2px solid #29c76e;
    border-radius: 5px;
    background-color: #ffffff;
    margin: 20px;
    padding: 30px;
    z-index: 2000;
}

.banner{
    height: 650px;
    width: 100%;
    top: 300px;
    background: linear-gradient(to left, transparent,  #216cd2 45%),   url("../img/banner1.jpg") right  100% / 50%  no-repeat;
}


#banner-content h1 {
    font-size: 2em;
    line-height: 40px;
    margin-bottom: 30px;
    color: white;
}

#banner-content p{
    font-size: 1.2em;
    line-height: 30px;
    color: white;
    text-align: justify;
}

#banner-content button{
    margin: 20px 0;
    display: block;
    height: 60px;
    width: 180px;
    background-color: #29c76e;
    color: white;
    border-radius: 5px;
}

#section-map h1{
    font-size: 2em;
    line-height: 40px;
    margin-bottom: 30px;
    color: #216cd2;
}



map {
    position: relative;
    width: 75%;
}

svg {
    position: absolute;
}

.part {
    opacity: 0.3;
}

.part:hover {
    transition: opacity .2s ease;
    opacity: 0.5;
    cursor: pointer;
}

.description img {
    width: 100%;
    height: 170px;
    object-fit: cover;
}

/* ----footer-------------------------------------------------------------*/
footer{
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    justify-content: space-around;
    flex-flow: row wrap;
    background-color: #f5f5f5;
}

footer div{
    min-width: 200px;
}


footer h1{
    font-size: 1em;
    font-family: 'Rubik';
    text-transform: uppercase;
    color: #29c76e;
    margin-bottom: 20px;
    text-shadow: 1px 1px 2px black;
}

footer p, a {
    font-size: 1em;
    color: black;
    line-height: 40px;
    margin-top: 20px;
}

footer li{
    color: black;
    font-size: 1em;
    line-height: 40px;
    margin-top: 20px;
    cursor: pointer;
}

.cell-menu-footer{
    display: inline-block;
    background-image: url("../img/menu_call.svg");
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
    background-color: #29c76e;
    border-radius: 50%;
    margin: -5px 10px;
}

.mail-menu-footer{
    display: inline-block;
    background-image: url("../img/menu_mail.svg");
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
    background-color: #29c76e;
    border-radius: 50%;
    margin: -5px 10px;
}