.private .new_title h1 {
     margin-top: 0;
}
.private b ~ h2 {
    margin: 0 0 15px 7px;
    color: var(--font-color-accent);
}
/*.private h2 {
    margin: 0 0 15px 0;
    color: #4baeb4;
}*/
/*ul.col2 {
     list-style: none;
 }
ul.col2>li {
    float: left;
    width: 49%;
    padding-left: 2%;
    position: relative;
}
ul.col2>li:first-child {
    padding-left: 0;
}*/
/*ul.col3 {
     list-style: none;
}
ul.col3>li {
    float: left;
    width: 32%;
    padding-left: 2%;
    position: relative;
}
ul.col3>li:first-child {
    padding-left: 0;
}*/

/*
.col3_float>.li_gallery {
    float: left;
    width: 32%;
    position: relative;
}
*/
.private_block {
    background: var(--bg-color-main);
    position: relative;
    text-align: center;
    cursor: pointer;
    aspect-ratio: 1.1 / 1;
    display: block;
    overflow: hidden;
}
.private_block a {
    display: block;
    height: 100%;
}
span.for_img {
    aspect-ratio: 3 / 2;
    display: flex
;
}
.private_block:hover img {
    opacity: .9;
}
/*.private_block.category {
    width: 33%;
    float: left;
    box-sizing: border-box;
    padding: 5px;
}*/
.private_block.category .type {
    font-size: 1rem;
    width: 80%;
    display: block;
    margin: 10px auto 0;
    line-height: 1.3rem;
}
.private_block a, .private_block a span {
    text-decoration: none;
}
.private_block.category img {
    width: 100%;
    height: auto;
}
.private_block a:hover,
/*.private_block:hover a span,*/
/*.private_block:hover a span span,*/
.private_block a:hover span:not(.type) {
    text-decoration: underline;
}
.private_block a span.type {
    display: block;
    text-transform: uppercase;
    font-size: .7em;
    color: var(--font-color-bold);
}
.private_block a:hover span:not(.type) {
    text-decoration: underline;
}
/*.image_holder {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    -webkit-transition: opacity 200ms ease-out;
    transition: opacity 200ms ease-out;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ddd;
}*/
/*.private_block a:hover img {
    -webkit-filter: brightness(65%);
    -moz-filter: brightness(65%);
    -o-filter:  brightness(65%);
    -ms-filter: brightness(65%);
    filter: brightness(65%);
}*/
.img_gallery {
    padding: 0 20px 10px 0;
}
/*.lock:before {
    font-family: "FontAwesome";
    content: "\F023";
    position: absolute;
    top: 7px;
    left: 0;
    z-index: 99999;
    color: #fff;
    width: 35px;
    height: 35px;
    font-size: 25px;
}*/
.lock:before {
    content: '⦶';
    height: 10px;
    font-size: 37px;
    width: 16px;
    display: inline-block;
    font-weight: 800;
    font-style: normal;
    padding: 0 5px 15px 4px;
    position: absolute;
    top: -7px;
    left: 17px;
    z-index: 99999;
    color: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}


.info {
    margin: 0;
    padding: 0 0 10px 0;
    display: block;
    position: relative;
    height: 100px;
}
/*
.type {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #717171;
}*/
.name {
    display: block;
    letter-spacing: 1px;
    text-transform: uppercase;
    /*margin: 2px auto 4px;*/
    margin: 0 auto;
    line-height: 1.1em;
}
/*.name.alone {
    padding-top: 4px;
}*/
/*.info .descr {
    display: none;
    color: #ccc;
    letter-spacing: normal;
    font-size: .9rem;
    padding: 5px 0 0 0;
    width: 76%;
    margin: 0 auto;
}
.info .type {
    font-size: .7rem;
}*/
h1 .type a {
    font-weight: 300;
}
.types .info .type {
    font-size: 1rem;
    top: 10px;
    position: relative;
    width: 70%;
}
.info .name {
    font-size: 1.1rem;
    width: 90%;
    letter-spacing: normal;
    text-transform: none;
    line-height: 1.3;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: 400;
}

.num_pics {
    position: absolute;
    top: 162px;
    left: 0;
    text-align: center;
    z-index: 12;
    color: #fff;
    width: 100%;
    font-size: 13px;
}
.gallery_info .type {
    font-size: 1.2rem;
    padding-bottom: 13px;
    line-height: 19px;
    display: flex;
    /*margin: 0 0 -39px 0;*/
    margin: 0 0 -10px 0;
    font-weight: 300;
    color: var(--font-color-main);
}
.gallery_info .name {
    font-size: 2rem;
    margin: 28px 0 8px 0;
    line-height: 1em;
}
.gallery_info .date {
    font-size: 1.2rem;
    margin-top: -4px;
    display: block;
    font-family: serif;
    font-style: italic;
    color: #AAA;
    letter-spacing: 1px;
    font-weight: 600;
}


.gallery_info {
    width: 380px;
    padding: 0 0 0 20px;
    margin-left: -1px;
    z-index: 1;
    /*float: left;*/
    border-left: 1px solid #ccc;
    position: relative;
    /*display: block;*/
    overflow: unset;
    height: 100%;
    display: table-cell;
    vertical-align: top;
}
.change_statuses li:before {
    display: none;
}

.sticky_menu {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    padding: 20px 0;
    top: 45px;
    left: 0;
    display: block;
    /*overflow-y: auto;*/
    /*max-height: calc(100vh - 75px);*/
}
.gallery_photos {
    width: calc(100% - 421px);
    padding-top: 20px;
    padding-right: 20px;
    text-align: center;
    border-right: 1px solid #ccc;
    display: table-cell;
    /*float: left;*/
}

.private-gallery {
    display: table;
    width: 100%;
}


.gallery_info .details {
    margin: 0 0 15px;
}
.main_info {
    margin-top: 5px;
    display: table;
}
.main_info h2 .name {
    margin-top: 0;
}
.main_info .span {
    display: inline-block;
}
.gallery_info .main_info h1 span.date  {
    text-transform: none;
}
#all_details .option {
    margin-top: 15px;
    line-height: 1;
}
.option span {
    display: block;
    text-transform: uppercase;
    font-size: .9rem;
    color: #5d5d5d;
    font-weight: 600;
}
.option:first-child {
    margin-top: 0;
}
.option.text {
    font-size: 1rem;
/*    padding-top: 20px;
    margin-top: 10px*/
}

/*.line_before:before {
    border-top: 1px solid #ccc;
    width: 50%;
    margin-left: 25%;
    content: '';
    display: block;
    height: 2px;
    text-align: center;
    padding: 20px 0;
}*/

.option.text h1 {
    text-transform: uppercase;
    padding: 0 0 10px 0;
    font-weight: 300;
    color: #ccc;
}
/*.gallery_info p {
    padding: 5px 0;
    text-indent: 20px;
}*/
.pass {
    background-color: #eaeaea;
    border: 1px solid #ccc;
    padding: 2px 10px;
    margin: 7px 0;
    display: inline-block;
    text-indent: 0;
    border-radius: 2px;
    font-weight: 300;
    text-decoration: none;
}
/*.content_block {
    padding: 20px 0;
}*/
.section:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    width: 0;
}
.cover_story_out, .cover_story {
    height: calc(100vh - 200px);
    width: 100%;
    min-height: 350px;
}
.cover_story_out {
    position: relative;
    width: 100%;
    overflow: hidden;
    /*margin-top: 20px;*/
    color: #fff;
}
.cover_story {
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ddd;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-filter: brightness(70%);
    -moz-filter: brightness(70%);
    -o-filter: brightness(70%);
    -ms-filter: brightness(70%);
    filter: brightness(70%);
}
.cover_name_wrapper {
    /*display: table-cell;*/
    text-align: center;
    /*vertical-align: middle;*/
    position: relative;
    z-index: 2;
    color: #fff;
    top: 10%;
}
.cover_question {
    color: inherit;
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 300px;
    margin-left: -150px;
    text-align: center;
    z-index: 2;
}

.cover_question label {
    line-height: 1.3;
    display: inline-block;
}
.cover_name {
    font-size: 2rem;
    line-height: 2rem;
    padding-top: 10px;
    color: inherit;
    text-transform: uppercase;
    font-weight: 400;
}
.cover_type {
    text-transform: uppercase;
    font-size: .8rem;
    letter-spacing: 3px;
    font-weight: 300;
    color: inherit;
    margin-left: .5rem;
    line-height: 1.3;
}
.cover_descr {
    margin-top: 3px;
    color: inherit;
}
/*.cover_question {
    color: inherit;
    margin-top: 2rem;
}*/
.cover_photographer {
    font-size: .6rem;
    text-transform: uppercase;
    letter-spacing: .3rem;
    color: inherit;
    margin-left: 3px;
}
.scroll_down {
    width: 80px;
    height: 40px;
    margin: 10px 0 -10px;
    position: absolute;
    bottom: 5px;
    left: calc(50% - 50px);
    /*cursor: pointer;*/
}
.cover_question .scroll_down {
    position: relative;
    left: 0;
}
.white {
    color: #fff;
    border-color: #fff;
    line-height: 1;
}
.cover_question input[type=password].pw {
    max-width: 350px;
    -webkit-text-security: disc;
    background-color: rgba(255, 255, 255, 0.3);
    padding: 8px;
    position: relative;
}
.inside_question * {
    color: #000;
}
.url_out {
    text-decoration: none;
    text-transform: uppercase;
    color: #666666;
    font-weight: 700;
}
a .url_out {
    text-decoration: none;
    color: #4baeb4;
}
a .url_out:hover {
    text-decoration: underline;
}
.square {
    position: relative;
    padding-right: 22px;
}
.square:before {
    content: '❏';
    line-height: 1;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 2px;
    right: 6px;
}
.square:hover:before {
    color: #6ac5c3;
}
.square:hover {
    border: 1px solid #6ac5c3;
    color: #6ac5c3;
    cursor: pointer;
}
/*
a.url_out:after {
    display: inline-block;
    content: '';
    position: relative;
    top: 2px;
    margin-left: 6px;
    width: 12px;
    height: 12px;
    background: url('/img/url2.png') no-repeat;
}
a.url_out:hover img {
    -webkit-filter: brightness(90%);
    -moz-filter: brightness(90%);
    -o-filter: brightness(90%);
    -ms-filter: brightness(90%);
    filter: brightness(90%);
}*/
.option.review {
    margin-top: 30px;
}
.review_ava {
    height: 100px;
    width: 100px;
    border: 1px solid #ccc;
    margin: 0 20px 15px 0;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    border-radius: 150px;
    float: left;
}



.main_info .name {
    font-size: 1.8rem;
    max-width: 350px;
    font-weight: 600;
}

/*===== ZIP ===== */
#archive_result {
    margin-top: 20px;
}
progress[value] {
    width: 100%;
}
.cog_icon {
    margin-left: -8px;
}
.preparing {
    padding-left: 60px;
}
.tech, .tech>li {
    color: #ccc;
    font-size: .8rem;
}
.tech>ul{
    margin-left: 20px;
}
.zip {
    height: 100px;
    width: 100px;
    margin: -6px 25px 15px 0;
    float: left;
}
.left_img, .right_info {
    float: left;
}
.left_img {
    width: 420px;
}
.right_info {
    width: calc(100% - 420px);
}


/*.review_text {
    margin-bottom: 25px;
}*/
.access input {
    display: none;
}

.cover:hover span, .avatar:hover span, .crop:hover span {
    background-color: #ddd;
}
.bg_all, .bg_guest, .bg_lock {
    display: inline-block;
    padding: 0 15px;
    font-weight: 300;
    font-family: inherit;
    text-indent: 0;
    text-transform: uppercase;
    font-size: .9rem;
    text-align: center;
}
/*span.bg_all, span.bg_guest, span.bg_lock {
    width: 50%;
    max-width: 105px;
}*/
.bg_white {
    background-color: #fff;
}

/*ul.list {
    list-style: none;
    margin: 20px;
}
ul.list li {
    margin-top: 7px;
    text-indent: -11px;
}
ul.list2 {
    margin: 5px 0 0 19px;
    list-style: disc;
}*/
.details ul {
    list-style: circle;
    margin: 0 20px 20px 20px;
}
.details ul li {
    margin-top: 7px;
}



/*


form.amp-form-submit-success [submit-success],
form.amp-form-submit-error [submit-error] {
    margin-top: 16px;
    display: block;
}
form.amp-form-submit-success [submit-success],
form.amp-form-submit-success [submit-success] div {
    color: green;
    display: block;
}
form.amp-form-submit-error [submit-error],
form.amp-form-submit-error [submit-error] div {
    color: red;
    display: block;
}
form.amp-form-submit-success.hide-inputs > input {
    display: none;
}
[visible-when-invalid].visible {
    display: block;
    margin-left: 26%;
}*/
/*.contacts_page h2 {
    color: #4baeb4;
}*/
/*.dimas_phone:hover {
    -webkit-filter: brightness(90%);
    -moz-filter: brightness(90%);
    -o-filter: brightness(90%);
    -ms-filter: brightness(90%);
    filter: brightness(90%);
}*/
.pass_owner {
    font-weight: 700;
}
#all_details .line_before:first-child:before {
    border-top: none;
    padding-bottom: 0;
    height: 0;
}

/*
#filter {
    text-align: center;
}
#filter input {
    display: none;
}
#filter label.size_story {
    display: none;
}
#filter input[type="radio"] + label {
    padding: 0 0 0 16px;
    cursor: pointer;
    font-weight: 700;
}
#filter input[type="radio"] + label:before {
    border-left: 1px solid #c1c1c1;
    height: 9px;
    width: 1px;
    font-size: 10px;
    content: '';
    margin-right: 16px;
}
#filter input[type="radio"] + label:before:first-child {
    border-left: none;
}
#filter input[type="radio"]:checked + label {
    background: #fff;
    color: #4baeb4;
}
.li_gallery {
    width: 19%;
    padding-left: 1%;
    float: left;
    padding-top: 1%;
}

.li_gallery.types {
    width: 33.333%;
    box-sizing: border-box;
}
*/

/*

input[type="radio"][id="type_wedding"]:checked ~ .li_gallery:not(.type_wedding),
input[type="radio"][id="type_family"]:checked ~.li_gallery:not(.type_family),
input[type="radio"][id="type_engagement"]:checked ~ .li_gallery:not(.type_engagement),
input[type="radio"][id="type_individual"]:checked ~ .li_gallery:not(.type_individual),
input[type="radio"][id="type_prewedding"]:checked ~ .li_gallery:not(.type_prewedding),
input[type="radio"][id="type_lovestory"]:checked ~ .li_gallery:not(.type_lovestory),
input[type="radio"][id="type_event"]:checked ~ .li_gallery:not(.type_event),
input[type="radio"][id="type_real_estate"]:checked ~ .li_gallery:not(.type_real_estate)*/
/*,
.li_gallery_hide*//*

{
    width:0;
    height:0;
    padding:0;
    margin:0 0 0 0;
    opacity:0;
}
*/
.download {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    padding: 10px;
    z-index: 1;
}
.download:after {
    opacity: .5;
    right: 10px;
    position: absolute;
    background-image: url(https://cdn.dimasfrolov.com/img/icon_download-original.svg);
    content: ' ';
    height: 20px;
    width: 20px;
    filter: drop-shadow(0px 0px 1px #000);
}
figure:hover .download:after {
    opacity: 1;
}
.image_holder,
amp-img {
    width: 100%;
    height: auto;
}
.image_bg {
    display: block;
    background-repeat: no-repeat;
    background-color: #eee;
    padding-bottom: 66.666%;
    overflow: hidden;
    background-size: cover;
}
.category_img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.not_active {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter:    grayscale(100%);
    -ms-filter:     grayscale(100%);
    -o-filter:      grayscale(100%);
}

/*
.portfolio-grid label.size_photo {
    font-size: 1.7rem;
    right: 1px;
    border: 1px solid #ccc;
    position: fixed;
    padding: 3px 6px 0 6px;
    border-radius: 10px;
    margin: 0 0 0 3px;
    z-index: 10;
    background-color: #fff;
    cursor: pointer;
}
.portfolio-grid input[type="radio"] {
    display: none;
}
.portfolio-grid input[type="radio"]:checked+label {
    color: #4baeb4;
    border: 1px solid #4baeb4;
    background-color: #def0f1;
}
.portfolio-grid input[type="radio"][id="photo_size_big"]:checked ~ .li_port {
    width: 50%;
    height: auto;
}
.portfolio-grid input[type="radio"][id="photo_size_normal"]:checked ~ .li_port {
    width: 33.333%;
    height: auto;
}
.portfolio input[type="radio"][id="photo_size_mid"]:checked ~ .li_port {
    width: 20%;
    height: auto;
}
.portfolio-grid input[type="radio"][id="photo_size_small"]:checked ~ .li_port {
    width: 12.5%;
    height: auto;
}

.portfolio-grid label.visibility_photo {
    font-size: 1.7rem;
    right: 1px;
    border: 1px solid #ccc;
    position: fixed;
    padding: 0 6px;
    border-radius: 10px;
    margin: 0 0 0 3px;
    z-index: 10;
    background-color: #fff;
    cursor: pointer;
}
.portfolio-grid label {
    top:40%;
}
.portfolio-grid label:nth-child(2){top:calc(30vh + 40px);}
.portfolio-grid label:nth-child(4){top:calc(30vh + 2*40px);}
.portfolio-grid label:nth-child(6){top:calc(30vh + 3*40px);}
.portfolio-grid label:nth-child(8){top:calc(30vh + 4*40px);}
.portfolio-grid label:nth-child(10){top:calc(30vh + 5*40px);}
.portfolio-grid label:nth-child(12){top:calc(30vh + 6*40px);}
.portfolio-grid label:nth-child(14){top:calc(30vh + 7*40px);}
.portfolio-grid label:nth-child(16){top:calc(30vh + 8*40px);}
.portfolio-grid label:nth-child(18){top:calc(30vh + 9*40px);}
.portfolio-grid label:nth-child(20){top:calc(30vh + 10*40px);}


.portfolio-grid input[type="radio"] {
    display: none;
}
.portfolio-grid input[type="radio"]:checked+label {
    color: #4baeb4;
}
.portfolio-grid input[type="radio"][id="show_half"]:checked ~ .symbol.img_lock {
    display: none;
}
.portfolio-grid input[type="radio"][id="show_open"]:checked ~ .symbol:not(.img_ok) {
    display: none;
}
.portfolio-grid input[type="radio"][id="show_lock"]:checked ~ .grid-line .symbol:not(.img_lock) {
    display: none;
}*/

.private h1 {
    margin: 0 0 17px 0;
    /*color: #4baeb4;*/
    text-transform: uppercase;
    line-height: 1;
    font-size: 1.8rem;
}
a.show_gallery {
    display: block;
    position: relative;
}
.fa-window-maximize:before {
    position: absolute;
    top: 9px;
    right: 11px;
    z-index: 10;
    font-size: 1rem;
    color: #e00000;
}
/*.content>.info_block {
    text-align: center;
}*/
.info_block.center {
    text-align: center;
}
.info_block {
    padding: 20px 10px 20px 0;
    margin: 0 auto;
}
.info_block:first-child {
    padding-top: 0;
}
.info_block:before {
    border-top: 1px solid #ccc;
    width: 50%;
    margin-left: 25%;
    content: '';
    display: block;
    height: 2px;
    text-align: center;
    padding: 20px 0;
}

.info_block:first-child:before {
    border-top: none;
    padding: 0;
    height: 0;
}
.num {
    font-weight: 400;
}
hr {
    width: 100%;
    margin: 25px 0 0 0;
}
.after_hr {
    width: 100%;
    text-align: center;
    margin: 0 auto 0;
    position: relative;
    top: -13px;
}
.after_hr>span {
    background-color: #fff;
    padding: 0 24px;
}
.descr_category {
    margin-top: 20px;
}
.descr_category h2, .descr_category h3, .descr_category h4 {
    margin: 60px 0 20px;
    color: #696969;
    display: block;
    font-size: 25px;
    font-weight: 600;
}
.descr_category h3 {
    font-size: 20px;
}
.descr_category h4 {
    font-size: 18px;
}
.descr_category p {
    margin: 0 0 10px 0;
    text-indent: 10px;
    text-align: justify;
    /*line-height: 2rem;*/
}
.guarantee {
    margin: 0 10px 20px 0;
}
#get_email_pass {

}
img.loading_spinner {
    width: 20px;
    padding-left: 10px;
    position: relative;
    top: 4px;
}
/*#more_albums {
    display: inline-block;
}*/

.gallery-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
}
.category-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
}
/*
============================ MOBILE
*/
@media screen and (max-width:1100px) {
    /*ul.col3>li
    {
        width: 100%;
        text-align: left;
        padding-left: 0;
    }*/
  /*  .li_gallery {
        width: 24%;
        padding-left: 1%;
    }*/
    .gallery-grid {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .image_holder {
        margin: 7px 20px 0 0;
        width: 100%;
        height: auto;
    }
    .name {
        font-size: 1.2rem;
    }
    .private_block a:hover img, .dimas_phone:hover {
        filter: none;
        -webkit-filter: none;
    }
    .private-gallery {
        display: block;
    }
    .gallery_info {
        /*padding: 20px 10px 0 10px;*/
        padding: 20px 0 0 0;
        margin: 0;
        display: block;
    }
    .sticky_menu {
        overflow: unset;
        position: relative;
    }
    .gallery_info, .gallery_photos {
        width: 100%;
        float: none;
    }
    .gallery_photos {
        padding: 20px 0 20px 0;
        border: 0;
        display: block;
    }
    /*#content_text {
        padding: 0;
    }*/
    /*#count_photos {
        display: none;
    }*/

    .lock:before {
        top: 3px;
        left: 2px;
        font-size: 31px;
    }
    .info_block, .info_block:first-child {
        float: left;
        /*width: calc(50% - 30px);*/
        width: 100%;
        padding: 20px 20px 20px 10px;
    }
    .info_block:before {
        border-top: 0;
        padding: 0;
        height: 0;
        display: none;
    }
}

@media screen and (max-width:1000px) {

    .left_img, .right_info {
        float: none;
        width: 100%;
    }
    .info {
        /*min-height: 70px;*/
        letter-spacing: 0;
    }
    .private_block.category .type {
        font-size: 1rem;
        width: 100%;
        margin: 4px auto 0;
        text-align: center;
    }
    .info .type {
        font-size: .7rem;
        line-height: .8rem;
        display: block;
    }
    .info .name {
        line-height: 1;
    }
}

@media screen and (max-width:700px) {
    .gallery-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .category-grid {
        grid-template-columns: 1fr 1fr;
    }
    /*.private_block.category .type {
        font-size: .8rem;
        line-height: 1rem;
    }*/
    .info_block {
        width: 100%;
    }
    /*.li_gallery {
        width: 32.3333%;
        padding-left: 1%;
    }*/
    /*.portfolio>.li_port {
        width: 100%;
    }*/
    .info_block, .info_block:first-child {
        width: 95%;
        padding: 20px 10px;
    }
    .your_mobile_app {
        width: 90%;
    }
    .cover_name_wrapper input[type=password],
    .cover_question input[type=password],
    input.pw {
        font-size: 1rem;
        max-width: 150px;
    }
    .cover_question input.button_transparent {
        padding: 5px 10px;
    }
    .portfolio>.li_port:hover img {
        -webkit-filter: none;
        -moz-filter: none;
        -o-filter: none;
        -ms-filter: none;
        filter: none;
    }
}
@media screen and (max-width:800px) {
    .gallery-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media screen and (max-width:600px) {
    .gallery-grid {
        grid-template-columns: 1fr 1fr;
    }
    .cover_question .scroll_down {
        display: none;
    }
}
@media screen and (max-width:320px) {
    .info .name {
        font-size: 1.2rem;
    }
    .gallery-grid {
        grid-template-columns: 1fr;
    }
}

html.dark amp-lightbox-gallery [class*=lbg-mask],
html.dark amp-lightbox-gallery [class*=lbg-top-bar],
html.dark amp-lightbox-gallery [class*=lbg-button],
html.dark amp-lightbox-gallery [class*=lbg-button]:after,
html.dark amp-carousel[layout="fill"]:before
{
    filter: invert(1) hue-rotate(180deg);
}
html.dark .cover_story {
    filter: invert(1) hue-rotate(180deg) brightness(70%);
}

.arrow_down_jumping {
    position: relative;
    left: 103px;
    top: 12px;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    transform-origin: bottom;
    animation-name: bounce;
    animation-timing-function: ease-in;
    width: 100px;
    height: 50px;
}
.arrow_down_jumping span {
    border: 2px solid #FFFFFF;
    position: absolute;
    height: 0;
    width: 80px;
    border-radius: 2px;
}
.arrow_down_jumping span.line1 {
    transform: rotate(22.12deg);
    left: -34px;
}
.arrow_down_jumping span.line2 {
    transform: rotate(-22.12deg);
    left: 40px;
}
@keyframes bounce {
    0%   { transform: translateY(0); }
    30%  { transform: translateY(20px); }
    100% { transform: translateY(0); }
}