@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap";

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: rgba(0,0,0,0)
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

button, [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button
}

    button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
        border-style: none;
        padding: 0
    }

    button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
        outline: 1px dotted ButtonText
    }

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

    [type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

* {
    color: inherit;
    margin: 0;
    box-sizing: border-box;
    outline: none
}

html {
    scroll-behavior: smooth
}

body, body * {
    font-family: "Montserrat",sans-serif !important;
    color: inherit;
    margin: 0;
    box-sizing: border-box
}

ul {
    padding: 0;
    list-style-type: none
}

a {
    text-decoration: none
}

img {
    max-width: 100%;
    height: auto
}

    img:not([src]):not([srcset]) {
        visibility: hidden
    }

picture img {
    display: block
}

.container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    box-sizing: border-box
}

.container-fluid {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin: 0 auto;
    box-sizing: border-box
}

.row {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap
}

.container-sm {
    width: 100%;
    max-width: 390px;
    margin: 0 auto;
    box-sizing: border-box
}

.container-md {
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
    box-sizing: border-box
}

.container-lg {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    box-sizing: border-box
}

.container-xl {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    box-sizing: border-box
}

.container-xxl {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    box-sizing: border-box
}

.gap-0 > * {
    padding: 0
}

.gap-0 {
    margin-left: 0;
    margin-right: 0
}

.gap-1 > * {
    padding: 10px
}

.gap-1 {
    margin-left: -10px;
    margin-right: -10px
}

.gap-2 > * {
    padding: 20px
}

.gap-2 {
    margin-left: -20px;
    margin-right: -20px
}

.gap-3 > * {
    padding: 30px
}

.gap-3 {
    margin-left: -30px;
    margin-right: -30px
}

@media(min-width: 0) {
    .col-xs-1 {
        box-sizing: border-box;
        -webkit-flex-grow: 0;
        flex-grow: 0;
        width: 8.3333333333%
    }

    .col-xs-2 {
        box-sizing: border-box;
        -webkit-flex-grow: 0;
        flex-grow: 0;
        width: 16.6666666667%
    }

    .col-xs-3 {
        box-sizing: border-box;
        -webkit-flex-grow: 0;
        flex-grow: 0;
        width: 25%
    }

    .col-xs-4 {
        box-sizing: border-box;
        -webkit-flex-grow: 0;
        flex-grow: 0;
        width: 33.3333333333%
    }

    .col-xs-5 {
        box-sizing: border-box;
        -webkit-flex-grow: 0;
        flex-grow: 0;
        width: 41.6666666667%
    }

    .col-xs-6 {
        box-sizing: border-box;
        -webkit-flex-grow: 0;
        flex-grow: 0;
        width: 50%
    }

    .col-xs-7 {
        box-sizing: border-box;
        -webkit-flex-grow: 0;
        flex-grow: 0;
        width: 58.3333333333%
    }

    .col-xs-8 {
        box-sizing: border-box;
        -webkit-flex-grow: 0;
        flex-grow: 0;
        width: 66.6666666667%
    }

    .col-xs-9 {
        box-sizing: border-box;
        -webkit-flex-grow: 0;
        flex-grow: 0;
        width: 75%
    }

    .col-xs-10 {
        box-sizing: border-box;
        -webkit-flex-grow: 0;
        flex-grow: 0;
        width: 83.3333333333%
    }

    .col-xs-11 {
        box-sizing: border-box;
        -webkit-flex-grow: 0;
        flex-grow: 0;
        width: 91.6666666667%
    }

    .col-xs-12 {
        box-sizing: border-box;
        -webkit-flex-grow: 0;
        flex-grow: 0;
        width: 100%
    }
}

@media(min-width: 390px) {
    .col-sm-1 {
        box-sizing: border-box;
        -webkit-flex-grow: 0;
        flex-grow: 0;
        width: 8.3333333333%
    }

    .col-sm-2 {
        box-sizing: border-box;
        -webkit-flex-grow: 0;
        flex-grow: 0;
        width: 16.6666666667%
    }

    .col-sm-3 {
        box-sizing: border-box;
        -webkit-flex-grow: 0;
        flex-grow: 0;
        width: 25%
    }

    .col-sm-4 {
        box-sizing: border-box;
        -webkit-flex-grow: 0;
        flex-grow: 0;
        width: 33.3333333333%
    }

    .col-sm-5 {
        box-sizing: border-box;
        -webkit-flex-grow: 0;
        flex-grow: 0;
        width: 41.6666666667%
    }

    .col-sm-6 {
        box-sizing: border-box;
        -webkit-flex-grow: 0;
        flex-grow: 0;
        width: 50%
    }

    .col-sm-7 {
        box-sizing: border-box;
        -webkit-flex-grow: 0;
        flex-grow: 0;
        width: 58.3333333333%
    }

    .col-sm-8 {
        box-sizing: border-box;
        -webkit-flex-grow: 0;
        flex-grow: 0;
        width: 66.6666666667%
    }

    .col-sm-9 {
        box-sizing: border-box;
        -webkit-flex-grow: 0;
        flex-grow: 0;
        width: 75%
    }

    .col-sm-10 {
        box-sizing: border-box;
        -webkit-flex-grow: 0;
        flex-grow: 0;
        width: 83.3333333333%
    }

    .col-sm-11 {
        box-sizing: border-box;
        -webkit-flex-grow: 0;
        flex-grow: 0;
        width: 91.6666666667%
    }

    .col-sm-12 {
        box-sizing: border-box;
        -webkit-flex-grow: 0;
        flex-grow: 0;
        width: 100%
    }
}

@media(min-width: 768px) {
    .col-md-1 {
        box-sizing: border-box;
        -webkit-flex-grow: 0;
        flex-grow: 0;
        width: 8.3333333333%
    }

    .col-md-2 {
        box-sizing: border-box;
        -webkit-flex-grow: 0;
        flex-grow: 0;
        width: 16.6666666667%
    }

    .col-md-3 {
        box-sizing: border-box;
        -webkit-flex-grow: 0;
        flex-grow: 0;
        width: 25%
    }

    .col-md-4 {
        box-sizing: border-box;
        -webkit-flex-grow: 0;
        flex-grow: 0;
        width: 33.3333333333%
    }

    .col-md-5 {
        box-sizing: border-box;
        -webkit-flex-grow: 0;
        flex-grow: 0;
        width: 41.6666666667%
    }

    .col-md-6 {
        box-sizing: border-box;
        -webkit-flex-grow: 0;
        flex-grow: 0;
        width: 50%
    }

    .col-md-7 {
        box-sizing: border-box;
        -webkit-flex-grow: 0;
        flex-grow: 0;
        width: 58.3333333333%
    }

    .col-md-8 {
        box-sizing: border-box;
        -webkit-flex-grow: 0;
        flex-grow: 0;
        width: 66.6666666667%
    }

    .col-md-9 {
        box-sizing: border-box;
        -webkit-flex-grow: 0;
        flex-grow: 0;
        width: 75%
    }

    .col-md-10 {
        box-sizing: border-box;
        -webkit-flex-grow: 0;
        flex-grow: 0;
        width: 83.3333333333%
    }

    .col-md-11 {
        box-sizing: border-box;
        -webkit-flex-grow: 0;
        flex-grow: 0;
        width: 91.6666666667%
    }

    .col-md-12 {
        box-sizing: border-box;
        -webkit-flex-grow: 0;
        flex-grow: 0;
        width: 100%
    }
}

@media(min-width: 1280px) {
    .col-lg-1 {
        box-sizing: border-box;
        -webkit-flex-grow: 0;
        flex-grow: 0;
        width: 8.3333333333%
    }

    .col-lg-2 {
        box-sizing: border-box;
        -webkit-flex-grow: 0;
        flex-grow: 0;
        width: 16.6666666667%
    }

    .col-lg-3 {
        box-sizing: border-box;
        -webkit-flex-grow: 0;
        flex-grow: 0;
        width: 25%
    }

    .col-lg-4 {
        box-sizing: border-box;
        -webkit-flex-grow: 0;
        flex-grow: 0;
        width: 33.3333333333%
    }

    .col-lg-5 {
        box-sizing: border-box;
        -webkit-flex-grow: 0;
        flex-grow: 0;
        width: 41.6666666667%
    }

    .col-lg-6 {
        box-sizing: border-box;
        -webkit-flex-grow: 0;
        flex-grow: 0;
        width: 50%
    }

    .col-lg-7 {
        box-sizing: border-box;
        -webkit-flex-grow: 0;
        flex-grow: 0;
        width: 58.3333333333%
    }

    .col-lg-8 {
        box-sizing: border-box;
        -webkit-flex-grow: 0;
        flex-grow: 0;
        width: 66.6666666667%
    }

    .col-lg-9 {
        box-sizing: border-box;
        -webkit-flex-grow: 0;
        flex-grow: 0;
        width: 75%
    }

    .col-lg-10 {
        box-sizing: border-box;
        -webkit-flex-grow: 0;
        flex-grow: 0;
        width: 83.3333333333%
    }

    .col-lg-11 {
        box-sizing: border-box;
        -webkit-flex-grow: 0;
        flex-grow: 0;
        width: 91.6666666667%
    }

    .col-lg-12 {
        box-sizing: border-box;
        -webkit-flex-grow: 0;
        flex-grow: 0;
        width: 100%
    }
}

@media(min-width: 1366px) {
    .col-xl-1 {
        box-sizing: border-box;
        -webkit-flex-grow: 0;
        flex-grow: 0;
        width: 8.3333333333%
    }

    .col-xl-2 {
        box-sizing: border-box;
        -webkit-flex-grow: 0;
        flex-grow: 0;
        width: 16.6666666667%
    }

    .col-xl-3 {
        box-sizing: border-box;
        -webkit-flex-grow: 0;
        flex-grow: 0;
        width: 25%
    }

    .col-xl-4 {
        box-sizing: border-box;
        -webkit-flex-grow: 0;
        flex-grow: 0;
        width: 33.3333333333%
    }

    .col-xl-5 {
        box-sizing: border-box;
        -webkit-flex-grow: 0;
        flex-grow: 0;
        width: 41.6666666667%
    }

    .col-xl-6 {
        box-sizing: border-box;
        -webkit-flex-grow: 0;
        flex-grow: 0;
        width: 50%
    }

    .col-xl-7 {
        box-sizing: border-box;
        -webkit-flex-grow: 0;
        flex-grow: 0;
        width: 58.3333333333%
    }

    .col-xl-8 {
        box-sizing: border-box;
        -webkit-flex-grow: 0;
        flex-grow: 0;
        width: 66.6666666667%
    }

    .col-xl-9 {
        box-sizing: border-box;
        -webkit-flex-grow: 0;
        flex-grow: 0;
        width: 75%
    }

    .col-xl-10 {
        box-sizing: border-box;
        -webkit-flex-grow: 0;
        flex-grow: 0;
        width: 83.3333333333%
    }

    .col-xl-11 {
        box-sizing: border-box;
        -webkit-flex-grow: 0;
        flex-grow: 0;
        width: 91.6666666667%
    }

    .col-xl-12 {
        box-sizing: border-box;
        -webkit-flex-grow: 0;
        flex-grow: 0;
        width: 100%
    }
}

@media(min-width: 1440px) {
    .col-xxl-1 {
        box-sizing: border-box;
        -webkit-flex-grow: 0;
        flex-grow: 0;
        width: 8.3333333333%
    }

    .col-xxl-2 {
        box-sizing: border-box;
        -webkit-flex-grow: 0;
        flex-grow: 0;
        width: 16.6666666667%
    }

    .col-xxl-3 {
        box-sizing: border-box;
        -webkit-flex-grow: 0;
        flex-grow: 0;
        width: 25%
    }

    .col-xxl-4 {
        box-sizing: border-box;
        -webkit-flex-grow: 0;
        flex-grow: 0;
        width: 33.3333333333%
    }

    .col-xxl-5 {
        box-sizing: border-box;
        -webkit-flex-grow: 0;
        flex-grow: 0;
        width: 41.6666666667%
    }

    .col-xxl-6 {
        box-sizing: border-box;
        -webkit-flex-grow: 0;
        flex-grow: 0;
        width: 50%
    }

    .col-xxl-7 {
        box-sizing: border-box;
        -webkit-flex-grow: 0;
        flex-grow: 0;
        width: 58.3333333333%
    }

    .col-xxl-8 {
        box-sizing: border-box;
        -webkit-flex-grow: 0;
        flex-grow: 0;
        width: 66.6666666667%
    }

    .col-xxl-9 {
        box-sizing: border-box;
        -webkit-flex-grow: 0;
        flex-grow: 0;
        width: 75%
    }

    .col-xxl-10 {
        box-sizing: border-box;
        -webkit-flex-grow: 0;
        flex-grow: 0;
        width: 83.3333333333%
    }

    .col-xxl-11 {
        box-sizing: border-box;
        -webkit-flex-grow: 0;
        flex-grow: 0;
        width: 91.6666666667%
    }

    .col-xxl-12 {
        box-sizing: border-box;
        -webkit-flex-grow: 0;
        flex-grow: 0;
        width: 100%
    }
}

@-webkit-keyframes full-width {
    100% {
        width: 100%
    }
}

@keyframes full-width {
    100% {
        width: 100%
    }
}

@-webkit-keyframes full-height {
    100% {
        height: 100%
    }
}

@keyframes full-height {
    100% {
        height: 100%
    }
}

@-webkit-keyframes position-bottom {
    100% {
        bottom: 0
    }
}

@keyframes position-bottom {
    100% {
        bottom: 0
    }
}

@media(min-width: 0) {
    header {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        padding: 0 20px;
        width: 100%;
        position: relative;
        z-index: 100
    }

        header picture img {
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: center;
            object-position: center;
            position: absolute;
            inset: 0;
            z-index: -1;
            width: 100%;
            height: 100%
        }

        header.absolute-transparent {
            position: absolute;
            top: 0;
            left: 0;
            background-color: rgba(0,0,0,0);
            background: none
        }

            header.absolute-transparent > picture {
                display: none
            }

        header .header-group {
            display: -webkit-flex;
            display: flex;
            -webkit-align-items: center;
            align-items: center;
            -webkit-justify-content: space-between;
            justify-content: space-between;
            padding: 32px 0
        }

            header .header-group .logo {
                width: 200px;
                height: 40px
            }

                header .header-group .logo a {
                    display: inline-block;
                    width: 100%;
                    height: 100%
                }

            header .header-group .menu-icon-container {
                width: 48px;
                height: 48px;
                cursor: pointer
            }

                header .header-group .menu-icon-container img {
                    width: 48px;
                    height: 48px
                }

            header .header-group nav {
                display: none
            }

            header .header-group .menu-list {
                color: #fff
            }
}

@media(min-width: 1366px) {
    header .header-group {
        padding: 0;
        padding-left: 60px
    }

        header .header-group nav {
            display: initial;
            border-bottom: 1px solid rgba(255,255,255,.3)
        }

            header .header-group nav .menu-list {
                display: -webkit-flex;
                display: flex;
                -webkit-align-items: center;
                align-items: center;
                -webkit-justify-content: center;
                justify-content: center
            }

                header .header-group nav .menu-list a {
                    display: inline-block;
                    padding: 32px 32px;
                    font-size: 14px;
                    font-weight: 20px;
                    position: relative
                }

                    header .header-group nav .menu-list a:hover {
                        color: #ededed
                    }

                    header .header-group nav .menu-list a.current {
                        color: #ffb334
                    }

                        header .header-group nav .menu-list a.current::after {
                            content: "";
                            display: inline-block;
                            position: absolute;
                            background-color: #ffb334;
                            width: 7px;
                            height: 7px;
                            border-radius: 50%;
                            bottom: 20%;
                            left: 50%;
                            -webkit-transform: translate(-50%, -50%);
                            transform: translate(-50%, -50%)
                        }

        header .header-group .menu-icon-container {
            display: none
        }
}

@media(min-width: 0) {
    .mobile-menu {
        background-color: #c11e43;
        width: 85%;
        max-width: 450px;
        position: fixed;
        top: 0;
        right: 0;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        border-bottom-left-radius: 20px;
        -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
        filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
        z-index: 150
    }

        .mobile-menu .mobile-menu-bg {
            -o-object-position: center;
            object-position: center;
            -o-object-fit: cover;
            object-fit: cover;
            position: absolute;
            width: 100%;
            height: 100%;
            inset: 0;
            opacity: .7;
            z-index: -1
        }

        .mobile-menu .btn-nav-close {
            -webkit-align-self: flex-end;
            align-self: flex-end;
            margin-right: 20px;
            margin-top: 30px;
            cursor: pointer
        }

        .mobile-menu .logo {
            margin-top: 30px;
            margin-bottom: 30px
        }

            .mobile-menu .logo a {
                display: inline-block;
                width: 100%;
                height: 100%
            }

        .mobile-menu nav {
            -webkit-align-self: stretch;
            align-self: stretch
        }

        .mobile-menu .menu-list {
            text-align: center;
            color: #fff
        }

            .mobile-menu .menu-list .menu-item {
                font-weight: 500;
                font-size: 14px;
                line-height: 20px;
                border-bottom: .5px solid rgba(255,255,255,.3)
            }

                .mobile-menu .menu-list .menu-item a {
                    display: inline-block;
                    width: 100%;
                    padding: 12px 0
                }

        .mobile-menu .social-media-container {
            padding: 10px 0;
            display: -webkit-flex;
            display: flex;
            -webkit-justify-content: center;
            justify-content: center
        }

            .mobile-menu .social-media-container .social-media-link {
                display: inline-block
            }

                .mobile-menu .social-media-container .social-media-link img {
                    height: 54px;
                    width: 54px
                }
}

@media(min-width: 390px) {
    .mobile-menu {
        width: 75%
    }

        .mobile-menu .menu-list .menu-item a {
            padding: 24px 0
        }
}

.overlay-effect {
    background-color: rgba(0,0,0,.25);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 145
}

@media(min-width: 0) {
    footer {
        background-color: #ffb334
    }

        footer * {
            color: #fff;
            font-size: 14px
        }

        footer .logo-container {
            display: -webkit-flex;
            display: flex;
            -webkit-align-items: center;
            align-items: center;
            -webkit-justify-content: center;
            justify-content: center;
            padding: 20px 0
        }

        footer .useful-link-container {
            display: -webkit-flex;
            display: flex;
            -webkit-align-items: center;
            align-items: center;
            -webkit-justify-content: center;
            justify-content: center;
            text-align: center;
            padding: 20px 0
        }

            footer .useful-link-container .useful-links {
                display: -webkit-flex;
                display: flex;
                -webkit-align-items: center;
                align-items: center;
                -webkit-justify-content: center;
                justify-content: center;
                -webkit-flex-direction: column;
                flex-direction: column
            }

                footer .useful-link-container .useful-links li a {
                    display: inline-block;
                    padding: 10px 10px
                }

        footer .social-media-container {
            padding: 10px 0;
            display: -webkit-flex;
            display: flex;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-flex-wrap: wrap;
            flex-wrap: wrap
        }

            footer .social-media-container .social-media-link {
                display: inline-block
            }

                footer .social-media-container .social-media-link img {
                    height: 54px;
                    width: 54px
                }

        footer .copyright {
            text-align: center;
            padding: 30px 0
        }
}

@media(min-width: 768px) {
    footer * {
        font-size: 16px
    }
}

@media(min-width: 1280px) {
    footer {
        padding-top: 50px
    }

        footer .container > .row {
            -webkit-align-items: center;
            align-items: center
        }

        footer .copyright {
            padding: 0;
            padding-bottom: 20px
        }
}

@media(min-width: 1366px) {
    footer * {
        font-size: 16px
    }

    footer .useful-link-container .useful-links {
        -webkit-flex-direction: row;
        flex-direction: row
    }
}

#go-top {
    background-image: url("https://cdn.memorial.com.tr/files/LPDosyalar/static/sanat/images/icon-go-top.svg");
    background-position: center;
    background-repeat: no-repeat;
    position: fixed;
    bottom: 20px;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
    transition: right .5s;
    box-shadow: 0px 0px 28px -9px rgba(0,0,0,.75);
    z-index: 10
}

@media(min-width: 0) {
    .popup {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 160;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center
    }

        .popup .wrapper {
            background-color: #fff;
            margin-right: 20px;
            border-radius: 20px;
            margin-left: 20px;
            max-width: 600px;
            padding: 20px;
            overflow: hidden;
            position: relative
        }

            .popup .wrapper #popup-close {
                display: inline-block;
                cursor: pointer;
                position: absolute;
                right: 10px;
                top: 10px;
                width: 24px;
                height: 24px;
                background-image: url("https://cdn.memorial.com.tr/files/LPDosyalar/static/sanat/images/icon-close-black.svg")
            }

            .popup .wrapper .title {
                font-size: 16px;
                font-weight: 600;
                width: 90%
            }

            .popup .wrapper .content {
                height: 60vh;
                overflow-y: scroll;
                margin-top: 20px;
                margin-bottom: 20px;
                font-size: 12px;
                line-height: 18px
            }

                .popup .wrapper .content h2 {
                    font-size: 14px;
                    margin: 5px 0;
                    font-weight: 600
                }

                .popup .wrapper .content p {
                    font-size: 12px;
                    margin: 5px 0
                }
}

@media(min-width: 0) {
    .breadcrumb {
        background-color: #fff
    }

        .breadcrumb ul {
            display: -webkit-flex;
            display: flex;
            padding: 0 10px;
            overflow: auto
        }

            .breadcrumb ul li {
                padding: 10px 5px 10px;
                display: -webkit-flex;
                display: flex;
                -webkit-align-items: center;
                align-items: center;
                max-height: 50px;
                font-size: 12px;
                font-weight: 500
            }

                .breadcrumb ul li a {
                    text-decoration: underline
                }

                .breadcrumb ul li.active {
                    color: #424242
                }

                .breadcrumb ul li::after {
                    content: ">";
                    display: inline-block;
                    margin-left: 4px
                }

                .breadcrumb ul li:last-child::after {
                    display: none
                }
}

@media(min-width: 390px) {
    .breadcrumb ul {
        padding: 0 20px
    }
}

@media(min-width: 1440px) {
    .breadcrumb ul {
        padding: 0 70px
    }

        .breadcrumb ul li {
            padding: 10px 5px 10px;
            display: -webkit-flex;
            display: flex;
            -webkit-align-items: center;
            align-items: center;
            max-height: 50px;
            font-size: 14px;
            font-weight: 500
        }
}

input:focus:not(.valid),
textarea:focus:not(.valid),
select:focus:not(.valid) {
    border-color: #de1036 !important;
    outline: 0 !important;
}

.valid {
    border-color: #28a745 !important;
}

.has-error {
    -moz-animation: vibration .75s cubic-bezier(.36, .07, .19, .97) both;
    -o-animation: vibration .75s cubic-bezier(.36, .07, .19, .97) both;
    -webkit-animation: vibration .75s cubic-bezier(.36, .07, .19, .97) both;
    animation: vibration .75s cubic-bezier(.36, .07, .19, .97) both;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-perspective: 1000px;
    -ms-perspective: 1000px;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    outline: none !important;
}

span.error {
    color: #ba0c2f !important;
    position: absolute;
    font-size: 11px !important;
    right: 15px;
    bottom: 7px;
    background-color: #f3f3f3;
    border-radius: 5px;
    padding: 0 5px;
    opacity: .9;
}

.checkbox .error {
    bottom: -20px;
}

.iti__search-input {
    padding-left: 30px !important;
}
