@media only screen and (min-width: 901px){
    .bookshelf .book-1{
        grid-column: 2 / span 1;
    }
}

@media only screen and (max-width: 900px) {
    .menu-content ul.parent-list {
        left: calc(50% - 350px);
    }

    .menu-content ul.parent-list.sub-menu {
        right: calc(50% - 350px);
    }

    .menu-content ul.parent-list li .link {
        line-height: 62px;
        font-size: 31px;
    }

    .menu-content ul.sub-menu li .link {
        line-height: 39px !important;
        font-size: 16px !important;
    }
    .footer-inside .header-top-left{ 
        width: 80%;
    }
    .molecule-footer .footer-bottom{
        display: block;
    }
    .molecule-footer .footer-bottom {
        text-align: center;
    }
    .footer-inside .footer-nav li{
        display: inline-block;
        float: none;
    }
    .molecule-footer .footer-bottom .left-column,.footer-inside .footer-nav{
        width: 100%;
        margin-top: 10px;
    }
    .footer-bottom .atom-social-website{
        position: absolute;
        top: 30px;
        left: 0;
        right: 0;
        margin: auto;
    }

    .footer-bottom .atom-social-website:before{
        display: none;
    }
   
 
}

@media only screen and (max-width: 767px) {
    .menu-content .menu-container {
        max-height: calc(100vh - 160px);
    }

    .menu-content ul.sub-menu, .menu-content ul.sub-menu {
        float: right;
        width: 100%;
    }

    .menu-content ul.parent-list {
        left: 30px !important;
    }

    .menu-content ul.parent-list:after, .menu-content ul.parent-list:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100px;
        height: 1px;
        border-bottom: 1px dashed #fff;
    }

    .menu-content ul.parent-list, .menu-content ul.parent-list {
        width: 100%;
        padding-bottom: 60px;
    }

    .menu-content ul.sub-menu:after {
        display: none;
    }

    .header-detailed .atom-header-detailed .title {
        font-size: 38px;
        line-height: 40px;
        padding: 25px 0 65px;
    }

    .header-background {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 91%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 91%, 0 100%);
    }

    .header-background {
        background-size: 100%;
        background-position: center 58px;
    }
    .footer-inside .header-top-left{
        width: 100%;
        padding-left: 0;
    }
    .footer-inside .header-top-left .footer-logo{
        position: static;
    }
    .clippy-section.gray-background,  .clippy-section.gray-background, .main-footer .clippy-section.gray-background {
        padding: 20px 0;
    }
  .molecule-partners-carousel__list--item .partner {
        width: 120px;
        height: 80px;
    }
}

@media only screen and (max-width: 520px) {
    .menu-content ul.parent-list li .link {
        line-height: 45px;
        font-size: 24px;
    }

    .menu-content ul.parent-list, .menu-content ul.parent-list {
        padding-bottom: 15px;
    }

    .menu-content ul.sub-menu {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 498px) {
    .header-detailed .atom-header-detailed .title {
        font-size: 28px;
        line-height: 38px;
        padding: 30px 0 50px;
    }

    .header-background {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 96%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 96%, 0 100%);
    }
}