@font-face {   
    font-family: "a_FuturaRoundDemi"; 
    font-style: normal; 
    font-weight: normal;   
    src: url("/fonts/a_FuturaRoundDemi.ttf") format("opentype");
}
.header_div .header_links ul.list-inline  .list-inline-item  a {
    max-width: 168px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden; 
    display: -webkit-box; 
}
.button_href {
    color: #FFF;
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    padding: 3px 16px;
    border-radius: 99px;
    background: #FF78A1;
    display: flex;
    align-items: center;
    height: 43px;
    gap: 9px;
    width: 328px;
    justify-content: center;
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
}
.page_error_block {
    margin: 40px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.subtitle404 {
    margin: 20px 0;
    text-align: center;
    font-size: 20px;
}

.page_not_found a.btn {
    color: #FF78A1;
}

.descr_text404 {
    margin: 20px 0;
}
.p-4 {
    padding: 20px !important;
}
.col-md-12.mt-4:empty {
    display: none;
}
.slider_index {
  opacity: 0;
  max-height: 80px;   
} 
.slider_index.show {
  max-height: auto;
  opacity: 1;
}
.content_blocks h3{font-weight: 400;font-family: "a_FuturaRoundDemi";font-size: 24px;line-height: normal;margin-bottom: 11px;}
h1.page-header.mb-4 {
    margin: 10px 0 !important;
}
.content_blocks  .tags {
    display: none;
}
a{
	color: #FF78A1; 
}
.btn-info{ 
	background: #FF78A1;
    border-color: #FF78A1;
    transition: all 0.3s;
}
.btn-info:hover{ 
	background: #FF78A1;
    border-color: #FF78A1;
    opacity: .6;

}
@media (max-width: 768px) {

  .btn-info.add_comment {   
    margin: 10px auto 0;
    display: block;
    width: 300px;
  }
}

/*COLOR*/

a.go_top {
  position: fixed;
  bottom: 25px;
  right: 15px;
  cursor: pointer;
  display: none;
  z-index: 10;
  width: 45px;
  height: 45px;
  text-align: center;
  /*background: #ffd201;*/
  color: #999;
  padding: 12px 0;
  color: black !important;
  border-radius: 50%;
  z-index: 1050;
}

.tags.element {
    color: #ff78a1;
  /*font-size: 20px;*/
}
.post_p_info .tags.element{
    display: flex;
}


.tags.element a{
  /*color: black;*/
}

.tags::before {
  content: "#";
  /* margin-right: 5px; */
  /*font-size: 22px;*/
}

.slider_top .tags {
  /*font-size: 13px;*/
}




@font-face {
  font-family: 'fontello';
  src: url('fonts/fontello.eot?4254001');
  src: url('fonts/fontello.eot?4254001#iefix') format('embedded-opentype'),
  url('fonts/fontello.woff?4254001') format('woff'),
  url('fonts/fontello.ttf?4254001') format('truetype'),
  url('fonts/fontello.svg?4254001#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}


.demo-icon
{
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  
  font-variant: normal;
  text-transform: none;
  
  line-height: 1em;
  
  margin-left: .2em;
  
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /*margin-left: .2em;*/
  
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-eye:before { content: '\e800'; } /* '' */
.icon-picture:before { content: '\e801'; } /* '' */
.icon-chat:before { content: '\e802'; } /* '' */

body {
  font-family: Arial;
  font-size: 14px;
  background: #f5f5f7;
}

blockquote {
  padding: 10px 20px;
  margin: 20px 0 20px 5%;
  font-size: 22px;
  border-left: 5px solid #ccc; 
}


blockquote footer {
  opacity: .5;
  font-size: 14px;
}

button, 
button:active, 
button:focus,
a, 
a:active, 
a:focus {
  outline: none;
}

/* a{ color: black;} */

a:hover {
  opacity: .6;
  text-decoration: none;
	color: var(--pink);
}
 
.container {
  width: 1340px;
  max-width: 100%;
}
 

.p-2 {
  padding: 0.35rem!important;
}

header {
  padding: 20px 0 20px;
}

@media (max-width: 768px) {
  header {
    /* padding-bottom: 10px; */
  }
  .h1, h1 {
    font-size: 24px !important;
  }
  .h2, h2 {
    font-size: 22px !important;
  }
  .content_blocks .block_default h3 {
    font-size: 16px;
    margin: 10px 5px 5px;
  }
  .slick-slide h3{
    font-size: 14px !important; 
    font-weight: bold;
  }
}
/* header a { color: black} */

header .slogan {
  font-size: 18px;
  opacity: .5;
  font-style: italic;
  padding: 5px 0 5px 15px;
  font-weight: 100;
}

header .social .fa {
  font-size: 22px;
  opacity: .7;
}

.social img{
  height: 22px;
  width: auto;
}

header .menu_collapse {
  font-size: 24px;
  margin-right: 15px;
}

.main_menu {
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .main_menu {
    margin-bottom: 0;
  }
}


.main_menu .menu {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.main_menu .menu_enter_search {
  font-size: 13px;
}

.main_menu .menu_enter_search .fa {
  font-size: 18px;
}

.date_time {
  font-size: 13px;
  opacity: .7;
}

.date_time::before {
  font-family: "FontAwesome";
  content: "\f017";
  margin-right: 3px;
}

.slider_top .tags a { color: white;}
/*.slider_top a:hover {color: white; opacity: .8;}*/



.slider_top .date_time,
.slider_top .text {
  margin-bottom: 5px;
}

.slider_top,
.slider_top a {
 color: white; 
}

.slider_top .tags a {
  text-decoration: underline !important;
}

.slider_top>div {
  min-height: 321px;
}

/*.slider_top>div>a>div .left {
    width: 60%;
    }*/

    .slider_top h2 {
      font-weight: bold;
      font-size: 22px;
    }

    .slider_top h3 {
      font-weight: bold;
      font-size: 18px;
    }

    @media (max-width: 768px) {
      .slider_top h2 {
        font-weight: bold;
        font-size: 20px;
      }
      .slider_top .date_time, .slider_top .text {
        font-size: 13px;
      }
      .slick-next.slick-arrow{ display: none !important; }
      .date_time {
        font-size: 12px;
      }
      .date_time + a{
        font-size: 13px;
      } 

      .tags {
        font-size: 12px;
      }
      .text { font-size: 13px; }
      .content_blocks>div.block_long h3 { 
        margin-top: 0;
      }
    }

    /* ***************************************  BLOCK`s */

    .row.content_blocks>.col>a>div,
    .row.content_blocks>[class^=col-]>a>div {
      border-radius: 12px;
    }

    .row.content_blocks>.col>a,
    .row.content_blocks>[class^=col-] a {
      color: black;
    }

    .content_blocks>div>div,
    .content_blocks>div>a>div {
      min-height: 280px;
    }

    .content_blocks .block_white_black .date_time,
    .content_blocks .block_default .date_time {
      margin: 7px 20px 20px;
    }


    /* *****************  1. defautl */

    .content_blocks .block_default h3 {
      margin: 20px 20px 11px;
      font-size: 24px;
      font-weight: 400; 
    }

    .content_blocks .block_default .text {
      margin: 0 20px;
      font-family: Arial;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 150%;
      color: #000;
    }

    .content_blocks .block_default img {
      border-radius: 12px 12px 0 0;      
    	width: 100%;
    }


    /* *****************  2. black & white */

    .content_blocks>div>a>div.block_white_black {
      padding: 20px;
    }

    .content_blocks .block_white_black h3 {
    }


    /* *****************  3. long */

/*.content_blocks>div.block_long>a>div>div {
    margin: 0 30px 0 40%;
    width: 56%;
    }*/

    .content_blocks>div.block_long>div {
      border-radius: 5px;
    }

    .content_blocks div.block_long a {
      /* color: white !important; */
    }

    .content_blocks div.block_long .tags a {
      text-decoration: underline;
      /* color: red; */
    }

    .content_blocks>div.block_long h3 {
      font-size: 24px; 
      /* font-family: "a_FuturaRoundDemi"; */
    }

    .content_blocks>div.block_long a .date_time {
   
    }

    .content_blocks>div.block_long .text { 
      margin: 7px 0;
      font-size: 16px;
      line-height: 150%;
    }


    /* *****************  4. image */

    .content_blocks .block_image a * {
      color: white;
    }

    .content_blocks>div.block_image>a>div {
      padding: 60px 30px 60px;
    }

    .content_blocks>div.block_image a .date_time {
      position: absolute;
      bottom: 20px;
      right: 30px;
    }

    .content_blocks .block_image h3 {
    }


    /* ***************************************  NEWS */

    .news_blocks {
      margin-top: 25px;
      margin-bottom: 15px;
    }

    .news_blocks .date_time {
      opacity: .4;
    }

    .news_blocks>div {
      margin-bottom: 10px;
    }


    /* ***************************************  VIDEO */

    .video_blocks {
      border: 1px solid rgb(240, 240, 240);
      /* border-right: none; */
    }

    .video_blocks .video_list {
      overflow-y: scroll;
      padding: 20px 15px 20px 15px;
      /* height: 100%; */
    }

    .video_blocks ::-webkit-scrollbar {
      width: 10px;
    }

    .video_blocks ::-webkit-scrollbar-thumb {
      background: rgba(0, 0, 0, 0.3);
      margin-right: -2px !important;
    }

    .video_blocks ::-webkit-scrollbar-track {
      background: rgba(0, 0, 0, .05);
    }

    .video_blocks h3 {
      margin: 20px 20px 0 20px;
      font-size: 20px;
      ;
    }

    .video_list {
      margin-right: -2px;
    }


    /* ***************************************  FOOTER */

    footer .copy {
      font-size: 13px;
    }

    footer .social .fa {
      font-size: 25px;
    }


    /* ***************************************  MENU MODAL */

    .modal.menu .modal-content {
      position: fixed;
      top: 0;
      right: 0 !important;
      background: rgba(77, 77, 77, 0.95);
      border: none;
      height: 100vh;
      border-radius: 0;
      box-shadow: 0 0 40px rgb(0, 0, 0);
    }

    .modal.menu .modal-dialog {
      color: white;
      position: fixed;
      width: auto;
      margin: 0;
      right: 0;
      pointer-events: none;
      background: black;
      width: 100%;
      font-size: 14px;
      pointer-events: auto;
    }

    .modal.menu .close {
      color: white;
      opacity: 1;
      position: absolute;
      top: 20px;
      right: 20px;
      z-index: 2;
      text-shadow: none;
    }

    .modal.menu .close:hover {
      color: white;
    }

    .modal.menu .modal-body {
      padding: 40px 60px 40px 40px;
      height: calc(90vh - 40px);
      overflow: auto;
      /*direction: rtl;*/
      /* margin-left: 5px; */
    }

    .modal.menu .modal-body::-webkit-scrollbar {
      width: 10px;
    }

    .modal.menu .modal-body::-webkit-scrollbar-thumb {
      background: rgba(255, 255, 255, 0.3);
      margin-right: -2px !important;
    }

    .modal.menu .modal-body::-webkit-scrollbar-track {
      background: rgba(255, 255, 255, .1);
    }

    .modal.menu .modal-footer {
      -ms-flex-pack: end;
      justify-content: flex-start;
      padding: 1rem;
      border-top: 1px solid rgba(255, 255, 255, .2);
    }


    /* ***************************************  SEARCH MODAL */

    .modal.search .modal-dialog {
      color: white;
      /* position: fixed; */
      /* width: auto; */
      /* margin: auto; */
      /* left: 0; */
      /* pointer-events: none; */
      background: none;
      width: 60% !important;
      max-width: 60%;
      font-size: 24px;
      /* margin: 0 !important; */
    }

    @media (max-width: 768px) {
      .modal.search .modal-dialog {
        width: 100% !important;
        max-width: 100%;
      }
      .modal.search .modal-body {
        padding: 40px 20px 40px 0 !important;
        /* margin-left: 5px; */
      }
    }
    .modal.search .modal-content {
      /* position: fixed; */
      /* top: 0; */
      /* right: 0 !important; */
      /* background: none; */
      /* border: none; */
      /* height: 200px; */
      /* border-radius: 0; */
      background: none;
      border: none;
    }

    .modal.search .close {
      color: white;
      opacity: 1;
      position: fixed;
      top: 20px;
      right: 30px;
      z-index: 2;
      text-shadow: none;
    }

    .modal.search .modal-body {
      padding: 40px 60px 40px 40px;
      /* margin-left: 5px; */
    }

    .modal.search .modal-body input {
      background: #fff;
      border: none;
      color: var(--gray, #B6B5B5);
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 150%;
    }

/*.modal.search .modal-backdrop {
  background: #fff !important;
}
*/
.modal.search .modal-backdrop.show {
  opacity: .8 !important;
}  

.modal.search {
  /* background: rgba(0,0,0, .7) !important; */
  /*opacity: .8 !important;*/
}

.slider_top>div:hover,
.block_long>a>div:hover,
.block_image>a>div:hover,
.block_default>img:hover{
  opacity: .9;
  cursor: pointer !important;
}
.block_white_black:hover {
  box-shadow: 0 0 1000px rgba(0,0,0, .1) inset;
  
}
#modal_mobile_menu li, li .login{

  font-size: 18px !important;
  margin-bottom: 5px;

}
.header_div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    /* padding: 0 5px; */
}
.header_links a {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    padding: 11px 16px !important;
    text-transform: uppercase;
    border-radius: 41px;
    background: #FFF;
    display: block;
    font-family: Arial;
}
.header_links ul li.list-inline-item {
    margin: 0;
}
.header_links ul.list-inline {
    display: flex;
    gap: 10px;
}
.header_subscribe a {
    color: #FFF !important;
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 21px */
    text-transform: uppercase;
    padding: 3px 16px;
    border-radius: 99px;
    background: #FF78A1;
    display: flex;
    align-items: center;
    height: 43px;
    gap: 9px;
    width: 176px;
}
.header_subscribe a:hover {
    opacity: .6 !important;
}

.header_sticky {
    position: sticky;
    top: 0;
    z-index: 99;
    background: #f5f5f7;
}
.row.no-gutters.slider_top.main_rec {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 20px;
}
.main_rec .p-md-3 {
    border-radius: 12px;
}
a.panel_open.d-none.d-xl-block.d-lg-block {
    display: none !important;
}
.main_rec_img {
    padding-top: 54%;
    background-position: center !important;
}
.main_rec_b {
    border-radius: 12px;
    background: #FFF;
    overflow: hidden;
}
.main_rec_text_title {
    color: #000;
    font-family: "a_FuturaRoundDemi";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.main_rec_b .main_rec_text_tags a:first-child{
    display: none;
}
.main_rec_b .main_rec_text_tags a {
    color: #FF78A1;
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    text-transform: uppercase;
    border-radius: 5px;
    border: 1px solid #FF78A1;
    padding: 3px 8px;
}
.main_rec_b .main_rec_text_tags a:before {
    content: "#";
}
.main_rec_text {
    display: grid;
    grid-template-columns: 2fr 1fr;
    padding: 20px 20px 33px;
    gap: 2px;
    align-items: start;
}
.main_rec_text_tags {
    display: flex;
    gap: 9px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-start;
    text-align: center;
}
.footer_copy {
    color: #B6B5B5;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    width: 269px;
    max-width: 100%;
}
.footer_row {
    border-top: 1px solid #B6B5B5;
    padding: 40px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
    gap: 20px 0;
} 
.footer_mail a {
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: #000;
} 
.footer_mail {
    margin-top: 13px;
} 
.footer_links a {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    padding: 11px 16px !important;
    text-transform: uppercase;
    border-radius: 41px;
    background: #FFF;
    display: block;
    font-family: Arial;
} 
.footer_links ul.list-inline {
    display: flex;
    gap: 10px;
    margin-right: -15px;
}
.footer_links ul li.list-inline-item {
    margin: 0;
} 
.footer_social {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    align-content: flex-start;
    justify-content: space-between;
} 
.footer_social a {
    display: block;
    border-radius: 12px;
    background: #FF78A1;
    padding: 9px 16px;
} 
.footer_mail a img {
    margin-right: 10px;
}
.content_blocks .h-100 {
    background: #fff;
    overflow: hidden;
    border-radius: 12px;
}
.content_blocks .h-100.d-flex.align-items-center.block_white_black {
    border-radius: 12px;
}
.content_blocks  .h-100.d-flex.align-items-center {
    border-radius: 12px;
}

.content_blocks.no-gutters>.col, .content_blocks.no-gutters>[class*=col-] {
    padding: 10px !important;
}


.row.no-gutters.content_blocks {
    gap: 0px;
    margin: 0 -10px;
}
.col-12.p-4.offset-md-4.col-md-8 {
    border-radius: 8px;
    background: #ffffff60;
    color: #000;
    margin-left: 0;     
}
.content_blocks .date_time {
    color: #000;
    font-size: 16px;
    font-weight: 400;
} 
.content_blocks  .date_time::before {
    display: none;
} 
.h2, h2 {
    font-family: a_FuturaRoundDemi;
    color: #000;
    font-size: 36px !important;
    line-height: 150%;
    margin-bottom: 0;
    font-weight: 700;
}
h3 {
    line-height: 1;
    font-size: 30px;
    margin: 0 0 22px;
    font-family: a_FuturaRoundDemi;
    font-weight: 700;
}
.row.no-gutters.content_blocks .col-md-3 {
    -ms-flex: 0 0 27%;
    flex: 0 0 27%;
    max-width: 27%;
}
.row.no-gutters.content_blocks .col-md-6 {
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
    max-width: 46%;
}
.block_long_pos {
    align-items: flex-end;
    padding: 10px;
}
.row.no-gutters.content_blocks .col-md-6:nth-child(4) .block_long_pos {   
}
.modal-content .input-group {
    border-radius: 12px;
    overflow: hidden;
    align-items: center;
    align-content: center;
}

.modal-content .input-group-append {
    height: 100%;
}

@media(max-width: 1366px){ 
	.header_links,.footer_links {
		overflow-x: auto;
		margin-top: 20px;
		margin: 0 -15px;
		padding: 0 15px;
	}
    .header_links {
        grid-area: b;
    }
	.header_links::-webkit-scrollbar,.footer_links::-webkit-scrollbar{
		width: 0px;
		height: 0;
		background: transparent;
	}  
    .header_div {
        display: grid;
        grid:
            "a x c d"
            "b b b b ";
        grid-template-columns: 220px 1fr 24px 175px;
        gap: 20px 30px;
    }    
    .header_logo {
        grid-area: a;
    }    
    .header_search {
        grid-area: c;
        margin-left: auto;
    }    
    .header_subscribe {
        grid-area: d;
    }
}
@media(max-width: 900px){
	.row.no-gutters.slider_top.main_rec{
 		grid-template-columns: 1fr;
 		margin-top: 6px;
 }
	.header_links,.footer_links {
		overflow-x: auto;
		margin-top: 20px;
		margin: 0 -15px;
		padding: 0 15px;
	}
    .header_links {
        grid-area: b;
    }
	.header_links::-webkit-scrollbar,.footer_links::-webkit-scrollbar{
		width: 0px;
		height: 0;
		background: transparent;
	}
    .main_rec_text {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 20px 20px 20px;
    }    
    .main_rec_text_tags {
        justify-content: flex-start;
    }    
    .header_div {
        display: grid;
        grid:
            "a x c d"
            "b b b b ";
        grid-template-columns: 220px 1fr 24px 175px;
        gap: 20px 30px;
    }    
    .header_logo {
        grid-area: a;
    }    
    .header_search {
        grid-area: c;
        margin-left: auto;
    }    
    .header_subscribe {
        grid-area: d;
    }
	.row.no-gutters.content_blocks .col-md-3 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.row.no-gutters.content_blocks .col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}
img {
    max-width: 100%;
}
.subscribe_div {
    border-radius: 12px;
    background: #FFF;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 20px;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.subscribe_title {
    color: #000;
    font-family: a_FuturaRoundDemi;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; 
}
.subscribe_descriptor {
    color: #000;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; 
}
.subscribe_button {
    color: #FFF !important;
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    text-transform: uppercase;
    border-radius: 99px;
    background: #FF78A1;
    padding: 11px 16px;
    display: inline-block;
}
.subscribe_text {
    width: 24%;
    min-width: 298px;
    margin: 10px 0;
}
.subscribe_form {
    margin: 10px 0;
}
.block_long_pos img.img-fluid {
    display: none;
}
.post_mainImage img.img-fluid.mt-3 {
    width: 100%;
}
.post_page_mainImage_small{
    display: none;
}
.post_p_popolam_d{
    display: none;
}
@media (min-width: 1025px) {
    .post_page_mainImage_small {
        display: block;
    }
    .post_p_popolam {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    .post_mainImage {
        display: none;
    }
    .post_p_div {
        width: 100%;
        padding: 14px 30px 80px;
    }    
    .post_p_popolam_d{
        display: flex;
    }
    .post_p_info:not(.post_p_popolam_d) {
        display: none;
    }
}
@media(max-width: 900px){
    .h-100.d-flex.block_long_pos {
        background: none !important;
        display: flex !important;
        flex-direction: column;
        padding: 0;
    }
    .block_long_pos img.img-fluid {
        display: block;
    }
    .block_long_pos .col-12.p-4.offset-md-4.col-md-8 {
        width: 100%;
        max-width: 100%;
    }
}
@media(max-width: 730px){
    .subscribe_text {
        width: 261px;
        margin: 23px 0 0;
        max-width: 100%;
        min-width: initial;
    }
    .subscribe_div {
        display: grid;
        padding: 0 18px;
        gap: 0;
    }
    .subscribe__img {
        position: absolute;
        right: 0;
        bottom: 0px;
        width: 179px;
        z-index: 0;
    }.subscribe_form {
        margin: 15px 0 80px;
        z-index: 3;
    }
}
@media(max-width: 600px){  
    .header_div {
        grid-template-columns: 1fr 0 24px 56px;
    }
    .header_subscribe a {
        font-size: 0;
        width: initial;
        justify-content: center;
    }
    .header_subscribe span {
        display: none;
    }
	.row.no-gutters.content_blocks .col-md-3 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.row.no-gutters.content_blocks .col-md-6 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
    .post_p_div {
	 	padding: 15px 10px;
    }
    .post_p h1 {
        font-size: 24px !important;
    }
    h2 {
        font-size: 20px !important;
        margin-top: 20px;
    }
    .post_p p.pink-p {
        padding: 10px 15px;
        line-height: 1.3;
    }
    h3 {
        font-size: 18px;
        margin: 20px 0 10px;
    }
    .footer_row {
        padding: 27px 0 0;
        gap: 27px;
    }
    
    .footer_text_div {order: 12;}
    
    .footer_links {
        display: none;
    }
    
    .footer_social {
        align-content: center;
        justify-content: center;
        width: 100%;
    }
	.row.no-gutters.content_blocks .col-md-6:nth-child(4) .block_long_pos {
		align-items: flex-end;
	}
    .content_blocks .block_default h3,
    .content_blocks>div.block_long h3{
        line-height: 1;
    }
    .content_blocks>div.block_long .text,
    .content_blocks .block_default .text {
        line-height: 1.2;
    }

}
.header_links ul ul a {
    padding: 5px  10px !important;
}
.header_links ul ul.dropdown-menu li {
    margin: 0;
}
.header_links ul ul.dropdown-menu {
    padding: 10px !important;
    top: 40px;
    border: 0;
    border-radius: 20px;
}
.header_links li.dropdown.hover.more_razdel {
    order: 12;
}
@media(max-width:1366px){
    .header_links a.dropdown-toggle {
        display: none;
    }
    .header_links ul ul.dropdown-menu.px-1.py-0 {
        position: initial;
        display: flex;
        background: none;
        border: 0;
        gap: 10px;
        padding: 0 !important;
        margin: 0;
        min-width: fit-content;
    }
    .header_links ul ul.dropdown-menu li {
        margin: 0;
    }
    .header_links ul ul a {
        padding: 11px 16px !important;
    }
}

.pinkblog_category_maininfo {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 30px;
    background: #fff;
    padding: 20px;
    border-radius: 20px;
}
.pinkblog_category_mainimage {
    order: 12;
}
.pinkblog_category_mainimage img {
    max-height: 500px;
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
}
.pinkblog_category_maindescription {
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: #000;
}
.pinkblog_category_maindescription h2 {    
    font-family: "a_FuturaRoundDemi";
    margin: 0 0 11px;
    font-size: 24px;
    font-weight: 400;    
}
.pinkblog_category_maininfo:empty {
    display: none;
}
@media(max-width: 900px){
    .pinkblog_category_maininfo {
        grid-template-columns: 1fr;
    }    
    .pinkblog_category_maindescription {
        order: 12;
    }    
    .pinkblog_category_mainimage {
        order: 1;
    }
}


