@font-face {
    font-family: 'RobotoSlab';
    src: url("/css/RobotoSlab-Regular.ttf") format('opentype');
    font-weight: normal;
    font-style: normal;
}

.external_header {
    box-sizing: border-box;    
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}
a {
    text-decoration: none;
    color: inherit;
}

* {
    color: rgb(250, 203, 126);
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

body {
    font-family: 'RobotoSlab', sans-serif;
    font-size: 24px;
    padding: 0;
    margin: 0;
}
.icon_contacty {
    width: 57px;
    height: 57px;
}
.basement {
    display: flex;
    text-align: center;
    min-height: 200px;
    background-image: url(/img/basement_background.png);    
    align-items: center;
    justify-content: center;
    padding: 1%;    
    background-position: center center;    
    background-size: cover;
}