* {
    box-sizing: border-box;
}
@font-face{
    font-family: "Roboto!";
    src: local("Roboto");
    src: url(../fonts/Roboto_Condensed-Regular.ttf);
}
 
html{
    font-family:"Roboto!";
}
 
body {
    background-color: #ffe2b0;
}

header {
    text-align: center;
    margin-bottom: 20px;
}

h1 {
    font-size: 15px;
    text-align: center;
}

ul {
    list-style-type: none;
    padding: 0;
}

li {
    display: inline;
    margin-right: 100px;
}

a {
    color: black;
    text-decoration: none;
    font-size: 18px;
}

ul {
    text-align: center;
}

a:hover {
    color: rgba(223, 34, 132, 0.975);
    font-size: 20px;
}

li:last-child {
    margin-right: 0;
}

nav {
    margin-bottom: 20px;
}

.section-abaut {
    height: 640px;
    background: url(../img/01-image.jpg) center/cover no-repeat;
    position: relative;
    margin-bottom: 20px;
}

.section-abaut__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: 56%;
    padding-top: 15px;
}

.section-abaut__border {
    width: 390px;
    height: 160px;
    border: 1px solid black;
    margin: 0% auto;
    padding: 17px 0 0 20px;
    text-align: left;

}

.section-abaut__title {
    font-size: 36px;
    margin: 0;
    margin-bottom: 9px;
}

.section-abaut__text {
    font-size: 17px;
    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: 0;
}

.section-description__title {
    font-size: 96px;
    margin: 0px;
    text-align: center;
}

.red {
    color: #f15b40;
}

.section-description__text {
    font-size: 18px;
    margin: 0 auto;
    text-align: center;
    width: 1000px;
}

.section-map {
    margin-bottom: 20px;
}

.section-map__title {
    margin-bottom: 20px;
    text-align: center;
    font-size: 36px;
}

iframe {
    display: block;
    margin: 0 auto;
}

hr {
    border: none;
    border-top: 1px solid #999999;
    width: 1024px;
    margin: 0 auto;
    margin-bottom: 20px;
}

footer {
    height: 80px;
}

h1{
    font-family: "Roboto!";
}