:active, :hover, :focus {
    outline: 0 !important;
    outline-offset: 0 !important;
}
/* Изменил #authentication */

#authentication {
  width: 339px;
  height: 253px;
    position: fixed;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -100%);
    border: none;
    border-radius: 0px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(62, 60, 61, 1) 100%);
    box-shadow: none;
    padding: 0px;
    color: #ffffff;
    z-index: 100000001;
    display: none;
}
#Warning {
    position: fixed;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -100%);
    border: none;
    border-radius: 10px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(62, 60, 61, 1) 100%);
    box-shadow: 0 0 10px #000;
    color: #ffffff;
    z-index: 100000001;
    display: none;
}
#Warning .modal_window {
  text-align: left;
  padding: 11px 20px;
  background: #3C3C3C;
}
#innerWarning {
  padding: 0 20px;
  background: #232323;
}
#ask_about_adding_server {
    border: 1px solid gray;
    position: absolute;
    background: #3e3e3d;
    z-index: 10001;
    display: none;
}

#anchor {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    background: gray;
    z-index: 1000001;
}

#server_list_server_menu {
    position: absolute;
    z-index: 1000002;
    display: none;
}

#long_request_window {
    border: 1px solid gray;
    position: absolute;
    background: #3e3e3d;
    z-index: 1000002;
    display: none;
}

/*
    Изменил #playback_calendar
*/

#playback_calendar {
    width: 232px;
    border-radius: 10px;
    position: absolute;
    z-index: 1000002;
    height: auto;
    display: none;
    padding: 0;
}

#playback_calendar a {
    width: 14px;
    height: 14px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0;
    margin: 10px 10px;
    border: none;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../img/buttons/close_new.svg");
}


.playback_calendar__top {
  width: 100%;
  height: 33px;
  background: #3C3C3C;
}






/**/

#fullscreen_window {
    position: absolute;
    margin-left: 0px;
    margin-top: 0px;
    width: 100%;
    height: 100%;
    min-width: 320px;
    min-height: 240px;
    border: none;
    background: #000000;
    z-index: 10001;
    display: none;
    top: 0;
}

#full_screen_preloadgif {
    width: 200px;
    height: 200px;
    position: absolute;
    margin-left: 40%;
    margin-top: 10%;
    display: none;
    background-image: url("../img/preload.gif");
    z-index: 10101;
}

#arhiv {
    background: #232323;
    top: 50%;
    left: 50%;
    width: 642px;
    font-size: 12px;
    color: #ffffff;
    border-radius: 5px;
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 1000002;
    display: none;
}
#arhiv_top {
  max-height: 33px;
  text-align: left;
  padding: 11px 13px;
  background: #3C3C3C !important;
}
#arhiv_top #con_close {
    position: absolute;
    right: 0;
    top: 0;
    margin: 10px;
    margin-right: 13px;
}
.arhiv_title {
  font-weight: bold !important;
  font-size: 11px !important;
  line-height: 14px !important;
}
#arhiv_body_main {
  display: flex;
}
.arhiv_item {
  width: 50%;
  flex: 0 0 50%;
  box-shadow: inset -1px 0px 0px rgba(0, 0, 0, 0.15);
}
#arhiv_body {
  background: #525252;
}
.arhiv_item_top {
  padding: 12px;
}
.arhiv_item_main {
  padding: 12px;
}
.arhiv_body_title {
  font-weight: bold;
  font-size: 13px;
  line-height: 16px;
  width: 100%;
}
.arhiv_item_select:first-child {
  margin-bottom: 10px;
}
.arhiv_item_select {
  display: flex;
}
.arhiv_item_main span {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #E1E1E1;
  margin-right: 18px;
  width: 100px;
}
.arhiv_item_main_time span {
  padding: 8.5px 0;
}
.arhiv_list {
  padding: 0;
}

.arhiv_body_inside_select {
  background: #333;
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  display: block;
  margin: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 6px;
  width: 175px;
}

.arhiv_body_inside_select_dur {
  background: #333;
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  display: block;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 6px;
  width: 175px;
}

.arhiv_calendar {
  width: 32px;
  height: 32px;
  background: url(../img/buttons/arhiv_calendar.svg), #525252;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 17px;
  border: 1px solid rgba(225, 225, 225, 0.4);
  border-radius: 5px;
}
.arhiv_list_row {
  display: flex;
}
#arhiv input[type="checkbox"] {
    display: none;
}
#arhiv li {
  list-style: none;
  display: flex;
  width: 50%;
  margin-bottom: 22px;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #E1E1E1;
}
#arhiv input[type="radio"] {
    display: none;
}
input[type="radio"] + label::before {
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    background-color: transparent;
    text-align: center;
    cursor: pointer;
    margin-right: 10px;
    border: 1.6px solid #fff;
    box-sizing: border-box;
    border-radius: 31px;
}
input[type="radio"]:checked + label::before {
  content: "";
  display: block;
  background: url(../img/buttons/select_radio.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px;
  color: #f3f3f3;
  text-align: center;
  border: none;
  width: 13px;
  height: 13px;
}
.arhiv_list_row_second li {
  margin-bottom: 10px !important;
}

.arhiv_list_dop {
  display: flex;
}
.arhiv_list_dop span {
  width: auto;
  padding: 8.5px 6px 8.5px 0;
  margin-right: 0;
}

#arhiv_body_file {
  padding: 6px 12px 12px;
  border: 1px solid #464646;
  border-right: none;
  border-left: none;
}
#arhiv_way, #arhiv_bottom, #arhiv_body_camers {
  padding: 12px 12px;
  border: 1px solid #464646;
  border-right: none;
  border-left: none;
}
#arhiv_bottom {
  border-bottom: 0;
  padding: 0;
  text-align: right;
}
.arhiv_shablon {
  display: flex;
  flex-direction: column;
}
.arhiv_body_dop_title {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 6px;
}
.arhiv_shablon .arhiv_body_title {
  margin: 12px 0;
}
.arhiv_file {
  margin: 12px 0 0;
  background: #333;
  padding: 6px;
  color: #fff;
  border: none;
  width: 85%;
}


.arhiv_way_items {
  display: flex;
  margin-top: 24px;
}

#arhiv_bottom .modal_bottom_but {
  padding: 7px 12px;
}
.arhiv_way_btn {
  margin-left: auto;
  color: #E1E1E1;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
}


#arhiv_bottom_inside {
  padding: 18px 12px;
}


/* Изменил management */

#management {
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(62, 60, 61, 1) 100%);
  top: 50%;
  left: 50%;
  font-size: 12px;
  color: #ffffff;
  box-shadow: 0 0 10px #000;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 1000002;
  width: 526px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  overflow: hidden;
  height: auto;
}

.management_list {
    list-style: none;
    padding: 0;
      margin: 24px 0 12px;
}

.management_list li {
    margin-bottom: 5px;
}

#management_top {
  width: 100%;
  max-height: 33px;
    height: 25px;
    text-align: left;
    padding: 11px 0 0px 20px;
    background: #3C3C3C;
}

#management_top #con_close {
    position: absolute;
    right: 0;
    top: 0;
    margin: 10px;
}

#management_top span {
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
}

#management_body {
    text-align: left;
    display: block;
    border-radius: 3px;
    background: #232323;
    margin: 0;
}

#management_top_tabs {
    text-align: left;
    height: 20px;
    font-size: 12px;
    max-height: 40px;
    display: block;
    padding: 12px;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    -webkit-box-shadow: inset 0px -1px 0px #3C3C3C;
            box-shadow: inset 0px -1px 0px #3C3C3C;
}

#management_top_tabs span {
  border: none;
  background: none;
  padding: 0;
  margin-right: 16px;
  color: #fff;
  opacity: 1;
}
#management_top_tabs span:first-child {
  margin-right: 16px;
}



.management_body_inside__item {
  padding: 12px;
  -webkit-box-shadow: inset 0px -1px 0px #3C3C3C;
          box-shadow: inset 0px -1px 0px #3C3C3C;
}
.management_body_inside__item__title {
  font-weight: bold;
  font-size: 13px;
  line-height: 16px;
}

.management_list span {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #E1E1E1;
}
#management input[type=checkbox] {
	  display: none;
}
.checkbox label:before {
	  border-radius: 3px;
}
input[type=checkbox] + label:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #3C3C3C;
  border-radius: 1px;
  text-align: center;
  cursor: pointer;
  margin-right: 10px;
  margin-top: 1px;
  border: 1px solid #fff;
}
input[type=checkbox]:checked + label:before {
  content: "";
  display: block;
  background: url(../img/buttons/arrow__white.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  background-color: #386958;
  background-size: 6px 6px;
  border-radius: 1px;
  color: #f3f3f3;
  text-align: center;
  border: 1px solid #386958;
}




.management_top_selected_tab,
.management_top_unselected_tab {
    position: relative;
    top: 1px;
    font-size: 12px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 5px 15px 5px;
    cursor: pointer;
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid rgb(99, 99, 99);
    z-index: 100001;
}
.management_top_unselected_tab {
    color: #E1E1E1 !important;
    opacity: 0.5 !important;
}
.management_top_selected_tab span {
  color: #fff;
  opacity: 1;
}
.management_top_selected_tab:hover {
    cursor: pointer;
}

.management_top_selected_tab:active {
    background: linear-gradient(0deg, rgba(124, 124, 124, 1) 0%, rgba(74, 74, 74, 1) 93%, rgba(50, 50, 50, 1) 100%);
}




.management_top_unselected_tab:hover {
    cursor: pointer;
    background: linear-gradient(180deg, rgba(148, 148, 148, 1) 0%, rgba(124, 124, 124, 1) 100%);
}

.management_top_unselected_tab:active {
    background: linear-gradient(180deg, rgba(148, 148, 148, 1) 0%, rgba(124, 124, 124, 1) 100%);
}

.management_body_inside {
    position: relative;
    z-index: 1000002;
    padding: 0;
    background: none;
    border: none;
    height: auto;
    border-radius: 0;
}

.management_body_inside ul {
    list-style: none;
    padding: 0;
}

.management_body_inside li {
    margin-bottom: 10px;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.management_body_inside li div:nth-child(2) {
    position: relative;
    top: -3px;
    left: 5px;
}

.management_custom_radio_container {
    position: relative;
}

.management_custom_radio_container input {
    position: relative;
    opacity: 0;
    padding: 3px;
    margin: 1px 0 0 0;
    height: 15px;
    width: 15px;
    z-index: 10000003;
}

.management_custom_radio {
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid black;
    border-radius: 5px;
    margin-left: -1px;
    background: linear-gradient(309deg, rgba(181, 181, 181, 1) 0%, rgba(92, 92, 92, 1) 100%);
}

.management_custom_radio_container input:checked + .management_custom_radio {
    background-color: #7ca5ac;
    background-image: url(../img/tempCheck.png);
    background-size: cover;
    background-repeat: no-repeat;
}

#management_bottom {
    padding: 0;
    height: 56px;
    background: #232323;
    box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.15);
    border-top: 1px solid #1E1E1E;
    padding: 0;
}

#management_bottom_inside {
  background: #232323;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  padding: 18px 12px 0 0;
    height: 25px;
    text-align: right;
}

#select_lang option {
  background: #232323 !important;
  color: #fff;
}


#select_screen_divisions {
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(62, 60, 61, 1) 100%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 480px;
    font-size: 12px;
    color: #ffffff;
    display: block;
    position: absolute;
    z-index: 1000002;

    width: 90%;
    overflow: hidden;
    border-radius: 0;
    box-shadow: none;
    max-width: 1280px;
}

#select_screen_divisions_top {
    height: 25px;
    padding: 5px 0 5px 15px;
    font-size: 15px;
    background: #3C3C3C;
    width: 100%;
}

#select_screen_divisions_top .close_b {
    position: absolute;
    right: 0;
    top: 0;
    margin: 10px;
}

#select_screen_div_body {
    margin-left: 0;
    margin-top: 0;
    text-align: left;
    height: 455px;
    display: block;
    min-height: 100%;
    padding: 0;
    background: #232323;
}

#select_screen_divisions_inside {
    border-radius: 3px;
    text-align: left;
    position: absolute;
    width: 95%;
    height: 450px;
    font-size: 12px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    overflow-y: auto;
    overflow-x: hidden;

    width: auto;
    display: flex;
    flex-wrap: wrap;
    padding: 12px;
    height: auto;
    box-shadow: none;
    background: #232323;
}

.screen_div {
    background: #3e3e3d;
    font-size: 12px;
    float: none;
    position: relative;

    margin: 0 3px 6px 3px !important;
    width: 139.75px;
    height: 103px;
    padding: 10px 6px 50px;
    display: flex;
    justify-content: center;
    text-align: center;
}

.screen_div:hover {
    background: #676767;
}

.screen_div_widget_cell {
    text-align: left;
    display: inline-block;

    background: #9BD6FF;
    border: 1px solid #06BDF2;
}

.custom_radio_container {
    position: relative;
}

.custom_radio_container input {
    opacity: 0;
}

.custom_radio_container input:checked + .custom_radio {
    display: block;
}

.screen_div:nth-child(1) span {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.custom_radio {
    position: absolute;
    left: -10px !important;
    top: -10px !important;
    content: " ";
    height: 161px !important;
    width: 149.75px !important;
    background: none;
    z-index: 1000000;
    display: none;
    border: 1px solid #56EA7F;
}

.screen_div:nth-child(1) .custom_radio {
    margin: 10px 15px 0 10px;
}

.select_screen_divisions_bottom {
    padding: 15px;
}

.select_screen_divisions_bottom div {
    border-radius: 3px;
    text-align: right;
    font-size: 12px;
    display: block;
    height: auto;
    padding: 20px 12px 0 0;
    background: #232323;
}

.modal_window {
    width: 339px;
    margin-bottom: 0;
    padding: 0;
}

.modal_window_item span {
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
}

#modal_top_bar_but {
    position: absolute !important;
    top: 0;
    right: 0;
    margin: 5px;
}

#modal_login_box {
    background: #232323;
    padding: 0;
    border-radius: 0;
}




.modal_bottom_but__sec {
  background: #525252;
  border: 1px solid rgba(225, 225, 225, 0.4) !important;
  border-radius: 5px;
}
.management_body_inside__items,
.management_body_inside__item__fl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.management_body__lang {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  margin-right: 18px;
  padding-top: 1px;
}


#select_lang {
  background: transparent;
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  background-image: url('../img/arrow__select.svg');
  background-repeat: no-repeat, repeat;
  background-position: center right;
  background-size: 9px 6px;
  padding-right: 11px;
  cursor: pointer;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
 -moz-appearance: none;
 -webkit-appearance: none;
 appearance: none;
}

.management_body_inside__item__text {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #E1E1E1;
}
#m_b_inside_client_settings {
  -webkit-box-shadow: inset 0px -1px 0px #3C3C3C;
  box-shadow: inset 0px -1px 0px #3C3C3C;
  padding: 12px 12px 53px;
}
.modal_bottom_but:hover {
  border: 1px solid #fff !important;
}



#modal_server_box {
    background: none;
    border-radius: 0;
    padding: 0;
    background: #3C3C3C;
    margin-bottom: 0;
    height: 23px;
    padding: 10px 10px 5px 20px;
}

#modal_user_container {
  margin-top: 0;
  padding: 12px;
}

#modal_user_container div {
      height: 45px;
}
#modal_user_container div:first-child {
  margin-bottom: 10px;
}

.modal_input {
    padding: 2px 7px;
    width: 180px;
    left: 0;
    position: relative;
    background-color: #333333 !important;
    border: 1px solid #333333;
    border-radius: 5px;
    box-shadow: none;
    width: 100%;
    height: 45px;
    padding-left: 37px;
    color: #fff;
}

#modal_bottom_bar {
    padding: 3px 5px 3px 5px;
    text-align: right;
    background: #232323;
    border-radius: 0;
    margin-top: 0;
    height: 56px !important;
}


.modal_request_window {
    padding: 5px;
    width: 130px;
    height: 40px;
    border: 1px solid grey;
}

.modal_calendar {
    width: 208px;
    padding: 12px 12px 0;
    height: 250px;
    font-size: 14px;
    text-shadow: none;
    background: #232323;
    position: relative;
}
.modal_calendar__container {

}
.modal_calendar__top {
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  display: flex;
  margin-bottom: 10px;
  height: 31px;
}

.cl_days_of_week {
  padding-bottom: 30px;
  font-style: italic;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  color: #B3B3B3;
}

.cl_days_of_week__cintainer {
  width: 100%;
}

.cl_dates {
  width: 100%;
  min-height: 200px;
}

#cl_month {
  background: transparent;
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  background-image: url('../img/calendar__arrow.svg');
  background-repeat: no-repeat, repeat;
  background-position: center right;
  background-size: 9px 6px;
  padding-right: 11px;
  cursor: pointer;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  margin-right: 12px;
}

#cl_month option {
  background-color: #232323 !important;
  color: #fff !important;
}

/**/

.modal_fullscreen_window {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
    z-index: 10002;
}

.cl_day {
    position: absolute;
    text-align: center;
}
.cl_date {
    position: absolute;
    text-align: center;
    cursor: pointer;
}

.cl_date_inactive {
    position: absolute;
    text-align: center;
    color: gray;
}

/* Добавил */

#cl_year {
  background: transparent;
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  background-image: url('../img/calendar__arrow.svg');
  background-repeat: no-repeat, repeat;
  background-position: center right;
  background-size: 9px 6px;
  padding-right: 11px;
  cursor: pointer;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

#cl_year option {
    background-color: #232323 !important;
    color: #fff !important;
}

/**/

/* Изменил cl_buttons */

#cl_buttons {
  position: relative;
  margin-top: 0;
  background: #232323;
  width: auto;
  border-radius: 0px;
  text-align: right;
  border-top: 1px solid #000;
  padding: 12px 12px 12px 0;
}

#cl_buttons div {
    padding: 5px 5px;
}

/**/

.right_click_menu {
    background: #3e3e3d;
    border-radius: 3px;
    color: white;
    padding: 5px;
    width: 130px;
    height: 200px;
    border: 1px solid black;
}













/* Authentication */


.modal_input__name {
  padding-left: 37px;
  color: #fff;
}
.bg__us::before {
  content: "";
  display: block;
  background: url(../img/aut_name.svg);
  background-repeat: no-repeat;
  background-position: center left 9px;
  background-size: 20px 20px;
  position: absolute;
  width: 30px;
  height: 20px;
  z-index: 100;
  margin-top: 12px;
}
input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 50px #333333 !important;
  -webkit-text-fill-color: #fff;
}
.modal_input__name:focus,
.modal_input__name:active {
  background-color: #333333 !important;
}
.modal_input__pass {
  background: url(../img/aut_pass.svg);
  background-repeat: no-repeat;
  background-position: center left 9px;
  background-size: 20px 20px;
  padding-left: 37px;
  color: #fff;
}

.modal_input:active,
.modal_input:hover,
.modal_input:focus {
  border: 1px solid #386958;
}


.password-checkbox_l {
  margin: -30px 0 0 90%;
  z-index: 1;
  position: relative;
}
.password-checkbox {
  margin: -55px 0 0 -8px;
  width: 33px;
  height: 33px;
  background: none;
  opacity: 0;
  z-index: 10000;
  position: relative;
}
.modal_autoconnect {
  padding: 12px;
  display: flex;
}
.modal_autoconnect__item {
  display: flex;
  width: 50%;
}
.modal_autoconnect__item:first-child {
  margin-bottom: 10px;
  margin-right: 10px;
}
#authentication input[type=checkbox] {
	  display: none;
}
.checkbox label:before {
	  border-radius: 3px;
}
input[type=checkbox] + label:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: transparent;
  border-radius: 1px;
  text-align: center;
  cursor: pointer;
  margin-right: 10px;
  margin-top: 1px;
  border: 1px solid #fff;
}
input[type=checkbox]:checked + label:before {
  content: "";
  display: block;
  background: url(../img/buttons/arrow__white.svg);
  background-repeat: no-repeat;
  background-position: center top 50%;
  background-color: #386958;
  background-size: 8px;
  border-radius: 1px;
  color: #f3f3f3;
  text-align: center;
  border: 1px solid #386958;
}

.modal_autoconnect span {
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  display: block !important;
}


.modal_bottom_bar__items {
  padding: 16px 12px 0;
}
.modal_bottom_but__add {
  display: none;
}


.modal_bottom_but_mr {
  margin: 0 10px 0 0;
}

.modal_close_b {
  position: absolute;
  right: 10px;
  top: 4px;
}










/* Screen divisions */

.screen_div__text {
  position: absolute;
  bottom: 6px;
  width: 100%;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  left: 0;
  color: rgba(225, 225, 225, 0.8);
}

.screen_div .custom_radio ~ .screen_div__text {
  color: #fff;
}




#select_screen_divisions_top .close_b {
  top: 1px;
}
.screen_div:nth-child(1) .custom_radio {
    margin: 0;
    left: -75px !important;
    bottom: 0px;
    left: 0;
}
.screen_div:nth-child(2) .custom_radio {
    left: -7px !important;
}
.screen_div:nth-child(3) .custom_radio {
    left: -7.5px !important;
}
.screen_div:nth-child(4) .custom_radio {
    left: -9px !important;
}
.screen_div:nth-child(5) .custom_radio {
    left: -9px !important;
}
.screen_div:nth-child(6) .custom_radio {
    left: -9px !important;
}
.screen_div:nth-child(7) .custom_radio {
    left: -9px !important;
}
.screen_div:nth-child(8) .custom_radio {
    left: -9px !important;
}
.screen_div:nth-child(1) span {
    position: absolute;
    bottom: 6px;
  }

.screen_div__container {
  min-width: 133px;
}
