﻿.ld-for-section {
    text-align: center;
}

.ld-for-section-wrapper {
    display: inline-block;
    max-width: 1500px;
    position: relative;
}

.ld-for-section-wrapper {
    overflow: auto;
}

    .ld-smash-for-image {
        float: left;
        width: 35%;
    }

.ld-smash-for-right .ld-smash-for-image {
    float: right;
}

.ld-smash-for-content {
    float: left;
    width: 60%;
}

.ld-smash-for-image img {
    max-height: 600px;
    width: auto;
    height: auto;
    max-width: 100%;
}

.ld-smash-for-header {
    font-size: 2rem;
    color: rgb(var(--smash-yellow-4-rgb));
    text-align: left;
    padding-left: 2rem;
    padding-right: 2rem;
}

.ld-smash-for-body {
    padding: 2rem;
    text-align: left;
}


.ld-smash-for-list {
    margin-top: 1rem;
    margin-left: 2rem;
    text-align: left;
    font-size: 1.2rem;
    list-style: none;
}

    .ld-smash-for-list li {
        font-size: 1.2rem;
        padding-left: 1rem;
        position: relative;
    }

.ld-smash-for-list li:before {
    position: absolute;
    content: "•";
    left: 0;
    top: 5px;
    font-size: 10pt;
}

.ld-smash-for-header .ld-lang-list {
    float: right;
    margin: 0;
}

.ld-dynamic-padding {
    padding-top: 12%;
}

.ld-dynamic-padding.ld-10 {
    padding-top: 8%;
}

/*colors*/
.ld-p-green {
    color: rgb(var(--smash-green-1-rgb));
}

.ld-p-blue {
    color: rgb(var(--smash-blue-1-rgb));
}

.ld-custom-background-c-1,
.ld-custom-background-c-2,
.ld-custom-background-c-3 {
    position: relative;
    z-index: 1;
}

    .ld-custom-background-c-1:before,
    .ld-custom-background-c-2:before,
    .ld-custom-background-c-3:before {
        content: '';
        position: absolute;
        width: 100%;
        height: calc(100% - 4rem);
        background: rgb(var(--smash-yellow-6-rgb));
        z-index: -1;
        left: 0;
        top: 4rem;
        border-radius: 2rem;
    }

    .ld-custom-background-c-2:before {
        background: rgb(var(--smash-green-light-1-rgb));
    }

    .ld-custom-background-c-2:before {
        background: rgb(var(--smash-blue-light-1-rgb));
    }


    /*advantages*/

.ld-advantages {
    text-align: center;
}

.ld-advantages-wrapper {
    display: inline-block;
    width: 100%;
    max-width: 1200px;
}

.ld-advantages-content {
    display: flex;
    flex-wrap: wrap;
    padding: 1rem;
}

.ld-advantage-element {
    --vw: calc(100% / 4);
    width: calc(var(--vw) - 10px);
    margin-right: 10px;
    background: rgb(var(--smash-grey-3-rgb));
    border-radius: 20px;
    margin-bottom: 2rem;
    padding: 1rem;
}

.ld-advantage-element-image {
    display: inline-block;
    position: relative;
}


.ld-advantage-element img {
    display: inline-block;
    width: auto; 
    height: auto;
    max-width: 184px;
}

.ld-advantage-element-title {
    border-bottom: 2px solid rgb(var(--smash-orange-1-rgb));
    min-height: 5rem;
    padding: 0.5rem;
    margin-bottom: 1rem;
    display: flex;
    text-align: center;
    justify-content: center;
}

    .ld-advantage-element-title h3 {
        color: rgb(var(--smash-orange-1-rgb));
        align-self: flex-end;
    }


/*pricing*/

.ld-pricing {
    text-align: center;
}

.ld-pricing-wrapper {
    width: 100%;
    max-width: 1200px;
    display: inline-block;
    text-align: left;
}

.ld-pricing-wrapper-mw {
    max-width: 1500px;
}

.ld-pricing .ld-section-title-1 {
    text-align: center;
}

.ld-pricing .ld-lang-list {
    text-align: center;
    margin-bottom: 5rem;
}

    .ld-pricing .ld-lang-list span {
        text-align: left;
        line-height: initial;
        margin-right: 10px;
        display: inline-flex;
        align-items: center;
        cursor: pointer;
    }

        .ld-pricing .ld-lang-list span:nth-child(2) {
        }

        .ld-pricing .ld-lang-list span:nth-child(3) {
            margin-right: 0;
        }

.ld-pricing-table {
    margin-top: 2rem;
    padding: 1rem;
    background: rgb(var(--smash-grey-4-rgb));
    border-radius: 10px;
}

    .ld-pricing-table table {
        width: 100%;
        border-collapse: collapse;
    }

        .ld-pricing-table table tbody td {
            border: none;
            position: relative;
        }

        .ld-pricing-table table tbody tr td {
            padding: 0.5rem 1rem;
        }

        .ld-pricing-table table tbody tr:nth-child(2n+1) td {
            background: rgb(var(--smash-yellow-7-rgb));
        }

            .ld-pricing-table table tbody tr:nth-child(2n+1) td:nth-child(1) {
                border-top-left-radius: 1rem;
            }

            .ld-pricing-table table tbody tr:nth-child(2n+1) td:nth-child(1) {
                border-bottom-left-radius: 1rem;
            }

            .ld-pricing-table table tbody tr:nth-child(2n+1) td:last-child {
                border-top-right-radius: 1rem;
            }

            .ld-pricing-table table tbody tr:nth-child(2n+1) td:last-child {
                border-bottom-right-radius: 1rem;
            }

        .ld-pricing-table table tbody tr td:nth-child(1) {
            width: calc(100% - 100px);
        }

        .ld-pricing-table table tbody tr td:nth-child(3),
        .ld-pricing-table table tbody tr td:nth-child(2) {
            width: 25%;
            text-align: center;
        }

        .ld-pricing-table table thead td {
            padding: 1rem;
            font-weight: bold;
            font-size: 1rem;
            text-align: center;
        }

            .ld-pricing-table table thead td img {
                width: auto;
                height: 30px;
                margin-right: 0.5rem;
            }
        
        .ld-pricing-table table thead td * {
            vertical-align: middle;
        }

        .ld-pricing-status {
            display: inline-block;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            background-repeat: no-repeat;
            background-position: center;
            background-size: 100%;
            position: relative;
            z-index: 1;
        }

    .ld-pricing-status.ld-pricing-check {
        background-image: url('/image/schools/check.png');
    }

    .ld-pricing-status.ld-pricing-wrong {
        background-image: url('/image/schools/wrong.png');
    }

.ld-pricing-table table tbody td:nth-child(2)::before {
    content: '';
    top: 0;
    left: 5%;
    position: absolute;
    width: 90%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    z-index: 0;
}

.ld-pricing-table table tbody tr:nth-child(1) td:nth-child(2)::before {
    border-radius: 10px 10px 0 0;
}

.ld-pricing-table table tbody tr:last-child td:nth-child(2)::before {
    border-radius: 0 0 10px 10px;
}

.ld-pricing-resume {
    border-radius: 1rem;
    margin-top: 2rem;
    padding: 1rem;
    background: rgb(var(--smash-orange-5-rgb));
    overflow: auto;
    margin-bottom: 2rem;
}

.ld-pricing-resume-announcement {
    float: left;
    width: calc(100% - 210px);
    margin-right: 5px;
    margin-left: 5px;
    display: table;
    min-height: 140px;
}

.ld-pricing-resume-announcement-min {
    width: calc(50% - 20px);
}

.ld-pricing-resume-announcement p {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 1.2rem;
    padding-right: 15px;
    padding-left: 15px;
}
.ld-pricing-resume-announcement-min p {
    font-size: 1.1rem;
}

.ld-pricing-resume-content {
    background: white;
    float: right;
    width: calc(25% - 10px);
    min-width: 160px;
    min-height: 140px;
    margin-right: 10px;
    padding: 0.5rem;
    border-radius: 1rem;
    text-align: center;
    position: relative;
}

    .ld-pricing-resume-content span {
        display: block;
        text-align: center;
    }

.ld-pricing-resume-date {
    color: #5e5e5e;
    /*text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);*/
}

.ld-pricing-resume-price {
    color: #8d8d8d;
    text-decoration: line-through;
    /*text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);*/
}

.ld-pricing-resume-price-variant {
    color: rgb(var(--smash-red-1-rgb));
    font-weight: bold;
    font-size: 2rem;
    margin-top: 10px;
    margin-bottom: 10px;
}

.ld-pricing-resume-newprice {
    color: rgb(var(--smash-yellow-1-rgb));
    font-weight: 400;
    font-size: 1.2rem;
    margin-top: .5rem;
    margin-bottom: .5rem;
    /*text-shadow: 0px 0px 2px rgb(var(--smash-yellow-3-rgb));*/
}

.ld-pricing-resume-getquote {
    display: inline-block;
    border-radius: 3rem;
    text-align: center;
    border: none;
    padding: 0.5rem 2rem;
    color: white;
    background: rgb(var(--smash-red-2-rgb));
    background: linear-gradient(0deg, rgb(var(--smash-red-1-rgb)) -50%, rgb(var(--smash-yellow-3-rgb)) 100%);
    box-shadow: -1px 0px 8px -2px rgba(0,0,0,0.3);
    -webkit-box-shadow: -1px 0px 8px -2px rgba(0,0,0,0.3);
    -moz-box-shadow: -1px 0px 8px -2px rgba(0,0,0,0.3);
    transition-duration: 200ms;
    cursor: pointer;
}

    .ld-pricing-resume-getquote:hover {
        transform: scale(0.95);
    }

    .ld-pricing-table table tbody td:nth-child(3)::before {
        content: '';
        top: 0;
        left: 5%;
        position: absolute;
        width: 90%;
        height: 100%;
        background: rgba(var(--smash-yellow-4-rgb), 0.5);
        z-index: 0;
    }

.ld-pricing-table table tbody tr:nth-child(1) td:nth-child(3)::before {
    border-radius: 10px 10px 0 0;
}

.ld-pricing-table table tbody tr:last-child td:nth-child(3)::before {
    border-radius: 0 0 10px 10px;
}