@charset "UTF-8";
/*========================================================
Includes
========================================================*/
/*========================================================
                    Main Styles
=========================================================*/
body {
    font: 400 18px/1.2 "ProximaNovaRegular";
    color: #fff;
    background: #fff;
    -webkit-text-size-adjust: none;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

body.active {
    overflow: hidden;
}

body.active #overlay {
    display: block;
}

body.active #logo {
    visibility: hidden;
    opacity: 0;
}

body.active .section-2 {
    background: none;
}

body.active .logo-2 {
    display: none;
}

strong {
    font-weight: bold;
}

*, *::before, *::after {
    box-sizing: border-box;
}

a {
    font: inherit;
    text-decoration: none;
    color: #fff;
}

a:hover, a:active {
    text-decoration: none;
    color: inherit;
}

a:focus {
    outline: none;
}

a:active {
    background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"] {
    color: inherit;
    text-decoration: none;
}

p {
    margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 10px 0 20px;
}

.page {
    overflow: hidden;
    min-height: 500px;
}

.lt-ie9 .page {
    min-width: 1200px;
}

textarea,
input[type="text"] {
    border: 1px solid #8f8d8d;
    border-radius: 2px;
    font-size: 16px;
    line-height: 20px;
    color: #706f6c;
    padding: 10px;
    width: 100%;
    outline: none;
    font-weight: 300;
    text-align: left;
}

textarea:focus,
input[type="text"]:focus {
    border-color: #d5b9b6;
}

textarea {
    font-family: "ProximaNovaRegular";
    max-width: 100%;
    min-width: 100%;
}

select {
    border: 1px solid #8f8d8d;
    border-radius: 2px;
    font-size: 14px;
    line-height: 22px;
    color: #999999;
    padding: 16px;
    width: 100%;
}

select:focus {
    border-color: #d8c3b2;
}

::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background-color: #e8e8e8;
    border-radius: 2px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #009be2;
    border-radius: 2px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #009be2;
}

/*========================================================
Main Layout
========================================================*/
h1, h2, h3, h4, h5, h6 {
    color: #0e548e;
}

h1 {
    margin: 0;
    margin-bottom: 0.7em;
    color: #0e548e;
    font-family: "ProximaNovaRegular";
    font-size: 72px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
}

h2 {
    margin: 0;
    margin-bottom: 0.7em;
    color: #0e548e;
    font-family: "ProximaNovaRegular";
    font-size: 60px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.35;
    text-rendering: optimizeLegibility;
}

h3 {
    margin: 0;
    margin-bottom: 5px;
    color: #0e548e;
    font-family: "ProximaNovaRegular";
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.35;
    text-rendering: optimizeLegibility;
}

h4 {
    margin: 0;
    margin-bottom: 20px;
    color: #0e548e;
    font-family: "ProximaNovaRegular";
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.35;
    text-rendering: optimizeLegibility;
}

h5 {
    margin: 0;
    margin-bottom: 20px;
    color: #0e548e;
    font-family: "ProximaNovaRegular";
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.35;
    text-rendering: optimizeLegibility;
}

h6 {
    font-size: 10.2px;
}

div, span {
    box-sizing: border-box;
}

img {
    max-width: 90%;
    height: auto;
}

/*========================================================
Header Section
========================================================*/
.logo-box {
    margin-right: 30%;
    display: flex;
    flex-direction: column;
    height: 100%;
    flex-flow: column;
    justify-content: space-around;
}

#logo {
    padding: 0 5%;
    padding-bottom: 10%;
    text-align: center;
}

.logo-2 {
    display: block;
}

#header {
    background: #fff url(../images/main-bg.jpg) no-repeat top left;
}

#main {
    background: #fff url(../images/main-bg.jpg) no-repeat top left;
}

#product {
    background: #fff url(../images/bg-fruit2.jpg) no-repeat top left;
}


.section-2 {
    /*background: url(../images/section-bg-1.2.png) no-repeat bottom center;
    background-size: cover;*/
    height: 100%;
    width: 100%;
}

#footer {
    background: #fff url(../images/main-bg.jpg) no-repeat top left;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-footer {
    margin-bottom: 100px;
}

.logo-bottom {
    margin-top: 150px;
}

.rules {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rules .empty {
    min-width: 25%;
}

.rules .description {
    max-width: 600px;
    padding: 40px 20px;
    font-size: 30px;
    line-height: 36px;
    margin: 0;
}

.rules .description a {
    color: #fff;
    text-decoration: underline;
    font-family: "ProximaNovaBold";
}

.rules .description a:hover {
    text-decoration: none;
    color: #fff;
}

.section {
    background-size: cover !important;
    min-height: 750px;
    height: 100vh;
/* 100vh - 100% от высоты viewport(окна браузера) */
    overflow: hidden;
    position: relative;
}

.box-products {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    align-items: center;
    background-size: contain;
    max-width: 800px;
    height: 100%;
    margin-left: 5%;
}

.box-products.left {
    right: auto;
    left: 0;
    top: 0;
    justify-content: center;
}

.box-products .product {
    font-size: 25px;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
}

.box-products .product .image {
    margin-bottom: 0;
}

.box-products .product-1 .image img {
    box-shadow: 30px 30px 30px rgba(0, 0, 0, 0.56);
}

.box-products .product-1 .label {
    display: flex;
    flex-direction: column;
    padding: 0 20%;
}

.box-products .product .name, .box-products__100 .product .name {

    font-family: "ProximaNovaBold";
    font-size: 28px;
    margin-bottom: 20px;
    margin-top: 30px;
    display: inline-block;
}

.box-products .product ul {
    font-size: 22px;
}

.box-products .product .name span, .box-products__100 .product .name span {
    font-size: 50%;
    display: block;
    text-align: left;
}

.purple-block {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    align-items: center;
    background-size: contain;
    width: 100%;
    height: 100%;
}

.box-desc {
    display: flex;
    flex-direction: column;
    padding-left: 10%;
    padding-right: 10%;
    justify-content: center;
}

.box-products__100 {
    display: flex;
    justify-content: flex-end;
    background-size: contain;
    width: 60%;
    padding-right: 5%;
}

.box-products__100 .product {
    color: #ffffff;
    text-shadow: 3px 3px 1px rgba(0, 0, 0, 1);
}

.box-products__100 .product .image {
    margin-bottom: 0;
}

.box-products__100 img {
    max-width: 90%;
}

.box-products__100 .product .name {
    position: relative;
    margin-top: 20px;
    font-size: 30px;
    z-index: 1;
}

.box-products__100 .product ul {
    position: relative;
    z-index: 1;
}

.box-products__100 .label {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding-left: 17%;
}

.first-1, .second-2 {
    width: 50%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.second-2 {
    width: 50%;
    top: -50px;
}

.first-1 img, .second-2 img {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: -20%;
    z-index: 0;
    opacity: 0.7;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    opacity: 0.9;
    width: 100%;
    height: 100%;
    z-index: 20;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
    overflow: auto;
}

.popup {
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #ffffff url(../images/modal-bg.png) no-repeat center top;
    background-size: cover;
    z-index: 21;
    text-transform: uppercase;
    font-size: 36px;
    animation: fade .6s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup .content {
    padding: 0 45px;
    text-align: center;
    max-width: 1015px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 32px;
}

.popup .content .older {
    font-size: 22px;
    margin: 35px 0 30px;
}

.popup .content .btn-group-pop {
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup .content .btn-group-pop .btn {
    color: #ffffff;
    font-size: 30px;
    width: 227px;
    line-height: 37px;
    padding: 25px;
    text-align: center;
    background: #632279;
    text-transform: uppercase;
    margin: 0 4px;
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.35);
    transition: 0.3s ease;
}

.popup .content .btn-group-pop .btn:hover {
    box-shadow: none;
}

.popup .content .btn-group-pop .btn-primary {
    background: #009be2;
}

@media (max-width: 1440px) {
    .box-products {
        max-width: 700px;
        margin-left: 2%;
    }
    
    .box-products .product .name {
        font-size: 26px;
    }
    
    .first-1 img, .second-2 img {
        max-width: none;
        width: 300px;
        top: -30px;
        left: -50%;
    }
    
}

@media (max-width: 1320px) {
    
    .box-products {
        max-width: 600px;
    }
    
    .box-products .product-1 .label {
        padding: 0 10%;
    }
    
    .box-products__100 .product .name {
        font-size: 22px;
    }
    
    .box-products__100 .product ul {
        font-size: 16px;
    }
    
    #header, #footer, #main {
        background-position: top left;
    }
    
    .rules .description {
        font-size: 20px;
        max-width: 420px;
    }
    
    .rules .empty {
        min-width: 30%;
    }
    
}

@media (max-height: 760px) {
    .section {
        min-height: 100vh;
    }
    
    .logo img, .box-products .product .image img {
        max-width: 75%;
    }
    
    .box-products__100 .image img {
        max-width: 75%;
    }
    
    .box-products .product-1 .label {
        padding: 0 10%;
    }
    
    .box-products__100 .label {
        padding-left: 7%;
    }
    
}

@media (max-width: 1080px) {
    
    .purple-block {
        flex-flow: column;
    }
    
    .box-products {
        max-width: 600px;
    }
    
    .box-desc {
        flex-flow: row;
        text-align: center;
    }
    
    .box-products__100 {
        padding-right: 0;
        width: 45%;
        margin-bottom: 10px;
    }
    
    .box-desc img {
        width: 80%;
    }
    
    .box-products .product .name, .box-products__100 .product .name {
        font-size: 20px;
    }
    
    .box-products .product ul, .box-products__100 .product ul {
        font-size: 16px;
    }
    
    #product {
        background-position: 50% 50%;
    }
    
    .rules .description {
        max-width: 420px;
        font-size: 20px;
    }
    
    .logo-box {
        margin-right: 15%;
    }
    
}

@media (max-width: 850px) {
    
    .box-products__100 {
        padding-right: 0;
        width: 60%;
        margin-bottom: 10px;
    }
    
    .logo-box {
        margin: 0;
    }
    
}

@media (max-width: 800px) {
    
    #header, #footer {
        background-position: 20% 80%;
    }
    
}

@media (max-width: 700px) {

    #main {
        background-position: 20% 80%;
    }
    
    .box-products__100 {
        padding-right: 0;
        width: 75%;
        margin-bottom: 10px;
    }
    
    .rules .empty {
        display: none;
    }
    
    .box-products .product-1 .label {
        padding: 0 10%;
    }
    
    .box-desc img {
        width: 100%;
    }
    
}

@media (max-width: 500px) {
    .popup .content .description {
        font-size: 20px;
    }
    
    .popup .content .description .older {
        font-size: 16px;
    }
    
    .popup .content .btn-group-pop .btn {
        font-size: 22px;
        width: 127px;
        line-height: 27px;
        padding: 15px;
    }
    
    .box-products .product {
        padding: 0 10px;
    }
    
    .box-products .product-1 .label {
        padding: 0 3%;
    }
    
    .box-products__100 {
        width: 95%;
    }
    
    .rules .description {
        font-size: 16px;
    }
    
    .logo-footer {
        margin-bottom: 50px;
    }
    
    .box-products__100 .product .name {
        margin-top: 30px;
    }
    
}

@media (max-width: 350px) {

    .box-products__100 .product .name {
        font-size: 12px;
        margin-top: 40px;
    }
    
    .box-products__100 .product ul {
        font-size: 10px;
    }

    .popup .content {
        padding: 0 7px;
    }
    
}
