:root {
    --bs-body-font-size: 14px;
}

html {
    line-height: 1.15;
   -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button: -moz-focusring,
[type="button"]: -moz-focusring,
[type="reset"]: -moz-focusring,
[type="submit"]: -moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

.tab-content>.active {
    opacity: 1;
}

* {
    box-sizing: border-box;
    /*transition: all 0.3s linear*/
}

body {
    font-family: "Gilroy", sans-serif;
    background: #fff;
    position: relative;
    font-size: 14px;
}

body.lock {
    overflow: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    bottom: 0
}

button,
input,
textarea {
    outline: none;
    border: none;
    background-color: transparent;
    padding: 0;
    margin: 0
}

textarea {
    resize: none
}

button {
    cursor: pointer
}

p {
    margin: 0;
    padding: 0
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

a {
    text-decoration: none
}

.wrapper {
    overflow: hidden;
    min-height: 100%;
    padding-top: 175px
}

@media(max-width: 1200px) {
    .wrapper {
        padding-top: 50px
    }


}

.container {
    position: relative;
    max-width: 1410px;
    width: 100%;
    margin: auto
}

@media(max-width: 1200px) {
    .container {
        max-width: 100%;
        padding: 0 20px
    }


}

.title {
    font-weight: 700;
    font-size: 36px;
    line-height: 37px;
    color: #000;
    margin-bottom: 35px
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100
}

a {
    color:  #878585;
}

.header__container {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.header__top {
    display: flex;
    align-items: center;
    width: 100%;
    height: 55px;
   /*background: #444*/
   background: #007484;
}


.header__top_menu_button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 15px;
    border-radius: 6px;
    cursor: pointer
}

.header__top_menu_button a {
    font-size: 15px !important;
    line-height: 16px !important;
    text-decoration: none !important
}

.header__top_menu_button_sale {
    /*background:  #CF3D3D*/
	background:  #f26522;
}

.header__top_menu_button_sale a {
    color: #fff !important
}

.header__top_menu_button:hover {
    background: #000
}

.header__top_menu_button:hover a {
    color:  #fff !important
}

.header__top_menu_button_catalog {
    /*background: #F1CE63;*/
	background: #966a10;
}

.header__top_menu_button_catalog a {
	/*color: #444 !important*/
	color : White;
}

.header__top_menu_button:not(:last-child) {
    margin-right: auto !important
}

.header__top_menu ul li a {
    font-size: 16px;
    line-height: 17px;
    color:  #fff;
    text-decoration: underline
}

.header__top_menu ul li:hover a {
    color: #F1CE63
}

.header__top_menu ul li:not(:last-child) {
    margin-right: 25px
}

.header__top_search {
    width: 325px;
    height: 25px;
    margin-right: 30px;
    margin-left: auto
}

.header__top_search input {
    border: 0.5px solid #8A8A8A;
    background:  #fff;
    padding: 0 20px 0 8px;
    color: #000;
    font-size: 13px;
    line-height: 13px
}

.header__top_search input::placeholder {
    color: #444;
    font-style: italic;
    font-weight: 300;
    font-size: 13px;
    line-height: 13px
}

.header__top_search button {
    width: 20px;
    height: 20px;
    background:  #444
}

.header__top_labels {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.header__top_labels_item {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    color: #fff
}

.header__top_labels_item:not(:last-child) {
    margin-right: 30px
}

.header__top_labels_item svg {
    margin-right: 5px
}

.header__top_labels_item:hover {
    color: #F1CE63
}

.header__mobile {
    display: none
}

.header__bottom {
    position: relative;
    padding-top: 12px;
    padding-bottom: 20px;
    background: #fff
}

.header__bottom_text {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #000
}

.header__bottom_logo {
    position: absolute;
    left: 50%;
    top: -20px;
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
    align-items: center;
    flex-direction: column
}

.header__bottom_logo img {
    margin-bottom: 5px;
    position: relative;
    z-index: 3
}

.header__bottom_logo div {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 3px;
    color:  #000;
	display:none!important;
}

.header__bottom_logo p {
	font-weight: 400;
	font-size: 9px;
	line-height: 12px;
	color: #000;
	margin-top : 0px!important;
	padding-top : 0px!important;
	display:none!important;
}

.header__bottom_logo:hover div {
    color:  #F1CE63
}

.header__bottom_logo_bg {
    position: absolute !important;
    width: 178px;
    height: 39px;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1 !important
}

.header__bottom_right {
    display: flex;
    /*align-items: flex-end;*/
    align-items: flex-start;
    /*flex-direction: column*/
}

.header__bottom_right_top,
.header__bottom_right_bottom {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.header__bottom_right_top {
    margin-bottom: 10px
}

.header__bottom_right-left {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    margin-right: 20px;
}

.header__bottom_right-left .top {
    margin-bottom: 10px;
}

.header__bottom_right a {
    font-weight: 700;
    font-size: 16px;
    line-height: 17px;
    color: #000000
}

@media (max-width: 400px) {
    .header__bottom_right a {
        font-size: 14px;
    }
}

.header__bottom_right_top a:not(:first-child) {
    margin-left: 8px
}

.header__bottom_right a:hover {
    color:  #F1CE63
}

.header__bottom_right a:hover svg path {
    fill: #F1CE63
}

.header__bottom_right button {
    border: 0.5px dashed #444;
    padding: 4px 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    color:  #444;
    border-radius: 6px;
    width: 100%;
    margin-bottom: 10px;
}

.header__bottom_right button:hover {
    border: 0.5px dashed #F1CE63;
    background: #F1CE63
}

.header__bottom_right_bottom {
    align-items: flex-start
}

.header__bottom_right_bottom a {
    font-weight: 700;
    font-size: 16px;
    line-height: 17px;
    color: #000000
}

.header__bottom_right_bottom_buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 5px;
    background:  #E4E4E4;
    border-radius: 6px
}

.header__bottom_right_bottom_buttons_item {
    margin: 0 7px;
    position: relative;
}

.header__bottom_cart,
.header__bottom_profile {
    position: relative
}

.header__bottom_cart:hover svg path,
.header__bottom_cart:hover svg circle,
.header__bottom_profile:hover svg path,
.header__bottom_profile:hover svg circle {
    stroke: #F1CE63
}

.header__bottom_right_bottom_buttons_item div {
    position: absolute;
    top: -5px;
    right: -7px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
    background: #F1CE63;
    border-radius: 14px
}

.header__bottom_right_bottom_buttons_item div span {
    font-weight: 400;
    font-size: 10px;
    line-height: 10px;
    color: #444
}

.header .wishlist-count.hide,
.header .compare-count.hide {
    opacity: 0;
}

@media (max-width: 1300px) {
    .header__top_menu ul li:not(:last-child) {
        margin-right: 15px
    }

    .header__top_search {
        margin-right: 15px
    }

    .header__top_labels_item:not(:last-child) {
        margin-right: 10px
    }


}

@media (max-width: 1200px) {
    .header {
        position: initial
    }

    .header__mobile {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 50px;
        background:  #444;
        display: block;
        z-index: 98;
        padding: 12px 0
    }

    .header__mobile_logo img {
        height: 30px
    }

    .header__mobile_burger {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .header__mobile_burger span {
        position: relative;
        width: 100%;
        height: 2px;
        background: #F1CE63
    }

    .header__mobile_burger span::before,
    .header__mobile_burger span::after {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background: #F1CE63
    }

    .header__mobile_burger span::before {
        top: -8px;
        overflow: visible;
        opacity: 1
    }

    .header__mobile_burger span::after {
        bottom: -8px
    }

    .header__mobile_burger.active span {
        transform: rotate(-45deg)
    }

    .header__mobile_burger.active span::before {
        overflow: hidden;
        opacity: 0
    }

    .header__mobile_burger.active span::after {
        transform: rotate(90deg);
        bottom: 0
    }

    .header__top {
        position: fixed;
        top: 50px;
        left: 0;
        right: 0;
        height: 100%;
        display: block;
        z-index: 99;
        background: #444444;
        padding: 20px;
        transform: translateX(100%);
        transition: all 0.3s ease;
    }

    .header__top.active {
        transform: translateX(0);
    }

    .header__top .header__container {
        flex-wrap: wrap;
    }

    .header__top .header__container > * {
        width: 100%;
    }

    .header__top_search {
        width: 100%;
        order: 0;
        margin-bottom: 20px
    }

    .header__mobile .header__top_search {
        margin: 0;
        width: auto;
        margin-right: 12px;
    }

    .header__mobile .header__top_menu_button {
        margin-left: 12px;
    }


    .header__top_menu {
        order: 1;
        margin-top: 0;
        margin-bottom: auto
    }

    .header__top_menu ul li {
        margin-right: 0
    }

    .header__top_menu ul li:not(:last-child) {
        margin-bottom: 25px
    }

    .header__top_labels {
        order: 2;
        flex-direction: column;
        align-items: flex-start
    }

    .header__top_labels_item {
        margin-right: 0
    }

    .header__top_labels_item:not(:last-child) {
        margin-bottom: 10px
    }

    .header__bottom_logo {
        display: none
    }

    .header__top .menu__list {
        align-items: center;
    }

    .header__top .menu__list li {
        margin: 10px 0 !important;
    }

    .header__top_labels {
        align-items: center;
    }

    .header__top_labels_item {
        margin: 10px 0 !important;
    }

}

@media(max-width: 800px) {
    .header__bottom.header__container {
        justify-content: flex-end
    }

    .header__bottom_text {
        display: none
    }

    .header__bottom_right {
        justify-content: space-between;
        width: 100%;
    }

}

.w400 {
    display: none;
}

@media(max-width: 400px) {
    /* .header__bottom_right_social {
        display: none
    } */

    .w400 {
        display: block;
    }
    

    .header__bottom_right_top a {
        margin-left: 0 !important
    }

    .header__bottom_right_bottom,
    .header__bottom_right_top {
        width: 100%;
        align-items: center;
        justify-content: space-between
    }


}

.menu__list {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.menu__item {
    display: flex;
    justify-content: center;
    align-items: center;
    
}

@media(max-width: 1200px) {
    .menu__list {
        flex-direction: column;
        align-items: flex-start
    }


}

.search_form {
    position: relative
}

.search_form input {
    width: 100%;
    height: 100%;
    border-radius: 6px
}

.search_form button {
    position: absolute;
    right: 2px;
    top: 2px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1
}

.main {
    position: relative;
    /*height: 480px;*/
    margin-bottom: 40px
}

@media(max-width: 500px) {
    .main {
        height: 350px
    }


}

.main__slider {
    position: relative;
    height: 100%;
    z-index: 3
}

 #slideshow0.item img {
    width: 100%
}

.main__slider_button_prev,
.main__slider_button_next {
    transform: translateY(-50%)
}

.main__slider_button_prev::after,
.main__slider_button_next::after {
    display: none
}

@media(max-width: 1200px) {

    .main__slider_button_prev,
    .main__slider_button_next {
        display: none
    }


}

.main__slider_button_prev {
    left: 100px
}

.main__slider_button_next {
    right: 100px
}

@media(max-width: 1300px) {
    .main__slider_button_prev {
        left: 20px
    }

    .main__slider_button_next {
        right: 20px
    }


}

.main__slider_slide_container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1100px
}

@media(max-width: 1200px) {
    .main__slider_slide_container {
        padding: 20px;
        max-width: 980px
    }


}

@media(max-width: 900px) {
    .main__slider_slide_container {
        flex-direction: column;
        justify-content: center;
        background: #444
    }


}

.main__slider_slide_text {
    max-width: 450px;
    width: 100%
}

.main__slider_slide_text h2 {
    font-weight: 900;
    font-size: 38px;
    line-height: 48px;
    text-transform: uppercase;
    color:  #fff;
    margin-bottom: 14px
}

.main__slider_slide_text p {
    font-weight: 700;
    font-size: 29px;
    line-height: 36px;
    color: #fff
}

@media(max-width: 1200px) {
    .main__slider_slide_text {
        max-width: 300px
    }

    .main__slider_slide_text h2 {
        font-size: 24px;
        line-height: 30px
    }

    .main__slider_slide_text p {
        font-size: 18px;
        line-height: 26px;
        font-weight: 500
    }


}

@media(max-width: 900px) {
    .main__slider_slide_img {
        width: 100%;
        height: 300px
    }

    .main__slider_slide_img img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .main__slider_slide_text {
        text-align: center;
    }
}

@media(max-width: 500px) {
    .main__slider_slide_img {
        height: 250px
    }


}

@media(max-width: 400px) {
    .main__slider_slide_img {
        height: 200px
    }


}

.main__slider_slide_link {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
    /*position: absolute;*/
    /*right: 35px;*/
    /*bottom: 40px;*/
    /*width: 120px;*/
    /*height: 40px;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /*background: #444;*/
    /*border-radius: 6px;*/
    /*color:  #fff*/
}

.main__slider_slide_link:hover {
    /*color: #444;*/
    /*background:  #F1CE63*/
}

@media(max-width: 900px) {
    /*.main__slider_slide_link {*/
    /*    right: 50%;*/
    /*    transform: translateX(50%);*/
    /*    background: #F1CE63;*/
    /*    color: #444*/
    /*}*/

    /*.main__slider_slide_link:focus {*/
    /*    color:  #444;*/
    /*    background: #fff*/
    /*}*/

    /*.main__slider_slide_link:hover {*/
    /*    background: #F1CE63;*/
    /*    color: #444*/
    /*}*/


}

.main__before_f,
.main__before_s {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
}

.main__before_f {
    z-index: 2
}

.main__before_s {
    z-index: 1;
    top: -20px
}

.main__before_f img, .main__before_s img {
    width: 100%;
}

@media (max-width: 900px) {

    .main__before_f,
    .main__before_s {
        display: none
    }


}

.hits {
    margin-bottom: 35px
}

.hits__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    color:  #000;
    margin-bottom: 20px;
    text-align: justify
}

.hits__catalog {
    margin-bottom: 35px !important;
    display: grid;
    grid-template-columns: 300px 1fr;
    grid-template-rows: 1fr;
    grid-gap: 30px
}

.hits .catalog__list {
    width: 75%;
}

.catalog__list.catalog_specials {
    grid-template-columns: repeat(4, 1fr);
    margin: 20px 0;
}

@media(max-width: 1200px) {
    .catalog__list.catalog_specials {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media(max-width: 1000px) {
    .hits__catalog {
        grid-template-columns: 1fr;
        grid-template-rows: 50px 1fr
    }
}

@media(max-width: 992px) {
    .hits .catalog__list {
        width: 100%;
    }

    .catalog__list.catalog_specials {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 700px) {
    .catalog__list.catalog_specials {
        grid-template-columns: repeat(1, 1fr);
    }
}

.hits__link {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000
}

.hits__link svg {
    margin-left: 2px
}

.hits__link svg path {
    stroke:  #000
}

.hits__link:hover {
    color: #F1CE63
}

.hits__link:hover svg path {
    stroke: #F1CE63
}

@media(max-width: 1000px) {
    .hits__link {
        display: none
    }


}

.banner {
    position: relative;
    width: 100%;
    min-height: 330px;
    margin-bottom: 60px;
}

.banner:before {
    content: '';
    background: url(../image/banner_1.jpg) center/cover no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.banner__container {
    z-index: 3;
    display: flex;
    align-items: center;
    padding: 15px 0;
    justify-content: space-between;
}

@media(max-width: 1200px) {
    .banner__container {
        max-width: 100%;
        padding: 20px
    }


}

.banner__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2
}

.banner__image {
    margin: auto
}

@media(max-width: 900px) {
    .banner__image {
        display: none
    }


}

.banner__text {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    min-height: 294px;
    width: 650px;
    padding: 17px;
    background: rgba(255, 255, 255, 0.91);
    border-radius: 6px
}

@media(max-width: 500px) {
    .banner__text {
        min-height: 210px
    }


}

.banner__text_title {
    font-size: 48px;
    line-height: 50px;
    color: #000;
    margin-bottom: 17px
}

@media (max-width: 500px) {
    .banner__text_title {
        font-size: 20px;
        line-height: 25px
    }


}

.banner__text_text {
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    color:  #000
}

.banner__text_link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto 0 0 auto;
    width: 120px;
    height: 40px;
    background: #444;
    border-radius: 6px;
    color:  #fff;
    z-index: 10
}

.banner__text_link:hover {
    background: #F1CE63;
    color: #444
}

.banner_main {
    margin-bottom: 72px
}

.banner_hot {
    margin: 60px 0;
}

.banner_hot::before {
    content: '';
    /*position: absolute;*/
    /*width: 100%;*/
    /*height: 550px;*/
    /*left: 0;*/
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
    /*background-image: url(/img/banner_1_before.png);*/
    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
    /*z-index: 1*/
}

.banner_hot .banner__container {
    justify-content: space-between
}

.sale_products {
    margin-bottom: 130px
}

.sale_products__container {
    overflow: hidden
}

.sale_products__text {
    margin-bottom: 35px;
    font-size: 14px;
}

.sale_products__slider {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column
}

.sale_products__slider_navigations {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px
}

.sale_products__slider_button_prev,
.sale_products__slider_button_next {
    position: initial;
    width: 24px;
    height: 24px;
    margin-top: 0
}

.sale_products__slider_button_prev svg,
.sale_products__slider_button_next svg {
    width: 100%;
    height: 100%
}

.sale_products__slider_button_prev svg path,
.sale_products__slider_button_next svg path {
    fill:  #444
}

.sale_products__slider_button_prev {
    margin-right: 20px
}

.sale_products__slider_button_prev::after {
    display: none
}

.sale_products__slider_button_next {
    margin-left: 20px
}

.sale_products__slider_button_next::after {
    display: none
}

.sale_products__slider_pagination {
    position: initial;
    display: flex;
    align-items: center;
    justify-content: center
}

.sale_products__slider_pagination_item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: transparent;
    border: 1px solid #8A8A8A;
    color:  #444;
    opacity: 1
}

.sale_products__slider_pagination_item:not(:last-child) {
    margin-right: 10px
}

.sale_products__slider_pagination_item.swiper-pagination-bullet-active {
    background: #444;
    border: 1px solid  #444;
    color: #fff
}

.sale_products__slider_pagination_item:hover {
    border: 1px solid #444
}

.catalog {
    margin-bottom: 130px
}

.catalog__container {
    display: grid;
    grid-template-columns: 300px 1fr;
    grid-template-rows: 1fr;
    grid-gap: 30px
}

@media (max-width: 1000px) {
    .catalog__container {
        grid-template-columns: 1fr;
        grid-template-rows: 50px 1fr
    }


}

.catalog__sidebar a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color:  #444
}

.catalog__sidebar_open {
    display: none
}

.catalog__sidebar_categories_accordion.accordion-button.hidden_body::after {
    display: none
}

.catalog__sidebar_categories_accordion.accordion-button:not(.collapsed) {
    background-color: transparent
}

.catalog__sidebar_categories_accordion.accordion-button:not(.collapsed) a {
    color: #F1CE63
}

.catalog__sidebar_categories_accordion.accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-icon)
}

.catalog__sidebar_categories_accordion.accordion-button:focus {
    border-color: #F1CE63;
    box-shadow: 0 0 0 0.25rem #F1CE6330
}

.catalog__sidebar_categories_accordion.list-group-item a {
    font-size: 13px;
    line-height: 16px
}

.catalog__sidebar_categories_accordion.list-group-item:hover a {
    color: #F1CE63
}

.catalog__sidebar_categories_accordion.list-group-item.active {
    background-color: transparent;
    border-color: var(--bs-list-group-border-color);
    border-top-width: 0
}

.catalog__sidebar_categories_accordion.list-group-item.active a {
    color: #F1CE63
}

.catalog__sidebar_categories li {
    width: 100%
}

.catalog__sidebar_categories li svg path {
    stroke: #444
}

.catalog__sidebar_categories li:hover a {
    color:  #F1CE63
}

.catalog__sidebar_categories li:hover ul li a {
    color: #444
}

.catalog__sidebar_categories li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color:  #444
}

.catalog__sidebar_categories li:not(:last-child) {
    margin-bottom: 15px
}

.catalog__sidebar_categories li ul {
    margin-top: 10px
}

.catalog__sidebar_categories li ul li {
    margin-left: 24px
}

.catalog__sidebar_categories li ul li:hover a {
    color: #F1CE63
}

.catalog__sidebar_categories li ul li a {
    font-size: 13px;
    line-height: 16px
}

.catalog__sidebar_categories li ul li:not(:last-child) {
    margin-bottom: 10px
}

.catalog__sidebar_filters {
    margin-top: 38px
}

.catalog__sidebar_filters.accordion-button:not(.collapsed) {
    background-color: transparent;
    color: #F1CE63
}

.catalog__sidebar_filters.accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-icon)
}

.catalog__sidebar_filters.accordion-button:focus {
    border-color: #F1CE63;
    box-shadow: 0 0 0 0.25rem #F1CE6330
}

.catalog__sidebar_filters_title {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    margin-bottom: 5px
}

.catalog__sidebar_filters_price {
    margin-bottom: 30px
}

.catalog__sidebar_filters_price_result {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px
}

.catalog__sidebar_filters_price_result p {
    width: 100%;
    background:  #F0F0F0;
    border-radius: 6px;
    padding: 3px 10px
}

.catalog__sidebar_filters_price_result p:first-child {
    margin-right: 3px
}

.catalog__sidebar_filters_price_result_l,
.catalog__sidebar_filters_price_result_r {
    display: flex;
    align-items: center;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #8A8A8A
}

.catalog__sidebar_filters_price_result_l {
    justify-content: flex-start
}

.catalog__sidebar_filters_price_result_r {
    justify-content: flex-end
}

@media (max-width: 1000px) {
    .catalog__sidebar_open {
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 300px;
        height: 50px;
        border-radius: 6px;
        background:  #F1CE63;
        color: #444;
        margin-bottom: 25px
    }

    .catalog__sidebar_categories_accordion {
        display: none
    }

    .catalog__sidebar_categories_accordion.active {
        display: block;
        position: absolute;
        left: 0;
        width: 100%;
        z-index: 20
    }

    .catalog__sidebar_filters {
        display: none
    }


}

.catalog__categories ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap
}

.catalog__categories ul li {
    background:  #F0F0F0;
    padding: 6px 12px;
    border-radius: 16px;
    margin-bottom: 15px
}

.catalog__categories ul li:not(:last-child) {
    margin-right: 10px
}

.catalog__categories ul li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #000
}

.catalog__categories ul li:hover {
    background:  #F1CE63
}

.catalog__sort {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 20px
}

.catalog__sort ul {
    display: flex;
    align-items: center
}

.catalog__sort ul li {
    position: relative;
    font-weight: 400;
    font-size: 11px;
    line-height: 12px;
    color: #000;
    cursor: pointer
}

.catalog__sort ul li.active,
.catalog__sort ul li:hover {
    font-weight: 600
}

.catalog__sort ul li:not(:last-child) {
    margin-right: 15px
}

.catalog__sort ul li:not(:last-child)::after {
    content: '/';
    position: absolute;
    right: -11px;
    top: 0;
    font-size: 12px;
    line-height: 13px;
    color:  #878585
}

.catalog__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    height: max-content;
}

@media(max-width: 700px) {
    .catalog__list {
        grid-template-columns: repeat(2, 1fr)
    }


}

@media(min-width: 1000px) {
    .catalog__list {
        /*width: 75%;*/
    }


}

.hits__container.list-group {
    display: block;
}

@media(max-width: 450px) {
    .catalog__list {
        grid-template-columns: repeat(1, 1fr)
    }


}

.catalog-pagination .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0 0;
    width: 100%;
}

.catalog-pagination .pagination li > * {
    color: #fff;
    background: #444;
    padding: 5px 10px;
    border-radius: 6px;
    margin: 0 5px;
}

.catalog-pagination .pagination li > *:focus {
    box-shadow: 0 0 0 0.25rem  #F1CE6330
}

.catalog-pagination .pagination li.active > * {
    background: #F1CE63;
    color: #444
}

.catalog-pagination .pagination li:hover > * {
    color:  #F1CE63
}

.card {
    position: relative;
    border: 1px solid #E1E1E1;
    border-radius: 6px;
    padding: 35px 10px 10px 10px
}

.card:hover {
    border-color: #444
}

.card__link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 5
}

.card__top {
    position: absolute;
    width: 100%;
    left: 0;
    top: 15px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 10
}

.card__top_article {
    font-weight: 400;
    font-size: 10px;
    line-height: 13px;
    color:  #000
}

.card__top_buttons {
    display: flex;
    align-items: center;
    cursor: pointer
}

.card__top_buttons_item.card-wishlist-btn.active svg {
    fill: red;
}

.card__top_buttons_item.card-compare-btn.active svg path {
    stroke: #F1CE63;
}

.card__top_buttons_item:not(:last-child) {
    margin-right: 10px
}

.card__top_buttons_item:hover svg path {
    stroke: #F1CE63
}

.card__info {
    height: 100%;
    display: contents;
}

.card__content {
    margin-top: auto;
    width: 100%;
}

.card__image {
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    margin-bottom: 5px
}

.card__image img {
    height: 100%
}

.card__rating {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 3px
}

.card__rating svg:not(:last-child) {
    margin-right: 1px
}

.card__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #000;
    margin-bottom: 5px
}

.card__text {
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    color:  #6A6A6A;
    margin-bottom: 5px
}

.card__availability {
    width: fit-content;
    padding: 2px 7px;
    font-weight: 500;
    font-size: 10px;
    line-height: 13px;
    color: #fff;
    /*background: #F1CE63;*/
	 background: #f26522;
    border-radius: 6px;
    margin-bottom: 10px
}

.card__price {
    width: 100%;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    text-align: center;
    margin-bottom: 10px
}

.card__price.old-price {
    text-decoration: line-through;
    font-size: 16px;
    line-height: normal;
    margin: 0;
    color: #8d8d8d;
    font-weight: normal;
}

.card__add_cart {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    padding: 7px 12px;
    /*background:  #444;*/
	background:  #007484;
    border-radius: 6px;
    color: #fff;
    z-index: 10
}

.card__add_cart:hover {
    /*background: #F1CE63;
    color: #444;*/
	background: #f26522;
    color: #fff;
}

.info {
    margin-bottom: 50px
}

.info p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color:  #000;
    text-align: justify
}

.info p:not(:last-child) {
    margin-bottom: 20px
}

.breadcrumbs {
    margin-bottom: 35px
}

.breadcrumbs__list {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.breadcrumbs__list_item {
    position: relative;
    font-size: 12px;
    line-height: 13px;
    color: #878585
}

.breadcrumbs__list_item a {
    display: flex;
    align-items: center;
    justify-content: center;
    color:  #878585
}

.breadcrumbs__list_item a svg {
    margin-right: 5px
}

.breadcrumbs__list_item a:hover {
    color: #F1CE63
}

.breadcrumbs__list_item:not(:last-child) {
    margin-right: 15px
}

.breadcrumbs__list_item:not(:last-child)::after {
    content: '/';
    position: absolute;
    right: -11px;
    top: 0;
    font-size: 12px;
    line-height: 13px;
    color: #878585
}

.filter-item__range input[type="range"] {
    box-sizing: border-box;
    appearance: none;
    width: 100%;
    margin: 0;
    padding: 0 2px;
    overflow: hidden;
    border: 0;
    border-radius: 1px;
    outline: none;
    background: linear-gradient(#dbdbdb, grey) no-repeat center;
    background-size: 100% 2px;
    pointer-events: none
}

.filter-item__range input[type="range"]:active,
.filter-item__range input[type="range"]:focus {
    outline: none
}

.filter-item__range input[type="range"]::-webkit-slider-thumb {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.28);
    background: #dbdbdb;
    position: relative;
    margin: 5px 0;
    cursor: pointer;
    appearance: none;
   -webkit-appearance: none;
    pointer-events: all;
    z-index: 2
}

.filter-item__range input[type="range"]::-webkit-slider-thumb::before {
    content: " ";
    display: block;
    position: relative;
    top: 13px;
    left: 100%;
    width: 2000px;
    height: 2px;
    background: #1bae73
}

.filter-item__range .multirange {
    position: relative;
    height: 25px
}

.filter-item__range .multirange input[type="range"] {
    position: absolute
}

.filter-item__range.multirange input[type="range"]:nth-child(1)::-webkit-slider-thumb::before {
    background-color: #1bae73
}

.filter-item__range .multirange input[type="range"]:nth-child(2) {
    background: none
}

.filter-item__range.multirange input[type="range"]:nth-child(2)::-webkit-slider-thumb::before {
    background-color: #979797
}

.filter-item__range .result {
    display: flex;
    justify-content: space-between
}

.contacts {
    margin-bottom: 60px
}

.contacts__text {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color:  #6A6A6A;
    margin-bottom: 30px
}

.contacts__top {
    margin-bottom: 30px
}

.contacts__top p {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #000;
    text-align: justify
}

.contacts__addresses {
    display: flex;
    align-items: flex-start;
    flex-direction: column
}

.contacts__address {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.contacts__address:not(:last-child) {
    margin-bottom: 20px
}

.contacts__address_info {
    width: 300px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-right: 40px
}

.contacts__address_info_title {
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color:  #000;
    margin-bottom: 10px
}

.contacts__address_info_location,
.contacts__address_info_schedule {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000;
    margin-bottom: 5px
}

.contacts__address_info_phone,
.contacts__address_info_email {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color:  #000
}

.contacts__address_info_phone:hover,
.contacts__address_info_email:hover {
    color: #F1CE63
}

.contacts__address_info_phone svg,
.contacts__address_info_email svg {
    margin-right: 5px
}

.contacts__address_info_phone svg path,
.contacts__address_info_email svg path {
    fill: #F1CE63
}

.contacts__address_info_phone {
    margin-bottom: 5px
}

.contacts-sList {
	display: flex;
	gap: 10px;
	margin-top: 5px;
}

.contacts__address_map {
    width: 100%
}

.contacts__address_map img {
    width: 100%
}

@media(max-width: 775px) {
    .contacts__address {
        flex-direction: column
    }

    .contacts__address_info {
        margin-bottom: 15px;
        margin-right: 0
    }


}

.sales {
    margin-bottom: 40px
}

.sales__text {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #6A6A6A;
    margin-bottom: 20px
}

.sales__list {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap
}

.sales__list_card {
    width: 32%;
    margin-bottom: 20px
}

.sales__list_card_img {
    width: 100%;
    margin-bottom: 5px
}

.sales__list_card_img img {
    width: 100%;
    height: 230px;
    object-fit: cover
}

.sales__list_card_text {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color:  #000
}

.sales__list_card:not(:nth-child(3)) {
    margin-right: 1%
}

@media(max-width: 800px) {
    .sales__list_card {
        width: 49%
    }

    .sales__list_card:not(:nth-child(2)) {
        margin-right: 1%
    }


}

@media(max-width: 500px) {
    .sales__list_card {
        width: 100%;
        margin-right: 0
    }


}

.order {
    margin-bottom: 60px
}

.order__text {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #6A6A6A;
    margin-bottom: 25px
}

.order__form {
    max-width: 860px;
    width: 100%
}

.form__button {
    width: 250px;
    height: 60px;
    background:  #444;
    border-color: #444;
    border-radius: 6px;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color:  #E1E1E1
}

.form__button:hover {
    background: #F1CE63;
    border-color: #F1CE63;
    color: #444
}

.form__group {
    margin-bottom: 40px
}

.form__group .form-check {
    color:  #444;
    margin-bottom: 20px
}

.form__group.form-check-input:checked {
    background-color: #F1CE63;
    border-color: #F1CE63
}

.form__group.form-check-input:focus {
    box-shadow: 0 0 0 0.25rem #F1CE6330
}

.form__group_input {
    width: 370px
}

.form__group_input input:focus {
    border-color: #F1CE6330;
    box-shadow: 0 0 0 0.25rem #F1CE6330
}

.form__group_input_small {
    margin-left: 12px !important;
    margin-bottom: 0 !important;
    width: 220px !important
}

.form__group_input_small input {
    width: 220px !important
}

.form__group_inn {
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

.form__group_inn.form-check {
    margin-bottom: 0
}

.form__group_textarea {
    width: 600px
}

.form__group_textarea textarea:focus {
    border-color: #F1CE6330;
    box-shadow: 0 0 0 0.25rem #F1CE6330
}

.table {
    width: 100%
}

.table * {
    padding: 0 !important
}

.table__row {
    padding: 10px !important;
    display: grid;
    grid-template-columns: 10% 35% 15% 15% 15% 5%;
    grid-template-rows: 1fr;
    grid-gap: 10px;
    border-top: 1px solid #E1E1E1;
    border-right: 1px solid #E1E1E1;
    border-left: 1px solid #E1E1E1
}

.table__row:last-child {
    border-bottom: 1px solid #E1E1E1;
}

.table__row_header {
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    color: #444;
    border: none !important
}

.table__row_footer {
    border-top: 1px solid  #E1E1E1;
    border-right: none;
    border-left: none
}

.table__column {
    display: flex;
    align-items: center;
    justify-content: center
}

.table__bottom {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.table__button {
    width: 200px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    color: #E1E1E1;
    background: #444;
    border-radius: 6px
}

.table__button:hover {
    color:  #444;
    background: #F1CE63
}

.cart__table {
    margin-bottom: 150px
}

.cart__info {
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between
}

.cart__info_footer {
    justify-content: flex-end;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #444
}

.cart__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color:  #444;
    margin-bottom: 10px
}

.cart__text {
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    color: #6A6A6A;
    margin-top: 0;
    margin-bottom: auto
}

.cart__availability {
    width: fit-content;
    padding: 2px 7px !important;
    font-weight: 500;
    font-size: 10px;
    line-height: 13px;
    color:  #fff !important;
    background: #F1CE63 !important;
    border-radius: 6px;
    margin-bottom: 10px
}

.cart__price {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #444
}

.cart__bottom {
    margin-top: 40px
}

.cart__delete svg path {
    stroke:  #CF3D3D
}

.cart__delete:hover svg {
    transform: rotate(180deg)
}

.product {
    margin-bottom: 40px
}

.product__container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start
}

@media(max-width: 900px) {
    .product__container {
        flex-direction: column
    }

    .table__row {
        display: flex;
        text-align: center;
        flex-wrap: wrap;
        justify-content: center;
        padding: 20px !important;
    }

    .table__row.table__row_header {
        display: none;
    }

    .table__column {
        justify-content: center;
    }

    .table__column.column-thumb {
        width: 80px;
    }

    .table__column.cart__info {
        align-items: center;
        width: fit-content;
        min-width: calc(75% - 100px);
    }

    .table__column.column-price {
        display: none;
    }

    .table__column.column-quantity, .table__column.column-total {
        width: 40%;
    }
}

.product__images {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 545px;
    height: 400px;
    margin-right: 30px
}

.product__images_slider_mini {
    position: relative;
    overflow: hidden;
    height: 100%;
    min-width: 125px;
    margin: auto;
    margin-right: 20px
}

.product__images_slider_mini_slide {
    width: 100%;
    height: 125px !important
}

.product__images_slider_mini_slide img {
    width: 125px;
    height: 125px;
    object-fit: cover
}

.product__images_slider_mini_prev,
.product__images_slider_mini_next {
    transform: translateX(-50%) rotate(-90deg);
    left: 50%
}

.product__images_slider_mini_prev::after,
.product__images_slider_mini_next::after {
    display: none
}

.product__images_slider_mini_prev svg path,
.product__images_slider_mini_next svg path {
    stroke: #444
}

.product__images_slider_mini_prev {
    bottom: 0
}

.product__images_slider_mini_next {
    top: 0
}

@media (max-width: 600px) {
    .product__images_slider_mini {
        display: none
    }


}

.header .container::before,
.header .container::after {
    content: none;
}

.modal.show {
    opacity: 1;
}

.product__images_slider_main {
    width: 400px
}

.product__images_slider_main_slide {
    width: 100%;
    height: 100%
}

.product__images_slider_main_slide img {
    width: 400px;
    height: 400px;
    object-fit: cover
}

@media (max-width: 600px) {
    .product__images_slider_main {
        margin: auto
    }


}

@media (max-width: 440px) {
    .product__images_slider_main {
        width: 300px
    }

    .product__images_slider_main_slide img {
        width: 300px;
        height: 300px
    }


}

@media (max-width: 900px) {
    .product__images {
        margin-right: 0;
        margin-bottom: 30px
    }


}

@media (max-width: 600px) {
    .product__images {
        width: 100%
    }


}

@media (max-width: 440px) {
    .product__images {
        margin-bottom: 0
    }


}

.product__info {
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding-right: 150px
}

.product__info_buttons {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.product__info_buttons_item {
    cursor: pointer;
    margin-left: 15px
}

.product__info_buttons_item:hover svg path {
    stroke:  #F1CE63
}

.product__info_title {
    font-weight: 700;
    font-size: 26px;
    line-height: 35px;
    color: #444;
    margin-bottom: 8px
}

.product__info_text {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color:  #6A6A6A;
    margin-bottom: 8px;
    text-align: justify
}

.product__info_availability {
    width: fit-content;
    padding: 2px 7px;
    font-weight: 500;
    font-size: 12px;
    line-height: 13px;
    color: #fff;
    /*background: #F1CE63;*/
	background: #f26522;
    border-radius: 6px;
    margin-bottom: 15px
}

.product__info_block {
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-end;
    flex-direction: column
}

.product__info_price {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #444;
    margin-left: 25px
}

.product__info_price.old-price {
    text-decoration: line-through;
    font-size: 16px;
    line-height: normal;
    color: #8d8d8d;
    font-weight: normal;
}

.product__info_price_block {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px
}

.product__info_btn {
    width: 135px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    color:  #E1E1E1;
    background: #444;
    border-radius: 6px;
	background:#007484;
}

.product__info_btn:hover {
   /* color:  #444;
    background: #F1CE63;*/
	color:  #fff;
    background: #f26522;
}

.product__info_delivery.product__info_text {
    margin-bottom: 12px
}

@media(max-width: 1100px) {
    .product__info {
        padding-right: 0;
        padding-top: 30px
    }


}

.btn-primary {
    font-size: 15px;
    line-height: 16px;
    padding: 8px 15px;
    border-radius: 6px;
    --bs-btn-color: #000;
    --bs-btn-bg:  #F1CE63;
    --bs-btn-border-color: #F1CE63;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #444;
    --bs-btn-hover-border-color: #444;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #444;
    --bs-btn-active-border-color:  #444;
}

a.list-group-item {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
}

p {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    padding: 10px 0;
}

.product_content.tabs {
    margin-bottom: 40px
}

.product_content.tabs__nav {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    list-style-type: none;
    margin: 0
}

.product_content.tabs__btn {
    padding: 0.5rem 0.75rem;
    text-decoration: none;
    color: #444;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    border: 1px solid transparent;
    cursor: pointer
}

.product_content .tabs__btn_active {
    background:  #F1CE63;
    cursor: default
}

.product_content.tabs__btn:not(.tabs__btn_active):hover,
.product_content.tabs__btn:not(.tabs__btn_active):focus {
    background-color: #F1CE63
}

@media(max-width: 440px) {
    .product_content.tabs__btn {
        font-size: 14px;
        line-height: 18px
    }


}

.product_content.tabs__content {
    padding: 1rem
}

.product_content.tabs__pane {
    display: none
}

.product_content.tabs__pane_show {
    display: block
}

.product_content.tabs__text {
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    color: #6A6A6A
}

.count_box {
    width: 90px;
    background-color:  #F0F0F0 !important;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center
}

.count_box .minus {
    cursor: pointer;
    width: 15px;
    text-align: center
}

.count_box .plus {
    cursor: pointer;
    width: 15px;
    text-align: center
}

.count_box .inp_price {
    width: 40px;
    text-align: center;
    border: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.01em;
    color: #444
}

.footer {
    padding: 10px 0 20px 0;
    background:  #444
}

.footer__container {
    display: grid;
    grid-template-columns: 1fr 250px 250px 250px 120px;
    grid-template-areas: 'f s t fo fi';
    grid-template-rows: 1fr;
    grid-gap: 15px
}

@media(max-width: 1200px) {
    .footer__container {
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr 75px;
        grid-template-areas: 'f f f'
            's t fo'
            'fi fi fi'
    }


}

@media(max-width: 500px) {
    .footer__container {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 110px 110px 110px 75px;
        grid-template-areas: 'f'
            's'
            't'
            'fo'
            'fi'
    }


}

.footer__info {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    grid-area: f
}

.footer__info_logo {
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 10px
}

.footer__info_logo_img {
    margin-bottom: 3px
}

.footer__info_logo div {
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 3px;
    color: #fff;
	display:none!important;
}

.footer__info_logo p {
    font-weight: 400;
    font-size: 9px;
    line-height: 12px;
    color: #fff;
	display:none!important;
}

.footer__info_logo:hover div {
    color: #F1CE63
}

.footer__info_block {
    margin-bottom: 13px
}

.footer__info_block p {
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: #fff;
    padding: 0;
}

.footer__info_text {
    font-weight: 400;
    font-size: 12px;
    line-height: 11px;
    display: flex;
    align-items: center;
    text-align: justify;
    color: #fff;
    margin-bottom: 4px
}

.footer__info_copyright {
    font-weight: 400;
    font-size: 11px;
    line-height: 16px;
    text-transform: uppercase;
    text-align: left;
    display: flex;
    align-items: center;
    color: #fff
}

@media(max-width: 1200px) {
    .footer__info {
        flex-direction: row
    }

    .footer__info_logo {
        margin-bottom: 0;
        margin-right: 13px
    }

    .footer__info_block {
        width: 300px;
        margin-bottom: 0
    }

    .footer__info_text {
        display: flex;
        align-items: flex-start;
        flex-direction: column
    }

    .footer__info_text p {
        margin-bottom: 13px
    }


}

@media(max-width: 700px) {
    .footer__info {
        flex-direction: row
    }

    .footer__info_block {
        display: none
    }


}

.footer__contact {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding: 15px 0;
}

.footer__contact:nth-child(2) {
    grid-area: s
}

.footer__contact:nth-child(3) {
    grid-area: t
}

.footer__contact:nth-child(4) {
    grid-area: fo
}

.footer__contact_name {
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    margin-bottom: 6px
}

.footer__contact_link,
.footer__contact_schedule {
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    color: #fff
}

.footer__contact_phone {
    font-weight: 700;
    font-size: 14px;
    line-height: 15px
}

.footer__contact_link {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px
}

.footer__contact_link svg {
    margin-right: 4px
}

.footer__contact_link:hover {
    color: #F1CE63
}

.footer__call {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    grid-area: fi
}

.footer__call_get_call {
    width: 100%;
    border: 0.5px dashed #F1CE63;
    padding: 4px 8px;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #F1CE63;
    border-radius: 6px;
}

.footer__call_get_call:hover {
    border: 0.5px solid #F1CE63;
    background: #F1CE63;
    color: #444
}

.footer-sList {
	text-align: center;
	margin-top: 10px;
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
}

.vladweb {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.vladweb p {
    text-align: right;
    margin-right: 5px;
    font-weight: 250;
    font-size: 8px;
    line-height: 8px;
    display: flex;
    align-items: center;
    letter-spacing: 0.01em;
    color:  #fff
}

form.ajaxFrom .form-check .form-check-input {
    margin-right: 20px;
}

.checkout-page .panel-heading .accordion-toggle {
    padding: 10px;
    display: block;
    background: #f1ce63;
    color: #000;
}

.checkout-page .panel-heading .accordion-toggle.collapsed, .checkout-page .panel-heading .panel-title {
    background: #444444;
    color: #fff;
}

.checkout-page .panel-body {
    padding: 20px;
}


#custom-shipping-methods strong {
    display: none;
}


.checkout-custom .container .row {
    justify-content: space-between;
}

#custom-customer label, #shipping-field-address-1 label {
    display: none;
}


#custom-customer .form-control {
    margin: 20px 0;
}

.panel-heading {
    font-weight: 600;
}

#custom-comment label, #custom-comment h2 {
    display: none;
}

#custom-login {
    padding: 40px 0;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}


#custom-total {
    margin-top: 30px;
}


#custom-payment {
    margin-top: 20px;
}

@media(max-width: 1200px) {
.header__top:not(.active) .header__container > .header__top_search {
    position: absolute;
    top: -55px;
    width: 40vw;
    left: -65vw;
}
}


/*********index************/
.index_division{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	align-content: stretch;
	width : 75%;
	margin-top : -1%;
}
	
	.index_division_box {
  position: relative;
  border: 1px solid #E1E1E1;
  border-radius: 6px;
  padding: 20px 10px 10px 10px;
  width:30%;
  margin:1%;
  text-align:center;
}
.index_division_box:hover{border-color:#000;}
.index_division_box img{width:70%;height:auto;display:block;margin: 0px auto 10px auto;}
.index_division_box p{font-weight:bold;font-size:15px;}
.index_division_box:hover p {color:#000;}

@media screen and (max-width: 1278px) {
.index_division{	width : 100%; margin-top : 1%; }
}
@media screen and (max-width: 598px) {
.index_division_box {  width:48%;}
.index_division_box p{font-weight:bold;font-size:13px;}
}

/***********HEADER***********/
.vels em{
	font-style : normal;
}
@media screen and (max-width: 478px) {
.vels em{
	display : block;
	font-size : 10px;
	text-align : right;
}
/*.vels a{	font-size : 12px;}*/
}