
/*<!--background#FFFFFF back_selections#A0D978 Back_bars#6BB834 font_miner#3C671D   font#1C370A -->*/

/* ------------------------------------------- fonts ------------------------------------------ */
/* cyrillic-ext */
@font-face {
    font-family: 'Play';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/play/v12/6aez4K2oVqwIvtg2H70Q13HqPA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
    font-display: swap;
}
/* cyrillic */
@font-face {
    font-family: 'Play';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/play/v12/6aez4K2oVqwIvtE2H70Q13HqPA.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: swap;
}
/* latin-ext */
@font-face {
    font-family: 'Play';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/play/v12/6aez4K2oVqwIvts2H70Q13HqPA.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: swap;
}
/* latin */
@font-face {
    font-family: 'Play';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/play/v12/6aez4K2oVqwIvtU2H70Q13E.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: swap;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/commissioner/v5/tDbe2o2WnlgI0FNDgduEk4jAhwgIy5k8SlfU5Ni_EOVjOFmSsaejhw.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
    font-display: swap;
}
/* cyrillic */
@font-face {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/commissioner/v5/tDbe2o2WnlgI0FNDgduEk4jAhwgIy5k8SlfU5Ni_EOxjOFmSsaejhw.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: swap;
}
/* latin-ext */
@font-face {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/commissioner/v5/tDbe2o2WnlgI0FNDgduEk4jAhwgIy5k8SlfU5Ni_EOZjOFmSsaejhw.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: swap;
}
/* latin */
@font-face {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/commissioner/v5/tDbe2o2WnlgI0FNDgduEk4jAhwgIy5k8SlfU5Ni_EOhjOFmSsac.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: swap;
}




/* ------------------------------------------- general ------------------------------------------ */
body {
    color: #515951;
    margin: 0px;
    line-height: 1.5;
    font-family: Verdana, Sans-serif;
    -webkit-text-size-adjust: 100%;

}
 * {
     border-radius: 3px;
 }
A {
    text-decoration: none; /* Убирает подчеркивание для ссылок */
    color: #515951;
    cursor: pointer;
    font-weight: bold;
}
A:hover {
    color: #6BB834;
}


input {
    padding: 6px 16px 6px 16px;
    outline: none;
    margin: 3px;
    font: inherit;
    color: #515951;
}
::-webkit-input-placeholder { /* Edge */
    color: #cccccc;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #cccccc;
}

::placeholder {
    color: #cccccc;
}
h1 {
    font-family: "Play", Verdana;
    font-display: swap;
    margin-left: 10%;
    font-size: 47px;
    margin-right: 10%;
    font-weight: normal;
}

h2 {
    font-family: "Commissioner", Verdana;
    margin-left: 10%;
    font-size: 31px;
    margin-right: 10%;
    font-weight: normal;
}


h3 {
    font-family: "Commissioner", Verdana;
    font-size: 21px;
    font-weight: normal;
}


.general_font {
    font-family: Arial, Verdana;
    font-size: 16px;
    font-weight: 300;
}


textarea {
    margin-top: 10px;
    margin-bottom: 10px;
    maxlength: 1000;
    resize: none;
    width: 100%;
    height: 100px;
    border: 1px solid #ccc;
    font: inherit;
    outline: none;
    display: inline-block;
    box-sizing: border-box;
    color: #515951;
}

/* Full-width input fields */
input[type=text] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;

}

input[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;

}

.phone_flex {
    display: flex;
    width: 100%;
    align-items: stretch;
}

.phone_code {
    flex-shrink: 0;
    padding: 12px 20px;
    margin: 8px 0;
    width: 50px;
    text-align: center;
    background-color: gainsboro;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

input[type=tel] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

label {
    font-family: "Play", Sans-serif;
}

.share-buttons {
    position: relative;
    float: left;
    left: -20px;
}
.share-buttons > button {
    width: 1px;
    height: 0px;
    background: none;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px;
}
.share-buttons > button:hover >svg> path {
    fill: #A0D978;
}

.share-buttons > button >svg> path {
    fill: #cccccc;
    transition: all linear 0.4s;
}

.phone_share_btn_cl{
    display: none;
}
/* ------------------------------------------- index ------------------------------------------- */

.scroll_bar {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-behavior: smooth;
    margin-bottom: 20px;
    background-color: #A0D978;
    background: linear-gradient(0deg, rgba(10,185,37,1) 3%, rgba(160,217,120,1) 100%);
}

.scroll_buttons{
    display: flex;
    flex-wrap: nowrap;
}

.scroll_buttons > div {
    flex: 0 0 auto;
}

.scroll_bar > div {
    flex: 0 0 auto;
}

.scroll_button {
    color: #A0D978;
    font-size: 30px;
    margin: 10px;
    cursor: pointer;
}

.scroll_button:hover{
    color:#8bc34a;
}

.ind_adv_preview {
    margin-left: 1px;
    margin-right: 1px;
    background-color: #FFFFFF;
    cursor: pointer;
    border-radius: 10px;
    transition: all 0.4s ease-out;
    display: flex;

    padding: 15px;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 350px;
    flex-direction: column;
    height: 525px;
    flex-shrink: 0;
}

.ind_adv_preview:hover {
    box-shadow: 0 4px 40px rgb(0 0 0);
    z-index: 1;
}

.ind_adv_preview > a {
    display: none;
}

.load_more_cl {
    top: 30%;
    position: absolute;
    left: 30%;
    color: #A0D978;
    font-size: 150px;
    transition: all 0.8s ease-out;
}

.ind_adv_preview:hover > .load_more_cl {
    color: #378333;
}

.ind_adv_main_pic{
    background-color: #AAAAAA;
    width: auto;
    height: 350px;
    flex-shrink: 0;
}

.ind_region_in_header_preview{
    color: #cccccc;
    font-family: "Play", Verdana;
    font-size: 12px;
}

.ind_adv_subheader {
    color: #cccccc;
    font-size: 17px;
    min-height: 25px;
}

.ind_adv_status_prod {
    color: #A0D978;
    font-size: 15px;
    text-align: right;
    font-family: "Play", Sans-serif;
}

.ind_adv_price {
    font-size: 25px;
}

div.adv-top {
    background-color: #A0D978;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}

div.adv-top:hover {
    background-color: gainsboro;
}

div.adv-reg:hover {
    border-color: gainsboro;
    background-color: gainsboro;
}

div.adv-reg {
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 2px;
    border-color: #A0D978;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}

div.container {
    padding: 10px;
}


.articles_block {
    display: flex;
    flex-wrap: wrap;
    margin-right: 10%;
    margin-left: 10%;
    margin-top: 50px;
    margin-bottom: 50px;
    overflow-y: auto;
    max-height: 1200 px;
    justify-content: space-around;
}

.ind_news_container {
    width: 29%;
    max-width: 504px;
    height: 550px;
    padding: 10px;
    border-radius: 8px;
    margin: 10px 10px 30px 10px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    transition: background-color 0.5s;
}

.ind_news_container > A {
    display: none;
}

.ind_news_container:hover {
    background-color: rgb(240,240,240);
}

.ind_news_pic_container {
    width: 100%;
    margin-bottom: 5px;
    height: 330px;
    background-color: #cccccc;
    background-position: center;
    background-size: cover;
    border-radius: 8px;
    flex-shrink: 0;
}


.ind_news_header {
    font-family: Inter, Verdana;
    width: 100%;
    margin-bottom: 5px;
    max-height: 110px;
    height: 65px;
    font-size: 20px;
    margin-top: 5px;
    font-weight: 700;
    overflow: hidden;
}

.ind_news_text {
    font-family: 'Inter';
    width: 90%;
    height: 75px;
    position: relative;
    overflow: hidden;
    line-height: 18px;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}


.hidden_articles {
    display: none;
}
/* ------------------------------------------- add add ------------------------------------------- */

.dl-ad-list {
    display: block;
    border-style: solid;
    border-width: 1px;
    border-color: #A0D978;
    margin-top: 10px;
    margin-left: 0px;
    padding: 8px;
    background-color: #FFFFFF;
    cursor: default;
}

.dl-ad-list:hover {
    background-color: #A0D978;
    border-color: #A0D978;
}

.dropdown {
    position: relative;

}

.dropdown-content {
    display: none;
    position: absolute;
    border-color: #A0D978;
    border-style: solid;
    background-color: #FFFFFF;
    border-width: 1px;
    min-width: 200px;
    max-width: 400px;
    padding: 12px 16px;
    z-index: 11;
    max-height: 300px;
}


.required {
    border: 2px solid #A0D978;
}

.send_error_message {
    color: #AAAAAA;
    font-size: 17px;
    text-align: right;
    width: 100%;
}

.need_to_be_checked {}

.dropdown:hover ::-webkit-scrollbar {
    width: 6px;
}

/* Track */
.dropdown:hover ::-webkit-scrollbar-track {
    background: white;
}

/* Handle */
.dropdown:hover ::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.dd_flex_container {
    display: block;
    overflow-y: scroll;
    scroll-behavior: smooth;
    height: auto;
    max-height: 243px;
}

.dd_flex {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 100%;
}

.flex-container-pic {
    display: flex;
    justify-content: flex-start;
    margin-top: 10px;
    flex-wrap: wrap;
}


.flex-container-pic > div {
    width: 220px;
    height: 180px;
    margin: 2px;
    color: lightgrey;
}


.user_pic {
    background-color: #adadad;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.user_pic:hover{
    background-blend-mode: screen;
}

.user_pic > .close {
    position: relative;
    display: inline;
    right: 5px;
    left:auto;
    top: 5px;
    font-size: 15px;
    float: right;
    z-index: 1;
}

.make_top_button {
    position: relative;
    display: inline;
    left: 5px;
    right:auto;
    top: 5px;
    font-size: 15px;
    float: left;
    color: #515951;
    font-weight: bold;
    z-index: 1;
}

.make_top_button:hover,
.make_top_button:focus {
    color: #A0D978;
    cursor: pointer;
}

.dd-button {
    text-align: left;
    padding: 3px 5px 3px 5px;
    margin: 3px;
    color: #515951;
    cursor: pointer;
}

.dd-button:hover {
    color: #515951;
    font-weight: bold;
}

.search_container{
    width: auto;
    display: flex;
    border: 1px solid #888888;
    border-radius: 20px;
    height: 30px;
    margin: 3px;
}

.pseudo_search {
    display: flex;
    flex: 1;
    padding: 2px;
    line-height: normal;
}

.pseudo_search > div {
    margin: 0px;
}

/*#brand_clue_input {*/
/*    border: none;*/
/*    font-size: 15px;*/
/*    height: 80%;*/
/*    width: 97%;*/
/*    margin: 2px;*/
/*    color: #888888;*/
/*    padding: 0px;*/
/*}*/

/*#brand_clue_input:focus {*/
/*    outline: none;*/
/*}*/

.search_clue_input {
    border: none;
    font-size: 15px;
    height: 80%;
    width: 97%;
    margin: 2px;
    color: #888888;
    padding: 0px;
}

.search_clue_input:focus {
    outline: none;
}

/* ------------------------------------------- personal ------------------------------------------- */

.container_ad_list {
}

.container_ad_list.archive {
    opacity: 60%;
}

.container_ad_list:hover {
    background-color: gainsboro;
    opacity: 100%;
}

.flex-container-button {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flex-container-button > div {
    margin: 5px;
    flex-grow: 1;
    text-align: center;
    align-self: center;
    flex-shrink: 1;
}

.flex-container-button > img {
    margin: 3px;
    height: 80px;
    width: 100px;
    object-fit: cover;
    border: #A0D978 solid 1px;
}

.modal-flex-button {
    flex-basis: 49%;
}

.param_name {
    width:40%;
    text-align: right;
    padding-top: 15px;
    padding-right: 10px;
    font-size: 16px;
}

.param_value {
    width: 60%;
    text-align: left;
    padding-top: 15px;
    font-size: 18px;
    font-weight: bold;
    color: #1C370A;
    font-family: "Play", Sans-serif;
}

/* ------------------------------------------ footer -------------------------------------------- */

#footer {
    bottom: 0;
    background-color: #515951;
    margin-top: 50px;
    padding: 30px;
    font-family: Verdana,sans-serif;
}

.footer_cl {
    margin-left: 10%;
    margin-top: 30px;
    padding-bottom: 30px;
    width: 80%;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    box-sizing: inherit;
    font-family: Verdana,sans-serif;
}

.footer_cl > div {
    margin-right: 25px;
    margin-left: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0px;
    cursor: pointer;
}

.footer_cl > div > A {
    color: #FFFFFF;
    text-decoration: none;
}
.footer_cl  > div >  A:hover {
    color: lightgrey;
}

.footer_link {
    font-size: small;
}

.footer_link>A {
    font-weight: normal;
}


.footer_icon {
    font-size: 30px;
}


/* ------------------------------------------ modals -------------------------------------------- */

.modal-content > h2 {
    margin: 0px;
    padding: 10px;
    font-family: "Play", Sans-serif;
}
.modal-content > h3 {
    padding: 10px;
    font-family: "Play", Sans-serif;
}

/* Set a style for all buttons */
button {
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
    font-size: larger;
}

button:hover {
    opacity: 0.8;
}

.simple_modal_button {
    background-color: #A0D978;
    width: 100%;
    margin-bottom: 10px;
}

.simple_modal_button:disabled {
    opacity: 0.8;
    cursor: not-allowed;
}

button:disabled {
    opacity: 0.8;
    cursor: not-allowed;
}
/* Center the image and position the close button */
.imgcontainer {
    text-align: center;
    padding: 24px 0 12px 0;
    position: relative;
}

.container {
    padding: 16px;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 100; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding-top: 60px;
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
    width: 80%; /* Could be more or less, depending on screen size */
    max-width: 500px;
}


/* The Close Button (x) */
.close {
    position: absolute;
    right: 25px;
    color: #515951;
    font-size: 20px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color:#A0D978;
    cursor: pointer;
}


.reg_list {
    display: flex;
    flex-direction: column;
    width: 95%;
    height: 450px;
    overflow: auto;
}

.reg_list::-webkit-scrollbar {
    width: 6px;
}

/* Track */
.reg_list::-webkit-scrollbar-track {
    background: white;
}

/* Handle */
.reg_list::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
}

.reg_list > div {
    flex: 1 1;
    padding: 3px;
    margin: 3px;
}

.modal_error {
    margin-bottom: 7px;
    color: #AAAAAA;
    font-size: 13px;
}

.hidden_req_fields_cl {
    display: none;
    overflow-y: hidden;
}

.decline_button {
    background-color: #cc0000;
}

.decline_button:hover {
    background-color: #ff4d4d;
}


.status_bar {
    width: 50px;
    font-size: 50px;
    height: 50px;
    top: 0;
    left:0;
    bottom: 0;
    right: 0;
    position: absolute;
    margin: auto;
    animation: rotation 2s infinite;
    animation-timing-function: linear;
    z-index: 4;
    line-height: 50px;
}


.confirmation_code_open{
    animation: smooth_open 0.3s;
    animation-timing-function: ease;
}
.confirmation_code_close{
    animation: smooth_close 0.3s;
    animation-timing-function: ease;
}

/*-----------------------------------------------------------*/
.dotted_menu {
    display: inline;
    float: right;
    cursor: pointer;
    margin-right: 3px;
    margin-left: 3px;
}

.dotted_menu:hover {
    color: #A0D978;
}

.dotted_menu:hover .dropdown-content{
    display: block;
}

.menu_container {
    font-size: 13px;
    font-weight: normal;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    right: 0px;
    top: 0px;
    left: auto;
    max-height: 200px;
    overflow-y: hidden;
}

.action_points_icon_menu {
    display: inline;
}

.action_points_icon_menu > div {
    color: #cccccc;
    margin-left: 5px;
    display: inline;
    cursor: pointer;
}

.action_points_icon_menu > div:hover {
    color: #A0D978;
}

.add_new_adv_button {
    width: 300px;
    margin-right: auto;
    text-align: center;
    display: inline-block;
    height: 45px;
    background-color: #4CAF50;
    margin-top: 0px;
}

.add_new_adv_button > A {
    margin: 0px;
    color: white;
}

.add_new_adv_button:hover {
    background-color: #A0D978;
}


#nav_bar_links_id {
    display: inline;
    padding-top: 10px;
}

#nav_bar_links_id > A {
    font-size: medium;
    padding-left: 10px;
    padding-right: 10px;
}

.navbar_buttons_line {
    float: right;
}

#small_logo {
    padding: 0px;
    margin: 5px;
    display: inline;
}

.main_pic_class {
    height: 150px;
    width: 287px;
    margin-top: 30px;
    margin-left: 10%;
    margin-right: 10%;

}

.main_pic_class > img {
    height: 150px;
    width: auto;
}

.h2_flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.h2_flex>div {
    text-align: center;
    padding-right: 20px;
}
.h2_flex>div>i {
    font-size: 10px;
    position:relative;
    top: -4px
}

.comment {
    border: 1px #cccccc solid;
    background-color: #f2f2f2;
    margin-top: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    padding: 2px;
}

.user_name_in_comment {
    color: #A0D978;
}

.info_message {
    border: 2px #4CAF50 solid;
    background-color: rgba(76,175,80, 0.2);
    padding: 15px;
    margin-bottom: 5px
}

.sub_comment_cl{
    font-size: 12px;
    color: gray;
}

.in_object_view_block_cl {
    font-size: 12px;
    color: gray;
}

.ind_stat_string_cl {
    width: 100%;
    text-align: right;
    font-size: 12px;
    color: gray;
    min-height: 12px;
    margin-right: 5px;
}

.ind_stat_string_cl > span {
    margin-left: 7px;
}


@media screen and (max-width: 1190px) {

    .ind_news_container {
        width: 43%;
    }
}

@media screen and (max-width: 900px) {

    .ind_news_container {
        width: 100%;
    }
    .ind_news_header {
        font-size: 20px;
    }
    .hide_on_mobile_span {
        display: none;
    }

}

@media (max-width: 700px) {
    .footer_cl {
        flex-direction: column;
    }
    .flex-container-button {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .modal-flex-button {
        flex-basis: 100%;
        width: 100%;
    }
    .main_pic_class {
        margin-left: 3%;
        margin-right: 3%;
    }
    h1 {
        margin-right: 3%;
        margin-left: 3%;
    }
    h2 {
        margin-right: 3%;
        margin-left: 3%;
    }
    .phone_share_btn_cl {
        display: inline-block;
    }
}


@media screen and (max-width: 520px) {

    .scroll_buttons {
        display: none;
    }
    h1 {
        font-size: 35px;
    }
    h2 {
        font-size: 24px;
    }
    h3 {
        font-size: 16px;
    }
    .general_font {
        font-size: 13px;
    }
    .articles_block {
        margin-left: 1%;
        margin-right: 1%;
    }
    .modal-content {
        width: 96%;
    }

    .add_new_adv_button {
        width: 100%;
        margin-top: 3px;
        margin-right: 0px;
        margin-left: 0px;
    }
    .main_pic_class {
        text-align: center;
    }
    .main_pic_class > img {
        width: 94%;
        height: auto;
    }
    #nav_bar_links_id {
        display: flex;
        width: 100%;
        justify-content: center;
        height: 30px;
        float: none;
        margin-top: 10px;
    }
    .navbar_buttons_line {
        float: none;
    }
    #small_logo {
        text-align: center;
        display: block;
    }
    .share-buttons {
        float: right;
        top: 0px;
        left: -3px;
    }


    .h2_flex {
        display: none;
        align-items: center;
    }
    .h2_flex>div {
        padding: 0px;
    }
    .h2_flex>div>i {
        display: none;
    }
    .ind_adv_preview {
        width: 80%;
        height: auto;
        min-height: 390px;
    }

    .ind_adv_main_pic {
        height: 200px;
    }
    .load_more_cl {
        font-size: 120px;
    }

}
@media screen and (max-width: 300px) {
    span.psw {
        display: block;
        float: none;
    }
    .load_more_cl {
        font-size: calc(100vw*0.4);
    }
}


/* Add Zoom Animation */
.animate {
    -webkit-animation: animatezoom 0.3s;
    animation: animatezoom 0.3s
}

@-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)}
    to {-webkit-transform: scale(1)}
}


@keyframes animatezoom {
    from {transform: scale(0)}
    to {transform: scale(1)}
}

@keyframes rotation {
    from {transform: rotate(0deg)}
    to {transform: rotate(360deg)}
}

@keyframes smooth_open {
    from {height: 0px}
    to {height: 218px}
}

@keyframes smooth_close {
    from {height: 218px}
    to {height: 0px}
}

