@import url('https://fonts.googleapis.com/css2?family=Lobster&family=Roboto:wght@400;500;700&display=swap');
* { box-sizing: border-box; }
a { transition: 0.1s linear; }
/* -------------- CORNER ------------ */
.cs_254px {
  --smooth-corners: 12;
  mask-image: paint(smooth-corners);
  -webkit-mask-image: paint(smooth-corners);
}
.cs_40px {
    --smooth-corners: 5;
    mask-image: paint(smooth-corners);
    -webkit-mask-image: paint(smooth-corners);
}
/* -------------- MENU ------------ */
.container_menu {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 280px;
  height: 100%;
  background: #202342;
  z-index: 9;
}
.logo {
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  left: 23px;
  top: 35.94px;
  background: url('../images/icon/logo.png');
  background-size: 50px;
  transform: rotate(-15deg);
}
.logo_2 {
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  left: 10px;
  top: 35.94px;
  background: url('../images/icon/logo.png');
  background-size: 50px;
  transform: rotate(-15deg);
}
.flag {
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  left: 230px;
  top: 33.94px;
  background: url('../images/icon/ukraine.png');
  background-size: 60px;
  transform: rotate(5deg);
}
.txt_logo {
  display: block;
  position: absolute;
  left: 92px;
  top: 40px;
  font-family: 'Helvetica';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  color: #FFFFFF;
}
.block_name_site {
  display: block;
  position: absolute;
  width: 78px;
  height: 20px;
  left: 101px;
  top: 72px;
  background: #35356A;
  border-radius: 3px;
  font-family: 'Helvetica';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  color: #FFDF65;
}
.block_domain_site {
  display: block;
  position: absolute;
  width: 34px;
  height: 16px;
  left: 182px;
  top: 76px;
  background: #6F33FF;
  border-radius: 3px;
  font-family: 'Helvetica';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #FFFFFF;
}
.menu {
  display: block;
  position: absolute;
  top: 126px;
  left: 20px;
  width: 254px;
  height: 480px;
}
.main_menu_link {
  display: block;
  position: relative;
  width: 254px;
  height: 48px;
  border-radius: 10px; 
}
.fm { 
  display: inline-block; 
  background: #F5F7FA;
} 
.fm .mml_logo { background: white;}
.fm .txt_mml { color: #2192CC; font-size: 17px; }
.main_menu_link:hover { background: #2C325A;  cursor: pointer; }
.fm:hover { background: #EBF6FF; }
.mml_logo {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  margin: 4px;
  background: #2C325A;
  border-radius: 8px;
  
}
.main_menu_link:hover .mml_logo { background: #202342; }
.fm:hover .mml_logo { background: white; }
.txt_mml {
  display: block;
  position: absolute;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 48px;
  text-indent: 54px;
  color: #CACFF9;
}
.glory_to_ukraine {
  display: block;
  position: absolute;
  top: 640px;
  left: 76px;
  width: 127px;
  height: 22px;
  background: url('../images/icon/glory_to_ukraine_2.svg');
  background-size: 127px;
}
.txt_logo_2 {
  display: block;
  position: absolute;
  left: 82px;
  top: 40px;
  font-family: 'Helvetica';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  color: black;

}
.phone_menu { display: none; }
/* -------------- ICON ------------ */
.icon_birthday {
  position: absolute;
  width: 30px;
  height: 30px;
  background: url('../images/icon/birthday.png');
  background-size: 30px;
  margin: 5px;
}
.icon_8 {
  position: absolute;
  width: 30px;
  height: 30px;
  background: url('../images/icon/8.png');
  background-size: 30px;
  margin: 5px;
}
.icon_new_year {
  position: absolute;
  width: 30px;
  height: 30px;
  background: url('../images/icon/new_year.png');
  background-size: 30px;
  margin: 5px;
}
.icon_cristmas {
  position: absolute;
  width: 30px;
  height: 30px;
  background: url('../images/icon/cristmas.png');
  background-size: 30px;
  margin: 5px;
}
.icon_valentines {
  position: absolute;
  width: 30px;
  height: 30px;
  background: url('../images/icon/valentines.png');
  background-size: 30px;
  margin: 5px;
}
.icon_easter {
  position: absolute;
  width: 30px;
  height: 30px;
  background: url('../images/icon/easter.png');
  background-size: 30px;
  margin: 5px;
}
.icon_anniversary {
  position: absolute;
  width: 30px;
  height: 30px;
  background: url('../images/icon/anniversary.png');
  background-size: 30px;
  margin: 5px;
}
.icon_wedding {
  position: absolute;
  width: 30px;
  height: 30px;
  background: url('../images/icon/wedding.png');
  background-size: 30px;
  margin: 5px;
}
.icon_church {
  position: absolute;
  width: 30px;
  height: 30px;
  background: url('../images/icon/church.png');
  background-size: 30px;
  margin: 5px;
}
.icon_ukraine {
  position: absolute;
  width: 30px;
  height: 30px;
  background: url('../images/icon/ukraine.png');
  background-size: 30px;
  margin: 5px;
}
.icon_views {
  position: absolute;
  width: 18px;
  height: 18px;
  background: url('../images/icon/views.png');
  background-size: 18px;
}
.icon_menu {
  position: absolute;
  width: 24px;
  height: 24px;
  background: url('../images/icon/menu.svg');
  background-size: 24px;
  margin: 8px;
}
.icon_earth {
  position: absolute;
  width: 28px;
  height: 28px;
  background: url('../images/icon/earth.svg');
  background-size: 28px;
  margin: 6px;
}
.icon_new {
  position: absolute;
  top: 8px;
  left: 13px;
  width: 20px;
  height: 20px;
  background: url('../images/icon/new.svg');
  background-size: 20px;
}
.icon_old {
  position: absolute;
  top: 8px;
  left: 13px;
  width: 20px;
  height: 20px;
  background: url('../images/icon/old.svg');
  background-size: 20px;
}
.icon_popular {
  position: absolute;
  top: 8px;
  left: 13px;
  width: 20px;
  height: 20px;
  background: url('../images/icon/views.png');
  background-size: 20px;
}
.icon_polygon_filter {
  position: absolute;
  top: -11px;
  left: 95px;
  width: 16px;
  height: 16px;
  background: url('../images/icon/polygon_filter.svg') no-repeat;
  background-size: 16px;
}
.icon_polygon_down {
  position: absolute;
  bottom: -10px;
  width: 18px;
  height: 12px;
  background: url('../images/icon/polygon_down.svg') no-repeat;
  background-size: 18px;
}
.icon_white_polygon_down {
  position: absolute;
  bottom: -10px;
  right: 12px;
  width: 18px;
  height: 12px;
  background: url('../images/icon/white_polygon_down.svg') no-repeat;
  background-size: 18px;
}
/* -------------- CONTENT ------------ */
.container_content {
  display: block;
  position: absolute;
  top: 0px;
  left: 305px;
  width: 1038px;
  min-height: 100vh;
  z-index: 8;
}
.cc_first { width: 1060px; }
.page { width: 720px;  padding-top: 0px;}
.txt_title {
  position: absolute;
  left: 20px;
  top: 0; 
  font-family: 'Helvetica';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 41px; 
  color: #000000;
}
.txt_title_post {
  position: relative;
  padding-left: 20px;
  top: 0; 
  font-family: 'Helvetica';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 48px; 
  color: #000000;
}
.txt_may {
  position: absolute;
  padding-left: 20px;
  top: -60px; 
  font-family: 'Helvetica';
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 41px; 
  color: #000000;
}
.txt_counter_title {
  font-size: 28px;
  color: #A8B0BF;
  font-weight: 400;
}
.cloud {
  display: block;
  position: absolute;
  width: 295px;
  left: 20px;
  top: 70px;
}
.cloud_content { display: none; } 
.txt_cloud_title {
  position: absolute;
  left: 0px;
  top: 20px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
}
.cloud_menu {
  position: relative;
  top: 60px;
  left: 0px;
  width: 300px;
}
.cloud_menu_content {
  position: relative;
  top: 60px;
  left: 0px;
  width: 100%;
  padding-left: 20px;
  padding-right: 10px;
  padding-bottom: 90px;
}
.cm_link {
  display: inline-block;
  position: relative;
  height: 36px;
  left: 0;
  top: 0;
  background: #F5F7FA;
  border-radius: 12px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  color: #000000;
  padding-left: 8px;
  padding-right: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  
}
.cm_link:hover { background: #EBF6FF; color: #2192CC; cursor: pointer; }
.content {
  display: block;
  position: relative;
  top: 70px;
  left: 330px;
  width: 705px;
  min-height: 400px;
  padding-bottom: 100px;
}
.first_page {
  left: 0;
  width: 100%;
}
.poster {
  display: block;
  position: relative;
  top: -30px;
  left: 0px;
  width: 100%;
  min-height: 400px;
  padding-bottom: 100px;
}
.indexer {
  display: block;
  position: relative;
  margin-top: 30px;
  left: 0px;
  width: 100%; 
  padding-bottom: 50px;
}
.post {
  display: block;
  position: relative; 
  top: 12px;
  width: 100%;
  min-height: 100px;
  background: white;
  border-radius: 8px; 
  margin-bottom: 60px; 
}
.first_menu {
 position: relative; 
 width: 1030px;
 margin: 0 auto; 
}

.post p {
  font-family: 'Helvetica';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  padding: 20px;
}
.post img { display: block; position: relative;  max-height: 80vh; max-width: 90vw; margin: 0 auto;  }
.prr {
  display: block;
  position: relative; 
  font-family: 'Lobster', cursive;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 20px;
  text-align: center;
  color: #6F33FF; 

}
.first { font-style: italic; background: #EBF6FF; top: 40px; }
.button_filter {
  position: relative;
  width: 145px;
  height: 36px;
  top: 10px;
  margin: 0 auto;
  background: #F5F7FA;
  border-radius: 12px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 36px;
  text-indent: 42px;
  color: #000000;
}
.this_click_bf {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.button_filter:hover { background: #5153E1; color: white; cursor: pointer}
.hover_button_filter { background: #5153E1; color: white; cursor: pointer;  }
.icon_filter {
  position: absolute;
  left: 13px;
  top: 6px;
  width: 24px;
  height: 24px;
  background: url('../images/icon/filter.svg');
  background-size: 24px;
}
.icon_filter_active {
  position: absolute;
  left: 13px;
  top: 6px;
  width: 24px;
  height: 24px;
  background: url('../images/icon/filter_hover.svg');
  background-size: 24px;
}
.button_filter:hover .icon_filter { background: url('../images/icon/filter_hover.svg'); }
.box_item {
  position: relative;
  top: 40px;
}
.item {
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  width: 330px;
  min-height: 224px;
  left: 0px;
  top: 0px;
  background: #FFFFFF;
  border: 1px solid #EDEEEF;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
  border-radius: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 40px;
  padding: 0 0 20px 0;
  vertical-align: top;
}
.i_img {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 328px;
  border-radius: 10px 10px 0 0;
}
.i_title {
  display: block;
  position: relative;
  left: 20px;
  margin-top: 20px;
  width: 290px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px; 
  color: #000000;
}
.i_title:hover { color: #2192CC; }
.i_title_selection { color: #2192CC; }
.i_title:hover .i_title_selection{ color: black; }
.i_category {
  display: block;
  position: relative;
  height: 20px;
  left: 20px;
  margin-top: 12px; 
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #595E69;
}
.i_category:hover { color: #2192CC; }
.i_subcategory {
  display: inline-block;
  position: relative;
  height: 20px;
  left: 20px;
  width: auto;
  margin-top: 10px; 
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #595E69;
  background: #F5F7FA;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 5px;

}
.i_subcategory:hover { color: #2192CC; }
.i_views {
  display: inline-block;
  position: relative;
  width: auto;
  height: 18px;
  left: 30px;
  top: 4px;
}
.txt_views { 
  position: absolute;
  top: 1px;
  left: 22px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #A8B0BF;
}
.filter_menu {
  display: none;
  position: absolute; 
  top: 40px;
  left: -27px;
  width: 200px;
  height: 156px;
  background: white;
  box-shadow: 0px 0px 12px rgba(81, 83, 225, 0.5);
  border-radius: 10px;
  z-index: 9;
}
.filter_link {
  display: block;
  position: relative;
  width: 176px;
  height: 36px;
  left: 0;
  top: 0;
  margin: 12px;
  background: #F5F7FA;
  border-radius: 15px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 36px;
  color: #000000;
}
.filter_link:hover { background: #EBF6FF; }
/* -------------- MOBILE ------------ */
.mobile_header {
  display: none;
  position: relative; 
  top: 0;
  left: 0;
  width: 100%; 
  height: 280px;
  background: url('../images/icon/mobile_header.svg') no-repeat;
  background-size: 100%;
  padding-bottom: 20px;
}
.mobile_logo {
  display: block;
  position: relative; 
  width: 300px;
  margin: 0 auto;
}
.mobile_menu {
  display: none;
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 660px;
  height: 60px;
  background: #202342;
  z-index: 9;
  border-radius: 30px;
  box-shadow: 0px 0px 15px  white;
}
.m_logo {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  left: 20px;
  top: 10px;
  background: url('../images/icon/logo.png');
  background-size: 40px;
  transform: rotate(-15deg);
}
.m_button_title {
  display: block;
  position: absolute; 
  height: 30px;
  background: #3C4090;
  top: -40px;
  border-radius: 8px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #CACFF9;
  text-indent: 8px;
}
.mobile_hide_menu {
  display: none; 
  position: absolute;
  width: 240px;
  height: 528px;
  left: -200px;
  top: -539px; 
  background: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}
.phone_hide_menu {
  display: none; 
  position: absolute;
  width: 240px;
  height: 528px;
  left: -165px;
  top: -539px; 
  background: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}
.mhm_link {
  display: inline-block; 
  position: relative;
  width: 224px;
  height: 44px;
  margin-left: 8px;
  margin-bottom: 8px;
  background: #F5F7FA;
  border-radius: 8px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 44px;
  text-indent: 20px;
  color: black;
}
.mhm_link:hover { background: #EBF6FF; color: #2192CC; }
.mm_active { background: #3C4090; }
/* -------------- TEXT ------------ */
.t_bold { font-weight: bold; }
.t_italic { font-style: italic; }
.link { color: #2192CC; font-weight: bold;  }
.r_st { color: #B44437; background: #F6E9E7; border-radius: 5px; padding-left: 5px; padding-right: 5px; }
.code_st { color: #DF2F79; background: #000000; border-radius: 5px; padding-left: 5px; padding-right: 5px; }
.l_st { color: #68BD48; background: #EDF7E9; border-radius: 5px; padding-left: 5px; padding-right: 5px; }
.bl_st { color: #0167B0; background: #E1EDF6; border-radius: 5px; padding-left: 5px; padding-right: 5px; }
.br_st { color: #560A9A; background: #EBE2F3; border-radius: 5px; padding-left: 5px; padding-right: 5px; }
.or_st { color: #ED7427; background: #FDEEE5; border-radius: 5px; padding-left: 5px; padding-right: 5px; }
.pi_st { color: #F07F9F; background: #FDF0F3; border-radius: 5px; padding-left: 5px; padding-right: 5px; }
.wb_st { color: white; background: black; border-radius: 5px; padding-left: 5px; padding-right: 5px; }
.r_b { background: #F6E9E7; }
.code_style { background: #000000; }
.l_b { background: #EDF7E9; }
.bl_b { background: #E1EDF6; }
.br_b { background: #EBE2F3; }
.or_b { background: #FDEEE5; }
.pi_b { background: #FDF0F3; }
.wb_b { background: black; }
/* -------------- MEDIA ------------ */
@media screen and (max-width: 1355px) {
  .mobile_menu { display: block;}
  .container_menu { display: none; }
  .container_content { position: relative; left: 0; margin: 0 auto;  margin-top: 20px; }
  .m_menu {
    display: block;
    position: relative;
    top: 8px;
    left: 20px;
    width: 580px;
    height: 40px;
    margin: 0 auto; 
    margin-top: 1px;
    padding-left: 15px;
  }
  .m_menu_link {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 10px; 
    margin-left: 5px;
  }
  .ml_logo {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    background: #2C325A;
    border-radius: 8px;
    
  }
  .m_menu_link:hover .ml_logo { background: #3C4090;box-shadow: 0px 0px 12px #5153E1; cursor: pointer; }
}
@media screen and (max-width: 1100px) {
  .cloud { display: none; }
  .container_content {  margin-top: 0; left: 0;}
  .content { width: 100%; left: 0; top: -110px; }
  .box_item { position: relative; width: 705px; margin: 0 auto; }
  .cloud_content {
    display: block;
    position: relative;
    width: 100%;
    left: 0px;
    top: 20px;
  }
  .txt_cloud_title { padding-left: 20px; }
  .mobile_header  { display: block; }
  .poster { top: -140px; }
  .txt_title { position: relative; top: -80px; left: 0; padding-left: 20px; width: 100%; }
  .txt_title_post { top: -120px; }
  .block_name_site { display: block; }
  .block_domain_site { display: block; }
  .first_menu { width: 771px; }
}
@media screen and (max-width: 1000px) {
  .container_content { width: 100%; }
  .content { top: -120px; }
  .txt_title { top: -90px; font-size: 30px; }
  .txt_title_post { font-size: 30px; top: -100px; }
  .poster { top: -120px; }
}
@media screen and (max-width: 800px) {  
  .first_menu { width: 513px;}
}
@media screen and (max-width: 700px) {
  .mobile_logo { top: -30px; }
  .mobile_header { height: 250px; }
  .content { top: -200px; }
  .txt_title { top: -160px; }
  .txt_title_post { top: -120px; }
  .poster { top: -120px;}
  .box_item { width: 100%; }
  .item { width: 100%; margin-left: 0; margin-right: 0; border-radius: 0; }
  .i_img { width: 100%; border-radius: 0; }
  .i_title { left: 0; padding-left: 20px; width: 100%; padding-right: 20px;  }
  .i_category { left: 0; padding-left: 20px; width: 100%;  }
  .mobile_logo { top: -20px; }
  .mobile_menu { display: none; }
  .phone_menu {
    display: block;
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 60px;
    background: #202342;
    z-index: 9;
    border-radius: 30px;
    box-shadow: 0px 0px 15px  white;
  }
}
@media screen and (max-width: 500px) {
  .first_menu { width: 100%; padding-left: 20px; padding-right: 20px;}
  .fm { width: 100%; }
}
