.nav__link_hover.selected, .nav__link.selected {
    color: #e84244;
}
.button {
    text-decoration: none !important;
}
font.tablebodytext {
    display: none !important;
}
.form-row .hidden {
    display: none;
}
/* .form-row .alert {
    display: none;
} */
.form-row input[type="hidden"] {
    display: none;
}
.form-row .modal-add-holiday {
    display: none !important;
}
.file-input .webform-field-upload-notice {
    display: none;
}
.file-input .webform-field-upload {
    min-width: 10em;
    min-height: 2.25em;
    padding: 0;
    border-radius: 0;
    width: 100%;
    height: 36px;
    background-color: transparent;
    border: 0;
}
.file-input .webform-field-upload .button__text {
    line-height: 1.68571em;
}
.file-input .webform-field-upload input[type=file] {
    cursor: pointer;
    font-size: 0;
    background: transparent;
}
.file-input .webform-field-upload:hover .button {
    background-color: transparent;
    border-color: #e84244;
}
.popup-fancybox__inner {
    height: auto !important;
}
.news-item--list .news-item__inner {
    height: auto;
}
.content .px-sm-2 p:last-child {
    margin-bottom: 0 !important;
}
.swiper-wrapper {
    height: auto;
}
/* .partner-logo .image {
    -webkit-filter: grayscale(100);
    filter: grayscale(100);
} */
.product-item__image-container {
  height: auto !important;
}
.bx-filter-container-modef .bx-filter-popup-result {
  font-size: .75em;
  line-height: 1.33333em;
  border-radius: .25em;
  padding: .25em .33333em;
  margin-top: .71429em;
  background-color: #f7f6fa;
}
.bx-filter-container-modef .bx-filter-popup-result a {
  color: #e84244;
}
.catalog .col.pr-xl-0 {
  order: 1;
}
.catalog .pl-0.catalog__filter {
  order: 2;
}
@media (max-width: 1199px) {
  .bx-filter-container-modef {
    display: none;
  }
}
.product-item {
    height: auto !important;
}
.product-item__inner {
    height: auto !important;
}
.select--theme-fake .select__text {
    max-width: none;
}
.card-business__image-container {
    height: auto !important;
}
.tabbed__list--underline .tabbed__button {
    text-transform: capitalize;
}
.sketchfab-embed-wrapper {
    height: 250px;
}
@media (min-width: 768px) {
    .sketchfab-embed-wrapper {
        height: 293px;
    }
}
@media (min-width: 992px) {
    .sketchfab-embed-wrapper {
        height: 357px;
    }
}
.sketchfab-embed-wrapper iframe {
    width: 100%;
    height: 100%;
}/*
.nav-sitemap__list, .nav-sitemap__list-item {
    justify-content: start;
}
.nav-sitemap__list-item {
    padding-right: 20px;
}*/
.nav__link_hover {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: .875em;
    line-height: 1.28571em;
    padding: 1.28571em 0;
    color: inherit;
}
.nav__link_hover:after {
    content: "";
    display: none;
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    border: 7px solid transparent;
    border-bottom: 10px solid #f7f6fa;
}
.nav__link_hover:focus, .nav__link_hover:hover {
    color: #e84244;
    text-decoration: none;
}

.nav__link_hover svg {
    flex: 0 0 auto;
    margin-right: 0.71429em;
    color: #e84244;
}
.nav__list-item-hover:hover .nav__link_hover:after {
    display: block;
}
.nav__list-item-hover:hover .nav__submenu {
    opacity: 1;
    transform: translateY(100%);
    width: auto;
    height: auto;
    margin: 0;
    clip: unset;
    clip-path: none;
}
h2.detail-product__content_h2 {
    font-size: 1em;
    font-weight: 300;
}
h3.h3_tab_catalog {
    margin-bottom: 0;
}
h2.h2_tab_catalog {
    margin-bottom: 0;
}

#arr1 {fill:#ec4d4b}
.back_to_top {
  position: fixed;
  bottom: 80px;
  right: 40px;
  z-index: 9999;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #f5f5f5;
  color: #444;
  cursor: pointer;
  border-radius: 2px;
  display: none;
}

.back_to_top:hover {
  background: #e9ebec;
}

.back_to_top-show {
  display: block;
}


.header.header--sticky {
position: fixed;
    z-index: 165;
    top: -155px;
    transform: translateY(100%);
    left: 0;
    right: 0;
    box-shadow: 0 0 1.25emrgba(198,206,215,.4);
    transition: transform .2s ease;}
.header.header--sticky .header__line--bottom {position:relative}
.header.header--sticky .header__line.header__line--top.compensate-scrollbar.compensate-for-scrollbar {padding:5px 0}

.header.header--sticky  .logo.logo--small.mx-auto {display:none}
.header--sticky .header__line--bottom .button {display:block !important}

.header--sticky .nav__list.list .nav__list-item:nth-last-child(1) {display:none}

.button-white {display:none}
.header--sticky .button-white {display:block;border:1px solid #ec4d4b;min-width: auto;margin-right:10px;padding:3px 20px 0;line-height: 1em;}
.header--sticky .button-white span {line-height: 1em;}
.header--sticky .button--color-red span {line-height: 1.7em;}

.mobile-button-header {display:none}
@media (max-width: 768px) {
	.mobile-button-header {display:block}
    .break {flex-basis: 100%;}
	.mob-tel {padding:0 5px}
	.mobile-none {display:none !important}
	.mobile-button-header .col-auto.d-xl-block {padding:0}
	.header__line--top {
	  padding: 3px 0 0 3px;
	}
}



.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
}


.modal-content {
    position: relative;
    margin: auto;
    padding: 0;
    width: 50%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
background:#fff;
}


@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}


.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    color: white;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
    padding: 2px 16px;
}
	.modal-forma {
	max-width: 80%;
    margin: 0 auto;
		padding:50px 0
}

.checkbox__control:not(:checked)+.checkbox__label .checkbox__box_fos {
    color: #e5e5e5;
    background-color: #fff;
}
.partner-logo {
    width: 100%;
}
.form-row.hide-formvalidation .help-block {
    display: none !important;
}
.has-error .input__control {
    border-color: red!important;
    color: red!important;
}
.accept-block .input-validation__message {
    display: none;
}
.accept-block .has-error .input-validation__message {
    display: block;
}
.form-row .field-raschet {
    display: none;
}
@media only screen and (max-width: 640px) {
    .section-benefits__text {
        display: none;
    }
    .benefits .benefits__list-item {
        height: auto;
    }
    .benefits .benefit-item__inner {
        padding: 17px 19px;
    	display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
    }
    .benefit-item__inner .benefit-item__body {
        padding-top: 0;
        padding-left: 14px;
    }
    .benefit-item__inner .benefit-item__title {
        font-size: 12px;
        line-height: 14px;
    }
}

.card-news--large .card-news__body {
    padding: 0.875em !important;
}

.card-news__desc {
    max-height: 100% !important;
    -webkit-box-orient: inherit !important;
}

.card-news--large .card-news__title {
    max-height: 100% !important;
}

.first-col-menu ul li:last-child {
    font-weight: 700;
}

.header-email {
    color: #3f3a88;
    font-size: .875em;
    margin-right:13px;
    display:inline-block;
}

.images-wrap {
    display: grid;
  grid-template-columns: repeat(auto-fill,minmax(300px,1fr));
  gap: 30px;
}

.images-wrap img {
    max-width:100%;
}

.list-banner__wrap {
    display: grid;
  grid-template-columns: repeat(auto-fill,minmax(400px,1fr));
  gap: 30px;
}
@media all and (max-width:600px) {
  .list-banner__wrap {
  grid-template-columns: 1fr;
}
}
.list-banner__item {
  position: relative;
  display: block;
}
.list-banner__item img {
  max-width:100%;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.list-banner__item .list-banner__desc {
  position: absolute;
  width: 80%;
  margin: 0 auto;
  left: 50%;
  top:50%;
  padding-left: 20px;
  padding-right: 20px;
  transform: translate(-50%,-50%);
  padding-top: 14px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 5px;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 28px;
  text-align: center;
  color: #0D0D0D;
}
