::-webkit-input-placeholder {
  color: #434343;
}

::-moz-placeholder {
  color: #434343;
}

:-ms-input-placeholder {
  color: #434343;
}

::-ms-input-placeholder {
  color: #434343;
}

::placeholder {
  color: #434343;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: 0;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
  font-style: normal;
  font-weight: normal;
}

body {
  min-width: 320px;
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  position: relative;
  overflow-x: hidden;
}

ul[class],
ol[class] {
  list-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

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

input,
button,
textarea,
select {
  font: inherit;
}

h1 {
  font-weight: bold;
  font-size: 32px;
  line-height: 48px;
}

h2 {
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
}

h3 {
  font-size: 18px;
  line-height: 28px;
}

h4 {
  font-size: 16px;
  line-height: 24px;
}

h5 {
  font-size: 14px;
  line-height: 22px;
}

h6 {
  font-size: 12px;
  line-height: 20px;
}

p {
  font-size: 16px;
  line-height: 28px;
  margin: 0;
  margin-bottom: 10px;
}

blockquote {
  margin: 0;
  padding-left: 18px;
  border-left: 2px solid #F1F6FC;
}

blockquote p {
  font-size: 16px;
  line-height: 24px;
}

a {
  color: #1E2A5D;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #222;
    z-index: 99999;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #FFDF6A;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #FFCB64;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #796244;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.form-group input{
  width: 100%;
  padding: 16px 16px;
  border: none;
  background: #E1E4ED;
  border-radius: 5px;
}
.modal__content form{
  max-width: 350px;
  margin: 0 auto;
}
.order-call{
  color:#fff;
  background: #000;
  border-radius: 5px;
  width: 100%;
  padding: 16px;
}
.vote-success{
  display: none;
}
#error-sum{
  display: none;
}
.min-logo{
  width: 328px;
}

.votesment .modal__header .modal__title{
    text-align: center;
    width: 100%;
}

.google-button {
  height: 60px;
  border-width: 0;
  background: white;
  color: #737373;
  border-radius: 5px;
  white-space: nowrap;
  box-shadow: 1px 1px 0px 1px rgba(0, 0, 0, 0.05);
  -webkit-transition-property: background-color, box-shadow;
  transition-property: background-color, box-shadow;
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  padding: 0;
  width: 100%;
  margin-top:8px;
}
.google-button:focus, .google-button:hover {
  box-shadow: 1px 4px 5px 1px rgba(0, 0, 0, 0.1);
}
.google-button:active {
  background-color: #e5e5e5;
  box-shadow: none;
  -webkit-transition-duration: 10ms;
          transition-duration: 10ms;
}

.google-button__icon {
  display: inline-block;
  vertical-align: middle;
  margin: 8px 0 8px 8px;
  width: 18px;
  height: 18px;
  box-sizing: border-box;
}

.google-button__icon--plus {
  width: 27px;
}

.google-button__text {
  display: inline-block;
  vertical-align: middle;
  padding: 0 24px;
  font-size: 14px;
  font-weight: bold;
  font-family: "Roboto", arial, sans-serif;
}
.form-radio {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-right: 20px;
}

.form-radio:last-child {
  margin-right: 0;
}

.form-radio:hover .form-radio__btn + label::before {
  border-color: #1E2A5D;
}

.form-radio:hover .form-radio__btn:disabled + label::before {
  border: 1px solid #F1F6FC;
  background-color: #F1F6FC;
}

.form-radio .form-radio__btn {
  display: none;
}

.form-radio .form-radio__btn + label {
  color: #434343;
  font-size: 16px;
  line-height: 20px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.form-radio .form-radio__btn + label::before {
  content: '';
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border: 1px solid #F1F6FC;
  background-color: #F1F6FC;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.form-radio .form-radio__btn:checked + label::before {
  border: 5px solid #4F88D9;
}

.form-radio .form-radio__btn:disabled + label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  opacity: .5;
}

.form-checkbox {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-right: 20px;
}

      .section-btn-nominant {
  margin-top: 14px;
}


 .rank-nominant {
    font-style: normal;
    padding-top: 5%;
    padding-bottom: 7%;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    color: #666666;
}
    .a-nominant{
      text-decoration: underline;
      color: #000000;
      text-decoration: underline;
      color: #000000;
      font-size: 16px;
      font-weight: 300;
    }
    .name-nominant{
    margin-bottom: 10px;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 19px;
    text-transform: uppercase;
    color: #3A3A3A;
    letter-spacing: 1px;
  }

  .waiting .modal__close:before {
    color: #3a3a3a !important;
  }

  .waiting .modal__content {
    padding: 0 !important;
  }

  .waiting {
    padding: 0 !important;
  }

  .waiting img {
    max-height: 400px!important; 
    width: 100% !important;
    object-fit: cover !important;
  }

  .waiting .sportsmen {
    flex-wrap: wrap !important;
  }

  .waiting .info {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .waiting .surname {
    font-weight: bold !important;
    font-size: 32px !important;
    line-height: 45px !important;
    color: #000000 !important;
  }

  .waiting .description {
    font-size: 16px !important;
    line-height: 22px !important;
    max-width: 100% !important;
    color: #000000 !important;
  }


.img-view.history{
  display: flex;
  flex-direction: row;
}

.mobile.history{
  display: none !important;
}

.img-view.history .one-column{
  display: flex;
  flex-direction: column;
}

.img-view.history .two-column{
  display: flex;
  flex-direction: column;
}

.img-view.history img{
  width: 263px;
  height: 200px;
  padding: 4px;
}

.img-view.vote{
  margin-top: 72px;
}


.hist-stella-view {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.hist-stella-view.reverse {
  flex-direction: row-reverse;
}
.hist-stella-view .text-view {
  max-width: 590px;
}
.hist-stella-view .view-title {
  margin-bottom: 22px;
  font-weight: 800;
  font-size: 32px;
  line-height: 39px;
  text-transform: uppercase;
  color: #1c1c1c;
}

.philosophy-view {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 150px;
}
.philosophy-view.reverse {
  flex-direction: row-reverse;
}
.philosophy-view.reverse .img-view {
  margin-left: 0;
  margin-right: 75px;
}
.philosophy-view .text-view {
  max-width: 49%;
  font-size: 14px;
}
.philosophy-view .break {
  flex-basis: 100%;
  height: 0;
}
.philosophy-view .view-title {
  margin-bottom: 22px;
  font-weight: 800;
  font-size: 32px;
  line-height: 39px;
  text-transform: uppercase;
  color: #1c1c1c;
}
.philosophy-view .view-description {
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 150%;
  color: #000;
  border: 2px solid #000;
  flex-basis: 100%;
  padding: 1rem;
}
.philosophy-view .text-description {
  max-width: 70%;
  margin: 0 auto;
}
.philosophy-view .text-description .h1 {
  margin: 0;
  font-size: 40px;
  font-family: "ProximaNova", sans-serif;
  margin-bottom: -18px;
  padding: 0;
}
.philosophy-view .text-description .bold {
  font-size: 18px;
  text-transform: uppercase;
  font-family: "ProximaNova", sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
}


.history-photo {
  padding-bottom: 50px;
  margin-bottom: 70px;
}
.history-photo .text-view {
  max-width: 590px;
}
.history-photo .view-title {
  margin-bottom: 22px;
  font-weight: 800;
  font-size: 32px;
  line-height: 39px;
  text-transform: uppercase;
  color: #1c1c1c;
}

.hist-photo-grid {
  position: relative;
  height: 400px;
  margin-bottom: 30px;
}
.hist-photo-grid .hist-photo-item {
  position: absolute;
  filter: grayscale(100%);
}
.hist-photo-grid .hist-photo-item:hover {
  filter: unset;
}
.hist-photo-grid .hist-photo-item:nth-child(1) {
  left: 0;
  top: 0;
  width: 269px;
  height: 383px;
}
.hist-photo-grid .hist-photo-item:nth-child(2) {
  left: 282px;
  top: 0;
  width: 413px;
  height: 138px;
}
.hist-photo-grid .hist-photo-item:nth-child(3) {
  right: 213px;
  top: 0;
  width: 242px;
  height: 138px;
}
.hist-photo-grid .hist-photo-item:nth-child(4) {
  width: 200px;
  height: 383px;
  right: 0;
  top: 0;
}
.hist-photo-grid .hist-photo-item:nth-child(5) {
  top: 148px;
  right: 213px;
  width: 363px;
  height: 235px;
}
.hist-photo-grid .hist-photo-item:nth-child(6) {
  top: 148px;
  left: 282px;
  width: 289px;
  height: 235px;
}

.hist-creation-view .item img{
  height: 210px;
  object-fit: cover;
}

.hist-creation-view .section-wrap {
  margin-top: 40px;
  margin-bottom: 40px;
}
.hist-creation-view .section-wrap .item {
  width: 25%;
  height: 25%;
  position: relative;
}
.hist-creation-view .section-wrap .item:hover .info {
  display: block;
}
.hist-creation-view .section-wrap .info {
  display: none;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  margin: 8px;
  padding: 1rem;
}
.hist-creation-view .section-wrap .text {
  position: absolute;
  bottom: 1rem;
}
.hist-creation-view .view-title {
  margin-bottom: 22px;
  font-weight: 800;
  font-size: 32px;
  line-height: 39px;
  text-transform: uppercase;
  color: #1c1c1c;
}

.form-checkbox:last-child {
  margin-right: 0;
}

.form-checkbox:hover .form-checkbox__btn + label::before {
  border-color: #1E2A5D;
}

.form-checkbox:hover .form-checkbox__btn:disabled + label::before {
  border: 1px solid #F1F6FC;
  background-color: #F1F6FC;
}

.form-checkbox .form-checkbox__btn {
  display: none;
}

.form-checkbox .form-checkbox__btn + label {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
}

.form-checkbox .form-checkbox__btn + label::before {
  content: '';
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border: 1px solid #F1F6FC;
  background-color: #F1F6FC;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.form-checkbox .form-checkbox__btn:checked + label::before {
  background-color: #4F88D9;
  border-color: #4F88D9;
}

.form-checkbox .form-checkbox__btn:checked + label::after {
  content: '';
  width: 7px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  left: 7px;
  top: 2px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.form-checkbox .form-checkbox__btn:disabled + label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  opacity: .5;
}

.form-switch {
  width: 60px;
  height: 26px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin-right: 20px;
}

.form-switch:last-child {
  margin-right: 0;
}

.form-switch .form-switch__btn {
  display: none;
}
.mobile-photo{
  display: none;
}
.form-switch .form-switch__btn + label,
.form-switch .form-switch__btn:disabled + label {
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #F1F6FC;
}

.form-switch .form-switch__btn:disabled + label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  opacity: .75;
}

.form-switch .form-switch__btn + label::before,
.form-switch .form-switch__btn:disabled + label::before {
  content: '';
  width: 18px;
  height: 18px;
  background-color: transparent;
  border: 1px solid #1E2A5D;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(5px, 4px);
      -ms-transform: translate(5px, 4px);
          transform: translate(5px, 4px);
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.form-switch .form-switch__btn:checked + label {
  background-color: #4F88D9;
}

.form-switch .form-switch__btn:checked + label::before {
  -webkit-transform: translate(36px, 4px);
      -ms-transform: translate(36px, 4px);
          transform: translate(36px, 4px);
  background-color: #fff;
  border: transparent;
}

.model3d{
  width: 450px;
}

.model3d_history{
  width: 600px;
}

.form-group {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 18px;
  color: #233B58;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.form-group:last-child {
  margin-bottom: 0;
}

.form-group .form-label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 18px;
  color: #A4A4A4;
  cursor: pointer;
}

.form-group .form-text {
  font-size: 13px;
  margin-left: 5px;
  color: #777;
}

.form-group .forgot {
  margin-top: 5px;
  display: block;
  color: #474DDC;
  text-decoration: none;
}

.form-group a {
  font-size: 14px;
  color: #233B58;
  text-decoration: underline;
}

.form-group a:hover {
  text-decoration: none;
}

.form-control {
  display: block;
  width: 100%;
  height: 42px;
  padding: 14px 16px;
  font-size: 14px;
  color: #777;
  background-color: #E1E4ED;
  border: 1px solid transparent;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.form-control:focus {
  color: #495057;
  outline: none;
}

.form-control:disabled {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  opacity: .36;
}

.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

textarea.form-control {
  resize: vertical;
  min-height: 100px;
}

.btn, button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 9px 43px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.btn:disabled, button:disabled {
  opacity: .65;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

.btn-block {
  background-color: #000;
  background-color: #000;
  font-size: 15px;
  line-height: 22px;
  text-decoration: none !important;
}

.btn-block.wide {
  width: 100%;
  border-radius: 5px;
  height: 60px;
  font-size: 16px;
  font-weight: 400;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
  max-width: none;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nice-select.open .select-list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .select-list {
  width: 100%;
  left: 0;
}

.nice-select.right {
  margin-left: auto;
  width: auto;
  max-width: none;
}

.nice-select.right .select-list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .select-list {
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
          box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
      -ms-transform: scale(0.75) translateY(-21px);
          transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  -o-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .select-list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option:hover, .nice-select .option.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .select-list {
  display: none;
}

.no-csspointerevents .nice-select.open .select-list {
  display: block;
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
         -o-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

@font-face {
  font-family: "ProximaNova";
  font-style: normal;
  font-weight: 200;
  font-display: auto;
  src: url("../fonts/ProximaNova-Thin.woff2") format("woff2"), url("../fonts/ProximaNova-Thin.woff") format("woff");
}

@font-face {
  font-family: "ProximaNova";
  font-style: normal;
  font-weight: 300;
  font-display: auto;
  src: url("../fonts/ProximaNova-Light.woff2") format("woff2"), url("../fonts/ProximaNova-Light.woff") format("woff");
}

@font-face {
  font-family: "ProximaNova";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("../fonts/ProximaNova-Regular.woff2") format("woff2"), url("../fonts/ProximaNova-Regular.woff") format("woff");
}

@font-face {
  font-family: "ProximaNova";
  font-style: normal;
  font-weight: 500;
  font-display: auto;
  src: url("../fonts/ProximaNova-Semibold.woff2") format("woff2"), url("../fonts/ProximaNova-Semibold.woff") format("woff");
}

@font-face {
  font-family: "ProximaNova";
  font-style: normal;
  font-weight: 700;
  font-display: auto;
  src: url("../fonts/ProximaNova-Bold.woff2") format("woff2"), url("../fonts/ProximaNova-Bold.woff") format("woff");
}

@font-face {
  font-family: "ProximaNova";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("../fonts/ProximaNova-Black.woff2") format("woff2"), url("../fonts/ProximaNova-Black.woff") format("woff");
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight {
  height: auto;
}

.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode .swiper-wrapper .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
      -ms-scroll-snap-type: y mandatory;
          scroll-snap-type: y mandatory;
}

.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(44px / 44 * 27);
  height: 44px;
  margin-top: calc(-1 * 44px / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fdf;
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after, .swiper-button-next:after {
  font-size: 44px;
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-prev.swiper-button-white, .swiper-button-next.swiper-button-white {
  background-color: #ffffff;
}

.swiper-button-prev.swiper-button-black, .swiper-button-next.swiper-button-black {
  background-color: #000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #fdf;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #fdf;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  background-color: #ffffff;
}

.swiper-pagination-black {
  background-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid #fdf;
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  background-color: #fff;
}

.swiper-lazy-preloader-black {
  background-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active {
  pointer-events: auto;
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.modal__overlay {
  position: fixed;
  z-index: 300;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000;
          perspective: 1000;
}

.modal__container {
  background-color: #fff;
  max-width: 605px;
  min-width: 35%;
  max-height: 90vh;
  width: auto;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  padding: 20px 50px;
}

.modal__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.modal__header.default {
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal__header.default .modal__close {
  display: none;
}

.modal__header.default .modal__title {
  font-weight: bold;
  font-size: 32px;
  line-height: 48px;
  color: #000;
}

.modal__header.default .modal__close:before {
  color: #000;
}

.modal__header.default .modal__close:hover:before {
  color: #434343;
}

.modal__header .modal__title {
  font-size: 16px;
}

.modal__header .modal__close {
  width: 18px;
  height: 18px;
  padding: 0;
  margin: 0;
  border: 0;
  background: none;
  outline: none;
  margin-left: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.modal__header .modal__close:hover:before {
  color: #fff;
}

.modal__header .modal__close:before {
  content: "\2715";
  color: #fff;
  cursor: pointer;
  font-size: 150%;
  line-height: 80%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.modal__content {
  padding-top: 20px;
  padding-bottom: 40px;
}

.modal__content.p-15 {
  padding: 5% 15%;
}

.sportsmen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.sportsmen .photo {
  width: 50%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.sportsmen .info {
  width: 50%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 50px;
}

.sportsmen .surname {
  font-weight: bold;
  font-size: 70px;
  line-height: 85px;
  color: #FFF;
}

.sportsmen .name {
  font-weight: bold;
  font-size: 30px;
  line-height: 37px;
  color: #FFF;
}

.sportsmen .description {
  margin-top: 34px;
  max-width: 410px;
  width: 100%;
  font-size: 14px;
  line-height: 150%;
  color: #FFF;
}

.sportik-1 {
  background: linear-gradient(to bottom, #0004, #000), url("../img/assets/modal/bg-2.jpg") no-repeat;
  background-size: cover;
}

#modal-thanks {
  text-align: center;
}

#modal-thanks .modal__header {
  padding-bottom: 0;
}

#modal-thanks .modal-thanks__icon {
  fill: #28a745;
  height: 100px;
}

#modal-thanks .modal-thanks__title {
  font-size: 22px;
  font-weight: 700;
  margin-top: 15px;
}

#modal-thanks .modal-thanks__text {
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 400;
  color: #777;
}

#modal-thanks .btn {
  padding-left: 30px;
  padding-right: 30px;
  text-transform: uppercase;
}

@media (max-width: 560px) {

  .model3d{
    width: 100%;
    margin: 32px;
  }

  .model3d_history{
    width: 100%;
  }

  .modal__container {
    width: 100%;
  }
  .modal__content.p-15 {
    padding: 5% 0;
  }
  .modal__header.default {
    text-align: left;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .modal__header.default .modal__close {
    display: block;
  }
  .modal__header.default .modal__close:before {
    color: #C89204;
  }
  .modal__header.default .modal__title {
    margin-top: 20px;
    font-weight: bold;
    font-size: 25px;
    line-height: 30px;
    text-transform: uppercase;
    color: #4E4E4E;
  }
}

@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}

@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

body {
  font-family: 'ProximaNova', sans-serif;
  font-size: 16px;
  color: #434343;
  background: -o-linear-gradient(302.71deg, #848484 -30.04%, rgba(105, 105, 105, 0.21) 19.1%, #AAAAAA 58.56%, rgba(82, 82, 82, 0) 96.27%, #878383 145.01%), url("../img/pattern.png");
  background: linear-gradient(147.29deg, #848484 -30.04%, rgba(105, 105, 105, 0.21) 19.1%, #AAAAAA 58.56%, rgba(82, 82, 82, 0) 96.27%, #878383 145.01%), url("../img/pattern.png");
}

.container {
  max-width: 1194px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.jc-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mobile-menu {
  z-index: 100;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.icn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
}

.icn.icn-arrow__white {
  background: url("../img/icn-arrow__white.svg") no-repeat;
  background-size: 100%;
  width: 26px;
  display: block;
  height: 7px;
}

.icn.icn-nominant {
  background: url("../img/icn-nominant.svg") no-repeat;
  background-size: 100%;
  width: 39px;
  height: 25px;
}

.svg {
  min-width: 10px;
  min-height: 10px;
}

.fullscreen {
  min-height: 100vh;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.index .footer {
  background: none;
  margin-top: 0;
}

.section-img {
  margin-bottom: 7px;
}

.section-img--mobile {
  display: none;
}

.section-title {
  font-weight: 900;
  font-size: 70px;
  line-height: 85px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.section-subtitle {
  white-space: pre-line;
  font-size: 14px;
  line-height: 150%;
  color: #1c1c1c;
}

.section-description {
  white-space: pre-line;
  margin-top: 25px;
  font-size: 16px;
  line-height: 22px;
  color: #1c1c1c;
}

.section-btn {
  margin-top: 25px;
}

.social-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.social-links .social-item {
  margin-right: 28px;
}

.social-links .social-item:last-child {
  margin-right: 0;
}

.social-links .svg {
  fill: #434343;
  max-height: 25px;
  max-width: 25px;
}

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

.section-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

.item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 8px 8px 16px;
}

.gold {
  color: #D69B3B;
}

ul.contacts-list {
  margin: 32px 0;
}

ul.contacts-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 19px;
  color: #000;
}

ul.contacts-list .icn {
  margin-right: 16px;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 50px;
}

.header .logo {
  margin-right: 58px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.header .logo img{
    width: 58px;
}

.header .header-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.header .header-nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.header .header-nav__item {
  margin-right: auto;
}

.header .header-nav__link {
  font-family: 'ProximaNova', sans-serif;
  font-size: 13px;
  line-height: 15px;
  text-transform: capitalize;
  font-weight: 500;
  color: #4e4e4e;
}

.header .burger-menu {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: auto;
  padding: 0;
  position: relative;
  width: 44px;
  height: 40px;
}

.header .burger-menu.active .line:nth-child(2) {
  display: none;
}

.header .burger-menu.active .line:nth-child(1) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0;
}

.header .burger-menu.active .line:nth-child(3) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: 0;
}

.header .burger-menu .line {
  width: 44px;
  height: 1px;
  background-color: #000;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.header .burger-menu .line:nth-child(1) {
  margin-bottom: 5px;
}

.header .burger-menu .line:nth-child(3) {
  margin-top: 5px;
}

.header .mobile-menu {
  display: none;
}

.starter {
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: row;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
/*  background: url("../img/assets/articles/starter-img.png") no-repeat 100% 50%;*/
  background-size: contain;
}

.starter .section-text {
  max-width: 614px;
}

.main {
  height: 100%;
  position: relative;
}

section .section-text {
  margin-bottom: 32px;
}

section .section-title {
  font-weight: 800;
  font-size: 32px;
  line-height: 39px;
  text-transform: uppercase;
  color: #1c1c1c;
}

section .center {
  margin-top: 67px;
}

.media .item {
  width: calc(100% / 3);
}

.about-view {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 150px;
}

.about-view.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.about-view.reverse .img-view {
  margin-left: 0;
  margin-right: 75px;
}

.about-view .text-view {
  max-width: 590px;
}

.about-view .view-picture {
  margin-bottom: 30px;
}

.about-view .view-title {
  margin-bottom: 22px;
  font-weight: 800;
  font-size: 32px;
  line-height: 39px;
  text-transform: uppercase;
  color: #1c1c1c;
}

.about-view .view-description {
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 150%;
  color: #000;
}

.about-view .view-description:last-child {
  margin-bottom: 0;
}

.about-view .img-view {
  margin-left: 75px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.nomination {
  margin-bottom: 120px;
}

.nomination .item {
  width: 25%;
}

.nom-item {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  text-decoration: none !important;
  background-color: #1c1c1c;
  overflow: hidden;
}

.nom-item .nom-img {
  width: 100%;
  height: 220px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}

.nom-item img {
  height: 220px;
  width: 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}

.nom-item .nom-info {
  padding: 15px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.nom-item .nom-title {
  width: 100%;
  margin-bottom: 14px;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}

.nom-item .nom-list {
  margin-top: auto;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}

.nom-item .nom-list .icn {
  margin-right: 10px;
  margin-left: 0;
}

.votes .section-wrap {
  margin-top: 40px;
  margin-bottom: 40px;
}

.votes .section-wrap .item {
  width: 25%;
}

.laureats .item {
  width: calc(100% / 3);
}

.laureats .nom-info {
  padding: 20px;
}

.laureats .nom-title {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #D69B3B;
}

.laureats-box {
  margin-bottom: 75px;
}

.laureats-box .laureats-title {
  margin-bottom: 24px;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #CE9040;
}

.laureats-box .laureats-list {
  border: 1px solid #979797;
}

.laureats-box .laureats-item {
  border-bottom: 1px solid #979797;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 90px;
  padding: 15px 32px;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #CE9040;
}

.laureats-box .laureats-item:last-child {
  border-bottom: 0;
}

.laureats-box .laureats-item a {
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #CE9040;
}

.partners .section-title {
  margin: 40px 0;
  font-weight: 800;
  font-size: 70px;
  line-height: 85px;
  text-transform: uppercase;
  color: #434343;
}

.partners .section-wrap .item {
  margin-bottom: 16px;
  max-width: 25%;
}

.partners .section-wrap .item img:first-child {
  max-width: 100%;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 16px 0 0;
}

.partners .section-wrap .item img:last-child {
  max-width: 100%;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 0 0 16px;
}

.partners .section-wrap .item img {
  max-width: 100%;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 16px;
}

.contacts .section-wrap {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 50px 0;
}

.contacts .section-title {
  font-weight: 800;
  font-size: 70px;
  line-height: 85px;
  text-transform: uppercase;
  color: #434343;
}

.contacts .social-links .svg {
  fill: #B9893C;
}
.nomination-svg .social-links .svg {
  fill: #B9893C;
}
.contacts .contacts-map {
  width: 50%;
}

.contacts .contacts-map #map {
  width: 100%;
  height: 100%;
}

.error-block {
  max-width: 500px;
  min-height: 75vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.error-block__subtitle {
  font-weight: 800;
  font-size: 38px;
  line-height: 46px;
  text-transform: uppercase;
  color: #434343;
}

.error-block__title {
  font-weight: 800;
  font-size: 250px;
  line-height: 255px;
  text-transform: uppercase;
  color: #434343;
}

.error-block__tupik {
  font-weight: 800;
  font-size: 70px;
  line-height: 0;
  text-transform: uppercase;
  color: #D69B3B;
  text-align: right;
}

.error-block__description {
  font-size: 16px;
  line-height: 133.1%;
  color: #434343;
  max-width: 42%;
}

.docs .laureats-box {
  margin-bottom: 0;
}

.docs .laureats-box .laureats-list {
  border: none;
}

.docs .laureats-box .laureats-item {
  padding: 10px 0;
  min-height: 90px;
}

.docs .laureats-box .laureats-item a {
  min-height: 90px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: url("../img/icn-docs.svg") no-repeat 0 50%;
  padding-left: 58px;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  font-weight: 400;
  text-transform: none;
}

.experts-background {
  background: url("../img/assets/experts/bg-img-1.jpg") no-repeat;
  background-size: cover !important;
}

.experts-background .header {
  padding-top: 35px;
  padding-bottom: 25px;
}

.experts-background .header-nav__link {
  color: #fff;
}

.experts-background .footer .footer-text {
  color: #fff;
}

.experts-background .footer .social-item .svg {
  fill: #fff;
}

.experts .expert-union {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.experts .expert-union-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  text-transform: uppercase;
}
.experts .expert-union-text {
  color: #fff;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 150%;
}
.experts .info {
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
}

.experts .text {
  margin-top: 12px;
  color: #FFFFFF;
  text-transform: uppercase;
font-style: normal;
font-weight: bold;
font-size: 14px;
line-height: 18px;
}

.experts .text > img {
  float: left;
  margin-top: 8px;
  margin-right: 10px;
}

.experts .surname {
  font-weight: bold;
  font-size: 70px;
  line-height: 22px;
  color: #FFFFFF;
  margin-bottom: 36px;
}

.experts .footer {
  position: absolute;
  bottom: 28px;
  width: 100%;
  height: 29px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.experts .expert-block {
  margin-top: 24px;
}

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

.experts .description {
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  margin-top: 0;
}

.experts .line {
  height: 1px;
  width: 50%;
  background-color: gray;
  width: 50%;
}

.experts .full-name {
  font-weight: bold;
  font-size: 50px;
  line-height: 25px;
  color: #FFFFFF;
  text-transform: uppercase;
  line-height: 25px
}

.experts .human-block {
  width: 265px;
  height: 182px;
}

.experts .human-block > img {
  width: 100%;
  height: 130px;
  margin-right: 12px;
  object-fit: contain;
}

.experts .human-block:nth-child(n+2) {
  margin-top: 30px;
}

.experts .social-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 126px;
}

.experts .desktop-body {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: url("../img/Overlay.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.experts .name {
  margin-left: 400px;
  margin-top: 400px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.experts .vote {
  width: 204px;
  height: 42px;
  background: #000000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.experts .scroll {
  width: 310px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 80px;
}

.experts-mobile {
  display: none;
}

.nomination-page .section-wrap {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 100px;
  padding-left: 106px;
  padding-right: 106px;
}

.nomination-box {
 /* background: url("../img/nomination-box.svg") no-repeat 50% 100%;*/
  background-size: 100%;
  padding-bottom: 80px;
}

.nomination-title {
  margin-bottom: -25px;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #4F4F4F;
}

.nomination-item {
  text-align: center;
  position: relative;
  width: calc(100% / 3);
  padding-bottom: 15px;
}

/*.nomination-item::after {
  content: '';
  background: url("../img/ellipsis.svg") no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}*/
/*
.nomination-item:nth-child(2) {
  -webkit-transform: translateY(-75px);
      -ms-transform: translateY(-75px);
          transform: translateY(-75px);
}

.nomination-item:last-child {
  -webkit-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
          transform: translateY(-15px);
}
*/
.nomination-item .img {
  display: inline-block;
  margin-bottom: 14px;
}

.nomination-item .name {
  margin-bottom: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #000;
}

.nomination-item .rank {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #000;
}

.media-photo {
  padding-bottom: 50px;
  margin-bottom: 70px;
}

.media-photo .swiper-slide {
  height: 620px;
}

.media-photo .swiper-pagination-bullet-active {
  background-color: #D69B3B;
}

/* CHANGED - переписано полностью
.photo-grid {
  position: relative;
  height: 700px;
  margin-bottom: 70px;
}

.photo-grid .photo-item {
  position: absolute;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.photo-grid a {
  position: absolute;
}

.photo-grid a:nth-child(1) {
  left: 0;
  width: 312px;
  height: 256px;
}

.photo-grid a:nth-child(2) {
  left: 326px;
  top: 0;
  width: 511px;
  height: 256px;
}

.photo-grid a:nth-child(3) {
  width: 312px;
  height: 611px;
  right: 0;
  top: 0;
}

.photo-grid a:nth-child(4) {
  width: 838px;
  height: 338px;
  left: 0;
  top: 273px;
}
 */

.media-video .item {
  width: 50%;
}

.video-block {
  position: relative;
}

.video-block img {
  height: 100%;
      display: block;
      max-width: none;
      -o-object-fit: cover;
      object-fit: cover;
      object-position: 50% 50%;
      width: 100%;
}

.video-block .video-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url("../img/video-btn.svg") no-repeat;
  width: 83px;
  height: 83px;
}

.footer {
  margin-top: 75px;
  padding: 25px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background-color: #fff;
}

.footer .footer-line {
  background-color: #7c7c7c;
  mix-blend-mode: normal;
  height: 1px;
  max-width: 45%;
  width: 100%;
  margin-right: 25px;
}

.footer .footer-text {
  max-width: 55%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 17px;
  color: #000;
}

.footer .social-links {
  margin-left: 25px;
}




/* CHANGED - убрано (min-width: 320px) */
@media (max-width: 767px) {

  .fullscreen {
    min-height: 100vh;
    height: auto;
  }
  .thanks .section-text {
    max-width: 100%;
  }
  .thanks .section-text .section-title {
    font-size: 20px;
    line-height: 25px;
  }
  .thanks .section-text .section-description {
    font-size: 12px;
    line-height: 18px;
  }
  .starter {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    background: none;
  }
  .starter .section-text {
    text-align: center;
    max-width: 87%;
  }
  .starter .section-text .section-img {
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    max-width: 200px;
    margin-bottom: 25px;
  }
  .starter .section-text .section-img--mobile {
    display: block;
    max-height: 195px;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .starter .section-text .section-img--mobile img {
    max-width: 100%;
    max-height: 195px;
    margin-left: auto;
    margin-right: auto;
  }
  .starter .section-text .section-title {
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 20px;
  }
  .experts-background .footer,
  .footer {
    background-color: #fff;
    margin-bottom: 0;
    margin-left: -15px;
    padding: 25px 15px;
  }
  .experts-background .footer .footer-line,
  .footer .footer-line {
    display: none;
  }
  .experts-background .footer .footer-text,
  .footer .footer-text {
    max-width: 85%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .experts-background .footer .social-links,
  .footer .social-links {
    margin-bottom: 10px;
  }
  .experts-background .footer .social-links .svg,
  .footer .social-links .svg {
    fill: #D69B3B;
  }
  .experts-background .footer .footer-text {
    color: #000;
  }
  .media .item img{
    object-fit: cover;
      /* CHANGED
    height: 120px;
       */
      height:100%;
      width: 100%;
  }
  .about-view {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 35px;
  }
  .about-view .img-view,
  .about-view.reverse .img-view {
    max-width: 100%;
    max-height: 200px;
    margin: 35px auto 0;
  }
  .about-view .img-view,
  .about-view.reverse .img-view.history {
    max-width: 100%;
    max-height: 400px;
    margin: 35px auto 0;
  }
    .about-view .img-view,
  .about-view.reverse .img-view.history img {
    object-fit: cover;
  }
  .mobile.history{
    margin-right: 17%;
    margin-top: 5%;
    display: inline-flex !important;
  }
  .btn.history{
    display: none;
  }
  .about-view .view-title {
    font-size: 25px;
    line-height: 30px;
    color: #434343;
  }
  .about-view .view-description {
    font-size: 12px;
    line-height: 150%;
  }
  .section-wrap .item {
    width: 50%;
    display: none;
    padding: 0;
    padding-left: 16px;
  }
  .section-wrap .item:nth-child(-n+2) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 16px;
  }
  .section-wrap .item:first-child {
    padding-left: 0;
  }
  .nom-item .nom-img, .nom-item img {
    height: 91px;
    margin-bottom: 8px;
  }
  .nom-item .nom-info {
    padding: 0 15px 8px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .nom-item .nom-title {
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 7px;
  }
  .nom-item .nom-list {
    margin-top: auto;
    font-size: 12px;
    line-height: 22px;
  }
  .nom-item .nom-list .icn {
    width: 24px;
    height: 15px;
  }
  section .center {
    margin-top: 25px;
  }
  section .section-text {
    margin-bottom: 10px;
  }
  section .section-text .section-title {
    font-size: 25px;
    line-height: 30px;
    color: #434343;
  }
  .btn {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
  }
  .votes .section-description {
    display: none;
  }
  .votes .section-wrap .item {
    width: 50%;
    padding-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 16px;
  }
  .votes .section-wrap .item:nth-child(even) {
    padding-left: 16px;
  }
  .laureats .item {
    width: 100%;
    padding: 0;
    padding-bottom: 16px;
  }
  .laureats .nom-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .laureats .nom-item .nom-img {
    max-width: 50%;
    height: 100%;
    margin-bottom: 0;
  }
  .laureats .nom-item .nom-info {
    padding: 0 10px;
  }
  .laureats .nom-item .nom-title {
    font-size: 14px;
    line-height: 17px;
  }
  .laureats .nom-item .nom-list {
    font-size: 12px;
    line-height: 15px;
  }
  .partners .item {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    margin: 10px 0;
  }
  .partners .item img {
    height: auto;
    width: auto;
  }
  .partners .section-wrap .item:nth-child(n) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 50%;
  }
  .partners .section-wrap .item:nth-child(odd) {
    padding-left: 10px;
  }
  .error-block {
    text-align: center;
  }
  .error-block__subtitle {
    font-size: 18px;
    line-height: 16px;
  }
  .error-block__title {
    font-size: 135px;
    line-height: 136px;
  }
  .error-block__tupik {
    font-size: 40px;
    line-height: 0;
    text-align: center;
  }
  .error-block__description {
    font-size: 16px;
    line-height: 133.1%;
    margin: 45px auto 0;
    max-width: 100%;
  }
  .nomination {
    margin-bottom: 35px;
  }
  .nomination-page {
    margin-bottom: 0;
  }
  .nomination-page .section-wrap {
    padding-left: 0;
    padding-right: 0;
    padding-top: 50px;
  }
  .nomination-page .nomination-box {
    background: none;
    padding-bottom: 0;
    margin-bottom: 50px;
  }
  .nomination-page .nomination-item {
    display: none;
    padding-bottom: 0;
  }
  .nomination-page .nomination-item::after {
    display: none;
  }
  .nomination-page .nomination-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    text-align: left;
  }
  .nomination-page .nomination-item .img {
    width: 135px;
    height: 135px;
  }
  .nomination-page .nomination-item .info {
    padding-left: 35px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .media-photo .swiper-slide {
    height: auto;
  }
  /*
  CHANGED
  .media-photo .photo-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    height: auto;
    margin-bottom: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .media-photo .photo-item {
    position: static;
    margin-bottom: 20px;
    width: 100% !important;
    height: auto !important;
    max-width: 48%;
    max-height: 120px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .media-photo .photo-item:last-child {
    width: 100% !important;
    max-width: 100%;
    height: auto !important;
    max-height: 180px;
  }
   */
  .media-video .item {
    width: 50%;
    padding: 0;
  }
  .media-video .item img {
    height: 200px;
    width: 100%;
  }
  .experts-background {
    background: -o-linear-gradient(302.71deg, #848484 -30.04%, rgba(105, 105, 105, 0.21) 19.1%, #AAAAAA 58.56%, rgba(82, 82, 82, 0) 96.27%, #878383 145.01%), url("../img/pattern.png");
    background: linear-gradient(147.29deg, #848484 -30.04%, rgba(105, 105, 105, 0.21) 19.1%, #AAAAAA 58.56%, rgba(82, 82, 82, 0) 96.27%, #878383 145.01%), url("../img/pattern.png");
  }
  .experts {
    display: none;
  }
  .experts-mobile {
    display: block;
  }
  .experts-mobile .section-img {
    margin-bottom: 15px;
  }
  .experts-mobile .section-text {
    margin-bottom: 20px;
  }
  .experts-mobile .item {
    width: 100%;
    margin-bottom: 20px;
    padding: 0 8px !important;
  }
  .experts-mobile .item:nth-child(n) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .experts-mobile .nom-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .experts-mobile .nom-item .nom-img {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 100%;
    max-width: 170px;
    height: 100%;
    margin-bottom: 0;
  }
  .experts-mobile .nom-item .nom-img img {
    height: 100%;
  }
  .experts-mobile .nom-item .nom-info {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    padding: 20px 15px;
  }
  .experts-mobile .nom-item .nom-info .nom-name {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -1px;
    color: #FFFFFF;
    margin-bottom: 15px;
    width: 100%;
  }
  .experts-mobile .nom-item .nom-info .nom-text {
    font-size: 10px;
    line-height: 13px;
    color: #FFFFFF;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .media-photo .swiper-slide {
    height: auto;
  }
    /* CHANGED
  .media-photo .photo-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    height: auto;
    margin-bottom: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .media-photo .photo-item {
    position: static;
    margin-bottom: 20px;
    width: 100% !important;
    height: auto !important;
    max-width: 48%;
    max-height: 180px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .media-photo .photo-item:last-child {
    width: 100% !important;
    max-width: 100%;
    height: auto !important;
    max-height: 250px;
  }

     */
  .media-video .video-block {
    width: 100%;
  }
  .media-page .section-wrap {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .media-page .section-wrap .item {
    width: 48% !important;
    padding: 0;
  }
  .media-page .section-wrap .item img {
    height: auto;
    width: 100%;
  }
  section .center {
    margin-top: 25px;
  }
  section .section-text {
    margin-bottom: 10px;
  }
  section .section-text .section-title {
    font-size: 25px;
    line-height: 30px;
    color: #434343;
  }
  section .section-text .section-wrap .item {
    width: 50%;
  }
  .btn {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
  }

  .starter {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    background: none;
  }
  .starter .section-text {
    text-align: center;
    max-width: 87%;
  }
  .starter .section-text .section-img {
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    max-width: 400px;
    margin-bottom: 25px;
  }
  .starter .section-text .section-img--mobile {
    display: block;
    max-height: 295px;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .starter .section-text .section-img--mobile img {
    max-width: 100%;
    max-height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .starter .section-text .section-title {
    font-size: 40px;
    line-height: 47px;
    margin-bottom: 30px;
  }
  .starter .section-text .section-subtitle {
    font-size: 16px;
    line-height: 20px;
  }
  .about-view {
    margin-bottom: 75px;
  }
  .about-view .img-view,
  .about-view.reverse .img-view {
    max-width: 35%;
    width: 100%;
  }
  .about-view .text-view {
    max-width: 60%;
    width: 100%;
  }
  .media .media-item {
    display: none;
  }
  .media .media-item:nth-child(-n+3) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .media-item {
    height: auto;
  }
  .media-item:nth-child(-n+3) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .nomination .section-wrap {
    margin-left: 0;
    margin-right: 0;
  }
  .nomination .nomination-box {
    padding-bottom: 50px;
  }
  .footer {
    background-color: #fff;
    margin-bottom: 0;
    margin-left: -15px;
    margin-right: -15px;
    padding: 25px 15px;
  }
  .footer .footer-line {
    display: none;
  }
  .footer .footer-text {
    max-width: 70%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .footer .social-links {
    margin-bottom: 10px;
  }
  .footer .social-links .svg {
    fill: #D69B3B;
  }
}

@media (min-width: 992px) and (max-width: 1300px) {
    /* CHANGED
  .media-page .photo-grid .photo-item:nth-child(2),
  .media-page .photo-grid .photo-item:nth-child(4) {
    width: 667px;
  }
  .media-page .photo-grid .photo-item:nth-child(3) {
    width: 337px;
  }

     */
  .media-page .section-wrap {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .media-page .section-wrap .video-block {
    width: 100%;
  }
  .media-page .section-wrap .item {
    width: 48% !important;
    padding: 0;
  }
  .media-page .section-wrap .item img {
    width: 100%;
    max-width: none;
    height: 300px;
  }
  section .center {
    margin-top: 35px;
  }
  section .section-wrap .item {
    padding: 0;
    padding-left: 16px;
  }
  section .section-wrap .item:first-child {
    padding-left: 0;
  }
  .footer {
    background-color: #fff;
    margin-bottom: 0;
    margin-left: -15px;
    margin-right: -15px;
    padding: 25px 15px;
  }
  .footer .footer-line {
    display: none;
  }
  .footer .footer-text {
    max-width: 70%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .footer .social-links {
    margin-bottom: 10px;
  }
  .footer .social-links .svg {
    fill: #D69B3B;
  }
  .nomination .section-wrap, .media .section-wrap {
    margin-left: 0;
    margin-right: 0;
  }
}

html.os-html {
  display: block;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100% !important;
  width: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  margin: 0 !important;
  position: absolute !important;
}

html.os-html > .os-host {
  display: block;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100% !important;
  width: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  margin: 0 !important;
  position: absolute !important;
}

html.os-html > .os-host > .os-padding {
  position: absolute;
}

body.os-dragging {
  cursor: default;
}

body.os-dragging * {
  cursor: default;
}

.os-host, .os-host-textarea {
  position: relative;
  overflow: visible !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
  -webkit-align-content: flex-start;
          align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}

.os-host-flexbox {
  overflow: hidden !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.os-host-flexbox > .os-size-auto-observer {
  height: inherit !important;
}

.os-host-flexbox > .os-content-glue {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.os-host-flexbox > .os-size-auto-observer, .os-host-flexbox > .os-content-glue {
  min-height: 0;
  min-width: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  -webkit-flex-grow: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
  -webkit-flex-shrink: 1;
          flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
          flex-basis: auto;
}

#os-dummy-scrollbar-size {
  position: fixed;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  visibility: hidden;
  overflow: scroll;
  height: 500px;
  width: 500px;
}

#os-dummy-scrollbar-size > div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}

#os-dummy-scrollbar-size:before, #os-dummy-scrollbar-size:after {
  content: '';
  display: table;
  width: 0.01px;
  height: 0.01px;
  line-height: 0;
  font-size: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  visibility: hidden;
}

.os-content:before, .os-content:after {
  content: '';
  display: table;
  width: 0.01px;
  height: 0.01px;
  line-height: 0;
  font-size: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  visibility: hidden;
}

#os-dummy-scrollbar-size, .os-viewport {
  -ms-overflow-style: scrollbar !important;
}

.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size, .os-viewport-native-scrollbars-invisible.os-viewport {
  scrollbar-width: none !important;
}

.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar, .os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar, .os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar-corner, .os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar-corner {
  display: none !important;
  width: 0px !important;
  height: 0px !important;
  visibility: hidden !important;
  background: transparent !important;
}

.os-content-glue {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.os-padding {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  direction: inherit;
  position: absolute;
  overflow: visible;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
}

.os-host-overflow > .os-padding {
  overflow: hidden;
}

.os-viewport {
  direction: inherit !important;
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  resize: none !important;
  outline: none !important;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.os-content-arrange {
  position: absolute;
  z-index: -1;
  min-height: 1px;
  min-width: 1px;
  pointer-events: none;
}

.os-content {
  direction: inherit;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  height: 100%;
  width: 100%;
  visibility: visible;
}

.os-content > .os-textarea {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  direction: inherit !important;
  background: transparent !important;
  outline: 0px none transparent !important;
  overflow: hidden !important;
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  border-radius: 0px !important;
  float: none !important;
  -webkit-filter: none !important;
  filter: none !important;
  border: none !important;
  resize: none !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
      transform: none !important;
  max-width: none !important;
  max-height: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-perspective: none !important;
  perspective: none !important;
  opacity: 1 !important;
  z-index: 1 !important;
  clip: auto !important;
  vertical-align: baseline !important;
  padding: 0px;
}

.os-host-rtl > .os-padding > .os-viewport > .os-content > .os-textarea {
  right: 0 !important;
}

.os-content > .os-textarea-cover {
  z-index: -1;
  pointer-events: none;
}

.os-content > .os-textarea[wrap='off'] {
  white-space: pre !important;
  margin: 0px !important;
}

.os-text-inherit {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-transform: inherit;
  text-decoration: inherit;
  text-indent: inherit;
  text-align: inherit;
  text-shadow: inherit;
  -o-text-overflow: inherit;
     text-overflow: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
  line-height: inherit;
  unicode-bidi: inherit;
  direction: inherit;
  color: inherit;
  cursor: text;
}

.os-resize-observer {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  display: block;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.os-resize-observer-host {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  display: block;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
  padding: inherit;
  border: inherit;
  border-color: transparent;
  border-style: solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.os-resize-observer-host.observed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.os-resize-observer-host.observed > .os-resize-observer {
  height: 200%;
  width: 200%;
  padding: inherit;
  border: inherit;
  margin: 0;
  display: block;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.os-resize-observer-host.observed > .os-resize-observer:before {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: '';
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: inherit;
  border: inherit;
  margin: 0;
}

.os-resize-observer-host > .os-resize-observer {
  height: 200%;
  width: 200%;
  padding: inherit;
  border: inherit;
  margin: 0;
  display: block;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.os-size-auto-observer {
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  height: 100%;
  width: inherit;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
  -ms-flex-positive: inherit;
  -webkit-flex-grow: inherit;
          flex-grow: inherit;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  -ms-flex-preferred-size: 0;
  -webkit-flex-basis: 0;
          flex-basis: 0;
}

.os-size-auto-observer > .os-resize-observer {
  width: 1000%;
  height: 1000%;
  min-height: 1px;
  min-width: 1px;
}

.os-resize-observer-item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
  opacity: 0;
  direction: ltr !important;
  -webkit-box-flex: 0 !important;
  -ms-flex: none !important;
  -webkit-flex: none !important;
          flex: none !important;
}

.os-resize-observer-item-final {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  -webkit-box-flex: 0 !important;
  -ms-flex: none !important;
  -webkit-flex: none !important;
          flex: none !important;
}

.os-resize-observer {
  -webkit-animation-duration: 0.001s;
  animation-duration: 0.001s;
  -webkit-animation-name: os-resize-observer-dummy-animation;
  animation-name: os-resize-observer-dummy-animation;
}

object.os-resize-observer {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

@-webkit-keyframes os-resize-observer-dummy-animation {
  from {
    z-index: 0;
  }
  to {
    z-index: -1;
  }
}

@keyframes os-resize-observer-dummy-animation {
  from {
    z-index: 0;
  }
  to {
    z-index: -1;
  }
}

.os-host-transition > .os-scrollbar, .os-host-transition > .os-scrollbar-corner {
  -webkit-transition: opacity 0.3s, visibility 0.3s, top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  -o-transition: opacity 0.3s, visibility 0.3s, top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  transition: opacity 0.3s, visibility 0.3s, top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}

html.os-html > .os-host > .os-scrollbar {
  position: absolute;
  z-index: 999999;
}

.os-scrollbar {
  position: absolute;
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  z-index: 1;
}

.os-scrollbar-corner {
  position: absolute;
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  z-index: 1;
  bottom: 0;
  right: 0;
}

.os-scrollbar {
  pointer-events: none;
}

.os-scrollbar-track {
  pointer-events: auto;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0 !important;
  border: none !important;
}

.os-scrollbar-handle {
  pointer-events: auto;
  position: absolute;
  width: 100%;
  height: 100%;
}

.os-scrollbar-handle-off, .os-scrollbar-track-off {
  pointer-events: none;
}

.os-scrollbar.os-scrollbar-unusable {
  pointer-events: none !important;
}

.os-scrollbar.os-scrollbar-unusable * {
  pointer-events: none !important;
}

.os-scrollbar.os-scrollbar-unusable .os-scrollbar-handle {
  opacity: 0 !important;
}

.os-scrollbar-horizontal {
  bottom: 0;
  left: 0;
}

.os-scrollbar-vertical {
  top: 0;
  right: 0;
}

.os-host-rtl > .os-scrollbar-horizontal {
  right: 0;
}

.os-host-rtl > .os-scrollbar-vertical, .os-host-rtl > .os-scrollbar-corner {
  right: auto;
  left: 0;
}

.os-scrollbar-auto-hidden, .os-padding + .os-scrollbar-corner, .os-host-resize-disabled.os-host-scrollbar-horizontal-hidden > .os-scrollbar-corner, .os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal, .os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-corner, .os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.os-scrollbar-horizontal.os-scrollbar-auto-hidden + .os-scrollbar-vertical + .os-scrollbar-corner, .os-scrollbar-horizontal.os-scrollbar-auto-hidden + .os-scrollbar-vertical.os-scrollbar-auto-hidden + .os-scrollbar-corner {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.os-scrollbar-horizontal + .os-scrollbar-vertical.os-scrollbar-auto-hidden + .os-scrollbar-corner {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.os-scrollbar-corner-resize-both {
  cursor: nwse-resize;
}

.os-host-rtl > .os-scrollbar-corner-resize-both {
  cursor: nesw-resize;
}

.os-scrollbar-corner-resize-horizontal {
  cursor: ew-resize;
}

.os-scrollbar-corner-resize-vertical {
  cursor: ns-resize;
}

.os-dragging .os-scrollbar-corner.os-scrollbar-corner-resize {
  cursor: default;
}

.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden > .os-scrollbar-vertical {
  top: 0;
  bottom: 0;
}

.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-horizontal {
  right: 0;
  left: 0;
}

.os-host-rtl.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-horizontal {
  right: 0;
  left: 0;
}

.os-scrollbar:hover {
  opacity: 1 !important;
  visibility: visible !important;
}

.os-scrollbar-corner.os-scrollbar-corner-resize {
  opacity: 1 !important;
  visibility: visible !important;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB3aWR0aD0iMTAiICAgaGVpZ2h0PSIxMCIgICB2ZXJzaW9uPSIxLjEiPiAgPGcgICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsLTEwNDIuMzYyMikiICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojMDAwMDAwO2ZpbGwtb3BhY2l0eTowLjQ5NDExNzY1O2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDcuNDI0MjE4NywxMDQyLjM2MjIgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjYgLTEuMzEwMTU2MiwxLjMxMDIgMCwwLjI5OSAwLjEwNDM0MTksMC41NzEgMC4yNzI5NDkyLDAuNzkxNSAwLjIwOTEwMjQsMC4xNDEzIDAuNDY1NjIwNiwwLjIxODQgMC43MzY5NjI5LDAuMjE4NCAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NiAxLjMxMDE1NjMsLTEuMzEwMiAwLC0wLjI3MTMgLTAuMDc3MDkzLC0wLjUyNzggLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0MSwtMC4xNjg2IC0wLjQ5MjU0NDMsLTAuMjcyOSAtMC43OTE1NTI4LC0wLjI3MjkgeiBtIDAsMy4wODQzIGMgLTAuNzIzNTc5MiwwIC0xLjMxMDE1NjIsMC41ODY2IC0xLjMxMDE1NjIsMS4zMTAyIDAsMC4yOTkgMC4xMDQzNDE5LDAuNTcxIDAuMjcyOTQ5MiwwLjc5MTUgMC4yMDkxMDI0LDAuMTQxMyAwLjQ2NTYyMDYsMC4yMTg0IDAuNzM2OTYyOSwwLjIxODQgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjYgMS4zMTAxNTYzLC0xLjMxMDIgMCwtMC4yNzEzIC0wLjA3NzA5MywtMC41Mjc4IC0wLjIxODM1OTQsLTAuNzM2OSAtMC4yMjA0OTQxLC0wLjE2ODYgLTAuNDkyNTQ0MywtMC4yNzMgLTAuNzkxNTUyOCwtMC4yNzMgeiBtIC0zLjA4NDMyNjEsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NiAtMS4zMTAxNTYzLDEuMzEwMiAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MSAwLjI3Mjk0OTIsMC43OTE1IDAuMjA5MTAyNCwwLjE0MTMgMC40NjU2MjA3LDAuMjE4NCAwLjczNjk2MjksMC4yMTg0IDAuNzIzNTc5MywwIDEuMzEwMTU2MywtMC41ODY2IDEuMzEwMTU2MywtMS4zMTAyIDAsLTAuMjcxMyAtMC4wNzcwOTMsLTAuNTI3OCAtMC4yMTgzNTk0LC0wLjczNjkgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzMgLTAuNzkxNTUyNywtMC4yNzMgeiBtIC0zLjAyOTczNjQsMy4wMjk4IEMgMC41ODY1NzY5MywxMDQ4LjQ3NjMgMCwxMDQ5LjA2MjggMCwxMDQ5Ljc4NjQgYyAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyMiwwLjc5MTYgMC4yMDkxMDIyOSwwLjE0MTIgMC40NjU2MjA2NSwwLjIxODMgMC43MzY5NjI4OCwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHogbSAzLjAyOTczNjQsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NSAtMS4zMTAxNTYzLDEuMzEwMSAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyLDAuNzkxNiAwLjIwOTEwMjQsMC4xNDEyIDAuNDY1NjIwNywwLjIxODMgMC43MzY5NjI5LDAuMjE4MyAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NSAxLjMxMDE1NjMsLTEuMzEwMSAwLC0wLjI3MTQgLTAuMDc3MDkzLC0wLjUyNzkgLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzI5IC0wLjc5MTU1MjcsLTAuMjcyOSB6IG0gMy4wODQzMjYxLDAgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjUgLTEuMzEwMTU2MiwxLjMxMDEgMCwwLjI5OSAwLjEwNDM0MTksMC41NzExIDAuMjcyOTQ5MiwwLjc5MTYgMC4yMDkxMDI0LDAuMTQxMiAwLjQ2NTYyMDYsMC4yMTgzIDAuNzM2OTYyOSwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHoiLz4gIDwvZz4gIDxnICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDguMjE1NzcxNSwwLjI3Mjk0OTIyIGMgMC4xNDEyNjY3LDAuMjA5MTAyMjkgMC4yMTgzNTk0LDAuNDY1NjIwNjUgMC4yMTgzNTk0LDAuNzM2OTYyODggMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDc2IC0wLjIwNTUxNzYsLTAuNzk3Nzk2NTkgLTAuNTE4NjAzNSwtMS4wMzcyMDY5OCB6IG0gMCwzLjA4NDMyNjE4IGMgMC4xNDEyNjY3LDAuMjA5MTAyMyAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MiAtMS4zMTAxNTYzLDEuMzEwMTU2MiAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTkzIDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAtMy4wODQzMjYyLDAgYyAwLjE0MTI2NjcsMC4yMDkxMDIzIDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYyIC0xLjMxMDE1NjMsMS4zMTAxNTYyIC0wLjI3MTM0MjIsMCAtMC41Mjc4NjA1LC0wLjA3NzA5MyAtMC43MzY5NjI5LC0wLjIxODM1OTMgMC4yMzk0MTA0LDAuMzEzMDg1OSAwLjYxMjYzNjMsMC41MTg2MDM1IDEuMDM3MjA3MSwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYyLC0wLjU4NjU3NyAxLjMxMDE1NjIsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NSwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogTSAyLjEwMTcwOSw2LjM4NzAxMTcgYyAwLjE0MTI2NjcsMC4yMDkxMDI0IDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYzIC0xLjMxMDE1NjMsMS4zMTAxNTYzIC0wLjI3MTM0MjIzLDAgLTAuNTI3ODYwNTksLTAuMDc3MDkzIC0wLjczNjk2Mjg4LC0wLjIxODM1OTQgMC4yMzk0MTAzOSwwLjMxMzA4NTkgMC42MTI2MzYyMiwwLjUxODYwMzUgMS4wMzcyMDY5OCwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAzLjAyOTczNjMsMCBjIDAuMTQxMjY2NywwLjIwOTEwMjQgMC4yMTgzNTk0LDAuNDY1NjIwNiAwLjIxODM1OTQsMC43MzY5NjI5IDAsMC43MjM1NzkzIC0wLjU4NjU3NywxLjMxMDE1NjMgLTEuMzEwMTU2MywxLjMxMDE1NjMgLTAuMjcxMzQyMiwwIC0wLjUyNzg2MDUsLTAuMDc3MDkzIC0wLjczNjk2MjksLTAuMjE4MzU5NCAwLjIzOTQxMDQsMC4zMTMwODU5IDAuNjEyNjM2MywwLjUxODYwMzUgMS4wMzcyMDcxLDAuNTE4NjAzNSAwLjcyMzU3OTMsMCAxLjMxMDE1NjIsLTAuNTg2NTc3IDEuMzEwMTU2MiwtMS4zMTAxNTYzIDAsLTAuNDI0NTcwOCAtMC4yMDU1MTc1LC0wLjc5Nzc5NjYgLTAuNTE4NjAzNSwtMS4wMzcyMDcgeiBtIDMuMDg0MzI2MiwwIGMgMC4xNDEyNjY3LDAuMjA5MTAyNCAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHoiIC8+ICA8L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  pointer-events: auto !important;
}

.os-host-rtl > .os-scrollbar-corner.os-scrollbar-corner-resize {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
      transform: scale(-1, 1);
}

.os-host-overflow {
  overflow: hidden !important;
}

.os-theme-none > .os-scrollbar-horizontal, .os-theme-none > .os-scrollbar-vertical, .os-theme-none > .os-scrollbar-corner {
  display: none !important;
}

.os-theme-none > .os-scrollbar-corner-resize {
  display: block !important;
  min-width: 10px;
  min-height: 10px;
}

.os-theme-dark > .os-scrollbar-horizontal, .os-theme-light > .os-scrollbar-horizontal {
  right: 10px;
  height: 10px;
}

.os-theme-dark > .os-scrollbar-vertical, .os-theme-light > .os-scrollbar-vertical {
  bottom: 10px;
  width: 10px;
}

.os-theme-dark.os-host-rtl > .os-scrollbar-horizontal, .os-theme-light.os-host-rtl > .os-scrollbar-horizontal {
  left: 10px;
  right: 0;
}

.os-theme-dark > .os-scrollbar-corner, .os-theme-light > .os-scrollbar-corner {
  height: 10px;
  width: 10px;
}

.os-theme-dark > .os-scrollbar-corner, .os-theme-light > .os-scrollbar-corner {
  background-color: transparent;
}

.os-theme-dark > .os-scrollbar, .os-theme-light > .os-scrollbar {
  padding: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
}

.os-theme-dark > .os-scrollbar.os-scrollbar-unusable, .os-theme-light > .os-scrollbar.os-scrollbar-unusable, .os-theme-dark > .os-scrollbar > .os-scrollbar-track, .os-theme-light > .os-scrollbar > .os-scrollbar-track {
  background: transparent;
}

.os-theme-dark > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle, .os-theme-light > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle {
  min-width: 30px;
}

.os-theme-dark > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle, .os-theme-light > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle {
  min-height: 30px;
}

.os-theme-dark.os-host-transition > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle, .os-theme-light.os-host-transition > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle, .os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle, .os-theme-dark > .os-scrollbar > .os-scrollbar-track, .os-theme-light > .os-scrollbar > .os-scrollbar-track {
  border-radius: 10px;
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(255, 255, 255, 0.4);
}

.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(255, 255, 255, 0.4);
}

.os-theme-dark > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(255, 255, 255, 0.75);
}

.os-theme-light > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(255, 255, 255, 0.55);
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active {
  background: rgba(0, 0, 0, 0.7);
}

.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active {
  background: rgba(255, 255, 255, 0.7);
}

.os-theme-dark > .os-scrollbar-horizontal .os-scrollbar-handle:before, .os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
}

.os-theme-light > .os-scrollbar-horizontal .os-scrollbar-handle:before, .os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
}

.os-theme-dark.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal .os-scrollbar-handle:before, .os-theme-dark.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical .os-scrollbar-handle:before {
  display: none;
}

.os-theme-light.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal .os-scrollbar-handle:before, .os-theme-light.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical .os-scrollbar-handle:before {
  display: none;
}

.os-theme-dark > .os-scrollbar-horizontal .os-scrollbar-handle:before, .os-theme-light > .os-scrollbar-horizontal .os-scrollbar-handle:before {
  top: -6px;
  bottom: -2px;
}

.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before, .os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
  left: -6px;
  right: -2px;
}

.os-host-rtl.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before, .os-host-rtl.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
  right: -6px;
  left: -2px;
}

.fade-in-bottom {
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
          animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.fade-in-bottom2 {
  -webkit-animation: fade-in-bottom 1.2s cubic-bezier(0, 0.575, 0.565, 1.000) both;
          animation: fade-in-bottom 1.2s cubic-bezier(0, 0.575, 0.565, 1.000) both;
}

.tracking-in-expand {
  -webkit-animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
          animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}

.scale-in-top {
  -webkit-animation: scale-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
          animation: scale-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.scale-in-ver-top {
  -webkit-animation: scale-in-ver-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
          animation: scale-in-ver-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.scale-up-top {
  -webkit-animation: scale-up-top 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
          animation: scale-up-top 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2020-9-14 14:33:33
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation scale-up-top
 * ----------------------------------------
 */
@-webkit-keyframes scale-up-top {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
  }
}
@keyframes scale-up-top {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2020-9-14 14:24:44
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation tracking-in-expand
 * ----------------------------------------
 */
@-webkit-keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}


/* ----------------------------------------------
 * Generated by Animista on 2020-9-14 14:11:9
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation fade-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2020-9-14 14:25:39
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation scale-in-top
 * ----------------------------------------
 */
@-webkit-keyframes scale-in-top {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    opacity: 1;
  }
}
@keyframes scale-in-top {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    opacity: 1;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2020-9-14 14:28:47
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation scale-in-ver-top
 * ----------------------------------------
 */
@-webkit-keyframes scale-in-ver-top {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 1;
  }
}
@keyframes scale-in-ver-top {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 1;
  }
}
.fade-in-left {
  -webkit-animation: fade-in-left 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
          animation: fade-in-left 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
/* ----------------------------------------------
 * Generated by Animista on 2020-9-14 18:51:43
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation fade-in-left
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

.fade-in-left {
  -webkit-animation: fade-in-left 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
          animation: fade-in-left 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
/* ----------------------------------------------
 * Generated by Animista on 2020-9-14 21:55:37
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation fade-in-left
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-right {
  -webkit-animation: fade-in-right 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
          animation: fade-in-right 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
/* ----------------------------------------------
 * Generated by Animista on 2020-9-14 21:56:56
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation fade-in-right
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
.flip-in-hor-bottom {
  -webkit-animation: flip-in-hor-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
          animation: flip-in-hor-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
/* ----------------------------------------------
 * Generated by Animista on 2020-9-14 22:8:14
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation flip-in-hor-bottom
 * ----------------------------------------
 */
@-webkit-keyframes flip-in-hor-bottom {
  0% {
    -webkit-transform: rotateX(80deg);
            transform: rotateX(80deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
    opacity: 1;
  }
}
@keyframes flip-in-hor-bottom {
  0% {
    -webkit-transform: rotateX(80deg);
            transform: rotateX(80deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
    opacity: 1;
  }
}

/* CHANGED - мобильное меню было в 767 и ниже */
        @media (max-width: 991px) {
            .header .mobile-menu {
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                padding-top: 50px;
                padding-bottom: 25px;
                text-align: center;
                background-color: #fff;
            }

            .header .mobile-menu .header-nav {
                display: block;
            }

            .header .mobile-menu .header-nav__list {
                display: inline-flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                margin-bottom: 25px;
            }

            .header .mobile-menu .header-nav__item {
                margin-right: 0;
                margin-bottom: 10px;
            }

            .header {
                padding-top: 25px;
            }

            .header .logo, .header .header-nav {
                display: none;
            }

            .header .burger-menu {
                z-index: 110;
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
            }

            .header .mobile-menu {
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                padding-top: 75px;
                padding-bottom: 25px;
                text-align: center;
                background-color: #fff;
                max-width: 330px; /* CHANGED */
            }

            .header .mobile-menu .header-nav {
                display: block;
            }

            .header .mobile-menu .header-nav__list {
                display: -webkit-inline-box;
                display: -webkit-inline-flex;
                display: -ms-inline-flexbox;
                display: inline-flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -webkit-flex-direction: column;
                -ms-flex-direction: column;
                flex-direction: column;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -webkit-justify-content: center;
                -ms-flex-pack: center;
                justify-content: center;
                margin-bottom: 25px;
            }

            .header .mobile-menu .header-nav__item {
                margin-right: 0;
                margin-bottom: 10px;
            }
            .header {
                padding-top: 30px;
            }
            .header .burger-menu {
                z-index: 110;
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
            }
            .header .header-nav {
                display: none;
            }
            .header .mobile-menu {
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                padding-top: 50px;
                padding-bottom: 25px;
                text-align: center;
                background-color: #fff;
                max-width: 330px; /* CHANGED */
            }
            .header .mobile-menu .header-nav {
                display: block;
            }
            .header .mobile-menu .header-nav__list {
                display: -webkit-inline-box;
                display: -webkit-inline-flex;
                display: -ms-inline-flexbox;
                display: inline-flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -webkit-flex-direction: column;
                -ms-flex-direction: column;
                flex-direction: column;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -webkit-justify-content: center;
                -ms-flex-pack: center;
                justify-content: center;
                margin-bottom: 25px;
            }
            .header .mobile-menu .header-nav__item {
                margin-right: 0;
                margin-bottom: 10px;
            }

          .contacts .contacts-map {
            width: 100%;
            height: 301px;
            margin-top: 24px;
          }
            .header .burger-menu {
                width: 40px;
                height: 40px;
                display: flex;
                flex-direction: column;
                justify-content: space-between;
                cursor: pointer;
                transition: transform 0.3s ease-out;
                z-index: 250;
                position: fixed;
                top: 25px;
                right: 25px; }
            .header .burger-menu .line-menu {
                background-color: #fff;
                border-radius: 5px;
                width: 100%;
                min-width: 19px;
                position: relative;
                height: 5px; }
            .header .burger-menu .line-menu.half {
                width: 50%; }
            .header .burger-menu .line-menu:not(.half) {
                min-width: 38px; }
            .header .burger-menu .line-menu.start {
                transition: transform 0.3s cubic-bezier(0.54, -0.81, 0.57, 0.57);
                transform-origin: right;
                margin-left: -20px; }
            .header .burger-menu .line-menu.end {
                align-self: flex-end;
                transition: transform 0.3s cubic-bezier(0.54, -0.81, 0.57, 0.57);
                transform-origin: left; }
            .header .burger-menu.active {
                transform: rotate(-45deg); }
            .header .burger-menu.active .line-menu {
                background-color: #aaa; }
            .header .burger-menu.active .line-menu.start {
                transform: rotate(-90deg) translateX(3px); }
            .header .burger-menu.active .line-menu.end {
                transform: rotate(-90deg) translateX(-3px); }
            .header .mobile-menu {
                position: fixed;
                left: auto;
                right: 0;
                transition: transform 0.3s ease-out;
                display: block;
                width: 0;
                height: 0;
                overflow-x: hidden;
                overflow-y: auto;
                transform: translateX(100%);
                text-align: left;
                padding: 0 50px; }
            .header .mobile-menu.active {
                transform: translateX(0);
                width: 85%;
                height: 100%; }
            .header .mobile-menu .logo {
                display: block;
                margin-right: 0;
                margin-top: 70px; }
            .header .mobile-menu .logo img {
                width: 100%;
                max-width: 100px; }
            .header .mobile-menu .header-nav__list {
                display: flex;
                margin-top: 10px; }
            .header .mobile-menu .header-nav__item {
                width: 100%;
                display: block;
                margin: 0;
                line-height: 14px;
                padding: 10px 0; }
            .header .mobile-menu .header-nav__link {
                font-size: 14px;
                line-height: 16px;
                display: inline-block;
                position: relative;
                color: #4E4E4E; }
            .header .mobile-menu .header-nav__link:after {
                content: "";
                position: absolute;
                width: 60px;
                right: -75px;
                height: 2px;
                border-radius: 2px;
                top: 8px;
                background-color: transparent; }
                .header .mobile-menu .header-nav__link.active {
                    font-weight: 600;
                    color: #D69B3B;
                    text-decoration: none; }
                .header .mobile-menu .header-nav__link.active:after {
                    background-color: #D69B3B; }
            .header .mobile-menu .header-nav__link:hover {
                font-weight: 600;
                color: #D69B3B;
                text-decoration: none; }
            .header .mobile-menu .header-nav__link:hover:after {
                background-color: #D69B3B; }
            .header .mob-social {
                margin: 30px 0; }
            .header .mob-social__title {
                font-size: 14px;
                line-height: 20px; }
            .header .mob-social__links {
                display: flex;
                align-items: center;
                margin-top: 10px; }
            .header .mob-social__links a {
                display: block;
                padding-right: 28px; } }

                @media (max-width: 767px) {
                  .hist-creation-view .item img{
                        height: auto;
                  }
                .philosophy-view .text-view{
                       max-width: 100%; 
                }

                  .experts-background .footer,
                  .footer {
                    background-color: #fff;
                    margin-bottom: 0;
                    margin-left: -15px;
                    padding: 25px 15px;
                  }

                  .experts-background .footer .footer-line,
                    .footer .footer-line {
                    display: none;
                  }

                  .experts-background .footer .footer-text,
                    .footer .footer-text {
                    max-width: 85%;
                    flex-direction: column-reverse;
                    justify-content: center;
                    align-items: center;
                    text-align: center;
                    margin-left: auto;
                    margin-right: auto;
                  }

                  .experts-background .footer .social-links,
                    .footer .social-links {
                    margin-bottom: 10px;
                  }

                  .experts-background .footer .social-links .svg,
                      .footer .social-links .svg {
                    fill: #D69B3B;
                  }

                  .experts-background .footer .footer-text {
                    color: #000;
                  }

                  .hist-stella-view,
                  .philosophy-view,
                  .history-photo {
                    flex-wrap: wrap;
                    margin-bottom: 35px;
                    flex-direction: column;
                  }
                  .hist-photo-grid .hist-photo-item {
                      position: absolute;
                      filter: none;
                      object-fit: cover;
                  }

                  .hist-stella-view .view-title,
                    .philosophy-view .view-title,
                    .history-photo .view-title {
                    font-size: 25px;
                    line-height: 30px;
                    color: #434343;
                    width: 100%;
                  }

                  .hist-stella-view .text-view,
                    .philosophy-view .text-view,
                    .history-photo .text-view {
                    margin-bottom: 30px;
                  }

                  .hist-stella-view .text-description,
                    .philosophy-view .text-description,
                    .history-photo .text-description {
                    max-width: 100%;
                  }

                  .about-view {
                    flex-wrap: wrap;
                    margin-bottom: 35px;
                  }

                  .about-view .img-view,
                    .about-view.reverse .img-view {
                    max-width: 100%;
                    margin: 35px auto 0;
                  }
                  .mobile-photo{
                    display: block;
                  }
                  .mobile-photo a{
                    width: 100%;
                    height: 200px;
                    margin-bottom: 25px;
                    object-fit: cover;
                    object-position: 50% 50%;
                  }
                  .swiper-container.media-photo{
                    display: none;
                  }

                  .mobile-photo
                    img{
                     width: 100%;
                     height: 200px;
                     margin-bottom: 25px;
                     object-fit: cover;
                     object-position: 50% 50%;
                   }
                    .center{
                     margin-bottom: 50px;
                    }

                  .about-view .view-title {
                    font-size: 25px;
                    line-height: 30px;
                    color: #434343;
                  }

                  .about-view .view-description {
                    font-size: 12px;
                    line-height: 150%;
                  }

                  .section-wrap .item {
                    width: 50%;
                    display: none;
                    padding: 0;
                    padding-left: 16px;
                  }

                  .section-wrap .item:nth-child(-n+2) {
                    display: flex;
                    padding-left: 16px;
                  }

                  .section-wrap .item:first-child {
                    padding-left: 0;
                  }

                  .nom-item .nom-img, .nom-item img {
                    height: 91px;
                    margin-bottom: 8px;
                  }

                  .nom-item .nom-info {
                    padding: 0 15px 8px;
                    align-items: flex-end;
                  }

                  .nom-item .nom-title {
                    font-size: 10px;
                    line-height: 12px;
                    margin-bottom: 7px;
                  }

                  .nom-item .nom-list {
                    margin-top: auto;
                    font-size: 12px;
                    line-height: 22px;
                  }

                  .nom-item .nom-list .icn {
                    width: 24px;
                    height: 15px;
                  }

                  section .center {
                    margin-top: 25px;
                  }

                  section .section-text {
                    margin-bottom: 10px;
                  }

                  section .section-text .section-title {
                    font-size: 25px;
                    line-height: 30px;
                    color: #434343;
                  }

                  .btn {
                    font-size: 15px;
                    line-height: 22px;
                    font-weight: 400;
                  }

                  .hist-creation-view .section-wrap .item {
                    width: 100%;
                    display: block;
                    margin: 0;
                    padding: 0;
                    margin-top: 15px;
                    margin-bottom: 15px;
                    position: static;
                  }

                  .hist-creation-view .section-wrap .item img {
                    margin: 0 auto;
                  }

                  .hist-creation-view .section-wrap .info {
                    position: static;
                    width: 100%;
                    display: block;
                    background: inherit;
                    margin: 0;
                    padding: 0;
                  }

                  .hist-creation-view .section-wrap .text {
                    color: #000;
                    padding: 8px;
                    font-size: 14px;
                    position: static;
                  }

                  .votes .section-description {
                    display: none;
                  }

                  .votes .section-wrap .item {
                    width: 50%;
                    padding-left: 0;
                    display: flex;
                    padding-bottom: 16px;
                  }

                  .votes .section-wrap .item:nth-child(even) {
                    padding-left: 16px;
                  }

                  .laureats .item {
                    width: 100%;
                    padding: 0;
                    padding-bottom: 16px;
                  }

                  .laureats .nom-item {
                    display: flex;
                    align-items: center;
                  }

                  .laureats .nom-item .nom-img {
                    max-width: 50%;
                    height: 100%;
                    margin-bottom: 0;
                  }

                  .laureats .nom-item .nom-info {
                    padding: 0 10px;
                  }

                  .laureats .nom-item .nom-title {
                    font-size: 14px;
                    line-height: 17px;
                  }

                  .laureats .nom-item .nom-list {
                    font-size: 12px;
                    line-height: 15px;
                  }

                  .partners .item {
                    flex: auto;
                    margin: 10px 0;
                  }

                  .partners .item img {
                    height: auto;
                    width: auto;
                  }

                  .partners .section-wrap .item:nth-child(n) {
                    display: flex;
                    max-width: 50%;
                  }

                  .partners .section-wrap .item:nth-child(odd) {
                    padding-left: 10px;
                  }

                  .error-block {
                    text-align: center;
                  }

                  .error-block__subtitle {
                    font-size: 18px;
                    line-height: 16px;
                  }

                  .error-block__title {
                    font-size: 135px;
                    line-height: 136px;
                  }

                  .error-block__tupik {
                    font-size: 40px;
                    line-height: 0;
                    text-align: center;
                  }

                  .error-block__description {
                    font-size: 16px;
                    line-height: 133.1%;
                    margin: 45px auto 0;
                    max-width: 100%;
                  }

                  .nomination {
                    margin-bottom: 35px;
                  }

                  .nomination-page {
                    margin-bottom: 0;
                  }
                  .nomination-box canvas{
                    display: none;
                  }
                  .nomination-page .section-wrap {
                    padding-left: 0;
                    padding-right: 0;
                    padding-top: 50px;
                  }

                  .nomination-page .nomination-box {
                    background: none;
                    padding-bottom: 0;
                    margin-bottom: 50px;
                  }


                  .nomination-page .nomination-item::after {
                    display: none;
                  }

                  .nomination-page .nomination-item .img {
                    width: 135px;
                    height: 135px;
                  }

                  .nomination-page .nomination-item .info {
                    padding-left: 35px;
                    flex: 1;
                  }

                  .media-photo .swiper-slide {
                    height: auto;
                  }

                  /* CHANGED
                  .media-photo .photo-grid {
                    display: flex;
                    flex-wrap: wrap;
                    height: auto;
                    margin-bottom: 0;
                    justify-content: space-between;
                  }

                  .media-photo .photo-item {
                    position: static;
                    margin-bottom: 20px;
                    width: 100% !important;
                    height: auto !important;
                    max-width: 48%;
                    max-height: 120px;
                    object-fit: cover;
                  }

                  .media-photo .photo-item:last-child {
                    width: 100% !important;
                    max-width: 100%;
                    height: auto !important;
                    max-height: 180px;
                  }

                   */

                  .media-video .item {
                    width: 50%;
                    padding: 0;
                  }

                  .media-video .item img {
                    height: 200px;
                    width: 100%;
                  }

                  .experts-background {
                    background: linear-gradient(147.29deg, #848484 -30.04%, rgba(105, 105, 105, 0.21) 19.1%, #AAAAAA 58.56%, rgba(82, 82, 82, 0) 96.27%, #878383 145.01%), url("../img/pattern.png");
                  }

                  .experts {
                    display: none;
                  }

                  .experts-mobile {
                    display: block;
                  }

                  .experts-mobile .section-img {
                    margin-bottom: 15px;
                  }

                  .experts-mobile .section-text {
                    margin-bottom: 20px;
                  }

                  .experts-mobile .item {
                    width: 100%;
                    margin-bottom: 20px;
                    padding: 0 8px !important;
                  }

                  .experts-mobile .item:nth-child(n) {
                    display: flex;
                  }

                  .experts-mobile .nom-item {
                    display: flex;
                    flex-direction: row;
                  }

                  .experts-mobile .nom-item .nom-img {
                    flex-shrink: 0;
                    width: 100%;
                    max-width: 170px;
                    height: 100%;
                    margin-bottom: 0;
                  }

                  .experts-mobile .nom-item .nom-img img {
                    height: 100%;
                  }

                  .experts-mobile .nom-item .nom-info {
                    width: 100%;
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    justify-content: center;
                    height: 100%;
                    padding: 20px 15px;
                  }

                  .experts-mobile .nom-item .nom-info .nom-name {
                    font-weight: 600;
                    font-size: 16px;
                    line-height: 19px;
                    letter-spacing: -1px;
                    text-transform: uppercase;
                    color: #FFFFFF;
                    margin-bottom: 15px;
                  }

                  .experts-mobile .nom-item .nom-info .nom-text {
                    font-size: 10px;
                    line-height: 13px;
                    color: #FFFFFF;
                  }

                  .history-photo .hist-photo-grid {
                    height: 350px;
                    margin-left: calc(50% - 180px);
                  }

                  .history-photo .hist-photo-item:nth-child(1) {
                    left: 0;
                    top: 0;
                    width: 109px;
                    height: 155px;
                  }

                  .history-photo .hist-photo-item:nth-child(2) {
                    top: 0;
                    left: 119px;
                    width: 229px;
                    height: 155px;
                  }

                  .history-photo .hist-photo-item:nth-child(3) {
                    left: 178px;
                    top: 165px;
                    width: 170px;
                    height: 95px;
                  }

                  .history-photo .hist-photo-item:nth-child(4) {
                    width: 110px;
                    height: 131px;
                    left: 239px;
                    top: 270px;
                  }

                  .history-photo .hist-photo-item:nth-child(5) {
                    top: 165px;
                    left: 0;
                    width: 168px;
                    height: 95px;
                  }

                  .history-photo .hist-photo-item:nth-child(6) {
                    top: 270px;
                    left: 0;
                    width: 229px;
                    height: 131px;
                  }
                }

                @media (min-width: 768px) and (max-width: 992px) {
                  .hist-creation-view .section-wrap .item {
                    width: 33%;
                  }

                  .media-photo .swiper-slide {
                    height: auto;
                  }

                  /*
                  CHANGED
                  .media-photo .photo-grid {
                    display: flex;
                    flex-wrap: wrap;
                    height: auto;
                    margin-bottom: 0;
                    justify-content: space-between;
                  }

                  .media-photo .photo-item {
                    position: static;
                    margin-bottom: 20px;
                    width: 100% !important;
                    height: auto !important;
                    max-width: 48%;
                    max-height: 180px;
                    object-fit: cover;
                  }

                  .media-photo .photo-item:last-child {
                    width: 100% !important;
                    max-width: 100%;
                    height: auto !important;
                    max-height: 250px;
                  }

                   */

                  .media-video .video-block {
                    width: 100%;
                  }

                  .media-page .section-wrap {
                    justify-content: space-between;
                    margin-bottom: 64px;
                  }

                  .media-page .section-wrap .item {
                    width: 48% !important;
                    padding: 0;
                  }

                  .media-page .section-wrap .item img {
                    height: auto;
                    width: 100%;
                  }

                  section .center {
                    margin-top: 25px;
                  }

                  section .section-text {
                    margin-bottom: 10px;
                  }

                  section .section-text .section-title {
                    font-size: 25px;
                    line-height: 30px;
                    color: #434343;
                  }

                  section .section-text .section-wrap .item {
                    width: 50%;
                  }

                  .btn {
                    font-size: 15px;
                    line-height: 22px;
                    font-weight: 400;
                  }

                  .header {
                    padding-top: 30px;
                  }

                  .header .burger-menu {
                    z-index: 110;
                    display: flex;
                  }

                  .header .header-nav {
                    display: none;
                  }

                  .starter {
                    align-items: center;
                    flex-direction: column;
                    background: none;
                  }

                  .starter .section-text {
                    text-align: center;
                    max-width: 87%;
                  }

                  .starter .section-text .section-img {
                    margin-left: auto;
                    margin-right: auto;
                    display: inline-block;
                    max-width: 400px;
                    margin-bottom: 25px;
                  }

                  .starter .section-text .section-img--mobile {
                    display: block;
                    max-height: 295px;
                    max-width: 100%;
                    margin-bottom: 30px;
                  }

                  .starter .section-text .section-img--mobile img {
                    max-width: 100%;
                    max-height: auto;
                    margin-left: auto;
                    margin-right: auto;
                  }

                  .starter .section-text .section-title {
                    font-size: 40px;
                    line-height: 47px;
                    margin-bottom: 30px;
                  }

                  .starter .section-text .section-subtitle {
                    font-size: 16px;
                    line-height: 20px;
                  }

                  .hist-stella-view,
                  .philosophy-view,
                  .history-photo {
                    flex-wrap: wrap;
                    margin-bottom: 35px;
                  }

                  .hist-stella-view .view-title,
                    .philosophy-view .view-title,
                    .history-photo .view-title {
                    font-size: 25px;
                    line-height: 30px;
                    color: #434343;
                    width: 100%;
                  }

                  .hist-stella-view .text-view,
                    .philosophy-view .text-view,
                    .history-photo .text-view {
                    max-width: 100%;
                    margin-bottom: 30px;
                  }

                  .hist-stella-view .text-description,
                    .philosophy-view .text-description,
                    .history-photo .text-description {
                    max-width: 70%;
                  }

                  .about-view {
                    margin-bottom: 75px;
                  }

                  .about-view .img-view,
                    .about-view.reverse .img-view {
                    max-width: 35%;
                    width: 100%;
                  }

                  .about-view .text-view {
                    max-width: 100%;
                    width: 100%;
                  }

                  .media .media-item {
                    display: none;
                  }

                  .media .media-item:nth-child(-n+3) {
                    display: flex;
                  }

                  .media-item {
                    height: auto;
                  }

                  .media-item:nth-child(-n+3) {
                    display: flex;
                  }

                  .nomination .section-wrap {
                    margin-left: 0;
                    margin-right: 0;
                  }

                  .nomination .nomination-box {
                    padding-bottom: 50px;
                  }

                  .history-photo .hist-photo-grid {
                    height: 350px;
                    margin-left: calc(50% - 180px);
                  }

                  .history-photo .hist-photo-item:nth-child(1) {
                    left: 0;
                    top: 0;
                    width: 109px;
                    height: 155px;
                  }

                  .history-photo .hist-photo-item:nth-child(2) {
                    top: 0;
                    left: 119px;
                    width: 229px;
                    height: 155px;
                  }

                  .history-photo .hist-photo-item:nth-child(3) {
                    left: 178px;
                    top: 165px;
                    width: 170px;
                    height: 95px;
                  }

                  .history-photo .hist-photo-item:nth-child(4) {
                    width: 110px;
                    height: 131px;
                    left: 239px;
                    top: 270px;
                  }

                  .history-photo .hist-photo-item:nth-child(5) {
                    top: 165px;
                    left: 0;
                    width: 168px;
                    height: 95px;
                  }

                  .history-photo .hist-photo-item:nth-child(6) {
                    top: 270px;
                    left: 0;
                    width: 229px;
                    height: 131px;
                  }

                  .footer {
                    background-color: #fff;
                    margin-bottom: 0;
                    margin-left: -15px;
                    margin-right: -15px;
                    padding: 25px 15px;
                  }

                  .footer .footer-line {
                    display: none;
                  }

                  .footer .footer-text {
                    max-width: 70%;
                    flex-direction: column-reverse;
                    justify-content: center;
                    align-items: center;
                    text-align: center;
                    margin-left: auto;
                    margin-right: auto;
                  }

                  .footer .social-links {
                    margin-bottom: 10px;
                  }

                  .footer .social-links .svg {
                    fill: #D69B3B;
                  }

                }

                @media (min-width: 992px) and (max-width: 1300px) {
                    /* CHANGED
                  .media-page .photo-grid .photo-item:nth-child(2),
                  .media-page .photo-grid .photo-item:nth-child(4) {
                    width: 667px;
                  }


                  .media-page .photo-grid .photo-item:nth-child(3) {
                    width: 337px;
                  }
                    */

                  .media-page .section-wrap {
                    justify-content: space-between;
                  }

                  .media-page .section-wrap .video-block {
                    width: 100%;
                  }

                  .media-page .section-wrap .item {
                    width: 48% !important;
                    padding: 0;
                  }

                  .media-page .section-wrap .item img {
                    width: 100%;
                    max-width: none;
                    height: 398px;
                  }

                  section .center {
                    margin-top: 35px;
                  }

                  section .section-wrap .item {
                    padding: 0;
                    padding-left: 16px;
                  }

                  section .section-wrap .item:first-child {
                    padding-left: 0;
                  }

                  .footer {
                    background-color: #fff;
                    margin-bottom: 0;
                    margin-left: -15px;
                    margin-right: -15px;
                    padding: 25px 15px;
                  }

                  .footer .footer-line {
                    display: none;
                  }

                  .footer .footer-text {
                    max-width: 70%;
                    flex-direction: column-reverse;
                    justify-content: center;
                    align-items: center;
                    text-align: center;
                    margin-left: auto;
                    margin-right: auto;
                  }

                  .footer .social-links {
                    margin-bottom: 10px;
                  }

                  .footer .social-links .svg {
                    fill: #D69B3B;
                  }

                  .nomination .section-wrap, .media .section-wrap {
                    margin-left: 0;
                    margin-right: 0;
                  }
                }
