@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?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 {
    margin: 0;
}

.main-sidebar {
    bottom: 0;
    float: none;
    left: 0;
    z-index: 100;
    position: fixed;
    top: 0;
    width: 50px;
    /*background-color:#333;*/
    height: 100vh;
    background: linear-gradient(180deg, rgba(60, 187, 181, 0.75) 0%, rgba(0, 56, 255, 1) 100%);
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22)!important;
    transition: 0.3s ease-out;
}

.sidebar-inner {
    position: relative;
    top: 0;
    text-align: center;
    height: auto;
    display: flex;
    vertical-align: middle;
    flex-direction: column;
}

.header_settings {
    position: relative;
    text-align: center;
    text-decoration: none;
    height: 50px;
    background: rgba(0, 0, 0, .15);
    width: 100%;
    box-shadow: 0px 2px 10px rgb(0 0 0 / 0%);
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-self: center;
    text-align: left;
    vertical-align: middle;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: no;
}

.header_settings>h3 {
    position: relative;
    text-align: center;
    margin: auto 5px;
    transition: 0.6s;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: no;
}

.n {
    position: relative;
    line-height: 50px;
    font-family: Segoe UI;
    font-style: normal;
    font-weight: bold;
    color: #008DA6;
    font-size: 30px;
}

.p1 {
    position: relative;
    line-height: 50px;
    font-family: Segoe UI;
    font-style: normal;
    font-weight: bold;
    color: #3BBAB5;
    font-size: 30px;
}

.i {
    position: relative;
    line-height: 50px;
    font-family: Segoe UI;
    font-style: normal;
    font-weight: bold;
    color: #BBBBBB;
    font-size: 30px;
}

.ins {
    position: relative;
    line-height: 42px;
    font-family: Segoe UI;
    font-style: normal;
    font-weight: bold;
    color: #9C9C9C;
    font-size: 19px;
}

.close_arrow {
    position: relative;
    height: 50px;
    width: 50px;
    display: flex;
    flex-direction: row;
    margin: auto 0;
    /*	color: #333;*/
    background-color: transparent;
    text-decoration: none;
    justify-content: center;
    border: none;
    outline: none;
    align-items: center;
    cursor: pointer;
    font-size: 26px;
    transition: 0.6s;
}

.close_arrow:hover {
    /*	color:#adadad;*/
    transition: 0.6s;
}

.close_color_arrow {
    color: #333;
}

.close_color_arrow:hover {
    color: rgba(0, 0, 0, .3);
    transition: 0.3s;
}

.open_color_arrow {
    color: #B6B6B6;
}

.open_color_arrow:hover {
    color: #fff;
    transition: 0.6s;
}

.col_nav {
    flex-grow: 1;
    min-height: calc(100vh - 100px);
}

.col_nav.active {
    width: 240px;
}

.col_nav_btn {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: left;
    overflow: auto;
    margin: 2px 5px;
    /* width: 240px; */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: no;
}

.nav_btn {
    position: relative;
    height: 40px;
    display: flex;
    overflow: hidden;
    flex-direction: row;
    margin: auto 0;
    white-space: nowrap;
    color: #333;
    text-decoration: none;
    justify-content: left;
    border: none;
    outline: none;
    align-items: center;
    cursor: pointer;
    font-size: 20px;
    width: 240px;
}

.nav_btn.active {
    color: #9c9c9c;
}

.nav_btn.active:hover {
    color: #fff;
    transition: 0.3s;
}

.nav_btn:hover {
    color: rgba(0, 0, 0, .3);
    transition: 0.3s;
}

.nav_btn>span {
    position: relative;
    height: 40px;
    width: 40px;
    display: flex;
    flex-direction: row;
    margin: auto 0;
    text-decoration: none;
    justify-content: center;
    border: none;
    outline: none;
    align-items: center;
    cursor: pointer;
    font-size: 20px;
    transition: 0.3s;
}

.hidden_nav_name {
    display: none;
    position: relative;
    margin-left: 10px;
    font-size: 16px;
    line-height: 16px;
    white-space: nowrap;
    align-items: center;
    font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.copyright {
    position: relative;
    display: none;
    align-self: center;
    height: calc(50px - 4px);
    background: rgba(0, 0, 0, .05);
    bottom: 0;
    margin: 0;
    padding-left: 20px;
    width: 230px;
    color: #9C9C9C;
    font-size: 14px;
    line-height: 16px;
    white-space: nowrap;
    align-items: center;
    font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    transition: 0.3s;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: no;
}

.link {
    text-decoration: none;
    color: #9C9C9C;
    font-size: 14px;
    line-height: 16px;
    white-space: nowrap;
    align-items: center;
    font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    transition: 0.8s;
}

.link:hover {
    color: #fff;
    transition: 0.8s;
}

.copyright.active {
    display: flex;
    transition: 0.3s;
}


/*шапка SimGame*/

.nav_start {
    position: fixed;
    display: flex;
    flex-direction: row;
    z-index: 1032;
    width: calc(100% - 50px);
    margin-left: 50px;
    top: 0;
    align-items: center;
    background-color: #333;
    height: 50px;
    transition: 0.3s ease-out;
}

.nav_start:before {
    transition: 0.3s ease-in;
}

.nav_start>.input,
.nav_start>.output {
    position: relative;
    width: 100%;
    z-index: 100;
    align-items: center;
    display: flex;
    flex-direction: row;
    padding: 0;
}

.user_div {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    width: 100%;
    min-width: 790px;
}

.status {
    display: flex;
    flex-direction: row;
    white-space: none;
    align-self: center;
    height: 50px;
    color: #6FFF8F;
    font-size: 14px;
    line-height: 16px;
    margin-right: 50px;
    white-space: nowrap;
    align-items: center;
    font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    transition: 0.3s;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: no;
}

.balance {
    display: flex;
    flex-direction: row;
    white-space: none;
    align-self: center;
    height: 50px;
    color: #6FFF8F;
    margin-right: 25px;
    font-size: 14px;
    line-height: 16px;
    white-space: nowrap;
    align-items: center;
    font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    transition: 0.3s;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: no;
}

.balance::before {
    position: relative;
    font-size: 14px;
    padding-right: 12px;
    margin-left: 20px;
    color: #9c9c9c;
    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;
}

.help_btn {
    display: flex;
    align-self: center;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border: none;
    outline: none;
    background: transparent;
    color: rgba(244, 244, 244, 0.5);
    height: 50px;
    width: 40px;
    cursor: pointer;
    transition: 0.6s;
    -webkit-user-select: none;
}

.help_btn:hover,
.help_btn:focus,
.help_btn.active {
    background: transparent;
    color: rgba(244, 244, 244, 1);
    transition: 0.6s;
}

.help_event_btn {
    display: flex;
    align-self: center;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border: none;
    outline: none;
    background: transparent;
    color: blue;
    width: 30px;
    cursor: pointer;
    transition: 0.6s;
    -webkit-user-select: none;
}

.user_home {
    cursor: pointer;
    outline: none;
    border: none;
    background: none;
    height: 50px;
    color: #9c9c9c;
    font-size: 16px;
    line-height: 16px;
    white-space: nowrap;
    align-items: center;
    font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    transition: 0.3s;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: no;
}

.user_home:hover {
    color: #fff;
    transition: 0.3s;
}


/*end*/

.name {
    display: flex;
    flex-direction: row;
    align-self: center;
    align-items: center;
    height: 50px;
    line-height: 50px;
    margin-left: 20px;
    font-family: Yantramanav;
    font-style: normal;
    font-weight: 250;
    font-size: 32px;
    align-items: center;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px #0038FF;
    text-decoration: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: no;
}

.nav_name_sim {
    position: relative;
    margin: 0;
    padding: 0;
    font-weight: 500;
    margin-left: 8px;
}

.nav_name_game {
    position: relative;
    margin: 0;
    padding: 0;
    font-weight: 250;
}

.fil12 {
    fill: #FEFEFE
}

.fil11 {
    fill: #2438FF
}

.fil4 {
    fill: #275FFF
}

.fil5 {
    fill: #2794FF
}

.fil0 {
    fill: #2471FF
}

.fil6 {
    fill: #2B3138
}

.fil7 {
    fill: #2C343B
}

.fil1 {
    fill: #2E38FF
}

.fil8 {
    fill: #00FFFF
}

.fil2 {
    fill: #34353A
}

.fil3 {
    fill: #3A393E
}

.fil9 {
    fill: #92FCFF
}

.fil10 {
    fill: white
}


/*Персональные настройки*/

.user_settings {
    position: absolute;
    display: none;
    flex-direction: column;
    text-align: center;
    /* max-height: calc(100% - 200px); */
    margin: 0;
    z-index: 1034;
    top: 50px;
    right: 0;
    background: #2B2B2B;
    min-width: 170px;
    width: 170px;
    height: auto;
    /* border: 0.5px solid rgba(52, 58, 64, 0.55); */
    border-radius: 0 0 0 6px;
    /* box-shadow: 0px 0px 10px rgb(0 0 0 / 35%); */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: no;
}

.user_settings_btns {
    display: flex;
    flex-direction: column;
    padding: 6px 0;
}

.btn_us {
    outline: none;
    border: none;
    text-align: left;
    background: transparent;
    color: #9c9c9c;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 16px;
    white-space: nowrap;
    align-items: center;
    font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.btn_us:hover {
    color: #fff;
    transition: 0.3s;
}

.hint {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 50px;
    width: 550px;
    height: auto;
    text-align: center;
    padding: 10px 0 10px 0;
    z-index: 1034;
    background: #ffffff;
    border: 0.5px solid rgba(52, 58, 64, 0.55);
    border-radius: 6px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 35%);
}

.hint:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background: #fff;
    border-top: 0.5px solid rgba(52, 58, 64, 0.55);
    border-left: 0.5px solid rgba(52, 58, 64, 0.55);
    border-bottom: none;
    border-right: none;
    transform: rotate(45deg);
    left: calc(50% - 7.5px);
    top: -8.5px;
    margin-left: 0;
}

.btn_close {
    position: absolute;
    right: 15px;
    border: none;
    outline: none;
    background: transparent;
    display: flex;
    align-self: center;
    justify-content: center;
    align-items: center;
    height: 20px;
    width: 20px;
    font-size: 15px;
    color: #6C6C6C;
    cursor: pointer;
    transition: 0.8s;
}

.h2_filter {
    position: relative;
    font-weight: 100;
    color: #0071e3;
    font-size: 16px;
    text-decoration: none;
    white-space: nowrap;
    display: block;
    transition: 0.8s;
    font-weight: 500;
}

.row_set {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    padding: 0 5px;
}

.slide_p {
    position: relative;
    display: flex;
    justify-content: center;
    font-size: 13px;
    line-height: 14px;
    color: rgba(0, 0, 0, 0.6);
    padding-bottom: 10px;
    font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.img_slide {
    position: relative;
    display: flex;
    width: calc(100% - 10px);
    height: auto;
    margin: 7px 5px 5px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
}

.btn_slider {
    position: relative;
    padding: 0 10px;
    height: auto;
    outline: none;
    border: none;
    background: transparent;
    cursor: pointer;
    transition: 0.8s;
}

.btn_slider:hover {
    background: rgba(0, 0, 0, 0.08);
    transition: 0.8s;
}

.hint_1 {
    position: absolute;
    display: flex;
    flex-direction: column;
    bottom: 40px;
    width: auto;
    height: auto;
    text-align: center;
    padding: 10px 0 10px 0;
    z-index: 1031;
    background: #ffffff;
    border: 0.5px solid rgba(52, 58, 64, 0.55);
    border-radius: 6px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 35%);
}

.hint_1:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background: #fff;
    border-top: none;
    border-left: none;
    border-bottom: 0.5px solid rgba(52, 58, 64, 0.55);
    border-right: 0.5px solid rgba(52, 58, 64, 0.55);
    transform: rotate(45deg);
    left: calc(50% - 7.5px);
    bottom: -8.5px;
    margin-left: 0;
}

.hint_ev_text {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0 20px;
    color: rgba(0, 0, 0, 0.6);
    transition: 0.8s;
}

.hint_ev_text p {
    position: relative;
    /*	display: flex;
	justify-content: left;*/
    text-align: justify;
    font-size: 13px;
    line-height: 14px;
    padding-bottom: 10px;
    font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    text-indent: 25px;
}

.head_ol {
    font-weight: 500;
    text-align: center;
}

.hint_ev_text ol {
    position: relative;
    text-align: left;
    counter-reset: num;
    margin: 0 0 0 35px;
    padding: 0;
    font-size: 13px;
    line-height: 14px;
    font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.hint_ev_text ol li {
    position: relative;
    margin: 0 0 5px 0;
    padding: 0 0 0 8px;
    word-break: normal;
}

.map_settings {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: -15px;
    left: 30px;
    width: 250px;
    height: auto;
    text-align: center;
    padding: 10px 0 10px 0;
    z-index: 1031;
    background: #ffffff;
    border: 0.5px solid rgba(52, 58, 64, 0.55);
    border-radius: 6px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 35%);
}

.map_settings:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #fff;
    border-top: none;
    border-left: 0.5px solid rgba(52, 58, 64, 0.55);
    border-bottom: 0.5px solid rgba(52, 58, 64, 0.55);
    border-right: none;
    transform: rotate(45deg);
    top: 17px;
    left: -5.5px;
    margin-left: 0;
}

.h2_set {
    position: relative;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    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";
}

.map_set_content {
    position: relative;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
}

.well_set {
    position: relative;
    display: flex;
    flex-direction: column;
}

.well_set::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";
    top: 0px;
    text-align: left;
    margin-bottom: 6px;
    transition: all 0.6s ease 0s;
}

.map_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    outline: none;
    border: none;
    border-radius: 4px;
    height: 25px;
    padding: 0 10px;
    margin-bottom: 5px;
    background: rgba(166, 166, 166, 0.1);
    border: 0.5px solid #ccc;
    color: #6c6c6c;
    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;
}

.map_btn:hover,
.map_btn:focus,
.map_btn.active {
    background: rgba(166, 166, 166, .7);
    border: 0.5px solid rgba(166, 166, 166, 1);
    color: #000;
    transition: 0.8s;
}