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;*/
	padding-left: 20px;
}
a {
  text-decoration: none;
  color: #1a1a1a;
}

@font-face {
  font-family: 'Bounded';
  src: url('../fonts/Bounded-Variable.ttf') format('truetype');
  font-weight: 400 800; 
  font-display: swap;
}

/*@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
}*/

html, body {
  height: 100%;
  font-family: fira sans, sans-serif;
}
body {
  background: #fff;
}
.section_header {
  /*position: relative;*/
	background: #0176E8;	
}

.section_main_logo {
  max-width: 215px;
  margin-left: auto;
  margin-right: auto;
	margin-top: 40px;
}
.section_main_logo img {
  width: 100%;
  height: auto;
}

.main_header {max-width: 1024px; margin-left: auto; margin-right: auto; color: #fff; text-align: center; font-family: Bounded;  font-size: 72px; line-height: 1.0em; font-weight: 800; }
.main_header > div {font-size: 48px; line-height: 1.3em; padding-top: 20px;}

.top_line {background: #013895; height: 32px;}
.section_header_bg {
  overflow: hidden;
  max-width: 100vw;
}

.section_header_title {
  margin: 7vw 2vw 9vw 2vw;
  display: flex;
  max-width: 890px;
  position: absolute;
  top: 12vw;
  left: 50%;
  transform: translateX(-50%);
}
.section_header_title_num {
  width: 26.5%;
}
.section_header_title_num img {
  width: 100%;
  height: auto;
}
.section_header_logo {
  width: 73.5%;
}
.section_header_logo img {
  width: 100%;
  height: auto;
}
.section_text {
  max-width: 980px;
  padding: 25px;
  margin-left: auto;
  margin-right: auto;
}
.section_text p, .section_text li {
  padding: 10px 0;
}
.section_text .section_text_wrapper {

  column-count: 2;
  column-gap: 40px;
  font-size: 18px;
  line-height: 1.2em;
}
 .section_text p {
  page-break-inside: avoid;
  break-inside: avoid;
}


.section_text_header {font-family: Bounded; font-size: 32px; line-height: 1em; font-weight: 700; padding: 20px 0; margin: 0; text-align: center;}

.section_header .section_text .section_text_wrapper, .section_header .section_text .section_text_header {color: #fff;}

.section_header .section_text {padding-bottom: 90px;}

.section_gallery {
  max-width: 1280px;
  padding: 25px;
  margin-left: auto;
  margin-right: auto;
}


.section_grid_row {display: flex; gap: 30px; align-items: center; margin-bottom: 30px;}

.section_grid_item_b {width: 50%;}

.section_grid_item_sm {width: 50%;}

.section_grid_row > div {border-radius: 16px; overflow: hidden; position: relative;}

.section_grid_row > div img {width: 100%; height: auto; vertical-align: bottom;}

.section_grid {max-width: 1280px; padding: 25px;
    margin-left: auto;
    margin-right: auto;}

.section_grid_text {position: absolute; font-size: 16px; color: #fff; padding: 18px; left: 0; bottom: 0;}

.section_description {max-width: 1280px; padding: 35px 25px;
    margin-left: auto;
    margin-right: auto;
	text-align: center;
	color: #fff;
	font-size: 28px;
	font-weight: 600;
 }

.section_contacts {
  max-width: 980px;
  padding: 25px;
  margin-left: auto;
  margin-right: auto;
}



.section_contacts_wrapper {border: #0176E8 8px solid; border-radius: 16px; padding: 35px; font-size: 22px; padding-bottom: 70px;}

.section_contacts_wrapper p {
  padding: 12px 0;
}

.section_contacts_support .section_contacts_wrapper {padding-bottom: 30px;}

.section_contacts_wrapper a {color: #0176E8;}

.section_contacts_wrapper a.button {color: #fff;}

.section_main_footer {
  background: #fff;
}
.section_main_footer_wrapper {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section_video {
	max-width: 1280px;
  padding: 25px;
  margin-left: auto;
  margin-right: auto;
	padding-top: 90px;
	padding-bottom: 60px;
}

.video_wrapper {
      position: relative;
      width: 100%;
      background-color: #000;
      cursor: pointer;
	border-radius: 16px;
      overflow: hidden;
	aspect-ratio: 16 / 9; 
    }

    .video_cover {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
		
    }

    .play_button {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 150px;
      height: 150px;
      background: #0176E8;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background 0.3s;
		box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.36);
    }

    .play_button::before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-left: 40px solid white;
      border-top: 24px solid transparent;
      border-bottom: 24px solid transparent;
		margin-left: 10px;
    }

    .video_element {
      display: none;
      width: 100%;
      height: 100%;
    }

.footer_social_wrapper {
  padding: 50px 20px;
  text-align: center;
}
.footer_social_item {
  display: inline-block;
  width: 56px;
  height: 56px;
  border: #111 3px solid;
  border-radius: 50%;
  margin: 0 4px 12px;
}
.footer_social_item img {
  width: 50px;
  height: 50px;
}
.footer_copy {
  text-align: center;
  font-size: 16px;
  
}

.block {
  height: 5em;
  line-height: 5em;
  width: 10em;
  background: #464646;
  color: #fdfdfd;
  text-align: center;
  margin: 1em auto;
  text-shadow: 0 0 1px #333;
}
.animatable {
  visibility: hidden;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}
.animated {
  visibility: visible;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -ms-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.animated.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}


.section_gallery_grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: auto repeat(3, 1fr);
grid-column-gap: 30px;
grid-row-gap: 30px;
}

.section_gallery_grid_mod {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: auto 1fr 2fr;;
grid-column-gap: 30px;
grid-row-gap: 30px;
margin-bottom: 50px;
}

.section_gallery_grid_s {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: auto 1fr 1fr;;
grid-column-gap: 30px;
grid-row-gap: 30px;
margin-bottom: 50px;
}

.section_gallery_grid .div1 { grid-area: 1 / 1 / 2 / 5; }
.section_gallery_grid .div2 { grid-area: 2 / 1 / 4 / 3; }
.section_gallery_grid .div3 { grid-area: 2 / 3 / 3 / 4; }
.section_gallery_grid .div4 { grid-area: 2 / 4 / 3 / 5; }
.section_gallery_grid .div5 { grid-area: 3 / 3 / 4 / 4; }
.section_gallery_grid .div6 { grid-area: 3 / 4 / 4 / 5; }
.section_gallery_grid .div7 { grid-area: 4 / 3 / 5 / 4; }
.section_gallery_grid .div8 { grid-area: 4 / 4 / 5 / 5; }

.section_gallery_grid_mod .div1 { grid-area: 1 / 1 / 2 / 5; }
.section_gallery_grid_mod .div2 { grid-area: 2 / 1 / 4 / 3; }
.section_gallery_grid_mod .div51 { grid-area: 2 / 3 / 4 / 5; }

.section_gallery_grid img, .section_gallery_grid_mod img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  display: block;
  border-radius: 16px;
}

.section_gallery_wrapper {display: flex; grid-gap: 30px; padding-top: 30px; flex-wrap: wrap;}

.section_gallery_wrapper > div {width: calc((100% - 60px) / 3);}

.section_gallery_wrapper > div img {width: 100%; height: auto; display: block;
    border-radius: 16px;}

.lang_menu {
    text-align: center;
	margin-top: 25px;
}

a.lang_menu_item {
	display: inline-block;
    border: #fff 1px solid;
	color: #fff;
    border-radius: 50px;
    padding: 3px 10px 2px 10px;
    margin-left: 4px;
    line-height: 1em;
	text-transform: uppercase;
	font-size: 15px;
	text-align: center;
}

a.lang_menu_item_active {
    background: #fff;
    color: #0176E8;
}

.section_logos {
    max-width: 980px;
    padding: 25px;
    margin-left: auto;
    margin-right: auto;	
}

.section_logos_wrapper {background: #E0EEFC; border-radius: 16px; padding: 36px 20px; margin-top: 12px; display: flex;}

.section_logos_wrapper_item {width: 33.333333%; padding: 10px 32px; text-align: center; border-left: rgba(0, 0, 0, 0.17) 1px solid;}

.section_logos_wrapper .section_logos_wrapper_item:first-child {border: none;}

.section_logos_wrapper_item img {width: 100%; height: auto; max-width: 210px;}

@media screen and (max-width: 1200px) {
  .section_header_title {
    margin: 7vw 2vw 9vw 2vw;
    display: flex;
    width: 600px;
    top: 12vw;
  }


  .section_main_footer_logo {
    max-width: 360px;
  }
}


@media screen and (max-width: 1024px) {
.section_gallery_grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: auto repeat(5, 1fr);
grid-column-gap: 30px;
grid-row-gap: 30px;
}
	
.section_gallery_grid_s {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: auto repeat(3, 1fr);
grid-column-gap: 30px;
grid-row-gap: 30px;
}

.section_gallery_grid .div1 { grid-area: 1 / 1 / 2 / 3; }
.section_gallery_grid .div2 { grid-area: 2 / 1 / 4 / 3; }
.section_gallery_grid .div3 { grid-area: 4 / 1 / 5 / 2; }
.section_gallery_grid .div4 { grid-area: 4 / 2 / 5 / 3; }
.section_gallery_grid  .div5 { grid-area: 5 / 1 / 6 / 2; }
.section_gallery_grid  .div6 { grid-area: 5 / 2 / 6 / 3; }
.section_gallery_grid  .div7 { grid-area: 6 / 1 / 7 / 2; }
.section_gallery_grid  .div8 { grid-area: 6 / 2 / 7 / 3; }
	
	
.section_gallery_grid_mod {
display: grid;
grid-template-columns: repeat(1, 1fr);
grid-template-rows: auto repeat(2, 1fr);
grid-column-gap: 30px;
grid-row-gap: 30px;
	margin-bottom: 30px;
}

.section_gallery_grid_mod .div1 { grid-area: 1 / 1 / 2 / 2; }
.section_gallery_grid_mod .div2 { grid-area: 2 / 1 / 3 / 2; }
.section_gallery_grid_mod .div51 { grid-area: 3 / 1 / 4 / 2; }
}

.button {
    background: #0176E8;
    border: none !important;
    border-radius: 10px;
    padding: 18px 50px;
    font-weight: 600;
    display: block;
    margin-bottom: 28px;
    position: relative;
}

.button:not(.button_card):hover {background: #155fe6; transition: background 0.3s ease-out; }

.button>span {
    display: block;
	text-align: center;
}

.arr {
    position: absolute;
    top: calc(50% - 12px);
    right: 16px;
	width: 31px; 
	height: auto;
}


.button_card {
	/*border: #fff 1px solid !important;*/ background: #E0EEFC; font-weight: 400;
}

.section_text_header_h {text-align: center;}


@media screen and (max-width: 920px) {


.main_header {
    font-size: 60px; padding-left: 15px; padding-right: 15px;
}
.main_header > div {
    font-size: 38px;
}
	
	.section_grid_row {flex-direction: column;}
	
	/*.section_grid_row_cd .section_grid_item_b {order: -1;}*/
	
	.section_grid_row .section_grid_item_b {width: 100%;}
	.section_grid_row .section_grid_item_sm {width: 100%;}
	
	.section_text .section_text_wrapper {column-count: 1;}
	
	.section_gallery_wrapper > div:first-child {width: 100%;}
	
	.section_gallery_wrapper > div {width: calc((100% - 30px) / 2);}

}

@media screen and (max-width: 560px) {

.section_text_header {
    font-size: 28px;
}

  .footer_copy {
    font-size: 14px;
  }
	
    .main_header {
        font-size: 48px;
    }
	
	.main_header > div {
        font-size: 32px;
    }
	
	.section_description {font-size: 22px;}
	
.section_video {

    padding-top: 60px;
	padding-bottom: 15px;
}
	
	.section_contacts_wrapper {font-size: 20px;}
	
	.section_main_logo {max-width: 195px;}
	
.play_button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
    background: #0176E8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s;
    box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.36);
}
	
.play_button::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 34px solid white;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    margin-left: 10px;
}
	
.section_gallery_grid {
display: grid;
grid-column-gap: 20px;
grid-row-gap: 20px;
}
	
.section_contacts_wrapper {padding-left: 25px; padding-right: 25px;}
	
	.section_logos_wrapper {flex-wrap: wrap; padding: 8px 20px;}
	
.section_logos_wrapper_item {width: 100%; border: none; border-left: none; border-top: rgba(0, 0, 0, 0.17) 1px solid;  padding: 16px 16px;}
	
	.section_logos_wrapper_item img {
    max-width: 160px;
}

	
}
@media screen and (max-width: 480px) {
	

    .main_header {
        font-size: 40px;
    }
	
	.main_header > div {
        font-size: 28px;
    }
	
	.section_text_header {
        font-size: 24px;
    }

  
}

@media screen and (max-width: 360px) {

.section_gallery_grid {
display: grid;
grid-template-columns: 1fr;
grid-template-rows: repeat(8, 1fr);
grid-column-gap: 20px;
grid-row-gap: 20px;
}
	
.section_gallery_grid .div1 { grid-area: 1 / 1 / 2 / 2; }
.section_gallery_grid .div2 { grid-area: 2 / 1 / 3 / 2; }
.section_gallery_grid .div3 { grid-area: 3 / 1 / 4 / 2; }
.section_gallery_grid .div4 { grid-area: 4 / 1 / 5 / 2; }
.section_gallery_grid .div5 { grid-area: 5 / 1 / 6 / 2; }
.section_gallery_grid .div6 { grid-area: 6 / 1 / 7 / 2; }
.section_gallery_grid .div7 { grid-area: 7 / 1 / 8 / 2; }
.section_gallery_grid .div8 { grid-area: 8 / 1 / 9 / 2; }

}