@charset "UTF-8";
/********* шрифти *********/
@font-face {
  font-family: "Geologica";
  src: url("/fonts/Geologica-Regular.woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Geologica";
  src: url("/fonts/Geologica-SemiBold.woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Geologica";
  src: url("/fonts/Geologica-Bold.woff2");
  font-weight: 700;
  font-style: normal;
}
/********* загальні *********/
* {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-family: "Geologica", sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #526677;
  background-color: #d6dce4;
}
body h1,
body h2,
body h3 {
  font-weight: 700;
}
body h4,
body h5,
body h6 {
  font-weight: 600;
}
body h1 {
  font-size: 96px;
  line-height: 120px;
}
body h2 {
  font-size: 60px;
  line-height: 80px;
}
body h3 {
  font-size: 48px;
  line-height: 60px;
}
body h4 {
  font-size: 34px;
  line-height: 40px;
}
body h5 {
  font-size: 24px;
  line-height: 30px;
}
body h6 {
  font-size: 20px;
  line-height: 24px;
}

:focus,
:active {
  outline: none;
}

a {
  text-decoration: none;
}

a:focus,
a:active {
  text-decoration: none;
}

input,
button,
textarea {
  font-family: inherit;
  cursor: pointer;
  background-color: transparent;
}

textarea {
  resize: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

svg,
img {
  display: block;
}

div,
a,
input,
textarea,
button,
path,
label,
section,
img,
p,
::after,
::before,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

*::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

*::-webkit-scrollbar-track {
  background: #d6dce4;
  border-radius: 2px;
}

*::-webkit-scrollbar-thumb {
  background-color: #03335c;
  border-radius: 2px;
}

.p2 {
  font-size: 14px;
  line-height: 20px;
}

.wrapper {
  max-width: 1600px;
  width: 100%;
  min-height: 150vh;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.purchase {
  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;
  background-color: #fff;
  padding: 24px;
  position: relative;
}
.purchase .info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 60px 12px calc(100% - 174px) 12px 90px;
  grid-template-columns: 60px calc(100% - 174px) 90px;
  -ms-grid-rows: 1fr 4px 1fr;
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 12px;
  grid-row-gap: 4px;
}
.purchase .info > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.purchase .info > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.purchase .info > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.purchase .info > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.purchase .info > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.purchase .info > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
.purchase .info .img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/3/2;
  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;
}
.purchase .info .img img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.purchase .info .name {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/2/3;
  font-size: 14px;
  line-height: 20px;
}
.purchase .info .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 2/2/3/3;
}
.purchase .info .price {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: 1/3/3/4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.purchase .info .price p {
  width: 100%;
  text-align: right;
}
.purchase .counter {
  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: 12px;
}
.purchase .counter button {
  width: 48px;
  height: 48px;
  position: relative;
}
.purchase .counter button::before {
  content: "";
  width: 20px;
  height: 4px;
  border-radius: 1px;
  background-color: #002443;
  position: absolute;
  top: calc(50% - 2px);
  left: calc(50% - 10px);
}
.purchase .counter button.plus::after {
  content: "";
  width: 20px;
  height: 4px;
  border-radius: 1px;
  background-color: #002443;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  top: calc(50% - 2px);
  left: calc(50% - 10px);
}
.purchase .counter button:hover {
  background-color: #002443;
}
.purchase .counter button:hover::before {
  background-color: #fafa00;
}
.purchase .counter button:hover.plus::after {
  background-color: #fafa00;
}
.purchase .counter input {
  font-size: 20px;
  line-height: 48px;
  width: 72px;
  background-color: #ebeef2;
  text-align: center;
}
.purchase .counter .sum {
  width: 120px;
}
.purchase .counter .sum h6 {
  width: 100%;
  text-align: right;
  color: #002443;
}
.purchase .delete {
  position: absolute;
  bottom: 36px;
  left: 24px;
  width: 24px;
  height: 24px;
  background: url("../img/delete14x18_grey.svg") no-repeat 50%;
}
.purchase .delete:hover {
  background: url("../img/delete14x18_red.svg") no-repeat 50%;
}

@media (max-width: 685px) {
  .purchase {
    padding: 12px;
  }
  .purchase .info {
    -ms-grid-columns: 60px calc(100% - 72px);
    grid-template-columns: 60px calc(100% - 72px);
    -ms-grid-rows: auto 4px auto;
    grid-template-rows: repeat(2, auto);
    grid-row-gap: 4px;
    position: relative;
  }
  .purchase .info > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .purchase .info > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .purchase .info > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .purchase .info > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .purchase .info .img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/2/2;
  }
  .purchase .info .name {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1/2/2/3;
    padding-right: 24px;
  }
  .purchase .info .number {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 2/1/3/3;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .purchase .info .price {
    position: absolute;
    top: calc(100% + 12px);
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 2/1/3/3;
  }
  .purchase .info .price p {
    font-size: 14px;
    line-height: 20px;
  }
  .purchase .counter {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .purchase .counter button,
  .purchase .counter input {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .purchase .counter .sum {
    margin-right: auto;
  }
  .purchase .counter .sum h6 {
    text-align: left;
  }
  .purchase .delete {
    bottom: calc(100% - 36px);
    left: calc(100% - 36px);
  }
}
.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  padding: 4px;
  background-color: #d6dce4;
  width: -moz-min-content;
  width: -webkit-min-content;
  width: min-content;
  margin: 0 auto;
  position: relative;
  overflow: auto;
}
.tabs.mobile {
  width: calc(100% + 12px);
  overflow: auto;
}
.tabs::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.tabs button,
.tabs a {
  padding: 8px 12px;
  color: #526677;
  white-space: nowrap;
}
.tabs button:hover:not(.on),
.tabs a:hover:not(.on) {
  background-color: #fff;
}
.tabs button.on,
.tabs a.on {
  background-color: #002443;
  color: #fafa00;
}

.field {
  position: relative;
  border-bottom: 1px solid #d6dce4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.field input,
.field textarea {
  width: 100%;
  padding: 12px 0;
  font-size: 14px;
  line-height: 20px;
}
.field button {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}
.field button svg path {
  fill: #526677;
}
.field button:hover svg path,
.field button.on svg path {
  fill: #002443;
}
.field .help-block {
  position: absolute;
  top: 100%;
  font-size: 12px;
  line-height: 18px;
}

.close {
  width: 24px;
  height: 24px;
  background: url("../img/close12.svg") no-repeat 50% #fff;
}
.close:hover {
  background: url("../img/close12_white.svg") no-repeat 50% #000;
}

.btn_dark {
  padding: 12px;
  background-color: #002443;
  color: #fff;
}
.btn_dark:hover {
  background-color: #fafa00;
  color: #002443;
}

.crumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  font-size: 12px;
  line-height: 16px;
  margin: 4px 0 12px;
}
.crumbs a {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  color: #002443;
  position: relative;
  padding-right: 28px;
}
.crumbs a::after {
  content: "";
  width: 24px;
  height: 48px;
  background: url("../img/arrow_grey.svg") no-repeat 50% #fff;
  position: absolute;
  top: 0;
  right: 0;
}
.crumbs a span {
  display: block;
  padding: 16px 4px;
  background-color: #fff;
  white-space: nowrap;
}
.crumbs a:first-child span {
  padding: 16px 4px 16px 24px;
  position: relative;
}
.crumbs a:first-child span::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../img/small_logo12x6.svg") no-repeat 50%;
  position: absolute;
  top: 16px;
  left: 4px;
}
.crumbs p {
  width: 100%;
  color: #526677;
  padding: 16px 4px;
  background-color: #fff;
}

@media (max-width: 1024px) {
  .crumbs {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .crumbs a::after {
    height: 24px;
  }
  .crumbs a span {
    padding: 4px;
  }
  .crumbs a:first-child span {
    padding: 4px 4px 4px 22px;
  }
  .crumbs a:first-child span::before {
    top: 4px;
    left: 2px;
  }
  .crumbs p {
    padding: 4px;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
  }
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4px;
  width: 100%;
  margin-bottom: 12px;
  padding: 24px;
}
.pagination a {
  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: 40px;
  height: 40px;
  color: #526677;
}
.pagination a.plug {
  cursor: default;
}
.pagination a.on {
  background-color: #002443;
  color: #fafa00;
}
.pagination a:not(.plug, .on):hover {
  background-color: #fff;
}

.checkbox {
  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: 6px;
  padding: 4px 0 4px 8px;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
}
.checkbox input {
  display: none;
}
.checkbox input ~ p {
  position: relative;
  padding-left: 20px;
}
.checkbox input ~ p::before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 2px;
  left: 0;
  background: #d6dce4;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.checkbox input:disabled ~ p {
  opacity: 0.5;
}
.checkbox span {
  width: 24px;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
}
.checkbox:hover {
  color: #002443;
}
.checkbox:hover p::before {
  background: #fafa00;
}
.checkbox:hover input:disabled ~ p::before {
  background: #d6dce4;
}
.checkbox.v1 input:checked ~ p::before {
  background: url("../img/category/check.svg") no-repeat 50% #002443;
}
.checkbox.v2 input ~ p::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  border: 4px solid transparent;
}
.checkbox.v2 input:checked ~ p::before {
  background-color: #fafa00;
  border: 4px solid #002443;
}

ul li {
  color: #000;
  position: relative;
  padding-left: 24px;
}
ul li::marker {
  content: "";
}
ul li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 2px;
  background-color: #002443;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 9px;
  left: 7px;
}

/*****  загальні для Слайдер Slick *****/
.slick-list {
  overflow: hidden;
}

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

/********* модальні вікна *********/
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 36, 67, 0.85);
  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: 20px;
  z-index: -1;
  opacity: 0;
}
.modal.on {
  z-index: 1001;
  opacity: 1;
}
.modal .window {
  max-width: 888px;
  width: 100%;
  position: relative;
}
.modal .window .top {
  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;
  height: 72px;
  padding: 0 24px;
  background-color: #fff;
  margin-bottom: 1px;
}
.modal .window .top h6 {
  color: #002443;
}
.modal .window .cart_empty {
  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;
  padding: 5.4%;
  background-color: #fff;
}
.modal .window .cart_empty h5,
.modal .window .cart_empty p {
  text-align: center;
  color: #002443;
}
.modal .window .cart_empty a {
  color: #fff;
  display: block;
  padding: 12px;
  background-color: #002443;
  text-align: center;
}
.modal .window .cart_empty a:hover {
  color: #fafa00;
}
.modal .window .cart_full {
  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;
}
.modal .window .cart_full .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: 1px;
  overflow: auto;
  max-height: calc(100vh - 210px);
}
.modal .window .cart_full .bottom {
  background-color: #fff;
  padding: 24px;
  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: 24px;
}
.modal .window .cart_full .bottom button {
  margin-right: auto;
  padding: 12px;
}
.modal .window .cart_full .bottom button:hover {
  background-color: #002443;
  color: #fafa00;
}
.modal .window .cart_full .bottom .total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.modal .window .cart_full .bottom .total h6 {
  color: #002443;
}
.modal .window .cart_full .bottom a {
  padding: 12px;
  background-color: #002443;
  color: #fff;
}
.modal .window .cart_full .bottom a:hover {
  color: #fafa00;
}
.modal .window .authorization {
  background-color: #fff;
  padding-top: 24px;
}
.modal .window .authorization form {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  margin-top: 24px;
}
.modal .window .authorization form.on {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal .window .authorization form .forgot {
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
  margin: 0 auto;
  font-size: 12px;
  line-height: 16px;
  padding: 5px;
  color: #526677;
}
.modal .window .authorization form .forgot:hover {
  background-color: #002443;
  color: #fafa00;
}
.modal .window .authorization form .message {
  margin: 0 auto;
  color: #bd2020;
  padding: 0 16px;
  text-align: center;
  font-size: 16px;
  display: none;
}
.modal .window .authorization form .message.on {
  display: block;
}
.modal .window .authorization form .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px 12px;
  padding: 0 44px;
}
.modal .window .authorization form .cont .field {
  width: calc(50% - 6px);
}
.modal .window .authorization form input[type="submit"] {
  padding: 12px;
  font-size: 18px;
  line-height: 24px;
  background-color: #002443;
  color: #fff;
  text-align: center;
}
.modal .window .authorization form input[type="submit"]:hover {
  color: #fafa00;
}
.modal .window .modal_contacts {
  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;
  max-height: calc(100vh - 112px);
  overflow: auto;
}
.modal .window .modal_contacts .unit {
  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: 8px;
}
.modal .window .modal_contacts .unit h5 {
  margin-bottom: 4px;
  color: #002443;
}
.modal .window .modal_contacts .unit .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}
.modal .window .modal_contacts .unit .item .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;
}
.modal .window .modal_contacts .unit .item .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  width: calc(100% - 36px);
}
.modal .window .modal_contacts .unit .item .links a {
  color: #000;
}
.modal .window .modal_contacts .unit .item .links a:hover {
  color: #526677;
}
.modal .window .modal_contacts .unit .item .links p {
  color: #000;
}
.modal .window .question {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
  padding: 48px;
}
.modal .window .question .radio {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.modal .window .question .field {
  width: 100%;
}
.modal .window .question .field.w50 {
  width: calc(50% - 12px);
}
.modal .window .question .get_file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.modal .window .question .get_file .file {
  padding: 4px 8px;
  background-color: #d6dce4;
  margin-right: 24px;
  cursor: pointer;
}
.modal .window .question .get_file .file input {
  display: none;
}
.modal .window .question .get_file .file p {
  white-space: nowrap;
  font-size: 12px;
  line-height: 16px;
}
.modal .window .question .get_file .file_name {
  white-space: nowrap;
  font-size: 12px;
  line-height: 16px;
  color: #526677;
}
.modal .window .question .get_file .reset {
  width: 24px;
  height: 24px;
  background: url("/img/close12_grey.svg") no-repeat 50%;
}
.modal .window .question .get_file .reset:hover {
  background: url("/img/close12.svg") no-repeat 50%;
}
.modal .window .question button {
  width: 100%;
}
.modal .window .question_confirm {
  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;
  background-color: #fff;
}
.modal .window .question_confirm p {
  text-align: center;
  color: #000;
}
.modal .window .question_confirm button {
  max-width: 500px;
  width: 100%;
}
.modal .window .subscription {
  background-color: #fff;
  padding: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  color: #002443;
}
.modal .window .subscription h5,
.modal .window .subscription p {
  text-align: center;
}
.modal .window .subscription button {
  width: 100%;
}
.modal .window .price_request {
  background-color: #fff;
  padding: 24px 0 0;
}
.modal .window .price_request p {
  color: #002443;
  text-align: center;
}
.modal .window .price_request .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px 12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 660px;
  width: 100%;
  margin: 24px auto;
  padding: 0 24px;
}
.modal .window .price_request .cont .field {
  width: calc(50% - 6px);
}
.modal .window .price_request button[type="submit"] {
  width: 100%;
  padding: 12px;
  font-size: 18px;
  line-height: 24px;
  background-color: #002443;
  color: #fff;
  text-align: center;
}
.modal .window .price_request button[type="submit"]:hover {
  color: #fafa00;
}

@media (max-width: 685px) {
  .modal {
    padding: 10px;
  }
  .modal .window .top {
    padding: 0 12px;
    height: 48px;
  }
  .modal .window .cart_full .bottom {
    padding: 12px;
    -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;
    gap: 12px;
  }
  .modal .window .cart_full .bottom input[type="submit"] {
    width: 100%;
  }
  .modal .window .authorization form .cont {
    padding: 0 12px;
  }
  .modal .window .question {
    padding: 12px;
  }
  .modal .window .question .radio {
    gap: 12px;
  }
}
@media (max-width: 500px) {
  .modal .window .authorization {
    padding: 12px 0 0;
  }
  .modal .window .authorization form {
    gap: 12px;
    margin-top: 12px;
  }
  .modal .window .authorization form .cont {
    gap: 12px;
  }
  .modal .window .authorization form .cont .field {
    width: 100%;
  }
  .modal .window .modal_contacts .unit {
    padding: 12px;
  }
  .modal .window .modal_contacts .unit h5 {
    font-size: 18px;
    line-height: 24px;
  }
  .modal .window .modal_contacts .unit .item .links a,
  .modal .window .modal_contacts .unit .item .links p {
    font-size: 14px;
    line-height: 20px;
  }
  .modal .window .question_confirm {
    padding: 24px;
  }
  .modal .window .subscription {
    padding: 24px 12px;
  }
  .modal .window .price_request .cont {
    padding: 0 12px;
  }
  .modal .window .price_request .cont .field {
    width: 100%;
  }
}
.spinner {
  position: fixed;
  z-index: 1111;
  top: calc(50vh - 53px);
  left: calc(50vw - 175px);
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  background-color: rgba(0, 36, 67, 0.5);
  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;
  opacity: 0;
  pointer-events: none;
}
.spinner.on {
  opacity: 1;
  pointer-events: all;
}
.spinner .anim {
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  background-color: #002443;
}
.spinner .anim span {
  width: 16px;
  height: 16px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border: 3px solid #002443;
  background-color: #fafa00;
}
.spinner .anim span:nth-child(1) {
  -webkit-animation: 3s linear 0s infinite spiner1;
  animation: 3s linear 0s infinite spiner1;
}
.spinner .anim span:nth-child(2) {
  -webkit-animation: 3s linear 0s infinite spiner2;
  animation: 3s linear 0s infinite spiner2;
}
.spinner .anim span:nth-child(3) {
  -webkit-animation: 3s linear 0s infinite spiner3;
  animation: 3s linear 0s infinite spiner3;
}
.spinner .anim span:nth-child(4) {
  -webkit-animation: 3s linear 0s infinite spiner4;
  animation: 3s linear 0s infinite spiner4;
}
.spinner .anim span:nth-child(5) {
  -webkit-animation: 3s linear 0s infinite spiner5;
  animation: 3s linear 0s infinite spiner5;
}
.spinner .anim p {
  width: 100%;
  text-align: center;
  color: #fff;
}

@-webkit-keyframes spiner1 {
  0% {
    border: 3px solid #fafa00;
  }
  19% {
    border: 3px solid #fafa00;
  }
  20% {
    border: 3px solid #002443;
  }
  100% {
    border: 3px solid #002443;
  }
}

@keyframes spiner1 {
  0% {
    border: 3px solid #fafa00;
  }
  19% {
    border: 3px solid #fafa00;
  }
  20% {
    border: 3px solid #002443;
  }
  100% {
    border: 3px solid #002443;
  }
}
@-webkit-keyframes spiner2 {
  0% {
    border: 3px solid #002443;
  }
  19% {
    border: 3px solid #002443;
  }
  20% {
    border: 3px solid #fafa00;
  }
  39% {
    border: 3px solid #fafa00;
  }
  40% {
    border: 3px solid #002443;
  }
  100% {
    border: 3px solid #002443;
  }
}
@keyframes spiner2 {
  0% {
    border: 3px solid #002443;
  }
  19% {
    border: 3px solid #002443;
  }
  20% {
    border: 3px solid #fafa00;
  }
  39% {
    border: 3px solid #fafa00;
  }
  40% {
    border: 3px solid #002443;
  }
  100% {
    border: 3px solid #002443;
  }
}
@-webkit-keyframes spiner3 {
  0% {
    border: 3px solid #002443;
  }
  39% {
    border: 3px solid #002443;
  }
  40% {
    border: 3px solid #fafa00;
  }
  59% {
    border: 3px solid #fafa00;
  }
  60% {
    border: 3px solid #002443;
  }
  100% {
    border: 3px solid #002443;
  }
}
@keyframes spiner3 {
  0% {
    border: 3px solid #002443;
  }
  39% {
    border: 3px solid #002443;
  }
  40% {
    border: 3px solid #fafa00;
  }
  59% {
    border: 3px solid #fafa00;
  }
  60% {
    border: 3px solid #002443;
  }
  100% {
    border: 3px solid #002443;
  }
}
@-webkit-keyframes spiner4 {
  0% {
    border: 3px solid #002443;
  }
  59% {
    border: 3px solid #002443;
  }
  60% {
    border: 3px solid #fafa00;
  }
  79% {
    border: 3px solid #fafa00;
  }
  80% {
    border: 3px solid #002443;
  }
  100% {
    border: 3px solid #002443;
  }
}
@keyframes spiner4 {
  0% {
    border: 3px solid #002443;
  }
  59% {
    border: 3px solid #002443;
  }
  60% {
    border: 3px solid #fafa00;
  }
  79% {
    border: 3px solid #fafa00;
  }
  80% {
    border: 3px solid #002443;
  }
  100% {
    border: 3px solid #002443;
  }
}
@-webkit-keyframes spiner5 {
  0% {
    border: 3px solid #002443;
  }
  79% {
    border: 3px solid #002443;
  }
  80% {
    border: 3px solid #fafa00;
  }
  99% {
    border: 3px solid #fafa00;
  }
  100% {
    border: 3px solid #002443;
  }
}
@keyframes spiner5 {
  0% {
    border: 3px solid #002443;
  }
  79% {
    border: 3px solid #002443;
  }
  80% {
    border: 3px solid #fafa00;
  }
  99% {
    border: 3px solid #fafa00;
  }
  100% {
    border: 3px solid #002443;
  }
}
.modal_cont {
  display: none;
}

.modal_message {
  position: fixed;
  top: -60px;
  right: 20px;
  z-index: 3;
  width: 450px;
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
}
.modal_message.on {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
  z-index: 1001;
}
.modal_message .head {
  background-color: #526677;
  color: #fff;
  padding: 10px;
  font-size: 20px;
  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;
}
.modal_message .head.red {
  background-color: #dc3545;
}
.modal_message .head.yellow {
  background-color: #ffc107;
  color: #002443;
}
.modal_message .head.green {
  background-color: #198754;
}
.modal_message .head.blue {
  background-color: #0d46f0;
}
.modal_message .cont {
  padding: 10px;
  border: 2px solid #526677;
}

@media (max-width: 500px) {
  .modal_message {
    width: calc(100% - 40px);
  }
}
.card {
  width: calc((100% - 36px) / 4);
  background-color: #fff;
  display: block;
  border: 1px solid #d6dce4;
}
.card:hover {
  border: 1px solid #002443;
}
.card.disabled {
  opacity: 0.5;
}
.card .title {
  padding: 8px;
  border-bottom: 1px solid #d6dce4;
  color: #002443;
}
.card .title p {
  font-size: 14px;
  line-height: 20px;
  margin-top: 4px;
}
.card .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: 8px;
  height: 266px;
}
.card .img img {
  max-width: 100%;
  max-height: 100%;
}
.card .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  gap: 8px;
  padding: 0 8px 8px;
}
.card .info .price {
  width: calc(100% - 112px);
}
.card .info .price p {
  font-size: 14px;
  line-height: 20px;
  color: #526677;
}
.card .info .price h5 {
  color: #002443;
  margin-top: 4px;
}
.card .info .price button {
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
}
.card .info button {
  width: 48px;
  height: 48px;
}
.card .info button.favor {
  background: url("../img/category/favor1.svg") no-repeat 50%;
}
.card .info button.favor:hover {
  background: url("../img/category/favor2.svg") no-repeat 50%;
}
.card .info button.favor.on {
  background: url("../img/category/favor3.svg") no-repeat 50% #fafa00;
}
.card .info button.compar {
  background: url("../img/category/compar1.svg") no-repeat 50%;
}
.card .info button.compar:hover {
  background: url("../img/category/compar2.svg") no-repeat 50%;
}
.card .info button.compar.on {
  background: url("../img/category/compar3.svg") no-repeat 50% #fafa00;
}
.card .options {
  position: relative;
  padding: 8px 8px 0;
}
.card .options:hover .drop {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.card .options:hover .btn {
  background-color: #002443;
  color: #fff;
}
.card .options .btn {
  font-size: 12px;
  line-height: 16px;
  color: #526677;
  text-align: center;
  padding: 4px 4px 16px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.card .options .drop {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: -1px;
  width: calc(100% + 2px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  padding: 0 8px 8px;
  background-color: #fff;
  border: 1px solid #002443;
  border-top: none;
}
.card .options .drop .pict {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
  padding: 12px;
  background-color: #002443;
}
.card .options .drop .pict .unit {
  width: calc(50% - 6px);
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.card .options .drop .pict .unit .img {
  width: 100px;
  height: 100px;
}
.card .options .drop .pict .unit p {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
.card .options .drop .text p {
  font-size: 12px;
  line-height: 16px;
  color: #526677;
}
.card .options .drop .text p:first-child {
  font-size: 14px;
  line-height: 20px;
  color: #002443;
}

@media (max-width: 1300px) {
  .card {
    width: calc((100% - 24px) / 3);
  }
}
@media (max-width: 1100px) {
  .card {
    width: calc((100% - 12px) / 2);
  }
}
@media (max-width: 850px) {
  .card {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .card {
    width: calc((100% - 12px) / 2);
  }
  .card .options:hover .drop {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
  }
  .card .options:hover .btn {
    background-color: #fff;
    color: #526677;
  }
  .card .options.on .drop {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
  }
  .card .options.on .btn {
    background-color: #002443;
    color: #fff;
  }
}
@media (max-width: 550px) {
  .card {
    width: 100%;
  }
}
.news_card {
  width: calc((100% - 36px) / 4);
  background-color: #fff;
}
.news_card:hover {
  background-color: #ebeef2;
}
.news_card:hover .img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.news_card .img {
  width: 100%;
  overflow: hidden;
}
.news_card .img img {
  width: 100%;
}
.news_card .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;
}
.news_card .text p {
  font-size: 12px;
  line-height: 16px;
  color: #000;
}
.news_card .text .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}
.news_card .text .top p {
  font-size: 10px;
  font-weight: 700;
  color: #526677;
}
.news_card .text h6 {
  color: #002443;
}
.news_card .text .tags {
  padding-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2px;
}
.news_card .text .tags p {
  color: #526677;
  position: relative;
  padding-left: 16px;
}
.news_card .text .tags p::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../img/news/tag.svg") 50% no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

/********* хедер *********/
header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 3;
  position: sticky;
  top: -32px;
  background-color: #fff;
  padding-top: 32px;
}
header .sticky_panel {
  width: 100%;
  background-color: #002443;
  padding: 12px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}
header .sticky_panel .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
header .sticky_panel .open_catalog {
  display: none;
}
header .sticky_panel form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #03335c;
  padding-right: 12px;
  width: 100%;
}
header .sticky_panel form input {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
header .sticky_panel form input[type="search"] {
  font-size: 14px;
  line-height: 20px;
  padding: 8px 0 8px 12px;
  width: calc(100% - 24px);
  color: #fff;
}
header .sticky_panel form input[type="search"]:focus {
  font-size: 14px;
  line-height: 20px;
  padding: 8px 0 8px 12px;
  width: calc(100% - 24px);
  color: #0d0d0d;
}
header .sticky_panel form input[type="submit"] {
  width: 24px;
  height: 24px;
  background: url("../img/search_transparent24x24.svg");
}
header .sticky_panel form:has(input[type="search"]:focus) {
  background-color: #fff;
}
header .sticky_panel form:has(input[type="search"]:focus) input[type="submit"] {
  background: url("../img/search_white24x24.svg");
}
header .sticky_panel .cart {
  padding: 8px 6px 8px 8px;
  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;
  gap: 2px;
  background-color: #fafa00;
}
header .sticky_panel .cart:hover {
  background-color: #002443;
}
header .sticky_panel .cart:hover div {
  background: url("../img/cart_blue24x24.svg");
}
header .sticky_panel .cart:hover span {
  color: #fff;
}
header .sticky_panel .cart div {
  width: 24px;
  height: 24px;
  background: url("../img/cart_yellow24x24.svg");
}
header .sticky_panel .cart span {
  font-size: 14px;
  line-height: 20px;
  color: #002443;
}
header .sticky_panel .burger {
  display: none;
}
header .sticky_panel .mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  background-color: #002443;
}
header .sticky_panel .mobile .indicator {
  padding: 8px 6px 8px 8px;
  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;
  gap: 2px;
}
header .sticky_panel .mobile .indicator span {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
header .sticky_panel .mobile .profile_btn {
  font-size: 10px;
  line-height: 16px;
  font-weight: 700;
  width: 40px;
  height: 40px;
  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 #03335c;
  color: #d6dce4;
  margin-left: 12px;
  background: url("../img/profile.svg") no-repeat 50%;
}
header .sticky_panel .mobile .profile_btn:hover {
  border: 1px solid #fafa00;
}
header .sticky_panel .mobile .profile_btn.on {
  background: transparent;
}
header .flexible_panel {
  width: 100%;
  border-bottom: 2px solid #d6dce4;
}
header .flexible_panel .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .flexible_panel .cont .item {
  padding: 4px 14px 4px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  line-height: 16px;
  color: #526677;
  border-right: 2px solid #d6dce4;
}
header .flexible_panel .cont .item:hover {
  background-color: #fafa00;
}
header .flexible_panel .cont .item span {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  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;
}
header .flexible_panel .cont .item span img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
header .flexible_panel .cont button.item::after {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  content: "";
  width: 24px;
  height: 24px;
  background: url("/img/arrow_grey.svg") no-repeat 50%;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
header .flexible_panel .cont button.item.on::after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
header .flexible_panel .cont button.item.contacts_btn::after,
header .flexible_panel .cont button.item.catalog_btn::after {
  display: none;
}
header .flexible_panel .cont .droppable {
  position: relative;
}
header .flexible_panel .cont .droppable .list {
  display: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  background-color: #002443;
}
header .flexible_panel .cont .droppable .list a {
  display: block;
  color: #fff;
  padding: 12px;
  font-size: 18px;
  line-height: 24px;
  white-space: nowrap;
}
header .flexible_panel .cont .droppable .list a:hover {
  background-color: #fafa00;
  color: #002443;
}
header .flexible_panel .cont .top_part {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .flexible_panel .cont .top_part .item:hover {
  background-color: initial;
}
header .flexible_panel .cont .top_part .item a {
  color: #526677;
}
header .flexible_panel .cont .top_part .item a:hover {
  color: #002443;
}
header .flexible_panel .cont .top_part .item a.soc:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
header .flexible_panel .cont .top_part .btn_dark {
  font-size: 14px;
  line-height: 20px;
  padding: 4px 12px;
  margin: 0 2px 0 auto;
}
header .flexible_panel .cont .top_part .language {
  position: relative;
}
header .flexible_panel .cont .top_part .language .list {
  display: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  background-color: #002443;
}
header .flexible_panel .cont .top_part .language .list a {
  display: block;
  color: #fff;
  padding: 12px;
  font-size: 18px;
  line-height: 24px;
  white-space: nowrap;
}
header .flexible_panel .cont .top_part .language .list a:hover {
  background-color: #fafa00;
  color: #002443;
}
header .flexible_panel .cont .top_part .language .list a img {
  width: 22px;
}
header .flexible_panel .cont .top_part .language .list a.on {
  display: none;
}

@media (max-width: 1024px) {
  header {
    padding: 0;
    top: 0;
  }
  header .sticky_panel {
    padding: 12px;
    gap: 12px;
  }
  header .sticky_panel .logo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  header .sticky_panel .logo img:nth-child(2) {
    display: none;
  }
  header .sticky_panel .open_catalog {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 32px;
    height: 32px;
    border: 1px solid #03335c;
    background: url("../img/open_catalog1.svg") no-repeat 50%;
  }
  header .sticky_panel .open_catalog.on {
    background: url("../img/open_catalog2.svg") no-repeat 50%;
  }
  header .sticky_panel form {
    padding-right: 8px;
    width: 100%;
  }
  header .sticky_panel form input[type="search"] {
    padding: 6px 0 6px 8px;
  }
  header .sticky_panel .cart {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 4px 2px 4px 4px;
  }
  header .sticky_panel .burger {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    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: 32px;
    height: 32px;
    border: 1px solid #03335c;
    position: relative;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  header .sticky_panel .burger span {
    width: 16px;
    height: 2px;
    background-color: #fff;
    border-radius: 0.5px;
  }
  header .sticky_panel .burger::before {
    content: "";
    width: 16px;
    height: 2px;
    background-color: #fff;
    border-radius: 0.5px;
    position: absolute;
    top: 8px;
    left: 7px;
  }
  header .sticky_panel .burger::after {
    content: "";
    width: 16px;
    height: 2px;
    background-color: #fff;
    border-radius: 0.5px;
    position: absolute;
    bottom: 8px;
    left: 7px;
  }
  header .sticky_panel .mobile {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 12px;
    border-top: 12px solid #d6dce4;
    border-bottom: 12px solid #d6dce4;
    opacity: 0;
    pointer-events: none;
  }
  header .flexible_panel {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: calc(100% + 88px);
    left: 0;
    width: 100%;
  }
  header .flexible_panel .cont {
    width: 100%;
    height: calc(100vh - 144px);
    overflow: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2px;
    background-color: #d6dce4;
  }
  header .flexible_panel .cont .item {
    padding: 8px 10px;
    border-right: 0;
    background-color: #fff;
  }
  header .flexible_panel .cont .item:hover {
    background-color: #fff;
  }
  header .flexible_panel .cont button.item {
    width: 100%;
  }
  header .flexible_panel .cont button.item.catalog_btn {
    display: none;
  }
  header .flexible_panel .cont .droppable .list {
    position: relative;
    top: initial;
    left: initial;
  }
  header .flexible_panel .cont .droppable .list a {
    font-size: 12px;
    line-height: 16px;
    color: #526677;
    padding: 12px 24px;
    background-color: #ebeef2;
    border-bottom: 2px solid #d6dce4;
  }
  header .flexible_panel .cont .droppable .list a:last-child {
    border-bottom: 0;
  }
  header .flexible_panel .cont .droppable .list a:hover {
    background-color: #ebeef2;
  }
  header .flexible_panel .cont .top_part {
    position: relative;
    -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;
    gap: 2px;
  }
  header .flexible_panel .cont .top_part .item {
    width: 100%;
    gap: 10px;
  }
  header .flexible_panel .cont .top_part .item:hover {
    background-color: #fff;
  }
  header .flexible_panel .cont .top_part .btn_dark {
    padding: 8px 10px;
    margin: 0;
    width: 100%;
  }
  header .flexible_panel .cont .top_part .language {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .flexible_panel .cont .top_part .language button.item {
    display: none;
  }
  header .flexible_panel .cont .top_part .language .list {
    position: relative;
    top: initial;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    padding: 8px 10px;
    background-color: #fff;
  }
  header .flexible_panel .cont .top_part .language .list a {
    padding: 0;
  }
  header .flexible_panel .cont .top_part .language .list a.on {
    display: block;
    pointer-events: none;
  }
  header .flexible_panel .cont .top_part .language .list a.on span {
    display: block;
    padding: 4px;
    border-radius: 4px;
    background-color: #d6dce4;
  }
  header.on .sticky_panel .mobile {
    opacity: 1;
    pointer-events: all;
  }
  header.on .sticky_panel .burger span {
    opacity: 0;
  }
  header.on .sticky_panel .burger::before {
    width: 22px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: calc(50% - 1px);
    left: 4.5px;
  }
  header.on .sticky_panel .burger::after {
    width: 22px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: calc(50% - 1px);
    left: 4.5px;
  }
  header.on .flexible_panel {
    opacity: 1;
    pointer-events: all;
  }
}
/********* panel_catalog *********/
.panel_catalog {
  background-color: transparent;
  width: 300px;
  background-color: #d6dce4;
  z-index: 2;
  position: sticky;
  top: 96px;
  height: calc(100% - 96px);
}
.panel_catalog.bordered {
  -webkit-box-shadow: 0 0 20px #002443;
  box-shadow: 0 0 20px #002443;
}
.panel_catalog .head {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 12px 8px;
  background-color: #fff;
  margin-bottom: 12px;
}
.panel_catalog .head .open_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  color: #526677;
}
.panel_catalog .scrolling {
  max-height: calc(100vh - 130px);
  height: 100%;
  overflow: auto;
  background-color: #fff;
  border-bottom: 4px solid #d6dce4;
}
.panel_catalog .category_list {
  display: block;
}
.panel_catalog .category_list .category_unit .figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 20px;
  padding: 4px 8px;
  color: #526677;
  width: 100%;
  text-align: left;
  background-color: #fff;
}
.panel_catalog .category_list .category_unit .figure::after {
  content: "";
  width: 24px;
  height: 24px;
  margin-left: auto;
  opacity: 0;
  background: url("../img/arrow_blue.svg") no-repeat 50%;
}
.panel_catalog .category_list .category_unit:hover .figure {
  color: #002443;
}
.panel_catalog .category_list .category_unit:hover .figure::after {
  opacity: 1;
}
.panel_catalog .info {
  display: block;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: calc(100% + 12px);
  height: 100%;
  overflow: auto;
  -webkit-box-shadow: 5px 5px 17px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 5px 5px 17px -6px rgba(0, 0, 0, 0.75);
  opacity: 0;
  pointer-events: none;
}
.panel_catalog .info.on {
  opacity: 1;
  pointer-events: all;
}
.panel_catalog .info .item {
  display: block;
}
.panel_catalog .info .item .title {
  width: 100%;
  padding: 12px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  color: #526677;
  border-bottom: 1px solid #d6dce4;
  position: relative;
}
.panel_catalog .info .item .title .title_img {
  width: 36px;
  height: 35px;
  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;
}
.panel_catalog .info .item .title .title_img img {
  width: 72%;
}
.panel_catalog .info .item .title .close {
  margin-left: auto;
}
.panel_catalog .info .item .units {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.panel_catalog .info .item .unit {
  width: 25%;
  padding: 12px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 48px 8px auto;
  grid-template-columns: 48px auto;
  -ms-grid-rows: -webkit-max-content 8px auto;
  -ms-grid-rows: max-content 8px auto;
  grid-template-rows: -webkit-max-content auto;
  grid-template-rows: max-content auto;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-right: 1px solid #d6dce4;
  border-bottom: 1px solid #d6dce4;
}
.panel_catalog .info .item .unit > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.panel_catalog .info .item .unit > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.panel_catalog .info .item .unit > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.panel_catalog .info .item .unit > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.panel_catalog .info .item .unit .img {
  width: 48px;
  height: 48px;
  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;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/3/2;
}
.panel_catalog .info .item .unit .img img {
  max-width: 100%;
  max-height: 100%;
}
.panel_catalog .info .item .unit a {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/2/3;
  height: -moz-max-content;
  height: -webkit-max-content;
  height: max-content;
  color: #526677;
}
.panel_catalog .info .item .unit a:hover {
  color: #002443;
}
.panel_catalog .info .item .unit .links {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 2/2/3/3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.panel_catalog .info .item .unit .links a {
  font-size: 14px;
  line-height: 20px;
}
.panel_catalog .info .item .unit .links a:hover {
  text-decoration: underline;
}
.panel_catalog .info_about {
  border-top: 12px solid #d6dce4;
  padding: 24px;
  font-size: 14px;
}
.panel_catalog .info_about .drop {
  display: block;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  padding-bottom: 15px;
}
.panel_catalog .info_about p {
  margin-bottom: 10px;
  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;
  cursor: pointer;
}
.panel_catalog .info_about p::after {
  content: "";
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: url("/img/arrow_grey.svg") no-repeat 50%;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.panel_catalog .info_about a {
  display: block;
  color: #002443;
  margin-left: 10px;
  margin-bottom: 3px;
}
.panel_catalog .info_about a:hover {
  text-decoration: underline;
}
.panel_catalog.v2 {
  position: absolute;
  background-color: transparent;
  top: 134px;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
.panel_catalog.v2.on {
  z-index: 2;
  pointer-events: all;
}
.panel_catalog.v2 .head {
  cursor: pointer;
}
.panel_catalog.v2 .scrolling {
  position: sticky;
  top: 96px;
  display: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

@media (max-width: 1200px) {
  .panel_catalog .info .item .unit {
    width: 33.3333333333%;
  }
}
@media (max-width: 1100px) {
  .panel_catalog .info .item .unit {
    width: 50%;
  }
}
@media (max-width: 1024px) {
  .panel_catalog {
    opacity: 0;
    pointer-events: none;
    width: 100%;
    position: fixed;
    top: 56px;
  }
  .panel_catalog.on {
    opacity: 1;
    pointer-events: all;
  }
  .panel_catalog .scrolling {
    max-height: calc(100vh - 100px);
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .panel_catalog .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
  }
  .panel_catalog .category_list .category_unit .figure::after {
    opacity: 1;
    background: url("../img/arrow_grey.svg") no-repeat 50%;
  }
  .panel_catalog .info {
    display: block;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: calc(100vh - 56px);
    overflow: auto;
    top: 0;
    left: -100%;
    border: none;
  }
  .panel_catalog .info.on {
    left: 0;
  }
  .panel_catalog .info .item .title {
    padding: 12px 8px;
  }
  .panel_catalog .info .item .title .title_img {
    display: none;
  }
  .panel_catalog .info .item .title h6 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
  }
  .panel_catalog .info .item .title h6::before {
    content: "";
    width: 24px;
    height: 24px;
    background: url("/img/arrow_grey.svg") no-repeat 50%;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .panel_catalog .info .item .unit {
    padding: 12px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px 12px;
    width: 100%;
    height: -moz-max-content;
    height: -webkit-max-content;
    height: max-content;
  }
  .panel_catalog .info .item .unit .img {
    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;
  }
  .panel_catalog .info .item .unit .img img {
    max-width: 100%;
    max-height: 100%;
  }
  .panel_catalog .info .item .unit p {
    width: calc(100% - 112px);
  }
  .panel_catalog .info .item .unit .links {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 14px;
    line-height: 20px;
  }
  .panel_catalog .info .item .unit .links a:hover {
    color: #000;
  }
  .panel_catalog .info .item .unit .links a:not(:last-child) {
    padding-right: 28px;
    position: relative;
  }
  .panel_catalog .info .item .unit .links a:not(:last-child)::after {
    content: "";
    width: 5.65px;
    height: 5.65px;
    border-radius: 1px;
    background-color: #d6dce4;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 7px;
    right: 6px;
  }
  .panel_catalog .info_about {
    display: none;
  }
  .panel_catalog.v2 {
    position: fixed;
    top: 56px;
    background-color: #d6dce4;
  }
  .panel_catalog.v2 .scrolling {
    display: block;
    position: relative;
    top: initial;
  }
}
/********* goods *********/
.goods {
  margin: 4px 0 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.goods .panel_catalog .head .open_list {
  cursor: auto;
}
.goods .side_panel {
  width: 300px;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.goods .side_panel .buttons {
  position: sticky;
  top: 66px;
}
.goods .side_panel .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  padding: 12px 8px;
}
.goods .side_panel .head .close {
  margin-left: auto;
  display: none;
}
.goods .side_panel .goods_window {
  position: fixed;
  top: 0;
  z-index: 1;
  background-color: #fff;
}
.goods .cont {
  width: calc(100% - 312px);
  margin-left: auto;
}
.goods .cont .banner {
  width: 100%;
  position: relative;
  z-index: 1;
}
.goods .cont .banner a {
  position: relative;
}
.goods .cont .banner a img {
  width: 100%;
}
.goods .cont .banner .slick-prev,
.goods .cont .banner .slick-next {
  position: absolute;
  top: calc(50% - 18px);
  width: 36px;
  height: 36px;
  font-size: 0;
  border-radius: 18px;
  background: url("/img/arrow_blue.svg") no-repeat 50% #fff;
  background-size: 10px;
  z-index: 1;
}
.goods .cont .banner .slick-prev:hover,
.goods .cont .banner .slick-next:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.goods .cont .banner .slick-prev {
  left: 12px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.goods .cont .banner .slick-prev:hover {
  -webkit-transform: rotate(180deg) scale(0.9);
  -ms-transform: rotate(180deg) scale(0.9);
  transform: rotate(180deg) scale(0.9);
}
.goods .cont .banner .slick-next {
  right: 12px;
}
.goods .cont .banner .slick-dots {
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
  position: absolute;
  z-index: 1;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.goods .cont .banner .slick-dots li {
  padding: 0;
}
.goods .cont .banner .slick-dots li::before {
  display: none;
}
.goods .cont .banner .slick-dots li button {
  font-size: 0;
  width: 10px;
  height: 10px;
  rotate: 45deg;
  background-color: #526677;
}
.goods .cont .banner .slick-dots li.slick-active button {
  background-color: #fafa00;
}
.goods .cont .catalog {
  -moz-columns: 3;
  -webkit-columns: 3;
  columns: 3;
  -moz-column-gap: 12px;
  -webkit-column-gap: 12px;
  column-gap: 12px;
  -moz-column-fill: balance;
  -webkit-column-fill: balance;
  column-fill: balance;
}
.goods .cont .catalog .item {
  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;
  padding-top: 12px;
  -moz-column-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}
.goods .cont .catalog .item .title {
  padding: 8px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  color: #526677;
}
.goods .cont .catalog .item .title .title_img {
  width: 36px;
  height: 36px;
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.goods .cont .catalog .item .title .title_img img {
  width: 72%;
}
.goods .cont .catalog .item .title a {
  color: #526677;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}
.goods .cont .catalog .item .title a:hover {
  color: #000;
}
.goods .cont .catalog .item .unit {
  padding: 12px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px 12px;
}
.goods .cont .catalog .item .unit .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #526677;
}
.goods .cont .catalog .item .unit .img div {
  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;
}
.goods .cont .catalog .item .unit .img img {
  max-width: 100%;
  max-height: 100%;
}
.goods .cont .catalog .item .unit .img p {
  width: calc(100% - 112px);
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.goods .cont .catalog .item .unit .img:hover {
  color: #002443;
}
.goods .cont .catalog .item .unit .links {
  width: 100%;
  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: 8px;
  font-size: 14px;
  line-height: 20px;
}
.goods .cont .catalog .item .unit .links a {
  padding-right: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
}
.goods .cont .catalog .item .unit .links a:hover {
  text-decoration: underline;
}
.goods .cont .catalog .item .unit .links a:not(:last-child)::after {
  content: "";
  width: 5.65px;
  height: 5.65px;
  border-radius: 1px;
  background-color: #d6dce4;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.goods .goods_window {
  position: fixed;
  background-color: #fff;
  min-height: calc(100vh - 66px);
  border-left: 12px solid #d6dce4;
}
.goods .goods_window .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.goods .goods_window .item .title {
  width: 100%;
  padding: 12px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  color: #526677;
  border-bottom: 1px solid #d6dce4;
}
.goods .goods_window .item .title img {
  width: 48px;
  height: 48px;
}
.goods .goods_window .item .title:hover {
  color: #000;
}
.goods .goods_window .item .unit {
  width: 25%;
  padding: 12px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 48px 8px auto;
  grid-template-columns: 48px auto;
  -ms-grid-rows: -webkit-max-content 8px -webkit-max-content;
  -ms-grid-rows: max-content 8px max-content;
  grid-template-rows: repeat(2, -webkit-max-content);
  grid-template-rows: repeat(2, max-content);
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-right: 1px solid #d6dce4;
  border-bottom: 1px solid #d6dce4;
}
.goods .goods_window .item .unit > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.goods .goods_window .item .unit > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.goods .goods_window .item .unit > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.goods .goods_window .item .unit > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.goods .goods_window .item .unit .img {
  width: 48px;
  height: 48px;
  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;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/3/2;
}
.goods .goods_window .item .unit .img img {
  max-width: 100%;
  max-height: 100%;
}
.goods .goods_window .item .unit p {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/2/3;
}
.goods .goods_window .item .unit .links {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 2/2/3/3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.goods .goods_window .item .unit .links a {
  font-size: 14px;
  line-height: 20px;
}
.goods .goods_window .item .unit .links a:hover {
  color: #000;
}

@media (max-width: 1200px) {
  .goods .cont .catalog {
    -moz-columns: 2;
    -webkit-columns: 2;
    columns: 2;
  }
}
@media (max-width: 1024px) {
  .goods .cont {
    width: 100%;
  }
  .goods .cont .catalog {
    padding: 0 12px;
  }
}
@media (max-width: 700px) {
  .goods .cont .catalog {
    -moz-columns: 1;
    -webkit-columns: 1;
    columns: 1;
  }
}
/********* partner_slider *********/
.partner_slider {
  width: 100%;
  background-color: #fff;
  padding: 24px 0;
  margin-bottom: 12px;
}
.partner_slider h6 {
  padding: 0 12px;
  margin-bottom: 12px;
}
.partner_slider .slider_control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  padding: 0 12px;
  margin-bottom: 20px;
}
.partner_slider .slider_control button {
  width: 40px;
  height: 30px;
  border-radius: 4px;
  background: url("/img/shevron_yellow.svg") no-repeat 50% #002443;
}
.partner_slider .slider_control button:hover {
  background: url("/img/shevron_blue.svg") no-repeat 50% #fafa00;
}
.partner_slider .slider_control button:first-child {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.partner_slider .slider {
  width: 100%;
  padding: 0 12px;
}
.partner_slider .slider .item {
  width: 300px;
  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;
  border: 1px solid #ebeef2;
  margin-right: 24px;
  padding-bottom: 12px;
}
.partner_slider .slider .item .img {
  height: 200px;
}
.partner_slider .slider .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.partner_slider .slider .item p {
  padding: 0 12px;
  color: #002443;
}
.partner_slider .slider .item a {
  margin: 0 12px;
  font-size: 14px;
  line-height: 20px;
  color: #002443;
  padding: 3px 5px 3px 10px;
  border-radius: 2px;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  border: 1px solid #03335c;
  color: #03335c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.partner_slider .slider .item a::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("/img/arrow_blue.svg") no-repeat 50%;
}
.partner_slider .slider .item a:hover {
  color: #fafa00;
  background-color: #03335c;
}
.partner_slider .slider .item a:hover::after {
  background: url("/img/arrow_yellow.svg") no-repeat 50%;
}

/********* search_result *********/
.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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  padding: 4px 0 12px;
}
.search_result .search_info {
  background-color: #fff;
  padding: 24px;
  width: 100%;
}
.search_result .search_info p {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  color: #526677;
}
.search_result .search_info p span {
  color: #002443;
}
.search_result .block {
  max-width: 1200px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 48px 12px;
}
.search_result .block h6 {
  width: 100%;
  margin-bottom: 12px;
  color: #000;
}
.search_result .block .news_card {
  width: calc((100% - 24px) / 3);
}
.search_result .block .file {
  width: 100%;
  padding: 0 12px 12px;
  border-bottom: 1px solid #d6dce4;
  background-color: #fff;
}
.search_result .block .file:hover {
  background-color: #ebeef2;
}
.search_result .block .file p {
  padding: 8px 0;
}
.search_result .block .file .disc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px 24px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.search_result .block .file .disc p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  padding: 0;
}
.search_result .block .file .disc .pdf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  padding-right: 12px;
}
.search_result .block .file .disc .pdf a {
  padding: 4px 12px;
  background-color: #002443;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}
.search_result .block .file .disc .pdf a:hover {
  background-color: #fff;
  color: #002443;
}
.search_result .block .file .disc .pdf span {
  font-size: 14px;
  line-height: 20px;
  color: #000;
}

@media (max-width: 1200px) {
  .search_result .block .news_card {
    width: calc((100% - 12px) / 2);
  }
}
@media (max-width: 768px) {
  .search_result .block {
    padding: 24px 12px;
  }
}
@media (max-width: 550px) {
  .search_result .block .news_card {
    width: 100%;
  }
}
/********* category *********/
.category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.category .side_panel {
  width: 300px;
  background-color: #fff;
  max-height: calc(100vh - 195px);
  position: sticky;
  top: 96px;
  overflow: auto;
}
.category .side_panel .head {
  padding: 12px 48px 12px 12px;
  position: relative;
}
.category .side_panel .head h6 {
  color: #002443;
}
.category .side_panel .head::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../img/category/category_filter.svg") no-repeat 50%;
  position: absolute;
  top: 12px;
  right: 12px;
  display: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.category .side_panel .content {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.category .side_panel .content .item {
  border-bottom: 1px solid #d6dce4;
  background-color: #fff;
}
.category .side_panel .content .item:last-child {
  border: none;
}
.category .side_panel .content .item .title {
  padding: 4px 8px;
  font-size: 14px;
  line-height: 20px;
  color: #002443;
}
.category .side_panel .content .item button {
  width: 100%;
  padding: 4px;
  font-size: 12px;
  line-height: 16px;
  color: #526677;
}
.category .side_panel .content .item button:hover {
  background-color: #002443;
  color: #fafa00;
}
.category .category_box {
  width: calc(100% - 312px);
}
.category .desc {
  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: 24px;
  padding: 48px;
  background-color: #fff;
  margin-bottom: 12px;
}
.category .desc h4 {
  color: #002443;
}
.category .desc p {
  color: #000;
}
.category .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}
.category .cont .subcat {
  width: 100%;
  padding: 12px;
  background-color: #ebeef2;
  color: #002443;
  scroll-margin-top: 66px;
}

@media (max-width: 1024px) {
  .category .side_panel {
    max-height: calc(100vh - 98px);
  }
}
@media (max-width: 768px) {
  .category .side_panel {
    width: 100%;
    max-height: initial;
    position: initial;
    top: initial;
    overflow: initial;
  }
  .category .side_panel.on {
    background-color: #ebeef2;
  }
  .category .side_panel.on .head::after {
    background: url("../img/close12.svg") no-repeat 50%;
  }
  .category .side_panel .head::after {
    display: block;
  }
  .category .side_panel .content {
    display: none;
    padding: 0 8px 8px;
  }
  .category .category_box {
    width: 100%;
    max-height: initial;
    position: initial;
    top: initial;
    overflow: initial;
  }
  .category .desc {
    padding: 24px;
  }
  .category .cont .card {
    width: calc((100% - 12px) / 2);
  }
}
@media (max-width: 550px) {
  .category .desc {
    padding: 12px;
    gap: 12px;
  }
  .category .cont .subcat {
    font-size: 20px;
    line-height: 24px;
  }
  .category .cont .card {
    width: 100%;
  }
}
@media (max-width: 460px) {
  .category .cont .card {
    width: 100%;
  }
}
/********* product *********/
.product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 12px;
}
.product .picture {
  background-color: #fff;
  width: calc((100% - 208px) * 0.36206);
  padding: 12px;
}
.product .picture .big_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;
  aspect-ratio: 48/40;
}
.product .picture .big_img img {
  max-width: 100%;
  max-height: 100%;
}
.product .picture .choice {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  padding: 8px;
  margin: 12px 0;
}
.product .picture .choice .small_img {
  width: 72px;
  height: 62px;
  padding: 4px;
  border: 2px solid transparent;
  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;
  cursor: pointer;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.product .picture .choice .small_img img {
  max-width: 100%;
  width: 100%;
}
.product .picture .choice .small_img:hover,
.product .picture .choice .small_img.on {
  border: 2px solid #fafa00;
}
.product .discription {
  width: calc((100% - 208px) * 0.63793);
  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 .discription .name {
  padding: 12px;
  background-color: #fff;
  color: #002443;
}
.product .discription .modification .select_product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
  padding: 12px;
  background-color: #fff;
}
.product .discription .modification .select_product p {
  font-size: 14px;
  line-height: 20px;
  width: 100%;
}
.product .discription .modification .select_product label {
  cursor: pointer;
}
.product .discription .modification .select_product label input {
  display: none;
}
.product .discription .modification .select_product label input ~ .item {
  padding: 8px;
  background-color: #d6dce4;
  border: 1px solid transparent;
}
.product .discription .modification .select_product label input ~ .item .img {
  width: 60px;
  height: 50px;
  background-color: #fff;
}
.product .discription .modification .select_product label input ~ .item .img img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
}
.product .discription .modification .select_product label input ~ .item p {
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  margin-top: 4px;
}
.product .discription .modification .select_product label input:checked ~ .item {
  border: 1px solid #002443;
  background-color: #fff;
}
.product .discription .modification .select_product label input:checked ~ .item p {
  color: #002443;
}
.product .discription .modification .select_product label:hover input:not(:checked) ~ .item {
  background-color: #002443;
}
.product .discription .modification .select_product label:hover input:not(:checked) ~ .item p {
  color: #fff;
}
.product .discription .modification .select_characteristics {
  padding: 0 12px 12px;
  background-color: #fff;
  display: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.product .discription .modification .select_characteristics p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 12px;
}
.product .discription .modification .select_characteristics .options {
  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;
  margin-bottom: 12px;
}
.product .discription .modification .select_characteristics .options .item {
  position: relative;
}
.product .discription .modification .select_characteristics .options .item button {
  padding: 4px 12px;
  color: #bd2020;
  background-color: #d6dce4;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  position: relative;
}
.product .discription .modification .select_characteristics .options .item button:hover {
  background-color: #fff;
  color: #526677;
}
.product .discription .modification .select_characteristics .options .item button.on {
  background-color: #002443;
  color: #fafa00;
}
.product .discription .modification .select_characteristics .options .item span {
  display: none;
  position: absolute;
  left: 0;
  bottom: 90%;
  width: 100%;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  color: #526677;
}
.product .discription .modification .select_characteristics .options .item span.on {
  display: block;
}
.product .discription .modification .select_characteristics .options .item .cloud {
  display: none;
  position: absolute;
  top: calc(100% + 24px);
  background-color: #fff;
  z-index: 2;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
}
.product .discription .modification .select_characteristics .options .item .cloud .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product .discription .modification .select_characteristics .options .item .cloud .top h6 {
  padding: 8px 12px;
  background-color: #002443;
  color: #fff;
  width: calc(100% - 72px);
}
.product .discription .modification .select_characteristics .options .item .cloud .top h6:first-child {
  width: 72px;
  text-align: center;
}
.product .discription .modification .select_characteristics .options .item .cloud label input {
  display: none;
}
.product .discription .modification .select_characteristics .options .item .cloud label input ~ .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #d6dce4;
  background-color: #fff;
  cursor: pointer;
}
.product .discription .modification .select_characteristics .options .item .cloud label input ~ .text:hover {
  background-color: #ebeef2;
}
.product .discription .modification .select_characteristics .options .item .cloud label input ~ .text h6 {
  white-space: nowrap;
  padding: 8px 0;
  text-align: center;
  width: 72px;
  color: #002443;
  border-right: 1px solid #d6dce4;
}
.product .discription .modification .select_characteristics .options .item .cloud label input ~ .text p {
  margin: 0;
  padding: 8px 12px;
  font-size: 18px;
  line-height: 24px;
  color: #000;
}
.product .discription .modification .select_characteristics .options .item .cloud label input:checked ~ .text {
  background-color: #002443;
  border-top: 1px solid #fafa00;
}
.product .discription .modification .select_characteristics .options .item .cloud label input:checked ~ .text h6 {
  color: #fafa00;
  border-right: 1px solid #fafa00;
}
.product .discription .modification .select_characteristics .options .item .cloud label input:checked ~ .text p {
  color: #fff;
}
.product .discription .modification .select_characteristics .options .item.on button {
  background-color: #002443;
  color: #002443;
}
.product .discription .modification .select_characteristics .options .item.on button::after {
  content: "";
  position: absolute;
  top: 100%;
  left: calc(50% - 12px);
  z-index: 1;
  width: 24px;
  height: 24px;
  background: url("/img/arrow_red22x16.svg") no-repeat 50%;
}
.product .discription .modification .select_characteristics .options .item.on .cloud {
  display: block;
}
.product .discription .modification .select_characteristics .options .reset {
  font-size: 12px;
  line-height: 16px;
  padding: 8px;
}
.product .discription .modification .select_characteristics .options .reset:hover {
  background-color: #002443;
  color: #fff;
}
.product .discription .modification .select_characteristics .counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.product .discription .modification .select_characteristics .counter button {
  width: 48px;
  height: 48px;
  position: relative;
}
.product .discription .modification .select_characteristics .counter button::before {
  content: "";
  width: 20px;
  height: 4px;
  border-radius: 1px;
  background-color: #002443;
  position: absolute;
  top: calc(50% - 2px);
  left: calc(50% - 10px);
}
.product .discription .modification .select_characteristics .counter button.plus::after {
  content: "";
  width: 20px;
  height: 4px;
  border-radius: 1px;
  background-color: #002443;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  top: calc(50% - 2px);
  left: calc(50% - 10px);
}
.product .discription .modification .select_characteristics .counter button:hover {
  background-color: #002443;
}
.product .discription .modification .select_characteristics .counter button:hover::before {
  background-color: #fafa00;
}
.product .discription .modification .select_characteristics .counter button:hover.plus::after {
  background-color: #fafa00;
}
.product .discription .modification .select_characteristics .counter input {
  font-size: 20px;
  line-height: 48px;
  width: 72px;
  background-color: #ebeef2;
  text-align: center;
}
.product .discription .question {
  background-color: #fff;
  padding: 12px;
}
.product .discription .question .status-product {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  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;
  padding: 12px;
}
.product .discription .question .status-product a:hover {
  text-decoration: underline;
}
.product .discription .info {
  padding: 12px;
  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;
}
.product .discription .info .title {
  color: #002443;
}
.product .discription .info 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: 4px;
}
.product .discription .table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 24px;
  background-color: #fff;
  padding: 12px;
}
.product .discription .table .item {
  width: calc((100% - 48px) / 3);
}
.product .discription .table .item h6 {
  color: #bd2020;
}
.product .discription .table .item ul li {
  font-size: 14px;
}
.product .discription .seller {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 12px;
}
.product .discription .seller h6 {
  color: #002443;
}
.product .buy {
  width: 200px;
  background-color: #fff;
  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;
}
.product .buy p {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
.product .buy p.announcement {
  font-size: 12px;
  line-height: 16px;
  color: #000;
}
.product .buy h4 {
  color: #002443;
  text-align: center;
}
.product .buy .to_cart {
  width: 100%;
  padding: 12px;
  background-color: #d6dce4;
  color: #526677;
}
.product .buy .to_cart.on {
  background-color: #002443;
  color: #fff;
}
.product .buy .to_cart:hover {
  background-color: #fafa00;
  color: #002443;
}
.product .buy div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
}
.product .buy div button {
  width: 48px;
  height: 48px;
}
.product .buy div button.favor {
  background: url("../img/category/favor1.svg") no-repeat 50%;
}
.product .buy div button.favor:hover {
  background: url("../img/category/favor2.svg") no-repeat 50%;
}
.product .buy div button.favor.on {
  background: url("../img/category/favor3.svg") no-repeat 50% #fafa00;
}
.product .buy div button.compar {
  background: url("../img/category/compar1.svg") no-repeat 50%;
}
.product .buy div button.compar:hover {
  background: url("../img/category/compar2.svg") no-repeat 50%;
}
.product .buy div button.compar.on {
  background: url("../img/category/compar3.svg") no-repeat 50% #fafa00;
}

@media (max-width: 1024px) {
  .product .discription .table .item {
    width: calc((100% - 24px) / 2);
  }
}
@media (max-width: 768px) {
  .product .picture {
    width: 100%;
  }
  .product .discription {
    width: 100%;
  }
  .product .discription .table .item {
    width: calc((100% - 48px) / 3);
  }
  .product .buy {
    width: 100%;
  }
}
@media (max-width: 550px) {
  .product .discription .table .item {
    width: calc((100% - 24px) / 2);
  }
  .product .discription .seller img {
    width: 130px;
  }
}
/********* product_characteristics *********/
.product_characteristics {
  background-color: #fff;
  padding: 48px 12px;
  overflow: hidden;
  margin-bottom: 12px;
}
.product_characteristics .block {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.product_characteristics .radiobuttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
  padding: 12px;
  margin: 12px 0;
}
.product_characteristics .radiobuttons label:last-child {
  margin-left: auto;
}
.product_characteristics .imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}
.product_characteristics .imgs .item {
  width: 100%;
  border-right: 2px solid #d6dce4;
}
.product_characteristics .imgs .item:last-child {
  border-right: 0;
}
.product_characteristics .imgs .item .pict {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 8px;
  background-color: #d6dce4;
  border: 1px solid transparent;
}
.product_characteristics .imgs .item .pict .img {
  width: 60px;
  height: 50px;
  background-color: #fff;
}
.product_characteristics .imgs .item .pict .img img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
}
.product_characteristics .imgs .item .pict p {
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  margin-top: 4px;
}
.product_characteristics .list {
  display: none;
  margin-top: 12px;
}
.product_characteristics .list.on {
  display: block;
}
.product_characteristics .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: 8px;
  margin-bottom: 24px;
}
.product_characteristics .unit:last-child {
  margin-bottom: 0;
}
.product_characteristics .unit h5 {
  padding: 12px;
  background-color: #d6dce4;
  color: #002443;
}
.product_characteristics .unit .line {
  border-bottom: 1px solid #d6dce4;
}
.product_characteristics .unit .line p {
  padding: 8px 12px;
  margin-bottom: 12px;
  text-align: center;
}
.product_characteristics .unit .line .disc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product_characteristics .unit .line .disc p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  padding: 0 12px;
  border-right: 2px solid #d6dce4;
}
.product_characteristics .unit .line .disc p:last-child {
  border-right: 0;
}
.product_characteristics .unit .line .disc .pdf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  padding-right: 12px;
  margin-bottom: 12px;
}
.product_characteristics .unit .line .disc .pdf a {
  padding: 4px 12px;
  background-color: #002443;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}
.product_characteristics .unit .line .disc .pdf a:hover {
  background-color: #fff;
  color: #002443;
}
.product_characteristics .unit .line .disc .pdf span {
  font-size: 14px;
  line-height: 20px;
  color: #000;
}
.product_characteristics .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: 12px;
}
.product_characteristics .info h4 {
  color: #002443;
}
.product_characteristics .info img {
  max-width: 100%;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
  margin: 0 auto;
}
.product_characteristics .info p {
  color: #000;
}
.product_characteristics .info p a {
  color: #526677;
}
.product_characteristics .info p a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .product_characteristics .radiobuttons {
    padding: 12px 0;
  }
  .product_characteristics .radiobuttons label:last-child {
    margin-left: 0;
  }
}
/********* order *********/
.order {
  margin-bottom: 100px;
}
.order .order_head {
  padding: 24px;
}
.order .order_head .logo {
  display: block;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
  margin: 0 auto 24px;
}
.order .order_head .tels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px 24px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.order .order_head .tels div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.order .order_head .tels div a {
  color: #526677;
  font-size: 12px;
  line-height: 16px;
}
.order .order_head .tels div a:hover {
  color: #000;
}
.order .order_head .tels div:first-child img {
  width: 4.5px;
}
.order form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}
.order form .cont {
  width: calc(100% - 412px);
  background-color: #fff;
  padding: 48px 12px;
}
.order form .cont .block {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.order form .cont .block h4 {
  color: #002443;
  margin-bottom: 24px;
}
.order form .cont .block h5 {
  color: #002443;
  margin-bottom: 12px;
  padding: 12px;
  background-color: #d6dce4;
}
.order form .cont .block .purchase {
  margin-bottom: 12px;
}
.order form .cont .block .purchase h6 {
  margin: 0;
}
.order form .cont .block .seller {
  padding: 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;
  margin: 24px 0;
  color: #002443;
}
.order form .cont .block .seller h6 {
  margin: 0;
}
.order form .cont .block .client {
  width: 100%;
  margin-bottom: 24px;
}
.order form .cont .block .client .tabs {
  margin: 0 0 12px 0;
}
.order form .cont .block .client .fields_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}
.order form .cont .block .client .field {
  width: calc(50% - 6px);
}
.order form .cont .block .client .submit {
  width: 100%;
  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: 16px;
}
.order form .cont .block .client .submit label {
  margin: 0;
}
.order form .cont .block .client .submit .forgot {
  font-size: 12px;
  line-height: 16px;
  padding: 5px;
  color: #526677;
  margin-left: auto;
}
.order form .cont .block .client .submit .forgot:hover {
  background-color: #002443;
  color: #fafa00;
}
.order form .cont .block .delivery .drop {
  display: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.order form .cont .block .delivery .drop .box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}
.order form .cont .block .delivery .drop .box .field {
  width: 100%;
}
.order form .cont .block h6 {
  margin-bottom: 12px;
  color: #002443;
}
.order form .cont .block label {
  margin-bottom: 12px;
}
.order form .cont .block label:last-child {
  margin-bottom: 0;
}
.order form .confirm {
  width: 400px;
  background-color: #fff;
}
.order form .confirm .sticky {
  position: sticky;
  top: 0;
  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 form .confirm .sticky h5 {
  color: #002443;
}
.order form .confirm .sticky .stroke {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 12px;
}
.order form .confirm .sticky .stroke.total {
  padding-top: 24px;
  border-top: 1px solid #fafa00;
}
.order form .confirm .sticky .stroke p:last-child {
  color: #002443;
  text-align: right;
}
.order form .confirm .sticky .stroke h6 {
  color: #002443;
}
.order form .confirm .sticky input[type="submit"] {
  width: 100%;
}

.modal_confirm {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 36, 67, 0.85);
  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: 12px;
  z-index: -1;
  opacity: 0;
}
.modal_confirm.on {
  z-index: 1010;
  opacity: 1;
}
.modal_confirm .window {
  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: #fff;
  max-width: 600px;
  width: 100%;
  padding: 48px;
}
.modal_confirm .window h5 {
  color: #002443;
  text-align: center;
}
.modal_confirm .window p {
  color: #000;
  text-align: center;
}
.modal_confirm .window p a {
  color: #526677;
}
.modal_confirm .window p a:hover {
  color: #002443;
  text-decoration: underline;
}

@media (max-width: 950px) {
  .order form .cont {
    width: 100%;
    padding: 24px 12px;
  }
  .order form .confirm {
    width: 100%;
  }
}
@media (max-width: 450px) {
  .order form .cont {
    padding: 24px 0;
  }
  .order form .cont .block h4 {
    padding: 0 12px;
  }
  .order form .cont .block .seller img {
    width: 130px;
  }
  .order form .cont .block .client .tabs {
    margin: 0 0 12px 12px;
  }
  .order form .cont .block .client .field {
    width: 100%;
    margin: 0 12px;
  }
  .order form .cont .block .client input[type="submit"] {
    margin-left: 12px;
  }
  .order form .cont .block .client .submit .forgot {
    margin: 0 12px 0 auto;
  }
  .order form .cont .block .delivery .drop .box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .order form .cont .block .delivery .drop .box .field {
    width: 100%;
    margin: 0 12px;
  }
  .order form .cont .block label {
    padding: 8px 12px;
  }
  .order form .cont .block h6 {
    margin: 0 0 6px 12px;
  }
}
/********* profile *********/
.profile {
  background-color: #fff;
  margin: 4px 0 12px;
  padding: 48px 12px;
  overflow: hidden;
}
.profile .block {
  max-width: 800px;
  width: 100%;
  margin: 24px auto 0;
}
.profile .unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin-bottom: 24px;
}
.profile .unit h5 {
  width: 100%;
  padding: 12px;
  color: #002443;
  background-color: #d6dce4;
}
.profile .unit .field {
  width: calc(50% - 6px);
}
.profile .unit input[type="submit"] {
  width: 100%;
}
.profile .logout {
  padding: 4px;
  font-size: 12px;
  line-height: 16px;
  color: #526677;
  display: block;
  margin: 0 auto;
}
.profile .logout:hover {
  color: #fff;
  background-color: #002443;
}
.profile .good {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
  color: #526677;
}
.profile .good .img {
  width: 60px;
  height: 50px;
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.profile .good .img img {
  max-width: 100%;
  max-height: 100%;
}
.profile .good .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4px;
}
.profile .good .number .name {
  width: 100%;
  font-size: 14px;
  line-height: 20px;
}
.profile .good .number h6 {
  color: #002443;
}
.profile .good .price {
  white-space: nowrap;
  color: #002443;
}
.profile .to_cart {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: url("/img/cart_yellow24x24.svg") no-repeat 50%;
}
.profile .to_cart:hover {
  background: url("/img/cart_blue24x24.svg") no-repeat 50%;
}
.profile .delete {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background: url("../img/delete14x18_grey.svg") no-repeat 50%;
}
.profile .delete:hover {
  background: url("../img/delete14x18_red.svg") no-repeat 50%;
}
.profile .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: 24px;
}
.profile .total div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.profile .total div h6 {
  color: #002443;
}
.profile .compare_list {
  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 .compare_list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-bottom: 1px solid #d6dce4;
  color: #526677;
}
.profile .compare_list a:hover {
  background-color: #d6dce4;
}
.profile .compare_list a img {
  width: 24px;
  height: 24px;
}
.profile .compare_list a h6 {
  color: #002443;
}
.profile .compare_list a .qty {
  margin-left: auto;
}
.profile .compare_block {
  padding: 24px 12px 0;
  max-width: 1532px;
  width: 100%;
  margin: 0 auto;
  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;
}
.profile .compare_block .radiobuttons {
  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 4px;
}
.profile .compare_block .radiobuttons button {
  padding: 4px 8px;
  font-size: 12px;
  line-height: 16px;
  color: #526677;
  margin-left: auto;
}
.profile .compare_block .radiobuttons button:hover {
  color: #fff;
  background-color: #002443;
}
.profile .compare_block .goods_box {
  padding: 24px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  background-color: #fff;
}
.profile .compare_block .goods_box .item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  min-width: 180px;
  word-break: break-all;
}
.profile .compare_block .goods_box .item .img {
  width: 60px;
  height: 50px;
  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;
}
.profile .compare_block .goods_box .item .img img {
  max-width: 100%;
  max-height: 100%;
}
.profile .compare_block .goods_box .item button {
  display: block;
  margin: 2px auto 0;
}
.profile .compare_block .goods_box .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;
}
.profile .compare_block .goods_box .item .text a {
  font-size: 14px;
  line-height: 20px;
  color: #526677;
}
.profile .compare_block .goods_box .item .text a:nth-child(2) {
  color: #002443;
  font-size: 20px;
  line-height: 24px;
}
.profile .compare_block .goods_box .item .text a:hover {
  color: #000;
}
.profile .compare_block .goods_box .item .text h6,
.profile .compare_block .goods_box .item .text .price {
  color: #002443;
}
.profile .compare_block .feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.profile .compare_block .feature h5 {
  padding: 12px;
  color: #002443;
  background-color: #d6dce4;
}
.profile .compare_block .feature .line {
  border-bottom: 1px solid #d6dce4;
}
.profile .compare_block .feature .line:hover {
  background-color: #ebeef2;
}
.profile .compare_block .feature .line p {
  padding: 12px;
}
.profile .compare_block .feature .line .disc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.profile .compare_block .feature .line .disc p {
  min-width: 180px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 12px 12px;
  font-size: 14px;
  line-height: 20px;
  color: #000;
}
.profile .orders {
  padding: 24px 12px 0;
  max-width: 1532px;
  width: 100%;
  margin: 0 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;
}
.profile .orders .item {
  border: 1px solid #d6dce4;
  cursor: pointer;
}
.profile .orders .item:hover {
  background-color: #ebeef2;
}
.profile .orders .item.on {
  background-color: #d6dce4;
}
.profile .orders .item.on .head::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.profile .orders .item .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 12px 60px 12px 12px;
  position: relative;
}
.profile .orders .item .head::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../img/arrow_grey.svg") no-repeat 50%;
  position: absolute;
  top: 12px;
  right: 12px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.profile .orders .item .head p {
  font-size: 14px;
  line-height: 20px;
  color: #000;
  padding: 2px 4px;
}
.profile .orders .item .head p.red {
  background-color: #f29898;
}
.profile .orders .item .head p.yellow {
  background-color: #fafa00;
}
.profile .orders .item .head p.green {
  background-color: #98f29c;
}
.profile .orders .item .head p.blue {
  background-color: #98c7f2;
}
.profile .orders .item .drop {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  display: none;
}
.profile .orders .item .drop .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;
  padding: 0 12px 12px;
}
.profile .orders .item .drop .cont p {
  font-size: 12px;
  line-height: 16px;
}
.profile .orders .item .drop .cont .seller {
  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 .orders .item .drop .cont .seller .top {
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  background-color: #fff;
}
.profile .orders .item .drop .cont .seller .good_unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  padding: 12px;
  background-color: #fff;
}
.profile .orders .item .drop .cont .seller .good_unit .img {
  width: 60px;
  height: 50px;
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.profile .orders .item .drop .cont .seller .good_unit .img img {
  max-width: 100%;
  max-height: 100%;
}
.profile .orders .item .drop .cont .seller .good_unit .name {
  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;
  margin-right: auto;
}
.profile .orders .item .drop .cont .seller .good_unit .name p span {
  color: #000;
  margin-right: 4px;
}
.profile .orders .item .drop .cont .seller .good_unit .price {
  width: 80px;
}
.profile .orders .item .drop .cont .seller .good_unit .price p:last-child {
  margin-top: 4px;
  color: #000;
}
.profile .orders .item .drop .cont .seller .bottom {
  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: 12px;
  padding: 4px 12px;
  background-color: #fff;
}
.profile .orders .item .drop .cont .seller .bottom p {
  width: 80px;
  color: #000;
}
.profile .orders .item .drop .cont .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: 8px;
  padding: 12px;
  background-color: #fff;
}
.profile .orders .item .drop .cont .info .line {
  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;
}
.profile .orders .item .drop .cont .info .line p {
  color: #000;
}
.profile .orders .item .drop .cont .info .line p:first-child {
  color: #526677;
}
.profile .orders .item .drop .cont button {
  padding: 4px 12px;
  font-size: 12px;
  line-height: 16px;
}

@media (max-width: 768px) {
  .profile {
    padding: 24px 12px;
  }
}
@media (max-width: 710px) {
  .profile .orders {
    padding: 24px 0 0;
  }
  .profile .orders .item .head {
    gap: 12px;
  }
  .profile .orders .item .drop .cont .seller .top {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .profile .orders .item .drop .cont .seller .good_unit {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
  .profile .orders .item .drop .cont .seller .good_unit .name {
    width: calc(100% - 72px);
  }
  .profile .orders .item .drop .cont .seller .good_unit .price:nth-child(3) {
    margin-left: auto;
  }
}
@media (max-width: 670px) {
  .profile .good {
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px;
    padding: 12px;
  }
  .profile .good .img {
    position: absolute;
    top: 12px;
    left: 12px;
  }
  .profile .good .number {
    width: 100%;
  }
  .profile .good .number .name {
    margin: 0 0 32px 72px;
  }
  .profile .good .price {
    font-weight: 600;
  }
  .profile .good .delete {
    margin-left: auto;
  }
  .profile .total {
    padding: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 500px) {
  .profile {
    padding: 24px 12px;
  }
  .profile .unit .field {
    width: 100%;
  }
  .profile .compare_block .radiobuttons button {
    margin: 0;
  }
}
.about {
  background-color: #fff;
  padding: 48px 12px;
  margin-bottom: 12px;
}
.about .block {
  max-width: 800px;
  width: 100%;
  margin: 24px auto 0;
  color: #000;
  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 .block 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;
}

@media (max-width: 768px) {
  .about {
    padding: 24px 12px;
  }
}
.contacts {
  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;
  margin-bottom: 12px;
}
.contacts .address {
  background-color: #fff;
  padding: 48px 12px;
}
.contacts .address .block {
  max-width: 800px;
  width: 100%;
  margin: 24px auto 0;
}
.contacts .address .block .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;
  margin-bottom: 24px;
}
.contacts .address .block .text p {
  color: #002443;
}
.contacts .address .block .text p:last-child {
  color: #000;
  padding-left: 28px;
  position: relative;
}
.contacts .address .block .text p:last-child::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../img/clock.svg") 50% no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.contacts .address .block iframe {
  width: 100%;
  height: 400px;
}
.contacts form {
  padding: 48px 12px;
  background-color: #fff;
}
.contacts form .block {
  max-width: 800px;
  width: 100%;
  margin: 0 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;
}
.contacts form .block h5 {
  color: #002443;
}
.contacts .departments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}
.contacts .departments .item {
  width: calc((100% - 24px) / 3);
  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;
}
.contacts .departments .item h5 {
  color: #002443;
}
.contacts .departments .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: 8px;
}
.contacts .departments .item a,
.contacts .departments .item p {
  position: relative;
  padding-left: 28px;
  color: #000;
}
.contacts .departments .item a::before,
.contacts .departments .item p::before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
}
.contacts .departments .item a.phone::before,
.contacts .departments .item p.phone::before {
  background: url("../img/phone.svg") 50% no-repeat;
}
.contacts .departments .item a.kyivstar::before,
.contacts .departments .item p.kyivstar::before {
  background: url("../img/kyivstar.svg") 50% no-repeat;
}
.contacts .departments .item a.vodafon::before,
.contacts .departments .item p.vodafon::before {
  background: url("../img/vodafone.svg") 50% no-repeat;
}
.contacts .departments .item a.mail::before,
.contacts .departments .item p.mail::before {
  background: url("../img/mail.svg") 50% no-repeat;
}
.contacts .departments .item a.skype::before,
.contacts .departments .item p.skype::before {
  background: url("../img/skype.svg") 50% no-repeat;
}
.contacts .departments .item a.nova_posta::before,
.contacts .departments .item p.nova_posta::before {
  background: url("../img/nova_posta.svg") 50% no-repeat;
}
.contacts .departments .item a:hover {
  padding-left: 34px;
}
.contacts .departments .item p {
  padding-left: 32px;
}

@media (max-width: 1024px) {
  .contacts .address,
  .contacts form {
    padding: 24px 12px;
  }
  .contacts .departments .item {
    padding: 24px;
    width: calc((100% - 12px) / 2);
  }
}
@media (max-width: 600px) {
  .contacts .departments .item {
    width: 100%;
  }
}
.dealers {
  padding: 48px 12px;
  background-color: #fff;
  margin-bottom: 12px;
}
.dealers .block {
  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;
  max-width: 800px;
  width: 100%;
  margin: 24px auto 0;
}
.dealers .block .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  border-bottom: 1px solid #d6dce4;
}
.dealers .block .item:last-child {
  border: none;
}
.dealers .block .item .img {
  width: 200px;
  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;
}
.dealers .block .item .text {
  padding: 24px 0;
}
.dealers .block .item .text h6 {
  color: #002443;
  margin-bottom: 4px;
}
.dealers .block .item .text a {
  color: #526677;
}

@media (max-width: 768px) {
  .dealers {
    padding: 24px 12px;
  }
}
@media (max-width: 500px) {
  .dealers .block .item {
    gap: 12px;
  }
  .dealers .block .item .img {
    width: 120px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .dealers .block .item .img img {
    max-width: 100%;
    max-height: 100%;
  }
}
.declarations {
  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;
  margin-bottom: 12px;
}
.declarations .tabs_container {
  background-color: #fff;
  padding: 48px 12px;
}
.declarations .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}
.declarations .block .item {
  width: calc((100% - 36px) / 4);
  background-color: #fff;
  cursor: pointer;
}
.declarations .block .item:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
}
.declarations .block .item img {
  width: 100%;
}
.declarations .block .item h6 {
  padding: 12px;
  color: #002443;
}

@media (max-width: 1200px) {
  .declarations .block .item {
    width: calc((100% - 24px) / 3);
  }
}
@media (max-width: 830px) {
  .declarations .tabs_container {
    padding: 24px 12px;
  }
  .declarations .block .item {
    width: calc((100% - 12px) / 2);
  }
}
@media (max-width: 600px) {
  .declarations .block .item {
    width: 100%;
  }
}
.declarations_modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  width: 100%;
  height: 100%;
  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: 12px;
  background-color: rgba(0, 36, 67, 0.85);
}
.declarations_modal.on {
  z-index: 1001;
  opacity: 1;
}
.declarations_modal .item {
  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;
  background-color: #fff;
  height: 100%;
}
.declarations_modal .item button {
  margin-left: auto;
}
.declarations_modal .item img {
  width: 100%;
}
.declarations_modal .item h6 {
  color: #002443;
}

.news {
  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;
  margin-bottom: 12px;
}
.news .nav {
  padding: 48px 12px 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;
  gap: 24px;
}
.news .nav .categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.news .nav .categories a {
  font-size: 12px;
  line-height: 16px;
  color: #526677;
  padding: 2px 4px;
  background-color: #d6dce4;
  border-radius: 1px;
}
.news .nav .categories a.on,
.news .nav .categories a:hover {
  background-color: #526677;
  color: #fff;
}
.news .nav .filters {
  border: 1px solid transparent;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.news .nav .filters .head {
  padding: 12px;
  cursor: pointer;
}
.news .nav .filters .head p {
  position: relative;
  padding: 0 24px;
  font-size: 10px;
  line-height: 16px;
  color: #526677;
  font-weight: 700;
}
.news .nav .filters .head p::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../img/news/filter.svg") 50% no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.news .nav .filters .head p::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../img/arrow_grey.svg") 50% no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.news .nav .filters:hover {
  border: 1px solid #d6dce4;
}
.news .nav .filters.on {
  border: 1px solid #d6dce4;
}
.news .nav .filters.on .head p::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.news .nav .filters .drop {
  padding: 0 12px 12px;
  display: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.news .nav .filters .drop .selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}
.news .nav .filters .drop .selected button {
  padding: 2px 4px;
  background-color: #526677;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  border-radius: 1px;
}
.news .nav .filters .drop .selected button:hover {
  background-color: #002443;
}
.news .nav .filters .drop .selected button:not(.clear) {
  padding-right: 24px;
  position: relative;
}
.news .nav .filters .drop .selected button:not(.clear)::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../img/close12_white.svg") no-repeat 50%;
  background-size: 8px;
  position: absolute;
  top: 2px;
  right: 4px;
}
.news .nav .filters .drop .tags {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}
.news .nav .filters .drop .tags button {
  padding: 2px 4px;
  background-color: #d6dce4;
  color: #526677;
  font-size: 12px;
  line-height: 16px;
  border-radius: 1px;
}
.news .nav .filters .drop .tags button:hover,
.news .nav .filters .drop .tags button.on {
  background-color: #526677;
  color: #fff;
}
.news .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}
.news.all .cont .news_card {
  width: calc((100% - 24px) / 3);
}

@media (max-width: 1024px) {
  .news .cont .news_card {
    width: calc((100% - 24px) / 3);
  }
  .news.all .cont .news_card {
    width: calc((100% - 12px) / 2);
  }
}
@media (max-width: 796px) {
  .news .nav {
    padding: 24px 12px;
  }
  .news .cont .news_card {
    width: calc((100% - 12px) / 2);
  }
}
@media (max-width: 550px) {
  .news .cont .news_card,
  .news.all .cont .news_card {
    width: 100%;
  }
}
.news_article {
  padding: 48px 12px;
  background-color: #fff;
  margin-bottom: 12px;
}
.news_article .block {
  max-width: 800px;
  width: 100%;
  margin: 0 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;
}
.news_article .block .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.news_article .block .head p {
  font-size: 10px;
  font-weight: 700;
}
.news_article .block h4 {
  color: #002443;
}
.news_article .block .tags {
  padding-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2px;
}
.news_article .block .tags p {
  color: #526677;
  position: relative;
  padding-left: 16px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}
.news_article .block .tags p::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../img/news/tag.svg") 50% no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.news_article .block 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;
}
.news_article .block ul p {
  color: #000;
  margin-bottom: 8px;
}
.news_article .block ul p a {
  color: #526677;
}
.news_article .block ul p a:hover {
  text-decoration: underline;
}
.news_article .block .btn_dark {
  text-align: center;
  padding: 4px 12px;
}
.news_article.v2 .block .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 24px;
}
.news_article.v2 .block .head img {
  max-width: 300px;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.news_article.v2 .block .head .right {
  width: calc(100% - 324px);
  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.v2 .block .head .right .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

@media (max-width: 768px) {
  .news_article {
    padding: 24px 12px;
  }
}
@media (max-width: 750px) {
  .news_article.v2 .block .head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .news_article.v2 .block .head img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    max-width: 100%;
  }
  .news_article.v2 .block .head .right {
    width: 100%;
  }
}
.support {
  margin-bottom: 12px;
}
.support .search {
  padding: 24px 12px;
  background-color: #fff;
}
.support .search label {
  max-width: 800px;
  width: 100%;
  padding: 8px 12px;
  margin: 0 auto;
  display: block;
  background-color: #ebeef2;
  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;
  cursor: pointer;
}
.support .search label input {
  width: calc(100% - 48px);
  font-size: 14px;
  line-height: 20px;
}
.support .search label input:focus ~ img {
  opacity: 1;
}
.support .search label img {
  opacity: 0.5;
}
.support .cont {
  padding: 24px 12px 48px;
  margin-top: 12px;
  background-color: #fff;
}
.support .cont .tabs::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.support .cont .block {
  max-width: 1200px;
  width: 100%;
  margin: 24px auto 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: 24px;
}
.support .cont .block .item {
  position: relative;
}
.support .cont .block .item .ancor {
  position: absolute;
  pointer-events: none;
  top: -80px;
  left: 0;
}
.support .cont .block .item .title {
  padding: 8px 48px 8px 8px;
  background-color: #ebeef2;
  color: #002443;
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.support .cont .block .item .title::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../img/arrow_grey.svg") no-repeat 50%;
  position: absolute;
  top: 8px;
  right: 12px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.support .cont .block .item .title.on::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.support .cont .block .item .title .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;
}
.support .cont .block .item .title .img img {
  max-width: 100%;
  max-height: 100%;
}
.support .cont .block .item .title h6 {
  color: #002443;
  max-width: calc(100% - 72px);
}
.support .cont .block .item .title button {
  width: 24px;
  height: 24px;
  margin-left: auto;
  background: url("../img/link.svg") no-repeat 50%;
}
.support .cont .block .item .title button:hover {
  background: url("../img/link.svg") no-repeat 50% #d6dce4;
}
.support .cont .block .item .drop {
  display: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.support .cont .block .unit {
  margin-top: 8px;
  border-bottom: 1px solid #d6dce4;
}
.support .cont .block .unit p {
  padding: 8px 12px;
}
.support .cont .block .unit .pdfs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.support .cont .block .unit .pdfs a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  padding: 12px;
}
.support .cont .block .unit .pdfs a:hover {
  background-color: #ebeef2;
}
.support .cont .block .unit .pdfs a p {
  font-size: 14px;
  line-height: 20px;
  padding: 0;
  color: #000;
}
.support .cont .block .unit .pdfs a p:first-child {
  padding: 4px 12px;
  background-color: #002443;
  color: #fff;
}
.support .cont .block .unit .previous_versions button {
  width: 100%;
  padding: 8px 12px;
  width: 100%;
}
.support .cont .block .unit .previous_versions button p {
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
  padding: 0 28px 0 0;
  position: relative;
  font-size: 12px;
  line-height: 16px;
}
.support .cont .block .unit .previous_versions button p::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../img/arrow_grey.svg") no-repeat 50%;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  top: -4px;
  right: 0;
  color: #526677;
}
.support .cont .block .unit .previous_versions button.on p::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.support .cont .block .unit .previous_versions .drop .pdfs {
  gap: 4px;
}
.support .cont .block .unit .previous_versions .drop .pdfs a {
  padding: 8px;
  gap: 4px;
}
.support .cont .block .unit .previous_versions .drop .pdfs a p {
  font-size: 12px;
  line-height: 16px;
  color: #000;
}
.support .cont .block .unit .previous_versions .drop .pdfs a p:first-child {
  padding: 4px 8px;
  background-color: #526677;
  color: #fff;
}
.support .cont .block .solution {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}
.support .cont .block .solution a {
  width: calc(50% - 4px);
}
.support .cont .block .solution a:hover .img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.support .cont .block .solution a:hover .text {
  background-color: #ebeef2;
}
.support .cont .block .solution a .img {
  overflow: hidden;
}
.support .cont .block .solution a .img img {
  width: 100%;
}
.support .cont .block .solution a .text {
  padding: 12px;
  background-color: #fff;
}
.support .cont .block .solution a .text span {
  font-size: 10px;
  line-height: 16px;
  font-weight: 700;
  color: #526677;
}
.support .cont .block .solution a .text h6 {
  color: #002443;
  margin: 4px 0;
}
.support .cont .block .solution a .text p {
  font-size: 12px;
  line-height: 16px;
  color: #000;
}
.support .cont .block .disc {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.support .cont .block .disc p {
  color: #000;
}
.support .cont .block .disc 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;
}
.support .cert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
}
.support .cert .item {
  width: calc((100% - 84px) / 8);
  cursor: pointer;
  background-color: #fff;
}
.support .cert .item img {
  width: 100%;
}
.support .cert .item p {
  font-size: 12px;
  line-height: 16px;
  padding: 12px;
  color: #002443;
}
.support .cert .item:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
}
.support .question {
  margin-top: 12px;
  background-color: #fff;
  padding: 48px 12px;
}
.support .question .block {
  max-width: 800px;
  width: 100%;
  margin: 0 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;
}
.support .question .block h5 {
  color: #002443;
}

.cert_modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  width: 100%;
  height: 100%;
  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: 12px;
  background-color: rgba(0, 36, 67, 0.85);
}
.cert_modal.on {
  z-index: 1001;
  opacity: 1;
}
.cert_modal .item {
  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;
  background-color: #fff;
  height: 100%;
}
.cert_modal .item button {
  margin-left: auto;
}
.cert_modal .item img {
  width: 100%;
}
.cert_modal .item p {
  color: #002443;
}

@media (max-width: 1400px) {
  .support .cert .item {
    width: calc((100% - 72px) / 7);
  }
}
@media (max-width: 1200px) {
  .support .cert .item {
    width: calc((100% - 60px) / 6);
  }
}
@media (max-width: 1023px) {
  .support .cont .tabs::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .support .cert .item {
    width: calc((100% - 48px) / 5);
  }
}
@media (max-width: 850px) {
  .support .cert .item {
    width: calc((100% - 36px) / 4);
  }
}
@media (max-width: 650px) {
  .support .cert .item {
    width: calc((100% - 12px) / 2);
  }
}
@media (max-width: 550px) {
  .support .cont .block .solution a {
    width: 100%;
  }
}
@media (max-width: 400px) {
  .support .cert .item {
    width: 100%;
  }
}
/********* footer *********/
footer {
  margin: auto 0 0;
  background-color: #03335c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4px;
}
footer .part {
  width: calc((100% - 8px) / 3);
  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;
}
footer .part .unit {
  background-color: #002443;
  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;
  height: 100%;
}
footer .part .unit h6 {
  color: #fff;
}
footer .part .unit a {
  color: #d6dce4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}
footer .part .unit a:hover {
  color: #fafa00;
}
footer .part .unit a.page {
  margin-left: 12px;
}
footer .part .unit p {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
}
footer .part .unit .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
footer .part .unit .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;
  margin: 12px 0;
}
footer .part .unit iframe {
  width: 100%;
  height: 400px;
}
footer .part .unit .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
footer .part .unit .links .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;
}
footer .part .unit .links .img img {
  max-width: 14px;
  max-height: 14px;
}
footer .part .unit .links div:not(.img) {
  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;
}
footer .part .unit .links div:not(.img) a,
footer .part .unit .links div:not(.img) p {
  font-size: 12px;
  line-height: 16px;
}
footer .part .unit form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
footer .part .unit form input[type="text"] {
  padding: 10px 12px;
  background-color: #03335c;
  color: #002443;
  font-size: 14px;
  line-height: 20px;
  width: calc(100% - 44px);
}
footer .part .unit form input[type="text"]:focus {
  background-color: #fff;
}
footer .part .unit form input[type="submit"] {
  font-size: 0;
  width: 40px;
  height: 40px;
  background: url("../img/arrow_grey.svg") no-repeat 50% #fafa00;
}
footer .part .unit form input[type="submit"]:hover {
  background: url("../img/arrow_grey.svg") no-repeat 50% #fff;
}
footer .bottom {
  width: 100%;
  padding: 24px;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
}
footer .bottom p {
  font-size: 12px;
  line-height: 16px;
  color: #fff;
}
footer .bottom a {
  font-size: 12px;
  line-height: 16px;
  color: #fff;
}
footer .bottom a:hover {
  color: #fafa00;
}

@media (max-width: 1000px) {
  footer .part {
    width: calc(50% - 2px);
  }
  footer .part:nth-child(3) {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: -moz-max-content;
    height: -webkit-max-content;
    height: max-content;
  }
  footer .part:nth-child(3) .unit {
    width: calc(50% - 2px);
    height: auto;
  }
  footer .part:nth-child(3) .unit:nth-child(3) {
    width: 100%;
  }
}
@media (max-width: 700px) {
  footer .part {
    width: 100%;
  }
  footer .part:nth-child(3) .unit {
    width: 100%;
  }
  footer .part .unit {
    width: 100%;
  }
}
