*, html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul, dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, a, big, br, code, dfn, em, samp, small, span, strong, sub, sup, tt, var, legend, fieldset, header, menu {	margin: 0; padding: 0; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

img, fieldset {	border: 0; }

/*.maintopprimary:not(.titlepage) {
  position: sticky; top: 0; z-index: 100;
}
.product.cnf .container {
  overflow: visible; max-height: none;
}
.product.cnf .left {
  position: sticky; top: var(--sticky-top, 0px); height: calc(100vh - var(--sticky-top, 0px)); overflow: hidden;
} */





.main.clanky{max-width:1100px;margin:0 auto;padding:24px 16px;box-sizing:border-box;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:#111} .main.clanky .cols{display:flex;gap:28px;align-items:flex-start} .main.clanky .leftMain,.main.clanky .rightMain{flex:1;min-width:0} .main.clanky .item_kontakt{display:flex;gap:18px;padding:16px 0;border-bottom:1px solid #e9e9e9} .main.clanky .item_kontakt:first-child{padding-top:0} .main.clanky .item_kontakt .left{flex:0 0 220px} .main.clanky .item_kontakt .right{flex:1;min-width:0} .main.clanky p{margin:0;line-height:1.6;font-size:16px} .main.clanky strong{font-weight:700} .main.clanky .mt-50{margin-top:26px} .main.clanky .mt-10{margin-top:10px} .main.clanky .accent{color:#e30613} .main.clanky .map_google{margin-top:26px;border-radius:16px;overflow:hidden;border:1px solid #e9e9e9} .main.clanky .map_google iframe{display:block;width:100%;height:420px;border:0} @media (max-width:900px){ .main.clanky .cols{flex-direction:column;gap:18px} .main.clanky .item_kontakt .left{flex:0 0 auto} .main.clanky .mt-50{margin-top:16px} } @media (max-width:520px){ .main.clanky{padding:18px 12px} .main.clanky .item_kontakt{flex-direction:column;gap:8px} .main.clanky .map_google iframe{height:320px} .main.clanky p{font-size:15px} }









#coderdev {
  position: fixed; z-index: 99; left: 0; bottom: 0; width: 50%; padding: 20px; color: white; background-color: #000000;
  display: flex; gap: 20px;
}

@font-face {
  font-family: "Helvetica Neue LT Pro";
  src: url("/js/font/HelveticaNeueLTPro-Th.woff2") format("woff2"),
       url("/js/font/HelveticaNeueLTPro-Th.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue LT Pro";
  src: url("/js/font/HelveticaNeueLTPro-Lt.woff2") format("woff2"),
       url("/js/font/HelveticaNeueLTPro-Lt.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue LT Pro";
  src: url("/js/font/HelveticaNeueLTPro-Roman.woff2") format("woff2"),
       url("/js/font/HelveticaNeueLTPro-Roman.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue LT Pro";
  src: url("/js/font/HelveticaNeueLTPro-Md.woff2") format("woff2"),
       url("/js/font/HelveticaNeueLTPro-Md.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue LT Pro";
  src: url("/js/font/HelveticaNeueLTPro-Bd.woff2") format("woff2"),
       url("/js/font/HelveticaNeueLTPro-Bd.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.clear { clear: both; }
.clear:before, .clear:after { content: ""; display: table; }
.clear:after { clear: both; }

input[type=submit], input[type=button], input[type=image] { cursor: pointer; border: none; }
input[type=text], textarea, button { font-family: "Poppins", sans-serif; }
button:hover { cursor: pointer; }
input[type=text], input[type=number], input[type=password], input[type=date], textarea { padding: 0 15px; font-size: 16px; }
input[type=text]:focus, textarea:focus { outline: none; }
input[type=date] { color-scheme: dark; }

:root {
  --href_primary: #D9000D;
  --href_primary_hover: #9e000b;
}
a { color: var(--href_primary); text-decoration: none; }
a:hover { color: var(--href_primary_hover); text-decoration: none; }

::placeholder { color: #5c5c5c; opacity: 1; }
:-ms-input-placeholder { color: #5c5c5c; }
::-ms-input-placeholder { color: #5c5c5c; }

.flex-break { flex-basis: 100% !important; height: 0; }

.line { width: 100%; height: 1px; background-color: #d1d1d1;}

.txt-clr-gray { color: #888888; }

[load_items_page] {
  position: relative;
}
[load_items_page] .loader {
  width: 100%; height: 100%; background: rgba(255,255,255, 0.25);
}
[load_items_page] .loaderText {
  width: 100%; padding: 50px 0; text-align: center;
}

body {
  position: relative; margin: 0; padding: 0 0 20px 0; font-size: 16px; color: #000000; background-color: #f6f6f6; font-family: "Helvetica Neue LT Pro", Helvetica, Arial, sans-serif;
}

#global-preloader { 
  position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.8); z-index: 9999; display: flex; justify-content: center; align-items: center; 
}
#global-preloader .loader-content { 
  text-align: center; font-family: sans-serif; 
}
.spinner { 
  width: 50px; height: 50px; border: 5px solid #f3f3f3; border-top: 5px solid #ED1D24; border-radius: 50%; animation: spin 1s linear infinite; margin: 0 auto 10px; 
}
@keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }


.result_content_1 {
  display: block; width: 100%; padding: 30px 30px; border: 2px solid #ffffff; border-radius: 20px;
}
.result_content_1 .hdrr {
  margin-top: 10px; padding: 0; font-size: 24px; font-weight: 600;
}
.result_content_1 span {
  display: block; margin: 10px 0;
}
.result_content_1.success {
  text-align: center;
  background: rgba(34,197,94,0.11); color: #0f5132;
  box-shadow: 0 14px 34px rgba(0,0,0,0.08); border: 1px solid rgba(34,197,94,0.36);
}
.result_content_1.error {
  color: #bf0000; background: rgba(255,255,255, 0.90); border: 2px solid #ffffff;
}
.result_content_1.warning {
  text-align: center; color: #ffffff; background: #f0881a;
}
.result_content_1.success_bw {
  text-align: center; color: #ffffff; background: #040b11; border: 3px solid #ffffff;
}
.result_content_1.error_bw {
  text-align: center; color: #ffffff; background: #040b11; border: 3px solid #ff0000;
}
.result_content_1 small {
  font-size: 16px;
}

.success_form_cntr {
  display: grid; gap: 14px; margin: 26px 0 38px 0; padding: 0;
}
.success_form_cntr > div {
  position: relative; padding: 26px 22px 22px 22px; border-radius: 20px;
  background: rgba(34,197,94,0.11); color: #0f5132;
  font-size: 22px; line-height: 1.55; text-align: center;
  box-shadow: 0 14px 34px rgba(0,0,0,0.08); border: 1px solid rgba(34,197,94,0.36);
}
.success_form_cntr > div:before {
  content: "✓";
  width: 62px; height: 62px; margin: 0 auto 14px auto;
  display: flex; align-items: center; justify-content: center;
  border-radius: 999px; background: #22c55e; color: #ffffff;
  font-weight: 900; font-size: 36px;
  box-shadow: 0 16px 30px rgba(34,197,94,0.34);
}
.success_form_cntr > div:hover {
  border-color: rgba(34,197,94,0.55); box-shadow: 0 18px 44px rgba(0,0,0,0.11);
}
.success_form_cntr .txt {
   margin-top: 20px;
}
.success_form_cntr .txt div {
   margin-top: 10px;
}
.success_form_cntr a {
   font-weight: bold; text-decoration: underline; color: #0f5132;
}


.error_form_cntr { 
  display: grid; gap: 10px; margin: 20px 0 30px 0; padding: 0; 
}
.error_form_cntr > div { 
  position: relative; padding: 15px 20px 15px 42px; border-radius: 12px; background: rgba(220,38,38,0.08); color: #8b0b0b; font-size: 14px; line-height: 1.35; box-shadow: 0 6px 18px rgba(0,0,0,0.06);  border: 1px solid rgba(220, 38, 38, 0.25);
}
.error_form_cntr > div:before { 
  content: "!"; position: absolute; left: 12px; top: 50%; transform: translateY(-50%); width: 22px; height: 22px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; background: #dc2626; color: #ffffff; font-weight: 700; font-size: 15px; 
}


.p404 {
  padding: 80px 0;
}
.p404 h1 {
  font-size: 36px;
}
.p404 p {
  margin: 40px 0; font-size: 18px;
}

.font-bitter {
  font-family: "Bitter", serif;
}

ul { margin: 0; padding: 0 0 0 25px; list-style: square; }
ul li { margin: 0; padding: 0; }

h1 { margin: 0; padding: 0; font-size: 36px; line-height: 120%; }
h2 { margin: 0; padding: 0; font-size: 32px; }
h3 { margin: 0; padding: 0; font-size: 26px; }

.main_top, .main {
  margin: 0 auto;
}

.mt-0 { margin-top: 0 !important; }
.mt-5 { margin-top: 5px !important; }
.mt-10 { margin-top: 10px !important; }
.mt-15 { margin-top: 15px !important; }
.mt-20 { margin-top: 20px !important; }
.mt-25 { margin-top: 25px !important; }
.mt-30 { margin-top: 30px !important; }
.mt-35 { margin-top: 35px !important; }
.mt-40 { margin-top: 40px !important; }
.mt-45 { margin-top: 45px !important; }
.mt-50 { margin-top: 50px !important; }
.mt-70 { margin-top: 70px !important; }
.mt-100 { margin-top: 100px !important; }

.mb-5 { margin-bottom: 5px !important; }
.mb-10 { margin-bottom: 10px !important; }
.mb-15 { margin-bottom: 15px !important; }
.mb-20 { margin-bottom: 20px !important; }
.mb-25 { margin-bottom: 25px !important; }
.mb-30 { margin-bottom: 30px !important; }
.mb-35 { margin-bottom: 35px !important; }
.mb-40 { margin-bottom: 40px !important; }
.mb-45 { margin-bottom: 45px !important; }
.mb-50 { margin-bottom: 50px !important; }
.mb-70 { margin-bottom: 70px !important; }
.mb-100 { margin-bottom: 100px !important; }

.pb-0 { padding-bottom: 0 !important; }
.pt-50 { padding-top: 50px !important; }


.simplebar-content { 
  /* padding-bottom: 10px !important;  */
}
.scrollable.scrollbar_hide .simplebar-track {
  opacity: 0 !important; transition: opacity 0.5s ease-in-out;
}
.scrollable.scrollbar_hide:hover .simplebar-track {
  opacity: 1 !important; transition: opacity 0.5s ease-in-out;
}
.scrollable.scrollbar_hide .simplebar-scrollbar { 
  opacity: 0 !important; transition: opacity 0.5s ease-in-out;
}
.scrollable.scrollbar_hide:hover .simplebar-scrollbar { 
  opacity: 1 !important;
} 
.simplebar-scrollable-x { 
  padding-bottom: 12px !important;
}
.simplebar-scrollable-y { 
  padding-right: 12px !important;
}
.simplebar-scrollbar { 
  background: #c0c0c0 !important; border-radius: 7px;
}
.simplebar-scrollbar.simplebar-visible::before { 
  background: #c0c0c0 !important; border-radius: 0 !important; 
}
.simplebar-track.simplebar-horizontal { 
  height: 7px !important; background: #dfdfdf !important; border-radius: 7px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar::before { 
  height: 7px !important; 
}
.simplebar-track.simplebar-vertical { 
  width: 7px !important; background: #dfdfdf !important; border-radius: 7px;
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar::before { 
  width: 7px !important; 
}


.buttons_cnt {
}
.buttons_cnt.center {
  text-align: center;
}

a.button1 {
  position: relative; display: inline-flex; align-items: center; gap: 15px; height: 56px; line-height: normal; padding: 0 4px 0 20px; font-size: 18px; letter-spacing: 0.5px; color: #ffffff; background: #ED1D24; border-radius: 28px; font-weight: 300;
}
a.button1.whiteblack {
  color: #000000; background: #ffffff;
}
a.button1.whiteblack.border {
  border: 1px solid #000000;
}
a.button1.blackwhite {
  color: #ffffff; background: #222222;
}
a.button1.red {
  color: #ED1D24; background: #ffffff;
}
a.button1::after {
  position: relative; z-index: 1; content: ""; width: 48px; height: 48px; margin-left: auto; background: #fff;
  background-image: url("/img/button_sipka.svg"); background-repeat: no-repeat; background-position: center; background-size: 12px 12px;
  border-radius: 999px; transform: rotate(0deg); transition: transform .45s ease;
}
a.button1.basket::after {
  background-image: url("/img/basket.svg"); background-size: 20px 20px;
}
a.button1.whiteblack::after, a.button1.red::after {
  background-image: none;
}
a.button1.whiteblack::after { background-color: #000; }
a.button1.red::after { background-color: #ED1D24; }
a.button1.whiteblack::before, a.button1.red::before {
  content: ""; position: absolute; z-index: 2; right: 4px; top: 50%;
  width: 48px; height: 48px; transform: translateY(-50%);
  background-color: #fff; -webkit-mask: url("/img/button_sipka.svg") center / 12px 12px no-repeat; mask: url("/img/button_sipka.svg") center / 12px 12px no-repeat; pointer-events: none;
}
a.button1:hover::before { transform: rotate(360deg); }
a.button1.whiteblack::before, 
a.button1.red::before { 
  transform: translateY(-50%) rotate(0deg); transition: transform .45s ease; 
}
a.button1.whiteblack:hover::before, 
a.button1.red:hover::before { 
  transform: translateY(-50%) rotate(360deg); 
}
a.button1:hover::after { transform: rotate(360deg); }

a.button2 {
  display: inline-flex; align-items: center; height: 46px; line-height: auto; padding: 0 15px; font-size: 16px; letter-spacing: 0.5px; color: #ffffff; background: #ED1D24; border-radius: 24px; font-weight: 300;
}
a.button2:hover {
background: #bd060c;
}
a.button3, .button3 {
  display: inline-flex; align-items: center; height: 46px; line-height: auto; padding: 0 15px; font-size: 16px; letter-spacing: 0.5px; color: #000000; border: 1px solid #000000; border-radius: 24px; font-weight: 300;
}
a.button3:hover, span.button3:hover {
  color: #ffffff !important; background: #ED1D24 !important; border: 1px solid #ED1D24 !important;
}

.circle { 
  display: inline-block; width: 4px; aspect-ratio: 1 / 1; border-radius: 50%; background: #818181; 
}

.ffield {
  position: relative;
}
.ffield label {
  position: absolute; left: 14px; top: 50%; transform: translateY(-50%); font-size: 16px; color: #777; pointer-events: none; transition: all .18s ease;
}
.ffield input:focus {
  border-color: #999;
}
.ffield input:focus + label,
.ffield input:not(:placeholder-shown) + label {
  top: 10px; transform: translateY(0); font-size: 12px; color: #444;
}
.ffield textarea:focus + label,
.ffield textarea:not(:placeholder-shown) + label {
  top: 10px; transform: translateY(0); font-size: 12px; color: #444;
}

#overlay_black {
  display: none; position: absolute; z-index: 999; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0, 0.45);
  backdrop-filter: blur(1px);
}

.tags {
  display: flex; align-items: center; gap: 7px;
}
.tags.center {
  justify-content: center;
}
.tags .tag {
  display: flex; align-items: center; height: 38px; line-height: 38px; padding: 0 15px; font-weight: 300; border-radius: 19px;
}
.tags .t1 {
  color: #000000; border: 1px solid #000000;
}
.tags .t1.white {
  color: #ffffff; border: 1px solid #ffffff;
}
.tags .t2 {
  color: #ffffff; background-color: #ED1D24;
}
.tags .t2.white {
  color: #000000; background-color: #ffffff;
}
.tags .t2.black {
  color: #ffffff; background-color: #222222;
}



.hidecontent { 
  display: flex; flex-direction: column; color: #000000;
}
.hidecontent .item { 
  padding: 20px; border-bottom: 1px solid #8e8e8e;
}
.hidecontent .item:last-child { 
  border-bottom: none;
}
.hidecontent .hdr { 
  display: flex; align-items: center; font-size: 16px; font-weight: 400; color: #000000; text-transform: uppercase; cursor: pointer;
}
.hidecontent .item.accordion_off .hdr { 
  cursor: default; font-weight: bold;
}
.hidecontent .hdr:hover { 
  font-weight: 500;
}
.hidecontent .item.accordion_off .hdr:hover { 
   font-weight: bold;
}
.hidecontent .hdr::after {
  content: ''; width: 20px; height: 20px; margin-left: auto; background-image: url(/img/arrow_items_down.svg); background-repeat: no-repeat; background-position: center center;
}
.hidecontent .hdr.active::after {
  transform: rotate(180deg);
}
.hidecontent .data { 
  display: none; margin-top: 15px; font-size: 18px; line-height: 140%; color: #393939; font-weight: 300;
}
.hidecontent .item.accordion_off .data { 
  display: block;
}
.hidecontent .data.active { 
  display: block;
}


.admin_top {
  display: flex; align-items: center; gap: 20px; width: 100%; margin-bottom: 20px; padding: 8px 20px; color: #ffffff; background: #000000;
}
.admin_top div::after {
  content: "|"; display: inline-block; padding: 0 20px;
}
.admin_top a {
  color: #ffffff;
}
.admin_top.red {
  background: #ff0000;
}


.hdr {
}
.hdr.center {
  text-align: center;
}
.hdr.hdr1 {
  font-size: 64px; font-weight: bold;
}
.hdr.hdr2 {
  font-size: 52px; font-weight: 400;
}
.hdr.hdr1.white {
  color: #ffffff;
}

.hdr_icon {
  text-align: center;
}
.hdr_icon.left {
  text-align: left;
}

.standard_text {
  color: #000000; font-size: 20px; font-weight: 300; line-height: 1.3;
}
.standard_text.white {
  color: rgba(255,255,255, 0.8);
}

.primary_text {
}
.primary_text p {
  margin-bottom: 20px; color: #000000; font-size: 18px; font-weight: 300; line-height: 1.3;
}
.primary_text ul {
  margin-bottom: 20px; padding: 0 0 0 25px; list-style: square;
}
.primary_text ol {
  margin-bottom: 20px; padding: 0 0 0 25px;
}

.full_image {
  width: 100%; max-height: 600px; overflow: hidden;
}
.full_image img {
  width: 100%; height: 600px; object-fit: cover; object-position: center center;
}




.pagination {
  display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 80px; 
}
.pagination a {
  display: inline-flex; align-items: center; justify-content: center; width: 20px; height: 70px; font-size: 18px; font-weight: 700; color: #000000; text-decoration: underline;
}
.pagination a:hover { opacity: 0.4; }
.pagination a.active {
  font-weight: 300; text-decoration: none;
}
.pagination a.prev {
  width: 70px; height: 70px; margin-right: 15px; background: url(/img/arrow_black_slider_left.svg) no-repeat center center; border: 1px solid #000000; border-radius: 35px;
}
.pagination a.next {
  width: 70px; height: 70px; margin-left: 15px; background: url(/img/arrow_black_slider_right.svg) no-repeat center center; border: 1px solid #000000; border-radius: 35px;
}
.pagination a.prev:hover,
.pagination a.next:hover { opacity: 0.4; }



/* pages_nums */
.pages_nums {
  display: flex;
}
.pages_nums .n1 { float: left; width: 25%; }
.pages_nums .n2 { width: 50%; text-align: center; }
.pages_nums .showmore {
  display: inline-block; height: 50px; line-height: 50px; padding: 0 35px; font-size: 16px; font-weight: 600;
  height: 70px; font-size: 18px; font-weight: 700; color: #000000;
}
.pages_nums .showmore:hover {
  text-decoration: underline;
}
.pages_nums .n3 {
  display: flex; align-items: center; justify-content: flex-end; gap: 10px; width: 25%;
}
.pages_nums .n3 .input {
}
.pages_nums .n3 .input input[type="text"] {
  width: 60px; height: 50px; color: #000000; text-align: center; background: #ffffff; border: 2px solid #000000; border-radius: 8px;
}
.pages_nums .text {
  height: 40px; line-height: 40px; padding: 0 10px; font-size: 14px; color: #000000; background: #ffffff; border-radius: 8px;
}
.pages_nums .arrows {
}
.pages_nums .arrows a {
  display: inline-flex; justify-content: center; align-items: center; width: 70px; height: 70px; text-align: center; color: #000000; border: 1px solid #000000; border-radius: 100%;
}
.pages_nums .arrows a.deactive {
  opacity: 0.3; cursor: default;
}
.pages_nums .arrows a:hover {
  text-decoration: none !important; background: #000000;
}
.pages_nums .arrows a.deactive:hover {
  background: #8c9093;
}
.pages_nums .arrows a::before {
  font-family: "FontAwesome"; font-weight: bold;
}
.pages_nums .arrows a:hover::before {
  color: #ffffff;
}
.pages_nums .arrows a.prev::before {
  content: '\f053';
}
.pages_nums .arrows a.next::before {
  content: '\f054';
}
/* /pages_nums */