*, *:before, *:after {
    margin: 0;
    padding: 0;
    border: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
html,
body {
    font-size: 14px;
    font-weight: normal;
    height: 100%;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.wrapper {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    flex-direction: column;
    min-height: 100vh;
}
.navbar {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 50;
}
.navbar:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #CB2313;
    z-index: 2;
}
.container {
    flex: 1 1 auto;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 10px;
}
.navbar__body {
    position: relative;
    display: flex;
    justify-content: space-between;
    height: 50px;
    align-items: center;
}
.navbar__logo {
    flex: 0 0 50px;
    overflow: hidden;
    position: relative;
    z-index: 3;
}
.navbar__logo img {
    max-width:100%;
    display:block;
}
.navbar__burger {
    display: none;
}
.navbar__list {
    display: flex;
    position: relative;
    z-index: 2;
}
.navbar__list li {
    list-style: none;
    margin: 0 0 0 20px;
}
.navbar__link {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
}
.header {
    min-height: 100vh;
    background: url('../img/background.png') center / cover no-repeat;
    display: flex;
    z-index:1;
    position: relative;
    z-index: 1;
}
.header:before {
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-color: #00000077;
    z-index: 2;
}
.header__body {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px 20px;
    z-index: 3;
}
.header__image {
    align-self: center;
    width: 220px;
}
.header__text {
    display: inline-block;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    font-size:20px;
    line-height: 40px;
    margin: 50px 15px;
}
.header__link {
    display: inline-block;
    line-height: 50px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    /* background: #CB2313; */
    border: 1px solid #fff;
    text-shadow: 1px 1px 1px #000;
    align-self: center;
    padding: 0 20px;
    border-radius: 30px;
}
.about {
    background: #ECECEC;
    display: flex;
    padding: 50px 0;
}
.about__text {
    padding: 50px 15px;
    text-align: justify;
    font-size: 18px;
}
.about__video {
    float: left;
    margin: 0 30px 30px 0;
}
.about__body * > li {
    margin-left: 50px;
}
.products {
    min-height: 100vh; 
    background: #fff;
    display: flex;
    padding: 50px 0;
}
.products__body {
    padding: 0 0 50px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.card__body, .products__cards, .partners__cards {
    display: flex;
    justify-content: space-between;
}
.products__cards, .partners__cards {
    flex-wrap: wrap;
}
.card__body {
    flex-direction: column;
    padding: 35px;
    flex: 1 0 31%;
    margin: 0 30px 30px 0;
}
.partners__cards .card__body {
    flex: 0 0 31%;
}
.partners__cards .card__body a,
.partners__cards .card__body a:visited,
.partners__cards .card__body a:hover {
    font-size: 18px;
    color: #000;
    text-decoration: none;
}
.partners__cards .card__img img {
    width: 100%;
    height: 70px;
    object-fit: cover;
    border-radius: 10px;
}
.card__body:nth-child(3n) {
    margin: 0 0 30px 0;
}
.card__body:nth-last-child(-n+3) {
    margin-bottom: 0;
}
.card__content {
    padding-bottom: 30px;
}
.card__img img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    border-radius: 10px;
}
.card__img {
    margin-bottom: 20px;
}
.card__text {
    color: #000;
    text-align: justify;
}
.card__text p {
    margin-bottom: 10px;
}
.card__text * > li {
    margin-left: 20px;
}
.card__title {
    text-align: center;
    font-weight: bold;
    padding-bottom: 20px;
}
.card__price {
    text-align: center;
    font-weight: bold;
    padding-top: 10px;
}

.title {
    font-size: 28px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    padding: 50px 0;
}
/* .products__title {
    padding: 50px 0;
} */
.item-products {
    flex: 0 0 33.333%;
    padding: 0 15px;
}
.item-products__header {
    display: flex;
    align-items: center;
    justify-content: center;
}
.item-products__image {
    max-width: 100%;
}
.item-products__body {
    text-align:center;
}
.item-products__title {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 35px 0;
}
.item-products__price {
    font-size: 20px;
}
.item-products__footer {
    padding: 50px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.item-products__link {
    display: inline-block;
    line-height: 50px;
    text-transform: uppercase;
    color: #CB2313;
    font-weight: bold;
    text-decoration: none;
    /* background: #CB2313; */
    border: 1px solid #CB2313;
    align-self: center;
    padding: 0 20px;
    border-radius: 30px;
}
.rules { 
    background: #ECECEC;
    display: flex;
    padding: 50px 0;
}
.rules__body {
    padding: 0 0 50px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.rules__body ul {
    list-style: none;
}
.rules__body ul a,
.rules__body ul a:visited,
.rules__body ul a:hover {
    font-size: 18px;
    color: #000;
}
.footer {
    background: #444444;
    display: flex;
    padding: 50px 0;
}


@media (max-width:767px) {
    body.lock {
        overflow: hidden;
    }
    .navbar__link {
        color: #000;
    }
    .navbar__burger {
        display: block;
        position: relative;
        width: 30px;
        height: 20px;
        z-index: 3;
    }
    .navbar__burger span {
        position: absolute;
        background-color: #fff;
        left: 0;
        width: 100%;
        height: 2px;
        top: 9px;
        transition: all 0.3s ease 0s;
    }
    .navbar__burger:before,
    .navbar__burger:after {
        content: '';
        background-color: #fff;
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
        transition: all 0.3s ease 0s;
    }
    .navbar__burger:before {
        top: 0;
    }
    .navbar__burger:after {
        bottom: 0;
    }
    .navbar__burger.active:before {
        transform: rotate(45deg);
        top: 9px;
    }
    .navbar__burger.active:after {
        transform: rotate(-45deg);
        bottom: 9px;
    }
    .navbar__burger.active span {
        transform: scale(0);
    }
    .navbar__menu {
        position: fixed;
        top: -100%;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color:#fff;
        padding: 70px 10px 0 10px;
        transition: all 0.3s ease 0s;
    }
    .navbar__menu.active {
        top: 0;
    }
    .navbar__list {
        display: block;
    }
    .navbar__list li {
        margin: 0 0 20px 0;
    }
}