@charset "utf-8";

/* в данном файле размещаются все основные настройки */

* {
    padding: 0;
    margin: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    box-sizing: border-box;
    border-image-width: 0;
    position: relative;
}

html, form {
    width: 100%;
}

html {
    min-height: 100vh;
    font-size: 62.5%;
}

body {
    font-family: Arial, sans-serif;
    font-size: 1rem;
    color: #000000;
    background-color: #ffffff;
    width: 100%;
    min-height: 100vh;
}

body.no_outline *:focus {
    outline: none !important
}

table, tr, td, th {
    border-spacing: 0;
    border-collapse: collapse;
    position: inherit; /* баг в Хроме от 04.05.16: при relative и border-collapse = collapse не показываются бордеры */
    font-size: inherit;
}

svg {
    overflow: hidden;
}

.svg_background_import svg {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    height: 100%;
    width: auto;
}

a, a:link, a:visited {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    -ms-word-break: break-all;
    overflow-wrap: break-word;
}

a.nobreak {
    -ms-word-break: initial;
    overflow-wrap: normal;
}

a:hover, a:active, a.selected {
    text-decoration: none;
    color: #979797;
}

hr {
    border-top: 1px solid rgb(218, 225, 232);
    width: 100%;
    height: 1px;
    clear: both;
}

.hidden {
    display: none !important;
}

.nopadding {
    padding: 0;
}

.centered {
    text-align: center;
}

.placeholded {
    color: #999999;
}

h2 a, h2 a:link, h2 a:visited {
    color: inherit;
}

div.quote {
    background-color: #eeeeee;
    margin-left: 3%;
    margin-right: 3%;
    margin-top: 10px;
    border: 1px solid black;
    padding: 10px;
}

div.left {
    float: left;
}

div.right {
    float: right;
}

a.careful {
    color: #dd0000;
    font-weight: bold;
}

.arrow_up {
    padding-right: 1em;
    background: url(arrow-orange-up.svg) right center no-repeat;
    background-size: .7em;
}

.arrow_down {
    padding-right: 1em;
    background: url(arrow-orange-down.svg) right center no-repeat;
    background-size: .7em;
}

.ok {
    background: url(input-checked.svg) right .5em center no-repeat !important;
    padding-right: 2em !important;
    background-size: 1em !important;
}

.attention {
    background: url(input-info.svg) right .5em center no-repeat !important;
    padding-right: 2em !important;
    background-size: 1em !important;
}

.attention_red {
    background: url(input-error.svg) right .5em center no-repeat !important;
    padding-right: 2em !important;
    background-size: 1em !important;
}

div.fullpage {
    margin-left: 0;
    margin-right: 0;
}

div.fullpage_cover {
    height: 100%;
    width: 100%;
    background-color: rgb(255, 255, 255);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10002;
    opacity: 0.5;
}

span.svg_background_import {
    background-size: contain;
    width: 1em;
    height: 1em;
    vertical-align: middle;
    display: inline-block;
    background-repeat: no-repeat;
}

/* https://github.com/AllenFang/react-bootstrap-table/issues/1767 - решение для подвисания на первом табиндексе */
#chromeTabIndexFix {
    opacity: 0;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

/* троеточие */
#circleGroup {
    left: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
    border-radius: 50%;
    background-color: #acb0b4;
    width: 1.2em;
    height: 1.2em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.circleGroup {
    content: '';
    position: relative;
    background-color: white;
    border-radius: 50%;
    width: .2em !important;
    height: .2em !important;
    max-width: 3px;
    max-height: 3px;
    margin-left: .1em;
    display: inline-block;
}

.circleGroup:first-of-type {
    margin-left: 0;
}

/* css-лоадер */
#circleG {
    width: 3em;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: calc(50% - .35em);
}

.circleG {
    background-color: white;
    float: left;
    height: .7em;
    margin-left: .4em;
    width: .7em;
    animation-name: bounce_circleG;
    -o-animation-name: bounce_circleG;
    -ms-animation-name: bounce_circleG;
    -webkit-animation-name: bounce_circleG;
    -moz-animation-name: bounce_circleG;
    animation-duration: 0.9775s;
    -o-animation-duration: 0.9775s;
    -ms-animation-duration: 0.9775s;
    -webkit-animation-duration: 0.9775s;
    -moz-animation-duration: 0.9775s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    border-radius: 1em;
    -o-border-radius: 1em;
    -ms-border-radius: 1em;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
}

#circleG_1 {
    animation-delay: 0.1995s;
    -o-animation-delay: 0.1995s;
    -ms-animation-delay: 0.1995s;
    -webkit-animation-delay: 0.1995s;
    -moz-animation-delay: 0.1995s;
    margin-left: 0;
}

#circleG_2 {
    animation-delay: 0.4555s;
    -o-animation-delay: 0.4555s;
    -ms-animation-delay: 0.4555s;
    -webkit-animation-delay: 0.4555s;
    -moz-animation-delay: 0.4555s;
}

#circleG_3 {
    animation-delay: 0.5885s;
    -o-animation-delay: 0.5885s;
    -ms-animation-delay: 0.5885s;
    -webkit-animation-delay: 0.5885s;
    -moz-animation-delay: 0.5885s;
}

@keyframes bounce_circleG {
    0% {
    }

    50% {
        background-color: #24242c;
    }

    100% {
    }
}

@-o-keyframes bounce_circleG {
    0% {
    }

    50% {
        background-color: #24242c;
    }

    100% {
    }
}

@-ms-keyframes bounce_circleG {
    0% {
    }

    50% {
        background-color: #24242c;
    }

    100% {
    }
}

@-webkit-keyframes bounce_circleG {
    0% {
    }

    50% {
        background-color: #24242c;
    }

    100% {
    }
}

@-moz-keyframes bounce_circleG {
    0% {
    }

    50% {
        background-color: #24242c;
    }

    100% {
    }
}

div.fullpage_cover #circleG {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    top: 0;
}

div.fullpage_cover .circleG {
    display: inline-block;
    float: none;
    border-radius: 50%;
    width: 2em;
    height: 2em;
}

/* адаптативная верстка */
@media only screen {
    html {
        font-size: 45%;
    }
}

@media only screen and (min-width: 700px) {
    html {
        font-size: 50%;
    }
}

@media only screen and (min-width: 1000px) {
    html {
        font-size: 62.5%;
    }
}

@media only screen and (min-width: 1300px) {
    html {
        font-size: 68%;
    }
}

@media only screen and (min-width: 1400px) {
    html {
        font-size: 68%;
    }
}

@media only screen and (min-width: 1550px) {
    html {
        font-size: 75%;
    }
}

@media only screen and (min-width: 1900px) {
    html {
        font-size: 75%;
    }
}

/* мобильная верстка */
@media only screen and (max-device-width: 767px) {

}


#agreement_wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(3px);  
    background-color: #00000033;
    z-index: 10000;
}
#agreement_block {
    text-align: center;
    background-color: white;
    border-radius: 35px;
    box-shadow: 0 10px 13px grey;
    padding: 30px;
    font-size: 16px;
    max-width: 320px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}