body .b24-widget-button-wrapper {
    z-index: 100;
}
body .b24-widget-button-show {
    z-index: 145;
}
body .b24-widget-button-show ~ .b24-widget-button-wrapper {
    z-index: 150;
}
.table-wrapper{
    overflow-x: auto;
}
._custom-content td{
    text-align: left;
}
.b24-widget-button-popup{
    display: block !important;
    visibility: hidden;
}
.b24-widget-button-popup-show{
    visibility: visible;
}
._custom-content {
  font-size: 18px;
  max-width: 100%;
  line-height: 1.5;
}
@media (max-width: 991.98px) {
    ._custom-content {
      font-size: 16px;
    }
}
._custom-content > * {
  max-width: 100%;
}
._custom-content img {
  margin: 0 auto;
}
._custom-container_max-width {
    max-width: 1140px;
    margin: 0 auto;
}
.cooperation-banner__slider {
  z-index: 1;
  display: flex;
  overflow: hidden;
  position: relative;
  max-width: 100%;
  list-style: none;
  transition: margin .3s;
  margin-left: 0;
  margin-right: 0;
  touch-action: pan-y;
}
.cooperation-banner__image-wrapper{
    top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      position: absolute;
      border-radius: 0;
}
.cooperation-banner__slide{
    flex: 1 0 100%;
      display: flex;
      position: relative;
      max-width: 100%;
      min-height: 650px;
      align-items: center;
}
.cooperation-banner .container {
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  opacity: 0;
  transform: translateY(10%);
  transition: transform .8s .2s,opacity .6s .3s;
  align-items: flex-start;
  justify-content: flex-end;
}
.cooperation-banner .cooperation-banner__slide.swiper-slide-active .container, 
.cooperation-banner .cooperation-banner__slider > .cooperation-banner__slide .container {
  opacity: 1;
  transform: translateY(0);
}
.cooperation-banner__content {
  color: #fff;
  z-index: 1;
  display: flex;
  padding: 160px 0;
  position: relative;
  flex-wrap: wrap;
  max-width: 55rem;
  align-items: center;
}
.cooperation-banner__button{
    background-color: #FFFFFF;
    color: #0A1C28;
    padding: 15px 30px;
    font-size: 20px;
}
.cooperation-banner__button:hover{
    color: #0F1D57;
    background-color: #8FC1FF;
}
.cooperation-banner__heading.heading,
.cooperation-banner__heading.work__heading {
  color: inherit;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.cooperation-banner__heading span{
    color: #629AFF;
}
.cooperation-banner .container._second{
    justify-content: flex-start;
}
.diller__image-wrapper{
    min-height: 3.5rem;
    height: 100%;
}
@media (min-width: 1200px) {
  .main-banner .container {
    align-items: flex-start;
  }
  .advantages__item {
    flex: 1 1 25%;
    max-width: 25%;
  }
  .diller__item{
    flex: 1 1 20%;
    max-width: 20%;
  }
}
.diller__items{
    max-width: none;
}
.advantages__items,
.diller__items{
    display: flex;
    flex-wrap: wrap;
    margin-left: -2.5rem;
    margin-bottom: -2.5rem !important;
}
.advantages__items>*,
.diller__items>*{
    padding-left: 2.5rem;
    margin-bottom: 2.5rem;
}
.diller__inner{
    border: 2px solid #5E6E0E;
    border-radius: 5px;
    min-height: 145px;
    padding: 12%;
    height: 100%;
}
.advantages__inner{
    color: #4e545c;
    text-align: center;
}
.advantages__content {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
}
.advantages__title {
    color: #0a1c28;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.25;
    min-height: 60px;
}
.advantages__text {
    color: #000000;
    margin-top: 1.25rem;
    font-weight: 400;
    line-height: 1.25;
    font-size: 20px;
}
@media (max-width: 1199.98px) {
  .diller__item{
      flex: 1 1 50%;
      max-width: 50%;
  }
  .advantages__item {
    flex: 1 1 50%;
    max-width: 50%;
  }
}
@media (max-width: 991.98px) {
  .cooperation-banner__content {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media(max-width: 768px){
    .diller__item{
      flex: 1 1 100%;
      max-width: 100%;
      }
      .diller__inner{
          min-height: 135px;
      }
    .advantages__item {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
@media (max-width: 575.98px) {
    .cooperation-banner .container{
        align-items: flex-end;
    }
    .cooperation-banner__slide{
        min-height: 460px;
    }
    .cooperation-banner__heading.heading{
        font-size: 16px;
        line-height: 1.25;
        font-weight: 500;
        margin-bottom: 20px;
    }
    .cooperation-banner__button{
        width: 100%;
        padding : 10px 0px;
        font-size: 14px;
    }
    .advantages__items {
        flex-wrap: wrap;
        margin-left: -10px;
        margin-bottom: -30px;
    }
    .advantages__items > * {
        padding-left: 10px;
        margin-bottom: 30px;
    }
   .advantages__title {
    font-size: 20px;
    min-height: auto;
  }
  .advantages__text{
      font-size: 14px;
  }
  .advantages__icon-wrapper svg{
      width: 100px;
      height: 100px;
  }
}
.product-sort{
    margin-left: 0px;
    margin-bottom: 20px;
}
.product-sort span{
    padding-right: 20px;
}
@media(max-width:1200px){
    .product-sort{
        display: none;
    }
}
.wishlist__items{
    overflow: auto;
}
.comparison-corner{
    background-color: white !important;
}
.comparison-row{
    margin-bottom: 10px;
    min-height: 3.3em;
    display: table-row;
}
.comparison-table td:first-child, .comparison-table th:first-child {
    left: 0;
    z-index: 4;
    position: sticky;
    width: 50%;
}
.comparison-table tbody th:not(:first-child), .comparison-table tbody td:not(:first-child) {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.comparison-table tbody th:last-child, .comparison-table tbody td:last-child {
    border-right: 1px solid #e5e5e5;
    border-radius: 0 10px 10px 0;
}
.comparison-table tr>* {
    max-width: calc(25vw - 1.165rem);
    min-width: calc(25vw - 1.165rem);
}
.comparison-table .comparison-corner{
    vertical-align: text-top !important;
}
.comparison-table td, .comparison-table th{
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    display: table-cell;
    padding: 5px;
    min-height: 3.3em;
    text-align: center;
    position: relative;
}
.comparison{
    table-layout: fixed;
}
.comparison-params-link.active{
    color: #fff !important;
    border: 1px solid #5E6E0E !important;
    background-color: #5E6E0E !important;
}
.comparison-params-link{
  color: #5E6E0E;
  border: 1px solid #5E6E0E !important;
  padding: .525em 1.045em;
  display: inline-flex;
  position: relative;
  font-size: 20px;
  transform: translateY(0);
  text-align: center;
  min-height: 40px;
  line-height: 1;
  font-weight: 500;
  white-space: nowrap;
  align-items: center;
  font-family: inherit;
  border-radius: 5px;
  text-decoration: none;
  justify-content: center;
  background-color: #fff;
  margin-bottom: 24px;
  width: 100%;
}
.comparison-table tbody .comparison-row td{
    padding: 1em 10px !important;
        text-align: center;
    vertical-align: middle;
}
.comparison-param {
    left: 0;
    z-index: 4;
    position: sticky;
    min-width: 268px;
    width: 268px;
    max-width: 270px;
    background-color: #A1AF58;
    border-radius: 10px 0 0 10px;
    padding: 1em 10px;
    text-align: center;
    vertical-align: middle;
}
.comparison-table .comparison-remove{
    cursor: pointer;
    position: absolute;
    right: 10px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    top: 16px;
    z-index: 3;
    padding: 5px !important;
    color: white !important;
    overflow: hidden;
    font-size: 12px;
    background-color: #fe624c !important;
    background-origin: content-box;
    border-radius: 10px;
    border-bottom-width: 0;
    transition: transform .2s ease 0s, -webkit-transform .2s ease 0s;
}
.comparison-head a:not([class]){
    color: #0a1c28;
    font-size: inherit;
      font-weight: 500;
      text-transform: none;
      text-decoration: none;
}
.wishlist__items{
    margin-left: 0;
    margin-bottom: 0;
}
.comparison-table .comparison-head img{
    margin: 0 auto;
}
.comparison-table .comparison-head{
    margin: 0 auto;
    width: 235px;
    height: 100%;
    padding: 0 10px;
}
@media (max-width: 1230px) {
    .comparison-params-all,
    .comparison-params-unique {
        height: 45px;
        margin-bottom: 20px;
    }
}
@media (max-width: 768px) {
    .comparison-table {
        font-size: 14px;
    }
    .comparison-table tr>* {
        max-width: none;
        min-width: calc(45vw - 1.5533333333rem);
    }
    .compare-table th:first-child, .compare-table td:first-child {
        min-width: 190px;
        max-width: 190px;
    }
    .comparison-params-all,
    .comparison-params-unique {
        height: 35px;
        font-size: 14px;
        margin-bottom: 18px;
    }
    .comparison-table .comparison-head {
        width: 200px;
        font-size: 16px;
    }
}
@media (max-width: 576px) {
    .comparison-table {
        font-size: 13px;
    }
    .comparison-params-all,
    .comparison-params-unique {
        height: 30px;
        font-size: 13px;
        padding: .5em .5em;
    }
    .comparison-table .comparison-head {
        width: 160px;
        font-size: 14px;
    }
}
.about-company-items{
    display: flex;
}
.about-company-item{
    flex: 1 1 50%;
}
.team__items{
    display: flex;
    flex-wrap:wrap;
    gap: 40px;
}
.team__image-wrapper{
    width: 100%;
    border-radius: 5px 5px 0 0;
    padding-bottom: 133%;
}
.team__item{
    width: 100%;
    max-width: 400px;
    height: auto;
    position: relative;
}
.team__content{
    position: absolute;
    bottom: 30px;
    right: 30px;
    padding: 20px;
    background-color: #FFFFFF;
    max-width: 180px;
}
.team__text-heading{
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 10px;
}
.team__image{
    background-color: inherit;
    border-radius:5px;
}
.about-us__image{
    height: auto;
}
@media(max-width: 992px){
    .about-company-items{
        flex-direction: column;
        gap: 50px
    }
    .team__items{
        justify-content: center;    
    }
    .team__content{
        max-width: 140px;
        right: 25px;
        bottom: 25px;
        font-size: 14px;
        padding: 10px;
    }
    .team__text-heading{
        font-size: 16px;
        font-weight: 500;
        line-height: 1.25;
    }
}
.sotrudnichestvo__heading{
    text-align: center;
}
.sotrudnichestvo__content{
    margin: 0 auto;
}
.sotrudnichestvo__content>h2{
    font-size: 20px;
}
.comparison-cell .availability__item{
    justify-content: center;
}
.msal_name { 
    font-size: 1.3rem;
    font-weight: 600;
    padding: 20px 0 10px;
}
.product-sort .form__item-wrapper .form__item{
    margin-right: auto;
}
.product-sort .form__item-heading {
  color: #6c777e;
  font-size: 16px;
  font-weight: 500;
}
.product-sort .form__select{
    color: #0a1c28;
    background-color: white;
}
@media (max-width: 575.98px) {
    .main-banner__slide {
        min-height: 113vw;
    }
}

.product__badges {
    z-index: 5;
}
.product__bages-item{
    border-radius: 5px;
    display: flex;
    padding: 5px;
    align-items: center;
    font-size: 14px;
    gap: 10px;
    width : 30px;
    height: 30px;
    justify-content: center;
    position: relative;
}
.product__bages-item:first-child{
    width: auto;
    min-width: 30px;
}
.product__bages-garantii{
    background-color: #CFFCE1;
    color: #009229;
}

.poduct__bages-items{
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 20;
}
.product__bages-bestseller{
    background-color: #FFCEB2;
    color: #FF5C00;
}
.product__badges_novelty{
    background-color: #DBFFE9;
    color: #009229;
}
.product__badges_skidka{
    background-color: #FFD9D9;
    color: #ED1C00;
}
.product__badges_molnia{
   background-color: #FFF1BE;
    color: #976D00; 
}
.product__badges_usb{
   background-color: #80F0FF;
    color: #00606D; 
}
.product__bages-item .hidden-text{
  position: absolute;
  white-space: nowrap;
  min-height:30px;
  text-align: center;
  min-height: 30px;
  left: calc(100% - 10px);
  top: 0;
  transition: transform .2s ease;
  transform: scaleX(0);
  padding: 4px 10px 4px 15px;
  font-size: 14px;
  border-radius: 0 5px 5px 0;
  transform-origin: left center;
  z-index: -1;
}
.product__badges:hover .product__bages-item .hidden-text{
    transform: scaleX(1);
    background: inherit;
    color: inherit;
}

.product__badges .product__bages-item{
    cursor: auto;
    display: flex;
    justify-content: center;
}
.product__badges:hover .product__bages-itema,
.product__badges:hover .product__bages-item{
  border-bottom-right-radius: 5px 5px;
  border-top-right-radius: 5px 5px;
}

.product-card .product__bages-item{
    width: auto;
}
.product__badges-showroom{
    background-color: #1B40F0;
    color: #FFFFFF;
}
@media(max-width: 1200px){
    .product__bages-item{
        width: 20px;
        height: 20px;
    }
    .product__bages-item{
        font-size: 12px;
    }
    .product__badges:hover .product__bages-item .hidden-text{
        font-size: 12px;
        padding: 0px 10px;
        min-height: 20px;
    }
}
@media(max-width: 576px){
    .product-card__main .product__badges{
        flex-wrap: wrap;
    }
}
.content-image__image-wrapper{
    max-height: 500px;
}
.product-card__price-wrapper{
    gap: 10px;
}
.logo img{
    max-width: 240px;
}
.team__inst {
    color: inherit;
}
.content-image__items{
    margin: 0 auto;
}
.content-image__item{
    padding-left: 0px;
    margin-top: 0px;
}
.sotrudnichestvo__content > ul li::before{
    top: 5px;
    content: url("/assets/templates/zaryadki/images/content/Union.jpg");
}
.sotrudnichestvo__content > ul{
    border: 2px solid #1B40F0;
    border-radius: 5px;
    padding: 30px;
}
@media(max-width: 991.98px){
   .sotrudnichestvo__content > ul{
       padding: 20px;
   } 
}

.modification {
    margin-top: 30px;
}
.modification_btn {
    text-decoration: none;
    color: #0a1c28;
    border: 1px solid #0a1c28;
    padding: 3px 10px;
    border-radius: 5px;
    margin-right: 7px;
}

.modification_btn:hover, .modification_btn.active {
    color: #fff;
    background: #0a1c28;
}
.header-top__our-shops-label{
    color: #fff;
}
.header-middle .contacts__link,
.footer__schedule{
    text-align: left;
}
.footer__items{
    flex-wrap: wrap;
}
.footer__item:last-child {
    text-align: left;
    justify-content: flex-start;
    flex: 100%;
  }
.product-mini__dop{
    width: 100%;
}
.diller{
    padding-top: 0px;
}
.header-top__our-shops-copy{
    cursor: pointer;
}
.tippy-box {
  color: var(--basick-dark);
  opacity: 1;
  padding: 0.5em 0.75em;
  min-width: 0;
  font-size: 14px;
  transform: scale(1);
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.15);
  font-weight: 500;
  line-height: 1.33;
  border-radius: 5px;
  background-color: #fff;
  transition-property: transform, visibility, opacity;
}
.tippy-box[data-state="hidden"] {
  opacity: 0;
  transform: scale(0.5);
}
/* .active > .header-bottom__link {
    color: #1b40f0;
} */
/* .active > .catalog__link {
    color: #1b40f0;
} */
/* .container > h1 {
    color: #1b40f0;
} */
.v-modal.active {
    opacity: 1;
    pointer-events: all;
}
.v-modal__close {
    cursor: pointer;
    position: absolute;
    top: 14px;
    right: 14px;
    width: 24px;
    height: 24px;
    overflow: hidden;
    z-index: 3;
    -webkit-transition: opacity .25s;
    -o-transition: opacity .25s;
    transition: opacity .25s;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}
.v-modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3000;
    width: 100vw;
    height: 100vh;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 19, 47, .44)), to(rgba(0, 19, 47, .44)));
    background: -o-linear-gradient(bottom, rgba(0, 19, 47, .44), rgba(0, 19, 47, .44));
    background: linear-gradient(0deg, rgba(0, 19, 47, .44), rgba(0, 19, 47, .44));
    opacity: 0;
    -webkit-transition: opacity .25s;
    -o-transition: opacity .25s;
    transition: opacity .25s;
    pointer-events: none;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    transition: opacity .25s;
}
.v-modal__content {
    position: relative;
    padding: 33px 43px 32px;
    width: 100%;
    background-color: #fff !important;
    -webkit-box-shadow: 0 0 56px rgba(0, 0, 0, .05);
    box-shadow: 0 0 56px rgba(0, 0, 0, .05);
    background-repeat: no-repeat;
    border-radius: 10px;
    overflow: hidden;
}
.v-modal__inner--centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.v-modal__inner {
    margin: 1.75rem auto;
    padding: 0 20px;
    width: 100%;
    max-width: 600px;
    min-height: calc(100% - 3.5rem);
    overflow: auto;
}
.v-modal__close::before, .v-modal__close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 68.75%;
    height: 1px;
    border-radius: 2px;
    background-color: #bbcee9;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}
.v-modal__close::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}
.v-modal__close::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.telegram__content{
    padding: 160px 94px 84px 94px;
    overflow: initial;
    text-align: center;
}
.telegram__image{
    position: absolute;
    top:-70px;
}
.telegram__content .v-modal__body{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px
}
.telegram-title{
    font-size: 30px;
    font-weight: 400;
    line-height: 1.33;
    text-transform: uppercase;
}
.telegram-subtitle{
    font-size: 28px;
    font-weight: 300;
    line-height: 1.2;
}
#form_telegram .v-modal__inner{
    max-width: 650px;
}
.telegram-button{
    width: 100%;
}
@media(max-width: 575.98px){
    .telegram__image{
        width: 130px;
        height: auto;
        top: -40px;
    }
    .telegram__content{
        padding: 130px 34px 100px 34px;
    }
    .telegram-title{
        font-size: 20px;
        line-height: 1.5;
    }
    .telegram-subtitle{
        font-size: 18px;
        line-height: 1.33;
    }
    .telegram__content .v-modal__body{
        gap: 20px
    }
}
.card-expanded {
    position: relative;
    z-index: 2
}
.card-expanded__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 24px;
    color:#5E6E0E
}

.card-expanded__title-indicator {
    display: block;
    margin-left: 12px;
    width: 1.07em;
    height: 1.07em;
    transition: transform .2s;
}

.card-expanded {
    padding:32px 40px 40px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 40px #AFD107A6;
    flex-shrink: 0;
    width: 365px;
    height: 100%;
}
@media(min-width:1069.98px){
    .card-expanded {
        position: sticky;
        top: 80px;
    }
}

.card-expanded__title {
    pointer-events: none
}

.card-expanded__title-indicator {
    display: none
}


@media (max-width: 768px) {
    .card-expanded__title {
        font-size:14px
    }
}

.nav-section {
    font-weight: 500;
    font-size: 16px
}

.nav-section--style_default {
    font-weight: 500;
    color: #5E6E0E;
}

.nav-section--style_default .nav-section__list>* {
    margin-bottom: .93em
}

.nav-section--style_default .nav-section__list ul {
    padding: .93em 0 0 1.12em;
    font-weight: 400;
    color: #60789c
}

.nav-section--style_default a[href]:hover {
    text-decoration: underline
}

.nav-section--style_2 .nav-section__list {
    display: block;
    padding: 0
}

.nav-section--style_2 .nav-section__list>* {
    margin-bottom: 1.25em
}

.nav-section--style_2 .nav-section__item {
    list-style-type: none
}

.nav-section--style_2 .nav-section__link {
    line-height: 1.175;
    transition: color .2s;
}
.nav-section--style_default .nav-section__link{
    color: #5E6E0E;
}
.nav-section--style_2 .nav-section__link .icon {
    margin-right: 1em;
    width: 20px;
    height: 20px;
}


@media (max-width: 768px) {
    .nav-section {
        font-size:14px
    }
}
.article-entry__items{
    display: flex;
    position: relative;
}
.article-entry__content{
    margin-left: 40px;
}
@media(max-width: 1069px){
    .card-expanded{
        width: 100%;
    }
    .article-entry__items{
        flex-direction: column;
        gap: 40px;
    }
    .article-entry__content{
        margin-left: 0;
    }
}

.product-entry-slider__nav-btn {
      z-index: 10;
  width: 3.125rem;
  height: 3.125rem;
  margin: auto;
    margin-bottom: auto;
  max-width: 50px;
  max-height: 50px;
  flex-shrink: 0;
}
@media (min-width: 1200px), (max-width: 767.98px) and (min-width: 576px) {
  .product-entry-slider__nav-btn_prev {
    margin-bottom: 1.5rem;
  }
}
._btn--nav {
  width: 50px;
  color: #3d3d3d;
  height: 50px;
  padding: 0;
  display: flex;
  line-height: 50px;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  background-color: #eee;

}
.product-entry-slider__nav-btn_prev svg{
    margin-right: 0em;
    transform: rotate(-90deg);
}
._btn--nav:hover svg{
    color: white;
}
.product-card-slider__swiper--thumbs{
    display: flex;
    flex-direction: column;
    align-items: center
}
.product-entry-slider__nav-btn_prev,
.product-entry-slider__nav-btn_next{
    position: absolute;
}
.product-entry-slider__nav-btn_prev{
    top: 10px;
}
.product-entry-slider__nav-btn_next{
    bottom: 10px;
}
.product-entry-slider__nav-btn_next svg{
    transform: rotate(90deg);
    margin-right: 0em;
}
._btn--nav:disabled{
   background-color: #eee;
}
._btn--nav:disabled:hover{
    background-color: #5e6e0e;
    color: white;
}
.socials-links__link._youtube{
    background-color: #c4302b;
}
@media(max-width: 570px){
    ._btn--nav{
        width: 40px;
        height: auto;
    }
}
/* .product-entry-slider__nav-btn_hidden {
    display: none;
} */
.footer__heading {
    min-height: 70px;
}
/* .collapse {
    padding-top: 0px;
} */
.collapse__items{
    flex-direction: column;
}
.section__half-padding{
    padding: 50px 0;
}
.main-banner__content{
    flex-direction: column;
    gap: 36px;
    align-items: flex-start;
}
.main-banner__subheading{
    font-size: 26px;
    font-weight: 400 ;
}
.main-banner__heading.heading{
    font-size: 5.25rem;
}
@media(max-width: 575.98px){
   .main-banner__heading.heading{
        font-size: 2.75rem;
   }
   .main-banner__subheading{
        font-size: 16px;
      } 
    .main-banner .container{
        align-items: flex-end;
    }
    .main-banner__content{
        gap: 20px;
    }
}
.about-us__image-wrapper{
    min-height: 33rem;
}
.our-virtues__items{
   justify-content: space-evenly;
}
.product__bages-gift{
    background-color: #EDE54FA6;
    color: #B78712;
}
.delivery h2{
      margin: 1em 0;
}
.delivery h1{
    text-align: center;
}
.is__pagination{
    flex-wrap: wrap;
    gap: 2px;
    padding: 0 10px;
}
@media(max-width: 575.98px){
    .logo img{
        width: 80px;
        height: 40px;
    }
    .feature-buttons__link{
        width: 30px;
        height: 30px;
    }
    .footer__link {
        font-size: 14px;
        margin-bottom: 5px;
    }
}
.contacts__phone-wrapper {
    gap: 10px;
}
.contacts .socials-links {
    font-size: 35px;
    padding-right: 0.8em;
}
.header-middle * + .contacts__link {
    margin-top: 0;
}