.object-item { text-decoration: none; color: var(--tpl-color-foreground-main); }
.tpl-color-brand { color: var(--tpl-color-brand); }
.object-item-title { margin-top: .5rem; margin-bottom: .5rem; }
.object-full .full-image, .object-item .item-image { position: relative; }
.object-full .full-image { margin-bottom: 1rem; }
.object-full .full-image::before, .object-item .item-image::before { display: block; content: ""; width: 100%; }
.size-16by9::before { padding-top: 56.25%; }
.size-1-62by1::before { padding-top: 61.72%; }
.size-3by2::before { padding-top: 66.66%; }
.size-4by3::before { padding-top: 75%; }
.size-1by1::before { padding-top: 100%; }
.size-::before { padding-top: 66.66%; }
.object-full .full-image .image, .object-item .item-image .image { position: absolute; top: 0; left: 0; right: 0; bottom: 0; overflow: hidden; }
.object-full .full-image, .object-item .item-image * { width: 100%; height: 100%; }
.object-full .full-image .image img, .object-item .item-image .image img { max-width: 100%; width: 100%; height: 100%; object-fit: cover; }
 { min-height:60px; }
a { text-decoration: none; }
.nc-infoblock-object .news-item { height:100%; }
.news-item { display: -webkit-box; display: -ms-flexbox; display: flex; align-self: stretch; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
.news-item:hover .news-item-title { color: var(--tpl-color-brand); -webkit-transition: none; transition: none; }
.news-item-image { overflow: hidden; position: relative; background-position: center; width: 100%; height: 200px; background-size: cover; }
.news-item-content { width: 100%; padding: 1rem 0px; }
.news-item .news-date { color: var(--tpl-color-background-main); font-style: italic; background-color: var(--tpl-color-brand); display: inline-block; vertical-align: top; border-radius: 50%; padding: 15px 10px; text-align: center; width: 80px; height: 80px; position: absolute; left: 23px; top: 19px; }
.news-item .news-date-month { padding-top: 4px; }
.news-item-title { line-height: 30px; color: var(--tpl-color-foreground-main); -webkit-transition: all 0.2s; transition: all 0.2s; }
.news-item-text { color: var(--tpl-color-foreground-main); }
.news-item-text:after { color: var(--tpl-color-brand); content: '\24'; padding-left: 9px; vertical-align: bottom; font-family: 'ElegantIcons'; font-weight: 400; }
.news-full .news-title { position: relative; margin-bottom: 1rem; line-height: 1.5; }
.news-full .news-title:after { display: block; content: ''; top:0; left:0; width: 20%; max-width: 200px; height:1px; border-bottom: 1px solid var(--tpl-color-brand); }
.news-full .news-date { color: var(--tpl-color-brand); margin-bottom: 1rem; }
.news-full .news-body[max-width~='500px'] { display: flex; flex-direction: column-reverse; }
.news-full .news-body[max-width~='500px'] .news-text { padding-bottom: 1rem; width:100%; }
.news-full .news-body[max-width~='500px'] .news-image { width:100%; padding-bottom: 1rem; }
.news-full .news-body[min-width~='500px'] { display: flex; flex-direction: row; }
.news-full .news-body[min-width~='500px'] .news-text { padding-right: 1rem; width: 65%; }
.news-full .news-body[min-width~='500px'] .news-image { width: 35%; max-width: 450px; }
.news-full .news-body .news-image img { width: 100%; max-width: 100%; }
 { position: relative; }
.tpl-link-form-open .nc-modal-trigger-overlay, .tpl-link-form-submit .nc-modal-trigger-overlay { margin: 0; }
.tpl-link-form-open { display: inline-block; }
.tpl-link-form-submit { position: relative; }
.nc-ckeditor-inline { width: 100%; }
H4 { font-weight: 600; font-size: 24px; line-height: 28px; color: #333; margin: 0 0 9px; padding: 0; word-wrap: break-word; }
.tpl-block-text-after-header { word-wrap: break-word; }
form { text-align: left; }
.tpl-block-columns { display: flex; }
.tpl-block-columns .tpl-block-image img { margin-top: 40px; max-width: 430px; }
.tpl-block-columns .tpl-block-divider { min-width: 1px; width: 1px; margin: 0 100px 0 60px; background: #e5e5e5; }
.tpl-block-fields { position: relative; }
.tpl-block-fields .nc-modal-trigger-overlay { margin: -10px; z-index: 5; }
.tpl-block-fields.tpl-state-empty { margin: 20px 10px; padding: 20px; text-align: center; }
.tpl-block-fields.tpl-state-empty .nc-modal-trigger-overlay { background-size: 64px; }
H4 + .tpl-block-fields, .tpl-block-text-after-header + .tpl-block-fields { margin-top: 30px; }
.tpl-block-input { margin-bottom: 20px; text-align: left; }
.tpl-block-fields .tpl-caption { padding-bottom: 10px; display: none; }
.tpl-block-input .tpl-block-error { font-weight: 600; font-size: 13px; line-height: 16px; color: #ff7373; padding: 2px 0 0 2px; display: none; }
.tpl-block-input INPUT, .tpl-block-input SELECT, .tpl-block-input TEXTAREA { box-sizing: border-box; width: 100%; border: 1px solid #ccc; background: #fff; border-radius: 3px; outline: none; padding: 19px 20px; font-family: "Open Sans", sans-serif; color: #333; font-size: 18px; line-height: 20px; -webkit-appearance: none; transition: background, border-color .1s ease; }
.tpl-block-input TEXTAREA { height: 120px; line-height: 22px; resize: none; }
.tpl-block-input SELECT { -moz-appearance: none; appearance: none; background: #fff url('/netcat_template/class/netcat_module_requests_request/images/dropdown_arrow.png') no-repeat 100% center; height: 60px; padding: 1px 20px; }
.tpl-block-input SELECT OPTION { font-family: "Open Sans", sans-serif; color: #333; font-size: 18px; padding: 12px 20px; }
.tpl-block-input INPUT[disabled="disabled"], .tpl-block-input SELECT[disabled="disabled"], .tpl-block-input TEXTAREA[disabled="disabled"] { opacity: 0.5; }
.tpl-block-input INPUT:hover, .tpl-block-input SELECT:hover, .tpl-block-input TEXTAREA:hover { background-color: #f9f9f9; border-color: #999; }
.tpl-block-input INPUT:focus, .tpl-block-input SELECT:focus, .tpl-block-input TEXTAREA:focus { background-color: #f9f9f9; border: 2px solid #999; padding: 18px 19px; }
.tpl-block-input SELECT:focus { background-image: url('/netcat_template/class/netcat_module_requests_request/images/dropdown_arrow_focus.png'); }
.tpl-block-input SELECT:-moz-focusring { color: transparent; text-shadow: 0 0 0 #000; }
.tpl-block-input.tpl-state-error INPUT, .tpl-block-input.tpl-state-error SELECT, .tpl-block-input.tpl-state-error TEXTAREA { border: 2px solid #ff7373; padding: 18px 19px; }
.tpl-block-input SELECT:focus, .tpl-block-input.tpl-state-error SELECT { padding: 0 19px; }
.tpl-block-input.tpl-state-error .tpl-block-error { display: block; }
.tpl-field-quantity .tpl-value { display: flex; margin-bottom: 20px; }
.tpl-block-form .tpl-block-input.tpl-field-quantity .tpl-value INPUT { position: relative; border-radius: 0; text-align: center; z-index: 2; }
.tpl-field-quantity .tpl-block-control-button { position: relative; width: 62px; min-width: 62px; height: 60px; border: 1px solid #ccc; border-radius: 2px; transition: all .1s ease; box-sizing: border-box; background: #fff 50% 50% no-repeat; outline: none; }
.tpl-field-quantity .tpl-block-control-button:not(.tpl-state-disabled):hover { border-color: #999; z-index: 3; }
.tpl-field-quantity .tpl-block-control-button:not(.tpl-state-disabled):active { border-color: #999; z-index: 3; box-shadow: inset 0 4px 5px rgba(0, 0, 0, 0.25); }
.tpl-field-quantity .tpl-block-control-button.tpl-link-decrease { left: 0; margin-right: -1px; border-top-right-radius: 0; border-bottom-right-radius: 0; background-image: url("/netcat_template/class/netcat_module_requests_request/images/icon_minus.png"); }
.tpl-field-quantity .tpl-block-control-button.tpl-link-decrease.tpl-state-disabled { background-image: url("/netcat_template/class/netcat_module_requests_request/images/icon_minus_disabled.png"); }
.tpl-field-quantity .tpl-block-control-button.tpl-link-increase { right: 0; margin-left: -1px; border-top-left-radius: 0; border-bottom-left-radius: 0; background-image: url("/netcat_template/class/netcat_module_requests_request/images/icon_plus.png"); }
.tpl-field-quantity .tpl-block-control-button.tpl-link-increase.tpl-state-disabled { background-image: url("/netcat_template/class/netcat_module_requests_request/images/icon_plus_disabled.png"); }
.tpl-block-button { position: relative; font-weight: bold; font-size: 18px; line-height: 22px; color: #fff; background: #01aff2; border: none; border-radius: 2px; min-height: fit-content; cursor: pointer; transition: all .1s ease; min-width: fit-content; box-sizing: border-box; outline: none; }
.tpl-block-button.tpl-layout-background-dark { color: #fff; }
.tpl-block-button.tpl-layout-background-bright { color: #000; }
.tpl-block-button.tpl-layout-background-transparent { border: 2px solid #fff; }
.tpl-block-button { width: 100%; }
.tpl-block-button[disabled="disabled"] { opacity: 0.5; }
.tpl-block-button:not([disabled="disabled"]):hover, .tpl-block-button:not([disabled="disabled"]):focus { opacity: 0.8; }
.tpl-block-button:not([disabled="disabled"]):active { opacity: 0.8; box-shadow: inset 0 4px 5px rgba(0, 0, 0, 0.25); }
.tpl-block-button-content { display: inline-flex; width: 100%; align-items: flex-start; }
.tpl-block-button .tpl-block-button-title { flex-grow: 2; text-align: center; }
.tpl-block-button-title.tpl-field-item-price { white-space: nowrap; }
.tpl-block-button .tpl-block-button-divider { width: 1px; min-width: 1px; position: absolute; top: 10px; bottom: 10px; background: rgba(255, 255, 255, 0.25); }
.tpl-block-button::-moz-focus-inner { padding: 0; border: 0; }
.tpl-block-popup { z-index: 500; position: fixed; left: 0; right: 0; top: 0; bottom: 0; min-width: 100%; max-width: 100%; border: none; overflow-y: auto; background: rgba(0, 0, 0, 0.5); text-align: center; width: 100%; }
.tpl-block-popup-background { position: fixed; left: 0; right: 40px; bottom: 0; top: 0; }
.tpl-block-popup-container { position: relative; display: inline-block; text-align: left; padding: 35px 90px 60px; margin: 20px 0; min-width: 250px; max-width: 1060px; background: #fff; border-radius: 2px; box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1); }
@media (max-width: 560px) {
.tpl-block-popup-container { margin: 0; }
}
.tpl-block-popup-container .tpl-block-popup-close-button { width: 50px; height: 50px; border-radius: 25px; background: url("/netcat_template/class/netcat_module_requests_request/images/icon_close.png") 50% 50% no-repeat; border: 1px solid #e5e5e5; transition: all .1s ease; position: absolute; top: 15px; right: 15px; }
.tpl-block-popup-container .tpl-block-popup-close-button:hover { border-color: #999; }
.tpl-block-popup-container .tpl-block-popup-close-button:active { border-color: #999; box-shadow: inset 0 4px 5px rgba(0, 0, 0, 0.25); }
.tpl-block-popup-body { font-size: 18px; }
.tpl-block-popup-body P { margin: 0; padding: 0 0 10px; }
.tpl-block-popup-message .tpl-block-popup-body { margin: 35px 0; }
.tpl-block-popup-message .tpl-block-popup-icon { width: 50px; height: 50px; background-size: 50px; background-repeat: no-repeat; margin: 20px 0 10px; }
.tpl-block-popup-message.tpl-state-success .tpl-block-popup-icon { background-image: url('/netcat_template/class/netcat_module_requests_request/images/icon_success.svg'); }
.tpl-block-popup-message.tpl-state-error .tpl-block-popup-icon { background-image: url('/netcat_template/class/netcat_module_requests_request/images/icon_error.svg'); }
.tpl-block-popup-form .tpl-block-popup-container { padding-top: 40px; }
@media (min-width: 1031px) {
.tpl-block-popup .tpl-block-fields:first-child { margin-top: 40px; }
}
@media (max-width: 1030px) {
.tpl-block-popup-form .tpl-block-popup-container { max-width: 520px; padding-top: 55px; padding-left: 0; padding-right: 0; }
.tpl-block-popup-body { margin: 15px 60px; }
.tpl-block-columns { display: block; }
.tpl-block-columns .tpl-block-divider { height: 50px; background: none; }
.tpl-block-columns .tpl-block-image img { margin-top: 0; max-width: 100%; }
.tpl-block-popup-container .tpl-block-form { margin: 0 auto; text-align: center; }
}
.tpl-state-animated { -webkit-animation-duration: 0.5s; animation-duration: 0.5s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
@-webkit-keyframes tpl-animation-fade-in-down { from { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } }
@keyframes tpl-animation-fade-in-down { from { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } }
.tpl-animation-fade-in-down { -webkit-animation-name: tpl-animation-fade-in-down; animation-name: tpl-animation-fade-in-down; }
.tpl-docver-current { margin-bottom: 1.5em; }
.tpl-docver-asof { font-size: .9em; color: #888; margin-bottom: .5em; }
.tpl-docver-file { margin-top: .5em; }
.tpl-docver-history { margin-top: 1.5em; border-top: 1px solid #eee; padding-top: 1em; }
.tpl-docver-history-caption { font-weight: 700; margin-bottom: .5em; }
.tpl-docver-history ul { list-style: none; padding: 0; margin: 0; }
.tpl-docver-history li { margin-bottom: .3em; }
.tpl-docver-title { color: #888; font-size: .9em; }
.tpl-docver-reset { margin-top: 1em; }
.tpl-docver-empty { color: #888; font-style: italic; }
.tpl-docver-admin-row { padding: .4em 0; border-bottom: 1px solid #eee; }
.tpl-docver-admin-date { color: #888; margin-right: .5em; }
