@media (min-width: 1200px) {
    .dialog-full-width .uk-modal-header {
        padding: 40px 70px;
    }
    .dialog-full-width .uk-modal-body {
        padding: 40px 70px;
    }
}

@media (max-width: 600px) {
    h2 {
        text-align: center;
    }
    h2 br, h4 br {
        display: none;
    }

    .logo {
        width: 35%;
    }

    .swiper-container {
        padding: 15px;
    }
    .slider-text {
        font-size: 26px;
        line-height: 32px;
    }
    .main-slide::before {
        content: '';
        opacity: 0.6;
    }

    .main-slide:after {
        content: '';
        opacity: 0.6;
    }
    .triangle1 {
        width: 120px;
        height: 145px;
        left: 4%;
    }

    .triangle2 {
        width: 120px;
        height: 145px;
    }
    .triangle4 {
        top: 48%;
    }
    .uk-h2, h2 {
        font-size: 1.5rem;
        line-height: 1.3;
    }

    section#questions h2 {
        margin-bottom: 0 !important;
    }

    .questions-wrap {
        position: relative;
        width: 100%;
        top: inherit;
        transform: inherit;
    }

    .questions-item {
        width: 100%;
        height: auto;
        padding: 15px;
        box-sizing: border-box;
    }

    .questions-wrap > div {
        display: block;
    }
    .questions-wrap > div > div {
        margin-bottom: 20px
    }
    .questions-wrap div:nth-child(2n) .questions-item {
        margin-left: 0;
        margin-right: 0;
    }
    .header-title {
        display: block;
        text-align: center;
    }

    .header-title-nav > div {
        display: block;
        margin: 25px 0;
    }

    .header-title-nav > ul {
        display: block;
        margin: 25px 0;
    }

    .header-title-nav > ul li {
        display: block;
        text-align: center;
    }

    .full-width .region {
        display: block;
    }

    .full-width .region > div{
        margin: 10px 0;
    }

    .steps {
        padding: 15px;
        text-align: center;
        position: relative;
    }

    .step {
        display: none;
    }
    .stet-arrow {
        display: none;
    }

    .questions-wrapper .slider-text {
        top: inherit;
        transform: translateX(-50%);
        bottom: 10%;
        text-align: center;
        left: 50%;
    }

    .questions-wrapper .slider-text .uk-flex {
        display: table;
        margin: 20px auto !important;
    }

    .questions-wrapper .slider-text .uk-flex a {
        display: block;
        margin: 10px auto !important;
    }
    .questions-wrapper:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(3deg, #1c407bc7 24.85%, rgba(28, 64, 123, 0) 80.46%);
    }

    footer .uk-flex {
        display: block;
        text-align: center;
    }

    .copy-text {
        border-left: none;
        padding-left: 0;
        margin-left: 0;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .uk-card-mod {
        display: block;
    }

    .uk-card-mod svg {
        margin-right: inherit;
        margin: 0 auto 20px;
    }

    .menu-wrap {
        position: fixed;
        width: 100%;
        background: #2D4B91;
        display: block !important;
        top: 0;
        left: -100%;
        height: 100vh;
        z-index: 9999;
        text-align: center;
        box-sizing: border-box;
        padding: 10%;
        transition: left .3s ease-in-out;
    }

    .menu-wrap.open {
        
        left: 0;
    }

    #topBar .menu-wrap.open li {
        margin: 10px 0;
    }

    #topBar .menu-wrap.open li a {
        font-size: 16px;
        color: #E1EBF5;
        text-transform: uppercase;
        line-height: 1.3;
        font-weight: 700;
    }
    .close-menu {
        position: absolute;
        top: 30px;
        left: 15px;
    }

    

    .menu-wrap .mod-button {
        margin: 40px auto 20px;
    }

    .menu-wrap .phone span {
        color: #fff;
        font-size: 14px;
        line-height: 34px;
        text-align: center;
        display: block;
    }

    .menu-wrap .phone a {
        color: #fff;
    }
}
