:root {
  --color-white: #ffffff;
  --color-black: #000000;
  --color-green: #188d37;
  --color-gray: #5c5c5c;
  --color-blue: #00488d;
}

/* ----------------fonts---------------- */
@font-face {
  font-family: "Nunito";
  src: url(../fonts/Nunito-Medium.ttf) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nunito";
  src: url(../fonts/Nunito-SemiBold.ttf) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url(../fonts/Nunito-Bold.ttf) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url(../fonts/Nunito-ExtraBold.ttf) format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
/* ------------------------------------ */

/* _ CSS Reset _ */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body,
html {
  height: 100%;
  font-family: "Nunito", Arial, sans-serif;
}

body {
  color: var(--color-black);
  scroll-behavior: smooth;
}

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

.privacy ol,
.privacy ul,
.privacy li {
  list-style: initial;
}

a {
  text-decoration: none;
  color: var(--color-black);
  transition: 0.3s ease;
}

a:hover {
  color: rgb(4 157 224) !important;
  transition: 0.3s ease;
}

button {
  background-color: transparent;
  border: none;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  outline: none;
  cursor: pointer;
}
/* __ */

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

h1 {
  hyphens: none;
  position: relative;
  color: var(--color-blue);
  font-size: 34px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

h2 {
  position: relative;
  font-size: 24px;
  font-weight: 800;
  line-height: normal;
  color: var(--color-blue);
  hyphens: none;
}

h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  hyphens: none;
}

h1::after,
h2::after {
  content: "";
  display: block;
  width: 43px;
  height: 2.5px;
  background: #029cdc;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
}

.grecaptcha-badge {
    display: none !important;
}

main {
  position: relative;
}
.wpcf7-response-output {
  position: relative !important;
}
form.wpcf7-form.invalid {
  gap: 12px;
}
/* modal window */

.series-first-screen-body_gallery__body.swiper-slide.swiper-slide-active img {
  cursor: pointer;
}

.modal-image {
  display: none; 
  position: fixed; 
  z-index: 1000; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgba(0,0,0,0.8);
}

.modal-image_container {
  display: flex;
  padding: 100px 15px 100px; 
  position: relative;
  width: 100%; 
  height: 100%; 
}

a.modal-next.modal-arrow {
  right: 30px;
}

a.modal-prev.modal-arrow {
  left: 30px;
}

a.modal-arrow {
  display: block;
  cursor: pointer;
  position: absolute;
  top: 50%;
  font-size: 45px;
  font-weight: 200;
  color: #fff;
  transform: translateY(-50%);
}

.modal-content {
  margin: auto;
  display: block;
  width: 100%;
  object-fit: contain;
  max-width: 80%;
  max-height: 80%;
}

.close-image {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close-image:hover,
.close-image:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* privacy */

.privacy {
  padding: 20px 0 30px;
}

.privacy-list_title h3 {
  padding: 35px 0 15px;
  position: relative;
  text-align: center;
  margin-bottom: 25px;
}

.privacy h3::before {
  display: none !important;
}

.privacy-title h1 {
  font-weight: 500;
  text-align: center;
  margin: 10px 0 15px;
}

/* --form-- */
form.wpcf7-form p {
  line-height: 0;
}
.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 1em;
  line-height: 1;
  font-weight: normal;
  margin-bottom: 15px;
  display: block;
}

.wpcf7-response-output {
  position: absolute;
  bottom: 0;
}
/* ---- */

/* general button */
.general-button {
  cursor: pointer;
  border-radius: 7px;
  background: var(--color-blue);
  padding: 14.5px 15px;
  max-width: 225px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.general-button:hover {
  background: #063058;
}

.general-button span {
  color: var(--color-white);
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}

.general-button {
  color: var(--color-white);
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}

.margin-none {
  margin: 0 !important;
}

/* ______ header ______ */

header {
  padding: 19px 0 32px;
  width: 100%;
  position: fixed; /* Спочатку хедер має звичайне положення */
  width: 100%;
  transition: top 0.3s ease-in-out;
  z-index: 1000; /* Щоб хедер був над іншими елементами */
  background: var(--color-white);
}

header.shadow {
  -webkit-box-shadow: 0px 20px 39px -33px rgba(41, 41, 41, 0.4);
  -moz-box-shadow: 0px 20px 39px -33px rgba(41, 41, 41, 0.4);
  box-shadow: 0px 20px 39px -33px rgba(41, 41, 41, 0.4);
}

header.fixed {
  background: var(--color-white);
  position: fixed;
  top: 0; /* При фіксації хедер переміщається на самий верх */
  -webkit-box-shadow: 0px 20px 39px -33px rgba(41, 41, 41, 0.4);
  -moz-box-shadow: 0px 20px 39px -33px rgba(41, 41, 41, 0.4);
  box-shadow: 0px 20px 39px -33px rgba(41, 41, 41, 0.4);
}

.header .container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
}

.focus-id-link {
  color: rgb(4 157 224);
  transition: 0.3s ease;
  font-size: 17px !important;
}

.header-button_and_search {
  display: flex;
  align-items: center;
}

.header-search_form {
  display: flex;
  justify-content: space-between;
  width: 316px;
  align-items: center;
  padding: 0 10px;
}

.header-search_button {
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  border-radius: 7px;
  background: #f4f4f4;
  margin: 0 15px;
  cursor: pointer;
}

.header-search_form {
  position: absolute;
  opacity: 0;
  /* z-index: -1; Потенційно може бути проблематичним */
  transition: opacity 0.5s ease, transform 0.5s ease;
  transform: translateY(0); /* Початкове положення форми для анімації */
  border-bottom: 1px solid #e5e2e2;
  background: var(--color-white);
}

.header-search_form.active {
  /* bottom: -100%; Можливо, це значення потребує корекції або заміни */
  opacity: 1;
  z-index: 1; /* Забезпечує, що форма буде над іншими елементами */
  transform: translate(-30%, 50%); /* Кінцеве положення форми */
}

.header-search_form input:focus {
  outline: none;
  border: none;
}

.text-search::-webkit-search-cancel-button {
  display: none;
}

.header-search_form form#searchform {
  width: 90%;
}

input.text-search.wp-block-search__input {
  width: 100%;
}

.header-search_form__close {
  cursor: pointer;
}

.wp-block-search__input {
  border: 0;
}

header ul#menu-menu {
  align-items: center;
}

.header a {
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s ease;
}

.header .menu-item-has-children {
  position: relative;
}

.header .menu-item-has-children li a {
  color: #000;
}

.header .menu-item-has-children:hover .sub-menu {
  max-height: fit-content;
  min-height: fit-content;
  overflow: visible;
  visibility: visible;
  opacity: 1;
  top: 100%;
  transition: 0.3s;
  -webkit-box-shadow: 0px 0px 44px -27px var(--color-gray);
  -moz-box-shadow: 0px 0px 44px -27px var(--color-gray);
  box-shadow: 0px 0px 44px -27px var(--color-gray);
}

.header .menu-item-has-children .sub-menu li {
  padding: 10px 15px;
}

.header .menu-item-has-children .sub-menu {
  position: absolute;
  width: 295px;
  opacity: 0;
  visibility: hidden;
  padding: 10px;
  background: var(--color-white);
  top: -150%;
}

.header .menu-item-has-children 

.list-menu a:hover,
.header-phone a:hover,
.header-phone .header-phone_dropdown-menu li a:hover {
  color: rgb(4 157 224);
  transition: 0.3s ease;
}

.header-phone .header-phone_dropdown-menu {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transform: translate(0px, -20px);
  transition-delay: 0.5s;
  background-color: white;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  padding: 4px 2px;
  position: absolute;
  top: 120%;
  left: -13px;
}

.header-phone:hover .header-phone_dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translate(0px, 5px);
  transition: opacity 0.4s, visibility 0.4s, transform 0.4s;
}

.header-phone:hover svg {
  transform: rotate(180deg);
  transition: 0.3s;
}

.header-phone .header-phone_dropdown-menu li {
  list-style: none;
}

.header-phone .header-phone_dropdown-menu li a {
  display: block;
  padding: 8px 12px;
  text-decoration: none;
  color: black;
}

.header-logo {
  max-width: 120px;
}

.header-logo img {
  width: 100%;
  max-width: 90px;
}

.list-menu {
  display: flex;
}

.header .list-menu li {
  padding: 0 17px;
  padding: 20px 17px;
}

#menu-item-21 {
  position: relative;
}

/* Скрытие подменю и задание начального положения */
#menu-item-21 ul.sub-menu {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transform: translate(-20px, -20px);
  transition-delay: 0.5s;
  background-color: white;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  padding: 8px 6px;
}

/* Показ подменю при наведении */
#menu-item-21:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translate(-20px, 5px);
  transition: opacity 0.4s, visibility 0.4s, transform 0.4s;
}

#menu-item-21 ul.sub-menu li {
  padding: 7px 14px;
}

.active .sub-menu {
  opacity: 1;
  visibility: visible;
}

.mobile-menu.active .sub-menu {
  display: none;
}

.header-phone {
  display: flex;
  align-items: center;
  position: relative; /* Для позиціонування випадного списку */
}

.header-phone svg {
  margin-left: 12px;
  cursor: pointer;
  transition-delay: 0.5s;
}

.burger-menu {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width: 30px;
  height: 25px;
  background: transparent;
  border: none;
  cursor: pointer;
}

.burger-bar {
  display: block;
  width: 100%;
  height: 3px;
  background: var(--color-blue); /* Колір полосок */
  border-radius: 10px; /* Закруглення країв */
  transition: all 0.3s ease-in-out;
}

.mobile-menu {
  position: fixed;
  display: flex;
  flex-direction: column;
  padding: 20px;
  align-items: center;
  justify-content: center;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  transition: left 0.3s ease;
  z-index: 1000;
}

.mobile-menu.active {
  left: 0; /* Показати меню */
}

.mobile-menu.active .menu-item {
  margin-bottom: 14px;
}

.mobile-menu.active li {
  font-size: 20px;
  margin: 0;
  padding: 10px 0;
  text-align: center;
}

.mobile-menu .header-phone {
  margin: 30px 0;
}

.mobile-menu .header-phone a {
  color: var(--color-green);
  font-weight: 500;
}

.mobile-menu.active,
.mobile-menu.active a {
  font-size: 23px;
}

.button-close {
  position: absolute;
  top: 25px;
  right: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background: transparent;
  border: none;
  cursor: pointer;
}

.close-bar {
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  background: var(--color-blue);
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}

.close-bar:first-child {
  transform: rotate(45deg); /* Перша полоска під кутом 45 градусів */
}

.close-bar:last-child {
  transform: rotate(-45deg); /* Друга полоска під кутом -45 градусів */
}

.mobile-menu .list-menu,
.mobile-menu.active .header-phone {
  display: flex;
  flex-direction: column;
}

.mobile-menu .header_button {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 66px;
}

/* ______ First screen ______ */

.first-screen .container {
  padding: 21px 0 107px;
  width: 100%;
  max-width: 100%;
}


.swiper-first-screen-arrow {
  max-width: 10px;
  width: 100%;
  bottom: 28px;
}

.first-screen .first-screen-slider-mobile {
  display: none;
}

.swiper-first-screen-arrow.swiper-button-next {
  right: 50%;
  top: auto;
  transform: translate(25px, 0%);
}

.swiper-first-screen-arrow.swiper-button-prev {
  left: 50%;
  top: auto;
  transform: translate(-25px, 0%);
}

.swiper-button-next,
.swiper-button-prev {
  width: 43.75px !important;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  display: none;
}

.first-screen_img {
  max-width: 100%;
  width: 100%;
}

.first-screen_img img {
  width: 100%;
  object-fit: cover;
}

.contact-us .container {
  display: flex;
  width: 100%;
  justify-content: center;
}

.contact-us .general-button {
  min-width: 159px;
  padding: 13px 30px;
}

/* brend-catalog */
.catalog-info .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  padding-bottom: 33px;
}

.catalog-info-subtitle {
  max-width: 928px;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

.catalog-info h1 {
  position: relative;
  display: inline-block;
  margin-bottom: 42px;
  color: #00488d;
  font-family: Nunito;
  font-size: 24px;
  font-weight: 800;
  line-height: normal;
}

section.catalog {
  padding: 70px 0 76px;
}

section.brend-cards {
  padding-bottom: 53px;
}

.brend-cards .container {
  display: grid;
  grid-template-columns: repeat(
    4,
    1fr
  ); /* Створює дві колонки з однаковою шириною */
  grid-gap: 20px; /* Відстань між рядами 42px і між колонками 84px */
}

.brend-cards_block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  border: 1px solid #ececec;
  background: #fff;
  padding: 32px 24px;
}

.brend-cards_block__text {
  display: flex;
  align-items: center;
  cursor: pointer;
}

a.brend-cards_block__text.brend-cards_block__text-category svg {
  margin-left: 12px;
}

.brend-cards_block__img {
  max-width: 120px;
}

.brend-cards_block__img img {
  max-width: 100%;
}

a.brend-cards_block__text-category p {
  color: #029cdc;
}

a.brend-cards_block__text.brend-cards_block__text-category:hover p {
  color: var(--color-blue);
}

a.brend-cards_block__text.brend-cards_block__text-category:hover path {
  fill: var(--color-blue);
}

/* ______ hits ______ */
.hits-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 27px;
}

.hits-title-text h2::after {
  display: none;
}

.hits-title .hits-title-button {
  margin-left: 15px;
}

.hits-cards {
  display: grid;
  grid-template-columns: repeat(
    4,
    1fr
  ); /* Створює дві колонки з однаковою шириною */
  grid-gap: 20px; /* Відстань між рядами 42px і між колонками 84px */
}

.hits-cards_block {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  border: 1px solid #ececec;
  background: #fff;
  padding: 32px 24px;
}

.hits-cards_block__arrow {
  position: absolute;
  top: 17px;
  right: 17px;
  cursor: pointer;
}

.hits-cards_block__arrow:hover circle {
  stroke: var(
    --color-blue
  ); /* Змінюємо колір stroke на зелений при наведенні */
}

.hits-cards_block__arrow:hover path {
  fill: var(--color-blue);
}

.hits-cards_block__title h3 {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 14px;
}

.hits-cards_block__text {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hits-cards_block__text p {
  padding: 4px 0;
  color: #848484;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  width: 100%;
}

.hits-cards_block__img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 130px;
  margin-bottom: 20px;
}

.hits-cards_block__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

a.hits-cards_block__text-category p {
  color: #029cdc;
}

/* ______ Clients slider ______ */

.clients {
  padding: 80px 0 76px;
  position: relative;
}

.clients .container {
  max-width: 1100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.clients-title {
  text-align: center;
  margin-bottom: 58px;
}

.clients-title h2:after {
  display: block;
}

.clients-subtitle {
  margin: 27px 0 40px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: var(--color-gray);
  max-width: 720px;
}

.clients-slider_slide__button .general-button {
  width: 201px;
}

.clients-slider {
  max-width: 100%;
}

.slide-wrapper {
  display: flex;
  justify-content: space-between;
}

.clients-slider_slide__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 340px;
  width: 100%;
}

.clients-slider_slide__title {
  margin-bottom: 20px;
}

.clients-slider_slide__title h3 {
  color: var(--color-black);
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}

.clients-slider_slide__subtitle p {
  color: #848484;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  padding: 4px 0;
}

.clients-slider_slide__descripton {
  margin-top: 15px;
}

.clients-slider_slide__descripton p {
  margin: 8px 0;
  font-size: 14px;
  font-weight: 500;
  color: var(--color-gray);
}

.clients-slider_slide__img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
  max-width: 535px;
  width: 100%;
  height: 338px;
}

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

.clients-slider_slide__button {
  margin-top: 28px;
}

.swiper-button-disabled svg circle {
  fill: #eeeeee; /* Новый цвет фона */
}

.swiper-button-disabled svg path {
  stroke: #a5a5a5;
}

.swiper-button-arrow.swiper-button-next {
  right: -5%;
  top: auto;
  bottom: 40%;
  transform: translateY(50%);
}

.swiper-button-arrow.swiper-button-prev {
  left: -5%;
  top: auto;
  bottom: 40%;
  transform: translateY(50%);
}

.swiper-button-next,
.swiper-button-prev {
  width: 43.75px !important;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  display: none;
}

/* ______ be partner _____ */

.be-partner {
  background: url(https://mdv-ukraine.com.ua/wp-content/uploads/2024/01/be-partner-bg.webp) no-repeat center center;
  background-size: cover;
  height: 388px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.be-partner .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.be-partner_advantages {
  display: flex;
  justify-content: space-between;
  max-width: 56%;
  width: 100%;
}

.be-partner_advantages__block {
  max-width: 210px;
  width: 100%;
  margin: 0 7px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.be-partner_block__img {
  border-radius: 7.7px;
  background: #fff;
  width: 66px;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}

.be-partner_info p {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}

.be-partner_info h3 {
  padding: 15px 0 24px;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  line-height: normal;
}

.be-partner_block__title p {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}

.be-partner_info__button .general-button {
  background: white;
  box-sizing: border-box;
  border: 1px solid var(--color-white);
}

.be-partner_info__button .general-button span {
  color: var(--color-blue);
}

.be-partner_info__button .general-button:hover {
  border: 1px solid var(--color-blue);
}

.be-partner_info__button .general-button:hover span {
  color: #029cdc;
}

/* _____ subscribe _____ */
.subscribe {
  padding: 69px 0 59px;
}

.subscribe .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.subscribe-title {
  margin-bottom: 15px;
}

.subscribe-subtitle {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 25px;
}

.subscribe .general-button {
  margin-top: 8px;
  min-width: 169px;
  border: none;
}

.subscribe-title h2::after {
  display: none;
}

.subscribe form.wpcf7-form.init {
  display: flex;
  flex-direction: column;
  align-items: center;
}

label.form-label .input-class {
  max-width: 400px;
  width: 100%;
  padding: 15px 35px 15px 20px;
  border-radius: 7px;
  border: 1px solid #ececec;
  resize: none;
  cursor: pointer;
}

.subscribe label.form-label .input-class {
  margin-bottom: 13px;
}

label.form-label .input-class::placeholder {
  color: #848484;
  font-size: 14px;
  font-weight: 500;
  line-height: 0;
}

.subscribe-form p {
  width: fit-content;
}

span.wpcf7-spinner {
  display: none;
}

/* __________________________________ ---Contacts--- __________________________________ */

.contacts {
  padding: 0 0 71px;
  position: relative;
}

.contacts-body_block {
  width: 80%;
}

.contacts-title h2 {
  font-size: 34px;
  font-weight: 800;
  line-height: normal;
}

.contacts-body-info {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.contacts-body-info ul.footer-phone,
.contacts-body-info_adress,
.contacts-body-info_social-network {
  margin-right: 10px;
}

.contacts-body-info_social-network {
  display: grid;
  grid-template-columns: repeat(3, 32px);
  grid-gap: 12px;
}

span.wpcf7-spinner {
  display: none;
}

.contacts-body-info_adress a,
.contacts-body-info_social-title {
  display: block;
  margin-bottom: 12px;
}

.id-absolute {
  position: absolute;
  top: -110px;
  display: block;
}

.contacts-body {
  display: flex;
  justify-content: space-between;
}

.contacts-body_form {
  max-width: 400px;
  width: 100%;
  margin: 0 15px;
}

.contacts-body-info_contacts {
  display: flex;
  justify-content: space-between;
  width: 70%;
}
.f-direction-column{
	flex-direction: column;
}
.contacts-title {
  margin-bottom: 34px;
}

.contacts-body_form form {
  display: flex;
  flex-direction: column;
}

.contacts-body_info p {
  margin-bottom: 12px;
}

.contacts-body_info p a {
  font-size: 16px;
  font-weight: 500;
}

.contacts-body_info p a:hover {
  color: #029cdc;
  transition: 0.3s ease;
}

.contacts-body_form h2 {
  color: var(--color-blue);
  font-size: 24px;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 15px;
}

form.wpcf7-form.init input::placeholder,
form.wpcf7-form.init textarea::placeholder {
  color: #848484;
  font-family: Gilroy;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px; /* 128.571% */
}

.contacts-title h2::after,
.contacts-body_form h2::after {
  display: none;
}

form.wpcf7-form.init p, div#popmake-1262 p {
  margin-bottom: 13px;
}

#popmake-1262 .wpcf7-not-valid-tip {
  margin-top: 10px;
}

#popmake-1262 input.wpcf7-form-control.wpcf7-submit.has-spinner.general-button {
  margin: 10px auto 0;
}

#popmake-1262 .wpcf7-response-output {
  display: none;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.general-button {
  margin: 0 auto;
}

div#pum_popup_title_1262 {
  font-family: Nunito;
  font-size: 24px;
  font-weight: 800;
  line-height: 32.74px;
  text-align: center;
}

form.wpcf7-form.init p, div#popmake-1262 p {
  text-align: center;
}

.contacts-body_form form input,
.contacts-body_form form textarea {
  max-width: 400px;
  width: 100%;
  padding: 15px;
  border-radius: 7px;
  border: 1px solid #ececec;
  resize: none;
}

.contacts-body-info .footer-phone a {
  text-wrap: nowrap;
}

.contacts-body_img {
  max-width: 480px;
  border-radius: 9.14px;
}

.contacts-body_img img {
  width: 100%;
}

button[type="submit"] {
  border: none;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.general-button {
  max-width: 170px;
}

.contacts-body-wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.mobile-version {
  display: none;
}

/* __________________________________ ---ПРО БРЕНД--- __________________________________ */

/* all classes */
.about-brand .container {
  padding: 0 20px;
}
.brand-wrapper {
  padding: 87px 102px 87px 100px;
  color: var(--color-white);
}

.brand-mobile {
  display: none;
}

.background-title {
  margin-bottom: 40px;
}

.background-title h2 {
  color: var(--color-white);
}

.background-title h2::after {
  display: none;
}

.background-description {
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
}

.block-hidden {
  visibility: hidden;
}
/* ----------- */

mark.count {
  display: none;
}

.brand-first-screen {
  min-height: 388px;
  color: var(--color-white);
}

.brand-first-screen_wrapper {
  max-width: 840px;
  width: 100%;
}

.brand-first-screen_title h1 {
  color: var(--color-white);
  font-size: 34px;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 27px;
}

.brand-first-screen_title h1::after,
.brand-first-screen_title h2::after {
  display: none;
}


.brand-first-screen_description p {
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
}

/* ----- */

section.midea-group {
  padding: 69px 0 68px;
}

.midea-group_title {
  margin-bottom: 42px;
}

.midea-group_title h2 {
  text-align: center;
}

.midea-group_title h2:after {
  display: block;
}

section.midea-group p {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

.midea-group .container {
  max-width: 857px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.midea-group_subtitle {
  margin-bottom: 38px;
}

.midea-group_info {
  max-width: 798px;
  width: 100%;
  padding: 21px 10px;
  display: flex;
  justify-content: space-around;
  border-radius: 10px;
  border: 1.6px solid #029cdc;
  margin-bottom: 39px;
}

.midea-group_info__block {
  padding: 0 15px;
}

.midea-group_info__number {
  color: #00488d;
  font-size: 34px;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
}

.midea-group_info__text {
  text-align: center;
  color: var(--color-black);
  font-size: 12.973px;
  font-weight: 500;
  line-height: normal;
}

/* ----- */

.robotic {
  min-height: 422px;
  width: 100%;
}

.robotic-wrapper {
  max-width: 755px;
  width: 100%;
  color: var(--color-white);
}

/* ------ */

.bases {
  padding: 69px 0 68px;
}

.bases .bases-title {
  margin-bottom: 45px;
}

.bases .bases-title h2 {
  text-align: center;
}

.bases .bases-body {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 45px;
}

.bases-body_block {
  max-width: 383px;
}

.bases-body_img {
  margin-bottom: 16px;
}

.bases-body_img img {
  width: 100%;
}

.bases-body_title {
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  color: var(--color-black);
  margin-bottom: 8px;
}

.bases-body_description {
  color: #848484;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}

/* ------ */
.osaka {
  min-height: 322px;
}

.osaka-wrapper {
  color: var(--color-white);
  max-width: 1237px;
  width: 100%;
}

/* ------- */
.statistic {
  padding: 48px 0;
}

.statistic .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.statistic_info {
  max-width: 632px;
  width: 100%;
  padding: 21px 10px;
  display: flex;
  justify-content: space-around;
  border-radius: 10px;
  border: 1.6px solid #029cdc;
}

.statistic_info__block {
  padding: 0 15px;
}

.statistic_info__number {
  color: #00488d;
  font-size: 34px;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
}

.statistic_info__text {
  text-align: center;
  color: var(--color-black);
  font-size: 12.973px;
  font-weight: 500;
  line-height: normal;
}

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

.laboratory-wrapper {
  max-width: 1237px;
  width: 100%;
}

section.laboratory {
  min-height: 322px;
}

/* ---------- */
.quality {
  padding: 69px 0 80px;
}

.quality-title {
  margin-bottom: 45px;
}

.quality-title h2 {
  text-align: center;
}

.quality-title h2::after {
  display: block;
}

.quality-subtitle {
  text-align: center;
  margin-bottom: 63px;
}

.quality-body {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  position: relative;
}

.quality-body.brand-mobile {
  display: none;
}

.quality-body_line {
  position: absolute;
  width: 85%;
  left: 50%;
  transform: translate(-50%);
  top: 50%;
  height: 2.5px;
  background: #029cdc;
  z-index: -1;
}

.quality-body_block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.quality-body_block__square {
  display: flex;
  width: 46px;
  height: 46px;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  background: var(--color-blue);
  color: var(--color-white);
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  margin: 16px 0 16px;
}

.quality-body_block__description p {
  color: #848484;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}

.quality-info {
  max-width: 827px;
  margin: 56px auto 0;
  color: var(--color-black);
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

/* _______ acquire ________ */

.acquire h1::after,
.acquire h2::after,
.acquire h3::after {
  display: none;
}

.acquire-buying {
  padding: 40px 0 0px;
}

.acquire-buying .acquire-buying_title h1 {
  color: var(--color-blue);
  font-size: 34px;
  font-weight: 800;
  line-height: normal;
}

.acquire-buying .acquire-buying_title {
  margin-bottom: 36px;
}

.acquire-buying_block__title h2 {
  color: var(--color-black);
  font-size: 24px;
  font-weight: 800;
  line-height: normal;
}

.acquire-buying_block__title {
  margin-bottom: 24px;
}

.acquire-buying_block {
  margin-bottom: 27px;
}

.acquire-buying_block__info {
  padding-bottom: 41px;
}

.acquire-buying_block__info p.name {
  color: #029cdc;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}

.acquire-buying_block__info p.description {
  color: var(--color-black);
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 12px;
}

.acquire-buying_block__info ul li {
  color: #848484;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 12px;
}

/* _______ NEWS ________ */

.news h1::after,
.news h2::after,
.news h3::after {
  display: none;
}

.news-title {
  margin-bottom: 48px;
}

.news-title h1 {
  color: var(--color-blue);
  font-size: 34px;
  font-weight: 800;
  line-height: normal;
}

.news-blog {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 59px;
}

.news-blog_block {
  max-width: 374px;
  width: 100%;
}

.news-blog_block__img {
  max-width: 374px;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 20px;
}

.news-blog_block__img img {
  width: 100%;
}

.news-blog_block__information {
  padding-top: 16px;
}

.news-blog_block__title {
  margin-bottom: 10px;
}

.news-blog_block__title h2 {
  color: var(--color-black);
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
}

.news-blog_block__description {
  color: #5a5a5a;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 19.5px;
}

/* _______ POST ________ */

.post-title h1 {
  color: var(--color-blue);
  font-size: 34px;
  font-weight: 800;
  line-height: normal;
  margin-top: 38px;
  margin-bottom: 30px;
}

.post-title h1::after {
  display: none;
}

.post-body {
  display: flex;
}

.post-body_block {
  max-width: 505px;
  width: 100%;
}

.post-img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 18.5px;
}

.post-img img {
  width: 100%;
  height: auto;
}

.post-info {
  padding-left: 56px;
  padding-top: 15px;
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.post-body ul {
  margin-top: 15px;
}

.post-body li {
  list-style: disc;
  margin-left: 15px;
}

.post-body p,
.post-body li {
  color: #5a5a5a;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.post-meta {
  display: flex;
  align-items: center;
  color: #848484;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30.5px;
}

.post-meta svg {
  margin-right: 10px;
}

.post-button {
  display: flex;
  justify-content: center;
  margin-bottom: 70px;
}

.wpcf7 form.sent .wpcf7-response-output {
  /* display: none; */
  position: relative;
  max-width: 400px;
  width: 100%;
  border-color: #019cdb;
  border-radius: 7px;
}

/* _______ Реалізовані проекти ________ */

.projects h1::after,
.projects h2::after,
.projects h3::after {
  display: none;
}

.projects-title {
  margin-bottom: 44px;
}

.projects-title h1 {
  color: var(--color-blue);
  font-size: 34px;
  font-weight: 800;
  line-height: normal;
}

.projects-body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 84px;
}

.projects-body_block {
  max-width: 578px;
  width: 100%;
}

.projects-body_block__img {
  max-width: 578px;
  margin-bottom: 26px;
}

.projects-body_block__img img {
  width: 100%;
}

.projects-body_block__title {
  margin-bottom: 20px;
}

.projects-body_block__title h2 {
  color: var(--color-black);
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}

.projects-body_block__description p {
  color: #848484;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 8px;
}

section.projects-wrapper {
  margin-bottom: 110px;
}

/* ______________________________________BEPARTNER______________________________________ */

.bepartner {
  padding: 10px 0 40px;
  position: relative;
}

.bepartner .bepartner-first {
  display: flex;
  justify-content: space-between;
  margin-bottom: 66px;
  padding-top: 5px;
}

.bepartner-first_info__button a {
  width: 178px;
}

.bepartner-first_info__title {
  margin-bottom: 18px;
}

.bepartner-first_info__title h1 {
  color: var(--color-blue);
  font-size: 34px;
  font-weight: 800;
  line-height: normal;
}

.bepartner-first_info__title h1::after {
  display: none;
}

.bepartner-first_info__description {
  margin-bottom: 30px;
  color: var(--color-black);
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
}

.bepartner-first_info {
  margin-right: 15px;
  max-width: 634px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bepartner-first_img {
  border-radius: 10px;
  overflow: hidden;
  max-width: 588px;
  width: 100%;
  display: flex;
}

.bepartner-first_img img {
  width: 100%;
}

.bepartner-form {
  position: relative;
}

.bepartner-form .container {
  max-width: 1238px;
  background: var(--color-white);
  border-radius: 10px;
  padding-top: 81px;
  padding-bottom: 33px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bepartner-form button[type="submit"] {
  display: flex;
  justify-content: center;
}

.bepartner-form select.wpcf7-form-control.wpcf7-select.input-class {
  max-width: 400px;
  width: 100%;
  padding: 15px 35px 15px 20px;
  border-radius: 7px;
  border: 1px solid #ececec;
  resize: none;
  cursor: pointer;
  color: #848484;
}

.select-custom-arrow {
  position: relative;
}

.select-custom-arrow {
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("https://mdv-ukraine.com.ua/wp-content/uploads/2024/01/arrow-down.webp");
  background-repeat: no-repeat;
  background-position: center right;
  background-position: 190px center;
  background-color: var(--color-white);
}

.select-custom-arrow option.first-option {
  color: #848484 !important;
  font-size: 14px;
  font-weight: 500;
}

.bepartner-body_block {
  display: flex;
  justify-content: space-between;
  gap: 64px;
  align-items: center;
}

.bepartner-body_block__img {
  display: flex;
  max-width: 588px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.bepartner-body_block__img img {
  width: 100%;
}

.bepartner-body_block__info {
  width: 100%;
}

.bepartner-block-title {
  margin-bottom: 14px;
}

.bepartner-block-title h3 {
  color: var(--color-black);
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}

.bepartner-block-title h3::after {
  display: none;
}

.bepartner-block-description {
  color: #848484;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 39px;
}

.bepartner-block-icons {
  display: flex;
  gap: 32px;
}

.bepartner-block-icons_object {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 140px;
}

.bepartner-block-icons_object__img {
  max-width: 40px;
  margin-bottom: 17px;
}

.bepartner-block-icons_object__img img {
  width: 100%;
}

.bepartner-block-icons_object__text p {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}

.bepartner-body {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.bepartner-reasons {
  padding: 70px 0 0px;
}

.bepartner-reasons_body__first-block {
  display: flex;
  gap: 64px;
}

.bepartner-reasons_title {
  margin-bottom: 58px;
}

.bepartner-reasons_icon {
  width: 40px;
  margin-bottom: 17px;
}

.bepartner-reasons_title h2 {
  text-align: center;
}

.bepartner-reasons_title h2::after {
  display: block;
}

.bepartner-reasons_icon img {
  width: 100%;
}

.bepartner-reasons_icons-text {
  margin-bottom: 20px;
  height: 100%;
}

.bepartner-reasons_icons-text p {
  color: var(--color-black);
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
}

.bepartner-reasons_icons-button .general-button {
  border-radius: 7px;
  border: 1px solid #029cdc;
  background: transparent;
}

.bepartner-reasons_icons-button .general-button:hover {
  border: 1px solid var(--color-blue);
}

.bepartner-reasons_icons-button .general-button span {
  color: #029cdc;
}

.bepartner-reasons_body__object {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 262px;
  width: 100%;
}

.bepartner-reasons_body__second-block {
  display: flex;
  justify-content: space-around;
  margin-top: 47px;
}

.bepartner .contacts-body_form {
  max-width: 100%;
  width: 100%;
  margin: 0 15px;
}

.bepartner .form-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  gap: 13px 18px;
}

/* _______ Приватна політика ________ */

.privacy h1::after,
h2::after {
  display: none;
}

.privacy-title {
  margin-bottom: 18px;
}

.privacy-title h1 {
  text-align: start;
  color: var(--color-blue);
  font-size: 34px;
  font-weight: 800;
  line-height: normal;
}

.privacy-description {
  margin-bottom: 35px;
}

.privacy-description p {
  color: var(--color-black);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

.privacy-body h2 {
  color: var(--color-black);
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 14px;
}

.list-info {
  margin-bottom: 38px;
}

.list-info p {
  color: #848484;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

/* _______ ПІДТРИМКА ________ */

main.support .container {
  padding: 20px 15px 80px;
}

.support-title {
  margin-bottom: 30px;
}

.support-title h1 {
  color: var(--color-blue);
  font-size: 34px;
  font-weight: 800;
  line-height: normal;
}

.support h1::after,
.support h2::after {
  display: none;
}

.support-body {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px 160px;
}

.support-body_block {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.support-body_block_title {
  margin-bottom: 58px;
}

.support-body_block_icon {
  width: 40px;
  margin-bottom: 17px;
  height: 42px;
}

.support-body_block_title h2 {
  text-align: center;
}

.support-body_block_icon img {
  height: 100%;
}

.support-body_block-text {
  margin-bottom: 20px;
  height: 100%;
}

.support-body_block-text p {
  color: var(--color-black);
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

.support-body_block-button .general-button {
  border-radius: 7px;
  border: 1px solid #029cdc;
  background: transparent;
  width: 174px;
}

.support-body_block-button .general-button:hover {
  border: 1px solid var(--color-blue);
}

.support-body_block-button .general-button span {
  color: #029cdc;
}

/* _______ SUPPORT_SERVISE ________ */

.support-servise h1::after,
.support-servise h2::after,
.support-servise h3::after {
  display: none;
}

.servise-title_h1 {
  margin-bottom: 16px;
}

.support-servise h2 {
  color: var(--color-blue);
  font-size: 24px;
  font-weight: 800;
  line-height: normal;
}

.servise-title_h1 h1 {
  color: var(--color-blue);
  font-size: 34px;
  font-weight: 800;
  line-height: normal;
}

.servise-title_subtitle {
  margin-bottom: 46px;
}

.servise-title_subtitle p {
  color: var(--color-black);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

.support-servise-list {
  margin-bottom: 77px;
}

.servise-list_title {
  margin-bottom: 43px;
}

.servise-list_body {
  display: flex;
  justify-content: space-around;
}

.servise-list_body__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 292px;
  width: 100%;
}

.servise-list_body__block-number {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #029cdc;
  color: #029cdc;
  font-size: 22.521px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
  text-align: center;
  width: 51px;
  height: 51px;
}

.servise-list_body__block-title {
  margin-bottom: 12px;
}

.servise-list_body__block-title p {
  color: var(--color-black);
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}

.servise-list_body__block-subtitle p {
  color: #848484;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}

.servise-branded {
  margin-bottom: 55px;
}

.servise-branded_title {
  margin-bottom: 43px;
}

.servise-branded-body {
  display: flex;
  justify-content: space-around;
}

.servise-branded-body_block {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 292px;
  width: 100%;
}

.servise-branded-body_block-img {
  height: 42px;
  margin-bottom: 20px;
}

.servise-branded-body_block-img img {
  height: 100%;
}

.servise-guarantee-body {
  display: flex;
  justify-content: center;
  gap: 61px;
}

.servise-branded-body_block-title {
  margin-bottom: 12px;
}

.servise-branded-body_block-title p {
  color: var(--color-black);
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}

.servise-branded-body_block-subtitle p {
  color: #848484;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}

.servise-guarantee {
  padding: 67px 0 60px;
  margin-bottom: 62px;
  background: #f2f7ff;
}

.servise-guarantee-body_block {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 292px;
}

.servise-guarantee-title {
  margin-bottom: 43px;
}

.servise-guarantee-body_block__title {
  margin-bottom: 22px;
}

.servise-guarantee-body_block__title p {
  color: var(--color-black);
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
}

.servise-guarantee-body_block__arrow {
  max-width: 20px;
  margin-bottom: 22px;
  display: flex;
  justify-content: center;
}

.servise-guarantee-body_block__subtitle p {
  color: #848484;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}

.servise-form-title_h2 {
  margin-bottom: 16px;
}

.servise-form-subtitle {
  margin-bottom: 52px;
}

.servise-form-subtitle p {
  color: var(--color-black);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

.servise-form-body h3 {
  color: var(--color-blue);
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 21px;
}

.servise-form-body_form h2 {
  color: var(--color-blue);
  font-size: 24px;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 15px;
}

form.wpcf7-form.init input::placeholder,
form.wpcf7-form.init textarea::placeholder {
  color: #848484;
  font-family: Gilroy;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px; /* 128.571% */
}

.servise-form-body_form input,
.servise-form-body_form textarea {
  max-width: 400px;
  width: 100%;
  padding: 15px;
  border-radius: 7px;
  border: 1px solid #ececec;
  resize: none;
}

.servise-form-body_form form.wpcf7-form {
  display: flex;
  gap: 40px;
  padding-bottom: 66px;
  position: relative;
}

.form-block.form-block-first,
.form-block.form-block-third {
  width: 35%;
}

.form-block.form-block-second {
  width: 30%;
}

.servise-form-body_form h4 {
  color: var(--color-black);
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 13px;
}

.servise-form-body_form
  input.wpcf7-form-control.wpcf7-submit.has-spinner.general-button {
  width: 170px;
}

.servise-form-body_form .form-button {
  justify-content: start;
  padding-top: 0px;
}

.servise-form-body_form textarea#message {
  height: 100px;
}

main.support-servise .breadcrumbs,
main.support-technical .breadcrumbs {
  margin-bottom: 38px;
}

/* _______ SUPPORT TECHNICAL ________ */

.support-technical h1::after,
.support-technical h2::after,
.support-technical h3::after {
  display: none;
}

.technical-first-screen_title {
  margin-bottom: 16px;
}

.technical-first-screen_title h1 {
  color: var(--color-blue);
  font-size: 34px;
  font-weight: 800;
  line-height: normal;
}

.technical-first-screen_subtitle {
  margin-bottom: 62px;
}

.technical-first-screen_subtitle p {
  color: var(--color-black);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

.form-button {
  display: flex;
  justify-content: end;
  padding-top: 25px;
}

.technical-first-screen_category__block-button .general-button {
  border-radius: 7px;
  border: 1px solid #029cdc;
  background: transparent;
  width: 174px;
}

.technical-first-screen_category__block-button .general-button:hover {
  border: 1px solid var(--color-blue);
}

.technical-first-screen_category__block-button .general-button span {
  color: #029cdc;
}

.technical-first-screen_category {
  display: flex;
  justify-content: center;
  gap: 170px;
}

.technical-first-screen_category__block {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.technical-first-screen_category__block-title {
  margin: 16px 20px;
}

.technical-list {
  padding: 104px 0 52px;
}

.technical-list_block:nth-child(2),
.technical-list_block:nth-child(4) {
  flex-direction: row-reverse;
}

.technical-list_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 15px;
}

.technical-list_block__img {
  width: 50%;
}

.technical-list_block__img img {
  width: 100%;
}

.technical-list_block__info {
  max-width: 456px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.technical-list_block__info h3 {
  text-align: center;
  color: var(--color-black);
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 28px;
}

.technical-list .container {
  display: flex;
  flex-direction: column;
  gap: 54px;
}

.technical-list_block__info .general-button {
  width: 208px;
  padding: 14.5px 15px;
}

section.technical-form h2 {
  margin-bottom: 15px;
}

section.technical-form {
  padding-bottom: 67px;
}

.technical-form input.wpcf7-form-control.wpcf7-file.input-class {
  max-width: 400px;
  width: 100%;
  padding: 15px 35px 15px 20px;
  border-radius: 7px;
  border: 1px solid #ececec;
  resize: none;
  cursor: pointer;
}

.wpcf7-file::file-selector-button {
  display: none;
}

.file-upload input[type="file"] {
  opacity: 0; /* Обязательно скрываем настоящий Input File */
}

.file-upload span.wpcf7-form-control-wrap {
  position: relative;
  display: flex;
  max-width: 400px;
  width: 100%;
  padding: 15px 35px 15px 20px;
  border-radius: 7px;
  border: 1px solid #ececec;
  resize: none;
  cursor: pointer;
  height: 90px;
}

.file-upload span.wpcf7-form-control-wrap::before {
  position: absolute;
  top: 20%;
  content: "Завантажити файл";
  display: flex;
  align-items: center;
  padding-left: 31px;
  background: url("https://mdv-ukraine.com.ua/wp-content/uploads/2024/01/arrow-download.webp")
    no-repeat left top;
  background-size: 21px 21px;
  line-height: 1;
  height: 100%;
  max-height: 21px;
  color: #848484;
  font-size: 14px;
  font-weight: 500;
}

.technical-form .send-block.send-block-first {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 13px 19px;
  height: fit-content;
  width: 100%;
}

.technical-form form.wpcf7-form {
  display: flex;
  gap: 13px 19px;
}

.technical-form .form-button {
  display: flex;
  justify-content: start;
  padding-top: 0;
}

.technical-form form.wpcf7-form p {
  margin-bottom: 0;
}

.technical-form .send-block.send-block-second {
  display: flex;
  flex-direction: column;
  gap: 13px;
  max-width: 401px;
  width: 100%;
}

.technical-form
  input.wpcf7-form-control.wpcf7-submit.has-spinner.general-button {
  width: 169px;
}

.technical-form .wpcf7-response-output {
  position: absolute;
  bottom: -50px;
}

/* _______ guarantee-service ________ */

.guarantee-service h1::after,
.guarantee-service h2::after,
.guarantee-service h3::after {
  display: none;
}

.guarantee-list_title {
  margin: 38px 0 35px;
}

.guarantee-list_title h1 {
  color: var(--color-blue);
  font-size: 34px;
  font-weight: 800;
  line-height: normal;
}

.guarantee-title2 {
  color: var(--color-black);
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}

.guarantee-list_subtitle {
  margin-bottom: 27px;
}

.guarantee-list_block__title {
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 14px;
}

.guarantee-list_block__description {
  color: #848484;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

.guarantee-list_block {
  margin-bottom: 33px;
}

.guarantee-list {
  padding-bottom: 13px;
}

.guarantee-talon {
  margin-bottom: 46px;
}

.guarantee-download_title {
  margin-bottom: 22px;
}

.guarantee-download-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #ececec;
  padding: 19px 24px;
  max-width: 575px;
  width: 100%;
}

.guarantee-download-button span {
  color: var(--color-black);
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}

.guarantee-download-button img {
  width: 21px;
  height: 21px;
  margin-left: 10px;
}

.guarantee-letters_body,
.guarantee-documents_body {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.guarantee-attention {
  margin-bottom: 60px;
}

.guarantee-attention_title {
  margin-bottom: 28px;
}

.guarantee-attention_title h2 {
  color: var(--color-blue);
  font-size: 24px;
  font-weight: 800;
  line-height: normal;
}

.guarantee-attention_body__title {
  margin-bottom: 14px;
}

.guarantee-attention_body__info {
  color: #848484;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

.guarantee-documents_title {
  margin-bottom: 22px;
}

.guarantee-terms_body li {
  list-style: decimal;
  margin-left: 20px;
  color: #848484;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

.guarantee-terms_list {
  max-width: 733px;
  width: 100%;
}

section.guarantee-terms {
  padding: 60px 0 64px;
}

section.guarantee-terms .container {
  display: flex;
  justify-content: space-between;
}

section.guarantee-terms .contacts-body_form {
  margin: 0;
}

.guarantee-terms_form {
  max-width: 401px;
  width: 100%;
  margin-left: 15px;
}

.guarantee-terms_title {
  margin-bottom: 14px;
}

section.guarantee-letters {
  padding-bottom: 60px;
}

/* _______ codes-errors ________ */

.codes-title h1 {
  color: var(--color-blue);
  font-size: 34px;
  font-weight: 800;
  line-height: normal;
  margin: 38px 0 33px;
}

.codes-block-template {
  display: flex;
  padding: 26px 25px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #ececec;
  max-width: 229px;
  width: 100%;
  height: fit-content;
}

.codes-block-template p {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

.codes-template_body {
  display: flex;
  flex-wrap: wrap;
  gap: 23px;
  margin-bottom: 49px;
}

.codes-type_title {
  margin-bottom: 23px;
}

.codes-type_title h2 {
  color: var(--color-black);
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}

.codes-type_body h3 {
  color: var(--color-black);
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 37px;
  text-align: start;
}

.codes-type_body__table table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 20px;
}

.codes-type_body__table th,
.codes-type_body__table td {
  padding: 8px 8px 8px 0;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

.codes-type_body__table th {
  color: var(--color-blue);
  font-size: 14px;
  font-weight: 700;
}

.codes-type_body__table td {
  min-width: 150px;
  font-size: 14px;
  font-weight: 400;
}

.codes-errors h1::after,
.codes-errors h2::after,
.codes-errors h3::after {
  display: none;
}

.codes-type_body__table.wall-mounted {
  display: flex;
  flex-wrap: wrap;
  gap: 19px 100px;
}

.codes-type_body__table.wall-mounted table {
  max-width: 570px;
  width: 100%;
}

.codes-type_body__table.multisplit table {
  max-width: 860px;
  width: 100%;
}

.codes-type_body__table.multisplit table.full-width {
  max-width: 100%;
  width: 100%;
  margin-top: 63px;
}

.codes-type_body__table {
  margin-bottom: 80px;
  width: 100%;
  table-layout: auto;
  white-space: nowrap;
  overflow-x: auto;
}

.codes-table_explanation {
  margin: 42px 0 63px;
}

.codes-table_explanation li {
  color: #848484;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.codes-form {
  display: flex;
  justify-content: center;
  margin-bottom: 58px;
}

/* _______TECHNICAL LIBRARY________ */

.technical-library h1::after,
.technical-library h2::after,
.technical-library h3::after {
  display: none;
}

.technical-library-title {
  padding: 38px 0 35px;
}

.technical-library-title h1 {
  color: var(--color-blue);
  font-size: 34px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.technical-library-subtitle {
  margin-bottom: 29px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.menu-item li.menu-item.menu-item-has-children .sub-menu {
  position: absolute;
}

.menu-item li.menu-item.menu-item-has-children.active .sub-menu {
  position: relative;
}

.technical-library-body {
  display: flex;
  width: 100%;
  gap: 74px;
  padding-bottom: 97px;
}

.technical-library-body .series-documents-body_block {
  max-width: 343px;
  padding: 20px 30px;
}

.technical-library-body .technical-library_list {
  max-width: 445px;
  width: 100%;
}

.technical-library-body .series-documents-body {
  display: none;
}

.technical-library-body .series-documents-body.active {
  display: flex;
  width: 100%;
}

.technical-library_block__title {
  margin-bottom: 29px;
}

.technical-library_block__title h3 {
  color: var(--color-blue);
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.technical-library .guarantee-documents_body {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  gap: 16px;
}

.technical-library .guarantee-download-button {
  max-width: 350px;
  padding: 20px 30px;
  width: 100%;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: start;
  height: fit-content;
}

.technical-library .guarantee-download-button img {
  margin: 24px 0 0;
}

/* Стилі для основного меню */
#menu-technical-library-menu {
  max-width: 458px;
  width: 100%;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#menu-technical-library-menu > li.active .sub-menu {
  margin: 13px 15px 13px 29px;
  transition: 0.5s ease;
}

#menu-technical-library-menu > li .sub-menu {
  transition: 0.5s ease;
}

/* Стилі для пунктів меню */
#menu-technical-library-menu > li {
  color: var(--color-black);
  font-size: 16.03px;
  font-style: normal;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  padding: 18px 0 15px;
  border-bottom: 1px solid #d9d9d9;
  transition: 0.5s ease;
}

#menu-technical-library-menu > li:last-child {
  border-bottom: none;
}

/* Стилі для підменю, яке спочатку приховане */
.sub-menu {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear, max-height 0.5s ease-in-out;
}

/* Стилі для пунктів підменю */
.sub-menu li {
  color: var(--color-black);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 7px 0 7px 0;
  background-color: #fff;
}

.menu-item.active > a, header .current-menu-item a{
  color: #029cdc;
}

/* ____________________support-marketing___________________ */

.support-marketing h1::after,
.support-marketing h2::after,
.support-marketing h3::after {
  display: none;
}

.support-marketing-title h1 {
  margin-bottom: 33px;
}

.support-marketing_body {
  display: flex;
  flex-wrap: wrap;
  gap: 23px;
  margin-bottom: 49px;
}

.support-marketing-category_title {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}

.support-marketing-category {
  display: flex;
  flex-direction: column;
}

.support-marketing-category_title p {
  color: var(--color-black);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.support-marketing-category_title img {
  width: 44px;
  margin-right: 14px;
}

.marketing-category_wrapper_block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 19px 20px;
  margin: 0 auto;
  width: 100%;
  padding: 0 39px;
}

.support-marketing-category_wrapper__item {
  margin: 0 auto 48px;
}

.marketing-category_wrapper_block .guarantee-download-button {
  height: fit-content;
}

.marketing-category_wrapper_block.book-manager > :nth-child(4) {
  margin-top: -22px;
}

main.support-marketing .breadcrumbs {
  margin-bottom: 38px;
}

.support-marketing-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
}

.support-marketing-form
  input.wpcf7-form-control.wpcf7-submit.has-spinner.general-button {
  width: 169px;
  margin: 0 auto;
}

.support-marketing-form .contacts-body_form h2 {
  text-align: center;
}

/* _________________  CATEGORY  __________________ */

.category-wrapper h1::after,
.category-wrapper h2::after,
.category-wrapper h3::after {
  display: none;
}

.product-categories,
.child-categories {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 44px;
}

.product-categories {
  margin-top: 52px;
}

.term-description {
  margin-top: 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.child-categories {
  margin-top: 52px;
}

.category-wrapper .category-item, .product-item {
  border-radius: 20.915px;
  overflow: hidden;
  border: 2.092px solid #ececec;
  max-width: 600px;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 37px 55px 44px;
}

.category-item_img {
  height: 142px;
  display: flex;
  align-items: center;
  width: fit-content;
}

.category-item_img img {
  object-fit: contain;
  max-height: 100%;
  width: 100%;
}

.category-item_title {
  margin: 28px 0 15px;
}

.category-item_title h2 {
  color: var(--color-black);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

/* .category-wrapper nav.woocommerce-breadcrumb {
  display: none;
} */
h1.woocommerce-products-header__title.page-title {
  margin-top: 32px;
}

section.category-special .container {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}

.category-special_block.category-item {
  max-width: 394px;
  width: 100%;
  padding: 29px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  border: 1px solid #ececec;
}

.category-special_block__title.category-item_title {
  width: 319px;
  padding: 0 15px;
  text-align: center;
}

.category-special_block__button .general-button {
  width: 151px;
}

.category-special_block__img {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0 15px;
  height: 165px;
}

.category-special_block.category-item.last-item {
  padding-top: 0;
}

.category-special_block__img.last-img {
  justify-content: end;
  padding: 0;
  height: 194px;
  justify-content: end;
  align-items: start;
  padding: 0;
  min-height: 194px;
  max-height: 194px;
}

.category-special_block__img.last-img img {
  width: 100%;
}

.category-special_block__img img {
  object-fit: contain;
}

.category-special_block__descr {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.content-area {
  margin-bottom: 38px;
}

section.category-special {
  margin-bottom: 75px;
}

/* _______ SERIES ________ */

.series h1::after,
.series h2::after {
  display: none;
}

.series-first-screen {
  margin-bottom: 70px;
}

.series-first-screen-body_gallery__body-info.mobile-version {
  display: none;
}

.series-first-screen-body {
  margin-top: 59px;
  position: relative;
}

.series-first-screen-body .product-price {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: -16px;
  left: 60%;
  z-index: 999;
  padding: 8px 30px;
  border-radius: 7px;
  width: fit-content;
  box-shadow: 0px 4px 21px 0px #00488D1A;
}

.product-price  p.price {
  display: flex;
  width: fit-content;
  font-size: 16px;
  font-weight: 800;
  color: var(--color-blue);
}

.series-first-screen-title {
  margin-bottom: 59px;
}

.series-first-screen-title h1::after {
  display: none;
}

.series-first-screen-body,
.series-first-screen-body_gallery {
  display: flex;
}

.series-first-screen-body_gallery__list {
  max-width: 216px;
  width: 100%;
}

.series-first-screen-body_gallery__list {
  display: flex;
  flex-direction: column;
  gap: 14.5px;
  margin-right: 70px;
}

.series-first-screen-body_gallery__list-block {
  border-radius: 6.225px;
  border: 0.623px solid #ececec;
  padding: 9px 54px;
}

.series-first-screen-body_gallery__list-block img {
  width: 100%;
}

.series-first-screen-body_gallery__body {
  max-width: 633px;
  width: 100%;
}

.series-first-screen-body_gallery__body-img {
  max-width: 500px;
  width: 100%;
  margin-bottom: 50px;
}

.series-first-screen-body_gallery__body-img img {
  width: 100%;
}

.info-product-galery-description p {
  color: #848484;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

a.general-button.button-cart {
  background: #029cdc;
  border: 1px solid var(--color-blue);
}

button.single_add_to_cart_button.button.alt {
  border-radius: 7px;
  background: #029cdc;
  border: 1px solid var(--color-blue);
  padding: 14.5px 15px;
  max-width: 225px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-white);
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  transition: 0.3s ease;
}

button.single_add_to_cart_button.button.alt:hover {
  background: var(--color-blue);
  border: 1px solid var(--color-black);
  transition: 0.3s ease;
}

td.actions button {
  width: 100%;
  text-align: start;
}

.series-first-screen-body_icons {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.series-first-screen-body_icons__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.series-first-screen-body_icons__block-img {
  max-height: 64px;
}

.series-first-screen-body_icons__block-img img {
  object-fit: contain;
}

.series-first-screen-body_icons__block-title {
  color: var(--color-black);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.series-first-screen-body_gallery {
  margin-right: 40px;
}

.series-models_body table {
  width: 100%;
}

.series-models-title {
  margin-bottom: 47px;
}

.series-models-title h2 {
  text-align: center;
}

.series-models_list-mobile {
  display: none;
}

.series-models_table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}

.series-models_table th,
.series-models_table td {
  padding: 15px 20px 15px 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  min-width: 283px;
}

.series-models_table th {
  min-width: 324px;
}

.series-models_table tr {
  border-bottom: 1px solid #d9d9d9;
}

.series-models_table tr:last-child {
  border-bottom: none;
}

td.series-models-name a {
  color: var(--color-blue);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}

td.series-models-name p {
  margin-bottom: 8px;
}

td.series-models-name p:last-child {
  margin-bottom: 0;
}

td.series-table-more {
  color: #029cdc;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
  cursor: pointer;
}

.series-models_body {
  margin-bottom: 70px;
  overflow-x: auto;
}

.series-documents {
  margin-bottom: 70px;
}

.series-documents-title h3 {
  text-align: center;
  color: var(--color-blue);
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.series-documents-title {
  position: relative;
  margin-bottom: 52px;
}

.series-documents-title h3::after {
  content: "";
  display: block;
  width: 43px;
  height: 2.5px;
  background: #029cdc;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
}

.series-documents-body_block {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 395px;
  width: 100%;
  padding: 45px 53px;
  border-radius: 10px;
  border: 1px solid #ececec;
  justify-content: space-between;
  height: fit-content;
}

.series-documents-body {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 27px;
  height: fit-content;
}

.series-documents-body_block__info p {
  text-align: center;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 25px;
}

.series-documents-body_block__icons {
  display: flex;
  align-items: center;
  gap: 16.5px;
}

.series-documents-body_block__icons img {
  max-width: 26px;
  object-fit: contain;
}

.series-advantages-title {
  margin-bottom: 27px;
}

.series-advantages-body {
  padding: 92px 100px 172px;
  background-size: cover;
}

.series-advantages-body_title,
.series-advantages-body_info {
  max-width: 542px;
  width: 100%;
}

.series-advantages-body__img {
  display: none;
}

section.series-advantages {
  margin-bottom: 56px;
}

.series-advantages-body_title {
  color: var(--color-white);
  margin-bottom: 16px;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.series-advantages-body_info {
  color: var(--color-white);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.series-advantages-body {
  min-height: 520px;
}

section.series-description {
  margin-bottom: 59px;
}

.series-description_section {
  display: flex;
  flex-direction: column;
  gap: 96px;
}

.series-description_section__block {
  display: flex;
  gap: 58px;
  align-items: center;
}

.series-block-reverce {
  flex-direction: row-reverse;
}

.series-description_block__img {
  max-width: 640px;
}

.series-description_block__img img {
  width: 100%;
}

.series-description_block__info {
  max-width: 542px;
  width: 100%;
}

.series-description_block__info-title {
  max-width: 524px;
  color: var(--color-black);
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 16px;
}

.series-description_block__info-body {
  color: #848484;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.series-description_bg {
  background-size: cover;
  padding: 107px 240px 157px;
  min-height: 490px;
  margin-bottom: 56px;
}

.series-description_bg__img-mobile {
  display: none;
}

.series-description_bg__info {
  max-width: 505px;
  width: 100%;
}

.series-description-2 .series-description_section__block {
  margin-bottom: 96px;
}

.series-description_section__block-2 {
  display: flex;
  gap: 64px;
  align-items: center;
  justify-content: start;
}

.series-description_block__img-2 {
  max-width: 400px;
}

.series-description_block__img-2 img {
  width: 100%;
}

.series-description_section__block-2 .series-description_block__info {
  max-width: 646px;
}

.series-description_bg-2 {
  background-size: cover;
  margin: 58px 0;
  padding: 66px 15px 66px 328px;
}

.series-description_bg-2__img {
  display: none;
}

.series-description_bg-2__title {
  color: var(--color-black);
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 12px;
}

.series-description_bg-2__info {
  color: #848484;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.series-description-3 {
  margin-bottom: 56px;
}

.series-description-3 .container {
  display: flex;;
  gap: 58px;
  align-items: center;
}

.series-features .container {
  flex-direction: column;
}

.series-description_block__img-2 {
  max-width: 640px;
  width: 100%;
}

.series-description_block__img-2 img {
  width: 100%;
}

.series-description_bg-3 {
  padding: 0 139px 0 0;
  min-height: 486px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 57px;
  background-size: cover;
}

.series-description_bg-3 .container {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.series-description_bg-3__title {
  color: var(--color-black);
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 16px;
}

.series-description_bg-3__info {
  color: var(--color-black);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.series-description_bg-3__description {
  max-width: 505px;
  width: 100%;
}

.series-advantages_body {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.series-advantages-block {
  max-width: 280px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.series-advantages-block_img {
  margin-bottom: 17px;
  max-height: 60px;
}

.series-advantages-block_img img {
  object-fit: contain;
  max-height: 100%;
}

.series-advantages-block_title {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 14px;
}

.series-advantages-block_description {
  text-align: center;
  color: #848484;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.series-features-title {
  margin-bottom: 26px;
}

.series-features_section__title {
  border-radius: 7px;
  border: 1px solid #029cdc;
  padding: 8px 30px;
  color: var(--color-black);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 auto 43px;
  max-width: 248px;
  width: fit-content;
}

.series-features_section__body {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 35px 48px;
}

.series-features_section__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.series-features_section__block-title {
  color: #848484;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.series-description_bg-3__img {
  display: none;
}

.series-features_section__block-img {
  width: 50px;
  height: 50px;
  margin-bottom: 12px;
}

.series-features_section__block-img img {
  width: 100%;
}

.series-features_section {
  margin-bottom: 64px;
}

.series .category-special_block.category-item {
  border-radius: 10px;
  border: 1px solid #ececec;
}

nav.woocommerce-breadcrumb,
nav.woocommerce-breadcrumb a {
  color: #838383;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

nav.woocommerce-breadcrumb .this-page {
  color: #029cdc;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* Search page*/

.search-page-title h1::after {
  display: none;
}

.search-page-body_products__item {
  border-radius: 20.915px;
  overflow: hidden;
  border: 2.092px solid #ececec;
  max-width: 600px;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 37px 55px 44px;
}

.search-page_item__img {
  height: 142px;
  display: flex;
  align-items: center;
  width: fit-content;
}

.search-page_item__img img {
  object-fit: contain;
  max-height: 100%;
  width: 100%;
}

.search-page_item__title {
  margin: 28px 0 15px;
}

.search-page_item__title h2 {
  color: var(--color-black);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.search-page-body {
  min-height: 100vh;
}

/* _______ product ________ */

.product h1::after,
.product h2::after {
  display: none;
}

.product-table_title {
  margin-bottom: 45px;
  text-align: center;
}

table.product-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}

.product-table td {
  padding: 15px 15px 15px 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.product-table tr {
  border-bottom: 1px solid #d9d9d9;
}

.product-table tr td:first-child {
  width: 60%;
}

.product-table tr:last-child {
  border-bottom: none;
}

section.product-info {
  margin-bottom: 80px;
}

.product .category-special .container {
  padding: 0;
}

.swiper-container.gallery-thumbs.swiper-initialized.swiper-vertical {
  max-height: 100%;
  position: relative;
  max-width: 217.881px;
  width: 100%;
  overflow: hidden;
}

.gallery-top .woocommerce-product-gallery__image {
  max-width: 500px;
  width: 100%;
}

.gallery-top .woocommerce-product-gallery__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height: 345px;
}

.series-first-screen-body_gallery__body-imgs {
  display: flex;
  flex-direction: row-reverse;
  gap: 30px;
}
.gallery-top {
  overflow: hidden;
}
.gallery-top .series-first-screen-body_gallery {
  flex-direction: column;
}

.series-first-screen .swiper-wrapper {
  display: flex;
  max-width: 500px;
  width: 100%;
  height: fit-content;
}

.gallery-thumbs .swiper-slide {
  max-width: 216px;
  width: 100%;
  cursor: pointer;
}
.swiper-backface-hidden .swiper-slide {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: fit-content !important;
}

.series-first-screen-body_gallery__body.swiper-slide {
  height: 370px !important;
}

a.cart-contents {
    position: relative;
  max-width: 30px;
  display: block;
}

a.cart-contents img {
  width: 100%;
}

div#popmake-1262 textarea#message {
  max-width: 400px;
  width: 100%;
  padding: 15px;
  border-radius: 7px;
  border: 1px solid #ececec;
  resize: none;
}

.gallery-thumbs .series-first-screen-body_gallery__list-block img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.series-first-screen-body_gallery__body-info {
  max-width: 633px;
  padding-top: 10px;
}

.gallery-thumbs .series-first-screen-body_gallery__list-block {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
  border-radius: 6.225px;
  border: 0.623px solid #ececec;
  padding: 9px 54px;
  width: 100%;
}

.swiper-gallery-wrapper {
  position: relative;
  max-height: 354px;
}

.gallery-thumbs .swiper-button-lock {
  display: block;
}

.swiper-gallery-wrapper .swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1 !important;
}

.swiper-gallery-wrapper .swiper-button-gallery {
  width: 15.38px !important;
  height: 16.139px !important;
  left: 50%;
  transform: translateY(-50%);
}

.swiper-gallery-wrapper .swiper-button-next.swiper-button-gallery {
  bottom: -30px;
  top: auto;
}

.swiper-gallery-wrapper .swiper-button-prev.swiper-button-gallery {
  top: 0;
  bottom: auto;
}

.search-page-body .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 41px;
  padding-bottom: 60px;
}

.info-product-galery-buttons {
    display: flex;
    gap: 17px;
    justify-content: center;
    width: 100%;
    margin-bottom: 23px;
}

.info-product-galery-buttons a.general-button.button-white {
  background: var(--color-white);
  border: 1px solid var(--color-blue);
}

.info-product-galery-buttons a.general-button.button-white span {
  color: var(--color-blue);
}

.info-product-galery-buttons a.general-button.button-white:hover span {
  color: #029CDC;
}

/* _______ FOOTER ________ */
footer {
  width: 100%;
  padding: 43px 0 20px;
  background: #fbfbfb;
}

footer .container {
  display: flex;
  justify-content: space-between;
}

.footer-links {
  padding: 0 15px 0 0;
}

.footer-links_logo {
  max-width: 85px;
  margin-bottom: 11px;
}

.footer-links_logo img {
  width: 100%;
}

.footer-info_lists {
  display: flex;
}

.footer-links_social-network {
  display: grid;
  grid-template-columns: repeat(3, 32px);
  grid-gap: 12px;
}

.footer-links_social-network__block {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  overflow: hidden;
  border-radius: 4px;
}

.footer-links_social-network__block img {
  width: 100%;
}

ul.footer-menu {
  display: flex;
}

ul.footer-menu {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
  padding: 0;
  max-width: 540px;
}

ul.footer-menu li {
  flex: 0 0 25%; /* Розташовуємо елементи по 4 в одному ряду (25% ширини кожного) */
  text-align: start; /* Центруємо текст внутрішніх елементів */
  margin-bottom: 10px; /* Додайте бажаний відступ між елементами */
  padding-right: 15px;
}

.footer-info_lists,
.footer-info_lists a {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
}

.footer-info_lists ul#menu-footer-menu a {
  display: block;
  text-wrap: nowrap;
}

.footer-info_lists__contacts {
  display: flex;
}

.footer-phone li a {
  display: block;
  margin-bottom: 12px;
  text-decoration: none;
  color: black;
}

.footer-info_subsections ul {
  max-width: 507px;
  display: flex;
  justify-content: space-between;
}

.footer-info_subsections ul li a,
.footer-info_subsections ul li span {
  color: #848484;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  margin-right: 15px;
}

.footer-info_lists__contacts-info {
  margin: 0 50px;
}

.footer-info_lists__contacts-info a {
  margin-bottom: 12px;
  display: block;
}

ul.footer-phone ul li {
  margin-bottom: 12px;
}

.footer-info_lists__menu {
  float: left; /* Розташування ліворуч */
}

.footer-info_lists__contacts {
  float: right; /* Розташування праворуч */
}

/* ------ */
span.breadcrumbs-active-page {
  color: #029cdc;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

.breadcrumbs,
.breadcrumbs a {
  color: #838383;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.pagination {
  padding: 20px 0 50px; /* Отступы для пагинации */
}

.pagination ul {
  list-style: none; /* Убираем маркеры списка */
  display: inline-block; /* Для правильного центрирования */
  padding-left: 0; /* Убираем отступы */
}

.pagination ul li {
  display: inline; /* Элементы списка в одну строку */
  margin-right: 5px; /* Отступы между элементами */
}

.pagination ul li a,
.pagination ul li span {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #ddd;
  color: #029cdc;
  text-decoration: none;
}

.pagination ul li a:hover,
.pagination ul li .current {
  background-color: var(--color-blue);
  color: var(--color-white) !important;
}

.pagination ul li .dots {
  border: none; /* Убираем границы для троеточия */
}

.news-blog_block .post-meta {
  padding: 19px 0 0;
  margin-bottom: 0;
}

/* ERROR 404 */

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

.error-img img {
  width: 100%;
}

.error .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 70px;
}

.error-title h1 {
  text-align: center;
  margin-bottom: 30px;
}

.error-description {
  padding: 10px 15px;
  border-bottom: 2px solid #029cdc;
  color: #838383;
  font-weight: 700;
}

section.series-description-2 {
  margin-bottom: 35px;
}

.series-first-screen-body_gallery__body-info-mobile {
  display: none;
}



/* -----cart page----- */

.cart-title {
  margin-bottom: 50px;
}

.cart-title h1 {
  text-align: center;
  line-height: 1;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
  width: 100%;
}

td.product-remove a.remove {
  font-size: 30px;
  font-weight: 700;
  color: var(--color-blue);
  line-height: 1;
}

td.product-name a {
  font-weight: 700;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents th {
  text-align: start;
}


.shop_table_responsive {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    font-size: 16px;
    color: #333; /* Цвет текста */
}

.shop_table_responsive th, .shop_table_responsive td {
    padding: 15px;
    border: 1px solid #eaeaea; /* Цвет границы */
    text-align: left;
}

.shop_table_responsive th {
    background-color: #f8f8f8; /* Фон заголовков */
    color: #000; /* Цвет текста заголовков */
    font-weight: bold;
}

.shop_table_responsive td {
    background-color: #fff; /* Фон ячеек */
}

.shop_table_responsive .order-total th,
.shop_table_responsive .cart-subtotal th {
    background-color: #f8f8f8; /* Фон заголовков итоговой суммы */
    color: var(--color-black); /* Цвет текста заголовков итоговой суммы */
}

.shop_table_responsive .order-total td,
.shop_table_responsive .cart-subtotal td {
    font-weight: bold;
    color: #333; /* Цвет текста итоговой суммы */
}

.woocommerce-Price-currencySymbol {
    margin-left: 2px;
}

.shop_table_responsive {
    border-spacing: 10px 0;
}

.shop_table_responsive tr {
  border-bottom: 2px solid #f0f0f0;
}

.cart_totals h2 {
  text-align: center;
  margin-top: 40px;
}

.wc-proceed-to-checkout {
  padding: 20px 0 5px;
  margin-bottom: 25px;
  display: flex;
  justify-content: end;
}



td.product-thumbnail img {
  width: 90%;
  height: auto;
}

.quantity input {
  padding: 5px;
  border-radius: 5px;
  border: 1px solid var(--color-blue);
}

a.checkout-button.button.alt.wc-forward {
  cursor: pointer;
  border-radius: 7px;
  background: var(--color-blue);
  padding: 14.5px 15px;
  max-width: 225px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-white);
}

.woocommerce-billing-fields__field-wrapper .form-row {
  width: 49%;
  padding: 3px;
  margin: 0 0 6px;
  display: inline-flex;
  flex-direction: column;
}

span.woocommerce-input-wrapper input, .select2-container--default .select2-selection--single, span.select2-selection.select2-selection--single {
  width: 100%;
  border-radius: 0;
  border: 1px solid #aaa;
  padding: 10px;
  height: auto;
}

span.select2.select2-container.select2-container--default {
  width: 100% !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
  line-height: 1;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  right: 1px;
  display: flex;
  width: 20px;
  height: 10px;
}

.select2-container .select2-selection--single {
  margin: 0;
}

span.select2-selection.select2-selection--single span {
  color: var(--color-black) !important;
  font-size: 15px !important;
}

/*  */
/* Загальні стилі для таблиці */
.shop_table.woocommerce-checkout-review-order-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

/* Заголовок таблиці */
.shop_table.woocommerce-checkout-review-order-table thead {
  background-color: #f0f0f0; /* Світло-сірий колір */
  color: #333; /* Темно-сірий текст */
}

.shop_table.woocommerce-checkout-review-order-table thead th {
  padding: 15px;
  text-align: left;
  border-bottom: 2px solid #ddd; /* Сіра лінія під заголовками */
}

/* Тіло таблиці */
.shop_table.woocommerce-checkout-review-order-table tbody {
  background-color: #ffffff; /* Білий фон для рядків */
}

.shop_table.woocommerce-checkout-review-order-table tbody td {
  padding: 15px;
  border-bottom: 1px solid #eee; /* Дуже світло-сіра лінія між рядками */
  color: #555; /* Насичений сірий для тексту */
}

/* Нижня частина таблиці (підсумки) */
.shop_table.woocommerce-checkout-review-order-table tfoot {
  background-color: #f9f9f9; /* Дуже світло-сірий фон для підсумкових рядків */
  color: #333; /* Темно-сірий текст */
}

.shop_table.woocommerce-checkout-review-order-table tfoot th,
.shop_table.woocommerce-checkout-review-order-table tfoot td {
  padding: 15px;
  text-align: left;
  border-top: 2px solid #ddd; /* Сіра лінія над підсумковими рядками */
}

/* Стилі для загальної суми */
.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total th,
.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total td {
  font-weight: bold;
  color: #00488d; /* Використовуємо синій для виділення загальної суми, але не так контрастно */
}

/* Прибираємо рамку з останнього нижнього елемента, якщо потрібно */
.shop_table.woocommerce-checkout-review-order-table tfoot td:last-child {
  border-bottom: none;
}

div#customer_details .col-2 {
  display: none;
}

h3#order_review_heading {
  margin-bottom: 10px;
}

.woocommerce-billing-fields__field-wrapper .form-row label {
  margin-bottom: 5px;
  color: var(--color-blue);
  font-weight: 700;
}

button#place_order {
  margin-top: 20px;
  cursor: pointer;
  border-radius: 7px;
  background: var(--color-blue);
  padding: 14.5px 15px;
  max-width: 225px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

div#order_review {
  margin-bottom: 30px;
}

div#customer_details {
  margin-bottom: 30px;
}

.woocommerce-billing-fields h3, h3#order_review_heading {
  font-size: 30px;
  color: var(--color-blue);
  font-weight: 700;
}

.woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 19px;
  -webkit-box-shadow: 0px 0px 19px 6px rgba(0,0,0,0.07);
  box-shadow: 0px 0px 19px 6px rgba(0,0,0,0.07);
  padding: 25px;
  border-radius: 10px;
}

.woocommerce-billing-fields h3 {
  margin-bottom: 15px;
}

.form-row.place-order button#place_order {
  transition: 0.3s ease;
}

.form-row.place-order button#place_order:hover {
  background: #063058;
  transition: 0.3s ease;
}

div#payment {
  margin-bottom: 40px;
}

.thankyou-title {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}


.thankyou-title h1 {
  color: #00488d; /* Темно-синій для заголовку */
  margin-bottom: 35px;
  text-align: center;
}

h3.pay-title {
  margin-bottom: 10px;
  font-weight: 700;
  margin-top: 45px;
  color: black;
}

.thankyou-title p {
  text-align: center;
  max-width: 680px; 
}

/* .bank-account-details {
  background-color: #f8f8f8; 
  padding: 20px;
  border-radius: 5px; 
  margin-bottom: 20px; 
}

.bank-account-details p {
  color: #000;
  font-size: 18px;
  line-height: 1.5;
  padding: 5px;
}

.bank-account-details p b {
  color: var(--color-blue);
} */

.bank-account-details-container {
  background-color: #fff; /* Білий фон */
  border-bottom: 4px solid var(--color-blue); /* Виділена лінія зліва темно-синього кольору */
  border-top: 4px solid var(--color-blue);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Легка тінь для підняття елементу над сторінкою */
  border-radius: 8px; /* Закруглені краї */
  padding: 0 20px; /* Відступи всередині контейнера */
  margin-top: 20px; /* Відступ зверху */
}

.detail-item {
  padding: 10px 0;
  border-bottom: 1px solid #eaeaea;
  display: flex;
  align-items: center;
}

.detail-item:last-child {
  border-bottom: none; /* Видалення лінії для останньої деталі */
}

.detail-title {
  display: inline-block; /* Блокове відображення для заголовків деталей */
  color: #00488d; /* Темно-синій колір */
  font-weight: bold; /* Жирний текст */
  margin-right: 10px; /* Відступ справа від заголовка до значення */
}

/* Стилізація для тексту деталей для кращої читабельності */
.detail-item p {
  margin: 0; /* Видалення стандартних відступів */
  color: #333; /* Темно-сірий колір тексту для кращої читабельності */
  font-size: 16px; /* Розмір шрифту */
}

/* Додавання трохи стилізації для контейнера, щоб він виділявся */
.bank-account-details {
  border-radius: 5px; /* Закруглення країв блоку */
  padding: 15px; /* Відступи всередині блоку */
  margin-top: 15px; /* Відступ між блоками реквізитів */
}

.woocommerce-cart-form .shop_table td.product-thumbnail:before {
  content: '';
  display: none;
}

form.wpcf7-form.sent {
  gap: 10px;
}

.woocommerce-cart-form td.actions button {
  font-weight: 800;
  width: 100%;
  padding: 15px;
}

.thankyou-img {
  display: flex;
  justify-content: center;
}

.thankyou-img_block {
  max-width: 420px;
}

.thankyou-img_block img {
  width: 100%;
}

td.actions {
  background: var(--color-blue);
  color: white;
  padding: 0;
}

span.detail-title {
  width: 30%;
}



.modal-cart {
  display: none; /* Приховано за замовчуванням */
  position: fixed;
  z-index: 90000; /* Забезпечує, що модальне вікно буде на верху */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto; /* Дозволяє прокрутку, якщо вміст більше за вікно */
  background-color: rgba(0, 0, 0, 0.5); /* Напівпрозорий темний фон */
}

.title-modal-cart {
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 600;
}

.modal-content-cart {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff; /* Білий фон для вмісту */
  margin: 10% auto; /* Зменшено верхній відступ */
  padding: 40px; /* Більше простору всередині */
  border-radius: 8px; /* Закруглені краї */
  border: 1px solid #00488d; /* Темно-синій кордон */
  width: 40%; /* Ширина вмісту */
  position: relative; /* Для абсолютного позиціонування кнопки закриття */
}

.close-modal-cart {
  color: #00488d; /* Темно-синій колір */
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 32px; /* Більший розмір */
  font-weight: normal; /* Зменшення жирності */
}

.close-modal-cart:hover,
.close-modal-cart:focus {
  color: #000; /* Зміна кольору при наведенні */
  text-decoration: none;
  cursor: pointer;
}

/* Стилі для кнопок */
.modal-cart .button-modal-cart {
  background-color: #00488d; /* Темно-синій фон */
  color: #fff; /* Білий текст */
  padding: 10px 20px;
  border-radius: 5px; /* Закруглені краї */
  border: none;
  cursor: pointer;
  margin: 10px; /* Відступ між кнопками */
}

.modal-cart .button-modal-cart.go-to-cart {
  text-align: center;
  display: inline-block;
  background: #029cdc;
  border-color: var(--color-blue);
}

.modal-cart .button-modal-cart:hover {
  background-color: #003366; /* Темніший відтінок синього при наведенні */
}

span.detail-title {
  overflow-wrap: normal;
}



/* -----_____Доставка та оплата_____----- */

.delivery-payment-title h1::after {
  content: '';
  display: none;
}

.delivery-payment-title h1 {
  font-size: 20.8px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  color: #202020;
  margin: 0 0 51px;
}

.delivery-section-title {
  margin-top: 40px;
}

.delivery-section-title h2 {
  font-size: 19.2px;
  
  font-style: normal;
  font-weight: 400;
  font-size: 19.2px;
  text-transform: uppercase;
  color: #424242;
}

.delivery-section .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 0 70px 48px;
}

.delivery-section-block_image {
  position: relative;
  width: 160px;
  height: 137px;
}

.delivery-section-block_image svg {
  width: 160px;
  height: 137px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.delivery-section-block_image img {
  width: 38px;
  height: auto;
  max-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.delivery-section-wrapper_block {
  width: 100%;
  display: grid;
  grid-template-columns: 160px 1fr;
  grid-gap: 36px;
  align-items: center;
}

p.delivery-section-wrapper_info__title {
  font-size: 17.6px;
  font-style: normal;
  font-weight: 700;
  color: #202020;
  margin: 0 0 7px;
}

p.delivery-section-wrapper_info__description {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #424242;
}

.delivery-section-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}

.delivery-section-wrapper .delivery-section-wrapper_block:first-child {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #c7d1e0;
}


section.delivery-section.delivery-payment-section {
  padding-top: 48px;
  background: #f0f2f3;
}

section.delivery-section.delivery-payment-section .delivery-section-wrapper_block:last-child {
  padding-top: 25px;
  margin-top: 25px;
  border-top: 1px solid #c7d1e0;
}

.term-description ul {
  padding: 5px 0 10px;
}

.term-description h2 {
  padding: 20px 0 5px;
}

.term-description ul li{
  list-style: disc;
  margin-left: 16px;
}

.term-description ul li::marker {
  color: var(--color-blue);
}

.term-description {
  max-width: 1270px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 15px 40px;
}

/*seo-text*/
.seo-text {
  margin-top: 10px;
  padding-bottom: 60px;
}
.seo-text h2 {
  color: #142b51;
  padding-top: 10px;
}
.seo-text p {
  padding: 16px 0;
}
.seo-text ul,
.seo-text ol {
  padding-left: 20px;
  margin-bottom: 26px;
}

.product-description_long.hidden {
  display: none;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.5s ease;
}

.product-description {
  margin-top: 45px;
  color: #444444;
}

.product-description .green-btn, section.seo-text .green-btn {
  max-width: 200px;
}

.product-description .green-btn a, section.seo-text .green-btn a {
  padding: 10px 20px;
  font-size: 14px;
}

.product-description_long h2, .product-description_short h2, .product-description_long h3, .product-description_short h3 {
  color: var(--color-blue);
}
section.seo-text ul li {
  padding: 7px 0;
  list-style: disc;
}

section.seo-text ul li::marker {
  color: var(--color-blue);
}



@media (max-width: 1400px) {
  .first-screen .container {
    padding: 21px 0 107px;
  }
}

@media (max-width: 1250px) {
  .header_button .general-button {
    padding: 14px 20px;
  }

  .header .list-menu li {
    padding: 0 15px;
  }

  .header-logo {
    max-width: 200px;
  }

  .clients .container {
    max-width: 1100px;
    padding: 0 55px;
  }

  .clients .swiper-button-arrow.swiper-button-next {
    right: 0;
  }
  .clients .swiper-button-arrow.swiper-button-prev {
    left: 0;
  }

  .footer-info_lists__contacts-info {
    margin: 0 30px;
  }

  .contacts-body_block {
    width: 95%;
  }
}

@media (max-width: 1023.98px) {
  .list-menu,
  .header-phone,
  .header_button {
    display: none;
  }

  .burger-menu {
    display: flex;
  }

  .why-we_body {
    flex-wrap: wrap;
  }

  .why-we_body__block.margin-none,
  .why-we_body__block {
    padding: 15px 20px;
    margin-right: 0;
  }

  .hits-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .contacts-body_form {
    margin: 43px auto 0;
    max-width: 300px;
  }

  .contacts-body_form h2 {
    text-align: center;
  }

  .contacts-body_form h2 {
    font-size: 20px;
  }

  input.wpcf7-form-control.wpcf7-submit.has-spinner.general-button {
    font-size: 14px;
    width: 170px;
  }

  .contacts {
    padding: 0 0 26px;
  }

  .contacts-body_form form {
    align-items: center;
  }

  .contacts-body_form p {
    width: auto;
  }

  .brands-body_img img {
    width: 100%;
  }

  .header-search_button {
    width: 37px;
    height: 37px;
  }

  .header-search_form.active {
    opacity: 1;
    z-index: 1;
    bottom: -70%;
    left: 50%;
    transform: translateX(-50%);
  }

  .header-search_form {
    width: 316px;
  }

  .header-search svg {
    width: 16px;
    height: 16px;
  }

  footer .container {
    flex-direction: column;
    align-items: start;
  }

  .footer-links {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 39px;
  }

  ul.footer-menu li {
    flex: 0 0 100%;
  }

  ul.footer-menu {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    list-style: none;
    padding: 0;
    max-width: 100%;
    width: 100%;
  }

  .contacts-body {
    flex-direction: column;
  }

  .contacts-body-info_contacts {
    flex-direction: column;
    align-items: start;
    width: auto;
  }

  .contacts-body_block {
    width: 100%;
  }

  .contacts-body-info ul.footer-phone {
    margin-bottom: 12px;
  }

  .contacts-body-info_block-icons {
    display: none;
  }

  .contacts-body-info_block-icons.mobile-version {
    display: block;
  }

  .contacts-body-info_social-title p {
    padding-top: 5px;
  }

  .contacts-title {
    margin-bottom: 16px;
  }

  .contacts-title h2 {
    font-size: 24px;
  }

  .footer-info_lists {
    display: flex;
    justify-content: space-between;
  }

  .footer-info {
    width: 100%;
  }

  .footer-info_lists__contacts {
    width: auto;
    flex-direction: column;
  }

  .footer-info_lists__menu {
    max-width: 50%;
    width: 100%;
  }

  .footer-info_lists__contacts-info,
  .footer-info_lists__contacts-numbers {
    margin: 0;
  }

  .footer-links_logo a {
    display: flex;
  }

  .footer-links_logo {
    margin-bottom: 0;
  }

  .post-body {
    flex-direction: column;
  }

  .post-info {
    padding-left: 0;
    padding-top: 0;
  }

  .post-img {
    margin-bottom: 14.5px;
  }

  .post-meta {
    margin-bottom: 23.5px;
  }

  .post-button {
    margin: 37px 0 41px;
  }

  .post-title h1 {
    font-size: 24px;
  }

  .news-blog {
    grid-template-columns: repeat(2, 1fr);
  }

  .news-blog_block {
    max-width: 100%;
  }

  .bepartner-body_block {
    align-items: start;
  }

  .bepartner-body_block {
    flex-direction: column-reverse;
  }

  .bepartner-body_block-reverse {
    flex-direction: column;
  }

  .support-body {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 32px;
  }

  .technical-form .send-block.send-block-first {
    grid-template-columns: repeat(1, 1fr);
  }

  .technical-form form.wpcf7-form {
    flex-direction: column;
    align-items: center;
  }

  .technical-form .send-block.send-block-first {
    max-width: 400px;
    width: 100%;
  }

  .technical-form .form-button {
    justify-content: center;
  }

  section.technical-form h2 {
    text-align: center;
  }

  .technical-library .guarantee-documents_body {
    flex-direction: column;
    margin-top: 15px;
  }

  .info-product-galery-description {
    display: none;
  }

  .series-first-screen-body_gallery__body-info.mobile-version {
    display: block;
  }

  .series-first-screen-body_gallery {
    flex-direction: column-reverse;
  }

  .series-first-screen-body_gallery__list {
    flex-direction: row;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 22px;
  }

  .series-first-screen-body_gallery__body-img {
    max-width: 650px;
  }

  .series-first-screen-body {
    flex-direction: column;
  }

  .series-first-screen-body_icons {
    margin-top: 36px;
  }

  .series-models_list-mobile {
    display: flex;
    justify-content: center;
  }

  .products-mobile-version {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }

  .products-mobile-version_column__buttons a {
    color: #029cdc;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration-line: underline;
  }

  p.products-mobile-version_column__title {
    margin-bottom: 14px;
  }

  p.products-mobile-version_column__title a {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
  }

  p.products-mobile-version_column__buttons {
    text-align: center;
  }

  .products-mobile-version_column {
    display: grid;
  }

  table.series-models_table {
    display: none;
  }

  .series-models_body {
    margin-bottom: 28px;
  }

  .series-first-screen-body_gallery {
    margin-right: 0;
  }

  .series-first-screen-body_gallery__list-block {
    padding: 3.5px 24px;
  }

  .series-first-screen-body_gallery__body-info p {
    font-size: 14px;
  }

  .series-advantages-body, section.series-description_bg, .series-description_bg-2, section.series-description_bg-3 {
    background: transparent !important;
    padding: 0;
  }

  .series-advantages-title {
    margin-bottom: 23px;
  }

  .series-advantages-body__img {
    display: block;
    width: 100%;
    margin-bottom: 22px;
  }

  .series-advantages-body__img img {
    width: 100%;
  }

  .series-advantages-body_title {
    color: var(--color-black);
    font-size: 18px;
  }

  .series-advantages-body_info {
    color: #848484;
    font-size: 14px;
  }

  .series-advantages-body_info {
    max-width: 100%;
  }

  .series-documents-body {
    justify-content: center;
  }

  .series-advantages-title {
    margin-bottom: 23px;
    text-align: center;
  }

  .series-description_bg-2 {
    padding: 66px 15px 66px 15px;
  }

  .series-description_bg-3 {
    padding: 0;
    min-height: 100%;
    background: transparent;
  }

  .series-description_bg-3__img {
    display: flex;
    width: 100%;
    margin-bottom: 22px;
  }

  .series-description_bg-3__img img {
    width: 100%;
  }

  .series-description_bg-3 .container {
    align-items: start;
  }

  .series-description_bg-3__description {
    max-width: 100%;
    width: 100%;
  }

  .series-description_bg-3__title {
    font-size: 18px;
  }

  .series-description_bg-3__info {
    font-size: 14px;
  }

  .series-advantages_body {
    gap: 26px;
    justify-content: center;
  }

  .series-advantages-block {
    max-width: 100%;
    width: 100%;
  }

  .series-features_section__body {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 24px;
  }

  .series-features_section__block-title {
    font-size: 15px;
  }

  .series-features_section__title {
    font-size: 16px;
  }

  .search-page-body .container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 41px;
    padding-bottom: 40px;
  }



  /* Сховати заголовки колонок */
  .woocommerce-cart-form .shop_table thead {
    display: none;
  }

  /* Стилі для кожного рядка товару */
  .woocommerce-cart-form .shop_table .cart_item {
      display: block;
      margin-bottom: 20px;
  }

  /* Стилізація кожної комірки в рядку */
  .woocommerce-cart-form .shop_table td {
      display: block;
      text-align: right;
  }

  /* Додати назву колонки перед значенням у кожній комірці */
  .woocommerce-cart-form .shop_table td:before {
      float: left;
      font-weight: bold;
      text-align: left;
  }

  /* Стилізація кнопки оновлення кошика */
  .woocommerce-cart-form .shop_table .actions {
      text-align: center;
  }

  .woocommerce-cart-form .shop_table .quantity input {
    width: 100px;
  }

  .woocommerce-cart-form td.product-thumbnail {
    display: flex;
    justify-content: center;
  }

  .woocommerce-cart-form td.product-thumbnail img {
    max-width: 400px;
    width: 100%;
    height: auto;
  }

  .woocommerce-cart-form td.product-name a {
    color: var(--color-blue);
  }

  .woocommerce-cart-form .cart-collaterals table.shop_table.shop_table_responsive td::before {
    content: '';
  }

  .woocommerce-cart-form .cart-collaterals .shop_table_responsive td {
    border: none;
  }

  .woocommerce-cart-form .cart-collaterals .shop_table_responsive tr {
    border: 2px solid #f0f0f0;
  }

  .woocommerce-cart-form .cart-collaterals .shop_table td {
    display: block;
    text-align: center;
    padding: 15px;
  }

  .woocommerce-cart-form .wc-proceed-to-checkout {
    justify-content: center;
  }

  .woocommerce-billing-fields__field-wrapper .form-row {
    width: 100%;
    padding: 3px;
    margin: 0 0 6px;
    display: inline-flex;
    flex-direction: column;
  }

  .woocommerce-cart-form .shop_table td.product-name:before, .woocommerce-cart-form .shop_table td.product-price:before,  .woocommerce-cart-form .shop_table td.product-quantity:before, .woocommerce-cart-form .shop_table td.product-subtotal:before {
    content: attr(data-title) ": ";
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 24px;
  }

  h2 {
    font-size: 20px;
  }

  .brand-pc {
    display: none;
  }

  .brand-mobile {
    display: block;
  }

  .first-screen .container {
    display: flex;
    flex-direction: column-reverse;
    justify-content: start;
    position: relative;
    padding: 21px 15px 85px;
  }

  .first-screen_img {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 7px;
    height: 488px;
  }

  .first-screen_img img {
    object-fit: cover;
    width: 100%;
  }

  .catalog-info h1 {
    margin-bottom: 36px;
    font-size: 20px;
  }

  .hits-title {
    display: flex;
    flex-direction: column;
  }

  .hits-title h2 {
    margin-bottom: 23px;
    text-align: center;
  }

  .hits-title h2::after {
    display: none;
  }

  .hits-cards {
    grid-template-columns: repeat(1, 1fr);
  }

  .catalog-info-subtitle {
    font-size: 16px;

    font-weight: 500;
    line-height: normal;
  }

  a.brend-cards_block__text {
    font-size: 14px;
  }

  .clients .slide-wrapper {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
  }

  .clients-slider_slide__img {
    max-width: 100%;
    margin-bottom: 28px;
  }

  .clients .swiper-button-arrow {
    top: auto;
    bottom: -50px;
  }

  .clients-slider_slide__button {
    margin-top: 24px;
  }

  .clients .swiper-button-arrow.swiper-button-next {
    right: 17px;
    left: auto;
    top: auto;
    bottom: 24px;
  }

  .clients .swiper-button-arrow.swiper-button-prev {
    right: 72px;
    left: auto;
    top: auto;
    bottom: 24px;
  }

  .clients-subtitle {
    font-size: 14px;
  }

  .clients .container {
    padding: 0 15px;
  }

  .brend-cards .container {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 4px;
  }

  .brend-cards_block {
    align-items: center;
    padding: 30px 10px;
  }

  .brend-cards_block__text {
    text-align: center;
    margin: 0;
  }

  .be-partner .container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .be-partner_info p {
    font-size: 14px;
  }

  .be-partner_info h2 {
    font-size: 20px;
  }

  .be-partner_advantages {
    max-width: 100%;
    margin-top: 40px;
  }

  .be-partner_info__button .general-button {
    width: 178px;
  }

  .be-partner {
    background: url("https://mdv-ukraine.com.ua/wp-content/uploads/2024/01/be-partner-bg-mobile.webp")
      no-repeat center center;
    background-size: cover;
    height: 340px;
  }

  .subscribe label.form-label .input-class {
    max-width: 294px;
  }

  .be-partner_info h3 {
    padding: 10px 0 24px;
    font-size: 20px;
  }

  .be-partner_advantages__block {
    max-width: 84px;
    margin: 0 10px 0 0;
  }

  .be-partner_block__img {
    width: 50px;
    height: 50px;
  }

  .be-partner_block__title p {
    font-size: 12.003px;
    font-weight: 600;
  }

  .be-partner_block__img svg {
    width: 30px;
    height: 30px;
  }

  .footer-info_lists__contacts {
    display: flex;
    flex-direction: column;
  }

  .footer-info_lists__contacts-info,
  .footer-info_lists__contacts-numbers {
    width: 100%;
    margin: 0;
  }

  .footer-info_lists__menu {
    max-width: 48%;
    width: 100%;
    margin-bottom: 53px;
  }

  .footer-info_lists__contacts {
    width: 52%;
  }

  .footer-info_subsections ul {
    flex-direction: column;
  }

  .contacts-body-info ul.footer-phone,
  .contacts-body-info_adress,
  .contacts-body-info_social-network {
    margin-right: 0px;
  }

  .quality-body_line {
    display: none;
  }

  .quality-body_block {
    margin-right: 0;
    margin-bottom: 26px;
    max-width: 350px;
  }

  .quality-body_block__description {
    font-size: 14px;
  }

  .quality-body {
    flex-direction: column;
  }

  .brand-first-screen {
    min-height: 514px;
  }

  .brand-wrapper {
    padding: 68px 40px 87px 22px;
  }

  .brand-first-screen_title h1 {
    font-size: 24px;
    margin-bottom: 19px;
  }

  .brand-first-screen_description p {
    font-size: 16px;
  }

  section.midea-group {
    padding: 40px 0 39px;
  }

  .midea-group_title {
    margin-bottom: 37px;
  }

  h1::after,
  h2::after {
    bottom: -10px;
  }

  .midea-group_subtitle {
    margin-bottom: 26px;
  }

  section.midea-group p {
    font-size: 14px;
  }

  .midea-group_info__number {
    font-size: 27px;
  }

  .midea-group_info__text {
    font-size: 10.406px;
  }

  .midea-group_info__block {
    padding: 0 10px;
  }

  .background-title {
    margin-bottom: 19px;
  }

  .background-description {
    font-size: 16px;
  }

  .robotic {
    min-height: 514px;
  }

  .bases {
    padding: 40px 0;
  }

  .bases .bases-body {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }

  .bases-body_block {
    max-width: 100%;
  }

  .bases-body_img {
    margin-bottom: 14px;
    max-width: 60%;
  }

  .bases-body_title {
    margin-bottom: 6px;
  }

  .bases .bases-title {
    margin-bottom: 37px;
  }

  .osaka {
    min-height: 662px;
  }

  .statistic_info {
    padding: 17.5px 27px;
  }

  .statistic_info__number {
    font-size: 27.273px;
  }

  .statistic_info__text {
    font-size: 10.406px;
  }

  .statistic_info__block {
    padding: 0 10px;
  }

  .statistic {
    padding: 40px 0;
  }

  .quality {
    padding: 40px 0 37px;
  }

  section.laboratory {
    min-height: 467px;
  }

  .quality-title h2 {
    font-size: 20px;
  }

  .quality-title {
    margin-bottom: 37px;
  }

  .quality-subtitle {
    font-size: 14px;

    font-weight: 500;
    line-height: normal;
    margin-bottom: 27px;
  }

  .quality-body {
    display: none;
  }

  .quality-body.brand-mobile {
    display: flex;
    flex-direction: column;
    gap: 26px;
    align-items: center;
  }

  .quality-body_block__square {
    margin: 0 0 14px 0;
  }

  .quality-info {
    margin-top: 33px;
    font-size: 14px;
  }

  /* ----- */

  .acquire-buying {
    padding: 0 0 52px;
  }

  .acquire-buying .acquire-buying_title {
    margin-bottom: 34px;
  }

  .acquire-buying .acquire-buying_title h1 {
    font-size: 24px;
  }

  .acquire-buying_block__title {
    margin-bottom: 20px;
  }

  .acquire-buying_block__title h2 {
    font-size: 20px;
  }

  .acquire-buying_block__info ul li {
    font-size: 14px;
  }

  .acquire-buying_block__info {
    padding-bottom: 28px;
  }

  .acquire-buying_block {
    margin-bottom: 12px;
  }

  .news-blog {
    grid-template-columns: repeat(1, 1fr);
    gap: 17.5px;
  }

  .news-title h1 {
    font-size: 24px;
  }

  .news-blog_block__title h2 {
    font-size: 16px;
  }

  .bepartner-form select.wpcf7-form-control.wpcf7-select.input-class {
    max-width: 100%;
  }

  .bepartner .bepartner-first {
    flex-direction: column;
  }

  .bepartner-first_info {
    margin-bottom: 26px;
    margin-right: 0;
  }

  .bepartner-form .container {
    padding-top: 34px !important;
  }

  .bepartner-form .contacts-body_form {
    padding-top: 0;
  }

  .bepartner-first_info__title h1 {
    font-size: 24px;
  }

  .bepartner-first_info__description {
    font-size: 16px;
  }

  .bepartner-first_info__description {
    margin-bottom: 23px;
  }

  .bepartner-first_img {
    max-width: 100%;
    border-radius: 0;
  }

  .bepartner-block-icons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
  }

  .bepartner-block-icons_object {
    max-width: 100%;
  }

  .bepartner-body_block__img {
    max-width: 100%;
    border-radius: 0;
  }

  main.bepartner .container {
    padding: 0;
  }

  .bepartner-first_info,
  .bepartner-body_block__info {
    padding: 0 15px;
  }

  .bepartner-reasons {
    padding: 70px 15px 0;
  }

  .contacts-body_form {
    padding: 0 15px;
  }

  .bepartner-reasons_body__first-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 34px 32px;
  }

  .bepartner-reasons_body__second-block {
    flex-wrap: wrap;
    gap: 34px 32px;
  }

  .bepartner .form-wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 13px;
  }

  .contacts-body_form form input {
    max-width: 100%;
  }

  .contacts-body_form h2 {
    margin-bottom: 23px;
  }

  .bepartner-reasons_icons-text p {
    font-size: 14px;
  }

  .privacy-title h1 {
    font-size: 24px;
  }

  .privacy-description p {
    font-size: 14px;
  }

  .privacy-body h2 {
    font-size: 18px;
  }

  .list-info p {
    font-size: 14px;
  }

  .support-body_block-text p {
    font-size: 14px;
  }

  .support-body_block-button .general-button {
    width: 156px;
  }

  .servise-title_h1 h1 {
    font-size: 24px;
  }

  .support-servise h2 {
    font-size: 20px;
    text-align: center;
  }

  .servise-list_body,
  .servise-branded-body,
  .servise-guarantee-body {
    flex-direction: column;
    align-items: center;
  }

  .servise-list_body__block,
  .servise-branded-body_block {
    margin-bottom: 28px;
  }

  .support-servise-list {
    margin-bottom: 42px;
  }

  .servise-branded {
    margin-bottom: 36px;
  }

  .servise-guarantee {
    padding: 41px 0;
    margin-bottom: 36px;
  }

  .servise-guarantee-body {
    gap: 34px;
  }

  .servise-guarantee-body_block__arrow,
  .servise-guarantee-body_block__title {
    margin-bottom: 12px;
  }

  .servise-form-subtitle p {
    text-align: center;
  }

  .servise-form-body_form form.wpcf7-form {
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding-bottom: 41px;
  }

  .servise-form-body_form .form-button {
    justify-content: center;
    padding-top: 0px;
  }

  .form-block.form-block-first,
  .form-block.form-block-third,
  .form-block.form-block-second {
    width: auto;
  }

  .servise-form-body_form input,
  .servise-form-body_form textarea {
    max-width: 294px;
  }

  .wpcf7-response-output {
    position: relative;
  }

  .breadcrumbs,
  .breadcrumbs a,
  span.breadcrumbs-active-page {
    font-size: 14px;
  }

  .technical-first-screen_title h1 {
    font-size: 24px;
  }

  .technical-first-screen_category__block-title p {
    font-size: 14px;
  }

  .technical-first-screen_category__block-button .general-button {
    width: 156px;
  }

  .technical-list {
    padding: 37px 0 52px;
  }

  .technical-list_block,
  .technical-list_block:nth-child(2),
  .technical-list_block:nth-child(4) {
    flex-direction: column;
  }

  .technical-list_block__img {
    width: 100%;
  }

  .technical-list_block__info h3 {
    font-size: 16px;
  }

  .technical-first-screen_category {
    gap: 32px;
    flex-direction: column;
  }

  .technical-first-screen_category__block-title p {
    text-wrap: nowrap;
  }

  .guarantee-list_title {
    margin: 29px 0 32px;
  }

  .guarantee-list_title h1 {
    font-size: 24px;
  }

  .guarantee-title2 {
    font-size: 18px;
  }

  .guarantee-list_subtitle {
    margin-bottom: 19px;
  }

  .guarantee-list_block__title {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .guarantee-list_block__description {
    font-size: 14px;
  }

  .guarantee-list_block {
    margin-bottom: 24px;
  }

  .guarantee-download-button {
    flex-direction: column;
    align-items: center;
    padding: 29px 24px;
    max-width: 100%;
  }

  .guarantee-download-button span {
    font-size: 14px;
    max-width: 265px;
    text-align: center;
    margin-bottom: 19px;
  }

  .guarantee-talon {
    margin-bottom: 32px;
  }

  .guarantee-letters_body,
  .guarantee-documents_body {
    gap: 11px;
  }

  section.guarantee-letters {
    padding-bottom: 46px;
  }

  .guarantee-attention_title {
    margin-bottom: 21px;
  }

  .guarantee-attention_title h2 {
    font-size: 22px;
  }

  section.guarantee-terms .container {
    flex-direction: column;
    align-items: center;
  }

  .guarantee-terms .contacts-body_form {
    max-width: 100%;
  }

  .guarantee-terms label.form-label .input-class {
    max-width: 100%;
    width: 100%;
    padding: 15px 35px 15px 20px;
    border-radius: 7px;
    border: 1px solid #ececec;
    resize: none;
    cursor: pointer;
  }

  .guarantee-terms_form {
    padding-top: 50px;
    max-width: 100%;
    width: 100%;
  }

  section.guarantee-terms {
    padding-bottom: 47px;
  }

  .guarantee-terms_form {
    margin-left: 0;
  }

  .codes-template_body-first > :nth-child(4) {
    grid-row: span 2;
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .codes-template_body-first {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 23px;
    margin-bottom: 49px;
  }

  .codes-block-template {
    padding: 26px 15px;
  }

  .codes-title h1 {
    font-size: 24px;
    margin: 29px 0 27px;
  }

  .codes-type_title h2 {
    font-size: 16px;
  }

  .codes-template_body {
    justify-content: center;
  }

  .technical-library-title h1 {
    font-size: 24px;
  }

  .technical-library-subtitle {
    font-size: 18px;
  }

  #menu-technical-library-menu > li a {
    font-size: 13.93px;
  }

  #menu-technical-library-menu > li.active .sub-menu a {
    font-size: 12px;
  }

  .technical-library .guarantee-download-button img {
    margin: 0;
  }

  .technical-library-body {
    padding-bottom: 40px;
    flex-direction: column;
    gap: 20px;
  }

  .technical-library_block__title {
    display: none;
  }

  .support-marketing_body {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 23px;
    margin-bottom: 49px;
    justify-content: center;
  }

  .support-marketing_body .codes-block-template {
    max-width: 100%;
    width: 100%;
  }

  .support-marketing_body > :nth-child(3) {
    grid-row: span 2;
    height: 65%;
    display: flex;
    flex-direction: column;
    margin-top: 30px;
  }

  .support-marketing_body > :nth-child(1) {
    height: 140%;
    display: flex;
    flex-direction: column;
  }

  .codes-block-template {
    height: 100%;
  }

  .marketing-category_wrapper_block {
    grid-template-columns: repeat(1, 1fr);
    padding: 0;
  }

  .product-categories,
  .child-categories {
    grid-template-columns: repeat(1, 1fr);
    gap: 17px;
  }

  .category-wrapper .category-item {
    align-items: start;
    border-radius: 10px;
    border: 1px solid #ececec;
    max-width: 100%;
    padding: 26px 38px 24px;
  }

  a.category-item_link {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .category-item_title h3 {
    text-align: center;
    font-size: 16px;
  }

  .category-special_block__title.category-item_title {
    width: 100%;
  }

  .category-special_block.category-item {
    max-width: 394px;
    padding: 18px 0 25px;
  }

  .category-special_block__img {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0 15px;
    height: 125px;
  }

  .category-special_block__descr {
    height: auto;
  }

  .category-special_block__img.last-img {
    height: 125px;
    min-height: auto;
    max-height: 125px;
  }

  .series-first-screen-body_icons__block {
    gap: 8px;
  }

  .series-first-screen {
    margin-bottom: 44px;
  }

  .series-documents-title h3 {
    font-size: 20px;
  }

  .series-documents-title {
    margin-bottom: 36px;
  }

  .series-documents-body_block {
    padding: 29px 49px;
  }

  .series-description_section__block {
    flex-direction: column;
  }

  .series-description_bg {
    padding: 0;
    background: transparent;
  }

  .series-description_bg__img-mobile {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }

  .series-description_bg__img-mobile img {
    width: 100%;
  }

  .series-description .container {
    padding: 0;
    max-width: 100%;
  }

  .series-description_block__img {
    max-width: 100%;
    width: 100%;
  }

  .series-description_block__info {
    max-width: 100%;
    padding: 0 15px;
  }

  .series-description_section__block-2 {
    flex-direction: column;
    gap: 22px;
    margin-bottom: 40px;
  }

  section.series-description-2 .container {
    padding: 0;
    max-width: 100%;
  }

  .series-description_section__block-2 .series-description_block__info {
    max-width: 100%;
  }

  .series-advantages-body {
    min-height: 100%;
  }

  .series-description_section__block {
    display: flex;
    gap: 22px;
    align-items: center;
  }

  .series-description_section {
    gap: 40px;
  }

  section.series-description {
    margin-bottom: 40px;
  }

  .series-description_block__info-title {
    font-size: 18px;
  }

  .series-description_block__info-body {
    font-size: 14px;
  }

  .series-description-2 .series-description_section__block {
    margin-bottom: 40px;
  }

  .series-description_block__img-2 {
    max-width: 246px;
  }

  .series-description_bg-2__img {
    display: flex;
    width: 100%;
    margin-bottom: 22px;
  }

  .series-description_bg-2__img img {
    width: 100%;
  }

  .series-description_bg-2 {
    padding: 0;
  }

  .series-description_bg-2 {
    background: transparent;
  }

  .series-description_bg-2__title {
    font-size: 18px;
  }

  .series-description_bg-2__info {
    font-size: 14px;
  }

  .series-description-3 .container {
    flex-direction: column;
    gap: 22px;
  }

  .series-description-3 .series-description_block__img-2 {
    max-width: 100%;
    width: 100%;
  }

  .series-description-3 .container {
    padding: 0;
    max-width: 100%;
  }

  .series-description-3 {
    margin-bottom: 40px;
  }

  .product-table tr td {
    font-size: 12px;
  }

  .product-table tr td:last-child {
    text-wrap: nowrap;
    text-align: end;
    width: fit-content;
    max-width: fit-content;
    padding-left: 15px;
  }

  .product-table tr td:first-child {
    width: 100%;
  }

  .product-table tr {
    display: flex;
    border-bottom: 1px solid #d9d9d9;
  }

  .product .category-special_block__img,
  .product .category-special_block__title.category-item_title {
    padding: 0;
  }
  .series-first-screen-body_gallery__body-imgs {
    flex-direction: column;
  }
  .swiper-container.gallery-thumbs.swiper-initialized.swiper-vertical {
    height: 100px;
  }
  .swiper-gallery-wrapper .swiper-button-next.swiper-button-gallery,
  .swiper-gallery-wrapper .swiper-button-prev.swiper-button-gallery {
    top: 70px;
  }
  .swiper-gallery-wrapper .swiper-button-prev.swiper-button-gallery {
    left: 0;
    right: auto;
    rotate: -90deg;
  }
  .swiper-gallery-wrapper .swiper-button-next.swiper-button-gallery {
    right: 0;
    left: auto;
    rotate: -90deg;
  }
  .swiper-gallery-wrapper .gallery-thumbs {
    overflow: hidden;
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .series-first-screen .swiper-wrapper {
    max-width: 100%;
  }
  .gallery-thumbs .series-first-screen-body_gallery__list-block {
    padding: 10px;
    width: 100%;
  }
  .swiper-gallery-wrapper .swiper-button-gallery {
    left: 0;
    transform: translateY(0);
  }
  .series-first-screen .swiper-wrapper {
    align-items: center;
  }

  .category-special_block__img.last-img img {
    width: auto;
    height: 100%;
  }

  .series-description-3 .container {
    padding: 0 15px;
  }

  .bank-account-details-container {
    padding: 0 5px;
  }

  .bank-account-details {
    margin-top: 0;
  }

  h3.pay-title {
    font-size: 18px;
    margin-bottom: 0;
  }

  td.product-remove {
    padding: 5px 15px!important;
  }

  td.actions button {
    text-align: center;
  }

  .delivery-section .container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    padding: 0 70px 48px;
  }

  .delivery-section .container {
    padding: 0 15px 38px;
  }

  .delivery-section-block_image svg {
    width: 100px;
    height: 85px;
  }

  .delivery-section-block_image {
    width: 100px;
    height: 85px;
  }

  .delivery-section-wrapper_block {
    width: 100%;
    display: grid;
    grid-template-columns: 100px 1fr;
    grid-gap: 20px;
    align-items: center;
  }

  section.delivery-section.delivery-payment-section {
    padding-top: 28px;
    background: #f0f2f3;
  }

  .delivery-payment-title h1 {
    margin-bottom: 25px;
  }

  .delivery-section-title {
    margin-top: 20px;
  }
}

@media (max-width: 500px) {
  .header-logo img{
	max-width: 70px;
  }
  .clients-slider_slide__button .general-button {
    width: 171px;
    padding: 14.5px 15px;
  }

  .series-first-screen-body_gallery__body-info-mobile {
    display: block;
  }

  div#pum_popup_title_1262 {
    font-size: 20px;
  }

  .info-product-galery-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .contacts-body-info_block-icons.mobile-version {
    width: 230px;
  }

  .statistic_info,
  .midea-group_info {
    flex-direction: column;
    gap: 19px;
  }

  .bases-body_img {
    margin-bottom: 14px;
    max-width: 212.337px;
  }

  .bepartner-reasons_body__first-block {
    gap: 34px 18px;
  }

  .support-marketing-category_title p {
    font-size: 16px;
  }

  .gallery-top .woocommerce-product-gallery__image img {
    max-height: 250px;
  }  

  .swiper-container.gallery-top.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    max-height: 245px;
  }

  .projects-body {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 60px 84px;
  }

  .clients-title {
    text-align: center;
    margin-bottom: 58px;
    display: flex;
    justify-content: center;
    padding: 0 15px;
  }

  .clients-slider_slide__img {
    height: 160px;
  }

  .clients-slider_slide__title {
    margin-bottom: 10px;
  }

  .be-partner .container {
    align-items: start;
    padding: 0 30px;
  }

  .subscribe {
    padding: 48px 0 39px;
  }

  .footer-info_lists__menu {
    margin-bottom: 10px;
  }

  .statistic_info, .midea-group_info {
    width: fit-content;
  }

  .quality-body_block {
    margin-bottom: 0;
  }

  .quality-body_block__description {
    padding: 0 15px;
  }

  .acquire-buying_block__info {
    padding-bottom: 0;
  }

  .acquire-buying {
    padding: 0 0 38px;
  }

  footer {
    padding: 34px 0 30px;
  }

  .bepartner .bepartner-first {
    margin-bottom: 35px;
  }

  .bepartner-body {
    gap: 35px;
  }

  .bepartner-reasons {
    padding: 40px 15px 0;
  } 

  .form-button {
    padding-top: 12px;
  } 

  .list-info {
    margin-bottom: 24px;
  }

  .series-advantages-body__img img, .series-description_bg__img-mobile img {
    max-width: 100%;
    object-fit: cover;
    object-position: right;
  }

  .series-description_bg-3__img img {
    max-width: 100%;
    height: 189px;
    object-fit: cover;
    object-position: left;
  }

  .series-description_bg-2__img img {
    max-width: 100%;
    height: 189px;
    object-fit: cover;
    object-position: right;
  }

  .series-description_bg__img-mobile, .series-description_bg-2__img, .series-description_bg-3__img {
    height: 189px;
  }

  .woocommerce-cart-form .shop_table td:before {
    content: attr(data-title) " ";
    float: left;
    font-weight: 700;
    text-align: left;
  }

  td.product-name a {
    color: var(--color-blue);
    font-size: 14px;
  }

  .wc-proceed-to-checkout {
    justify-content: center;
  }

  .shop_table.woocommerce-checkout-review-order-table tfoot th, .shop_table.woocommerce-checkout-review-order-table tfoot td {
    font-size: 14px;
  }

  span.detail-title {
    width: 68%;
  }

  .modal-content-cart {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    margin: 10% auto;
    padding: 35px 25px;
    border-radius: 8px;
    border: 1px solid #00488d;
    width: 100%;
    position: relative;
  }

  .close-modal-cart {
    color: #00488d;
    position: absolute;
    top: 0px;
    right: 12px;
    font-size: 32px;
    font-weight: 400;
  }

  a.button-modal-cart.go-to-cart {
    display: flex;
    margin-bottom: 15px;
  }

  .modal-cart .button-modal-cart {
    background-color: #00488d;
    color: #fff;
    padding: 12px 16px;
    border-radius: 5px;
    width: 90%;
    font-size: 16px;
    display: flex;
    justify-content: center;
    border: none;
    cursor: pointer;
    margin-right: 10px;
  }

  .title-modal-cart {
    margin-bottom: 18px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    padding-top: 10px;
  }

  .series-first-screen-body .product-price {
    top: -22px;
    left: 40%;
  }

  .series-first-screen-body_gallery__body.swiper-slide {
    height: fit-content !important;
  }

  a.modal-next.modal-arrow {
    right: 12px;
  }

  a.modal-prev.modal-arrow {
    left: 12px;
  }

  p.detail-item {
    text-align: end;
    font-size: 15px;
  }

  span.detail-title {
    text-align: start;
  }

  p.detail-item.iban-code {
    overflow-wrap: anywhere;
  }
}

@media (max-width: 388.98px) {
  .support-body {
    grid-template-columns: repeat(1, 1fr);
  }

  .codes-template_body {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 23px;
    margin-bottom: 49px;
  }

  .codes-block-template {
    margin: 0 auto;
  }

  .support-marketing_body {
    grid-template-columns: repeat(1, 1fr);
  }

  .support-marketing_body > :nth-child(1) {
    height: 100%;
  }

  .support-marketing_body > :nth-child(3) {
    grid-row: 1;
    height: 100%;
    margin-top: 0;
  }

  .series-first-screen-body_gallery__list-block {
    padding: 3.5px 14px;
  }

  .series-models_list-mobile ul {
    gap: 8px 25px;
  }

  .series-documents-body_block {
    padding: 20px 25px;
  }

  .series-documents-body_block__info p {
    font-size: 14px;
    margin-bottom: 19px;
  }

  .products-mobile-version {
    gap: 30px;
  }

  p.products-mobile-version_column__title {
    margin-bottom: 7px;
  }

  .header-search_form {
    width: 280px;
  }
}

footer .container.container-footer-odbm {
  display: flex;
  justify-content: center;
  flex-direction: row;
  padding-top: 20px;
}

footer .container.container-footer-odbm img {
  max-width: 25px;
  width: 25px;
}

footer .container.container-footer-odbm a {
  display: flex;
  align-items: end;
  color: var(--color-blue);
  font-size: 15px;
  font-weight: 600;
}