.instantview {
  display: none;
}

.LKKneJCVRLbYQrEtNZ8g {
	--background-color: #e8e8e8;
	background-color: #e8e8e8;
}

div.LKKneJCVRLbYQrEtNZ8g {
	--background-color: #e8e8e8;
	background-color: #e8e8e8;
}



.spotify {
	--background-color: #e8e8e8;
	background-color: #e8e8e8;
}

#spotify-podkast-embed {
	--background-color: #e8e8e8;
	background-color: #e8e8e8;
}

table {
	width:100%;
//	table-layout: fixed;
	border: none;
}

   .btn {
    background: #343b48; /* Цвет фона */
    color: #fff; /* Цвет текста */
    padding: 5px 5px; /* Поля */
    //margin-bottom: 1em; /* Отступ снизу */
   }
   
   .btn:hover {
    background: #4b576b; /* Цвет фона при наведении курсора */
   }
   .btn-flat {
    border: 1px transparent; /* Прозрачная рамка */
   }
   .btn-round {
    //border-radius: 5px; /* Радиус скругления */
   }  
   
   .text-field__input {
      //display: block;
      //width: 100%;
      height: calc(2.25rem - 10px);
      padding: 0 5px;
      font-family: inherit;
      font-size: 10pt;
      font-weight: 400;
      line-height: 1.5;
      color: #212529;
      background-color: #fff;
      background-clip: padding-box;
      border: 1px solid #bdbdbd;
      border-radius: 0.25rem;
      transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }
  
   .check-field__input {
      //display: block;
      //width: 100%;
      height: calc(2.25rem - 27px);
      padding: 0 5px;
      font-family: inherit;
      font-size: 10pt;
      font-weight: 400;
      line-height: 1.5;
      color: #212529;
      background-color: #fff;
      background-clip: padding-box;
      border: 1px solid #bdbdbd;
      border-radius: 0.25rem;
      transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	  margin-left: -2px;
    }
  

h1 {
    font-family:  'Cormorant Garamond', serif;
    font-style: normal;
    font-weight: bold;
    font-size: 60px;
    line-height: 65px;
    color: #fafafa;
    margin: 4px 0;
    max-width: 100vw;
    text-align: center;	
}

.author_div {
  float:right;
}

.slider img {
    outline: none;
    border: none;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.front-cover {
  position: relative;
  width: 100%;
  height: calc(100vh - 80px);
  max-height: 700px;
  background-color: #000;
  margin-top: 80px;
  margin-bottom: 0;
}

.become-autors__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 193px;
  height: 54px;
  background: #ffe202;
  border: 1px solid #ffe202;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #343b48;
  text-transform: uppercase;
  margin: 40px 0; }
  .become-autors__button:hover {
    background: transparent; }
	
.gradient{
  width: 100%;
  height: 100%;
  position: absolute;
  //background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(8, 8, 8, 0.42) 56.57%, rgba(16, 16, 16, 0.82) 99.68%);
  background-color:rgba(0,0,0,.5);
}
.front__img{
width: 100%;
height: 100%;
object-fit: cover;
}
.footnotes cite {
  font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 17px;	
}

.footnotes li {
    font-weight: normal;
    font-size: 12px;
    line-height: 17px;	
}

.footnotes sup {
    font-weight: bold;
    font-size: 12px;
    line-height: 17px;	
}

.footnotes header h2 {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #343b48;
    font-family: 'Lato', sans-serif;	
}

.txt p sup a {
font-weight: normal;font-size: 10px;	
}




.cat-link {
	display: inline-block;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #fafafa;
    text-transform: uppercase;
    padding: 9px 24px 8px 24px;
    border: 2px solid #ffe202;
}

.article__notes {
  font-weight: normal;
  font-size: 12px;
  line-height: 17px;
} 

.article__notes2 {
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  background-color:#f0f0f0;
  padding:15px;
  margin-left:-100px;
  margin-right:-100px;
} 

.article__notes a {
  font-weight: normal;
  font-size: 12px;
  line-height: 17px;
}
.article__notes a:hover{
  text-decoration: underline;
}

.article__notes2 a {
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
}
.article__notes2 a:hover{
  text-decoration: underline;
}

.article__content p {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #343b48;
}

.article__content2 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #343b48;
  text-align: center;
  display: inline-block;
}

.article__content3 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #343b48;
  //text-align: center;
  display: inline-block;
  margin-top: 2px; 
}

.article__content p a {
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}
.article__content p a:hover{
  text-decoration: underline;
}
.article__content h2 {
  font-family:  'Cormorant Garamond', serif;
  font-weight: bold;
  color: #231f20;
  font-size: 24px;
  line-height: 28px;
}

.front-cover__informations {
  position: absolute;
  display: block;
  bottom: 110px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 8px 80px;
}

.front-cover__category {
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #fafafa;
  text-transform: uppercase;
  padding: 9px 24px 8px 24px;
  border: 2px solid #ffe202;
}

.front-cover__title {
  font-family:  'Cormorant Garamond', serif;
  font-style: normal;
  font-weight: bold;
  font-size: 60px;
  line-height: 65px;
  color: #fafafa;
  margin: 4px 0;
  max-width: 100vw;
  text-align: center;
}

.front-cover__date-publication {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 22px;
  color: rgb(255 255 255);
  border-radius: 6px;
  padding: 4px 10px;
  margin-bottom: 22px;
}
.tag__wrap {
  display: flex;
  flex-direction: column;
  padding: 8px 0;
}
.front-cover__date-publication__item {
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: rgb(255 255 255);
  margin-right: 8px;
}

.widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #aeaeb2;
  margin: 0 12px;
  color: rgb(255 255 255);
  border-radius: 6px;
  padding: 2px 8px;
}
.widget i {
  width: 13px;
  margin-right: 12px;
  margin-top: 1px;
}

/* .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: none;
  padding: 89px 80px 0 297px;
  max-width: 1440px;
  margin: 0 auto;
} */

.author__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 217px;
  min-width: 217px;
  height: 321px;
  background: #e8e8e8;
  padding: 40px 0;
  /*float: right;*/
  margin: 10px -217px 50px 24px;
 
}

.author__card-text {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #343b48;
  text-transform: uppercase;
  text-align: center;
}

.author__avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  color: #fafafa;
  border: 2px solid #ffe202;
}
.author__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  border-radius: 50%;
}

.author__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tag__url{
  font-family: 'Lato', sans-serif;
    font-size: 18px;
    line-height: 28px;
    color: #231f20;
}
.tag__url:hover {
  text-decoration: underline;
}
.author__icons {
  margin: 0 10px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #8e8e93;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.author__icons i {
  color: #8e8e93;
  font-size: 16px;
}
.author__icons:hover {
  background-color: #231f20;
}
.author__icons:hover i {
  color: #fafafa;
}

.slider {
  max-width: 1440px;
}
.slider a {
  padding: 0 12px;
  outline: none;
  border: none;
  height: 510px;
}
.slider img {
  outline: none;
  border: none;
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}

.slider__wrap {
  position: relative;
  padding: 0 0 160px 0;
}

.slick-list.draggable {
  height: 100% !important;
}

.slick-dotted.slick-slider {
  margin: 0 !important;
}

.slick-slider {
  width: 100%;
  height: 100%;
}

.slick-dots {
  position: absolute;
  bottom: -50.2px !important;
  left: 80%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: block;
  width: 100%;
  padding: 0 !important;
  margin: 0;
  list-style: none;
}

.main-slider__scroll {
  left: 80%;
  margin-top: 20px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: absolute;
  padding-right: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 30px;
  height: 2px !important;
  padding: 0px !important;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}

.slick-dots li button:before {
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px !important;
  height: 2px !important;
  content: '' !important;
  text-align: center;
  opacity: 0.25;
  color: #8e8e93;
  background: #8e8e93;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#main-slider .slick-dots LI.slick-active BUTTON::before,
#main-slider .slick-dots LI.slick-active BUTTON:focus {
  color: #ffe202;
  content: '';
  background-color: #ffe202;
  height: 2px;
  width: 32px;
  opacity: 1 !important;
}

#main-slider .slick-dots LI.past BUTTON::before,
#main-slider .slick-dots LI.past BUTTON:focus {
  opacity: 1;
  color: #ffe202;
  content: '';
  background-color: #ffe202;
  height: 2px;
  width: 32px;
}

#main-slider .slick-dots LI:not(.past) BUTTON:focus {
  opacity: 0.25;
}

#main-slider .main-slider__body {
  height: 100vh;
  max-height: 700px;
  margin: 0;
  display: block;
  border: none;
  outline: none;
}
.slick-arrow {
  cursor: pointer;
  margin: 0 13px;
  z-index: 100;
  font-size: 30px;
  color: #ffe202;
  margin-top: -13px;
}

.main-slider__current-slide {
  font-size: 14px;
  width: 20px;
  line-height: 22px;
  color: #fafafa;
  padding-right: 220px;
}

.main-slider__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
}

.main-slider__all-slide {
  font-size: 14px;
  line-height: 22px;
  color: #fafafa;
}

#similar-slider .slick-dots LI.slick-active BUTTON::before,
#similar-slider .slick-dots LI.slick-active BUTTON:focus {
  color: #ffe202;
  content: '';
  background-color: #ffe202;
  height: 2px;
  width: 32px;
  opacity: 1 !important;
}

#similar-slider .slick-dots LI.past BUTTON::before,
#similar-slider .slick-dots LI.past BUTTON:focus {
  opacity: 1;
  color: #ffe202;
  content: '';
  background-color: #ffe202;
  height: 2px;
  width: 32px;
}

#similar-slider .slick-dots LI:not(.past) BUTTON:focus {
  opacity: 0.25;
}
#similar-slider .main-slider__body {
  height: 100vh;
  max-height: 700px;
  margin: 0;
  display: block;
  border: none;
  outline: none;
}
.article__information {
  height: 170px;
}

.article__category {
  
    display: inline-block;
    min-width: 96px;
    height: 30px;
    background: #ffe202;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    color: #343b48;
    margin: 12px 0;
    padding: 5px 12px 5px 12px;  
	overflow: hidden;
	text-align: center;
  
}

.article__title {
  font-family:  'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #231f20;
  margin-bottom: 16px;
}

.article__date-publication {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.article__date-publication__item {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #8e8e93;
  margin-right: 8px;
}

.content {
  padding: 0 390px 40px 390px;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}

.content__title {
  font-family:  'Cormorant Garamond', serif;
  font-weight: bold;
  font-size: 48px;
  line-height: 58px;
  color: #231f20;
  margin: 80px 0 40px 0;
}

.content__text {
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #343b48;
}
.content__text p {
  margin: 0;
}

.content__subText {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #8e8e93;
  margin-bottom: 40px;
}

.content__img {
  width: 100%;
  margin: 40px 0 16px 0;
}
.content__img img {
  width: 100%;
}

.content__attention {
  border-left: 2px solid #ffe202;
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  color: #8e8e93;
  padding-left: 24px;
  margin: 80px 0 80px 64px;
}

.content__journalist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #8e8e93;
  border-bottom: 1px solid #8e8e93;
  padding: 10px 0;  
  margin: 10px 0;  
  //padding: 30px 0;  
  //margin: 50px 0;  
}

.content__subscribe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  //border-top: 1px solid #8e8e93;
  border-bottom: 1px solid #8e8e93;
  padding: 0px 0px 10px 0px;
  margin: 0px 0px 30px 0px;
  //display: none;
}

.subscribe_title {
  display: inline-block;
  min-width: 96px;
  height: 35px;
  background: #ffe202;
  font-weight: 600;
  font-size: 12px;
  line-height: 22px;
  text-transform: uppercase;
  color: #343b48;
  margin: 12px 0;
  padding: 8px 12px 5px 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

.agree-note {
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 11px;  
}

.content__author-name {
  padding: 10px 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

.sources {
  margin-bottom: 100px;
}

.sources__title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #231f20;
  margin-bottom: 40px;
}

.sources__item {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #343b48;
  margin: 16px 0;
}

.other-articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  font-size: 32px;
  line-height: 40px;
  text-transform: uppercase;
  color: #343b48;
  white-space: nowrap;
  padding: 30px 0px 12px 23px;
}
.other-articles hr {
  margin-left: 16px;
  width: 100%;
  height: 1px;
  background-color: #343b48;
}

.articte__item {
  width: 33.33%;
  min-width: 320px;
  height: 550px;
  padding: 12px 12px 32px 12px;
}

.article__card {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #e8e8e8;
  padding: 0 32px;
}

.article__card--filled {
  padding: 0;
  background-color: transparent;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.article__card--filled:hover .article__img {
  -webkit-filter: brightness(0.7);
  filter: brightness(0.7);
}
.article__card--filled:hover .article__title {
  color: #8e8e93;
}

.article__card--yellow {
  background-color: #ffe202;
}
.article__card--yellow .article__category {
  background-color: #fafafa;
}
.article__card--yellow:hover {
  -webkit-filter: brightness(0.9);
  filter: brightness(0.9);
}

.article__card--gray {
  background-color: #e8e8e8;
}
.article__card--gray:hover {
  -webkit-filter: brightness(0.7);
  filter: brightness(0.7);
}

.article__img {
  width: 100%;
}
.article__img img {
  width: 100%;
  max-height: 350px;
}

.txt img {
  width: 100%;
}

.article__information {
  height: 170px;
}

//.article__category {
//  display: -webkit-box;
//  display: -ms-flexbox;
//  display: flex;
//  -webkit-box-align: center;
//  -ms-flex-align: center;
//  align-items: center;
//  -webkit-box-pack: center;
//  -ms-flex-pack: center;
//  justify-content: center;
//  //width: 96px;
// height: 30px;
//  background: #ffe202;
//  font-weight: 600;
//  font-size: 14px;
//  line-height: 22px;
//  text-transform: uppercase;
//  color: #343b48;
//  margin: 12px 0;
//  
//  overflow: hidden;
//  white-space: nowrap;
//  width: 100%;  
//  max-width: 200px;
//  text-overflow: ellipsis;  
//}

.article__title {
  font-family:  'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #231f20;
  margin-bottom: 16px;
}

.article__date-publication {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.article__date-publication__item {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #8e8e93;
  margin-right: 8px;
}
.content__scroll-up {
  position: sticky;
  z-index: 1000;
  left: 100%;
  top: 90%;
  margin-right: -180px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  color: #ffe202;
  padding-left: 2px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: -o-linear-gradient(
    288.71deg,
    rgba(52, 59, 72, 0.6) 10.48%,
    rgba(52, 59, 72, 0.4) 10.49%,
    rgba(52, 59, 72, 0.1) 89.91%
  );
  background: linear-gradient(
    161.29deg,
    rgba(52, 59, 72, 0.6) 10.48%,
    rgba(52, 59, 72, 0.4) 10.49%,
    rgba(52, 59, 72, 0.1) 89.91%
  );
}

@media screen and (max-width: 1900px) {
  .content {
    padding: 0 370px 40px 370px;
  }
}

@media screen and (max-width: 1600px) {
  .content {
    padding: 0 340px 40px 340px;
  }
}

@media screen and (max-width: 1400px) {
  .content {
    padding: 0 300px 40px 300px;
  }
}

@media screen and (max-width: 1199px) {
  .content {
    padding: 0 240px 40px 240px;
  }
}


@media screen and (max-width: 1199px) {
  .front-cover__title {
    font-weight: 600;
    font-size: 46px;
    line-height: 50px;
  }
  .front-cover {
    position: relative;
    height: calc(100vh - 60px);
    margin-top: 60px;
  }
.subscribe_title {
  display: inline-block;
  min-width: 96px;
  height: 35px;
  background: #ffe202;
  font-weight: 600;
  font-size: 11px;
  line-height: 22px;
  text-transform: uppercase;
  color: #343b48;
  margin: 12px 0;
  padding: 8px 12px 5px 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
  
}

@media screen and (max-width: 1024px) {
  .front-cover {
    position: relative;
    height: calc(100vh - 60px);
    margin-top: 60px;
  }
  
.subscribe_title {
  display: inline-block;
  min-width: 96px;
  height: 35px;
  background: #ffe202;
  font-weight: 600;
  font-size: 12px;
  line-height: 22px;
  text-transform: uppercase;
  color: #343b48;
  margin: 12px 0;
  padding: 8px 12px 5px 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
  
  /* .content-wrapper {
    padding: 89px 80px 0 80px;
  } */
  .content {
    padding: 0 180px 40px 180px;
  }
  .author__card {
    margin: 20px -20px 50px 24px;
  }
  .content__scroll-up {
    margin-right: -50px;
  }
}

@media screen and (max-width: 930px) {
  .content {
    padding: 0 100px 40px 100px;
  }
  
  .subscribe_title {
  display: inline-block;
  min-width: 96px;
  height: 35px;
  background: #ffe202;
  font-weight: 600;
  font-size: 12px;
  line-height: 22px;
  text-transform: uppercase;
  color: #343b48;
  margin: 12px 0;
  padding: 8px 12px 5px 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

  
  .article__notes2 {
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  background-color:#f0f0f0;
  padding:15px;
  margin-left:-50px;
  margin-right:-50px;
  } 
}

@media screen and (max-width: 768px) {
  .search__input {
    font-size: 26px;
    color: #ffe202;
    font-family: 'Cormorant Garamond', serif;
  }
   
.subscribe_title {
  display: inline-block;
  min-width: 96px;
  height: 35px;
  background: #ffe202;
  font-weight: 600;
  font-size: 12px;
  line-height: 22px;
  text-transform: uppercase;
  color: #343b48;
  margin: 12px 0;
  padding: 8px 12px 5px 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
  
  .article__notes2 {
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  background-color:#f0f0f0;
  padding:15px;
  margin-left:0px;
  margin-right:0px;
  } 
  .slider__wrap {
    position: relative;
    padding: 0 0 80px 0;
  }
  .slick-dots {
    left: 55%;
  }
  
  .content {
    padding: 0 50px 40px 50px;
  }
  
  .main-slider__scroll {
    left: 55%;
  }
  .sources {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 600px) {
.author_div {
  float:none;
}
	
.subscribe_title {
  display: inline-block;
  min-width: 96px;
  height: 30px;
  background: #ffe202;
  font-weight: 600;
  font-size: 12px;
  line-height: 22px;
  text-transform: uppercase;
  color: #343b48;
  margin: 12px 0;
  padding: 5px 12px 5px 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

	
  .front-cover{
    margin-bottom: 34px;
  }
  .front-cover__informations {
    padding: 8px 16px;
    bottom: 80px;
  }
  .front-cover__category {
    padding: 8px 18px;
    font-size: 12px;
    line-height: 16px;
  }
  .front-cover__title {
    font-weight: 600;
    font-size: 32px;
    line-height: 35px;
    margin: 24px 0 9px 0;
  }
  .front-cover__date-publication__item {
    font-size: 12px;
    line-height: 16px;
  }
  .slick-dots {
    left: 50%;
  }
  .main-slider__scroll {
    left: 50%;
  }
  .main-slider__scroll {
    padding-right: 6px;
    bottom: 68px;
  }
  .slick-arrow {
    display: none !important;
  }
  /* .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 89px 80px 0 297px;
    max-width: 1440px;
    margin: 0 auto;
  } */
  .author__card {
    margin: 40px 0 0 0;
    width: 100%;
    max-width: 300px;
  }
  .content {
    padding: 0 16px 40px 16px;
  }
  .content__title {
    font-size: 38px;
    line-height: 46px;
    margin: 40px 0 24px 0;
  }
  .content__attention {
    font-size: 32px;
    line-height: 40px;
    margin: 40px 0 40px 0px;
  }
  .content__journalist {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 14px 0;
    margin: 40px 0;
  }
  
  .content__subscribe {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    //padding: 14px 0;
    //margin: 40px 0;
	text-align: center;
  }  
  
  .content__author-name {
    text-align: center;
  }
  .author__social {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 16px;
	margin-bottom:10px;
  }
  .sources__title {
    font-size: 14px;
    line-height: 22px;
  }
  .sources__item {
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.2px;
  }
  .other-articles {
    font-size: 16px;
    line-height: 24px;
  }
  .articte__item {
    width: 100%;
    max-width: 420px;
    min-width: auto;
    height: 500px;
    padding: 12px;
  }
  .article__card {
    width: 100%;
    height: 100%;
    height: 477px;
  }
  .content__scroll-up {
    z-index: 1;
    position: absolute;
    left: auto;
    bottom: 0;
    top: auto;
    right: 60px;
   }
   
    .author__card {
    margin: 20px auto 50px auto;
    float: none;
	}
	
  .article__content2 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #343b48;
  text-align: center;
  display: flex;
  }  
   
}

 @media screen and (max-width: 690px) {
  .article__content2 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #343b48;
  text-align: center;
  display: flex;
  }    

  .content__subscribe {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    //padding: 14px 0;
    //margin: 40px 0;
	text-align: center;
  }    
  
 }
 
  
  @media screen and (max-width: 400px) {
  .subscribe_title {
  display: inline-block;
  min-width: 96px;
  height: 30px;
  background: #ffe202;
  font-weight: 600;
  font-size: 11px;
  line-height: 22px;
  text-transform: uppercase;
  color: #343b48;
  margin: 12px 0;
  padding: 5px 12px 5px 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  }

  .content__subscribe {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    //padding: 14px 0;
    //margin: 40px 0;
	text-align: center;
  }      

  .article__content2 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #343b48;
  text-align: center;
  display: flex;
  }  
  
  }
  
  
  
  
h1 {
    font-family:  'Cormorant Garamond', serif;
    font-style: normal;
    font-weight: bold;
    font-size: 35px;
    line-height: 40px;
    color: #fafafa;
    margin: 4px 0;
    max-width: 100vw;
    text-align: center;	
}

    .article__content h2 {
      font-size: 22px;
      line-height: 24px;
      margin: 40px 0 24px 0;
    }

    .article__content p a {
      font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.2px
    }
  }


.q p {
 border-left: 3px solid yellow;	
 margin-left: 50px;
 font-family:  'Cormorant Garamond', serif;
 font-weight: bold;
 color: #231f20;
 font-size: 24px;
 line-height: 28px;
 padding-left: 15px;
 color: #bdc3c7;
 font-style: italic;
}

.q {
 border-left: 3px solid yellow;	
 margin-left: 50px;
 font-family:  'Cormorant Garamond', serif;
 font-weight: bold;
 color: #231f20;
 font-size: 24px;
 line-height: 28px;
 padding-left: 15px;
 color: #bdc3c7;
 font-style: italic;
}

div .q p {
 font-family:  'Cormorant Garamond', serif;
 font-weight: bold;
 color: #231f20;
 font-size: 24px;
 line-height: 28px;
 padding-left: 15px;
 color: #bdc3c7;
 font-style: italic;
}