@charset "utf-8";
html, i {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

img {
    vertical-align: middle;
    max-width: 100%;
    height: auto
}

a:active {
    outline: none;
    -moz-outline-style: none;
    text-decoration: none
}
a:focus {
    -moz-outline-style: none;
    outline: none;
    text-decoration: none
}
img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    border: none;
    outline: none;
    -moz-outline-style: none
}
a, .butt_w, .button_agent {
    outline: 0;
    cursor: pointer;
    -moz-outline-style: none;
    text-decoration: none;
    color: #252525;
    -webkit-transition: all ease-in-out .25s;
    -moz-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}
a:hover, .button_agent {
    color: #007bff;
    text-decoration: none;
    -webkit-transition: all ease-in-out .25s;
    -moz-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s
}
* {
    padding: 0;
    margin: 0
}


.remodal, [data-remodal-id] {
    display: none
}
.remodal-overlay {
    position: fixed;
    z-index: 9999;
    top: -5000px;
    right: -5000px;
    bottom: -5000px;
    left: -5000px;
    display: none
}
.remodal-wrapper {
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow-x: hidden;
    text-align: center;
    -webkit-overflow-scrolling: touch
}
.remodal-wrapper:after {
    display: inline-block;
    height: 100%;
    margin-left: -.05em;
    content: ""
}
.remodal-overlay, .remodal-wrapper {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.remodal {
    position: relative;
    outline: none;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    box-shadow: 0 2px 20px rgba(55, 55, 55, .5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}
.remodal-is-initialized {
    display: inline-block
}
.remodal-bg.remodal-is-opening, .remodal-bg.remodal-is-opened {
    -webkit-filter: blur(3px);
    filter: blur(3px)
}
.remodal-overlay {
    background: rgba(0, 0, 0, .5)
}
.remodal-overlay.remodal-is-opening, .remodal-overlay.remodal-is-closing {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}
.remodal-overlay.remodal-is-opening {
    -webkit-animation-name: remodal-overlay-opening-keyframes;
    animation-name: remodal-overlay-opening-keyframes
}
.remodal-overlay.remodal-is-closing {
    -webkit-animation-name: remodal-overlay-closing-keyframes;
    animation-name: remodal-overlay-closing-keyframes
}
.remodal-wrapper {
    padding: 0
}
.remodal {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
    padding: 25px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color: #2b2e38;
    background: #fff
}
.top10_ {
    right: 5px !important;
    top: 5px !important
}
.remodal.remodal-is-opening, .remodal.remodal-is-closing {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}
.remodal.remodal-is-opening {
    -webkit-animation-name: remodal-opening-keyframes;
    animation-name: remodal-opening-keyframes
}
.remodal.remodal-is-closing {
    -webkit-animation-name: remodal-closing-keyframes;
    animation-name: remodal-closing-keyframes
}
.remodal, .remodal-wrapper:after {
    vertical-align: middle
}
.remodal-close {
    position: absolute;
    top: 0;
    right: 10px;
    display: block;
    overflow: visible;
    width: 25px;
    height: 25px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    -webkit-transition: color .25s;
    transition: color .25s;
    text-decoration: none;
    color: #b8c2cc;
    border: 0;
    outline: 0;
    background: transparent
}
.remodal-close:hover, .remodal-close:focus {
    color: #007bff
}
.remodal-close:before {
    font-size: 25px;
    line-height: 25px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 25px;
    content: "\00d7";
    text-align: center
}
.remodal-confirm, .remodal-cancel {
    font: inherit;
    display: inline-block;
    overflow: visible;
    min-width: 110px;
    margin: 0 auto;
    margin-right: 25px;
    padding: 12px;
    cursor: pointer;
    -webkit-transition: background .25s;
    transition: background .25s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    border: 0;
    outline: 0
}
.remodal-confirm {
    color: #fff;
    background: #d92525;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}
.r_maintenance ~ .remodal-confirm {
    width: 100%
}
.r_maintenance h2 {
    color: #d92525;
    border: 2px solid #d92525;
    background: #fff9f9;
    padding: 15px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}
.r_maintenance h2 b {
    font-weight: 500;
    padding-top: 5px;
    display: inline-block
}
.r_maintenance p {
    margin: 25px auto
}
.remodal-confirm:hover, .remodal-confirm:focus {
    color: #fff;
    background: #c61717
}
.remodal-confirm::-moz-focus-inner, .remodal-cancel::-moz-focus-inner, .remodal-close::-moz-focus-inner {
    padding: 0;
    border: 0
}
.alert-danger {
    color: #d92525;
    background-color: #fff;
    border-color: #d92525;
    font-weight: 500;
    border-radius: 0;
    padding: 15px
}
.alert-success {
    color: #49c351;
    background-color: #fff;
    border-color: #49c351;
    font-weight: 500;
    border-radius: 0;
    padding: 15px
}
@-webkit-keyframes remodal-opening-keyframes {
    from {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}
@keyframes remodal-opening-keyframes {
    from {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}
@-webkit-keyframes remodal-closing-keyframes {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    to {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        opacity: 0;
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}
@keyframes remodal-closing-keyframes {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    to {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        opacity: 0;
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
@keyframes remodal-overlay-opening-keyframes {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}
@keyframes remodal-overlay-closing-keyframes {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}
@media only screen and (min-width:641px) {
    .remodal {
        max-width: 700px
    }
    .podglad_o {
        max-width: 80%;
        padding: 0
    }
    .podglad_o .remodal-close {
        top: -15px;
        right: -15px;
        background: #fff;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        border: 2px solid #eaeaea;
        box-shadow: 0 1px 8px rgba(55, 55, 55, .075), 0 8px 24px rgba(55, 55, 55, .075);
        width: 27px;
        height: 27px
    }
}
.lt-ie9 .remodal-overlay {
    background: #2b2e38
}
.lt-ie9 .remodal {
    width: 700px
}
.fb-like {
    top: -6px
}
@supports (-webkit-overflow-scrolling:touch) {
    #akceptinfo {
        position: absolute;
        left: 0;
        bottom: -12px;
        width: 100%
    }
}
.f_w_700 {
    border-bottom: 1px solid #dcdcdc;
    text-align: center !important;
    padding-bottom: 25px !important
}
.f_w_700 b {
    font-weight: 700
}
.polityka a {
    font-weight: 700;
    text-decoration: underline;
    word-break: break-word
}
.polityka_modal h2 {
    margin-top: 25px
}
.polityka_modal {
    max-height: 70vh;
    overflow-y: scroll;
    padding-right: 15px;
    width: 100%;
    text-align: left;
    margin: 0 0 12px 0;
    -moz-box-shadow: inset 0 -10px 10px -10px rgba(55, 55, 55, .25);
    -webkit-box-shadow: inset 0 -10px 10px -10px rgba(55, 55, 55, .25);
    box-shadow: inset 0 -10px 10px -10px rgba(55, 55, 55, .25)
}
.podstrona.polityka_modal h2 {
    text-align: left
}
.remodal h1, .remodal .h1_r {
    font-size: 1.2rem;
    font-weight: 700;
    text-align: left;
    padding-bottom: 0;
    width: 100%;
    padding-top: 25px
}
h1.ral, h2.ral {
    font-weight: 400;
    font-size: 1.5rem;
    margin-bottom: 10px
}
h1.ral span, h2.ral span.ppp_l {
    padding-left: 10px
}
h3 {
    font-size: 1.2em;
    font-weight: 500
}
.b_eaeaea {
    border: 1px solid #eaeaea
}
.ral i {
    font-weight: 300;
    color: #fff;
    background: #d92525;
    padding: 2px 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}
.h2_b {
    color: #252525;
    font-weight: 500;
    font-size: 1.2em;
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative
}
.h2_b:before {
    content: '';
    width: 100px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #eaeaea
}
.h2_b:after {
    content: '';
    width: 25px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #d92525
}

svg * {
    shape-rendering: geometricPrecision
}

@media (max-width: 767px) {
  .next-column .table-content {
    display: none !important;
  }

  .next-column .table-content.active {
    display: flex !important;
    flex-direction: row;
    width: 100%;
  }

  .next-column {

  }
}

@media (max-width: 767px) {
 

  .next-column .table-content.active {
    display: flex !important;
    width: 100%;
  }

  .table-content.sm-hide.active {
    display: flex !important;
  }
}

@media (max-width: 767px) {
  .next-column {
    flex-wrap: wrap;
  }

  .next-column .table-content.active {
    flex: 1 0 100% !important;
    max-width: 100% !important;
    margin-top: 8px;
  }

  .next-column .table-content:not(.active) {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .table-content.sm-hide.active {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .pokazanie {
    display: block !important;
  }
}

#pokazanie.show {
  display: block !important;
}


.table-header {
  font-family: 'Lato', sans-serif;
}