

/* Start:/dostavka/garantiya-vozvrata/style.css?17846333616112*/
div.return-policy { /* а то там в глобальных стилях нахуевертили и специфичность скачет */
    h1 {
        margin: 0;
        font-size: 24px;
        font-weight: 700;
        line-height: 36px;
        color: #171717;
    }

    h2 {
        margin: 0;
        font-size: 20px;
        font-weight: 700;
        line-height: 30px;
        color: #171717;
    }

    display: flex;
    flex-direction: column;
    gap: 20px;
}

.return-policy__tabs {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 10px;
    margin-bottom: 42px;
}

.return-policy__tab {
    border: 2px solid #E5E5E5;
    border-radius: 8px;
    color: #404040;
    padding: 12px 15px;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;

    &[aria-selected="true"] {
        border-color: #0284C7;
        color: #0284C7;
    }
}

.return-policy__tabs-panel {
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 16px;
    line-height: 24px;
}

.return-policy__text {
    font-size: 14px;
    line-height: 21px;
}

.return-policy__text--iconified {
    outline: 1px solid #E5E5E5;
    border-radius: 10px;
    padding: 40px 30px 40px 40px;

    display: flex;
    flex-direction: column;
    gap: 10px;

    h3 {
        margin: 0;
        font-size: 20px;
        font-weight: 700;
        line-height: 30px;
        color: #171717;
    }

    .return-policy__step-number {
        width: 50px;
        height: 50px;
        padding: 4px;
        border-radius: 50%;
        border: 1px solid #0284C7;
        color: #0284C7;
        font-size: 24px;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
    }
}

.return-policy__text--iconified:first-of-type {
    margin-top: 20px;
}

.return-policy__steps {
    display: flex;
    flex-direction: column;
    gap: 20px;

    li {
        border-radius: 10px;
        padding: 40px 30px 40px 40px;
        background-color: #F5F5F5;

        h4 {
            font-size: 20px;
            font-weight: 700;
            line-height: 30px;
            color: #0284C7;
            margin-bottom: 10px;
        }

        a {
            text-decoration: underline;
        }
    }
}

ul.mini-text {
    li {
        display: flex;
        /*align-items: center;*/
        gap: 10px;
    }
    li::before {
        margin-top: 2px;
        flex-shrink: 0;
        content: "";
        display: inline-block;
        width: 16px;
        height: 16px;
        background: #0284C7;
        mask: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M20.7806%2012.5306L14.0306%2019.2806C13.8899%2019.4213%2013.699%2019.5004%2013.5%2019.5004C13.301%2019.5004%2013.1101%2019.4213%2012.9694%2019.2806C12.8286%2019.1399%2012.7496%2018.949%2012.7496%2018.75C12.7496%2018.551%2012.8286%2018.3601%2012.9694%2018.2194L18.4397%2012.75H3.75C3.55109%2012.75%203.36032%2012.671%203.21967%2012.5303C3.07902%2012.3897%203%2012.1989%203%2012C3%2011.8011%203.07902%2011.6103%203.21967%2011.4697C3.36032%2011.329%203.55109%2011.25%203.75%2011.25H18.4397L12.9694%205.78061C12.8286%205.63988%2012.7496%205.44901%2012.7496%205.24999C12.7496%205.05097%2012.8286%204.8601%2012.9694%204.71936C13.1101%204.57863%2013.301%204.49957%2013.5%204.49957C13.699%204.49957%2013.8899%204.57863%2014.0306%204.71936L20.7806%2011.4694C20.8504%2011.539%2020.9057%2011.6217%2020.9434%2011.7128C20.9812%2011.8038%2021.0006%2011.9014%2021.0006%2012C21.0006%2012.0986%2020.9812%2012.1961%2020.9434%2012.2872C20.9057%2012.3782%2020.8504%2012.461%2020.7806%2012.5306Z%22%20fill%3D%22currentColor%22/%3E%3C/svg%3E") center/contain no-repeat;
        -webkit-mask: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M20.7806%2012.5306L14.0306%2019.2806C13.8899%2019.4213%2013.699%2019.5004%2013.5%2019.5004C13.301%2019.5004%2013.1101%2019.4213%2012.9694%2019.2806C12.8286%2019.1399%2012.7496%2018.949%2012.7496%2018.75C12.7496%2018.551%2012.8286%2018.3601%2012.9694%2018.2194L18.4397%2012.75H3.75C3.55109%2012.75%203.36032%2012.671%203.21967%2012.5303C3.07902%2012.3897%203%2012.1989%203%2012C3%2011.8011%203.07902%2011.6103%203.21967%2011.4697C3.36032%2011.329%203.55109%2011.25%203.75%2011.25H18.4397L12.9694%205.78061C12.8286%205.63988%2012.7496%205.44901%2012.7496%205.24999C12.7496%205.05097%2012.8286%204.8601%2012.9694%204.71936C13.1101%204.57863%2013.301%204.49957%2013.5%204.49957C13.699%204.49957%2013.8899%204.57863%2014.0306%204.71936L20.7806%2011.4694C20.8504%2011.539%2020.9057%2011.6217%2020.9434%2011.7128C20.9812%2011.8038%2021.0006%2011.9014%2021.0006%2012C21.0006%2012.0986%2020.9812%2012.1961%2020.9434%2012.2872C20.9057%2012.3782%2020.8504%2012.461%2020.7806%2012.5306Z%22%20fill%3D%22currentColor%22/%3E%3C/svg%3E") center/contain no-repeat;
    }
}

@media (width < 1400px) {
    div.return-policy {
        h1 {
            font-size: 20px;
            line-height: 30px;
        }
    }
    .return-policy__tabs {
        margin-bottom: 10px;
    }

    .return-policy__tabs-panel {
        font-size: 14px;
        line-height: 21px;
    }
}

@media (width < 768px) {
    div.return-policy {
        h1 {
            font-size: 16px;
            line-height: 24px;
        }
    }
    .return-policy__tabs {
        margin-bottom: 0;
    }
    .return-policy__tab {
        width: 100%;
    }
    .return-policy__text--iconified {
        padding: 20px;
        h3 {
            font-size: 16px;
            line-height: 24px;
        }
        .return-policy__step-number {
            width: 40px;
            height: 40px;
            padding: 2px;
            margin-bottom: 10px;
            font-size: 20px;
        }
    }
    .return-policy__steps {
        gap: 10px;

        li {
            padding: 20px;
        }
    }
}

/* End */
/* /dostavka/garantiya-vozvrata/style.css?17846333616112 */
