@import url("https://fonts.googleapis.com/css2?family=Bitter:wght@500&display=swap");

html {
    height: auto;
}

body {
    height: auto;

    overflow: visible;
}

body ::selection {
    color: #fff;

    /* background: #101010; */

    background: #008fd2;
}

body ::-moz-selection {
    color: #fff;

    /* background: #101010; */

    background: #008fd2;
}

.swiper-slide:not(:first-child) {
    display: block;
}

html.overflow-menu,
html.overflow-menu body {
    overflow: hidden !important;
}

.img-link {
    display: block;

    width: 100%;

    height: 100%;

    position: absolute;

    top: 0;

    left: 0;

    z-index: 2;

    overflow: hidden;
}

.align-content>* {
    margin: 0 auto;
}

.upper {
    text-transform: uppercase;
}

.no-padd {
    padding: 0;
}

.section,
.container {
    position: relative;
}

.full-h {
    min-height: 100vh !important;
}

.advertising {
    margin: 60px 0 100px;

    text-align: center;
}

.section.advertising {
    margin-top: 0;
}

.advertising.type-2 {
    margin: 50px 0;
}

.comment-section {
    margin: 100px 0;
}

@media (min-width: 1200px) {
    .container {
        max-width: calc(100% - 90px);

        width: 1340px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: calc(100% - 100px);

        width: 1750px;
    }
}

@media (max-width: 1440px) and (min-width: 1200px) {
    .container {
        width: 1400px;
    }
}

/* INPUTS */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    border: 0 !important;

    -webkit-text-fill-color: #000 !important;

    -webkit-background-clip: text;

    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;

    transition: background-color 9999s ease-in-out 9999s !important;

    background-color: transparent !important;
}

button {
    background-color: transparent;
}

.input-field-wrapper {
    width: 100%;
    position: relative;
    margin-bottom: 15px;
}

.input {
    height: 55px;
    color: #1f1f1f;
    font-size: 18px;
    background: transparent;
    border: 1px solid #e6e6e6 !important;
    border-radius: 0;
    transition: 0.3s;
    padding: 10px 15px 10px 0;
    width: 100% !important;
    border: 0px;
    border-radius: 8px;
    padding: 10px 15px;
    height: 60px;
}

.input:focus {
    border-color: #1f1f1f;
}

.input::-moz-placeholder {
    color: #5F5D5B;
}

.input:-ms-input-placeholder {
    color: #5F5D5B;
}

.input::placeholder {
    color: #5F5D5B;
}

.contact-form-btn{
    border-color: #DB4D91;
    margin: 0px;
    width: 190px;
    padding: 15px 15px;
}
.contact .contact-form-btn{
    border-color: #9B51E0;
}
.wpcf7-spinner {
    right: -20px;
    top: 12px;
}
.subscribe-section .wpcf7-spinner {
    right: -9px;
    top: 17px;
    background-color: #8E8E8E;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus{
    border: 1px solid #E6E6E6 !important;
}

textarea.input {
    height: 100px;

    resize: none;

    padding-top: 15px;
}

@media (max-width: 1440px) {
    .input {
        font-size: 16px;

        height: 45px;
    }
}

@media (max-width: 1440px) and (min-width: 1200px) {
    .input-field-wrapper {
        margin-bottom: 10px;
    }
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------ */

/*  DARK THEME BTN */

/* ------------------------------------------------------------------------------------------------------------------------------------------------ */

.dark-mode {
    position: relative;

    display: flex;

    margin-left: 30px;
}

.dark-mode label {
    width: 42px;

    height: 22px;

    position: relative;

    display: block;

    background: #fff;

    border-radius: 20px;

    border: 1px solid #1f1f1f;

    cursor: pointer;
}

.dark-mode label:after {
    content: "";

    width: 16px;

    height: 16px;

    position: absolute;

    top: 2px;

    left: 2px;

    background: #1f1f1f;

    border-radius: 100%;
}

.dark-mode label:before {
    content: "";

    width: 16px;

    height: 16px;

    position: absolute;

    top: 2px;

    left: 2px;

    background: url(../img/icons/lightmode-icon.svg);

    z-index: 2;

    background-size: 100%;
}

.dark-mode input {
    width: 0;

    height: 0;

    visibility: hidden;
}

.dark-mode input:checked+label {
    background: #242424;

    border: 1px solid #fff;
}

.dark-mode input:checked+label:after {
    left: 38px;

    transform: translateX(-100%);

    background: #fff;
}

.dark-mode input:checked+label::before {
    left: 38px;

    transform: translateX(-100%);

    background: url(../img/icons/darkmode-icon.svg);

    background-size: 100%;
}

.dark-mode label,
.dark-mode label:after,
.dark-mode label:before {
    transition: 0.3s;
}
.exclusive__grid.view-type-1 .widget-wrapper .block-item-article {
    display: flex;
    padding: 0px;
    align-items: center;
}
.exclusive__grid.view-type-1 .widget-wrapper .block-item-article .img-wrapper{
    min-width: 204px;
    margin-bottom: 0px !important;
    margin-right: 15px;
    height: 128px;
}
.exclusive__grid.view-type-1 .widget-wrapper .block-item-article .content{
    width: 100%;
}
.exclusive-page .exclusive__grid.view-type-1 .block-item-article.type-2 .banner {
    margin-bottom: 20px;
}
.widget-wrapper .exclusive__grid.view-type-1 .widget-wrapper .block-item-article{
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-radius: 0px;
}
.title_widget_title{
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0px;
}
.title_widget_title .h3{
    font-size: 26px;
}
.title_widget_title a:hover{
    text-decoration: underline;
}
.search-input {
    position: relative;

    width: 100%;

    font-size: 0;
}
.breadcrumbs li a:hover{
    text-decoration: underline;
}

.search-input .input {
    border: none;
    border: 1px solid #E5E5E5;
    color: #1f1f1f;
    font-size: 16px;
    line-height: 1.5em;
    border-radius: 0;
    height: 55px;
    padding-left: 15px;
    max-width: 100%;
    border-radius: 8px;
}

.search-input input[type="submit"] {
    opacity: 0;

    visibility: hidden;

    padding: 0;

    margin: 0;
}

.search-input .input:focus {
    border-bottom: 1px solid #1f1f1f;
}

.search-input.type-2 .input {
    max-width: 100%;

    z-index: 2;
}

.icon-search {
    position: absolute;

    right: 15px;

    top: 17px;

    width: 18px;

    height: 18px;
}

.icon-search img:last-child {
    display: none;
}

@media (max-width: 1440px) and (min-width: 1200px) {
    .search-input .input {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .dark-mode {
        margin-left: 20px;
    }
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------ */

/* SWIPER */

/* ------------------------------------------------------------------------------------------------------------------------------------------------ */

.swiper-container {
    overflow: hidden;
}

.swiper-container:not(.swiper-no-swiping) .swiper-wrapper {
    cursor: url(../img/drag.png) 16 9, ew-resize;
}

.swiper-pagination.hide,
.swiper-button-next.hide,
.swiper-button-prev.hide {
    display: none;
}

.swiper-container .swiper-wrapper {
    cursor: inherit;
}

.swiper-slide {
    background-size: cover;

    background-position: center center;

    position: relative;

    backface-visibility: hidden;
}

/* hide pagination if 1 slide */

.swiper-controls-hide .swiper-wrapper {
    cursor: default !important;
}

.swiper-controls-hide .swiper-pagination-custom,
.swiper-controls-hide .swiper-pagination,
.swiper-controls-hide .swiper-button-next,
.swiper-controls-hide .swiper-button-prev {
    display: none !important;
}

.swiper-entry,
.swiper-control-wrapper {
    position: relative;
}

.swiper-container {
    margin: 0 auto;

    position: relative;

    overflow: hidden;

    list-style: none;

    padding: 0;

    z-index: 1;
}

.swiper-entry.overflow-visible .swiper-container {
    overflow: visible;
}

.swiper-container:not(.swiper-no-swiping) .swiper-wrapper {
    cursor: url(../img/drag.png) 16 9, ew-resize;
}

.swiper-button-lock+.swiper-button-lock+.swiper-container .swiper-wrapper {
    cursor: inherit;
}

.swiper-wrapper.swiper-wrapper-margin {
    margin-bottom: 40px;
}

.swiper-slide {
    background-size: cover;

    background-position: center center;

    position: relative;

    backface-visibility: hidden;
}

.swiper-pagination {
    position: relative;
}

.swiper-pagination-bullet {
    width: 10px;

    height: 10px;

    margin: 0 10px !important;

    border: 2px solid transparent;
}

.swiper-pagination-bullet-active {
    border-color: #1f1f1f;

    background: #e0e0e0;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------ */

/* blocks info */

/* ------------------------------------------------------------------------------------------------------------------------------------------------ */

.block-item-article.type-2 {
    padding: 0;

    border: none;
}



.block-item-article.type-2.no-borders::after {
    content: none;
}

.block-item-article.type-2 .banner {
    height: auto;
}

.block-item-article.type-2 .lr-img {
    padding-bottom: 34.3%;
}

.block-item-article.type-2 .banner {
    margin-bottom: 25px;
}


.block-item-article.type-2 .img-wrapper {
    border-radius: 16px;
    margin-bottom: 10px;
}
.block-item-article.type-2 .block-article-grid .img-wrapper {
    border-radius: 16px;
    margin-bottom: 5px;
}

.block-item-article.type-2 .img-wrapper .lr-img {
    padding-bottom: 56.6%;
}
.grid_wrapper_news .seo-block .block-item-article:nth-child(1), .grid_wrapper_news .seo-block .block-item-article:nth-child(2){
    margin-bottom: 15px;
}
/* .grid_wrapper_news .seo-block .block-item-article .img-wrapper .lr-img {
    padding-bottom: 80%;
}
.grid_wrapper_news .seo-block .block-item-article .content .block-title {
    color: #ffffff;
}
.grid_wrapper_news .seo-block .block-item-article .content .tags-wrapper a{
    color: #C8C5C4;
}
.grid_wrapper_news .seo-block .block-item-article .content {
    position: absolute;
    bottom: 23px;
    width: 100%;
    left: 0;
    padding: 0 18px;
}
.grid_wrapper_news .seo-block .block-item-article:nth-child(1), .grid_wrapper_news .seo-block .block-item-article:nth-child(2){
    margin-bottom: 30px;
} 
.grid_wrapper_news .seo-block .block-item-article
.grid_wrapper_news .banner .block-title{
    margin-bottom: 0px !important;
} */

.block-item-article.type-2 .block-item-article {
    padding: 0;
}

.block-item-article.type-2 .block-title {
    margin-bottom: 5px;
}

.block-item-article.type-2 .min-height-item {
    /* min-height: 80px; */
}
.search .block-title {
    margin-bottom: 10px !important;
}
  
.search .text.text-line-3{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}
.color-grey{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.banner .content{
    position: absolute;
    left: 25px;
    bottom: 25px;
}
.search .content{
    padding: 0px 15px 25px 15px;
}
.search  .block-item-article.type-2 .img-wrapper {
    margin-bottom: 15px;
}
.exclusive__grid .read-more::before {
    top: 6px;
    right: 0px;
    transform: rotate(45deg);
}
.exclusive__grid .read-more::after {
    bottom: 5px;
    right: 0px;
    transform: rotate(-45deg);
}
.exclusive__grid .color-grey {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 20px;
}

@media (max-width: 1440px) {
    .block-item-article.type-2 .block-title {
        max-width: 700px;
    }
}

@media (max-width: 1440px) and (min-width: 1200px) {
    .block-item-article.type-2 .min-height-item {
        /* min-height: 60px; */
    }
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------ */

/* more block in item article */

/* ------------------------------------------------------------------------------------------------------------------------------------------------ */
.seo-block .block-article-grid .block-item-article{
    width: calc((100% / 2) - 30px);
    margin: 0 15px;
}
.seo-block .block-item-article {
    width: calc((100% / 3) - 30px);
    margin: 0 15px;
}

.block-article-wrappper {
    margin: 0 -5px;

    flex-wrap: wrap;

    position: relative;
}

.block-article-wrappper>*:nth-child(n + 4) {
    margin-top: 30px;
}

.more-text .block-article-wrappper {
    margin-top: 30px;
}

.more-text .block-article-wrappper .block-item-article .text {
    display: -webkit-box !important;
}

.seo-block .read-more {
    margin-top: 45px;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------ */

/* btn up */

/* ------------------------------------------------------------------------------------------------------------------------------------------------ */

.up-btn {
    position: fixed;

    border: 1px solid #F4F4F4;

    border-radius: 100%;

    bottom: 40px;

    right: 4px;

    width: 55px;

    height: 55px;

    z-index: 3;

    transition: all 0.3s;

    -webkit-transition: all 0.3s;

    cursor: pointer;

    background: #fff;
    box-shadow: 0px 0px 10px -7px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 10px -4px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 0px 10px -4px rgba(0,0,0,0.75);
}

.up-btn::before {
    content: "";

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%) rotate(-90deg);

    width: 24px;

    height: 24px;

    background-image: url(../img/icons/arrow-footer-black.svg);

    background-position: center;

    transition: all 0.3s;

    -webkit-transition: all 0.3s;
}

.dark .up-btn {
    border-color: #fff;

    background: #1f1f1f;
}

.dark .up-btn:before {
    background-image: url(../img/icons/arrow-footer-white.svg);
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------ */

/* media */

/* ------------------------------------------------------------------------------------------------------------------------------------------------ */

@media (min-width: 1200px) {
    .up-btn:hover {
        background-color: #1f1f1f;
    }

    .up-btn:hover:before {
        background-image: url(../img/icons/arrow-up-white.svg);

        transform: translate(-50%, -50%) rotate(0deg);
    }

    .dark .up-btn:hover {
        background-color: #fff;

        border-color: #1f1f1f;
    }

    .dark .up-btn:hover:before {
        background-image: url(../img/icons/arrow-up-black.svg);

        transform: translate(-50%, -50%) rotate(0deg);
    }
}

@media (max-width: 1440px) {
    .block-item-article.type-2 {
        padding: 10px 0px;
    }

    .block-item-article.type-2::after {
        left: -30px;

        right: -30px;

        top: -30px;

        bottom: -30px;
    }
}

@media (max-width: 1199px) {
    .block-item-article.type-2::after {
        left: -20px;

        right: -20px;

        top: -20px;

        bottom: -20px;
    }
}

@media (max-width: 991px) {
    .up-btn {
        right: calc(50vw - 349px);

        bottom: 60px;
    }
    .grid_wrapper_news {
        display: block;
    }
    /* .grid_wrapper_news .banner {
        margin-bottom: 15px !important;
    }
    .grid_wrapper_news .seo-block .block-item-article:nth-child(1), .grid_wrapper_news .seo-block .block-item-article:nth-child(2){
        margin-bottom: 15px !important;
    }
    .grid_wrapper_news .seo-block .block-article-wrappper {
        margin-left: -10px;
        margin-right: -10px;
    }
    .grid_wrapper_news  .seo-block .block-article-grid .block-item-article {
        width: calc((100% / 2) - 20px);
        margin: 0px 10px 15px 10px !important;
    } */
    .grid_wrapper_news .seo-block .block-item-article:nth-child(1), .grid_wrapper_news .seo-block .block-item-article:nth-child(2) {
        margin-bottom: 10px !important;
        margin-top: 10px !important;
    }
    .block-article-wrappper {
        margin: 15px -5px 0px;
    }
    .seo-block .block-article-grid .block-item-article {
        width: calc((100% / 2) - 10px);
    }
    .block-article-wrappper {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .grid_wrapper_news .block-article-wrappper {
        margin-left: -5px !important;
        margin-right: -5px !important;
    }
    .seo-block .block-article-grid .block-item-article {
        margin: 0px 0px !important;
    }
    .grid_wrapper_news .seo-block .block-article-grid .block-item-article {
        margin: 10px 0px 0px !important;
    }
}

@media (max-width: 767px) {
    .up-btn {
        right: 15px;

        bottom: 20px;
    }
    .wrapper_ga_custom{
        font-size: 14px;
    }
 
    .grid_wrapper_news .block-article-wrappper {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .grid_wrapper_news .seo-block .block-article-grid .block-item-article {
        width: calc((100% / 2) - 5px) !important;
    }
    .block-item-article.type-2 .grid_wrapper_news  .block-article-grid .img-wrapper {
        margin-bottom: 3px;
    }
    
   
   
    /* .grid_wrapper_news .seo-block .block-item-article .content{
        position: relative;
    } */
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------ */

/* SEARCH PAGE */

/* ------------------------------------------------------------------------------------------------------------------------------------------------ */

.search-page .title {
    margin-bottom: 10px;
}

.search-total {
    font-size: 18px;

    line-height: 1.44em;

    color: #4a4846;

    margin-bottom: 5px;
}

.search-total span {
    font-weight: 600;

    color: #1f1f1f;
}

.search-page .search-input {
    z-index: 3;
}

.search-page .lr-img img::before {
    content: "";

    background-image: url(../img/default.svg);

    background-size: cover;

    background-repeat: no-repeat;

    background-position: center;

    position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

    right: 0;
}

.search-page .block-article-wrappper {
    margin-top: -50px;
}

.search-page .more-text .block-article-wrappper {
    margin-top: 0;
}

.search-page .seo-block .block-item-article {
    margin-top: 50px;
    border-radius: 16px;
    background-color: #f4f4f4;
}


.search-page .block-item-article.type-2 {
    padding: 0;
}

@media (max-width: 1440px) and (min-width: 1200px) {
    .search-total {
        font-size: 14px;
    }
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------ */

/* REVIEW PAGE */

/* ------------------------------------------------------------------------------------------------------------------------------------------------ */

.review .title {
    margin-bottom: 30px;
}

.review .text {
    margin-bottom: 30px;
}

.review .tags-wrapper {
    position: relative;

    z-index: 3;
}

@media (max-width: 1440px) {
    .review .text {
        margin-bottom: 20px;
    }

    .review .title {
        margin-bottom: 20px;
    }
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------ */

/* REVIEW DETAIL */

/* ------------------------------------------------------------------------------------------------------------------------------------------------ */

.review-detail .breadcrumbs {
    position: absolute;

    left: 0;

    top: 15px;

    z-index: 3;
}

.review-detail_no-image .breadcrumbs {
    top: unset;

    position: relative;

    padding-top: 15px;

    margin-bottom: 30px;
}

.review-detail .block-item-article {
    padding: 40px 30px 0;
}
.similar_articles .block-item-article.type-2.blue{

}

@media (min-width: 992px) {
    .similar_articles .seo-block .block-item-article {
        width: calc((100% / 2) - 30px);

        margin-bottom: 30px;
    }

    .similar_articles .seo-block>.block-article-wrappper {
        margin-bottom: -30px;
    }
}

@media (min-width: 1200px) {
    .similar_articles .seo-block .block-item-article {
        width: calc((100% / 2) - 30px);

        margin-bottom: 0;
    }

    .similar_articles .seo-block>.block-article-wrappper {
        margin-bottom: 0px;
    }
}

.similar_articles .seo-block>.block-title {
    margin-bottom: 30px;
}

.review-detail .block-item-article .img-wrapper {
    margin-bottom: 30px;
}

.bg {
    background-position: 50% 50%;

    background-repeat: no-repeat;

    background-attachment: scroll;

    background-size: cover;

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;
}

.banner-big {
    position: relative;

    overflow: hidden;
}

.banner-big .bg {
    background-attachment: fixed;

    background-size: cover;

    /* background-size: auto calc(50vw + 100px); */

    /* background-position: top; */

    background-position: 50% 50%;
}

.bg.mobile {
    display: none;
}

.banner-align {
    display: table-cell;

    vertical-align: bottom;

    position: relative;

    width: 10000px;

    padding: 100px 0;

    height: 50vw;

    z-index: 2;
}

.banner-news .breadcrumbs {
    position: absolute;

    top: 80px;

    left: calc((100% - 1550px) / 2);

    z-index: 3;
}

.banner-news .breadcrumbs li {
    color: #fff;
}

.social-descr {
    font-size: 14px;
    line-height: 100%;
    color: #5F5D5B;
    margin-top: 15px;
    margin-bottom: 10px;
    font-weight: 400;
    display: flex;
}

@media (max-width: 1440px) and (min-width: 1200px) {
    .social-descr {
        font-size: 10px;
    }

    .banner-align {
        padding: 50px 0;
    }
}

@media (max-width: 1199px) {
    .banner-big .bg {
        background-attachment: initial;
    }
}

.text.text-review p {
    position: relative;
}

.first-letter p:first-child::first-letter {
    display: block;

    font-size: 85px;

    line-height: 1;

    font-weight: 600;

    color: #1f1f1f;

    float: left;

    margin-right: 0.1em;
}

.social-links.type-2 a {
    justify-content: start;
    border: 1px solid #E5E5E5;
    border-radius: 8px;
    display: flex;
    align-items: center;
    height: 52px;
    width: 24%;
    justify-content: center;
}
.social-links.type-2 a svg path{
    fill: #5F5D5B;
}
.social-links.type-2{
    margin-top: 30px;
    margin-bottom: 20px;
}

.news-detail .opacity:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0.29deg, #000000 0.24%, rgba(0, 0, 0, 0) 52.51%);
    transform: scaleX(1);
    transition: all 3s;
}
.news-detail .opacity.type-2::after {
    background: rgba(0, 0, 0, 0.4);
}

/* mini table good bad */

.review__compare-block {
    display: grid;

    grid-template-columns: 1fr 1fr;

    position: relative;
}

.review__compare-block .btn {
    padding-left: 15px;

    padding-right: 15px;
}

.one-col:not(.one-col:last-child) {
    border-right: 1px solid transparent;
}

.one-col {
    position: relative;

    display: grid;

    grid-template-rows: min-content auto min-content;

    margin-bottom: 0;
}

.one-col:first-child>* {
    padding-right: 30px;
}

.one-col ul {
    display: flex;

    flex-direction: column;

    justify-content: stretch;
}

.one-col ul li {
    margin-bottom: 15px;
}

.one-col-title {
    padding-bottom: 15px;

    border-bottom: 1px solid transparent;
}

.one-col:first-child::after {
    content: "";

    position: absolute;

    right: -1px;

    top: 0;

    height: 100%;

    width: 1px;

    background: transparent;
}

.one-col:last-child .one-col-title,
.one-col:last-child ul {
    padding-left: 25px;
}

.button-wrapp {
    padding: 30px 25px;

    border-top: 1px solid transparent;
}

.orange .one-col:first-child::after {
    background: #f2994a;
}

.orange .one-col-title,
.orange .button-wrapp {
    border-color: #f2994a;
}

/* border-colors blockquote */

.orange blockquote {
    border-color: #f2994a;
}

@media (max-width: 1366px) {
    .button-wrapp .btn {
        font-size: 10px;
    }
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------ */

/* ABOUT PAGE */

/* ------------------------------------------------------------------------------------------------------------------------------------------------ */

.about-page .text p {
    margin-bottom: 30px;
}

/* .team-item {
    display: grid;

    height: calc(100% - 30px);

    grid-auto-rows: 1fr auto min-content;

    padding: 30px;

    margin-bottom: 30px !important;
} */

.team-top * {
    margin-bottom: 5px;
}

.team-item .team-position,
.team-city {
    color: #73716f;

    text-transform: uppercase;

    font-size: 14px;

    line-height: 1.42em;

    font-weight: 400;
}

.team-city {
    text-transform: none;
}
.author-description{
    background-color: #F4F4F4;
    border-radius: 16px;
    padding: 20px 15px 15px 20px;
}
.team-item .block-title.name{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    position: relative;
    text-decoration: underline;
    padding-bottom: 10px;
}
.team-item .block-title.name:before{ 
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 1px;
    background-color: #E0E0E0;
    content: '';
    display: block;
}
.author-description-text{
    margin-top: 10px;
}
.team-item .block-title{
    margin-bottom: 25px !important;
}

.similar_articles--x .small_news_image_placeholder{
    width:100%;
    aspect-ratio:2/1;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#111;
    color:#fff;
    font-size:20px;
    font-weight:600;
    border-radius:6px;
}

@media (max-width: 1400px) and (min-width: 1200px) {

    .team-item .team-position,
    .team-city {
        font-size: 11px;
    }
    
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------ */

/* CONTACT PAGE */

/* ------------------------------------------------------------------------------------------------------------------------------------------------ */

.contact .text {
    margin-bottom: 50px;
}
.content-contact-form{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #313131;
}
.title-contact-form{
    font-size: 22px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0px;
    margin-bottom: 30px;
}
.contact-block {
    padding: 30px;
    background-color: #F4F4F4;
    text-align: left;
}
.contact-block .input::-moz-placeholder {
    color: #5F5D5B;
}

.contact-block .input:-ms-input-placeholder {
    color: #5F5D5B;
}

.contact-block .input::placeholder {
    color: #5F5D5B;
}

.label-input {
    color: #1f1f1f;

    font-size: 20px;

    line-height: 1.3em;

    display: inline-flex;

    height: 55px;

    align-items: center;
}

.contact-form {
    text-align: left !important;
}

.contact-form .h2 {
    margin-bottom: 20px;
}

@media (max-width: 1440px) and (min-width: 1200px) {
    .label-input {
        font-size: 14px;

        height: 45px;
    }

    .input {
        font-size: 14px;
    }
}

@media (max-width: 1199px) {
    .label-input {
        height: auto;
    }
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------ */

/* ADVERTISING */

/* ------------------------------------------------------------------------------------------------------------------------------------------------ */

@media (max-width: 767px) {
    .adwertising {
        display: none;
    }
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------ */

/* BREADCRUMBS */

/* ------------------------------------------------------------------------------------------------------------------------------------------------ */

/*breadcrumbs*/

.breadcrumbs {
    position: relative;

    z-index: 2;

    font-size: 10px;

    font-weight: 300;

    line-height: 1;

    padding-top: 10px;

    margin-top: -10px;
}

.breadcrumbs li {
    position: relative;

    display: inline-block;

    -webkit-transition: 0.3s;

    transition: 0.3s;

    color: #5F5D5B;
    font-size: 16px;
    margin-top: 10px;
}

.breadcrumbs li:before {
    content: "";
    position: relative;
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #5F5D5B;
    margin: 0 10px 5px;
}

.breadcrumbs li:first-child:before {
    content: none;
}

.breadcrumbs li.active {
    color: #73716f;
}

.breadcrumbs li.active::before {
    background: #73716f;
}

.breadcrumbs.color-white li {
    color: #fff;
}

.breadcrumbs.color-white li::before {
    background: #fff;
}

.breadcrumbs.color-white li.active {
    opacity: 0.7;
}

.breadcrumbs.color-white li.active::before {
    opacity: 0.7;
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------*/

/* - POPUPS */

/*---------------------------------------------------------------------------------------------------------------------------------------------------*/

.popup-wrapper {
    position: fixed;

    z-index: 110;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    left: -100%;

    -webkit-transition-delay: 0.3s;

    -o-transition-delay: 0.3s;

    transition-delay: 0.3s;
}

.popup-wrapper.active {
    left: 0;

    -webkit-transition-delay: 0s;

    -o-transition-delay: 0s;

    transition-delay: 0s;
}

.popup-wrapper .bg-layer {
    position: absolute;

    left: 0;

    top: -100px;

    right: 0;

    bottom: -100px;

    background: rgba(0, 0, 0, 0.3);

    -webkit-transition: all 0.3s ease-out;

    -o-transition: all 0.3s ease-out;

    transition: all 0.3s ease-out;

    opacity: 0;

    height: auto;

    width: auto;
}

.popup-wrapper.active .bg-layer {
    opacity: 1;
}

.popup-content {
    position: absolute;

    top: 0;

    width: 100%;

    height: 100%;

    overflow: auto;

    -webkit-overflow-scrolling: touch;

    font-size: 0;

    text-align: center;

    -webkit-transition: opacity 0.3s ease-out, left 0s 0.3s,
        -webkit-transform 0.3s ease-out;

    transition: opacity 0.3s ease-out, left 0s 0.3s,
        -webkit-transform 0.3s ease-out;

    -o-transition: transform 0.3s ease-out, opacity 0.3s ease-out, left 0s 0.3s;

    transition: transform 0.3s ease-out, opacity 0.3s ease-out, left 0s 0.3s;

    transition: transform 0.3s ease-out, opacity 0.3s ease-out, left 0s 0.3s,
        -webkit-transform 0.3s ease-out;

    -webkit-transform: scale(1.2);

    -ms-transform: scale(1.2);

    transform: scale(1.2);

    opacity: 0;

    left: -10000px;

    padding: 15px;
}

.popup-content.active {
    -webkit-transform: scale(1);

    -ms-transform: scale(1);

    transform: scale(1);

    opacity: 1;

    left: 0;

    -webkit-transition: opacity 0.3s ease-out, left 0s 0s,
        -webkit-transform 0.3s ease-out;

    transition: opacity 0.3s ease-out, left 0s 0s, -webkit-transform 0.3s ease-out;

    -o-transition: transform 0.3s ease-out, opacity 0.3s ease-out, left 0s 0s;

    transition: transform 0.3s ease-out, opacity 0.3s ease-out, left 0s 0s;

    transition: transform 0.3s ease-out, opacity 0.3s ease-out, left 0s 0s,
        -webkit-transform 0.3s ease-out;

    position: relative;
}

.popup-content:after {
    display: inline-block;

    vertical-align: middle;

    height: 100%;

    content: "";
}

.popup-container {
    display: inline-block;

    vertical-align: middle;

    width: 100%;

    position: relative;

    text-align: left;

    overflow: hidden;

    max-width: 770px;

    border-radius: 16px;

    background-color: #fff;
}

.dark .popup-container {
    background: #303030;
}

.popup-align {
    margin: 0 auto;
    padding: 60px 70px 70px;
    color: #101010;
}
.wrapp_image_popup{
    margin: 0px auto 20px;
    text-align: center; 
}
header .wrapper_footer_another_site a.logo_another_site_link:hover{
    background-color: white;
}

.popup-content .layer-close {
    position: absolute;

    left: 0;

    bottom: 0;

    right: 0;

    height: 10000px;
}

.popup-title {
    margin-bottom: 10px;
}

.dark .btn-close path {
    fill: #fff;
}

.btn-close {
    position: absolute;

    z-index: 10;

    top: 15px;

    right: 15px;

    background: transparent;

    cursor: pointer;

    transition: all 0.4s;

    -webkit-transition: all 0.4s;

    -o-transition: all 0.4s;
}

.btn-close_rounded {
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border-radius: 8px;
    border: 1px solid #0066cc;
    width: 46px;
    height: 46px;
}

.dark .btn-close_rounded {
    background: rgba(159, 159, 159, 0.8);
}

/* ------------------------------------------------------------------------------------------------------------------------ */

/* SIMPLE PAGE */

/* --------------------------------------------------------------------------------------------------------------------------- */

.simple-page {
    position: relative;

    display: block;

    width: 100%;
}

.simple-page>* {
    margin-bottom: 40px;
}

.simple-page> :last-child,
.simple-page p:last-child {
    margin-bottom: 0;
}

.simple-page p {
    margin-bottom: 20px;
    color: #313131;
    line-height: 1.44em;
}
.simple-page h2, .simple-page .h2 {
    font-size: 30px;
    line-height: 100%;
    font-weight: 700 !important;
}

.simple-page.text p:not(.text p:last-child) {
    margin-bottom: 40px;
}
.simple-page.text p + ul{
    margin-top: -10px;
}

.simple-page.text p+p {
    margin-top: -30px;
}


.simple-page h1,
.simple-page h2,
.simple-page h3,
.simple-page h4,
.simple-page h5,
.simple-page h6 {
    font-weight: 500;

    color: #1f1f1f;
}

.simple-page h2,
.simple-page h3,
.simple-page h4,
.simple-page h5,
.simple-page h6 {
    margin-bottom: 30px;
}

.simple-page iframe {
    display: block;

    width: 100%;

    max-width: 100%;

    height: 670px;

    max-height: calc(56.25vw - 30px);

    border: 0;

    border-radius: 15px;

    overflow: hidden;

    position: relative;
}

.simple-page>picture {
    position: relative;

    display: block;

    overflow: hidden;

    border-radius: 15px;
}

.simple-page figure {
    max-width: 100%;
}

.simple-page>img {
    position: relative;

    width: auto;

    max-width: 100%;

    height: auto;

    margin-left: auto;

    margin-right: auto;

    border-radius: 10px;
}

.simple-text>img {
    margin: 50px auto;
}

.simple-page table {
    border-collapse: collapse;

    table-layout: fixed;

    width: 100%;

    background-color: #fff;
}

.simple-page table thead {
    border-bottom: 1px solid #1f1f1f;

    margin: 0;
}

.simple-page table thead tr td {
    padding-left: 0;

    padding-top: 0;

    color: #1f1f1f;

    font-weight: 500;

    font-size: 18px;
}

.simple-page table th {
    color: #1a1a1a;

    border: none;
}

.simple-page table th,
.simple-page table td {
    vertical-align: middle;

    text-align: left;

    padding: 25px;

    height: 50px;
}

.simple-page table td {
    border: none;

    color: #4a4846;

    font-size: 16px;

    font-weight: 300;

    line-height: 1.62em;
}

.simple-page table tbody td {
    border: solid 1px #f6f6f6;
}

.simple-page table thead td {
    border-bottom: solid 1px #1f1f1f;
}

.simple-page table td:first-child {
    width: 40%;
}

.simple-page table td:last-child {
    padding-right: 0;
}

.simple-page table td a {
    white-space: normal;

    font-weight: 500;
}

.simple-page table td span {
    font-weight: 500;
}

.simple-page+.subscribe-block {
    margin-top: 80px;
}

.simple-page .team-top .block-title:first-child {
    margin-bottom: 10px;
}

.simple-page .team-top .text p:first-child {
    padding-left: 0;
}

.simple-page .small-banner {
    height: unset !important;

    padding: 0;

    padding-bottom: 55.86%;
}

.simple-page img {
    border-radius: 15px;

    width: 100%;
}

/* simple slider */

.simple-slider .swiper-slide {
    margin-bottom: 0;
}

.simple-slider .simple-slide {
    position: relative;

    overflow: hidden;

    display: block;

    width: 100%;

    background-color: #939393;

    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);

    border-radius: 15px;
}

.simple-slider .simple-slide picture {
    padding-bottom: 70%;

    display: block;
}

.simple-slider .simple-slide img {
    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    margin: 0;

    object-fit: cover;

    object-position: center;
}

.simple-slider .swiper-pagination {
    margin-bottom: 0;

    margin-top: 10px;

    bottom: 0;
}

/*media*/

@media (max-width: 1366px) {
    .simple-page h1 {
        padding-bottom: 0px;

        margin-bottom: 40px;
    }

    .simple-page>* {
        margin-bottom: 40px;
    }

    .simple-slider .simple-slide,
    .simple-page img {
        border-radius: 7px;
    }

    .simple-page iframe {
        height: 570px;
    }
}

@media (min-width: 1200px) and (max-width: 1440px) {
    .simple-page table thead tr td {
        font-size: 16px;
    }

    .simple-page table td {
        font-size: 14px;
    }

    blockquote {
        font-size: 25px;

        border-radius: 5px;
    }

    .simple-slider .simple-slide,
    .simple-page img {
        border-radius: 7px;
    }
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------ */

/* NEWS DETAIL */

/* ------------------------------------------------------------------------------------------------------------------------------------------------ */
.simple-page h1{
    font-weight: 700;
}
.news-detail .breadcrumbs {
    margin-bottom: 30px;
    padding-top: 10px;
}

@media (min-width: 1200px) {


    .news-detail__wrap {
        max-width: 900px;
    }
}

@media (min-width: 1441px) {
    .news-detail__wrap {
        max-width: 1135px;
    }
}

.small-banner {
    height: 630px;

    border-radius: 15px;

    overflow: hidden;

    display: block;

    width: 100%;
}

.block-line {
    border-bottom: 1px solid transparent;
    padding-bottom: 15px;
    color: #1F1F1F;
    margin-bottom: 50px;
}

.block-line.orange {
    border-color: #f2994a;
}

.block-line.light-orange {
    border-color: #e8bf42;
}

.block-line.blue {
    border-color: #2d9cdb;
}

.block-line.light-blue {
    border-color: #42b8de;
}

.block-line.dark-blue {
    border-color: #2d9cdb;
}

.block-line.purple {
    border-color: #bb6bd9;
}

.block-line.purple.type-2 {
    border-color: #9b51e0;
}

.block-line.pink {
    border-color: #db4d91;
}

.block-line.bue-green {
    border-color: #2db8af;
}

/* media */

@media (max-width: 1366px) {
    .small-banner {
        height: 530px;
    }

    .block-line {
        padding-bottom: 20px;
    }
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------ */

/* 404 */

/* ------------------------------------------------------------------------------------------------------------------------------------------------ */

.not-found {
    min-height: 100vh;

    display: -webkit-box;

    display: flex;

    align-items: center;

    justify-content: center;

    margin: 0 auto;

    padding: 129px 0 100px;

    text-align: center;

    width: 100%;
}

@media (min-height: 1085px) {
    .not-found {
        min-height: calc(100vh - var(--footer-height));
    }
}

.not-found-title {
    font-size: 200px;
    line-height: 100%;
    letter-spacing: -12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #1F1F1F;
    margin-bottom: 30px;
}
.not-found-subtitle{
    color: #1F1F1F;
    font-size: 36px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0px;
    margin-bottom: 10px;
}

.not-found-block .block-item-article {
    padding: 30px 50px 50px;
    border: none;
    max-width: 650px;
    background-color: #F4F4F4;
    margin: 0 auto;
    border-radius: 16px;
}

.not-found-block .block-item-article .btn {
    border-color: #0066cc;
    max-width: 150px;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 20px;
    font-weight: 700;
    padding: 15px;
}


.not-found-block .text {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #1F1F1F;
}

/* EXCLUSIVE PAGE */

/* @media (min-width: 990px) {

  .exclusive__grid > :first-child {

    width: calc(100% - 270px - var(--bs-gutter-x));

  }

  .exclusive__grid > :last-child {

    width: calc(270px + var(--bs-gutter-x));

  }

}

@media (min-width: 1441px) {

  .exclusive__grid > :first-child {

    width: calc(100% - 340px - var(--bs-gutter-x));

  }

  .exclusive__grid > :last-child {

    width: calc(340px + var(--bs-gutter-x));

  }

} */

.exclusive-page .block-item-article.type-2 .banner {
    margin-bottom: 50px;
}

.exclusive-page .block-item-article .text p {
    margin-bottom: 20px;
}

.exclusive-page .block-item-article .btn {
    margin-top: 50px;
}

.exclusive-page .block-item-article.type-2 .lr-img {
    padding-bottom: 54%;
}

.exclusive-page .block-article-wrappper .block-item-article {
    padding-left: 15px;

    padding-right: 15px;

    padding-bottom: 0;
}

.exclusive-page .block-article-wrappper .img-wrapper {
    margin-bottom: 20px;
}

.exclusive-page .block-article-wrappper .block-title {
    margin-bottom: 15px;
}

.exclusive-page .widget-wrapper .min-height-item {
    min-height: unset;
}

@media (min-width: 1700px) {
    /* .exclusive-page .widget-wrapper {
        margin-left: 80px;
    } */
}

@media (min-width: 1200px) {
    /* .exclusive-page .widget-wrapper {
        margin-left: 40px;
    } */
}

@media (max-width: 1440px) {
    .exclusive-page .block-item-article.type-2 {
        padding: 0;
    }

    .exclusive-page .block-article-wrappper {
        margin-left: 0;
        padding-left: 0;
    }

    .exclusive-page .block-item-article.type-2 .banner {
        margin-bottom: 30px;
    }

    .exclusive-page .block-item-article .btn {
        margin-top: 30px;
    }

    .exclusive-page .advertising img {
        width: 100%;
    }

    .not-found {
        padding-bottom: 80px;

        padding-top: 100px;
    }
}

@media (max-width: 1199px) {
    .not-found {
        padding-bottom: 70px;
    }
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------ */

/* FOOTER */

/* ------------------------------------------------------------------------------------------------------------------------------------------------ */
.subscribe_title{
    font-size: 22px;
    font-weight: 700;
    line-height: 120%;
    color: #AFAFAF;
}
footer {
    position: relative;
    background-color: #151515;
    font-size: 16px;
    padding-top: 40px;
    line-height: 1.5em;

    padding-bottom: 25px;
}

.footer__grid {
    position: relative;

    display: grid;

    grid-template-columns: auto auto;

    gap: 30px;
}

.footer__grid> :last-child {
    justify-self: flex-end;
}

footer .menu {
    margin-left: 0;
}

footer .logo {
    max-width: 522px;

    display: flex;

    align-items: center;

    margin-bottom: 25px;
}

footer .toggle-block ul li a {
    color: #4a4846;
    padding-left: 0;
}

footer .input-title {
    margin-bottom: 25px;
}

footer form {
    max-width: 420px;

    width: 100%;
}

footer .input {
    border: 1px solid #1f1f1f;

    border-radius: 10px;

    padding-left: 20px;

    font-size: 16px;

    font-weight: normal;

    padding-right: 50px;
}

footer .input-field-wrapper {
    margin-bottom: 0;
}

footer .input-field-wrapper button {
    position: absolute;

    background-color: transparent;

    max-width: 24px;

    max-height: 24px;

    right: 15px;

    top: 50%;

    transform: translateY(-50%);

    -webkit-transform: translateY(-50%);

    transition: all 0.4s;

    -webkit-transition: all 0.4s;

    -o-transition: all 0.4s;

    cursor: pointer;
}

footer .input-field-wrapper.focus img.first {
    opacity: 0;

    visibility: hidden;

    display: none;
}

footer .input-field-wrapper.focus img.focus {
    opacity: 1;

    visibility: visible;

    display: block;
}

footer .input-field-wrapper img.first {
    opacity: 1;

    visibility: visible;

    display: block;
}

footer .input-field-wrapper img.focus,
footer .input-field-wrapper img.white {
    opacity: 0;

    visibility: hidden;

    display: none;
}

.footer-top-right {
    display: flex;

    flex-direction: column;

    align-items: flex-end;
}

.footer-info {
    border-top: 1px solid #AFAFAF;
    padding-top: 15px;
    margin-top: 30px;
}
.justify-content-between{
    justify-content: space-between;
}
.footer-menu-categoty{
    column-count: 2;
    column-gap: 65px;
}
.footer_title_menu{
   color: #AFAFAF;
   font-weight: 700;
   font-size: 18px;
   margin-bottom: 15px;
}
.wrapper_footer_social_item{
    width: 52px;
    height: 52px;
    border: 1px solid #A1A1A1;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 2px;
}
.wrapper_footer_social_item:hover svg path{
    fill-opacity: 1 !important;
}
.wrapper_footer_social_item a{
    line-height: 0;
}
.toggle-block-footer{
    margin-right: 120px;
}
footer .toggle-block ul li a{
    color: #A1A1A1;
}
.subscribe-section{
    background-color: #151515;
    padding: 30px 0px;
    border-bottom: 1px solid #AFAFAF;
}
.subscribe_form{
    width: 560px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}
.subscribe_form input[type="email"]{
    width: 100%;
    height: 100%;
    border: 1px solid #747474;
    padding: 10px 0px 10px 15px;
    border-radius: 8px;   
    min-height: 60px;
    color:#AFAFAF;
    font-weight: bold;
    font-size: 17px;
    background-color: #30302E;
}
.form_button_text {
    margin-left: -10px;
    margin-right: 10px;
    font-weight: bold;
    font-size: 18px;
    color:#AFAFAF;
}
.subscribe_form button{
    min-width: 160px;
    height: 60px;
    cursor: pointer;
    border: 1px solid #E5E5E5;
    padding: 10px 0px 10px 15px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    position: relative;
}
.subscribe_form button:hover{
    background-color: #2F2F2F;
    transition: all 0.3s ease;
}
.subscribe_form input ::placeholder {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    border-left: 1px solid #E5E5E5;
}
.subscribe_form button:hover svg path{
    fill: #0066cc;
}
.wpcf7{
    position: relative;
}
  

footer .toggle-block ul li a {
    padding-left: 0;
    padding-right: 40px;
}

footer .toggle-block nav ul li a::after {
    right: 20px;
}

.develop a {
    position: relative;

    padding-right: 30px;

    font-size: 14px;
}

.develop a:after {
    content: "/";

    position: absolute;

    top: 50%;

    right: 15px;

    transform: translateY(-50%);

    -webkit-transform: translateY(-50%);
}

.develop a:last-child::after {
    content: none;
}

.develop a:first-child {
    padding-left: 0;
}

.develop a:last-child {
    padding-right: 0;
}

.develop a:last-child img {
    /*height: 18px;*/

    width: 88px;
}

.copy {
    white-space: nowrap;
    color: #A1A1A1;
    font-size: 14px;
}

.develop img {
    margin-left: 10px;
}

.develop img:last-child {
    display: none;
}

/* media */

@media (min-width: 1200px) {
    footer .input-field-wrapper button:hover {
        opacity: 0.5;
    }
}

@media (max-width: 1440px) and (min-width: 1200px) {
    footer .input {
        height: 45px;

        font-size: 14px;

        border-radius: 5px;
    }

    footer .input-title {
        margin-bottom: 16px;
    }
}

/* AD BLOCK */

.ad {
    position: relative;
}

.ad_center {
    margin-left: auto;

    margin-right: auto;
}

.ad_center .ad__image {
    margin: 0 auto;
}

.ad__image {
    display: block;

    width: 100%;
}

.ad__text {
    text-align: center;

    font-family: "Bitter";

    font-size: 18px;

    text-transform: uppercase;

    color: #4a4846;

    margin-bottom: 5px;
}

.ad_973 {
    width: 973px;
}

.ad_300 {
    max-width: 300px;
}

.ad_223 {
    max-width: 223px;
}

.ad img {
    display: block;

    width: 100%;

    max-width: 100%;

    max-height: 100%;
}

@media (max-width: 1440px) {
    .ad_973 {
        max-width: 700px;
    }
}

/* END AD BLOCK */

.icon-hoverable {
    position: relative;

    display: inline-block;
}

.icon-hoverable img:first-child {
    position: relative;

    opacity: 1;
}

.icon-hoverable img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    display: block;
    transition: 0.3s linear;
    opacity: 0;
}

.dark .icon-hoverable img:first-child {
    opacity: 0;
}

.dark .icon-hoverable>img:nth-child(2) {
    opacity: 1;
}

@media (min-width: 1200px) {

    .icon-hoverable:hover>img:nth-child(1),
    .icon-hoverable:hover>img:nth-child(2) {
        opacity: 0;
    }

    .icon-hoverable:hover>img:nth-child(3) {
        opacity: 1;
    }
}

#disqus_thread iframe {
    position: relative;
}

/* zoom fixes */

@media (min-width: 1200px) {
    #disqus_thread {
        transform: scale(0.8);
    }

    #disqus_thread iframe {
        zoom: 125%;
    }

    #disqus_thread iframe:nth-child(2):not(:last-child) {
        zoom: 138%;
        transform: scale(1.1);
    }

    .drop-menu-inner {
        max-width: 540px;
    }

    .adsbygoogle {
        zoom: 112%;
    }
}

.block_default_category.block-article-wrappper .block-item-article {
    /* margin-left: 0;margin-right: 0;

   */
    padding-left: 0;

    padding-right: 0;
}

.block_default_category~.visible_ajax_loader {
    position: relative;
}
.wrapper_template_page{
    margin-top: 30px;
    padding-bottom: 30px;
    position: relative;
}
.wrapper_title_page{
    position: relative;
    margin-bottom: 70px;
}
.wrapper_title_page:after{
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #DB4D91;
}
.contact .wrapper_title_page:after{
    background-color: #9B51E0;
}

@media (max-width: 1440px) {
    .block_default_category.block-article-wrappper {
        margin-left: -15px;

        margin-right: -15px;
    }
}
@media (max-width: 1200px) {
    .subscribe_form{
        width: 45%;
    }
    .toggle-block-footer{
        margin-right: 20px;
    }
    .block-article-grid.d-flex .content .tags-wrapper{
        margin-top: 0px !important;
    }
}


@media (max-width: 991px) {
    .block_default_category.block-article-wrappper {
        margin-left: 0;
        margin-right: 0;
    }
    .wrrapper_footer_social_items.d-flex{
        display: block !important;
    }
    .wrapper_footer_social_item {
        margin-bottom: 5px;
    }
    footer .logo {
        width: 200px;
    }
    .toggle-block-footer {
        margin-right: 15px;
    }
    .subscribe_title {
        max-width: 50%;
    }
    .block-article-grid .block-item-article.type-2 .img-wrapper {
        border-radius: 16px;
        margin-bottom: 20px;
    }
    .news-detail .simple-page h1{
        line-height: 30px;
        padding-bottom: 0px;
    }
    .news-detail .simple-page h1{
        line-height: 30px;
        padding-bottom: 0px;
    }
    
}

/*fix 02.01*/

/* .news-detail .breadcrumbs li {
    display: none;
} */

.news-detail .opacity:before {
    content: none;
}

.news-detail .text,
.news-detail .text p {
    font-size: clamp(14px, 1.27vw, 20px);
}

.tiled-gallery__item img {
    width: 100%;
}

/*change review banner*/

.single .review-detail .simple-page {
    max-width: 100% !important;
}

.single .review-detail .simple-page>*:not(div, img, figure) {
    max-width: 83.33%;

    margin-left: auto;

    margin-right: auto;
}

/*media*/

@media (max-width: 1199px) {
    .single .review-detail .simple-page>*:not(div, img, figure) {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .single .review-detail .banner-align {
        height: unset;

        padding: 0;
    }

    .bg_mobile_wrapper {
        border-radius: 15px;

        overflow: hidden;
    }

    .bg_mobile_wrapper .bg {
        position: relative;

        padding-bottom: 55.86%;
    }

    .single .review-detail .banner-align .opacity {
        display: none;
    }

    .single .review-detail .block-title {
        color: #1f1f1f;

        -webkit-line-clamp: unset;
    }

    .single .review-detail .tags-wrapper a {
        border-color: #f2994a;

        color: #f2994a;
    }

    .single .review-detail .orange.article-info span:not(.orange.article-info span:last-child) {
        border-color: #f2994a;
    }

    .single .review-detail .article-info {
        color: #73716f;
    }

    .single .review-detail .banner-align .content {
        display: flex;

        flex-direction: column;

        margin: 15px 0;
    }

    .single .review-detail .banner-align .tags-wrapper {
        order: 1;
    }

    .single .review-detail .banner-align .block-title {
        order: 2;
    }

    .single .review-detail .banner-align .article-info {
        order: 3;
    }
    .search .content {
        padding: 0px 10px 15px 10px;
    }
    .exclusive-page .wrapper_cat_title {
        flex-wrap: wrap;
    }
    .exclusive-page .tags-wrapper a:first-child {
        padding-left: 0px !important;
    }
}

/**/

.review-detail .content {
    position: relative;
    z-index: 3;
}

.iframe-wrapp.mobile {
    display: none;
}

iframe {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.simple-page .small-banner iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
}

@media (max-width: 767px) {
    .iframe-wrapp.desktop {
        display: none;
    }

    .iframe-wrapp.mobile {
        display: block;
        position: relative;
        padding-bottom: 55.86%;
    }
}

/* ADDS */
/* .wrapper_ga_custom::before {
    content: "ADVERTISEMENT";
    display: block;
    text-align: center;
    color: #4a4846;
} */
.block-item-article.type-2 .grid_wrapper_news .banner .tags-wrapper a, .banner .tags-wrapper a{
    color: #C8C5C4;
}








.page-title {
    font-size: 38px;
    font-weight: 500;
    margin-bottom: 12px;
}

.page-title-line {
    height: 3px;
    background: var(--accent);
    border-radius: 2px;
}

.section-heading {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 24px;
}

.section-heading.light {
    margin-bottom: 8px;
}

.section-subheading {
    font-size: 16px;
    color: #cccccc;
    margin-bottom: 32px;
}

.content-text {
    font-size: 18px;
    color: #313131;
    line-height: 24px;
}

.about-hero-text {
    font-size: 20px;
    color: #313131;
    line-height: 34px;
}
.content-text p,
.about-hero-text p,
.origin-story-text p {
    margin-bottom: 16px;
}

.about-hero {
    margin-bottom: 50px;
}

.about-hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}

.about-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 16px;
}

.about-hero-photo {
    aspect-ratio: 1.30 / 1;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    overflow: hidden;
    height: 550px;
}
.about-hero-photo img{
    width: 100%;
    height: initial;
    object-fit: contain;
}

.origin-story {
    background: #1a1a1e;
    color: #fff;
    padding: 50px 0px 80px;
    margin-bottom: 50px;
}

.origin-story-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

.origin-story-text {
    font-size: 15px;
    color: #ffffff;
    line-height: 1.8;
}

.origin-story-text a {
    color: #6ea8fe;
    text-decoration: underline;
}

.journey {
    padding-bottom: 48px;
}

.timeline-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px 20px;
    margin-bottom: 28px;
}

.timeline-item {
    border-left: 3px solid var(--accent);
    border: 1px solid #E5E5E5;
    border-radius: 16px;
    padding: 15px 20px;
}

.timeline-year {
    font-size: 24px;
    font-weight: 700;
    color: var(--accent);
    margin-bottom: 4px;
}

.timeline-title {
    color: #0066cc;
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 6px;
}

.timeline-text {
    font-size: 18px;
    color: #313131;
    line-height: 24px;
    font-weight: 500;
}

.timeline-text a {
    color: var(--accent);
}

.photo-grid {
    display: grid;
    gap: 20px;
    margin-top: 20px;
}

.photo-grid-3 {
    grid-template-columns: repeat(3, 1fr);
}

.photo-grid-4 {
    grid-template-columns: repeat(4, 1fr);
    margin: 28px 0;
}
.about-cta {
    margin-bottom: 50px;
}

.featured-logo-item{
    max-width: 150px;
}
.featured-logo-item img{
    width: 100%;
    height: initial;
    object-fit: contain;
    display: block;
    filter: brightness(0);
}

.photo-card {
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    text-align: center;
    width: 100%;
    aspect-ratio: 16 / 10;
    border-radius: 16px;
    overflow: hidden;
   
}
.photo-card img{
    width: 100%;
    height: 100%;
    object-fit: cover; 
    display: block;
}
.brands-photos .photo-card{
    height: 250px;
}
.brands-photos .photo-card img {
    width: 100%;
    height: initial;
    object-fit: contain;
    display: block;
    padding: 60px;

}
.origin-story-content{
    line-height: 24px;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 16px;
    column-count: 2;
    column-gap: 30px;
}
.origin-story-content a,.timeline-text a{
    color: #0066cc;
    text-decoration: underline;
}

.photo-card.dark {
    background: rgba(255, 255, 255, 0.08);
}

.photo-card.light {
    background: #f0efed;
}

.photo-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.photo-card.dark .photo-label {
    color: rgba(255, 255, 255, 0.3);
}

.photo-card.light .photo-label {
    color: #aaa;
}

.photo-caption {
    font-size: 10px;
}

.photo-card.dark .photo-caption {
    color: rgba(255, 255, 255, 0.2);
}

.photo-card.light .photo-caption {
    color: #ccc;
}

.what-we-are {
    background-color: #F6F6F4;
    padding: 56px 0;
    margin-bottom: 48px;
}

.what-we-are-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start;
}

.chips-title {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #888;
    margin-bottom: 14px;
}

.chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.chip {
    padding: 8px 18px;
    border-radius: 20px;
    border: 1px solid #d0d0cc;
    font-size: 15px;
    font-weight: 500;
    color: var(--text-mid);
    background: #fff;
}

.brands-photos {
    padding-bottom: 20px;
    margin: 10px 0px 30px;
}

.brands {
    padding-bottom: 0px;
}

.brands-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.brand-card {
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 25px 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    border: 1px solid #E5E5E5;
}

.brand-title {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.brand-text {
    font-size: 18px;
    color: #313131;
    line-height: 24px;
}

.brand-link {
    font-size: 15px;
    font-weight: 600;
    color: #0066cc;
}
.brand-link:hover {
    text-decoration: underline;
}
.wrapper_team_content h4 a{
    font-weight: 700;
}
.featured-in {
    margin: 50px 0px 60px;
}

.featured-title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #888;
}

.featured-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 48px;
    opacity: 0.35;
    flex-wrap: wrap;
}

.featured-logos span {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.team-section {
    margin-bottom: 50px;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.team-card {
    border: 1px solid #E5E5E5;
    border-radius: 16px;
    padding: 20px;
}

.team-card h4 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 2px;
}

.team-avatar {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 12px;
}
a.team-avatar {
    border-radius: 50%;
    overflow: hidden;
}

.team-role {
    font-size: 16px;
    color: #313131;
    margin-bottom: 2px;
}

.team-loc {
    font-size: 15px;
    color: #5C5C5C;
    margin-bottom: 8px;
}

.team-links {
    font-size: 15px;
    color: #0066cc;
}
.wrapper_team_card{
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: flex-start;
}

.team-links a {
    color: var(--accent);
    margin-right: 8px;
}


.about-cta-box {
    text-align: center;
    padding: 48px 24px;
    border-radius: 12px;
    border: 1px solid #E5E5E5;
    border-radius: 16px;
}

.about-cta-title {
    font-family: 'Newsreader', Georgia, serif;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 8px;
}

.about-cta-text {
    font-size: 15px;
    color: var(--text-mid);
    margin-bottom: 24px;
}

.about-cta-btn {
    display: inline-block;
    padding: 12px 28px;
    border: 1px solid #313131;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #313131;
    transition: all 0.2s;
}

.about-cta-btn:hover {
    background: #313131;
    color: #fff;
}

.newsletter-cta {
    max-width: var(--max-w);
    margin: 0 auto 32px;
    padding: 0 24px;
}

.newsletter-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    padding: 28px 32px;
    background: var(--bg-alt);
    border-radius: var(--radius-lg);
}

.nl-left .nl-heading {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 2px;
}

.nl-left .nl-sub {
    font-size: 13px;
    color: var(--text-mid);
}

.nl-email {
    display: flex;
    flex: 1;
    max-width: 340px;
}

.nl-email input {
    flex: 1;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 8px 0 0 8px;
    padding: 11px 14px;
    font-size: 13px;
    color: var(--text);
    outline: none;
    font-family: inherit;
}

.nl-email input::placeholder {
    color: #aaa;
}

.nl-email button {
    background: var(--text);
    color: #fff;
    border: none;
    border-radius: 0 8px 8px 0;
    padding: 11px 20px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    font-family: inherit;
    white-space: nowrap;
}

.footer {
    background: #1a1a1e;
    color: #fff;
    padding: 48px 0 0;
    margin-top: 32px;
}

.footer-inner {
    max-width: var(--max-w);
    margin: 0 auto;
    padding: 0 24px;
}

.footer-top {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 48px;
    align-items: start;
    margin-bottom: 40px;
}

.footer-logo {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.footer-stores {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.store-btn {
    display: inline-block;
    border: 1px solid #444;
    border-radius: 6px;
    padding: 9px 18px;
    font-size: 12px;
    font-weight: 600;
    color: #ccc;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    transition: border-color 0.2s, color 0.2s;
}

.store-btn:hover {
    border-color: #888;
    color: #fff;
}

.footer-cols {
    display: flex;
    gap: 56px;
}

.footer-col h4 {
    font-size: 12px;
    font-weight: 600;
    color: #888;
    margin-bottom: 14px;
    letter-spacing: 0.03em;
}

.footer-col a {
    display: block;
    font-size: 13px;
    color: #aaa;
    margin-bottom: 10px;
    line-height: 1.4;
}

.footer-col a:hover {
    color: #fff;
}

.cat-2col {
    display: grid;
    grid-template-columns: auto auto;
    gap: 0 24px;
}

.footer-socials {
    display: flex;
    gap: 10px;
    margin-top: 16px;
}

.fsoc {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    border: 1px solid #333;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fsoc:hover {
    border-color: #666;
}

.fsoc svg {
    width: 14px;
    height: 14px;
    fill: #888;
}

.footer-divider {
    border: none;
    border-top: 1px solid #2a2a2e;
    margin-bottom: 20px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 24px;
}
.wrapper_ga_custom{
    
}
.wrapper_title_g_a {
    font-size: 16px;
    font-weight: 500;
    line-height: 29px;
    background: #F6F6F4;
    border-radius: 8px;
    padding: 12px 14px;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #73716f;
    margin-bottom: 10px;
}
footer .logo_another_site_link:hover{
    background-color: #ffffff;
}



@media (max-width: 1400px) {
    .wrapper_template_page {
        margin-top: 20px;
        padding-bottom: 15px;
        position: relative;
    }
    .wrapper_title_page {
        margin-bottom: 0px;
    }
    .about-hero-grid {
        gap: 15px;
    }
    .block-item-article.type-2 .img-wrapper {
        margin-bottom: 10px;
    }
    .footer-menu-categoty{
        column-gap: 0px;
    }
    .toggle-block-footer{
        margin-right: 10px;
    }
    .wrapper_another_site{
        top: 60px;
    }
    
}

@media (max-width: 1200px) {
    .about-hero-text {
        font-size: 18px;
        color: #313131;
        line-height: 26px;
    }
    .about-title {
        line-height: 26px;
    }
}
@media (max-width: 991px) {
    .main-banner .banner .tags-wrapper a{
        margin-bottom: 10px;
    }
    .brands-photos .photo-card {
        height: 180px;
    }
    .about-hero-photo {
        aspect-ratio: 1.25 / 1;
        width: 100%;
        height: auto;
    }
    .about-hero-photo img{
        width: 100%;
        height: initial;
        border-radius: 16px;
    }
    .origin-story-content,.about-hero-text,.timeline-text,.content-text,.brand-text{
        line-height: 24px;
        font-size: 16px;
    }
    .timeline-title {
        font-size: 15px;
    }
    .chip{
        font-size: 14px;
    }
    .brand-title {
        font-size: 17px;
    }
    .about-hero-grid,
    .origin-story-grid,
    .what-we-are-grid,
    .brands-grid,
    .footer-top {
        grid-template-columns: 1fr;
    }

    .timeline-grid,
    .team-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .photo-grid-3,
    .photo-grid-4 {
        grid-template-columns: repeat(2, 1fr);
    }

    .newsletter-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .nl-email {
        max-width: 100%;
        width: 100%;
    }
    .wrapper_ga_custom{
        margin: 0px 15px;
    }
    .wrapper_title_g_a{
        font-size: 12px;
        padding: 8px 14px;
    }
    .grid_wrapper_news .seo-block .block-item-article .min-height-item{
        margin-top: -10px;
    }
    .grid_wrapper_news .block-item-article.type-2 .block-article-grid .img-wrapper {
        margin-bottom: 0px;
    }
    .wrapper_another_site{
        top: 65px;
    }
    a.logo_another_site_link,.wrapper_another_site{
        margin: 0px;
    }
    .logo_another_site_link{
        padding: 5px;
        margin-right: 10px;
        max-width: 180px;
        height: 40px;
        border: 1px solid #cccccc;
    }
    
    .logo_another_site_link img{
        height: initial;
        width: 100%;
        object-fit: contain;
        
    }
}
@media (max-width: 767px) {
    .wrapper_ga_custom{
        margin: 0px 0px 30px;
    }
    .d-flex-list-item .seo-block{
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
    .row .news-detail__grid{
        margin-bottom: 20px !important;
    }

    .wrapper_another_site {
        margin: 0px 10px;
        border-radius: 8px;
        position: fixed;
        left: 10px;
        top: 42px;
        transition: all 0.3s;
        display: none;
        background-color: white;
        height: auto;
        padding: 10px 10px;
        -webkit-box-shadow: 0px -1px 12px 4px #000000;
        box-shadow: 0px 0px 12px 1px #1f1f1f;
    }
    header.is-active-another-site {
        height: 0px;
    }
    .logo_another_site_link{
        display: block;
    }
    .logo_another_site_link {
        padding: 5px;
        margin-right: 10px;
        width: calc(33% - 1px);
        height: 40px;
        border: 0px;
    }
    .wrapper_another_site {
        left: 0px;
        width: calc(100% - 20px);
        padding: 10px 20px;
        right: 0px;
        top: 70px;
    }
    .wrapper_another_site.is-active{
        display: block;
    }
    header .logo_another_site_link {
        border: 0px solid #cccccc;
        margin-bottom: 10px !important;
        border-radius: 0px !important;
        width: 100%;
    }
    header .logo_another_site_link:last-child{
        margin-bottom: 0px !important;
    }
    /* header .logo_another_site_link img {
        filter: brightness(0) invert(0.9);
    } */
    footer .wrapper_logo{
        margin-bottom: 20px;
    }
    header .logo_another_site_link{
        position: relative;
    }
    header .logo_another_site_link:before{
        content: '';
        position: absolute;
        bottom: -4px;
        left: 0;
        width: calc(100vw - 75px);
        height: 1px;
        background-color: #cccccc;
        z-index: 1;
    }
    header .logo_another_site_link:last-child:before{
        content: '';
        display: none;
    }
    header .logo_another_site_link:last-child{
        height: 42px;
        max-width: 200px;
    }
    header .logo_another_site_link:last-child img{
        margin-left: -13px;
    }
    .team-grid {
        grid-template-columns: 1fr 1fr !important;
        flex-wrap: wrap;
        display: grid;
        gap: 0px !important;
    }
    .team-links {
        font-size: 13px;
    }
    .team-card h4 {
        font-size: 15px;
    }    
    .team-card {
        border: 1px solid #E5E5E5;
        border-radius: 16px;
        padding: 12px;
        width: calc(100% - 10px);
        margin-bottom: 10px;
    }

    .team-group {
        margin-bottom: 20px;
    }
    .wrapper_team_card {
        flex-wrap: wrap;
        gap: 10px;
        font-size: 16px;
    }
    .team-avatar {
        width: 45px;
        height: 45px;
        margin-bottom: 0px;
    }
    .team-role,.team-loc{
        font-size: 13px;
    }
    .team-group__title {
        margin-bottom: 5px;
        font-size: 14px;
    }
    .team-loc {
        margin-bottom: 5px;
    }
    .article-info span{
        font-size: 10px;
    }
    .author-link::after {
        position: absolute;
        content: '';
        display: block;
        width: 2px;
        height: 2px;
        background-color: #d8d8d8;
        top: 7px;
        right: -5px;
    }
    .author-link::before {
        bottom: 1px;
    }
    .article-info span:not(.article-info span:first-child) {
        padding-left: 0px;
    }
    .article-info span:not(.article-info span:last-child) {
        padding-right: 8px;
    }
    .seo-block .content .tags-wrapper {
        margin-top: -5px;
    }
    .home .d-flex-list-item .block-title {
        margin-bottom: 0px !important;
    }
}

@media (max-width: 640px) {
    .timeline-grid,
    .team-grid,
    .photo-grid-3,
    .photo-grid-4 {
        grid-template-columns: 1fr;
    }

    .page-title {
        font-size: 30px;
    }

    .about-hero-title,
    .section-heading,
    .about-cta-title {
        font-size: 22px;
    }
    .brands {
        padding-bottom: 10px;
    }
    .what-we-are {
        background-color: #F6F6F4;
        padding: 40px 0;
        margin-bottom: 48px;
    }
    .origin-story {
        padding: 40px 0px 50px;
    }
    .journey {
        padding-bottom: 20px;
    }
    
    .drop-menu-inner .menu li a{
        font-size: 14px;
    }
    .subscribe_form button {
        width: 100%;
        height: 60px;
    }
    .subscribe_form input{
        min-height: 60px;
        min-width: 100%;
    }

    .subscribe-section .wpcf7-form-control-wrap{
        width: 100%;
    }
    .subscribe_form {
        height: auto;
        flex-wrap: wrap;
    }
}


@media (max-width: 360px) {
    header .header-logo {
        width: 170px;
    }
    
}
header {
    transition: transform 0.3s ease;
}

header.hide {
    transform: translateY(-100%);
}