/*Library*/
a{
    text-decoration: none;
}
.lib-background{
    background-color: black;
    width: 100%;
    position: absolute;
    left: 0;
    top: 72px;
}
.slick-track .container{
    max-width: unset !important;
    margin: 0;
    padding: 0 10px;
}
.lib_content{
    margin-top: 700px;
}
.lib_search_block{
    position: absolute;
    left: 0;
    top: 622px;
    background-color: #ECEBE5;
}
.lib_search_block .home_container{
    margin: 0 auto;
}
.mzpz{
    margin: 0;
    padding: 0;
}
.content{
    margin-top: 0 !important;
}
.get_in_touch{
    display: flex;
}
.get_in_touch2{
    display: none;
}
.page_name {
    font-size: 45px;
    font-weight: 600;
    line-height: 66px;
    letter-spacing: -0.02em;
    text-align: left;
    color: white;
    max-width: 100%;
    word-wrap: break-word;
}
.under_title{
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFFB2;
    word-wrap: break-word;
}
.filters-row {
    display: flex;
    flex-direction: column;
    width: 740px;
}
.lib-background .home_container{
    margin: 0 auto;
}
.lib_search_block .lib_input{
    width: 100%;
    background-color: #ECEBE5;
    display: flex;
    justify-content: space-between;
    padding: 60px 0 60px 0;
    margin: 0 auto;
}

/*.action a:nth-child(1){*/
/*    border-bottom: 2px solid #1E1E1E;*/
/*    font-weight: 600;*/
/*    color: #1E1E1E;*/
/*}*/
.action{
    width: 100%;
    padding: 60px 40px 40px 40px;
    text-align: center;
    overflow-x: auto;
    white-space: nowrap;
}
.content{
    margin-top: 190px;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}
.action a{
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
    color: #1E1E1EB2;
    text-decoration: none;
    padding: 0px 40px 24px 40px;
    cursor: pointer;
}
.loader {
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #3498db;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    display: none;
}
.loader-div{
    display: flex;
    justify-content: center;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/*.active{*/
/*    border-bottom: 2px solid rgb(30, 30, 30);*/
/*    font-weight: 600 !important;*/
/*    color: rgb(30, 30, 30) !important;*/
/*}*/
.action .active{
    border-bottom: 2px solid rgb(30, 30, 30);
    font-weight: 600;
    color: rgb(30, 30, 30);
}
.load_more{
    /*width: 152px;*/
    height: 56px;
    border: 1.25px solid rgba(33, 71, 87, 0.15);
    border-radius: 5px;
    padding: 14px 32px 16px 32px;
    font-size: 17px;
    line-height: 23.94px;
    font-weight: 600;
    color: rgba(33, 71, 87, 1);
}

@media all and (max-width: 992px){
    .filters-row{
        width: unset;
    }
}
@media all and (max-width: 1400px) {
    .lib_search_block .lib_input {
        padding: 30px 0;
    }
}