* {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", Arial, serif;
    font-size: 10px;
    box-sizing: border-box;
}

:root {
    --Accent: #1A4862;
    --White: #FFFFFF;
    --Black: #3D4550;
    --Gray: #96A2B5;
    --Yellow: #C5A28E;
    --Icon-gray: #CAD1DA;
    --Red: #EB5757;


    --letter: #FF00F5;
    --blue: #00AEEF;
    --border_color: #D9D9D9;
}

html {
    width: auto;
    overflow: auto;
}

body {
    width: auto;
    overflow: auto;
}

/* #F7ECDA; fon */
/* #653D31; text */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type='number'] {
    -moz-appearance: textfield;
}

img, a {
    border: 0px;
}

.img_width {
    width: 100%;
}

.clearfix {
    float: none;
    clear: both;
}

.margin_top_8 {
    margin-top: 16px;
}

.margin_top_16 {
    margin-top: 16px;
}

.margin_top_20 {
    margin-top: 20px;
}

.margin_top_30 {
    margin-top: 30px;
}

.pos_relative {
    position: relative;
}

.cursor_pointer {
    cursor: pointer;
}

.dark_panel {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: 0;
    position: fixed;
    background: rgba(0, 0, 0, .5);
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
    z-index: 1050;
}

.required_field {
    font-size: 1.6em;
    color: red;
}

.option_bar {
    font-size: 1.6rem;
    color: var(--Black);
}

.annotation {
    margin: 3px 0px;
    font-size: 1.3em;
    background: #EAF4E1;
    padding: 5px 10px;
    border: 1px solid #7AE218;
    border-radius: 4px;
}

.class_err {
    width: 250px;
    padding: 5px 0px;
    color: #FFF;
    text-align: center;
    font-size: 1.4em;
    background: #ED0024;
    border-radius: 4px;
    position: absolute;
    z-index: 100;
    display: none;
}

.err_angle {
    width: 0;
    height: 0;
    left: 15px;
    bottom: -12px;
    border-left: 14px solid transparent;
    border-top: 12px solid #ED0024;
    border-right: 12px solid transparent;
    position: absolute;

}

.add_flex {
    display: flex;
    align-items: center;
}

.red_star {
    margin-left: 2px;
    color: red;
    font-size: 1.8em;
}

.first_panel_header {
    max-width: 900px;
    margin: auto;
    padding: 10px 0px;
    display: flex;
    justify-content: space-between;
}

.first_panel_header--text {
    font-size: 3em;
}

.first_panel_header--link {
    font-size: 1.0em;
}


.header_panel {
    width: 100%;
    height: 50px;
    border: 2px dotted blue;
}

.object_panel {
    width: 1200px;
    margin: auto;
    display: flex;
    /* border: 2px dashed red; */
}

.object_panel_left {
    flex: 0 0 300px;
    /* border: 2px dashed blue;	 */
}

.object_statistic_header {
    font-size: 1.6em;
    color: #4E4E4E;
    line-height: 150%;
}

.object_statistic_header span {
    font-size: 1.4rem;
    color: #9A9A9A;
}

.object_statistic_header--link {
    font-size: 1.6em;
    color: #4E4E4E;
    line-height: 150%;
    display: block;
    text-decoration: none;
}

.object_statistic_header--link:hover {
    color: #653D31;
    text-decoration: underline;
}

.object_statistic_header--link span {
    font-size: 1.4rem;
    color: #9A9A9A;
}

.object_statistic_bar {
    margin-left: 10px;
    font-size: 1.4em;
    color: #4E4E4E;
    line-height: 150%;
}

.object_statistic_bar span {
    font-size: 1.4rem;
    color: #9A9A9A;
}

.object_statistic_bar--link {
    margin-left: 10px;
    font-size: 1.4em;
    color: #4E4E4E;
    line-height: 150%;
    display: block;
    text-decoration: none;
}

.object_statistic_bar--link:hover {
    color: #653D31;
    text-decoration: underline;
}

.object_statistic_bar--link span {
    font-size: 1.4rem;
    color: #9A9A9A;
}

.object_panel_right {
    flex: 0 0 900px;
    /* border: 2px dashed green;		 */
}

.object_buttons--new {
    margin: 3px 3px;
    padding: 10px;
    font-size: 1.5em;
    color: #4E4E4E;
    text-align: center;
    background-image: linear-gradient(180DEG, #FEDB18, #F9CA15);
    background-color: #FCD317;
    text-decoration: none;
    border-radius: 4px;
    display: block;
}

.object_filtr {
    width: 100%;
    height: 40px;
}

.search_panel {
    background: rgb(250, 246, 224);
    border-radius: 5px;
}

.search_panel--input_search {
    margin: 5px;
    padding: 5px;
    font-size: 1.5em;
}

.search_panel--button_search {
    margin-left: 5px;
    padding: 3px 10px;
    font-size: 1.6em;
    border-radius: 5px;
    cursor: pointer;
}

.search_width {
    width: 70%;
}

.point_currency {
    margin: 5px;
    padding: 2px 5px;
    font-size: 1.6em;
    color: #4E4E4E;
    display: inline-block;
    cursor: pointer;
    border-radius: 10px;
}

.point_currency:hover {
    color: red;
}

.point_active {
    background: #F6D64D;
    pointer-events: none;
}

.deal_type_bar {
    margin: 10px 0px;
}

.realty_type_bar--main_result {
    font-size: 1.6em;
    color: #563D31;
    font-weight: 700;
}

.deal_type_bar--result {
    font-size: 1.6em;
    color: #563D31;
    font-weight: 500;
}

.realty_type_bar--link {
    font-size: 1.4em;
    color: #563D31;
    text-decoration: none;
}

.realty_type_bar--result {
    font-size: 1.4em;
    color: #4E4E4E;
}

.realty_type_bar--link:hover {
    text-decoration: underline;
}

.object_small_block {
    margin: 5px;
    padding: 5px;
    border-radius: 5px;
    position: relative;
}

.object_small_modul {
    display: flex;
    /* border: 1px dotted gray;	 */
}

.top_bar_small_modul {

}

.set_owner_green {
    padding: 3px;
    background: lightgreen;
    display: inline-block;
}

.set_owner_yellow {
    padding: 3px;
    background: yellow;
    display: inline-block;
}

.picture_small_modul {
    width: 150px;
    height: 150px;
    /* border: 1px dotted silver; */
    flex: 0 0 150px;
}

.text_small_modul {
    margin-left: 10px;
    flex: 10 0 200px;
    /* border: 1px dotted silver; */
}

.header_link_container {
    width: 100%;
    height: 24px;
    text-overflow: ellipsis;
/ / white-space: nowrap;
    overflow: hidden;
    /* border: 1px dotted red;	 */
}

.header_link {
    font-size: 1.6em;
    font-weight: 700;
    color: #00AAEE;
    text-overflow: ellipsis;
/ / white-space: nowrap;
    overflow: hidden;
    text-decoration: none;
    /* border: 1px dotted blue; */
}

.adres_bar {
    margin-top: 15px;
    color: #4E4E4E;
    font-weight: 700;
    font-size: 1.3em;
    word-wrap: break-word;
    text-overflow: ellipsis;
}


.cost_bar {
    margin-top: 15px;
    display: flex;
    align-items: center;
}

.cost_bar span {
    color: #4E4E4E;
}

.cost_bar_1 {
    flex: 1 1 60%;
}

.cost_bar_2 {
    flex: 1 1 40%;
}

.cost_bar_price_label, .cost_bar_price, .cost_bar_currency, .cost_bar_area {
    font-size: 2.0em;
}

.cost_bar_av_area, .cost_bar_av_area_price, .cost_bar_av_area_currency {
    font-size: 1.4rem;
}

.cost_bar_area, .cost_bar_price {
    font-weight: 700;
}

.realty_option_bar {
    margin-top: 15px;
    display: flex;
}

.realty_type_option_col {
    flex: 0 1 25%;
}

.realty_type_option_col {
    color: #999;
}

.realty_type_option_label {
    font-size: 1.4em;
}

.realty_type_option_data {
    color: #4E4E4E;
    font-size: 1.4em;
    font-weight: 700;
}

.parametrs_bar {
    margin-top: 15px;
}

.parametrs_bar_data {
    color: #3969a9;
}

.control_small_modul {
    flex: 0 0 150px;
    /* border: 1px dotted brown; */
}

.small_object_control_button {
    padding: 5px 0px;
    font-size: 1.4em;
    font-weight: 700;
    color: #4E4E4E;
    display: block;
    text-decoration: none;
}

.small_object_control_button:hover {
    text-decoration: underline;
    cursor: pointer;
}

.option_small_modul {
    padding: 5px;
    /* border: 1px dotted red; */
}

.option_small_modul_button {
    margin-left: 5px;
    font-size: 1.3em;
}

.option_small_modul_button:hover {
    color: #EEAA00;
    cursor: pointer;
}

/* Panel */
.first_panel {
    max-width: 900px;
    margin: auto;
    padding: 20px;
    box-shadow: 0 12px 38px 0 rgba(0, 0, 0, .22);
    /* border: 1px dashed red; */
}

.first_panel_block {
    margin: 30px 10px;
    display: flex;
    /* border: 1px dotted blue; */
}

.first_panel_block_title {
    padding-right: 10px;
    flex: 0 1 230px;
}

.first_panel_block_data {
    flex: 10 1 250px;
    position: relative;
    /* border: 1px dotted blue; */
}

.second_panel_block_data {
    display: flex;
    align-items: center;
}

.second_panel_block {
    display: none;
}

.left_title {
    font-size: 1.6em;
    font-weight: 400;
}

.input_field {
    width: 100%;
    padding: 5px;
    font-size: 1.5em;
    border: 1px solid #A9A9A9;
    border-radius: 3px;
}

.select_field {
    padding: 5px;
    font-size: 1.5em;
    border: 1px solid #A9A9A9;
    border-radius: 3px;
}

.select_field option {
    padding: 5px;
    font-size: 1.5rem;
}

.textarea_field {
    min-height: 100px;
    width: 100%;
    padding: 5px;
    font-size: 1.5em;
    border: 1px solid #A9A9A9;
    border-radius: 3px;
    resize: vertical;
}

.number_field {
    width: 150px;
}

.short_number_field {
    width: 75px;
    margin-left: 5px;
}

.video_field {
    width: 350px;
}

.percent_amount {
    display: block;
}

.fixed_amount {
    display: none;
}

.short_number_field:first-child {
    margin-left: 0px;
}

.field_phone_bar, .field_video_bar {
    margin-bottom: 3px;
}

.add_field_link {
    margin-left: 10px;
    font-size: 1.2em;
    color: #00AAEE;
    cursor: pointer;
}

.add_field_link:hover {
    color: #EEAA00;
    border-bottom: 1px dotted #EEAA00;
}

.checkbox_modul {
    display: flex;
    align-items: center;
    line-height: 20px;
}

.checkbox_field {
    display: block;
}

.checkbox_text, .radio_text {
    margin-left: 5px;
    font-size: 1.4em;
    color: #4E4E4E;
    cursor: pointer;
}

.radio_modul {
    display: flex;
    align-items: center;
    /* border: 1px dotted red; */
}

.radio_field_box {
    margin-left: 5px;
}

.radio_field_box:first-child {
    margin-left: 0px;
}

.first_panel_button {
    height: 30px;
    padding: 5px;

    border: 1px solid #D4D4D4;
    border-radius: 4px;
    display: inline-flex;
    background: #E2E2E2;
    cursor: pointer;
}

.sale_text {
    font-size: 1.4em;
    color: #4E4E4E;
}

.first_panel_button img {
    width: 20px;
}

/* .second_panel_button { */
/* margin-left: 15px; */
/* padding: 4px; */
/* font-size: 1.2em; */
/* color: #4E4E4E; */
/* border: 1px solid #D4D4D4; */
/* border-radius: 4px; */
/* display: inline-block; */
/* background: #E2E2E2; */
/* cursor: pointer; */
/* } */

.left_filter--button {
    width: 150px;
    height: 30px;
    margin: 5px 2px;
    padding: 4px 10px;
    border: 1px solid #AAA;
    cursor: pointer;
    position: relative;
    border-radius: 4px;
}

.lite_filter--button_text {
    width: 100%;
    font-size: 1.4em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    /* border: 1px dotted red;	 */
}

.drop_window {
    width: 100%;
    max-height: 210px;
    top: 27px;
    left: 0px;
    border: 1px solid #DDD;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, .35);
    background: #FFF;
    position: absolute;
    display: none;
    z-index: 10;
    overflow: auto;
}

.drop_window::-webkit-scrollbar {
    -webkit-appearance: none;
    background: transparent;
    height: 7px;
    width: 7px;
}

.drop_window::-webkit-scrollbar-track {
    background: transparent;
}

.drop_window::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: rgba(236, 106, 45, 1);
    border-radius: 3px;
}

.drop_bar {
    padding: 5px 10px;
    font-size: 1.4em;
    color: #4E4E4E;
    cursor: pointer;
}

.drop_bar:hover {
    background: #EEE;
}

.currency_button,
.market_button,
.general_button,
.flat_type_button,
.form_instructions_button,
.comission_button,
.settlement_button,
.landmark_button,
.partner_currency_button {
    height: 30px;
    padding: 4px 10px;
    border: 1px solid #AAA;
    cursor: pointer;
    display: inline-flex;
    position: relative;
    border-radius: 4px;
}

.flat_type_button {
    width: 140px;
}

.currency_button {
    margin-left: 5px;
    width: 140px;
}

.button_img {
    width: 14px;
    margin-left: 5px;
}

.currency_text,
.market_text,
.general_text,
.flat_type_text,
.form_instructions_text,
.comission_text,
.settlement_text,
.landmark_text,
.partner_currency_text {
    font-size: 1.4em;
    flex: 1 1 135px;
}

.landmark_window {
    width: 750px;
    max-height: 350px;
    top: 27px;
    left: -250px;
    padding: 10px;
    border: 1px solid #DDD;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, .35);
    background: #FFF;
    position: absolute;
    z-index: 200;
    overflow: auto;
    display: none;
}

.landmark_window_container {
    width: 750px;
    max-height: 350px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.emersion_landmark {
    display: block;
}

.input_landmark_bar {
    width: 160px;
    margin: 3px;
    font-size: 1.4em;
    color: #4E4E4E;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    border: 1px dotted silver;
}

.landmark_selected {
    color: #FA5407;
}

.currency_window,
.market_window,
.general_window,
.flat_type_window,
.form_instructions_window,
.comission_window,
.settlement_window,
.partner_currency_window {
    width: 120%;
    max-height: 210px;
    top: 27px;
    left: 0px;
    border: 1px solid #DDD;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, .35);
    background: #FFF;
    position: absolute;
    display: none;
    z-index: 10;
    overflow: auto;
}

.general_window::-webkit-scrollbar {
    -webkit-appearance: none;
    background: transparent;
    height: 7px;
    width: 7px;
}

.general_window::-webkit-scrollbar-track {
    background: transparent;
}

.general_window::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: rgba(0, 0, 0, .2);
    border-radius: 3px;
}

/* .general_window::-webkit-scrollbar-button {  background-color: #666; } */
/* .general_window::-webkit-scrollbar-track { background: transparent; } */
/* .general_window::-webkit-scrollbar-track-piece { background-color: #ffffff;} */
/* .general_window::-webkit-scrollbar-corner { background-color: #999;}} */
/* .general_window::-webkit-resizer { background-color: #666;}	 */

.currency_window {
    width: 100%;
}

.general_window {
    width: 260px;
}

.form_instructions_window {
    width: 330px;
}

.comission_window {
    width: 330px;
}

.settlement_window {
    width: 260px;
}


.input_currency_bar,
.input_market_bar,
.input_general_bar,
.input_flat_type_bar,
.input_form_instructions_bar,
.input_comission_bar,
.input_settlement_bar,
.input_partner_currency_bar,
.input_cost_per_sqm_currency_bar {
    padding: 5px 10px;
    font-size: 1.4em;
    color: #4E4E4E;
}

.input_currency_bar:hover,
.input_market_bar:hover,
.input_general_bar:hover,
.input_flat_type_bar:hover,
.input_form_instructions_bar:hover,
.input_comission_bar:hover,
.input_settlement_bar:hover,
.input_partner_currency_bar:hover,
.input_cost_per_sqm_currency_bar:hover {
    background: #EEE;
}

.panel_unit {
    display: flex;
    align-items: center;
}

.total_unit_field {
    margin-left: 15px;
}

.total_unit_label {
    margin-left: 7px;
    color: #4E4E4E;
    font-size: 1.4em;
    cursor: pointer;
}

.owner_comment {
    margin-top: 10px;
}

.owner_comment_textarea {
    width: 100%;
    height: 80px;
    padding: 5px;
    font-size: 1.5em;
}

.sale_panel {
    max-width: 200%;
    left: -200px;
    padding: 10px;
    background: #FFF;
    z-index: 10;
    border: 1px solid #CCC;
    box-shadow: 0 1px 7px 0 rgba(0, 0, 0, .35);
    position: absolute;
    display: none;
}

/* .sale_panel	* { border: 1px dotted silver; } */

.selected_item {
    color: #FA5407;
    cursor: text;
}

.no_selected_item {
    color: #4E4E4E;
    cursor: pointer;
}

.visible_block {
    display: block;
}

.no_visible_block {
    display: none;
}

.sale_panel_top {
    text-align: right;
}

.sale_panel_middle {
    display: flex;
}

.middle_first_block {
    padding: 0px 20px;
}

.middle_second_block {
    padding: 0px 20px;
    border-left: 1px solid #E9E9E9;
}

.middle_third_block {
    padding: 0px 20px;
    border-left: 1px solid #E9E9E9;
}

.middle_first_block_line {
    font-size: 1.8em;
    line-height: 150%;
}

.middle_second_block_line {
    font-size: 1.7em;
    line-height: 180%;
}

.middle_third_modul {
    /* display: none; */
}

.middle_third_modul:first-child {
    /* display: block; */
}

.middle_third_block_line {
    display: flex;
    align-items: center;
}

.middle_third_block_label {
    margin-left: 5px;
    font-size: 1.4em;
    line-height: 150%;
}

.sale_panel_bottom {
    text-align: right;
}

.button_close {
    width: 20px;
    height: 20px;
    background: url(../picture_library/registration/close2.svg) no-repeat;
    display: inline-block;
    cursor: pointer;
}

.button_apply {
    padding: 5px 10px;
    font-size: 1.5em;
    color: #FFF;
    background: #00AAEE;
    border-radius: 4px;
    display: inline-block;
    cursor: pointer;
}

.partner_payment_modul {
    width: 100%;
    display: block;
    /* border: 1px dotted blue;  */
}

.partner_payment_bar {
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
}


.partner_payment_text {
    width: 200px;
    margin-left: 5px;
    font-size: 1.4em;
    cursor: pointer;
}

.land {
    display: none;
}

/* Gallery */
.gallery_block {
    margin: 10px;
    padding: 7px;
    border-radius: 4px;
    box-shadow: 0 3px 8px 2px #E2E2E2;
}

.form_file_load {
    width: 150px;
    height: 150px;
    margin: 5px 10px;
    border: 1px solid #AAA;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
}

.form_file_load:hover {
    border: 1px solid #00AAEE;
}

.form_file_field {
    width: 150px;
    height: 150px;
    top: 0px;
    left: 0px;
    opacity: 0;
    filter: alpha(opacity:0);
    cursor: pointer;
    position: absolute;
    display: block;
}

.icon_foto {
    height: 50px;
    margin: auto;
    flex: 0 0 50px;
}

.form_foto_block {
    width: 150px;
    height: 150px;
    margin: 5px 10px;
    border: 1px solid #F49F20;
    float: left;
    position: relative;
}

.rot_button {
    width: 24px;
    height: 24px;
    padding: 5px;
    top: 0px;
    left: 0px;
    z-index: 10;
    position: absolute;
    cursor: pointer;
}

.rot_button:hover {
    background: rgba(0, 0, 0, 0.5);
}


.del_button {
    width: 16px;
    height: 16px;
    top: 0px;
    right: 0px;
    padding: 8px;
    text-decoration: none;
    z-index: 20;
    position: absolute;
    cursor: pointer;
}

.del_button:hover {
    background: rgba(128, 128, 128, 0.3);
}

.spin_center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.picture_err_block {
}

.picture_err_file {
    padding: 2px 0px;
    text-align: center;
    font-size: 1.2em;
}

.picture_err_text {
    padding: 2px 0px;
    text-align: center;
    color: #7F0000;
    font-size: 1.2em;
}

.save_button {
    padding: 5px 10px;
    color: #FFF;
    font-size: 1.5em;
    background: #00AAEE;
    border: 1px solid #00AAEE;
    border-radius: 4px;
    cursor: pointer;
}

.save_public_button {
    margin: 3px 3px;
    padding: 5px 10px;
    font-size: 1.5em;
    color: #4E4E4E;
    text-align: center;
    background-image: linear-gradient(180DEG, #FEDB18, #F9CA15);
    background-color: #FCD317;
    border: 1px solid #FCD317;
    text-decoration: none;
    border-radius: 4px;
    cursor: pointer;
}


/* Send mail presentation*/

.send_mail_menu {
    max-width: 500px;
    height: 250px;
    margin: 10% auto;
    background: #FFF;
    border-radius: 10px;
}

.send_mail_menu_title {
    margin-top: 10px;
    font-size: 2em;
    font-weight: 500;
    text-align: center;
}

.send_mail_menu_block {
    margin: 20px;
    line-height: 150%;
}

.send_mail_menu_link {
    font-size: 1.5em;
    color: #0088EE;
    line-height: 200%;
    text-decoration: none;
    display: block;
}

.send_mail_menu_link:hover {
    color: #EE8800;
}

.send_mail_form {
    max-width: 600px;
    margin: 5% auto;
    padding-bottom: 20px;
    background: #FCF9E6;
    border-top: 1px solid transparent;
    border-radius: 8px;
}


.send_mail_form_header {
    margin: 20px 0px;
    font-size: 3em;
    font-weight: 700;
    text-align: center;
    position: relative;
}

.send_mail_form_block {
    background: #FCF9E6;
    border-top: 1px solid transparent;
}

.send_mail_form_modul {
    margin: 10px 20px;
    display: flex;
    align-items: center;
}

.send_mail_form_text {
    font-size: 1.5em;
    flex: 0 1 200px;
}

.send_mail_form_field {
    flex: 10 1 300px;
}

.send_mail_form_input {
    width: 100%;
    padding: 5px;
    font-size: 1.5em;
}

.send_mail_form_textarea {
    width: 100%;
    min-height: 250px;
    padding: 5px;
    font-size: 1.5em;
    resize: none;
    display: block;
}

.send_mail_form_label {
    margin: 20px;
    font-size: 1.5em;
}

.send_mail_picture_block {
    margin: 10px 10px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.form_foto_check {
    width: 20px;
    height: 20px;
    top: 5px;
    left: 5px;
    position: absolute;
}

.check_mail_form_text {
    font-size: 1.5em;
}

.send_button_block {

}

.send_mail_form_button {
    width: 200px;
    margin: auto;
    padding: 5px 0px;
    text-align: center;
    color: #FFF;
    font-size: 1.5em;
    background: #00AAEE;
    border: 1px solid #00AAEE;
    border-radius: 10px;
    display: block;
    cursor: pointer;
}

.send_presentation {
    margin: 5% 0px;
    padding: 20px;
    background: #FCF9E6;
}

.send_mail_form_sign {
    margin: 20px;
    font-size: 1.4em;
}

/* Navigation */

.navigation_modul {

    display: flex;
    justify-content: center;
    /* border: 1px dotted red; */

}

.navigator2_1 {
    min-width: 30px;
    margin: 5px;
    padding: 5px 1px;
    text-align: center;
    font-size: 1.6em;
    border: 1px solid #00AAEE;
    text-decoration: none;
}

.navigator2_2 {
    min-width: 30px;
    margin: 5px;
    padding: 5px 1px;
    text-align: center;
    font-size: 1.6em;
    border: 1px solid #00AAEE;
    text-decoration: none;
}


/* profile modul */

.left_menu {
    margin: 5px;
    border: 1px solid #E6E6E6;
}

.left_menu_mod {
    height: 70px;
    border: 1px solid #E6E6E6;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.left_menu_icon {
    width: 30px;
    height: 30px;
    margin: 0px 10px 0px 10px;
}

.profile {
    background: url(../picture_library/main/profile.svg) no-repeat center;
}

.profile-more {
    background: url(../picture_library/main/profile-more.svg) no-repeat center;
}

.password {
    background: url(../picture_library/main/password.svg) no-repeat center;
}

.pref {
    background: url(../picture_library/main/pref.svg) no-repeat center;
}

.keep-money {
    background: url(../picture_library/main/keep-money.svg) no-repeat center;
}


.left_menu_text {
    width: 90px;
    font-size: 1.5em;
    color: #4E4E4E;
    font-weight: 700;
}

/*  */

.form_account_block {
    margin: 3px;
    padding: 3px;
    border: 1px solid #AAA;
    background: #FFF;
    border-radius: 4px;
}

.profile_title {
    margin: 5px;
    font-size: 1.8em;
    font-weight: 700;
}

.profile_subtitle {
    margin: 20px 5px 5px;
    font-size: 1.4em;
    font-weight: 700;
}

.profile_field_block {
    width: 70%;
    height: 30px;
    margin: 0px 5px;
}

.profile_field {
    width: 96%;
    padding: 5px;
    font-size: 1.5em;
    border: 2px solid #E6E6E6;
    border-radius: 4px;
    background: #FFF;
}

.settings_button {
    margin: 10px 5px;
    padding: 10px 20px;
    font-size: 2em;
    font-weight: 700;
    color: #FFF;
    background: #00AEEF;
    border: 1px solid #00AEEF;
    border-radius: 4px;
    cursor: pointer;
}

.settings_button:hover {
    background: #0094C1;
}

.profile_err {
    margin: 3px 5px 5px;
    font-size: 1.4em;
    color: #C40B11;
    display: none;
}

/* preferences */

.ss_button_block {
    max-width: 520px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-around;
}

.ss_button {
    width: 250px;
    height: 36px;
    margin: 3px 0px;
    border: 1px solid #CCC;
    border-radius: 4px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.ss_icon {
    width: 48px;
    height: 36px;
    background: #EEE;
}

.ss_text {
    font-size: 1.5em;
    margin-left: 5px;
}


/* billing */

.main_header {
    font-size: 2.6em;
    color: #F17E25;
}

.main_subheader {
    font-size: 2em;
    color: #077777;
}

.main_field_block {
    max-width: 600px;
    min-height: 10px;
    /* margin: auto; */
}

.field_modul {
    padding: 10px;
    margin-top: 5px;
    background: #FFF;
    border: 1px solid #DDD;
    border-radius: 4px;
}

.field_title {
    font-size: 1.4em;
    color: #4E4E4E;
}

.field_title_err {
    margin: 3px 0px;
    padding: 3px;
    font-size: 1.3em;
    color: #4E4E4E;
    border: 1px solid #C40B11;
    background: #F9D5D1;
    display: none;
}

.field_text {
    width: auto;
    height: 40px;
    padding: 10px 12px;
    font-size: 1.6em;
    color: var(--Black);
    border: 1px solid var(--Icon-gray);
    border-radius: 6px;
}

.field_card {
    width: 40%;
}

.field_select {
    width: auto;
    height: 40px;
    padding: 8px 12px;
    font-size: 1.6em;
    color: var(--Black);
    border: 1px solid var(--Icon-gray);
    border-radius: 6px;
}


.form_submit_button {
    height: 40px;
    font-size: 1.6em;
    color: var(--White);
    background: var(--Accent);
    border: 1px solid var(--Accent);
    border-radius: 6px;
    cursor: pointer;
    display: block;
}


.form_reset_button {
    height: 40px;
    font-size: 1.6em;
    color: var(--Black);
    background: var(--White);
    border: 1px solid var(--Gray);
    border-radius: 6px;
    cursor: pointer;
    display: block;
}


.my_page_option {
    font-size: 1.4rem;
}

.butik_map {
    height: 400px;
    margin: 10px;
    padding: 7px;
    border-radius: 4px;
    box-shadow: 0 3px 8px 2px #E2E2E2;
}


/* adv_profile */

.adv_profile {
    display: flex;
}

.adv_foto_column {
    width: 250px;
}

.adv_avatar {
    width: 200px;
    height: 200px;
    margin: 10px auto;
    cursor: pointer;
    position: relative;
    border: 1px solid #00AAEE;
}

.avatar_main_foto_delete {
    width: 20px;
    height: 20px;
    top: 0px;
    right: 0px;
    padding: 5px;
    text-align: center;
    font-size: 2em;
    font-weight: 700;
    color: #FFF;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    text-decoration: none;
    display: none;
}

.avatar_main_foto_change {
    margin-top: 7px;
    text-align: center;
    font-size: 1.5em;
    color: #FFF;
    font-weight: 700;
}

.avatar_panel_load {
    width: 600px;
    height: 300px;
    margin: 10% auto;
    background: #FFF;
}

.avatar_panel_header {
    padding: 20px;
    font-size: 1.4em;
    color: #565656;
    border-bottom: #9A9A9A;
    background: #F1F1F1;
    position: relative;
}

.avatar_panel_ann {
    margin: 20px 40px;
    font-size: 1.5em;
}

.my_page_foto_title {
    margin-top: 150px;
    padding: 5px 0px;
    text-align: center;
    color: #565656;
    text-decoration: none;
    font-size: 1.4em;
    display: block;
}

.choose_file {
    width: 300px;
    height: 50px;
    margin: auto;
    position: relative;
}

.choose_file_title {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00AAEE;
}

.choose_file_text {
    color: #FFF;
    font-weight: 700;
    font-size: 1.6em;
}

.choose_file_input {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity:0);
    filter: opacity(0%);
    cursor: pointer;
}

.adv_description_column {
    flex: 10 1 100px;
}

.guide_description_block {
    margin: 10px;
}

.guide_description {
    width: 95%;
    height: 400px;
    padding: 5px;
    font-size: 1.5em;
    line-height: 150%;
    resize: vertical;
}

.guide_description_text {
    width: 92%;
    padding: 5px;
    font-size: 1.5em;
    line-height: 150%;
}

.guide_description_icon {
    width: 24px;
    height: 24px;
    background: url(../picture_library/account/edit.png) no-repeat;
    cursor: pointer;
}

/* news & comments */

.adv_modul--new_news {
    padding: 5px 10px;
    font-size: 1.6em;
    cursor: pointer;
}

.adv_modul {
    /* border: 2px dashed blue; */
}

.adv_modul_left {

}

.adv_modul_right {

}

.adv_block {
    /* width: 100%; */
    margin: 3px;
    display: flex;
}

.adv_block--picture {
    height: 150px;
    flex: 0 0 150px;
    overflow: hidden;
}

.adv_block--text {
    margin-left: 5px;
    flex: 1 1 150px;
}

.adv_block--header {
    margin: 3px;
    font-size: 1.6em;
    font-weight: 700;
    color: #4E4E4E;
    overflow: hidden;
}

.adv_block--previev {
    max-height: 100px;
    margin: 3px;
    font-size: 1.5em;
    color: #4E4E4E;
    overflow: hidden;
}

.adv_block--previev * {
    font-size: 1.5rem;
    color: #4E4E4E;
}

.adv_block--bar {
    margin-right: 20px;
    display: flex;
    justify-content: space-between;
}

.adv_block--edit_button {
    padding: 5px 10px;
    font-size: 1.6em;
    background: #F7ECDA;
    color: #653D31;
    border-radius: 4px;
    text-decoration: none;
}

.constructor_block {
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: left;
}

.constructor_bar {
    display: flex;
    align-items: center;
    gap: 15px
}

.constructor_bar--click {
    cursor: pointer;
    text-decoration: underline;
}

.pattern_input_field {
    height: 40px;
    padding: 0 5px;
    border: 1px solid var(--Icon-gray);
    border-radius: 6px;
    display: flex;
    align-items: center;
}

.objects_panel {
    border: 1px dotted red;
}

.option_container_top_right,
.option_container_bottom {
    display: grid;
    border: 1px dotted green;
}

.object_bar {
    display: flex;
    align-items: center;
    border: 1px dotted red;
}

.object_signature {
    font-size: 1.6em;
}