.bg-dark{
    background-color: white !important;
    color: #292929 !important;
    border-bottom: #b6b6b6 1px solid;
    padding: 10px;
    width: 92%;

}

.navbar-dark, .navbar[data-bs-theme=dark] {
    --bs-navbar-color: #292929;
    --bs-navbar-hover-color: #606060;
    --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
    --bs-navbar-active-color: #555555;
    --bs-navbar-brand-color: #292929;
    --bs-navbar-brand-hover-color: #505050;
    --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);

}

header{
    display: flex;
    justify-content: center;
}

.default-section{
    padding: 80px 0px 80px 0px;
}

img{
    border-radius: 10px;
}

.imagewrapper{
    overflow: hidden;
    border-radius: 10px;
    width: 100%;
}

.default-section{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    width: 100%;

}

.index-about{
    gap: 10px;
    padding: 0px 0px 80px 0px;

}

.about-block{
    gap: 10px;
}

.block-pd{
    margin: 60px 0px 40px 0px;

}

.block{
    margin: 20px 0px 20px 0px;
}

.button{
    padding: 10px;
    background-color: #000000;
    border-radius: 5px;
    color: white;
    border: none;
}
.button:hover{
    background-color: #333333;
}
.button-wd200{
    width: 200px;
}
.button-wd160{
    width: 200px;
}

.button-ht55{
    height: 55px;
}

.button-ht45{
    height: 45px;
}
.button-ht35{
    height: 35px;
}

.between{
    display: flex;
    justify-content: space-between;
}
.content-center{
    display: flex;
    justify-content: center;
}
.content-end{
    display: flex;
    justify-content: end;
}
.content-start{
    display: flex;
    justify-content: start;
}


.items-start{
    display: flex;
    align-items: start;
}
.items-center{
    display: flex;
    align-items: center;
}
.items-end{
    display: flex;
    align-items: end;
}
.wrap{
    display: flex;
    flex-wrap: wrap;
}
.incolumn{
    display: flex;
    flex-direction: column;
}
.inrow{
    display: flex;
    flex-direction: row;
}
.row{
    display: flex;
    justify-content: start;
    align-items: start;
    width: 100%;
}

.text-start{
    text-align: start;
}
.text-center{
    text-align: center;
}
.text-end{
    text-align: end;
}

.font-size40{
    font-size: 40px;
}
.font-size32{
    font-size: 32px;
}
.font-size24{
    font-size: 24px;
}
.font-size20{
    font-size: 24px;
}
.font-size18{
    font-size: 18px;
}
.font-size16{
    font-size: 16px;
}
.font-size14{
    font-size: 14px;
}

.ln-ht15{
    line-height: 1.55;
}
.ln-ht1{
    line-height: 1;
}

.wd100{
    width: 100%;
}
.wd90{
    width: 90%;
}
.wd80{
    width: 80%;
}
.wd70{
    width: 70%;
}
.wd60{
    width: 60%;
}
.wd50{
    width: 50%;
}
.wd40{
    width: 40%;
}
.wd30{
    width: 30%;
}
.wd20{
    width: 20%;
}

.padding20{
    padding: 20px;
}
.padding15{
    padding: 15px;
}
.padding10{
    padding: 10px;
}
.padding-top20{
    padding-top: 20px;
}
.padding-top10{
    padding-top: 10px;
}
.padding-bottom20{
    padding-bottom: 20px;
}
.padding-bottom10{
    padding-bottom: 10px;
}
.margin20{
    margin: 20px;
}
.margin15{
    padding: 15px;
}
.margin10{
    margin: 10px;
}
.margin-top20{
    margin-top: 20px;
}
.margin-top10{
    margin-top: 10px;
}
.margin-bottom20{
    margin-bottom: 20px;
}
.margin-bottom10{
    margin-bottom: 10px;
}

.gap40{
    gap: 40px;
}
.gap30{
    gap: 30px;
}
.gap20{
    gap: 20px;
}
.gap15{
    gap: 15px;
}
.gap10{
    gap: 10px;
}

ul li::marker {
    color: #ffdd00;
    font-size: 5em;

}

ul.wd40 li {
    display: flex;
    align-items: flex-start;
    gap: 10px; /* расстояние между маркером и текстом */
    list-style: none; /* скрываем стандартный маркер */
}

ul.wd40 li::before {
    content: "•";         /* маркер */
    font-size: 150px;      /* размер маркера */
    line-height: 0.1;
    color: #ffdd00;


}

.custom-card{
    border-radius: 10px;
    width: 650px;
    max-height: 550px;
    position: relative;
    color: #151515;


}
.custom-card > img{
    height: 360px;
}

.bg-yellow{
    background-color: #ffdd00;
    border-radius: 10px;
    height: 400px;
}

.bg-img1{
    background-image: url("../imgs/bg1.jpg");
    background-size: 100%;
    background-position: center;

    width: 100%;
    height: 800px;
    border-radius: 10px;
}

.bg-img2{
    background-image: url("../imgs/bg1.jpg");
    background-size: 100%;
    background-position: center;



    width: 97%;
    height: 700px;
    border-radius: 10px;
}

.pd1{
    margin: 0px 5px 0px 5px;
}


.circle{
    border-radius: 50px;
    border: 1px solid black;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cardbox{
    position: absolute;
    backdrop-filter: blur(5px);
    width: 100%;
    height: 100% ;
    padding: 25px;
    border-radius: 10px;
    overflow: hidden;
    color: white;
}


.overflow-hidden{
    overflow: hidden;
}

.default-input{
    width: 400px;
    height: 45px;
    padding: 15px;
    border: solid 2px;
}

.default-txtarea{
    width: 810px;
    padding: 15px;
    border: solid 2px;
}

.yellow-button{
    background-color: #ffd500;
    border-radius: 10px;
    width: 200px;

    border: none;

    color: black;

}

.contact-form{
    width: 820px;
}