::selection {
  color: #fff;
  background-color: #fb1d02;
}
@font-face {
    font-family: 'Angst Normal Serif';
    src: url('../fonts/Angst-NormalSerif.woff2') format('woff2'),
        url('../fonts/Angst-NormalSerif.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'UA-brand';
    src: url('../fonts/UA-brand-Bold.woff2') format('woff2'),
        url('../fonts/UA-brand-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'UA-brand';
    src: url('../fonts/UA-brand-Black.woff2') format('woff2'),
        url('../fonts/UA-brand-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'UA-brand';
    src: url('../fonts/UA-brand.woff2') format('woff2'),
        url('../fonts/UA-brand.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'UA-brand', sans-serif;
    background-color: #ff6c14;
    font-size: 26px;
}
h1 {
    font-family: 'Angst Normal Serif';
    font-weight: normal;
    font-size: 90px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 50px;
}

.hero {
    color: #fff;
    padding: 70px 0px 70px 0;
    position: relative;
    min-height: 100vh;
}

.hero__text {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}

.hero__content {
    text-align: center;
}

.form-control {
    font-size: 1em;
    width: 100%;
    outline: none;
    border: none;
    padding: 19px 30px;
    font-family: 'UA-brand', sans-serif;
    line-height: 1;
    border-radius: 50px;
    -webkit-appearance: none;
    background: #fff;
    color #000;
}

.form-group {margin-bottom: 30px;}

.hero__form {
    margin-top: 40px;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

* {
    box-sizing: border-box;
}

button {
    font-family: 'UA-brand', sans-serif;
    border: none;
    width: 100%;
    font-size: 1em;
    padding: 19px 30px;
    background: #000;
    color: #fff;
    border-radius: 50px;
    cursor: pointer;
    transition: 0.2s;
}

.form__mutted {
    margin-top: 43px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
}
.logo-header {
    text-align: center;
}
.hero {
    background-image: url('/img/background.png');
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-color: #ff6c14;
}

button:hover {
    background-color: #fb1d02;
}
.man-left {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 33%;
    line-height: 0;
}

.woman-right {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 31%;
    line-height: 0;
}

.man-left img, .woman-right img {
    width: 100%;
}
.fancybox-content {
    border-radius: 0;
    height: 100%;
    background: #000;
    color: #fff;
    width: 100%;
}

.fancybox-slide--html {
    padding: 0;
}
a {
    color: #ff6c14;
}
.photo-grid {
    display: flex;
    flex-wrap: wrap;
}

.photo-item {
    width: 50%;
    line-height: 0;
    position: relative;
}

.photo-item img {
    width: 100%;
}

.photo-item--wide {
    width: 100%;
}

.photo-item::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ff6c14;
    opacity: 0.5;
    transition: 0.2s;
}

.photo-item:hover::after {
    opacity: 0;
}
.section__title {
    margin-top: 0;
    font-family: 'Angst Normal Serif';
    font-weight: normal;
    font-size: 90px;
    text-align: center;
    margin-bottom: 50px;
}

.about {
    color: #fff;
    background: #fa1d01;
    padding: 60px 0;
}

.container {
    max-width: 820px;
    padding: 0 20px;
    margin-left: auto;
    margin-right: auto;
}

.timetable__item {
    display: flex;
    margin-bottom: 20px;
}

.timetable {
}

.timetable__time {
    font-size: 18px;
    width: 25%;
    flex-shrink: 0;
    padding-right: 15px;
    padding-top: 4px;
}

.timetable__title {
    font-size: 32px;
    line-height: 1.2;
}
.timetable__time span {
    display: inline-block;
    border-radius: 30px;
    background: #000000;
    padding: 9px 20px;
    line-height: 1;
}
.persons {
    background: #ff6c14;
    color: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
}

.person__name {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 7px;
}

.person__sub {
    font-size: 16px;
}

.persons__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
}

.person__item {
    width: 29%;
    margin-bottom: 30px;
}
@media only screen and (max-width: 1140px) {
    .man-left {
    /* display: none; */
}

.woman-right {
    /* display: none; */
}

h1, .section__title {
    font-size: 44px;
}

.logo-header img {
    width: 189px;
}

.hero {
    padding: 40px 22px 166px 22px;
}

body {
    font-size: 16px;
}

.form-group {
    margin-bottom: 13px;
}

.hero__text {}

.hero__form {
    margin-top: 29px;
}

form.hero__form {}
.timetable__title {
    font-size: 24px;
}

.timetable__time {
    font-size: 14px;
    width: 100%;
    margin-bottom: 4px;
}

.timetable__item {
    flex-wrap: wrap;
}
 .timetable__time span {
    display: inline-block;
    border-radius: 30px;
    background: none;
    padding: 0px;
    line-height: 1;
}
.person__item {
    width: 100%;
}
}
.site__footer {
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding-bottom: 60px;
}
.video video {
    width: 100%;
    margin: 0;
    display: block;
}
.contest-body h1 {
    font-size: 50px;
}

.participants-count {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 15px;
}

#draw-winner {
    width: 300px;
}

.participants-anim, .winner {
    font-size: 48px;
    margin-top: 30px;
    background: #fa1d01;
    position: relative;
    z-index: 999;
    display: block;
}