*{
    box-sizing: border-box;
}

@font-face{
    font-family: 'Philosopher';
    src: local('Philosopher');
    src: url(../fonts/Philosopher-Regular.ttf);
}
 html{
    font-family: 'Roboto!';
 }
@font-face {
    font-family: 'Roboto!';
    src: local('Roboto');
    src: url('../fonts/Roboto-Regular.eot');
    src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Roboto-Regular.woff') format('woff'),
    url('../fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    }

@font-face {
    font-family: 'Roboto!';
    src: url('../fonts/Roboto-Bold.eot');
    src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Roboto-Bold.woff') format('woff'),
    url('../fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    }

body{
    background-color: #FFE2B0;
}

header {
    text-align: center;
    margin-bottom: 20px;
}
ul{
    list-style: none;
    text-align: center;
    padding: 0px
}  

li{
    display: inline;
    margin-right: 100px;
}
a{
    color: black;
    text-decoration: none;
    font-size: 18px;
    margin-top: 50;
    font-weight: 700;
}

li:last-child{
    margin-right: 0px;
}


nav{
    margin-bottom: 20px;
}
.section-about{
    height: 640px;
    background: url(../img/01-Картинка-фона.jpg) center/cover no-repeat;
    /* background-image: url(../img/01-Картинка-фона.jpg);
    background-position: center;
    background-size: cover; */
    position: relative;
    margin-bottom: 20px;
}
.section-about_block{
    width: 420px;
    height: 190px;
    background: linear-gradient(180deg, rgba(244,213,178,0.8) 0%, rgba(234,156,65,0.8) 100%);
    position: absolute;
    top: 54%;
    left: 50%;
    padding-top: 15px;    
}
.section-about_border{
    width: 390px;
    height: 160px;
    border: 1px solid black;
    margin: 0 auto;
    padding: 0 0 0 28px;
}
.section-about__title{
    font-size: 36px;
    margin: 17px 0 9px 0;
    font-family: 'Philosopher';
}
.section-about__text{
    font-size: 12px;
}
.section-descr{
    margin-bottom: 20px;
}
.section-descr__icon-box{
    text-align: center;
    margin-bottom: 20px;
}
.section-descr__icon-box img{
    margin-right: 76px;
}
.section-descr__icon-box img: :last-child{
    margin-right: 0px;
}
.section-descr__title{
    font-size: 96px;
    margin: 0px;
    text-align: center;
    font-family: 'Philosopher';
}
.red{
    color: #f15b40
    ;
}
.section-descr__text{
    font-size: 18px;
    margin: 0px;
    text-align: center;
    width: 1000px;
    margin: 0 auto;
}
.section-map{
    text-align: center;
    margin-bottom: 20px;
}
.section-map__title{
    margin-bottom: 20px;
    text-align: center;
    font-size: 36px;
    font-family: 'Philosopher';
}
.iframe{
    display: block;
    margin: 0 auto;
}
/* .line{
    height: 1px;
    background-color: #999;
    width: 1024px;
    margin: 0 auto;
} */
hr{
    border: none;
    border-top: 1px solid #999;
    width: 1024px;
    margin: 0 auto;
    margin-bottom: 20px;
}
footer{
    height: 80px;
}
/* h1{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
} */
h1{
    font-family: 'Roboto Regular';
}
