html body {
    padding: 0;
}
body .main-banner__content {
  max-width: 100%;
}
.b24-widget-button-wrapper{
    z-index: 2 !important;
}
.partner ._image-wrapper {
    height: 100px;
    border: 1px solid #203746;
    border-radius: 10px;
}
.partner ._image-wrapper img {
    padding: 5.14% 15.42%;
}
.partner+.partner {
    width: 18.75rem;
    margin-left: 2.5rem;
}
.partner {
    width: 16.25rem;
}
.form-with-image__items {
  display: flex;
  gap: 40px;
}
.form-with-image__item {
  flex: 1 1 50%;
}
.form-with-image-wrapper {
  padding-bottom: 50%;
}

.form__buttons-wrapper .form__checkbox {
    flex: 1 1 300px;
    max-width: 100%;
    margin-left: 1.2rem;
}
.form__button {
    width: 350px;
    max-width: 100%;
    flex-shrink: 0;
    font-weight: 400;
    border-radius: 60px;
}
._custom-content {
    line-height: 1.5;
}
.article-entry__content > * {
    max-width: 100%;
}

@media (max-width: 767.98px) {
  .form-with-image__items {
    flex-direction: column;
  }
    .form-with-image__item:last-child {
    order: 0;
  }
  .form-with-image__item:first-child {
    order: 1;
  }
  .form__button {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
    .our-virtues__item {
        flex: 1 1 100%;
        max-width: 100%;
    }
    ._custom-content img:not([class]) {
        width: 100% !important;
        flex-basis: 100% !important;
    }
    ._custom-content > *[style*="flex"] {
        flex-wrap: wrap;
    }
}
.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: #840150;
    color: white;
}
._sr-only {
    clip: rect(0, 0, 0, 0);
    width: 1px;
    border: 0;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    position: absolute;
}
@media(max-width: 570px){
    ._btn--nav{
        width: 40px;
        height: auto;
    }
}
.product-entry-slider__nav-btn_hidden {
    display: none;
}
.contacts__icon + * {
  margin-left: .3em;
}

._custom-content video {
    width: 100%;
    height: auto;
    display: block;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}
/*._custom-content video + * {
    margin-top: 1em;
}*/
.product-card__description {
    margin-top: 30px;
}
.product-card__content {
    margin-top: 30px;
}
@media (min-width: 992px) {
    .product-card__main {
        top: 190px;
    }
    .product-card__fake-heading {
        display: none;
    }
}
.product-card__sliders-wrapper {
  position: static;
}
@media (max-width: 991.98px) {
    .product-card__main {
        top: 190px;
    }
    .product-card__heading {
        position: absolute;
        visibility: hidden;
    }
}
@media (min-width: 1200px) {
    .catalog__list-inner {
        max-height: calc(100vh - 386px);
    }
}
.header-top{
    justify-content: flex-end;
}
._images-2, ._images-3, ._images-4 {
    gap: 15px;
    display: flex;
    flex-wrap: wrap;
}
._images-2 > * {
    flex: 0 1 calc(50% - 15px * 0.5);
    max-width: calc(50% - 15px * 0.5);
}
._images-3 > * {
    flex: 0 1 calc(33.3333% - 15px * 0.6666);
    max-width: calc(33.3333% - 15px * 0.6666);
}
._images-4 > * {
    flex: 0 1 calc(25% - 15px * 0.75);
    max-width: calc(25% - 15px * 0.75);
}
@media (max-width: 1199.98px) {
    ._images-4 > * {
        max-width: calc(50% - 15px * 0.5);
        flex-basis: calc(50% - 15px * 0.5);
    }
}
@media (max-width: 991.98px) {
    ._images-3 > * {
        max-width: calc(50% - 15px * 0.5);
        flex-basis: calc(50% - 15px * 0.5);
    }
}
@media (max-width: 757.98px) {
    ._images-2 > * {
        max-width: 100%;
        flex-basis: 100%;
    }
}
@media (max-width: 575.98px) {
    ._images-3 > *,
    ._images-4 > * {
        max-width: 100%;
        flex-basis: 100%;
    }
}
.subcategories__name{
    white-space: normal;
}

.article-entry__content + .article-entry__content {
    margin-top: 50px;
}
.article-entry__images {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-bottom: -15px;
    justify-content: center;
}
.article-entry__image {
    flex: 1 1 calc(25% - 15px);
    max-width: calc(33.3333% - 15px);
    margin-left: 15px;
    margin-bottom: 15px;
}
.article-entry__image.horizontal {
    flex: 5 1 calc(33.3333% - 15px);
    max-width: calc(50% - 15px);
}
.article-entry__image.vertical {
    flex: 1 1 calc(25% - 15px);
    max-width: calc(33.3333% - 15px);
}
.article-entry__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.article-entry__videos {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-bottom: -15px;
    justify-content: center;
}
.article-entry__video {
    flex: 1 1 calc(25% - 15px);
    max-width: calc(33.3333% - 15px);
    margin-left: 15px;
    margin-bottom: 15px;
}
.article-entry__video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 991.98px) {
    .article-entry__image.vertical {
        max-width: calc(100% - 15px);
        flex-basis: calc(50% - 15px);
    }
    .article-entry__image.horizontal {
        max-width: calc(100% - 15px);
        flex-basis: calc(100% - 15px);
    }
    .article-entry__video {
        max-width: calc(50% - 15px);
        flex-basis: calc(50% - 15px);
    }
}
@media (max-width: 575.98px) {
    .article-entry__image.vertical,
    .article-entry__image.horizontal {
        max-width: calc(100% - 15px);
        flex-basis: calc(100% - 15px);
    }
    .article-entry__video {
        max-width: calc(100% - 15px);
        flex-basis: calc(100% - 15px);
    }
}

.breadcrumbs {
margin-top: 80px;
}








