/*
Theme Name: Arke
Theme URI: https://olympusthemes.com/themes/arke/
Author: DannyCooper
Author URI: https://olympusthemes.com/
Description: Arke is a truly minimal WordPress theme. No sidebars, no widgets, no settings. Just your content. Arke is extremely fast and scores 100/100 on Pingdom's speed test.
Version: 1.1.3
Tested up to: 6.0
Requires PHP: 5.6
License: GNU General Public License v2 or later
Text Domain: arke
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, custom-menu, editor-style, featured-images, full-width-template, threaded-comments, translation-ready, blog
GitHub Theme URI: https://github.com/DannyCooper/arke

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/



.catalog-page__content figure {
	margin: 32px 0;
    max-width: 268px;
    width: 100%;
    position: absolute;
    left: -30px;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.catalog-page__content figure:has(.imagebig) {
	max-width: 638px;
    margin: 0;
    top: -100px;
	width: 500px !important;
}

.catalog-page__content p img.imagebig { 
	margin: 32px 0;
    position: absolute;
    left: -30px;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    margin: 0;
    top: -100px;
	width: 500px !important;	
}

figcaption {
	margin-top: 20px;
    max-width: 260px;
    text-align: right;
    margin-left: auto;
    font-family: "Forum",sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #000;
}

.catalog-page__content p {
	margin: 20px 0;
}
	
.header-menu.visible {
    min-width: 230px;
}	

.panorama-block {
    z-index: auto;
}

.play {
	width: 48px;
}

.player__bar-inner {
    cursor: pointer;
}

.player__progressbar {
	width: 0;
}

.player__slider {
	left: 0;
}

.catalog__text {
    margin-bottom: 10px;
}

.catalog__title {
    font-size: 41px;
    line-height: 41px;
}

.bfss {
	display: flex;
    justify-content: center;
    align-items: center;
}

.bfss img {
	width: 50px;
	margin-right: 20px;
}	

.main-section__item {
    width: 12.9vw;
    aspect-ratio: 16/41.3;
}