@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500&family=Montserrat:wght@500;600;700&family=Work+Sans:wght@100;200;400&family=Yantramanav:wght@100;300;500&display=swap');
* {
    margin: 0;
    padding: 0;
}

body {
    height: 100%;
    background-color: #fff;
    font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    line-height: 1.42857143;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 16px;
    /* overflow-x:hidden; */
}

.wrapper {
    position: relative;
    top: 50px;
    min-height: calc(100vh - 50px);
    height: 100%;
    transition: 0.8s;
}

.content-wrapper {
    position: relative;
    display: flex;
    flex-direction: row;
    padding: 0;
    margin-left: 50px;
    transition: 0.3s ease-out;
    width: calc(100% - 50px);
    height: calc(100vh - 50px);
    overflow: hidden;
    min-width: calc(1495px - 250px);
}

.game_about {
    position: relative;
    height: calc(100vh - 50px);
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.box {
    position: relative;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.edu_screen_game {
    position: relative;
    width: 50%;
    height: calc(100vh - 50px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.wrap_screen_game {
    position: relative;
    background: #efefef;
    box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.5);
    border-radius: 30px 0 0 30px;
    margin: 0;
    height: 100vh;
    overflow: hidden;
}

.steps {
    position: relative;
    padding-left: 60px;
    padding-right: 30px;
    padding-bottom: 20px;
    flex-grow: 1;
    opacity: 1;
    transition: all 0.9s ease 0s;
}

.steps_wrap .steps {
    display: none;
}

.steps_wrap .steps.show {
    position: relative;
    display: flex;
    flex-direction: column;
}

.btns {
    position: relative;
    padding-left: 60px;
    padding-right: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.next {
    cursor: pointer;
    outline: none;
    border: none;
    padding: 10px 20px;
    background: #272C30;
    color: #D3D3D3;
    border-radius: 8px;
    font-size: 20px;
    transition: 0.8s;
}

.next:hover {
    background: #FCFF6F;
    color: #272C30;
    transition: 0.8s;
}

.play {
    cursor: pointer;
    outline: none;
    border: none;
    padding: 10px 20px;
    background: #6FFF8F;
    color: #272C30;
    border-radius: 8px;
    font-size: 20px;
    transition: 0.8s;
}

.play:hover {
    background: #FCFF6F;
    color: #272C30;
    transition: 0.8s;
}

#back_to_1,
#next_to_3,
#back_to_2 {
    display: none;
}

.head_h1 {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 40px;
    color: #D3D3D3;
    padding-bottom: 30px;
    padding-left: 60px;
    animation: opacity 2s;
}

.p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.01em;
    color: #D3D3D3;
    padding-bottom: 15px;
    animation: opacity 3s;
}

.screen {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    animation: opacity 3s;
}

.slide_for_step_1 {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.screen_h2 {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    color: #272C30;
    padding-bottom: 15px;
    padding-left: 0px;
    animation: opacity 2s;
}

.screen_p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.01em;
    color: #272C30;
    padding-bottom: 12px;
    animation: opacity 3s;
}

.screen_img {
    padding-bottom: 15px;
    filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.25));
    animation: opacity 3s;
}


/*планирование мероприятий*/

.content-wrapper_events {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin-left: 50px;
    width: calc(100% - 50px);
    min-width: 1200px;
    transition: 0.3s ease-out;
}

.div_header {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(147, 149, 152, .1);
    padding: 0;
    margin: 0;
    border: none;
    text-align: center;
    border-bottom: 0.25px solid #ccc;
}

.head_h3 {
    font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    text-align: left;
    padding: 6px 20px;
}

.graphs_wrap {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    width: 100%;
    padding: 0;
    margin: 0;
    min-height: calc(100% - 170px);
    transition: 0.3s ease-out;
}

.graphs_wrap_rate {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 0;
    margin: 0;
    min-height: calc(100% - 250px);
    transition: 0.3s ease-out;
}

.plots {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 0;
    margin: 0;
    flex: 1 1 auto;
}

.handler {
    width: 10px;
    padding: 0;
    cursor: ew-resize;
    flex: 0 0 auto;
}

.handler::before {
    content: '';
    display: block;
    width: 0.5px;
    height: 100%;
    background: #ccc;
    margin: 0 auto;
}

.heading {
    position: relative;
    display: flex;
    flex-direction: column;
    width: calc(100% - 20px);
    padding: 5px 10px 3px 10px;
    border-bottom: 0.25px solid #ccc;
}

.heading_rate {
    position: relative;
    display: flex;
    flex-direction: column;
    width: calc(100% - 20px);
    padding: 5px 10px 3px 10px;
    border-bottom: 0.25px solid #ccc;
    border-top: 0.25px solid #ccc;
}

.map {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
    height: 25px;
}

.map_inp::before {
    position: relative;
    display: block;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
    content: "Карта:";
    white-space: nowrap;
    font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    left: 0;
    top: 0px;
    width: 75px;
    transition: all 0.6s ease 0s;
}

.map_inp,
.empty_div {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.teh_str {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 25px;
}

.wrap_teh_str {
    position: relative;
    display: flex;
}

.teh_str_btn {
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 4px 15px;
    border: 0.5px solid #ededed;
    border-radius: 0;
    box-sizing: border-box;
    font-family: sans-serif;
    color: #333;
    font-size: 13px;
    appearance: none;
    background-color: #F6F6F6;
    transition: 0.6s;
    cursor: pointer;
}

.teh_str_btn:hover,
.teh_str_btn.active {
    background-color: #ededed;
    transition: 0.6s;
}

.drop_btns {
    position: absolute;
    display: none;
    flex-direction: column;
    overflow-y: scroll;
    height: auto;
    margin-top: 29px;
    max-height: 300px;
    background: #F5F5F5;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
}

.btn_select {
    position: relative;
    display: flex;
    border: none;
    outline: none;
    background: transparent;
    justify-content: center;
    align-items: center;
    color: #666666;
    padding: 4px 2px;
    font-size: 13px;
    transition: .8s;
    cursor: pointer;
}

.btn_select:hover {
    background: rgba(51, 51, 51, 0.25);
    color: #000;
    transition: .8s;
}

.btn_select p {
    position: relative;
    line-height: 15px;
}

.map_settings_str {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 25px;
}

.setmap {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.setmap::before {
    position: relative;
    display: block;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
    content: "Границы:";
    font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    left: 0;
    top: 0px;
    width: 75px;
    transition: all 0.6s ease 0s;
}

.btn {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.well {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 25px;
    margin-bottom: 5px;
    width: 100%;
}



/* этот класс может и не нужен */

.plot_div {
    position: relative;
    display: flex;
    width: calc(100% - 10px);
    margin: 5px;
    height: calc(100vh - 295px);
    min-height: 350px;
    justify-content: center;
    align-items: center;
}


/* этот класс может и не нужен */

.plot_div_scroll {
    position: relative;
    display: flex;
    width: calc(100% - 10px);
    margin: 5px;
    height: 100%;
    overflow-y: scroll;
    justify-content: center;
    align-items: center;
}

.well_plot {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.field_tab_data {
    display: none;
    position: relative;
    height: 100%;
}

.events_wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    height: auto;
}

.events {
    position: relative;
    height: 65px;
    display: flex;
    flex-direction: column;
    padding: 5px 10px 0 10px;
}


/*гфч*/

.geo_tab {
    position: relative;
    border: none;
    table-layout: fixed;
    height: auto !important;
    font-size: 14px;
    border-collapse: collapse;
    text-align: center;
    color: #333;
    width: 100%;
    height: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: no;
}

.geo_tab tr {
    height: 25px;
}

.geo_tab tr>.first {
    text-align: left;
    color: rgba(0, 0, 0, 0.6);
}


/*таблица для ввода мероприятий*/

.ev_tab {
    position: relative;
    border: none;
    table-layout: fixed;
    height: auto !important;
    font-size: 14px;
    border-collapse: collapse;
    text-align: center;
}

.head_tab {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
    white-space: nowrap;
    font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    transition: all 0.6s ease 0s;
}

.ev_tab>td {
    vertical-align: middle;
}

.team_action {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 40px;
}

.team_info {
    position: relative;
    display: flex;
    flex-direction: row;
    padding: 5px 0 3px 10px;
}

.team_name,
.team_balance {
    color: #0038FF;
}

.team_name::before {
    position: relative;
    font-size: 14px;
    padding-right: 12px;
    color: rgba(0, 0, 0, 0.6);
    content: "Команда:";
    font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    left: 0;
    top: 0px;
    transition: all 0.6s ease 0s;
}

.team_balance::before {
    position: relative;
    font-size: 14px;
    padding-right: 12px;
    margin-left: 20px;
    color: rgba(0, 0, 0, 0.6);
    content: "Баланс:";
    font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    left: 0;
    top: 0px;
    transition: all 0.6s ease 0s;
}

.team_action_btn {
    position: relative;
    display: flex;
    flex-direction: row;
    padding: 5px 10px 3px 0;
}


/* excel_import_window */

.excel_import_window {
    position: absolute;
    ;
}


/*скрытая таблица*/

.hidden_tab {
    position: relative;
    display: flex;
    margin: 15px 0 10px 10px;
    background: #f8f9fa;
    box-shadow: inset 0px 0px 4px rgb(0 0 0 / 15%);
    border-radius: 0;
    overflow-y: scroll;
}

.wrap_hidden_event_tab {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
}

.ev_tab thead {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    font-size: 14px;
    color: #000;
    white-space: nowrap;
    font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    transition: all 0.6s ease 0s;
}

.head_fix_tab th {
    white-space: nowrap;
    font-weight: lighter;
    transition: all 0.6s ease 0s;
}

.ev_tab tbody>tr {
    height: 32px;
}

.rates_wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 320px;
}

.scroll_tab {
    position: relative;
    display: flex;
    margin: 10px 0 10px 10px;
    background: #f8f9fa;
    box-shadow: inset 0px 0px 4px rgb(0 0 0 / 15%);
    border-radius: 25px 0 0 0;
    overflow-y: scroll;
    height: 165px;
}


/*---------------------------*/

.field_data {
    border: none;
    table-layout: fixed;
    height: auto !important;
    border-collapse: collapse;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #272C30;
}

.field_data tr {
    height: 28px;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
}

.field_data td.first {
    text-align: left;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
}


/*формы*/

.input_select {
    display: flex;
    padding: 4px;
    border: 0.5px solid #ededed;
    border-radius: 0;
    box-sizing: border-box;
    font-family: sans-serif;
    color: #333;
    font-size: 13px;
    appearance: none;
    background-color: #ededed;
    transition: 0.6s;
    cursor: pointer;
}

.input_num {
    padding: 4px 0;
    border: 0.5px solid #ededed;
    border-radius: 0;
    box-sizing: border-box;
    font-family: sans-serif;
    color: #333;
    font-size: 13px;
    text-align-last: center;
    appearance: none;
    background-color: #ededed;
    transition: 0.6s;
    text-align: center;
}

.input_select:hover,
.input_num:hover {
    border: 0.5px solid #ccc;
    background: #fff;
    transition: 0.6s;
}

.input_select:focus,
.input_select.active,
.input_num:focus,
.input_num.active {
    border: 0.5px solid #ccc;
    background: #fff;
    color: #171928;
    outline: none;
    transition: 0.6s;
}

.input_select:disabled,
.input_num:disabled {
    border: 0.5px solid #ccc;
    background-color: #fff;
    color: #ccc;
    transition: 0.6s;
    cursor: default;
}


/*кнопки*/

.l_gray_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    outline: none;
    border: none;
    border-radius: 4px;
    height: 25px;
    padding: 0 10px;
    background: #5E5E5E;
    color: #D3D3D3;
    font-size: 14px;
    transition: 0.8s;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: no;
}

.l_gray_btn:hover {
    background: #333;
    color: #D3D3D3;
    transition: 0.8s;
}

.gray_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    outline: none;
    border: none;
    border-radius: 4px;
    height: 25px;
    padding: 0 10px;
    background: #333;
    color: #D3D3D3;
    font-size: 14px;
    transition: 0.8s;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: no;
}

.gray_btn:hover {
    /*background: #4E4E4E;*/
    background: #1055C2;
    color: #fff;
    transition: 0.8s;
}

.gray_btn.active {
    background: #1055C2;
    color: #fff;
    transition: 0.8s;
}

.gray_btn1 {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    outline: none;
    border: none;
    border-radius: 4px;
    height: 25px;
    padding: 0 10px;
    background: rgba(108, 176, 238, 0.3);
    color: #333;
    font-size: 14px;
    transition: 0.8s;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: no;
}

.gray_btn1:hover,
.gray_btn1:focus,
.gray_btn1.active {
    background: rgba(64, 162, 252, 1);
    color: #fff;
    transition: 0.8s;
}

.pp_formed {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    outline: none;
    border: none;
    border-radius: 4px;
    height: 25px;
    padding: 0 10px;
    background: rgba(0, 161, 45, 0.3);
    border: 0.5px solid transparent;
    color: #555555;
    font-size: 14px;
    transition: 0.8s;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: no;
}

.pp_formed:hover,
.pp_formed.active {
    border: 0.5px solid transparent;
    background: rgba(90, 220, 127, 0.8);
    color: rgba(79, 79, 79, 1);
    transition: 0.8s;
}


/*--------------------------*/

.btn_block1 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    outline: none;
    border: none;
    background: rgba(108, 176, 238, 0.3);
    border-radius: 4px;
    width: 25px;
    height: 100%;
    font-size: 1em;
    transition: 0.8s;
    cursor: pointer;
    background: light-blue;
    color: #333;
    margin: 0 1px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: no;
}

.btn_block1:hover,
.btn_block1:focus {
    background: rgba(64, 162, 252, 1);
    color: #fff;
    transition: 0.8s;
}

.new_btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    outline: none;
    border: none;
    height: 100%;
    font-size: 18px;
    transition: 0.8s;
    cursor: pointer;
    background: transparent;
    color: #6C6C6C;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: no;
}

.new_btn:hover,
.new_btn.active,
.btn_close:hover {
    color: #1055C2;
    transition: 0.8s;
}


/*--------------------------*/


/*анимированное лого*/

.l_1 {
    position: relative;
    -webkit-animation: down 2s ease-in-out, opacity 2s ease;
    animation: down 2s ease-in-out, opacity 2s ease;
}

.l_2 {
    position: relative;
    -webkit-animation: down 3s ease-in-out;
    animation: down 3s ease-in-out;
}

.l_3 {
    position: relative;
    -webkit-animation: down 4s ease-in-out;
    animation: down 4s ease-in-out;
}

.l_4 {
    position: relative;
    -webkit-animation: down 5s ease-in-out;
    animation: down 5s ease-in-out;
}

.oil {
    position: relative;
    -webkit-animation: down 5.5s ease-in-out;
    animation: down 5.5s ease-in-out;
}

.l_5 {
    position: relative;
    -webkit-animation: down 6s ease-in-out;
    animation: down 6s ease-in-out;
}

.l_top {
    position: relative;
    -webkit-animation: down 7s ease-in-out;
    animation: down 7s ease-in-out;
}

.l_wells {
    position: relative;
    -webkit-animation: down 8s ease-in-out;
    animation: down 8s ease-in-out;
}

@-webkit-keyframes down {
    0% {
        transform: translateY(-100000vh);
    }
    100% {
        transform: translateY(0);
    }
}

@-webkit-keyframes opacity {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* The Modal (background) */

.modal {
    display: none;
    position: fixed;
    z-index: 1035;
    padding-top: 160px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    transition: .8s;
}


/* Modal Content */

.modal-content {
    position: relative;
    margin: auto;
    width: 430px;
    min-width: 430px;
    max-width: 650px;
    transition: .8s;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}


/* Add Animation */

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

.close_modal {
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 20px;
    color: #ccc;
    font-weight: bold;
    transition: .8s;
}

.close_modal:hover,
.w3-button:hover {
    color: #29bae4;
    transition: .8s;
    cursor: pointer;
}

.registration {
    position: relative;
    margin: auto 0;
    display: flex;
    flex-direction: column;
}

.bl::after {
    position: absolute;
    left: 165px;
    top: -50px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
    content: "";
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background: white;
}

#regForm1 {
    position: relative;
    background: radial-gradient(50% 50% at 50% 50%, #424042 0%, #403E3F 100%);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.28);
    border-radius: 15px;
    margin: auto;
    padding: 75px 30px 35px;
    font-family: sans-serif;
    transition: .8s;
    text-align: center;
}

.reg_inp {
    position: relative;
    display: block;
    box-sizing: border-box;
    background-clip: padding-box;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    appearance: none;
    text-decoration: none;
    height: auto;
    width: 100%;
    padding: 5px 15px;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 100;
    border: 1px solid #ced4da;
    border-radius: 5px;
    color: #5B5B5B;
    line-height: 1.5;
    text-align-last: left;
    background-color: #fff;
    text-align: center;
    transition: 0.6s ease;
}

.reg_inp:hover {
    background: #E2F4FD;
    border: 1px solid #aaa;
}

.reg_inp:focus {
    border: 1px solid #aaa;
    background: #fff;
    color: black;
    outline: none;
}

.input-container {
    position: relative;
    display: flex;
    flex-direction: row;
}

.username_email::before {
    position: relative;
    font-size: 16px;
    padding-right: 15px;
    color: rgba(256, 256, 256, 0.6);
    content: "Имя";
    font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 100;
    left: 0;
    top: 5px;
    width: 100px;
    text-align: left;
    transition: all 0.6s ease 0s;
}

.username::before {
    position: relative;
    font-size: 16px;
    padding-right: 15px;
    color: rgba(256, 256, 256, 0.6);
    content: "Имя";
    font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 100;
    left: 0;
    top: 5px;
    width: 100px;
    text-align: left;
    transition: all 0.6s ease 0s;
}

.company::before {
    position: relative;
    font-size: 16px;
    padding-right: 15px;
    color: rgba(256, 256, 256, 0.6);
    content: "Команда";
    font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 100;
    left: 0;
    top: 5px;
    width: 100px;
    text-align: left;
    transition: all 0.6s ease 0s;
}

.email::before {
    position: relative;
    font-size: 16px;
    padding-right: 15px;
    color: rgba(256, 256, 256, 0.6);
    content: "email";
    font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 100;
    left: 0;
    top: 5px;
    width: 100px;
    text-align: left;
    transition: all 0.6s ease 0s;
}

.psw::before {
    position: relative;
    font-size: 16px;
    padding-right: 15px;
    color: rgba(256, 256, 256, 0.6);
    content: "Пароль";
    font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 100;
    left: 0;
    top: 5px;
    width: 100px;
    text-align: left;
    transition: all 0.6s ease 0s;
}

.enter::before {
    position: relative;
    font-size: 16px;
    padding-right: 15px;
    color: rgba(256, 256, 256, 0.6);
    content: "Уже зарегистрированы?";
    font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 100;
    left: 0;
    top: -;
    width: 100px;
    text-align: left;
    transition: all 0.6s ease 0s;
}

.rest,
.enter {
    margin-top: 15px;
    outline: none;
    border: none;
    background: transparent;
    font-size: 16px;
    color: rgba(256, 256, 256, 0.6);
    content: "Уже зарегистрированы?";
    font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 100;
    transition: all 0.8s;
}

.rest:hover,
.enter:hover {
    color: #fff;
    transition: all 0.8s;
}

.head {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 32px;
    font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    color: #FFFFFF;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 30px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: no;
}

.head1 {
    position: relative;
    display: inline-block;
    white-space: nowrap;
    font-weight: 800;
    line-height: .9;
    text-transform: uppercase;
    text-decoration: none;
    color: #7A8693;
    margin-bottom: 25px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: no;
}

.btn_div {
    position: relative;
    margin: 0;
    padding: 20px 0 0 0;
}

.feedback_text {
    position: relative;
    display: block;
    overflow: auto;
    padding: 7px;
    resize: none;
    outline: none;
    -moz-appearance: none;
    font-family: sans-serif;
    width: calc(100% - 14px);
    font-size: 15px;
    font-weight: 100;
    border: 1px solid #ced4da;
    color: #5B5B5B;
}

.btn_block {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.btn_500 {
    padding: 12px 20px;
    width: 200px;
    font-size: 20px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    border: none;
    border-radius: 10px;
    box-sizing: border-box;
    color: #4A4A4A;
    background: transparent;
    border: none;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.btn_500:hover,
.btn_turn:hover {}

.btn_turn {
    padding: 12px 20px;
    margin-top: 20px;
    width: 230px;
    font-size: 20px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    border: none;
    border-radius: 10px;
    box-sizing: border-box;
    color: #4A4A4A;
    background: linear-gradient(90deg, #33C4DE 0%, #3CBBB4 100%);
    border: none;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.res {
    padding-top: 15px;
    padding-bottom: .7rem;
    color: #85898C;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    background-color: transparent;
    cursor: pointer;
    border: none;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.res:hover {
    color: #000000;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.none_click {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: no;
}


/*ползунок*/

.date_range_div {
    position: relative;
    top: 0;
    text-align: center;
    z-index: 20;
}

.date_range_div::before {
    position: absolute;
    display: flex;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
    content: "История";
    white-space: nowrap;
    font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    left: -70px;
    top: -10px;
    width: 75px;
    transition: all 0.6s ease 0s;
}

.range_style {
    vertical-align: middle;
    font-size: 11px;
    opacity: 0.7;
}

.range_style[type="number"] {
    width: 40px;
    padding: 4px 5px;
    border: 1px solid #bbb;
    border-radius: 3px;
}

.range_style[type="range"]:focus,
.range_style[type="number"]:focus {
    opacity: 1;
}

.range_style[type="range"] {
    -webkit-appearance: none;
    /*  margin-right: 15px;*/
    width: 300px;
    height: 4px;
    background: #d3d3d3;
    border-radius: 5px;
    background-image: linear-gradient(#0038FF, #0038FF);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}


/* Input Thumb */

.range_style[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #0038FF;
    cursor: pointer;
    transition: background .3s ease-in-out;
}

.range_style[type="range"]::-moz-range-thumb {
    -webkit-appearance: none;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #0038FF;
    cursor: ew-resize;
    transition: background .3s ease-in-out;
}

.range_style[type="range"]::-ms-thumb {
    -webkit-appearance: none;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #0038FF;
    cursor: ew-resize;
    transition: background .3s ease-in-out;
}

.range_style[type="range"]::-webkit-slider-thumb:hover {
    background: #0038FF;
}

.range_style[type="range"]::-moz-range-thumb:hover {
    background: #0038FF;
}

.range_style[type="range"]::-ms-thumb:hover {
    background: #0038FF;
}


/* Input Track */

.range_style[type=range]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: transparent;
}

.range_style[type=range]::-moz-range-track {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: transparent;
}

.range_style[type="range"]::-ms-track {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: transparent;
}


/* 
.range {
	margin: 0;
	width: 300px;
}

.range {
  -webkit-appearance: none;
  height: 4px;
  background: #d3d3d3;
  border-radius: 5px;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.range:hover {
    opacity: 1;
}

.range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #0038FF;
    cursor: pointer;
}

.range::-moz-range-thumb {
  width: 12px;
  height: 12px;
  background:  #0038FF;
  cursor: pointer;
} */

.bubble {
    text-align: center;
    background: #0038ED;
    color: white;
    font-size: 11px;
    padding: 4px 12px;
    position: absolute;
    border-radius: 4px;
    margin-top: 10px;
    margin-left: 10%;
    transform: translateX(-50%);
}

output {
    background: #ededed;
    color: gray;
    padding: 4px 12px;
    font-size: 14px;
    position: relative;
    border-radius: 4px;
    margin-top: 2px;
    transform: translateX(-50%);
}

::-webkit-scrollbar {
    width: 10px;
    height: 11px;
}

::-webkit-scrollbar-track {
    background: #ededed;
    -webkit-box-shadow: 0 0 2px rgba(91, 91, 91, .1) inset;
    box-shadow: 0 0 2px rgba(91, 91, 91, .1) inset;
}

::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 8px;
    border: 3px solid #ededed;
}

@media screen and (max-width: 900px) {
    .wrapper {
        position: relative;
        top: 50px;
        min-height: calc(100vh - 50px);
        height: 100%;
        transition: 0.8s;
        overflow-y: scroll;
    }
}