@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700|Open+Sans:400,700|PT+Sans:400,700&display=swap&subset=cyrillic');
/* Fonts */
.font-thin {
    font-weight: 100 !important
}

.font-light {
    font-weight: 300 !important
}

.font-normal {
    font-weight: 400 !important
}

.font-bold {
    font-weight: 600 !important
}

.font-bolder {
    font-weight: 900 !important
}

.font-italic {
    font-style: italic
}

input, button, textarea {
    font-family: 'Montserrat', sans-serif;
}

input::-ms-clear {
    display: none;
}

button {
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
