/*!
Theme Name: smallowgroup
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
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: smallowgroup
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.

smallowgroup 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

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

:root {
	--dark: #3e2723;
	--white: #fff;
	--orange: #ff7043;
	--blue: #1e3a8a;
	--biege: #f6f3ee;
	--dbiege: #bfb8ac;
	--dgray: #858585;
	--lblue: #2a4798;
	--lorange: #ff8a65;
	
	--font-family: "Involve", sans-serif;
  	--second-family: "Cormorant Garamond", sans-serif;
}

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

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0 0 0.67em;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.02em;
	color: var(--dark);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--second-family);
	font-weight: 600;
	text-transform: uppercase;
	clear: both;
}

h1, .page-title {
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 4rem;
	line-height: 1.12;
}

h2, .section-title {
	font-family: var(--second-family);
	font-size: 46px;
	line-height: 1.26;
}

h3 {
	font-family: var(--second-family);
	font-size: 24px;
	line-height: 150%;
}

p {
	margin-bottom: 1.5rem;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: var(--dark);
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: var(--orange);
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-family: var(--second-family);
	height: 50px;
	background: var(--blue);
	padding: 0 24px;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	text-align: center;
	color: var(--white);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 0.4s ease;
	border: none;
	border-radius: 1000px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: var(--orange);
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
select,
textarea {
	width: 100%;
	border: 1px solid var(--dbiege);
	border-radius: 1000px;
	padding: 0 24px;
	height: 50px;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 0.02em;
	color: var(--dblack);
	background: transparent;
}

label {
	display: block;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
textarea::placeholder {
	color: var(--dbiege);
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

p:has(.wpcf7-submit) {
	margin-bottom: 0.5rem;
}

p:has(.wpcf7-acceptance) {
	margin-bottom: 0;
}

.wpcf7-acceptance {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.43;
	letter-spacing: 0.02em;
	color: var(--dark); 
}

.wpcf7-acceptance a {
	color: var(--orange);
}

.wpcf7-spinner {
	opacity: 0;
	position: absolute;
	pointer-events: none;
	margin: 0;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0.02em;
	color: var(--dark);
}

.main-navigation a:hover, 
.main-navigation .current-menu-item a {
	color: var(--orange);
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
		column-gap: 2rem;
		justify-content: space-between;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

#breadcrumbs {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.43;
	letter-spacing: 0.02em;
	padding: 1.5rem 0;
}

#breadcrumbs a {
	color: var(--orange);
}

#breadcrumbs .bread_wrap,
#breadcrumbs .current-item {
	color: var(--ddray);
}

/* Footer */

.footer {
	padding: 3rem 0;
	background: var(--biege);
}

.footer__logo {
	margin-bottom: 3rem;
}

.footer__title {
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 1.5;
	letter-spacing: 0.02em;
	color: var(--dbiege);
	margin-bottom: 1rem;
}

.footer__link {
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 1.43;
	letter-spacing: 0.02em;
	color: var(--dark);
	margin-bottom: 1rem;
	display: inline-flex;
}

.footer-privacy {
	color: var(--orange);
}

.footer ul.menu {
	display: flex;
	flex-direction: column;
	row-gap: 1rem;
	list-style: none;
	padding: 0;
	margin: 0;	
}

.footer ul.menu a {
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0.02em;
	color: var(--dark);
}

.footer ul.menu .current-menu-item a {
	color: var(--orange);
}

.footer__contacts {
	display: flex;
	flex-direction: column;
	align-items: start;
	row-gap: 1rem;
	margin-bottom: 1rem;
}

.footer__contacts-item {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.02em;
	color: var(--dark);
	transition: all 0.4s ease;
}

.footer__contacts-item--phone {
	font-size: 20px;
	text-transform: uppercase;
}

a.footer__contacts-item:hover {
	color: var(--orange);
}

.messangers {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	column-gap: 1.5rem;
}

svg path {
	transition: all 0.4s ease;
}

.messangers__link:hover svg path {
	fill: var(--orange);
}

/* FAQ */
.faq {
	padding: 6rem 0;
}

.faq__text {
	margin-bottom: 2rem;
}

.faq__details {
	border: 2px solid var(--biege);
	border-radius: 20px;
}

.faq__details + .faq__details {
	margin-top: 1.5rem;
}

.faq__details-heading {
	font-weight: 600;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: var(--dark);
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 1rem;
	cursor: pointer;
	padding: 24px;
}

.faq__details-text {
	padding: 0 1.5rem 1.5rem;
}

.plus-minus {
	border: none;
	width: 50px;
	height: 50px;
	flex: 0 0 50px;
	border-radius: 100%;
	position: relative;
	background: var(--orange);
}

.plus-minus::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 16px;
	height: 2px;
	background: var(--white);
}

.plus-minus::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(-90deg);
	width: 16px;
	height: 2px;
	background: var(--white);
}

.faq__details[open] {
	background: var(--biege);
}

.faq__details[open] .plus-minus {
	background: var(--blue);
}

.faq__details[open] .plus-minus::after {
	transform: translate(-50%,-50%);
}

/* Cooperation */

.cooperation__image {
	border-radius: 20px;
	overflow: hidden;
}

.cooperation__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cooperation__block {
	background: var(--biege);
	border-radius: 20px;
	padding: 3rem;
}

.cooperation__title {
	margin-bottom: 0.5rem;
}

.cooperation__text {
	margin-bottom: 3rem;
}

/* Numbers */

.numbers {
	background: var(--biege);
	padding: 3rem 0;
}

.numbers__list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 3rem;
	list-style: none;
	padding: 0;
	margin: 0;
}

.numbers__item {
	display: flex;
	flex-direction: column;
	border-right: 1px solid var(--orange);
	padding-right: 3rem;
}

.numbers__item:last-child {
	padding-right: 0;
	border: none;
}

.numbers__item-title {
	font-weight: 400;
	font-size: 44px;
	line-height: 1;
	letter-spacing: 0.02em;
	color: var(--dark);
	margin-bottom: 1rem;
}

.numbers__item-text {
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 0.02em;
	color: var(--dark);
}

/* Services */

.services {
	padding: 6rem 0;
}

.services__block {
	border: 2px solid var(--biege);
	border-radius: 20px;
	padding: 2rem;
}

.services__title {
	margin-bottom: 0.5rem;
}

.services__text {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.43;
	letter-spacing: 0.02em;
	color: var(--dbiege);
}

.services__item {
	display: flex;
	height: 100%;
}

.services__item-link {
	display: flex;
	flex-direction: column;
	align-items: start;
	border-radius: 20px;
	background: var(--biege);
	padding: 32px 28px 32px 32px;
	height: 100%;
	overflow: hidden;
	transition: all 0.4s ease;
	min-height: 258px;
}

.services__item-title {
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.5;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: var(--dark);
	margin-bottom: 0.5rem;
	transition: all 0.4s ease;
}

.services__item-text {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.02em;
	color: var(--dbiege);
	margin-bottom: 1rem;
	transition: all 0.4s ease;
}

.services__item-arrow {
	width: 50px;
	height: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	background: var(--orange);
	margin-top: auto;
	align-self: end;
}

.services__item-link:hover {
	background: var(--blue);
}

.services__item-link:hover .services__item-title {
	color: var(--white);
}

/* Header */

.header {
	padding: 24px 0;
	position: sticky;
	top: 0;
	z-index: 999;
	border-bottom: 1px solid var(--biege);
	transition: all 0.4s ease;
}

.header.sticky {
	background: var(--biege);
	padding: 1rem 0;
}

.home .header {
	border-bottom: none;
}

.header__navigation {
	display: flex;
	align-items: center;
	column-gap: 3rem;
}

.header__actions {
	display: flex;
	align-items: center;
	justify-content: end;
	column-gap: 3rem;
}

.header__info {
	display: flex;
	flex-direction: column;
	align-items: start;
}

.header__info-link {
	font-weight: 500;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.02em;
	color: var(--dark);
	transition: all 0.4s ease;
}

button.header__info-text,
.header__info-text {
	width: auto;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 14px;
	line-height: 1.43;
	letter-spacing: 0.02em;
	color: var(--dgray);
	background: transparent;
	padding: 0;
	border: none;
	text-transform: none;
	height: auto;
}

.languages-switcher {
	background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.7096 10.0001C17.7096 7.9557 16.8975 5.99506 15.4519 4.54947C14.0063 3.10387 12.0457 2.29175 10.0013 2.29175M17.7096 10.0001H2.29297M17.7096 10.0001C17.7096 12.0445 16.8975 14.0051 15.4519 15.4507C14.0063 16.8963 12.0457 17.7084 10.0013 17.7084M10.0013 2.29175C7.95693 2.29175 5.99628 3.10387 4.55069 4.54947C3.10509 5.99506 2.29297 7.9557 2.29297 10.0001M10.0013 2.29175C9.58464 2.29175 6.66797 5.74258 6.66797 10.0001C6.66797 14.2576 9.58464 17.7084 10.0013 17.7084M10.0013 2.29175C10.418 2.29175 13.3346 5.74258 13.3346 10.0001C13.3346 14.2576 10.418 17.7084 10.0013 17.7084M2.29297 10.0001C2.29297 12.0445 3.10509 14.0051 4.55069 15.4507C5.99628 16.8963 7.95693 17.7084 10.0013 17.7084" stroke="%23858585" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" /></svg>');
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 28px;
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.02em;
	color: var(--dgray);
}

.languages-switcher select {
	border: none;
	padding: 0;
	border-radius: 0;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.02em;
	color: var(--dark);
	width: auto;
	height: auto;
	appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
	margin-left: 4px;
}

.mobile__button {
	width: 25px;
	flex: 0 0 25px;
	height: 20px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
 	display: none;
	padding: 0;
	border: none;
	background: transparent;
}

.mobile__button:hover {
	background: transparent;
}

.mobile__button-line {
	display: block;
  	position: absolute;
	height: 3px;
	width: 100%;
	background: var(--dark);
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.mobile__button span:nth-child(1) {
	top: 0px;
}

.mobile__button span:nth-child(2) {
	top: 10px;
}

.mobile__button span:nth-child(3) {
	top: 20px;
}

.mobile__button.open span:nth-child(1) {
	width: 0%;
}

.mobile__button.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mobile__button.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 10px;
}

/* Hero */

.hero__slider.slick-slider {
	margin: 0;
}

.hero__text {
	margin-bottom: 1.5rem;
}

.hero__slider-item {
	min-height: 640px;
	padding: 6rem 0;
	background-image: url('data:image/svg+xml,<svg width="1920" height="579" viewBox="0 0 1920 579" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_204_6)"><path d="M92.2973 485.812L721.258 180.102L1091.82 404.372L1792.79 93.9483M0.863281 578.244L733.812 229.122L1145.56 344.629L1919.37 1.19824M1889.44 96.3553L1054.86 459.843L751.923 273.166L285.948 494.504" stroke="%23F6F3EE" stroke-linecap="round" /></g><defs><clipPath id="clip0_204_6"><rect width="1920" height="579" fill="white" /></clipPath></defs></svg>');
	background-position: right bottom;
	background-repeat: no-repeat;
}

.hero .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}

.hero .slick-arrow:hover svg path {
	fill: var(--orange);
}

.hero .prev-slick {
	left: 24px;
}

.hero .next-slick {
	right: 24px;
}

body .slick-dots {
	display: flex;
	justify-content: center;
	bottom: 3rem;
}

body .slick-dots li {
	width: 10px;
	height: 10px;
}

body .slick-dots li button {
	padding: 0;
	width: 10px;
	height: 10px;
	border-radius: 100px;
	border: 2px solid var(--blue);
}

body .slick-dots li.slick-active button {
	background: var(--blue);
}

body .slick-dots li button::before {
	display: none;
}

.button-action {
	width: 150px;
	height: 150px;
	flex: 0 0 150px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 100px;
	background: var(--orange);
	padding: 16px;
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	text-align: center;
	color: var(--white);
	transition: all 0.4s ease;
}

.button-action:hover {
	background: var(--blue);
	color: var(--white);
}

/* About */

.about {
	padding: 6rem 0;
	background-color: var(--biege);
	background-image: url('data:image/svg+xml,<svg width="1920" height="578" viewBox="0 0 1920 578" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.5" d="M91.5051 485.075L720.955 179.389L1091.8 403.642L1793.32 93.2427M0 577.5L733.519 228.406L1145.59 343.904L1920 0.5M1890.05 95.6495L1054.82 459.109L751.644 272.446L285.306 493.767" stroke="%23BFB8AC" stroke-linecap="round" /></svg>');
	background-position: center bottom;
	background-repeat: no-repeat;
}

.about__logo {
	margin-bottom: 3rem;
}

.about__logo img { 
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about__text {
	font-weight: 400;
	font-size: 24px;
	line-height: 150%;
	letter-spacing: 0.02em;
	color: var(--dark);
	margin-bottom: 3rem;
}

.about__learn {
	background: var(--white);
	border-radius: 20px;
	padding: 3rem;
}

.about__learn-title {
	font-weight: 400;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: var(--dark);
	margin-bottom: 1rem;
}

.about__learn-text {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.43;
	letter-spacing: 0.02em;
	color: var(--dark);
	padding-top: 1rem;
	padding-left: 6.5rem;
	border-top: 1px solid var(--biege);
}

.about__help {
	background: var(--blue);
	border-radius: 20px;
	padding: 2rem;
	min-height: 262px;	
	display: flex;
	flex-direction: column;
}

.about__help-title {
	font-weight: 400;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: var(--white);
	padding-bottom: 1rem;
	border-bottom: 1px solid var(--lblue);
}

.about__help-text {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.43;
	letter-spacing: 0.02em;
	color: var(--white);
	margin-top: auto;
}

.about__set {
	background: var(--orange);
	border-radius: 20px;
	padding: 2rem;
	min-height: 262px;
	display: flex;
	flex-direction: column;
}

.about__set-title {
	font-weight: 400;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: var(--white);
	padding-bottom: 1rem;
	border-bottom: 1px solid var(--lorange);
}

.about__set-text {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.43;
	letter-spacing: 0.02em;
	color: var(--white);
	margin-top: auto;
}

/* Tariff */

.tariff {
	padding: 6rem 0;
}

.nav-tabs {
	display: flex;
	justify-content: end;
	gap: 1.5rem;
	border: none;
	margin-left: 0;
}

.nav-tabs .nav-link {
	font-family: var(--font-family);
	padding: 0;
	border: none;
	background: transparent;
	font-weight: 600;
	font-size: 14px;
	line-height: 143%;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	color: var(--dbiege);
	height: auto;
}

.nav-tabs .nav-item.show .nav-link, 
.nav-tabs .nav-link.active {
	color: var(--blue);
}

.tariff__item {
	border: 2px solid var(--biege);
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	padding: 3rem 3rem 10rem;
	height: 100%;
	position: relative;
	transition: all 0.4s ease;
}

.tariff__item:hover {
	background: var(--biege);
}

.tariff__item-title {
	font-weight: 500;
	font-size: 36px;
	line-height: 1.33;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: var(--dark);
	margin-bottom: 0.5rem;
}

.tariff__item-text {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.02em;
	color: var(--dark);
	margin-bottom: 2rem;
}

.tariff__item-services {
	margin-bottom: 2rem;
}

.tariff__item-services-title {
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 1.5;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: var(--dark);
	margin-bottom: 0.5rem;
}


.tariff__item-services-text ul,
.entry-content ul {
	margin: 0;
	padding-left: 1rem;
	list-style: none;
}

.tariff__item-services-text ul li,
.term-description ul li,
.entry-content ul li {
	padding: 5px 0;
	position: relative;
}

.tariff__item-services-text ul li::before,
.term-description ul li::before,
.entry-content ul li:before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 8px;
	background: var(--orange);
	top: 14px;
	left: -13px;
	position: absolute;
}

.term-description p,
.entry-content p {
	margin-bottom: 1rem;
}

.tariff__item-price {
	display: flex;
	flex-direction: column;
	align-items: start;
}

.tariff__item-price-title {
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 1.5;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: var(--dark);
	margin-bottom: 0.5rem;
}

.tariff__item-price-value {
	font-weight: 600;
	font-size: 30px;
	line-height: 1;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: var(--dark);
	margin-bottom: 0.5rem;
}

.tariff__item-price-value span {
	font-size: 16px;
}

.tariff__item-price-text {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.43;
	letter-spacing: 0.02em;
	color: var(--dbiege);
}

.tariff__item-file {
	position: absolute;
	bottom: 3rem;
	right: 3rem;
}

/* Page Tariff */

.intro {
	background: var(--biege);
	padding-top: 162px;
	padding-bottom: 6rem;
	margin-top: -162px;
}

.cooperation--tariff {
	padding-bottom: 6rem;
}

.nav-tabs--tariff {
	justify-content: start;
	margin: 0;
	padding: 0;
}

.nav-tabs--tariff .nav-link {
	padding: 12px 24px;
	background: var(--biege);
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 0.02em;
	color: var(--dark);
	border-radius: 20px;
	text-decoration: none;
	text-transform: none;
}

.nav-tabs--tariff .nav-link.active {
	background: var(--orange);
	color: var(--white);
}

/* Error 404 */

.error-404 {
	padding: 6rem 0;
	background-image: url('data:image/svg+xml,<svg width="1920" height="579" viewBox="0 0 1920 579" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M91.934 485.114L720.895 179.404L1091.45 403.674L1792.43 93.2503M0.5 577.546L733.449 228.424L1145.2 343.931L1919.01 0.500244M1889.08 95.6573L1054.5 459.145L751.56 272.468L285.585 493.806" stroke="%23F6F3EE" stroke-linecap="round" /></svg>');
	background-position: center;
	background-repeat: no-repeat;
}

.error-404__title {
	margin-bottom: 0.5rem;
}

.error-404__code {
	text-transform: uppercase;
	color: var(--orange);
	margin-bottom: 1.5rem;
}

.error-404__text {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.02em;
	color: var(--dark);
	margin-bottom: 1.5rem;
}

/* Contacts */
.contacts {
	padding-bottom: 6rem;	
}

.contacts__wrapper {
	display: flex;
	flex-direction: column;
	row-gap: 1.5rem;
}

.contacts__block {
	background: var(--biege);
	border-radius: 20px;
	padding: 38px 32px;
	display: flex;
	align-items: center;
	column-gap: 0.5rem;
}

.contacts__block-icon {
	width: 36px;
	height: 36px;
	flex: 0 0 36px;
	border: 1px solid var(--blue);
	border-radius: 100px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.contacts__block-text {
	font-weight: 500;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.02em;
	color: var(--dark);
}

.contacts__map {
	border-radius: 20px;
	overflow: hidden;
	height: 100%;
}

.contacts__map > div {
	height: 100%;
}

.contacts__map iframe {
	width: 100%;
	height: 100%;
}

.contact-us {
	padding-bottom: 6rem;
}

.contact-us__block {
	border: 2px solid var(--biege);
	border-radius: 20px;
	padding: 2rem;
}

.contact-us__title {
	text-transform: uppercase;
	margin-bottom: 0.5rem;
}

.contact-us__text {
	font-weight: 400;
	font-size: 14px;
	line-height: 143%;
	letter-spacing: 0.02em;
	color: var(--dbiege);
}

.contact-us__messangers {
	background-color: var(--biege);
	background-image: url('data:image/svg+xml,<svg width="856" height="228" viewBox="0 0 856 228" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.2" d="M-2.92024 212.387L309.393 58.2196L493.397 171.318L841.47 14.7732M-48.3223 259L315.627 82.9404L520.082 141.19L904.323 -32M889.462 15.987L475.047 199.291L324.62 105.151L93.238 216.771" stroke="%23BFB8AC" stroke-linecap="round" /></svg>');
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 3rem;
	height: 100%;
	padding: 3rem;
}

.contact-us__messangers-link {
	border: 1px solid var(--blue);
	border-radius: 1000px;
	padding: 13px 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 0.5rem;
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: var(--blue);
	min-width: 224px;
}

/* About page */

.intro__text--large {
	font-size: 24px;
	text-transform: uppercase;
}

.intro__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.why-we {
	padding: 6rem 0;
}

.why-we__item {
	border-radius: 20px;
	background: var(--biege);
	padding: 47px 32px;
	font-weight: 400;
	font-size: 20px;
	line-height: 150%;
	letter-spacing: 0.02em;
	color: var(--dbiege);
	min-height: 124px;
	height: 100%;
}

.cooperation--about {
	padding-bottom: 6rem;
}

.about__learn-text p:last-child {
	margin-bottom: 0;
}

.about__learn--expertise .about__text {
	padding-top: 32px;
}

.partners {
	padding: 6rem 0;
}

.partners__item {
	border: 2px solid var(--biege);
	border-radius: 20px;
	min-height: 109px;
	height: 100%;
	display: flex;
	justify-content: center;
	padding: 32px 24px;
}

.navigation-partners {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.navigation-partners .prev-slick {
	order: 1;
}

.navigation-partners .slick-dots {
	position: static;
	order: 2;
}

.navigation-partners .next-slick {
	order: 3;
}

/* SINGLE SERVICES */
.single-uslugi .intro__text {
	font-size: 16px;
	text-transform: none;
	margin-bottom: 24px;
}

.item__we-take .why-we__item-title {
	font-weight: 500;
	font-size: 24px;
	line-height: 150%;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: var(--dark);
	margin-bottom: 8px;
}

.item__we-take .why-we__item-text {
	font-size: 16px;
	text-transform: none;
}

.seo-text {
	padding-bottom: 6rem;
}

.about--support {
	margin-bottom: 6rem;
}

.support__item {
	border-radius: 20px;
	min-height: 124px;
	padding: 32px;
	height: 100%;
}

.support__item-text {
	font-weight: 400;
	font-size: 14px;
	line-height: 143%;
	letter-spacing: 0.02em;
	color: var(--white);
}

.item-support:nth-child(1) .support__item {
	background: var(--white);	
}

.item-support:nth-child(1) .support__item-text {
	color: var(--dark);
}

.item-support:nth-child(2) .support__item {
	background: var(--dbiege);
}

.item-support:nth-child(3) .support__item {
	background: var(--blue);
}

.item-support:nth-child(4) .support__item {
	background: var(--orange);
}

.modal-dialog {
	max-width: 603px;
}

.modal-content {
	background-clip: none;
	border: none;
	border-radius: 20px;
	padding: 64px 32px 32px 32px;
}

.modal-content .modal-close {
	position: absolute;
	top: 16px;
	right: 16px;
}

.form__title p {
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 46px;
	line-height: 126%;
	text-transform: uppercase;
	color: var(--dark);
	margin-bottom: 8px;
}

.form__text {
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 0.02em;
	color: var(--dark);
	margin-bottom: 1.5rem;
}

.form__order {
	border-radius: 100px;
	padding: 13px 24px;
	background: var(--biege);
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 0.02em;
	color: var(--dark);
	margin-bottom: 1.5rem;
}

.modal-close:hover {
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

.form__order p {
	margin: 0;
}

.form__usluga {
	margin-left: 8px;
}

.faq--page {
	padding-top: 0;
}

/* MOBILE MENU */

.mobile__wrapper {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.4s ease;
}

.mobile__menu {
	padding-bottom: 3rem;
}

.mobile__info {
	border-top: 1px solid var(--gray);
	padding: 1.5rem 0;
	display: grid;
	row-gap: 1rem;
}

.mobile__close {
	position: fixed;
	top: 12px;
	right: 12px;
	z-index: 2;
	background: transparent;
	padding: 0;
	height: auto;
	width: auto;
	min-width: inherit;
	padding: 0;
	line-height: 1;
	display: block;
}

.mobile__close svg {
	width: 32px;
	height: 32px;
}

.open--bottom .mobile__close {
	display: block;
}

.mobile__wrapper.open {
	opacity: 1;
	visibility: visible;
}

.mobile__navigation {
	background: var(--biege);
	padding: 12px;
	z-index: 999;
	width: 100%;
	overflow-y: scroll;
	transition: all 0.4s ease;
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.07);
	z-index: 1;
	position: relative;
	height: 100%;
	transform: translateX(-100%);
}

.mobile__wrapper.open .mobile__navigation {
	transform: translateX(0);
}

.mobile-active {
	overflow: hidden;
}

.mobile__logo {
	margin-bottom: 20px;
	max-width: 120px;
}

#mobile_menu {
	padding: 0;
	margin: 0;
	display: grid;
	row-gap: 16px;
	list-style: none;
}

.mobile__menu ul a {
	font-weight: 400;
	font-size: 16px;
	line-height: 162%;
	color: var(--black);
}

.mobile__menu .sub-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease;
	display: grid;
	row-gap: 16px;
}

.mobile__menu ul.sub-menu a {
	font-weight: 500;
	font-size: 14px;
	line-height: 150%;
	padding-left: 8px;
	color: var(--black);
	display: block;
}

.mobile__toggle {
	height: auto;
	line-height: 1;
	width: auto;
	padding: 0;
	border: none;
	position: absolute;
	top: 0;
	right: 8px;
	background: transparent !important;
}

.mobile__toggle svg {
	fill: var(--orange);
}

.menu-item-has-children {
	position: relative;
}

.menu-item-has-children.open .sub-menu {
	height: auto;
	opacity: 1;
	visibility: visible;
	padding-top: 1rem;
}

.menu-item-has-children.open .mobile__toggle {
	rotate: -90deg;
}

.mobile__social {
	padding-top: 20px;
}

.mobile__social-title {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0.5rem;
	display: block;
}

.mobile__overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background: rgba(255,255,255,0.4);
	opacity: 0;
	transition: opacity 0.4s ease;
}

.mobile__wrapper.open .mobile__overlay {
	opacity: 1;
}

.mobile__address,
.mobile__worktime,
.mobile__phone a,
.mobile__email a {
	font-weight: 600;
    font-size: 1rem;
    line-height: 1.62;
    color: var(--dark);
}

.mobile-socials {
	margin-bottom: 16px;
}

@media (max-width: 1740px) {
	.header .logo {
		max-width: 160px;
	}
}

@media (max-width: 1680px) {
	.header__actions {
		column-gap: 2rem;
	}
	
	.main-navigation ul {
		column-gap: 1.5rem;
	}
}

@media (max-width: 1550px) {
	.header .logo {
		max-width: 140px;
	}
	.main-navigation ul {
		column-gap: 1rem;
	}
	
	.languages-switcher span {
		display: none;
	}
}

@media (max-width: 1440px) {
	.header .messangers {
		column-gap: 1rem;
	}
	.header__actions {
		column-gap: 1.5rem;
	}
	.main-navigation a {
		font-size: 0.875rem;
	}
}

@media (max-width: 1280px) {
	.header .main-navigation {
		display: none;
	}
	
	.mobile__button {
		display: flex;
	}
}

@media (max-width: 991px) {
	.header .messangers {
		display: none;
	}
	.numbers__list {
		flex-wrap: wrap;
		gap: 1rem;
	}
	.numbers__item {
		flex: 0 0 47.5%;
	}
	
	.numbers__item:nth-child(even) {
		border: none;
	}
	.nav-tabs {
		justify-content: start;
		gap: 0.5rem;
	}
	.tariff__item {
		padding: 1.5rem 1.5rem 9rem;
	}
	.contact-us__messangers {
		flex-direction: column;
		row-gap: 1rem;
	}
}

@media (max-width: 767px) {
	.header__info {
		display: none;
	}
	h1, .page-title {
		font-size: 3rem;
	}
	h2, .section-title {
		font-size: 2.5rem;
	}
	.numbers__item-title {
		font-size: 32px;
	}
	.services, .about, .tariff, .faq, .why-we {
		padding: 3rem 0;
	}
	.cooperation--about,
	.cooperation--tariff,
	.contacts,
	.contact-us {
		padding-bottom: 3rem;
	}
	.about__learn {
		padding: 2rem;
	}
	.about__text {
		font-size: 18px;
	}
	.about__learn-text {
		padding-left: 0;
	}
	.cooperation__block {
		padding: 1.5rem;
	}
	.intro__text--large {
		font-size: 18px;
	}
	.contacts__block {
		padding: 24px;
	}
}

@media (max-width: 576px) {
	h1, .page-title {
		font-size: 2.5rem;
	}
	h2, .section-title {
		font-size: 2rem;
	}
	.hero__slider-item {
		min-height: 500px;
	}
	
	.hero .slick-arrow {
		transform: none;
		top: auto;
		bottom: 24px;
	}
	.numbers__item {
		flex: 1 1 auto;
		border: none;
	}
	.button-action {
		width: 120px;
		height: 120px;
		flex: 0 0 120px;
		font-size: 0.875rem;
	}
	.services__block {
		padding: 1.5rem;
	}
	.tariff__item-title,
	.tariff__item-price-value{
		font-size: 1.5rem;
	}
	.tariff__item-services-title,
	.tariff__item-price-title {
		font-size: 1rem;
	}
	.tariff__item-file {
		bottom: 1.5rem;
		right: 1.5rem;
	}
	.faq__details-heading {
		padding: 1rem;
	}
	.plus-minus {
		width: 40px;
		height: 40px;
		flex: 0 0 40px;
	}
	.faq__details-text {
		padding: 0 1rem 1rem;
	}
	.why-we__item {
		padding: 1.5rem;
	}
	.why-we__item {
		font-size: 18px;
	}
}