@charset "UTF-8";
/* Указываем box sizing */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

li {
  list-style: none; }

a {
  text-decoration: none;
  color: #000; }

img {
  max-width: 100%;
  display: block; }

/* ui css start */
body {
  font-family: 'Manrope', sans-serif;
  background-color: #FCFCFC;
  font-variant-numeric: lining-nums;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  color: #0C0C0C; }

.grid_grid-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.9;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
  grid-template-columns: repeat(12, 1fr);
  gap: 40px; }

.grid_grid-overlay div {
  border-left: 1px solid #CFCFCF;
  border-right: 1px solid #CFCFCF; }

body.lock {
  overflow: hidden;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms; }

a, img, select, option, input, button, textarea {
  outline: none; }

::-webkit-input-placeholder {
  color: #A6A6A6;
  opacity: 1; }

::-moz-placeholder {
  color: #A6A6A6;
  opacity: 1; }

:-ms-input-placeholder {
  color: #A6A6A6;
  opacity: 1; }

::-ms-input-placeholder {
  color: #A6A6A6;
  opacity: 1; }

::placeholder {
  color: #A6A6A6;
  opacity: 1; }

a {
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

a:hover {
  color: #BA893D;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

.svg__icon path {
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

.svg__icon:hover path {
  fill: #BA893D;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

.svg__icon.icon-select:hover path {
  fill: transparent;
  stroke: #BA893D;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

h1, h2, h4, h5, h6, .button__big, .quote__text {
  font-family: 'Cormorant', serif;
  font-weight: 500; }

.button__medium, .button__small, .tab__text, .text__text-3, .input__text, .subheading__bold, .subheading__normal, .menu__link-text, .form__body-text .form__tabs-text, .input__checkbox-text {
  font-family: 'Manrope', sans-serif;
  font-weight: 500; }

.input__name-text{
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  height: 12px;
  margin: 0 0 12px 0;
  display: block;
}

h1 {
  font-size: 140px;
  line-height: 1;
  font-variant-numeric: lining-nums;
  color: #0C0C0C; }

h1.caps {
  font-size: 8vw;
  line-height: 90%;
  text-transform: uppercase;
  position: relative;
  left: -3px;
  color: #0C0C0C; }

h2 {
  font-size: 100px;
  line-height: 1;
  position: relative;
  color: #0C0C0C; }

h3, .award__menu-text, .news__item-info h1 {
  font-family: 'Cormorant', serif;
  font-weight: 400;
  font-size: 60px;
  color: #0C0C0C;
  line-height: 1; }

h4 {
  font-size: 40px;
  line-height: 1; }

h5 {
  font-size: 30px;
  line-height: 36px; }

h6 {
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1; }

.subheading__bold {
  font-size: 22px;
  text-transform: uppercase; }

.subheading__normal {
  font-size: 16px;
  color: #A6A6A6;
  text-transform: uppercase; }

.text__text-1 {
  font-size: 18px;
  color: #363636;
  font-weight: 400; }

.text__text-2 {
  font-size: 18px;
  font-weight: 400;
  color: #363636; }

.text__text-3 {
  font-size: 14px;
  color: #363636; }

.rounded__button {
  width: 500px;
  height: 500px;
  border-radius: 50%;
  text-align: center;
  line-height: 0.5;
  border: 1px dashed #BA893D;
  background: transparent;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

.rounded__button span {
  color: #363636; }

.rounded__button:hover {
  border: 1px solid #BA893D;
  background: #BA893D; }

.rounded__button:hover span {
  color: #FCFCFC;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

.button__grey {
  color: #A6A6A6;
  cursor: pointer; }

.button__gold {
  color: #BA893D;
  cursor: pointer; }

.button__big {
  font-size: 50px; }

.button__medium {
  font-size: 18px; }

.border__bottom {
  border-bottom: 1px solid #CFCFCF;
}

.text-404 {
  border-bottom: 1px solid #CFCFCF;
  padding: 40px 0;
}

.button__medium.button__grey {
  font-size: 18px;
  position: relative;
  -webkit-transition: all 450ms;
  -o-transition: all 450ms;
  transition: all 450ms; }

.button__medium.button__gold {
  font-size: 18px;
  position: relative;
  -webkit-transition: all 450ms;
  -o-transition: all 450ms;
  transition: all 450ms; }

.button__medium.button__grey::before {
  content: "";
  position: absolute;
  border-bottom: 1px solid #BA893D;
  width: 0px;
  height: 1px;
  bottom: 0px;
  -webkit-transition: all 450ms;
  -o-transition: all 450ms;
  transition: all 450ms; }

.button__medium.button__grey:hover:before {
  border-bottom: 1px solid #A6A6A6;
  width: 100%;
  -webkit-transition: all 450ms;
  -o-transition: all 450ms;
  transition: all 450ms; }

.button__medium.button__gold::before {
  content: "";
  position: absolute;
  border-bottom: 1px solid #A6A6A6;
  width: 0px;
  height: 1px;
  bottom: 0px;
  -webkit-transition: all 450ms;
  -o-transition: all 450ms;
  transition: all 450ms; }

.button__medium.button__gold:hover:before {
  border-bottom: 1px solid #BA893D;
  width: 100%;
  -webkit-transition: all 450ms;
  -o-transition: all 450ms;
  transition: all 450ms; }

.button__small {
  font-size: 14px; }

.tab__text, .input__text {
  font-size: 16px; }

.tab__text {
  color: #A6A6A6;
  text-transform: uppercase; }

.tab__text.tab__active {
  color: #BA893D; }

.number__text-big {
  font-family: 'Cormorant', serif;
  font-size: 60px;
  line-height: 1;
  font-variant-numeric: lining-nums;
  font-weight: 400; }

.number__text-small {
  font-family: 'Cormorant', serif;
  font-size: 30px;
  font-variant-numeric: lining-nums;
  font-weight: 400; }

.quote__text {
  font-size: 5vw;
  line-height: 1;
  text-transform: uppercase; }

.menu__link-text {
  font-size: 18px; }

.form__body-text {
  font-size: 16px;
  font-weight: 500; }

.form__tabs-text {
  font-size: 16px; }

.input__checkbox-text {
  font-size: 16px; }

.container {
  max-width: 1680px;
  margin: 0 auto;
  width: 100%; }

.color-white {
  color: #FCFCFC; }

.color-x__light__grey {
  color: #E7E7E7; }

.color-light__grey {
  color: #CFCFCF; }

.color-grey {
  color: #A6A6A6; }

.color-dark_grey {
  color: #363636; }

.color-black {
  color: #0C0C0C; }

.color-gold {
  color: #BA893D; }

.color-red {
  color: #F83B3B; }

.d__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.d__grid {
  display: -ms-grid;
  display: grid;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: (auto)[4];
  grid-template-columns: repeat(4, auto); }

.grid__12 {
  -ms-grid-columns: (1fr)[12];
  grid-template-columns: repeat(12, 1fr); }

.grid__2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr); }

.grid__3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr); }

.grid__4 {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr); }

.grid__6 {
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr); }

.grid__9 {
  -ms-grid-columns: (1fr)[9];
  grid-template-columns: repeat(9, 1fr); }

.align__items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start; }

.align__items-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }

.align__items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end; }

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

.align__self-end {
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end; }

.align__self-center {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }

.justify__content-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end; }

.justify__content-space-evenly {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly; }

.justify__content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.justify__self-end {
  -ms-grid-column-align: end;
      justify-self: end; }

.justify__self-center {
  -ms-grid-column-align: center;
      justify-self: center; }

.col-1__3 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3; }

.col-1__4 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/4; }

.col-1__5 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1/5; }

.col-1__6 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-column: 1/6; }

.col-1__7 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 6;
  grid-column: 1/7; }

.col-2__3 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3; }

.col-2__4 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2/4; }

.col-2__5 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  grid-column: 2/5; }

.col-2__7 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 5;
  grid-column: 2/7; }

.col-2__8 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 6;
  grid-column: 2/8; }

.col-2__9 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 7;
  grid-column: 2/9; }

.col-2__13 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 11;
  grid-column: 2/13; }

.col-2__11 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 9;
  grid-column: 2/11; }

.col-2__12 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 10;
  grid-column: 2/12; }

.col-3__5 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-column: 3/5; }

.col-4__5 {
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-column: 4/5; }

.col-4__13 {
  -ms-grid-column: 4;
  -ms-grid-column-span: 9;
  grid-column: 4/13; }

.col-4__9 {
  -ms-grid-column: 4;
  -ms-grid-column-span: 5;
  grid-column: 4/9; }

.col-4__10 {
  -ms-grid-column: 4;
  -ms-grid-column-span: 6;
  grid-column: 4/10; }

.col-4__11 {
  -ms-grid-column: 4;
  -ms-grid-column-span: 7;
  grid-column: 4/11; }

.col-4__8 {
  -ms-grid-column: 4;
  -ms-grid-column-span: 4;
  grid-column: 4/8; }

.col-4__7 {
  -ms-grid-column: 4;
  -ms-grid-column-span: 3;
  grid-column: 4/7; }

.col-5__10 {
  -ms-grid-column: 5;
  -ms-grid-column-span: 5;
  grid-column: 5/10; }

.col-6__13 {
  -ms-grid-column: 6;
  -ms-grid-column-span: 7;
  grid-column: 6/13; }

.col-7__10 {
  -ms-grid-column: 7;
  -ms-grid-column-span: 3;
  grid-column: 7/10; }

.col-7__11 {
  -ms-grid-column: 7;
  -ms-grid-column-span: 4;
  grid-column: 7/11; }

.col-7__12 {
  -ms-grid-column: 7;
  -ms-grid-column-span: 5;
  grid-column: 7/12; }

.col-7__13 {
  -ms-grid-column: 7;
  -ms-grid-column-span: 6;
  grid-column: 7/13; }

.col-9__13 {
  -ms-grid-column: 9;
  -ms-grid-column-span: 4;
  grid-column: 9/13; }

.col-10__13 {
  -ms-grid-column: 10;
  -ms-grid-column-span: 3;
  grid-column: 10/13; }

.page-404{
  padding: 0 0 100px 0;
}

.text__align-center {
  text-align: center; }

.bg-dark__gray {
  background-color: #0C0C0C;
  color: #FCFCFC; }

.circle__button {
  width: 88px;
  height: 88px;
  color: #BA893D;
  border: 1px solid #BA893D;
  background: transparent;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  border-radius: 50%; }

.circle__button:hover {
  color: #FCFCFC;
  background: #BA893D;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

.main__img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 700px;
  width: 100%; }

.img__container {
  height: 700px; }

.item__img {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 0 20px 0; }

.item__big-quad {
  position: relative; }

.item__big-quad .item__text {
  position: absolute;
  bottom: 0;
  color: #FCFCFC;
  padding: 60px 15% 60px 60px; }

.item__big-quad .item__text a {
  color: #FCFCFC; }

.item__big-quad .item__img {
  height: 790px;
  margin: 0; }

.item__big .item__img {
  height: 470px; }

.item__big, .item__small {
  position: relative; }

.item__big a, .item__small a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0; }

.item__small .item__img {
  height: 320px; }

.item__title {
  margin: 0 0 10px 0; }

.item__big-quad .item__title {
  margin: 0 0 30px 0; }

.item__desc {
  padding: 0 0;
  margin: 0 0 30px 0; }

.item__time {
  color: #363636;
  margin: 0 0 10px 0;
  display: block; }

.border-top {
  border-top: 1px solid #D9D9D9; }

.input__container input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer; }

.input__container label {
  position: relative;
  cursor: pointer;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start; }

.input__container label span {
  padding: 0 0 0 10px; }

.input__container.checkbox__input label:before {
  content: '';
  -webkit-appearance: none;
  background: transparent;
  border: 1px solid #CFCFCF;
  width: 20px;
  height: 20px;
  border-radius: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

.input__container.checkbox__input label:hover:before {
  content: '';
  -webkit-appearance: none;
  background: white;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

.input__container.checkbox__input input:checked + label:before {
  content: '';
  background-color: #BA893D;
  border: 1px solid #BA893D;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

.input__container.radio__input label:before {
  content: '';
  -webkit-appearance: none;
  background: transparent;
  border: 1px solid #CFCFCF;
  width: 20px;
  height: 20px;
  border-radius: 15px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

.input__container.radio__input label.error__input:before,
.input__container.checkbox__input label.error__input:before  {
  border: 1px solid #FF5353;
}

.input__container.radio__input label:hover:before {
  content: '';
  -webkit-appearance: none;
  background: white;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

.input__container.radio__input input:checked + label:before {
  content: '';
  background-color: #BA893D;
  border: 1px solid #BA893D;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

  @media only screen and (max-width: 5096px) {
    h1.caps {font-size: 140px; }
    .quote__text{font-size: 80px;}
  }

@media only screen and (max-width: 1620px) {
  h1.caps {
    left: -3px; } }

@media only screen and (min-width: 1440px) and (max-width: 1680px) {
  .page-404{
    padding: 0 0 100px 0;
  }
  h1 {
    font-size: 110px; }
  h1.caps {
    font-size: 6.2vw; }
  h2 {
    font-size: 80px; }
  h3, .award__menu-text, .news__item-info h1 {
    font-size: 50px; }
  h4 {
    font-size: 34px; }
  h5 {
    font-size: 24px; line-height: 28px; }
  h6 {
    font-size: 22px; }
  .subheading__bold {
    font-size: 14px; }
  .subheading__normal {
    font-size: 14px; }
  .text__text-1 {
    font-size: 14px; }
  .text__text-2 {
    font-size: 14px;
    font-weight: 500; }
  .text__text-3 {
    font-size: 14px; }
  .button__big {
    font-size: 36px; }
  .button__medium {
    font-size: 14px; }
  .button__medium.button__grey {
    font-size: 14px; }
  .button__medium.button__gold {
    font-size: 14px; }
  .button__small {
    font-size: 13px; }
  .tab__text, .input__text {
    font-size: 14px; }
  .quote__text {
    font-size: 3.966vw; }
  .number__text-big {
    font-size: 50px; }
  .number__text-small {
    font-size: 28px; }
  .menu__link-text {
    font-size: 14px; }
  .form__body-text {
    font-size: 14px; }
  .form__tabs-text {
    font-size: 16px; }
  .input__checkbox-text {
    font-size: 16px; }
  .container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%; }
  .main__img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 500px;
    width: 100%; }
  .img__container {
    height: 500px; }
  .item__big-quad .item__img {
    height: 580px;
    margin: 0; }
  .item__big .item__img {
    height: 360px; }
  .item__small .item__img {
    height: 250px; }
  .item__title {
    margin: 0 0 10px 0; }
  .item__big-quad .item__title {
    margin: 0 0 30px 0; }
  .item__desc {
    padding: 0 0;
    margin: 0 0 20px 0; }
  .item__time {
    color: #363636;
    margin: 0 0 10px 0;
    display: block; }
  .item__big-quad .item__text {
    padding: 40px 10% 40px 40px; } }

@media only screen and (max-width: 1440px) {
  .page-404{
    padding: 0 0 100px 0;
  }
  h1 {
    font-size: 110px; }
  h1.caps {
    font-size: 7.22vw; }
  h2 {
    font-size: 80px; }
  h3, .award__menu-text, .news__item-info h1 {
    font-size: 50px; }
  h4 {
    font-size: 34px; }
  h5 {
    font-size: 24px; line-height: 28px; }
  h6 {
    font-size: 22px; }
  .subheading__bold {
    font-size: 14px; }
  .subheading__normal {
    font-size: 14px; }
  .text__text-1 {
    font-size: 14px; }
  .text__text-2 {
    font-size: 14px;
    font-weight: 500; }
  .text__text-3 {
    font-size: 14px; }
  .button__big {
    font-size: 36px; }
  .button__medium {
    font-size: 14px; }
  .button__medium.button__grey {
    font-size: 14px; }
  .button__medium.button__gold {
    font-size: 14px; }
  .button__small {
    font-size: 13px; }
  .tab__text, .input__text {
    font-size: 14px; }
  .quote__text {
    font-size: 3.966vw; }
  .number__text-big {
    font-size: 50px; }
  .number__text-small {
    font-size: 28px; }
  .menu__link-text {
    font-size: 14px; }
  .form__body-text {
    font-size: 14px; }
  .form__tabs-text {
    font-size: 16px; }
  .input__checkbox-text {
    font-size: 16px; }
  .container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%; }
  .main__img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 500px;
    width: 100%; }
  .img__container {
    height: 500px; }
  .item__big-quad .item__img {
    height: 580px;
    margin: 0; }
  .item__big .item__img {
    height: 360px; }
  .item__small .item__img {
    height: 250px; }
  .item__title {
    margin: 0 0 10px 0; }
  .item__big-quad .item__title {
    margin: 0 0 30px 0; }
  .item__desc {
    padding: 0 0;
    margin: 0 0 20px 0; }
  .item__time {
    color: #363636;
    margin: 0 0 10px 0;
    display: block; }
  .item__big-quad .item__text {
    padding: 40px 10% 40px 40px; } }

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .page-404{
    padding: 0 0 90px 0;
  }
  h1 {
    font-size: 88px; }
  h1.caps {
    font-size: 7.12vw; }
  h2 {
    font-size: 65px;
    top: 0; }
  h3, .award__menu-text, .news__item-info h1 {
    font-size: 40px; }
  h4 {
    font-size: 30px; }
  h5 {
    font-size: 22px; line-height: 26px; }
  h6 {
    font-size: 20px; }
  .quote__text {
    font-size: 4.115vw; }
  .subheading__bold {
    font-size: 14px; }
  .subheading__normal {
    font-size: 14px; }
  .text__text-1 {
    font-size: 14px; }
  .text__text-2 {
    font-size: 14px;
    font-weight: 500; }
  .text__text-3 {
    font-size: 14px; }
  .rounded__button {
    width: 300px;
    height: 300px; }
  .button__big {
    font-size: 22px; }
  .button__medium {
    font-size: 14px; }
  .button__small {
    font-size: 14px; }
  .tab__text, .input__text {
    font-size: 14px; }
  .number__text-big {
    font-size: 36px; }
  .number__text-small {
    font-size: 30px; }
  .menu__link-text {
    font-size: 14px; }
  .form__body-text {
    font-size: 16px; }
  .form__tabs-text {
    font-size: 16px; }
  .input__checkbox-text {
    font-size: 16px; }
  .container {
    max-width: 940px;
    margin: 0 auto;
    width: 100%; }
  .d__grid {
    gap: 20px; }
  .main__img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 390px;
    width: 100%; }
  .img__container {
    height: 390px; }
  .item__big-quad .item__img {
    height: 460px;
    margin: 0; }
  .item__big .item__img {
    height: 290px; }
  .item__small .item__img {
    height: 200px; }
  .item__big-quad .item__text {
    padding: 30px 10% 30px 30px; }
  .announcements .video__container{margin: 50px 0;} }

@media only screen and (max-width: 1024px) {
  .page-404{
    padding: 0 0 70px 0;
  }
  h1 {
    font-size: 88px; }
  h1.caps {
    font-size: 8vw; }
  h2 {
    font-size: 65px;
    top: 0; }
  h3, .award__menu-text, .news__item-info h1 {
    font-size: 40px; }
  h4 {
    font-size: 30px; }
  h5 {
    font-size: 22px; line-height: 26px; }
  h6 {
    font-size: 20px; }
  .quote__text {
    font-size: 4.115vw; }
  .subheading__bold {
    font-size: 14px; }
  .subheading__normal {
    font-size: 14px; }
  .text__text-1 {
    font-size: 14px; }
  .text__text-2 {
    font-size: 14px;
    font-weight: 500; }
  .text__text-3 {
    font-size: 14px; }
  .rounded__button {
    width: 300px;
    height: 300px; }
  .button__big {
    font-size: 22px; }
  .button__medium {
    font-size: 14px; }
  .button__small {
    font-size: 14px; }
  .tab__text, .input__text {
    font-size: 14px; }
  .number__text-big {
    font-size: 36px; }
  .number__text-small {
    font-size: 30px; }
  .menu__link-text {
    font-size: 14px; }
  .form__body-text {
    font-size: 16px; }
  .form__tabs-text {
    font-size: 16px; }
  .input__checkbox-text {
    font-size: 16px; }
  .container {
    max-width: 940px;
    margin: 0 auto;
    width: 100%; }
  .d__grid {
    gap: 20px; }
  .main__img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 390px;
    width: 100%; }
  .img__container {
    height: 390px; }
  .item__big-quad .item__img {
    height: 460px;
    margin: 0; }
  .item__big .item__img {
    height: 290px; }
  .item__small .item__img {
    height: 200px; }
  .item__big-quad .item__text {
    padding: 30px 10% 30px 30px; } 
  .announcements .video__container{margin: 50px 0;}}

@media only screen and (max-width: 768px) {
  .page-404{
    padding: 0 0 60px 0;
  }
  h1 {
    font-size: 74px; }
  h2 {
    font-size: 56px; }
  h3, .award__menu-text, .news__item-info h1 {
    font-size: 40px; }
  h4 {
    font-size: 24px; }
  h5 {
    font-size: 20px;
    line-height: 24px; }
  h6 {
    font-size: 19px; }
  .subheading__bold {
    font-size: 14px; }
  .subheading__normal {
    font-size: 14px; }
  .text__text-1 {
    font-size: 14px; }
  .text__text-2 {
    font-size: 14px;
    font-weight: 500; }
  .text__text-3 {
    font-size: 14px; }
  .rounded__button {
    width: 227px;
    height: 227px; }
  .button__big {
    font-size: 20px; }
  .button__medium {
    font-size: 14px; }
  .button__small {
    font-size: 14px; }
  .tab__text, .input__text {
    font-size: 14px; }
  .number__text-big {
    font-size: 40px; }
  .number__text-small {
    font-size: 20px; }
  .menu__link-text {
    font-size: 14px; }
  .form__body-text {
    font-size: 14px; }
  .form__tabs-text {
    font-size: 16px; }
  .input__checkbox-text {
    font-size: 14px; }
  .container {
    max-width: 720px;
    margin: 0 auto;
    width: 100%; }
  .main__img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 360px;
    width: 100%; }
  .img__container {
    height: 360px; }
  .item__big-quad .item__img {
    height: 650px;
    margin: 0; }
  .item__big .item__img {
    height: 430px; }
  .item__small .item__img {
    height: 320px; } 
  .announcements .video__container{margin: 40px 0;}}

@media only screen and (max-width: 480px) {
  .d__grid {
    gap: 10px; }
  h1 {
    font-size: 43px;
    line-height: 1; }
  h2 {
    font-size: 36px; }
  h3, .award__menu-text, .news__item-info h1 {
    font-size: 30px; }
  h4 {
    font-size: 24px; }
  h5 {
    font-size: 20px; line-height: 24px;}
  h6 {
    font-size: 18px; }
  .subheading__bold {
    font-size: 14px; }
  .subheading__normal {
    font-size: 14px; }
  .text__text-1 {
    font-size: 14px;
    line-height: 140%; }
  .text__text-2 {
    font-size: 14px;
    font-weight: 500; }
  .text__text-3 {
    font-size: 14px; }
  .button__big {
    font-size: 34px; }
  .button__medium {
    font-size: 14px; }
  .button__small {
    font-size: 14px; }
  .tab__text {
    font-size: 12px; }
  .number__text-big {
    font-size: 40px; }
  .number__text-small {
    font-size: 20px; }
  .quote__text {
    font-size: 5.5vw; }
  .menu__link-text {
    font-size: 14px; }
  .form__body-text {
    font-size: 14px; }
  .form__tabs-text {
    font-size: 16px; }
  .input__checkbox-text {
    font-size: 14px; }
  .main__img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 200px;
    width: 100%; }
  .img__container {
    height: 200px; }
  .item__big-quad .item__img {
    height: 400px;
    margin: 0; }
  .item__big .item__img {
    height: 400px; }
  .item__small .item__img {
    height: 270px; }
  .item__big-quad .item__text {
    padding: 20px 10% 20px 20px; }
  .item__title, .item__desc {
    margin: 0 0 6px 0; } }

@media only screen and (max-width: 360px) {
  .container {
    max-width: 328px;
    margin: 0 auto;
    width: 100%;
    padding: 0 0; } }

/* ui css end */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/*
 * # Semantic UI - 2.5.0
 * https://github.com/Semantic-Org/Semantic-UI
 * http://www.semantic-ui.com/
 *
 * Copyright 2022 Contributors
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*!
 /*!
 * # Semantic UI 2.5.0 - Dropdown
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
.ui.dropdown {
  cursor: pointer;
  position: relative;
  display: inline-block;
  outline: 0;
  text-align: left;
  -webkit-transition: width .1s ease,-webkit-box-shadow .1s ease;
  transition: width .1s ease,-webkit-box-shadow .1s ease;
  -o-transition: box-shadow .1s ease,width .1s ease;
  transition: box-shadow .1s ease,width .1s ease;
  transition: box-shadow .1s ease,width .1s ease,-webkit-box-shadow .1s ease;
  -webkit-tap-highlight-color: transparent; }

.ui.dropdown .menu {
  cursor: auto;
  position: absolute;
  display: none;
  outline: 0;
  top: 100%;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  margin: 0;
  padding: 0 0;
  background: #fff;
  font-size: 1em;
  text-shadow: none;
  text-align: left;
  -webkit-box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
          box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
  border: 1px solid rgba(34, 36, 38, 0.15);
  border-radius: .28571429rem;
  -webkit-transition: opacity .1s ease;
  -o-transition: opacity .1s ease;
  transition: opacity .1s ease;
  z-index: 11;
  will-change: transform,opacity; }

.ui.dropdown .menu > * {
  white-space: nowrap; }

.ui.dropdown > input:not(.search):first-child, .ui.dropdown > select {
  display: none !important; }

.ui.dropdown > .dropdown.icon {
  position: relative;
  width: auto;
  font-size: .85714286em;
  margin: 0 0 0 1em; }

.ui.dropdown .menu > .item .dropdown.icon {
  width: auto;
  float: right;
  margin: 0 0 0 1em; }

.ui.dropdown .menu > .item .dropdown.icon + .text {
  margin-right: 1em; }

.ui.dropdown > .text {
  display: inline-block;
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

.ui.dropdown .menu > .item {
  position: relative;
  cursor: pointer;
  display: block;
  border: none;
  height: auto;
  text-align: left;
  border-top: none;
  line-height: 1em;
  color: rgba(0, 0, 0, 0.87);
  padding: 0.78571rem 1.14286rem !important;
  font-size: 1rem;
  text-transform: none;
  font-weight: 400;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-touch-callout: none; }

.ui.dropdown .menu > .item:first-child {
  border-top-width: 0; }

.ui.dropdown .menu .item > [class*="right floated"], .ui.dropdown > .text > [class*="right floated"] {
  float: right !important;
  margin-right: 0 !important;
  margin-left: 1em !important; }

.ui.dropdown .menu .item > [class*="left floated"], .ui.dropdown > .text > [class*="left floated"] {
  float: left !important;
  margin-left: 0 !important;
  margin-right: 1em !important; }

.ui.dropdown .menu .item > .flag.floated, .ui.dropdown .menu .item > .icon.floated, .ui.dropdown .menu .item > .image.floated, .ui.dropdown .menu .item > img.floated {
  margin-top: 0; }

.ui.dropdown .menu > .header {
  margin: 1rem 0 .75rem;
  padding: 0 1.14285714rem;
  color: rgba(0, 0, 0, 0.85);
  font-size: .78571429em;
  font-weight: 700;
  text-transform: uppercase; }

.ui.dropdown .menu > .divider {
  border-top: 1px solid rgba(34, 36, 38, 0.1);
  height: 0;
  margin: .5em 0; }

.ui.dropdown.dropdown .menu > .input {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1.14285714rem .78571429rem;
  min-width: 10rem; }

.ui.dropdown .menu > .header + .input {
  margin-top: 0; }

.ui.dropdown .menu > .input:not(.transparent) input {
  padding: .5em 1em; }

.ui.dropdown .menu > .input:not(.transparent) .button, .ui.dropdown .menu > .input:not(.transparent) .icon, .ui.dropdown .menu > .input:not(.transparent) .label {
  padding-top: .5em;
  padding-bottom: .5em; }

.ui.dropdown .menu > .item > .description, .ui.dropdown > .text > .description {
  float: right;
  margin: 0 0 0 1em;
  color: rgba(0, 0, 0, 0.4); }

.ui.dropdown .menu > .message {
  padding: .78571429rem 1.14285714rem;
  font-weight: 400; }

.ui.dropdown .menu > .message:not(.ui) {
  color: rgba(0, 0, 0, 0.4); }

.ui.dropdown .menu .menu {
  top: 0 !important;
  left: 100%;
  right: auto;
  margin: 0 0 0 -0.5em !important;
  border-radius: 0.28571rem !important;
  z-index: 21 !important; }

.ui.dropdown .menu .menu:after {
  display: none; }

.ui.dropdown > .text > .flag, .ui.dropdown > .text > .icon, .ui.dropdown > .text > .image, .ui.dropdown > .text > .label, .ui.dropdown > .text > img {
  margin-top: 0; }

.ui.dropdown .menu > .item > .flag, .ui.dropdown .menu > .item > .icon, .ui.dropdown .menu > .item > .image, .ui.dropdown .menu > .item > .label, .ui.dropdown .menu > .item > img {
  margin-top: 0; }

.ui.dropdown .menu > .item > .flag, .ui.dropdown .menu > .item > .icon, .ui.dropdown .menu > .item > .image, .ui.dropdown .menu > .item > .label, .ui.dropdown .menu > .item > img, .ui.dropdown > .text > .flag, .ui.dropdown > .text > .icon, .ui.dropdown > .text > .image, .ui.dropdown > .text > .label, .ui.dropdown > .text > img {
  margin-left: 0;
  float: none;
  margin-right: .78571429rem; }

.ui.dropdown .menu > .item > .image, .ui.dropdown .menu > .item > img, .ui.dropdown > .text > .image, .ui.dropdown > .text > img {
  display: inline-block;
  vertical-align: top;
  width: auto;
  margin-top: -.5em;
  margin-bottom: -.5em;
  max-height: 2em; }

.ui.dropdown .ui.menu > .item:before, .ui.menu .ui.dropdown .menu > .item:before {
  display: none; }

.ui.menu .ui.dropdown .menu .active.item {
  border-left: none; }

.ui.buttons > .ui.dropdown:last-child > .menu, .ui.menu .right.dropdown.item > .menu, .ui.menu .right.menu .dropdown:last-child > .menu {
  left: auto;
  right: 0; }

.ui.label.dropdown .menu {
  min-width: 100%; }

.ui.dropdown.icon.button > .dropdown.icon {
  margin: 0; }

.ui.button.dropdown .menu {
  min-width: 100%; }

.ui.selection.dropdown {
  cursor: pointer;
  word-wrap: break-word;
  line-height: 1em;
  white-space: normal;
  outline: 0;
  -webkit-transform: rotateZ(0);
      -ms-transform: rotate(0);
          transform: rotateZ(0);
  min-width: 14em;
  min-height: 2.71428571em;
  background: #fff;
  display: inline-block;
  padding: .78571429em 2.1em .78571429em 1em;
  color: rgba(0, 0, 0, 0.87);
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid rgba(34, 36, 38, 0.15);
  border-radius: .28571429rem;
  -webkit-transition: width .1s ease,-webkit-box-shadow .1s ease;
  transition: width .1s ease,-webkit-box-shadow .1s ease;
  -o-transition: box-shadow .1s ease,width .1s ease;
  transition: box-shadow .1s ease,width .1s ease;
  transition: box-shadow .1s ease,width .1s ease,-webkit-box-shadow .1s ease; }

.ui.selection.dropdown.active, .ui.selection.dropdown.visible {
  z-index: 10; }

select.ui.dropdown {
  height: 38px;
  padding: .5em;
  border: 1px solid rgba(34, 36, 38, 0.15);
  visibility: visible; }

.ui.selection.dropdown > .delete.icon, .ui.selection.dropdown > .dropdown.icon, .ui.selection.dropdown > .search.icon {
  cursor: pointer;
  position: absolute;
  width: auto;
  height: auto;
  line-height: 1.21428571em;
  top: .78571429em;
  right: 1em;
  z-index: 3;
  margin: -.78571429em;
  padding: .91666667em;
  opacity: .8;
  -webkit-transition: opacity .1s ease;
  -o-transition: opacity .1s ease;
  transition: opacity .1s ease; }

.ui.compact.selection.dropdown {
  min-width: 0; }

.ui.selection.dropdown .menu {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  border-top-width: 0 !important;
  width: auto;
  outline: 0;
  margin: 0 -1px;
  min-width: calc(100% + 2px);
  width: calc(100% + 2px);
  border-radius: 0 0 .28571429rem .28571429rem;
  -webkit-box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
          box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
  -webkit-transition: opacity .1s ease;
  -o-transition: opacity .1s ease;
  transition: opacity .1s ease; }

.ui.selection.dropdown .menu:after, .ui.selection.dropdown .menu:before {
  display: none; }

.ui.selection.dropdown .menu > .message {
  padding: .78571429rem 1.14285714rem; }

@media only screen and (max-width: 767px) {
  .ui.selection.dropdown .menu {
    max-height: 8.01428571rem; } }

@media only screen and (min-width: 768px) {
  .ui.selection.dropdown .menu {
    max-height: 10.68571429rem; } }

@media only screen and (min-width: 992px) {
  .ui.selection.dropdown .menu {
    max-height: 16.02857143rem; } }

@media only screen and (min-width: 1920px) {
  .ui.selection.dropdown .menu {
    max-height: 21.37142857rem; } }

.ui.selection.dropdown .menu > .item {
  border-top: 1px solid #fafafa;
  padding: 0.78571rem 1.14286rem !important;
  white-space: normal;
  word-wrap: normal; }

.ui.selection.dropdown .menu > .hidden.addition.item {
  display: none; }

.ui.selection.dropdown:hover {
  border-color: rgba(34, 36, 38, 0.35);
  -webkit-box-shadow: none;
          box-shadow: none; }

.ui.selection.active.dropdown {
  border-color: #96c8da;
  -webkit-box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
          box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15); }

.ui.selection.active.dropdown .menu {
  border-color: #96c8da;
  -webkit-box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
          box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15); }

.ui.selection.dropdown:focus {
  border-color: #96c8da;
  -webkit-box-shadow: none;
          box-shadow: none; }

.ui.selection.dropdown:focus .menu {
  border-color: #96c8da;
  -webkit-box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
          box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15); }

.ui.selection.visible.dropdown > .text:not(.default) {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8); }

.ui.selection.active.dropdown:hover {
  border-color: #96c8da;
  -webkit-box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
          box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15); }

.ui.selection.active.dropdown:hover .menu {
  border-color: #96c8da;
  -webkit-box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
          box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15); }

.ui.active.selection.dropdown > .dropdown.icon, .ui.visible.selection.dropdown > .dropdown.icon {
  opacity: '';
  z-index: 3; }

.ui.active.selection.dropdown {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.ui.active.empty.selection.dropdown {
  border-radius: 0.28571rem !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.ui.active.empty.selection.dropdown .menu {
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.ui.search.dropdown {
  min-width: ''; }

.ui.search.dropdown > input.search {
  background: none transparent !important;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  cursor: text;
  top: 0;
  left: 1px;
  width: 100%;
  outline: 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  padding: inherit; }

.ui.search.dropdown > input.search {
  position: absolute;
  z-index: 2; }

.ui.search.dropdown > .text {
  cursor: text;
  position: relative;
  left: 1px;
  z-index: 3; }

.ui.search.selection.dropdown > input.search {
  line-height: 1.21428571em;
  padding: .67857143em 2.1em .67857143em 1em; }

.ui.search.selection.dropdown > span.sizer {
  line-height: 1.21428571em;
  padding: .67857143em 2.1em .67857143em 1em;
  display: none;
  white-space: pre; }

.ui.search.dropdown.active > input.search, .ui.search.dropdown.visible > input.search {
  cursor: auto; }

.ui.search.dropdown.active > .text, .ui.search.dropdown.visible > .text {
  pointer-events: none; }

.ui.active.search.dropdown input.search:focus + .text .flag, .ui.active.search.dropdown input.search:focus + .text .icon {
  opacity: .45; }

.ui.active.search.dropdown input.search:focus + .text {
  color: rgba(115, 115, 115, 0.87) !important; }

.ui.search.dropdown .menu {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: touch; }

@media only screen and (max-width: 767px) {
  .ui.search.dropdown .menu {
    max-height: 8.01428571rem; } }

@media only screen and (min-width: 768px) {
  .ui.search.dropdown .menu {
    max-height: 10.68571429rem; } }

@media only screen and (min-width: 992px) {
  .ui.search.dropdown .menu {
    max-height: 16.02857143rem; } }

@media only screen and (min-width: 1920px) {
  .ui.search.dropdown .menu {
    max-height: 21.37142857rem; } }

.ui.multiple.dropdown {
  padding: .22619048em 2.1em .22619048em .35714286em; }

.ui.multiple.dropdown .menu {
  cursor: auto; }

.ui.multiple.search.dropdown, .ui.multiple.search.dropdown > input.search {
  cursor: text; }

.ui.multiple.dropdown > .label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  font-size: 1em;
  padding: .35714286em .78571429em;
  margin: .14285714rem .28571429rem .14285714rem 0;
  -webkit-box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.15) inset;
          box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.15) inset; }

.ui.multiple.dropdown .dropdown.icon {
  margin: '';
  padding: ''; }

.ui.multiple.dropdown > .text {
  position: static;
  padding: 0;
  max-width: 100%;
  margin: .45238095em 0 .45238095em .64285714em;
  line-height: 1.21428571em; }

.ui.multiple.dropdown > .label ~ input.search {
  margin-left: 0.14286em !important; }

.ui.multiple.dropdown > .label ~ .text {
  display: none; }

.ui.multiple.search.dropdown > .text {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  padding: inherit;
  margin: .45238095em 0 .45238095em .64285714em;
  line-height: 1.21428571em; }

.ui.multiple.search.dropdown > .label ~ .text {
  display: none; }

.ui.multiple.search.dropdown > input.search {
  position: static;
  padding: 0;
  max-width: 100%;
  margin: .45238095em 0 .45238095em .64285714em;
  width: 2.2em;
  line-height: 1.21428571em; }

.ui.inline.dropdown {
  cursor: pointer;
  display: inline-block;
  color: inherit; }

.ui.inline.dropdown .dropdown.icon {
  margin: 0 .21428571em 0 .21428571em;
  vertical-align: baseline; }

.ui.inline.dropdown > .text {
  font-weight: 700; }

.ui.inline.dropdown .menu {
  cursor: auto;
  margin-top: .21428571em;
  border-radius: .28571429rem; }

.ui.dropdown .menu .active.item {
  background: 0 0;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.95);
  -webkit-box-shadow: none;
          box-shadow: none;
  z-index: 12; }

.ui.dropdown .menu > .item:hover {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.95);
  z-index: 13; }

.ui.loading.dropdown > i.icon {
  height: 1em !important; }

.ui.loading.selection.dropdown > i.icon {
  padding: 1.5em 1.28571em !important; }

.ui.loading.dropdown > i.icon:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin: -.64285714em 0 0 -.64285714em;
  width: 1.28571429em;
  height: 1.28571429em;
  border-radius: 500rem;
  border: 0.2em solid rgba(0, 0, 0, 0.1); }

.ui.loading.dropdown > i.icon:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  -webkit-box-shadow: 0 0 0 1px transparent;
          box-shadow: 0 0 0 1px transparent;
  margin: -.64285714em 0 0 -.64285714em;
  width: 1.28571429em;
  height: 1.28571429em;
  -webkit-animation: dropdown-spin .6s linear;
  animation: dropdown-spin .6s linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  border-radius: 500rem;
  border-color: #767676 transparent transparent;
  border-style: solid;
  border-width: .2em; }

.ui.loading.dropdown.button > i.icon:after, .ui.loading.dropdown.button > i.icon:before {
  display: none; }

@-webkit-keyframes dropdown-spin {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes dropdown-spin {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.ui.default.dropdown:not(.button) > .text, .ui.dropdown:not(.button) > .default.text {
  color: rgba(191, 191, 191, 0.87); }

.ui.default.dropdown:not(.button) > input:focus ~ .text, .ui.dropdown:not(.button) > input:focus ~ .default.text {
  color: rgba(115, 115, 115, 0.87); }

.ui.loading.dropdown > .text {
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

.ui.dropdown .loading.menu {
  display: block;
  visibility: hidden;
  z-index: -1; }

.ui.dropdown > .loading.menu {
  left: 0 !important;
  right: auto !important; }

.ui.dropdown > .menu .loading.menu {
  left: 100% !important;
  right: auto !important; }

.ui.dropdown .menu .selected.item, .ui.dropdown.selected {
  background: rgba(0, 0, 0, 0.03);
  color: rgba(0, 0, 0, 0.95); }

.ui.dropdown > .filtered.text {
  visibility: hidden; }

.ui.dropdown .filtered.item {
  display: none !important; }

.ui.dropdown.error, .ui.dropdown.error > .default.text, .ui.dropdown.error > .text {
  color: #9f3a38; }

.ui.selection.dropdown.error {
  background: #fff6f6;
  border-color: #e0b4b4; }

.ui.selection.dropdown.error:hover {
  border-color: #e0b4b4; }

.ui.dropdown.error > .menu, .ui.dropdown.error > .menu .menu {
  border-color: #e0b4b4; }

.ui.dropdown.error > .menu > .item {
  color: #9f3a38; }

.ui.multiple.selection.error.dropdown > .label {
  border-color: #e0b4b4; }

.ui.dropdown.error > .menu > .item:hover {
  background-color: #fff2f2; }

.ui.dropdown.error > .menu .active.item {
  background-color: #fdcfcf; }

.ui.dropdown > .clear.dropdown.icon {
  opacity: .8;
  -webkit-transition: opacity .1s ease;
  -o-transition: opacity .1s ease;
  transition: opacity .1s ease; }

.ui.dropdown > .clear.dropdown.icon:hover {
  opacity: 1; }

.ui.disabled.dropdown, .ui.dropdown .menu > .disabled.item {
  cursor: default;
  pointer-events: none;
  opacity: .45; }

.ui.dropdown .menu {
  left: 0; }

.ui.dropdown .menu .right.menu, .ui.dropdown .right.menu > .menu {
  left: 100% !important;
  right: auto !important;
  border-radius: 0.28571rem !important; }

.ui.dropdown > .left.menu {
  left: auto !important;
  right: 0 !important; }

.ui.dropdown .menu .left.menu, .ui.dropdown > .left.menu .menu {
  left: auto;
  right: 100%;
  margin: 0 -0.5em 0 0 !important;
  border-radius: 0.28571rem !important; }

.ui.dropdown .item .left.dropdown.icon, .ui.dropdown .left.menu .item .dropdown.icon {
  width: auto;
  float: left;
  margin: 0; }

.ui.dropdown .item .left.dropdown.icon, .ui.dropdown .left.menu .item .dropdown.icon {
  width: auto;
  float: left;
  margin: 0; }

.ui.dropdown .item .left.dropdown.icon + .text, .ui.dropdown .left.menu .item .dropdown.icon + .text {
  margin-left: 1em;
  margin-right: 0; }

.ui.upward.dropdown > .menu {
  top: auto;
  bottom: 100%;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.08);
  border-radius: .28571429rem .28571429rem 0 0; }

.ui.dropdown .upward.menu {
  top: auto !important;
  bottom: 0 !important; }

.ui.simple.upward.active.dropdown, .ui.simple.upward.dropdown:hover {
  border-radius: 0.28571rem 0.28571rem 0 0 !important; }

.ui.upward.dropdown.button:not(.pointing):not(.floating).active {
  border-radius: .28571429rem .28571429rem 0 0; }

.ui.upward.selection.dropdown .menu {
  border-top-width: 1px !important;
  border-bottom-width: 0 !important;
  -webkit-box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.08); }

.ui.upward.selection.dropdown:hover {
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.05); }

.ui.active.upward.selection.dropdown {
  border-radius: 0 0 0.28571rem 0.28571rem !important; }

.ui.upward.selection.dropdown.visible {
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.08);
  border-radius: 0 0 0.28571rem 0.28571rem !important; }

.ui.upward.active.selection.dropdown:hover {
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.05); }

.ui.upward.active.selection.dropdown:hover .menu {
  -webkit-box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.08); }

.ui.dropdown .scrolling.menu, .ui.scrolling.dropdown .menu {
  overflow-x: hidden;
  overflow-y: auto; }

.ui.scrolling.dropdown .menu {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  min-width: 100% !important;
  width: auto !important; }

.ui.dropdown .scrolling.menu {
  position: static;
  overflow-y: auto;
  border: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 0 !important;
  margin: 0 !important;
  min-width: 100% !important;
  width: auto !important;
  border-top: 1px solid rgba(34, 36, 38, 0.15); }

.ui.dropdown .scrolling.menu > .item.item.item, .ui.scrolling.dropdown .menu .item.item.item {
  border-top: none; }

.ui.dropdown .scrolling.menu .item:first-child, .ui.scrolling.dropdown .menu .item:first-child {
  border-top: none; }

.ui.dropdown > .animating.menu .scrolling.menu, .ui.dropdown > .visible.menu .scrolling.menu {
  display: block; }

@media all and (-ms-high-contrast: none) {
  .ui.dropdown .scrolling.menu, .ui.scrolling.dropdown .menu {
    min-width: calc(100% - 17px); } }

@media only screen and (max-width: 767px) {
  .ui.dropdown .scrolling.menu, .ui.scrolling.dropdown .menu {
    max-height: 10.28571429rem; } }

@media only screen and (min-width: 768px) {
  .ui.dropdown .scrolling.menu, .ui.scrolling.dropdown .menu {
    max-height: 15.42857143rem; } }

@media only screen and (min-width: 992px) {
  .ui.dropdown .scrolling.menu, .ui.scrolling.dropdown .menu {
    max-height: 20.57142857rem; } }

@media only screen and (min-width: 1920px) {
  .ui.dropdown .scrolling.menu, .ui.scrolling.dropdown .menu {
    max-height: 20.57142857rem; } }

.ui.simple.dropdown .menu:after, .ui.simple.dropdown .menu:before {
  display: none; }

.ui.simple.dropdown .menu {
  position: absolute;
  display: block;
  overflow: hidden;
  top: -9999px !important;
  opacity: 0;
  width: 0;
  height: 0;
  -webkit-transition: opacity .1s ease;
  -o-transition: opacity .1s ease;
  transition: opacity .1s ease; }

.ui.simple.active.dropdown, .ui.simple.dropdown:hover {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.ui.simple.active.dropdown > .menu, .ui.simple.dropdown:hover > .menu {
  overflow: visible;
  width: auto;
  height: auto;
  top: 100% !important;
  opacity: 1; }

.ui.simple.dropdown:hover > .menu > .item:hover > .menu, .ui.simple.dropdown > .menu > .item:active > .menu {
  overflow: visible;
  width: auto;
  height: auto;
  top: 0 !important;
  left: 100% !important;
  opacity: 1; }

.ui.simple.disabled.dropdown:hover .menu {
  display: none;
  height: 0;
  width: 0;
  overflow: hidden; }

.ui.simple.visible.dropdown > .menu {
  display: block; }

.ui.fluid.dropdown {
  display: block;
  width: 100%;
  min-width: 0; }

.ui.fluid.dropdown > .dropdown.icon {
  float: right; }

.ui.floating.dropdown .menu {
  left: 0;
  right: auto;
  -webkit-box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15) !important;
          box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15) !important;
  border-radius: 0.28571rem !important; }

.ui.floating.dropdown > .menu {
  margin-top: 0.5em !important;
  border-radius: 0.28571rem !important; }

.ui.pointing.dropdown > .menu {
  top: 100%;
  margin-top: .78571429rem;
  border-radius: .28571429rem; }

.ui.pointing.dropdown > .menu:after {
  display: block;
  position: absolute;
  pointer-events: none;
  content: '';
  visibility: visible;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  width: .5em;
  height: .5em;
  -webkit-box-shadow: -1px -1px 0 0 rgba(34, 36, 38, 0.15);
          box-shadow: -1px -1px 0 0 rgba(34, 36, 38, 0.15);
  background: #fff;
  z-index: 2; }

.ui.pointing.dropdown > .menu:after {
  top: -.25em;
  left: 50%;
  margin: 0 0 0 -.25em; }

.ui.top.left.pointing.dropdown > .menu {
  top: 100%;
  bottom: auto;
  left: 0;
  right: auto;
  margin: 1em 0 0; }

.ui.top.left.pointing.dropdown > .menu {
  top: 100%;
  bottom: auto;
  left: 0;
  right: auto;
  margin: 1em 0 0; }

.ui.top.left.pointing.dropdown > .menu:after {
  top: -.25em;
  left: 1em;
  right: auto;
  margin: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.ui.top.right.pointing.dropdown > .menu {
  top: 100%;
  bottom: auto;
  right: 0;
  left: auto;
  margin: 1em 0 0; }

.ui.top.pointing.dropdown > .left.menu:after, .ui.top.right.pointing.dropdown > .menu:after {
  top: -.25em;
  left: auto !important;
  right: 1em !important;
  margin: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.ui.left.pointing.dropdown > .menu {
  top: 0;
  left: 100%;
  right: auto;
  margin: 0 0 0 1em; }

.ui.left.pointing.dropdown > .menu:after {
  top: 1em;
  left: -.25em;
  margin: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.ui.left:not(.top):not(.bottom).pointing.dropdown > .left.menu {
  left: auto !important;
  right: 100% !important;
  margin: 0 1em 0 0; }

.ui.left:not(.top):not(.bottom).pointing.dropdown > .left.menu:after {
  top: 1em;
  left: auto;
  right: -.25em;
  margin: 0;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg); }

.ui.right.pointing.dropdown > .menu {
  top: 0;
  left: auto;
  right: 100%;
  margin: 0 1em 0 0; }

.ui.right.pointing.dropdown > .menu:after {
  top: 1em;
  left: auto;
  right: -.25em;
  margin: 0;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg); }

.ui.bottom.pointing.dropdown > .menu {
  top: auto;
  bottom: 100%;
  left: 0;
  right: auto;
  margin: 0 0 1em; }

.ui.bottom.pointing.dropdown > .menu:after {
  top: auto;
  bottom: -.25em;
  right: auto;
  margin: 0;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg); }

.ui.bottom.pointing.dropdown > .menu .menu {
  top: auto !important;
  bottom: 0 !important; }

.ui.bottom.left.pointing.dropdown > .menu {
  left: 0;
  right: auto; }

.ui.bottom.left.pointing.dropdown > .menu:after {
  left: 1em;
  right: auto; }

.ui.bottom.right.pointing.dropdown > .menu {
  right: 0;
  left: auto; }

.ui.bottom.right.pointing.dropdown > .menu:after {
  left: auto;
  right: 1em; }

.ui.pointing.upward.dropdown .menu, .ui.top.pointing.upward.dropdown .menu {
  top: auto !important;
  bottom: 100% !important;
  margin: 0 0 .78571429rem;
  border-radius: .28571429rem; }

.ui.pointing.upward.dropdown .menu:after, .ui.top.pointing.upward.dropdown .menu:after {
  top: 100% !important;
  bottom: auto !important;
  -webkit-box-shadow: 1px 1px 0 0 rgba(34, 36, 38, 0.15);
          box-shadow: 1px 1px 0 0 rgba(34, 36, 38, 0.15);
  margin: -.25em 0 0; }

.ui.right.pointing.upward.dropdown:not(.top):not(.bottom) .menu {
  top: auto !important;
  bottom: 0 !important;
  margin: 0 1em 0 0; }

.ui.right.pointing.upward.dropdown:not(.top):not(.bottom) .menu:after {
  top: auto !important;
  bottom: 0 !important;
  margin: 0 0 1em 0;
  -webkit-box-shadow: -1px -1px 0 0 rgba(34, 36, 38, 0.15);
          box-shadow: -1px -1px 0 0 rgba(34, 36, 38, 0.15); }

.ui.left.pointing.upward.dropdown:not(.top):not(.bottom) .menu {
  top: auto !important;
  bottom: 0 !important;
  margin: 0 0 0 1em; }

.ui.left.pointing.upward.dropdown:not(.top):not(.bottom) .menu:after {
  top: auto !important;
  bottom: 0 !important;
  margin: 0 0 1em 0;
  -webkit-box-shadow: -1px -1px 0 0 rgba(34, 36, 38, 0.15);
          box-shadow: -1px -1px 0 0 rgba(34, 36, 38, 0.15); }

@font-face {
  font-family: Dropdown;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAVgAA8AAAAACFAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABWAAAABwAAAAchGgaq0dERUYAAAF0AAAAHAAAAB4AJwAPT1MvMgAAAZAAAABDAAAAVnW4TJdjbWFwAAAB1AAAAEsAAAFS8CcaqmN2dCAAAAIgAAAABAAAAAQAEQFEZ2FzcAAAAiQAAAAIAAAACP//AANnbHlmAAACLAAAAQoAAAGkrRHP9WhlYWQAAAM4AAAAMAAAADYPK8YyaGhlYQAAA2gAAAAdAAAAJANCAb1obXR4AAADiAAAACIAAAAiCBkAOGxvY2EAAAOsAAAAFAAAABQBnAIybWF4cAAAA8AAAAAfAAAAIAEVAF5uYW1lAAAD4AAAATAAAAKMFGlj5HBvc3QAAAUQAAAARgAAAHJoedjqd2ViZgAABVgAAAAGAAAABrO7W5UAAAABAAAAANXulPUAAAAA1r4hgAAAAADXu2Q1eNpjYGRgYOABYjEgZmJgBEIOIGYB8xgAA/YAN3jaY2BktGOcwMDKwMI4jTGNgYHBHUp/ZZBkaGFgYGJgZWbACgLSXFMYHFT/fLjFeOD/AQY9xjMMbkBhRpAcAN48DQYAeNpjYGBgZoBgGQZGBhDwAfIYwXwWBgMgzQGETAwMqn8+8H649f8/lHX9//9b7Pzf+fWgusCAkY0BzmUE6gHpQwGMDMMeAACbxg7SAAARAUQAAAAB//8AAnjadZBPSsNAGMXfS+yMqYgOhpSuSlKadmUhiVEhEMQzFF22m17BbbvzCh5BXCUn6EG8gjeQ4DepwYo4i+/ffL95j4EDA+CFC7jQuKyIeVHrI3wkleq9F7XrSInKteOeHdda8bOoaeepSc00NWPz/LRec9G8GabyGtEdF7h19z033GAMTK7zbM42xNEZpzYof0RtQ5CUHAQJ73OtVyutc+3b7Ou//b8XNlsPx3jgjUifABdhEohKJJL5iM5p39uqc7X1+sRQSqmGrUVhlsJ4lpmEUVwyT8SUYtg0P9DyNzPADDs+tjrGV6KRCRfsui3eHcL4/p8ZXvfMlcnEU+CLv7hDykOP+AKTPTxbAAB42mNgZGBgAGKuf5KP4vltvjLIMzGAwLV9ig0g+vruFFMQzdjACOJzMIClARh0CTJ42mNgZGBgPPD/AJD8wgAEjA0MjAyogAMAbOQEAQAAAAC7ABEAAAAAAKoAAAH0AAABgAAAAUAACAFAAAgAwAAXAAAAAAAAACoAKgAqADIAbACGAKAAugDSeNpjYGRgYOBkUGFgYgABEMkFhAwM/xn0QAIADdUBdAB42qWQvUoDQRSFv3GjaISUQaymSmGxJoGAsRC0iPYLsU50Y6IxrvlRtPCJJKUPIBb+PIHv4EN4djKuKAqCDHfmu+feOdwZoMCUAJNbAlYUMzaUlM14jjxbngOq7HnOia89z1Pk1vMCa9x7ztPkzfMyJbPj+ZGi6Xp+omxuPD+zaD7meaFg7mb8GrBqHmhwxoAxlm0uiRkpP9X5m26pKRoMxTGR1D49Dv/Yb/91o6l8qL6eu5n2hZQzn68utR9m3FU2cB4t9cdSLG2utI+44Eh/P9bqKO+oJ/WxmXssj77YkrjasZQD6SFddythk3Wtzrf+UF2p076Udla1VNzsERP3kkjVRKel7mp1udXYcHtZSlV7RfmJe1GiFWveluaeKD5/MuJcSk8Tpm/vvwPIbmJleNpjYGKAAFYG7ICTgYGRiZGZkYWRlZGNkZ2Rg5GTLT2nsiDDEEIZsZfmZRqZujmDaDcDAxcI7WIOpS2gtCWUdgQAZkcSmQAAAAFblbO6AAA=) format("woff");
  font-weight: 400;
  font-style: normal; }

.ui.dropdown > .dropdown.icon {
  font-family: Dropdown;
  line-height: 1;
  height: 1em;
  width: 1.23em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-weight: 400;
  font-style: normal;
  text-align: center; }

.ui.dropdown > .dropdown.icon {
  width: auto; }

.ui.dropdown > .dropdown.icon:before {
  content: '\f0d7'; }

.ui.dropdown .menu .item .dropdown.icon:before {
  content: '\f0da'; }

.ui.dropdown .item .left.dropdown.icon:before, .ui.dropdown .left.menu .item .dropdown.icon:before {
  content: "\f0d9"; }

.ui.vertical.menu .dropdown.item > .dropdown.icon:before {
  content: "\f0da"; }

.ui.dropdown > .clear.icon:before {
  content: "\f00d"; }

/*!
 * # Semantic UI 2.5.0 - Transition
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
.transition {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animating.transition {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: visible !important; }

.loading.transition {
  position: absolute;
  top: -99999px;
  left: -99999px; }

.hidden.transition {
  display: none;
  visibility: hidden; }

.visible.transition {
  display: block !important;
  visibility: visible !important; }

.disabled.transition {
  -webkit-animation-play-state: paused;
  animation-play-state: paused; }

.looping.transition {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.transition.browse {
  -webkit-animation-duration: .5s;
  animation-duration: .5s; }

.transition.browse.in {
  -webkit-animation-name: browseIn;
  animation-name: browseIn; }

.transition.browse.left.out, .transition.browse.out {
  -webkit-animation-name: browseOutLeft;
  animation-name: browseOutLeft; }

.transition.browse.right.out {
  -webkit-animation-name: browseOutRight;
  animation-name: browseOutRight; }

@-webkit-keyframes browseIn {
  0% {
    -webkit-transform: scale(0.8) translateZ(0);
            transform: scale(0.8) translateZ(0);
    z-index: -1; }
  10% {
    -webkit-transform: scale(0.8) translateZ(0);
            transform: scale(0.8) translateZ(0);
    z-index: -1;
    opacity: .7; }
  80% {
    -webkit-transform: scale(1.05) translateZ(0);
            transform: scale(1.05) translateZ(0);
    opacity: 1;
    z-index: 999; }
  100% {
    -webkit-transform: scale(1) translateZ(0);
            transform: scale(1) translateZ(0);
    z-index: 999; } }

@keyframes browseIn {
  0% {
    -webkit-transform: scale(0.8) translateZ(0);
            transform: scale(0.8) translateZ(0);
    z-index: -1; }
  10% {
    -webkit-transform: scale(0.8) translateZ(0);
            transform: scale(0.8) translateZ(0);
    z-index: -1;
    opacity: .7; }
  80% {
    -webkit-transform: scale(1.05) translateZ(0);
            transform: scale(1.05) translateZ(0);
    opacity: 1;
    z-index: 999; }
  100% {
    -webkit-transform: scale(1) translateZ(0);
            transform: scale(1) translateZ(0);
    z-index: 999; } }

@-webkit-keyframes browseOutLeft {
  0% {
    z-index: 999;
    -webkit-transform: translateX(0) rotateY(0) rotateX(0);
            transform: translateX(0) rotateY(0) rotateX(0); }
  50% {
    z-index: -1;
    -webkit-transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
            transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px); }
  80% {
    opacity: 1; }
  100% {
    z-index: -1;
    -webkit-transform: translateX(0) rotateY(0) rotateX(0) translateZ(-10px);
            transform: translateX(0) rotateY(0) rotateX(0) translateZ(-10px);
    opacity: 0; } }

@keyframes browseOutLeft {
  0% {
    z-index: 999;
    -webkit-transform: translateX(0) rotateY(0) rotateX(0);
            transform: translateX(0) rotateY(0) rotateX(0); }
  50% {
    z-index: -1;
    -webkit-transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
            transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px); }
  80% {
    opacity: 1; }
  100% {
    z-index: -1;
    -webkit-transform: translateX(0) rotateY(0) rotateX(0) translateZ(-10px);
            transform: translateX(0) rotateY(0) rotateX(0) translateZ(-10px);
    opacity: 0; } }

@-webkit-keyframes browseOutRight {
  0% {
    z-index: 999;
    -webkit-transform: translateX(0) rotateY(0) rotateX(0);
            transform: translateX(0) rotateY(0) rotateX(0); }
  50% {
    z-index: 1;
    -webkit-transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
            transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px); }
  80% {
    opacity: 1; }
  100% {
    z-index: 1;
    -webkit-transform: translateX(0) rotateY(0) rotateX(0) translateZ(-10px);
            transform: translateX(0) rotateY(0) rotateX(0) translateZ(-10px);
    opacity: 0; } }

@keyframes browseOutRight {
  0% {
    z-index: 999;
    -webkit-transform: translateX(0) rotateY(0) rotateX(0);
            transform: translateX(0) rotateY(0) rotateX(0); }
  50% {
    z-index: 1;
    -webkit-transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
            transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px); }
  80% {
    opacity: 1; }
  100% {
    z-index: 1;
    -webkit-transform: translateX(0) rotateY(0) rotateX(0) translateZ(-10px);
            transform: translateX(0) rotateY(0) rotateX(0) translateZ(-10px);
    opacity: 0; } }

.drop.transition {
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  -webkit-animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
  animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1); }

.drop.transition.in {
  -webkit-animation-name: dropIn;
  animation-name: dropIn; }

.drop.transition.out {
  -webkit-animation-name: dropOut;
  animation-name: dropOut; }

@-webkit-keyframes dropIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes dropIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes dropOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0); } }

@keyframes dropOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0); } }

.transition.fade.in {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

.transition[class*="fade up"].in {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

.transition[class*="fade down"].in {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

.transition[class*="fade left"].in {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

.transition[class*="fade right"].in {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

.transition.fade.out {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

.transition[class*="fade up"].out {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

.transition[class*="fade down"].out {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

.transition[class*="fade left"].out {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

.transition[class*="fade right"].out {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
            transform: translateY(10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
            transform: translateY(10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10%);
            transform: translateX(10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10%);
            transform: translateX(10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(5%);
            transform: translateY(5%); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(5%);
            transform: translateY(5%); } }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%); } }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(5%);
            transform: translateX(5%); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(5%);
            transform: translateX(5%); } }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%); } }

.flip.transition.in, .flip.transition.out {
  -webkit-animation-duration: .6s;
  animation-duration: .6s; }

.horizontal.flip.transition.in {
  -webkit-animation-name: horizontalFlipIn;
  animation-name: horizontalFlipIn; }

.horizontal.flip.transition.out {
  -webkit-animation-name: horizontalFlipOut;
  animation-name: horizontalFlipOut; }

.vertical.flip.transition.in {
  -webkit-animation-name: verticalFlipIn;
  animation-name: verticalFlipIn; }

.vertical.flip.transition.out {
  -webkit-animation-name: verticalFlipOut;
  animation-name: verticalFlipOut; }

@-webkit-keyframes horizontalFlipIn {
  0% {
    -webkit-transform: perspective(2000px) rotateY(-90deg);
            transform: perspective(2000px) rotateY(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
            transform: perspective(2000px) rotateY(0);
    opacity: 1; } }

@keyframes horizontalFlipIn {
  0% {
    -webkit-transform: perspective(2000px) rotateY(-90deg);
            transform: perspective(2000px) rotateY(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
            transform: perspective(2000px) rotateY(0);
    opacity: 1; } }

@-webkit-keyframes verticalFlipIn {
  0% {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
            transform: perspective(2000px) rotateX(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(2000px) rotateX(0);
            transform: perspective(2000px) rotateX(0);
    opacity: 1; } }

@keyframes verticalFlipIn {
  0% {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
            transform: perspective(2000px) rotateX(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(2000px) rotateX(0);
            transform: perspective(2000px) rotateX(0);
    opacity: 1; } }

@-webkit-keyframes horizontalFlipOut {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
            transform: perspective(2000px) rotateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(2000px) rotateY(90deg);
            transform: perspective(2000px) rotateY(90deg);
    opacity: 0; } }

@keyframes horizontalFlipOut {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
            transform: perspective(2000px) rotateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(2000px) rotateY(90deg);
            transform: perspective(2000px) rotateY(90deg);
    opacity: 0; } }

@-webkit-keyframes verticalFlipOut {
  0% {
    -webkit-transform: perspective(2000px) rotateX(0);
            transform: perspective(2000px) rotateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
            transform: perspective(2000px) rotateX(-90deg);
    opacity: 0; } }

@keyframes verticalFlipOut {
  0% {
    -webkit-transform: perspective(2000px) rotateX(0);
            transform: perspective(2000px) rotateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
            transform: perspective(2000px) rotateX(-90deg);
    opacity: 0; } }

.scale.transition.in {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn; }

.scale.transition.out {
  -webkit-animation-name: scaleOut;
  animation-name: scaleOut; }

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes scaleOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9); } }

@keyframes scaleOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9); } }

.transition.fly {
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.transition.fly.in {
  -webkit-animation-name: flyIn;
  animation-name: flyIn; }

.transition[class*="fly up"].in {
  -webkit-animation-name: flyInUp;
  animation-name: flyInUp; }

.transition[class*="fly down"].in {
  -webkit-animation-name: flyInDown;
  animation-name: flyInDown; }

.transition[class*="fly left"].in {
  -webkit-animation-name: flyInLeft;
  animation-name: flyInLeft; }

.transition[class*="fly right"].in {
  -webkit-animation-name: flyInRight;
  animation-name: flyInRight; }

.transition.fly.out {
  -webkit-animation-name: flyOut;
  animation-name: flyOut; }

.transition[class*="fly up"].out {
  -webkit-animation-name: flyOutUp;
  animation-name: flyOutUp; }

.transition[class*="fly down"].out {
  -webkit-animation-name: flyOutDown;
  animation-name: flyOutDown; }

.transition[class*="fly left"].out {
  -webkit-animation-name: flyOutLeft;
  animation-name: flyOutLeft; }

.transition[class*="fly right"].out {
  -webkit-animation-name: flyOutRight;
  animation-name: flyOutRight; }

@-webkit-keyframes flyIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }

@keyframes flyIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }

@-webkit-keyframes flyInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 1500px, 0);
            transform: translate3d(0, 1500px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes flyInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 1500px, 0);
            transform: translate3d(0, 1500px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@-webkit-keyframes flyInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -1500px, 0);
            transform: translate3d(0, -1500px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0); }
  100% {
    -webkit-transform: none;
            transform: none; } }

@keyframes flyInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -1500px, 0);
            transform: translate3d(0, -1500px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0); }
  100% {
    -webkit-transform: none;
            transform: none; } }

@-webkit-keyframes flyInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(1500px, 0, 0);
            transform: translate3d(1500px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0); }
  100% {
    -webkit-transform: none;
            transform: none; } }

@keyframes flyInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(1500px, 0, 0);
            transform: translate3d(1500px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0); }
  100% {
    -webkit-transform: none;
            transform: none; } }

@-webkit-keyframes flyInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-1500px, 0, 0);
            transform: translate3d(-1500px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0); }
  100% {
    -webkit-transform: none;
            transform: none; } }

@keyframes flyInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-1500px, 0, 0);
            transform: translate3d(-1500px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0); }
  100% {
    -webkit-transform: none;
            transform: none; } }

@-webkit-keyframes flyOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes flyOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3); } }

@-webkit-keyframes flyOutUp {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0); } }

@keyframes flyOutUp {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0); } }

@-webkit-keyframes flyOutDown {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0); } }

@keyframes flyOutDown {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0); } }

@-webkit-keyframes flyOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0); } }

@keyframes flyOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0); } }

@-webkit-keyframes flyOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0); } }

@keyframes flyOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0); } }

.transition.slide.in, .transition[class*="slide down"].in {
  -webkit-animation-name: slideInY;
  animation-name: slideInY;
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center; }

.transition[class*="slide up"].in {
  -webkit-animation-name: slideInY;
  animation-name: slideInY;
  -webkit-transform-origin: bottom center;
      -ms-transform-origin: bottom center;
          transform-origin: bottom center; }

.transition[class*="slide left"].in {
  -webkit-animation-name: slideInX;
  animation-name: slideInX;
  -webkit-transform-origin: center right;
      -ms-transform-origin: center right;
          transform-origin: center right; }

.transition[class*="slide right"].in {
  -webkit-animation-name: slideInX;
  animation-name: slideInX;
  -webkit-transform-origin: center left;
      -ms-transform-origin: center left;
          transform-origin: center left; }

.transition.slide.out, .transition[class*="slide down"].out {
  -webkit-animation-name: slideOutY;
  animation-name: slideOutY;
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center; }

.transition[class*="slide up"].out {
  -webkit-animation-name: slideOutY;
  animation-name: slideOutY;
  -webkit-transform-origin: bottom center;
      -ms-transform-origin: bottom center;
          transform-origin: bottom center; }

.transition[class*="slide left"].out {
  -webkit-animation-name: slideOutX;
  animation-name: slideOutX;
  -webkit-transform-origin: center right;
      -ms-transform-origin: center right;
          transform-origin: center right; }

.transition[class*="slide right"].out {
  -webkit-animation-name: slideOutX;
  animation-name: slideOutX;
  -webkit-transform-origin: center left;
      -ms-transform-origin: center left;
          transform-origin: center left; }

@-webkit-keyframes slideInY {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0);
            transform: scaleY(0); }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1); } }

@keyframes slideInY {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0);
            transform: scaleY(0); }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1); } }

@-webkit-keyframes slideInX {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0); }
  100% {
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1); } }

@keyframes slideInX {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0); }
  100% {
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1); } }

@-webkit-keyframes slideOutY {
  0% {
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1); }
  100% {
    opacity: 0;
    -webkit-transform: scaleY(0);
            transform: scaleY(0); } }

@keyframes slideOutY {
  0% {
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1); }
  100% {
    opacity: 0;
    -webkit-transform: scaleY(0);
            transform: scaleY(0); } }

@-webkit-keyframes slideOutX {
  0% {
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1); }
  100% {
    opacity: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0); } }

@keyframes slideOutX {
  0% {
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1); }
  100% {
    opacity: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0); } }

.transition.swing {
  -webkit-animation-duration: .8s;
  animation-duration: .8s; }

.transition[class*="swing down"].in {
  -webkit-animation-name: swingInX;
  animation-name: swingInX;
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center; }

.transition[class*="swing up"].in {
  -webkit-animation-name: swingInX;
  animation-name: swingInX;
  -webkit-transform-origin: bottom center;
      -ms-transform-origin: bottom center;
          transform-origin: bottom center; }

.transition[class*="swing left"].in {
  -webkit-animation-name: swingInY;
  animation-name: swingInY;
  -webkit-transform-origin: center right;
      -ms-transform-origin: center right;
          transform-origin: center right; }

.transition[class*="swing right"].in {
  -webkit-animation-name: swingInY;
  animation-name: swingInY;
  -webkit-transform-origin: center left;
      -ms-transform-origin: center left;
          transform-origin: center left; }

.transition.swing.out, .transition[class*="swing down"].out {
  -webkit-animation-name: swingOutX;
  animation-name: swingOutX;
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center; }

.transition[class*="swing up"].out {
  -webkit-animation-name: swingOutX;
  animation-name: swingOutX;
  -webkit-transform-origin: bottom center;
      -ms-transform-origin: bottom center;
          transform-origin: bottom center; }

.transition[class*="swing left"].out {
  -webkit-animation-name: swingOutY;
  animation-name: swingOutY;
  -webkit-transform-origin: center right;
      -ms-transform-origin: center right;
          transform-origin: center right; }

.transition[class*="swing right"].out {
  -webkit-animation-name: swingOutY;
  animation-name: swingOutY;
  -webkit-transform-origin: center left;
      -ms-transform-origin: center left;
          transform-origin: center left; }

@-webkit-keyframes swingInX {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
            transform: perspective(1000px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(1000px) rotateX(-30deg);
            transform: perspective(1000px) rotateX(-30deg);
    opacity: 1; }
  60% {
    -webkit-transform: perspective(1000px) rotateX(15deg);
            transform: perspective(1000px) rotateX(15deg); }
  80% {
    -webkit-transform: perspective(1000px) rotateX(-7.5deg);
            transform: perspective(1000px) rotateX(-7.5deg); }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0);
            transform: perspective(1000px) rotateX(0); } }

@keyframes swingInX {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
            transform: perspective(1000px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(1000px) rotateX(-30deg);
            transform: perspective(1000px) rotateX(-30deg);
    opacity: 1; }
  60% {
    -webkit-transform: perspective(1000px) rotateX(15deg);
            transform: perspective(1000px) rotateX(15deg); }
  80% {
    -webkit-transform: perspective(1000px) rotateX(-7.5deg);
            transform: perspective(1000px) rotateX(-7.5deg); }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0);
            transform: perspective(1000px) rotateX(0); } }

@-webkit-keyframes swingInY {
  0% {
    -webkit-transform: perspective(1000px) rotateY(-90deg);
            transform: perspective(1000px) rotateY(-90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(1000px) rotateY(30deg);
            transform: perspective(1000px) rotateY(30deg);
    opacity: 1; }
  60% {
    -webkit-transform: perspective(1000px) rotateY(-17.5deg);
            transform: perspective(1000px) rotateY(-17.5deg); }
  80% {
    -webkit-transform: perspective(1000px) rotateY(7.5deg);
            transform: perspective(1000px) rotateY(7.5deg); }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0);
            transform: perspective(1000px) rotateY(0); } }

@keyframes swingInY {
  0% {
    -webkit-transform: perspective(1000px) rotateY(-90deg);
            transform: perspective(1000px) rotateY(-90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(1000px) rotateY(30deg);
            transform: perspective(1000px) rotateY(30deg);
    opacity: 1; }
  60% {
    -webkit-transform: perspective(1000px) rotateY(-17.5deg);
            transform: perspective(1000px) rotateY(-17.5deg); }
  80% {
    -webkit-transform: perspective(1000px) rotateY(7.5deg);
            transform: perspective(1000px) rotateY(7.5deg); }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0);
            transform: perspective(1000px) rotateY(0); } }

@-webkit-keyframes swingOutX {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0);
            transform: perspective(1000px) rotateX(0); }
  40% {
    -webkit-transform: perspective(1000px) rotateX(-7.5deg);
            transform: perspective(1000px) rotateX(-7.5deg); }
  60% {
    -webkit-transform: perspective(1000px) rotateX(17.5deg);
            transform: perspective(1000px) rotateX(17.5deg); }
  80% {
    -webkit-transform: perspective(1000px) rotateX(-30deg);
            transform: perspective(1000px) rotateX(-30deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
            transform: perspective(1000px) rotateX(90deg);
    opacity: 0; } }

@keyframes swingOutX {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0);
            transform: perspective(1000px) rotateX(0); }
  40% {
    -webkit-transform: perspective(1000px) rotateX(-7.5deg);
            transform: perspective(1000px) rotateX(-7.5deg); }
  60% {
    -webkit-transform: perspective(1000px) rotateX(17.5deg);
            transform: perspective(1000px) rotateX(17.5deg); }
  80% {
    -webkit-transform: perspective(1000px) rotateX(-30deg);
            transform: perspective(1000px) rotateX(-30deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
            transform: perspective(1000px) rotateX(90deg);
    opacity: 0; } }

@-webkit-keyframes swingOutY {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0);
            transform: perspective(1000px) rotateY(0); }
  40% {
    -webkit-transform: perspective(1000px) rotateY(7.5deg);
            transform: perspective(1000px) rotateY(7.5deg); }
  60% {
    -webkit-transform: perspective(1000px) rotateY(-10deg);
            transform: perspective(1000px) rotateY(-10deg); }
  80% {
    -webkit-transform: perspective(1000px) rotateY(30deg);
            transform: perspective(1000px) rotateY(30deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(1000px) rotateY(-90deg);
            transform: perspective(1000px) rotateY(-90deg);
    opacity: 0; } }

@keyframes swingOutY {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0);
            transform: perspective(1000px) rotateY(0); }
  40% {
    -webkit-transform: perspective(1000px) rotateY(7.5deg);
            transform: perspective(1000px) rotateY(7.5deg); }
  60% {
    -webkit-transform: perspective(1000px) rotateY(-10deg);
            transform: perspective(1000px) rotateY(-10deg); }
  80% {
    -webkit-transform: perspective(1000px) rotateY(30deg);
            transform: perspective(1000px) rotateY(30deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(1000px) rotateY(-90deg);
            transform: perspective(1000px) rotateY(-90deg);
    opacity: 0; } }

.transition.zoom.in {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

.transition.zoom.out {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomIn {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes zoomIn {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    opacity: 1;
    -webkit-transform: scale(0);
            transform: scale(0); } }

@keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    opacity: 1;
    -webkit-transform: scale(0);
            transform: scale(0); } }

.flash.transition {
  -webkit-animation-duration: 750ms;
  animation-duration: 750ms;
  -webkit-animation-name: flash;
  animation-name: flash; }

.shake.transition {
  -webkit-animation-duration: 750ms;
  animation-duration: 750ms;
  -webkit-animation-name: shake;
  animation-name: shake; }

.bounce.transition {
  -webkit-animation-duration: 750ms;
  animation-duration: 750ms;
  -webkit-animation-name: bounce;
  animation-name: bounce; }

.tada.transition {
  -webkit-animation-duration: 750ms;
  animation-duration: 750ms;
  -webkit-animation-name: tada;
  animation-name: tada; }

.pulse.transition {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-name: pulse;
  animation-name: pulse; }

.jiggle.transition {
  -webkit-animation-duration: 750ms;
  animation-duration: 750ms;
  -webkit-animation-name: jiggle;
  animation-name: jiggle; }

.transition.glow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.transition.glow {
  -webkit-animation-name: glow;
  animation-name: glow; }

@-webkit-keyframes flash {
  0%, 100%, 50% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@keyframes flash {
  0%, 100%, 50% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px); } }

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px); } }

@-webkit-keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px); } }

@keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px); } }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
            transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
            transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
            transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0); } }

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
            transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
            transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
            transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0); } }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: .7; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: .7; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

@-webkit-keyframes jiggle {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }

@keyframes jiggle {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }

@-webkit-keyframes glow {
  0% {
    background-color: #fcfcfd; }
  30% {
    background-color: #fff6cd; }
  100% {
    background-color: #fcfcfd; } }

@keyframes glow {
  0% {
    background-color: #fcfcfd; }
  30% {
    background-color: #fff6cd; }
  100% {
    background-color: #fcfcfd; } }

/*!
 * # Semantic UI 2.5.0 - Dropdown
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
.ui.dropdown {
  cursor: pointer;
  position: relative;
  display: inline-block;
  outline: 0;
  text-align: left;
  -webkit-transition: width .1s ease,-webkit-box-shadow .1s ease;
  transition: width .1s ease,-webkit-box-shadow .1s ease;
  -o-transition: box-shadow .1s ease,width .1s ease;
  transition: box-shadow .1s ease,width .1s ease;
  transition: box-shadow .1s ease,width .1s ease,-webkit-box-shadow .1s ease;
  -webkit-tap-highlight-color: transparent; }

.ui.dropdown .menu {
  cursor: auto;
  position: absolute;
  display: none;
  outline: 0;
  top: 100%;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  margin: 0;
  padding: 0 0;
  background: #fff;
  font-size: 1em;
  text-shadow: none;
  text-align: left;
  -webkit-box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
          box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
  border: 1px solid rgba(34, 36, 38, 0.15);
  border-radius: .28571429rem;
  -webkit-transition: opacity .1s ease;
  -o-transition: opacity .1s ease;
  transition: opacity .1s ease;
  z-index: 11;
  will-change: transform,opacity; }

.ui.dropdown .menu > * {
  white-space: nowrap; }

.ui.dropdown > input:not(.search):first-child, .ui.dropdown > select {
  display: none !important; }

.ui.dropdown > .dropdown.icon {
  position: relative;
  width: auto;
  font-size: .85714286em;
  margin: 0 0 0 1em; }

.ui.dropdown .menu > .item .dropdown.icon {
  width: auto;
  float: right;
  margin: 0 0 0 1em; }

.ui.dropdown .menu > .item .dropdown.icon + .text {
  margin-right: 1em; }

.ui.dropdown > .text {
  display: inline-block;
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

.ui.dropdown .menu > .item {
  position: relative;
  cursor: pointer;
  display: block;
  border: none;
  height: auto;
  text-align: left;
  border-top: none;
  line-height: 1em;
  color: rgba(0, 0, 0, 0.87);
  padding: 0.78571rem 1.14286rem !important;
  font-size: 1rem;
  text-transform: none;
  font-weight: 400;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-touch-callout: none; }

.ui.dropdown .menu > .item:first-child {
  border-top-width: 0; }

.ui.dropdown .menu .item > [class*="right floated"], .ui.dropdown > .text > [class*="right floated"] {
  float: right !important;
  margin-right: 0 !important;
  margin-left: 1em !important; }

.ui.dropdown .menu .item > [class*="left floated"], .ui.dropdown > .text > [class*="left floated"] {
  float: left !important;
  margin-left: 0 !important;
  margin-right: 1em !important; }

.ui.dropdown .menu .item > .flag.floated, .ui.dropdown .menu .item > .icon.floated, .ui.dropdown .menu .item > .image.floated, .ui.dropdown .menu .item > img.floated {
  margin-top: 0; }

.ui.dropdown .menu > .header {
  margin: 1rem 0 .75rem;
  padding: 0 1.14285714rem;
  color: rgba(0, 0, 0, 0.85);
  font-size: .78571429em;
  font-weight: 700;
  text-transform: uppercase; }

.ui.dropdown .menu > .divider {
  border-top: 1px solid rgba(34, 36, 38, 0.1);
  height: 0;
  margin: .5em 0; }

.ui.dropdown.dropdown .menu > .input {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1.14285714rem .78571429rem;
  min-width: 10rem; }

.ui.dropdown .menu > .header + .input {
  margin-top: 0; }

.ui.dropdown .menu > .input:not(.transparent) input {
  padding: .5em 1em; }

.ui.dropdown .menu > .input:not(.transparent) .button, .ui.dropdown .menu > .input:not(.transparent) .icon, .ui.dropdown .menu > .input:not(.transparent) .label {
  padding-top: .5em;
  padding-bottom: .5em; }

.ui.dropdown .menu > .item > .description, .ui.dropdown > .text > .description {
  float: right;
  margin: 0 0 0 1em;
  color: rgba(0, 0, 0, 0.4); }

.ui.dropdown .menu > .message {
  padding: .78571429rem 1.14285714rem;
  font-weight: 400; }

.ui.dropdown .menu > .message:not(.ui) {
  color: rgba(0, 0, 0, 0.4); }

.ui.dropdown .menu .menu {
  top: 0 !important;
  left: 100%;
  right: auto;
  margin: 0 0 0 -0.5em !important;
  border-radius: 0.28571rem !important;
  z-index: 21 !important; }

.ui.dropdown .menu .menu:after {
  display: none; }

.ui.dropdown > .text > .flag, .ui.dropdown > .text > .icon, .ui.dropdown > .text > .image, .ui.dropdown > .text > .label, .ui.dropdown > .text > img {
  margin-top: 0; }

.ui.dropdown .menu > .item > .flag, .ui.dropdown .menu > .item > .icon, .ui.dropdown .menu > .item > .image, .ui.dropdown .menu > .item > .label, .ui.dropdown .menu > .item > img {
  margin-top: 0; }

.ui.dropdown .menu > .item > .flag, .ui.dropdown .menu > .item > .icon, .ui.dropdown .menu > .item > .image, .ui.dropdown .menu > .item > .label, .ui.dropdown .menu > .item > img, .ui.dropdown > .text > .flag, .ui.dropdown > .text > .icon, .ui.dropdown > .text > .image, .ui.dropdown > .text > .label, .ui.dropdown > .text > img {
  margin-left: 0;
  float: none;
  margin-right: .78571429rem; }

.ui.dropdown .menu > .item > .image, .ui.dropdown .menu > .item > img, .ui.dropdown > .text > .image, .ui.dropdown > .text > img {
  display: inline-block;
  vertical-align: top;
  width: auto;
  margin-top: -.5em;
  margin-bottom: -.5em;
  max-height: 2em; }

.ui.dropdown .ui.menu > .item:before, .ui.menu .ui.dropdown .menu > .item:before {
  display: none; }

.ui.menu .ui.dropdown .menu .active.item {
  border-left: none; }

.ui.buttons > .ui.dropdown:last-child > .menu, .ui.menu .right.dropdown.item > .menu, .ui.menu .right.menu .dropdown:last-child > .menu {
  left: auto;
  right: 0; }

.ui.label.dropdown .menu {
  min-width: 100%; }

.ui.dropdown.icon.button > .dropdown.icon {
  margin: 0; }

.ui.button.dropdown .menu {
  min-width: 100%; }

.ui.selection.dropdown {
  cursor: pointer;
  word-wrap: break-word;
  line-height: 1em;
  white-space: normal;
  outline: 0;
  -webkit-transform: rotateZ(0);
      -ms-transform: rotate(0);
          transform: rotateZ(0);
  min-width: 14em;
  min-height: 2.71428571em;
  background: #fff;
  display: inline-block;
  padding: .78571429em 2.1em .78571429em 1em;
  color: rgba(0, 0, 0, 0.87);
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid rgba(34, 36, 38, 0.15);
  border-radius: .28571429rem;
  -webkit-transition: width .1s ease,-webkit-box-shadow .1s ease;
  transition: width .1s ease,-webkit-box-shadow .1s ease;
  -o-transition: box-shadow .1s ease,width .1s ease;
  transition: box-shadow .1s ease,width .1s ease;
  transition: box-shadow .1s ease,width .1s ease,-webkit-box-shadow .1s ease; }

.ui.selection.dropdown.active, .ui.selection.dropdown.visible {
  z-index: 10; }

select.ui.dropdown {
  height: 38px;
  padding: .5em;
  border: 1px solid rgba(34, 36, 38, 0.15);
  visibility: visible; }

.ui.selection.dropdown > .delete.icon, .ui.selection.dropdown > .dropdown.icon, .ui.selection.dropdown > .search.icon {
  cursor: pointer;
  position: absolute;
  width: auto;
  height: auto;
  line-height: 1.21428571em;
  top: .78571429em;
  right: 1em;
  z-index: 3;
  margin: -.78571429em;
  padding: .91666667em;
  opacity: .8;
  -webkit-transition: opacity .1s ease;
  -o-transition: opacity .1s ease;
  transition: opacity .1s ease; }

.ui.compact.selection.dropdown {
  min-width: 0; }

.ui.selection.dropdown .menu {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  border-top-width: 0 !important;
  width: auto;
  outline: 0;
  margin: 0 -1px;
  min-width: calc(100% + 2px);
  width: calc(100% + 2px);
  border-radius: 0 0 .28571429rem .28571429rem;
  -webkit-box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
          box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
  -webkit-transition: opacity .1s ease;
  -o-transition: opacity .1s ease;
  transition: opacity .1s ease; }

.ui.selection.dropdown .menu:after, .ui.selection.dropdown .menu:before {
  display: none; }

.ui.selection.dropdown .menu > .message {
  padding: .78571429rem 1.14285714rem; }

@media only screen and (max-width: 767px) {
  .ui.selection.dropdown .menu {
    max-height: 8.01428571rem; } }

@media only screen and (min-width: 768px) {
  .ui.selection.dropdown .menu {
    max-height: 10.68571429rem; } }

@media only screen and (min-width: 992px) {
  .ui.selection.dropdown .menu {
    max-height: 16.02857143rem; } }

@media only screen and (min-width: 1920px) {
  .ui.selection.dropdown .menu {
    max-height: 21.37142857rem; } }

.ui.selection.dropdown .menu > .item {
  border-top: 1px solid #fafafa;
  padding: 0.78571rem 1.14286rem !important;
  white-space: normal;
  word-wrap: normal; }

.ui.selection.dropdown .menu > .hidden.addition.item {
  display: none; }

.ui.selection.dropdown:hover {
  border-color: rgba(34, 36, 38, 0.35);
  -webkit-box-shadow: none;
          box-shadow: none; }

.ui.selection.active.dropdown {
  border-color: #96c8da;
  -webkit-box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
          box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15); }

.ui.selection.active.dropdown .menu {
  border-color: #96c8da;
  -webkit-box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
          box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15); }

.ui.selection.dropdown:focus {
  border-color: #96c8da;
  -webkit-box-shadow: none;
          box-shadow: none; }

.ui.selection.dropdown:focus .menu {
  border-color: #96c8da;
  -webkit-box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
          box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15); }

.ui.selection.visible.dropdown > .text:not(.default) {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8); }

.ui.selection.active.dropdown:hover {
  border-color: #96c8da;
  -webkit-box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
          box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15); }

.ui.selection.active.dropdown:hover .menu {
  border-color: #96c8da;
  -webkit-box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
          box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15); }

.ui.active.selection.dropdown > .dropdown.icon, .ui.visible.selection.dropdown > .dropdown.icon {
  opacity: '';
  z-index: 3; }

.ui.active.selection.dropdown {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.ui.active.empty.selection.dropdown {
  border-radius: 0.28571rem !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.ui.active.empty.selection.dropdown .menu {
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.ui.search.dropdown {
  min-width: ''; }

.ui.search.dropdown > input.search {
  background: none transparent !important;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  cursor: text;
  top: 0;
  left: 1px;
  width: 100%;
  outline: 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  padding: inherit; }

.ui.search.dropdown > input.search {
  position: absolute;
  z-index: 2; }

.ui.search.dropdown > .text {
  cursor: text;
  position: relative;
  left: 1px;
  z-index: 3; }

.ui.search.selection.dropdown > input.search {
  line-height: 1.21428571em;
  padding: .67857143em 2.1em .67857143em 1em; }

.ui.search.selection.dropdown > span.sizer {
  line-height: 1.21428571em;
  padding: .67857143em 2.1em .67857143em 1em;
  display: none;
  white-space: pre; }

.ui.search.dropdown.active > input.search, .ui.search.dropdown.visible > input.search {
  cursor: auto; }

.ui.search.dropdown.active > .text, .ui.search.dropdown.visible > .text {
  pointer-events: none; }

.ui.active.search.dropdown input.search:focus + .text .flag, .ui.active.search.dropdown input.search:focus + .text .icon {
  opacity: .45; }

.ui.active.search.dropdown input.search:focus + .text {
  color: rgba(115, 115, 115, 0.87) !important; }

.ui.search.dropdown .menu {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: touch; }

@media only screen and (max-width: 767px) {
  .ui.search.dropdown .menu {
    max-height: 8.01428571rem; } }

@media only screen and (min-width: 768px) {
  .ui.search.dropdown .menu {
    max-height: 10.68571429rem; } }

@media only screen and (min-width: 992px) {
  .ui.search.dropdown .menu {
    max-height: 16.02857143rem; } }

@media only screen and (min-width: 1920px) {
  .ui.search.dropdown .menu {
    max-height: 21.37142857rem; } }

.ui.multiple.dropdown {
  padding: .22619048em 2.1em .22619048em .35714286em; }

.ui.multiple.dropdown .menu {
  cursor: auto; }

.ui.multiple.search.dropdown, .ui.multiple.search.dropdown > input.search {
  cursor: text; }

.ui.multiple.dropdown > .label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  font-size: 1em;
  padding: .35714286em .78571429em;
  margin: .14285714rem .28571429rem .14285714rem 0;
  -webkit-box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.15) inset;
          box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.15) inset; }

.ui.multiple.dropdown .dropdown.icon {
  margin: '';
  padding: ''; }

.ui.multiple.dropdown > .text {
  position: static;
  padding: 0;
  max-width: 100%;
  margin: .45238095em 0 .45238095em .64285714em;
  line-height: 1.21428571em; }

.ui.multiple.dropdown > .label ~ input.search {
  margin-left: 0.14286em !important; }

.ui.multiple.dropdown > .label ~ .text {
  display: none; }

.ui.multiple.search.dropdown > .text {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  padding: inherit;
  margin: .45238095em 0 .45238095em .64285714em;
  line-height: 1.21428571em; }

.ui.multiple.search.dropdown > .label ~ .text {
  display: none; }

.ui.multiple.search.dropdown > input.search {
  position: static;
  padding: 0;
  max-width: 100%;
  margin: .45238095em 0 .45238095em .64285714em;
  width: 2.2em;
  line-height: 1.21428571em; }

.ui.inline.dropdown {
  cursor: pointer;
  display: inline-block;
  color: inherit; }

.ui.inline.dropdown .dropdown.icon {
  margin: 0 .21428571em 0 .21428571em;
  vertical-align: baseline; }

.ui.inline.dropdown > .text {
  font-weight: 700; }

.ui.inline.dropdown .menu {
  cursor: auto;
  margin-top: .21428571em;
  border-radius: .28571429rem; }

.ui.dropdown .menu .active.item {
  background: 0 0;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.95);
  -webkit-box-shadow: none;
          box-shadow: none;
  z-index: 12; }

.ui.dropdown .menu > .item:hover {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.95);
  z-index: 13; }

.ui.loading.dropdown > i.icon {
  height: 1em !important; }

.ui.loading.selection.dropdown > i.icon {
  padding: 1.5em 1.28571em !important; }

.ui.loading.dropdown > i.icon:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin: -.64285714em 0 0 -.64285714em;
  width: 1.28571429em;
  height: 1.28571429em;
  border-radius: 500rem;
  border: 0.2em solid rgba(0, 0, 0, 0.1); }

.ui.loading.dropdown > i.icon:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  -webkit-box-shadow: 0 0 0 1px transparent;
          box-shadow: 0 0 0 1px transparent;
  margin: -.64285714em 0 0 -.64285714em;
  width: 1.28571429em;
  height: 1.28571429em;
  -webkit-animation: dropdown-spin .6s linear;
  animation: dropdown-spin .6s linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  border-radius: 500rem;
  border-color: #767676 transparent transparent;
  border-style: solid;
  border-width: .2em; }

.ui.loading.dropdown.button > i.icon:after, .ui.loading.dropdown.button > i.icon:before {
  display: none; }

@-webkit-keyframes dropdown-spin {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes dropdown-spin {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.ui.default.dropdown:not(.button) > .text, .ui.dropdown:not(.button) > .default.text {
  color: rgba(191, 191, 191, 0.87); }

.ui.default.dropdown:not(.button) > input:focus ~ .text, .ui.dropdown:not(.button) > input:focus ~ .default.text {
  color: rgba(115, 115, 115, 0.87); }

.ui.loading.dropdown > .text {
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

.ui.dropdown .loading.menu {
  display: block;
  visibility: hidden;
  z-index: -1; }

.ui.dropdown > .loading.menu {
  left: 0 !important;
  right: auto !important; }

.ui.dropdown > .menu .loading.menu {
  left: 100% !important;
  right: auto !important; }

.ui.dropdown .menu .selected.item, .ui.dropdown.selected {
  background: rgba(0, 0, 0, 0.03);
  color: rgba(0, 0, 0, 0.95); }

.ui.dropdown > .filtered.text {
  visibility: hidden; }

.ui.dropdown .filtered.item {
  display: none !important; }

.ui.dropdown.error, .ui.dropdown.error > .default.text, .ui.dropdown.error > .text {
  color: #9f3a38; }

.ui.selection.dropdown.error {
  background: #fff6f6;
  border-color: #e0b4b4; }

.ui.selection.dropdown.error:hover {
  border-color: #e0b4b4; }

.ui.dropdown.error > .menu, .ui.dropdown.error > .menu .menu {
  border-color: #e0b4b4; }

.ui.dropdown.error > .menu > .item {
  color: #9f3a38; }

.ui.multiple.selection.error.dropdown > .label {
  border-color: #e0b4b4; }

.ui.dropdown.error > .menu > .item:hover {
  background-color: #fff2f2; }

.ui.dropdown.error > .menu .active.item {
  background-color: #fdcfcf; }

.ui.dropdown > .clear.dropdown.icon {
  opacity: .8;
  -webkit-transition: opacity .1s ease;
  -o-transition: opacity .1s ease;
  transition: opacity .1s ease; }

.ui.dropdown > .clear.dropdown.icon:hover {
  opacity: 1; }

.ui.disabled.dropdown, .ui.dropdown .menu > .disabled.item {
  cursor: default;
  pointer-events: none;
  opacity: .45; }

.ui.dropdown .menu {
  left: 0; }

.ui.dropdown .menu .right.menu, .ui.dropdown .right.menu > .menu {
  left: 100% !important;
  right: auto !important;
  border-radius: 0.28571rem !important; }

.ui.dropdown > .left.menu {
  left: auto !important;
  right: 0 !important; }

.ui.dropdown .menu .left.menu, .ui.dropdown > .left.menu .menu {
  left: auto;
  right: 100%;
  margin: 0 -0.5em 0 0 !important;
  border-radius: 0.28571rem !important; }

.ui.dropdown .item .left.dropdown.icon, .ui.dropdown .left.menu .item .dropdown.icon {
  width: auto;
  float: left;
  margin: 0; }

.ui.dropdown .item .left.dropdown.icon, .ui.dropdown .left.menu .item .dropdown.icon {
  width: auto;
  float: left;
  margin: 0; }

.ui.dropdown .item .left.dropdown.icon + .text, .ui.dropdown .left.menu .item .dropdown.icon + .text {
  margin-left: 1em;
  margin-right: 0; }

.ui.upward.dropdown > .menu {
  top: auto;
  bottom: 100%;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.08);
  border-radius: .28571429rem .28571429rem 0 0; }

.ui.dropdown .upward.menu {
  top: auto !important;
  bottom: 0 !important; }

.ui.simple.upward.active.dropdown, .ui.simple.upward.dropdown:hover {
  border-radius: 0.28571rem 0.28571rem 0 0 !important; }

.ui.upward.dropdown.button:not(.pointing):not(.floating).active {
  border-radius: .28571429rem .28571429rem 0 0; }

.ui.upward.selection.dropdown .menu {
  border-top-width: 1px !important;
  border-bottom-width: 0 !important;
  -webkit-box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.08); }

.ui.upward.selection.dropdown:hover {
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.05); }

.ui.active.upward.selection.dropdown {
  border-radius: 0 0 0.28571rem 0.28571rem !important; }

.ui.upward.selection.dropdown.visible {
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.08);
  border-radius: 0 0 0.28571rem 0.28571rem !important; }

.ui.upward.active.selection.dropdown:hover {
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.05); }

.ui.upward.active.selection.dropdown:hover .menu {
  -webkit-box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.08); }

.ui.dropdown .scrolling.menu, .ui.scrolling.dropdown .menu {
  overflow-x: hidden;
  overflow-y: auto; }

.ui.scrolling.dropdown .menu {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  min-width: 100% !important;
  width: auto !important; }

.ui.dropdown .scrolling.menu {
  position: static;
  overflow-y: auto;
  border: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 0 !important;
  margin: 0 !important;
  min-width: 100% !important;
  width: auto !important;
  border-top: 1px solid rgba(34, 36, 38, 0.15); }

.ui.dropdown .scrolling.menu > .item.item.item, .ui.scrolling.dropdown .menu .item.item.item {
  border-top: none; }

.ui.dropdown .scrolling.menu .item:first-child, .ui.scrolling.dropdown .menu .item:first-child {
  border-top: none; }

.ui.dropdown > .animating.menu .scrolling.menu, .ui.dropdown > .visible.menu .scrolling.menu {
  display: block; }

.award__cats-section .d__grid.grid__12 {
    gap: 0px; }

@media all and (-ms-high-contrast: none) {
  .ui.dropdown .scrolling.menu, .ui.scrolling.dropdown .menu {
    min-width: calc(100% - 17px); } }

@media only screen and (max-width: 767px) {
  .ui.dropdown .scrolling.menu, .ui.scrolling.dropdown .menu {
    max-height: 10.28571429rem; } }

@media only screen and (min-width: 768px) {
  .ui.dropdown .scrolling.menu, .ui.scrolling.dropdown .menu {
    max-height: 15.42857143rem; } }

@media only screen and (min-width: 992px) {
  .ui.dropdown .scrolling.menu, .ui.scrolling.dropdown .menu {
    max-height: 20.57142857rem; } }

@media only screen and (min-width: 1920px) {
  .ui.dropdown .scrolling.menu, .ui.scrolling.dropdown .menu {
    max-height: 20.57142857rem; } }

.ui.simple.dropdown .menu:after, .ui.simple.dropdown .menu:before {
  display: none; }

.ui.simple.dropdown .menu {
  position: absolute;
  display: block;
  overflow: hidden;
  top: -9999px !important;
  opacity: 0;
  width: 0;
  height: 0;
  -webkit-transition: opacity .1s ease;
  -o-transition: opacity .1s ease;
  transition: opacity .1s ease; }

.ui.simple.active.dropdown, .ui.simple.dropdown:hover {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.ui.simple.active.dropdown > .menu, .ui.simple.dropdown:hover > .menu {
  overflow: visible;
  width: auto;
  height: auto;
  top: 100% !important;
  opacity: 1; }

.ui.simple.dropdown:hover > .menu > .item:hover > .menu, .ui.simple.dropdown > .menu > .item:active > .menu {
  overflow: visible;
  width: auto;
  height: auto;
  top: 0 !important;
  left: 100% !important;
  opacity: 1; }

.ui.simple.disabled.dropdown:hover .menu {
  display: none;
  height: 0;
  width: 0;
  overflow: hidden; }

.ui.simple.visible.dropdown > .menu {
  display: block; }

.ui.fluid.dropdown {
  display: block;
  width: 100%;
  min-width: 0; }

.ui.fluid.dropdown > .dropdown.icon {
  float: right; }

.ui.floating.dropdown .menu {
  left: 0;
  right: auto;
  -webkit-box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15) !important;
          box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15) !important;
  border-radius: 0.28571rem !important; }

.ui.floating.dropdown > .menu {
  margin-top: 0.5em !important;
  border-radius: 0.28571rem !important; }

.ui.pointing.dropdown > .menu {
  top: 100%;
  margin-top: .78571429rem;
  border-radius: .28571429rem; }

.ui.pointing.dropdown > .menu:after {
  display: block;
  position: absolute;
  pointer-events: none;
  content: '';
  visibility: visible;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  width: .5em;
  height: .5em;
  -webkit-box-shadow: -1px -1px 0 0 rgba(34, 36, 38, 0.15);
          box-shadow: -1px -1px 0 0 rgba(34, 36, 38, 0.15);
  background: #fff;
  z-index: 2; }

.ui.pointing.dropdown > .menu:after {
  top: -.25em;
  left: 50%;
  margin: 0 0 0 -.25em; }

.ui.top.left.pointing.dropdown > .menu {
  top: 100%;
  bottom: auto;
  left: 0;
  right: auto;
  margin: 1em 0 0; }

.ui.top.left.pointing.dropdown > .menu {
  top: 100%;
  bottom: auto;
  left: 0;
  right: auto;
  margin: 1em 0 0; }

.ui.top.left.pointing.dropdown > .menu:after {
  top: -.25em;
  left: 1em;
  right: auto;
  margin: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.ui.top.right.pointing.dropdown > .menu {
  top: 100%;
  bottom: auto;
  right: 0;
  left: auto;
  margin: 1em 0 0; }

.ui.top.pointing.dropdown > .left.menu:after, .ui.top.right.pointing.dropdown > .menu:after {
  top: -.25em;
  left: auto !important;
  right: 1em !important;
  margin: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.ui.left.pointing.dropdown > .menu {
  top: 0;
  left: 100%;
  right: auto;
  margin: 0 0 0 1em; }

.ui.left.pointing.dropdown > .menu:after {
  top: 1em;
  left: -.25em;
  margin: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.ui.left:not(.top):not(.bottom).pointing.dropdown > .left.menu {
  left: auto !important;
  right: 100% !important;
  margin: 0 1em 0 0; }

.ui.left:not(.top):not(.bottom).pointing.dropdown > .left.menu:after {
  top: 1em;
  left: auto;
  right: -.25em;
  margin: 0;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg); }

.ui.right.pointing.dropdown > .menu {
  top: 0;
  left: auto;
  right: 100%;
  margin: 0 1em 0 0; }

.ui.right.pointing.dropdown > .menu:after {
  top: 1em;
  left: auto;
  right: -.25em;
  margin: 0;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg); }

.ui.bottom.pointing.dropdown > .menu {
  top: auto;
  bottom: 100%;
  left: 0;
  right: auto;
  margin: 0 0 1em; }

.ui.bottom.pointing.dropdown > .menu:after {
  top: auto;
  bottom: -.25em;
  right: auto;
  margin: 0;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg); }

.ui.bottom.pointing.dropdown > .menu .menu {
  top: auto !important;
  bottom: 0 !important; }

.ui.bottom.left.pointing.dropdown > .menu {
  left: 0;
  right: auto; }

.ui.bottom.left.pointing.dropdown > .menu:after {
  left: 1em;
  right: auto; }

.ui.bottom.right.pointing.dropdown > .menu {
  right: 0;
  left: auto; }

.ui.bottom.right.pointing.dropdown > .menu:after {
  left: auto;
  right: 1em; }

.ui.pointing.upward.dropdown .menu, .ui.top.pointing.upward.dropdown .menu {
  top: auto !important;
  bottom: 100% !important;
  margin: 0 0 .78571429rem;
  border-radius: .28571429rem; }

.ui.pointing.upward.dropdown .menu:after, .ui.top.pointing.upward.dropdown .menu:after {
  top: 100% !important;
  bottom: auto !important;
  -webkit-box-shadow: 1px 1px 0 0 rgba(34, 36, 38, 0.15);
          box-shadow: 1px 1px 0 0 rgba(34, 36, 38, 0.15);
  margin: -.25em 0 0; }

.ui.right.pointing.upward.dropdown:not(.top):not(.bottom) .menu {
  top: auto !important;
  bottom: 0 !important;
  margin: 0 1em 0 0; }

.ui.right.pointing.upward.dropdown:not(.top):not(.bottom) .menu:after {
  top: auto !important;
  bottom: 0 !important;
  margin: 0 0 1em 0;
  -webkit-box-shadow: -1px -1px 0 0 rgba(34, 36, 38, 0.15);
          box-shadow: -1px -1px 0 0 rgba(34, 36, 38, 0.15); }

.ui.left.pointing.upward.dropdown:not(.top):not(.bottom) .menu {
  top: auto !important;
  bottom: 0 !important;
  margin: 0 0 0 1em; }

.ui.left.pointing.upward.dropdown:not(.top):not(.bottom) .menu:after {
  top: auto !important;
  bottom: 0 !important;
  margin: 0 0 1em 0;
  -webkit-box-shadow: -1px -1px 0 0 rgba(34, 36, 38, 0.15);
          box-shadow: -1px -1px 0 0 rgba(34, 36, 38, 0.15); }

@font-face {
  font-family: Dropdown;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAVgAA8AAAAACFAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABWAAAABwAAAAchGgaq0dERUYAAAF0AAAAHAAAAB4AJwAPT1MvMgAAAZAAAABDAAAAVnW4TJdjbWFwAAAB1AAAAEsAAAFS8CcaqmN2dCAAAAIgAAAABAAAAAQAEQFEZ2FzcAAAAiQAAAAIAAAACP//AANnbHlmAAACLAAAAQoAAAGkrRHP9WhlYWQAAAM4AAAAMAAAADYPK8YyaGhlYQAAA2gAAAAdAAAAJANCAb1obXR4AAADiAAAACIAAAAiCBkAOGxvY2EAAAOsAAAAFAAAABQBnAIybWF4cAAAA8AAAAAfAAAAIAEVAF5uYW1lAAAD4AAAATAAAAKMFGlj5HBvc3QAAAUQAAAARgAAAHJoedjqd2ViZgAABVgAAAAGAAAABrO7W5UAAAABAAAAANXulPUAAAAA1r4hgAAAAADXu2Q1eNpjYGRgYOABYjEgZmJgBEIOIGYB8xgAA/YAN3jaY2BktGOcwMDKwMI4jTGNgYHBHUp/ZZBkaGFgYGJgZWbACgLSXFMYHFT/fLjFeOD/AQY9xjMMbkBhRpAcAN48DQYAeNpjYGBgZoBgGQZGBhDwAfIYwXwWBgMgzQGETAwMqn8+8H649f8/lHX9//9b7Pzf+fWgusCAkY0BzmUE6gHpQwGMDMMeAACbxg7SAAARAUQAAAAB//8AAnjadZBPSsNAGMXfS+yMqYgOhpSuSlKadmUhiVEhEMQzFF22m17BbbvzCh5BXCUn6EG8gjeQ4DepwYo4i+/ffL95j4EDA+CFC7jQuKyIeVHrI3wkleq9F7XrSInKteOeHdda8bOoaeepSc00NWPz/LRec9G8GabyGtEdF7h19z033GAMTK7zbM42xNEZpzYof0RtQ5CUHAQJ73OtVyutc+3b7Ou//b8XNlsPx3jgjUifABdhEohKJJL5iM5p39uqc7X1+sRQSqmGrUVhlsJ4lpmEUVwyT8SUYtg0P9DyNzPADDs+tjrGV6KRCRfsui3eHcL4/p8ZXvfMlcnEU+CLv7hDykOP+AKTPTxbAAB42mNgZGBgAGKuf5KP4vltvjLIMzGAwLV9ig0g+vruFFMQzdjACOJzMIClARh0CTJ42mNgZGBgPPD/AJD8wgAEjA0MjAyogAMAbOQEAQAAAAC7ABEAAAAAAKoAAAH0AAABgAAAAUAACAFAAAgAwAAXAAAAAAAAACoAKgAqADIAbACGAKAAugDSeNpjYGRgYOBkUGFgYgABEMkFhAwM/xn0QAIADdUBdAB42qWQvUoDQRSFv3GjaISUQaymSmGxJoGAsRC0iPYLsU50Y6IxrvlRtPCJJKUPIBb+PIHv4EN4djKuKAqCDHfmu+feOdwZoMCUAJNbAlYUMzaUlM14jjxbngOq7HnOia89z1Pk1vMCa9x7ztPkzfMyJbPj+ZGi6Xp+omxuPD+zaD7meaFg7mb8GrBqHmhwxoAxlm0uiRkpP9X5m26pKRoMxTGR1D49Dv/Yb/91o6l8qL6eu5n2hZQzn68utR9m3FU2cB4t9cdSLG2utI+44Eh/P9bqKO+oJ/WxmXssj77YkrjasZQD6SFddythk3Wtzrf+UF2p076Udla1VNzsERP3kkjVRKel7mp1udXYcHtZSlV7RfmJe1GiFWveluaeKD5/MuJcSk8Tpm/vvwPIbmJleNpjYGKAAFYG7ICTgYGRiZGZkYWRlZGNkZ2Rg5GTLT2nsiDDEEIZsZfmZRqZujmDaDcDAxcI7WIOpS2gtCWUdgQAZkcSmQAAAAFblbO6AAA=) format("woff");
  font-weight: 400;
  font-style: normal; }

.ui.dropdown > .dropdown.icon {
  font-family: Dropdown;
  line-height: 1;
  height: 1em;
  width: 1.23em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-weight: 400;
  font-style: normal;
  text-align: center; }

.ui.dropdown > .dropdown.icon {
  width: auto; }

.ui.dropdown > .dropdown.icon:before {
  content: '\f0d7'; }

.ui.dropdown .menu .item .dropdown.icon:before {
  content: '\f0da'; }

.ui.dropdown .item .left.dropdown.icon:before, .ui.dropdown .left.menu .item .dropdown.icon:before {
  content: "\f0d9"; }

.ui.vertical.menu .dropdown.item > .dropdown.icon:before {
  content: "\f0da"; }

.ui.dropdown > .clear.icon:before {
  content: "\f00d"; }

/* header css start */
header {
  position: -webkit-sticky;
  position: sticky;
  height: 80px;
  top: 0;
  background-color: #FCFCFC;
  z-index: 10; }

.top__menu {
  display: -ms-grid;
  display: grid;
  gap: 40px;
  -ms-grid-columns: (1fr)[12];
  grid-template-columns: repeat(12, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  position: relative;
  z-index: 2;
  background: #FCFCFC; }

.top__menu-nav {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/4; }

.top__menu-nav button {
  border: none;
  background: #FCFCFC;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  cursor: pointer; }

.top__menu-nav button:hover {
  color: #BA893D;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

.top__menu-nav button.menu__active .menu__text {
  display: none; }

.top__menu-nav button.menu__active .close__text {
  display: block;
  color: #BA893D; }

.top__menu-nav button .menu_text {
  display: block; }

.top__menu-nav button .close__text {
  display: none; }

.top__menu-nav button .icon-menu {
  rotate: z 0;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms; }

.top__menu-nav button:hover .icon-menu {
  -webkit-transition: all 450ms;
  -o-transition: all 450ms;
  transition: all 450ms; }

.top__menu-nav button .icon-menu path {
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

.top__menu-nav button:hover .icon-menu path {
  fill: #BA893D;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

.top__menu-nav button.menu__active .icon-menu {
  rotate: z -135deg;
  -webkit-transition: all 450ms;
  -o-transition: all 450ms;
  transition: all 450ms; }

.top__menu-nav button.menu__active .icon-menu path {
  fill: #BA893D;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

.top__menu-logo {
  -ms-grid-column: 4;
  -ms-grid-column-span: 6;
  grid-column: 4/10;
  margin: 0 auto; }

.top__menu-logo a > img {
  width: 113px; }

.top__menu-socials-search {
  -ms-grid-column: 10;
  -ms-grid-column-span: 3;
  grid-column: 10/13; }

.top__menu-socials-search {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 40px; }

.top__menu-logo {
  text-align: center; }

.top__menu-socials {
  display: -ms-grid;
  display: grid;
  gap: 16px;
  -ms-grid-columns: (24px)[2];
  grid-template-columns: repeat(2, 24px); }

.top__menu-drop__down {
  background-color: #FCFCFC;
  position: absolute;
  left: 0px;
  right: 0;
  top: -600px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  transition: all 550ms; }

.top__menu-drop__down.dropdown__active {
  opacity: 1;
  visibility: visible;
  top: 80px;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  transition: all 550ms; }

.top__menu-drop__down__overlay.dropdown__active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  transition: all 550ms; }

/* .drop__down-sections {
  border-top: 1px solid #CFCFCF; } */

/* award__menu start */
.top__menu-drop__down-overlay-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #FCFCFC; }

.top__menu-drop__down-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #161616bc;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  opacity: 0;
  height: 100vh;
  z-index: 2;
  visibility: hidden;
  display: none; }

.top__menu-drop__down-overlay.dropdown__overlay__active {
  opacity: 1;
  visibility: visible;
  display: block;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

.drop__down-top {
  padding: 140px 0;
  border-top: 1px solid #CFCFCF; }

.drop__down-top .award__menu-items li:hover a,.drop__down-top .award__menu-items li.always__active a{
  margin: 0 0;
}

.award__menu {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
  grid-template-columns: repeat(12, 1fr);
  gap: 0px; }

.award__menu-img {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/4;
  position: relative; }

.award__menu-img .img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.award__menu-items {
  -ms-grid-column: 5;
  -ms-grid-column-span: 8;
  grid-column: 5/13;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[8];
  grid-template-columns: repeat(9, 1fr);
  gap: 10px 40px; }

.other__menu {
  -ms-grid-column: 7;
  -ms-grid-column-span: 3;
  grid-column: 7/10;
  margin: 20px 0 0 0; }

.award__menu-heading {
  color: #BA893D;
  text-transform: uppercase;
  -ms-grid-column: 1;
  -ms-grid-column-span: 8;
  grid-column: 1/9; }

.award__menu-items ul {
  position: relative;
  margin: 20px 0 0 0;
  z-index: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 6;
  grid-column: 1/7; }

.award__menu-items li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 0;
  -webkit-transition: 450ms;
  -o-transition: 450ms;
  transition: 450ms; }

.award__menu-items li a {
  left: 0;
  position: relative;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms; }

.award__menu-items li:hover a, .award__menu-items li.always__active a {
  margin: 0 0 0 40px;
  position: relative;
  color: #BA893D;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms; }

.top__menu-drop__down .award__menu-items li a {
  left: 0;
  position: relative;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms; }


.top__menu-drop__down .award__menu-items li.always__active a{
  color: #0C0C0C;
}

.icon-menu__arrow {
  position: absolute;
  left: -220px;
  opacity: 0;
  -webkit-transition: 450ms;
  -o-transition: 450ms;
  transition: 450ms; }

.award__menu-items li:hover .icon-menu__arrow, .award__menu-items li.always__active .icon-menu__arrow {
  left: -131px;
  opacity: 1;
  -webkit-transition: 550ms;
  -o-transition: 550ms;
  transition: 550ms; }

.award__menu-text {
  display: block;
  width: 100%;
  padding: 15px 0; }

.other__menu li {
  padding: 5px 0; }

.other__menu p {
  height: 30px; }

.drop__down-bottom {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-grid-columns: (1fr)[12];
  grid-template-columns: repeat(12, 1fr);
  padding: 0 0 30px 0;
  gap: 0px; }

a.policy {
  display: block;
  -ms-grid-column: 4;
  -ms-grid-column-span: 4;
  grid-column: 5/8; }

.drop__down-bottom .social__links {
  -ms-grid-column: 8;
  -ms-grid-column-span: 5;
  grid-column: 8/13; }

.footer__form .success__msg {
  padding: 20px 0 0 0;
  text-align: left;
}

/* award__menu end */
/* header css end */
/*  RESIZES start */
@media only screen and (min-width: 1440px) and (max-width: 1680px) {
  .award__menu-img {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/5; }
  .award__menu-items {
    -ms-grid-column: 6;
    -ms-grid-column-span: 7;
    grid-column: 6/13; }
  a.policy {
    display: block;
    -ms-grid-column: 5;
    -ms-grid-column-span: 5;
    grid-column: 6/8; }
   }

@media only screen and (max-width: 1440px) {
  .award__menu-img {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/5; }
  .award__menu-items {
    -ms-grid-column: 6;
    -ms-grid-column-span: 7;
    grid-column: 6/13; }
  a.policy {
    display: block;
    -ms-grid-column: 5;
    -ms-grid-column-span: 5;
    grid-column: 6/8; }
  }

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .top__menu {
    display: -ms-grid;
    display: grid;
    gap: 20px; }
  .award__cats-section .col-4__10 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 8;
    grid-column: 5/13; }
  .award__menu-heading {
    -ms-grid-column: 1;
    -ms-grid-column-span: 9;
    grid-column: 1/10; }
  .award__menu, .drop__down-bottom {
    gap: 40px; }
  .award__menu-img {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/5; }
  .award__menu-items {
    -ms-grid-column: 5;
    -ms-grid-column-span: 8;
    grid-column: 5/13;
    gap: 10px 20px;
    -ms-grid-columns: (1fr)[9];
    grid-template-columns: repeat(9, 1fr); }
  .award__menu-items ul {
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1/7; }
  .other__menu {
    -ms-grid-column: 7;
    -ms-grid-column-span: 3;
    grid-column: 7/10; }
  a.policy {
    -ms-grid-column: 4;
    -ms-grid-column-span: 4;
    grid-column: 5/8; }
  .drop__down {
    gap: 20px; } }

@media only screen and (max-width: 1024px) {
  .top__menu {
    display: -ms-grid;
    display: grid;
    gap: 20px; }
  .award__cats-section .col-4__10 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 9;
    grid-column: 4/13; }
  .award__menu-heading {
    -ms-grid-column: 1;
    -ms-grid-column-span: 9;
    grid-column: 1/10; }
  .award__menu, .drop__down-bottom {
    gap: 40px; }
  .award__menu-img {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/5; }
  .award__menu-items {
    -ms-grid-column: 5;
    -ms-grid-column-span: 8;
    grid-column: 5/13;
    gap: 10px 20px;
    -ms-grid-columns: (1fr)[9];
    grid-template-columns: repeat(9, 1fr); }
  .award__menu-items ul {
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1/7; }
  .other__menu {
    -ms-grid-column: 7;
    -ms-grid-column-span: 3;
    grid-column: 7/10; }
  a.policy {
    -ms-grid-column: 4;
    -ms-grid-column-span: 4;
    grid-column: 5/8; }
  .drop__down {
    gap: 20px; } }

@media only screen and (max-width: 960px) {
  .container{padding: 0 10px;}
}

@media only screen and (max-width: 768px) {
  .top__menu {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr); }
  .top__menu-nav {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3; }
  .top__menu-logo {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3/5; }
  .top__menu-socials-search {
    -ms-grid-column: 5;
    -ms-grid-column-span: 2;
    grid-column: 5/7;
    gap: 20px; }
  .top__menu-logo a > img {
    width: 97px; }
  .drop__down-top {
    padding: 50px 0; }
  .award__menu-img {
    display: none; }
  .award__cats-section   .award__menu-img {
    display: block; }
  .award__menu-heading {
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1/7; }
  .award__menu-items {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/13;
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr); }
  .award__menu-items ul {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4; }
  .award__menu {
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1/7; }
  .other__menu {
    -ms-grid-column: 4;
    -ms-grid-column-span: 3;
    grid-column: 5/7; }
  .drop__down-top {
    gap: 10px 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  a.policy {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/5; }
  .drop__down-bottom .social__links {
    -ms-grid-column: 5;
    -ms-grid-column-span: 8;
    grid-column: 5/13;
    -ms-grid-column-align: end;
        justify-self: end; }
  .container{padding: 0 0;}
.about__award-section .grid__cols.col-2__13{
  grid-column: 1/13;
} }

@media only screen and (max-width: 720px) {
  .container{padding: 0 10px;}
}

@media only screen and (max-width: 480px) {
  .award__menu-items li:hover a, .award__menu-items li.always__active a {
    margin: 0 0 0 0; }
  .top__menu {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr); }
  .top__menu-nav {
    -ms-grid-column: 1;
    grid-column: 1; }
  .top__menu-logo {
    -ms-grid-column: 2;
    grid-column: 2; }
  .top__menu-socials-search {
    -ms-grid-column: 3;
    grid-column: 3;
    gap: 20px;
    -ms-grid-columns: auto;
    grid-template-columns: auto; }
  .top__menu-nav_text {
    display: none; }
  .top__menu-socials {
    display: none; }
  .award__menu-items {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/13;
    gap: 30px 20px; }
  .award__menu {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/13; }
  .award__menu-heading {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3; }
  .award__menu-items ul {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3; }
  .other__menu {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 10px 0 0 0; }
  .other__menu ul:first-child {
    -ms-grid-column: 1;
    grid-column: 1; }
  .other__menu ul:last-child {
    -ms-grid-column: 2;
    grid-column: 2; }
  .other__menu p {
    display: none; }
  .other__menu ul a {
    color: #A6A6A6; }
  a.policy {
    -ms-grid-row-align: end;
        align-self: end;
    -ms-grid-column: 1;
    grid-column: 1; }
  .drop__down-bottom {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr); }
  .drop__down-bottom .social__links {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-column-align: end;
        justify-self: end; }
  .drop__down-bottom .social__links ul {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr); }
  .top__menu-drop__down.dropdown__active .container {
    height: 100%; }
  .drop__down-sections {
    height: 100%;
    overflow-y: scroll; }
  .top__menu-drop__down.dropdown__active {
    height: 100%;
    min-height: 90vh;
    overflow-y: scroll; }
  .drop__down-top {
    padding: 30px 0 50px;
    border: none; } 
  .award__menu-text{
    padding: 10px 0;
  }
}

/*  RESIZES end */
/*  award__intro start */
.header {
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 80px 0; }

.header__fvh {
  padding: 0 0;
  height: 100vh;
  margin: -80px 0 -60px;
  display: -ms-grid;
  display: grid;
  padding: 80px 0 0x;
  -ms-flex-line-pack: center;
      align-content: center; }

.arrow__down-section button {
  background: transparent;
  border: none;
  cursor: pointer; }

.line__1 .grid__rows {
  -ms-grid-column: 2;
  -ms-grid-column-span: 11;
  grid-column: 2/13; }

.line__2 .grid__rows {
  -ms-grid-column: 2;
  -ms-grid-column-span: 5;
  grid-column: 2/7; }

.line__3 h1 {
  padding: 0 0 0 60px; }

.arrow__down-section {
  width: 86px;
  position: absolute;
  padding: 0 0;
  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;
  left: 0;
  right: 0;
  bottom: 60px;
  margin: 0 auto; }

.line__3 .text__text-1 {
  width: 270px; }

.header__title-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  height: 110px; }

/*  award__intro end */
/*  anounce start */
.announcements {
  padding: 180px 0 80px 0; }

/* Preload Y video start */
.video__container {
  position: relative;
  margin: 60px 0; }

video {
  width: 100%;
  display: block;
  height: 700px; }

.video__overlay-section {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -ms-flex-line-pack: center;
      align-content: center;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 0; }

.video__overlay {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0; }

.play__video {
  position: relative;
  background: none;
  width: 140px;
  height: 140px;
  border: none;
  cursor: pointer;
  background: url(img/icon-play.svg);
  background-position: 55px center;
  background-repeat: no-repeat;
  background-size: 40px;
  z-index: 2; }

.play__video img {
  -webkit-animation: circleAnimate 25s linear infinite;
          animation: circleAnimate 25s linear infinite; }

@-webkit-keyframes circleAnimate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes circleAnimate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.video__container, .youtube {
  height: 700px; }

.youtube {
  background-color: #000;
  position: relative;
  overflow: hidden;
  cursor: pointer; }

.youtube img {
  width: 100%;
  top: -50%;
  left: 0;
  opacity: 0.7; }

.youtube img,
.youtube .play-button {
  cursor: pointer; }

.youtube img,
.youtube iframe {
  position: absolute; }

.youtube .play-button,
.youtube .play-button:before {
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0); }

.youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0; }

/* Preload Y video end*/
.announcements__item {
  border-bottom: 1px solid #CFCFCF;
  margin: 40px 0; }

.announcements__item:first-child {
  margin: 0 0 40px 0; }

.announcements__item:last-child {
  margin: 40px 0 0 0; }

.announcements__item-month.text__text-1 {
  margin: 10px 0 0; }

.announcements__item-head {
  padding: 0 0 20px 0;
  color: #0C0C0C; }

.announcements__item-desc {
  color: #363636; }

.announcements__item-time {
  color: #363636;
  padding: 0 0 10px 0;
  display: block; }

.announcements__item-desc.text__text-1 {
  padding: 0 0 30px 0; }

.see__more-section {
  margin: 70px 0 0; }

/*  anounce end */
/*  award cats start */
.award__cats-section {
  padding: 100px 0; }

.award__cats-section .award__menu {
  -ms-grid-columns: (1fr)[12];
  grid-template-columns: repeat(12, 1fr);
  margin: 50px 0 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.award__cats-section .award__menu-items {
  -ms-grid-column: 4;
  -ms-grid-column-span: 4;
  grid-column: 4/8; }

.award__cats-section .award__menu-items li {
  width: 150%; }

.award__cats-section .award__menu-img {
  -ms-grid-column: 8;
  -ms-grid-column-span: 4;
  grid-column: 8/12;
  height: 614px;
  width: 480px; }

.award__cats-section .award__menu-img img {
  width: 480px;
  position: absolute; }

.award__cats-section .award__menu-items {
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr); }

.award__cats-section .award__menu-items ul {
  -ms-grid-column: 1;
  grid-column: 1; }

.award__cats-section .award__menu-bottom {
  -ms-grid-column: 1;
  grid-column: 1; }

/* .award__cats-section .award__menu-img {
  display: block; } */

.award__menu-see__more {
  display: inline-block;
  margin: 30px 0 0; }

/*  award cats end */
/*  facts start */
.facts-section {
  padding: 100px 0; }

.facts__list {
  padding: 60px 0 0; }

/*  facts end */
/*  experts__organization-section start */
.experts__organization-section {
  padding: 100px 0; }

.experts__organization-section p.text__text-1 {
  padding: 40px 80px 40px 0; }

.experts__organization-section .main__img {
  margin: 60px 0 0; }

/*  experts__organization-section end */
/*  about__award-section start */
.about__award-section {
  padding: 100px 0; }

.about__award-info {
  margin: 68px 0 0; }

.about__award-img {
  position: relative;
  left: 40px;
  width: 412px; }

.about__award-info p {
  padding: 30px 0 40px; }

/*  about__award-section end */
/*  news-section start */
.news-section {
  padding: 100px 0; }

.events-section {
  padding: 100px 0; }

/*  news-section end */
/* about-page start*/
.about__forum .header {
  text-align: center; }

.about__forum .announcements {
  padding: 60px 0 0; }

.about__forum-desc__title {
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4; }

.about__forum-desc__desc {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%; }

.about__forum h1 {
  line-height: 1; }

.about__forum-desc.d__grid.grid__6 {
  gap: 25px 40px; }

.about__forum-text h5 {
  padding: 0 150px 0 0; }

.about__forum .announcements__item {
  padding: 0 0 30px 0;
  margin: 0 0 40px 0; }

.about__forum-desc {
  margin: 30px 0 0;
  padding: 30px 0 130px;
  border-top: 1px solid #CFCFCF; }

.announcements__item-desc.text__text-1:last-child {
  padding: 0 0 10px 0; }

.about__forum .announcements__item-time {
  padding: 0 0 10px 0; }

.about__forum .forum_programm_link{
  padding: 30px 0 0 0;
  display: inline-block;
  position: relative !important;
}

.speakers__slider {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 60px 0 90px;
  margin: 0 0 -20px 0}

.plug__overlay {
  position: relative;
  height: 100%; }

.plug__overlay div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -300px;
  right: 0;
  background: #FCFCFC;
  z-index: 1; }

.speakers__slider .slick-list {
  overflow: unset; }
.tile__slide {
  width: 390px;
  margin:0 0; }
.tiles__slider .tile__slide {
  width: 390px;
  margin: 0 40px 0 0;
  cursor: pointer; }

.tile__slide .item__img {
  width: 390px;
  height: 470px; }
.speakers {
  padding: 100px 0;
  overflow: hidden; }

.about__bottom {
  padding: 30px 350px 0 0;
  border-top: 1px solid #cfcfcf; }

/* about-page end*/
/* news-page start*/
.news__list {
  padding: 60px 0 0; }

.news__item .item__desc {
  padding: 0 0; }

.news__list.d__grid {
  gap: 60px 40px; }

.load__more-section {
  text-align: center;
  padding: 60px 0 0 0; }

.load__more {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 1px solid #BA893D;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  background: #BA893D;
  color: #FCFCFC;
  cursor: pointer; }

.load__more:hover {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 1px solid #BA893D;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  background: #FCFCFC;
  color: #BA893D; }

.events__list {
  padding: 60px 0 0; }

/* news-page end*/
/* news__item-page start*/
.news__item-info {
  padding: 75px 0 100px 0; }

.news__item-media__content.content-img .main__img {
  position: relative;
  height: 394px; }

.news__item-media__content.content-img, .news__item-media__content.content-video {
  margin: 30px 0 0 0; }

.news__item-media__content.content-video .video__container, .news__item-media__content.content-video .youtube {
  height: 394px; }

.news__item-info p {
  padding: 15px 0; }

.news__item-info h4 {
  padding: 60px 0 30px 0; }

.news__item-text {
  border-bottom: 1px solid #CFCFCF;
  padding: 0 0 60px 0; }

.news__item-media__content {
  margin: 15px 0;
  position: relative; }

.news__item-media__content .video__container {
  margin: 0 0; }

.news__item-media__content video {
  height: 394px; }

.news__item-institutions-text h5 {
  padding: 10px 0 30px 0; }

.news__item-institutions-text .d__grid {
  gap: 0 40px; }

.institution span {
  padding: 15px 0;
  display: block;
  border-bottom: 1px solid #CFCFCF;
  cursor: pointer; }

.institution:nth-child(-n+2) span {
  border-top: 1px solid #CFCFCF;
  border-bottom: 1px solid #CFCFCF; }

.breads {
  padding: 20px 0 10px; }

.breads__first {
  color: #A6A6A6; }

.breads__last {
  color: #0C0C0C; }

/* news__item-page end*/
/* contacts-page start*/
.contacts h1 {
  line-height: 1;
  position: relative;
  left: -4px; }

.social__links ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (auto)[4];
  grid-template-columns: repeat(4, auto);
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 20px; }

.social__links a {
  position: relative;
  color: #363636;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

.social__links a:hover {
  position: relative;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

.social__links a::before {
  content: "";
  position: absolute;
  border-bottom: 1px solid #0C0C0C;
  width: 100%;
  height: 1px;
  bottom: 0px;
  -webkit-transition: all 450ms;
  -o-transition: all 450ms;
  transition: all 450ms; }

.social__links a:hover:before {
  border-bottom: 1px solid #BA893D;
  width: 0px;
  -webkit-transition: all 450ms;
  -o-transition: all 450ms;
  transition: all 450ms; }

.contacts__list {
  padding: 0 0 70px 0; }

.contacts__list-item {
  border-top: 1px solid #CFCFCF;
  padding: 40px 0 50px 0; }

.contacts__list-item:last-child {
  border-top: 1px solid #CFCFCF;
  padding: 40px 0 0 0; }

.contacts__list-item p {
  padding: 0 0 30px 0; }

.contacts__list-item .button__medium {
  background: transparent;
  border: none;
  cursor: pointer; }

.contacts__list-item-phone__title, .contacts__list-item-email__title, .contacts__list-item-adress__title {
  color: #363636; }

.contacts__list-item-phone, .contacts__list-item-email, .contacts__list-item-adress,
.contacts__list-item-phone a, .contacts__list-item-email a, .contacts__list-item-adress a {
  color: #0C0C0C; }

/* contacs-page end*/
/* experts-page start*/
.experts-section {
  padding: 100px 0 70px 0; }

.experts__list.d__grid {
  gap: 30px 40px; }

.experts__list {
  padding: 40px 0 0 0; }

/* filter start */
.tag__filter {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;}

.tag__filter .tab__text {
  font-size: 18px;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  text-transform: capitalize; }

.tag__filter .tab__text:hover {
  color: #0C0C0C;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

.tag__filter .tab__text.is__active {
  color: #BA893D;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

.tag__filter-filters {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px 30px;
}

.tag__filter-filters input {
  display: none;
  opacity: 0; }

.tag__filter-all .reset_button {
  border: none;
  background: transparent;
  color: #A6A6A6;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

.tag__filter-all .reset_button:hover {
  color: #BA893D;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

.tag__filter-filters label {
  color: #A6A6A6;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  cursor: pointer; }

.tag__filter-filters label:hover {
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  color: #BA893D; }

.tag__filter-all .submit_button {
  display: none;
  opacity: 0; }

/* filter start */
/* experts-page end*/
/* nominations-page start*/
.nomination__item {
  overflow: hidden; }

.nomination__item .slick-list {
  overflow: visible; }

.nominations-section {
  padding: 100px 0; }

.nominations__list.d__grid {
  gap: 50px 40px; }

.nominations__list p.text__text-1:first-child {
  padding: 0 0 15px 0; }

.nominations__list p.text__text-1 {
  padding: 15px 0; }

.nomination__critery {
  padding: 100px 0; }

.nomination__critery-info.d__grid {
  gap: 20px 40px; }

.nomination__info ul, .nomination__critery ul {
  position: relative; }

.nomination__critery ul {
  padding: 0 0 30px 14px; }

.nomination__info ul {
  padding: 0 0 15px 8px; }

.nomination__info li, .nomination__critery li, .nomination__critery-lists li {
  list-style: "\2022"; }

.nomination__info .nomination__info-lists .text__text-1,
.nomination__info .nomination__info-lists .text__text-1:first-child,
.nomination__critery-lists .text__text-1, .nomination__critery-lists .text__text-1:first-child {
  padding: 0 0 0 5px; }

.nomination__info {
  padding: 100px 0; }

.nomination__info p.text__text-1 {
  padding: 0 0 30px 0; }

.nomination__experts {
  padding: 100px 0 100px 0;
  position: relative; }

.nominations__list {
  padding: 40px 0 0 0; }

.nomination__item .experts__list {
  padding: 60px 0 0 0; }

.nomination__critery-info .d__grid {
  gap: 30px 40px; }

/* nominations-page end*/
/* tickets section start*/
.tickets {
  padding: 100px 0; }

.tickets .rounded__button:first-child {
  left: 15px; }

.tickets .rounded__button:last-child {
  right: 15px; }

/* tickets section end*/
/* events-slider start*/
.events__slider-section {
  overflow: hidden;
  padding: 100px 0; }

.events__slider-item-container {
  width: 1250px;
  height: 700px;
  position: relative; }

.events__slider-item-text {
  position: absolute;
  bottom: 0;
  color: white;
  left: 0;
  right: 0;
  padding: 60px; }

.events__slider-item {
  margin: 0 40px 0 0; }

.events__slider-item-img {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%; }

.events__slider-section .slider__prev.pull-left.slick-arrow,
.events__slider-section .slider__next.pull-right.slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  border: none;
  width: 12%;
  z-index: 1;
  height: unset;
  -webkit-transform: unset;
      -ms-transform: unset;
          transform: unset; }

.events__slider-section .slick-arrow:before, .events__slider-section .slick-arrow::after {
  content: "" !important; }

.events__slider-section .slider__prev.pull-left.slick-arrow {
  left: 0;
  padding: 0 0 0 40px; }

.events__slider-section .slider__next.pull-right.slick-arrow {
  right: 0;
  padding: 0 40px 0 0; }

/* .events__slider-section .slick-arrow {
  cursor: none; } */

.events__slider-section .cursor {
  left: 0;
  top: 0;
  pointer-events: none; }

.events__slider-container {
  position: relative; }

.events__slider {
  margin: 60px 0 0 0; }

.events__slider .slick-list {
  overflow: unset; }

.events__slider-section .cursor-arrow {
  position: relative;
  width: 100px;
  height: 100px;
  z-index: 10000;
  border: 10px solid transparent;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.888);
  opacity: 1;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.events__slider-item.slider__slide.slide.slick-slide {
  width: 1250px;
  height: 700px; }

.events__slider-item-container {
  width: 1250px;
  height: 700px; }

.events__slider-section .cursor-arrow-container {
  position: relative; }

.events__slider-section .cursor-arrow.cursor-show {
  opacity: 1; }

.events__slider-section .cursor-arrow .bar {
  position: absolute;
  top: 50%;
  width: 6px;
  height: 6px;
  background-color: #BA893D;
  border-radius: 6px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.events__slider-section .cursor-arrow .arrow {
  position: relative; }

.events__slider-section .cursor-arrow .arrow::before,
.events__slider-section .cursor-arrow .arrow::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 20px;
  height: 4px;
  background-color: #BA893D;
  border-radius: 5px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.events__slider-section .cursor-arrow.cursor-prev .arrow::before {
  left: 0;
  -webkit-transform-origin: 10% 50%;
      -ms-transform-origin: 10% 50%;
          transform-origin: 10% 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg); }

.events__slider-section .cursor-arrow.cursor-prev .arrow::after {
  left: 0;
  -webkit-transform-origin: 10% 50%;
      -ms-transform-origin: 10% 50%;
          transform-origin: 10% 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg); }

.events__slider-section .cursor-arrow.cursor-next .arrow::before {
  right: 0;
  -webkit-transform-origin: 90% 50%;
      -ms-transform-origin: 90% 50%;
          transform-origin: 90% 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg); }

.events__slider-section .cursor-arrow.cursor-next .arrow::after {
  right: 0;
  -webkit-transform-origin: 90% 50%;
      -ms-transform-origin: 90% 50%;
          transform-origin: 90% 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg); }

.events__slider-section .cursor-arrow.cursor-prev .arrow {
  left: -30px; }

.events__slider-section .cursor-arrow.cursor-next .arrow {
  left: 30px; }

.events__slider-plug__overlay {
  position: absolute;
  height: 100%;
  width: 500px;
  background: #FCFCFC;
  z-index: 2;
  top: 0;
  left: -500px; }

/* events-slider end*/
/* award__winnerss-section start */
.about__award__images__item.item__big, .about__award__images__item.item__big .item__img {
  height: 570px; }

.about__award__images__item.item__small, .about__award__images__item.item__small .item__img {
  height: 470px; }

.award__winnerss-section {
  padding: 200px 0 110px 0; }

.award__winners {
  padding: 40px 0 0; }

.award__winners-list {
  height: 620px;
  overflow: scroll; }

.award__winners-list a.text__text-2 {
  color: #A6A6A6; }

.award__winners-list a.text__text-2:hover {
  color: #BA893D; }

.award__winners-list a.text__text-2.this__active {
  color: #0C0C0C; }

.award__winners-slide h3 {
  padding: 0 0 40px 0;
  margin: 0 0 0 0; }

.award__winner-info {
  padding: 0 0 30px 0; }

.award__winner-date.number__text-small {
  padding: 0 0;
  color: #BA893D; }

.award__winner-date.text__text-1 {
  color: #363636; }

.award__winners-slide.slick-slide {
  margin: 0 20px 0 0; }

.award__winners-wrap {
  height: 580px;
  overflow: scroll; }

.side__menu label {
  position: relative; }

.side__menu input {
  border: none;
  background: transparent;
  width: 100%;
  padding: 0 40px 16px 0;
  border-bottom: 1px solid #CFCFCF;
  color: #0C0C0C; }

.side__menu .icon-search {
  position: absolute;
  top: 0;
  right: 0; }

.award__winners-search-container form {
  padding: 0 0 30px; }

.award__winners-list-container h5 {
  padding: 0 0 20px 0;
  color: #0C0C0C; }

.award__winners-list a {
  padding: 0 0 15px 0;
  display: block; }

.slider-nav__arrows {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 20px;
  top: 50px; }

.slider-nav__arrows button {
  border: none;
  background: transparent;
  cursor: pointer; }

.slider-nav__arrows svg {
  width: 38px; }

/* award__winnerss-section end */
/* contacts aside form start */
aside.contacts__form-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  right: -2000px;
  z-index: 11;
  opacity: 0;
  visibility: hidden; }

.contacts__form-section {
  position: absolute;
  height: 100%;
  width: 50%;
  padding: 100px 50px 50px 50px;
  background: #FCFCFC;
  right: -200px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 450ms;
  -o-transition: all 450ms;
  transition: all 450ms;
  min-width: 720px;
  min-height: 660px; }

.contacts__form {
  position: relative;
  height: 100%; }

.contacts__form .policy__checkbox {
  margin: 0 0; }

.form__close {
  width: 40px;
  height: 40px;
  border: none;
  background: transparent;
  position: absolute;
  right: 0;
  top: -30px;
  cursor: pointer; }

.contacts__form h3 {
  margin: 0 0 30px 0; }

.contacts__form .form__inputs {
  margin: 50px 0 0 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 70px; }

.form__inputs input {
  background: transparent;
  border: none;
  border-bottom: 1px solid #CFCFCF;
  padding: 0 0 20px 0;
  border-radius: 0; }

.form__buttons {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.form__buttons label {
  cursor: pointer; }

.form__buttons button {
  background: transparent;
  border: none; }

.contacts__overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #000000c8;
  opacity: 0;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms; }

aside.contacts__form-modal.aside__active {
  opacity: 1;
  right: 0;
  visibility: visible; }

aside.contacts__form-modal.aside__active .contacts__form-section {
  opacity: 1;
  right: 0;
  visibility: visible;
  -webkit-transition: all 450ms;
  -o-transition: all 450ms;
  transition: all 450ms; }

aside.contacts__form-modal.aside__active .contacts__overlay {
  opacity: 1;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  transition: all 550ms; }

.success__msg h4 {
  margin: 0 0 50px 0;
  line-height: 1; }

.success__msg a {
  display: inline-block; }

.success__msg.succes {
  opacity: 1;
  visibility: visible; }

/* contacts aside form end */
.line__1 p.subheading__bold {
  font-size: 18px;
  color: #BA893D;
  margin: 0 0 30px 0;
  font-weight: 500; }

.line__3 .text__text-1 {
  display: block; }

.about__bottom h4 {
  padding: 60px 0 0 0; }

.nomination__critery-info h5 {
  padding: 0 230px 40px 0;
  margin: 0 0 40px 0;
  border-bottom: 1px solid #CFCFCF; }

.nomination__critery-img div {
  height: 580px;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.contacts__list-item-button {
  -ms-grid-column-align: end;
      justify-self: end; }

.mobile-select__country-section, .select__country-list-section {
  display: none; }

.select__country-button {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (auto)[2];
  grid-template-columns: repeat(2, auto);
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  background: transparent;
  cursor: pointer; }

.select__country-list-section {
  position: absolute;
  left: -82px;
  background: #FCFCFC;
  z-index: 1;
  width: 227px;
  height: 478px;
  -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.05);
  top: 30px;
  padding: 30px 20px; }

.select__country-list-section label {
  position: relative; }

.select__country-list-section input {
  border: none;
  background: transparent;
  width: 100%;
  padding: 0 40px 16px 0;
  border-bottom: 1px solid #CFCFCF;
  color: #0C0C0C;
  border-radius: 0; }

.select__country-list-section .icon-search {
  position: absolute;
  top: 0;
  right: 0; }

.mobile-select__country-section .award__winners-list {
  height: 330px; }

.select__country-button.select__active .dropdown__icon {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms; }

.select__country-button .dropdown__icon {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms; }

.ui.dropdown:not(.button) > .default.text.input__text {
  color: #0C0C0C;
  font-family: 'Manrope', sans-serif;
  font-weight: 500; }

.ui.dropdown.country__select.active.visible .default.text.input__text {
  color: #0C0C0C; }

.ui.dropdown .menu > .item {
  font-size: 14px;
  color: #363636; }

.institution span {
  padding: 20px 0 26px 0; }

.sponsors-section, .partners-section {
  padding: 100px 0; }

.sponsors__list, .partners__list {
  padding: 50px 0 0 0; }

.tile__list.d__grid {
  gap: 0px 40px; }

.tile__list-item__img {
  min-height: 110px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%; }

.tile__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 40px 50px;
  border-bottom: 1px solid #CFCFCF; }

.tile__list-item:nth-child(n+5) {
  border-bottom: 1px solid #FCFCFC;
  padding: 50px 40px 20px; }

.tile__list-item:after {
  content: "";
  border-right: 1px solid #CFCFCF;
  position: absolute;
  right: -20px;
  top: 0;
  bottom: 0; }

.main__page .tile__list-item {
  border-bottom: none;
}

.tile__list-item:nth-child(4n)::after {
  border-right: 1px solid #FCFCFC;
  right: 0; }

/*  RESIZES start */
@media only screen and (max-width: 1680px) {
  .award__cats-section, .experts__organization-section, .about__award-section, .news-section, .events__slider-section, .speakers, .sponsors-section, .partners-section {
    padding: 90px 0; }
  .line__3 .text__text-1 {
    width: 270px; } }

@media only screen and (min-width: 1440px) and (max-width: 1680px) {
  .contacts__form-section {
    padding: 90px 50px 40px 50px;}
  .slider-nav__arrows svg {
    width: 28px; }
  .about__award__images__item.item__big, .about__award__images__item.item__big .item__img {
    height: 410px; }
  .about__award__images__item.item__small, .about__award__images__item.item__small .item__img {
    height: 340px; }
  .news__list .see__more-link {
    margin: 0 0; }
  .news__item-date.col-1__4 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3; }
  .news__item-text.col-4__10, .search-results__item.col-4__10, .search-phrase__text.col-4__10, .search-page__nav.col-4__10, .col-4__10.text-404 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 8;
    grid-column: 3/11; }
  .news__item-info {
    padding: 75px 0 90px 0; }
  .news__item-media__content.content-img .main__img {
    height: 376px; }
  .news__item-media__content {
    margin: 15px 0 0; }
  .news__item-info h4 {
    padding: 60px 0 30px 0; }
  .news__item-media__content.content-video .video__container, .news__item-media__content.content-video .youtube {
    height: 376px; }
  .events__slider-item.slider__slide.slide.slick-slide {
    width: 890px;
    height: 500px; }
  .events__slider-item-container {
    width: 890px;
    height: 500px; }
  .news__item-institutions .col-4__10 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 8;
    grid-column: 3/11; }
  .header__title-img {
    height: 90px; }
  .video__container, .youtube {
    height: 500px; }
  .launch__info h2 {
    font-size: 74px; }
  .launch-section {
    padding: 90px 0;
    height: 955px; }
  .arrow__down-section {
    width: 60px; }
  .nomination__critery-info h5 {
    padding: 0 90px 30px 0;
    margin: 0 0 30px 0; }
  .nomination__critery-img div {
    height: 400px;
    width: 100%; }
  .about__forum-text h5 {
    padding: 0 0; }
  .header {
    padding: 60px 0; }
  .about__forum-desc.d__grid.grid__6 {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr); }
  .award__cats-section, .experts__organization-section, .about__award-section, .news-section, .events__slider-section, .speakers,
  .project_objectives, .sponsors-section, .partners-section {
    padding: 90px 0; }
  .project_objectives {
    padding: 90px 0 180px 0; }
  .award__winnerss-section {
    padding: 180px 0 100px 0; }
  .line__3 .text__text-1 {
    width: 210px; }
  .load__more, .load__more:hover {
    width: 100px;
    height: 100px; }
  .tag__filter .tab__text {
    font-size: 14px; }
  .play__video {
    width: 120px;
    height: 120px;
    background: url(img/icon-play.svg);
    background-position: 49px center;
    background-size: 30px;
    background-repeat: no-repeat; }
  .events__slider-item-container {
    width: 890px;
    height: 500px;
    position: relative; }
  .announcements__item {
    border-bottom: 1px solid #CFCFCF;
    margin: 30px 0; }
  .announcements__item:first-child {
    margin: 0 0 30px 0; }
  .announcements__item:last-child {
    margin: 30px 0 0 0; }
  .announcements__item .announcements__item-info {
    -ms-grid-column: 4;
    -ms-grid-column-span: 6;
    grid-column: 4/10;
    padding: 0 10% 0 0; }
  .announcements__item .col-4__9 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 6;
    grid-column: 4/10; }
  .award__cats-section .award__menu-img {
    height: 477px;
    width: 374px; }
  .experts__organization-section p.text__text-1 {
    padding: 30px 80px 30px 0; }
  .experts__organization-section .col-2__9 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 11;
    grid-column: 2/13; }
  .experts__organization-section .col-4__8 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 6;
    grid-column: 4/10; }
  .about__award-info {
    margin: 38px 0 0; }
  .about__award-img {
    width: 348px; }
  .line__1 p.subheading__bold {
    font-size: 14px; }
  .about__forum .announcements__item {
    margin: 0 0 20px 0;
    padding: 0 0 20px 0; }
  .tile__slide {
    width: 270px;
    margin:0 0; }
  .tiles__slider .tile__slide {
    width: 270px;
    margin: 0 40px 0 0; }
  .tile__slide .item__img {
    width: 270px;
    height: 360px; }
  .about__bottom {
    padding: 30px 150px 0 0; }
  .nomination__info {
    padding: 90px 0; }
  .nomination__experts {
    padding: 90px 0; }
  .nomination__critery {
    padding: 90px 0; }
  .tickets {
    padding: 90px 0; }
  .circle__1 {
    width: 280px;
    height: 280px;
    top: 40px;
    right: 630px; }
  .circle__2 {
    width: 220px;
    height: 220px;
    top: -220px;
    right: 360px; }
  .circle__3 {
    width: 300px;
    height: 300px;
    right: -60px;
    bottom: 30px; }
  .circle__4 {
    width: 400px;
    height: 400px;
    right: 90px;
    top: 50px; } }

@media only screen and (max-width: 1440px) {
  .col-4__10.text-404{grid-column: 1/13;}
  .contacts__form-section {
    padding: 90px 50px 40px 50px;}
  .slider-nav__arrows svg {
    width: 28px; }
  .about__award__images__item.item__big, .about__award__images__item.item__big .item__img {
    height: 410px; }
  .about__award__images__item.item__small, .about__award__images__item.item__small .item__img {
    height: 340px; }
  .events__slider-item.slider__slide.slide.slick-slide {
    width: 890px;
    height: 500px; }
  .events__slider-item-container {
    width: 890px;
    height: 500px; }
  .news__list .see__more-link {
    margin: 0 0; }
  .news__item-date.col-1__4 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3; }
  .news__item-text.col-4__10 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 8;
    grid-column: 3/11; }
  .news__item-info {
    padding: 75px 0 90px; }
  .news__item-media__content.content-img .main__img {
    height: 376px; }
  .news__item-media__content {
    margin: 15px 0 0; }
  .news__item-info h4 {
    padding: 60px 0 30px 0; }
  .news__item-media__content.content-video .video__container, .news__item-media__content.content-video .youtube {
    height: 376px; }
  .news__item-institutions .col-4__10 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 8;
    grid-column: 3/11; }
  .video__container, .youtube {
    height: 500px; }
  .header__title-img {
    height: 90px; }
  .load__more:hover {
    width: 100px;
    height: 100px; }
  .launch__info h2 {
    font-size: 74px; }
  .launch-section {
    padding: 90px 0;
    height: 955px; }
  .arrow__down-section {
    width: 60px; }
  .nomination__critery-info h5 {
    padding: 0 90px 30px 0;
    margin: 0 0 30px 0; }
  .nomination__critery-img div {
    height: 400px;
    width: 100%; }
  .about__forum-text h5 {
    padding: 0 0; }
  .header {
    padding: 60px 0; }
  .about__forum-desc.d__grid.grid__6 {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr); }
  .award__cats-section, .experts__organization-section, .about__award-section, .news-section, .events__slider-section, .speakers, .sponsors-section, .partners-section {
    padding: 90px 0; }
  .project_objectives {
    padding: 90px 0 180px 0; }
  .award__winnerss-section {
    padding: 180px 0 100px 0; }
  .line__3 .text__text-1 {
    width: 210px; }
  .load__more {
    width: 100px;
    height: 100px; }
  .tag__filter .tab__text {
    font-size: 14px; }
  .play__video {
    width: 120px;
    height: 120px;
    background: url(img/icon-play.svg);
    background-position: 49px center;
    background-size: 30px;
    background-repeat: no-repeat; }
  .events__slider-item-container {
    width: 890px;
    height: 500px;
    position: relative; }
  .announcements__item {
    border-bottom: 1px solid #CFCFCF;
    margin: 30px 0; }
  .announcements__item:first-child {
    margin: 0 0 30px 0; }
  .announcements__item:last-child {
    margin: 30px 0 0 0; }
  .announcements__item .announcements__item-info {
    -ms-grid-column: 4;
    -ms-grid-column-span: 6;
    grid-column: 4/10;
    padding: 0 10% 0 0; }
  .announcements__item .col-4__9 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 6;
    grid-column: 4/10; }
  .award__cats-section .award__menu-img {
    height: 477px;
    width: 374px; }
  .experts__organization-section p.text__text-1 {
    padding: 30px 80px 30px 0; }
  .experts__organization-section .col-2__9 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 11;
    grid-column: 2/13; }
  .experts__organization-section .col-4__8 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 6;
    grid-column: 4/10; }
  .about__award-info {
    margin: 38px 0 0; }
  .about__award-img {
    width: 348px; }
  .line__1 p.subheading__bold {
    font-size: 14px; }
  .about__forum .announcements__item {
    margin: 0 0 20px 0;
    padding: 0 0 20px 0; }
  .tile__slide {
    width: 270px;
    margin:0 0; }
  .tiles__slider .tile__slide {
    width: 270px;
    margin: 0 40px 0 0; }
  .tile__slide .item__img {
    width: 270px;
    height: 360px; }
  .about__bottom {
    padding: 30px 150px 0 0; }
  .nomination__info {
    padding: 90px 0; }
  .nomination__experts {
    padding: 90px 0; }
  .nomination__critery {
    padding: 90px 0; }
  .tickets {
    padding: 90px 0; }
  .circle__1 {
    width: 280px;
    height: 280px;
    top: 40px;
    right: 630px; }
  .circle__2 {
    width: 220px;
    height: 220px;
    top: -220px;
    right: 360px; }
  .circle__3 {
    width: 300px;
    height: 300px;
    right: 0px;
    bottom: 30px; }
  .circle__4 {
    width: 400px;
    height: 400px;
    right: 90px;
    top: 50px; } }

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .contacts__form-section {
    padding: 70px 30px 40px 30px;}
  .about__forum .announcements {
    padding: 50px 0 0; }
  .tile__list-item__img {
    min-height: 80px; }
  .about__award__images__item.item__big, .about__award__images__item.item__big .item__img {
    height: 330px; }
  .about__award__images__item.item__small, .about__award__images__item.item__small .item__img {
    height: 275px; }
  .nomination__critery ul {
    padding: 0 0 20px 8px; }
  .header {
    padding: 50px 0; }
  .news__item-media__content.content-video .video__container, .news__item-media__content.content-video .youtube {
    height: 390px; }
  .news__item-info h1 {
    font-size: 65px;
    padding: 0 0 35px 0; }
  .news__item-info {
    padding: 70px 0; }
  .news__item-date.col-1__4, .news__item-text.col-4__10, .search-results__item.col-4__10, .search-phrase__text.col-4__10, .search-page__nav.col-4__10 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/13; }
  .news__item-info h4 {
    padding: 50px 0 20px 0; }
  .news__item-media__content {
    margin: 15px 0 0 0; }
  .news__item-institutions .col-4__10 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/13; }
  .news__item-institutions-text .d__grid {
    gap: 0 20px; }
  .news__list {
    padding: 50px 0 0; }
  .header__fvh {
    min-height: 700px; }
  .video__container, .youtube {
    height: 390px; }
  .header__title-img {
    height: 72px; }
  .award__winner-right {
    display: none; }
  .award__winner-left.col.col-1__3 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4; }
  .award__winner-center.col.col-4__10 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 8;
    grid-column: 4/12; }
  .launch-section {
    padding: 70px 0;
    height: 763px; }
  .nomination__critery-info h5 {
    padding: 0 0px 30px 0;
    margin: 0 0 30px 0; }
  .nomination__critery-img div {
    height: 325px;
    width: 100%; }
  .about__forum-desc.d__grid.grid__6 {
    grid-template-columns: repeat(4, 1fr);
    gap: 25px 10px; }
  .award__cats-section, .experts__organization-section, .about__award-section, .news-section, .events__slider-section, .speakers,
  .project_objectives, .sponsors-section, .partners-section {
    padding: 70px 0; }
    .project_objectives {
      padding: 70px 0 140px 0; }
  .announcements .col-2__13 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/13; }
  .play__video {
    width: 90px;
    height: 90px;
    background: url(img/icon-play.svg);
    background-position: 36px center;
    background-size: 24px;
    background-repeat: no-repeat; }
  .events__slider-item-container {
    width: 700px;
    height: 390px;
    position: relative; }
  .line__3 .text__text-1 {
    width: 200px; }
  .line__2 .col-7__11 {
    -ms-grid-column: 7;
    -ms-grid-column-span: 5;
    grid-column: 7/12; }
  .award__cats-section .award__menu-img {
    height: 382px; 
    width: 300px;}
  .facts-section {
    padding: 70px 0; }
  .facts__list {
    padding: 50px 0 0 0; }
  .items__list.d__grid {
    gap: 30px 20px; }
  .experts__organization-section p.text__text-1 {
    padding: 30px 50px 30px 0; }
  .experts__organization-section .main__img {
    margin: 50px 0 0; }
  .speakers__slider {
    padding: 50px 0 70px; }
  .experts__organization-section .col-4__8 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 7;
    grid-column: 4/11; }
  .about__award-img {
    width: 286px;
    left: 10px; }
  .tile__slide {
    width: 220px;
    margin:0 0; }
  .tiles__slider .tile__slide {
    width: 220px;
    margin: 0 20px 0 0; }
  .tile__slide .item__img {
    width: 220px;
    height: 290px; }
  .about__bottom {
    padding: 30px 50px 0 0; }
  .about__bottom h4 {
    padding: 40px 0 0 0; }
  .nomination__info {
    padding: 70px 0; }
  .nomination__experts {
    padding: 70px 0; }
  .nomination__critery {
    padding: 70px 0; }
  .tickets {
    padding: 70px 0; }
  .news__list.d__grid {
    gap: 50px 20px; }
  .events__list.d__grid {
    gap: 50px 20px; }
  .experts__list.d__grid {
    gap: 50px 20px; }
  .nominations__list.d__grid {
    gap: 50px 20px; }
  .experts__list.d__grid {
    gap: 50px 20px; }
  .launch__info h2 {
    font-size: 58px; }
  .circle__1 {
    width: 200px;
    height: 200px;
    top: 50px;
    right: 470px; }
  .circle__2 {
    width: 170px;
    height: 170px;
    top: -170px;
    right: 290px; }
  .circle__3 {
    width: 242px;
    height: 242px;
    right: 0px;
    bottom: 70px; }
  .circle__4 {
    width: 300px;
    height: 300px;
    right: 90px;
    top: 0px; }
  .award__winnerss-section h2 {
    text-align: left; margin: 0 0 50px 0; }
  .nomination__critery-info .d__grid {
    gap: 30px; }
    .award__winnerss-section {
      padding: 140px 0 90px 0;
    }
  .events__slider-item.slider__slide.slide.slick-slide {
    width: 700px;
    height: 390px; }
  .news__item-text {
    padding: 0 0 50px 0; }

  .events__slider {
      margin: 50px 0 0 0;
  }

  .tag__filter-filters {
    gap: 5px 15px;
  }
}

@media only screen and (max-width: 1024px) {
  .contacts__form-section {
    padding: 70px 30px 40px 30px;}
  .tile__list-item__img {
    min-height: 80px; }
  .about__award__images__item.item__big, .about__award__images__item.item__big .item__img {
    height: 330px; }
  .about__award__images__item.item__small, .about__award__images__item.item__small .item__img {
    height: 275px; }
  .nomination__critery ul {
    padding: 0 0 20px 8px; }
  .nomination__critery-info .d__grid {
    gap: 30px; }
  .header {
    padding: 50px 0; }
  .news__item-media__content.content-video .video__container, .news__item-media__content.content-video .youtube {
    height: 390px; }
  
  .news__item-info h1 {
    font-size: 65px;
    padding: 0 0 35px 0; }
  .news__item-date.col-1__4, .news__item-text.col-4__10 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/13; }
  .news__item-info h4 {
    padding: 50px 0 20px 0; }
  .news__item-media__content {
    margin: 15px 0 0 0; }
  .news__item-institutions .col-4__10 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/13; }
  .news__list {
    padding: 50px 0 0 0; }
  .news__item-institutions-text .d__grid {
    gap: 0 20px; }
  .news__item-text {
    padding: 0 0 50px 0; }
  .news__item-info {
    padding: 70px 0; }
  .header__fvh {
    min-height: 700px; }
  .video__container, .youtube {
    height: 390px; }
  .header__fvh {
    position: relative;
    padding: 0 0 0 0;
    margin: -80px 0 -60px;
    height: 90vh; }
  .header__title-img {
    height: 72px; }
  .header__title-img {
    height: 60px; }
  .award__winner-right {
    display: none; }
  .award__winner-left.col.col-1__3 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4; }
  .award__winner-center.col.col-4__10 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 8;
    grid-column: 4/12; }
  .launch-section {
    padding: 70px 0;
    height: 763px; }
  .nominations__list.d__grid {
    gap: 50px 20px; }
  .experts__list.d__grid {
    gap: 50px 20px; }
  .nomination__critery-info h5 {
    padding: 0 0px 30px 0;
    margin: 0 0 30px 0; }
  .nomination__critery-img div {
    height: 325px;
    width: 100%; }
  .about__forum-desc.d__grid.grid__6 {
    grid-template-columns: repeat(4, 1fr);
    gap: 25px 10px; }
  .award__cats-section, .experts__organization-section, .about__award-section, .news-section, .events__slider-section, .speakers, .project_objectives, .sponsors-section,
  .partners-section {
    padding: 70px 0; }
  .announcements .col-2__13 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/13; }
  .play__video {
    width: 90px;
    height: 90px;
    background: url(img/icon-play.svg);
    background-position: 36px center;
    background-size: 24px;
    background-repeat: no-repeat; }
  .events__slider-item-container {
    width: 700px;
    height: 390px;
    position: relative; }
  .line__3 .text__text-1 {
    width: 200px; }
  .line__2 .col-7__11 {
    -ms-grid-column: 7;
    -ms-grid-column-span: 5;
    grid-column: 7/12; }
  .award__cats-section .award__menu-img {
    height: 382px;
    width: 300px; }
  .facts-section {
    padding: 70px 0; }
  .facts__list {
    padding: 50px 0 0 0; }
  .items__list.d__grid {
    gap: 30px 20px; }
  .experts__organization-section p.text__text-1 {
    padding: 30px 50px 30px 0; }
  .experts__organization-section .main__img {
    margin: 50px 0 0; }
  .speakers__slider {
    padding: 50px 0 70px; }
  .experts__organization-section .col-4__8 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 7;
    grid-column: 4/11; }
  .about__award-img {
    width: 286px;
    left: 10px; }
  .tile__slide {
    width: 220px;
    margin:0 0; }
  .tiles__slider .tile__slide {
    width: 220px;
    margin: 0 20px 0 0; }
  .tile__slide .item__img {
    width: 220px;
    height: 290px; }
  .about__bottom {
    padding: 30px 50px 0 0; }
  .about__bottom h4 {
    padding: 40px 0 0 0; }
  .nomination__info {
    padding: 70px 0; }
  .nomination__experts {
    padding: 70px 0; }
  .nomination__critery {
    padding: 70px 0; }
  .tickets {
    padding: 70px 0; }
  .news__list.d__grid {
    gap: 50px 20px; }
  .events__list.d__grid {
    gap: 50px 20px; }
  .experts__list.d__grid {
    gap: 50px 20px; }
  .launch__info h2 {
    font-size: 58px; }
  .circle__1 {
    width: 200px;
    height: 200px;
    top: 50px;
    right: 470px; }
  .circle__2 {
    width: 170px;
    height: 170px;
    top: -170px;
    right: 290px; }
  .circle__3 {
    width: 242px;
    height: 242px;
    right: 0px;
    bottom: 70px; }
  .circle__4 {
    width: 300px;
    height: 300px;
    right: 90px;
    top: 0px; }
  .award__winnerss-section h2 {
    text-align: left; margin: 0 0 50px 0; }
  .award__winnerss-section {
    padding: 140px 0 90px 0;
  }
  .events__slider-item.slider__slide.slide.slick-slide {
    width: 700px;
    height: 390px; }
  
  .news__item-text {
    padding: 0 0 60px 0; }
  .events__slider {
    margin: 50px 0 0 0;
  }
  .tag__filter-filters {
    gap: 5px 15px;
  }
}

@media only screen and (max-width: 920px) {
  .launch-section {
    padding: 60px 0;
    height: auto; }
  .launch__info.col-1__6 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 10;
    grid-column: 1/11; }
  .info__circles {
    position: relative;
    gap: 20px;
    justify-items: center; }
  .info__circle {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0; }
  .circle__1, .circle__2, .circle__3, .circle__4 {
    width: 160px;
    height: 160px; }
  .circle__1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .circle__2 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .circle__3 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .circle__4 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

@media only screen and (max-width: 800px) {
  .nomination__critery-info .d__grid {
    gap: 20px; }
  .line__3.d__grid.grid__12 {
    position: relative; }
  .line__3 .grid__cols.col-2__4 {
    position: absolute;
    top: 260px; }
  .line__3 .grid__cols.col-4__13 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/13; }
  .header__fvh {
    min-height: auto; }
  .award__intro {
    margin: -200px 0 0 0; } }

@media only screen and (max-height: 700px) and (max-width: 768px) {
  .about__forum-desc__title {
    font-size: 16px;
    line-height: 1.4; }
  .about__forum-desc__desc {
    font-size: 16px;
    line-height: 1.2; }
  h1.caps {
    font-size: 8.15vw; }
  .line__1 .grid__rows {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/13; }
  .line__2 .col-2__7 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
    grid-column: 1/6; }
  .line__2 .col-7__11 {
    -ms-grid-column: 6;
    -ms-grid-column-span: 7;
    grid-column: 6/13; }
  .line__3 .grid__cols.col-4__13 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 10;
    grid-column: 3/13; }
  .line__3 .col-2__4 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/13; }
  .line__4 .col-2__13 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/13; }
  .line__5 .grid__cols.col-4__13 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 10;
    grid-column: 3/13; }
  .header__title-img {
    height: 60px; }
  .line__3 h1 {
    padding: 0 0; }
  .line__3 .grid__cols.col-2__4 {
    top: 250px;
    -ms-grid-column: 3;
    -ms-grid-column-span: 10;
    grid-column: 3/13; }
  .award__intro {
    margin: -120px 0 0 0; }
  .arrow__down-section {
    width: 48px; }
  .announcements .col-2__13 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 10;
    grid-column: 3/13; } 
    .award__winnerss-section h2 {
      text-align: left; margin: 0 0 0 0; }
    .award__winnerss-section {
        padding: 120px 0 90px 0;
    }
    .award__winnerss-header{
      border-bottom: unset;
      -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
    }
    .events__slider-item.slider__slide.slide.slick-slide {
      width: 700px;
      height: 390px; }
    }

@media only screen and (max-width: 768px) {
  .contacts__list-item-contact_info_title.col-4__5{
    grid-column: 5/5;
  }
  .contacts__list-item--contact_info_data.col-5__10{
    grid-column: 6/10;
  }
  .contacts__form-section {
    padding: 60px 24px 40px 24px;
    width: 100%;
    min-width: unset;
  }
  .award__menu-items li:hover a, .award__menu-items li.always__active a{margin: 0 0; color: #0C0C0C;}
  .award__menu-items li:hover a:active, .award__menu-items li.always__active a:active,  .award__menu-items li:hover a:hover, .award__menu-items li.always__active a:hover{margin: 0 0; color: #BA893D;}
  .nomination__critery-info .nomination__critery-lists.d__grid {
    gap: 0; }
  .news__item-media__content.content-video .video__container, .news__item-media__content.content-video .youtube {
    height: 360px; }
  .about__award__images {
    padding: 0 0 60px 0; }
  .about__award__images__item.item__big, .about__award__images__item.item__big .item__img {
    height: 520px; }
  .about__award__images__item.item__small, .about__award__images__item.item__small .item__img {
    height: 430px; }
  .video__container, .youtube {
    height: 360px;
    margin: 40px 0; }
  .announcements .col-2__13 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 10;
    grid-column: 3/13; }
  .speakers__slider {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 20px; }
  .about__forum-desc__title {
    font-size: 16px;
    line-height: 1.4; }
  .about__forum-desc__desc {
    font-size: 16px;
    line-height: 1.2; }
  .about__forum .forum_programm_link{
    padding: 20px 0 0 0;}
  /* .tag__filter, .tag__filter-filters {
    gap: 30px; } */
  .header {
    padding: 50px 0; }
  .arrow__down-section {
    width: 48px; }
  h1.caps {
    font-size: 9.561vw; }
  .line__1 .grid__rows {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/13; }
  .line__2 .col-2__7 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
    grid-column: 1/7; }
  .line__2 .col-7__11 {
    -ms-grid-column: 6;
    -ms-grid-column-span: 7;
    grid-column: 7/13; }
  .line__3 .grid__cols.col-4__13 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 10;
    grid-column: 3/13; }
  .line__3 .col-2__4 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/13; }
  .line__4 .col-2__13 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/13; }
  .line__5 .grid__cols.col-4__13 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 10;
    grid-column: 3/13; }
  .line__3 h1 {
    padding: 0 0; }
  .header__title-img {
    height: 60px; }
  .launch-section {
    padding: 60px 0;
    height: auto; }
  .about__award__images__item:nth-child(n+3) {
    display: none; }
  .nominations__list.d__grid {
    gap: 34px 20px;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr); }
  .about__award__images-list.d__grid {
    gap: 40px 20px;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr); }
  .experts__list {
    padding: 30px 0 0 0; }
  .experts__list.d__grid {
    gap: 20px;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr); }
  .item__title {
    margin: 0 0 6px 0; }
  .facts-section .col-1__4 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 9;
    grid-column: 1/10; }
  .award__cats-section, .experts__organization-section, .about__award-section, .news-section, .events__slider-section,
  .speakers, .project_objectives, .sponsors-section, .partners-section, .facts-section {
    padding: 60px 0; }
  .header__fvh {
    position: relative;
    padding: 80px 0 0 0;
    margin: -80px 0 -60px;
    height: 100vh;
    min-height: 680px; }
  .line__3 .grid__cols.col-2__4 {
    top: 240px;
    -ms-grid-column: 3;
    -ms-grid-column-span: 10;
    grid-column: 3/13; }
  .line__5.d__grid.grid__12 h1 {
    left: 0; }
  .award__intro {
    margin: -200px 0 0 0; }
  .award__menu {
    gap: 20px; }
  .award__cats-section .d__grid {
    gap: 40px; }
  .award__cats-section .d__grid.grid__12 {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 20px 40px; }
  .award__cats-section .col-1__4 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2; }
  .award__cats-section .col-4__10 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2; }
  .award__cats-section .award__menu-items {
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1/7;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr); }
  .award__cats-section .award__menu-items ul, .award__cats-section .award__menu-bottom {
    -ms-grid-column: 1;
    grid-column: 1; }
  .award__cats-section .award__menu-img {
    -ms-grid-column: 7;
    -ms-grid-column-span: 6;
    grid-column: 7/13; }
  .load__more {
    width: 88px;
    height: 88px; }
  .events__slider-item-container {
    width: 704px;
    height: 390px;
    position: relative; }
  .events__slider-item {
      margin: 0 20px 0 0; }
  .announcements__list .grid__12 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr); }
  .announcements__list .section__title {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    padding: 0 0 20px 0; }
  .announcements__item {
    border-bottom: 1px solid #CFCFCF;
    margin: 0 0 30px 0;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr); }
  .announcements__item:first-child {
    margin: 0 0 30px 0; }
  .about__forum .announcements__item {
    margin: 0 0 30px 0;
    padding: 0 0 20px 0; }
  .about__forum .announcements__item:last-child {
    margin: 0 0;
    padding: 0 0 20px 0; }
  .announcements__item:last-child {
    margin: 30px 0 0 0; }
  .announcements__item-desc.text__text-1 {
    padding: 0 0 20px 0; }
  .announcements__items {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr); }
  .announcements__item-date.col-1__4 {
    -ms-grid-column: 1;
    grid-column: 1; }
  .announcements__item-info.col-4__9 {
    -ms-grid-column: 2;
    grid-column: 2; }
  .announcements__item-time {
    padding: 0 0 10px 0; }
  .project_objectives {
    padding: 0 0 90px 0; }
  .project_objectives .announcements__items {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    display: -ms-grid;
    display: grid;
    gap: 0 20px;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr); }
  .project_objectives .announcements__item-date {
    margin: 0 0 10px 0; }
  .project_objectives .announcements__item {
    padding: 0 20px 30px 0;
    margin: 0 0 30px; }
  .project_objectives .announcements__item:first-child {
    padding: 0 20px 30px 0;
    margin: 0 0 30px; }
  .project_objectives .announcements__item-date.col-1__4 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3; }
  .project_objectives .announcements__item-info.col-4__9 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3; }
  .announcements__item .announcements__item-info {
    padding: 0 0; }
  .see__more-section {
    margin: 20px 0 0; }
  .announcements {
    padding: 150px 0 60px 0; }
  .award__cats-section .award__menu-img {
    height: 418px; 
    width: 350px;}
  .award__cats-section .section__title {
    display: block;
    padding: 0 0 20px 0; }
  .award__menu-items ul {
    margin: 15px 0 0; }
  .award__cats-section .award__menu {
    margin: 40px 0 0; }
  .facts__list {
    padding: 40px 0 0 0; }
  .items__list.d__grid {
    gap: 40px 20px;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr); }
  .experts__organization-section .d__grid {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
    gap: 20px; }
  .experts__organization-section .col-2__9 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1/7; }
  .experts__organization-section .col-4__8 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 4;
    grid-column: 2/6; }
  .about__award-section .d__grid {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
    gap: 20px; }
  .about__award-section .col-2__12 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1/7; }
  .about__award-info {
    margin: 22px 0 0; }
  .about__award-info.grid__cols.col-2__7 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1/7; }
  .about__award-info.grid__cols.col-7__13 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1/7; }
  .news-section .news__list {
    padding: 30px 0 0 0; }
  .news-section .items__list.d__grid {
    gap: 20px; }
  .about__award-img {
    left: 80px; }
  .quote__text {
      font-size: 5.115vw;
  }
  .news-section .d__grid.grid__12.align__items-start {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end; }
  .news__list {
    padding: 40px 0 0; }
  .speakers__slider-section .col-1__4 {
    display: none; }
  .speakers__slider-section .col-4__13 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/13; }
  .speakers .section__title {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/13; }
  .speakers__slider {
    padding: 40px 0 60px; }
  .about__bottom {
    padding: 30px 0 0;
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/13; }
  .nomination__info {
    padding: 50px 0 60px 0; }
  .nomination__experts {
    padding: 60px 0; }
  .nomination__info-lists {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    padding: 0 0;
    gap: 0; }
  .nomination__critery {
    padding: 60px 0; }
  .tickets {
    padding: 60px 0; }
  .nomination__critery .section__title {
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1/7; }
  .nomination__critery-img {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/5; }
  .nomination__critery-info {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1/4; }
  .nomination__info .text__text-1 {
    padding: 20px 0 0; }
  .nomination__info .text__text-1:first-child {
    padding: 0 0 30px 0; }
  .nomination__info ul {
    padding: 0px 0 0px 6px; }
  .nomination__critery-lists {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    padding: 10px 0 20px 0; }
  .nomination__critery-lists ul {
    padding: 0 0 0 6px; }
  .nomination__critery-img {
    margin: 30px 0 0; }
  .nomination__item .experts__list {
    padding: 40px 0 0 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 20px; }
  .tiles__slider .tile__slide {
    width: auto;
    height: auto; 
  margin: 0 0 0 0;}
  .tile__slide .item__img {
    width: auto;
    height: 430px; }
  .news__list.d__grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px; }
  .events__list.d__grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px; }
  .experts__list.d__grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr); }
  .events-section {
    padding: 120px 0 60px; }
  .header .col:last-child {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-column-align: end;
        justify-self: end; }
  .launch__info h2 {
    font-size: 56px; }
  .award__winnerss-header {
    padding: 20px 0 0 0;
    border-bottom: unset;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; }
  .award__winnerss-section h2 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/5;
    -ms-grid-column-align: start;
        justify-self: start;
    margin: 0 0; }
  .mobile-select__country-section {
    -ms-grid-column: 5;
    -ms-grid-column-span: 2;
    grid-column: 5/7;
    -ms-grid-column-align: end;
        justify-self: end;
    display: block;
    position: relative; }
  .award__winner-left.col.col-1__3 {
    display: none; }
  .award__winner-center.col.col-4__10 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/13; }
  .award__winners-slide h3 {
    margin: 0 0; }
  .award__winners-wrap {
    height: 380px; }
  .our__mission-top .col-1__4 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/13;
    padding: 0 0 20px 0; }
  .our__mission-top .col-4__13 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/13; }
  .our__mission-top {
    padding: 0 0 40px 0; }
  .our__mission-top .col-4__10 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/13; }
  .our__mission-bottom .col-1__4 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1/7;
    -ms-grid-row: 2;
    grid-row: 2; }
  .our__mission-bottom .col-4__13 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/13;
    -ms-grid-row: 1;
    grid-row: 1; }
  .our__mission-section {
    padding: 60px 0; }
  .tile__list-item {
    padding: 20px 30px 30px; }
  .tile__list-item:nth-child(n+5) {
    padding: 30px 30px 20px; }
  .load__more:hover {
    width: 88px;
    height: 88px; }
  .contacts__list {
    padding: 0px 0 30px 0; }
  .contacts__list-item {
    padding: 30px 0 20px 0; }
  .nominations__list {
    padding: 30px 0 60px 0; }
  .about__forum-desc {
    padding: 20px 0 120px 0; }
  .about__forum .announcements {
    padding: 40px 0 0 0; }
  .launch__info .text__text-1 {
    padding: 40px 0;
    line-height: 1.5; }
  .sponsors__list, .partners__list {
    padding: 40px 0 0; }
  .news__item-info {
    padding: 60px 0; }
  .news__item-info h1 {
    font-size: 56px;
    margin: 0 0;
    padding: 0 0 20px 0; }
  .news__item-info p {
    padding: 10px 0; }
  .news__item-media__content {
    margin: 20px 0 10px; }
  .news__item-info h4 {
    padding: 30px 0 0; }
  .news__item-text {
    padding: 0 0 40px 0; }
  .news__item-institutions-text .d__grid {
    gap: 0 20px; }
  .award__winnerss-section {
      padding: 120px 0 90px 0;
  }
  .events__slider-item.slider__slide.slide.slick-slide {
    width: 700px;
    height: 390px; }
  .events__slider {
      margin: 40px 0 0 0;
  }
  }

@media only screen and (max-width: 720px) {
  .launch__info.col-1__6 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 10;
    grid-column: 1/11; }
  .info__circles {
    position: relative;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr); }
  .tag__filter-filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5px 15px; }
  /* .tag__filter, .tag__filter-filters {
    gap: 20px; }  */
  }

@media only screen and (max-width: 600px) {
  .tile__list-item, .tile__list-item:nth-child(n+5) {
    padding: 20px 20px; }
  .award__cats-section .award__menu {
    margin: 40px 0 0 0; }
  .award__menu-items ul {
    margin: 0 0; }
  .award__cats-section .award__menu-items {
    -ms-grid-column: 1;
    -ms-grid-column-span: 11;
    grid-column: 1/12; }
  .award__cats-section .award__menu-img {
    display: none; }
  .award__cats-section .award__menu-items li {
    width: 100%; }
  .items__list.d__grid {
    gap: 40px;
    grid-template-columns: repeat(1, 1fr); }
  .news__list.items__list.d__grid {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr); }
  .line__3 .grid__cols.col-2__4 {
    top: 200px; }
  .award__intro {
    margin: -160px 0 0 0; }
  .header .col:last-child {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-column-align: start;
        justify-self: start; }
  .contacts__form .policy__checkbox{padding: 0 10% 0 0;} }

@media only screen and (max-width: 480px) {
  .news__item-media__content.content-video .video__container, .news__item-media__content.content-video .youtube{
    height: 200px;
  }
  .contacts__form .form__inputs{grid-template-columns: repeat(1, 1fr);}
  .user-question.col-1__3{grid-column: 1;}
  .input__data-list {
    padding: 0 0 30px 0;
  }
  .contacts__form .policy__checkbox{padding: 0 10% 12% 0;}
  .button__medium.button__gold.submit{
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .button__medium.button__grey {position:absolute; left: 0; bottom: 0;}

  .contacts__form-section {
    padding: 60px 16px 30px 16px;}
  .tile__list-item__img {
    min-height: 7about__forum0px; }
  .nomination__critery-info .d__grid {
    gap: 10px; }
  .speakers__slider {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px 20px; }
  .speakers__slider .tile__slide {width: 100%;}
  .about__forum-desc.d__grid.grid__6 {
    gap: 20px; }
  .breads {
    padding-bottom: 0; }
  .contacts h1 {
    line-height: 1; }
  .contacts .header .d__grid {
    gap: 40px; }
  .contacts__list {
    padding: 0 0 30px 0; }
  .events__slider-section .slider__prev.pull-left.slick-arrow,
  .events__slider-section .slider__next.pull-right.slick-arrow {
    display: none !important; }
  .video__container, .youtube {
    height: 200px;
    margin: 40px 0; }
  .about__forum .announcements {
    padding: 40px 0 0px 0; }
  .announcements__list .section__title {
    padding: 0 0 30px 0; }
  .announcements__item-time {
    padding: 0 0 10px 0; }
  .announcements__item-month.text__text-1 {
    padding: 0 0 0 15px; }
  .about__forum .announcements__item {
    padding: 0 0 30px 0;
    margin: 0 0 30px 0; }
  .header__title-img {
    display: none; }
  h1.caps {
    font-size: 11vw; }
  .award__intro {
    display: -ms-grid;
    display: grid; }
  .line__3 .grid__cols.col-4__13, .line__3 .grid__cols.col-2__4, .line__5 .grid__cols.col-4__13 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/13; }
  .line__1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .line__2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .line__3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .line__4 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .line__5 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .line__3 h1 {
    padding: 0 0; }
  .line__3 span {
    text-align: left; }
  .line__3 .grid__cols.col-2__4 {
    top: 260px;
    width: 100%;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .line__2 .grid__cols, .line__5 .grid__cols {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/13; }
  .our__mission-text.d__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px; }
  .item__big .item__img {
    height: 400px; }
  .item__small .item__img {
    height: 270px; }
  .news__list.d__grid {
    grid-template-columns: repeat(1, 1fr); }
  .events__list.d__grid {
    gap: 40px 20px; }
  .events__list {
    padding: 40px 0 0; }
  .events__list.d__grid {
    grid-template-columns: repeat(1, 1fr); }
  .launch__info.col-1__6 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/13; }
  .announcements__items {
    grid-template-columns: repeat(1, 1fr); }
  .project_objectives .announcements__item:first-child {
    padding: 0 20px 30px 0;
    margin: 0 0 30px; }
  .project_objectives .announcements__item {
    padding: 0 20px 30px 0;
    margin: 0 0 30px; }
  .about__award__images__item:nth-child(n+2) {
    display: none; }
  .nominations__list {
    padding: 30px 0 60px; }
  .nominations__list.d__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px 20px; }
  .experts__list {padding: 30px 0 0 0; }
  .nominations.laureates{padding: 0 0 60px 0;}
  .experts__list.d__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px 20px; }
  .about__award__images-list.d__grid {
    grid-template-columns: repeat(1, 1fr); }
  .about__forum-preview .d__grid.grid__2 {
    grid-template-columns: repeat(1, 1fr); }
  .play__video {
    width: 60px;
    height: 60px;
    background: url(img/icon-play.svg);
    background-position: 24px center;
    background-size: 14px;
    background-repeat: no-repeat; }
  .events__slider-item-container {
    width: 320px;
    height: 300px;
    position: relative; }
  .announcements__list .grid__12 {
    grid-template-columns: repeat(1, 1fr); }
  .announcements__items {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3; }
  .announcements__item {
    border-bottom: 1px solid #CFCFCF;
    margin: 0 0 30px 0;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px; }
  .announcements__item:first-child {
    margin: 0 0 30px 0; }
  .announcements__item:last-child {
    margin: 30px 0 0 0; }
  .announcements__item-desc.text__text-1 {
    padding: 0 0 20px 0; }
  .announcements__item-date.col-1__4 {
    -ms-grid-column: 1;
    grid-column: 1;
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(3, auto);
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 5px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start; }
  .announcements__item-info.col-4__9 {
    -ms-grid-column: 1;
    grid-column: 1; }
  .see__more-section {
    margin: 10px 0 0 0; }
  .experts__organization-section .col-4__8 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/13; }
  .experts__organization-section .col-4__8 p {
    padding: 30px 0; }
  .award__cats-section .award__menu-img {
    height: 418px;
    width: 350px; }
  .about__award-img {
    width: 200px; }
  .tickets {
    padding: 60px 20px; }
  .tickets-buttons {
    -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; }
  .tickets-buttons .rounded__button:first-child, .tickets-buttons .rounded__button:last-child {
    left: 0; }
  .rounded__button:first-child {
    top: 15px; }
  .rounded__button:last-child {
    top: -15px; }
  .award__intro {
    margin: -140px 0 0 0; }
  .nomination__info .col-1__7 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/13;
    margin: 0 0 30px 0; }
  .nomination__info .col-7__13 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/13; }
  .nomination__info .text__text-1:first-child {
    padding: 0 0 30px 0; }
  .nomination__info .text__text-1 {
    padding: 20px 0 0; }
  .nomination__item .experts__list {
    padding: 40px 0 0 0;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px; }
  .nomination__critery .section__title {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/13; }
  .nomination__critery-img {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/13;
    height: 400px;
    margin: 30px 0; }
  .nomination__critery-info {
    -ms-grid-row: 3;
    grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/13; }
  .nomination__critery-img div {
    height: 400px;
    width: 100%; }
  .nomination__critery-lists {
    padding: 20px 0 30px 0; }
  .award__cats-section .award__menu-img {
    display: none; }
  .about__award-section .d__grid {
    grid-template-columns: repeat(1, 1fr); }
  .about__award-desc.grid__cols.col-1__4 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2; }
  .about__award-desc.grid__cols.col-4__7 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2; }
  .about__award-text h4 {
    margin: 0 0 30px; }
  .about__award-info p {
    padding: 0 0; }
  .about__award-img {
    left: 0; }
  .about__award-text .d__grid {
    margin: 0 0 40px 0; }
  .about__award-img {
    left: 0;
    width: 100%;
    padding: 0 5%; }
  .news__list {
    padding: 40px 0 0; }
  .button__big {
    font-size: 20px; }
  .news__list.items__list.d__grid {
    gap: 40px;
    grid-template-columns: repeat(1, 1fr); }
  .item__big-quad.col-1__3 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2; }
  .tiles__slider .tile__slide {
    width: 100%;
    margin: 0 0; }
  .tile__slide:last-child {
    margin: 0 0; }
  .tile__slide .item__img {
    width: auto;
    height: 400px; }
  .contacts__list-item {
    padding: 30px 0; }
  .contacts__list-item-button {
    -ms-grid-column-align: start;
        justify-self: start; }
  .contacts__list-item-country h4 {
    padding: 0 0 20px 0; }
  .contacts__list-item-country.col-1__4, .contacts__list-item-button.col-10__13 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/13; }
  .contacts__list-item-contact_info_title.col-4__5 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3; }
  .contacts__list-item--contact_info_data.col-5__10 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 9;
    grid-column: 3/12;
    padding: 0 0 0 10px; }
  .contacts__list-item p:last-child {
    padding: 0 0 30px; }
  .our__mission-bottom.d__grid {
    gap: 20px; }
  .our__mission-bottom .col-1__4 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/13; }
  .award__winnerss-section h2 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1/7; }
  .mobile-select__country-section {
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1/7;
    -ms-grid-column-align: stretch;
        justify-self: stretch; }
  .circle__1, .circle__2, .circle__3, .circle__4 {
    width: 160px;
    height: 160px; }
  .tile__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr); }
  .tile__list-item:nth-child(n+4) {
    border-bottom: 1px solid #CFCFCF;
    padding: 30px 0 30px; }
  .tile__list-item:nth-child(n+7) {
    border-bottom: 1px solid #FCFCFC;
    padding: 30px 0 20px; }
  .tile__list-item:nth-child(2n)::after {
    border-right: 1px solid #FCFCFC;
    right: 0; }
  .tile__list-item {
    padding: 30px 0 30px; }
  .award__cats-section .d__grid.grid__12 {
    gap: 40px; }
  .award__menu-see__more {
    margin: 0 0; }
  .experts__organization-section .main__img {
    margin: 40px 0 0; }
  .about__award-info {
    margin: 45px 0 0; }
  .events__slider-section .cursor-arrow {
    visibility: hidden;
    opacity: 0; }
  .events__slider-item-text {
    padding: 0 20px 20px; }
  .events__slider-item {
    margin: 0 10px 0 0; }
  .footer__menu {
    margin: 40px 0 0; }
  .footer__form {
    margin: 40px 0 0; }
  .nomination__info ul, .nomination__critery ul, .nomination__critery-lists ul {
    padding: 0 0 0 6px; }
  .about__forum-text {
    padding: 20px 0 0; }
  .about__forum-desc {
    padding: 20px 0 120px;
    margin: 20px 0 0; }
  .about__bottom h4 {
    padding: 30px 0 0; }
  .about__award__images {
    padding: 0 0; }
  .about__award__images__item.item__big, .about__award__images__item.item__big .item__img {
    height: 400px;
    margin: 0 0; }
  .our__mission-section {
    padding: 120px 0 0; }
  .our__mission-top .col-1__4 {
    padding: 0 0 30px 0; }
  .our__mission-top .col-4__13 {
    padding: 0 0 10px 0; }
  .project_objectives {
    padding: 120px 0 0; }
  .project_objectives .announcements__items {
    grid-template-columns: repeat(1, 1fr);
    padding: 0 0 120px 0; }
  .project_objectives .announcements__item:last-child {
    margin: 0 0; }
  .info__circles {
    position: relative;
    gap: 20px 10px; }
  .launch__info h2 {
    font-size: 36px; }
  .launch__info .text__text-1 {
    padding: 40px 0; }
  .award__winners {
    padding: 20px 0 0 0; }
  .slider-nav__arrows {
    top: 30px; }
  .award__winnerss-section {
    padding: 70px 0 70px; }
  .sponsors__list, .partners__list {
    padding: 40px 0 0; }
  .see__more-link {
    margin: 20px 0 0; }
  .news__list.d__grid {
    gap: 40px 20px; }
  .load__more-section {
    padding: 40px 0 0; }
  .events-section {
    padding: 100px 0 60px; }
  .news__item-info, .search-results.d__grid {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    padding: 40px 0 50px; }
  .news__item-date {
    -ms-grid-column: 1;
    grid-column: 1;
    padding: 0 0 40px 0; }
  .news__item-text {
    -ms-grid-column: 1;
    grid-column: 1;
    padding: 0 0 30px 0; }
  .news__item-info h1 {
    font-size: 36px;
    margin: 0 0;
    padding: 0 0 20px 0; }
  .news__item-info p {
    padding: 10px 0; }
  .news__item-media__content {
    margin: 20px 0 10px 0; }
  .news__item-info h4 {
    padding: 30px 0 0; }
  .news__item-institutions.d__grid {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr); }
  .news__item-institutions .col-4__10 {
    -ms-grid-column: 1;
    grid-column: 1; }
  .news__item-institutions-text .d__grid {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr); }
  .institution span {
    padding: 20px 0; }
  .institution:nth-child(-n+1) span {
    border-top: 1px solid #CFCFCF;
    border-bottom: none; }
  .news__list.other__news {
    padding: 30px 0 0; }
  .events__slider-item.slider__slide.slide.slick-slide {
    width: 320px;
    height: 300px; } 
  .container{padding:0 16px; max-width: unset;}
  .announcements{padding: 120px 0 60px 0;}
}

@media only screen and (max-width: 450px) {
  .line__3 .grid__cols.col-2__4 {
    top: 220px;}
   }

@media only screen and (max-width: 420px) {
  .line__3 .grid__cols.col-2__4 {
    top: 210px;}
   }

@media only screen and (max-width: 360px) {
  .circle__1, .circle__2, .circle__3, .circle__4 {
    width: 150px;
    height: 150px; }
  .announcements {
    padding: 60px 0; }
  .social__links ul {
    gap: 10px; }
  .line__3 .grid__cols.col-2__4 {
    top: 210px; }
  .arrow__down-section {
    bottom: 110px; }
    .container{padding:0 16px;}
  .line__3 .grid__cols.col-2__4 {
    top: 190px;}
   }

@media only screen and (max-width: 320px) {
  .line__3 .grid__cols.col-2__4 {
    top: 170px;}
  .container{padding:0 6px;}
     }

@media only screen and (max-height: 780px) and (orientation: portrait) {
  .header__fvh {
    -ms-flex-line-pack: start;
        align-content: start; }
  .award__intro {
    margin: 50px 0 0 0; } }

/*  RESIZES end */
/* footer css start */
footer {
  padding: 100px 0 35px 0; }

.footer__logo img {
  width: 180px; }

.footer__title {
  margin: 0 0 20px 0;
  color: #363636; }

.footer__menu li {
  padding: 3px 0; }

.footer__menu .col:last-child {
  margin: 60px 0 0; }

.footer__bottom {
  margin: 120px 0 0; }

.footer__top {
  padding: 100px 0 0; }

.footer__form label {
  width: 100%;
  margin: 30px 0 40px 0;
  color: #0C0C0C;
  display: block; }

.footer__form input {
  border: none;
  background: transparent;
  width: 100%;
  margin: 12px 0 0;
  padding: 0 40px 16px 0;
  border-bottom: 1px solid #CFCFCF;
  color: #0C0C0C; }

input.error__input {
  color: #F83B3B;
  border-bottom: 1px solid #F83B3B !important;
}
input.error__input::placeholder{
  color: #F83B3B;
}

.ui.dropdown.app-selected_country.country__select.error__input{
  border-bottom: 1px solid #F83B3B;
}

.ui.dropdown.app-selected_country.country__select.error__input .default.text.input__text{
  color: #F83B3B;
}

.input__container span.error__input{
  color: #F83B3B;
}

/* application__form aside form start */

label.text__input-container, label.text__input-container .input__name, label.text__input-container input, label.text__input-container textarea{
  width: 100%;
  display: block;
}

label.text__input-container.full_width{
  grid-column: 1/3;
}

aside.application__form-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  right: -2000px;
  z-index: 11;
  overflow-y: scroll;
  -webkit-transition: all 450ms;
  -o-transition: all 450ms;
  transition: all 450ms;
  opacity: 0;
  visibility: hidden; }

.form__tabs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (auto)[4];
  grid-template-columns: repeat(4, auto);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 40px 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  width: 100%;
  background: #FCFCFC; }

.ui.dropdown.country__select {
  border-bottom: 1px solid #CFCFCF;
  opacity: 1; }

.ui.dropdown.country__select .dropdown__icon {
  margin: 0 0;
  position: absolute;
  right: 0;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms; }

.ui.dropdown.country__select.active.visible .dropdown__icon {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms; }

.ui.dropdown.country__select .menu {
  width: 100%;
  top: 55px;
  border: none;
  -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.05);
  height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
  background: #FCFCFC; }

.application__form-section {
  position: absolute;
  width: 50%;
  min-width: 720px;
  padding: 30px 50px 50px 50px;
  background: #FCFCFC;
  right: -200px;
  right: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 450ms;
  -o-transition: all 450ms;
  transition: all 450ms;
  height: 100%; }

.application__form {
  position: relative;
  height: 100%; }

.application__form form {
  height: 100%;
  overflow: hidden; }

.form__steps {
  height: 100%;
  overflow: auto; }

.application__form .form__close {
  width: 40px;
  height: 40px;
  border: none;
  background: transparent;
  position: absolute;
  right: 0;
  top: 70px;
  cursor: pointer;
  z-index: 100; }

.application__form .form__close.success__close{
  top: 20px;
}

.policy__checkbox {
  margin: 25px 0 0 0; }

.nomination__cat-inputs h5 {
  padding: 0 0 20px 0; }

.nomination__cat-inputs .input__container {
  padding: 0 0 10px 0; }

.application__form h3 {
  margin: 0 0 30px 0; }

.application__form .form__inputs {
  margin: 30px 0 0 0;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2; }

.application__form .form__inputs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 70px; }

.application__form .form__inputs.masonry__inputs {
  display: block;
  gap: 30px 70px; }

.form__step-title {
  background: #fcfcfc;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  padding: 0 0 30px;
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content; }

  .input__data-list-container {
    height: 100%;
    max-height: 1100px;   
    padding: 195px 0 0 0;
    margin: -220px 0 0 0; 
  }

.input__data-list {
  margin: 0px 0 0 0;
  height: 100%;
  overflow: auto;
  padding: 0 0 30px 0; }

.form__step {
  height: 100%;
  overflow: hidden;
  display: none; }

.form__step:first-child {
  height: 100%;
  overflow: hidden;
  display: block; }

.nomination__cat-inputs {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr auto;
  grid-template-rows: 1fr auto;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  margin: 0 0 30px 0; }

.form__inputs input, .form__inputs textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid #CFCFCF;
  padding: 0 0 20px 0; }

.form__buttons {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.form__buttons label {
  cursor: pointer; }

.form__buttons button {
  background: transparent;
  border: none; }

.contacts__overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #000000c8;
  opacity: 0;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms; }

.input__data:first-child {
  margin: 0 0 15px 0; }

.input__data {
  background: #E7E7E7;
  padding: 30px 20px;
  margin: 15px 0;
  display: inline-block;
  width: 100%; }

.input__data .d__grid {
  gap: 20px 40px; }

.input__data h5 {
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #CFCFCF; }

.input__data .subheading__normal {
  padding: 0 0 10px 0; }

aside.application__form-modal.aside__active {
  opacity: 1;
  right: 0;
  -webkit-transition: all 450ms;
  -o-transition: all 450ms;
  transition: all 450ms;
  visibility: visible; }

aside.application__form-modal.aside__active .application__form-section {
  opacity: 1;
  right: 0;
  visibility: visible;
  -webkit-transition: all 450ms;
  -o-transition: all 450ms;
  transition: all 450ms; }

aside.application__form-modal.aside__active .contacts__overlay {
  opacity: 1;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  transition: all 550ms; }

.success__msg {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 10%;
  text-align: center;
  width: 100%;
  height: 100%;
  display: none;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

.success__msg h4 {
  margin: 0 0 50px 0;
  line-height: 1; }

.success__msg a {
  display: inline-block; }

.success__msg.succes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  visibility: visible;
  position: absolute;
  top: 0;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }
/* application__form aside form end */
/* footer css end */
/*  RESIZES start */
@media only screen and (max-height: 960px) {
  .form__tabs {
    margin: 0 0 30px 0; }
  .application__form h3 {
    margin: 0 0 10px 0; } }

@media only screen and (max-height: 620px) {
  .form__tabs {
    margin: 0 0 20px 0; }
  .application__form h3 {
    margin: 0 0 10px 0; } }

@media only screen and (max-height: 520px) {
  .form__tabs {
    margin: 0 0 20px 0; }
  .application__form h3 {
    margin: 0 0 10px 0; } }

@media only screen and (min-width: 1440px) and (max-width: 1680px) {
  footer {
    padding: 90px 0 35px 0; }
  .footer__top {
    padding: 60px 0 0; } }

@media only screen and (max-width: 1440px) {
  footer {
    padding: 90px 0 35px 0; } }

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  footer {
    padding: 80px 0 35px 0; }
  .footer__top {
    padding: 80px 0 0; }
  footer {
    padding: 80px 0 35px 0; }
  .footer__top {
    padding: 40px 0 0; }
  .footer__menu.d__grid {
    gap: 40px 20px; }
  .application__form .form__close.success__close{
    top: 0px;
  } }

@media only screen and (max-width: 1024px) {
  .form__close{top: -40px}
  .application__form .form__close.success__close{
    top: 0px;
  }
  footer {
    padding: 80px 0 35px 0; }
  .footer__top {
    padding: 80px 0 0; }
  footer {
    padding: 80px 0 35px 0; }
  .footer__menu.d__grid {
    gap: 40px 20px; }
  .footer__bottom {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr); }
  .footer__bottom .col-2__4 {
    -ms-grid-column: 2;
    grid-column: 2; }
  .footer__bottom .col:last-child {
    -ms-grid-column-align: end;
        justify-self: end; }
  .application__form-section {
    width: 100%;
    min-width: auto;
    padding: 30px 30px 40px 30px; } }

@media only screen and (max-width: 768px) {
  .form__close{top: -34px}
  .application__form-section {
    width: 100%;
    min-width: auto;
    padding: 24px 24px 40px 24px; }
  .application__form .form__close {
    top: 70px; }
  aside.application__form-modal.aside__active {
    left: 0; }
  footer {
    padding: 60px 0 35px 0; }
  .footer__top {
    padding: 70px 0 0; }
  .footer__logo img {
    width: 140px; }
  footer .grid__4 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr); }
  footer .col-2__4 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4; }
  .footer__form {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
    padding: 0 20% 0 0; }
  .footer__bottom .col-2__4 {
    -ms-grid-column: 2;
    grid-column: 2; justify-self: start; }
  .footer__menu .col:last-child {
    margin: 0 0; }
  .footer__bottom .col:last-child {
    -ms-grid-column-align: end;
        justify-self: end; }
  .site__studio {
    float: left;
  } }

@media only screen and (max-width: 640px) {
  .footer__logo img {
    width: 132px; }
  .footer__menu {
    margin: 40px 0 0; }
  footer .grid__4 {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 10px; }
  footer .grid__2 {
    gap: 40px 10px; }
  footer .col-2__4 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3; }
  .footer__form {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3; }
  .footer__bottom .col-2__4 {
    -ms-grid-column: 1;
    grid-column: 1; }
  .footer__menu .col:last-child {
    margin: 0 0; }
  footer .justify__self-center {
    -ms-grid-column-align: unset;
        justify-self: unset; }
  .footer__bottom {
    margin: 40px 0 0 0; }
    .footer__bottom .col:last-child {
      -ms-grid-column-align: start;
          justify-self: start; } }

@media only screen and (max-width: 560px) {
  .form__tabs {
    display: none; }
  .application__form .form__close {
    top: 0; }
  .form__step-title {
    padding: 50px 0 30px; } }

@media only screen and (max-width: 520px) {
  .form__tabs {
    display: none; }
  .application__form .form__close {
    top: 0; }
  .form__step-title {
    padding: 50px 0 30px; }
  .application__form .form__inputs {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr); }
  .ui.dropdown.country__select {
    padding: 0 0 20px 0; }
  .input__data-list {
    padding: 0 0 70px 0; }
  .input__data .d__grid {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr); } }

@media only screen and (max-width: 480px) {
  .application__form .form__inputs.masonry__inputs {
    display: grid;
    gap: 30px 70px;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr); 
  }
  .form__close{top: -46px}
  .footer__logo img {
    width: 124px; } 
  .form__buttons {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
    background: #fcfcfc;
  }
  .input__data-list {
    padding: 0 0 30px 0; }
  .policy__checkbox label.align__items-center{
    align-items: start;
  }
  .input__name-text {
    margin: 0 0 6px 0;
  }
  .select__country-list-section{
    left: 0;
    width: 100%;
    top: 60px;
  }
  .nomination__cat-inputs{
    margin: 0 0;
  }
  }

  @media only screen and (max-width: 360px) {
    .footer__logo img {
      width: 120px; } }
/*  RESIZES end */


.abs_logout-button {
  position: absolute;
  z-index: 30;
  top: 30px;
  right: 80px;
}

.site__studio {
  float: right;
}