body {
    font-family: "Sora", sans-serif;
    color: #0f172a;
}

body a {
    color: #0f172a;
    text-decoration: none;
}

header {
    position: relative;
    padding: 5px;
}

header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, #0ea5e9 0%, #2563eb 100%);
}

header a.logo {
    background: url('../images/logo.png') no-repeat;
    width: 294px;
    height: 131px;
    display: block;
    margin: 30px 0 0 0;
}

@media screen and (max-width: 1199px) {
    header a.logo {
        width: 200px;
        height: 89px;
        background-size: contain;
        margin: 15px 0px;
    }

}


@media (max-width: 768px) {

    header a.logo {
        width: 200px;
        height: 89px;
        background-size: contain;
        margin: 15px 0px;
    }

}


header .action-call {
    display: block;
    width: 200px;
    text-align: center;
    font-size: 13px;
    font-weight: inherit;
    color: #FFF;
    background: linear-gradient(to right, #df0054 0%, #2b2382 100%);
    transition: all 0.3s ease-in-out;
    border-radius: 30px;
    padding: 7px 15px;
    margin: 20px 0 0 0;
    float: right;
    cursor: pointer;
}

header .action-call:hover {
    background: linear-gradient(to right, #2b2382 0%, #df0054 100%);
    transform: scale(1.05);
}

header .action-call span {
    display: block;
    background: url('../images/icon-call.png') no-repeat;
    width: 16px;
    height: 22px;
    display: block;
    float: right;
}

.navbar-toggler{
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 30px;
    background: linear-gradient(to right, #2b2382 0%, #df0054 100%);
    color: #FFF;
    padding: 10px;
    border-radius: 15px;
    cursor: pointer;
    z-index: 2;
}
.navbar-toggler i {
    font-size: 30px;
}

header .navbar-toggler:focus{
    outline: none;
}



section.menu-mobile{
    width: 100%;
    display: none;
    margin: 30px 0 15px 0;
    z-index: 10;
    position: fixed;
    top: 120px;
}

section.menu-mobile {
    margin-top: 0px;
}

section.menu-mobile ul{
    margin: 0px 0 0px 0;
    padding: 0;
    background: linear-gradient(to right, #2b2382 0%, #df0054 100%);
}

section.menu-mobile ul li{
    display: block;
    list-style: none;
    float: none;
    padding: 5px;
    border-bottom: 1px solid #000000;
}

section.menu-mobile ul li a {
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    color: #FFF;
    display: block;
}

section.menu-mobile ul li:hover > ul {
    display: block;
}

section.menu-mobile ul li > ul {
    margin: 0px 0 0 0px;
    padding: 0px 0 0px 0;
    display: none;
    z-index: 10;
    width: 100%;
    background: #1b4488;
    border: 0;

}

section.menu-mobile ul li > ul li {
    border-bottom: 0;
    padding: 3px 0 3px 0;
    color: #FFF;
}



section.menu-mobile ul li > ul li a {
    background: #1b4488;
    display: inline-block;
    padding: 3px 5px;
    font-size: 13px;
    font-weight: bold;
    text-align: center;

}

section.menu-mobile ul li > ul li a:hover {
    background: #5bda46;
    color: #FFF;
}

section.menu-mobile ul li > ul li img {
    width: 50px;
    margin: 0 15px 0 0;
    border-radius: 5px;
}



nav {
    position: absolute;
    right: 0;
    margin: 17px 0 0 0;
    background: linear-gradient(to right, #2563eb 0%, #0ea5e9 100%);
    width: 50%;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    box-shadow: 0 10px 15px rgba(37, 99, 235, 0.2);
    border: none;
    border-left: 5px solid #d50257;
    border-bottom: 5px solid #302281;
}


nav ul {
    margin: 0;
    padding: 0;
}

nav ul li {
    display: block;
    list-style: none;
    float: left;
    background: url('../images/nav-line.png') no-repeat right center;  /* dodane */
}

nav ul li a {
    color: #FFF;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    padding: 12px 20px;
    display: block;
}

nav ul li a:hover {
    color: #FFF;
    background: linear-gradient(to right, #df0054 0%, #2b2382 100%);
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    padding: 12px 20px;
    display: block;

}

nav ul li:first-child a {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

nav ul li:last-child {
    background: none;
}

@media screen and (max-width: 1199px) {
    nav ul li a {
        color: #FFF;
        font-weight: bold;
        font-size: 13px;
        text-transform: uppercase;
        padding: 12px 11px;
        display: block;
    }

    nav ul li a:hover {
        color: #FFF;
        background: linear-gradient(to right, #df0054 0%, #2b2382 100%);
        font-weight: bold;
        font-size: 13px;
        text-transform: uppercase;
        padding: 12px 11px;
        display: block;

    }

}

@media (max-width: 768px) {
    nav ul li a {
        color: #FFF;
        font-weight: bold;
        font-size: 12px;
        text-transform: uppercase;
        padding: 12px 11px;
        display: block;
    }

    nav ul li a:hover {
        color: #FFF;
        background: linear-gradient(to right, #df0054 0%, #2b2382 100%);
        font-weight: bold;
        font-size: 12px;
        text-transform: uppercase;
        padding: 12px 11px;
        display: block;

    }

    header .action-call {
        float: none;
        margin: 15px auto;
    }
}

section.start {
    margin: 50px 0 0 0;;
}

section.start h1 {
    font-size: 38px;
    font-weight: bold;
    line-height: 48px;
}

section.start h1 span {
    background: linear-gradient(to right, #0ea5e9, #2563eb);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;
}

section.start p {
    color: #475569;
    font-size: 19px;
    font-weight: normal;
    line-height: 36px;
    margin: 10px 0 0 0;
    display: block;
    padding: 0 50px 0 0;
}

section.start .buttons {
    margin: 30px 0 0 0;
}

section.start .buttons .action-call {
    display: inline-block;
    width: 230px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    color: #FFF;
    background: linear-gradient(to right, #2563eb 0%, #0ea5e9 100%);
    transition: all 0.3s ease-in-out;
    border-radius: 15px;
    padding: 15px 20px;
    margin: 20px 0 0 0;
    cursor: pointer;
}

section.start .buttons .action-call span {
    display: block;
    background: url('../images/icon-call.png') no-repeat;
    width: 16px;
    height: 22px;
    display: block;
    float: left;
}

section.start .buttons .action-call:hover {
    background: linear-gradient(to right, #0ea5e9 0%, #2563eb 100%);
    transform: scale(1.05);
}

section.start .buttons .action-services {
    display: inline-block;
    width: 230px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    color: #0f172a;
    background: #FFF;
    transition: all 0.3s ease-in-out;
    border-radius: 15px;
    padding: 15px 20px;
    margin: 20px 0 0 20px;
    cursor: pointer;
    border: 2px solid #e2e8f0;
}

section.start .buttons .action-services span {
    display: block;
    background: url('../images/icon-services.png') no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    float: left;
}

section.start .buttons .action-services:hover {
   
    transform: scale(1.05);
}

section.start .tags {
    margin: 30px 0 0 0;;
}

section.start .tags div {
    display: inline-block;
    background: #ebf4fc;
    color: #697382;
    border-radius: 30px;
    padding: 12px 20px;
    font-size: 11px;
    margin: 0 10px 10px 0px;
}

section.start .tags div span {
    background: url('../images/icon-tags.png') no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    float: left;
    margin: 0 8px 0 0;
}

section.start .tags .block {
    display: block;
}

section.start .clouds {
    position: relative;
}

@keyframes floating {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0px);
    }
}

section.start .clouds .element {
    background: #f8fafc;
    border-radius: 15px;
    width: 330px;
    border: 1px solid #eaf5ff;
    padding: 15px;
    box-shadow: 3px 3px 3px #a4a4a4;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    margin: 0 0 35px 0;
    animation: floating 4s ease-in-out infinite;
}

section.start .clouds .rek {
    margin: 0 0 35px 65px;
    animation-delay: 1s;
}

section.start .clouds .cli {
    margin: 0 0 35px -15px;
    animation-delay: 2s;
}

section.start .clouds .element:hover {
    border: 1px solid #0ea5e9;
    transform: scale(1.05) translateY(-15px);
}

section.start .clouds .element h2 {
    font-size: 18px;
    font-weight: bold;
}

section.start .clouds .element p {
    color: #707f94;
    font-size: 13px;
    line-height: 22px;
}

section.start .cloud {
    background: url('../images/start-cloud.png') no-repeat;
    width: 543px;
    height: 586px;
    position: absolute;
}

@media (max-width: 768px) {

    section.start h1 {
        font-size: 28px;
        line-height: 38px;
        text-align: center;
    }

    section.start .buttons {
        text-align: center;
    }

    section.start .buttons .action-call,
    section.start .buttons .action-services {
        width: 100%;
        margin: 10px 0;
    }
    section.start .tags {
        margin: 30px 0 0 0;;
    }

    section.start .tags div {
        display: inline-block;
        background: #ebf4fc;
        color: #697382;
        border-radius: 30px;
        padding: 12px 12px;
        font-size: 10px;
        margin: 0 5px 10px 0px;
    }

    section.start .tags .block {
        display: inline-block !important;
    }

    section.start p {
        color: #475569;
        font-size: 17px;
        font-weight: normal;
        line-height: 30px;
        margin: 10px 0 0 0;
        display: block;
        padding: 0 0px 0 0;
        text-align: justify;
    }
}

@media screen and (max-width: 1567px) {
    section.start .cloud {
        background: url('../images/start-cloud.png') no-repeat;
        width: 400px;
        height: 432px;
        background-size: 100%;
        right: -50px;
        position: absolute;
    }

}

@media screen and (max-width: 1199px) {
    section.start .clouds .rek {
        margin: 0 0 35px 35px;
        animation-delay: 1s;
    }

    section.start .clouds {
        margin: 30px 0 0 0;
    }

    section.start .clouds .element {
        background: #f8fafc;
        border-radius: 15px;
        width: 80%;
        border: 1px solid #eaf5ff;
        padding: 15px;
        box-shadow: 3px 3px 3px #a4a4a4;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
        margin: 0 0 35px 0;
        animation: floating 4s ease-in-out infinite;
    }
}

section.services {
    margin: 50px 0 0 0;
    background: #f1f5f9;
    padding: 30px 0 0 0;
}

section.services h2 {
    font-weight: bold;
    text-align: center;
    display: block !important;
    font-size: 30px;
    background: linear-gradient(to right, #0ea5e9, #2563eb);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;
}


section.services p.lead {
    text-align: center;
    font-size: 25px;
    color: #272e3d;
}

section.services .row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -50px;
}

section.services .element {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #f8fafc;
    border-radius: 15px;
    width: 330px;
    border: 1px solid #e2e8f0;
    padding: 30px 30px 80px 30px;
    box-shadow: 3px 3px 3px #a4a4a4;
    cursor: pointer;
    margin: -15px 0 35px 0;
    color: #707f94;
    width: 100%;
    position: relative;
    top: 50px;
    transition: all 0.3s ease-in-out;
}

section.services .element:hover {
    border: 1px solid #0ea5e9;
    transform: scale(1.05) translateY(-15px);
}

section.services .element .row {
    height: 100%;
    flex: 1;
}

section.services .element h3 {
    font-size: 22px;
    font-weight: bold;
    position: relative;
    top: 10px;
    color: #0f172a;
}

section.services .element p {
    color: #707f94;
    font-size: 14px;
    line-height: 24px;
    margin: 15px 0 0 0;
    display: block;
}

section.services .element ul {
    margin: 15px 0 20px 0;
}

section.services .element ul li {
    font-weight: bold;
    font-size: 14px;
    margin: 0 0 15px 0;
    background: url('../images/icon-check.png') no-repeat;
    list-style: none;
    padding: 0 0 0 30px;
}

section.services .element a.more {
    background: linear-gradient(to right, #0ea5e9, #2563eb);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: block;
    text-align: right;
    text-transform: uppercase;
    font-weight: bold;
    font-style: italic;
    float: right;
    display: block;
    transition: all 0.3s ease-in-out;
}

section.services .element a.more span {
    background: url('../images/icon-arrow-services.png') no-repeat;
    width: 43px;
    height: 16px;
    display: inline-block;
    position: relative;
    top: 2px;
    margin: 0 10px 0 0;
}

section.services .element a.more:hover {
    transform: scale(1.05);
}

@media screen and (max-width: 1199px) {
    section.services .col-lg-4 {
        margin: 0 0 35px 0 !important;
    }
}

section.trust-us {
    margin: 120px 0 0 0;
    background: #FFF;
    padding: 30px 0 0 0;
}

section.trust-us h2 {
    font-weight: bold;
    text-align: center;
    display: block !important;
    font-size: 30px;
    background: linear-gradient(to right, #0ea5e9, #2563eb);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;
}


section.trust-us p.lead {
    text-align: center;
    font-size: 25px;
    color: #272e3d;
}

section.trust-us .partners {
    margin: 30px 0 0 0;
    padding: 0 0 50px 0;
    
}

section.trust-us .partners .element {
    float: left;
    padding: 10px;
}

section.trust-us .arrows {
    position: relative;
}

section.trust-us .arrows span.arrow-left {
    background: url('../images/icon-arrow-left.png') no-repeat;
    width: 26px;
    height: 45px;
    display: block;
    position: absolute;
    left: -30px;
    top: -100px;
    cursor: pointer;
}

section.trust-us .arrows span.arrow-right {
    background: url('../images/icon-arrow-right.png') no-repeat;
    width: 26px;
    height: 45px;
    display: block;
    position: absolute;
    right: 0px;
    top: -100px;
    cursor: pointer;
}

section.about {
    margin: 150px 0 0 0;
    background: #f1f5f9;
    padding: 30px 0 0 0;
}

section.about h2 {
    font-weight: bold;
    text-align: center;
    display: block !important;
    font-size: 30px;
    background: linear-gradient(to right, #0ea5e9, #2563eb);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;
}


section.about p.lead {
    text-align: center;
    font-size: 25px;
    color: #272e3d;
}

section.about .element {
    
    display: flex;
    flex-direction: column;
    background: #f8fafc;
    border-radius: 15px;
    width: 100%;
    border: 1px solid #e2e8f0;
    padding: 30px 30px 30px 30px;
    box-shadow: 3px 3px 3px #a4a4a4;
    cursor: pointer;
    margin: -15px 0 35px 0;
    color: #707f94;
    width: 100%;
    position: relative;
    top: 50px;
    transition: all 0.3s ease-in-out;
}

section.about .element:hover {
    border: 1px solid #0ea5e9;
    transform: scale(1.05) translateY(-15px);
}

section.about .element p {
    color: #707f94;
    font-size: 14px;
    line-height: 24px;
    margin: 15px 0 0 0;
    display: block;
}

section.about .element p.bold {
    font-weight: bold;
}

section.about .element a.more {
    background: linear-gradient(to right, #0ea5e9, #2563eb);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: block;
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
    font-style: italic;
    display: block;
    transition: all 0.3s ease-in-out;
    margin: 30px 0 0 0;
}

section.about .element a.more span {
    background: url('../images/icon-arrow-services.png') no-repeat;
    width: 43px;
    height: 16px;
    display: inline-block;
    position: relative;
    top: 2px;
    margin: 0 10px 0 0;
}

section.about .element a.more:hover {
    transform: scale(1.05);
}

@media screen and (max-width: 1199px) {
    section.about {
        margin: 50px 0 0 0;
        background: #f1f5f9;
        padding: 30px 0 0 0;
    }
}

section.blog {
    margin: 50px 0 0 0;
    padding: 0px 0 0 0;
}

section.blog h2 {
    font-weight: bold;
    text-align: center;
    display: block !important;
    font-size: 30px;
    background: linear-gradient(to right, #0ea5e9, #2563eb);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;
}


section.blog p.lead {
    text-align: center;
    font-size: 25px;
    color: #272e3d;
}

section.blog .row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -50px;
}

section.blog .element {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #FFF;
    border-radius: 15px;
    width: 330px;
    border: 1px solid #e2e8f0;
    padding: 30px 30px 10px 30px;
    box-shadow: 3px 3px 3px #a4a4a4;
    cursor: pointer;
    margin: -15px 0 35px 0;
    color: #707f94;
    width: 100%;
    position: relative;
    top: 50px;
    transition: all 0.3s ease-in-out;
}

section.blog .element:hover {
    border: 1px solid #0ea5e9;
    transform: scale(1.05) translateY(-15px);
}

section.blog .element .row {
    height: 100%;
    flex: 1;
}

section.blog .element img {
    width: 100%;
    display: block;
    border-radius: 30px;
}

section.blog .element a {
    color: #0f172a;
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    display: block;
    margin: 15px 0 0 0;
}

section.blog .element p {
    color: #707f94;
    font-size: 16px;
    line-height: 24px;
    margin: 15px 0 0 0;
    display: block;
}

section.blog .element ul {
    margin: 15px 0 20px 0;
}

section.blog .element ul li {
    font-weight: bold;
    font-size: 14px;
    margin: 0 0 15px 0;
    background: url('../images/icon-check.png') no-repeat;
    list-style: none;
    padding: 0 0 0 30px;
}

section.blog .element a.more {
    background: linear-gradient(to right, #0ea5e9, #2563eb);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: block;
    text-align: right;
    text-transform: uppercase;
    font-weight: bold;
    font-style: italic;
    float: right;
    display: block;
    transition: all 0.3s ease-in-out;
    font-size: 14px;
}

section.blog .element a.more span {
    background: url('../images/icon-arrow-services.png') no-repeat;
    width: 43px;
    height: 16px;
    display: inline-block;
    position: relative;
    top: 2px;
    margin: 0 10px 0 0;
}

section.blog .element a.more:hover {
    transform: scale(1.05);
}

@media screen and (max-width: 1199px) {
    section.blog .col-lg-4 {
        margin-bottom: 30px;
    }
}

section.portfolio {
    margin: 120px 0 0 0;
    background: #f1f5f9;
    padding: 30px 0 0 0;
}

section.portfolio h2 {
    font-weight: bold;
    text-align: center;
    display: block !important;
    font-size: 30px;
    background: linear-gradient(to right, #0ea5e9, #2563eb);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;
}


section.portfolio p.lead {
    text-align: center;
    font-size: 25px;
    color: #272e3d;
}

section.portfolio .partners {
    margin: 30px 0 0 0;
    padding: 0 0 50px 0;
    
}

section.portfolio .partners .element {
    float: left;
    padding: 10px;
}

section.portfolio .partners .element img {
   width: 90%;
   display: block;
   margin: auto;
   border-radius: 30px;
   box-shadow: 10px 5px 5px #d6e9f3;
}

section.portfolio .arrows {
    position: relative;
}

section.portfolio .arrows span.arrow-left {
    background: url('../images/icon-arrow-left.png') no-repeat;
    width: 26px;
    height: 45px;
    display: block;
    position: absolute;
    left: -30px;
    top: -180px;
    cursor: pointer;
}

section.portfolio .arrows span.arrow-right {
    background: url('../images/icon-arrow-right.png') no-repeat;
    width: 26px;
    height: 45px;
    display: block;
    position: absolute;
    right: -20px;
    top: -180px;
    cursor: pointer;
}


section.contact {
    margin: 50px 0 0 0;
    background: #FFF;
    padding: 30px 0 0 0;
}

section.contact h2 {
    font-weight: bold;
    text-align: center;
    display: block !important;
    font-size: 30px;
    background: linear-gradient(to right, #0ea5e9, #2563eb);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;
}


section.contact p.lead {
    text-align: center;
    font-size: 25px;
    color: #272e3d;
}

section.contact fieldset {

}

section.contact fieldset input[type=text] {
    display: block;
    width: 100%;
    border: 1px solid #e2e8f0;
    border-radius: 15px;
    padding: 10px 15px;
    box-shadow: 3px 3px 3px #a4a4a4;
    margin: 30px 0 30px 0;
}

section.contact fieldset input[type=email] {
    display: block;
    width: 100%;
    border: 1px solid #e2e8f0;
    border-radius: 15px;
    padding: 10px 15px;
    box-shadow: 3px 3px 3px #a4a4a4;
    margin: 30px 0 30px 0;
}

section.contact fieldset input:focus {
    outline: none;
}

section.contact fieldset textarea {
    display: block;
    width: 100%;
    border: 1px solid #e2e8f0;
    border-radius: 15px;
    padding: 10px 15px;
    box-shadow: 3px 3px 3px #a4a4a4;
    margin: 0 0 30px 0;
    height: 150px;
}

section.contact fieldset textarea:focus {
    outline: none;
}



section.contact fieldset input[type=submit] {
    display: inline-block;
    width: 230px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    color: #FFF;
    background: linear-gradient(to right, #2563eb 0%, #0ea5e9 100%);
    transition: all 0.3s ease-in-out;
    border-radius: 15px;
    padding: 10px 20px;
    margin: 20px 0 0 0;
    cursor: pointer;
    border: 0px;
    text-transform: uppercase;
    float: right;
}

section.contact fieldset input[type=submit] span {
    display: block;
    background: url('../images/icon-arrow-contact.png') no-repeat;
    width: 43px;
    height: 16px;
    display: block;
    float: left;
}

section.contact fieldset input[type=submit]:hover {
    background: linear-gradient(to right, #0ea5e9 0%, #2563eb 100%);
    transform: scale(1.05);
}


section.contact .company-info {
    margin: 30px 0 0 0;
    color: #272e3e;
}

section.contact .company-info .pre {
    border-bottom: 1px solid #e2e8f0;
    text-align: right;
}


section.contact .company-info .pre span {
    font-weight: bold;
    text-align: right;
    display: block !important;
    font-size: 30px;
    background: linear-gradient(to right, #0ea5e9, #dd0055);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;
}

section.contact .company-info .tel {
    float: right;
    margin: 30px 0 0 0;
    font-size: 20px;
}

section.contact .company-info .tel span {
    display: block;
    font-size: 16px;
}

section.contact .company-info .tel .row {
    margin-bottom: 30px;
}

section.contact .company-info .email {
    float: right;
    margin: 15px 0 0 0;
    font-size: 20px;
}

section.contact .company-info .email span {
    display: block;
    font-size: 16px;
}

@media screen and (max-width: 1199px) {
    section.contact {
        margin: 100px 0 0 0;
        background: #FFF;
        padding: 30px 0 0 0;
    }
}

footer {
    background: linear-gradient(to right, #0ea5e9, #2b2382);
    width: 100%;
    padding: 30px 0;
    color: #FFF;
}


.line {
    background: url('../images/footer-line.png') no-repeat;
    width: 100%;
    height: 8px;
    margin: 50px 0 10px 0;
}

footer a.logo {
    background: url('../images/logo-footer.png') no-repeat;
    width: 192px;
    height: 93px;
    display: block;
}

footer .copy {
    font-size: 16px;
    line-height: 30px;
    margin: 10px 0 0 0;
}

@media screen and (max-width: 1199px) {
    footer .col-lg-7 {
        margin-top: 30px;
    }
}


.error {
    background: #ffadad;
    border: 1px solid #ff6565;
    color: #660000;
    padding: 10px;
    margin: 0 5px 20px 0;
    font-size: 15px;
    border-radius: 10px;
}

.finish {
    background: #99ffac;
    border: 1px solid #31ff58;
    color: #1c6e00;
    padding: 10px;
    margin: 0 5px 20px 0;
    font-size: 15px;
    border-radius: 10px;
}


.arrow-up{
    background: url("../images/arrow_up.png") no-repeat;
    width: 50px;
    height: 50px;
    display: block;
    position: fixed;
    bottom: 20px;
    right: 50px;
    cursor: pointer;
}

@media screen  and (max-width: 980px) {

    .arrow-up{

        bottom: 10px;
        right: 10px;

    }

}

.blog-post {
    margin: 30px 0 0 0;
}

.blog-post h1 {
    font-size: 30px;
    font-weight: bold;
    line-height: 48px;
}

.blog-post .date {
    margin: 15px 0 15px 0;
}

/* Lazy loading styles */
.lazy-load {
    opacity: 0.6;
    transition: opacity 0.3s ease-in-out;
    background-color: #f0f0f0;
}

.lazy-loaded {
    opacity: 1;
}

.partners .element img.lazy-load {
    filter: blur(2px);
}

.partners .element img.lazy-loaded {
    filter: none;
}