/*!
Theme Name: sklyar
Theme URI: #
Author: Darya Tkachenko
Author URI: #
Description: Theme for the company SKLYAR
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sklyar
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

sklyar is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

h1.screen-reader-text{
	overflow: visible;
	height: auto;
	width: auto;
	margin: auto;
	clip:auto;
	position: static;
	clip-path:none;
}
article p{
	margin-bottom: 15px;
}
article p strong{
	font-weight: 600;
}
article ul li{
	display: list-item;
}
.wp-pagenavi{
	margin: 80px auto 0;
	    display: flex;
    align-items: center;
    justify-content: center;
}
.wp-pagenavi .page {
	color: #000000;
	margin: 0 6px;
}
.wp-pagenavi .page:active {
	color: rgba(0, 0, 0, 0.2);
	font-weight: 600;
}
.wp-pagenavi .page:hover {
	color: #F37119;
	font-weight: 600;
}
.wp-pagenavi .current {
	color: rgba(0, 0, 0, 0.2);
	font-weight: 600;
}
.previouspostslink, .nextpostslink{
	font-size: 0;
}
.previouspostslink::before{
	content: '';
	    background-image: url(./assets/img/icon/arrow-slide.svg);
		    background-repeat: no-repeat;
    height: 80px;
    width: 80px;
   display: inline-block;
    background-position: center;
	margin-right: 115px;
}
.nextpostslink::before{
	content: '';
	    background-image: url(./assets/img/icon/arrow-slide-prev.svg);
		    background-repeat: no-repeat;
    height: 80px;
    width: 80px;
   display: inline-block;
    background-position: center;
	margin-left: 115px;
}
.nextpostslink:hover:before,
.previouspostslink:hover:before {
  background-color: rgba(37, 49, 61, 0.05);
  border-radius: 50%;
}
.nextpostslink:active:before,
.previouspostslink:active:before {
  opacity: 0.4;
  background-color: transparent;
}

@media (max-width: 575.98px){
	.nextpostslink::before{
		margin-left: 50px;
	}
	.previouspostslink::before{
		margin-right: 50px;
	}
}
@media (max-width: 360px){
	.nextpostslink::before{
		margin-left: 25px;
	}
	.previouspostslink::before{
		margin-right: 25px;
	}
}
/* breadcrumbs */
.kama_breadcrumbs {
    margin: 20px 0 30px;
}
.kama_breadcrumbs span > a > span {
   color: #25313D;
   font-size: 16px;
   opacity:1;
   transition: 0.6s color ease-out, 0.6s opacity ease-out;
}
.kama_breadcrumbs span > a > span:hover {
   color: #F37119;
   font-weight: 600;
   transition: 0.6s color ease-out;
}
.kama_breadcrumbs span > a > span:active {
  opacity: 0.8;
  transition: 0.6s opacity ease-out;
}
span.kb_title{
	opacity: 0.8;
	font-size: 16px;
}
.CommentEditorCopyright__Wrapper-sc-1dyfq53-0.evlLax, .Footer__Wrapper-sc-dfoxr1-0.kxhiDA {
    display: none;
}
#st-1.st-has-labels .st-btn {
    min-width: 70px !important;
	margin: 30px 5px 30px 0;
}
.bbirmt{
	 background-color: #f37119 !important;
	  line-height: 20px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px !important;
}
.cbLeSg{
	    color: #25313d !important;
}
.csvqDi{
	align-items: flex-end !important;
}
@media(max-width:430px){
	.csvqDi{
	flex-direction: column;
	justify-content: center;
	align-items: center !important;
	gap: 5px;
}
.bfmIUB{
	justify-content: center !important;
}
.fqaVFo{
	text-align: center !important;
	margin-bottom: 10px;
}
#st-1.st-has-labels .st-btn {
    min-width: 49px !important;
	margin: 20px 5px 20px 0;
}
}
.wp-block-image img{
	width: 100%;
	height: 100%;
}

#scene .offer-img {
	border-radius: 20px;
	margin: 0 auto;
}

.wp-pagenavi {
	gap: 10px;
	margin: 0 auto;
}

.wp-pagenavi .pages {
	padding: unset;
	border: unset;
	margin-right: 20px;
	display: none;
}

.wp-pagenavi .page,
.wp-pagenavi .current,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
	width: 40px;
	height: 40px;
	margin: 0;
	padding: 8px;
	border-radius: 10px;
	
	border: 1px solid black;
    color: black;
    font-weight: 400;
	
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.wp-pagenavi span.current {
	background-color: rgb(0 0 0 / 5%);
	font-weight: 600;
}

.wp-pagenavi .page:hover {
    color: unset;
    font-weight: unset;
}

.wp-pagenavi .previouspostslink::before,
.wp-pagenavi .nextpostslink::before {
	margin: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: contain;
}

.nextpostslink:hover:before, 
.previouspostslink:hover:before {
    background-color: unset;
    border-radius: unset;
}

:root {
  color-scheme: light;
}


.intro {
	padding-top: 60px;
}

.intro__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	gap: 40px;
}

.intro__text {
	max-width: 560px;
}

.intro__image {}

@media (max-width: 781px) {
	.intro {
		padding-bottom: 60px;
	}
	
	.intro__grid {
		grid-template-columns: 1fr;
	}
}

.service .service__img {
	width: 100%;
	height: unset;
}

.w-fit {
	width: fit-content !important;
}