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

krepi 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.
 */

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

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

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

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

@font-face {
  font-family: 'Anybody';
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src: local('Anybody'),
    url('assets/fonts/Anybody-BoldItalic.woff2') format('woff2'),
    url('assets/fonts/Anybody-BoldItalic.woff') format('woff');
}

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

body {
  font-family: sans-serif !important;
  color: #555;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 28px !important;
}

.container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 15px;
}

.title {
  margin-bottom: 24px;
  color: #101828;
  text-align: center;
  font-family: 'Anybody', sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
}

/* header-start */

body {
  position: relative;
}

.header {
  
}

.header__logo {
  color: #101828;
  font-family: 'Anybody', sans-serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 800;
  line-height: normal;
}

.header__inner-top {
  position: relative;
}

.header__inner-top::before {
  position: absolute;
  content: '';
  width: 33%;
  height: 0;
  z-index: -1;
  top: -96px;
  left: 0;
  border: 96px solid rgba(217, 217, 217, 0.15);;
  border-color: transparent transparent rgba(217, 217, 217, 0.15) rgba(217, 217, 217, 0.15);
}

.header__inner-top::after {
  position: absolute;
  content: '';
  width: 61%;
  height: 0;
  z-index: -1;
  top: -96px;
  right: 0;
  border: 96px solid #FF8040;
  border-color: transparent #FF8040 #FF8040 transparent;
}

.header__contacts {
  display: flex;
  gap: 32px;
  max-width: 885px;
  width: 100%;
  align-items: center;
}

.menu__icon {
  display: none;
}

.header__inner-top__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 26px 0 29px 0;
  height: 96px;
}

.header__email,
.header__region {
  display: flex;
  align-items: center;
  gap: 13px;
  max-width: 400px;
  width: 100%;
  color: #101828;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  max-width: 265px;
}

.header__region {
    max-width: 225px;
}

.main__contacts .header__email,
.main__contacts .header__region {
  color: #fff;
  font-size: 16px;
  margin-bottom: 16px;
}

.main__contacts .header__region-text {
  border-bottom: 1px dashed #fff;
  color: #fff;
}

.main__contacts .header__email:hover,
.main__contacts .header__region:hover {
  color: #FF5600;
  font-size: 16px;
  margin-bottom: 16px;
}

.main__contacts .header__email-text:hover,
.main__contacts .header__region-text:hover {
  color: #FF5600;
}

.main__contacts .header__region-text:hover {
  border-bottom: 1px dashed #FF5600;
  color: #FF5600;
}

.main__contacts .contacts__tel-text {
  color: #FF5600;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.header__email {
  color: #101828;
  margin-bottom: 7px;
	font-family: 'Cairo', sans-serif !important;
}

.header__email-text:hover,
.header__region-text:hover {
  color: #101828;
}

.header__region-text {
  border-bottom: 1px dashed #101828;
  color: #101828;
}

.header__inner-right {
  display: flex;
  align-items: center;
  gap: 64px;
}

.menu__list {
  display: flex;
  align-items: center;
}

.menu-item + .menu-item {
  margin-left: 71px;
}

.menu__link {
  color: #BABABA;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  transition: all .3s;
}

.menu__link:hover {
  color: #FF5600;
}

.header__btn {
  display: block;
  padding: 24px 45px;
  background-color: #fff;
  transition: all .3s;
  color: #A63800;
  font-family: 'Anybody', sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  line-height: 30px;
}

.header__btn-3 {
  display: none;
  padding: 10px 18px;
  border-radius: 8px;
  border: 1px solid #101828;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: #101828;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  transition: all .3s;
}

.header__btn:hover {
  background-color: #A63800;
  color: #fff;
}

.header__btn-3:hover {
  border: 1px solid #FDD000;
  background-color: #FDD000;
}

.header__inner-bottom {
  background-color: #252525;
}

.header__inner-bottom__inner {
  padding: 9px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* header-end */

/* main-start */

.main__contacts {
  display: none;
}

.main {
  padding: 100px 0 166px 0;
  margin-bottom: 45px;
  background-image: url('assets/images/main-bg.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.main-2 {
  padding: 30px 0 5px 0;
  background-image: url('assets/images/main-bg.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.main__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.main__inner-text {
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 10px;
  border: 1px solid var(--gray-300, #D0D5DD);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  padding: 4px 10px 4px 8px;
  max-width: 470px;
  margin-bottom: 16px;
  background-color: #fff;
}

.main__inner-text span {
  border-radius: 16px;
  border: 1.5px solid #FDD000;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 2px 10px 2px 8px;
}

.main__title {
  margin-bottom: 8px;
  color: #FFF;
  font-family: 'Anybody', sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 130%;
  max-width: 988px;
  width: 100%;
}

.main__title span {
  color: #FF5600;
}

.main__subtitle {
  margin-bottom: 48px;
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
}

.main__subtitle span {
  color: #FF5600;
}

.main__btn {
  display: block;
  padding: 32px 48px;
  text-align: center;
  transition: all .3s;
  background-color: #A63800;
  color: #FFF;
  font-family: 'Anybody', sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  line-height: 30px;
  max-width: 365px;
}

.main__btn:hover {
  background-color: #fff;
  color: #A63800;
}

.main__img {
  max-width: 560px;
  width: 100%;
  height: 100%;
}

/* main-end */

/* goods-start */

.goods {
  padding: 45px 0 60px 0;
}

.goods__text {
  margin: 0 auto 40px auto;
  color: #555;
  text-align: center;
  font-size: 20px;
  line-height: 140%;
  max-width: 1070px;
  width: 100%;
}

.goods__items {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  height: fit-content;
}

.goods__item {
  max-width: 410px;
  width: 100%;
  height: 100%;
}

.goods__item-link {
  	padding: 16px 0 0 0;
  	display: block;
	text-align: center;
	color: #101828;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	line-height: 140%;
}

.goods__item-description {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.goods__item-link:hover {
  max-height: 100%;
}

.goods__item-img-wrapper {
  max-width: 410px;
  max-height: 410px;
  width: 100%;
  height: 100%;
}

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

/* goods-end */

/* about-start */

.about {
  padding: 90px 0;
  background-image: url('assets/images/about-bg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.about__inner {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.about__title {
  margin-bottom: 24px;
  text-align: left;
  color: #FF5600;
  font-family: 'Anybody', sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
}

.about__text {
  margin-bottom: 74px;
}

.about__content {
  max-width: 600px;
  width: 100%;
}

.about__content-text h3 {
  color: #101828;
  font-size: 30px;
  font-weight: 500;
  line-height: 38px;
  margin-bottom: 20px;
}

.about__img {
  margin-right: 30px;
  height: max-content;
  max-width: 250px;
}

.about__img-2 {
  transform: translateY(30px);
  max-width: 300px;
}

.about__content-text {
  color: #FFF;
  font-size: 20px;
  line-height: 140%;
}

.about__content-text p {
  margin-bottom: 10px;
}

.about__content-text h2 {
  font-size: 30px;
  font-weight: 500;
  line-height: 38px;
  margin-bottom: 20px;
}

.about__content-text ul {
  padding-left: 25px;
  margin-bottom: 15px;
}

.about__images {
	display: flex;
	flex-wrap: wrap;
	max-width: 600px;
}

/* about-end */

/* partners-start */

.partners {
  padding: 90px 0;
}

.partners__title {
  text-align: center;
  margin-bottom: 32px;
}

.partners__items {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
}

.partners__item {
  display: flex;
  align-items: flex-end;
}

.slick-track {
  display: flex !important;
  align-items: center;
}

.slick-slide {
  margin: 0 13px;
  width: 100% !important;
}

/* partners-end */

/* advantages-start */

.advantages {
  padding: 96px 0;
  position: relative;
}

.advantages::before {
  content: '';
  position: absolute;
  background-image: url('assets/images/bg-2.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  width: 100%;
  height: 881px;
  z-index: -1;
}

.advantages::after {
  content: '';
  position: absolute;
  background-image: url('assets/images/bg-3.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  width: 100%;
  height: 833px;
  z-index: -1;
}

.advantages__title {
  max-width: 768px;
  width: 100%;
  text-align: center;
  margin: 0 auto 60px auto;
}

.advantages__text {
  max-width: 768px;
  width: 100%;
  text-align: center;
  margin: 0 auto 40px auto;
  font-size: 20px;
  line-height: 30px;
}

.advantages__item {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 40px;
}

.advantages__item:last-child {
  margin-bottom: 0;
}

.advantages__item-content {
  display: flex;
  gap: 30px;
  max-width: 630px;
  align-items: start;
}

.advantages__item-icon {
  margin-bottom: 24px;
  transition: all .7s;
}

.advantages__item-icon:hover {
  transform: rotate(344deg);
}

.advantages__item-title {
  margin-bottom: 8px;
  color: #101828;
  font-family: 'Anybody', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}

.advantages__item-text {
  color: #555;
  font-size: 20px;
  line-height: 140%;
}

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

.advantages__content {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  align-items: start;
}

.advantages__img {
  max-width: 630px;
  width: 100%;
  height: 100%;
}

/* advantages-end */

/* form-start */

.form {
  padding: 100px 0;
  background-image: url('assets/images/form-bg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.form__inner {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}

.form__inner-item {
  max-width: 630px;
  width: 100%;
}

.form___title {
  margin-bottom: 10px;
  text-align: left;
  color: #FF5600;
  font-family: 'Anybody', sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
}

.form__text {
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.form__input {
  border: none;
  outline: none;
  padding: 16px 20px;
  max-width: 590px;
  width: 100%;
  margin-bottom: 10px;
  font-size: 16px;
  background-color: #F0F0F0;
  color: #BABABA;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.form-btn {
  padding: 16px 10px;
  max-width: 590px;
  width: 100%;
  outline: none;
  border: none;
  margin-top: 20px;
  cursor: pointer;
  transition: all .3s;
  background-color: #A63800;
  color: #FFF;
  font-family: 'Anybody', sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  line-height: 30px;
}

.form-btn:hover {
  background-color: #fff;
  color: #A63800;
}

.form__policy {
  color: #BABABA;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.wpcf7 form .wpcf7-response-output {
  margin: 10px 0 0 0;
  padding: 0;
  border: none;
  color: #dc3232;
}

/* form-end */

/* footer-start */

.footer {
  padding: 64px 0 48px 0;
  background-color: #252525;
}

.footer__inner-top {
  padding-bottom: 64px;
  border-bottom: 1px solid #555;
}

.footer__logo {
  text-align: center;
  display: block;
  max-width: 200px;
  margin: 0 auto 32px auto;
  color: #FFF;
  font-family: 'Anybody', sans-serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 800;
  line-height: normal;
}

.footer .menu__link {
  color: #BABABA;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}

.footer .menu__link:hover {
  color: #FF5600;
}

.footer .menu__list {
  justify-content: center;
  margin-bottom: 32px;
}

.footer__contacts {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
}

.footer__email,
.footer__region {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #FF5600;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.footer__region-text {
  border-bottom: 1px dashed #FF5600;
  color: #FF5600;
}

.footer__inner-bottom {
  padding-top: 32px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}

.footer__inner-bottom-item {
  display: flex;
  align-items: center;
  gap: 16px;
}

.policy {
  color: #F0F0F0;
  font-size: 16px;
}

.privacy,
.cookies {
  color: #F0F0F0;
  font-size: 16px;
}

.footer__list {
  display: flex;
  margin-bottom: 32px;
  justify-content: center;
  flex-wrap: wrap;
}

/* footer-end */

/* === MODALS */

.modal__holder {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 70px;
  display: flex;
  align-items: center !important;
  justify-content: center !important;
  position: fixed;
  opacity: 0;
  transition: 0.4s;
  pointer-events: none;
  background: #0003;
  z-index: -999;
}

.modal__holder.active {
  z-index: 999;
  padding-top: 0;
  opacity: 1;
  pointer-events: all;
}

.modal__wrapper {
  width: fit-content;
  display: flex;
  flex-direction: column;
  padding: 50px 50px;
  min-width: 320px;
  min-height: 320px;
  max-width: 500px;
  max-height: 100%;
  overflow: auto;
  background: #fff;
  color: #000;
  border-radius: 10px;
}

.modal-form__title {
  text-align: center;
  color: #000;
}

.modal-form .boxes {
  margin: 50px 0;
}

.modal-form .h4 {
  text-align: center;
}

.modal-form input[type="text"],
.modal-form input[type="email"],
.modal-form input[type="tel"] {
  width: 100%;
  padding: 10px;
  margin: 5px 0;
  border-radius: 5px;
  outline: none;
  border: none;
  background: #F5F5FA;
  color: #000;
}

.modal-form input[type="submit"] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: 100%;
  border: none;
  outline: none;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;

  /*   background: linear-gradient(90deg, #323034 0%, #141316 100%); */
  background: #FDD000;

  border-radius: 0;
  transition: 0.4s;
}

.modal-form input[type="submit"]:hover {
  background: #F5EE46;
}

.regions__item {
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
  cursor: pointer;
  opacity: 1;
  transition: 0.2s;
  width: 50%;
}

.regions__item a {
  color: black;
}

.regions__item:hover {
  opacity: 0.7;
}

.regions__item.active:before {
  content: '';
  flex-shrink: 0;
  display: flex;
  margin-right: 10px;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background: #000;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
}

.section__title,
.h2 {
  margin-bottom: 30px;
  font-family: 'Play', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 46px;
  /* color: #FFFFFF; */
}

.close-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.close-btn::before {
  transform: rotate(45deg);

}

.close-btn::after {
  transform: rotate(-45deg);
}

.close-btn::before,
.close-btn::after {
  content: '';
  position: absolute;
  left: calc(50% - 2px);
  width: 4px;
  height: 100%;
  border-radius: 4px;
  background: #A0A0A0;
}

.wrapper {
  position: relative;
}

.page__title {
  margin-bottom: 32px;
  color: #101828;
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: -1.2px;
}

.breadcrumbs-block {
  margin-top: 32px;
}

#breadcrumbs a,
#breadcrumbs span {
  color: #9D9D9D;
  font-size: 16px;
  line-height: 24px;
}

.contacts {
  padding-top: 71px;
}

.contacts__items {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 82px;
}

.contacts__content-address,
.conacts__email,
.contacts__phone,
.contacts__time {
  display: flex;
  gap: 8px;
  max-width: 210px;
  width: 100%;
}

.contacts__address-text,
.contacts__email-text,
.contacts__tel-text,
.contacts__time {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}

.contacts__email-text:hover,
.contacts__tel-text:hover {
  text-decoration: underline;
}

/* product-page */

.product-page__item {
	display: flex;
	gap: 30px;
}

.product__gallery {
	max-width: 410px;
	width: 100%;
	position: relative;
}

.product-page__inner {
	padding: 40px 0 0 0;
}

.product__description-item {
	margin-bottom: 64px;
}

.product__btns {
	display: flex;
	gap: 20px;
}

.product__btn-1 {
	background-color: #A63800;
	padding: 24px 45px;
	color: #FFF;
	font-size: 20px;
	font-style: italic;
	font-weight: 700;
	line-height: 30px;
	outline: none;
	cursor: pointer;
	transition: all .3s;
	border: 1px solid #A63800;
	text-align: center;
}

.product__btn-1:hover {
	background-color: #fff;
	color: #A63800;
}

.product__btn-2 {
	padding: 24px 45px;
	border: 1px solid #A63800;
	color: #A63800;
	font-size: 20px;
	font-style: italic;
	font-weight: 700;
	line-height: 30px;
	background-color: #fff;
	outline: none;
	cursor: pointer;
	transition: all .3s;
	text-align: center;
}

.product__btn-2:hover {
	background-color: #A63800;
	color: #fff;
}

.error-404 {
	height: 29vh;
	padding-top: 70px;
}

.product-page {
	padding-bottom: 100px;
}

.product__description-item p {
	margin-bottom: 16px;	
	color: #101828;
	font-size: 20px;
	font-weight: 400;
	line-height: 140%;
}

.product__description-item h3 {
	margin-bottom: 4px;	
	color: #101828;
	font-size: 20px;
	font-weight: 700;
	line-height: 140%;
}

.table-content-head,
.table-content-body {
	display: flex;
	gap: 6px;
	margin-bottom: 6px;
}

.table-content-head__item {
	padding: 10px;
	width: 138px;
	background-color: #FF8040;
	color: #101828;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	line-height: 140%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.table-content-body__item {
	padding: 10px;
	width: 138px;
	background-color: #FAFAFA;
	color: #101828;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	line-height: 140%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.table {
	padding: 90px 0;
}

.gallery__inner-item.swiper-slide {
	max-width: 410px;
	width: 100%;
	max-height: 360px;
	height: 100%;
}

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

.gallery {
	padding: 90px 0;
}

.gallery__inner {
	position: relative;
}

.swiper-buttons-2 {
	position: absolute;
	bottom: -30px;
	display: flex;
	justify-content: center;
	width: 100%;
}

.swiper-buttons-2 .swiper-button-next {
	right: 47% !important;
}

.swiper-buttons-2 .swiper-button-prev {
	left: 47% !important;
}

.success__title {
  font-size: 35px;
  line-height: 48px;
  text-align: center;
  text-transform: uppercase;
  max-width: 655px;
  margin: 0 auto 30px auto;
  padding-top: 55px;
  color: #fff;
}

.btn-success {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-decoration-line: underline;
  color: #FF5600;
  text-align: center;
  display: block;
  margin-bottom: 120px;
}

.inner {
	padding: 100px 0;
}

.header__address {
	width: 37%;
	color: #101828;
}

.title-page {
    margin-bottom: 40px;
    color: #101828;
	font-size: 32px;
	font-weight: 700;
	line-height: 130%;
}

.main-product-slide__thumb-item {
	width: 158px !important;
	height: 151px !important;
}

.mySwiper .swiper-slide img {
    display: block;
    width: 158px;
    height: 151px;
    object-fit: cover;
}

.mySwiper .swiper-slide {
    width: 151px !important;
    height: 158px;
}

.main-product-slide__thumb {
	width: 78%;
}

.swiper-buttons {
	position: absolute;
	bottom: 72px;
	width: 100%;
}

.swiper-button-prev {
	left: 0;
}

.swiper-button-next {
	right: 0;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    content: '' !important;
}

/* Страница контакты */

.contacts-page__items {
  border-top: 1px solid #E0E0E0;
  border-left: 1px solid #E0E0E0;
  border-right: 1px solid #E0E0E0;
}

.contacts-page__left-item,
.contacts-page__right-item {
  display: flex;
}

.contacts-page__left-item:last-child {
  border-bottom: none
}

.contacts-page__right-item:last-child {
  border-bottom: none
}

.left-item__title,
.right-item__title {
  padding: 30px 20px;
  color: #828282;
  font-size: 18px;
  line-height: normal;
  border-right: 1px solid #E0E0E0;
  width: 100%;
  max-width: 250px;
  border-bottom: 1px solid #E0E0E0;
}

.left-item__text,
.right-item__text {
  padding: 30px 20px;
  width: 100%;
  color: #000;
  font-size: 18px;
  line-height: normal;
  border-bottom: 1px solid #E0E0E0;
}

.right-item__text a {
  color: #000;
}

.contacts-page__socials-links {
  height: 21px;
}

.contacts-page__tel-link {
  display: block;
  color: #000;
  font-size: 18px;
  line-height: normal;
  margin-bottom: 10px;
}

.contacts-page__inner {
	padding: 50px 0 100px 0
}

.table-content {
	overflow: auto;
}

.seo-text {
  padding: 90px 0;	
}

/* media */

@media (max-width: 950px) {
  .header .header__contacts {
    display: none;
  }
  .main__contacts {
    display: block;
  }
  .header__inner-bottom__inner {
    padding: 0;
  }
  .header__btn {
    display: none;
  }
  .main__contacts .header__btn {
    display: block;
    margin-top: 20px;
    padding: 16px 28px;
    font-size: 18px;
  }
  .product-page__item {
    flex-wrap: wrap;
	justify-content: center;
  }
}

@media (max-width: 690px) {
  .main__btn{
    display: block;
  }
  .main__btn-2 {
    display: block;
  }
  .header__btn-3 {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 32px;
  }
  .header__inner {
    flex-wrap: wrap;
  }
  .main {
    padding: 23px 0 40px 0;
  }
  .header .header__address {
    display: none;
  }
}

@media (max-width: 425px) {
  .seo-text {
	padding: 40px 0;	
  }
  .swiper-buttons-2 .swiper-button-prev {
    left: 39% !important;
  }
  .swiper-buttons-2 .swiper-button-next {
    right: 39% !important;
  }
  .gallery {
    padding: 40px 0;
  }
  .product-page {
    padding-bottom: 80px;
  }
  .product__description-item {
    margin-bottom: 20px;
  }
  .product__description-item h3 {
    font-size: 18px;
  }
  .product__description-item p {
    font-size: 16px;
  }
  .title-page {
    margin-bottom: 20px;
    font-size: 24px;
  }
  .product__btn-1,
  .product__btn-2 {
    padding: 16px 13px;
    font-size: 18px;
    line-height: 30px;
    width: 100%;
  }
  .product__btns {
    flex-wrap: wrap;
  }
  .header__inner-top::after {
    border-color: transparent #FF8040 #FF8040 #FF8040;
  }
  .advantages__item-content {
    flex-direction: column;
  }
  .about__img,
  .about__img-2 {
    max-width: 290px;
    width: 100%;
    height: 100%;
    max-height: 290px;
    object-fit: cover;
    margin-right: 0;
  }
  .about__img {
    margin-bottom: 30px;
  }
  .about__img-2 {
    transform: translateY(0);
  }
  .about__content-text {
    font-size: 16px;
  }
  .about {
    padding: 40px 0;
  }
  .goods {
    padding: 40px 0;
  }
  .main__contacts .header__btn {
    width: 100%;
    text-align: center;
  }
  .main__contacts {
    width: 100%;
  }
  .main__btn {
    padding: 16px;
    font-size: 18px;
  }
  .header__logo {
    font-size: 30px;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: -0.6px;
	width: 190px;
  }
  .header__email,
  .header__region {
    gap: 8px;
    font-size: 12px;
  }
  .main__inner-text {
    font-size: 12px;
    line-height: normal;
  }
  .main__title {
    font-size: 32px;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 8px;
  }
  .main {
    padding: 48px 0 39px 0;
    margin-bottom: 0;
  }
  .main__subtitle {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 140%;
  }
  .goods {
    padding: 40px 0 32px 0;
  }
  .title {
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 24px;
  }
  .goods__text {
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 140%;
  }
  .goods__item {
  
  }
  .goods__item-title {
    font-size: 24px;
    line-height: 32px;
  }
  .about {
    padding: 40px 0;
  }
  .table {
    padding: 16px 0 58px 0;
  }
  .table__text {
    padding-top: 32px;
  }
  .table__text h3 {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 32px;
  }
  .partners {
    padding: 48px 0;
    margin-top: 0;
  }
  .partners__title {
    text-align: left;
  }
  .advantages {
    padding: 40px 0;
  }
  .advantages__text {
    margin: 0px auto 32px auto;
  }
  .advantages__item-icon {
    margin-bottom: 8px;
  }
  .advantages__item-title {
    font-size: 18px;
    line-height: 140%;
  }
  .advantages__item-text {
    color: #555;
    font-size: 16px;
    line-height: 140%;
  }
  .advantages__item {
    margin-bottom: 32px;
  }
  .certificates {
    padding: 30px 0;
  }
  .form {
    padding: 40px 0;
  }
  .form__text {
    font-size: 16px;
    line-height: 140%;
  }
  .form__policy {
    font-size: 12px;
    line-height: normal;
  }
  .footer__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .footer .menu__link {
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
  }
  .footer .menu-item {
    margin-bottom: 12px;
  }
  .slick-slide {
    display: flex !important;
    justify-content: center;
  }
  .header__inner-right {
    gap: 0;
  }
  .page__title {
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.72px;
  }
  #breadcrumbs {
    margin-bottom: 30px;
  }
  #breadcrumbs a,
  #breadcrumbs span {
    font-size: 16px;
    line-height: normal;
  }
  .contacts {
    padding-top: 40px;
  }
  .contacts__items {
    margin-bottom: 48px;
  }
  .regions__item {
    width: 100%;
  }
  .footer {
    padding: 40px 0;
    background-color: #0C111D;
  }
}

/* ------------ burger menu ---------- */

@media (max-width: 1200px) {
  .header__top-item {
    align-items: center;
  }

  .menu-item+.menu-item {
    margin-left: 0;
  }

  .menu__link {
    color: #BABABA;
  }

  .menu__icon {
    z-index: 5;
    display: block;
    position: relative;
    width: 37px;
    height: 25px;
    cursor: pointer;
    right: 0;
  }

  .menu__icon._active {
    z-index: 6;
    display: block;
    position: relative;
    width: 37px;
    height: 25px;
    cursor: pointer;
    right: 15px;
    top: 75px;
  }

  .menu__icon span,
  .menu__icon::before,
  .menu__icon::after {
    left: 0;
    position: absolute;
    height: 4px;
    width: 100%;
    transition: all .3s ease 0s;
    background-color: #292D32;
    border-radius: 5px;
  }

  .menu__icon::before,
  .menu__icon::after {
    content: '';
  }

  .menu__icon::before {
    top: 0;
  }

  .menu__icon::after {
    bottom: 0;
  }

  .menu__icon span {
    top: 50%;
    transform: scale(1) translate(0px, -50%);
  }

  .menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #252525;
    padding: 130px 0 0 0;
    transition: left .3s ease 0s;
    overflow: auto;
  }

  .menu._active {
    left: 0;
    z-index: 5;
    background-image: url('assets/images/bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .menu__icon._active span {
    display: none;
  }

  .menu__icon._active::before {
    transform: translateY(0) rotate(-45deg);
    background-color: #6E6E6E;
    top: 10px;
  }

  .menu__icon._active::after {
    transform: translateY(0) rotate(45deg);
    background-color: #6E6E6E;
    bottom: 11px;
  }

  .menu__icon._active {
    position: fixed;
  }

  body.touch .menu__list {
    display: block;
    position: relative;
  }

  body.touch .menu__list>li {
    padding: 12px 0 12px 0;
    margin: 0;
    width: 100%;
  }

  .menu__link {
    display: block;
    padding-left: 25px;
  }

  .menu__arrow {
    margin-right: 20px;
  }

  .menu__list {
    display: block;
  }

  .menu__list>li {
    padding: 10px 0 10px 0;
    margin: 0;
    width: 100%;
  }

  body.touch .menu li {
    position: unset;
  }

  body.touch .sub-menu__list>li {
    box-shadow: none;
  }

  body.mouse .sub-menu__list {
    position: absolute;
    left: 80px;
    top: -35px;
    width: 240px;
    padding: 40px 0 0 50px;
    z-index: 10;
  }

  body.mouse .menu__list-item+.menu__list-item {
    margin-left: 0;
  }

  .header__inner-bottom--content {
    align-items: start;
  }
  
  .menu._active ul li {
    margin: 0;
  }
}

/* ------------ burger menu end ---------- */

@media (max-width: 550px) {
	.contacts-page__left-item,
	.contacts-page__right-item {
  		flex-wrap: wrap;
	}
	.left-item__title, 
	.right-item__title {
    	max-width: 100%;
		border-right: none;
	}
}

.breadcrumb_last {
  color: #FF5600 !important;
}

/* ---------- theme-modal-start ----------- */

.theme-modal__title {
  text-align: center;
  margin-bottom: 45px;
  color: #000;
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
}

.theme-modal__text {
  font-size: 14px;
  text-align: center;
  color: #000000;
  margin-bottom: 22px;
}

.wpcf7-not-valid-tip {
  margin-top: 5px;
}

.wpcf7 form .wpcf7-response-output {
  margin: 15px 0 5px 0;
  padding: 0;
  border: none;
  color: #dc3232;
}

.wpcf7 .ajax-loader {
  display: none;
}

.wpcf7 .wpcf7-spinner {
  display: none;
}

#footer .theme-modal {
  max-height: 90vh;
  background-color: #FAFAFA;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  pointer-events: none;
  transition: transform .3s ease-in;
  z-index: 9999;
  padding: 24px 50px;
  max-width: 580px;
  width: 91%;
}

#footer .theme-modal.modal-open {
  pointer-events: all;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

#footer .theme-modal .close-modal {
  position: absolute;
  right: 20px;
  top: 20px;
  display: block;
  cursor: pointer;
  width: 20px;
  height: 20px;
}

#footer .theme-modal .close-modal span {
  height: 2px;
  width: 100%;
  background-color: #D9D9D9;
  border-radius: 5px;
  transform: translateY(0) rotate(-45deg);
  position: absolute;
  content: '';
  top: 50%;
  transition: all .3s;
}

.close-modal::after {
  content: '';
  height: 2px;
  width: 100%;
  transition: all .3s ease 0s;
  background-color: #D9D9D9;
  border-radius: 5px;
  transform: translateY(0) rotate(45deg);
  position: absolute;
  top: 50%;
  transition: all .3s;
}

#footer .theme-modal .close-modal:hover span {
  background-color: #A63800;
}

#footer .theme-modal .close-modal:hover::after {
  background-color: #A63800;
}

.title-success {
  margin: 0;
}

@media (max-width: 425px) {
  #footer .theme-modal {
    padding: 30px 10px 24px 10px;
  }
  .theme-modal__title {
    margin-bottom: 13px;
    font-size: 27px;
  }
  .theme-modal__text {
    margin-bottom: 10px;
  }
  .form-btn-2 {
    margin: 0 0 10px 0;
  }
  #footer .theme-modal .close-modal {
    right: 13px;
    top: 13px;
  }
}

.form__input-2 {
	width: 100%;
	padding: 16px 20px;
	background-color: #fff;
	border: none;
	outline: none;
	border-radius: 5px;
	color: #000;
	font-size: 20px;
	font-weight: 400;
	line-height: 140%;
	margin-bottom: 10px;
}

.form-btn-2 {
	margin-top: 45px;
	background-color: #A63800;
	padding: 16px;
	width: 100%;
	display: block;
	text-align: center;
	color: #FFF;
	font-size: 20px;
	font-style: italic;
	font-weight: 700;
	line-height: 30px;
	border: none;
	outline: none;
	margin-bottom: 10px;
	cursor: pointer;
}

.form__policy-2 {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
}

/* ---------- theme-modal-end ----------- */

.content p {
	margin-bottom: 10px;
}

.content img {
	margin: 30px 0;
}
.wp-block-table thead {
    border-bottom: 0;
}
.wp-block-table table {
	margin:10px 0;
}







