@import url("https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,600,700,800&display=swap");
@font-face {
  font-family: 'Solomon Sans Black';
  src: local("Solomon Sans Black"), local("Solomon-Sans-Black"), url("fonts/SolomonSans-Black/SolomonSans-Black.woff2") format("woff2"), url("fonts/SolomonSans-Black/SolomonSans-Black.woff") format("woff"), url("fonts/SolomonSans-Black/SolomonSans-Black.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

.orel-2020 {
  font-family: 'Montserrat';
  font-size: 28px;
  color: #000000;
  height: 100%;
  display: block;
  overflow-x: hidden;
}

.orel-2020 * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.orel-2020 .img-cover,
.orel-2020 .img-contain {
  display: none !important;
}

.orel-2020 section {
  margin: 30px 0;
  overflow-x: hidden;
}

.orel-2020 b {
  font-weight: 800;
}

.orel-2020 p {
  margin-bottom: 44px;
  font-size: 28px;
  font-weight: 500;
}

.orel2020__btn {
  display: block;
  background-color: #d00223;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3.58px;
  color: #fefefe;
  padding: 19px 34px 19px 40px;
  display: inline-block;
  white-space: nowrap;
}

.orel2020__btn:hover {
  color: #fefefe;
  text-decoration: none;
}

.orel2020__btn:hover::after {
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  opacity: .6;
}

.orel2020__btn::after {
  content: '';
  display: inline-block;
  width: 49px;
  height: 26px;
  background: url(../img/orel-2020-arr.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-left: 52px;
  -webkit-transition: .4s;
  transition: .4s;
}

.orel2020-top {
  height: 100%;
  min-height: 870px;
  width: 100%;
  margin-top: 0 !important;
  background-color: #000;
  background-image: url(../img/orel1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: top;
  background-position-x: center;
  position: relative;
  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;
  padding: 50px 0px 50px;
  color: #fff;
}

.orel2020-top h1.orel2020-top__title {
  font-family: 'Solomon Sans Black';
  font-size: 147px;
  line-height: 170px;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  color: #fff;
  padding-top: 40px;
  text-shadow: 4px 4px 2px #b1b1b1;
}

.orel2020-top__content {
  position: absolute;
  bottom: 50px;
  right: 70px;
  text-align: right;
}

.orel2020-top__logo {
  display: block;
  width: 228px;
  margin-left: auto;
}

.orel2020-top__sub {
  font-size: 50px;
  font-family: 'Solomon Sans Black';
  line-height: 50px;
  letter-spacing: 14px;
  text-transform: uppercase;
  text-shadow: 3px 3px 2px #b1b1b1;
  margin-bottom: 15px;
}

.orel2020-top__name {
  font-size: 44px;
  font-weight: 800;
  margin: 8px 0 18px;
}

.orel2020-collection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 100%;
}

.orel2020-collection__img {
  width: 40%;
  padding-left: 50px;
  background: url(../img/orel2.png) top center no-repeat;
  background-size: cover;
}

.orel2020-collection__wrap {
  width: 60%;
  padding-left: 50px;
  padding-right: 15px;
  padding: 50px 15px 137px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background: url(../img/orel-vc.png);
  background-repeat: no-repeat;
  background-position-x: 30vw;
  background-position-y: 50%;
}

.orel2020-collection__wrap .orel2020__btn {
  position: absolute;
  bottom: 50px;
}

.orel2020-collection__content {
  max-width: 560px;
}

.orel2020-collection__content b {
  font-weight: 800;
  margin-bottom: 68px;
  display: block;
}

.orel2020-gender {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 100%;
}

.orel2020-gender__col {
  padding: 50px 25px;
}

.orel2020-gender__woman {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../img/orel3.png) top center no-repeat;
  background-size: cover;
  background-position-y: top;
  background-position-x: right;
  width: calc(33.3333% - 50px);
}

.orel2020-gender__man {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../img/orel4.png) no-repeat;
  background-size: cover;
  background-position-y: top;
  background-position-x: right;
  width: calc(33.3333% - 50px);
}

.orel2020-gender__content {
  padding: 50px 50px;
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
}

.orel2020-gender__content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(../img/orel-vc.png) no-repeat;
  background-position-x: calc(100% - 100px);
  background-position-y: center;
  z-index: -1;
  opacity: .4;
}

.orel2020-gender__content b {
  text-align: center;
}

.orel2020-gender__content p:last-child {
  margin-bottom: 0;
}

.orel2020-full {
  min-height: 100%;
  padding: 72px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #000 url(../img/orel5.png) top center no-repeat;
  background-size: cover;
}

.orel2020-full__logo {
  display: block;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.orel2020-full__text {
  color: #fff;
  font-size: 42px;
  text-transform: uppercase;
  -ms-flex-item-align: end;
      align-self: flex-end;
  font-weight: 800;
  text-shadow: 3px 3px 2px #b1b1b1;
}

.orel2020-video {
  padding: 50px 100px;
  min-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: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url("../img/orel6.png") center center no-repeat;
  background-size: cover;
  margin-bottom: 0 !important;
}

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

.orel2020-video__video {
  position: relative;
  display: block;
}

.orel2020-video__video::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(208, 2, 35, 0.5);
  background-image: url(../img/orel-play2.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 60px 60px;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.orel2020-video__video:hover::before {
  opacity: 1;
}

.orel2020-video__btn {
  padding: 16px 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #d00223;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  margin-top: 42px;
}

.orel2020-video__btn:hover {
  text-decoration: none;
  opacity: .6;
}

.orel2020-video__btn span {
  color: #fefefe;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3.58px;
  margin-left: 20px;
}

@media (max-width: 1500px) {
  .orel2020__btn {
    font-size: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .orel2020__btn::after {
    margin-left: 36px;
  }
}

@media (max-width: 1199px) {
  .orel2020-gender__woman, .orel2020-gender__man {
    width: 50%;
    min-height: 650px;
  }
  .orel2020-gender {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .orel2020-gender__content {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
  }
  .orel-2020 p {
    max-width: 530px;
  }
  .orel2020-gender__content::before {
    background-size: 680px;
    background-position-x: calc(100% + 300px);
  }
  .orel2020-full__text {
    font-size: 40px;
  }
}

@media (max-width: 991px) {
  .orel2020-top {
    background-image: url(../img/orel1-mob.jpg);
    background-position-x: calc(50% + 100px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    min-height: 0;
    height: 970px;
    position: relative;
    z-index: 1;
  }
  .orel2020-top::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 600px;
    width: 100%;
    background: black;
    background: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(70%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 0) 100%);
    z-index: -1;
  }
  .orel2020-top__content {
    text-align: center;
    left: auto;
    right: auto;
    bottom: auto;
    position: static;
    padding: 0 20px;
    width: 100%;
    margin-top: 35px;
  }
  .orel2020-top__logo {
    margin-right: auto;
    width: 162px;
  }
  .orel2020-top h1.orel2020-top__title {
    font-size: 106px;
    line-height: 130px;
  }
  .orel2020-top__sub {
    font-size: 36px;
    line-height: 36px;
  }
  .orel2020-top__name {
    font-size: 30px;
    font-weight: 700;
  }
  .orel2020-collection {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .orel2020-collection__img {
    width: 100%;
    padding-bottom: 68%;
  }
  .orel2020-collection__wrap {
    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;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-right: 50px;
    background-position-y: -100px;
    background-position-x: -500px;
    background-size: 952px;
  }
  .orel2020-collection__content {
    max-width: 427px;
  }
  .orel-2020 p {
    font-size: 22px;
    margin-bottom: 22px;
  }
  .orel2020-collection__content b {
    margin-bottom: 22px;
  }
  .orel2020__btn {
    letter-spacing: 2px;
    font-size: 16px;
    padding-right: 16px;
  }
  .orel2020__btn::after {
    width: 40px;
    height: 20px;
    margin-left: 16px;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .orel2020-collection__wrap .orel2020__btn {
    right: 128px;
  }
  .orel-2020 p {
    max-width: 416px;
  }
  .orel2020-gender__content::before {
    background-position-y: -100px;
    background-size: 700px;
    background-position-x: calc(100% + 380px);
  }
  .orel2020-full {
    -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;
    background-image: url(../img/orel5-mob.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: calc(50% - 100px);
    background-position-y: top;
    padding: 20px;
    min-height: 0;
    height: 800px;
    position: relative;
    z-index: 1;
    margin-top: 115px !important;
    margin-bottom: 95px !important;
    overflow: visible !important;
  }
  .orel2020-full::before {
    content: '';
    z-index: -1;
    position: absolute;
    top: -90px;
    left: 0;
    width: 100%;
    height: 100px;
    background-color: #000;
    background: black;
    background: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(90%, black), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(180deg, black 0%, black 90%, rgba(0, 0, 0, 0) 100%);
  }
  .orel2020-full::after {
    content: '';
    z-index: -1;
    position: absolute;
    bottom: -65px;
    left: 0;
    width: 100%;
    height: 120px;
    background: black;
    background: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(60%, black), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, black 0%, black 60%, rgba(0, 0, 0, 0) 100%);
  }
  .orel2020-full__logo {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    width: 100%;
    max-width: 214px;
    margin-top: -89px;
  }
  .orel2020-full__text {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    text-align: center;
    font-size: 40px;
    margin-bottom: -76px;
  }
  .orel2020-video__btn {
    padding-left: 24px;
    padding-right: 24px;
  }
  .orel2020-video__btn span {
    font-size: 16px;
    letter-spacing: 1.8px;
  }
  .orel2020-video__btn img {
    width: 35px;
  }
  .orel2020-video {
    min-height: 0;
  }
}

@media (max-width: 767px) {
  .orel-2020 p {
    font-size: 20px;
  }
  .orel2020-top h1.orel2020-top__title {
    font-size: 76px;
    line-height: 86px;
  }
  .orel2020-top__sub {
    font-size: 29px;
    line-height: 29px;
    letter-spacing: 11px;
  }
  .orel2020-top__name {
    font-size: 27px;
    margin-top: 12px;
  }
  .orel2020-top {
    height: 700px;
  }
  .orel2020-collection__wrap {
    background-position: center center;
    background-size: 600px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .orel2020-collection__wrap p {
    text-align: center;
  }
  .orel2020-collection__wrap .orel2020__btn {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .orel2020-gender {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .orel2020-gender__col {
    width: 100%;
  }
  .orel2020-gender__woman, .orel2020-gender__man {
    min-height: 550px;
  }
  .orel2020-gender__content {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .orel2020-gender__content::before {
    background-position-x: -400px;
  }
  .orel2020-gender__content P {
    text-align: center;
  }
  .orel2020-full__text {
    font-size: 36px;
  }
  .orel2020-full {
    height: 646px;
  }
  .orel2020-video {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 575px) {
  .orel-2020 p {
    font-size: 17px;
  }
  .orel2020-top h1.orel2020-top__title {
    font-size: 48px;
    line-height: 59px;
  }
  .orel2020-top__name {
    font-size: 25px;
  }
  .orel2020-top__sub {
    letter-spacing: 7px;
  }
  .orel2020-top {
    height: 570px;
    background-position-x: calc(50% + 65px);
  }
  .orel2020-top::before {
    height: 400px;
  }
  .orel2020-collection__wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .orel2020-collection {
    min-height: 0;
  }
  .orel2020__btn {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .orel2020__btn::after {
    width: 30px;
    height: 14px;
  }
  .orel2020-gender__woman, .orel2020-gender__man {
    min-height: 450px;
  }
  .orel2020-full__text {
    font-size: 25px;
  }
  .orel2020-full {
    height: 468px;
    background-position-x: calc(50% - 60px);
  }
  .orel2020-video {
    padding-left: 20px;
    padding-right: 20px;
  }
  .orel2020-full::before {
    top: -90px;
    background: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(90%, black), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(180deg, black 0%, black 90%, rgba(0, 0, 0, 0) 100%);
  }
  .orel2020-full__logo {
    margin-top: -160px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .orel2020-gender, .orel2020-collection {
    min-height: 0;
  }
  .orel2020-collection__wrap .orel2020__btn {
    left: 50px;
  }
}

@media screen and (-ms-high-contrast: active) and (max-width: 991px), (-ms-high-contrast: none) and (max-width: 991px) {
  .orel2020-collection__wrap .orel2020__btn {
    left: auto;
  }
}