@import "fonts.css";
body {
    font-size: 13px;
} 
img {
    max-width: 100%;
    display: block;
}
h1 {
    font-family: "Montserrat";
    font-weight: bold;
    font-size: 32px;
    line-height: 58px;
    color: #321800;
}

h2 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 40px;
    text-align: left;
    color: #321800;
}

h3 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 32px;
    text-align: left;
}


.button {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 53px;
    border: 1px solid #321800;
    background: #321800;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
}

.button img {
    filter: brightness(0) invert(1);
}

.button-border {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
}

.button:hover {
    background: #fff;
    color: #321800;
    text-decoration: none;
}
.button:hover img {
    filter: none;
}


.not_available {
  text-transform: uppercase; 
  font-weight: bold;
  font-size: 14px;
  line-height: 25px;
  color: #321800;
  margin-bottom: 30px;
}

.button-cart {
    width: 113px;
    height: 41px;
}
.button-next {
    width: 156px;
    height: 41px;
}

.button-cart img {
    margin-right: 8px;
}

.button-bordered {
  color: #321800;
  border: 1px solid #321800;
  background: transparent;
}
.button-bordered img {
  filter: none;
  margin: 0 8px 0 0;
}
.button-bordered:hover {
  background: #321800;
  color: #fff;
}
.button-bordered:hover img {
  filter: brightness(0) invert(1);
}

.header__top {
    border-bottom: 1px solid #F2F2F2;
}
.menumobile__language {
  display: none;
}
.header__pages {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
}
.min_order_text {
  text-align: center;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 40px;
  color: #321800;
  margin-bottom: 60px;
}

.header__item a {
    padding: 0 12px;
    margin: 0 3px;
    font-size: 13px;
    line-height: 36px;
    color: #321800;
    text-decoration: none;
}

.header__item.header__item_discount {
    background: #D83A30;
}
.header__item.header__item_discount a {
    color: #fff;
}


.header__contacts {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.header__phone-list a img,
.header__operator a img {
    margin-right: 10px;
}
 
.header__operator {
    position: relative;
    padding-right: 20px;
    cursor: pointer;
}

.header__operator a {
    display: flex;
    align-items: center;
    font-size: 13px;
    line-height: 23px;
    color: #321800;
    text-decoration: none;
}
.header__operator span {
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
  right: 0;
  background: url("../img/drop.svg") no-repeat center;
}
.header__operator a img {
  margin-right: 10px;
}
.header__operator:hover {
  opacity: 0.8;
}
.header__operator:hover span {
  transform: rotate(180deg);
}

.header__language-selected {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    line-height: 23px;
    color: #000;
    padding-right: 20px;
    display: flex;
    align-items: center;
    font-weight: bold;
}
.menumobile__language svg,
.header__language svg {
    width: 24px;
    margin-right: 6px;
}


.header__language-selected span {
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
  right: 0;
  background: url("../img/drop.svg") no-repeat center;
}
.header__language-selected:hover {
  opacity: 0.8;
}
.header__language-selected:hover span {
  transform: rotate(180deg);
}

.header__phone-list a,
.header__language-list a { 
  display: flex;
  padding: 2px 0;
  align-items: center;
white-space: nowrap
}
.header__phone-list,
.header__language-list {
  position: absolute;
  left: -20px;
  z-index: 10;
  padding: 10px 20px;
  border: 1px solid rgba(0,0,0,.15);
  background: #fff;
  display: none;
}
.header__phone-list {
  left: -15px;
  padding-left: 15px;
  padding-right: 15px;
}
.header__phone,
.menumobile__language,
.header__language {
  position: relative;
}
.header__phone:hover .header__phone-list,
.menumobile__language:hover .header__language-list,
.header__language:hover .header__language-list {
  display: block;
}
.header__messages a {
  margin-right: 15px;
  position: relative;
}
.header__messages a.whatsapp_pl svg {
  position: absolute;
  width: 10px;
  height: 10px;
  bottom: 0;
  right: 0;
}
.header__messages a img {
  width: 20px;
}
.header__messages {
  display: flex;
}
/*.header__main {
    border-bottom: 1px solid #F2F2F2;
}*/

.header__socials {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 52px;
}

.header__left {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: calc(100% - 116px);
}
.header__logo {
    width: 116px;
    height: 116px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header__logo img {
  height: 116px;
}

.header__search {
    width: calc(100% - 116px);
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.header__search-icon {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 10;

}
.header__search form {
    height: 50%;
    position: relative;
    z-index: 5;
    padding-left: 50px;
    margin-left: 20px;
    padding-right: 0px;
    margin-right: 20px;
    border: 1px solid #F1A55E;
    width: 100%;
}
.header__search .input_search {
    width: 100%;
    background: transparent;
    border: 0;
    height: 100%;
    font-size: 13px;
    line-height: 23px;
    color: #000;
    outline: none;
}
.mobiheader__search {
  display: none;
}
.mobiheader__search form {
  display: flex;
  padding-bottom: 10px;
}
.mobiheader__search .input_search {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.mobiheader__search .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  right: 10px;
  position: absolute;
}


.header__right {
    display: flex;
    align-items: center;
    height: 100%;
}

.header__right a {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 24px;
    border-left: 1px solid #F2F2F2;
    font-size: 14px;
    line-height: 24px;
    color: #321800;
    text-decoration: none;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.header__right a img {
    margin-right: 10px;
}
.header__right a span {
    margin-right: 5px;
}
.advantages {
    border-bottom: 1px solid #F2F2F2;  
}
.header__menu {
/*    border-bottom: 1px solid #F2F2F2;*/
    background: #F1A55E;
}
.header__menu-link.selected {
  background: #fff;
}
.header__menu-link {
    display: block;
    padding: 0 15px;
    margin: 0;
    font-size: 16px;
    line-height: 50px;
    color: #321800;
    text-decoration: none;
}
.header__menu-link span {
    color: #D8306C;
}
/* .header__menu-item:first-of-type .header__menu-link {
    margin-left: 0;
    padding-left: 0;
} */
.advantages__list_title {
    color: #321800;
    font-weight: bold;
    line-height: 24px;
}
.advantages__list_text {
    color: #4F4F4F;
    font-size: 13px;
    line-height: 22px;
}
.advantages__list .slick-slide {
    margin: 15px 0 29px 0; 
    min-width: 303px;
}
.advantages__list .advantages__gift {
    min-width: 354px;
}
.advantages__list img {
   float: left;
   margin: 0 18px;
}

.page_body {
    height: 260px;
    overflow-y: scroll;
    padding-right: 32px;
    margin-bottom: 190px;
    margin-top: 140px;
    font-size: 13px;
    line-height: 23px;
}

.page_body::-webkit-scrollbar-button { 
    width:5px; 
    height:0px 
} 

.page_body::-webkit-scrollbar-track { 
    background: #E0E0E0;
} 

.page_body::-webkit-scrollbar-thumb { 
    background: #321800;
} 

.page_body::-webkit-resizer{ 
    width:5px; 
    height:0px 
} 

.page_body::-webkit-scrollbar{ 
    width: 5px; 
}

.footer {
    background: #321800;
    padding: 35px 0 20px 0;
    position: relative;
}
.footer:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 5;
    width: 461px;
    height: 404px;
    background: url(../img/footer-back.png) no-repeat center;
}
.footer > .container { 
    position: relative;
    z-index: 10;
}
.footer__logo {
    display: flex;
    justify-content: center;
    padding-bottom: 35px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer__logo img {
    width: 120px;
}
.footer__main h3 {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    opacity: 0.7;
    clear: both;
}
.footer__main {
    padding: 40px 0 75px 0;
}
.footer__list {
    display: flex;
    flex-direction: column;
    margin: 20px 0 0;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
}
.footer__list li {
    margin: 0 0 6px;
}
.footer__contacts li {
    margin: 0 0 20px;
}
.footer__list a {
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    color: #FFFFFF;
}
.footer__copy {
    font-size: 12px;
    line-height: 21px;
    color: #BDBDBD;
    text-align: center;
    opacity: 0.7;
}
.footer__copy a {
    color: #FFFFFF;
    text-decoration: none;
}
.footer__pay img {
    width: 60px;
    margin-right: 8px;
    float: left;
}
.footer__pay {
    margin: 22px 0 0;
}
.footer__socials a img {
    filter: brightness(0) invert(1);
    float: left;
    margin: 10px 20px 25px 0;
}

.reviewsmain__author {
    font-weight: bold;
    font-style: italic;
    color: #321800;
}

.catalog__item {
    margin-bottom: 40px;
}
.catalog__image {
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.catalog__main {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.catalog__category {
    border: 2px solid #F2F2F2;
    padding: 1px 10px;
    border-radius: 20px;
    font-size: 13px;
    line-height: 23px;
    text-decoration: none;
    color: #828282;
}
.catalog__name {
    display: block;
    margin: 12px 0;
    width: 100%;
    text-align: center;
    font-weight: normal;
    height: 66px;
    overflow: hidden;
    font-size: 14px;
    line-height: 24px;
    color: #321800;
    text-decoration: none;
}
.catalog__opt {
    position: relative;
    cursor: pointer;
    padding: 0 0 12px;
}
.catalog__opt-price {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 24px;
    color: #828282;
}
.catalog__opt-price img {
    margin-left: 10px;
} 
.catalog__buy {
    display: flex;
    justify-content: center;
    align-items: center;
}
.catalog__price {
    margin-right: 25px;
}
  
.catalog__old {
    margin: 0;
    font-size: 13px;
    line-height: 18px;
    color: #321800;
}
.catalog__actual {
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #321800;
}
.catalog__actual span {
    color: #D83A30;
}

 


.about {
  background: url("../img/about-bg.svg") no-repeat right top;
}
.about__list {
  margin: 44px 0 0;
}
.about__item {
  width: calc(50% - 16px);
  padding: 23px;
}
.about__item h3 {
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
}
.about__item p {
  font-size: 14px;
  line-height: 24px;
  margin: 15px 0 0;
}
.about__row {
  margin: 0 0 25px;
  display: flex;
  flex-wrap: wrap;
}
.about__row:nth-of-type(odd) {
  justify-content: flex-start;
}
.about__row:nth-of-type(odd) .about__item {
  color: #fff;
  background: url("../img/about-item-bg.svg") #321800 no-repeat bottom right;
}
.about__row:nth-of-type(even) {
  justify-content: flex-end;
}
.about__row:nth-of-type(even) .about__item {
  color: #321800;
  background: transparent;
}
.about__goal {
  width: 100%;
  margin: 60px 0 90px 0;
  padding: 25px 36px;
  border: 1px solid #000000;
}
.about__goal h3 {
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
  color: #000000;
}
.about__goal p {
  font-size: 16px;
  line-height: 28px;
  margin: 3px 0 0;
  color: #000000;
}




.topcategory__name {
    font-size: 18px;
    position: absolute;
    bottom: 45px;
    right: 40px;
    line-height: 32px;
    color: #000;
}

.topcategory__image {
    position: relative;
    margin-bottom: 30px;
}
/*.topcategory__image img {
        filter: brightness(50%);
}*/
.breadcrumb {
    padding: 14px 0;
    font-size: 13px;
    line-height: 23px;
    color: #828282;
    background: transparent; 
}
.product__stocks span {
    text-decoration: underline;
}
table.features.product__stocks td {
    padding: 3px 0;
}
.product__description h1 {
    line-height: 40px;
    font-size: 28px;
    margin-bottom: 20px;
}
.product__description .amount_product {
  margin-right: 10px;
}
.product__images img {
    margin: 20px 20px 0 0;
}
.badge__category {
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 29px;
    padding-bottom: 25px;
}
.product__sku {
    font-size: 13px;
    color: #828282;
    margin-bottom: 10px;
}
.product__desc-title {
    font-weight: bold;
    font-size: 14px;
    line-height: 25px;
    color: #321800;
    margin: 8px 0px;
}
.product__desc-text {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 30px;
}
.product__desc-text table {
  max-width: 100%;
}
table.features td {
    min-width: 160px;
    padding: 6px 0;
}
table.features td span {
    color: #828282;
}
.badge.red {
    padding: 2px 10px;
    height: 27px;
    background: #D83A30;
    border-radius: 2px;
    font-size: 13px;
    line-height: 175%;
    color: #FFFFFF;
    font-weight: normal;
    margin-right: 15px;
}

.badge.category {
    padding: 2px 10px;
    border: 2px solid #F2F2F2;
    border-radius: 20px;
    font-weight: normal;
    font-size: 13px;
    line-height: 175%;
    color: #828282;

}


.product__description .variants {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.product__description .variants .buttons {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.product__description .variants .buttons .button-cart {
    margin-left: 12px;
}
.product__description .variants .lead .price {
    color: #321800;
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    margin-right: 40px;
}
.product__description .variants .lead .price .currency {
    font-size: 16px;
    line-height: 28px;
    font-weight: normal;
}
.amount_product {
    border-radius: 2px;
    font-size: 13px;
    text-align: center;
    border-color: #F5F5F5;
    width: 90px;
    background: #F5F5F5;
}
.form-control:focus {
    border-color: #321800;
}

.product__related_title {
    color: #321800;
    font-weight: bold;
    font-size: 18px;
    line-height: 32px;
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 18px;
    margin-bottom: 20px;
}


table#purchases {
    margin-bottom: 50px;
}
table#purchases tr:first-child td {
    border-top-color: transparent;
}
table#purchases td:first-child  {
    padding-left: 0;
}
.purchases__total {
    color: #321800;
}
.purchases__total .image {
    font-size: 14px;
}
.payment__methods {
    text-align: center;
    margin-top: 35px;

}
.user_agreement {
    text-align: center;
    margin-bottom: 100px;
    width: 100%;
}
 
.payment__methods ul {
    text-align: left;
}

.payment__methods li {
    font-size: 14px;
    line-height: 175%;
    color: #4F4F4F;
    margin: 5px 0;
    display: block;
}

.form-group {
    margin-bottom: 25px;
}

.form-group label {
    padding: 0 0 0 10px;
    margin: 0 0 8px;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    color: #321800;
}
.form select.form-control,  
.form input.form-control, 
.form textarea.form-control {
  display: block;
  width: 100%;
  color: #2B2B2B;
  background: #F5F5F5;
  border-radius: 2px;
  border: 0;
  padding: 0 20px;
  font-size: 13px;
  line-height: 23px;
}
.form input.form-control::placeholder, .form textarea.form-control::placeholder {
  color: #878787;
}
.form input.form-control:focus, .form textarea.form-control:focus {
  background: #E6E6E6;
}
.form select.form-control,  
.form input.form-control {
  height: 50px;
}

.form .amount input.form-control {
  height: 35px;
  max-width: 100px;
  text-align: center;
}

.form textarea.form-control {
  padding: 13px 20px;
  height: 100px;
  resize: none;
}
.back__products img {
    float: left;
    padding:  1px 10px 0 0;
}
.back__products a {
    font-size: 14px;
    margin-bottom: 10px;
}
.back__products {
    margin-bottom: 5px;
}

.product__reviews {
    margin-bottom: 80px;
}
.pagination {
    margin: 30px 0 50px 0;
}
.pagination .page-item .page-link,
.pagination {
    border-radius: 0;
    border-color: transparent;
}
.pagination .page-item .page-link {
    font-size: 14px;
    padding: 4px 11px;
    line-height: 24px;
}
.pagination .page-item {
    margin: 0px 4px;
}
.feedback__form {
    margin-bottom: 100px;
}
.feedback__form h1 {
    margin-top: 100px;
}
.feedback__form textarea {
    min-height: 264px;
}


.reviews__list {
  margin: 0 0 60px 0;
}
.reviews__item {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.reviews__info {
  display: flex;
  margin: 0 0 8px;
  align-items: center;
  flex-wrap: wrap;
}
.reviews__name {
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  margin: 0 20px 0 0;
}
.reviews__date {
  font-size: 12px;
  line-height: 21px;
  margin: 0;
}
.reviews__main {
  font-size: 14px;
  line-height: 24px;
  margin: 0;
}
.reviews__text {
  width: 100%;
  margin: 8px 0 0;
  padding: 15px 30px;
  background: #fff;
  border: 1px solid #BDBDBD;
  color: #000;

}
.reviews__text.answer {
  position: relative;
  color: #fff;
  background: url("../img/answer-bg.svg") #321800 no-repeat 100% -50px; 
  width: calc(100% - 80px);
}
.reviews__text.answer img {
  position: absolute;
  right: calc(100% + 10px);
  top: 0;
}

.cart__empty {
    color: #828282;
}

.topcategories__title {
    margin-top: 40px;
    margin-bottom: 20px;
}

.main__title {
    margin-top: 50px;
    margin-bottom: 20px;
}
.featured__item {
    padding: 0 15px;
}

.prevArrow,
.nextArrow {
    width: 38px;
    height: 100%;
    cursor: pointer;
    position: absolute;
    top: 0;
    z-index: 10;
}
.prevArrow {
    background: url(../img/prev.svg) no-repeat center;
    left: -30px;
}
.nextArrow {
    background: url(../img/next.svg) no-repeat center;
    right: -30px;
}
 



.featured__products .slick-dots {
    bottom: 0;
}

.featured__products .slick-dots li.slick-active button:before {
    background: #321800;
}


.instagram__korobka_tort {
    margin: 100px 0 103px 0;
}
.instagram__bg {
    background: url(../img/korobka_tort.jpg) no-repeat;
    width: 915px;
    height:  453px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    color: #fff;
    padding-left: 78px;
}
.instagram__title {
    font-size: 28px;
    line-height: 50px;
    margin: 133px 0 0 0;
    font-family: "Montserrat"; 
    font-weight: bold;
}
.instagram__login {
    font-weight: bold;
    font-size: 16px;
    line-height: 28px;
}

.instagram__text {
    color: #BDBDBD;
    margin: 9px 0 30px 0;
}



.blogmain__title {
    font-weight: bold;
    font-size: 14px;
    line-height: 175%;
    color: #321800;
    margin: 12px 0px;
}



.blogmain__date {
    color: #828282;
    margin: 10px 0 0 0;
}


.reviewsmain__item {
    text-align: center;
}

.reviewsmain__image {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background: #F2F2F2;
    display: inline-block;
}
.reviewsmain__image img {
    margin-top: 20px; 
}

.reviewsmain__text {
    font-size: 13px;
    color: #4F4F4F;
    margin: 20px 0 30px 0;
}

.reviewsmain {
    margin-bottom: 60px;
}

.button-reviewsmain {
    max-width: 220px;
    margin: 0 auto;
}
.button-reviewsmain img {
    margin: 0 0 0 8px;
}
.product_new,
.product_featured {
    padding: 2px 10px;
    border-radius: 20px;
    font-size: 13px;
    color: #FFFFFF;
    position: absolute;
    top: 0;
    right: 0;
}
.product_featured {
    background: #F1A55E;
}
.product_new {
    background: #6DC260;
}

.product__image .product_featured {
  right: 15px;
}

.product__images {
  display: flex;
}

.autocomplete-suggestions{
    background: #ffffff;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    overflow-y: auto;
}
.autocomplete-suggestions .autocomplete-suggestion {
    cursor: default;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #F2F2F2;
    margin: 15px 30px; 
    padding-bottom: 15px;
}
.autocomplete-suggestions .selected { background:#F0F0F0; }
.autocomplete-suggestions div { 
    white-space:nowrap; 
    font-size: 13px;
    color: #4F4F4F;
}
.autocomplete-suggestions img {
    margin-right: 6px;
}
.autocomplete-suggestions strong { padding: 0 5px;  }

.feature__name {
    color: #321800;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 14px;
} 
.feature__values {
    margin-bottom: 30px; 
}
.feature__value {
    color: #4F4F4F;
}
.feature__value input {
    margin-right: 8px;
}
.sort {
    float: right;
    margin-bottom: 20px;
}
.sort .btn-secondary {
  background-color: #F5F5F5;
  border-color: #F5F5F5;
  color: #2B2B2B;
  font-size: 13px;
  line-height: 175%;
  border-radius: 0;
  padding: 10px 44px 10px 20px;
}
.sort .btn-secondary.dropdown-toggle::after {
  background: url(../img/selector.svg) no-repeat;
  border: none;
  width: 18px;
  height: 18px;
  vertical-align: 0;
  position: absolute;
  top: 14px;
  right: 12px;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
}
.sort .dropdown-item {
    color: #2B2B2B;
  font-size: 13px;
  line-height: 175%;
}
.sort .dropdown-menu {
    color: #2B2B2B;
      border-radius: 0;
      min-width: 198px;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
  background-color: #321800;
    border-color: #321800;
}

.remove a {
    height: 27px;
    width: 27px;
    background: #f2f2f2;
    display: block;
    float: right;
}
.remove a img {
    margin: 7px 0 0 7px;
}
.remove a:hover {
    background: #321800;
}
.remove a:hover img {
    filter: brightness(0) invert(1);
}
table#purchases td.price {
    text-align: center;
}
table#purchases select.form-control {
    height: 35px;
}



.delivery {
  padding: 16px 0 110px 0;
}
.delivery__text {
  font-size: 14px;
  line-height: 24px;
  margin: 5px 0 0;
  color: #828282;
}
.delivery__services {
  margin: 100px 0;
}
.delivery__list {
  margin: 15px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.delivery__item {
  width: calc(25% - 7px);
  max-width: 255px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.delivery__item img {
  height: 77px;
}
.delivery__item h3 {
  margin: 15px 0 6px 0;
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #000000;
}
.delivery__item p {
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  text-align: center;
  color: #000000;
}

.insurance {
  padding: 20px 0;
  background: #321800;
}
.insurance__content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 806px;
  margin: 0 auto;
}
.insurance__content img {
  margin-right: 50px;
}
.insurance__content p {
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  color: #F2F2F2;
  margin-bottom: 0;
}

.pay {
  padding: 85px 0;
}
.pay__list {
  margin: 30px 0 0;
}
.pay__item {
  display: flex;
  align-items: center;
  margin: 0 0 12px;
  flex-wrap: wrap;
}
.pay__item span {
  display: flex;
  width: 38px;
  height: 40px;
  margin-right: 12px;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  background: #321800;
}
.pay__item p {
  font-size: 16px;
  line-height: 28px;
  color: #4F4F4F;
  width: calc(100% - 50px);
}


.sale__text p {
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  margin: 15px 0 0;
}
.sale__text p b {
  font-weight: bold;
}
.sale__text p a {
  color: #194FDA;
  text-decoration: none;
}
.sale__points {
  margin: 34px 0 0;
}
.sale__list {
  margin: 22px 0 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 920px;
  align-items: stretch;
  flex-wrap: wrap;
}
.sale__item {
  width: calc(50% - 15px);
  max-width: 445px;
  border-radius: 12px;
  padding: 18px 30px;
  color: #fff;
  position: relative;
  margin: 0 0 30px;
}
.sale__item h3 {
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 22px;
  line-height: 40px;
}
.sale__item p {
  font-size: 14px;
  line-height: 175%;
  color: #FFFFFF;
  margin-bottom: 0;
}
.sale__item p b {
  font-weight: bold;
}
.sale__item.red {
  background: url("../img/discount-bg.svg") #D83A30 no-repeat bottom right;
}
.sale__item.blue {
  background: url("../img/discount-bg.svg") #30B9D8 no-repeat bottom right;
}
.sale__item.violet {
  background: url("../img/discount-bg.svg") #AC30D8 no-repeat bottom right;
}
.sale__item.green {
  background: url("../img/discount-bg.svg") #30D8AF no-repeat bottom right;
}
.sale__item.pink {
  background: url("../img/discount-bg.svg") #D8306C no-repeat bottom right;
}
.sale__content {
  position: relative;
  z-index: 15;
  width: 275px;
}
.sale__table {
  display: flex;
}
.sale__summary {
  width: 140px;
  margin-right: 10px;
}
.sale__bg {
  width: 200px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
}
.sale__bg img {
  position: relative;
  z-index: 5;
}
.sale__icon {
  position: relative;
  padding: 10px 0;
}
.sale__circle {
  position: absolute;
  top: 0;
  right: -10px;
  width: 35px;
  height: 35px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  background: #4F4F4F;
}


.auth {
  padding: 33px 0 220px 0;
  max-width: 650px;
  margin: 0 auto;
}
.auth__nav {
  width: 100%;
  display: flex;
  margin: 0 auto 35px auto;
  flex-wrap: wrap;
  max-width: 390px;
}
.auth__nav a {
  width: 50%;
  position: relative;
  text-decoration: none;
  padding: 0 0 13px;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  color: #828282;
  text-align: center;
}
.auth__nav a:before {
  content: "";
  width: 100%;
  position: absolute;
  border-top: 1px solid #F2F2F2;
  bottom: 0;
  left: 0;
}
.auth__nav a.selected {
  color: #000000;
}
.auth__nav a.selected:before {
  border-top: 3px solid #321800;
}
.auth h1 {
  text-align: center;
  font-size: 28px;
}
.auth__text {
  margin: 11px auto 0 auto;
  font-size: 13px;
  line-height: 23px;
  text-align: center;
  color: #321800;
  max-width: 390px;
}
.auth__reg {
  margin: 11px auto 25px auto;
  font-size: 13px;
  line-height: 23px;
  text-align: center;
  color: #321800;
}
.auth__form {
  margin: 15px auto 0 auto;
  max-width: 390px;
}
.auth .form__item {
  margin: 0 0 25px;
}
.auth-button {
  margin: 40px 0 0;
}

.form__item {
  display: block;
  margin: 0 0 5px;
}
.form__item p {
  padding: 0 0 0 10px;
  margin: 0 0 8px;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  color: #321800;
}
.form__item a {
  text-decoration: none;
 
  font-weight: normal;
}
.form__item span {
  display: none;
}

.purchase__trmobi td {
  border-top-color: transparent;
}


.agreement__text {
  margin: 30px 0 0;
  font-size: 14px;
  line-height: 24px;
  color: #321800;
}
.agreement__list {
  margin: 65px 0 0;
}
.agreement__item {
  margin: 0 0 45px;
}
.agreement__item.expanded .agreement__top:before {
  transform: rotate(180deg);
}
.agreement__item.expanded .agreement__content {
  display: block;
}
.agreement__content {
  display: none;
  margin: 30px 0 0;
}
.agreement__content p {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  color: #321800;
}
.agreement__top {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-right: 30px;
  cursor: pointer;
}
.agreement__top span {
  width: 38px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  margin: 0 20px 0 0;
  background: #321800;
}
.agreement__top h3 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 40px;
  color: #321800;
  width: calc(100% - 58px);
}
.agreement__top:before {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 12px);
  width: 24px;
  height: 24px;
  background: url("../img/agreement.svg");
}



.header__submenu-item {
  display: none;
  position: absolute;
  top: 51px;
  left: 0;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2; 
  padding: 0;
  z-index: 11;
  background: #fff;
  width: 300px;
}
.header__submenu-item > .header__nav-item {
    padding: 0 20px;
}
.header__menu-item {
  position: relative;
}
.header__menu-item:hover > a { 
  background: #fff;
}

.header__submenu-item .header__menu-link {
  padding: 15px 0;
  margin: 0;
  border-bottom: 1px solid #f2f2f2; 
  line-height: 20px;
}
.header__submenu-item .header__nav-item:last-child .header__menu-link {
  border-bottom-color: transparent; 
}

.subcategories .header__submenu-item {
  background: #f2f2f2; 
  left: 299px;
  width: 200px;
  display: none;
  top: 0;
}

.header__submenu-item .subcategories:hover .header__submenu-item,
.header__menu-item:hover  >.header__submenu-item {
  display: block;
}

.subcategories > .header__menu-link {
  background: url(../img/union.svg) no-repeat right center;

}
.subcategories .header__submenu-item {
   padding-top: 5px;
   padding-bottom: 5px;
}
.subcategories .header__submenu-item .header__menu-link {
  padding: 10px 20px; 
}


#menu ul {
  padding-left: 0;
  padding-bottom: 48px;
}
#menumobile {
  position: fixed;
  left: -100%;
  top: 0;
  bottom: 56px;
  width: calc(100% - 75px);
  z-index: 100;
  height: 100%;
  background: #f6f7f8;
  overflow: auto;
  z-index: 99
}
.menumobile__close {
  padding: 15px;
  position: fixed;
  right: 20px;
  top: 30px;
  z-index: 100;
  display: none;
}
.features__close {
  padding: 15px;
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 100;
  display: none;
}

.menumobile__head {
  padding: 0 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}


#menu .menumobile__item-10 {
  margin-top: 40px;
}

#menu .btn-danger {
color: #d83a30;
    background-color: transparent;
    border-color: transparent;
}
#menu .menumobile__social {
  text-align: center;
}
#menu .menumobile__social a {
  display: inline-block;
}

#menu.slinky-theme-default li.menumobile__cat {
  margin: 0 1em;
  border-bottom: 1px solid #f2f2f2;
}
#menu.slinky-theme-default li.menumobile__cat:last-child {
  border-bottom-color: transparent;
}

#menu.slinky-theme-default .menumobile__cat a:not(.back) {
    padding: 1em 0; 
}

body.menu-open {
    overflow: hidden;
}
body.menu-open:after {
    content: '';
    display: block;
    position: fixed;
    top: 0; bottom: 0; left: 0; right: 0;
    width: 100%;
    height: 100%;
    z-index: 7;
    background: rgba(0,0,0,0.8); 
}
 

.feature__value label input[type="checkbox"] {
    display: none; 
}
 
.checkbox-custom {
    position: relative;
    width: 18px;
    height: 18px;
    border: 2px solid #BDBDBD;
    border-radius: 4px;
    margin: 0 8px 0 0;
    display: inline-block;
    top: 4px;
}
.feature__value input[type=checkbox]:checked + .checkbox-custom {
  border-color: #321800;
  background: url(../img/filter-active.svg) #321800 no-repeat center;
}


.form__catalog {
  margin: 30px 0 60px 0;
}


.button.filter-mobi-open {
  height: 43px;
}

.filter-mobi-open img {
  margin-right: 10px;
}
.menumobile__cat .header .back {
  color: #828282;
  margin-bottom: 15px;
}


.sidebar__profile {
  display: flex;
  padding-left: 20px;
}
.sidebar__profile svg {
  margin: 5px 12px 5px 0;
}

.sidebar__profile-name {
  color: #321800;
  font-size: 14px;
  line-height: 175%;
}

.sidebar__profile-email {
  color: #828282;
  font-size: 13px;
  line-height: 175%;
}

#v-pills-tab {
  margin-top: 30px;
}


#v-pills-tab .nav-link {
  padding: 16px 20px;
  border-radius: 12px;
}
#v-pills-tab .nav-link:hover {
  text-decoration: underline;
}
#v-pills-tab .nav-link.active:hover {
  text-decoration: none;
}
#v-pills-tab  .nav-link.active, #v-pills-tab .show>.nav-link {
  background-color: #F2F2F2; 
  color: #321800;
}

#v-pills-tab .nav-link svg {
  margin-right: 15px;
}


.profile__logout {
  display: block;
  text-align: center;
  color: #D83A30;
  font-size: 14px;
  line-height: 175%;
  margin-top: 14px;
}
.profile__logout:hover {
    color: #D83A30;
    text-decoration: none;
    font-weight: bold;
}



.discount__block {
  background: url(../img/discount-bg.svg) #D83A30 no-repeat bottom right;
  border-radius: 12px;
  padding: 18px 30px;
  display: flex;
  color: #fff;
  justify-content: space-between;
}

.discount__content h1 {
  font-size: 32px;
  color: #fff;
}
.discount__bg {
  display: flex;
  align-items: center;
}

.discount__block p {
  font-size: 16px;
  line-height: 175%;
}
.discount__text {
  margin-bottom: 28px;
}
.discount__text h5 {
  font-weight: bold;
  font-size: 16px;
  line-height: 175%;
  color: #321800;
}


.discount__text p {
  color: #828282;
  line-height: 175%;
}


#v-pills-tabContent {
  margin-bottom: 40px;
}

#orders_tab {
  border-bottom-color: transparent; 
  margin-bottom: 30px;
}
#orders_tab .nav-link {
  border: none;
  border-bottom: 1px solid #F2F2F2;
  font-weight: bold;
  font-size: 14px;
  line-height: 175%;
  color: #828282;
  padding: 10px 40px;
}


#OrderTabContent th {
  border-top-color: transparent; 
}

#orders_tab .nav-item.show .nav-link, #orders_tab .nav-link.active {
    color: #321800;
    border-bottom: 3px solid #321800;
    margin-top: -1px;
}


.order_status {
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 13px;
  line-height: 175%;
  text-align: center;
  color: #fff;
  white-space: nowrap;
}
.order_status.order_status_active,
.order_status.order_status_active {
  background: #6DC260;
}

.order_status.order_status_finish {
  background: #F1A55E;
}

.order_status.order_status_delete {
  background: #828282;
}

.catalog__opt:hover .catalog__opt-list {
  display: block;
}

.catalog__opt-list {
  padding: 20px;
  background: #FFFFFF;
  border-radius: 12px;
  filter: drop-shadow(2px 4px 14px rgba(0, 0, 0, 0.15));
  position: absolute;
  z-index: 10;
  top: 35px;
  display: none;
}
.products__stocks span {
  color: #828282;
}
.products__stocks {
  color: #321800; 
}
.products__stocks::before {
    content: ''; 
    position: absolute;  
    right: 90px; 
    top: -20px;  
    border: 10px solid transparent;  
    border-bottom: 10px solid #fff;  
    z-index: 10;
}

table.products__stocks td {
    padding: 2px 0;
    min-width: 90px;
}

.header__profile {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 24px;
  color: #321800;
  text-decoration: none;
}
.header__profile img {
  margin-right: 14px;
}
.header__profile:hover {
  opacity: 0.8;
}
















@media (max-width: 1259px) { 
  .header__menu-link, .header__menu-more {
    font-size: 12px;
    padding: 0 4px;
  }
}

@media (max-width: 1023px) { 
.sale__points {
    margin: 34px 0 0;
  }
  .sale__points h2 {
    text-align: center;
  }
  .sale__list {
    margin: 22px 0 0;
    max-width: initial;
    flex-direction: column;
    align-items: center;
  }
  .sale__item {
    width: 100%;
    max-width: 445px;
  }
.insurance__content p {
    font-family: "Open Sans";
    font-size: 15px;
    line-height: 28px;
}

.about__list {
    margin: 40px 0 0;
  }
  .about__item {
    width: 100%;
    padding: 23px;
  }

 
.features__block #features {
    position: fixed;
    left: -100%;
    top: 0;
    width: 100%;
    z-index: 100;
    height: 100%;
    background: #f6f7f8;
    overflow: auto;
    z-index: 99;
    padding: 25px;
    min-width: 100%;
}
 



.header__left {
    padding-left: 52px;
    position: relative;
}
.header__logo {
/*    width: 75px;*/
    background: transparent;
}
 .header__logo img {
  height: 90px;
 }

        .advantages__list .advantages__gift,
    .advantages__list .slick-slide {
        min-width: auto;
    }

 

 h1 {
    font-size: 28px;
    line-height: 50px;
  }

  .header__burger {
    display: block;
    position: absolute;
    left: 25px;
    top: calc(50% - 11px);
    z-index: 7;
    cursor: pointer;
  }

 
  .header__pages li {
    display: none;
  }
  .header__pages li.header__item_discount {
    display: block;
    margin: 0;
    position: relative;
    left: -15px;
  }

  .header__language {
    display: none;
  }
  .header__socials {
    display: none;
  }
  .instagram__bg {
    width: 100%;
  }
  .header__right .header__user {
    display: none;
}

  .header__menu {
    display: none;
  }

}




@media (max-width: 767px) {
.header__messages {
  margin-left: -15px;
}
.header__messages a {
  margin-right: 8px;
}

 .menumobile__language {
  display: block;
 }

.catalog__image {
  margin-bottom: 0;
}
.catalog__name {
  height: auto;
}

.sort {
  margin-top: 10px;
  width: 100%;
}
.sort .dropdown-menu, 
.sort .dropdown-toggle {
  width: 100%;
}


.breadcrumb {
  flex-wrap: nowrap;
  overflow: scroll;
}
.breadcrumb li {
  white-space: nowrap;
}
.product__description h1 {
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 5px;
}
.badge__category {
  border-bottom-color: transparent;
  margin-bottom: 0;
}

table.features td {
  min-width: 80px;
}

  .product__description .variants .buttons {
    flex-basis: 100%;
    justify-content: space-between;
    margin-top: 10px;
  }
.header__right a span {
  display: none;
}

.sale__points {
    margin: 0;
  }
  .sale__points h2 {
    display: none;
  }
  .sale__item {
    width: 100%;
    max-width: 325px;
  }
  .sale__item h3 {
    font-size: 18px;
    line-height: 32px;
  }
  .sale__bg {
    display: none;
  }


    
.delivery__services {
    margin: 20px 0 0;
  }
  .delivery__list {
    flex-direction: column;
    align-items: center;
  }
  .delivery__item {
    width: 100%;
    max-width: 325px;
    margin: 0 0 40px;
  }

  .insurance__content {
    width: 100%;
    max-width: initial;
  }
  .insurance__content p {
    font-size: 13px;
    line-height: 23px;
  }
    .header__search {
        width: auto;
        position: static;
    }
    .header__search form {
    width: 19px;
    position: absolute;
    right: -20px;
    top: -1px;
    height: 100%;
    border-color: transparent;
}

    .header__search input {
        display: none;
    }

    .header__right a {
    border-left-color: transparent;
        padding: 0;
}

    .footer:before {
        display: none;
    }

    .footer__main {
        padding-bottom: 25px;
    }
    .footer__socials {
        margin-bottom: 20px;
    }
    .footer__socials a img {
        margin: 10px;
    }
.footer__pay p,    
.footer__socials a {
    display: inline-block;
}
.footer__info h3,
.footer__column h3,
.footer__column,
.footer__info {
    text-align: center;
/*    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;*/
}
.footer__info {
    margin-top: 20px;
}
.page_body {
    margin-bottom: 100px;
    height: 820px;
}

.advantages__list .advantages__gift {
    min-width: auto;
}


  .header__left {
    padding-left: 50px;
    justify-content: center;
    width: 100%;
    position: relative;
}
 
  .header__logo {
/*    width: 75px;*/
    background: transparent;
    height: 90px;
  }
 .header__logo img {
  height: 90px;
 }
 
  .header__search-icon {
    top: 36px;
  }
 




.instagram__bg {
    display: none;
}


}





