body {
	padding: 80px 0 0;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
    color: #000;
    background: #fff;
}
* {
	box-sizing: border-box;
	outline: none;
}
a {
    text-decoration: none;
    color: #000;
}
.hidden {
    display: none;
}
.logo img {
    transform: translateY(-5px);
}
img {
    display: block;
    max-width: 100%;
    height: auto;
}
ul.mod-menu.mod-list.nav.topnav a {
    color: #000;
    font-weight: 500;
}
ul.mod-menu.mod-list.nav.topnav a:hover {
    color: #3daaff;
}
.flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
    flex-wrap: wrap;
}
.art-item {
    width: 31%;
    margin-bottom: 4%;
    border-radius: 15px;
    transition: .3s;
}
.art-item:hover {
    background: #e0f1ff;
}
.art-item:first-child,.art-item:nth-child(2) {
    width: 48%;
}
.articlesnews.flex {
    align-items: unset;
    padding-top: 40px;
}
.art-bottom {
    padding: 40px;
}
.article-image img {
    border-radius: 15px;
    opacity: .8;
    transition: .3s;
}
.art-item:hover .article-image img {
    opacity: 1;
}
span.tag {
    margin-right: 15px;
    font-size: 14px;
    font-weight: 600;
    color: #3eb489;
}
.art-bottom h4 {
    font-size: 20px;
    font-weight: 600;
}
.mod-title h3 {
    font-size: 36px;
}
span.divider {
    padding: 0 20px;
}
.mod-title {
    border-bottom: 1px solid #ccc;
}
section#articles {
    padding: 70px 0 0 ;
}
.row {
    padding: 0 15px;
}
.container {
	max-width: 1400px;
	margin: 0 auto;
}
ul.mod-menu.mod-list.nav {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.mod-menu.mod-list.nav>li a {
    padding: 5px 10px;
    display: inline-block;
}
ul.mod-menu.mod-list.nav>li a.hidden {
    display: none;
}
.nav-toggler span {
    display: block;
    width: 100%;
    height: 3px;
    background: #000;
    position: absolute;
    transition: .3s;
}
.nav-toggler {
    position: relative;
    width: 25px;
    height: 17px;
    cursor: pointer;
}
.nav-toggler:hover span {
    background: #3daaff;
}
.nav-toggler:hover span.tog-bottom {
    width: 100%;
}
span.tog-bottom {
    bottom: 0;
    width: 70%;
}
span.tog-center {
    top: calc(50% - 1.5px);
}
.btn-light>span, .btn-light>a {
    background: #e0f1ff;
    padding: 10px 30px;
    border-radius: 6px;
    color: #3daaff;
    font-weight: 500;
    cursor: pointer;
    position: relative;
}
.btn-blue span, .btn-blue a {
    background: #3daaff;
    padding: 10px 30px;
    border-radius: 6px;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    display: inline-block;
}
.btn-blue span:hover, .btn-blue a:hover, .btn-light span:hover, .btn-light a:hover {
    opacity: .8;
}
.top-btns .btn-light {
    margin-right: 10px;
}
.top-search {
    height: 39px;
    width: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
header.header {
    background: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    box-shadow: 0px 0px 10px #0000002e;
}
.rmore a {
    color: #000;
    font-weight: 500;
}
.rmore i {
    transform: translate(6px, 2px);
}
.art-item.news.flex>a {
    width: 45%;
}
.news .art-bottom {
    width: 55%;
}
.art-item.news.flex {
    width: 48%;
}
.news .art-bottom h4 {
    font-size: 18px;
    font-weight: 500;
}
.news span.tag {
    color: #f58023;
}
.nav-toggler.active span.tog-center {
    width: 0px;
}
span.tog-top, span.tog-bottom {
    transform-origin: left center;
}
.active span.tog-top {
    transform: rotate(34deg);
}
.active span.tog-bottom {
    transform: rotate(-34deg);
    width: 100%;
}
input[type="text"], input[type="password"] {
    border: none;
    padding: 10px;
    border-radius: 6px;
    width: 100%;
    background: #e0f1ff;
    margin: 5px 0;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
}
.input-group {
    margin-bottom: 20px;
    max-width: 300px;
}
button.btn.btn-secondary.input-password-toggle {
    border: none;
    padding: 0;
    background: transparent;
    border-bottom: 1px dashed;
    color: #ccc;
    font-family: 'Raleway', sans-serif;
    cursor: pointer;
}
div#form-login-remember-16 {
    display: flex;
    justify-content: flex-start;
}
button[type="submit"] {
    background: #3daaff;
    padding: 10px 30px;
    border-radius: 6px;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    border: none;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
}
button[type="submit"]:hover {
    opacity: .8 ;
}
form button[type="submit"] {
    margin-top: 20px;
}
input#form-login-input-remember-16 {
    margin-left: 0;
}
ul.mod-login__options.list-unstyled {
    list-style: none;
    padding-left: 0;
    font-size: 14px;
}
ul.mod-login__options.list-unstyled a {
    color: #000;
}
.form-over {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -9;
    background: #4d4d4d82;
    visibility: hidden;
}
.form-over.active {
    z-index: 99;
    visibility: visible;
}
.f-close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 5px;
    right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #444;
    opacity: .7;
    cursor: pointer;
}
.f-close:hover {
    opacity: 1;
 }
 .socs img {
    width: 24px;
}
section#footer {
    padding-top: 70px;
}
.foot-col {
    width: 18%;
}
.foot-cols.flex {
    align-items: unset;
}
.socs.flex {
    justify-content: flex-start;
    padding-top: 10px;
}
.socs.flex a {
    margin-right: 16px;
    font-size: 20px;
    color: #000;
    opacity: .7;
}
.foot-tx {
    padding-bottom: 40px;
}
.foot-col ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.bottom-conts.flex {
    font-size: 22px;
    padding: 30px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-top: 30px;
}
.foot-col a {
    color: #000;
}
.foot-col a:hover {
    color: #3daaff;
}
.foot-title a {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 10px;
    display: inline-block;
}
.foot-col li {
    padding-bottom: 10px;
}
.foot-title.margin-top {
    margin-top: 20px;
}
.socs.flex a:hover {
    color: #000;
    opacity: 1;
}
.copy-right span {
    display: inline-block;
    transform: translate(70px, 4px);
    font-size: 12px;
}
.copy-left.flex {
    width: 50%;
    font-size: 14px;
}
.copy-left.flex a {
    color: #000;
}
.copy-right {
    padding-bottom: 7px;
}
.logout-wrap {
    display: none;
}
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}
form#member-registration {
    padding: 40px 0;
    max-width: 300px;
}
legend {
    display: none;
}
span.form-control-feedback {
    display: none;
}
div#logout-btn {
    margin-right: 0;
}
#system-message-container joomla-alert .alert-heading {
    display: none;
}
#system-message-container joomla-alert div .alert-message {
    margin: .5rem 0;
    padding: .3rem 0 .3rem 0;
}
form#member-registration .control-group.field-spacer {
    display: none;
}

ul.mod-menu.mod-list.nav.user-nav a {
    color: #000;
}
ul.mod-menu.mod-list.nav.user-nav a:hover {
    color: #3daaff;
}
a.eb-db-sort-link {
    color: #000;
}
.eb-simple-post__context a {
    color: #000;
}
ul.mod-menu.mod-list.nav.topnav>li {
    position: relative;
}
.topnav ul.mod-menu__sub.list-unstyled.small {
    list-style: none;
    position: absolute;
    left: 0;
    width: 340px;
    padding: 30px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 3px 5px 10px #0000002e;
    transform: scale(0);
    transform-origin: left top;
}
.topnav .deeper.parent:hover ul.mod-menu__sub.list-unstyled.small {
    transform: scale(1);
    transition: .3s;
}
.topnav>li>a {
    line-height: 70px;
}
.topnav .deeper.parent>a:after {
    content: "\f078";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    padding-left: 3px;
}
.full-nav ul.mod-menu__sub.list-unstyled.small {
    list-style: none;
    padding: 0;
}
ul.full-nav-ul.flex>li>a {
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    padding-bottom: 10px;
    display: inline-block;
}
ul.full-nav-ul.flex>li>a:hover {
    color: #3daaff;
}
ul.full-nav-ul.flex>li {
    width: 13%;
    border-right: 1px solid #eee;
    padding-right: 5px;
}
ul.mod-menu__sub.list-unstyled.small a {
    color: #000;
}
ul.mod-menu__sub.list-unstyled.small a:hover {
    color: #3daaff;
}
ul.mod-menu__sub.list-unstyled.small>li {
    padding-bottom: 15px;
}
div#component.whith-sidebar {
    width: 75%;
}
.grid-child.container-sidebar-left {
    width: 23%;
}
.grid-child.container-sidebar-right {
    padding-top: 68px;
    width: 23%;
}
div#main-wrap {
    align-items: unset;
}
.art-bottom h4 a {
    color: #000;
}
div#component.full {
    width: 100%;
}
a.scrollup {
    position: fixed;
    bottom: 150px;
    right: 0;
    display: none;
    z-index: 999;
    border: 1px solid;
    border-radius: 8px;
    color: #3daaff;
    padding: 5px 15px 8px;
    transform: rotate(270deg);
}
.com-users-profile.profile ul {
    list-style: none;
    padding: 0;
}
dd {
    margin: 0;
}
dt {
    font-size: 18px;
    margin-top: 15px;
    font-weight: 700;
}
ul.com-users-profile__edit.btn-toolbar.float-end a {
    font-size: 24px;
    font-weight: 700;
}
form#member-profile {
    max-width: 300px;
    padding: 40px 0;
}
.control-group select {
    border: none;
    padding: 10px;
    border-radius: 6px;
    width: 100%;
    background: #e0f1ff;
    margin: 5px 0;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
}
.t-text--muted {
    font-size: 12px;
}
input#username {
    max-width: 300px;
}
.com-users-login.login {
    max-width: 300px;
    padding: 40px 0;
}
.com-users-login__options.list-group a {
    display: block;
    line-height: 1.3;
}
.com-users-login__options.list-group {
    padding-top: 15px;
}
div#login-btn-mob {
    display: none;
}
.nav-toggler.mobile {
    display: none;
}
input.btn.btn-default:focus {
    box-shadow: none!important;
    border: 1px solid #ccc!important;
    outline: none!important;
}
section#fullnav {
    display: none;
}
.products-wrap {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 40px;
}
.product-item {
    border: 1px solid #eee;
    padding: 20px;
}
.pr-prices-old {
    font-size: 14px;
    text-decoration: line-through;
    margin-right: 10px;
}
.pr-prices.flex {
    justify-content: flex-start;
}
/************************************************************/
@media screen and (max-width: 1380px){
body{
    font-size: 14px;
}
.logo {
    width: 160px;
}
ul.mod-menu.mod-list.nav>li a {
    padding: 5px 7px;
}
}
@media screen and (max-width: 1240px){
div#login-btn {
    display: none;
}
.top-btns.flex .btn-blue {
    display: none;
}
div#profile-btn {
    display: block;
}
div#login-btn-mob {
    display: block;
}
div#login-btn-mob span {
    padding: 10px;
}
div#logout-btn {
    display: none;
}
.login-d-down {
    position: absolute;
    right: 0;
    padding: 15px;
    background: #e0f1ff;
    top: 110%;
    border-radius: 8px 0 8px 8px;
    text-align: right;
    box-shadow: 3px 3px 10px #0000002e;
    transform: scale(0);
    transform-origin: right top;
    transition: .3s;
}
.login-d-down.active {
    transform: scale(1);
}
.login-d-down a {
    display: inline-block;
    line-height: 2;
}
}
@media screen and (max-width: 767px){
ul.mod-menu.mod-list.nav.topnav {
    display: none;
}
.nav-toggler {
    display: none;
}
.nav-toggler.mobile {
    display: block;
}
header.header {
    padding: 10px 0;
}
.logo img {
    transform: translateY(0px);
}
.top-btns .btn-light {
    margin-right: 24px;
}
.top-search {
    margin-right: 10px;
}
}