@font-face {
  font-family: segoeui;
  src: url(../fonts/segoeui.ttf);
}

@font-face {
  font-family: segoeuib;
  src: url(../fonts/segoeuib.ttf);
}

@font-face {
  font-family: segoeuisb;
  src: url(../fonts/seguisb.ttf);
}

@font-face {
  font-family: segoeuisbi;
  src: url(../fonts/seguisbi.ttf);
}

@font-face {
  font-family: segoeuisli;
  src: url(../fonts/seguisli.ttf);
}

body {
  /*font-family: 'segoeui';*/
  color:#203376;
}
ul li{
  font-size: 1.05rem; 
  padding-bottom: 10px;
  text-align: justify;
}

/*Header*/
.Header {
  position: relative;
  display: block;
}
.Header .container {
  height: 219px;
}
.top__logo-block img{
  width: 125px;
  float: right;
}
.top__title{
  font-family: segoeuisb;
  color: #ff0507;
  font-size: 28px;
  font-weight: bold;
  line-height: 45px;
  padding-top: 18px;
}
.Header__logo-block-img {
  width: 75%;
}
.Header__logo-block-img_min {
  width: 71%;
}
.font1_5{ font-size: 1.5rem!important; }
.border-4-gray{ border-left: 4px solid #f2f2f2; }

@media (min-width: 992px){
  .Header__left-block img {
      height: 140px;
  }
}

.Header:before {
  top: -25px;
  bottom: 0;
  right: 0;
  content: "";
  display: block;
  position: absolute;
  width: 84%;
  height: 100%;
  background: url(../images/wave-header_08-11-18.svg) bottom right -1px no-repeat;
}

.paragraph {
  font-size: 1.05rem;
  text-align: justify;
}
.paragraph a{text-decoration: underline!important;}

.red-text {
  color: #ff0000;
}

.blue-text {
  color: #203376;
}

.ez-text {
  color: #169695;
}

.segoe-b {
  font-family: segoeuib;
}

.segoe-sb {
  font-family: segoeuisb;
}

.segoe-sbi {
  font-family: segoeuisbi;
}

.segoe-sli {
  font-family: segoeuisli;
}

.event-title {
  font-family: segoeuib;
  text-transform: uppercase;
}

.event-title__red {
  color: #ff0000;
}

.event-title__blue {
  color: #203376;
}

.checkbox-container {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkbox-container .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #f2f2f2;
}

.checkbox-container .checkmark_dark {
  background-color: lightgrey;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}

.checkbox-container:hover input ~ .checkmark.checkmark_dark {
  background-color: #acacac;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark, .checkbox-container input:checked ~ .checkmark.checkmark_dark {
  background-color: #203376;
  /*background-color: #2196F3;*/
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.header {
  height: 100px;
}

.lang-switcher {
  position: relative;
  z-index: 100;
}

.lang-switcher__item {
  cursor: pointer;
  display: flex;
  border-radius: 2px;
  padding: 7px;
  color: #4a4a4a;
  text-decoration: none;
  background: white;
  align-items: center;
}

.lang-switcher__item_active {
  border: 1px solid #ccc;
}

.lang-switcher__item:hover {
  color: grey;
}

.lang-switcher__icon {
  height: 20px;
  margin-right: 5px;
}

.lang-switcher__list {
  display: none;
  border: 1px solid #ccc;
  border-top: none;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  position: absolute;
  width: 100%;
}

.lang-switcher__caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.menu {
  background: #f2f2f2;
  padding: 12px 0;
}

.menu__item {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}

.menu__link {
  color: black;
  text-decoration: none;
}

.menu__link:hover {
  color: black;
}

.menu__reg-btn {
  background: #d41f25;
  color: white;
  border-radius: 5px;
  padding: 2px 35px 5px;
  border: none;
}

.menu__reg-btn:hover {
  color: white;
  text-decoration: none;
  opacity: 0.9;
}

.top-registr {
  position: relative;
  height: 485px;
  /*background: url(../images/collage-3-min.jpg);*/
  /*background-attachment: fixed;*/
  overflow: hidden;
  z-index: 1;
  text-align: center;
}

.top-registr__light-dimmer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, .1);
  z-index: 2;
}

.top-registr__circle {
  position: relative;
  background: white;
  /*border-radius: 50%;*/
  height: 750px;
  /*width: 750px;*/
  width: 59%;
  margin: -60px auto 0;
  z-index: 3;
  padding-top: 88px;
  /*border: 5px solid #ced2e1;*/
}

.top-registr__date {
  color: #ff0000;
  text-transform: uppercase;
  font-size: 31px;
  font-family: segoeuib;
}

.top-registr__time {
  font-family: segoeuisb;
  color: #203376;
  font-size: 20px;
}

.top-registr__location {
  color: black;
  font-size: 21px;
  font-family: segoeuisb;
}

.top-regits__plus {
  font-size: 17px;
}

.top-registr__divider {
  margin: 25px 0;
}

.top-registr__title {
  font-size: 34px;
}

.top-registr__subtitle {
  font-family: segoeuisb;
  color: #203376;
  font-size: 26px;
  margin-bottom: 24px;
}

.dropdown__select {
  width: 320px !important;
}

.ss-main .ss-single-selected {
  height: 40px !important;
}

.ss-main .ss-content .ss-list {
  max-height: 169px !important;
}

.top-registr__select-header {
  font-size: 18px;
  margin-bottom: 7px;
}

.registr-btn {
  display: inline-block;
  width: 220px;
  background: #d41f25;
  color: white;
  border-radius: 5px;
  text-transform: uppercase;
  line-height: 43px;
  font-size: 20px;
  box-shadow: 0 0 15px rgba(0,0,0,0.3);
}

.registr-btn:hover {
  text-decoration: none;
  color: white;
  box-shadow: 0 0 15px rgba(212,67,72,0.7);
}

.top-registr__btn-container {
  margin: 20px 0;
}

.top-registr__zoom-link-red {
  font-size: 17px;
  color: #ff0000;
  line-height: 22px;
}

.top-registr__zoom-link-black {
  font-size: 17px;
  color: black;
  line-height: 24px;
  margin-bottom: 12px;
}

.top-registr__hashtag {
  text-transform: uppercase;
  color: #203376;
  font-size: 20px;
  font-family: segoeuisb;
}

.society {
  position: relative;
  z-index: 4;
  /*background: #f6f7fb;*/
  padding: 40px 0;
}

.society__title {
  font-size: 33px;
  margin-bottom: 30px;
}

.society__text {
  border-left: 4px solid #f2f2f2;
  padding-left: 22px;
}

.pattern-block {
  text-align: center;
  background: white;
  padding: 45px 20px;
  border-radius: 10px;
  width: 300px;
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
  background: url(../images/pattern-line.png) top center no-repeat;
}

.pattern-block_bottom-line {
  background: url(../images/pattern-line.png) top center no-repeat, url(../images/pattern-line.png) bottom center no-repeat, white;
  width: 100%;
  position: absolute;
  top: -65px;
  z-index: 10;
  max-width: 429px;
}

.pattern-block__icon {
  margin-bottom: 10px;
}

.pattern-block__date {
  color: #d61f25;
  font-size: 26px;
}

.pattern-block__time {
  font-size: 20px;
  margin-bottom: 10px;
}

.pattern-block__text {
  margin-bottom: 20px;
  font-size: 18px;
}

.allatra {
  /*position: relative;
  height: 650px;
  background: url(../images/collage.jpg);
  overflow: hidden;
  z-index: 1;
  text-align: center;*/
  /*padding: 80px 0;*/
}

/*.allatra__light-dimmer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, .9);
  z-index: 2;
}*/

.allatra {
  position: relative;
  background: url(../images/collage-3-min.jpg);
  /*background-attachment: fixed;*/
}

.allatra__light-dimmer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, .4);
  z-index: 2;
}

.allatra__container {
  position: relative;
  z-index: 3;
  background: white;
  padding: 72px 50px;
  box-shadow: 0px 0 40px 50px rgb(255,255,255);
}

.allatra__sight-shadow {
  display: none;
  height: 100%;
  width: 100px;
  background-image: linear-gradient(to right, rgba(255,255,255,0), white);
  position: absolute;
  top: 0;
}

.allatra__sight-shadow_left {
  background-image: linear-gradient(to right, rgba(255,255,255,0), white);
  left: -100px;
}

.allatra__sight-shadow_right {
  background-image: linear-gradient(to left, rgba(255,255,255,0), white);
  right: -100px;
}

.allatra__logo-container {
  text-align: center;
  margin-bottom: 35px;
}

.ug {
  position: relative;
  z-index: 4;
  padding: 40px 0;
  background: #f6f7fb;
}

.ug__logo {
  float: left;
  margin-right: 15px;
}

.ug__subtitle {
  font-size: 15px;
}

.ug__header-container:after {
  content: '';
  display: block;
  clear: both;
}

.ug__header-container {
  margin-bottom: 30px;
}

.ug__text {
  border-left: 1px solid #169695;
  padding-left: 30px;
}

.ug__video {
  width: 100%;
  height: 413px;
}

.ug-film-title {
  margin-bottom: 15px;
  color: #da232e;
}

.gp {
  padding: 40px 0;
}

.agenda {
  padding: 35px 0;
  background: #f6f7fb;
}

.agenda__title {
  font-size: 26px;
  margin-bottom: 10px;
}

.agenda__a {
  border-right: 1px solid #bbc1d8;
}

.agenda__a-item {
  line-height: 33px;
}

.map {
  height: auto;
}

.map img {
  max-height: 100%;
  width: 100%;
}

.bottom-header {
  color: #203376;
  font-family: segoeuib;
  font-size: 35px;
  text-transform: uppercase;
  margin-bottom: 72px;
}

.partners-container {
  margin-top: 72px;
}

.partners {
  margin-top: 72px;
  margin-bottom: 72px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

.partners__item { 
  flex-basis: 300px;
  text-align: center;
  margin-bottom: 25px;
}

.partners__item img{
  max-width: 90%;
  max-height: 130px;
}

.footer {
  height: 545px;
  background: url(../images/bottom-back.jpg);
  background-position: 0 21%;
  background-size: cover;
  text-align: center;
  padding-top: 72px;
  padding-bottom: 72px;
  position: relative;
}
.footer__title {
  font-size: 37px;
}
.footer__subtitle {
  font-size: 24px;
}
.footer__info-block {
  background: white;
  padding: 20px;
  width: 45%;
  margin: 20px auto;
  border-radius: 10px;
}
.footer__date {
  color: #d61f25;
  font-size: 26px;
}
.footer__time {
  font-size: 20px;
}

.footer__loc {
  font-size: 22px;
}

.footer__sub-loca {
  font-size: 18px;
}

.footer__select-header {
  font-size: 18px;
  margin-bottom: 7px;
}

.footer__zoom-link {
  font-size: 18px;
}

.footer__wave {
  position: absolute;
  right: 0;
  bottom: 0px;
}

.footer__allatra-logo {
  position: absolute;
  left: 150px;
  bottom: 100px;
}

@media screen and (max-width: 1500px) {
  .footer__wave {
    height: 150px;
  }
}

@media screen and (max-width: 1200px) {
  .footer__wave {
    height: 130px;
  }
}

@media screen and (max-width: 992px) {
  .top-registr {
    height: 550px;
  }

  .top-registr__title {
    font-size: 33px;
  }

  .top-registr__subtitle {
    font-size: 23px;
  }

  .top-registr__date {
    font-size: 25px;
  }

  .top-registr__location {
    font-size: 20px;
  }

  .top-registr__circle {
    height: 620px;
    width: 620px;
    margin: -35px auto 0;
    padding-top: 0px;
  }
  .top-registr__divider {
    margin: 18px 0;
    width: 90%;
    min-height: 3px;
  }

  .top-registr__subtitle {
    margin-bottom: 15px;
  }

  .top-registr__zoom-link-black {
    margin-bottom: 10px;
  }

  .top-registr__hashtag {
    font-size: 20px;
  }
  .society__title {
    font-size: 30px;
  }

  .society,
  .ug, 
  .gp {
    padding: 50px 0;
  }

  .ug__header-container {
    width: 470px;
    margin-left: auto;
    margin-right: auto;
  }

  .agenda__a {
    border-right: none;
    border-bottom: 1px solid #bbc1d8;
  }

  .pattern-block_bottom-line {
    width: 100%;
    position: static;
    max-width: 429px;
    margin-left: auto;
    margin-right: auto;
  }

  .map {
    display: none;
  }

  .footer__wave {
    height: 100px;
  }

  .footer__allatra-logo {
    left: 50px;
    bottom: 50px;
  }

  .uz__video-container {
    text-align: center;
  }

  .ug__video {
    width: 80%;
  }
}

@media screen and (max-width: 768px) { 
  .allatra__sight-shadow {
    display: none;
  }

  .ug__video {
    width: 100%;
  }
  .top__title{
    font-size: 18px;
    line-height: 29px;
    padding-top: 0px;
  }
  .top_block{padding-left: 5rem!important;}
  .Header__logo-block-img {width: 100%;}
  .Header .container{height: 148px;}
  .footer__info-block{width: 87%;}
  .lang-switcher {
    position: absolute;
    top: 135px;
    right: 0;
    /*transform: translateX(-50%);*/
  }

  .top-registr {
    height: 430px;
  }

  .top-registr__circle {
    border-radius: 10px;
    width: 95%;
    padding: 0;
    height: auto;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 0;
  }
  #events{padding-bottom: 0;}
  
  .footer {
    height: 820px;
  }
  .footer__wave {
    height: 80px;
  }
  .footer__allatra-logo {
    left: 30px;
    bottom: 50px;
  }
}

@media screen and (max-width: 575px) { 
  .Header__logo-block-img {width: 50%;}
}

@media screen and (max-width: 720px) { 
  .top-registr {
    height: 430px;
  }

  .top-registr__date {
    font-size: 23px;
  }

  .top-registr__time {
    font-size: 16px;
  }

  .top-registr__location {
    font-size: 15px;
  }

  .top-regits__plus {
    font-size: 16px;
  }

  .top-registr__title {
    font-size: 21px;
  }

  .top-registr__subtitle {
    font-size: 19px;
  }
  .top-registr__select-header{
    font-size: 15px;
  }
  .top-registr__hashtag {
    font-size: 16px;
  }
}

@media screen and (max-width: 576px) { 
  .society__text {
    padding-left: 15px;
  }
  .menu__items {
    flex-direction: column;
    padding: 10px 0;
  }

  .menu__item {
    line-height: 30px;
  }

  .dropdown__select {
    width: 100% !important;
  }
  .top-registr{height:250px;}
  .registr-btn{ width: 100%; }

  .top-registr__zoom-link-red,
  .top-registr__zoom-link-black {
    font-size: 16px;
  }

  .society__title {
    text-align: center;
  }

  .society__text {
    border: none;
  }

  .ug__logo {
    float: none;
    margin-bottom: 25px;
  }

  .ug__header-container {
    text-align: center;
    width: auto;
  }
  .gp,
  .ug,
  .allatra,
  .society {
    text-align: justify;
  }

  .footer {
    padding-top: 30px;
    padding-bottom: 30px;
    height: 750px;
  }

  .footer__title {
    font-size: 30px;
  }

  .footer__subtitle {
    font-size: 17px;
  }

  .footer__info-block {
    width: 97%;
  }

  .footer__loc {
    font-size: 20px;
  }

  .footer__wave {
    height: 72px;
  }

  .footer__allatra-logo {
    left: 30px;
    bottom: 50px;
  }

  .header {
    height: 140px;
    display: block !important;
  }

  .header__logo-container {
    display: block !important;
    text-align: center;
  }
  .Header .container{height: 127px;}
}

@media screen and (max-width: 508px) { 
  .top-registr {
    height: 250px;
  }

  .footer {
    height: auto;
    padding-bottom: 80px;
  }

  .footer__allatra-logo {
    margin-top: 25px;
    position: static;
  }

  .top__title{
    font-size: 15px;
    line-height: 22px;
    padding-top: 0px;
  }
  .top_block{padding-left: 5rem!important;}
  .Header__logo-block-img {width: 80%;}
  .Header .container{height: 132px;}
  .paragraph{font-size: 1.2rem;}
  ul {padding-inline-start: 20px!important;}
  ul li{font-size: 1.2rem;}
  .top__logo-block img{width: 111px;}
}

@media screen and (max-width: 440px) { 
  .ug__video {
    height: 223px;
  }
}

@media screen and (max-width: 360px) { 
  .ug__video {
    height: 200px;
  }
  .top-registr__title {
    font-size: 17px;
  }
  .top-registr__subtitle {
    font-size: 17px;
  }
  .top-registr__zoom-link-red, .top-registr__zoom-link-black {
    font-size: 14px;
  }
  .top-regits__plus {
    font-size: 14px;
  }
}
@media screen and (max-width: 320px) { 
  .top-registr__circle label{font-size: 13px;}
}
@media screen and (min-width: 1023px) { 
 .Header__logo-block{margin-right: 16%!important;}
}