*{
    margin: 0;
    border: 0;
    padding: 0;
    box-sizing: border-box;
}
html, body{
    min-height: 100%;
    scroll-behavior: smooth;
    font-family: 'Montserrat';
}
body{
    position: relative;
    display: flex;
    flex-direction: column;
}
.text-en{
    display: none;
}
body.langEn .text-en{
    display: block;
}
body.langEn .text-ua{
    display: none;
}
main{
    flex: 1 0 auto;
    min-height: 100%;
}
ul{
    list-style-type: none;
}
a{
    text-decoration: none;
}
.container{
    max-width: 1158px;
    width: 100%;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
}
::-moz-selection { /* Code for Firefox */
    color: #ffffff;
    background: #605E5E;
}

::selection {
    color: #ffffff;
    background: #605E5E;
}

@font-face {
    font-family: 'Montserrat';
    font-weight: 400;
    font-display: swap;
    src: url('../../fonts/Montserrat-Regular.woff2') format('woff2'),
    url('../../fonts/Montserrat-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Montserrat';
    font-weight: 500;
    font-display: swap;
    src: url('../../fonts/Montserrat-Medium.woff2') format('woff2'),
    url('../../fonts/Montserrat-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'Montserrat';
    font-weight: 600;
    font-display: swap;
    src: url('../../fonts/Montserrat-SemiBold.woff2') format('woff2'),
    url('../../fonts/Montserrat-SemiBold.ttf') format('truetype');
}
@font-face {
    font-family: 'Montserrat';
    font-weight: 700;
    font-display: swap;
    src: url('../../fonts/Montserrat-Bold.woff2') format('woff2'),
    url('../../fonts/Montserrat-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'Montserrat';
    font-weight: 800;
    font-display: swap;
    src: url('../../fonts/Montserrat-ExtraBold.woff2') format('woff2'),
    url('../../fonts/Montserrat-ExtraBold.ttf') format('truetype');
}
