html, body, div, span, h1, h2, p, a, img, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

*, *:after {
    box-sizing: border-box;
	outline: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}




body {font-family: 'Fira Sans', sans-serif; background: #E0B5A2;}
ul {
	list-style: none;
}
a {
	text-decoration: none;
	color: #1a1a1a;
}


html, body {
	height: 100%;
	font-family: 'Fira Sans', sans-serif;
}



@font-face {
  font-family: CyGrotesk;
  font-display: swap;
  src: local("Cy Grotesk Wide Medium"), url(../fonts/CyGrotesk-WideMedium.woff2) format("woff2");
  font-weight: 400
}
@font-face {
  font-family: CyGrotesk;
  font-display: swap;
  src: local("Cy Grotesk Wide Demi"), url(../fonts/CyGrotesk-WideDemi.woff2) format("woff2");
  font-weight: 700
}

@font-face {
  font-family: CyGrotesk;
  font-display: swap;
  src: local("Cy Grotesk Wide Bold"), url(../fonts/CyGrotesk-WideBold.woff2) format("woff2");
  font-weight: 800
}


.layout_main {max-width: 1296px; margin-left: auto;	margin-right: auto;}

.article_layout .layout_main {width: 100%; max-width: 1400px;}

.main_content {display: flex; flex-direction: column; flex-wrap: nowrap;}

.container_article { margin-bottom: 50px; margin-top: 25px;}


.post_content_article .post_title {
	font-size: 48px;
    color: #111;
	text-transform: uppercase;
    font-family: CyGrotesk, Helvetica, Arial, "sans-serif";
	max-width: 1280px;
	margin-left: auto; 
	margin-right: auto;
    position: relative;
	font-weight: 800;
    text-align: center;
	line-height: 1.3em;
}




.header_wrapper {height: 87px; position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    background: 0 0;}


.article_layout .header_wrapper {height: 62px;}
.header { padding: 28px 0 12px 0;}
.main_logo {text-align: center;}
.main_logo_link {display: block; width: 308px; margin: 4px auto 0 auto;}


.footer { max-width: 690px; padding: 50px 0; margin-left: auto; margin-right: auto;}


.footer_copy {text-align: center; padding: 20px 0; font-size: 14px; font-weight: 300;}

.modal {
      display: none;
      position: fixed;
      z-index: 9999;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: auto;
      /*background-color: rgba(0, 0, 0, 0.4);*/
      backdrop-filter: blur(12px);
	 webkit-backdrop-filter: blur(12px);
    }

    .modal-content {
      background-color: #fefefe;
      margin: 10% auto;
      padding: 30px 30px 50px 30px;
      width: 80%;
      /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);*/
      animation-name: animatetop;
      animation-duration: 0.4s;
    }

    @keyframes animatetop {
      from {top: -300px; opacity: 0}
      to {top: 0; opacity: 1}
    }

    .close {
      color: #aaa;
      float: right;
      font-size: 28px;
      font-weight: bold;
    }

    .close:hover,
    .close:focus {
      color: black;
      text-decoration: none;
      cursor: pointer;
    }

.close_wrapper {overflow: hidden;}
.close_wrapper img {width: 24px; height: auto;}



@media screen and (min-width: 360px) {
	
.header.header_small .main_logo_link {width: 220px;}
}

.menu_wrapper {position: relative;}

.post {padding: 12px 24px; width: 100%;}



.layout_wide .post_header {
    flex-wrap: wrap;
    margin-bottom: 35px;

}

.layout_wide .post_content_article {

    display: flex;
    flex-shrink: 0;
    padding: 80px 42px 42px 42px;
    align-items: center;
	align-content: center;
    position: relative;

}


.text_block {padding: 30px 0 50px 0; font-family: 'Inter', sans-serif; max-width: 970px; margin-left: auto; margin-right: auto;  font-size: 20px; line-height: 1.4em;}

.text_block p {padding: 12px 0;}

.text_block a {
    box-shadow: inset 0 -2px #e24f1b;
    border-bottom: none;
}

.text_block h3 {font-family: CyGrotesk, Helvetica, Arial, "sans-serif"; line-height: 1.2; text-transform: uppercase; font-size: 36px; text-align: center; font-weight: 800;}

.modal-content .text_block h3 {margin: 10px 0 2px 0; font-size: 36px;}

.text_block h4 {
    font-family: CyGrotesk, Helvetica, Arial, "sans-serif";
    line-height: 1.2;
    text-transform: uppercase;
    font-size: 24px;
    text-align: center;
    font-weight: 800;
	color: #E24F1B;
	margin: 0 0 6px 0;
}

.text_block h5 {
    font-family: CyGrotesk, Helvetica, Arial, "sans-serif";
    line-height: 1.2;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    font-weight: 800;
	color: #111;
	margin: 5px 0 20px 0;
}

.album_block {max-width: 1352px; margin-left: auto; margin-right: auto; padding-top: 60px; padding-bottom: 40px;}

.album_block h2 {font-family: CyGrotesk, Helvetica, Arial, "sans-serif"; line-height: 1.3; text-transform: uppercase; font-size: 96px; text-align: center; font-weight: 800; color: #E24F1B;}

.album_wrapper {margin: 45px 0; border-top: #111 1px solid;}

.album_wrapper a {cursor: pointer;}

.album_wrapper_item {display: flex; align-items: center; padding: 18px 0; font-family: CyGrotesk, Helvetica, Arial, "sans-serif"; text-transform: uppercase; line-height: 1.3; font-weight: 800; /*background: #fff;*/ /*margin-bottom: 1px;*/ border-bottom: #111 1px solid;}

.album_wrapper_item:hover {color: #E24F1B;}

.album_wrapper_song {flex-grow: 2; display: flex; align-items: center; font-size: 26px;}

.album_wrapper_song span {font-size: 16px; padding: 4px 8px 0 8px; font-weight: 700;}

.album_wrapper_num {font-size: 16px; font-weight: 700;}


.text_block_sm h3 {
    font-size: 20px;
    margin: 15px 0;
}

.text_block_sm  {
    padding: 0 0 40px 0;
    font-size: 15px;
}

@media screen and (max-width: 768px) {
	
	.footer_copy {padding-left: 20px; padding-right: 20px;}
	.main_logo_link {width: 220px;}
	
	.header_wrapper {height: 62px;}
	
	.post {padding: 28px 28px;}

}

@media screen and (max-width: 680px) {
	
	.layout_wide .post_content_article {padding-bottom: 20px;}
    
}



@media screen and (max-width: 360px) {
	.main_logo_link {width: 190px;}
	.header_wrapper {height: 58px;}
	.article_layout .header_wrapper {height: 58px;}
}




.grid_3x {
display: grid;
grid-template-columns: 2.082fr 1fr;
grid-template-rows: repeat(2, 1fr);
grid-column-gap: 36px;
grid-row-gap: 34px;
	margin-bottom: 36px;
}
.grid_3x .grid_c1 { grid-area: 1 / 1 / 3 / 2; }
.grid_3x .grid_c2 { grid-area: 1 / 2 / 2 / 3; }
.grid_3x .grid_c3 { grid-area: 2 / 2 / 3 / 3; }


.grid_4x {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 36px;
grid-row-gap: 0px;
	margin-bottom: 36px;
}
.grid_4x .grid_c1 { grid-area: 1 / 1 / 2 / 2; }
.grid_4x .grid_c2 { grid-area: 1 / 2 / 2 / 3; }
.grid_4x .grid_c3 { grid-area: 1 / 3 / 2 / 4; }


.grid_5x {
display: grid;
grid-template-columns: 1fr 2.082fr ;
grid-template-rows: repeat(2, 1fr);
grid-column-gap: 36px;
grid-row-gap: 34px;
	margin-bottom: 36px;
}
.grid_5x .grid_c1 { grid-area: 1 / 2 / 3 / 3; }
.grid_5x .grid_c2 { grid-area: 1 / 1 / 2 / 2; }
.grid_5x .grid_c3 { grid-area: 2 / 1 / 3 / 2; }

.grid_6x {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 36px;
grid-row-gap: 36px;
margin: 40px 0;
}

.grid_6x .grid_c1 { grid-area: 1 / 1 / 2 / 2; }
.grid_6x .grid_c2 { grid-area: 1 / 2 / 2 / 3; }
	  
.square_box{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.square_box:before{
    content: "";
    display: block;
    padding-top: 100%;
}
.square_content{
    position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: white;
    text-align: center;
}

.square_content img {width: 100%; height: auto;}


.square_content {
  display: flex;
  align-items: center; 
  justify-content: center;  
}

.square_content_text {
  text-align: center;
	padding: 20px;
	font-family: CyGrotesk, Helvetica, Arial, "sans-serif";
	font-weight: 700;
	text-transform: uppercase;
	color: #111;
	font-size: 19px;
	line-height: 1.3em;
}

.play_wrapper {padding-top: 20px;font-family: CyGrotesk, Helvetica, Arial, "sans-serif"; font-weight: 800; text-transform: uppercase; display: flex; justify-content: center;}
.play_item {display: flex; align-items: center; margin: 3px 10px;}
.play_wrapper img {margin-right: 6px;}
.play_wrapper a {color: #E24F1B; }


@media screen and (max-width: 1280px) {
.square_content_text {
	font-size: 14px;
}
}


@media screen and (max-width: 1024px) {
.square_content_text {
	font-size: 14px;
}
	
	.album_block h2 {font-size: 56px;}
	
	.album_wrapper_song {display: inline-block;}
	
	.album_wrapper_song span {display: block; padding: 0;}
	
	.grid_3x {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: 2fr 1fr;
grid-column-gap: 24px;
grid-row-gap: 24px;
	margin-bottom: 36px;
}
	
.grid_3x .grid_c1 { grid-area: 1 / 1 / 2 / 3; }
.grid_3x .grid_c2 { grid-area: 2 / 1 / 3 / 2; }
.grid_3x .grid_c3 { grid-area: 2 / 2 / 3 / 3; }
	


.grid_4x {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: 2fr 1fr;
grid-column-gap: 24px;
grid-row-gap: 24px;
	margin-bottom: 36px;
}
.grid_4x .grid_c2 { grid-area: 1 / 1 / 2 / 3; }
.grid_4x .grid_c1 { grid-area: 2 / 1 / 3 / 2; }
.grid_4x .grid_c3 { grid-area: 2 / 2 / 3 / 3; }



.grid_5x {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: 2fr 1fr;
grid-column-gap: 24px;
grid-row-gap: 24px;
	margin-bottom: 36px;
}
.grid_5x .grid_c1 { grid-area: 1 / 1 / 2 / 3; }
.grid_5x .grid_c3 { grid-area: 2 / 1 / 3 / 2; }
.grid_5x .grid_c2 { grid-area: 2 / 2 / 3 / 3; }

}

@media screen and (max-width: 780px) {
    .block_post_description {padding-left: 12px; padding-right: 12px;}
	.post_content_article .post_title {font-size: 21px;}
	.layout_wide .post_content_article {padding-top: 65px;}
	
	.text_block {
    padding: 0 0 40px 0; font-size: 18px;
	}
	.text_block_sm {
    padding: 0 0 40px 0; font-size: 13px;
	}
	
	.album_wrapper_song {font-size: 20px;}
	
	.album_wrapper_song span, .album_wrapper_num {font-size: 14px;}
	
	.text_block h3 {font-size: 28px; margin: 15px 0;}
	
	.text_block_sm h3 {font-size: 20px; margin: 15px 0;}
		

	
.grid_3x {
display: grid;
grid-template-columns: 1fr;
grid-template-rows: repeat(3, 1fr);
grid-column-gap: 28px;
grid-row-gap: 28px;
	margin-bottom: 30px;
}
.grid_3x .grid_c1 { grid-area: 1 / 1 / 2 / 2; }
.grid_3x .grid_c3 { grid-area: 2 / 1 / 3 / 2; }
.grid_3x .grid_c2 { grid-area: 3 / 1 / 4 / 2; }
	
.grid_4x {
display: grid;
grid-template-columns: 1fr;
grid-template-rows: repeat(3, 1fr);
grid-column-gap: 28px;
grid-row-gap: 28px;
	margin-bottom: 30px;
}
.grid_4x .grid_c1 { grid-area: 1 / 1 / 2 / 2; }
.grid_4x .grid_c3 { grid-area: 2 / 1 / 3 / 2; }
.grid_4x .grid_c2 { grid-area: 3 / 1 / 4 / 2; }	
	
.grid_5x {
display: grid;
grid-template-columns: 1fr;
grid-template-rows: repeat(3, 1fr);
grid-column-gap: 28px;
grid-row-gap: 28px;
	margin-bottom: 30px;
}
.grid_5x .grid_c1 { grid-area: 1 / 1 / 2 / 2; }
.grid_5x .grid_c2 { grid-area: 2 / 1 / 3 / 2; }
.grid_5x .grid_c3 { grid-area: 3 / 1 / 4 / 2; }	
	
.grid_6x {
display: grid;
grid-template-columns: 1fr;
grid-template-rows: 1fr;
grid-column-gap: 0;
grid-row-gap: 0;
margin: 40px 0;
}

.grid_6x .grid_c1 { grid-area: 1 / 1 / 2 / 2; }
	
	.layout_wide .post_content_article {padding: 70px 0 39px 0;}
	
	.header.header_small .main_logo_link {
    width: 180px;
}
	.header.header_small .main_logo_link img {width: 100%; height: auto;}
	
	.play_wrapper {

    /*flex-direction: column; max-width: 350px;*/ margin-left: auto; margin-right: auto;
}
	.play_wrapper img {width: 14px; height: auto;}
	
	.album_block h2 {
    font-size: 36px;
}
	
	.play_wrapper {font-size: 12px;}
	
	.modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px 20px 20px 20px;
    width: 90%;
    animation-name: animatetop;
    animation-duration: 0.4s;
}
	
.modal-content .text_block h3 {
    margin: 10px 0 4px 0;
    font-size: 24px;
	line-height: 1.1em;
}
	
.text_block h4 {font-size: 21px;}
	
.text_block h5 {
    font-size: 14px;
}
	
	
}

@media screen and (max-width: 360px) {
	.square_content_text {
    font-size: 12px;
}
	.text_block h3 {
    font-size: 22px;
}
	.album_block h2 {
    font-size: 48px;
}
	.layout_wide.article_layout .post_title {
    font-size: 24px;
}
}
