#postmarks .content_wrapper .content li {
    min-height: 460px;
    width: 301px
}

#postmarks .content_wrapper .content li img {

    width: 100%
}


@media screen and (max-width: 768px) {
    #postmarks .content_wrapper .content li img {
        height: unset !important;
    }

    #postmarks .content_wrapper .content li {
        min-height: 250px;
        width: 150px
    }
}

.blockquote {
    background: white;
}

header .bottom .main_container .logo {
    display: block;
    cursor: pointer;
    position: absolute;
    top: -50px;
    left: 53px;
    width: 100px;
    height: initial;
    box-shadow: 0px 0px 20px 3px #57424299;
    border-radius: 5px;
    z-index: 99;
}

.dropdown-item.active, .dropdown-item:active {
    text-decoration: none;
    background-color: initial !important;
    color: #4b4848;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}


.index #collection .author .author_img {
    display: block;
    width: 226%;
    height: auto;

    background-image: url("/templates/Main/images/author.png");
}

header .search {

    margin-left: 0px;

}

#postmarks .content_wrapper .content li .text {
    max-width: 100%;
}

header .bottom .main_container .logo img {
    width: 100%;
    position: relative;
    z-index: 3;
    border-radius: 6px;
}

header .bottom .main_container {
    padding-left: 170px;
    position: relative;
}

.header_top.justify-content-between {
    padding-left: 125px;
}

.brands_slider .slider .swiper-slide img {
    width: 100%;
}

.addcomment {
    background-color: #fff;
}

.plus_icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.addcomment .plus_icon {
    width: 8%;
    padding: 10px 0;
    float: left;
    margin-top: 4%;
}

.plus_icon > span, .plus_icon > span:before, .plus_icon > span:after {
    overflow: hidden;
    text-indent: -9999px;
    white-space: nowrap;
    position: absolute;
}

.plus_icon > span:before, .plus_icon > span:after {
    background-color: #b3b3b3;
    content: "";
}

/*.plus_icon > span {
    width: 16px;
    height: 16px;
    left: 50%;
    top: 50%;
    margin: -8px 0 0 -8px;
}*/

.plus_icon > span:after {
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    margin-top: -1px;
}

.plus_icon > span:before {
    left: 50%;
    top: 0;
    width: 2px;
    height: 100%;
    margin-left: -1px;
}

.plus_icon.circle {
    width: 12px;
    height: 12px;
    padding: 4px;
    border-radius: 50%;
    border: 2px solid #3394e6;
}

.plus_icon.circle > span {
    width: 12px;
    height: 12px;
    margin: -6px 0 0 -6px;
}

.plus_icon.circle > span:before, .plus_icon.circle > span:after {
    background-color: #3394e6;
}

ul.ui-form {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.ui-form > li {
    margin-bottom: 10px;
}

ul.ui-form > li:last-child {
    margin-bottom: 0;
}

.form-group {
    margin-bottom: 10px;
}

.form-group > label {
    display: block;
    margin-bottom: .4em;
}

.imp:after {
    content: "*";
    margin: 0 0 0 10px;
    color: #e85319;
}

@media only screen and (min-width: 601px) {
    .form-group.combo:after {
        clear: both;
        display: table;
        content: "";
    }

    .form-group.combo > .combo_field {
        width: 50%;
        float: left;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .form-group.combo > .combo_field:last-child {
        padding-left: 10px;
    }

    .form-group.combo > .combo_field:first-child {
        padding-right: 10px;
    }
}

.form_submit {
    margin-top: 20px;
}

.form-sep {
    border-top: 1px solid #efefef;
}

#comment-editor .bb-editor textarea {
    padding: 7px;
    padding-bottom: 45px;
    height: 200px;
    border-radius: 20px;
}

.addpm #comment-editor .bb-editor textarea {
    height: 340px;
}

.wseditor table, .bb-editor table {
    margin: 0px;
}

.comment {
    padding: 4% 4%;
    position: relative;
    -webkit-transition: box-shadow ease .4s;
    transition: box-shadow ease .4s;
}

.com_list .comment {
    border-top: 1px solid #efefef;
    background-color: transparent;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.comment:hover {
    position: relative;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
}

.avatar {
    display: inline-block;
}

.avatar .cover {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    white-space: nowrap;
    text-indent: -9999px;
    display: inline-block;
}

.comment .avatar {
    float: left;
    margin-right: 15px;
    position: relative;
}

.comment .avatar .cover {
    width: 36px;
    height: 36px;
}

.com_online {
    position: absolute;
    left: 100%;
    top: 50%;
    margin: -4px 0 0 -4px;
    overflow: hidden;
    text-indent: -9999px;
    background-color: #70bb39;
    border: 2px solid #fff;
    width: 4px;
    height: 4px;
    border-radius: 50%;
}

.com_info {
    font-size: .9em;
    margin-bottom: 2%;
    margin-top: -5px;
}

.com_info:after {
    clear: both;
    display: block;
    content: "";
}

.com_user {
    float: left;
    margin: 9px 15px 0 0;
}

.comment .meta {
    display: inline;
}

.comment .meta .left {
    margin: 9px 0 0 0;
}

.comment .meta .left .mass input {
    margin: -2px 0 0 0;
    vertical-align: middle;
}

.comment .meta > ul.left > li {
    margin-right: 10px;
}

.comment .reply {
    text-transform: lowercase;
}

.comment .meta .left a {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    padding: 2px;
    margin-top: -2px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.comment .meta .left .reply a {
    padding: 2px;
    width: auto;
    vertical-align: baseline;
}

.comment .meta .left .del a {
    padding: 4px;
}

.comment .meta .left .icon {
    margin: 0;
    fill: #64748b;
    vertical-align: top;
}

.comment .meta .left a:hover .icon {
    fill: #0c5f7eed;
}

.comment .meta .left a .icon-reply {
    width: 15px;
    height: 16px;
    fill: #0c5f7eed !important;
    margin-right: .4em;
    vertical-align: middle;
}

.comment .meta .left a .icon-coms {
    width: 15px;
    height: 16px;
    fill: #0c5f7eed !important;
    margin-right: .4em;
    vertical-align: middle;
}

.comment .meta .left .edit_btn > a {
    padding: 2px;
    margin-top: -4px;
}

.comment .icon-bad {
    width: 16px;
    height: 16px;
}

.comment .icon-cross {
    width: 12px;
    height: 12px;
}

.comment .meta .rate {
    float: right;
}

#dle-comments-list {
    width: 100%;
    overflow: hidden;
}

#dle-comments-list > .comments-tree-list > li > .comments-tree-list {
    padding: 0 0 0 8%;
}

#dle-comments-list > .comments-tree-list > li .comments-tree-list > li {
    padding-left: 20px;
}

.comments-tree-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.comments-tree-list > li > ol > li .comment {
    padding: 30px 0;
    position: relative;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-width: 0;
}

.comments-tree-list li ol li .comment {

    position: relative;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-width: 0;
}

.comments-tree-list > li > ol > li .comment:after {
    content: "";
    position: absolute;
    width: 2000px;
    height: 1px;
    margin-left: -500px;
    left: 0;
    top: 0;
    background-color: #efefef;
}

.comments-tree-list > li > ol > li .comment:before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    margin: 30px 0 0 -20px;
    background-color: #e6e6e6;
    width: 10px;
    height: 2px;
}

.mass_comments_action {
    text-align: right;
    border-top: 1px solid #efefef;
    padding: 2% 4%;
}

.mass_comments_action > select {
    height: 42px;
    padding: 5px;
    width: 152px;
    margin-left: 1em;
    margin-top: 6px;
    border-radius: 41px;

}

.com_content > .title {
    margin-top: 4%;
}

.com_content > .text {
    font-size: .9rem;
}


.dropdown-menu.show {
    display: block;
    border: 0;
    border-radius: var(--bs-dropdown-border-radius);
    box-shadow: 0 0 13px 0 #00000036;
}

.dropdown-item span {
    text-decoration: none;
    background-color: initial !important;
    color: #4b4848;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}


.index #collection .slider_in .collection_slider .swiper-slide a.full_url {
    margin-left: 0px;
    color: #0f0f0f;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 111.5%;
    text-decoration: none;
}

a.full_url:hover {
    text-decoration: underline !important;
}

a.full_url {

}

a.full_url:after {

    content: ' >>';
}

a.full_url:hover:after {
    display: inline;
}

#brands .brands_wrapper {
    background: #021825;
    /*background-image: url("/templates/Main/images/bg_slider6.jpg");*/
}

#postmarks .head .right_list .dropdown {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.brand #brands .brands_wrapper {
    background: #000;
}

#brands .brands_slider .slider .swiper-slide {
    height: auto;
}

#brands .brands_slider .slider .swiper-slide a.full_url {
    color: #fff;
    text-decoration: none
}

.index #collection .slider_in .collection_slider .swiper-slide img {
    margin-bottom: 36px;
    width: 100%;
}

.index #collection .slider_in .collection_slider .swiper-slide {
    height: auto;
}

#postmarks .content_wrapper .main_container {
    max-height: unset;
    overflow-y: unset;
}


/* --- Постраничная навигация --- */
.navigation {
    padding: 25px 0;
    width: 100%
}

.navigation {
    font-size: 1.1em;
}

.navigation > .wrp {
    position: relative;
}

.navigation > .wrp:after {
    clear: both;
    display: block;
    content: "";
}

.navigation > .wrp > .icon {
    position: absolute;
    left: 0;
    margin-left: 20px;
    fill: #cdd0d3;
    margin-top: 2px;
}

.pages {
    /*padding-left: 60px;*/
    float: left;
}

.pages > * {
    color: inherit;
    display: inline-block;
    position: relative;
    padding: 6px 6px;
    min-width: 30px;
    line-height: 20px;
    border-radius: 20px;
    text-align: center;
    text-decoration: none !important;
}

.pages span {
    color: #fff;
    background-color: #ff485b;
    background-image: -webkit-linear-gradient(top, #b32b37 0%, #b32b37 100%);
    background-image: -moz-linear-gradient(top, #f45068 0%, #f93f59 100%);
    background-image: -o-linear-gradient(top, #f45068 0%, #f93f59 100%);
    background-image: -ms-linear-gradient(top, #f45068 0%, #f93f59 100%);
    background-image: linear-gradient(top, #f45068 0%, #f93f59 100%);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14);
}

.pages span.nav_ext {
    background: none;
    color: inherit;
}

.pages a:hover {
    color: #ff485b;
}

.page_next-prev {
    float: left;
    margin-left: 30px;
}

.page_next-prev > span > * {
    padding: 6px 16px;
    height: 22px;
    line-height: 22px;
    display: inline-block;
}

.page_next-prev > span .icon {
    margin: -.2em 0 0 0;
}

/* Постраничная навигация в новости */
.splitnewsnavigation {
    margin: 1.5em 0;
    padding: 15px 0;
    font-weight: bold;
    border: 0 dashed #eceded;
    border-width: 1px 0;
    text-transform: uppercase;
}

.splitnewsnavigation > div {
    display: inline;
    margin-left: 1em;
}

.splitnewsnavigation a {
    color: inherit;
}

.splitnewsnavigation a, .splitnewsnavigation span {
    padding: 6px 10px;
}

.splitnewsnavigation span {
    color: #ff485b;
}


.selected-value {
    color: #b32b37;
}


.brand #anons .content .content_left .main_image .stike .select_brand_img {
    width: 100%;
}

.brand #anons .content .content_left .main_image .stike {
    margin-right: 40px;
}

.cats_title {
    text-transform: lowercase;
}

.cats_title::first-letter {
    text-transform: uppercase;
}

.cat_node_level_3 {
    padding-left: 25px !important;
}

.cat_node_level_2 .title a {
    font-size: 14px !important;
}

.cat_node_level_1 .empty {
    color: #ca747b73;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 187.5%;
    letter-spacing: 0.525px;

}

.cat_node_level_1 > .title > .empty {
    font-size: 21px;
}

.cat_node_level_1 .row > * {
    padding-left: 0;
    padding-right: 0;
}


.countries, .albums, .statistics {
    margin-top: 20px;
}

.nav_list {
    margin-bottom: 0;
}

.theme #stamps .head {
    padding-top: 0;
}

.theme #stamps .head h1 {
    font-weight: 400;
}

.years #category_list .content {
    padding-top: 20px;
}

.years #category_list .content {
    padding-bottom: 20px;
}

#postmarks .head {
    padding-top: 0;
}

.albums #album_slider .head .head_left {
    margin-top: 0;
}

.albums #album_slider .head h1 {
    font-size: 2.5rem;
    margin: 0.2em 0;
}

.albums #album_slider .head .head_left .album_dropdown button img {
    margin-right: 0;
}

@media (max-width: 576px) {
    .date_from_to input {
        height: 27px !important;
    }

    .countries #continent .top .map_image {
        width: 100%;

    }
}

@media (max-width: 1024px) {
    .brand #anons .content .content_left .main_image .mobile_anons_slider .slider .swiper-slide img {
        width: 100%;
    }
    .brand #anons .content .content_left .main_image .mobile_anons_slider .slider .swiper-slide {
        height: auto;
    }
}

.countries #continent .top .map_image {

    display: block !important;
}

.map_image {
    width: 100%;
}

.countries #continent {
    background: #fff;
}

.countries #continent .top {
    gap: 0px;
}

.theme #cars .content {
    gap: 30px;
}

.theme #cars {
    padding: 0;
}

.pulseblock {

    box-shadow: 0 0 0 rgba(55, 63, 80, 0.4);
    animation: pulseblock 2s infinite;
}

.pulseblock:hover {
    animation: none;
}

@-webkit-keyframes pulseblock {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(55, 63, 80, 0.9);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(55, 63, 80, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(55, 63, 80, 0);
    }
}

@keyframes pulseblock {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(55, 63, 80, 0.9);
        box-shadow: 0 0 0 0 rgba(55, 63, 80, 0.9);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(55, 63, 80, 0);
        box-shadow: 0 0 0 10px rgba(55, 63, 80, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(55, 63, 80, 0);
        box-shadow: 0 0 0 0 rgba(55, 63, 80, 0);
    }
}


.index #collection .slider_in .collection_slider .swiper-slide {
    padding: 28px 20px 28px;
}

.quote, blockquote {
    padding: 1% 4%;
    border-left: 5px solid #b32b37;
}

.golden .golden_comment_wrapper .golden_comment > div {

    color: #1a1717;
    font-family: Montserrat, sans-serif;
    font-size: 21px;
    font-style: italic;
    font-weight: 400;
    line-height: 42px;
}

.brand #anons .content .content_left .anons_slider .slider{
    height: auto;
}

.swiper-backface-hidden .swiper-slide {
    height: auto !important;
}
