.forum_wrap
{
    margin-top: 70px;
}
html,body
{
    overflow-x: hidden;
}
.wrap_home
{
    display: flex;
}
.err_w
{
    font-size: 40px;
    margin-top: 100px;
}
.last_post_admin button
{
    background-color: inherit;
    border: 0;
    color: #0b76ef;
}
.last_post_admin
{
    text-align: center;
}
.forum_wrap_title span
{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 22px;
}
.forum_wrap input:active, .forum_wrap input:focus
{
    outline: none;
}

.forum_wrap_title
{
    display: flex;
    margin-bottom: 11px;
    align-items: center;
    flex-wrap: wrap;
}
.last_post_name a
{
    overflow-wrap:  anywhere;
}
.wrap_search
{
    margin-left: auto;
    position: relative;
}
.wrap_search input
{
    background: inherit;
    border: 1px solid #325A80;
    padding: 8px 40px 8px 15px;
    border-radius: 10px;
    font-size: 16px;
    color: #325A80;
}
.wrap_search input::placeholder
{
    color: #325A80;
    opacity: 0.8;
}
.wrap_search button
{
    background: inherit;
    border: 0;
}
.wrap_search button img
{
    width: 18px;
    height: 18px;
    position: absolute;
    right: 27px;
    top: 12px;
    transition: 0.5s;
}
.wrap_search button img:hover
{
    opacity: 0.8;
    transition: 0.5s;
}

.forum_header
{
    display: flex;
    /*border: 1px solid #0b76ef;*/
    margin-bottom: 11px;

}
.forum_header li
{
    list-style: none;
    width: 18%;
    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.8vh;
    color: inherit;
}
.forum_header .forum_category
{
    width: 80%;

}
.forum_body_item
{
    box-shadow: 0px 0px 5px 5px rgba(13, 26, 37, 0.1);
    padding: 10px;
    box-sizing: content-box;
    display: flex;

    margin-bottom: 5px;
    border: 1px solid #142f47;
    border-radius: 10px;
    background: right repeat linear-gradient(90deg, #00000000 0%, rgb(1, 6, 24) 99%) ;
    background-size: 100% 100%;
}

.forum_body_item li
{
    list-style: none;
    width: 22%;
}
.forum_body_item .forum_category
{
    width: 100%;
    display: flex;
    align-items: center;
    padding-right: 11px;
}
.forum_body_item .forum_category img
{
    width: 30px;
    height: 25px;
    margin-right: 10px;
}
.forum_category_wrap_text
{
    display: flex;
    flex-direction: column;

}
.forum_body_item
{
    font-size: 17px;
}
.forum_category_wrap_text_title
{
    color: #6D91A3;
    font-weight: bold;
}
.wrap_last_post
{
    display: flex;
    align-items: center;
    font-size: 12px;
}

.date_register
{
    display: flex;
    align-items: center;
    font-size: 10px;
}

.last_post_time
{
    display: flex;
    align-items: center;
    font-size: 12px;
}
.wrap_last_post img
{
    width: 11px;
    height: 15px;
    margin-right: 5px;
}
.wrap_last_post span
{
    margin-left: 5px;
    color: #6D91A3;
}
.last_post_name
{
    color: #6D91A3;
    font-weight: bold;
    opacity: 0.7;
    font-size: 12px;
}
.forum_body a
{
    color: inherit;

}

.forum_body a:hover
{
    text-decoration: none;
    color: #D1BD6D;
    opacity: 0.8;
}

.forum_body_item a
{
    display: block;
}
.forum_replies
{
    width: 15% !important;
}
.forum_views {
    width: 15% !important;
}
.forum_topics
{
    width: 99% !important;
}
.item_center
{
    align-items: center;
}
.forum_top
{
    margin-top: 50px !important;
}
.pagination li span
{
    background-color: inherit !important;
    border: 1px solid #325A80 !important;

}
.page-item.active .page-link
{
    color: #6D91A3 !important;
}
.pagination li a
{
    border: 1px solid #325A80 !important;
    background-color: inherit !important;
}
.sort_hidden
{
    padding: 9px 133px 9px 15px;
    border: 1px solid #325A80;
    position: absolute;
    background-color: #002C3E;
    margin-top: 2px;
    display: none;
}
.sort_title
{
    border: 1px solid #325A80;
    padding: 9px 120px 9px 15px;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
}
.sort_title:after
{
    content: '';
    position: absolute;
    height: 16px;
    width: 16px;
    padding-top: 20px;
    background: url('/images/down-arrow.svg') no-repeat center;
    background-size: contain;
    right: 10px;
    top: 11px;

}
.sort_wrap
{

}
.wrap_search_cats
{
    margin-left: 30px;
}
.create_wrap
{
    margin-left: auto;
    margin-right: 30px;

}
.create_topic_title{
    background-color: #091F2E;
    /*border: 1px solid #325A80;*/
    padding: 11px 0 11px 0px;
    width: 170px;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;


}
.ds
{
    height: 200vh;
}
.topic_title
{
    font-size: 28px;
    margin-right: 14px;

}
.topic_title_wrap
{
    margin-top: 100px;
    display: flex;
    align-items: center;
}
.topic_title_watch
{
    display: flex;
    align-items: center;

}
.topic_title_watch img
{
    width: auto;
    height: 20px;
}
.topic_title_mess img
{
    width: auto;
    height: 17px;
}
.topic_title_watch_text
{
    margin-left: 5px;
    margin-right: 5px;
}
.topic_title_mess
{
    align-items: center;
    display: flex;
}
.topic_body_item_wrap
{
    width: 100%;
    min-height: 200px;
    border: 1px solid #012C3E;
    border-radius: 10px;
}
.topic_body
{
    margin-top: 40px;
}
.topic_body_item_wrap_user_foto_date
{
    display: flex;
    align-items: center;
}
.topic_body_item_wrap_user_foto_date img
{
    width: 15px;
    height: 15px;
    margin-right: 5px;
}
.topic_body_item_wrap_user
{
    width: 17%;
    height: 100%;
    border-right: 1px solid #012C3E;
}
.topic_body_item_wrap_user_foto
{
    margin: 0 auto;
    margin-top: 19px;
    width: 70px;
    height: 70px;
    text-transform: uppercase;
    text-align: center;
    line-height: 70px;
    border-radius: 70px;
    background-color: #0E4A6F;
    font-size: 30px;
    font-weight: bold;
    color: #00151E;
}
.topic_body_item_wrap_user_foto_name
{
    text-align: center;
    margin-top: 5px;
    font-size: 17px;
}
.topic_body_item_wrap_user_foto_date
{
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin-top: 8px;

}
.topic_body_item_wrap_user_answer
{
    text-align: center;

    color: #7091A3;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 10px;
    padding-bottom: 12px;
}
.topic_body_item_wrap
{
    display: flex;

}
.topic_body_item_wrap_text
{
    width: 80%;
    font-size: 20px;
    padding: 15px;
    word-break: break-word;
}
.wrap_topic .pagination
{
    margin-top: 30px;
}
.wrap_input_create input
{
    width: 100%;
    height: 50px;
    padding: 10px;
    font-size: 18px;
}
.wrap_input_create
{
    font-size: 18px;
    margin-top: 20px;
}
.c0
{
    background-color: initial !important;
}
iframe
{
    border: 0;
}


.wrap_input_create textarea
{
    padding: 10px;
    width: 100%;
    height: 150px;
    overflow-x: hidden;
}

.topic_body_item_wrap_user_foto img
{
    width: 100%;
    height:auto;
    border-radius: 50%;
}
.modal
{
    overflow: scroll;
}
.note-editable
{
    background-color: #00283C;
    min-height: 200px;
}
.cre_top button
{
    background-color: #325a80;
    color: #00202e;
    padding: 10px;
}
.cre_top button[type=submit]
{
    width: 200px;
    margin: 0 auto;
    display: block;
    margin-top: 8px;
    border: 0;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    transition: 0.5s;
    background-color: #325a80;
    color: #00202e;
    border-radius: 5px;
}
.cre_top button:hover
{
    opacity: 0.8;
    transition: 0.5s;
}
.need_auth
{
    font-size: 20px;
}
.wrap_contacts
{
    font-size: 18px;
}
.wrap_contacts_border_email
{
    margin-bottom: 30px;
    text-align: center;
}
.wrap_contacts_border_form
{
    padding: 20px;
    border: 1px solid #325a80;
    border-radius: 1rem;
    width: 90%;
    margin: 0 auto;
    background-color:  #000d1b;
}
.wrap_contacts_border_form .wrap_contacts_border_form_wrap
{
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}
.wrap_contacts_border_form_wrap input
{
    background-color: #00283C;
    border: 1px solid #02172C;

    color: inherit;

    padding: 5px;
    border-radius: 0.5rem;
}
.wrap_contacts_border_form_wrap textarea
{
    background-color: #00283C;
    border: 1px solid #02172C;

    color: inherit;
    padding: 5px;
    border-radius: 0.5rem;
    overflow-x: hidden;
}

.contact_sub
{
    background-color: #00283C;
    border: 1px solid #02172C;

    padding: 5px 15px;

    border-radius: 0.5rem;
    color: rgb(112, 145, 163);
}
.or_regist
{
    font-size: 18px;
    width: 50px;
    margin: 0 auto;
    position: relative;
}

.or_regist:before
{
    content: '';
    border-top: 1px solid rgb(50, 90, 128);
    width: 250%;
    position: absolute;
    height: 2px;
    right: 60px;
    bottom: 12px;
    transform: rotate(180deg);
}
.or_regist:after
{
    content: '';
    border-top: 1px solid rgb(50, 90, 128);
    width: 250%;
    position: absolute;
    height: 2px;
    left: 25px;
    bottom: 12px;
    transform: rotate(180deg);
}
.wrap_login_soc
{
    margin-top: 10px;
}
.wrap_login_soc_item
{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 20px;
    font-size: 18px;
    border-radius: 2rem;
    background-color: #00172f;
}
.wrap_login_soc_item img
{
    width: 25px;
    height: 25px;
    margin-right: 15px;
}
.wrap_admin
{
    font-size: 18px;
    display: flex;
    margin-top: 50px;
}
.wrap_menu
{
    font-size: 22px;
    width: 350px;
}
.wrap_menu ul li
{
    list-style: none;
    margin-bottom: 20px;
}
.admin_menu_active
{
    font-weight: bold;
}
.users_info_title
{
    text-align: center;
    font-size: 22px;
}
.wrap_content
{
    width: 90vw;
}
.users_info_ul_title
{
    margin-top: 40px;
    font-size: 12px;
}
.users_info_ul_title ul
{
    padding: 1px 0px 5px 5px;
    display: flex;

}
.users_info_ul_title ul li
{

    width: 24%;
    list-style: none;
}
.users_info_ul_main
{
    margin-top: 1px;
    font-size: 16px;
}
.users_info_ul_main ul
{
    padding: 1px 0px 1px 1px;
    display: flex;
    flex-wrap: nowrap;

    border: .5px solid #111e2b;
    border-radius: .5rem;
}
.users_info_ul_main ul li
{
    list-style: none;
    width: 24%;
    word-wrap: break-word;

}
.users_id
{
    width: 10% !important;
}
.users_name
{
    width: 44% !important;
}
.users_email
{
    width: 20% !important;
}
.users_licence
{
    text-align: center;
}
.payment_wrap .users_info_ul_title ul li, .payment_wrap .users_info_ul_main ul li
{
    width: 28%;
}
.wrap_category
{
    border: 1px solid #092B3D;
    padding: 10px;
    border-radius: 1rem;
    margin-bottom: 30px;
}
.wrap_category_title
{
    font-size: 20px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 10px;
}
.wrap_category_item
{
    display: flex;
    flex-direction: column;
}
.wrap_category_title_wrap
{
    display: flex;
}
.wrap_category_title_wrap .scz
{
    margin-left: auto;

}
.wrap_category_title_wrap button, .forum_del
{

    background-color: #002433;
    color: rgb(112, 145, 163);
    border: 0;
    width: 100px;
    border-radius: 1rem;
    margin-right: 10px;
}
.sdc
{
    margin-left: auto;
    text-align: right;

    margin-top: 10px;
}
.forum_del
{
    margin-left: auto;
    background-color: inherit;
    color: #c51f1a;
}
.wrap_category_item input
{
    padding: 10px;
    background-color: #092B3D;
    color: rgb(112, 145, 163);
    border: 0;
}
.text_licence_price
{
    font-size: 16px;
}
.payment_wrap
{
    width: 800px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.payment_wrap_title ul
{
    display: flex;
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
    font-size: .8rem;
}
.payment_wrap_title ul li
{
    list-style: none;
    width: 20%;
    margin-left: 10px;
}
.payment_wrap_title ul li:nth-child(3)
{
    margin-left: -20px;
}
.payment_wrap_body
{
    display: flex;
    border: 1px solid silver;
    align-items: center;
    padding: 10px;
    border: 1px solid #1b4c89;
    border-radius: 1rem;
    width: 515px;
    background-color:  #000d1b;
}

.wrap_border
{
    padding: 10px;
    border: 1px solid #1b4c89;
    border-radius: 1rem;
    width: 50%;
}

.payment_wrap_body_items
{
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.wrap_active_this
{
    display: flex;
    align-items: center;
    /* background: no-repeat url(/images/buy.png); */
    background-position: center;
    background-size: 202px 37px;
    padding: 5px;
    border-radius: 45px;
    /* cursor: pointer; */
}
.wrap_submenu
{
    position: absolute;
    width: 170px;
    height: 150px;
    margin-top: 10px;
    display: none;
    z-index: 2;
}

.wrap_submenu_item
{
    background-color: #073148;
    text-align: center;
    padding: 5px;
    cursor: pointer;
}
.wrap_submenu_item img
{
    width: 100px;
    text-align: center;
}
.dca, .payment_wrap_body_items_count_wrap img
{
    width: 15px;
    height: 15px;
}
.wrap_img
{
    display: flex;
}
.wrap_img img
{
    height: 19px;
    width: auto;
    margin-right: 1px;
}
.wrap_img2 img
{
    height: 33px;
    width: auto;
}
.payment_wrap_body_items_count input
{
    width: 95%;
    background: no-repeat url(/images/buy.png);
    background-size: contain;
    text-align: center;
    border: 0;
    height: 35px;
    color: inherit;
}
.payment_wrap_body_items_count_wrap
{
    display: flex;
    flex-direction: column;
    margin-left: 2px;
}
.payment_wrap_body_items_count
{
    width: 79%;
}
.add_count{
    transform: rotate(180deg);
}
.wid_min
{
    width: 23%;
}
.wid_min2
{
    width: 18.4%;
}
.payment_wrap_body_items_sum
{
    width: 100%;
}
.wrs
{
    display: flex;
    align-items: center;
}
.payment_wrap_body_items button
{
    margin-top: 0 !important;
    padding: 0;
    width: 77px;
    height: 40px;
    line-height: 30px;
    text-align: center;
}
.btn_itn
{
    margin-left: 15px;
}
.form-group img
{
    width: 100%;
    height: auto;
}
.wr_mac
{
    width: 100%;
    margin-top: 50px;
}
.liqpay
{
    display: flex;
    text-align: center;
}
.liqpay img
{
    height: 18px;
    width: auto;
}
.wrap_img .wrap_submenu_item
{
    width: 130px;
    background-color: inherit;
}
.wrap_img .liqpay
{
    padding-left: 0;
    padding: 0;
}
.wrap_img .liqpay img
{
    width: 27px;
    height: auto;
}
.wrap_img .paypal img
{
    width: 90px;
    height: auto;
}
.wrap_img .paypal
{
    display: flex;
    text-align: center;
}

.payment_wrap_body_items_count input:active, .payment_wrap_body_items_count input:focus
{
    outline: none;
}
.payment_wrap_body_items_count_wrap img
{
    cursor: pointer;
}
.modal-content
{
    background-color: #020814;
    border: 1px solid #1B2F49;
}
.modal-header
{
    border-bottom: 1px solid #1B2F49;
}
.wrap_input_create input
{
    background-color: #00283C;
    border: 1px solid #02172C;
    border-radius: 10px;
    color: inherit;
}

.wrap_input_create input:active, .wrap_input_create input:focus, .wrap_input_create textarea:active, .wrap_input_create textarea:focus
{
    outline: none;
}
.wrap_input_create textarea
{
    background-color: #00283C;
    border: 1px solid #02172C;
    border-radius: 10px;
    color: inherit;
}
.cre_top button[type=submit]
{
    background-color: #00283C;
    color: inherit;
}
.forum_wrap_links ul
{
    display: flex;
    padding: 0;
}
.forum_wrap_links ul li
{
 list-style: none;
    margin-right: 20px;
}

.forum_wrap_links ul li:after
{
    content: '>';
    position: absolute;
    margin-left: 8px;
    font-size: 12px;
    font-family: 'Source Sans Pro', sans-serif;
    margin-top: 2px;
}
.forum_wrap_links ul li:last-child:after
{
    content: '';
}
.wrapp_us
{
    display: flex;
}
.wr_file
{
    margin-top: 70px;
    margin-left: 100px;
    font-size: 18px;
}
.wr_file_check
{
    text-align: center;
}
.wr_file_check a
{
    padding: 5px 10px;
    background-color: #00283C;
    color: inherit;

    border-radius: 0.5rem;
}
.wr_file_down
{
    margin-top: 20px;
}
.account__table input
{
    background-color: #061E2F;
    padding: 10px 5px;
    color: inherit;
    width: 33%;
    border: 0;
    margin-bottom: 10px;

}
.account__table input:focus
{
    background-color: #0e3149;
    font-size: larger;
}
.head_table
{
    display: flex;
    padding-left: 14px;
    margin-bottom: 4px;
}
.account__tableValue_name
{
    width: 38% !important;
}
.account__counter
{
    width: 1% !important;
    padding: 1px 1px;
}
.head_table li
{
    list-style: none;
    width: 33%;
    text-align: center;
}
.form__buttonDelete
{
    padding: 7px;
    background-size: contain;
    margin-left: 10px;
}
.wrap_forum_admin_top
{
    display: flex;
    align-items: center;
}
.wrap_forum_admin_top .create_topic_title
{
    margin-left: 30px;
}
/*@media screen and (max-width: 1700px) {*/
/*.topic_body_item_wrap_user*/
/*{*/
/*    width: 22%;*/
/*}*/

/*}*/

/*@media screen and (max-width: 1380px) {*/
/*    .topic_body_item_wrap_user*/
/*    {*/
/*        width: 28%;*/
/*    }*/

/*}*/

/*@media screen and (max-width: 1000px) {*/
/*    .topic_title_wrap*/
/*    {*/
/*        flex-wrap: wrap;*/
/*    }*/
/*    .topic_body_item_wrap_user_foto_date img*/
/*    {*/
/*        display: none;*/
/*    }*/
/*    .forum_body_item {*/
/*        flex-direction: column;*/
/*    }*/

/*    .forum_body_item li {*/
/*        width: 100% !important;*/
/*    }*/

/*    .d_mob {*/

/*        display: none !important;*/
/*    }*/

/*    .forum_body_item li {*/
/*        display: flex;*/
/*    }*/

/*    .forum_header_item div {*/
/*        margin-right: 15px;*/
/*    }*/

/*    .wr_all {*/
/*        padding-left: 10px;*/
/*        padding-top: 5px;*/
/*        align-items: center;*/
/*    }*/

/*    .forum_wrap_title span {*/
/*        font-size: 25px;*/
/*    }*/

/*    .leftContent {*/
/*        background: none;*/
/*    }*/

/*    .main {*/
/*        height: auto;*/
/*    }*/

/*    .rightContent {*/
/*        height: auto;*/
/*    }*/

/*    .mainContent {*/
/*        height: auto;*/
/*    }*/

/*    .offset-1 {*/
/*        position: fixed;*/
/*        margin-left: 2%;*/
/*    }*/

/*    .contentBackground {*/
/*        flex: 0 0 98.333333%;*/
/*        max-width: 97.333333%;*/
/*    }*/

/*    .wrap_search button {*/
/*        position: absolute;*/
/*    }*/

/*    .rightContent .justify-content-end .col-1 {*/
/*        display: flex;*/
/*        flex: auto;*/
/*        width: 15%;*/
/*        max-width: 15%;*/
/*    }*/

/*    .topNav-item {*/
/*        display: flex;*/
/*        flex: auto;*/

/*    }*/

/*    .fixed-top {*/
/*        flex-direction: row;*/
/*        flex-wrap: nowrap;*/
/*    }*/

/*    .wrap_search input {*/
/*        padding: 5px 19px 5px 15px;*/
/*    }*/

/*    .wrap_search button img {*/
/*        top: 9px;*/
/*    }*/
/*    .create_wrap*/
/*    {*/
/*        margin-left: 0;*/
/*        margin-right: 0;*/
/*        margin-bottom: 10px;*/
/*    }*/
/*}*/
/*@media screen and (max-width: 880px) {*/

/*    .wrap_contacts_border_form*/
/*    {*/
/*        width: 90%;*/
/*    }*/
/*}*/
/*@media screen and (max-width: 750px) {*/
/*    .offset-0*/
/*    {*/
/*        margin-left: -4%;*/
/*    }*/
/*    .logo-image*/
/*    {*/
/*        height: 15vh;*/
/*    }*/
/*    .topic_body_item_wrap*/
/*    {*/
/*        flex-direction: column;*/
/*    }*/
/*    .topic_body_item_wrap .topic_body_item_wrap_user*/
/*    {*/
/*        width: 100%;*/
/*    }*/
/*    .topic_body_item_wrap_text*/
/*    {*/
/*        width: 100%;*/
/*    }*/
/*    .rightContent .justify-content-end .col-1 {*/
/*        display: flex;*/
/*        flex: auto;*/
/*        width: 30%;*/
/*        max-width: 30%;*/
/*    }*/

/*    .rightContent .justify-content-end .col-2 {*/

/*        width: 30%;*/
/*        max-width: 30%;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 630px) {*/
/*    .forum_wrap_title {*/
/*        flex-direction: column;*/
/*    }*/

/*    .wrap_search {*/
/*        margin-left: 0;*/
/*        margin-top: 15px;*/
/*    }*/

/*    .forum_header {*/
/*        display: none;*/
/*    }*/

/*    .nav-background, .nav-background--active {*/
/*        height: 5vh;*/
/*        padding-left: 2.5vh;*/
/*    }*/

/*}*/
/*@media screen and (max-width: 500px) {*/
/*    .forum_body_item li {*/
/*        flex-direction: column;*/
/*    }*/
/*    .forum_body_item a*/
/*    {*/
/*        text-align: center;*/
/*    }*/
/*    .wr_all*/
/*    {*/
/*        padding-left: 0;*/
/*    }*/
/*    .forum_body_item .forum_category {*/
/*        padding-right: 0;*/
/*        text-align: justify;*/
/*    }*/

/*    .forum_category img {*/
/*        display: none;*/
/*    }*/

/*    .logo-image {*/
/*        height: 12vh;*/
/*        margin-top: 30px;*/
/*    }*/
/*    .logo-text*/
/*    {*/
/*        height: 7vh;*/
/*    }*/
/*    .forum_wrap*/
/*    {*/
/*        margin-top: 50px;*/
/*    }*/
/*    .contentBlock*/
/*    {*/
/*        margin-right: 0;*/
/*    }*/
/*    .offset-0 {*/
/*        margin-left: -7%;*/
/*    }*/
/*    .logo-image {*/
/*        height: 10vh;*/

/*    }*/
/*}*/

/*@media screen and (max-width: 400px) {*/

/*    .logo-text {*/
/*        height: 6vh;*/
/*    }*/
/*    .logo-image {*/
/*        height: 11vh;*/
/*        margin-top: 30px;*/
/*    }*/
/*    .wrap_search input*/
/*    {*/
/*        padding: 5px 0px 5px 15px;*/
/*    }*/
/*}*/
