.ekran_info {
    line-height: 1.5;
    text-align: justify;
    font-size: medium;
    font-weight: normal;
}

.ekran_info>div:not(:last-child) {
    padding-top: 15px;
    padding-bottom: 15px;
}

.naglowek div {
    padding-bottom: 10px;
}

.tresc div {
    padding-bottom: 20px;
}

.naglowek {
    text-align: center;
    font-size: large;
    font-weight: bold;
}

.subQ-item {
    color: #0866cc;
    display: inline;
    font-style: italic;
}

.subQ-item.last {
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: x-large;
    padding-top: 20px;
    display: block;
}

.inline-important {
    color: #0866cc;
    display: inline;
    font-style: italic;
}

.fm-progress {
    margin-top: 1px;
    width: 40%;
    max-width: 200px;
    position: absolute;
    top: 10px;
    right: 10px;
    float: right;
    background-color: #b2b2b2;
    border-radius: 12px !important;
}

.fm-progress>.fm-progress-bar {
    background-color: #4195c6;
    font-size: 1em;
    color: #ffffff;
    text-align: center;
    border-radius: 12px !important;
    -webkit-text-size-adjust: 100%;
    min-width: fit-content;
}

.fm-single-img>img {
    border: 3px solid transparent;
    min-width: 100px;
    max-width: 200px;
}

.fm-single-img-selected>img {
    border: 3px solid #014b89;
}

.fm-multi-img>img {
    border: 3px solid transparent;
    min-width: 100px;
    max-width: 200px;
}

.fm-multi-img-selected>img {
    border: 3px solid #014b89;
}

.fm-question>.fm-question-text {
    padding-bottom: 12px;
    font-weight: 600;
    line-height: 150%;
}


.q-info {
    font-weight: normal;
    font-style: italic;
    padding-top: 5px;
    text-indent: -20px;
    padding-left: 20px;
}

.q-info::before {
    content: 'ⓘ ';
    font-style: normal;
}

.rating-nr .fm-check i {
    padding-top: 2px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

.rating-nr .fm-check input[type="checkbox"]:checked+i:before {
    background-color: none;
    background: none;
    background-size: auto;
}

.tarea>div {
    right: unset !important;
    bottom: unset !important;
    margin: 5px 0px;
    position: unset !important;
    float: right;
    padding-right: 15px;
}

textarea {
    resize: none;
}

textarea.form-control {
    min-height: 150px;
    height: auto;
}

.btn-prev,
.btn-next {
    min-width: fit-content;
}

.form-control {
    width: 100%;
    margin-right: 10px;
}

.main-logo {
    max-width: 60%;
    max-height: 80px !important;
}

.fm-header-text {
    font-weight: 300;
}


.fmslider-col-pre {
    padding-right: 10px;
}

.fmslider-col-post {
    padding-left: 10px;
}

.fmslider-col {
    padding-left: 10px;
    padding-right: 10px;
}

.my-img-responsive {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: auto;
    margin: 0 20px;
}

@media (max-width: 500px) {
    .img-responsive {
        justify-content: space-around;
    }
}

.img-responsive{
    padding: 5px;
}

#qA2 *> img {
    min-width: 450px;
    max-width: 100%;
}

@media (max-width: 550px) {
    #qA2 *> img  {
        min-width: 250px;
    }
}