body {
    color: #00324b;
    font-size: 14px;
}

a:hover {
    text-decoration: none;
    color: #FFF;
}

hr.lblue {
    border-top: 5px solid #6caae3;
}

.mb25 {
    margin-bottom: 25px !important;
}

.content {
    padding: 0px 20px;
}

.top-banner {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 10px;
}

.recruitment-button {
    display: inline-block;
    background-image: url(https://www.civitas.edu.pl/wp-content/themes/civitas/assets/images/icon-arrow-right.png);
    background-repeat: no-repeat;
    background-position: 90% center;
    background-size: auto;
    background-color: #d4395f;

    padding: 15px 30px;
    padding-right: 50px;
    font-weight: bold;
    font-size: 1.2em;
    min-height: 30px;
    letter-spacing: 0.025em;
    line-height: 30px;

    text-transform: uppercase;
    color: #FFF;

    min-width: 313px;
    text-align: center;
}

.recruitment-button:hover {
    background-color: rgb(214, 29, 74);
    color: #FFF;
}

.section-title {
    position: relative;
    font-size: 22px;
    color: #00324d;
    font-weight: bold;
    height: 26px;
    line-height: 26px;
    text-align: center;
    margin-top: 10px;
}

.section-title > span {
    display: inline-block;
    background: #FFF;
    position: relative;
    z-index: 10;
    padding: 0 13px;
}

.section-title:before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 100%;
    height: 3px;
    background-color: #6aabe3;
}

.assets {
    margin: 0;
    margin-bottom: 20px;
}

.icon-assets {
    width: 62px;
    padding-top: 5px;
}

.description-assets {
    width: calc(100% - 62px);
}

.study-selector {

}

.study-selector > div:not(:nth-child(1)) {
    border-left: 1px solid #00324d;
}

.study-selector .study-selector-title {
    color: #66ade5;
    font-size: 22px;
    font-weight: bold;
}

@media (min-width: 1200px) {
    .container {
        max-width: 847px;
        padding: 0px;
        /*border: 1px solid red; !*testowo*!*/
    }
}

/* Accordion */

.accordion-title {
    position: relative;
    width: calc(100% - 39px);
    margin-top: 19px;
    height: 37px;
    padding-left: 6px;
    font-size: 12px;
    color: #FFF;
    background-color: #00324d;
    line-height: 37px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
}

.accordion-title:before {
    content: '';
    position: absolute;
    right: -39px;
    top: 0px;
    width: 35px;
    height: 100%;
    background-color: #6caae3;
}

.accordion-title:after {
    content: 'v';
    position: absolute;
    right: -39px;
    top: 0px;
    width: 35px;
    height: 100%;
    color: #00324d;
    text-align: center;
    font-size: 25px;
    text-transform: lowercase;
    transform: rotate(0deg);
    transition: transform 0.2s linear;
}

.accordion-title.active:after {
    transform: rotate(180deg);
}

.accordion-content a {
    display: block;
    color: #00324b;
    border-bottom: 1px solid #6e6d72;
    font-size: 12px;
    padding-bottom: 10px;
    padding-top: 7px;
}

.accordion-content a:hover {
    color: #d4395f;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s linear;
}

.accordion-content.active {
    max-height: 500px;
}

.footer-r-descr {
    background-image: url(../img/point-icon.jpg);
    background-repeat: no-repeat;
    background-position: center right;
    width: 270px;
    padding-right: 50px;
    font-size: 13px;
    background-size: contain;
    line-height: normal;
}

.footer-phone,
.footer-phone:hover {
    display: inline-block;
    font-size: 17px;
    color: #d4395f;
    font-weight: bold;
    background-image: url(../img/phone-icon.jpg);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 46px;
    height: 40px;
    line-height: 40px;
}

.social-icon {
    display: inline-block;
    width: 21px;
    height: 20px;
    background-image: url(../img/social-icons.jpg);
    background-position: 0 0;
}

.social-icon.facebook {
    background-position: 0 0;
}

.social-icon.instagram {
    background-position: -24px 0;
}

.social-icon.linkedin {
    background-position: -47px 0;
}

.social-icon.youtube {
    background-position: -70px 0;
}

.social-icon.twitter {
    background-position: -94px 0;
}

#Footer {
    padding-bottom: 30px;
}



/** Cookie Notice ***/
#cronox-cookie-notice {
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0;
    z-index: 1000000;
    background: #0d2a31;
    color: #FFF;
    font-size: 12px;
    padding: 10px 0px;
    display: none;
}

#cronox-cookie-notice .close-notice{
    float: left;
    background: #4b7898;
    padding: 5px 20px;
    margin-top: 12px;
    font-size: 14px;
    cursor: pointer;
}
