/*
Theme Name: bob
Theme URI: https://pprintdim.com/
Author: Pprintdim
Author URI: https://pprintdim.com/
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
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.

bob 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
--------------------------------------------------------------*/

/* 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%;
	scroll-behavior: smooth;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	overflow-x: hidden;
}

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

section {
	padding: 100px 0;
}

@media (max-width: 767px) {
	section {
		padding: 70px 0;
	}
}

@media (max-width: 520px) {
	section {
		padding: 60px 0;
	}
}

/* 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;
}

*::before,
*::after {
	display: block;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Fonts
--------------------------------------------- */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: normal;
    src: local('Montserrat Regular'), url('assets/fonts/Montserrat-Regular.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: normal;
    src: local('Montserrat Italic'), url('assets/fonts/Montserrat-Italic.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: normal;
    src: local('Montserrat Medium'), url('assets/fonts/Montserrat-Medium.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: normal;
    src: local('Montserrat SemiBold'), url('assets/fonts/Montserrat-SemiBold.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat Bold'), url('assets/fonts/Montserrat-Bold.woff') format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'Proza Libre';
    font-style: normal;
    font-weight: 400;
    src: local('ProzaLibre Regular'), url('assets/fonts/ProzaLibre-Regular.woff') format('woff');
    font-display: swap;
}




/* Typography
--------------------------------------------- */
html {
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.2;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-size: .9em;
	line-height: 1.1;
	font-weight: 400;
	font-style: normal;
	color: #BFBFBF;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
}

h1 *,
h2 *,
h3 *,
h4 *,
h5 *,
h6 * {
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
}

p {
	margin: 0;
}

p + *{
	margin-top: 1em;
}

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

pre {
	background: #eee;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1em;
}

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

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

big {
	font-size: 125%;
}



/* Elements
--------------------------------------------- */
body {
	background: #0E0E0E;
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
}

body.overflow-hidden {
	overflow: hidden;
}

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

h1 {
	font-size: 56px;
}

h2 {
	font-size: 40px;
}

h3 {
	font-size: 1.2em;
}

hr {
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0;
	padding-left: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

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.2em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #090813;
	text-decoration: unset;
}

a:visited {
	color: #090813;
}

a:hover,
a:focus,
a:active {
	color: #090813;
}

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

@media (max-width: 767px) {
	h1 {
		font-size: 42px;
	}

	h2 {
		font-size: 28px;
	}
}

@media (max-width: 430px) {
	h1 {
		font-size: 38px;
	}

	h2 {
		font-size: 25px;
	}
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	display: block;
	border: unset;
	background: transparent;
	margin: 0;
	padding: 0;
	cursor: pointer;

}

button[disabled],
input[type="button"][disabled],
input[type="reset"][disabled],
input[type="submit"][disabled] {
	cursor: not-allowed;
	opacity: .4;
}

button[type="submit"],
input[type="reset"],
input[type="submit"] {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 60px;
	background: #FF8400;
	border-radius: 30px;
}

button[type="submit"]:not([disabled]):hover,
input[type="reset"]:not([disabled]):hover,
input[type="submit"]:not([disabled]):hover {
	box-shadow: 0px 4px 8px rgba(0, 64, 96, 0.19);
}

input,
select,
optgroup,
textarea {
	width: 100%;
	padding: 0 20px;
	background: #3B3B3B;
	border-radius: 20px;
	min-height: 60px;
	color: #BFBFBF;
	font-size: .9em;
	line-height: 1.1;
	outline: unset;
	border: unset;
}

textarea {
	padding: 20px;
}


input,
select {
	display: flex;
	align-items: center;
	justify-content: center;
}

select {
	-webkit-appearance: none; /* Safari / Chrome */
    -moz-appearance: none;    /* Firefox */
    appearance: none; 
}

.select-group {
	position: relative;
}

.select-group:after {
	content: '';
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.93095 5.15722L7.61595 9.76822C7.71817 9.86935 7.85616 9.92607 7.99995 9.92607C8.14374 9.92607 8.28173 9.86935 8.38395 9.76822L13.0699 5.15822C13.1728 5.05715 13.3112 5.00051 13.4554 5.00051C13.5997 5.00051 13.7381 5.05715 13.8409 5.15822C13.8916 5.2076 13.9318 5.26662 13.9593 5.33179C13.9868 5.39697 14.001 5.46699 14.001 5.53772C14.001 5.60846 13.9868 5.67848 13.9593 5.74365C13.9318 5.80883 13.8916 5.86785 13.8409 5.91722L9.15695 10.5272C8.84843 10.8302 8.43333 10.9999 8.00095 10.9999C7.56857 10.9999 7.15347 10.8302 6.84495 10.5272L2.16095 5.91722C2.11015 5.86783 2.06977 5.80875 2.04219 5.74348C2.01462 5.67822 2.00041 5.60808 2.00041 5.53722C2.00041 5.46637 2.01462 5.39623 2.04219 5.33096C2.06977 5.26569 2.11015 5.20662 2.16095 5.15722C2.26381 5.05615 2.40224 4.99951 2.54645 4.99951C2.69066 4.99951 2.82909 5.05615 2.93195 5.15722' fill='%23BFBFBF'/%3E%3C/svg%3E%0A");
}

textarea {
	display: block;
	height: 140px;
	resize: unset;
}

label {
	display: block;
	font-size: .9em;
	font-weight: 600;
	color: #FFFFFF;
}

form {
	display: flex;
	flex-direction: column;
	padding: 36px;
	background: #1A1A1A;
	border: 1px solid #615E5E;
	border-radius: 30px;
}

form button[type="submit"],
form input[type="reset"],
form input[type="submit"] {
	margin-top: 20px;
} 

.form-group + .form-group {
	margin-top: 20px;
}


.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output {
	border: unset;
	color: #FC8D19;
	font-size: 1em;
	margin: 0;
}

.wpcf7-not-valid-tip {
	font-size: .9em;
	font-weight: 400;
}

@media (max-width: 520px) {
	form {
		padding: 20px;
	}

	input,
	select,
	optgroup,
	textarea {
		min-height:50px;
		border-radius: 15px;
	}

	button[type="submit"], 
	input[type="reset"], 
	input[type="submit"] {
		min-height: 50px;
	}
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.container {
	padding: 0 60px;
	width: 100%;
}

.form-group {
	display: flex;
	flex-direction: column;
	gap: 10px 0;
}

.form-group.required .title:after {
	content: ' *';
	font-size: inherit;
	color: inherit;
	line-height: inherit;
	font-weight: inherit;
	display: inline;
}

.section-title {
	color: #FFFFFF;
	text-align: center;
}

.swiper-prev,
.swiper-next {
	min-width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(217, 217, 217, 0.8);
}

.swiper-prev svg,
.swiper-next svg {
	display: block;
	min-width: 12px;
	height:auto;
}

.swiper-prev.swiper-button-disabled,
.swiper-next.swiper-button-disabled {
	opacity: .4;
	cursor: not-allowed;
}

.slider-block {
	display: flex;
	align-items: center;
	gap: 0 30px;
}

.main-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 32px;
	min-height: 60px;
	
	border-radius: 30px;
	text-align: center;
	font-size: 1em;
	line-height: 1.1;
	width: max-content;
}

.main-btn:not[disabled]:hover {
	filter: drop-shadow(0px 4px 15px #FF073A);
	box-shadow: 0px 4px 8px rgba(0, 64, 96, 0.19);
}

.main-btn.white {
	background: #FFFFFF;
	color: #FC8D19;
}

.main-btn.orange {
	background: #FC8D19;
	color: #FFFFFF;
}

.main-btn.orange.border {
	border: 1px solid #FC8D19;
}

.main-btn.transparent {
	background: transparent;
	box-shadow: unset;
}



@media (max-width: 1200px) {
	.container {
		padding: 0 24px;
	}
}

@media (max-width: 1080px) {
	.main-btn {
		min-height: 50px;
	}

	.slider-block {
		gap: 0 20px;
	}
}

@media (max-width: 520px) {
	.slider-block {
		position: relative;
		padding: 0 16px;
		display: block;
	}

	.swiper-prev, 
	.swiper-next {
		width: 28px;
		height: 28px;
		min-width: auto;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		z-index: 11111;
	}

	.swiper-prev {
		left: -16px;
	} 
	.swiper-next {
		right: -16px;
	}

	.swiper-prev svg, 
	.swiper-next svg {
		width: 7px;
		height: auto;
	}
}

/*--------------------------------------------------------------
# Home Hero
--------------------------------------------------------------*/
.home-hero {
	position: relative;
}
.home-hero:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.home-hero .container {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.home-hero__buttons {
	margin-top: 65px;
	display: flex;
	align-items: center;
	gap: 0 20px;
}
.home-hero__main-block {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.home-hero__content {
	display: flex;
	flex-direction: column;
	gap: 1em 0;
}

.home-hero__content p {
	font-weight: 500;
	font-size: 1.3em;
	color: #D9D9D9;
	margin: 0;

}

.home-hero__content * {
	color: #FFFFFF;
}

.home-hero__img {
	display: block;
	object-fit: cover;
	width: 100%;
	aspect-ratio: 16/9;
}

@media (max-width: 767px) {
	.home-hero__buttons {
		margin-top: 40px;
	}

	.home-hero__img {
		height: 60vh;
		aspect-ratio: auto;
	}

	.home-hero__content p {
		font-size: 1em;
	}
}

@media (max-width: 520px) {
	.home-hero__main-block {
		padding-top: 160px;
	}
	.home-hero__buttons {
		flex-direction: column;
		gap: 16px 0;
	}

	.home-hero__img {
		height: 100vh;
	}

	.home-hero .buttons__btn {
		width: 100%;
	}
}


/*--------------------------------------------------------------
# Top nav
--------------------------------------------------------------*/
.top-nav {
	position: fixed;
	z-index: 111;
	left: 0;
	top: 0;
	width: 100%;
	background: rgba(255, 255, 255, 0.12);
	border-bottom: 0.5px solid rgba(255, 255, 255, 0.3);
}

.top-nav:after {
	content: '';
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	background: #0E0E0E;
	opacity: .4;
}

.top-nav__main-block {
	position: relative;
	z-index: 1;
}

.top-nav__logo {
	display: block;
}

.top-nav__logo-img {
	display: block;
	width: 80px;
	aspect-ratio: 1/1;
}


.top-nav__menu {
	width: 100%;
	display: flex;
	gap: 0 ;
	justify-content: center;
}

.top-nav__menu > .menu-item {
	display: block;
}

.top-nav__menu > .menu-item > a {
	display: block;
	padding: 10px;
	font-weight: 700;
	font-size: 1em;
	line-height: 1.1;
	color: #FFFFFF;
}

.top-nav__main-block {
	min-height: 100px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	align-items: center;
	grid-gap: 0 24px;
}

.top-nav__left-column,
.top-nav__right-column {
	display: flex;
	align-items: center;
	width: 100%;
	gap: 0 32px;
}

.top-nav__right-column {
	justify-content: flex-end;
}

.top-nav__left-column {
	justify-content: space-between;
}

.top-nav__contacts-group {
	display: grid;
	align-items: center;
	grid-gap: 0 32px;
	grid-template-columns: repeat(2, max-content);
}

.top-nav .lang-group__current-lang {
	box-shadow: unset;
	gap: 0 5px;
	cursor: pointer;
	align-items: center;
}

.top-nav .lang-group__current-lang span {
	display: block;
	font-weight: 500;
	color: #FFFFFF;
	font-size: 1em;
	line-height: 1.1;
	text-transform: uppercase;
}

.top-nav .lang-group__current-lang svg {
	width: 20px;
	height: auto;
	margin-bottom: 6px;
	display: block;
}

.top-nav__soc-img {
	display: block;
	width: 32px;
	height: 32px;
}

.top-nav__soc-link {
	display: block;
}

.top-nav__soc-group {
	display: flex;
	align-items: center;
	gap: 0 20px;
}

.top-nav__burger-btn {
	display: none;
}

@media (max-width: 1080px) {
	.top-nav__main-block {
		min-height: 80px;
		grid-template-columns: 1fr max-content;
	}

	.top-nav__logo-img {
		height: 60px;
		width: auto;
	}


	.top-nav__left-column {
		justify-content: flex-start;
	}

	.top-nav__right-column {
		display: none;
	}

	.top-nav__burger-btn {
		display: flex;
		align-items: center;
		justify-content: center;

	}

	.top-nav__burger-btn svg {
		width: 24px;
		height: 24px;
	}

}

@media (max-width: 520px) {
	.top-nav__menu {
		display: none;
	}
}

.mob-menu-wrapper {
	position: fixed;
	width: 100%;
	max-width: 420px;
	right: 0;
	top: 81px;
	background: #1A1A1A;
	transition: right .6s;
	z-index: 1111;
	overflow-y: auto;
}

.mob-menu-wrapper.hidden {
	width: 0;
	right: -420px;
	z-index: -111;
}

.mob-menu-wrapper__main-block {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 32px 0;
	padding: 30px 0;
	position: relative;
}

.mob-menu-wrapper__close-btn {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 0;
	top: 30px;
	z-index: 1;
	background: #B0B0B0;
}

.mob-menu-wrapper__close-btn svg {
	display: block;
	width: 8px;
	height: 8px;
}

.mob-menu-wrapper__menu {
	display: none;
	flex-direction: column;
	gap: 24px 0;
}
.mob-menu-wrapper__contacts-group {
	padding: 70px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 32px 0;
}
.mob-menu-wrapper__soc-group {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 32px;
}
.mob-menu-wrapper__soc-link {
	display: block;
}

.mob-menu-wrapper__soc-icon {
	display: block;
	width: 32px;
	height: 32px;
}

.mob-menu-wrapper .lang-group__current-lang {
	display: flex;
	gap: 0 4px;
	align-items: center;
}

.mob-menu-wrapper .lang-group__current-lang svg {
	width: 16px;
	display: block;
	margin-bottom: 4px;
}

.mob-menu-wrapper .lang-group__current-lang span {
	display: block;
	text-transform: uppercase;
	line-height: 1.1;
	font-size: .9em;
	font-weight: 500;
	color: #FFFFFF;

}

.mob-menu-wrapper .lang-group__lang-list {
	display: flex;
	flex-direction: column;
}

.mob-menu-wrapper .lang-item__link {
	display: block;
}

@media (max-width: 520px) {
	.mob-menu-wrapper__menu {
		padding: 60px 0;
		display: flex;
	}

	.mob-menu-wrapper__contacts-group {
		padding: 0;
	}

	.mob-menu-wrapper__menu > li {
		display: block;
	}

	.mob-menu-wrapper__menu > li > a {
		padding: 6px;
		display: block;
		font-weight: 700;
		line-height: 1.1;
		font-size: 1.2em;
		color: #FFFFFF;
	}
}
/*--------------------------------------------------------------
# Top nav
--------------------------------------------------------------*/
.footer {
	background: #0E0E0E;
}

.footer__main-block {
	padding: 65px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px 0;
	width: max-content;
	margin-left: auto;
	margin-right: auto;
}

.footer__logo {
	display: block;
}
.footer__logo-img {
	width: 124px;
	height: auto;
}

.footer__phone-btn {
	display: block;
	color: #FFFFFF!important;
	line-height: 1.5;
	text-align: center;
	font-weight: 700;
	font-size: 32px;
}

.footer__hours-text {
	display: block;
	text-align: center;
	font-weight: 500;
	line-height: 1.5;
	font-size: .9em	;
	color: #FFFFFF;
}

.footer__soc-group {
	padding: 10px 0;
	display: flex;
	gap: 0 30px;
	align-items: center;
	justify-content: center;
}
.footer__soc-link {
	display: block;
}
.footer__soc-icon {
	width: 32px;
	height: 32px;
}
.footer__menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 16px 24px;
}
.footer .menu__menu-item {
	display: block;
}

.footer .menu__menu-item a {
	display: block;
	color: #FFFFFF;
	font-size: .9em;
	font-weight: 500;
}

@media (max-width: 767px) {
	.footer__main-block {
		padding: 0;
	}
}

@media (max-width: 520px) {
	.footer__soc-group {
		padding: 0;
	}
	.footer__phone-btn {
		font-size: 28px;
	}

	.footer__menu {
		flex-direction: column;
	}

	.footer__logo-img {
		width: 100px;
	}
}