@import url('fonts.css');

body {
    font-family: "Titillium Web", sans-serif;
}

body a {
    color: #000;
    text-decoration: none;
}

body a:hover {
    color: #2c80ff;
}

header {
    border-top: 3px solid #2c80ff;
    padding: 0 30px;
}

.container {
    max-width: 1280px !important;
}


header .logo {
    background: url('../img/logo_n2.png') no-repeat;
    width: 396px;
    height: 133px;
    display: block;
    margin: 25px 0 0 0;
}

header .quick-contact {
    margin: 25px 0 0 0;
    padding: 0 0 11px 0;
    font-weight: normal;
    font-size: 16px;
    border-bottom: 1px solid #e9e9e9;
    width: 100%;
}

header .quick-contact span.telephone {
    background: url('../img/icon-phone.png') no-repeat;
    height: 25px;
    display: inline-block;
    padding: 0 0 0 35px;
    margin: 0 0 0 30px;
    float: right;
}

header .quick-contact span.email {
    background: url('../img/icon-email.png') no-repeat;
    height: 25px;
    display: inline-block;
    padding: 0 0 0 35px;
    float: right;
}

@media screen and (max-width: 1199px) {
    header .logo {
        background: url('../img/logo.png') no-repeat;
        width: 250px;
        height: 71px;
        display: block;
        margin: 25px 0 0 10px;
        background-size: 100%;
    }
}


header nav {
    float: right;
    margin: 15px 0 0 0;
}

header nav ul {}

header nav ul li {
    list-style: none;
    display: block;
    float: left;
}

header nav ul li a {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    margin: 0 15px 0 0;
}

header nav ul li a.home {
    margin: 0;
}

/* SUBMENU */

header nav ul li > ul {
    position: absolute;
    background: #2c80ff;
    margin: 8px 0 0 25px;
    padding: 0px;
    z-index: 1;
    border-radius: 10px;
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}


/* Klasa pokazująca submenu */
.show-submenu {
    display: block;
    opacity: 1;
    visibility: visible;
}

header nav ul li > ul li.arrow {
    background: none;
    border: none;
}

header nav ul li > ul li.arrow span {
    background: url('../img/icon-arrow-menu.png') no-repeat;
    width: 100%;
    height: 12px;
    display: block;
    position: relative;
    top: -8px;
    left: 15px;
}

header nav ul li > ul li {
    padding: 0px;
    margin: 0px;
    float: none;
    border-bottom: 2px solid #87b7ff;
}

header nav ul li > ul li a {
    display: block;
    padding: 10px 20px;
    margin: 0px;
    font-size: 16px;
    color: #FFF;
    font-weight: bold;
}

header nav ul li > ul li a:hover {
    color: #000;
}

header nav ul li > ul li:last-child {
    border: 0px;
}

header nav ul li:hover > ul {
    opacity: 1; /* pełna widoczność przy najechaniu */
    visibility: visible; /* submenu staje się widoczne */
}

.navbar-toggler{
    position: absolute;
    right: 30px;
    top: 40px;
    font-size: 50px;
    color: #000;
    cursor: pointer;
    z-index: 2;
}
.navbar-toggler i {
    font-size: 40px;
}

header .navbar-toggler:focus{
    outline: none;
}

section.slider {
    position: relative;
    margin: 30px 0 0 0;
}

section.slider img {
    width: 100%;
    z-index: 1;
}

section.slider .element {
    position: relative;
}

section.slider .element .data {
    position: absolute;
    width: 100%;
    padding: 30px;
    bottom: 160px;
    background: #000;
    width: 45%;
    border-top: 10px solid #2c80ff;

}

section.slider .element .data h2 {
    color: #FFF;
    font-size: 35px;
    font-weight: bold;
    margin: 0 0 0 90px;
}

section.slider .element .data h2 span {
    display: block;
}

.arrows-slider {
    position: absolute;
    width: 100%;
    padding: 30px;
    bottom: 0;
    right: 0;
}

.arrows-slider span.arrow-left{
    background: url('../img/slider-arrow-left.png') no-repeat;
    width: 65px;
    height: 65px;
    display: block;
    position: absolute;
    left: 30px;
    bottom: 195px;
    cursor: pointer;
}

.arrows-slider span.arrow-right{
    background: url('../img/slider-arrow-right.png') #000 center center no-repeat;
    border-top: 10px solid #2c80ff;
    width: 105px;
    height: 155px;
    padding: 30px 20px;
    display: block;
    position: absolute;
    right: 0px;
    bottom: 160px;
    cursor: pointer;

}

@media screen and (max-width: 1199px) {
    section.slider .element .data {
        position: absolute;
        width: 100%;
        padding: 5px;
        bottom: 10px;
        background: #000;
        width: 45%;
        border-top: 10px solid #2c80ff;
    }

    section.slider .element .data h2 {
        color: #FFF;
        font-size: 18px;
        font-weight: normal;
        margin: 0 0 0 0px;
    }
}

section.services {
    background-image: linear-gradient(#1b4488, #2c80ff);
    margin: 80px 0 0 0;
    color: #FFF;
    padding: 50px;
}

section.services p {
    font-size: 20px;
    font-weight: lighter;
    text-align: center;
}

section.services h2 {
    color: #FFF;
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 30px 0;
}

section.services .boxes {
    margin: 70px 0 0 0;
}

section.services .boxes .element {
    background: #FFF;
    color: #000;
    padding: 30px;
    border-radius: 10px;
    border-bottom: 5px solid #000000;
}

section.services .boxes .element img {
    margin: auto;
    display: block;
    height: 81px;
}

section.services .boxes .element span.name {
    display: block;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin: 30px 0 0 0;
    height: 70px;
}

section.services .boxes .element span.single {
    position: relative;
    top: 20px;
}

section.services .boxes .element a.more {
    background: #2c80ff;
    color: #FFF;
    font-weight: bold;
    font-size: 17px;
    border-radius: 10px;
    padding: 7px 5px;
    text-transform: uppercase;
    margin: 30px 0 0 0;
    display: block;
    text-align: center;
}

section.services .boxes .element a.more span {
    background: url('../img/icon-arrow-more.png') no-repeat;
    width: 23px;
    height: 18px;
    display: inline-block;
    position: relative;
    top: 3px;
    left: 10px;
}

section.services .boxes .element a.more:hover {
    background: #000;
    color: #FFF;
}

@media screen and (max-width: 1199px) {

    section.services {
        margin: 50px 0 0 0;
        color: #FFF;
        padding: 30px;
    }

    section.services h2 {
        font-size: 30px;
        margin: 0 0 20px 0;
    }

    section.services .boxes {
        margin: 30px 0 0 0;
    }

    section.services .boxes .element {
        margin: 0 0 30px 0;
    }
}

section.catalog {
    margin: 0px 0 0 0;
    color: #000;
    padding: 50px;
    position: relative;
}

section.catalog .container {
    position: relative;
}

section.catalog p {
    font-size: 20px;
    font-weight: lighter;
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
    padding: 0 0 15px 0;
}

section.catalog h3 {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
    padding: 0 0 15px 0;
}

section.catalog h2 {
    color: #000;
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 30px 0;
}

section.catalog h2 span {
    color: #2c80ff;
}

section.catalog .boxes {
    margin: 30px 0 0 0;
}

section.catalog .boxes .element {
    background: url('../img/box-catalog-1.png') no-repeat;
    width: 364px;
    /*height: 109px;*/
    display: block;
    cursor: pointer;
    margin: 0 auto;
}

section.catalog .boxes .element:hover {
    background: url('../img/box-catalog-hover-1.png') no-repeat;
}

section.catalog .boxes .element .shadow {
    border-radius: 50%;
    width: 60%;
    height: 150px;
    margin: 0 0 0 50px;
    background: black;
    opacity: 0.4;
    -webkit-filter: blur(30px);
    -webkit-transform: scale(1, 0.2);
    position: relative;
    top: 0px;
}

section.catalog .boxes .element .content {
    padding: 20px 0 0 20px;
    width: 100%;
}

section.catalog .boxes .element .content .icon {
    display: block;
    float: left;
    position: relative;
    top: -5px;
}

section.catalog .boxes .element .content .name {
    font-size: 40px;
    font-weight: bold;
    margin: 0 0 0 30px;
    display: block;
    float: left;
    text-transform: uppercase;
}

section.catalog .boxes .element .content .name-small {
    font-size: 33px;
    font-weight: bold;
    margin: 6px 0 0 15px;
    display: block;
    float: left;
    text-transform: uppercase;
}

section.catalog .boxes .element .content .name-small-two {
    font-size: 33px;
    font-weight: bold;
    margin: -14px 0 0 15px;
    display: block;
    float: left;
    text-transform: uppercase;
}



section.catalog .boxes .element .content .arrow {
    float: right;
    display: block;
    background: url('../img/icon-catalog-arrow.png') no-repeat;
    width: 44px;
    height: 36px;
    margin: 15px 80px 0 0;
}

section.catalog .arrows {

}

section.catalog .arrows span.arrow-left-catalog {
    background: url('../img/icon-catalog-arrow-left.png');
    width: 34px;
    height: 63px;
    display: block;
    position: absolute;
    bottom: 150px;
    left: -60px;
    cursor: pointer;
}

section.catalog .arrows span.arrow-right-catalog:hover {
    background-position: 0 -63px;
}

section.catalog .arrows span.arrow-right-catalog {
    background: url('../img/icon-catalog-arrow-right.png');
    width: 34px;
    height: 63px;
    display: block;
    position: absolute;
    bottom: 150px;
    right: -60px;
    cursor: pointer;
}

section.catalog .arrows span.arrow-left-catalog:hover {
    background-position: 0 -63px;
}

@media screen and (max-width: 1199px) {

    section.catalog {
        margin: 15px 0 0 0;
        color: #000;
        padding: 15px;
        position: relative;
    }

    section.catalog h2 {
        color: #000;
        font-size: 30px;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
        margin: 0 0 15px 0;
    }

    section.catalog .boxes .element {
        background: url('../img/box-catalog-1.png') no-repeat;
        width: 300px;
        background-size: 100%;
    }

    section.catalog .boxes .element .content .name {
        font-size: 33px;
        font-weight: bold;
        margin: 0 0 0 20px;
        display: block;
        float: left;
        text-transform: uppercase;
    }

    section.catalog .boxes .element .content .name-small {
        font-size: 30px;
        font-weight: bold;
        margin: 6px 0 0 15px;
        display: block;
        float: left;
        text-transform: uppercase;
    }

    section.catalog .boxes .element .content .name-small-two {
        font-size: 30px;
        font-weight: bold;
        line-height: 30px;
        margin: 0px 0 0 15px;
        display: block;
        float: left;
        text-transform: uppercase;
    }

    section.catalog .boxes .element .content .arrow {
        float: right;
        display: block;
        background: url('../img/icon-catalog-arrow.png') no-repeat;
        width: 30px;
        height: 25px;
        background-size: 100%;
        margin: 15px 23px 0 0;
    }
}

section.about {
    margin: 120px 0 0 0;
}

section.about h2 {
    position: relative;
    font-size: 35px;
    font-weight: bold;
    border-left: 130px solid #000000;
    padding: 0 0 0 30px;
    margin: 0 0 30px 0;
}

section.about h2 span {
    display: block;
    position: absolute;
    background: #2c80ff;
    width: 130px;
    height: 90px;
    left: -140px;
    z-index: -2;
    bottom: 10px;
}

section.about h2 p.break {
    color: #2c80ff;
    font-size: 35px;
    font-weight: bold;
    padding: 0;
}

section.about h3 {
    position: relative;
    font-size: 35px;
    font-weight: bold;
    border-left: 130px solid #000000;
    padding: 0 0 0 30px;
    margin: 0 0 30px 0;
}

section.about h3 span {
    display: block;
    position: absolute;
    background: #2c80ff;
    width: 130px;
    height: 90px;
    left: -140px;
    z-index: -2;
    bottom: 10px;
}

section.about h3 p.break {
    color: #2c80ff;
    font-size: 35px;
    font-weight: bold;
    padding: 0;
}

section.about p {
    line-height: 40px;
    font-size: 23px;
    font-weight: lighter;
    padding: 0 0 0 160px;
}

section.about .about-pic {
    float: right;
    margin: -30px 50px 0 0;
}

section.about a.more {
    background: #2c80ff;
    color: #FFF;
    font-weight: bold;
    font-size: 17px;
    border-radius: 10px;
    padding: 12px 5px;
    text-transform: uppercase;
    margin: 60px 0 0 160px;
    display: block;
    text-align: center;
    width: 200px;
    box-shadow: 8px 8px 0 #000;
}

section.about  a.more span {
    background: url('../img/icon-arrow-more.png') no-repeat;
    width: 23px;
    height: 18px;
    display: inline-block;
    position: relative;
    top: 3px;
    left: 10px;
}

section.about a.more:hover {
    background: #000;
    color: #FFF;
}

@media screen and (max-width: 1199px) {
    section.about {
        margin: 30px 0 0 0;
    }

    section.about h2 {
        position: relative;
        font-size: 35px;
        font-weight: bold;
        border-left: 0;
        padding: 0 0 0 0;
        margin: 0 0 30px 0;
    }

    section.about h3 {
        position: relative;
        font-size: 35px;
        font-weight: bold;
        border-left: 0;
        padding: 0 0 0 0;
        margin: 0 0 30px 0;
    }

    section.about p {
        line-height: 30px;
        font-size: 23px;
        font-weight: lighter;
        padding: 0 0 0 0;
    }

    section.about a.more {
        background: #2c80ff;
        color: #FFF;
        font-weight: bold;
        font-size: 17px;
        border-radius: 10px;
        padding: 12px 5px;
        text-transform: uppercase;
        margin: 30px auto 15px auto;
        display: block;
        text-align: center;
        width: 200px;
        box-shadow: 8px 8px 0 #000;
    }

    section.about .about-pic {
        float: none;
        margin: 30px 0 0 0;
    }

    section.about .about-pic img {
        width: 100%;
        display: block;
        margin: 30px 0 0 0;
    }
}


section.portfolio {
    background-image: linear-gradient(#1b4488, #2c80ff);
    margin: 80px 0 0 0;
    color: #FFF;
    padding: 50px;
}

section.portfolio strong {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    display: block;
}

section.portfolio p {
    font-size: 20px;
    font-weight: lighter;
    text-align: center;
}

section.portfolio h2 {
    color: #FFF;
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 30px 0;
}

section.portfolio .boxes {
    margin: 30px 0 0 0;
}

section.portfolio .boxes .element {
    background: #FFF;
    color: #000;
    padding: 30px;
    border-radius: 10px;
    border-bottom: 5px solid #000;
}

section.portfolio .boxes .ndm {
    padding: 30px 30px 30px 30px;
}

section.portfolio .boxes .element img {
    width: 100%;
}

section.portfolio .boxes .element span.cat {
    background: #2c80ff;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    border-radius: 10px;
    padding: 10px;
    display: block;
}

section.portfolio a.more {
    background: #000;
    color: #FFF;
    font-weight: bold;
    font-size: 17px;
    border-radius: 10px;
    padding: 12px 5px;
    text-transform: uppercase;
    margin: 60px auto;
    display: block;
    text-align: center;
    width: 300px;
}

section.portfolio  a.more span {
    background: url('../img/icon-arrow-more-hover.png') no-repeat;
    width: 23px;
    height: 18px;
    display: inline-block;
    position: relative;
    top: 3px;
    left: 10px;
}

section.portfolio a.more:hover {
    background: #FFF;
    color: #000;
}

section.portfolio a.more:hover span {
    background: url('../img/icon-arrow-more-hover.png') no-repeat;
    background-position: 0 -18px;
    width: 23px;
    height: 18px;
    display: inline-block;
    position: relative;
    top: 3px;
    left: 10px;
}

@media screen and (max-width: 1199px) {
    section.portfolio {
        background-image: linear-gradient(#1b4488, #2c80ff);
        margin: 50px 0 0 0;
        color: #FFF;
        padding: 15px;
    }

    section.portfolio h2 {
        font-size: 30px;
        margin: 15px 0 15px 0;
    }

    section.portfolio .boxes .element {
        width: 100%;
        margin: 0 0 30px 0;
    }

    section.portfolio a.more {
        background: #000;
        color: #FFF;
        font-weight: bold;
        font-size: 17px;
        border-radius: 10px;
        padding: 12px 5px;
        text-transform: uppercase;
        margin: 15px auto;
        display: block;
        text-align: center;
        width: 300px;
    }
}


footer {
    position: relative;
    background-image: linear-gradient(#110602, #1a3f7d);
    margin: 230px 0 0 0;
    color: #FFF;
    padding: 50px;
    border-top: 50px solid #2c80ff;
}

footer .trust-us {
    position: absolute;
    top: -220px;
    background: #FFF;
    border-radius: 10px;
    border: 1px solid #e4e4e4;
    padding: 30px;
    color: #000;
    width: 80%;
    left: 10%;
    margin: auto;
}

footer .trust-us h2 {
    background: #000;
    color: #FFF;
    display: inline-block;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
    padding: 20px 40px;
    box-shadow: -10px -10px 0 #2c80ff;
    position: relative;
    top: -60px;
    left: 30px;
}

footer .trust-us .partners {
    margin: -30px 0 0 15px;

}

footer .trust-us .partners img {
    width: 170px;
    height: auto;
    display: inline-block;
    margin: 0 0 0 0;
}

footer .trust-us .partners img.last {
    margin: 0 0 0 0;
}

footer .trust-us .partners .slick-slide {
    margin: 0 40px;
}
/* the parent */
footer .trust-us .partners .slick-list {
    margin: 0 -40px;
}

@media screen and (max-width: 1199px) {
    footer .trust-us {
        position: absolute;
        top: -200px;
        background: #FFF;
        border-radius: 10px;
        border: 1px solid #e4e4e4;
        padding: 30px;
        color: #000;
        width: 80%;
        left: 10%;
        margin: auto;
        height: 209px;
    }

    footer .trust-us h2 {
        background: #000;
        color: #FFF;
        display: inline-block;
        text-transform: uppercase;
        font-size: 20px;
        font-weight: bold;
        padding: 20px 40px;
        box-shadow: -10px -10px 0 #2c80ff;
        position: relative;
        top: -60px;
        margin: 0 auto;
    }

    footer .trust-us .partners {
        /*margin: 0px 0 0 15px;*/
    }

    footer .trust-us .partners img {


    }
}

footer a.logo {
    background: url('../img/logo-footer-n.png') no-repeat;
    width: 396px;
    height: 133px;
    display: block;
    margin: 30px 0 0 15%;
}

footer .socials {
    margin: 30px 0 0 15%;
}

footer .socials a.fb {
    background: url('../img/icon-fb.png') no-repeat;
    width: 60px;
    height: 60px;
    display: inline-block;
}

footer .socials a.fb:hover {
    background-position: 0 -60px;
}

footer .socials a.ig {
    background: url('../img/icon-ig.png') no-repeat;
    width: 60px;
    height: 60px;
    display: inline-block;
    margin: 0 0 0 15px;
}

footer .socials a.ig:hover {
    background-position: 0 -60px;
}

footer .copy {
    margin: 30px 0 0 15%;
}

footer ul {
    margin: 50px 0 0 0;
}

footer ul li {
    list-style: none;
    display: block;
    font-size: 23px;
    font-weight: bold;
    text-transform: uppercase;
}

footer ul li a {
    color: #FFF;
    font-size: 18px;
    font-weight: normal;
    padding: 0 0 0 0;
    position: relative;
}

footer ul li a span {
    background: url('../img/icon-footer-arrow.png') no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    left: -30px;
    top: 4px;
}

footer ul li a:hover span {
    background-position: 0 -20px;
}

footer .location {
    margin: 50px 0 0 0;
}

footer .location span.company-name {
    font-size: 23px;
    font-weight: bold;
}

footer .location span {
    display: block;
}

footer .location span.company-open {
    margin: 30px 0 0 0;
    font-size: 18px;
    font-weight: bold;
}

@media screen and (max-width: 1199px) {
    footer {
        margin: 230px 0 0 0;
        padding: 15px;
        border-top: 50px solid #2c80ff;
    }

    footer a.logo {
        background: url('../img/logo-footer.png') no-repeat;
        width: 300px;
        height: 85px;
        background-size: 100%;
        margin: 30px 0 0 0;
    }

    footer .socials {
        margin: 30px 0 0 0;
    }

    footer .copy {
        margin: 30px 0 0 0;
    }
}

/* SLICK DOTS */

.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;

    list-style-type: none;



}

.slick-dots li {
    margin: 0 0.25rem;
    background-color: #ededed;
    width: 50px !important;
    height: 5px !important;
    padding: 0;

    border: none;
    border-radius: 20px;
}

.slick-dots button {
    display: block;
    width: 50px !important;
    height: 5px !important;
    padding: 0;

    border: none;
    border-radius: 20px;


    text-indent: -9999px;
}

.slick-dots li.slick-active button {
    background-color: #2c80ff;
}

section.menu-mobile{
    width: 100%;
    display: none;
    margin: 30px 0 15px 0;
    z-index: 10;
    position: fixed;
    top: 120px;
}

section.menu-mobile {
    margin-top: 50px;
}

section.menu-mobile ul{
    margin: 0px 0 0px 0;
    padding: 0;
    background: #2c80ff;
}

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;
}


section.blog {
    margin: 0px 0 0 0;
    color: #000;
    padding: 50px;
    position: relative;
}

section.blog .container {
    position: relative;
}

section.blog p {
    font-size: 20px;
    font-weight: lighter;
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
    padding: 0 0 15px 0;
}

section.blog h3 {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
    padding: 0 0 15px 0;
}

section.blog h2 {
    color: #000;
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 30px 0;
}

section.blog h2 span {
    color: #2c80ff;
}

section.blog .element {
    border: 1px solid #f0f0f0;
    padding: 30px;
    border-radius: 10px;
    border-bottom: 5px solid #2c80ff;
}

section.blog .element h2 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
    padding: 0 0 15px 0;
}

section.blog .element p {
    margin: 15px 0 0 0;
    text-align: left;
    font-size: 18px;
    font-weight: normal;
}

section.blog .element .pic img {
    width: 100%;
    display: block;
}

section.blog .element a.more {
    background: #2c80ff;
    color: #FFF;
    font-weight: bold;
    font-size: 17px;
    border-radius: 10px;
    padding: 7px 5px;
    text-transform: uppercase;
    margin: 30px 0 0 0;
    display: block;
    text-align: center;
}

section.blog .element a.more span {
    background: url('../img/icon-arrow-more.png') no-repeat;
    width: 23px;
    height: 18px;
    display: inline-block;
    position: relative;
    top: 3px;
    left: 10px;
}

section.blog .element a.more:hover {
    background: #000;
    color: #FFF;
}


.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;
}