/***************************************************              GENERAL RESET STYLES             ***************************************************/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap");
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  color: #fff;
}

*:focus {
  outline: none;
}

body {
  line-height: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
}
html {
  height: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

strong,
b {
  font-weight: 600;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border-style: none;
  width: 100%;
  height: auto;
}

form fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

input,
textarea,
select {
  vertical-align: middle;
  padding: 0;
  box-sizing: border-box;
  resize: none;

  border: 1px solid transparent;
  color: #000c49;
  background-color: #fff;
}
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #000c49;
  font-size: 16px;
}

textarea:focus::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder {
  color: #b9b9b9;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff;
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: inset 0 0 20px 20px transparent;
}

.container {
  display: block;
  position: relative;
  overflow: hidden;
  width: 1200px;
  padding: 0;
  margin: 0 auto 0 auto;
  height: 100%;
}

header,
main,
footer,
section {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
}
/***************************************************              ALL             ***************************************************/
.light_blue_btn,
.blue_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #000c49;
  transition: 0.3s;
  font-size: 24px;
  font-weight: 600;
  cursor: pointer;
}
.blue_btn:hover {
  background: #7091e5;
  color: #000c49;
}
.light_blue_btn {
  background: #7091e5;
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px; /* 150% */
}
.light_blue_btn:hover {
  background: #000c49;
  color: #7091e5 !important;
}
/* section {
  padding-top: 80px;
} */
.title {
  margin-bottom: 40px;
  color: #000c49;
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
}
.template .title {
  font-weight: 700;
}
.more {
  color: #000c49;
  font-weight: 600;
  line-height: 24px; /* 150% */
  text-decoration: underline;
}
.main {
  /* padding-top: 118px; */
}
.main-page {
  padding-top: 0;
}
/***************************************************              MAP             ***************************************************/
.breadcrumb {
  padding: 20px 0;
  margin-top: 118px;
  color: #000c49;
  height: auto;
}
.breadcrumb a {
  color: #000c49;
}

/***************************************************              HEADER             ***************************************************/
.header__top {
  background: #7091e5;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 10px 0;
  position: relative;
  z-index: 4;
}
.header__top p {
  font-size: 20px;
  font-weight: 500;
}
.header {
  background: #000c49;
  position: fixed;
  top: 0;
  z-index: 10;
  overflow: visible;
}
.header__inner {
  display: flex;
  align-items: center;
  overflow: visible;
  background: #000c49;
}
.logo {
  display: flex;
  align-items: center;
  gap: 4px;
}
.logo img {
  max-width: 46px;
}
.logo p {
  font-weight: 700;
}
.nav {
  position: relative;
  overflow: visible;
  z-index: 2;
  background: #000c49;
}
.nav__list {
  display: flex;
  align-items: center;
  margin-left: 27px;
  gap: 30px;
  z-index: 2;
  position: relative;
  background: #000c49;
}
.nav__item a {
  height: 100%;
  padding: 27px 0;
  border-bottom: 2px solid transparent;
  transition: 0.3s;
  cursor: pointer;
  display: block;
}
.nav__item a:hover {
  border-color: #fff;
}
.nav-item {
  background-image: url(../images/icons/delta.svg);
  background-repeat: no-repeat;
  padding-right: 15px;
  background-position: right center;
}
.delta {
  width: 9px;
  height: 9px;
}
.phone {
  width: 15px;
  height: 15px;
}
.phoneBtn {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}
.line {
  width: 1px;
  height: 12.042px;
  background: #fff;
  margin: 0 15px;
}

.lang,
.phoneBtn {
  /* padding-right: 12px; */
  background-repeat: no-repeat;
  background-position: center right;
}

.lang {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}
.search {
  border-radius: 27px;
  padding: 6px 6px 6px 42px;
  width: 279px;
  height: 33px;
  margin: 0 36px;
  background-image: url(../images/icons/search.svg);
  background-repeat: no-repeat;
  background-position: left 14px center;
  z-index: 2;
}
.header-menu-inner {
  position: absolute;
  top: 75px;
  /* display: flex;
  flex-direction: column;
  align-items: center; */
  padding: 0 14px 0px 14px;
  border-radius: 0px 0px 20px 20px;
  background: #000c49;
  left: 0;
  transition: max-height 0.3s ease-out;
  z-index: -1;
  min-width: 240px;
  overflow: hidden;
  max-height: 0;
}
.header-menu-inner.active {
  transition: all 0.5s ease;
  padding: 0 14px 0px 14px;
}
.header-menu-inner.active a {
  color: #fff;
}
.header-menu-inner a {
  font-size: 14px;
  transition: color 0.3s;
  color: #000c49;
}
.header-menu-inner a:hover {
  color: #b9b9b9;
}
.header-menu-inner .menu-item {
  padding-bottom: 10px;
}
.burger,
.system__discount,
.menu {
  display: none;
}
/***************************************************              HERO             ***************************************************/
.hero_btn {
  width: 356px;
  height: 67px;
}
.hero {
  height: 100vh;
  background-image: url(../images/hero_bg.png);
  background-size: 100% 100%;
  display: flex;
  align-items: center;
}
.hero__inner {
  height: auto;
  margin-bottom: -80px;
}
.hero__img {
  position: absolute;
  right: 30px;
  bottom: 10px;
  max-width: 800px;
}
.page_title {
  max-width: 565px;
  margin-bottom: 34px;
  font-size: 36px;
  font-weight: 700;
  line-height: 140%;
}
.subtitle {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 23px;
}
.hero__list {
  list-style: disc;
  max-width: 548px;
  margin-bottom: 98px;
  padding-left: 25px;
}
.hero__list li {
  font-weight: 600;
  line-height: 150%;
}
/***************************************************              CATEGORY             ***************************************************/
.category__list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  /* width: 100%; */
}
.category__item {
  /* height: 339px; */
  border-radius: 10px;
  background-color: #7091e5;
  width: 23%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  transition: all 0.3s ease;
}
.category__item:hover {
  scale: 0.97;
}
.category__item-title {
  color: #fff;
  text-align: center;
  font-weight: 500;
  line-height: 130%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex: 1 0 auto;
}
.category__item-img {
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.category__item-img img {
  height: auto;
}
.category__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #7091e5;
  padding: 15px;
  border-radius: 10px;
  width: 100%;
  transition: all 0.3s ease;
}
/***************************************************              TEMPLATE             ***************************************************/

.template__list {
  display: flex;
  /* gap: 20px; */
  margin: 0 -10px;
  flex-wrap: wrap;
}
.template__item {
  transition: 0.3s;
  width: 25%;
  padding: 10px;
}
.template__inner {
  display: flex;
  flex-direction: column;
}
.template__item:hover {
  transform: translateY(-10px);
}
.template__item-img {
  border-radius: 10px;
  background: #eff5ff;
  margin-bottom: 10px;
  height: 265px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.template__item-img img {
  height: 100%;
  width: auto;
}
.template__item-title {
  color: #000;
  margin-bottom: 5px;
  line-height: 24px; /* 150% */
}
.template__item-subtitle {
  color: #000;
  font-weight: 500;
  line-height: 24px; /* 150% */
  margin-bottom: 11px;
}
.template__btn {
  width: 461px;
  height: 57px;
  align-self: center;
  margin-top: 45px;
}
/***************************************************              ADVICE             ***************************************************/
.advice__inner {
  background-image: url(../images/advice_bg.png);
  background-size: 100% 100%;
  display: flex;
  position: relative;
  height: 482px;
}
.modal .advice__inner {
  z-index: 10;
  margin: 0 40px;
}
.modal .advice__title {
  max-width: 350px;
  width: 100%;
  line-height: 1;
}
.modal .advice__left {
  padding-left: 50px;
}
.modal .advice__right {
  /* padding-right: 100px; */
}
.dynamic_hidden-productUrls,
.dynamic_hidden-productScus {
  display: none;
}

.advice__left {
  padding-left: 102px;
  background-color: rgba(112, 145, 229, 0.6);
  backdrop-filter: blur(1.5px);
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.advice__title {
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 600;
  line-height: 48px; /* 100% */
  max-width: 300px;
}
.advice__left p {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px; /* 120% */
}
.advice__right {
  position: absolute;
  right: 0;
  background: #000c49;
  height: 100%;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 147px;
}
.advice__right::before {
  content: "";
  position: absolute;
  left: -129px;
  top: 0;
  width: 0;
  height: 100%;
  border-top: 482px solid #000c49;
  border-left: 130px solid transparent;
}
.form__title {
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px; /* 125% */
  margin-bottom: 40px;
}
.form {
  display: flex;
  flex-direction: column;
}
.advice__input {
  margin-bottom: 10px;
  width: 340px;
  height: 40px;
  border-radius: 10px;
  padding: 8px 10px;
}
.advice__btn {
  margin-top: 30px;
  cursor: pointer;
  color: #fff;
}
.advice__btn:hover {
  border: 1px solid #7091e5;
}
/***************************************************              ABSTRACT             ***************************************************/
.abstract__inerr {
  background-image: url(../images/abstract_1.png);
  background-size: 100% 100%;
  height: 443px;
}
.abstract__inner_first {
  background-image: url(../images/Sterivap.png);
}
.abstract__content {
  position: absolute;
  height: 100%;
  width: 50%;
  top: 0;
  right: 0;
  background-color: rgba(112, 145, 229, 0.6);
  backdrop-filter: blur(1.5px);
  display: flex;
  flex-direction: column;
  gap: 35px;
  justify-content: center;
  padding-left: 80px;
}
.abstract__content::before {
  content: "";
  position: absolute;
  left: -129px;
  top: 0;
  width: 0;
  height: 0;
  border-bottom: 482px solid rgba(112, 145, 229, 0.6);
  border-left: 130px solid transparent;
}
.abstract__item-img {
  width: 35px;
  height: 35px;
}
.abstract__item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.abstract__item-text {
  font-weight: 500;
  line-height: 130%; /* 20.8px */
}
/***************************************************              ABSTRACT_2             ***************************************************/
.abstract__content {
  gap: 25px;
}
.abstract__content h4 {
  font-size: 28px;
  font-weight: 600;
  line-height: 40px; /* 142.857% */
}
/***************************************************              TEMPLATE_TEXT             ***************************************************/
.template-text__inner {
  display: flex;
  align-items: center;
  gap: 75px;
  justify-content: space-between;
}
.template__right {
  max-width: 575px;
}
.template-text__title {
  color: #111315;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px; /* 120% */
  margin-bottom: 24px;
}
.template-text__subtitle {
  color: #111315;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%; /* 21.6px */
  margin-bottom: 20px;
}
.template-text__text {
  color: #000;
  font-weight: 500;
  line-height: 24px; /* 150% */
  margin-bottom: 9px;
}
/***************************************************              SLIDER             ***************************************************/
.certificates__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 40px;
  gap: 20px;
}
.certificates__nav-btn {
  cursor: pointer;
}
.certificatesSliderNext {
  transform: rotate(180deg);
}
/***************************************************              FOOTER             ***************************************************/
.footer {
  background: #000c49;
  padding: 40px 0 30px;
  margin-top: 65px;
}
.mb-65 {
  margin-bottom: 65px;
}
.footer_top {
  display: flex;
}
.footer__logo {
  width: 55px;
  height: 55px;
  display: block;
}
.footer__title {
  margin-left: 15px;
  max-width: 565px;
  font-weight: 700;
}
.footer__middle {
  margin: 25px 0;
  display: flex;
  justify-content: space-between;
}
.footer__numbers {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer__emails a,
.footer__numbers a {
  transition: 0.3s;
}
.footer__emails a:hover,
.footer__numbers a:hover {
  color: #b9b9b9;
  transition: 0.3s;
}
.footer__emails {
  display: flex;
  flex-direction: column;
}
.footer__social {
  display: flex;
  gap: 25px;
  margin-top: 30px;
}
.footer__social a {
  max-width: 22px;
}
.footer__address {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 475px;
}
.footer__bottom {
  display: flex;
  align-items: center;
  gap: 10px;
}
.mkey {
  max-width: 78px;
}

/***************************************************              MAP             ***************************************************/
.map {
  padding-top: 0;
}
.map__content {
  margin-top: 26px;
}
.map__inner {
  position: relative;
}
.map__content {
  border-radius: 20px;
  width: 100%;
  height: 499px;
}
.map__content iframe {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.map__right {
  position: absolute;
}
.gm-style .place-card-large {
  display: none !important;
}
.map__right {
  width: 508px;
  height: 499px;
  bottom: 0;
  right: 0;
  background-color: rgba(112, 145, 229, 0.8);
  backdrop-filter: blur(1.5px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 15px;
  padding: 0 20px 45px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  pointer-events: none;
}
.map__right::before {
  content: "";
  position: absolute;
  left: -129px;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 499px solid rgba(112, 145, 229, 0.8);
  border-left: 130px solid transparent;
}
.map__right p {
  position: relative;
  margin-left: -50px;
}

/***************************************************              CONTACT-INFO             ***************************************************/
.contact-info__inner {
  display: flex;
  justify-content: space-between;
  gap: 140px;
}
.contact-info__phones a,
.contact-info__emails a {
  color: #000;
  transition: color 0.3s;
  width: max-content;
  font-weight: 500;
  line-height: 130%;
}
.contact-info__phones a:hover,
.contact-info__emails a:hover {
  color: #7091e5;
}
.contact-info__phones,
.contact-info__emails {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 50px;
}
.contact-info__phones::after {
  content: "_____";
  color: #7091e5;
  margin-top: -8px;
  margin-bottom: -25px;
}
.contact-info__emails::after {
  content: "_____";
  color: #7091e5;
  margin-top: 10px;
  margin-bottom: -25px;
}
.contact-info__phones {
  gap: 15px;
}
.contact-info__address p {
  max-width: 469px;
  font-weight: 500;
  color: #000;
  margin-bottom: 15px;
  line-height: 130%;
}
.contact-info__social a {
  width: 22px;
  height: 22px;
  margin-top: 15px;
}
.contact-info__social {
  display: flex;
  align-items: center;
  gap: 20px;
}
.contact-info__right form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 488px;
  margin-right: 100px;
}
.contact-info_input {
  width: 100%;
  border-radius: 10px;
  border: 0.5px solid rgba(112, 145, 229, 0.5);
  background-color: #fff;
  padding: 10px;
}
.contact-info__right textarea {
  height: 180px;
}
.contact-info_submit {
  height: 40px;
  width: 100%;
}

/***************************************************             HERO-CATALOG            ***************************************************/
.hero-catalog,
.catalog-item-hero {
  padding-top: 0;
}
.hero-catalog__content {
  display: flex;
  gap: 20px;
}
.filter {
  width: 285px;
  border-radius: 10px;
  overflow: hidden;
}
.filter__top {
  height: 64px;
  background: #000c49;
  display: flex;
  align-items: center;
  padding-left: 20px;
}
.filter__top p {
  font-size: 20px;
  font-weight: 500;
}
.filter__bottom {
  display: flex;
  flex-direction: column;
  padding: 15px 20px;
  background: #eff5ff;
}
.filter__bottom-category {
  color: #000;
  line-height: 130%;
  transition: color 0.3s;
  margin-bottom: 41.5px;
}
.filter__bottom-category:hover {
  color: #7091e5;
}
.catalog-category .category__item {
  height: 265px;
}
.catalog-category .category__item-img {
  max-width: 163px;
  max-height: 143px;
  width: auto;
  height: auto;
}
.catalog-category .category__item-img img {
  height: 100%;
}
.catalog-category .category__item-title {
  font-size: 14px;
}
.catalog-category.category__list > a:nth-child(7) {
  padding: 15px 4px;
}
.template__counter {
  align-self: center;
  display: flex;
  margin-top: 70px;
}
.template__counter * {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
}
.template__counter a {
  padding: 0 10px;
  transition: color 0.3s;
}
.template__counter a:hover {
  color: #7091e5;
}

/***************************************************             HERO-CATALOG-ITEM            ***************************************************/
.catalog-item-hero__content {
  display: flex;
  gap: 20px;
}
.filter__bottom__item {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.filter__bottom__item-title {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
.filter__bottom__item label {
  color: #000;
  display: flex;
  align-items: center;
  gap: 15px;
}
.filter__bottom__item .search {
  margin: 0;
  width: 100%;
  margin-bottom: -10px;
}
.filter__bottom-nav {
  display: flex;
  justify-content: space-between;
}
.filter__bottom-nav p {
  text-decoration-line: underline;
  font-weight: 500;
  cursor: pointer;
}
.filter__bottom-nav .done {
  color: #000c49;
}
.filter__bottom-nav .cencel {
  color: #b1b1b1;
}
.catalog-item-hero__inner {
  display: flex;
  flex-direction: column;
}
.catalog-item-hero__aside .filter__bottom {
  padding: 15px 20px 15px 20px;
}
.catalog-item-hero__aside .filter__bottom.active {
  padding: 15px 20px 15px 20px;
}
.catalog-item-hero__aside .filter__top {
  padding-left: 59px;
  background-image: url(../images/icons/filter.svg);
  background-repeat: no-repeat;
  background-position: left 28px center;
  background-repeat: 20px 20px;
}
/***************************************************             HERO-PRODUCT           ***************************************************/
.product-hero * {
  color: #000;
}
.product-hero__inner {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.product__title {
  color: #000c49;
  font-size: 32px;
  font-weight: 600;
  line-height: 22.743px;
  margin-bottom: 20px;
	line-height: normal;
}
.product__second,
.product__first {
  display: flex;
  margin-top: 20px;
  gap: 5px;
  align-items: flex-end;
}
.product__third .product__grey {
  margin: 0;
}
.product__grey {
	font-weight:600;
	text-decoration: underline;
  color: #000;
  line-height: 130%; /* 20.8px */
}
.price {
  font-size: 20px;
  font-weight: 500;
  line-height: 130%; /* 26px */
}
.product__btn {
  width: 296px;
  height: 44px;
  margin-top: 15px;
}
.product__third {
  display: flex;
  margin: 15px 0;
  gap: 8px;
  align-items: center;
}
.product__third .file {
  font-weight: 600;
  line-height: 26.4px;
  color: #000c49;
  text-decoration-line: underline;
}
.product-hero__right > div:nth-child(7) {
  margin: 0 0 15px;
}
.product-hero__right,
.product-hero__left {
  width: 50%;
}
.product__descrip {
  max-width: 591px;
  margin-top: 10px;
  line-height: 130%;
}
.productSlider {
  max-width: 590px;
}
.productSlider-pagination {
  margin-top: 10px;
  text-align: center;
}
.productSlider-pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background-color: transparent;
  border: 1px solid #000c49;
  opacity: 1;
}
.productSlider-pagination .swiper-pagination-bullet-active {
  background-color: #000c49;
}
.product-hero {
  padding-top: 0;
}
/***************************************************            PRODUCT-TAB           ***************************************************/
.product-tab {
  padding-top: 0;
}
.product__blue {
  color: #7091e5;
  line-height: 130%; /* 20.8px */
  margin: 20px 0 24px;
}
.product-tab__item {
  margin-bottom: 50px;
}
.product-tab__item.close .product-tab__content {
  transform: scaleY(0);
  height: 0;
}
.product-tab__item .product-tab__content {
  transform: scaleY(1);

  transform-origin: top;
  transition: transform 0.26s ease;
}
.product-tab__btn {
  background: #eff5ff;
  width: 100%;
  padding: 17px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.product-tab__btn p {
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
  color: #000;
}

.product-tab__item.close .product-tab__btn img {
  rotate: 180deg;
}
.product-tab__btn img {
  width: 15px;
  height: 15px;
  transition: rotate 0.4s;
}
.product-tab__content-item {
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  justify-content: space-between;
  gap: 10px;
}
.product-tab__content-item p {
  color: #000;
  font-weight: 500;
  line-height: 24px; /* 150% */
  width: 45%;
}
.product-tab__content-item span {
  color: #000;
  font-weight: 300;
  line-height: 24px; /* 150% */
  width: 45%;
  text-align: right;
}
.product-tab__content > div:first-child {
  border-top: none;
}
.product-tab__content.list {
  margin-top: 10px;
}
.product-tab__content.list li {
  display: flex;
  align-items: center;
  gap: 5px;
}
.product-tab__content.list ul {
  list-style: disc;
  margin-top: 10px;
}
.product-tab__content.list li {
  margin: 5px 0;
  color: #000;
  margin-left: 22px;
  font-weight: 500;
  line-height: 24px;
}
.product-tab__content.list2 li strong {
  color: #000;
  font-weight: 700;
}
.product-tab__content.list2 p strong, .product-tab__content.list2 p strong em {
  color: #000;
  font-weight: 700;
}
.product-tab__content.list2 p {
  color: #000;
  margin-bottom: 10px;
  font-weight: 500;
}
.product-tab__content.list2 h6, .product-tab__content.list2 h6 p{
	  color: #000;
	font-size: 15px;
  margin-bottom: 10px;
  font-weight: 400;
	
}
.product-tab__content.list li img {
  width: 15px;
  height: 15px;
}
.product-tab__content.list li p {
  font-weight: 500;
  line-height: 24px;
  color: #000;
  margin: 5px 0;
}
.product-tab__content.list p {
  color: #000;
}
.product-tab__content.list2 ul {
  list-style: disc;
  margin-top: 10px;
}
.product-tab__content.list2 li {
  margin: 5px 0;
  color: #000;
  margin-left: 22px;
  font-weight: 500;
  line-height: 24px;
}
/***************************************************            PRODUCT-PRICE           ***************************************************/
.product-price {
  padding-top: 0;
}
.product-price__top {
  background: #eff5ff;
  padding: 17px;
  margin-bottom: 30px;
}
.product-price__top p {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%; /* 26px */
}
.product-price__list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.product-price__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.product-price__item p {
  color: #000;
  text-align: center;
  font-weight: 500;
  line-height: 24px; /* 150% */
  max-width: 261px;
}
.product-price__item img {
  width: 66px;
  height: 66px;
  padding: 13px;
  background-color: #eff5ff;
  border-radius: 50%;
}
.product-price__bottom h4 {
  color: #000c49;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%; /* 26px */
}
.product-page .advice {
  padding-top: 20px;
}

/***************************************************              ABOUT             ***************************************************/
.about-block {
  /* padding-top: 30px; */
}
.about-block__content {
  display: flex;
  gap: 20px;
}
.about-block__content .text {
  margin-top: 24px;
  color: #000;
  font-weight: 500;
}
.about-block__content div {
  flex: 1;
}
.about-block span {
  margin: -20px 0 20px 0px;
  display: block;
  color: rgb(0, 12, 73);
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
}
/***************************************************              LIST             ***************************************************/
.list ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.list .list__item {
  display: flex;
  align-items: center;
  gap: 5px;
}
.list .list__item img {
  width: 13px;
}
.list .list__item p {
  font-weight: 500;
  line-height: 24px;
  color: #000;
}
.list .img {
  width: 328px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.list span {
  display: block;
  margin: -20px 0 20px;
  color: rgb(0, 0, 0);
  font-size: 20px;
  font-weight: 500;
}
/***************************************************              partnership             ***************************************************/
.partnership-block__title {
  font-size: 32px;
  font-weight: 500;
}
.partnership-block__text {
  margin-top: 20px;
  font-weight: 500;
  line-height: 130%;
}
.partnership-block__content {
  background-image: url(../images/partner-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 692px;
  bottom: 0;
  padding: 50px 120px;
}
.partnership-block__inner {
  background-image: url(../images/partner.png);
  background-repeat: no-repeat;
  background-position: center center;
  height: 443px;
  background-size: contain;
}
.custom {
  margin: 80px 0;
}
/***************************************************              blog             ***************************************************/
.blog-block__content {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.text-page__content * {
  color: #000;
}
.blog-block__item {
  flex: 48%;
  max-width: 48%;
  border-radius: 15px;
  background: rgba(112, 145, 229, 0.2);
  padding: 15px;
  transition: scale 0.4s;
}
.blog-block__item:hover {
  scale: 0.97;
}
.blog-block__item .img {
  height: 354px;
  margin-bottom: 48px;
}
.blog-block__item .img img {
  object-fit: cover;
  height: 100%;
}
.blog-block__item h4 {
  color: rgb(0, 0, 0);
  font-size: 22px;
  font-weight: 500;
  line-height: 27px;
}
.blog-block__item p {
  margin: 10px 0 15px;
  color: #000;
  font-weight: 500;
  line-height: 130%;
  font-size: 14px;
}
.blog-block__item span {
  color: rgb(0, 0, 0);
  font-size: 14px;
}
.showMore {
  position: relative;
  margin-top: 30px;
  text-decoration: underline;
  display: block;
  text-align: center;
  cursor: pointer;
  color: rgb(112, 145, 229);
}
.blog-block__content {
  color: #000;
}
.text-page {
  min-height: 100vh;
  margin-bottom: 20px;
}
.sertificates__content {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.sertificates__item {
  flex: 30%;
  max-width: 30%;
  border-radius: 30px;
}
.woocommerce-breadcrumb {
  padding: 20px 0;
  margin: 118px auto 0;
  color: #000c49;
  width: 1200px;
}
.woocommerce-breadcrumb a {
  color: #000c49;
}
.blog-block__content *,
.post-content * {
  color: #000;
  display: block;
}
.single-page section {
  padding-top: 0;
}
.single-page section .img {
  max-width: 60%;
}
.single-page section .title {
  margin: 20px 0 15px;
}
.nav-item {
  position: relative;
  z-index: 1;
}
.nav__item a.menu-inner-link {
  padding: 0;
}
.filter__bottom-category-link {
  color: #000;
  display: block;
  margin-bottom: 30px;
  transition: all 0.2s ease;
}

.filter__bottom-category-link:last-child {
  margin-bottom: 0;
}
.filter__bottom-category-link:hover {
  text-shadow: 0px 0px 0 #7091e5, 0px 0px 0 #7091e5, 0px 0px 0 #7091e5,
    0px 0px 0 #7091e5;
}

.filter__bottom-category:last-child {
  margin-bottom: 0;
}
.header-menu-inner-phone {
  top: 47px;
  min-width: 100%;
  width: 100%;
}
.header-menu-inner-phone p {
  padding-bottom: 10px;
}
.header-menu-inner-phone p:last-child {
  padding-bottom: 20px;
}
.header-menu-inner.active {
  padding-bottom: 20px;
}
.padding-top {
  padding-top: 80px;
}
bdi {
  color: #000;
}
#menu-catalog.header-menu-inner {
  min-width: 350px;
}
.contact-page {
  /* margin-top: 30px; */
}
.woocommerce-Price-currencySymbol {
  color: #000;
}
.search-page {
  margin-top: 118px;
}
.search-page .page-header {
  margin-top: 50px;
}
.search-page p {
  color: #000;
}
.search-page .template__item-img img {
  width: 100%;
}
.search-page .template__item-img {
  height: 485px;
}
.title span {
  color: #000c49;
  font-weight: 500;
}
header {
  flex: 0 0 auto;
}
.main {
  flex: 1 0 auto;
}
#primary {
  flex: 1 0 auto;
}
footer {
  flex: 0 0 auto;
}
.woocommerce-product-gallery__wrapper {
  background-color: #c5d3f5;
  border-radius: 20px;
}
.woocommerce-product-gallery__image {
  height: 100%;
}
.woocommerce-product-gallery__image a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 100px;
}
.woocommerce-product-gallery__image a img {
  height: 100%;
}
.catalog-item-hero__list.template__list .products {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.catalog-item-hero__list.template__list .products .product {
  width: 25%;
  padding: 10px;
}
.catalog-item-hero__list {
  width: 100%;
  margin: 0 -10px;
}
.woocommerce-loop-product__link {
  display: block;
  margin-bottom: 10px;
}
.woocommerce-loop-product__link img {
  width: 100%;
  height: 220px;
  object-fit: contain;
  max-width: 100%;
  padding: 20px;
  border-radius: 10px;
  background: #eff5ff;
  margin-bottom: 10px;
}
.woocommerce-loop-product__title {
  color: #000;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border: none !important;
  position: absolute;
  bottom: 0;
  text-align: center;
  left: -40px;
}
.woocommerce-Price-amount bdi,
.woocommerce-Price-amount {
  font-weight: 500;
  font-size: 16px;
  color: #000;
}
.woocommerce-Price-amount bdi {
  margin-left: 5px;
}
.catalog-item-hero__list.template__list .products .product .price {
  margin-bottom: 10px;
}
.button-more {
  color: rgb(0, 12, 73);
  font-weight: 600;
  line-height: 22.74px;
  border-bottom: 1px solid rgb(0, 12, 73);
}
.productSlider-slide {
  padding: 20px;
  border: 4px solid #c5d3f5;
  border-radius: 20px;
  position: relative;
  max-height: 600px;
}
.emblema-img {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.productSlider-slide img {
  max-height: 570px;
	object-fit: contain;
}
.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(1.1);
  opacity: 0;
  z-index: -5;
  transition: all 0.5s ease;
}
.modal.active {
  opacity: 1;
  z-index: 1000;
}
.modal-gallery-inner {
  position: relative;
  z-index: 10;
  margin: 30px;
  height: 60%;
  background-color: #c5d3f5;
  border-radius: 20px;
  /* padding: 30px 30px; */
}
.modal-gallery-inner img {
  display: block;
  width: 100%;
  height: 100%;
}
.modal:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  top: 0;
  left: 0;
}
.modal-btn {
  cursor: pointer;
}
.policy-cotent * {
  color: #000;
}
.padding-bottom {
  padding-bottom: 40px;
}
.text-page__content ul {
  list-style: disc;
}
.text-page__content ol {
  list-style: auto;
}
.text-page__content ol li {
  margin-left: 20px;
}
.text-page__content ol li::marker {
  font-weight: 600;
}
.text-page__content ul li {
  margin-left: 20px;
}
.bapf_head h3 {
  color: rgb(0, 0, 0);
  margin-bottom: 15px;
  font-weight: 600;
  line-height: 20px;
}
.bapf_body ul li {
  margin-bottom: 10px !important;
}
.bapf_body ul li:last-child {
  margin-bottom: 0 !important;
}
.bapf_body label {
  color: rgb(0, 0, 0);
  margin-left: 15px;
}
.bapf_body input {
  border-radius: 5px;
}
.bapf_body input[type="checkbox"] {
  background: transparent;
  border: 1px solid #555;
}
.bapf_sfilter {
  margin-bottom: 0;
}
.bapf_body input[type="checkbox"]:checked:after {
  content: "";
  width: 5px;
  height: 11px;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  display: block;
  position: absolute;
  top: 1px;
  left: 6px;
  transform: rotate(45deg);
}
.clear-filter-btn .bapf_reset {
  color: rgb(177, 177, 177);
  line-height: 20px;
  text-decoration-line: underline;
  padding: 0;
  background: transparent;
  border: none;
}
.berocket_single_filter_widget:first-child {
  margin-top: 0;
}
.berocket_single_filter_widget {
  margin-top: 15px;
}
.entry-title a {
  color: #000;
  display: block;
}
.template__list {
  justify-content: flex-start;
}
.template {
  padding-bottom: 40px;
}
.sertificates-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.pagination-link {
  color: #7091e5;
  font-size: 20px;
  padding: 0 10px;
}
.contact-info__right .contact-info_input {
  margin-bottom: 15px;
}
.contact-info__right textarea.contact-info_input {
  margin-bottom: 40px;
}
.custom strong,
.custom b {
  color: #000;
}
.text-block .title {
  margin-bottom: 20px;
  display: inline-block;
  border-bottom: 2px solid #000c49;
  line-height: 1;
}
.text-page h2 {
  font-size: 24px;
}
.trp-language-switcher > div > a,
.trp-ls-shortcode-language,
.trp-ls-shortcode-current-language,
.trp-language-switcher {
  height: auto;
  width: 100% !important;
  padding: 0 !important;
  z-index: 3;
  overflow: visible !important;
  background-position: right 3px center !important;
  border: none !important;
  color: #fff;
}
.trp-language-switcher > div {
  padding: 0;
  background-color: #000c49;
}
.trp-language-switcher > div > a:first-child {
  padding: 0 !important;
}
.trp-ls-shortcode-current-language::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  top: 6px;
  right: -4px;
  display: block;
  transform: rotate(-135deg);
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
.trp-language-switcher > div {
  padding: 0;
  background-color: #000c49;
}
.trp-ls-shortcode-language {
  padding: 0 5px 5px 5px !important;
}
.trp-ls-shortcode-current-language {
  padding: 0 5px !important;
  position: relative;
}
.trp-language-switcher > div > a:hover {
  background-color: #252525;
  color: #fff;
}
.product-btn {
  margin-top: 0;
}
.wpcf7 form.sent .wpcf7-response-output {
  position: absolute;
  border: none !important;
  text-align: center;
  left: 35px;
}
.filter__bottom .search {
  width: 100%;
  margin: 0;
}
html {
  margin-top: 0 !important;
}
.advice__title {
  max-width: 420px;
}
.advice__right {
  width: 45%;
}
strong span {
  font-weight: 600;
}
.read-icon {
  width: 15px;
  height: 5px;
  margin-right: 10px;
}
.read-icon svg {
  width: 100%;
  height: 100%;
}
.read-flex-block {
  display: flex;
  align-items: center;
}
.text-page em {
  font-style: italic;
}
.text-page em strong {
  font-style: italic;
}
.custom strong a {
  color: #7091e5;
  font-weight: 600;
}
.product__grey.blue_btn_link{
    background: #7091e5;
    color: #fff;
    font-weight: 600;
	border-radius: 5px;
	padding: 3px 8px;
	text-decoration: none;
}
.product__grey.blue_btn_link:hover {
    background: #000c49;
    color: #7091e5 !important;
}

.woocommerce-pagination.custom-pagination span, .woocommerce-pagination.custom-pagination a{
	color: #000;
}
.woocommerce-pagination.custom-pagination{
	width: 100%;
	margin-top: 10px;
}
.woocommerce-pagination.custom-pagination ul {
    display: flex
;
    gap: 10px;
    width: 100%;
    justify-content: center;
}

.price, .template__item-price{
	display: block;
	margin-top:10px;
	font-weight: 600;
    font-size: 16px;
    color: #000;
}

.product.product_cat-stelizatori-povitryani .emblema-img,
.product.product_cat-termostati-syhopovintyani .emblema-img,
.product.product_cat-akvadisibrilyatori-elektrichni .emblema-img{
	display: none;
}
