/*
размеры шрифтов четные
 */


html {
    scroll-behavior: smooth;
    font-family: 'Segoe UI', 'Roboto', system-ui
}

html * {
    line-height: 1.5em;
    font-family: 'Segoe UI', 'Roboto', system-ui;
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html,
body {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    min-height: 100vh;
    background-color: #FFF
}

body {
    font-size: 16px;
    color: #000;
    box-sizing: border-box;
    background: #FFF;
    overflow-y: scroll
}

header,
footer,
nav,
article,
aside,
section,
main,
div,
p,
ul,
li {
    display: block;
    box-sizing: border-box
}

dialog {
    max-width: none;
    max-height: none;
}

dialog,
fieldset {
    border: none;
    outline: none
}

a {
    color: #000;
    text-decoration: none
}

a:hover {
    color: #0E51A7
}

input,
select,
textarea {
    margin: 0;
    padding: 0;
    border: 1px solid lightgray;
    outline: none;
    box-sizing: border-box
}

select {
    padding: 5px;
    border-radius: 10px;
    font-size: 16px
}

textarea,
input[type="text"] {
    padding: 5px
}

input[type="button"],
input[type="submit"],
button {
    padding: 8px 20px;
    border-radius: 5px;
    color: #FFF;
    background-color: #59A4E4;
    text-align: center;
    font-weight: normal;
    border: none;
    outline: none;
    font-size: 16px
}

input[type="button"]:hover,
input[type="submit"]:hover,
button:hover {
    transition: 0.3s;
    opacity: .80;
    cursor: pointer;
    border: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    line-height: 1.25em;
    text-align: left;
    margin: 0;
    padding: 0
}

h1, h2 {
    line-height: 1em
}

h1 {
    font-size: 40px
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 18px
}

h5 {
    font-size: 16px
}

hr {
    display: flex;
    width: 100%;
    outline: none;
    border: none;
    border-top: 1px solid lightgray;
    margin: 0
}

iframe {
    border: none !important;
    overflow: hidden !important
}

._flex-r {
    display: flex;
    flex-direction: row
}

._flex-c {
    display: flex;
    flex-direction: column
}

._flex-cc {
    justify-content: center;
    align-items: center
}

._flex-sc {
    justify-content: flex-start;
    align-items: center
}

._flex-ec {
    justify-content: flex-end;
    align-items: center
}

._flex-w {
    flex-wrap: wrap
}

._flex-reverse-rc {
    flex-direction: row
}

._flex-reverse-cr {
    flex-direction: column
}

._row-gap-0 {
    row-gap: 0
}

._row-gap-5 {
    row-gap: 5px
}

._row-gap-10 {
    row-gap: 10px
}

._row-gap-20 {
    row-gap: 20px
}

._row-gap-40 {
    row-gap: 40px
}

._column-gap-0 {
    column-gap: 0
}

._column-gap-5 {
    column-gap: 5px
}

._column-gap-10 {
    column-gap: 10px
}

._column-gap-20 {
    column-gap: 20px
}

._column-gap-40 {
    column-gap: 40px
}

._pr {
    padding-right: .6em
}

._pl {
    padding-left: .6em
}

._none {
    display: none !important;
}

._ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

._sticky {
    position: sticky
}

._m-0 {
    margin: 0 !important
}

._mt-0 {
    margin-top: 0 !important
}

._mt-5 {
    margin-top: 5px !important
}

._mt-10 {
    margin-top: 10px !important
}

._mt-20 {
    margin-top: 20px !important
}

._mt-40 {
    margin-top: 40px !important
}

._mb-0 {
    margin-bottom: 0 !important
}

._mb-5 {
    margin-bottom: 5px !important
}

._mb-10 {
    margin-bottom: 10px !important
}

._mb-20 {
    margin-bottom: 20px !important
}

._mb-40 {
    margin-bottom: 40px !important
}

._mr-0 {
    margin-right: 0 !important
}

._mr-5 {
    margin-right: 5px !important
}

._mr-10 {
    margin-right: 10px !important
}

._mr-20 {
    margin-right: 20px !important
}

._mr-40 {
    margin-right: 40px !important
}

._ml-0 {
    margin-left: 0 !important
}

._ml-5 {
    margin-left: 5px !important
}

._ml-10 {
    margin-left: 10px !important
}

._ml-20 {
    margin-left: 20px !important
}

._ml-40 {
    margin-left: 40px !important
}

._text-up {
    text-transform: capitalize
}

._br-5 {
    border-radius: 5px
}

._br-10 {
    border-radius: 10px
}

._img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover
}

._wh-100 {
    width: 100%;
    height: 100%
}

._thin-scroll::-webkit-scrollbar {
    width: 6px
}

._thin-scroll::-webkit-scrollbar-track {
    background: lightgray
}

._thin-scroll::-webkit-scrollbar-thumb {
    background-color: darkgray;
    border-radius: 5px
}

._cursor-default {
    cursor: default;
    text-decoration: none !important
}

._cursor-pointer {
    cursor: pointer;
    text-decoration: none !important
}


._lh-1 {
    line-height: 1em
}

._icon-small {
    width: .5em;
    height: .5em
}

._icon-normal {
    width: 1em;
    height: 1em
}

._icon-large {
    width: 1.5em;
    height: 1.5em
}

._icon-xlarge {
    width: 2em;
    height: 2em
}


._no-mark li {
    list-style-type: none !important
}

._no-pl {
    padding-left: 0 !important
}

/* MEDIA */

@media screen and (max-width: 1024px) {
    ._flex-reverse-rc {
        flex-direction: column
    }

    ._flex-reverse-cr {
        flex-direction: row
    }
}