

/* Start:/local/templates/bankfirm2025/components/nne/compare.list/main/style.css?175516650814513*/
#main.main--index {
	background-image: none;
    padding-bottom: 0 !important;
}

.main--index::after,
.main--index::before {
	display: none;
}


#main.main--index {
	background: #F3F3F3;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

#similarCatalogItems {
	width: 100%;
	margin: 0 auto;
}


@media (min-width: 1000px) {
	#similarCatalogItems {
		padding-left: 100px !important;
		padding-right: 100px !important;
	}
}

#similarCatalogItems {
	padding-top: 8rem;
}

.main--index {
	padding-bottom: 0 !important;
}

#main .catalog__content {
	padding-top: 0;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	background: none;
	max-width: 100%;
}


.h1 {
    font-weight: 700;
    font-size: clamp(1.25rem, -0.0408rem + 4.4898vw, 4rem);
}

.compare-slider {
    display: flex;
    flex-direction: row;
    /*gap: 1.25rem;*/
    overflow-x: auto;
}

.compare-slider .slick-list {
    padding: 0 !important;
}

.cs-card {
    border-radius: 12px;
    padding: 0 32px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.cs-card p {
    font-size: 1rem !important;
}

.cs-card.slick-slide {
    flex-shrink: 0;
    width: 420px !important;
}

.cs-card__inner {
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.cs-row {
    display: flex;
    text-align: center;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    padding: 1rem;
    position: relative;
    box-sizing: border-box;
}

.cs-row::after {
    content: '';
    display: inline-block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 2rem;
    right: -2rem;
    background-color: transparent;
    border-top: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
}

.compare-slider-header .cs-row::after {
    display: none;
}

.cs-row:has(.cs-title) {
    align-items: center;
}

.cs-row:not(:last-child) {
    border-bottom: 1px solid #F3F3F3;
}

.cs-title {
    color: #1A345C;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.cs-price {
    width: max-content;
    gap: 0.625rem;
    display: flex;
    align-items: center;
    font-weight: 500;
    text-align: center;
    color: #1A345C;
    padding: 0.625rem;
    border-radius: 4px;
    background-color: #E8EBEF;
}

p.cs-price {
    font-size: 1.25rem !important;
}

.cs-price-regular{
	background-color: #F3F3F3;
}

.cs-price--hot {
    color: #FFA200;
    font-weight: 500;
    padding: 0.625rem;
    background-color: #FFF6E7;
}


.cs-price--hot::before {
    content: '';
    width: 1rem;
    height: 1rem;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml,<svg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.00252 15C4.16835 14.7833 2.5 13.57 2.5 10.45C2.5 9 3.5 7 3.5 6.5C4.51071 8.61718 5.61982 8.67926 6.07143 8.78689C6.36966 7.34255 7.5 6.6285 7.5 5.5C7.5 4.46 6.41709 1.93333 6 1.5C7.66835 1.93333 10.501 5.34 9.5 9.5C10.501 8.98 11.8845 6.55 11.8845 5.9C13.3443 7.85 15.1377 12.4 10.6332 15H5.00252Z" fill="%23FFA200"/></svg>');
}

.cs-tag {
    font-weight: 400;
    color: #1A345C;
    text-align: center;
    font-size: 1rem;
}

.cs-badge--ok {
    background: #e6f4ea;
    color: #1a7f37;
}

.cs-badge--x {
    background: #fde8e8;
    color: #c62828;
}

.cs-btn {
    background: #ffa500;
    color: #fff;
    border: none;
    padding: 12px 0;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    margin-top: 16px;
    font-size: 15px;
}

.cs-link {
    background: none;
    border: none;
    color: #2563eb;
    font-size: 13px;
    text-align: center;
    margin-top: 8px;
    cursor: pointer;
    padding: 0;
}

.cs-card__bottom {
    width: 100%;
    gap: 0.5rem;
    display: flex;
    flex-direction: column;
    margin-top: 1.25rem;
    margin-bottom: 1.75rem;
}

.btn-primary--md {
    display: flex;
    color: #1A345C;
    font-weight: 600;
    text-align: center;
    border-radius: 4px;
    padding: 0.72rem 1.5rem;
    align-items: center;
    justify-content: center;
    background-color: #FFA200;
    transition: all 0.25s ease;
}

.btn-primary--md:hover {
    opacity: 0.75;
}

.btn--delete {
    gap: 10px;
    display: flex;
    color: #1A345C;
    font-weight: 600;
    align-items: center;
    border-radius: 4px;
    justify-content: center;
    padding: 0.625rem 1.5rem;
    border: 1px solid #1A345C;
    background-color: #F3F3F3;
    transition: all 0.25s ease;
}

.btn--delete::before {
    content: '';
    width: 24px;
    height: 24px;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml,<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9 8L12.75 12M16.5 16L12.75 12M12.75 12L16.5 8M12.75 12L9 16" stroke="%231A345C" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.btn--delete:hover {
    opacity: 0.75;
}

.badge--yes,
.badge--no {
    display: flex;
    align-items: center;
    gap: 0.625rem;
}

.badge--yes::before {
    content: '';
    width: 1.5rem;
    height: 1.5rem;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M22 12C22 7 17.5 2.5 12.5 2.5C7.5 2.5 3 6 3 12C3 17 7 21.5 12.5 21.5C18 21.5 22 17 22 12Z" stroke="%23E8E8E8" stroke-linecap="round" stroke-linejoin="round"/><path d="M7 12L11 16L17.5 8.5" stroke="%23179C17" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.badge--no::before {
    content: '';
    width: 1.5rem;
    height: 1.5rem;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 8L11.75 12M15.5 16L11.75 12M11.75 12L15.5 8M11.75 12L8 16" stroke="%239C0707" stroke-linecap="round" stroke-linejoin="round"/><path d="M21.5 12C21.5 7 17 2.5 12 2.5C7 2.5 2.5 6 2.5 12C2.5 17 6.5 21.5 12 21.5C17.5 21.5 21.5 17 21.5 12Z" stroke="%23E8E8E8" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.compare-slider-wrapper {
    gap: 1.5rem;
    display: flex;
    max-width: 100%;
    overflow: hidden;
}

.compare-slider-header {
    color: #525252;
    font-weight: 400;
    text-align: left;
    line-height: 120%;
    font-size: 0.75rem;
    padding-left: 0;
}

.compare-slider-header .cs-card__inner {
    box-shadow: none;
    background-color: transparent;
}

.compare-slider-header .cs-row {
    text-align: left;
    align-items: center;
    justify-content: flex-start;
}

.compare-slider .slick-list {
}

.compare-slider .slick-track {
    display: flex;
}

.label-wrapper {
    gap: 1rem;
    display: flex;
    position: relative;
    align-items: center;
    width: max-content;
}

.label-wrapper input {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.label-wrapper::before {
    content: '';
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 4px;
    border: 1px solid #C5C5C5;
}

.compare-page-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    /*margin-top: 4rem;*/
    margin-bottom: 1rem;
}

.compare-slider {
    cursor: grab;
}

.compare-slider:active {
    cursor: grabbing;
}

.compare-progressbar {
    width: 100%;
    height: 4px;
    background: #e5e5e5;
    margin-top: 10px;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    max-width: calc(100% - 340px);
    margin-left: auto;
}

.compare-progressbar__inner {
    height: 100%;
    width: 0;
    background-color: #C5C5C5;
    transition: width 0.25s ease;
}

@media (max-width: 1000px) {
    .compare-progressbar {
        max-width: 100%;
    }
}

.compare-block-wrapper {
    padding-left: 100px;
}

#similarCatalogItems .slick-arrow {
    border: 1px solid #FFA200;
}

#similarCatalogItems .slick-arrow .fa-arrow-left::before {
    content: url('data:image/svg+xml,<svg width="23" height="19" viewBox="0 0 23 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M22 10H1M1 10L11.5 0.5M1 10L11.5 18.5" stroke="%23FFA200" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

#similarCatalogItems .slick-arrow .fa-arrow-right::before {
    content: url('data:image/svg+xml,<svg width="23" height="19" viewBox="0 0 23 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 9L22 9M22 9L11.5 18.5M22 9L11.5 0.5" stroke="%23FFA200" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

#itemFirmsSlider .slick-slide {
    padding: 0 1rem 0 1rem !important;
}

.form-firm-wrapper {
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
    margin-top: 4rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
    justify-content: center;
    background-color: #1A345C;
}

.form-firm-wrapper::before,
.form-firm-wrapper::after {
    content: '';
    position: absolute;
    left: 100px;
    top: 0;
    display: inline-block;
    width: 200px;
    height: 168px;
    background-size: cover;
    background-image: url('data:image/svg+xml,<svg width="200" height="168" viewBox="0 0 200 168" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="4" cy="164" r="4" fill="%23FFA200" fill-opacity="0.2"/><circle cx="4" cy="124" r="4" fill="%23FFA200" fill-opacity="0.2"/><circle cx="4" cy="84" r="4" fill="%23FFA200" fill-opacity="0.2"/><circle cx="4" cy="44" r="4" fill="%23FFA200" fill-opacity="0.2"/><circle cx="4" cy="4" r="4" fill="%23FFA200" fill-opacity="0.2"/><circle cx="52" cy="164" r="4" fill="%23FFA200" fill-opacity="0.2"/><circle cx="52" cy="124" r="4" fill="%23FFA200" fill-opacity="0.2"/><circle cx="52" cy="84" r="4" fill="%23FFA200" fill-opacity="0.2"/><circle cx="52" cy="44" r="4" fill="%23FFA200" fill-opacity="0.2"/><circle cx="52" cy="4" r="4" fill="%23FFA200" fill-opacity="0.2"/><circle cx="100" cy="164" r="4" fill="%23FFA200" fill-opacity="0.2"/><circle cx="100" cy="124" r="4" fill="%23FFA200" fill-opacity="0.2"/><circle cx="100" cy="84" r="4" fill="%23FFA200" fill-opacity="0.2"/><circle cx="100" cy="44" r="4" fill="%23FFA200" fill-opacity="0.2"/><circle cx="100" cy="4" r="4" fill="%23FFA200" fill-opacity="0.2"/><circle cx="148" cy="164" r="4" fill="%23FFA200" fill-opacity="0.2"/><circle cx="148" cy="124" r="4" fill="%23FFA200" fill-opacity="0.2"/><circle cx="148" cy="84" r="4" fill="%23FFA200" fill-opacity="0.2"/><circle cx="148" cy="44" r="4" fill="%23FFA200" fill-opacity="0.2"/><circle cx="148" cy="4" r="4" fill="%23FFA200" fill-opacity="0.2"/><circle cx="196" cy="164" r="4" fill="%23FFA200" fill-opacity="0.2"/><circle cx="196" cy="124" r="4" fill="%23FFA200" fill-opacity="0.2"/><circle cx="196" cy="84" r="4" fill="%23FFA200" fill-opacity="0.2"/><circle cx="196" cy="44" r="4" fill="%23FFA200" fill-opacity="0.2"/><circle cx="196" cy="4" r="4" fill="%23FFA200" fill-opacity="0.2"/></svg>');
}

.form-firm-wrapper::after {
    right: 100px;
    top: unset;
    bottom: 0;
    left: unset;
}

.form-firm-wrapper .h2 {
    color: #FFF;
    margin: 0 0 2rem 0;
}

.form-firm-wrapper * {
    color: #FFF;
}

.form-firm {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    max-width: 475px;
    width: 100%;
}

.form-firm .btn-primary {
    width: 100%;
    max-width: 328px !important;
}

.form-firm__inputs {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 18px;
}

.form-firm__inputs .input-wrapper--sm input,
.form-firm__inputs .input-wrapper--sm textarea {
    color: #FFF;
    width: 328px !important;
    background-color: transparent;
    resize: none;
}

@media (max-width: 420px) {
    .form-firm__inputs .input-wrapper--sm input,
    .form-firm__inputs .input-wrapper--sm textarea {
        width: 100% !important;
    }

    .form-firm__inputs .input-wrapper--sm {
        width: 100%;
    }
}

.form-firm__inputs .input-wrapper--sm input::placeholder,
.form-firm__inputs .input-wrapper--sm textarea::placeholder {
    font-size: 1rem;
    color: #8B8B8B;
}

.form-firm .adv__checkbox {
    text-align: left;
}

.form-firm .adv__checkbox p {
    font-size: 0.75rem;
}

.saved-firms--mb {
    display: none;
    padding-left: 20px;
    padding-right: 20px;
}

.card-firm__links {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.card-firm__links .btn-primary {
    width: 100%;
    max-width: 100%;
}

.saved-firms__title {
    font-size: 1.75rem !important;
    text-align: center;
    margin-bottom: 0.5rem !important;
    font-weight: 700;
}

.saved-firms__title small {
    font-size: 1.25rem;
}

@media (max-width: 600px) {
    .compare-block-wrapper,
    .compare-progressbar {
        display: none;
    }

    .saved-firms--mb {
        gap: 1.25rem;
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 1200px) {
    .compare-page-header {
        padding-left: 20px;
    }
}

@media (max-width: 1000px) {
    .compare-block-wrapper {
        padding-left: 0;
    }
}

@media (max-width: 700px) {
    .cs-card {
        /*padding:*/
    }
}

@media (max-width: 680px) {
    .compare-slider-header {
        display: none;
    }

    .cs-row {
        text-align: left;
        justify-content: flex-start;
    }

    .compare-progressbar {
        max-width: calc(100% - 40px);
        margin: 0 auto;
    }

    .cs-row::after {
        width: 1rem;
        right: -1rem;
    }

    .cs-card {
        padding-right: 16px;
    }

    .cs-card.slick-slide {
        width: calc(100vw - 40px) !important;
    }

    .form-firm-wrapper {
        padding: 4rem 1.25rem;
    }
}
/* End */
/* /local/templates/bankfirm2025/components/nne/compare.list/main/style.css?175516650814513 */
