.f-light{
    font-weight:300;
}
.f-regular{
    font-weight:400;
}
.f-medium{
    font-weight:500;
}
.f-semibold{
    font-weight:600;
}

a.logo img  {
    width: 160px;
    height: auto;
}

.toast-top-center{
    top: 20px;
}
#toast-container>div{
    opacity:1;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}
/* The ribbons */

.corner-ribbon{
    width: 200px;
    background: #e43;
    position: absolute;
    top: 25px;
    left: -50px;
    text-align: center;
    line-height: 30px;
    letter-spacing: 1px;
    color: #f0f0f0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

/* Custom styles */

.corner-ribbon.sticky{
    position: fixed;
}

.corner-ribbon.shadow{
    box-shadow: 0 0 3px rgba(0,0,0,.3);
}

/* Different positions */

.corner-ribbon.top-left{
    top: 25px;
    left: -50px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.corner-ribbon.top-right{
    top: 25px;
    right: -50px;
    left: auto;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-left{
    top: auto;
    bottom: 25px;
    left: -50px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-right{
    top: auto;
    right: -50px;
    bottom: 25px;
    left: auto;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

/* Colors */

.corner-ribbon.blue{background: #1fa2dc;}
#newwork .mfp-container{
    position:fixed;
}
@media screen and (max-width: 767px) {
    .centered-xs{
        text-align: center;
        /* overflow: auto; */
    }
}
.main {
    position: static!important;
    z-index: 1;
    overflow: hidden;
    box-shadow: 0 0 50px #000;
    transition: transform .5s;
}

.nav-open .main {
    transform: scale(.95);
}
.nav-open .nav-trigger {
    right: 20px;
}
.nav-trigger {
    position: fixed;
    z-index: 102;
    top: 21px;
    right: calc(50% - 20px);
    height: 27px;
    width: 34px;
    overflow: hidden;
    color: transparent;
    white-space: nowrap;
    text-indent: 100%;
    transform: translateX(50%);
    transition: transform .1s, right .1s;
}

.nav-trigger span,
.nav-trigger span::before,
.nav-trigger span::after {
    position: absolute;
    height: 2px;
    width: 36px;
    background: black;
}

.nav-trigger span {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.nav-trigger span::before,
.nav-trigger span::after {
    content: '';
    top: 0;
    left: 0;
    transition: background .3s, transform .3s;
}

.nav-trigger span::before {
    transform: translateY(-12px);
}

.nav-trigger span::after {
    transform: translateY(12px);
}

.nav-trigger:hover span,
.nav-trigger:hover span::before,
.nav-trigger:hover span::after {
    background: black;
}

.nav-open .nav-trigger span {
    background: transparent;
}

.nav-open .nav-trigger span::before,
.nav-open .nav-trigger span::after {
    background: #1F2B3D;
}

.nav-open .nav-trigger span::before {
    transform: rotate(-45deg);
}

.nav-open .nav-trigger span::after {
    transform: rotate(45deg);
}

.overlay {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1C1D21;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s;
}

.nav-open .overlay {
    opacity: .6;
    visibility: visible;
}

.nav-container {
    position: fixed;
    z-index: 101;
    top: 0;
    right: 0;
    height: 100%;
    width: 90%;
    max-width: 460px;
    padding: 4em 3.5em;
    background: #F3F3F3;
    overflow: auto;
    transform: translateZ(0);
    transform: translateX(100%);
    transition: transform .5s cubic-bezier(.07,.23,.34,1);
}

.nav-open .nav-container {
    transform: translateX(0);
}

.nav {
    list-style: none;
    padding: 0;
    margin-top: 0px;
}

.nav a {
    display: block;
    padding: .4em 1.1em;
    font-size: 18px;
    margin-top: 11px;
    font-weight: bold;
    text-decoration: none;
    color: #1F2B3D;
    transform: translateZ(0);
}

.nav-open .nav a {
    animation: slide-in .4s .2s backwards;
}
.nav-open .nav a:active, .nav-open .nav a:focus {
    background-color: yellow;
}
.nav-open .nav li:nth-of-type(2) a {
    animation-delay: .3s;
}

.nav-open .nav li:nth-of-type(3) a {
    animation-delay: .4s;
}

.nav-open .nav li:nth-of-type(4) a {
    animation-delay: .5s;
}

.nav-open .nav li:nth-of-type(5) a {
    animation-delay: .6s;
}
.nav-open .nav li:nth-of-type(6) a {
    animation-delay: .7s;
}

.nav-open .nav li:nth-of-type(7) a {
    animation-delay: .8s;
}

.nav-open .nav li:nth-of-type(8) a {
    animation-delay: .9s;
}

@keyframes slide-in {
    0% {
        opacity: 0;
        transform: translateX(80px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/*----- Toggle Button -----*/
.toggle-nav {
    display:none;
}

.menu ul {
    display:inline-block;
    max-width: 624px;
    text-align: center;
}

.menu li {
    margin: 0px 20px 0px 0px;
    float:none;
    list-style:none;
    font-size: 16px;
    line-height: 29px;
    display: inline-block;
}
.menu li .icon-home{
    width: 19px;
    height: 19px;
    margin-bottom: -2px;
}
.menu li:last-child {
    margin-right:0px;
}

.menu a {
    color: black;
    transition:color linear 0.15s;
    text-decoration: none;
    font-weight: 500;
    font-size: 17px;
}

.menu a:hover, .menu .current-item a {
    text-decoration:none;
    color: black;
    font-weight:600;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/*----- Search -----*/
.search-form {
    float:right;
    display:inline-block;
}

.search-form input {
    width:200px;
    height:30px;
    padding:0px 8px;
    float:left;
    border-radius:2px 0px 0px 2px;
    font-size:13px;
}

.search-form button {
    height:30px;
    padding:0px 7px;
    float:right;
    border-radius:0px 2px 2px 0px;
    background:#66a992;
    font-size:13px;
    font-weight:600;
    text-shadow:0px 1px 0px rgba(0,0,0,0.3);
    color:#fff;
}

.scrollup {
    width: 40px;
    height: 40px;
    opacity: 1;
    position: relative;
    background-color: rgba(248, 232, 37, 0.58);
    border-radius:20px;
    display: inline-block;
    float: left;
    margin-right: 10px;
    transition: all 0.4s;
}
.scrollup svg{
    fill: rgba(0,0,0,0.5);
    width: 20px;
    transform: rotate(-90deg) translate(-50%, -50%);
    position: relative;
    height: 20px;
    left: 53%;
    top: 0%;
    transition: all 0.4s;
}
.scrollup:hover {
    background-color: rgb(31, 162, 220);
}
.scrollup:hover svg{
    fill: white;
}

.bottom-floats .new-order.btn.btn-rounded {
    background-color: rgba(248, 232, 37, 1);
    height: 40px;
    line-height: 21px;
    padding-right: 15px;
}
.bottom-floats .new-order.btn.btn-rounded:hover {
    background-color: rgb(31, 162, 220);
}
.bottom-floats .new-order:hover {
    background-color: rgb(31, 162, 220);
}

.new-order-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-top:2px;
    line-height: 39px;
}
.new-order-form label .select2-container--default .select2-selection{
    height:41px;
    position:relative;
}
.new-order-form.custom-errors label .select2-container--default .select2-selection{
    height:38px;
}

.new-order-form .wydzial label .select2-container--default .select2-selection{
    min-width: 157px;
}

.new-order-form .select2-container--default .select2-selection--single .select2-selection__arrow{
    margin-top: 8px;
}
.bottom-floats{
    opacity: 1;
    position: fixed;
    bottom: 25px;
    right: 10px;
    z-index: 99;
}
nav.navbar {
    position:relative;
}
.phone-call{
    left: 50%;
    color:black;
    text-decoration:none;
    bottom: -50px;
    font-size: 21px;
    position: absolute;
    background-color: rgb(238, 238, 238);
    padding: 5px 15px;
    width: 250%;
    transform: translateX(-50%);
    text-align: center;
}
.phone-call svg{
    width: 25px;
    height: 35px;
    top: 10px;
}

/*Cookie Consent Begin*/
#cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
    color: white;
    top: 14px;
    position: relative;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    display: block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 22px 20px 0 10px;
    clear: left;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #E0C91F;
}
/*Cookie Consent End*/
.parsley-errors-list{
    /*height: 16px;*/
    color: red;
    padding-left: 0;
    /*position:absolute;*/
    width: 100%;
    /*bottom: -17px;*/
}
.parsley-errors-list.filled{
    margin-top: 4px;
    line-height: 20px;
}
.gdpr .parsley-errors-list{
    position:relative;
    bottom: 0;
    font-size: 13px;
    font-weight: 500;
}
.errors-container-mobile{
    display:block;
}
.errors-container-global{
    display:none;
}
table.dataTable{
    border-top: 1px solid white;
}

/*table.dataTable thead .sorting {*/
/*    background-image: url("../img/sort-both.svg");*/
/*}*/

table.dataTable thead .sorting {
    background-image: url("../img/sort-both2.svg");
}

table.dataTable thead .sorting_asc {
    background-image: url("../img/sort-up.svg")
}

table.dataTable thead .sorting_desc {
    background-image: url("../img/sort-down.svg")
}
table.dataTable thead th.sorting_asc, table.dataTable thead th.sorting_desc{
    background-size: 13px;
    background-position-x: calc(100% - 5px);
}
table.dataTable thead td.sorting_asc, table.dataTable thead td.sorting_desc {
    background-size: 13px;
    background-position-x: calc(100% - 5px);
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
    background:white;
}

table.dataTable thead th, table.dataTable thead td{
    vertical-align:middle;
    background-size: 20px;
    font-size: 16px;
    font-weight: 500;
}
.section-table thead td, .section-table tfoot td {
    color: white;
}

.section-table thead td, .section-table tfoot td {
    color: white;
}
/*table.dataTable.display tbody tr:hover>td, table.dataTable.order-column.hover tbody tr:hover>td {*/
/*    background-color: #eaeaea;*/
/*}*/
table.dataTable.display tbody tr:hover>td, table.dataTable.order-column.hover tbody tr:hover>td {
    background-color: #b7e4f8!important;
}
.section-editors-list table.dataTable.display tbody tr:hover>td.stars .stars-list .bg{
    background-image: url(../img/star-white.svg);
}
.section-editors-list table.dataTable.display tbody tr:hover>td.stars .stars-list .real{
    background-image: url(../img/star-black.svg);
}
table.dataTable.display tbody tr.child:hover>td, table.dataTable.order-column.hover tbody tr.child:hover>td {
    background-color: transparent;
}
label .select2-container--default .select2-selection {
    display: block;
    width: 100%;
    height: 44px;
    border: 0;
    font-size: 1.1em;
    border-radius:0;
    margin: 0;
    background-color: #ececec;
}
label .select2-container--default .select2-container{
    margin:0;
    width:100%!important;
}
label .select2-container--default .select2-selection__placeholder{
    margin-top: 8px;
    margin-bottom: 8px;
    color: black!important;
}
label .select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-top-color: black;
    border-width: 7px 6px 0 6px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-bottom-color: black;
    border-width: 0 6px 6px 6px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    margin-right: 8px;
    top: -2px;
}
.select2-container--default .select2-selection--single .select2-selection__clear{
    /*display:none;*/
    margin-right: 7px;
    right: 10px;
    font-size: 22px;
    color: red;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    padding-left:25px;
    padding-top: 8px;
}
.select2-container.select2-container--default{
    width:100%!important;
}

[data-quantity] {
    position: relative;
    width: 100%;
    max-width: 11rem;
    padding: 0;
    margin: 0;
    border: 0;
}

[data-quantity] legend {
    display: none;
}

[data-quantity] input {
    font-size: 18px;
    height: 4rem;
    padding: 0 4rem;
    border-radius: 2rem;
    border: 0;
    background: #fff;
    color: #222;
    box-shadow: 0 10px 65px -10px rgba(0, 0, 0, 0.25);
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    font-weight: lighter;
}

[data-quantity] input:focus {
    outline: none;
    box-shadow: 0 5px 55px -10px rgba(0, 0, 0, 0.2), 0 0 4px #3fb0ff; /* Allows border radius on focus */
}

[data-quantity] input[type=number]::-webkit-inner-spin-button,
[data-quantity] input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

[data-quantity] input[type=number] {
    -moz-appearance: textfield;
}

[data-quantity] button {
    position: absolute;
    width: 2.8rem;
    height: 2.8rem;
    top: 0.6rem;
    display: block;
    padding: 0;
    margin: 0;
    border: 0;
    background: #fff
    url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="50"><path d="M17 25h16M67 25h16M75 17v16" fill="none" stroke="rgb(59,69,66)" stroke-width="1.5px" stroke-linecap="round" stroke-linejoin="round" /></svg>')
    no-repeat 0 0;
    background-size: 5.6rem 2.8rem;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    border-radius: 1.4rem;
    cursor: pointer;
    transition: opacity 0.15s;
    opacity: 0.5;
}

[data-quantity] button:active {
    background-position-y: 1px;
    box-shadow: inset 0 2px 12px -4px #c5d1d9;
}

[data-quantity] button:focus {
    outline: none;
}

[data-quantity] button:hover {
    opacity: 1;
}

[data-quantity] button.sub {
    left: 0.6rem;
}

[data-quantity] button.add {
    right: 0.6rem;
    background-position-x: -2.8rem;
}

.form-group .horizontal-group {
    display:flex;
    align-items: stretch;
    flex-direction: row;
    flex-wrap:wrap;
}
.form-group .horizontal-group .form-input {
    padding: 0px 5px;
    padding: 0;
    flex-grow:1;
    width: 100%;
}
.form-group .horizontal-group .form-input:first-child {
    padding-right:5px;
    padding: 0px;

}
.form-group .horizontal-group .form-input:last-child {
    padding: 0px;
}
.form-group .horizontal-group .form-input label {
    white-space: nowrap;
}
.form-group .horizontal-group .form-input.optional-hidden label{
    margin-bottom:0;
}
.form-group .horizontal-group{
    border-bottom: 1px dashed grey;
}
.form-group #ilosc_pokaz[value="1"] + .horizontal-group{
    border:0;
}
.form-group #ilosc_pokaz_tytul[value="1"] + .horizontal-group{
    border:0;
}
.form-group .horizontal-group.last-visible-div{
    border:0;
}
.form-group .horizontal-group .form-input {
    padding: 0px 5px;
}
.form-group .horizontal-group .form-input:first-child {
    padding: 0px;
    padding-right:5px;
}
.form-group .horizontal-group.horizontal-titles .form-input {
    padding: 0px;
}
.form-group .horizontal-group.horizontal-titles .form-input:first-child {
    padding: 0px;
}

.form-multiple-checkboxes{
    display:flex;
    flex-wrap: wrap;
}
.form-multiple-checkboxes .form-input{
    flex-grow: 1;
    width: 50%;
}

.form-multiple-checkboxes .form-input .pretty{
    white-space: normal;
}

.progress {
    height: 15px;
    margin-bottom: 20px;
    margin-top: 6px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
.progress-bar-info {
    background-color: #5bc0de;
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
}

.fileinput-button input {
    display:none;
}
#interested-errors-container{
    width:100%;
}
.btn.btn-info.fileinput-button .fileuploader{
    padding: 10px 10px;
    border-radius:35px;
    background-color: #f8e825;
    color:black;
    text-decoration: none;
    position:relative;
    text-align:center;
    font-weight: 700;
    font-size: 13px;
    display: inline-block;
    width: 130px;
    margin-bottom: 10px;
    margin-top: 10px;
    transition: all 0.4s;
}
.btn.btn-info.fileinput-button .fileuploader:hover {
    background-color: #1a97d5;
    color:white;
}
.progress2{
    display: inline-block;
    width: calc(100% - 144px);
    float: right;
    margin-top: 12px;
}
.red {
    color:red;
}
.green{
    color:green;
}
.red-bg {
    background-color: red;
    border-radius: 3px;
    color: white;
    display: block;
    padding: 9px;
    line-height: 19px;
}
.green-bg{
    background-color:green;
    border-radius: 3px;
    color: white;
    display: block;
    padding: 9px;
    line-height: 19px;
}
.btn.btn-rounded {
font-family: 'Montserrat',sans-serif;
}
.btn.btn-rounded.green{
    background-color:green;
    color:white;
}
.btn.btn-rounded.green:hover{
    background-color: #f8e825;
}
.nick-container .value a{
    color:black!important;
    font-size:1em;
}
.nick-container .editor-nick {
    margin-right:5px;
}
.btn.btn-rounded.disabled{
    opacity:0.7;
    cursor: not-allowed!important;
}
.btn.btn-rounded.small{
    padding: 2px 15px;
    text-indent: 0;
    font-weight:600;
}
.btn.btn-rounded.big{
    font-size: 21px;
    width: 250px;
}
.loader{
    position: fixed;
    top: 0;
    left: 0;
    righT: 0;
    bottom: 0;
    vertical-align: middle;
    background: rgba(0,0,0,0.7);
    z-index: 999;
}
.loader > *{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.btn.btn-rounded.disabled:hover {
    background-color: #f8e825;
    color: black;
}
.btn.btn-rounded.disabled:hover svg {
    fill: black;
}
#editor-stats-table ~ .dataTables_paginate{
    padding-right:20px;
}
@media screen and (max-width: 1199px) {

    .menu {
        display:inline-block;
        position: relative;
        z-index: 9;
        margin-top: 2px;
    }

    .menu ul.active {
        display:none;
    }

    .menu ul {
        width: 180px;
        position:absolute;
        top:120%;
        left: -61px;
        padding: 7px 24px;
        box-shadow:0px 1px 1px rgba(0,0,0,0.15);
        border-radius: 18px;
        background: white;
    }

    .menu ul:after {
        width:0px;
        height:0px;
        position:absolute;
        top: 0%;
        left: 82px;
        content:'';
        transform:translate(0%, -100%);
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid white;
    }

    .menu li {
        margin: 8px 0px 5px 0px;
        float:none;
        display:block;
        line-height: 1;
    }
    .menu li:first-child {
        margin-top: 7px;
    }
    .menu a {
        display:block;
    }
    .menu li a {
        font-size: 15px;
    }
    .menu a.toggle-nav {
        padding: 3px 20px;
        float:left;
        display:inline-block;
        box-shadow:0px 1px 1px rgba(0,0,0,0.15);
        border-radius: 17px;
        background: white;
        text-shadow:0px 1px 0px rgba(0,0,0,0.5);
        color: black;
        font-size:20px;
        transition:color linear 0.15s;
        font-size: 19px;
    }
    .toggle-nav span {
        transform: scaleX(1.6);
        display: block;
    }
    .toggle-nav:hover, .toggle-nav.active {
        text-decoration:none;
        color: black;
    }
}
@media screen and  (min-width: 768px) and (max-width: 1199px) {
    a.logo img  {
        width: 245px;
    }
    .navbar .header-top {
        padding-top: 7px;
    }
    .menu {
        margin-top: 19px;
        flex: auto;
    }
    .menu a.toggle-nav {
        float:right;
        margin-right: 16px;
        padding: 8px 22px;
    }
    .menu ul:after {
        left: 102px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid white;
    }
    .menu ul {
        width: 229px;
        top: 108%;
        left: 78px;
        padding: 17px 24px;
        border-radius: 20px;
    }
    .menu li a {
        font-size: 22px;
    }
    .menu li {
        margin-top: 15px;
    }
    .menu li:first-child {
        margin-top: 0px;
    }
    .bottom-floats{
        right:40px;
    }

    .phone-call{
        width:auto;
        transform:none;
        left: 90px;
        color:black;
        bottom: -11px;
        font-size: 21px;
        padding: 0;
        background: none;
        max-height: 24px;
        line-height:24px;
    }
    .phone-call svg{
        width: 22px;
        height: 22px;
        top: 4px;
    }
    .phone-call span{
        height:20px;
    }
    .gdpr .parsley-errors-list{
        position:relative;
        bottom: 0;
        font-size: 15px;
    }
    .form-multiple-checkboxes .form-input {
        flex-grow: 1;
        width: 50%;
    }
    .form-group .horizontal-group{
        flex-wrap: wrap;
        border-bottom: 2px dashed grey;
    }
    .form-group #ilosc_pokaz[value="1"] + .horizontal-group{
        border:0;
    }
    .form-group #ilosc_pokaz_tytul[value="1"] + .horizontal-group{
        border:0;
    }
    .form-group .horizontal-group.last-visible-div{
        border:0;
    }

    .form-group .horizontal-group  .form-input{
        flex-grow: 1;
        width: 33.33%;
    }
    .form-group.titles-group .horizontal-group .form-input {
        width: 100%;
    }
    .form-group.titles-group .horizontal-group.horizontal-titles .form-input {
        padding: 0;
    }

    .new-work-section .form-group.titles-group label{
        margin-bottom:5px
    }
    .errors-container-mobile{
        display:none;
    }
    .errors-container-global{
        display:block;
    }
    form label .col-xl-3 span{
        line-height:30px;
    }
    .new-order-form label .select2-container--default .select2-selection{
        height:44px;
    }
    .new-order-form .select2-container--default .select2-selection--single .select2-selection__rendered{
        line-height:42px;
    }
    .new-order-form .select2-container--default .select2-selection--single .select2-selection__arrow{
        margin-top:11px;
    }
}
@media screen and  (min-width: 1200px) {
    a.logo img  {
        width: 245px;
        height: auto;
        margin-top: -14px;
    }
    .bottom-floats{
        right:100px
    }
    form label .col-xl-3{

    }
    form label .col-xl-3 span{
        position: absolute;
        top: 14px;
        right: -5px;
        text-align:right;
        width: 100%;
    }
    form .doubleLabel label .col-xl-3 span{
        top: 7px;
    }
    .phone-call {
        left: 102px;
        color:black;
        bottom: 2px;
        font-size: 19px;
        padding: 0px 0px;
        width:auto;
        transform:none;
        background-color: transparent;
        max-height: 24px;
        line-height:24px;
    }
    .phone-call svg{
        width: 22px;
        height: 22px;
        top: -2px;
    }
    .phone-call span{
        vertical-align: super;
        height:20px;
    }
    .parsley-errors-list {
        width: 100%;
    }
    .errors-list {
       overflow:hidden;
    }
    .gdpr .parsley-errors-list{
        font-size: 14px;
    }
    .form-group .horizontal-group {
        flex-wrap: nowrap;
    }
    .form-group .horizontal-group .form-input{
        width:auto;
    }
    .form-group .horizontal-group.horizontal-titles .form-input {
        padding: 0px 5px;
    }
    .form-group .horizontal-group.horizontal-titles .form-input.optional-hidden{
        padding: 0px;
    }
    .form-group .horizontal-group.horizontal-titles .form-input:first-child {
        padding: 0px;
        padding-right:5px;
    }
    .form-group .horizontal-group.horizontal-titles .form-input:first-child {
        max-width: 40%;
        min-width: 40%;
    }

    .errors-container-mobile{
        display:none;
    }
    .errors-container-global{
        display:block;
    }
}

.flatpickr-months .flatpickr-month{
    height:40px;
}

.flatpickr-month .select2-container.select2-container--default{
    width:140px!important;
    padding:0;
}

.flatpickr-month .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 5px;
    padding-top: 0px;

}
.flatpickr-month .select2-container--default .select2-selection--single .select2-selection__arrow {
    margin-top:5px;
}
.expand {
    font-weight: bold;
    font-style: italic;
    font-size: 12px;
    cursor: pointer;
    position:absolute;
    bottom:-20px;
}
.footer-cms.expandable .container{
    height:250px;
    overflow: hidden;
}
.footer-cms.expandable {
    margin-bottom: 30px;
    position:relative;
}
@keyframes ldio-nv1bc06l7hm {
    0% { transform: rotate(0) }
    100% { transform: rotate(360deg) }
}
.ldio-nv1bc06l7hm div { box-sizing: border-box!important }
.ldio-nv1bc06l7hm > div {
    position: absolute;
    width: 197.4px;
    height: 197.4px;
    top: 6.300000000000001px;
    left: 6.300000000000001px;
    border-radius: 50%;
    border: 16.8px solid #000;
    border-color: #12a3e1 transparent #12a3e1 transparent;
    animation: ldio-nv1bc06l7hm 1.4705882352941175s linear infinite;
}

.ldio-nv1bc06l7hm > div:nth-child(2), .ldio-nv1bc06l7hm > div:nth-child(4) {
    width: 159.6px;
    height: 159.6px;
    top: 25.200000000000003px;
    left: 25.200000000000003px;
    animation: ldio-nv1bc06l7hm 1.4705882352941175s linear infinite reverse;
}
.ldio-nv1bc06l7hm > div:nth-child(2) {
    border-color: transparent #ffe807 transparent #ffe807
}
.ldio-nv1bc06l7hm > div:nth-child(3) { border-color: transparent }
.ldio-nv1bc06l7hm > div:nth-child(3) div {
    position: absolute;
    width: 100%;
    height: 100%;
    transform: rotate(45deg);
}
.ldio-nv1bc06l7hm > div:nth-child(3) div:before, .ldio-nv1bc06l7hm > div:nth-child(3) div:after {
    content: "";
    display: block;
    position: absolute;
    width: 16.8px;
    height: 16.8px;
    top: -16.8px;
    left: 73.5px;
    background: #12a3e1;
    border-radius: 50%;
    box-shadow: 0 180.6px 0 0 #12a3e1;
}
.ldio-nv1bc06l7hm > div:nth-child(3) div:after {
    left: -16.8px;
    top: 73.5px;
    box-shadow: 180.6px 0 0 0 #12a3e1;
}

.ldio-nv1bc06l7hm > div:nth-child(4) { border-color: transparent; }
.ldio-nv1bc06l7hm > div:nth-child(4) div {
    position: absolute;
    width: 100%;
    height: 100%;
    transform: rotate(45deg);
}
.ldio-nv1bc06l7hm > div:nth-child(4) div:before, .ldio-nv1bc06l7hm > div:nth-child(4) div:after {
    content: "";
    display: block;
    position: absolute;
    width: 16.8px;
    height: 16.8px;
    top: -16.8px;
    left: 54.6px;
    background: #ffe807;
    border-radius: 50%;
    box-shadow: 0 142.8px 0 0 #ffe807;
}
.ldio-nv1bc06l7hm > div:nth-child(4) div:after {
    left: -16.8px;
    top: 54.6px;
    box-shadow: 142.8px 0 0 0 #ffe807;
}
.loadingio-spinner-double-ring-skmjfxd0f6 {
    width: 210px;
    height: 210px;
    display: inline-block;
    overflow: hidden;
    background: none;
}
.ldio-nv1bc06l7hm {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0; /* see note above */
}
.ldio-nv1bc06l7hm div { box-sizing: content-box; }
@keyframes flickerAnimation {
    0%   { opacity:1; }
    50%  { opacity:0; }
    100% { opacity:1; }
}
@-o-keyframes flickerAnimation{
    0%   { opacity:1; }
    50%  { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes flickerAnimation{
    0%   { opacity:1; }
    50%  { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes flickerAnimation{
    0%   { opacity:1; }
    50%  { opacity:0; }
    100% { opacity:1; }
}
.icon-koperta{
    width: 30px;
    height: 30px;
    -webkit-animation: flickerAnimation 1s infinite;
    -moz-animation: flickerAnimation 1s infinite;
    -o-animation: flickerAnimation 1s infinite;
    animation: flickerAnimation 1s infinite;
}