/*!
Theme Name: amfora-store
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: amfora-store
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.

amfora-store 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%;
}

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

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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: #4169e1;
}

a:visited {
	color: #ffffff;
}

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

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

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

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"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

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

.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;
}

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

.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 0 1.5em;
}

.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;
}


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

@charset "UTF-8";
/** Подключение шрифтов локально из папки "./src/fonts" */
@font-face {
  font-family: Circe;
  font-display: swap;
  src: url("../fonts/Circe-Bold.woff2") format("woff2"), url("../fonts/Circe-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: ClearSans;
  font-display: swap;
  src: url("../fonts/ClearSans-Bold.woff2") format("woff2"), url("../fonts/ClearSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: ClearSans;
  font-display: swap;
  src: url("../fonts/ClearSans-Regular.woff2") format("woff2"), url("../fonts/ClearSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Circe;
  font-display: swap;
  src: url("../fonts/Circe-Regular.woff2") format("woff2"), url("../fonts/Circe-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Raleway;
  font-display: swap;
  src: url("../fonts/Raleway-BoldItalic.woff2") format("woff2"), url("../fonts/Raleway-BoldItalic.woff") format("woff");
  font-weight: undefined;
  font-style: normal;
}
@font-face {
  font-family: Raleway;
  font-display: swap;
  src: url("../fonts/Raleway-Bold.woff2") format("woff2"), url("../fonts/Raleway-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Raleway;
  font-display: swap;
  src: url("../fonts/Raleway-Italic.woff2") format("woff2"), url("../fonts/Raleway-Italic.woff") format("woff");
  font-weight: undefined;
  font-style: normal;
}
@font-face {
  font-family: Raleway;
  font-display: swap;
  src: url("../fonts/Raleway-Black.woff2") format("woff2"), url("../fonts/Raleway-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: TildaSans;
  font-display: swap;
  src: url("../fonts/TildaSans-VF.woff2") format("woff2"), url("../fonts/TildaSans-VF.woff") format("woff");
  font-weight: undefined;
  font-style: normal;
}
@font-face {
  font-family: Raleway;
  font-display: swap;
  src: url("../fonts/Raleway-Regular.woff2") format("woff2"), url("../fonts/Raleway-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
/** Подключение переменных */
/** Подключение sass function и mixins и extends стилей */
@keyframes shake {
  from {
    top: -1%;
  }
  to {
    top: 1%;
  }
}
@keyframes blinker {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
/** Общие параметры, шаблоны(заготовки) и вспомогательные классы */
* {
  box-sizing: border-box;
}

:root {
  --light: #FAF8F6;
  --light-accent: #F3F0EF;
  --light-accent-other: #F3F0EE;
  --gray: #b9b8b6;
  --gray-light:#e5e4e2;
  --opacity-light: #FAF8F64D;
  --dark: #282827;
  --white: #FFFFFF;
  --black: #181817;
  --orange: #FF5C00;
  --gray-dark: #8e8d8b;
}

html, body {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

html {
  font-size: 16px;
  color: var(--dark);
}

body {
  background-color: var(--light); /*Поменять*/
  overflow-y: hidden;
  font-family: "ClearSans", sans-serif;
  line-height: 1.2;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

h1, h2, h3, h4, h5, h6 {
  color: #282827;
  font-weight: bold;
  font-family: "ClearSans";
}

h1 {
  font-size: 76px;
}

h2 {
  font-size: 52px;
  margin-bottom: 52px;
}

h3 {
  font-size: 28px;
  margin-bottom: 10px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  font-size: 1.5rem;
}

a {
  color: #282827;
  transition: 0.3s;
  text-decoration: none;
}
@media (any-hover: hover) {
  a:hover {
    color: var(--dark);
    opacity: 0.7;
  }
}

button {
  cursor: pointer;
  transition: 0.3s;
}

a:hover {
  text-decoration: none;
}

a[href*="tel:"] {
  white-space: nowrap;
}

section {
  margin-top: 200px;
  position: relative;
}
section_main {
  margin-top: 200px;
}

ul {
  margin: 0;
}

input:focus {
  border-color: var(--orange);
}
input:focus-visible {
  outline: none;
  text-indent: 5px;
}

select:focus {
  border-color: var(--orange);
}

textarea:focus {
  border-color: var(--orange);
}
textarea:focus-visible {
  outline: none;
  text-indent: 5px;
}

.main {
  flex-grow: 1;
}

.container {
  max-width: 1400px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  height: 100%;
  position: relative;
}

.section-title {
  text-align: center;
}

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

.img_contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.text {
  color: #282827;
  font-size: 18px;
  font-weight: 400;
}
.text_max {
  font-size: 52px!important;
}
.text_big {
  font-size: 32px!important;
}
.text_average {
  font-size: 28px!important;
}
.text_medium {
  font-size: 24px!important;
}
.text_button {
  font-size: 16px!important;
}
.text_descriptor {
  font-size: 16px!important;
}
.text_caption {
  font-size: 14px!important;
}
.text_min {
  font-size: 12px!important;
}
.text_bold {
  font-weight: 700;
}
.text_strong {
  font-weight: 500;
}

/*
.btn{
    cursor: pointer;
    transition: .3s;
    color: $btnColor;
    background: $btnBgColor;
    font-size: 1.7rem;
    padding: 1rem 2rem;
    border-radius: 5px;
    border: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 20px;

    @include any-hover {
        text-decoration: none;
        color: $btnHoverColor;
        background: $btnHoverBgColor;
    }

    svg {
        fill: none;
    }

    &__icon {
        width: 1em;
        height: 1em;
    }

    &_dark {
        color: $btnDarkColor;
        background: $btnDarkBgColor;

        @include any-hover {
            color: $btnHoverDarkColor;
            background: $btnHoverDarkBgColor;
        }
    }

    &_slim {
        align-self: center;
    }

    &_inactive{
        pointer-events: none;
        opacity: 0.5;
    }

    &:focus {
        outline: none;
    }
}

.slider {
    &_centered {
        img {
            transition: height .2s;
            height: 80%;
        }

        &__item_center img {
            height: 100% !important;
        }
    }

    &__wrapper {
        padding: 20px;
    }

    &__item {
        display: flex;
        justify-content: center;
    }

    &__item-wrapper {
        width: 85%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    &__nav-btn {
        width: 5rem;
        height: 5rem;
        display: flex;
        color: $sliderBtnColor;
        background: $btnBgColor;
        align-items: center;
        justify-content: center;
        border-radius: 50%;

        svg {
            fill: none;
        }
    }
}

.popup {
    z-index: 1050;
    text-align: center;

    &__frame {
        border-radius: 5px;
        width: 700px;
    }
}*/
.section_min {
  margin-top: 60px;
}

.base__cards {
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.base__card {
  height: 380px;
  width: auto;
  position: relative;
  cursor: pointer;
}
.base__card:nth-child(1) {
  grid-column: 1/3;
  grid-row: 1;
}
.base__card:nth-child(6) {
  grid-column: 5/3;
  grid-row: 2;
}
.base__card:hover .base__img {
  filter: brightness(30%);
  animation: scale_anim 15s infinite;
}
.base__content {
  position: absolute;
  top: 0;
  left: 0;
  padding: 65px 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.base__content h3 {
  color: var(--light);
}
.base__img-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.base__img {
  filter: brightness(50%);
  pointer-events: none;
}

@media (max-width: 1200.98px) {
  .base__card {
    height: 280px;
  }
  .base__content {
    padding: 30px 20px;
  }
}
@media (max-width: 890.98px) {
  .base__cards {
    grid-template-columns: 1fr 1fr;
  }
  .base__cards :nth-child(1) {
    grid-column: 1;
    grid-row: inherit;
  }
  .base__cards :nth-child(6) {
    grid-column: inherit;
    grid-row: inherit;
  }
}
@media (max-width: 640.98px) {
  .base__cards {
    gap: 2px;
    grid-template-columns: 1fr 1fr;
  }
  .base__cards :nth-child(1) {
    grid-column: 1;
    grid-row: inherit;
  }
  .base__cards :nth-child(6) {
    grid-column: inherit;
    grid-row: inherit;
  }
  .base__card {
    height: 195px;
  }
  .base__content {
    padding: 20px 10px 40px;
  }
  .section_min {
    margin-top: 50px;
  }
}
button {
  border-color: transparent;
}

.button {
  font-weight: 400 !important;
  padding: 10px 18px ;
  border-radius: 25px !important;
  display: flex;
  gap: 15px !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: fit-content;
}

.button_black {
  padding: 0 !important;
  color: var(--light) !important;
  background-color: transparent !important;
  border: none !important;
}

.button:hover {
  color: var(--light) !important;
  background-color: var(--orange) !important;
  opacity: 0.8 !important;
}

.button_standart {
  color: #282827 !important;
  background-color: var(--light) !important;
}

.button_border {
  border: 1px solid var(--dark) !important;
}

.button_orange {
  color: #FAF8F6 !important;
  background-color: var(--orange) !important;
}

.button_black:hover {
  color: var(--orange) !important;
  background-color: transparent !important;
  opacity: 1 !important;
}

.button_transparent {
  color: var(--light)!important;
  border: 1px solid var(--light)!important;
}

.button_transparent:hover {
  background-color: transparent!important;
  opacity: 0.8!important;
}

.button_transparent-black {
  color: var(--dark)!important;
  border: 1px solid var(--dark)!important;
}

.button_transparent-black:hover {
  background-color: transparent!important;
  color: var(--dark)!important;
  opacity: 0.8!important;
}

.button_transparent-black-opacity {
  color: var(--gray)!important;
}

.button_circle {
  width: 45px!important;
  height: 45px!important;
  padding: 0px!important;
  display: flex!important;
  justify-content: center!important;
  align-items: center!important;
}

.button_border:hover {
  background-color: transparent!important;
  color: var(--dark)!important;
}

.link {
  text-decoration: underline;
  color: var(--gray);
}
.link:hover {
  color: var(--orange);
}

.reveal_min {
  position: relative;
  transform: translateY(100px);
  opacity: 1;
  transition: 0.5s all ease;
}

.reveal_standart {
  position: relative;
  transform: translateY(100px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal_max {
  position: relative;
  transform: translateY(100px);
  opacity: 0;
  transition: 1.5s all ease;
}

.reveal_active {
  transform: translateY(0);
  opacity: 1;
}

@keyframes scale_anim {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
p {
  font-size: 16px;
}
/*
@media (max-width: 1500.98px) {
  .text {
    font-size: 16px;
  }
  .text_button {
    font-size: 14px;
  }
  .text_caption {
    font-size: 14px;
  }
  .text_descriptor {
    font-size: 16px;
  }
  .text_average {
    font-size: 28px;
  }
  .text_medium {
    font-size: 20px;
  }
}
  */
@media (max-width: 1200.98px) {
  h1 {
    font-size: 52px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 16px;
  }
  .section_main {
    margin-top: 150px;
  }
  section {
    margin-top: 90px;
  }
  .text_max {
    font-size: 28px !important;
  }
  .text_big {
    font-size: 28px !important;
  }
  .text_average {
    font-size: 20px !important;
  }
}
@media (max-width: 640.98px) {
  p {
    font-size: 12px;
  }
  .button {
    padding: 10px 14px;
  }
  .button_min-circle {
    width: 30px!important;
    height: 30px!important;
  }
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 20px;
    margin-bottom: 25px;
  }
  h3 {
    font-size: 19px;
  }
  h4 {
    font-size: 19px;
  }
  h5 {
    font-size: 19px;
  }
  h6 {
    font-size: 19px;
  }
  .text {
    font-size: 19px;
  }
  .text_max {
    font-size: 28px!important;
  }
  .text_big {
    font-size: 24px!important;
  }
  .text_button {
    font-size: 16px!important;
  }
  .text_caption {
    font-size: 16px!important;
  }
  .text_descriptor {
    font-size: 16px!important;
  }
  .text_average {
    font-size: 19px!important;
  }
  .text_medium {
    font-size: 19px!important;
  }
  .section_main {
    margin-top: 90px;
  }
  section {
    margin-top: 50px;
  }
}
.loader_container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--gray);
}

.loader {
  width: 48px;
  height: 48px;
  border: 10px solid var(--light);
  border-radius: 50%;
  position: absolute;
  transform: rotate(45deg);
  box-sizing: border-box;
}

.loader::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  inset: -10px;
  border-radius: 50%;
  border: 10px solid var(--orange);
  animation: prixClipFix 1s infinite linear;
}

@keyframes prixClipFix {
  0% {
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
  }
}
/*custom*/
.custom-scroll::-webkit-scrollbar {
  width: 8px;
}

.custom-scroll::-webkit-scrollbar-track {
  background: transparent;
}

.custom-scroll::-webkit-scrollbar-thumb {
  background-color: var(--orange);
  border-radius: 25px;
  border: 3px solid var(--orange);
}

.header_white {
  background-color: var(--light) !important;
  border-bottom: 1px solid var(--gray) !important;
}

.header_white .header__logo-wrapper {
  -webkit-filter: inherit;
  filter: inherit;
}

.header_white .header__main-social a {
  color: var(--dark);
}

.header_white .header__menu-main a {
  color: var(--dark);
}

.header_white .header__burger-line {
  background-color: var(--dark);
}

.header_white .header__account {
  color: var(--dark);
}

.hero__description-block {
  margin-bottom: 15%;
}

.base__card:hover, .information-block__card:hover {
  opacity: 1;
}

.base__card:hover .base__img {
  transition: 0.5s all ease;
}

@media (max-width: 640.98px) {
  .hero__description-block {
    margin-bottom: 35%;
  }
}
/*custom*/
/** БЕМ блоки используемые во всё проекте */
.uk-input, .uk-select, .uk-textarea {
  transition: 0.3s;
  font-size: 1.5rem;
  border-radius: 5px;
}

.uk-accordion-content {
  margin: 0;
}

.uk-accordion-title {
  font-size: inherit;
  margin: 0;
}
.uk-accordion-title :first-child {
  margin: 0;
}
.uk-accordion-title::before {
  width: 1em;
  height: 1em;
  background-size: 100%;
}

.uk-dotnav > .uk-active > * {
  transform: scale(1.3);
  background-color: var(--light);
  border-color: transparent;
}

.uk-dotnav > * > * {
  width: 1rem;
  height: 1rem;
  background-color: var(--dark);
  border: none;
}

.uk-slidenav {
  color: var(--dark);
}

.uk-lightbox-button {
  color: var(--dark);
}

.uk-modal-full {
  background: var(--dark);
}

.lined-section:before {
  content: "";
  position: absolute;
  top: calc(50% - 100px);
  left: 0%;
  width: 100%;
  height: 200px;
  background: #14C2E7;
  opacity: 0.1;
}
.lined-section .container {
  z-index: 1;
}

/** Подключение стилей отдельных блоков и секций */
.header {
  z-index: 100;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--opacity-light);
  position: fixed;
  width: 100%;
  transition: 0.3s;
}
.header__container {
  z-index: 2;
}
.header__main {
  display: flex;
  gap: 15px;
  justify-content: space-between;
  align-items: center;
}
.header__logo-wrapper {
  width: 170px;
  height: 60px;
  filter: brightness(100000%);
  transition: 0.3s;
}
.header__logo-wrapper:hover {
  opacity: 0.6;
}
.header__menu {
  display: flex;
}
.header__menu-main {
  padding: 0;
  gap: 30px;
  list-style: none;
  align-items: center;
  justify-content: center;
}
.header__menu-main :nth-child(n+2) a {
  opacity: 0.7;
}
.header__menu-main a {
  color: var(--light);
  text-decoration: none;
}
.header__menu-main a:hover {
  color: #FF5C00;
  opacity: 1;
}
.header__menu-main:hover {
  opacity: 1;
}
.header__menu-main .header__menu-item_orange {
  cursor: pointer;
  padding: 15px 20px;
  border-radius: 25px;
  border: 1px solid var(--orange);
  transition: 0.3s;
}
.header__menu-main .header__menu-item_orange a {
  color: var(--orange) !important;
  opacity: 1 !important;
}
.header__menu-main .header__menu-item_orange:hover {
  /*background-color: var(--orange);*/
  opacity: 0.7;
}
.header__menu-main .header__menu-item_orange:hover a {
  /*color: var(--light) !important;*/
}
.header__right-block {
  display: flex;
  gap: 30px;
}
.header__social {
  display: flex;
  gap: 20px;
}
.header__social a:hover {
  color: var(--orange) !important;
}
.header__burger-social {
  margin-top: 30px;
}
.header__burger-social a {
  color: var(--dark);
  width: 30px;
  height: 30x;
}
.header__main-social a {
  color: var(--light);
  width: 20px;
  height: 20px;
}
.header__account {
  color: var(--light);
  text-decoration: none;
}
.header__account:hover {
  color: var(--orange) !important;
}
.header__burger-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  gap: 8px;
}
.header__burger-button:hover .header__burger-line {
  background-color: var(--orange);
}
.header__burger-line {
  height: 2px;
  width: 30px;
  background-color: var(--light);
  transition: 0.3s;
  border-radius: 25px;
}
.header__burger-tint {
  transition: 0.3s;
  background-color: var(--dark);
  opacity: 0.4;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  z-index: 99;
  position: fixed;
  display: none;
}
.header__burger-tint_active {
  display: block;
}
.header__burger {
  width: 390px;
  position: relative;
  padding: 45px 40px 30px 40px;
  background-color: var(--light);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: -30px;
  right: -30px;
  transition: 0.4s;
}
.header__burger_active {
  opacity: 1;
  pointer-events: inherit;
}
.header__burger-logo-wrapper {
  width: 112px;
  height: 40px;
  display: flex;
}
.header__burger-close {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 45px;
  top: 45px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.header__burger-close::before {
  content: "";
  height: 2px;
  width: 30px;
  background-color: var(--dark);
  border-radius: 25px;
  position: absolute;
  transform: rotate(45deg);
  transition: 0.3s;
}
.header__burger-close::after {
  content: "";
  height: 2px;
  width: 30px;
  background-color: var(--dark);
  border-radius: 25px;
  position: absolute;
  transform: rotate(-45deg);
  transition: 0.3s;
}
.header__burger-close:hover::before {
  background-color: var(--orange);
}
.header__burger-close:hover::after {
  background-color: var(--orange);
}
.header__menu-burger {
  flex-direction: column;
  gap: 10px;
  padding: 30px 0;
  border-bottom: 1px solid var(--gray);
}
.header__menu-burger a {
  text-decoration: none;
}
.header__menu-burger .header__menu-item {
  list-style-type: none;
}
.header__menu-burger .header__menu-item a {
  opacity: 0.5;
}
.header__menu-burger .header__menu-item a:hover {
  opacity: 1;
  color: var(--dark);
}
.header__menu-burger .header__menu-item_orange {
  opacity: 1;
  transition: 0.3s;
}
.header__menu-burger .header__menu-item_orange a {
  color: var(--orange);
  opacity: 1 !important;
}
.header__menu-burger .header__menu-item_orange:hover a {
  color: var(--dark);
}
.header__develop {
  display: block;
  margin-top: 20px;
}
.header__develop a {
  color: var(--orange);
}
.header__develop a:hover {
  color: var(--dark);
}
.header_active { /*Скролл меню*/
  background-color: var(--light);
  border-bottom: 1px solid var(--gray);
}
.header_active .header__logo-wrapper {
  filter: inherit;
}
.header_active .header__main-social a {
  color: var(--dark);
}
.header_active .header__menu-main a {
  color: var(--dark);
}
.header_active .header__burger-line {
  background-color: var(--dark);
}
.header_active .header__account {
  color: var(--dark);
}

@media (max-width: 1308.98px) {
  .header__menu-main .header__menu-item {
    display: none;
  }
  .header__menu-main .header__menu-item_orange {
    display: block;
  }
}
@media (max-width: 1200.98px) {
  .header__main-social {
    display: none;
  }
}
@media (max-width: 640.98px) {
  .header {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: none;
  }
  .header__logo-wrapper {
    width: 90px;
    height: 30px;
  }
  .header__main {
    gap: 7px;
  }
  .header__right-block {
    gap: 7px;
  }
  .header__account {
    width: max-content;
  }
  .header__burger {
    top: -15px;
    right: 0px;
    padding: 30px 15px;
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .header__menu-burger {
    text-align: center;
  }
  .header__burger-close {
    top: 30px;
    right: 15px;
  }
  .header__menu-main .header__menu-item_orange {
    padding: 9px;
    width: max-content;
  }
  .header__burger-social {
    justify-content: center;
  }
  .header__develop {
    text-align: center;
  }
  .header__burger-line {
    width: 25px;
  }
  .header__burger-close::before {
    width: 25px;
  }
  .header__burger-close::after {
    width: 25px;
  }
}
@media (max-width: 350.98px) {
  .header__menu-main .header__menu-item_orange {
    display: none;
  }
}
.footer {
  margin-top: 160px;
  background-color: black;
}
.footer__up {
  margin-top: 90px;
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.footer__block {
  display: flex;
  flex-direction: column;
  color: var(--light);
}
.footer__logo-wrapper {
  width: 237px;
  height: 85px;
}
.footer__logo {
  filter: brightness(100000%);
}
.footer__logo-wrapper:hover {
  opacity: 0.7;
}
.footer__social {
  margin-top: 25px;
  display: flex;
  gap: 20px;
}
.footer__social a {
  width: 45px;
  height: 45px;
  color: var(--light);
}
.footer__social a:hover {
  color: var(--orange);
}
.footer__social circle {
  fill: none;
}
.footer__block-title {
  opacity: 0.5;
}
.footer__menu {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  list-style-type: none;
  padding: 0;
  gap: 10px;
}
.footer__menu-item a {
  color: var(--light);
}
.footer__menu-item a:hover {
  color: var(--orange);
}
.footer__form {
  margin-top: 40px;
  width: 300px;
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.footer__input {
  border: none;
  border-bottom: 1px solid var(--opacity-light);
  padding: 8px 0;
  background-color: transparent;
  color: #FAF8F6;
}
.footer__input::placeholder {
  font-size: 16px;
}
.footer__button {
  margin-top: 35px;
}
.footer__down {
  margin-top: 35px;
  padding-top: 18px;
  padding-bottom: 100px;
  border-top: 2px solid var(--opacity-light);
  display: flex;
  justify-content: space-between;
}
.footer__description-left {
  color: var(--opacity-light);
}
.footer__description-right {
  display: flex;
  gap: 37px;
}
.footer__link-politics {
  color: var(--opacity-light);
}
.footer__link-politics:hover {
  color: var(--orange);
}
.footer__develop {
  color: var(--opacity-light);
}
.footer__develop a {
  color: var(--orange);
}
.footer__develop a:hover {
  color: var(--opacity-light);
}

@media (max-width: 1200.98px) {
  .footer {
    margin-top: 90px;
  }
}
@media (max-width: 890.98px) {
  .footer__logo-wrapper {
    width: 150px;
    height: 60px;
  }
  .footer__up {
    margin-top: 35px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px 0px;
  }
  .footer__up .footer__block:nth-child(1) {
    grid-row: 1;
    grid-column: 1/3;
    justify-content: center;
    align-items: center;
  }
  .footer__up .footer__block:nth-child(4) {
    grid-row: 3;
    grid-column: 1/3;
  }
  .footer__down {
    margin-top: 5px;
    padding-top: 25px;
    padding-bottom: 50px;
    border-top: 2px solid var(--dark);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
  }
  .footer__description-right {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
  }
  .footer__social {
    gap: 6px;
  }
  .footer__social a {
    width: 38px;
    height: 38px;
  }
  .footer__form {
    width: 100%;
  }
}
@media (max-width: 640.98px) {
  .footer {
    margin-top: 50px;
  }
}
.hero {
  margin: 0;
  height: 100vh;
  width: 100%;
}
.hero__background-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}
.hero__background-img {
  filter: brightness(50%);
  animation: scale_anim 25s infinite;
}
.hero__container {
  justify-content: end;
  display: flex;
  flex-direction: column;
}
.hero__title {
  color: #FFFFFF;
  text-transform: uppercase;
}
.hero__description-block {
  color: var(--white);
  margin-bottom: 10%;
  display: flex;
}
.hero__description {
  color: var(--light);
}
.hero__button {
  margin-left: 20%;
}
.hero__buttons-other-page {
  margin-left: 35%;
  gap: 20px;
}

@media (max-width: 1200.98px) {
  .hero__buttons-other-page {
    margin-left: 20%;
    gap: 20px;
  }
}
@media (max-width: 640.98px) {
  .hero__description-block {
    flex-direction: column;
  }
  .hero__button {
    margin: 20px 0 0 0;
  }
  .hero__background-wrapper {
    width: 139%;
    height: 100%;
    transform: translateX(-120px);
  }
  .hero__buttons-other-page {
    flex-direction: row;
    margin-left: 0;
    gap: 10px;
  }
}
@media (max-width: 350.98px) {
  .hero__buttons-other-page {
    flex-direction: column;
  }
  .hero__buttons-other-page a {
    width: 100%;
  }
}
.hero__head {
  width: min-content;
  display: flex;
  flex-direction: column;
  gap: 100px;
  margin-top: 20px;
}
.hero__head span {
  color: var(--white);
}
.hero__head h1 {
  text-transform: none;
}
.hero__form {
  background-color: var(--light);
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 45px 30px;
  width: 35%;
}
.hero__form-content {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 23px;
  width: 90%;
}
.hero__input {
  width: 100%;
  background-color: transparent;
  height: 44px;
  border: 1px solid var(--dark);
  color: var(--dark);
  border-radius: 50px;
  padding: 0 25px;
}
.hero__input::placeholder {
  color: var(--gray);
}
.hero__form-title {
  text-align: center;
}
.hero__form-check .form__check-box {
  border: 1px solid var(--dark);
  background-color: transparent !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero__form-check .form__check-box div {
  display: none;
  background-color: var(--dark);
  border-radius: 50px;
  width: 7px;
  height: 7px;
}
.hero__form-check .form__check-box_active div {
  display: flex;
}
.hero__form-check span {
  color: var(--dark) !important;
}
.hero__button-form {
  width: 100%;
  opacity: 0.5;
  pointer-events: none;
  align-items: center;
  justify-content: center;
}

.hero-partner__container {
  justify-content: start;
  padding-top: 121px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 50px;
}

@media (max-width: 890.98px) {
  .hero__form {
    width: 100%;
    padding: 25px 20px;
  }
  .hero__head {
    width: 100%;
    gap: 0;
  }
  .hero__head h1 {
    width: min-content;
  }
  .hero__form-content {
    gap: 15px;
    margin-top: 20px;
    width: 100%;
  }
  .hero-partner {
    height: 100%;
    padding-bottom: 25px;
  }
  .hero-partner__container {
    justify-content: start;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 25px;
  }
}
@media (max-width: 640.98px) {
  .hero-partner__container {
    padding-top: 60px;
  }
}
.about-block {
  margin-top: 130px;
}
.about-block__cards {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  box-shadow: 4px 4px 21.2px 0px rgba(0, 0, 0, 0.0784313725);
  border-radius: 50px;
  padding: 30px;
}
.about-block__pair {
  display: flex;
}
.about-block__card {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding: 0px 78px;
  border-left: 1.5px solid var(--gray);
  border-right: 1.5px solid var(--gray);
}
.about-block__card_start-border {
  border-left: none;
}
.about-block__card_end-border {
  border-right: none;
}
.about-block__wrapper-icon {
  height: 50px;
}
.about-block__icon {
  color: #FF5C00;
  animation: scale_anim 3s infinite;
}
.about-block__decription {
  color: #181817;
}

@media (max-width: 1500.98px) {
  .about-block {
    margin-top: 130px;
  }
  .about-block__cards {
    padding: 25px;
  }
  .about-block__card {
    gap: 20px;
    padding: 0px 50px;
  }
}
@media (max-width: 1200.98px) {
  .about-block {
    margin-top: 80px;
  }
  .about-block__cards {
    box-shadow: none;
    border-radius: 50px;
    padding: 0;
    flex-direction: column;
    gap: 10px;
  }
  .about-block__pair {
    box-shadow: 1.59px 1.59px 8.43px 0px rgba(0, 0, 0, 0.0784313725);
    padding: 20px;
    border-radius: 50px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .about-block__card {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 0px 50px;
  }
  .about-block__card:nth-child(1) {
    border-left: none;
  }
  .about-block__card:nth-child(2) {
    border-right: none;
  }
}
@media (max-width: 640.98px) {
  .about-block {
    margin-top: 40px;
  }
  .about-block__pair {
    box-shadow: 1.59px 1.59px 8.43px 0px rgba(0, 0, 0, 0.0784313725);
    padding: 20px;
    border-radius: 50px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .about-block__card {
    gap: 10px;
    padding: 0px 20px;
  }
  .about-block__card:nth-child(1) {
    border-left: none;
  }
  .about-block__card:nth-child(2) {
    border-right: none;
  }
  .about-block__icon {
    color: var(--orange);
    animation: none;
  }
  .about-block__wrapper-icon {
    height: 35px;
    width: max-content;
  }
}
@media (max-width: 350.98px) {
  .about-block__decription {
    font-size: 10px;
  }
  .about-block__wrapper-icon {
    height: 25px;
  }
}
.information-block__cards {
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr 1fr 1fr;
}
.information-block__cards :nth-child(1) {
  grid-column: 1/4;
  grid-row: 1;
}
.information-block__card {
  height: 380px;
  width: auto;
  position: relative;
  cursor: pointer;
}
.information-block__card:hover .information-block__img {
  filter: brightness(30%);
  animation: scale_anim 15s infinite;
}
.information-block__img-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.information-block__img {
  filter: brightness(50%);
  pointer-events: none;
  transition: 0.4s;
}
.information-block__card-content {
  position: absolute;
  top: 0;
  left: 0;
  padding: 65px 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.information-block__card-title h3 {
  color: var(--white);
}
.information-block__card-title_accent {
  color: var(--white);
}

@media (max-width: 1200.98px) {
  .information-block__card {
    height: 280px;
  }
  .information-block__card-content {
    padding: 30px 20px;
  }
}
@media (max-width: 640.98px) {
  .information-block__cards {
    gap: 2px;
    grid-template-columns: 1fr 1fr;
  }
  .information-block__cards :nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }
  .information-block__card {
    height: 195px;
  }
  .information-block__card-content {
    padding: 25% 10px 20px;
  }
}
.categories__card-title_accent {
  opacity: 0.7;
  color: var(--light);
}

.production__button {
  position: absolute;
  right: 40px;
  bottom: 40px;
}

@media (max-width: 640.98px) {
  .production__button {
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
}
.contacts__block-selectors {
  display: flex;
  gap: 15px;
}
.contacts__input {
  cursor: pointer;
}
.contacts__width {
  width: 280px;
}
.contacts__dropdown {
  z-index: 90;
}
.contacts__dropdown ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contacts__dropdown ul li {
  cursor: pointer;
  transition: 0.3s;
}
.contacts__dropdown ul li:hover {
  color: var(--orange);
}
.contacts__block-main {
  display: flex;
  margin-top: 50px;
  gap: 40px;
}
.contacts__address {
  width: 40%;
  display: flex;
  flex-direction: column;
  height: 810px;
  overflow: auto;
  padding-right: 20px;
}
.contacts__card {
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--gray);
  transition: 0.3s;
  cursor: pointer;
}
.contacts__card:hover {
  background-color: var(--gray);
}
.contacts__card:nth-child(1) {
  padding-top: 0;
}
.contacts__card-head {
  display: flex;
  gap: 15px;
  justify-content: space-between;
}
.contacts__card-title {
  display: flex;
  flex-direction: column;
}
.contacts__card-title_accent {
  color: var(--dark);
  opacity: 0.5;
}
.contacts__card-number {
  color: var(--dark);
  opacity: 0.5;
}
.contacts__card-info {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 23px;
}
.contacts__card-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contacts__card-item-title {
  color: var(--dark);
  opacity: 0.5;
}
.contacts__map {
  width: 60%;
}

@media (max-width: 1200.98px) {
  .contacts__block-main {
    margin-top: 40px;
    gap: 0px;
  }
  .contacts__map {
    width: 50%;
    height: 400px !important;
  }
  .contacts__map .ymaps-2-1-79-map {
    height: 400px !important;
  }
  .contacts__address {
    height: 400px;
    width: 50%;
  }
}
@media (max-width: 640.98px) {
  .contacts__block-main {
    margin-top: 40px;
    flex-direction: column;
    gap: 15px;
  }
  .contacts__map {
    width: 100%;
    height: 400px !important;
  }
  .contacts__map .ymaps-2-1-79-map {
    height: 400px !important;
  }
  .contacts__address {
    height: 400px;
    width: 100%;
    padding-right: 0;
  }
  .contacts__block-selectors {
    flex-direction: column;
  }
  .contacts__width {
    width: 100%;
  }
}
.cooperation__block {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 60px;
  background-color: var(--light-accent);
}
.cooperation__content {
  display: flex;
  flex-direction: column;
  gap: 38px;
}
.cooperation__block-title {
  color: var(--dark);
}
.cooperation__block-title_accent {
  color: var(--orange);
}
.cooperation__button {
  width: max-content;
}
.cooperation__img-wrapper {
  width: 360px;
}
.cooperation__img {
  pointer-events: none;
}

@media (max-width: 640.98px) {
  .cooperation__block {
    flex-direction: column;
    padding: 45px 20px 20px 20px;
  }
  .cooperation__content {
    gap: 15px;
  }
  .cooperation__button {
    width: 100%;
  }
  .cooperation__img-wrapper {
    width: 260px;
    margin-top: 20px;
  }
}
.cooperation__form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.cooperation__input-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 23px 34px;
}
.cooperation__input {
  height: 45px;
  width: 100%;
  max-width: 355px;
  border-radius: 50px;
  border: 1px solid var(--black);
  background-color: transparent;
  padding-left: 26px;
}
.cooperation__input::placeholder {
  font-size: 16px;
}
.cooperation__button-form {
  height: 45px;
  width: 100%;
  max-width: 355px;
  opacity: 0.5;
  pointer-events: none;
}
.cooperation__button-form_commercial {
  align-items: center;
  justify-content: center;
  text-align: center;
}

.form__check {
  display: flex;
  gap: 12px;
  align-items: center;
}
.form__check span {
  color: var(--gray);
}
.form__check-box {
  border: 1px solid var(--gray);
  border-radius: 50px;
  width: 15px;
  min-width: 15px;
  height: 15px;
  transition: 0.4s;
}
.form__check-box_active {
  background-color: var(--orange);
  border: 1px solid var(--orange);
}

.button-form_active {
  opacity: 1;
  pointer-events: inherit;
}

@media (max-width: 890.98px) {
  .cooperation__form {
    gap: 21px;
  }
  .cooperation__input-grid {
    gap: 10px;
  }
  .cooperation__input {
    height: 33px;
    width: 100%;
  }
  .cooperation__input::placeholder {
    font-size: 14px;
  }
  .cooperation__button-form {
    height: 33px;
    width: 100%;
  }
}
@media (max-width: 640.98px) {
  .cooperation__input-grid {
    display: grid;
    grid-template-columns: 1fr;
  }
  .cooperation__input {
    min-width: 100%;
  }
  .cooperation__button-form {
    min-width: 100%;
  }
}
.about__text-block {
  width: 690px;
}
.about__button {
  margin-top: 80px;
}
.about__content {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.about__cards-block {
  width: 600px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.about__card {
  position: relative;
  opacity: 1;
}
.about__card:last-child {
  grid-column: 1/3;
  grid-row: 2;
}
.about__card img {
  transition: 0.4s;
}
.about__card:hover {
  opacity: 1;
}
.about__card:hover img {
  filter: brightness(30%);
  animation: scale_anim 15s infinite;
}
.about__card-text {
  position: absolute;
  padding: 40px;
  bottom: 0;
  color: var(--white);
}

@media (max-width: 640.98px) {
  .about__content {
    gap: 25px;
    flex-direction: column-reverse;
  }
  .about__button {
    margin-top: 25px;
  }
  .about__cards-block {
    width: 100%;
  }
  .about__text-block {
    width: 100%;
  }
  .about__card-text {
    padding: 15px;
  }
}
.catalog__container {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.catalog__title-row {
  display: flex;
  align-items: center;
}
.catalog__title {
  position: relative;
}
.catalog__number-prefix {
  position: absolute;
  top: 10px;
  right: -45px;
  color: var(--gray);
}
.catalog__sort-buttons {
  display: flex;
  gap: 15px;
  height: 44px;
  margin-left: 97px;
}
.catalog__sort-button_last {
  height: 44px;
  margin-left: auto;
}
.catalog__sort-button_mobile {
  display: none;
}
.catalog__filter-row {
  display: flex;
  width: 100%;
}
.catalog__filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 70px;
  border: 7px solid var(--light-accent-other);
  padding: 0px 15px;
}
.catalog__filter-inputs {
  display: flex;
}
.catalog__filter-input-block {
  padding: 0px 15px;
  border-right: 2px solid var(--light-accent-other);
  display: flex;
}
.catalog__filter-input-block:hover .catalog__filter-arrow {
  transform: rotate(180deg);
}
.catalog__filter-input-block_width {
  min-width: 144px;
}
.catalog__filter-dropdown {
  z-index: 90;
  padding: 10px;
}
.catalog__filter-dropdown li {
  padding-top: 10px;
  cursor: pointer;
  transition: 0.3s;
}
.catalog__filter-dropdown li:hover {
  color: var(--orange);
}
.catalog__filter-input {
  cursor: pointer;
  border: none;
  background-color: transparent;
  width: 100px;
}
.catalog__button-submit {
  /*height: 41px;*/
  font-family: "ClearSans", sans-serif;
  line-height: 1;
}
.catalog__filter-arrow {
  cursor: pointer;
  transition: 0.3s;
  height: 17px;
  width: 12px;
}
.catalog__sort-dropdown {
  padding: 10px;
}
.catalog__sort-dropdown li {
  cursor: pointer;
}
.catalog__sort-dropdown li a {
  color: var(--dark);
}
.catalog__sort-dropdown li:hover a {
  color: var(--orange);
  opacity: 1;
}

.catalog__row {
  display: flex;
  gap: 17px;
}
.catalog__category {
  background-color: var(--light-accent-other);
  width: 28%;
  padding: 50px 40px;
}
.catalog__category-list {
  margin-top: 30px;
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.catalog__category-item {
  padding-bottom: 8px;
  border-bottom: 1px solid var(--gray);
}
.catalog__category-item a {
  color: var(--gray);
  display: flex;
  gap: 15px;
  justify-content: space-between;
  align-items: center;
}
.catalog__category-item_active a {
  color: var(--dark);
}
.catalog__category-button {
  margin-top: 40px;
}
.catalog__cards-block {
  width: 72%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 17px;
}
.catalog__card {
  display: flex;
  flex-direction: column;
  background-color: var(--light-accent-other);
  padding: 10px 10px 15px 10px;
}
.catalog__card ul a {
  border-radius: 0;
  height: 2px;
  width: 24px;
  background-color: var(--gray);
}
.catalog__card .uk-dotnav > .uk-active > * {
  background-color: var(--dark);
  transform: scale(1);
}
.catalog__card-content {
  display: flex;
  flex-direction: column;
}
.catalog__card-img {
  position: relative;
}
.catalog__card-slider-img-wrapper {
  width: 100%;
  height: 335px;
  background-color: var(--light);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}
.catalog__card-slider-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.catalog__card-like-wrapper {
  position: absolute;
  top: 15px;
  right: 22px;
  padding: 10px;
  width: 35px;
  height: 35px;
  background-color: var(--light-accent-other);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}
.catalog__card-like-wrapper:hover {
  background-color: var(--orange);
  color: var(--white);
}
.catalog__card-like {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.catalog__card-info {
  margin-top: 17px;
  border-top: 1px solid var(--gray);
  border-bottom: 1px solid var(--gray);
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.catalog__card-info-item {
  padding: 5px 10px;
}
.catalog__card-info-item:nth-child(1) {
  border-bottom: 1px solid var(--gray);
  border-right: 1px solid var(--gray);
}
.catalog__card-info-item:nth-child(2) {
  border-bottom: 1px solid var(--gray);
}
.catalog__card-info-item:nth-child(3) {
  border-right: 1px solid var(--gray);
}
.catalog__card-buttons {
  margin-top: 18px;
  display: flex;
  justify-content: space-between;
}
.catalog__pagination-block {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0px;
  border-top: 1px solid var(--gray);
  border-bottom: 1px solid var(--gray);
}
.catalog__return-button {
  opacity: 0.7;
  padding: 10px 20px;
}
.catalog__return-button .button__arrow {
  transform: rotate(180deg);
}
.catalog__pagination {
  display: flex;
  gap: 12px;
}
.catalog__pagination-prev {
  transform: rotate(180deg);
}
.catalog__pagination-button {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.7;
}
.catalog__pagination-links {
  display: flex;
  gap: 8px;
}
.catalog__pagination-link {
  width: 32px;
  height: 32px;
  border: 1px solid var(--gray);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.7;
}
.catalog__pagination-link_active {
  opacity: 1;
  background-color: var(--orange);
  border: 1px solid var(--orange);
  color: var(--white);
}
.catalog__pagination-link_active:hover {
  color: var(--white);
}
.catalog__button-dillers {
  margin: 35px 0 0 auto;
  border: 1px solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
  text-shadow: none;
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  animation: button-pulse 0.6s linear 0.3s infinite;
  height: 41px;
}

@keyframes button-pulse {
  0% {
    outline: 2px solid;
    outline-offset: 0px;
    outline-color: var(--orange);
  }
  100% {
    outline: 0px solid;
    outline-offset: 10px;
    outline-color: var(--light);
  }
}
@media (max-width: 1200.98px) {
  .catalog__cards-block {
    width: 65%;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
  .catalog__category {
    width: 35%;
    padding: 40px 30px;
  }
  .catalog__filter-input {
    width: 65px;
  }
  .catalog__filter-input-block_width {
    min-width: 100px;
  }
  .catalog__number-prefix {
    position: absolute;
    top: 0px;
    right: -35px;
    color: var(--gray);
  }
}
@media (max-width: 890.98px) {
  .catalog__cards-block {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .catalog__category {
    background-color: var(--light-accent-other);
    width: 100%;
    padding: 20px;
  }
  .catalog__row {
    flex-direction: column;
  }
  .catalog__card {
    gap: 10px;
    flex-direction: row;
    padding: 10px 10px 15px 10px;
  }
  .catalog__card ul a {
    height: 2px;
    width: 11px;
  }
  .catalog__card-img {
    width: 40%;
  }
  .catalog__card-content {
    width: 60%;
  }
  .catalog__card-info {
    grid-template-columns: 1fr;
    border: 0;
  }
  .catalog__card-info-item {
    display: flex;
    justify-content: space-between;
    /*border-bottom: 1px solid var(--gray) !important;*/
  }
  .catalog__card-info-item:nth-child(n) {
    border: 0;
  }
  .catalog__card-slider-img-wrapper {
    height: 220px;
  }
  .catalog__card-price {
    margin-top: 3px;
  }
  .catalog__card-buttons {
    flex-direction: column;
    gap: 10px;
  }
  .catalog__card-info {
    margin-top: 12px;
  }
  .catalog__card-button {
    width: 100%;
    padding: 10px;
    justify-content: center;
    align-items: center;
  }
  .catalog__card-button .button__arrow {
    display: none;
  }
  .catalog__card-like-wrapper {
    top: 7px;
    right: 7px;
  }
  .catalog__category-list {
    gap: 10px;
  }
  .catalog__category-button {
    margin-top: 15px;
  }
  .catalog__filter {
    flex-direction: column;
    gap: 18px;
    height: auto;
    background-color: var(--light-accent-other);
    padding: 15px 0;
  }
  .catalog__filter-inputs {
    background-color: var(--light);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 5px;
  }
  .catalog__filter-input-block {
    padding: 10px;
  }
  .catalog__filter-input-block:nth-child(5) {
    border: 0 !important;
  }
  .catalog__filter-input-block:nth-child(11) {
    border: 0 !important;
  }
  .catalog__title-row {
    flex-direction: column;
    align-items: start;
    position: relative;
  }
  .catalog__sort-buttons {
    margin: 25px 0 0 0;
    gap: 5px;
    height: 40px;
    overflow-x: auto;
    width: 100%;
    padding-bottom: 8px;
  }
  .catalog__sort-button_last {
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media (max-width: 640.98px) {
  .catalog__sort-button_deckstop {
    display: none;
  }
  .catalog__sort-button_mobile {
    display: flex;
  }
  .catalog__sort-button_last {
    height: auto;
  }
  .catalog__pagination-block {
    flex-direction: column-reverse;
    border: 0;
    padding: 0;
  }
  .catalog__return-button {
    margin-top: 20px;
  }
  .catalog__pagination {
    border-top: 1px solid var(--gray);
    border-bottom: 1px solid var(--gray);
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 8px 0;
  }
  .catalog__button-dillers {
    display: none;
  }
}
.catalog-text__container {
  display: flex;
  flex-direction: column;
}
.catalog-text__container h2 {
  margin-bottom: 0 !important;
}
.catalog-text__description {
  margin-top: 35px;
}
.catalog-text__paragraph {
  margin-top: 16px;
}
.catalog-text__link {
  margin-top: 55px;
}

@media (max-width: 640.98px) {
  .catalog-text__description {
    margin-top: 12px;
  }
  .catalog-text__paragraph {
    margin-top: 12px;
  }
  .catalog-text__link {
    margin-top: 18px;
  }
}
.product__rating {
  display: flex;
  align-items: center;
  height: 12px;
}
.product__rating a {
  display: flex;
  align-items: center;
  gap: 5px;
  padding-right: 18px;
  border-right: 1px solid var(--gray);
  color: var(--gray);
}
.product__rating a:hover {
  color: var(--orange);
  opacity: 1;
}
.product__rating span {
  color: var(--gray);
  padding: 0 18px;
}
.product__rating span:nth-child(3) {
  border-left: 1px solid var(--gray);
}
.product__card {
  height: 465px;
  display: flex;
  margin-top: 40px;
}
.product__card-images {
  width: 140px;
}
.product__card-images_mobile {
  display: none;
}
.product__articul-mobile {
  display: none;
}
.product__card-image {
  opacity: 0.5;
  cursor: pointer;
  transition: 0.3s;
}
.product__card-image:hover {
  transform: scale(0.9);
}
.product__card-image_active {
  opacity: 1;
}
.product__image {
  padding: 14px 40px;
  border: 1px solid var(--gray);
  margin-left: 9px;
  max-width: 310px;
}
.product__description {
  padding: 15px;
  max-width: 518px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product__description-row {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  border-bottom: 1px solid var(--gray);
  padding-bottom: 5px;
}
.product__description-value {
  opacity: 0.7;
  text-align: right;
}
.product__left-block {
  display: flex;
}
.product__right-block {
  width: 408px;
  margin-left: 15px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.product__order {
  background-color: var(--light-accent-other);
  padding: 25px 18px;
  display: flex;
  flex-direction: column;
}
.product__price-row {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
.product__like-icon {
  color: var(--dark);
}
.product__like {
  border: 1px solid var(--dark);
  background-color: transparent;
  border-radius: 50px;
}
.product__like:hover {
  background-color: var(--orange);
  border: 1px solid var(--orange);
}
.product__like svg {

}
.product__like:hover .product__like-icon {
  color: var(--white);
}
.product__button {
  margin-top: 12px;
  width: 100%;
}
.product__price-description {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--gray);
  text-align: center;
}
.product__price-description a {
  color: var(--dark);
  text-decoration: underline;
}
.product__news {
  background-color: var(--light-accent-other);
  padding: 25px 18px;
}
.product__news-block {
  display: flex;
  gap: 15px;
  margin-top: 30px;
}
.product__news-img {
  width: 180px;
  height: 120px;
}
.product__news-description {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.product__news-description a {
  width: 100%;
  text-align: center;
  justify-content: center;
}

@media (max-width: 1200.98px) {
  .product__card {
    flex-direction: column;
    height: fit-content;
  }
  .product__card-images {
    height: 300px;
  }
  .product__image {
    width: auto;
  }
  .product__description {
    width: auto;
    max-width: fit-content;
  }
  .product__right-block {
    grid-row: 2;
    grid-column: 1/4;
    width: 100%;
    flex-direction: row;
    margin: 20px 0 0 0;
  }
  .product__left-block {
    height: 300px;
  }
  .product__order {
    width: 50%;
  }
  .product__news {
    width: 50%;
  }
  .product__card-images {
    margin: 0;
  }
}
@media (max-width: 890.98px) {
  .product__right-block {
    flex-direction: column;
  }
  .product__left-block {
    flex-direction: column;
    height: fit-content;
  }
  .product__card {
    margin-top: 28px;
  }
  .product__news {
    display: none;
  }
  .product__card-images {
    display: none;
  }
  .product__card-images_mobile {
    display: block;
    width: 100%;
  }
  .product__card-images_mobile .catalog__card-slider-img {
    border: 1px solid var(--gray);
    height: 315px;
    align-items: center;
    justify-content: center;
    display: flex;
  }
  .product__card-images_mobile ul a {
    border-radius: 0;
    height: 2px;
    width: 11px;
    background-color: var(--gray);
  }
  .product__card-images_mobile .uk-dotnav > * {
    padding-left: 6px;
  }
  .product__card-images_mobile .uk-dotnav > .uk-active > * {
    background-color: var(--dark);
    transform: scale(1);
  }
  .product__image {
    display: none;
  }
  .product__rating {
    justify-content: space-between;
  }
  .product__rating a {
    border: 0;
    padding: 0;
  }
  .product__rating span:nth-child(2) {
    display: none;
  }
  .product__rating span:nth-child(3) {
    border: 0;
    padding: 0;
  }
  .product__description {
    gap: 5px;
    padding: 0;
  }
  .product__order {
    width: 100%;
  }
  .product__articul-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gray);
    padding: 6px 0;
    border-top: 1px solid var(--gray);
    border-bottom: 1px solid var(--gray);
    margin-bottom: 20px;
  }
  .product__price {
    font-size: 18px;
  }
  .product__like {
    width: 27px;
    height: 27px;
  }
  .product__like svg {
    width: 15px;
    height: 15px;
  }
}
.product__tabs-container {
  margin-top: 80px;
  overflow-x: auto;
  padding-bottom: 5px;
}
.product__tabs {
  display: flex;
  gap: 8px;
  width: max-content;
}
.product__tabs-button {
  cursor: pointer;
  transition: 0.4s;
}
.product__tabs-button_active {
  background-color: var(--orange);
  border: 1px solid var(--orange);
  color: var(--white);
}

.product-video__main {
  display: flex;
  flex-direction: column;
  width: 60%;
}
.product-video__main iframe {
  height: 484px;
}
.product-video__content {
  display: flex;
  gap: 20px;
}
.product-video__title {
  margin-top: 16px;
}
.product-video__description {
  margin-top: 16px;
}
.product-video__sub {
  width: 40%;
}
.product-video__slider {
  height: 484px;
}
.product-video__card {
  display: flex;
}
.product-video__card_mobile {
  display: none;
}
.product-video__sub-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-left: 20px;
}
@media (max-width: 1200.98px) {
  .product-video__card iframe {
    width: 50%;
  }
  .product-video__slider {
    height: 400px;
  }
  .product-video__main iframe {
    height: 400px;
  }
}
@media (max-width: 890.98px) {
  .product-video__main {
    display: none;
  }
  .product-video__sub {
    width: 100%;
  }
  .product-video__slider {
    height: 900px;
  }
  .product-video__sub-content {
    margin: 15px 0 0 0;
    gap: 10px;
  }
  .product-video__card {
    flex-direction: column;
  }
  .product-video__card iframe {
    width: 100%;
    height: 220px;
  }
  .product-video__card_mobile {
    display: flex;
  }
}
.product-complect__container {
  background-color: var(--light-accent-other);
  padding: 60px 50px;
}
.product-complect__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 10px 20px;
}
.product-complect__card {
  display: flex;
  flex-direction: column;
}
.product-complect__img-wrapper {
  position: relative;
}
.product-complect__img-wrapper span {
  padding: 12px;
}
.product-complect__content {
  padding: 9px;
}
.product-complect__info {
  cursor: pointer;
  position: absolute;
  top: 7px;
  right: 7px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background-color: var(--light-accent-other);
  transition: 0.4s;
}
.product-complect__info:hover {
  background-color: var(--orange);
}
.product-complect__info:hover .product-complect__info-icon {
  color: var(--white);
}
.product-complect__info-icon {
  transition: 0.4s;
}
.product-complect__price-block {
  margin-top: 20px;
  gap: 30px;
  display: flex;
  justify-content: space-between;
}
.product-complect__input {
  display: flex;
  background-color: var(--white);
  border-radius: 50px;
  border: 1px solid var(--black);
  padding: 2px 9px;
  width: 90px;
  justify-content: space-between;
  align-items: center;
}
.product-complect__input input {
  width: 50px;
  background-color: transparent;
  border: none;
  text-align: center;
  padding-left: 10px;
}
.product-complect__input span {
  cursor: pointer;
  transition: 0.4s;
}
.product-complect__input span:hover {
  color: var(--orange);
}
.product-complect__order {
  display: flex;
  margin-top: 35px;
  justify-content: right;
  align-items: center;
}
.product-complect__button {
  margin-left: 40px;
}

@media (max-width: 1400.98px) {
  .product-complect__grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 10px 20px;
  }
}
@media (max-width: 1200.98px) {
  .product-complect__grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px 20px;
  }
}
@media (max-width: 890.98px) {
  .product-complect__grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px 10px;
  }
  .product-complect__order {
    flex-direction: column;
  }
  .product-complect__order-price {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .product-complect__button {
    margin-left: 0px;
    margin-top: 22px;
    width: 100%;
  }
  .product-complect__price-block {
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
  }
  .product-complect__input {
    width: 100%;
    padding: 5px 10px;
  }
  .product-complect__content {
    padding: 10px 0 0 0;
  }
}
.product-slider__slider {
  overflow: hidden;
  padding: 0 40px;
}
.product-slider__prev {
  left: -15px;
}
.product-slider__prev img {
  transform: rotate(180deg);
}
.product-slider__next {
  right: -15px;
}

@media (max-width: 1200.98px) {
  .product-slider__slider {
    padding: 0 30px;
  }
}
@media (max-width: 640.98px) {
  .product-slider__slider {
    padding: 0 10px;
  }
}
.advantages__container {
  background-color: var(--light-accent-other);
  padding: 60px 50px;
}
.advantages__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
}
.advantages__card {
  background-color: var(--light);
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.advantages__head {
  display: flex;
  justify-content: space-between;
}
.advantages__icon-wrapper {
  width: 50px;
  height: 50px;
}
.advantages__number {
  color: var(--gray);
}
.advantages-partner__grid {
  grid-template-columns: 1fr 1fr 1fr;
}

@media (max-width: 1200.98px) {
  .advantages__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .advantages-partner__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 640.98px) {
  .advantages__container {
    padding: 20px 15px;
  }
  .advantages__grid {
    gap: 10px;
  }
  .advantages__card {
    width: 100%;
    padding: 10px;
  }
  .advantages__icon-wrapper {
    width: 35px;
    height: 35px;
  }
}
.work h2 {
  margin: 0;
}
.work__container {
  background-color: var(--light-accent-other);
  padding: 60px 50px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.work__description {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.work__description span {
  display: flex;
  width: 60%;
}
.work__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
.work__card {
  background-color: var(--light);
  padding: 35px 25px;
}
.work__card ul {
  margin-top: 15px;
  padding-left: 20px;
}
.work__card:hover {
  opacity: 1;
  color: var(--white);
  background-color: var(--orange);
}
.work__button_mobile {
  display: none;
}
@media (max-width: 1200.98px) {
  .work__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media (max-width: 640.98px) {
  .work__container {
    padding: 20px 15px;
    gap: 18px;
  }
  .work__grid {
    gap: 10px;
  }
  .work__button {
    display: none;
  }
  .work__button_mobile {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .work__description span {
    width: 100%;
  }
}
.certificates__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--gray);
}
.certificates__card {
  padding: 35px 25px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  border-bottom: 1px solid var(--gray);
  border-right: 1px solid var(--gray);
}
.certificates__card:nth-child(2n) {
  border-right: none;
}
.certificates__head {
  display: flex;
  justify-content: space-between;
}
.certificates__description {
  color: var(--gray);
}
.certificates__link {
  border-bottom: 1px solid var(--black);
  width: fit-content;
}
.certificates__link:hover {
  color: var(--orange);
  border-color: var(--orange);
}

@media (max-width: 640.98px) {
  .certificates h2 {
    padding-left: 15px;
  }
  .certificates__container {
    padding: 0;
  }
  .certificates__grid {
    grid-template-columns: 1fr;
  }
  .certificates__card {
    border-right: none;
    padding: 15px;
    gap: 10px;
  }
}
.questions__content {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 40px;
}
.questions__category {
  height: fit-content;
}
.questions__tabs-block {
  width: 72%;
}
.questions__tabs-item {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--gray-light);
}
.questions__tabs-item.uk-open .questions__arrow-wrapper {
  transform: rotate(90deg);
}
.questions__arrow-wrapper {
  width: 21px;
  height: 21px;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.4s;
}
.questions__tab-link {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 10px;
}
.questions__tab-link::before {
  display: none;
}
.questions__tab-category {
  background-color: var(--light-accent-other);
  padding: 10px 20px;
  border-radius: 50px;
  width: fit-content;
}
.questions__tab-content {
  margin-top: 30px;
}

@media (max-width: 890.98px) {
  .questions__content {
    flex-direction: column;
  }
  .questions__tabs-block {
    width: 100%;
  }
  .questions__tab-category {
    padding: 8px 12px;
  }
}
.blog__search {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 48px;
  width: 100%;
  border-radius: 50px;
  border: 1px solid var(--dark);
  padding: 0 25px;
}
.blog__search-input {
  width: 100%;
  border: none;
  background-color: transparent;
}
.blog__search-input::placeholder {
  font-size: 18px;
}
.blog__search-button {
  background-color: transparent;
  width: 35px;
  height: 35px;
}
.blog__search-button:hover .blog__search-icon {
  color: var(--orange);
}
.blog__search-icon {
  transition: 0.5s;
}
.blog__tags {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
.blog__tag {
  padding: 10px 18px;
  border-radius: 50px;
  border: 1px solid var(--dark);
  color: var(--dark);
}
.blog__tag:hover {
  border: 1px solid var(--orange);
  color: var(--orange);
  background-color: transparent;
}
.blog__tag_active {
  border: 1px solid var(--orange);
  background-color: var(--orange);
  color: var(--white);
}
.blog__grid {
  margin-top: 42px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
.blog__card {
  background-color: var(--light-accent-other);
  padding: 8px;
}
.blog__card-image-wrapper {
  height: 250px;
}
.blog__card-image {
  pointer-events: none;
}
.blog__card-content {
  padding: 12px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.blog__card-up {
  display: flex;
  gap: 15px;
  justify-content: space-between;
  align-items: center;
}
.blog__card-tag {
  padding: 10px 18px;
  border-radius: 50px;
  background-color: var(--light);
  color: var(--dark);
}
.blog__card-date {
  color: var(--gray-dark);
}
.blog__card-title {
  margin-top: 14px;
  display: block;
}
.blog__card-description {
  margin-top: 18px;
  display: block;
  color: var(--gray-dark);
}

.blog__tag_noactive {
  display: none;
}

@media (max-width: 1200.98px) {
  .blog__grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .blog__card-content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media (max-width: 640.98px) {
  .blog__search {
    margin-top: 20px;
    height: 40px;
    padding: 0 15px;
  }
  .blog__search-input::placeholder {
    font-size: 14px;
  }
  .blog__grid {
    margin-top: 20px;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .blog__card-image-wrapper {
    height: 160px;
  }
  .blog__card-content {
    padding: 12px;
  }
  .blog__card-title {
    margin-top: 10px;
  }
  .blog__card-description {
    margin-top: 8px;
  }
}
.article__tag {
  padding: 12px 20px;
  background-color: var(--orange);
  color: var(--white);
  border: 1px solid var(--orange);
  width: fit-content;
  transition: 0.5s;
  cursor: pointer;
  border-radius: 50px;
}
.article__tag:hover {
  background-color: transparent;
  color: var(--orange);
}
.article__date {
  color: var(--gray-dark);
}
.article__img-wrapper {
  margin-top: 30px;
  height: 520px;
}

@media (max-width: 1200.98px) {
  .article__img-wrapper {
    height: 400px;
  }
}
@media (max-width: 640.98px) {
  .article__tag {
    padding: 6px 12px;
  }
  .article__img-wrapper {
    height: 160px;
  }
}
.article__content {
  display: flex;
  gap: 50px;
}
.article__author {
  width: 20%;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.article__article {
  margin-top: 25px;
  width: 50%;
}
.article__article p {
  margin: 0;
}
.article__article h2 {
  font-size: 28px;
  margin-bottom: 25px;
  margin-top: 25px;
}
.article__article h3, .article__article h4 {
  margin-bottom: 25px;
  margin-top: 25px;
}
.article__blog {
  padding: 50px 20px 30px 20px;
  height: fit-content;
  background-color: var(--light-accent-other);
  width: 30%;
}
.article__blog .blog__card {
  background-color: var(--light) !important;
}
.article__author-img-wrapper {
  border-radius: 100px;
  width: 87px;
  height: 87px;
  min-width: 87px;
  min-height: 87px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.article__author-description {
  color: var(--gray-dark);
}
.article__article-list {
  margin-top: 30px;
  padding: 30px;
  background-color: var(--light-accent-other);
}
.article__article-list h2 {
  margin: 0;
}
.article__article-list ul {
  margin: 20px 0 0 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.article__header-h3 {
  margin-left: 30px;
  list-style-type: disc;
}
.article__header-h3::marker {
  font-size: 14px;
  color: var(--orange);
}
.article__header-h3 a {
  color: var(--gray-dark);
}
.article__header-h4 {
  margin-left: 60px;
}
.article__header-h4 a {
  color: var(--gray-dark);
}
.article__article-content {
  margin-top: 40px;
}
.article__share {
  margin-top: 80px;
}
.article__share span {
  color: var(--dark);
}
.article__share ul {
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0;
  margin-top: 12px;
}
.article__share-icon-wrapper {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.article__share-icon-wrapper:hover {
  opacity: 1 !important;
}
.article__share-icon-wrapper:hover .article__share-icon {
  color: var(--orange);
}
.article__share-icon {
  transition: 0.5s;
}
.article__blog {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.article__blog .blog__card-tag {
  border: 1px solid var(--dark);
}
.article__blog h2 {
  margin: 0;
}
.article__blog-button {
  margin-top: 15px;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 44px;
}

.article__pagination_mobile {
  display: none;
}

.article__pagination {
  margin-top: 60px;
}

@media (max-width: 890.98px) {
  .article__pagination {
    display: none;
  }
  .article__pagination_mobile {
    display: flex;
    flex-direction: row;
    border-top: 1px solid var(--gray);
    border-bottom: 1px solid var(--gray);
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .article__pagination_mobile .catalog__pagination {
    border: none;
  }
  .article__pagination_mobile a {
    padding: 5px;
  }
  .article__pagination_mobile .catalog__return-button {
    margin-top: 0 !important;
  }
  .article__content {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 25px;
  }
  .article__author {
    width: 100%;
    margin-top: 0px;
    gap: 5px;
    align-items: center;
    justify-content: center;
  }
  .article__author span {
    text-align: center;
  }
  .article__article {
    margin-top: 10px;
    width: 100%;
  }
  .article__article p {
    font-size: 14px;
  }
  .article__article h2 {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 20px;
  }
  .article__article h3, .article__article h4 {
    margin-bottom: 10px;
    margin-top: 20px;
  }
  .article__blog {
    padding: 15px 5px;
    height: fit-content;
    width: 100%;
  }
  .article__author-img-wrapper {
    width: 58px;
    height: 58px;
    min-width: 58px;
    min-height: 58px;
  }
  .article__article-list {
    margin-top: 23px;
    padding: 25px;
  }
  .article__article-list h2 {
    margin: 0;
  }
  .article__header-h3 {
    margin-left: 20px;
  }
  .article__header-h4 {
    margin-left: 45px;
  }
  .article__article-content {
    margin-top: 40px;
  }
  .article__share {
    margin-top: 50px;
  }
  .article__blog {
    margin-top: 50px;
    gap: 15px;
  }
  .article__blog h2 {
    font-size: 18px;
  }
  .article__blog-button {
    height: 33px;
  }
}
.catalog__next-button img {
  transform: rotate(180deg);
}

.our-partner__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.our-partner__card {
  background-color: var(--light-accent-other);
  position: relative;
  overflow: hidden;
  height: 570px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.our-partner__card-text {
  width: 60%;
}
.our-partner__card-img-wrapper {
  position: absolute;
  z-index: 0;
  width: 420px;
  height: 420px;
  bottom: -20px;
  right: -120px;
}
.our-partner__card-img-wrapper_right {
  right: 0px;
  bottom: 0px;
}

@media (max-width: 1200.98px) {
  .our-partner__grid {
    gap: 10px;
  }
  .our-partner__card {
    height: 450px;
  }
  .our-partner__card-text {
    width: 60%;
  }
  .our-partner__card-img-wrapper {
    position: absolute;
    z-index: 0;
    width: 320px;
    height: 320px;
    bottom: -20px;
    right: -120px;
  }
  .our-partner__card-img-wrapper_right {
    right: 0px;
    bottom: 0px;
  }
}
@media (max-width: 890.98px) and (max-width: 1200.98px) {
  .our-partner__container {
    padding: 0;
  }
  .our-partner__container h2 {
    padding: 0 15px;
  }
  .our-partner__grid {
    gap: 25px;
    grid-template-columns: 1fr;
  }
  .our-partner__card {
    height: fit-content;
    padding: 30px 15px 0 15px;
    align-items: center;
    gap: 15px;
  }
  .our-partner__card-title {
    width: 100%;
  }
  .our-partner__card-description {
    width: 100%;
  }
  .our-partner__card-text {
    width: 100%;
  }
  .our-partner__card-img-wrapper {
    position: static;
    width: 100%;
    max-width: 300px;
    height: auto;
  }
}
.diplomas__button {
  width: fit-content;
  margin-left: auto;
  margin-top: 80px;
}
.diplomas__img-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.diplomas__nav_prev img {
  transform: rotate(180deg);
}
.diplomas__slider {
  padding: 0 40px;
}

@media (max-width: 640.98px) {
  .diplomas__slider {
    padding: 0 0px;
  }
  .diplomas__button {
    margin-top: 40px;
    width: 100%;
  }
}
.guarantees__content {
  display: flex;
}
.guarantees__images {
  position: relative;
  width: 50%;
}
.guarantees__image-wrapper {
  height: 672px;
  width: 100%;
}
.guarantees__image {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
}
.guarantees__image_active {
  opacity: 1 !important;
}
.guarantees__list-wrapper {
  height: 672px;
  overflow-y: auto;
  overflow-x: hidden;
  width: 50%;
}
.guarantees__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.guarantees__list li {
  padding-top: 17px;
  padding-bottom: 17px;
  margin-left: 60px;
  border-bottom: 1px solid var(--gray-light);
  display: flex;
  width: auto;
  justify-content: space-between;
  gap: 25px;
  transition: 0.5s;
  cursor: pointer;
}
.guarantees__list li:hover {
  margin-left: 0px;
  border-color: var(--orange);
  background-color: var(--orange);
  padding-right: 32px;
  padding-left: 38px;
}
.guarantees__list li:hover .guarantees__item-text_active {
  display: none;
}
.guarantees__list li:hover .guarantees__item-text {
  display: flex;
}
.guarantees__list li:hover span {
  color: var(--white);
}
.guarantees__list li:hover .guarantees__arrow {
  color: var(--white);
}
.guarantees__list li:first-child {
  border-top: 1px solid var(--gray-light);
}
.guarantees__list li span {
  transition: 0.5s;
}
.guarantees__item-text {
  display: none;
}
.guarantees__arrow-wrapper {
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
}
.guarantees__arrow {
  color: var(--gray);
  transition: 0.5s;
}

@media (max-width: 890.98px) {
  .guarantees__images {
    display: none;
  }
  .guarantees__list-wrapper {
    height: fit-content;
    overflow-y: hidden;
    overflow-x: hidden;
    width: 100%;
  }
  .guarantees__list li {
    padding-top: 12px;
    padding-bottom: 12px;
    margin-left: 0px;
    gap: 15px;
  }
  .guarantees__list li:hover {
    margin-left: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .guarantees__arrow-wrapper {
    width: 14px;
    height: 14px;
    min-width: 14px;
    min-height: 14px;
  }
}
.info__grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
.info__card {
  padding: 35px 30px;
  background-color: var(--light-accent-other);
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: 0.4s;
}
.info__card span {
  transition: 0.4s;
}
.info__card:hover {
  background-color: var(--orange);
  opacity: 1;
}
.info__card:hover span {
  color: var(--white);
}
.info__card-description {
  color: var(--gray-dark);
}
.info__map-block {
  margin-top: 30px;
  height: 360px !important;
}
.info__map {
  height: 360px !important;
}
.info__sub-content {
  margin-top: 26px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid var(--gray-light);
  border-bottom: 1px solid var(--gray-light);
  display: flex;
  justify-content: space-between;
}
.info__sub-content p {
  margin: 0;
}
.info__sub-content h2 {
  margin: 0;
}
.info__sub-content a {
  color: var(--orange);
}
.info__sub-left {
  width: 70%;
  padding-right: 30px;
  border-right: 1px solid var(--gray-light);
  padding-bottom: 30px;
}
.info__sub-left-content {
  display: flex;
  margin-top: 16px;
}
.info__sub-row {
  display: inline-block;
  width: 100%;
}
.info__sub-right {
  padding-left: 30px;
  padding-bottom: 30px;
  width: 30%;
  align-items: end;
  display: flex;
}

@media (max-width: 1200.98px) {
  .info__grid {
    margin-top: 25px;
    gap: 10px;
  }
  .info__card {
    padding: 15px 13px;
  }
}
@media (max-width: 890.98px) {
  .info__grid {
    grid-template-columns: 1fr;
  }
  .info__sub-left-content {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    gap: 15px;
  }
  .info__sub-content {
    flex-direction: column;
    gap: 15px;
  }
  .info__sub-right {
    padding: 0;
    width: 100%;
  }
  .info__sub-left {
    width: 100%;
    padding: 0;
    border: none;
  }
}
.recipe__content {
  margin-top: 78px;
  display: flex;
  gap: 80px;
}
.recipe__content iframe {
  width: 50%;
  height: 490px;
}
.recipe__content .article__share {
  margin-top: auto;
  margin-left: auto;
  width: fit-content;
}
.recipe__content .article__share ul {
  justify-content: end;
}
.recipe__description {
  width: 50%;
  display: flex;
  flex-direction: column;
}
.recipe__blog-title {
  margin: 145px 0 0 0;
}
.recipe__blog-grid {
  margin: 55px 0 0 0;
}

.blog__card .article__tag {
  margin-top: 25px;
  width: 100%;
  text-align: center;
}

@media (max-width: 1200.98px) {
  .recipe__content {
    margin-top: 40px;
    display: flex;
    gap: 25px;
  }
  .recipe__content iframe {
    width: 50%;
    min-height: 300px;
    height: 100%;
  }
  .recipe__description h2 {
    margin-bottom: 10px;
  }
  .recipe__blog-title {
    margin: 50px 0 0 0;
  }
  .recipe__blog-grid {
    margin: 25px 0 0 0;
  }
}
@media (max-width: 640.98px) {
  .recipe__content {
    flex-direction: column-reverse;
  }
  .recipe__content iframe {
    width: 100%;
    min-height: 200px;
    min-height: 200px;
  }
  .recipe__description {
    width: 100%;
  }
}

.comparison__table {
  margin-top: 60px;
  border-collapse: collapse;
  width: 100%;
}

.comparison__table_head {
  width: 407px;
  font-size: 20px;
  background-color: var(--light-accent-other);
}

.comparison__content {
  overflow-x: auto;
  padding-bottom: 25px;
}

.comparison__in-table td {
  border: 1px solid #e5e4e2;
  border-collapse: collapse;
  padding: 20px 20px 15px 20px;
}

.comparison__img-block {
  height: 360px;
  position: relative;
  padding: 0;
}

.comparison__img-wrapper {
  height: 360px;
  display: block;
}

.comparison__like {
  position: absolute;
  top: 15px;
  right: 25px;
}

.comparison__text-product {
  color: var(--gray-dark);
}

.comparison__remove-block {
  padding-top: 30px;
}

.comparison__remove-block button {
  background-color: transparent;
}
@media (max-width: 640.98px) {
  .comparison__table {
      margin-top: 30px;
  }

  .comparison__table_head {
      min-width: 225px;
      font-size: 16px;
  }

  .comparison__in-table td {
      padding: 15px 15px 10px 15px;
  }

  .comparison__img-block {
      height: 220px;
      min-width: 225px;
  }

  .comparison__img-wrapper {
      height: 220px;
  }

  .comparison__like {
      position: absolute;
      top: 15px;
      right: 25px;
  }

  .comparison__remove-block {
      padding-top: 20px;
  }
}

      
        
