* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

ul {
    list-style: none;
}

ul li {
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

table,
thead,
tbody,
tfoot,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: left;
    font-weight: inherit;
    -webkit-border-horizontal-spacing: 0;
    -webkit-border-vertical-spacing: 0;
}

a {
    text-decoration: none;
    color: #0077DB;
    -webkit-transition: color 0.25s ease-in-out;
    -o-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out;
}

a:hover {
    color: #CE0058;
}

a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}

body,
html {
    background: white;
    color: #001424;
    font-family: 'Foco Regular', "Times New Roman", "Arial", sans-serif;
    font-weight: 400;
    font-size: 16px;
    min-width: 320px;
    max-width: 100%;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

* {
    font-family: 'Foco Regular', "Times New Roman", "Arial", sans-serif;
}

.page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}

.page__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /*padding-top: 79px;*/
}

.header {
    /*position: fixed;*/
    top: 0;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #f3f3f3;
}

.header.shadow {
    box-shadow: 0px 0px 6px rgba(110, 119, 130, 0.14);
}

.container {
    max-width: 1340px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
}

.header__wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 30px 0 0;
}

.header__enter {
    font-size: 18px;
    line-height: 1.25;
    color: #001871;
    font-family: 'Foco Bold';
    margin-top: -2px;
}

.header__logotype {
    font-size: 0;
    line-height: 0;
    display: inline-block;
}

.header__logotype img {
    width: 120px;
    height: 94px;
    margin-bottom: -46px;
}

.hero {
    padding-top: 87px;
}

.hero__row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.hero__row-info {
    padding-right: 50px;
}

.hero__row p,
.hero__row h1 {
    font-size: 44px;
    line-height: 1.15;
    font-family: 'Foco Bold';
}

.hero__row h1.hero__title {
    color: #0033A0;
    font-family: 'Foco Bold Italic';
    font-style: italic;
}

.hero__title span {
    color: #00a3e0;
    font-family: 'Foco Bold Italic';
    font-style: italic;
}

.hero__row-info p {
    font-family: 'Foco Regular';
    color: #00a3e0;
    letter-spacing: 0.5px;
}

.hero__row-date {
    text-align: right;
    color: #CE0058;
}

.hero p.hero__row-date {}

footer {
    margin-top: 100px;
}

.footer__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 44px 0;
    border-top: 1px solid #f3f3f3;
}

.footer__wrapper p {
    color: #000;
    font-size: 16px;
    line-height: 1.55;
    text-align: right;
}

.footer__lookport {
    padding-right: 40px;
    display: flex;
    align-items: center;
}

.footer__lookport p {
    margin-left: 44px;
    text-align: left;
}


.footer__lookport-logo {
    line-height: 0;
    display: inline-block;
}

.footer__lookport-logo img {
    width: 156px;
    height: 57px;
}

.about-brand {
    margin-top: 114px;
}

.about-brand__title {
    color: #001871;
    font-size: 44px;
    line-height: 1.25;
    font-family: 'Foco Bold';
}

.about-brand__info {
    color: #001871;
    font-size: 18px;
    line-height: 1.5;
    font-family: 'Foco Regular';
    margin-top: 44px;
}

.about-brand__info a {
    color: #001871;
}

.about-brand__info a:hover {
    color: #CE0058;
}

.blue {
    margin-top: 154px;
    background: #00A3E0;
}

.blue .container {
    margin-top: -82px;
}

.blue__timer,
.blue__video {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    padding-bottom: 48.25%;
    min-height: 400px;
    max-height: 600px;
    /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
    height: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.blue__notification {
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 0;
}

.blue__notification img {
    width: 44px;
    height: 44px;
}

.blue__video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    outline-width: 0;
}

.blue__timer-info-container {
    position: absolute;
    bottom: 115px;
    left: 55px;
}

.blue__timer-countdown {
    display: flex;
    align-items: center;
    color: #fff;
}

.blue__timer-el {
    font-family: 'Foco Bold';
    font-size: 200px;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    position: relative;
    padding-right: 50px;
}

.blue__timer-el:last-child:after {
    display: none;
}

.blue__timer-el:after {
    content: ':';
    font-family: 'Foco Bold';
    font-size: 200px;
    display: inline-block;
    line-height: 1;
    position: absolute;
    right: 0;
}

.blue__timer-el span {
    font-family: 'Foco Bold';
    font-size: 200px;
    display: inline-block;
    line-height: 1;
}

.blue__timer-info {
    font-size: 44px;
    font-family: 'Foco Bold';
    color: #fff;
    margin-top: -2px;
}

.blue__video-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    font-size: 0;
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.7);
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    z-index: 3;
}

.blue__video-button:hover {
    background: #fff;
}

.blue__video-button img {
    width: 16px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.blue__video-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.blue__title {
    font-size: 44px;
    line-height: 1.15;
    font-family: 'Foco Bold';
    color: #fff;
    margin-top: 142px;
    text-align: center;
}

.blue__information {
    padding-top: 90px;
}

.blue__information p {
    font-family: 'Foco Regular';
    font-size: 26px;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 36px;
}

.blue__information p:last-of-type {
    margin-bottom: 0;
}

.blue__information b {
    font-family: 'Foco Bold';
}

.blue__button-container {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.blue__button-container p {
    font-size: 14px;
    color: #fff;
    font-family: 'Foco Italic';
    font-style: italic;
    margin-top: 18px;
}

.blue__button {
    display: flex;
    align-items: center;
    line-height: 1;
    font-size: 32px;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    border-radius: 50px;
    background: #fff;
    font-family: 'Foco Bold';
    padding: 18px 50px;
    cursor: pointer;
    color: #ce0058;
}

.blue__button:hover {
    background: #ce0058;
    color: #fff;
}

.blue__button path,
.blue__button rect {
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.blue__button:hover path {
    fill: #fff;
}

.blue__button:hover rect {
    fill: #fff;
    stroke: #ce0058;
}

.blue__button .activate {
    display: none;
}

.blue__button span {
    font-family: 'Foco Bold';
}

.blue__button-icon {
    width: 44px;
    height: 44px;
    margin-right: 16px;
}

.blue__button.activate .default {
    display: none;
}

.blue__button.activate .activate {
    display: inline-block;
}

.blue__button-left-light {
    position: absolute;
    font-size: 0;
    top: -71%;
    max-width: 453px;
    width: 38%;
    right: 94%;
}

.blue__button-left-light img {
    width: 100%;
    height: auto;
}

.blue__button-right-light {
    position: absolute;
    font-size: 0;
    top: -41%;
    max-width: 453px;
    width: 38%;
    left: 84%;
}

.blue-overflow {
    padding-top: 101px;
    overflow: hidden;
    padding-bottom: 68px;
}

.blue-overflow .container {
    margin-top: 0;
}

.blue-overflow .container {
    position: relative;
}

.blue__button-right-light img {
    width: 100%;
    height: auto;
}

.blue__lights {
    height: 400px;
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
}

.blue__left-light {
    position: absolute;
    font-size: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 800px;
    width: 40%;
    right: 65%;
}

.blue__left-light img {
    width: 100%;
    height: auto;
}

.blue__right-light {
    position: absolute;
    font-size: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 800px;
    width: 40%;
    left: 65%;
}

.blue__right-light img {
    width: 100%;
    height: auto;
}

.blue__members {
    padding-top: 140px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
}

.blue__members-el {
    width: 25%;
    padding: 0 10px;
}

.blue__members-item {
    width: 100%;
    position: relative;
    max-width: 295px;
}

.blue__members-item img {
    width: 100%;
    height: auto;
}

.blue__members-item .person {
    position: absolute;
    width: 44%;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
    top: -40%;
}

.blue__members-info {
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 230px;
    width: 100%;
    text-align: center;
    color: #fff;
}

.blue__members-info--blue p {
    color: #0033A0;
}

.blue__members-name {
    font-size: 18px;
    font-family: 'Foco Black';
}

.blue__members-about {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    font-family: 'Foco Regular';
}

.blue__members-about--small {
    font-size: 12px;
}

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


    .blue__timer-el {
        font-size: 140px;
    }

    .blue__timer-el:after {
        font-size: 140px;
    }

    .blue__timer-el span {
        font-size: 140px;
    }

}


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

    .hero__row p,
    .hero__row h1,
    .about-brand__title {
        font-size: 36px;
    }

    .blue__timer-info {
        font-size: 36px;
    }

    .blue__title {
        font-size: 36px;
        margin-top: 90px;
    }

    .blue__timer-el {
        font-size: 120px;
    }

    .blue__timer-el:after {
        font-size: 120px;
    }

    .blue__timer-el span {
        font-size: 120px;
    }

    .blue__members {
        padding-top: 0px;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .blue__members-el {
        width: 50%;
        padding-top: 110px;
    }

    .blue__members-item {
        margin: 0 auto;
    }

    .blue__information {
        padding-top: 60px;
    }

    .blue__timer-info-container {
        bottom: 65px;
    }

}


@media screen and (max-width: 991px) {
    .footer__wrapper p {
        color: #000;
        font-size: 14px;
    }

    .hero__row p,
    .hero__row h1,
    .about-brand__title {
        font-size: 28px;
    }

    .blue__timer-el {
        font-size: 90px;
    }

    .blue__timer-el:after {
        font-size: 90px;
    }

    .blue__timer-el span {
        font-size: 90px;
    }

    .blue__timer-info {
        font-size: 28px;
    }

    .blue__timer-el {
        padding-right: 28px;
    }

    .blue__title {
        font-size: 28px;
        margin-top: 60px;
    }

    .blue__information p {
        font-size: 22px;
        margin-bottom: 25px;
    }
}

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

    .page__content {
        /*padding-top: 50px;*/
    }

    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .header__wrapper {
        padding-top: 15px;
    }

    .header__logotype img {
        width: 65px;
        height: 51px;
        margin-bottom: -17px;
    }

    .header__enter {
        font-size: 16px;
        margin-top: 0;
    }

    .hero__row {
        flex-direction: column;
    }

    .hero {
        padding-top: 35px;
    }

    .hero__row-date {
        margin-left: auto;
        margin-top: 20px;
    }

    .hero__row-info {
        padding-right: 0;
    }

    .hero__row p,
    .hero__row h1 {
        font-size: 18px;
        white-space: nowrap;
    }

    .footer__wrapper {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 20px 0 25px;
    }

    .footer__lookport {
        padding-right: 0;
        margin-bottom: 10px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .footer__lookport-logo {
        margin-bottom: 15px;
    }

    .footer__lookport-logo img {
        width: 90px;
        height: 33px;
    }

    .footer__wrapper p {
        font-size: 12px;
        text-align: left;
    }

    .footer__lookport p {
        margin-left: 0;
    }

    .about-brand {
        margin-top: 40px;
    }

    .about-brand__title {
        font-size: 22px;
    }

    .about-brand__info {
        font-size: 15px;
        margin-top: 15px;
    }

    footer {
        margin-top: 35px;
    }

    .hero__row p,
    .hero__row h1 {
        font-size: 19px;
        line-height: 1.3;
    }

    .hero__row h1.hero__title {
        display: inline-block;
    }

    .hero__row p {
        font-size: 18px;
    }

    .hero__row-date {
        padding-right: 5px;
    }

    .about-brand__title {
        font-size: 28px;
    }

    .blue__title {
        margin-top: 30px;
    }

    .blue {
        margin-top: 70px;
    }

    .blue-overflow {
        padding-bottom: 30px;
        padding-top: 35px;
    }

    .blue .container {
        margin-top: -40px;
    }

    .blue__timer,
    .blue__video {
        min-height: 1px;
        padding-bottom: 56.25%;
    }

    .blue__timer-el {
        font-size: 38px;
    }

    .blue__timer-el:after {
        font-size: 38px;
    }

    .blue__timer-el span {
        font-size: 38px;
    }

    .blue__timer-info {
        font-size: 18px;
        margin-top: 5px;
    }

    .blue__notification {
        right: 15px;
        top: 15px;
    }

    .blue__timer-el {
        padding-right: 12px;
        margin-right: 0px;
    }

    .blue__timer-info-container {
        left: 20px;
        bottom: 20px;
    }

    .blue__notification img {
        width: 22px;
        height: 22px;
    }

    .blue__video-button {
        width: 54px;
        height: 54px;
    }

    .hero .container {
        overflow: hidden;
        padding-left: 15px;
        padding-right: 15px;
    }

    .blue__information {
        padding-top: 30px;
    }

    .blue__information p {
        font-size: 15px;
        margin-bottom: 20px;
        line-height: 1.4;
    }

    .blue__button {
        font-size: 18px;
        padding: 10px 20px 10px 15px;
    }

    .blue__button-icon {
        width: 24px;
        height: 24px;
        margin-right: 10px;
    }

    .blue__button-container p {
        font-size: 12px;
        margin-top: 15px;
    }

    .blue-overflow .container {
        margin-top: 0;
    }

    .blue__button-left-light {
        top: -10px;
        width: 40%;
        right: 90%;
    }

    .blue__button-right-light {
        width: 30%;
        left: 90%;
        top: -5%;
    }

    .blue__lights {
        height: 120px;
    }

    .blue__members-el {
        width: 100%;
        padding-top: 90px;
    }

    .blue__members-item {
        margin: 0 auto;
        max-width: 260px;
    }

    .blue__members-info {
        top: 56px;
    }

    .blue__members-name {
        font-size: 17px;
    }

    .blue__members-about {
        margin-top: 7px;
    }

}