.popup_events {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  height: 0px; overflow-y: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(8, 56, 77, 0.9);
  opacity: 0;
}


.block_events {
  position: relative;
  z-index: 1;
  width: 100%;
  display: block;
  max-width: 900px;
  height: 600px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.events_header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 46px;
  padding-left: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #970430;
}

.btn_events_close {
  position: absolute;
  left: auto;
  top: 14px;
  right: 16px;
  bottom: 0%;
  cursor: pointer;
}

.heading_events {
  margin-top: 50px;
  color: #970430;
  font-size: 24px;
  line-height: 24px;
  font-weight: 900;
  text-align: center;
}

.demo3 {
  width: 100%;
  margin-top: 20px;
  padding-right: 44px;
  padding-left: 44px;
}

.item {
  padding-right: 16px;
  padding-bottom: 24px;
  padding-left: 16px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.item:hover {
  background-color: #f3f3f3;
}

.img_event {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 257px;
  min-height: 212px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.img_event_plus {
  width: 128px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.content_event {
  overflow: hidden;
  width: 100%;
  height: 175px;
  max-width: 230px;
  margin-right: auto;
  margin-left: auto;
}

.date_event {
  color: #970430;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.txt_type_event {
  color: #989898;
  font-size: 14px;
  line-height: 18px;
}

.txt_event_description {
  margin-top: 7px;
  font-size: 16px;
  line-height: 21px;
}

.btn_event {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 34px;
  max-width: 230px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #970430;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
  cursor: pointer;
}

.btn_event:hover {
  background-color: #f5a749;
}

.txt_btn_events {
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.close_area_events {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
}

.link_event {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
}
.demo3 .slick-dots li button:before {
    color: #797979;
}
@media (min-width: 962px){
.demo3 .slick-prev {
    position: absolute;
    top: 166px;
    left: 10px;
    background: none;
}
.demo3 .slick-next {
    position: absolute;
    top: 166px;
    right: 10px;
    background: none;
}
}
@media (max-width: 930px){
.block_events {
    max-width: 700px;
    height: auto;
}
.popup_events{
  padding: 0 20px;
}
}

@media (max-width: 477px){
.block_events {
    max-width: 700px;
    height: auto;
}
.popup_events{
  padding: 0 20px;
}
.demo3 {
    padding-right: 0px;  
    padding-left: 0px;    
    margin-top: 0px;
}
.heading_events {
    margin-top: 20px;
}
.img_event {
    max-width: 200px;
    min-height: 182px;
}.content_event {
    height: 155px;
}
.events_header img:first-child{
  width: 100%;
  max-width: 220px;
}
}







.btn_main.confend {
  width: 320px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-transform: uppercase;
}

.btn_main.confend:hover {
  background-color: #ffbc33;
}

.section-confend {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 538px;
  padding: 80px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #970430;
}

.section-confend.main {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section-confend.video {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-confend.speakers {
  padding-bottom: 40px;
  background-color: rgba(178, 191, 199, 0.1);
}

.section-confend.timer {
  background-color: #970430;
}

.section-confend.place {
  min-height: 600px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 123, 168, 0.2)), to(rgba(18, 123, 168, 0.2))), url('../images/place_bg.png');
  background-image: linear-gradient(180deg, rgba(18, 123, 168, 0.2), rgba(18, 123, 168, 0.2)), url('../images/place_bg.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section-confend.about {
  padding-top: 60px;
}


.heading_confend {
  margin-bottom: 35px;
  color: #970430;
  font-size: 40px;
  line-height: 1.2em;
  font-weight: 900;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.heading_confend.center {
  margin-top: 0px;
  margin-bottom: 22px;
  text-align: center;
}

.heading_confend.center.white2 {
  margin-top: 20px;
  color: #fff;
}

.heading_confend.programm {
  display: inline-block;
  margin-top: 0px;
}

.heading_confend.speakers_1 {
  width: 620px;
  margin: 0px auto;
  -webkit-transform: translate(-122px, 0px);
  -ms-transform: translate(-122px, 0px);
  transform: translate(-122px, 0px);
  text-align: center;
}

.heading_confend.speakers_2 {
  width: 550px;
  margin: 12px auto 72px;
  -webkit-transform: translate(162px, 0px);
  -ms-transform: translate(162px, 0px);
  transform: translate(162px, 0px);
  font-weight: 300;
  text-align: center;
}

.heading_confend.white {
  margin-top: 60px;
  margin-bottom: 40px;
  color: #fff;
}

.heading_confend.small {
  margin-bottom: 20px;
  font-size: 24px;
  text-align: center;
}

.txt_conf_end {
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-bottom: 47px;
  margin-left: auto;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}

.link_confend {
  color: #fff;
}


































button:active, button:focus {
  outline: none !important;
}
button::-moz-focus-inner {
  border: 0 !important;
}
a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
outline: 0!important;
outline-color: transparent!important;
outline-width: 0!important;
outline-style: none!important;
box-shadow: 0 0 0 0 rgba(0,123,255,0)!important;
}
:focus {
    outline-style: none;
    outline-width: 0px !important;
    outline-color: none !important;
}
:focus {outline: none !important;}
::-moz-focus-inner {border: 0px !important;}

    .glide__arrow {
    border: none;
}
.glide--horizontal .glide__arrows {
    top: 45%;
    width: 92%;
}
.glide__arrow--right{
    right: 2%;
}
.glide__arrow--left{
    left: 2%;
}
.glide__bullets>* {
    width: 8px;
    height: 8px;
}
.box {
  width: 100%;
  /*height: 350px;*/
  border-radius: 12px;
  position: relative;
}
.dt_otzyv{
  background-color: #970430cc;
  position: absolute;
  right: 0;
  height: 100%;
  width: 250px;
}
.form-2 {
    position: relative;
}
.dt_txt_otzyv {
    display: block;    
    margin-top: 20px;
    color: #ffffff;
    line-height: 1.4em;
    text-align: left;
    font-size: 16px;
}
.dt_txt_otzyv_author {
    display: block;
    margin-top: 20px;
    margin-bottom: 0px;
    /* margin-left: -17px; */
    color: #ffffff;
    text-align: left; 
    font-weight: 900;
}
.dt_otzyv_author {
    display: inline-block;
    background-image: url(../images/kov.png?3);
        background-size: 19px, auto;
    background-position: 8px 38px, 0px 0px;
    background-repeat: no-repeat, repeat;
    padding: 30px;
}
.dt_txt_otzyv_autor {
    display: block;
    width: 80%;
    margin-top: 2px;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.3em;
    text-align: left;
}
.glide__wrapper {
  padding: 5vh 0 80px 0;
}
.glide__track {
  overflow: visible;
  height: 350px;
}
.glide__slide {
  transition: all 200ms ease;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.glide__slide.active {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.glide__slide.pre {
  -webkit-transform: perspective(50em) rotateY(15deg);
          transform: perspective(50em) rotateY(15deg);
  opacity: .3;
}
.glide__slide.following {
  -webkit-transform: perspective(50em) rotateY(-15deg);
          transform: perspective(50em) rotateY(-15deg);
  opacity: .3;
}
.glide--horizontal .glide__bullets {
  bottom: 8%;
}
.photo_gallery {
  display: flex;
  justify-content: center;
  align-items: center;
}
  .slick-slide img {
    max-width: 98%;
}
.slick-dots {
  position: relative;
      bottom: -5px;
}
.group:after, .clearfix:after {
    clear: both;
    zoom: 1;
}
.group:before, .clearfix:before, .group:after, .clearfix:after {
    content: "";
    display: table;
}
.mosaicflow {
    margin: 0 -20px 50px;
}
.group:before, .clearfix:before, .group:after, .clearfix:after {
    content: "";
    display: table;
}
.mosaicflow__column {
  float:left;
  }
.mosaicflow__item {
  position:relative;
  }
  .mosaicflow__item img {
    display:block;
    width:100%;
    max-width:500px;
    height:auto;
    }
  .mosaicflow__item p {
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    margin:0;
    padding:5px;
    background:hsla(0,0%,0%,.5);
    color:#fff;
    font-size:14px;
    text-shadow:1px 1px 1px hsla(0,0%,0%,.75);
    opacity:0;
    -webkit-transition: all 0.4s cubic-bezier(0.23,1,0.32,1);
       -moz-transition: all 0.4s cubic-bezier(0.23,1,0.32,1);
         -o-transition: all 0.4s cubic-bezier(0.23,1,0.32,1);
            transition: all 0.4s cubic-bezier(0.23,1,0.32,1);
    }
  .mosaicflow__item:hover p {
    opacity:1;
    }
  a.gallery1 {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
a.gallery1 img {
  height: 80%;
  display: block;
  margin: auto;
}
  .error{
    border-bottom: 1px red solid!important;
    background-color: hsla(14, 44%, 90%, 1);
  }
span.help-block.form-error {
    display: block;
    color: hsl(0, 100%, 50%);
    font-size: 12px;
    position: absolute;
    bottom: 0px;
}
.hb-counter{
  display: none;
}
.hb-wrapper .hb-left-icon-container {
    width: 45px;
    height: auto;
    top: 50%;
    left: 0%;
}
.hb-wrapper .hb-right-icon-container {
    width: 45px;
    height: auto;
    top: 50%;
    right: 0;
}  
.organiztor_block{
   display: flex!important;
    height: 180px;
    margin-right: 0;
    margin-bottom: 30px;
    width: 30%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #810329;
    
    padding-left: 16px;
    padding-right: 16px;
  }
  .slider {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    margin-top: 40px;
    justify-content: center;  
    gap: 30px;
}
  .organiztor_block:nth-child(3n) {
    margin-right: 0;
}
  .organiztor_block:nth-child(4n) {
    margin-right: 0;
}
/*.div-block-334 .organiztor_block {    margin-right: 0;
}*/
  @media (min-width: 1600px) {
    .section-price {
    background-position: -60px 100%;
}
.txt_about {
    max-width: 770px;
}
  .img_progr_clips,.img_progr_flash{
        left: 10%;
  }
  .img_progr_pen{
        right: 10%;
  }
}
  @media (min-width: 1440px) {
    .section-price {
    background-position: -120px 100%;
}
  .img_progr_clips,.img_progr_flash{
        left: 5%;
  }
  .img_progr_pen{
        right: 10%;
  }
.txt_about {
    max-width: 530px;
}
}
 @media (max-width: 1280px) {
  .img_progr_pen,.img_progr_clips,.img_progr_cofe,.img_progr_flash{
    display: none;
  }
}
 @media (min-width: 1184px) {
.slick-prev{
position: absolute;
    top: 46px;
    left:-30px;
        background: none;
    }
.slick-next{
position: absolute;
    top: 46px;
    right:-30px;
    background: none;
    }
}
@media (max-width: 991px) {
.slick-prev, .slick-next {display: none!important;}
.dt_otzyv,.glide__arrows {
    display:none;
}
.glide__track {
    height: 260px;
}
}
@media (min-width: 960px) {
.hb-left-icon-container,.hb-right-icon-container,.hb-close-icon-container {opacity: 1!important;}
.sec_paycard .inputGroup {
    width: 180px!important;
    margin: 0 auto;
}
}
@media (max-width: 767px) {
.photo_gallery {
    display: none!important;
}
span.help-block.form-error {
    top: -9px;
}
}
@media (max-width: 460px) {
.glide__track {
    height: 200px;
}
.otzyv_author {
  width: 260px;
    padding-left: 20px;
}
.mosaicflow {
    margin: 0 0px 50px;
}
.sec_paycard .inputGroup {
    width: 50%!important;
}
} /**/
.field_cell{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: left;
    align-items: baseline;
    align-content: left;
    width: 100%!important;
}
.card_day_qty {
    height: 100px!important;
}
.block_radio {
    margin-bottom: 45px;
}
#registration .inputGroup {
    display: inline-block;
    position: relative;
    width: 140px!important;    
    height:55px;
    margin-top: -20px;
}
.pay_card_step2 .btn_paycard {
    margin-top: 22px;
}
.pay_card_step2 .block_systems {
    margin-top: 25px;
}
.pay_bill_step2 .field_cell  {
    margin-top: 20px;
}
.pay_bill_step2 .btn_print {
    margin-top: 32px;
}
@media (max-width: 430px) {
#registration .inputGroup {
    width: 120px!important;  
}
.organiztor_block {
    width: 45%;
    padding: 20px;
}
.organiztor_block:nth-child(2n) {
    margin-right: 0;
}
.organiztor_block:nth-child(3n) {
    margin-right: 5%;
}
.organiztor_block:nth-child(4n) {
    margin-right: 0%;
}
}
#registration .inputGroup label {
  padding: 7px 15px;
  width: 100%;
  height: 55px;
  display: block;
  text-align: center;
  color: #7b7f85;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: color 200ms ease-in;
  overflow: hidden;
    border: 1px solid #c6c6c6;
    border-right:none;
        display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 140x;    
}
#registration .inputGroup label:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: "";
  background-color: #970430;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
          transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: -1;
}
#registration .inputGroup label:hover {
  background-color: #970430;
  color:#ffffff!important;
}
#registration .inputGroup:last-child label {
    border-right: 1px solid #c6c6c6;
}
#registration .inputGroup input:checked ~ label {
  color:#ffffff!important;
}
#registration .inputGroup input:checked ~ label:before {
  -webkit-transform: translate(-50%, -50%) scale3d(56, 56, 1);
          transform: translate(-50%, -50%) scale3d(56, 56, 1);
  opacity: 1;
}
#registration .inputGroup input:checked ~ label:after {
  background-color: #970430;
  border-color:#ee2649;
}
#registration .inputGroup input {
 /* width: 32px;
  height: 32px;
  order: 1;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;*/
  visibility: hidden;
}
.sec_paycard .field_cell.vert.big {
    width: 100%;
}
.sec_paycard .inputGroup {
    display: inline-block;
    position: relative;
    width: 33%;    
    margin-top: -20px;
    font-size:0.9em;
}
.sec_paycard .inputGroup.radio_paybill label {
  padding: 15px 10px;
    width: 100%;
    text-align: center;
    color: #283847;
    cursor: pointer;
    position: relative;
    z-index: 2;
    display: flex;
    vertical-align: middle;
    transition: color 200ms ease-in;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 1px solid #cccccc;
    border-right:none;
  height: 80px;
  line-height: 1.2em;
}
.sec_paycard .inputGroup.radio_paycard label {
  padding: 15px 10px;
    width: 100%;
    text-align: center;
    color: #fff;
    cursor: pointer;
    position: relative;
    z-index: 2;
    display: flex;
    vertical-align: middle;
    transition: color 200ms ease-in;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 1px solid #c6c6c6;
    border-right:none;
  height: 80px;
  line-height: 1.2em;
}
.sec_paycard .inputGroup.radio_paycard:last-child label {
    border-right: 1px solid #4e6880;
}
.sec_paycard .inputGroup.radio_paybill:last-child label{
    border-right: 1px solid #cccccc;
}
.sec_paycard .inputGroup.radio_paycard label:hover {
  background-color: #970430;
  color:#ffffff;
}
.sec_paycard .inputGroup.radio_paybill label:hover {
  background-color: #970430;
  color:#ffffff;
}
.sec_paycard .inputGroup label:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: "";
  position: absolute;
  background-color: #970430;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
          transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: -1;
}
.sec_paycard .inputGroup label:after {
  /*width: 32px;
  height: 32px;
  content: "";
  border: 2px solid #d1d7dc;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: 2px 3px;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  transition: all 200ms ease-in;*/
}
.sec_paycard .inputGroup input:checked ~ label {
  color:#ffffff!important;
}
.sec_paycard .inputGroup input:checked ~ label:before {
  -webkit-transform: translate(-50%, -50%) scale3d(56, 56, 1);
          transform: translate(-50%, -50%) scale3d(56, 56, 1);
  opacity: 1;
}
.sec_paycard .inputGroup input:checked ~ label:after {
  background-color: #970430;
  border-color: #970430;
}
.sec_paycard .inputGroup input {
 /* width: 32px;
  height: 32px;
  order: 1;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;*/
  visibility: hidden;
}
/*
.sec6 .form {
  padding: 0 16px;
  max-width: 550px;
  margin: 50px auto;
  font-size: 16px;
  font-weight: 600;
  line-height: 36px;
}*/
*,
*::before,
*::after {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
}
code {
  background-color: #9aa3ac;
  padding: 0 8px;
}
.block_price_before {
    margin-top: 28px!important;
}
.price_before,.form_price1 {
    height: 445px!important;
}
.block_price_after2 {
    height: 150px!important;
}
.w-slider-dot {
    width: 8px;
    height: 8px;
}



.tg_channel_top{
  flex-shrink: 0;
  width:24px;
  height: 24px;
  background: url(../images/icn_tg_std.svg) no-repeat;
  background-size: 24px;
  transition: all .2s;
}
.tg_channel_top:hover{
  background: url(../images/icn_tg_std_hover.svg) no-repeat;
}
.tg_channel_footer{
  flex-shrink: 0;
  width:24px;
  height: 24px;
  background: url(../images/icn_tg.svg) no-repeat;
  background-size: 24px;
  transition: all .2s;
}
.tg_channel_footer:hover{
  opacity: .6;
}
.phone__header,.footer__contacts-phone{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap:12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
          justify-content: flex-end;
}



.block_logos {
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
}
.block_logos img{
  margin-right: 32px;
  display: block;
}
.block_logos__orgs {
  margin-right: 40px;
}
.block_logos__partners:not(:last-child) {
  margin-right: 40px;
}
.block_logos__logo {
  position: relative;
  display: flex;
  width: 100%;
  margin-bottom:50px;
  align-items: flex-start;
}
.block_logos__partners {
  position: relative;
}

.block_logos__logo span,.block_logos__partners span{
  position: absolute;
  top:-32px;
  left: 0;
  font-size: 10px;
    color: #333;
    text-transform: uppercase;
    white-space: nowrap;
}
.logo_action,.logo_fd,.logo_fd{
  max-width: 110px;
}
.logo_ffd{
  max-width: 220px;
}
.logo_gdk{
  max-width: 270px;
}
.logo_vtb{
  max-width: 110px;
}
@media screen and (max-width: 992px) {
  .about__wrapper{
    grid-gap: 40px;
    grid-template-columns: 1fr;
  }
    .about__wrapper h2{
    text-align: center;
  }
    .about__wrapper .txt_about{
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .block_logos__logo {
      flex-wrap: wrap;
        justify-content: center;
  }
  .block_logos__orgs {
    margin-right: 0px;
}
  .block_logos img {
    margin-bottom: 32px;
}
.organiztor_block {
    width: 100%;
}
.block_logos__logo span{text-align: center; width:100%;}
.block_logos__partners img{
  margin-right: 0;}
}
@media screen and (max-width: 467px) {
.block_logos__partners:not(:last-child) {
  margin-right: 0;
        margin-bottom: 32px;
}
.block_logos img {
    margin-right: 0;
}
.block_logos__partners {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
        flex-direction: column;
        align-items: center;
}
.phone__header, .footer__contacts-phone {
    margin-bottom: 4px;
    justify-content: center;
}
.block_logos__partners span{text-align: center; width:100%;}
.block_logos__partners.vtb{
    text-align: left;
    position: relative;
    width: auto;
    left: -22px;
}

}
@media screen and (min-width: 993px) {
  .about__wrapper{
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}


.link_agreement{
  font-size: 12px;
  line-height: 14px;
  color:#afafaf;
    max-width: 310px;
}

.link_agreement a{
  color:#04976b;
}