html {
    scroll-behavior: smooth;
}
body {
    font-family: 'Roboto Regular', sans-serif;
    background-color: #1E1E1E;
    color: #E1FFFF;
}
.logo {
    padding-top: 20px;
    padding-bottom: 20px;
}
.main-title {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 24px;
    font-family: 'Actay Wide Bold', sans-serif;
}
.main-header {
    background-image: url("/media/templates/site/maintemp/img/header.jpg");
    background-position: center;
    width: 100%;
}
.main-menu {
    background-color: #0C0C0C;
}
.nav-item a {
    color: #E1FFFF;
}
.main-search {
    margin-top: 80px;
}

.main-search input::placeholder {
    color: rgba(255, 255, 255, 0.52);
    }
.main-search input {
    background-color: #282828;
    border: 1px solid #282828;
}
.main-search .btn-primary {
    background-color: #0C0C0C !important;
    border: 1px solid #0C0C0C !important;
}
.main-search .awesomplete {
    width: 300px;
}
.main-search input:focus {
    outline: #0C0C0C !important;
    border-color: #1E1E1E;
    background-color: #1E1E1E !important;
    color: #E1FFFF !important;
    box-shadow: none !important;
}
.mod-finder__search {
    margin-left: 100px;
}
.main-card-title {
    font-family: 'Actay Wide Bold', sans-serif;
    text-align: center;
    padding-top: 40px;
    font-size: 24px;
    padding-bottom: 30px;
}
.main-card:hover {
    outline: 7px solid white;
    transition: 0.3s;
}
.main-blog-title {
    font-family: 'Actay Wide Bold', sans-serif;
    padding-top: 40px;
    font-size: 18px;
    text-decoration: none;
    color: white;
    padding-bottom: 10px;
}
.main-blog-flex {
    display: flex;
    flex-direction: row;
}
.main-blog-more {
    margin-left: 100px;
    margin-top: 10px;
}
.main-blog-more a {
    color: #69B4FF;
    font-size: 14px;
}
.main-blog-prev-text {
    margin-top: 15px;
}
.main-blog-author span {
    color: #69B4FF;
    font-size: 12px;
}
.main-blog-date {
    font-size: 10px;
    color: rgba(105, 180, 255, 0.51);
}
.main-blog-vizits {
    color: #E1FFFF78;
    font-size: 14px;
}
.main-blog {
    padding: 20px;
    background-color: #282828;
    margin-bottom: 40px;
}
.news-title {
    font-size: 24px;
    color: white;
    margin-top: 20px;
    margin-bottom: 20px;
}
.photo-title {
    font-size: 24px;
    color: white;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: 'Actay Wide Bold', sans-serif;
}
.awesomplete input {
    border-radius: 0;
}
.mod-finder__search button {
    border-radius: 0;
    background-color: #0C0C0C;
}
.main-row {
    margin-top: 30px;
}
.list-inline-item a {
    background-color: #1E1E1E;
    border: none;
    border-radius: 0;
    color: #E1FFFF;
}
.photo-main-cart {
    padding: 20px;
    background-color: #282828;
    margin-bottom: 30px;
}
.video-main-cart__title {
    font-size: 16px;
    color: white;
    padding-top: 15px;
}
.video-main-cart__title-video a {
    padding-top: 5px;
    font-size: 14px;
    color: #69B4FF;
}
.video-title {
    font-family: 'Actay Wide Bold', sans-serif;
    font-size: 24px;
    padding-bottom: 30px
}
.video-main-cart {
    padding: 20px 10px 1px 10px;
    margin-bottom: 30px;
    background-color: #282828;
}
.book-title {
    color: white;
    padding-top: 15px;
    font-family: 'Actay Wide Bold', sans-serif;
    font-size: 24px;
    padding-bottom: 30px
}
.book-main-cart__title {
    font-size: 16px;
    color: white;
    padding-top: 15px;
}
.book-main-cart__author {
    font-size: 12px;
    color: #E1FFFF;
}
.book-main-cart__text {
    font-size: 12px;
    color: #97989D;
}
.book-main-cart {
    padding: 20px;
    background-color: #282828;
    margin-bottom: 30px;
}
.book-main-cart a {
    padding-top: 5px;
    font-size: 14px;
    color: #69B4FF;
}
.page-header h1 {
    font-family: 'Actay Wide Bold', sans-serif;
    padding-top: 30px;
    font-size: 22px;
    padding-bottom: 30px;
}
.page-header h1::after {
    content: '';
    display: block;
    position: static;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    margin: 10px 0;
}

.pg-masonry-item {
    background: transparent;
}
.pg-item-box, .pg-category-box {
    border: none;
}
.pg-category-view form {
    display: none;
}
.ph-si-feed {
    display: none;
}
.avs-title a {
    color: #E1FFFF;
    text-decoration: none;
    font-family: 'Actay Wide Bold', sans-serif;
    font-size: 16px;
}
.avs-meta-views {
    color: #69B4FF;
    font-size: 12px;
}
.avs-categories a{
    color: #69B4FF;
    font-size: 14px;
    text-decoration: none;
}


footer {
    background-image: url("/media/templates/site/maintemp/img/footer.jpg");
    background-position: center;
    width: 100%;
    padding-bottom: 30px;
    margin-top: 50px;
}
.footer-logo {
    text-align: center;
}
.footer-polit {
    margin-top: 30px;
}

.footer-polit a {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.48);
}
.cop {
    margin-top: 30px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.48);
}
.mod-menu a {
    font-family: 'Actay-Regular';
    text-decoration: none;
    font-size: 18px;
    color: white;
}
.mod-menu li {
    padding-right: 40px;
    font-family: 'Actay-Regular';
}
.main-news {
    display: flex;
    flex-direction: row;
    padding: 20px;
    background-color: #282828;
    margin-bottom: 40px;
}
.main-news-title a {
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
    font-family: 'Actay Wide Bold', sans-serif;
}
.main-news-text {
    font-size: 12px;
    color: #97989D;
}
.main-news-more a {
    color: #69B4FF;
    font-size: 14px;
}
.main-news-img {
    padding-top: 10px;
    padding-right: 10px;
}
.js-finder-searchform .btn-primary {
    border-radius: 0;
    background-color: #004F9D;
    border: 1px solid #004F9D;
}
.result__title-url {
    color: #E1FFFF78;
}
.result__title-text {
    color: #E1FFFF;
    font-family: 'Actay Wide Bold', sans-serif;
}
.result__taxonomy-item {
    color: #69B4FF;
    font-size: 14px;
}
.com-finder__explained a {
    color: #69B4FF;
}
.result__item {
    padding: 20px;
    background-color: #282828;
    margin-bottom: 40px;
}
.list-group-item-action {
    background-color: #282828;
    border-radius: 0;
}
.com-tags__items form {
    margin-top: 30px;
    margin-bottom: 30px;
}
.list-group-item-action a {
    color: #E1FFFF;
    font-family: 'Actay Wide Bold', sans-serif;
    text-decoration: none;
    font-size: 18px;
}
.list-group-item-action:hover {
    background-color: #5c5c5c;
}
.com-tags-tags__filter .btn-primary {
    border-radius: 0;
    background-color: #004F9D;
    border: 1px solid #004F9D;
}
.news-title {
    font-family: 'Actay Wide Bold', sans-serif;
}
.avs-search-form {
    display: none;
}
.footer-menu ul {
    justify-content: center;
    margin-top: 30px;
}
.footer-menu li {
    padding-right: 40px;
}
.footer-logo {
    margin-top: 30px;
    margin-bottom: 30px;
}
.awesomplete > input {
    display: block;
    font-family: 'Actay-Regular';
}

.js-finder-searchform .btn-primary {
    font-family: 'Actay-Regular';
}    