@charset "UTF-8";
@font-face {
  font-family: "montserrat_semibold";
  src: url("/resources/fonts/Montserrat-SemiBold.woff2");
}
@font-face {
  font-family: "montserrat_medium";
  src: url("/resources/fonts/Montserrat-Medium.woff2");
}
@font-face {
  font-family: "montserrat_extralight";
  src: url("/resources/fonts/Montserrat-ExtraLight.woff2");
}
@font-face {
  font-family: "isocpeur";
  src: url("/resources/fonts/ISOCPEUR_Italic.woff2");
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
*::-webkit-scrollbar {
  width: 8px;
  height: 10px;
}
*::-webkit-scrollbar-track {
  background: #e6eff7;
  border-radius: 5px;
}
*::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #0056a7;
}

body {
  font-family: "montserrat_medium", sans-serif;
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
  color: #292a30;
  background-color: #e6eff7;
  /*****  загальні для Слайдер Slick *****/
}
body input,
body button,
body textarea {
  font-family: inherit;
  cursor: pointer;
  background-color: transparent;
}
body input:focus,
body button:focus,
body textarea:focus {
  outline: none;
}
body textarea {
  resize: none;
}
body input[type="number"]::-webkit-outer-spin-button,
body input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body input[type="number"] {
  -moz-appearance: textfield;
}
body input::-webkit-input-placeholder,
body textarea::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
body input:focus::-webkit-input-placeholder,
body textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
body a {
  text-decoration: none;
  color: #292a30;
}
body a:focus,
body a:active {
  text-decoration: none;
}
body a.link_blue {
  color: #0056a7;
}
body a.link_blue:hover {
  color: #71aeda;
}
body a.active {
  color: #faab4b;
  pointer-events: none;
}
body ::after,
body ::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body svg,
body img {
  display: block;
}
body div,
body a,
body input,
body textarea,
body button,
body path,
body label,
body section,
body img,
body p,
body span,
body aside,
body ::after,
body ::before,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
body h5,
body h6,
body .h5,
body .h6 {
  font-family: "montserrat_semibold", serif;
  font-weight: 600;
}
body h1,
body .h1 {
  font-weight: 500;
  font-size: 60px;
  line-height: 100%;
}
body h2,
body .h2 {
  font-weight: 500;
  font-size: 46px;
  line-height: 100%;
}
body h3,
body .h3 {
  font-weight: 500;
  font-size: 36px;
  line-height: 120%;
}
body h4,
body .h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
}
body h5,
body .h5 {
  font-size: 18px;
  line-height: 155%;
}
body h6,
body .h6 {
  font-size: 16px;
  line-height: 150%;
}
body ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
}
body ul li {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  padding-left: 8px;
}
body ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: 8px;
  background-color: #faab4b;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
body .p1 {
  font-size: 16px;
  line-height: 150%;
}
body .p2 {
  font-size: 14px;
  line-height: 140%;
}
body .p3 {
  font-size: 12px;
  line-height: 130%;
}
body .isocpeur_p1 {
  font-family: "isocpeur";
  font-size: 20px;
}
body .slick-list {
  overflow: hidden;
}
body .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
body .slider_arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
body .slider_arrows button:first-child {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
body .slider_dots {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
body .slider_dots ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 8px;
}
body .slider_dots ul li {
  font-size: 0;
  padding: 0;
}
body .slider_dots ul li::before {
  display: none;
}
body .slider_dots ul li button {
  font-size: 0;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
body .slider_dots ul li button::before {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #292a30;
}
body .slider_dots ul li.slick-active button::before {
  background-color: #fff;
}

@media (max-width: 600px) {
  body h1,
  body .h1 {
    font-size: 40px;
  }
  body h2,
  body .h2 {
    font-size: 30px;
  }
  body h3,
  body .h3 {
    font-size: 28px;
  }
  body h4,
  body .h4 {
    font-size: 18px;
  }
}
svg.catalog_svg {
  width: 16px;
  height: 16px;
}
svg.disconts_svg {
  width: 12px;
  height: 18px;
}

.notification {
  position: fixed;
  right: -276px;
  top: 200px;
  width: clamp(276px, 400px, 100% - 48px);
  z-index: 1001;
  padding: 12px;
  background-color: #0056a7;
  color: #fff;
  opacity: 0;
  pointer-events: none;
}
.notification div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 12px;
}
.notification div button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
.notification div button svg {
  fill: #fff;
}
.notification div button:hover {
  background-color: #fff;
}
.notification div button:hover svg {
  fill: #0056a7;
}
.notification p {
  font-size: 14px;
  line-height: 140%;
  margin-top: 4px;
}
.notification.red {
  background-color: #ee2b4b;
}
.notification.red div button:hover svg {
  fill: #ee2b4b;
}
.notification.green {
  background-color: #16b387;
}
.notification.green div button:hover svg {
  fill: #16b387;
}
.notification.on {
  opacity: 1;
  right: 12px;
  pointer-events: all;
}

@media (max-width: 600px) {
  .notification {
    top: 164px;
  }
}
.img_container {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.img_container img,
.img_container svg {
  max-width: 100%;
  max-height: 100%;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 12px;
  font-size: 16px;
  line-height: 150%;
  border: 1px solid transparent;
}
.btn .img {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn .img svg {
  max-width: 100%;
  max-height: 100%;
}
.btn .img.catalog_icon::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url("/public/img/catalog_white.svg") no-repeat 50%;
}
.btn .img.cart_link::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url("/public/img/cart_white.svg") no-repeat 50%;
}
.btn .img.close::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url("/public/img/close_blue.svg") no-repeat 50%;
}
.btn .img.moveUp::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url("/public/img/moveUp_white.svg") no-repeat 50%;
}
.btn .text {
  text-align: left;
}
.btn.big {
  padding: 12px 16px;
  max-width: 240px;
  width: 100%;
  height: 96px;
}
.btn.small {
  min-width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 4px;
}
.btn.blue {
  background-color: #0056a7;
  color: #fff;
}
.btn.blue span svg {
  fill: #fff;
}
.btn.azure {
  background-color: #f1f5f9;
  color: #0056a7;
}
.btn.azure span svg {
  fill: #0056a7;
}
.btn.disabled {
  background-color: #dfe3e8;
  pointer-events: none;
}
.btn.disabled .img svg {
  fill: #82878c;
}
.btn:hover {
  border: 1px solid #0056a7;
  background-color: #fff;
  color: #0056a7;
}
.btn:hover span svg {
  fill: #0056a7;
}
.btn:hover span.catalog_icon::after {
  background: url("/public/img/catalog_blue.svg") no-repeat 50%;
}
.btn:hover span.cart_link::after {
  background: url("/public/img/cart_blue.svg") no-repeat 50%;
}
.btn:hover span.moveUp::after {
  background: url("/public/img/moveUp_blue.svg") no-repeat 50%;
}

.btn2 {
  padding: 4px 8px;
  font-size: 12px;
  line-height: 130%;
  color: #0056a7;
  background-color: #f1f5f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.btn2 .img {
  width: 16px;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn2 .img svg {
  fill: #0056a7;
}
.btn2:hover {
  color: #fff;
  background-color: #0056a7;
}
.btn2:hover .img svg {
  fill: #fff;
}

.search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  background-color: #fff;
  position: relative;
}
.search::before {
  content: "";
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 18px;
  left: 16px;
  background: url("/public/img/search.svg") no-repeat 50%;
}
.search input {
  width: 100%;
  border: 1px solid transparent;
  padding: 18px 16px 19px 48px;
  line-height: 21px;
}
.search input:hover,
.search input:focus {
  border: 1px solid #0056a7;
}

.modal_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
}

.select_category {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
.select_category .btn {
  max-width: 100%;
  width: 100%;
  font-size: 14px;
  line-height: 140%;
  text-align: left;
}
.select_category .small {
  padding: 0 16px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.select_category .drop {
  position: absolute;
  top: 62px;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.select_category .drop.on {
  opacity: 1;
  pointer-events: all;
}
.select_category .drop button {
  text-align: left;
  border-top: 2px solid #0056a7;
}
.select_category .tels a {
  display: none;
}
.select_category .tels a.on {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: all;
}

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  padding-bottom: 1px;
}
.tabs::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.tabs .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 36px 24px;
  position: relative;
  border-bottom: 1px solid #292a30;
  white-space: nowrap;
}
.tabs .item .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
.tabs .item .img svg {
  fill: #292a30;
}
.tabs .item:hover,
.tabs .item.on {
  border-bottom: 1px solid #0056a7;
}
.tabs .item:hover .text,
.tabs .item.on .text {
  color: #0056a7;
}
.tabs .item:hover .img svg,
.tabs .item.on .img svg {
  fill: #0056a7;
}
.tabs .item:disabled {
  pointer-events: none;
  opacity: 0.7;
}
.tabs .item.on::after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  top: calc(100% - 1px);
  background-color: #0056a7;
}
.tabs.same_size .item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4px 12px;
}
.input div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.input label {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  padding: 18px 0;
  border-bottom: 1px solid #292a30;
  cursor: pointer;
}
.input label:hover,
.input label:focus {
  border-bottom: 1px solid #0056a7;
}
.input label .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
.input label .img svg {
  fill: #0056a7;
}
.input label input,
.input label textarea {
  width: 100%;
}
.input button {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.input p {
  display: none;
  width: 100%;
  font-size: 12px;
  line-height: 130%;
  color: #ea4c89;
}
.input.error label {
  border-bottom: 1px solid #ea4c89;
}
.input.error label .img svg {
  fill: #ea4c89;
}
.input.error p {
  display: block;
}

.counter {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.counter input {
  text-align: center;
  width: calc(100% - 144px);
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}

.modal_fond {
  position: fixed;
  z-index: 1005;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(41, 42, 48, 0.7490196078);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
}
.modal_fond.on {
  opacity: 1;
  pointer-events: all;
}
.modal_fond .modal {
  background-color: #fff;
  padding: 24px;
  max-width: 576px;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
.modal_fond .modal .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
.modal_fond .modal .body .quick_order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.modal_fond .modal .body .quick_order .pict {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100px;
  height: 100px;
}
.modal_fond .modal .body .quick_order .pict img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
}
.modal_fond .modal .body .quick_order .info {
  width: calc(100% - 124px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
.modal_fond .modal .body .quick_order .info img {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
.modal_fond .modal .body .quick_order .info .isocpeur_p1 {
  color: #636b72;
}
.modal_fond .modal .body .fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
.modal_fond .modal .body .star_rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.modal_fond .modal .body .star_rating div {
  cursor: pointer;
  width: 60px;
  height: 60px;
  background: url("/public/img/starBig_azure.svg") no-repeat 50%;
}
.modal_fond .modal .body .star_rating div:hover,
.modal_fond .modal .body .star_rating div.on,
.modal_fond .modal .body .star_rating div:hover ~ div {
  background: url("/public/img/starBig_yellow.svg") no-repeat 50%;
}
.modal_fond .modal .body .likes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}
.modal_fond .modal .body .likes label {
  cursor: pointer;
}
.modal_fond .modal .body .likes label input {
  display: none;
}
.modal_fond .modal .body .likes label input:checked + .btn {
  background-color: #fff;
  border: 1px solid #0056a7;
}
.modal_fond .modal .body .likes label .btn {
  padding: 0 16px;
}
.modal_fond .modal .body .likes label .btn .text {
  font-weight: 600;
}
.modal_fond .modal .foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px 12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.modal_fond .modal .foot .big {
  margin-left: auto;
}

.section_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.section_title .p2 {
  color: #0056a7;
}

.product_item {
  width: 459px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid transparent;
  position: relative;
  background-color: #f1f5f9;
}
.product_item::after {
  content: "";
  opacity: 0;
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: -12px;
  left: calc(50% - 12px);
  background: url("/public/img/shevronRight_white.svg") no-repeat 50% #0056a7;
}
.product_item:hover {
  border: 1px solid #0056a7;
}
.product_item:hover::after {
  opacity: 1;
}
.product_item .pict {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  aspect-ratio: 1;
  background-color: #fff;
  padding: 24px;
}
.product_item .pict img {
  max-width: 100%;
  max-height: 100%;
}
.product_item .text {
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
}
.product_item .text .isocpeur_p1 {
  color: #636b72;
}
.product_item .info {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  padding: 4px;
  background-color: #fff;
}
.product_item .info .price {
  width: 100%;
  background-color: #f1f5f9;
  padding: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
.product_item .info .price .old {
  font-size: 18px;
  font-family: "isocpeur";
  text-decoration: line-through;
  color: #636b72;
}
.product_item .info .price p {
  font-size: 36px;
  font-family: "isocpeur";
  color: #0056a7;
}
.product_item .info button {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.product_item .info button.on {
  background-color: #0056a7;
}
.product_item .info button.on .img svg {
  fill: #fff;
}

@media (max-width: 650px) {
  .product_item .info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product_item .info .price {
    height: 60px;
  }
  .product_item .info .btn {
    width: calc(50% - 2px);
  }
}
@media (max-width: 600px) {
  .product_item {
    width: 312px;
  }
  .product_item .pict {
    padding: 8px;
  }
}
@media (max-width: 500px) {
  .product_item .text .isocpeur_p1,
  .product_item .text h6 {
    line-height: 120%;
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .product_item .info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product_item .info .price .old {
    font-size: 14px;
  }
  .product_item .info .price p {
    font-size: 24px;
  }
}
.order_item {
  padding: 12px;
  background-color: #f1f5f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid transparent;
}
.order_item:hover {
  border: 1px solid #0056a7;
}
.order_item .pict {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
}
.order_item .pict img {
  max-width: 100%;
  max-height: 100%;
}
.order_item .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
  max-width: 560px;
  width: 100%;
  height: 100%;
}
.order_item .info .isocpeur_p1 {
  color: #636b72;
}
.order_item .info a {
  font-size: 14px;
  line-height: 140%;
}
.order_item .info .bottom {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.order_item .info .bottom .status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.order_item .info .bottom .status .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 16px;
  height: 16px;
}
.order_item .info .bottom .status .text {
  font-size: 12px;
  line-height: 130%;
}
.order_item .info .bottom .status.green .text {
  color: #16b387;
}
.order_item .info .bottom .status.red .text {
  color: #ea4c89;
}
.order_item .counter {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  gap: 4px;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  padding: 4px;
  background-color: #fff;
}
.order_item .counter input {
  width: 60px;
}
.order_item .price {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
.order_item .price p {
  font-family: "isocpeur";
  font-size: 20px;
  text-align: right;
}
.order_item .price p span {
  font-size: 18px;
  text-decoration: line-through;
  color: #636b72;
  margin-right: 12px;
}
.order_item .price p:last-child {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  color: #0056a7;
  font-size: 34px;
}

@container order_cont (width < 921px) {
  .order_item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .order_item .info {
    max-width: calc(100% - 112px);
    height: initial;
  }
}
@container order_cont (width < 447px) {
  .order_item {
    position: relative;
  }
  .order_item .info {
    max-width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .order_item .info .isocpeur_p1 {
    position: absolute;
    font-size: 12px;
    top: 20px;
    left: 124px;
    width: calc(100% - 136px);
  }
  .order_item .info a {
    position: absolute;
    top: 48px;
    left: 124px;
    width: calc(100% - 136px);
  }
  .order_item .info .bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .order_item .counter input {
    width: calc(100% - 128px);
  }
}
.confirmed_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  padding: 4px;
  background-color: #f1f5f9;
}
.confirmed_item .pict {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
}
.confirmed_item .pict img {
  max-width: 100%;
  max-height: 100%;
}
.confirmed_item .text p {
  font-family: "isocpeur";
  font-size: 20px;
  color: #636b72;
  margin-bottom: 4px;
}
.confirmed_item .price {
  font-family: "isocpeur";
  font-size: 20px;
  color: #0056a7;
  margin-left: auto;
  white-space: nowrap;
}
.confirmed_item .qty {
  padding: 0 12px;
  font-size: 14px;
  line-height: 140%;
  white-space: nowrap;
}

@container confirmed_cont (width < 500px) {
  .confirmed_item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .confirmed_item .text {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }
}
.news_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 24px;
  padding: 24px;
  background-color: #f1f5f9;
}
.news_item .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  max-width: 400px;
}
.news_item .text .p3 {
  color: #636b72;
}
.news_item .text h5 {
  color: #0056a7;
}
.news_item .pict {
  max-width: 552px;
  width: 100%;
  aspect-ratio: 12/5;
  position: relative;
  overflow: hidden;
}
.news_item .pict span {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 1;
  padding: 14px 16px;
  color: #0056a7;
  background-color: #f1f5f9;
}
.news_item .pict img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
}
.news_item:hover .pict img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .news_item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .news_item .text {
    max-width: 100%;
  }
  .news_item .pict {
    max-width: 100%;
  }
}
.pagin {
  width: 100%;
  padding: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pagin .links {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pagin .links .prev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-right: auto;
}
.pagin .links .next {
  margin-left: auto;
}
.pagin .links .btn .text {
  font-weight: 600;
}
.pagin .links .btn.active {
  border: 1px solid #0056a7;
  background-color: #fff;
}
.pagin .links .btn.unactive {
  pointer-events: none;
}

@media (max-width: 600px) {
  .pagin .btn:nth-child(3),
  .pagin .btn:nth-child(4),
  .pagin .btn:nth-child(5) {
    display: none;
  }
}
.crumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.crumbs a {
  padding: 4px 8px;
  font-size: 12px;
  line-height: 130%;
  color: #0056a7;
  background-color: #f1f5f9;
}
.crumbs a:hover {
  color: #fff;
  background-color: #0056a7;
}

.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.checkbox p {
  cursor: pointer;
  font-size: 14px;
  line-height: 140%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  padding: 0 3px 0 4px;
}
.checkbox p:hover {
  color: #0056a7;
}
.checkbox p:hover::before {
  background: url("/public/img/check_blue.svg") no-repeat 50% #fff;
}
.checkbox p::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 1px;
  border: 1px solid #0056a7;
  background-color: #fff;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.checkbox .info {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-left: auto;
  background: url("/public/img/i.svg");
  position: relative;
  cursor: pointer;
}
.checkbox .info span {
  position: absolute;
  right: 0;
  top: -108px;
  z-index: 3;
  padding: 12px;
  background-color: rgba(41, 42, 48, 0.7490196078);
  color: #fff;
  font-family: "isocpeur";
  font-size: 14px;
  width: 128px;
  pointer-events: none;
  opacity: 0;
}
.checkbox .info span::after {
  content: "";
  border-top: 12px solid rgba(41, 42, 48, 0.7490196078);
  border-bottom: 12px solid transparent;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  position: absolute;
  top: 100%;
  right: 2px;
}
.checkbox .info:hover span {
  opacity: 1;
}
.checkbox input {
  display: none;
}
.checkbox input:checked + p {
  color: #0056a7;
}
.checkbox input:checked + p::before {
  background: url("/public/img/check_white.svg") no-repeat 50% #0056a7;
}
.checkbox input:disabled + p {
  color: #636b72;
}
.checkbox input:disabled + p::before {
  border: 1px solid #636b72;
  background: url("/public/img/check_gray.svg") no-repeat 50% transparent;
}
.checkbox:has(input:disabled) {
  pointer-events: none;
}

label.radio {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
label.radio .check {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
label.radio .check::before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 9px;
  border: 1px solid #0056a7;
  background-color: #fff;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
label.radio .img {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
label.radio .img.nova svg {
  fill: #ea4c89;
}
label.radio .img.ksimex svg {
  fill: #0056a7;
}
label.radio .img.liqpay {
  background: url("/public/img/liqpay.svg") no-repeat 50%;
}
label.radio .img.mono {
  background: url("/public/img/mono_black.svg") no-repeat 50%;
}
label.radio p {
  width: calc(100% - 56px);
}
label.radio p.p3 {
  color: #636b72;
  margin-left: auto;
}
label.radio p span {
  color: #636b72;
}
label.radio input {
  display: none;
}
label.radio:has(input:checked) {
  color: #0056a7;
}
label.radio:has(input:checked) .check::before {
  border-radius: 9px;
  border: 5px solid #0056a7;
  background-color: #fff;
}
label.radio:has(input:checked) .img svg {
  fill: #fff;
}
label.radio:has(input:checked) .img.mono {
  background: url("/public/img/mono_white.svg") no-repeat 50%;
}

label.select {
  padding-right: 16px;
  background-color: #f1f5f9;
  border: 1px solid transparent;
}
label.select:hover {
  border: 1px solid #0056a7;
}
label.select select {
  height: 60px;
  padding: 0 10px 0 16px;
  font-family: "montserrat_medium";
  font-size: 14px;
  position: relative;
  border: none;
  background-color: #f1f5f9;
  color: #0056a7;
  cursor: pointer;
}
label.select select:focus {
  outline: none;
}

.table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1px;
  border: 1px solid #e6eff7;
  background-color: #e6eff7;
}
.table .line {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1px;
}
.table .line:hover p {
  background-color: #f1f5f9;
}
.table p {
  width: calc((100% - 1px) / 2);
  padding: 12px;
  font-family: "isocpeur";
  font-size: 18px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.table p:nth-child(2n + 2) {
  color: #0056a7;
}

.order_status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  font-family: "isocpeur";
  font-size: 14px;
}
.order_status::before {
  content: "";
  width: 24px;
  height: 24px;
}
.order_status.black {
  color: #292a30;
}
.order_status.black::before {
  background: url("/public/img/plus_black.svg") no-repeat 50%;
}
.order_status.blue {
  color: #0056a7;
}
.order_status.blue::before {
  background: url("/public/img/delivery_blue.svg") no-repeat 50%;
}
.order_status.red {
  color: #ee2b4b;
}
.order_status.red::before {
  background: url("/public/img/close_red.svg") no-repeat 50%;
}
.order_status.green {
  color: #16b387;
}
.order_status.green::before {
  background: url("/public/img/check_green.svg") no-repeat 50%;
}

.who {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}

.where {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
  padding-left: 28px;
}
.where .p3 {
  color: #636b72;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 24px;
  background-color: #292a30;
  position: relative;
}
header a,
header button {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}
header a:hover,
header button:hover {
  color: #faab4b;
}
header .logo {
  margin-left: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
header .menu_head {
  display: none;
}
header .search_box {
  width: 100%;
}
header .search_box .search {
  background-color: transparent;
}
header .search_box .search::before {
  background: url("/public/img/search_white.svg") no-repeat 50%;
}
header .search_box .search input {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}
header .search_box .search input:hover,
header .search_box .search input:focus {
  border: 1px solid #fff;
}
header .search_box .search input::-moz-placeholder {
  color: #fff;
}
header .search_box .search input::-webkit-input-placeholder {
  color: #fff;
}
header .search_box .search input:-ms-input-placeholder {
  color: #fff;
}
header .search_box .search input::-ms-input-placeholder {
  color: #fff;
}
header .search_box .search input::placeholder {
  color: #fff;
}
header .search_box .search_result {
  position: absolute;
  z-index: 1001;
  width: calc(100% - 244px);
  top: calc(100% + 12px);
  left: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
  padding: 4px;
  background-color: rgba(41, 42, 48, 0.7490196078);
}
header .search_box .search_result:has(a) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .search_box .search_result .item {
  padding: 4px;
  background-color: #f1f5f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  border: 1px solid transparent;
}
header .search_box .search_result .item:hover {
  border: 1px solid #0056a7;
}
header .search_box .search_result .item:hover .text .p2 {
  color: #292a30;
}
header .search_box .search_result .item .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
  background-color: #fff;
  width: 60px;
  height: 60px;
}
header .search_box .search_result .item .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
}
header .search_box .search_result .item .text .isocpeur_p1 {
  color: #636b72;
}
header .search_box .search_result .item .text .p2 {
  color: #292a30;
}
header .search_box .search_result .item .text .p2 span {
  color: #0056a7;
}
header .search_box .search_result .item .price {
  margin-left: auto;
  color: #0056a7;
  white-space: nowrap;
}
header .search_box .search_result .btn {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  padding: 0 16px;
}
header .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
header .interactions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
header .interactions .person {
  min-width: 24px;
  background: url("../public/img/person_white.svg") no-repeat 50%;
}
header .interactions .person:hover {
  background: url("../public/img/person_yellow.svg") no-repeat 50%;
}
header .interactions a {
  min-width: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
header .interactions a.wishlist_link::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../public/img/wishlist_white.svg") no-repeat 50%;
}
header .interactions a.wishlist_link:hover::before {
  background: url("../public/img/wishlist_yellow.svg") no-repeat 50%;
}
header .interactions a.cart_link::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../public/img/cart_white.svg") no-repeat 50%;
}
header .interactions a.cart_link:hover::before {
  background: url("../public/img/cart_yellow.svg") no-repeat 50%;
}
header .language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
header .burger {
  display: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background: url("../public/img/burger_white.svg") no-repeat 50%;
}
header .burger:hover {
  background: url("../public/img/burger_yellow.svg") no-repeat 50%;
}

@media (max-width: 1650px) {
  header .search_box .search_result {
    width: calc(100% - 24px);
  }
  header .links {
    display: none;
  }
  header .language {
    display: none;
  }
  header .burger {
    display: block;
  }
  header.on {
    position: fixed;
    z-index: 1002;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
    overflow-x: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    padding: 24px;
  }
  header.on .logo {
    display: none;
  }
  header.on .menu_head {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 12px;
    color: #fff;
  }
  header.on .search_box {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  header.on .search_box .search_result {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 12px;
    padding: 0;
  }
  header.on .links {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  header.on .language {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header.on .burger {
    display: none;
  }
}
@media (max-width: 768px) {
  header .logo {
    margin: 0 auto 0 0;
  }
  header .interactions,
  header .language,
  header .search_box {
    display: none;
  }
  header.on .interactions,
  header.on .language {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header.on .search_box {
    display: block;
  }
}
.main_banner {
  position: relative;
}
.main_banner .slider .item {
  position: relative;
}
.main_banner .slider .item .pict {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.main_banner .slider .item .pict img {
  width: 100%;
}
.main_banner .slider .item .pict::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3019607843);
}
.main_banner .slider .item .text {
  max-width: 1024px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  gap: 24px;
  position: absolute;
  padding: 24px 24px 84px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.main_banner .slider .item .text h1,
.main_banner .slider .item .text p {
  color: #fff;
}
.main_banner .slider_arrows {
  position: absolute;
  z-index: 1001;
  right: 24px;
  bottom: 24px;
}
.main_banner .slider_dots {
  position: absolute;
  z-index: 1001;
  left: 0;
  right: 0;
  bottom: 14px;
  margin: 0 auto;
}

@media (max-width: 700px) {
  .main_banner .slider .item .text {
    padding: 24px 24px 132px;
  }
  .main_banner .slider .item .text h1 {
    font-size: 40px;
  }
  .main_banner .slider_arrows {
    width: calc(100% - 48px);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .main_banner .slider_dots {
    margin: 0;
    left: 24px;
    bottom: 98px;
  }
}
.company_performance {
  padding: 24px;
}
.company_performance .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.company_performance .cont .item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  padding: 24px;
  background-color: #fff;
}
.company_performance .cont .item .img {
  width: 72px;
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.company_performance .cont .item span {
  color: #0056a7;
}
.company_performance .p3 {
  margin-top: 24px;
  color: #636b72;
}

@media (max-width: 1260px) {
  .company_performance .cont {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .company_performance .cont .item {
    width: calc(50% - 12px);
  }
}
@media (max-width: 600px) {
  .company_performance .cont {
    gap: 12px;
  }
  .company_performance .cont .item {
    width: 100%;
    padding: 12px;
  }
  .company_performance .cont .item .img {
    width: 48px;
    height: 48px;
  }
  .company_performance .cont .item .img img {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
  }
  .company_performance .cont .item .h2 {
    font-size: 30px;
  }
  .company_performance .p3 {
    margin-top: 12px;
  }
}
.selection_services {
  padding: 48px 24px 24px;
}
.selection_services .section_title h2 {
  max-width: 1200px;
  width: 100%;
}
.selection_services .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-top: 96px;
}
.selection_services .cont .item {
  width: 100%;
  background-color: #fff;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.selection_services .cont .item p.p3 {
  text-align: center;
  margin-bottom: 72px;
  color: #0056a7;
}
.selection_services .cont .item h3 {
  margin-bottom: 48px;
}
.selection_services .cont .item a {
  margin: auto 0 0 auto;
}
.selection_services .cont .item.blue {
  background-color: #0056a7;
}
.selection_services .cont .item.blue p,
.selection_services .cont .item.blue h3 {
  color: #fff;
}

@media (max-width: 1260px) {
  .selection_services .cont {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 600px) {
  .selection_services .cont .item p,
  .selection_services .cont .item h3 {
    margin-bottom: 24px;
  }
  .selection_services .cont .item h3 {
    word-break: break-all;
  }
}
.main_photo {
  height: 400px;
}
.main_photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.company_services {
  padding: 48px 24px 24px;
}
.company_services .section_title {
  margin-bottom: 12px;
  padding: 24px 0;
}
.company_services .section_title .p1 {
  max-width: 400px;
  width: 100%;
}
.company_services .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}
.company_services .cont .item {
  width: calc((100% - 24px) / 3);
  background-color: #f1f5f9;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  height: 459px;
}
.company_services .cont .item:hover {
  background-color: #fff;
}
.company_services .cont .item .pict {
  width: 96px;
  height: 96px;
  margin-bottom: auto;
}
.company_services .cont .item .pict img {
  width: 100%;
  height: 100%;
}
.company_services .cont .item .text h4 {
  margin-bottom: 12px;
}
.company_services .cont .item.blue {
  background-color: #0056a7;
  color: #fff;
}
.company_services .cont .item.blue .select_category {
  margin-top: auto;
}

@media (max-width: 1260px) {
  .company_services .cont .item {
    width: calc(50% - 6px);
  }
}
@media (max-width: 850px) {
  .company_services .cont .item {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .company_services .cont .item {
    height: initial;
  }
  .company_services .cont .item .pict {
    width: 48px;
    height: 48px;
  }
}
.reliable_manufacturers {
  padding: 48px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
.reliable_manufacturers .section_title {
  padding: 24px 0;
}
.reliable_manufacturers .section_title .p1 {
  max-width: 400px;
  width: 100%;
}
.reliable_manufacturers .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.reliable_manufacturers .cont .qty {
  background-color: #fff;
  padding: 20px 16px;
}
.reliable_manufacturers .cont .qty p {
  font-size: 14px;
  line-height: 140%;
  color: #0056a7;
}
.reliable_manufacturers .slider .item {
  width: 320px;
  height: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 24px;
  position: relative;
  background-color: #f1f5f9;
  margin-right: 12px;
}
.reliable_manufacturers .slider .item span {
  position: absolute;
  bottom: 16px;
  left: 16px;
  z-index: 0;
}
.reliable_manufacturers .slider .item .fond {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  opacity: 0;
}
.reliable_manufacturers .slider .item .fond .text {
  max-height: calc(100% - 40px);
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.reliable_manufacturers .slider .item .fond .text p {
  font-size: 14px;
  line-height: 140%;
  color: #292a30;
}
.reliable_manufacturers .slider .item .fond .name {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0056a7;
}
.reliable_manufacturers .slider .item .fond .name::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url("/public/img/shevronRight_blue.svg") no-repeat 50%;
}
.reliable_manufacturers .slider .item:hover .fond {
  opacity: 1;
}

.best_offers .section_title {
  padding: 72px 24px 24px;
}
.best_offers .section_title .p1 {
  max-width: 400px;
}
.best_offers .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
  padding: 12px 24px;
}
.best_offers .cont .qty {
  background-color: #fff;
  padding: 20px 16px;
}
.best_offers .cont .qty p {
  font-size: 14px;
  line-height: 140%;
  color: #0056a7;
}
.best_offers .slider {
  padding: 0 24px 24px;
}
.best_offers .slider .product_item {
  margin: 0 12px 12px 0;
  width: 457px;
}
.best_offers.white .cont {
  padding: 12px 24px;
}
.best_offers.white .slider {
  background-color: #fff;
  padding: 24px 24px 48px;
}

@media (max-width: 600px) {
  .best_offers .slider .product_item {
    width: 312px;
  }
}
.news_events {
  background-color: #fff;
}
.news_events .section_title {
  padding: 72px 24px 24px;
}
.news_events .section_title .p1 {
  max-width: 400px;
}
.news_events .banner {
  position: relative;
  height: 800px;
  padding: 24px;
}
.news_events .banner .pict {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.news_events .banner .pict img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.news_events .banner .unit {
  position: relative;
  z-index: 1;
  width: 552px;
  background-color: #fff;
  height: 100%;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  gap: 24px;
  text-align: right;
  margin-left: auto;
}
.news_events .banner .unit .p2 {
  padding: 14px 16px;
  background-color: #f1f5f9;
  color: #0056a7;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
.news_events .banner .unit .p3 {
  color: #636b72;
  margin-top: auto;
}
.news_events .banner .unit h4 {
  color: #0056a7;
}
.news_events .banner .unit div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.news_events .banner .unit div a {
  width: 100%;
}
.news_events .cont {
  padding: 24px 24px 96px;
  background-color: #e6eff7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}

@media (max-width: 600px) {
  .news_events .banner {
    height: initial;
  }
  .news_events .banner .unit {
    width: 100%;
  }
  .news_events .banner .unit .p3 {
    margin-top: 70px;
  }
  .news_events .banner .unit div {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .news_events .banner .unit div a {
    max-width: 100%;
  }
}
.catalog {
  padding: 24px;
}
.catalog .cont {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}
.catalog .cont a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  padding: 16px;
  width: calc((100% - 36px) / 4);
  aspect-ratio: 1;
}
.catalog .cont a .p2 {
  text-align: right;
  color: #71aeda;
}
.catalog .cont a img {
  max-width: 200px;
  width: 100%;
  max-height: 200px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.catalog .cont a .p1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.catalog .cont a .p1::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url("/public/img/shevronRight_blue.svg") no-repeat 50%;
  opacity: 0;
}
.catalog .cont a:hover .p1::after {
  opacity: 1;
}

@media (max-width: 1260px) {
  .catalog .cont a {
    width: calc((100% - 24px) / 3);
  }
}
@media (max-width: 1000px) {
  .catalog .cont a {
    width: calc((100% - 12px) / 2);
  }
}
@media (max-width: 600px) {
  .catalog .cont a {
    width: 100%;
  }
}
.catalog_filters {
  padding: 24px;
}
.catalog_filters h1 span {
  color: #0056a7;
}
.catalog_filters .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.catalog_filters .cont .top_panel {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  gap: 10px;
}
.catalog_filters .cont .top_panel button {
  padding: 0 16px;
  margin-right: auto;
  font-family: "montserrat_semibold";
  font-weight: 600;
  display: none;
}
.catalog_filters .cont .top_panel div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.catalog_filters .cont aside {
  width: 312px;
  max-height: 200vh;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
.catalog_filters .cont aside::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.catalog_filters .cont aside .modal_head {
  display: none;
}
.catalog_filters .cont aside .item {
  padding: 12px;
  background-color: #f1f5f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
.catalog_filters .cont aside .item .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.catalog_filters .cont aside .item .chosen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.catalog_filters .cont aside .item .chosen button {
  font-size: 12px;
  line-height: 130%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.catalog_filters .cont aside .item .chosen button::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url("/public/img/close_black10.svg") no-repeat 50%;
}
.catalog_filters .cont aside .item .chosen button:hover {
  background-color: #000;
  color: #fff;
}
.catalog_filters .cont aside .item .chosen button:hover::after {
  background: url("/public/img/close_white10.svg") no-repeat 50%;
}
.catalog_filters .cont aside .item .inputs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  gap: 12px;
}
.catalog_filters .cont aside .item .inputs label {
  width: calc((100% - 84px) / 2);
}
.catalog_filters .cont aside .item .inputs label input {
  width: 100%;
  font-size: 16px;
  padding: 18px 0;
  border-bottom: 1px solid #292a30;
}
.catalog_filters .cont aside .item .inputs label p {
  margin-top: 4px;
  font-size: 12px;
  line-height: 130%;
  color: #71aeda;
}
.catalog_filters .cont aside .item .slider_container {
  position: relative;
  height: 16px;
}
.catalog_filters .cont aside .item .slider_container .white_line {
  width: 100%;
  background-color: #fff;
  height: 8px;
  position: absolute;
  z-index: 0;
  top: 4px;
  left: 0;
}
.catalog_filters .cont aside .item .slider_container .range_track_fill {
  position: absolute;
  height: 4px;
  background: #0056a7;
  top: 6px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  z-index: 1;
}
.catalog_filters .cont aside .item .slider_container input[type="range"] {
  position: absolute;
  width: 100%;
  height: 8px;
  margin: 0;
  pointer-events: none; /* щоб не перекривали один одного */
  -webkit-appearance: none;
  background: transparent;
  z-index: 2;
}
.catalog_filters .cont aside .item .slider_container input[type="range"]::-webkit-slider-runnable-track {
  height: 8px;
  background: transparent;
}
.catalog_filters .cont aside .item .slider_container input[type="range"]::-moz-range-track {
  height: 8px;
  background: transparent;
}
.catalog_filters .cont aside .item .slider_container input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border: 2px solid #0056a7;
  background-color: #fff;
  border-radius: 4px;
  cursor: pointer;
  pointer-events: all; /* щоб можна було тягнути */
  position: relative;
  z-index: 3;
}
.catalog_filters .cont aside .item .slider_container input[type="range"]::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border: 2px solid #0056a7;
  background-color: #fff;
  border-radius: 4px;
  cursor: pointer;
  pointer-events: all;
  position: relative;
  z-index: 3;
}
.catalog_filters .cont aside .item .checkbox:nth-of-type(n + 4) {
  display: none;
}
.catalog_filters .cont aside .item.on .checkbox:nth-of-type(n + 4) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.catalog_filters .cont .goods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% - 324px);
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  gap: 12px;
}
.catalog_filters .cont .goods .product_item {
  width: calc((100% - 36px) / 4);
}
.catalog_filters .cont .goods .product_item::after {
  display: none;
}

@media (max-width: 1600px) {
  .catalog_filters .cont .goods .product_item {
    width: calc((100% - 24px) / 3);
  }
}
@media (max-width: 1300px) {
  .catalog_filters .cont .goods .product_item {
    width: calc((100% - 12px) / 2);
  }
}
@media (max-width: 1000px) {
  .catalog_filters .cont .goods .product_item {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .catalog_filters .cont .top_panel button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .catalog_filters .cont aside {
    width: 100%;
    height: 100vh;
    max-height: initial;
    position: fixed;
    z-index: 1006;
    top: 0;
    left: 0;
    overflow: auto;
    background-color: #fff;
    padding: 24px;
    border: 12px solid rgba(41, 42, 48, 0.7490196078);
    opacity: 0;
    pointer-events: none;
  }
  .catalog_filters .cont aside.on {
    opacity: 1;
    pointer-events: all;
  }
  .catalog_filters .cont aside .modal_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px;
  }
  .catalog_filters .cont .goods {
    width: 100%;
  }
  .catalog_filters .cont .goods .product_item {
    width: calc(50% - 6px);
  }
}
@media (max-width: 500px) {
  .catalog_filters .cont .top_panel {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .catalog_filters .cont .top_panel div {
    width: 100%;
  }
}
.product {
  padding: 24px 24px 0;
}
.product .cont {
  margin: 24px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}
.product .cont .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc((100% - 24px) / 3);
}
.product .cont .item.pict {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
.product .cont .item.pict .favor {
  position: absolute;
  top: 24px;
  left: 24px;
}
.product .cont .item.pict .favor.on {
  background-color: #fff;
  border: 1px solid #0056a7;
}
.product .cont .item.pict .big {
  width: 100%;
  padding: 12px;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}
.product .cont .item.pict .big img {
  max-width: 500px;
  max-height: 500px;
  width: 100%;
  height: 100%;
}
.product .cont .item.pict .small_picts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  background-color: #fff;
}
.product .cont .item.pict .small_picts .images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  overflow: auto;
  width: calc(100% - 144px);
}
.product .cont .item.pict .small_picts .images::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.product .cont .item.pict .small_picts .images .item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid transparent;
  cursor: pointer;
}
.product .cont .item.pict .small_picts .images .item.on,
.product .cont .item.pict .small_picts .images .item:hover {
  border: 1px solid #0056a7;
}
.product .cont .item.pict .small_picts .images .item img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}
.product .cont .item.pict .small_picts .prev:nth-of-type(1) {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.product .cont .item.characteristics {
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  background-color: #fff;
}
.product .cont .item.characteristics .filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}
.product .cont .item.characteristics .filters a {
  font-size: 12px;
  line-height: 130%;
  padding: 4px 8px;
  border: 1px solid transparent;
  color: #0056a7;
  background-color: #f1f5f9;
}
.product .cont .item.characteristics .filters a:hover {
  border: 1px solid #0056a7;
}
.product .cont .item.characteristics .filters a.on {
  background-color: #0056a7;
  color: #f1f5f9;
}
.product .cont .item.characteristics .execution_options h4 {
  margin-bottom: 12px;
}
.product .cont .item.characteristics .execution_options .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  max-height: 534px;
  overflow: auto;
  padding-right: 12px;
}
.product .cont .item.characteristics .execution_options .box .unit {
  position: relative;
  padding: 12px;
  border: 1px solid #e6eff7;
}
.product .cont .item.characteristics .execution_options .box .unit .img {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 60px;
  height: 60px;
}
.product .cont .item.characteristics .execution_options .box .unit .img img {
  max-width: 100%;
  max-height: 100%;
}
.product .cont .item.characteristics .execution_options .box .unit .text {
  margin-left: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
}
.product .cont .item.characteristics .execution_options .box .unit .text h6 {
  margin-bottom: 8px;
}
.product .cont .item.characteristics .execution_options .box .unit .text p {
  font-size: 12px;
  line-height: 130%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.product .cont .item.characteristics .execution_options .box .unit .text p span {
  color: #0056a7;
}
.product .cont .item.characteristics .links {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.product .cont .item.characteristics .links div h6 {
  margin-bottom: 12px;
}
.product .cont .item.info {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}
.product .cont .item.info > div {
  padding: 24px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.product .cont .item.info > div:nth-child(1) {
  width: 100%;
  gap: 24px;
}
.product .cont .item.info > div:nth-child(1) img {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
.product .cont .item.info > div:nth-child(1) .isocpeur_p1 {
  color: #636b72;
}
.product .cont .item.info > div:nth-child(1) a {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
.product .cont .item.info > div:nth-child(2) {
  width: calc(50% - 6px);
  gap: 12px;
}
.product .cont .item.info > div:nth-child(2) .price p {
  font-family: "isocpeur";
  color: #0056a7;
  font-size: 34px;
}
.product .cont .item.info > div:nth-child(2) .price p.old {
  color: #636b72;
  font-size: 18px;
  text-decoration: line-through;
}
.product .cont .item.info > div:nth-child(2) .status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0;
}
.product .cont .item.info > div:nth-child(2) .status .pict {
  width: 16px;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.product .cont .item.info > div:nth-child(2) .status p {
  font-size: 12px;
  line-height: 130%;
  color: #ea4c89;
}
.product .cont .item.info > div:nth-child(2) .counter {
  max-width: 240px;
}
.product .cont .item.info > div:nth-child(2) .big {
  margin-top: auto;
}
.product .cont .item.info > div:nth-child(3) {
  width: calc(50% - 6px);
  gap: 12px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.product .cont .item.amenities {
  width: 100%;
  padding: 24px;
  background-color: #f1f5f9;
  gap: 24px;
}
.product .cont .item.amenities > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}
.product .cont .item.amenities > div h5,
.product .cont .item.amenities > div p {
  width: 100%;
}
.product .cont .item.amenities > div .pict {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 1400px) {
  .product .cont .item {
    width: 100%;
  }
  .product .cont .item.pict .big {
    aspect-ratio: initial;
  }
  .product .cont .item.characteristics,
  .product .cont .item.info {
    width: calc(50% - 6px);
  }
}
@media (max-width: 1024px) {
  .product .cont .item.pict .small_picts .prev,
  .product .cont .item.pict .small_picts .next {
    display: none;
  }
  .product .cont .item.pict .small_picts .images {
    width: 100%;
  }
  .product .cont .item.characteristics,
  .product .cont .item.info {
    width: 100%;
  }
}
@media (max-width: 650px) {
  .product .cont .item.characteristics .table p {
    font-size: 14px;
  }
  .product .cont .item.characteristics .execution_options .box .unit .text {
    margin: 0;
  }
  .product .cont .item.characteristics .execution_options .box .unit .text h6 {
    margin: 0 0 0 72px;
  }
  .product .cont .item.characteristics .execution_options .box .unit .text p:nth-of-type(1) {
    margin-top: 48px;
  }
  .product .cont .item.characteristics .links {
    margin-top: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
  .product .cont .item.info > div:nth-child(2),
  .product .cont .item.info > div:nth-child(3) {
    width: 100%;
  }
  .product .cont .item.amenities {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.about_product {
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
.about_product .cont {
  padding: 24px;
  background-color: #fff;
}
.about_product .cont .unit {
  display: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}
.about_product .cont .unit h6,
.about_product .cont .unit p,
.about_product .cont .unit ul,
.about_product .cont .unit .table {
  width: 100%;
}
.about_product .cont .unit .table .line p {
  width: 100%;
}
.about_product .cont .unit .table .line p:nth-child(2) {
  max-width: 320px;
}
.about_product .cont .unit .doc_link {
  width: calc(50% - 6px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 16px;
  font-weight: 600;
  color: #0056a7;
  background-color: #f1f5f9;
  border: 1px solid transparent;
}
.about_product .cont .unit .doc_link:hover {
  border: 1px solid #0056a7;
  background-color: #fff;
}
.about_product .cont .unit .doc_link::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url("/public/img/docs_blue.svg") no-repeat 50%;
}
.about_product .cont .unit.on {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about_product .cont .unit.reviews {
  gap: 24px;
}
.about_product .cont .unit.reviews .head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about_product .cont .unit.reviews .head h6 {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  color: #0056a7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.about_product .cont .unit.reviews .head h6::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("/public/img/star_blue.svg") no-repeat 50%;
}
.about_product .cont .unit.reviews .head p {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  color: #636b72;
  margin-right: auto;
}
.about_product .cont .unit.reviews .head .btn {
  padding: 0 16px;
}
.about_product .cont .unit.reviews .head .btn .text {
  font-weight: 600;
}
.about_product .cont .unit.reviews .item {
  width: calc((100% - 72px) / 4);
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  padding: 12px;
  border: 1px solid #e6eff7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}
.about_product .cont .unit.reviews .item .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about_product .cont .unit.reviews .item .stars div {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.about_product .cont .unit.reviews .item .date {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  font-size: 12px;
  line-height: 130%;
  color: #636b72;
}
.about_product .cont .unit.reviews .item .name {
  font-size: 12px;
  line-height: 130%;
  color: #636b72;
}
.about_product .cont .unit.reviews .item .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4px;
}
.about_product .cont .unit.reviews .item .tags span {
  padding: 4px 8px;
  background-color: #e6eff7;
  font-size: 12px;
  line-height: 130%;
}

@media (max-width: 1300px) {
  .about_product .cont .unit.reviews .item {
    width: calc(50% - 12px);
  }
}
@media (max-width: 700px) {
  .about_product .cont .unit .doc_link {
    width: 100%;
  }
  .about_product .cont .unit.reviews .item {
    width: 100%;
  }
}
.cart {
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px 12px;
}
.cart h1 {
  width: 100%;
}
.cart .order_cont {
  width: calc(100% - 300px);
  background-color: #fff;
  padding: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  container-type: inline-size;
  container-name: order_cont;
}
.cart .total {
  width: 288px;
  padding: 24px;
  background-color: #f1f5f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
.cart .total div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 600;
}
.cart .total div span {
  font-weight: 500;
}
.cart .total hr {
  background-color: #0056a7;
  margin-bottom: auto;
  height: 1px;
}

@media (max-width: 1260px) {
  .cart .order_cont {
    width: 100%;
  }
  .cart .total {
    width: 100%;
  }
  .cart .total .btn {
    margin-left: auto;
  }
}
@media (max-width: 1024px) {
  .cart .order_cont {
    padding: 24px;
  }
}
@media (max-width: 550px) {
  .cart .order_cont {
    padding: 12px;
  }
}
.order {
  padding: 24px 24px 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
.order .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.order .cont form {
  width: 100%;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  background-color: #fff;
  padding: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 48px;
}
.order .cont form .autorization {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.order .cont form .autorization .text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}
.order .cont form .autorization .btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.order .cont form .fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
.order .cont form .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.order .cont form .bottom .blue {
  margin-left: auto;
}
.order .cont form .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
.order .cont form .address .select {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
.order .cont form .delivery_choice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
.order .cont form .delivery_choice .item label.radio {
  padding: 12px 16px;
  background-color: #f1f5f9;
  border: 1px solid transparent;
}
.order .cont form .delivery_choice .item label.radio:hover {
  border: 1px solid #0056a7;
}
.order .cont form .delivery_choice .item label.radio:has(input:checked) {
  background-color: #0056a7;
}
.order .cont form .delivery_choice .item label.radio:has(input:checked) .check::before {
  border: 5px solid #fff;
  background-color: #0056a7;
}
.order .cont form .delivery_choice .item label.radio:has(input:checked) p {
  color: #fff;
}
.order .cont form .delivery_choice .item label.radio:has(input:checked) p span {
  color: #fff;
}
.order .cont form .delivery_choice .item .drop {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  margin-top: 4px;
  padding: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
  height: 0;
  overflow: hidden;
}
.order .cont form .delivery_choice .item .drop.on {
  height: 100%;
}
.order .cont form .delivery_choice .item .drop .search_result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
}
.order .cont form .delivery_choice .item .drop .fields {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.order .cont form .delivery_choice .item .drop .fields .input {
  width: 200px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.order .cont form .delivery_choice .item .drop .fields .input:nth-of-type(1) {
  width: calc(100% - 424px);
}
.order .cont .order_cont {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 600px;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  background-color: #fff;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  container-type: inline-size;
  container-name: order_cont;
}
.order .cont .order_cont h5 {
  margin-bottom: 12px;
}
.order .cont .order_cont .total {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.order .cont .order_cont .total p {
  color: #0056a7;
  font-family: "isocpeur";
  font-size: 34px;
}

@media (max-width: 1400px) {
  .order .cont {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .order .cont .order_cont {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .order .cont form {
    padding: 12px;
    gap: 24px;
  }
  .order .cont form .autorization {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .order .cont .order_cont {
    padding: 12px;
  }
}
.order_success {
  padding: 24px 24px 48px;
}
.order_success h1 {
  margin-bottom: 24px;
}
.order_success .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.order_success .cont .order_info {
  width: 100%;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  background-color: #fff;
  padding: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 48px;
}
.order_success .cont .order_info .unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  container-type: inline-size;
  container-name: confirmed_cont;
}
.order_success .cont .order_info .total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  gap: 4px;
  padding: 18px 0;
}
.order_success .cont .order_info .total h6 {
  width: 100px;
}
.order_success .cont .order_info .total .sum {
  font-family: "isocpeur";
  font-size: 20px;
  color: #0056a7;
}
.order_success .cont .order_info .total .qty {
  padding: 0 12px;
  font-size: 14px;
  line-height: 140%;
}
.order_success .cont .order_info a {
  margin-left: auto;
}
.order_success .cont .info {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 600px;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  background-color: #fff;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
.order_success .cont .info .unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
.order_success .cont .info .unit form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.order_success .cont .info .unit form .input {
  width: 100%;
}
.order_success .cont .info .unit .flags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.order_success .cont .info .unit a {
  margin-left: auto;
}
.order_success .cont .info hr {
  height: 1px;
  background-color: #e6eff7;
}

@media (max-width: 1260px) {
  .order_success .cont {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .order_success .cont .order_info {
    padding: 24px;
    gap: 24px;
  }
  .order_success .cont .info {
    width: 100%;
  }
}
.profile {
  padding: 24px 24px 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
.profile .unit {
  background-color: #fff;
  padding: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 48px;
}
.profile .unit .fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.profile .unit .fields h4 {
  width: 100%;
}
.profile .unit .fields .input.w100 {
  width: 100%;
}
.profile .unit .fields .input.w50 {
  width: calc(50% - 6px);
}
.profile .unit .checkbox {
  width: 100%;
}
.profile .history .cont {
  padding: 1px;
  background-color: #e6eff7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1px;
}
.profile .history .cont .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff;
  padding: 12px;
  position: relative;
}
.profile .history .cont .item .name {
  width: calc(100% - 72px);
}
.profile .history .cont .item .drop {
  width: 100%;
  display: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.profile .history .cont .item .drop > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  container-type: inline-size;
  container-name: confirmed_cont;
}
.profile .history .cont .item button.on .img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.profile .history .pagin {
  padding: 0;
}
.profile .addresses .item {
  border: 1px solid #e6eff7;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
.profile .addresses .item .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.profile .settings .security {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
.profile .settings .logout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 600px) {
  .profile .unit {
    padding: 24px;
    gap: 24px;
  }
  .profile .unit .fields .input.w50 {
    width: 100%;
  }
}
.wishlist {
  padding: 24px 24px 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
.wishlist .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}
.wishlist .cont .product_item {
  width: calc((100% - 36px) / 4);
}
.wishlist .cont .product_item::after {
  display: none;
}

@media (max-width: 1260px) {
  .wishlist .cont .product_item {
    width: calc((100% - 24px) / 3);
  }
}
@media (max-width: 900px) {
  .wishlist .cont .product_item {
    width: calc((100% - 12px) / 2);
  }
}
.news {
  padding: 24px 24px 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
.news .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
.news .pagin {
  padding: 0;
}

.news_article {
  padding: 24px 24px 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
.news_article .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
.news_article .cont .general {
  position: relative;
}
.news_article .cont .general .pict {
  width: 100%;
  height: 780px;
}
.news_article .cont .general .pict img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.news_article .cont .general .info {
  position: absolute;
  bottom: 24px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: calc(100% - 48px);
  width: 1000px;
  background-color: #fff;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
.news_article .cont .general .info span {
  font-size: 12px;
  line-height: 130%;
  color: #636b72;
}
.news_article .cont .general .info h1 {
  color: #0056a7;
}
.news_article .cont .other {
  margin: 0 auto;
  max-width: calc(100% - 48px);
  width: 1000px;
  padding: 48px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
.news_article .cont .other .share {
  padding: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  border-top: 1px solid #e6eff7;
  border-bottom: 1px solid #e6eff7;
  margin: 36px 0;
}
.news_article .cont .other .share .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.news_article .cont .other .share .links button {
  position: relative;
}
.news_article .cont .other .share .links button .info {
  padding: 12px;
  background-color: rgba(41, 42, 48, 0.7490196078);
  color: #fff;
  font-family: "isocpeur";
  font-size: 14px;
  line-height: 14px;
  width: 85px;
  position: absolute;
  bottom: calc(100% + 15px);
  pointer-events: none;
  opacity: 0;
}
.news_article .cont .other .share .links button .info::after {
  content: "";
  border-top: 12px solid rgba(41, 42, 48, 0.7490196078);
  border-bottom: 12px solid transparent;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  position: absolute;
  top: 100%;
  right: calc(50% - 6px);
}
.news_article .cont .other .share .links button:hover .info {
  opacity: 1;
}
.news_article .cont .other .next_news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.news_article .cont .other .next_news div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.news_article .cont .other .next_news div img {
  max-width: 230px;
  width: 100%;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  -o-object-fit: cover;
  object-fit: cover;
}
.news_article .cont .other .next_news div h6 {
  color: #0056a7;
}

@media (max-width: 1024px) {
  .news_article .cont .other .next_news {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .news_article .cont .other .next_news a {
    margin-left: auto;
  }
}
@media (max-width: 768px) {
  .news_article .cont .general .info {
    position: relative;
    max-width: 100%;
    bottom: initial;
    margin-top: 24px;
  }
  .news_article .cont .other {
    max-width: 100%;
    padding: 24px;
  }
  .news_article .cont .other .share {
    padding: 24px;
    margin: 12px 0;
  }
  .news_article .cont .other .next_news div {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .news_article .cont .other .next_news div img {
    max-width: 100%;
  }
}
@media (max-width: 550px) {
  .news_article .cont .general .pict {
    height: 700px;
  }
}
.about_banner {
  width: 100%;
  height: 800px;
  position: relative;
}
.about_banner::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3019607843);
}
.about_banner::before {
  content: "ФОТО";
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  color: #0056a7;
  font-size: 90px;
  z-index: 0;
}
.about_banner img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about_banner h1 {
  position: absolute;
  bottom: 24px;
  left: 24px;
  max-width: calc(100% - 48px);
  width: 1000px;
  z-index: 2;
  color: #fff;
}

@media (max-width: 768px) {
  .about_banner {
    height: 700px;
  }
  .about_banner h1 {
    word-break: break-all;
  }
}
.about {
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
.about .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about .info .img {
  width: calc(100% - 632px);
}
.about .info .img img {
  width: 100%;
  height: 650px;
  -o-object-fit: cover;
  object-fit: cover;
}
.about .info .text {
  width: 608px;
  height: 650px;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 72px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f1f5f9;
}
.about .info .text.blue {
  color: #fff;
  background-color: #0056a7;
}
.about .production_leader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
.about .production_leader .title {
  padding: 72px 24px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.about .production_leader .title p {
  text-align: center;
  font-size: 14px;
  line-height: 140%;
  color: #0056a7;
  margin-bottom: 24px;
}
.about .production_leader .title h2 {
  text-align: center;
}
.about .production_leader .slider .item {
  width: 320px;
  height: 450px;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  background-color: #f1f5f9;
  margin-right: 12px;
}
.about .production_leader .slider .item:hover {
  background-color: #fff;
}
.about .production_leader .slider .item span {
  font-size: 80px;
  line-height: 100%;
  font-family: "montserrat_extralight";
  color: #0056a7;
}
.about .production_leader .slider .item p {
  font-size: 14px;
  line-height: 140%;
  margin-top: auto;
}
.about .assortment {
  padding: 72px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 72px;
}
.about .assortment .img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: calc(50% - 36px);
  max-height: 1200px;
}
.about .assortment .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.about .assortment .text {
  max-width: 600px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 72px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.about .assortment .text ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
.about .work_experience {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.about .work_experience h4 {
  background-color: #fff;
  padding: 48px;
  color: #0056a7;
}
.about .areas_activity {
  padding-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
.about .areas_activity .section_title {
  padding: 24px;
}
.about .areas_activity .section_title p {
  max-width: 400px;
}
.about .areas_activity .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 72px;
  background-color: #fff;
}
.about .areas_activity .cont .img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: calc(50% - 36px);
  max-height: 1200px;
  overflow: hidden;
}
.about .areas_activity .cont .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about .areas_activity .cont ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 48px;
}
.about .areas_activity .cont ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.about .areas_activity .cont ul li h4 {
  line-height: 24px;
}
.about .areas_activity .cont ul li::before {
  content: "";
  width: 24px;
  height: 24px;
  margin: 0;
  background: url("/public/img/check_blue.svg") no-repeat 50%;
}
.about .company {
  padding: 48px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.about .company .item {
  width: 100%;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 96px;
  background-color: #fff;
}
.about .company .item p {
  color: #0056a7;
  font-size: 12px;
  line-height: 130%;
}
.about .company .item div {
  max-width: 600px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 48px;
}
.about .company .item a {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.about .company .item.blue {
  background-color: #0056a7;
}
.about .company .item.blue p,
.about .company .item.blue h3,
.about .company .item.blue h4 {
  color: #fff;
}

@media (max-width: 1260px) {
  .about .info .img {
    width: 100%;
  }
  .about .info .img img {
    height: 100%;
  }
  .about .info .text {
    width: 100%;
  }
  .about .work_experience {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about .work_experience h5 {
    width: 100%;
  }
}
@media (max-width: 900px) {
  .about .assortment {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about .assortment .img {
    width: 100%;
  }
  .about .areas_activity .cont {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0;
  }
  .about .areas_activity .cont .img {
    width: 100%;
  }
  .about .areas_activity .cont ul {
    padding: 48px;
  }
  .about .company {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 600px) {
  .about .info .text {
    width: 100%;
    padding: 48px 24px;
    gap: 48px;
    height: initial;
  }
  .about .assortment {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about .assortment .text {
    gap: 48px;
  }
  .about .work_experience h5 {
    padding: 24px;
  }
  .about .areas_activity .cont ul {
    padding: 24px;
    gap: 24px;
  }
  .about .company {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about .company .item {
    gap: 48px;
  }
}
.contact_banner {
  width: 100%;
  height: 400px;
}
.contact_banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.contacts {
  padding: 24px 24px 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
.contacts .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.contacts .cont .map {
  width: 100%;
}
.contacts .cont .map .item {
  display: none;
}
.contacts .cont .map .item.on {
  display: block;
}
.contacts .cont .map .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contacts .cont .map iframe {
  margin-top: 24px;
  width: 100%;
  height: 664px;
}
.contacts .cont form {
  width: 100%;
  background-color: #fff;
  padding: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
.contacts .cont form .btn {
  margin: auto 0 0 auto;
}

@media (max-width: 1024px) {
  .contacts .cont {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 600px) {
  .contacts .cont {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contacts .cont .map iframe {
    height: 400px;
  }
  .contacts .cont form {
    padding: 24px;
  }
}
.error404 {
  padding: 96px 24px;
  background-color: #0056a7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
}
.error404 div {
  width: 100%;
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.terms {
  padding: 24px 24px 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
.terms .cont {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.terms .cont .unit {
  padding: 48px;
  background-color: #fff;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
.terms .cont .unit.on {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 600px) {
  .terms h1 {
    word-break: break-word;
  }
  .terms .cont .unit {
    padding: 24px;
  }
}
.brand_banner {
  width: 100%;
  height: 800px;
  position: relative;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
.brand_banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3019607843);
}
.brand_banner .pict {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.brand_banner .cont {
  max-width: 1000px;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  color: #fff;
}

@media (max-width: 600px) {
  .brand_banner {
    height: 600px;
  }
}
.brand {
  padding: 24px 24px 48px;
}
.brand .cont {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  padding: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
.brand .cont img {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

@media (max-width: 600px) {
  .brand .cont {
    padding: 24px;
  }
}
footer {
  margin-top: auto;
}
footer .cont {
  padding: 72px;
  background-color: #292a30;
  position: relative;
}
footer .cont .logo {
  display: block;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  padding: 30px 4px 25px 3px;
  margin-bottom: 24px;
}
footer .cont .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
}
footer .cont .info .item {
  max-width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  color: #fff;
}
footer .cont .info .item a {
  color: #fff;
}
footer .cont .info .item a:hover {
  color: #71aeda;
}
footer .cont .info .item h5 {
  width: 100%;
}
footer .cont .info .item div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
footer .cont .info .item div.soc {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
footer .cont .info .item div.soc a {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
footer .cont .info .advice {
  max-width: 400px;
  height: 460px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  color: #fff;
  background-color: #0056a7;
  padding: 24px;
  margin-left: auto;
}
footer .cont .info .advice .select_category {
  margin-top: auto;
}
footer .cont .moveToUp {
  position: absolute;
  bottom: 72px;
  left: 72px;
  width: 60px;
}
footer .copyrights {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
  background-color: #0056a7;
  padding: 24px;
}
footer .copyrights p {
  color: #fff;
}

@media (max-width: 1260px) {
  footer .cont .info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .cont .info .advice {
    max-width: 100%;
    width: 100%;
    margin: 0;
    height: -moz-max-content;
    height: -webkit-max-content;
    height: max-content;
  }
  footer .cont .moveToUp {
    position: relative;
    bottom: initial;
    left: initial;
    margin-top: 48px;
  }
}
@media (max-width: 600px) {
  footer .cont {
    padding: 24px;
  }
  footer .cont .info {
    gap: 24px;
  }
  footer .cont .info .advice h4 {
    font-size: 18px;
  }
  footer .cont .moveToUp {
    margin-top: 24px;
  }
}
