/**
 * Theme Name: Sungarimed
 * Author: _inRework
 * Version: 1.0
 * 
 * @package Sungarimed
 */

/* Imports */

@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');


/* Main */

:root {
	--arrow: url('./assets/svg/arrow.svg'), center, 100%, no-repeat;
  --more: url('./assets/svg/more-arrow.svg'), center, 100%, no-repeat;
	--download: url('./assets/svg/download.svg'), center, 100%, no-repeat;
	--black: #333333;
	--opacity-hover: 0.85;
  --darker-text: #3B4251;
  --plain-text: #575E6E;
  --font-family: "Open Sans", sans-serif;
  --second-family: "Raleway", sans-serif;
  --third-family: "Fira Sans", sans-serif;
  --light-grey-bg: #f3f3f3;
  --grey-bg: #f9f9f9;
  --blue: #1A76BB;
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeOut {
    from {opacity: 1;}
    to {opacity: 0;}
}

* {
	font-family: var(--font-family);
	font-size: 16px;
  line-height: 150%;
	color: var(--plain-text);
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body {
  min-height: 100vh;
}

main {
  background-color: var(--grey-bg);
  padding-top: 35px;
}

main.front-page,
main.about-page {
  padding-top: 0;
}

section:not(.banner-section) {
	/* padding-top: 96px; */
	padding-bottom: 96px;
}

h1 {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 48px;
  line-height: 117%;
  letter-spacing: -0.02em;
  color: var(--darker-text);
}

h2 {
  font-size: 32px;
}

h3 {

}

h4 {

}

h5 {

}

h6 {

}

h1,
h2,
h3,
h4,
h5 {
  margin-bottom: 25px;
}

h1 > span,
h2 > span,
h3 > span,
h4 > span,
h5 > span,
h6 > span {
	font-size: inherit;
	color: var(--blue);
}

p {
  margin-bottom: 25px;
}

a {
	color: '';
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: '';
}

button {
	cursor: pointer;
}

a {
	color: var(--blue);
}

a,
button {
	transition: all .3s;
}

img {
	display: block;
	width: 100%;
	height: auto;
}

table {
	width: 100%;
}

header {
  padding: 20px 0;
  border-bottom: 1px solid #bcc9c5;
}

input {
  border-radius: 2px;
}

input[type='submit'] {
  outline: none;
  border: none;
  cursor: pointer;
}

iframe {
  border: none;
}

.wrapper {
  gap: 25px;
  justify-content: space-between;
	max-width: 1220px;
	width: 100%;
	padding: 0 35px;
	margin: 0 auto;
}

.page-section .wrapper,
header .wrapper,
footer .wrappe {
	display: flex;
}

.wrapper.column {
	flex-direction: column;
}

/* Header & Footer*/

.header-wrapper,
.footer-top,
.footer-bottom {
  justify-content: space-between;
  align-items: center;
}

.footer-top {
  margin-bottom: 30px;
}

footer {
  padding: 48px 0;
  background-color: var(--darker-text);
}

footer * {
  color: #fff;
}

.footer-top,
.footer-bottom {
  display: flex;
}

.footer-bottom {
  border-top: 1px solid #575e6e;
  padding-top: 32px;
}

.logo {
  display: block;
  width: 175px;
  height: auto;
}

.menu {
  display: flex;
  list-style: none;
}

.header__menu .menu,
.footer__menu .menu {
  gap: 32px;
}

.menu a {
  text-decoration: none;
}

.menu a:hover {
 color: var(--blue);
}

.menu > .menu-item > .sub-menu {
  display: none;
}

.btn {
  display: block;
  padding: 12px 32px;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  text-align: center;
  align-content: center;
  transition: all 0.3s ease-in-out;
}

.btn:hover {
  box-shadow: 0 1px 5px 3px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

.btn_blue {
  background-color: var(--blue);
  color: #fff;
}

.btn_blue:disabled {
  background: #ccc;
}

.btn_transparent {
  border: 1px solid rgba(59, 66, 81, 0.35);
  color: rgba(59, 66, 81, 0.75);
}

.btn_dark {
  background: #3b4251;
  color: #fff;
}

.callback {
  cursor: pointer;
}

.header__phone,
.footer__phone {
  padding: 7px 32px;
  font-size: 16px;
  border-radius: 3px;
  font-weight: 400;
}

#mobileMenuButton {
  display: none;
  background: url(./assets/svg/burger.svg) no-repeat;
  width: 20px;
  height: 20px;
}

#mobileMenu {
  display: none;
}

.breadcrumbs,
.breadcrumbs * {
	font-size: 13px;
}

.breadcrumbs-wrapper {
  padding-top: 20px;
  margin-bottom: 30px;
}

.breadcrumbs>span {
  font-weight: 700;
}

.breadcrumbs a {
  color: var(--plain-text)
}

.breadcrumbs a:hover {
  color: var(--blue);
}

.title-with-link {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 20px;
}

#upButton {
	display: block;
	position: fixed;
	background: var(--arrow);
	background-color: var(--blue);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px;
	border-radius: 5px;
	width: 34px;
	height: 34px;
	right: 20px;
	bottom: 20px;
	rotate: 180deg;
	transition: none;
	z-index: 50;
}

/* Content */

.content,
.content *:not(h1, h2, h3, h4, h5, h6) {
	line-height: 150%;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
	margin-bottom: 25px;
}

.content img {
	cursor: pointer;
	margin-bottom: 25px;
}

.content p:not(:last-child),
.content b:not(:last-child),
.content strong:not(:last-child),
.content table,
.content blockquote {
	margin-bottom: 25px;
}

.content ul,
.content ol {
	margin: 0 0 25px 20px;
}

/* Gallery */

.wp-block-image {
	margin-bottom: 20px;
}

.wp-block-gallery {
	display: grid;
	gap: 20px;
	margin-bottom: 25px;
}

.wp-block-gallery figure {
	margin: 0;
}

.wp-block-gallery img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
	margin: 0
}

/* Gallery / Columns */

.gallery {
	display: grid;
	gap: 25px;
}

.gallery img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
	margin: 0
}

.columns-default {
	grid-template-columns: repeat(3, 1fr);
}

.columns-1,
.gallery-columns-1 {
	grid-template-columns: repeat(1, 1fr);
}

.columns-2,
.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.columns-3,
.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.columns-4,
.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.columns-5,
.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.columns-6,
.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.columns-7,
.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.columns-8,
.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.columns-9,
.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.align-center {
	text-align: center;
}

/* 404 */

.error404 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.error404 h1 {
	font-size: 150px;
	line-height: normal;
	padding-bottom: 20px;
	border-bottom: 1px solid;
}

.error404 span {
	font-size: 24px;
}

/* Cookie */

.cookie-confirmation {
	display: none;
	position: fixed;
	background: #eeeeeede;
	border-top: 1px solid #eeeeeede;
	width: 100%;
	padding: 15px 0;
	left: 0;
	bottom: 0;
	z-index: 99;
}

.cookie-confirmation > div {
	display: flex;
	align-items: center;
	gap: 20px;
}

.cookie-confirmation > div > p,
.cookie-confirmation > div > p a {
	font-size: 13px;
	color: #333;
  margin-bottom: 0;
}

.cookie-confirmation > div > p a {
	color: '';
}

.cookie-confirmation > div > button {
	color: #fff;
	background: var(--blue);
	border: none;
	border-radius: 2px;
	padding: 5px 20px;
	cursor: pointer;
	transition: all .3s;
}

.cookie-confirmation > div > button:hover {
	opacity: '';
}

.page-title {
  font-family: var(--second-family);
  font-size: 48px;
  font-weight: 700;
  line-height: 117%;
  letter-spacing: -0.02em;
}

/* Front page */

.banner-section {
  position: relative;
  /* background: url(./assets/img/banner-bg.png) no-repeat;
  background-size: contain; */
  background-color: var(--grey-bg);
  overflow: hidden;
}

.banner-left {
  display: flex;
  flex-direction: column;
  padding: 60px 0;
  gap: 15px;
  max-width: 55%;
}

.banner__supertitle {
  position: relative;
  padding-top: 20px;
  text-transform: uppercase;
  color: var(--blue);
  font-size: 12px;
}

.banner__supertitle::before {
  position: absolute;
  display: block;
  content: "";
  height: 3px;
  width: 48px;
  background-color: var(--blue);
  top: 0;
  left: 0;
}

.banner__title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 56px;
}

.banner__text {
  opacity: 60%;
}

.banner__btns {
  display: flex;
  justify-content: start;
  gap: 20px;
}

.banner__btns .btn {
  max-width: 200px;
  width: 100%;
  padding: 17px 30px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
}

.banner-right {
  position: relative;
}

.banner-bg {
  position: absolute;
  width: auto;
  left: calc(50% - 370px);
  bottom: calc(50% - 330px);
}

.section-title {
  font-size: 32px;
	font-family: var(--second-family);
}

.about-section {
  padding-top: 96px;
  background: #fff;
}

.about-left {
  display: flex;
  flex-direction: column;
  max-width: 550px;
}

.about__content {
  flex-grow: 1;
}

.about__more {
  position: relative;
  display: block;
  width: fit-content;
  padding-right: 15px;
  bottom: 0;
  line-height: 143%;
  font-weight: 700;
  color: var(--blue);
  font-size: 14px;
}

.about__more::after,
.production__more::after {
  display: block;
  position: absolute;
  content: '';
  background: var(--more);
  right: 0;
  top: 6px;
  width: 10px;
  height: 10px;
}

.video-wrapper {
  position: relative;
  cursor: pointer;
}

.video-wrapper::before {
  position: absolute;
  display: block;
  content: '';
  /* width: 100%;
  aspect-ratio: 1 / 1; */
  inset: 0;
  background-color: #000;
  opacity: 28%;
  top: 0;
  left: 0;
  z-index: 1;
}

.about__video {
  position: relative;
  object-fit: cover;
  height: 100%;
  aspect-ratio: 1 / 1;
  box-shadow: -16px 16px 0 0 rgba(85, 160, 152, 0.1);
}

.about__play {
  box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.1), 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  position: absolute;
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  top: 0;
  left: 0;
}

.advantages-section {
  padding-top: 96px;
  border-bottom: 1px solid #dadada;
  border-top: 1px solid #dadada;
}

.advantages__content {
	max-width: 660px;
	margin: 0 auto 25px auto;
}

.advantages-items {
	display: grid;
	gap: 30px;
}

.advantages-item {
	border: 1px solid #dadada;
	border-radius: 2px;
	padding: 32px;
	background: #fff;
}

.advantages-item__image-wrapper {
	margin-bottom: 25px;
	background: #f3f3f3;
	border-radius: 12px;
	padding: 15px;
	width: fit-content;
}

.advantages-item__image {
	height: 20px;
	width: auto;
	margin: auto;
}

.advantages-item__title {
	margin-bottom: 12px;
	font-family: var(--second-family);
	font-size: 24px;
	font-weight: 600;
	color: var(--darker-text);
}

.advantages-item__text p {
	margin-bottom: 0;
}

.products-section {
  padding-top: 52px;
  padding-bottom: 52px;
  background: #fff;
}

.production-top {
  display: flex;
  justify-content: space-between;
}

.production__text {
  margin-bottom: 48px;
}

.production__more {
  position: relative;
  padding-right: 15px;
  font-weight: 700;
  font-size: 14px;
  line-height: 143%;
  color: var(--blue);
}

.products-tiles-items {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
}

.products-tiles-item {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  border: 1px solid #bcc9c5;
  border-radius: 2px;
  background: #fff;
}

.products-tiles__image-wrapper {
  position: relative;
}

.products-tiles__image-wrapper img {
  object-fit: cover;
  width: 100%;
  height: auto;
}

.products__stock-tag {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 4px 12px 4px 28px;
  border-radius: 12px;
  color: #fff;
  background: var(--blue);
  font-size: 12px;
}

.products__stock-tag::before {
  position: absolute;
  top: 7px;
  left: 12px;
  display: block;
  content: "";
  background: url(./assets/svg/check_white-bg.svg) no-repeat;
  width: 12px;
  height: 12px;
  background-size: contain;
}

.products-tiles__content {
  display: flex;
  flex-direction: column;
  padding: 25px;
}

.products-tiles__title {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 16px;
  line-height: 133%;
}

.products-tiles__key-features-items {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-grow: 1;
}

.product-tiles__features-item {
  display: flex;
  gap: 8px;
}

.product-tiles__features-img {
  max-width: 16px;
  width: 100%;
  height: auto;

}

.product-tiles__features-name {
  font-size: 14px;  
}

.front-page .products-tiles-item {
  padding: 0;
}

.front-page .products-tiles__image-wrapper {
  border-bottom: 1px solid #dadada;;
}

.products-tiles__content {
  display: flex;
  flex-direction: column;
  padding: 24px;
}

.front-page .products-tiles__title {
  margin-bottom: 8px;
}

.products-tiles__price {
  font-size: 24px;
  font-weight: 700;
  color: var(--blue);
  margin-bottom: 16px;
}

.products-tiles__btns {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 25px;
  padding-top: 0;
}

.products-tiles__more {
  position: relative;
}

section.partners-section {
	background-color: var(--grey-bg);
  padding-top: 194px;
  padding-bottom: 233px;
}

.partners__content {
	margin-bottom: 40px;
	max-width: 700px;
	margin: auto;
}

.partners__items {
	display: grid;
	justify-content: space-between;
	padding-top: 45px;
	gap: 30px;
}

.partners__item {
  display: flex;
  justify-content: center;
}

.partners__item img {
	max-width: 250px;
	width: auto;
	max-height: 60px;
}

.docs-section {
  background: #fff;
  padding-top: 95px;
}

.docs__content {
	margin-bottom: 65px;
}

.docs__items {
	display: grid;
	gap: 30px;
	margin-bottom: 65px;
}

.docs__item {
	border: 1px solid #dadada;
	border-radius: 2px;
	padding: 24px;
	background: var(--grey-bg);
}

.docs__icon {
	border-radius: 2px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	margin-bottom: 16px;
	padding: 15px;
	background: #fff;
	width: fit-content;
}

.docs__icon img {
	max-height: 20px;
	width: auto;
}

.docs-item__title {
	font-weight: 700;
	font-size: 14px;
	color: var(--darker-text);
	margin-bottom: 15px;
}

.docs__download {
	position: relative;
	font-weight: 500;
	font-size: 12px;
	padding-right: 15px;
}

.docs__download::after {
	position: absolute;
	display: block;
	content: '';
	background: var(--download);
	width: 10px;
	height: 10px;
	right: 0;
	top: 3px;
}

.docs__more {
	margin: auto;
	width: fit-content;
	padding: 12px 32px;
}

.callback-section {
	margin: 0;
	padding-top: 100px;
	padding-bottom: 135px;
	background-color: var(--grey-bg);
}

.callback-section .wrapper {
	border: 1px solid #dadada;
	border-radius: 4px;
	padding: 48px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	background-color: #fff;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
}

.callback__content {
  margin-bottom: 30px;
}

.callback__contacts {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.callback__contacts > div {
  padding-left: 35px;
  position: relative;
}

.callback__contacts > div::before {
  position: absolute;
  display: block;
  content: "";
  width: 16px;
  height: 18px;
  left: 0;
  top: 3px;
  background-size: contain;
  background-repeat: no-repeat;
}

.callback__address {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.callback__address::before {
  background: url(./assets/svg/marker.svg);
}

.callback__phone::before {
  background: url(./assets/svg/phone.svg);
}

.callback__email::before {
  background: url(./assets/svg/mail.svg);
}

.callback__contacts-title {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 143%;
  font-weight: 700;
  color: var(--darker-text);
}

.callback-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.callback-form__row {
  display: grid;
  column-gap: 16px;
}

/* .callback-form__row:first-child {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
} */

.callback-form label {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 12px;
  line-height: 133%;
  color: var(--darker-text);
}

.callback-form input,
.callback-form textarea {
  width: 100%;
}

.callback-form input:not(.callback-form__button),
.callback-form textarea {
  background-color: var(--light-grey-bg);
  border: 1px solid #bcc9c5;
  padding: 9px 16px;
}

.callback-form__button {
  text-transform: none;
}

/* About Page */

.about-banner-section {
  margin-bottom: 45px;
}

.about-banner-section .wrapper {
  position: relative;
  min-height: 500px;
  background-color: var(--darker-text);
  overflow: hidden;
  align-items: center;
  padding: 64px;
}

.about-banner__bg {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  opacity: 0.4;
}

.about-banner__content {
  position: relative;
  padding-left: 25px;
  border-left: 4px solid #1a76bb;
  max-width: 700px;
}

.about-banner__title {
  color: var(--grey-bg);
  margin-bottom: 16px;
}

.about-banner__text {
  color: #e2e2e2;
  font-size: 18px;
  font-weight: 400;
  line-height: 156%;
}

.top-content-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
  width: 100%;
}

.top-content__tiles {
  display: grid;
  gap: 8px;
}

.top-content__tiles-item {
  border: 1px solid #b2b2b2;
  padding: 16px;
  width: 100%;
  text-align: center;
  background: var(--light-grey-bg);
}

.top-content__tiles-title {
  font-family: var(--second-family);
  color: var(--blue);
}

.top-content__tiles-text {
  text-transform: uppercase;
}

.top-content-right {
	display: flex;
	align-items: center;
}

.top-content__images {
	margin: auto;
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, 1fr);
}

.top-content__images img {
	width: 100%;
	height: auto;
}

.top-content__left-img {
	padding-bottom: 35px;
}

.top-content__right-img {
	padding-top: 35px;
}

.values-section h2 {
	text-align: center;
}

.values-inner {
	display: grid;
	gap: 25px;
}

.values-left,
.values-right {
	padding-bottom: 35px;
	display: flex;
	flex-direction: column;
	gap: 35px;
	justify-content: space-between;
}

.values-center {
	background-color: var(--darker-text);
	display: flex;
	flex-direction: column;
	padding: 32px;
	gap: 16px;
}

.values-item {
	padding: 32px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	align-items: flex-start;
	flex-grow: 1;
}

.values-item:not(.values-center .values-item) {
	background-color: #fff;
	border: 1px solid #bcc9c5;
}

.values-center .values-item__text,
.values-center .values-mission__text p {
	color: #e2e2e2;
	opacity: 80%;
	margin-bottom: 0;
}

.values-center .values-item__title,
.values-center .values-mission__title {
	color: #f9f9f9;
}

.values-center .values-item {
	padding: 0;
	flex-grow: 1;
}

.values-item img {
	max-width: 30px;
	height: auto;
}

.values__mission {
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding-top: 32px;
	border-top: 1px solid #575e6e;
}

.bottom-content-section .wrapper {
	display: grid;
	gap: 16px;
}

.bottom-content__title {
	margin-bottom: 24px;
}

.bottom-content__text {
	margin-bottom: 24px;
}

.about-features-items {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.about-features-item {
	position: relative;
	padding-left: 35px;
}

.about-features-item::before {
	position: absolute;
	display: block;
	top: 5px;
	left: 0;
	content: "";
	background: url(./assets/svg/check.svg) no-repeat;
	width: 20px;
	height: 20px;
	background-size: contain;
}

.about-features-item__title {
	font-weight: 500;
}

.about-features-item__text {
	font-size: 12px;
	line-height: 133%;
	font-weight: 500;
}

.bottom-content-right,
.bottom-content-left,
.bottom-content-center {
	flex-grow: 1;
}

.bottom-content-right {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.certification-section .wrapper {
	background-color: var(--darker-text);
	padding-top: 80px;
	padding-bottom: 80px;
}

.certification-section * {
	color: #e2e2e2;
}

.certification__title {
	text-align: center;
	margin-bottom: 16px;
}

.certification__text {
	text-align: center;
	margin-bottom: 48px;
}

.certification-table {
	border: 1px solid #6d7a76;
}

.certification-table__row {
	display: grid;
	gap: 15px;
	grid-template-columns: 15% 50% 20% 10%;
}

.certification-table__row:not(:last-child) {
	border-top: 1px solid #6d7a76;
}

.certification-table__row:nth-child(odd):not(:first-child) {
	background: rgba(21, 28, 41, 0.3);
}

.certification-table__header {
	background-color: none;
	background: #151c29;
	border-bottom: 1px solid #6d7a76;
	font-weight: 700;
}

.certification-table__header .certification-table__cell {
	color: #00a290;
}

.certification-table__cell {
	display: flex;
	padding: 24px;
	align-items: center;
}

.certification-table__header .certification-table__cell:last-child {
	justify-self: end;
}

.certification-table__cell span {
	border-radius: 12px;
	border: 1px solid rgba(0, 162, 144, 0.3);
	background-color: rgba(0, 162, 144, 0.2);
	padding: 4px 12px;
	font-weight: 500;
	font-size: 12px;
	color: #00a290;
}

/* Product Page */

.product-general-section .wrapper {
  display: flex;
  padding-top: 20px;
}

.product-general-inner {
  display: grid;
  grid-template-columns: 58% 42%;
}

.product-images-wrapper {
  width: 100%;
}

.product__main-image {
  display: flex;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #fff;
  border: 1px solid #bcc9c5;
  border-radius: 4px;
  margin-bottom: 16px;
}

.product__main-image img {
  width: auto;
  margin: auto;
  height: 100%;
}

.product-gallery__img {
  background: #fff;
  border: 1px solid #bcc9c5;
  border-radius: 2px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.product-gallery__img img {
  object-fit: cover;
  justify-self: center;
  height: 100%;
  width: auto;
}

.product-info-wrapper {
  display: flex;
  flex-direction: column;
  padding-left: 24px;
}

.product-info__top-row {
  display: flex;
  margin-bottom: 8px;
  gap: 8px;
}

.product-info__stock {
  position: relative;
  padding: 4px 8px 4px 23px;
  background: #00a290;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  line-height: 133%;
  font-weight: 500;
}

.product-info__stock::before {
  position: absolute;
  left: 8px;
  top: 6px;
  display: block;
  width: 11px;
  height: 11px;
  content: "";
  mask-image: url(./assets/svg/check.svg);
  -webkit-mask-image: url(./assets/svg/check.svg);
  mask-position: center;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
  background-color: #fff;
}

.product-info__sku {
  font-size: 12px;
  line-height: 133%;
  font-weight: 500;
  align-self: center;
}

.product__title {
  margin-bottom: 16px;
}

.product__short-description {
  margin-bottom: 23px;
  font-size: 18px;
}

.product__order {
  border: 1px solid #bcc9c5;
  border-radius: 4px;
  margin-bottom: 15px;
  padding: 24px;  
  background: #fff;
}

.product__price div {
  margin-bottom: 25px;
  font-family: var(--third-family);
  font-weight: 600;
  font-size: 32px;
  color: var(--darker-text);
  line-height: 125%;
}

.product__price span {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 5px;
}

.product__offer-btn,
.product__get-spec-btn {
  font-size: 16px;
}

.product__offer-btn {
  position: relative;
  margin-bottom: 15px;
  padding: 16px 16px 16px 65px;
  font-weight: 400;
}

.product__offer-btn:before {
  position: absolute;
  top: calc(50% - 11px);
  left: 40px;
  display: block;
  content: "";
  width: 16px;
  height: 20px;
  background: url(./assets/svg/doc.svg) no-repeat;
  background-size: contain;
}

.product__get-spec-btn {
  position: relative;
  border: 1px solid #3b4251;
  font-family: var(--font-family);
  font-weight: 400;
  color: var(--darker-text);
  padding: 16px 70px 16px 100px;
}

.product__get-spec-btn:before {
  position: absolute;
  top: calc(50% - 11px);
  left: 70px;
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(./assets/svg/pdf.svg) no-repeat;
  background-size: contain;
}

.product__extra-info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.product__extra-info-item {
  display: flex;
  gap: 12px;
  background: var(--light-grey-bg);
  border: 1px solid #bcc9c5;
  border-radius: 2px;
  padding: 16px;
  align-items: center;
}

.product-extra-info__img {
  max-width: 16px;
  height: auto;
}

.product__extra-info-item:nth-child(2) .product-extra-info__img {
  max-width: 20px;
}

.product-extra-info__text {
  font-size: 12px;
}

.product-page h2 {
  margin-bottom: 8px;
  font-size: 24px;
}

.video-gallery-section .wrapper {
  gap: 0;
}

.video-gallery-items {
  display: grid;
  gap: 28px;
  padding-top: 20px;
  border-top: 1px solid #bcc9c5;
}

.video-gallery-item {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  object-fit: cover;
  cursor: pointer;
}

/* Section With Sidebar */

.section-have-sidebar .wrapper {
  display: flex;
  gap: 2%;
}

.sidebar-column {
  width: 100%;
  max-width: 32%;
}

.product-features {
  margin-bottom: 48px;
}

.product-features-items {
  padding-top: 20px;
  border-top: 1px solid #bcc9c5;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.product-feature__item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.product-feature__img {
  border-radius: 12px;
  background: #d9dff2;
  padding: 15px;
  display: flex;
  max-height: 48px;
  aspect-ratio: 1 / 1;
  justify-content: center;
  align-items: center;
}

.product-feature__img img {
  height: 22px;
  width: auto;
}

.product-feature__content {
  padding-right: 25px;
}

.product-feature__title {
  font-weight: 700;
  font-size: 14px;
  line-height: 143%;
  color: var(--darker-text);
}

.product-feature__text {
  font-weight: 400;
}

.product-specs__table {
  padding-top: 24px;
  border-top: 1px solid #bcc9c5;
}

.product-specs__table-inner {
  border-radius: 4px;
  border: 1px solid #bcc9c5;
}

.product-specs__row {
  display: grid;
  grid-template-columns: 50% 50%;
  border-bottom: 1px solid #bcc9c5;
}

.product-specs__row:last-child {
	border-bottom: none;
}

.product-specs__row:nth-child(odd):not(:first-child) {
  background: #f5f5f5;
}

.product-specs__heading {
  background: var(--darker-text);
}

.product-specs__heading .product-specs__cell {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
}

.product-specs__cell {
  padding: 16px 24px;
}

/* Sidebar */

.sidebar-column {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.sidebar-similar {
  background: #eee;
  padding: 24px;
  border-radius: 4px;
  border: 1px solid #bcc9c5;
}

.sidebar-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 133%;
  color: var(--darker-text);
  margin-bottom: 16px;
}

.sidebar-similar-items {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 30px;
}

.sidebar-similar__link {
  display: flex;
  gap: 16px;
}

.sidebar-similar__img {
  background: #fff;
}

.sidebar-similar__img img {
  max-width: 80px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.sidebar-similar__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sidebar-similar__title {
  font-weight: 700;
  font-size: 14px;
  line-height: 143%;
  color: var(--darker-text);
}

.sidebar-similar__price {
  font-size: 12px;
}

.sidebar-similar_more {
  text-align: center;
  width: 100%;
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: var(--blue);
}

.sidebar-callback {
  border-radius: 4px;
  padding: 24px;
  background: var(--darker-text);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.sidebar-callback__title {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 133%;
  color: #fff;
}

.sidebar-callback__text {
  color: #fff;
}

.sidebar-callback__phone {
  font-weight: 700;
  font-size: 24px;
  line-height: 133%;
  color: #fff;
}

.sidebar-callback__btn {
  border-radius: 2px;
  padding: 12px 0px;
  background: #fff;
}

/* Catalog */

.catalog-page .products-section {
  background: unset;
  padding-top: 0;
}

section.catalog-heading-section {
  padding-bottom: 48px;
}

.catalog-heading__inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 24px;
  border-left: 4px solid #1a76bb;
  align-items: start;
}

.catalog__title,
.docs-page__title,
.catalog-heading__text,
.docs-heading__text {
  max-width: 700px;
}

.catalog__title,
.docs-page__title,
.catalog-heading__text p:last-child,
.docs-heading__text p:last-child {
  margin-bottom: 0;
}

.catalog-page .products-tiles-item {
  padding: 25px;
}

.catalog-page .products-tiles__image-wrapper {
  margin-bottom: 24px;
}

.catalog-page .products-tiles__key-features-items {
  margin-bottom: 24px;
}

.catalog-page .product-tiles__features-name {
  font-weight: 700;
  line-height: 143%;
}

/* Contacts */

.contacts-content-section .wrapper {
  flex-direction: column;
}

.contacts__title,
.contacts__text {
  max-width: 700px;
}

.contacts-section .wrapper {
  display: grid;
  grid-template-columns: 45% 53%;
  justify-content: space-between;
}

.contacts-left {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.contacts-address,
.contacts-phone,
.contacts-email,
.contacts-right {
  border: 1px solid #bcc9c5;
  border-radius: 4px;
  padding: 24px;
  background: #fff;
}

.contacts-address {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contacts-phone__office {
  margin-bottom: 24px;
}

.contacts-address__title,
.contacts-phone__title,
.contacts-email__title {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 14px;
}

.contacts-address,
.contacts-email {
  padding-left: 56px;
}

.contacts-phone__office,
.contacts-phone__support {
  padding-left: 34px;
}

.contacts-address,
.contacts-phone__office,
.contacts-phone__support,
.contacts-email {
  position: relative;
}

.contacts-address::before,
.contacts-phone__office::before,
.contacts-phone__support::before,
.contacts-email::before {
  position: absolute;
  display: block;
  left: 20px;
  content: "";
  width: 20px;
  height: 20px;
  background-size: contain;
}

.contacts-address::before {
  background: url(./assets/svg/marker.svg) no-repeat;
}

.contacts-phone__office::before {
  top: 0;
  left: 0;
  background: url(./assets/svg/phone.svg) no-repeat;
}

.contacts-phone__support::before {
  left: 0;
  background: url(./assets/svg/support.svg) no-repeat;
}

.contacts-email::before {
  background: url(./assets/svg/mail.svg) no-repeat;
}

.contacts-phone__link {
  font-weight: 700;
  font-size: 18px;
  line-height: 156%;
  color: var(--blue);
}

.contacts-phone__schedule {
  font-size: 12px;
  font-weight: 500;
  line-height: 133%;
}

/* Documentation */

.docs-grid-page .page-section:not(:last-child) {
  margin-bottom: 35px;
  padding-bottom: 0;
}

.docs-grid-heading-section .wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.docs-grid-items {
  display: grid;
  gap: 24px;
}

.docs-grid-item {
  padding: 24px;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #bcc9c5;
}

.docs-grid-item__top-row {
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.docs-grid-item__img {
  padding: 12px;
  background: #eee;
  width: fit-content;
}

.docs-grid-item__img img {
  max-width: 20px;
  height: auto;
}

.docs-grid-item__properties {
  padding: 0 8px;
  background: #e8e8e8;
  width: fit-content;
  display: flex;
  gap: 5px;
  align-items: anchor-center;
}

.docs-grid-item__filetype,
.docs-grid-item__size {
  font-size: 12px;
  font-weight: 500;
}

.docs-grid-item__filetype {
  text-transform: uppercase;
}

.docs-grid-item__title {
  font-family: var(--second-family);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.docs-grid-item__text {
  margin-bottom: 24px;
  flex-grow: 1;
}

.docs-grid-item__bottom-row {
  border-top: 1px solid #bcc9c5;
  padding-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.docs-grid-item__date {
  font-size: 12px;
  font-weight: 500;
  color: #6d7a76;
}

.docs-grid-item-link {
  position: relative;
  text-align: right;
  color: #00a290;
  padding-right: 18px;
}

.docs-grid-item-link::after {
  position: absolute;
  display: block;
  right: 0;
  top: 8px;
  content: "";
  width: 10px;
  height: 10px;
  background: url(./assets/svg/download_green.svg) no-repeat;
  background-size: contain;
}

.help-section .wrapper {
  display: grid;
  background: var(--darker-text);
}

.help-left,
.help-right {
  display: flex;
  flex-direction: column;
  padding: 48px;
  justify-content: center;
}


.help__title {
  font-weight: 600;
  font-size: 32px;
  line-height: 125%;
  margin-bottom: 16px;
  color: #fff;
}

.help__text {
  color: #e2e2e2;
}

.help__btn {
  width: 100%;
  background: #00a290;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}

/* Adaptive */

@media (max-width: 1024px) {
	/* Header mobile menu */

  header .wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .header-middle,
  .footer-middle {
    display: none;
  }

  .logo {
    justify-self: center;
    width: 100px;
  }

  .header-right {
    display: flex;
    justify-content: end;
  }

  .header__phone {
    width: fit-content;
  }

  #mobileMenuButton {
    display: flex;
  }

	header #mobileMenu {
		display: flex;
		flex-direction: column;
		gap: 20px;
		background: #fff;
		position: fixed;
		transform: translateX(-300%);
		transition: all .5s;
		visibility: hidden;
		opacity: 0;
		overflow-y: auto;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 20;
	}
	
	header #mobileMenu.active {
		transform: translateX(0);
		visibility: visible;
		opacity: 1;
	}

	header #mobileMenu > .mobile-menu-wrapper {
		padding: 0;
	}

  /* header #mobileMenu .mobile-menu-content {
    padding: 25px;
  } */

	header #mobileMenu .menu-menyu-v-shapke-container > ul {
		display: flex;
		flex-direction: column;
		background: #fff;
	}

	header #mobileMenu .menu-menyu-v-shapke-container > ul > li {
    padding: 10px 15px;
  }

	header #mobileMenu .menu-menyu-v-shapke-container > ul > li:not(:last-child) {
		margin: 0;
    border-bottom: 1px solid #e2e2e2;
	}

	header #mobileMenu .mobile-menu-title {
		display: flex;
		align-items: center;
		justify-content: space-between;
		border-bottom: 1px solid #eee;
		padding: 20px;
	}

	header #mobileMenu .mobile-menu-title > span {
		font-size: 24px;
		font-weight: 700;
	}
	
	header #mobileMenu .mobile-menu-title img {
		width: 24px;
		height: 24px;
	}

	header #mobileMenu ul {
		list-style: none;
	}

	header #mobileMenu .mobile-menu-content > ul > li {
		border-bottom: 1px solid #eee;
	}

	header #mobileMenu .mobile-menu-content > ul li.menu-item-has-children {
		position: relative;
	}

	header #mobileMenu .mobile-menu-content > ul li.menu-item-has-children::after {
		content: '';
		display: block;
		position: absolute;
		background: var(--arrow);
		background-size: cover;
		width: 12px;
		height: 6px;
		rotate: 90deg;
		transition: all .3s;
		top: 28px;
		right: 20px;
	}

	header #mobileMenu .mobile-menu-content > ul li.menu-item-has-children.active::after {
		rotate: 0deg;
	}

	header #mobileMenu .mobile-menu-content > ul li.menu-item-has-children.active > a {
		font-weight: 700;
	}

	header #mobileMenu .mobile-menu-content > ul > li .sub-menu {
		display: none;
	}

	header #mobileMenu .mobile-menu-content > ul > li > a {
		display: block;
		width: fit-content;
		padding: 20px;
	}
	header #mobileMenu .mobile-menu-content > ul > li > ul a {
		display: block;
		width: fit-content;
		padding: 0 20px 20px;
	}

	header #mobileMenu .mobile-menu-content > ul > li > ul > li > a {
		padding: 20px;
	}

	header #mobileMenu .mobile-menu-contacts {
		display: flex;
		flex-direction: column;
		gap: 15px;
		padding: 20px;
	}

	header #mobileMenu .mobile-menu-contacts img {
		width: 24px;
		height: 24px;
	}

	header #mobileMenu .mobile-menu-contacts > div address {
		font-style: normal;
	}

	header #mobileMenu .mobile-menu-contacts > div,
	header #mobileMenu .mobile-menu-contacts > a {
		display: flex;
		align-items: center;
		gap: 10px;
	}

	header #mobileMenu .mobile-menu-contacts > div.mobile-phone {
		align-items: unset;
	}

	header #mobileMenu .mobile-menu-contacts > div.mobile-phone div {
		display: flex;
		flex-direction: column;
	}

  /* Front Page */

  section.banner-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .banner__title {
    font-size: 45px;
  }

  section.partners-section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .partners__items,
  .docs__items {
    grid-template-columns: repeat(3,1fr);
  }

  .partners__item {
    display: flex;
    justify-content: center;
  }
  .callback-section .wrapper {
    max-width: 90%;
  }

  /* About Page */ 

  .top-content-inner {
    grid-template-columns: repeat(1, 1fr);
  }

  .top-content__images {
    width: 100%;
  }

  .certification-table__row {
    grid-template-columns: 15% 44% 20% 15%;
  }

  .certification-table__cell {
    padding: 10px 5px;
  }

  /* Produuct Page */

  .product-general-inner {
    grid-template-columns: repeat(1, 1fr);
  }

  .product-images-wrapper {
    margin-bottom: 48px;
  }

  .product-info-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .product__title {
    grid-row: 1;
  }

  .product__title,
  .product__short-description {
    grid-column: 1;
  }

  .product-info__top-row,
  .product__order {
    grid-column: 2;
  }

  .product-info__top-row {
    align-items: start;
    padding-top: 20px;
  }

  .product-info__stock {
    height: fit-content;
  }

  .product-info__sku {
    align-self: start;
    padding: 4px 8px;
  }

  .product__extra-info {
    grid-column: span 2;
  }
}

@media(max-width: 780px) {

  /* Header & Mobile Menu */

  .header__phone {
    content: url(./assets/svg/phone.svg);
    background-color: transparent;
  }

  /* Front Page */

  .banner-left {
    max-width: 100%;
  }

  .banner-right {
    display: none;
  }

  .about-section .wrapper {
    flex-direction: column;
  }

  .about-left {
    max-width: 100%;
  }

  .advantages-items,
  .products-tiles-items {
    grid-template-columns: repeat(2, 1fr);
  }

  .callback-section .wrapper {
    display: flex;
    flex-direction: column;
  }

  /* About Page */

  .about-banner__title {
    font-size: 45px;
  }

  .values-inner {
    grid-template-columns: repeat(1, 1fr);
  }

  .certification-table {
    overflow: scroll;
  }

  .certification-table__row {
    display: table-row;
  }

  .certification-table__cell {
    display: table-cell;
    min-width: 150px
  }

  .certification-table__cell:last-child {
    min-width: 100px;
  }

  .certification-table__cell:nth-child(2) {
    min-width: 300px;
  }

  .certification-table__row:not(.certification-table__header) .certification-table__cell:last-child {
    text-align: center;
  }

  .bottom-content-section .wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .bottom-content-left {
    grid-column: span 2;
  }

  .bottom-content-center {
    grid-column: 1;
  }

  .bottom-content-right {
    grid-column: 2;
  }

  /* Docs Page */

  .docs-grid-items {
    grid-template-columns: repeat(2, 1fr);
  }

  .help-section .wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  .help-right {
    padding-top: 0;
  }

  /* Contacts Page */

  section.contacts-content-section {
    padding-bottom: 48px;
  }

  .contacts-section .wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  /* Product Page */

  .product-info-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  .product-info__top-row,
  .product__title,
  .product__short-description,
  .product__order,
  .product__extra-info {
    grid-column: unset;
  }

  .section-have-sidebar .wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

  .sidebar-column {
    max-width: 100%;
  }

  .sidebar-similar-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

}

@media (max-width: 560px) {

  /* Front Page */

  .advantages-items,
  .products-tiles-items {
    grid-template-columns: repeat(1, 1fr);
  }

  .partners__items,
  .docs__items {
    grid-template-columns: repeat(2, 1fr);
  }

  /* About Page */ 

  .top-content__tiles-text {
    font-size: 12px;
  }

  .top-content__images {
    grid-template-columns: repeat(1, 1fr);
  }

  .top-content__right-img {
    padding-top: 0;
  }

  /* Docs Page */

  .docs-grid-items {
    grid-template-columns: repeat(1, 1fr);
  }

  /* Product Page */

  .video-gallery-items,
  .product-features-items {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 460px) {

  /* General */

  .wrapper {
    padding: 0 15px;
  }

  /* Front Page */

  .banner__title {
    font-size: 35px;
    line-height: 115%;
  }

  .production-top {
    flex-direction: column;
    margin-bottom: 24px;
  }

  .production__more {
    width: fit-content;
    align-self: flex-end;
  }

  .partners__items,
  .docs__items {
    grid-template-columns: repeat(1, 1fr);
  }

  .callback-form__row {
    grid-template-columns: repeat(1, 1fr);
  }

  .callback-form__name {
    margin-bottom: 16px;
  }

  /* About Page */ 

  .about-banner__title {
    font-size: 35px;
  }

  /* Product Page */ 

  .sidebar-similar-items {
    grid-template-columns: repeat(1, 1fr);
  }

  .product__offer-btn, 
  .product__get-spec-btn {
    font-size: 12px;
  }

  .product__offer-btn,
  .product__get-spec-btn {
    padding-left: 30px;
  }

  .product__get-spec-btn {
    padding-right: 16px;
  }

  .product__get-spec-btn::before {
    left: 30px;
  }

  /* Footer */

  .footer-bottom {
    flex-direction: column;
    align-items: start;
    gap: 16px;
  }

  .footer__copyright,
  .footer__policy a {
    font-size: 14px;
  }
}