.fotorama {
    background-color: #000;
}
.comments__holder {
    overflow: hidden;
}
.comments__form {
    float: right;
    max-width: 540px;
    width: 100%;
    padding: 0 0 0 15px;
}
.comments__item {
    margin: 15px 0 0;
}
.comments__item:first-child {
    margin: 0;
}
.comments__footer {
    margin: 5px 0 0;
    font-size: 12px;
    font-weight: 700;
}
.comments__text {
    line-height: 1.4;
}
@media screen and (max-width: 768px) {
    .comments__form {
        float: none;
        max-width: 100%;
        padding: 0;
    }
}
#access {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 12;
    left: 0;
    display: none;
    background-color: rgba(255,255,255,.9);
}
.access {
    border: 5px solid #fb880b;
    padding: 20px;
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
}
.access__center {
    display: table-cell;
    vertical-align: middle;
}
.access__text {
    color: #676768;
    line-height: 3.6rem;
    font-size: 3rem;
    margin: 15px 0;
    text-align: center;
}
.access__text strong {
    font-weight: 700;
    text-transform: uppercase;
}
.access__title {
    color: #0b0b0d;
    font-size: 3rem;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
}
.access__link {
    color: #fb880b;
    text-decoration: underline;
    display: inline-block;
    line-height: normal;
}
.access__link:hover {
    text-decoration: none;
}
@media screen and (max-width: 1170px) {
    .access__text--big {
        font-size: 2.5rem;
    }
}
@media screen and (max-width: 800px) {
    .access__text--big {
        margin: 10px 0;
        line-height: 2rem;
        font-size: 1.8rem;
    }
}
@media screen and (max-width: 480px) {
    .access__text {
        margin: 10px 0;
        line-height: 2rem;
        font-size: 1.8rem;
    }
    .access__text--big {
        font-size: 1.2rem;
        line-height: 1.6rem;
        margin: 5px 0;
    }
    .access__title {
        font-size: 1.6rem;
    }
}
.mfp-iframe-scaler {
    overflow: visible;
}
.sort__item {
    flex: 1 1 auto;
}
.form__hold {
    flex: 1 1 auto;
}
.btn--download {
    min-width: 14rem;
}
@media screen and (max-width: 640px) {
    .mfp-iframe-holder {
        flex-direction: column;
        height: 100%;
        padding: 35px 10px 10px;
    }
    .mfp-iframe-holder .mfp-content {
        flex: 1 0 auto;
        height: 100%;
    }
    .mfp-iframe-scaler {
        padding-top: 0;
        width: 100%;
        height: 100%;
        position: static;
    }
    .mfp-iframe-scaler iframe {
        position: static;
        width: 100%;
        height: 100%;
    }
}
@media screen and (max-width: 767px) {
    .profile__info {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
    }
    .btn-group__item {
        flex: 1 0 auto;
    }
    .btn--download {
        width: 100%;
    }
    .btn__icon {
        display: -webkit-inline-flex;
        display: -moz-inline-flex;
        display: -ms-inline-flex;
        display: -o-inline-flex;
        display: inline-flex;
        vertical-align: middle;
    }
    .btn--download .btn__text {
        display: -webkit-inline-flex;
        display: -moz-inline-flex;
        display: -ms-inline-flex;
        display: -o-inline-flex;
        display: inline-flex;
        vertical-align: middle;
    }

}
.scroll-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9999;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 37px;
    text-align: center;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}
.scroll-top.show  {
    opacity: .8;
}
.mfp-wrap {
    height: 100% !important;
}
.form__row--col {
    -ms-align-items: center;
    align-items: center;
}
@media screen and (max-width: 767px) {
    .btn--download {
        display: block;
    }
}
#loader {
    z-index: 9999999999999999;
    display: none;
}
.loadning #loader {
    display: block;
}
.loadning video::-webkit-media-controls-start-playback-button {
    display: none;
}

.gallery__arr--next, .gallery__arr--prev {
    background-color: transparent;
}



.no-flexwrap .thumbs__list {
    display: block;
    text-align: center;
}
.no-flexwrap .thumbs__item {
    display: inline-block;
    vertical-align: top;
    margin-left: -0.26em;
}
.no-flexwrap .page, .no-flexwrap .page__wrapper, .no-flexwrap .page__main {
    display: block;
    flex: none;
}
.no-flexwrap .form__label {
    width: 160px;
}
.no-flexwrap button.btn--download {
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.no-flexwrap .search__frame {
    box-shadow: none;
}
.no-flexwrap .menu__list {
    display: block;
    text-align: center;
}
.no-flexwrap .menu__item {
    display: inline-block;
    vertical-align: top;
}
.no-flexwrap .btn-group, .no-flexwrap .sort__list {
    display: block;
    text-align: center;
}
.no-flexwrap .btn-group__item, .no-flexwrap .sort__item {
    display: inline-block;
    vertical-align: top;
    float: none;
}
.no-flexwrap .btn__icon, .no-flexwrap .btn__text {
    display: inline-block;
    vertical-align: middle;
}
@media screen and (max-width: 1024px) {
    .no-flexwrap .article {
        width: 100%;
    }
    .no-flexwrap .main__content, .no-flexwrap .header__row {
        display: block;
    }
    .no-flexwrap .header__item--sites {
        width: 100%;
        display: block;
    }
    .no-flexwrap .header__item--mobile {
        float: left;
    }
    .no-flexwrap .header__item:nth-child(4) {
        float: right;
    }
    .no-flexwrap .sites {
        display: block;
    }
    .no-flexwrap .sites__item {
        display: inline-block;
        width: 50%;
        margin-left: -0.26em;
    }
}
@media screen and (max-width: 768px) {
    .watch__description {
        font-size: 16px;
    }
    .no-flexwrap .form__label {
        width: 100%;
    }
    .no-flexwrap .form__row--col, .no-flexwrap .profile__frame {
        display: block;
    }
    .no-flexwrap .form__hold, .no-flexwrap .profile__info {
        display: block;
        width: 100%;
        flex: none;
    }
    .no-flexwrap button.btn--download {
        display: block;
        width: 100%;
    }
    .no-flexwrap .btn-group__item, .no-flexwrap .sort__item {
        width: 100%;
    }
    .no-flexwrap .sort__item {
        text-align: left;
    }
}
.control {
    min-height: 68px;
}
.control img {
    display: block;
}
.profile__list {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -1.5rem -3rem 0 -3rem;
}
.profile__item {
    padding: 1.5rem 3rem 0 3rem;
}
@media screen and (max-width: 1200px) {
    .profile__frame {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.profile__description {
    margin: 20px 0 0;
}
@media screen and (max-width: 480px) {
    .aside--small {
        padding: 10px;
    }
}
.tools__album--small {
    max-width: 288px;
}
.show-tablet {
    display: none;
}
@media screen and (max-width: 1024px) {
    .show-tablet {
        display: block;
    }
}
@media screen and (max-width: 1024px) {
    .hide-tablet {
        display: none;
    }
}
.show-more {
    margin: 20px 0 0;
}
.profile__hold {
    flex: 1 0 auto;
}
.page--vids {
    height: auto;
}
.page--vids body {
    background-color: #fff;
    padding-top: 10px;
    height: auto;
}
.navigation__item--signup .navigation__link {
    font-weight: 700;
}
@media screen and (max-width: 1024px) {
    .navigation__item--signup {
        order: -1;
    }
}
