@font-face {
    font-family: 'Suisse Intl';
    src: url('/Content/fonts/SuisseIntl-Regular.woff2') format('woff2'), url('/Content/fonts/SuisseIntl-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Suisse Intl';
    src: url('/Content/fonts/SuisseIntl-SemiBold.woff2') format('woff2'), url('/Content/fonts/SuisseIntl-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Suisse Intl';
    src: url('/Content/fonts/SuisseIntl-Bold.woff2') format('woff2'), url('/Content/fonts/SuisseIntl-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Suisse Intl Book';
    src: url('/Content/fonts/SuisseIntl-Book.woff2') format('woff2'), url('/Content/fonts/SuisseIntl-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Suisse Intl';
    src: url('/Content/fonts/SuisseIntl-Medium.woff2') format('woff2'), url('/Content/fonts/SuisseIntl-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Suisse Int\'l Condensed';
    src: url('/Content/fonts/SuisseIntlCondensed-Medium.woff2') format('woff2'), url('/Content/fonts/SuisseIntlCondensed-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

html, body {}
body {
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
    font-size: 1rem;
    color: #030303;
    background-color: #FFF;
}
::-moz-selection {
    color: #FFF;
    background: #2b72a6;
}
::selection {
    color: #FFF;
    background: #2b72a6;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-family: 'Poppins',sans-serif;
    font-size: 1.25rem;
    line-height: 1.3;
    margin: 0;
}
address {
    font-style: normal;
}
p {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.43;
    color: #030303;
}
a {
    text-decoration: none;
    cursor: pointer;
    display: block;
}
input, button, select, textarea {
    font-family: 'Open Sans',sans-serif;
    font-size: inherit;
    line-height: inherit;
    background-color: transparent;
    border: none;
}
select {
    width: 100%;
    text-transform: none;
    box-sizing: border-box;
}
textarea {
    height: auto;
    min-height: 50px;
    border-radius: 5px;
    background-color: #FFF;
    border: none;
    font-family: 'Poppins',sans-serif;
    font-size: 14px;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
    color: #1F1F1F;
    display: block;
    line-height: 1.6;
    padding: 10px 15px;
    width: calc(100% - 30px);
    margin: 0;
}
img {
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
}
figure {
    margin: 0;
    line-height: 0;
}
figcaption {
    text-align: left;
}
ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
.o-container {
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
    background-color: #FFF;
}
.content {
    z-index: 1;
    position: relative;
}
.content .o-container {
    padding: 0;
}
.o-section {
    position: relative;
    z-index: 1;
}
.o-section-intro {
    display: none;
}
.o-section-count .c-event {}

.title_section {
    margin-bottom:15px;
}

.o-section-count .c-event__title {
    font-style: normal;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.875rem;
    margin-bottom: 15px;
}
.o-section-count .c-event__maintitle {
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    line-height: 2.5rem;
}
.o-section-count .c-event__body {
    padding: 15px 0;
}
.o-section-count .c-event__body > p {
    font-family: 'Open Sans',sans-serif;
}
.o-section-count .c-event__time {
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: 0.01em;
}
.o-section-count .c-event__time span {
    font-weight: bold;
    margin-right: 30px
}
.o-section-count .c-event__time span + span {
    margin-left: 0;
}
.o-section-count .c-partner__title, .o-section-count .c-partner__group {
    max-width: inherit;
}
.u-grid {}
.u-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.u-flex-justify-end {
    -ms-flex-pack: end;
        justify-content: flex-end;
}
.u-flex-justify-start {
    -ms-flex-pack: start;
        justify-content: flex-start;
}
.u-color-cyan {
    color: #2b72a6;
}
.u-color-white {
    color: #FFF;
}
.u-color-black {
    color: #030303;
}
.u-bg-cyan {
    background-color: #2b72a6;
}
.u-bg-white {
    background-color: #FFF;
}
.u-bg-black {
    background-color: #030303;
}
.u-bg-grey {
    background-color: #F8F9FD;
}
.c-title {
    color: #23A0C8;
    font-style: normal;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 2.0625rem;
    font-family: 'Poppins',sans-serif;
    position: relative;
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
    padding: 20px 0;
}
.c-title-bb {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 12px;
    line-height: 1.2;
    display: block;
}
.c-event {
    padding: 40px 0;
    width: 100%;
    max-width: 85%;
    margin: 0 auto;
}
.c-event__thumb {
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-bottom: 15px;
}
.c-event__title {
    font-weight: 600;
    font-size: 34px;
    line-height: 36px;
    font-family: 'Poppins',sans-serif;
    color: #23A0C8;
    margin-bottom: 5px;
}
.c-event__maintitle {
    font-weight: 500;
    font-size: 50px;
    line-height: 2.5rem;
    font-family: 'Poppins',sans-serif;
    color: #23A0C8;
}
.c-event__subtitle {
    font-size: 24px;
    line-height:26px;
    font-weight:bold;
}

*/
.c-event__time {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.6875rem;
    letter-spacing: 0.01em;
    color: #375B66;
    padding-bottom: 18px;
    display: block;
}
.c-event__time span {
    margin-bottom: 10px;
}
.c-event__time-day {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center;
}
.c-event__time-day svg {
    width: 24px;
    height: 24px;
    color: #23A0C8;
    margin-right: 15px;
}
.c-event__time-hour {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center;
}
.c-event__time-hour svg {
    width: 24px;
    height: 24px;
    color: #23A0C8;
    margin-right: 15px;
}
.c-event__body {
    border-top: 1px solid rgba(181, 181, 181, 0.7);
    padding: 24px 0;
}
.c-event__body > p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #373737;
}
.c-event__share {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center;
    margin-top: auto;
}
.c-event__share .icon {
    color: #ADADAD;
    width: 24px;
    height: 24px;
}
.c-event__share .icon svg {
    width: 100%;
    height: 100%;
}
.c-event__share .icon .sr-only {
    display: none;
}
.c-event__share .icon + .icon {
    margin-left: 20px;
}
.c-event__count {
    background: url(../img/event/count-xs.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    padding: 40px 5%;
    height: 45vh;
}
.c-event__count > * {
    position: relative;
    z-index: 2;
}
.c-event__count__category {
    font-family: 'Raleway',sans-serif;
    color: #FFF;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 5%;
    font-size: 1rem;
    line-height: 1.1875rem;
    letter-spacing: 0.08em;
}
.c-event__count__title {
    color: #FFF;
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 2.25rem;
    font-family: 'Poppins',sans-serif;
    font-style: normal;
    margin-bottom: 15%;
}
.c-event__count__subtitle {
    font-family: 'Poppins',sans-serif;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.3125rem;
    text-transform: uppercase;
    color: #FFB800;
}
.c-event__count__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
        justify-content: flex-start;
}
.c-event__count__item {
    text-align: left;
    margin: 10px 5px;
    width: 25%;
    color: #FFF;
    font-family: 'Open Sans',sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 0.75rem;
    line-height: 1.75rem;
    text-transform: uppercase;
}
.c-event__count__item__days, .c-event__count__item__hours, .c-event__count__item__minutes, .c-event__count__item__seconds {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    color: #1D96BC;
    background: #F8F8F8;
    border-radius: 6px;
    font-weight: 600;
    line-height: 2.875rem;
    font-size: 2rem;
    width: 74px;
    height: 78px;
    margin-bottom: 10px;
}
.c-event__end {
    background: url(../img/event/count-xs.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    padding: 40px 5%;
    height: 45vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
}
.c-event__end > * {
    position: relative;
    z-index: 2;
}
.c-event__end__category {
    font-family: 'Raleway',sans-serif;
    color: #FFF;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 5%;
    font-size: 1rem;
    line-height: 1.1875rem;
    letter-spacing: 0.08em;
}
.c-event__end__title {
    color: #FFF;
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 2.25rem;
    font-family: 'Poppins',sans-serif;
    font-style: normal;
    margin-bottom: 10%;
}
.c-event__end__subtitle {
    font-family: 'Poppins',sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.875rem;
    color: #FFF;
}
.c-event__end__next {
    font-family: 'Poppins',sans-serif;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 2.875rem;
    color: #FFF;
    margin-bottom: auto;
}
.c-event__end__next:after {
    content: '';
    display: block;
    opacity: 0.7;
    width: 100%;
    height: 1px;
    background-color: #FFF;
    margin-bottom: 15px;
    max-width: 260px;
}
.c-event__end__body p, .c-event__end__body a {
    text-decoration: none;
    color: #FFF;
    font-family: 'Open Sans',sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 0.875rem;
    line-height: 1.1875rem;
    margin-bottom: 20px;
    max-width: 260px;
}
.c-event__end__body a {
    cursor: pointer;
}
.c-form {
    padding: 40px 0;
}
.c-form__title {
    text-align: center;
    color: #FFF;
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
    margin-bottom: 20px;
}
.c-form__msg {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
    display: block;
    background-color: #FFF;
    padding: 40px 0;
}
.c-form__msg__icon {
    color: #23A0C8;
    width: 52px;
    height: 55px;
    margin: 0 auto 20px;
    display: block;
}
.c-form__msg__title {
    margin: 20px 40px;
    display: block;
    font-family: 'Poppins',sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.6875rem;
    color: #2B73A7;
}
.c-form__msg__text {
    margin: 20px 40px;
    display: block;
    font-family: 'Open Sans',sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 0.875rem;
    line-height: 1.86;
    color: #373737;
}
.c-form__msg__text strong {
    font-weight: 700;
}
.c-form__text, .c-form__select, .c-form__check, .c-form__title {
    max-width: 90%;
    margin: 0 auto;
}
.c-form__text {
    display: block;
    margin-bottom: 15px;
}
.c-form__text input[type="text"], .c-form__text input[type="email"], .c-form__text input[type="password"], .c-form__text input[type="tel"], .c-form__text input[type="date"] {
    border-radius: 5px;
    background-color: #FFF;
    border: none;
    font-family: Arial, Helvetica, sans-serif,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
    color: #1F1F1F;
    display: block;
    line-height: 1.6;
    padding: 0 15px;
    width: calc(100% - 30px);
    height: 40px;
    margin: 0;
}
.c-form__text input[type="text"]::-moz-placeholder, .c-form__text input[type="email"]::-moz-placeholder, .c-form__text input[type="password"]::-moz-placeholder, .c-form__text input[type="tel"]::-moz-placeholder, .c-form__text input[type="date"]::-moz-placeholder {
    color: #7F93A9;
    opacity: 1;
}
.c-form__text input[type="text"]:-ms-input-placeholder, .c-form__text input[type="email"]:-ms-input-placeholder, .c-form__text input[type="password"]:-ms-input-placeholder, .c-form__text input[type="tel"]:-ms-input-placeholder, .c-form__text input[type="date"]:-ms-input-placeholder {
    color: #7F93A9;
    opacity: 1;
}
.c-form__text input[type="text"]::placeholder, .c-form__text input[type="email"]::placeholder, .c-form__text input[type="password"]::placeholder, .c-form__text input[type="tel"]::placeholder, .c-form__text input[type="date"]::placeholder {
    color: #7F93A9;
    opacity: 1;
}
.c-form__text input[type="text"]:focus, .c-form__text input[type="email"]:focus, .c-form__text input[type="password"]:focus, .c-form__text input[type="tel"]:focus, .c-form__text input[type="date"]:focus {
    outline: none;
    color: #1F1F1F;
}
.c-form__text input[type="text"].error, .c-form__text input[type="email"].error, .c-form__text input[type="password"].error, .c-form__text input[type="tel"].error, .c-form__text input[type="date"].error {}
.c-form__text input[type="text"].error:focus, .c-form__text input[type="email"].error:focus, .c-form__text input[type="password"].error:focus, .c-form__text input[type="tel"].error:focus, .c-form__text input[type="date"].error:focus {}
.c-form__select {
    display: block;
    margin-bottom: 20px;
    cursor: pointer;
}
.c-form__select label {
    display: block;
    margin-bottom: 8px;
}
.c-form__select select {
    border: none;
    height: 40px;
    width: 100%;
    box-shadow: none;
    border-radius: 5px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
    color: #7F93A9;
    line-height: 1.7;
    margin: 0 0 -5px 0;
    background-size: 20px;
    padding: 0 34px 0 12px;
    background: #FFF url(../img/icon/angle.svg) no-repeat 95% center;
}
.c-form__select select:focus {
    outline: none;
    color: #1F1F1F;
}
.c-form__select select::-ms-expand {
    display: none;
}
.c-form__select-dark {
    margin: 0 auto 0;
    padding: 0;
}
.c-form__select-dark label {
    display: -ms-flexbox;
    display: flex;
}
.c-form__select-dark select {
    margin: 0 auto;
    width: 70px;
    background: rgba(72, 119, 140, .3) url(../img/icon/angle-white.svg) no-repeat 45px center;
    color: #FFF;
    background-size: 15%;
}
.c-form__check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    line-height: 1;
    width: 100%;
    position: relative;
    padding-bottom: 15px;
}
.c-form__check input[type="checkbox"] {
    display: none;
}
.c-form__check input[type="checkbox"]:checked {}
.c-form__check input[type="checkbox"]:checked + .fake-check {}
.c-form__check input[type="checkbox"]:checked + .fake-check:after {
    background: #FFF url(../img/icon/check.svg) no-repeat center center;
}
.c-form__check .fake-check {}
.c-form__check .fake-check:after {
    content: '';
    display: block;
    background: #FFF;
    border: 1px solid $color-3;
    cursor: pointer;
    position: relative;
    z-index: 10;
    top: 0;
    left: 0;
    height: 24px;
    vertical-align: top;
    max-width: 24px;
    width: 24px;
    margin-right: 10px;
}
.c-form__check p {
    font-size: 14px;
    line-height: 1.5rem;
    color: #CCC;
}
.c-form__check p a {
    color: #FFF;
    display: inline;
    text-decoration: underline;
}
.radio-text {
    font-size:14px;
}
.c-form__button {
    color: #FFF;
    background-color: #48bade;
    font-size: 1rem;
    font-family: 'Poppins',sans-serif;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    border-radius: 5px;
    text-align: center;
    width: calc(50% - 30px);
    padding: 15px;
    transition: all .3s;
    display: block;
    margin: 0 auto;
    cursor: pointer;
}
.c-form__button:hover {
    opacity:0.7;
}
.c-speaker {
    position: relative;
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
    padding-bottom: 40px;
}
.c-speaker__thumb {
    width: 100%;
    margin-bottom: 10px;
}
.c-speaker__thumb img {
    width: 100%;
    object-fit: scale-down;
    display: block;
}
.c-speaker__txt {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: start;
        justify-content: flex-start;
    z-index: 2;
}
.c-speaker__title {
    text-transform: uppercase;
    font-family: 'Open Sans',sans-serif;
    color: #DE5D00;
    text-align: left;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.875rem;
}
.c-speaker__title a {
    color: #DE5D00;
    text-decoration: none;
}
.c-speaker__subtitle {
    margin-bottom: 10px;
    width: 100%;
    text-align: left;
    color: #434A53;
    font-style: normal;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.75rem;
}
.c-speaker__description {
    margin-bottom: 10px;
    font-style: normal;
    font-weight: normal;
    font-size: 0.875rem;
    line-height: 1.75rem;
}
.c-speaker__share {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center;
    margin-top: auto;
}
.c-speaker__share .icon {
    color: #ADADAD;
    width: 24px;
    height: 24px;
}
.c-speaker__share .icon svg {
    width: 100%;
    height: 100%;
}
.c-speaker__share .icon .sr-only {
    display: none;
}
.c-speaker__share .icon + .icon {
    margin-left: 20px;
}
.c-partner {}
.c-partner__title {
    color: #23A0C8;
    font-style: normal;
    font-weight: 600;
    font-size: 1.25rem;
    font-family: 'Poppins',sans-serif;
    position: relative;
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
    padding: 20px 0 12px;
    border-bottom: 1px solid #D9D9D9;
    line-height: 1.2;
    display: block;
}
.c-partner__group {
    position: relative;
    width: 100%;
    max-width: 90%;
    margin: 30px auto 30px;
    -ms-grid-rows: auto;
        grid-template-rows: auto;
    grid-row-gap: 20px;
    grid-column-gap: 15px;
    display: -ms-grid;
    display: grid;
    -ms-flex-align: center;
        align-items: center;
    -ms-grid-column-align: center;
        justify-items: center;
}
.c-partner__group-g1 {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-column-align: center;
        justify-items: center;
}
.c-partner__group-g2 {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10%;
}
.c-partner__group-g3 {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 18px;
}
.c-partner__group:last-child {
    padding-bottom: 40px;
}
.c-footer {
    padding: 5% 5%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
}
.c-footer__brand {
    text-transform: uppercase;
    color: #030303;
    font-family: 'Raleway',sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1.125rem;
    line-height: 1.3125rem;
    letter-spacing: 0.03em;
    text-align: left;
    margin-bottom: 2.5%;
    min-width: 40%;
}
.c-footer__brand a {
    display: inline;
    vertical-align: middle;
}
.c-footer__brand a + * {
    margin-left: 30px;
}
.c-footer__brand a + *:before {
    margin-right: 30px;
    content: '';
    width: 1px;
    height: 40px;
    background-color: #CBB4B4;
    display: inline-block;
    vertical-align: middle;
}.c-footer__brand img + * {
    margin-left: 30px;
}
.c-footer__brand img + *:before {
    margin-right: 30px;
    content: '';
    width: 1px;
    height: 40px;
    background-color: #CBB4B4;
    display: inline-block;
    vertical-align: middle;
}
.c-footer__nav {
    font-style: normal;
    font-weight: normal;
    font-size: 0.875rem;
    line-height: 1.1875rem;
    text-align: right;
    letter-spacing: 0.03em;
    color: #838383;
    font-family: 'Open Sans',sans-serif;
    text-transform: uppercase;
}
.c-footer__nav a {
    color: #838383;
}
.c-footer__brand img {
    vertical-align: middle;
    width: 40%;
    max-width: 240px;
}
.c-footer__nav a + a {
    margin-left: 16px;
}
.c-footer__nav a + a:before {
    margin-right: 15px;
    content: '';
    width: 1px;
    height: 14px;
    background-color: #838383;
    display: inline-block;
    vertical-align: middle;
}
.c-footer__nav img + a {
    margin-left: 16px;
}
.c-footer__nav img + a:before {
    margin-right: 15px;
    content: '';
    width: 1px;
    height: 14px;
    background-color: #838383;
    display: inline-block;
    vertical-align: middle;
}
@media (min-width: 640px) {
    .c-event__time span {
        margin-bottom: 0;
    }
    .c-event__time span + span {
        margin-left: 60px;
    }
}

.o-section-intro {
    display: block;
    position: absolute;
    top: 0;
}
    .o-section-intro + .content {
        padding-top: 22%;
    }

@media (min-width: 680px) {
    .content .o-container {
        padding: 0;
        box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.15);
    }
    .o-section {}
    .o-section-intro {
        display: block;
        position: absolute;
        top: 0;
    }
    /*.o-section-intro:before {
        content: '';
        background-color: #2b72a6;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: .3;
    }
    .o-section-intro:after {
        content: '';
        background-color: #030303;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: .2;
    }*/
    .o-section-count {
        margin: 5% 0;
    }
    .o-section-count .c-event {
        max-width: 85%;
        margin: 0 auto;
    }
    .o-section-count .c-event__count {}
    .o-section-count .c-event__count__title {
        margin-bottom: 15px;
    }
    .o-section-count .c-event__title {
        max-width: 90%;
    }

    .c-event__maintitle {
        max-width: 90%;
    }


    .o-section-count .c-event__time {
        font-size: 1.125rem;
        line-height: 1.4375rem;
    }
    .o-section-count .u-grid {
        -ms-grid-columns: 40% 60%;
            grid-template-columns: 40% 60%;
    }
    .o-section-intro + .content {
        padding-top: 22%;
    }
    .u-grid {
        display: -ms-grid;
        display: grid;
        grid-column-gap: 0;
    }
    .u-grid-columns-2 {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr max(415px);
    }
    .u-grid-columns-3 {
        --ncols: 3;
        -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
        grid-template-columns: repeat(3, 1fr);
    }
    .u-grid-columns-4 {
        --ncols: 4;
        -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr;
        grid-template-columns: repeat(4, 1fr);
    }
    .u-grid > [class*="c-"] {
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
        -ms-flex-direction: column;
            flex-direction: column;
    }
    .u-grid-start-1 {
        -ms-grid-column: 1;
            grid-column-start: 1;
    }
    .u-grid-start-2 {
        -ms-grid-column: 2;
            grid-column-start: 2;
    }
    .u-grid-start-3 {
        -ms-grid-column: 3;
            grid-column-start: 3;
    }
    .u-grid-start-4 {
        -ms-grid-column: 4;
            grid-column-start: 4;
    }
    .u-grid-col {}
    .u-grid-col-start-1 {
        -ms-grid-column: 1;
            grid-column-start: 1;
    }
    .u-grid-col-start-2 {
        -ms-grid-column: 2;
            grid-column-start: 2;
    }
    .u-grid-col-start-3 {
        -ms-grid-column: 3;
            grid-column-start: 3;
    }
    .u-grid-col-start-4 {
        -ms-grid-column: 4;
            grid-column-start: 4;
    }
    .u-grid-col-span-1 {
        -ms-grid-column-span: 1;
        -ms-grid-column: 1;
            grid-column: 1 / span 1;
    }
    .u-grid-col-span-2 {
        -ms-grid-column-span: 2;
        -ms-grid-column: 1;
            grid-column: 1 / span  2;
    }
    .u-grid-col-span-3 {
        -ms-grid-column-span: 3;
        -ms-grid-column: 1;
            grid-column: 1 / span  3;
    }
    .u-grid-col-span-4 {
        -ms-grid-column-span: 4;
        -ms-grid-column: 1;
            grid-column: 1 / span 4;
    }
    .u-grid-row {}
    .u-grid-row-start-1 {
        -ms-grid-row: 1;
            grid-row-start: 1;
    }
    .u-grid-row-start-2 {
        -ms-grid-row: 2;
            grid-row-start: 2;
    }
    .u-grid-row-start-3 {
        -ms-grid-row: 3;
            grid-row-start: 3;
    }
    .u-grid-row-start-4 {
        -ms-grid-row: 4;
            grid-row-start: 4;
    }
    .u-grid-row-span-1 {
        -ms-grid-row-span: 1;
        -ms-grid-row: 1;
            grid-row: 1 / span 1;
    }
    .u-grid-row-span-2 {
        -ms-grid-row-span: 2;
        -ms-grid-row: 1;
            grid-row: 1 / span  2;
    }
    .u-grid-row-span-3 {
        -ms-grid-row-span: 3;
        -ms-grid-row: 1;
            grid-row: 1 / span  3;
    }
    .u-grid-row-span-4 {
        -ms-grid-row-span: 4;
        -ms-grid-row: 1;
            grid-row: 1 / span 4;
    }
    .c-title {
        font-size: 1.375rem;
    }
    .c-event__thumb {
        margin-bottom: 16px;
    }

    .title_section {
        margin-bottom: 30px;
    }

    .c-event__title {
        /*margin-bottom: 30px;*/
    }
    .c-event__time span {}
    .c-event__time span + span {
        margin-left: 60px;
    }
    .c-event__count {
        background: url(../img/event/count.jpg) no-repeat top center;
        background-size: cover;
        height: 100%;
        padding: 80px 5% 5% 5%;
        box-sizing: border-box;
    }
    /*.c-event__count:before {
        content: '';
        display: block;
        background: rgba(0, 0, 0, 0.6);
        mix-blend-mode: multiply;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }*/
    .c-event__count > * {
        max-width: 350px;
        margin: 0 auto;
    }
    .c-event__count__category {
        font-size: 1.3125rem;
        line-height: 1.5625rem;
        margin-bottom: 75px;
    }
    .c-event__count__title {
        font-size: 2.125rem;
        line-height: 2.875rem;
        margin-bottom: 5%;
    }
    .c-event__count__subtitle {
        font-family: 'Poppins',sans-serif;
        font-weight: 600;
        font-size: 0.875rem;
        line-height: 1.3125rem;
        text-transform: uppercase;
        color: #FFB800;
    }
    .c-event__count__wrap {
        margin: 15px auto 15px;
        width: inherit;
    }
    .c-event__count__item {
        font-size: 0.875rem;
        border-radius: 12px;
        margin: 0;
        width: 100%;
        max-width: 82px;
    }
    .c-event__count__item + ..c-event__count__item__item {
        margin-left: 20px;
    }
    .c-event__count__item__days, .c-event__count__item__hours, .c-event__count__item__minutes, .c-event__count__item__seconds {
        font-size: 2.125rem;
        height: 86px;
    }
    .c-event__end {
        background: url(../img/event/count.jpg) no-repeat top center;
        background-size: cover;
        height: 100%;
        padding: 80px 5% 5% 5%;
        box-sizing: border-box;
        display: block;
    }
    /*.c-event__end:before {
        content: '';
        display: block;
        background: rgba(0, 0, 0, 0.6);
        mix-blend-mode: multiply;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }*/
    .c-event__end > * {
        max-width: 350px;
        margin: 0 auto;
    }
    .c-event__end__category {
        font-size: 1.3125rem;
        line-height: 1.5625rem;
        margin-bottom: 75px;
    }
    .c-event__end__title {
        font-size: 2.125rem;
        line-height: 2.875rem;
        margin-bottom: 5%;
    }
    .c-event__end__subtitle {
        font-size: 1.125rem;
        line-height: 1.875rem;
    }
    .c-event__end__next {
        margin-bottom: 0;
        padding-top: 75px;
    }
    .c-event {
        padding: 80px 0;
        display: -ms-flexbox;
        display: flex;
    }
    .c-form__text, .c-form__select, .c-form__check, .c-form__title {
        max-width: 290px;
    }
    .c-form {
        padding: 80px 0;
    }
    .c-speaker__title {
        font-size: 1.25rem;
    }
    .c-speaker {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 310px 1fr;
            grid-template-columns: 310px 1fr;
        grid-column-gap: 10%;
        padding-bottom: 80px;
    }
    .c-speaker__thumb {
        margin-bottom: 0;
    }
    .c-partner__title {
        font-size: 1.375rem;
    }
    .c-partner__group-g1 {
        -ms-grid-columns: (1fr)[2];
            grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 19px;
        -ms-grid-column-align: left;
            justify-items: left;
    }
    .c-partner__group-g2 {
        -ms-grid-columns: (1fr)[5];
            grid-template-columns: repeat(5, 1fr);
        grid-column-gap: 41px;
    }
    .c-partner__group-g3 {
        -ms-grid-columns: (1fr)[7];
            grid-template-columns: repeat(7, 1fr);
        grid-column-gap: 37px;
    }
    .c-partner__group:last-child {
        padding-bottom: 80px;
    }
    .c-footer {
        padding: 2.5% 5%;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: justify;
            justify-content: space-between;
        -ms-flex-align: center;
            align-items: center;
    }
    .c-footer__brand {
        margin-bottom: 0;
    }
}
@media( min-width: 992px) {
    .c-form__select-dark {
        padding: 15px 0;
        margin: 0;
    }
    .c-form__select-dark label {
        -ms-flex-pack: start;
            justify-content: flex-start;
        margin-bottom: 0;
    }
    .c-form__select-dark select {
        margin: 0;
    }
}
@media (min-width: 992px) {
    .c-speaker {}
}
@media(max-width: 680px) {
    .u-grid {
        --gap: 15px;
        display: -ms-grid;
        display: grid;
        grid-column-gap: var(--gap);
    }
    .u-grid-columns-2-xs {
        -ms-grid-columns: 1fr 15px 1fr;
        grid-template-columns: repeat(2, 1fr);
    }
    .u-grid-col {}
    .u-grid-col-xs-start-1 {
        -ms-grid-column: 1;
            grid-column-start: 1;
    }
    .u-grid-col-xs-start-2 {
        -ms-grid-column: 2;
            grid-column-start: 2;
    }
    .u-grid-col-xs-start-3 {
        -ms-grid-column: 3;
            grid-column-start: 3;
    }
    .u-grid-col-xs-start-4 {
        -ms-grid-column: 4;
            grid-column-start: 4;
    }
    .u-grid-col-xs-span-1 {
        -ms-grid-column-span: 1;
        -ms-grid-column: 1;
            grid-column: 1 / span 1;
    }
    .u-grid-col-xs-span-2 {
        -ms-grid-column-span: 2;
        -ms-grid-column: 1;
            grid-column: 1 / span  2;
    }
    .u-grid-col-xs-span-3 {
        -ms-grid-column-span: 3;
        -ms-grid-column: 1;
            grid-column: 1 / span  3;
    }
    .u-grid-col-xs-span-4 {
        -ms-grid-column-span: 4;
        -ms-grid-column: 1;
            grid-column: 1 / span 4;
    }
    .u-grid-row {}
    .u-grid-row-xs-start-1 {
        -ms-grid-row: 1;
            grid-row-start: 1;
    }
    .u-grid-row-xs-start-2 {
        -ms-grid-row: 2;
            grid-row-start: 2;
    }
    .u-grid-row-xs-start-3 {
        -ms-grid-row: 3;
            grid-row-start: 3;
    }
    .u-grid-row-xs-start-4 {
        -ms-grid-row: 4;
            grid-row-start: 4;
    }
    .u-grid-row-xs-span-1 {
        -ms-grid-row-span: 1;
        -ms-grid-row: 1;
            grid-row: 1 / span 1;
    }
    .u-grid-row-xs-span-2 {
        -ms-grid-row-span: 2;
        -ms-grid-row: 1;
            grid-row: 1 / span  2;
    }
    .u-grid-row-xs-span-3 {
        -ms-grid-row-span: 3;
        -ms-grid-row: 1;
            grid-row: 1 / span  3;
    }
    .u-grid-row-xs-span-4 {
        -ms-grid-row-span: 4;
        -ms-grid-row: 1;
            grid-row: 1 / span 4;
    }
}

@media (max-width:800px) {
    .c-event__count__item__days, .c-event__count__item__hours, .c-event__count__item__minutes, .c-event__count__item__seconds {
        max-width:65px;
        font-size: 1.7em;
        max-height:65px;
    }
}

p a {
    text-decoration: underline;
    cursor: pointer;
    color: #CCC;
    display: inline-block;
    font-size: 0.75rem;
    line-height: 1.1rem !important;
}

.c-form__text p {
    color: #CCC;
    font-size: 0.65rem;
    line-height: 14px !important;
}

.c-form__text p a {
    color: #CCC;
    font-size: 0.65rem;
    line-height: 1.0rem !important;
}

.c-form__check p {
    font-size: 14px;
    line-height:14px !important;
    color: #FFF;
}

.field-validation-error {
    color: #ffaaaa;
    margin-bottom: 5px;
    font-size:14px;
}

.input-validation-error {
    border-color: red !important;
    background-color: #e4cfcf !important;
}

.alert-success {
    margin-top: 570px;
    color: #330000;
    padding: 20px;
}
.c-event__body p {
    margin-bottom: 1.2em;
}

@media (max-width:700px)
{
    .c-footer__brand {
        font-size:0.6em;
    }
}

.o-tab {
    width: 100%;
    padding: 15%;
    box-sizing: border-box;
}
.o-tab * {
    color: #FFFFFF;
}
.o-tab input[type="radio"] {
    display: none;
}
.o-tab #option-1:checked ~ .o-tab__nav:after, .o-tab #option-1-day-2:checked ~ .o-tab__nav:after {
    left: 0;
}
.o-tab #option-2:checked ~ .o-tab__nav:after, .o-tab #option-2-day-2:checked ~ .o-tab__nav:after {
    left: 50%;
}
.o-tab #option-1:checked ~ .o-tab__nav label[for="option-1"], .o-tab #option-2:checked ~ .o-tab__nav label[for="option-2"], .o-tab #option-1-day-2:checked ~ .o-tab__nav label[for="option-1-day-2"], .o-tab #option-2-day-2:checked ~ .o-tab__nav label[for="option-2-day-2"] {
    color: #FFFFFF;
}
.o-tab #option-1:checked ~ .o-tab__nav label[for="option-1"] span, .o-tab #option-2:checked ~ .o-tab__nav label[for="option-2"] span, .o-tab #option-1-day-2:checked ~ .o-tab__nav label[for="option-1-day-2"] span, .o-tab #option-2-day-2:checked ~ .o-tab__nav label[for="option-2-day-2"] span {
    color: #FF0000;
}
.o-tab #option-1:checked ~ .o-tab__content > div:nth-child(1), .o-tab #option-2:checked ~ .o-tab__content > div:nth-child(2), .o-tab #option-1-day-2:checked ~ .o-tab__content > div:nth-child(1), .o-tab #option-2-day-2:checked ~ .o-tab__content > div:nth-child(2) {
    visibility: visible;
    height: auto;
    opacity: 1;
}
.o-tab__nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    border-bottom: 1px solid #FFFFFF;
    position: relative;
}
.o-tab__nav label {
    font-size: 22px;
    line-height: 1.8;
    letter-spacing: 0;
    color: #FFFFFF80;
    font-weight: 500;
    text-transform: uppercase;
    transition: all .3s;
    cursor: pointer;
    width: 50%;
    text-align: center;
    padding-bottom: 10px;
}
.o-tab__nav label span {
    display: block;
    font-weight: 600;
}
.o-tab__nav:after {
    content: '';
    height: 4px;
    border-radius: 4px;
    display: block;
    width: 50%;
    background-color: #FFFFFF;
    position: absolute;
    bottom: -2px;
    left: 0;
    transition: left .3s cubic-bezier(0, 0, 0.2, 1);
}
.o-tab__content {
    padding: 30px 0 0;
}
.o-tab__content > div {
    visibility: hidden;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: opacity .3s ease-out;
}
.c-card-buy__event p {
    font-size: 18px;
    line-height: 1.5rem;
    background: url(../img/icon/whitecheckrect.svg) no-repeat top left;
    padding-left: 30px;
    margin-bottom: 5%;
}
.c-card-buy__event p strong {
    display: block;
    font-weight: 700;
    font-size: 1.375rem;
}
.c-card-buy__event p span {
    display: block;
    font-weight: 500;
}
.c-card-buy__include {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.25rem;
    letter-spacing: 0.025rem;
    margin-bottom: 8px;
    padding-left: 30px;
}
.c-card-buy__list {
    margin-bottom: 18px;
}
.c-card-buy__list > li {
    background: url(../img/icon/whitecheck.svg) no-repeat top left;
    padding-left: 30px;
    text-align: left;
    font-size: 15px;
    line-height: 1.25rem;
    letter-spacing: 0.02188rem;
}
.c-card-buy__list > li:not(:last-child) {
    margin-bottom: 5px;
}
.c-card-buy__next {
    padding-left: 35px;
    padding-right: 35px;
    cursor: pointer;
    color: #2E2E2D;
    font-size: 0.875rem;
    text-align: center;
    font-weight: 600;
    background-color: #FFFFFF;
    border-radius: 23px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    transition: all .3s;
    width: -moz-max-content;
    width: max-content;
    height: 45px;
    letter-spacing: 0;
}
.centrar {
    margin: 0 auto;
}
.acceptances {
    color: #ffaaaa;
    margin-bottom: 5px;
    font-size: 14px;
}
.check-legal {
    font-size:11px !important;
    line-height:1 !important;
}

@media (max-width:500px) {
    time {
        display:block;
    }
}

#emailNotAllowed {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 80%;
    width: 767px;
    background-color: #fff;
    box-shadow: 0px 3px 6px #00000057;
    padding: 20px;
    text-align: center;
    z-index: 999
}

#emailNotAllowed img {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 28px;
    height: 28px;
    cursor: pointer;
}

#emailNotAllowed .emailB1 {
    color: #095751;
    font-weight: bold;
    font-size: 30px;
    line-height: 60px;
}

#emailNotAllowed .emailB2 {
    color: #364453;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 30px;
}

#emailNotAllowed .emailB3 {
    color: #095751;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
}

#emailNotAllowed .emailB4 {
    color: #364453;
    font-size: 16px;
    line-height: 20px;
}

@media (min-width:1024px) {
    #emailNotAllowed {
        padding: 60px;
    }

    #emailNotAllowed .emailB1 {
        font-size: 50px;
        line-height: 80px;
    }

    #emailNotAllowed .emailB2 {
        font-size: 24px;
        line-height: 36px;
    }

    #emailNotAllowed .emailB3 {
        font-size: 26px;
        line-height: 22px;
    }

    #emailNotAllowed .emailB4 {
        font-size: 18px;
        line-height: 22px;
    }
}

.c-card-buy-box {
    text-align: center;
}

@media (min-width:720px)
{
    .c-card-buy-box {
        margin-top: -40px;
    }
}

.c-litPrecio {
    font-size: 14px;
    font-weight: bold;
    line-height: 17px;
}

#c-precio {
    font-size: 18px;
    line-height: 30px;
    text-decoration: line-through;
    display: none;
}

#c-nuevoprecio {
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    margin-top: 3px;
    margin-bottom:2px;
}


.c-card-buy_dto_txt {
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 10px;
}

.c-impuestos {
    font-size: 11px;
    line-height: 12px;
}

.boxCode {
    padding: 15px;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 15px;
    border-top: 1px dotted; /*Model.Color4*/
    border-bottom: 1px dotted; /*Model.Color4*/
}

.c-card-buy__dto {
    border: 1px solid; /*Model.Color4*/
    border-radius: 25px;
    padding: 7px 28px 7px 28px;
    font-size: 10px;
    line-height: 12px;
    display: inline-block;
}

.c-card-buy__dto:hover {
    background-color:#000;
    color:#fff;
}


#codDto {
    font-family:Arial, Helvetica, sans-serif;
    margin-right: 15px;
    background-color: #fff;
    padding: 5px;
    display: inline-block;
    color: #333;
    font-size:14px;
    line-height:17px;
    font-weight:600;
    text-transform:uppercase;
    text-align:center;
    max-width:150px;
}

#card-payment {
    text-align: center;
    min-height: 800px;
}

.payment-summary {
    border: 1px solid; /*Model.Color4*/
    box-sizing: border-box;
    padding: 30px 60px 30px 60px;
    margin: 30px 50px 20px 50px;
    text-align: center;
}

@media (max-width:500px)
{
    .payment-summary {
        padding: 30px 20px 30px 20px;
        margin: 30px 20px 20px 20px;
    }
}

.c-payment-title {
    font-size: 18px;
    line-height: 17px;
    font-weight: 600;
    margin-bottom: 28px;
}

.c-payment-name {
    font-size: 30px;
    line-height: 32px;
    font-weight: 800;
    margin-bottom: 28px;
}

.c-payment-date {
    font-size: 22px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.54px;
}

.c-payment-time {
    font-size: 18px;
    line-height: 28px;
}

.c-payment-address1 {
    margin-top: 15px;
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
}

.c-payment-address2 {
    font-size: 14px;
    line-height: 22px;
}

.c-payment-price {
    margin-top: 30px;
    border: 1px solid; /*Model.Color4*/
    background-color: #fff;
    width: 100%;
    box-sizing: border-box;
    padding: 12px;
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
}

.c-payment-claim {
    max-width: 290px;
    font-size: 10px;
    line-height: 12px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    margin-bottom: 20px;
}

@media (max-width:720px) {
    .c-payment-claim {
        max-width: 90%;
        width: 90%;
    }
}

.c-payment-claim a {
    font-size: 10px;
    line-height: 12px !important;
    text-decoration: underline;
}

.c-thanks-title {
    font-size: 22px;
    line-height: 17px;
    font-weight:bold;
    margin-bottom: 20px;
}
.c-thanks-p1 {
    font-size: 16px;
    line-height: 18px;
    font-weight:bold;
    margin-bottom: 5px;
}
.c-thanks-p2 {
    font-size: 15px;
    line-height: 18px;
}

.text-center {text-align:center;}
