@font-face {
    font-family: 'TradeGothic';
    src: url("../fonts/TradeGothicCn18.eot");
    src: url("../fonts/TradeGothicCn18.eot?#iefix") format("embedded-opentype"), url("../fonts/TradeGothicCn18.woff2") format("woff2"), url("../fonts/TradeGothicCn18.woff") format("woff"), url("../fonts/TradeGothicCn18.ttf") format("truetype"), url("../fonts/TradeGothicCn18.svg#svgFontName") format("svg");
}
@font-face {
    font-family: 'TradeGothicBold';
    src: url("../fonts/TradeGothicBoldCn20.eot");
    src: url("../fonts/TradeGothicBoldCn20.eot?#iefix") format("embedded-opentype"), url("../fonts/TradeGothicBoldCn20.woff2") format("woff2"), url("../fonts/TradeGothicBoldCn20.woff") format("woff"), url("../fonts/TradeGothicBoldCn20.ttf") format("truetype"), url("../fonts/TradeGothicBoldCn20.svg#svgFontName") format("svg");
}
    
body, html {
    margin:0;
    padding: 0;
    font-family: 'TradeGothic';
    position: relative;
}

.colored {
    color: rgb(10,200,190)
}

.bold {
    font-weight: 700;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-1rem {
    font-size: 1rem;
}

/* Nav */

nav {
    height: 68px;
    display: flex;
    align-items: center;
    padding: 0 20px;
}

nav svg {
    width: 130px;
    height: 41px;
}

/* Header */
header>img {
    width: 100%;
}

/* Container */
.container {
    /* max-width: 1400px; */
    padding: 40px;
    margin: 0 auto;
}

/* Content */
.content {
    padding-bottom: 150px;
}

/* Footer */
footer {
    width: 100%;
    height: 100px;
    background: #021020;
    position: absolute;
    bottom: 0;
}

/* Timer */
.timer {
    display: flex;
    justify-content: space-evenly;
    max-width: 500px;
    margin: 50px auto 30px;
    background-color: #F7F9FB;
    padding: 40px;
}

.timer>div>div {
    font-weight: 700;
    font-size: 3rem;
}

/* Nagłówki */

h1 {
    font-size: 2.5rem;
    margin: 40px 0 40px;
}

h2 {
    font-size: 1.8rem;
}
h3 {
    font-size: 1.5rem;
    font-weight: 500;
}

p {
    font-size: 1.2rem;
}

/* Sections */
.section-gray {
    background-color: #F7F9FB;
}

.content-50 {
    display: flex;
}

.content-50>div {
    width: 50%;
}

.content-50 p {
    padding-right: 5rem;
}

.content-50>div:last-child {
    margin-bottom: -60px;
}

.right-banner {
    width: 100%;
    margin-bottom: -50px;
}

.scroll_down {
    display: flex;
    align-items: center;
    animation: pulse 3s linear infinite alternate;
    cursor: pointer;
}

.scroll_down img {
    animation: jumping 3s linear infinite;
}

@keyframes pulse{0%{opacity:.3}33%{opacity:.9}66%{opacity:.9}100%{opacity:.3}}
@keyframes jumping{0%,20%,50%,80%,100%{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}80%{transform:translateY(0)}}

.top-left-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 1rem;
}

.text-max-50 {
    /* max-width: 650px; */
    margin: 2rem auto;
}

.button {
    outline: 0;
    padding: 15px 12px 16px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.4rem;
    display: inline-block;
    min-width: 300px;
    width: auto;
    background-color: #0AC8BE;
    border-color: #0AC8BE;
    color: #fff;
    font-family: 'TradeGothicBold', sans-serif;
    transition: background-color .25s ease 0s, border-color .25s ease 0s, color .25s ease 0s, transform .4s, box-shadow .4s;
    border:0;
}

.button:hover {
    cursor: pointer;
    color: white;
    background-color: #08AAA1;
    box-shadow: 0 11px 30px -20px rgb(2 16 32 / 40%);
    transform: translate3d(0, -3px, 0);
}
sup {
    top: -0.5em;
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

ul {
    position: relative;
	list-style: none;
	margin-left: 0;
	padding-left: 3.3rem;
    text-align: left;
}

li {
    min-height: 4rem;
}

li>span {
    padding-top: 0.5rem;
    display: inline-block;
}

ul li:before {
    content: " ";
    background: url(../images/dot.JPG);
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    width: 3rem;
    height: 3rem;
}

/* Buttons online/offline */

.select-buttons a {
    width: 100%;
    height: 15rem;
    text-align: center;
    text-decoration: none;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.7rem;
    font-weight: 700;
    /* background-size: 100% !important; */
    background-position: center !important;
    text-shadow: 1px 1px #343434;
}

.select-buttons>div:first-child a {
    background: url('../images/Rodenstock_AI_Campaign_JANEK_02333.jpg');
}

.select-buttons>div:last-child a {
    background: url('../images/Rodenstock_AI_Campaign_155352252.jpg');
}

label {
    display: block !important;
}

input[type=text],
input[type=number] {
    border: 1px solid rgba(0,0,0,0.3);
    font-size: 16px;
    line-height: 16px;
    padding: 20px;
    width: 100%;
    color: #000;
    /* opacity: .6; */
    font-family: 'TradeGothic';
}

input[type=text]:hover,
input[type=text]:focus,
input[type=number]:hover,
input[type=number]:focus {
    outline: none;
}


.col {
    margin-top: 20px;
    /* position: relative; */
}

.hide {
    display: none;
}

.error-input-text {
    position: absolute;
    font-size: 0.75rem;
    top: -0.5rem;
    left: 1.5rem;
    background: white;
    padding: 0 10px;
    color: red;
    display: none;
}

.error-text {
    color: red;
    font-size: 1rem;
    text-align: left;
    display: none;
}

.error .error-input-text {
    display: block;
}
.error input[type=text],
.error input[type=number] {
    border: 1px solid red;
}

.error .error-text {
    display: block;
}

.register_end {
    display: none;
}

.scroll_down {
    color:black;
}

.scroll_down:hover {
    text-decoration: none;
    color:black;
}