﻿@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

::-moz-selection {
    color: #000;
    text-shadow: none;
    background-color: #ffffb5;
}

::selection {
    color: #000;
    text-shadow: none;
    background-color: #ffffb5;
}

@media screen and (max-width: 1023px) {
    .desktop-only {
        display: none;
    }
}

@media screen and (min-width: 1024px) {
    .mobile-only {
        display: none;
    }
}

.cnt-lp-grdemo {
    text-align: center;
    font-size: 15px;
    line-height: calc(1 + 0.8 / var(--font-body-scale));
    padding: 0 12px;
}

    .cnt-lp-grdemo > section {
        position: relative;
        margin-bottom: 60px;
    }

    .cnt-lp-grdemo section.main {
        padding-top: 64px;
    }

        .cnt-lp-grdemo section.main > .content {
            width: calc(100% - 4rem / var(--font-body-scale));
            margin: auto;
            max-width: 78rem;
        }

@media screen and (min-width: 1024px) {
    .cnt-lp-grdemo section.main > .content {
        padding: 0;
    }
}

.cnt-lp-grdemo section.banners {
    background-color: #f7f7f7;
    border: 1px solid #d7d7d7;
    border-left: none;
    border-right: none;
    margin-left: -12px;
    width: 100vw;
    padding: 30px 15px;
}

@media screen and (min-width: 1024px) {
    .cnt-lp-grdemo section.banners {
        padding: 70px;
    }
}

.cnt-lp-grdemo section.banners .three-banners {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

@media screen and (min-width: 1024px) {
    .cnt-lp-grdemo section.banners .three-banners {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.cnt-lp-grdemo section.banners .three-banners .media {
    display: flex;
}

    .cnt-lp-grdemo section.banners .three-banners .media:nth-child(1) {
        grid-column: span 2;
    }

@media screen and (min-width: 1024px) {
    .cnt-lp-grdemo section.banners .three-banners .media:nth-child(1) {
        grid-row: span 2;
    }
}

.cnt-lp-grdemo section.academy .cnt-academy {
    background-color: #f2f2f2;
    border-radius: 8px;
    overflow: hidden;
    padding: 0;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
}

    .cnt-lp-grdemo section.academy .cnt-academy .media {
        display: flex;
    }

@media screen and (min-width: 1024px) {
    .cnt-lp-grdemo section.academy .cnt-academy {
        flex-direction: row;
        padding: 0;
    }

        .cnt-lp-grdemo section.academy .cnt-academy .media {
            flex-basis: 50%;
        }

        .cnt-lp-grdemo section.academy .cnt-academy .content {
            flex: 1;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            max-width: 340px;
            margin: auto;
        }
}

.cnt-lp-grdemo img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.cnt-lp-grdemo .mmtitle {
    font-weight: 600;
    font-size: calc(var(--font-heading-scale) * 3rem);
    margin-bottom: 20px;
}

.cnt-lp-grdemo p {
    margin-bottom: 2em;
}

.cnt-lp-grdemo .cta.std {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 50px;
    border: 1.4px solid #0071e3;
    box-sizing: border-box;
    border-radius: 32px;
    background: 0 0;
    background-color: var(--color-secondary-bt-bg) !important;
    color: var(--color-secondary-bt-label) !important;
    border-color: var(--color-secondary-bt-outline) !important;
    text-align: center;
    padding: 0 26px;
    font-weight: 600;
}

.cnt-lp-grdemo a, .cnt-lp-grdemo a:hover {
    text-decoration: none;
}

.cnt-lp-kurs {
    font-family: "Montserrat", "SF Pro Text", serif;
    padding: 0 20px;
    padding-top: 60px;
    font-size: 15px;
    color: #454545;
    line-height: 1.5;
    letter-spacing: normal;
}

    .cnt-lp-kurs > section {
        position: relative;
        margin-bottom: 60px;
    }

@media screen and (min-width: 1024px) {
    .cnt-lp-kurs > section {
        margin-left: auto;
        margin-right: auto;
        max-width: 1276px;
    }
}

.cnt-lp-kurs section.main .content {
    padding-bottom: 70px;
}

@media screen and (min-width: 1024px) {
    .cnt-lp-kurs section.main .content {
        width: 75%;
        padding-bottom: 120px;
    }
}

.cnt-lp-kurs section.main .head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}

@media screen and (min-width: 1024px) {
    .cnt-lp-kurs section.main .head {
        gap: 60px;
    }
}

.cnt-lp-kurs section.main .head .cta {
    border-radius: 0;
    border-color: #408eca;
    border-width: 1px;
    border-style: solid;
    background-color: #408eca;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background-repeat: no-repeat;
    height: 43px;
    display: inline-flex;
    align-items: center;
}

.cnt-lp-kurs section.boxes {
    display: flex;
    flex-wrap: wrap;
    gap: 36px;
}

    .cnt-lp-kurs section.boxes .box {
        background-color: #f9f9f9;
        padding: 55px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: 100%;
        color: inherit;
    }

@media screen and (min-width: 1024px) {
    .cnt-lp-kurs section.boxes .box {
        width: calc(50% - 18px);
    }
}

.cnt-lp-kurs section.boxes .box .title {
    font-size: 20px;
    /*text-transform: uppercase;*/
    font-weight: 800;
}

.cnt-lp-kurs section.boxes .box .link {
    color: #408eca;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
}

.cnt-lp-kurs section.boxes .box .media {
    display: flex;
    margin: 40px 0;
}

.cnt-lp-kurs section.boxes .box .context {
    font-size: 13px;
    font-weight: 400;
}

.cnt-lp-kurs section.list {
    padding-top: 40px;
}

    .cnt-lp-kurs section.list .cnt-cta {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .cnt-lp-kurs section.list .btn-show-more-item {
        margin: auto;
        margin-top: 60px;
        display: flex;
        width: auto;
        cursor: pointer;
    }

.cnt-lp-kurs .mmtitle {
    font-size: 34px;
    line-height: 1.2;
    font-weight: 900;
    font-family: "Montserrat", "SF Pro Text", serif;
    color: inherit;
}

.cnt-lp-kurs img {
    width: 100%;
    height: auto;
}

.cnt-lp-kurs a, .cnt-lp-kurs a:hover {
    text-decoration: none;
}

.cnt-lp-form {
    color: #454545;
    letter-spacing: normal;
    font-family: "Montserrat", "SF Pro Text", serif;
    line-height: 1.5;
    margin-top: 60px;
    padding-bottom: 60px;
}

    .cnt-lp-form > section {
        position: relative;
        margin-bottom: 60px;
    }

    .cnt-lp-form section.form {
        display: flex;
        flex-direction: column;
        gap: 60px;
        width: calc(100% - 40px);
        max-width: 1276px;
        margin-left: auto;
        margin-right: auto;
        padding: 55px;
        background-color: #f9f9f9;
    }

@media screen and (min-width: 1024px) {
    .cnt-lp-form section.form {
        flex-direction: row;
    }
}

.cnt-lp-form section.form .content .mmtitle {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 1em;
}

.cnt-lp-form section.form .content p {
    font-size: 13px;
}

@media screen and (min-width: 1024px) {
    .cnt-lp-form section.form .content {
        width: 41.6666666667%;
    }
}

.cnt-lp-form section.form .cnt-form {
    color: #666666;
}

@media screen and (min-width: 1024px) {
    .cnt-lp-form section.form .cnt-form {
        flex: 1;
    }
}

.cnt-lp-form section.form .cnt-form > .title {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 1em;
}

.cnt-lp-form section.form .cnt-form .info {
    display: flex;
    flex-direction: column;
    gap: 1em;
}

    .cnt-lp-form section.form .cnt-form .info .label {
        background-color: #fefeb5;
        padding-top: 2px;
        padding-bottom: 2px;
    }

.cnt-lp-form section.form .cnt-form .gd-form {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 1024px) {
    .cnt-lp-form section.form .cnt-form .gd-form {
        flex-direction: row;
        flex-wrap: wrap;
        -moz-column-gap: 24px;
        column-gap: 24px;
    }
}

.cnt-lp-form section.form .cnt-form .gd-form .cnt-input {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 24px;
}

@media screen and (min-width: 1024px) {
    .cnt-lp-form section.form .cnt-form .gd-form .cnt-input {
        margin-bottom: 10px;
        flex: 100%;
    }

        .cnt-lp-form section.form .cnt-form .gd-form .cnt-input.dhalf {
            flex-basis: calc(50% - 12px);
        }
}

.cnt-lp-form section.form .cnt-form .gd-form .cnt-input label {
    margin: 0;
    display: flex;
    align-items: center;
}

.cnt-lp-form section.form .cnt-form .gd-form .cnt-input.required label:after {
    content: "*";
    margin-left: 6px;
    color: #d44444;
}

.cnt-lp-form section.form .cnt-form .gd-form .cnt-input.cb {
    flex-direction: row;
    gap: 10px;
}

@media screen and (min-width: 1024px) {
    .cnt-lp-form section.form .cnt-form .gd-form .cnt-input.cb {
        margin-bottom: 10px;
    }
}

.cnt-lp-form section.form .cnt-form .gd-form .cnt-input.cb input {
    width: auto;
    height: auto;
}

.cnt-lp-form section.form .cnt-form .gd-form .cnt-input.cb label:before {
    top: 4px;
}

.cnt-lp-form section.form .cnt-form .gd-form .cnt-input.cb label:after {
    top: 2px;
}

.cnt-lp-form section.form .cnt-form .gd-form input,
.cnt-lp-form section.form .cnt-form .gd-form textarea {
    width: 100%;
    font-family: inherit;
    font-size: inherit;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    border-width: 1px;
    border-color: #eaeaea;
    border-style: solid;
    border-radius: 0;
}

    .cnt-lp-form section.form .cnt-form .gd-form input:focus,
    .cnt-lp-form section.form .cnt-form .gd-form textarea:focus {
        border-color: #919191;
        outline: 0;
    }

.cnt-lp-form section.form .cnt-form .gd-form input {
    height: 37px;
}

@media screen and (min-width: 1024px) {
    .cnt-lp-form section.form .cnt-form .gd-form .bbluee {
        margin-top: 20px;
    }
}

.cnt-lp-form section.form .cnt-input {
    position: relative;
}

.cnt-lp-form section.all {
    width: calc(100% - 40px);
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .cnt-lp-form section.all .bbluee {
        display: flex;
    }

.cnt-lp-form section img {
    width: 100%;
    height: auto;
}

.cnt-lp-form .bbluee {
    border-radius: 0;
    border-color: #408eca;
    border-width: 1px;
    border-style: solid;
    background-color: #408eca;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background-repeat: no-repeat;
    font-family: inherit;
    line-height: normal;
    cursor: pointer;
}

.cnt-lp-form a, .cnt-lp-form a:hover {
    text-decoration: none;
}

.cnt-lp-egitim {
    padding: 0 20px;
    margin-top: 40px;
    font-family: "Montserrat";
    color: #454545;
    line-height: 1.5;
    letter-spacing: initial;
}

@media screen and (min-width: 1024px) {
    .cnt-lp-egitim {
        padding: 0;
    }
}

.cnt-lp-egitim > section {
    position: relative;
    margin-bottom: 60px;
}

@media screen and (min-width: 1024px) {
    .cnt-lp-egitim > section {
        margin-left: auto;
        margin-right: auto;
        max-width: 1276px;
    }
}

.cnt-lp-egitim section.main {
    padding: 55px;
    background-color: #f9f9f9;
    display: flex;
    flex-direction: column;
}

    .cnt-lp-egitim section.main .media {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .cnt-lp-egitim section.main .media img {
            width: auto;
            max-height: 400px;
            margin: auto;
        }

    .cnt-lp-egitim section.main .content {
        padding-left: 16%;
    }

@media screen and (min-width: 1024px) {
    .cnt-lp-egitim section.main {
        flex-direction: row;
    }

        .cnt-lp-egitim section.main > div {
            flex: 1;
        }
}

.cnt-lp-egitim section.main p {
    font-size: 13px;
    margin-bottom: 2em;
}

    .cnt-lp-egitim section.main p.mobo {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

        .cnt-lp-egitim section.main p.mobo .head {
            display: flex;
            align-items: center;
            gap: 4px;
            background-color: #fefeb5;
        }

            .cnt-lp-egitim section.main p.mobo .head svg {
                width: auto;
                height: 13px;
            }

.cnt-lp-egitim section.list .mmtitle {
    font-size: 34px;
    line-height: 1.2;
    font-weight: 900;
    font-family: "Montserrat", "SF Pro Text", serif;
    color: inherit;
}

.cnt-lp-egitim .mmtitle {
    font-size: 20px;
    /*text-transform: uppercase;*/
    font-weight: 800;
    margin-bottom: 1em;
}

.cnt-lp-egitim .list-the .item .desc,
.cnt-lp-egitim .list-the .item .pos,
.cnt-lp-egitim .list-the .item .spaces {
    text-align: left;
    justify-content: flex-start;
}

.cnt-lp-egitim img {
    width: 100%;
    height: auto;
}

.cnt-lp-egitim a, .cnt-lp-egitim a:hover {
    text-decoration: none;
}

.list-the {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    color: black;
}

@media screen and (min-width: 1024px) {
    .list-the {
        gap: 0;
    }
}

.list-the .item {
    border-color: #eaeaea;
    border-width: 1px;
    border-style: solid;
    padding: 30px;
    background-repeat: no-repeat;
    display: flex;
    gap: 1em;
    flex-direction: column;
    align-items: center;
}

@media screen and (min-width: 1024px) {
    .list-the .item {
        flex-direction: row;
        border: none;
        height: 46px;
        padding: 0;
        gap: 0;
    }

        .list-the .item:nth-child(odd) {
            background-color: #f5f5f5;
        }

        .list-the .item:nth-child(even) {
            background-color: white;
        }

        .list-the .item > span {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .list-the .item .time {
            width: 16.6666666667%;
        }

        .list-the .item .desc {
            width: 33.3333333333%;
        }

        .list-the .item .pos {
            width: 16.6666666667%;
        }

        .list-the .item .spaces {
            width: 25%;
        }

        .list-the .item .arrow {
            width: 8.3333333333%;
        }
}

@media screen and (max-width: 1023px) {
    .list-the .item .desc {
        font-weight: bold;
    }
}

.list-the .item .arrow svg {
    width: 24px;
    height: 24px;
}

.list-the .item:hover {
    color: #919191;
}

.cnt-lp-grdemo .product-card-area .product-card-slider .slick-slide .detail-area .detail-title {
    font-size: 18px;
    overflow: hidden;
}
