
body {
    background: #F1F2F4;
    font-size: 15px!important;
}

p{
    margin: 15px 0!important;
}
h1, h2, h3, h4, h5, h6 {
    color: #514d56;
}
a {
    color: #03A9F4!important;
    transition: 0.3s;
}

a:hover {
    color: #085374!important;
    transition: 0.3s;
}
.bd_index {
    background-image: url(../img/bd.png);
    height: auto;
    padding: 0 0 70px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.section_bg1 {
    background-image: url(../img/section_bg1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.section_bg2 {
    background-image: url(../img/section_bg2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.section_f_bg {
    background-image: url(../img/footer_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.section_bg_post {
    background-image: url(../img/section_bg_post.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.main-header {
    /*background: #000;*/
}
.title_h {
    font-weight: 900;
    line-height: 1.2;
    font-size: 3.5rem;
}

.title_h2 {
font-weight: 900;
    line-height: 1.2;
    font-size: 3rem;
    max-width: 70%;
    padding: 0 20px;
}
.cell_bd_wi{
background: #ffffff;
    padding: 15px 13px;
    border-radius: 10px;
    }
.widget_content > p {
    margin: 0 !important;
    padding: 0 40px 0 0px;
}

.title_h3 > i{
    color: #4D306E;
    margin: 5px 11px 0 0px;
}
.title_inline{
    display: inline-flex  ;
    margin: 0 0;
}

.mt_mb {
    margin: 6rem 0rem!important;
}
.pt_pb {
    padding: 6rem 0rem!important;
}

.pt_pb_t {
    padding: 6rem 0rem 0rem 0rem!important;
}
.icon_wrp {display: flex;align-content: space-between;flex-wrap: wrap;align-items: flex-end;}
.icon_itm {
}
.gap30 {
    gap: 30px!important;
}
.wrph {
    margin: 0 15px;
}
.icon_itm_in {
    font-size: 16px;
    padding: 0 0 0 10px;
}
.ims_wrapp {padding: 0 0 0 15px;}
.tag_pay {
    font-weight: 700;
    font-size: 20px;
    padding: 0 0 16px 0;
}
.nav-top {
    background: #101010;
    padding: 0 15px;
    border-radius: 10px;
}
.site_description > p {
    color:#fff;
    font-size: 1.1rem;
    margin: 30px 0;
}
.post_img > img {
border-radius: 10px;
}

.old-price {
    text-decoration: line-through;
    font-size: 15px;
    padding: 0 15px 0 0;
    font-weight: 700;
    color: #878787;
}
.new-price, .price {
    font-weight: 700;
    color: #03A9F4;
    font-size: 18px!important;
}

.col-sidebar-300 {
    flex: 0 0 300px;
    max-width: 300px;
    background: #f8d7da;
}

.column_con {
    flex-grow: 1;
    flex-basis: calc(25% - 10px);
    min-width: 200px;
    padding: 10px;
    border: 1px solid #f4f4f4;
    background: #ffffff;
    border-radius: 10px;
    /* text-align: center; */
}
.row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.column_con_s {
    padding: 0 15px;
}
.title_pages {
    margin: 15px 0 0 20px;
}

.castom_div_wrp_2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px; 
}


.side_el {
    margin: 15px 15px;
}
.side_el_wrp {
    margin: 0 0 20px 0;
}
.side_el_wrp > a >img {
    border-radius: 10px;
    transition: 0.3s;
}
.side_el_wrp > a >img:hover {
    border-radius: 10px;
    opacity: 0.7;
}

#jast-comments-wrapper {
    box-shadow: none!important;
}
#jast-comment {
    display: flex;
    flex-direction: column;
    gap: 10px;
     padding: 0px!important;
    background: #fff;
    border-radius: 8px;
}
#jast-rating-wrp {
    display: none;
}

.col-max-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.card_itm {
    border-radius: 8px;
    padding: 15px;
}

.post-price > .old-price {text-decoration: line-through;font-size: 15px;padding: 0 15px 0 0;font-weight: 700;color: #FF9800;}

.post-price > .new-price {
    font-size: 26px!important;
}
.post-price > .price {font-size: 36px!important;}
.post-price > span {
    display: block;
}

.goacc {
    color: #fff !important;
    padding: 10px 30px;
    border-radius: 23px;
    background: rgba(0, 0, 0, 0.7);
    background: #48c78e;
    font-weight: 600;
    font-size: 17px;
}
.goacc:hover {
    color: #fff;
    background: #409f74;
}
.item_box_black {
    /* background: #0c0c0c; */
    border-radius: 10px;
    padding: 20px 25px;
}

.basket_item_p {
    border-bottom: 1px #f3f3f3 solid;
    margin: 0 0 5px 0px !important;
}
.basket_item_coll_p {
    padding: 10px 0 0px 0 !important;
}
#payBtn {
background: #00BCD4;
    padding: 5px 15px 8px 15px;
    border-radius: 7px;
    color: #fff;
}
#payBtn:hover {
background: #0c8797;
}
.remove-button {
    background: #FFC107;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    font-weight: 500;
    color: #fff;
    border-radius: 3px;
    margin: 0 0px 0 10px;
}
.remove-button:hover {
    background: #ff5722;
}
#footer {
    /*background: #2e2a34;*/
    padding: 20px 0 0px 0;
}
.fot_wrp {
     border-bottom: 1px #26242a solid;
     padding: 0 0 15px 0;
}
.foot_inf {
padding: 0 25px 0 0;
}
.foot_inf > p {
    color: #fff;
    line-height: 1.2;
    font-size: 13px;
}
.c_p {
    color: #fff;
    font-size: 13px;
    padding: 0 0 10px 0;
    text-align: center;
}
.p_s > a {
    color: #fff;
    text-align: center;
    font-size: 13px;
}
.p_s {
    text-align: center;
    padding: 0 0 5px 0;
}
.ico_pay {

}
.ico_pay > img {
    opacity: 1;
    transition: 0.5s;
}
.ico_pay > img:hover {
    opacity: 0.7;
}

.contact_footer {
    color: #fff;
    font-size: 14px;
}
.cont_tit {
    font-weight: 700;
}
.cont_tit_v {

}
.cont_tit_v > a {
    color: #00bcd4;
    font-size: 14px;
}

.nav-footer > ul > li > a{
    color: #00bcd4;
    font-size: 14px;
}
.nav-footer > ul > li{
list-style: circle;
    margin: 0 0 0 20px;
    color: #fff;
}


/* Основные стили меню */
.menu, .menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

.menu li {
    position: relative;
    display: inline-block;
}

.menu a {
    display: block;
    padding: 12px 20px;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
}

.menu a:hover {
    background-color: #f5f5f5;
}

/* Стили для подменю */
.menu ul {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    min-width: 200px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
}

.menu li:hover > ul {
    opacity: 1;
    visibility: visible;
}

/* Вложенные подменю */
.menu ul ul {
    top: 0;
    left: 100%;
}

/* Стили для элементов подменю */
.menu ul li {
    display: block;
    white-space: nowrap;
}

.menu ul a {
    padding: 10px 20px;
    border-bottom: 1px solid #eee;
}

.menu ul a:hover {
    background-color: #e9e9e9;
}

/* Стрелка для пунктов с подменю */
.menu li.has-submenu > a::after {
    content: '▼';
    margin-left: 5px;
    font-size: 0.7em;
}

/* Адаптивность */
@media (max-width: 768px) {
    .menu {
        display: none; /* Скрыть на мобильных, реализовать отдельное мобильное меню */
    }
}





.nav-main {
    position: relative;
    font-family: Arial, sans-serif;
}

.nav-main ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-main li {
    position: relative;
    display: inline-block;
}

.nav-main a {
    display: block;
    padding: 12px 20px;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s;
    color: #fff !important;
}

.t_bl {
    color: #000 !important;
}

.nav-main > ul > li:hover > a {
    /* background-color: #121212; */
    color: #48c78e !important;
}

/* Стили для подменю */
.nav-main ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    background: #1a1a1a;
    min-width: 200px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    z-index: 1000;
    padding: 0;
}

.nav-main li:hover > ul {
    opacity: 1;
    visibility: visible;
}

/* Вложенные подменю */
.nav-main ul ul ul {
    top: 0;
    left: 100%;
}

/* Стили для элементов подменю */
.nav-main ul ul li {
    display: block;
    white-space: nowrap;
}

.nav-main ul ul a {
    padding: 10px 20px;
    /* border-bottom: 1px solid #000000; */
}

.nav-main ul ul a:hover {
    background-color: #121212;
    color: #48c78e !important;
}

/* Стрелка для пунктов с подменю */
.nav-main li:has(> ul) > a::after {
    content: '▼';
    margin-left: 5px;
    font-size: 0.7em;
}

/* Адаптивность */
@media (max-width: 768px) {
    .nav-main > ul {
        display: none;
    }
}




