body {
    font-family: 'raleway', sans-serif;
    font-size: 14px;
    color: #2e2e2e;
    overflow-x: hidden;
}
* {
    outline: none !important;
}
.tp-loader.spinner0 {
    display: none !important;
}
.breadcrumbs {
    margin: 0 0 25px 0;
}
.text-right {
    font-size: 18px;
    color: #676767;
}
.how_we_do_it {
    display: inline-block;
    padding-left: 30px;
    background-image: url("../gfx/icons/blue_hand.svg");
    background-repeat: no-repeat;
    background-size: 22px auto;
    background-position: center left;
    font-weight: 600;
    font-size: 16px;
    color: #2c6ca3;
    margin-right: 20px;
    text-decoration: none !important;
}
.buy_device {
    display: inline-block;
    padding-left: 30px;
    background-image: url("../gfx/icons/blue_stick.svg");
    background-repeat: no-repeat;
    background-size: 22px auto;
    background-position: center left;
    font-weight: 600;
    font-size: 16px;
    color: #2c6ca3;
    margin-right: 20px;
    text-decoration: none !important;
}
#site_header {
    padding: 20px 0 32px;
    position: relative;
    z-index: 16;
}
.top_left_side {
    position: absolute;
    left: 15px;
    top: 5px;
    width: 150px;
    z-index: 11;
}
.top_right_side {
    padding-left: 220px;
    position: relative;
    z-index: 10;
}
#site_content {
    overflow-x: hidden;
}
#menu_box_over {
    line-height: 30px;
    border-bottom: 1px solid #595959;
}
#main_menu {
    font-size: 18px;
    height: 66px;
}
#main_menu > ul {
    margin: 0;
    padding: 0;
    display: inline-block;
}
#main_menu > ul > li {
    list-style: none;
    display: inline-block;
    float: left;
}
#main_menu > ul > li > a {
    color: #2e2e2e;
    text-decoration: none;
    font-weight: 600;
    display: block;
    line-height: 50px;
    margin-right: 40px;
    position: relative;
    padding-bottom: 15px;
    padding-top: 15px;
}
#main_menu > ul > li:last-child > a {
    margin-right: 0;
}
#main_menu > ul > li:hover > a {
    color: #266aa3;
}
.megamenu_box {
    position: absolute;
    width: calc(100% + 15px);
    background: #f9f9f9;
    padding: 0 15px;
    left: -15px;
    height: 0px;
    opacity: 0;
    top: 97px;
    overflow: hidden;
    -webkit-transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
    z-index: 16;

    -webkit-box-shadow: 0 4px 4px 0 #A3A3A3;
    box-shadow: 0 4px 4px 0 #A3A3A3;
}
#main_menu > ul > li:hover > .megamenu_box {
    height: auto;
    height: 350px;
    opacity: 1;
    padding: 15px;
}
.megamenu_box > .row {
    min-height: 320px;
}
.megamenu_box > .row > div {
    min-height: inherit;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;    
}
.megamenu_menu_list {
    text-align: center;
}
.megamenu_menu_list > ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    text-align: left;
}
.megamenu_menu_list > ul > li {
    list-style: none;
    margin: 0;
    line-height: 22px;
    padding-top: 12px;
}
.megamenu_menu_list > ul > li > a {
    font-weight: 600;
    color: #000;
    text-decoration: none;
    font-size: 16px;
}
.megamenu_menu_list > ul > li > ul {
    list-style: none;
    margin: 0 0 0px 15px;
    padding: 0px;
}
.megamenu_menu_list > ul > li > ul > li {
    list-style-type: none;
    position: relative;
    background-image: url("../gfx/icons/dot.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 4px;
    padding-left: 10px;
}
.megamenu_menu_list > ul > li > ul > li > a {
    font-weight: 300;
    color: #000;
    text-decoration: none;
    font-size: 16px;
}
.menu_arrow {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 15px solid #F9F9F9;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    bottom: -17px;
    opacity: 0;
    -webkit-transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
}
#main_menu > ul > li:hover .menu_arrow {
    opacity: 1;
}
.megamenu_picture {
    position: absolute;
    top: 0px;
    right: 15px;
    left: 15px;
    bottom: 0px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
#service_logo {
    max-width: 150px;
}
.search_engine {
    float: right;
    padding-top: 30px;
    margin-bottom: 0;
    width: 200px;
}
.search_engine button {
    background: none;
    border: none;
    color: #2e2e2e;
    float: right;
    width: 20px;
}
.search_engine input[type="text"] {
    border: none;
    border-bottom: 1px solid #595959;
    width: 0;
    float: right;
    opacity: 0;
    -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.search_engine:hover input[type="text"], .search_engine input[type="text"]:focus {
    width: calc(100% - 20px);
    opacity: 1;
}
.fb_top_link {
    display: inline-block;
}
#main_slider_nav {
    position: absolute;
    z-index: 21;
    top: calc(50% - 160px);
}
#main_slider_nav > ul {
    margin: 0;
    padding: 0;
}
#main_slider_nav > ul > li {
    list-style: none;
}
#main_slider_nav > ul > li > span {
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 55px;
    height: 65px;
    cursor: pointer;
    margin: 30px 0;
    -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
#first_banner_btn {
    background-image: url('../gfx/icons/ikonaMetrowka.png');
}
#first_banner_btn:hover, #first_banner_btn.current_slide {
    background-image: url('../gfx/icons/ikonaMetrowka_kolor.png');
}
#second_banner_btn {
    background-image: url('../gfx/icons/ikonaBubleCr.png');
}
#second_banner_btn:hover, #second_banner_btn.current_slide {
    background-image: url('../gfx/icons/ikonaBubleCr_kolor.png');
}
#third_banner_btn {
    background-image: url('../gfx/icons/ikonaKula.png');
}
#third_banner_btn:hover, #third_banner_btn.current_slide {
    background-image: url('../gfx/icons/ikonaKula_kolor.png');
}
#fourth_banner_btn {
    background-image: url('../gfx/icons/ikonaWalizka.png');
}
#fourth_banner_btn:hover, #fourth_banner_btn.current_slide {
    background-image: url('../gfx/icons/ikonaWalizka_kolor.png');
}
.ssb_full_size, .ssb_full_size select {
    width: 100%;
}
.ssb_wrap.ssb_full_size {
    color: #282828;
    border-radius: 0;
    height: 30px;
    line-height: 30px;
}
.ssb_wrap.ssb_full_size select {
    height: 30px;
    line-height: 30px;
    border: none;
}
.ssb_wrap.ssb_full_size .ssb_value {
    color: #282828;
    height: 30px;
    line-height: 30px;
}
.ssb_view:disabled + .ssb_value {
    background-image: none !important;
}
.ssb_view:disabled {
    cursor: default;
}
.ssb_label {
    display: table !important;
    height: 32px;
}
.ssb_label span {
    display: table-cell;
    vertical-align: middle;
}
.ssb_wrap {
    position: relative;
    display: inline-block;
    width: 100%;
}
.ssb_wrap select {
    opacity: 0;
    position: relative;
    z-index: 2;
    cursor: pointer;
    width: 100%;
    height: 34px;
}
.ssb_view {
    padding-right: 25px;
}
.ssb_value {
    position: absolute;
    display: block;
    height: 34px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    line-height: 34px;
    font-size: 12px;
    font-weight: 600;
    color: #92959a;
    padding: 0 15px 0 15px;
    cursor: pointer;
    border: 1px solid #acacac;
    background-image: url("../gfx/select_icon.svg");
    background-position: calc(100% - 14px) 13px;
    background-repeat: no-repeat;
    background-size: 10px auto;
    z-index: 1;
    border-radius: 17px;
    -webkit-border-radius: 17px;
}
.no_select + .ssb_value {
    background-image: none;
}
.st_btn {
    background: #235cab;
    border: 1px solid #235cab;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 14px;
    padding: 15px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    display: inline-block;
    line-height: 30px;
    cursor: pointer;
    text-align: center !important;
    width: 100%;
    max-width: 325px;
    letter-spacing: 2px;
    -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1) !important;
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.st_btn:hover {
    background: transparent;
    color: #235cab;
    text-decoration: none;
}
.tp-parallax-wrap .st_btn {
    padding: 0 20px;
    max-width: 100%;
    font-size:22px;
    line-height: 50px;
    font-weight: bold;
    text-align: center;
}
.st_btn.yellow_cbtn {
    background: #e9e01f;
    border: 1px solid #e9e01f;
}
.st_btn.pblue_cbtn {
    background: #008dff;
    border: 1px solid #008dff;
}
.st_btn.white_cbtn {
    background: #fff;
    color: #000;
    border: 1px solid #fff;
}
.st_btn.white_cbtn:hover {
    border: 1px solid #fff;
}
.st_btn.greenl_cbtn {
    background: #b7ee07;
    border: 1px solid #b7ee07;
}
.st_btn.greenl_cbtn:hover {
    background: transparent;
    color: #b7ee07;
}
.st_btn.black_cbtn {
    background: #000;
    border: 1px solid #000;
}
.st_btn.black_cbtn:hover {
    background: transparent;
    color: #000;
}
.st_btn.dark_cbtn {
    background: #28231f;
    border: 1px solid #28231f;
}
.st_btn.dark_cbtn:hover {
    border: 1px solid #28231f;
}
.st_btn.orange_cbtn {
    background: #ff9000;
    border: 1px solid #ff9000;
}
.st_btn.orange_cbtn:hover {
    background: transparent;
    color: #ff9000;
}
.st_btn.orange_cbtn:active {
    background: transparent;
    color: #ff9000;
}
.st_btn.purple_cbtn {
    background: #ff00c6;
    border: 1px solid #ff00c6;
}
.st_btn.purple_cbtn:hover {
    background: transparent;
    color: #ff00c6;
}
.st_btn.violet_cbtn {
    background: #6a4cbb;
    border: 1px solid #6a4cbb;
}
.st_btn.violet_cbtn:hover {
    background: transparent;
    color: #6a4cbb;
}
.st_btn.blue2_cbtn {
    background: #2E6DC5;
    font-size: 18px !important;
    border: 1px solid #2E6DC5;
}
.st_btn.blue2_cbtn:hover {
    background: transparent;
    color: #2E6DC5;
}
.st_btn.pink_cbtn {
    background: #e6007d;
    border: 1px solid #e6007d;
}
.st_btn.pink_cbtn:hover {
    background: transparent;
    color: #e6007d;
}
.st_btn.ppink_cbtn {
    background: #ea6ce0;
    border: 1px solid #ea6ce0;
}
.st_btn.ppink_cbtn:hover {
    background: transparent;
    color: #ea6ce0;
}
.st_btn.green_cbtn {
    background: #418739;
    border: 1px solid #418739;
}
.st_btn.green_cbtn:hover {
    background: transparent;
    color: #418739;
}
.st_btn.grey_cbtn {
    background: #595959;
    border: 1px solid #595959;
}
.st_btn.grey_cbtn:hover {
    background: transparent;
    color: #595959;
}
.st_btn.orange_cbtn {
    border: 2px solid #ff9000;
}
.st_btn.orange_cbtn:hover {
    background: transparent;
    color: #ff9000;
}
.st_btn.blue_cbtn {
    border: 2px solid #235cab;
}
.st_btn.blue_cbtn:hover {
    background: transparent;
    color: #235cab;
}
.st_cp_dblue {
    color: #22273b;
}
#connected_count_box {
    width: 100%;
    max-width: 100%;
    height: 480px;
    background-image: url("../gfx/home/map.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    font-size: 138px;
    font-weight: 900;
    color: #2e2e2e;
    text-align: center;
    line-height: 96px;
    position: relative;
/*    display: table;*/
}
#connected_count_box > div {
    display: table-cell;
    vertical-align: middle;
}
.jai_box {
    padding-top: 25%;
        text-align: center;
}
.jai_box div {
    max-width: 100%;
    margin-bottom: 20px;
}
.jai_box h3 {
    font-size: 36px;
    font-weight: 700;
    padding: 0 10px 5px;
}
.jai_box p {
    font-size: 18px;
    padding: 10px 10px;
    line-height: 21px;
}
#main_banner {
    position: relative;
}
#main_banner .maskpic {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -960px;
    width: 1920px;
}
#people_connected_section {
    position: relative;
    z-index: 2;
    margin: 20px 0 50px;
}
#connected_count_box span:nth-child(3) {
    font-size: 66px;
    font-weight: 800;
}
#people_connected_section .st_btn {
    font-size: 20px;
}
#double_banner {
    position: relative;
    padding-top: 20px;
}
#double_banner img {
    background-size: cover;
    height: 410px;
    width: 100%;
}
#double_banner .row .col-sm-6:first-child img {
    background-position: left center;
}
#double_banner .row .col-sm-6:last-child img {
    background-position: right center;
}
#double_banner .row {
    margin: 0;
}
#double_banner .col-sm-6 {
    padding: 0;
}
#double_banner_circle {
    width: 400px;
    height: 400px;
    background: #fff;
    -webkit-border-radius: 175px;
    border-radius: 50%;
    text-align: center;
    padding-top: 170px;
    font-size: 26px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
}
#double_banner_circle.animated {
/*
    -webkit-transition: all 600ms cubic-bezier(0.345, 0.045, 0.155, 1) !important;
    transition: all 600ms cubic-bezier(0.345, 0.045, 0.155, 1) !important;
    animation-name: circAnim;
    animation-duration: 0.5s;
*/
    top: -155px;
    z-index: 1;
}
#double_banner_circle h4 {
    font-size: 36px;
    padding-top: 30px;
}
#double_banner_circle p {
    font-size: 18px;
}
@keyframes circAnim {
    0% {
        top: 175px;
        z-index: 0;
        opacity: 0;
    }
    50% {
        top: -200px;
        z-index: 1;
        opacity: 1;
    }
    100% {
        top: -75px;
        z-index: 1;
    }
}
.double_banner_txt {
    position: absolute;
    bottom: 10px;
    font-size: 16px;
    opacity: 0;
    -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1) !important;
    transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.double_banner_txt.animated {
    opacity: 1;
    bottom: 30px;
}
.db_text_title {
    font-size: 36px;
}
.db_txt_left {
    right: 30px;
    text-align: right;
}
.db_txt_right {
    left: 30px;
    text-align: left;
}
#offer_showcase {
    padding: 30px 35px 60px;
    margin: 0px auto;
}
.container-offers {
    max-width: 1400px;
    margin: 0 auto;
}
#offers_box {
    max-width: 100%;
    background: #FFFFFF;
    margin: auto;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
}
.offer_box {
    text-align: center;
}
.ob_header {
    color: #FFFFFF;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    position: relative;
    margin-bottom: 20px;
    line-height: 40px;
}
.ob_header span {
    font-size: 26px;
    padding-bottom: 5px;
    padding-top: 5px;    
    display: block;
    top: 5px;
    letter-spacing: 1px;
    text-align: center;
    border-radius: 30px;
    font-weight: 600;
}
.ob_header svg {
    position: absolute;
    bottom: -19px;
    left: 0px;
    right: 0px;
}
.ob_details_entry {
    line-height: 50px;
    font-size: 26px;
    font-weight: bold;
    border-bottom: 3px solid #d7d7d7;
    color: #616161;
    max-width: 350px;
    margin: 0 auto;
    padding: 12px;
}
.ob_details_entry:last-child {
    border-bottom: 3px solid #fff !important;
}
.ob_footer {
    -webkit-border-radius: 0 0 15px 15px;
    border-radius: 0 0 15px 15px;
    border-top: none !important;
    height: 50px;
    margin-top: -10px;
}
.offer_box .st_btn {
    margin-top: 15px;
    width: 100%;
    font-size: 26px;
}
.desc_bcolor .ob_details_entry {
    text-transform: uppercase;
    font-size: 18px;
}
.orange_bcolor .ob_header span {
    border: 3px solid #ff9000;
    color: #ff9000;
}
.orange_bcolor .ob_header svg {
    fill: #ff9000;
}
.orange_bcolor .ob_details_entry {
    border-bottom: 3px solid #ff9000;
    color: #ff9000;
}
.blue_bcolor .ob_header span {
    border: 3px solid #235cab;
    color: #235cab;
}
.blue_bcolor .ob_header svg {
    fill: #235cab;
}
.blue_bcolor .ob_details_entry {
    border-bottom: 3px solid #235cab;
    color: #235cab;
}
.empty_head {
    height: 50px;
}
.breadcrumbs ul {
    padding: 0;
    margin: 0;
}
.breadcrumbs li {
    display: inline-block;
    list-style: none;
}
.breadcrumbs-list li {
    font-size: 10px;
    margin-right: 5px;
}
.breadcrumbs a {
    color: #040404;
}
.breadcrumbs-list li:after {
    content: '\f105';
    font-family: FontAwesome;
    margin: 0 0 0 5px;
}
.breadcrumbs-list li:last-child:after {
    display: none;
}
.breadcrumbs-inner {
    padding: 1px 0 0 0;
    border-top: 1px solid #040404;
}
.breadcrumbs ul.account-nav {
    padding: 8px 20px 10px;
}
.account-nav {
    display: inline-block;
    border-bottom: 1px solid #040404;
    border-left: 1px solid #040404;
    border-right: 1px solid #040404;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    position: relative;
    top: -1px;
}
.account-nav li {
    font-size: 12px;
    margin: 0 35px 0 0;
}
.account-nav li:last-child {
    margin: 0;
}
.account-nav span {
    color: #92959a;
    display: inline-block;
    margin: 0 5px 0 0;
}
.account-nav a {
    font-weight: 600;
}
#active-packages {
    margin: 125px 0 0 0;
}
#active-packages header {
    border-bottom: 1px solid #040404;
    padding: 0 0 10px 0;
    margin: 0 0 35px 0;
}
#active-packages header p {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}
.active-packages-item p {
    font-size: 15px;
    font-weight: 900;
    height: 65px;
    margin: 0 0 25px 0;
    display: inline-block;
    text-align: left;
}
.active-packages-item p b {
    font-size: 49px;
    display: block;
    color: #74b7dc;
    font-weight: 900;
    line-height: 44px;
}
.packages-info {
    padding: 0;
    margin: 0;
    list-style: none;
    max-width: 335px;
    width: 100%;
    overflow: hidden;
    border-radius: 15px;
    padding: 3px;
}
.packages-info li {
    padding: 14px 28px;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
}
.packages-info li:first-child {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.packages-info li:last-child {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.packages-info span {
    display: block;
    font-size: 18px;
}
.packages-info span b {
    display: inline-block;
    font-size: 24px;
}
.packages-info b {
    display: block;
    font-size: 24px;
}
.packages-info b span {
    font-weight: 400;
}
.packages-info hr {
    border: 0;
    margin: 5px 0;
}
.big-packages .packages-info {
    position: absolute;
    z-index: 12;
    right: 15px;
    bottom: 0;
    max-width: 245px;
    overflow: hidden;
}
.active-packages-item.big-packages > div {
    background-position: center;
    height: 246px;
    border-radius: 15px;
}
.active-packages-footer .row > div {
    padding: 32px 25px;
    background-color: #fafafa;
    background-image: url("../gfx/dot_bg.png");
}
.active-packages-footer {
    margin: 80px auto 130px;
}
.active-packages-footer p {
    font-size: 16px;
    font-weight: 700;
    color: #434442;
    margin: 0;
    position: relative;
    top: 9px;
}
.active-packages-footer a {
    width: 100%;
    max-width: 355px;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
}
.active-packages-footer a:hover {
    text-decoration: none;
}
#bottom-info-box .container {
    width: 100%;
    max-width: 1920px;
}
.bottom-info-box {
    color: #3a3a3a;
    padding: 40px 100px;
    background-image: url("../gfx/dot_bg.png");
}
.bottom-info-box h2 {
    font-size: 38px;
    margin: 0;
    font-weight: 800;
}
.bottom-info-box p {
    font-size: 12px;
    margin: 18px 0;
}
.bottom-info-box a {
    font-size: 14px;
    color: inherit;
    font-weight: 600;
}
.bottom-info-box img {
    max-height: 72px;
    display: block;
    margin: 0 auto 25px;
    width: auto;
}
#main-footer {
    margin: 50px 0 20px 0;
    margin-top: 0;
}
#main-footer hr {
    border-color: #444;
    margin: 30px 0
}
.footer_nav_col {
    margin-bottom: 20px;
}
.footer_nav_col > ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    font-weight: 400;
}
.footer_nav_col > ul a {
    color: #444444;
}
.footer_nav_col > ul > li {
    font-size: 16px;
}
.footer_nav_col > ul > li > a {
}
.footer_nav_col > ul > li > ul {
    list-style-type: none;
    padding: 0;
    font-size: 14px;
    font-weight: 300;
}
.footer_nav_col > ul > li > ul
.footer-social {
    padding: 25px 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.footer_logo {
    width: 80px;
    margin: 30px auto;
}
.footer-social li {
    display: inline-block;
}
.footer-social a {
    color: #444444;
    font-size: 30px;
    margin: 0 5px;
}
.footer-newsletter p {
    font-size: 15px;
    color: #444444;
    margin: 0 0 5px 0;
}
.footer-newsletter .checkbox_label {
    font-size: 10px;
}
.footer-newsletter button {
    border: 0;
    background: transparent;
    font-weight: 700;
    font-size: 15px;
    display: block;
    text-align: right;
    width: 100%;
}
.footer-newsletter .col-sm-8 {
    padding-right: 0;
}
.footer-row-2 p {
    font-size: 15px;
}
#main-footer > div > div:nth-child(1) > div:nth-child(1) > div > div:nth-child(1) > div > ul > li:nth-child(6) > a {
    display: none;
}
#main-footer > div > div:nth-child(1) > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(1) > ul > li:nth-child(6) > a {
    display: none;
}
#main-footer {
    background-color: #ebebeb;
    padding: 80px 0;
    margin-bottom: 0;
}
.footer_nav_col_title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px;
}
.footer_nav_col > ul a {
    line-height: 23px;
    letter-spacing: 1px;
}
.footer_logo {
    width: 100%;
    max-width: 169px;
    margin: 0;
    margin-top: 50px;

}
/*12.09.19 - logo change*/
@media (min-width: 992px){
    .footer-col__logos{
        text-align: right;
        margin-top: 40px!important;
    }
}
/* .footer-col__logos .footer_logo {
    max-width: 85px;
    margin-top: 10px;
    display: inline-block;
} */

.footer__social-icon{
    margin-top: 20px;
    line-height: 20px;
}
.footer__social-icon a{
    font-size: 20px!important;
}
.footer__social-icon .fb-icon--footer {
    max-width: 25px;
    vertical-align: top;
}
.banerBottom {
    margin: 0 auto;
}
.subscriptionParameters {
    max-width: 675px;
    width: 100%;
    background-color: #ececec;
    background-image: url("../gfx/dot_bg.png");
    position: relative;
    padding: 60px;
}
.subscriptionParameters svg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -20px;
    margin: auto;
    fill: #ececec;
}
.subscriptionParameters p {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    margin: 0 0 55px 0;
}
.subscriptionParameters p span {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 42px;
    background: #2c669a;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin: 0 15px 0 0;
    vertical-align: middle;
    border-radius: 50%;
    text-align: center;
}
.subscriptionParameters p i {
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
}
/*input[type=range] {
    -webkit-appearance: none;
    margin: 0;
    width: 15px;
    height: 155px;
    transition: 0.3s ease-in 0s;
}
input[type=range]:focus {
    outline: none;
}
input[type=range]::-webkit-slider-runnable-track, {
    width: 15px;
    height: 155px;
    cursor: pointer;
    box-shadow: none;
    background: #56a9d8;
    border-radius: 17px;
    border: 0;
}
input[type=range]::-moz-range-track {
    width: 15px;
    height: 155px;
    cursor: pointer;
    box-shadow: none;
    background: #56a9d8;
    border-radius: 17px;
    border: 0;
}
input[type=range]::-webkit-slider-thumb {
    box-shadow: none;
    border: 0;
    height: 22px;
    width: 22px;
    border-radius: 50%;
    background: #2c669a;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -14px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
    background: #367ebd;
}
input[type=range]::-moz-range-thumb {
    box-shadow: none;
    border: 0;
    height: 22px;
    width: 22px;
    border-radius: 50%;
    background: #2c669a;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -14px;
}
input[type=range]::-ms-track {
    width: 15px;
    height: 155px;
    cursor: pointer;
    box-shadow: none;
    background: #56a9d8;
    border-radius: 17px;
    border: 0;
}
input[type=range]::-ms-fill-lower {
    background: #2a6495;
    border: 0.2px solid #010101;
    border-radius: 2.6px;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-fill-upper {
    background: #3071a9;
    border: 0.2px solid #010101;
    border-radius: 2.6px;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-thumb {
    box-shadow: none;
    border: 0;
    height: 22px;
    width: 22px;
    border-radius: 50%;
    background: #2c669a;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -14px;
}
input[type=range]:focus::-ms-fill-lower {
    background: #3071a9;
}
input[type=range]:focus::-ms-fill-upper {
    background: #367ebd;
}*/
.subscriptionParametersData > div {
    position: relative;
    margin: 0 0 0 15px;
    display: block;
    min-width: 100px;
}
.subscriptionParametersData ul {
    height: 100%;
    position: absolute;
    top: 0;
    list-style: none;
    padding: 0;
    left: 35px;
}
.subscriptionParametersData ul li {
    width: 70px;
}
.subscriptionParametersData ul li:first-child {
    position: absolute;
    top: 0;
}
.subscriptionParametersData ul li:last-child {
    position: absolute;
    bottom: 0;
}
.onePackage {
    margin: 85px 0 0 0;
}
#onePackage .active-packages-item.big-packages > div {
    height: 570px;
    background-size: cover;
}
#onePackage .big-packages .packages-info {
    bottom: auto;
    top: -40px;
    right: 12px;
}
#onePackage .packages-info li:last-child {
    padding: 30px 28px;
}
#onePackage .packages-info li:last-child b {
    font-size: 48px;
    display: block;
    text-align: center;
    font-weight: 900;
    margin: 5px 0 0 0;
    line-height: 37px;
}
#onePackage header p {
    font-size: 22px;
    margin: 0 0 30px 15px;
    font-weight: 600;
}
.packageDesc header {
    font-size: 24px;
    font-weight: 900;
    color: #434442;
}
.packageDesc header b {
    font-size: 58px;
    font-weight: 900;
    display: block;
    line-height: 60px;
    margin: 5px 0 0 0;
}
.packageDesc header.czerwony b {
    color: #f16e59;
}
.packageDesc {
    padding: 80px 0 0 35px;
}
.packageDesc p {
    margin: 30px 0 0 0;
    font-size: 14px;
    color: #92959a;
    font-weight: 600;
}
.backBtn {
    color: #434442 !important;
    font-size: 14px;
}
.chosePackage {
    max-width: 270px;
    width: 100%;
    font-size: 14px;
    display: inline-block;
    line-height: 35px;
    font-weight: 600;
    text-align: center;
    border-radius: 15px;
    color: #fff !important;
/*    background: #2e2e2e;*/
    cursor: pointer;
    margin: 30px 0;
}
.chosePackage.czerwony {
    background: #e75740;
}
.onePackage > div:first-child {
    margin: 0 -15px 55px;
}
#onePackage {
    margin: 0 0 120px 0;
}
.color_set_1 {
    background-color: #5ed4c5;
}
.color_set_2 {
    background-color: #d4b650;
}
.color_set_3 {
    background-color: #c8b590;
}
#packages_menu {
    margin-bottom: 30px;
}
#packages_menu.row {
    margin: 30px -5px;
}
.promo_package {
    width: 33.3%;
    float: left;
    display: block;
    padding: 0 5px;
    position: relative;
    text-decoration: none !important;
    margin-bottom: 80px;
}
.package_entry {
    float: left;
    display: block;
    cursor: pointer;
    width: 25%;
    padding: 0 5px;
    -webkit-transition: all 300ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 300ms cubic-bezier(0.86, 0, 0.07, 1);
    text-decoration: none !important;
}
.package_entry:nth-child(3) {
    float: right;
}
#packages_menu:not(.selected_package):hover .package_entry {
    width: 25% !important;
}
#packages_menu:not(.selected_package) .package_entry:hover {
    width: 50% !important;
}
.package_entry.active_package {
    width: 50%;
}
.package_name {
    font-weight: 900;
    font-size: 24px;
    color: #ffffff;
    line-height: 40px;
    margin: 0px;
    text-align: center;
}
.package_image {
    height: 476px;
    background-position: center center;
    background-size: cover;
    position: relative;
    background-color: inherit;
    text-align: center;
}
.package_footer {
    background-color: inherit;
    text-align: center;
    opacity: 0;
    height: 0px;
    -webkit-transition: all 300ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 300ms cubic-bezier(0.86, 0, 0.07, 1);
}
.package_footer p {
    font-size: 17px;
    color: #434442;
    line-height: 20px;
    padding: 10px;
    margin: 0;
    font-weight: 700;
    white-space: nowrap;
}
.color_set_1 .package_image {
    background-position: left center;
}
#packages_menu.selected_package .package_entry.active_package .package_footer {
    opacity: 1;
    height: 60px;
}
.btn_package {
    font-size: 14px;
    color: #ffffff !important;
    text-decoration: none !important;
    line-height: 40px;
    padding: 0 50px;
    display: inline-block;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background-color: inherit;
    position: absolute;
    bottom: 20px;
    width: 160px;
    left: 50%;
    margin-left: -92px;
    text-align: center;
    -webkit-transition: all 300ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 300ms cubic-bezier(0.86, 0, 0.07, 1);
    cursor: pointer;
}
.btn_package.package_list_cart span {
    background-image: url('../gfx/icons/cart_icon_hover.svg');
    background-position: center center;
    background-repeat: no-repeat;
    width: 20px;
    display: inline-block;
    height: 18px;
    vertical-align: text-top;
    margin-right: 5px;
    padding:0;
}
.btn_package i {
    font-size: 10px;
    font-weight: bold;
    line-height: 40px;
    display: inline-block;
    vertical-align: top;
}
.promo_package .btn_package {
    bottom: 20px;
    width: auto;
}
#packages_menu .package_entry:hover .btn_package, #packages_menu .package_entry .btn_package {
    left: 50% !important;
    margin-left: -80px;
}
.package_desc {
    position: absolute;
    top: 40px;
    width: 230px;
    left: 30px;
    color: #ffffff;
    text-align: left;
    -webkit-transition: all 300ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 300ms cubic-bezier(0.86, 0, 0.07, 1);
    opacity: 0;
}
.package_line {
    height: 0px;
    overflow: hidden;
    background: #fff;
    color: #fff;
    line-height: 20px;
    font-size: 12px;
    padding: 10px 0 0 0;
    -webkit-transition: all 300ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 300ms cubic-bezier(0.86, 0, 0.07, 1);
}
.promo_package:hover .package_line {
    height: auto;
    padding: 10px 0;
    color: #2e2e2e;
    height: 80px;
}
.package_details {
    font-size: 24px;
    line-height: 66px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}
.package_details strong {
    font-weight: 900;
}
.promo_package .package_image .package_desc {
    opacity: 1;
}
.promo_package .package_image {
    height: 350px;
}
#packages_menu:not(.selected_package) .package_entry:hover .package_desc,
#packages_menu.selected_package .package_entry.active_package .package_desc,
#packages_menu:not(.selected_package) .package_entry.active_package .package_desc {
    opacity: 1;
}
#packages_menu:not(.selected_package):hover .package_entry.active_package:not(:hover) .package_desc {
    opacity: 0;
}
.color_set_1 .package_image .package_desc {
    left: auto;
    right: 30px;
}
.text_package {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
}

.megamenu_box_info {
    display: block;
    max-width: 250px;
    margin: 20px auto 0;
    font-size: 14px;
    text-align: justify;
}
.megamenu_box_info > a {
    font-weight: 600;
    color: #000;
    text-decoration: none;
    font-size: 16px;
}
#page_menu {
    display: none;
}
#page_menu_container {
    margin: 30px -5px;
    padding: 0px;
    position: relative;
}
.page_menu_entry {
    display: block;
    width: 16.666%;
    padding: 0 5px;
    list-style: none;
    float: left;
}
.page_menu_entry > a {
    background: #eaeaea;
    position: relative;
    display: block;
    height: 40px;
    padding: 6px 0;
    line-height: 28px;
    font-size: 14px;
    font-weight: 600;
    color: #444444;
    text-align: center;
    -webkit-transition: all 300ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 300ms cubic-bezier(0.86, 0, 0.07, 1);
}
.page_menu_entry_text2 {
    line-height: 14px;
}
.page_menu_entry:hover > a, .page_menu_entry.active > a {
    background: #3167a3;
    color: #fff;
}
.page_menu_entry_text {
    display: inline-block;
    text-align: left;
}
.page_menu_entry_icon {
    position: relative;
    padding-left: 35px;
}
.page_menu_icon_default, .page_menu_icon_active {
    display: block;
    width: 24px;
    height: 28px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 300ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 300ms cubic-bezier(0.86, 0, 0.07, 1);
}
.page_menu_icon_active {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
}
.page_menu_icon_default {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
    opacity: 1;
}
.page_menu_entry:hover .page_menu_icon_default, .page_menu_entry.active .page_menu_icon_default {
    opacity: 0;
}
.page_menu_entry_arrow {
    border-top: 15px solid #3167a3;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -15px;
}
.page_menu_entry:not(.active) .page_menu_entry_arrow {
    display: none;
}
.page_header {
    /*font-size: 50px;
    font-weight: 900;*/
    text-align: center;
    /* color: #424242;
    background-color: #e9f0f6; */
    font-size: 42px;
    font-weight: 600;
    color: #fff;
    background-color: #689ad7;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    text-transform: uppercase;
    display: none;
}
.page_sub_header {
    font-size: 18px;
    line-height: 22px;
    font-weight: 900;
    color: #414141;
    text-transform: none;
    margin: 20px 0 15px;
}
.thin_box {
    max-width: 460px;
    margin: 15px auto 20px;
}
.vertical_distance {
    padding: 60px 0;
}
.vertical_distance--small{
    padding: 15px 0;
}
.dotted_bg {
    background-image: url("../gfx/dot_bg.png");
    background: none;
}
.block_table {
    margin-bottom: 30px;
}
.block_table_header {
    background: #f9f9f9;
    border-bottom: 2px solid #a4a4a4;
    font-weight: 700;
    padding: 10px 0;
}
.block_table_row {
    background: #fff;
    border-bottom: 2px solid #a4a4a4;
    font-weight: normal;
    padding: 10px 0;
}
.smaller_text {
    font-size: 12px;
}
.page_section {
    color: #414141;
    margin-bottom: 15px;
    position: relative;
    min-height: 400px;
}
.page_section > .container > .row {
    margin-bottom: 20px;
}
#page_submenu_container {
    margin: 15px -15px 30px;
    display: block;
    padding: 0px;
    text-align: center;
}
.page_submenu_entry {
    list-style: none;
    display: inline-block;
    padding: 0 15px;
}
.page_submenu_entry a {
    font-size: 16px;
    font-weight: 700;
    color: #444444;
    cursor: pointer;
}
.page_submenu_entry.active a {
    color: #336ead;
}
.text_op_pic, .text_pic {
    vertical-align: middle;
    display: inline-block;
    text-align: right;
}
.text_op_pic {
    text-align: center;
}
.text_pic.text_pic_fl img {
    margin: auto 0 auto auto;
}
.text_pic.text_pic_fr img {
    margin: auto auto auto 0;
}
.text_pic {
    width: 300px;
}
.text_op_pic {
    width: calc(100% - 305px);
    padding: 0 40px;
}
.text_op_pic.text_pic_fl {
    text-align: left;
    padding-right: 345px;
}
.text_op_pic.text_pic_fr {
    text-align: right;
    padding-left: 345px;
}
.text_pic.text_pic_fl {
    padding-left: 30px;
}
.text_pic.text_pic_fr {
    padding-right: 30px;
}
.step_nb {
    font-weight: 700;
    margin-bottom: -10px;
}
.text_op_entry {
    padding-bottom: 40px;
}
.st_btn.blue_btn {
    background: #2c6ca3;
}
.st_btn.blue_btn:hover {
    background: #fff;
    color: #2c6ca3;
}
.wider_btn {
    padding: 0 40px;
}
.custom_input {
    width: 100%;
    margin-bottom: 10px;
    height: 34px;
    color: #92959a;
    padding: 0 15px;
    border: 1px solid #acacac;
    border-radius: 17px;
    -webkit-border-radius: 17px;
    font-size: 12px;
    font-weight: 600;
}
::-webkit-input-placeholder {
    color: #92959a;
    opacity: 1;
}
:-moz-placeholder {
    /* Firefox 18- */
    color: #92959a;
    opacity: 1;
}
::-moz-placeholder {
    /* Firefox 19+ */
    color: #92959a;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #92959a;
    opacity: 1;
}
.wider_distance {
    margin: 0 -50px;
}
.wider_distance > div {
    padding: 0 50px;
}
.bdi_form_section {
    background: #f9f9f9;
    padding: 50px 30px 30px;
    margin: 10px 0;
}
.custom_input:disabled {
    background: #fff;
}
.bdi_form_section .ssb_wrap {
    margin-bottom: 10px;
}
.form_text {
    font-size: 12px;
    color: #92959a;
    line-height: 34px;
}
.form_text_nh {
    line-height: 18px;
}
.file_input_wrap {
    position: relative;
    width: 200px;
    height: 40px;
    margin: 0 auto;
    overflow: hidden;
}
.file_input_trigger {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 40px;
    line-height: 36px;
    cursor: pointer;
    border-radius: 20px;
}
.file_input_wrap #bdif_file {
    opacity: 0;
    height: 40px;
    width: 200px;
    cursor: pointer;
}
.clear_btn {
    color: #2c6ca3;
    font-weight: 700;
    margin-top: 10px;
    display: inline-block;
}
.form_text_14 {
    font-size: 14px;
}
.radio-inline, .chceckbox-inline {
    position: relative;
    padding: 0 0 0 22px;
    font-weight: bold !important;
}
.styled_radio_option, .styled_checkbox_option {
    opacity: 0;
}
.styled_radio {
    position: absolute;
    left: 0px;
    top: 8px;
    width: 16px;
    height: 16px;
    border: 1px solid #2c6ca3;
    border-radius: 8px;
}
.styled_checkbox {
    position: absolute;
    left: 0px;
    top: 8px;
    width: 16px;
    height: 16px;
    border: 1px solid #2c6ca3;
}
.checkbox_label {
    font-size: 12px;
}
.inline_radio, .inline_checkbox {
    margin-bottom: 20px;
    color: #92959a;

}
.checkbox-inline > span:last-of-type {
    font-weight: bold;
}
.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    margin-top: -14px;
}
.styled_radio_option:checked + .styled_radio, .styled_checkbox_option:checked + .styled_checkbox {
    background: #2c6ca3;
}
.inline_select {
    display: inline-block;
}
.input_entry {
    position: relative;
}
.input_entry.required_input:after {
    content: "*";
    display: inline-block;
    position: absolute;
    right: -10px;
    font-size: 18px;
    font-weight: 700;
    top: 0px;
}
button.wider_btn {
    padding: 0 80px;
}
.oferta_podkarpacka_header {
    font-size: 38px;
    font-weight: 700;
    color: #3a3a3a;
    line-height: 55px;
    padding: 0px 0 0px 135px;
    background-image: url("../gfx/icons/hills_icon.svg");
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
}
#oferta_podkarpacka_section {
    margin: 30px 15px;
    background-color: #c2d8bf;
    background-image: url("../gfx/dot_bg_dark.png");
}
.bold_link {
    font-weight: 700;
    color: #3a3a3a !important;
}
.hidden_input_group {
    display: none;
}
.hidden_input {
    display: none;
}
.pdf_list_box_content {
    text-align: center;
}
.pdf_list_entry {
    display: inline-block;
    margin: 0px auto 50px;
    width: 22%;
    text-align: center;
    text-decoration: none !important;
}
.pdf_list_title {
    color: #b5b4b4;
    font-size: 14px;
    font-weight: 600;
    display: table;
    height: 100px;
    width: 100%;
}
.pdf_list_title span {
    display: table-cell;
    vertical-align: middle;
}
.pdf_list_entry img {
    width: 30px;
    margin: 10px auto;
    -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1) !important;
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.pdf_list_entry:hover .blue_btn {
    background: #ffffff;
    color: #2c6ca3;
}
.pdf_list_entry:hover img {
    -moz-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
.styled_table_wrapper {
    width: 100%;
    position: relative;
}
.styled_table {
    width: 100%;
    min-width: 800px;
    text-align: center;
}
.styled_table th {
    background: #f9f9f9;
    color: #2e2e2e;
    height: 45px;
    text-align: left;
    padding: 0 15px;
    border-bottom: 1px solid #a4a4a4;
}
.styled_table td {
    text-align: left;
    padding: 15px;
    font-size: 12px;
}
.touch_info_wrapper {
    position: relative;
}
.touch_info {
    position: absolute;
    top: 0;
    display: none;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100px 100px;
    background-color: rgba(255, 255, 255, 0.5);
}
.touch_swipe_left {
    background-image: url("../gfx/icons/swipe_left.svg");
}
.styled_collapse .panel-title > a {
    display: block;
    padding: 20px 70px 20px 0;
    outline: 0;
    text-decoration: none !important;
    font-size: 16px;
    color: #2e2e2e;
    font-weight: 700;
    position: relative;
}
.styled_collapse .panel-title > a i {
    position: absolute;
    right: 15px;
    top: calc(50% - 18px);
    font-size: 35px;
    line-height: 35px;
    font-stretch: expanded;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.styled_collapse .panel-title > a.collapsed i {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.styled_collapse .panel-heading {
    padding: 0px;
    background: none;
    border-left: 0;
    border-right: 0;
    border-top: 1px solid #595959;
    border-bottom: 1px solid #595959;
    border-radius: 0;
}
.styled_collapse.panel-group .panel {
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.styled_collapse.panel-group .panel .panel-body {
    border-bottom: 1px solid #595959;
}
.hiw_box {
    text-align: center;
}
.hiw_box p {
    font-weight: 900;
    font-size: 16px;
}
.hiw_box p > span {
    font-weight: normal;
    display: block;
}
.hiw_box img {
    margin: 30px auto;
}
.hiw_box_header {
    font-size: 24px;
    font-weight: 900;
    color: #467eae;
    text-align: center;
}
.package_list_btn {
    display: inline-block;
    text-decoration: none !important;
    border: 3px solid;
    border-radius: 17px;
    overflow: hidden;
    cursor: pointer;
}
.package_list_btn span {
    background-color: #ffffff;
    display: inline-block;
    line-height: 34px;
    padding: 0 25px 0 25px;
    font-weight: 700;
    color: #434442;
    font-size: 14px;
    background-position: 20px 5px;
    background-size: 26px auto;
    background-repeat: no-repeat;
    -webkit-transition: all 100ms cubic-bezier(0.645, 0.045, 0.355, 1) !important;
    transition: all 100ms cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.package_list_btn:hover span {
    background-color: transparent;
    color: #ffffff;
}
.package_list_details span {
    background-image: url('../gfx/icons/details_icon.svg');
    padding: 0 25px 0 55px;
}
.package_list_details:hover span {
    background-image: url('../gfx/icons/details_icon_hover.svg');
}
.package_list_cart span {
    background-image: url('../gfx/icons/cart_icon.svg');
    padding: 0 25px 0 55px;
}
.package_list_cart:hover span {
    background-image: url('../gfx/icons/cart_icon_hover.svg');
}
.package_table {
    width: 100%;
    font-size: 24px;
}
.package_table th {
    font-size: 14px;
    color: #070707;
    font-weight: normal;
}
.package_table th, .package_table td {
    text-align: center;
    padding-bottom: 15px;
}
.package_table th:first-child, .package_table td:first-child, .package_table th:last-child, .package_table td:last-child {
    text-align: left;
}
.package_table span.package_list_name {
}
#packages_entry_list {
    margin-top: 30px;
}
.announcements_list_entry {
    max-width: 620px;
    margin: 30px auto;
}
.announcements_date {
    text-align: center;
    font-size: 18px;
}
.announcements_infobox {
    border: 3px solid #3160ad;
    padding: 10px;
}
.history_entry {
    text-align: center;
}
.history_date {
    display: inline-block;
    border: 6px solid #424242;
    line-height: 98px;
    height: 110px;
    width: 110px;
    border-radius: 50%;
    font-size: 28px;
    font-weight: 900;
}
.history_text {
    margin: 20px auto 50px auto;
    max-width: 750px;
}
.darker_line {
    border-color: #3160ad;
}
.sr_lead {
    font-size: 14px;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
    font-weight: 300;
}
.sr_title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0px;
}
.sr_entry {
    color: inherit !important;
    text-decoration: none !important;
    display: block;
    margin-bottom: 30px;
}
.sr_entry hr {
    margin: 5px 0;
    border-color: #c1c1c1;
}
.sr_breadcrumbs {
    font-size: 12px;
    color: #c1c1c1;
    font-weight: 300;
}
.opk_panel {
    padding: 20px 0;
    background-color: #c2d8bf;
    background-image: url("../gfx/dot_bg_dark.png");
}
.opk_img {
    width: 110px;
    margin-right: 0;
    margin-left: auto;
}
.opk_panel_header {
    font-size: 24px;
    font-weight: 900;
    line-height: 24px;
    margin: 0px;
}
.opk_panel_header span {
    font-size: 13px;
    font-weight: 500;
    display: block;
    margin-top: 5px;
    line-height: 16px;
    max-width: 350px;
}
.grey_box {
    background: #f9f9f9;
    padding-top: 30px;
    padding-bottom: 30px;
}
.horizontal_padding {
    padding-left: 30px;
    padding-right: 30px;
}
.grey_box_header, .page_sub_header_thin {
    font-size: 18px;
}
.grey_box_section {
    margin-bottom: 30px;
}
.display_iblock {
    display: inline-block;
}
.display_iblock p {
    display: inline-block;
}
#map-container {
    border-radius: 10px;
    height: 500px;
    margin-bottom: 20px;
}
#map_form .styled_checkbox, #map_form .styled_radio {
    top: 1px;
}
.lte_checkbox {
    border-color: #26a6ef;
}
.styled_checkbox_option:checked + .styled_checkbox.lte_checkbox {
    background: #26a6ef;
}
.hspa_checkbox {
    border-color: #91d2f7;
}
.styled_checkbox_option:checked + .styled_checkbox.hspa_checkbox {
    background: #91d2f7;
}
#map_search {
    background: #f4f4f4;
    margin-bottom: 10px;
}
#map_search input {
    border: none;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#btnGoSearch {
    border: none;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.map_info {
    position: absolute;
    left: 0px;
    bottom: 0px;
}
#map_menu {
    position: relative;
    height: 544px;
}
.current_cat {
    color: #2c6ca3 !important;
}
.pdf_line {
    display: none;
}
.no_result {
    font-size: 20px;
    font-weight: 300;
    text-align: center;
}
.no_result span {
    background: transparent;
    display: inline-block;
    line-height: 50px;
    padding: 0 20px;
}
.no_result span i {
    padding-right: 20px;
    font-size: 35px;
    float: left;
    margin-top: 7px;
}
.msg_prepare {
    position: relative;
}
.msg_prepare .container {
    position: relative;
    min-height: 500px;
}
.container {
    -webkit-transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
}
.msg_container {
    opacity: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
    background: rgba(255,255,255, 0.9);
    z-index: 15;
}
.msg_content {
    opacity: 1;
    position: absolute;
    text-align: center;
    width: 100%;
    line-height: 50px;
    height: 160px;
    top: 40%;
    margin-top: -80px;
    font-size: 30px;
    font-weight: 300;
    -webkit-transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
}
.msg_dot {
    display: inline-block;
    width: 20px;
    text-align: left;
}
.bdi_success_msg {
    font-size: 24px;
    font-weight: 700;
    margin-top: 75px;
}
.bdi_success_img {
    float: right;
}
.succes_msg {
    position: relative;
}
.bdi_success_container {
    margin-top: 50px;
}
.loader_mask {
    background-attachment: fixed;
    background-color: rgba(255, 255, 255, 0.7);
    background-image: url("../gfx/loader.gif");
    background-position: center center;
    background-repeat: no-repeat;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
.dot_list {
    list-style-image: url("../gfx/dot_list.png");
}
.dot_list li {
    margin-bottom: 10px;
}
.form-error {
    margin-top: -5px;
}
.checkbox-inline .form-error {
    margin-top: 0px;
    position: absolute;
    min-width: 160px;
}
.fb_icon {
    font-size: 24px;
}
.mega_menu_services {
    margin-top: 30px;
    text-align: center;
}
.mega_menu_services img {
    display: inline-block;
    max-width: 30%;
    margin: 0 10px 20px 0;
}
.bdi_form_submit_wrap {
    display: inline-block;
    position: relative;
}
#bdi_validate {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    cursor: pointer;
    display:none;
}
#submit_bdi_btn:disabled + #bdi_validate {
    display: block;
}
.ssb_wrap .help-block {
    margin-top: 5px;
}
.additional_help_block {
    display: none;
    margin-top: 10px;
}
.has-error ~ .additional_help_block {
    display: block;
}
.radio-inline .help-block, .checkbox-inline .help-block {
    position: absolute;
    min-width: 220px;
    top: 30px;
    left: 22px;
    display: none;
}
.rev_slider_wrapper {
    height: 687px;
}
#formAccept {
    width: 1px;
    height: 1px;
    cursor: pointer;
}
.msg_container small {
    font-size: 20px;
    line-height: 26px;
}
.infinite_speed {
    line-height: 20px !important;
    display: block;
    margin-bottom: 5px;
}
.infinite_speed i {
    font-size: 12px !important;
    font-style: normal;
}
@keyframes updateBlink {
    0% {
        border-color: #acacac;
    }
    50% {
        background-color: #ffecde;
        border-color: #FF801F;
    }
    100% {
        border-color: #acacac;
    }
}
.update_blink {
    animation-name: updateBlink;
    animation-duration: 0.5s;
    animation-iteration-count: 3;
}
#bdif_kwota_slownie {
    font-size: 11px;
}
.steps_frame_top_wrap, .steps_frame_bottom_wrap {
    position: relative;
}
.steps_frame_top_vline {
    position: absolute;
    width: 2px;
    height: 20px;
    background: #222a5c;
    left: 50%;
    margin-left: -1px;
    top:-20px;
}
.steps_frame_bottom_vline {
    position: absolute;
    width: 2px;
    height: 20px;
    background: #222a5c;
    left: 50%;
    margin-left: -1px;
    bottom:-20px;
}
.steps_frame_top_hline {
    width: 100%;
    height: 22px;
    border: 2px solid #222a5c;
    border-bottom: none;
    border-radius: 20px 20px 0px 0px;
}

.steps_frame_bottom_hline {
    width: 100%;
    height: 22px;
    border: 2px solid #222a5c;
    border-top: none;
    border-radius:  0px 0px 20px 20px;
}
.steps_frame_top_box {
    border-radius: 20px;
    padding: 20px;
}
.steps_frame_top_box_distance {
    margin-bottom: 156px;
    clear: both;
}

.slider-content {
    background-image: url("../gfx/nowe-pakiety/aero2_Pakiet_3_Medium.jpg");
    height: 640px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    text-align: center;
    color: white;
    padding: 70px 0;
    margin-top: 30px;

}

.slider-content .top {
    margin-bottom: 30px;
}

.slider-content .top p {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}



.slider-content .top h2 {
    color: #225cab;
    font-size: 74px;
    font-weight: 900;
    margin: 5px 0;
    margin-top: 0;
}

.slider-content .first {
    list-style-type: none;
    text-align: center;
    padding: 0;
    max-width: 400px;
    margin: auto;
}

.slider-content .first li {
    display: inline-block;
    font-size: 33px;
    font-weight: 600;
    margin: 0 18px;
}


.slider-content .first li span {
    font-size: 20px;
}

.slider-content #slider {
    max-width: 266px;
    width: 100%;
    margin: auto;
    height: 11px;
    border: none;
    background-image: url("../gfx/nowe-pakiety/slider.png");
    background-size: contain;
    background-color: transparent;


}

.slider-content #slider span {
    height: 22px;
    width: 70px;
    background: #225cab !important;
    border: none;
    border-radius: 10px;
    margin-left: -35px;
    cursor: pointer;

}

.ui-slider-handle {
    transition-property: left;
    transition-duration: 0.25s;
}

.slider-content .second {
    list-style-type: none;
    text-align: center;
    padding: 0;
    max-width: 400px;
    margin: auto;
    margin-top: 10px;
}

.slider-content .second li {
    display: inline-block;
    font-size: 38px;
    font-weight: 900;
    margin: 0 20px;
    opacity: 0.5;
    cursor: pointer;
}


.slider-content button {
    width: 275px;
    height: 50px;
    display: block;
    margin: auto;
    border: 2px solid white;
    border-radius: 50px;
    margin-top: 20px;
    background: none;
    font-weight: 500;
    font-size: 20px;
    color: #225cab;
}

.slider-content button a {
    text-decoration: none;
}

.slider-content button a:hover {
    color: #225cab;
}

.slider-content button img {
    position: relative;
    bottom: 3px;
    right: 7px;
}

.slider-content button span {
    position: relative;
    top: 2px;
}

.slider-content .bottom {
    margin-top: 25px;
}

.slider-content .bottom p {
    margin: 0;
    font-size: 23px;
    font-weight: 600;
}

.slider-content .bottom .small {
    font-size: 14px;
    color: #225cab;
    margin-top: 25px;
}

.slider-content .second li:first-of-type {
    color: #225cab;
    opacity: 1;
}

.slider-content .first li:first-of-type {
    color: #225cab;
}

.slider-content-2 .second li:first-of-type {
    color: white;
    opacity: 0.5;
}

.slider-content-2 .first li:first-of-type {
    color: white;
}


.slider-content-2 .second li:nth-of-type(2) {
    color: #225cab;
    opacity: 1;
}

.slider-content-2 .first li:nth-of-type(2) {
    color: #225cab;
}


.slider-content-3 .second li:first-of-type {
    color: white;
    opacity: 0.5;
}

.slider-content-3 .first li:first-of-type {
    color: white;
}


.slider-content-3 .second li:nth-of-type(3) {
    color: #225cab;
    opacity: 1;
}

.slider-content-3 .first li:nth-of-type(3) {
    color: #225cab;
}


.slider-content-2 {
     background-image: url("../gfx/nowe-pakiety/aero2_Pakiet_2_Yoga.jpg");

 }




.slider-content-3 {
    background-image: url("../gfx/nowe-pakiety/aero2_Pakiet_1_Zen.jpg");

}

.slider-content .package-name {
    position: absolute;
    top: 15%;
    right: 5%;
    font-size: 24px;
    font-weight: 700;

    text-transform: uppercase;
}

.slider-content .package-name span {
    color: #225cab;


}



.check-more {
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    color: #2e2e2e;
    margin: auto;
    margin-top: 25px;
    display: block;
    text-decoration: none;
}


@media only screen and (min-width: 768px) {
    .left_desktop {
        text-align: left !important;
    }
}
@media only screen and (max-width: 1440px) {
    .people p {
        font-size: 28px;
    }
    .peopleDesc {
        padding: 45px 0;
    }
    .bottom-info-box h2 {
        font-size: 30px;
    }
    .bottom-info-box {
        padding: 40px 20px;
    }
    .bottom-info-box p {
        line-height: 16px;
        height: auto;
    }
}
/* Large Devices, Wide Screens */

@media only screen and (max-width: 1600px) {

    #people_connected_section .container {
        max-width: 1000px;
    }
    .jai_box {
        padding-top: 45px;
    }
    .jai_box h3 {
        font-size: 26px;
    }
    .jai_box p {
        font-size: 15px;
        line-height: 18px;
        max-width: 340px;
        margin: 0 auto;
    }
    #people_connected_section .st_btn {
        font-size: 16px;
        line-height: 12px;
        max-width: 250px;
        font-weight: 400;
        letter-spacing: 0;
    }
    #connected_count_box {
        max-width: 350px;
        margin: 0 auto;
        height: 300px;
    }
    #double_banner img {
        height: 300px
    }
    #double_banner_circle {
        width: 300px;
        height: 300px;
        padding-top: 120px;
    }
    #double_banner_circle h4 {
        font-size: 25px;
        padding-top: 20px;
    }
    #double_banner_circle p {
        font-size: 16px;
    }
    #double_banner_circle.animated {
        top: -110px;
    }
    .container-offers {
        max-width: 1000px;
    }
    .ob_header {
        line-height: 30px;
    }
    .ob_header span {
        font-size: 18px;
    }
    .orange_bcolor .ob_header span {
        border: 2px solid #ff9000;
    }
    .blue_bcolor .ob_header span {
        border: 2px solid #235cab;
    }
    .orange_bcolor .ob_details_entry {
        border-bottom: 2px solid #ff9000;
    }
    .blue_bcolor .ob_details_entry {
        border-bottom: 2px solid #235cab;
    }
    .infinite_speed {
        font-size: 15px;
        margin-bottom: 0;
        line-height: 16px !important;
    }
    .infinite_speed i {
        font-size: 10px!important;
    }
    .ob_details_entry {
        font-size: 15px;
        line-height: 30px;
        font-weight: 400;
    }
    .desc_bcolor .ob_details_entry {
        font-size: 14px;
    }
    .offer_box .st_btn {
        font-size: 14px;
        line-height: 10px;
        letter-spacing: 0;
        font-weight: 400;
        max-width: 250px;
    }
    #bottom-info-box .container {
        max-width: 1400px;
    }
    .bottom-info-box .text h2 {
        font-size: 22px!important;
    }

    .bottom-info-box img {
        max-height: 50px;
    }
    .footer_nav_col_title {
        font-size: 16px;
    }
    .footer_nav_col > ul > li > ul {
        font-size: 16px;
    }
    .footer_nav_col > ul > li {
        font-size: 12px;
    }
    .footer_nav_col > ul a {
        font-size: 15px;
        letter-spacing: 0;
    }
    .footer_nav_col_title {
        margin-bottom: 10px;
    }
    #main-footer {
        padding: 50px 0;
    }
    #main-footer .container {
        max-width: 1000px;
    }
    .footer_logo {
        max-width: 100px;
        margin-top: 30px;
    }
    #cookies_info {
        font-size: 12px;
        padding-bottom: 0!important;
        border-top: 5px solid rgb(0, 0, 0);
    }
    #cookies_info .container {
        max-width: 1000px;
    }












}
@media only screen and (max-width: 1200px) {
    .bottom-info-box h2 {
        font-size: 26px;
    }
    .page_menu_entry > a {
        font-size: 12px;
    }
    #menu_box_over, #menu_box_over a, #menu_box_over .text-right {
        font-size: 14px !important;
    }
    #menu_box_over .text-right img {
        height: 16px;
    }
    .offer_box .st_btn {
        font-size: 16px;
    }
    #people_connected_section .st_btn {
        line-height: 10px;
    }
    .ob_details_entry {
        font-size: 18px;
    }
    .packages-info b {
        font-size: 22px;
    }
    .packages-info li {
        padding: 14px 30px;
    }
    .search_engine input[type="text"] {
        font-size: 14px;
    }
    .search_engine {
        width: 115px;
    }
    .active-packages-footer p {
        font-size: 14px;
        top: 7px;
    }
    .bottom-info-box {
        padding: 40px;
    }
    #main_slider_nav {
        top: auto;
        bottom: 15px;
        text-align: center;
        left: 0;
        right: 0;
    }
    #main_slider_nav > ul > li {
        display: inline-block;
    }
    #main_slider_nav > ul > li > span {
        margin: 0 30px;
    }
}
@media only screen and (max-width: 1200px) {
    .text_op_pic.text_pic_fl {
        padding-right: 30px;
    }
    .text_op_pic.text_pic_fr {
        padding-left: 30px;
    }
    .allPackages li {
        display: block;
        float: none;
        width: 100%;
        margin: 0;
    }
    .allPackages .ob_details_entry {
        width: 20%;
        float: left;
    }
    .allPackages .ob_details_entry.borderR-top {
        border-top-left-radius: 15px;
        border-top-right-radius: 0;
        border-bottom-left-radius: 15px;
    }
    .allPackages .ob_details_entry.borderR-bottom {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 15px;
        border-top-right-radius: 15px;
        margin: 0;
    }
    .allPackages .first .ob_details_entry {
        text-align: center;
    }
    .btnPackages {
        margin: 10px auto 10px 20%;
        max-width: 220px;
    }
    .promo_package:hover .package_line {
        height: 100px;
    }
}
@media only screen and (max-width: 991px) and (min-width: 769px) {
    .top_right_side {
        padding-left: 115px;
    }
    #service_logo {
        width: 90px;
        top: 30%;
    }
    .top_left_side {
        width: 115px;
        padding-top: 15px;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .slider-content .first li {

        margin: 0 9px;
    }
    .slider-content .second li {

        margin: 0 12px;

    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 991px) {
    .package_footer p {
        font-size: 14px;
    }
    .package_table {
        font-size: 14px;
    }
    .package_list_btn span {
        font-size: 14px;
    }
    .page_menu_entry > a > span {
        padding: 0px;
    }
    .page_menu_entry > a > span > i {
        display: none;
    }
    .page_submenu_entry a {
        font-size: 12px;
    }
    .page_submenu_entry {
        padding: 0 10px;
    }
    #page_submenu_container {
        margin: 15px -10px 30px;
    }
    .promo_package:hover .package_line {
        height: 120px;
    }
    .package_image {
        height: 300px;
    }
    .package_details {
        font-size: 16px;
        line-height: 40px;
    }
    .styled_table_wrapper {
        overflow-x: scroll;
    }
    .touch_info {
        display: block;
    }
    #onePackage .active-packages-item.big-packages > div {
        height: 342px;
    }
    #onePackage .big-packages .packages-info {
        top: auto;
        bottom: 0;

    }
    .packageDesc {
        padding: 25px 0 0 0;
    }
    .onePackage {
        margin: 0;
    }
    .peopleDesc {
        width: 100%;
    }
    .allPackages ul.fixed li.first {
        width: 725px;
    }
    #main_menu > ul > li {
        padding-right: 20px;
    }
    .account-nav li {
        margin: 0 25px 0 0;
    }
    #main_menu > ul > li > a {
        line-height: 40px;
        font-size: 14px;
    }
    .footer-nav-col {
        width: 33%;
    }
    .footer-nav-col:nth-of-type(4),
    .footer-nav-col:nth-of-type(5) {
        margin: 35px 0 0 0;
    }
    .footer-nav-col ul li:first-child a {
        margin: 0 0 15px;
    }
    #active-packages {
        margin: 55px 0 0;
    }
    .active-packages-list .col-md-3.col-sm-6 {
        margin: 25px 0 0 0;
    }
    .active-packages-footer {
        margin: 80px auto;
    }
    .active-packages-footer p {
        top: 0;
        text-align: center;
        margin: 0 0 15px 0;
    }
    .active-packages-footer .text-right {
        text-align: center;
    }
    .bottom-info-box img {
        max-height: 50px;
        margin: 30px auto 15px;
    }
    .bottom-info-box {
        padding: 25px 15px;
    }
    .bottom-info-box h2 {
        font-size: 24px;
        margin-top: 30px;
    }
    .bottom-info-box p {
        margin: 15px 0;
    }
    .packages-info, .big-packages .packages-info {
        max-width: 345px;
    }
    #connected_count_box span:nth-child(3) {
        font-size: 45px;
    }
    #double_banner_circle {
        font-size: 14px;
        width: 290px;
        height: 290px;
        padding-top: 140px;
    }
    #double_banner img {
        height: 355px;
    }
    #double_banner_circle h4 {
        font-size: 30px;
    }
    #double_banner_circle.animated {
        top: -100px;
    }
    #double_banner_circle h4 {
        padding-top: 0;
    }
    .infinite_speed {
        line-height: 23px!important;
    }
    @keyframes circAnim {
        0% {
            top: 175px;
            z-index: 0;
            opacity: 0;
        }
        50% {
            top: -200px;
            z-index: 1;
            opacity: 1;
        }
        100% {
            top: -45px;
            z-index: 1;
        }
    }
    .ob_details_entry {
        font-size: 20px;
        line-height: 45px;
    }
    #main_slider_nav > ul > li > span {
        width: 35px;
        height: 45px;
        margin: 0 15px;
    }
    .ob_header span {
        font-size: 16px;
    }
}
@media only screen and (min-width: 768px) {
}
/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
    .steps_frame_top_box_distance {
        margin-bottom: 50px;
    }
    .bdi_success_img {
        float: none;
    }
    .hiw_box_header {
        margin-top: 30px;
    }
    .packageDesc header b {
        font-size: 50px;
    }
    .package_list_btn {
        display: block;
    }
    .package_list_btn span {
        background-position: 10px 7px;
        background-size: 20px auto;
        font-size: 12px;
        padding: 0 10px 0 40px;
        width: 100%;
    }
    .action_mobile {
        padding-bottom: 15px;
        border-bottom: 1px solid #e2e2e2;
        margin-bottom: 15px;
    }
    .package_footer p {
        font-size: 12px;
    }
    .package_table {
        font-size: 16px;
    }
    .package_entry, #packages_menu:hover:not(.selected_package) .package_entry {
        float: none;
        width: 100% !important;
        clear: both;
        margin-bottom: 20px;
    }
    .package_table tr.visible-xs td {
        text-align: center;
    }
    .package_table tr.visible-xs td > p:first-child {
        font-size: 24px;
    }
    .package_table tr.visible-xs td > p:first-child > strong > span {
        font-size: 30px;
    }
    #packages_menu:hover:not(.selected_package) .package_entry.active_package:not(:hover) .package_desc {
        opacity: 1;
    }
    #packages_menu.selected_package .package_entry:not(.active_package) .package_image {
        display: none;
    }
    .package_desc {
        opacity: 1;
    }
    .opk_img {
        margin: 20px auto;
    }
    .opk_panel_header {
        padding: 0 20px;
        text-align: center;
    }
    .pdf_line {
        display: block;
        clear: both;
    }
    .dotted_bg {
        padding: 30px 0;
    }
    .pdf_list_entry {
        width: 50%;
        padding: 0 15px;
        float: left;
    }
    .pdf_list_title {
        font-size: 12px;
    }
    .pdf_list_entry .wider_btn {
        padding: 0 15px;
    }
    #page_submenu_container {
        padding: 20px 40px 0 0;
        text-align: left;
    }
    #page_submenu_container li {
        padding: 0px;
        display: block;
    }
    #page_menu_container {
        right: 0px !important;
        padding-bottom: 57px;
        margin-bottom: 0px;
        overflow: hidden;
    }
    #page_menu_container .page_menu_entry {
        width: calc(100% - 38px);
        float: none;
        opacity: 0;
        height: 0px;
        margin-bottom: 0px;
        overflow: hidden;
        -webkit-transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
        transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
    }
    #page_menu_container.opened .page_menu_entry {
        opacity: 1;
        height: 40px;
        margin-bottom: 5px;
    }
    #page_menu_container .page_menu_entry .page_menu_entry_text br {
        display: none;
    }
    #page_menu_container .page_menu_entry.active {
        position: absolute;
        bottom: 15px;
        left: 0px;
        opacity: 1;
        overflow: visible;
        height: 40px;
    }
    #page_menu_container_box {
        position: relative;
    }
    #page_menu_trigger {
        bottom: 15px;
        right: 0px;
        text-align: center;
        width: 34px;
        height: 38px;
        font-size: 25px;
        position: absolute;
        cursor: pointer;
        -webkit-transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
        transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
    }
    #page_menu_trigger i {
        display: block;
        width: 10px;
        margin: 2px auto;
        left: 50%;
        margin-left: -5px;
        height: 10px;
        background: #3167A3;
        cursor: pointer;
        border-radius: 5px;
        -webkit-transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
        transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
        position: absolute;
    }
    #page_menu_trigger i:first-child {
        top: 0px;
    }
    #page_menu_trigger i:nth-child(2) {
        top: 12px;
    }
    #page_menu_trigger i:last-child {
        top: 24px;
    }
    #page_menu_trigger.showClose i {
        border-radius: 10px;
        top: 50%;
        margin-top: -15px;
        margin-left: -10px;
        width: 20px;
        height: 20px;
    }
    .page_menu_entry > a {
        font-size: 14px;
    }
    .page_menu_entry_text2 {
        line-height: inherit;
    }
    .map_info {
        position: static;
    }
    #map_menu {
        height: auto;
    }
    .package_name {
        font-size: 20px;
    }
    .text_pic {
        display: none;
    }
    .text_op_pic {
        text-align: left !important;
        width: 100%;
        padding: 0px !important;
    }
    .dotted_bg {
        padding: 30px;
    }
    .page_section > .container > .row {
        margin-bottom: 0px;
    }
    .top_right_side {
        z-index: 12;
    }
    .top_left_side {
        top: -34px;
        left: 50%;
        margin-left: -50px;
        width: 100px;
    }
    .text-right {
        display: block;
        margin-top: 30px;
        text-align: center;
    }
    .search_engine {
        float: none;
    }
    .megamenu_box {
        display: none !important;
    }
    .packageDesc.visible-xs {
        padding: 0;
        text-align: center;
        margin: 0 0 15px 0;
    }
    .packageDesc p {
        margin: 0;
    }
    .onePackage .col-sm-6 {
        text-align: center !important;
    }
    .chosePackage {
        margin: 15px auto 0;
    }
    #onePackage {
        margin: 0 0 50px;
    }
    .peopleDesc {
        padding: 15px 0;
        position: static;
        height: auto;
    }
    .people p {
        font-size: 22px;
    }
    #menu_container {
        transition: 0.2s ease-in-out 0s;
        position: fixed;
        right: -250px;
        height: 100%;
        background: #fff;
        border-left: 1px solid rgba(0, 0, 0, 0.2);
        width: 250px;
        z-index: 123;
        top: 0;
        padding: 40px 15px 15px;
        box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
    }
    #menu_container.open {
        right:0px;
    }
    #main_menu > ul > li {
        display: block;
        float: none;
        padding: 0;
    }
    .closeNav {
        cursor: pointer;
        position: absolute;
        top: 15px;
        right: 20px;
    }
    .search_engine {
        width: 100%;
    }
    .search_engine input[type="text"] {
        opacity: 1;
        width: calc(100% - 20px);
    }
    #service_logo {
        margin: auto;
    }
    #site_header i:not(.fa-search) {
        font-size: 25px;
        color: #444444;
    }
    .nav-trigger {
        cursor: pointer;
    }
    #menu_box_over {
        margin: 15px 0 0 0;
        border: 0;
    }
    #menu_box_over .col-sm-7.text-right {
        text-align: center;
    }
    .breadcrumbs ul.account-nav {
        display: block;
        border: 1px solid rgb(0, 0, 0);
        border-radius: 0;
        text-align: center;
        margin: 25px auto;
    }
    .bottom-info-box.middle {
        margin: 15px auto;
    }
    .packages-info {
        margin: auto;
    }
    #active-packages header {
        margin: 0 0 25px;
    }
    .active-packages-item p {
        height: auto;
        margin: 0 0 25px;
    }
    .active-packages-item.big-packages > div {
        display: none;
    }
    .big-packages .packages-info {
        position: static;
    }
    .active-packages-footer {
        margin: 50px auto;
    }
    #main-footer {
        margin: 50px 0 0;
    }
    #active-packages {
        margin: 25px 0 0;
    }
    #connected_count_box {
        margin: 25px auto;
        height: 215px;
        width: 345px;
    }
    #connected_count_box span:nth-child(3) {
        font-size: 50px;
    }
    .jai_box {
        padding-top: 0;
        text-align: center;
    }
    .jai_box div {
        width: 100%;
        font-size: 16px;
    }
    #double_banner {
        padding: 0;
        margin: 25px 0 0;
    }
    #double_banner img {
        height: 290px;
    }
    #double_banner_circle {
        transition: none !important;
        animation: none;
        top: 0;
        padding: 38px 0;
        width: 200px;
        height: 200px;
        bottom: 0;
        z-index: 1;
    }
    #double_banner_circle h4 {
        font-size: 26px;
    }
    .double_banner_txt {
        bottom: auto;
        transition: none !important;
        padding: 5px;
        opacity: 1;
        height: 140px;
        border-radius: 5px;
        background: rgba(255, 255, 255, 0.5);
        max-width: 300px;
        width: 100%;
        text-align: center;
        left: 0;
        right: 0;
        margin: auto;
    }
    .double_banner_txt.db_txt_left {
        top: 25px;
        bottom: auto;
    }
    .double_banner_txt.db_txt_right {
        top: auto;
        bottom: 25px;
    }
    .ob_details_entry span:first-child {
        font-size: 16px;
        line-height: 22px;
        margin-top: 13px;
        float: left;
    }
    .ob_details_entry {
        text-align: right;
        padding: 0 15px;
    }
    .offer_box.orange_bcolor {
        margin: 0 0 25px 0;
    }
    .slider-content {

        background-position: left;
    }
    .slider-content .first li {

        font-size: 25px;

        margin: 0 10px;
    }
    .slider-content .first li span {
        font-size: 16px;
    }
    .slider-content .second li {

        font-size: 30px;
        margin: 0 10px;

    }
    .slider-content #slider span {
        height: 22px;
        width: 40px;

        margin-left: -24px;

    }
    .slider-content .first {

        margin-bottom: 10px;
    }
    .slider-content .package-name {
        position: absolute;
        top: 15%;
        right: 0;
        left: 0;
        margin: auto;
        font-size: 24px;
        font-weight: 700;
        text-transform: uppercase;
    }
    .ob_header span {
        font-size: 20px;
    }
    #main-footer {
        padding-left: 85px;
    }
}
@media only screen and (max-width: 640px) {
    .oferta_podkarpacka_header {
        padding: 100px 0 0 0;
        background-position: top center;
        background-size: auto 80px;
    }
    #oferta_podkarpacka_section {
        text-align: center;
        padding-bottom: 30px;
    }
    .package_line {
        height: auto !important;
        color: #2e2e2e;
        padding-bottom: 10px;
    }
    .promo_package {
        width: 100%;
        margin-bottom: 100px;
    }
    .allPackages .ob_details_entry.first p {
        text-align: center;
    }
    .allPackages ul.fixed {
        padding: 80px 0 0;
    }
    .btnPackages {
        margin: 10px auto;
    }
    .allPackages .ob_details_entry {
        height: 130px;
    }
    .allPackages .ob_details_entry b span {
        float: none;
        display: block;
    }
    .allPackages .first .ob_details_entry {
        font-size: 14px;
        height: 80px;
    }
    .allPackages ul.fixed li.first .ob_details_entry {
        height: 80px;
    }
    .allPackages .ob_details_entry {
        font-size: 22px;
    }
    .ob_details_entry {
        padding: 0 5px;
    }
    .allPackages .ob_details_entry.border b {
        font-size: 30px;
    }
    .allPackages ul.fixed li.first {
        width: calc(100% - 30px);
    }
    .allPackages .ob_details_entry.first {
        float: none;
        width: 100%;
        display: block;
        height: 82px;
    }
    .allPackages .ob_details_entry.first p {
        margin: 0;
    }
    .allPackages .ob_details_entry {
        width: 25%;
        float: left;
    }
    .allPackages li.first .ob_details_entry:first-child {
        display: none;
    }
    .breadcrumbs ul.account-nav li {
        display: block;
        margin: 0;
        text-align: left;
        line-height: 25px;
    }
    .footer-nav-col {
        text-align: center;
        width: 100%;
        float: none;
        margin: 0 0 15px 0 !important;
        padding: 0 0 15px 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    }
    .footer-nav-col:nth-of-type(5) {
        border: 0;
        padding: 0;
        margin: 0 !important;
    }
    .footer-row-2 p {
        text-align: center;
        margin: 0;
    }
    .footer-social {
        padding: 15px 0;
    }
    #connected_count_box {
        font-size: 50px;
        line-height: 55px;
        height: 280px;
    }
    #connected_count_box span:nth-child(3) {
        font-size: 45px;
    }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 479px) {
    .infinite_speed i {
        font-size: 11px !important;
    }
    .main .nav>li>a {
        font-size: 16px !important;
        padding: 10px 15px 35px !important;
    }
    .nav-inside .nav-tabs>li>a {
        font-size: 16px !important;
        margin: 0 auto;
    }
    .pdf_list_title {
        padding-right: 0 !important;
    }
    .ob_header {
        line-height: 20px;
    }
    .ob_header span {
        padding: 10px 15px;
    }
    #main-footer {
        padding-left: 20px;
    }
    #cookies_info {
        font-size: 10px;
    }
    .jai_box h3 {
        font-size: 21px;
    }
    #connected_count_box {
        height: 165px;
        width: 245px;
    }
    .ob_header span {
        font-size: 14px;
    }
    .ob_details_entry span:first-child {
        font-size: 12px;
    }
    .ob_details_entry {
        font-size: 12px;
    }
    .jai_box p {
        font-size: 13px;
        line-height: 16px;
    }
    #people_connected_section .st_btn {
        font-size: 14px;
    }
    #double_banner_circle h4 {
        font-size: 25px;
        padding-top: 15px;
    }
    #double_banner_circle p {
        font-size: 13px;
    }
    .footer_nav_col > ul a {
        font-size: 13px;
    }
    .footer_nav_col_title {
        font-size: 14px;
    }
    .page_header {
        font-size: 30px;
    }
    .vertical_distance {
        padding: 40px 0;
    }

}
/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
}







/* SLIDER */

.main_banner, .rev_slider_wrapper, .tp-bgimg {
    height: 500px!important;
}
.main_banner, .rev_slider_wrapper, .tp-bgimg {
    height: 500px!important;
}
.tp-bgimg {
    background-position: top center!important;
}
.tp-rightarrow, .tp-leftarrow {
    top: 40%!important;
}
.tp-caption {
    padding-top: 200px;
}
.main_baner_text {
    z-index: 2000;
    text-align: center;
    position: absolute;
    bottom: 25%;
    width: 500px;
}
.main_baner_text h2 {
    font-size: 60px;
    font-weight: 900;
}
.main_baner_text h3 {
    font-weight: 900;
    font-size: 30px;
}
.main_baner_text p {
    font-size: 22px;
    padding: 10px;
    width: 300px!important;
    border-radius: 25px;
    margin: 35px auto 0!important;
    color: #fff;
}

@media (min-width: 1820px) {
    .main_banner, .rev_slider_wrapper, .tp-bgimg {
        height: 687px!important;
    }
    .tp-rightarrow, .tp-leftarrow {
        top: 50%!important;
    }
    .tp-caption {
        padding-top: 300px;
    }
    .main_baner_text {
        z-index: 2000;
        text-align: center;
        position: absolute;
        bottom: 0;
        width: 500px;
    }

}
@media (max-width: 1400px) {
    .main_baner_text {
        left: 10%;
    }
}

@media (max-width: 1600px) {
    .main_baner_text h2 {
        font-size: 50px;
    }
    .main_baner_text h3 {
        font-size: 25px;
    }
    .main_baner_text p {
        font-size: 16px;
    }
}
@media (max-width: 1024px) {
    .main_baner_text {
        left: 0;
    }

}

@media (max-height: 700px) {
    .main_banner, .rev_slider_wrapper, .tp-bgimg {
        height: 400px!important;
    }
    .main_banner, .rev_slider_wrapper, .tp-bgimg {
        height: 400px!important;
    } 
    .tp-rightarrow, .tp-leftarrow {
        top: 40%!important;
    }    
}

/* Mobile slider */

.mobile_baner_bg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 80vh;
}
.mobile_baner_text {
    text-align: center;
}
.mobile_baner_top {
    padding-top: 10px;
}
.mobile_baner_text h2 {
    font-size: 83px;
    font-weight: 900;
    padding: 0 10px;
}
.mobile_baner_text h3 {
    font-weight: 900;
    font-size: 40px;
    padding: 0 10px;
}
.mobile_baner_text p {
    font-size: 32px;
    padding: 10px;
    border-radius: 50px;
    margin: 35px auto 0;
    color: #fff;
    width: 350px;
}
@media (max-width: 650px) {

    .mobile_baner_text h2 {
        font-size: 60px;

    }
    .mobile_baner_text h3 {
        font-size: 30px;
    }
    .mobile_baner_text p {
        font-size: 25px;
    }
}
@media (max-width: 520px) {
    .mobile_baner_text h2 {
        font-size: 50px;
    }
    .mobile_baner_text h3 {
        font-size: 25px;
    }
    .mobile_baner_text p {
        font-size: 25px;
        width: 300px;

    }
}
@media (max-width: 400px) {

    .mobile_baner_text h2 {
        font-size: 36px;
    }
    .mobile_baner_text h3 {
        font-size: 20px;
        margin-top: 0;
    }
    .mobile_baner_text p {
        font-size: 14px;
        width: 245px;
    }
}

@media (max-height: 900px) {
    .mobile_baner_top {
        height: 150px;
        margin-bottom: 100%;
    }
}
@media (max-height: 740px) {
    .mobile_baner_top {
        height: 100px;
    }
}
@media (max-height: 570px) {
    .mobile_baner_top {
        height: 60px;
    }
}


/* PAKIETY */

    .pakiety_2019 .col-xs-4 {
        padding: 3px;
        min-height: 340px;
    }
    .pakiety_top_box img {
        position: relative;
        margin-top: 15px;
    }
    .pakiety_top_box .pakiety_top_text {
        position: absolute;
        top: 100px;
        left: 130px;
    }
    .pakiety_top_box h2 {
        font-size: 85px;
        line-height: 68px;
        color: #689ad7;
        font-weight: 900;
        margin: 0;
        letter-spacing: 5px;
    }
    .pakiety_top_box h2 span {
        font-size: 48px;
    }
    .pakiety_top_box p {
        color: #000;
        font-size: 34px;
        font-weight: 900;
        margin: 10px 0 65px;
    }
    .pakiety_top_box a {
        padding: 8px 50px;
        border-radius: 25px;
        border: 2px solid #689ad7;
        background-color: #689ad7;
        color: #fff;
        font-size: 24px;
        font-weight: 600;
        text-decoration: none;
    }
    .pakiety_allbox img {
        position: relative;
        width: 100%;
    }
    .pakiety_box {
        position: relative;
        margin-top: -139%;
        /*transition: all 0.3s ease;*/
    }
    .pakiety_2019 .pakiety_btn {
        margin-top: 30px;
        text-align: center;
        position: absolute;
        bottom: 0;
    }
    .pakiety_2019 .pakiety_btn a {
        font-size: 22px;
        font-weight: 600;
        text-decoration: none;
        border-radius: 25px;
        padding: 8px 18px;
        width: 100%;
    }
    .pakiety_2019 .pakiety_btn a span {
        font-weight: 900;
    }
    .pakiety_infobox {
        border-radius: 15px;
        transition: all 0.3s ease;
    }
    .pakiety_infobox .pakiety_infobox_title {
        border-radius: 15px 15px 0 0;
        padding: 20px 5px 15px 20px;
    }
    .pakiety_infobox .pakiety_infobox_title h3 {
        font-size: 30px;
        color: #fff;
        font-weight: 700;
        margin: 0;
    }
    .pakiety_infobox .pakiety_infobox_internet {
        padding: 15px 20px;
        transition: all 0.3s ease;
    }
    .pakiety_infobox .pakiety_infobox_internet h4 {
        font-size: 14px;
        color: #000;
        margin: 0 0 5px;
        font-weight: 600;
    }
    .pakiety_infobox .pakiety_infobox_internet p {
        font-size: 18px;
        line-height: 24px;
        color: #fff;
        margin: 0;
        font-weight: 600;
    }
    .pakiety_infobox .pakiety_infobox_internet p span {
        font-size: 24px;
        font-weight: 700;
    }
    .pakiety_infobox .pakiety_infobox_period {
        border-radius: 0 0 15px 15px;
        padding: 15px 20px;
        transition: all 0.3s ease;
    }
    .pakiety_pwl_1 .pakiety_infobox .pakiety_infobox_period, .pakiety_pwl_2 .pakiety_infobox .pakiety_infobox_period, .pakiety_pwl_3 .pakiety_infobox .pakiety_infobox_period {
        border-radius: 0 0 8px 8px;
    }
    .pakiety_infobox .pakiety_infobox_period h4 {
        font-size: 14px;
        color: #000;
        margin: 0;
        font-weight: 600;
    }
    .pakiety_infobox .pakiety_infobox_period p {
        font-size: 24px;
        color: #fff;
        font-weight: 700;
        margin: 0;
    }
    .title_hover {
        border-radius: 0 0 15px 15px;
        padding: 20px 5px 15px 20px;
        transition: all 0.5s ease;
        display: none;
        background-color: #f3e509;
        /*position: relative;*/
        /*margin-top: -120px;*/
    }
    .title_hover h3 {
        font-size: 30px;
        color: #fff;
        font-weight: 700;
        margin: 0;
    }
    .pakiety_top {
        font-size: 30px;
        margin: 65px 0 50px;
        font-weight: 900;
        text-transform: uppercase;
        text-align: center;
    }
    .pakiety_pwl_top {
        color: #5babac;
    }
    .pakiety_pwl_1 .pakiety_infobox {
        border: 3px solid #f49b01;
        background-color: #ffd05a;
    }
    .pakiety_pwl_1 .pakiety_infobox .pakiety_infobox_title {
        background-color: #ffd05a;
    }
    .pakiety_pwl_1 .pakiety_infobox .pakiety_infobox_internet {
        background-color: #f6b91e;
    }
    .pakiety_pwl_1 .pakiety_infobox .pakiety_infobox_period {
        background-color: #f49b00;
    }
    .pakiety_pwl_1 a {
        color: #f49b00;
        border: 3px solid #f49b00;
    }
    .pakiety_pwl_2 .pakiety_infobox {
        border: 3px solid #5babac;
        background-color: #28e2e1;
    }
    .pakiety_pwl_2 .pakiety_infobox .pakiety_infobox_title {
        background-color: #28e2e1;
    }
    .pakiety_pwl_2 .pakiety_infobox .pakiety_infobox_internet {
        background-color: #18c2c2;
    }
    .pakiety_pwl_2 .pakiety_infobox .pakiety_infobox_period {
        background-color: #5babac;
    }
    .pakiety_pwl_2 a {
        color: #5babac;
        border: 3px solid #5babac;
    }
    .pakiety_pwl_3 .pakiety_infobox {
        border: 3px solid #d5307c;
        background-color: #e89bbf;
    }    
    .pakiety_pwl_3 .pakiety_infobox .pakiety_infobox_title {
        background-color: #e89bbf;
    }
    .pakiety_pwl_3 .pakiety_infobox .pakiety_infobox_internet {
        background-color: #db5e98;
    }
    .pakiety_pwl_3 .pakiety_infobox .pakiety_infobox_period {
        background-color: #d5307c;
    }
    .pakiety_pwl_3 a {
        color: #d5307c;
        border: 3px solid #d5307c;
    }  
    .pakiety_pe_top {
        color: #f27565;
    }
    .pakiety_pe_1 .pakiety_infobox {
        border: 3px solid #13ce89;
        background-color: #13ce89;
    }    
    .pakiety_pe_1 .pakiety_infobox .pakiety_infobox_title {
        background-color: #13ce89;
    }
    .pakiety_pe_1 .pakiety_infobox .pakiety_infobox_internet {
        background-color: #20e29a;
    }
    .pakiety_pe_1 .pakiety_infobox .pakiety_infobox_period {
        background-color: #13b77a;
    }
    .pakiety_pe_1 a {
        color: #13ce89;
        border: 3px solid #13ce89;
    }  
    .pakiety_pe_2 .pakiety_infobox {
        border: 3px solid #33c1cf;
        background-color: #33c1cf;
    }      
    .pakiety_pe_2 .pakiety_infobox .pakiety_infobox_title {
        background-color: #33c1cf;
    }
    .pakiety_pe_2 .pakiety_infobox .pakiety_infobox_internet {
        background-color: #0ad1e5;
    }
    .pakiety_pe_2 .pakiety_infobox .pakiety_infobox_period {
        background-color: #20909b;
    }
    .pakiety_pe_2 a {
        color: #33c1cf;
        border: 3px solid #33c1cf;
    }  
    .pakiety_pe_3 .pakiety_infobox {
        border: 3px solid #ff9c8f;
        background-color: #ff9c8f;
    }      
    .pakiety_pe_3 .pakiety_infobox .pakiety_infobox_title {
        background-color: #ff9c8f;
    }
    .pakiety_pe_3 .pakiety_infobox .pakiety_infobox_internet {
        background-color: #ffb9a3;
    }
    .pakiety_pe_3 .pakiety_infobox .pakiety_infobox_period {
        background-color: #ee7969;
    } 
    .pakiety_pe_3 a {
        color: #ff9c8f;
        border: 3px solid #ff9c8f;
    }     
    .pakiety_additionaltext {
        font-size: 16px;
        text-align: center;
        margin: 0 0 30px;
    }
    .pakiety_allbox:hover > .pakiety_box {
        margin-top: -43%;
    }
    .pakiety_allbox:hover > .pakiety_box > .pakiety_infobox > .pakiety_infobox_internet, .pakiety_allbox:hover > .pakiety_box > .pakiety_infobox > .pakiety_infobox_period {
        display: none;
    }
    .pakiety_allbox:hover > .pakiety_box > .pakiety_infobox > .pakiety_infobox_title {
        border-radius: 15px 15px 15px 15px;
    }
    .pakiety_2019 .pakiety_row {
        min-height: 415px;
    }

@media (max-width: 1199px) {
    .pakiety_top_box .pakiety_top_text {
        top: 65px;
        left: 80px;
    }
    .pakiety_top_box h2 {
         font-size: 75px;
         line-height: 55px;
         letter-spacing: 3px;
    }
    .pakiety_top_box h2 span {
        font-size: 30px;
    }
    .pakiety_top_box p {
        font-size: 28px;
        margin: 10px 0 35px;
    }
    .pakiety_top_box a {
        font-size: 18px;
    }
    .pakiety_top {
        font-size: 24px;
    }
    .pakiety_infobox .pakiety_infobox_title h3 {
        font-size: 23px;
    }
    .pakiety_infobox .pakiety_infobox_internet h4 {
        font-size: 12px;
    }
    .pakiety_infobox .pakiety_infobox_internet p {
        font-size: 14px;
    }
    .pakiety_infobox .pakiety_infobox_internet p span {
        font-size: 20px;
    }
    .pakiety_infobox .pakiety_infobox_period h4 {
        font-size: 12px;
    }
    .pakiety_infobox .pakiety_infobox_period p {
        font-size: 20px;
    }
    .pakiety_2019 .pakiety_btn a {
        font-size: 16px;
        padding: 5px 18px;
    }
    .pakiety_allbox:hover > .pakiety_box {
        margin-top: -28%;
    }
    .pakiety_2019 .col-xs-4 {
        min-height: 300px;
    }
    .pakiety_2019 .pakiety_row {
        min-height: 370px;
    }
}
@media (max-width: 991px) {
    .pakiety_top_box .pakiety_top_text {
        top: 45px;
    }
    .pakiety_top_box h2 {
        font-size: 60px;
        line-height: 45px;
        letter-spacing: 2px;
    }
    .pakiety_top_box h2 span {
        font-size: 30px;
    }
    .pakiety_top_box p {
        font-size: 22px;
        margin: 10px 0 35px;
    }
    .pakiety_top_box a {
        font-size: 12px;
        padding: 5px 40px;
    }
    .pakiety_allbox:hover > .pakiety_box {
        margin-top: -12%;
    }
    .pakiety_2019 .col-xs-4 {
        min-height: 250px;
    }
    .pakiety_2019 .pakiety_row {
        min-height: 360px;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .pakiety_top {
        font-size: 20px;
        margin: 45px 0 40px;
    }
    .pakiety_infobox .pakiety_infobox_title {
        padding: 15px 5px 15px 15px;
    }
    .pakiety_infobox .pakiety_infobox_title h3 {
        font-size: 16px;
    }
    .pakiety_infobox .pakiety_infobox_internet h4 {
        font-size: 10px;
    }
    .pakiety_infobox .pakiety_infobox_internet {
        padding: 15px 5px 15px 15px;
    }
    .pakiety_infobox .pakiety_infobox_internet p {
        font-size: 12px;
        line-height: 16px;
    }
    .pakiety_infobox .pakiety_infobox_internet p span {
        font-size: 18px;
    }
    .pakiety_infobox .pakiety_infobox_period {
        padding: 15px;
    }
    .pakiety_infobox .pakiety_infobox_period h4 {
        font-size: 10px;
    }
    .pakiety_infobox .pakiety_infobox_period p {
        font-size: 18px;
    }
    .pakiety_2019 .pakiety_btn a {
        font-size: 12px;
        padding: 5px 15px;
    }
    .pakiety_additionaltext {
        font-size: 14px;
    }
}
@media (max-width: 767px) and (min-width: 599px) {
    .pakiety_infobox .pakiety_infobox_title {
        padding: 30px 5px 30px 20px;
    }
    .pakiety_infobox .pakiety_infobox_internet {
        padding: 30px 20px;
    }
    .pakiety_infobox .pakiety_infobox_period {
        padding: 30px 20px;
    }
}
@media (max-width: 767px) {
    .pakiety_top_box img {
        object-fit: cover;
        height: 350px;
    }
    .pakiety_additionaltext {
        margin: 60px 0 0;
    }
    .pakiety_allbox:hover > .pakiety_box {
        margin-top: -139%;
    }
    .pakiety_allbox:hover > .pakiety_box > .pakiety_infobox > .pakiety_infobox_internet, .pakiety_allbox:hover > .pakiety_box > .pakiety_infobox > .pakiety_infobox_period {
        display: block;
    }
    .pakiety_allbox:hover > .pakiety_box > .pakiety_infobox > .pakiety_infobox_title {
        border-radius: 15px 15px 0 0;
    }
    .pakiety_2019 .pakiety_btn {
        position: relative;
    }
    .pakiety_2019 .pakiety_row {
        min-height: 1px;
    }

}
@media (max-width: 490px) {
    .pakiety_top_box .pakiety_top_text {
        left: 55px;
        top: 100px;
    }
    .pakiety_top_box h2 {
        font-size: 36px;
        line-height: 30px;
    }
    .pakiety_top_box h2 span {
        font-size: 22px;
    }
    .pakiety_top_box p {
        font-size: 16px;
    }
    .pakiety_top {
        font-size: 17px;
        margin: 60px 0 35px;
    }
    .pakiety_infobox .pakiety_infobox_title {
        padding: 20px 1px 20px 8px;
    }
    .pakiety_infobox .pakiety_infobox_title h3 {
        font-size: 14px;
    }
    .pakiety_infobox .pakiety_infobox_internet h4 {
        font-size: 10px;
        margin-bottom: 2px;
    }
    .pakiety_infobox .pakiety_infobox_internet {
        padding: 20px 8px;
    }
    .pakiety_infobox .pakiety_infobox_internet p {
        font-size: 8px;
        line-height: 7px;
    }
    .pakiety_infobox .pakiety_infobox_internet p span {
        font-size: 16px;
        line-height: 17px;
    }
    .pakiety_infobox .pakiety_infobox_period {
        padding: 20px 8px;
    }
    .pakiety_infobox .pakiety_infobox_period h4 {
        font-size: 10px;
    }
    .pakiety_infobox .pakiety_infobox_period p {
        font-size: 12px;
    }
    .pakiety_2019 .pakiety_btn a {
        font-size: 12px;
        padding: 5px 18px;
        border: 1px solid;
    }
    .pakiety_additionaltext {
        font-size: 12px;
    }
    .pakiety_allbox img {
        opacity: 0;
    }
}
@media (max-width: 400px) {
    .pakiety_infobox .pakiety_infobox_title {
        padding: 15px 1px 10px 8px;
    } 
    .pakiety_infobox .pakiety_infobox_internet {
        padding: 10px 8px;
    }
    .pakiety_infobox .pakiety_infobox_period {
        padding: 10px 8px;
    }
    .pakiety_2019 .pakiety_btn a {
        font-size: 10px;
        padding: 3px 9px;
    }
}

.pakiety__top-box img{
    margin: 0px auto;
}