body {
    background: #1b1615;
    font-family: 'Manrope', Arial, sans-serif;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

.wrapper {
    width: 1280px;
}


.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    margin-top: 20px;
}

.logo {
    display: flex;
    align-items: center;
    flex-direction: column;
    line-height: 1;
}

.logo h1 {
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    margin-top: -5px;
    letter-spacing: 5%;
    font-weight: 400;
}

.logo img {
    width: 212px;
    height: auto;
}

.action, .menu {
    width: 205px;
}

#menuBtn {
    cursor: pointer;
}

.menu img {
    width: 30px;
    height: auto;
}

.actions {
    display: flex;
    align-items: center;
    gap: 40px;
    line-height: 0;
}

.actions .number {
    font-size: 20px;
    color: #fff;
    text-decoration: none;
}

.actions .switch-lang img {
    width: 30px;
    height: auto;
}
.euro-button {
    position: absolute;
    z-index: -1;
    top: -50px;
}

/*price table*/
.prices_title {
    color: #918e8e;
    text-align: center;
    font-size: 16px;
    font-weight: 400;margin-top: 50px;
}

.prices_table {
    display: flex;
    justify-content: space-between;
    gap: 2px;
    margin: 15px 0;
}

.prices_table-item {
    background: #120d0c;
    padding: 15px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.prices_table-item:first-of-type {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.prices_table-item:last-of-type {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.prices_table-item_name {
    color: #cdb376;
    font-size: 16px;
}

.prices_table-item_value {
    color: #d3ccd2;
    font-size: 16px;
    font-weight: 600;
}

.valuables_types {
    position: relative;
}

.valuables_types::after {
    position: absolute;
    content: '';
    width: 660px;
    height: 660px;
    z-index: -2;
    top: 25px;
    border-radius: 50%;
    left: calc(50% - 530px);
    border: 200px solid #241d1b;
}

.valuables_types-title {
    text-align: center;
    color: #fff;
    margin: 100px 0 40px;
}

.valuables_types.lom .valuables_types-title {
    padding: 100px 0 0;
    margin: 0;
}

.valuables_types.lom .prices_title {
    padding: 70px 0;
}

.vt_title {
    font-size: 69px;
    font-family: 'Playfair Display', serif;
    line-height: 80px;
}

.vt_title h2 {
    font-size: 69px;
    font-weight: 400;
}

.vt_subtitle {
    font-size: 18px;
    margin-top: 25px;
}

.valuables_carousel {
    display: flex;
    gap: 30px;
}

.owl-item {
    display: flex;
}

.owl-stage-outer {
    padding-bottom: 90px;
}


.prev {
    transform: rotate(-135deg);
}

.next {
    transform: rotate(45deg);
}

.vc_card {
    background: #151012;
    border-radius: 30px;
    display: flex;
    width: 100%;
    height: 340px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    cursor: pointer;
    text-align: center;
    padding: 40px 0;
    position: relative;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
}

.valuables_carousel .active .vc_card::after {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    z-index: -1;
    box-shadow: 0 0 100px 60px #732d89;
    bottom: 80px;
}

.vc_card .title {
    color: #fff;
    font-size: 18px;
}

.vc_card .image {
    height: 150px;
}

.vc_card .subtitle {
    color: #897777;
    font-size: 16px;
    font-weight: 400;
    padding: 0 10px;
}

.vc_card .button a {
    color: #5693c9;
    font-size: 16px;
    font-weight: 400;
    text-decoration: underline;
}

.valuables_additional {
    display: flex;
    gap: 20px;
    padding: 0 34px;
}

.additional_item {
    width: 25%;
    text-align: left;
}

.additional_item-title {
    font-size: 18px;
    font-weight: 600;
    color: #897777;
    margin-bottom: 15px;
}

.additional_item-description {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}
.article_read {
    color: #fff !important;
}
.valuables_button {
    padding: 100px 0;
}

.valuables_button .button-section_button {
    margin: 0 auto;
}

/*selling*/
.selling {
    padding-top: 225px;
    background: url('/assets/images/smoke2.png') calc(50% + 180px) calc(50% - 30px) no-repeat;
}

.selling .owl-carousel {
    display: flex;
}
.selling-coins .seo-block {
    margin-top: 100px;
}
.selling_top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.selling_title {
    width: 320px;
    font-size: 69px;
    color: #fff;
    font-family: 'Playfair Display', serif;
    position: relative;
    line-height: 80px;
}

.selling_title-valuable {
    position: absolute;
    top: 0;
    right: 25px;
}

.selling_steps {
    position: relative;
    gap: 30px;
    display: flex;
    justify-content: space-between;
}

.steps_arrow1 {
    position: absolute;
    top: -50px;
    left: 220px;
}

.steps_arrow2 {
    position: absolute;
    bottom: -50px;
    right: 205px;
}

.selling_step {
    width: 260px;
    height: 350px;
    background: #151012;
    color: #fff;
    border-radius: 15px;
    text-align: center;
}

.selling_step .number {
    color: #372626;
    font-size: 23px;
    font-weight: 600;
    text-align: right;
    padding-right: 20px;
    padding-top: 20px;
    line-height: 1;
}

.selling_step .image {
    height: 160px;
    margin-top: 20px;
}

.selling_step .title {
    font-size: 20px;
    color: #b4b3b4;
    margin-bottom: 15px;
}

.selling_step .subtitle {
    font-size: 14px;
    color: #848484;
    padding: 0 35px;
}

.selling_additional {
    display: flex;
    justify-content: space-between;
    margin: 100px 0 80px;
    gap: 100px;
}

/*daily*/
.daily_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.daily_title .title {
    font-size: 36px;
    font-weight: 400;
    color: #fff;
    font-family: 'Playfair Display', serif;
    margin-bottom: 20px;
}

.price-switcher {
    font-size: 18px;
    color: #2980c3;
    font-weight: 300;
    text-decoration: underline;
    padding-left: 30px;
    cursor: pointer;
    display: inline;
    background: url('/assets/images/change-ico.png') 0 50% no-repeat;
}

.prices_table {
    position: relative;
}

.prices_table_linked {
    display: none;
    margin-bottom: 50px;
}

.valuables_types .glow-ball,
.daily_table .glow-ball{
    display: block;
}
.valuables_types.lom .prices_table_linked {
    display: flex !important;
}
.valuables_types.lom .prices_table_linked .glow1 {
    left: 10%;
}
.valuables_types.lom .prices_table_linked .glow2 {
    left: 40%;
}
.valuables_types.lom .prices_table_linked .glow3 {
    left: 70%;
}
.valuables_types.lom .prices_table_linked .glow4 {
    left: 90%;
}
#close-modal {
    display: none;
}
.valuables_types.lom  {
    display: flex !important;
}

.prices_table_linked a {
    text-decoration: none;
    transition: all 10ms ease-in;
}

.prices_table_linked a:hover {
    background: #241d1b;
}

.valuables_types.lom .prices_table {
    display: none;
}

.prices_table .price-usd {
    display: none;
}

.daily_table .prices_table-item {
    padding: 35px 15px !important;
}

.daily_table {
    padding: 65px 0 20px;
    position: relative;
}

.daily_table .prices_table-item.crowned {
    background: url('/assets/images/crown.png') 50% 12px no-repeat #120d0c;
}

.prices_table .daily_valuable {
    position: absolute;
    right: 65px;
    z-index: -1;
    top: -80px;
}

.glow-ball {
    position: absolute;
    box-shadow: 0 0 150px 50px #732d89;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    z-index: -1;
    display: none;
}

.glow-ball.purple {
    box-shadow: 0 0 150px 50px #732d89;
}

.glow-ball.gold {
    box-shadow: 0 0 150px 50px #b5775a;
}

.prices_table .glow-ball.purple {
    left: 128px;
    top: 40px;
}

.prices_table .glow-ball.gold {
    right: 128px;
    top: 50px;
}

.seo-block {
    margin: 50px 0;
}

.seo-text, .seo_hidden {
    margin: 10px 0;
    color: #cecece;
    font-size: 16px;
}

.seo_hidden {
    display: none;
}

.read_more {
    color: #1b70b2;
    font-size: 16px;
    text-decoration: underline;
    cursor: pointer;
}

.daily .read_more {
    padding-left: 5px;
}

/*faq*/
.faq {
    margin-top: 130px;
    background: url('/assets/images/ring-smoke.png') calc(50% - 530px) 180px no-repeat;
}

.faq.watches-faq {
    background: url('/assets/images/watches-faq-title.png') calc(50% - 530px) 200px  no-repeat;
}
.faq.faq-lom {
    background: url('/assets/images/lom-faq-title.png') calc(50% - 530px) 200px no-repeat;
}

.faq_title {
    font-size: 69px;
    font-family: 'Playfair Display', serif;
    color: #fff;
    line-height: 80px;
    padding-bottom: 350px;
}

.faq_top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.faq_left {
    width: 380px;
}

.faq-right {
    display: flex;
    flex-direction: column;
    width: 730px;
    gap: 15px;
}

.faq_block-item {
    height: 60px;
    padding: 0 50px;
    border: 2px solid #897677;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    border-radius: 30px;
    cursor: pointer;
    overflow: hidden;
}

.faq_block-item .question {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.faq_block-item .question:after {
    content: '+';
    color: #897777;
    position: absolute;
    width: 10px;
    height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -25px;
    font-size: 28px;
}

.faq_block-item.opened {
    height: auto;
    padding-bottom: 30px;
    background: #fff;
    border-color: #752d8d;
}

.faq_block-item.opened .question:after {
    content: '-';
    color: #282828;
}

.faq_block-item.opened .question {
    color: #752d8d;
}

.faq_block-item .answer {
    display: none;
}

.faq_block-item.opened .answer {
    color: #282828;
    font-size: 16px;
}

.faq_text-title {
    color: #bcbcbc;
    font-size: 20px;
    font-weight: 600;
}

/*articles*/
.articles {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin: 40px 0 80px;
}

.articles .article {
}

.article_image {
    background: #000;
    border-radius: 30px;
    height: 220px;
}

.article a {
    color: inherit;
    text-decoration: none;
}

.article_title a {
    text-decoration: underline;
}

.article_title {
    font-size: 18px;
    font-weight: 600;
    color: #2980c3;
    margin: 25px 0 10px;
}

.article_text {
    font-size: 16px;
    font-weight: 600;
    color: #bdbdbd;
}

.map_block .logo img {
    width: 330px;
}

.map_block .contacts .number {
    font-size: 31px;
    margin-bottom: 20px;
    font-weight: 600;
    text-align: center;
    color: #fff;
}
.map_block .contacts .number a {
    color: #fff;
    text-decoration: none;
}
.map iframe {
    width: 100%;
    height: 380px;
    border-radius: 50px;
}

.map {
    position: relative;
    margin-top: 30px;
}

.map_valuable {
    position: absolute;
    top: -70px;
    left: 40px;
}

.footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 95px;
}

.footer .designed {
    font-size: 15px;
    color: #534b26;
}
.footer .nullable {
    color: transparent;
}

.footer .designed a {
    text-decoration: none;
    color: #534b26;
}

.footer .address {
    font-size: 20px;
    font-weight: 600;
    color: #a8a8a8;
}

.map .glow {
    position: absolute;
    box-shadow: 0 0 150px 50px #732d89;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    z-index: -1;
    left: calc(50% - 3px);
    top: 20px;
}

.prices .price-switcher,
.prices .daily_valuable {
    display: none;
}

.price-switcher .checkbox {
    display: none;
}

.forMobile {
    display: none;
}

#map-canvas {
    cursor: pointer;
    width: 100%;
    height: 380px;
    border-radius: 50px;
    background: url("/assets/images/map-cover.jpg") 50% 50% /cover no-repeat;
}

.brands {
    gap: 2px;
    display: flex;
    height: 90px;
}

.brands-title {
    font-size: 16px;
    font-weight: 300;
    color: #918e8e;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
}

.brands a {
    background: #120d0c;
    height: 100%;
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    transition: all 10ms ease-in;
}

.brands a:hover {
    background: #241d1b;
}

.brands a:first-of-type {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.brands a:last-of-type {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.webuy .buy-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2px;
    height: 190px;
}

.buy-items .buy-item {
    background: #120d0c;
    transition: all 10ms ease-in;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    height: 100%;
    text-decoration: none;
}

.buy-title {
    font-size: 28px;
    color: #cecece;
    font-family: "Playfair Display";
    margin-bottom: 20px;
}

.buy-item-title {
    font-size: 16px;
    color: #fff;
}

.buy-item-image {
    height: 60px;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.buy-items .buy-item:first-of-type {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.buy-items .buy-item:last-of-type {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
