*{
    box-sizing: border-box;
}
html{
    font-family: "Roboto";
}
@font-face{
    font-family: 'Philosopher';
    src:local('Philosopher');
    src:url(../font/Philosopher-Regular.ttf)
}
@font-face {
    src:local('Roboto');
    font-family: 'Roboto';
    src: url('../font/Roboto-Regular.eot');
    src: url('Roboto-Regular.eot?#iefix') format('embedded-opentype'),
    url('../font/Roboto-Regular.woff') format('woff'),
    url('../font/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    }
body{
    background-color: #FFE2B0;
}
header{
    text-align: center;
    margin-bottom: 20px;
}
ul{
    list-style-type: none;
    text-align: center;
    padding: 0px;
}
li{
    display: inline;
    margin-right: 100px;
}
li:last-child{
    margin-right: 0px;
}
a{
    color: black;
    text-decoration: none;
    font-size: 18px;
}
nav{
    margin-bottom: 20px;
}
.section-about{
    height: 640px;
    background: url(../img/Bread.jpg) center/cover no-repeat;
    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.53125%;
    left: 50.5%;
    padding-top: 15px;
}
.section-about__border{
    width: 390px;
    height: 160px;
    border: 1px solid black;
    margin: 0 auto;
    padding-left: 28px;
    padding-top: 17px;
    text-align: left;
}
.section-about__title{
    font-size: 36px;
    margin: 0;
    margin-bottom: 9px;
    font-family: 'Philosopher';
}
.section-about__text{
    font-size: 12px;
    margin: 0;
}
.section-description{
    margin-bottom: 20px;
}
.section-description__icon-box{
    text-align: center;
    margin-bottom: 20px;
}
.section-description__icon-box img{
    margin-right: 76px;
}
.section-description__icon-box img:last-child{
    margin-right: 0px;
}
.section-description__title{
    font-size: 96px;
    margin: 0px;
    text-align: center;
    margin-bottom: 9px;
    font-family: 'Philosopher';
}
.section-description__span-1{
    color: #F15B40;
}
.section-description__text{
    font-size: 18px;
    text-align: center;
    width: 1000px;
    margin: 0 auto;
}
.section-map{
    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{
    border-top: 1px solid #999999;
    width: 1024px;
    margin: 0 auto;
    margin-bottom: 20px;
} */
hr{
    border: none;
    border-top: 1px solid #999999;
    margin: 0 auto;
    width: 1024px;
    margin-bottom: 20px;
}
footer{
    height: 80px;
}