.tpl-component-netcat-module-auth-user .tpl-module-auth-registration-form { max-width: 800px; }
.tpl-component-netcat-module-auth-user .tpl-field { display: flex; flex-direction: column; margin-bottom: 1em; }
.tpl-component-netcat-module-auth-user .tpl-field-agreed { flex-direction: row; }
.tpl-component-netcat-module-auth-user .tpl-field-agreed input { margin-top: 0.3em; }
.tpl-component-netcat-module-auth-user .tpl-field-agreed label { margin-left: 0.5em; }
.tpl-component-netcat-module-auth-user .tpl-field-button { flex-direction: row; justify-content: center; }
.tpl-component-netcat-module-auth-user .tpl-field-input-password { max-width: 400px; }
.tpl-component-netcat-module-auth-user .tpl-field-input-captcha button { border: 0; margin: 0; width: 30px; height: 30px; padding: 0.2em; position: relative; font-size: 20px; }
.tpl-component-netcat-module-auth-user .tpl-field-input-captcha button svg { width: 1em; height: 1em; }
.tpl-component-netcat-module-auth-user .tpl-field-input-captcha button:focus { outline: none; }
.tpl-component-netcat-module-auth-user .tpl-field .nc_auth_login_check { display: none; }
.tpl-component-netcat-module-auth-user .tpl-field .nc_auth_pass1_check, .tpl-component-netcat-module-auth-user .tpl-field .nc_auth_pass2_check { display: none; }
.tpl-component-netcat-module-auth-user .tpl-field .nc_auth_check_error { color: maroon; }
.tpl-component-netcat-module-auth-user .tpl-field .nc_auth_check_success { color: darkgreen; }
.tpl-component-netcat-module-auth-user .nc_auth_login_check, .tpl-component-netcat-module-auth-user .nc_auth_pass2_check { margin-left: 15px; font-weight: bold; display: none; }
.tpl-component-netcat-module-auth-user .nc_auth_pass1_check { margin-left: 5px; font-weight: bold; display: none; }
.tpl-component-netcat-module-auth-user #nc_auth_pass1_security { margin-left: 15px; display: none; }
.tpl-component-netcat-module-auth-user #nc_auth_login_ok, .tpl-component-netcat-module-auth-user #nc_auth_pass2_ok { color: #088A08; }
.tpl-component-netcat-module-auth-user #nc_auth_login_fail, .tpl-component-netcat-module-auth-user #nc_auth_pass2_fail { color: #FF0000; }
.tpl-component-netcat-module-auth-user #nc_auth_pass1_s1 { color: #FF0000; }
.tpl-component-netcat-module-auth-user #nc_auth_pass1_s2 { color: #ddcc11; }
.tpl-component-netcat-module-auth-user #nc_auth_pass1_s3 { color: #8cd750; }
.tpl-component-netcat-module-auth-user #nc_auth_pass1_s4 { color: #088A08; }
.tpl-component-netcat-module-auth-user #nc_auth_pass1_empty, .tpl-component-netcat-module-auth-user #nc_auth_pass_min { margin-left: 15px; font-weight: bold; display: none; color: #FF0000; }
.tpl-component-netcat-module-auth-user .container-user { width: 100%; margin: 0 auto; border: solid 1px #E2E8F0; border-radius: 16px; overflow: hidden; }
.tpl-component-netcat-module-auth-user .header { color: white; padding: 15px; text-align: center; position: relative; border-bottom: 1px solid #eaeaea; }
.tpl-component-netcat-module-auth-user .header h1 { font-size: 2rem; font-weight: 600; margin-bottom: 10px; }
.tpl-component-netcat-module-auth-user .header p { opacity: 0.9; font-size: 1rem; margin: 0 auto; }
.tpl-component-netcat-module-auth-user .services-list { padding: 0px; width: 100%; margin: 0 auto; max-width: 800px; }
.tpl-component-netcat-module-auth-user .form-container { background-color: white; overflow: hidden; max-width: 800px; margin: 0 auto; }
.tpl-component-netcat-module-auth-user .form-header { background: linear-gradient(to right, #4a00e0, #8e2de2); padding: 20px; color: white; text-align: center; }
.tpl-component-netcat-module-auth-user .form-header h2 { font-size: 1.8rem; font-weight: 600; }
.tpl-component-netcat-module-auth-user .form-body { padding: 30px; }
.tpl-component-netcat-module-auth-user .form-row { display: flex; flex-wrap: wrap; margin: 0 -15px; }
.tpl-component-netcat-module-auth-user .form-group { flex: 1 0 300px; padding: 0 15px; margin-bottom: 20px; }
.tpl-component-netcat-module-auth-user .form-group label { display: block; margin-bottom: 8px; font-weight: 500; color: #333; }
.tpl-component-netcat-module-auth-user .form-control { width: 100%; padding: 12px 15px; border: 1px solid #ddd; border-radius: 8px; font-size: 16px; transition: all 0.3s; }
.tpl-component-netcat-module-auth-user .form-control:focus { border-color: #4a00e0; box-shadow: 0 0 0 3px rgba(74, 0, 224, 0.1); outline: none; }
.tpl-component-netcat-module-auth-user .form-footer { padding: 20px 30px; text-align: center; }
.tpl-component-netcat-module-auth-user .btn { padding: 14px 30px; background: linear-gradient(to right, #4a00e0, #8e2de2); color: white; border: none; border-radius: 8px; font-size: 16px; font-weight: 600; cursor: pointer; transition: all 0.3s; box-shadow: 0 4px 15px rgba(74, 0, 224, 0.2); }
.tpl-component-netcat-module-auth-user .btn:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(74, 0, 224, 0.3); }
.tpl-component-netcat-module-auth-user .btn:active { transform: translateY(0); }
@media (max-width: 768px) {
.tpl-component-netcat-module-auth-user .form-group { flex: 1 0 100%; }
.tpl-component-netcat-module-auth-user .header h1 { font-size: 2rem; }
.tpl-component-netcat-module-auth-user .form-body { padding: 20px; }
}
@media (max-width: 480px) {
.tpl-component-netcat-module-auth-user .header h1 { font-size: 1.8rem; }
.tpl-component-netcat-module-auth-user .form-header h2 { font-size: 1.5rem; }
.tpl-component-netcat-module-auth-user .btn { width: 100%; }
.tpl-component-netcat-module-auth-user body { padding: 10px; align-items: flex-start; }
.tpl-component-netcat-module-auth-user .container-user { margin-top: 20px; }
}
.tpl-component-netcat-navigation-menu.tpl-template-name .nc-infoblock-object .nc-infoblock-insert { display: none; }
.tpl-component-netcat-navigation-menu.tpl-template-name ul { margin: 0; padding: 0; }
.tpl-component-netcat-navigation-menu.tpl-template-name ul > li { list-style: none; }
.tpl-component-netcat-navigation-menu.tpl-template-name a { text-decoration: none; color: var(--tpl-color-foreground-main); display: block; }
.tpl-component-netcat-navigation-menu.tpl-template-name a:hover { color: var(--tpl-color-foreground-accent); }
.tpl-component-netcat-navigation-menu.tpl-template-name .menu-item { break-inside: avoid; }
.tpl-component-netcat-navigation-menu.tpl-template-name .menu-item-link { display: flex; align-items: center; flex-wrap: nowrap; max-width: 100%; }
.tpl-component-netcat-navigation-menu.tpl-template-name .menu-item-active > span, .tpl-component-netcat-navigation-menu.tpl-template-name .menu-item-active > a { color: var(--tpl-color-brand); }
.tpl-component-netcat-navigation-menu.tpl-template-name .menu-item-text { flex: 1; }
.tpl-component-netcat-navigation-menu.tpl-template-name .menu-item-symbol { margin-left: 0.2em; visibility: hidden; height: 1em; width: 1em; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.tpl-component-netcat-navigation-menu.tpl-template-name .menu-item-symbol svg { height: 0.9em; width: 0.9em; }
.tpl-component-netcat-navigation-menu.tpl-template-name .menu-item-symbol svg path { fill: var(--tpl-color-foreground-main); }
.tpl-component-netcat-navigation-menu.tpl-template-name .tpl-dropdown-to-top .menu-item-symbol, .tpl-component-netcat-navigation-menu.tpl-template-name .tpl-dropdown-to-right .menu-item-symbol, .tpl-component-netcat-navigation-menu.tpl-template-name .tpl-dropdown-to-bottom .menu-item-symbol, .tpl-component-netcat-navigation-menu.tpl-template-name .tpl-accordion-trigger .menu-item-symbol { visibility: visible; }
.tpl-component-netcat-navigation-menu.tpl-template-name .tpl-dropdown-to-right > .menu-item-link > .menu-item-symbol-rotate svg { transform: rotate(270deg); }
.tpl-component-netcat-navigation-menu.tpl-template-name .tpl-dropdown-to-top > .menu-item-link > .menu-item-symbol-rotate svg, .tpl-component-netcat-navigation-menu.tpl-template-name .tpl-accordion-trigger-opened > .menu-item-link > .menu-item-symbol-rotate svg { transform: rotate(180deg); }
.tpl-component-netcat-navigation-menu.tpl-template-name .tpl-accordion-trigger .menu-item-symbol-rotate svg { transition: transform 0.3s; }
.tpl-component-netcat-navigation-menu.tpl-template-name .menu-item-symbol-alternate svg:nth-child(2), .tpl-component-netcat-navigation-menu.tpl-template-name .tpl-accordion-trigger-opened > .menu-item-link > .menu-item-symbol-alternate svg:nth-child(1) { display: none; }
.tpl-component-netcat-navigation-menu.tpl-template-name .tpl-accordion-trigger-opened > .menu-item-link > .menu-item-symbol-alternate svg:nth-child(2) { display: inline; }
.tpl-component-252 .blog_post_page2 { display: flex; justify-content: center; padding: 0; }
.tpl-component-252 .blog_post_header { background-image: radial-gradient(ellipse at 50% 150%, rgba(232, 221, 232, 0.4), rgba(225, 225, 243, 0.4) 50%, transparent 70%); border-radius:16px; padding:25px; border:1px solid #E2E8F0; }
.tpl-component-252 .blog_post_container { width: 100%; max-width: 1200px; }
.tpl-component-252 .cards-container { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; padding: 20px; }
@media (min-width: 768px) {
.tpl-component-252 .cards-container { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 1200px) {
.tpl-component-252 .cards-container { grid-template-columns: repeat(3, 1fr); gap: 40px; }
}
.tpl-component-252 .card-item { background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; height: 100%; display: flex; flex-direction: column; }
.tpl-component-252 .card-item:hover { transform: translateY(-5px); box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15); }
.tpl-component-252 .card-link { text-decoration: none; color: inherit; display: flex; flex-direction: column; height: 100%; }
.tpl-component-252 .card-image { position: relative; padding-top: 60%; overflow: hidden; }
.tpl-component-252 .card-image img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.tpl-component-252 .card-item:hover .card-image img { transform: scale(1.05); }
.tpl-component-252 .card-content { padding: 20px; display: flex; flex-direction: column; flex-grow: 1; }
.tpl-component-252 .card-date { display: block; font-size: 14px; color: #666; margin-bottom: 10px; }
.tpl-component-252 .card-title { font-size: 18px; font-weight: 600; line-height: 1.4; margin: 0 0 12px 0; color: #333; flex-grow: 1; }
.tpl-component-252 .card-excerpt { font-size: 15px; line-height: 1.5; color: #555; margin: 0 0 15px 0; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.tpl-component-252 .card-more { display: inline-block; font-size: 15px; font-weight: 500; color: #007bff; text-decoration: none; transition: color 0.3s ease; margin-top: auto; }
.tpl-component-252 .card-item:hover .card-more { color: #0056b3; text-decoration: underline; }
@media (max-width: 767px) {
.tpl-component-252 .cards-container { grid-template-columns: 1fr; gap: 20px; padding: 15px; }
.tpl-component-252 .card-content { padding: 15px; }
.tpl-component-252 .card-title { font-size: 16px; }
.tpl-component-252 .card-excerpt { font-size: 14px; }
}
@media (max-width: 480px) {
.tpl-component-252 .cards-container { padding: 10px; }
.tpl-component-252 .card-image { padding-top: 70%; }
}
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .select select { display: none; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .select-list { overflow: hidden; max-height: 0; width: 100%; position: absolute; -webkit-transition: max-height 0.5s; transition: max-height 0.5s; -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); padding-left: 0; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .select-list.active { max-height: 300px; -webkit-transition: max-height 1s; transition: max-height 1s; -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); padding-left: 0; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .checkbox--primary .checkbox-label { font-size: 14px; line-height: 20px; font-family: var(--tpl-font-family-text); font-style: italic; color: var(--tpl-color-foreground-main); padding-left: 37px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .checkbox-label { display: inline-block; vertical-align: top; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .checkbox { position: relative; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .checkbox-input { position: absolute; left: 0; top: 0; display: inline-block; display: none; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .checkbox-fake { display: inline-block; border: 1px solid var(--tpl-color-foreground-main); width: 16px; height: 16px; position: absolute; left: 0px; top: 0px; z-index: 1; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .checkbox--primary .checkbox-fake { width: 19px; height: 19px; border-color: var(--tpl-color-brand-light); }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .checkbox--primary .checkbox-item { display: block; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .checkbox-input:checked + .checkbox-fake:before { opacity: 1; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .checkbox-input:checked + .checkbox-fake:after { opacity: 1; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .checkbox--primary .checkbox-fake:before { background-color: transparent; border: 0; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .checkbox-fake:before { opacity: 0; content: ''; display: inline-block; border: 1px solid var(--tpl-color-brand-lightest); background-color: var(--tpl-color-brand-lightest); width: 15px; height: 15px; border-radius: 0; z-index: 1; -webkit-box-sizing: border-box; box-sizing: border-box; margin-left: -1px; margin-top: -1px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .checkbox--primary .checkbox-fake:after { width: 10px; height: 5px; top: 4px; left: 2px; border: 1px solid var(--tpl-color-brand-light); border-top: none; border-right: none; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .checkbox-fake:after { content: ''; width: 7px; height: 4px; position: absolute; top: 3px; left: 2px; border: 3px solid var(--tpl-color-foreground-main); border-top: none; border-right: none; opacity: 0; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); z-index: 10; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .radio-item { width: 100%; display: block; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .radio-input { visibility: hidden; height: 1px; width: 1px; opacity: 0; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment input { border-radius: 0; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .flex-container { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .radio-fake { display: inline-block; vertical-align: top; border-radius: 50%; background-color: white; border: 1px solid var(--tpl-color-brand); height: 23px; width: 23px; position: relative; margin-left: -6px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .radio-input:checked + .radio-fake:after { display: block; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .radio-fake:after { display: none; position: absolute; left: 3px; top: 3px; width: 15px; height: 15px; content: ""; border-radius: 50%; background-color: var(--tpl-color-brand); }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .input { font-size: 18px; line-height: 23px; font-family: var(--tpl-font-family-input); font-weight: 400; display: inline-block; vertical-align: top; color: var(--tpl-color-foreground-main); background-color: var(--tpl-color-background-main-light); border: 1px solid var(--tpl-color-background-main-dark); margin: 0; -webkit-box-shadow: 0; box-shadow: 0; -webkit-appearance: none; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .button { background-color: var(--tpl-color-brand); font-family: var(--tpl-font-family-input); text-transform: uppercase; color: var(--tpl-color-background-main-lighter); font-size: 14px; font-weight: 600; display: inline-block; vertical-align: top; letter-spacing: 0.7px; text-align: center; margin: 0; cursor: pointer; -webkit-transition: 0; transition: 0; border: none; outline:none; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .button--arrow { position: relative; padding-right: 66px; padding-left: 44px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .button--arrow:before { position: absolute; right: 30px; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); line-height: 25px; color: var(--tpl-color-background-main-lighter); font-size: 20px; content: '\24'; font-family: 'ElegantIcons'; font-weight: 400; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .input--cart { width: 100%; min-width: 300px; border: 1px solid var(--tpl-color-background-main-dark); background: var(--tpl-color-background-main-light); border-radius: 7px; height: 53px; padding: 10px 20px; font-size: 14px; line-height: 26px; font-family: var(--tpl-font-family-input); color: var(--tpl-color-foreground-main); display: inline-block; vertical-align: top; margin: 0; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .product-quantity-input { height: 40px; border: 1px solid var(--tpl-color-background-accent); width: 40px; background-color: var(--tpl-color-background-accent-light); font-family: var(--tpl-font-family-input); font-size: 15px; text-align: center; border-left: 0; border-right: 0; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .product-quantity-inputs { font-size: 0; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .product-quantity-button { width: 30px; height: 40px; border: 1px solid var(--tpl-color-background-accent); background-color: var(--tpl-color-background-accent-light); position: relative; font-size: 25px; line-height: 25px; color: var(--tpl-color-brand-lighter); font-family: var(--tpl-font-family-input); display: inline-block; vertical-align: top; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .product-quantity-button:before { position: absolute; left: 50%; top: 45%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .product-quantity-button--less:before { content: "–"; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .product-quantity-button--more:before { content: "+"; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page { background-color: var(--tpl-color-background); margin-top: 27px; margin-bottom: 67px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-top { padding: 79px 8% 0px 8.7%; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-table { width: 100%; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-stage { display: none; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-stage.active { display: block; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-stage--ok .cart-next-button:before { right: 65px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-label { font-size: 12px; line-height: 34px; font-weight: 700; font-family: var(--tpl-font-family-navigation-main); text-transform: uppercase; color: var(--tpl-color-foreground); position: relative; padding-right: 62px; margin-right: 10px; cursor: auto; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-label:after { content: '\0035'; font-family: 'ElegantIcons'; font-size: 18px; line-height: 36px; font-weight: 400; color: var(--tpl-color-foreground); position: absolute; right: 10px; top: 45%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-label.active { color: var(--tpl-color-brand-dark); cursor: auto; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-label:hover { cursor: auto; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-label:last-child:after { display: none; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-name { font-size: 16px; line-height: 19px; font-weight: 700; font-family: var(--tpl-font-title); color: var(--tpl-color-foreground-main); padding-top: 26px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-desc { font-family: var(--tpl-font-family-text); font-size: 16px; line-height: 19px; font-weight: 400; color: var(--tpl-color-foreground-main); padding-top: 10px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-price { font-size: 16px; line-height: 24px; font-family: var(--tpl-font-family-text); font-style: italic; color: var(--tpl-color-foreground-main); font-weight: 400; padding-top: 72px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-header { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; border-bottom: 1px solid var(--tpl-color-brand-lightest); }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-row { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; border-bottom: 1px solid var(--tpl-color-brand-lightest); padding-bottom: 8px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-row.deleted .cart-page-column { opacity: 0.3; -webkit-transition: all 0.2s; transition: all 0.2s; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-row.deleted .cart-page-column--changeStatus { opacity: 1; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-row.deleted .cart-page-changeStatus:after { content: "\50"; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-row.deleted .cart-page-name { text-decoration: line-through; -webkit-transition: all 0.2s; transition: all 0.2s; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-column--title { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-column--price { width: 15.3%; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-column--quantity { width: 27%; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-column--sum { width: 15.5%; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-column--changeStatus { width: 20px; position: relative; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-stage { margin-top: 29px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-image { width: 130px; height: 140px; background-size: contain; background-repeat: no-repeat; margin: 20px 20px; background-position: center; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-info { width: 50%; padding-right: 30px; padding-top: 48px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-changeStatus { position: absolute; top: 46%; -webkit-transform: translateY(-50%); transform: translateY(-50%); cursor: pointer; -webkit-transition: opacity 0.2s; transition: opacity 0.2s; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-changeStatus:hover { -webkit-transition: 0; transition: 0; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-changeStatus:hover:after { color: var(--color-font-13); }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-changeStatus:after { font-size: 20px; line-height: 1; font-weight: 400; content: '\4d'; font-family: 'ElegantIcons'; color: var(--tpl-color-brand); }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-stage-top { padding: 0px 8% 0px 8.7%; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-stage-bottom { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 0px 8% 0px 8.7%; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-stage-column { width: 49.1%; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-stage-column:first-child { padding-right: 10.3%; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-stage-label { font-size: 14px; line-height: 28px; font-family: var(--tpl-font-family-subtitle); font-style: italic; font-weight: 400; color: var(--tpl-color-foreground-accent-lighter); }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-stage-sum { padding-top: 40px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-stage-header { font-size: 25px; line-height: 26px; font-family: var(--tpl-font-family-navigation-main); font-weight: 700; color: var(--tpl-color-foreground-main); padding: 10px 0 18px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-stage-postfix { font-size: 18px; line-height: 24px; font-family: var(--tpl-font-family-text); font-weight: 400; color: var(--tpl-color-foreground-main); max-width: 80%; margin-bottom: 63px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .product-quantity { padding-top: 64px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .product-quantity-available { font-size: 14px; padding-left: 16px; font-family: var(--tpl-font-family-text); color: var(---tpl-color-foreground-main); line-height: 40px; font-style: italic; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-subscribe { font-size: 0; padding: 40px 0; position: relative; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-subscribe-text { font-size: 14px; line-height: 47px; font-weight: 400; font-style: italic; font-family: var(--tpl-font-family-text); color: var(--tpl-color-foreground-main); padding-right: 34px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-subscribe-input { font-size: 14px; line-height: 26px; font-weight: 400; font-family: var(--tpl-font-family-input); background-color: var(--tpl-color-background-main-light); height: 50px; width: 280px; padding: 10px 15px; border-top-right-radius: 0; border-bottom-right-radius: 0; border-right: 0; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-subscribe .cart-error { position: absolute; z-index: 10; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); bottom: calc(67% + 18px); }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-subscribe .cart-error-text { padding: 10px 10px; width: 160px; border-radius: 5px; background-color: var(--tpl-color-background-main-light); position: relative; border: 1px solid var(--tpl-color-background-main-light); font-size: 16px; line-height: 22px; font-family: var(--tpl-font-family-accent); color: var(--tpl-color-foreground-main); font-weight: 400; border: 1px solid var(--tpl-color-background-main); text-align: center; -webkit-box-shadow: 0 3px 10px var(--tpl-color-background-main-dark); box-shadow: 0 3px 10px var(--tpl-color-background-main-dark); }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-subscribe .cart-error-text:after, .tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-subscribe .cart-error-text:before { left: calc(50% - 5px); bottom: -21px; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-subscribe .cart-error-text:after { border-color: transparent; border-top-color: var(--tpl-color-background-main-light); border-width: 9px; bottom: -18px; left: calc(50% - 4px); }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-subscribe .cart-error-text:before { border-color: transparent; border-top-color: var(--tpl-color-background-main); border-width: 10px; left: calc(50% - 5px); }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-subscribe-button { background-color: var(--tpl-color-background-main-light); font-size: 12px; line-height: 30px; padding: 10px 27px; height: 50px; border: 1px solid var(--tpl-color-background-accent-darker); color: var(--tpl-color-brand); }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-block-cart-coupons-active { font-size:14px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-block-cart-coupons-active h3 { font-size: 18px; line-height: 19px; font-weight: 400; font-style: italic; font-family: var(--tpl-font-family-accent); color: var(--tpl-color-foreground-main); padding-right: 34px; display: inline-block; vertical-align: top; padding-top: 20px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-block-cart-coupon { margin-bottom:10px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-link-coupon-remove { border:none; outline:none; padding:0; background-color: transparent; vertical-align:middle; cursor:pointer }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-link-coupon-remove:after { font-size: 20px; line-height: 1; font-weight: 400; content: '\4d'; font-family: 'ElegantIcons'; color: var(--tpl-color-brand); }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-sum-number { font-size: 24px; font-weight: 700; font-family: var(--tpl-font-family-accent); color: var(--tpl-color-foreground-main); padding-top: 10px; padding-right: 3px; display: inline-block; vertical-align: top; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-sum-text { font-size: 14px; line-height: 47px; font-weight: 400; font-style: italic; font-family: var(--tpl-font-family-text); color: var(--tpl-color-foreground-main); padding-right: 34px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-next { background-color: var(--tpl-color-background-accent); padding: 30px 8% 48px 8.7%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; min-height: 132px; padding-bottom: 20px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-next-text { font-size: 18px; line-height: 19px; font-weight: 400; font-style: italic; font-family: var(--tpl-font-family-accent); color: var(--tpl-color-foreground-main); padding-right: 34px; display: inline-block; vertical-align: top; padding-top: 20px; max-width: 760px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-next-button { height: 54px; width: 340px; margin-right: 2px; border-radius: 3px; padding-top: 18px; padding-bottom: 18px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-next-button:before { right: 77px; top: 51%; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-input-label { display: block; margin-top: 12px; margin-bottom: 21px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-input-text { display: block; font-size: 14px; line-height: 30px; font-family: var(--font-4); font-style: italic; color: var(--tpl-color-foreground-main); }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-input-additional { color: var(--tpl-color-foreground-accent); }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-input-select.active .cart-select-value:after { content: "\032"; -webkit-transition: all 0.2s; transition: all 0.2s; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-select-value { width: 100%; min-width: 300px; max-width: 460px; border: 1px solid var(--tpl-color-background-main-dark); background: var(--tpl-color-background-main-light); border-radius: 7px; height: 53px; padding: 11px 20px; font-size: 14px; line-height: 26px; font-family: var(--font-2); color: var(--tpl-color-foreground-main); position: relative; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-select-value:after { position: absolute; content: "\033"; right: 10px; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); font-family: 'ElegantIcons'; font-size: 18px; color: var(--tpl-color-brand); }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-select-list { z-index: 20; background-color: var(--tpl-color-background-main-light); width: auto; min-width: 460px; font-size: 14px; line-height: 26px; font-family: var(--tpl-font-family-input); color: var(--tpl-color-foreground-main); font-weight: 400; -webkit-box-shadow: 0 3px 30px var(--tpl-color-background-main-dark); box-shadow: 0 3px 30px var(--tpl-color-background-main-dark); margin-top: -1px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-select-item { -webkit-transition: all 0.2s; transition: all 0.2s; cursor: pointer; height: 40px; padding: 7px 20px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-select-item:hover, .tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-select-item:active { background-color: var(--tpl-color-background-main); color: var(--tpl-color-brand); }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-radio { padding-top: 12px; margin-bottom: 16px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-radio-item { padding-top: 21px; padding-bottom: 17px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-radio-type { font-size: 16px; line-height: 19px; font-weight: 700; font-family: var(--tpl-font-family-input); color: var(--tpl-color-foreground-main); position: relative; display: inline-block; vertical-align: top; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-radio-caption { font-size: 16px; line-height: 19px; font-weight: 400; font-family: var(--tpl-font-family-text); color: var(--tpl-color-foreground-main); padding-top: 4px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-radio-label { display: inline-block; vertical-align: top; padding-left: 24px; padding-top: 1px; width: 90%; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-input-select--metro .cart-select-value { max-width: 100%; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-input-select--metro .cart-select-value:before { content: "М "; color: var(--color-font-18); }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-input-select--metro .cart-select-list { min-width: 581px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-input-select--metro .cart-select-item { position: relative; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-input-select--metro .cart-select-item:before { content: "М "; color: var(--color-font-18); }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-input-label--comment { margin-top: 25px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-checkbox { max-width: 38.8%; margin-top: 12px; margin-bottom: 53px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-payment-text { padding-bottom: 20px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-tooltip { position: absolute; right: -35px; top: 0px; display: block; width: 30px; height: 30px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-tooltip:hover .cart-tooltip-text { display: block; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-tooltip-icon { position: absolute; left: 50%; right: 0; top: 0; -webkit-transform: translateX(-50%); transform: translateX(-50%); }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-tooltip-icon:before { content: "\e718"; font-family: var(--icons-themify); font-size: 16px; color: var(--color-font-13); font-weight: 400; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-tooltip-text { display: none; position: absolute; z-index: 20; bottom: 160%; left: 36%; -webkit-transform: translateX(-50%); transform: translateX(-50%); margin: 0 auto; padding: 10px 15px; width: 240px; border-radius: 5px; background-color: var(--tpl-color-background-main-light); border: 1px solid var(--color-bg-15); font-size: 14px; line-height: 27px; font-family: var(--font-2); color: var(--tpl-color-foreground-main); font-weight: 400; -webkit-box-shadow: 0 3px 30px var(--color-bs-2); box-shadow: 0 3px 30px var(--color-bs-2); }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-tooltip-text:after, .tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-tooltip-text:before { left: calc(50% - 5px); bottom: -19px; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-tooltip-text:before { border-color: transparent; border-top-color: var(--color-bg-15); border-width: 9px; left: calc(50% - 5px); }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-tooltip-text:after { border-color: var(--tpl-color-background-main); border-top-color: var(--tpl-color-background-main-light); border-width: 9px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-error-text { font-family: var(--font-4); font-size: 14px; padding-top: 3px; color: var(--tpl-color-brand); }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-column--title { width: 42%; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-order-pay-button input[type="submit"] { background-color: var(--tpl-color-brand); font-family: var(--tpl-font-family-input); text-transform: uppercase; color: var(--tpl-color-background-main-lighter); font-size: 14px; font-weight: 600; display: inline-block; vertical-align: top; letter-spacing: 0.7px; text-align: center; margin: 0; cursor: pointer; -webkit-transition: 0; transition: 0; border: none; outline: none; height: 54px; width: 340px; margin-right: 2px; border-radius: 3px; padding-top: 18px; padding-bottom: 18px; }
@media (max-width: 1200px) {
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-top, .tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-stage-top, .tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-stage-bottom, .tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-stage-next { padding-left: 4%; padding-right: 4%; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .product-quantity-available { display: block; padding-left: 0; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-column--quantity { width: 17%; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-next-button { width: 300px; flex-shrink: 0; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-next-button::before { right: 27px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-next-text { padding-top: 0; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-next { align-items: center; padding-top: 30px; padding-bottom: 30px; }
}
@media (max-width: 1000px) {
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-top { padding-top: 50px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-image { width: 100px; height: 100px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-info { padding-top: 14px; width: 64%; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-price { padding-top: 52px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .product-quantity { padding-top: 44px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-stage-bottom { flex-direction: column-reverse; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-subscribe { padding-top: 20px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page { margin-top: 0; }
}
@media (max-width: 850px) {
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-row { position: relative; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-column--title { width: 50%; flex-wrap: wrap; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-column--price { display: none; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-column--quantity { width: 25%; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-column--sum { width: 25%; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-info { width: 58%; }
}
@media (max-width: 768px) {
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-row { display: flex; flex-wrap: wrap; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-header .cart-page-column { display: none; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-top, .tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-stage-top, .tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-stage-bottom, .tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-stage-next { padding-left: 20px; padding-right: 20px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-top { padding-top: 20px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-column--title { width: 100%; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-column--quantity, .tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-column--sum { width: 60%; padding-left: 20px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-column--sum { width: 40%; text-align: right; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-column::before { display: none; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-row { border-bottom: 1px solid var(--tpl-color-brand-lightest); padding-bottom: 20px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-label { display: block }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-label::after { display: none; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-info { flex-grow: 1; padding-top: 48px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-image { width: 130px; height: 140px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .product-quantity, .tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-price { padding-top: 15px; padding-bottom: 0px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-subscribe { padding-top: 0; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-subscribe-label { display: flex; flex-wrap: wrap; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-subscribe-text { width: 100%; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-subscribe-input { flex-grow: 1; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-next-button { max-width: 100%; font-size: 12px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-next-button::before { font-size: 16px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-next-text { width: 100%; padding-right: 0; padding-bottom: 20px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-next { flex-direction: column; text-align: center; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-column--changeStatus { position: absolute; right: 0; top: 25%; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .product-quantity-available { display: inline; padding-left: 16px; }
}
@media (max-width: 600px) {
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-subscribe-input { width: 100%; border-radius: 7px 7px 0 0; border-right: 1px solid var(--tpl-color-background-main-dark); border-bottom: 0; max-width: 100%; min-width: 0; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-subscribe-button { border-radius: 0 0 7px 7px; width: 100%; }
}
@media (max-width: 500px) {
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-row { text-align: center; padding-bottom: 30px; display: flex; flex-direction: column; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-column--quantity, .tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-column--sum { width: 100%; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-column--sum { text-align: center; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-row:last-child { padding-bottom: 10px; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-column--title { flex-direction: column; align-items: center; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-info { width: 100%; max-width: 85%; padding-top: 0; padding-right: 0; }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .cart-page-column--changeStatus { top: 50%; transform: translateY(-50%); }
.tpl-component-netcat-module-netshop-checkout-completed.tpl-template-user-hash-payment .tpl-component-cart-page .product-quantity-available { display: block; padding-left: 0; }
}
.tpl-component-netcat-module-netshop-order.tpl-template-list .order_filter { padding: 10px 0 }
.tpl-component-netcat-module-netshop-order.tpl-template-list .order_row:nth-child(odd) { background-color: var(--tpl-color-background-accent); }
.tpl-component-netcat-module-netshop-order.tpl-template-list .order_header { padding: 0 2% 0 3%; }
.tpl-component-netcat-module-netshop-order.tpl-template-list .order_header div { display: inline-block; }
.tpl-component-netcat-module-netshop-order.tpl-template-list .order_header_left { width: 70%; }
.tpl-component-netcat-module-netshop-order.tpl-template-list .order_header_right { width: 29%; text-align:right; vertical-align:top; padding-top:10px; }
.tpl-component-netcat-module-netshop-order.tpl-template-list .order_header_status_value, .tpl-component-netcat-module-netshop-order.tpl-template-list .order_body_price { font-weight:bold; }
.tpl-component-netcat-module-netshop-order.tpl-template-list .order_body { padding: 5px 2% 10px 3%; }
.tpl-component-netcat-module-netshop-order.tpl-template-list .order_body_left { text-align: left; width: 70%; display: inline-block; }
.tpl-component-netcat-module-netshop-order.tpl-template-list .order_body_right { text-align: right; width: 29%; display: inline-block; }
@media (max-width: 550px) {
.tpl-component-netcat-module-netshop-order.tpl-template-list .order_header_left, .tpl-component-netcat-module-netshop-order.tpl-template-list .order_header_right, .tpl-component-netcat-module-netshop-order.tpl-template-list .order_body_left, .tpl-component-netcat-module-netshop-order.tpl-template-list .order_body_right { display:block; width:100%; text-align:left; }
.tpl-component-netcat-module-netshop-order.tpl-template-list .order_body_goods { margin:10px 0; }
}
.tpl-component-netcat-module-search-result-by-type.tpl-template-goods .search-result-title { margin-top: 30px; margin-bottom: 10px; }
.tpl-component-netcat-module-search-result-by-type.tpl-template-goods .search-no-result { text-align: left; }
.tpl-component-netcat-module-search-result-by-type.tpl-template-goods .search-result-item { width: 200px; display: flex; align-items: center; flex-direction: column; justify-items: center; }
.tpl-component-netcat-module-search-result-by-type.tpl-template-goods .goods-item { display: inline-flex; flex-direction: column; text-decoration: none; position: relative; justify-content: center; text-align: center; }
.tpl-component-netcat-module-search-result-by-type.tpl-template-goods .goods-item a { text-decoration: none; color: var(--tpl-color-foreground-main); }
.tpl-component-netcat-module-search-result-by-type.tpl-template-subdivisions .search-result-title { margin-top: 30px; margin-bottom: 10px; text-align: left; }
.tpl-component-netcat-module-search-result-by-type.tpl-template-subdivisions .search-no-result { text-align: left; }
.tpl-component-netcat-module-search-result-by-type.tpl-template-subdivisions .search-result-item { display: flex; align-items: flex-start; flex-direction: column; justify-items: flex-start; }
.tpl-component-netcat-module-search-result-by-type.tpl-template-subdivisions .search-result-item .item-body { padding-top: 0.5rem; font-style: italic; }
.tpl-component-netcat-module-search-result-by-type.tpl-template-others .search-result-title { margin-top: 30px; margin-bottom: 10px; text-align: left; }
.tpl-component-netcat-module-search-result-by-type.tpl-template-others .search-no-result { text-align: left; }
.tpl-component-netcat-module-search-result-by-type.tpl-template-others .search-result-item { display: flex; align-items: flex-start; flex-direction: column; justify-items: flex-start; margin-bottom: 0.5rem; }
.tpl-component-netcat-module-search-result-by-type.tpl-template-search-field .search-form { width: 100%; display: flex; flex-direction: row; flex-wrap: nowrap; }
.tpl-component-netcat-module-search-result-by-type.tpl-template-search-field .search-form input { flex-grow: 1; }
