/* Общие стили */

header {
background: linear-gradient(to bottom, #d7d9da 0%, #bcc0c2 100%);
color: #333 !important;
font-weight: 700 !important;
}

header .header-container .menu nav {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-self: stretch;
column-gap: 24px;
margin-left: 0;
width: max-content;
}
main.m-top {
margin-top: 30px;
}

.menu a {
box-sizing: border-box;
padding: 0 25px;
transition: transform 0.3s, -webkit-transform 0.3s;
color: #333 !important;
text-transform: uppercase;
font-size: 14px;
font-weight: 500;
}

.header-container .buttons {
column-gap: 5px !important;
}

.buttons {
color: #fff;
display: flex;
padding: 10px;
width: 100%;
line-height: 22px;
transition: background-color 0.3s ease, border 0.3s ease, box-shadow 0.3s ease;
height: 100%;
align-items: center;
justify-content: flex-end;
}

.btn-s {
box-shadow: inset 0 50px 25px -25px #36b21d;
background-color: #2a611f !important;
font-size: 14px;
height: 100%;
padding: 10px;
width: fit-content !important;
}

.btn-2 {
box-shadow: inset 0 50px 25px -25px #991d0a;
background-color: #64180c !important;
font-size: 14px;
height: 100%;
padding: 10px;
width: fit-content !important;
}


a.btn {
display: block;
text-decoration: none;
background-color: red;
color: white;
font-family: "Roboto", sans-serif;
font-weight: 700;
letter-spacing: 0.2px;
text-transform: uppercase;
text-align: center;
border-radius: var(--button-border-radius);
transition: 0.3s all ease-in-out;
border: 1px solid var(--button-border);
width: 100%;
}

.btn-l {
background: red;
width: 100%;
text-align: center;
}

main {
width: 75%;
}

section {
max-width: 100%;
margin: 0 auto 0 auto;
padding: 0 5px 0 5px;
}
.owl-carousel.owl-loaded {
display: none !important;
}
.owl-theme.nav-top {
padding-top: 0 !important;
margin-top: -32px !important;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
display: none;
}

svg {
fill: white !important;
}

#main-logo-img {
justify-items: center;
}

h1 {
font-family: "Rubik", sans-serif;
font-size: 32px;
font-weight: 700;
line-height: 124%;
color: rgb(129, 24, 28);
text-align: center;
}

h2 {
font-size: 24px;
text-align: center;
}

h3 {
font-size: 24px;
}

p {
font-size: 16px;
}

li {
font-size: 16px;
}

a {
text-decoration: none;
}

footer {
background: linear-gradient(to bottom, #d7d9da 0%, #bcc0c2 100%);
}

.accordion .accordion-item .accordion-header h3 {
color: rgb(129, 24, 28);
}

.accordion .accordion-item .accordion-body {
color: black;
}

.card {
background: white;
border: 0 solid white;
}

.bonus-popup .bonus-popup-content {
border: 1px solid #29292c;
border-radius: 18px;
align-items: end;
width: 345px;
height: 430px;
padding: 10px;
display: flex;
position: fixed;
top: 65px;
right: 5px;
}

.bonus-popup-content__image {
width: 330px;
height: 330px;
position: absolute;
bottom: 85px;
right: -37px;
}

.bonus-popup-content__image img {
/* object-fit: cover; */
/* object-position: top; */
z-index: 1;
width: 400px !important;
position: relative;
right: 50px;
}

.bonus-popup-content__button {
color: #fff;
z-index: 100;
background-color: #08a973;
border: none;
border-radius: 10px;
width: 340px;
height: 46px;
font-weight: 800;
position: relative;
}

.bonus-popup-content__button-close {
display: none
}

@media only screen and (max-width: 1480px) {
.btn-s {
font-size: 14px;
height: 100%;
padding: 10px;
width: fit-content !important;
}

.btn-2 {
font-size: 14px;
height: 100%;
padding: 10px;
width: fit-content !important;
}

header .header-container .menu a {
font-size: 14px;
font-weight: 700;
}

.cy-ubledtusz_c_obmeytu {
min-width: 50px;
}

}






@media only screen and (max-width: 1250px) {
main {
width: 100%;
}
header .header-container .menu a {
font-size: 10px;
font-weight: 700;
}

.fyouoltdeurzCcoolmuymunlMdeunzuc {
flex-direction: column !important;
}

.cyoull {
width: 50% !important;
}

.bonus-popup,
.bonus-popup-content {
display: none;
}

header .header-container .menu.open {
left: 0;
background: linear-gradient(to bottom, #d7d9da 0%, #bcc0c2 100%);
}

.fyiuxleddu-zhceoamdyiunlgd.oynuel {
top: 0;
}

.cy-ubledtusz_c_obmeytu {
min-width: 50px;
}

header .burger {
display: flex;
align-items: center;
}
.btn-s {
font-size: 10px;
height: 100%;
padding: 10px;
width: fit-content !important;
}
.btn-2 {
font-size: 10px;
height: 100%;
padding: 10px;
width: fit-content !important;
}

}


@media screen and (max-width: 1100px) {

.cy-uelvdeunztcso .cy-ubledtusz {
flex: 0 0 100% !important;
}
}

@media screen and (max-width: 768px) {
header .header-container .menu nav {
flex-direction: column !important;
justify-content: flex-start;
align-items: flex-start;
margin-left: 0;
row-gap: 12px;
padding: 24px 0;
overflow-y: scroll;
}
}

}