html, body,
h1, h2, h3, h4,
p, ul, dl, dt, dd,
figure{
    margin: 0;
    padding: 0;
}

body{
    padding: 70px 0;
    font-family: "FoundrySterlingOT3-Book", "Roboto", "Helvetica", sans-serif;
    font-size: 16px;
    line-height: 25px;
    min-width: 1160px;
    color: rgba(30, 30, 30, 1);
}

a, a:hover{
    text-decoration: none;
    color: inherit;
}

li{
    list-style: none;
}

strong{
    font-family: "FoundrySterlingOT3-Demi", "Roboto", "Helvetica", sans-serif;
    font-weight: bold;
}

sup, sub{
    font-size: 10px;
}

nav, nav ul, dl,
header section,
.buttons,
.title,
.features,
.variations,
.variations li section,
.prem .features li,
.daily,
.contact,
.contact ul{
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

header section {
    flex-wrap: nowrap;
}

header, nav, nav li,
header section,
.buttons a,
.notice,
.tos,
.tosin{
    box-sizing: border-box;
}

.packs li.prem,
.buttons li,
.line_holder,
.features img,
.title figure,
.variations,
.variations figure,
.toric, .daily figure{
    position: relative;
}

header section ul,
h1, footer dl,
.packs li.prem,
.contact,
.tosin{
    margin: 0 auto;
}

/* HEADER */

/* Navigation */

nav,
.notice{
    position: fixed;
    width: 100%;
    min-height: 70px;
    min-width: 1160px;
    padding: 10px 30px;
    z-index: 30;
}

nav{
    top: 0;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
}

.logo, .logo img{
    display: block;
}

.logo{
    margin-top: 2px;
    transition: 300ms;
}

/*.logo:hover{
    opacity: 0.75;
    transition: 300ms;
}*/

.logo img{
    height: 30px;
}

nav li{
    display: table;
    margin-left: 10px;
    height: 50px;
    border: 2px solid rgba(217, 242, 248, 1);
    border-radius: 25px;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    vertical-align: middle;
    transition: 300ms;
}

nav li:first-child{
    width: 190px;
}

nav li:nth-child(2){
    width: 160px;
}

nav li:nth-child(3){
    width: 130px;
}

nav li:last-child{
    width: 240px;
}

nav li:hover{
    background-color: rgba(217, 242, 248, 1);
}

nav li a,
.buttons a{
    display: table-cell;
    /*color: rgba(30, 30, 30, 1);*/
    /*color:#1e1e1e;*/
    color:#000;
    font-weight: 700;
    vertical-align: middle;
}

nav li:hover a{
    color: rgba(0, 166, 206, 1);
    transition: 300ms;
}

/* Hero block */

header section{
    flex-direction: column;
    /* justify-content: space-evenly; */
    justify-content: space-between;
    height: calc(100vh - 140px);
    max-height: 900px;
    min-height: 720px;
    background: url(../img/hero.jpg) no-repeat;
    background-size: cover;
    padding: 58px 0;
}

header h1{
    width: 900px;
    padding: 10px;
    background: linear-gradient(to top right, rgba(106, 144, 168, 0.25), rgba(255, 255, 255, 0.25), rgba(106, 144, 168, 0.25));
    border-radius: 40px;
}

header h1 strong{
    display: block;
    padding: 22px 0 28px;
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 30px;
    color: rgba(19, 85, 138, 1);
    font-family: "FoundrySterlingOT3-Demi", "Roboto", "Helvetica", sans-serif;
    font-weight: bold;
    font-size: 81px;
    line-height: 70px;
    text-align: center;
}

header h1 span, h1 a{
    color: rgba(0, 166, 206, 1);
}

header h1 sup{
    font-size: 42px;
}

main h2{
    margin-bottom: 20px;
    padding-top: 2px;
    width: 400px;
    font-family: "FoundrySterlingOT3-Demi", "Roboto", "Helvetica", sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
}

main h3{
    width: 480px;
    margin-top: 19px;
    margin-bottom: 16px;
    font-family: "FoundrySterlingOT3-Light", "Roboto", "Helvetica", sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: normal;
}

main h3 sup{
    font-size: 14px;
}

main h4, figcaption{
    font-family: "FoundrySterlingOT3-Demi", "Roboto", "Helvetica", sans-serif;
    line-height: 20px;
    font-weight: bold;
    width: 270px;
    margin-bottom: 11px;
}

/* Images */

header section ul{
    padding: 0;
}

.packs{
    width: 858px;
    height: 240px;
    z-index: 1;
}

.packs li{
    display: block;
    margin-top: -123px;
}

.packs li.opti{
    float: left;
    position: relative;
}

.packs li.prem{
    width: 340px;
    margin-top: 40px;
    text-align: center;
    z-index: 2;
}

.thirdGenerationContainer  {
    position: relative;
}

.thirdGenerationContainer .badge {
    position: absolute;
    max-width: 115px;
}


.thirdGenerationContainer-opti .badge {
    right: -50px;
    top: 162px;
}

// .thirdGenerationContainer-plus-1 .badge {top: 92px;right: -38px;}
.thirdGenerationContainer-plus-1 .badge {top: 492px;right: 12px;}

@media screen and (max-width: 991px) {
    .packs li.plus {
        left: 0;
    }
}

.thirdGenerationContainer-plus-2 .badge {top: 40px;right: -20px;display:none !important;}

.thirdGenerationContainer-prem .badge {right: -33px;top: 242px;}
#evolve .thirdGenerationContainer-prem .badge {right: -33px;top: 226px;}
.packs li.plus{
    float: right;
    position: relative;
    left: 128px;
}

@media screen and (max-width: 991px) {
    .packs li.plus {
        left: 0;
    }
}

.packs .badge{
    position: absolute;
    left: -73px;
    bottom: -10px;
    z-index: 10;
}
.sup-top {
    position: relative;
    top: -13px;
    right: -5px;
}

.sup-top sup {
    font-size: 16px;
}

.sup-top-2 {
    position: relative;
    top: -6px;
    right: 0px;    
}

.sup-top-3 {
    position: relative;
    top: -25px;
    right: -5px;    
}


.sup-top-2 sup {
   font-size: 16px; 
}

.sup-top-3 sup {
   font-size: 16px; 
}



@media (max-width: 991px) {
.sup-top {
    position: relative;
    top: 1px;
    right: -5px;
}

.sup-top-3 {
    position: relative;
    top: -5px;
    right: -5px;    
}

}

/* Buttons */

.buttons{
    width: 840px;
    z-index: 20;
}

/*@media screen and (min-height: 1060px) {
	.buttons {
		position: absolute;
		bottom: 130px;
		outline: 1px solid #000;
	}
}*/

.buttons li{
    display: block;
    border-radius: 35px;
}

.buttons li.opti,
.buttons li.opti::before{
    background-color: rgba(28, 153, 65, 1);
}

.buttons li.opti{
    width: 270px;
}

.buttons li.opti a{
    color: rgba(230, 239, 227, 1);
}

.buttons li.prem,
.buttons li.prem::before{
    background-color: rgba(19, 85, 138, 1);
}

.buttons li.prem{
    width: 240px;
}

.buttons li.prem a{
    color: rgba(227, 233, 240, 1);
}

.buttons li.plus,
.buttons li.plus::before{
    background-color: rgba(0, 166, 206, 1);
}

.buttons li.plus{
    width: 210px;
}

.buttons li.plus a{
    color: rgba(233, 246, 249, 1);
}

.buttons a{
    display: block;
    width: 100%;
    height: 70px;
    padding: 18px 0 22px;
    font-family: "FoundrySterlingOT3-Demi", "Roboto", "Helvetica", sans-serif;
    font-size: 21px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    transition: 300ms;
}

/* Hover animation */

.line_holder{
    width: 1160px;
    margin: 0 auto;
    display: none;
}

.line{
    position: absolute;
    top: -370px;
    opacity: 1;
    transition: 300ms;
    display: none;
}

@media screen and (min-width: 1230px){
    .line_holder{
        display: block;
    }
}

.line.opti{
    left: 294px;
}

.line.prem{
    left: -51px;
}

.line.plus{
    right: -51px;
}

.line_active{
    opacity: 1;
    transition: 300ms;
}

/* MAIN */

main {
    margin: 0 auto;
    padding: 40px 0 80px;
    background: url(../img/ultraflex-bubbles.png) no-repeat center top;
    background-size: contain;
}

.product{
    max-width: 1000px;
    margin: 40px auto;
    padding: 73px 80px 74px;
    border-radius: 30px;
}

.features{
    align-items: flex-start;
}

.features img{
    height: 100px;
    left: -20px;
    margin-bottom: 15px;
}

.title{
    width: 100%;
    min-height: 260px;
    margin-bottom: 27px;
    /*align-items: top;*/
}

.title section{
    width: 480px;
}

.title section img{
    height: 55px;
}

.title figure{
    left: 0;
    right: -9px;
}

.title p{
    margin-top: 10px;
}

/* Opti */

.product.opti{
    background: url(../img/opti/opti-bg.png) no-repeat right center,
    linear-gradient(to bottom right, transparent, rgba(255, 255, 255, 0.75), transparent),
    rgba(230, 239, 227, 1);
    background-size: cover,
    cover,
    cover;
}

.product.opti .features li{
    width: 220px;
}

.product.opti .features li:last-child{
    width: 230px;
}

/* Premier */

.product.prem{
    background: url(../img/prem/prem-bg.png) no-repeat left center,
    linear-gradient(to bottom left, transparent, rgba(255, 255, 255, 0.75), transparent),
    rgba(227, 233, 240, 1);
    background-size: cover,
    cover,
    cover;
    padding-bottom: 59px;
}

.product.prem .title{
    flex-direction: row-reverse;
    margin-bottom: 54px;
}

.product.prem .title figure,
.daily figure{
    right: 0;
    left: -9px;
}

.product.prem .features li{
    width: 360px;
    margin-bottom: 40px;
    flex-wrap: nowrap;
}

.product.prem .features li:nth-child(2){
    width: 580px;
}

.product.prem .features li:nth-child(4){
    width: 300px;
}

.product.prem .features li:last-child{
    width: 220px;
}

.product.prem .features img{
    margin: 0;
    top: -20px;
}

.product.prem .features p{
    margin-top: -20px;
}

.variations{
    align-items: flex-start;
    margin-top: 4px;
    left: 0;
    right: -9px;
}

.variations li{
    padding-bottom: 15px;
    width: 480px;
}

.variations img{
    height: 30px;
}

.variations section{
    width: 100%;
}

.variations section img{
    height: 190px;
}

.variations p{
    width: 210px;
}

.variations figure{
    bottom: -10px;
}

.toric img.badge{
    height: 100px;
    position: absolute;
    bottom: 0;
    right: 40px;
}

/* Plus */

.product.plus{
    background: url(../img/plus/plus-bg.png) no-repeat right center,
    linear-gradient(to bottom right, transparent, rgba(255, 255, 255, 0.75), transparent),
    rgba(233, 246, 249, 1);
    background-size: cover,
    cover,
    cover;
}

.product.plus .title{
    margin-bottom: 57px;
}

figcaption{
    position: absolute;
    width: 300px;
}

.title figcaption{
    right: 7px;
    bottom: -14px;
    text-align: right;
}

.product.plus .features li{
    width: 220px;
}

.product.plus .features li:last-child{
    width: 160px;
}

.daily{
    margin-bottom: 42px;
}

.daily figure{
    left: -9px;
}

.daily span{
    position: absolute;
    bottom: 18px;
    left: 229px;
    padding: 6px 19px 9px 18px;
    color: rgba(19, 85, 138, 1);
    background: rgba(191, 221, 227, 0.9);
    border-radius: 10px;
}

.daily h3{
    padding-bottom: 70px;
}

.daily figcaption{
    top: -24px;
    left: 9px;
}

/* FOOTER */

footer{
    padding: 34px 0 36px;
    background-color: rgba(105, 178, 226, 1);
    color: rgba(200, 223, 244, 1);
    font-size: 14px;
    line-height: 20px;
}

footer dl,
.contact,
.tosin{
    /*width: 1160px;*/
    max-width: 1160px;
    width: 100%;
}

dl{
    align-items: flex-start;
}

dt, dd{
    margin-bottom: 5px;
}

dt{
    width: 10px;
    text-align: right;
    font-size: 10px;
}

dd{
    width: calc(100% - 15px);
    text-align: justify;
    padding-left: 5px;
}

.contact{
    margin-top: 25px;
    flex-wrap: nowrap;
}

.contact ul{
    width: 150px;
}

.contact li{
    border-radius: 15px;
    background-color: rgba(200, 223, 244, 1);
    transition: 300ms;
}

.contact li:hover{
    background-color: rgba(255, 255, 255, 1);
    transition: 300ms;
}

.contact li a{
    display: block;
    width: 30px;
    height: 30px;
    font-size: 0;
    line-height: 0;
    background: url(../img/social.svg) no-repeat;
}

.contact li a.fb{
    background-position: left top;
}

.contact li a.vk{
    background-position: center top;
}

.contact li a.ig{
    background-position: right top;
}

/* Info notice */

.notice{
    width: 100%;
    min-width: 1160px;
    display: table;
    bottom: 0;
    background-color: rgba(0, 156, 220, 1);
    font-family: "FoundrySterlingOT3-Light", "Roboto", "Helvetica", sans-serif;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
}

.notice p{
    display: table-cell;
    vertical-align: middle;
    font-size: 26px;
}

.notice a{
    position: absolute;
    right: 30px;
    bottom: 20px;
    font-size: 14px;
    text-transform: none;
    display: none;
}

@media screen and (min-width: 1260px){
    .notice p{
        font-size: 28px;
    }
}

@media screen and (min-width: 1400px){
    .notice p{
        text-align: left;
    }

    .notice a{
        display: block;
    }
}

@media screen and (min-width: 1600px){
    .notice p{
        text-align: center;
    }
}

/* Terms of service */

.tbody_active{
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.tos{
    position: fixed;
    width: 100%;
    height: 100%;
    padding: 120px 20px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999999;
    background: rgba(0, 0, 0, 0.5);
    overflow-y: auto;
    opacity: 0;
    display: none;
    transition: opacity ease-in-out .3s;
    cursor: pointer;
}

.tos_active{
    opacity: 1;
    display: block;
}

.tosin{
    background: rgba(255, 255, 255, 1);
    border-radius: 30px;
    margin: 0 auto;
    padding: 40px;
    text-align: justify;
}

.tos h1{
    font-family: "FoundrySterlingOT3-Demi", "Roboto", "Helvetica", sans-serif;
    font-weight: bold;
    font-size: 36px;
    line-height: 40px;
}

.tos h2{
    font-family: "FoundrySterlingOT3-Demi", "Roboto", "Helvetica", sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.tos p, .tos ol{
    margin-top: 10px;
}

.tos ol{
    margin: 0;
    padding: 10px 0 0 25px;
}

.tos li{
    list-style: decimal;
    margin-bottom: 5px;
}

.tos a{
    color: rgba(0, 166, 206, 1);
}

.tos_close{
    position: absolute;
    top: 20px;
    right: 20px;
}

.burger {
    display: none;
}

body {
    overflow-x: hidden;
}

.dcHeaderText {
    position: relative;    
}

.dcHeaderText .badge {
    position: absolute;
    right: -46px;
    bottom: 1px;
}

@media (max-width: 1159px) {
    .dcHeaderText .badge {
        bottom: -64px;
    }
    .supheader {
        font-size: 25px;
    }
}

@media (max-width: 1159px) {
    body {
        padding-top: 55px;
    }
    body, nav, .notice  {
        min-width: auto;
    }
    nav {
        min-height: auto;
    }
    .menu-burger {
        display: none;
    }
    .burger {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 10;
        width: 30px;
        height: auto;
        padding: 11px 11px 16px 16px;
        border-radius: 0 0 0 25px;
        background-color: transparent;
    }
    .burger a {
        position: relative;
        width: 28px;
        height: 28px;
        transform: rotate(0deg);
        transition: transform 300ms ease-in-out;
    }
    .burger span {
        position: absolute;
        left: 0;
        top: 13px;
        width: 28px;
        height: 2px;
        margin: 0;
        opacity: 1;
        background: rgba(0, 90, 168, 1);
        transform: rotate(0deg);
        transition: transform 300ms ease-in-out;
    }
    .burger span:first-child {
        top: 3px;
    }
    
    .burger span:last-child {
        top: 23px;
    }
    .burger.open a {
        transform: rotate(90deg);
        transition: 300ms ease-in-out;
    }
    
    .burger.open span:first-child,
    .burger.open span:last-child {
        opacity: 0;
        transition: 300ms;
    }
    
    .burger.open span:nth-child(2) {
        transform: rotate(45deg);
        transition: 300ms ease-in-out;
    }
    
    .burger.open span:nth-child(3) {
        transform: rotate(-45deg);
        transition: 300ms ease-in-out;
    }
    header h1, .packs {
        width: auto;
        height: auto;
    }
    header h1 strong {
        font-size: 38px;
        line-height: 38px;
    }
    header h1 a {
        position: relative;
        top: 15px;
    }
}

@media (max-width: 991px) {
    .packs li.opti {
        float: initial;
    }
    .packs li {
        margin-top: 0;
    }
    .packs li img {
        width: 100%;
    }
    .buttons {
        width: auto;
        display: none;
    }
    .packs li img.badge {
        width: auto;
        right: -5px;
    }
    .menu-burger.open {
        display: block; 
    }
    nav li {
        width: 100%;
        border: 0;
        text-align: left;
        margin-left: 0;
    }
    header section {
        height: auto;
        padding-bottom: 100px;
        max-height: initial;
    }
    main {
        padding-top: 0;
        padding-bottom: 0;
    }
    .product {
        margin-top: 0;
        padding: 25px;  
    }
    .product.plus {
        margin-bottom: 0;
    }
    .title section, main h3, main h2 {
        width: auto;
    }
    .title section img {
        height: 30px;
        width: auto;
    }
    .title figure img, .daily figure img {
        width: 100%;
    }
    .product.opti {
        margin-top: -50px;
    }
    .product.plus .features li, .product.opti .features li, .product.prem .features li {
        width: 100%;
    }
    .product.prem .features li {
        display: block;
    }
    .variations p {
        width: 100%
    }
    .plus .title section img {
        width: auto;
    }
    main .plus h3, main .plus p {
        width: 100%;
    }
    footer {
        padding: 34px 25px 30px;
    }
    .notice {
        margin-left: -25px;
    }
    .notice p {
        font-size: 12px;
        line-height: 14px;
    }
    .product ul p {
        margin-bottom: 30px;
    }
    .product.prem .features img {
        top: -40px;
    }
    .contact {
        flex-wrap: wrap;
    }
    .contact ul {
        margin-top: 30px;
    }
    .features img {
        left: auto; 
    }
    .daily h3 {
        padding-bottom: 0;
    }
}
@media (max-width: 1159px) {
	.evolve-menu .packs{width: 860px;}
}

@media (max-width: 1060px) {
	.evolve-menu .packs{width: 824px;}
}

@media (max-width: 991px) {
header .evolve-menu .packs .evolve {margin-top: -46px;}
.thirdGenerationContainer-plus-1 .badge {top: 466px;right: -162px;}
.evolve-menu .packs{width: auto;}
}
@media (max-width: 900px) {
.dcHeaderText .badge {right: 0px;}
}

@media (max-width: 620px) {
.thirdGenerationContainer-opti .badge {top: auto;right: -25px;bottom: -43px;}
.thirdGenerationContainer-prem .badge {top: 200px;}
.thirdGenerationContainer-plus-1 .badge {top: 309px;right: -43px;}
.product.plus .title {margin-bottom: 140px;}
}

@media (max-width: 550px) {
.thirdGenerationContainer-plus-1 .badge {right: 6px;}
}
@media (max-width: 506px) {
.dcHeaderText .badge {bottom: -100px;}
header .evolve-menu .dcHeaderText {margin-bottom: 84px;}	
}

@media (max-width: 480px) {
.thirdGenerationContainer-plus-1 .badge {bottom: -134px;top: auto;}
}
	
@media (max-width: 460px) {
.title figcaption {margin-bottom: 0px;}
.title figure {margin-bottom: 20px;}
.thirdGenerationContainer-plus-1 .badge {right: -18px;}
.daily figcaption {top: -36px;}
.daily span {bottom: -30px;right: -13px;left: auto;}
.daily figure {margin-bottom: 30px;}
.thirdGenerationContainer-opti .badge {bottom: -56px;}
.thirdGenerationContainer-prem .badge {top: 166px;}
#evolve .thirdGenerationContainer-prem .badge {top: 150px;}

@media (max-width: 420px) {
.product.plus .title {margin-bottom: 160px;}
}
}
@media (max-width: 380px) {
.title figcaption {margin-bottom: -24px;}
.title figure {margin-bottom: 40px;}
.daily span {bottom: -54px;}
.daily figure {margin-bottom: 50px;}
.thirdGenerationContainer-opti .badge {bottom: -68px;}
.thirdGenerationContainer-prem .badge {top: 134px;}
#evolve .thirdGenerationContainer-prem .badge {top: 120px;}
.thirdGenerationContainer-plus-1 .badge {bottom: -159px;}
}


.cooper_cookie_link {color: rgba(0, 156, 220, 1);}
.cooper_cookie {position: fixed;left: calc(50% - 500px);bottom: 0;z-index: 50;width: 800px;padding: 60px 100px 30px 100px;font-family: 'Ubuntu',Arial,sans-serif;font-size: 15px;font-weight: 400;
background-color: #f7f7f7;color: rgba(30, 30, 30, 1) !important;}
.cooper_cookie_agree {color: #fff;display: block;padding: 14px 20px;background-color: rgba(114,43,140,1);width: 245px;margin: 0 auto;text-align: center;text-decoration: none;margin-top: 24px;border-radius: 30px;}
.cooper_cookie_agree:hover {color: #F6984F;}
.cooper_cookie_close svg {
            cursor: pointer;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 20px;
            margin: auto;
            z-index: 1;
            padding: 5px;
            -webkit-transition: opacity ease-in-out .3s;
            -o-transition: opacity ease-in-out .3s;
        }
.cooper_cookie_close {position: absolute;top: 30px;right: 0px;}
.cooper_cookie_close svg:hover {opacity: .7;}

@media (max-width: 1024px) {
.cooper_cookie {width: calc(100% - 100px);padding: 40px 50px 20px 50px;left: 0px;}
}
