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;
}
ul {
  /*list-style: none;*/
}
a {
  text-decoration: none;
  color: #1a1a1a;
}

@font-face {
    font-family: 'NAMU-1990';
    src: url('../fonts/NAMU-1990.woff2') format('woff2'),
         url('../fonts/NAMU-1990.woff') format('woff'),
         url('../fonts/NAMU-1990.eot'); 
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NAMU-1400';
    src: url('../fonts/NAMU-1400.woff2') format('woff2'),
         url('../fonts/NAMU-1400.woff') format('woff'),
         url('../fonts/NAMU-1400.eot'); 
    font-weight: normal;
    font-style: normal;
}

html, body {
  height: 100%;
   font-family: 'NAMU-1990', sans-serif;
}

body {background: #421CB1;}


.section_header_logo {margin: 2vw;}

.section_header_logo_img img {width: 215px; height: auto;}

.section_header_logo_img a {display: block; width: 215px; margin: 0 auto;}

.section_header_year {font-size: 32px; color: #fff; text-align: center; margin: 1vw;}

.section_header_title {margin: 9vw 2vw;}

.section_header_pattern img {width: 100%; height: auto;}

.section_header_pattern_w_wrapper {overflow: hidden;}

.section_header_pattern_w_wrapper .section_header_pattern img {
    width: 160%; 
    height: auto;
    object-fit: cover;
    object-position: center;
    display: block; 
}

.section_info {padding: 5vw 0;}

.section_info_white {padding: 5vw 0 3vw 0; background: #fff;}

.layout_width {max-width: 1200px; margin: 20px; margin-left: auto; margin-right: auto; padding-left: 25px; padding-right: 25px;}

.section_header {font-size: 48px; font-weight: 400; margin: 20px 0; color: #fff;}

.section_info_white .section_header {color: #421cb1;}

.section_text {font-size: 18px; line-height: 1.3em; color: #fff; columns: 2; -moz-column-count: 2; -webkit-column-count: 2; column-gap: 20px; break-inside: avoid-column;}

.section_info_white .section_text {color: #111;}

.section_text p, .section_text ul.nobr {page-break-inside: avoid; padding: 10px 10px 10px 0;}

.section_text ul {margin-left: 20px;}

.section_text ul strong {display: block; -webkit-text-stroke-width: .5px;}

.section_text ul:not(.nobr) li {padding-bottom: 10px;}


.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;
}
.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: 18px 0 18px 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: rgba(0, 0, 0, 0.08);
  -webkit-backdrop-filter: blur(28px);
  backdrop-filter: blur(28px);
}
.modal-content {
  background-color: #fefefe;
  margin: 7% auto;
  padding: 30px 50px 50px 50px;
  width: 80%;
  animation-name: animatetop;
  animation-duration: 0.7s;
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0
  }
  to {
    top: 0;
    opacity: 1
  }
}
.close, .prevBtn, .nextBtn {
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin-left: 10px;
  cursor: pointer;
}
.close:hover, .close:focus, .prevBtn:hover, .prevBtn:focus, .nextBtn:hover, .nextBtn:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
  background: #421cb1;
  transition: all 0.2s ease-out;
}
.icon_wrapper {
  overflow: hidden;
}
.close, .prevBtn, .nextBtn {
  overflow: hidden;
  border: #421cb1 1px solid;
  border-radius: 50%;
}
.icon_wrapper img {
  width: 50px;
  height: auto;
  vertical-align: bottom;
}
.close:hover img, .close:focus img, .prevBtn:hover img, .prevBtn:focus img, .nextBtn:hover img, .nextBtn:focus img {
  filter: invert(100%) brightness(800%);
}
@media screen and (min-width: 360px) {
  .header.header_small .main_logo_link {
    width: 220px;
  }
}
.menu_wrapper {
  position: relative;
}
.post {
  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: 1200px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 1.4em;
	color: #111;
}
.text_block p {
  padding: 12px 0;
}
.text_block a {
  box-shadow: inset 0 -2px #704ee9;
  border-bottom: none;
}
.text_block a:hover {
  color: #704ee9;
}
.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;
  }
}
.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;
}


.p-copy {padding: 2vw 2vw; text-align: center; font-size: 18px;}

@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;
  }
}
@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;
  }
  .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 {
    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%;
  }
  .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;
  }
}

.section-hero {
  z-index: 1;  
  height: 100vh;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}


/*.container {
  z-index: 2;
  max-width: 93.8508vw;
  position: relative;
}*/
.w-background-video > video {
  background-size: cover;
  background-position: 50%;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  object-fit: cover;
  z-index: -100;
}
.container.is--hero {
  z-index: 2;
  height: 100%;
  position: relative;
}
.w-container:before, .w-container:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-container:after {
  clear: both;
}
/*.content-blog {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}*/
.h1 {
  color: #fff;
  text-transform: uppercase;
	text-align: center;
	font-size: 120px;
	line-height: 1em;
}
.h1 span {
display: block;
	font-family: 'NAMU-1400', sans-serif;
	font-weight: 400;
}
.hero-head {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-logo-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-logo-date {
  
  font-size: 24px;
  color: #fff;
}
.section {
  z-index: 0;
  background-color: #fff;
  padding-top: 14vw;
  padding-bottom: 8vw;
  position: relative;
}
.content-blog {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}
.wrap-h2 {
  grid-column-gap: 3.02vw;
  grid-row-gap: 3.02vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 74%;
  margin: 0 auto;
  display: flex;
}
.h2 {
  color: #421cb1;
  
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 400;
  line-height: 1em;
  text-align: center;
}
.color {
  color: #C15367;
}
.line {
  background: #EDEAE3;
}
.line-noimg {
  background: none;
  z-index: 3;
  position: absolute;
  width: 100%;
}
.line img {
  width: 100%;
  height: 64px;
  vertical-align: bottom;
}
.secrion-red {
  z-index: 1;
  background-color: #48010f;
  /*padding-top: 12vw;*/
  /*padding-bottom: 12vw;*/
  position: relative;
}
.blockcontainer-down-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  color: #421cb1;
  margin-top: 7vw;
}
.blockcontainer-down-block p:first-child {
  font-size: 22px;
}
.blockcontainer-down-block p:first-child span {
  display: block;
  width: 16vw;
}
.blockcontainer-down-block p:last-child {
  padding-left: 16px;
  font-size: 32px;
  justify-content: center;
  align-items: center;
  max-width: 74%;
  margin: 0 auto;
  text-align: center;
}
.tags_wrapper {

  margin-top: 6vw;
  margin-bottom: 2vw;
	    columns: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-gap: 20px;
    break-inside: avoid-column;
}

.tag {position: relative; padding-left: 30px;}

.tag:before {
    content: url('../img/marker.svg'); 
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 21px;
    height: 20px;
}

.tag a {
  display: block;
  color: #fff;
  letter-spacing: -.03em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 2em;
  text-transform: uppercase;
  border-radius: 100px;
}

.tag a:hover {color: #cfc1ff;}


/*.h2-big {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto;
  font-size: 6vw;
  font-weight: 400;
  line-height: 92%;
  padding: 8vw 2vw 1vw 2vw;
}*/
.grid-item-media {

}
.grid-item-media.bg1 {
  background: url("../img/pattern2.svg") #fff;
  background-size: cover;
}
.grid-item-media img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.grid-item-body {
  padding: 0 25px 0 25px;
  overflow: hidden;
  margin-bottom: 40px;
  position: relative;
}
.grid-item-body .grid-item-title a:after {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  left: 20px;
  content: "";
  z-index: 2;
}
.grid-wrapper {
  max-width: 1200px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3vw;
	padding-bottom: 3vw;
}
.grid-item {
  width: 33.333333%;
  cursor: pointer;
}
.grid-item-media {
  position: relative;
  overflow: hidden;
}
.grid-item-content {
  background: #fff;
  padding: 20px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  transition: all 0.2s ease-out;
}
.grid-item-title {
  font-size: 22px;
  text-transform: uppercase;
  min-height: 150px;
}
.grid-item-title a {
  color: #421cb1;
}
.more {
  position: absolute;
  bottom: 10px;
  left: 40px;
}
.grid-item-body:hover .grid-item-content {
  background: #CFC1FF;
}
.grid-item-body:hover .grid-item-title a {

}
.grid-item-body:hover .more {
  
}
.wrap-partner {
  padding-top: 5vw;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
}
.partner-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.line-partner-decor {
  background-color: #00000020;
  height: 1px;
  margin-top: 4vw;
  margin-bottom: 1vw;
}
.partner-paragraph {
  color: #000;
  letter-spacing: -.03em;
  text-transform: uppercase;
  margin-bottom: 0;  
  font-size: 14px;
  line-height: 110%;
  padding-bottom: 3vw;
}
.section.padding-1 {
  padding-top: 6vw;
}
.wrap-img-partner {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}
.image-partner {
  height: 7vw;
}
.image-partner.is--small.style-two {
  height: 6vw;
}
.image-partner.is--small {
  height: 3vw;
}

.image-partner.is--small.is-2 {
  height: 5vw;
}

.image-partner.is--small.style {
  height: 3.5vw;
}
.image-partner.is--small.is--1 {
  height: 1.4vw;
}
.image-partner.is--small {
  margin: 0.6vw 1.2vw;
}
.modal_header_wrapper {
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5vw;
}
.modal_header_image {
  width: 45%;
}
.modal_header_content {
  width: 55%;
  padding-left: 50px;
}
.modal_header_content h3 {
  font-size: 72px;
  line-height: 1.1em;
  letter-spacing: .03em;
  margin: 20px 0 10px 0;
  color: #421cb1;
  /*text-transform: uppercase;*/
  font-weight: 400;
}
.modal_header_content h5 {
  font-size: 26px;
  line-height: 1em;
  letter-spacing: .03em;
  margin: 0;
  color: #421cb1;
  font-weight: 400;
}
.modal_header_image_bg {
  padding-top: 86%;
  /*margin-top: 20%;*/
}
.modal_header_image_bg.bg1 {
  background: url(../img/pattern3.svg) #fff;
  background-size: cover;
 
}
.modal_header_image {
  position: relative;
}
.modal_header_image_img {
  position: absolute;
  bottom: 0;
}
.modal_header_image_img img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
.flex-footer {
  padding-top: 16vw;
  padding-bottom: 12vw;
}
.footer-heading {
  color: #fff;
  text-transform: uppercase;
  flex-flow: column;

  font-size: 5vw;
  font-weight: 400;
  line-height: 80%;
  display: flex;
  float: right;
  width: 42vw;
}
.flex-footer {
  grid-column-gap: 3.5vw;
  grid-row-gap: 3.5vw;
  justify-content: space-between;
  display: flex;
  align-items: center;
}
.footer-l {
  grid-column-gap: 13.1048vw;
  grid-row-gap: 13.1048vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.footer-r {
  grid-column-gap: 1.7vw;
  grid-row-gap: 1.7vw;
  display: flex;
}
.paragraph-copy {
  color: #fff;
  position: absolute;
  bottom: 25px;
  max-width: 540px;
}
.paragraph-copy {
  font-size: 16px;
}
.content-blog-text {
  font-size: 19px;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin: 6vw auto 0 auto;
  /*column-count: 2;
	column-gap: 40px;*/
}
.content-blog-text p {
  padding: 10px 0;
}
.content-blog-text ul {
  list-style: none;
  display: block;
  margin-block-start: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 20px;
  text-transform: uppercase;
}
.content-blog-text ul li {
  position: relative;
  padding: 10px 0 10px 10px;
}
.content-blog-text ul li:before {
  content: '';
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #111;
  position: absolute;
  left: -18px;
  top: 18px;
  z-index: 2;
}
.content-blog-text h5 {
  margin: 0;
  font-size: 28px;
  padding-bottom: 10px;
  font-weight: 400;
  text-transform: uppercase;
  font-weight: bold;
}
.content-blog-text-block {
  break-inside: avoid;
  padding-bottom: 40px;
}
.content-blog-text-block strong {
  text-transform: uppercase;
  font-weight: 400;
}
.content-blog-text-block p {
  padding: 5px 0;
}

.social-logo-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 70%;
    display: flex;
}

.social-icon {
    border-bottom-style: none;
    border-radius: 100px;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    transition: transform .2s;
    display: flex;
    position: relative;
}

.social-icon.is--x {
    background-color: #040404;
}

.icon-text.is--x {
    color: #fafafa;
}

.social-icon.is--fb {
    background-color: #3f51b5;
}

.icon-text.is--ig, .icon-text.is--fb {
    color: #fff;
}

.social-icon.is--yt {
    color: #fff;
    background-color: red;
}

.social-icon.is--tg {
    background-color: #009eeb;
}

.icon-text.is--tg, .icon-text.is--ig {
    color: #fff;
}

.social-icon.is--ig {
    background-image: url(../img/Frame.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.social-icon.is--mail {
    border: #111 1px solid;
}

.icon-text.is--mail {
    font-size: 25px;
}

@media screen and (max-width: 1800px) {
  .modal_header_content h3 {
    font-size: 64px;
  }
}
@media screen and (max-width: 1600px) {
  .modal_header_content h3 {
    font-size: 52px;
  }
}
@media screen and (max-width: 1200px) {
  .modal_header_content h3 {
    font-size: 54px;
  }
  .icon_wrapper img {
    width: 45px;
  }
  .modal_header_content h5 {
    font-size: 22px;
  }
  .modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px 20px 20px 20px;
    width: 90%;
  }
}
@media screen and (max-width: 1024px) {
  .hero-down-block img, .footer-l img {
    width: 80px;
    height: auto;
  }
  .hero-down-block p {
    font-size: 16px;
  }
  .hero-logo-block img {
    width: 175px;
    height: auto;
  }
  .hero-logo-date {
    font-size: 16px;
  }
  .h1 {
    font-size: 12.1vw;
    padding-right: 0.12vw;
  }
  .blockcontainer-down-block p:first-child {
    font-size: 14px;
    width: 40vw;
  }
  .blockcontainer-down-block p:first-child span {
    display: block;
    width: 100%;
  }
  .blockcontainer-down-block p:last-child {
    padding-left: 16px;
    font-size: 22px;
    width: 60vw;
  }
  .blockcontainer-down-block {
    margin-top: 10vw;
  }
  .tag a {
    font-size: 2.2vw;
  }
  .h2-big {
    font-size: 9vw;
  }
  .partner-paragraph {
    font-size: 15px;
  }
  .modal_header_wrapper {
    flex-wrap: wrap;
    margin-bottom: 3.5vw;
  }
  .modal_header_content {
    width: 100%;
    padding-left: 0;
    order: 0;
	  padding-bottom: 30px;
  }
  .modal_header_image {
    width: 100%;
    order: 1;
	  margin-bottom: 20px;
  }
}
@media screen and (max-width: 980px) {
  .grid-item {
    width: 50%;
  }
  .flex-footer {
    padding-top: 24vw;
    padding-bottom: 22vw;
  }
	
.section_text {
    font-size: 18px;
    line-height: 1.3em;
    color: #fff;
    columns: 1;
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-gap: 20px;
    break-inside: avoid-column;
}
	
.tags_wrapper {
    margin-top: 6vw;
    margin-bottom: 2vw;
    columns: 1;
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-gap: 20px;
    break-inside: avoid-column;
}
	
.section_header_title {
    margin: 16vw 2vw;
}
	
.section_header_pattern {overflow: hidden;}
	
.section_header_pattern img {
    width: 160%; 
    height: auto;
    object-fit: cover;
    object-position: center;
    display: block; 
}
	
.section_header {
    font-size: 42px;
    font-weight: 400;
    margin: 20px 0;
    color: #fff;
}
	
	
.image-partner.is--small.style-two {
    height: 10vw;
}
	
.image-partner.is--small {
    height: 6vw;
}
	
.image-partner.is--small.is-2 {
    height: 8vw;
}
	
.section_header_pattern_w_wrapper .section_header_pattern img {
    width: 280%;
    height: auto;
    object-fit: cover;
    object-position: center;
    display: block;
}
	
}
@media screen and (max-width: 680px) {
  .wrap-h2 {
    grid-column-gap: 3.02vw;
    grid-row-gap: 3.02vw;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    display: flex;
  }
  .h2 {
    font-size: 28px;
    line-height: 1.1em;
    padding-top: 5vw;
  }
  .content-blog-text {
    font-size: 17px;
  }
  .content-blog-text h5 {
    font-size: 20px;
  }
  .section {
    padding-top: 22vw;
    padding-bottom: 22vw;
  }
  .blockcontainer-down-block p:last-child {
    padding-left: 14px;
    font-size: 18px;
  }
  .blockcontainer-down-block {
    margin-top: 14vw;
  }
  .blockcontainer-down-block {
    flex-direction: column;
    margin-top: 10vw;
  }
  .blockcontainer-down-block p:first-child {
    font-size: 16px;
    width: 100%;
  }
  .blockcontainer-down-block p:first-child span {
    display: block;
    width: 100%;
  }
  .blockcontainer-down-block p:last-child {
    padding-left: 0;
    font-size: 16px;
    width: 100%;
    padding-top: 20px;
  }
  .hero-head {
    flex-direction: column;
    align-items: center;
    display: flex;
  }
  .tag a {
    display: block;
    padding: 2.6vw 3.2vw 2.2vw 3.2vw;
    color: #fff;
    letter-spacing: -.03em;
    margin-bottom: 0;
    
    font-size: 3.2vw;
    line-height: 110%;
    text-transform: uppercase;
  }
  .grid-item {
    width: 100%;
  }
  .grid-item-title {
    font-size: 22px;
    text-transform: uppercase;
    min-height: 130px;
  }
  .partner-paragraph {
    font-size: 12px;
  }
 /* .wrap-img-partner-list .image-partner.is--small {
    height: 4vw;
  }
  .image-partner.is--small.is--1 {
    height: 2vw;
  }
  .image-partner.is--small.style {
    height: 4.5vw;
  }*/
  .modal_header_content h3 {
    font-size: 42px;
  }
  .icon_wrapper img {
    width: 40px;
  }
	
.section_header_title {
    margin: 26vw 2vw;
}
	
.section_header_pattern {overflow: hidden;}
	
.section_header_pattern img {
    width: 200%; 
    height: auto;
    object-fit: cover;
    object-position: center;
    display: block; 
}
	
.section_header {
    font-size: 38px;
    font-weight: 400;
    margin: 20px 0;
    color: #fff;
}
	
.image-partner.is--small.style-two {
    height: 14vw;
}
	
.image-partner.is--small {
    height: 9vw;
}
	
.image-partner.is--small.is-2 {
    height: 13vw;
}
	
}
@media screen and (max-width: 480px) {
  
  .partner-paragraph {
    padding-bottom: 3vw;
  }
/*  .image-partner {
    height: 12vw;
  }
  .image-partner.is--small.style-two {
    height: 9vw;
  }
  .image-partner.is--small {
    height: 6vw;
  }
  .wrap-img-partner-list .image-partner.is--small {
    height: 7vw;
  }
  .wrap-img-partner-list .image-partner.is--small {
    margin: 2.6vw 1.2vw;
  }
  .image-partner.is--small.is--1 {
    height: 4vw;
  }
  .image-partner.is--small.style {
    height: 9.5vw;
  }*/
  .line-partner-decor {
    margin-top: 6.04vw;
    margin-bottom: 4.04vw;
  }
  .flex-footer {
    padding-top: 30vw;
    padding-bottom: 27vw;
  }
  .paragraph-copy {
    font-size: 13px;
  }
  .video-back {
    overflow: hidden;
  }
  .modal_header_content h3 {
    font-size: 40px;
  }
  .w-background-video > video {
    background-size: cover;
    background-position: top left;
    position: absolute;
    width: auto;
    height: 100%;
    bottom: 0;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: -100;
  }
  .flex-footer {
    padding-top: 30vw;
    padding-bottom: 27vw;
    min-height: 70vh;
  }
}
@media screen and (max-width: 360px) {
  .modal_header_content h3 {
    font-size: 32px;
  }
}
.back_top {
  font-size: 24px;
  width: 36px;
  height: 36px;
  background: #421cb1;
  border: #fff 1px solid;
  border-radius: 50%;
  text-align: center;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  box-shadow: none !important;
  justify-content: center;
  display: none;
}
.icon_arrow.icon_arrow_right_totop {
  border: var(--main-color) 3px solid;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  margin: auto;
  position: relative;
  top: 1px;
}
.icon_arrow_right_totop {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
html {
  scroll-behavior: smooth;
}