/********************************************************************
* Вёрстка max, the murderer! © 2022
* Разрешено использование и модификация с копирайтом
********************************************************************/

#insta_single {
    display: block;
    background: white;
    color: black;
}

.insta_single_header {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 16px;
}

.insta_single_avatar img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid white !important;
}

.insta_single_avatar {
    border-radius: 50%;
    padding: 2px;
    background: #f09433; 
    background: linear-gradient(45deg, #FFC800 25%, #FF2A45 50%, #D407C7 75%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

.insta_single_nickname {
    font-size: 14px;
    line-height: 100%;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    font-weight: 600;
    margin-left: 12px !important;
    flex-grow: 1;
}

.insta_single_options {
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url(/files/001b/95/a1/58995.svg) center center no-repeat;
}

.insta_single_photo {
    width: 100%;
    position: relative;
}

.insta_single_photo::after {
    content: '';
    display: block;
    padding-bottom: 100%;
}

.insta_single_photo img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.insta_single_buttons {
    display: flex;
    flex-direction: row;
    padding: 16px;
}

.insta_single_icons {
    flex-grow: 1;
}

.insta_single_icons div,
.insta_single_bookmark {
    display: inline-block;
    margin-right: 16px;
    width: 24px;
    height: 24px;
}

.insta_single_like {
    background: url(/files/001b/95/a1/12417.svg) center center no-repeat;
}

.insta_single_comment {
    background: url(/files/001b/95/a1/90428.svg) center center no-repeat;
}

.insta_single_share {
    background: url(/files/001b/95/a1/68541.svg) center center no-repeat;
}

.insta_single_bookmark {
    background: url(/files/001b/95/a1/11440.svg) center center no-repeat;
    margin-right: 0;
}

.insta_single_liked img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 8px;
}

.insta_single_liked,
.insta_single_description {
    font-size: 14px;
    line-height: 100%;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    font-weight: 400;
    padding: 0 16px;
}

.insta_single_liked strong,
.insta_single_description strong {
    font-weight: 600;
}

.insta_single_description {
    margin-top: 8px;
    line-height: 120%;
}

.insta_single_date {
    font-size: 10px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    font-weight: 400;
    padding: 0 16px;
    color: rgba(142 142 142 / 1);
    text-transform: uppercase;
    letter-spacing: .2px;
    padding: 16px;
}

.insta_single_tabbar {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-top: 1px solid rgba(219 219 219 / 1);
}

.insta_single_tabbar div {
    flex-grow: 1;
    padding: 16px;
    text-align: center;
}

.insta_single_tabbar .tab_home {
    background: url(/files/001b/95/a1/33203.svg) center center no-repeat;
}

.insta_single_tabbar .tab_search {
    background: url(/files/001b/95/a1/14397.svg) center center no-repeat;
}

.insta_single_tabbar .tab_add {
    background: url(/files/001b/95/a1/48672.svg) center center no-repeat;
}

.insta_single_tabbar .tab_likes {
    background: url(/files/001b/95/a1/12417.svg) center center no-repeat;
}

.insta_single_tabbar .tab_profile img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid white;
    box-shadow: 0 0 0 1px black;
}