.open-menu {
    height: 19px;
    width: 25px;
    cursor: pointer;
    background-image: url(../img/bar-white.svg);
    display: block;
}

header.fixed .open-menu {
    background-image: url(../img/bar-white.svg);
}

.block-6.mobile {
    display: block;
}

.block-6.desktop {
    display: none;
}

.menu-desktop {
    display: none;
}

.menu-mobile {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu-responsive {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: auto;
    right: 100%;
    background-color: #2b3134;
    color: #fff;
    z-index: 1049;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    top: 0;
}

.menu-responsive .header-menu {
    height: 30px;
    background-color: #2b3134;
    margin-bottom: 15px;
}

.menu-responsive .logo-menu {
    margin: 22px 0 0 15px;
}

.menu-responsive .close-menu {
    height: 19px;
    width: 25px;
    cursor: pointer;
    background-image: url(../img/close.svg);
    display: block;
    float: right;
    margin-top: 20px;
    margin-right: 20px;
}

.menu-responsive.block {
    right: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.menu-responsive > ul {
    list-style: none;
    padding: 0 0 0 20px;
    margin: 0;
}

.menu-responsive ul li a, .menu-responsive ul li label {
    font-size: 18px;
    padding: 10px;
    display: block;
    color: #fff;
    margin: 0;
}

.menu-responsive ul li a:hover, .menu-responsive ul li a:focus {
    text-decoration: none;
}

.menu-responsive ul li ul {
    padding-left: 2rem;
}

.logo-mobile {
    background-image: url("../img/logo.svg");
    width: 226px;
    height: 36px;
    display: block;
}

.ab-image.w-img {
    margin-left: 0;
}

.main-slider-dot {
    display: none;
}

.slider-contant span {
    font-size: 20px;
}

.slider-contant .slider-title {
    font-size: 40px;
}

p {
    font-size: 16px;
    line-height: 25px;
}

.page__title {
    font-size: 25px;
    line-height: 25px;
}

.lang-mobile {
    display: inline-block;
}

@media (min-width: 576px) {}
@media (min-width: 768px) {}
@media (min-width: 992px) {
    .ab-image.w-img {
        margin-left: 80px;
    }
}

@media (min-width: 1200px) {
    .menu-desktop {
        display: flex;
    }

    .menu-mobile {
        display: none;
    }

    .menu-responsive {
        display: none;
    }

    .main-menu ul li {
        margin-right: 20px;
    }

    .main-slider-dot {
        display: block;
    }

    .slider-contant span {
        font-size: 40px;
    }

    .slider-contant .slider-title {
        font-size: 60px;
    }
    
    p {
        font-size: 18px;
        line-height: 29px;
    }

    .page__title {
        font-size: 45px;
        line-height: 60px;
    }
}

@media (min-width: 1440px) {
    .main-menu ul li {
        margin-right: 40px;
    }   
}

@media only screen and (max-width: 991px) {

    /* Force table to not be like tables anymore */
    table,
    thead,
    tbody,
    th,
    td,
    tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    tr { border: 1px solid #ccc; }

    td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align:left;
    }

    td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align:left;
        font-weight: bold;
    }

    /*
    Label the data
    */
    td:before { content: attr(data-title); }
}

.footer-logo {
    max-width: 150px;
    display: block;
}