/*
Theme Name: Porto
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive Wordpress Multi Purpose + eCommerce Theme.
Version: 7.9.0
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: woocommerce, business, corporate, e-commerce, blog, news, education, food-and-drink, portfolio, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready, block-styles, custom-background, custom-colors, custom-header, custom-logo, footer-widgets, template-editing, grid-layout, one-column, wide-blocks
Text Domain: porto
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

:root {
  --color-orange: #ffa023;
  --color-black: #090913;
  --color-white: #ffffff;
  --color-zircon: #f8fbff;
  --color-black-w-o-6: rgba(9, 9, 19, .6);
  --color-black-w-o-8: rgba(9, 9, 19, .8);
  --color-orange-w-o: rgba(255, 160, 35, .8);
}

html {
  scroll-behavior: smooth !important;
}

body {
  font-family: 'Poppins', sans-serif;
  color: var(--color-black-w-o-8);
  font-size: 18px;
  line-height: 160%;
  background-color: var(--color-white);
}

a {
  text-decoration: none;
}

/* Reset theme styles */
.main-content {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
}

/* Reset theme styles END */

.grecaptcha-badge {
  visibility: hidden;
}

html #topcontrol:hover {
  color: var(--color-orange);
}

.overflow-v {
  overflow: visible !important;
}

.btn-reset button,
.btn-reset a {
  border: none !important;
  padding: 0 !important;
  background: transparent !important;
  cursor: pointer !important;
}

.btn-reset button:focus,
.btn-reset a:focus,
.btn-reset button:active,
.btn-reset a:active {
  border: none !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-suptitle {
  position: relative;
  align-self: flex-start;
  display: inline-block;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.25em;
  color: var(--color-orange-w-o);
  text-transform: uppercase;
  margin-bottom: 15px;
}

.main-suptitle::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 15px);
  display: block;
  width: 248px;
  height: 1px;
  background-color: var(--color-black);
}

.main-title {
  font-family: 'Gotham Pro', sans-serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 120%;
  color: var(--color-black);
  margin-bottom: 30px;
}

.main-descr {
  font-size: 18px;
  line-height: 160%;
  color: var(--color-black-w-o-6);
  margin-bottom: 35px;
}

.main-btn {
  margin-bottom: 0;
}

.main-btn button,
.main-btn a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 500 !important;
  font-size: 20px !important;
  line-height: 160% !important;
  background-color: var(--color-orange) !important;
  color: var(--color-white) !important;
  padding: 15px 30px 15px !important;
  border-radius: 5px !important;
  transition: all .2s ease-in-out;
}

.main-btn button:hover,
.main-btn a:hover,
.custom-submit-btn:hover {
  background-color: var(--color-orange-w-o) !important;
}

.secondary-title {
  font-family: 'Gotham Pro', sans-serif;
  font-weight: 500;
  font-size: 45px;
  line-height: 130%;
  color: var(--color-black);
  margin-bottom: 20px;
}

.secondary-title span {
  color: var(--color-orange);
}

.centered-suptitle {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.25em;
  color: var(--color-orange-w-o);
  margin-bottom: 15px;
}

.centered-title {
  position: relative;
  display: block;
  text-align: center;
  font-family: 'Gotham Pro', sans-serif;
  font-weight: 500;
  font-size: 45px;
  line-height: 130%;
  color: var(--color-black);
  margin-bottom: 85px;
}

.centered-title::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 458px;
  height: 1px;
  background-color: var(--color-black);
}

.reverse-suptitle {
  align-self: flex-end;
  text-align: right;
}

.reverse-suptitle::after {
  left: auto;
  right: calc(100% + 15px);
}

.reverse-title {
  text-align: right;
}

.reverse-descr {
  text-align: right;
}

.view-link {
  margin-bottom: 0;
}

.view-link a,
.view-link button {
  position: relative;
  font-size: 18px !important;
  line-height: 160% !important;
  color: var(--color-orange) !important;
  padding-right: 17px !important;
  background-image: url('/wp-content/uploads/2022/02/angle-right.svg') !important;
  background-position: center right !important;
  background-repeat: no-repeat !important;
  background-size: 7px 13px !important;
  transition: all .2s ease-in-out;
  border-radius: 0 !important;
  overflow: visible !important;
}

.view-link a:hover,
.view-link button:hover {
  background-position: center right 3px !important;
}

.rounded-decor {
  position: relative;
}

.rounded-decor:before {
  content: '';
  position: absolute;
  display: block !important;
  width: 198px;
  height: 198px;
  background-image: url('/wp-content/uploads/2022/02/ornament-round-orange.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 198px;
}

.dotted-decor {
  position: relative;
}

.dotted-decor:before {
  content: '';
  position: absolute;
  display: block !important;
  width: 214px;
  height: 212px;
  background-image: url('/wp-content/uploads/2022/02/ornament-dotted-orange.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 214px 212px;
}

.gray-circle-decor {
  position: relative;
}

.gray-circle-decor:before {
  content: '';
  position: absolute;
  display: block !important;
  width: 411px;
  height: 411px;
  background-image: url('/wp-content/uploads/2022/02/ornament-gray-circle.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 411px 411px;
  transform: rotate(-34deg);
}

.brands:before,
.about-us-certificates:before,
.contacts::before,
.other-categories::before,
.other-brands::before,
.other-products::before {
  bottom: 0;
  left: 0;
  transform: rotate(-34deg) translate(-35%, 0%);
}

.other-brand-item-image:hover {
  transform: translateY(-5px);
}

/* Custom styles */
.bounce-loader .bounce1,
.bounce-loader .bounce2,
.bounce-loader .bounce3 {
  background-color: var(--color-orange);
  box-shadow: none !important;
}

/* #header.sticky-header .header-main .container {
min-height: 80px;
} */

#header.sticky-header .header-main.sticky {
  border: none !important;
}

.fixed-header #header .header-main {
  background-color: transparent;
}

.fixed-header #header .header-main .header-left,
.fixed-header #header .header-main .header-right,
.fixed-header #header .header-main .header-center {
  padding-top: 30px;
  padding-bottom: 30px;
}

#header .main-menu>li.menu-item {
  margin-right: 20px;
}

#header .main-menu>li.menu-item>a {
  text-transform: none !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: var(--color-black-w-o-6);
  padding: 10px;
}

#header .main-menu>li.menu-item.active.current_page_item>a {
  color: var(--color-black-w-o-6) !important;
}

#header .main-menu>li.menu-item.active>a,
#header .main-menu>li.menu-item.active:hover>a,
#header .main-menu>li.menu-item:hover>a {
  background-color: transparent !important;
  color: var(--color-orange) !important;
}

#header .main-menu .narrow ul.sub-menu {
  border: none !important;
  padding: 0 0;
}

#header .main-menu .narrow li.menu-item>a {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: var(--color-black-w-o-6);
}

#header .header-contact {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: var(--color-black-w-o-8);
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

.header-main .header-contact a.phone-link {
  color: var(--color-black-w-o-8);
  padding-left: 35px;
  background-image: url('/wp-content/uploads/2022/02/icon-phone.svg');
  background-repeat: no-repeat;
  background-size: 19px;
  background-position: left center;
}

.intro {
  padding-top: 225px;
  padding-bottom: 75px;
  background: linear-gradient(105deg, var(--color-zircon) 62.5%, transparent 37.5%);
}

.intro-carousel,
.intro-carousel .owl-stage-outer {
  margin-bottom: 0 !important;
}

.intro-carousel .main-descr {
  margin-bottom: 35px;
}

.intro-carousel .owl-nav {
  position: absolute !important;
  max-width: 155px !important;
  width: 100% !important;
  height: 70px;
  top: auto !important;
  bottom: 11px;
  right: 0;
}

.intro-carousel .owl-prev,
.intro-carousel .owl-next {
  margin: 0 !important;
  width: 70px !important;
  height: 70px !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 70px !important;
  background-color: transparent !important;
}

.intro-carousel .owl-prev {
  margin-right: 15px !important;
  background-image: url('/wp-content/uploads/2022/02/icon-round-arrow-left.svg') !important;
}

.intro-carousel .owl-next {
  background-image: url('/wp-content/uploads/2022/02/icon-round-arrow-right.svg') !important;
}

.intro-carousel .owl-prev:before,
.intro-carousel .owl-next:before {
  display: none !important;
}

.intro-wrapper:before {
  top: 0;
  right: 0;
  transform: translate(40%, -35%);
}

.intro-carousel-image img {
  border-radius: 10px;
}

.about-us {
  padding-top: 160px;
  padding-bottom: 150px;
}

.about-us::before {
  display: none !important;
}

.about-us-image-front {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  transform: translate(-12.5%, 140px);
  margin-bottom: 0;
}

.about-us-image-back {
  margin-bottom: 0;
  z-index: 1;
  transform: translate(-5%, 15%);
}

.about-us-image-back:before {
  left: 0;
  bottom: 0;
  transform: translate(-42.5%, 20%);
}

.about-us-image-front img,
.about-us-image-back img {
  border-radius: 10px;
}

.why-us {
  padding-top: 50px;
  padding-bottom: 70px;
}

.why-us:before {
  right: 0;
  top: 0;
  transform: rotate(-34deg) translate(55%, -30%);
}

.why-us-item {
  padding-left: 145px;
  background-position: left 15px top;
  background-repeat: no-repeat;
  background-size: 100px;
}

.why-us-item.icon-car {
  background-image: url('/wp-content/uploads/2022/02/icon-car.svg');
}

.why-us-item.icon-hand {
  background-image: url('/wp-content/uploads/2022/02/icon-hand.svg');
}

.why-us-item.icon-people {
  background-image: url('/wp-content/uploads/2022/02/icon-people.svg');
}

.why-us-item-title {
  margin-bottom: 0;
  font-family: 'Gotham Pro', sans-serif;
  font-weight: 700;
  font-size: 45px;
  line-height: 140%;
  color: var(--color-black);
}

.why-us-item-text {
  margin-bottom: 0;
  font-family: 'Gotham Pro', sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 140%;
  color: var(--color-black-w-o-6);
}

.product-categories {
  padding-top: 70px;
  padding-bottom: 170px;
}

.product-categories-wrapper {
  max-width: 750px;
}

.product-categories-wrapper::before {
  left: 100%;
  top: -15px;
  transform: translateX(75%);
}

.product-categories .main-descr {
  margin-bottom: 50px;
  max-width: 85%;
}

.product-categories-image {
  margin-bottom: 0;
}

.product-categories-image img {
  border-radius: 10px;
}

.product-categories-item-content {
  text-align: center;
  position: absolute;
  max-width: 300px;
  width: 100%;
  padding: 22px 25px 20px;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--color-zircon);
  top: 100%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  box-shadow: 0px 4px 64px rgba(0, 0, 0, 0.13);
  border-radius: 10px;
}

.product-categories-item-title {
  font-family: 'Gotham Pro', sans-serif;
  font-weight: 500;
  font-size: 25px;
  line-height: 140%;
  color: var(--color-black);
  margin-bottom: 12px;
}

.brands {
  padding-top: 100px;
  padding-bottom: 110px;
}

.brands-row-wrapper:before {
  bottom: 0;
  left: 0;
  transform: translate(-50%, 55%);
}

.brands-row-wrapper-2:before {
  bottom: 0;
  right: 0;
  transform: translate(175%, 25%);
}

.brand-item {
  max-width: 47.5%;
  margin: 0 auto 30px;
  box-shadow: 0px 36px 64px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 65px 50px 35px 65px;
  background-color: var(--color-zircon);
}

.brand-item-image {
  margin-bottom: 35px;
}

.brand-item-text {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: var(--color-black-w-o-8);
}

.brand-item-text p:not(:last-child) {
  margin-bottom: 15px;
}

.partners {
  padding-top: 75px;
  padding-bottom: 70px;
  background-color: var(--color-zircon);
}

.partners .centered-title::after {
  width: 250px;
}

.partner-item-image img {
  max-height: 120px;
  width: auto !important;
}

#footer {
  padding-top: 95px;
  padding-bottom: 40px;
  background-color: var(--color-orange);
}

#footer p,
#footer a:not(.btn) {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  color: var(--color-white);
}

.custom-footer-top {
  margin-bottom: 30px !important;
}

.custom-footer-logo {
  margin-bottom: 24px;
}

.custom-footer-logo img {
  max-width: 200px;
}

.custom-footer-info-text {
  margin-bottom: 0;
}

.custom-footer-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: var(--color-white);
  margin-bottom: 25px;
}

.custom-footer-menu {
  margin-bottom: 0;
}

.custom-footer-menu ul li {
  margin-bottom: 8px;
}

.custom-footer-сontacts ul li {
  margin-bottom: 20px;
}

.custom-footer-сontacts .contact-item {
  display: inline-block;
  padding-left: 40px;
  background-position: left center;
  background-size: 24px;
  background-repeat: no-repeat;
}

.custom-footer-сontacts .contact-item.company-address {
  background-image: url('/wp-content/uploads/2022/02/icon-address.svg');
}

.custom-footer-сontacts .contact-item.company-phone {
  background-image: url('/wp-content/uploads/2022/02/icon-phone-white.svg');
}

.custom-footer-сontacts .contact-item.company-email {
  background-image: url('/wp-content/uploads/2022/02/icon-email.svg');
}

.custom-footer-soc-links {
  margin-bottom: 0;
}

.custom-footer-soc-links .soc-link {
  display: inline-block
}

.custom-footer-soc-links .soc-link:not(:last-child) {
  margin-right: 16px;
}

.custom-footer-copyrights {
  text-align: right !important;
  margin-bottom: 0;
}


/* About us page */

.about-us-intro {
  padding-top: 220px;
  padding-bottom: 100px;
  min-height: 580px;
  background-image: url('/wp-content/uploads/2022/02/about-us-intro-bg.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-us-intro-suptitle {
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.25em;
  color: var(--color-orange-w-o);
  margin-bottom: 15px;
}

.about-us-intro-title {
  text-transform: uppercase;
  position: relative;
  font-family: 'Gotham Pro', sans-serif;
  font-weight: 700;
  font-size: 65px;
  line-height: 130%;
  color: var(--color-white);
}

.about-us-intro-title::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 550px;
  height: 1px;
  background-color: var(--color-white);
}

.about-us-team-company {
  padding-top: 50px;
  padding-bottom: 100px;
}

.about-us-team-company img {
  border-radius: 10px;
}

.about-us-team-company-text {
  max-width: 750px;
  margin: 0 auto 125px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  text-align: center;
  color: var(--color-black-w-o-6);
}

.about-us-company {
  margin-bottom: 250px !important;
}

.about-us-company-image-front {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  transform: translate(-12.5%, -10%);
  margin-bottom: 0;
}

.about-us-company-image-back {
  margin-bottom: 0;
  z-index: 1;
  transform: translate(-5%, 22.5%);
}

.about-us-company-image-back:before {
  left: 0;
  bottom: 0;
  transform: translate(-42.5%, 20%);
}

.about-us-team::before {
  right: 0;
  top: 0;
  transform: rotate(-34deg) translate(72.5%, -60%);
}

.about-us-team-image-front {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  transform: translate(10%, -10%);
  margin-bottom: 0;
}

.about-us-team-image-back {
  margin-bottom: 0;
  z-index: 1;
  transform: translate(15%, 0.5%);
}

.about-us-team-image-back:before {
  left: 0;
  bottom: 0;
  transform: translate(102.5%, 15%)
}

.about-us-certificates {
  padding-top: 50px;
  padding-bottom: 110px;
}

.about-us-certificates-wrapper {
  max-width: 825px;
}

.about-us-certificates-wrapper .main-descr {
  max-width: 85%;
}

.about-us-certificates-carousel,
.about-us-certificates-carousel .owl-stage-outer {
  margin-bottom: 0 !important;
}

.about-us-certificates-carousel.owl-carousel.show-nav-title .owl-nav {
  margin-top: 0 !important;
  top: -74px;
  position: absolute !important;
  max-width: 150px !important;
  width: 100% !important;
  height: 51px;
}

.about-us-certificates-carousel.owl-carousel.show-nav-title .owl-prev,
.about-us-certificates-carousel.owl-carousel.show-nav-title .owl-next {
  margin: 0 !important;
  padding: 0 !important;
  width: 50px !important;
  height: 51px !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 50px 51px !important;
  background-color: transparent !important;
}

.about-us-certificates-carousel.owl-carousel.show-nav-title .owl-prev,
.about-us-certificates-carousel.owl-carousel.show-nav-title .owl-prev:hover,
.about-us-certificates-carousel.owl-carousel.show-nav-title .owl-prev:active {
  margin-right: 50px !important;
  left: 0 !important;
  background-image: url('/wp-content/uploads/2022/02/icon-round-angle-left.svg') !important;
}

.about-us-certificates-carousel.owl-carousel.show-nav-title .owl-next,
.about-us-certificates-carousel.owl-carousel.show-nav-title .owl-next:hover,
.about-us-certificates-carousel.owl-carousel.show-nav-title .owl-next:active {
  background-image: url('/wp-content/uploads/2022/02/icon-round-angle-right.svg') !important;
}

.about-us-certificates-carousel .owl-prev:before,
.about-us-certificates-carousel .owl-next:before {
  display: none !important;
}

/* END About us page */


/* Contacts page */
.contacts {
  padding-top: 225px;
  padding-bottom: 50px;
  background: linear-gradient(105deg, var(--color-zircon) 62.5%, transparent 37.5%);
}

.contacts-map {
  position: relative;
  transform: translateX(5%);
  margin-bottom: 0;
  border: 1px solid var(--color-black-w-o-8);
  box-shadow: 0px 36px 64px rgba(0, 0, 0, 0.13);
  padding: 2.5px;
  border-radius: 10px;
}

/* END Contacts Page*/


/* Form styles */
.custom-input-item:not(:last-child) {
  margin-bottom: 30px;
}

.custom-form-input-title {
  display: block;
  padding-left: 10px;
  font-family: 'Gotham Pro', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: var(--color-black-w-o-8);
  margin-bottom: 10px;
}

.custom-form-input {
  background-color: var(--color-zircon) !important;
  border: 1px solid var(--color-black-w-o-8) !important;
  display: block !important;
  width: 100% !important;
  color: var(--color-black) !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  font-family: 'Poppins', sans-serif !important;
  border-radius: 10px !important;
  padding: 15px 18px !important;
  min-height: 60px !important;
  line-height: 1 !important;
  resize: none;
}

.custom-submit-btn {
  display: inline-flex;
  align-items: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 160%;
  color: var(--color-white);
  border: none !important;
  padding: 15px 30px 15px !important;
  background: var(--color-orange) !important;
  cursor: pointer !important;
  border-radius: 10px;
  margin-top: 35px;
}

.porto-modal-content {
  overflow: hidden;
  max-width: 670px;
  margin: 0 auto;
  background-color: var(--color-zircon);
  padding: 40px;
  border-radius: 10px;
}

.porto-modal-content .custom-submit-btn {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

/* END Form styles */


/* Category page */
.category-intro {
  min-height: 530px;
  padding-top: 225px;
  padding-bottom: 60px;
  background: linear-gradient(105deg, var(--color-zircon) 62.5%, transparent 37.5%);
}

.category-intro-image-wrapper::before {
  right: 0;
  bottom: 0;
  transform: translate(20%, 15%);
}

.category-intro .main-title,
.category-intro-image,
.brand-intro-image {
  margin-bottom: 0;
}

.category-intro-image img {
  border-radius: 10px;
}

.custom-filter {
  padding-top: 50px;
  padding-bottom: 85px;
}

.custom-filter::before {
  right: 0;
  top: 0;
  transform: rotate(-34deg) translate(-8%, 60%);
}

.custom-filter-categories-wrapper::before {
  left: 0;
  top: 0;
  transform: translate(-50%, 341%);
}

.custom-filter-content-wrapper::before {
  right: 0;
  bottom: 0;
  transform: translate(50%, 10%);
}

.porto-sort-filters ul {
  padding-left: 160px;
}

.porto-sort-filters ul::before {
  content: 'Категории:';
  position: absolute;
  top: 0;
  left: 15px;
  font-family: 'Gotham Pro', sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 130%;
  color: var(--color-black);
}

.porto-sort-filters ul>li:not(:last-child) {
  margin-right: 50px;
}

.porto-sort-filters ul>li {
  margin-bottom: 15px;
}

.porto-sort-filters ul>li>a {
  padding: 0;
  font-family: 'Gotham Pro', sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 130%;
  color: var(--color-black);
}

.porto-sort-filters ul>li.active>a,
.porto-sort-filters ul>li>a:hover,
.porto-sort-filters ul>li>a:focus,
.porto-sort-filters ul>li>a:active {
  background-color: transparent !important;
  color: var(--color-orange) !important;
}

.porto-sort-container {
  margin-top: 15px;
}

.porto-sort-item {
  margin-bottom: 30px;
  min-height: 400px !important;
  height: auto !important;
}

.filter-content-item {
  width: 100%;
  margin: auto;
  min-height: 400px !important;
  height: auto !important;
  background-color: var(--color-zircon);
  border: 1px solid var(--color-black);
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 10px;
}

.filter-content-item-image {
  margin-bottom: 0;
}

.filter-content-item-image img {
  border-radius: 10px;
}

.filter-content-item-text-wrapper {
  padding-left: 5px;
}

.filter-content-item-text-wrapper>div {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.filter-content-item-text-wrapper .main-btn {
  margin-top: auto;
}

.filter-content-item-title {
  font-family: 'Gotham Pro', sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
  color: var(--color-black);
  margin-bottom: 0;
}

.filter-content-item-subtitle {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  color: var(--color-black-w-o-8);
  margin-bottom: 5px;
}

.filter-content-item-text {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: var(--color-black-w-o-8);
  margin-bottom: 12px;
}

.filter-content-item-text p {
  margin-bottom: 3px;
}

.category-benefits {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: rgba(255, 160, 35, .5);
}

.category-benefits .secondary-title {
  margin-bottom: 30px;
}

.category-benefits-text {
  margin-bottom: 0;
}

.other-categories {
  padding-top: 110px;
  padding-bottom: 200px;
}


.other-categories-wrapper {
  max-width: 660px;
}

.other-categories-wrapper::before {
  left: 100%;
  top: -15px;
  transform: translateX(100%);
}

.other-categories-wrapper .main-descr {
  margin-bottom: 60px;
}

/* END Category page */

/* Brand page */

.brand-intro {
  min-height: 530px;
  padding-top: 225px;
  padding-bottom: 60px;
  background: linear-gradient(105deg, var(--color-zircon) 62.5%, transparent 37.5%);
}

.brand-intro-text-wrapper .main-suptitle,
.brand-intro-text-wrapper .main-title {
  margin-bottom: 35px;
}

.brand-intro-text-wrapper .main-descr,
.brand-intro-image-wrapper,
.benefits-cert-image {
  margin-bottom: 0;
}

.brand-intro-text-wrapper .main-descr:not(:last-child) {
  margin-bottom: 15px;
}

.brand-benefits {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: rgba(255, 160, 35, .5);
}

.benefits-cert-image img {
  box-shadow: 0px 36px 64px rgba(0, 0, 0, 0.13)
}

.other-brands {
  padding-top: 110px;
  padding-bottom: 110px;
}

.other-brands-wrapper {
  max-width: 660px;
}

.other-brands-wrapper::before {
  left: 100%;
  top: -15px;
  transform: translateX(100%);
}

.other-brands-wrapper .main-descr {
  margin-bottom: 60px;
}

.other-brand-item {
  width: 23.5%;
  margin: 0 auto;
  background-color: var(--color-zircon);
  box-shadow: 0px 36px 64px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 75px 45px;
}

.other-brand-item-image {
  transition: transform .2s ease-in-out;
  margin-bottom: 0;
}

/* END Brand page */

/* Product page */

.product-intro {
  min-height: 600px;
  padding-top: 175px;
  padding-bottom: 50px;
  background: linear-gradient(105deg, var(--color-zircon) 62.5%, transparent 37.5%);
}

.product-intro:before {
  bottom: 0;
  right: 0;
  transform: rotate(-34deg) translate(15%, 40%);
}

.product-intro-image {
  margin-bottom: 0;
}

.product-intro-image img {
  border-radius: 10px;
}

.product-intro-title {
  font-family: 'Gotham Pro', sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 140%;
  color: #090913;
  margin-bottom: 5px;
}

.product-intro-subtitle {
  margin-bottom: 10px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 160%;
  color: var(--color-black-w-o-8);
}

.product-intro-text {
  margin-bottom: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: var(--color-black-w-o-8);
}

.product-intro-text p:not(:last-child) {
  margin-bottom: 5px;
}

.product-descr {
  padding-top: 50px;
  padding-bottom: 120px;
}

.product-descr-text {
  margin-bottom: 0;
}

.product-descr-text p:not(:last-child) {
  margin-bottom: 35px;
}

.product-descr-images-wrapper img {
  border-radius: 10px;
}

.product-descr-image-front {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  transform: translate(15%, 0);
  margin-bottom: 0;
}

.product-descr-image-back {
  margin-bottom: 0;
  z-index: 1;
  transform: translate(20%, 10%);
}

.product-descr-image-back:before {
  left: 0;
  bottom: 0;
  transform: translate(-40%, 20%);
}

.other-products {
  padding-top: 50px;
  padding-bottom: 110px;
}

.other-products-wrapper {
  max-width: 825px;
}

.other-products-wrapper .main-descr {
  max-width: 85%;
}

.other-products-carousel,
.other-products-carousel .owl-stage-outer {
  margin-bottom: 0 !important;
}

.other-products-carousel.owl-carousel.show-nav-title .owl-nav {
  margin-top: 0 !important;
  top: -74px;
  display: block !important;
  position: absolute !important;
  max-width: 150px !important;
  width: 100% !important;
  height: 51px;
}

.other-products-carousel.owl-carousel.show-nav-title .owl-prev,
.other-products-carousel.owl-carousel.show-nav-title .owl-next {
  margin: 0 !important;
  padding: 0 !important;
  width: 50px !important;
  height: 51px !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 51px !important;
  background-color: transparent !important;
}

.other-products-carousel.owl-carousel.show-nav-title .owl-prev,
.other-products-carousel.owl-carousel.show-nav-title .owl-prev:hover,
.other-products-carousel.owl-carousel.show-nav-title .owl-prev:active {
  margin-right: 50px !important;
  left: 0 !important;
  background-image: url('/wp-content/uploads/2022/02/icon-round-angle-left.svg') !important;
}

.other-products-carousel.owl-carousel.show-nav-title .owl-next,
.other-products-carousel.owl-carousel.show-nav-title .owl-next:hover,
.other-products-carousel.owl-carousel.show-nav-title .owl-next:active {
  background-image: url('/wp-content/uploads/2022/02/icon-round-angle-right.svg') !important;
}

.other-products-carousel .owl-prev:before,
.other-products-carousel .owl-next:before {
  display: none !important;
}

.other-products-item {
  padding: 15px;
  background-color: var(--color-zircon);
  border-radius: 10px;
  border: 1px solid var(--color-black)
}

.other-products-item-content {
  padding: 0;
}

.other-products-item-image {
  margin-bottom: 15px !important;
}

.other-products-item-image img {
  border-radius: 10px;
  height: 210px;
  object-fit: cover;
}

.other-products-item-title {
  min-height: 62px;
  font-family: 'Gotham Pro', sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
  color: var(--color-black);
  margin-bottom: 0;
}

.other-products-item-subtitle {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  color: var(--color-black-w-o-8);
  margin-bottom: 15px;
}

/* END Product page */

.care-section {
  padding-top: 170px;
  padding-bottom: 50px;
}

.care-section-title {
  margin-bottom: 50px;
}

.care-section-text p,
.care-section-text ul li,
.care-section-image {
  margin-bottom: 15px !important;
}

.care-section-gallery-image {
  margin-bottom: 30px;
}

.care-section-gallery-image img,
.care-section-image img {
  border-radius: 10px;
}

.care-film-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: rgba(246, 246, 246, 0.75);
}

.care-film-section .secondary-title {
  color: #e31e24;
  font-size: 38px;
  margin-bottom: 35px;
}

.care-film-section-image {
  margin-bottom: 0;
}

.care-film-section-image img {
  border-radius: 10px;
}

@media(max-width: 991px) {

  #header .mobile-toggle i,
  #side-nav-panel .side-nav-panel-close i {
    display: none !important;
  }

  .reverse-column {
    flex-direction: column-reverse !important;
  }

  .mobile-menu-bottom-content {
    margin-top: 25%;
    text-align: center;
  }

  .mobile-menu-phone-link {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: var(--color-black-w-o-8);
    padding-left: 35px;
    background-image: url('/wp-content/uploads/2022/02/icon-mobile-phone-white.svg');
    background-repeat: no-repeat;
    background-size: 19px;
    background-position: left center;
  }

  .mobile-menu-phone-link:hover,
  .mobile-menu-phone-link:active,
  .mobile-menu-phone-link:focus {
    color: var(--color-black-w-o-8);
    text-decoration: none;
  }

  .mobile-menu-bottom-content .custom-footer-soc-links {
    margin-top: 40px;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }

  .mobile-menu-bottom-content .custom-footer-soc-links>div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }

  .mobile-menu-bottom-content .custom-footer-soc-links .soc-link:not(:last-child) {
    margin-bottom: 0;
    margin-right: 16px;
  }

  #header .logo,
  #side-nav-panel .logo {
    max-width: 175px !important;
  }

  html.panel-opened .page-wrapper,
  html.panel-opened #header.sticky-header .header-main.sticky {
    right: auto !important;
  }

  .intro-slide-text-content,
  .intro-slide-image-content {
    width: 100%;
  }

  #header .mobile-toggle {
    padding: 0;
    display: inline-block;
    width: 35px;
    height: 23px;
    background-image: url('/wp-content/uploads/2022/02/mobile-menu-icon.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 35px 23px;
    margin: 8px 0 8px 40px;
    line-height: 1;
    border-radius: 0;
    background-color: transparent;
    color: var(--color-black-w-o-8);
  }

  html.panel-opened #side-nav-panel {
    transform: translateX(0);
  }

  #side-nav-panel.panel-right {
    transform: translateX(100%);
  }

  #side-nav-panel {
    width: 100%;
    padding: 30px 30px;
    background-color: var(--color-orange);
  }

  #side-nav-panel .side-nav-panel-close {
    top: 33px;
    right: 33px;
    display: inline-block;
    width: 27px;
    height: 27px;
    background-image: url('/wp-content/uploads/2022/02/mobile-menu-close-icon.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 27px;
    text-decoration: none;
    padding: 0;
    line-height: 1;
  }

  #side-nav-panel .menu-wrap {
    position: relative;
    padding: 0;
    margin: 0;
    display: inline-block;
    margin-top: 25%;
    max-width: 320px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
  }

  #side-nav-panel .accordion-menu li:not(:last-child) {
    margin-bottom: 40px;
    border: none;
  }

  #side-nav-panel .accordion-menu ul.sub-menu li:not(:last-child) {
    margin-bottom: 15px;
  }

  #side-nav-panel .accordion-menu li.menu-item>a {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 160%;
    color: var(--color-white);
    padding: 0;
    margin: 0;
    text-transform: none !important;
  }

  #side-nav-panel .accordion-menu ul.sub-menu a {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 160%;
  }

  #side-nav-panel .accordion-menu li.menu-item.active>a {
    background-color: transparent;
  }

  #side-nav-panel .accordion-menu li.menu-item>.sub-menu li {
    margin-top: 10px;
  }

  #side-nav-panel .accordion-menu .arrow {
    position: absolute;
    width: 36px;
    height: 36px;
    top: 10px;
    right: auto;
    left: calc(100% + 15px);
    line-height: 36px;
    font-size: 20px;
  }
}

@media(min-width: 768px) and (max-width: 991px) {
  .page-wrapper {
    overflow-x: hidden !important;
  }

  .rounded-decor:before {
    width: 120px;
    height: 120px;
    background-size: 120px;
  }

  .dotted-decor:before {
    width: 108px;
    height: 106px;
    background-size: 108px 106px;
  }

  .gray-circle-decor:before {
    width: 250px;
    height: 250px;
    background-size: 250px 250px;
  }

  .main-suptitle,
  .centered-suptitle {
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 5px;
  }

  .main-suptitle::after {
    width: 150px;
  }

  .main-title {
    font-size: 60px;
    line-height: 120%;
    margin-bottom: 15px;
  }

  .secondary-title {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .centered-title {
    font-size: 30px;
    margin-bottom: 60px;
  }

  .centered-title::after {
    width: 200px !important;
    bottom: -10px;
  }

  .main-descr {
    font-size: 16px;
    line-height: 160%;
  }

  .main-btn a,
  .main-btn button {
    padding: 13px 30px 13px !important;
    font-size: 18px !important;
  }

  .view-link a,
  .view-link button {
    font-size: 14px !important;
    padding-right: 13px !important;
    background-size: 4px 9px !important;
  }

  .brands:before,
  .about-us-certificates:before,
  .contacts::before,
  .other-categories::before,
  .other-brands::before,
  .other-products::before {
    transform: rotate(152.5deg) translate(40%, -2.5%);
  }

  .about-us-team::before {
    display: none !important;
  }

  .custom-filter {
    overflow: visible !important;
  }

  .custom-filter::before {
    transform: rotate(-37.5deg) translate(50%, -35%);
  }

  .custom-filter-categories-wrapper::before {
    transform: translate(0%, 600%);
  }

  .custom-filter-content-wrapper::before {
    transform: translate(10%, 10%);
  }

  .product-intro:before {
    transform: rotate(-34deg) translate(-5%, 40%);
  }

  .intro {
    padding-top: 175px;
    padding-bottom: 100px;
    background: linear-gradient(100deg, var(--color-zircon) 72.5%, transparent 27.5%);
  }

  .intro-wrapper:before {
    transform: translate(35%, -25%);
  }

  .intro-wrapper {
    max-width: 545px;
    margin: 0 auto;
  }

  .intro-slide-text-content {
    margin-top: 75px;
  }

  .intro-carousel .owl-nav {
    bottom: 55%;
    transform: translate(0%, 12.5%);
  }

  .about-us {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .about-us::before {
    display: block !important;
    right: 0;
    top: 0;
    transform: rotate(-34deg) translate(65%, -40%);
  }

  .about-us-image-front,
  .about-us-image-back {
    max-width: 280px;
  }

  .about-us-image-front {
    transform: translate(15%, -7.5%);
  }

  .about-us-image-back {
    transform: translate(20%, 15%);
  }

  .about-us-image-back:before {
    transform: translate(-42.5%, -20%);
  }

  .why-us {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .why-us::before {
    top: 0;
    left: 0;
    display: block !important;
    transform: rotate(-34deg) translate(-85%, 50%);
  }

  .why-us-item.icon-car,
  .why-us-item.icon-hand,
  .why-us-item.icon-people {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 85px;
    background-size: 50px;
    background-position: left 15px top 10px;
  }

  .why-us-item.icon-people {
    margin-top: 50px;
  }

  .why-us-item-title {
    font-size: 40px;
  }

  .why-us-item-text {
    font-size: 20px;
  }

  .product-categories {
    padding-top: 40px;
    padding-bottom: 130px;
  }

  .product-categories-wrapper {
    max-width: 525px;
  }

  .product-categories-wrapper::before {
    top: 0;
  }

  .product-categories .main-descr {
    max-width: 100%;
  }

  .product-categories-item-content {
    padding: 8px 12px;
    max-width: 175px;
  }

  .product-categories-item-title {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .brands {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .brand-item {
    padding: 30px 30px 25px 30px;
  }

  .brand-item-image {
    margin-bottom: 25px;
  }

  .brand-item-image img {
    width: auto;
    max-height: 60px;
  }

  .brand-item-text {
    font-size: 16px;
  }

  .partners {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  #footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer-company-info,
  .footer-contacts-info {
    width: 50%;
    margin-bottom: 50px;
  }

  .footer-pages-links,
  .footer-brands-links,
  .footer-categories-links {
    width: 30%;
    margin-bottom: 50px;
  }


  /* About us page */
  .about-us-intro-suptitle {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .about-us-intro-title {
    font-size: 60px;
  }

  .about-us-intro-title::after {
    width: 425px;
  }

  .about-us-team-company {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .about-us-team-company-text {
    max-width: 675px;
    font-size: 16px;
    margin-bottom: 60px;
  }

  .about-us-company {
    margin-bottom: 60px !important;
  }

  .about-us-company .main-descr {
    font-size: 18px;
  }

  .about-us-company-images img {
    max-width: 280px;
  }

  .about-us-company-image-front {
    transform: translate(10%, 0%);
  }

  .about-us-company-image-back {
    transform: translate(15%, 15%);
  }

  .about-us-company-image-back:before {
    transform: translate(-45%, -22.5%);
  }

  .about-us-team.reverse-column {
    flex-direction: row !important;
  }

  .about-us-team-images img {
    max-width: 190px;
  }

  .about-us-team-image-front {
    transform: translate(15%, -5%);
  }

  .about-us-team-image-back {
    transform: translate(15%, 0%);
  }

  .about-us-team-image-back:before {
    transform: translate(85%, 25%);
  }

  .about-us-team .main-descr {
    font-size: 18px;
  }

  .about-us-certificates {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .about-us-certificates-wrapper .main-descr {
    max-width: 70%;
    margin-bottom: 30px;
  }

  .about-us-certificates-carousel.owl-carousel.show-nav-title .owl-nav {
    max-width: 130px !important;
    top: -60px !important;
  }

  .about-us-certificates-carousel.owl-carousel.show-nav-title .owl-prev {
    margin-right: 30px !important;
  }


  /* Contacts page */
  .contacts {
    background: linear-gradient(100deg, var(--color-zircon) 72.5%, transparent 27.5%);
    padding-top: 150px;
  }

  .contacts .secondary-title {
    margin-bottom: 30px;
  }

  .contacts-map {
    transform: translate(5%, 30%);
  }

  .contacts-map iframe {
    height: 350px;
  }

  .custom-form-input-title {
    font-size: 16px;
  }

  /* Category Page */
  .category-intro {
    padding-top: 175px;
  }

  .category-intro-wrapper {
    max-width: 545px;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }

  .category-intro-text-wrapper,
  .category-intro-image-wrapper {
    width: 100%;
  }

  .category-intro-text-wrapper {
    margin-top: 50px;
  }

  .category-intro-image-wrapper::before {
    bottom: auto;
    top: 0;
    transform: translate(40%, -30%);
  }

  .custom-filter {
    padding-bottom: 60px;
  }

  .porto-sort-filters ul {
    padding-left: 120px;
  }

  .porto-sort-filters ul>li>a,
  .porto-sort-filters ul::before {
    font-size: 16px;
  }

  .filter-content-item-image-wrapper,
  .filter-content-item-text-wrapper {
    width: 100%;
  }

  .filter-content-item-text-wrapper {
    padding-left: 15px;
  }

  .filter-content-item-image {
    margin-bottom: 10px;
  }

  .filter-content-item-image img {
    width: 500px;
    object-fit: cover;
    object-position: center;
    max-height: 250px;
  }

  .category-benefits {
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .category-benefits-text-wrapper {
    width: 100%;
  }

  .category-benefits .secondary-title {
    text-align: center;
  }

  .category-benefits-text {
    margin-bottom: 30px;
  }

  .other-categories {
    padding-top: 60px;
    padding-bottom: 120px;
  }

  .other-categories-wrapper {
    max-width: 525px;
  }

  .other-categories-wrapper .main-descr {
    margin-bottom: 40px;
  }

  .other-categories-wrapper::before {
    top: 0;
    transform: translateX(50%);
  }

  /* Brand page */


  .brand-intro {
    padding-top: 175px;
    padding-bottom: 40px;
  }

  .brand-intro-image-wrapper {
    align-self: center;
  }

  .brand-intro-text-wrapper {
    margin-top: 70px;
  }

  .brand-intro-text-wrapper .main-suptitle {
    margin-bottom: 5px;
  }

  .brand-intro-text-wrapper .main-title {
    margin-bottom: 25px;
  }

  .brand-benefits {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .brand-benefits .secondary-title {
    margin-bottom: 30px;
  }

  .other-brands {
    padding-top: 60px;
    padding-bottom: 35px;
  }

  .other-brands-wrapper {
    max-width: 510px;
  }

  .other-brands-wrapper::before {
    top: 0;
    transform: translateX(50%);
  }

  .other-brand-item {
    width: 47%;
    margin-bottom: 25px;
  }

  /* Product page */
  .product-intro {
    padding-top: 120px;
    padding-bottom: 30px;
    background: linear-gradient(100deg, var(--color-zircon) 72.5%, transparent 27.5%);
  }

  .product-intro-image-wrapper,
  .product-intro-text-wrapper {
    width: 100%;
  }

  .product-intro-image {
    text-align: center !important;
  }

  .product-intro-text-wrapper {
    margin-top: 50px;
  }

  .product-descr {
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .product-descr .reverse-column {
    flex-direction: row !important;
  }

  .product-descr .main-descr {
    font-size: 18px;
  }

  .product-descr-images-wrapper img {
    max-width: 200px;
  }

  .product-descr-image-front {
    transform: translate(10%, 20%);
  }

  .product-descr-image-back {
    transform: translate(15%, 35%);
  }

  .product-descr-image-back:before {
    transform: translate(-50%, 15%);
  }

  .other-products-wrapper .main-descr {
    max-width: 70%;
  }

  .other-products {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .other-brands-wrapper .main-descr {
    margin-bottom: 30px;
  }

  .products-carousel-wrapper {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
}

@media (max-width: 767px) {

  .header-main .header-contact a.phone-link,
  .why-us::before,
  .brands:before,
  .about-us-certificates:before,
  .contacts::before,
  .other-categories::before,
  .other-brands::before,
  .product-intro:before,
  .other-products::before,
  .brands-row-wrapper:before,
  .brands-row-wrapper-2:before,
  .about-us-team::before,
  .custom-filter-categories-wrapper::before,
  .custom-filter-content-wrapper::before,
  .custom-filter::before,
  .other-brands-wrapper::before,
  .other-categories-wrapper::before,
  .other-products-wrapper::before {
    display: none !important;
  }

  #side-nav-panel .menu-wrap {
    max-width: 160px;
  }

  #side-nav-panel .accordion-menu li.menu-item>a {
    font-size: 22px;
  }

  #side-nav-panel .accordion-menu .arrow {
    top: 0;
  }

  #side-nav-panel .accordion-menu ul.sub-menu a {
    font-size: 18px;
  }

  .rounded-decor:before {
    width: 70px;
    height: 70px;
    background-size: 70px;
  }

  .dotted-decor:before {
    width: 96px;
    height: 94px;
    background-size: 96px 94px;
  }

  .main-suptitle,
  .centered-suptitle {
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 5px;
  }

  .main-suptitle::after {
    width: 75px;
  }

  .main-title {
    font-size: 35px;
    line-height: 120%;
    margin-bottom: 10px;
  }

  .secondary-title {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .centered-title {
    font-size: 22px;
    margin-bottom: 35px;
  }

  .centered-title::after {
    width: 155px;
    bottom: -10px;
  }

  .reverse-suptitle {
    align-self: flex-start;
    text-align: left;
  }

  .reverse-suptitle::after {
    left: calc(100% + 15px);
    right: auto;
  }

  .reverse-title {
    text-align: left;
  }

  .reverse-descr {
    text-align: left;
  }

  .main-descr {
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 15px;
  }

  .main-btn a,
  .main-btn button {
    padding: 13px 20px 13px !important;
    font-size: 16px !important;
  }

  .view-link a,
  .view-link button {
    font-size: 13px !important;
    padding-right: 13px !important;
    background-size: 4px 9px !important;
  }

  #side-nav-panel .accordion-menu li:not(:last-child) {
    margin-bottom: 25px;
  }

  .intro {
    padding-top: 150px;
    padding-bottom: 15px;
    background: linear-gradient(95deg, var(--color-zircon) 72.5%, transparent 27.5%);
  }

  .intro-wrapper {
    max-width: 420px !important;
    margin: 0 auto;
  }

  .intro-wrapper:before {
    transform: translate(5%, -30%);
  }

  .intro-carousel-image {
    margin-bottom: 25px !important;
  }

  .intro-carousel-image img {
    max-height: 250px;
  }

  .intro-carousel .main-descr {
    margin-bottom: 15px;
  }

  .intro-carousel .owl-nav {
    height: 50px;
    max-width: 115px !important;
    top: 197.5px !important;
  }

  .intro-carousel .owl-prev,
  .intro-carousel .owl-next {
    width: 50px !important;
    height: 50px !important;
    background-size: 50px !important;
  }

  .about-us {
    padding-top: 45px;
    padding-bottom: 25px;
  }

  .about-us-image-front,
  .about-us-image-back {
    max-width: 250px;
  }

  .about-us-image-front {
    transform: translate(10%, 10%);
  }

  .about-us-image-back {
    transform: translate(20%, 80%);
  }

  .about-us-image-back:before {
    transform: translate(-50%, -15%);
  }

  .about-us-text {
    margin-top: 135px;
  }

  .why-us {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .why-us-item:not(:last-child) {
    margin-bottom: 20px;
  }

  .why-us-item.icon-car,
  .why-us-item.icon-hand,
  .why-us-item.icon-people {
    width: 41%;
    margin-left: auto;
    margin-right: 0;
    padding-left: 42px;
    background-size: 35px;
    background-position: left 0px top 0px;
  }

  .why-us-item.icon-people {
    margin-right: auto;
  }

  .why-us-item-title {
    font-size: 25px;
  }

  .why-us-item-text {
    font-size: 13px;
  }

  .product-categories {
    padding-top: 25px;
    padding-bottom: 35px;
  }

  .product-categories .main-descr {
    max-width: 100%;
    margin-bottom: 15px;
  }

  .product-categories-item {
    margin-bottom: 85px;
  }

  .product-categories-image img {
    max-height: 210px;
    object-fit: cover;
    object-position: center;
  }

  .product-categories-item-content {
    max-width: 175px;
    padding: 10px;
  }

  .product-categories-item-title {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .brands {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .brand-item {
    max-width: 90%;
    padding: 20px;
    margin-bottom: 25px;
  }

  .brand-item-image img {
    width: auto;
    max-height: 60px;
  }

  .partners {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .partners .centered-title::after {
    width: 155px !important;
  }

  #footer {
    padding-top: 25px;
    padding-bottom: 15px;
  }

  .custom-footer-top {
    margin-bottom: 0 !important;
  }

  .footer-company-info {
    margin-bottom: 25px;
  }

  .custom-footer-logo,
  .custom-footer-title {
    margin-bottom: 15px;
  }

  .footer-contacts-info .custom-footer-title {
    margin-bottom: 24px;
  }

  .footer-pages-links,
  .footer-brands-links,
  .footer-categories-links {
    width: 50%;
    margin-bottom: 32px;
  }

  .custom-footer-soc-links {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(100%, -140%);
  }

  .custom-footer-soc-links>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .custom-footer-soc-links .soc-link:not(:last-child) {
    margin-right: 0;
    margin-bottom: 25px;
  }

  .custom-footer-copyrights {
    text-align: left !important;
  }

  /* About us page */
  .about-us-intro {
    padding-top: 130px;
    padding-bottom: 100px;
    min-height: 340px;
  }

  .about-us-intro-suptitle {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .about-us-intro-title {
    font-size: 35px;
  }

  .about-us-intro-title::after {
    width: 230px;
  }

  .about-us-team-company {
    padding-top: 15px;
    padding-bottom: 25px;
  }

  .about-us-team-company-text {
    margin-bottom: 45px;
    font-size: 14px;
  }

  .about-us-company {
    margin-bottom: 50px !important;
  }

  .about-us-company-text .main-descr {
    font-size: 18px;
  }

  .about-us-company-images {
    margin-bottom: 120px;
  }

  .about-us-company-images img {
    max-width: 280px;
  }

  .about-us-company-image-front {
    transform: translate(5%, 0%);
  }

  .about-us-company-image-back {
    transform: translate(15%, 65%);
  }

  .about-us-company-image-back:before {
    transform: translate(-70%, -20%);
  }

  .about-us-team-text .main-descr {
    font-size: 18px;
  }

  .about-us-team-images {
    margin-bottom: 75px;
  }

  .about-us-team-images img {
    max-width: 190px;
  }

  .about-us-team-image-front {
    transform: translate(15%, -0%);
  }

  .about-us-team-image-back {
    transform: translate(20%, 15%);
  }

  .about-us-team-image-back:before {
    width: 112px;
    height: 112px;
    background-size: 112px;
    transform: translate(-65%, 15%);
  }

  .about-us-certificates {
    padding-top: 25px;
    padding-bottom: 115px;
  }

  .about-us-certificates-wrapper .main-descr {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .about-us-certificates-carousel.owl-carousel.show-nav-title .owl-nav,
  .other-products-carousel.owl-carousel.show-nav-title .owl-nav {
    max-width: 130px !important;
    top: 120% !important;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%) !important;
  }

  .about-us-certificates-carousel.owl-carousel.show-nav-title .owl-prev,
  .other-products-carousel.owl-carousel.show-nav-title .owl-prev {
    margin-right: 30px !important;
  }

  /* Contacts page */
  .contacts {
    padding-top: 150px;
    padding-bottom: 45px;
    background: linear-gradient(180deg, var(--color-zircon) 63.5%, transparent 36.5%);
  }

  .contacts .secondary-title {
    margin-bottom: 20px;
  }

  .contacts .custom-form-input-title {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .contacts .custom-form-input {
    min-height: 55px !important;
  }

  .contacts .custom-submit-btn {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }

  .contacts-map {
    transform: none;
    margin-top: 45px;
  }

  .contacts-map iframe {
    height: 290px;
  }

  /* Category page */

  .category-intro {
    min-height: 400px;
    padding-top: 150px;
    padding-bottom: 30px;
    background: linear-gradient(100deg, var(--color-zircon) 72.5%, transparent 27.5%);
  }

  .category-intro-text-wrapper {
    margin-top: 25px;
  }

  .custom-filter {
    padding-top: 25px;
    padding-bottom: 45px;
  }

  .porto-sort-filters ul {
    padding-left: 0;
    padding-top: 35px;
  }

  .porto-sort-filters ul>li:not(:last-child) {
    margin-right: 20px;
  }

  .porto-sort-filters ul>li>a,
  .porto-sort-filters ul::before {
    font-size: 14px;
    color: var(--color-black);
  }

  .porto-sort-item {
    margin-bottom: 25px;
  }

  .filter-content-item-image-wrapper,
  .filter-content-item-text-wrapper {
    width: 100%;
  }

  .filter-content-item-text-wrapper {
    padding-left: 15px;
  }

  .filter-content-item-image {
    margin-bottom: 15px;
  }

  .filter-content-item-image img {
    width: 500px;
    object-fit: cover;
    object-position: center;
    max-height: 225px;
  }

  .category-benefits {
    padding-top: 25px;
    padding-bottom: 5px;
  }

  .category-benefits .secondary-title {
    margin-bottom: 20px;
  }

  .category-benefits-text {
    margin-bottom: 20px;
    font-size: 14px;
    color: var(--color-black);
  }

  .other-categories {
    padding-top: 45px;
    padding-bottom: 15px;
  }

  .other-categories-wrapper .main-descr {
    margin-bottom: 20px;
  }

  .product-categories-item {
    margin-bottom: 80px;
  }

  /* Brand page */

  .brand-intro {
    min-height: 370px;
    padding-top: 150px;
    padding-bottom: 20px;
    background: linear-gradient(100deg, var(--color-zircon) 72.5%, transparent 27.5%);
  }

  .brand-intro-text-wrapper {
    margin-top: 25px;
  }

  .brand-intro-text-wrapper .main-suptitle {
    margin-bottom: 5px;
  }

  .brand-intro-text-wrapper .main-title {
    margin-bottom: 25px;
  }

  .brand-intro-text-wrapper .main-descr {
    color: var(--color-black);
  }

  .brand-benefits {
    padding-top: 25px;
    padding-bottom: 50px;
  }

  .brand-benefits .secondary-title {
    margin-bottom: 20px;
  }

  .brand-benefits .category-benefits-text {
    margin-bottom: 25px;
  }

  .other-brands {
    padding-top: 45px;
    padding-bottom: 25px;
  }

  .other-brands-wrapper .main-descr {
    margin-bottom: 25px;
  }

  .other-brand-item {
    width: 90%;
    margin-bottom: 20px;
  }

  /* Product page */
  .product-intro {
    padding-top: 100px;
    padding-bottom: 15px;
    background: transparent;
  }

  .product-intro-text-wrapper {
    margin-top: 15px;
  }

  .product-intro-text {
    margin-bottom: 15px;
  }

  .product-intro .main-btn {
    margin-bottom: 25px;
  }

  .product-descr {
    padding-top: 15px;
    padding-bottom: 25px;
  }

  .product-descr-images-wrapper img {
    max-width: 200px;
  }

  .product-descr-image-front {
    transform: translate(15%, 0%);
  }

  .product-descr-image-back {
    transform: translate(27.5%, 20%);
  }

  .product-descr-image-back:before {
    transform: translate(-80%, 5%);
    width: 115px;
    height: 113px;
    background-size: 115px 113px;
  }

  .product-descr-text-wrapper {
    margin-top: 100px;
  }

  .product-descr-text p:not(:last-child) {
    margin-bottom: 25px;
  }

  .other-products {
    padding-top: 15px;
  }

  .other-products-wrapper .main-descr {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .other-products-item {
    width: 90%;
    margin: 0 auto;
  }

  .porto-modal-content {
    padding: 35px 20px 25px;
  }

  .porto-modal-content .secondary-title {
    margin-bottom: 30px;
  }

  .porto-modal-content .custom-form-input-title {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .porto-modal-content .custom-form-input {
    min-height: 55px !important;
  }

  .care-section {
    padding-top: 125px;
    padding-bottom: 50px;
  }

  .care-section-title {
    margin-bottom: 20px;
  }

  .care-section-text p,
  .care-section-text ul li,
  .care-section-image {
    margin-bottom: 20px !important;
  }

  .care-section-gallery-image {
    margin-bottom: 20px;
  }

  .care-film-section-image {
    margin-bottom: 20px;
  }

  .care-film-section .secondary-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

@media(max-width: 420px) {
  .intro-wrapper {
    max-width: 300px !important;
    margin: 0 auto;
  }

  .intro-wrapper .main-title {
    font-size: 30px;
  }

  .intro-carousel .owl-nav {
    top: 130px !important;
  }

}