/*!
Theme Name: Krakatets PRO Landing
Theme URI: http://krakatets.pro/en/
Author: Krakatets.pro
Author URI: http://krakatets.pro/en/
Description: Description
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: krakatets-pro-landing
Tags: is a blank, lightweight theme for building websites.

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

Krakatets PRO Landing 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/
*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.text-fast-right {
	position: absolute !important;
	transform-origin: center !important;
    transform: rotate(3deg);
}


.text-fast-left {
	transform-origin: center !important;
    transform: rotate(-3deg);
}

.scllor-text-home {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
}

.scllor-text-home i {
	font-size: 8px;
	color: var(--e-global-color-cc608b1);
	opacity: 0.6;
	margin: 0 3px;
}

/* Style language switcher items in the menu */
.cl-nav-list li.lang-item {
    margin-left: 0.5rem;
}
.cl-nav-list li.lang-item a {
    opacity: 0.6;
    transition: opacity 0.2s ease;
}
.cl-nav-list li.lang-item a:hover {
    opacity: 1;
}
.cl-nav-list li.lang-item.current-lang a {
    color: var(--color-primary, #facc15) !important;
    opacity: 1;
    font-weight: 700;
}

.block-popup__avariyka {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    color: var(--e-global-color-text);
	
	display: flex;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
	gap: 20px;
}

.title-h3__popup {
    font-size: var(--e-global-typography-bea83f0-font-size);
    font-weight: var(--e-global-typography-bea83f0-font-weight);
}

.block-popup__avariyka .tel-phone {
	text-decoration: none;
	font-size: 1.3rem;
	font-weight: var(--e-global-typography-accent-font-weight);
	color: var(--e-global-color-f0a4b55);
}


.block-social__popup {
	display: flex;
    gap: 14px;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.block-social__popup .social-link {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
    fill: var(--e-global-color-text);
    color: var(--e-global-color-5c7ddcf);
	text-decoration: none;	
	
	padding: 1rem 2rem;
	border-radius: 16px;
}

.block-social__popup .social-link__telegram {
	background-color: #2ca5e0;
}

.block-social__popup .social-link__viber {
	background-color: #665cac;
}

.text__popup {
	color: var(--e-global-color-f0a4b55);
}

.rayoni-roboti ul {
	list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
    gap: 16px;
}

.rayoni-roboti ul li {
	padding: 8px 32px;
    border-radius: 16px;
    background-color: var(--e-global-color-5c7ddcf);
}

.block-faq-home {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    color: var(--e-global-color-primary);
}

.block-faq-home details {
	padding: 16px;
	margin-bottom: 16px;
	border-radius: 16px;
	
	background-color: var(--e-global-color-5c7ddcf);
}

.block-faq-home details summary {
	font-family: var(--e-global-typography-bea83f0-font-family), Sans-serif;
    font-size: var(--e-global-typography-bea83f0-font-size);
    font-weight: var(--e-global-typography-bea83f0-font-weight);
	
	cursor: pointer;
	
	transition: all 0.3s;
}

.block-faq-home details summary:hover {
	color: var(--e-global-color-f0a4b55);
}

.block-faq-home details summary::marker {
	color: var(--e-global-color-accent);
}

.block-faq-home details p {
	margin-top: 10px;
	margin-left: 16px;
	padding: 16px;
	border-radius: 16px;
	
	background-color: var(--e-global-color-cc608b1);
}

.s-e-o__block p, 
.s-e-o__block ul, 
.s-e-o__block ol,
.s-e-o__block h1,
.s-e-o__block h2,
.s-e-o__block h3,
.s-e-o__block h4 {
	margin-bottom: 16px;
	line-height: 1.3em;
}

.s-e-o__block h1 {
	font-size: 24px;
}
.s-e-o__block h2 {
	font-size: 22px;
}
.s-e-o__block h3 {
	font-size: 20px;
}
.s-e-o__block h4 {
	font-size: 18px;
}

.s-e-o__block ul, .s-e-o__block ol {
	margin-left: 26px;
}

.s-e-o__block li {
	line-height: 1.3em;
}

.s-e-o__block {
	overflow: auto;
    width: 100%;
    height: 100%;
    max-height: 280px;
    padding: 5px;
}

.s-e-o__block::-webkit-scrollbar{
  width: 6px;
}

.s-e-o__block::-webkit-scrollbar-track{
  background: var(--e-global-color-cc608b1);
  border-radius: 10px;
  width: 4px;
}

.s-e-o__block::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: var(--e-global-color-primary);
  width: 6px;
}

.veb-stydiya a{
	color: #ffffffb5;
}

/* --------- Стилі мобільних девайсів ------------- */

@media only screen and (max-width: 767px) {
	nav li.lang-item-uk, nav li.lang-item-ru {
		display: flex !important;
		flex-direction: row;
        justify-content: center;
        align-items: center;
	}
	.block-popup__avariyka .tel-phone {
		font-size: 1.1rem;
	}
	
	.block-faq-home details summary {
		font-size: 18px;
	}
}