/* Copyright (C) Kolshi Online Corporation. All rights reserved. */
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a,
button,
input,
label,
select,
summary,
textarea {
    touch-action: manipulation;
}

a {
    cursor: pointer;
    text-decoration: none;
}

button {
    padding: 0;
    margin: 0;
    cursor: pointer;
}

h2,
nav,
p {
    margin: 0;
    padding: 0;
}

nav {
    height: 0;
}

.contents {}

.contents>div {
    background-color: rgb(255, 255, 255);
}

.contents>div>div {
    margin: 2.4rem auto;
    min-width: 320px;
    max-width: 1066px;
    width: calc(100% - 4rem);
}

@media screen and (max-width:1066px) {
    .contents>div>div {
        width: unset;
        margin: 0 auto;
    }
}

.contents>div>div>nav>div:nth-child(3) {
    width: 100%;
    margin-bottom: 2.4rem;
}

@media screen and (max-width: 1066px) {
    .contents>div>div>nav>div:nth-child(3) {
        display: none;
    }
}

.contents>div>div>nav>div nav {
    display: block;
    padding: 0px;
    z-index: 9998;
    position: absolute;
}

.contents>div>div>nav>div nav>ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
    margin-top: 0;
    margin: 0;
    line-height: 1.5;
}

.contents>div>div>nav>div nav>ul>li {
    padding: 0px 0.4rem;
    list-style-type: none;
    font-size: 1.2rem;
    color: #1a1a1a;
    max-width: 35ch;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.contents>div>div>nav>div nav>ul>li:not(:last-child)::after {
    content: " > ";
}

.contents>div>div>nav>div nav>ul>li>a {
    line-height: 1.7rem;
    font-weight: 400;
    font-size: 1.2rem;
    color: #4183d7;
}

.contents>div>div>article {
    display: grid;
    grid-template-columns: 65% 35%;
}

@media screen and (max-width: 1066px) {
    .contents>div>div>article {
        display: unset;
        grid-template-columns: unset;
    }
}

.contents>div>div>article>article {
    grid-area: 1 / 1;
    min-width: 320px;
    display: block;
}

.contents>div>div>article>section {
    grid-row: 2;
    grid-area: 3 / 1;
    display: flex;
    justify-content: center;
    border: 1px solid rgb(202, 209, 217);
    margin: 0.8rem;
    padding: 2rem 0;
}

.contents>div>div>article>aside {
    display: flex;
    flex-direction: column;
    grid-area: 1 / 2 / 3 / 3;
    margin-right: 2rem;
    min-width: 320px;
}

@media screen and (max-width:1066px) {
    .contents>div>div>article>aside {
        display: none;
    }
}

.ad>section:nth-child(1) {
    position: relative;
    margin-top: 4rem;
}

@media screen and (max-width:1066px) {
    .ad>section:nth-child(1) {
        margin: 0;
    }
}

.ad>section:nth-child(1)>div:nth-child(1) {
    display: none;
}

@media screen and (max-width:1066px) {
    .ad>section:nth-child(1)>div:nth-child(2) {
        display: none;
    }
}

.ad>section:nth-child(1)>div:nth-child(2)>div {
    display: flex;
}

.ad>section:nth-child(1)>div:nth-child(2)>div>div:nth-child(1) {}

.pictures {
    position: relative;
    width: 100%;
    height: 32.5rem;
    display: flex;
}

.pictures div {
    flex: 0 0 50%;
}

.pictures>div:nth-child(2) {
    padding-right: .8rem;
}

.pictures>div:nth-child(2)>div:nth-child(1) {
    padding-bottom: 0.4rem;
}

.pictures>div:nth-child(2)>div:nth-child(2) {
    padding-top: 0.4rem;
}

.pictures div button {
    position: relative;
    width: 100%;
    border: 1px solid #f4f6f7;
    height: 100%;
    background-color: #f4f6f7;
    overflow: hidden;
    border-radius: 8px;
}

.pictures div button picture {
    height: 100% !important;
    width: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.pictures div>div {
    height: 50%;
}

.pictures div button picture img {
    height: 100% !important;
    width: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: inline-block;
    font-size: 0;
    line-height: 0;
    vertical-align: middle;
    border: 0;
}

.ad .pictures>button {
    position: absolute;
    left: 1.6rem;
    bottom: 1.6rem;
    -moz-box-align: center;
    align-items: center;
    background-color: rgb(255, 255, 255);
    border-radius: 2.4rem;
    box-shadow: rgba(26, 26, 26, 0.08) 0px -1px 4px 0px, rgba(26, 26, 26, 0.12) 0px 4px 8px 0px;
    display: flex;
    min-height: 4rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    transition: box-shadow 300ms ease 0s;
}

.ad .pictures>button:hover {
    box-shadow: rgb(26 26 26 / 32%) 0px -1px 8px 0px, rgb(0 0 0 / 24%) 0px 4px 8px 0px;
    background-color: rgb(255, 110, 20);
    color: #FFF;
}

.ad .icons {
    display: inline-flex;
    -moz-box-pack: justify;
    justify-content: space-between;
    position: absolute;
    z-index: 1000;
    left: 1.6rem;
    top: 1.6rem;
    width: 9.5rem;
}

.ad .icons>div {
    margin-right: 0.8rem;
}

.ad .icons>div>div {
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
}

.ad .icons>div>div>button {
    -moz-box-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    -moz-box-align: center;
    align-items: center;
    background-color: rgb(255, 255, 255);
    border-radius: 2.4rem;
    box-shadow: rgba(26, 26, 26, 0.08) 0px -1px 4px 0px, rgba(26, 26, 26, 0.12) 0px 4px 8px 0px;
    display: flex;
    min-height: 4rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    transition: box-shadow 300ms ease 0s;
}

.ad .icons>div>div>button:hover {
    box-shadow: rgba(26, 26, 26, 0.32) 0px -1px 8px 0px, rgba(0, 0, 0, 0.24) 0px 4px 8px 0px;
}

.ad .icons>div>div>button>svg {
    width: 1.6rem;
    height: 1.6rem;
    min-width: 1.6rem;
    margin-left: 0px;
    fill: rgb(26, 26, 26);
    color: rgb(26, 26, 26);
}

.ad>section:nth-child(1)>div:nth-child(3) {
    border: unset;
    padding: unset;
    margin: 0 0.8rem;
    border-color: rgb(202, 209, 217);
    border-bottom-style: solid;
    border-width: 0.1rem;
    display: grid;
    gap: 1.6rem;
    padding-bottom: 2.4rem;
    /* padding-top: 2.4rem; */
}

.ad>section:nth-child(1)>div:nth-child(3)>div:nth-child(1) {
    margin-bottom: 0.8rem;
}

.ad>section:nth-child(1)>div:nth-child(3)>div>div:nth-child(1)>h1 {
    line-height: 3.6rem;
    margin-top: 0;
    font-size: 2.4rem;
    word-break: break-word;
    font-weight: 600;
    margin-bottom: 0;
    margin: .67em 0;
    max-width: 50ch;
    /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
}

.ad>section:nth-child(1)>div:nth-child(3)>div>span {
    line-height: 1.9rem;
    font-weight: 400;
    font-size: 1.4rem;
    color: #1a1a1a;
}

.ad>section:nth-child(1)>div:nth-child(3)>div>div:nth-child(3) {
    line-height: 2.4rem;
    font-weight: 600;
    font-size: 1.8rem;
    color: #1a1a1a;
    margin: 0.8rem 0;
}

.ad>section:nth-child(1)>div:nth-child(3)>div>div>span {
    padding-left: .4rem;
}

.ad>section:nth-child(1)>div:nth-child(3)>div>div:nth-child(4) {
    margin: 0;
    line-height: 1.7rem;
    font-weight: 400;
    font-size: 1.2rem;
}

.ad>section:nth-child(2) {
    border: unset;
    padding: 1rem 0;
    margin: 0.8rem 0.8rem;
    border-color: rgb(202, 209, 217);
    border-bottom-style: solid;
    border-width: 0.1rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

aside>div:nth-child(2) {
    margin: 0 auto;
}

.article-specifications {
    border: unset;
    border-color: rgb(202, 209, 217);
    border-bottom-style: solid;
    border-width: 0.1rem;
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
    margin-left: 1.6rem;
    margin-right: 1.6rem;
    display: grid;
    gap: 1.6rem;
    margin-left: 0.8rem;
    margin-right: 0.8rem;
}

.article-specifications>div:nth-child(1) {
    display: flex;
    align-items: center;
    line-height: 2.4rem;
    font-weight: 600;
    font-size: 1.8rem;
}

.article-specifications>div:nth-child(2) {
    display: flex;
    flex-wrap: wrap;
}

.article-specifications>div:nth-child(2)>div {
    margin-top: 0px;
    width: 33%;
    display: flex;
    padding-left: 1.6rem;
    margin: .8rem 0;
}

.article-specifications>div:nth-child(2)>div>svg {
    width: 2.4rem;
    height: 2.4rem;
    min-width: 2.4rem;
    margin-left: 0.8rem;
}

.article-specifications>div:nth-child(2)>div>div>p {
    padding: 0;
    margin: 0;
    line-height: 1.7rem;
    font-weight: 400;
    font-size: 1.2rem;
    color: #8191a0;
    margin-bottom: .4rem;
}

.article-specifications>div:nth-child(2)>div>div>span {
    word-wrap: normal;
    word-break: keep-all;
    line-height: 1.9rem;
    font-weight: 600;
    font-size: 1.4rem;
}

.article-details {
    border: unset;
    margin-left: 0.8rem;
    margin-right: 0.8rem;
    border-color: rgb(202, 209, 217);
    border-bottom-style: solid;
    border-width: 0.1rem;
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
    display: grid;
    gap: 0.1rem;
    overflow-wrap: anywhere;
}

.article-details>span:nth-child(1) {
    font-weight: 700;
    font-size: 1.6rem;
}

.article-details>div:nth-child(1) {
    line-height: 2.4rem;
    align-items: center;
    font-weight: 800;
    font-size: 1.8rem;
}

.article-details>div:nth-child(2) {
    white-space: pre-line;
    line-height: 1.9rem;
    font-weight: 400;
    font-size: 1.4rem;
    /* font-family: Open Sans, sans-serif, Arial; */
}

.article-details>div:nth-child(2)>p {
    margin: 0;
    white-space: pre-line;
    line-height: 1.8;
    font-weight: 200;
    font-size: 1.8rem;
    padding: 0.4rem;
    word-spacing: 0.4rem;
}

.article-details>div:nth-child(2)>button {
    border: 0;
    padding: 0;
    display: block;
    border: none;
    text-decoration: underline;
    line-height: 1.9rem;
    font-weight: 600;
    font-size: 1.4rem;
    background-color: transparent;
    color: #1a1a1a;
    margin-top: 1.6rem;
    padding: 0;
}

.article-details>div:nth-child(2)>button:hover {
    color: #369;
}

.article-map {
    border: unset;
    margin-left: 0.8rem;
    margin-right: 0.8rem;
    border-color: rgb(202, 209, 217);
    border-bottom-style: solid;
    border-width: 0.1rem;
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
    display: grid;
    gap: 1.6rem;
}

@media screen and (max-width:1066px) {
    .article-map {
        border: unset;
        margin-left: unset;
        margin-right: unset;
        margin-right: 0.8rem;
    }
}

.article-map>span>div {
    display: flex;
    align-items: center;
    line-height: 2.4rem;
    font-weight: 600;
    font-size: 1.8rem;
    margin-right: 0.8rem;
}

.article-map>span>div>div>span {}

.article-map>span>div>div>span:nth-child(2)::before {
    content: " ( "
}

.article-map>span>div>div>span:nth-child(2)::after {
    content: " ) "
}

.article-map>span>div>div>span:nth-child(2) {
    font-weight: 400;
    line-height: 2.2rem;
    font-size: 1.6rem;
    margin-right: .4rem;
}

.article-map>span>div>svg {
    width: 1.6rem;
    height: 1.6rem;
    min-width: 1.6rem;
    margin-left: 0.8rem;
}

#map {
    height: 260px;
}

.person-card {
    margin: 0px 0px 2.4rem;
    background: rgb(255, 255, 255);
    border-radius: 0.4rem;
    box-shadow: rgba(26, 26, 26, 0.08) 0px -1px 4px 0px, rgba(26, 26, 26, 0.12) 0px 4px 8px 0px;
    margin: 0px 1.6rem 2.4rem;
    padding: 0px;
    display: block;
}

.person-card>div>div:nth-child(1) {
    margin: 0 1.6rem;
    padding: 2.4rem 0;
    border-bottom: 1px solid #e6ebef;
    display: flex;
    flex-direction: column;
}

.person-card>div>div:nth-child(1)>div:nth-child(1) {
    align-items: center;
    display: flex;
}

.person-card>div>div:nth-child(1)>div:nth-child(1)>div:nth-child(1) {
    display: flex;
    position: relative;
    width: 6.4rem;
}

.person-card>div>div:nth-child(1)>div:nth-child(1)>div:nth-child(1)>a {
    height: 6.4rem;
    width: 6.4rem;
    min-width: 6.4rem;
    border-radius: 100%;
    overflow: hidden;
}

.person-card>div>div:nth-child(1)>div:nth-child(1)>div:nth-child(1)>a>svg {
    width: 100%;
    height: 100%;
    transform: rotateY(180deg);
}

.person-card>div>div:nth-child(1)>div:nth-child(1)>div:nth-child(2) {
    display: flex;
    flex-direction: column;
    margin-right: 1.6rem;
    overflow: hidden;
}

.person-card>div>div:nth-child(1)>div:nth-child(1)>div:nth-child(2)>div {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    flex-wrap: wrap;
}

.person-card>div>div:nth-child(1)>div:nth-child(1)>div:nth-child(2)>div>a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    line-height: 2.2rem;
    font-weight: 600;
    font-size: 1.6rem;
    margin-right: .8rem;
}

.person-card>div>div:nth-child(1)>div:nth-child(1)>a {
    display: flex;
    margin-right: auto;
}

.person-card>div>div:nth-child(1)>div:nth-child(1)>a>svg {
    width: 1.6rem;
    height: 1.6rem;
    min-width: 1.6rem;
    fill: rgb(129, 145, 160);
    color: rgb(129, 145, 160);
}

.person-card>div>div:nth-child(2)>span {
    display: flex;
    align-items: center;
    line-height: 1.7rem;
    font-weight: 400;
    font-size: 1.2rem;
    margin-left: 2.4rem;
    margin-right: 2.4rem;
    margin-top: 1.6rem;
}

.person-card>div>div:nth-child(2)>span>svg {
    width: 1.4rem;
    height: 1.4rem;
    min-width: 1.4rem;
    margin-left: 0.8rem;
}

.person-card>div>div:nth-child(3) {
    padding: 2.4rem 1.6rem;
}

.person-card>div>div:nth-child(3)>div {
    margin-bottom: 0.8rem;
}

.person-card>div>div:nth-child(3)>div>a {
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 300ms ease 0s, color 300ms ease 0s;
    cursor: pointer;
    width: 100%;
    -moz-box-align: center;
    align-items: center;
    display: inline-flex;
    font-size: 1.4rem;
    font-weight: 600;
    -moz-box-pack: center;
    justify-content: center;
    min-height: 4rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    border: 1px solid transparent;
    color: rgb(255, 255, 255);
    background-color: rgb(255, 110, 20);
}

.person-card>div>div:nth-child(3)>div>a:hover {
    text-decoration: none;
    outline: 0;
    color: rgb(255, 255, 255);
}

.person-card>div>div:nth-child(3)>div>a:nth-child(1):hover {
    background-color: rgb(192, 86, 42);
}

.person-card>div>div:nth-child(3)>div>a:nth-child(2) {
    margin-top: .8rem;
    background-color: #4183d7;
}

.person-card>div>div:nth-child(3)>div>a:nth-child(2):hover {
    background-color: #369;
}

.person-card>div>div:nth-child(3)>div>a:nth-child(3) {
    margin-top: .8rem;
    border: 0;
    padding: 0;
    color: #4183d7;
    background-color: #fff;
    border: 1px solid;
}

.person-card>div>div:nth-child(3)>div>a:nth-child(3):hover {
    background-color: #d9e6f7;
    color: #369;
}

.person-card>div>div:nth-child(3)>div>a:nth-child(4) {
    margin-top: .8rem;
    border: 0;
    padding: 0;
    color: #4183d7;
    background-color: #fff;
    border: 1px solid;
}

.person-card>div>div:nth-child(3)>div>a:nth-child(4):hover {
    background-color: #d9e6f7;
    color: #369;
}

.aside-ad {
    position: sticky;
    top: 12rem;
    align-self: center;
}

.ad-owner {
    grid-row: 2;
    grid-area: 3 / 1;
    display: block;
    padding-top: 1.8rem;
}

.ad-owner span {
    margin-right: 0.8rem;
    font-size: 1.6rem;
    font-weight: 700;
}

.ad-owner>div>div:nth-child(1)>div>div:nth-child(2) {
    margin-top: 2.4rem;
}

.ad-owner>div>div:nth-child(1)>button {
    margin-top: 1.6rem;
}

.ad-owner>div>div:not(:last-child) {
    margin-right: 0.8rem;
}

.ad-owner>div>div:nth-child(1) {
    margin-bottom: 1.8rem;
}

.ad-owner>div:nth-child(1) {
    border: unset;
    padding-top: 2.4rem;
}

.ad-owner>div:nth-child(1)>div:nth-child(1) {
    display: flex;
    margin-bottom: 1.6rem;
    justify-content: space-between;
}

@media screen and (max-width:1066px) {
    .ad-owner>div:nth-child(1)>div:nth-child(1) {
        margin: 0 0.6rem;
    }
}

.ad-owner>div:nth-child(1)>div:nth-child(1)>div:nth-child(1) {
    flex-direction: row;
    align-items: center;
    max-width: 80%;
    display: flex;
}

.ad-owner>div:nth-child(1)>div:nth-child(1)>div:nth-child(1)>div:nth-child(1) {
    display: flex;
    position: relative;
    width: 6.4rem;
}

.ad-owner>div:nth-child(1)>div:nth-child(1)>div:nth-child(1)>div:nth-child(1)>a {
    height: 6.4rem;
    width: 6.4rem;
    min-width: 6.4rem;
    border-radius: 100%;
    overflow: hidden;
}

.ad-owner>div:nth-child(1)>div:nth-child(1)>div:nth-child(1)>div:nth-child(1)>a>svg {
    overflow: hidden;
    width: 100%;
    height: 100%;
    transform: rotateY(180deg);
}

.ad-owner>div:nth-child(1)>div:nth-child(1)>div:nth-child(1)>div:nth-child(2) {
    margin-right: 1.6rem;
    margin-top: 0;
    max-width: 80%;
}

.ad-owner>div:nth-child(1)>div:nth-child(1)>div:nth-child(1)>div:nth-child(2)>a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    line-height: 2.4rem;
    font-weight: 600;
    font-size: 1.8rem;
}

.ad-owner>div:nth-child(1)>div:nth-child(1)>button {
    color: #ff6e14;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    margin-right: 1.6rem;
    height: 3.2rem;
    min-width: 3.2rem;
    background-color: #fff;
    border: 1px solid;
    text-decoration: none;
    background-position: 100%;
    background-size: 200% 100%;
    border-radius: 4px;
    font-size: 1.4rem;
    font-weight: 600;
    transition: background-color .3s, color .3s;
}

.ad-owner>div:nth-child(1)>div:nth-child(1)>button:hover {
    background-color: #fef0e9;
    color: #c0562a;
}

.ad-owner>div:nth-child(1)>span:nth-child(4),
.ad-owner>div:nth-child(1)>span:nth-child(5) {
    display: flex;
    align-items: center;
    line-height: 1.9rem;
    font-weight: 400;
    font-size: 1.4rem;
    margin-top: .8rem;
}

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

    .ad-owner>div:nth-child(1)>span:nth-child(4),
    .ad-owner>div:nth-child(1)>span:nth-child(5) {
        margin: 0.8rem;
    }
}

.ad-owner>div:nth-child(1)>span:nth-child(4)>svg,
.ad-owner>div:nth-child(1)>span:nth-child(5)>svg {
    width: 1.6rem;
    height: 1.6rem;
    min-width: 1.6rem;
    margin-left: 0.8rem;
}

.user-rights {
    border: unset;
    margin-left: 0.8rem;
    margin-right: 0.8rem;
    border-color: rgb(202, 209, 217);
    border-bottom-style: solid;
    border-width: 0.1rem;
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
    display: grid;
    gap: 1.6rem;
}

.user-rights>div {
    flex-direction: row;
    display: flex;
}

.user-rights>div>div>a {
    display: flex;
    align-items: center;
    line-height: 1.9rem;
    font-weight: 600;
    font-size: 1.4rem;
}

.user-rights>div>div>a:hover {
    text-decoration: underline;
}

.user-rights>div>div>a>svg {
    width: 1.6rem;
    height: 1.6rem;
    min-width: 1.6rem;
    margin-left: 0.8rem;
    fill: rgb(26, 26, 26);
}

.user-rights>div>div:not(:first-child) {
    margin-top: 0;
    margin-right: 2.4rem;
}

.realted-ads {
    padding-top: 2.4rem;
}

.realted-ads>div {
    margin-right: 0.8rem;
    margin-left: 0.8rem;
    border-bottom: 0.1rem solid rgb(202, 209, 217);
    padding-bottom: 2.4rem;
    padding-top: 2.4rem;
}

.realted-ads>div>h2 {
    margin-top: 0;
    display: flex;
    align-items: center;
    line-height: 2.4rem;
    font-weight: 600;
    font-size: 1.8rem;
    color: #1a1a1a;
    margin-bottom: 1.6rem;
}

.scrolled-ads {}

.scrolled-ads>div {
    max-width: 90vw;
    margin-left: 2.4rem;
}

.scrolled-ads>div>div {
    min-height: 32.6rem;
}

.scrolled-ads>div>div>nav {
    position: relative;
    z-index: 2;
    display: flex;
    -moz-box-pack: justify;
    justify-content: space-between;
    height: 0px;
}

.scrolled-ads>div>div>nav>button {
    border: 0;
    padding: 0;
    background-color: #fff;
    opacity: 0.85;
    border-radius: 2.4rem;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    margin: 11.41rem 1.5rem 0px;
    box-shadow: rgba(26, 26, 26, 0.08) 0px -1px 4px 0px, rgba(26, 26, 26, 0.12) 0px 4px 8px 0px;
    position: absolute;
}

.scrolled-ads>div>div>nav>button:nth-child(2) {
    left: 0;    
}

.scrolled-ads>div>div>nav>button:nth-child(3) {
    right: 0;
    display:none;
}

@media screen and (max-width:1068px) {
    .scrolled-ads>div>div>nav>button {
        display: none!important;
    }
}

.scrolled-ads>div>div>nav>button>svg {
    width: 1.6rem;
    height: 1.6rem;
    min-width: 1.6rem;
    display: block;
    fill: rgb(168, 180, 192);
    color: rgb(168, 180, 192);
}

.scrolled-ads>div>div>div {
    position: absolute;
    width: 65.3rem;
    overflow: auto;
    scrollbar-width: none;
    height: 35rem;
    overflow: hidden;
}

@media screen and (max-width:1066px) {
    .scrolled-ads>div>div>div {
        width: calc(100vw - 1rem);
    }
}

.scrolled-ads>div>div>div>ul {
    margin-top: 0;
    position: relative;
    display: flex;
    overflow-x: auto;
    height: 36rem;
}

.scrolled-ads>div>div>div>ul>li {
    list-style-type: none;
}

.scrolled-ads>div>div>div>ul>li>div {
    min-width: 22.5%;
    width: 15rem;
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    box-sizing: content-box;
    margin-left: 1.6rem;
}

.scrolled-ads>div>div>div>ul>li>div>a {
    height: inherit;
    display: flex;
    flex-direction: column;
}

.scrolled-ads>div>div>div>ul>li>div>a>div {
    position: relative;
    height: inherit;
    display: flex;
    flex-direction: column;
    border-style: none;
    border-radius: 0px;
    padding: 0px;
}

.scrolled-ads>div>div>div>ul>li>div>a>div>div:nth-child(1) {
    position: relative;
}

.scrolled-ads>div>div>div>ul>li>div>a>div>div:nth-child(1)::before {
    content: "";
    display: block;
    padding-top: 125%;
}

.scrolled-ads>div>div>div>ul>li>div>a>div>div:nth-child(1)>div {
    position: absolute;
    inset: 0px;
    height: auto;
}

.scrolled-ads>div>div>div>ul>li>div>a>div>div:nth-child(1)>div>div:nth-child(1) {
    position: relative;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    overflow: hidden;
    height: 100%;
    box-sizing: border-box;
    min-width: auto;
    min-height: auto;
    background-color: rgb(230, 235, 239);
    border-radius: 0.8rem;
}

.scrolled-ads>div>div>div>ul>li>div>a>div>div:nth-child(1)>div>div:nth-child(1)>div:nth-child(1) {
    display: inline-block;
    font-size: 0;
    line-height: 0;
    vertical-align: middle;
}

.scrolled-ads>div>div>div>ul>li>div>a>div>div:nth-child(1)>div>div:nth-child(1)>div:nth-child(1)>div {}

.scrolled-ads>div>div>div>ul>li>div>a>div>div:nth-child(1)>div>div:nth-child(1)>div:nth-child(1)>div>div {
    display: inline-block;
    font-size: 0;
    line-height: 0;
    vertical-align: middle;
}

.scrolled-ads>div>div>div>ul>li>div>a>div>div:nth-child(1)>div>div:nth-child(1)>div:nth-child(1)>div>div>img {
    display: initial;
    position: absolute;
    inset: 0px;
    margin: auto;
    width: 15rem;
    height: 18.8rem;
    object-fit: cover;
    object-position: center center;
}

.scrolled-ads>div>div>div>ul>li>div>a>div>div:nth-child(1)>div>div:nth-child(1)>:nth-child(2) {
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    position: absolute;
    bottom: 0.8rem;
    left: 0.8rem;
    min-width: 2.4rem;
    max-width: calc(100% - 2.4rem);
    height: 2.4rem;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: calc(1.2rem);
    font-size: 1.2rem;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: rgb(255, 255, 255);
}

.scrolled-ads>div>div>div>ul>li>div>a>div>div:nth-child(2) {
    position: relative;
    flex: 1 1 0%;
    min-width: 0px;
    margin-top: 0.8rem;
    margin-left: 0px;
    width: 100%;
}

.scrolled-ads>div>div>div>ul>li>div>a>div>div:nth-child(2)>div {
    min-height: 130px;
    display: flex;
    -moz-box-pack: justify;
    justify-content: space-between;
    flex-direction: column;
}

.scrolled-ads>div>div>div>ul>li>div>a>div>div:nth-child(2)>div>div:nth-child(1) {
    display: flex;
    flex-direction: column;
    height: 8rem;
    justify-content: space-between;
}

.scrolled-ads>div>div>div>ul>li>div>a>div>div:nth-child(2)>div>div:nth-child(1)>p:nth-child(1) {
    margin-top: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 2.2rem;
    min-height: 2.2rem;
    transition: color 0.3s ease 0s;
}

.scrolled-ads>div>div>div>ul>li>div>a:hover>div>div:nth-child(2)>div>div:nth-child(1)>p:nth-child(1) {
    color: rgb(255, 110, 20);
}

.scrolled-ads>div>div>div>ul>li>div>a>div>div:nth-child(2)>div>div:nth-child(1)>p:nth-child(2) {
    display: flex;
    flex-flow: row wrap;
    -moz-box-align: center;
    align-items: center;
    gap: 0.4rem;
    margin: 0;
    padding-top: 0.8rem;
}

.scrolled-ads>div>div>div>ul>li>div>a>div>div:nth-child(2)>div>div:nth-child(1)>p:nth-child(2)>span {
    font-size: 1.4rem;
    line-height: 1.9rem;
    font-weight: 400;
}

.scrolled-ads>div>div>div>ul>li>div>a>div>div:nth-child(2)>div>div:nth-child(1)>p:nth-child(2)>span>span {
    line-height: 1.9rem;
    font-weight: 600;
    font-size: 1.4rem;
}

.scrolled-ads>div>div>div>ul>li>div>a>div>div:nth-child(2)>div>div:nth-child(2) {
    display: flex;
    gap: 1.6rem;
    align-items: flex-end;
}

.scrolled-ads>div>div>div>ul>li>div>a>div>div:nth-child(2)>div>div:nth-child(2)>p {
    margin-top: 0;
    line-height: 1.7rem;
    font-weight: 400;
    font-size: 1.2rem;
    color: rgb(26, 26, 26);
    margin: 0;
}

.scrolled-ads>div>div>div>ul>li>div>a>div>div:nth-child(2)>div>div:nth-child(2)>div {
    position: relative;
    margin-right: auto;
    display: inline-block;
}

.scrolled-ads>div>div>div>ul>li>div>a>div>div:nth-child(2)>div>div:nth-child(2)>div>span {
    border: 0;
    padding: 0;
    display: flex;
    border-radius: 4px;
}

.scrolled-ads>div>div>div>ul>li>div>a>div>div:nth-child(2)>div>div:nth-child(2)>div>span>svg {
    width: 2.4rem;
    height: 2.4rem;
    min-width: 2.4rem;
    fill: rgb(168, 180, 192);
    color: rgb(168, 180, 192);
}

.scrolled-ads>div>div>div>ul>li>div>a>div>div:nth-child(2)>div>div:nth-child(2)>div>span>svg:hover {
    fill: rgb(129, 145, 160);
}

.scrolled-ads>div>div>div>ul>li>div>a>div>div:nth-child(2)>div>div:nth-child(2)>div>div {
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 1500;
}

.spacer {
    margin-top: 1.2rem;
    height: 2.4rem;
    margin-right: .8rem;
}

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

    .menu,
    .upper-menu {
        display: none;
    }
}

@media screen and (max-width:1066px) {
    .ad>section:nth-child(1)>div:nth-child(1) {
        display: block;
        position: relative;
    }
}

.ad>section:nth-child(1)>div:nth-child(1)>div:nth-child(1)>div {
    height: 4rem;
    width: 4rem;
}

.ad>section:nth-child(1)>div:nth-child(1)>div:nth-child(1)>div:nth-child(1) {
    position: absolute;
    right: 5rem;
    padding: 1.6rem;
    height: 7.2rem;
    width: 7.2rem;
    z-index: 1;
}

.ad>section:nth-child(1)>div:nth-child(1)>div:nth-child(1)>div:nth-child(2) {
    position: absolute;
    right: 0rem;
    padding: 1.6rem;
    height: 7.2rem;
    width: 7.2rem;
    z-index: 1;
}

.ad>section:nth-child(1)>div:nth-child(1)>div:nth-child(1)>div:nth-child(3) {
    position: absolute;
    left: 0rem;
    padding: 1.6rem;
    height: 7.2rem;
    width: 7.2rem;
    z-index: 1;
}

.ad>section:nth-child(1)>div:nth-child(1)>div:nth-child(1)>div>button {
    border: 0;
    padding: 0;
    cursor: pointer;
    -moz-box-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    -moz-box-align: center;
    align-items: center;
    background-color: rgb(255, 255, 255);
    border-radius: 2.4rem;
    box-shadow: rgba(26, 26, 26, 0.08) 0px -1px 4px 0px, rgba(26, 26, 26, 0.12) 0px 4px 8px 0px;
    display: flex;
    min-height: 4rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    transition: box-shadow 300ms ease 0s;
    padding: 0;
}

.ad>section:nth-child(1)>div:nth-child(1)>div:nth-child(1)>div>button>svg {
    width: 1.6rem;
    height: 1.6rem;
    min-width: 1.6rem;
    margin-right: 0px;
    fill: rgb(26, 26, 26);
    color: rgb(26, 26, 26);
}

.ad>section:nth-child(1)>div:nth-child(1)>div:nth-child(2)>div {
    display: flex;
}

.ad>section:nth-child(1)>div:nth-child(1)>div:nth-child(3) {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .4rem .8rem;
    background: rgba(0, 0, 0, .5);
    border-radius: 9999px;
}

.ad>section:nth-child(1)>div:nth-child(1)>div:nth-child(3)>svg {
    width: 1.2rem;
    height: 1.2rem;
    min-width: 1.2rem;
    margin-right: .4rem;
    fill: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
}

.ad>section:nth-child(1)>div:nth-child(1)>div:nth-child(3)>span {
    line-height: 1.9rem;
    font-weight: 400;
    font-size: 1.4rem;
    color: #fff;
}

.ad>section:nth-child(1)>div:nth-child(1)>div:nth-child(3)>span>span {
    line-height: 1.9rem;
    font-weight: 600;
    font-size: 1.4rem;
    color: #fff;
}

.ad>section:nth-child(1)>div:nth-child(1)>div:nth-child(2) {
    height: calc(100vh/3 + (2 * 5vw));
    min-height: 27rem;
    background: lightgray;
    display: flex;
    overflow: auto;
    width: 100vw;
    min-width: 100vw;
    scroll-snap-type: x mandatory;
}

.ad>section:nth-child(1)>div:nth-child(1)>div:nth-child(2)>div {
    min-width: 100vw;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    scroll-snap-stop: always;
    scroll-snap-align: center;
}

.ad>section:nth-child(1)>div:nth-child(1)>div:nth-child(2)>div>picture {
    height: 100%;
    width: 100%;
}

.ad>section:nth-child(1)>div:nth-child(1)>div:nth-child(2)>div>picture>img {
    height: 100% !important;
    width: 100vw;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.tbr {
    display: inline-block;
    border-width: 0.2rem;
    border-style: solid;
    border-color: rgb(65, 131, 215) rgb(244, 246, 247) rgb(244, 246, 247);
    border-image: initial;
    color: rgb(65, 131, 215);
    border-radius: 50%;
    animation: 1s linear 0s infinite normal none running image-waiting;
    width: 1.5rem;
    height: 1.5rem;
    position: fixed;
    margin: auto;
}

@keyframes image-waiting {
    0% {
        transform: rotate(-360deg)
    }

    ;
}

.sticky-upper-menu.sticky-upper-menu-show {
    opacity: 1;
    transform: translateZ(0);
    transition: transform .2s ease-in-out;
}

.sticky-upper-menu {
    position: fixed;
    width: 100%;
    right: 0;
    opacity: 0;
    top: 0;
    transform: translate3d(0, -100%, 0);
    transition: transform .2s ease-in-out, opacity .2s;
    z-index: 1100;
}

.sticky-upper-menu>div {
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(26 26 26 / 8%) 0px -1px 4px 0px, rgb(26 26 26 / 12%) 0px 4px 8px 0px;
    padding: 0.8rem 0px;
}

.sticky-upper-menu>div>div {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 0px 0.8rem;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.sticky-upper-menu>div>div>div:nth-child(1) {
    margin-left: 0.8rem;
    display: flex;
    align-items: center;
    max-width: 80vw;
}

.sticky-upper-menu>div>div>div:nth-child(1)>div:nth-child(1) {
    margin-left: 0.8rem;
}

.sticky-upper-menu>div>div>div:nth-child(1)>div:nth-child(1)>img {
    height: 5.5rem;
    width: 100%;
    max-width: 5.5rem;
    object-fit: contain;
}

.sticky-upper-menu>div>div>div:nth-child(1)>div:nth-child(2) {
    overflow: hidden;
    font-weight: 600;
    line-height: 2.2rem;
    margin: 0;
}

.sticky-upper-menu>div>div>div:nth-child(1)>div:nth-child(2)>div:nth-child(1) {}

.sticky-upper-menu>div>div>div:nth-child(1)>div:nth-child(2)>div:nth-child(2) {}

.sticky-upper-menu>div>div>div:nth-child(2) {
    display: flex;
    flex-shrink: 0;
}

.sticky-upper-menu>div>div>div:nth-child(2)>div:nth-child(1) {
    display: none !important;
}

.sticky-upper-menu>div>div>div:nth-child(2)>div:nth-child(2) {}

.sticky-upper-menu>div>div>div:nth-child(2)>div:nth-child(2)>div {}

.sticky-upper-menu>div>div>div:nth-child(2)>div:nth-child(2)>div>div {
    height: 4rem;
    width: 4rem;
}

.sticky-upper-menu>div>div>div:nth-child(2)>div:nth-child(2)>div>div>button {
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    align-items: center;
    background-color: rgb(255, 255, 255);
    border-radius: 2.4rem;
    box-shadow: rgb(26 26 26 / 8%) 0px -1px 4px 0px, rgb(26 26 26 / 12%) 0px 4px 8px 0px;
    display: flex;
    min-height: 4rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    transition: box-shadow 300ms ease 0s;
    padding: 0;
    border: none;
}

.sticky-upper-menu>div>div>div:nth-child(2)>div:nth-child(2)>div>div>button:hover {
    box-shadow: rgb(26 26 26 / 12%) 0px -1px 8px 0px, rgb(0 0 0 / 14%) 0px 4px 8px 0px;
}

.sticky-upper-menu>div>div>div:nth-child(2)>div:nth-child(2)>div>div>button>svg {
    width: 1.6rem;
    height: 1.6rem;
    min-width: 1.6rem;
    margin-right: 0px;
    fill: rgb(26, 26, 26);
    color: rgb(26, 26, 26);
}

.sticky-button-menu {
    position: fixed;
    z-index: 1100;
    bottom: 0px;
    left: 0px;
    width: 100%;
    transform: translate3d(0, 0, 0);
    transition: transform .2s ease-in-out, opacity .2s;
    display: unset;
}

@media screen and (min-width:1066px) {
    .sticky-button-menu {
        display: none;
    }
}

.sticky-button-menu.sticky-button-menu-hide {
    transform: translate3d(0, 100%, 0);
    transition: transform .2s ease-in-out;
}

.sticky-button-menu>div {}

.sticky-button-menu>div>div {
    background: white;
    box-shadow: rgb(26 26 26 / 8%) 0px -1px 4px 0px, rgb(26 26 26 / 12%) 0px 4px 8px 0px;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
}

.sticky-button-menu>div>div>div {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-around;
    padding: calc(1.2rem) 0px;
}

.sticky-button-menu>div>div>div>div:nth-child(1) {
    flex: 1 1 0%;
    margin-left: 0.8rem;
    margin-right: 0.8rem;
}

.sticky-button-menu>div>div>div>div:nth-child(1)>button {
    color: #4183d7;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    height: 4rem;
    min-width: 4rem;
    width: 100%;
    background-color: #fff;
    border: 1px solid;
}

.sticky-button-menu>div>div>div>div:nth-child(2) {
    flex: 1 1 0%;
    margin-left: 0.8rem;
    margin-right: 0.8rem;
}

.sticky-button-menu>div>div>div>div:nth-child(2)>a {
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 300ms ease 0s, color 300ms ease 0s;
    cursor: pointer;
    width: 100%;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    -webkit-box-align: center;
    align-items: center;
    display: inline-flex;
    font-size: 1.4rem;
    font-weight: 600;
    -webkit-box-pack: center;
    justify-content: center;
    min-height: 4rem;
    font-family: "Open Sans", sans-serif, Arial;
    border: 1px solid transparent;
    color: #0A0A0A;
    background-color: rgb(255, 110, 20);
    font-weight: 400;
}

.pictures-popup {}

.pictures-popup>div {
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 11000;
}

.pictures-popup>div>nav {
    width: 100vw;
    position: fixed;
    top: 0;
    z-index: 2;
}

.pictures-popup>div>nav>div {
    background-color: rgb(255, 255, 255);
    border-radius: 0.8rem;
    box-shadow: rgb(26 26 26 / 8%) 0px -1px 4px 0px, rgb(26 26 26 / 12%) 0px 4px 8px 0px;
    padding: 0.4rem;
}

.pictures-popup>div>nav>div>div {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.pictures-popup>div>nav>div>div>div:nth-child(1) {
    width: 90vw;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 0.8rem;
    color: #ff6e14;
    line-height: 2.2rem;
    font-weight: 400;
    font-size: 1.6rem;
}

.pictures-popup>div>nav>div>div>div:nth-child(2)>svg {
    width: 2rem;
    height: 2rem;
    min-width: 2rem;
    margin: 0.8rem 0.8rem 0.8rem 1.6rem;
    fill: rgb(255, 110, 20);
    color: rgb(255, 110, 20);
}

.pictures-popup>div>section {
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    padding-top: 4.4rem;
    padding-bottom: 2.4rem;
    position: fixed;
    height: 100%;
    width: 100%;
    overflow-y: auto;
}

.pictures-popup>div>section>div {
    margin: 0.8rem 1.6rem;
}

.pictures-popup>div>section>div>picture>img {
    border-radius: 0.4rem;
    display: inline-block;
    font-size: 0;
    line-height: 0;
    vertical-align: middle;
    max-width: 100%;
}

.pictures-popup-wide {
    display: none;
}

@media screen and (min-width:1066px) {
    .pictures-popup {
        display: none;
    }

    .pictures-popup-wide {
        display: unset;
    }

    .pictures-popup-wide img {
        height: 2rem;
    }

    .pictures-popup-wide>div {
        -webkit-box-align: center;
        -webkit-box-pack: center;
        align-items: center;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        transition: opacity .2s ease-in-out;
        z-index: 11001;
    }

    .pictures-popup-wide>div>div:nth-child(1) {
        background-color: #fff;
        cursor: pointer;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        transition: background-color 3s;
        width: 100%;
    }

    .pictures-popup-wide>div>div:nth-child(2) {
        height: 100vh;
    }

    .pictures-popup-wide>div>div:nth-child(2)>button {
        position: absolute;
        padding: 4.8rem;
        background-color: transparent;
        border: none;
        cursor: pointer;
        display: flex;
        left: 0;
        top: 0;
    }

    .pictures-popup-wide>div>div:nth-child(2)>button>svg {
        width: 2.4rem;
        height: 2.4rem;
        min-width: 2.4rem;
        fill: rgb(168, 180, 192);
        color: rgb(168, 180, 192);
    }

    .pictures-popup-wide>div>div:nth-child(2)>div {
        height: 100%;
        padding: 3.2rem 4rem;
    }

    .pictures-popup-wide>div>div:nth-child(2)>div>div:nth-child(1) {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

    .pictures-popup-wide>div>div:nth-child(2)>div>div:nth-child(1)>div:nth-child(1) {
        padding: 0 8rem;
        display: flex;
        align-items: center;
        justify-content: center;
        width: inherit;
        height: 85%;
    }

    .pictures-popup-wide>div>div:nth-child(2)>div>div:nth-child(1)>div:nth-child(1)>div:nth-child(1) {
        max-width: 100%;
        height: 100%;
        min-width: 70%;
    }

    .pictures-popup-wide>div>div:nth-child(2)>div>div:nth-child(1)>div:nth-child(1)>div:nth-child(1)>div {
        display: flex;
        align-items: center;
        position: relative;
        height: 100%;
    }

    .pictures-popup-wide>div>div:nth-child(2)>div>div:nth-child(1)>div:nth-child(1)>div:nth-child(1)>div>div:nth-child(1) {
        position: absolute;
        z-index: 4;
        cursor: pointer;
        padding: 3.2rem;
        margin-top: -3.2rem;
        top: calc(50% - 1.7rem);
    }

    .pictures-popup-wide>div>div:nth-child(2)>div>div:nth-child(1)>div:nth-child(1)>div:nth-child(1)>div>div:nth-child(3) {
        position: absolute;
        z-index: 4;
        cursor: pointer;
        padding: 3.2rem;
        margin-top: -3.2rem;
        top: calc(50% - 1.7rem);
        left: 0;
    }

    .pictures-popup-wide>div>div:nth-child(2)>div>div:nth-child(1)>div:nth-child(1)>div:nth-child(1)>div>div:nth-child(1)>div {
        display: flex;
        align-items: center;
        justify-content: center;
        transition: background .3s, box-shadow .3s, opacity .1s;
        background: rgba(0, 0, 0, .2);
        border-radius: 50%;
        width: 3.4rem;
        height: 3.4rem;
    }

    .pictures-popup-wide>div>div:nth-child(2)>div>div:nth-child(1)>div:nth-child(1)>div:nth-child(1)>div>div:nth-child(1)>div>svg {
        width: 1.6rem;
        height: 1.6rem;
        min-width: 1.6rem;
        fill: rgb(255, 255, 255);
        color: rgb(255, 255, 255);
    }

    .pictures-popup-wide>div>div:nth-child(2)>div>div:nth-child(1)>div:nth-child(1)>div:nth-child(1)>div>div:nth-child(3)>div {
        display: flex;
        align-items: center;
        justify-content: center;
        transition: background .3s, box-shadow .3s, opacity .1s;
        background: rgba(0, 0, 0, .2);
        border-radius: 50%;
        width: 3.4rem;
        height: 3.4rem;
    }

    .pictures-popup-wide>div>div:nth-child(2)>div>div:nth-child(1)>div:nth-child(1)>div:nth-child(1)>div>div:nth-child(3)>div>svg {
        width: 1.6rem;
        height: 1.6rem;
        min-width: 1.6rem;
        fill: rgb(255, 255, 255);
        color: rgb(255, 255, 255);
    }

    .pictures-popup-wide>div>div:nth-child(2)>div>div:nth-child(1)>div:nth-child(1)>div:nth-child(1)>div>div:nth-child(2) {
        width: 100%;
        height: 100%;
    }

    .pictures-popup-wide>div>div:nth-child(2)>div>div:nth-child(1)>div:nth-child(1)>div:nth-child(1)>div>div:nth-child(2)>div {
        height: 100%;
        width: 100%;
        display: flex;
        text-align: left;
        overflow-x: scroll;
        display: flex;
        box-sizing: border-box;
        scroll-snap-type: x mandatory;
    }

    .pictures-popup-wide>div>div:nth-child(2)>div>div:nth-child(1)>div:nth-child(1)>div:nth-child(1)>div>div:nth-child(2)>div>div {
        flex: 0 0 100%;
        scroll-snap-align: start;
    }

    .pictures-popup-wide>div>div:nth-child(2)>div>div:nth-child(1)>div:nth-child(1)>div:nth-child(1)>div>div:nth-child(2)>div>div>img {
        inset: 0px;
        margin: auto;
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center center;
        display: inline-block;
        max-width: 100%;
        border: 0;
        scroll-snap-align: center;
        padding: .2rem;
    }

    .pictures-popup-wide>div>div:nth-child(2)>div>div:nth-child(1)>div:nth-child(1)>div:nth-child(2) {
        display: flex;
        height: 100%;
        width: 40rem;
        margin-right: 7rem;
    }

    .pictures-popup-wide>div>div:nth-child(2)>div>div:nth-child(1)>div:nth-child(1)>div:nth-child(2)>div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 40rem;
    }

    .pictures-popup-wide>div>div:nth-child(2)>div>div:nth-child(1)>div:nth-child(1)>div:nth-child(2)>div>div:nth-child(1) {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        align-items: center;
        border: 0;
        bottom: auto;
        cursor: default;
        display: flex;
        flex-direction: column;
        justify-content: center;
        outline: 0;
        overflow-x: hidden;
        position: relative;
    }

    .pictures-popup-wide>div>div:nth-child(2)>div>div:nth-child(1)>div:nth-child(1)>div:nth-child(2)>div>div:nth-child(1)>span {
        line-height: 1.9rem;
        font-weight: 400;
        font-size: 1.4rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        align-items: center;
        border: 0;
        bottom: auto;
        cursor: default;
        display: flex;
        /* flex-direction: column;
         */
        justify-content: center;
        outline: 0;
        overflow-x: hidden;
        position: relative;
    }

    .pictures-popup-wide>div>div:nth-child(2)>div>div:nth-child(1)>div:nth-child(1)>div:nth-child(2)>div>div:nth-child(1)>span>span {
        display: flex;
        margin: 0 0.2rem;
        transition: transform 0.5s;
    }

    .text-change-out {
        transform: scale(0);
    }

    .pictures-popup-wide>div>div:nth-child(2)>div>div:nth-child(1)>div:nth-child(1)>div:nth-child(2)>div>div:nth-child(1)>h2 {
        line-height: 2.2rem;
        font-weight: 600;
        font-size: 1.6rem;
        margin-bottom: 2.4rem;
        margin-top: 0.8rem;
        display: block;
        font-size: 1.5em;
        margin-block-start: 0.83em;
        margin-block-end: 0.83em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        font-weight: bold;
        color: #1a1a1a;
    }

    .pictures-popup-wide>div>div:nth-child(2)>div>div:nth-child(1)>div:nth-child(1)>div:nth-child(2)>div>div:nth-child(2) {
        display: inline-block;
        position: relative;
    }

    .pictures-popup-wide>div>div:nth-child(2)>div>div:nth-child(1)>div:nth-child(1)>div:nth-child(2)>div>div:nth-child(2)>div:nth-child(1) {
        max-height: 263px;
        overflow-y: auto;
        box-sizing: border-box;
        position: relative;
        display: block;
    }

    .pictures-popup-wide>div>div:nth-child(2)>div>div:nth-child(1)>div:nth-child(1)>div:nth-child(2)>div>div:nth-child(2)>div:nth-child(1)>div {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .pictures-popup-wide>div>div:nth-child(2)>div>div:nth-child(1)>div:nth-child(1)>div:nth-child(2)>div>div:nth-child(2)>div:nth-child(1)>div>div {
        position: relative;
        overflow: hidden;
        width: 8rem;
        height: 8rem;
        margin-right: 0.8rem;
        margin-bottom: 0.8rem;
        border-radius: 0.4rem;
        cursor: pointer;
    }

    .pictures-popup-wide>div>div:nth-child(2)>div>div:nth-child(1)>div:nth-child(1)>div:nth-child(2)>div>div:nth-child(2)>div:nth-child(1)>div>div>img {
        height: 100% !important;
        width: 100%;
        max-width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        display: inline-block;
        font-size: 0;
        line-height: 0;
        vertical-align: middle;
    }

    .pictures-popup-wide>div>div:nth-child(2)>div>div:nth-child(1)>div:nth-child(2) {
        width: inherit;
        position: fixed;
        bottom: 0;
        left: 0;
        box-shadow: 0 1px 8px 0 rgb(0 0 0 / 20%), 0 3px 3px -2px rgb(0 0 0 / 4%), 0 3px 4px 0 rgb(0 0 0 / 14%);
    }

    .pictures-popup-wide>div>div:nth-child(2)>div>div:nth-child(1)>div:nth-child(2)>div {
        max-width: 1066px;
        margin-right: auto;
        margin-left: auto;
    }

    .pictures-popup-wide>div>div:nth-child(2)>div>div:nth-child(1)>div:nth-child(2)>div>div {
        display: flex;
        justify-content: space-between;
    }

    .pictures-popup-wide>div>div:nth-child(2)>div>div:nth-child(1)>div:nth-child(2)>div>div>div {
        padding: 2rem;
        display: flex;
    }

    .pictures-popup-wide>div>div:nth-child(2)>div>div:nth-child(1)>div:nth-child(2)>div>div>div>div:nth-child(2)>div>div {
        height: 4rem;
        width: 4rem;
    }

    .pictures-popup-wide>div>div:nth-child(2)>div>div:nth-child(1)>div:nth-child(2)>div>div>div>div:nth-child(2)>div>div>button {
        box-shadow: rgba(26, 26, 26, 0.12) 0px -1px 8px 0px, rgba(0, 0, 0, 0.14) 0px 4px 8px 0px;
        -webkit-box-pack: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        -webkit-box-align: center;
        align-items: center;
        background-color: rgb(255, 255, 255);
        border-radius: 2.4rem;
        box-shadow: rgba(26, 26, 26, 0.08) 0px -1px 4px 0px, rgba(26, 26, 26, 0.12) 0px 4px 8px 0px;
        display: flex;
        min-height: 4rem;
        padding-left: 1.6rem;
        padding-right: 1.6rem;
        transition: box-shadow 300ms ease 0s;
    }

    .pictures-popup-wide>div>div:nth-child(2)>div>div:nth-child(1)>div:nth-child(2)>div>div>div>div:nth-child(2)>div>div>button>svg {
        width: 1.6rem;
        height: 1.6rem;
        min-width: 1.6rem;
        display: inline;
        vertical-align: baseline;
        margin-right: 0px;
        fill: rgb(26, 26, 26);
        color: rgb(26, 26, 26);
    }

    .pictures-popup-wide>div>div:nth-child(2)>div>div:nth-child(1)>div:nth-child(2)>div>div>div:nth-child(1) {
        display: flex;
    }

    .pictures-popup-wide>div>div:nth-child(2)>div>div:nth-child(1)>div:nth-child(2)>div>div>div:nth-child(1)>div:nth-child(1) {
        margin-left: 0.8rem;
    }

    .pictures-popup-wide>div>div:nth-child(2)>div>div:nth-child(1)>div:nth-child(2)>div>div>div:nth-child(1)>div:nth-child(1)>img {
        max-height: 5.5rem;
        max-width: 6rem;
        height: 100%;
        object-fit: cover;
    }

    .pictures-popup-wide>div>div:nth-child(2)>div>div:nth-child(1)>div:nth-child(2)>div>div>div:nth-child(1)>div:nth-child(2) {
        font-weight: 600;
        line-height: 2.2rem;
        font-size: 1.6rem;
    }

    .pictures-popup-wide>div>div:nth-child(2)>div>div>div:nth-child(2)>div>div>div:nth-child(1)>div:nth-child(2)>div:nth-child(2)>div>span {
        display: flex;
    }

    .pictures-popup-wide>div>div:nth-child(2)>div>div>div:nth-child(2)>div>div>div:nth-child(1)>div:nth-child(2)>div:nth-child(2)>div>span>p:nth-child(1) {
        padding-left: 0.4rem;
    }

    .pictures-popup-wide>div>div:nth-child(2)>div>div>div:nth-child(2)>div>div>div:nth-child(1)>div:nth-child(2)>div:nth-child(2)>div>span>p:nth-child(2) {
        font-weight: 400;
        font-size: 1.1rem;
    }

    .pictures-popup-wide>div>div:nth-child(2)>div>div>div:nth-child(2)>div>div>div:nth-child(2)>div:nth-child(1)>div>div {
        margin-left: 1.6rem;
    }

    .pictures-popup-wide>div>div:nth-child(2)>div>div>div:nth-child(2)>div>div>div:nth-child(2)>div:nth-child(1)>div>div>button {
        border-radius: 4px;
        text-decoration: none;
        transition: background-color 300ms ease 0s, color 300ms ease 0s;
        cursor: pointer;
        width: 100%;
        -webkit-box-align: center;
        align-items: center;
        display: inline-flex;
        font-size: 1.4rem;
        font-weight: 600;
        -webkit-box-pack: center;
        justify-content: center;
        min-height: 4rem;
        padding-left: 1.6rem;
        padding-right: 1.6rem;
        border: 1px solid transparent;
        color: rgb(255, 255, 255);
        background-color: rgb(255, 110, 20);
    }

    .pictures-popup-wide>div>div:nth-child(2)>div>div>div:nth-child(2)>div>div>div:nth-child(2)>div:nth-child(1)>div>div>button:hover {
        color: rgb(255, 255, 255);
        background-color: rgb(192, 86, 42);
    }
}

.skeleton {
    animation: skeleton-loading 0.7s linear infinite alternate;
}

@keyframes skeleton-loading {
    0% {
        background-color: hsl(200, 20%, 70%);
    }

    100% {
        background-color: hsl(200, 20%, 95%);
    }
}

.skeleton-text>p {
    width: 100%;
    height: 1.0rem;
    border-radius: 0.4rem;
    min-height: unset !important;
    margin-bottom: 0.4rem !important;
}

.skeleton-text>p:last-child {
    width: 70%;
}

.short-line {
    width: 70%;
}

.skeleton-svg {
    animation: skeleton-svg-animation 0.7s linear infinite alternate;
}

.fav-btn-clicked {
    animation: fav-button-blick-animation .5s 1 alternate;
}

.fav-svg-clicked {
    fill: rgb(255, 110, 20) !important;
    color: rgb(255, 110, 20) !important;
}

@keyframes skeleton-svg-animation {
    0% {
        fill: hsl(200, 20%, 70%);
        width: 2.0rem;
        height: 2.0rem;
    }

    100% {
        fill: hsl(200, 20%, 95%);
        width: 2.4rem;
        height: 2.4rem;
    }
}

@keyframes fav-button-blick-animation {
    0% {
        transform: scale(1);
    }

    40% {
        transform: scale(1.15);
    }

    70% {
        transform: scale(.95);
    }

    100% {
        transform: scale(1);
    }
}


.share-flotable-window {
    cursor: pointer;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 30000;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    opacity: 0;
    transition: opacity 300ms ease-in-out 0s;
}

.share-flotable-menu {
    background-color: rgb(255, 255, 255);
    position: fixed;
    width: 100vw;
    min-height: 5rem;
    max-height: calc(100vh - 7.2rem);
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 30001;
    border-top-left-radius: 0.8rem;
    border-top-right-radius: 0.8rem;
    transition: transform 300ms ease-in-out 0s;
    transform: translate3d(0px, 100%, 0px);
    overflow: hidden auto;
    box-shadow: rgba(26, 26, 26, 0.12) 0px -1px 8px 0px,
        rgba(0, 0, 0, 0.14) 0px 4px 8px 0px;
    padding: 1.6rem;
}

.share-flotable-menu>span {
    line-height: 2.2rem;
    font-weight: 600;
    font-size: 1.6rem;
}

.share-flotable-menu>ul {
    width: 29rem;
    margin-top: 2.4rem;
    display: flex;
    flex-direction: column;
}

.share-flotable-menu>ul>li {
    margin-bottom: 1.6rem;
    cursor: pointer;
}

.share-flotable-menu>ul>li>button {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.share-flotable-menu>ul>li>button>svg {
    width: 1.6rem;
    height: 1.6rem;
    min-width: 1.6rem;
    display: inline;
    vertical-align: baseline;
    margin-left: 0.8rem;
    fill: rgb(26, 26, 26);
    color: rgb(26, 26, 26);
}

.share-flotable-menu>ul>li>button>span {
    line-height: 1.9rem;
    font-weight: 400;
    font-size: 1.4rem;
    color: #1a1a1a;
}

.share-flotable-menu>button {
    position: absolute;
    left: 0px;
    top: 0px;
    display: flex;
    padding: 1.6rem;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.share-flotable-menu>button>svg {
    width: 1.6rem;
    height: 1.6rem;
    min-width: 1.6rem;
    display: inline;
    vertical-align: baseline;
    margin: 0px;
    padding: 0px;
    fill: rgb(129, 145, 160);
    color: rgb(129, 145, 160);
}

.share-flotable-menu>button:hover>svg {
    fill: rgb(26, 26, 26);
    color: rgb(26, 26, 26);
}

.share-fixed-window {
    box-shadow: rgba(26, 26, 26, 0.08) 0px -1px 4px 0px, rgba(26, 26, 26, 0.12) 0px 4px 8px 0px;
    padding: 1.6rem;
    border-radius: 0.8rem;
    background: white;
    z-index: 30000;
    position: absolute;
    inset: 0px auto auto 0px;
    transform: translate3d(-200px, 50px, 0px);
}

.share-fixed-window>ul {
    width: 29rem;
    margin-top: 2.4rem;
    display: flex;
    flex-direction: column;
}

.share-fixed-window>ul>li {
    margin-bottom: 1.6rem;
    cursor: pointer;
}

.share-fixed-window>ul>li>button {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.share-fixed-window>ul>li>button>svg {
    width: 1.6rem;
    height: 1.6rem;
    min-width: 1.6rem;
    display: inline;
    vertical-align: baseline;
    margin-left: 0.8rem;
    fill: rgb(26, 26, 26);
    color: rgb(26, 26, 26);
}

.share-fixed-window>ul>li>button>span {
    line-height: 1.9rem;
    font-weight: 400;
    font-size: 1.4rem;
    color: #1a1a1a;
}

.share-fixed-window>span {
    line-height: 2.2rem;
    font-weight: 600;
    font-size: 1.6rem;
}

.share-fixed-window>button {
    position: absolute;
    left: 0px;
    top: 0px;
    display: flex;
    padding: 1.6rem;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.share-fixed-window>button>svg {
    width: 1.6rem;
    height: 1.6rem;
    min-width: 1.6rem;
    display: inline;
    vertical-align: baseline;
    margin: 0px;
    padding: 0px;
    fill: rgb(129, 145, 160);
    color: rgb(129, 145, 160);
}

.share-fixed-window>button:hover>svg {
    fill: rgb(26, 26, 26);
    color: rgb(26, 26, 26);
}


@media screen and (max-width: 1066px) {
    .mobile-search-container {
        display: none !important;
    }
}


.ad-cancelation {
    z-index: 10000;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(32, 39, 48, 0.4);
    animation: fadeIn .25s cubic-bezier(.2, 0, 0, 1);
    pointer-events: auto;

}

.ad-cancelation>.dialog {
    pointer-events: auto;
    animation: fadeIn .25s cubic-bezier(.2, 0, 0, 1);
    box-shadow: 0 0 #0000, 0 0 rgba(0, 0, 0, 0), 0 6px 12px 0 #0003;
    background-color: rgb(255, 255, 255);
    border-radius: 1.6rem;
    flex-direction: column;
    transform: translate(-50%, -50%);
    max-width: 48rem;
    width: 100%;
    max-height: 80%;
    display: flex;
    top: 50%;
    left: 50%;
    bottom: 0;
    position: fixed;
    overflow: hidden;
}

.ad-cancelation>.dialog>header {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.ad-cancelation>.dialog>header::after {
    content: "";
    position: absolute;
    display: block;
    background-color: rgba(21, 34, 51, .16);
    height: 2px;
    width: 90%;
    bottom: 0px;
    left: 5%;
    right: 5%;
}

.ad-cancelation>.dialog>header>h2 {
    padding: 1.6rem 2.4rem;
}

.ad-cancelation>.dialog>header>button {
    margin-left: 2.4rem;
    height: 4rem;
    width: 4rem;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ad-cancelation>.dialog>header>button:hover {
    background-color: rgba(98, 124, 147, 0.08);
    transition: box-shadow .1s cubic-bezier(.4, 0, 1, 1), border-color .3s cubic-bezier(.4, 0, 1, 1);
}

.ad-cancelation>.dialog>header>button>svg {
    height: 1.6rem;
    width: 1.6rem;
}

.ad-cancelation>.dialog>section {
    padding: 1.6rem 2.4rem;
    height: 100%;
    overflow: auto;
}


.ad-cancelation>.dialog>section>ul {
    height: 100%;
    display: flex;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.ad-cancelation>.dialog>section>ul>li {
    min-height: 4rem;
    position: relative;
}

.ad-cancelation>.dialog>section>ul>li>div {
    height: 100%;
    display: flex;
    align-items: center;
}

.ad-cancelation>.dialog>section>ul>li>div>input {
    height: 100%;
    width: 4rem;
    position: absolute;
    opacity: 0;
}

.ad-cancelation>.dialog>section>ul>li>div>span {
    height: 100%;
    width: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: 2px solid #000000;
    outline-offset: -10px;
    border-radius: 50%;
}

.ad-cancelation>.dialog>section>ul>li>div>label {
    padding-right: 2rem;
    font-size: 1.6rem;
}


.ad-cancelation>.dialog>section>ul>li>div>span>div {
    background-color: black;
    height: 0;
    width: 0;
    border-radius: 50%;
    transition: all .5s;
    outline: 2px solid #0000;
    outline-offset: 2px;
}


.ad-cancelation>.dialog>section>ul>li>div>input:checked+span>div {
    height: 1.2rem;
    width: 1.2rem;
}

.ad-cancelation>.dialog>footer {
    padding-bottom: 2.4rem;
    padding-top: 2.4rem;
    background-color: unset;
    color: unset;
    padding: 0rem 2.4rem 2.4rem 2.4rem;
    display: flex;
    justify-content: flex-end;
}

.ad-cancelation>.dialog>footer>button {
    background-color: rgb(236, 90, 19);
    transition: box-shadow .1s cubic-bezier(.4, 0, 1, 1), border-color .3s cubic-bezier(.4, 0, 1, 1);
    color: #FFFFFF;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 2.4rem;
    padding: 1.2rem 2.4rem;
    border-radius: 1.6rem;
}

.ad-cancelation>.dialog>footer>button:disabled {
    background-color: rgba(0, 0, 0, .2);
    cursor: default;
}

.ad-cancelation>.dialog>footer>button:disabled:hover {
    background-color: rgba(0, 0, 0, .2);
    cursor: default;
}

.ad-cancelation>.dialog>footer>button:hover {
    background-color: rgba(236, 90, 19, .8);
}

.display-none {
    display:none;
}
