:root {
    --blue-color: #0D4BA0;
    --yellow-color: #FFC400;
    --lifecell-yellow: #f6a819;
    --bg-yellow: #f5a717;
    --gradient: linear-gradient(rgb(13, 75, 160) -24.43%, #a761b9 100%);
}

html, body {
    font-family: Roboto, sans-serif;
    width: 100%;
    height: 100%;
    margin: 0;
}

@font-face {
    font-family: "Roboto Light";
    font-style: normal;
    font-weight: normal;
    src: local("Roboto Light"), url(../media/Roboto-Regular.ba1944ac.woff2);
}

.background{
    background: bottom center / cover url(../images/photo_7.jpg) no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    /* z-index: -1; */
}

@media (orientation: landscape) {
   .background { background-size: contain; }
   .info { top: 3%!important; }
}

.background.none{
    background-image: none;
}

.info{
    top: 8%;
    left: 5%;
    color: white;
    font-size: 25px;
    font-weight: bold;
    position: absolute;
}

.info .blue{
    font-size: 2.2rem;
    /* color: var(--blue-color); */
    -webkit-text-fill-color: #0000;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: white;
  text-shadow: none;
}

a { display: block; text-align: center; }

.button{
    background: var(--gradient);
    border-radius: 3rem;
    padding: 1.25rem;
    margin: 1rem 2rem;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 1.5rem;
    text-decoration: none;
    color: white;
    animation: button 3s infinite ease-in-out;
}

@keyframes button {
    40% { transform: scale(1); }
    45% { transform: scale(1.02); }
    50% { transform: scale(1); }
    55% { transform: scale(1.02); }
    60% { transform: scale(1); }
}

.info.center{
    display: flex;
    flex-direction: column;
    width: auto;
    align-items: center;
    justify-content: center;
    top: inherit;
    height: 100vh;
    position: unset;
    padding: 0 24px;
    font-size: 30px;
    text-align: center;
}

@media screen and (min-width: 600px) {
    .info{
        left: 0;
        right: 0;
        margin: auto;
        width: 300px;
        font-size: 50px;
        line-height: 50px;
    }

    .info .free{
        font-size: 40px;
    }
    .button{
        width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    .info.center{
        font-size: 60px;
    }
}


@media screen and (min-width: 1200px) {
    .info{
       padding-left: 120px;
    }

    .info.center{
        font-size: 60px;
    }
 }

footer {
    position: absolute;
    bottom: 0;
    width:  100%;
}

#tnc_link {
  text-decoration: underline;
  padding: 0.8rem;
  color: var(--blue-color);
  font-size: 0.8rem;
}

#initial_screen {
    top: 3rem;
    height: calc(100% - 3rem);
    width:  100%;
    position: relative;
    background: var(--gradient);
}

.brand_img {
  position: absolute;
  height: 2rem;
  top: 0.5rem;
  left: 0.5rem;
  width: 90%;
  background: left center / contain url(http://lifecell.ua/images/logo-full.png) no-repeat;
}

#scroll_screen {
  position: relative;
    top: 3rem;
    background: linear-gradient(182.79deg, #0D4BA0 2.32%, #0080BC 122.88%);
    background: linear-gradient(180deg, #0D4BA0 -24.43%, #794E84 100%);
    background: linear-gradient(var(--yellow-color), #cf6566);
    padding: 1rem 0 7rem;
}

h2, h3 { margin: 0; }

h2 {
    color: white;
    padding: 1.5rem 1.5rem 1rem;
    font-size: 1.2rem;
}

h3 {
    color: #000C;
    font-weight: normal;
    font-size: 0.7rem;
}

h3 + h3 { padding-top: 0.7rem; }

.img {
    width:  100%;
    background:  white;
    height: 18rem;
}

.img_1 {
    background: #bc5d00 center / contain url("../images/img_1.png") no-repeat;
}

.img_2 {
    background: #cf6566 center / contain url("../images/img_3.png") no-repeat;
}

.img_3 {
    background: #cf6566 center / contain url("../images/img_3.png") no-repeat;
}

.pin {
    position: fixed;
    bottom: 2rem;
    left:  2rem;
    width: calc(100% - 4rem);
    margin: 0;
    background: var(--gradient);
    box-sizing: border-box;
    color: white;
    z-index: 1;
}

.more {
    position: absolute;
    bottom: 1rem;
    right:  0;
    text-align: right;
    padding: 1rem 3rem 3rem;
    color: white;
    animation: more 3s infinite 1.5s ease-in-out;
}

@keyframes more {
    40% { transform: scale(1.0) translateX(0); filter:none;}
    45% { transform: scale(1.05) translateX(-1px); filter: drop-shadow(0 2px 1px #fff8); }
    50% { transform: scale(1.0) translateX(0); filter:none; }
    55% { transform: scale(1.05) translateX(-1px); filter: drop-shadow(0 2px 1px #fff8);}
    60% { transform: scale(1.0)translateX(0); filter:none;}
}

.more::before {
    content: "";
    height: 1.25rem;
    width: 1.25rem;
    transform: rotate(45deg);
    border-bottom: solid 2px white;
    border-right: solid 2px white;
    position: absolute;
    right: 0.75rem;
    bottom: 0;
}

.holder {
    position: relative;
    left: 1rem;
    width:  calc(100% - 2rem);
    padding:  0.7rem;
    background: white;
    border-radius: 1rem;
    margin-bottom: 1rem;
    box-sizing: border-box;
}
