@font-face {
  font-family: 'Montserrat';
  src: url(/fonts/Montserrat-Regular.eot);
  src: url(/fonts/Montserrat-Regular.eot?#iefix) format('embedded-opentype'),
       url(/fonts/Montserrat-Regular.woff) format('woff'),
       url(/fonts/Montserrat-Regular.woff2) format('woff2'),
       url(/fonts/Montserrat-Regular.otf) format('otf'),
       url(/fonts/Montserrat-Regular.svg#Montserrat-Regular) format('svg');
}
html{
    margin:0!important;
}
body { 
    text-align: left;
    font-family: "Montserrat";
}
article a img {
    margin-bottom: 2px;
}
#langSwitch {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 5px;
    border: 1px solid #092665;
    border-radius: 8px;
    background-color: #fff;
    z-index: 999;
}
#langSwitch a, #langSwitch a:visited {
    color: #000000;
}
#langSwitch:hover {
    background-color: #092665;
}
#langSwitch:hover a {
    color: #ffffff;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
h1 {
    text-align: center;
    text-transform: uppercase;
    color: #092665;
}

#sidebar_right
{
border-left: 1px solid black;
}

/*.add_to_cart_button,
.button.product_type_simple,
form.cart { display: none !important; }*/

/***   HEADER   ***/
#header {
    display: inline-block;
    width: 100%;
    text-align: center;
    border-bottom: 5px solid #092665;
    background: url(images/header-bg.jpg) no-repeat top center;
    position: relative;
}
#wpadminbar ~ #header { margin-top: 32px; } 
#headerMobile {
    display: none;
    width: 100%;
    text-align: center;
    background-color: #fede17;
    background: url(images/header-bg-mob.jpg) no-repeat top center;
}
#wpadminbar ~ #headerMobile { margin-top: 46px; } 
#headerLogo img {
    margin: 10px 0;
    max-height: 140px;
}
#headerLogo img, #footerLogo img {
    height: auto;
    max-width: 100%;
}
#headerPhone, #headerPhone span a {
    padding-top: 4%;
    font-size: 20px;
    /*font-weight: bold;*/
    color: #ffffff;
}
#headerPhoneRight {
    padding-top: 4%;
    font-size: 20px;
    font-weight: bold;
    color: #092665;
}
#headerSocial {
    position: absolute;
    right: 0;
    bottom: 0;
}
#headerSocial ul {
    margin-bottom: 0;
}
#headerSocial ul li {
    float: right;
}
#headerSocial ul li a {
    display: inline-block;
    width: 30px;
    height: 30px;
}
#headerInstagram { background: url(images/icon-instagram-white.png) top center no-repeat; }
#headerInstagram:hover { background: url(images/icon-instagram-color.png) top center no-repeat; }
#headerViber { background: url(images/icon-viber-white.png) top center no-repeat; }
#headerViber:hover { background: url(images/icon-viber-color.png) top center no-repeat; }
#headerFacebook { background: url(images/icon-facebook-white.png) top center no-repeat; }
#headerFacebook:hover { background: url(images/icon-facebook-color.png) top center no-repeat; }
#headerYoutube { background: url(images/icon-youtube-white.png) top center no-repeat; }
#headerYoutube:hover { background: url(images/icon-youtube-color.png) top center no-repeat; }

#header .container .row {
    position: relative;
}
#header .container .row #flagLeft {
    position: absolute;
    left: -170px;
    width: auto;
}
#header .container .row #flagLeft img {
    height: 80px;
}
#header .container .row #flagRight {
    position: absolute;
    right: -120px;
    width: auto;
}
#header .container .row #flagRight img {
    height: 80px;
}

/***   HEADER MENU   ***/
#headerMenu {
    background-color: #ffd200;
    margin-bottom: 30px;
}
.navbar {
    padding: 0;
} 
#headerMenu ul li {
    float: left;
    list-style: none;
    text-align: center;
}   
#headerMenu ul li a {
    font-size: 16px;
    color: #193777;
    padding: 15px 14px;
    text-transform: uppercase;
    font-weight: bold;
}
#headerMenu ul li.rightPart a {
    padding: 15px 18px;
}
#headerMenu ul li a:hover, #headerMenu ul.navbar-nav li.active a.nav-link, #headerMenu ul.dropdown-menu li.active a.dropdown-item {
    color: #ffffff;
    background-color: #092665;
}
#main_nav .navbar-nav {
    margin: 0 auto;
    height: 54px;
}
#headerMenu ul li#menuCenter {
    margin: 0 30px;
}
#headerMenu ul li#menuCenter a {
    background-color: #092665;
    padding: 7px 50px;
    color: #ffffff;
}

ul.dropdown-menu {
    padding: 0;
    background-color: #ffd200;
}
#headerMenu ul.dropdown-menu li {
    width: 100%;
    text-align: left;
}
#headerMenu ul.dropdown-menu li a {
    padding: 10px;
}

.woocommerce .products ul, .woocommerce ul.products {
    margin: 0;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin-bottom: 2%;
}

.nioDivider {
    text-align: center;
    background: center center url(images/divider-bg.jpg) repeat-x;
    margin-top: -36px;
}
.nioDividerTitle {
    background-color: #ffffff;
    font-size: 50px;
    width: 130px;
    color: #223c75;
    margin: 0 auto;
    line-height: 20px;
    margin-top: 35px;
}
.nioDividerTitle span {
    font-size: 16px;
    display: inline-block;
    margin-top: -20px;
}
#technicsTitle .nioDividerTitle {
    font-size: 50px;
}
#technicsTitle .nioDividerTitle span {
    margin-top: -15px;
}

#partnersList {
    padding: 15px 0;
}
.partnerItem {
    width: 16%;
    float: left;
    margin: 0 2%;
}
.partnerItem img {
    max-width: 100%;
}

/***   MAIN PAGE   ***/
#main h1.page-title,
#main .woocommerce-result-count,
#main form.woocommerce-ordering {
    display: none;
}
.nioTitle {
    font-size: 30px;
    /*color: #223c75;*/
    text-align: center;
}
.nioMainText {
    font-size: 18px;
    padding: 15px 30px;
    text-align: justify;
}
#nioButt1 {
    margin: 0 auto;
    padding: 15px 50px 15px 25px;
    background: center right url(images/viber-button.png) no-repeat;
    background-position: top 14px right 10px;
    background-color: #092665;
    color: #ffffff;
    display: inline-block;
}
.nioMainTextCenter {
    font-size: 18px;
    padding: 15px 30px;
    text-align: center;
    font-weight: bold;
    color: #092665;
}
.nioMainButton {
    padding-top: 21px;
}
.mainImage {
    padding: 15px;
    text-align: center;
}
.mainImage img {
    width: 80%;
}

.jumbotron h1, .jumbotron .h1 {
    font-size: 35px;
    color: #aaa;
    text-align: center;
}
.title
{
font-size: 11pt;
font-family: verdana;
font-weight: bold;
}
#main {
    margin-bottom: 50px;
}
a {
    color: #223c75;
    text-decoration: none;
}
article a {
    text-decoration: underline;
}
.woocommerce ul.products li.product {
    padding: 0 20px;
}
.woocommerce ul.products li.product .price {
    color: #77a464;
    display: block;
    font-weight: 400;
    margin-bottom: .5em;
    font-size: 1.2em;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size:1.5em;
}
.woocommerce nav.woocommerce-pagination ul {
    border:none;
}
.woocommerce .woocommerce-pagination ul.page-numbers li, .woocommerce-page .woocommerce-pagination ul.page-numbers li {
    display: inline-block;
    margin: 5px;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #337ab7;
    color: #fff;
    padding: 12px;
}
.woocommerce-pagination ul.page-numbers a.page-numbers {
    color: #444;
    padding: 12px;
    margin: 0px;
    background: #ddd;
}
.mainNioButton, .wpcf7-submit {
    padding: 20px 0;
    width: 250px;
    max-width: 90%;
    background-color: #092665;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    display: inline-block;
}
.mainNioButton:hover {
    color: #ffffff;
}
#mainPageContent { padding-top: 20px; }
.nioTitle, .nioTitle h1, h1.entry-title {
    color: #092665;
    width: 100%;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
}
h1.entry-title { margin-bottom: 15px; }
.entry-content p { text-align: justify; }

/***   Product Page   ***/
.woocommerce div.product .product_title {
    text-transform: uppercase;
    color: #223c75;
    font-size: 26px;
    text-align: center;
    margin-bottom: 20px;
}
.woocommerce-Price-amount {
    color: #000000;
    font-size: 20px;
}
.posted_in {
    display: none;
}
.woocommerce-product-details__short-description p {
    margin-bottom: 0;
}
.related.products .description {
    display: none;
}
.related.products h2.woocommerce-loop-product__title {
    margin-top: 10px;
    font-size: 18px !important;
}
.entry-summary:after {
  content: "";
  display: table;
  clear: both;
}
.type-product #nioButt1 {
    width: 200px;
    margin: 0;
    background-color: #092665;
    font-size: 18px;
}
.blueText {
    color: #223c75;
    display: inline-block;
    margin: 10px 0;
    font-weight: bold;
    font-size: 16px;
}
.flex-control-thumbs { margin-top: 10px !important; }
.woocommerce-Price-amount { font-weight: bold; }

/***   Contact Form   ***/
.wpcf7-form label {
    width: 45%;
    text-align: left;
    margin-right: 20px;
}
.wpcf7-submit {
    padding: 10px 0 !important;
    width: 200px;
    max-width: 90%;
    background-color: #223c75 !important;
    text-align: center;
    font-size: 16px;
    color: #ffffff !important;
    display: inline-block;
    text-transform: uppercase;
}
span.your-comments { 
    width: 100%;
    display: inline-block;
}
span.your-comments textarea { 
    width: 99%;
}

/***   INFORMATION   ***/
#post-59 figure {
    width: 50%;
    float: left;
}
/*#post-59 h1 {
    display: none;
}*/

/***   FOOTER   ***/
#footerUpper {
    height: 10px;
    background-color: #092665;
}
#footer {
    width: 100%;
    border-top: 10px #ffd200 solid;
    padding: 20px;
    background-color: #092665;
    color: #ffffff;
    position: relative;
}
#footer a {
    color: #ffffff;   
}
#footer h1 {
    color: #aaa;
    font-size: 30px;
    font-weight: 500;
}
#footerLeft {
    /*font-weight: bold;*/
}

#footerMenu {
    position: relative;
    padding-left: 35px;
}
#footerSitemap a, #footerSitemapPhone a {
    color: #ffd200;
    font-weight: bold;
    text-transform: uppercase;
}

ul.floatLeft {
    list-style: none;
    padding: 0;
}
ul.floatLeft li {
    float: left;
    margin: 0 5px;
}

#footerSocial {
    margin-top: 85px;
}
#footerSocial ul {
    margin-bottom: 0;
}
#footerSocial ul li {
    float: left;
}
#footerSocial ul li a {
    display: inline-block;
    width: 30px;
    height: 30px;
}
#footerInstagram { background: url(images/icon-instagram-white.png) top center no-repeat; }
#footerInstagram:hover { background: url(images/icon-instagram-color.png) top center no-repeat; }
#footerViber { background: url(images/icon-viber-white.png) top center no-repeat; }
#footerViber:hover { background: url(images/icon-viber-color.png) top center no-repeat; }
#footerFacebook { background: url(images/icon-facebook-white.png) top center no-repeat; }
#footerFacebook:hover { background: url(images/icon-facebook-color.png) top center no-repeat; }
#footerYoutube { background: url(images/icon-youtube-white.png) top center no-repeat; }
#footerYoutube:hover { background: url(images/icon-youtube-color.png) top center no-repeat; }

#footerMenu ul, #footerMenu ul ul {
    padding: 0;
}
#footerMenu ul li, #footerMenu ul ul li {
    list-style: none;
    font-size: 13px;
}
#footerMenu ul ul li {
    padding-left: 20px;
}
#footerMenu ul li a {
    color: #ffd200;
}
#footerMenu ul ul li a {
    color: #ffffff;
}
#footerMap {
    margin-top: 28px;
}

#postFooter {
    color: #223c75;
    width: 100%;
    text-align: center;
    font-size: 26px;
}

#mobileButtons {
    display: none;
    background-color: #092665;
    margin: 0;
}
#mobileButtons div {
    float: left;
    padding: 0;
    text-align: center;
    margin: 0;
    position: relative;
}
#mobileButtons div a {
    text-transform: uppercase;
    font-size: 12px;
    padding: 10px 0;
    display: inline-block;
    color: #ffffff;
    font-weight: bold;
}
#menuViber { 
    background: url(images/icon-viber-white.png) top center no-repeat; 
    width: 30px;
    height: 30px;
    position: absolute;
    top: 4px;
    right: 15px;
}

/*** Products listing ***/
.woocommerce ul.products li.product a img {
    width: 50%;
    float: left;
}
h2.woocommerce-loop-product__title {
    width: 50%;
    float: left;
    margin-top: 45px !important;
    padding-left: 10px !important;
    text-align: left;
}
p.description {
    clear: both;
    text-align: justify;
    color: #000000;
    font-size: 14px;
    line-height: 18px;
}

section.related { display: inline-block; }
section.related h2 { color: #223c75; margin-bottom: 20px; }
section.related h2.woocommerce-loop-product__title {
    margin-top: 0 !important;
}
section.related ul.products li.product span.price { display: none; }

/* Related products — stack image/title vertically, fix button layout */
section.related ul.products li.product a img {
    width: 60%;
    float: none;
    display: block;
    margin: 0 auto 8px;
}
section.related ul.products li.product h2.woocommerce-loop-product__title {
    width: 100%;
    float: none;
    margin-top: 0 !important;
    text-align: center;
    padding-left: 0 !important;
    font-size: 14px !important;
}
section.related ul.products li.product .add_to_cart_button,
section.related ul.products li.product a.button,
section.related ul.products li.product .request-price-btn {
    clear: both;
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin: 5px 0;
    padding: 10px 6px;
    font-size: 13px;
    text-align: center;
}

.youtubeColorbox img { width: 100%; }

#footerSitemapPhone { display: none; }

.woocommerce div.product p.price { margin-bottom: 0; }

.discountText { margin: 20px 0; color: red; font-size: 15px; text-transform: uppercase; }
.discountTextHome { margin-bottom: 20px; color: red; font-size: 26px; text-transform: uppercase; text-align: center; }

#homepageDiscount {
    margin-bottom: 70px;
    font-size: 20px;
}
 
@media all and (min-width: 992px) {
    .container { width: 1040px; }
}
 
/* ============ desktop view ============ */
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}	
/* ============ desktop view .end// ============ */

/***  responsive   ***/
@media (max-width: 991px) {
    .navbar-toggler, .navbar-toggler:focus {
        position: absolute;
        top: -35px;
        padding: 0;
        color: #ffd200;
        border: none;
        box-shadow: none;
    }
    .navbar-toggler span { color: #ffd200; }
    #main_nav .navbar-nav { height: auto; }
    #headerMenu ul li a {
        padding: 5px 0;
        font-size: 14px;
    }
    #headerMenu ul li#menuCenter a { display: none; }
    #headerMenu ul.dropdown-menu li a { padding: 5px 0 5px 15px; }
    #mobileButtons { display: inline-block; }
}
@media (max-width: 600px) {
    #langSwitch {
        bottom: 60px;
    }
    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        font-size: 1em;
    }
    .woocommerce ul.products li.product .add_to_cart_button,
    .woocommerce ul.products li.product a.button,
    .woocommerce ul.products li.product .request-price-btn {
        font-size: 13px;
        padding: 12px 8px;
        letter-spacing: 0;
        border-radius: 3px;
    }
    .productFormButton #addButt,
    .productFormButton #orderButt,
    .productFormButton #prozorroButt {
        float: none !important;
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box;
        margin: 6px 0;
        padding: 12px 10px;
        font-size: 14px;
        text-align: center;
    }
    #headerMobile { 
        display: inline-block; 
        margin-bottom: 0;
    }
    #header { display: none; }
    #headerLogo { padding: 10px; }
    #headerPhone, #headerPhoneRight { 
        font-size: 12px; 
        padding: 15px 0;
        font-weight: bold;
    }
    #headerMenu { margin-bottom: 0; }
    .nioTitle { font-size: 16px; } 
    #mainPageContent { margin-top: 0; }
    .mainImage { text-align: center; }
    #headerLogo { padding: 0; }
    .nioMainText { 
        font-size: 14px; 
        padding: 15px;
    }
    .productFormButton { float: none !important; text-align: center; }
    #nioButt1 {
        max-width: 90%;
        width: auto;
        font-size: 15px;
        padding: 14px 50px 14px 20px;
        background-position: top 13px right 12px;
        white-space: nowrap;
    }
    .nioMainButton { padding-top: 0; }
    #nioMainEdu .nioMainButton:first-child { 
        padding-top: 0; 
        margin: -20px 0 30px 0;
    }
    #main { margin-bottom: 20px; }
    .mainNioButton, .wpcf7-submit {
        max-width: 90%;
        width: 260px;
        padding: 14px 0;
        font-size: 16px;
        border-radius: 3px;
    }
    .nioMainTextCenter {
        font-weight: normal;
        font-size: 14px;
        color: #000000;
        padding: 15px;
        text-align: justify;
    }
    .entry-title { font-size: 20px; }
    h2.woocommerce-loop-product__title { margin-top: 0 !important; }
    .wpcf7-form-control-wrap input { max-width: 100%; }
    span.your-comments textarea { width: 100%; }
    #post-59 figure { width: 100%; }
    #post-147 .nioDivider { margin-top: 0; }
    #postFooter { font-size: 20px; }
    #footer {
        padding: 20px 0;
        font-size: 14px;
    }
    #footerSitemap { 
        top: 20px;
        right: 5px; 
    }
    #footerLeft {
        position: relative;
    }
    #footerSocial {
        margin-top: 0;
        position: absolute;
        bottom: -10px;
        right: 11px;
    }
    #footerSitemapPhone {
        display: inline-block;
        position: absolute;
        top: 0;
        right: 15px;
    }
}

@media (max-width: 380px) {
    #menuViber { display: none !important; }
}

/***   Product form   ***/
#wpcf7-f524-o1 input[type=text] {
    height: 50px;
    padding-left: 15px;
    width: 100%;
}
#wpcf7-f524-o1 textarea {
    padding-left: 15px;
    width: 100%;
}
.formTitle {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}
.formText {
    text-align: center;
    font-weight: bold;
}
.loaderDiv {
    position: relative;
}
.ajax-loader {
    position: absolute !important;
    top: 15%;
    right: 10%;
}
.productFormButton { overflow: hidden; }
.productFormButton a { font-size: 16px; font-weight: bold; width: 220px; text-transform: uppercase; }
.productFormButton #orderButt { float: right; }
.productFormButton #addButt { float: left; }
.woocommerce div.product p.price { clear: both; display: block; margin-top: 10px; }
.onsale { display: none; }
.woocommerce div.product { display: inline-block; }

.priceRequest {
    color: #000000;
    font-size: 16px;
    text-align: center;
    width: 100%;
    display: inline-block;
    font-weight: bold;
    line-height: 20px;
}
.summary .priceRequest {
    width: auto;
    margin-top: 10px;
}
.priceAvailable {
    color: #000000;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
}

.woocommerce-cart .woocommerce-shipping-destination,
.woocommerce-cart .woocommerce-shipping-calculator { display: none; }
#billing_country_field { display: none; }
.woocommerce-checkout .cart-subtotal { display: none; }
.woocommerce-privacy-policy-text { display: none; }
.cart button, .woocommerce-message a.button,
a.checkout-button, #place_order, .add_to_cart_button {
    background-color: #223c75 !important;
    text-align: center;
    font-size: 16px;
    color: #ffffff !important;
    display: inline-block;
    text-transform: uppercase;
}
.woocommerce .quantity .qty { line-height: 30px; }
a.button.product_type_simple { /*display: none !important;*/ }
.add_to_cart_button  { /*display: none !important;*/ }

/* # WooCommerce Cart Icon ---------------------------------------------------------------------------------------------------- */
 .cart-contents {
     display: flex !important;
}
.cart-contents:before {
     font-family: 'dashicons';
     font-weight: 900;
     content: "\f174" !important;
     font-size: 26px;
     color: #092665;
}
 .cart-contents:hover {
     text-decoration: none;
}
 .cart-contents-count {
     position: absolute;
     top: 15px;
     left: 5px;
     transform: translateY(-105%) translateX(25%);
     font-family: Arial, Helvetica, sans-serif;
     font-weight: normal;
     font-size: 12px;
     line-height: 22px;
     height: 22px;
     width: 22px;
     vertical-align: middle;
     text-align: center;
     color: #fff;
     background: #ffaa00;
     border-radius: 50%;
     padding: 1px;
}
#cartIcon {
    position: relative;
    width: 30px;
    float: right;
    margin-right: 10px;
}
#headerSocial ul { float: right; }

#cartIconMobile {
    position: absolute;
    top: -35px;
    right: 26px;
}
#cartIconMobile .cart-contents:before {
     font-size: 24px;
}
#cartIconMobile .cart-contents-count {
    font-size: 10px;
  line-height: 17px;
  height: 18px;
  width: 18px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea { padding: 9px 12px; border: 1px solid #dddddd; }

@media (min-width: 600px) {
    #cartIconMobile { display: none; }
}

/* === Ховаємо ціни в кошику та оформленні === */
.woocommerce-cart th.product-price,
.woocommerce-cart td.product-price,
.woocommerce-cart th.product-subtotal,
.woocommerce-cart td.product-subtotal,
.woocommerce-cart .cart-subtotal,
.woocommerce-cart .order-total,
.woocommerce-checkout .cart-subtotal,
.woocommerce-checkout .order-total,
.woocommerce-checkout .woocommerce-Price-amount { display: none !important; }
.woocommerce-shipping-fields { display: none !important; }

/* Кнопки в лупі товарів — однаковий стиль і центрування */
.woocommerce ul.products li.product .add_to_cart_button,
.woocommerce ul.products li.product a.button,
.woocommerce ul.products li.product .request-price-btn {
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    margin: 6px 0;
    padding: 12px 10px;
    font-size: 16px;
    text-transform: uppercase;
    background-color: #223c75 !important;
    color: #ffffff !important;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    border-radius: 3px;
    line-height: 1.3;
    letter-spacing: 0.03em;
}

/* === Модальне вікно запиту ціни === */
#nioRequestModal { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 99999; display: none; }
#nioRequestOverlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,.6); }
#nioRequestDialog {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 30px 30px 25px;
    width: 660px;
    max-width: 96vw;
    max-height: 96vh;
    overflow-y: auto;
    box-shadow: 0 4px 30px rgba(0,0,0,.3);
}
#nioRequestDialog h3 {
    color: #092665;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 3px;
}
#nioRequestProductName {
    color: #444;
    font-size: 14px;
    margin-bottom: 14px;
    font-style: italic;
}
#nioRequestClose {
    position: absolute;
    top: 10px; right: 14px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #666;
    line-height: 1;
    padding: 0;
}
#nioRequestForm .nioFields-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 20px;
}
.nioField { margin-bottom: 0; }
.nioField label {
    display: block;
    font-size: 13px;
    color: #333;
    margin-bottom: 4px;
    font-weight: bold;
}
.nioField input {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #ccc;
    font-size: 14px;
    box-sizing: border-box;
}
#nioRequestMsg {
    margin: 10px 0 4px;
    font-size: 14px;
    color: #092665;
    min-height: 18px;
}
#nioRequestForm .mainNioButton {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 12px 0;
    font-size: 16px;
    cursor: pointer;
    border: none;
    margin-top: 5px;
}