@charset "UTF-8";
/*========================================================
Includes
========================================================*/
/*========================================================
                    Main Styles
=========================================================*/
body {
    font: 400 18px/1.2 "TornadoC";
    color: #a29472;
    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: #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: "TornadoC";
    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: #7f745a;
    border-radius: 2px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #7f745a;
}

/*========================================================
Main Layout
========================================================*/
h1, h2, h3, h4, h5, h6 {
    color: #0e548e;
}

h1 {
    margin: 0;
    margin-bottom: 0.7em;
    color: #0e548e;
    font-family: "TornadoC";
    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: "TornadoC";
    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: "TornadoC";
    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: "TornadoC";
    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: "TornadoC";
    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: 1024px) {
    .logo-box {
        max-width: 380px;
    }
}

.section-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 5;
}

@media (max-width: 991px) {
    .section-2 {
        flex-direction: column;
    }
}

.small-logo {
    max-width: 270px;
    margin-top: 10px;
    position: absolute;
    top: 0;
    left: 5%;
}

.rules {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: url(../images/bg-shadow.png) no-repeat center center;
    background-size: contain;
}

.rules .description {
    max-width: 750px;
    padding: 0 20px;
    font-size: 33px;
    line-height: 36px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px;
}

.rules .description a {
    color: #ffffff;
    text-decoration: underline;
}

.rules .description a:hover {
    text-decoration: none;
}

.section {
    background-size: cover !important;
    min-height: 600px;
    height: 100vh;
/* 100vh - 100% от высоты viewport(окна браузера) */
    overflow: hidden;
    position: relative;
    background: #0a0a02 url(../images/bg-main.jpg) no-repeat center center;
}

@media (max-width: 991px) {
    .section {
        min-height: 900px !important;
        height: auto;
        border-bottom: 10px solid #7f745a;
    }
}

@media (max-width: 991px) {
    .section {
        min-height: auto !important;
    }
}

#header {
    height: 100vh !important;
}

.newnew {
    font-size: 50px;
    font-family: DINCondensedC;
    padding-bottom: 10px;
}

.box-products {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    width: 100%;
}

.box-products .product {
    position: relative;
    font-size: 24px;
}

.box-products .name {
    font-size: 31px;
    font-family: "TornadoC";
    margin-bottom: 20px;
    color: #ffffff;
}

.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 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
}

@media (max-width: 1500px) {
    .box-products.box-products-1 .product {
        padding: 0 20px;
    }
}

.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);
}

.box-products.box-products-2 .image {
    margin-bottom: -30px;
    position: relative;
}

.box-products.box-products-2 .image img {
    position: relative;
    right: -18%;
}

@media (max-width: 991px) and (min-width: 900px) {
    .box-products.box-products-2 .image img {
        right: -14%;
    }
}

.box-products.box-products-2 .product {
    text-align: center;
    padding: 0;
}

@media (min-width: 992px) {
    .section {
        padding-left: 11%;
    }

    .section:before {
        position: absolute;
        bottom: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 100%;
        max-width: 837px;
        background: url(../images/bg-2.png) no-repeat left bottom;
        background-size: auto 100%;
    }

    .section:after {
        position: absolute;
        bottom: 0;
        left: 837px;
        content: '';
        width: 100%;
        height: 100%;
        background: url(../images/bg-3.png) repeat-x left bottom;
        background-size: auto 100%;
        display: block;
    }

    .shadow-one {
        background: url(../images/bg-shadow-color.png) no-repeat center center;
        background-size: contain;
    }

    .shadow-two {
        background: url(../images/shadow-2.png) no-repeat center center;
        background-size: contain;
    }

    .shadow-three {
        background: url(../images/shadow-3.png) no-repeat center center;
        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 15px;
    }

    .small-logo {
        margin: 10px auto;
        position: static;
    }

    #header {
        height: 100vh;
    }

    #footer {
        height: 100vh;
    }

    .rules {
        display: block;
    }

    .section {
        background: url(../images/bg-main-2.jpg) no-repeat center center;
    }

    .rules .description {
        font-size: 21px;
        line-height: 1.2;
        margin-bottom: 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: rgba(0, 0, 0, 0.78);
    background-size: cover;
    z-index: 21;
    font-size: 34px;
    animation: fade .6s;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "TornadoLightC";
}

.popup .content {
    padding: 0 30px;
    text-align: center;
    max-width: 700px;
    color: #ffffff;
    font-size: 34px;
}

.popup .content .older {
    font-size: 30px;
    margin: 35px 0 30px;
    color: #cebb8d;
}

@media (max-width: 767px) {
    .popup .content {
        font-size: 24px;
        padding: 0 20px;
    }

    .popup .content .older {
        font-size: 18px;
    }
}

.popup .content .btn-group-pop {
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup .content .btn-group-pop .btn {
    color: #ebd5a2;
    font-size: 36px;
    width: 232px;
    height: 79px;
    line-height: 39px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 4px;
    transition: 0.3s ease;
    font-weight: 300;
    border: 2px solid #514a35;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup .content .btn-group-pop .btn:hover {
    box-shadow: none;
    border-color: #ebd5a2;
}

@media (max-width: 520px) {
    .popup .content .btn-group-pop .btn {
        width: 130px;
        font-size: 22px;
        line-height: 1.2;
        height: 50px;
    }
}

@media (max-width: 991px) {
    .popup .content {
        margin-left: 0;
    }
}

@media (max-height: 1000px) and (min-width: 992px) and (max-width: 1400px) {
    .small-logo {
        max-width: 230px;
    }

    .logo-box {
        max-width: 500px;
    }

    .box-products .name {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .box-products.box-products-1 .product {
        max-width: 230px;
        font-size: 16px;
        padding: 0 15px;
    }

    .box-products.box-products-2 .product {
        max-width: 230px;
        font-size: 16px;
        padding: 0 15px;
    }

    .box-products.box-products-2 .name {
        margin-bottom: 10px;
    }

    .box-products.box-products-2 .image {
        margin-bottom: 0;
    }

    .box-products.box-products__4 .product {
        max-width: 165px;
    }

    .box-products.box-products__4 .product .name {
        font-size: 16px;
    }
}

.brand {
    position: absolute;
    bottom: 17%;
    left: 3%;
    z-index: 5;
}

@media (min-width: 1800px) {
    .brand {
        max-width: 145px;
    }
}

@media (max-height: 900px) {
    .brand {
        left: 30px;
        bottom: 10%;
        max-width: 130px;
    }
}

@media (max-width: 991px) {
    .brand {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1600px) {
    .section_pr {
        padding-left: 26%;
    }
}

@media (min-width: 992px) and (max-width: 1600px) and (max-width: 1025px) {
    .section_pr {
        padding-left: 28%;
    }
}

@media (min-height: 800px) and (min-width: 992px) and (max-width: 1980px) {
    .box-products.box-products-1 .product {
        max-width: 298px;
    }

    .box-products.box-products-2 .product {
        max-width: 330px;
    }

    .box-products .name {
        font-size: 23px;
    }

    .box-products .product {
        font-size: 20px;
    }
}

@media (max-height: 800px) and (min-width: 992px) {
    .logo-box {
        max-width: 340px;
    }

    .small-logo {
        max-width: 190px;
    }

    .box-products.box-products-1 .product {
        max-width: 230px;
        font-size: 15px;
        padding: 0 15px;
    }

    .box-products.box-products-1 .name {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .box-products.box-products-2 .product {
        max-width: 250px;
        font-size: 15px;
        padding: 0 15px;
    }

    .box-products.box-products-2 .name {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .box-products.box-products__4 .product {
        max-width: 145px;
        min-width: 20%;
    }

    .box-products.box-products__4 .product .name {
        font-size: 16px;
    }
}

@media (max-height: 650px) and ((min-width: 991px) and (max-width: 1281px)) {
    .box-products.box-products__4 .product {
        max-width: 145px;
        min-width: 20%;
    }
}

@media (max-width: 767px) {
    .box-products .product {
        font-size: 15px;
    }

    .box-products .name {
        font-size: 20px;
    }
}

@media (max-width: 500px) {
    .box-products .product {
        font-size: 13px;
    }

    .box-products.box-products-2 .image {
        margin-bottom: -20px;
    }

    .rules .description {
        font-size: 20px;
        line-height: 1.2;
    }
    
    .newnew {
        font-size: 30px;
    }
    
}
