@font-face {
    font-family: 'Inter';
    src: url('/fileadmin/templates/fonts/inter/Inter-VariableFont_opsz,wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
}

@font-face {
    font-family: 'InterItalic';
    src: url('/fileadmin/templates/fonts/inter/Inter-Italic-VariableFont_opsz,wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
}
#request_quote_2026 .head {
    font-size:18px;
    font-weight:400;
}
#request_quote_2026 {
    font-family: 'Inter', sans-serif !important;
}
#request_quote_2026 * {
    font-family: 'Inter', sans-serif !important;
}
#mobile-drawer {
    position: fixed;
    inset: 0;
    z-index: 9999;
    pointer-events: none;
}

#mobile-drawer[aria-hidden="false"] {
    pointer-events: all;
}

.mobile-drawer-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
}

#mobile-drawer[aria-hidden="false"] .mobile-drawer-overlay {
    opacity: 1;
}

.mobile-drawer-panel {
    position: absolute;
    top: 0;
    right: 0;
    width: min(805px, 90%);  /* max 805px, na mobile full width */
    height: 100%;
    background: #fff;
    overflow-y: auto;
    padding: 0px;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    padding-top:0px;
    padding-bottom:0px;
    overflow-x:hidden;
}

#mobile-drawer[aria-hidden="false"] .mobile-drawer-panel {
    transform: translateX(0);
}

.mobile-drawer-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 1.5rem;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 10000; /* nad panelom */
}

body .pr-name {
    color:black;
}

body.drawer-open {
    overflow: hidden;
}

.mobile-drawer-close {
    display: block;
    position: fixed;
    width: 24px;
    height: 24px;
    top: 5px;
    right: 1rem;
    background: url('/fileadmin/templates/img/svg/close-cryoniq.svg') no-repeat 0px 0px transparent;
    background-size: 100% auto;
    cursor: pointer;
    z-index: 10001;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

#mobile-drawer[aria-hidden="false"] .mobile-drawer-close {
    opacity: 1;
    pointer-events: all;
}
.mobile-drawer-close:after,
.mobile-drawer-close:before {
    display:none;
}
body #quickQuoteFormID2026 input[type="text"],
body #quickQuoteFormID2026 input[type="email"] {
  border: 0px solid transparent;
  border-radius: 10px;
  font-family: 'gothamlight';
  font-weight: 400;
  border: 1px solid #d6d6d6;
  padding-top:0px;
  padding-bottom:0px;
  height: calc(1.5em + 0.75rem + 4px);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0) !important;
  font-size: 12px;
  line-height: 16px;
}
body #request_quote_2026 {
    padding-top:5px !important;
    padding-left:12px;
    padding-right:12px;
}
body #quickQuoteFormID2026 .plate {
    background-color:#ffffff;
    border-color:transparent !important;
}
body #quickQuoteFormID2026 .small {
    font-size:10px;
    line-height:13px;
}
body #quickQuoteFormID2026 label {
    /*color: #495057;*/
    font-size:13px;
    font-weight:600;
}
body #quickQuoteFormID2026 label a {
    font-size:11px;
}
body #quickQuoteFormID2026 .form-check label {
    font-weight:400;
    font-size:11px;
    line-height:13px;
}
body #quickQuoteFormID2026 .col-left {
    flex:0 0 50%;
    max-width:50%;
    padding:1rem !important;
}
body #quickQuoteFormID2026 .col-right {
    flex:0 0 50%;
    max-width:50%;
    padding:1rem !important;
}
body #quickQuoteFormID2026 textarea {
    resize:none;
    font-size:12px;
}
body #quickQuoteFormID2026 h4 {
    font-weight:600;
    color:black !important;
}
body #quickQuoteFormID2026 .btn {
    background-color:black;
    color:white;
}
body #quickQuoteFormID2026 .btn:hover {
    background-color:white;
    color:black;
    border-color:black;
}

body #quickQuoteFormID2026 .phone-holder .ch1 {
  flex: 0 0 90px;
  max-width: 90px;
  position: relative;
  margin-right:10px;
}
body #quickQuoteFormID2026 h4:after {
    display:none;
}
body #quickQuoteFormID2026 .phone-holder .ch1 .phonePrefixArrow {
    left:35px !important
}
body #quickQuoteFormID2026 .phone-holder .ch2 {
  flex: 0 0 calc( 100% - 100px );
  max-width: calc( 100% - 100px );
}
body #quickQuoteFormID2026 .country-holder .countryArrow {
    top:3px;
}
body #quickQuoteFormID2026 .plate {
    cursor: pointer;
    transition: background-color 0.15s ease;
}
body #quickQuoteFormID2026 .plate.selected {
    background-color: #e8edf2 !important;
    border-color: #6c757d !important;
}
body #quickQuoteFormID2026 .phone-holder .ch1::after,
body .mobile-drawer-body .lightbox-contact .phone-holder .ch1::after {
    display:none !important;
}
body .fancybox-inner #request_quote_2026 .products-row img {
    max-width:70px;
    height:auto;
}
#quickQuoteFormID2026 span:has(input[type="checkbox"]) {
    display: inline-flex;
    line-height: 0;
    font-size: 0;
}
.line-height-25 {
    line-height:25px !important;
    position:relative;
    top:-1px;
}
body #quickQuoteFormID2026 .phone-holder .ch1 .flag {
    top:0;
    bottom:0;
    margin-top:auto;
    margin-bottom:auto;
}
body #quickQuoteFormID2026 .country-holder .flag {
    top:0;
    bottom:0;
    margin-top:auto;
    margin-bottom:auto;
}
body #quickQuoteFormID2026 .country-holder .flag img{
    position:relative;
    height:12px;
    width:auto;
}
body #quickQuoteFormID2026 .country-holder .flag img,
body #quickQuoteFormID2026 .phone-holder .ch1 .flag img {
    top:2px;
    height:12px;
    width:auto;
}
#quickQuoteFormID2026 span:has(> img) {
    display: block;
    font-size: 0;
    line-height: 0;
}
body #quickQuoteFormID2026 .col-right {
    display: flex;
    flex-direction: column;
}
body #quickQuoteFormID2026 .message {
    text-align:Center !important;
}
body #quickQuoteFormID2026 .content-close{
    background-color: #0071e3 !important;
    border-color: #0071e3 !important;
}
body #quickQuoteFormID2026 .content-close:hover {
    background-color:white !important;
    color:black !important;
    border-color:black !important;
}
body #quickQuoteFormID2026 .col-right .form-group.terms-group {
    margin-top: 0px;
    margin-bottom: 0;
}
body #quickQuoteFormID2026 .col-right .sendQuickQuote2026 {
    align-self: flex-start;
}
body #quickQuoteFormID2026 .message.l2 .typo3-messages {
    margin-top:50px;
}
@media only screen and (max-width: 1366px) {
    body .fancybox-quote-2026 .fancybox-inner {
        overflow-x: hidden !important;
    }
    body #quickQuoteFormID2026 .col-left {
        padding:0.5rem !important;
        flex:0 0 53%;
        max-width:53%;
    }
    body #quickQuoteFormID2026 .col-right {
        padding:0.5rem !important;
        flex:0 0 47%;
        max-width:47%;
    }
    body #quickQuoteFormID2026 h4 {
        font-size:20px;
        line-height:24px;
    }
}
@media only screen and (max-width: 1050px) {
    body .mobile-drawer-body .lightbox-contact,
    body .fancybox-inner #request_quote_2026 {
        padding: 7.5px 0 0 0;
    }
    body .mobile-drawer-body .lightbox-contact h4,
    body .fancybox-inner #request_quote_2026 h4 {
        color: black !important;
    }
    body .mobile-drawer-panel {
        width: min(905px, 90%);
    }
    body .fancybox-quote-2026 .fancybox-close {
        width:25px;
        height:25px;
        background-size:100% auto;
    }
}
@media only screen and (max-width: 1030px) {
    body #request_quote_2026 {
        padding: 5px !important;
    }
}
@media only screen and (max-width: 768px) {
    body .line-height-25 {
        line-height:13px !important;
    }
    body #quickQuoteFormID2026 .col-left {
        padding: 0.2rem !important;
        flex: 0 0 100%;
        max-width: 100%;
        border: 0px solid transparent !important;
        margin-bottom: 30px;
    }
    body #quickQuoteFormID2026 .col-right {
        padding: 0.2rem !important;
        flex: 0 0 100%;
        max-width: 100%;
    }
    body .mobile-drawer-body div.border-bottom,
    body .fancybox-inner #request_quote_2026 div.border-bottom {
        margin-right: 0px !important;
        padding-bottom: 8px !important;
        margin-bottom: 15px;
        font-weight: 800;
        padding-left: 7px !important;
    }
    body .mobile-drawer-body .lightbox-contact,
    body .fancybox-inner #request_quote_2026 {
        background-color: #f7f7f7;
        padding-left: 10px !important;
        padding-right: 10px !important;
        padding-bottom: 15px !important;
    }
    body .mobile-drawer-body .lightbox-contact .phone-holder .ch1::after,
    body .fancybox-inner #request_quote_2026 .phone-holder .ch1::after {
        display: none !important;
    }
}
@media only screen and (max-width: 500px) {
    body .mobile-drawer-body .lightbox-contact .form-row .col-6,
    body .fancybox-inner #request_quote_2026 .form-row .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    body .mobile-drawer-body .lightbox-contact .products-row .col-6,
    body .fancybox-inner #request_quote_2026 .products-row .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    #quickQuoteFormID2026 .col-left .row > .col-6:nth-child(1) { order: 1; }
    #quickQuoteFormID2026 .col-left .row > .col-6:nth-child(2) { order: 4; }
    #quickQuoteFormID2026 .col-left .row > .col-6:nth-child(3) { order: 2; }
    #quickQuoteFormID2026 .col-left .row > .col-6:nth-child(4) { order: 5; }
    #quickQuoteFormID2026 .col-left .row > .col-6:nth-child(5) { order: 3; }
    #quickQuoteFormID2026 .col-left .row > .col-6:nth-child(6) { order: 6; }
    body .mobile-drawer-panel {
        width: 320px;
    }
}
/*
@media only screen and (max-width: 1050px) {
    body .mobile-drawer-body .lightbox-contact{
        padding:7.5px 0 0 0;
    }
    body .mobile-drawer-body .lightbox-contact h4 {
        color:black !important;
    }
    body .mobile-drawer-panel {
        width:min(905px, 90%);
    }
}
@media only screen and (max-width: 1030px) {
    body #request_quote_2026 {
        padding:5px !important;
    }
}
@media only screen and (max-width: 768px) {
    body #quickQuoteFormID2026 .col-left {
        padding: 0.2rem !important;
        flex: 0 0 100%;
        max-width: 100%;
        border:0px solid transparent !important;
        margin-bottom:30px;
    }
     body #quickQuoteFormID2026 .col-right {
        padding: 0.2rem !important;
        flex: 0 0 100%;
        max-width: 100%;
    }
    body .mobile-drawer-body div.border-bottom {
        margin-right:0px !important;
        padding-bottom:8px !important;
        margin-bottom:15px;
        font-weight:800;
        padding-left:7px !important;
    }
    body .mobile-drawer-body .lightbox-contact{
        background-color:#f7f7f7;
        padding-left:10px !important;
        padding-right:10px !important;
        padding-bottom:15px !important;
    }
    body .mobile-drawer-body .lightbox-contact .phone-holder .ch1::after {
        display:none !important;
    }
}
@media only screen and (max-width: 500px) {
    body .mobile-drawer-body .lightbox-contact .form-row .col-6{
        flex:0 0 100%;
        max-width:100%;
    }
    body .mobile-drawer-body .lightbox-contact .products-row .col-6 {
        flex:0 0 100%;
        max-width:100%;
        padding-left:15px !important;
        padding-right:15px !important;
    }
    #quickQuoteFormID2026 .col-left .row > .col-6:nth-child(1) { order: 1; }
    #quickQuoteFormID2026 .col-left .row > .col-6:nth-child(2) { order: 4; }
    #quickQuoteFormID2026 .col-left .row > .col-6:nth-child(3) { order: 2; }
    #quickQuoteFormID2026 .col-left .row > .col-6:nth-child(4) { order: 5; }
    #quickQuoteFormID2026 .col-left .row > .col-6:nth-child(5) { order: 3; }
    #quickQuoteFormID2026 .col-left .row > .col-6:nth-child(6) { order: 6; }
    body .mobile-drawer-panel {
        width: 320px;
    }
}
*/