@charset "UTF-8";
/*========================================================
Includes
========================================================*/
/*========================================================
                    Main Styles
=========================================================*/
body {
    font: 400 18px/1.2 "Gotham Pro Normal";
    color: #252525;
    background: #fff;
    -webkit-text-size-adjust: none;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

@media (max-width: 360px) {
    body {
        font-size: 14px;
    }
}

strong {
    font-weight: bold;
}

*, *::before, *::after {
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    font: inherit;
    text-decoration: none;
    color: #004a80;
}

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: "Gotham Pro Normal";
    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: #004a80;
    border-radius: 2px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #004a80;
}

/*========================================================
Main Layout
========================================================*/
h1, h2, h3, h4, h5, h6 {
    color: #0e548e;
}

h1 {
    margin: 0;
    margin-bottom: 0.7em;
    color: #0e548e;
    font-family: "Gotham Pro Normal";
    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: "Gotham Pro Normal";
    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: "Gotham Pro Normal";
    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: "Gotham Pro Normal";
    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: "Gotham Pro Normal";
    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;
}

/*========================================================
Header Section
========================================================*/
.logo-box {
    margin: 0 auto;
    padding: 3% 50px;
    max-width: 872px;
}

@media (max-width: 1800px) {
    .logo-box {
        max-width: 680px;
    }
}

@media (max-width: 1024px) {
    .logo-box {
        max-width: 680px;
    }
}

#header {
    background: #fff url(../images/section-bg-1.jpg) no-repeat center center;
    margin-bottom: 40px;
}

#main {
    background: #fff url(../images/section-bg-2.jpg) no-repeat top center;
    margin-bottom: 38px;
}

@media (min-width: 1024px) {
    #main {
        margin-bottom: 40px;
    }
}

#product {
    background: #fff url(../images/section-bg-3.jpg) no-repeat top center;
    margin-bottom: 40px;
}

#product .product {
    /*color: #c0cad1;*/
    color: #ffffff;
    text-shadow: 1px 1px 0px rgb(0 0 0 / 100%);
}

@media (min-width: 992px) {
    #product .small-logo {
        float: right;
        margin-top: 6%;
    }
    
    #product3 .container {
        width: 100%;
    }
    
    #product3 .small-logo {
        float: left;
        margin-top: 3%;
    }
    
}

@media (max-width: 991px) {
    #product {
        background-position: 25% top;
    }
}

#product .container {
    width: 100%;
}

#product2 {
    background: #fff url(../images/section-bg-5.jpg) no-repeat top center;
    margin-bottom: 40px;
}

#product3 {
    background: #fff url(../images/section-bg-6.jpg) no-repeat top center;
}

#footer {
    background: #fff url(../images/section-bg-4.jpg) no-repeat center center;
    background-size: cover;
}

.section-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.small-logo {
    max-width: 450px;
    margin: 30px 0;
    margin-top: 6%;
    min-height: 140px;
}

@media (max-width: 1625px) and (min-width: 992px) {
    .small-logo {
        margin-left: 10%;
    }
    
    #product3 .small-logo {
        float: left;
        margin-top: 3%;
         margin-left: 0px;
    }
    
}

.logo-footer {
    margin-top: 36px;
    background: #252525;
    padding: 70px 90px 70px 20px;
    text-align: right;
    max-width: 30%;
    position: relative;
    max-height: 290px;
}

@media (max-width: 2000px) {
    .logo-footer {
        max-width: 40%;
    }
}

@media (max-width: 1300px) {
    .logo-footer {
        max-width: 50%;
    }
}

.logo-footer img {
    position: relative;
    z-index: 2;
    margin-right: -90px;
    max-width: 450px;
}

.logo-footer:before {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-color: rgba(255, 255, 255, 0);
    border-style: solid;
    border-width: 290px 290px;
    border-top-color: #252525;
    position: absolute;
    bottom: -100%;
    right: -290px;
    margin-bottom: 0px;
}

.rules {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rules .description {
    max-width: 1100px;
    padding: 40px 20px;
    font-size: 33px;
    line-height: 36px;
    margin: 0 auto;
    text-align: center;
    margin-top: 40px;
}

@media (min-width: 992px) {
    .rules .description > div {
        padding-right: 12%;
    }
}

.rules .description a {
    color: #004a80;
    text-decoration: underline;
}

.rules .description a:hover {
    text-decoration: none;
    color: #004a80;
}

.section {
    background-size: cover !important;
    min-height: 650px;
    height: 100vh;
/* 100vh - 100% от высоты viewport(окна браузера) */
    overflow: hidden;
    position: relative;
}

@media (max-width: 991px) {
    .section {
        min-height: 900px !important;
        height: auto;
    }
}

@media (max-width: 991px) {
    .section {
        min-height: auto !important;
    }
}

#header {
    height: 100vh !important;
}

.box-products {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    width: 100%;
}

.box-products .product {
    color: #ffffff;
    font-size: 24px;
}

.box-products .name {
    font-size: 28px;
    font-family: "Gotham Pro Bold";
    margin-bottom: 20px;
}

.box-products .name span {
    display: block;
    font-size: 60%;
}

@media (max-width: 991px) {
    .box-products .name span {
        font-size: 70%;
    }
}

.box-products.box-products-1 .product {
    padding: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    max-height: 96%;
}

@media (max-width: 1500px) {
    .box-products.box-products-1 .product {
        padding: 0;
    }
}

.box-products.box-products-1 .product .image {
    margin-top: auto;
    margin-bottom: -40px;
}

@media (max-width: 500px) {
    .box-products.box-products-1 .product .image {
        margin-bottom: -20px;
    }
}

.box-products.box-products-1 .product .image img {
    margin-right: -26%;
    max-height: 100%;
}

.box-products.box-products-2 .image {
    margin-bottom: -30px;
    position: relative;
}

.box-products.box-products-2 .image img {
    position: relative;
    right: -18%;
}

.box-products.box-products-3 .image {
    margin-bottom: 20px;
    position: relative;
}

.box-products.box-products-3 .image img {
    position: relative;
}

.box-products.box-products-3 .product:nth-child(1) {
    margin-right: -5%;
}

.box-products.box-products-3 .product:nth-child(2) {
    margin-left: -5%;
}

@media (max-width: 991px) and (min-width: 900px) {
    .box-products.box-products-2 .image img {
        right: -14%;
    }
}

.box-products.box-products-2 .product,
.box-products.box-products-3 .product {
    text-align: center;
}

@media (min-width: 992px) {
    #main:before {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        width: 17%;
        height: 100%;
        background: url(../images/bg-top-left-1.png) 0 0 no-repeat;
        background-size: contain;
        max-width: 180px;
    }

    #main:after {
        position: absolute;
        bottom: 0;
        right: 0;
        content: '';
        width: 17%;
        height: 100%;
        background: url(../images/bg-bottom-right.png) no-repeat bottom right;
        background-size: contain;
        max-width: 180px;
    }

    #product2:before,
#product:before {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        width: 17%;
        height: 100%;
        background: url(../images/bg-top-left-2.png) 0 0 no-repeat;
        background-size: contain;
        max-width: 180px;
    }

    #product2:after,
#product:after {
        position: absolute;
        bottom: 0;
        right: 0;
        content: '';
        width: 17%;
        height: 100%;
        background: url(../images/bg-bottom-right-2.png) no-repeat bottom right;
        background-size: contain;
        max-width: 180px;
    }

    #product:before {
        background: url(../images/bg-top-left-3.png) 0 0 no-repeat;
        background-size: contain;
    }

    #product:after {
        background: url(../images/bg-bottom-right-3.png) no-repeat bottom right;
        background-size: contain;
    }
}

@media (max-width: 991px) {
    .box-products {
        flex-wrap: wrap;
    }

    .box-products .product {
        width: 50%;
        margin-bottom: 20px;
    }

    .box-products.box-products-1 .product {
        padding: 0 10px;
    }

    .box-products.box-products-3 .product:nth-child(1) {
        margin-right: -2%;
    }

    .box-products.box-products-3 .product:nth-child(2) {
        margin-left: -2%;
    }
    
    .small-logo {
        margin: 60px auto;
    }

    #header {
        height: 100vh;
        background-size: auto !important;
    }

    #footer {
        height: 100vh;
    }

    .logo-footer {
        max-width: 70%;
    }
}

body.active {
    overflow: hidden;
}

body.active #overlay {
    display: block;
}

body.active #logo {
    visibility: hidden;
    opacity: 0;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    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: rgba(0, 0, 0, 0.56);
    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 30px;
    text-align: center;
    max-width: 750px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 34px;
}

.popup .content .older {
    font-size: 24px;
    margin: 35px 0 30px;
}

@media (max-width: 767px) {
    .popup .content {
        font-size: 24px;
        padding: 0 20px;
    }

    .popup .content .older {
        font-size: 18px;
    }
}

@media (max-width: 350px) {
    .popup .content {
        font-size: 16px;
        padding: 0 20px;
    }

    .popup .content .older {
        font-size: 12px;
    }
}

.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: 325px;
    height: 87px;
    line-height: 37px;
    padding: 25px;
    text-align: center;
    background: url(../images/btn-1.png) 0 0 no-repeat;
    text-transform: uppercase;
    margin: 0 4px;
    transition: 0.3s ease;
}

.popup .content .btn-group-pop .btn:hover {
    box-shadow: none;
}

.popup .content .btn-group-pop .btn.btn-1 {
    margin-right: -45px;
}

.popup .content .btn-group-pop .btn.btn-2 {
    background: url(../images/btn-2.png) 0 0 no-repeat;
    margin-left: -45px;
    color: #252525;
}

@media (max-width: 645px) {
    .popup .content .btn-group-pop .btn {
        width: 160px;
        height: 40px;
        line-height: 40px;
        font-size: 20px;
        padding: 0;
        background-size: contain !important;
    }

    .popup .content .btn-group-pop .btn.btn-1 {
        margin-right: -24px;
    }

    .popup .content .btn-group-pop .btn.btn-2 {
        margin-left: -24px;
    }
}

.popup .content .btn-group-pop .btn-primary {
    background: #009be2;
}

@media (max-height: 1000px) and (min-width: 991px) {
    .box-products.box-products-1 .product {
        max-width: 200px;
        font-size: 14px;
        padding: 0 0;
    }

    .box-products.box-products-1 .name {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .box-products.box-products-2 .product {
        max-width: 23%;
        font-size: 14px;
        padding: 0 15px;
    }

    .box-products.box-products-2 .name {
        font-size: 18px;
        margin-bottom: 10px;
    }
    
    .box-products.box-products-3 .product {
        max-width: 30%;
        font-size: 14px;
        padding: 0 15px;
    }
    
    .box-products.box-products-3 .name {
        font-size: 18px;
        margin-bottom: 10px;
    }
}

@media (max-height: 800px) and (min-width: 992px) {
    .logo-box {
        max-width: 580px;
    }

    .small-logo {
        max-width: 300px;
        margin-bottom: 15px;
    }

    .box-products.box-products-1 .product {
        font-size: 14px;
        padding: 0;
    }

    .box-products.box-products-1 .name {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .box-products.box-products-2 .product {
        max-width: 250px;
        font-size: 13px;
        padding: 0 15px;
    }

    .box-products.box-products-2 .name {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .box-products-1 .product {
        max-width: 190px;
        font-size: 16px;
        padding: 0 15px;
    }

    .box-products-1 .name {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .box-products-2 .product {
        max-width: 250px;
        font-size: 16px;
        padding: 0 15px;
    }

    .box-products-2 .name {
        font-size: 20px;
        margin-bottom: 10px;
    }

    #product2:before, #product2:after,
    #product:before,
    #product:after,
    #main:before,
    #main:after {
            width: 12%;
        }

    .rules .description {
        max-width: 700px;
        font-size: 27px;
    }

    .logo-footer {
        height: 180px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .logo-footer:before {
        border-width: 180px 180px;
        right: -180px;
    }

    .logo-footer img {
        max-width: 380px;
    }
}

@media (max-width: 767px) {
    .rules {
        height: 100%;
    }

    .box-products .product {
        font-size: 15px;
    }

    .box-products .name {
        font-size: 20px;
    }

    .logo-footer {
        height: 105px;
        padding-top: 20px;
        padding-bottom: 20px;
        position: absolute;
        top: 0;
        left: 0;
    }

    .logo-footer:before {
        border-width: 105px 105px;
        right: -105px;
    }

    .logo-footer img {
        max-width: 170px;
    }
}

@media (max-width: 500px) {
    .box-products .product {
        font-size: 16px;
    }

    .box-products .name {
        font-size: 18px;
    }
    
    .box-products.box-products-2 .image {
        margin-bottom: -20px;
    }

    .rules .description {
        font-size: 20px;
        line-height: 1.2;
    }
}

@media (max-width: 350px) {
    
    .box-products .product {
        font-size: 10px;
    }

    .box-products .name {
        font-size: 12px;
    }
    
    .rules .description {
        font-size: 12px;
        line-height: 1.2;
    }

}

@media (min-width: 2445px) and (min-height: 1110px) {
    .box-products .product {
        min-width: 330px;
    }

    .box-products .product .image img {
        max-width: none;
        width: 100%;
    }
}

@media (min-width: 2445px) and (min-height: 1390px) {
    .box-products .product {
        min-width: 480px;
    }

    .box-products .product .image img {
        max-width: none;
        width: 100%;
    }
}

@media (min-width: 2945px) and (min-height: 1560px) {
    .box-products .product {
        min-width: 17%;
    }

    .box-products .product .image img {
        max-width: none;
        width: 100%;
    }
}

@media (min-width: 3000px) and (min-height: 1900px) {
    .box-products .product {
        min-width: 19%;
    }

    .box-products .product .image img {
        max-width: none;
        width: 100%;
    }
}

.container-fluid {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

@media (min-width: 992px) {
    .box-products.box-products-1 .product {
        max-width: 19%;
    }
}

@media (min-width: 992px) {
    .box-products.box-products-1 .product {
        max-width: 18%;
    }
}

@media (min-width: 1180px) and (max-height: 700px) {
    .box-products.box-products-1 .product {
        max-width: 15%;
    }
}

@media (min-width: 992px) and (min-width: 1320px) and (max-height: 890px) {
    .box-products.box-products-1 .product {
        max-width: 16%;
    }
}

@media (min-width: 992px) and (min-width: 1320px) and (max-height: 768px) {
    .box-products.box-products-1 .product {
        max-width: 14%;
    }
}

@media (min-width: 992px) and (min-width: 1880px) and (max-height: 768px) {
    .box-products.box-products-1 .product {
        max-width: 12%;
    }
}
