body {
    background-color: #f8f9fa;
    color: #343a40;
    width: 100%;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1400px;
    }
.header {
    background-color: #1e1e1e;
    color: white;
    padding: 10px 0;
}
.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.banner {
    background: url('/images/banner.jpg') no-repeat center center;
    background-size: cover;
    padding: 60px 0;
    color: white;
    text-align: center;
}
.pricing-table {
    margin-top: 20px;
}
.pricing-table img {
    width: 500px;
    position: relative;
    top: 35px;
    transition: transform 0.3s ease-in-out;
    height: 500px;
    object-fit: contain;
}
.pricing-table img:hover {
    transform: scale(1.2);
}
.list-group{
    border-radius: 5px;
}
.pricing-buttons button {
    margin: 5px;
}
.pricing-buttons {
    margin-bottom: 3rem;
}
.active-button {
    background-color: #ffc107; /* Цвет активной кнопки */
    color: white;
}
.choice-button{
    background: #c7c7c7;
}

.pricing-table {
    margin-bottom: 50px;
}

img.logo {
    width: 250px;
    transition: transform 0.3s ease-in-out;
}
img.logo:hover {
    transform: scale(1.2);
}
button.btn.btn-warning.btn-lg{
        transition: transform 0.3s ease-in-out;
}
button.btn.btn-warning.btn-lg:hover {
    transform: scale(1.2);
}

a.hlink {
    color: white;
    position: relative;
    text-decoration: none;
    margin-left: 80px;
}
a.hlink::before {
    content: "";
    position: absolute;
    bottom: -2px; /* Под текстом ссылки */
    left: 0;
    width: 0;
    height: 2px;
    background-color: white;
    transition: width 0.3s ease; /* Анимация роста */
}
a.hlink:hover::before {
    width: 100%; /* Расширяем линию на всю длину текста ссылки */
}
/*search*/
input#modelSearch {
    width: 50%;
    margin-bottom: 30px;
}
input#modelSearch {
    width: 50%;
    margin-bottom: 30px;
    padding: 5px;
    opacity: 0.8;
}
.alert.alert-warning {
    margin-top: 30px;
}






.header .btn_wh {
    display: inline-block;
    vertical-align: middle;
}
.btn_wh {
    width: 20px;
    height: 30px;
    overflow: hidden;
    background: url(https://xn--34-9kc2asm.xn--p1ai/img/whatsapp.svg) no-repeat;
    background-size: contain;
    background-position: center;
    border: none;
    padding: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.about {
    display: flex;
    margin: 50px 0;
    align-items: center;
}
p.paragraph {
    text-align: left;
    margin-left: 20px;
    word-break: break-word;
    font-family: tahoma;
    font-weight: bold;
}
img.hoco {
    width: 100px;
    object-fit: cover;
    height: 100px;
    border-radius: 50%;
}



h1.iph {
    border: 1px solid #e3e4e8;
    margin: 0;
    padding: 10px;
    background: white;
    text-align: center;
}

.klient {
    display: inline-flex;
}
.lab {
    margin: 10px 15px;
}


a.linc {
    padding: 5px;
    border: 1px solid #343a40;
    border-radius: 4px;
    color: #343a40;
    margin-right: 8px;
}
.sel{
    background: #343a40;
    color: white !important;
}
.catalog_nav {
    margin: 10px 0;
    margin-top: 20px;
    justify-content: center;
    display: flex;
}
a.linc:hover {
    background: #484f57;
    text-decoration: none;
    color: white !important;
}
























/*tovar_page*/
div#tovar_page {
    padding: 20px;
    background: white;
    border: 1px solid #e3e4e8;
    display: flex;
    border-radius: 10px;
}
.page_column {
    padding: 20px;
    border: 1px solid #e3e4e8;
    margin-bottom: 20px;
}

.lc {
    width: 350px;
}
img.tovar_image {
    width: 300px;
}


#namtov{
    font-size: 25px;
    padding: 0px 10px;
    margin-bottom: 10px;
}
.tovar_name {
    font-weight: bold;
    margin-bottom: 10px;
}
.tovar_price {
    font-weight: 900;
    background: #f7f7f7;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 18px;
}



#top_page{
    margin-bottom: 10px;
    padding:0 10px;
}
a.alinks {
    font-size: 11px;
    color: #b3b3b3;
    font-weight: 600;
}
a.alinks:hover{
    color: #343a40;
    text-decoration: none;
    cursor: pointer;
}
.rc {
    width: 50%;
}

.info_content{
    margin: 10px 0;
    font-size: 12px;
    color: gray;
}



.model-category {
    margin: 50px 0;
}



















/*footer*/
div#footer {
    background: #1e1e1e;
    align-items: center;
    justify-content: space-between;
    display: flex;
    margin: 0 auto;
}

div#left {
    width: 300px;
    margin: 0 auto;
}
span.garant {
    color: gray;
    position: relative;
    top: -10px;
}
p.grafik {
    margin: 10px 0;
    color: white;
}

div#bottom_left {
    margin-left: 10px;
}



div#right {
    margin: 0 auto;
}
div#maps {
    display: flex;
}
.posititon_map {
    margin-right: 50px;
}
span.where_map {
    color: gray;
    text-align: left;
    margin: 10px 0;
    display: block;
}
.counter{
    color: white;
    font-size: 11px;
}





/*catalog*/
img.img_tovar {
    width: 100%;
    height: 173px;
    object-fit: contain;
}
#cables{
    padding: 20px;
    border: 1px solid #e3e4e8;
    margin-bottom: 20px;
}
.right_column {
    padding: 20px;
    border: 1px solid #e3e4e8;
    margin-bottom: 20px;
}
div#load_more_cables {
    text-align: center;
}
#tovar {
    background: #fff;
    border: 1px solid #e3e4e8;
    width: 195px;
    padding: 10px;
    margin-right: 22px;
    margin-bottom: 10px;
    display: inline-block;
}

.bottom_tovar {
    font-size: 12px;
    font-family: tahoma;
}
a.name {
    display: block;
    color: #1e1e1e;
    font-weight: 900;
    font-size: 10.5px;
    margin-top: 10px;
    font-family: system-ui;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}
a.price {
    color: gray;
    font-size: 15px;
    font-weight: bold;
    font-family: system-ui;
}
a.credit {
    display: block;
    text-decoration: none;
    color: #099921;
    font-family: system-ui;
}
.button {
    text-align: center;
    background: #1e1e1e;
    color: white;
    border-radius: 3px;
    font-size: 15px;
    padding: 7px;
}
div#add_tovar {
    margin: 0 auto;
    width: 500px;
    padding: 110px 0px;
}








img:hover {
    cursor: pointer;
}
img.dark_mode {
    width: 20px;
    filter: invert(40%);
    z-index: 10000;
}




.cookie-consent {
    font-size: 12px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #f0f0f0;
    padding: 10px;
    text-align: center;
    border-top: 1px solid #e3e4e8;
}
button.button_cookie {
    border: 1px solid #343a40;
    background: #222222;
    color: white;
    padding: 4px 11px;
    margin-left: 10px;
    margin-top: 5px;
}
#requestForm {
    margin-bottom: 3rem;
}

/*stekla*/
table {
    margin: 20px 0;
    width: 100%;
}




/*404*/
.nopage404 {
    text-align: center;
    margin: 10% 0;
}
img.hocologo {
    transition: transform 0.3s ease-in-out;
    width: 100%;
}

#baton:hover {
    transform: scale(1.1);
}
#baton {
    transition: transform 0.3s ease-in-out;
}
button.btn.btn-dark.btn-lg.mt-3 {
    margin: 50px 0 !important;
}
#top_choice {
    margin-right: 13px;
    width: 120px;
    height: 50px;
}
#top_choice.btn-outline-dark:hover {
    background-color: #bbbbbb;
    border-color: gray;
}

h2.mt-5 {
    margin-bottom: 1rem;
}





/*other tovars*/
.other_tovars {
    margin: 1rem 0;
}











/*айфон тест*/

