@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap');
@import "main_class.css";
@import "header.css";
@import "slider.css";
@import "footer.css";
#menu-scrollbar {
    max-height: calc(100vh - 30px)!important
}

.page-menu {
    overflow: hidden;
    margin-right: 17px
}

.cbp-spmenu {
    background: #000;
    color: #fff;
    position: fixed;
    border-left: 1px solid #efa62f;
    min-width: 395px;
    top: 0
}
.header-letter-spacing {
	letter-spacing: 1px!important;
}
.header-title-bold{
	font-weight:600;
}
.no-margins{
	margin:0!important;
}
@media only screen and (max-width:48em) {
    .cbp-spmenu {
        min-width: 100%
    }
}


.cbp-spmenu a {
    display: block;
    color: #fff;
    font-size: 1.1em;
    line-height: 1;
    font-weight: 300;
    border-bottom: 0!important;
    text-decoration: none!important
}

.cbp-spmenu a:hover {
    background: rgba(255, 255, 255, .16);
    color: #f7a400;
    border-bottom: 0!important;
    text-decoration: none!important
}

.cbp-spmenu a:active {
    background: rgba(255, 255, 255, .16);
    color: #f7a400;
    border-bottom: 0!important;
    text-decoration: none!important
}

.cbp-spmenu .language-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 0 0!important
}

.cbp-spmenu .language-section .language-links {
    padding: 0 30px!important;
    background: 0 0;
    float: left;
    font-size: 20px;
    line-height: 1.4rem
}

.cbp-spmenu .language-section .language-links:hover {
    background: 0 0
}

.cbp-spmenu .language-section .en {
    border-left: 1px solid #fff
}

.cbp-spmenu .language-section .map-icon {
    position: relative;
    top: -1px
}
.map img{
	width: 555px;
}
.cbp-spmenu hr {
    background: #efa62f;
    height: 1px;
    width: auto;
    margin: 29px
}

.cbp-spmenu p {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    margin-left: 85px
}

.cbp-spmenu .close-input {
    float: right;
    position: relative;
    right: 4px;
    top: -22px;
    cursor: pointer
}

.cbp-spmenu-vertical {
    width: 395px;
    height: 100vh;
    z-index: 100000000000;
    top: 0
}

@media only screen and (max-width:48em) {
    .cbp-spmenu-vertical {
        width: 320px
    }
}

.cbp-spmenu-vertical a {
    padding: 15px 30px
}

@media only screen and (max-width:48em) {
    .cbp-spmenu-vertical a {
        padding: 7.5px 15px 7.5px 25px
    }
}

@media only screen and (max-height:47em) {
    .cbp-spmenu-vertical a {
        padding: 7.5px 15px 7.5px 25px
    }
}

.cbp-spmenu-horizontal {
    width: 100%;
    height: 150px;
    left: 0;
    z-index: 1000;
    overflow: hidden
}

.cbp-spmenu-horizontal h3 {
    height: 100%;
    width: 20%;
    float: left
}

.cbp-spmenu-horizontal a {
    float: left;
    width: 20%;
    padding: .8em
}

.cbp-spmenu-left {
    left: -395px
}

.cbp-spmenu-right {
    right: -395px
}

@media only screen and (max-width:48em) {
    .cbp-spmenu-right {
        right: -100%
    }
}

.cbp-spmenu-left.cbp-spmenu-open {
    left: 0
}

.cbp-spmenu-right.cbp-spmenu-open {
    right: 0
}

.cbp-spmenu-top.cbp-spmenu-open {
    top: 0
}

.cbp-spmenu-bottom.cbp-spmenu-open {
    bottom: 0
}

.cbp-spmenu-push {
    overflow-x: hidden;
    position: relative;
    left: 0
}

.cbp-spmenu,
.cbp-spmenu-push {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

@media screen and (max-width:55.1875em) {
    .cbp-spmenu-horizontal {
        font-size: 75%;
        height: 110px
    }
}

@media screen and (max-height:26.375em) {
    .cbp-spmenu-vertical {
        font-size: 90%;
        width: 190px
    }
    .cbp-spmenu-left,
    .cbp-spmenu-push-toleft {
        left: -190px
    }
    .cbp-spmenu-push-toright {
        left: 190px
    }
}

.scroll-wrapper {
    overflow: hidden!important;
    padding: 0!important;
    position: relative
}

.scroll-wrapper>.scroll-content {
    border: none!important;
    -webkit-box-sizing: content-box!important;
    box-sizing: content-box!important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none!important;
    overflow: scroll!important;
    padding: 0;
    position: relative!important;
    top: 0;
    width: auto!important
}

.scroll-wrapper>.scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0
}

.scroll-element {
    display: none
}

.scroll-element,
.scroll-element div {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block
}

.scroll-element .scroll-arrow,
.scroll-element .scroll-bar {
    cursor: default
}

.scroll-textarea {
    border: 1px solid #ccc;
    border-top-color: #999
}

.scroll-textarea>.scroll-content {
    overflow: hidden!important
}

.scroll-textarea>.scroll-content>textarea {
    border: none!important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%!important;
    margin: 0;
    max-height: none!important;
    max-width: none!important;
    overflow: scroll!important;
    outline: 0;
    padding: 2px;
    position: relative!important;
    top: 0;
    width: 100%!important
}

.scroll-textarea>.scroll-content>textarea::-webkit-scrollbar {
    height: 0;
    width: 0
}

[class^=icon-]:before {
    margin: 0!important
}

header .goldplace-logo {
    fill: #fff;
    max-height: 50px;
    width: auto
}

@media only screen and (max-height:47em) {
    header .goldplace-logo {
        max-height: 40px;
        width: auto
    }
}

@media only screen and (max-width:48em) {
    header .goldplace-logo {
        max-height: 30px;
        width: auto
    }
}

#order-hero {
    width: 350px;
    padding: 10px 30px
}
@media only screen and (min-width:48em) {
	#order-hero {
		width: 350px;
		padding: 15px 30px;
	}
}
    
#order-hero .inside [class^=icon-] {
    line-height:1;
}
#order-hero .btn {
    line-height:1;
}
#order-hero .inside {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

#order-hero .inside [class^=icon-] {
    font-size: 40px;
    margin-right: 15px;
    position: relative;
    float: none;
    top: 4px;
}

#order-hero .inside [class^=icon-]:before {
    margin-left: 0!important;
    line-height: 1;
}

#order-hero .inside .btn-sub-text {
    font-size: 14px;
}

#order-hero .inside .btn-text {
    float: none
}

#contact-hero {
    width: 350px;
    padding: 15px 30px;
}

#contact-hero .inside {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

#contact-hero .inside [class^=icon-] {
      font-size: 40px;
    margin-right: 15px;
    position: relative;
    float: none;
    top: 4px;
	line-height: 1;
}

#contact-hero .inside [class^=icon-]:before {
    margin-left: 0!important;
    line-height: 1;
}



#contact-hero .inside .btn-sub-text {
    font-size: 1.37em;
    letter-spacing: 1px;
}

.trust .trust-icon-color {
    fill: #f7a400;
    max-height: 50px;
    font-size: unset;
    margin-bottom: 0;
    line-height: 1.5rem
}

@media only screen and (max-width:48em) {
    .trust .trust-icon-color {
        max-width: 40px
    }
	#order-hero {
		width: auto;
		max-width:290px;
		margin:auto;
	}
}

@media only screen and (max-height:47em) {
    .trust .trust-icon-color {
        max-height: 40px
    }
}

.trust .item-icon {
    margin-bottom: 15px
}

@media only screen and (max-width:48em) {
    .trust .item-icon {
        margin-bottom: 0;
        margin-right: 15px
    }
}

.compare-container .check {
    fill: #67be27;
    float: left;
    width: 25px;
    height: 100%;
    margin: 0 30px
}

@media only screen and (max-width:48em) {
    .compare-container .check {
        margin: 0 15px 0 0
    }
}

.compare-container .remove {
    fill: #FF0000;
    float: left;
    width: 25px;
    height: 100%;
    margin: 0 30px
}

.compare-container .compare-orange {
    fill: #f7a400;
    float: left;
    max-height: 25px;
    width: 25px;
    margin-right: 15px
}

#price .check {
    fill: #f7a400;
    width: 21px;
    height: 21px;
    float: left;
    margin-right: 30px
}

@media only screen and (max-width:48em) {
    #price .check {
        margin-right: 15px;
        width: 20px;
        height: 20px
    }
}

#wybor-pakietu .check {
    fill: #f7a400;
    width: 25px;
    height: 25px;
    float: left;
    margin-right: 30px
}

@media only screen and (max-width:48em) {
    #wybor-pakietu .check {
        margin-right: 15px;
        width: 20px;
        height: 20px
    }
}

#room .check {
    fill: #67be27;
    width: 25px;
    height: 25px;
    float: left;
    margin-right: 30px
}

@media only screen and (max-width:48em) {
    #room .check {
        margin-right: 15px;
        width: 20px;
        height: 20px
    }
}

.other-service-container .icons {
    fill: #f7a400;
    float: left;
    height: auto;
    max-width: 60px;
    margin-top: .5rem
}

.header__links-mobile svg {
    fill: #fff;
    float: left;
    height: auto;
    max-width: 32px;
    margin-top: 10px
}

#cbp-spmenu-s2 .menu-icon {
    margin: 0 30px 0 0!important;
    fill: #f7a400;
    width: 20px;
    height: 20px;
    line-height: 1.5;
    background: 0 0;
    vertical-align: middle
}

#cbp-spmenu-s2 .close-input-icon {
    margin: 0 30px 0 0!important;
    fill: #f7a400;
    width: 20px;
    height: 20px;
    line-height: 1.5;
    background: 0 0;
    vertical-align: middle
}



.animate-spin {
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    display: inline-block
}



.post-card {
    display: block;
    position: relative;
    width: 100%;
    min-height: 250px;
    border-radius: 4px;
    overflow: hidden;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .08);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .08);
    margin-bottom: 2.25rem;
    border-bottom: 0;
    -webkit-transition: -webkit-box-shadow .25s ease;
    transition: -webkit-box-shadow .25s ease;
    transition: box-shadow .25s ease;
    transition: box-shadow .25s ease, -webkit-box-shadow .25s ease
}

.post-card:focus,
.post-card:hover {
    border-bottom: 0;
    -webkit-box-shadow: 0 2px 40px 0 rgba(153, 155, 168, .3);
    box-shadow: 0 2px 40px 0 rgba(153, 155, 168, .3)
}

@media only screen and (min-width:48em) {
    .post-card {
        width: 48.4375%;
        margin-right: 3.125%
    }
    .post-card:last-of-type,
    .post-card:nth-child(2n+2) {
        margin-right: 0
    }
}

@media only screen and (min-width:75em) {
    .post-card {
        width: 31.25%;
        margin-right: 3.125%
    }
    .post-card:nth-child(2n+2) {
        margin-right: 3.125%
    }
    .post-card:last-of-type,
    .post-card:nth-child(3n+3) {
        margin-right: 0
    }
}

.post-card__label {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    z-index: 2
}

.post-card__inner {
    display: block;
    position: relative;
    padding: 1.875rem 1.25rem .625rem;
    width: 100%;
    color: #838c8d;
    border-bottom: 0
}

.post-card__inner:focus,
.post-card__inner:hover {
    color: #838c8d;
    border-bottom: 0
}

.post-card__header {
    margin-bottom: .75rem
}

.post-card__meta {
    font-size: .875rem
}

.post-card__thumb {
    margin: 0;
    background: #fff;
    position: relative;
    overflow: hidden
}

.post-card__thumb::after {
    content: "";
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 56.25%
}

.post-card__thumb>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block
}

.label {
    padding: 0 10px;
    margin-bottom: 1rem;
    display: inline-block;
    line-height: 20px;
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, .8);
    border: 2px solid rgba(255, 255, 255, .5);
    border-radius: 100px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.label:focus,
.label:hover {
    color: #fff;
    background-color: #fff;
    border: 2px solid #fff
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 1.25rem auto
}

input,
textarea {
    display: inline-block;
    padding: 5px 0;
    width: 100%;
    border: 0;
    border-bottom: 2px solid #ededed;
    outline: 0;
    font-family: "Open Sans", sans-serif;
    background: 0 0
}

input:focus,
textarea:focus {
    border-color: #fff;
    -webkit-transition: border-color .25s;
    transition: border-color .25s
}

.form__input {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 35px
}

.form__input::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #fff;
    z-index: 5;
    -webkit-transition: width .45s cubic-bezier(.694, .048, .335, 1);
    transition: width .45s cubic-bezier(.694, .048, .335, 1);
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.form__input::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #FF0000;
    z-index: 4;
    -webkit-transition: width .45s cubic-bezier(.694, .048, .335, 1);
    transition: width .45s cubic-bezier(.694, .048, .335, 1)
}

.form__input:active::after,
.form__input:focus::after,
.form__input:hover::after {
    width: 100%
}

.form__input:active::after,
.form__input:focus::before,
.form__input:hover::before {
    width: 100%
}

.form__input.error:active::after,
.form__input.error:focus::after,
.form__input.error:hover::after {
    width: 0
}

.form__input.error:active::after,
.form__input.error:focus::before,
.form__input.error:hover::before {
    width: 0
}

.error input {
    border-bottom-color: #ff6161
}

.error textarea {
    border-bottom-color: #ff6161
}

.error-data {
    color: #ff6161;
    font-size: 14px;
    position: absolute;
    left: 0;
    bottom: -21px
}


#price-monthly,
#price-yearly {
    display: none
}

.price-toggle-container {
    width: 400px;
    margin: 0 auto;
    position: relative;
    text-align: center
}

@media only screen and (max-width:48em) {
    .price-toggle-container {
        width: auto
    }
}

.price-toggle-container .inline-label {
    position: absolute;
    z-index: 3;
    font-weight: 300;
    cursor: pointer;
    color: #fff;
    font-size: 1em;
    top: -3px
}

.inline-label:active,
.price-toggle-container .inline-label:hover {
    color: #d0cccd
}

.price-toggle-container .label-price-monthly {
    left: -100px;
    text-align: right;
    padding-right: 36px
}

.price-toggle-container .label-price-yearly {
    left: 20px;
    text-align: left;
    padding-left: 34px
}

.price-toggle-container .toggle-container {
    display: inline-block;
    position: relative;
    height: 20px;
    width: 40px;
    background-color: #000;
    border-radius: 10px;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 1px solid #f7a400
}

.price-toggle-container .toggle-pin {
    position: absolute;
    left: -1px;
    top: -1px;
    width: 20px;
    height: 20px;
    background-color: #f7a400;
    border-radius: 10px;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 4
}

.price-toggle-container #price-yearly:checked~.toggle-pin {
    left: 20px
}

.price-toggle-container #price-monthly:checked~.label-price-monthly {
    text-decoration: underline;
    font-weight: 400;
    color: #fff;
}

.price-toggle-container #price-yearly:checked~.label-price-yearly {
    text-decoration: underline;
    font-weight: 400;
    color: #fff;
}

a:hover {
    text-decoration: none
}

a:not(.btn):focus,
a:not(.btn):hover {
    color: #fff;
    border-bottom: 0!important
}

@media only screen and (max-width:48em) {
    .grecaptcha-badge {
        opacity: 0!important
    }
}

.modal {
    position: fixed;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: 0;
    overflow-y: auto;
    z-index: 999
}

.modal__inner {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    position: relative;
    margin: 1.875em;
    width: auto;
    max-width: 768px;
    outline: 0;
    opacity: 0;
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
    -webkit-transition: -webkit-transform .5s cubic-bezier(.4, 0, .2, 1);
    transition: -webkit-transform .5s cubic-bezier(.4, 0, .2, 1);
    transition: transform .5s cubic-bezier(.4, 0, .2, 1);
    transition: transform .5s cubic-bezier(.4, 0, .2, 1), -webkit-transform .5s cubic-bezier(.4, 0, .2, 1);
    z-index: 1050
}

.modal__content {
    position: relative;
    padding: 2rem 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    border-radius: 4px
}

.modal__content h1 {
    text-align: center
}

.modal__close-button {
    position: absolute;
    top: 16px;
    right: 16px;
    background-color: transparent;
    border: 0;
    outline: 0;
    color: #fff;
    cursor: pointer
}

.modal__close-button:hover {
    background-color: transparent
}

.modal__overlay {
    position: fixed;
    display: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1040;
    opacity: 0;
    background-color: rgba(0, 0, 0, .75);
    -webkit-transition: opacity 1s ease .1s;
    transition: opacity 1s ease .1s
}

body.modal--open {
    overflow: hidden
}

.gp-modal-content {
    max-width: 500px;
    margin: 0 auto;
    width: 90vw
}

@media only screen and (max-width:48em) {
    .gp-modal-content {
        width: auto
    }
}

.gp-modal-content .btn__overlay-white {
    font-size: 1.1rem
}

.gp-modal-header {
    text-align: left;
    color: #000;
    background-color: #f7a400;
    font-size: 1.2em;
    margin-top: 30px;
    padding: 10px 15px
}

.gp-modal-body {
    padding: 0px 15px 0 15px;
    border: 1px solid #f7a400
}

.modal-content-error .gp-modal-header {
    background-color: #FF0000;
    color: #fff
}

.modal-content-error .gp-modal-body {
    border: 1px solid red
}

#slideout_inner a {
    border-bottom: 0!important;
    -webkit-text-decoration: 0;
    text-decoration: 0
}

.step .gp-modal-content {
    position: relative
}

.step .gp-modal-content .form-aside {
    position: absolute;
    top: 0;
    left: 100%;
    width: 280px;
    text-align: left;
    padding: 10px 20px
}

.step .gp-modal-content .form-aside .guarantee-title {
    margin-left: 5px;
    font-weight: 300;
    font-size: 21px
}

.step .gp-modal-content .form-aside .guarantee-item {
    display: table;
    margin-top: 20px
}

.step .gp-modal-content .form-aside .guarantee-item .icon-check {
    color: #f7a400;
    display: table-cell;
    vertical-align: top;
    font-size: 2em
}

.step .gp-modal-content .form-aside .guarantee-item .item-text {
    color: #fff;
    font-size: .8em;
    line-height: 1.6em
}

@media only screen and (max-width:62em) {
    .step .gp-modal-content .form-aside {
        display: none
    }
}

#podsumowanie .guarantee-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: 50px
}

#podsumowanie .guarantee-container .guarantee-item {
    display: table;
    margin-top: 20px
}

#podsumowanie .guarantee-container .guarantee-item .icon-check {
    color: #f7a400;
    display: table-cell;
    vertical-align: top;
    font-size: 2em
}

#podsumowanie .guarantee-container .guarantee-item .item-text {
    color: #fff;
    font-size: .9em;
    line-height: 1.6em
}

@media only screen and (max-width:62em) {
    #podsumowanie .guarantee-container {
        display: none
    }
}

table {
    display: table;
    width: 100%;
    overflow-x: scroll;
    margin-bottom: 1.25rem;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #ededed;
    border-radius: 4px;
    font-size: 14.5px
}

table th {
    background-color: #f9f9f9
}

table td,
table th {
    padding: 6px 13px;
    border: 1px solid #ededed
}

#grid-gallery {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 0
}

#grid-gallery .photo1 {
    grid-area: 1/1/5/5;
    background: url(/assets/img/gallery/photo1.jpg) no-repeat;
    background-size: cover
}

#grid-gallery .photo2 {
    grid-area: 1/5/3/9;
    background: url(/assets/img/gallery/photo2.jpg) no-repeat;
    background-size: cover
}

#grid-gallery .photo3 {
    grid-area: 3/5/5/7;
    background: url(/assets/img/gallery/photo3.jpg) no-repeat;
    background-size: cover
}

#grid-gallery .photo4 {
    grid-area: 3/7/5/9;
    background: url(/assets/img/gallery/photo4.jpg) no-repeat;
    background-size: cover
}

.slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto
}

.slider .testimonial-item {
    background: #fff;
    grid-template-columns: none!important;
    text-align: center!important
}

.slider a:active,
.slider a:hover {
    color: #b1b0ae
}

.slider .btn-bar {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 30px;
    width: 100%
}

@media only screen and (min-width:48em) {
    .slider .btn-bar {
        display: none
    }
}

.slider .btn-bar .slider-prev {
    display: block!important;
    float: left;
    width: 40px;
    text-align: center;
    height: 40px;
    border-radius: 0;
    font-size: 29px;
    line-height: 2.4rem
}

.slider .btn-bar .slider-next {
    display: block!important;
    float: right;
    width: 40px;
    text-align: center;
    height: 40px;
    border-radius: 0;
    font-size: 29px;
    line-height: 2.4rem
}

.slider .btn-bar .testimonial-navigation {
    position: unset!important
}

.slider-next,
.slider-prev {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 36px;
    text-decoration: none;
    color: #b1b0ae;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 60px;
    text-align: center;
    height: 60px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 12px -1px rgba(112, 112, 112, .2);
    box-shadow: 0 0 12px -1px rgba(112, 112, 112, .52)
}

@media only screen and (max-width:48em) {
    .slider-next,
    .slider-prev {
        display: none
    }
}

@media only screen and (min-width:48em) {
    .slider-next .btn-bar,
    .slider-prev .btn-bar {
        display: none
    }
}

.slider-prev {
    margin-right: 8px
}

.slider-next {
    margin-left: 8px
}

.slider-next.is-disabled,
.slider-prev.is-disabled {
    color: #aaa;
    cursor: not-allowed
}

.slider-container {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden;
    position: relative;
    min-height: 250px;
    margin: auto;
    background: #fff;
    width: 70%;
    margin-top: 60px
}

@media only screen and (max-width:48em) {
    .slider-container {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%
    }
}

.slider-item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.slider-panel {
    width: 100%;
    text-align: center;
    margin-top: 12px
}

.slider-link {
    color: #999
}

.slider-link.is-active {
    color: #000
}

@media (max-width:768px) {
    .slider {
        width: 100%
    }
}

[data-scroller=true] {
    overflow: hidden
}

.scroller-scrollbar {
    display: none;
    position: absolute;
    z-index: 1000;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px
}

.scroller-scrollbar.vertical {
    top: 0;
    right: 0;
    width: 3px;
    height: 100%;
    margin: 0 2px
}

.scroller-scrollbar.vertical.scroller-inverse {
    left: 0;
    right: inherit
}

.scroller-scrollbar.horizontal {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    margin: 2px 0
}

.scroller-scrollbar.horizontal.scroller-inverse {
    top: 0;
    bottom: inherit
}

.scroller-scrollbar.scroller-active {
    display: block
}

.scroller-scrollbar {
    background-color: #000;
    opacity: .32
}

.highlight table td {
    padding: 5px
}

.highlight table pre {
    margin: 0
}

.highlight .cm {
    color: #998;
    font-style: italic
}

.highlight .cp {
    color: #999;
    font-weight: 700
}

.highlight .c1 {
    color: #998;
    font-style: italic
}

.highlight .cs {
    color: #999;
    font-weight: 700;
    font-style: italic
}

.highlight .c,
.highlight .cd {
    color: #998;
    font-style: italic
}

.highlight .err {
    color: #a61717;
    background-color: #e3d2d2
}

.highlight .gd {
    color: #000;
    background-color: #fdd
}

.highlight .ge {
    color: #000;
    font-style: italic
}

.highlight .gr {
    color: #a00
}

.highlight .gh {
    color: #999
}

.highlight .gi {
    color: #000;
    background-color: #dfd
}

.highlight .go {
    color: #888
}

.highlight .gp {
    color: #555
}

.highlight .gs {
    font-weight: 700
}

.highlight .gu {
    color: #aaa
}

.highlight .gt {
    color: #a00
}

.highlight .kc {
    color: #000;
    font-weight: 700
}

.highlight .kd {
    color: #000;
    font-weight: 700
}

.highlight .kn {
    color: #000;
    font-weight: 700
}

.highlight .kp {
    color: #000;
    font-weight: 700
}

.highlight .kr {
    color: #000;
    font-weight: 700
}

.highlight .kt {
    color: #458;
    font-weight: 700
}

.highlight .k,
.highlight .kv {
    color: #000;
    font-weight: 700
}

.highlight .mf {
    color: #099
}

.highlight .mh {
    color: #099
}

.highlight .il {
    color: #099
}

.highlight .mi {
    color: #099
}

.highlight .mo {
    color: #099
}

.highlight .m,
.highlight .mb,
.highlight .mx {
    color: #099
}

.highlight .sb {
    color: #d14
}

.highlight .sc {
    color: #d14
}

.highlight .sd {
    color: #d14
}

.highlight .s2 {
    color: #d14
}

.highlight .se {
    color: #d14
}

.highlight .sh {
    color: #d14
}

.highlight .si {
    color: #d14
}

.highlight .sx {
    color: #d14
}

.highlight .sr {
    color: #009926
}

.highlight .s1 {
    color: #d14
}

.highlight .ss {
    color: #990073
}

.highlight .s {
    color: #d14
}

.highlight .na {
    color: teal
}

.highlight .bp {
    color: #999
}

.highlight .nb {
    color: #0086b3
}

.highlight .nc {
    color: #458;
    font-weight: 700
}

.highlight .no {
    color: teal
}

.highlight .nd {
    color: #3c5d5d;
    font-weight: 700
}

.highlight .ni {
    color: purple
}

.highlight .ne {
    color: #900;
    font-weight: 700
}

.highlight .nf {
    color: #900;
    font-weight: 700
}

.highlight .nl {
    color: #900;
    font-weight: 700
}

.highlight .nn {
    color: #555
}

.highlight .nt {
    color: navy
}

.highlight .vc {
    color: teal
}

.highlight .vg {
    color: teal
}

.highlight .vi {
    color: teal
}

.highlight .nv {
    color: teal
}

.highlight .ow {
    color: #000;
    font-weight: 700
}

.highlight .o {
    color: #000;
    font-weight: 700
}

.highlight .w {
    color: #bbb
}

.highlight {
    background-color: #f8f8f8
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .95)
}

.dots {
    margin: 20% auto;
    text-align: center
}

.dots .dot {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: 0 10px;
    border-radius: 50%;
    background: #f7a400;
    -webkit-animation: dot-dot-dot 1.4s linear infinite;
    animation: dot-dot-dot 1.4s linear infinite
}

.dots .dot:nth-child(2) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.dots .dot:nth-child(3) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

@-webkit-keyframes dot-dot-dot {
    0%,
    100%,
    60% {
        -webkit-transform: initial;
        transform: initial
    }
    30% {
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px)
    }
}

@keyframes dot-dot-dot {
    0%,
    100%,
    60% {
        -webkit-transform: initial;
        transform: initial
    }
    30% {
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px)
    }
}

.input-error {
    border: solid 1px red!important
}

.warning-txt {
    color: orange
}

#gallery {
    padding: 0!important;
    height: 100vh
}

#gallery .header-title-gallery {
    z-index: 11111;
    top: 26%
}

.faq-container .svg {
    width: 30px;
    height: 24px;
    background-color: transparent;
    margin: 4px 0;
    fill: #f7a400
}

.faq-container .container-headline {
    text-align: center;
    font-weight: 700;
    color: #fff;
    line-height: 3rem;
    margin-bottom: 60px
}

@media only screen and (max-width:48em) {
    .faq-container .container-headline {
        font-size: 24px;
        font-weight: 400;
        letter-spacing: .04em;
        padding: 15px
    }
}

.faq-container .question-space {
    border: 1px solid #f7a400;
    max-width: 820px;
    margin: auto;
    padding: 60px;
    color: #fff;
    margin-bottom: 60px
}

.faq-container .question-space:last-child {
    margin-bottom: 0
}

@media only screen and (max-width:48em) {
    .faq-container .question-space {
        padding: 15px
    }
}

.faq-container .question {
    position: relative;
    margin: 0;
    font-weight: 700;
    display: block;
    width: 100%;
    font-size: 20px;
    cursor: pointer
}
@media only screen and (max-width:48em) {
	.faq-container .question {
		font-size: 16px;
	}
}
.faq-container .answers {
    padding: 0 15px;
    margin:0;
    height: 0;
    overflow: hidden;
    z-index: -1;
    position: relative;
    opacity: 0;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: cubic-bezier(0, 1, .5, 1);
    transition-timing-function: cubic-bezier(0, 1, .5, 1)
}

.faq-container .questions:checked~.answers {
    height: auto;
    opacity: 1;
    padding: 30px 0 0 0;
    margin: 0;
	margin-top:30px;
    border-top: 1px solid #f7a400
}

.faq-container .plus {
    margin-left: 10px;
    z-index: 5;
    margin-top: 11px;
    float: right;
    font-size: 2em;
    line-height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.faq-container .questions:checked~.plus {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.faq-container .questions {
    display: none
}

#price {
    background: #fff;
    padding-bottom: 60px!important;
}

#price .package-description-container {
    padding: 15px
}

#price.account-price .dark-container .container-headline {
    padding-bottom: 200px
}

#price.account-price .bright-container .container-headline {
    
}

#price.account-price .account-package {
    text-align: center;
    padding: 30px;
    background: #fff;
    border: 0!important;
    filter: drop-shadow(0px 6px 7px rgba(0, 0, 0, 0.161));
    background-color: #fff;
    position: relative
}

#price.account-price .account-package-container {
   
}

@media only screen and (min-width:48em) {
    #price.account-price .account-package-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -ms-flex-line-pack: center;
        align-content: center;
		margin: 60px auto 30px auto;
    }
}

@media only screen and (min-width:48em) {
    #price.account-price .account-package {
        width: calc(33.3333% - 15px);
		margin-right: 15px;
    }
}

@media only screen and (max-width:48em) {
    #price.account-price .account-package {
        margin: 30px 0
    }
}

#price.account-price .account-package:last-child {
    margin-right: 0
}

#price.account-price .account-package__title {
    font-size: 24px;
    font-weight: 700;
	line-height: 1.5;
    color: #000;
    padding: 0 15px 30px;
    min-height: 9rem;
	
}
#price.account-price .account-package__price {
    font-weight: 600
}
#price.account-price .account-package__price strong:before{
    font-weight: 300;
    content: 'od';
    left: -30px;
    font-size: 18px;
    position: absolute;
    bottom: 15px;
}
#price.account-price .account-package__price strong:after{
    font-weight: 300;
	content: 'zĹ/mc';
    font-size: 18px!important;
    bottom: 15px!important;
}
#price.account-price .account-package__price strong {
    font-size: 3em;
    font-weight: 700;
	line-height: 0.75;
    margin: 0 5px;
    position: relative
}

#price.account-price .account-package__price strong.houres:after {
    position: absolute;
    font-size: 16px;
    font-weight: 300;
    bottom: 12px;
    left: 100%;
    width: 50px;
    margin-left: 7px
}

#price.account-price .account-package__price strong:after {
    position: absolute;
    font-size: 16px;
    font-weight: 300;
    bottom: 12px;
    left: 100%;
    width: 50px;
    margin-left: 7px
}

#price.account-price .account-package__price strong.from:before {
    position: absolute;
    font-size: 16px;
    font-weight: 300;
    bottom: 12px;
    left: -30px;
    width: 30px
}

#price.account-price .account-package__description {
    line-height: 1.6em
}

#price.account-price .account-package .btn.btn-primary {
    position: initial;
    width: 100%;
	margin-top:30px;
    right: 30px;
    letter-spacing: .1em;
    padding: 18px 15px;
}

@media only screen and (min-width:62em) {
    #price.account-price .account-package .btn.btn-primary {
        font-size: 18px
    }
}

@media only screen and (max-width:48em) {
    #price.account-price .account-package .btn.btn-primary {
        font-size: 14px
    }
}

#price .check-details {
    width: 100%;
    margin-bottom: 30px
}

@media only screen and (min-width:36em) {
	#price .check-details {
		position: relative;
		left: 5%;
		font-weight: 300;
	}
	#price .check-details__item {
		width: 31%;
		margin: 0 40px 30px 0;
	}
}
@media only screen and (min-width:36em) {
    #price .check-details__item {
        width: 50%
    }
}

@media only screen and (min-width:48em) {
    #price .check-details__item {
        width: 30%
    }
}

#price .check-details__item i {
    color: #f7a400
}

#price .info {
    font-size: 14px;
    font-weight: 300;
	margin-bottom:0;
	
}

#room {
    background: #fff;
    padding: 60px 0;
}
#room .room-package-container {
	display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#room .room-package {
    width: calc(50% - 15px);
    display: inline-block;
    margin: 0 0px 30px 0px;
    -webkit-box-shadow: 0 0 18px -6px #b1b0ae;
    box-shadow: 0 0 18px -6px #b1b0ae;
    min-height: 700px
}

#room .room-package .single-cost {
    display: inline-block;
    margin: auto;
    margin-top: 30px;
    text-align: center;
    width: 100%
}

#room .room-package .single-cost p {
    font-weight: 700;
    font-size: 30px;
    color: #fff;
    margin-bottom: 0
}

#room .room-package .single-cost span {
    font-weight: 300;
    font-size: 16px;
    color: #fff
}

#room .room-package .btn-room-book {
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    border: 1px solid #FF0000;
    background: 0 0;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    padding: 20px 0;
    width: 60%;
    margin-top: 30px
}

#room .room-package .btn-room-book:hover {
    background: rgba(255, 0, 0, .2)
}

@media only screen and (max-width:48em) {
    #room .room-package {
        width: 100%;
        margin: 0;
        margin-bottom: 30px;
        min-height: 500px
    }
}

#room .room-package .package-descrption .item-row {
    padding: 0
}

@media only screen and (max-width:48em) {
    #room .room-package .package-descrption .item-row {
        margin-bottom: 15px
    }
}

#room .room-package__title {
    font-size: 1.6em;
    font-weight: 700;
    color: #000;
    min-height: 9rem
}

#room .room-package__price {
    font-weight: 300;
    min-height: 100%;
    background: rgba(0, 0, 0, .5);
    padding-top: 30px;
    text-align: center
}

#room .room-package__price .title {
    font-weight: 700;
    color: #fff;
    font-size: 30px
}

#room .room-package__price strong {
    font-size: 3em;
    font-weight: 700;
    margin: 0 5px;
    position: relative
}

#room .room-package__price strong.houres:after {
    position: absolute;
    font-size: 16px;
    font-weight: 300;
    bottom: 12px;
    left: 100%;
    width: 50px;
    margin-left: 7px
}

#room .room-package__price strong:after {
    position: absolute;
    font-size: 16px;
    font-weight: 300;
    bottom: 12px;
    left: 100%;
    width: 50px;
    margin-left: 7px
}

#room .room-package__price strong.from:before {
    position: absolute;
    font-size: 16px;
    font-weight: 300;
    bottom: 12px;
    left: -30px;
    width: 30px
}

#room .package-descrption {
    margin-top: 30px;
    width: 100%;
    padding: 0px 30px 0 60px;
    display: table
}
#room .room-package .package-descrption .item-row {
	margin-bottom: 30px;
 }

#room .room-package .package-descrption .item-row:last-child {
    margin-bottom: 0;
}
@media only screen and (max-width:48em) {
    #room .package-descrption {
        padding: 15px
    }
}

#room .package-descrption .item-title {
    font-size: 16px
}

#room .big-room {
    background: url(/assets/img/theme/big-room.png);
    background-size: cover;
    background-position: bottom;
    min-height: 369px;
    color: #fff;
    display: grid
}

#room .small-room {
    background: url(/assets/img/theme/small-room.png);
    background-size: cover;
    background-position: bottom;
    min-height: 369px;
    color: #fff;
    display: grid
}

@media only screen and (max-width:48em) {
    #room {
        padding: 30px 0
    }
}

#room:last-child {
    margin-right: 0
}

#room__description {
    line-height: 1.6em
}

#room .btn.btn-primary {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    letter-spacing: .1em;
    padding: 18px 15px
}

@media only screen and (min-width:62em) {
    #room .btn.btn-primary {
        font-size: 18px
    }
}

@media only screen and (max-width:48em) {
    #room .btn.btn-primary {
        font-size: 14px
    }
}

@media only screen and (min-width:62em) {
    .light-container .container-headline {
        font-size: 48px
    }
}

.light-container .container-subline {
    margin-bottom: 60px
}

.check-details {
    width: 100%;
    margin-bottom: 50px
}

@media only screen and (min-width:36em) {
    .check-details {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

.check-details__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0
}

@media only screen and (min-width:36em) {
    .check-details__item {
        width: 50%
    }
}

@media only screen and (min-width:48em) {
    .check-details__item {
        width: 50%
    }
}

.check-details__item i {
    color: #f7a400
}

.info {
    font-size: 16px;
    font-weight: 300;
}

@media only screen and (max-width:48em) {
    .info {
        padding: 0
    }
}



#price-company {
    background: #fff
}

#price-company .price-company-table {
    background: #fff;
    border: 0!important;
    filter: drop-shadow(0px 6px 7px rgba(0, 0, 0, 0.161));
    padding: 30px 0 15px 0;
}

#price-company .price-company-table .table-row {
    display: grid;
	margin: 0 30px;
    grid-template-columns: 2.2fr .6fr .6fr .6fr;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#price-company .price-company-table .table-row.table-header {
    font-size: 18px;
    font-weight: 700
}

#price-company .price-company-table .table-row.table-header .text-center {
    text-align: center
}

#price-company .price-company-table .table-row.column {
    font-size: 18px;
    border-bottom: 2px solid #f7a400;
    margin: 0 30px;
    font-weight: 400;
    min-height: 60px;
    padding: 15px 0
}

#price-company .price-company-table .table-row.column:first-child {
    border-bottom: 0
}

#price-company .price-company-table .table-row.column:last-child {
    border-bottom: 0
}

#price-company .price-company-table .table-row.column .strong {
    font-weight: 700
}

#price-company .price-company-table .table-row.column .text-center {
    text-align: center
}

#price-company .price-company-table .table-row.column .small-text {
    font-size: 14px;
    font-size: 400
}

#price-company .price-company-table .table-row.column.special {
    margin: 0;
    padding: 30px;
    font-size: 24px;
    color: #f7a400;
    border: 2px solid #f7a400;
    background: #000
}

#price-company .info {
    font-size: 14px;
    margin-bottom: 0;
	Line-height: 30px; 
	font-weight: 200; 
	padding:0;
}

#price-company .margin-15 {
    margin-top: 15px
}

#price-company .margin-30 {
    margin-top: 30px;
	padding:0px;
}
.padding-60{
	padding: 18px 60px!important;
}
.margin-top-30{
	margin-top:30px;
}
.answers ol>li{
	margin-top:15px;
}
#price-company .margin-60-bottom {
    margin-bottom: 60px
}

#price-rooms {
    background: #fff;
    padding-bottom: 45px
}

#price-rooms .package-descrption {
    margin-top: 30px;
    margin-bottom: 15px;
    width: 100%;
    padding: 15px 30px 0 60px;
    display: table
}

#price-rooms .big-room {
    background: url(/assets/img/theme/big-room.png);
    background-size: cover;
    background-position: bottom;
    min-height: 369px;
    color: #fff;
    background: url(/assets/img/theme/small-room.png);
    background-size: cover;
    background-position: bottom;
    min-height: 369px;
    color: #fff
}

#price-rooms.coworking-price .dark-container .container-headline {
    padding-bottom: 200px
}

#price-rooms.coworking-price .bright-container .container-headline {
    padding-bottom: 180px
}

#price-rooms.coworking-price .coworking-package {
    text-align: center;
    border: 1px solid #f7a400;
    padding-bottom: 120px;
    background-color: #fff;
    position: relative
}

#price-rooms.coworking-price .coworking-package-container {
    margin-top: -140px
}

@media only screen and (min-width:48em) {
    #price-rooms.coworking-price .coworking-package-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -ms-flex-line-pack: center;
        align-content: center
    }
}

@media only screen and (min-width:48em) {
    #price-rooms.coworking-price .coworking-package {
        width: 50%;
        margin-right: 30px
    }
}

@media only screen and (max-width:48em) {
    #price-rooms.coworking-price .coworking-package {
        margin: 30px 0
    }
}

#price-rooms.coworking-price .coworking-package:last-child {
    margin-right: 0
}

#price-rooms.coworking-price .coworking-package__title {
    font-size: 1.6em;
    font-weight: 700;
    color: #000
}

#price-rooms.coworking-price .coworking-package__price {
    font-weight: 300
}

#price-rooms.coworking-price .coworking-package__price strong {
    font-size: 3em;
    font-weight: 700;
    margin: 0 5px;
    position: relative
}

#price-rooms.coworking-price .coworking-package__price strong.houres:after {
    content: "zl / h";
    position: absolute;
    font-size: 16px;
    font-weight: 300;
    bottom: 12px;
    left: 100%;
    width: 50px;
    margin-left: 7px
}

#price-rooms.coworking-price .coworking-package__price strong:after {
    content: "zl / mc";
    position: absolute;
    font-size: 16px;
    font-weight: 300;
    bottom: 12px;
    left: 100%;
    width: 50px;
    margin-left: 7px
}

#price-rooms.coworking-price .coworking-package__price strong.from:before {
    content: 'od';
    position: absolute;
    font-size: 16px;
    font-weight: 300;
    bottom: 12px;
    left: -30px;
    width: 30px
}

#price-rooms.coworking-price .coworking-package__description {
    line-height: 1.6em
}

#price-rooms.coworking-price .coworking-package .btn.btn-primary {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    letter-spacing: .1em;
    padding: 18px 15px
}

@media only screen and (min-width:62em) {
    #price-rooms.coworking-price .coworking-package .btn.btn-primary {
        font-size: 14px
    }
}

@media only screen and (max-width:48em) {
    #price-rooms.coworking-price .coworking-package .btn.btn-primary {
        font-size: 11px
    }
}

#price-rooms .check-details {
    width: 100%;
    margin-bottom: 50px
}

@media only screen and (min-width:36em) {
    #price-rooms .check-details {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

#price-rooms .check-details__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0
}

@media only screen and (min-width:36em) {
    #price-rooms .check-details__item {
        width: 50%
    }
}

@media only screen and (min-width:48em) {
    #price-rooms .check-details__item {
        width: 30%
    }
}

#price-rooms .check-details__item i {
    color: #f7a400
}

#steps {
    color: #fff;
    text-align: center
}

#steps .btn-order {
    margin-bottom: 60px;
	min-width: 285px;
}

#steps h2.container-headline {
    font-size: 48px;
    color: #fff;
    font-weight: 700;
    line-height: 3rem;
    letter-spacing: .1rem;
    margin-bottom: 60px
}

@media only screen and (max-width:48em) {
    #steps h2.container-headline {
        font-size: 21px;
        line-height: 1.5!important
    }
}

#steps .steps-1 {
	width: calc(50% - 60px);
    float: left;
    padding: 0 60px 0 0;
    border-right: 1px solid #fff
}

@media only screen and (max-width:48em) {
    #steps .steps-1 {
        width: 100%
    }
}

#steps .steps-1 .icon-sign {
    line-height: 1.1;
}
.tpay{
	margin-left:15px;
}
#steps .steps-1 .btn-text .btn-sub-text {
    font-size: 24px;
    line-height: 1
}

#steps .steps-1 .btn-text .btn-main-text {
    font-size: 49px;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 200
}

#steps .steps-1 .or-class {
    background: #000;
    position: initial;
    margin-right: 0;
    float: right;
    margin-right: -75px;
    height: 130px;
    line-height: 130px
}

@media only screen and (max-width:48em) {
    #steps .steps-1 .or-class {
        display: none
    }
}

#steps .steps-2 {
    width: calc(50% - 60px);
    float: left;
    padding: 0 0 0 60px
}

@media only screen and (max-width:48em) {
    #steps .steps-2 {
        width: 100%
    }
}

#steps .steps-2 .icon-sign {
    line-height: 1;
    font-size: 4rem
}

#steps .steps-2 .btn-text .btn-sub-text {
    font-size: 24px;
    line-height: 1
}

#steps .steps-2 .btn-text .btn-main-text {
    font-size: 36px;
    text-transform: uppercase;
    line-height: 1.5;
    font-weight: 200
}

#steps ul {
    list-style: decimal url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
}

#steps ul>li {
    font-size: 26px;
    font-weight: 700;
    min-height: 51px;
    margin-bottom: 30px;
    text-align: left
}
#steps ul>li:last-child {
	margin-bottom:0px;
}
#steps ul {
	margin-bottom:0px;
}
#steps ul>li:nth-child(1):before {
    content: "1";
    padding: 7px 17px;
    margin-right: 30px;
    margin-left: -40px;
    position: relative;
    top: 0px;
    border-radius: 50%;
    border: 1px solid #f7a400
}

#steps ul>li:nth-child(2):before {
    content: "2";
    padding: 7px 17px;
    margin-right: 30px;
    margin-left: -40px;
    position: relative;
    top: 0px;
    border-radius: 50%;
    border: 1px solid #f7a400
}

#steps ul>li:nth-child(3):before {
    content: "3";
    padding: 7px 17px;
    margin-right: 30px;
    margin-left: -40px;
    position: relative;
    top: 0px;
    border-radius: 50%;
    border: 1px solid #f7a400
}

#steps ul>li:nth-child(4):before {
    content: "4";
    padding: 7px 17px;
    margin-right: 30px;
    margin-left: -40px;
    position: relative;
    top: 8px;
    border-radius: 50%;
    border: 1px solid #f7a400
}

#steps ul span {
    font-size: 18px;
    font-weight: 300;
    display: block;
    line-height: 1.5;
    margin-left: 44px
}



html {
    scroll-behavior: smooth
}

@media only screen and (min-width:62em) {
    html {
        letter-spacing: .045em
    }
}



#menu-scrollbar {
    margin-bottom: 30px
}

.hero {
    margin: 0 auto;
    width: 100%;
    z-index: 1000;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

@media only screen and (max-width:48em) {
    .hero {
        height: calc((var(--vh, 1vh) * 100) - 101px)!important
    }
    .hero:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: none!important;
        background-image: none!important
    }
}

@media only screen and (min-width:36em) and (max-height:47em) {
    .hero {
        height: calc((var(--vh, 1vh) * 100) - 175px)!important
    }
}

.hero .tooltip-icon {
    margin-top: 15px;
    float: left;
    position: inherit
}

.hero .tooltip-icon .info-message {
    position: relative
}

@media only screen and (max-width:48em) {
    .hero .tooltip-icon {
        position: absolute!important
    }
}

@media only screen and (max-width:48em) {
    .hero .tooltip .top {
        top: -36px;
        left: 50%;
        -webkit-transform: translate(-85%, -100%)!important
    }
}

.hero--small {
    margin: 3.75rem auto 0;
    min-height: 8.75rem;
    width: 100%;
    position: relative;
    background-color: #313237
}

@media only screen and (min-width:62em) {
    .hero--small {
        height: 12.5em
    }
}

.hero--small::before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(52, 56, 81, .8)
}

.hero__wrap {
    margin: 4em auto 2em;
    text-align: center;
    color: #fff;
    width: 100%;
    max-width: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly
}

.hero__wrap.margin-content {
    height: calc(100vh - 330px);
    max-height: 530px
}

@media only screen and (max-width:48em) {
    .hero__wrap.margin-content {
        margin-top: unset!important
    }
}

@media only screen and (min-width:48em) {
    .hero__wrap {
        margin: auto;
        position: relative;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

@media only screen and (max-width:48em) {
    .hero__wrap {
        margin: auto;
        position: relative;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

@media only screen and (min-width:36em) and (max-height:47em) {
    .hero__wrap {
        margin-top: auto!important;
        padding-top: auto!important;
        padding-bottom: auto!important
    }
}

.hero__wrap .main-title {
    position: relative
}

.hero__wrap .hero__title {
    padding: 1rem 0;
    font-size: 60px;
    line-height: 2.5rem;
    margin-bottom: 0;
	letter-spacing: 3px;
    font-family: sans-serif;
    font-weight: 700;
    color: #fff;
    display: block
}
.hero__wrap .hero__button {
    padding: 0 15px;
}
.hero__wrap .hero__title.info {
    display: contents!important
}

@media only screen and (max-height:47em) {
    .hero__wrap .hero__title {
        font-size: 3.01rem;
        margin-top: 0;
        line-height: 2.5rem;
        margin-bottom: 0
    }
}

@media only screen and (max-width:48em) {
    .hero__wrap .hero__title {
        font-size: 30px;
        margin-top: 0;
        line-height: 2.5rem;
        margin-bottom: 0;
		padding:0 15px;
    }
}

.hero__wrap .hero_subtitle {
    margin: auto;
    line-height: 1.5rem;
    margin-bottom: 0;
    margin-top: 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.hero__wrap .hero_subtitle.display {
    display: inline-block
}

@media only screen and (max-width:48em) {
    .hero__wrap .hero_subtitle {
        margin-top: 15px
    }
}

@media only screen and (max-height:48em) {
    .hero__wrap .hero_subtitle {
        margin-top: 15px
    }
}

.hero__wrap .hero__meta {
    font-family: 'Open Sans';
    color: #fff;
	line-height: 1.5;
    font-weight: 300;
    text-shadow: 1px 1px 5px #000;
    max-width: inherit;
}

@media only screen and (min-width:48em) {
    .hero__wrap .hero__meta {
        font-size: 30px
    }
}

@media only screen and (max-width:48em) {
    .hero__wrap .hero__meta {
        font-size: 23px
    }
    .hero__wrap .hero__meta span {
        display: block!important
    }
}

@media only screen and (max-height:47em) {
    .hero__wrap .hero__meta {
        font-size: 27px
    }
}

.hero__meta.visible-sm {
    margin-top: 10px;
    font-size: 16px;
	padding: 0 15px;
}

.hero__meta.visible-sm .tooltip-icon {
    margin-top: 7px;
    float: unset
}

.cta-hero-buttons {
    margin-top: 30px
}

@media only screen and (max-width:48em) {
    .cta-hero-buttons .btn.btn-contact {
        display: none
    }
}

@media only screen and (min-width:48em) {
    .cta-hero-buttons .btn.btn-contact {
        margin-left: 100px
    }
}

section {
    padding: 60px 0
}

@media only screen and (max-width:48em) {
    section.package-container {
        padding-bottom: 0
    }
}

.trust {
    background-color: #000;
    padding: 30px 0
}

.trust {
    z-index: 100000;
    padding: 0
}

.trust .container {
    display: flex;
    text-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: auto
}

@media only screen and (max-width:48em) {
    .trust .container {
        width: 600%;
        padding: 15px;
        height: 102px;
        max-width: none;
        -webkit-transition: all .3s;
        transition: all .3s
    }
}

.trust .container .item {
    padding: 30px 0;
    width: 100%
}

@media only screen and (min-width:48em) {
    .trust .container .item {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 250px;
        padding: 30px
    }
}

@media only screen and (max-width:48em) {
    .trust .container .item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0
    }
}

@media only screen and (min-width:36em) and (max-height:47em) {
    .trust .container .item {
        padding: 15px 0
    }
}

.trust .container .item-icon {
    line-height: 1.5rem
}

.trust .item-title {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    margin: 0;
    line-height: 1.5rem
}
.trust .item-title span{
    display:block;
}
@media only screen and (max-width:48em) {
    .trust .item-title {
        font-size: 18px
    }
}

@media only screen and (max-height:47em) {
    .trust .item-title {
        font-size: 18px;
        line-height: 1.3rem;
		//display: inline;
    }
	.trust .item-title span{
		display:inline;
	}
}

.trust .item-description {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0
}

@media only screen and (max-width:48em) {
    .trust .item-description {
        font-size: 14px;
		display: inline-block;
    }
}

.welcome-container {
    background-color: #e6e6e6;
    padding-top: 30px;
    padding-bottom: 0
}

.welcome-container a {
    color: #f7a400;
    border-bottom: 0;
	font-weight: 600;
}

.welcome-container a:hover {
    color: #f7a400;
    border-bottom: 0
}

.welcome-container .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (min-width:62em) {
    .welcome-container .content {
        margin-left: 72px;
        max-width: 58%
    }
}

.welcome-container .content p {
    font-size: 18px;
    font-weight: 300
}

@media only screen and (max-width:48em) {
    .welcome-container .content p {
        font-size: 1em
    }
}

.welcome-container .welcome-title {
    font-family: "Open Sans";
    font-weight: 300;
    color: #000;
    font-size: 30px;
    margin-bottom: 1em
}

@media only screen and (max-width:48em) {
    .welcome-container .welcome-title {
        font-size: 1.25em
    }
}

.welcome-container .align-right {
    float: right;
    margin-top: 15px;
    margin-bottom: 30px;
    margin-right: 30px
}

.welcome-container .align-right.sign-by-ceo {
    max-width: 320px
}
.sign-by-ceo svg {
    max-width: 260px;
}

@media only screen and (max-width:48em) {
	.sign-by-ceo svg {
		max-width: 230px;
		height: 23px;
		margin-top: 9px;
	}
}

.welcome-container .align-right.sign-by-ceo .image-ceo {
    height: 60px;
    float: left;
    margin-right: 20px
}

.welcome-container .align-right.sign-by-ceo .image-ceo img {
    height: 100%
}

.welcome-container .align-right.sign-by-ceo .svg-signature {
    width: 255px;
    height: 48px
}

@media only screen and (max-width:48em) {
    .welcome-container .align-right.sign-by-ceo {
        width: 100%;
        float: left;
        text-align: center
    }
    .welcome-container .align-right.sign-by-ceo .svg-signature {
        width: 200px;
        height: 30px;
        margin-top: .3rem
    }
    .welcome-container .align-right.sign-by-ceo .position {
        font-size: 1em;
        margin-top: -.3rem
    }
}

.welcome-container .align-right img.sign-image {
    display: block;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto
}

@media only screen and (max-width:48em) {
    .welcome-container .align-right img.sign-image {
        width: 65%
    }
}

.welcome-container .align-right .position {
    display: block;
    text-align: center;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 300;
	margin-top: -11px;
}

.conference-room-container,
.place-for-you-container {
    min-height: 550px;
	padding: 165px 20px;
    text-align: center;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #ccc
}

@media only screen and (min-width:62em) {
    .conference-room-container,
    .place-for-you-container {
        background-attachment: fixed
    }
}

@media only screen and (max-width:48em) {
    .conference-room-container,
    .place-for-you-container {
        min-height: 320px;
        padding: 100px 10px
    }
}

.conference-room-container .container-headline,
.place-for-you-container .container-headline {
    font-weight: 300;
    text-shadow: 0 0 6px #000;
    color: #fff
}

@media only screen and (max-width:48em) {
    .conference-room-container .container-headline,
    .place-for-you-container .container-headline {
        font-size: 21px;
        font-weight: 400;
        letter-spacing: .04em;
    }
}

.conference-room-container .container-subline,
.place-for-you-container .container-subline {
       color: #fff;
    line-height: 1.3;
    margin-top: 15px;
}

.conference-room-container .btn,
.place-for-you-container .btn {
    margin-top: 30px;
    text-shadow: 0 0 6px #000
}

@media only screen and (min-width:48em) {
    .conference-room-container .btn,
    .place-for-you-container .btn {
        font-size: 18px
    }
}

@media only screen and (max-width:48em) {
    .conference-room-container .btn,
    .place-for-you-container .btn {
        font-size: 16px
    }
}

.container-headline {
    font-size: 2.25em;
    font-weight: 300;
    color: #000;
    margin-bottom: 0
}

@media only screen and (min-width:48em) {
    .container-headline {
        font-size: 48px
    }
}

@media only screen and (max-width:48em) {
    .container-headline {
        font-size: 24px;
        line-height: 1.5!important;
		margin-bottom:30px!important;
    }
}

.container-subline {
    font-size: 1.5em;
    font-weight: 300;
    margin-bottom: 0
}

@media only screen and (min-width:62em) {
    .container-subline {
        font-size: 30px
    }
}

@media only screen and (max-width:48em) {
    .container-subline {
        font-size: 1.2em
    }
}

.light-container {
    background-color: #fff
}

.light-container .container-headline {
    text-align: center;
    font-weight: 700;
    color: #000;
    line-height: 3rem;
    margin-bottom: 0
}

.light-container .container-subline {
    color: #000;
    line-height: 2.2rem;
    text-align: center;
    margin-top: 30px;
    text-align: center;
    margin-top: 15px
}

@media only screen and (max-width:48em) {
    .light-container .container-subline {
        margin-top: 15px
    }
}

.dark-container-footer {
    background-color: #000;
    padding-bottom: 60px
}

.dark-container-footer .container-headline {
    text-align: center;
    font-weight: 700;
    color: #fff;
    line-height: 1
}

.dark-container-footer .container {
    max-width: 1200px;
}

@media only screen and (max-width:48em) {
    .dark-container-footer .container {
        padding: 0 20px
    }
	.dark-container-footer .footer-right {
		float: right;
		width: 100%;
		text-align: center;
	}
}

.dark-container-footer p {
    color: #fff;
    margin-bottom: 0
}

.dark-container-footer .footer-right {
    float: right
}

.dark-container {
    background-color: #000
}

.dark-container .container-headline {
    text-align: center;
    font-weight: 700;
    color: #fff;
    line-height: 1
}

.bright-container {
    background-color: #fff
}

.bright-container .container-headline {
    text-align: center;
    font-weight: 700;
    color: #000;
    line-height: 3.7rem;
}

@media only screen and (max-width:36em) {
    .compare-container .container-subline {
        font-size: 18px;
		line-height:1.5!important;
		margin-bottom:30px;
    }
}

.compare-container .compare-table-label strong {
    display: none
}
.shadow-compare {
	background: #fff;
	border:0!important;
        filter: drop-shadow(0px 6px 7px rgba(0, 0, 0, 0.161));

}


.shadow-compare .compare-table-row{
	display: inline-block;
}
@media only screen and (max-width:48em) {
    .compare-container .mobile__space {
        display: block
    }
}

.compare-container .compare-table {
    margin-top: 60px
}

@media only screen and (max-width:48em) {
    .compare-container .compare-table {
        margin-top: 0
    }
    .compare-container .compare-table .compare-table-label {
        display: table;
        text-align: center;
        margin: auto;
        border-collapse: separate;
        border-spacing: 15px
    }
    .compare-container .compare-table .compare-table-label strong {
        display: inline-block
    }
}

.compare-container .compare-column-title {
    font-weight: 700;
    line-height: 30px;
    margin-top: 45px;
	height:53px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom:30px;
    text-align: center;
}

.compare-container .compare-column-title i {
    font-size: 2.5rem
}

.compare-container .compare-column-title p {
    text-align: center;
	margin-bottom:0px;
}

.compare-container .compare-table-row {
    margin: 15px 15px 15px 0;
    height: 52px;
    width: auto;
    line-height: 1.7;
    font-weight: 300
}

@media only screen and (max-width:48em) {
    .compare-container .compare-table-row {
        height: auto
    }
}

.compare-container .compare-table-row:last-child {
    margin-bottom: 30px
}

.compare-container .compare-table-gp,
.compare-container .compare-table-other {
    float: left;
    width: 435px;
}

.compare-container .compare-table-gp .icon-check,
.compare-container .compare-table-gp .icon-cross,
.compare-container .compare-table-other .icon-check,
.compare-container .compare-table-other .icon-cross {
    font-size: 24px;
    float: left;
    margin-right: 18px;
    line-height: 40px;
    margin-top: 10px;
    height: 100%
}

.compare-container .compare-table-headers {
    float: left;
    width: 270px;
    font-weight: 700
}

@media only screen and (max-width:48em) {
    .compare-container .compare-table-headers .title__section {
        font-weight: 700
    }
	.compare-table-gp {
		text-align:center;
	}
}

.compare-container .compare-table-headers .compare-column-title {
    height: 55px
}

.compare-container .compare-table-headers .compare-table-row {
    font-size: 18px;
    font-weight: 700;
    padding: 11px 0;
	display:inline-flex;
}

.compare-container .compare-table-gp {
    border: 1px solid #f7a400;
    margin-right: 30px;
}

.compare-container .compare-table-gp .icon-check {
    color: #67be27
}

@media only screen and (min-width:48em) {
    .compare-container .compare-table-gp .title__section {
        font-weight: 700;
        display: none
    }
}

@media only screen and (max-width:48em) {
    .compare-container .compare-table-gp .title__section {
        font-weight: 700;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.compare-container .compare-table-other {
    border: 1px solid #b1b0ae;
    float: right
}

.compare-container .compare-table-other .compare-column-title {
    font-size: 30px
}

.compare-container .compare-table-other .icon-cross {
    color: red
}

@media only screen and (max-width:62em) {
    .compare-container .compare-table-headers {
        display: none
    }
    .compare-container .compare-table-gp,
    .compare-container .compare-table-other {
        width: 49%
    }
}

@media only screen and (max-width:48em) {
    .compare-container .compare-table-row {
        line-height: 1.5;
        text-align: center
    }
    .compare-container .compare-table-gp {
		width: 100%;
		border: 0 none;
		padding: 0;
		margin: 0;
		filter: none;
    }
    .compare-container .compare-table-gp .icon-check {
        float: none;
        margin-right: 10px
    }
    .compare-container .compare-column-title,
    .compare-container .compare-table-other {
        display: none
    }
	.compare-container .compare-table-row:last-child {
		margin: 15px 0!important;
	}
	.compare-container .compare-table-row:last-child {
		margin-bottom:0px!important;
	}
}

.compare-container .compare__icon {
    float: left;
    padding: 5px 0
}

.compare-container .tooltip-icon {
    color: #fff;
    top: -2px;
    position: inherit
}

.compare-container .coworking-compare {
    margin: 50px 0
}

.compare-container .coworking-compare__item {
    width: 60%;
    float: left;
    margin: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.compare-container .coworking-compare__item:nth-child(2n) {
    float: right
}

@media only screen and (max-width:48em) {
    .compare-container .coworking-compare__item {
        width: 100%;
        float: none
    }
}

.compare-container .coworking-compare__icon {
    margin-right: 20px
}

.compare-container .coworking-compare__icon i {
    font-size: 6em;
    color: #f7a400
}

@media only screen and (max-width:36em) {
    .compare-container .coworking-compare__icon {
        margin-right: 10px;
        text-align: center
    }
    .compare-container .coworking-compare__icon i {
        font-size: 3em
    }
}

.compare-container .coworking-compare__title {
    font-weight: 700;
    color: #000;
    font-size: 2em
}

.compare-container .coworking-compare__description {
    font-weight: 300;
    font-size: 1.1em;
    line-height: 1.8em
}

@media only screen and (max-width:36em) {
    .compare-container .coworking-compare__title {
        font-size: 1em
    }
    .compare-container .coworking-compare__description {
        font-size: .9em;
        line-height: 1.4em
    }
}

.cta-out-of-warsaw-container {
    background-color: #000;
    color: #fff
}
.cta-out-of-warsaw-container .head-tekst{
	display: flow-root;
}
@media only screen and (max-width:48em) {
    .cta-out-of-warsaw-container {
        text-align: center
    }
    .cta-out-of-warsaw-container .container-headline {
        font-size: 21px;
        margin-bottom: 20px;
        line-height: 1;
		font-weight:700!important;
    }
}

.cta-out-of-warsaw-container .container-headline {
    font-weight: 300;
    color: #fff
}

@media only screen and (min-width:48em) {
    .cta-out-of-warsaw-container .container-headline {
        float: left;
        text-align: left;
        max-width: 60%;
        font-size: 2em;
        width: calc(100% - 370px)
    }
}

@media only screen and (min-width:75em) {
    .cta-out-of-warsaw-container .container-headline {
        max-width: 735px;
        font-size: 48px;
        line-height: 58px;
        margin-right: 46px;
		letter-spacing: 3px;
    }
}

.cta-out-of-warsaw-container .btn__overlay {
    width: 379px
}

@media only screen and (min-width:48em) {
    .cta-out-of-warsaw-container .btn__overlay {
        padding: 18px 30px;
		float:right;
    }
}

@media only screen and (max-width:48em) {
    .cta-out-of-warsaw-container .btn__overlay {
        width: auto;
        padding: 15px 30px
    }
}

.cta-out-of-warsaw-container .btn__overlay i {
    font-size: 69px;
    margin-top: 2px;
    line-height: 3rem;
    margin-right: 30px
}

@media only screen and (max-width:48em) {
    .cta-out-of-warsaw-container .btn__overlay i {
        font-size: 4em;
        margin-right: 15px
    }
}

.cta-out-of-warsaw-container .btn__overlay .btn-sub-text {
    font-size: 26px;
    font-weight: 300;
    line-height: 2rem
}

@media only screen and (max-width:48em) {
    .cta-out-of-warsaw-container .btn__overlay .btn-sub-text {
        font-size: 16px;
		letter-spacing: .2rem;
		line-height: 1.5;
    }
}

.cta-out-of-warsaw-container .btn__overlay .btn-main-text {
    font-size: 40px;
    font-weight: 300;
    line-height: 2.8rem
}

@media only screen and (max-width:48em) {
    .cta-out-of-warsaw-container .btn__overlay .btn-main-text {
        font-size: 26px;
		line-height: 1;
    }
}

.cta-out-of-warsaw-container .guarantee-title {
    clear: both;
    font-size: 1.1em;
    margin-top: 30px;
    color: #fff
}

@media only screen and (min-width:75em) {
    .cta-out-of-warsaw-container .guarantee-title {
        font-size: 28px;
        font-weight: 300;
    }
}

@media only screen and (max-width:48em) {
    .cta-out-of-warsaw-container .guarantee-title {
        display: none
    }
}

.cta-out-of-warsaw-container .guarantee-container {
    margin-top: 30px
}

@media only screen and (min-width:48em) {
    .cta-out-of-warsaw-container .guarantee-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.cta-out-of-warsaw-container .guarantee-container .guarantee-item {
    display: table;
	width:33%;
	margin-right:60px;
}
@media only screen and (min-width:48em) {
.cta-out-of-warsaw-container .guarantee-container .guarantee-item:last-child {
	margin-right:0;
}
}
@media only screen and (max-width:48em) {
    .cta-out-of-warsaw-container .guarantee-container .guarantee-item {
        text-align: left;
        width: 90%;
        margin-bottom: 16px;
        margin-left: auto;
        margin-right: auto;
		display: flex;
    }
}

.cta-out-of-warsaw-container .guarantee-container .guarantee-item .icon-check {
    color: #f7a400;
    display: table-cell;
    vertical-align: top;
    font-size: 1.6em
}

@media only screen and (min-width:75em) {
    .cta-out-of-warsaw-container .guarantee-container .guarantee-item .icon-check {
        font-size: 3em
    }
}

@media only screen and (max-width:48em) {
    .cta-out-of-warsaw-container .guarantee-container .guarantee-item .icon-check {
        font-size: 2em;
		display: flex;
		align-items: center;
		justify-content: center;
    }

}

.cta-out-of-warsaw-container .guarantee-container .guarantee-item .item-text {
    color: #fff;
    font-size: 1em;
    line-height: 1.2;
    margin-left: 10px;
}

@media only screen and (min-width:75em) {
    .cta-out-of-warsaw-container .guarantee-container .guarantee-item .item-text {
		font-size: 18px;
		line-height: 35px;
		margin-left: 25px;
		font-weight: 500;
    }
}

@media only screen and (max-width:48em) {
    .cta-out-of-warsaw-container .guarantee-container .guarantee-item .item-text {
        font-size: 16px;
        line-height: 1.6;
        padding: 0;
        font-weight: 300;
		margin-left: 15px;
    }
}



.other-service-container {
    padding: 60px 0 0;
    background: #fff
}

@media only screen and (max-width:36em) {
    .other-service-container .container-subline {
        display: none
    }
}

.other-service-container .services-container {
    margin-top: 60px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90%
}

@media only screen and (min-width:48em) {
    .other-service-container .services-container {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

.other-service-container .services-container .service {
    width: 33%;
    margin-bottom: 60px;
    display: table
}

@media only screen and (max-width:48em) {
    .other-service-container .services-container .service {
        width: 100%;
        text-align: center;
        position: relative;
        border-bottom: 1px solid #b1b0ae;
        padding-bottom: 30px
    }
}

.other-service-container .services-container .service:last-child {
    border-bottom: 0
}

.other-service-container .services-container .service__icon {
    font-size: 2.5em;
    color: #f7a400;
    display: table-cell;
    vertical-align: top
}

@media only screen and (min-width:48em) {
    .other-service-container .services-container .service__icon:before {
        vertical-align: top;
        font-size: 4rem;
        margin-top: .5rem
    }
}

@media only screen and (max-width:48em) {
    .other-service-container .services-container .service__icon {
        position: absolute;
        margin-left: 6%;
    }
}


.other-service-container .services-container .service .service_icon {
    font-size: 80px;
	margin:0;
    position: relative;
    top: -10px;
}
@media only screen and (max-width:48em) {
    .other-service-container .services-container .service__icon {
        padding-right: 20%;
		margin-top: 3px;
    }
	.other-service-container .services-container .service .service_icon {
		font-size: 48px;
	}
}

.other-service-container .services-container .service .service_icon:before {
	margin:0;
}

@media only screen and (min-width:36em) {
    .other-service-container .services-container .service__details {
        margin-left: 30px
    }
}

.other-service-container .services-container .service__name {
    font-size: 22px;
    font-weight: 500;
    color: #343851;
	line-height:1.5;
}

@media only screen and (max-width:48em) {
    .other-service-container .services-container .service__name {
        max-width: 50%;
        margin-left: auto;
        margin-right: auto
    }
}

@media only screen and (max-width:36em) {
    .other-service-container .services-container .service__name {
        max-width: 80%;
        margin-left: 23%;
        text-align: center
    }
}

.other-service-container .services-container .service__description {
    font-size: 18px;
    font-weight: 300;
    margin-top: 15px
}

#sectional,
.order-container,
.package-container {
    padding-top: 0
}

#sectional .dark-container,
.order-container .dark-container,
.package-container .dark-container {
    padding-top: 60px
}

#sectional .bright-container,
.order-container .bright-container,
.package-container .bright-container {
    padding-top: 60px
}

#sectional .change-price-scope,
.order-container .change-price-scope,
.package-container .change-price-scope {
    text-align: center;
    margin-top: 60px;
    padding-bottom: 400px;
    margin-bottom: -300px
}

@media only screen and (max-width:48em) {
    #sectional .change-price-scope,
    .order-container .change-price-scope,
    .package-container .change-price-scope {
        margin-bottom: -340px
    }
}

#sectional .change-price-scope p,
.order-container .change-price-scope p,
.package-container .change-price-scope p {
    color: #fff;
    font-size: 18px
}

#sectional .change-price-scope .ribbon-info,
.order-container .change-price-scope .ribbon-info,
.package-container .change-price-scope .ribbon-info {
    white-space: nowrap;
    color: #000;
    background-color: #f7a400;
    text-decoration: underline;
    display: inline;
    margin-left: 10px;
    padding: 0 10px;
    -webkit-text-decoration-color: #f7a400;
    text-decoration-color: #f7a400;
	position: relative;
    right: -58px;
    top: -22px;
}

@media only screen and (max-width:48em) {
    #sectional .change-price-scope,
    .order-container .change-price-scope,
    .package-container .change-price-scope {
        margin-top: 20px
    }
}

#sectional .package-header,
.order-container .package-header,
.package-container .package-header {
    font-size: 1.5em;
    margin: 30px 0;
    font-weight: 700;
    color: inherit
}

#sectional .select-package,
.order-container .select-package,
.package-container .select-package {
    display: none
}

@media only screen and (max-width:48em) {
    #sectional .select-package,
    .order-container .select-package,
    .package-container .select-package {
        display: block;
        width: 90%;
        margin: 30px auto
    }
}

#sectional .select-package__option,
.order-container .select-package__option,
.package-container .select-package__option {
    width: 48%;
    display: inline-block;
    border: 1px solid #f7a400;
    padding: 12px;
    color: #fff;
    cursor: pointer
}

@media only screen and (max-width:36em) {
    #sectional .select-package__option,
    .order-container .select-package__option,
    .package-container .select-package__option {
        font-size: .8em
    }
}

#sectional .select-package__option.selected,
.order-container .select-package__option.selected,
.package-container .select-package__option.selected {
    background-color: #f7a400;
    color: #000
}

#sectional .package-price,
.order-container .package-price,
.package-container .package-price {
    position: relative;
    margin: 30px 0
}

#sectional .package-price .package-price-value,
.order-container .package-price .package-price-value,
.package-container .package-price .package-price-value {
    font-size: 2.25em;
    font-weight: 700
}

.package-price-value-old {
    font-size: 24px;
	margin-left:-70px;
    font-weight: 500;
	margin-right:15px;
	color:#FF0000;
	text-decoration: line-through;
    text-decoration-line: line-through;
    text-decoration-style: initial;
    text-decoration-color: initial;
}
#sectional .package-price .package-price-value+span,
.order-container .package-price .package-price-value+span,
.package-container .package-price .package-price-value+span {
    position: absolute;
    bottom: 7px;
    margin-left: 15px;
    font-weight: 300
}

#sectional .cta-button,
.order-container .cta-button,
.package-container .cta-button {
    margin: 30px 0
}

#sectional .cta-button .btn,
.order-container .cta-button .btn,
.package-container .cta-button .btn {
    padding: 13px 30px;
    font-size: 18px;
    letter-spacing: .1rem
}

#sectional .package-description-container,
.order-container .package-description-container,
.package-container .package-description-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0
}

#sectional .package-description-container .package,
.order-container .package-description-container .package,
.package-container .package-description-container .package {
    width: calc(50% - 15px);
    text-align: center
}

@media only screen and (max-width:48em) {
    #sectional .package-description-container .package,
    .order-container .package-description-container .package,
    .package-container .package-description-container .package {
        width: 100%;
        display: none
    }
    #sectional .package-description-container .package.selected,
    .order-container .package-description-container .package.selected,
    .package-container .package-description-container .package.selected {
        display: block
    }
}

#sectional .package-description-container .virtual-office,
.order-container .package-description-container .virtual-office,
.package-container .package-description-container .virtual-office {
    color: #fff;
    background-color: #000;
    border: 1px solid #f7a400
}

#sectional .package-description-container .virtual-office .ribbon,
.order-container .package-description-container .virtual-office .ribbon,
.package-container .package-description-container .virtual-office .ribbon {
    margin-top: -50px;
    height: 50px;
    line-height: 50px;
    width: 100.5%;
    margin-left: -1px;
    font-size: 18px;
    color: #000;
    background-color: #f7a400
}

#sectional .package-description-container .virtual-office i,
.order-container .package-description-container .virtual-office i,
.package-container .package-description-container .virtual-office i {
    margin-right: 30px
}

#sectional .package-description-container .virtual-address,
.order-container .package-description-container .virtual-address,
.package-container .package-description-container .virtual-address {
    color: #000;
    background-color: #fff;
    border: 1px solid #000
}

#sectional .package-descrption,
.order-container .package-descrption,
.package-container .package-descrption {
    text-align: left
}

#sectional .package-descrption .item-row,
.order-container .package-descrption .item-row,
.package-container .package-descrption .item-row {
    margin-bottom: 20px;
    width: 100%;
    padding: 0 30px;
    display: table
}



#sectional .package-descrption .item-row:last-child,
.order-container .package-descrption .item-row:last-child,
.package-container .package-descrption .item-row:last-child {
    margin-bottom: 30px
}

@media only screen and (max-width:48em) {
    #sectional .package-descrption .item-row,
    .order-container .package-descrption .item-row,
    .package-container .package-descrption .item-row {
        padding: 0 15px;
        margin-bottom: 30px
    }
}

#sectional .package-descrption .item-row .icon-check,
.order-container .package-descrption .item-row .icon-check,
.package-container .package-descrption .item-row .icon-check {
    display: table-cell;
    vertical-align: middle;
    color: #f7a400;
    font-size: 1.3em
}

#sectional .package-descrption .item-row .item-icon,
.order-container .package-descrption .item-row .item-icon,
.package-container .package-descrption .item-row .item-icon {
    display: table-cell;
    vertical-align: middle
}

#sectional .package-descrption .item-row .item-title,
.order-container .package-descrption .item-row .item-title,
.package-container .package-descrption .item-row .item-title {
    font-size: 14px;
    margin-left: 30px;
    line-height: 1.35rem;
    font-weight: 300;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    width: 100%
}


@media only screen and (max-width:48em) {
    #sectional .package-descrption .item-row .item-title,
    .order-container .package-descrption .item-row .item-title,
    .package-container .package-descrption .item-row .item-title {
        font-size: 13px
    }
}

@media only screen and (min-width:48em) {
    #sectional .package-descrption .item-row .more-text,
    .order-container .package-descrption .item-row .more-text,
    .package-container .package-descrption .item-row .more-text {
        display: inline
    }
    #sectional .package-descrption .item-row .more-text-mobile,
    .order-container .package-descrption .item-row .more-text-mobile,
    .package-container .package-descrption .item-row .more-text-mobile {
        display: none
    }
}

@media only screen and (max-width:48em) {
    #sectional .package-descrption .item-row .more-text,
    .order-container .package-descrption .item-row .more-text,
    .package-container .package-descrption .item-row .more-text {
        display: none
    }
    #sectional .package-descrption .item-row .more-text-mobile,
    .order-container .package-descrption .item-row .more-text-mobile,
    .package-container .package-descrption .item-row .more-text-mobile {
        display: inline
    }
}

#sectional .desclimer-container,
.order-container .desclimer-container,
.package-container .desclimer-container {
    margin-top: 0;
    font-size: .875em;
    line-height: .9em;
    font-weight: 300;
    text-align: left
}
#price .desclimer-container p{
	font-size:14px!important;
}
#sectional .desclimer-container p,
.order-container .desclimer-container p,
.package-container .desclimer-container p {
    margin-bottom: 15px;
    line-height: 1.3rem;
    font-size: 15px
}

#price {
    background: #fff;
    padding-bottom: 45px
}

#price .package-description-container {
    padding: 15px
}

#price.coworking-price .dark-container .container-headline {
    padding-bottom: 200px
}

#price.coworking-price .bright-container .container-headline {
    padding-bottom: 180px
}

#price.coworking-price .coworking-package {
    text-align: center;
    padding: 30px;
    border: 1px solid #f7a400;
    padding-bottom: 120px;
    background-color: #fff;
    position: relative
}

#price.coworking-price .coworking-package-container {
    margin-top: -140px
}

@media only screen and (min-width:48em) {
    #price.coworking-price .coworking-package-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -ms-flex-line-pack: center;
        align-content: center
    }
}

@media only screen and (min-width:48em) {
    #price.coworking-price .coworking-package {
        width: 30%;
        margin-right: 2%
    }
}

@media only screen and (max-width:48em) {
    #price.coworking-price .coworking-package {
        margin: 30px 0
    }
}

#price.coworking-price .coworking-package:last-child {
    margin-right: 0
}

#price.coworking-price .coworking-package__title {
    font-size: 1.6em;
    font-weight: 700;
    color: #000
}

#price.coworking-price .coworking-package__price {
    font-weight: 300
}

#price.coworking-price .coworking-package__price strong {
    font-size: 3em;
    font-weight: 700;
    margin: 0 5px;
    position: relative
}
#price p{
	font-size: 18px;
	margin-bottom: 15px; 
}

#price p:last-child{
	Font-weight: 300;
	font-size: 14px;
	margin-bottom: 0px; 
}
#price.coworking-price .coworking-package__price strong.houres:after {
    content: "zl / h";
    position: absolute;
    font-size: 16px;
    font-weight: 300;
    bottom: 12px;
    left: 100%;
    width: 50px;
    margin-left: 7px
}

#price.coworking-price .coworking-package__price strong:after {
    content: "zl / mc";
    position: absolute;
    font-size: 16px;
    font-weight: 300;
    bottom: 12px;
    left: 100%;
    width: 50px;
    margin-left: 7px
}

#price.coworking-price .coworking-package__price strong.from:before {
    content: 'od';
    position: absolute;
    font-size: 16px;
    font-weight: 300;
    bottom: 12px;
    left: -30px;
    width: 30px
}

#price.coworking-price .coworking-package__description {
    line-height: 1.6em
}

#price.coworking-price .coworking-package .btn.btn-primary {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    letter-spacing: .1em;
    padding: 18px 15px
}

@media only screen and (min-width:62em) {
    #price.coworking-price .coworking-package .btn.btn-primary {
        font-size: 14px
    }
}

@media only screen and (max-width:48em) {
    #price.coworking-price .coworking-package .btn.btn-primary {
        font-size: 11px
    }
}

#price .light-container .container-headline {
    line-height: 1
}

@media only screen and (min-width:62em) {
    #price .light-container .container-headline {
        font-size: 36px;
        padding: 0px 0 60px 0;
    }
}

#price .check-details {
    width: 100%;
    margin-bottom: 30px
}

@media only screen and (min-width:36em) {
    #price .check-details {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

#price .check-details__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0px 0 30px
}

@media only screen and (min-width:36em) {
    #price .check-details__item {
        width: 50%
    }
}

@media only screen and (min-width:48em) {
    #price .check-details__item {
        width: 33%
    }
}

#price .check-details__item i {
    color: #f7a400
}

.order-navigation-content .icon-logo-gp {
    font-size: 40px;
    color: #fff;
    float: left
}

.order-navigation-content .header__link {
    font-weight: 400;
    font-size: 14px;
    border-bottom: 0;
    margin: 0 2rem;
    padding: .938rem 0
}

@media only screen and (max-width:62em) {
    .order-navigation-content .header__link {
        margin: 0 .5rem
    }
}

.order-navigation-content .header__link.current {
    color: #f7a400;
    border-bottom: 1px solid #f7a400
}

.order-navigation-content .header__link.active {
    color: #f7a400
}

.order-navigation-content .header__link:hover {
    color: #fff;
    border-bottom: 0
}

.order-navigation-content .header__link .last-child {
    padding: .938rem 0 .938rem 2rem
}

.order-navigation-content .header__link span {
    pointer-events: none
}

a.close {
    font-size: 20px;
    position: absolute;
    right: 30px;
    top: 10px;
    float: right;
    padding: 1rem 0 0;
    text-decoration: none;
    border-bottom: 0 none
}

a.close:hover {
    text-decoration: none;
    border-bottom: 0
}

.order-container .step {
    display: none
}

.order-container .step.show {
    display: inherit
}

.order-container .start-date-picker {
    float: right
}

.order-container .start-date-picker i {
    color: #f7a400;
    margin-right: 10px
}

.order-container .start-date-value {
    display: inline-block
}

.order-container .container-headline {
    color: #000;
    text-align: center;
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 30px
}

.order-container .change-price-scope {
    padding-bottom: 100px;
    margin-bottom: 0
}

.order-container .price-toggle-container .toggle-container {
    background-color: transparent
}

.order-container .desclimer-container {
    color: #fff;
    margin-bottom: 60px
}

.blur-content {
    width: 104%;
    height: 110%;
    position: fixed;
    margin: -2%;
    background-color: #000;
    color: #fff;
    z-index: -1;
    -webkit-filter: blur(10px);
    filter: blur(10px)
}

.blur-content .hero {
    background-color: #000
}

.blur-content:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 1
}

.form-navigation-content {
    text-align: center;
    position: relative
}

.form-navigation-content .icon-logo-gp {
    font-size: 40px;
    color: #fff;
    margin: 15px 0 50px
}

.contact-container,
.order-container {
    text-align: center;
    color: #fff
}

.contact-container .step,
.order-container .step {
    margin: 0 auto
}

.contact-container .step .container-headline,
.order-container .step .container-headline {
    color: #fff
}

.contact-container .subject-step .gp-modal-body .subject-step__title,
.order-container .subject-step .gp-modal-body .subject-step__title {
    display: none
}

@media only screen and (min-width:48em) {
    .contact-container .subject-step .gp-modal-content,
    .order-container .subject-step .gp-modal-content {
        max-width: none;
        width: auto
    }
    .contact-container .subject-step .gp-modal-header,
    .order-container .subject-step .gp-modal-header {
        display: none
    }
    .contact-container .subject-step .gp-modal-body,
    .order-container .subject-step .gp-modal-body {
        border: 0 none
    }
    .contact-container .subject-step .gp-modal-body .subject-step__title,
    .order-container .subject-step .gp-modal-body .subject-step__title {
        display: block
    }
}

.contact-container h3,
.order-container h3 {
    font-size: 24px;
    font-weight: 400
}

.contact-container h3+p,
.order-container h3+p {
    font-weight: 300;
    font-size: 18px
}

@media only screen and (max-width:48em) {
    .contact-container .subject-step__subtitle,
    .order-container .subject-step__subtitle {
        text-align: left
    }
}

.contact-container .form-row,
.order-container .form-row {
    margin: 15px 0;
    position: relative
}
.padding-less{
	margin:10px 0!important;
}
.padding-less-button{
	margin:10px 0 15px 0!important;
}
.contact-container .form-row::before,
.order-container .form-row::before {
    content: "";
    display: table;
    clear: both
}
.contact-container .form-row::after,
.order-container .form-row::after {
    content: "";
    display: table;
    clear: both
}

@media only screen and (max-width:62em) {
    .contact-container .form-row,
    .order-container .form-row {
        margin: 20px 0
    }
    .contact-container .form-row.multi-inputs,
    .order-container .form-row.multi-inputs {
        margin: -20px 0
    }
}

.contact-container .form-row label,
.order-container .form-row label {
    width: 130px;
    text-align: right;
    display: inline-block;
    padding-top: .3rem;
    font-size: .9em;
	line-height: 1.5;
}

@media only screen and (max-width:62em) {
    .contact-container .form-row label,
    .order-container .form-row label {
        color: #f7a400;
        text-align: left;
        position: absolute;
        -webkit-transform: translate(0, 4px) scale(1);
        transform: translate(0, 4px) scale(1);
        -webkit-transform-origin: top;
        transform-origin: top;
        -webkit-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out
    }
}

@media only screen and (max-width:62em) {
    .contact-container .form-row .inputs-in-row,
    .order-container .form-row .inputs-in-row {
        margin: 20px 0
    }
    .contact-container .form-row .inputs-in-row.active label,
    .contact-container .form-row .inputs-in-row.fill label,
    .contact-container .form-row.active label,
    .contact-container .form-row.fill label,
    .order-container .form-row .inputs-in-row.active label,
    .order-container .form-row .inputs-in-row.fill label,
    .order-container .form-row.active label,
    .order-container .form-row.fill label {
        -webkit-transform: translate(-14px, -14px) scale(.75);
        transform: translate(-14px, -14px) scale(.75)
    }
}

.contact-container .form-row.error-row label,
.order-container .form-row.error-row label {
    color: red
}

.contact-container .form-row.error-row input,
.contact-container .form-row.error-row textarea,
.order-container .form-row.error-row input,
.order-container .form-row.error-row textarea {
    border-bottom: 2px solid red
}

.contact-container .form-row textarea,
.order-container .form-row textarea {
    min-height: 40px
}

.contact-container .form-row input,
.contact-container .form-row textarea,
.order-container .form-row input,
.order-container .form-row textarea {
    width: 70%;
    display: inline-block;
    float: right;
    background-color: #e6e6e6;
    color: #000;
    padding: 5px 10px
}

@media only screen and (max-width:62em) {
    .contact-container .form-row input,
    .contact-container .form-row textarea,
    .order-container .form-row input,
    .order-container .form-row textarea {
        width: 100%;
        float: none;
        color: #fff;
        background-color: transparent;
        padding: 5px 0 10px;
        border-bottom: 2px solid #f7a400
    }
}

.contact-container .form-row .input-section,
.order-container .form-row .input-section {
    width: 70%;
    display: inline-block;
    float: right
}

.contact-container .form-row.only-right label,
.order-container .form-row.only-right label {
    text-align: left;
    font-size: 11px;
	
}

.contact-container .form-row.only-right label>input,
.order-container .form-row.only-right label>input {
    width: auto;
    float: none;
    position: relative;
    margin-right: 1px;
    margin-bottom: 1px;
}

.contact-container .form-row.only-right .btn,
.contact-container .form-row.only-right label,
.order-container .form-row.only-right .btn,
.order-container .form-row.only-right label {
    width: 70%;
    margin-left: 30%
}

.contact-container .form-row.only-right .btn,
.order-container .form-row.only-right .btn {
    font-size: 18px;
    padding: 10px;
    letter-spacing: .1rem
}

@media only screen and (max-width:62em) {
	.contact-container .form-row.only-right .btn,
	.order-container .form-row.only-right .btn {
		font-size: 16px;
	}
    .contact-container .form-row.only-right label,
    .contact-container .form-row.static-row label,
    .order-container .form-row.only-right label,
    .order-container .form-row.static-row label {
        position: relative;
        color: #fff
    }
    .contact-container .form-row.only-right .btn,
    .contact-container .form-row.only-right .input-section,
    .contact-container .form-row.only-right label,
    .contact-container .form-row.static-row .btn,
    .contact-container .form-row.static-row .input-section,
    .contact-container .form-row.static-row label,
    .order-container .form-row.only-right .btn,
    .order-container .form-row.only-right .input-section,
    .order-container .form-row.only-right label,
    .order-container .form-row.static-row .btn,
    .order-container .form-row.static-row .input-section,
    .order-container .form-row.static-row label {
        width: 100%;
        margin-left: 0
    }
}

.contact-container .disclaimer-info,
.order-container .disclaimer-info {
    margin-top: 15px;
    text-align: left;
	font-weight:300;
    font-size: 11px;
    letter-spacing: 0;
    margin-bottom: 0;
}

.contact-container .disclaimer-info a,
.contact-container .disclaimer-info span,
.order-container .disclaimer-info a,
.order-container .disclaimer-info span {
    color: #f7a400;
    cursor: pointer
}

.contact-container .disclaimer-info a,
.order-container .disclaimer-info a {
    text-decoration: underline;
    border-bottom: 0 none
}
@media only screen and (max-width:48em) {
	.disclaimer-info .read-more{
		display:block;
	}
}
.contact-container .desclimer-more,
.order-container .desclimer-more {
    text-align: left;
    font-size: .7em
}

.contact-container .thanks-step .gp-modal-body p {
    text-align: left
}

.select-subject-message {
    max-width: 800px;
    margin: 0 auto
}

.select-subject-message .new-services-container::before,
.select-subject-message .other-services-container::before {
    content: "";
    display: table;
    clear: both
}

.select-subject-message .new-services-container::after,
.select-subject-message .other-services-container::after {
    content: "";
    display: table;
    clear: both
}

.select-subject-message .new-services-container h4,
.select-subject-message .other-services-container h4 {
    text-align: left
}

@media only screen and (min-width:62em) {
    .select-subject-message .new-services-container h4,
    .select-subject-message .other-services-container h4 {
        padding-left: 30px;
        margin-bottom: 30px
    }
}

@media only screen and (min-width:48em) {
    .select-subject-message .new-services-container .services-items,
    .select-subject-message .other-services-container .services-items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.select-subject-message .new-services-container .services-items .item,
.select-subject-message .other-services-container .services-items .item {
    cursor: pointer;
    margin: 30px 0
}

.select-subject-message .new-services-container .services-items .item p,
.select-subject-message .other-services-container .services-items .item p {
    margin-bottom: 0
}

@media only screen and (min-width:48em) {
    .select-subject-message .new-services-container .services-items .item p,
    .select-subject-message .other-services-container .services-items .item p {
        height: 10px
    }
}

.select-subject-message .new-services-container .services-items .item .icon-border i,
.select-subject-message .other-services-container .services-items .item .icon-border i {
    border: 1px solid #f7a400;
    width: 65px;
    height: 65px;
    background-color: #000;
    color: #f7a400;
    font-size: 32px;
    line-height: 65px;
    text-align: center;
    display: inline-block;
    -webkit-transition: all .45s cubic-bezier(.25, 1, .33, 1);
    transition: all .45s cubic-bezier(.25, 1, .33, 1);
    margin-bottom: 10px
}

.select-subject-message .new-services-container .services-items .item:hover .icon-border i,
.select-subject-message .other-services-container .services-items .item:hover .icon-border i {
    background-color: rgba(247, 164, 0, .3)
}

.select-subject-message .new-services-container .services-items .item.select .icon-border i,
.select-subject-message .other-services-container .services-items .item.select .icon-border i {
    background-color: #f7a400;
    color: #000
}

@media only screen and (max-width:48em) {
    .select-subject-message .new-services-container .services-items .item,
    .select-subject-message .other-services-container .services-items .item {
        text-align: left
    }
    .select-subject-message .new-services-container .services-items .item .icon-border,
    .select-subject-message .other-services-container .services-items .item .icon-border {
        float: left;
        position: relative;
        margin-top: 3px;
        margin-right: 10px;
        height: 20px;
        width: 20px
    }
    .select-subject-message .new-services-container .services-items .item .icon-border i,
    .select-subject-message .other-services-container .services-items .item .icon-border i {
        position: absolute;
        width: 20px;
        height: 20px;
        line-height: 20px;
        margin: 0
    }
    .select-subject-message .new-services-container .services-items .item .icon-border i:before,
    .select-subject-message .other-services-container .services-items .item .icon-border i:before {
        content: '';
        color: #f7a400
    }
    .select-subject-message .new-services-container .services-items .item.select .icon-border i,
    .select-subject-message .other-services-container .services-items .item.select .icon-border i {
        background-color: #000
    }
    .select-subject-message .new-services-container .services-items .item.select .icon-border i:before,
    .select-subject-message .other-services-container .services-items .item.select .icon-border i:before {
        content: '\e872';
        font-family: check;
        color: #f7a400;
        position: absolute;
        left: -1px;
		top: 2px;
        font-size: 17px
    }
}

@media only screen and (min-width:48em) {
    .select-subject-message .new-services-container {
        width: 69%;
        float: left
    }
    .select-subject-message .new-services-container .item {
        width: 30%
    }
    .select-subject-message .other-services-container {
        border-left: 1px solid #fff;
        width: 30%;
        float: left
    }
    .select-subject-message .other-services-container .item {
        width: 100%
    }
	
}

.select-subject-message .subject-buttons::before {
    content: "";
    display: table;
    clear: both
}

.select-subject-message .subject-buttons::after {
    content: "";
    display: table;
    clear: both
}

.select-subject-message .subject-buttons .btn {
    margin-top: 20px;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 15px 40px;
    width: 100%;
}

.page-content {
    max-width: 52.5rem;
    margin: 0 auto;
    padding: 2.5em 0
}

@media only screen and (min-width:48em) {
    .page-content {
        padding: 3.75rem 0
    }
}

.blog {
    background-color: #f9f9f9
}

.post-list {
    padding-top: 2.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

@media only screen and (min-width:48em) {
    .post-list {
        padding-top: 5em
    }
}

.contact-bar {
    width: 100%;
    text-align: center;
    background: #000;
    border-top: 1px solid #f7a400;
    padding: 15px 0;
    position: fixed;
    bottom: 0;
    z-index: 800
}
.red-border-right{
	border-right:1px solid #FF0000!important;
}
.contact-bar .offer{
	float: right;
    color: #fff;
    font-size: 30px;
	line-height: 1.3;
    font-weight: 700;
}
.contact-bar .offer span{
    color: #F7A400;
}

header .offer{
	float: right;
    color: #fff;
    font-size: 24px;
	line-height: 1.3;
    font-weight: 700;
}
header .offer span{
    color: #F7A400;
}
@media only screen and (max-width:48em) {
    .contact-bar .button-right {
        border-right: 0!important
    }
}

.contact-bar .btn {
    padding: 6px;
    max-width: 370px;
    width: 33%;
    font-size: 18px;
    letter-spacing: normal;
    text-transform: uppercase
}

.contact-bar .btn.two-buttons {
    max-width: 570px;
	width:50%;
}
.contact-bar .btn .two-buttons {
    max-width: 570px;
	width:50%;
	margin:0 15px;
}
.contact-bar .btn .red-button {
	margin:0;
}
@media only screen and (max-width:48em) {
    .contact-bar {
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .contact-bar .btn {
        width: 60%;
		left: -8px;
        border: 0px solid #FF0000;
        padding: 8px 24px;
        display: inline-block;
        -webkit-transform: skew(-20deg);
        margin: 0;
        font-size: 1.2em;
        line-height: 50px
    }
    .contact-bar .btn>span {
        -webkit-transform: skew(20deg);
        transform: skew(20deg)
    }
    .contact-bar .btn.zindex-3 {
        margin-left: 0px;
        line-height: 1.4
    }
    .contact-bar .btn.zindex-1 {
        margin-right: -14px
    }
}

@media only screen and (max-width:36em) {
    .contact-bar .btn {
        font-size: .8em;
        line-height: 30px
    }
}

.privacy-policy-container {
    z-index: 801;
    font-size: 14px;
    font-weight: 200
}

.privacy-policy-container a {
    text-decoration: none;
    border-bottom: 0
}

@media only screen and (max-width:48em) {
    .privacy-policy-container {
        height: auto;
		padding-bottom:0px;
		text-align: center;
    }
	.privacy-policy-container a {
		margin-top:15px;
	}
}

.floating-contact-container {
    position: fixed;
    top: 170px;
    right: -1px;
    width: 48px;
    height: 48px;
    padding: 5px;
    border: 1px solid #f7a400;
    border-right: 0 solid transparent;
    color: #fff;
    background: #000;
    font-size: 21px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    display: none;
    z-index: 1111
}

@media only screen and (min-width:48em) {
    .floating-contact-container {
        display: block
    }
	.privacy-policy-container{
		margin-top:60px;
		padding-bottom:0px;
	}
	.privacy-policy-container .container{
		text-align:left;
	}
}

.floating-contact-container a {
    color: #fff!important
}

.company-price-table {
    max-width: 1170px;
    margin: auto;
    display: block;
    height: 800px;
    text-align: center;
    padding-top: 30px
}

.company-price-table_header {
    line-height: 100px;
    height: 100px;
    background: #eaa943;
    font-weight: 700
}

.company-price-table_content {
    line-height: 100px;
    height: 100px
}

.company-price-table_column1 {
    float: left;
    width: 50%;
    height: 100%;
    border: solid 1px #eaa943;
    font-weight: 700;
    text-align: left;
    padding-left: 10px
}

.company-price-table_column2 {
    float: left;
    width: 15%;
    height: 100%;
    border: solid 1px #eaa943
}

.company-price-table_column3 {
    float: left;
    width: 15%;
    height: 100%;
    border: solid 1px #eaa943
}

.company-price-table_column4 {
    float: left;
    width: 20%;
    height: 100%;
    border: solid 1px #eaa943;
    font-weight: 700
}

.company-price-table_content.optimum {
    border: solid 2px #eaa943
}

.company-price-table_column1.optimum {
    line-height: 30px
}

.company-price-table_column1.optimum span {
    font-size: 12px;
    font-weight: initial
}

.coworking-baner {
    margin: 20px auto;
    max-width: 750px;
    padding: 0 20px
}

.coworking-baner__title {
    margin: auto;
    text-align: center;
    font-size: 1.6em;
    font-weight: 700;
    color: #000
}

.coworking-baner__section {
    display: grid;
    height: 200px;
    border: solid 1px #f7a400
}

.coworking-baner__btn {
    margin: auto;
    text-align: center
}

.coworking-baner__btn a {
    font-size: 15px
}

#carousel {
    position: relative;
    margin: 0 auto
}

#carousel #slides {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-top: 60px;
    position: inherit
}

#carousel #slides ul {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative
}

#carousel #slides li {
    width: 100%;
    float: left;
    position: relative
}

#slideout_inner {
    position: fixed;
    top: 170px;
    right: -250px;
    background: #000;
    border-top: 1px solid #f7a400;
    border-bottom: 1px solid #f7a400;
    width: 250px;
    line-height: 3rem;
    padding: 1px 5px;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

#floating-contact-container:hover {
    right: 250px;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

#floating-contact-container:hover a {
    text-decoration: none;
    border: 0;
    font-weight: 600;
    font-size: 1.3rem
}

#floating-contact-container:hover #slideout_inner {
    right: 0
}

.ProvenExpert_widget_container {
    border-bottom: 0;
    text-decoration: none
}

@media only screen and (max-width:48em) {
    .ProvenExpert_widget_container {
        -webkit-transform: scale(.7);
        transform: scale(.7);
        right: -2rem
    }
}

@media only screen and (max-width:48em) {
    #livechat-compact-container {
        z-index: -1000!important
    }
}

.calendar-container {
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #fff
}

.calendar-container a {
    color: #f7a400
}

#sectional {
    margin: 0 auto 60px
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 50px #fff inset;
    -webkit-text-fill-color: #fff
}

input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 50px #fff inset;
    -webkit-text-fill-color: #fff
}

.post-content {
    max-width: 52.5rem;
    margin: 0 auto;
    padding-top: 2.5em
}

@media only screen and (min-width:48em) {
    .post-content {
        padding-top: 5em
    }
}

.comments {
    padding: 50px 0;
    background-color: #fafafa
}

.controls__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.375rem 0 1.25rem;
    border-top: 1px solid #ededed
}

.controls__inner .prev {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left
}

.controls__inner .next {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: right
}

.controls__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.controls__item span {
    font-size: .875rem;
    color: #838c8d
}

.controls__item a {
    color: #fff;
    font-weight: 700;
    border-bottom: 0
}

.controls__item a svg {
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.controls__item a:hover {
    color: #fff;
    border-bottom: 0
}

.controls__item a:hover svg {
    fill: #fff
}

.hero-landingpage {
    height: 100vh!important
}

.hero-landingpage .hero__wrap {
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit
}

@media only screen and (max-width:62em) {
    .hero-landingpage .hero__wrap {
        top: 40%!important
    }
}

@media only screen and (max-height:47em) {
    .hero-landingpage .hero__wrap {
        top: 40%!important
    }
}

#price .check {
    margin-right: 15px!important
}

#price-landing .coworking-package #coworking-choose-option {
    bottom: 30px;
    min-width: 230px;
    position: absolute;
}
.price-landing .desclimer-container p:last-child {
	margin-bottom:0px!important;
}
.coworking-landingpage #contact-hero {
    text-transform: uppercase;
    margin: auto;
    width: auto;
    padding: 20px 30px
}

.coworking-landingpage #contact-hero .btn-text {
    line-height: 2rem;
    top: 0!important
}

.coworking-landingpage #contact-hero .btn-text .btn-main-text {
    font-size: 22px;
    letter-spacing: .1rem;
    line-height: 1.3
}

.landing-header {
    background: #000;
    position: relative;
    z-index: 700
}

.price-landingpage {
    margin-top: -500px;
    position: inherit;
    z-index: 1000;
    background: 0 0
}
@media only screen and (max-width:48em) {
    .coworking-landingpage #contact-hero .btn-main-text {
		display:block;
		line-height:1.5!important;
	}
	.coworking-landingpage #contact-hero span {
		display:block;
	}
	.coworking-landingpage #contact-hero .btn-text .btn-main-text {
		font-size: 16px;
		letter-spacing: .1rem;
		line-height: 1.3;
	}
}

#price-title h2.container-headline {
    font-size: 48px;
    color: #fff;
    font-weight: 700;
    line-height: 3.6rem;
    letter-spacing: .1rem;
    margin-bottom: 60px;
}

#grid-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 0;
    padding: 0
}

#grid-section .grid {
    min-height: 480px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    background-size: cover!important;
    background-position: top!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#grid-section .grid .grid-background {
    min-height: 100%;
    top: 0;
    margin-top: 0;
    background: rgba(0, 0, 0, .7);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#grid-section .grid .grid-background:hover {
    -webkit-transition: width 2s;
    transition: width 2s;
    background: rgba(0, 0, 0, .5)
}

#grid-section .grid .grid-background .title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 0;
    padding-bottom: 0
}

#grid-section .grid .grid-background .info {
    margin-top: 15px;
    font-size: 16px;
	font-weight:500;
    line-height: 1.5
}

#grid-section .grid-1 {
    grid-area: 1/1/2/2;
    background: url(/assets/img/grid/1.png) no-repeat
}

#grid-section .grid-2 {
    grid-area: 1/2/2/3;
    background: url(/assets/img/grid/2.png) no-repeat
}

#grid-section .grid-3 {
    grid-area: 1/3/2/4;
    background: url(/assets/img/grid/3.png) no-repeat
}

#grid-section .grid-4 {
    grid-area: 2/1/3/2;
    background: url(/assets/img/grid/4.png) no-repeat
}

#grid-section .grid-5 {
    grid-area: 2/2/3/3;
    background: url(/assets/img/grid/5.png) no-repeat
}

#grid-section .grid-6 {
    grid-area: 2/3/3/4;
    background: url(/assets/img/grid/6.png) no-repeat
}

#grid-landing-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 0;
    padding: 0
}


#grid-landing-gallery .photo {
    width: 100%;
    background-size: cover!important;
    background-position-y: center!important;
    background-position-x: center!important
}

#grid-landing-gallery .photo1 {
    grid-area: 1/1/3/3;
    min-height: 600px;
    background: url(/assets/img/landing-gallery/1.png) no-repeat
}

#grid-landing-gallery .photo2 {
    grid-area: 2/3/3/4;
    min-height: 300px;
    background: url(/assets/img/landing-gallery/4.png) no-repeat
}

#grid-landing-gallery .photo3 {
    grid-area: 2/4/3/5;
    min-height: 300px;
    background: url(/assets/img/landing-gallery/3.png) no-repeat
}

#grid-landing-gallery .photo4 {
    grid-area: 1/3/2/5;
    min-height: 300px;
    background: url(/assets/img/landing-gallery/2.png) no-repeat
}

#address-section {
    text-align: center;
    color: #fff
}
#address-section img{
	margin-right:15px;
}
#address-section .title h2.container-headline {
    font-size: 48px;
    color: #fff;
    font-weight: 700;
    line-height: 3rem;
    letter-spacing: .1rem;
    margin-bottom: 30px
}

@media only screen and (max-width:48em) {
    #address-section .title h2.container-headline {
        font-size: 21px;
        line-height: 1.5!important
    }
}

#address-section .title p.container-subline {
    font-size: 26px;
    color: #fff;
    line-height: 1.5;
    font-weight: 300
}

@media only screen and (max-width:48em) {
    #address-section .title p.container-subline {
        font-size: 18px;
        line-height: 1.5!important
    }
	#price-title h2.container-headline {
		font-size: 21px;
	}
}

.price-landing {
    position: relative;
    top: -25%;
    z-index: 1050;
    background: 0 0!important;
    padding-bottom: 45px!important;
    margin-top: -25%!important
}

@media only screen and (max-width:62em) {
    .price-landing {
        margin-top: -40%!important
    }
}

.price-landing .change-price-scope {
    position: relative;
    z-index: 1070;
    margin-top: 0!important
}

.price-landing .desclimer-container {
    color: #fff!important
}

.price-landing .package-description-container {
    position: relative;
    z-index: 1070
}

.contact-bar {
    z-index: 600!important
}

.coworking-price-landing {
	background:#fff;
}

.coworking-price-landing .headline-size {
    font-size: 36px!important
}

.coworking-price-landing .check-details span {
    font-size: 18px;
	line-height: 1.2;
}
@media only screen and (max-width:48em) {
	.coworking-price-landing .check-details span {
		font-size: 16px;
	}
	#price .check-details__item {
		line-height: 1;
	}
	.coworking-price-landing .check-details span {
		line-height: 1.2;
	}
}
.coworking-price-landing .dark-container {
    padding-bottom: 140px
}

.coworking-price-landing .coworking-package-container {
    margin-top: -140px
}

.coworking-price-landing .coworking-package {
    width: 25%;
    float: left;
    padding: 30px;
    -webkit-box-shadow: -2px 2px 5px 0 rgba(112, 112, 112, .52);
    box-shadow: -2px 2px 5px 0 rgba(112, 112, 112, .52);
    min-height: 450px;
    background: #fff;
    position: relative
}

#black {
    background: #000!important;
    color: #fff!important;
	padding: 0 30px 30px 30px!important;
}


.coworking-price-landing .coworking-package__description {
    font-size: 16px;
    padding: 0 0 15px 0;
    text-align: center;
    line-height: 1.5;
    font-weight: 300
}

.coworking-price-landing .price-coworking-analytics {
    font-size: 16px
}

.coworking-price-landing .coworking-package__title {
    font-weight: 700;
    font-size: 20px;
    text-align: center
}

.coworking-price-landing .coworking-package__price {
    text-align: center;
    margin: 22px 0;
    font-weight: 200;
    font-size: 18px;
    text-align: center
}

.slider .cost {
    font-weight: 700;
    font-size: 30px;
}
.slider .costfrom:before {
	content:'od';
	margin: 13px -35px;
    font-weight: 200;
    position: absolute;
    font-size: 18px;
    text-align: center;
}
.slider .costfrom:after {
	content:'zĹ / mc';
	margin: 13px 15px;
    font-weight: 200;
    position: absolute;
    font-weight: 200;
    font-size: 18px;
    text-align: center;
}
.slider .costmonth:after {
	content:'zĹ / mc';
	margin: 13px 15px;
    font-weight: 200;
    position: absolute;
    font-size: 18px;
    text-align: center;
}
.slider .costhour:after {
	content:'zĹ / h';
	margin: 13px 15px;
    font-weight: 200;
    position: absolute;
    font-size: 18px;
    text-align: center;
}
.image-ceo img {
    margin-bottom: -1px;
}



/******PRICE SECTION*****/
.steps-price-office [class^=icon-]{
	margin-right:30px;
	font-size: 69px;
	line-height: 1;
}
.steps-price-office .btn-sub-text {
    font-size: 26px!important;
    line-height: 1!important;
    letter-spacing: 0.1px;
}
.steps-price-office .btn-text .btn-main-text-1 {
    font-size: 49px;
    text-transform: uppercase;
    line-height: 1.05;
    font-weight: 200;
}
.steps-price-office .btn-text .btn-main-text-2 {
    font-size: 35px;
    text-transform: uppercase;
    line-height: 1.5;
    font-weight: 200;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color:#818181;
  opacity: 1; /* Firefox */
  font-size:14px;
  padding-left:15px;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:#818181;
  font-size:14px;
   padding-left:15px;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #818181;
  font-size:14px;
   padding-left:15px;
}

.calendar-header {    
	padding: 0 15px;
	text-align: left;
}
.calendar-header a.close {
    top: 20px;
	color:#fff;
}
.order-1{order: 1;}
.order-2 {order: 2;}
.order-3 {order: 3;}