/*
Theme Name: Afera New Stream

Description: News Stream
Version: 2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Clean
Text Domain: aferaNewStream

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*font-family: 'Alumni Sans', sans-serif;*/
/*font-family: 'PT Sans Narrow', sans-serif;*/
/* general */
* {
    font-family: 'PT Sans Narrow', sans-serif;
}
html{
    scroll-behavior: smooth;
}
* h1 *,
* h2 *,
* h3 *,
* h4 *,
* h5 *,
* h6 * {
    font-family: 'Alumni Sans', sans-serif !important;
    text-decoration: none;
    color: #282728;
}
* .main-list * h2 *{
    font-family: 'PT Sans Narrow', sans-serif !important;
}
body.open-search-box {
    overflow: hidden;
}

html, body {
    padding: 0;
    margin: 0;
    background: #fff;
    font-size: 10px;
}

.center {
    margin: 0 auto;
    max-width: 1100px;
    padding: 0 10px;
    box-sizing: border-box;
}

legend {
    display: none;
}

fieldset {
    border: none;
    padding: 0;
}

#logo svg {
    width: 250px;
}

#logo path {
    /*fill: #fff;*/
    fill: #ac0000;

}

.main-layout {
    display: flex;
    justify-content: space-between;
    background: #fff;
    max-width: 1200px;
    margin: 0 auto 20px;
    padding: 20px 0;
}

.main-layout main a {
    color: #ac0000;
}
.main-layout main .red_panel,
.main-layout main .textwidget,
.main-layout main .banner_block
{
    max-width: 388px;
    display: block;
    clear: both;
    margin: 20px auto;
}
.main-layout main .textwidget{
    max-width: 300px;
}
.main-layout main .red_panel a{
    color: #fff;
}
.red_panel li a{
    font-size: 1.6rem;
    text-decoration: none;
}
.red_panel li a:hover{
    text-decoration: underline;
}
.main-layout main div h2 a{
    color: #000;
    line-height: 140%;
}

.main-layout .sidebar {
    margin-top: 30px;
}

.sidebar .textwidget p:first-child {
    margin-top: 0;
}

.main-layout main {
    width: calc(100% - 320px);
}

.main-layout aside {
    width: 300px;
}

/* Start main-header */
#logo {
    height: 45px;
}

.search-icon {
    cursor: pointer;
}

.main-header {
    /*background: #ac0000;*/
    background: #fff;
    height: 81px;
    border-bottom: solid 1px #ccc;
}

.main-header nav {
    display: flex;
    justify-items: center;
    position: relative;
    align-items: center;
    margin-bottom: -6px;
}

#main-nav button.trigger-menu {
    padding: 5px;
    background: transparent;
    border: none;
    cursor: pointer;
    justify-items: center;
    display: none;
}

#main-nav button svg + svg {
    display: none;
}

#main-nav-items {
    display: flex;
    margin-top: 32px;
    margin-bottom: 0;
}

#main-nav-items li {
    list-style: none;
    padding: 0 0 7px;
    margin: 0;
}

.main-header nav .box-logo {
    display: none;
}

.main-header a {
    /*color: #fff;*/
    color: #282728;
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    padding: 0 2px;
    margin: 0 6px;
    height: 25px;
    border-bottom: solid 4px #fff;
    font-weight:bold ;
}

.main-header .current-menu-item {
    border-bottom: solid 4px #eee;
    /*border-bottom:solid 4px #eee;*/
    color: #ac0000;
    border-bottom: solid 4px #ac0000;
}

.main-header .center {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    max-width: 1100px;
    margin: 0 auto;
    box-sizing: border-box;
}


/* End main-header */

.news-component {
    clear: both;
    width: 100%;
    position: relative;
}

.news-component .paging-list {
    display: none;
}

.news-component img {
    object-fit: fill;
}

.news-component + .news-component {
    margin-top: 60px;
}

.news-component h1 {
    font-size: 32px;
    margin: -12px 0 0;
    border-bottom: solid 1px #ccc;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

.news-component h1 a {
    color: #ac0000;
    border-bottom: solid 1px #ac0000;
}

.news-component ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
}

.news-component ul li {
    list-style: none;
    box-sizing: border-box;
    width: 100%;
}

.filter-preview {
    padding: 10px 0;
    display: flex;
    justify-content: end;
}

/* Start .general-carousel */
.general-carousel p, .general-carousel h2 {
    display: none;
}

.general-carousel .nav-slider {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    z-index: 12;
}

.general-carousel .nav-slider button {
    background: #ebebeb;
    border: none;
    width: calc(100% / 12);
    padding: 5px;
}

.general-carousel .slot {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-top: 47%;
    width: 75.5%;
    background: red;
    box-sizing: border-box;
}

.general-carousel .paging-list button {
    padding: 5px;
    border: solid 1px #ebebeb;
    min-width: 35px;
    text-align: center;
    background: #fff;
    color: #000;
}

.general-carousel .paging-list {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 200;
    padding: 0;
    border: none;
    margin: 0 0 -35px 0;
    transition: all .3s;
}

.general-carousel .paging-list button.current,
.general-carousel .paging-list button:hover {
    background: #ac0000;
    color: #fff;
    border-color: #ac0000;
    cursor: pointer;
}

.general-carousel .slot article {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.general-carousel .slot article > a {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.general-carousel .slot article img {
    min-width: 100%;
    object-fit: cover;
    min-height: 100%;
}

.general-carousel .slot h2 {
    margin: 0;
    display: block;
    position: absolute;
    padding: 20px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, .6);
    z-index: 1;
    box-sizing: border-box;
    font-size: 2.3rem;

}

.general-carousel .slot h2 a {
    color: #fff;
}

.general-carousel .main-list {
    /*width: 26.5%;*/
    width: 23.8%;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}


.general-carousel .main-list li {
    transition: margin-top .3s;
}

.general-carousel .main-list ul {
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/*.general-carousel .main-list ul li article {*/
/*    height: 99%;*/
/*    overflow: hidden;*/
/*}*/

.general-carousel .main-list ul img {
    width: 100%;
}

.general-carousel .main-list li {
    width: 100%;
    position: relative;
    padding-top: 65%;
    overflow: hidden;
    height: 0;
    margin-bottom: 1.1%;
}

.general-carousel .main-list li img {
    min-height: 100%;
}

.general-carousel .main-list li article {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

/* End .general-carousel */

/* Start .general-thumb-grid */

.general-thumb-grid ul .slot {
    display: none;
}

.general-thumb-grid {
    width: 100%;
}

.general-thumb-grid .main-list ul {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;

}

.general-thumb-grid .main-list li {
    width: 24.5%;
    display: flex;
    margin-bottom: 5%;
    overflow: hidden;
}

.general-thumb-grid .main-list li article {
    width: 100%;
}

.general-thumb-grid .main-list li article > a,
.general-carousel .main-list li article > a {
    width: 100%;
    display: inline-block;
    height: 0;
    padding-top: 65%;
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
}

.general-thumb-grid .main-list li img,
.general-carousel .main-list li img {
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
}

.general-thumb-grid .main-list li article {
    display: flex;
    flex-direction: column;
}

.general-thumb-grid .main-list li p {
    display: none;
}

.general-thumb-grid .main-list h2 {
    font-size: 16px;
    margin: 0;
    height: 41px;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* End .general-thumb-grid */
/* Start .general-list */
.general-list ul .slot {
    display: none;
}

.general-list .main-list ul {
    display: flex;
    flex-direction: column;
}

.general-list .main-list ul article {
    display: flex;
    /*word-break: break-all;*/
}
.general-list .main-list ul article > div{
    overflow: hidden;
}

.general-list .main-list h2 {
    margin-top: -5px;
    margin-bottom: 5px;
    font-size: 2.3rem;
}


.general-list .main-list p {
    margin-top: 0;
}

.general-list .main-list article > a {
    margin-right: 10px;
    max-width: 185px;
    min-width: 185px;
}

.general-list .main-list article > a img {
    width: 100%;
    height: auto;
}

.general-list .main-list li {
    border-bottom: solid 1px #ebebeb;
    margin-bottom: 10px;
}

.general-list .main-list p {
    font-size: 2rem;
    letter-spacing: .05rem;
}

/* End .general-list  */
/* Start .small-carousel */
.small-carousel {
    position: relative;
}

.small-carousel .slot,
.small-carousel .main-list ul p {
    display: none;

}

.small-carousel .main-list article > a {
    position: relative;
    width: 100%;
    padding-top: 50%;
    height: 0;
    display: block;
    overflow: hidden;
}
.small-carousel .main-list article > a + div{
    position: relative;
}
.small-carousel .main-list article > a + div h2 a{
    display: block;
}
.small-carousel .main-list article > a img {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: -100%;
}

/* Start .control-nav */
.control-nav {
    display: none;
}

.control-nav svg {
    fill: #000;
    margin-top: 7px;
}

.small-carousel .control-nav {
    display: block;
    opacity: 1;
    position: absolute;
    top: 51px;
    right: 0;,
bottom: 0;
    left: 0;
    height: calc(100% - 42px);
    /*transition: opacity 1s;*/
}

.small-carousel:hover .control-nav {
    opacity: 1;
}

.small-carousel .control-nav button {
    height: 31px;
    position: absolute;
    top: calc( 100% + 7px) ;
    transform: translateY(-50%);
    right: auto;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, .8);
    width: 25px;
    border: none;
    cursor: pointer;
    z-index: 20;
}

.small-carousel .control-nav button + button {
    right: 0;
    left: auto;
}

/* End .control-nav */

.small-carousel .main-list {
    width: 100%;
    overflow: hidden;
}

.small-carousel .main-list ul {
    display: flex;
    overflow: hidden;
    justify-content: start;
    margin: 0;
    width: 305%;
    transition: margin-left .5s;
}

.small-carousel .main-list ul h2 {
    font-size: 16px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.small-carousel .main-list li {
    width: 24.5%;
    margin: 0 .5% 0 0;
    overflow: hidden;
}

.small-carousel .main-list li img {
    width: 100%;
}

/* End .small-carousel  */
/* Start switch-panel */
.switch-panel {
    background: #ac0000;
    position: relative;
}

.switch-panel dt {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    text-align: center;
    color: #3a3a3a;
    background: #fff;
    box-sizing: border-box;
    border: solid 1px #ebebeb;
    padding: 10px;
    font-weight: bold;
    cursor: pointer;
}

.switch-panel dt.current {
    color: #fff;
    background: #ac0000;
    cursor: unset;
    border-color: #ac0000;
}

.switch-panel dd + dt {
    left: auto;
    right: 0;
}

.switch-panel dd {
    padding: 70px 10px 10px;
    margin: 0;
    box-sizing: border-box;
    display: none;
}

.switch-panel .current + dd {
    display: block;
}

.switch-panel, .switch-panel ul, .switch-panel li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.switch-panel a {
    color: #fff;
    display: block;
    text-decoration: none;
    margin-bottom: 10px;
    font-size: 14px;
}

.switch-panel a:hover {
    text-decoration: underline;
}

.panel + .panel {
    margin-top: 20px;
}

.panel h4 {
    color: #fff;
    font-size: 24px;
    margin: 0;
}

.video-holder {
    width: 100%;
    height: 0;
    padding-top: 50%;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.video-holder iframe {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.add-slot + .panel {
    margin-top: 20px;
}

/* End switch-panel */
/* Start addSlot */
.add-slot {
    width: 100%;
    height: 0;
    position: relative;
}

.add-slot + .add-slot,
.panel + .add-slot {
    margin-top: 20px;
}

.add-slot > a {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.add-slot > a img {
    width: 100%;
}

.add-slot iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

/* End addSlot */
/* Start .preview-icons */
.preview-icons {
    display: flex;
}

.preview-icons button {
    border: none;
    background: #fff;
    cursor: pointer;
}

.preview-icons img, .preview-icons svg {
    width: 20px;
    display: block;
}

.preview-icons svg rect {
    fill: #282728;
}

.preview-icons .current svg rect {
    fill: #ac0000;
}

/* End .preview-icons */
/* Start #footer */
#footer .center {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

#social {
    display: flex;
    border-top: solid 1px #ccc;
    padding-top: 10px;
}

#social svg {
    width: 25px;
}

#bottom_nav {
    background: #000;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    align-items: center;
}

#bottom_nav a, #bottom_nav span {
    color: #fff;
}

#creator {
    display: flex;
    align-items: center;
}

#creator img {
    max-width: 50px;
}

/* End #footer */
/* Start paging */
.paging {
    display: flex;
    width: 100%;
    clear: both;
    padding: 10px 0;
    border: solid 1px #ccc;
    border-left: none;
    border-right: none;
    margin: 20px 0;
}

.paging a {
    text-align: center;
    min-width: 20px;
    height: 20px;
    align-items: center;
    font-size: 1.6rem;
    color: #000;
}

.paging .dots {
    min-width: 20px;
    height: 20px;
    text-align: center;
    display: inline-block;
    padding: 5px;
    border: solid 1px #fff;
    margin-left: 10px;
}

.paging .current {
    text-align: center;
    min-width: 20px;
    height: 20px;
    color: #ac0000;
    font-width: 800;
}

.paging svg {
    width: 10px;
}

/* End paging */
/* Widgets styles start */
.tabs {
    position: relative;
    font-size: .9rem;
    font-family: "Open Sans", sans-serif;
}

.tabs dt {
    padding: 14px 0;
    position: relative;
    width: 50%;
    text-align: center;
    display: block;
    top: 0;
    cursor: pointer;
    background: #fff;
    color: #3a3a3a;
    font-weight: bold;
    left: 0;
    font-size: 1.6rem;
}

.tabs dt.current {
    background: #ac0000;
    color: #fff;
    cursor: default;
}

.tabs dd + dt {
    position: absolute;
    right: 0;
    left: 50%;
}

.tabs dl dd {
    padding: 20px;
    margin: 0;
    background: #ac0000;
    color: #fff;
    display: none;
}

.tabs dt.current + dd {
    display: block;
}

.tabs ul {
    padding: 0;
    margin: 0;
}

.tabs li {
    list-style: none;
    padding: 0;
    margin: 0 0 13px;
}

.tabs a {
    color: #fff;
}

.tabs a:hover {
    opacity: .9;
}

/* Widgets styles end */
/* Add styles .single_post */
.single_post  {
    font-size: 2rem;
    letter-spacing: .05rem;
}

.single_post > .post_data {
    padding: 10px 0;
    border: solid 1px #ebebeb;
    border-left: none;
    border-right: none;
    display: block;
}

.single_post > .share {
    background: #ebebeb;
    padding: 10px;
    display: flex;
    justify-items: center;
}

.single_post > .share > div {
    margin-right: 5px;
}

.main-layout main .single_post .button-back,
.search-navi button {
    display: inline-block;
    padding: 5px 10px;
    background: #fff;
    color: #000;
    text-decoration: none;
    border: solid 1px #ebebeb;
    margin-right: 10px;
}

/* End styles .single_post */
/* Add style paging */
.paging {
    font-family: 'PT Sans Narrow', sans-serif;
    color: #666;
    padding: 20px 0;
    border-bottom: solid 1px #f0f0f0;
    border-top: solid 1px #f0f0f0;
    width: 100%;
    align-items: center;
}

.paging a.next,
.paging a.prev {
    width: auto;
}

.paging a, .paging .current {
    padding: 5px;
}

.paging a {
    color: #666;
    margin-left: 15px;
    text-decoration: none;
    white-space: nowrap;
    border: solid 1px #ebebeb;
}

.paging .current {
    font-weight: bold;
    background:  #ac0000;
    color: #fff;
    margin-left: 15px;
    font-size: 1.6rem;
    border: solid 1px #ebebeb;
}

/* End style paging */
/* Comments style start */
.close-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 10px;
    border: none;
}

.comments-title {
    margin-bottom: 20px;
    color: #1b191a;
    font-size: 24px;
    color: #444;
    line-height: 120%;
}

.must-log-in {
    margin: 10px 0;
    padding: 10px;
    background: #efefef;
    border: solid 1px #ebebeb;
    border-left: none;
    border-right: none;
}

.reply {
    margin-left: 140px;
}

.reply a, .must-log-in a {
    color: #ccc;
    -webkit-transition: color .6s;
    -moz-transition: color .6s;
    -ms-transition: color .6s;
    -o-transition: color .6s;
    transition: color .6s;
    font-size: 14px;
}

.reply a:hover, .must-log-in a:hover {
    color: #000;
}

.comment-meta {
    float: left;
    margin-right: 10px;
    width: 130px;
}

.comment-meta img {
    display: block;
    margin-bottom: 10px;
}

.comment-content {
    height: auto;
    overflow: hidden;
    height: 100%;
}

.comment-content p {
    margin-top: 0;
}

.comment-list {
    margin: 0;
    padding: 0;
    font-size: 2rem;
}

.main-comment {
    overflow: hidden;
}

.comment-list li {
    list-style: none;
    margin: 0;
    padding: 20px 0 0 0;
    border-top: solid 1px #f0f0f0;
    height: auto;
    overflow: hidden;
}

.loading-placeholder {
    position: relative;
    min-height: 130px;
    width: 100%;
    padding: 0;
}

.comment-list li .children {
    clear: both;
}

.comment-body {
    padding-bottom: 20px;
}

.comment-author {
    font-family: "Open Sans", sans-serif;
}

.comment-form > div {
    position: relative;
}

.comment-form div {
    padding: 10px;
    background: #ebebeb;
}

.comment-form button {
    cursor: pointer;
}

.comment-form button:disabled {
    cursor: wait;
}

.comment-list p {
    margin: 0;
    padding: 0;
}

.comment-form ol input,
.comment-form ol textarea {
    width: 100%;
    display: block;
    padding: 10px;
    box-sizing: border-box;
    border: solid 1px #ccc;
    outline: none 0;

}
.action-bar{
    padding: 20px 0 50px;
}
.comment-form ol textarea {
    resize: vertical;
}

.comment-form ol button,.btn {
    padding: 5px 10px;
    background: #ac0000;
    border: solid 1px #ac0000;
    color: #fff;

    font-size: 16px;
}

.comment-form .error {
    color: #ac0000;
    border-color: #ac0000;;
}

.comment-form ol button:disabled {
    opacity: .8;
    background: #ccc;
    color: #000;
    border: solid 1px #ccc;
}

.comment-form ol {
    padding: 0;
    margin: 0;
}

.fn {
    font-size: 14px;
}

.comment-metadata time {
    color: #ac0000;
}

#commentform #author, #commentform #email, #commentform #url {
    display: block;
    width: 99%;
    border: solid 1px #ebebeb;
}

.comment-form-url {
    display: none;
}

.says {
    display: none;
}
#comments .message{
    background: #008a20;
    color: #fff;
    padding: 20px;
}
.comment-form nav a{
    cursor: pointer;
}
/* Comment style end */

/* Search style start */
#searchTerm {
    padding: 10px;
    border: solid 1px #ccc;
    display: block;
    width: 100%;
    outline: none 0;
    font-size: 18px;
}

#searchTerm:focus {
    border-bottom: solid 1px #ac0000;
}

#search-main button {
    padding: 10px 15px;
    background: #ac0000;
    color: #fff;
    border: solid 1px #ac0000;
    font-size: 18px;
}

.search-navi button.next {
    margin-right: 0;
}

#search-main ol {
    display: none;
}

#search-main fieldset {
    display: flex;
    width: 100%;
    padding: 10px 0;
    box-sizing: border-box;
}

.search-box {
    display: none;
    position: fixed;
    background: #fff;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    justify-content: center;
    z-index: 300;
}

#search-main {
    padding: 0;
    min-height: 65px;
    box-sizing: border-box;
}

.open-search-box #search-main {
    width: 100%;
    position: relative;
    z-index: 300;
}

.open-search-box #search-main ol {
    padding: 0;
    margin: 0;
    display: block;
    overflow-y: auto;
    height: calc(100vh - 200px);
}

.open-search-box #search-main ol li {
    list-style: none;
    margin-top: 20px;
    padding-left: 10px;
}

.open-search-box #search-main ol li a {
    color: #000;
    font-size: 1.6rem;
}

.open-search-box .main-header nav .box-logo {
    display: flex;
    z-index: 301;
    fill: #ac0000;
    left: 50%;
    margin-left: -125px;
    position: absolute;
}

.open-search-box .main-header nav {
    position: static;
}

.open-search-box .search-box {
    display: flex;
}

.search-box legend {
    display: none;
}

.search-box > svg {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.search-box form {
    max-width: 800px;
    width: 100%;
    background: #fefefe;
    padding-top: 100px;
}

.search-box form fieldset {
    width: 100%;
    max-height: 100vh;
    overflow: hidden;
    display: flex;
    border: none;
    padding: 0 10px;
    box-sizing: border-box;
}

.search-box form fieldset button {
    background: #ac0000;
    color: #fff;
    font-size: 16px;
    border: none;
    padding: 10px 20px;
}

.search-box form fieldset input[type=text] {
    width: 100%;
    padding: 10px;
    font-size: 18px;
    border: solid 1px #ebebeb;
}

.loading-icon {
    max-width: 100px;
    left: 50%;
    position: absolute;
    margin-left: -50px;
}

.search-box li a {
    height: auto;
}

.open-search-box #search-main ol li.search-navi {
    padding-left: 0;
}

.search-navi {
    height: 36px;
    display: block;
    justify-content: space-between;
    border-bottom: solid 1px #ebebeb;
    padding-bottom: 10px;
    overflow: hidden;
}

.search-navi button {
    font-size: 1rem;
}

.search-navi button.prev {
    font-size: 1rem;
    float: left;
}

.search-navi button.next {
    float: right;
}

.result-list {
    border-left: solid 2px #ac0000;
}

/* Search style end */

.loading-icon circle {
    fill: #ac0000;

}

.customize-support .search-box > svg {
    top: 40px;
}
.aside dd iframe{
    width: 100%;
}
.banner_block,
.banner_block img
{
    width: 100%;
    padding: 0;
    margin: 10px 0;
    display: block;
    height: auto;
}
.banner_block img{
    margin: 0;
}
.promo{
    background: #ac0000;
    color: #fff;
    font-size: 4.2rem;
    font-weight: 800;
    text-align: center;
}
.promo .center{
    padding: 1.5rem ;
    text-shadow: 0 1px 2px rgb(0 0 0 / 50%);
}
.back-to-top{
    font-size: 4rem;
    padding: 0 12px;
    background: #ac0000;
    color: red;
    cursor: pointer;
    color: #fff;
    display: inline-block;
    position: fixed;
    bottom: 10px;
    right: 10px;
    text-decoration: none;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    line-height: 77%;
    transform: rotate(90deg);
}
@media all and (min-width: 1100px){
    ul#main-nav-items li:last-child {
        display: none;
    }
}
