



body {
    font-family: 'Dosis', sans-serif;
}

header {
    background: url(../img/bg.webp) bottom left no-repeat;
    background-size: cover;
}

.logo img {
    width: 219px;
    height: 93px;
}

header h1 {
    font-size: 4rem;
}

h2 {
    font-family: 'Amatic SC', cursive;
    font-size: 2.9rem;
}

h3 {
    font-size: 1.4rem;
}

#steps h3, #graph h3, #footer-links h3, .copy {
    color: #ffd541;
    font-size: 1.5rem;
}

.solution-box h3 {
    font-size: 1.4rem;
}

#solutions .badge {
    font-size: 1.75rem;
    color: #dc3545 !important;
}

#solutions ul {
    font-size: 1.2rem;
}

#solutions li {
    background-color: transparent;
    border: none;
    line-height: 1.2rem;
    padding: 0 0 0 1.1rem;
}

#solutions span.h1 {
    line-height: 1.8rem;
}

.navbar-light .navbar-nav .nav-link, .dropdown-item {
    font-size: 1.4rem;
}

.navbar.bg-light {
    background-color: transparent !important;
}


#bouncer {
    background: url(../img/house.webp) center right no-repeat;
    background-size: auto 100%;
}

#pu-seal {
    background: url(../img/podnikatelsky_uver_image_transparent.png) center right no-repeat;
    background-size: auto 100%;
}


.bg-primary {
    background-color: #0263aa !important;
}

.text-primary {
    color: #0263aa !important;

}

#steps .ico-number {
    height: 8.2rem;
    fill: #ffd541;
}

#solutions .ico {
    height: 2.5rem;
}

#solutions .positive .ico {
    fill: #e6153d;
}

#solutions .negative .ico {
    fill: #aaa;
}

#solutions .positive {
    font-size: 1.2rem; 
}

#solutions .negative {
    color: #aaa;
    font-size: 1.2rem; 
}

#solutions .best-option .positive .ico {
    fill: #fff;
}

.net-bg {
    background: url(../img/bg-net.png);
    border-bottom: 7px solid #f4f4f4;
}

.net-bg p, .bg-white p {
    line-height: 1.7rem;
}

.solution-box {
    background-color: #f4f4f4;
    border-radius: 0.8rem;
    min-width: 240px;
    height: 100%;
}

.best-option {
    height: auto;
    color: #fff !important;
}

.best-option h3 {
    color: #fff !important;
    border-radius: 0.8rem 0.8rem 0 0;
}

.arrow {
    height: 1.2rem;
}

#calculation p {
    line-height: 1.7rem;
}

#calculation .accordion-button {
    width: 30%;
    border-radius: .25rem .25rem 0 0;
    background: #f4f4f4;
    border-bottom: 0;
    color: #000;
}

#calculation .accordion-header {
    border-left: 3px solid #f4f4f4;
    border-right: 3px solid #f4f4f4;
    border-bottom: 3px solid #f4f4f4;
}

#calculation .accordion-collapse {
    background: #f4f4f4;
    border-left: 3px solid #f4f4f4;
    border-right: 3px solid #f4f4f4;
}

#calculation #collapse3.accordion-collapse {
    border-left: 3px solid #e6153d;
    border-right: 3px solid #e6153d;
    margin-top: -3px;
}

#calculation #collapse3.accordion-collapse.show {
    border-bottom: 3px solid #e6153d !important;
}


.calc-header {
    border-radius: 0.8rem 0.8rem 0 0;
    background-color: #f4f4f4;
}

span.input-group-text {
    background-color: #fff;
    border-left: none;
    border-radius: 0;
}

input.quantity {
    text-align: right;
    border-right: 0;
}

.calc-row {
    border-left: 3px solid #f4f4f4;
    border-right: 3px solid #f4f4f4;
}

.calc-row-winner {
    border-left: 3px solid #e6153d;
    border-right: 3px solid #e6153d;
    border-top: 3px solid #e6153d;
}

#heading3.accordion-header {
    border-left: 3px solid #e6153d;
    border-right: 3px solid #e6153d;
    border-bottom: 3px solid #e6153d;
}

.giant {
    font-size: 2rem;
}

.text-danger {
    color: #e6153d !important;
}

#chicken .illustration {
    background: url(../img/chicken.png) center top no-repeat;
    background-size: contain;
    position: static;
    margin-top: -7rem;
    width: 100%;
    height: 19rem;
}

#chicken h2 {
    font-family: 'Dosis', sans-serif;
}

#footer-links {
    background: #535353;
}

#scrollTop {
    position: relative;
    top: -1rem;
}

#scrollTop .ico {
    width: 5rem;
    height: 5rem;
    background: #535353;
    border-radius: 0.8rem;
    transform: rotate(45deg);
}

#scrollTop .ico svg {
    width: 1.8rem;
    height: 2.8rem;
    fill: #ffd541;
    transform: rotate(-135deg);
    margin-left: 0.42rem;
}

#copyright {
    background: #4a4a4a;
}

#copyright a.lead {
    color: #ffd541; 
}

.footer-logo {
    fill: #bbbbbb;
    max-width: 15rem;
    max-height: 7rem;
}

.accordion-button, .accordion-button:focus, .accordion-button:active {
    border-color: #f4f4f4;
}

.accordion-collapse {
    border-bottom: 0 !important;
    border-radius: 0 !important;
}

.list-lines {
    list-style: none;
}

.list-lines li {
    position: relative;
    line-height: 1.2;
}

.list-lines li::before {
    content: "";
    display: block;
    width: 0.7rem;
    height: 0.2rem;
    background-color: #e6153d;
    position: absolute;
    top: 0.6rem;
    left: 0;
}

.bg-danger ul li::before {
    background-color: #fff;
}

ol {
    list-style: none;
    counter-reset: my-counter;
}

ol li {
    position: relative;
    counter-increment: my-counter;
    padding-left: 2.3rem;
}

ol li::before {
    content: counter(my-counter) ".";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1.7rem;
    height: 1.7rem;
    background-color: #e6153d;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
}

.icon {
    display: inline-block;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    text-align: center;
    padding-top: 0.25rem;
    background-color: #aaaaaa;
}



/* MEDIA QUERIES */

/* Extra large devices (large desktops) */

@media (min-width: 1200px) {
    .container{
        max-width: 1140px;
    }
}


/* BROWSER SPECIFIC */

/* HIDING ARROWS FROM NUMBER INPUTS */

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.dn {
    display: none;
}
