@charset "UTF-8";
@font-face {
  font-family: "AvantGardeGothicC";
  font-style: normal;
  font-weight: 400;
  src: local("AvantGardeGothicC"), url("/fonts/AvantGardeGothicC.woff2") format("woff2"), url("/fonts/AvantGardeGothicC.woff") format("woff");
}
@font-face {
  font-family: "AvantGardeGothicC";
  font-style: normal;
  font-weight: 700;
  src: local("AvantGardeGothicC Bold"), local("AvantGardeGothicC-Bold"), url("/fonts/AvantGardeGothicC-Bold.woff2") format("woff2"), url("/fonts/AvantGardeGothicC-Bold.woff") format("woff");
}
@font-face {
  font-family: "Abril Fatface";
  font-style: normal;
  font-weight: 400;
  src: local("Abril Fatface Regular"), local("AbrilFatface-Regular"), url("/fonts/AbrilFatface-Regular.woff2") format("woff2"), url("/fonts/AbrilFatface-Regular.woff") format("woff");
}
html, body {
  min-height: 100%;
  width: 100%;
  -webkit-font-smoothing: antialiased;
}

input {
  -webkit-font-smoothing: antialiased;
}

input:focus,
button:focus {
  outline: none;
}

body,
body * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

::-webkit-input-placeholder {
  color: #737C80;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #737C80;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #737C80;
}

:-ms-input-placeholder {
  color: #737C80;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

body {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  align-items: center;
  display: flex;
  justify-content: center;
}
.fancybox-enabled body {
  height: 100vh;
}

.page-wrap {
  align-items: stretch;
  display: flex;
  justify-content: flex-start;
  height: calc(100% + 40px);
  width: 100%;
  overflow-x: scroll;
}

.head {
  width: calc(100vw - 560px);
  flex-shrink: 0;
  position: relative;
  align-items: center;
  display: flex;
  justify-content: center;
  background-color: #fff;
}
@media (max-width: 920px) {
  .head {
    width: 100vw;
  }
}
.head__social {
  position: absolute;
  top: 63px;
  right: 30px;
}
.head__wrap {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 1070px) {
  .head__wrap {
    flex-direction: column;
  }
}
@media (max-width: 920px) {
  .head__wrap {
    flex-direction: row;
  }
}
@media (max-width: 520px) {
  .head__wrap {
    flex-direction: column;
  }
}
@media (max-height: 420px) {
  .head__wrap {
    flex-direction: row;
  }
}
.head__title {
  line-height: 0;
  width: 292px;
  position: relative;
  bottom: 35px;
  right: 30px;
}
@media (max-width: 1070px) {
  .head__title {
    bottom: 0;
    right: 0;
  }
}
@media (max-width: 920px) {
  .head__title {
    bottom: 35px;
    right: 30px;
  }
}
@media (max-width: 520px) {
  .head__title {
    bottom: 0;
    right: 0;
  }
}
@media (max-height: 420px) {
  .head__title {
    bottom: 35px;
    right: 50px;
  }
}
.head__logo {
  width: 100%;
}
.head__switch {
  position: relative;
  top: 21px;
  right: 18px;
}
@media (max-height: 570px) {
  .head__switch {
    top: 21px;
    right: 28px;
  }
}

.social {
  line-height: 0;
  align-items: center;
  display: flex;
  justify-content: center;
}
.social__link:not(:last-child) {
  margin-right: 25px;
}

.switch {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}
.switch__years {
  height: 130px;
  width: 110px;
  overflow: hidden;
  position: relative;
}
.switch__btn {
  position: absolute;
  left: 0;
  cursor: pointer;
  border: none;
  width: 100%;
  height: 85px;
  z-index: 1;
}
.switch__btn_fade-top {
  background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7) 30%, rgba(255, 255, 255, 0.95) 100%);
  top: 0;
}
.switch__btn_fade-bottom {
  background: linear-gradient(to top, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.7) 70%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
}
.switch__dates {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 100%);
}
.switch__year {
  color: #000000;
  font-family: "Abril Fatface", sans-serif;
  font-size: 72px;
  margin: 0;
  line-height: 1.12;
  transition: all 0.5s ease-out;
}
.switch__year:before {
  content: "‘";
}
.switch__toggle {
  width: 200px;
  transform: rotate(90deg);
  line-height: 0;
  position: absolute;
  left: 40px;
  bottom: 42%;
}
.switch__toggle input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  padding: 15px 0;
  cursor: pointer;
  background-color: transparent;
  border: none;
}
.switch__toggle input[type=range]:focus {
  outline: none;
}
.switch__toggle input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  outline: none;
}
.switch__toggle input[type=range]::-ms-track {
  height: 2px;
  width: 100%;
  background: transparent;
  color: transparent;
  border-color: transparent;
  border-width: 20px;
}
.switch__toggle input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid #000;
  background-color: #fff;
  transform: translate(0, -47%);
}
.switch__toggle input[type=range]::-moz-range-thumb {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid #000;
  background-color: #fff;
}
.switch__toggle input[type=range]::-ms-thumb {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid #000;
  background-color: #fff;
}
.switch__toggle input[type=range]::-webkit-slider-runnable-track {
  height: 2px;
  background: linear-gradient(to left, #fff, #888 25%, #000 50%, #888 75%, #fff);
}
.switch__toggle input[type=range]::-moz-range-track {
  height: 2px;
  background: linear-gradient(to left, #fff, #888 25%, #000 50%, #888 75%, #fff);
}
.switch__toggle input[type=range]::-ms-fill-lower {
  background: linear-gradient(to left, #888 80%, #fff);
}
.switch__toggle input[type=range]::-ms-fill-upper {
  background: linear-gradient(to left, #fff, #888 50%);
}
.switch__toggle input[type=range]::-ms-tooltip {
  display: none;
}

.main {
  width: 100vw;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  background-color: #FFFFFF;
  align-items: stretch;
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 1070px) {
  .main {
    width: calc(100vw + 265px);
  }
}

.title {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 560px;
  background-color: #F2F2F2;
}
.title__wrap {
  height: 100%;
  width: 560px;
  position: relative;
  overflow: hidden;
}
.title__text {
  font-family: "AvantGardeGothicC", sans-serif;
  font-size: 144px;
  font-weight: 700;
  margin: 0;
  padding: 48px 0 48px 25px;
  text-transform: uppercase;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease-out;
}
.title__text_colored {
  color: #DFC058;
}
.title__text_white {
  color: #DFC058;
}
.title__text span:after {
  content: ".";
  display: inline-block;
  margin: 0 32px;
}

.menu {
  width: 285px;
  line-height: 1.15;
  position: relative;
  align-items: center;
  display: flex;
  justify-content: flex-start;
  flex-shrink: 0;
  transition: all 0.25s ease-out;
}
.menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.year-empty .menu__list--full {
  display: none;
}
.menu__list--empty {
  display: none;
}
.year-empty .menu__list--empty {
  display: block;
}
.menu__item {
  padding: 12px 33px;
  cursor: pointer;
}
.menu__link {
  font-family: "AvantGardeGothicC", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  margin: 0;
  transition: all 0.25s ease-out;
  transform-origin: 0 50%;
}
.menu__link.active {
  color: #DFC058;
  transform: scale(1.5);
  pointer-events: none;
}
.menu__link.active:after {
  content: ".";
  display: inline-block;
  margin-left: 8px;
}
.menu__link:hover {
  color: #DFC058;
  transform: scale(1.5);
}
.menu-hide .menu {
  transform: translateX(-100%);
}

.submenu {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.25s ease-out;
}
.menu__link.active ~ .submenu {
  margin: 10px 0 0 0;
  height: 152px;
}
.submenu__item {
  padding: 8px 0;
  cursor: pointer;
}
.submenu__link {
  font-family: "AvantGardeGothicC", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  margin: 0;
  display: inline-block;
  position: relative;
}
.submenu__link:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: transparent;
  display: block;
  left: 0;
  bottom: -3px;
  transition: all 0.25s ease-out;
}
.submenu__link.active {
  pointer-events: none;
}
.submenu__link.active:after {
  background-color: #DFC058;
}
.submenu__link:hover .submenu__link:after {
  background-color: #DFC058;
}
.submenu--hidden {
  display: none;
}
.menu__link.active ~ .submenu--19 {
  height: 192px;
}

.copyright {
  position: absolute;
  margin: 0;
  left: 34px;
  bottom: 48px;
  font-family: "AvantGardeGothicC", sans-serif;
  font-size: 12px;
  color: #4A4A4A;
}
@media (max-height: 460px) {
  .copyright {
    display: none;
  }
}

.content {
  width: calc(100vw - 265px);
  flex-shrink: 0;
  overflow: hidden;
  align-items: center;
  display: flex;
  justify-content: flex-start;
  position: relative;
}
@media (max-width: 1070px) {
  .content {
    width: 100vw;
  }
}
.content__wrap {
  position: relative;
  overflow-x: scroll;
  width: 100%;
  height: calc(100vh + 40px);
  transition: all 0.5s ease-out;
  display: none;
}
.content__wrap.active {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}

.event__wrap {
  display: none;
}
.event .event__wrap {
  display: block;
  height: 640px;
  width: 100%;
  position: relative;
}
@media (max-height: 420px) {
  .event .event__wrap {
    margin-top: 350px;
    margin-bottom: 35px;
  }
}

.gal {
  line-height: 0;
  display: block;
  position: absolute;
  filter: grayscale(1);
  transition: all 0.25s ease-out;
  outline: none;
  background-size: cover;
  background-position: center center;
  opacity: 1;
}
.gal:hover {
  filter: grayscale(0);
  transform: scale(1.05);
}
.gal_faded {
  opacity: 0;
}
.gal img {
  object-fit: cover;
}
.gal__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.25s ease-out;
}
.gal:hover .gal__mask {
  opacity: 0;
}

.gal-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  transition: all 0.25s ease-out;
  outline: none;
  background-color: #FFFFFF;
  text-decoration: none;
  border: 1px solid #000000;
}
.gal-link:hover {
  transform: scale(1.05);
}
.gal-link__text {
  color: #000000;
  font-family: "AvantGardeGothicC", sans-serif;
  font-size: 20px;
  font-weight: 0;
  text-transform: uppercase;
}

.winners__wrap {
  display: none;
}
.winners .winners__wrap {
  width: 100%;
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: flex-start;
}

.top10__wrap {
  display: none;
}
@media (max-height: 420px) {
  .top10__wrap {
    padding-top: 200px;
    padding-bottom: 20px;
  }
}
.top10__wrap:last-child:after {
  content: "";
  display: block;
  flex-basis: 20px;
  flex-grow: 0;
  flex-shrink: 0;
  height: 1px;
}
.top10 .top10__wrap {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
}
@media (max-height: 420px) {
  .top10 .top10__wrap {
    height: auto;
  }
}

.winner-of-city__wrap {
  display: none;
}
@media (max-height: 420px) {
  .winner-of-city__wrap {
    padding-top: 200px;
    padding-bottom: 20px;
  }
}
.winner-of-city__wrap:last-child:after {
  content: "";
  display: block;
  flex-basis: 20px;
  flex-grow: 0;
  flex-shrink: 0;
  height: 1px;
}
.winner-of-city__wrap .winner {
  flex-basis: 635px;
}
.winner-of-city .winner-of-city__wrap {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
}
@media (max-height: 420px) {
  .winner-of-city .winner-of-city__wrap {
    height: auto;
  }
}

.winner-of-region__wrap {
  display: none;
}
@media (max-height: 420px) {
  .winner-of-region__wrap {
    padding-top: 200px;
    padding-bottom: 20px;
  }
}
.winner-of-region__wrap:last-child:after {
  content: "";
  display: block;
  flex-basis: 20px;
  flex-grow: 0;
  flex-shrink: 0;
  height: 1px;
}
.winner-of-region__wrap .winner {
  flex-basis: 635px;
}
.winner-of-region .winner-of-region__wrap {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
}
@media (max-height: 420px) {
  .winner-of-region .winner-of-region__wrap {
    height: auto;
  }
}

.winner {
  align-items: stretch;
  display: flex;
  justify-content: flex-start;
  flex-basis: 695px;
  flex-grow: 0;
  flex-shrink: 0;
  height: 520px;
  margin: 10px 20px 10px 45px;
}
.winner__photo {
  position: relative;
  min-width: 350px;
  line-height: 0;
  filter: grayscale(1);
  transition: all 0.25s ease-out;
  background-size: cover;
  background-position: center center;
  opacity: 1;
}
.winner__photo:hover {
  filter: grayscale(0);
  transform: scale(1.05);
}
.winner__photo img {
  object-fit: cover;
}
.winner__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.25s ease-out;
}
.winner:hover .winner__mask {
  opacity: 0;
}
.winner__content {
  padding: 36px 15px 15px 20px;
  line-height: 1.5;
}
.winner__place {
  font-family: "Abril Fatface", sans-serif;
  color: #DFC058;
  margin: 0 0 -7px 0;
}
.winner__rank {
  font-size: 72px;
}
.winner__rank-st {
  font-size: 36px;
  display: inline-block;
  margin-left: -2px;
}
.winner__name {
  font-family: "Abril Fatface", sans-serif;
  font-size: 24px;
  margin: 0;
  color: #000000;
}
.winner__name_rus {
  font-family: "AvantGardeGothicC", sans-serif;
  font-weight: 700;
}
.winner__firm {
  font-family: "AvantGardeGothicC", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #4A4A4A;
  margin: 0 0 10px 0;
}
.winner__text {
  color: #292929;
  font-family: "AvantGardeGothicC", sans-serif;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 20px;
}
.winner__text p {
  margin: 0;
}
.winner__text p:not(:last-child) {
  margin-bottom: 12px;
}
.winner__pertners {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}
.winner__partner {
  line-height: 0;
}
.winner__partner:not(:last-child) {
  margin-right: 22px;
}
.winner__partner img {
  width: 80px;
}

[data-year="17"] .winner_1 .winner__partner:nth-child(2) img {
  width: 80px;
}
[data-year="17"] .winner_2 .winner__partner:nth-child(2) img {
  width: 80px;
}
[data-year="17"] .winner_3 .winner__partner:nth-child(2) img {
  width: 80px;
}
[data-year="17"] .winner_4 .winner__partner:nth-child(2) img {
  width: 100px;
}
[data-year="17"] .winner_5 .winner__partner:nth-child(2) img {
  width: 100px;
}
[data-year="17"] .winner_6 .winner__partner:nth-child(2) img {
  width: 107px;
}
[data-year="17"] .winner_7 .winner__partner:nth-child(2) img {
  width: 120px;
}
[data-year="17"] .winner_8 .winner__partner:nth-child(2) img {
  width: 90px;
}
[data-year="17"] .winner_9 .winner__partner:nth-child(2) img {
  width: 120px;
}
[data-year="17"] .winner_10 .winner__partner:nth-child(2) img {
  width: 80px;
}

[data-year="18"] .winner_1 .winner__partner:nth-child(2) img {
  width: 70px;
}
[data-year="18"] .winner_1 .winner__partner:nth-child(3) img {
  width: 90px;
}
[data-year="18"] .winner_2 .winner__partner:nth-child(2) img {
  width: 80px;
}
[data-year="18"] .winner_3 .winner__partner:nth-child(2) img {
  width: 85px;
}
[data-year="18"] .winner_4 .winner__partner:nth-child(2) img {
  width: 95px;
}
[data-year="18"] .winner_5 .winner__partner:nth-child(2) img {
  width: 90px;
}
[data-year="18"] .winner_6 .winner__partner:nth-child(2) img {
  width: 110px;
}
[data-year="18"] .winner_7 .winner__partner:nth-child(2) img {
  width: 80px;
}
[data-year="18"] .winner_8 .winner__partner:nth-child(2) img {
  width: 95px;
}
[data-year="18"] .winner_9 .winner__partner:nth-child(2) img {
  width: 110px;
}
[data-year="18"] .winner_10 .winner__partner:nth-child(2) img {
  width: 95px;
}

.nominees__wrap {
  display: none;
}
@media (max-height: 420px) {
  .nominees__wrap {
    padding-top: 200px;
    padding-bottom: 20px;
  }
}
.nominees__wrap:after {
  content: "";
  display: block;
  flex-basis: 20px;
  flex-grow: 0;
  flex-shrink: 0;
  height: 1px;
}
.nominees .nominees__wrap {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  width: 100%;
}

.nomination {
  position: relative;
  margin: 10px 25px;
}
.nomination__img {
  line-height: 0;
  width: 350px;
  height: 520px;
  overflow: hidden;
  border-radius: 2px;
  filter: grayscale(1);
  transition: all 0.25s ease-out;
  background-size: cover;
  background-position: center center;
  opacity: 1;
  position: relative;
}
.nomination:hover .nomination__img {
  filter: grayscale(0);
  transform: scale(1.05);
}
.nomination__img img {
  object-fit: cover;
}
.nomination__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.25s ease-out;
}
.nomination:hover .nomination__mask {
  opacity: 0;
}
.nomination__icon {
  background-image: url("../../../img/events/winner/17/statues/icon_w.png"), linear-gradient(to top, black, rgba(0, 0, 0, 0));
  background-repeat: no-repeat, no-repeat;
  background-position: -57px 0, left;
  transition: all 0.25s ease-out;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 195px;
  width: 100%;
  border-radius: 2px;
  transform-origin: top center;
}
.nomination:hover .nomination__icon {
  transform: scale(1.05) translateY(3px);
}
.nomination__text {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 195px;
  width: 100%;
  color: #FFFFFF;
  padding: 52px 27px 10px 27px;
  font-family: "AvantGardeGothicC", sans-serif;
  line-height: 1.3;
}
.nomination__title {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.nomination__company {
  font-size: 15px;
  margin: 0 0 4px 0;
}
.nomination__description {
  font-size: 15px;
  margin: 0 0 0 0;
}

.statues__wrap {
  display: none;
}
@media (max-height: 420px) {
  .statues__wrap {
    padding-top: 200px;
    padding-bottom: 27px;
  }
}
.statues__wrap:after {
  content: "";
  display: block;
  flex-basis: 20px;
  flex-grow: 0;
  flex-shrink: 0;
  height: 1px;
}
.statues .statues__wrap {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  width: 100%;
}

.statue {
  position: relative;
  margin: 0 25px;
}
.statue__img {
  line-height: 0;
  width: 350px;
  height: 520px;
  overflow: hidden;
  border-radius: 2px;
  filter: grayscale(1);
  transition: all 0.25s ease-out;
  background-size: cover;
  background-position: center center;
  opacity: 1;
  position: relative;
}
.statue:hover .statue__img {
  filter: grayscale(0);
  transform: scale(1.05);
}
.statue__img img {
  object-fit: cover;
}
.statue__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.25s ease-out;
}
.statue:hover .statue__mask {
  opacity: 0;
}
.statue__icon {
  background-image: url("../../../img/events/winner/17/statues/icon_w.png"), linear-gradient(to top, black, rgba(0, 0, 0, 0));
  background-repeat: no-repeat, no-repeat;
  background-position: -57px 0, left;
  transition: all 0.25s ease-out;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 195px;
  width: 100%;
  border-radius: 2px;
  transform-origin: top center;
}
.statue:hover .statue__icon {
  transform: scale(1.05) translateY(3px);
}
.statue__text {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 195px;
  width: 100%;
  color: #FFFFFF;
  padding: 32px 32px 5px 38px;
}
.statue__title {
  font-family: "Abril Fatface", sans-serif;
  font-size: 24px;
  margin: 0 0 5px 0;
}
.statue__subtitle {
  font-family: "AvantGardeGothicC", sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 22px 0;
}
.statue__description {
  font-family: "AvantGardeGothicC", sans-serif;
  font-size: 15px;
  font-weight: 400;
  margin: 0 0 0 0;
  line-height: 1.4;
}

.signatures__wrap {
  display: none;
}
@media (max-height: 420px) {
  .signatures__wrap {
    margin-top: 255px;
    margin-bottom: 85px;
  }
}
.signatures__wrap:after {
  content: "";
  display: table;
  flex-basis: 20px;
  flex-grow: 0;
  flex-shrink: 0;
  height: 1px;
}
.signatures .signatures__wrap {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
}

.signature {
  position: relative;
  margin: 0 25px;
}
.signature-head {
  width: 430px;
  height: 520px;
  flex-shrink: 0;
  background-color: #FFFFFF;
  position: relative;
  padding: 51px 25px 35px 34px;
}
.signature-head__text {
  font-family: "AvantGardeGothicC", sans-serif;
  font-size: 15px;
  color: #292929;
  line-height: 1.5;
}
.signature-head__text p {
  margin: 0;
}
.signature-head__text p:not(:last-child) {
  margin-bottom: 22px;
}
.signature-head__logo {
  position: absolute;
  bottom: 35px;
  right: 40px;
  width: 202px;
  line-height: 0;
}
.signature-head__logo img {
  width: 100%;
}
.signature__img {
  line-height: 0;
  width: 430px;
  height: 520px;
  overflow: hidden;
  border-radius: 2px;
  filter: grayscale(1);
  transition: all 0.25s ease-out;
  background-size: cover;
  background-position: center center;
  opacity: 1;
  position: relative;
}
.signature:hover .signature__img {
  filter: grayscale(0);
  transform: scale(1.05);
}
.signature__img img {
  object-fit: cover;
}
.signature__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.25s ease-out;
}
.signature:hover .signature__mask {
  opacity: 0;
}
.signature__icon {
  background: linear-gradient(to top, black, rgba(0, 0, 0, 0));
  transition: all 0.25s ease-out;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 195px;
  width: 100%;
  border-radius: 2px;
  transform-origin: top center;
}
.signature:hover .signature__icon {
  transform: scale(1.05) translateY(3px);
}
.signature__logo {
  position: absolute;
  line-height: 0;
  bottom: 23px;
  right: 23px;
}
.signature__logo img {
  max-width: 100%;
}
.signature__text {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 195px;
  width: 100%;
  color: #FFFFFF;
  padding: 24px 70px 10px 48px;
}
.signature__title {
  font-family: "Abril Fatface", sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}
.signature__subtitle {
  font-family: "AvantGardeGothicC", sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 15px 0;
}
.signature__description {
  font-family: "AvantGardeGothicC", sans-serif;
  font-size: 15px;
  font-weight: 400;
  margin: 0 0 0 0;
  line-height: 1.4;
}

.partners__wrap {
  display: none;
}
.partners__wrap::after {
  content: "";
  display: block;
  width: 20px;
  flex-shrink: 0;
  height: 1px;
  position: relative;
  left: 90px;
}
.partners .partners__wrap {
  height: 546px;
  align-items: center;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (max-height: 420px) {
  .partners .partners__wrap {
    padding-top: 212px;
    height: 780px;
  }
}

.partner {
  width: 162px;
  height: 162px;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid #F2F2F2;
  margin: 10px;
  background-color: #FFFFFF;
  padding: 20px;
}
.partner__img {
  line-height: 0;
  width: 100%;
}
.partner__img img {
  width: 100%;
}

.reviews__wrap {
  display: none;
}
@media (max-height: 420px) {
  .reviews__wrap {
    padding-top: 170px;
  }
}
.reviews__wrap:after {
  content: "";
  display: block;
  flex-basis: 20px;
  flex-grow: 0;
  flex-shrink: 0;
  height: 1px;
}
.reviews .reviews__wrap {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  width: 100%;
}

.review {
  flex-basis: 350px;
  flex-grow: 0;
  flex-shrink: 0;
  min-height: 520px;
  background-color: #FFFFFF;
  border: 1px solid #F2F2F2;
  margin: 25px;
  padding: 29px;
  font-family: "AvantGardeGothicC", sans-serif;
  line-height: 1.5;
}
.review__header {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  height: 100px;
}
.review__photo {
  width: 62px;
  margin-right: 18px;
}
.review__photo img {
  width: 100%;
}
.review__name {
  font-weight: 700;
  font-size: 16px;
  color: #000000;
  margin: 0;
}
.review__firm {
  font-size: 14px;
  color: #4A4A4A;
  margin: 0;
}
.review__text {
  height: 355px;
  width: 100%;
}
.review__text-inner p {
  font-size: 15px;
  color: #4A4A4A;
  margin: 0;
  padding-right: 20px;
}
.review__text-inner p:not(:last-child) {
  margin-bottom: 22px;
}
.review .mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgba(0, 0, 0, 0.03);
}
.review .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.06);
}

.msg {
  height: 262px;
  width: 295px;
  background-color: #F2F2F2;
  position: relative;
}
.msg__wrap {
  height: 100%;
  width: 295px;
  position: relative;
  overflow: hidden;
}
.msg__text {
  font-family: "AvantGardeGothicC", sans-serif;
  font-size: 144px;
  font-weight: 700;
  margin: 0;
  padding: 48px 0 48px 25px;
  text-transform: uppercase;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease-out;
}
.msg__text_colored {
  color: #F2F2F2;
}
.msg__text_white {
  color: #FFFFFF;
}
.msg__text span:after {
  content: ".";
  display: inline-block;
  margin: 0 32px;
}

.invitations__wrap {
  display: none;
}
@media (max-height: 420px) {
  .invitations__wrap {
    margin-bottom: 65px;
  }
}
.invitation .invitations__wrap {
  width: 100%;
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: flex-start;
  padding-top: 100px;
}
.invitation .invitations__wrap:after {
  content: "";
  display: table;
  flex-basis: 20px;
  flex-grow: 0;
  flex-shrink: 0;
  height: 1px;
}
.invitations__cont {
  width: 100%;
  max-width: 1200px;
  min-width: 560px;
}
.invitations__video {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
}
.invitations__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.dresscode__wrap {
  display: none;
}
@media (max-height: 420px) {
  .dresscode__wrap {
    margin-top: 285px;
    margin-bottom: 85px;
  }
}
.dress .dresscode__wrap {
  width: 100%;
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: flex-start;
}
.dress .dresscode__wrap:after {
  content: "";
  display: table;
  flex-basis: 20px;
  flex-grow: 0;
  flex-shrink: 0;
  height: 1px;
}

.dresses {
  position: relative;
  margin: 0 25px;
  width: 575px;
  height: 520px;
  background-color: #FFFFFF;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  padding: 50px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.dresses__title {
  font-family: "Abril Fatface", sans-serif;
  font-size: 60px;
  margin: 0;
}
.dresses__colors {
  display: flex;
}
.dresses__color {
  width: 19px;
  height: 19px;
  border-radius: 50%;
  margin-top: 10px;
}
.dresses__color:not(:last-child) {
  margin-right: 4px;
}
.dresses__img {
  line-height: 0;
  margin-top: auto;
}
.dresses__people {
  line-height: 0;
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
}

/*# sourceMappingURL=index.css.map */
