#collocation-modal-wrapper, .collocation-center {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#collocation-modal-wrapper {
    position: fixed;
    z-index: 9999999999999;
    background-color: rgba(47, 47, 47, 0.28);
    top: 0;
    left: 0;
    display: none;
    opacity: 0;
    transition: .15s opacity ease-out;
    font-family: inherit;
}
#collocation-modal-wrapper.visible {
    display: block;
    opacity: 1;
}
.collocation-center {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Helvetica, Arial, sans-serif;
}
#collocation-content {
    width: 920px;
    background-color: #FFF;
    border-radius: 8px;
    max-height: calc(100vh - 20px);
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
#collocation-content > div {
    padding: 0 22px;
}
.collocation-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    font-size: 22px;
    border-bottom: 1px solid #D8D8D8;
    font-weight: 450;
}

.collocation-header svg {
    cursor: pointer;
}

.collocation-li {
    padding: 15px 21px !important;
}

.collocation-choice-ul {
    clear: both;
    overflow: hidden;
    position: relative;
}
.collocation-choice-ul:first-child .collocation-choice-id .collocation-line {
    top: 50%;
    height: 50%;
}
.collocation-choice-ul:last-child .collocation-choice-id .collocation-line {
    bottom: 50%;
    height: 50%;
}

.collocation-choice-id {
    position: absolute;
    align-items: center;
    width: 46px;
    height: 100%;
}

.collocation-number {
    width: 46px;
    position: relative;
}

.collocation-number {
    background-color: #0364A4;
    width: 35px;
    height: 35px;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    position: absolute;
    top: 50%;
    left: -6px;
    transform: translateY(-50%);
    border-radius: 50%;
    z-index: 2;
    border: 6px solid #FFF;
}

.collocation-line {
    position: absolute;
    height: calc(100% + 100px);
    width: 1px;
    background-color: #CBCBCB;
    top: -10px;
    left: 16px;
}

.collocation-choice-item {
    box-sizing: border-box;
    width: calc(100% - 50px);
    float: right;
    padding: 10px 0;
    overflow: hidden;
}

.collocation-choice-item-content {
    border: 0.5px solid #D8D8D8;
    border-radius: 3px;
    padding: 13px 15px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.collocation-choice-item span, .collocation-choice-head {
    font-size: 20px;
}

.collocation-choice-head {
    width: 160px;
}

.collocation-price, .collocation-choice {
    height: 100%;
}

.collocation-price {
    /* float: right; */
    width: 120px;
    color: #0061A0;
    font-size: 20px;
    font-weight: 500;
}

.collocation-price > div {
    font-size: 14px;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.4);
}

.collocation-choice {
    /* width: 1;
    overflow: hidden; */
    flex: 1;
    display: flex;
    align-items: center;
}

.collocation-bottom {
    /* width: 100%; */
    background-color: rgba(214, 214, 214, 0.3);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 28px 21px !important;
    display: flex;
    justify-content: space-between;

}

#collocation-offer-mail {
    text-decoration: none;
    outline: none;
}

#collocation-offer-mail button {
    cursor: pointer;
    user-select: none;
    background-color: #60C3ED;
    font-weight: bold;
    font-size: 17px;
    font-family: inherit;
    color: #FFF;
    outline: 0;
    border: 0;
    border-radius: 3px;
    padding: 10px 14px;
}

.collocation-bottom-header {
    text-align: right;
    font-weight: 450;
    font-size: 16px;
    float: left;
}

.collocation-bottom-header span {
    font-size: 13px;
    font-weight: normal;
}

.collocation-bottom-prices {
    float: left;
    margin-left: 20px;
}

.collocation-bottom-prices > div {
    text-align: right;
    color: #0061A0;
    font-size: 13px;
    font-weight: 450;
}

.collocation-bottom-prices > div > span:not(#collocation-overall-price):not(#collocation-instalation) {
    font-size: 13px;
    font-weight: normal;
    margin-left: 6px;
    color: rgba(0, 0, 0, 0.66);
}

.collocation-bottom-prices > div:first-child {
    font-size: 18px;
}

.collocation-middle-choice {
    margin-left: 15px;
}

.collocation-middle-choice select {
    width: 223px;
}

.collocation-adres-slider {
    margin-left: 30px;
}

.collocation-term {
    color: rgba(0, 0, 0, 0.56);
    text-align: center;
}

.collocation-term button {
    user-select: none;
    outline: none;
    border: 1px solid #D5D5D5;
    border-radius: 4px;
    color: #929292;
    padding: 10px 17px;
    background-color: #FFF;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: border-color 0.05s ease-out, color 0.05s ease-out 0.05s, background-color 0.05s ease-out 0.05s;
    -moz-transition: border-color 0.05s ease-out, color 0.05s ease-out 0.05s, background-color 0.05s ease-out 0.05s;
    -o-transition: border-color 0.05s ease-out, color 0.05s ease-out 0.05s, background-color 0.05s ease-out 0.05s;
    transition: border-color 0.05s ease-out, color 0.05s ease-out 0.05s, background-color 0.05s ease-out 0.05s;
}

.collocation-term button.active {
    border-color: #0061A0;
    color: #0061A0;
    background-color: rgba(0, 97, 160, 0.08);
}

.colleration-port button {
    font-size: 20px;
    font-weight: 450;
    user-select: none;
    width: 112px;
    padding: 10px 0 6px;
    line-height: 15px;
    margin: 0 2px;
}

.colleration-port > div {
    display: flex;
    align-items: center;
}

.colleration-port button span {
    font-size: 9px;
    font-weight: 100;
}

.colleration-port > span {
    font-size: 12px;
    position: relative;
    top: 2.5px;
}

.collocation-slider-indicator {
    position: absolute;
    bottom: 22px;
    background-color: #0061A0;
    font-weight: 450;
    color: #FFF;
    padding: 4px 6px 3px;
    user-select: none;
    border-radius: 3px;
    font-size: 16px;
    transform: translateX(calc(-50% + 32px));
    white-space: nowrap;
}

.collocation-slider {
    display: flex;
    align-items: center;
    position: relative;
    font-size: 14px;
}

.collocation-slider input {
    -webkit-appearance: none;
    appearance: none;
    width: 500px;
    height: 20px;
    outline: none;
    border-radius: 3px;
}

.collocation-slider input::-ms-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    background-color: #D7D7D7;
    border: 0;
    border-radius: 3px;
    outline: none;
    color: transparent;
}


.collocation-slider input::-ms-tooltip {
    display: none;
}

.collocation-crappy-slider input {
    background-color: transparent;
}

.collocation-volume-slider input {
    margin: 0 8px;
}

.collocation-power-slider input {
    margin-left: 26px;
}

.collocation-internet-slider {
    margin-left: 12px;
}

.collocation-slider input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #0061A0;
    cursor: pointer;
}

.collocation-slider input::-ms-thumb {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #0061A0;
    cursor: pointer;
    border: 0;
}

.collocation-slider input::-ms-track {
   height: 5px;
   background: #D7D7D7;
}

.collocation-slider input::-moz-range-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #0061A0;
    cursor: pointer;
}

.collocation-power-slider-wrapper {
    text-align: center;
}

.collocation-power-slider-wrapper div:last-child {
    margin-top: 4px;
    font-size: 12px;
    color: #989898;
}

.coll-middle-buttons {
    margin-left: 100px;
}

.coll-middle-buttons-term {
    margin-left: 130px;
}

/* dymki */
a.podpowiedz span {
    display: none;
    padding: 5px 2px;
    margin-left: 2px;
    width: 230px;
	font-size: 11px;
}
img {
	border: none;
}
a.podpowiedz:hover span{
    display: inline;
    position: absolute;
	margin: 23px 0 0 -105px;
    background: #dddddd;
    border: 0px solid #b30000;
    color: #000000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
	text-align: center;
	z-index: 9999;
}
/* koniec */


@media (max-width: 920px) {
    #collocation-content {
        width: 95%;
        max-height: calc(100vh - 130px);
    }
    .collocation-choice-id  {
        display: none;
    }
    .collocation-choice-item {
        width: 100%;
        float: none;
    }
    .collocation-choice-item span, .collocation-choice-head {
        margin-bottom: 10px;
    }
    .collocation-choice-item span, .collocation-choice-head, .collocation-price {
        /* display: none; */
        text-align: center;
    }
    .collocation-price {
        margin-top: 10px;
    }
    #collocation-content > div {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .collocation-choice {
        /* align-items: flex-end; */
        flex-direction: column;
        justify-content: center;
    }
    .collocation-choice-item-content {
        flex-direction: column;
        justify-content: center;
    }
    .collocation-slider input {
        width: 190px;
    }
    .collocation-middle-choice, .coll-middle-buttons, .coll-middle-buttons-term {
        margin-left: 0;
    }
}