/*-------------------------------------------------------------------------*/
/*	1.	Browser Reset + Font Face
/*-------------------------------------------------------------------------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strike,strong,sub,sup,tt,var,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;box-sizing: border-box;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
body{line-height:1;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
b,strong{font-weight: 700;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
*{outline:none;}
p:empty {
  display: none !important;
}

:root {
	--black:        #333333;
	--white:		#fff;
    --yellow:       #ffdf35;
    --red:          #e94a37;
}

@font-face {
    font-family: "Open Sans";
    font-weight: 400;
    src: url("../fonts/OpenSans/OpenSans-Regular.ttf");
    font-display: swap;
}
@font-face {
    font-family: "Open Sans";
    font-weight: 600;
    src: url("../fonts/OpenSans/OpenSans-SemiBold.ttf");
    font-display: swap;
}
@font-face {
    font-family: "Open Sans";
    font-weight: 800;
    src: url("../fonts/OpenSans/OpenSans-Bold.ttf");
    font-display: swap;
}
@font-face {
    font-family: "Gilroy"; 
    src: url("/css/gilroy-regular.ttf") format("truetype"); 
    font-style: normal; 
    font-weight: normal;
    font-display: swap;
}

.wp-video video{
    width: 100%;
}

/* EDITOR */

.edit_page{
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100vw;
    background-color: #23282d;
    padding: 12px 0;
    color: #fff;
}
.edit_page img{
	height: 22px;
	margin: 0 8px;
	filter: invert(1);
}

/* .edit_page a{
	text-align: right;
	color: #fff;
	opacity: 1;
	transition: opacity .4s;
	margin: 0 32px 0 10px;
} */

.edit_page a:hover{
	opacity: .7;
}

body.edit_page_open{
	margin: 46px 0 0;
}

/* EDITOR END */



body {
    margin: 0 auto;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    background-color: var(--white);
    color: var(--black);
    /* overflow-x: hidden; */
    padding: 0 !important;
}
.divider{
    flex: 1;
    width: 100%;
}

.desktop-hide {
    display: none;
}

.nav-list__big nav,
.flex {
    display: flex;
}

.nav-list__big nav ul.menu,
.nav__header,
.nav-list__big,
.nav-list__big nav{
    width: 100%;
}

.grid {
    display: grid;
}
a {
    display: block;
    text-decoration: none;
    color: var(--black);
}

.sidesContainer{
    /* padding: 0 220px; */
    max-width: 1140px;
    margin: 0 auto;
}


.menu-container {
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1);
}
.nav-border {
    border-bottom: 1px solid #F0F0F0;
}
.nav-block {
    padding: 20px 0;
    align-items: center;
}
ul {
    margin: 0;
}

.menu,
.nav-list1 {
    display: flex;
}


.menu-top-container li:not(:last-of-type){
    margin: 0 25px 0 0;
}


.nav__header {
    padding: 10px 0;
}
.nav-logo {
    padding-right: 35px;
}
.nav-logo img{
    height: auto;
    width: 100%;
}


body.scrolled .nav__header__wrap{
    position: fixed;
    z-index: 15;
    background-color: #fff;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1);
    left: 0;
    top:0;
    width: 100%;
}
body.scrolled .nav__header__wrap .flex.nav__header{
    max-width: 1140px;
    margin: 0 auto;
}

.menu-item-has-children .sub-menu{
    display: none;
}


.socialmedia:hover ul li,
.menu-item-has-children .sub-menu a{
    padding: 8px 0;
    border-bottom: 1px solid rgba(205, 211, 221, 0.5);
}
.socialmedia:hover ul li:last-of-type,
.menu-item-has-children .sub-menu li:last-of-type a{
   border: unset;
   padding: 8px 0 0;
}
.menu-item-has-children .sub-menu li:first-of-type a,
.socialmedia:hover ul li:first-of-type{
    padding: 0 0 8px;
}


.nav-list__big nav ul.menu{
    column-gap: 0;

}



.nav-list__big nav ul.menu a{
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Open Sans';
    line-height: 1.5;
}

.nav-list__big nav ul.menu ul.sub-menu a {
    text-transform: capitalize;
    font-weight: 500;
}
.nav-list__big nav ul.menu ul.sub-menu a:hover {
    opacity: .7;
}

.menu-item-has-children::before {
    content: '';
    width: 8px;
    height: 8px;
    display: block;
    border: 2px solid var(--black);
    border-bottom: unset;
    border-left: unset;
    position: absolute;
    right: 0;
    top: calc(50% - 4px);
    transform: translateY(-50%) rotate(135deg);
}

.menu-item-has-children {
    padding: 0 18px 0 0;
    position: relative;
    display: flex;
    height: 100%;
    align-items: center;
}

.nav-list__big .menu-item-has-children{
    height: 42px;
}


.socialmedia ul{
    display: none;
}

.socialmedia:hover ul,
.menu-item-has-children:hover .sub-menu {
    display: block;
    position: absolute;
    top: 100%;
    left: -12px;
    width: 150px;
    z-index: 10;
    line-height: 1.3;
    padding: 8px 12px;
    background-color: white;
    border: 1px solid rgba(205, 211, 221, 0.5);
}



/* LANGS */

/* .language__switcher{
    width: auto;
    max-width: unset;
    background-color: #eeeeee;
    border-color: #cdcdcd;
}
.language__switcher>ul {
    position: relative;
    padding: 0;
    margin: 0 !important;
    list-style-type: none;
}

.language__switcher li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.language__switcher li a, .language__switcher li a:hover, .language__switcher li a:focus{
    color: var(--black);
    background: transparent;
} */

.language__switcher{
    border: 1px solid transparent;
    position: relative;
}

.language__switcher a{
    font-size: 16px;
    text-transform: uppercase;
    color: var(--black);
    background: transparent;
}

.language__switcher li:not(.current_page_item){
    visibility: hidden;
    display: none;
}
.language__switcher .current_page_item a{
    padding: 0 4px;
    padding-right: calc(10px + .7em + .7em);
    position: relative;
}
.language__switcher .current_page_item a:after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    border: unset;
    border-right: 1px solid var(--black);
    border-top: 1px solid var(--black);
    width: 4px;
    height: 4px;
    cursor: pointer;
    transform-origin: top;
    transform: rotate(135deg) scale(1.5);
}
.language__switcher:hover{
    border-color: #cdcdcd;
}
.language__switcher:hover .current_page_item a{
    background-color: #eeeeee;
}

.language__switcher:hover li:not(.current_page_item):nth-of-type(2),
.language__switcher:hover li:not(.current_page_item):nth-of-type(3){
    visibility: visible;
    display: block;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    border-top: 1px solid #cdcdcd;
    padding: 0 4px;
    margin: 0;
    list-style-type: none;
    z-index: 101;
    background-color: var(--white);
    border-left: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
}

.language__switcher:hover li:not(.current_page_item):nth-of-type(3){
    top: 200%;
    border: 1px solid #cdcdcd;
}

/* LANGS END */


.button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem;
    font-family: inherit;
    padding: 0.85em 1em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 0;
    transition: background-color .25s ease-out,color .25s ease-out;
    font-size: .9rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #ffb300;
    color: #fff;
}
.button:focus, .button:hover {
    background-color: #d99800;
    color: #fff;
}

.button_row__wrap{
    margin: 64px 0 32px;
}

.button.green{
    background-color: #23a455;
}
.button.green:focus, .button.green:hover {
    background-color: #17793d;
}

.button.blue{
    background-color: #007fb4;
}
.button.blue:focus, .button.blue:hover {
    background-color: #004e6e;
}

#actual .button{
    width: 100%;
    padding: 1em 0;
    grid-column: 2 / 3;
    margin: 0 auto 3em;
}


.col-5 {
    grid-template-columns: repeat(5, 1fr);
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.menu-search {
    width: auto;
    margin: 0 auto;
    align-items: center;
}

.menu-search button,
.menu-search input {
  width: 200px;
  height: 25px;
  padding-left: 15px;
  border: 1px solid #F2F2F2;
  border-right: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  box-sizing: content-box;
}

.menu-search button {
  padding: 0;
  height: 27px;
  width: 75px;
  cursor: pointer;
  background-color: #B6BFCD;
  border: 1px solid rgba(242, 242, 242, 1);
  font-size: 12px;
  color: var(--white);
}


.nav-block__socialmedia{
    padding: 0 25px 0 0;
}

.nav-block__socialmedia a{
    margin: 0 12px 0 0;
}
.nav-block__socialmedia a img.icon-padding{
    padding: 0;
}
.nav-block__socialmedia a:last-of-type{
    margin: 0;
}

.socialmedia {
    font-size: 14px;
    align-items: center;
    position: relative;
    cursor: pointer;
    padding-right: calc(10px + 1.4em);
}

.socialmedia::after {
    right: 14px;
    transform: rotate(135deg) scale(1.5) translate(-50%, -50%);
}

.socialmedia span {
    padding: 0 3px 0 8px;
}


    

/* .second-menu {
    max-width: 1140px;
    margin: 0 150px 0 150px;
} */
.nav-list3 {
    flex-direction: row;
    align-items: center;
}
.nav-list3 span {
    padding: 0 4px 0 0;
}

body:not(.page-dashboard) main.sidesContainer {
    margin: 0 auto;
    padding-top: 20px;
    /* padding-bottom: 100px; */
    padding-bottom: 0;
}

body.page-dashboard .sidesContainer {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: unset;
}

.main-path {
    align-items: center;
    flex-wrap: wrap;
}
.col-3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}
.col-4 {
    grid-template-columns: repeat(4, 1fr);
    gap: 35px;
}

.editor_select,
h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    padding: 30px 0 30px 0;
}

.news {
    margin: 0px;
    border: 1px solid rgba(205, 211, 221, 0.5);
    box-sizing: border-box;
    box-shadow: 0px 4px 14px rgb(47 52 61 / 4%);
    border-radius: 4px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}


.home_page__slider:not(.slick-initialized) article{ display: none; }
.home_page__slider:not(.slick-initialized) article:first-of-type{ display: flex; width: 360px; opacity: 0;}

/* .home_page__slider:not(.slick-initialized){
    max-height: 500px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.home_page__slider:not(.slick-initialized)::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
} */

.home_page__slider .news.slick-slide{
    margin: 0 15px 35px;
    display: flex;
}

.news-padding, .news-padding-h3 {
    padding: 14px 10px 0 10px;
    line-height: 1.3;
    
}



.news__img_wrap {
    width: 100%;
    overflow: hidden;
    aspect-ratio: 120/63;
    max-width: 356px;
    height: 187px;
    /* aspect-ratio: 35 / 16; */
}

.news .news__img_wrap img {
    /* min-width: 100%; */
    /* min-height: 285px; */
    width: 100%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}
.home_page__slider:not(.slick-initialized){
    background-color: #fff;
}

.home_page__slider:not(.slick-initialized)::before,
.gradient {
    animation-duration: 1.8s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background-color: #ecf0f3;
    background: linear-gradient(to right, #ecf0f3 8%, rgb(236 240 243 / 60%) 38%, #ecf0f3 54%);
    border-bottom: 1px solid rgba(205, 211, 221, 0.5);
}
@keyframes placeHolderShimmer{
    0%{
        background-position: -468px 0
    }
    100%{
        background-position: 468px 0
    }
}

.news__img_wrap .third-wave,
.news__img_wrap .second-wave {
    opacity: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.news__img_wrap .third-wave,
.news__img_wrap .second-wave,
.news-padding a{
    transition: opacity .4s;
}
.news__img_wrap .third-wave.lazy_l,
.news__img_wrap .second-wave.lazy_l{
    opacity: 1;  
}

.news-padding a:hover,
.news__img_wrap .third-wave.lazy_l:hover,
.news__img_wrap .second-wave.lazy_l:hover{
    opacity: .7;
}


.slick-track{
    display: flex;
}
.slick-slide{
    height: unset;
}
.news__img {
    top: 0;
    left: -50%;
    transform: translateX(50%);
}
.arrow-button3, .arrow-button4 {
    height: 50px;
    width: 38px;
    box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1);
    justify-content: center;
}
.arrow-button3 {
    top: 170px;
    left: -38px;
}
.arrow-button4 {
    top: 170px;
    right: -38px;
}
h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #27292C;
}

.flex.tags{
    flex-wrap: wrap;
}

.tags a {
    background-color: #828282;
    color: var(--white);
    padding: 4px 8px;
    margin: 0 10px 10px 0;
    border-radius: 5px;
    display: inline-block;
}
.tags a:nth-of-type(even){
    background-color: #BDBDBD;
}
.time-seen {
    justify-content: space-between;
    color: #9197A1;
    padding-bottom: 15px;
    align-items: flex-end;
    /* flex: 1; */
    width: calc(100% - 20px);
}


.home_page__slider{
    margin: 0 0 35px;
}

.home_page__slider .tag,
.home_page__slider .news__text{
    display: none;
}
.home_page__slider .tag:nth-of-type(1),
.home_page__slider .tag:nth-of-type(2){
    display: inline-block;
}

.who img{
    margin: 0 8px 0 0;
}


.home_page__slider .slick-dots {
    display: flex;
}
.home_page__slider .slick-dots .slick-active button{
    width: 13px;
    height: 13px;
    background-color: #828282;
    border-radius: 50%;
}
.home_page__slider .slick-dots button {
    background-color: #C4C4C4;
    margin: 0 7px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    appearance: none;
    border: unset;
    color: transparent;
    cursor: pointer;
    display: block;
    padding: 0;
}
.home_page__bottom_slider .arrow,
.home_page__slider .homeArrow{
    background: var(--white);
    box-shadow: 0px 1px 15px rgb(0 0 0 / 10%);
    border-radius: 10px;
    width: 38px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: -38px;
    z-index: 10;
    cursor: pointer;
}
.home_page__bottom_slider .arrow{
    transform: translateY(-50%);
}

.home_page__slider .homeArrow{
    transform: translate(-50%, -50%);
}

.home_page__bottom_slider .arrow::before,
.home_page__slider .homeArrow::before{
    content: '';
    position: absolute;
    border: 2px solid transparent;
    border-left: 2px solid #B6BFCD;
    border-bottom: 2px solid #B6BFCD;
    width: 10px;
    height: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-25%, -50%) rotate(45deg);
}

.home_page__bottom_slider .arrow.next,
.home_page__slider .homeArrow.next{
    left: unset;
    right: -38px;
}
.home_page__slider .homeArrow.next{
    transform: translate(50%, -50%);
}

.home_page__bottom_slider .arrow.next::before,
.home_page__slider .homeArrow.next::before{
    transform: translate(-75%, -50%) rotate(220deg)
}

h2 {
    /* font-size: 32px; */
    font-size: 24px;
    font-weight: 400;
    line-height: 1.3;
    text-align: center;
    text-transform: uppercase;
}

.main_post__content h2{
    text-transform: unset;
    text-align: unset;
}

h2.editor_select{
    font-size: 24px;
}

.sub-h2 {
    column-gap: 35px;
    justify-content: center;
}
.sub-h2-bb {
    margin: 0 16px;
    min-width: 195px;
    padding: 25px 0;
    cursor: pointer;
    border-bottom: 3px solid transparent;
}
.sub-h2-bb:hover {
    border-color: #B6BFCD;
}

.sub-h2-bb.active{
    border-color: #B6BFCD;
    font-weight: 700;
}

.actual {
    padding: 30px 0 30px 0;
    border-top: 1px solid #edeff3;
}
.more-button, .all-news, .go-event-button, .go-to-event {
    margin: 35px auto 0 auto;
    padding: 8px 4px 8px 4px;
    max-width: 277px;
    background-color: #B6BFCD;
    color: var(--white);
    text-align: center;
    border-radius: 2px;
    font-weight: 600;
}

.all-news a{
    background-color: #B6BFCD;
    color: var(--white);
}


.home__posts_filter .grid.col-3{
    display: none !important;
}
.home__posts_filter .grid.col-3.actual{
    display: grid !important;
}




.time,
.seen,
.date-time,
.who,
.home_page__slider .slick-dots,
.nav-list__big nav ul.menu,
.advert,
.alignCenter,
.col-flexcol,
.more-button {
    justify-content: center;
    align-items: center;
}

.nav-list__big nav ul.menu{
    justify-content: space-between;
}

.alignItemsCenter{
    align-items: center;
}
.justifyContentLeft{
    justify-content:baseline;
}


.more-button:hover img {
    transform: rotate(180deg);
    transition-duration: 1s;
}
.more-button span {
    padding-left: 10px;
}
.col-2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
.market-news-container {
    margin-top: 50px;
}
.partners{
    margin: 75px 0 0;
}

.partners.button__wrap .button{
    padding: 1.5em 1em;
    font-size: 1.5rem;
    margin: 0 0 30px;
}

.partners-logo {
    column-gap: 7px;
}
.partners-img {
    border: 1px solid rgba(242, 242, 242, 1);
    justify-content: center;
    margin: 0 18px;
}
.slider_wrap {
    width: calc(50% - 40px);
}
.slider_wrap h2 {
    margin: 0 0 35px;
}
.slick-slider{
    position: relative;
}
.partners.flex{
    justify-content: space-between;
}

.home_page__bottom_slider img {
    width: calc(100% - 32px);
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 16px;
}

.arrow-button1, .arrow-button2 {
    height: 50px;
    width: 38px;
    box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1);
    justify-content: center;
}
.arrow-button1 {
    top: 10px;
    left: 45px;
}
.arrow-button2 {
    top: 10px;
    right: -45px;
}
/* .arrow, */
 .arrow2, .arrow3{
    border: 2px solid transparent;
    border-left: 2px solid #B6BFCD;
    border-bottom: 2px solid #B6BFCD;
    width: 10px;
    height: 10px;
    cursor: pointer;
    transform-origin: top center;
    transform: rotate(45deg) scale(1.5) translateY(-50%);
    top: 50%;
    left: -10px;
    position: absolute;
    z-index: 1;
  }
  .arrow3 {
    right: 18px;
  }
  /* .arrow.next {
    left: unset;
    right: -10px;
    border: 2px solid transparent;
    border-right: 2px solid #B6BFCD;
    border-top: 2px solid #B6BFCD;
    
  } */



    /* POST */
.main_post__content i,
.main_post__content em{
    font-style: italic;
}
.main_post__content h4{
    display: block;
    font-size: 16px;
    margin: 16px 0 8px; 
}
.main_post__content h5{
    font-size: 14px;
}

.main_post__content strong{
    font-weight: bold;
}

.main_post__content em,
.main_post__content img{
    display: block;
    margin: 16px 0;
    max-width: 100%;
    height: auto;
}

.main_post__content em,
.main_post__content p em{
    display: inline;
}

.main_post__content img.alignleft{
    float: left;
    margin: 0 16px 16px 0;
}
.main_post__content img.alignright{
    float: right;
    margin: 0 0 16px 16px;
}
.main_post__content img.aligncenter{
    float: none;
    margin: 0 auto 16px;
}

  .arrow3.next {
    right: unset;
    top: 65%;
    left: 10px;
    transform: rotate(-135deg) scale(1.5);
  }
  .arrow2.prew{
    transform: rotate(-135deg) scale(1.5);
    margin: 20px 10px 10px 17px;
  }
  .arrow2.next {
    margin: 20px 10px 10px 0px;
  }
footer {
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    color: var(--black);
}
.subscribe {
    background-color: #B6BFCD;
    padding: 50px 0;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: rgba(59, 59, 59, 1);
}
.subscribe-here {
    margin-bottom: 35px;
}
.footer-subs {
    width: 671px;
    height: 46px;
    margin: 35px auto 35px auto;
    padding: 0;
    border: 1px solid rgba(182, 191, 205, 1);
    border-radius: 3px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
    flex-direction: row;
}
.footer-subs input[type="text"] {
        width: 481px;
        height: 46px;
        border: none;
        margin: 0;
        padding-left: 34px;
        outline: none;
        -webkit-appearance: none;
        color:rgba(130, 130, 130, 1);
}
.subscribe-here-btn {
    width: 190px;
    height: 48px;
    background-color: rgba(162, 171, 185, 1);
    color: var(--white);
    border: none;
    margin: 0;
    outline: none;
    -webkit-appearance: none;
    cursor: pointer;
}
.subs-social {
    background-color: rgba(60, 100, 177, 0.15);
    margin: 0;
    padding: 25px 0 25px 0;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
}
.icon-padding {
    padding: 2px;
}
.subs-social-text {
    justify-content: center;
}
.subs-social-img {
    max-width: 730px;
    column-gap: 80px;
    margin: 25px auto;
}

.justifyEven{
    justify-content: space-evenly;
}

.flexColumn,
.flexcol {
    flex-flow: column;
    line-height: 1.7;
}
.flexcol {
    line-height: 1.7;
}
.footer-info {
    padding-top: 44px;
    padding-bottom: 44px;
    background-color: rgba(209, 214, 222, 0.5);
}
.footer-news {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.footer-news .footer-col-news > h4,
.footer-news .menu-item.menu-item-has-children > a{
    text-transform: uppercase;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 16px;
    font-size: 14px;
}

.col-6 {
    grid-template-columns: repeat(6, 1fr);
}

.footer-news .menu {
    display: flex;
    column-gap: unset;
}

.footer-news li a {
    margin: 0 0 12px;
    font-size: 14px;
}

.footer-news .menu-item-has-children {
    display: flex;
    flex-flow: column;
    align-items: baseline;
    margin: 0;
    padding: 0;
}


.footer-news .menu-item-has-children .sub-menu li a {
    padding: 0;
    border: unset;
}

.footer-news .menu-item-has-children::before{
    display: none;
}

.footer-news .menu-item-has-children:hover .sub-menu,
.footer-news .sub-menu{
    display: block;
    position: unset;
    width: auto;
    z-index: 10;
    line-height: 1.3;
    padding: 0;
    background-color: unset;
    border: unset;
}

.footer-col-news {
    flex-direction: column;
    row-gap: 20px;
}




.footer-news .main > a, h4, h5 {
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 16px;
    font-size: 14px;

}

.footer-news .main > a{
    text-transform: uppercase;
}

h5 {
    font-size: 16px;
}
.footer-container {
    font-family: 'Open Sans', Arial, sans-serif;
    padding-top: 15px;
    padding-bottom: 15px;
    justify-content: space-between;
}
.copy-text {
    margin: auto;
}

/* вторая страница */
.h1-news {
    padding: 30px 0 50px 0;
}
.quantity {
    justify-content: center;
    font-size: 12px;
    color: rgba(130, 130, 130, 1);
    margin: 35px 0 15px 0;
}


.pages {
    justify-content: center;
    font-family: "Gilroy", sans-serif;
    font-size: 14px;
    margin: 25px 0 0 0;
}
.arrow-page {
    border-right: 1px solid var(--black);
    border-top: 1px solid var(--black);
    width: 5px;
    height: 5px;
    cursor: pointer;
    transform: rotate(45deg) scale(1.5);
}
.arrow-page.prew{
    transform: rotate(-135deg) scale(1.5);
    margin: 12px 10px 0px 0px;
}
.arrow-page.next{
    margin: 12px 0px 0px 10px;
}
.page {
    padding: 6px 10px 6px 10px;
    border-bottom: 2px solid transparent;
}
.page:hover {
    font-weight: 600;
    border: #B6BFCD 1px solid;
    cursor: pointer;
}

body.page {
    padding: unset;
    border-bottom: unset
}
.page:hover {
    font-weight: unset;
    border: unset;
    cursor: unset
}

/* третья страница */
.go-event-button1 {
    margin: 35px auto 75px auto;
    padding: 8px 4px 8px 4px;
    max-width: 277px;
    background-color: #B6BFCD;
    color: var(--white);
    font-weight: 600;
    text-align: center;
    border-radius: 2px;
}
.events-nav {
    border-bottom: 1px solid #CDD3DD;
    font-size: 16px;
}
.events-nav:first-child {
    padding: 0 30px 30px 15px;
}
.events-li {
    padding: 0 25px 27px 25px;
    border-bottom: transparent 3px solid;

}
.events-li:hover {
    border-color: #B6BFCD;
    cursor: pointer;
}
.h2-expo {
    margin: 30px auto 20px auto;
}



/* четвёртая страница */

.col-news {
    grid-template-columns: 1fr 262px;
    column-gap: 32px;
    margin: 26px 0 0 0;
}
.single__news {
    font-size: 16px;
}

.col-news-1-img {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0;
    display: block;
}

.main_post__content a,
.single__news p a{
    display: inline;
    border-bottom: 2px solid #fce14c;
}

.col-h1 {
    text-align: left;
    margin: 0;
}
.time-who {
   color: #9197A1;
   margin: 0 0 25px 0;
}

.time-who .seen,
.who{
    margin: 0 0 0 25px;
}



.single__news .tags,
.col-news p {
    margin: 0 0 25px;
}

.wp-caption{
    width: auto !important;
}

.col-news ul{
    list-style: disc;
}

.col-news ol{
    list-style: auto;
}

.col-news ol li,
.col-news ul li{
    margin: 0 0 12px 18px;
}



.col-sidebar {
    position: sticky;
    top: 68px;
    padding: 0 0 25px;
}
.col-text1 {
    margin: 0 0 35px 0;
}

.col-news blockquote p{
    margin: 0;
}

blockquote,
.col-quote {
    margin: 35px 0 25px 0;
    padding: 20px 20px 25px 20px;
    border: 1px solid rgba(205, 211, 221, 0.5);
    box-shadow: 0px 4px 14px 0px rgba(47, 52, 61, 0.04);
    border-radius: 4px;
}
.quote-h {
    padding-bottom: 1px;
    border-bottom: 1px solid rgba(205, 211, 221, 1);
}
.col-ukr-en {
    margin: 0 0 25px;
}
.col-ukr-en a {
    margin: 0 30px 0 0;
}

hr {
    height: 1px;
    border: none;
    background-color: rgba(205, 211, 221, 0.33);
    margin: 0 0 20px 0;
}
.col-social {
    margin: 20px 0 20px 0;
    max-width: 600px;
    justify-content: space-between;
}


.col-flexcol {
    flex-direction: column;
    line-height: 1.7;
}
.col-flexcol img {
    width: 50px;
    height: auto;
    filter: none;
}
.author-container {
    margin: 12px 48px 12px 0;
}
.photo-author {
    width: 100px;
    height: 100px;
    filter: none;
    border-radius: 50%;
    padding: 4px;
}
.about-author {
    margin: 0 0 0 16px;
}

.about-author p{
    margin: 0;
    line-height: 1.5;
}

.small-text {
    font-size: 14px;
    margin: 10px 0 10px 0;
}
.small-a {
    color: var(--black);
    border-bottom: 1px solid var(--black);
    justify-content: left;
}



.news-btn {
    width: 100%;
    height: 26px;
    margin: 0 0 20px 0;
    padding-top: 10px;
    text-align: center;
    color: #B6BFCD;
    background-color: var(--white);
    border-radius: 2px;
    border: 1px solid #B6BFCD;
    box-sizing: content-box;
}
.news-btn.latest {
    background-color: #B6BFCD;
    color: var(--white);
}

.news-btn.red{
    color: var(--white);
    border: 1px solid var(--red);
    background-color: var(--red);
}

footer .news-btn.red.yellow{
    margin: 0;
    padding: 8px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 26px;
    box-sizing: content-box;
}


.asn {
    justify-content: center;
}
.all-same-news {
    font-size: 16px;
    color: var(--black);
    border-bottom: 1px solid var(--black);
}
.read-also {
    font-weight: 700;
    margin: 0 0 30px 0;
}
.button_margin {
    margin-bottom: 75px;
}
/* страница с баннерами мероприятий*/
.event-banner {
    width: 100%;
    height: 550px;
    margin: 30px auto;
    background: url('../img/ATB-1-810x425.png');
    background-repeat: no-repeat;
    background-size: cover;  
}
.go-to-event {
    width: 300px;
    font-weight: 400;
    bottom: 25px;
    left: 25px;
}
.h2-margin {
    margin: 70px auto 0;
}
.event-news1 {
    margin:0;
}


.home_page__slider .slick-list{
    margin: 0 -15px;
}

.copyright .copy-text br{
    display: none;
}

.static__content{
    margin: 0;
    font-size: 18px;
    line-height: 1.5;
}
.static__content p{
    margin: 0 0 18px;
}

.static__content ul{
    list-style: disc;
    list-style-position: inside;
    margin: 0 0 24px;
}
.static__content ul li{
    margin: 0 0 8px;
}


.static__content a{
    display: inline-block;
    border-bottom: 2px solid #fce14c;
    margin: 0 4px;
    line-height: 1.4;
    padding: 12px 8px;
}
.static__content .rau-team-member__info a{
    padding-left: 0;
}


.static__content a.button.green{
    border-bottom: unset;
}

p strong{
    font-weight: bold;
}

.static__content iframe,
.rau-team-member__img{
    width: 100%;   
}

.rau-team-member{
    margin-bottom: 32px;
}

.page-aboutus h2,
.rau-static-page__section{
    margin: 0 0 32px;
}

.rau-static-page__section ul{
    margin: 0 0 32px;
    list-style: disc;
}


/* ADVERT */

.advert {
    background-color: rgba(182, 191, 205, 0.25);
    font-weight: bold;
    margin: 0;
    color: #838C9A;
}

.seen img,
.advert__loading{
    display: block;
    position: relative;
}
.advert__loading::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #b6bfcd;
    z-index: 10;
}
.advert__loading.lazy_l::before{
    display: none;
}

.advert-4,
.advert-5,
.advert-6,
.advert-7,
.advert-8,
.advert-9,
.advert-10,
.advert-11,
.advert-3,
.advert-2 ,
.advert-1 {
    width: 100%;
    height: auto;
}

.advert-3{
    margin: 80px 0 75px ;
}
.advert-4 {
    margin: 35px 0 35px 0;
}
.advert-col2-container {
    column-gap: 30px;
    margin: 35px 0 0 0;
}
.advert-6,
.advert-5{
    margin: 0 0 22px;
}
/* в макете ширина этих контейнеров - по 555 пикселей. однако при ширине страницы в 1920 пикселей такая ширина не совпадает
с границами макета и смотрится некрасиво */
/* .advert-5, .advert-6 {
    height: 181px;
    justify-content: center;
} */
.advert-7 {
    margin: 30px 0 40px ;
}
.advert-8 {
    height: 130px;
    margin: 35px 0 0;
}
.advert-10 {
    margin: 0 0 25px;
}
.advert-9 {
    height: 214px;
    margin: 0 0 20px;
}

.advert-8,
.advert-9{
    height: auto;
    margin: 0 0 20px;
}

/* partners gallery */

.gallery{
    padding: 30px 0;
}

.gallery a{
    padding: 18px;
    box-shadow: 0 0 0 1px #ccc;
    background: #fff;
    overflow: hidden;
}

.gallery a img {
    width: 100%;
    height: auto;
}

.single__news .gallery, .single__news .gallery a{
    padding: 0;
    box-shadow: unset;
}
.single__news .gallery a{
    padding: 0;
    box-shadow: unset;
}

.single__news .main_post__content .gallery a img {
    width: calc(100% - 32px);
    margin: 16px;
}

.justifyBetween{
    justify-content: space-between;
}

.pagination__wrap{
    margin: 40px 0;
}

.pagination li a,
.pagination li{
    display: flex;
    align-items: center;
    justify-content: center;
}


.pagination li.active a,
.pagination li a{
    background-color: #BDBDBD;
    padding: 4px;
    width: 32px;
    height: 32px;

    color: #fff;
}

.pagination li.active a{
    background-color: #828282;
}

.pagination li.next a,
.pagination li.prev a{
    background-color: transparent;
    color: transparent;
    border: 2px solid transparent;
    border-left: 2px solid #B6BFCD;
    border-bottom: 2px solid #B6BFCD;
    width: 10px;
    height: 10px;
    transform: rotate(-135deg);
}
.pagination li.prev a{
    transform: rotate(45deg);
}


 


.spoiler{
margin: -15px 0 25px;
}

.spoiler ul{
    display: none;
}
.spoiler.open ul{
    display: block;
}

.spoiler h4{
    border-bottom: 2px solid var(--yellow);
    display: inline-block;
    position: relative;
    margin: 0 0 16px;
    cursor: pointer;
}
.spoiler h4::before{
    content: '+';
    position: absolute;
    top: -50%;
    right: 0;
    transform: translate(150%, 50%);
    display: block;
}
.spoiler.open h4::before{
    content: '-';
}

@media screen and (max-width: 1760px){
    .col-4{
        grid-template-columns: repeat(3, 1fr);
    }
}

.col-4 .news:nth-of-type(8){
    display: none;
}

@media screen and (max-width: 1390px){
    .col-4 .news:nth-of-type(8){
        display: flex;
    }
    .col-4{
        grid-template-columns: repeat(3, 1fr);
    }
    
    .menu-search input {
        width: 140px;
    }
}

@media screen and (max-width: 1290px){
    .sidesContainer{
        max-width: 1040px;
    }

    .menu-search{
        display: none;
    }
    
    #menu-second-menu,
    .nav-block {
        justify-content: space-between;
        column-gap: unset;
    }
    .menu-top-container{
        flex: 1;
    }
    #menu-second-menu,
    .nav-list__big,
    .menu-second-menu-container{
        width: 100%;
    }
    .news__img_wrap {
        height: 160px;
        max-width: unset;
    }
}
.breadcrumbs__current{
    opacity: .8;
}
.mobile__menu{
    display: none;
}

.advertising_slider_2,
.advertising_slider{
    max-width: 1140px;
    margin: 0 auto;
}

.advertising_slider_2 > .advertising__wrap:not(:first-child),
.advertising_slider > .advertising__wrap:not(:first-child){
    display: none;
}

.advertising_slider_2.slick-initialized > .advertising__wrap:not(:first-child),
.advertising_slider.slick-initialized > .advertising__wrap:not(:first-child){
    display: unset;
}



.partners__gallery__item{
    margin: 32px 0 0;
}


.members__gallery h2{
    margin: 32px 0 0;
}


/* MOBILE START */
@media screen and (max-width: 1000px) {


    .grid.col-3.actual .news{
        display: none;
    }
    .grid.col-3.actual .news:nth-of-type(1),
    .grid.col-3.actual .news:nth-of-type(2), 
    .grid.col-3.actual .news:nth-of-type(3){
        display: flex;
    }

    body.search-results .grid.col-3.actual .news{
        display: flex;
    }

    .news__img_wrap {
        min-height: 180px;
        max-width: unset;
        height: unset;
    }

    #actual .button{
        grid-column: 1 / 2;
    }

    .pagination li a.prev, .pagination li a.next {
        width: 4px;
        height: 4px;
    }

    .pagination li.active, .pagination li a {
        width: 16px;
        height: 16px;
        font-size: 8px;
    }

    .mobile__menu{
        position: relative;
        width: 36px;
    }

    .mobile__menu span{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 100%;
        height: 3px;
        display: block;
        background-color: #000;
        transition: all .4s;
    }
    .mobile__menu span:first-of-type{
        top:25%;
    }
    .mobile__menu span:last-of-type{
        top:75%;
    }
    .mobile_open .mobile__menu span{
        width: 0;
    }
    .mobile_open .mobile__menu span:first-of-type{
        width: 100%;
        top:50%;
        transform: translate(-50%,-50%) rotate(45deg);
    }
    .mobile_open .mobile__menu span:last-of-type{
        width: 100%;
        top:50%;
        transform: translate(-50%,-50%) rotate(135deg);
    }


    .mobile_open .menu-search {
        display: block;
        position: absolute;
        top: 140px;
        z-index: 40;
    }

    .mobile_open .nav-list__big{
        top: 100%;
        display: block;
        position: absolute;
        left: 0;
        width: 100%;
        background-color: #fff;
        padding: 76px 0 16px;
        z-index: 25;
        height: auto;
        border: 1px solid #f0f0f0;
        border-left: unset;
        border-right: unset;
    }

    body.scrolled .nav__header__wrap{
        position: unset;
        z-index: unset;
        background-color: #fff;
        box-shadow: unset;
        width: 100%;
    }
    body.scrolled .nav__header__wrap .flex.nav__header{
        max-width: 100%;
        margin: 0 auto;
    }
    

    .mobile_open .nav-list__big ul.menu {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
        padding: 0 30px;
    }

    .mobile_open .nav-list__big ul.menu li {
        font-size: 18px;
        width: calc(100% - 30px);
        padding: 4px 30px 4px 0;
        flex-flow: column;
        align-items: flex-start;
    }

    .nav-list__big nav ul.menu a {
        display: inline-block;
    }

    .menu-item-has-children:hover .sub-menu{
        display: none;
    }


    .mobile_open .nav-list__big .menu-item-has-children.children_open .sub-menu,
    .mobile_open .nav-list__big .menu-item-has-children.children_open .sub-menu {
        display: flex;
        flex-flow: column;
        position: unset;
        top: unset;
        left: unset;
        width: auto;
        z-index: 10;
        line-height: 1.3;
        padding: 8px 12px;
        background-color: unset;
        border: unset;
    }

    .mobile_open .menu-item-has-children::before {
        content: '╳';
        width: 10px;
        height: 14px;
        font-size: 12px;
        display: block;
        font-weight: bold;
        border: unset;
        position: absolute;
        right: 0;
        top: 12px;
        transform: translate(0, -50%) rotate(45deg);
    }
    .mobile_open .nav-list__big .menu-item-has-children.children_open:before,
    .mobile_open .nav-list__big .menu-item-has-children.children_open:before{
        transform: translate(0, -50%) rotate(0deg);
    }


   

    

    .flex.nav__header{
        justify-content: space-between;        
    }
    .sp-form-outer .sp-form[sp-id="155198"]{
        width: 100%;
        max-width: calc(100vw - 20px);
    }
    .menu-top-ru-container,
    .menu-top-container,
    .nav-list__big{
        display: none;
    }
    .partners.button__wrap .button {
        padding: 0.5em 1em;
    }
    .mobile__menu{
        display: flex;
        flex-flow: column;
    }


    .home_page__bottom_slider .arrow,
    .home_page__slider .homeArrow {
        top: unset;
        bottom: -20px;
        left: 20px;
    }

    .home_page__bottom_slider .arrow.next,
    .home_page__slider .homeArrow.next{
        left: unset;
        right: 20px;
    }

    .partners.flex{
        flex-flow: column;
    }
    .partners.flex .slider_wrap {
        width: 100%;
        margin: 0 auto 50px;
    }
    .partners.flex .slick-dots {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 16px 0 0;
    }
    .partners.flex .slick-dots button{
        appearance: none;
        border: unset;
        color: transparent;
        border-radius: 50px;
        background-color: #C4C4C4;
        width: 8px;
        height: 8px;
        display: block;
        padding: 0;
        margin: 15px 7px 0;
    }
    .partners.flex .slick-dots .slick-active button{
        width: 14px;
        height: 14px;
        background: #828282;
    }
    .home_page__bottom_slider img {
        width: calc(100% - 32px);
        height: auto;
        padding: 16px;
    }
    

    h1, h2 {
        font-size: 20px;
    }
    .nav-block, .nav__header {
        column-gap: 10px;
        padding: 10px 15px; 
        position: relative;
        width: calc(100% - 30px);
    }
    main {
        padding: 30px 10px 60px;
    }
    .main-path1 {
        display: none;
    }
    .col-2, .col-3, .col-4, .col-6 {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 15px;
    }
    .mobile-hide {
        display: none;
    }
    .desktop-hide {
        display: flex;
    }
    .search-icon {
        margin: 0 24px 0 0;
    }
    .search-icon:hover, .list-icon:hover {
        cursor: pointer;
    }
    .search-container0:hover .search-container{
        display: flex;
    }
    .mobile-subs-social {
        margin: 30px 0 0 0;
    }
    .mobile-subs-social-img {
        width: 100%;
        margin: 20px 10px 30px;
        grid-template-columns: repeat(5, 1fr);
        column-gap: 0px;
    }
    .mobile-subs-social-img a img {
        width: 45px;
        height: auto;
    }
    .mobile-languages {
        margin: 0 auto 30px;
        justify-content: center;
    }
    .mobile-languages a {
        padding: 0 10px;
    }
    .mobile-languages a:hover {
        font-weight: bold;
        cursor: pointer;
    }
    .list-icon:hover .abs-menu2 {
        display: flex;
        flex-direction: column;
        background-color: var(--white);
        z-index: 1;
    }
    .nav-logo-menu:hover .nav-logo-menu1 {
        display: flex;
        flex-direction: column;
        background-color: var(--white);
        z-index: 1;
    }
    .abs-menu2 {
        display: none;
        top: -10px;
        left: -170px;
        width: 245px;
    }
    .nav-logo-menu1 {
        display: none;
        top: 0;
        left: 0;
        width: 320px;
    }
    .abs-menu2-header {
        font-size: 16px;
        font-weight: 600;
        border-bottom: 1px solid #E9E9E9;
        padding: 10px 18px;
    }
    .cross.prew, .cross.next {
        width: 14px;
        height: 14px;
        border-top: 2px solid var(--black);
        border-right: 2px solid var(--black);
        transform: rotate(45deg);
        top: 10px;
        right: 26px;
    }
    .cross.next {
        transform: rotate(225deg);
        top: 10px;
        right: 5px;
    }
    .abs-menu2 ul li, .nav-logo-menu1 ul li {
        padding: 10px 20px 10px 15px;
        border-bottom: 1px solid #E9E9E9;
        align-items: center;
        justify-content: space-between;
    }
    .abs-menu2 ul .last, .nav-logo-menu1 .last{
        justify-content: start;
    }
    .arrow-left, .arrow-right {
        border-right: 2px solid #C4C4C4;
        border-top: 2px solid #C4C4C4;
        width: 9px;
        height: 9px;
        margin: 0;
        cursor: pointer;
        transform: rotate(45deg);
    }
    .arrow-cont {
        margin: 0 10px 0 0;
    }
    .arrow-right {
        transform: rotate(225deg);
    }
    .search-container {
        display: none;
        top: 0px;
        left: 0;
        width: 100%;
        padding: 10px 10px 0 10px;
        box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1);
    }
    .menu-search input {
        height: 32px;
    }
    .menu-search button {
        height: 37px;
    }
    .nav-block3 {
        justify-content: space-between;
        padding: 10px 15px;
    }
    .arrow-button3 {
        top: -20px;
        left: 0;
    }
    .arrow-button4 {
        top: -20px;
        right: 0;
    }
    .sub-h2 {
        column-gap: 30px;
    }
    .sub-h2-bb {
        font-size: 20px;
        margin: 0 8px;
        min-width: 122px;
        padding: 30px 0 15px 0;
    }
    .actual {
        padding: 15px 0;
    }
    .more-button, .all-news {
        margin: 0 auto 30px;
    }
    .more-button, .all-news, .go-event-button, .go-to-event {
        max-width: 500px;
    }
    .advert-3 {
        height: 80px;
        margin: 30px 0;
    }
    .market-news-container {
        row-gap: 20px;
        margin: 20px 0;
    }
    .news-padding-h3 {
        padding: 0 10px;
    }
    .advert-mobile {
        height: 140px;
    }
    .partners {
        margin: 30px 10px 0 10px;
        column-gap: 121px;
    }
    .partners-logo, .mobile-menu-cont {
        grid-template-columns: repeat(2, 1fr);
    }
    .hidden-partners {
        justify-content: center;
        margin: 30px 0 0 0;
    }
    .arrow-button1 {
        top: 120px;
        left: 0px;
    }
    .arrow-button2 {
        top: 85px;
        right: 0px;
    }
    /* страница с баннерами мероприятий */
    .h1-mobile {
        font-size: 18px;
    }
    .h2-margin:first-of-type {
        margin: 0;
    }
    .h2-margin {
        font-size: 18px;
        margin: 40px auto 0;
    }
    .event-banner {
        margin: 20px auto;
        height: 300px;
    }
    .go-to-event {
        bottom: 20px;
        left: 18%;
        right: 20%;
        font-size: 14px;
    }
    .event-news1 .news-padding {
        font-size: 15px;
    }
    .event-news1 .news-padding .tag-ecommerce,
    .event-news1 .news-padding .tags a {
        font-size: 13px;
    }
    .event-news1 .news-padding .time-seen {
        font-size: 14px;
    }
    .time-seen {
        padding-bottom: 20px;
    }
    /* страница про открытие магазина */
    .col-news {
        grid-template-columns: 1fr;
        margin: 26px 0 0 0;
    }
    .col-news div span {
        justify-self: center;
    }
    .col-background {
        width: 100%;
    }
    .col-icons {
        display: inline-flex;
        bottom: 10px;
        right: 10px;
        gap: 15px;
    }
    .col-ukr-en {
        flex-direction: column;
        gap: 15px;
    }
    .col-flexcol1 {
        width: 28px;
        height: 28px;
    }
    .col-h1 {
        font-size: 18px;
    }
    .single__news {
        font-size: 14px;
    }

    .single__news iframe {
        display: block;
        width: calc(100vw - 20px);
        height: calc((100vw - 20px) / 16 * 9);
    }

    .single__news .col-icons .icon-padding{
        filter: brightness(0) invert(1);
    }

    .col-social span {
        display: none;
    }
    .padding_div {
        text-align: center;
    }
    .padding_div, .about-author p b {
        font-size: 16px;
    }
    .author-container {
        flex-flow: column wrap;
        align-content: center;
    }
    .photo-author {
        margin: 0 auto 20px;
    }
    .about-author {
        padding: 0;
        margin: auto;
        text-align: center;
    }
    .button_margin {
        margin: 20px auto 25px;
    }
    /* футер */
    .subscribe {
        background-color: #B6BFCD;
        padding: 20px 10px;
    }
    .subscribe-here, .subs-social-text {
        font-size: 16px;
    }
    .footer-subs {
        flex-direction: column;
        justify-content: center;
        width: 100%;
    }
    .footer-subs input[type="text"] {
        width: auto;
        padding: 10px 0 10px 27px;
        margin: 20px 10px 0 0;
        border: none;
        outline: none;
        -webkit-appearance: none;
        color:rgba(130, 130, 130, 1);
    }
    .subscribe-here-btn {
        width: 100%;
        padding: 13px 10px;
        margin: 20px auto;
    }
    .subs-social {
        padding: 30px 10px;
    }
    .subs-social-img {
        max-width: 100%;
        column-gap: 0;
        margin: 25px auto 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .subs-social-img span {
        display: none;
    }
    .footer-info {
        padding: 30px 10px 35px;
    }
    .mobile-news-container {
        width: 100%;
        display: block;
    }
    
    .grid-padding{
        margin: 30px 0;
    }
    .grid-padding {
        row-gap: 15px;
    }
    .grid-padding a {
        padding: 0 0 5px;
    }
    .area4 {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 2;
        grid-row-end: 4;
    }
    .copyright {
        padding: 10px 0;
    }
    .footer-container {
        width: 100%;
        font-size: 14px;
        flex-direction: column;
        padding: 0;
    }
    .logo-footer {
        margin: 15px auto 0;
        width: 120px;
        height: auto;
    }
    .copy-text {
        flex-direction: column;
        margin: 15px auto;
    }
    h3.news-padding{
        font-size: 15px;
    }
    .home_page__slider .news.slick-slide {
        margin: 0 0 35px;
        display: block;
    }
    
    .news__img_wrap {
        min-height: 180px;
        max-width: unset;
        height: unset;
        display: block;
    }

    .home_page__slider .slick-list {
        margin: 0;
    }

    .copyright .copy-text br{
        display: block;
    }

    .grid.col-6.footer-news{
        flex-flow: column;
    }
    
    /* members */
    .members__gallery .grid.col-6.gallery{
        grid-template-columns: repeat(3, 1fr);
    }

    
    .advert-1,
    .advert-2,
    .advert-3,
    .advert-5,
    .advert-6,
    .advert-8,
    .advert-9,
    .advert-10{
        width: 100%;
        height: auto;
        aspect-ratio: 320/180;
    }
    .advert-8,
    .advert-9{
        aspect-ratio: 320/106;
    }
    .advert-5,
    .advert-6{
        aspect-ratio: 320/256;  
    }
    .advert-3,
    .advert-2{
        aspect-ratio: 320/80;   
    }
    .advert-2,
    .advert-1{
        aspect-ratio: unset; 
    }
    



    /* TILED GALLERY */

    .tiled-gallery .gallery-row {
        width: auto !important;
        height: auto !important;
    }

    .tiled-gallery .tiled-gallery-item img,
    .tiled-gallery .tiled-gallery-item img:hover,
    .tiled-gallery .gallery-group{
        width: 100% !important;
        height: auto !important;
    }
}




/* .breadcrumbs {
    grid-column: 1 / 8;
    padding: 45px 0 0;
} */
.breadcrumbs ol{
    display: flex;
}

.breadcrumbs .breadcrumbs__separator{
    padding: 0 4px;
}
.breadcrumbs a {
    display: block;
    text-decoration: none;
    color: var(--black);
}
.breadcrumbs__current {
    opacity: .8;
}