@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.breadcrumbs .breadcrumbs{padding:0px;}
.breadcrumbs__item{display:inline-block;position:relative;padding-right: 16px;margin-right: -16px;}
.mobile .breadcrumbs__item:hover .breadcrumbs__dropdown-wrapper{display:none;}
.mobile .breadcrumbs__item.hover .breadcrumbs__dropdown-wrapper{display:block;}
.breadcrumbs__separator{position:relative;zoom:1;bottom:-1px;display:inline-block;line-height:18px;margin:0 10px 0px 9px;border:none;color: #dddddd;}
.breadcrumbs__item--with-dropdown:hover .breadcrumbs__arrow-down{opacity:1;}
.breadcrumbs__arrow-down{opacity:0.5;border:none;top:13px;right:3px;display:none;height:3px;line-height:18px;margin:0 4px;position:absolute;width:5px;z-index:1;font-size:0;}
.breadcrumbs__arrow-down .svg{top:-8px;}
.breadcrumbs__item--with-dropdown .breadcrumbs__arrow-down{display: inline-block;}
.breadcrumbs__item-name{color:#b6b5b5;}
.breadcrumbs__item--with-dropdown .breadcrumbs__item--dropdown{-webkit-transition: none; -moz-transition: none; -o-transition: none; transition: none;}
.breadcrumbs__dropdown-wrapper{display: none; padding-top: 8px; top: 18px;z-index: 2;position: absolute;left: -18px;}
.breadcrumbs__dropdown{ background:#fff;padding: 11px 20px;text-align: left;box-shadow: 0 1px 5px 1px rgba(0,0,0,0.12);}
.breadcrumbs__dropdown .breadcrumbs__dropdown-item{display: block; line-height: 14px; padding: 5px 0px; text-decoration: none; text-transform: none;white-space:nowrap;}


.delivery_wrapper, .payment-wrapper, .warranty_wrapper {
    background: var(--sappo-shop50);
    padding: 96px 156px;
    margin: 39px -156px 0px -156px;
    border-radius: 32px;
}

.links-block {
    display: flex;
    gap: 8px;
    margin-bottom: 32px;
    padding: 12px;
    border-radius: 24px;
    background-color: var(--sappo-white);
    width: fit-content;
}

.links-block .link {
    display: flex;
    align-items: center;
    padding: 16px 24px;
    background: var(--sappo-white);
    border-radius: 13px;
    color: var(--sappo-black);
    text-decoration: none;
    font-weight: var(--sappo-btn-font-weight);
    font-size: var(--sappo-btn-font-size);
    line-height: var(--sappo-btn-line-height);
    transition: all 0.3s ease;
}

.links-block .link:hover {
    background: var(--sappo-shop50);
}

.links-block .link.active {
    background: var(--sappo-shop500);
    color: var(--sappo-white);
}

.delivery-main-cities, .delivery-russia {
    display: flex;
    gap: 24px;
    margin-bottom: 48px;
}

.delivery-option {
    background: var(--sappo-white);
    border-radius: 32px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 25%;
}

.delivery-russia .delivery-option {
    width: 33.3%;
} 

.delivery-option .accent {
    font-size: 18px;
    font-weight: var(--sappo-h3-font-weight);
    line-height: var(--sappo-h3-line-height);
}

.delivery-option__icon, .payment__icon{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 32px;
}

.delivery-option__content {
    display: flex;
    flex-direction: column;
}

.delivery-option__title, .payment-option__title, .warranty-option__title {
    color: #000;
    margin: 0;
}

.delivery-option__text, .delivery-options__content p, .delivery-methods__text, .delivery-warm__text, .delivery-free__text, 
.delivery-free__notice, .payment-option__text, .payment-bill__text, .payment-electronic__text, .payment-option, .warranty-option__text {
    font-size: var(--sappo-p-small-font-size);
    line-height: var(--sappo-p-small-line-height);
    color: #000;
    margin: 0;
}

.delivery-option__text p, .payment-option p, .warranty-option__text p {
    margin: 0;
    margin-top: 16px !important;
}

.delivery-options-wrapper, .warranty {
    width: 67%;
}

.delivery-methods, .delivery-warm, .delivery-free {
    background: var(--sappo-white);
    border-radius: 32px;
    padding: 24px;
    margin-top: 32px;
    margin-bottom: 48px;
}

.delivery-options__content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.delivery-methods__list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
}

.delivery-methods__logos {
    display: flex;
    margin-bottom: 24px;
    gap: 12px;
}

.delivery-methods__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.delivery-methods__logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.delivery-methods__text-wrapper .delivery-methods__text {
    margin: 0;
    margin-bottom: 16px;
}

.delivery-methods__text-wrapper .delivery-methods__text:last-child {
    margin-bottom: 0;
}

.delivery-warm__content,
.delivery-free__content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.delivery-free {
    margin-bottom: 32px;
}

.delivery-free__subtitle {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    color: #000000;
    margin: 0;
}

/* Payment page */
.payment {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 24px;
	justify-content: start;
}

.payment-option {
	background: var(--sappo-white);
	border-radius: 32px;
	padding: 24px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	width: 100%;
	grid-column: span 2;
}

.payment-bill, .payment-electronic {
	background: var(--sappo-white);
	border-radius: 32px;
	padding: 24px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	grid-column: span 3;
}

.payment__header {
    display: flex;
    align-items: center;
    gap: 8px;
}

.payment__header h3 {
    margin: 0;
}

.payment__header .info-icon {
    display: inline-block;
    position: relative;
    bottom: 6px;
    cursor: pointer;
}

.payment-support__text {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    margin-top: 24px !important;
    margin-bottom: 16px;
}

.payment-electronic__text .tel, .payment-electronic__text .email {
    margin: 0;
}

.payment-electronic__text .email a{
    color:#000000;
    text-decoration: underline;
}

.hover-info-text {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: var(--sappo-shop100);
    border: 1px solid #E5E5E5;
    border-radius: 16px;
    padding: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    width: 384px;
    z-index: 1000;
    font-size: 12px;
    line-height: 16px;
    color: #000;
    transition: all 0.3s ease;
    margin-bottom: 22px;
}

.payment__header {
    position: relative;
}

.info-icon:hover ~ .hover-info-text {
    opacity: 1;
    visibility: visible;
}

/* Warranty page */
.warranty {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.warranty-option {
    background: var(--sappo-white);
    border-radius: 32px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.warranty-option ol {
    margin: 16px 0px 0 20px;
}

.warranty-option ol > li {
    padding: 0;
    margin: 0;
}

/* Media Queries */
@media (max-width: 1700px) {
    .delivery_wrapper, .payment-wrapper, .warranty_wrapper {
        padding: 96px 80px;
        margin: 39px -60px 0px -60px;
    }
}

@media (max-width: 1440px) {
    .delivery_wrapper, .payment-wrapper, .warranty_wrapper {
        padding: 96px 40px;
        margin: 39px -30px 0px -30px;
    }
}

@media (max-width: 991px) { 
    .delivery_wrapper, .payment-wrapper, .warranty_wrapper {
        padding: 16px 15px 24px 15px;
        margin: 0 -30px;
        border-radius: 0px 0px 32px 32px;
    }

    h1.sappo-h1 {
        font-size: var(--sappo-m-h1-font-size) !important;
        line-height: var(--sappo-m-h1-line-height) !important;
    }

    h3.sappo-h3 {
        font-size: var(--sappo-m-h3-font-size) !important;
        line-height: var(--sappo-m-h3-line-height) !important;
    }

    .links-block {
        gap: 4px;
        margin: 0 auto 16px;
    }

    .links-block .link {
        font-weight: var(--sappo-m-btn-font-weight);
        font-size: var(--sappo-m-btn-font-size);
        line-height: var(--sappo-m-btn-line-height);
        padding: 16px 18px;
    }

    .delivery-main-cities, .delivery-russia {
        flex-direction: column;
    }

    .delivery-option {
        width: 100% !important;
    }

    .delivery-option .accent {
        font-size: 16px;
        line-height: var(--sappo-m-h3-line-height) !important;
    }

    .delivery-options-wrapper {
        width: 100%;
    }

    .payment {
        grid-template-columns: 1fr;
    }

    .payment-bill, .payment-electronic {
        grid-column: span 2;
    }

    .warranty {
        width: 100%;
    }
}

@media(max-width: 767px) {
    .delivery_wrapper, .payment-wrapper, .warranty_wrapper {
        margin: 0 -16px;
    }
}