.nprogress-container {
    z-index: 1000000
}

#nprogress .bar, .nprogress-container {
    height: 3px;
    position: fixed !important;
    top: 80px
}

#nprogress .bar {
    background: #ffe500 !important;
    z-index: 1000000 !important
}

#nprogress .peg {
    box-shadow: none !important
}

#nprogress .spinner-icon {
    display: none !important
}

@media (max-width: 768px) {
    #nprogress .bar, .nprogress-container {
        top: 60px
    }
}

@font-face {
    font-family: Ttcommons;
    src: url(/fonts/TTCommons-Medium.eot) format("eot"), url(/fonts/TTCommons-Medium.woff2) format("woff2"), url(/fonts/TTCommons-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Ttcommons;
    src: url(/fonts/TTCommons-Regular.eot) format("eot"), url(/fonts/TTCommons-Regular.woff2) format("woff2"), url(/fonts/TTCommons-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Ttcommons;
    src: url(/fonts/TTCommons-Light.eot) format("eot"), url(/fonts/TTCommons-Light.woff2) format("woff2"), url(/fonts/TTCommons-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Ttcommons;
    src: url(/fonts/TTCommons-DemiBold.eot) format("eot"), url(/fonts/TTCommons-DemiBold.woff2) format("woff2"), url(/fonts/TTCommons-DemiBold.woff) format("woff");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: Ttcommons;
    src: url(/fonts/TTCommons-ExtraBold.eot) format("eot"), url(/fonts/TTCommons-ExtraBold.woff2) format("woff2"), url(/fonts/TTCommons-ExtraBold.woff) format("woff");
    font-weight: 800;
    font-style: normal
}

.question-form .error-message.active, .question-form .success-message.active {
    display: block
}

.question-form .success-message {
    margin-top: 20px
}

.div-block-87 {
    z-index: 1
}

.phpdebugbar li {
    font-size: 14px
}

.link-block-4 {
    padding: 15px 25px
}

body {
    font-family: Overpass,Arial,sans-serif
}

.photobook-cards {
    display: grid;
    grid-template-columns:repeat(auto-fill, minmax(370px, 1fr));
    grid-gap: 16px
}

@media (max-width: 478px) {
    .photobook-cards {
        grid-template-columns:repeat(auto-fill, minmax(250px, 1fr));
        grid-gap: 21px
    }
}

.photobook-cards__card {
    padding: 32px;
    background: rgba(207, 214, 226, .3);
    border-radius: 10px;
    display: flex;
    flex-direction: column
}

.photobook-cards__card img {
    display: block;
    width: 100%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16)
}

.photobook-cards__card-bg {
    position: relative;
    padding-bottom: 100%
}

.photobook-cards__card-bg img {
    display: block;
    width: 100%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    position: absolute
}

.photobook-cards__card-footer {
    display: flex;
    margin: 40px 0 8px;
    align-items: center;
    font-size: 18px
}

.photobook-cards__card-footer a {
    display: block;
    height: 53px;
    line-height: 55px;
    background: #2b50b5;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    width: 191px;
    text-align: center;
    font-weight: 600;
    transition: transform .15s ease
}

.photobook-cards__card-footer a:active {
    transform: translateY(1px)
}

.photobook-cards__card-footer span {
    margin-left: 17px;
    color: #95a8db;
    font-weight: 500
}

.menu__right-block, .menu__right-block .login-link {
    display: flex;
    align-items: center
}

.menu__right-block .login-link {
    justify-content: center;
    width: 46px;
    height: 46px;
    background: #cfd6e2;
    border-radius: 50%;
    margin-left: 16px
}

.code-login-block__login-btn {
    display: inline-flex;
    align-items: center;
    padding-top: 6px
}

.code-login-block__login-btn > div {
    display: block
}

.code-login-block__login-btn > div.div-block-69 {
    margin-top: -4px
}

.code-login-block__login-container {
    display: flex;
    justify-content: center
}

@media (max-width: 479px) {
    .code-login-block .div-block-78 {
        padding-right: 8px
    }

    .code-login-block .div-block-79 {
        margin-left: none
    }
}

.page-heading {
    background-size: cover
}

.gallery {
    transition: opacity 400ms ease;
}

.gallery-hidden {
    visibility: hidden;
    opacity: 0;
}

.gallery-visible {
    opacity: 1;
    visibility: visible;
}