@import 'variables.css';
.header-under {
  padding: 15px 0;
}
.header-under .container {
  display: flex;
  justify-content: space-between;
  align-items: stre;
  flex-wrap: wrap;
  gap: 20px;
}
.header-under .container .tab-container {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  justify-content: space-between;
  font-family: sans-serif;
}
.header-under .container .tab-container .tab-container-inner {
  position: relative;
  background: #f1f5fb;
  border-radius: 999px;
  display: flex;
  gap: 0;
  overflow: hidden;
}
.header-under .container .tab-container .tab-container-inner .tab {
  position: relative;
  z-index: 2;
  padding: 10px 20px;
  border: none;
  background: none;
  cursor: pointer;
  font-size: 14px;
  color: #0a1f44;
  transition: color 0.2s ease;
  font-size: var(--p-18-14);
  flex: 1;
}
.header-under .container .tab-container .tab-container-inner .tab.active {
  color: white;
}
.header-under .container .tab-container .tab-container-inner .slider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  background-color: var(--blue-color);
  border-radius: 999px;
  z-index: 1;
  transition: left 0.3s ease;
}
.header-under .container .tab-container .tab-container-inner button {
  outline: none;
}

iframe {
  width: 100%;
  height: 700px;
}

.search-block {
  width: 100%;
  margin: 40px 0 0 0;
}
.search-block .search-block-inner {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  border-radius: 30px;
  box-shadow: 0px 3px 5px rgba(204, 204, 204, 0.5);
  padding: 20px;
  gap: 20px;
  flex-wrap: wrap;
  background-color: #fff;
}
.search-block .search-block-inner .input-block {
  width: 100%;
  flex: 4;
  display: flex;
  justify-content: space-between;
  background-color: var(--bg-color);
  border-radius: 15px;
}
.dropdown-toggle {
  background-color: var(--bg-color);
  border: none;
  border-radius: 30px;
  padding: 10px 20px;
  gap: 20px;
}
.selected-value {
  font-size: 14px;
}
.dropdown-btn {
  height: 47px;
  width: 100%;
  padding: 10px 22px;
  outline: none;
  background-color: var(--bg-color);
  border: none;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.search-block .search-block-inner .input-block input {
  outline: none;
  border: none;
  flex: 1;
  background: none;
  padding: 16px 0 16px 16px;
}
.search-block .search-block-inner .input-block button {
  background: none;
  border: none;
  padding: 16px 16px 16px 0;
}

.sec-2 {
  display: none;
}
.sec-2 .sec-2-scroll-menu {
  margin: 40px 0 0 0;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.sec-2 .sec-2-scroll-menu > button {
  background: none;
  border: none;
  font-size: 18px;
  color: #DBDBDB;
  font-size: 130%;
  transition: 0.2s;
}
.sec-2 .sec-2-scroll-menu > button:first-child {
  padding: 3px 15px 3px 3px;
}
.sec-2 .sec-2-scroll-menu > button:last-child {
  padding: 3px 3px 3px 15px;
}
.sec-2 .sec-2-scroll-menu ul {
  display: flex;
  overflow-x: auto;
  align-items: center;
  scrollbar-width: none;
  -ms-overflow-style: none;
  flex: 1;
  gap: 12px;
  padding: 10px 0;
}
.sec-2 .sec-2-scroll-menu ul::-webkit-scrollbar {
  display: none;
}
.sec-2 .sec-2-scroll-menu ul li {
  flex: 1;
}
.sec-2 .sec-2-scroll-menu ul li button {
  border: 0;
  white-space: nowrap;
  font-size: var(--p-18-16);
  background: var(--bg-color);
  color: var(--blue-color);
  padding: 16px 60px 16px 16px;
  border-radius: 50px;
  cursor: pointer;
  width: 100%;
  transition: 0.2s;
  border: 1px solid transparent;
}
.sec-2 .sec-2-scroll-menu ul li button:hover {
  border: 1px solid var(--bg-color);
  background: none;
}
.sec-2 .pagination-bar {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 40px 0 0 0;
}
.sec-2 .pagination-bar a {
  text-decoration: none;
  color: #6CA3FF;
  border: 2px solid #6CA3FF;
  align-content: center;
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 40px;
  height: 40px;
  text-align: center;
  transition: 0.2s;
}
.sec-2 .pagination-bar a:not(.active):hover {
  color: var(--blue-color);
  border: 2px solid var(--blue-color);
}
.sec-2 .pagination-bar a.active {
  background-color: var(--blue-color);
  color: #fff;
  border: 2px solid var(--blue-color);
}
.sec-2.active {
  display: block;
}

.kom .container .sec-2-cards {
  margin: 30px 0 0 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 10px;
}
.kom .container .sec-2-cards .item {
  background-color: var(--bg-color);
  border-radius: 25px;
  padding: 8px 10px 18px 10px;
  max-width: 500px;
  transition: 0.3s;
  border: none;
  cursor: pointer;
}
.kom .container .sec-2-cards .item .image-wrapper {
  width: 100%;
  height: 320px;
}
.kom .container .sec-2-cards .item .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.kom .container .sec-2-cards .item .item-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 18px 0 0 0;
  gap: 15px;
}
.kom .container .sec-2-cards .item .item-top h2 {
  font-size: 18px;
  text-transform: uppercase;
  color: var(--blue-color);
}
.kom .container .sec-2-cards .item .item-top span {
  flex: 1;
  white-space: nowrap;
  color: var(--blue-color);
  font-weight: bold;
}
.kom .container .sec-2-cards .item .item-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 15px 0 0 0;
}
.kom .container .sec-2-cards .item .item-bottom span {
  color: #222;
  font-weight: 600;
}
.kom .container .sec-2-cards .item .item-bottom button {
  background: none;
  color: #222;
  border: none;
  transform: 0.2s;
  font-size: var(--p-18-14);
}
.kom .container .sec-2-cards .item:hover {
  background-color: #E3EEFF;
}
.kom .container .sec-2-cards .item:hover button {
  color: var(--blue-color);
}

.an select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  width: auto; /* ширина будет меняться */
  padding: 16px;
  border-radius: 50px;
  border: 1px solid transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 10px 6px;
  display: inline-block;
  font-size: var(--p-18-16);

  background-color: var(--bg-color);
  align-items: center;
  justify-content: space-between;
  color: var(--blue-color);
  outline: none;
  cursor: pointer;
  transition: 0.2s;
  border: 1px solid transparent;
}
.an select:hover {
  border: 1px solid var(--blue-color);
}
.an .sec-2-table {
  margin: 15px 0 0 0;
  border-radius: 16px;
  overflow: hidden;
  outline: 2px solid #E4E4E7;
}
.an .sec-2-table ul {
  list-style-position: inside;
}
.an .sec-2-table ul .title {
  padding: 10px;
}
.an .sec-2-table ul .row {
  outline: 1px solid #E4E4E7;
  display: flex;
  justify-content: space-between;
  align-items: center;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.sec-2-table ul .row.show {
  opacity: 1;
  transform: translateY(0);
}
.an .sec-2-table ul .row .marker {
  text-align: center;
  padding: 10px;
}
.an .sec-2-table .title * {
  color: rgba(0, 0, 0, .4);
}
.sec-2-table ul {
    transition: opacity 0.2s ease;
}
.sec-2-table ul.loading {
    opacity: 0.5;
}
.loading-placeholder {
    padding: 1rem;
    font-style: italic;
    color: #666;
    text-align: center;
}
.add-to-cart-btn {
  margin: 5px;
}
.add-to-cart-btn:hover i {
  color: #00183F;
  transition: .2s;
}
.add-to-cart-btn i {
  color: var(--blue-color);
  scale: 1.7;
}
@media (max-width: 481px) {
  .an .sec-2-table .title {
    display: none !important;
  }
}
.an .sec-2-table ul .row .content {
  flex: 1;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 10px;
}
.an .sec-2-table ul .row .content .col-group {
  display: flex;
  flex: 2;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.an .sec-2-table ul .row .content .col-group .col {
  width: 100%;
  white-space: nowrap;
  text-align: center;
}
.an .sec-2-table ul .row .content .col-group .col:last-child {
  font-size: 130%;
  color: #004BC8;
}
.an .sec-2-table ul .row .content > .col {
  flex: 1;
  min-width: 200px;
}
.modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, .3);
  width: 100%;
  height: 100vh;
  padding: 50px;
}
.modal-content {
  padding: 20px;
  border-radius: 30px;
  display: flex;
  justify-content: space-between;
  width: 75vw;
  background-color: #fff;
  gap: 15px;
  height: 500px;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.modal.active {
  display: block;
}
.modal * {
  font-size: 14px;
}
.modal .modal-left {
  display: flex;
  flex-direction: column;
  gap: 15px;
  flex: 1;
}
.modal .modal-left .labList {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  border: 1px solid rgb(236, 241, 248);
  border-radius: 15px;
  overflow: hidden;
  max-height: 410px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #ccc transparent;
}
.modal .modal-left .labList::-webkit-scrollbar {
  width: 4px; /* тонкий скроллбар */
}
.modal .modal-left .labList::-webkit-scrollbar-track {
  background: transparent; /* фон под скроллом */
}

.modal .modal-left .labList::-webkit-scrollbar-thumb {
  background-color: #ccc;    /* цвет самого скролла */
  border-radius: 10px;       /* скругление */
  border: 1px solid transparent; /* пространство вокруг */
}
.modal .modal-left .labList > div {
  border-bottom: 1px solid rgb(236, 241, 248);
  align-content: center;
  padding: 10px 20px;
  cursor: pointer;
  transition: .2s;
}
.modal .modal-left .labList > div:hover {
  color: #fff;
  background-color: var(--blue-color);
}
.modal .selected {
  background-color: var(--blue-color);
  position: relative;
  padding-left: 40px !important;
  color: #fff;
}
.modal .selected:before {
  content: '\f3c5';
  font-family: "Font Awesome 6 Free";
  color: transparent;
  font-weight: 900;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(0, -62%);
  display: inline-block;
  -webkit-text-stroke: 1px #fff;
}
.modal .modal-left .labList > div:last-child {
  border: none;
}
.modal .modal-left .modal-left-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.modal .modal-left .modal-left-top * {
  font-size: 14px;
}
.modal .modal-left .modal-left-top button {
  background: none;
  border: none;
  outline: none;
  color: var(--blue-color);
}
.modal .modal-right {
  flex: 2.1;
  position: relative;
  display: inline-block;
  height: 100%;
}
.modal .modal-right .modal-img-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 100%;
}
.modal .modal-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.modal .modal-right .labDetail {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
}
.modal .modal-left input {
  color: var(--blue-color);
  outline: none;
}
.modal .modal-content .modal-left input {
  background-color: var(--bg-color);
  border: none;border-radius: 15px;
  padding: 16px 22px;
  color: #00183F;
}
.modal .modal-left input::placeholder {
  font-size: var(--p-18-14);
}
.modal-right iframe {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.sec-2-table .content button {
  background: none;
  border: none;
  transition: .1s;
}
.card-modal {
  background-color: rgba(0, 0, 0, .3);
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  display: none;
  left: 0;
  top: 0;
}
.card-modal.active {
  display: flex;
}
.card-modal-win {
  background-color: #f0f0f0;
  margin: auto;
  padding: 20px;
  border-radius: 30px;
  width: 70%;
}

.card-modal-inner, .card-modal-bottom {
  background-color: #fff;
  border-radius: 30px;
  padding: 30px;
}
.card-modal-bottom {
  margin: 20px 0 0 0;
}

.card-modal-inner .top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.card-modal-inner .top h1 {
  text-transform: uppercase;
  font-size: var(--p-20);
  font-family: 'Helvetica Neue Light';
}
.card-modal-inner .top button {
  background: none;
  border: none;
  font-size: 130%;
}
.card-modal-inner .top button i {
  color: rgba(0, 0, 0, .5);
}
.card-modal-bottom {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}
.card-modal-bottom button {
  background-color: var(--blue-color);
  border: 1px solid transparent;
  color: #fff;
  padding: 10px 29px;
  border-radius: 20px;
  font-size: var(--p-18-16);
  transition: .2s;
}
.card-modal-bottom button:hover {
  background-color: #fff;
  border-color: var(--blue-color);
  color: var(--blue-color);
}
.card-modal ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 10px;
  overflow-y: auto;
  max-height: 320px;
  padding: 0;
  margin: 35px 0 0 0;
}
.card-modal ul li {
  position: relative;
  padding-left: 24px;
  font-size: var(--p-16-14);
  padding-top: 1px;
}
.card-modal ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border: 4px solid #6CA3FF;
  border-radius: 50%;
}
