@charset "UTF-8";
/*========================================================
Includes
========================================================*/
/*========================================================
                      Main Styles
=========================================================*/
html::before {
    content: ' ';
    display: block;
    background-image: url('../i/d2/bg-gimp.webp');
    background-position: center;
    background-size: cover;
    height: 100vh;
    width: 100vw;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: -10;
/* This is pretty important.*/;
}

html.no-webp::before {
    background-image: url('../i/d2/bg-gimp.jpg');
}

body {
    font: 600 18px/1.2 "Proxima Nova Lt";
    color: #252e57;
    -webkit-text-size-adjust: none;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

strong {
    font-weight: bold;
}

*, *::before, *::after {
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    font: inherit;
    text-decoration: none;
    color: #7f745a;
}

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: "Proxima Nova Lt";
    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: #252e57;
    border-radius: 2px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #252e57;
}

/*========================================================
Main Layout
========================================================*/
h1, h2, h3, h4, h5, h6 {
    color: #0e548e;
}

h1 {
    margin: 0;
    margin-bottom: 0.7em;
    color: #0e548e;
    font-family: "Proxima Nova Lt";
    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: "Proxima Nova Lt";
    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: "Proxima Nova Lt";
    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: "Proxima Nova Lt";
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.35;
    text-rendering: optimizeLegibility;
}

h5 {
    margin: 0;
    margin-bottom: 20px;
    color: #0e548e;
    font-family: "Proxima Nova Lt";
    font-size: 14px;
    font-weight: 600;
    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: 1% 50px;
    max-width: 500px;
}

.section-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 5;
}

.section-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    height: 100%;
    position: relative;
    z-index: 5;
}

.small-logo {
    max-width: 370px;
    margin-top: 10px;
    position: absolute;
    right: 1%;
}

.rules {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.rules .description {
    filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.56));
    color: #000;
    max-width: 1500px;
    padding: 0 60px;
    font-size: 31px;
    line-height: 36px;
    margin: 0 auto;
    text-align: left;
    margin-top: 120px;
    margin-bottom: 40px;
}

.rules .description a {
    color: #000;
    text-decoration: underline;
    font-weight: bold;
}

.rules .description a:hover {
    text-decoration: none;
}

.section {
    background-size: cover !important;
    min-height: 850px;
    height: 100vh;
  /* 100vh - 100% от высоты viewport(окна браузера) */
    overflow: hidden;
    position: relative;
}

.section_pr {
    padding-right: 23%;
}

#main-1, #main-2, #main-3 {
    margin-top: 300px;
}

.logologo {
    position: fixed;
    width: 470px;
    margin-top: 0px;
    top: 1%;
    right: 1%;
    opacity: 0;
    z-index: 10000;
    transition: all 0.5s ease-in;
}

.logologo.active {
    opacity: 1;
    transition: all 0.5s ease-out;
}

#header {
    height: 100vh !important;
    transition: all 0.5s ease-in;
}

#header.hidden {
    opacity: 0;
    transition: all 0.5s ease-out;
}

#header.section {
    min-height: 100vh;
}

.box-products {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    width: 100%;
    align-items: flex-start;
}

.box-products .product {
    font-size: 24px;
}

.box-products .name {
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.56));
    font-size: 1.5vw;
    font-family: "Proxima Nova Lt";
    padding: 0px 1vw;
    margin-bottom: 20px;
    text-align: left;
    color: #ffffff;
    font-weight: 600;
}

.box-products .name span {
    display: block;
    font-size: 60%;
}

.box-products.box-products-1 .product {
    padding: 0 3%;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.box-products.box-products-1 .product .image {
    margin-bottom: 30px;
    margin-top: auto;
}

.box-products.box-products-1 .product .image img {
        /*box-shadow: 30px 30px 30px rgba(0, 0, 0, 0.56); */
    filter: drop-shadow(0px 120px 42px rgba(0, 0, 0, 0.56));
}

.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-2 .product {
    text-align: center;
    padding: 0;
}

body.active {
    overflow: hidden;
}

body.active #overlay {
    display: block;
}

body.active .brand,
  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-image: url('../i/d2/bg-popup.webp');
    
    background-size: cover;
    z-index: 21;
    font-size: 34px;
    animation: fade .6s;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Proxima Nova Lt";
}

.popup .content {
    /*filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.56));*/
    padding: 0 30px;
    text-align: center;
    max-width: 1000px;
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

.popup .content .older {
    font-size: 22px;
    margin: 35px 0 30px;
    color: #fff;
}

.popup .content .btn-group-pop {
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup .content .btn-group-pop .btn {
    color: #fff;
    box-shadow: 4px 5px 6px 0px rgba(0, 0, 0, 0.5);
    font-size: 28px;
    width: 232px;
    height: 79px;
    line-height: 39px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 8px;
    transition: 0.3s ease;
    font-weight: 300;
    border: 0px solid #514a35;
    background: #a6a3a2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup .content .btn-group-pop .btn:hover {
    opacity: 0.8;
}

.popup .content .btn-group-pop .btn-2 {
    background: #8b95a2;
}

@media (min-width: 1930px) {
    
    .box-products .name {
        font-size: 32px;
    }
    
}

@media (max-width: 1680px) {
 
    .small-logo {
      width: 100%;
    }
  
}

@media (max-width: 1280px) {
  .logologo {
    width: 20vw;
  }
}

@media (max-width: 1024px) {
  
    .section-2 {
        width: 100%;
    }
    
    .section_pr {
        padding: 0px;
    }
    
    .logologo {
        width: 100%;
        right: 0;
        left: 0;
        top: 0;
        padding: 0 50px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 0;
    }
    
    .small-logo {
        display: flex;
        top: 0px;
        left: 0;
        right: 0;
        position: relative;
    }
    
    #main-1, #main-2, #main-3 {
        margin-top: 0px;
    }
    
    .box-products .product {
        font-size: 13px;
    }

    .box-products.box-products-2 .image {
        margin-bottom: -20px;
    }

    .box-products .name {
        font-size: 20px;
    }
    
    .rules .description {
        font-size: 20px;
        line-height: 1.2;
    }
    
    .popup .content .btn-group-pop .btn {
        width: 130px;
        font-size: 22px;
        line-height: 1.2;
        height: 50px;
    }

}

@media (max-height: 768px) {
    .rules .description {
        position: absolute;
        bottom: 20%;
    }
}

@media (max-width: 500px) {
    
    .box-products .name {
        font-size: 14px;
    }
    
    .rules .description {
        font-size: 20px;
    }
    
}

@media (max-width: 360px) {
    
    body {
        font-size: 14px;
    }
    
    .popup .content {
        font-size: 16px;
        padding: 0px 10px;
    }
    
    .popup .content .older {
        font-size: 14px;
    }
    
    .popup .content .btn-group-pop .btn {
        width: 100px;
        font-size: 16px;
        line-height: 1.2;
        height: 40px;
    }
    
    .section {
        min-height: auto;
    }
    
    .box-products .name {
        font-size: 10px;
    }
    
    .rules .description {
        font-size: 11px;
        padding: 0px 10px;
    }
}
