

/* Start:/local/components/fmf/sealant.calculator/templates/.default/style.css?178779605614234*/
.gr-sealant-calculator {
    --gr-calculator-red: #e3000f;
    --gr-calculator-accent: #e33c18;
    --gr-calculator-black: #1c1c1c;
    --gr-calculator-gray: #989898;
    --gr-calculator-line: #bdbdbd;
    color: var(--gr-calculator-black);
    padding: 54px 0 160px;
}

.gr-sealant-calculator,
.gr-sealant-calculator * {
    box-sizing: border-box;
}

.gr-sealant-calculator h1,
.gr-sealant-calculator h2,
.gr-sealant-calculator p,
.gr-sealant-calculator fieldset {
    margin: 0;
}

.gr-sealant-calculator fieldset {
    min-width: 0;
    padding: 0;
    border: 0;
}

.gr-sealant-calculator__container {
    width: 100%;
    max-width: 1590px;
    margin: 0 auto;
    padding: 0 15px;
}

.gr-sealant-calculator__title {
    margin-bottom: 48px !important;
    font-family: "Unbounded", sans-serif;
    font-size: 46px;
    font-weight: 400;
    line-height: 1.2;
}

.gr-sealant-calculator__layout {
    display: grid;
    grid-template-columns: minmax(0, 716px) minmax(0, 716px);
    gap: 64px;
    min-height: 616px;
    padding: 32px;
    overflow: hidden;
    background: var(--gr-calculator-red);
}

.gr-sealant-calculator__form {
    display: flex;
    flex-direction: column;
    gap: 40px;
    min-width: 0;
    min-height: 552px;
    padding: 24px;
    background: #fff;
}

.gr-sealant-calculator__form-heading {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.gr-sealant-calculator__form-title {
    font-family: "Unbounded", sans-serif;
    font-size: 38px;
    font-weight: 400;
    line-height: 1.24;
}

.gr-sealant-calculator__form-description {
    color: var(--gr-calculator-gray);
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
}

.gr-sealant-calculator__controls {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.gr-sealant-calculator__fields {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.gr-sealant-calculator__field {
    display: block;
    min-width: 0;
}

.gr-sealant-calculator__input {
    display: block;
    width: 100%;
    height: 39px;
    margin: 0;
    padding: 0 0 17px;
    border: 0;
    border-bottom: 1px solid var(--gr-calculator-black);
    border-radius: 0;
    outline: 0;
    background: transparent;
    color: var(--gr-calculator-black);
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    appearance: none;
}

.gr-sealant-calculator__input::placeholder {
    color: var(--gr-calculator-line);
    opacity: 1;
}

.gr-sealant-calculator__input:focus {
    border-bottom-color: var(--gr-calculator-accent);
}

.gr-sealant-calculator__packing-title {
    margin-bottom: 12px;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
}

.gr-sealant-calculator__packing-options {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.gr-sealant-calculator__packing-option {
    position: relative;
    display: inline-flex;
    cursor: pointer;
}

.gr-sealant-calculator__packing-option input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
}

.gr-sealant-calculator__packing-option span {
    display: flex;
    min-height: 36px;
    align-items: center;
    justify-content: center;
    padding: 9px 23px;
    border: 1px solid var(--gr-calculator-line);
    border-radius: 100px;
    color: var(--gr-calculator-black);
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    white-space: nowrap;
}

.gr-sealant-calculator__packing-option input:checked + span {
    padding: 9px 23px;
    border: 1px solid var(--gr-calculator-accent);
    background: rgba(227, 60, 24, 0.1);
    box-shadow: inset 0 0 0 1px var(--gr-calculator-accent);
    color: var(--gr-calculator-accent);
}

.gr-sealant-calculator__packing-option input:focus-visible + span {
    outline: 2px solid var(--gr-calculator-black);
    outline-offset: 2px;
}

.gr-sealant-calculator__results {
    display: grid;
    grid-template-columns: 316px 316px;
    gap: 40px;
    margin-top: auto;
}

.gr-sealant-calculator__result {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.gr-sealant-calculator__result-label,
.gr-sealant-calculator__result-value {
    font-family: "Unbounded", sans-serif;
    font-weight: 400;
}

.gr-sealant-calculator__result-label {
    font-size: 18px;
    line-height: 1.2;
    white-space: nowrap;
}

.gr-sealant-calculator__result-value {
    color: var(--gr-calculator-red);
    font-size: 40px;
    line-height: 1.2;
}

.gr-sealant-calculator__result-value--accent {
    min-height: 60px;
    padding: 8px 28px 12px;
    border-radius: 94px;
    background: var(--gr-calculator-red);
    color: #fff;
    line-height: 40px;
    white-space: nowrap;
}

.gr-sealant-calculator__recommendation {
    position: relative;
    min-width: 0;
    min-height: 552px;
    color: #fff;
}

.gr-sealant-calculator__recommendation-heading,
.gr-sealant-calculator__features,
.gr-sealant-calculator__buy {
    position: relative;
    z-index: 2;
}

.gr-sealant-calculator__recommendation-eyebrow {
    margin: 1px 0 12px !important;
    font-family: "Unbounded", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
}

.gr-sealant-calculator__recommendation-title {
    max-width: 703px;
    font-family: "Unbounded", sans-serif;
    font-size: 38px;
    font-weight: 400;
    line-height: 1.2;
}

.gr-sealant-calculator__recommendation-pack {
    display: inline-flex;
    min-height: 45px;
    align-items: center;
    justify-content: center;
    margin-left: 12px;
    padding: 6px 24px 8px;
    border-radius: 94px;
    background: #fff;
    color: var(--gr-calculator-red);
    font-family: "Unbounded", sans-serif;
    font-size: 38px;
    font-weight: 500;
    line-height: 31px;
    white-space: nowrap;
}

.gr-sealant-calculator__features {
    display: flex;
    width: 213px;
    flex-direction: column;
    gap: 13px;
    margin-top: 32px;
}

.gr-sealant-calculator__feature {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.gr-sealant-calculator__temperature {
    display: flex;
    width: 202px;
    height: 60px;
    align-items: center;
    padding: 0 12px 0 21px;
    border-radius: 70px;
    background: #000;
}

.gr-sealant-calculator__temperature span {
    font-family: "Unbounded", sans-serif;
    font-size: 41px;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
}

.gr-sealant-calculator__temperature sup {
    position: relative;
    top: -0.35em;
    font-size: 0.64em;
    line-height: 0;
}

.gr-sealant-calculator__temperature img {
    width: 40px;
    height: 40px;
    margin-left: auto;
    object-fit: contain;
}

.gr-sealant-calculator__temperature .gr-sealant-calculator__all-season-icon {
    width: 49px;
    height: 46px;
    margin-right: -3px;
}

.gr-sealant-calculator__feature p {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.349;
    white-space: nowrap;
}

.gr-sealant-calculator__product-image {
    position: absolute;
    z-index: 1;
    top: 167px;
    left: 295px;
    width: 544px;
    height: 417px;
    overflow: hidden;
}

.gr-sealant-calculator__product-image img {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
}

.gr-sealant-calculator[data-active-packing="12.5"] .gr-sealant-calculator__product-image img,
.gr-sealant-calculator[data-active-packing="15"] .gr-sealant-calculator__product-image img,
.gr-sealant-calculator[data-active-packing="16.5"] .gr-sealant-calculator__product-image img {
    position: absolute;
    left: 50%;
    height: auto;
    transform: translateX(-50%);
}

.gr-sealant-calculator[data-active-packing="12.5"] .gr-sealant-calculator__product-image img {
    bottom: calc(-14% + 4px);
    width: 100%;
}

.gr-sealant-calculator[data-active-packing="15"] .gr-sealant-calculator__product-image img {
    bottom: calc(-3% + 4px);
    width: 88%;
}

.gr-sealant-calculator[data-active-packing="16.5"] .gr-sealant-calculator__product-image img {
    bottom: calc(-14% + 4px);
    width: 106%;
}

.gr-sealant-calculator[data-active-packing="310"] .gr-sealant-calculator__product-image img,
.gr-sealant-calculator[data-active-packing="600"] .gr-sealant-calculator__product-image img {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 280px;
    height: auto;
    transform: translateX(-50%);
}

.gr-sealant-calculator__buy {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-flex;
    width: 260px;
    height: 60px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 100px;
    background: #fff;
    color: var(--gr-calculator-accent);
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    text-decoration: none;
}

.gr-sealant-calculator__buy:hover,
.gr-sealant-calculator__buy:focus-visible {
    background: var(--gr-calculator-black);
    color: #fff;
}

.gr-sealant-calculator__buy img {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
}

.gr-sealant-calculator__visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0;
    white-space: nowrap;
}

@media (max-width: 1199px) and (min-width: 768px) {
    .gr-sealant-calculator__layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .gr-sealant-calculator__form {
        min-height: 0;
    }

    .gr-sealant-calculator__results {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gr-sealant-calculator__recommendation {
        min-height: 552px;
    }
}

@media (max-width: 767px) {
    .gr-sealant-calculator {
        padding: 32px 0 64px;
    }

    .gr-sealant-calculator__container {
        max-width: none;
        padding: 0;
    }

    .gr-sealant-calculator__title {
        margin: 0 16px 28px !important;
        font-size: 24px;
        line-height: 1.2;
    }

    .gr-sealant-calculator__layout {
        display: flex;
        min-height: 0;
        flex-direction: column;
        gap: 24px;
        padding: 16px;
    }

    .gr-sealant-calculator__form {
        gap: 32px;
        min-height: 516px;
        padding: 16px;
    }

    .gr-sealant-calculator__form-heading {
        gap: 8px;
    }

    .gr-sealant-calculator__form-title {
        font-size: 18px;
        line-height: 1.2;
    }

    .gr-sealant-calculator__form-description {
        max-width: 302px;
        font-size: 14px;
    }

    .gr-sealant-calculator__controls {
        gap: 24px;
    }

    .gr-sealant-calculator__fields {
        gap: 24px;
    }

    .gr-sealant-calculator__input {
        height: 38px;
        padding-bottom: 16px;
        border-bottom-color: var(--gr-calculator-line);
        font-size: 16px;
    }

    .gr-sealant-calculator__packing-title {
        margin-bottom: 8px;
    }

    .gr-sealant-calculator__packing-options {
        gap: 4px;
    }

    .gr-sealant-calculator__packing-option span {
        min-height: 38px;
        padding: 10px 24px;
    }

    .gr-sealant-calculator__packing-option input:checked + span {
        min-height: 38px;
        padding: 10px 24px;
    }

    .gr-sealant-calculator__results {
        display: flex;
        flex-wrap: wrap;
        gap: 20px 12px;
        margin-top: 0;
    }

    .gr-sealant-calculator__result {
        width: max-content;
        max-width: 100%;
        flex: 0 0 auto;
        gap: 6px;
    }

    .gr-sealant-calculator__result-label {
        font-size: 12.5px;
        letter-spacing: -0.02em;
        white-space: nowrap;
    }

    .gr-sealant-calculator__result-value {
        display: flex;
        min-height: 38px;
        align-items: center;
        font-size: 24px;
        line-height: 26px;
    }

    .gr-sealant-calculator__result-value--accent {
        min-height: 38px;
        padding: 6px 24px;
        line-height: 26px;
    }

    .gr-sealant-calculator__recommendation {
        min-height: 403px;
    }

    .gr-sealant-calculator__recommendation-eyebrow {
        margin: 0 0 12px !important;
        font-size: 16px;
    }

    .gr-sealant-calculator__recommendation-title {
        font-size: 24px;
    }

    .gr-sealant-calculator__desktop-break {
        display: none;
    }

    .gr-sealant-calculator__recommendation-pack {
        min-height: 38px;
        margin: 8px 0 0;
        padding: 6px 24px;
        font-size: 24px;
        line-height: 26px;
    }

    .gr-sealant-calculator__features {
        width: 135px;
        gap: 24px;
        margin-top: 32px;
    }

    .gr-sealant-calculator__feature {
        gap: 8px;
    }

    .gr-sealant-calculator__temperature {
        width: 124px;
        height: 37px;
        padding: 0 7px 0 13px;
    }

    .gr-sealant-calculator__temperature span {
        font-size: 25px;
    }

    .gr-sealant-calculator__temperature img {
        width: 24px;
        height: 24px;
    }

    .gr-sealant-calculator__temperature .gr-sealant-calculator__all-season-icon {
        width: 30px;
        height: 28px;
        margin-right: 0;
    }

    .gr-sealant-calculator__feature p {
        font-size: 14px;
        line-height: 1.15;
        white-space: normal;
    }

    .gr-sealant-calculator__product-image {
        top: 189px;
        right: -77px;
        left: auto;
        width: 279px;
        height: 214px;
    }

    .gr-sealant-calculator__product-image img {
        transform: none;
    }

    .gr-sealant-calculator[data-active-packing="310"] .gr-sealant-calculator__product-image img,
    .gr-sealant-calculator[data-active-packing="600"] .gr-sealant-calculator__product-image img {
        bottom: 0;
        left: 50%;
        width: 150px;
        height: auto;
        transform: translateX(-50%);
    }

    .gr-sealant-calculator__buy {
        position: relative;
        bottom: auto;
        left: auto;
        width: 104px;
        height: 48px;
        margin-top: 24px;
    }

    .gr-sealant-calculator__buy span {
        display: none;
    }
}

/* End */


/* Start:/local/templates/germetic/components/bitrix/news.lists.search/products-slider/style.css?17865895157457*/
.products-slider {
    --products-slider-bg: #f3f4f4;
    --products-slider-black: #1c1c1c;
    --products-slider-green: #34c759;
    --products-slider-line: #bdbdbd;
    --products-slider-red: #e33c18;
    --products-slider-white: #fff;
    position: relative;
    z-index: 3;
    color: var(--products-slider-black);
}

.products-slider,
.products-slider * {
    box-sizing: border-box;
}

.products-slider .container {
    width: 100%;
    max-width: 1590px;
    margin: 0 auto;
    padding: 0 15px;
}

.products-slider__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 48px;
}

.products-slider__title {
    margin: 0 15px 0 0;
    color: var(--products-slider-black);
    font-family: "Unbounded", sans-serif;
    font-size: 46px;
    font-weight: 400;
    line-height: 1.2;
}

.products-slider__slider-controls {
    display: flex;
    align-items: center;
    gap: 8px;
}

.products-slider__slider-controls .slider-controls__next,
.products-slider__slider-controls .slider-controls__prev {
    display: flex;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid var(--products-slider-line);
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    transition: border-color 0.3s;
}

.products-slider__slider-controls .slider-controls__prev {
    transform: rotate(180deg);
}

.products-slider__slider-controls .slider-controls__next:hover,
.products-slider__slider-controls .slider-controls__prev:hover {
    border-color: var(--products-slider-red);
}

.products-slider__slider-controls button svg path {
    transition: stroke 0.3s;
}

.products-slider__slider-controls button:hover svg path {
    stroke: var(--products-slider-red);
}

.products-slider__slider-controls .swiper-button-disabled,
.products-slider__slider-controls .swiper-button-disabled:hover {
    border-color: var(--products-slider-line);
    cursor: default;
    opacity: 0.5;
}

.products-slider__slider {
    width: 100%;
    overflow: hidden;
}

.products-slider__list {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style: none;
}

.products-slider__item {
    height: auto;
    flex-shrink: 0;
}

.products-slider .product-card {
    display: flex;
    height: 100%;
    flex-direction: column;
    padding: 30px;
    background: var(--products-slider-bg);
}

.products-slider .product-card__link {
    color: inherit;
    text-decoration: none;
}

.products-slider .product-card__img {
    display: block;
    width: 100%;
    height: 250px;
    margin-bottom: 12px;
    object-fit: contain;
}

.products-slider .product-card__badge {
    display: flex;
    width: fit-content;
    align-items: center;
    gap: 4px;
    margin-bottom: 12px;
    padding: 4px 8px;
    border-radius: 11px;
    background: var(--products-slider-green);
}

.products-slider .badge__circle {
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--products-slider-white);
}

.products-slider .badge__text {
    color: var(--products-slider-white);
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
}

.products-slider .product-card__title {
    display: -webkit-box;
    margin: 0 0 16px;
    overflow: hidden;
    color: var(--products-slider-black);
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.products-slider .product-card__price-block {
    display: flex;
    align-items: flex-end;
    gap: 24px;
    margin-top: auto;
}

.products-slider .product-card__price-left {
    min-width: 0;
}

.products-slider .product-card__price-wrapper {
    margin-bottom: 4px;
    color: var(--products-slider-red);
    font-family: "Unbounded", sans-serif;
    font-weight: 600;
    line-height: 1.4;
    white-space: nowrap;
}

.products-slider .product-card__price-num {
    font-size: 24px;
}

.products-slider .product-card__price-text {
    font-size: 18px;
}

.products-slider .product-card__sale-price-wrapper {
    display: flex;
    align-items: center;
    gap: 4px;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    white-space: nowrap;
}

.products-slider .product-card__tooltip {
    flex: 0 0 18px;
    cursor: pointer;
}

.products-slider .product-card__button {
    position: relative;
    z-index: 0;
    display: flex;
    min-width: 150px;
    min-height: 60px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 17px 33px;
    overflow: hidden;
    border: 0;
    border-radius: 100px;
    background: var(--products-slider-black);
    color: var(--products-slider-white);
    font-family: "Inter", sans-serif;
    font-size: 16px;
    cursor: pointer;
}

.products-slider .product-card__button::before,
.products-slider .product-card__button::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    content: "";
}

.products-slider .product-card__button::before {
    background: var(--products-slider-red);
}

.products-slider .product-card__button::after {
    z-index: -1;
    background: var(--products-slider-black);
    transition: transform 0.5s;
}

.products-slider .product-card__button:hover::after {
    transform: translateX(100%);
}

.products-slider .product-card__button-icon {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
}

.products-slider__pagination {
    display: none;
}

@media (max-width: 1200px) {
    .products-slider .product-card__tooltip {
        display: none;
    }
}

@media (max-width: 1024px) {
    .products-slider__head {
        margin-bottom: 32px;
    }

    .products-slider__title {
        font-size: 30px;
    }
}

@media (max-width: 768px) {
    .products-slider .container {
        padding: 0 16px;
    }

    .products-slider__title {
        font-size: 20px;
    }

    .products-slider__slider-controls {
        display: none;
    }

    .products-slider__list {
        padding-bottom: 24px;
    }

    .products-slider .product-card {
        padding: 16px;
    }

    .products-slider .product-card__title {
        font-size: 16px;
    }

    .products-slider .product-card__price-block {
        justify-content: space-between;
        gap: 12px;
    }

    .products-slider .product-card__price-num {
        font-size: 20px;
    }

    .products-slider .product-card__price-text {
        font-size: 16px;
    }

    .products-slider .product-card__sale-price-wrapper {
        font-size: 14px;
    }

    .products-slider .product-card__button {
        min-width: 0;
        min-height: 48px;
        padding: 11px 19px;
    }

    .products-slider__pagination {
        position: relative;
        display: block;
        width: 100%;
        height: 2px;
        overflow: hidden;
        border-radius: 2px;
        background: var(--products-slider-bg);
    }

    .products-slider__pagination .swiper-pagination-progressbar-fill {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transform-origin: left top;
        border-radius: inherit;
        background: var(--products-slider-red);
    }
}

/* End */


/* Start:/local/components/fmf/wholesale.form/templates/.default/style.css?17865926329009*/
.gr-wholesale-form.form {
    --gr-wholesale-black: #1c1c1c;
    --gr-wholesale-gray: #bdbdbd;
    --gr-wholesale-light: #f3f4f4;
    --gr-wholesale-red: #e33c18;
    margin-top: 120px;
    padding: 0 0 160px;
    color: var(--gr-wholesale-black);
    font-family: "Inter", sans-serif;
}

.gr-wholesale-form,
.gr-wholesale-form * {
    box-sizing: border-box;
}

.gr-wholesale-form__container {
    width: 100%;
    max-width: 1590px;
    margin: 0 auto;
    padding: 0 15px;
}

.gr-wholesale-form .form__inner {
    display: flex;
}

.gr-wholesale-form .form__form {
    width: 100%;
    flex: 1 1 auto;
    padding: 40px 60px 40px 40px;
    background: var(--gr-wholesale-light);
}

.gr-wholesale-form .form__title {
    max-width: 774px;
    margin: 0 0 16px;
    color: var(--gr-wholesale-black);
    font-family: "Unbounded", sans-serif;
    font-size: 38px;
    font-weight: 400;
    line-height: 1.2;
}

.gr-wholesale-form .form__text {
    margin: 0 0 40px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
}

.gr-wholesale-form .form__input-box {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.gr-wholesale-form .form__input-box-left,
.gr-wholesale-form .form__input-box-right,
.gr-wholesale-form .form__input-group {
    width: 100%;
}

.gr-wholesale-form .form__input-group .form__input {
    margin-bottom: 32px;
}

.gr-wholesale-form .form__input {
    display: block;
    width: 100%;
    height: auto;
    padding: 0 0 17px;
    border: 0;
    border-bottom: 1px solid var(--gr-wholesale-gray);
    border-radius: 0;
    outline: 0;
    background: transparent;
    color: var(--gr-wholesale-black);
    font-family: "Inter", sans-serif;
    font-size: 18px;
    line-height: 1.2;
    cursor: text;
}

.gr-wholesale-form .form__input::placeholder {
    color: var(--gr-wholesale-gray);
    opacity: 1;
}

.gr-wholesale-form .form__input:focus {
    border-color: var(--gr-wholesale-black);
}

.gr-wholesale-form .form__input-box--comment {
    margin-bottom: 18px;
}

.gr-wholesale-form .form__inputs-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 56px;
}

.gr-wholesale-form .input-file {
    display: flex;
    align-items: center;
    margin-right: 240px;
    color: var(--gr-wholesale-black);
    cursor: pointer;
    transition: color 0.3s;
}

.gr-wholesale-form .input-file:hover {
    color: var(--gr-wholesale-red);
}

.gr-wholesale-form .input-file__input {
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    opacity: 0;
}

.gr-wholesale-form .input-file__icon {
    width: 21px;
    height: 20px;
    flex: 0 0 21px;
    margin-right: 8px;
}

.gr-wholesale-form .input-file__text,
.gr-wholesale-form .custom-checkbox__text {
    font-size: 16px;
}

.gr-wholesale-form .form__checkbox {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.gr-wholesale-form .visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0;
    white-space: nowrap;
}

.gr-wholesale-form .form__bottom {
    display: flex;
    align-items: center;
    gap: 27px;
}

.gr-wholesale-form .form__send-btn {
    position: relative;
    z-index: 0;
    display: flex;
    min-width: 184px;
    min-height: 60px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 17px 33px;
    overflow: hidden;
    border: 0;
    border-radius: 100px;
    background: var(--gr-wholesale-black);
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.gr-wholesale-form .form__send-btn::before,
.gr-wholesale-form .form__send-btn::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    content: "";
}

.gr-wholesale-form .form__send-btn::before {
    background: var(--gr-wholesale-red);
}

.gr-wholesale-form .form__send-btn::after {
    z-index: -1;
    background: var(--gr-wholesale-black);
    transition: transform 0.5s;
}

.gr-wholesale-form .form__send-btn:hover::after {
    transform: translateX(100%);
}

.gr-wholesale-form .form__policy-consent {
    max-width: 420px;
}

.gr-wholesale-form.form .form__policy-checkbox {
    align-items: flex-start;
    gap: 8px;
}

.gr-wholesale-form .form__policy-checkbox .custom-checkbox__span {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    line-height: 0;
}

.gr-wholesale-form .form__policy-checkbox .custom-checkbox__span::before {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid var(--gr-wholesale-black);
    background: transparent;
    content: "";
}

.gr-wholesale-form.form .form__policy-checkbox .custom-checkbox__input:checked + .custom-checkbox__span::before {
    border-color: var(--gr-wholesale-black);
    background: var(--gr-wholesale-black) !important;
    transition: none;
}

.gr-wholesale-form.form .form__policy-checkbox .custom-checkbox__input:checked + .custom-checkbox__span::after {
    position: absolute;
    top: 4px;
    left: 8px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    content: "";
    transform: rotate(45deg);
}

.gr-wholesale-form .form__text-policy,
.gr-wholesale-form .form__text-policy-link {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.25;
}

.gr-wholesale-form.form .form__text-policy {
    margin: 0;
}

.gr-wholesale-form .form__text-policy-link {
    color: #337ab7;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.gr-wholesale-form .error {
    display: none;
    margin-top: -24px;
    color: var(--gr-wholesale-red);
    font-size: 12px;
}

.gr-wholesale-form .error-policy_page {
    margin-top: 8px;
}

.gr-wholesale-form .form__content {
    display: flex;
    width: 100%;
    max-width: 605px;
    flex: 0 0 605px;
    flex-direction: column;
    padding: 40px;
    background-color: rgba(0, 0, 0, 0.1);
    background-image: url("/local/templates/germetic/img/form/bg.png");
    background-position: center;
    background-size: cover;
}

.gr-wholesale-form .form__content-title {
    margin: 0 0 24px;
    font-size: 24px;
    font-weight: 600;
}

.gr-wholesale-form .text-block__text {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
}

.gr-wholesale-form .form__content-bot {
    margin-top: auto;
}

.gr-wholesale-form .form__content-list {
    margin: 0;
    padding-left: 20px;
}

.gr-wholesale-form .form__content-list-item {
    list-style: disc;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.33;
}

.gr-wholesale-form .form__content-list-item:not(:last-child) {
    margin-bottom: 16px;
}

@media (max-width: 1024px) {
    .gr-wholesale-form.form {
        margin-top: 64px;
        padding-bottom: 64px;
    }

    .gr-wholesale-form .form__inner {
        flex-direction: column-reverse;
    }

    .gr-wholesale-form .form__content {
        max-width: none;
        min-height: 420px;
        flex-basis: auto;
    }
}

@media (max-width: 768px) {
    .gr-wholesale-form__container {
        padding: 0 16px;
    }

    .gr-wholesale-form .form__form {
        padding: 32px 16px;
    }

    .gr-wholesale-form .form__title {
        margin-bottom: 16px;
        font-size: 20px;
    }

    .gr-wholesale-form .form__text {
        margin-bottom: 40px;
        font-size: 16px;
    }

    .gr-wholesale-form .form__input-box {
        flex-direction: column;
        gap: 0;
    }

    .gr-wholesale-form .form__input-group .form__input {
        margin-bottom: 24px;
    }

    .gr-wholesale-form .form__input {
        font-size: 16px;
    }

    .gr-wholesale-form .form__input-box--comment {
        margin-bottom: 18px;
    }

    .gr-wholesale-form .form__inputs-wrap {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        margin-bottom: 24px;
    }

    .gr-wholesale-form .input-file {
        margin-right: 0;
    }

    .gr-wholesale-form .form__bottom {
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 24px;
    }

    .gr-wholesale-form.form .form__policy-consent,
    .gr-wholesale-form.form .form__policy-checkbox {
        width: 100%;
        max-width: none;
    }

    .gr-wholesale-form .form__text-policy {
        min-width: 0;
        flex: 1 1 auto;
    }

    .gr-wholesale-form .form__send-btn {
        min-height: 48px;
        padding: 11px 24px;
    }

    .gr-wholesale-form .form__content {
        min-height: 460px;
        padding: 24px 16px;
    }

    .gr-wholesale-form .form__content-title {
        margin-bottom: 16px;
        font-size: 20px;
    }

    .gr-wholesale-form .text-block__text,
    .gr-wholesale-form .form__content-list-item {
        font-size: 16px;
    }

    .gr-wholesale-form .form__content-list-item:not(:last-child) {
        margin-bottom: 8px;
    }
}

/* End */
/* /local/components/fmf/sealant.calculator/templates/.default/style.css?178779605614234 */
/* /local/templates/germetic/components/bitrix/news.lists.search/products-slider/style.css?17865895157457 */
/* /local/components/fmf/wholesale.form/templates/.default/style.css?17865926329009 */
