* {
    box-sizing: border-box;
}

@font-face {
    font-family: 'Philosopher Regular';
    src: url('../fonts/Philosopher.eot');
    src: url('../fonts/Philosopher.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Philosopher.woff') format('woff'),
    url('../fonts/Philosopher.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    }

@font-face {
    font-family: 'Roboto Regular';
    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 Bold';
    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;
}

nav {
    margin-bottom: 20px;
}

ul {
    text-align: center;
    list-style-type: none;
    padding-left: 0px;
}

li {
    display: inline;
    margin-right: 100px;
    font-family: 'Roboto Bold';
}

li:last-child{
    margin-right: 0px;
}

a {
    color: black;
    font-size: 18px;
    text-decoration: none;
}

.section-about {
    height: 640px;
    background: url(../image/01-Image-backgound.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%;
    left: 50%;
    padding-top: 15px;
}

.section-about__border {
    width: 390px;
    height: 160px;
    border: 1px solid black;
    margin: 0px auto;
    padding-top: 17px;
    padding-left: 28px;
    padding-right: 28px;
    text-align: left;
}

.section-about__title {
    font-size: 36px;
    font-family: 'Philosopher Regular';
    margin: 0px 0px 9px 0px;
}

.section-about__text {
    font-size: 12px;
    font-family: 'Roboto Regular';
    margin: 0px;
}

.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;
    font-family: 'Philosopher Regular';
    text-align: center;
    margin: 0px;
}

.section-description__text {
    font-size: 18px;
    width: 1000px;
    text-align: center;
    margin: 0px auto;
}

.red {
    color: #F15B40;
}

.section-description {
    margin-bottom: 20px
}

.section-map {
    margin-bottom: 20px
}

.section-map__title {
    font-size: 36px;
    font-family: 'Philosopher Regular';
    text-align: center;
    margin-bottom: 20px
}

iframe {
    display: block;
    margin: 0px auto;
}

hr {
    border-top: 1px, #999999 solid;
    width: 1024px;
    margin: 0px auto;
    margin-bottom: 20px;

}

footer {
    height: 90px;
}