@charset "UTF-8";
.catalog-big-list .one-item:hover .box-img .img {
  display: block;
}

.custom-table {
  width: 100%;
}
.custom-table thead tr th {
  background: #10269C;
  color: white;
  text-align: left;
  padding: 5px 10px;
}
.custom-table tbody tr {
  border-bottom: 1px solid #EBEBEB;
}
.custom-table tbody tr td {
  font-size: 14px;
}
.custom-table tbody tr td a {
  display: block;
  padding: 5px 10px;
}
.custom-table tbody tr:hover td {
  background: #EBEBEB;
}

.custom-input {
  padding: 10px 20px;
  border: 1px solid #10269C;
  border-radius: 4px;
  width: 100%;
}

.auto-detail {
  display: flex;
  border: 1px solid #10269C;
  border-radius: 5px;
  padding: 20px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.auto-detail > div:nth-child(1) {
  width: 300px;
}
.auto-detail > div:nth-child(2) {
  flex: 1;
}
.auto-detail > div:nth-child(2) table tbody tr td {
  padding: 3px 10px;
}
.auto-detail > div:nth-child(2) table tbody tr td:nth-child(1) {
  font-weight: bold;
}

.modal-search {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
  padding: 50px;
  display: none;
}
.modal-search .search-box-wrapper {
  margin: 0 auto 23px;
  height: 52px;
  max-width: 1228px;
}
.modal-search .search-box-wrapper input {
  border-radius: 8px 0 0 8px;
}
.modal-search .null {
  display: none;
}
.modal-search .list-result {
  background: white;
  height: calc(100vh - 200px);
  border-radius: 10px;
  padding: 16px 20px;
  display: none;
  overflow-y: auto;
  max-width: 1228px;
  margin: 0 auto;
}
.modal-search .list-result.show {
  display: block;
}
.modal-search .list-result .title {
  color: #343434;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
}
.modal-search .list-result .intro {
  color: #343434;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-bottom: 1px solid rgba(52, 52, 52, 0.5);
  padding-bottom: 16px;
  margin-bottom: 20px;
}
.modal-search .list-result .loading {
  display: none;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.modal-search .list-result .list-parts, .modal-search .list-result .our-parts {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.modal-search .list-result .list-parts .one-list-part, .modal-search .list-result .our-parts .one-list-part {
  width: calc(50% - 10px);
  margin-bottom: 20px;
}
.modal-search .list-result .list-parts .one-list-part:nth-child(even), .modal-search .list-result .our-parts .one-list-part:nth-child(even) {
  margin-left: 20px;
}
.modal-search .list-result .list-parts .one-list-part .link, .modal-search .list-result .our-parts .one-list-part .link {
  color: #10269C;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 12px;
  margin-left: 12px;
}
.modal-search .list-result .list-parts .one-list-part .body, .modal-search .list-result .our-parts .one-list-part .body {
  padding: 12px;
  display: flex;
  align-items: center;
}
.modal-search .list-result .list-parts .one-list-part .body img, .modal-search .list-result .our-parts .one-list-part .body img {
  width: 62px;
  height: 62px;
  margin-right: 20px;
  object-fit: cover;
}
.modal-search .list-result .list-parts .one-list-part .body .data, .modal-search .list-result .our-parts .one-list-part .body .data {
  display: flex;
  height: 56px;
  flex-direction: column;
  justify-content: space-between;
  width: 200px;
  flex-shrink: 0;
}
.modal-search .list-result .list-parts .one-list-part .body .data .data-mark, .modal-search .list-result .our-parts .one-list-part .body .data .data-mark {
  color: #343434;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.modal-search .list-result .list-parts .one-list-part .body .data .data-article, .modal-search .list-result .our-parts .one-list-part .body .data .data-article {
  color: var(--main, #10269C);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.modal-search .list-result .list-parts .one-list-part .body .price, .modal-search .list-result .our-parts .one-list-part .body .price {
  color: #10269C;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.modal-search .list-result .list-parts .one-list-part:hover, .modal-search .list-result .our-parts .one-list-part:hover {
  background: rgba(16, 38, 156, 0.1);
}
.custom-placeholder-input .help-block-error {
  color: red;
  font-size: 12px;
  font-weight: 500;
  text-align: right;
}

.dark-button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.one-ch-b input {
  height: 44px;
  border-radius: 10px;
  border: 1px solid rgba(16, 38, 156, 0.5);
  width: 100%;
  padding: 0 15px;
}

/* line 1 */
.car-lamp-container {
  overflow-x: auto;
}

.car-lamp-container img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

/* line 2 */
.car-promo {
  height: 735px;
  width: 1140px;
  position: relative;
  margin: 0 auto;
}

/* line 3 */
.car-promo1 {
  background: url(/img/autolimit_car_front.png) no-repeat;
}

/* line 4 */
.car-promo2 {
  background: url(/img/autolimit_car_BACK.png) no-repeat;
}

/* line 6 */
.cp-list {
  list-style: none;
  vertical-align: top;
}

/* line 7 */
.cp-item {
  white-space: nowrap;
}

/* line 9 */
.car-promo1 .cp-it1 {
  left: 0px;
  top: 28px;
  position: absolute;
}

/* line 10 */
.car-promo1 .cp-it2 {
  left: 634px;
  top: 0px;
  position: absolute;
}

/* line 11 */
.car-promo1 .cp-it3 {
  left: 861px;
  top: 150px;
  position: absolute;
}

/* line 12 */
.car-promo1 .cp-it4 {
  left: 861px;
  top: 301px;
  position: absolute;
}

/* line 13 */
.car-promo1 .cp-it5 {
  left: 861px;
  top: 545px;
  position: absolute;
}

/* line 14 */
.car-promo1 .cp-it6 {
  left: 380px;
  top: 560px;
  position: absolute;
}

/* line 15 */
.car-promo1 .cp-it7 {
  left: 0px;
  top: 560px;
  position: absolute;
}

/* line 16 */
.car-promo1 .cp-it8 {
  left: 0px;
  top: 150px;
  position: absolute;
}

/* line 19 */
.car-promo2 .cp-it1 {
  left: 0px;
  top: 20px;
  position: absolute;
}

/* line 20 */
.car-promo2 .cp-it2 {
  left: 861px;
  top: 20px;
  position: absolute;
}

/* line 21 */
.car-promo2 .cp-it3 {
  left: 732px;
  top: 595px;
  position: absolute;
}

/* line 22 */
.car-promo2 .cp-it4 {
  left: 380px;
  top: 595px;
  position: absolute;
}

/* line 23 */
.car-promo2 .cp-it5 {
  left: 0px;
  top: 595px;
  position: absolute;
}

/* line 24 */
.car-promo2 .cp-it6 {
  left: 0px;
  top: 451px;
  position: absolute;
}

/* line 25 */
.car-promo2 .cp-it7 {
  left: 0px;
  top: 310px;
  position: absolute;
}

/* line 26 */
.car-promo2 .cp-it8 {
  left: 0px;
  top: 165px;
  position: absolute;
}

/* line 28 */
.cp-title {
  padding: 0 0 5px 0;
}

/* line 29 */
.cp-title span {
  display: inline-block;
  vertical-align: top;
  border-radius: 5px;
  background-color: #8d8d8d;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  padding: 3px 12px;
}

/* line 30 */
.cp-pic-group {
  display: inline-block;
  vertical-align: top;
  margin: 0 -3px 0 0;
  padding: 0 5px 0 0;
}

/* line 31 */
.cp-lamps {
  list-style: none;
  vertical-align: top;
  display: inline-block;
}

/* line 32 */
.cp-lamps .cpl-item {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 0 7px;
  margin: 0 -3px 0 0;
  cursor: pointer;
}

/* line 33 */
.cp-lamps .cpl-item a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
}

/* line 34 */
.cp-lamps .cpl-item a span {
  display: block;
  margin: 0 auto;
}

/*.cp-lamps .cpl-item a span img { transition: all .1s; }*/
/* line 36 */
.cp-lamps .cpl-item a .cpl-pic {
  height: 50px;
  overflow: hidden;
  position: relative;
}

/* line 37 */
.cp-lamps .cpl-item a:hover .cpl-pic {
  background-position: 0 bottom !important;
}

/* line 38 */
.cp-lamps .cpl-item a .cpl-title {
  color: #5d4b4b;
  text-decoration: underline;
  padding: 4px 0 0 0;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
}

/* line 39 */
.cp-lamps .cpl-item a:hover .cpl-title {
  text-decoration: none;
}

/* line 41 */
.bs-r2 .cpl-pic {
  background: url(/img/bs-r2-c0b82d19a3a85abfeb9315d998883172.png) no-repeat;
  width: 32px;
}

/* line 42 */
.bs-h4 .cpl-pic {
  background: url(/img/bs-h4-bf6a1df8b4533fe499888f8315e0879f.png) no-repeat;
  width: 30px;
}

/* line 43 */
.bs-h1 .cpl-pic {
  background: url(/img/bs-h1-40fc2ffb0047a78e28ee2683a0f7774c.png) no-repeat;
  width: 23px;
}

/* line 44 */
.bs-h4-2 .cpl-pic {
  background: url(/img/bs-h4-2-23fe35ae83f54a2bf53c7b394d3e6f88.png) no-repeat;
  width: 31px;
}

/* line 45 */
.bs-h7 .cpl-pic {
  background: url(/img/bs-h7-627d3697fdd04a314c627f394240a4d1.png) no-repeat;
  width: 29px;
}

/* line 46 */
.bs-h9 .cpl-pic {
  background: url(/img/bs-h9-e6803cc16b4b554764540e9851dc8359.png) no-repeat;
  width: 31px;
}

/* line 47 */
.bs-hb3 .cpl-pic {
  background: url(/img/bs-hb3-11a5fda2a5a5383aa903e614a0d9511a.png) no-repeat;
  width: 34px;
}

/* line 49 */
.ds-hb4 .cpl-pic {
  background: url(/img/ds-hb4-e8b08b414809c33ffcbd2e810d40bca0.png) no-repeat;
  width: 31px;
}

/* line 50 */
.ds-d1s .cpl-pic {
  background: url(/img/ds-d1s-0be082e1d31c40004c4a3d2ac2ca188f.png) no-repeat;
  width: 30px;
}

/* line 51 */
.ds-d2s .cpl-pic {
  background: url(/img/ds-d2s-92abbe3c78d1df79479aebdca80cc412.png) no-repeat;
  width: 23px;
}

/* line 52 */
.ds-d3s .cpl-pic {
  background: url(/img/ds-d3s-8c6d92d93932842180341ccb264a621b.png) no-repeat;
  width: 33px;
}

/* line 53 */
.ds-d3r .cpl-pic {
  background: url(/img/ds-d3r-8f79ecd43ad11bf24c6c059dd5aefda4.png) no-repeat;
  width: 31px;
}

/* line 54 */
.ds-d4s .cpl-pic {
  background: url(/img/ds-d4s-eb9cfbf8bc6502141826a5e7261471b4.png) no-repeat;
  width: 21px;
}

/* line 55 */
.ds-d4r .cpl-pic {
  background: url(/img/ds-d4r-c320de13f63c9bfef15bff119fdfa0af.png) no-repeat;
  width: 21px;
}

/* line 57 */
.ob-c5w .cpl-pic {
  background: url(/img/ob-c5w-dad01d42d2d15bedd6f82d3676751971.png) no-repeat;
  width: 16px;
}

/* line 58 */
.ob-r5w .cpl-pic {
  background: url(/img/ob-r5w-d57b6cf55441134bb64f1f592e033fcf.png) no-repeat;
  width: 23px;
}

/* line 59 */
.ob-w3w .cpl-pic {
  background: url(/img/ob-w3w-d6044caf9f2c737d6670450df8393a9e.png) no-repeat;
  width: 21px;
}

/* line 60 */
.ob-w5w .cpl-pic {
  background: url(/img/ob-w5w-24d17ff501238c1ec6e151a30e2a7d0c.png) no-repeat;
  width: 25px;
}

/* line 63 */
.lpp-bax .cpl-pic {
  background: url(/img/lpp-bax-a80bec9e6a680bd8b2feb54ed0a91995.png) no-repeat;
  width: 28px;
}

/* line 64 */
.lpp-t5 .cpl-pic {
  background: url(/img/lpp-t5-41612854d1dd42482e67768175382ba4.png) no-repeat;
  width: 15px;
}

/* line 65 */
.lpp-w3w .cpl-pic {
  background: url(/img/lpp-w3w-d6044caf9f2c737d6670450df8393a9e.png) no-repeat;
  width: 21px;
}

/* line 66 */
.lpp-w5w .cpl-pic {
  background: url(/img/lpp-w5w-24d17ff501238c1ec6e151a30e2a7d0c.png) no-repeat;
  width: 25px;
}

/* line 68 */
.bup-h21w .cpl-pic {
  background: url(/img/bup-h21w-4754178a035908bc9c007a4252df2733.png) no-repeat;
  width: 14px;
}

/* line 69 */
.bup-w3w .cpl-pic {
  background: url(/img/bup-w3w-d6044caf9f2c737d6670450df8393a9e.png) no-repeat;
  width: 21px;
}

/* line 70 */
.bup-w5w .cpl-pic {
  background: url(/img/bup-w5w-24d17ff501238c1ec6e151a30e2a7d0c.png) no-repeat;
  width: 25px;
}

/* line 71 */
.bup-wy5w .cpl-pic {
  background: url(/img/bup-wy5w-544bd4c696094be370311014a4fc089b.png) no-repeat;
  width: 21px;
}

/* line 73 */
.ptf-h1 .cpl-pic {
  background: url(/img/ptf-h1-7e6347b782e7594aac6f0e0c5d41251e.png) no-repeat;
  width: 23px;
}

/* line 74 */
.ptf-h2 .cpl-pic {
  background: url(/img/ptf-h2-b74981638efde2b8835074c25e82d5b6.png) no-repeat;
  width: 33px;
}

/* line 75 */
.ptf-h3 .cpl-pic {
  background: url(/img/ptf-h3-0a9b12b55165c87950b59d3aac7a51a3.png) no-repeat;
  width: 36px;
}

/* line 76 */
.ptf-h7 .cpl-pic {
  background: url(/img/ptf-h7-0deac8a991b5c921e32bbd986c34cfea.png) no-repeat;
  width: 29px;
}

/* line 77 */
.ptf-h8 .cpl-pic {
  background: url(/img/ptf-h8-e459267b3c77f7a6dd74c5f2fd377caa.png) no-repeat;
  width: 31px;
}

/* line 78 */
.ptf-h11 .cpl-pic {
  background: url(/img/ptf-h11-6dfc75846eb648cf9073b2fb624d958c.png) no-repeat;
  width: 32px;
}

/* line 79 */
.ptf-hb3 .cpl-pic {
  background: url(/img/ptf-hb3-99a190680a39b0ed37edffa2b145f327.png) no-repeat;
  width: 34px;
}

/* line 80 */
.ptf-hb4 .cpl-pic {
  background: url(/img/ptf-hb4-c414bc93c5fc1a31cd4f172dde4382fe.png) no-repeat;
  width: 31px;
}

/* line 82 */
.upa-h21w .cpl-pic {
  background: url(/img/upa-h21w-244d1dc86d31a5a5fa92627d6873eda5.png) no-repeat;
  width: 14px;
}

/* line 83 */
.upa-p21w .cpl-pic {
  background: url(/img/upa-p21w-a5b9277712ac69fc3f90564b30c4de3f.png) no-repeat;
  width: 27px;
}

/* line 84 */
.upa-py21w .cpl-pic {
  background: url(/img/upa-py21w-239f163e03b5a327e0a5642505f5694e.png) no-repeat;
  width: 26px;
}

/* line 86 */
.pgo-h5w .cpl-pic {
  background: url(/img/pgo-h5w-704cba91c5c4f2b1272e012e71095253.png) no-repeat;
  width: 17px;
}

/* line 87 */
.pgo-h6w .cpl-pic {
  background: url(/img/pgo-h6w-4ab0ff234ce8b111b2b5b68d4b98c33e.png) no-repeat;
  width: 20px;
}

/* line 88 */
.pgo-r5w .cpl-pic {
  background: url(/img/pgo-r5w-6c02a62d8b44aa4ec3d03731ddbc7230.png) no-repeat;
  width: 23px;
}

/* line 89 */
.pgo-t4w .cpl-pic {
  background: url(/img/pgo-t4w-3cc5f52641e82be576ad6e93de2f03b2.png) no-repeat;
  width: 21px;
}

/* line 90 */
.pgo-w5w .cpl-pic {
  background: url(/img/pgo-w5w-24d17ff501238c1ec6e151a30e2a7d0c.png) no-repeat;
  width: 25px;
}

/* line 94 */
.ssc-w3w .cpl-pic {
  background: url(/img/ssc-w3w-d6044caf9f2c737d6670450df8393a9e.png) no-repeat;
  width: 21px;
}

/* line 95 */
.ssc-w5w .cpl-pic {
  background: url(/img/ssc-w5w-24d17ff501238c1ec6e151a30e2a7d0c.png) no-repeat;
  width: 25px;
}

/* line 96 */
.ssc-w16w .cpl-pic {
  background: url(/img/ssc-w16w-49eeb3e6babd7bc65056d06aa85c898c.png) no-repeat;
  width: 22px;
}

/* line 98 */
.vo-c5w .cpl-pic {
  background: url(/img/vo-c5w-67427e284d29a0bcf7196c1b46775830.png) no-repeat;
  width: 16px;
}

/* line 99 */
.vo-fest10w .cpl-pic {
  background: url(/img/vo-fest10w-27754165c08901b3840850bdcdacf409.png) no-repeat;
  width: 14px;
}

/* line 100 */
.vo-h5w .cpl-pic {
  background: url(/img/vo-h5w-a8a3ca7823b3496bf31ce44fe59b7d24.png) no-repeat;
  width: 17px;
}

/* line 101 */
.vo-w5w .cpl-pic {
  background: url(/img/vo-w5w-24d17ff501238c1ec6e151a30e2a7d0c.png) no-repeat;
  width: 25px;
}

/* line 103 */
.zgo-h6w .cpl-pic {
  background: url(/img/zgo-h6w-cafe6005f4b5f5060d20c8a6ebd0fed1.png) no-repeat;
  width: 20px;
}

/* line 104 */
.zgo-r5w .cpl-pic {
  background: url(/img/zgo-r5w-863236c5a613307cb7173f27b40ce877.png) no-repeat;
  width: 23px;
}

/* line 105 */
.zgo-r10w .cpl-pic {
  background: url(/img/zgo-r10w-29ccc0c94ac42bb11136bc46ed19791e.png) no-repeat;
  width: 25px;
}

/* line 106 */
.zgo-t4w .cpl-pic {
  background: url(/img/zgo-t4w-31aed02d383e31c6f453b664853b0b89.png) no-repeat;
  width: 21px;
}

/* line 108 */
.zpo-h21w .cpl-pic {
  background: url(/img/zpo-h21w-5f820ec94d3f8dd520f198f596ebc2f3.png) no-repeat;
  width: 14px;
}

/* line 109 */
.zpo-p21w .cpl-pic {
  background: url(/img/zpo-p21w-62e7f5a03d05610bc5aacc17c9df4fc0.png) no-repeat;
  width: 27px;
}

/* line 111 */
.ss-p21w .cpl-pic {
  background: url(/img/ss-p21w-c5ff044098bf36fc78ee1a2ba82109e8.png) no-repeat;
  width: 27px;
}

/* line 112 */
.ss-p214w .cpl-pic {
  background: url(/img/ss-p214w-caf71efb0e7546368bb91a6670eb62ed.png) no-repeat;
  width: 26px;
}

/* line 113 */
.ss-p215w .cpl-pic {
  background: url(/img/ss-p215w-b8d3b67a6e188fbfd1a3681f4ebb4808.png) no-repeat;
  width: 28px;
}

/* line 114 */
.ss-w21w .cpl-pic {
  background: url(/img/ss-w21w-2e619adc1510e7690233fea3f9dede64.png) no-repeat;
  width: 24px;
}

/* line 115 */
.ss-w215w .cpl-pic {
  background: url(/img/ss-w215w-f86299b9b4a5ae8d16954d1fb9bbaf5d.png) no-repeat;
  width: 26px;
}

/* line 117 */
.pzn-c5w .cpl-pic {
  background: url(/img/pzn-c5w-ea2b476e6d7101e3aebbf072e422add8.png) no-repeat;
  width: 16px;
}

/* line 118 */
.pzn-r5w .cpl-pic {
  background: url(/img/pzn-r5w-59229b8bff4e15a6797d9209254d0275.png) no-repeat;
  width: 23px;
}

/* line 119 */
.pzn-r10w .cpl-pic {
  background: url(/img/pzn-r10w-3c0442349e0aa65a1f70831a77c73064.png) no-repeat;
  width: 25px;
}

/* line 120 */
.pzn-w5w .cpl-pic {
  background: url(/img/pzn-w5w-230fb789ae31268784983c7c5a81ff13.png) no-repeat;
  width: 25px;
}

/* line 122 */
.pb-c5w .cpl-pic {
  background: url(/img/pb-c5w-82f5e8ed9b2d5daba63166fb9fa2eab1.png) no-repeat;
  width: 16px;
}

/* line 123 */
.pb-fest10w .cpl-pic {
  background: url(/img/pb-fest10w-8e84bffaa336cf051fe34797969df72c.png) no-repeat;
  width: 14px;
}

/* line 124 */
.pb-r5w .cpl-pic {
  background: url(/img/pb-r5w-b208ed23b8dd07a5b9cd839b6b51abd6.png) no-repeat;
  width: 23px;
}

/* line 126 */
.fzh-h21w .cpl-pic {
  background: url(/img/fzh-h21w-e11befc766dbd252dbc2b76ee4a41a55.png) no-repeat;
  width: 14px;
}

/* line 127 */
.fzh-p21w .cpl-pic {
  background: url(/img/fzh-p21w-2a8456193eba2d6c1efc66d6053bb0fe.png) no-repeat;
  width: 27px;
}

/* line 128 */
.fzh-w16w .cpl-pic {
  background: url(/img/fzh-w16w-bd3c11e0ac626b4e174947f86da52f4b.png) no-repeat;
  width: 22px;
}

/* line 129 */
.fzh-w21w .cpl-pic {
  background: url(/img/fzh-w21w-9af6bc20d492670b01925fc8d04316f6.png) no-repeat;
  width: 24px;
}

.tr-modal {
  position: fixed;
  z-index: 999;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tr-modal .tr-modal-body {
  background: white;
  border-radius: 10px;
  padding: 30px;
}
.tr-modal .tr-modal-body .title {
  margin-bottom: 20px;
  font-weight: bold;
}
.tr-modal .tr-modal-body .select-box select {
  width: 300px;
}
.tr-modal .footer {
  text-align: center;
  margin-top: 20px;
}

.box-img {
  overflow: hidden;
  padding: 0 !important;
  margin-top: 0 !important;
  position: relative;
}
.box-img img {
  max-height: 100%;
}
.box-img a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  z-index: 10;
}

.collapse-text {
  max-height: 190px;
  overflow: hidden;
}

.more {
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.6404936975) 100%);
  height: 50px;
  margin-top: -25px;
  display: flex;
  width: 100%;
  align-items: flex-end;
  color: #10269C;
  justify-content: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 12px;
}

.pagination li.active a {
  background-color: #10269C;
  border: 1px solid #10269C;
  color: white;
}

.category-top-box .right-image-review {
  height: 446px;
}

.pagination-bottom {
  display: flex;
  width: 100%;
  justify-content: center;
}
.pagination-bottom li a {
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  border-radius: 4px;
  margin: 0 5px;
  color: #10269C;
  border: 1px solid #10269C;
}
.pagination-bottom li span {
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  border-radius: 4px;
  margin: 0 5px;
  color: #E5E5E5;
  border: 1px solid #E5E5E5;
}
.pagination-bottom li.active a {
  background: #10269C;
  color: white;
}

.sticky {
  position: fixed;
  top: 20px;
}

.right-sticky.sticky-pos {
  margin-left: 305px;
}

.item-hide {
  display: none;
}

.ui-datepicker-today a {
  background: #10269C !important;
  color: white !important;
  border: 1px solid #10269C !important;
}

.filter-compare {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 30px;
}
.filter-compare .block-st-2 {
  width: 285px;
  margin-right: 20px;
}
.filter-compare button {
  border-radius: 10px;
  background: #E9EAF6;
  color: #10269C;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: 0;
  height: 44px;
  padding: 0 20px;
}

.compare-table .title {
  background: #E9EAF6;
  padding: 10px;
  color: #343434;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 144.444% */
}
.compare-table .title.with-border-radius {
  border-radius: 10px 10px 0px 0px;
}
.compare-table .group-name {
  background: #F5F5F5;
  padding: 4px 24px;
  color: #343434;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 185.714% */
  text-align: center;
}
.compare-table .props {
  display: flex;
}
.compare-table .props div {
  border-right: 1px solid rgba(52, 52, 52, 0.3);
  flex: 1;
  text-align: center;
  color: #343434;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 185.714% */
  padding: 4px;
}
.compare-table .props div:last-child {
  border-right: 0;
}

.compare {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}
.compare .item {
  width: 285px;
  padding: 24px;
  border-radius: 10px;
  background: #F5F5F5;
}
.compare .item .image {
  height: 225px;
  border-radius: 5px;
  background: #FFF;
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}
.compare .item .image span {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.compare .item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.compare .item .name {
  color: #343434;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 25px;
}
.compare .item .article {
  color: #10269C;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 25px;
}
.compare .item .footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.compare .item .footer .price {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.compare .item.empty {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 430px;
}
.compare .item.empty .link-add {
  display: block;
}
.compare .item.empty .link-add span {
  font-size: 40px;
  border: 1px solid rgba(16, 38, 156, 0.5);
  width: 54px;
  height: 54px;
  border-radius: 50%;
  color: #10269C;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 25px;
}
.compare .item.empty .link-add div {
  color: #10269C;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.text-static {
  color: #343434;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.16px;
  margin-bottom: 24px;
}

.info-note {
  border-radius: 10px;
  background: #F5F5F5;
  box-shadow: 0px 0px 10px 0px rgba(16, 38, 156, 0.2);
  width: 488px;
  padding: 24px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 24px;
}

.styled-form-row {
  margin-bottom: 24px;
}
.styled-form-row input {
  border-radius: 10px;
  border: 1px solid rgba(52, 52, 52, 0.5);
  padding: 12px;
  color: #343434;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 488px;
}
.styled-form-row .help-block {
  display: none;
}
.styled-form-row .has-error input {
  border: 1px solid rgba(149, 1, 1, 0.5);
}

.quick-news-list {
  border-top: 1px solid rgba(16, 38, 156, 0.1);
  margin-top: 45px;
  padding-top: 45px;
}
.quick-news-list .other-news-title {
  color: #343434;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 28px;
}
.quick-news-list .list {
  display: flex;
  margin: 0 -10px;
}
.quick-news-list .list .news-item {
  flex: 1;
  height: 240px;
  padding: 16px;
  margin: 0 10px;
  position: relative;
  overflow: hidden;
}
.quick-news-list .list .news-item .img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.quick-news-list .list .news-item .news-detail {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: flex;
  align-items: flex-end;
  padding: 16px;
  z-index: 2;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
.quick-news-list .list .news-item .news-detail .title {
  overflow: hidden;
  height: 47px;
}
.quick-news-list .list .news-item .news-detail .title a {
  color: #FFF;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.index-slider .owl-nav {
  position: absolute;
  z-index: 10;
  top: 170px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.index-slider .owl-nav button {
  width: 24px;
  height: 24px;
  background: rgba(255, 255, 255, 0.15) !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  border-radius: 50%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 28px;
}
.index-slider .owl-nav button span {
  color: white;
  font-size: 26px;
}
.index-slider .owl-dots {
  position: absolute;
  display: flex;
  justify-content: center;
  bottom: 20px;
  left: 0;
  right: 0;
  z-index: 10;
}
.index-slider .owl-dots button {
  margin: 0 3px;
  width: 8px;
  height: 8px;
  background: #D9D9D9;
  border-radius: 4px;
}
.index-slider .owl-dots button.active {
  width: 16px;
  background: #10269C;
  border-radius: 21px;
}

.category-top-box .right-image-review .description {
  padding-bottom: 55px;
}

.news-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
.news-list .news-item {
  border: 1px solid #EBEBEB;
}
.news-list .news-item .img {
  width: 100%;
  height: 242px;
  background: #D9D9D9;
  display: block;
}
.news-list .news-item .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.news-list .news-item .news-detail {
  padding: 20px;
}
.news-list .news-item .news-detail .title {
  color: #343434;
  text-overflow: ellipsis;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 16px;
}
.news-list .news-item .news-detail .text {
  color: rgba(0, 0, 0, 0.7);
  text-overflow: ellipsis;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 16px;
}
.news-list .news-item .news-detail .news-date {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: right;
}
.news-list .news-item:first-child {
  grid-column: 1/-1;
  display: flex;
}
.news-list .news-item:first-child .img {
  flex: 1;
  height: 322px;
}
.news-list .news-item:first-child .news-detail {
  flex: 1;
  padding: 40px;
  align-self: center;
}

.paging {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 68px;
}
.paging li a {
  display: flex;
  width: 32px;
  height: 32px;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #F5F5F5;
  background: #FFF;
  color: #343434;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0 3px;
}
.paging li.active a {
  background: #10269C;
  color: white;
}

.drop-category {
  background: rgba(10, 25, 49, 0.5);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  opacity: 0; /* Початкова прозорість: блок прихований */
  transition: opacity 0.5s ease; /* Анімація затухання триває 0.5 секунди */
  display: none; /* Початково блок прихований */
}
.drop-category.show {
  opacity: 1; /* При показі блоку змінюємо прозорість на 1, щоб він став видимим */
  display: block; /* При показі блоку встановлюємо display на block */
}
.drop-category .body {
  max-width: 1200px;
  background: white;
  margin: 30px auto;
  display: flex;
}
.drop-category .body a {
  display: flex;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
  align-items: center;
  transition: 0.3s;
  height: 54px;
}
.drop-category .body a img {
  margin-right: 8px;
}
.drop-category .body a i {
  margin-left: auto;
}
.drop-category .body a:hover {
  background: rgb(16, 38, 156);
  color: white;
}
.drop-category .body a.active {
  background: rgb(16, 38, 156);
  color: white;
}
.drop-category .body .left-black {
  flex-shrink: 0;
  background: rgb(52, 52, 52);
  width: 41%;
  height: calc(100vh - 60px);
  overflow: auto;
}
.drop-category .body .left-black a {
  color: white;
}
.drop-category .body .center {
  background: rgb(245, 245, 245);
  width: 25%;
  flex-shrink: 0;
  height: calc(100vh - 60px);
  overflow: auto;
}
.drop-category .body .center a:hover {
  background: rgba(16, 38, 156, 0.7);
  color: white;
}
.drop-category .body .center a.active {
  background: rgba(16, 38, 156, 0.7);
  color: white;
}
.drop-category .body .last {
  width: 34%;
  height: calc(100vh - 60px);
  overflow: auto;
}
.drop-category .body .last a {
  transition: 0.1s;
}
.drop-category .body .last a:hover {
  background: transparent;
  color: rgb(16, 38, 156);
}
.drop-category .body .last a.active {
  background: transparent;
  color: rgb(16, 38, 156);
}

.info-catalog {
  display: flex;
}
.info-catalog .day-dev {
  border-right: 1px solid rgba(16, 38, 156, 0.1);
  text-align: center;
  padding: 0 10px 0 0;
  font-size: 14px;
  flex: 1;
}
.info-catalog .day-dev i {
  display: block;
  font-size: 30px;
  margin: 0;
}
.info-catalog .amount-item {
  flex: 1;
  text-align: center;
  font-size: 12px;
}

.one-search-product .box-buy {
  padding: 16px;
}

.card-catalog {
  display: flex;
  flex-wrap: wrap;
}
.card-catalog .item-product {
  width: calc(33.3333333333% - 20px);
  flex-shrink: 0;
  margin: 0 10px 20px !important;
}
.card-catalog .item-product .buy-box {
  align-items: center;
}
.card-catalog .item-product .buy-box .price {
  font-size: 16px !important;
}
.card-catalog .item-product .wrap-image {
  height: 250px;
}
.card-catalog .item-product .wrap-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.wrap-image {
  height: 250px;
  overflow: hidden;
  position: relative;
}
.wrap-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.wrap-image a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  z-index: 10;
}

.list-brand {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.search-marks {
  height: 40px;
  border: 1px solid #10269C;
  border-radius: 5px;
  padding: 0 20px;
  width: 100%;
  display: block;
  margin-bottom: 20px;
}

.logo-mini {
  display: none;
}

.bottom-bar {
  display: none;
}

.list-search-category ul {
  display: block;
}
.list-search-category ul li {
  margin: 5px 0;
}
.list-search-category ul li a {
  display: flex;
  align-items: center;
}
.list-search-category ul li span {
  display: inline-flex;
  border: 2px solid #10269C;
  color: #10269C;
  width: 14px;
  height: 14px;
  border-radius: 4px;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  font-size: 14px;
  margin-top: -2px;
}
.list-search-category ul li span.empty {
  display: none;
}
.list-search-category ul li ul {
  display: none;
}

.section-custom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 8px;
}
.section-custom .one-item ul {
  display: block;
}
.section-custom .one-item ul li {
  margin: 5px 0;
}
.section-custom .one-item ul li a {
  display: flex;
  align-items: center;
}
.section-custom .one-item ul li span {
  display: inline-flex;
  border: 2px solid #10269C;
  color: #10269C;
  width: 14px;
  height: 14px;
  border-radius: 4px;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  font-size: 14px;
  margin-top: -2px;
}
.section-custom .one-item ul li span.empty {
  display: none;
}
.section-custom .one-item ul li ul {
  display: none;
}

.filter-buttons {
  text-align: center;
}

.wrapper-range .line-price-filter > span {
  margin: 0 10px;
}

.top-auto-select {
  background: #F5F5F5;
  padding-bottom: 32px;
  padding-top: 32px;
}
.top-auto-select .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.top-auto-select .wrap-select {
  display: flex;
  border: 1px solid #EBEBEB;
  border-bottom: 1px solid #10269C;
  background: white;
}
.top-auto-select .wrap-select .one-select-auto {
  display: flex;
  border-right: 1px solid #999;
  width: 100%;
  padding: 16px;
  justify-content: center;
  cursor: pointer;
}
.top-auto-select .wrap-select .one-select-auto:last-child {
  border-right: none;
}
.top-auto-select .wrap-select .one-select-auto span {
  color: rgba(52, 52, 52, 0.5019607843);
  padding-right: 26px;
  background: url("/img/arrow-down.svg") no-repeat 100% 7px/16px;
}
.top-auto-select .wrap-select .one-select-auto.success span {
  color: rgb(16, 38, 156);
  background: url("/img/success.svg") no-repeat 100% 2px/16px;
}
.top-auto-select .wrap-select .one-select-auto.active {
  background: rgb(16, 38, 156);
}
.top-auto-select .wrap-select .one-select-auto.active span {
  color: white;
  background: url("/img/arrow-down-white.svg") no-repeat 100% 7px/16px;
}
.top-auto-select .drop {
  box-shadow: 2px 2px 4px 0px rgba(16, 38, 156, 0.2);
  border-radius: 0 0 10px 10px;
  background: white;
  width: 100%;
  flex-wrap: wrap;
  height: 260px;
  overflow: auto;
  display: none;
  align-content: baseline;
}
.top-auto-select .drop.show {
  display: flex;
}
.top-auto-select .drop li {
  border: 1px solid #EBEBEB;
  color: rgb(0, 0, 0);
  font-size: 14px;
  padding: 18px 10px;
  width: 25%;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-height: 52px;
}
.top-auto-select .drop li img {
  width: 40px;
}
.top-auto-select .drop li:hover {
  background: #F5F5F5;
}
.top-auto-select .drop.drop-year li {
  width: 100%;
  border: none;
  padding: 0;
  flex-shrink: 0;
}
.top-auto-select .drop.drop-year li:hover {
  background: #fff;
}
.top-auto-select .drop.drop-year li span {
  border: 1px solid #EBEBEB;
  color: rgb(0, 0, 0);
  font-size: 14px;
  padding: 18px 10px;
  width: 9.0909090909%;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-height: 52px;
}
.top-auto-select .drop.drop-year li span:hover {
  background: #F5F5F5;
}
.top-auto-select .drop.drop-year li span:first-child {
  color: rgba(52, 52, 52, 0.5);
}
.top-auto-select .drop.drop-year li span:first-child:hover {
  background: #fff;
}

.collapse-table table tbody tr {
  display: none;
}
.collapse-table table tbody tr:nth-child(1), .collapse-table table tbody tr:nth-child(2), .collapse-table table tbody tr:nth-child(3), .collapse-table table tbody tr:nth-child(4) {
  display: table-row;
}
.collapse-table.open table tbody tr {
  display: table-row;
}

.table-open {
  color: #10269C;
  font-weight: 600;
  margin-top: 20px;
}

.cart-backdoor {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9999;
  display: none;
}

.change-cart-count {
  position: absolute;
  top: 0px;
  right: 100%;
  z-index: 10000;
  display: none;
  width: 140px;
}

.change-cart-count > * {
  float: left;
}

.change-cart-count a {
  background-color: #10269C;
  border: 2px solid #10269C;
  height: 43px;
  width: 40px;
  color: white;
  font-size: 20px;
  line-height: 34px;
  border-radius: 10px 0 0 10px;
  display: block;
  use-select: none;
  text-align: center;
}

.change-cart-count a:nth-child(3) {
  border-radius: 0 10px 10px 0;
}

.change-cart-count input {
  height: 43px;
  width: 50px;
  border-radius: 0;
  border: 2px solid #10269C;
  color: #10269C;
  text-align: center;
  font-size: 16px;
}

.title-page {
  padding: 20px 0;
  font-size: 24px;
  font-weight: 700;
}
.title-page span {
  color: rgb(16, 38, 156);
}

.new-income-wrapper a {
  text-align: center;
}

.with-color {
  color: rgb(16, 38, 156);
}

.list-partner {
  display: flex;
  margin-bottom: 50px;
}
.list-partner .one-partner {
  background: rgb(233, 234, 246);
  border-radius: 10px;
  padding: 24px 100px 24px 32px;
  margin-right: 20px;
  position: relative;
}
.list-partner .one-partner:last-child {
  margin-right: 0;
}
.list-partner .one-partner .name-partner {
  color: rgb(16, 38, 156);
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 20px;
}
.list-partner .one-partner img {
  position: absolute;
  bottom: 0;
  right: 0;
}
.list-partner .one-partner a {
  border: 1px solid rgb(16, 38, 156);
  border-radius: 10px;
  font-size: 14px;
  color: rgb(16, 38, 156);
  font-weight: 500;
  padding: 10px 30px;
}

.best-items {
  margin-bottom: 46px;
}
.best-items .title {
  font-size: 28px;
  color: rgb(52, 52, 52);
  font-weight: 500;
  margin-bottom: 20px;
}
.best-items .title.mb60 {
  margin-bottom: 60px;
}
.best-items p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 74px;
}
.best-items ul {
  display: flex;
}
.best-items ul li {
  border: 1px solid rgba(52, 52, 52, 0.18);
  border-radius: 10px;
  box-shadow: 0px 14px 30px 0px rgba(0, 0, 0, 0.03);
  margin-right: 20px;
  padding: 60px 24px 24px 24px;
  position: relative;
  flex: 1;
}
.best-items ul li .tag {
  border: 1px solid rgba(52, 52, 52, 0.18);
  width: 84px;
  height: 84px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 24px;
  top: -42px;
  position: absolute;
  background: rgb(245, 245, 245);
}
.best-items ul li:last-child {
  margin-right: 0;
}
.best-items ul li .name {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
}
.best-items ul li .text {
  font-size: 14px;
  line-height: 20px;
}

.partner-logo {
  padding: 48px 0;
  text-align: center;
}
.partner-logo img {
  margin: 0 43px;
}

.header {
  height: 340px;
  display: flex;
  padding: 20px 34px;
  align-items: flex-end;
  border-radius: 10px;
  margin-bottom: 32px;
  position: relative;
}
.header .gradient {
  background: linear-gradient(0deg, rgba(15, 15, 15, 0.6) 21.97%, rgba(0, 0, 0, 0) 51.62%);
  z-index: 1;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
}
.header .big {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 12px;
  color: white;
  position: relative;
  z-index: 2;
}
.header .small {
  font-size: 12px;
  color: white;
  position: relative;
  z-index: 2;
}

.partner-page p, .partner-page .when-p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
}
.partner-page .paragraph p, .partner-page .paragraph .when-p {
  margin-bottom: 30px;
}
.partner-page .paragraph p strong, .partner-page .paragraph .when-p strong {
  display: block;
  font-weight: 500;
  margin-bottom: 10px;
}
.partner-page .paragraph ul {
  list-style: inside;
  margin: 0 0 20px;
}
.partner-page .paragraph ul li {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 5px;
}
.partner-page .paragraph ul li strong {
  font-weight: 500;
}

.text-with-image {
  display: flex;
  margin-top: 30px;
}
.text-with-image .left-image {
  width: 40%;
  flex-shrink: 0;
}
.text-with-image .left-image.left-image-50 {
  width: 50%;
}
.text-with-image .left-image.left-image-flex {
  display: flex;
  align-items: center;
}
.text-with-image .left-image.right-image {
  width: 50%;
}
.text-with-image .left-image.right-image .rect-image {
  aspect-ratio: 1.4/1;
}

.right-text {
  padding: 40px 60px;
}
.right-text .right-name {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 20px;
}
.right-text ul {
  list-style: inside;
  margin-left: 0;
}
.right-text ul li {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 5px;
}
.right-text ul li strong {
  font-weight: 500;
}

.rect-image {
  aspect-ratio: 1/1; /* Робить квадрат */
}
.rect-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.one-index-category {
  align-items: flex-start;
}
.one-index-category img {
  width: 100px;
  height: auto;
  margin-right: 32px;
}

.section-3fr {
  grid-template-columns: 1fr 1fr 1fr;
}

.thanks {
  padding: 36px;
  text-align: center;
}
.thanks img {
  margin: 0 auto;
}
.thanks .title {
  color: rgb(52, 52, 52);
  font-size: 32px;
  font-weight: 600;
  margin: 24px 0;
}
.thanks .desc {
  color: rgb(16, 38, 156);
  font-size: 24px;
  font-weight: 600;
}
.thanks .action {
  padding: 20px;
}
.thanks .action a {
  display: inline-block;
  margin: 0 10px 10px;
}
.thanks p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
}

.custom-placeholder-textarea {
  height: 100px;
}
.custom-placeholder-textarea textarea {
  height: 100px;
  line-height: 20px;
}

.full-category-list .column {
  width: 25%;
  padding-right: 20px;
}
.full-category-list a {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 8px;
}
.full-category-list a.parent {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  margin-top: 32px;
}
.full-category-list a:first-child {
  margin-top: 0;
}

.selected-car {
  box-shadow: 0px 0px 4px 0px rgba(10, 25, 49, 0.1);
  display: flex;
  border-radius: 10px;
  overflow: hidden;
}
.selected-car .label-box {
  background: rgb(235, 235, 235);
  width: 222px;
  padding: 24px;
  display: flex;
  align-items: center;
}
.selected-car .label-box img {
  margin-right: 20px;
}
.selected-car .right-car {
  margin-left: auto;
  display: flex;
  align-items: center;
  padding: 24px;
}
.selected-car .body-car {
  padding: 24px;
}
.selected-car .body-car .name {
  color: rgb(52, 52, 52);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
}
.selected-car .body-car .props {
  font-size: 14px;
  color: rgba(52, 52, 52, 0.7);
}

.swiper-button-next, .swiper-button-prev {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.15);
}
.swiper-button-next::after, .swiper-button-prev::after {
  color: white;
  font-size: 12px;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgb(217, 217, 217);
  margin: 0 3px;
  opacity: 1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgb(16, 38, 156);
  width: 16px;
  border-radius: 4px;
}

.fromSwiperSlider {
  height: 446px;
  width: calc(100% - 305px);
}

.approach-part {
  border: 1px solid rgb(235, 235, 235);
  padding: 24px 32px;
  border-radius: 10px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  color: rgb(52, 52, 52);
  font-size: 14px;
}
.approach-part img {
  margin-right: 24px;
}

.tab-component-style .tab-box.active {
  overflow: auto;
}

.one-box img {
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
}

.radio-list-btn li label span {
  display: block;
}
.radio-list-btn li label span div {
  font-size: 14px;
  font-weight: normal;
  margin-top: 10px;
  display: none;
}

.radio-list-btn li label input:checked + span div {
  display: block;
}

.radio-list-btn li label input:checked + span:after {
  top: 35px;
}

.radio-list-btn li label span:before {
  top: 35px;
}

.page-description p {
  margin-bottom: 20px;
}
.page-description table {
  border: 1px solid rgba(16, 38, 156, 0.1);
  margin: 20px 0;
}
.page-description table td, .page-description table th {
  border: 1px solid rgba(16, 38, 156, 0.1);
  padding: 5px 10px;
}

@media (max-width: 1200px) {
  .card-catalog .item-product {
    width: calc(50% - 20px);
  }
}
@media (max-width: 992px) {
  .bottom-bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: white;
    display: flex;
    z-index: 1000;
    border-top: 1px solid rgba(16, 38, 156, 0.5);
  }
  .bottom-bar a {
    flex: 1;
    display: flex;
    padding: 12px;
    justify-content: center;
  }
  .bottom-bar a div {
    width: 30px;
    height: 30px;
    position: relative;
  }
  .bottom-bar a span {
    width: 20px;
    height: 20px;
    background: rgb(20, 45, 187);
    border-radius: 50px;
    border: 2px solid white;
    color: white;
    text-align: center;
    font-size: 12px;
    top: -5px;
    right: -5px;
    position: absolute;
  }
  .list-partner .one-partner .name-partner {
    font-size: 18px;
    line-height: 24px;
  }
  .list-partner .one-partner img {
    width: 50%;
  }
  .best-items ul {
    flex-wrap: wrap;
  }
  .cabinet .left-part .one-block li a span {
    display: none;
  }
  .cabinet .left-part .one-block li a span.box-ico {
    display: block;
  }
  .cabinet .left-part {
    width: 80px;
  }
  .cabinet .right-part {
    width: calc(100% - 100px);
  }
  .fromSwiperSlider {
    width: 100%;
  }
}
@media (max-width: 960px) {
  .news-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
  .search-page-adaptive {
    display: block;
  }
  .search-page-adaptive .left-part {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .search-page-adaptive .left-part .article-style-2 {
    display: block;
    width: 100%;
    flex-shrink: 0;
  }
  .filter-buttons {
    width: 100%;
    flex-shrink: 0;
    text-align: left;
  }
}
@media screen and (min-width: 100px) and (max-width: 480px) {
  /****************** lamp ***************/
  .car-lamp-container {
    overflow-x: hidden !important;
  }
  .car-lamp-container .car-promo {
    width: unset;
    height: unset;
  }
  .car-lamp-container .car-promo1, .car-lamp-container .car-promo2 {
    background: unset;
  }
  .cp-it1, .cp-it2, .cp-it3, .cp-it4, .cp-it5, .cp-it6, .cp-it7, .cp-it8 {
    position: static !important;
  }
  .cp-pic-group {
    display: none !important;
  }
  .car-lamp-container .cp-lamps {
    display: flex;
    flex-wrap: wrap;
  }
  .car-lamp-container .cp-lamps .cpl-item {
    margin-bottom: 12px;
  }
  /****************** lamp ***************/
}
@media (max-width: 600px) {
  .search-page-adaptive {
    display: block;
  }
  .search-page-adaptive .left-part {
    display: block;
  }
  .card-catalog .item-product {
    width: 100%;
    margin: 0 0 20px !important;
  }
  .list-search-category {
    display: block;
  }
  .list-search-category .one-item {
    margin-bottom: 10px;
    padding: 20px;
  }
  .list-search-category .one-item img {
    display: none;
  }
  .list-brand {
    display: block;
  }
  .list-brand a {
    margin-bottom: 10px;
  }
  .why-we, .new-income-wrapper {
    display: block;
  }
  .new-income-wrapper .wrapper-small-income {
    display: block;
  }
  .new-income-wrapper .wrapper-small-income a {
    display: block;
    margin-bottom: 10px;
  }
  .news-main .small-news {
    display: block;
  }
  .why-we .center-img {
    display: none;
  }
  .news-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
  .news-list .news-item:first-child {
    grid-column: 1;
    display: block;
  }
  .news-list .news-item:first-child .img {
    flex: 1;
    height: 242px;
  }
  .news-list .news-item:first-child .news-detail {
    flex: 1;
    padding: 40px;
    align-self: center;
  }
  .category-bottom-box .one-category-block {
    margin-bottom: 24px;
  }
  .news-main .big-news {
    height: 260px;
  }
  .news-main .big-news .wrapper-description {
    display: block !important;
  }
  .news-main .big-news .wrapper-description > span {
    display: block;
  }
  .news-main .big-news .wrapper-description .right-part {
    margin-left: 0;
    margin-top: 20px;
  }
  .news-main .small-news > * {
    width: 100%;
    margin-bottom: 20px !important;
  }
  .top-footer .inside .column {
    margin-top: 10px;
    padding-bottom: 10px;
  }
  .one-search-product {
    display: block;
  }
  .one-search-product .wrap-box-buy {
    width: 100%;
  }
  .one-search-product .box-img {
    margin: 0 auto 12px;
  }
  .logo-mini {
    display: block;
  }
  .logo-original {
    display: none;
  }
  .inside-header-bottom .logo {
    width: 32px;
    margin-right: 15px;
  }
  .header-top .inside-header-top .right-menu li:first-child a {
    display: none;
  }
  .header-top .inside-header-top .right-menu li:first-child a:first-child {
    display: inline-flex;
  }
  .one-product-big-block .box-product .right-pr .left-block {
    flex-wrap: wrap;
  }
  .one-product-big-block .box-product .right-pr .left-block .left-b {
    margin: 0;
    width: 50%;
  }
  .one-product-big-block .box-product .right-pr .left-block .left-b:nth-child(2) {
    border-right: 0;
    padding-right: 0;
  }
  .one-product-big-block .box-product .right-pr .left-block .right-b {
    width: 100%;
    margin: 10px 0;
  }
  .one-product-big-block .box-product .right-pr .left-block .right-b li {
    width: 50%;
  }
  .one-product-big-block .box-product .right-pr .buy-box-product .right-block {
    width: 100%;
    flex-wrap: nowrap;
  }
  .top-auto-select .wrap-select {
    display: block;
  }
  .top-auto-select .wrap-select .one-select-auto {
    display: flex;
    border-bottom: 1px solid #999;
    border-right: 0;
  }
  .top-auto-select .drop li {
    width: 50%;
  }
  .top-auto-select .drop.drop-year {
    margin-top: -167px;
    position: relative;
    z-index: 2;
  }
  .top-auto-select .drop.drop-year li {
    display: flex;
    flex-wrap: wrap;
    max-height: none;
  }
  .top-auto-select .drop.drop-year li span {
    width: 20%;
  }
  .top-auto-select .drop.drop-year li span:first-child {
    display: none;
  }
  .top-auto-select .drop.drop-mark {
    margin-top: -108px;
    position: relative;
    z-index: 2;
  }
  .top-auto-select .drop.drop-model {
    margin-top: -59px;
    position: relative;
    z-index: 2;
  }
  .top-auto-select .drop.drop-model li {
    width: 100%;
  }
  .top-auto-select .drop.drop-modification li {
    width: 100%;
  }
  .top-auto-select .drop.show {
    display: flex;
  }
  .list-partner {
    display: block;
  }
  .list-partner .one-partner {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .list-partner .one-partner img {
    width: 120px;
  }
  .best-items ul {
    display: block;
  }
  .best-items ul li {
    margin-right: 0;
    margin-bottom: 60px;
  }
  .partner-logo img {
    margin-bottom: 20px;
  }
  .text-with-image {
    display: block;
  }
  .text-with-image .left-image {
    width: 100%;
  }
  .rect-image {
    aspect-ratio: 2/1;
  }
  .right-text {
    padding: 0;
  }
  .text-with-image .left-image.right-image {
    width: 100%;
  }
  .text-with-image .left-image.left-image-50 {
    width: 100%;
  }
  .one-product-cabinet {
    display: block;
    padding-bottom: 50px;
  }
  .one-product-cabinet .counter-wrapper, .one-product-cabinet .left-money, .one-product-cabinet .delete-order-item {
    float: left;
  }
  .one-product-cabinet .left-money {
    width: auto;
    padding-left: 20px;
  }
  .one-product-cabinet .name-description {
    margin-bottom: 20px;
  }
  .order-price-wrapper {
    display: block;
  }
  .order-price-wrapper .order-price {
    display: block;
    text-align: center;
  }
  .order-price-wrapper .order-price span {
    display: inline-block;
    margin-bottom: 20px;
  }
  .order-price-wrapper .order-price .dark-button {
    margin-left: 0;
  }
  .full-category-list .column {
    width: 100%;
  }
  .settings-wrapper {
    display: block;
  }
  .settings-wrapper .item {
    margin-bottom: 20px;
  }
  .fromSwiperSlider {
    height: 200px;
  }
  .category-top-box .right-image-review {
    height: 200px;
  }
  .modal-search .list-result .list-parts, .modal-search .list-result .our-parts {
    display: block;
  }
  .modal-search .list-result .list-parts .one-list-part .body, .modal-search .list-result .our-parts .one-list-part .body {
    display: block;
  }
}
@media (max-width: 460px) {
  .one-product-cabinet {
    display: block;
    padding-bottom: 50px;
  }
  .one-product-cabinet .counter-wrapper, .one-product-cabinet .left-money, .one-product-cabinet .delete-order-item {
    float: none;
    margin-bottom: 20px;
  }
  .one-product-cabinet .left-money {
    float: left;
  }
}

/*# sourceMappingURL=app.css.map */
