/*-------------------------------------------------
  #1. Globals
-------------------------------------------------*/

#ruller_x {
  position: absolute;
  z-index: 9999;
  height: 1px;
  width: 100vw;
  background: red;
  top: 40px;
}

html {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 300;
  font-size: 10px;
  color: #231f20;
  line-height: 1.5;
  position: relative;
  background: #fff;
}

body {
  font-size: 1.6rem;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
  padding: 0px;
  margin: 0px;
}

a {
  color: #51c0f7;
  cursor: pointer;
  text-decoration: underline;
}

a:hover {
  color: #fc0000;
}

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

*:focus {
  outline: 2px dashed #51c0f7;
}

.dsp-none {
  display: none;
}

::-moz-selection {
  background: #ef018d;
  color: #fff;
}

::selection {
  background: #ef018d;
  color: #fff;
}

.blackwrap {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 0;
  visibility: hidden;
}

.blackwrap.show {
  display: block;
  z-index: 1000;
}

@media screen and (max-width: 480px) {
  .blackwrap.show {
    z-index: 10;
  }
}

.blackwrap.menu {
  visibility: visible;
  z-index: 1000;
  background: #45484d;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(51%, #45484d), color-stop(54%, #45484d), to(#ffffff));
  background: linear-gradient(to bottom, #45484d 51%, #45484d 54%, #ffffff 100%);
  opacity: 0.3;
  -webkit-animation: showBlackwrap 0.3s;
  animation: showBlackwrap 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes showBlackwrap {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 0.3;
  }
}

@keyframes showBlackwrap {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 0.3;
  }
}

.wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  min-height: 50vh;
}

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

.wrap.head .innerWrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px;
}

@media screen and (max-width: 1600px) {
  .wrap.head .innerWrap {
    width: 1550px;
  }
}

@media screen and (max-width: 1500px) {
  .wrap.head .innerWrap {
    width: 1400px;
  }
}

@media screen and (max-width: 1400px) {
  .wrap.head .innerWrap {
    width: 1300px;
  }
}

@media screen and (max-width: 1300px) {
  .wrap.head .innerWrap {
    width: 1200px;
  }
}

@media screen and (max-width: 1200px) {
  .wrap.head .innerWrap {
    width: 1050px;
  }
}

@media screen and (max-width: 1100px) {
  .wrap.head .innerWrap {
    width: 960px;
  }
}

@media screen and (max-width: 1020px) {
  .wrap.head .innerWrap {
    width: 100%;
    padding: 0 25px;
  }
}

.innerWrap {
  width: 1600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 30px;
}

@media screen and (max-width: 1600px) {
  .innerWrap {
    width: 1550px;
  }
}

@media screen and (max-width: 1500px) {
  .innerWrap {
    width: 1400px;
  }
}

@media screen and (max-width: 1400px) {
  .innerWrap {
    width: 1300px;
  }
}

@media screen and (max-width: 1300px) {
  .innerWrap {
    width: 1200px;
  }
}

@media screen and (max-width: 1200px) {
  .innerWrap {
    width: 1050px;
  }
}

@media screen and (max-width: 1100px) {
  .innerWrap {
    width: 960px;
  }
}

@media screen and (max-width: 1020px) {
  .innerWrap {
    width: 100%;
    padding: 0 25px;
  }
}

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

@media screen and (max-width: 1020px) {
  .hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.hero__news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 600px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 40px;
  padding-left: 0px;
  border-left: 3px solid #ededed;
  position: relative;
}

@media screen and (min-width: 1500px) {
  .hero__news {
    padding-left: 20px;
  }
}

@media screen and (max-width: 1400px) {
  .hero__news {
    padding-right: 20px;
    font-size: 1.5rem;
    max-width: 700px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .hero__news {
    padding-left: 20px;
    max-width: 650px;
  }
}

@media screen and (max-width: 1020px) {
  .hero__news {
    max-width: none;
  }
}

.hero__news::before {
  content: '';
  width: 25px;
  height: 70px;
  background-size: cover;
  background: url("../images/texts/icon_news.svg") no-repeat;
  background-position: center center;
  background-color: #fff;
  border-top: 20px solid #fff;
  border-bottom: 20px solid #fff;
  position: absolute;
  left: -15px;
  top: 35%;
  z-index: 0;
}

.hero__news.en::before {
  content: '';
  width: 20px;
  height: 50px;
  background-size: cover;
  background: url("../images/texts/_i_news.svg") no-repeat;
  background-position: center center;
  background-color: #fff;
  border-top: 15px solid #fff;
  border-bottom: 15px solid #fff;
  position: absolute;
  left: -15px;
  top: 35%;
  z-index: 0;
}

.hero__news__toAll {
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #ffcc2d;
  text-decoration: none;
  color: #3c3c3b;
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 20px;
}

@media screen and (max-width: 1500px) {
  .hero__news__toAll {
    width: 90%;
  }
}

@media screen and (max-width: 1200px) {
  .hero__news__toAll {
    width: 90%;
  }
}

@media screen and (max-width: 1020px) {
  .hero__news__toAll {
    width: 100%;
  }
}

.hero__news-item {
  text-decoration: none;
  margin-bottom: 10px;
  color: #3c3c3b;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  border-left: 3px solid transparent;
  z-index: 10;
}

.hero__news-item:hover .hero__news-title {
  text-decoration: underline;
}

.hero__news-title {
  line-height: 2.4rem;
}

@media screen and (max-width: 1200px) {
  .hero__news-title {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}

.hero__news-date {
  color: #b2b2b2;
}

.hero__contests-alert {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px;
  background: #f9f5e4;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 1400px) {
  .hero__contests-alert {
    padding: 15px 20px;
  }
}

.hero__contests-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero__contests-message {
  margin-right: 20px;
}

.hero__attach {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f6f6f6;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 100%;
  max-width: 69%;
}

.hero__attach:hover {
  opacity: 1;
}

@media screen and (max-width: 1020px) {
  .hero__attach {
    display: none;
  }
}

.hero__important {
  height: calc(86%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f6f6f6;
}

.grunts {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1020px) {
  .grunts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.grunts__aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 470px;
  min-width: 470px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 50px;
}

@media screen and (max-width: 1500px) {
  .grunts__aside {
    max-width: 420px;
    min-width: 420px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 1400px) {
  .grunts__aside {
    max-width: 385px;
    min-width: 385px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .grunts__aside {
    max-width: 40%;
    min-width: auto;
    padding-right: 30px;
  }
}

@media screen and (max-width: 1020px) {
  .grunts__aside {
    max-width: 100%;
    padding: 0px;
  }

  .grunts__aside .mail__subscribe {
    display: none;
  }

  .grunts__aside .banners__item {
    display: none;
  }

  .grunts__aside .banners__item:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
  }
}

.grunts__sticky {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.grunts__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-top: 8px;
}

.grunts__title {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1366px) {
  .grunts__title {
    width: 100%;
  }
}

.grunts__image {
  margin-left: 20px;
  margin-right: 20px;
  height: 45px;
}

@media screen and (max-width: 1500px) {
  .grunts__image {
    height: 38px;
  }
}

@media screen and (max-width: 1200px) {
  .grunts__image {
    height: 33px;
  }
}

.grunts__subtext {
  width: 40%;
  color: #b2b2b2;
}

@media screen and (max-width: 1750px) {
  .grunts__subtext {
    width: 60%;
  }
}

@media screen and (max-width: 1366px) {
  .grunts__subtext {
    width: auto;
  }
}

.grunts__list {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.grunts__list.catalog .grunts__item-image {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  left: 0px;
}

.grunts__list.catalog .grunts__item-title {
  text-align: center;
}

.grunts__item {
  width: 31%;
  height: 375px;
  margin-right: 15px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px 30px;
  text-decoration: none;
  color: #3c3c3b;
  position: relative;
  overflow: hidden;
}

.grunts__item::before {
  content: '';
  display: block;
  width: 90%;
  height: 2px;
  background: #ededed;
  position: absolute;
  bottom: 1px;
  left: 5%;
}

.grunts__item::after {
  content: '';
  display: block;
  width: 2px;
  height: 96%;
  background: #ededed;
  position: absolute;
  right: 0px;
  top: 0%;
}

.grunts__item:nth-child(1n+2)::before {
  width: 95%;
  left: 0px;
}

.grunts__item:last-child::before {
  display: none;
}

@media screen and (min-width: 1750px) {
  .grunts__item:nth-child(3n) {
    width: 33%;
    margin-right: 0px;
  }

  .grunts__item:nth-child(3n)::after {
    display: none;
  }
}

@media screen and (max-width: 1750px) {

}

@media screen and (max-width: 1366px) {
  .grunts__item {
    width: 47%;
  }

  .grunts__item:nth-child(2n) {
    width: 47%;
    margin-right: 0px;
  }
}

@media screen and (max-width: 1366px) {
  .grunts__item {
    height: 325px;
  }
}

@media screen and (max-width: 640px) {
  .grunts__item {
    width: 100%;
    height: 275px;
    margin-right: 0px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .grunts__item:nth-child(2n) {
    width: 100%;
    margin-right: 0px;
  }

  .grunts__item::after {
    display: none;
  }
}

.grunts__item-title {
  line-height: 2.5rem;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 5px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 1200px) {
  .grunts__item-title {
    padding: 5px 0px;
  }
}

.grunts__item-image {
  position: absolute;
  top: 0px;
}

.grunts__item-image img {
  max-height: 300px;
  -webkit-transform: scale(1);
  transform: scale(1);
}

@media screen and (max-width: 1366px) {
  .grunts__item-image {
    left: 15%;
  }
}

@media screen and (max-width: 1200px) {
  .grunts__item-image {
    left: 20%;
  }

  .grunts__item-image img {
    max-height: 200px;
  }
}

.grunts__item-image:hover img {
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

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

.mail__subscribe-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.mail__image {
  width: 100%;
}

.mail__image.en {
  width: 50%;
}

.mail__description {
  width: 60%;
  color: #b2b2b2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 2rem;
}

.mail__icon {
  background: url("../images/sprite/sprite-61025763.svg") no-repeat;
  background-position: 0 10.645285497497225%;
  width: 108.2px;
  height: 82.9px;
}

.mail__icon.mail-animate {
  -webkit-animation-name: waggle;
  animation-name: waggle;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes waggle {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  50% {
    -webkit-transform: rotateZ(-20deg) scale(1.2);
    transform: rotateZ(-20deg) scale(1.2);
  }

  60% {
    -webkit-transform: rotateZ(25deg) scale(1.2);
    transform: rotateZ(25deg) scale(1.2);
  }

  67.5% {
    -webkit-transform: rotateZ(-15deg) scale(1.2);
    transform: rotateZ(-15deg) scale(1.2);
  }

  75% {
    -webkit-transform: rotateZ(15deg) scale(1.2);
    transform: rotateZ(15deg) scale(1.2);
  }

  82.5% {
    -webkit-transform: rotateZ(-12deg) scale(1.2);
    transform: rotateZ(-12deg) scale(1.2);
  }

  85% {
    -webkit-transform: rotateZ(0) scale(1.2);
    transform: rotateZ(0) scale(1.2);
  }

  100% {
    -webkit-transform: rotateZ(0) scale(1);
    transform: rotateZ(0) scale(1);
  }
}

@keyframes waggle {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  50% {
    -webkit-transform: rotateZ(-20deg) scale(1.2);
    transform: rotateZ(-20deg) scale(1.2);
  }

  60% {
    -webkit-transform: rotateZ(25deg) scale(1.2);
    transform: rotateZ(25deg) scale(1.2);
  }

  67.5% {
    -webkit-transform: rotateZ(-15deg) scale(1.2);
    transform: rotateZ(-15deg) scale(1.2);
  }

  75% {
    -webkit-transform: rotateZ(15deg) scale(1.2);
    transform: rotateZ(15deg) scale(1.2);
  }

  82.5% {
    -webkit-transform: rotateZ(-12deg) scale(1.2);
    transform: rotateZ(-12deg) scale(1.2);
  }

  85% {
    -webkit-transform: rotateZ(0) scale(1.2);
    transform: rotateZ(0) scale(1.2);
  }

  100% {
    -webkit-transform: rotateZ(0) scale(1);
    transform: rotateZ(0) scale(1);
  }
}

.mail__form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.mail__input {
  background: #f6f6f6;
  border: none;
  padding: 13px 30px 12px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.mail__send {
  background: #ffcc2d;
  border: none;
  padding: 10px 30px 10px;
}

.banners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 20px;
}

.banners__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  .banners__item.how_to_apply_banner {
    height: 140px;
  }

  .banners__item.how_to_apply_banner img {
    height: 140px;
  }
}

.required {
  color: #e83930;
}

.contest-order__another {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0 10px 10% 22px;
  width: 100%;
}

.contest-order__select {
  background-color: #F9F5E4;
  max-width: 100%;
  width: 100%;
  display: inline-block;
}

.contest-order__title {
  font-size: 4rem;
  margin: 0 0 25px 0;
}

.contest-order__warning {
  background-color: #F9F5E4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  margin: 0 0 18px 0;
  padding: 25px 35px 27px 35px;
}

.contest-order__warning-block:first-child {
  margin: 0 0 20px 0;
}

.contest-order__warning-block:nth-child(2) {
  margin: 0 0 15px 0;
}

.contest-order__warning-text {
  color: #000000;
  font-size: 1.6rem;
  margin: 0;
}

.contest-order__warning-accept {
  color: #fff;
  display: inline-block;
  background-color: #3DB39E;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.6rem;
  padding: 8px 40px 10px;
}

.contest-order__steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  margin: 0 0 25px 0;
  padding: 0;
}

.contest-order__step {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #CCCCCC;
  font-weight: 700;
  font-size: 1.6rem;
  padding: 0 13px 0 17px;
  position: relative;
}

.contest-order__step:before {
  content: '>';
  position: absolute;
  left: 0;
  top: 2%;
}

.contest-order__step-link {
  color: inherit;
  text-decoration: none;
}

.contest-order__step-link:hover {
  color: #36A9E1;
  text-decoration: underline;
}

.contest-order__step_active .contest-order__step-link {
  color: #36A9E1;
  text-decoration: underline;
}

.contest-order__step_active:before {
  content: '';
  background-image: url("../images/green-check.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 13px;
  position: absolute;
  left: -1%;
  top: 20%;
  width: 13px;
}

.contest-order__step_current .contest-order__step-link {
  color: #FFCC2D;
  text-decoration: underline;
}

.contest-order__step_current:before {
  content: '';
  background-image: url("../images/edit.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 13px;
  position: absolute;
  left: -1%;
  top: 20%;
  width: 13px;
}

.contest-order__caption {
  font-weight: 700;
  font-size: 3rem;
  margin: 0 0 15px 0;
}

.contest-order__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.contest-order__int {
  display: inline-block;
  width: 65%;
}

.contest-order__int .contest__wrapper {
  width: 100%;
}

.contest-order__side {
  display: inline-block;
  max-width: 372px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 30%;
}

.contest-order__label {
  display: block;
  font-size: 1.6rem;
  margin: 0 0 20px 0;
}

.contest-order__label span {
  display: inline-block;
  margin: 0 0 6px 0;
}

.contest-order__label-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contest-order__label-title .form__symbol-counter {
  color: #B3B3B3;
  display: inline-block;
}

.contest-order__label.show {
  display: block;
  -webkit-animation: showApplicationBlock 1s 1;
  animation: showApplicationBlock 1s 1;
}

.contest-order__label.hide {
  display: none;
}

.contest-order__select,
.contest-order__input {
  background-color: #F6F6F6;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #4D4D4D;
  display: block;
  font-size: 1.6rem;
  height: 42px;
  padding: 0 10px 0 20px;
  width: 100%;
}

.contest-order__area {
  background-color: #F6F6F6;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #4D4D4D;
  display: block;
  height: 150px;
  padding: 15px 10px 0 20px;
  width: 100%;
}

.contest-order__double {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.contest-order__double-part {
  display: inline-block;
  width: 48%;
}

.contest-order__button {
  background-color: #FFCC2D;
  border: none;
  color: #000;
  display: block;
  font-weight: 700;
  font-size: 1.6rem;
  height: 45px;
  text-align: center;
  width: 100%;
}

.contest-order__button:hover {
  background: #c9eafd;
  color: #000;
}

.contest-order__structure {
  list-style: none;
  padding: 0;
}

.contest-order__point {
  color: #000;
  font-size: 1.6rem;
}

.contest-order__point span {
  display: inline-block;
  margin-bottom: 10px;
}

.contest-order__sub-structure {
  list-style-type: none;
  margin: 0 0 15px 0;
  padding: 0;
}

.contest-order__sub-structure-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #CCCCCC;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 0;
  position: relative;
  text-decoration: underline;
  width: 100%;
}

.contest-order__sub-structure-item:not(:last-child) {
  margin-bottom: 8px;
}

.contest-order__sub-structure-item_done {
  color: #36A9E1;
}

.contest-order__sub-structure-item_done:before {
  content: '';
  background-image: url("../images/green-check.svg");
}

.contest-order__sub-structure-item_current {
  background-color: #F6F6F6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1A1A1A;
  padding: 10px 30px 15px 15px;
  -webkit-transform: translateX(-15px);
  transform: translateX(-15px);
  text-decoration: none;
  width: 115%;
}

.contest-order__sub-structure-item_current:before {
  content: '';
  background-image: url("../images/edit.svg");
}

.contest-order__sub-structure-item_current .contest-order__sub-structure-progress,
.contest-order__sub-structure-item_current .contest-order__sub-structure-progress-value {
  display: inline-block;
}

.contest-order__sub-structure-item:before {
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 13px;
  position: relative;
  left: 0;
  margin-right: 9px;
  top: 20%;
  width: 13px;
}

.contest-order__sub-structure-progress,
.contest-order__sub-structure-progress-value {
  bottom: 0;
  display: none;
  position: absolute;
  left: 0;
}

.contest-order__sub-structure-progress {
  background-color: #CCCCCC;
  height: 3px;
  width: 100%;
}

.contest-order__sub-structure-progress-value {
  background-color: #FFCC2D;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 0;
}

.contest-order__int .contest__warning {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 105%;
}

.contest-order__int .contest__item.file-check .contest__feedBack {
  width: 40%;
}

.contest__item_last .contest__content {
  border-bottom: none;
}

.warning-mesage {
  color: green;
  font-weight: 700;
}

.sidebar__inner.fixed {
  position: fixed;
  top: 0;
}

@-webkit-keyframes blink {
  from, to {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }
}

@keyframes blink {
  from, to {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }
}

.sending-preloader {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5;
}

.sending-preloader:before {
  background-color: rgba(0, 0, 0, 0.6);
  content: '';
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.sending-preloader__body {
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding: 55px 95px 110px 75px;
  position: relative;
}

.sending-preloader__title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 20px 0;
}

.sending-preloader__title p {
  margin: 0;
}

.sending-preloader__caption {
  font-size: 2rem;
  margin: 0 0 35px 0;
}

.sending-preloader__progress {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #F6F6F6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.5rem;
  font-weight: 700;
  height: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.sending-preloader__progress-value {
  display: inline-block;
  position: relative;
  z-index: 5;
}

.sending-preloader__current-status {
  -webkit-animation: blink 1s linear infinite;
  animation: blink 1s linear infinite;
  background-color: #FFCC2D;
  display: inline-block;
  width: 1%;
  height: 100%;
  position: absolute;
  top: 0;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: 0.1s;
  transition: 0.1s;
  left: 0;
}

.account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  margin-top: 20px;
  padding-bottom: 50px;
  font-weight: 400;
}

.account__editBtn {
  width: 250px;
  padding: 10px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  background: #ffcc2d;
  color: #3c3c3b;
  text-decoration: none;
}

.account__editBtn:hover {
  background: #f7b20e;
}

.account h3 {
  font-size: 3rem;
}

.account__data {
  width: 250px;
  margin-bottom: 20px;
  margin-right: 20px;
}

.account__dataList {
  padding: 0px;
  margin: 0px;
  list-style: none;
  margin-bottom: 20px;
}

.account__applications {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 30px;
  background: #eee;
}

.account__applications .table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

.account__applications .table__cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.account__applications .table__cell.id {
  width: 50px;
}

.account__applications .table__cell.name {
  width: 270px;
}

.account__applications .table__cell.status {
  width: 150px;
  font-weight: 700;
}

.account__applications .table__cell.status.onAir {
  color: #ffcc2d;
}

.account__applications .table__cell.status.results {
  color: #53d60c;
}

.account__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 10px;
}

.account__row .account__application {
  width: 100%;
  margin-bottom: 0px;
}

.account__remove {
  width: 50px;
  padding: 0 20px;
  background: #fc9997;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.account__remove:hover {
  background: #fabfbd;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 640px) {
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.footer__title {
  width: 100%;
  border-bottom: 2px solid #ffcc2d;
  padding-bottom: 10px;
  padding-left: 10px;
}

.footer__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer__col.copywright {
  padding-top: 30px;
  min-width: 300px;
  max-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1366px) {
  .footer__col.copywright {
    min-width: 250px;
    max-width: 250px;
  }
}

.footer__col.contacts {
  min-width: 300px;
  max-width: 300px;
  margin-left: 20px;
  padding-top: 25px;
}

@media screen and (max-width: 1366px) {
  .footer__col.contacts {
    min-width: 300px;
    max-width: 300px;
  }
}

@media screen and (max-width: 640px) {
  .footer__col.contacts {
    margin-left: 0px;
  }
}

.footer__col.menu {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-top: 25px;
}

.footer__col .elt-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 0.7rem;
  margin-top: 20px;
  color: #3c3c3b;
  text-decoration: none;
}

.footer__col .elt-logo:hover {
  color: #fc0000;
}

.footer__col .elt-logo:hover .elt-image {
  opacity: 1;
}

.footer__col .elt-image {
  width: 140px;
  height: 35px;
  opacity: 1;
}

.footer__link {
  color: #3c3c3b;
  text-decoration: none;
  margin-bottom: 5px;
}

.footer__link:hover {
  color: #fc0000;
  text-decoration: underline;
}

.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media screen and (max-width: 1366px) {
  .footer__menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.footer__menu-col {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 30px;
  min-width: 150px;
}

.footer__menu-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 10px 30px;
}

.footer .elt-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer__iconsContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer__icon {
  min-width: 32px;
  position: relative;
  left: -3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__icon:hover path {
  fill: #a3d2d9;
}

/*
.footer{
  width: @mainWidth;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-top: 0px;
  margin-bottom: 70px;
  position: relative;

  &:after{
    content: '';
    position: absolute;
    .svg____footer_back;
    z-index: 0;
    bottom: -30px;
  }


  .innerWrap{
    min-height: 240px;
    padding: 30px 45px 25px 45px;
    display: flex;
    flex-direction: row;
  }
  &__wrap{
    display: flex;
    justify-content: space-between;
  }
  &__brand{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 10%;
  }
  &__mainMenu{
    width: 52%;
    display: flex;
    flex-wrap: wrap;
  }
  &__menu-title{
    display: inline-block;
    width: 100%;
    color: @main-font;
    line-height: 1;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 0 0 13px 0;
    margin: 0 0 12px 0;
    position: relative;
    &:after{
      content: '';
      display: inline-block;
      width: 100px;
      height: 2px;
      background-color: @yellow;
      position: absolute;
      left: 0;
      bottom: 0;
    }
  }
  &__list-point{
    line-height: 2.1;
    span{
      color: #9D9D9C;
    }
  }
  &__email{
    color: @backblue;
    text-decoration: underline;
  }
  &__contacts{
    width: 29%;
  }
  &__link{
    color: @main-font;
    text-decoration: none;
    font-size: 1.6rem;

    &:hover{
      text-decoration: underline;
    }
  }
  &__item{
 
    padding-right: 50px;
    padding-bottom: 30px;
    // outline: 1px solid red;
    &_ukf{
      // flex-grow: 1;
      max-width: 20%;
      @media @fullhd{
        max-width: unset;
      }
    }
    &_other{
      // flex-grow: 1;
      max-width: 20%;
      @media @fullhd{
        max-width: unset;
      }
    }

    &_progr{
      max-width: 53%;
      // flex-grow: 1;
      @media @fullhd{
        max-width: unset;
      }
    }

    &_cont{
      flex-grow: 4;
      @media @fullhd{
        max-width: unset;
      }
    }

    @media @fullhd{
      &.only-tablet{
        display: none;
      }
    }

  } //item

  &__logo{
    display: block;
    .svg____footer_logo;

    &.en{
      background: url('../images/logo_eng.svg') no-repeat;
      background-size: 125px 98px;
    }
  }
  &__menu{
    list-style: none;
    padding: 0px;
    margin: 0px;
    font-size: 1.6rem;
  }
  &__row{
    display: flex;
    margin-bottom: 7px;
  }
  &__iconsContainer{
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    margin: 0;
  }
  &__icon{
    min-width: 45px;
    display: block;
    position: relative;
    left: -3px;
    &.fb{
      .svg____Facebook_footer;
    }
    &.tw{
      .svg____Twitter_footer;
    }
    &.yt{
      .svg____Youtube_footer;
    }
    &.ins{
      .svg____Instagram_footer
    }
    &.element{

    }
  }
  &__data{
    font-size: 1.6rem;
    line-height: 1.5;
    span{
      display: block;
    }
  }
  &__agency{
    display: inline-block;
    span{
      display: block;
      margin-bottom: 0;
      line-height: 1;
      font-weight: 400;
    }
  }
  @media @mr{
    width: @mainWidth1400;
    &:after{
      width: 1350px;
    }
    &__item{
      margin-right: 67px;
    }
  }
  @media @hd{
    width: @mainWidth1280;
    margin-bottom: 40px;
    &:after{
      width: 95%;
    }
    &__mainMenu{
      justify-content: space-between;
    }
    &__item{
      width: 45%;
      margin-right: 0;
    }
  }
  @media @tl{
    width: @mainWidth1024;
    margin-bottom: 20px;
    &:after{
      width: 97%;
    }
    &__link{
      font-size: 1.5rem;
    }
    .innerWrap{
      padding: 40px 0 45px 35px;
    }
    &__contacts{
      display: none;
    }
    &__item{
      width: auto;
      margin-right: 40px;
      &_ukf{
        order: 1;
      }
      &_progr{
        order: 2;
      }
      &_cont{
        order: 3;
      }
      &_contac{
        order: 4;
      }
      &_other{
        order: 5;
      }
      &:nth-child(3n+3){
        margin-right: 40px;
      }
    }
    &__menu-title{
      &:after{
        width: 100%;
      }
    }
    &__mainMenu{
      width: 81%;
      justify-content: flex-start;
    }
  }
  @media @tp{
    &__brand{
      width: 100%;
      order: 2;
    }
    &__mainMenu{
      width: 100%;
      order: 1;
    }
    .innerWrap{
      flex-direction: column;
      padding: 45px 50px 70px 50px;
    }
    &__item.logo{
      display: none;
    }
    &__item{
      width: 50%;
      margin-right: 0;
      margin-bottom: 45px;
      &_cont{
        order: 4;
      }
      &_contac{
        order: 5;
        width: 63%;
        margin-bottom: 30px;
      }
      &_other{
        order: 3;
      }
      &:nth-child(3n+3){
        margin-right: 0;
      }
      &:nth-child(-n+3){
        margin-bottom: 45px;
      }
    }
    &__menu{
      display: inline-block;
      width: auto;
    }
    &__iconsContainer{
      margin-bottom: 20px;
    }
  }
  @media @sm{
    &:after{
      width: 100%;
    }
    .innerWrap{
      padding: 30px 38px 32px 38px;
    }
    &__item{
      width: 100%;
      margin-bottom: 35px;
      &:nth-child(-n+3){
        margin-bottom: 35px;
      }
    }
    &__menu{
      width: 100%;
    }
    &__list-point{
      line-height: 2;
    }
  }

}
.only-tablet{
  display: none;
}
@media @tl{
  .footer__item.only-tablet{
    display: inline-block;
  }
}
*/

.header {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 0px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.7rem;
}

.header__innerWrap {
  width: 1600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 30px;
}

@media screen and (max-width: 1600px) {
  .header__innerWrap {
    width: 1550px;
  }
}

@media screen and (max-width: 1500px) {
  .header__innerWrap {
    width: 1400px;
  }
}

@media screen and (max-width: 1400px) {
  .header__innerWrap {
    width: 1300px;
  }
}

@media screen and (max-width: 1300px) {
  .header__innerWrap {
    width: 1200px;
  }
}

@media screen and (max-width: 1200px) {
  .header__innerWrap {
    width: 1050px;
  }
}

@media screen and (max-width: 1100px) {
  .header__innerWrap {
    width: 960px;
  }
}

@media screen and (max-width: 1020px) {
  .header__innerWrap {
    width: 100%;
    padding: 0 25px;
  }
}

.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100px;
}

.header__link {
  display: block;
  height: 100px;
}

.header__link img {
  width: 140px;
  height: 100px;
}

@media screen and (max-width: 1100px) {
  .header__link img {
    width: 100px;
  }
}

@media screen and (max-width: 640px) {
  .header__link img {
    width: 120px;
  }
}

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

.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__top {
  height: 50px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-bottom: 1px solid #ededed;
  font-size: 1.5rem;
  position: relative;
}

.header__top.mobile-hide {
  display: none;
}

@media screen and (min-width: 1024px) {
  .header__top.mobile-hide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 1400px) {
  .header__top {
    padding-right: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .header__top {
    font-size: 1.4rem;
  }
}

.header__bottom {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 75px;
  border-bottom: 1px solid #ededed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 1.5rem;
}

@media screen and (max-width: 1400px) {
  .header__bottom {
    height: 65px;
  }
}

@media screen and (max-width: 1020px) {
  .header__bottom {
    border-bottom: none;
    height: auto;
  }
}

.header__block {
  min-height: 30px;
  color: #b2b2b2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 20px;
  padding-left: 20px;
  border-right: 1px solid #ededed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1400px) {
  .header__block {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.header__block:first-child {
  padding-left: 0px;
}

.header__block:last-child {
  padding-right: 0px;
  border-right: none;
}

@media screen and (max-width: 1020px) {
  .header__block.mobile-hide {
    display: none;
  }
}

.header__block.search.active {
  position: absolute;
  z-index: 1001;
  background: #fff;
  width: 55%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media screen and (max-width: 1024px) {
  .header__block.search {
    display: none;
  }
}

@media screen and (max-width: 1020px) {
  .header__block.contacts {
    padding-right: 0px;
    border-right: none;
  }
}

.header__preloader {
  width: 30px;
  height: 30px;
  background: url("../images/news_loader.svg");
  background-size: cover;
  position: absolute;
  right: 10px;
  top: 5px;
  display: none;
}

.header__preloader.show {
  display: block;
}

.header__search {
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1400px) {
  .header__search {
    width: 150px;
  }
}

@media screen and (max-width: 1200px) {
  .header__search {
    display: none;
  }
}

@media screen and (max-width: 1020px) {
  .header__search {
    display: none;
  }
}

.header__searchBtn {
  width: 20px;
  height: 20px;
  background: url("../images/search.svg");
  opacity: 0.8;
  position: absolute;
  left: 10px;
  top: 3px;
  border: none;
}

@media screen and (max-width: 1200px) {
  .header__searchBtn {
    left: auto;
    top: auto;
  }
}

.header__searchPopup {
  width: 100%;
  position: relative;
}

.header__searchPopup.active {
  width: 65%;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1001;
}

.header__searchPopup.active .header__searchInput {
  padding: 15px 25px 10px 40px;
}

.header__searchPopup.active .header__searchBtn {
  top: 10px;
}

@media screen and (max-width: 1200px) {
  .header__search {
    max-width: 40px;
    padding: 0px 10px;
  }

  .header__search:before {
    left: 0px;
    top: -10px;
  }
}

.header__searchInput {
  width: 100%;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 25px 5px 40px;
  color: #3c3c3b;
}

.header__searchResults {
  width: 65%;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px;
  background: #fff;
  top: 50px;
  right: 0px;
  z-index: 1001;
  display: none;
}

.header__searchResults .block-title {
  font-size: 1.8rem;
}

.header__searchResults.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header__contacts {
  display: inline-block;
  margin-right: 10px;
}

.header__contacts:last-child {
  margin-right: 0px;
}

.header__switchLink {
  width: 30px;
  height: 20px;
  display: block;
  position: relative;
  top: 1px;
  opacity: 0.8;
}

.header__switchLink.ua {
  background-image: url("../images/client_flag-ua.svg");
  background-repeat: no-repeat;
}

.header__switchLink.en {
  background-image: url("../images/client_flag-eu.svg");
  background-repeat: no-repeat;
}

.header__switchLink:hover {
  opacity: 1;
}

.header__callback {
  border: none;
  background: transparent;
  font-weight: 800;
  color: #3c3c3b;
  padding-left: 30px;
  position: relative;
}

.header__callback:hover {
  color: #fc0000;
}

.header__callback::before {
  content: '';
  width: 20px;
  height: 20px;
  background: url("../images/_i_callback.svg");
  opacity: 0.8;
  position: absolute;
  left: 3px;
  top: 2px;
}

.header__logout {
  color: #b2b2b2;
  border: none;
  margin: 0px;
  margin-left: 5px;
  padding: 0px;
  background: transparent;
}

.header__logout:hover {
  color: #fc0000;
}

.header__account {
  border: none;
  background: transparent;
  font-weight: 800;
  color: #3c3c3b;
  padding-left: 30px;
  position: relative;
  text-decoration: none;
}

.header__account::before {
  content: '';
  width: 20px;
  height: 20px;
  background: url("../images/_i_account.svg");
  opacity: 0.8;
  position: absolute;
  left: 3px;
  top: 2px;
}

.header__menu {
  width: 100%;
  height: 100%;
}

.header__menuLink {
  font-size: 1.5rem;
  color: #3c3c3b;
  text-decoration: none;
}

.header__menuLink:hover {
  text-decoration: underline;
}

.header__nav {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px;
  list-style-type: none;
  margin: 0px;
}

@media screen and (max-width: 1366px) {
  .header__nav {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 1280px), (min-width: 1024) {
  .header__nav {
    font-size: 1.3rem;
  }
}

.header__nav-item {
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1200px) {
  .header__nav-item {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.header__nav-item:last-child {
  margin-right: 0px;
  padding-right: 20px;
}

.header__nav-item:last-child .header__sub {
  left: auto!important;
  right: 0px;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@media screen and (max-width: 768px) {
  .header__nav-item:last-child .header__sub {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.header__nav-itemTitle {
  position: relative;
  z-index: 10;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__nav-item-subs::after {
  content: '';
  width: 12px;
  height: 8px;
  display: block;
  background: url("../images/arrow_down.svg") no-repeat;
  position: relative;
  top: 2px;
  margin-left: 5px;
  z-index: 10;
}

.header__nav-item-active {
  background: #fff;
  z-index: 1001;
}

.header__nav-item:hover .header__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__sub {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0px;
  display: none;
  position: absolute;
  top: 70px;
  left: -10%;
  background: #fff;
  z-index: 9;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header__sub-grunts {
  left: -60%;
  width: 1200px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

@media screen and (max-width: 1400px) {
  .header__sub {
    top: 60px;
    left: -130%;
  }
}

@media screen and (max-width: 1200px) {
  .header__sub {
    max-width: 1000px;
    left: -130%;
  }
}

@media screen and (max-width: 1100px) {
  .header__sub {
    left: -90%;
  }
}

.header__sub.single {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%!important;
  width: 250px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 10px 0;
}

.header__sub.single .header__subWrapper {
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header__sub.single .header__subItem {
  width: 100%;
  margin-right: 0px;
}

.header__sub.single .header__subItem:last-child {
  border-bottom: none;
}

.header__sub.single .header__subItem a {
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  .header__sub.single.last-mobile {
    left: 0px!important;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

.header__subWrapper {
  max-width: 1200px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 20px 0px;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
}

.header__subItem {
  width: 48%;
  margin-right: 20px;
  padding: 10px 0px 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ededed;
}

@media screen and (max-width: 1200px) {
  .header__subItem {
    width: 47%;
  }
}

.header__subItem.noBorder {
  border: none;
}

.header__subLots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

@media screen and (max-width: 1200px) {
  .header__subLots {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.header__subLots.cols {
  line-height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 5px;
}

@media screen and (max-width: 1200px) {
  .header__subLots.cols {
    margin-top: 5px;
  }
}

.header__subLots.cols > li {
  width: 100%;
  margin-bottom: 3px;
}

.header__subIcon {
  min-width: 60px;
}

.header__subLink {
  font-size: 16px;
}

.header__subLink:hover {
  text-decoration: underline;
}

.header__subLink-top {
  font-size: 2.2rem;
  line-height: 2.3rem;
  color: #3c3c3b;
  text-decoration: none;
  font-weight: 800;
}

.header__subLink-top.long {
  line-height: 2rem;
}

.header__subLink-sub {
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #b2b2b2;
  text-decoration: none;
  margin-right: 15px;
}

.header__subFooter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 10px 30px;
  background: #ededed;
}

.header__subFooterItem {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.header__subFooterIcon {
  width: 30px;
  margin-right: 10px;
}

.header__subFooterText {
  color: #3c3c3b;
}

.header__subFooterText:hover {
  color: #fc0000;
}

.menu__close-mobile {
  width: 80%;
  border: 2px solid #ffcc2d;
  background: transparent;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.menu__btn {
  border: none;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 10px;
  position: relative;
  font-size: 2rem;
}

.menu__btn::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background: url("../images/menu.svg") no-repeat;
  background-size: cover;
  margin-right: 10px;
}

.menu__mobileWrapper {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (max-width: 1020px) {
  .menu__mobileWrapper {
    display: none;
  }

  .menu__mobileWrapper.open {
    width: 90%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 20px;
    left: 5%;
    z-index: 1001;
    background: #fff;
    padding-top: 20px;
    overflow: hidden;
  }

  .menu__mobileWrapper.open .header__menu {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
  }

  .menu__mobileWrapper.open .header__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .menu__mobileWrapper.open .header__sub {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    top: 0px;
    left: 0px;
    max-width: none;
  }

  .menu__mobileWrapper.open .header__subFooter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px 30px;
  }

  .menu__mobileWrapper.open .header__subFooterItem {
    width: 100%;
  }

  .menu__mobileWrapper.open .header__subWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0px 10px;
  }

  .menu__mobileWrapper.open .header__subItem {
    width: 100%;
  }

  .menu__mobileWrapper.open .header__nav-item {
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0px;
    margin-bottom: 20px;
  }

  .menu__mobileWrapper.open .header__nav-item-subs:after {
    display: none;
  }

  .menu__mobileWrapper.open .header__nav-itemTitle {
    width: 100%;
    font-size: 2rem;
    font-weight: 800;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu__mobileWrapper.open .header__nav-itemTitle::before {
    content: '';
    display: block;
    width: 20%;
    height: 2px;
    background: #b2b2b2;
    position: absolute;
    left: 0px;
    top: 15px;
  }

  .menu__mobileWrapper.open .header__nav-itemTitle::after {
    content: '';
    display: block;
    width: 20%;
    height: 2px;
    background: #b2b2b2;
    position: absolute;
    right: 0px;
    top: 15px;
  }
}

.mobile-show {
  display: none;
}

@media screen and (max-width: 1020px) {
  .mobile-show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .mobile-show.inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.innerWrap.main-contest {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  min-height: 0px;
  padding: 12px 30px 15px;
  background-color: #F9F5E4;
}

.innerWrap.main-contest .contest__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-top: 5px;
}

.innerWrap.main-contest .contest-order__warning-accept:hover {
  background: #ffcc00;
  color: #414141;
  cursor: pointer;
}

.main__alert {
  width: 100%;
  background: #f9f5e4;
  padding: 30px 40px;
  position: relative;
  top: -40px;
  left: -40px;
  margin-bottom: 0px;
  font-weight: 700;
}

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

.main__pinnedItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #3c3c3b;
  text-decoration: none;
  width: 100%;
}

.main__pinnedItem:hover {
  color: #fc0000;
}

.main__pinnedItemData {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px 0 0;
}

.main__pinnedItemImage {
  max-width: 650px;
}

.main__pinnedItemDate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #b2b2b2;
  font-size: 1.6rem;
}

.main__pinnedItemDate::after {
  content: '';
  display: block;
  margin-left: 5px;
  background: url("../images/sprite/sprite-61025763.svg") no-repeat;
  background-position: 0 99.36305732484077%;
  width: 23.5px;
  height: 23.5px;
}

.main__pinnedItemTitle {
  margin-top: 5px;
  font-size: 3rem;
  line-height: 3.8rem;
  font-weight: 700;
}

.main__pinnedItemDescription {
  margin-top: 20px;
  font-size: 1.6rem;
}

.main__contests {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.main__contestsHeader {
  margin-top: 20px;
  position: relative;
  z-index: 1;
}

.main__contestsHeader h2 {
  font-size: 8rem;
  color: #ededed;
}

.main__contestsContainer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 0;
}

.main__contestsContainer.top {
  top: -25px;
}

.main__contestsItem {
  width: 30%;
  height: 375px;
  margin-right: 15px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 30px 30px;
  text-decoration: none;
  color: #3c3c3b;
  position: relative;
  overflow: hidden;
}

.main__contestsItem:hover {
  color: #fc0000;
  text-decoration: underline;
}

.main__contestsItem:hover .main__contestsItemImage img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
  -webkit-filter: hue-rotate(180deg);
  filter: hue-rotate(180deg);
}

.main__contestsItem:last-child {
  margin-right: 0px;
}

.main__contestsItemImage {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
}

.main__contestsItemImage img {
  -webkit-transition: 1s;
  transition: 1s;
}

.main__contestsItemTitle {
  line-height: 2.5rem;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 5px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  .main__contestsItemTitle {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

@media screen and (max-width: 1024px) {
  .main__contestsItem {
    height: 270px;
    padding: 10px;
  }
}

.main__contests.programms .main__contestsItem {
  padding: 20px 30px 20px;
  height: 150px;
  background: #eee;
}

@media screen and (max-width: 1024px) {
  .main__contests.programms .main__contestsItem {
    height: 100px;
    padding: 20px 25px 20px;
  }
}

.main__contests.programms .main__contestsItemTitle {
  background: transparent;
  padding: 0px;
}

.main .innerH2Title {
  font-size: 3rem;
}

@media screen and (max-width: 768px) {
  .main__alert {
    width: 115.4%;
    display: inline-block;
    top: -19px;
    left: -45px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .main__contestsHeader h2 {
    font-size: 6rem;
  }

  .main__contests.programms .main__contestsItem {
    padding: 15px 20px;
  }

  .main__contestsItemTitle {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .main__contestsItem {
    height: 185px;
  }
}

@media screen and (max-width: 1280px) {
  .main__contestsItem {
    height: 350px;
  }

  .main__contestsItemImage img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@media screen and (max-width: 1024px) {
  .main__contestsItem {
    height: 290px;
  }

  .main__pinnedItemDescription {
    font-size: 1.5rem;
    font-weight: 400;
  }

  .main__pinnedItemData {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }

  .main__pinnedItem {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .main__pinnedItemImage {
    max-width: 100%;
  }
}

@media (max-width: 930px) {
  .main__contestsItem {
    height: 250px;
  }
}

@media (max-width: 875px) {
  .main__contestsItem {
    height: 230px;
  }

  .main__contestsHeader h2 {
    font-size: 5rem;
  }
}

@media (max-width: 800px) {
  .main__contestsItem {
    height: 210px;
  }
}

@media (max-width: 767px) {
  .main__contestsItem {
    height: 180px;
  }
}

@media (max-width: 740px) {
  .main__contestsHeader h2 {
    font-size: 4rem;
  }
}

@media (max-width: 670px) {
  .main__contestsHeader h2 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 640px) and (orientation: landscape) {
  .main__alert {
    width: 119%;
  }

  .main__contestsHeader h2 {
    font-size: 4rem;
  }

  .main__contests.programms .main__contestsItem {
    padding: 15px 20px;
    margin: 0;
    width: 100%;
  }

  .main__contests.programms .main__contestsItem:not(:last-child) {
    margin-bottom: 15px;
  }

  .main__contestsContainer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .main__contestsItem {
    height: 217px;
    width: 45%;
    -webkit-box-flex: initial;
    -ms-flex-positive: initial;
    flex-grow: initial;
    margin-bottom: 20px;
    padding: 10px 10px 10px 20px;
  }

  .main__contestsItemImage {
    top: 0;
    width: 100%;
    height: 100%;
  }

  .main__contestsItemImage img {
    width: 100%;
    height: 100%;
    -o-object-fit: covert;
    object-fit: covert;
  }

  .main__contestsItemTitle {
    line-height: 1.8rem;
  }
}

@media screen and (max-width: 480px) {
  .main__alert {
    width: 112%;
    left: -23px;
  }

  .main__pinnedItemDate {
    font-size: 1.4em;
  }

  .main__pinnedItemTitle {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .main__pinnedItemDescription {
    font-size: 1.4rem;
  }

  .main__contestsHeader h2 {
    font-size: 3rem;
  }

  .main__contestsContainer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .main__contestsItem {
    margin: 0;
    width: 100%;
    padding: 18px 22px;
    height: 235px;
  }

  .main__contestsItem:not(:last-child) {
    margin-bottom: 20px;
  }

  .main__contestsItemTitle {
    font-size: 2.5rem;
    line-height: 1.2;
  }

  .main__contestsItemTitle_progr {
    font-size: 1.5rem;
  }
}

.bannerMain {
  max-width: 500px;
  margin-left: 20px;
  background: #fff;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 50px 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  line-height: 3.2rem;
  color: #3c3c3b;
}

.bannerMain__left {
  min-width: 149px;
  background: url("../images/sprite/sprite-61025763.svg") no-repeat;
  background-position: 0 82.30846315022319%;
  width: 149.8px;
  height: 107.2px;
  margin-right: 20px;
  opacity: 0.8;
}

.bannerMain__right {
  padding-top: 10px;
}

@media screen and (max-width: 1024px) {
  .bannerMain__right .innerH2Title {
    font-size: 2rem;
  }
}

.bannerMain:hover .bannerMain__left {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .bannerMain {
    display: none;
  }
}

.news {
  position: relative;
}

.news__header {
  font-size: 17rem;
  position: absolute;
  z-index: 0;
  top: -10px;
  color: #ededed;
}

.news__container {
  padding-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  position: relative;
  z-index: 1;
}

.news__toAll {
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #ffcc2d;
  text-decoration: none;
  color: #3c3c3b;
  margin-top: 10px;
}

.news__toAll:hover {
  border: 2px solid #a3d2d9;
  color: #a3d2d9;
}

.news__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 350px;
  font-size: 1.6rem;
  color: #3c3c3b;
  text-decoration: none;
}

.news__item:hover .news__itemDate {
  text-decoration: none;
}

.news__item:hover .news__itemTitle {
  text-decoration: underline;
}

.news__itemDate {
  color: #b2b2b2;
}

.news__itemTitle {
  font-weight: 700;
}

@media screen and (max-width: 1280px) {
  .news__container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .news__item {
    width: 33%;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 1024px) {
  .news {
    padding: 105px 50px 0 35px;
  }

  .news__container {
    padding-top: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .news__item {
    max-width: 33%;
    width: 33%;
    padding: 0;
    margin-right: 0;
    margin-bottom: 65px;
  }

  .news__item:nth-child(3n+3) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .news {
    padding: 100px 45px 0 45px;
  }

  .news__item {
    max-width: 47%;
    warning: 47%;
  }

  .news__item:nth-child(3n+3) {
    margin-right: 65px;
  }

  .news__item:nth-child(2n+2) {
    margin-right: 0;
  }
}

@media screen and (max-width: 640px) and (orientation: landscape) {
  .news {
    font-size: 1.5rem;
    margin-bottom: 35px;
  }

  .news__header {
    font-size: 14rem;
  }
}

@media screen and (max-width: 480px) {
  .news__header {
    font-size: 10rem;
  }
}

@media screen and (max-width: 480px) {
  .news {
    padding: 79px 30px 27px 30px;
  }

  .news__item {
    width: 98%;
    max-width: 98%;
    margin: 0;
  }

  .news__item:not(:last-child) {
    margin: 0 0 20px 0;
  }
}

@media screen and (max-width: 320px) {
  .news__header {
    font-size: 7rem;
  }
}

.popup {
  display: none;
  position: fixed;
  z-index: 1001;
  margin-left: 25vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.popup.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: showPopup 0.5s 1;
  animation: showPopup 0.5s 1;
}

.popup__body {
  width: 960px;
  min-height: 150px;
  height: auto;
  overflow-y: scroll;
  background: #fff;
  position: relative;
  top: 90px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1366px) {
  .popup__body {
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    left: 28%;
  }
}

@media screen and (max-width: 1024px) {
  .popup__body {
    left: 30%;
  }
}

.popup__header {
  width: 100%;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup__headerTitle {
  width: 100%;
  height: 65px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 50px;
  border-bottom: 3px solid #b2b2b2;
  font-weight: 700;
  font-size: 2rem;
}

.popup__headerBlock {
  width: 100%;
  display: none;
}

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

.popup__headerBtn {
  height: 65px;
  border: none;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-bottom: 3px solid #b2b2b2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 700;
  font-size: 2rem;
}

.popup__headerBtn:hover {
  border-bottom: 3px dashed #ffcc2d;
}

.popup__headerBtn.active {
  border-bottom: 3px solid #ffcc2d !important;
}

.popup__headerBtn.active:hover {
  color: #3c3c3b;
}

.popup__headerBtn:focus {
  outline: none;
  border-bottom: 3px solid #a3d2d9;
  color: #a3d2d9;
}

.popup__container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 50px 60px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.popup__item {
  display: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

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

.popup__itemData {
  width: 50%;
  margin-right: 5%;
}

.popup__itemDescription {
  width: 40%;
}

.popup__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.popup__formName {
  margin-bottom: 2px;
}

.popup__formName .required {
  color: red;
}

.popup__formName .additional {
  color: #b2b2b2;
}

.popup__formLabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 15px;
}

.popup__formLabel.error .popup__formName {
  color: red;
}

.popup__formLabel.error .popup__formInput {
  outline: 1px solid red;
}

.popup__formInput {
  width: 100%;
  border: none;
  background: #f6f6f6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px;
}

.popup__formInput:focus {
  outline: 1px solid #a3d2d9;
}

.popup__formButton {
  width: 100%;
  height: 50px;
  border: none;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffcc2d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup__formButton.secondary {
  background: #ededed;
}

.popup__formButton.disabled {
  background: #ededed;
  color: #b2b2b2;
}

.popup__formButton:hover {
  background: #a3d2d9;
  color: #fff;
}

.not-found__wrap {
  background-image: url("../images/not-found-bg.svg");
  background-repeat: no-repeat;
  background-position: 96% 100%;
  padding: 0 0 35px 50px;
}

.not-found__title {
  color: #A3D2D9;
  font-size: 29rem;
  margin: 35px 0 35px 0;
  line-height: 1;
}

.not-found__text {
  color: #3c3c3b;
  font-size: 2rem;
  margin: 0;
  line-height: 1;
}

.not-found__text:not(:last-of-type) {
  margin: 0 0 20px 0;
}

.not-found__list {
  padding: 0;
  margin: 12px 0 0 0;
  list-style: none;
}

.not-found__item {
  line-height: 1;
}

.not-found__item:not(:last-of-type) {
  margin-bottom: 12px;
}

.not-found__link {
  font-size: 2rem;
}

@media screen and (max-width: 1280px) {
  .not-found__title {
    font-size: 22rem;
  }
}

@media screen and (max-width: 1024px) {
  .not-found__wrap {
    background-size: 41%;
    background-position: 96% 30%;
  }
}

@media screen and (max-width: 768px) {
  .not-found__wrap {
    background: none;
    padding: 0 0 50px 0px;
  }
}

@media screen and (max-width: 480px) {
  .not-found__title {
    font-size: 18rem;
  }

  .not-found__text {
    font-size: 1.8rem;
  }
}

body.fixed {
  overflow: hidden;
}

.menu__block_mobile {
  display: none;
}

.menu__tabs {
  display: none;
}

.menu__close-caption {
  display: none;
}

.menu__popup {
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  z-index: 9999;
  display: none;
  animation-direction: reverse;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation: showPopup 0.5s 1;
  animation: showPopup 0.5s 1;
}

.menu__popup.show {
  display: block;
  -webkit-animation: showPopup 0.5s 1;
  animation: showPopup 0.5s 1;
}

.menu__popup::after {
  content: '';
  position: absolute;
  bottom: -60px;
  left: 18vw;
  z-index: 0;
  background: url("../images/sprite/sprite-61025763.svg") no-repeat;
  background-position: 0 59.976110626177245%;
  width: 159.3px;
  height: 144.6px;
}

.menu__close {
  position: absolute;
  top: 110px;
  right: 0px;
}

.menu__closeBtn {
  background: url("../images/sprite/sprite-61025763.svg") no-repeat;
  background-position: 0 16.01527403414196%;
  width: 46px;
  height: 46px;
  border: none;
}

.menu__closeBtn:hover {
  background: url("../images/sprite/sprite-61025763.svg") no-repeat;
  background-position: 0 17.048517520215633%;
  width: 46px;
  height: 46px;
  border: none;
}

.menu__title {
  color: #ededed;
  font-size: 30rem;
  line-height: 30rem;
  font-weight: 700;
  position: absolute;
  z-index: 0;
  left: 10vw;
  opacity: 0.5;
}

.menu__innerContainer {
  width: 1400px;
  padding-top: 100px;
  padding-left: 50px;
  padding-right: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 3rem;
}

@media screen and (max-width: 1400px) {
  .menu__innerContainer {
    width: 1300px;
  }
}

@media screen and (max-width: 1280px) {
  .menu__innerContainer {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .menu__innerContainer {
    width: 100%;
  }
}

.menu__logo {
  background: url("../images/sprite/sprite-61025763.svg") no-repeat;
  background-position: 0 77.32901284573545%;
  width: 227.3px;
  height: 177.5px;
  z-index: 1;
  position: relative;
}

.menu__logo.eng {
  background: url("../images/logo_eng.svg") no-repeat;
  background-size: 227px 177px;
}

.menu__column {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.menu__column.logo::after {
  content: '';
  position: absolute;
  top: 190px;
  left: -20px;
  z-index: 0;
  background: url("../images/sprite/sprite-61025763.svg") no-repeat;
  background-position: 0 48.818608072078696%;
  width: 153.9px;
  height: 147.2px;
  -webkit-animation: pulse_down 5s infinite ease;
  animation: pulse_down 5s infinite ease;
}

.menu__linkGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 25px;
  position: relative;
}

.menu__linkGroupTitle {
  font-weight: 700;
  z-index: 1;
  position: relative;
}

.menu__linkGroup.deco_circle_top::before {
  content: '';
  position: absolute;
  top: -70px;
  right: 120px;
  z-index: 0;
  background: url("../images/sprite/sprite-61025763.svg") no-repeat;
  background-position: 0 48.818608072078696%;
  width: 153.9px;
  height: 147.2px;
  -webkit-animation: pulse_up 5s infinite ease;
  animation: pulse_up 5s infinite ease;
}

.menu__linkGroup.deco__circle_bottom::after {
  content: '';
  position: absolute;
  bottom: -70px;
  left: 100px;
  z-index: 0;
  background: url("../images/sprite/sprite-61025763.svg") no-repeat;
  background-position: 0 45.41693481658545%;
  width: 153.9px;
  height: 147.2px;
  -webkit-animation: pulse_left 3s infinite ease;
  animation: pulse_left 3s infinite ease;
}

.menu__linkItem {
  text-decoration: none;
  color: #3c3c3b;
  position: relative;
  z-index: 1;
  font-size: 1.6rem;
}

@media screen and (max-width: 1280px), (min-width: 1024) {
  .menu__linkItem {
    font-size: 1.3rem;
  }
}

.menu__linkItem:hover {
  text-decoration: underline;
}

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

.menu__socialIcon {
  opacity: 0.8;
  display: block;
}

.menu__socialIcon:hover {
  opacity: 1;
}

.menu__socialIcon.fb {
  background: url("../images/sprite/sprite-61025763.svg") no-repeat;
  background-position: 0 65.94344496103137%;
  width: 62px;
  height: 45.7px;
}

.menu__socialIcon.tw {
  background: url("../images/sprite/sprite-61025763.svg") no-repeat;
  background-position: 0 80.13835545673022%;
  width: 62px;
  height: 45.7px;
}

@media screen and (max-width: 1024px) {
  .menu__logo {
    display: none;
  }

  .menu__popup.show {
    overflow-y: scroll;
  }

  .menu__close {
    top: 30px;
    right: 30px;
  }

  .menu__column.logo {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .menu__title {
    font-size: 24rem;
  }

  .menu__innerContainer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .menu__column {
    width: 100%;
  }
}

@media screen and (max-width: 670px) {
  .menu__title {
    font-size: 19rem;
  }
}

@media screen and (max-width: 480px) {
  .menu__innerContainer {
    padding: 30px 0 20px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .menu__column.logo {
    display: none;
  }

  .menu__column {
    padding: 0 40px 0 40px;
    width: 100%;
  }

  .menu__linkGroupTitle {
    font-size: 1.6rem;
  }

  .menu__linkItem {
    font-size: 1.6rem;
    line-height: 1.6;
  }

  .menu__title {
    font-size: 14rem;
    left: 4vw;
  }

  .menu__popup {
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
  }

  .menu__close {
    background-color: #DADADA;
    padding: 9px 0 8px 0;
    text-align: center;
    top: 0;
    right: 0;
    line-height: 0;
    width: 100%;
    cursor: pointer;
  }

  .menu__closeBtn {
    background: url("../images/sprite/sprite-61025763.svg") no-repeat;
    background-position: 0 97.933432909022%;
    width: 12.3px;
    height: 12.3px;
  }

  .menu__close-caption {
    display: inline-block;
    font-size: 1.5rem;
    color: #3c3c3b;
  }

  .menu__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-bottom: 3px solid #F6F6F6;
    margin-bottom: 90px;
  }

  .menu__tab {
    color: #3c3c3b;
    cursor: pointer;
    padding: 14px 0 15px 0;
    position: relative;
    font-size: 1.5rem;
    text-align: center;
    line-height: 1;
  }

  .menu__tab_small {
    width: 21%;
  }

  .menu__tab_big {
    width: 37%;
  }

  .menu__tab_active:before {
    content: '';
    background-color: #FFCC2D;
    display: inline-block;
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: -3px;
  }

  .menu__block {
    display: none;
    padding: 0 40px 0 40px;
  }

  .menu__block_show {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .menu__linkGroup.deco__circle_bottom::after,
  .menu__linkGroup.deco__circle_bottom::before,
  .menu__linkGroup.deco_circle_top::before {
    display: none;
  }

  .popup__container {
    height: auto;
    padding: 0 40px;
  }

  .popup {
    z-index: 9999999;
    margin-left: 0;
  }

  .popup__body {
    width: 100%;
    max-height: 999999px;
    height: 83%;
    top: 20px;
    -webkit-overflow-scrolling: touch;
  }

  .popup.show {
    height: 100%;
    top: 80px;
    background-color: #fff;
  }

  .popup__header {
    height: auto;
  }

  .popup__item.show {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .popup__itemData {
    width: 100%;
    margin-right: 0;
  }

  .popup__itemDescription {
    width: 100%;
  }

  .popup__header {
    display: none;
  }

  .popup__itemDescription p {
    margin: 0;
    margin-bottom: 15px;
  }

  .popup__formButton {
    margin-bottom: 20px;
  }

  .popup__formInput {
    margin-bottom: 20px;
  }
}

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

.events__container {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  left: -10px;
}

.events__image {
  position: relative;
  top: -60px;
}

.events__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #3c3c3b;
  text-decoration: none;
  margin-bottom: 20px;
}

.events__item:hover .events__itemLocation {
  color: #fc0000;
}

.events__itemLeft {
  width: 100px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 6px;
}

.events__itemRight {
  width: 90%;
}

.events__itemTime {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 4px;
}

.events__itemDate {
  font-size: 1.5rem;
  color: #fc0000;
  font-weight: 700;
}

.events__itemTitle {
  font-size: 2rem;
  font-weight: 700;
}

.events__itemLocation {
  font-size: 1.5rem;
  color: #b2b2b2;
}

.documents__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: #3c3c3b;
  margin-bottom: 5px;
}

.documents__item:hover {
  color: #fc0000;
}

.documents__item:hover .documents__itemName {
  text-decoration: underline;
}

.documents__item:hover .documents__itemDate {
  color: #fc0000;
  text-decoration: underline;
}

.documents__item:hover .documents__itemIcon {
  opacity: 1;
}

.documents__itemIcon {
  margin-right: 10px;
  opacity: 0.8;
  min-width: 50px;
}

.documents__itemData {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 3px;
}

.documents__itemName {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.2rem;
}

.documents__itemDate {
  font-weight: 400;
  color: #b2b2b2;
  font-size: 1.5rem;
}

.documents__title {
  font-size: 6rem;
}

.documents__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.documents__image {
  width: 100%;
  height: 300px;
  background: #ededed;
}

.documents__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.documents__categories {
  width: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 20px;
}

.documents__categoriesItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 20px;
  margin-left: -20px;
  color: #3c3c3b;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
}

.documents__categoriesItem.active {
  background: #f9f5e4;
}

.documents__categoriesItem::before {
  content: '';
  display: block;
  min-width: 36px;
  width: 36px;
  height: 30px;
  margin-right: 20px;
  background: url("../images/folder.svg");
  background-size: 98%;
  background-repeat: no-repeat;
  background-position: center;
}

.documents__categoriesItem:hover {
  background: #ededed;
  cursor: pointer;
}

.documents__caption {
  font-size: 1.8rem;
}

.documents__caption p {
  margin: 0;
  width: 65%;
}

.documents__caption p:not(:last-child) {
  margin-bottom: 30px;
}

.documents__list {
  width: 65%;
}

.documents__subTitle {
  font-size: 3rem;
  font-weight: 700;
  margin: 0 0 18px 0;
}

.documents__back-to-folder {
  border-bottom: 1px solid #B2B2B2;
  margin-bottom: 20px;
}

.documents__back-to-folder:before {
  background: url("../images/backToFolder.svg");
  background-repeat: no-repeat;
}

.documents__back {
  display: none;
}

@media screen and (max-width: 1280px) {
  .documents__categories {
    width: 45%;
  }

  .documents__list {
    width: 55%;
  }

  .documents__caption p {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .documents__item {
    margin-bottom: 10px;
  }

  .documents__itemName {
    font-size: 1.6rem;
    line-height: 1.9rem;
  }

  .documents__itemIcon {
    max-width: 35px;
  }

  .documents__body {
    min-height: 50vh;
    overflow-x: hidden;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .documents__categories {
    background-color: #fff;
    position: relative;
    z-index: 5;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    width: 100%;
    height: 100%;
  }

  .documents__categories.show {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .documents__list {
    width: 100%;
  }

  .documents__back {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0 0 20px 0;
  }

  .documents__back span {
    display: inline-block;
  }

  .documents__back-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 15px 0 0;
  }

  .documents__back-icon_open {
    background-image: url("/images/folders.svg");
  }

  .documents__back-icon_close {
    background-image: url("/images/cancel-docs.svg");
  }
}

.a-breadcrumbs {
  color: #b2b2b2;
}

.a-breadcrumbs__item {
  color: #b2b2b2;
  text-decoration: underline;
}

.contest__title {
  font-size: 6rem;
}

.contest__image {
  width: 100%;
  height: 350px;
  background: #ededed;
  overflow: hidden;
}

.contest__imageContainer {
  position: relative;
  margin-bottom: 20px;
}

.contest__status {
  position: absolute;
  bottom: 10px;
  left: 25px;
  font-size: 2rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contest__status.onAir::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: #caf487;
  margin-right: 10px;
  border-radius: 50%;
}

.contest__deadline {
  background: #f9f5e4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 30px;
  margin-bottom: 20px;
}

.contest__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 50px;
}

.contest__data {
  width: 60%;
  margin-right: 5%;
}

.contest__aside {
  width: 30%;
  position: relative;
}

.contest__button {
  width: 100%;
  height: 60px;
  background: #ffcc2d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  font-weight: 700;
  font-size: 2rem;
  color: #3c3c3b;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contest__button.top {
  margin-top: 10px;
}

.contest__button.disabled {
  background: #ededed;
  color: #b2b2b2;
  padding: 10px 20px;
  height: 80px;
}

.contest__button.edition {
  background: #ff8d4a;
}

.contest__limit-block {
  border: 1px solid #ededed;
  padding: 20px 20px 20px;
}

.contest__limit-block.warn {
  border: 2px solid #d16053;
}

.contest__limit-items {
  list-style: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0px;
  margin: 10px 0px 0px 0px;
}

.contest__limit-items > li {
  margin: 0 10px;
}

.contest__limit-items > li:first-child {
  margin: 0px;
  margin-right: 10px;
}

.contest__text {
  margin-bottom: 10px;
}

.contest__sendRequest {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
}

.contest__sendMessage {
  font-weight: 700;
  font-size: 2rem;
}

.contest__documents {
  padding-top: 60px;
  position: relative;
}

.contest__docTitle {
  font-size: 7rem;
  color: #ededed;
  position: absolute;
  z-index: 0;
  top: 0px;
}

.contest__infoBlock {
  margin-bottom: 20px;
}

.contest__infoBlockTitle {
  margin: 0px;
  padding: 0px;
}

.contest__infoBlockParagraph {
  margin: 0px;
}

.contest__already-text {
  font-size: 1.8rem;
  font-weight: 700;
  display: block;
  margin: 0 0 30px 0;
  width: 100%;
}

.contest__already-number {
  background-color: #ededed;
  display: block;
  padding: 25px 0 25px 0;
  position: relative;
  text-align: center;
  width: 100%;
}

.contest .contest__already-circle {
  display: inline-block;
  line-height: 1;
  position: absolute;
  top: 25%;
  width: 15%;
}

.contest .contest__already-circle_right {
  right: -9%;
}

.contest .contest__already-circle_left {
  left: -9%;
}

.contest .contest__already-circle div {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
}

.contest .contest__already-circle:before {
  content: '';
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  padding-top: 100%;
}

.contest .contest__already-value {
  display: inline-block;
  font-size: 4rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .contest__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .contest__data {
    width: 100%;
  }

  .contest__aside {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .contest__title {
    font-size: 4rem;
  }

  .contest__docTitle {
    font-size: 6rem;
  }

  .contest__image {
    height: auto;
  }

  .contest__image img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  .contest__status {
    position: relative;
    bottom: 0;
    left: 0;
  }

  .contest__documents {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 320px) {
  .contest__title {
    font-size: 3.3rem;
  }

  .contest__docTitle {
    font-size: 4.6rem;
  }
}

.disable-submit {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.item-value {
  font-weight: 700;
}

.application-alert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #F9F5E4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px;
  margin-bottom: 20px;
}

.application-alert__image {
  width: 15%;
}

.application-alert__message {
  width: 85%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  padding-top: 10px;
}

.application-alert__title {
  font-size: 3rem;
  font-weight: 700;
}

.program {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.program.contest .program__main {
  width: 60%;
}

.program__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
}

@media screen and (max-width: 768px) {
  .program__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.program__main {
  width: 60%;
  margin-right: 20px;
}

.program__main.archive {
  width: 100%;
}

.program__main.archive .register__item {
  width: 18%;
}

@media screen and (max-width: 768px) {
  .program__main {
    width: 100%;
    margin: 0 0 20px 0;
  }
}

.program__aside {
  width: 45%;
}

@media screen and (max-width: 768px) {
  .program__aside {
    width: 100%;
  }
}

.program__aside-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .program__aside-header {
    display: inline-block;
  }
}

.program__dates {
  color: #b2b2b2;
}

.program__LotList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 10px;
}

.program__listItem {
  width: 100%;
  background: #eee;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 15px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-size: 2rem;
  color: #3c3c3b;
  font-weight: 800;
  text-decoration: none;
}

.program__listItem-icon {
  width: 50px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
}

.program__listItem-title {
  width: 100%;
}

.program__listItem-status {
  font-weight: 400;
  color: #b2b2b2;
  font-size: 1.6rem;
  width: 30%;
}

.program__documents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.program__documentsItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  max-width: 800px;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 20px;
  background: #f6f6f6;
  font-size: 1.8rem;
  text-decoration: none;
  font-weight: 800;
  color: #3c3c3b;
}

.program__documentsItem img {
  margin-right: 10px;
  position: relative;
  top: 3px;
}

.alert {
  width: 100%;
  background: #f9f5e4;
  padding: 30px 40px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* top: -40px; */
  /* left: -40px; */
  margin-top: 20px;
  font-weight: 700;
}

.documents__itemIcon {
  min-width: 45px;
}

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

.logos__item {
  width: 30%;
  margin-right: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.logos__item a,
.logo__sub {
  color: #a6a8ab;
}

.logo__sub {
  text-align: center;
}

.presentation_container {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.presentation_container .documents__item {
  margin-right: 20px;
  max-width: 20%;
}

.notification-message {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f9f5e4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 14px 30px;
  width: 100%;
}

.notification-message__button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  display: inline-block;
  font-size: 1.6rem;
  padding: 8px 45px;
}

.notification-message__button_success {
  background-color: #3DB39E;
  color: #fff;
}

.notification-message__button_warning {
  background-color: #FFCC2D;
  color: #000;
}

.notification-message__button_error {
  background-color: #CE5151;
  color: #fff;
}

@media screen and (max-width: 480px) {
  .logos__item {
    width: 100%;
    margin-right: 0;
  }
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  list-style: none;
  padding: 0;
}

.page-item {
  border-top: 2px solid #ffcc2d;
  border-bottom: 2px solid #ffcc2d;
  border-left: 2px solid #ffcc2d;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.page-item:last-child {
  border-right: 2px solid #ffcc2d;
}

.page-item.disabled {
  background-image: url("/images/srtipes.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.page-item.active .page-link,
.page-item.disabled .page-link {
  color: #ffcc2d;
}

.page-link {
  color: #3c3c3b;
  font-weight: 700;
  display: block;
  text-decoration: none;
}

a.page-link:hover {
  color: #fff;
  background-color: #A2D1D7;
}

.btn__global {
  border: none;
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 400;
}

.btn__focus {
  outline: 2px dashed #e6007e;
}

.btn__row {
  width: 900px;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.btn__primary {
  border: none;
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 400;
  padding: 10px 70px 10px;
  background: #ffcc2d;
  font-weight: 700;
  color: #3c3c3b;
  text-decoration: none;
}

.btn__primary:hover {
  background: #a3d2d9;
  color: #3c3c3b;
}

.btn__primary-disabled {
  color: #878787;
  background: #dadada;
}

.btn__primary-disabled:hover {
  color: #878787;
  background: #dadada;
}

.btn__primary:focus {
  outline: 2px dashed #e6007e;
}

.btn__secondary {
  border: none;
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 30px 5px;
  background: #ffcc2d;
  font-weight: 400;
}

.btn__secondary:hover {
  background: #a3d2d9;
}

.btn__secondary-disabled {
  color: #878787;
  background: #dadada;
}

.btn__secondary-disabled:hover {
  color: #878787;
  background: #dadada;
}

.btn__secondary:focus {
  outline: 2px dashed #e6007e;
}

.btn__tertiary {
  border: none;
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 400;
}

.btn__tertiary:focus {
  outline: 2px dashed #e6007e;
}

.btn__tertiary:hover {
  color: #e6007e;
  text-decoration: underline;
}

.btn__tertiary-remove {
  color: #fc0000;
}

.btn__tertiary-remove:focus {
  outline: 2px dashed #fc0000;
}

.btn__tertiary-approve {
  color: #3aaa35;
}

.btn__tertiary-approve:focus {
  outline: 2px dashed #3aaa35;
}

.btn__tertiary-link {
  color: #51c0f7;
}

.btn__tertiary-link:focus {
  outline: 2px dashed #51c0f7;
}

.btn__tertiary-disabled {
  color: #878787;
}

.btn__tertiary-disabled:hover {
  color: #878787;
  text-decoration: none;
}

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

.team__item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 23%;
  margin-right: 20px;
  margin-bottom: 20px;
}

.team__itemName {
  font-size: 2rem;
  font-weight: 700;
}

.team__fullContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.team__division {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

.team__divisionName {
  font-size: 4rem;
}

@media screen and (max-width: 1024px) {
  .team__item {
    max-width: 33%;
  }
}

@media screen and (max-width: 768px) {
  .team__item {
    width: 47%;
    max-width: 47%;
  }
}

@media screen and (max-width: 480px) {
  .team__item {
    width: 100%;
    max-width: 100%;
  }
}

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

.experts__item {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px;
  color: #3c3c3b;
  text-decoration: none;
}

.experts__itemData {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px;
}

.experts__itemTitle {
  font-size: 2.5rem;
}

.experts__item:hover {
  background: #eee;
  cursor: pointer;
  text-decoration: underline;
}

.division__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.division__title-back {
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 5px 20px 5px 0;
}

.division__title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #dadada;
  top: 23px;
  position: absolute;
  z-index: 0;
}

.division__g-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.division__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.division__item {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px 20px 0px;
}

@media screen and (max-width: 1280px) {
  .division__item {
    width: 100%;
  }
}

.division__itemName {
  font-size: 3rem;
}

.division__itemPhoto {
  width: 250px;
  margin-right: 20px;
  background: #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.division__itemData {
  width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.division__itemBtn {
  background: transparent;
  border: 1px solid #eee;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.login__header {
  margin: 0 0 19px 0;
}

.login__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 2rem;
  margin-bottom: 140px;
}

.login__form {
  display: inline-block;
  width: 46%;
  margin-right: 45px;
}

.login__forget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 35%;
  padding-top: 29px;
}

.login__forget p {
  margin: 0;
}

.login__forget p:not(:last-child) {
  margin: 0 0 11px 0;
}

.login__forget-text {
  -webkit-box-flex: 5;
  -ms-flex: 5;
  flex: 5;
}

.login__button {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.login__label {
  margin-bottom: 24px;
}

.login__formName {
  margin-bottom: 7px;
}

.login__formInput {
  padding: 16px 20px;
}

.login__formButton {
  margin-top: 15px;
  height: 78px;
}

.login__button-forget {
  width: 85%;
  height: 78px;
}

.page-main-title {
  font-size: 6rem;
  margin: 18px 0 55px 0;
  line-height: 1;
}

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

.faq__aside {
  width: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-right: 50px;
}

.faq__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 10px 10px;
  border-left: 2px solid #eee;
  text-align: left;
}

.faq__tab img {
  margin-right: 10px;
}

.faq__tab.active {
  color: #414141;
  text-decoration: none;
  border-left: 2px solid #ffcc00;
}

.faq__tab:hover {
  border-left: 2px solid #ffcc00;
}

.faq__tabs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.faq__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.faq__main {
  display: inline-block;
  width: 46%;
  margin: 0 35px 0 0;
}

.faq__side {
  width: 35%;
}

.faq__item {
  display: inline-block;
  width: 100%;
}

.faq__item:not(:last-child) {
  margin-bottom: 25px;
}

.faq__question-text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  background-color: #F7E9B0;
  border-radius: 35px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: left;
  padding: 25px 30px 20px 45px;
  margin: 0 0 10px 0;
  position: relative;
}

.faq__answer {
  background-color: #F6F6F6;
  border-radius: 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.7;
  width: 100%;
  padding: 40px 45px 35px 45px;
  position: relative;
}

.faq__answer p,
.faq__answer span {
  background-color: transparent!important;
}

.faq__triangle {
  display: inline-block;
  width: 35px;
  height: 22px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 5px;
}

.faq__triangle_question {
  background-image: url("/images/croockedTr.svg");
  left: -22px;
}

.faq__triangle_answer {
  background-image: url("/images/croockedTrAns.svg");
  right: -22px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.faq__help {
  font-size: 1.6rem;
  line-height: 1.5;
}

.faq__ask {
  color: #36A9E1;
  text-decoration: underline;
  background: none;
  border: none;
  padding: 0;
}

@media screen and (max-width: 1024px) {
  .faq__main {
    width: 55%;
  }

  .faq__side {
    width: 35%;
  }
}

@media screen and (max-width: 768px) {
  .faq__wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .faq__main {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .faq__side {
    width: 100%;
  }
}

.gallery__text {
  color: #3c3c3b;
  font-size: 1.8rem;
  line-height: 1.5;
  margin: 0 0 25px 0;
  width: 55%;
}

.gallery__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.gallery__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 46%;
  height: auto;
  margin: 0 40px 25px 0;
}

.gallery__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.gallery__item-image {
  display: inline-block;
  width: 100%;
  height: 350px;
  margin: 0 0 15px 0;
}

.gallery__item-name {
  display: block;
  color: #36A9E1;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: underline;
}

.gallery__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 15px 0 0 0;
}

.gallery__images {
  display: inline-block;
  line-height: 0;
  width: 55%;
  position: relative;
}

.gallery__images img {
  width: 100%;
}

.gallery__about {
  display: inline-block;
  width: 40%;
}

.gallery__name {
  color: #3c3c3b;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 10px 0;
}

.gallery__date {
  color: #9D9D9C;
  font-size: 1.6rem;
  margin: 0 0 10px 0;
}

.gallery__desc {
  color: #3c3c3b;
  font-size: 1.6rem;
  line-height: 1.7;
  margin: 0 0 20px 0;
}

.gallery__desc p {
  margin: 0;
}

.gallery__desc p:not(:last-child) {
  margin-bottom: 20px;
}

.gallery__author {
  background-color: #F9F5E4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #3c3c3b;
  font-size: 1.6rem;
  line-height: 1;
  width: 100%;
  padding: 12px 20px 8px 20px;
}

.gallery__arrow {
  cursor: pointer;
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 5%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0.4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.gallery__arrow:hover {
  opacity: 1;
}

.gallery__arrow_left {
  left: 0;
}

.gallery__arrow_left img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.gallery__arrow_right {
  right: 0;
}

@media screen and (max-width: 768px) {
  .gallery__wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .gallery__item {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 480px) {
  .gallery__item-image {
    height: 180px;
  }
}

/* search styles */

.single-result__link {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  color: #000;
  font-weight: 700;
  font-size: 1.8rem;
  padding: 8px 0 8px 15px;
  text-decoration: none;
}

.single-result__link:hover {
  background-color: #ffcc2d;
}

.single-result__title {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  color: #d6d4d4;
  font-size: 1.5rem;
  position: relative;
  padding-left: 15px;
}

.single-result__title span {
  background-color: #fff;
  display: inline-block;
  padding: 4px;
  position: relative;
  z-index: 1;
}

.single-result__title:before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #d6d4d4;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 0;
  margin: 0 0 16px 0;
}

.mission__header {
  position: relative;
  left: 10px;
}

.mission__container {
  width: 90%;
  height: 435px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  left: -20px;
}

.mission__item {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 30px;
}

.mission__item:hover {
  background: #eee;
}

@media screen and (max-width: 1024px) {
  .mission__container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    height: auto;
  }

  .mission__item {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .mission__container {
    left: 0;
  }

  .mission__item {
    padding: 20px 0;
  }
}

.contacts__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contacts__map {
  width: 55%;
}

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

.contacts__item.list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 10px;
}

.contacts__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contacts__itemName {
  margin-right: 10px;
}

.contacts__itemValue {
  font-weight: 400;
}

.contects__itemList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0px;
  margin: 0px;
  list-style: none;
}

@media screen and (max-width: 1280px) {
  .contacts__body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contacts__container {
    width: 100%;
    margin-bottom: 30px;
  }

  .contacts__map {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .contacts__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.partners__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}

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

.partners__image img {
  max-width: 80%;
  height: 80px;
}

.partners__item {
  width: 30%;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px;
  border: 1px solid transparent;
}

.partners__item:hover {
  border: 1px solid #ffcc2d;
}

.partners__title {
  text-align: center;
  font-weight: 800;
  margin-top: 5px;
  line-height: 1.2;
}

@media screen and (max-width: 480px) {
  .partners__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }

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

  .partners__image img {
    height: auto;
  }
}

.mission {
  position: relative;
  left: -11px;
}

.about__text {
  width: 80%;
}

@media screen and (max-width: 480px) {
  .about__text {
    width: 100%;
  }
}

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

.structure__title {
  margin-top: 10px;
}

.structure__item {
  width: 33%;
  margin-right: 15px;
  height: 350px;
  background: #eee;
  position: relative;
  color: #414141;
  text-decoration: none;
  font-weight: 700;
  text-align: center;
  font-size: 2rem;
  opacity: 0.9;
}

.structure__item:hover {
  opacity: 1;
  cursor: pointer;
}

.structure__item:hover .structure__image {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.structure__imageContainer {
  width: 100%;
  height: 350px;
  overflow: hidden;
}

@media screen and (max-width: 480px) {
  .structure__container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .structure__item {
    width: 100%;
    height: 150px;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.allNews__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.8rem;
}

.allNews__item {
  width: 31%;
  margin-right: 20px;
  margin-bottom: 20px;
}

.allNews__itemLink {
  color: #3c3c3b;
  text-decoration: none;
}

.allNews__itemLink:hover {
  text-decoration: underline;
}

.allNews__itemDate {
  color: #b2b2b2;
}

.allNews__itemTitle {
  font-weight: 700;
  font-size: 2rem;
}

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

.allNews__tag {
  color: #3c3c3b;
  text-decoration: none;
  background-color: #FFE2B8;
  border: none;
  font-size: 1.8rem;
  margin-top: 0;
  position: relative;
  padding: 3px 20px 3px 20px;
  border-radius: 5px;
  opacity: 0.8;
  margin-right: 5px;
}

.allNews__tag:hover {
  opacity: 1;
  cursor: pointer;
  color: #fc0000;
}

@media screen and (max-width: 1024px) {
  .allNews__item {
    margin-right: 0;
    width: 33%;
  }
}

@media (max-width: 767px) {
  .allNews__item {
    width: 50%;
  }
}

@media screen and (max-width: 670px) {
  .allNews__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.page {
  padding-bottom: 70px;
}

.pageImage {
  margin-top: 30px;
}

.page__header {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 20px 0px;
}

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

.contentArea__data {
  width: 800px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px;
}

.contentArea__downloads {
  width: 390px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 0;
}

.contentArea__downloads .documents__item {
  margin-bottom: 10px;
}

.contentArea__downloads .documents__itemName {
  line-height: 2rem;
}

.contentArea__date {
  color: #b2b2b2;
}

.contentArea__downloadsHeader {
  margin-bottom: 20px;
}

.contentArea__downloadsContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contentArea__downloadsContainer .documents__item {
  width: 100%;
  margin-bottom: 10px;
}

.contentArea__downloadsContainer .documents__itemData {
  width: 80%;
}

.bottom-section.documents {
  width: 100%;
}

@media screen and (max-width: 670px) {
  .contentArea__data {
    width: 100%;
    padding: 0;
  }

  .page__header {
    padding: 0;
  }
}

@media screen and (max-width: 480px) {
  .contentArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }

  .contentArea__downloads {
    width: 100%;
  }

  .page__header h1 {
    font-size: 3rem;
    line-height: 3.6rem;
  }
}

@-webkit-keyframes showPopup {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes showPopup {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes pulse_down {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  50% {
    -webkit-transform: translate(20px, 5px);
    transform: translate(20px, 5px);
  }

  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

@keyframes pulse_down {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  50% {
    -webkit-transform: translate(20px, 5px);
    transform: translate(20px, 5px);
  }

  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

@-webkit-keyframes pulse_up {
  0% {
    -webkit-transform: translate(-20px, 5px);
    transform: translate(-20px, 5px);
  }

  30% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  100% {
    -webkit-transform: translate(-20px, 5px);
    transform: translate(-20px, 5px);
  }
}

@keyframes pulse_up {
  0% {
    -webkit-transform: translate(-20px, 5px);
    transform: translate(-20px, 5px);
  }

  30% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  100% {
    -webkit-transform: translate(-20px, 5px);
    transform: translate(-20px, 5px);
  }
}

@-webkit-keyframes pulse_left {
  0% {
    -webkit-transform: translate(0px, 10px);
    transform: translate(0px, 10px);
  }

  30% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  100% {
    -webkit-transform: translate(0px, 10px);
    transform: translate(0px, 10px);
  }
}

@keyframes pulse_left {
  0% {
    -webkit-transform: translate(0px, 10px);
    transform: translate(0px, 10px);
  }

  30% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  100% {
    -webkit-transform: translate(0px, 10px);
    transform: translate(0px, 10px);
  }
}

@-webkit-keyframes showApplicationBlock {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes showApplicationBlock {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}

/*-------------------------------------------------
  #1. Globals
-------------------------------------------------*/

#ruller_x {
  position: absolute;
  z-index: 9999;
  height: 1px;
  width: 100vw;
  background: red;
  top: 40px;
}

html {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 300;
  font-size: 10px;
  color: #231f20;
  line-height: 1.5;
  position: relative;
  background: #fff;
}

body {
  font-size: 1.6rem;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
  padding: 0px;
  margin: 0px;
}

a {
  color: #51c0f7;
  cursor: pointer;
  text-decoration: underline;
}

a:hover {
  color: #fc0000;
}

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

*:focus {
  outline: 2px dashed #51c0f7;
}

.dsp-none {
  display: none;
}

::-moz-selection {
  background: #ef018d;
  color: #fff;
}

::selection {
  background: #ef018d;
  color: #fff;
}

.blackwrap {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 0;
  visibility: hidden;
}

.blackwrap.show {
  display: block;
  z-index: 1000;
}

@media screen and (max-width: 480px) {
  .blackwrap.show {
    z-index: 10;
  }
}

.blackwrap.menu {
  visibility: visible;
  z-index: 1000;
  background: #45484d;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(51%, #45484d), color-stop(54%, #45484d), to(#ffffff));
  background: linear-gradient(to bottom, #45484d 51%, #45484d 54%, #ffffff 100%);
  opacity: 0.3;
  -webkit-animation: showBlackwrap 0.3s;
  animation: showBlackwrap 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes showBlackwrap {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 0.3;
  }
}

@keyframes showBlackwrap {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 0.3;
  }
}

.wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  min-height: 50vh;
}

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

.wrap.head .innerWrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px;
}

@media screen and (max-width: 1600px) {
  .wrap.head .innerWrap {
    width: 1550px;
  }
}

@media screen and (max-width: 1500px) {
  .wrap.head .innerWrap {
    width: 1400px;
  }
}

@media screen and (max-width: 1400px) {
  .wrap.head .innerWrap {
    width: 1300px;
  }
}

@media screen and (max-width: 1300px) {
  .wrap.head .innerWrap {
    width: 1200px;
  }
}

@media screen and (max-width: 1200px) {
  .wrap.head .innerWrap {
    width: 1050px;
  }
}

@media screen and (max-width: 1100px) {
  .wrap.head .innerWrap {
    width: 960px;
  }
}

@media screen and (max-width: 1020px) {
  .wrap.head .innerWrap {
    width: 100%;
    padding: 0 25px;
  }
}

.innerWrap {
  width: 1600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 30px;
}

@media screen and (max-width: 1600px) {
  .innerWrap {
    width: 1550px;
  }
}

@media screen and (max-width: 1500px) {
  .innerWrap {
    width: 1400px;
  }
}

@media screen and (max-width: 1400px) {
  .innerWrap {
    width: 1300px;
  }
}

@media screen and (max-width: 1300px) {
  .innerWrap {
    width: 1200px;
  }
}

@media screen and (max-width: 1200px) {
  .innerWrap {
    width: 1050px;
  }
}

@media screen and (max-width: 1100px) {
  .innerWrap {
    width: 960px;
  }
}

@media screen and (max-width: 1020px) {
  .innerWrap {
    width: 100%;
    padding: 0 25px;
  }
}

.application__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.application__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 0 0;
}

.application__errors {
  color: #d16053;
}

.application__main {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 40px;
}

.application__aside {
  width: 20%;
  padding-left: 15px;
  border-left: 1px solid #ededed;
}

.application__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.application__row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 2rem;
  margin-bottom: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.application__row-radio_text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.application__row.disabled {
  color: #878787;
}

.application__row.hidden {
  height: 0px;
  overflow: hidden;
  visibility: hidden;
  margin-bottom: 0px;
}

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

.application__rowInput.radio {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.application__rowInput.file {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.application__rowInput.checkbox {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.application__rowHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.application__rowHeader.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.application__rowName {
  display: inline;
}

.application__rowName b {
  margin-right: 5px;
}

.application__rowFormat {
  margin: 0 5px;
}

.application__label {
  width: 100%;
}

.application__label.keywords .application__rowInput {
  height: 1100px;
}

.application__hint {
  width: 2px;
  padding-top: 30px;
  position: relative;
}

.application__hintBtn {
  width: 20px;
  height: 20px;
  background: url("../images/application_icons/__info.svg");
  border: none;
}

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

.application__hintImage {
  margin-right: 10px;
}

.application__hintTitle {
  font-size: 2rem;
  font-weight: 800;
}

.application__hintPopup {
  width: 400px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 30px;
  background: #f9f5e4;
  position: absolute;
  top: 30px;
  left: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 1.7rem;
  z-index: 99;
}

.application__hintPopup.code {
  background: #fc9997;
}

.application__hintPopup.code::after {
  background: #fc9997;
}

.application__hintPopup > iframe {
  width: 100%!important;
  height: 250px;
}

.application__hintPopup > p {
  margin: 0px;
}

.application__hintPopup.show {
  opacity: 1;
  visibility: visible;
}

.application__hintPopup::after {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background: #f9f5e4;
  position: absolute;
  top: 20px;
  left: -7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.application__input {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 30px;
  background: #f6f6f6;
  border: none;
  border: 1px solid #cacaca;
}

.application__input-sum {
  width: 35%;
  margin-right: 20px;
}

.application__select {
  width: 100%;
  height: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 30px;
  background: #f6f6f6;
  border: none;
}

.application__checkbox {
  margin-right: 5px;
}

.application__checkboxContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
}

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

.application__radioLabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 20px;
}

.application__radioName {
  margin-left: 5px;
}

.application__radioReason {
  width: 100%;
  margin-top: 5px;
  height: auto;
  overflow: visible;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.application__radioReason.hidden {
  height: 0px;
  overflow: hidden;
}

.application__loader {
  position: absolute;
  top: 37px;
  right: 13px;
  display: none;
}

.application__loader.show {
  display: block;
}

.application__send {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 20px;
  border: none;
  background: #60af9e;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 800;
  -webkit-transition: 0,3s;
  transition: 0,3s;
}

.application__send:disabled {
  background: #dadada;
  color: #878787;
}

.application__send:disabled:hover {
  background: #dadada;
  color: #878787;
}

.application__send:hover {
  background: #ffcc2d;
  color: #3c3c3b;
}

.application__stagesTitle {
  margin-top: 10px;
  font-size: 2rem;
  text-decoration: none;
  color: #3c3c3b;
}

.application__stagesList {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  font-size: 2rem;
}

.application__stagesItem {
  text-decoration: none;
  color: #3c3c3b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.application__stagesItem img {
  margin-right: 5px;
}

.application__stagesItem.disabled {
  color: #b2b2b2;
}

.application__file {
  width: 100%;
  height: 60px;
  background: #f6f6f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 30px;
}

.application__file.warn {
  background: #fc9997;
}

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

.application__fileSize {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.application__fileSizeData.warn {
  color: #d16053;
  font-weight: 800;
}

.application__fileName.warn {
  color: #d16053;
  font-weight: 800;
}

.application__fileLoaded {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 10px;
  opacity: 0;
}

.application__fileLoaded.show {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation: showLoadStatus 0.5s 1;
  animation: showLoadStatus 0.5s 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.application__fileLoaded.ok {
  background: url("../images/application_icons/__succes.svg");
  background-size: cover;
}

.application__fileLoaded.error {
  background: url("../images/application_icons/__invalid.svg");
  background-size: cover;
}

.application__fileLoaded.signed {
  height: 25px;
  width: 21px;
  position: relative;
  top: 5px;
  background: url("../images/application_icons/lock.svg");
  background-size: cover;
}

@-webkit-keyframes showLoadStatus {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5) rotate(-20deg);
    transform: scale(0.5) rotate(-20deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }
}

@keyframes showLoadStatus {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5) rotate(-20deg);
    transform: scale(0.5) rotate(-20deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }
}

.application__fileProgressBar {
  width: 100%;
  height: 3px;
  background: #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.application__fileProgressItem {
  width: 100%;
  height: 3px;
  background: #60af9e;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.application__print {
  width: 100%;
  height: 60px;
  border: 2px solid #a3d2d9;
  margin: 10px 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #a3d2d9;
  font-size: 1.8rem;
  font-weight: 800;
  text-decoration: none;
}

.application__signed {
  font-style: italic;
  color: #60af9e;
}

.application__sign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  background-color: #f6f6f6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 20px 20px;
}

.application__sign:disabled {
  color: #bfbfbf;
}

.application__sign:disabled .application__signImageBox {
  opacity: 0.3;
}

#eSignReadPrivateKeyModal {
  position: fixed;
  top: 0px;
  left: 20px;
  z-index: 1000;
  background: #fff;
}

.multitab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.multitab__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.multitab__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  border-bottom: 1px solid #cacaca;
  border-collapse: collapse;
  margin-top: 10px;
}

.multitab__tabsItem {
  width: 25%;
  background: transparent;
  border: 1px solid #cacaca;
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  top: 1px;
}

.multitab__tabsItem.active {
  color: #ffcc00;
  text-decoration: underline;
}

.multitab__add {
  width: 100%;
  position: relative;
  bottom: 5px;
  right: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 20px;
  border: 1px solid #cacaca;
  color: #51c0f7;
}

.multitab__add:hover {
  color: #fc0000;
}

.multitab__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 30px 30px;
  border: 1px solid #cacaca;
  border-collapse: collapse;
  position: relative;
  top: -1px;
}

.multitab__subfield {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 10px;
}

.multitab__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 0px;
  overflow: hidden;
}

.multitab__item.show {
  overflow: visible;
  height: auto;
}

.cl_tabs {
  margin: 10px 0px;
  padding: 0 10px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #eee;
}

@media screen and (max-width: 768px) {
  .cl_tabs {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.cl_tabs__item {
  border: none;
  border: 1px solid #eee;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 20px;
  position: relative;
  top: 1px;
  font-size: 1.8rem;
  color: #3c3c3b;
  text-decoration: none;
  left: -1px;
}

.cl_tabs__item:first-child {
  left: 0px;
}

.cl_tabs__item:nth-child(2) {
  left: -2px;
}

.cl_tabs__item:nth-child(3) {
  left: -3px;
}

.cl_tabs__item:nth-child(4) {
  left: -4px;
}

.cl_tabs__item:nth-child(5) {
  left: -5px;
}

.cl_tabs__item:nth-child(6) {
  left: -6px;
}

.cl_tabs__item:disabled {
  color: #dadada;
}

.cl_tabs__item.active {
  font-weight: 800;
}

.cl_tabs__item.disabled {
  color: #dadada;
}

@media screen and (max-width: 768px) {
  .cl_tabs__item {
    width: 100%;
  }
}

.cl_tabs__section {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cl_tabs__section-item {
  display: none;
}

.cl_tabs__section-item.active {
  display: block;
}

.cab__title {
  min-height: 35px;
  font-size: 1.8rem;
}

.cab_expert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cab__reviews {
  width: 80%;
  font-size: 2rem;
  padding-right: 30px;
}

.cab__text {
  white-space: pre-wrap;
}

.cab__added {
  margin: 10px 0 20px;
}

.cab__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px 30px;
}

.cab__item-criteria {
  padding: 10px 20px;
}

.cab__item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 800;
}

.cab__item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-top: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 10px;
  border-left: 3px solid #c6c6c5;
}

.cab__item:hover {
  background: #f6f6f6;
}

.cab__message {
  word-wrap: break-word;
  white-space: pre-line;
}

.cab__score {
  padding: 20px 30px;
  font-size: 2rem;
  background: #f9f5e4;
}

.cab__application-rank {
  font-size: 5rem;
  font-weight: 800;
}

.cab__fields {
  width: 40%;
  font-size: 1.8rem;
}

.cab__upload {
  width: 60%;
  font-size: 2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 30px 0 0;
}

.cab__remove {
  width: 100%;
  height: 40px;
  background: transparent;
  border: 1px solid #fc9997;
  color: #fc9997;
  margin-top: 10px;
}

.cab__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cab__formItem {
  margin-bottom: 20px;
}

.cab__formItem-name {
  width: 48%;
  margin-right: 2%;
}

.cab__formItem-name .application__input {
  height: 60px;
}

.cab__formItem-file {
  width: 48%;
}

.cab__formItem-file .application__file {
  margin-top: 0px;
  border: 1px solid #cacaca;
}

.cab__formItem .cab__formItem {
  margin-bottom: 0px;
}

.cab__additional {
  background: #c9eafd;
  border: none;
  padding: 10px 20px;
  margin-bottom: 10px;
}

.cab__additional:hover {
  background: #ffcc2d;
}

.cab__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cab__list .program__documentsItem {
  padding: 15px 20px;
}

.cab__fileLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  max-width: 800px;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 20px;
  background: #f6f6f6;
  font-size: 1.8rem;
  text-decoration: none;
  font-weight: 800;
  color: #3c3c3b;
}

.cab__fieldsList {
  padding: 0px;
  padding-left: 20px;
  margin: 0px;
}

.text-red {
  color: #d16053;
}

.text-gray {
  color: #dadada;
}

.text-green {
  color: #60af9e;
}

.text-dark-gray {
  color: #a1a1a1;
}

.register__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 10px;
}

@media screen and (max-width: 768px) {
  .register__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.register__item {
  width: 30%;
  height: 250px;
  margin-right: 20px;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  background: #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .register__item {
    width: 100%;
  }
}

.register__table {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.register__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 20px;
}

.register__row:hover {
  background: #eee;
}

.register__row.divider {
  height: 1px;
  background: #bfbfbf;
  padding: 0px;
  display: block;
  margin: 10px 0;
}

.register__row.divider:last-child {
  height: 0px;
}

.register__row.head:hover {
  background: transparent;
}

@media screen and (max-width: 768px) {
  .register__row {
    padding: 8px 0px 20px;
  }

  .register__row.head {
    display: none;
  }
}

.register__cell {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 5px;
}

.register__cell.id {
  width: 50px;
}

.register__cell.small {
  width: 150px;
}

.register__cell.medium {
  width: 20%;
}

.register__cell.large {
  width: 30%;
}

.register__cell.money {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .register__cell.money {
    text-align: left;
  }
}

.register__public {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media screen and (max-width: 768px) {
  .register__public {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .register__public > .register__cell {
    width: 100%;
  }
}

.register__private {
  display: none;
}

.register__private.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.register__info {
  background: transparent;
  border: none;
  padding: 3px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #c6c6c5;
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .register__info {
    width: 100%;
    text-align: center;
    margin: 0px;
    margin-top: 10px;
  }
}

.selection__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

.selection__item {
  width: 70%;
}

.selection__send {
  width: 35%;
  margin-left: 20px;
}

.selection__upload {
  background: #ffcc2d;
  border: none;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px;
}

.select2-selection {
  background: red;
  height: 43px!important;
}

.select2-selection .select2-selection__rendered {
  height: 43px!important;
  padding: 8px 0px;
}

.select2-selection .select2-selection__arrow {
  top: 9px!important;
}

.negotiation__alert {
  width: 100%;
  background: #f9f5e4;
  padding: 20px 40px;
  position: relative;
  margin: 10px 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.negotiation__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.negotiation__attaches {
  margin-top: 10px;
}

.negotiation__item {
  color: #3c3c3b;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 30px;
  background: #eee;
  margin-bottom: 20px;
}

.negotiation__item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.negotiation__item-title {
  font-style: italic;
}

.negotiation__item:hover {
  color: #3c3c3b;
}

.negotiation__item:hover .negotiation__item-title {
  color: #fc0000;
}

.negotiation__item-noHover:hover .negotiation__item-title {
  color: #3c3c3b;
}

.negotiation__editFields {
  border: 2px dashed #ededed;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 800;
  color: #3c3c3b;
  text-decoration: none;
  margin-bottom: 20px;
}

.negotiation__fieldsBlock {
  border-bottom: 1px solid #ededed;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.negotiation__button {
  border: none;
  border-radius: 5px;
  background: #d0c8b6;
  padding: 3px 10px;
}

.negotiation__button:hover {
  background: #ffcc2d;
}

.negotiation__hr {
  border: none;
  height: 1px;
  background: #773c00;
  opacity: 0.7;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.filter_results {
  margin-top: 20px;
}

/*-------------------------------------------------
  #1. Globals
-------------------------------------------------*/

#ruller_x {
  position: absolute;
  z-index: 9999;
  height: 1px;
  width: 100vw;
  background: red;
  top: 40px;
}

html {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 300;
  font-size: 10px;
  color: #231f20;
  line-height: 1.5;
  position: relative;
  background: #fff;
}

body {
  font-size: 1.6rem;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
  padding: 0px;
  margin: 0px;
}

a {
  color: #51c0f7;
  cursor: pointer;
  text-decoration: underline;
}

a:hover {
  color: #fc0000;
}

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

*:focus {
  outline: 2px dashed #51c0f7;
}

.dsp-none {
  display: none;
}

::-moz-selection {
  background: #ef018d;
  color: #fff;
}

::selection {
  background: #ef018d;
  color: #fff;
}

.blackwrap {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 0;
  visibility: hidden;
}

.blackwrap.show {
  display: block;
  z-index: 1000;
}

@media screen and (max-width: 480px) {
  .blackwrap.show {
    z-index: 10;
  }
}

.blackwrap.menu {
  visibility: visible;
  z-index: 1000;
  background: #45484d;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(51%, #45484d), color-stop(54%, #45484d), to(#ffffff));
  background: linear-gradient(to bottom, #45484d 51%, #45484d 54%, #ffffff 100%);
  opacity: 0.3;
  -webkit-animation: showBlackwrap 0.3s;
  animation: showBlackwrap 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes showBlackwrap {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 0.3;
  }
}

@keyframes showBlackwrap {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 0.3;
  }
}

.wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  min-height: 50vh;
}

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

.wrap.head .innerWrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px;
}

@media screen and (max-width: 1600px) {
  .wrap.head .innerWrap {
    width: 1550px;
  }
}

@media screen and (max-width: 1500px) {
  .wrap.head .innerWrap {
    width: 1400px;
  }
}

@media screen and (max-width: 1400px) {
  .wrap.head .innerWrap {
    width: 1300px;
  }
}

@media screen and (max-width: 1300px) {
  .wrap.head .innerWrap {
    width: 1200px;
  }
}

@media screen and (max-width: 1200px) {
  .wrap.head .innerWrap {
    width: 1050px;
  }
}

@media screen and (max-width: 1100px) {
  .wrap.head .innerWrap {
    width: 960px;
  }
}

@media screen and (max-width: 1020px) {
  .wrap.head .innerWrap {
    width: 100%;
    padding: 0 25px;
  }
}

.innerWrap {
  width: 1600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 30px;
}

@media screen and (max-width: 1600px) {
  .innerWrap {
    width: 1550px;
  }
}

@media screen and (max-width: 1500px) {
  .innerWrap {
    width: 1400px;
  }
}

@media screen and (max-width: 1400px) {
  .innerWrap {
    width: 1300px;
  }
}

@media screen and (max-width: 1300px) {
  .innerWrap {
    width: 1200px;
  }
}

@media screen and (max-width: 1200px) {
  .innerWrap {
    width: 1050px;
  }
}

@media screen and (max-width: 1100px) {
  .innerWrap {
    width: 960px;
  }
}

@media screen and (max-width: 1020px) {
  .innerWrap {
    width: 100%;
    padding: 0 25px;
  }
}

.a-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .a-filters {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 670px) {
  .a-filters {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.a-filters__item {
  width: calc(33% - 16px);
  margin-right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .a-filters__item {
    margin-bottom: 8px;
  }
}

.a-filters__item.sector {
  width: calc(24% - 16px);
}

@media screen and (max-width: 768px) {
  .a-filters__item.sector {
    width: calc(30% - 16px);
  }
}

.a-filters__item.year {
  width: calc(9% - 16px);
}

@media screen and (max-width: 1024px) {
  .a-filters__item.year {
    width: calc(20% - 16px);
  }
}

@media screen and (max-width: 768px) {
  .a-filters__item.city {
    width: calc(50% - 16px);
  }
}

.a-filters__item.product {
  width: calc(29% - 16px);
}

@media screen and (max-width: 768px) {
  .a-filters__item.product {
    width: calc(50% - 16px);
  }
}

@media screen and (max-width: 670px) {
  .a-filters__item {
    width: 100%!important;
  }
}

.a-filters__item select {
  height: 40px;
  border: none;
  background-color: #eee;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 10px;
}

.a-filters__item:last-child {
  margin-right: 0px;
}

.a-filters__item.submit {
  width: 60px;
  height: 40px;
  padding-top: 25px;
}

@media screen and (max-width: 670px) {
  .a-filters__item.submit {
    width: 100%;
    padding-top: 8px;
  }
}

.a-filters__item.submit button {
  height: 100%;
  border: none;
  background: #ffcc2d;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.a-archive__backLink {
  width: 100%;
  padding: 10px 0px;
  margin-top: 10px;
  border: 1px solid #878787;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #878787;
  text-decoration: none;
}

.a-archive__backLink:hover {
  border: 1px solid #fc0000;
  text-decoration: underline;
}

.a-archive__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 24px;
}

.a-archive__body:hover .a-card__bottom {
  opacity: 0.5;
}

.a-card {
  width: calc(33% - 16px);
  margin-right: 16px;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  text-decoration: none;
  color: #fff;
}

.a-card:nth-child(3n +3 ) {
  margin-right: 0px;
}

@media screen and (max-width: 1024px) {
  .a-card {
    width: calc(50% - 16px);
  }

  .a-card:nth-child(3n + 3 ) {
    margin-right: 16px;
  }

  .a-card:nth-child(2n + 2 ) {
    width: 50%;
    margin-right: 0px;
  }
}

@media screen and (max-width: 670px) {
  .a-card {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #dadada;
  }

  .a-card:nth-child(3n + 3 ) {
    width: 100%;
  }

  .a-card:nth-child(2n + 2 ) {
    width: 100%;
  }
}

.a-card:last-child {
  margin-right: 0px;
}

.a-card:hover {
  color: #fff;
}

.a-card:hover .a-card__public {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.a-card:hover .a-card__private {
  -webkit-transform: translateY(159px);
  transform: translateY(159px);
}

@media screen and (max-width: 670px) {
  .a-card:hover .a-card__private {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.a-card:hover .a-card__bottom {
  opacity: 1;
}

.a-card:hover .a-card__sector {
  border: 1px solid #fff;
}

@media screen and (max-width: 670px) {
  .a-card:hover .a-card__sector {
    border: 1px solid #3c3c3b;
  }
}

.a-card__public {
  top: 30px;
  position: absolute;
  z-index: 2;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateY(140px);
  transform: translateY(140px);
}

@media screen and (max-width: 1400px) {
  .a-card__public {
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
  }
}

@media screen and (max-width: 670px) {
  .a-card__public {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    position: relative;
    top: 0px;
  }
}

.a-card__private {
  top: 30px;
  position: absolute;
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(400px);
  transform: translateY(400px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 670px) {
  .a-card__private {
    top: 0px;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    position: relative;
    margin-top: 8px;
    margin-bottom: 8px;
  }
}

.a-card__image {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}

.a-card__image img {
  max-width: 130%;
}

@media screen and (max-width: 670px) {
  .a-card__image {
    position: relative;
    overflow: hidden;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .a-card__image img {
    max-width: 100%;
  }
}

.a-card__top {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 24px 24px;
  height: 255px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: 30px;
}

@media screen and (max-width: 670px) {
  .a-card__top {
    height: auto;
    padding: 0px;
    overflow: unset;
  }
}

.a-card__bottom {
  margin-top: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  color: #3c3c3b;
  opacity: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media screen and (max-width: 670px) {
  .a-card__bottom {
    margin-top: 0px;
  }
}

.a-card__blackwrap {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0px;
}

@media screen and (max-width: 670px) {
  .a-card__blackwrap {
    display: none;
  }
}

.a-card__title {
  font-size: 2rem;
  line-height: 2.3rem;
  margin-bottom: 8px;
}

@media screen and (max-width: 670px) {
  .a-card__title {
    color: #3c3c3b;
  }
}

@media screen and (max-width: 670px) {
  .a-card__subs {
    color: #3c3c3b;
  }
}

.a-card__sector {
  border: 1px solid #fff;
  padding: 8px 16px;
  border-radius: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 10px;
}

@media screen and (max-width: 670px) {
  .a-card__sector {
    font-size: 1.4rem;
    color: #3c3c3b;
    border: 1px solid #3c3c3b;
  }
}

.a-card__contentIcons {
  display: none;
}

.a-page__header {
  margin-bottom: 20px;
}

.a-page__cover {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 15px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}

.a-page__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.a-block {
  position: relative;
  margin-bottom: 20px;
}

.a-block p {
  margin: 0px;
}

.a-block__full_text {
  width: 100%;
  max-width: 1024px;
}

.a-block__two_cols {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1024px;
}

@media screen and (max-width: 670px) {
  .a-block__two_cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.a-block__full_quote {
  width: 80%;
  font-size: 4.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 0;
  margin-top: 20px;
  text-align: center;
}

@media screen and (max-width: 670px) {
  .a-block__full_quote {
    width: 100%;
    line-height: 1.1;
    padding: 24px 0px;
  }
}

.a-block__full_quote:before {
  content: '';
  position: absolute;
  top: 0px;
  width: 40%;
  height: 1px;
  background: #3c3c3b;
}

@media screen and (max-width: 670px) {
  .a-block__full_quote:before {
    width: 70%;
  }
}

.a-block__full_quote:after {
  content: '';
  position: absolute;
  bottom: 0px;
  width: 40%;
  height: 1px;
  background: #3c3c3b;
}

@media screen and (max-width: 670px) {
  .a-block__full_quote:after {
    width: 70%;
  }
}

.a-block__col {
  margin-right: 30px;
}

.a-block__col .ql-video {
  width: 100%;
}

@media screen and (max-width: 670px) {
  .a-block__col {
    width: 100%!important;
  }
}

/*-------------------------------------------------
  #1. Globals
-------------------------------------------------*/

#ruller_x {
  position: absolute;
  z-index: 9999;
  height: 1px;
  width: 100vw;
  background: red;
  top: 40px;
}

html {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 300;
  font-size: 10px;
  color: #231f20;
  line-height: 1.5;
  position: relative;
  background: #fff;
}

body {
  font-size: 1.6rem;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
  padding: 0px;
  margin: 0px;
}

a {
  color: #51c0f7;
  cursor: pointer;
  text-decoration: underline;
}

a:hover {
  color: #fc0000;
}

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

*:focus {
  outline: 2px dashed #51c0f7;
}

.dsp-none {
  display: none;
}

::-moz-selection {
  background: #ef018d;
  color: #fff;
}

::selection {
  background: #ef018d;
  color: #fff;
}

.blackwrap {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 0;
  visibility: hidden;
}

.blackwrap.show {
  display: block;
  z-index: 1000;
}

@media screen and (max-width: 480px) {
  .blackwrap.show {
    z-index: 10;
  }
}

.blackwrap.menu {
  visibility: visible;
  z-index: 1000;
  background: #45484d;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(51%, #45484d), color-stop(54%, #45484d), to(#ffffff));
  background: linear-gradient(to bottom, #45484d 51%, #45484d 54%, #ffffff 100%);
  opacity: 0.3;
  -webkit-animation: showBlackwrap 0.3s;
  animation: showBlackwrap 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes showBlackwrap {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 0.3;
  }
}

@keyframes showBlackwrap {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 0.3;
  }
}

.wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  min-height: 50vh;
}

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

.wrap.head .innerWrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px;
}

@media screen and (max-width: 1600px) {
  .wrap.head .innerWrap {
    width: 1550px;
  }
}

@media screen and (max-width: 1500px) {
  .wrap.head .innerWrap {
    width: 1400px;
  }
}

@media screen and (max-width: 1400px) {
  .wrap.head .innerWrap {
    width: 1300px;
  }
}

@media screen and (max-width: 1300px) {
  .wrap.head .innerWrap {
    width: 1200px;
  }
}

@media screen and (max-width: 1200px) {
  .wrap.head .innerWrap {
    width: 1050px;
  }
}

@media screen and (max-width: 1100px) {
  .wrap.head .innerWrap {
    width: 960px;
  }
}

@media screen and (max-width: 1020px) {
  .wrap.head .innerWrap {
    width: 100%;
    padding: 0 25px;
  }
}

.innerWrap {
  width: 1600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 30px;
}

@media screen and (max-width: 1600px) {
  .innerWrap {
    width: 1550px;
  }
}

@media screen and (max-width: 1500px) {
  .innerWrap {
    width: 1400px;
  }
}

@media screen and (max-width: 1400px) {
  .innerWrap {
    width: 1300px;
  }
}

@media screen and (max-width: 1300px) {
  .innerWrap {
    width: 1200px;
  }
}

@media screen and (max-width: 1200px) {
  .innerWrap {
    width: 1050px;
  }
}

@media screen and (max-width: 1100px) {
  .innerWrap {
    width: 960px;
  }
}

@media screen and (max-width: 1020px) {
  .innerWrap {
    width: 100%;
    padding: 0 25px;
  }
}

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

.account__aside {
  width: 20%;
  padding-top: 6px;
}

.account__main {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.account__menu {
  list-style: none;
  padding: 0px;
}

.account__menuItem {
  color: #3b96d2;
  border: none;
  padding: 0px;
  margin: 0px;
  text-decoration: underline;
}

.account__message {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
}

.account__message-fail {
  background: #fc9997;
  color: #fff;
}

.account__message-success {
  background: #60af9e;
  color: #fff;
}

.account__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.account__application {
  padding: 10px 20px;
  margin-bottom: 10px;
  background: #f6f6f6;
  text-decoration: none;
  color: #3c3c3b;
}

.account__application:hover {
  color: #3c3c3b;
}

.account__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.account__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.account__specid {
  margin-right: 10px;
}

.account__project {
  color: #b2b2b2;
  font-weight: 400;
}

.account__roadmapWrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}

.account__roadmapStripe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 5px;
  background: #C6C6C6;
  position: absolute;
  top: 15px;
  left: 0px;
  z-index: 1;
}

.account__roadmapStripe-filled {
  background: #60af9e;
}

.account__roadmapStripe-failed {
  background: #fc9997;
}

.account__roadmapPoints {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 2;
}

.account__roadmapPoint {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #C6C6C6;
}

.account__roadmapPoint:hover {
  background: red;
}

.account__roadmapPoint:hover .account__roadmapTitle {
  display: block;
  top: 30px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3;
  padding: 7px 20px;
  -webkit-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  background: #f6f6f6;
}

.account__roadmapPoint-success {
  background: #60af9e;
  color: #fff;
}

.account__roadmapPoint-fail {
  background: #fc9997;
}

.account__roadmapPoint-text {
  width: 330px;
  height: 35px;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
}

.account__roadmapPoint-text > .account__roadmapTitle {
  display: block;
  min-width: auto;
}

.account__roadmapPoint-text:hover .account__roadmapTitle {
  position: relative;
  top: 0px;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  padding: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
}

.account__roadmapTitle {
  position: absolute;
  display: none;
  min-width: 200px;
}

.account__contest {
  color: #3c3c3b;
}

.negotiation__additional {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.negotiation__additional .program__documentsItem {
  width: 60%;
  height: 50px;
  margin-right: 10px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.negotiation__additional .program__documentsItem img {
  top: 0px;
}

.negotiation__additional .application__sign {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 50px;
}

.negotiation__additional .application__signText {
  font-size: 1.6rem;
  margin-right: 10px;
  margin-bottom: 0px;
}

.negotiation__additional .application__signImage {
  position: relative;
  top: 3px;
}

.media-kit__instruction {
  opacity: 0.8;
  margin: 10px 0px 20px;
  outline: 1px dashed transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.media-kit__instruction .program__documentsItem {
  width: 100%;
  margin-right: 20px;
}

.media-kit__instruction .program__documentsItem:hover {
  color: #fc0000;
}

.media-kit__instruction a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* flex-direction: column; */
}