@charset "utf-8";
body {
    font-family: "Jost";
    font-size: 16px;
    line-height: 1.2;
}
.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}
.d-flex {
    display: flex;
}
.justify-content-between {
    justify-content: space-between;
}
.site-header-wrapper {
    position: relative;
}
.mobile-header {
    display: none;
}
.header-main {
    background-color: #841816;
}
.site-header button {
    border: none;
    background-color: transparent;
}
.main-nav-list {
    display: flex;
    list-style: none;
    width: 100%;
}
.main-nav-list li {
    margin-right: 35px;
    padding: 40px 0;
    position: relative;
}
.main-nav-list li a {
    font-family: "Jost";
    font-weight: 500;
    color: #fff;
}
.main-nav-list li a:hover {
    color: #FF0000;
}
.main-nav-list li.active:after {
    content: "";
    display: block;
    width: 100%;
    height: 6px;
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: 0;
}
.main-nav-list li.active a {
    color: #000;
}
.feed-section {
    padding-top: 40px;
}
.grid-temp-feed {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 1rem;
    row-gap: 0px;
    width: 100%;
}
.feed-section .grid-item {
    position: relative;
    margin-bottom: 30px;
}
.feed-section .grid-temp-feed .grid-item:last-of-type {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}
.menu-btn, .close-btn {
    display: none;
}
.header-top {
    background-color: #000;
    padding: 13px 0;
}
.nav-left {
    display: flex;
    align-items: center;
}
.nav-contact a {
    font-family: inherit;
    font-size: 0.875rem;
    font-weight: 500;
    color: rgba(255,255,255,0.7);
    margin-right: 15px;
}
.nav-contact-link img {
    margin-right: 10px;
}
.nav-contact, .nav-contact-link, .nav-social, .nav-links {
    display: flex;
    align-items: center; 
}
.nav-contact {
    margin-right: 20px;
}
.nav-social img {
    display: block;
}
.nav-links a {
    font-family: inherit;
    font-size: 1.125rem;
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: center;
    margin-left: 19px;
}
.nav-links a:not(:last-child):after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 19px;
    background-color: #fff;
    margin-left: 19px;
}
.nav-links a:nth-child(2) {
    opacity: 0.85;
}
.nav-links a:last-child {
    color: #DC2623;
}
.nav-social a {
    margin-right: 10px;
}
.nav-links a:hover {
    text-decoration: underline;
}
.align-center {
    align-items: center;
}
.header-left {
    margin-right: 50px;
}
.justify-space-between {
    justify-content: space-between;
}
.header-right {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.a-card .a-card_image .a-media {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    border-radius: 4px;
}
.a-card .a-card_image .a-media img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    -webkit-transition: .5s !important;
    -moz-transition: .5s !important;
    transition: .5s !important;
    -webkit-transition: .5s ease !important;
}
.text-center {
    text-align: center;
}
.a-card .a-card_content .a-cat {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    color: #841816;
    display: inline-block;
    margin-bottom: 3px;
}
.a-card .a-card_content .a-exc {
    display: none;
}
.column-rail .a-card .a-card_image {
    margin-bottom: 15px;
}
.column-rail .a-card .a-card_image .a-media {
   padding-bottom: 66.667%; 
}
.grid-item:nth-child(2) .column-rail .a-card .a-card_image .a-media {
    padding-bottom: 77.586%; 
}
.column-rail .a-card {
    margin-bottom: 40px;
}
.grid-item:nth-child(1) .column-rail .a-card .a-head {
    font-family: inherit;
    font-size: 1.625rem;
    font-weight: 300;
    line-height: 1.19;
    color: #000;
}
.grid-item:nth-child(2) .column-rail .a-card .a-head {
    font-family: inherit;
    font-size: 2.57rem;
    font-weight: 500;
    line-height: 1.05;
    color: #000;
    margin-bottom: 10px;
}
.grid-item:nth-child(2) .column-rail .a-card .a-card_content .a-exc {
    display: block;
    font-family: inherit;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.4;
    color: #000;
}
.grid-item:nth-child(2) .column-rail .a-card .a-card_content .a-exc:before {
    content: "";
    display: block;
    width: 66px;
    height: 1px;
    background-color: #841816;
    margin-bottom: 10px;
}
.col-header h3 {
    font-family: inherit;
    font-size: 1.625rem;
    font-weight: 500;
    color: #841816;
}
.col-header h2 {
    font-family: inherit;
    font-size: 1.875rem;
    font-weight: 700;
}
.products-display {
    list-style: none;
    margin-bottom: 8px;
}
.p-item {
    padding: 15px 0;
    border-bottom: 1px solid #8C8C8C;
    display: flex;
}
.p-item:last-child {
    border-bottom: none;
}
.item-img {
    width: 124px;
    flex-shrink: 0;
}
.item-media-img {
     width: 100%;
     height: 0;
     padding-bottom: 100%;
     overflow: hidden;
     border-radius: 4px;
     position: relative;
}
.item-media-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
.item-name {
    font-family: inherit;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.2;
    color: #000;
    margin-bottom: 7px;
    margin-top: -3px;
}
.item-price {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    color: #8B8B8B;
}
.price-old {
    text-decoration: line-through #841816;
}
.price-new {
    font-size: 1.25rem;
    font-weight: 500;
    color: #841816;
}
.item-description {
    padding-left: 18px;
}
.col-header {
    margin-bottom: 10px;
}
.btn-link {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    background-color: #841816;
    border-radius: 7px;
    padding: 13px 20px;
    color: #fff;
    display: inline-block;
}
.a-right-section .section-title h2 {
    font-family: inherit;
    font-size: 2.25rem;
    font-weight: 300;
    color: #841816;
}
.a-right-section .three-art-wrap {
    padding-right: 22px;
}
.bordered-title {
    border-top: 1px solid #8C8C8C;
    border-bottom: 1px solid #8C8C8C;
    padding: 15px 0;
    margin-bottom: 30px;
}
.three-art-wrap {
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
}
.inset-wrap {
    width: 300px;
    flex-shrink: 0;
}
.three-art-wrap .a-card {
    width: calc(33.33% - 15px);
}
.a-right-section .three-art-wrap .a-card .a-card_content {
    padding-right: 15px;
}
.a-right-section {
    margin-bottom: 70px;
}
.a-right-section .a-card .a-card_image .a-media {
    padding-bottom: 66.55%;
}
.a-right-section .a-card .a-card_image {
    margin-bottom: 15px;
}
.a-right-section .a-card .a-head {
    font-family: inherit;
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 1.227;
    color: #000;
}
.full-width-section {
    background-color: #EEEEEE;
    padding: 40px 0 50px;
    margin-bottom: 40px;
    border-top: 1px solid #CECECE;
    border-bottom: 1px solid #CECECE;
}
.full-width-section .section-title {
    margin-bottom: 20px;
}
.full-width-section .section-title h2 {
    color: #841816;
    font-size: 2.25rem;
    font-weight: 700;
}
.swiper-button-next:after {
    display: none!important;
}
.carousel-item {
    border-right: 1px solid #C9C9C9;
    text-align: center;
    padding-bottom: 15px;
}
.carousel-item.swiper-slide-active {
    border-left: 1px solid #C9C9C9;
}
.carousel-container {
    position: relative;
}
.carousel-container .swiper-button-next {
    right: -50px;
}
.carousel-item .img-part {
    padding: 20px 0;
}
.carousel-item .img-part .img-holder {
    width: 121px;
    height: 121px;
    margin: auto;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
}
.carousel-item .img-part .img-holder img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
.carousel-item .text-part {
    padding: 0 20px;
}
.carousel-item .text-part p {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 5px;
}
.carousel-item .text-part p.a-name {
    color: #841816;
}
.carousel-item .text-part p.a-skill {
    font-weight: 400;
    color: #7E7E7E;
}  
.no-img-section .section-title {
    border-top: 1px solid #8C8C8C;
    height: 0;
}
.no-img-section .container .border-bottom-wrap {
    border-bottom: 1px solid #8C8C8C;
}
.no-img-section .section-title h2 {
    font-size: 2.25rem;
    font-style: italic;
    font-weight: 500;
    display: inline-block;
    padding: 0 15px 0 10px;
    margin-top: -40px;
    background-color: #fff;
}
.no-img-section .three-art-wrap .a-card {
    width: 33.33%;
    padding: 60px 40px 40px;
    display: flex;
    position: relative;
}
.no-img-section .container .border-bottom-wrap .d-flex {
    width: calc(100% + 80px);
    margin-left: -40px;
}
.no-img-section {
    margin-bottom: 50px;
}
.no-img-section .three-art-wrap .a-card:before {
    content: "";
    font-family: 'Jost';
    font-size: 4.4375rem;
    font-style: italic;
    font-weight: 500;
    color: #841816;
    line-height: 0.8;
    margin-right: 10px;
}
.no-img-section .three-art-wrap .a-card:not(:last-of-type):after {
    content: "";
    width: 1px;
    height: 61px;
    background-color: #908B8B;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    right: 0;
}
.no-img-section .three-art-wrap .a-card:first-of-type:before {
    content: "1.";
}
.no-img-section .three-art-wrap .a-card:nth-of-type(2):before {
    content: "2.";
}
.no-img-section .three-art-wrap .a-card:nth-of-type(3):before {
    content: "3.";
}
.no-img-section .three-art-wrap .a-card:not(:nth-of-type(2)) .a-card_content {
    padding-right: 40px;
}
.no-img-section .three-art-wrap .a-card .a-head {
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 1.227;
    color: #000;
}
.video-section {
    margin-bottom: 80px;
}
.four-art-wrap {
    margin-bottom: 60px;
}
.four-art-wrap .a-card {
    width: calc(25% - 20px);
}
.four-art-wrap .a-card .a-card_image .a-media {
    padding-bottom: 56.2%;
}
.video-section .a-card .a-card_content .a-cat {
    display: none;
}
.video-section .a-card .a-media:after {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjBfZF85XzM1KSI+CjxwYXRoIGQ9Ik0yNCAwQzEyLjk2IDAgNCA4Ljk2IDQgMjBDNCAzMS4wNCAxMi45NiA0MCAyNCA0MEMzNS4wNCA0MCA0NCAzMS4wNCA0NCAyMEM0NCA4Ljk2IDM1LjA0IDAgMjQgMFpNMjAgMjlWMTFMMzIgMjBMMjAgMjlaIiBmaWxsPSJ3aGl0ZSIvPgo8L2c+CjxkZWZzPgo8ZmlsdGVyIGlkPSJmaWx0ZXIwX2RfOV8zNSIgeD0iMCIgeT0iMCIgd2lkdGg9IjQ4IiBoZWlnaHQ9IjQ4IiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+CjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+CjxmZUNvbG9yTWF0cml4IGluPSJTb3VyY2VBbHBoYSIgdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEyNyAwIiByZXN1bHQ9ImhhcmRBbHBoYSIvPgo8ZmVPZmZzZXQgZHk9IjQiLz4KPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iMiIvPgo8ZmVDb21wb3NpdGUgaW4yPSJoYXJkQWxwaGEiIG9wZXJhdG9yPSJvdXQiLz4KPGZlQ29sb3JNYXRyaXggdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAuMjUgMCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9ImVmZmVjdDFfZHJvcFNoYWRvd185XzM1Ii8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9kcm9wU2hhZG93XzlfMzUiIHJlc3VsdD0ic2hhcGUiLz4KPC9maWx0ZXI+CjwvZGVmcz4KPC9zdmc+Cg==);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    opacity: 0.7;
    position: absolute;
    bottom: 10px;
    left: 15px;
    z-index: 10;
}
.four-art-wrap .a-card .a-card_content {
    padding-top: 12px;
}
.four-art-wrap .a-card .a-head {
    font-family: inherit;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.22;
    color: #000;
}
.video-section .link-wrap {
    border-top: 1px solid #8C8C8C;
    height: 0;
    text-align: center;
}
.goto-yt {
    font-size: 1.125rem;
    padding: 7px 10px;
    transform: translateY(-18px);
    
}
.d-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 equal columns */
    grid-template-rows: auto auto; /* Row heights adjust based on content */
    gap: 10px 25px;
}

.item-one {
  grid-column: 1 / 2;
  grid-row: 1 / 2;    
}

.item-two {
  grid-column: 1 / 2;
  grid-row: 2 / 3; 
}

.item-three {
  grid-column: 2 / 3; 
  grid-row: 1 / 2;  
}

.item-four {
  grid-column: 2 / 3; 
  grid-row: 2 / 3;    
}

.item-five {
  grid-column: 4 / 5; 
  grid-row: 1 / 2;    
}

.item-six {
  grid-column: 4 / 5; 
  grid-row: 2 / 3;   
}

.item-seven {
  grid-column: 3 / 4; /* Third column */
  grid-row: 2 / 3;    /* Second row */
}
.d-grid .col-header h3 {
    font-family: inherit;
    font-size: 1.875rem;
    font-weight: 500;
}
.item-one h3 {
    color: #000;
}
.item-five h3 {
    color: #6B6B6B;
}
.trails-section .col-body .a-card .a-card_image, .trails-section .col-body .a-card .a-cat {
    display: none;
}
.trails-section .col-body .a-card {
    border-bottom: 1px solid #BCBCBC;
    padding-bottom: 15px;
}
.trails-section .col-body .a-card:first-of-type .a-card_image {
    display: block;
}
.trails-section .column-rail .a-card .a-card_image .a-media {
    padding-bottom: 56.2%;
}
.trails-section .column-rail .a-card {
    margin-bottom: 15px;
}
.trails-section {
    margin-bottom: 80px;
}
.trails-section .column-rail .a-card .a-head {
    font-family: inherit;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.375;
    color: #000;
}
.trails-section .column-rail .a-card:first-of-type .a-head {
    font-weight: 700;
}
.trails-section .column-rail .a-card:first-of-type {
    border-bottom: none;
    padding-bottom: 0;
}
.trails-section .column-rail .a-card:first-of-type:after {
    content: "";
    display: block;
    width: 66px;
    height: 0;
    border-bottom: 1px solid #841816;
    margin-top: 15px;
}
.trails-section .column-rail .a-card .a-card_content {
    padding-right: 20px;
}
.trails-section .column-rail .col-footer a {
    font-family: 'Jost';
    font-size: 1rem;
    font-weight: 500;
    color: #841816;
}
/* Article */

.layout-form_article-body {
    max-width: 100%;
    padding-bottom: 50px;
    color: #000;
    font-family: 'Jost';
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.layout-form_body_right {
    width: 300px;
    flex-shrink: 0;
}
.layout-form_body {
    justify-content: space-between;
}
.layout-form_article-body > *:not(:first-child) {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.layout-form_body_right-rail .inset {
    margin-bottom: 20px;
}
.layout-form_body_left {
    width: calc(100% - 300px);
    padding-right: 100px;
}
.layout-form_body_left .h-col-articles-wrapper {
    max-width: 640px;
    margin: 60px auto;
}
.imazhiim img {
    width: 100%;
}
.layout-form_article-body img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
}
.layout-form_article-body .imazhiim {
    margin-bottom: 20px;
}
.tit {
    font-family: 'Jost';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: #000;
}
.captionposhte {
    position: relative;
    width: 100%;
    padding: 15px 0 0;
}
.captionposhte:after {
    content: "";
    width: 66px;
    display: block;
    height: 1px;
    background-color: #841816;
    margin-top: 10px;
}
.layout-form_body_right {
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
}
.layout-form_body_right-rail {
    width: 100%;
}
.layout-form_article-body > p {
    color: #000;
    font-family: 'Jost';
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.layout-form_article-body > h3 {
    font-family: 'Jost';
    font-size: 1.125rem;
    font-weight: 600;
    color: #000;
    line-height: 1;
    padding-top: 10px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 20px;
}
.layout-form_article-body p a {
    color: var(--secondary-color);
    text-decoration: underline;
    font-weight: 700;
}
.layout-form_article-body b, .layout-form_article-body strong {
    font-weight: 700;
}
blockquote {
    color: #E83A0F;
    font-family: ''Jost'';
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 33px;
    padding-left: 0;
    margin-bottom: 20px;
    position: relative;
}
blockquote:before {
    content: "";
    position: absolute;
    left: -25px;
    top: 0;
    display: block;
    width: 6px;
    height: 100%;
    background: #D9D9D9;
}
.layout-form_article-body blockquote p {
    font-family: ''Jost'';
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 33px;
    padding: 0;
    margin: 0;
}
.related-list {
    padding: 20px 0 0px;
    margin-bottom: 30px;
    border-bottom: 1px solid #D9D9D9;
}
.related-list:before {
    content: "Këshilluar për ty";
    display: inline-block;
    margin-bottom: 13px;
    color: #E83A0F;
    font-family: ''Jost'';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
}
.related-list ul {
    list-style: none;
}
.related-list ul li {
    margin-bottom: 20px;
}
.related-list article {
    display: flex;
    width: 100%;
}
.related-list .a-card_image {
    width: 200px;
    flex-shrink: 0;
}
.related-list .a-media {
    padding-top: 56.5%;
    height: 100%;
}
.related-list .a-media_img {
    position: absolute;
    top: 0;
    bottom: 0;
}
.related-list .a-card_content {
    flex-grow: 1;
    margin-left: 20px;
    padding-right: 25%;
}
.related-list a {
    text-decoration: none!important;
}
.related-list .a-card .a-head {
    color: #000;
    font-family: ''Jost'';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 23px;
    margin-top: 0;
    padding-top: 0;
}
.related-list .a-head a {
    color: #000;
}
.related-list .a-time {
    display: none;
}
.related-list .lexo-art {
    flex-shrink: 0;
    align-self: flex-end;
}
.suggested-list {
    padding: 20px 0 0px;
    margin-bottom: 30px;
    margin-top: 30px;
    border-top: 1px solid #C5C5C5;
    border-bottom: 1px solid #C5C5C5;
}
.suggested-list:before {
    content: "Këshilluar për ty";
    display: inline-block;
    margin-bottom: 13px;
    color: #E83A0F;
    font-family: ''Jost'';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
}
.suggested-list ul {
    list-style: none;
}
.suggested-list ul li {
    margin-bottom: 20px;
}
.suggested-list article {
    display: flex;
    width: 100%;
}
.suggested-list .a-card_image {
    width: 200px;
    flex-shrink: 0;
}
.suggested-list .a-media {
    padding-top: 56.5%;
    height: 100%;
}
.suggested-list .a-media_img {
    position: absolute;
    top: 0;
    bottom: 0;
}
.suggested-list .a-card_content {
    flex-grow: 1;
    margin-left: 20px;
    padding-right: 50px;
}
.suggested-list a {
    text-decoration: none!important;
}
.suggested-list .a-card .a-head {
    color: #000;
    font-family: ''Jost'';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 23px;
    margin-top: 0;
    padding-top: 0;
}
.suggested-list .a-head a {
    color: #000;
}
.suggested-list .a-time {
    display: none;
}
.suggested-list .lexo-art {
    flex-shrink: 0;
    align-self: flex-end;
}
.article_header_title {
    margin-bottom: 25px;
}
.article_header_title h1 {
    color: #000;
    font-family: 'Jost';
    font-size: 2.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.13; 
}
.article_header_author {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.article_header_author img {
    width: 29px;
}
.author_meta {
    margin-left: 10px;
    color: #000;
    font-family: 'Jost';
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
}
.layout-form_body_right-rail .mag-col-wrapper {
    margin-bottom: 20px;
    padding-bottom: 0;
}
.layout-form_body_right-rail .art-listing-wrap {
    margin-bottom: 20px;
}
.article_header_rubric_label {
    font-family: 'Jost';
    font-size: 1rem;
    font-weight: 500;
    color: #841816;
    display: inline-block;
    margin-bottom: 15px;
}
.article_header_datebar-date {
    color: #363636;
    font-family: 'Jost';
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: block;
    margin-bottom: 10px;
}
.article_header_datebar-date:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 14px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNSAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcuMDQzNTIgMEMzLjE3NzUxIDAgMC4wNDY4NzUgMy4xMzYgMC4wNDY4NzUgN0MwLjA0Njg3NSAxMC44NjQgMy4xNzc1MSAxNCA3LjA0MzUyIDE0QzEwLjkxNjUgMTQgMTQuMDU0MiAxMC44NjQgMTQuMDU0MiA3QzE0LjA1NDIgMy4xMzYgMTAuOTE2NSAwIDcuMDQzNTIgMFpNNy4wNTA1MiAxMi42QzMuOTU0OTEgMTIuNiAxLjQ0NzYgMTAuMDk0IDEuNDQ3NiA3QzEuNDQ3NiAzLjkwNiAzLjk1NDkxIDEuNCA3LjA1MDUyIDEuNEMxMC4xNDYxIDEuNCAxMi42NTM0IDMuOTA2IDEyLjY1MzQgN0MxMi42NTM0IDEwLjA5NCAxMC4xNDYxIDEyLjYgNy4wNTA1MiAxMi42WiIgZmlsbD0iI0RFMjYzMSIvPgo8cGF0aCBkPSJNNy4wNTA1MSA0SDYuMDQ5OTlWNy45MzQ0M0w5LjU1MTgxIDEwTDEwLjA1MjEgOS4xOTM0NEw3LjA1MDUxIDcuNDQyNjJWNFoiIGZpbGw9IiNERTI2MzEiLz4KPC9zdmc+Cg==);
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    margin-right: 9px;
}
.footer-wrapper {
    background-color: #000;
}
.footer {
    padding-top: 40px;
    padding-bottom: 40px;
}
.desc {
    color: rgba(255,255,255,0.7);
    font-family: 'Jost';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.16px;
    margin-bottom: 15px;
    max-width: 377px;
}
.mediadesk-link span {
    color: rgba(255,255,255,0.7);
    font-family: 'Jost';
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.16px;
}
.f-col:first-of-type .mediadesk-link {
    flex-grow: 1;
    display: flex;
    align-items: flex-end;
}
.mediadesk-link img {
    vertical-align: middle;
    margin-left: 5px;
    width: 86px;
}
.nav-list {
    list-style: none;
}
.nl-form {
    display: flex;
    width: 100%;
}
.nav-list li a {
    color: #EBEBEB;
    text-align: center;
    font-family: 'Jost';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.16px;
}
.f-col .nav-list {
    border-left: 1px solid #737373;
    padding-left: 18px;
    padding-bottom: 10px;
}
.f-col {
    margin-right: 50px;
}
.f-col:last-of-type {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
}
.f-col .btn-link {
    align-self: flex-start;
}
.f-col .payment-options {
    border-left: 1px solid #737373;
    padding-left: 18px;
    padding-bottom: 20px;
}
.f-col h4 {
    font-family: 'Jost';
    font-size: 1.125rem;
    font-weight: 700;
    color: #FFFFFF;
}
.inset {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    display: block;
    border-radius: 4px;
    overflow: hidden;
}
.inset-container {
    text-align: center;
    margin-bottom: 40px;
}
.footer .nav-logo {
    margin-bottom: 12px;
}
.footer .nav-social {
    margin-bottom: 20px;
}
.footer .d-flex {
    margin-bottom: 50px;
}
.footer .btn-link {
    background-color: #FF0000;   
}
.footer .nav-list li {
    margin-bottom: 10px;
}
.footer .nav-list li a {
    color: #fff;
    font-family: 'Jost';
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
}
.footer .nav-list li a:hover {
    color: #841816;
}
.layout_content {
    padding-top: 70px;
}
.layout-form_body_right-rail .column-rail {
    margin-bottom: 20px;
}
.layout-form_body_right-rail .col-footer .btn-link {
    width: 100%;
    text-align: center;
}
.art-item {
    display: flex;
    padding: 20px 0;
    border-bottom: 1px solid #C9C9C9
}
.art-item .text-part {
    padding-left: 20px;
}
.art-item .img-part .img-holder {
    width: 65px;
    height: 65px;
    margin: auto;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
}
.art-item .img-part .img-holder img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
.aside-art-wrap {
    border: 1px solid #CECECE;
    background-color: #EEEEEE;
    padding: 30px 25px;
    margin-bottom: 20px;
    border-radius: 4px;
}
.aside-art-wrap .col-header {
    margin-bottom: 10px;
}
.aside-art-wrap .col-header h2 {
    color: #841816;
    text-align: center;
}
.art-item .text-part p {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 5px;
}
.art-item .text-part p.a-name {
    color: #841816;
}
.art-item .text-part p.a-skill {
    font-weight: 400;
    color: #7E7E7E;
}  
.art-item .text-part p:last-of-type {
    margin-bottom: 0;
}
.noscroll {
    overflow-y: hidden;
}
.article_gallery_slider-wrapper {
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 17px;
    margin-bottom: 30px;
}

.gallery-image-slider .swiper-slide {
    width: auto!important;
    opacity: 0.25;
}

.gallery-image-slider .swiper-slide.swiper-slide-active {
    opacity: 1;
}

.gallery-image-slider .swiper-button-prev, .gallery-image-slider .swiper-button-next {
    height: 100%;
    width: 50%;
    top: 0;
    bottom: 0;
    background: transparent;
    margin-top: 0!important;
}

.gallery-image-slider .swiper-button-prev:after, .gallery-image-slider .swiper-button-next:after {
    display: none;
}

.gallery-text-slider .swiper-button-prev:after, .gallery-text-slider .swiper-button-next:after {
    display: none;
}

.gallery-text-slider .swiper-nav {
    display: flex;
    margin-top: 10px;
}

.gallery-text-slider .swiper-button-prev, .gallery-text-slider .swiper-button-next {
    position: static;
    margin: 0;
    margin-right: 15px;
    width: 43px;
    height: 43px;
    background: #fff;
    border-radius: 50px;
}

.gallery-text-slider .swiper-button-prev:hover, .gallery-text-slider .swiper-button-next:hover {
    background: #CCCCCC;
}

.gallery-text p {
    font-family: 'a2_sans_display';
    font-size: 14px;
    font-weight: 400;
    color: #0c0c0c;
    line-height: 22px;
    margin-bottom: 5px;
}

.gallery-image-slider {
    margin-bottom: 10px;
}

@media (min-width: 1024px) {
    .grid-temp-feed {
        grid-template-columns: 300px minmax(0px, 1fr) 300px;
        grid-auto-flow: column;
        gap: 15px;
    }
    .bordered-item {
        border-left: 1px solid #8C8C8C;
        border-right: 1px solid #8C8C8C;
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 1050px) {
    .header-top {
        display: none;
    }
    .menu-btn {
        display: block;
        margin-left: 20px;
    }
    .the-header {
        display: none;
        position: fixed;
        z-index: 9999;
        background-color: #841816;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        padding-top: 60px;
    }
    .open {
        display: block;
    }
    .close-btn {
        position: absolute;
        right: 20px;
        top: 20px;
        display: inline-block;
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        position: absolute;
        width: 40px;
        height: 40px;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzIxNV8yKSI+CjxwYXRoIGQ9Ik0yMSAyLjExNUwxOC44ODUgMEwxMC41IDguMzg1TDIuMTE1IDBMMCAyLjExNUw4LjM4NSAxMC41TDAgMTguODg1TDIuMTE1IDIxTDEwLjUgMTIuNjE1TDE4Ljg4NSAyMUwyMSAxOC44ODVMMTIuNjE1IDEwLjVMMjEgMi4xMTVaIiBmaWxsPSJ3aGl0ZSIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzIxNV8yIj4KPHJlY3Qgd2lkdGg9IjIxIiBoZWlnaHQ9IjIxIiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=);
        background-position: center;
        background-repeat: no-repeat;
        cursor: pointer;
        background-size: 20px;
    }
    .main-nav-list {
        display: block;
        padding-left: 30px;
    }
    .main-nav-list li {
        padding: 0;
        margin-bottom: 10px;
    }
    .main-nav-list li a {
        font-size: 1.5rem;
    }
    .header-main {
        padding: 10px 0;
    }
  .d-grid {
      display: block;
  }
   .d-grid > div {
       width: 100%;
       margin-bottom: 20px;
   }
   .d-grid .column-rail {
       margin-bottom: 40px;
    }
    .footer .d-flex {
        flex-wrap: wrap;
    }
    .f-col {
        margin-right: 0px;
        width: 50%;
        margin-bottom: 30px;
    }
    .f-col:last-of-type {
        justify-content: flex-start;
    }
    .grid-temp-feed > div {
        order: 2;
    }
    .grid-temp-feed > div:nth-of-type(2) {
        order: 1;
    }
     .gallery-image-slider .swiper-slide {
        height: 185px !important;
    }
    .gallery-image-slider .swiper-slide img {
        height: 100% !important;
        width: auto !important;
    }
}
@media (max-width: 800px) {
    .d-flex {
        flex-wrap: wrap;
    }
    .layout-form_body_left {
        width: 100%;
        padding-right: 0;
    }
    .feed-section .grid-temp-feed .grid-item:last-of-type {
        max-width: 100%;
    }
    .three-art-wrap {
        flex-wrap: wrap;
    }
    .three-art-wrap .a-card {
        width: 100%;
        margin-bottom: 40px;
    }
    .a-right-section .three-art-wrap {
        padding-right: 0;
    }
    .no-img-section .container .border-bottom-wrap {
        padding-bottom: 40px;
    }
    .no-img-section .three-art-wrap .a-card {
        width: 100%;
        padding: 60px 40px 0px;
        margin-bottom: 0px;
    }
    .four-art-wrap .a-card {
        width: calc(50% - 10px);
        margin-bottom: 40px;
    }
    .inset-wrap {
        width: 100%;
    }
    .layout-form_body_right {
        width: 100%;
    }
    .f-col {
        width: 100%;
    }
    .hideM {
        display: none;
    }
    .carousel-item {
        width: 100%!important;
    }
    .carousel-container .swiper-button-next {
        right: 20px;
    }
    .feed-section {
        padding-top: 0;
    }
    .grid-item:nth-child(2) .column-rail .a-card .a-card_image {
        width: calc(100% + 40px);
        margin-left: -20px;
    }
    .carousel-item {
        border: none!important;
    }
}