


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;}




.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: #e1e3e6;
}

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

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

.link_confend {
  color: #0d3280;
}

.btn_main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 239px;
  height: 54px;
  margin: 32px 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: #f4931f;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 1px;
}

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

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

.header_confend {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #22323f;
  font-size: 2.25em;
  line-height: 1.1em;
  font-weight: 900;
  text-align: center;
  text-transform: none;
}

.btn-confend {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  -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;
  border-style: solid;
  border-color: #000 #000 #d13100;
  border-bottom-width: 3px;
  border-radius: 3px;
  background-color: #ff3d00;
  background-image: url('../images/arrow_right.svg');
  background-position: 94% 50%;
  background-size: 10px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 0.9375em;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.btn-confend:hover {
  border-bottom-color: #d1512a;
  background-color: #ff6433;
}

.btn-confend:active {
  border-top-width: 4px;
  border-top-color: #d1512a;
  border-bottom-width: 0px;
}




.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: #127ba8;
}

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

.heading_events {
  margin-top: 50px;
  color: #127ba8;
  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: #127ba8;
  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: #f4931f;
  -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;
}
}


/*
.programm_speaker{
  display: none;
}*/
          .orgs_partners{
            margin-top:60px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
        }
          .block_logo2{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: baseline;
  align-content: stretch;
  margin-right: 10px;
    margin-left: 10px;
}
.txt_logos{
    color: #7db0d2;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.logos{
    display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
}
.top_logo {
    width: 100px;
    padding-right: 3px;
    padding-left: 3px;
    margin-right: 20px;
    text-align: center;
}


#form-4 .text-field-2 {
    width: 100%;
}
  a.gallery1 {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.price_before {
    justify-content: center;
}
a.gallery1 img {
  height: 80%;
  display: block;
  margin: auto;
}
  .error{
    border: 1px red solid!important;
    background-color: hsla(14, 44%, 90%, 1);
  }
  span.help-block.form-error{
    display: none;
  }
.otzyv_author {
    display: inline-block;
    width: 346px;
    height: 214px;
      padding-left: 30px;
    background: white;
    background-size: 19px, auto;
    background-position: 31px 28px, 0px 0px;
    background-repeat: no-repeat, repeat;
    padding-top: 1px;
    display: block;
    margin: auto;
}
  .txt_otzyv {
    display: block;
    margin-top: 30px;
    color: #1e2d42;
    line-height: 1.4em;
    text-align: left;
}
  .txt_otzyv_author {
    display: block;
    width: 66%;
    margin-top: 10px;
    margin-bottom: 0px;
    /* margin-left: -17px; */
    color: #ff3d00;
    text-align: left;
}
  .txt_otzyv_autor {
    display: block;
    width: 80%;
    margin-top: 2px;
    color: #1e2d42;
    font-size: 0.8em;
    line-height: 1.1em;
    text-align: left;
}
.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: 20px;
    margin-left: 20px;
    -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: #07224b;
}
  @media (min-width: 1184px) {
.slick-prev{
position: absolute;
    top: 66px;
    left:-30px;
        background: none;
    }
.slick-next{
position: absolute;
    top: 66px;
    right:-30px;
    background: none;
    }
.partners_section-2 .slick-prev{
position: absolute;
    top: 49px;
    left:-30px;
        background: none;
    }
.partners_section-2 .slick-next{
position: absolute;
    top: 49px;
    right:-30px;
    background: none;
    }
}
@media (min-width: 960px) {
.hb-left-icon-container,.hb-right-icon-container,.hb-close-icon-container {opacity: 1!important;}
}
@media (max-width: 460px) {
.slick-prev, .slick-next {display: none!important;}
.otzyv_author {
  width: 260px;
    padding-left: 20px;
}
.txt_otzyv {
    margin-top: 15px;
}
}

.heading_big.thankyou a{
  color:white;
}
.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;
}


@media (max-width: 467px) {
.footer__contacts-phone{
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;

}
}


.container-3.w-container.about_conf p{
   font-size:1.2em;
   line-height: 1.4em;    
   max-width: none;   
   margin-bottom: 16px;
   text-align: center;
}

.conf_name .heading_small{
  text-align: center;
    line-height: 1em;
    font-size: clamp(1.375rem, 1.148rem + 1.14vw, 2rem);


}
.heading {
    font-size: clamp(2.25rem, 1.841rem + 2.05vw, 3.375rem);
    line-height: 1.1em;
}
.conf_name {
    margin-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.time__wrapper {
    padding: 8px 16px;
    border: 2px solid #CCE2FF;
    border-radius: 32px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 366px;
    margin-top: 32px;
    margin-left: -4px;
    margin-bottom: 32px;
    background: rgba(14, 36, 69, 0.2);
}

.time__cal {
    background-image: url(../images/icn_cal.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 24px;
    margin-right: 12px;
    color: #fff;
    font-size: 18px;
    line-height: 1em;
    height: 32px;
    font-weight: 500;
    padding-left: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.time__time {
    background-image: url(../images/icn_place_main.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 24px;
    height: 32px;
    color: #fff;
    font-size: 18px;
    line-height: 1em;
    font-weight: 500;
    padding-left: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}