@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-transform: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  border-radius: 0;
  color: #1B1B1B;
  font-size: 18px;
  line-height: 25px;
  font-family: 'Regular';
}

@font-face {
  font-family: 'Light';
  src: url("../fonts/ProximaNova-Light.ttf");
}

@font-face {
  font-family: 'Regular';
  src: url("../fonts/ProximaNova-Regular.ttf");
}

@font-face {
  font-family: 'Bold';
  src: url("../fonts/ProximaNova-Bold.ttf");
}

@font-face {
  font-family: 'Semibold';
  src: url("../fonts/ProximaNova-Semibold.ttf");
}

@font-face {
  font-family: 'Extrabld';
  src: url("../fonts/ProximaNova-Extrabld.ttf");
}

.container {
  width: 100%;
  max-width: 1170px;
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.header {
  width: 100%;
  height: 80px;
  background: #fff;
  padding: 20px 0px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.08);
}

.header .container {
  width: 100%;
  max-width: 1170px;
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.header .container .left_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .container .left_block .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 72px;
  z-index: 3;
}

.header .container .left_block .menu p {
  font-family: 'Extrabld';
  font-size: 24px;
  margin-bottom: 30px;
  display: none;
}

.header .container .left_block .menu span {
  width: 14px;
  height: 14px;
  display: block;
  background: url(../img/close.svg) no-repeat right;
  position: absolute;
  right: 16px;
  top: 22px;
  display: none;
}

.header .container .left_block .menu li {
  min-width: 50px;
  margin-right: 38px;
}

.header .container .left_block .menu li a {
  font-family: 'Semibold';
  color: #000;
  display: block;
  font-size: 16px;
  background: url(../img/arr.svg) no-repeat right;
}

.header .container .left_block .menu li a:hover {
  background: url(../img/arr_active.svg) no-repeat right;
  color: #3EB5F1;
}

.header .container .left_block .menu li a:last-child {
  background: unset;
}

.header .container .left_block .menu li ul {
  display: none;
  position: absolute;
  background: #fff;
  padding-left: 20px;
  margin-left: -20px;
  padding-top: 50px;
}

.header .container .left_block .menu li ul li {
  margin-bottom: 25px;
}

.header .container .left_block .menu li ul li a {
  background: unset;
}

.header .container .left_block .menu li ul li a:hover {
  background: unset;
}

.header .container .left_block .menu li:hover ul {
  display: block;
}

.header .container .left_block .menu-active {
  position: absolute;
  left: 0px;
  margin-left: 0px !important;
  padding-left: 16px;
  top: -14px;
  background: #fff;
  display: block !important;
  width: calc(100% - 50px);
  height: 100vh;
  z-index: 3;
  padding-top: 21px;
}

.header .container .left_block .menu-active ul {
  display: none !important;
}

.header .container .left_block .menu-active li {
  margin-bottom: 25px;
  position: relative;
}

.header .container .right_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 41px;
}

.header .container .right_block .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
}

.header .container .right_block .menu li {
  min-width: 50px;
  margin-right: 38px;
}

.header .container .right_block .menu li a {
  font-family: 'Semibold';
  color: #000;
  display: block;
  font-size: 16px;
}

.header .container .right_block .menu li a:hover {
  color: #3EB5F1;
}

.header .container .right_block .menu-active {
  display: block !important;
  position: absolute;
  z-index: 3;
  left: 16px;
  top: 332px;
}

.header .container .right_block .menu-active li {
  margin-top: 26px;
}

.header .container .right_block .menu-active li a {
  font-family: 'Regular';
  color: #000;
  display: block;
  font-size: 14px;
}

.header .container .right_block .lang {
  background: #3EB5F1 url(../img/arr_white.svg) no-repeat 82% 13px;
  max-width: 50px;
  height: 28px;
  border-radius: 50px;
  z-index: 2;
  position: absolute;
  overflow: hidden;
  right: 0px;
  top: 7px;
}

.header .container .right_block .lang li {
  min-width: 50px;
  margin-right: 38px;
}

.header .container .right_block .lang li a {
  font-family: 'Semibold';
  color: #fff;
  display: block;
  font-size: 13px;
  padding-left: 11px;
  min-height: 28px;
  padding-top: 3px;
}

.header .container .right_block .burger {
  width: 20px;
  height: 18px;
  display: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 0px;
  top: 50%;
  right: 15px;
  margin-top: -10px;
}

.header .container .right_block .burger span {
  width: 100%;
  height: 2px;
  background: #252525;
  border-radius: 20px;
}

.header .container .right_block .open {
  height: auto;
  border-radius: 12px;
}

.baner {
  width: 100%;
  height: calc(100vh - 80px);
  background-size: cover !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.baner video{
  left: 0px;
  top: 0px;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  object-fit: cover;
}

.baner .container {
  display: block;
}

.baner .container h1 {
  font-family: 'Extrabld';
  color: #fff;
  font-size: 72px;
  line-height: 88px;
  font-style: normal;
}

.baner .container h1 span {
  font-family: 'Extrabld';
  font-size: 36px;
  font-style: normal;
  color: #fff;
  display: block;
  line-height: 44px;
}

.baner .container p {
  display: block;
  font-size: 18px;
  line-height: 27px;
  color: #FFFFFF;
  font-family: 'Bold';
  margin-top: 29px;
  width: 100%;
  max-width: 500px;
}

.baner .container a {
  font-family: 'Bold';
  font-size: 14px;
  line-height: 24px;
  color: #3EB5F1 !important;
  background: #fff url(../img/arrbtn.svg) 90% 18px no-repeat !important;
  padding-left: 20px;
  border-radius: 42px;
  width: 100%;
  width: intrinsic;           /* Safari/WebKit uses a non-standard name */
  width: -moz-max-content;    /* Firefox/Gecko */
  width: -webkit-max-content; /* Chrome */
  padding-right: 30px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.baner .container a:hover {
  color: #fff !important;
  background: #3EB5F1 url(../img/arr_btn_white.svg) 93% 18px no-repeat !important;
}

.event_banner:before {
  display: none;
}

.event_banner .container p {
  font-size: 16px;
  line-height: 24px;
}

.event_banner .container a {
  background: #fff;
}

.event_banner .container a:hover {
  background: #3EB5F1;
}

.event_banner .container .place {
  margin-bottom: 66px;
  position: relative;
  padding-left: 20px;
}

.event_banner .container .place h3 {
  font-size: 24px;
  line-height: 29px;
  font-family: 'Extrabld';
  font-weight: normal;
  color: #F0C92F;
  margin-bottom: 5px;
}

.event_banner .container .place span {
  font-size: 14px;
  line-height: 17px;
  font-family: 'Bold';
  color: #FFFFFF;
}

.event_banner .container .place:before {
  position: absolute;
  content: '';
  width: 3px;
  height: 100%;
  left: 0px;
  top: 0px;
  background: #3EB5F1;
}

.event_banner_with_place .container a {
  background: #3EB5F1;
  color: #fff;
}

.event_banner_with_place .container a:hover {
  background: #fff;
  color: #3EB5F1;
}

.content_section {
  padding-top: 0px;
  
}

.content_section .container .left_block h2 {
  display: block;
  max-width: 470px;
  font-size: 36px;
  line-height: 48px;
  font-family: 'Extrabld';
  font-size: 36px;
  color: #1B1B1B;
  margin-bottom: 25px;
}

.content_section .container .left_block p {
  width: 100%;
  max-width: 500px;
  font-size: 18px;
  line-height: 27px;
  color: #1B1B1B;
}

.content_section .container .left_block .image_set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 68px;
}

.content_section .container .left_block .image_set img:first-child {
  width: 100%;
  height: 100%;
  max-width: 200px;
  max-height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 200px;
  margin-right: 0px;
}

.content_section .container .left_block .image_set img:last-child {
  width: 100%;
  height: 100%;
  max-width: 370px;
  max-height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 200px;
}

.content_section .container .right_block {
  width: 100%;
  max-width: 600px;
}

.content_section .container .right_block .image_set2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 48px;
  position: relative;
}

.content_section .container .right_block .image_set2 div {
  margin-right: 3px;
  top: -50px;
  right: 0px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-height: 400px;
}
.content_section .container .right_block .image_set2 div img:last-child{
  left: -3px;
  position: absolute;
  top: 200px;
}
.content_section .container .right_block .image_set2 div img:nth-child(1){
  left: 0px;
  top: 100px;
  position: relative;
}
.content_section .container .right_block .image_set2 div img:nth-child(3){
  left: 0px;
  top: 100px;
  position: relative;
}

.content_section .container .right_block .image_set2 div img {
  width: 100%;
  height: 100%;
  max-width: 200px;
  max-height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 200px;
  min-width: 200px;
}

.content_section .container .right_block p {
  width: 100%;
  font-size: 18px;
  line-height: 27px;
  color: #1B1B1B;
  padding-left: 60px;
  margin-top: 150px;
}

.content_section .container .background_fur {
  background: url(../img/bg_figures.png) no-repeat;
  background-size: contain;
}

.content_section .container .zag {
  font-size: 36px;
  line-height: 48px;
  text-align: center;
  font-family: 'Extrabld';
  color: #1B1B1B;
  display: block;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 30px;
}
.content_section .pod_zag{
  width: 100%;
  text-align: center;
  display: block;
  font-size: 29px;
  font-family: 'Extrabld';
}

.content_section .events {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content_section .events .event {
  width: 100%;
  max-width: 480px;
  height: 100vh;
  max-height: 540px;
  padding-top: 75px;
  background-size: cover !important;
}

.content_section .events .event .container {
  width: 100%;
  max-width: 325px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content_section .events .event .container .top {
  width: 100%;
  margin-bottom: 56px;
  position: relative;
  padding-left: 20px;
}

.content_section .events .event .container .top b {
  font-size: 24px;
  line-height: 29px;
  font-family: 'Extrabld';
  color: #F0C92F;
  margin-bottom: 7px;
  display: block;
}

.content_section .events .event .container .top p {
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  font-family: 'Bold';
}

.content_section .events .event .container .top:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 3px;
  height: 100%;
  background: #3EB5F1;
}

.content_section .events .event .container .content {
  width: 100%;
}

.content_section .events .event .container .content b {
  font-size: 36px;
  line-height: 44px;
  font-family: 'Extrabld';
  color: #FFFFFF;
  margin-bottom: 19px;
  display: block;
}

.content_section .events .event .container .content p {
  font-size: 16px;
  line-height: 24px;
  font-family: 'Bold';
  color: #FFFFFF;
  font-weight: normal;
}

.content_section .events .event .container .content a {
  font-family: 'Bold';
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  background: #3EB5F1 url(../img/arr_btn_white.svg) 90% 18px no-repeat;
  padding-left: 20px;
  padding-right: 25px;
  border-radius: 42px;
  width: intrinsic;           /* Safari/WebKit uses a non-standard name */
  width: -moz-max-content;    /* Firefox/Gecko */
  width: -webkit-max-content; /* Chrome */
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.content_section .events .event .container .content a:hover {
  background: #fff url(../img/arrbtn.svg) 98% 18px no-repeat;
  color: #3EB5F1;
}

.content_section .program {
  margin-top: 70px;
  margin-bottom: 50px;
}

.content_section .program .container {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content_section .program .header_program {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 60px;
  padding-left: 0px;
  padding-right: 0px;
}

.content_section .program .header_program h3 {
  font-family: 'Extrabld';
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 44px;
  color: #202020;
}

.content_section .program .header_program a {
  background: #F0C92F;
  border-radius: 42px;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  font-family: 'Bold';
  padding: 10px 20px;
  border: solid 2px #F0C92F;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.content_section .program .header_program a:hover {
  background: unset;
  color: #000;
}

.content_section .program .programm_block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 10px;
}
.content_section .program .data {
  font-size: 16px;
  display: block;
  margin-top: 30px;
  margin-bottom: 10px;
}

.content_section .program .programm_block .all {
  width: 100%;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ECECEC;
  border-radius: 6px;
}

.content_section .program .programm_block .time {
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  font-family: 'Extrabld';
  color: #FFFFFF;
  background: #102A4F;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 6px 0px 0px 6px;
  width: 100%;
  max-width: 128px;
}

.content_section .program .programm_block .info b {
 padding-left: 30px;
 padding-right: 30px;
 font-size: 16px;
 line-height: 19px;
 color: #000000;
 font-family: 'Bold';
 display: block;
}

.content_section .program .programm_block .hide_info {
  background: #F3F3F3;
  width: calc(100% - 128px);
  padding: 30px;
  display: none;
}

.content_section .program .programm_block .hide_info p {
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  margin-bottom: 30px;
}

.content_section .program .programm_block .hide_info .plashka {
  font-size: 13px;
  line-height: 16px;
  color: #FFFFFF;
  background: #102A4F;
  font-family: 'Bold';
  text-align: center;
  width: 100%;
  max-width: 90px;
  padding: 7px 10px;
  margin-top: 0px;
}

.content_section .program .programm_block .hide_info .name {
  margin-top: 15px;
  margin-bottom: 15px;
}
.content_section .program .programm_block .hide_info .name:first-child{
  margin-top: 0px;
}
.content_section .program .programm_block .hide_info .name b {
  font-size: 18px;
  line-height: 22px;
  font-family: 'Extrabld';
  color: #000000;
}

.content_section .program .programm_block .hide_info .name span {
  font-size: 14px;
  line-height: 17px;
  display: block;
  color: #252525;
  margin-top: 3px;
}

.content_section .program .hidden {
  display: none;
  width: 100%;
}

.content_section .program .all_programm {
  width: 36px;
  height: 36px;
  background: #F0C92F url(../img/arrdown_program.svg) center no-repeat;
  border-radius: 50px;
  margin: 30px auto 0px;
}

.content_section .program .arr .all {
  background: #ECECEC url(../img/arrdown_program.svg) no-repeat 98.5%;
  cursor: pointer;
}

.content_section .program .active {
  background: #ECECEC url(../img/arrtop_program.svg) no-repeat 98.5% !important;
}

.content_section .program .active_all_programm {
  background: #F0C92F url(../img/arrtop_program.svg) center no-repeat;
}

.content_section .spikers {
  margin-top: 90px;
  margin-bottom: 90px;
  background: url(../img/bg_spikers.svg) no-repeat;
  background-position: 60% 5%;
}

.content_section .spikers .container {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content_section .spikers .header_slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 60px;
  padding-left: 0px;
  padding-right: 0px;
}

.content_section .spikers .header_slider h3 {
  font-family: 'Extrabld';
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 44px;
  color: #202020;
}

.content_section .spikers .header_slider .buttons_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 60px;
}

.content_section .spikers .header_slider .buttons_block .left, .content_section .spikers .header_slider .buttons_block .right {
  width: 24px;
  height: 24px;
  border-radius: 50px;
  cursor: pointer;
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.content_section .spikers .header_slider .buttons_block .left:hover, .content_section .spikers .header_slider .buttons_block .right:hover {
  opacity: 1;
}

.content_section .spikers .header_slider .buttons_block .left {
  background: url(../img/left_slider_btn.svg);
}

.content_section .spikers .header_slider .buttons_block .right {
  background: url(../img/right_slider_btn.svg);
}

.content_section .spikers .spikers_slider {
  width: 100%;
}

.content_section .spikers .spikers_slider .spiker {
  width: 100%;
  max-width: 270px;
  margin-right: 0px;
  margin-left: 25px;
  outline: none;
}
.content_section .spikers .spikers_slider .spiker:first-child {
  margin-left: 0px;
}
.content_section .spikers .spikers_slider .spiker:last-child {
  margin-right: 0px;
}

.content_section .spikers .spikers_slider .spiker img {
  width: 100%;
  max-width: 100%;
  max-height: 370px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.content_section .spikers .spikers_slider .spiker .info {
  background: #102A4F;
  padding: 20px;
}

.content_section .spikers .spikers_slider .spiker .info b {
  font-family: 'Bold';
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
  display: block;
  margin-bottom: 15px;
}

.content_section .spikers .spikers_slider .spiker .info p {
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  color: #FFFFFF;
  display: block;
  max-width: 226px;
  margin: 0px auto;
}

.content_section .fofo_zvit {
  margin-top: 100px;
  margin-bottom: 90px;
}

.content_section .fofo_zvit .container {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content_section .fofo_zvit .header_foto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 29px;
  padding-left: 0px;
  padding-right: 0px;
}

.content_section .fofo_zvit .header_foto h3 {
  font-family: 'Extrabld';
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 44px;
  color: #202020;
}

.content_section .fofo_zvit .header_foto .buttons_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 60px;
}

.content_section .fofo_zvit .header_foto .buttons_block .left, .content_section .fofo_zvit .header_foto .buttons_block .right {
  width: 24px;
  height: 24px;
  border-radius: 50px;
  cursor: pointer;
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.content_section .fofo_zvit .header_foto .buttons_block .left:hover, .content_section .fofo_zvit .header_foto .buttons_block .right:hover {
  opacity: 1;
}

.content_section .fofo_zvit .header_foto .buttons_block .left {
  background: url(../img/left_slider_btn.svg);
}

.content_section .fofo_zvit .header_foto .buttons_block .right {
  background: url(../img/right_slider_btn.svg);
}



.content_section .fofo_zvit .foto_slider {
  width: 100%;
}
.content_section .fofo_zvit .foto_slider .slick-slide{
  margin-right: 15px;
  margin-left: 0px;
}
.content_section .fofo_zvit .foto_slider img {
  max-width: 100%;
  max-height: 270px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100vh;
  margin-right: 0px;
  margin-left: 0px;
}

.content_section .fofo_zvit .all_foto_link {
  font-family: 'Bold';
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  background: #3EB5F1 url(../img/arr_btn_white.svg) calc(100% - 20px) 18px no-repeat;
  padding-left: 20px;
  padding-right: 40px;
  border-radius: 42px;
  width: 100%;
  width: intrinsic;           /* Safari/WebKit uses a non-standard name */
  width: -moz-max-content;    /* Firefox/Gecko */
  width: -webkit-max-content; /* Chrome */
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 40px auto 0px;
  -webkit-transition: 0.3s;
  transition: 0.3s;

}

.content_section .fofo_zvit .all_foto_link:hover {
  color: #fff;
  background: #3EB5F1 url(../img/arr_btn_white.svg) 128px 18px no-repeat;
}

.content_section .no_bg {
  background: unset;
}

.content_section .gallery_video {
  background: #102A4F;
  height: auto;
  padding-top: 60px;
  padding-bottom: 100px;
}

.content_section .gallery_video .container {
  width: 100%;
  margin: 0px auto;
  display: block;
}

.content_section .gallery_video .container h3 {
  font-family: 'Extrabld';
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 44px;
  color: #fff;
}

.content_section .gallery_video .container .slider {
  height: 340px;
  max-width: 900px;
  margin: 90px  auto 0px;
}

.content_section .gallery_video .container .slider .slick-arrow {
  outline: none;
  cursor: pointer;
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
  opacity: 1;
}

.content_section .gallery_video .container .slider .slick-arrow:hover {
  opacity: 1;
}

.content_section .gallery_video .container .slider .slick-prev {
  position: absolute;
  left: -165px;
  top: 50%;
  margin-top: -53px;
  width: 42px;
  height: 42px;
  border: 0px;
  font-size: 0px;
  background: url(../img/arrLeftSlider.svg);
}

.content_section .gallery_video .container .slider .slick-next {
  position: absolute;
  right: -165px;
  top: 50%;
  margin-top: -53px;
  width: 42px;
  height: 42px;
  border: 0px;
  font-size: 0px;
  background: url(../img/arrRightSlider.svg);
}

.content_section .gallery_video .container .slick-slide {
  max-width: 480px;
  width: 100%;
  height: 200px;
  opacity: 0.4;
  -webkit-transition: 1.5s;
  transition: 1.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.content_section .gallery_video .container .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  margin-top: 80px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 1.5s;
  transition: 1.5s;
}

.content_section .gallery_video .container .slick-slide div.playbtn {
  width: 46px;
  height: 46px;
  background: url(../img/video.svg) center;
  position: absolute;
  right: 20px;
  top: 20px;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.content_section .gallery_video .container .slick-slide div.playbtn:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.content_section .gallery_video .container .slick-center {
  max-width: 480px;
  height: 270px;
  z-index: 2;
  position: relative;
  opacity: 1;
  -webkit-transition: 1.5s;
  transition: 1.5s;
}

.content_section .gallery_video .container .slick-center div.playbtn {
  opacity: 1;
}

.content_section .gallery_video .container .slick-center img {
  margin-top: 0px;
  -webkit-transition: 1.5s;
  transition: 1.5s;
}

.content_section .gallery_video .all_video_link {
  font-family: 'Bold';
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  background: #3EB5F1 url(../img/arr_btn_white.svg) calc(100% - 20px) 18px no-repeat;
  padding-left: 20px;
  padding-right: 40px;
  border-radius: 42px;
  width: 100%;
  width: intrinsic;           /* Safari/WebKit uses a non-standard name */
  width: -moz-max-content;    /* Firefox/Gecko */
  width: -webkit-max-content; /* Chrome */
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 40px auto 0px;
  -webkit-transition: 0.3s;
  transition: 0.3s;

}

.content_section .gallery_video .all_video_link:hover {
  color: #fff;
  background: #3EB5F1 url(../img/arr_btn_white.svg) 96px 18px no-repeat;
}

.content_section .insites {
  margin-top: 70px;
  margin-bottom: 70px;
}
.content_section .insites .info{
  padding-right: 50px;
}
.content_section .insites .container {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content_section .insites .container .info h3 {
  font-family: 'Extrabld';
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 44px;
  color: #202020;
  margin-bottom: 0px;
}

.content_section .insites .container .info p {
  font-size: 16px;
  line-height: 24px;
  color: #262626;
  display: block;
  max-width: 630px;
  margin-top: 40px;
}

.content_section .insites .container .info a {
  font-family: 'Bold';
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  background: #3EB5F1 url(../img/arr_btn_white.svg) 90% 18px no-repeat;
  padding-left: 20px;
  border-radius: 42px;
  width: 100%;
  width: intrinsic;           /* Safari/WebKit uses a non-standard name */
  width: -moz-max-content;    /* Firefox/Gecko */
  width: -webkit-max-content; /* Chrome */
  padding-right: 30px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 40px 0px 0px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.content_section .insites .container .info a:hover {
  color: #fff;
  background: #3EB5F1 url(../img/arr_btn_white.svg) 93% 18px no-repeat;
}

.content_section .insites .container img {
  width: 100%;
  height: 100vh;
  max-height: 400px;
  max-width: 470px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.content_section .presentations {
  padding-bottom: 80px;
}

.content_section .presentations .container {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.content_section .presentations .container h3 {
  font-family: 'Extrabld';
  font-style: normal;
  font-size: 36px;
  line-height: 44px;
  color: #202020;
  width: 100%;
  margin-bottom: 60px;
}

.content_section .presentations .container .one_pres {
  display: block;
  width: 100%;
  max-width: 370px;
  margin-right: 20px;
}

.content_section .presentations .container .one_pres img {
  width: 100%;
  height: 100vh;
  max-width: 100%;
  max-height: 240px;
  -o-object-fit: contain;
  object-fit: contain;
  background: #e8e8e8;
}

.content_section .presentations .container .one_pres p {
  max-width: 340px;
  font-size: 16px;
  line-height: 24px;
  color: #3C3C3C;
  font-family: 'Bold';
  margin-top: 15px;
}

.content_section .presentations .container .all_presentations {
  font-family: 'Bold';
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  background: #3EB5F1 url(../img/arr_btn_white.svg) 135px 18px no-repeat;
  padding-left: 20px;
  border-radius: 42px;
  width: 100%;
  max-width: 160px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 60px auto 0px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.content_section .presentations .container .all_presentations:hover {
  color: #fff;
  background: #3EB5F1 url(../img/arr_btn_white.svg) 140px 18px no-repeat;
}

.content_section .partners {
  background: #ECECEC;
  padding-bottom: 80px;
}

.content_section .partners .container {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content_section .partners .container .images {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
}

.content_section .partners .container .images div {
  width: 100%;
  max-width: 270px;
  min-width: 270px;
  height: 100vh;
  max-height: 120px;
  border-radius: 6px;
  background: #fff;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin-bottom: 20px;
  margin-right: 22px;
  align-items: center;
}
.content_section .partners .container .images div img {
 width: 100%;
 height: 100%;
 object-fit: contain;
}

.content_section .news {
  padding-bottom: 80px;
}

.content_section .news .container {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content_section .news .container .news_all {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.content_section .news .container .news_all .new {
  width: 100%;
  max-width: 570px;
  height: 100vh;
  max-height: 480px;
  background: #C4C4C4;
  border-radius: 16px;
}

.text_page {
  padding-top: 60px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.text_page h1 {
  font-size: 36px;
  line-height: 56px;
  font-family: 'Extrabld';
  color: #3C3C3C;
  margin-bottom: 80px;
  width: 100%;
}

.text_page h2 {
  font-size: 24px;
  line-height: 40px;
  font-family: 'Extrabld';
  color: #3C3C3C;
  width: 100%;
  margin-bottom: 30px;
}
.all_foto_page{
  justify-content: flex-start;
  align-items: flex-start;
}

.text_page .foto_set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 360px;
  position: relative;
  margin-bottom: 50px;
  margin-right: 30px;
}

.text_page .foto_set div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100px;
}

.text_page .foto_set div img {
  width: 100%;
  height: 100vh;
  max-width: 100px;
  max-height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 4px;
}

.text_page .foto_set img {
  max-width: 152px;
  max-height: 204px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-left: 4px;
  margin-right: 4px;
}

.text_page .foto_set .overflow {
  width: 100%;
  height: 204px;
  max-width: 152px;
  left: 50%;
  margin-left: -76px;
  background: rgba(0, 0, 0, 0.59);
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text_page .foto_set .overflow b {
  font-size: 36px;
  line-height: 24px;
  font-family: 'Extrabld';
  text-align: center;
  font-weight: normal;
  color: #FFFFFF;
}

.text_page .foto_set .overflow b span {
  display: block;
  font-size: 14px;
  line-height: 21px;
  font-family: 'Bold';
  text-align: center;
  color: #FFFFFF;
  margin-top: 5px;
}

.text_page p {
  font-size: 16px;
  font-family: 'Bold';
  color: #3C3C3C;
  margin-top: 10px;
}

.text_page .fotos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 90px;
}

.text_page .fotos a {
  width: 100%;
  max-width: 276px;
  height: 100vh;
  max-height: 220px;
  display: block;
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 16px;
}

.text_page .fotos a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.text_page .video {
  width: 100%;
  max-width: 370px;
  position: relative;
  margin-right: 20px;
  margin-bottom: 20px;
}

.text_page .video img {
  width: 100%;
  height: 100vh;
  max-height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}

.text_page .video:before {
  position: absolute;
  content: '';
  width: 36px;
  height: 36px;
  background: url(../img/video.svg);
  background-size: contain;
  right: 10px;
  top: 10px;
}

.text_page .content_section {
  padding-top: 0px;
}

.text_page .content_section .presentations .container .one_pres {
  margin-bottom: 50px;
  margin-right: 20px;
}


.video_page {
  padding-bottom: 100px;
  justify-content: flex-start;
  align-items: flex-start;
}

.video_page h1 {
  margin-bottom: 0px;
}

.video_page h2 {
  margin-top: 80px;
}

.big_baner {
  width: 100%;
  height: calc(100vh - 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  background-size: cover !important;
}
.big_baner:before{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  content: '';
  background: rgb(12 57 88 / 59%);

}
.tint_banner{
  position: relative;
}
.tint_banner:before{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  content: '';
  background: rgb(12 57 88 / 59%);
  display: block !important;
}


.big_baner h1 {
  font-size: 72px;
  line-height: 88px;
  text-align: center;
  font-family: 'Extrabld';
  color: #FFFFFF;
  display: block;
  max-width: 1070px;
  z-index: 2;
}

.content_page {
  width: 100%;
  max-width: 770px;
  margin: 60px auto;
}

.content_page h2 {
  font-size: 24px;
  line-height: 29px;
  font-family: 'Extrabld';
  color: #3C3C3C;
  margin-bottom: 40px;
}

.content_page p {
  font-size: 18px;
  line-height: 25px;
  color: #131313;
  margin-top: 30px;
  margin-bottom: 30px;
}
.content_page ol{
  padding-left: 20px;
}
.content_page ol li{
  list-style: decimal;
}


.content_page ul li{
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
.content_page ul li:before{ 
  position: absolute;
  content: '●';
  color: #3eb5f1;
  font-size: 12px;
  left: 0px;
}
.content_page p img {
  max-width: 100%;
  object-fit: cover;
  max-height: 510px;
}
.content_page p a {
  font-size: 18px;
  line-height: 25px;
  color: #004eff;
}
.content_page blockquote {
  width: 100%;
  height: auto;
  background: #F1F1F1;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Bold';
  font-style: italic;
  color: #131313;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 34px 60px;
  position: relative;
}
.content_page blockquote p{
 margin-top: 0px; 
 margin-bottom: 0px;
}
.content_page blockquote strong{
  font-family: 'Bold';
}

.content_page blockquote:before {
  position: absolute;
  content: '“';
  font-size: 55px;
  left: 15px;
  top: 30px;
}

.content_page blockquote:after {
  position: absolute;
  content: '”';
  font-size: 55px;
  right: 31px;
  bottom: 8px;
}

.forums a {
  width: 100%;
  max-width: 370px;
  height: auto;
  margin-bottom: 30px;
}

.forums a img {
  width: 100%;
  height: 100%;
  max-height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
}

.forums a b {
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  font-family: 'Extrabld';
  color: #3C3C3C;
  width: 100%;
  display: block;
}

footer {
  width: 100%;
  height: auto;
  flex-wrap: wrap;
  padding: 40px 0px;
  background: #0A172A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .container img {
  position: relative;
  top: 0px;
}

footer .container p {
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .container p i img {
  margin-right: 15px;
  position: relative;
  top: 2px;
}

.fancybox-button svg path {
  color: #fff;
}
footer .soc_wrapper {
  display: flex;
  width: 100%;
  margin-top: 20px;

}
footer .soc_wrapper > a {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 18px;
}
footer .soc_wrapper .telergm{
  background: url(../img/telegram.svg);
  background-repeat: no-repeat;
}
footer .soc_wrapper .facebook{
  background: url(../img/f.svg);
  background-repeat: no-repeat;
}
footer .soc_wrapper .twitter{
  background: url(../img/t.svg);
  background-repeat: no-repeat;
  background-position: 0px 3px;
}
footer .soc_wrapper .youtube{
  background: url(../img/y.svg);
  background-repeat: no-repeat;
  background-position: 0px 5px;
}
footer .soc_wrapper .linked{
  background: url(../img/l.svg);
  background-repeat: no-repeat;
}
footer .soc_wrapper > a:hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
.flex-contacts{
  display: flex;
}
.flex-contacts .left{
  margin-right: 290px;
  max-width: 470px;
}
.flex-contacts .left b{
  font-size: 24px;
  line-height: 56px;
  color: #3C3C3C;
  display: block;
  font-family: 'Extrabld';
  margin-top: 40px;
}
.flex-contacts .left p{
  font-size: 14px;
  line-height: 21px;
  color: #131313;
  font-family: 'Regular';
}
.flex-contacts form{
  width: 100%;
  max-width: 370px;
}
.flex-contacts form input{
  width: 100%;
  height: 42px;
  margin-bottom: 10px;
  border-radius:4px;
  border:1px solid #D7D7D7;
  font-size: 14px;
  line-height: 21px;
  padding-left: 17px;
}
.flex-contacts form textarea{
  width: 100%;
  height: 146px;
  resize: none;
  margin-bottom: 10px;
  border-radius:4px;
  border:1px solid #D7D7D7;
  font-size: 14px;
  line-height: 21px;
  padding-top: 17px;
  padding-left: 17px;
}
.flex-contacts form button{
  margin: 0px auto;
  display: block;
  width: 100%;
  max-width: 116px;
  height: 42px;
  border-radius: 20px;
  border: 0px;
  font-size: 14px;
  line-height: 24px;
  background: #3eb5f1;
  border: 2px solid #3eb5f1;
  color: #fff;
  margin-top: 20px;
  outline: none;
  font-family: 'Semibold';
  cursor: pointer;
  transition: 0.3s;
}
.flex-contacts form button:hover{
  border: 2px solid #3eb5f1;
  background: transparent;
  color: #3eb5f1;
}
.contacts{
  margin-bottom: 296px;
}
.contacts h2{
  margin-bottom: 20px;
  line-height: 24px;

}
.flex-contacts .right h2{
 margin-bottom: 30px;
}
.contacts a{
  font-size: 18px;
  line-height: 27px;
  font-family: 'Extrabld';
  color: #3EB5F1;
}

.content_section .events .event:hover{
  box-shadow: inset 0px 0px 112px rgba(0, 0, 0, 0.5);
}


.thumbnail{
  position: absolute;
}
.paralax_img3{
  right: 130px;
}
.paralax_img4{
  right: -120px;
  bottom: 70px;
}
.paralax_img5{
  left: -120px;
  bottom: -30px;
}
.paralax_img6{
  right: 0px;
  bottom: -50px;
  z-index: -1;
}
.min_baner{
  max-height: 170px;
}
.min_baner .container  h1{
  font-family: 'Extrabld';
  color: #fff;
  font-size: 36px;
  line-height: 56px;
  font-style: normal;
}
.content_page .gallery a{
  display: block;
}
.content_page .gallery img {
  max-width: 250px;
  max-height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100vh;
  margin-right: 10px;

}
.content_page .gallery br{
  display: none;
}
.content_page .gallery .gallery-item {
  float: unset !important; 
  margin-top: unset !important; 
  text-align: unset !important; 
  width: 200px !important;
}
.gallery-item .gallery-icon{
  width: 100%;
  height: 100%;
  max-height: 100px;
  max-width: 200px;
}
.content_page .gallery .slick-prev {
  background: url(../img/left_slider_btn.svg);
  top: -30px;
  right: 40px;
  position: absolute;
}
.content_page .gallery .slick-next {
  background: url(../img/right_slider_btn.svg);
  position: absolute;
  top: -30px;
  right: 0px;

}
.content_page .gallery button {
  width: 24px;
  height: 24px;
  border-radius: 50px;
  cursor: pointer;
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 0px;
  border: 0px;
  outline: none;
}
.block_new_contacts{
 position: relative;
 width: 100%;
 height: auto;
 padding: 0px 0px;
 overflow: hidden;
}
.block_new_contacts:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100vh;
  background: #000;
  opacity: 0.2;
  top: 0px;
  left: 0px;
}
.block_new_contacts h1{
  z-index: 2;
  color: #fff;
  text-align: center;
}
.new_block_program{
  width: 100%;

}
.new_block_program .container{
  background: #102A4F;
  padding-left: 0px;
  padding-right: 0px;
}
.new_block_program .container .left{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 50%;
}
.new_block_program .container .left .info{
  width: 100%;
  max-width: 427px;
}
.new_block_program .container .left .info h2{
  font-size: 36px;
  line-height: 44px;
  color: #FFFFFF;
  font-family: 'Extrabld';
}
.new_block_program .container .left .info p{
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  display: block;
  width: 100%;
  margin: 30px 0px 40px;
}
.new_block_program .container .left .info a {
  background: #F0C92F;
  border-radius: 42px;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  font-family: 'Bold';
  padding: 10px 20px;
  border: solid 2px #F0C92F;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.new_block_program .container .left .info a:hover {
  background: unset;
  color: #fff;
}
.new_block_program .container img {
  width: 100%;
  max-width: 50%;
}
@media(max-width: 880px){
  .new_block_program .container .left{
    padding: 15px;
  }
}
@media(max-width: 763px){
  .content_section .container {
    flex-wrap: wrap;
    padding: 15px;
  }
  .new_block_program .container img {
    width: 100%;
    max-width: 427px;
    margin: 15px auto 0px;
  }
  .new_block_program .container .left{
    width: 100%;
    max-width: 100%;
  }
  .flex-contacts form br{
    display: none !important;
  }
  .content_section .gallery_video .container .slick-center{
    height: 210px !important;
  }
  .content_section .gallery_video .container .slider {
    height: 84px !important;

  }
  .content_section .gallery_video .container .slider .slick-prev {
    margin-left: 10px !important;
    top: calc(100% + 10px) !important;
    margin-top: 0px;
    background: url(../img/arr_left_1.svg) no-repeat;
    background-size: contain;
    left: 9px !important;
    height: 20px;
  }
  .content_section .gallery_video .container .slider .slick-next {
   margin-right: 10px !important;
   top: calc(100% + 10px) !important;
   margin-top: 0px;
   background: url(../img/arr_right_1.svg) no-repeat right;
   background-size: contain;
   right: 9px !important;
   height: 20px;
 }
}
.screen-reader-response {
  display: none;
}
.wpcf7-not-valid-tip{
  color: red;
  font-size: 13px;
}
.baner img{
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0px;
  object-fit: cover;
}
.new-mob{
  display: none;
}
@media(max-width: 500px){
  .new-mob{
    display: block;
  }
  .new-pc{
    display: block;
  }
}
@media(max-width: 1000px){
  .open_sub_menu{
    position: absolute;
    width: 45px;
    height: 100%;
    right: 0px;
    top: 0%;
    background: url(../img/arr.svg) no-repeat center center;
  }
}

.contacts .wpcf7-form-control-wrap{
  position: relative;
  display: block;
}

.contacts .wpcf7-not-valid-tip {
  color: red;
  font-size: 11px;
  position: absolute;
  right: 11px;
  bottom: 10px;
}
.contacts .message .wpcf7-not-valid-tip {
  bottom: 16px;
}
.contacts .wpcf7-form br{
  display: none;
}
.wpcf7-response-output{
  font-size: 14px;
}
.pazl{
  margin-top: 90px;
}

@media (max-width: 500px){
  .pazl {
    margin-top: 0px;
  }
}