@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
html{
    position: relative;
    height: 100%;
}
body{
    position: relative;
    min-height: 100%;
    padding-bottom: 427px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -1px;
}
.font-2{
    font-family:'Open Sans', sans-serif !important;
    letter-spacing: normal;
}
img,svg{
    max-width: 100%;
    max-height: 100%;
}

header > .container{
    position: relative;
}
header{
    background: #1b1b1b;
    color: #fff;
    transition: all 0.3s;
    border-bottom: 2px solid #ebc184;
    margin-bottom: 30px;
}
header > div{
    padding: 30px 0;
}
header > .bar-2{
    background: #f4f4f4;
    color: #8d8d8d;
    padding-bottom: 20px;
}
header > .bar-3{
    background: #e5e5e5;
    color: #8d8d8d;
}
header .bar-1 a{
    color: #fff;
    text-decoration: none;
}
header .bar-1 a.active{
    font-weight: 700;
}
header .bar-1 a > i{
       color: #3d3d3d;
    font-size: 24px;
    vertical-align: middle;
    margin-right: 7px;
}
header .bar-2 a{
    color: #8d8d8d;
    font-weight: 500;
    font-size: 20px;
    text-decoration: none;
}
header .bar-2 a:hover{
    color: #cb8b44;
}
header .bar-2 a > i{
    font-size: 40px;
    vertical-align: middle;
    margin-right: 20px;
}
header .bar-3 a{
    color: #8d8d8d;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
}
.reklama {
    height: 295px;
    background: #e2e2e2;
    text-align: center;
    line-height: 295px;
    font-size: 30px;
    text-transform: uppercase;
    color: #8d8d8d;
    margin-bottom: 30px;
}
body header nav{
    padding-top: 16px;
}
.header-logo{
}
.header-logo > img,
.header-logo > svg{
    max-width: none;
    max-height: none;
        position: relative;
        left: 50%;
    transform: translateX(-50%);
}
body.is-scroll .header-logo{
}
.small-login-form {
    text-align: right;
}
.small-login-form .login-control {
    display: inline-block;
    background: #272727;
    padding: 5px 10px;
    color: #ababab;
        height: 40px;
    vertical-align: middle;
    line-height: 32px;
    margin-right: 20px;
        width: calc(40% - 10px);
}
.small-login-form .login-control i{
    margin-right: 10px;
}
.small-login-form .login-control input{
    border: none;
    background: transparent;
    color: #ababab;
    width: calc(100% - 25px);
}
@media(max-width:1920px){
    .small-login-form .login-control{
        width: calc(35% - 10px);
    }
}
.small-login-form button{
    background: #cb8b44;
    color: #000;
        height: 40px;
    vertical-align: middle;
    width: 88px;
    text-align: center;
    line-height: 35px;
}
.small-login-form > div:last-child{
    margin-top: 10px;
    color: #ababab;
}
.small-login-form > div:last-child a:first-child{
    margin-right: 5px;
}
.small-login-form > div:last-child a{
    color: #ababab;
    font-size: 17px;
    text-decoration: underline;
    margin-left: 5px;
}
.header-3{
    color: #cb8b44;
    font-size: 25px;
    font-weight: 700;
    margin: 30px 0 20px;
}
.file-add {
    display: inline-block;
    position: relative;
}
.file-add.is-hidden {
    display: none;
    margin: 0;
}
.file-add input[type=file]{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
}
.file-add .btn{
    background: #f5f5f5;
    border: 1px solid #dadada;
    border-radius: 0;
    font-size: 16px;
    color: #000000;
    padding: 9px 25px 8px;
    line-height: normal;
    font-family:'Open Sans', sans-serif !important;
}
.ajax-uploader .file-add .btn{
    background: transparent;
    text-decoration: underline;
    font-size: 20px;
    color: #b1b1b1;
    border: none;
    padding-left: 4px;
}
.ajax-uploader .file-add .btn i{
        color: #cb8b44;
    font-size: 25px;
    vertical-align: middle;
    margin-right: 17px;
}
.file-as-drop .file-add .btn{
    border: 1px solid #cbcbcb;
    background: #fff;
    padding: 30px 30px 30px 115px;
    color: #909090;
    max-width: 270px;
    text-align: left;
    position: relative;
}
.file-as-drop .file-add .btn:before{
    content: "\f158";
    font-family: flaticon !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 45px;
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
}
.file-as-drop .file-add{
    max-width: 270px;
}
.file-as-drop .file-add input[type=file]{
    opacity: 0;
    z-index: 2;
    width: 100%;
    height: 100px;
    pointer-events: auto;
    cursor: pointer;
}
span.file-after-label {
    font-size: 14px;
    color: #848484;
    padding-left: 25px;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    max-width: 322px;
}
.added-photo-label {
    color: #083243;
    font-size: 14px;
    font-weight: 700;
    display: block;
    line-height: normal;
    margin-bottom: 5px;
}
.photo-actions {
    display: none;
}
.loaded + .photo-actions,
.photo-actions.active{
    display: inline-block;
}
.photo-actions > span {
    cursor: pointer;
    display: block;
    text-align: left;
    font-size: 12px;
    line-height: normal;
    color: #083243;
}
.photo-actions > span.remove-photo{
    color: #ff0000;
}
.img_prev_min {
    width: 100%;
    background: #fff;
    height: 150px;
    text-align: center;
    line-height: 150px;
    margin-bottom: 1px;
    border: 1px solid #d4d4d4;
    cursor: pointer;
    position: relative;
}
.img_prev_min:not(.loaded):not(.pre_loaded):hover:after{
    content: '+';
    position: absolute;
    font-size: 105px;
    border: 1px solid #d4d4d4;
    color: #d4d4d4;
    height: 80px;
    width: 80px;
    line-height: 80px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.as-img-label{
    color: #848484;
    font-size: 14px;
    font-weight: 400;
    display: block;
    position: relative;
}
.img-required .as-img-label{
    padding-left: 10px;
}
.img-required .as-img-label:before{
    content: '*';
    color: #ff0000;
    font-size: 28px;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: -5px;
}
.galieria-item-col{
    margin-bottom: 20px;
}
.flat{
    display: inline-block;
    margin: 0;
}
.flat:before{
    line-height: 1;
    margin: 0;
    font-size: inherit;
}
.flat.revert-v {
    transform: scaleX(-1);
}
.flat.revert-h {
    transform: scaleY(-1);
}
.flat.revert-vh {
    transform: scale(-1);
}
.container{
    max-width: 2353px;
}
.container.with-p{
        padding-left: 73px;
    padding-right: 86px;
}
.container.right-p {
    padding-right: 123px;
}
*:focus,
.btn-check:focus+.btn, .btn:focus{
    outline: none;
    box-shadow: none;
}
.btn{
    border-radius: 0;
}
.btn-secondary{
    background-color: #dbdbdb;
    border-color: #dbdbdb;
    color: #000;
}
.btn-warning{
    background-color: #cb8b44;
    border-color: #cb8b44;
    color: #fff;
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning:focus{
    background-color: #1c1c1c;
    border-color: #1c1c1c;
    color: #fff;
}
.btn-outline-warning{
    border-color: #cb8b44;
    color: #656565;
}
.btn-outline-warning:hover,
.btn-outline-warning:focus,
.btn-outline-warning:active,
.btn-outline-warning.active{
    border-color: #cb8b44;
    background: #cb8b44;
    color: #fff;
}
.btn-outline-warning > i{
    color: #cb8b44;
    margin-left: 10px;
}
.btn-outline-warning:hover > i,
.btn-outline-warning:focus > i,
.btn-outline-warning:active > i,
.btn-outline-warning.active > i{
    color: #fff;
}
.btn-primary{
    background-color: #1c1c1c;
    border-color: #1c1c1c;
    color: #fff;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus{
    background-color: #cb8b44;
    border-color: #cb8b44;
    color: #fff;
}
.btn-search-adv{
    text-transform: uppercase;
        font-size: .8rem;
    padding: 0.49rem 1rem!important;
}
.btn-group-lg>.btn, .btn-lg{
        padding: 0.75rem 1rem;
}
.btn.btn-big{
    height: 66px;
    min-width: 400px;
    line-height: 54px;
    font-weight: 600;
}
.btn.btn-medium {
    font-weight: 700;
    min-width: 273px;
}
.btn.btn-in-slider{
    height: auto;
    padding: 0;
    border: none;
    color: #b5b5b5;
}
.as-btn-md{
    padding: 0.375rem 0 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background: transparent;
    color: #8d8d8d;
}
.as-btn-md > span{
    font-weight: 700;
    color: #cb8b44;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
    border: none;
    font-weight: normal;
    color: #888888;
    background: unset;
    border-radius: 0;
    
    width: 0; 
  height: 0; 
      border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #888888;
    
    
}
.ui-widget-header {
    border: 1px solid #e5e5e5;
    background: #e5e5e5;
    color: #333;
    font-weight: bold;
}
.ui-widget-content {
    border: 1px solid #dbdbdb;
    background: #dbdbdb;
    color: #333;
    border-radius: 0;
}
.ui-widget.ui-widget-content {
    border: 1px solid #dbdbdb;
    background: #dbdbdb;
}
.ui-slider .ui-slider-handle{
    height: .8em;
    width: .8em;
    cursor: pointer;
}
.ui-slider .ui-slider-handle[s-val]:after{
    content: attr(s-val);
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
        color: #d1d1d1;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
    font-weight: 500;
}
.filter-range .ui-slider .ui-slider-handle[s-val]:after{
    display: none;
}
.filter-range .ui-state-default, 
.filter-range .ui-widget-content .ui-state-default, 
.filter-range .ui-widget-header .ui-state-default, 
.filter-range .ui-button, 
html .filter-range .ui-button.ui-state-disabled:hover, 
html .filter-range .ui-button.ui-state-disabled:active{
    border-bottom-color: #cb8b44;
}
.ui-slider-horizontal{
    height: 2px;
}
.ui-slider-horizontal .ui-slider-handle{
        top: -.1em;
}
.ui-slider-horizontal .ui-slider-range{
    height: 2px;
    top: -1px;
}
.ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover,
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus,
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus,
.ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover, .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus, .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus{
    border-radius: 50%;
    box-shadow: none;
    outline: none;
}
.ui-slider-handle.ui-corner-all{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.slider-range-filter{
    margin: 0 5px;
}
m {
    
    font-family: 'Jost', sans-serif !important;
    font-size: 1.9em;
    position: relative;
    color: #000;
    display: inline-block;
    vertical-align: sub;
    -webkit-transform: scale(0.8,1.0);
    -moz-transform: scale(0.8,1.0);
    -ms-transform: scale(0.8,1.0);
    -o-transform: scale(0.8,1.0);
    transform: scale(0.8,1.0);
    margin-right: -2px;
    font-weight: 400;
}

m:before {
    content: attr(data-char);
    position: absolute;
    width: 50%;
    overflow: hidden;
    color: #f07e30;
}
.slider-head{
        color: #b5b5b5;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
    text-transform: none;
}
.slider-head .unit{
    font-size: 12px;
}
.slider-head > div:first-child{
    padding-left: 0;
}

.col-home-banner .carousel-indicators{
    margin-bottom: 5px
}
.carousel-indicators button,
.carousel-indicators [data-bs-target]{
    flex: 0 0 44px;
    position: relative;
    text-indent: 0;
    text-align: center;
    background: #1c1c1c;
    width: 44px;
    opacity: 1;
    height: 44px;
        color: #fff;
        padding: 0;
        border: none;
}

.carousel-indicators button.active{
    background: #cb8b44;
}
.item-box .carousel-indicators button, 
.item-box .carousel-indicators [data-bs-target]{
    flex: 0 0 10px;
    width: 10px;
    height: 10px;
    overflow: hidden;
    text-indent: -100px;
    background: #fff;
}
.item-box .carousel-indicators button.active{
    background: #cb8b44;
}
.home-ranges{
    background: #fff;
    box-shadow: 0 1px 3px rgb(128 125 125 / 32%);
    position: relative;
    height:100%;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 645px;
}
.home-ranges > form {
margin: 0 auto;
    max-width: 310px;
    display: block;
    position: relative;
    top: calc(50% - 19px);
    transform: translateY(-50%);
}
.home-ranges-item {
    margin-bottom: 0;
    margin-top: 0;
}
.home-ranges-item.last{
    margin-bottom: 0;
}
.filter-ranges-item{
    margin-bottom: 20px;
}
.ui-slider-horizontal .ui-slider-handle{
        margin-left: -0.4em;
}
.filter-ranges-item .slider-head{
    display: flex;
    justify-content: space-between;
        color: #979797;
    font-size: 1rem;
}
.filter-ranges-item .btn.btn-in-slider{
        color: #979797;
    font-size: 1rem;
}
.filter-ranges-item .range-label{
    
        color: #979797;
    font-size: 1rem;
}
.home-ranges button {
    font-weight: 700;
    height: 35px;
    font-size: 18px;
    text-transform: lowercase;
}
.range-label{
    color: #d1d1d1;
    font-size:14px;
    text-align: center;
    margin-top: 10px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
}
.col-home-banner{
    padding-left: 38px;
}
.row-home-head{
        margin-top: 68px;
}
.item-options > div{
    text-align: right;
}
.item-small .item-options > div + div {
    margin-top: -4px;
}
.item-options .dropdown .btn{
    padding: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
}
.item-small .item-options .dropdown .btn{
    font-size: 18px;
}
.item-options.oferta-view-item-options .dropdown .btn{
    font-size: 42px;
}
.dropdown-toggle::after{
    border: none;
    content: "\f0d7";
    color: #888888;
    font-family: "Font Awesome 5 Free";
        -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
        font-size: 16px;
    vertical-align: baseline;
}
.filter-ranges-item .dropdown-toggle::after{
    color: #cb8b44;
}
.item .dropdown-toggle::after{
    font-size: 12px;
}
.text-right{
    text-align: right;
}
.color-orange{
    color: #cb8b44;
} 
.color-blue{
    color: #cb8b44;
}
.item-icons > i{
    font-size: 29px;
    height: 29px;
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
    color: #d1d1d1;
    margin: 0 2px;
}
.item-icons > i.active{
    color: #cb8b44;
}
.item-icons img + img{
    margin-left: 5px;
}
.item {
    border: 1px solid #ccc;
    padding: 0 15px 15px;
    margin-bottom: 40px;
}
.item.item-mid{
    margin-bottom: 30px;
}
.item-sum{
    font-size: 26px;
    position: relative;
    display: inline-block;
    line-height: normal;
}
.item-mid .item-sum{
    font-size: 21px;
}
.item-small .item-sum{
    font-size: 20px;
}
.item-image{
    position: relative;
    text-align: center;
    width: 100%;
    height: 396px;
    line-height: 396px;
}
.item-image > img {
    width: auto;
    height: auto;
}
.item-image .item-hover{
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.5);
    transition: all .3s;
    text-align: center;
    line-height: normal;
}
.item:hover .item-image .item-hover{
    opacity: 1;
}
.item-image .item-hover > div{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.item-image .item-hover > div a{
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    line-height: normal;
    transition: all 0.3s;
}
.item-image .item-hover > div a.bordered{
    border: 1.5px solid #fff;
    padding: 5px 10px;
}
.item-image .item-hover > div a + a{
    margin-left: 10px;
}
.item-image .item-hover > div a.bordered:hover{
    background: #fff;
    color: #000;
}
.item-image .item-hover > div a[up-text]{
    position: relative;
    height: 33px;
    display: inline-block;
    vertical-align: middle;
    line-height: 23px;
    padding: 5px 10px;
    margin-left: 0;
}
.item-image .item-hover > div a[up-text]:hover:before{
    content: attr(up-text);
    position: absolute;
    bottom: calc(100% + 5px);
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #fff;
    color: #fff;
    white-space: nowrap;
    padding: 5px 10px;
    font-size: 18px;
    line-height: normal;
}
.item-image .item-hover > div a.active[active-up-text]:hover:before{
    content: attr(active-up-text);
}
.item-mid .item-image{
    height: 350px;
    line-height: 350px;
}
.item-mid .item-image .item-hover > div{
    top: calc(50% + 36px);;
    transform: none;
}
.item-mid .item-image .item-hover > div a[up-text]{
    height: 38px;
        padding: 5px 15px;
}
.item-mid .item-image .item-hover > div a[up-text]:hover:before{
    bottom: calc(100% + 23px);
    border: 1.5px solid #fff;
    padding: 7px 10px;
    font-size: 18px;
    line-height: normal;
    font-weight: 500;
}
.item-mid .item-image .item-hover > div a[up-text].favorite-action {
    font-size: 30px;
}
.item-hover .favorite-action > i{
    font-size: 24px;
}
.item-small .item-image{
    height: auto;
    line-height: 1;
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
}
.item h2{
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: normal;
    margin-top: 12px;
}
.item.item-mid h2{
    font-size: 27px;
    margin-top: 15px;
}
.item.item-small h2{
    font-size: 22px;
}
.item p{
    margin-bottom: 0;
    font-size: 24px;
    text-transform: uppercase;
    line-height: normal;
}
.item.item-small p{
    font-size: 18px;
}
.item .item-options {
    margin-top: 10px;
}
.item.item-small .item-options{
    margin-top: 8px;
}
.item.item-small .item-options + .mt-3{
    margin-top: 5px!important;
}
.item-amount-row{
    padding-top: 10px;
}
.item-small .item-amount-row{
    position: absolute;
    bottom: 5px;
    width: 100%;
    left: 0;
}
.item.item-mid .item-options {
    margin-top: -40px;
    margin: -40px 0 0 auto;
    width: 50%;
}
.home-bg-item{
    margin-top: 7rem;
    background: url('/img/paralax.jpg') no-repeat center center transparent;
    background-size: cover;
    padding-top: 13.5%;
    color: #fff;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.home-bg-item:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.5);
}
.home-bg-item > .container{
    position: absolute;
    width: 100%;
    top: calc(50% + 10px);
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 32px;
    text-align: center;
    font-weight: 700;
    line-height: normal;
}
.home-bg-item > .container span{
    display: block;
    font-weight: 700;
    font-size: 57px;
        margin-bottom: 5px;
}
header nav a,
header > a{
    text-decoration: none;
    font-size: 19px;
    font-weight: 500;
    color: #000;
}
.header-1 {
    font-weight: 400;
    color: #c7c7c7;
    font-size: 30px;
    margin: 20px 0;
    
}
.header-1.font-2{
    letter-spacing: -2px;
}
.header-1 > span{
    color: #cb8b44;
}
.header-1-1 {
    font-weight: 400;
    color: #c7c7c7;
    font-size: 30px;
    margin: 20px 0;
    text-transform: uppercase;
    line-height: normal;
}
.lh-normal{
    line-height: normal;
}
.header-2{
    font-weight: 500;
    font-size: 40px;
    color: #cb8b44;
    margin-bottom: 20px;
}
.header-2 > span{
    font-size: 36px;
    font-weight: 700;
    color: #bfbfbf;
    display: inline-block;
    margin-left: 10px;
}
.header-2[after-text]:after{
    content: attr(after-text);
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    font-size: 26px;
    font-weight: 400;
    color: #bfbfbf;
}
.bg-header{
    background: #cb8b44;
    color: #fff;
    font-size: 27px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 20px;
}
.bg-header > *{
    display: inline-block;
    vertical-align: middle;
}
.bg-header > i{
    font-size: 35px;
    margin-left: 10px;
}
.bg-header.wrap-label{
    width: 75px;
    white-space: nowrap;
    padding: 0;
    text-align: center;
    transition: all 0.3s;
}
.bg-header.wrap-label > span{
    overflow: hidden;
    width: 0;
    white-space: nowrap;
    transition: all 0.3s;
}
.bg-header.wrap-label > i{
    width: 75px;
    height: 75px;
    margin: 0;
    font-size: 48px;
    line-height: 89px;
    text-align: center;
}
.bg-header.wrap-label:hover,
.wrap-label-parent:hover .bg-header.wrap-label{
    width: calc(100% - 1px);
    text-align: right;
}
.bg-header.wrap-label:hover > span,
.wrap-label-parent:hover .bg-header.wrap-label > span{
    width: calc(100% - 90px);
}
.form-control{
    border-radius: 0;
    min-height: 56px;
}
footer{
    background: #1b1b1b;
    padding-top: 30px;
    margin-top: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 4px solid #ebc184
}
footer a{
    color: #fff;
    text-decoration: none;
}
footer .footer-links a{
    display: inline-block;
    padding: 0 20px;
}
.f-header{
    font-size: 21px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 20px;
    min-width: 400px;
}
.f-links{
    list-style: none;
    padding: 0;
    margin: 0;
}
.f-links li{
    margin-bottom: 10px;
}
.f-links li a{
    font-size: 18px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    display: block;
    line-height: normal;
    display: inline-block;
}
.f-links li a:hover{
    text-decoration: underline;
}
.f-bg-a{
    background: #282828;
    padding: 10px 0;
    margin: 20px 0;
}
.f-bg-b{
    background: #fff;
    color: #000;
    padding: 10px 0;
    margin-top: 20px;
}
.f-bg-b a{
    color: #ffb033;
    text-decoration: none;
}
.as-logo {
    font-weight: 700;
}
footer a.f-kontakt-link {
    font-size: 24px;
    font-weight: 500;
}
footer a.f-kontakt-link i {
    font-size: 36px;
    vertical-align: middle;
    line-height: 1;
}
a.f-social-link {
    font-size: 40px;
}
a.f-social-link + a.f-social-link{
    margin-left: 5px;
}
.go-to-top{
    background: #4b4b4b;
    padding: 3px 18px;
    font-size: 45px;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
    margin-top: -20px;
    display: inline-block;
    line-height: normal;
}
.carousel-control-next, .carousel-control-prev{
        top: 45%;
    bottom: auto;
    width: 27px;
    padding: 1px 0;
    opacity: 1;
    background: #d1d1d1;
    transform: translateY(-50%);
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    filter: brightness(0);
    background-size: auto;
    background-position: center center;
}
.carousel-control-prev-icon{
    background-image: url('/img/prev.png');
}
.carousel-control-next-icon{
    background-image: url('/img/next.png');
}
.carousel-control-next {
    right: -60px;
}
.carousel-control-prev {
    left: -51px;
}
.banner-container .carousel-control-next,
.banner-container .carousel-control-prev,
.item-box .carousel-control-next,
.item-box .carousel-control-prev{
       top: 50%;
    padding: 30px 0;
    background: transparent;
    font-size: 20px;
}
.banner-container .carousel-control-next,
.item-box .carousel-control-next{
    right: 0;
}
.banner-container .carousel-control-prev, 
.item-box .carousel-control-prev{
    left: 0;
}
.banner-container .carousel-item {
    background-position: center;
    background-size: cover;
}
.item-box .carousel-item{
    position: relative;
    width: 100%;
    padding-top: 50%;
    background: #efefef;
}
.item-box .carousel-item img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
        max-width: unset;
    height: 100%;
}
.item-box .item-image{
    height: unset;
}
.item-box > a:not(.item-image){
    display: block;
    background: #efefef;
    color: #8d8d8d;
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
        padding: 30px 80px;
    text-align: center;
    line-height: normal;
    height: 175px;
}
.item-box > a > h2{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 24px;
}
.item-box > a > p{
    font-weight: 400;
    font-size: 18px;
    font-family: 'Open Sans';
        overflow: hidden;
    height: 75px;
}
@media(max-width:1500px){
    .item-box > a:not(.item-image){
        padding: 10px 10px;
            height: 110px;
    }
    .item-box > a > h2{
        font-size: 18px;
    }
    .item-box > a > p{
        font-size: 14px;
        height: 60px
    }
}
.item-box .item-box-footer {
    box-shadow: 0 0 3px 0px rgba(0,0,0,.1);
    padding: 10px;
    font-family: 'Open Sans';
}

.item-box .item-box-footer .btn{
    font-weight: 700;
}
.item-box .item-box-footer .as-btn-md + .as-btn-md,
.item-box .item-box-footer .btn-block + .btn-block{
    margin-top: 10px;
}
.top-search-box {
    position: absolute;
    right: 20px;
    top: calc(100% + 45px);
    background: #fff;
    z-index: 5;
    padding: 10px;
    transition: all 0.3s;
    overflow: hidden;
}
.top-search-box:not(.active){
    height: 0;
    padding: 0;
}
.top-search-box form > div{
    border: 1px solid #f69b6e;
    padding: 3px;
}
.top-search-box form > div button{
    background: transparent;
    border: none;
    color: #858585;
}
.top-search-box form > div input{
    background: transparent;
    border: none;
}
.top-ulubione-box {
    position: absolute;
    right: 20px;
    top: calc(100% + 45px);
    background: #fff;
    z-index: 5;
    padding: 10px 15px 30px;
    transition: all 0.3s;
    overflow: auto;
    max-height: 80vh;
    max-width: 435px;
    box-shadow: 0 0 6px rgba(0,0,0,0.5);
}
.top-ulubione-box:not(.active){
    height: 0;
    padding: 0;
    overflow: hidden;
}
.top-ulubione-box .item h2{
    font-size: 20px;
}
.top-ulubione-box .item p{
    font-size: 14px;
}
.top-ulubione-box .item-sum{
    font-size: 16px;
}
.top-ulubione-box .item-icons > img{
    max-height: 18px;
}
.top-ulubione-box .item-options > div{
    line-height: normal;
}
.top-ulubione-box .item-options .dropdown .btn{
    font-size: 14px;
}
.top-login-box {
    position: absolute;
    right: 20px;
    top: calc(100% + 75px);
    background: #fff;
    z-index: 5;
    padding: 10px;
    transition: all 0.3s;
    width: 63vw;
    max-height: calc(100vh - 140px);
    overflow: auto;
}
.top-login-box:not(.active){
    height: 0;
    padding: 0;
    overflow: hidden;
}
body.is-scroll .top-login-box{
    box-shadow: 0 0 3px rgb(0 0 0 / 30%);
}
.login-header{
    background: #cb8b44;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 10px;
    margin-bottom: 30px;
    transition: all 0.3s;
    display: inline-block;
    width: 210px;
}
.login-header.box-login{
    text-align: left;
}
.login-header.box-register{
    text-align: right;
}
.login-header:not(.active){
    text-align: center;
}
.login-header > i{
    margin-right: 15px;
    font-size: 24px;
}
.login-header > *{
    display: inline-block;
    vertical-align: middle;
}
.login-header > span{
    display: inline-block;
    transition: all 0.3s;
    overflow: hidden;
    width: calc(100% - 50px);
    white-space: nowrap;
}
.login-header.active{
    width: calc(100% - 1px);
}
a.login-header {
    display: inline-block;
    padding: 5px 10px;
    text-align: center;
    border: 1px solid #cb8b44;
}
/*.color-type-user a.login-header{
    background: #cb8b44;
    border: 1px solid #cb8b44;
}*/

a.login-header > i {
    margin: 3px 0 0;
}
a.login-header.box-register.active > i{
    margin-left: 10px;
}
a.login-header.box-login.active > i{
    margin-right: 10px;
}
.top-login-box > .row{
    max-width: 60%;
    margin: 0 auto;
}
div.form-group{
    margin-bottom: 20px;
}
.search-btn{
        font-size: 30px;
    line-height: 22px;
}
.main-search .form-group{
    margin-bottom: 40px
}
.form-margin-0 .form-group{
    margin-bottom: 0;
}
.form-group.select > div,
.form-group-jednostka > div{
    position: relative;
}
.form-group-jednostka > div .jednostka{
        position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px;
    color: #a497b2;
    font-size: 20px;
}
.form-group.select div.select-holder{
    position: relative;
}
.form-group.select div.select-holder:after {
        content: "\f0d7";
    position: absolute;
    right: 15px;
    bottom: calc(50% - 10px);
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    pointer-events: none;
    color: #cb8b44;
    font-size: 22px;
}
.main-search .form-group.select div.select-holder:after{
    color:#888888;
}
.form-group-filter{
    display: flex;
        border-bottom: 1px solid #ccc;
        justify-content: space-between;
}
.form-group-filter > div{
    display: inline-block;
        flex: 1 0 0%;
        padding-left: 5px;
}
.form-group-filter > div .filter-control{
    border: none;
    text-align: right;
    color: #979797;
    width: 100%;
}
.form-group-filter > label{
    white-space: nowrap;
}
.form-group-filter.form-group-jednostka > div .filter-control{
    padding-right: 30px;
        width: 100%;
}
.form-group-filter.form-group-jednostka.select > div .filter-control{
    padding-right: 0;
}
.form-group-filter.form-group-jednostka.select div.select-holder{
    width: calc(100% - 30px);
}
.form-group-filter.form-group-jednostka.select div.select-holder:after{
    right: 2px;
}
.form-group-filter.form-group-jednostka > div .jednostka{
    padding: 0;
}
.form-group-filter.select > div:after{
    right: 2px
}
.form-group-filter .select2-container .select2-selection--single{
    height: 24px;
        background-color: #fff;
    border-color: #fff;
}
.form-group-filter .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 24px;
    text-align: right;
    padding-right: 40px;
}
.form-group-filter .select2-container--default .select2-selection--single .select2-selection__arrow b{
        border-color: #cb8b44 transparent transparent transparent;
}
.form-group-filter .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
        border-color: transparent transparent #cb8b44 transparent;
}
.btn-block{
    width: 100%;
}
.hr-special{
        border-top: 3px solid #cc8e49;
}
.reset-password-link{
    display: inline-block;
    margin-top: -20px;
}
.reset-password-link {
    display: inline-block;
    position: relative;
    clear: both;
    top: -15px;
    font-size: 14px;
    color: #979797;
}
div.form-group label{
    color: #979797;
}
.social-login{
    margin-bottom: 5px;
    display: inline-block;
}
.social-login > span{
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.social-login > span:first-child + span{
    overflow: hidden;
    white-space: nowrap;
    margin-left: 20px;
    color: #979797;
    transition: all 0.3s;
}
.social-login:not(:hover) > span:first-child + span{
    width: 0;
}
.social-login > span:first-child{
    font-size: 24px;
    text-align: center;
    width: 40px;
    color: #cb8b44;
}
.social-login:hover > span:first-child{
    background: #cb8b44;
    color: #fff;
}
.social-login.social-login-google > span:first-child{
    color: #ea4335;
}
.social-login.social-login-google:hover > span:first-child{
    background: #4285f4;
    background: -moz-linear-gradient(left,  #4285f4 0%, #ea4335 20%, #fbbc05 40%, #4285f4 60%, #34a853 80%, #ea4335 100%);
    background: -webkit-linear-gradient(left,  #4285f4 0%,#ea4335 20%,#fbbc05 40%,#4285f4 60%,#34a853 80%,#ea4335 100%);
    background: linear-gradient(to right,  #4285f4 0%,#ea4335 20%,#fbbc05 40%,#4285f4 60%,#34a853 80%,#ea4335 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4285f4', endColorstr='#ea4335',GradientType=1 );

    color: #fff;
}
.popup-login-content{
    transition: all 0.3s;
    overflow: hidden;
    height: auto;
}
.popup-register-content{
    transition: all 0.3s;
    overflow: hidden;
    height: calc(100% - 80px);
}
.popup-register-content:not(.active),
.popup-login-content:not(.active){
    height: 0;
}
.as-label {
    color: #848484;
    font-size: 18px;
    white-space: nowrap;
}
div.required > label,
.as-label.required {
    position: relative;
    padding-right: 5px;
}
div.required > label:before,
.as-label.required:before{
        content: '*';
    color: #e34949;
    font-size: 20px;
    position: absolute;
    left: 100%;
    top: -5px;
    font-weight: 700;
}
div.checkbox > div,
.radio.radio-as-checkbox > div{
    position: relative;
}
div.checkbox > div > input,
.radio.radio-as-checkbox > div > input{
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
    z-index: -1;
}
div.checkbox > div > input + label,
.radio.radio-as-checkbox > div > input + label{
    position: relative;
    padding-left: 45px;
    font-size: 20px;
    line-height: normal;
    padding-top: 3px;
}
div.checkbox > div > input + label:before,
.radio.radio-as-checkbox > div > input + label:before{
    content: '';
    width: 30px;
    height: 30px;
    border: 1px solid #ced4da;
    position: absolute;
    left: 0;
    top: 0;
}
div.checkbox > div > input:not(:checked) + label:hover:before,
.radio.radio-as-checkbox > div > input:not(:checked) + label:hover:before{
    border-color: #cb8b44;
}
div.checkbox > div > input:checked + label:before,
.radio.radio-as-checkbox > div > input:checked + label:before{
        content: "\f00c";
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 21px;
    font-size: 18px;
    font-weight: 600;
    padding: 4px;
    color: #cb8b44;
    border-color: #cb8b44;
}
div.checkbox.required > div > input + label:after{
    content: '*';
    position: absolute;
    left: 28px;
    top: 3px;
}
a.login-header:not(.active):hover {
    color: #cb8b44;
    background: #fff;
}
a.login-header.active:hover {
    color: #fff;
    background: #cb8b44;
    cursor: default;
}
/*.color-type-user a.login-header:not(.active):hover{
    color: #cb8b44;
}
.color-type-user a.login-header.active:hover {
    background: #cb8b44;
}*/
.in-label-link{
    color: #000000;
    text-decoration: none;
}
.in-label-link:hover{
    color: #000000;
    text-decoration: underline;
}
div.form-group.error{
    position: relative;
}
.form-error {
    border-color: #f13e3e;
}
.error-message {
    text-align: right;
    font-size: 12px;
    color: #f13e3e;
    padding-top: 2px;
    font-weight: 600;
    position: absolute;
    right: 0;
}
.user-hello{
    font-size: 48px;
    font-weight: 700;
    color: #cb8b44;
    border-bottom: 1px solid #ebebeb;
    padding: 50px 80px;
    line-height: normal;
    margin-bottom: 50px;
}
.user-hello > span{
    font-size: 36px;
    font-weight: 700;
    color: #bfbfbf;
    display: inline-block;
    margin-left: 10px;
}

.str-info{
    color: #bfbfbf;
    font-size: 27px;
}
#form-set-type div.checkbox > div > input + label{
    padding-left: 55px;
    font-size: 27px;
    font-weight: 300;
    height: 40px;
    margin-bottom: 10px;
}
#form-set-type div.checkbox > div > input + label:before {
    width: 40px;
    height: 40px;
}
#form-set-type div.checkbox > div > input:checked + label:before{
    font-size: 32px;
}
.form-group.radio.no-radio > div{
    position: relative;
}
.form-group.radio.no-radio > div > input{
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
}
.form-group.radio.no-radio > div > input + label{
    position: relative;
    cursor: pointer;
    color: #000;
    font-size: 24px;
}
.form-group.radio.no-radio > div > input:checked + label{
    color: #cb8b44;
    font-weight: 500;
}
.for-user-inputs:not(.active),
.for-firma-inputs:not(.active){
    display: none;
}
form[confirm-message]{
    position: relative;
}
form[confirm-message] .form-confirm-item{
    position: absolute;
    background: #fff;
    z-index: 5;
    left: 0;
    top: 0;
    padding: 20px;
    font-size: 30px;
    font-weight: 500;
    color: #a1a1a1;
    box-shadow: 0 0 2px rgb(0 0 0 / 30%);
}
.form-confirm-item img.logo{
    height: 30px;
    display: inline-block;
    vertical-align: baseline;
}
.form-confirm-item .buttons {
    text-align: right;
    margin-top: 20px;
}
.form-confirm-item .buttons .btn{
    font-weight: 700;
}
.form-confirm-item .buttons button + button{
    margin-left: 10px;
}
.curr-data {
    color: #b1b1b1;
    font-size: 26px;
    font-weight: 500;
}
.curr-data > p{
    margin-bottom: 0;
}
.curr-data > span{
    color: #cb8b44;
}
header nav a.link-with-line{
    position: relative;
        font-weight: 600;
}
header nav a.link-with-line:hover:after,
header nav a.link-with-line.active:after{
    content: '';
    height: 2px;
    width: 100%;
    background: #cb8b44;
    left: 0;
    top: 58px;
    position: absolute;
}

header nav a.link-with-line.line-orange:hover:after,
header nav a.link-with-line.line-orange.active:after{
    background: #cb8b44;
}
header nav a.link-with-line.line-half:hover:after,
header nav a.link-with-line.line-half.active:after{
    background: #cb8b44;
    background: -moz-linear-gradient(left,  #cb8b44 0%, #cb8b44 50%, #cb8b44 51%, #cb8b44 100%);
    background: -webkit-linear-gradient(left,  #cb8b44 0%,#cb8b44 50%,#cb8b44 51%,#cb8b44 100%);
    background: linear-gradient(to right,  #cb8b44 0%,#cb8b44 50%,#cb8b44 51%,#cb8b44 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb8b44', endColorstr='#cb8b44',GradientType=1 );
}
header nav a.link-with-line + a.link-with-line {
    margin-left: 95px;
}
header nav a.link-with-line:last-child {
    margin-right: 63px;
}
header nav a.link-with-line > i {
        font-size: 23px;
    position: relative;
    top: 2px;
    left: 1px;
}
header nav a.link-with-line:last-child > i {
    font-size: 25px;
    top: 7px;
    line-height: 1;
    position: relative;
}
header nav a.link-with-line > i.in-top{
        font-size: 12px;
    top: -5px;
    position: relative;
    left: -3px;
}
.select-user-type-header {
    font-size: 24px;
    text-align: center;
    margin: 10px 0 0;
    color: #afafaf;
    font-weight: 500;
}
.select-user-type {
    display: inline-block;
    font-size: 24px;
    text-align: center;
    text-decoration: none;
    padding: 20px;
    transition: all 0.3s;
    margin: 10px 0;
}

.select-user-type > i{
    width: 60px;
    height: 60px;
    background: #cb8b44;
    color: #fff;
    font-size: 35px;
    text-align: center;
    line-height: 68px;
    transition: all 0.3s;
}
.select-user-type > span{
    display: block;
    color: #212529;
    transition: all 0.3s;
}
.select-user-type.type-user > i{
    background: #cb8b44;
}

.select-user-type:hover{
    background: #cb8b44;
}
.select-user-type:hover > i{
    background: #fff;
    color: #cb8b44;
}
.select-user-type:hover > span{
    color: #fff;
}


.select-user-type.type-user:hover{
    background: #cb8b44;
}
.select-user-type.type-user:hover > i{
    color: #cb8b44;
    background: #fff;
}
.select-user-type.type-user:hover > span{
    color: #fff;
}
.ui-widget-content{
    background: #fff;
}
.oferta-opcje-item {
    margin-bottom: 20px;
    position: relative;
}
.oferta-opcje-item-remove{
    color: #f00;
}
.oferta-opcje-item:first-child .oferta-opcje-item-remove{
    opacity: 0;
    pointer-events: none;
}
.oferta-opcje-item div.dropdown{
    width: 100%;
}
.my-dropdown-toggle{
    width: 100%;
    height: 52px;
    border: none;
    background: #fff;
    text-align: left;
    padding-left: 0;
    padding-right: 20px;
}
.my-dropdown-toggle:after{

    content: "\f078";
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    pointer-events: none;
    color: #cb8b44;
    font-size:12px;
}
div.my-dropdown.open .my-dropdown-toggle:after{
    content: "\f077";
}
.my-dropdown-toggle.sort-btn{
    height: auto;
    text-transform: none;
    font-size: .9rem;
    font-weight: 400;
    color: #8d8d8d;
}
.my-dropdown{
    position: relative;
}
.my-dropdown-menu{
    display: none;
    position: absolute;
    top: calc(100% - 1px);
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    background: #fff;
    z-index: 5;
    border-left: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
    padding: 1px 0 0;
}
.form-group-select2.select div.select-holder:after,
.my-dropdown-menu .form-group.select div.select-holder:after{
    display: none;
}
.my-dropdown.open .my-dropdown-menu{
    display: block;
    max-height: 300px;
    overflow: auto;
    width: fit-content;
    min-width: 100%;
}
.my-dropdown-link {
    text-decoration: none;
    display: block;
    padding: 0 5px;
    color: #979797;
    white-space: nowrap;
    font-size: .9rem;
}
.my-dropdown-link:hover,
.my-dropdown-link.active{
    background: #cb8b44;
    color: #fff;
}
.opcja-item-price{
    position: relative;
    max-width: 80%;
    margin-bottom: 15px;
}
.opcja-item-price .sub-label{
    position: absolute;
    top: 100%;
    font-size: 13px;
    color: #8c8c8c;
    left: 0;
}
.opcja-item-price .in-label{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.opcja-item-price > input{
    border: 1px solid #f69b6e;
    width: 100%;
    padding: 2px 30px 2px 10px;
}
.opcja-item-price:not(.active){
    display: none;
}
.oferta-opcje-item .radio.radio-as-checkbox > div > input + label{
    color:#0f3051;
}
.oferta-opcje-item .radio.radio-as-checkbox > div > input:not(:checked) + label:hover:before{
    border-color:#83cd34;
}
.oferta-opcje-item .radio.radio-as-checkbox > div > input:checked + label:before{
    color: #83cd34;
    border-color:#d6d6d6;
}
.oferta-opcje-item div.form-group.radio-as-checkbox{
    margin-bottom: 5px;
}
a.promuj-item {
    display: block;
    text-align: center;
    color: #bfbfbf;
    text-decoration: none;
    box-shadow: 0 0 10px rgb(0 0 0 / 11%);
    transition: all 0.3s;
    padding: 20px 40px;
}
a.promuj-item:hover{
    color: #cb8b44;
    box-shadow: 0 0 10px rgb(242 105 38 / 26%);
}
a.promuj-item > i{
    font-size: 50px;
    line-height: normal;
    height: 50px;
}
.promuj-item .promuj-item-label {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: normal;
    height: 56px;
    margin: 25px 0 15px;
}
.promuj-item .promuj-item-price {
    font-size: 22px;
    font-weight: 500;
}
.promuj-item .promuj-item-info {
    font-size: 23px;
    color: #cb8b44;
    font-weight: 700;
    margin-top: 10px;
}
.oferta-sum-table td{
    text-align: right;
    vertical-align: top;
    color: #adadad;
    font-size: 22px;
    font-weight: 500;
}
.oferta-sum-table td:first-child{
    padding-right: 10px;
}
.oferta-sum-table td:last-child{
    font-size: 24px;
    color: #cb8b44;
    font-weight: 700;
}
.oferta-sum-table .sum-total td:first-child{
    color: #cb8b44;
    font-weight: 700;
    font-size: 24px;
}
.oferta-sum-table td .date-info{
    color: #bfbfbf;
    font-weight: 500;
    font-size: 18px;
}
.oferta-menu-col{
    position: relative;
    width: 115px;
    padding-right: 0;
    margin-right: 15px;
}
ul.oferta-menu {
    padding: 0;
    margin: 20px 0 0;
    list-style: none;
    position: absolute;
    right: 0;
}
ul.oferta-menu:hover{
    width: 550px;
}
ul.oferta-menu > li{
    display: block;
    overflow: hidden;
    white-space: nowrap;
    color: #fff;
    padding: 0;
    text-align: left;
    width: calc(100% + 1px);
    height: 105px;
    transition: all 0.3s;
    margin: 0 0 5px auto;
    transition: all 0.3s;
}
ul.oferta-menu > li > a,
ul.oferta-menu > li > div{
    background: #cb8b44;
    display: block;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s;
}
ul.oferta-menu > li:hover > a.orange, 
ul.oferta-menu > li:hover > div.orange{
    color: #cb8b44;
}
ul.oferta-menu > li > * > i{
    font-size: 60px;
    width: 105px;
    height: 105px;
    text-align: center;
    line-height: 117px;
    display: inline-block;
    vertical-align: middle;
}
ul.oferta-menu > li > * > span{
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    padding-right: 30px;
}

ul.oferta-menu > li:not(:hover){
    width: 105px;
}
ul.oferta-menu > li:hover > *{
    background: #000;
}
.flat.flaticon-work.both:after{
    content: "\f114";
    font-family: flaticon !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
ul.oferta-menu > li > * > i.both{
    font-size: 40px;
    position: relative;
}

ul.oferta-menu > li > * > i.both:before{
    position: absolute;
    left: 15px;
    top: 15px;
}
ul.oferta-menu > li > * > i.both:after{
    position: absolute;
    right: 15px;
    bottom: 15px;
}
.oferta-h1{
        font-size: 30px;
    font-weight: 700;
    line-height: normal;
    color: #8d8d8d;
    margin-bottom: 0;
}
.oferta-short-row{
    max-width: calc(100% - 119px);
}
.oferta-view-location {
    font-size: 24px;
    font-weight: 400;
    color: #000;
    text-align: right;
}
.oferta-view-location > i {
    font-size: 31px;
}
.oferta-view-number {
    font-size: 1.2rem;
    font-weight: 400;
    color: #c3c3c3;
    text-align: right;
}
.oferta-user-logo > img{
    max-height: 80px;
    max-width: 300px;
}
.oferta-view-item-options button{
    font-size: 40px;
    color: #000;
    font-weight: 500;
}
.oferta-view-item-sum{
    font-size: 46px;
}
.oferta-view-item-sum:before{
    width: 100%;
}
.oferta-view-item-options {
    margin-bottom: 8px;
}
.oferta-view-item-icons{
    padding-right: 80px;
}
.oferta-view-item-icons > i{
    font-size: 62px;
    height: 62px;
}
ul.dane-list {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #bfbfbf;
    font-size: 24px;
}
ul.dane-list > li{
    margin-bottom: 10px;
    font-weight: 500;
}
ul.dane-list > li > span{
    color: #000;
    margin-left: 5px;
    text-transform: uppercase;
    font-weight: 500;
}
ul.dane-list > li > span.no-upper{
    text-transform: none;
}
.top-border {
    border-top: 1px solid #bfbfbf;
    background: #fff;
    background: -moz-linear-gradient(top,  #fbfafb 0%, #ffffff 65px, #ffffff 100%);
    background: -webkit-linear-gradient(top,  #fbfafb 0%,#ffffff 65px ,#ffffff 100%);
    background: linear-gradient(to bottom,  #fbfafb 0%,#ffffff 65px, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfafb', endColorstr='#ffffff',GradientType=0 );

}
.login-header.no-text{
    font-size: 24px;
    height: 100px;
    line-height: 100px;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    font-weight: 600;
}
.login-header.no-text > i{
    font-size: 58px;
    width: 100px;
    margin: 0;
    text-align: center;
}
.login-header.no-text:not(:hover){
    width: 100px;
}
.login-header.no-text:hover{
    width: 555px;
}
.login-header.no-text:not(.active):hover{
    background: #000;
    color: #fff;
}
.no-text.login-header > span{
    width: calc(100% - 100px);
    text-align: left;
    padding-left: 18px;
}
.no-text.login-header.to-right > span{
    text-align: right;
    padding-right: 30px;
}
.no-text.login-header:not(:hover) > span{
    width: 0;
    padding: 0;
}
.small-header {
    color: #cb8b44;
    font-size: 32px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
}
.small-header > i{
    color: #000;
        font-size: 36px;
    vertical-align: middle;
}
.kontakt-item {
    color: #000;
    font-size: 27px;
}
.kontakt-item a{
    color: #000;
    font-size: 27px;
    text-decoration: none;
}
.kontakt-row{
    padding-left: 134px;
}
.kontakt-oferta-form{
    padding-right: 210px;
}
.kontakt-oferta-form div.form-group{
    margin-bottom: 40px;
}
.kontakt-oferta-form div.form-group input{
    font-size: 26px;
}
.kontakt-oferta-form div.form-group.textarea{
    margin-bottom: 20px;
}
.kontakt-oferta-form div.form-group textarea{
    height: 318px;
    font-size: 26px;
}
span.show-phone {
    color: #cb8b44;
    cursor: pointer;
    margin-left: 5px;
}
span.show-phone:hover{
    text-decoration: underline;
}
.small-header-2-colors {
    font-size: 29px;
    color: #bfbfbf;
    font-weight: 500;
    margin-bottom: 50px;
}
.small-header-2-colors > span{
    color: #cb8b44;
}
span.small-text {
    color: #bfbfbf;
    font-size: 15px;
}
.mt-6{
    margin-top: 4rem!important;
}
.mb-6{
    margin-bottom: 4rem!important;
}
.mt-7{
    margin-top: 5rem!important;
}
.mb-7{
    margin-bottom: 5rem!important;
}
.mt-8{
    margin-top: 6rem!important;
}
.mb-8{
    margin-bottom: 6rem!important;
}
.mt-9{
    margin-top: 7rem!important;
}
.mb-9{
    margin-bottom: 7rem!important;
}
.mt-10{
    margin-top: 8rem!important;
}
.mb-10{
    margin-bottom: 8rem!important;
}
.mt-11{
    margin-top: 9rem!important;
}
.mb-11 {
    margin-bottom: 9rem!important;
}
.mt-12{
    margin-top: 10rem!important;
}
.mb-12{
    margin-bottom: 10rem!important;
}
.mt-13{
    margin-top: 11rem!important;
}
.mb-13{
    margin-bottom: 11rem!important;
}
.mt-14{
    margin-top: 12rem!important;
}
.mb-14{
    margin-bottom: 12rem!important;
}
.mt-15{
    margin-top: 13rem!important;
}
.mb-15{
    margin-bottom: 13rem!important;
}
.mt-16{
    margin-top: 14rem!important;
}
.mb-16{
    margin-bottom: 14rem!important;
}
.mt-17{
    margin-top: 15rem!important;
}
.mb-17{
    margin-bottom: 15rem!important;
}
.fs-48{
    font-size: 48px;
}
.social-share {
        display: inline-block;
    cursor: pointer;
    font-size: 40px;
    color: #cb8b44;
}
.social-share + .social-share{
    margin-left: 15px;
}
.time-counter {
    display: inline-block;
    white-space: nowrap;
    padding-bottom: 20px;
    vertical-align: middle;
}
.time-counter > div {
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    letter-spacing: -2px;
}
.time-counter > div.days{
    margin-right: 10px;
}
.time-counter > div.hours:after{
    display: inline-block;
    content: ':';
    vertical-align: middle;
    font-size: 24px;
    font-weight: 900;
    color: #8c8c8c;
    line-height: 59px;
    margin: 0 4px;
}
.time-counter > div > span {
    display: inline-block;
    border: none;
    border-radius: 3px;
    padding: 0 4px;
    font-size: 48px;
    font-weight: 900;
    color: #fff;
    vertical-align: bottom;
    line-height: 59px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#909090+1,676767+100 */
    background: rgb(144,144,144); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(144,144,144,1) 1%, rgba(103,103,103,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(144,144,144,1) 1%,rgba(103,103,103,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(144,144,144,1) 1%,rgba(103,103,103,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#909090', endColorstr='#676767',GradientType=0 ); /* IE6-9 */
}

.time-counter > div > span:not(:first-child){
    margin-left: 4px;
}
.time-counter > div.seconds{
    margin-left: 9px;
}
.time-counter > div.seconds > span{
    font-size: 36px;
    line-height: 46px;
}
.time-counter > div > .time-label {
    position: absolute;
    left: 0;
    top: 100%;
    font-size: 14px;
    color: #8c8c8c;
    width: 100%;
    text-align: center;
}
.time-counter > div.hours > .time-label{
    padding-right: 12px;
}
.oferta-menu .time-counter > div > span{
    background: none;
    font-size: 24px;
    line-height: 24px;
    padding: 0 2px;
}
.oferta-menu .time-counter > div > span:not(:first-child){
    margin-left: 0;
}
.oferta-menu .time-counter > div > .time-label{
    color: #fff;
}
.oferta-menu .time-counter > div.hours:after{
    color: #fff;
    line-height: 18px;
    font-size: 18px;
    vertical-align: bottom;
}
.oferta-menu .time-counter > div.seconds > span {
    font-size: 24px;
    line-height: 24px;
}

.oferta-menu li:hover > .orange .time-counter > div > span,
.oferta-menu li:hover > .orange .time-counter > div.hours:after,
.oferta-menu li:hover > .orange .time-counter > div > .time-label{
    color: #cb8b44;
}
.pagination-label{
    font-size: 20px;
    font-weight: 500;
}
ul.pagination {
    margin: 0;
    display: flex;
    align-items: center;
}
.pagination li{
    margin: 0 3px
}
.pagination li a {
        font-size: 1rem;
    font-weight: 500;
    color: #8d8d8d;
    text-decoration: none;
    display: inline-block;
    padding: 4px 8px;
    line-height: normal;
    border: 1px solid #e5e5e5;
}
.pagination li:not(.active) a:hover{
    color: #02102a;
}
.pagination li.active a{
        background: #e5e5e5;
    color: #cb8b44;
    padding: 6px 10px;
    font-size: 1.1rem;
    font-weight: 700;
}
.pagination li.next a,
.pagination li.prev a{
    color: #000;
    border:none;
    font-size: 10px;
    padding: 6px 4px;
}
.pagination li.first a,
.pagination li.last a{
    padding: 2px 8px;
}
.filter-items > div{
    margin-bottom: 30px;
}
.filter-items > div.no-mb{
    margin-bottom: 0;
}
.filter-items > div > button[type=submit]{
    width:100%;
    height: 90px;
}
.filter-items .my-dropdown-toggle{
    height: 90px;
    border: none;
    color: #000;
    box-shadow:0px 2px 3px rgb(0 0 0 / 28%);
        font-weight: 600;
    text-transform: uppercase;
    font-size: 19px;
    padding-left: 35px;
}
.filter-ranges{
    margin: 0 auto;
    max-width: 310px;    
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.header-1 .sub-grey{
    font-size: 24px;
    color: #7b7b7b;
}
.header-1-1 .sub-grey{
    font-size: 24px;
    color: #7b7b7b;
    text-transform: none;
}
.h1-page{
    font-size: 36px;
    font-weight: 700;
    color: #b4b8b9;
    text-transform: uppercase;
}
.page-content{
    font-size: 18px;
}
.favorite-action[active-txt]:after,
ul.oferta-menu > li > a span[active-txt]:after{
    content: attr(active-txt);
}
.favorite-action.active[active-txt]:after,
ul.oferta-menu > li > a.active span[active-txt]:after{
    content: attr(unactive-txt);
}
.favorite-action.active > i{
    font-weight: 900;
    color: #cb8b44;
}
/*.favorite-action.active > i:before{
    content: "\f004";
}*/
a.get-gus-data {
    display: inline-block;
    top: -20px;
    position: relative;
    color: #bfbfbf;
    font-size: 20px;
}
a.get-gus-data:hover{
    color: #000;
}
.set-hours-table{
    margin: 0 auto;
}
.set-hours-table td:first-child{
    font-size: 20px;
    font-weight: 700;
    color: #bfbfbf;
    text-align: left;
    padding-right: 10px;
}
.set-hours-table td:last-child{
    position: relative;
        text-align: left;
    font-size: 20px;
}
.set-hours{
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    text-decoration: underline;
    cursor: pointer;
}
.set-hours-content {
    background: #fff;
    border: 1px solid #ced4da;
    padding: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: fit-content;
    white-space: nowrap;
    z-index: 2;
}
.set-hours-content:not(.active){
    display: none;
}
.set-hours-content .form-group{
    margin-bottom: 0;
    text-align: left;
    margin-top: 5px;
}
span.hours-confirm,
span.hours-cancel {
    font-size: 22px;
    vertical-align: middle;
    margin-left: 5px;
    cursor: pointer;
    color: #3fc04f;
}
span.hours-cancel{
    color: #f00;
}
.set-hours-content .actions{
    text-align: right;
}
.container-main-content{
    margin-top: 0;
    padding-top: 0;
}
ul.breadcrumb {
    margin-top: -20px;
    margin-bottom: 30px;
    overflow: hidden;
    flex-wrap: nowrap;
}
.breadcrumb li {
    
    font-size: 18px;
    font-weight: 300;
    color: #cb8b44;
    font-family: 'Open Sans';

}
.breadcrumb li a {
    text-decoration: none;
    color: #1c1c1c;
    text-transform: uppercase;
    white-space: nowrap;
}
.breadcrumb li > span{
    white-space: nowrap;
}
.breadcrumb li i {
        line-height: 1;
    vertical-align: middle;
    margin: 0 5px;
    font-size: 11px;
}
.col-p-50{
    padding-left: 50px;
    padding-right: 50px;
}
.col-pd-r{
    padding-right: 30px;
}
.mess-info-header {
    color: #bfbfbf;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
    line-height: normal;
}
.mess-temat {
    font-size: 20px;
    font-weight: 500;
    color: #0f3051;
    cursor: pointer;
    margin-bottom: 10px;
    position: relative;
    line-height: normal;
}
.mess-temat > span {
    text-decoration: underline;
    display: block;
    text-align: left;
    font-size: 16px;
    color: #bfbfbf;
}
.mess-read-status{
    text-align: left;
    font-size: 16px;
    color: #bfbfbf;
}
.mess-date{
        font-size: 20px;
    font-weight: 500;
    color: #bfbfbf;
}
.mess-content {
    border: 1px solid #cb8b44;
    font-size: 16px;
    color: #000000;
    padding: 20px 10px;
    line-height: normal;
}
.mess-content p:last-child{
    margin-bottom: 0;
}
.message-reply-form .ajax-uploader{
    margin-top: 0;
}
.message-reply-form .ajax-uploader .file-add > button{
    background: transparent;
    color: #bfbfbf;
    border: none;
    font-size: 18px;
    font-weight: 500;
        padding: 0;
}
.message-reply-form .ajax-uploader .file-add > button > i{
font-size: 30px;
vertical-align: middle;
margin-right: 5px;
color: #000;
}
.message-reply-form .ajax-uploader .file-add > .file-after-label{
    display: block;
    font-size: 14px;
    color: #bfbfbf;
    width: auto;
    padding-left: 0;
    margin-top: 5px;
}
.mess-user-name {
    font-size: 30px;
    font-weight: 700;
    color: #cb8b44;
    text-align: center;
    line-height: normal;
}
.mess-reply-items:not(:empty){
    margin-top: 20px;
}
.reply-message-item {
    border: 1px solid #0f3051;
    padding: 20px 10px;
    margin-bottom: 20px;
    line-height: normal;
}
.reply-message-content p:last-child{
    margin-bottom: 0;
}
.reply-message-attachments{
    text-align: right;
    margin-top: 20px;
}
.reply-message-attachments > a {
    display: inline-block;
    height: 40px;
    width: 30px;
    margin-left: 5px;
}

svg.icon {
    width: 30px;
    height: 40px;
}
.mess-item:not(.open),
.message-reply-form:not(.open){
    display: none;
}
.messages-container > .row{
    padding-bottom: 30px;
}
.messages-container > .row + .row{
    padding-top: 75px;
        border-top: 1px solid #bfbfbf;
    background: #fff;
    background: -moz-linear-gradient(top, #fbfafb 0%, #ffffff 65px, #ffffff 100%);
    background: -webkit-linear-gradient(top, #fbfafb 0%,#ffffff 65px ,#ffffff 100%);
    background: linear-gradient(to bottom, #fbfafb 0%,#ffffff 65px, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfafb', endColorstr='#ffffff',GradientType=0 );
}
.item.with-menu {
    position: relative;
    margin-right: 50px;
        height: 100%;
    margin-bottom: 0;
    padding-bottom: 40px;
}

.item.with-menu ul.oferta-menu{
    position: absolute;
    top: 0;
    right: -50px;
    margin: 0;
}
.item.with-menu ul.oferta-menu:hover{
    width: 60%;
}
.item.with-menu ul.oferta-menu > li{
    height: 40px;
}
.item.with-menu ul.oferta-menu > li:not(:hover) {
    width: 40px;
}
.item.with-menu ul.oferta-menu > li > * > i{
    font-size: 24px;
    width: 40px;
    height: 40px;
    line-height: 41px;
}
.item.with-menu ul.oferta-menu > li > * > span{
    font-size: 18px;
    font-weight: 500;
}
.set-message-important.active > i:before{
    content: "\f160";
}
.mess-temat.priorytet{
    position: relative;
}
.mess-temat.priorytet:before{
    content: "\f160";
    font-family: flaticon !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 2px;
    left: -30px;
    font-size: 20px;
    color: #e64c3c;
}
.swal2-popup{
    border-radius: 0;
}
.swal2-actions{
    justify-content: flex-end;
}
.swal2-styled {
    margin: .3125em;
    padding: 0.3em 1.1em;
    box-shadow: none;
    font-weight: 600;
}
.swal2-styled.swal2-confirm {
    border: 0;
    border-radius: 0;
    background: initial;
    background-color: #bfbfbf;
    color: #000;
    font-size: 1em;
}
.swal2-styled.swal2-cancel {
    border: 0;
    border-radius: 0;
    background: initial;
    background-color: #cb8b44;
    color: #fff;
    font-size: 1em;
}
.swal2-title {
    position: relative;
    max-width: 100%;
    margin: 0 0 .4em;
    padding: 0;
    color: #bfbfbf;
    font-size: 19px;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    word-wrap: break-word;
}
.swal2-styled:focus{
    box-shadow: none;
}
.my-dropdown-toggle.mess-filtr{
    height: 48px;
}
.message-search{
    position: relative;
        border: 1px solid #d4d4d4;
    padding: 3px;
    display: inline-block;
    height: 48px;
    line-height: 42px
}
.message-search button {
    background: transparent;
    border: none;
    color: #000;
    font-size: 30px;
    vertical-align: middle;
}
.message-search input {
    background: transparent;
    border: none;
    vertical-align: middle;
}
.payments-table thead th,
.payments-table td{
    border-bottom: none;
    text-align: center;
}
.payments-table thead th > a{
    color: #0f3051;
    display: block;
    font-size: 18px;
    font-weight: 700;
    border: 1px solid #d6d6d6;
    padding: 12px 40px 13px;
    line-height: normal;
    text-decoration: none;
    text-align: center;
}
.payments-table td{
    color: #000000;
    font-weight: 500;
    font-size: 18px;
}
.payments-table td.status{
    font-weight: 700;
    color: #0f3051;
}
.payment-method-item {
    display: block;
    cursor: pointer;
    position: relative;
}
.payment-method-item > input{
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0;
    z-index: 0;
}
.payment-method-item > input + label{
    display: block;
    z-index: 1;
    position: relative;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
    height: 80px;
    text-align: center;
    cursor: pointer;
}

.payment-method-item > input + label > img{
    height: 50px;
}
.payment-method-item > input + label > span{
    display: block;
    text-align: center;
}
.payment-method-item > input:checked + label{
    border: 2px solid #0e427b;
    background: #b9daff;
}
.location-finder-pl:not(.active),
.adv-location-finder-pl:not(.active){
    display: none;
}
.location-finder-eu:not(.active),
.adv-location-finder-eu:not(.active){
    display: none;
}
#popup-oblicz-rate button.sf-miniCheckBtn {
    background: #cb8b44;
}
#popup-oblicz-rate .sf-miniwidget{
    background-color: transparent;
        border: none;
}
button.productBtn {
    background-color: #cb8b44;
    border: none;
}
button.sf-modalButtonSend {
    background-color: #cb8b44 !important;
}
.sf-modal{
    z-index: 20000!important;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}
@media(max-width:520px){
    header .bar-1 a.header-logo{
        display: block;
        max-width: 100%;
        width: 100%;
        position: relative;
        overflow: hidden;
        margin-bottom: 10px;
    }
    .small-login-form button{
        width: auto;
    }
}
@-webkit-keyframes progress {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}
@keyframes progress {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}


.sk-fading-circle {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative;
}

.sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sk-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
    animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg); 
}
.sk-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg); 
}
.sk-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s; 
}
.sk-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s; 
}
.sk-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s; 
}
.sk-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s; 
}
.sk-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s; 
}
.sk-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s; 
}
.sk-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s; 
}
.sk-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
    0%, 39%, 100% { opacity: 0; }
    40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
    0%, 39%, 100% { opacity: 0; }
    40% { opacity: 1; } 
}
.spinner {
    margin: 100px auto 0;
    width: 70px;
    text-align: center;
}
.send-loading .spinner {
    margin: 5px 0 5px auto;
}
.spinner > div {
    width: 18px;
    height: 18px;
    background-color: #333;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.send-loading .spinner > div{
    background-color: #0e427b;
}
.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% { 
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% { 
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}
.sk-circle {
    margin: 0 auto;
    width: 40px;
    height: 40px;
    position: relative;
}
.img_prev_min:not(.pre_loaded) .sk-circle{
    display: none;
}
.img_prev_min .sk-circle{
    transform: translate(-50%,-50%);
    top: 50%;
    position: absolute;
    left: 50%;
}
.sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg); }
.sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg); }
.sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
.sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg); }
.sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg); }
.sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
.sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg); }
.sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg); }
.sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg); }
.sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg); }
.sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s; }
.sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}