html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, center, dl, dt, dd, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    padding: 0;
    outline: 0;
    vertical-align: top;
}
html {
    height: 100%;
}
body {
    font-family: 'Noto Sans', sans-serif;
    padding-bottom: 30px;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 10px 0;
    font-weight: bold;
    color: #17130F;
}
a:link, a:visited {
    color: #181818;
}
a:hover {
    color: #333;
}
ul {
    margin: 0 0 0 15px;
}
p {
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0 5px 0 5px;
}
.clr {
    clear: both;
}
.container {
    max-width: 1380px;
    margin: 0 auto;
}
#header {
    padding: 20px 0;
    border-top: 6px solid #76C5F0;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.12);
}

.top {
    display: inline-block;
}
.logo {
    max-width: 250px;
    display: inline-block;
}
img.logoim {
    max-width: 100%;
}
.mod-languages select.inputbox.advancedSelect {
    background: transparent;
    border: 0;
    color: #000000;
    text-transform: uppercase;
    font-size: 18px;
    cursor: pointer;
}
.mod-languages select.inputbox.advancedSelect option {
    color: #080f26;
    font-size: 20px;
}
.mod-languages select.inputbox.advancedSelect:focus-visible {
    outline: none;
    border: 0;
}
#topaft .owl-carousel .owl-item img {
    height: 85px;
    object-fit: contain;
}
#topaft .owl-carousel {
    margin: 30px  0;
}
#header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.customnaz {
    max-width: 300px;
    line-height: 30px;
}
.customnaz p {
    margin: 0;
}
#header .custom {
    font-size: 19px;
}
#header .custom td {
    padding: 7px;
    line-height: 17px;
    font-weight: 700;
}
#header .custom td:last-child a {
    color: #76c5f0;
}
#nav {
    padding: 15px 0;
}
#nav ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
}
#nav ul li {
    list-style: none;
    padding: 3px 10px;
    position: relative;
    text-align: center;
}
#nav ul li + li:after {
    content: '';
    height: 100%;
    width: 1px;
    background: #ddd;
    display: block;
    position: absolute;
    top: 3px;
    left: -25px;
}
#nav ul li.current, #nav ul li:hover {
    background: #e8f7ff;
    border-radius: 3px;
}
#nav ul li.default.current {
    background: transparent;
}
#topimage .main-slider .swiper-slide .content .title {
    font-size: 57px;
    font-weight: bold;
    text-shadow: 4px 10px 40px rgba(0, 0, 0, 0.66);
    margin-bottom: 20px;
    color: #fff;
}
#topimage  .main-slider .swiper-slide .content {
    left: -8vw;
    top: auto;
    bottom: 8vw;
    height: auto;
}
.swiper-slide {
    max-height: 650px;
}
#topimage  .btn.main-btn {
    background: #78C4EF url(../images/arrow.svg) right 38px top 23px no-repeat;
    font-size: 21px;
    padding: 20px 90px 20px 46px;
    color: #fff;
    text-decoration: none;
    box-shadow: none;
}
#topimage  .btn.main-btn:hover {
    opacity: .9;
}
.mydiv_withbg {
    position: absolute;
    width: 100%;
    height: 495px;
    overflow: hidden;
    top: -14px;
    z-index: -1;
}
.mydiv_withbg .bg {
    width: 110%;
    height: 110%;
    transform: translate(-5%);
    filter: blur(2px);
    background-position: center;
}
.mydiv_withbg .bg:after {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.49), rgba(0, 0, 0, 0.49));
}
#main-content {
    position: relative;
}
.blog-featured h2.item-title a {
    font-size: 34px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 130%;
}
.blog-featured h2.item-title  {
   margin-bottom: 30px;
}
.blog-featured {
    font-size: 18px;
    line-height: 170%;
}
    #topimage  .mt-5 {
        display: block;
        margin-top: 40px;
    }
#nav ul li a {
    display: block;
    padding: 0 14px 0 14px;
    margin: 0;
    line-height: 32px;
    color: #212121;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
#nav ul li.default {
    margin-left: -20px;
}
#nav ul.nav li.parent:hover a:before {
    content: '';
    width: 120%;
    height: 28px;
    position: absolute;
    bottom: -18px;
    left: 0;
}
#nav ul.nav li.parent:before {
    content: '';
    border: solid #222222;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    position: absolute;
    top: 14px;
    right: 1%;
    transform: rotate(45deg);
}
#nav ul.nav li.parent:hover:before  {
      transform: rotate(-90deg);
      transition: all 0.5s
}


#nav li ul {
    position: absolute;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    top: 50px;
    z-index: 100;
    margin-left: -8px;
    background: #ffffff;
    box-shadow: 0px 0px 4px #a7a7a7;
    border-radius: 3px;
    display: none;
}
#nav li:hover > ul {
    display: block;
}
#nav li ul li {
  background: none;
  padding: 0!important;
  top: 0;
  position: relative;

}

#nav ul li ul li:after {
    content: normal;
}

#nav li ul li a {
    display: block;
    width: 217px;
    border-bottom: 1px solid #ddd;
    font-size: 17px;
    color: #404040!important;
    text-transform: none;
    font-weight: 400;
    padding: 10px 20px;
}

#nav li ul li a:hover {
    background: #f1efec;
    transition: all 0.5s;
}
#nav ul li ul li:first-child, .layout-featured #nav ul li ul li:first-child a  {
     padding-left: 23px;
}
#nav ul li.deeper.parent li.deeper.parent:hover ul {
    display: block;
    position: absolute;
    right: -250px;
    top: inherit;
}

#nav ul.nav li.parent li.parent:before {
    right: 15px;
}
ul.breadcrumb {
    display: block;
    margin: 20px auto;
    padding: 15px 0;
    box-sizing: border-box;
}
.fix_withbg ul.breadcrumb {
    text-align: center;
}
ul.breadcrumb li {
    display: inline-block;
    color: #777;
}
ul.breadcrumb li.active span {
    padding-left: 3px;
    font-size: 15px;
}
.fix_withbg ul.breadcrumb a {
    color: #fff;
}
.blog h3.subheading-title {
    text-transform: uppercase;
    font-size: 40px;
    margin-bottom: 40px;
}
.block_info_art {
    background: #fff;
    border-radius: 30px;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    box-sizing: border-box;
    padding: 20px 40px;
}
div.article_images_block {
    width: 600px;
    margin-right: 5vw!important;
}
.item-page.prodpag h1 {
    font-size: 67px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin: 3vw;
}
#leftbar-w {
    padding: 0;
    width: 230px;
    float: left;
}
#rightbar-w {
    margin-right: 12px;
    padding: 0;
    width: 230px;
    float: right;
}
#sidebar {
    padding: 0;
}
#sidebar .module {
    padding: 6px 0 6px 0;
    margin: 0;
}
#sidebar .module-title {
    font-size: 16px;
    font-weight: 100;
    margin: 0;
    height: 24px;
    line-height: 24px;
    color: #fff;
    padding: 0 0 0 22px;
    font-family: Tahoma, sans-serif;
}
#leftbar-w .module-title {
    padding: 0 0 0 15px;
}
#rightbar-w  .module-title {
    padding: 0 0 0 15px;
}
#main {
    margin: 0 auto 0 auto;
    position: relative;
}

#leftcolumn {
    margin-left: 9px;
    padding: 0;
    width: 205px;
    float: left;
}
#rightcolumn {
    margin-right: 9px;
    padding: 0;
    width: 205px;
    float: right;
}
#centercontent {
    width: 500px;
    float: left;
    margin: 5px;
    padding: 0;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
}
#centercontent_md {
    width: 725px;
    float: left;
    margin: 0 5px 0 5px;
    padding: 5px;
    overflow: hidden;
}
#centercontent_bg {
    padding: 0;
    overflow: hidden;
}
.blog-featured {
    background: #fff;
}
.items-leading {
    position: relative;
    clear: both;
    padding: 3px 0 3px 4px;
    margin-top: 2px;
}
.page-header h2 {
    font-size: 40px;
    margin-bottom: 30px;
    color: #7d7d7d;
}
.items-row {
    position: relative;
    clear: both;
}
.items-row .span3, .items-row .span4, .items-row .span6 {
    display: inline;
}
ul.categories-module {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 60px;
    list-style: none;
    margin: 40px 0;
}
ul.categories-module li {
    flex: 1 1 29%;
    position: relative;
    overflow: hidden;
}
ul.categories-module li  img {
    max-width: 100%;
    height: 105%;
    object-fit: cover;
}
ul.categories-module li:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 104%;
    background: linear-gradient(0deg, #3c62888f 22%, rgb(255 255 255 / 0%) 69%);
    left: 0;
    top: 0;
    z-index: 1;
}
ul.categories-module li:hover:after {
   content: normal;
}
ul.categories-module li .text_inwr {
    display: block;
    position: absolute;
    left: 40px;
    bottom: 30px;
    text-align: center;
    z-index: 5;
}
.item_cat {
    background: #74c5f014;
    border: #77c5f03d 1px solid;
    padding: 2px 10px;
    margin: 5px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 400;
    display: inline-block;
}
.item_cat a h3 {
    font-weight: 400;
}
.item_cat:hover {
    background: #13618d;
}
.item_cat:hover a h3 {
    color: #fff;
}
/* ul.categories-module li:nth-child(1) .text_inwr,
ul.categories-module li:nth-child(2) .text_inwr {
    text-transform: uppercase;
} */
ul.categories-module li:hover .text_inwr {
    text-decoration: underline;
}
ul.categories-module li:nth-child(1), ul.categories-module li:nth-child(2) {
    height: 380px;
    flex: 1 1 49%;
}
.text_inwr {
    color: #fff;
    font-size: 23px;
    text-decoration: none;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 700;
}

.wrapcat > div:hover img {
    transform: scale(1.2);
    transition: all 1s;
}
.jshop_menu_level_0 .text_inwr > a {
    font-size: 28px;
    margin-bottom: 0;
}
.jshop_menu_level_0.catid1 .text_inwr > a, .jshop_menu_level_0.catid2 .text_inwr > a {
    font-size: 40px;
    margin-bottom: 40px;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
}
.blog .item {
    display: flex;
    font-size: 19px;
    line-height: 32px;
    justify-content: center;
    align-items: center;
    gap: 3vw;
    box-shadow: 0 0 30px #ddd;
    margin-bottom: 40px;
    padding: 30px;
}
.item-content a.itlink {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 30px;
    margin-bottom: 20px;
    display: block;
    max-width: 640px;
    line-height: 1.3em;
}
p.readmore a {
    display: inline-block;
    background: #ededed;
    padding: 16px 36px;
    border-radius: 52px;
    text-decoration: none;
    margin-top: 18px;
    border: 2px solid transparent;
}
p.readmore a:hover {
    background: none;
    border-color: #333;
}
.blog .item:hover {
    box-shadow: 0 0 50px #d6d6d6;
}
.blog .item:nth-child(odd) {
    flex-direction: row-reverse;
}
.item-content a.itlink:hover h4 {
    color: #76c5f0;
    transition: all .1s;
    text-decoration: underline;
}
.blog .item .pull-left.item-image img {
    max-width: 100%;
}
.readmore {
    margin: 0;
    line-height: 20px;
}
ul.pagenav {
    display: block;
}
ul.pagenav li {
    list-style: none;
}
.pagenav-prev {
    float: left;
    padding-top: 10px;
}
.pagenav-next {
    float: right;
    padding-top: 10px;
}
.pagination {
    clear: both;
}
.pagination span, .pagination a, ul.pagenav li a {
    padding: 1px 8px;
    background: #fff;
    color: #555;
    font-weight: bold;
    font-size: 90%;
}
.pagination a, ul.pagenav li a {
    font-weight: bold;
    text-decoration: underline;
}
.button, .validate {
    padding: 3px 15px;
    border: 1px solid #999;
    background: #b9b8b8;
    color: #fff;
    font-weight: bold;
}
.button:hover, .validate:hover, .pagination a:hover, ul.pagenav li a:hover {
    background: #757474;
    color: #fff;
}
.inputbox, input, textarea, select {
    border: 1px solid #c0c0c0;
    color: #13618d;
    padding: 5px 10px;
}
.breadcrumbs {
    padding: 0 0 0 10px;
    color: #555;
}
.item-page {
    margin-bottom: 30px;
}
#user-bottom {
    padding: 45px 0;
    margin: 15px 0 25px 0;
}
#user-bottom .user1 {
    display: flex;
    justify-content: space-between;
}
.user1 h3 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.user1 p {
    margin-bottom: 5px;
}
.user1 ul {
    margin: 0;
    list-style: none;
}
.user1 ul li {
    margin-bottom: 7px;
}
.user1 ul li a {
    text-decoration: none;
}
.moduletable_menu:last-child {
    margin-right: 40px;
}
#user-bottom2 .container {
    background: #434343;
    color: #fff;
}
#user-bottom2 .container {
    background: #1D1D1D;
    color: #9C9C9C;
    padding: 15px 40px 15px 188px;
    box-sizing: border-box;
    position: relative;
    max-width: 1490px;
}
#user-bottom2 .container:after {
    content: '';
    width: 93px;
    height: 118px;
    position: absolute;
    bottom: 0;
    left: 60px;
    background: url(../images/logof.png) 0 0 no-repeat;
}
#user-bottom2 .container a {
    color: #9C9C9C;
    text-decoration: none;
}
#user-bottom2 .container td {
    font-weight: 700;
    text-transform: uppercase;
    vertical-align: middle;
}
#user-bottom2 .container td:nth-child(2) {
    font-weight: 400;
    text-transform: none;
}
#navtoogle {
    display: none;
}
.cmn-toggle-switch {
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin: 6px;
    padding: 0;
    width: 58px;
    height: 38px;
    border-radius: 8px;
    border: 0;
    font-size: 0;
    transition: background .3s;
}
.cmn-toggle-switch:focus {
    outline: none;
}
.cmn-toggle-switch span {
    display: block;
    position: absolute;
    top: 18px;
    left: 18px;
    right: 18px;
    height: 3px;
    background: white;
}
.cmn-toggle-switch span::before, .cmn-toggle-switch span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
    content: '';
}
.cmn-toggle-switch span::before {
    top: -8px;
}
.cmn-toggle-switch span::after {
    bottom: -8px;
}
.cmn-toggle-switch__htx {
    background-color: #b0b0b0;
}
.cmn-toggle-switch__htx span {
    transition: background 0 .3s;
}
.cmn-toggle-switch__htx span::before, .cmn-toggle-switch__htx span::after {
    transition-duration: .3s, .3s;
    transition-delay: .3s 0;
}
.cmn-toggle-switch__htx span::before {
    transition-property: top, transform;
}
.cmn-toggle-switch__htx span::after {
    transition-property: bottom, transform;
}
.cmn-toggle-switch__htx.active {
    background-color: #76c5f0;
}
.cmn-toggle-switch__htx.active span {
    background: none;
}
.cmn-toggle-switch__htx.active span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.cmn-toggle-switch__htx.active span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.cmn-toggle-switch__htx.active span::before, .cmn-toggle-switch__htx.active span::after {
    transition-delay: 0 .3s;
}
span.menutoog div {
    background: #000;
    width: 100%;
    height: .125rem;
    margin: .25rem auto;
    border-radius: 10px;
    transition: .3s cubic-bezier(.28, .55, .385, 1.65);
    transition-timing-function: cubic-bezier(.28, .55, .385, 1.65);
    transform: none;
    transform-origin: center;
}
@media screen and (max-width: 1400px) {
    .container {
        padding: 0 25px;
    }
    #topimage  .main-slider .swiper-slide .content {
        left: 0;
    }
 
}
@media screen and (max-width: 1270px) { 
    ul.categories-module li:nth-child(1), ul.categories-module li:nth-child(2) {
        height: 308px;
    }
}
@media screen and (max-width: 1200px) { 
    #nav ul li + li:after {
        content: normal;
    }
    #nav ul li a {
        padding: 0 7px 0 3px;
        font-size: 19px;
    }
    #nav ul li.default {
        margin-left: -7px;
    }
    ul.categories-module li .text_inwr {
        left: 29px;
        font-size: 22px;
        bottom: 30px;
    }
    #topimage .main-slider .swiper-slide .content .title {
        font-size: 46px;
        max-width: 89vw;
    }
    ul.categories-module li:nth-child(1), ul.categories-module li:nth-child(2) {
        height: 28vw;
    }
    .item-page.prodpag h1 {
        font-size: 53px;
        margin-top: 10px;
    }
    div.article_images_block {
        width: 46vw;
        margin-right: 3vw!important;
    }
}
@media screen and (max-width: 1000px) { 
    #nav ul li.default, .customnaz  {
        display: none;
    }
    ul.categories-module li .text_inwr {
        left: 20px;
        font-size: 19px;
        bottom: 30px;
    }
    .blog-featured h2.item-title a {
        font-size: 30px;
    }
    #user-bottom2 .container:after {
        width: 82px;
        height: 103px;
        bottom: 0;
        left: 26px;
        background-size: contain;
    }
    #user-bottom2 .container {
        padding-left: 128px;
    }
    #user-bottom {
        padding: 25px 0;
        margin: 10px 0 15px 0;
    }
    .blog h3.subheading-title {
        font-size: 35px;
        margin-bottom: 25px;
    }
    .item-content a.itlink {
        font-size: 26px;
        margin-bottom: 11px;
    }
    .blog .item {
        font-size: 17px;
    }
    ul.breadcrumb {
        margin: 5px auto;
    }
    div#breadcrumb .container {
        padding: 0;
    }
    #topimage .main-slider .swiper-slide .content .title {
        font-size: 33px;
        max-width: none;
    }
    #topimage .btn.main-btn {
        zoom: 0.9;
    }
    .user2 {
        font-size: 14px;
    }
    #nav ul li a {
        padding: 0 12px 0 3px;
        font-size: 18px;
    }
    #nav ul li {
        padding: 3px 5px;
    }
    p.readmore a {
        padding: 13px 28px;
        margin-top: 10px;
        border: 2px solid transparent;
    }
    .blog-featured {
        font-size: 17px;
    }
}
@media screen and (max-width: 767px) {
    #nav {
        display: none;
    }
    #navtoogle {
        display: block;
    }
    #nav li ul {
        position: static;
        display: none;
        background: none;
        box-shadow: none;
        margin: 0;
    }
 
    #nav li ul li a {
        border-bottom: none;
        font-size: 20px;
        padding: 12px;
        text-align: center;
        width: auto;
    }
    #nav li ul li a:hover {
        background: rgb(118 197 240);
        transition: all .5s;
    }
    #nav li:hover ul {
        display: none;
    }
    #nav ul.nav li.parent {
        border-bottom: 1px solid #cecece;
    }
    #nav ul.nav li.parent.act {
        border: none;
    }
    #nav ul.nav li.parent:before {
        content: '';
        border: solid #636363;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 4px;
        position: absolute;
        top: 22px;
        right: 10%;
        transform: rotate(-45deg);
    }
    #nav ul.nav li.parent.act:before {
        transform: rotate(45deg);
        transition: all .5s;
    }
    table, td, video {
        max-width: 98%;
        display: inline-block;
        margin: 0 auto;
        width: auto !important;
        height: auto !important;
    }
    img {
        max-width: 100%;
    }
    td, iframe {
        border: none;
        width: 100% !important;
    }
    .blog .item, .blog .item:nth-child(odd) {
        flex-direction: column;
    }
    img.sigFreeImg {
        width: 265px !important;
        height: 200px !important;
        max-width: none;
    }
    ul.sigFreeClassic {
        text-align: center;
    }
    ul.sigFreeClassic li.sigFreeThumb {
        display: inline-block;
        margin: 1%;
        float: none;
    }
    ul.sigFreeClassic li.sigFreeThumb:nth-child(odd) {
        display: none;
    }
    ul.categories-module li, ul.categories-module li:nth-child(1), ul.categories-module li:nth-child(2) {
        max-width: none;
        height: 49vw;
        flex: 1 1 100%;
    }
    ul.categories-module li  img {
        height: auto;
    }
    ul.categories-module li .text_inwr {
        font-size: 25px;
    }
    .slide-bgimg img {
        width: 100%;
        height: 68vw;
        object-fit: cover;
    }
    ul.categories-module li:after {
        background: linear-gradient(0deg, rgb(0 0 0 / 14%) 42%, rgb(255 255 255 / 0%) 59%);
    }
    #nav .custom img {
        display: none;
    }
    #nav .custom td {
        display: initial;
        padding: 8px 0;
       line-height: 20px;
    }
    #nav .custom {
        text-align: center;
        font-size: 27px;
        margin-top: 20px;
        border-bottom: 20px solid #dddd;
        padding-bottom: 20px;
    }
    .logo {
        max-width: 206px;
    }
    #user-bottom2 .container td {
        text-align: left !important;
        padding: 6px 0;
    }
    #user-bottom2 .container:after {
        bottom: 23px;
    }
    .block_info_art {
        flex-wrap: wrap;
    }
    div.article_images_block {
        width: 64vw;
    }
    ul.breadcrumb li {
        line-height: 30px;
    }
    .item-page.prodpag h1 {
        font-size: 43px;
    }
    #nav ul {
        display: initial;
    }
    #nav ul li {
        padding: 17px 0;
    }
    #nav ul li a {
        padding: 10px;
        font-size: 20px;
    }
    #nav ul.nav li.parent:before {
        top: 39px;
    }
    #header .custom {
        display: none;
    }
    #nav ul li.deeper.parent li.deeper.parent:hover ul,   #nav ul li.deeper.parent li.deeper.parent ul  {
        display: none;
        position: static;
        right: -250px;
        top: inherit;
    }
    #nav ul li.deeper.parent li.deeper.parent ul a {
        font-size: 146%;
    }
}
@media screen and (max-width: 550px) {
    #user-bottom .user1 {
        flex-wrap: wrap;
    }
    #user-bottom .user1 > div {
        width: 100%;
        margin-bottom: 20px;
    }
    #user-bottom .user1 > div.moduletable_menu {
        width: 146px;
        box-sizing: border-box;
    }
    .slide-bgimg img {
        height: 414px;
    }
    #topimage .main-slider .swiper-slide .content .title {
        font-size: 29px;
    }
    #topimage  .mt-5 {
        margin-top: 25px;
    }
    #topimage .btn.main-btn {
        zoom: 0.7;
    }
    #topimage  .main-slider .swiper-slide .content {
        bottom: 58px;
    }
    #nav ul li {
        padding: 10px 0;
    }
    .moduletable_menu:last-child {
        margin-right: 0
    }
    .blog h3.subheading-title {
        font-size: 28px;
    }
    input#mod-ajaxsearch-searchword {
        width: 100%;
    }

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

    .logo {
        max-width: 42vw;
    }
    #topaft .owl-carousel {
        margin: 10px  0;
    }
    ul.categories-module {
        margin: 10px 0;
    }
    div.article_images_block {
        width: 78vw;
    }
    .block_info_art {
        align-items: center;
        margin-bottom: 13px;
        padding: 15px;
        text-align: center;
    }
    .block_info_art {
        margin-bottom: 27px;
        border-bottom: 12px solid #ddd;
    }
    .page-header h2 {
        font-size: 24px;
        margin-bottom: 4px;
    }
    .right_pos .page-header h2 {
        font-size: 18px;
    }
    #main-content {
        margin-top: 20px;
    }
    .item-page.prodpag h1 {
        font-size: 30px;
        padding: 10vw 0px;
    }
    .mydiv_withbg .bg {
        background-size: cover;
    }
    .mydiv_withbg {
        height: 423px;
    }
    .blog .item {
        margin-bottom: 20px;
        padding: 20px 10px;
    }
    .item-content a.itlink {
        font-size: 22px;
    }
    #nav ul.nav li.parent:before {
        top: 31px;
    }
    .blog-featured h2.item-title a {
        font-size: 22px;
    }
    .blog-featured h2.item-title {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 400px) {
    .container {
        padding: 0 15px;
    }
    ul.categories-module li .text_inwr {
        font-size: 22px;
    }
    .blog-featured h2.item-title a {
        font-size: 24px;
    }
    ul.breadcrumb  li.active {
        display: none;
    }
  
    
}
