section.breadcrumbs ul li,
section.detail-banner .breadcrumbs ul li {
    color: #a8a4a9;
}

h1.title {
    font-size: 27px;
    font-weight: 400;
}

section.category .pagination ul .prev,
section.category .pagination ul .next {
    width: initial;
    background: none;
    border: none;
}

section.category .pagination ul .prev:hover,
section.category .pagination ul .next:hover {
    border: none;
}

section.category .pagination ul span {
    height: 50px;
    width: 50px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    color: #131112;
    background: #f4f4f4;
    border-bottom: 2px solid transparent;
}

section.category .pagination ul span.current {
    color: #e71d36;
    border-color: #e71d36;
}

aside .search input:active,
aside .search input:focus {
    border: none;
    background: #f4f4f4;
}

.history-box {
    position: relative;
}

aside .history-box .text {
    pointer-events: none;
}

section.article article .gallery .images-container {
    flex-wrap: wrap;
}

section.article article .gallery figure:nth-child(n + 5) {
    margin-top: 11px;
}

header.page .bottom-part .container nav.main ul li.sub-menu-link ul.sub-menu {
    z-index: 100;
}

section.banner .nav-part {
    pointer-events: none;
}

section.banner .nav-part .content-wrap nav.slider ul li,
section.banner .nav-part .content-wrap .order-box {
    pointer-events: auto;
}

header.page .top-part form input {
    position: absolute;
    width: 0;
    top: -12px;
    left: -12px;
    padding-left: 35px;
    display: block;
    opacity: 0;
}

header.page .top-part form {
    position: relative;
}

header.page .top-part .actions button {
    position: relative;
    z-index: 10;
}

section.custom-page {
    padding: 50px 0;
}

section.custom-page h1 {
    font-weight: 400;
}

section.custom-page .center {
    text-align: center;
}

section.banner .nav-part .content-wrap .order-box:hover {
    box-shadow: 0 6px 54px rgba(244, 67, 54, 0.48);
}

section.article .product-box p {
    margin-bottom: 0;
}

aside .aside-box div {
    text-align: center;
}

.button:focus {
    outline: none;
}

.form-group.error input {
    background-color: red;
}

.form-group.error .icheck-checkbox {
    background-color: red;
}

.shipping-wrapper .form-group {
    position: relative;
}

.shipping-wrapper .select2 {
    width: 100% !important;
}

section.shop .container .product-box.stronger {
    border: 2px solid #000;
}

section.shop .pagination ul span {
    height: 50px;
    width: 50px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    color: #131112;
    background: #f4f4f4;
    border-bottom: 2px solid transparent;
    color: #e71d36;
    border-bottom: 2px solid #e71d36;
}

section.shop .pagination li a.next {
    margin-left: 0px;
}

section.product-detail .preview figure {
    background-color: transparent;
}

.preview img {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.preview img:hover {
    opacity: 0.75;
}

.quantity {
    margin-bottom: 10px;
    max-width: 80px;
}

.quantity > input {
    padding: 10px;
    max-width: 100%;
}

.woocommerce form .form-row {
    margin: 0 0 0 0;
}

.shipping-payment-wrappers {
    display: flex;
}

.payment-container-wrapper {
    margin-left: 40px;
}

section.checkout table tr:not(:first-child) td {
    text-align: left;
}

section.checkout table tr:not(:first-child) td {
    border-bottom: 1px solid #e3e0e0;
    padding: 15px 15px;
}

section.checkout table tr.total-row td,
section.checkout table tr.total-tax-row td {
    border-bottom: none;
    padding-bottom: 0px;
}

section.checkout table tr.total-row td:first-of-type,
section.checkout table tr.total-tax-row td:first-of-type {
    text-align: right;
}

section.checkout table tr.total-tax-row td {
    padding-top: 0px;
}

.spinner-container {
    position: relative
}

.spinner-container > .spinner {
    pointer-events: none;
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    background: url(/wp-content/themes/muscle-fitness/images/spinner.svg) center center no-repeat rgba(255, 255, 255, .8);
    background-size: 45px 45px;
    transition: opacity .5s
}

.spinner-container.spinning > .spinner {
    z-index: 10;
    opacity: 1;
    pointer-events: all;
}

form.checkout p {
    margin-bottom: 0px;
}

form.checkout .row.action a.button.button-grey {
    margin-right: 25px;
}

a.button.button-grey {
    background-color: #f4f4f4;
    color: #000;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

a.button.button-grey:hover {
    background-color: #e71d36;
    color: #fff;
}

form.checkout p.woocommerce-invalid input {
    background-color: #ff00003b;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    margin-bottom: 25px;
}

section.checkout .container .form-container .box-container .box:last-child {
    margin-right: 0;
    min-width: 120px;
}

section.checkout .container .form-container .box-container .box select {
    width: 100%;
}

.qty-actions {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: 700;
    align-items: center;
    line-height: .7;
}

section.checkout table .container .count {
    display: flex;
    align-items: center;
    padding: 0 15px;
}

.qty-container {
    display: flex;
    margin-right: 8px;
}

.qty-container .review-table-qty {
    width: 43px;
    text-align: right;
}

section.checkout .container .right .magazines > .magazines-content {
    margin-left: -10.119%;
}

.magazines .magazines-content {
    position: relative;
    height: 1300px;

}

.magazines .magazines-content > img {
    position: absolute;
    display: none;
}

.magazines .magazines-content > img.fadeInNew {
    animation: float 6s ease-in-out infinite, fadeIn 1s;
}

.magazines .magazines-content > img.animated {
    position: absolute;
    display: block;
}

@media (max-width: 1400px) {
    .magazines .magazines-content {
        height: 1000px;
    }

    .magazines .magazines-content > img {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
    }

    section.checkout .container .right .magazines > .magazines-content {
        margin-left: -5%;
    }
}

@media (max-width: 1400px) {
    .magazines .magazines-content {
        height: 900px;
    }

    .magazines .magazines-content > img {
        -webkit-transform: scale(0.65);
        -moz-transform: scale(0.65);
        -ms-transform: scale(0.65);
        -o-transform: scale(0.65);
        transform: scale(0.65);
    }

    section.checkout .container .right .magazines > .magazines-content {
        margin-left: -5%;
    }
}

@media (max-width: 992px) {
    .checkout .container {
        overflow-x: visible;
    }
}

/*.checkout .container{*/
/*overflow-x:hidden;*/
/*}*/
.magazines .magazines-content > img.magazines-content-image-1 {
    top: 7.3076923076923076923076923076923%;
    left: 19.572953736654804270462633451957%;
    z-index: 11;
    max-width: 280px;
    max-height: 390px;
}

.magazines .magazines-content > img.magazines-content-image-2 {
    top: 10.769230769230769230769230769231%;
    left: -12.218268090154211150652431791222%;
    z-index: 10;
}

.magazines .magazines-content > img.magazines-content-image-3 {
    top: 13.076923076923076923076923076923%;
    left: 56.939501779359430604982206405694%;
    z-index: 5;
}

.magazines .magazines-content > img.magazines-content-image-4 {
    top: 0;
    left: 77.69869513641755634638196915777%;
}

.magazines .magazines-content > img.magazines-content-image-5 {
    top: 27.153846153846153846153846153846%;
    left: -1.7793594306049822064056939501779%;
}

.magazines .magazines-content > img.magazines-content-image-6 {
    top: -0.38461538461538461538461538461538%;
    left: 44.483985765124555160142348754448%;
    z-index: 4;
}

.magazines .magazines-content > img.magazines-content-image-7 {
    top: 57.692307692307692307692307692308%;
    left: 52.787663107947805456702253855279%;;
}

.magazines .magazines-content > img.magazines-content-image-8 {
    top: 44.923076923076923076923076923077%;
    left: 30.842230130486358244365361803084%;
}

.magazines .magazines-content > img.magazines-content-image-9 {
    top: 26%;
    left: 37.722419928825622775800711743772%;
}

.magazines .magazines-content > img.magazines-content-image-10 {
    top: -1.9230769230769230769230769230769%;
    left: -8.659549228944246737841043890866%;
    z-index: 9;
}

.magazines .magazines-content > img.magazines-content-image-11 {
    top: 15.384615384615384615384615384615%;
    left: 39.145907473309608540925266903915%;
}

.magazines .magazines-content > img.magazines-content-image-1 {
    -webkit-box-shadow: 0px 30px 170px -35px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 30px 170px -35px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 30px 170px -35px rgba(0, 0, 0, 0.75);
}

abbr[title] {
    text-decoration: none;
}

abbr[title].required {
    color: #e71d36;
    margin-left: 3px;
}

@keyframes float {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-20px);
    }
    100% {
        transform: translatey(0px);
    }
}

.years-list .hidden {
    display: none;
}

.years-list li a:not(.view-more) {
    color: #000000;
}

.years-list li a:not(.view-more):hover {
    color: #e71d36;
}

section.article article > img {
    margin-bottom: 50px;
    display: inline-block;
}

section.contact {
    padding: 25px 0 0;
}

section.contact .container {
    display: flex;
    justify-content: space-between;
}

section.contact .text-container {
    width: 49.305%;
}

section.contact figure {
    width: 48%;
    display: flex;
    align-items: flex-end;
}

.icon-location:before {
    content: "\e904";
}

.icon-phone:before {
    content: "\e905";
}

.icon-mail-box:before {
    content: "\e906";
}

.icon-mail:before {
    content: "\e907";
}

section.contact h1,
section.contact h3 {
    font-weight: 400;
}

section.contact .container .text-container {
    margin-top: 10px;
    padding-bottom: 50px;
}

section.contact h3 {
    margin-bottom: 10px;
}

section.contact .box {
    margin-bottom: 30px;
}

section.contact p {
    margin-bottom: 10px
}

section.contact .red {
    color: #e71d36;
}

section.contact p:last-child {
    margin-bottom: 0;
}

section.contact .icon {
    font-size: 40px;
    line-height: 0;
    margin-right: 10px;
    min-width: 60px;
    height: 65px;
}

section.contact .icon-mail-box {
    font-size: 30px;
}

section.contact .icon-mail {
    font-size: 30px;
}

section.contact .box {
    display: flex;
    align-items: flex-start;
}

section.contact .socials {
    display: flex;
    margin-top: 50px;
    background: #f4f4f4;
    justify-content: flex-start;
    font-size: 13px;
    align-items: center;
    padding: 15px;
    max-width: 255px;
}

section.contact .socials ul {
    display: flex;
    font-size: 16px;
}

section.contact .socials a {
    color: #474448;
}

section.contact .socials a:hover {
    color: #e71d36;
}

section.contact .socials ul li {
    margin-left: 15px;
}

@media (max-width: 991px) {
    section.contact .container {
        flex-direction: column;
    }

    section.contact figure {
        width: 100%;
        max-width: 560px;
        margin: 0 auto;
    }

    section.contact .text-container {
        width: 100%;
    }
}

@media (max-width: 480px) {
    section.contact .icon {
        display: none;
    }
}

.article article img {
    padding: 10px;
}

.articles-container .article-box.has-video figure::after,
.articles-container .big-article-box.has-video figure::after,
.articles-container .mini-article-box.has-video figure::after {
    content: "\f144";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    font-size: 40px;
    color: #e71d36;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999999;
    pointer-events: none;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;

    pointer-events: none;
}

.articles-container .article-box.has-video figure:hover::after,
.articles-container .big-article-box.has-video:hover figure:hover::after,
.articles-container .mini-article-box.has-video:hover figure:hover::after {
    color: #fff;
}

.articles-container .article-box.has-video figure::before,
.articles-container .big-article-box.has-video figure::before,
.articles-container .mini-article-box.has-video figure::before {
    content: "";
    display: block;
    font-weight: 300;
    width: 56px;
    height: 56px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #000;
    opacity: 0.6;
    position: absolute;
    z-index: 99999998;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    pointer-events: none;
}

section.detail-banner .banners-container .banner {
    height: 500px;
}

.doformy-wrapper {
    width: calc(76.25% - 24px);
    margin-right: 24px;
}

.doformy-bannaer {
    margin-bottom: 24px;
}

.doformy-bannaer > a {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.doformy-bannaer > img {
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.doformy-bannaer > a:hover {
    opacity: 0.7;
}

@media (max-width: 991px) {
    .doformy-wrapper {
        width: 100%;
        margin-right: 0;
    }
}

.doformy-videos {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}

.doformy-videos > iframe {
    width: calc(50% - 12px);
    margin-bottom: 24px;
}

@media (max-width: 1200px) {
    .doformy-videos > iframe {
        width: 100%;
        margin-bottom: 24px;
    }
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

.article table {
    background: white;
    border-radius: 3px;
    border-collapse: collapse;
    /*margin: auto;*/
    padding: 5px;
    width: 100%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.article table th {
    color: #474448;;
    background: #1b1e24;
    border-bottom: 4px solid #9ea7af;
    border-right: 1px solid #343a45;
    font-size: 23px;
    font-weight: 100;
    padding: 12px;
    text-align: left;
    /*text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);*/
    vertical-align: middle;
}

.article table th:first-child {
    border-top-left-radius: 3px;
}

.article table th:last-child {
    border-top-right-radius: 3px;
    border-right: none;
}

.article table tr {
    border-top: 1px solid #C1C3D1;
    border-bottom: 1px solid #C1C3D1;
    color: #474448;
    font-size: 16px;
    font-weight: normal;
    /*text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);*/
}

/*.article table tr:hover td {*/
/*    background: #4E5066;*/
/*    color: #FFFFFF;*/
/*    border-top: 1px solid #22262e;*/
/*}*/

.article table tr:first-child {
    border-top: none;
}

.article table tr:last-child {
    border-bottom: none;
}

.article table tr:nth-child(odd) td {
    background: #EBEBEB;
}

.article table tr:nth-child(odd):hover td {
    background: #4E5066;
}

.article table tr:last-child td:first-child {
    border-bottom-left-radius: 3px;
}

.article table tr:last-child td:last-child {
    border-bottom-right-radius: 3px;
}

.article table td {
    background: #FFFFFF;
    padding: 10px;
    text-align: left;
    vertical-align: middle;
    font-weight: 300;
    font-size: 18px;
    /*text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);*/
    border-right: 1px solid #C1C3D1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.article table td:last-child {
    border-right: 0px;
}

.article table th.text-left {
    text-align: left;
}

.article table th.text-center {
    text-align: center;
}

.article table th.text-right {
    text-align: right;
}

.article table td.text-left {
    text-align: left;
}

.article table td.text-center {
    text-align: center;
}

.article table td.text-right {
    text-align: right;
}

.initial-loading-slide {
    width: 77%;
    min-width: 77%;
}

@media (max-width: 420px) {
    .initial-loading-slide {
        width: 100%;
        min-width: 100%;
    }
}

@media (max-width: 1440px) {
    section.banner .banners-container .slide {
        height: 520px;
    }
}

.order-box .text > h3 {
    padding-right: 10px;
}

.shipping-payment-wrappers > div {
    max-width: 50%;
}

.logo img {
    width: 216px;
    height: 63px;
}

.woocommerce-error li {
    color: #e71d36;
    font-weight: 600;
}

.cart-contents {
    font-weight: 600;
}

.woocommerce-message {
    display: none;
}

section.article .wp-caption {
    max-width: 100%;
}

/*section .article{*/
/*overflow-x:hidden;*/
/*}*/

@media (max-width: 767px) {
    header.page .bottom-part .container nav.main ul li + li {
        margin-top: 30px;
    }

    header.page .bottom-part .container nav.main ul li.sub-menu-link ul.sub-menu li {
        margin: 0 0 20px;
    }

    header.page .bottom-part .container nav.main ul li {
        font-size: 21px;
    }

    header.page .bottom-part .container nav.main ul li i {
        font-size: 15px;
    }

    header.page .bottom-part .container nav.main ul li.logo {
        margin-top: 25px;
    }

    header.page .bottom-part .container nav.main ul li.logo a {
        display: inline-block;
    }

}

@media (max-width: 991px) {
    section.banner .banners-container .slide.slick-center:after {
        opacity: 1;
        background: rgba(0, 0, 0, 0.5);
    }
}

@media (max-width: 1220px) {
    section.checkout .container .benefits-container .box .icon {
        min-width: 45px;
    }
}

section.banner .banners-container .slick-list:before {
    pointer-events: none;
}

.banners-container a.full-element-link {
    z-index: 100;
}

.overlay-banner:before {
    background: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .001) 100%)
}

.overlay-banner:after {
    background: linear-gradient(to right, rgba(255, 255, 255, .8) 0, rgba(255, 255, 255, .5) 100%)
}

.banner .order-box .publication {
    margin: 0 auto;
    margin-top: -160px;
    margin-bottom: 20px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    width: 227px;
    height: 300px;
}

.banner .order-box .publication ul {
    margin: 0;
    padding: 0;
    -webkit-perspective-origin: 0 100%;
    perspective-origin: 0 100%;
    -webkit-perspective: 1600px;
    perspective: 1600px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background-color: #fff;
}

.banner .order-box .publication ul > li {
    display: block !important;
    position: absolute;
    left: 0;
    top: 0;
    height: 300px;
    padding: 0;
    background-color: #ebebeb;
    -webkit-transform-origin: 0 50% 0;
    transform-origin: 0 50% 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: all 375ms cubic-bezier(.25, 1, .25, 1);
}

.banner .order-box .publication .layer {
    margin: 4px 0 0 2px;
    width: 225px;
    height: 296px;
    box-shadow: 1px 3px 3px 0 rgba(0, 0, 0, .1), inset -1px 3px 2px 0 #fff;
    background-image: linear-gradient(45deg, transparent 0, rgba(0, 0, 0, .1) 100%);
    opacity: 0;
}

.banner .order-box .publication .front-cover figure {
    margin: 0 !important;
    display: block;
}

.banner .order-box .publication .front-cover img {
    margin: 0;
    display: block;
}

.banner .order-box .publication .front-cover {
    z-index: 2 !important;
    width: 227px;
    -webkit-transform: rotateY(0) translateZ(0);
    transform: rotateY(0) translateZ(0);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
}

.banner .order-box .publication .back-cover {
    z-index: 0 !important;
    display: block;
    width: 227px !important;
    background: #cccccd !important;
    -webkit-transform: rotateY(0) translateZ(0);
    transform: rotateY(0) translateZ(0);
    box-shadow: none;
}

.banner .order-box .publication .page1 {
    -webkit-transform: rotateY(10deg) translateZ(-1px);
    transform: rotateY(10deg) translateZ(-1px);
}

.banner .order-box .publication .page2 {
    -webkit-transform: rotateY(20deg) translateZ(-2px);
    transform: rotateY(20deg) translateZ(-2px);
}

.banner .order-box .publication .page3 {
    -webkit-transform: rotateY(30deg) translateZ(-3px);
    transform: rotateY(30deg) translateZ(-3px);
}

.banner .order-box .publication .page4 {
    -webkit-transform: rotateY(40deg) translateZ(-4px);
    transform: rotateY(40deg) translateZ(-4px);
}

.banner .order-box .publication .page5 {
    -webkit-transform: rotateY(50deg) translateZ(-5px);
    transform: rotateY(50deg) translateZ(-5px);
}

.banner .order-box:hover .publication .layer {
    opacity: 1;
}

.banner .order-box:hover .publication .page1 {
    display: block;
    -webkit-transform: rotateY(-26deg) translateZ(-1px);
    transform: rotateY(-26deg) translateZ(-1px);
}

.banner .order-box:hover .publication .page2 {
    display: block;
    -webkit-transform: rotateY(-24deg) translateZ(-2px);
    transform: rotateY(-24deg) translateZ(-2px);
}

.banner .order-box:hover .publication .page3 {
    display: block;
    -webkit-transform: rotateY(-22deg) translateZ(-3px);
    transform: rotateY(-22deg) translateZ(-3px);
}

.banner .order-box:hover .publication .page4 {
    display: block;
    -webkit-transform: rotateY(-20deg) translateZ(-4px);
    transform: rotateY(-20deg) translateZ(-4px);
}

.banner .order-box:hover .publication .page5 {
    display: block;
    -webkit-transform: rotateY(-18deg) translateZ(-5px);
    transform: rotateY(-18deg) translateZ(-5px);
}

.banner .order-box:hover .publication .back-cover {
    -webkit-transform: rotateY(-16deg) translateZ(-6px);
    transform: rotateY(-16deg) translateZ(-6px);
    box-shadow: inset -2px 0 1px 0 rgba(0, 0, 0, .1);
}

.banner .order-box:hover .publication .front-cover {
    -webkit-transform: rotateY(-28deg) translateZ(0);
    transform: rotateY(-28deg) translateZ(0);
}

.article-box figure a, .big-article-box figure a {
    position: absolute;
    overflow: hidden;
}

.article-box figure a:before, .big-article-box figure a:before {
    right: auto;
    width: 124%;
    opacity: 1;
    transform-origin: 0 100%;
    transform: translateX(-100%) skewX(0);
    transition-duration: 1s;
}

.article-box figure a:hover:before, .big-article-box figure a:hover:before {
    transform: translateX(0) skewX(-35deg);
}

.article-box:hover figure a:before, .big-article-box:hover figure a:before {
    transform: translateX(0) skewX(-35deg);
}

.article-box figure, .big-article-box figure {
    margin: 0;
}

.article-box .text, .big-article-box .text {
    padding: 15px 30px 15px 0;
    background-color: transparent;
    transition: color 1s, background-color 1s, padding 1s;
}

.article-box:hover .text, .big-article-box:hover .text {
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
    background-color: #131112;
}

.article-box:hover .text a, .big-article-box:hover .text a {
    color: #fff;
}

section.news .articles-container > .category .article-box, section.news .articles-container > .category .big-article-box, section.category .articles-container .article-box, section.category .articles-container .big-article-box {
    margin-bottom: 45px;
    display: flex;
    flex-direction: column;
}

section.news .articles-container > .category .article-box .text, section.news .articles-container > .category .big-article-box .text, section.category .articles-container .article-box .text, section.category .articles-container .big-article-box .text {
    flex: 1 0 auto;
}

nav.articles ul a {
    position: relative;
    z-index: 1;
}

nav.articles ul a:hover {
    color: #fff;
    border-color: transparent;
}

nav.articles ul a:before {
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    display: block;
    content: '';
    background-color: #e71d36;
    transition: height 0.4s;
}

nav.articles ul a:hover:before {
    height: 100%;
}

@media (max-width: 991px) {
    section.banner .nav-part .content-wrap .order-box figure {
        max-width: none;
    }
}

nav.slider ul li figure img.large-image-thumb {
    display: block;
}

nav.slider ul li figure img.small-image-thumb {
    display: none;
}

@media (max-width: 1000px) {

    nav.slider ul li figure img.large-image-thumb {
        display: none;
    }

    nav.slider ul li figure img.small-image-thumb {
        display: block;
    }
}

section.banner .banners-container .slide:before {
    width: 65%;
    z-index: 100;
}

.tags {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 5px;
    margin: 0px -5px;
}

.tags > .tag {
    background: #f4f4f4;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    padding: 15px;
    margin: 5px 5px;
}

.tags > .tag > a {
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    color: #474448;
}

.tags > .tag > a:hover {
    color: #e71d36;
}

section.recommended-news {
    padding-bottom: 0px;
    padding-top: 50px;
}

section.news {
    padding-top: 0px;
}

@media (max-width: 991px) {

    section.news {
        padding-top: 50px;
    }
}

main {
    overflow-x: hidden;
}

.checkout .box-container .box {
    z-index: 99;
}

.od-cisla-select-wrapper .select2 {
    max-width: 130px;
}

section.recommended-news {
    padding-bottom: 20px;
}

header.page .bottom-part .container nav.main ul li.sub-menu-link {
    margin-left: 20px;
}

header.page .bottom-part .container nav.main ul li {
    margin-left: 20px;
}

header.page .bottom-part .container nav.main ul li + li {
    margin-left: 20px;
}

header.page .bottom-part .container nav.main ul li.sub-menu-link:nth-of-type(1) {
    margin-left: 0px;
}

section.article article p {
    margin-bottom: 30px;
}

.mobile-search {
    display: none;
}

.menu-hidden-desktop {
    display: none;
}

@media (max-width: 768px) {

    .menu-hidden-desktop {
        display: block;
    }

    .mobile-search {
        display: flex;
        flex-direction: row-reverse;
        max-width: 250px;
        margin: 0 auto;
        margin-top: 35px;
        padding-bottom: 50px;
    }

    .mobile-search button[type="submit"] {
        padding-right: 10px;
        border: none;
        background: #f4f4f4;

    }

    nav.main ul.scroll {
        overflow-y: scroll;
        z-index: 9999999999;
    }

}

section.article article iframe {
    max-width: 100%;
}

section.article .container {
    justify-content: flex-start;
}

@media (max-width: 1600px) and (min-width: 992px) {
    section.article article {
        width: 50%;

    }
}

.banner .order-box .publication ul > li{
    height: 190px;
}
.banner .order-box .publication .layer{
    height: 190px;
    width:300px;
}
.banner .order-box .publication{
    width:300px;
}
.banner .order-box .publication .front-cover{
    width:300px;
}
.banner .order-box .publication{
    height: 200px;
    margin-top: -75px;
}
section.banner .nav-part .content-wrap .order-box{
    width: 342px;
    min-width: 342px;
}
section.banner .nav-part .content-wrap .order-box h3{
    max-width: none;
}

@media(max-width: 445px){
    .banner .order-box .publication ul > li{
        height: 102px;
    }
    .banner .order-box .publication .layer{
        height: 102px;
        width:160px;
    }
    .banner .order-box .publication{
        width:160px;
    }
    .banner .order-box .publication .front-cover{
        width:160px;
    }
    .banner .order-box .publication{
        height: 102px;
        margin-top: -75px;
    }
    section.banner .nav-part .content-wrap .order-box{
        width: 342px;
        min-width: 342px;
    }
    .banner .order-box .publication .back-cover{
        width: 159px !important;
    }
    section.banner .nav-part .content-wrap .order-box h3{
        max-width: 225px;
    }
}

header.page .top-part form,
header.page .top-part .actions a:first-of-type, header.page .top-part form{
    display:block!important;
}

.button.desktop{

}
.button.mobile{
    display:none;
}

@media(max-width: 530px){
    .button.desktop{
        display:none;
    }
    .button.mobile{
        display:block;
    }
}

.merch-list-item-container figure:after{
    background: none!important;
}

.lang-select{
    /*display:none;*/
    background-color:#f0eef3;
    margin-left:10px;
    color:#474448!important;
}
.lang-select:hover{
    color:#ffffff!important;
}