@font-face {
    font-family: 'Geomanist';
    src: url('../fonts/Geomanist-Ultra.otf') format('opentype');
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: 'Geomanist';
    src: url('../fonts/Geomanist-Bold.otf') format('opentype');
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: 'Geomanist';
    src: url('../fonts/Geomanist-Medium.otf') format('opentype');
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: 'Geomanist';
    src: url('../fonts/Geomanist-Regular.otf') format('opentype');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'Geomanist';
    src: url('../fonts/Geomanist-Light.otf') format('opentype');
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: 'Geomanist';
    src: url('../fonts/Geomanist-Thin.otf') format('opentype');
    font-style: normal;
    font-weight: 200;
}

@font-face {
    font-family: 'HelveticaNeue';
    src: url('../fonts/HelveticaNeueBold.ttf') format('truetype');
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: 'HelveticaNeue';
    src: url('../fonts/HelveticaNeueMedium.ttf') format('truetype');
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: 'HelveticaNeue';
    src: url('../fonts/HelveticaNeueLight.ttf') format('truetype');
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: 'HelveticaNeue';
    src: url('../fonts/HelveticaNeueThin.ttf') format('truetype');
    font-style: normal;
    font-weight: 200;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

a:hover {
    text-decoration: none;
}

button,
button:focus {
    border: none;
    outline: none;
}

input[type='hidden'] {
    display: none;
}

input {
    background: #fff;
    border: 1px solid #eae9e6;
    border-radius: 3px;
    color: #3b3b3b;
    height: 36px;
    padding: 0 12px;
    width: 100%;
}

input::placeholder {
    color: #919199;
    font-size: 14px;
}

.container {
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
}

.hexagon {
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}
