#wrapper {
    position: relative;
    display: block;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-color: rgb(246, 246, 246);
}

#left-sidebar {
    position: relative;
    display: inline-block;
    width: 340px;
    height: 100vh;
    margin-left: 135px;
}

#logo-block {
    width: 100%;
    margin-top: 60px;
}

#links-block {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    margin-top: 210px;
    left: 0;
}

.link-item {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
}

.link-item a {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 1px;
    color: rgb(32, 32, 32);
    transition: 0.7s;
        -webkit-transition: 0.7s;
        -moz-transition: 0.7s;
        -o-transition: 0.7s; 
}

.link-item a:first-child{
    margin-bottom: 25px;
}

.link-item a:hover {
    color: rgb(32, 32, 32, 0.7);
}

#social-block {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin-top: 35px;
}

.social-item {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
}

.sotial-item a {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
}

.sotial-item a:first-child {
    margin-bottom: 25px;
}

.sotial-item a img {
    position: relative;
    display: inline-block;
    width: 33px;
    height: auto;
    transition: 0.7s;
        -webkit-transition: 0.7s;
        -moz-transition: 0.7s;
        -o-transition: 0.7s; 
}

.sotial-item a img:hover {
    opacity: 0.7;
}

#terms-block {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: auto;
    bottom: 161px;
    left: 0px;
}

#terms-block a {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    top: 15px;
    left: -52px;
    font-size: 14px;
    text-decoration: none;
    transform: rotate(270deg);
    color: rgb(32, 32, 32);
    transition: 0.7s;
        -webkit-transition: 0.7s;
        -moz-transition: 0.7s;
        -o-transition: 0.7s;
}

#terms-block a:hover {
    color: rgb(32, 32, 32, 0.7);
}

#copyright-block {
    position: absolute;
    width: 100%;
    bottom: 35px;
    left: 0px;
}

#collagebar,
#jewellerybar {
    position: absolute;
    display: inline-block;
    width: 300px;
    transition: 1.1s;
        -webkit-transition: 1.1s;
        -moz-transition: 1.1s;
        -o-transition: 1.1s;
    background-color: rgb(32, 32, 32);
}

#collagebar {
    height: 100vh;
    top: 100vh;
    right: 0px;
}

#jewellerybar {
    height: 50vh;
    right: -300px;
    bottom: 0px;
}

#collagebar a,
#jewellerybar a {
    position: absolute;
    display: inline-block;
    width: auto;
    height: auto;
    font-size: 28px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: none;
    bottom: 95px;
    left: 50%;
    transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
    transition: 0.7s;
        -webkit-transition: 0.7s;
        -moz-transition: 0.7s;
        -o-transition: 0.7s; 
    color: rgb(246, 246, 246);
}

#collagebar a:hover,
#jewellerybar a:hover {
    color: rgb(246, 246, 246, 0.7);
}

.collagebar-animation {
    top: 0 !important;
}

.sidebar-animation-left {
    right: 300px !important;
}

@media(max-width: 1800px) {
    #logo-block {
        margin-top: 30px !important;
    }
}

@media(max-width: 1600px) {
    #left-sidebar {
        margin-left: 105px;
    }

    #links-block {
        margin-top: 145px;
    }

    .link-item a {
        font-size: 16px;
    }

    .link-item a:first-child {
        margin-bottom: 12px;
    }

    .sotial-item a img {
        width: 26px;
    }

    .sotial-item a:first-child {
        margin-bottom: 8px;
    }

    #terms-block {
        bottom: 129px;
    }

    #terms-block a {
        left: -48px;
        font-size: 13px;
    }

    #copyright-block {
        bottom: 20px;
    }

    #copyright-block span {
        font-size: 11px;
    }

    #collagebar,
    #jewellerybar {
        width: 180px;
    }

    #collagebar a,
    #jewellerybar a {
        font-size: 16px;
        bottom: 65px;
    }

    .sidebar-animation-left {
        right: 180px !important;
    }
}

@media(max-width: 1280px) {
    .link-item a {
        font-size: 14px;
    }

    .sotial-item a img {
        width: 22px;
    }

    #terms-block {
        bottom: 121px;
    }

    #terms-block a {
        left: -39px;
        font-size: 11px;
    }

    #copyright-block {
        display: none;
    }

    #collagebar a,
    #jewellerybar a {
        font-size: 14px;
    }
}

@media(max-width: 1080px) {
    #left-sidebar {
        margin-left: 50px;
    }
}

@media(max-width: 1000px) {
    #logo-block {
        margin-top: 20px !important;
    }

    .sotial-item a img {
        width: 20px;
    }
}

@media(max-width: 750px) {
    #left-sidebar {
        margin-left: 30px;
    }

    #collagebar {
        top: 0px !important;
        right: -200px;
    }

    #collagebar,
    #jewellerybar {
        width: 150px;
    }

    .sidebar-animation-left {
        right: 150px !important;
    }

    .collagebar-animation {
        top: unset !important;
        right: 0 !important;
    }
}

@media(max-width: 620px) {
    #links-block {
        margin-top: 115px;
    }

    #collagebar,
    #jewellerybar {
        width: calc(100% / 3);
    }

    #collagebar {
        right: calc(-1 * (100% / 3));
    }

    .sidebar-animation-left {
        right: calc(100% / 3) !important;
    }
}

@media(max-width: 590px) {
    #wrapper,
    #left-sidebar,
    #collagebar {
        height: calc(100vh - 56px);
    }

    #links-block {
        margin-top: 60px;
    }

    #terms-block {
        bottom: 91px;
    }

    #collagebar a,
    #jewellerybar a {
        bottom: 35px;
    }
}

@media(max-width: 460px) {
    #left-sidebar {
        margin-left: 20px !important;
    }

    .link-item a {
        font-size: 13px;
    }

    #terms-block {
        bottom: 86px;
    }

    #terms-block a {
        left: -37px;
        font-size: 10px;
    }

    #collagebar a,
    #jewellerybar a {
        font-size: 13px;
    }
}

@media(max-width: 430px) {
    .link-item a {
        font-size: 12px;
    }

    .sotial-item a img {
        width: 18px;
    }

    #collagebar a,
    #jewellerybar a {
        font-size: 12px;
    }

    #jewellerybar {
        height: 30vh !important;
    }
}

@media(max-width: 360px) {
    #left-sidebar {
        margin-left: 15px !important;
    }
}

@media(max-height: 700px) {
    #links-block {
        margin-top: 85px;
    }
}

@media(max-height: 580px) {
    #logo-block,
    #links-block {
        margin-top: 30px;
    }

    #social-block {
        margin-top: 25px;
    }
}

@media(max-height: 530px) {
    #copyright-block {
        display: none;
    }
}

@media(max-height: 500px) {
    #logo-block,
    #links-block {
        margin-top: 20px;
    }

    #social-block {
        margin-top: 15px;
    }

    .link-item a:first-child {
        margin-bottom: 8px;
    }
}

@media(max-height: 470px) {
    #terms-block {
        bottom: 86px;
    }

    #collagebar a,
    #jewellerybar a {
        bottom: 35px;
    }
}

@media(max-height: 460px) {
    #terms-block {
        bottom: 0px;
        left: 0px;
        margin-bottom: 35px;
    }

    #terms-block a {
        font-size: 9px;
        top: 0px;
        left: 0px !important;
        transform: none;
    }
}