

/* Start:/local/templates/sit-geosystems/assets/css/style.css?1783223261109017*/
@charset "UTF-8";

@font-face {
    font-family: Roboto;
    font-display: swap;
    src: url("/local/templates/sit-geosystems/assets/css/../fonts/Roboto-Black.woff2") format("woff2"), url("/local/templates/sit-geosystems/assets/css/../fonts/Roboto-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: icons;
    font-display: swap;
    src: url("/local/templates/sit-geosystems/assets/css/../fonts/icons.woff2") format("woff2"), url("/local/templates/sit-geosystems/assets/css/../fonts/icons.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: Roboto;
    font-display: swap;
    src: url("/local/templates/sit-geosystems/assets/css/../fonts/Roboto-Bold.woff2") format("woff2"), url("/local/templates/sit-geosystems/assets/css/../fonts/Roboto-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: Roboto;
    font-display: swap;
    src: url("/local/templates/sit-geosystems/assets/css/../fonts/Roboto-Regular.woff2") format("woff2"), url("/local/templates/sit-geosystems/assets/css/../fonts/Roboto-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: Roboto;
    font-display: swap;
    src: url("/local/templates/sit-geosystems/assets/css/../fonts/Roboto-Medium.woff2") format("woff2"), url("/local/templates/sit-geosystems/assets/css/../fonts/Roboto-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

[class*=_icon-]:before {
    font-family: "icons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}

[class*=_icon-]:before {
    display: block;
}

._icon-current-orders:before {
    content: "\e90f";
}

._icon-order-history:before {
    content: "\e910";
}

._icon-filter:before {
    content: "\e90e";
}

._icon-catalog:before {
    content: "\e902";
}

._icon-home:before {
    content: "\e90b";
}

._icon-slider-arrow:before {
    content: "\e907";
}

._icon-check-wh:before {
    content: "\e909";
}

._icon-close:before {
    content: "\e90a";
}

._icon-search:before {
    content: "\e90c";
}

._icon-basket:before {
    content: "\e900";
}

._icon-clock:before {
    content: "\e901";
}

._icon-location:before {
    content: "\e903";
}

._icon-message:before {
    content: "\e904";
}

._icon-phone:before {
    content: "\e905";
}

._icon-user:before {
    content: "\e906";
}

._icon-favorite:before {
    content: "\e908";
}

._icon-arrow-top:before {
    content: "\e90d";
}

* {
    /* padding: 0;
    margin: 0; */
    border: 0;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:focus,
:active {
    outline: none;
}

a:focus,
a:active {
    outline: none;
}

.b24-widget-button-wrapper {
    display: none !important;
}

html,
body {
    padding: 0;
    margin: 0;
    height: 100%;
    min-width: 375px;
}

body {
    color: #333;
    line-height: 140%;
    font-family: Roboto;
    font-size: 16px;
}

input,
button,
textarea {
    font-family: Roboto;
    font-size: inherit;
}

button {
    cursor: pointer;
    color: inherit;
    background-color: transparent;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    vertical-align: top;
}

.lock body {
    overflow: hidden;
    touch-action: none;
    overscroll-behavior: none;
}

.wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}


.b24-widget-button-position-bottom-right {
    right: 50px !important;
    bottom: 100px !important;
}

.wrapper>main {
    flex: 1 1 auto;
}

.wrapper>* {
    min-width: 0;
}

/*
(i) Стили будут применяться ко
всем классам, содержащих *__container
Например header__container, main__container и т.п.
Сниппет (HTML): cnt
*/

[class*=__container] {
    max-width: 75rem;
    margin: 0 auto;
    padding: 0 0.9375rem;
}

.form {
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 20px;
}

.form__field {
    margin-bottom: 20px;
}

.captcha-span {
    display: block;
}

.starrequired {
    color: #f01515;
}

.form__btns {
    display: flex;
    gap: 10px;
}

.btn__main.reset {
    background: #E0E0E0;
}

.form__caption {
    color: #828282;
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 10px;
    display: block;
}

.form__caption sup {
    color: #f01515;
}

.form-page__title {
    margin-bottom: 60px;
}

.form-page .form {
    max-width: 370px;
    width: 100%;
}

.form-page__links {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.form-page__link {
    color: #535353;
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
    text-decoration-line: underline;
}

.btn__popup {
    background: transparent;
    color: #2383bb;
    font-size: 13px;
    font-weight: 500;
    line-height: 130%;
    text-decoration: underline;
}



.btn__main {
    cursor: pointer;
    background-color: #ecba1e;
    width: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    border-radius: 5px;
    transition: all 0.3s ease 0s;
}

/* Модификатор для кнопок в карточках услуг:
   снимает фиксированные width/height — кнопка адаптируется к тексту */
.btn__main.btn__services {
    width: auto;
    height: auto;
    min-height: 40px;
    padding: 10px 24px;
    white-space: normal;
    text-align: center;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.3px;
}

.btn__catalog {
    display: flex;
    align-items: center;
    gap: 3px;
}

.btn__catalog::before {
    font-size: 24px;
}

.header__logo img {
    margin-left: -10px;
}

.catalog__box {
    margin-bottom: 60px;
    padding-bottom: 40px;
    position: relative;
}

.btn__cart {
    background-color: #ecba1e;
    width: 100%;
    display: flex;
    align-items: center;
    font-weight: 700;
    justify-content: center;
    height: 42px;
    transition: all 0.3s ease 0s;
    color: #333;
}

.btn__favorite {
    background-color: #ecba1e;
    height: 42px;
    flex: 0 0 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease 0s;
}

.btn__favorite::before {
    color: #fff;
    font-size: 24px;
}

.btn__favorite._active {
    background-color: #f83d3d;
}

.btn__form {
    background: #ecba1e;
    display: flex;
    width: 100%;
    height: 42px;
    justify-content: center;
    align-items: center;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    line-height: 130%;
    transition: all 0.3s ease 0s;
}

.btn__top {
    position: fixed;
    z-index: 100;
    bottom: 50px;
    right: 50px;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 100%;
    border: 1px solid #828282;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn__top::before {
    color: #828282;
    font-size: 24px;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
    appearance: none;
}

.form__input {
    width: 100%;
    display: block;
    padding: 0 20px;
    border-radius: 1px;
    border: 1px solid #bdbdbd;
    background: #fff;
    height: 42px;
}

.form__input::-webkit-input-placeholder {
    color: #bdbdbd;
}

.form__input::-moz-placeholder {
    color: #bdbdbd;
}

.form__input:-ms-input-placeholder {
    color: #bdbdbd;
}

.form__input::-ms-input-placeholder {
    color: #bdbdbd;
}

.form__input::placeholder {
    color: #bdbdbd;
}

.form__input.error {
    border: 1px solid #FF1010;
}

.form__input.error::placeholder {
    color: #FF1010;
}

.form__textarea.error {
    border: 1px solid #FF1010;
}

.form__textarea.error::placeholder {
    color: #FF1010;
}

.form__input[placeholder]:not([data-placeholder-nohiden])::-webkit-input-placeholder {
    transition: opacity 0.3s;
}

.form__input[placeholder]:not([data-placeholder-nohiden])::-moz-placeholder {
    transition: opacity 0.3s;
}

.form__input[placeholder]:not([data-placeholder-nohiden]):-ms-input-placeholder {
    transition: opacity 0.3s;
}

.form__input[placeholder]:not([data-placeholder-nohiden])::-ms-input-placeholder {
    transition: opacity 0.3s;
}

.form__input[placeholder]:not([data-placeholder-nohiden])::placeholder {
    transition: opacity 0.3s;
}

.form__input[placeholder]:not([data-placeholder-nohiden]):focus::-webkit-input-placeholder {
    opacity: 0;
}

.form__input[placeholder]:not([data-placeholder-nohiden]):focus::-moz-placeholder {
    opacity: 0;
}

.form__input[placeholder]:not([data-placeholder-nohiden]):focus:-ms-input-placeholder {
    opacity: 0;
}

.form__input[placeholder]:not([data-placeholder-nohiden]):focus::-ms-input-placeholder {
    opacity: 0;
}

.form__input[placeholder]:not([data-placeholder-nohiden]):focus::placeholder {
    opacity: 0;
}

.form__textarea {
    resize: none;
    padding: 10px 20px;
    border-radius: 1px;
    border: 1px solid #bdbdbd;
    background: #fff;
    min-height: 90px;
}

.form__textarea::placeholder {
    color: #bdbdbd;
}


.checkbox {
    position: relative;
}

.search-header__form {
    width: 100%;
    display: flex;
}

.checkbox__input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}

.basket_icon {
    position: relative;
}

.basket_number {
    position: absolute;
    top: -3px;
    right: -3px;
    width: 14px;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 10px;
    font-weight: 700;
    line-height: 130%;
    background-color: red;
    border-radius: 100%;
}

.checkbox__input:focus+.checkbox__label:before {
    box-shadow: 0 0 5px #ecba1e;
}

.checkbox__input:checked+.checkbox__label:before {
    background: #ecba1e;
}

.checkbox__label {
    cursor: pointer;
    display: inline-flex;
    position: relative;
    gap: 10px;
}

.checkbox__label:before {
    display: flex;
    align-items: center;
    justify-content: center;
    content: url(/local/templates/sit-geosystems/assets/css/../img/icons/check.svg);
    align-self: flex-start;
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
    border: 1px solid #a7a9ac;
    background-color: #fff;
}

.checkbox__text {
    color: #4f4f4f;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
    /* 18.2px */
}


.mf-ok-text {
    color: #3ba428;
}

.private_policy a {
    color: #333;
    font-weight: 700;
    text-decoration: underline;
}

.select {
    min-width: 0;
    width: 100%;
    position: relative;
}

.select._select-open .select__title::before {
    transform: translateX(-75%) rotate(-40deg);
}

.select._select-open .select__title::after {
    transform: rotate(40deg);
}

.select__wrapper {
    display: flex;
    align-items: center;
}

.select__wrapper select {
    color: #2383bb;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    text-decoration-line: underline;
    text-align: left;
    background-color: #fff;
    cursor: pointer;
    position: relative;
}

.select__wrapper option {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    text-align: left;
    background-color: #fff;
    cursor: pointer;

}

.select__show {
    color: #828282;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    white-space: nowrap;
}

.select__body {
    position: relative;
}

.select__title {
    color: #2383bb;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    text-decoration-line: underline;
    text-align: left;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    /*
  ._spoller-init & {
  	position: relative;
  	width: 100%;
  	text-align: left;
  	&::before,
  	&::after {
  		content: "";
  		position: absolute;
  		right: 0;
  		top: rem(12);
  		height: rem(1);
  		transition: all 0.3s ease 0s;
  		width: rem(10);
  		background-color: #000;
  	}
  	&::before {
  		transform: rotate(40deg);
  		right: rem(7);
  	}
  	&::after {
  		transform: rotate(-40deg);
  	}
  }
  &._spoller-active {
  	&::before {
  		transform: rotate(-40deg);
  	}
  	&::after {
  		transform: rotate(40deg);
  	}
  }
  */
}

.select__title::before,
.select__title::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    background-color: #000;
    height: 2px;
    width: 8px;
    transition: transform 0.5s ease 0s;
}

.select__title::before {
    transform: translate(-75%, -50%) rotate(40deg);
}

.select__title::after {
    transform: translate(0, -50%) rotate(-40deg);
}

.select__value {
    display: flex;
    min-width: 0;
    align-items: center;
    height: 1.875rem;
    padding: 0 0.9375rem;
    gap: 0.625rem;
}

.select__value>* {
    flex: 1 1 auto;
}

.select__value:after {
    content: "";
    align-self: stretch;
    flex: 0 0 10px;
    transition: all 0.3s ease 0s;
    display: flex;
    justify-content: center;
    align-items: center;
}

._select-open .select__value:after {
    transform: rotate(-180deg);
}

.select__value._select-pseudo-label::before {
    content: attr(data-pseudo-label);
    opacity: 0.5;
}

.select__content {
    flex: 0 0 auto;
    overflow: hidden;
    white-space: nowrap;
}

.select__text {
    flex: 1 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select__input {
    width: 100%;
    background-color: transparent;
    height: 100%;
}

.select__options {
    color: #000;
    position: absolute;
    top: calc(100% - 0.0625rem);
    border-radius: 0 0 4px 4px;
    min-width: 100%;
    left: 0;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    padding: 10px 0 5px 0;
}

.select__scroll {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px;
}

.select__option {
    width: 100%;
    text-align: left;
    cursor: pointer;
    padding: 5px 15px;
    color: inherit;
    white-space: nowrap;
}

.select__option._select-selected {
    background-color: #eee;
}

.select__row {
    display: inline-flex;
    align-items: center;
}

.select._select-open {
    z-index: 50;
}

._select-tag {
    cursor: pointer;
}

.quantity {
    width: 140px;
    height: 42px;
    display: flex;
    border: 1px solid #d7d7d7;
    padding: 0 10px;
}

.quantity__button {
    flex: 0 0 30px;
    height: 30px;
    position: relative;
    cursor: pointer;
}

.quantity__button::before,
.quantity__button::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all 0.3s ease 0s;
    margin: 0 0 0 -4.5px;
    background-color: #4f4f4f;
    width: 12px;
    height: 2px;
}

.quantity__button_plus::before {
    transform: rotate(-90deg);
}

.quantity__input {
    flex: 1 1 auto;
}

.quantity__input input {
    height: 100%;
    color: #4f4f4f;
    font-size: 20px;
    width: 100%;
    text-align: center;
    font-weight: 400;
    line-height: 130%;
    /* 26px */
}

body::after {
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.8s ease 0s;
    pointer-events: none;
    z-index: 149;
}

.popup-show body::after {
    opacity: 1;
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 30px 10px;
    transition: visibility 0.8s ease 0s;
    visibility: hidden;
    pointer-events: none;
}

.popup_show {
    z-index: 150;
    visibility: visible;
    overflow: auto;
    pointer-events: auto;
}

.popup_show .popup__content {
    visibility: visible;
    transform: scale(1);
}

.popup__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100%;
    flex: 1 1 auto;
    width: 100%;
    justify-content: center;
}

.popup__close {
    position: absolute;
    top: 15px;
    right: 15px;
}

.popup__content {
    visibility: hidden;
    transform: scale(0);
    transition: transform 0.3s ease 0s;
    width: 100%;
    max-width: 770px;
    position: relative;
}

.lock .popup__content {
    visibility: visible;
}

.popup__content .feedback__body {
    gap: 0;
    background: #deecf5;
}

.popup__content .feedback__img {
    flex: 0 0 260px;
    width: 260px;
    max-height: 611px;
}

.popup__content .feedback__content {
    padding: 36px 55px 36px 40px;
}

.popup__content .feedback__text {
    font-size: 15px;
    margin-bottom: 20px;
}

.popup__body {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    padding: 100px 20px;
    background-color: #fff;
}

.popup__text {
    text-align: center;
}

.popup__text p {
    color: #2383bb;
    font-size: 24px;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 20px;
}

.popup__text span {
    color: #4f4f4f;
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
}

.spollers {
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px;
    list-style: none;
}

.spollers__item {
    position: relative;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
}

.spollers__item:not(:last-child) {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.spollers__name {
    color: #4F4F4F;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}



.spollers__title {
    color: #4f4f4f;
    font-size: 17px;
    font-weight: 700;
    line-height: 130%;
    display: block;
    width: 100%;
    cursor: default;
    text-align: left;
    padding-right: 25px;
    position: relative;
    transition: all 0.3s ease 0s;
}

._spoller-init .spollers__title {
    cursor: pointer;
    /*
  ._spoller-init & {
  	position: relative;
  	width: 100%;
  	text-align: left;
  	&::before,
  	&::after {
  		content: "";
  		position: absolute;
  		right: 0;
  		top: rem(12);
  		height: rem(1);
  		transition: all 0.3s ease 0s;
  		width: rem(10);
  		background-color: #000;
  	}
  	&::before {
  		transform: rotate(40deg);
  		right: rem(7);
  	}
  	&::after {
  		transform: rotate(-40deg);
  	}
  }
  &._spoller-active {
  	&::before {
  		transform: rotate(-40deg);
  	}
  	&::after {
  		transform: rotate(40deg);
  	}
  }
  */
}

.spoller__btn {
    width: 30px;
    height: 30px;
    /* position: relative; */
    position: absolute;
    top: 7px;
    right: 0;
}

._spoller-init .spoller__btn::before,
._spoller-init .spoller__btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 8px;
    background-color: #000;
    height: 2px;
    width: 8px;
    transition: transform 0.5s ease 0s;
}

._spoller-init .spoller__btn::before {
    transform: translate(-75%, -50%) rotate(40deg);
}

._spoller-init .spoller__btn::after {
    transform: translate(0, -50%) rotate(-40deg);
}

._spoller-init .spollers__title._spoller-active {
    color: #2383bb;
}

._spoller-init .spoller__btn._spoller-active::before {
    transform: translateX(-75%) rotate(-40deg);
}

._spoller-init .spoller__btn._spoller-active::after {
    transform: rotate(40deg);
}

.spollers__body {
    padding: 10px 15px 0 15px;
}

.spollers__body .spollers__item .spollers__title {
    color: #828282;
    font-size: 15px;
    font-weight: 400;
    line-height: 130%;
}

.spollers__body .spollers__item .spollers__title._spoller-active {
    color: #000;
}

.spollers__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.spollers__list a.item-selected {
    font-weight: 700;
    color: #2383BB;
}

[class*=-ibg] {
    position: relative;
}

[class*=-ibg] img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

[class*=-ibg_contain] img {
    -o-object-fit: contain;
    object-fit: contain;
}

.section {
    margin-bottom: 60px;
}

.swiper-pagination {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.swiper-pagination .swiper-pagination-bullet {
    cursor: pointer;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: rgba(217, 217, 217, 0.5);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2) inset;
    transition: all 0.3s ease 0s;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #000;
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    background-color: #fff;
    border: 1px solid #bababa;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 50;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: .4;
}

.swiper-button-prev::before,
.swiper-button-next::before {
    font-size: 24px;
    color: #bababa;
}

.swiper-button-prev {
    left: 20px;
    transform: translate(0px, -50%);
}

.swiper-button-next {
    right: 20px;
    transform: translate(0px, -50%) rotate(-180deg);
}

.title {
    color: #262626;
    font-size: 32px;
    font-weight: 400;
    line-height: 120%;
    position: relative;
}

.title::after {
    content: url(/local/templates/sit-geosystems/assets/css/../img/line.svg);
    position: absolute;
    bottom: -15px;
    left: 0;
}

.interested {
    background: rgba(245, 245, 245, 0.5);
    padding: 40px 0;
}

.interested__title {
    color: #333;
    font-size: 24px;
    font-weight: 700;
    line-height: 140%;
    text-transform: uppercase;
    margin-bottom: 30px;
}

@-webkit-keyframes FadeInTop {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes FadeInTop {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

.cart {
    transition: all 0.3s ease 0s;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    background-color: #fff;
}

.show__more-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart__img {
    display: block;
}

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

.cart__content {
    padding: 10px 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.product__cart {
    height: 100% !important;
}

.cart__content .product-item-amount {
    display: none;
}

.cart__availability {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 140%;
    background: #5bc536;
    padding: 0 5px;
    margin-bottom: 10px;
    max-width: 80px;
}

.cart__notavailability {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 140%;
    background: #BDBDBD;
    padding: 0 5px;
    margin-bottom: 10px;
    max-width: 80px;
}

.cart__order {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 140%;
    background: red;
    padding: 0 5px;
    margin-bottom: 10px;
    max-width: 80px;
}



.out__stock {
    background: #BDBDBD;
    color: #fff;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    font-weight: 700;
    justify-content: center;
    height: 42px;
}

.cart__name {
    display: block;
    color: #333;
    line-height: 140%;
    margin-bottom: 10px;
}

.cart__price {
    color: #262626;
    font-size: 22px;
    font-weight: 500;
    line-height: 140%;
}

.cart__btns {
    display: flex;
    align-items: center;
    gap: 1px;
}



.breadcrumbs__wrapper {
    padding: 20px 0 20px 0;
}

.breadcrumbs__list {
    padding: 0;
    margin: 0;
    display: inline-block;
    text-transform: capitalize;
    list-style: none;
}

.breadcrumbs__list>*+* {
    margin-left: 14px;
}

.breadcrumbs__item {
    display: inline;
    position: relative;
}

.breadcrumbs__item:not(:last-child)::before {
    content: "|";
    position: absolute;
    top: 0;
    right: -8px;
    color: #bdbdbd;
}

.breadcrumbs__link {
    display: inline;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #bdbdbd;
}

.breadcrumbs__link:not([href]) {
    color: #333;
    font-weight: 400;
}

.filter-catalog {
    width: 270px;
    grid-column: 3 span;
    border-radius: 5px;
    background-color: #fff;
}

.filter-catalog__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.filter-catalog__category {
    background-color: #fff;
}

.filter-catalog__title {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 130%;
}

.filter-catalog__btn {
    display: none;
}

.slider {
    grid-column: 6 span;
}

.slider .swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}

.slider__flex {
    display: flex;
    align-items: center;
    gap: 30px;
    overflow: hidden;
}

.slider__col {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 0 0 70px;
}

.slider-gallery-btn__prev,
.slider-gallery-btn__next {
    position: relative;
    z-index: 50;
}

.slider-gallery-btn__prev::before,
.slider-gallery-btn__next::before {
    font-size: 24px;
}

.slider-gallery-btn__next {
    transform: rotate(-180deg);
}

.slider__thumbs {
    height: 304px;
}

.slider__thumbs .slider__image {
    transition: 0.25s;
    filter: grayscale(100%);
    opacity: 0.5;
    cursor: pointer;
}

.slider__thumbs .slider__image:hover {
    opacity: 1;
}

.slider__thumbs .swiper-slide-thumb-active .slider__image {
    filter: grayscale(0%);
    opacity: 1;
}

.slider__images {
    height: 400px;
    min-width: 0;
}

.slider__image {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slider__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-gallery__pagination {
    display: none;
}

.fancybox__container {
    margin: 0 auto !important;
}

.header-main.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 4px 4px 0 #00000026;
    z-index: 100;
}


.page.header-sticky {
    padding-top: 133px;
}


.header__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 0 7px 0;
}

.header__box {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #333;
    font-size: 13px;
    font-weight: 400;
    line-height: 130%;
}

.header__box a {
    text-decoration: underline;
}

.header__box p {
    padding: 0;
    margin: 0;
}

.header__box span {
    font-weight: 700;
}

.header__box::before {
    font-size: 24px;
}

.header__phone {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.header__phone a {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #000;
    font-size: 13px;
    font-weight: 700;
    line-height: 130%;
}

.header__phone a::before {
    font-size: 24px;
}

.header__body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 7px 0 15px 0;
}

.header__logo-mobile {
    display: none;

}

.header__bottom {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 15px;
}

.search-header {
    display: flex;
    flex: 0 1 570px;
    border-radius: 5px;
    border: 1px solid #ecba1e;
    background: #fff;
    height: 40px;
}

.search-header__input {
    width: 100%;
    border: none;
    border-radius: 5px;
    padding: 0 10px;
    height: 100%;
    outline: none;
}

.search-header__btn {
    flex: 0 0 60px;
    height: 100%;
    border-radius: 3px;
    border: 1px solid #ecba1e;
    background: #ecba1e;
    transition: all 0.3s ease 0s;
}

.search-header__btn::before {
    color: #fff;
    font-size: 24px;
}

.actions-header {
    align-items: center;
    display: flex;
    gap: 20px;
}

.actions-header__icon {
    position: relative;
}

.actions-header__icon::before {
    color: #4f4f4f;
    font-size: 32px;
    transition: all 0.3s ease 0s;
}

.menu {
    width: 100%;
}

.menu__list {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0;
    margin: 0;
    background-color: #f5f5f5;
}

.menu__item {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #4f4f4f;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.112px;
    text-transform: uppercase;
}

.menu__item:nth-of-type(2) {
    display: none;
}

.menu__item a {
    transition: all 0.3s ease 0s;
}

.menu__item>.selected {
    color: #2383bb;
}

.menu__location {
    display: none;
}

.menu__location-title {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -0.14px;
    text-transform: uppercase;
    border-bottom: 6px solid #ecba1e;
    display: inline-block;
    margin-bottom: 20px;
}

.menu__location-adress {
    display: flex;
    align-items: center;
    gap: 5px;
}

.menu__location-adress:not(:last-child) {
    margin-bottom: 20px;
}

.menu__location-adress p {
    margin: 0;
}

.menu__location-adress span {
    font-weight: 700;
}

.menu__location-adress::before {
    font-size: 32px;
}

.menu__contact {
    display: none;
}

.menu__contact-clock {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 20px;
}

.menu__contact-clock span {
    font-weight: 700;
}

.menu__contact-clock::before {
    font-size: 32px;
}

.menu__contact-email {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 20px;
}

.menu__contact-email a {
    text-decoration: underline;
}

.menu__contact-email::before {
    font-size: 32px;
}

.menu__contact-phone {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.menu__contact-phone a {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 130%;
}

.menu__contact-phone a::before {
    font-size: 32px;
}

.menu-catalog__wrapper {
    position: relative;
}

.menu-catalog__list {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 55px 0 150px 0;
    margin: 0;
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #fff;
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    justify-items: center;
    gap: 30px;
    max-height: 700px;
    overflow-y: scroll;
    transition: all 0.3s ease 0s;
    transform: translate(0px, 30px);
    opacity: 0;
    visibility: hidden;
    z-index: 100;
}

.menu-catalog__list::-webkit-scrollbar {
    width: 6px;
}

.menu-catalog__list::-webkit-scrollbar-track {
    background: #e0e0e0;
}

.menu-catalog__list::-webkit-scrollbar-thumb {
    background-color: #828282;
    border-radius: 20px;
    border: 1px solid #828282;
}

.menu-catalog__list._active {
    transform: translate(0px, 0px);
    opacity: 1;
    visibility: visible;
}

.menu-catalog__item {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    padding: 10px 20px;
    text-align: center;
    background-color: #fff;
    transition: all 0.3s ease 0s;
    border: 1px solid #eee;
}

.menu-catalog__item p {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
    text-transform: uppercase;
    margin: 0;
}

.menu-catalog__img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.menu-catalog__img img {
    width: 100%;
}

.icon-menu {
    border: none;
    background-color: transparent;
    display: none;
}

.footer {
    box-shadow: 0 -3px 10px 0 rgba(0, 0, 0, 0.15);
}

.footer__top {
    padding: 30px 0;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 30px;
}

.footer__social {
    grid-column: 3 span;
}

.footer__logo {
    margin-bottom: 30px;
    display: block;
    margin-left: -10px;
}

.footer__phone {
    font-weight: 700;
}

.footer__mail {
    text-decoration: underline;
}

.footer__menu {
    grid-column: 4 span;
}

.footer__contact {
    grid-column: 5 span;
}

.footer__title {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.footer__box {
    display: flex;
    gap: 20px;
}

.footer__wrap {
    display: flex;
    gap: 50px;
}

.footer__list {
    list-style: none;
}

.footer__item {
    display: flex;
    align-items: start;
    gap: 5px;
    margin-bottom: 10px;
    color: #333;
    font-size: 14px;
}

.footer__item::before {
    font-size: 24px;
}

.footer__item span {
    font-weight: 700;
}

.footer__link {
    color: #333;
    font-size: 14px;
}

.footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #e0e0e0;
    padding: 5px 0;
}

.footer__copy {
    color: #4f4f4f;
    font-size: 12px;
    text-transform: capitalize;
}

.social__list {
    display: flex;
    align-items: center;
    gap: 14px;
    list-style: none;
}

.site-upper a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.site-upper a span {
    text-decoration: underline;
    color: #4f4f4f;
    font-size: 12px;
}

.footer-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: #fff;
    -webkit-box-shadow: 0 -6px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 -6px 10px 0 rgba(0, 0, 0, 0.15);
    display: none;
}

.footer-menu__list {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0 15px;
}

.footer-menu__item {
    border-right: 1px solid #eee;
    padding: 0 15px;
}

.btns__wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.wishbtn {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ecba1e;
    color: #fff;
    font-size: 32px;
}

.wishbtn._active {
    background-color: #f83d3d;
}

.footer-menu__link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    position: relative;
}

.footer-menu__link::before {
    font-size: 24px;
}

.hero__slider {
    position: relative;
}

.hero__slide {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 30px;
    height: 550px;
}

.hero__slide-content {
    padding-left: 100px;
}

.hero__slide-title {
    color: #000;
    font-size: 26px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 20px;
}

.hero__slide-subtitle {
    color: #262626;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 40px;
}

.video__item {
    width: 100%;
    height: auto;
}

.video {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.video img {
    width: 100%;
    height: auto;
}

.video-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.video-gif {
    display: none;
}

.hero__slide-img {
    height: 100%;
    flex: 0 0 50%;
}

.hero__slide-img img {
    width: 100%;
    height: 100%;
}

.advantages__title {
    margin-bottom: 77px;
}

.advantages__body {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

.advantages__item {
    flex: 0 1 270px;
    border-radius: 3px;
    border: 1px solid #d9d9d9;
    background: #fff;
    text-align: center;
    position: relative;
    padding: 50px 42px 16px;
}

.advantages__img {
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
}

.advantages__text {
    font-size: 16px;
    font-weight: 600;
    line-height: 140%;
}

.popular {
    margin-bottom: 120px;
}

.popular__title {
    margin-bottom: 37px;
}

.popular__slider {
    position: relative;
    padding: 15px 15px 60px 15px;
    margin: -15px -15px -60px -15px;
}

.popular__slide {
    height: 100%;
}

.popular__pagination {
    bottom: 0;
}

.stocks__body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.stocks__img:nth-child(1) {
    grid-row-start: 1;
    grid-column-start: 1;
    grid-row-end: 2;
    grid-column-end: 3;
}

.stocks__img:nth-child(2) {
    grid-row-start: 2;
    grid-column-start: 1;
    grid-row-end: 3;
    grid-column-end: 2;
}

.stocks__img:nth-child(3) {
    grid-row-start: 2;
    grid-column-start: 2;
    grid-row-end: 3;
    grid-column-end: 3;
}

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

.services__title {
    margin-bottom: 37px;
}

.services__subtitle {
    margin-bottom: 80px;
}

/* Блок "Почему выбирают СИТ?" — только на странице /services/ */
.services-why {
    background: #fafafa;
    border-top: 3px solid rgba(236, 186, 30, 0.3);
    border-bottom: 3px solid rgba(236, 186, 30, 0.3);
}

.services-why__container {
    max-width: 75rem;
    margin: 0 auto;
    padding: 60px 0.9375rem;
}

.services-why__title {
    margin-bottom: 32px;
}

.services-why__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 16px 40px;
}

.services-why__item {
    font-size: 16px;
    line-height: 1.5;
    padding-left: 28px;
    position: relative;
    color: #333;
}

.services-why__item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 14px;
    height: 14px;
    background-color: #ecba1e;
    border-radius: 50%;
    flex-shrink: 0;
}

.services-why__item strong {
    color: #111;
    font-weight: 700;
}

.services__body {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(370px, 1fr));
    row-gap: 80px;
    column-gap: 30px;
}

.services__item {
    position: relative;
    border: 3px solid rgba(236, 186, 30, 0.5);
    padding: 67px 20px 24px;
    transition: all 0.3s ease 0s;
    display: flex;
    flex-direction: column;
}

.services__img {
    position: absolute;
    top: -47px;
    left: -3px;
}

.services__item-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.services__item-text {
    font-size: 14px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.services__content p {
    color: #333;
    font-size: 18px;
    line-height: 140%;
}

.services__content h2,
.services__content h3,
.services__content h4,
.services__content h5,
.services__content h6 {
    margin-bottom: 20px;
    color: #000;
    font-size: 26px;
    font-weight: 700;
    line-height: 140%;
}

.services__content ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 40px;
}

.services__content li {
    margin-bottom: 20px;
}

.feedback {
    background-color: #deecf5;
}

.feedback__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 90px;
}

.feedback__content {
    padding: 34px 0;
    width: 100%;
}

.feedback__title {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 20px;
}

.feedback__text {
    color: #4f4f4f;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 30px;
}

.feedback__img {
    flex: 0 0 50%;
}

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

.partners__title {
    margin-bottom: 30px;
}

.partners__body {
    border: 1px solid #d9d9d9;
}

.partners__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.catalog__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.catalog__title {
    margin-bottom: 30px;
}

.catalog__body {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    align-items: start;
    gap: 30px;
}

.catalog .button-filters {
    display: none;
}

.catalog__wrapper {
    grid-column: 9 span;
    position: relative;
}

.catalog__wrapper .talents__slide-btns a {
    width: 100%;
}

.catalog__products {
    grid-column: 9 span;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    gap: 30px;
    margin-bottom: 30px;
}

.show__more-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.not_available {
    font-size: 24px;
    font-weight: 700;
    line-height: 130%;
}

.show__more {
    width: 270px;
    height: 42px;
    border-radius: 5px;
    border: 1px solid #ECBA1E;
    background: #FFF;
    color: #ECBA1E;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
}

.cart-product__wrapper {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 60px;
}

.cart-product__content {
    grid-column: 6 span;
    padding: 20px;
}

.cart-product__title {
    color: #262626;
    font-size: 32px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 20px;
}

.cart-product__price {
    color: #000;
    font-size: 40px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 60px;
}

.cart-product__box {
    display: flex;
    align-items: center;
    gap: 10px;
}

@media (max-width: 479.98px) {
    .cart-product__box {
        flex-direction: column;
        align-items: start;
        gap: 25px;
    }
}

.cart-product__box .btn__cart {
    width: 180px;
}

.cart-product__descr {
    grid-column: 4 span;
}

.cart-product__availability {
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    color: #27ae60;
    display: block;
    position: relative;
    padding-left: 13px;
    margin-bottom: 16px;
}

.cart-product__availability::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #27ae60;
}

.cart-product__label {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #ffffff;
    background: #f59e01;
    border-radius: 100px;
    padding: 2px 10px;
    margin-bottom: 27px;
    display: inline-block;
}

.product-tab__navigation {
    overflow-x: auto;
    display: flex;
}

.cart-product__footer {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 30px;
}

.cart-product__banner {
    flex: 0 0 370px;
}

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

.product-tab__title {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    line-height: 130%;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 12px 20px;
    background: #ebebeb;
    border: 2px solid #ebebeb;
    transition: all 0.3s ease 0s;
}

.product-tab__title._tab-active {
    border: 2px solid #ecba1e;
    background-color: #fff;
}

.product-tab__content {
    padding: 20px 0 0;
}

.product-tab__body {
    font-size: 14px;
    animation: FadeInTop 0.3s linear;
}

.product-tab__body>*:first-child {
    margin-top: 0;
}

.product-tab__body>*:last-child {
    margin-bottom: 0;
}

.product-tab__body h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    display: flex;
    align-items: center;
    color: #252730;
    margin-bottom: 20px;
}

.news__title {
    margin-bottom: 30px;
}

.news__list {
    list-style: none;
    display: grid;
    justify-items: center;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 30px;
}

.new__item {
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    background: #fff;
    padding: 10px 10px 30px;
    transition: all 0.3s ease 0s;
}

.new__img {
    display: block;
}

.new__img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.new__content {
    height: 100%;
    padding: 30px 10px 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.new__title {
    color: #000;
    font-size: 22px;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 12px;
}

.new__subtitle {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 30px;
}

.new-single__title {
    margin-bottom: 30px;
}

.new-single__body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 30px;
}

.new-single__img {
    flex: 0 0 50%;
    width: 100%;
}

.new-single__img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.new-single__anonse {
    font-size: 18px;
}

.new-single__description h1,
.new-single__description h2,
.new-single__description h3,
.new-single__description h4,
.new-single__description h5,
.new-single__description h6 {
    margin-top: 1.5em;
    margin-bottom: 1em;

}

.new-single__description p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0;
    margin-inline-end: 0;
}


.new-single__description ul,
.new-single__description ol {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 40px;
}

.new-single__description li {
    margin-bottom: 10px;
}

.new-single__description a {
    color: #ecba1e;
    text-decoration: underline;
}

.company__title {
    margin-bottom: 30px;
}

.company__body {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px;
}

.company__img {
    flex: 0 0 50%;
    width: 100%;
}

.company__img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.product-item-amount-field-container {
    margin: 0;
}

.product-item-amount {
    padding: 0;
}

.company__subtitle {
    color: #000;
    font-size: 26px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 30px;
}

.company__descr {
    margin-bottom: 30px;
}

.company-services__list {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 67px;
    row-gap: 30px;
    margin-bottom: 30px;
    padding-left: 35px;
}

.company-services__item {
    border: 3px solid rgba(236, 186, 30, 0.5);
    position: relative;
    padding: 15px 15px 15px 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 140px;
}

.company-services__img {
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    left: -35px;
}

.company-certificates__list {
    list-style: none;
    display: grid;
    justify-items: center;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    gap: 30px;
}

.company-certificates__img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.contact__title {
    margin-bottom: 30px;
}

.contact__subtitle {
    color: #000;
    font-size: 26px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 20px;
}

.contact-btn__title {
    border-radius: 10px;
    border: 1px solid #bdbdbd;
    background: #fff;
    padding: 12px 9px;
    color: #828282;
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
    transition: all 0.3s ease 0s;
}

.contact-btn__title._tab-active {
    border-radius: 10px;
    border: 1px solid #ecba1e;
    background: rgba(236, 186, 30, 0.15);
    color: #333;
}

.contact__navigation {
    gap: 20px;
    display: flex;
    align-items: center;
}

.contact__body {
    animation: FadeInTop 0.3s linear;
}

.contact__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 90px;
}

.contact__list {
    list-style: none;
}

.contact__item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
}

.contact__item::before {
    font-size: 32px;
}

.contact__text {
    color: #000;
    font-size: 18px;
    line-height: 140%;
}

.error__body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

@media (max-width: 768px) {
    .error__body {
        flex-direction: column;
    }

    /* Скрываем видео/gif только на странице 404, не в hero-слайдере */
    .error__body .video-gif {
        display: block;
    }

    .error__body .video-video {
        display: none;
    }
}

.error__title {
    margin-bottom: 30px;
}

.error__subtitle {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 130%;
    /* 20.8px */
    margin-bottom: 20px;
}

.error__text {
    margin-bottom: 50px;
}

.error__content .btn__cart {
    max-width: 190px;
}

.error__img {
    flex: 0 0 50%;
}

@media (max-width: 768px) {
    .error__img {
        width: 100%;
        flex: 0 0 100%;
    }

}

.error__img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}



.contact__text a {
    display: block;
}

.contact__map {
    flex: 0 0 50%;
    width: 100%;
}

.contact__map iframe {
    width: 100%;
    height: 400px;
}

.profile__title {
    margin-bottom: 37px;
}

.profile__list {
    list-style: none;
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: space-between;
}

.profile__item {
    width: 100%;
}

.profile__link {
    border-radius: 3px;
    border: 2px solid rgba(236, 186, 30, 0.5);
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    padding: 30px;
    transition: all 0.3s ease 0s;
}

.profile__link span {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 130%;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.profile__icon {
    transition: all 0.3s ease 0s;
    font-size: 70px;
}

.swiper {
    overflow: hidden;
}

.swiper-wrapper {
    width: 100%;
    height: 100%;
    box-sizing: content-box;
    display: flex;
    position: relative;
}

.swiper-vertical .swiper-wrapper {
    flex-direction: column;
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
}

.swiper-initialized .swiper-slide {
    flex-shrink: 0;
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
    display: none !important;
}

:root {
    --f-spinner-width: 36px;
    --f-spinner-height: 36px;
    --f-spinner-color-1: rgba(0, 0, 0, 0.1);
    --f-spinner-color-2: rgba(17, 24, 28, 0.8);
    --f-spinner-stroke: 2.75;
}

.f-spinner {
    margin: auto;
    padding: 0;
    width: var(--f-spinner-width);
    height: var(--f-spinner-height);
}

.f-spinner svg {
    width: 100%;
    height: 100%;
    vertical-align: top;
    -webkit-animation: f-spinner-rotate 2s linear infinite;
    animation: f-spinner-rotate 2s linear infinite;
}

.f-spinner svg * {
    stroke-width: var(--f-spinner-stroke);
    fill: none;
}

.f-spinner svg *:first-child {
    stroke: var(--f-spinner-color-1);
}

.f-spinner svg *:last-child {
    stroke: var(--f-spinner-color-2);
    -webkit-animation: f-spinner-dash 2s ease-in-out infinite;
    animation: f-spinner-dash 2s ease-in-out infinite;
}

@-webkit-keyframes f-spinner-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes f-spinner-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes f-spinner-dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
    }

    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
    }
}

@keyframes f-spinner-dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
    }

    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
    }
}

.f-throwOutUp {
    -webkit-animation: 0.175s ease-out both f-throwOutUp;
    animation: 0.175s ease-out both f-throwOutUp;
}

.f-throwOutDown {
    -webkit-animation: 0.175s ease-out both f-throwOutDown;
    animation: 0.175s ease-out both f-throwOutDown;
}

@-webkit-keyframes f-throwOutUp {
    to {
        -webkit-transform: translate3d(0, -150px, 0);
        transform: translate3d(0, -150px, 0);
        opacity: 0;
    }
}

@keyframes f-throwOutUp {
    to {
        -webkit-transform: translate3d(0, -150px, 0);
        transform: translate3d(0, -150px, 0);
        opacity: 0;
    }
}

@-webkit-keyframes f-throwOutDown {
    to {
        -webkit-transform: translate3d(0, 150px, 0);
        transform: translate3d(0, 150px, 0);
        opacity: 0;
    }
}

@keyframes f-throwOutDown {
    to {
        -webkit-transform: translate3d(0, 150px, 0);
        transform: translate3d(0, 150px, 0);
        opacity: 0;
    }
}

.f-zoomInUp {
    animation: var(--f-transition-duration, 0.2s) ease-out 0.1s both f-zoomInUp;
}

.f-zoomOutDown {
    animation: var(--f-transition-duration, 0.2s) ease-out both f-zoomOutDown;
}

@-webkit-keyframes f-zoomInUp {
    from {
        -webkit-transform: scale(0.975) translate3d(0, 16px, 0);
        transform: scale(0.975) translate3d(0, 16px, 0);
        opacity: 0;
    }

    to {
        -webkit-transform: scale(1) translate3d(0, 0, 0);
        transform: scale(1) translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes f-zoomInUp {
    from {
        -webkit-transform: scale(0.975) translate3d(0, 16px, 0);
        transform: scale(0.975) translate3d(0, 16px, 0);
        opacity: 0;
    }

    to {
        -webkit-transform: scale(1) translate3d(0, 0, 0);
        transform: scale(1) translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes f-zoomOutDown {
    to {
        -webkit-transform: scale(0.975) translate3d(0, 16px, 0);
        transform: scale(0.975) translate3d(0, 16px, 0);
        opacity: 0;
    }
}

@keyframes f-zoomOutDown {
    to {
        -webkit-transform: scale(0.975) translate3d(0, 16px, 0);
        transform: scale(0.975) translate3d(0, 16px, 0);
        opacity: 0;
    }
}

.f-fadeIn {
    -webkit-animation: var(--f-transition-duration, 0.2s) ease both f-fadeIn;
    animation: var(--f-transition-duration, 0.2s) ease both f-fadeIn;
    z-index: 2;
}

.f-fadeOut {
    -webkit-animation: var(--f-transition-duration, 0.2s) ease both f-fadeOut;
    animation: var(--f-transition-duration, 0.2s) ease both f-fadeOut;
    z-index: 1;
}

@-webkit-keyframes f-fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes f-fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes f-fadeOut {
    100% {
        opacity: 0;
    }
}

@keyframes f-fadeOut {
    100% {
        opacity: 0;
    }
}

.f-fadeSlowIn {
    -webkit-animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
    animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
    z-index: 2;
}

.f-fadeSlowOut {
    -webkit-animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
    animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
    z-index: 1;
}

@-webkit-keyframes f-fadeSlowIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes f-fadeSlowIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes f-fadeSlowOut {
    100% {
        opacity: 0;
    }
}

@keyframes f-fadeSlowOut {
    100% {
        opacity: 0;
    }
}

.f-fadeFastIn {
    -webkit-animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
    animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
    z-index: 2;
}

.f-fadeFastOut {
    -webkit-animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastOut;
    animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastOut;
    z-index: 2;
}

@-webkit-keyframes f-fadeFastIn {
    0% {
        opacity: 0.75;
    }

    100% {
        opacity: 1;
    }
}

@keyframes f-fadeFastIn {
    0% {
        opacity: 0.75;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes f-fadeFastOut {
    100% {
        opacity: 0;
    }
}

@keyframes f-fadeFastOut {
    100% {
        opacity: 0;
    }
}

.f-crossfadeIn {
    -webkit-animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
    animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
    z-index: 2;
}

.f-crossfadeOut {
    -webkit-animation: calc(var(--f-transition-duration, 0.2s) * 0.5) linear 0.1s both f-crossfadeOut;
    animation: calc(var(--f-transition-duration, 0.2s) * 0.5) linear 0.1s both f-crossfadeOut;
    z-index: 1;
}

@-webkit-keyframes f-crossfadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes f-crossfadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes f-crossfadeOut {
    100% {
        opacity: 0;
    }
}

@keyframes f-crossfadeOut {
    100% {
        opacity: 0;
    }
}

.f-slideIn.from-next {
    -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext;
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext;
}

.f-slideIn.from-prev {
    -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev;
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev;
}

.f-slideOut.to-next {
    -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext;
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext;
}

.f-slideOut.to-prev {
    -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev;
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev;
}

@-webkit-keyframes f-slideInPrev {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes f-slideInPrev {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes f-slideInNext {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes f-slideInNext {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes f-slideOutNext {
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes f-slideOutNext {
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@-webkit-keyframes f-slideOutPrev {
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@keyframes f-slideOutPrev {
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.f-classicIn.from-next {
    -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
    z-index: 2;
}

.f-classicIn.from-prev {
    -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
    z-index: 2;
}

.f-classicOut.to-next {
    -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
    z-index: 1;
}

.f-classicOut.to-prev {
    -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
    z-index: 1;
}

@-webkit-keyframes f-classicInNext {
    0% {
        -webkit-transform: translateX(-75px);
        transform: translateX(-75px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes f-classicInNext {
    0% {
        -webkit-transform: translateX(-75px);
        transform: translateX(-75px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes f-classicInPrev {
    0% {
        -webkit-transform: translateX(75px);
        transform: translateX(75px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes f-classicInPrev {
    0% {
        -webkit-transform: translateX(75px);
        transform: translateX(75px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes f-classicOutNext {
    100% {
        -webkit-transform: translateX(-75px);
        transform: translateX(-75px);
        opacity: 0;
    }
}

@keyframes f-classicOutNext {
    100% {
        -webkit-transform: translateX(-75px);
        transform: translateX(-75px);
        opacity: 0;
    }
}

@-webkit-keyframes f-classicOutPrev {
    100% {
        -webkit-transform: translateX(75px);
        transform: translateX(75px);
        opacity: 0;
    }
}

@keyframes f-classicOutPrev {
    100% {
        -webkit-transform: translateX(75px);
        transform: translateX(75px);
        opacity: 0;
    }
}

:root {
    --f-button-width: 40px;
    --f-button-height: 40px;
    --f-button-border: 0;
    --f-button-border-radius: 0;
    --f-button-color: #374151;
    --f-button-bg: #f8f8f8;
    --f-button-hover-bg: #e0e0e0;
    --f-button-active-bg: #d0d0d0;
    --f-button-shadow: none;
    --f-button-transition: all 0.15s ease;
    --f-button-transform: none;
    --f-button-svg-width: 20px;
    --f-button-svg-height: 20px;
    --f-button-svg-stroke-width: 1.5;
    --f-button-svg-fill: none;
    --f-button-svg-filter: none;
    --f-button-svg-disabled-opacity: 0.65;
}

.f-button {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: content-box;
    position: relative;
    margin: 0;
    padding: 0;
    width: var(--f-button-width);
    height: var(--f-button-height);
    border: var(--f-button-border);
    border-radius: var(--f-button-border-radius);
    color: var(--f-button-color);
    background: var(--f-button-bg);
    box-shadow: var(--f-button-shadow);
    pointer-events: all;
    cursor: pointer;
    transition: var(--f-button-transition);
}

.f-button:active:not([disabled]) {
    background-color: var(--f-button-active-bg);
}

.f-button:focus:not(:focus-visible) {
    outline: none;
}

.f-button:focus-visible {
    outline: none;
    box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color));
}

.f-button svg {
    width: var(--f-button-svg-width);
    height: var(--f-button-svg-height);
    fill: var(--f-button-svg-fill);
    stroke: currentColor;
    stroke-width: var(--f-button-svg-stroke-width);
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: opacity 0.15s ease;
    transform: var(--f-button-transform);
    filter: var(--f-button-svg-filter);
    pointer-events: none;
}

.f-button[disabled] {
    cursor: default;
}

.f-button[disabled] svg {
    opacity: var(--f-button-svg-disabled-opacity);
}

.f-carousel__nav .f-button.is-prev,
.f-carousel__nav .f-button.is-next,
.fancybox__nav .f-button.is-prev,
.fancybox__nav .f-button.is-next {
    position: absolute;
    z-index: 1;
}

.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-next {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-prev {
    left: var(--f-button-prev-pos);
}

.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-next {
    right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
    left: auto;
    right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
    right: auto;
    left: var(--f-button-prev-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-next {
    top: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-prev {
    top: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-next {
    bottom: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev svg,
.is-vertical .f-carousel__nav .f-button.is-next svg,
.is-vertical .fancybox__nav .f-button.is-prev svg,
.is-vertical .fancybox__nav .f-button.is-next svg {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

html.with-fancybox {
    width: auto;
    overflow: visible;
    scroll-behavior: auto;
}

html.with-fancybox body {
    -ms-touch-action: none;
    touch-action: none;
}

html.with-fancybox body.hide-scrollbar {
    width: auto;
    margin-right: calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));
    overflow: hidden !important;
    overscroll-behavior-y: none;
}

.fancybox__container {
    --fancybox-color: #dbdbdb;
    --fancybox-hover-color: #fff;
    --fancybox-bg: rgba(24, 24, 27, 0.98);
    --fancybox-slide-gap: 10px;
    --f-spinner-width: 50px;
    --f-spinner-height: 50px;
    --f-spinner-color-1: rgba(255, 255, 255, 0.1);
    --f-spinner-color-2: #bbb;
    --f-spinner-stroke: 3.65;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    direction: ltr;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #f8f8f8;
    overflow: visible;
    z-index: 1050;
    outline: none;
    transform-origin: top left;
    text-size-adjust: 100%;
    overscroll-behavior-y: contain;
}

.fancybox__container *,
.fancybox__container *::before,
.fancybox__container *::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

.fancybox__backdrop {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background: var(--fancybox-bg);
    opacity: var(--fancybox-opacity, 1);
    will-change: opacity;
}

.fancybox__carousel {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-height: 0;
    z-index: 10;
    overflow-y: visible;
    overflow-x: clip;
}

.fancybox__viewport {
    width: 100%;
    height: 100%;
}

.fancybox__track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    height: 100%;
}

.fancybox__slide {
    flex: 0 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0 var(--fancybox-slide-gap) 0 0;
    padding: 4px;
    overflow: auto;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
    padding-top: 40px;
}

.fancybox__slide.has-iframe,
.fancybox__slide.has-video,
.fancybox__slide.has-html5video {
    overflow: hidden;
}

.fancybox__slide.has-image {
    overflow: hidden;
}

.fancybox__slide.has-image.is-animating,
.fancybox__slide.has-image.is-selected {
    overflow: visible;
}

.fancybox__slide::before,
.fancybox__slide::after {
    content: "";
    flex: 0 0 0;
    margin: auto;
}

.fancybox__content {
    align-self: center;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 0;
    padding: 2rem;
    max-width: 100%;
    color: var(--fancybox-content-color, #374151);
    background: var(--fancybox-content-bg, #fff);
    cursor: default;
    border-radius: 0;
    z-index: 20;
}

.is-loading .fancybox__content {
    opacity: 0;
}

.is-draggable .fancybox__content {
    cursor: move;
    cursor: grab;
}

.can-zoom_in .fancybox__content {
    cursor: zoom-in;
}

.can-zoom_out .fancybox__content {
    cursor: zoom-out;
}

.is-dragging .fancybox__content {
    cursor: move;
    cursor: grabbing;
}

.fancybox__content [data-selectable],
.fancybox__content [contenteditable] {
    cursor: auto;
}

.fancybox__slide.has-image>.fancybox__content {
    padding: 0;
    background: rgba(0, 0, 0, 0);
    min-height: 1px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    transition: none;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
}

.fancybox__slide.has-image>.fancybox__content>picture>img {
    width: 100%;
    height: auto;
    max-height: 100%;
}

.is-zooming-in .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content,
.is-zooming-out .fancybox__slide:not(.is-selected) .fancybox__content {
    visibility: hidden;
}

.is-animating .fancybox__content,
.is-dragging .fancybox__content {
    filter: blur(0px);
    will-change: transform, width, height;
}

.fancybox-image {
    margin: auto;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: contain;
    user-select: none;
}

.fancybox__caption {
    align-self: center;
    max-width: 100%;
    flex-shrink: 0;
    margin: 0;
    padding: 14px 0 4px 0;
    overflow-wrap: anywhere;
    line-height: 1.375;
    color: var(--fancybox-color, currentColor);
    opacity: var(--fancybox-opacity, 1);
    cursor: auto;
    visibility: visible;
}

.is-loading .fancybox__caption,
.is-closing .fancybox__caption {
    opacity: 0;
    visibility: hidden;
}

.is-compact .fancybox__caption {
    padding-bottom: 0;
}

.f-button.is-close-btn {
    --f-button-svg-stroke-width: 2;
    position: absolute;
    top: 0;
    right: 8px;
    z-index: 40;
}

.fancybox__content>.f-button.is-close-btn {
    --f-button-width: 34px;
    --f-button-height: 34px;
    --f-button-border-radius: 4px;
    --f-button-color: var(--fancybox-color, #fff);
    --f-button-hover-color: var(--fancybox-color, #fff);
    --f-button-bg: transparent;
    --f-button-hover-bg: transparent;
    --f-button-active-bg: transparent;
    --f-button-svg-width: 22px;
    --f-button-svg-height: 22px;
    position: absolute;
    top: -38px;
    right: 0;
    opacity: 0.75;
}

.is-loading .fancybox__content>.f-button.is-close-btn {
    visibility: hidden;
}

.is-zooming-out .fancybox__content>.f-button.is-close-btn {
    visibility: hidden;
}

.fancybox__content>.f-button.is-close-btn:hover {
    opacity: 1;
}

.fancybox__footer {
    padding: 0;
    margin: 0;
    position: relative;
}

.fancybox__footer .fancybox__caption {
    width: 100%;
    padding: 24px;
    opacity: var(--fancybox-opacity, 1);
    transition: all 0.25s ease;
}

.is-compact .fancybox__footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
    background: rgba(24, 24, 27, 0.5);
}

.is-compact .fancybox__footer .fancybox__caption {
    padding: 12px;
}

.is-compact .fancybox__content>.f-button.is-close-btn {
    --f-button-border-radius: 50%;
    --f-button-color: #fff;
    --f-button-hover-color: #fff;
    --f-button-outline-color: #000;
    --f-button-bg: rgba(0, 0, 0, 0.6);
    --f-button-active-bg: rgba(0, 0, 0, 0.6);
    --f-button-hover-bg: rgba(0, 0, 0, 0.6);
    --f-button-svg-width: 18px;
    --f-button-svg-height: 18px;
    --f-button-svg-filter: none;
    top: 5px;
    right: 5px;
}

.fancybox__nav {
    --f-button-width: 50px;
    --f-button-height: 50px;
    --f-button-border: 0;
    --f-button-border-radius: 50%;
    --f-button-color: var(--fancybox-color);
    --f-button-hover-color: var(--fancybox-hover-color);
    --f-button-bg: transparent;
    --f-button-hover-bg: rgba(24, 24, 27, 0.3);
    --f-button-active-bg: rgba(24, 24, 27, 0.5);
    --f-button-shadow: none;
    --f-button-transition: all 0.15s ease;
    --f-button-transform: none;
    --f-button-svg-width: 26px;
    --f-button-svg-height: 26px;
    --f-button-svg-stroke-width: 2.5;
    --f-button-svg-fill: none;
    --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
    --f-button-svg-disabled-opacity: 0.65;
    --f-button-next-pos: 1rem;
    --f-button-prev-pos: 1rem;
    opacity: var(--fancybox-opacity, 1);
}

.fancybox__nav .f-button:before {
    position: absolute;
    content: "";
    top: -30px;
    right: -20px;
    left: -20px;
    bottom: -30px;
    z-index: 1;
}

.is-idle .fancybox__nav {
    -webkit-animation: 0.15s ease-out both f-fadeOut;
    animation: 0.15s ease-out both f-fadeOut;
}

.is-idle.is-compact .fancybox__footer {
    pointer-events: none;
    -webkit-animation: 0.15s ease-out both f-fadeOut;
    animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__slide>.f-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));
    z-index: 30;
    cursor: pointer;
}

.fancybox-protected {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 40;
    user-select: none;
}

.fancybox-ghost {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: contain;
    z-index: 40;
    user-select: none;
    pointer-events: none;
}

.fancybox-focus-guard {
    outline: none;
    opacity: 0;
    position: fixed;
    pointer-events: none;
}

.fancybox__container:not([aria-hidden]) {
    opacity: 0;
}

.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop, .fancybox__carousel),
.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content) {
    -webkit-animation: 0.25s ease 0.1s backwards f-fadeIn;
    animation: 0.25s ease 0.1s backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop {
    -webkit-animation: 0.35s ease backwards f-fadeIn;
    animation: 0.35s ease backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop, .fancybox__carousel),
.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content) {
    -webkit-animation: 0.15s ease forwards f-fadeOut;
    animation: 0.15s ease forwards f-fadeOut;
}

.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop {
    -webkit-animation: 0.35s ease forwards f-fadeOut;
    animation: 0.35s ease forwards f-fadeOut;
}

.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
    max-width: 100%;
    flex-shrink: 1;
    min-height: 1px;
    overflow: visible;
}

.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content {
    width: 100%;
    height: 100%;
}

.fancybox__container:not(.is-compact) .has-iframe .fancybox__content,
.fancybox__container:not(.is-compact) .has-map .fancybox__content,
.fancybox__container:not(.is-compact) .has-pdf .fancybox__content {
    width: calc(100% - 120px);
    height: 90%;
}

.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
    width: 960px;
    height: 540px;
    max-width: 100%;
    max-height: 100%;
}

.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
    padding: 0;
    background: rgba(24, 24, 27, 0.9);
    color: #fff;
}

.has-map .fancybox__content {
    background: #e5e3df;
}

.fancybox__html5video,
.fancybox__iframe {
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0);
}

.fancybox-placeholder {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}

.f-carousel__thumbs {
    --f-thumb-width: 96px;
    --f-thumb-height: 72px;
    --f-thumb-outline: 0;
    --f-thumb-outline-color: #5eb0ef;
    --f-thumb-opacity: 1;
    --f-thumb-hover-opacity: 1;
    --f-thumb-selected-opacity: 1;
    --f-thumb-border-radius: 2px;
    --f-thumb-offset: 0px;
    --f-button-next-pos: 0;
    --f-button-prev-pos: 0;
}

.f-carousel__thumbs.is-classic {
    --f-thumb-gap: 8px;
    --f-thumb-opacity: 0.5;
    --f-thumb-hover-opacity: 1;
    --f-thumb-selected-opacity: 1;
}

.f-carousel__thumbs.is-modern {
    --f-thumb-gap: 4px;
    --f-thumb-extra-gap: 20px;
    --f-thumb-clip-width: 46px;
}

.f-thumbs {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0;
    overflow: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.f-thumbs .f-spinner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebeff2), to(#e2e8f0));
    background-image: linear-gradient(#ebeff2, #e2e8f0);
    z-index: -1;
}

.f-thumbs .f-spinner svg {
    display: none;
}

.f-thumbs.is-vertical {
    height: 100%;
}

.f-thumbs__viewport {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.f-thumbs__track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    will-change: transform;
}

.f-thumbs__slide {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    width: var(--f-thumb-width);
    min-width: var(--f-thumb-width);
    height: var(--f-thumb-height);
    overflow: visible;
    cursor: pointer;
}

.f-thumbs__slide.is-loading img {
    opacity: 0;
}

.is-classic .f-thumbs__viewport {
    height: 100%;
}

.is-modern .f-thumbs__track {
    width: max-content;
}

.is-modern .f-thumbs__track::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(var(--left, 0) * 1px);
    width: calc(100% - var(--width, 0) * 1px);
    cursor: pointer;
}

.is-modern .f-thumbs__slide {
    --clip-path: inset(0 calc((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0)) * 0.5 * (1 - var(--progress, 0))) round var(--f-thumb-border-radius, 0));
    -webkit-transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
    transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
    -webkit-transition: none;
    transition: none;
    pointer-events: none;
}

.is-modern .f-thumbs__slide:focus-within:not(.is-selected) {
    -webkit-filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color));
    filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color));
}

.is-modern .f-thumbs__slide>* {
    -webkit-clip-path: var(--clip-path);
    clip-path: var(--clip-path);
}

.is-modern.in-touch .f-thumbs__slide {
    -webkit-filter: none;
    filter: none;
}

.is-modern.is-resting .f-thumbs__slide {
    -webkit-transition: all 0.33s ease;
    transition: all 0.33s ease;
}

.is-modern.is-resting .f-thumbs__slide>* {
    -webkit-transition: all 0.33s ease;
    transition: all 0.33s ease;
}

.f-thumbs__slide__button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    position: relative;
    border-radius: var(--f-thumb-border-radius);
    overflow: hidden;
    background: rgba(0, 0, 0, 0);
    outline: none;
    cursor: pointer;
    pointer-events: auto;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    opacity: var(--f-thumb-opacity);
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.f-thumbs__slide__button:hover {
    opacity: var(--f-thumb-hover-opacity);
}

.f-thumbs__slide__button:focus:not(:focus-visible) {
    outline: none;
}

.f-thumbs__slide__button:focus-visible {
    outline: none;
    opacity: var(--f-thumb-selected-opacity);
}

.is-nav-selected .f-thumbs__slide__button {
    opacity: var(--f-thumb-selected-opacity);
}

.is-nav-selected .f-thumbs__slide__button::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    bottom: 0;
    border: var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);
    border-radius: var(--f-thumb-border-radius);
    -webkit-animation: f-fadeIn 0.2s ease-out;
    animation: f-fadeIn 0.2s ease-out;
    z-index: 10;
}

.f-thumbs__slide__img {
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: var(--f-thumb-offset);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    pointer-events: none;
    -o-object-fit: cover;
    object-fit: cover;
}

.f-thumbs.is-horizontal .f-thumbs__track {
    margin: 0 auto;
    padding: 8px 0 12px 0;
}

.f-thumbs.is-horizontal .f-thumbs__slide {
    margin: 0 var(--f-thumb-gap) 0 0;
}

.f-thumbs.is-vertical .f-thumbs__track {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: auto 0;
    padding: 0 8px;
}

.f-thumbs.is-vertical .f-thumbs__slide {
    margin: 0 0 var(--f-thumb-gap) 0;
}

.fancybox__thumbs {
    --f-thumb-width: 96px;
    --f-thumb-height: 72px;
    --f-thumb-border-radius: 2px;
    --f-thumb-outline: 2px;
    --f-thumb-outline-color: #ededed;
    position: relative;
    opacity: var(--fancybox-opacity, 1);
    -webkit-transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
    transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.fancybox__thumbs.is-classic {
    --f-thumb-gap: 8px;
    --f-thumb-opacity: 0.5;
    --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-classic .f-spinner {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.05)));
    background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-modern {
    --f-thumb-gap: 4px;
    --f-thumb-extra-gap: 20px;
    --f-thumb-clip-width: 46px;
    --f-thumb-opacity: 1;
    --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-modern .f-spinner {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.05)));
    background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-horizontal {
    padding: 0 var(--f-thumb-gap);
}

.fancybox__thumbs.is-vertical {
    padding: var(--f-thumb-gap) 0;
}

.is-compact .fancybox__thumbs {
    --f-thumb-width: 64px;
    --f-thumb-clip-width: 32px;
    --f-thumb-height: 48px;
    --f-thumb-extra-gap: 10px;
}

.fancybox__thumbs.is-masked {
    max-height: 0px !important;
}

.is-closing .fancybox__thumbs {
    -webkit-transition: none !important;
    transition: none !important;
}

.fancybox__toolbar {
    --f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));
    --f-button-width: 46px;
    --f-button-height: 46px;
    --f-button-color: var(--fancybox-color);
    --f-button-hover-color: var(--fancybox-hover-color);
    --f-button-bg: rgba(24, 24, 27, 0.65);
    --f-button-hover-bg: rgba(70, 70, 73, 0.65);
    --f-button-active-bg: rgba(90, 90, 93, 0.65);
    --f-button-border-radius: 0;
    --f-button-svg-width: 24px;
    --f-button-svg-height: 24px;
    --f-button-svg-stroke-width: 1.5;
    --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
    --f-button-svg-fill: none;
    --f-button-svg-disabled-opacity: 0.65;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;
    color: var(--fancybox-color, currentColor);
    opacity: var(--fancybox-opacity, 1);
    text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));
    pointer-events: none;
    z-index: 20;
}

.fancybox__toolbar :focus-visible {
    z-index: 1;
}

.fancybox__toolbar.is-absolute,
.is-compact .fancybox__toolbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.is-idle .fancybox__toolbar {
    pointer-events: none;
    -webkit-animation: 0.15s ease-out both f-fadeOut;
    animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__toolbar__column {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
}

.fancybox__toolbar__column.is-left,
.fancybox__toolbar__column.is-right {
    flex-grow: 1;
    flex-basis: 0;
}

.fancybox__toolbar__column.is-right {
    display: flex;
    justify-content: flex-end;
    flex-wrap: nowrap;
}

.fancybox__infobar {
    padding: 0 5px;
    line-height: var(--f-button-height);
    text-align: center;
    font-size: 17px;
    font-variant-numeric: tabular-nums;
    cursor: default;
    user-select: none;
}

.fancybox__infobar span {
    padding: 0 5px;
}

.fancybox__infobar:not(:first-child):not(:last-child) {
    background: var(--f-button-bg);
}

[data-fancybox-toggle-slideshow] {
    position: relative;
}

[data-fancybox-toggle-slideshow] .f-progress {
    height: 100%;
    opacity: 0.3;
}

[data-fancybox-toggle-slideshow] svg g:first-child {
    display: flex;
}

[data-fancybox-toggle-slideshow] svg g:last-child {
    display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {
    display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child {
    display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:first-child {
    display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:last-child {
    display: none;
}

:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:first-child {
    display: none;
}

:-ms-fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
    display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
    display: none;
}

:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:last-child {
    display: flex;
}

:-ms-fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
    display: flex;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
    display: flex;
}

.f-progress {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
    z-index: 30;
    user-select: none;
    pointer-events: none;
}

@media (max-width: 1200px) {
    .footer__top {
        grid-template-columns: repeat(2, 1fr);
        justify-items: center;
    }

    .footer__social {
        grid-column: 1 span;
    }

    .footer__menu {
        grid-column: 1 span;
    }

    .footer__contact {
        grid-column: 2 span;
    }
}

@media (max-width: 991.98px) {
    .header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 100;
        width: 100%;
        background-color: #fff;
    }

    .header-main.is-sticky {
        position: relative;
    }

    .header__bottom {
        padding-bottom: 0;
    }

    .page {
        padding-top: 118px;
    }

    .form-page__title {
        margin-bottom: 30px;
    }

    .btn__catalog {
        display: none;
    }

    .btn__top {
        display: none;
    }

    .popup__content {
        max-width: 345px;
    }

    .popup__content .feedback__body {
        flex-direction: column;
        padding: 10px 14px;
    }

    .popup__content .feedback__img {
        flex: 0 0 100%;
        width: 100%;
        height: 100%;
    }

    .popup__content .feedback__content {
        padding: 20px 0;
    }

    .popup__content .feedback__title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .popup__body {
        padding: 50px 20px;
    }

    .section {
        margin-bottom: 30px;
    }

    .title {
        font-size: 24px;
    }

    .interested__title {
        font-size: 20px;
    }

    .cart__content {
        padding: 10px;
    }

    .cart__availability {
        margin-bottom: 10px;
    }

    .cart__name {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .cart__price {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .cart__notavailability {
        margin-bottom: 10px;
    }

    .breadcrumbs__wrapper {
        padding: 20px 0 20px 0;
    }

    .filter-catalog {
        z-index: 50;
        width: 100%;
        overflow-y: scroll;
        max-height: 100vh;
        position: fixed;
        top: 135px;
        left: 0;
        padding: 0 0 200px 0;
        transform: translate(-150%, 0px);
        transition: all 0.3s ease 0s;
    }

    .filter-catalog._active {
        transform: translate(0px, 0px);
    }

    .filter-catalog__btn {
        display: block;
    }

    .slider {
        grid-column: 12 span;
    }

    .filter-catalog__category {
        padding: 20px 15px 20px;
    }

    .slider-gallery-btn__prev,
    .slider-gallery-btn__next {
        display: none;
    }

    .slider-gallery__pagination {
        display: flex;
    }

    .slider__flex {
        flex-direction: column-reverse;
    }

    .slider__col {
        flex-direction: row;
        align-items: center;
        width: 100%;
    }

    .slider__images {
        width: 100%;
    }

    .slider__thumbs {
        height: 150px;
        width: calc(100% - 96px);
    }

    .header__box {
        display: none;
    }

    .header__phone a::before {
        font-size: 32px;
    }

    .header__phone a span {
        display: none;
    }

    .header__phone .btn__popup {
        display: none;
    }

    .header__logo {
        display: none;
    }

    .header__logo-mobile {
        display: flex;
        flex: 0 1 100%;
    }

    .header__logo-mobile img {
        max-width: 143px;
        max-height: 40px;
    }

    .header__bottom {
        position: relative;
    }

    .search-header {
        flex: 0 1 100%;
    }

    .actions-header {
        display: none;
    }

    .menu {
        position: fixed;
        top: 118px;
        left: 0;
        right: 0;
        overflow: auto;
        height: 100vh;
        padding: 10px 15px 200px;
        transition: all 0.3s ease 0s;
        transform: translate(-150%, 0px);
        background-color: #fff;
    }

    .menu-open .menu {
        transform: translate(0px, 0px);
    }

    .menu__list {
        display: block;
        height: auto;
        background-color: #fff;
    }

    .menu__item {
        margin-bottom: 20px;
    }

    .menu__item:nth-of-type(2) {
        display: list-item;
    }

    .menu__location {
        display: block;
        border-top: 1px solid #d9d9d9;
        border-bottom: 1px solid #d9d9d9;
        padding: 20px 0;
    }

    .menu__contact {
        display: block;
        padding: 20px 0;
    }

    .menu-catalog__list {
        padding: 20px 15px 200px 0;
        display: flex;
        gap: 15px;
        flex-direction: column;
    }

    .menu-catalog__item {
        width: 100%;
        justify-content: start;
    }

    .menu-catalog__item a {
        display: flex;
        align-items: center;
        width: 100%;
        gap: 20px;
    }

    .menu-catalog__img {
        width: 50px;
        height: 50px;
    }

    .menu-catalog__img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .icon-menu {
        display: block;
        position: relative;
        width: 30px;
        height: 18px;
        z-index: 5;
    }

    .icon-menu span,
    .icon-menu::before,
    .icon-menu::after {
        content: "";
        transition: all 0.3s ease 0s;
        right: 0;
        position: absolute;
        width: 100%;
        height: 2px;
        border-radius: 5px;
        background-color: #000;
    }

    .icon-menu::before {
        top: 0;
    }

    .icon-menu::after {
        bottom: 0;
    }

    .icon-menu span {
        top: calc(50% - 0.0625rem);
    }

    .menu-open .icon-menu span {
        width: 0;
    }

    .menu-open .icon-menu::before {
        top: calc(50% - 0.0625rem);
        transform: rotate(-45deg);
    }

    .menu-open .icon-menu::after {
        bottom: calc(50% - 0.0625rem);
        transform: rotate(45deg);
    }

    .footer {
        margin-bottom: 67px;
    }

    .footer__bottom {
        flex-direction: column;
    }

    .footer-menu {
        display: block;
    }

    .hero__slide {
        flex-direction: column;
        height: 250px; /* фиксированная высота для видео-слайдов на мобилке */
    }

    /* Видео-слайд занимает всю высоту */
    .hero__slide .video {
        width: 100%;
        height: 100%;
    }

    .hero__slide .video-video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .hero__slide-content {
        padding: 20px 20px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .hero__slide-title {
        font-size: 24px;
    }

    .hero__slide-subtitle {
        font-size: 18px;
    }

    .hero__slide-img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .popular {
        margin-bottom: 60px;
    }

    .popular__slider {
        padding: 15px 15px 30px 15px;
        margin: -15px -15px -30px -15px;
    }

    .stocks__body {
        grid-template-rows: repeat(1, 1fr);
    }

    .stocks__img:nth-child(2) {
        grid-column-end: 3;
    }

    .stocks__img:nth-child(3) {
        grid-row-start: 3;
        grid-row-end: 4;
        grid-column-start: 1;
        grid-column-end: 3;
    }

    .services__body {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }

    .services__content h2,
    .services__content h3,
    .services__content h4,
    .services__content h5,
    .services__content h6 {
        font-size: 20px;
    }

    .feedback__body {
        flex-direction: column-reverse;
        gap: 20px;
    }

    .feedback__content {
        padding: 0 0 34px 0;
    }

    .partners__wrapper {
        justify-content: center;
    }

    .catalog__header {
        justify-content: space-between;
    }

    .catalog .button-filters {
        display: flex;
        align-items: center;
        gap: 5px;
        color: #828282;
        font-size: 16px;
        font-weight: 700;
        line-height: 130%;
    }

    .catalog__wrapper {
        grid-column: 12 span;
    }

    .catalog__products {
        grid-column: 12 span;
    }

    .cart-product__content {
        grid-column: 12 span;
        padding: 0;
    }

    .cart-product__title {
        font-size: 22px;
    }

    .cart-product__price {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .cart-product__descr {
        grid-column: 6 span;
    }

    .product-tab {
        margin-bottom: 30px;
    }

    .cart-product__footer {
        display: block;
    }

    .cart-product__banner img {
        object-fit: contain;
        width: auto;
        height: auto;
    }

    .cart-product__banner {
        flex: 1 1 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .product-tab__content {
        padding: 20px 0 0;
    }

    .new-single__body {
        flex-direction: column;
    }

    .new-single__img {
        flex: 0 0 100%;
    }

    .company__body {
        flex-direction: column;
    }

    .company__img {
        flex: 0 0 100%;
    }

    .company__subtitle {
        font-size: 20px;
    }

    .company-services__list {
        grid-template-columns: repeat(1, 1fr);
    }

    .contact__wrapper {
        flex-direction: column;
        align-items: start;
        padding-top: 20px;
        gap: 30px;
    }

    .contact__map {
        flex: 0 0 100%;
    }
}

@media (max-width: 991.98px) and (any-hover: none) {
    .icon-menu {
        cursor: default;
    }
}

@media (max-width: 767.98px) {
    .advantages__item {
        flex: 0 1 100%;
    }

    .catalog__products {
        gap: 10px;
        grid-template-columns: repeat(auto-fill, minmax(165px, 1fr));
    }

    .cart-product__descr {
        grid-column: 12 span;
    }

    .profile__list {
        flex-direction: column;
    }
}

@media (max-width: 540px) {
    .footer__top {
        grid-template-columns: repeat(1, 1fr);
        justify-items: start;
    }

    .footer__contact {
        grid-column: 1 span;
    }

    .footer__box {
        flex-direction: column;
    }
}

@media (max-width: 479.98px) {
    .catalog__header {
        flex-direction: column;
        align-items: start;
    }

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

@media (any-hover: hover) {
    .btn__main:hover {
        background-color: #c79d1a;
    }

    .btn__main.reset:hover {
        background-color: #cbcbcb;
    }

    .btn__cart:hover {
        background-color: #c79d1a;
    }

    .btn__form:hover {
        background-color: #c79d1a;
    }

    .select__option:hover {
        background: #d9d9d9;
    }

    .quantity__button:hover::before,
    .quantity__button:hover::after {
        background-color: #ecba1e;
    }

    .spollers__name:hover {
        color: #2383bb;
    }

    .spollers__list a:hover {
        color: #000;
    }

    .cart:hover {
        box-shadow: 4px 8px 20px 0 rgba(0, 0, 0, 0.1);
    }

    .search-header__btn:hover {
        background-color: #c79d1a;
    }

    .actions-header__icon:hover::before {
        color: #ecba1e;
    }

    .menu__item:hover a {
        color: #2383bb;
    }

    .menu-catalog__item:hover {
        background-color: #ecba1e;
    }

    .services__item:hover {
        border-color: #ecba1e;
        box-shadow: 0 8px 24px rgba(236, 186, 30, 0.25);
        transform: translateY(-2px);
    }

    .new__item:hover {
        box-shadow: 4px 8px 20px 0 rgba(0, 0, 0, 0.1);
    }

    .profile__link:hover {
        background: #ecba1e;
    }

    .profile__link:hover span {
        color: #fff;
    }

    .profile__link:hover .profile__icon {
        color: #fff;
    }
}

@media (hover: hover) {
    .f-button:hover:not([disabled]) {
        color: var(--f-button-hover-color);
        background-color: var(--f-button-hover-bg);
    }
}

.tech {
    width: 100%;
    margin-top: 0;
    border: 1px solid #e1e0e0;
    border-collapse: collapse;
    border-spacing: 0;
}

.tech .tech_item {
    background: #e1e0e0;
    height: 25px;
    font-size: 16px;
    font-weight: 700;
    border: 1px solid #e1e0e0;
}

.tech tr th {
    text-align: left;
    font-size: 13px;
    color: #464444;
    border: 1px solid #e1e0e0;
    padding: 7px 3px 7px 5px;
    font-weight: 400;
}

.tech tr td {
    text-align: center;
    font-size: 13px;
    color: #464444;
    border: 1px solid #e1e0e0;
    padding: 7px 3px;
    font-weight: 400;
}

.tech .tech_title {
    background: #f0efef;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid #e1e0e0;
}

.product-equipment__photo-list {
    display: flex;
    flex-wrap: wrap;
}

.product-equipment__photo-link {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    margin-bottom: 10px;
    width: 50%;
    padding-right: 20px;
}

.product-equipment__photo-wrap {
    display: none;
}

.catalog-element-section-property {
    display: flex;
}

.catalog-element-section-property:nth-child(2n+1) {
    background: #f2f2f2;
}

.catalog-element-section-property-name,
.catalog-element-section-property-value {
    display: block;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    padding: 6px 12px;
    color: #222222;
    float: left;
    width: 50%;
}

/* --- START SEO INTRO BLOCK --- */
.intro {
    /* Отступ такой же, как у других секций, 
       но можно чуть уменьшить верхний, если слайдер слишком массивен */
    margin-bottom: 60px; 
}

.intro__container {
    /* Используем стандартный контейнер */
}

.intro__title {
    margin-bottom: 25px;
    /* Наследует стили .title, но убедимся, что это выглядит как H1 */
    font-size: 32px; 
    line-height: 120%;
    color: #262626;
}

.intro__text p {
    color: #333;
    font-size: 16px;
    line-height: 150%; /* Чуть больше воздуха для чтения */
    margin-bottom: 15px;
    max-width: 900px; /* Чтобы текст не растекался слишком широко */
}

.intro__text p:last-child {
    margin-bottom: 0;
}

/* Адаптив для H1 на мобильных */
@media (max-width: 767.98px) {
    .intro__title {
        font-size: 24px;
        margin-bottom: 20px;
    }
}
/* --- END SEO INTRO BLOCK --- */

/* --- FAQ BLOCK STYLES (FINAL GRID FIX) --- */
.faq {
    margin-bottom: 80px;
}

/* 1. КОНТЕЙНЕР: Возвращаем стандартную ширину сайта (1430px) */
.faq__container {
    max-width: 75rem; /* Как у .popular__container и .advantages__container */
    margin: 0 auto;    /* Центрируем сам контейнер на странице */
    padding: 0 15px;   /* Стандартные отступы безопасности */
    width: 100%;
}

/* 2. ЗАГОЛОВОК: Теперь он встанет ровно по левой линии с остальным контентом */
.faq__title {
    margin-bottom: 40px;
    text-align: left;
    font-size: 32px;
    color: #262626;
}

/* 3. ТЕЛО ВОПРОСОВ: Ограничиваем ширину, но оставляем СЛЕВА */
.faq__body {
    max-width: 960px; /* Ограничиваем ширину контента для читаемости */
    border-top: 1px solid #e0e0e0;
    /* margin: 0 auto; <--- УБРАЛИ ЭТО, чтобы блок не улетал в центр */
}

.faq__item {
    border-bottom: 1px solid #e0e0e0;
}

.faq__button {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0;
    font-size: 18px;
    font-weight: 600;
    color: #262626;
    background: transparent;
    text-align: left;
    cursor: pointer;
    transition: all 0.3s ease;
    gap: 20px;
}

.faq__button:hover {
    color: #f7b733;
}

/* Стрелочка */
.faq__button::after {
    content: '';
    width: 10px;
    height: 10px;
    border-right: 2px solid #262626;
    border-bottom: 2px solid #262626;
    transform: rotate(45deg);
    transition: transform 0.3s ease, border-color 0.3s ease;
    flex-shrink: 0;
    margin-right: 10px;
}

.faq__button:hover::after {
    border-color: #f7b733;
}

/* Активное состояние */
.faq__button._spoller-active {
    color: #f7b733;
}

.faq__button._spoller-active::after {
    transform: rotate(-135deg);
    border-color: #f7b733;
}

.faq__content {
    /* Управляется JS */
}

.faq__text {
    padding-bottom: 30px;
    padding-right: 40px;
    font-size: 16px;
    line-height: 160%;
    color: #4a4a4a;
}

/* Адаптив */
@media (max-width: 1430px) {
    /* На экранах меньше контейнера отступы будут работать штатно */
}

@media (max-width: 767.98px) {
    .faq__title {
        font-size: 24px;
        margin-bottom: 25px;
    }
    .faq__button {
        font-size: 16px;
        padding: 15px 0;
    }
    .faq__text {
        font-size: 14px;
        padding-right: 0;
    }
}
/* --- END FAQ STYLES --- */

/* --- SEO CATEGORY LONGREAD STYLES --- */
.seo-desc-block {
    line-height: 1.6;
    color: #333;
}
.seo-desc-lead {
    background-color: #fafafa;
    border-left: 4px solid #ecba1e;
    padding: 20px;
    margin-bottom: 25px;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}
.seo-desc-lead p {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: #222;
}
.seo-desc-grid {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.seo-desc-card {
    flex: 1 1 300px;
    background: #fff;
    border: 1px solid #e1e0e0;
    border-radius: 6px;
    padding: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    border-top: 3px solid #ecba1e;
}
.seo-desc-card-4 {
    flex: 1 1 270px;
    background: #fff;
    border: 1px solid #e1e0e0;
    border-radius: 6px;
    padding: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    border-top: 3px solid #ecba1e;
}
.seo-desc-card h3, .seo-desc-card-4 h4 {
    margin-top: 0;
    margin-bottom: 12px;
    font-weight: 700;
    color: #111;
}
.seo-desc-card h3 a {
    color: #111;
    text-decoration: none;
    border-bottom: 1px dashed #ecba1e;
}
.seo-desc-card p, .seo-desc-card-4 p {
    margin: 0;
    font-size: 14px;
    color: #555;
    line-height: 1.5;
}
.seo-desc-card-4 p {
    font-size: 13px;
}
.seo-table-responsive {
    overflow-x: auto;
    margin-bottom: 30px;
    border: 1px solid #e1e0e0;
    border-radius: 4px;
}
.seo-table-responsive table {
    margin: 0;
    width: 100%;
    border-collapse: collapse;
    min-width: 600px;
}
.seo-table-responsive th {
    padding: 12px;
    font-weight: 700;
    border-bottom: 2px solid #e1e0e0;
    background-color: #f9f9f9;
}
.seo-table-responsive td {
    padding: 10px;
}
.seo-table-responsive th.center,
.seo-table-responsive td.center {
    text-align: center;
}
.seo-table-responsive th.left,
.seo-table-responsive td.left {
    text-align: left;
}
.seo-table-responsive td.green {
    font-weight: 600;
    color: #2e7d32;
}
.seo-desc-alert {
    background-color: #fcf8e3;
    border-left: 4px solid #ecba1e;
    padding: 15px 20px;
    border-radius: 4px;
    font-size: 14px;
}
.seo-desc-alert p {
    margin: 0;
}
/* --- END SEO STYLES --- */
/* End */


/* Start:/local/templates/sit-geosystems/assets/css/addbasket-popup.css?16929668881479*/
.popup-window {
    border-radius: 5px;

}

.popup-window.popup-window-with-titlebar {
    padding: 20px;
    left: 0 !important;
    right: 0 !important;
    max-width: 480px;
    margin: 0 auto;
}

.popup-window-titlebar-text {
    font-family: Roboto;
    color: #262626;
    font-size: 14px;
    font-weight: 600;
    line-height: 120%;
}

.popup-window-with-titlebar .popup-window-content {
    padding: 0px;
}


.popup-window-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.popup-window-content {
    font-family: Roboto;
    color: #262626;
    font-size: 14px;
    font-weight: 600;
    line-height: 120%;
}

.popup-window-buttons span {
    margin-right: 0px !important;
    background-color: #ecba1e;
    width: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 42px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}

.popup-window-buttons span:hover {
    background-color: #c79d1a;
}

@media (max-width: 479.98px) {
    .popup-window-buttons {
        flex-direction: column;
    }
    .popup-window.popup-window-with-titlebar {
        padding: 10px;
    }
}
/* End */


/* Start:/local/templates/sit-geosystems/assets/css/forgotpaswd.css?16929668881215*/
.bx-authform {
    max-width: 75rem;
    margin: 0 auto;
    padding: 0 0.9375rem;
}

.bx-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 30px;
}

.bx-authform-content-container, .bx-authform-label-container {
    font-size: 16px;
    color: #333;
}

.bx-authform form {
    max-width: 500px;
    padding: 20px 0px;
}

.bx-authform-link-container a {
    display: none;
}

.bx-authform-input-container input {
    width: 100% !important;
    display: block !important;
    padding: 0px 20px !important;
    border-radius: 1px !important;
    border: 1px solid #bdbdbd !important;
    background: #fff !important;
    height: 42px !important;
}

.bx-authform-formgroup-container input {
    cursor: pointer;
    background-color: #ecba1e;
    width: 190px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 40px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
/* End */


/* Start:/local/templates/sit-geosystems/assets/css/simplebar.css?17159457984771*/
[data-simplebar] {
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0;
}

.simplebar-offset {
    direction: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
    direction: inherit;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
    width: auto;
    max-width: 100%; /* Not required for horizontal scroll to trigger */
    max-height: 100%; /* Needed for vertical scroll to trigger */
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
    content: ' ';
    display: table;
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    flex-grow: inherit;
    flex-shrink: 0;
    flex-basis: 0;
}

.simplebar-height-auto-observer {
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
}

[data-simplebar].simplebar-dragging {
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all;
}

.simplebar-scrollbar {
    position: absolute;
    left: 0;
    right: 0;
    min-height: 10px;
}

.simplebar-scrollbar:before {
    position: absolute;
    content: '';
    background: black;
    border-radius: 7px;
    left: 2px;
    right: 2px;
    opacity: 0;
    transition: opacity 0.2s 0.5s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
    opacity: 0.5;
    transition-delay: 0s;
    transition-duration: 0s;
}

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px;
}

.simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
}

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 0;
    bottom: 0;
    min-height: 0;
    min-width: 10px;
    width: auto;
}

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0;
}

.simplebar-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: scrollbar !important;
}

.simplebar-dummy-scrollbar-size > div {
    width: 200%;
    height: 200%;
    margin: 10px 0;
}

.simplebar-hide-scrollbar {
    position: fixed;
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
/* End */


/* Start:/local/templates/sit-geosystems/components/bitrix/search.title/main_visual/style.css?17211218344545*/
.bx-searchtitle {
    margin: 10px 0 0;
}

.bx-searchtitle .bx-block-title {
    font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
    font-weight: var(--ui-font-weight-semi-bold, 600);
    color: #343434;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 9px;
}

.bx-searchtitle .bx-input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bx-searchtitle .bx-input-group {}

.bx-searchtitle .bx-input-group .bx-form-control {
    display: table-cell;
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #f8fafc;
    border: 1px solid #d5dadc;
    border-right: none;
    border-radius: 2px 0 0 2px;
    outline: none;
    box-shadow: none !important;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.bx-ios .bx-searchtitle .bx-input-group .bx-form-control {
    /* Fix of input shadow for IOS browsers. */
    background-image: -webkit-linear-gradient(#f8fafc 0%, #f8fafc 100%);
    background-image: linear-gradient(#f8fafc 0%, #f8fafc 100%);
}

.bx-searchtitle .bx-input-group-btn {
    position: relative;
    font-size: 0;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
}

.bx-searchtitle .bx-input-group-btn button {
    position: relative;
    border: none;
    background: #95a1a8;
    display: inline-block;
    margin-bottom: 0;
    cursor: pointer;
    padding: 6px 12px;
    border-radius: 0 2px 2px 0;
    color: #fff;
    font-size: 16px;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.bx-searchtitle .bx-input-group-btn button:hover {
    background: #ecba1e;
}


div.title-search-result {
    border: 1px solid #c6c6c6;
    display: none;
    overflow: hidden;
    z-index: 999;
    min-width: 370px;
    margin-top: -3px;
    background-color: #FFF;
}

div.title-search-fader {
    display: none;
    background-image: url('/local/templates/sit-geosystems/components/bitrix/search.title/main_visual/images/fader.png');
    background-position: right top;
    background-repeat: repeat-y;
    position: absolute;
}

p.title-search-preview {
    font-size: 12px;
}

div.title-search-result td.title-search-price span {
    font-size: 26px;
}

/*========================*/
.bx_searche {}

.bx_searche .bx_img_element {
    background: #fafafa;
    float: left;
    width: 67px;
    padding: 5px 10px;
    position: absolute;
    top: 0;
    bottom: 0;
}

.bx_searche .bx_item_block {
    min-height: 65px;
    position: relative
}

.bx_searche .bx_image {
    width: 45px;
    height: 45px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #e8e8e8;
}

.bx_searche .bx_item_element {
    /*float: left;*/
    padding-left: 10px;
    margin-left: 70px;
}

.bx_searche .bx_item_element hr {
    margin: 0;
    border: none;
    border-bottom: 1px solid #e5e5e5;
}

.bx_searche .bx_item_element a {
    margin-top: 10px;
    display: inline-block;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
}

.bx_searche .bx_item_element a b {
    color: #ecba1e;
    font-weight: normal;
}

.bx_searche .bx_item_element a:hover,
.bx_searche .bx_item_element a:hover b {
    text-decoration: underline;
}

.bx_searche .bx_price {
    font-weight: bold;
    font-size: 13px;
}

.bx_searche .bx_price .old {
    font-weight: normal;
    text-decoration: line-through;
    color: #636363
}

.bx_item_block.all_result {
    min-height: 0
}

.bx_item_block.others_result {
    min-height: 0;
    padding: 0 0 12px;
    line-height: 12px;
}

.bx_item_block.all_result .all_result_title {
    display: block;
    font-size: 12px;
    color: #a7a7a7;
    padding-top: 15px;
    padding-bottom: 10px;
}

.bx_item_block.all_result .all_result_title a {
    color: #a7a7a7
}

.bx_item_block.all_result .all_result_title a:hover {
    color: #ecba1e
}

.bx_item_block.all_result a {
    margin-top: 0;
}
/* End */


/* Start:/local/components/geosystems/main.feedback/templates/popup-form/style.css?1692966888332*/
#captchaBlock{position:relative;}
#captchaBlock #whiteBlock2{display:none; text-align:center; position:absolute; background-color:#FFF; width:180px; height:40px;}
#captchaBlock #whiteBlock2 #loaderImg2{
    margin-top:3px;
    width: 40px;
    height: 35px;
}
#reloadCaptcha2 {
    cursor: pointer;
    font-weight: 700;
}
/* End */
/* /local/templates/sit-geosystems/assets/css/style.css?1783223261109017 */
/* /local/templates/sit-geosystems/assets/css/addbasket-popup.css?16929668881479 */
/* /local/templates/sit-geosystems/assets/css/forgotpaswd.css?16929668881215 */
/* /local/templates/sit-geosystems/assets/css/simplebar.css?17159457984771 */
/* /local/templates/sit-geosystems/components/bitrix/search.title/main_visual/style.css?17211218344545 */
/* /local/components/geosystems/main.feedback/templates/popup-form/style.css?1692966888332 */
