


body {
    font-family: 'Golos Text', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.8;
    font-weight: normal;
    margin: 0;
    padding: 0;
    background-color: #F7F7F7;
    color: #4C4D51;
}

a {
    transition: .2s;
    color: #C0C2C4;
}

.container {
    max-width: 100%;
    padding-left: 160px;
    padding-right: 160px;
}

.hidden {
    display: none;
    visibility: hidden;
}

.nomarker {
    list-style: none;
    padding-left: 0;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

blockquote {
    border-left: 3px solid #464241;
    color: #4C4D51;
    font-size: 1.05em;
    font-style: italic;
    line-height: 1.8em;
    margin: 1.1em -2em;
    padding: 1em 2em;
    position: relative;
    transition: 0.2s border ease-in-out;
    z-index: 0;
}
blockquote:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -4px;
  height: 2em;
  background-color: #fff;
  width: 5px;
  margin-top: -1em;
}
blockquote:after {
    content: "\"";
    position: absolute;
    top: 59%;
    left: -0.27em;
    color: #f98384;
    line-height: 100%;
    font-size: 3em;
    text-align: center;
    text-indent: -6px;
    width: 15px;
    margin-top: -0.5em;
    transition: 0.2s all ease-in-out, 0.4s transform ease-in-out;
}

blockquote:active:after {
  transform: rotateY(360deg);
}




/* HEADER */

nav#top {
    background-color: #F7F7F7;
    padding: 26px 0px;
}

nav#top .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.city_selector {
    position: relative;
    color: #84848E;
    font-size: 13px;
    line-height: 16px;
    display: flex;
    align-items: center;
}

nav#top .menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 3vw;
}

nav#top .menu a {
    text-decoration: none;
    font-size: 1em;
    line-height: 1em;
    color: #4C4D51;
    font-weight: 500;
}

nav#top .menu a:hover {
    color: #C0C2C4;
}

nav#top .menu li {
    position: relative;
}

nav#top .menu li ul {
    position: absolute;
    padding: 10px 20px;
    list-style: none;
    z-index: 5;
    background: #FFF;
    width: 170px;
    display: none;
}

nav#top .menu li:hover ul {
    display: block;
}

nav#top .wrapper div:not([class]) {
    display: flex;
    align-items: center;
    gap: 20px;
}

nav#top .phone {
    font-weight: 600;
    line-height: 26px;
    font-size: 1.57em;
    text-decoration: none;
    color: #4C4D51;
}

#menu .navbar-content #close {
    display: none;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 20px;
    right: 27px;
    font-size: 30px;
    line-height: 1;
}

.social_mobile {
    position: absolute;
    top: 70px;
    right: 20px;
}

.social_mobile .social_links {
    display: flex;
    flex-direction: column;
}

nav#top .phone:hover {
    color: #C0C2C4;
}

nav#top .call_me {
    color: #C0C2C4;
    font-weight: 400;
    line-height: 18px;
    font-size: 1.07em;
}

#modalFeedbackHeader {
    display: none;
    position: absolute;
    top: 10vh;
    left: 50%;
    z-index: 99999;
    background: #fff;
    transform: translateX(-50%);
    padding: 40px 60px 60px 60px !important;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}

#modalFeedbackHeader .heading {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}








#header {
    padding: 30px 0;
    position: relative;
    width: 100%;
    z-index: 2;
    background: rgb(255 255 255 / 90%);
}

body.main_page #header {
    position: absolute;
}

#header > .container > .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#menu {
    /*position: relative;*/
}

#menu .menu_btn {
    color: #fff;
    background-color: #464241;
    border-radius: 4px;
    border: 1px solid #464241;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 25px;
    cursor: pointer;
    transition: .2s;
}

#menu .menu_btn:before {
    content: '';
    background-image: url(../img/catalog.svg);
    width: 26px;
    height: 26px;
    display: block;
}

#menu .menu_btn:hover,
#menu .menu_btn:focus,
#menu .menu_btn.active {
    background-color: #C0D4DB;
    border-color: #C0D4DB;
}

#menu .navbar-nav {
    list-style: none;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 40px 0 50px;
    width: 100%;
    height: max-content;
}

#menu .navbar-content {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    height: 0;
    overflow: hidden;
    transition: .2s;
}

#menu .navbar-content.open {
    height: auto;
}

#menu .navbar-content .wrapper {
    display: flex;
    padding: 40px 0 50px;
}

.menu_pic a {
    position: relative;
    display: block;
}

.menu_pic a img {
    border-radius: 4px;
}

.menu_pic a span {
    position: absolute;
    display: block;
    bottom: 30px;
    left: 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 110%;
    color: #fff;
    width: 100%;
    text-align: center;
}

#menu .navbar-nav a {
    text-decoration: none;
    transition: .2s;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #4C4D51;
}

#menu .navbar-nav a span {
    color: #C0D4DB;
    transition: .2s;
}

#menu .navbar-nav a:hover {
    color: #C0D4DB;
}

#menu .navbar-nav a:hover span {
    color: #4C4D51;
}



#header .social_links {
    display: flex;
    align-items: center;
    gap: 5px;
}

#header .social_links .icon {
    background: #C0D4DB;
    width: 20px;
    height: 20px;
    display: flex;
    padding: 10px;
    border-radius: 50%;
}

#header .social_links .icon:hover {
    background: #AC9993;
}

#header .social_links a:not(.icon) {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    text-decoration: none;
    color: #4C4D51;
}

#header .social_links a:not(.icon):hover {
    color: #C0C2C4;
}

#header .accounts {
    display: flex;
    gap: 33px;
}

#header .accounts .lk,
#bottom_block .lk,
#bottom_block #for_aside .open_aside,
#bottom_block #wishl,
#bottom_block #cart {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: flex-end;
    gap: 9px;
    line-height: 1;
}

#header .accounts a,
#bottom_block a {
    text-decoration: none;
    color: #4C4D51;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    position: relative;
    display: flex;
    align-items: flex-end;
    gap: 9px;
}

#header .accounts .lk .dropdown-menu a:hover,
#bottom_block .lk .dropdown-menu a:hover {
    color: #C0C2C4;
}

#header .accounts .lk .dropdown-menu,
#bottom_block .lk .dropdown-menu {
    list-style: none;
    padding: 10px 40px 10px 20px;
    margin: 0;
    display: none;
    width: max-content;
    position: absolute;
    background: #fff;
    z-index: 9;
    top: 130%;
    right: 0;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}

#bottom_block .lk .dropdown-menu {
    top: unset;
    bottom: 100%;
    left: 0;
    box-shadow: none;
}

#header .accounts .lk .dropdown-menu a,
#bottom_block .lk .dropdown-menu a{
    line-height: 2;
}

#header .accounts .lk .dropdown-menu.open,
#bottom_block .lk .dropdown-menu.open {
    display: block;
}

#cart-total, #cart-total-1 {
    position: absolute;
    top: -6px;
    left: 12px;
    width: 15px;
    height: 15px;
    background: #C0D4DB;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
}

#header #search {
    display: flex;
    padding: 0 25px;
    background: #fff;
    gap: 12px;
    flex-shrink: 0;
    flex-basis: 20vw;
    border: 1px solid rgb(0 0 0 / 40%);
}

#header #search > * {
    border: 0;
    background: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    padding: 13px 0;
}

#header #search input {
    width: 100%;
}

#header #search button {
    cursor: pointer;
    transition: .2s;
}

#header #search button:hover {
    opacity: .8;
}







.breadcrumb {
    list-style: none;
    margin: 30px 0 40px;
    padding: 0;
    display: flex;
}

.breadcrumb li,
.breadcrumb a{
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    text-decoration: none;
    color: #4C4D51;
}

.breadcrumb li:not(:last-child):after {
    content: '—';
    margin: 0 20px;
}









.slideshow {
    max-width: 100%;
    margin: 0 !important;
    border: 0 !important;
    margin-top: 110px !important;
}

.slideshow .swiper-pager {
    display: none;
}

.slideshow .swiper-pagination {
    bottom: 45px;
}

.slideshow .swiper-pagination .swiper-pagination-bullet {
    opacity: 0.3;
    background: transparent;
    width: 20px;
    height: 20px;
    border: 1px solid transparent;
}

.slideshow .swiper-pagination .swiper-pagination-bullet:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #fff;
    display: block;
    border-radius: 50%;
    position: absolute;
    transform: translate(50%, 50%);
}

.slideshow .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    border-color: rgb(255 255 255 / 30%);
}

.swiper-viewport {
    box-shadow: none !important;
}

.slide_desc {
    position: absolute;
    top: 250px;
    font-weight: 500;
    font-size: 70px;
    line-height: 115%;
    color: #fff;
    display: flex;
    flex-direction: column;
    max-width: 820px;
    gap: 35px;
    
    margin-block-start: 1em;
    margin-block-end: 1em;
}

.slide_desc h1 {
    display: none;
    font-weight: 500;
    font-size: 70px;
    line-height: 115%;
    color: #fff;
    text-align: left;
    margin: 0;
}

.slide_desc span {
    display: none;
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
}



.best_category {
    margin-top: 120px;
}

.best_category .wrapper {
    display: flex;
    gap: 25px;
}

.best_category .item a,
.best_category .item {
    position: relative;
    display: block;
}

.best_category .item a img,
.best_category .item img {
    display: block;
    width: 100%;
}

.best_category .item div {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    color: #fff;
    font-weight: 400;
    font-size: 32px;
    line-height: 110%;
    padding: 42px 0;
    background-color: rgb(0 0 0 / 20%);
    cursor: pointer;
    transition: .2s;
}

.best_category .item:hover div  {
    background-color: rgb(0 0 0 / 60%);
}










section.module {
    margin-top: 120px;
}

.module .h2,
.module h2 {
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    color: #4C4D51;
    text-align: center;
    margin: 0;
}

.module h2 + span {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    display: block;
    color: #8A8A8A;
    margin-top: 12px;
}

.module .carousel {
    border: 0;
    background: transparent;
}

.module .product a {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: #4C4D51;
}

.module .product .name {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    margin: 15px 0;
}

.module .product img {
    border-radius: 4px;
    display: block;
}

.module .product .price {
    margin: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
}

.module .swiper-pagination {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.module .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: rgb(153 130 105 / 40%);
}

.module .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 8px;
    height: 8px;
}






#why {
    background: #fff;
    padding: 100px;
    margin-top: 120px;
}

#why h2 + p {
    margin: 0;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #8A8A8A;
}

#why .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}

#why .item {
    display: flex;
    flex-direction: column;
    max-width: 180px;
    align-items: center;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 125%;
    gap: 25px;
}



#best_category_grid {
    margin-top: 150px;
}

#best_category_grid .wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 26px;
}

#best_category_grid .item {
    position: relative;
}

#best_category_grid .wrapper .item:first-child {
    grid-column: 1/2;
    grid-row: 1/3;
}

#best_category_grid .wrapper .item:nth-child(2) {
    grid-column: 2/4;
    grid-row: 1/2;
}

#best_category_grid .item img {
    width: 100%;
    display: block;
}

#best_category_grid .item a div,
#best_category_grid .item div {
    position: absolute;
    bottom: 0;
    width: calc(100% - 70px);
    color: #fff;
    font-weight: 400;
    font-size: 36px;
    line-height: 110%;
    padding: 50px 20px 50px 50px;
    transition: .2s;
}

#best_category_grid .item:hover a div,
#best_category_grid .item:hover div  {
    background-color: rgb(0 0 0 / 20%);
}

.category-tab {
    margin-top: 15px;
}

.category-tab .nav-tabs {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: center;
    gap: 35px;
}

.category-tab .nav-tabs li a {
    text-decoration: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #4C4D51;
    border-bottom: 2px solid transparent;
    transition: .2s;
}

.category-tab .nav-tabs li a:hover,
.category-tab .nav-tabs li.active a {
    border-color: #464241;
}

.category-tab .tab-content {
    margin-top: 50px;
}

.category-tab .tab-content .tab-pane {
    visibility: hidden;
    height: 0;
}

.category-tab .tab-content .tab-pane.active {
    visibility: visible;
    height: auto;
}













#category-module {
    max-width: 300px;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.open_aside {
    display: none;
    /*position: fixed;
    left: 0;
    top: 30%;*/
    /*width: 40px;
    height: 40px;*/
    align-items: center;
    justify-content: center;
    /*box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;*/
}

.list-group {
}

.list-group__a {
    position: relative;
    min-height: 40px;
    padding: 15px 40px 15px 25px;
    background: #FFFFFF;
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-decoration: none;
    color: #4C4D51;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.list-group__a.active,
.list-group__children-a.active,
#category-module a:hover {
    color: #C0C2C4;
}

.account_links {
    display: flex;
    flex-direction: column;
}

.account_links a {
    padding: 10px 30px 10px 25px;
    background: #FFFFFF;
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-decoration: none;
    color: #4C4D51;
    display: flex;
    align-items: center;
    gap: 10px;
}

.account_links a:hover {
    color: #C0C2C4;
}

.list-group__pm {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 30px;
    line-height: 38px;
    text-align: center;
    font-size: .7em;
    display: flex;
    align-items: center;
}

.list-group__pm i {
    display: flex;
}

.show {
    display: flex!important;
}

.collapse {
    display: none;
}

.list-group__children {
    flex-direction: column;
    background: #fff;
    margin-top: -2px;
    padding-left: 35px;
    transition: .2s;
}

.list-group__children a,
.list-group__children > span {
    text-decoration: none;
    color: #4C4D51;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    display: block;
    margin-bottom: 10px;
}

.list-group__children > span {
    color: #C0C2C4;
}

.list-group__children a span,
.list-group__children > span span {
    color: #C0D4DB;
}

.collapse.in {
    display: flex;
}

.list-group__pm:not(.show) .fa-minus {
    display: none;
}

.list-group__pm.show .fa-plus {
    display: none;
}













.two_col {
    display: grid;
    grid-template-columns: minmax(300px, 1fr) 5fr;
    gap: 40px;
}

h1 {
    font-weight: 500;
    font-size: 40px;
    line-height: 110%;
    text-align: center;
    color: #4C4D51;
}

.sort_control {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
}

.sort_control > div,
.sort_control > div select {
    background: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #4C4D51;
    border: 0;
}

.sort_control > div,
.sort_control > div select,
.sort_control > div label {
    cursor: pointer;
}

.sort_control > div {
    padding: 13px 20px;
    border-radius: 4px;
}

.sort_control .count {
    width: fit-content;
    margin-left: auto;
    background: transparent;
}

.product-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 60px;
    column-gap: 20px;
}

.product a {
    text-decoration: none;
    color: #4C4D51;
}

.product .image img {
    border-radius: 4px;
    width: 100%;
    height: 300px;
    object-fit: contain;
}

.product .name {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    margin: 15px 0 12px;
    transition: .2s;
}

.product:hover .name {
    color: #C0C2C4;
}

.product .price {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    margin: 0;
}

.product .price-new {
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
}

.product .price-old {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #BABABA;
    text-decoration: line-through;
}

.description h2 {
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 25px;
}

.description h3 {
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    margin: 40px 0 25px;
}

.pagination {
    display: flex;
    list-style: none;
    align-items: center;
    padding: 0;
    margin: 60px auto;
    width: fit-content;
    gap: 20px;
}

.pagination li a, .pagination li span {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-decoration: none;
    color: #C0D4DB;
}

.pagination li.active span {
    background: #C0D4DB;
    color: #fff;
}

.pagination .next, .pagination .prev {
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 1px 25px 1px rgba(21, 21, 21, 0.05);
    transition: .2s;
}

.pagination .next:hover a, .pagination .prev:hover a {
    color: #4C4D51;
}




















#product_card {
    display: flex;
    position: relative;
    background: #fff;
    border-radius: 4px;
    padding: 60px;
    gap: 60px;
}

#product_card .images {
    max-width: 40vw;
}
#product_card .images img {
    width: 100%;
    max-height: 500px;
    object-fit: contain;
}
.thumbnails {
    display: grid;
    grid-template-columns: minmax(136px, 1fr) 5fr;
    gap: 20px;
    height: 500px;
}

.thumbnails .slider-nav {
    order: -1;
}

.thumbnails .slick-vertical .slick-slide {
    margin-bottom: 20px;
}

.mfp-content figure {
    margin: 0;
}

#product_card h1 {
    text-align: left;
    margin: 0 0 20px;
}

.stock_status {
    display: flex;
    align-items: center;
    gap: 4px;
}

#product {
    margin-top: 30px;
}

.option_block .control-label {
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 15px;
    display: block;
}

.option_block .control-label + div {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.option_block .radio,
.row-customer_register .radio {
    position: relative;
}

.option_block input[type="radio"] {
    position: absolute;
    opacity: 0;
    top:0;
    bottom:0;
    left:0;
    right:0;
    cursor:pointer;
}

.row-customer_register .radio label,
#simplecheckout_shipping .radio label,
#simplecheckout_payment .radio label {
    padding-left: 25px;
    position: relative;
}

.row-customer_register .radio input[type="radio"],
#simplecheckout_shipping .radio input[type="radio"],
#simplecheckout_payment .radio input[type="radio"] {
    position: absolute;
    top: 5px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: grayscale(1);
}

.row-customer_register .radio input[type="radio"]:after,
#simplecheckout_shipping .radio input[type="radio"]:after,
#simplecheckout_payment .radio input[type="radio"]:after {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    background: #fff;
    position: relative;
    border-radius: 50%;
}

.row-customer_register .radio input[type="radio"]:checked:after,
#simplecheckout_shipping .radio input[type="radio"]:checked:after,
#simplecheckout_payment .radio input[type="radio"]:checked:after {
    background: #b47451;
}

.option_block input[type="radio"] + label {
    border: 5px solid #EFEFEF;
    border-radius: 2px;
    font-weight: 500;
    font-size: 13px;
    line-height: 17px;
    display: flex;
    flex-direction: column;
    padding: 8px 15px;
    width: 164px;
    min-height: 39px;
    transition: .2s;
}

.out_of_stock {
    color: #acacac;
    margin-top: 5px;
}

.option_block input[type="radio"]:hover + label {
    background: rgb(240 154 155 / 10%);
    border-color: rgb(232 115 115 / 40%);
}

.option_block input[type="radio"]:disabled:hover + label {
    background: transparent;
    border-color:#EFEFEF;
}

.option_block input[type="radio"]:disabled {
    cursor: no-drop;
}

.option_block input[type="radio"]:checked + label {
    border-color: #464241;
    background: #464241;
    color: #fff;
}

.order_block {
    background: #f7f7f7;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    max-width: 462px;
    padding: 25px;
    margin: 30px 0 10px;
}

.order_block .right {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 11px;
}

.order_block .right ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
}

.order_block .right ul span {
    font-weight: 600;
    color: #C0D4DB;
}

.order_block .right ul li {
    margin-bottom: 4px;
}

.order_block .price {
    font-weight: 600;
    font-size: 26px;
    line-height: 31px;
    color: #4C4D51;
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.order_block .price span.not(.autocalc-product-price) {
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    color: #BABABA;
}

.alert {
    background: #fff;
    position: fixed;
    top: 5vh;
    right: 1vw;
    padding: 20px 35px 20px 20px;
    z-index: 999;
    border-radius: 4px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    transition: .2s;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    opacity: 1;
    max-width: 30vw;
    line-height: 1.4;
}

.alert.alert-danger {
    background: #464241;
    color: #fff;
}

.alert a {
    text-decoration: none;
    color: #ea771f;
    transition: .2s;
}

.alert a:hover {
    color: #C0D4DB;
}

.alert .close,
#modalFeedbackHeader .close {
    position: absolute;
    right: 5px;
    top: 5px;
    border: 0;
    font-size: 25px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    padding: 0;
    justify-content: center;
    border-radius: 50%;
    transition: .2s;
}

.number-spinner,
.simplecheckout-cart td.quantity .btn-block {
    display: flex;
    align-items: center;
    background: #DED4D1;
    border-radius: 4px;
    padding: 4px;
}

.simplecheckout-cart td.quantity .btn-block {
    background:#F7F7F7;
}

.number-spinner button,
.simplecheckout-cart td.quantity .btn-block button {
    width: 44px;
    height: 44px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 4px;
    border: 0;
    cursor: pointer;
}

.number-spinner #input-quantity,
.simplecheckout-cart td.quantity input {
    max-width: 52px;
    text-align: center;
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    border: 0;
    background: transparent;
}

.number-spinner svg,
.simplecheckout-cart td.quantity button svg {
    stroke: #4C4D51;
}

.number-spinner button:hover svg,
.simplecheckout-cart td.quantity button:hover svg {
    stroke: #C0D4DB;
}

.exclamation {
    display: flex;
    align-items: center;
    gap: 7px;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #8A8A8A;
}

#button-cart,
#button-review,
.filter_btn,
#button-confirm,
#button-search,
#simplecheckout_button_confirm,
#button_send_feedback_header,
.one_click,
.login_form form input.login,
.login_form form input.btn-main,
#simplecheckout_button_login {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
    background: #464241;
    border-radius: 4px;
    border: 1px solid #464241;
    padding: 16px 60px;
    cursor: pointer;
    transition: .2s;
    text-decoration: none;
    display: inline-block;
}

#button-cart:hover,
#button-review:hover,
.filter_btn:hover,
#button-search:hover,
#button-confirm:hover,
#button_send_feedback_header:hover,
#simplecheckout_button_confirm:hover,
.login_form form input.login:hover,
.login_form form input.btn-main:hover,
#simplecheckout_button_login:hover {
    background: #fff;
    color: #464241;
}
.form_review {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.one_click {
    background: #fff;
    color: #464241;
    text-decoration: none;
}

.one_click:hover {
    color: #FFFFFF;
    background: #464241;
}

.submited {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.fav {
    background: #F7F7F7;
    border-radius: 4px;
    border: 0;
    cursor: pointer;
    transition: .2s;
    width: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fav svg {
    stroke: #8A8A8A;
}

.fav:hover svg {
    stroke: #464241;
}

.product_info {
    background: #fff;
    border-radius: 4px;
    padding: 60px;
    margin-top: 40px;
    position:relative;
    margin-bottom: 120px;
}

.product_info .nav-tabs {
    list-style: none;
    padding: 0;
    margin: 0 0 45px 0;
    display: flex;
    gap: 5.75em;
}

.product_info .nav-tabs a {
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
    color: #84848E;
    text-decoration: none;
    transition: .2s;
}

.product_info .nav-tabs a:hover {
    color: #C0C2C4;
}

.product_info .nav-tabs .active a {
    color: #4C4D51;
}

.product_info .tab-pane {
    display: none;
}

.product_info .tab-pane.active {
    display: flex;
}

#tab-description {
    align-items: baseline;
    gap: 95px;
}

.attribute_block {
    flex-basis: 500px;
    flex-shrink: 0;
}

.attribute_block .attr div {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    font-weight: 400;
    font-size: 16px;
    line-height: 250%;
    color: #84848E;
}

.attribute_block .attr div:before {
    content: '';
    border-bottom: 1px dashed #E5E5E5;
    flex-grow: 1;
    order: 2;
}
.attribute_block .attr div span {
    order: 3;
    color: #4C4D51;
}

.product_info .tab-pane p,
.product_info .tab-pane ul {
    font-size: 15px;
    line-height: 27px;
    font-weight: 400;
    margin: 0 0 25px;
}
.product_info .tab-pane ul {
    padding-left: 20px;
}

h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 48px;
}
.price {
    white-space: nowrap;
}
.well,
.table-responsive {
    overflow-x: auto;
}
#account-order #content,
#account-wishlist #content {
    overflow: hidden;
}
#tab-description > div {
    overflow: hidden;
}
#tab-description table,
#account-order table,
#account-wishlist table {
    border-collapse: collapse;
    min-width: 720px;
    width:100%;
}

#tab-description table th,
#tab-description table td,
#account-order table thead td,
#account-order table td,
#account-wishlist table thead td,
#account-wishlist table td {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    padding: 10px 20px;
}
#tab-description table th,
#account-order table thead td,
#account-wishlist table thead td {
    background: #f7f7f7;
    text-align: left;
    font-weight: 600;
}

#tab-description table p {
    margin: 0;
}

#tab-description table tr:nth-child(odd) td,
#account-order table tr:nth-child(even) td,
#account-wishlist table tr:nth-child(even) td {
    background: #f7f7f7;
}










.login_form {
    background: #fff;
    border-radius: 4px;
    padding: 60px;
}
.login_form h1 {
    margin-top: 0;
}
.login_form form {
    max-width: 500px;
    margin: 0 auto;
}
.login_form form .form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.login_form form .form-group > * {
    width: 100%;
}
.login_form form .form-group label,
#simplecheckout_login label {
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 8px;
}

.login_form form input,
#simplecheckout_login input,
#form-review input {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #84848E;
    border: 0;
    background: #F7F7F7;
    border-radius: 4px;
    padding: 18px 16px;
    border: 2px solid transparent;
}

.login_form form .text-danger + input {
    border-color: #464241;
}

.button_flex {
    display: flex;
    justify-content: space-between;
}

fieldset {
    border: 0;
    padding: 0;
    margin: 0;
}

.login_form form input[type=text],
.login_form form input[type=email],
.login_form form input[type=tel],
.login_form form input[type=password] {
    width: calc(100% - 36px);
}

.agree_box {
    font-size: 14px;
    line-height: 1.4;
    color: #000;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: end;
}

.login_form form .form-group.newsletter_block {
    flex-direction: row;
    align-items: center;
}

.login_form form .form-group.newsletter_block label {
    margin-bottom: 0;
}
.newsletter_block div label {
    position: relative;
    padding-left: 25px;
}

.login_form form .form-group.newsletter_block > label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
}

.login_form form .form-group.newsletter_block > div {
    display: flex;
    justify-content: end;
    gap: 20px;
}

.login_form form .form-group.newsletter_block > div label {
    cursor: pointer;
}

.newsletter_block input,
.login_form form input#agr {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    border: 1px solid #84848E;
}

.checkblock {
    position: absolute;
    top: 2px;
    left: 0;
    height: 15px;
    width: 15px;
    border: 1px solid #84848E;
}

.checkblock:after {
  left: 4px;
    top: 0px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkmark:after,
.checkblock:after {
  content: "";
  position: absolute;
  display: none;
}

.newsletter_block input:checked ~ .checkmark {
  background-color: #fff;
  border-color: #927c6a;
}

.login_form form input#agr:checked ~ .checkblock {
    background-color: #927c6a;
}

.newsletter_block input:checked ~ .checkmark:after,
.login_form form input#agr:checked ~ .checkblock:after {
  display: block;
}

.checkmark:after {
    top: 3px;
    left: 3px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #927C6A;
}

#reg_news {
    background: #f7f7f7;
    padding: 20px 10px;
    margin-bottom: 20px;
}

#reg_news > div {
    margin: 0;
}

.agree_text {
    display: flex;
    flex-direction: row-reverse;
    gap: 20px;
    position: relative;
    width: 100%;
}

.agree_text label {
    margin: 0;
    padding-left: 30px;
    width: 100%;
}
.login_form form .text-danger {
    background: #464241;
    color: #fff;
    padding: 3px 20px;
    border-radius: 4px;
    width: fit-content;
    margin-bottom: 3px;
}





















.search_aside {
    background: #fff;
    border-radius: 4px;
    padding: 15px 30px 15px 25px;
}

.search_aside > .row {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.search_aside > .control-label {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
}

.search_aside input[type=text],
.search_aside select {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #84848E;
    background: #F7F7F7;
    border-radius: 4px;
    padding: 18px 16px;
    border: 2px solid transparent;
    width: 100%;
}

.search_aside input[type=text] {
    width: calc(100% - 36px);
}

.white {
    background: #fff;
    padding: 60px;
    border-radius: 4px;
}

.first_p {
    font-size: 20px;
    font-weight: 600;
}

.main_account {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 1%;
    flex-wrap: wrap;
}

.main_account a {
    border: 1px solid #EFEFEF;
    border-radius: 2px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    padding: 14.5px 20px;
    width: 164px;
    min-height: 39px;
    transition: .2s;
    text-decoration: none;
    color: #4C4D51;
}

.main_account a:hover {
    border-color: #C0C2C4;
    color: #C0C2C4;
}



















.simplecheckout-cart {
    border: 0 !important;
}

.simplecheckout-cart td, .simplecheckout-cart th {
    border: 0 !important;
}

.simplecheckout-cart td {
    display: table-cell;
    vertical-align: middle !important;
}

.simplecheckout-cart thead th {
    background: #fff;
    padding: 14px 8px;
}

.simplecheckout-cart thead th,
.simplecheckout-cart .price,
.simplecheckout-cart .total {
    font-weight: 500 !important;
    color: #4C4D51;
    font-size: 14px !important;
    line-height: 17px !important;
}

.simplecheckout-cart thead th:first-child,
.simplecheckout-cart td:first-child {
    border-radius: 4px 0 0 4px;
}

.simplecheckout-cart thead th:last-child,
.simplecheckout-cart td:last-child {
    border-radius: 0 4px 4px 0;
}

.simplecheckout-cart td:not(.transparent) {
    background: #fff;
}

.simplecheckout-cart .transparent {
    height: 8px;
    padding: 0;
}

.simplecheckout-cart td.image {
    padding: 15px;
}

.simplecheckout-cart td.image img {
    border-radius: 3px;
}

.simplecheckout-cart td.name {
    text-align: left;
}

.simplecheckout-cart td.name a {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    text-decoration: none;
    color: #4C4D51;
}
.simplecheckout-cart td.name a:hover {
    color: #C0C2C4;
}

.simplecheckout-cart td.name .options {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    margin-top: 10px;
}

.simplecheckout-cart td.name .options strong {
    font-weight: 500;
}

.simplecheckout-cart td.price,
.simplecheckout-cart td.total {
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 19px !important;
}
.simplecheckout-cart td.remove {
    vertical-align: top !important;
}
.simplecheckout-cart td.remove button {
    border: 0;
    background: transparent;
    cursor: pointer;
}
.simplecheckout-cart td.remove button:hover svg {
    stroke: red
}
.totals_block {
    display: flex;
    justify-content: end;
    background: #4C4D51;
    color: #fff;
    border-radius: 4px;
    height: 54px;
    align-items: center;
}
.totals_block > div {
    border: 0;
}
.simplecheckout-cart-total-value {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}
.totals_block > div span:first-child {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
}

.simple-content fieldset {
    border: 0;
}

.simple-content .checkout-heading,
.simplecheckout-right-column .simplecheckout-block-content {
    background-color: #fff;
    margin-bottom: 8px;
    border-radius: 4px;
}

.simplecheckout-right-column .control-label {
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
}

.simplecheckout-right-column .form-group:not(.row-customer_register) .control-label {
    margin-top: 20px;
}

.simplecheckout-right-column .row-customer_register > label {
    font-weight: 500;
    font-size: 16px;
    line-height: 110%;
    margin-bottom: 20px;
}

.simplecheckout input[type=text],
.simplecheckout input[type=email],
.simplecheckout input[type=tel],
.simplecheckout input[type=password],
#account-edit input[type=text],
#account-edit input[type=email],
#account-edit input[type=tel],
#account-edit input[type=password],
#account-password input[type=text],
#account-password input[type=email],
#account-password input[type=tel],
#account-password input[type=password],
.simplecheckout select,
#simplecheckout_comment textarea,
#form-review textarea {
    border: 0;
    background: #F7F7F7;
    border-radius: 4px;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    padding: 18px 16px;
    margin-top: 8px !important;
}

.form_review .form-group:first-child div, .form_review .form-group:nth-child(2) div {
    display: flex;
    flex-direction: column;
}

.row-customer_register {
    margin-bottom: 25px;
}

.attention {
    border: 1px solid #464241;
    padding: 10px 25px;
    max-width: 500px;
    margin: 0 auto 20px;
    line-height: 1.5;
    box-sizing: border-box;
}

.attention svg {
    vertical-align: bottom;
}

.inform .attention {
    margin: 20px 0;
}

#simplecheckout_comment .simplecheckout-block-content, #simplecheckout_comment .simplecheckout-block-content textarea {
    margin: 0 !important;
}

.simplecheckout #buttons {
    background: transparent;
}

.checkout-heading-button a {
    color: #927C6A;
}
#simplecheckout_login .form-group:nth-child(2) {
    margin-bottom: 20px;
}
#simplecheckout_payment_form {
    background: #fff;
    padding: 30px;
    border-radius: 4px;
}
#simplecheckout_payment_form h2 {
    margin: 0;
}
#account-order .buttons {
    margin-top: 20px;
    text-align: right;
}

#account-password form,
#account-edit form {
    background: #fff;
    padding: 60px;
    border-radius: 4px;
}
#account-password fieldset legend,
#account-edit fieldset legend {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 20px;
    padding: 0;
}
#account-edit .buttons,
#account-password .buttons,
#account-wishlist .buttons,
#account-newsletter .buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.dream-filter .panel-group .panel .panel-body {
    width: 100%;
}

.dream-filter {
    margin-top: 20px;
}

.dream-filter .panel {
    border: 0;
    background: #fff;
}
.dream-filter .panel-group .panel .panel-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
}
.dream-filter .panel-group .panel .panel-heading span {
    text-transform: unset;
}
.dream-filter .panel-title svg {
    width: 24px;
    height: 24px;
    color: transparent !important;
}
.dream-filter .rdf-filters .rdf-group .checkbox>label>span:before {
    border: 1px solid #927C6A;
    border-radius: 3px;
}
.dream-filter .rdf-filters .rdf-group .checkbox>label input:checked+span:before {
    background: #927C6A;
}
.dream-filter .rdf-filters .rdf-group .checkbox>label>span:after {
    content: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="16px" height="16px" fill="%23fff" viewBox="0 0 20 20"%3E%3Cpath d="M2,11.6c-0.1-0.1-0.2-0.3-0.2-0.4c0-0.1,0.1-0.3,0.2-0.4l0.9-0.9c0.3-0.3,0.6-0.3,0.9,0l0.1,0.1l3.5,3.7 c0.1,0.1,0.3,0.1,0.4,0l8.5-8.8h0.1c0.3-0.2,0.6-0.2,0.9,0L18,5.8c0.3,0.3,0.3,0.6,0,0.9L7.9,17.1c-0.1,0.1-0.3,0.2-0.4,0.2 c-0.2,0-0.3-0.1-0.4-0.2l-4.9-5.3L2,11.6z M2,11.6"/%3E%3C/svg%3E');
}
.dream-filter .rdf-group .checkbox>label>span {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
}
.dream-filter .irs-handle:before {
    width: 17px;
    height: 17px;
    border-radius: 50%;
    top: -6px;
    border: 1px solid #E2E2E2;
    background: #fff;
}
.dream-filter .irs-bar,
.dream-filter .rdf-filters .rdf-picked>.btn {
    background: #C0D4DB;
}
.dream-filter .rdf-filters .rdf-group .rdf-label {
    color: #C0D4DB;
}






footer {
    background: #EEEEEE;
    margin-top: 120px;
    padding-top: 80px;
    padding-bottom: 100px;
}

footer .wrapper {
    display: flex;
    justify-content: space-between;
}

footer .heading {
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    color: #4C4D51;
    margin-bottom: 24px;
}

footer .menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

footer .menu a {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    text-decoration: none;
    color: #4C4D51;
    margin-bottom: 15px;
    display: block;
    transition: .2s;
}

footer .menu a:hover {
    color: #C0C2C4;
}

footer .contacts .phone {
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #4C4D51;
    transition: .2s;
}

footer .contacts .phone:hover {
    color: #C0C2C4;
}

footer .contacts .call {
    display: block;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #4C4D51;
    border: 1px solid #AC9993;
    width: fit-content;
    padding: 15px 30px;
    border-radius: 4px;
    margin-top: 14px;
}

footer .contacts span {
    font-weight: 500;
    font-size: 14px;
    line-height: 125%;
}

.copy .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


#bottom_block {
    display: none;
    background: #fff;
    z-index: 9;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 80px;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
}
#bottom_block > div {
    justify-self: center;
}

.text-danger {
    border: 2px solid #464241;
    padding: 14px 44px;
    margin-top: 20px;
    font-weight: 600;
}

#modal-agree {
    position: fixed;
    display: none;
    top: 10vh;
    background: #fff;
    max-width: 50vw;
    max-height: 80vh;
    transform: translateX(50%);
    overflow-y: scroll;
    z-index: 999;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#modal-agree.modal.in {
    display: block;
}

#modal-agree .modal-dialog {
    padding: 30px;
}

#modal-agree .modal-header {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}

#modal-agree .modal-header .close {
    border: 0;
    background: transparent;
    font-size: 25px;
}


.groups {
    display: flex;
    flex-flow: wrap;
    justify-content: flex-start;
}

.groups .group_list {
    width: 100%;
    max-width: 18%;
    margin-right: 20px;
}

.groups .group_list ul {
    padding: 0px;
}

.groups .group_list ul li, .groups .group_list ul li:first-child {
    font-size: 14px;
    line-height: 18px;
    margin-right: 8px;
    list-style-type: none;
    padding: 0px;
}

.groups .group_list ul li:last-child {
    margin-right: 0px;
}

.groups .group_list ul .active a {
      color: #33296e;
}

.groups .group_list strong {
    display: block;
    font-size: 24px;
    line-height: 44px;
    color: #3d3d3d;
    font-weight: 800;
}

.open-popup {
      cursor: pointer;
}

.wrapper_popup {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    height: 100vh;
}

.popup__bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    pointer-events: none;
    transition: 0.5s all;
    z-index: 100;
}

.popup__bg.active {
    opacity: 1;
    pointer-events: all;
    transition: 0.5s all;
}

.popup {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    background: #fff;
    width: 100%;
    max-width: 800px;
    padding: 40px;
    transition: 0.5s all;
}

.popup.active {
    transform: translate(-50%, -50%) scale(1);
    transition: 0.5s all;
}

.close-popup {
    position: absolute;
    top: 18px;
    right: 18px;
    cursor: pointer;
    width: 20px;
    height: 20px;
}

.table-responsive .table {
    width: 100%;
}

.table thead td {
    font-weight: 600;
}


.tooltip {
    display: none !important;
}

.input-group, .input-group-btn {
    display: flex;
    align-items: center;
}

.input-group-btn button {
    outline: none;
    background: none;
    border: none;
    cursor: pointer;
}

.input-group-btn button svg {
    width: 20px;
    height: 20px;
}

.buttons.clearfix {
    display: flex;
    gap: 30px;
}

.buttons a, .form-horizontal button, .panel-title a {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
    background: #464241;
    border-radius: 4px;
    border: 1px solid #464241;
    padding: 16px 60px;
    cursor: pointer;
    transition: .2s;
    text-decoration: none;
    display: inline-block;
}

.form-horizontal button {
    margin-top: 30px;
}

.panel-group select, .panel-group input {
    height: 40px;
    width: 100%;
    max-width: 375px;
    border-radius: 5px;
    border: 2px solid #464241;
    outline: none;
    padding: 0;
    margin: 0;
}


.contact-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999;
    background: #00000078;
}

.contact-modal.active {
    display: flex;
}

.contact-modal .modal-content {
    background: #fff;
    padding: 30px;
    position: relative;
}

.contact-modal h4 {
    font-size: 24px;
    margin-top: 0;
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
}

.contact-modal form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-modal input {
    height: 30px;
    padding-left: 10px;
    width: 300px;
    border: 1px solid #b0b0b0;
}

.contact-modal button {
    background: #464241;
    border: none;
    height: 35px;
    color: #fff;
    font-weight: 550;
    font-size: 16px;
    cursor: pointer;
}

.modal-close {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 0px;
    font-size: 30px;
    transform: rotateZ(45deg);
    cursor: pointer;
}

#content.contacts .d-flex {
    display: flex;
    align-items: center;
    gap: 50px;
}

#content.contacts .d-flex div:nth-child(1) {
    width: 400px;
}

.form-horizontal input, .form-horizontal textarea {
    width: 100%;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #84848E;
    border: 0;
    background: #FFFFFF;
    border-radius: 4px;
    padding: 18px 16px;
    border: 2px solid #bbbbbb;
    box-sizing: border-box;
}

.form-horizontal legend {
    font-size: 20px;
    font-weight: 500;
}

.form-horizontal .btn {
    color: #fff;
    background-color: #464241;
    border-radius: 4px;
    border: 1px solid #464241;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 25px;
    cursor: pointer;
    transition: .2s;
}

.logo-wb img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 10px;
}

#account-forgotten .form-control {
    border: 2px solid #bbbbbb !important;
}


@media screen and (min-width: 2000px) {
    #slideshow0 {
        max-width: 100%;
        padding-left: 160px;
        padding-right: 160px; 
    }
}

.fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
}

.rabots {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.rabots a {
    width: 200px;
    height: 200px;
    border: 2px solid #a8a8a8;
}

.rabots img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#header #search input {
    border: none;
    outline: none;
}

.faq {
    margin-top: 120px;
}

.faq h2 {
    text-align: center;
}

.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}
.accordion .accordion-item button[aria-expanded='true'] {
  border-bottom: 1px solid #C0D4DB;
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #464241;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}
.accordion button:hover, .accordion button:focus {
  cursor: pointer;
  color: #464241;
}
.accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  color: #464241;
  border: 1px solid #464241;
}
.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  width: 10px;
  height: 2px;
  background: currentColor;    
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.accordion button[aria-expanded='true'] {
  color: #C0D4DB;
}
.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}
.accordion button[aria-expanded='true'] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
}


.simplecheckout input[type=text], .simplecheckout input[type=email], .simplecheckout input[type=tel], .simplecheckout input[type=password], #account-edit input[type=text], #account-edit input[type=email], #account-edit input[type=tel], #account-edit input[type=password], #account-password input[type=text], #account-password input[type=email], #account-password input[type=tel], #account-password input[type=password], .simplecheckout select, #simplecheckout_comment textarea, #form-review textarea {
    background: #FFF;
}

.simplecheckout-block-content {
    padding: 0;
}

#simplecheckout_shipping .simplecheckout-block-content,
#simplecheckout_payment .simplecheckout-block-content {
    padding: 1px 20px;
}

.simplecheckout-cart td.image img {
    width: 80px;
}

.simplecheckout select {
    appearance: none;
    background-image: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path d="M17 9.5L12 14.5L7 9.5" stroke="%23000000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></g></svg>');
    background-position-x: calc(100% - 8px);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position-y: center;
}

.wishlist-count {
    position: absolute;
    top: -6px;
    left: 18px;
    width: 15px;
    height: 15px;
    background: #C0D4DB;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 500;
    font-size: 10px;
    line-height: 1px;
}

#category-module .fas::before {
    display: none;
}

#account-wishlist img {
    max-height: 150px;
}

#menu_list .dropdown .dropdown-menu {
    height: 0;
    overflow: hidden;  
    transition: all .5s;
}

#menu_list .dropdown .dropdown-menu {
    margin-left: 0 !important;
}

#menu_list .dropdown.active .dropdown-menu {
    height: 100%;
    overflow: hidden;  
}

#menu_list .fa-plus:before {
    display: none;
}

#menu_list .dropdown .caret .fa-minus,
#menu_list .dropdown.active .caret .fa-plus {
    display: none;
}

#menu_list .dropdown.active .caret .fa-minus,
#menu_list .dropdown .caret .fa-plus {
    display: flex;
}

#menu .navbar-nav a .caret {
    width: 18px;
    display: block;
    max-width: 18px;
    float: right;
    margin-left: auto;
}

#menu .fas {
    display: flex;
    align-items: center;
}

#menu .navbar-nav div {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 10px;
    cursor: pointer;
}

.menu-mob {
    display: none;
}

.catalog-mob {
    display: none;
}

.city_selector {
    cursor: pointer;
}

.city_selector svg {
    width: 18px;
    height: 18px;
}

.modal {
    z-index: 999999999999999;
}
.modal {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(26, 26, 26, .35);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 7777;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}

.modal.active {
    opacity: 1;
    visibility: visible;
    transition: all .3s;
}

#modal-city .modal-content {
    padding: 65px 70px;
    background-color: #fff;
    box-shadow: 0 10px 50px 0 rgba(26, 26, 26, .05);
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 700px;
    flex-wrap: wrap;
    position: relative;
}

.modal__close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.modal__close svg {
    width: 24px;
    height: 24px;
}

.city-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.city-list span {
    font-size: 24px;
    font-weight: 600;
}
