@font-face {
    font-family: Proxima Nova;
    font-weight: 300;
    src: url("/fonts/ProximaNovaLight.otf") format("opentype");
}

@font-face {
    font-family: Proxima Nova;
    font-weight: 400;
    src: url("/fonts/ProximaNovaRegular.otf") format("opentype");
}

@font-face {
    font-family: Proxima Nova;
    font-weight: 600;
    src: url("/fonts/ProximaNovaSemibold.otf") format("opentype");
}

@font-face {
    font-family: Proxima Nova;
    font-weight: 700;
    src: url("/fonts/ProximaNovaBold.otf") format("opentype");
}

body {
    background: #F2F2F2;
    color: #2F3441;
}

a {
    color: #2F3441;
}

a:hover {
    color: #2F3441;
    text-decoration: none;
}

h1 {
    font: 300 35px/44px Proxima Nova;
    margin-bottom: 20px;
}

.aktion {
    padding: 5px 20px;
}

.header {
    min-height: 100px;
    background: #fff;
    padding-top: 40px;
    margin-bottom: 50px;
}

.logo {
    width: 100%;
    max-width: 213px;
}

.item {
    display: block;
    height: 240px;
    background: radial-gradient(66.61% 86.29% at 90.89% 76.42%, #FFADDE 0%, #FFFFFF 100%);
    border-radius: 5px;
    padding: 20px;
    font: 300 20px/24px Proxima Nova;
}

.item--green {
    background: radial-gradient(48.7% 100.3% at 98.62% -3.66%, #1EBFA4 0%, #C4FFF4 100%);
}

.item--seminar {
    background: conic-gradient(from -48.77deg at 50% 50%, #DAFFE4 0deg, rgba(248, 249, 251, 0) 360deg), conic-gradient(from 229.15deg at 50% 50%, #B9DBFF 0deg, #FFFFFF 0deg, #B9DBFF 360deg);
}

.item--white {
    background: #fff;
}

.item--test {
    background: radial-gradient(66.61% 86.29% at 90.89% 76.42%, #FFEC44 0%, #FFFFFF 100%);
}

.item--game {
    background: radial-gradient(66.61% 86.29% at 90.89% 76.42%, #CDE2EA 0%, #FFFFFF 100%);
}

.item--new {
    background: #FFFFFF;
    border: 2px dashed #D6D6D6;
    box-sizing: border-box;
    box-shadow: 0px 8px 11px -8px rgba(68, 75, 95, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font: 300 15px Proxima Nova;
    color: #4F4F4F;
}

.item__type {
    font: 300 18px Proxima Nova;
    margin-bottom: 20px;
}

.item__title {
    font: 300 40px Proxima Nova;
    margin-bottom: 20px;
}

.cal__day {
    font: 300 60px/60px Proxima Nova;
    color: #F1361D;
    text-align: center;
}

.cal__week {
    font: 300 15px Proxima Nova;
    color: #F1361D;
    text-align: center;
    padding-bottom: 10px;
}

.cal__month {
    padding-top: 10px;
    font: 300 14px Proxima Nova;
    text-align: center;
    border-top: solid 1px #000;
    margin: 0 20%;
}

a.item {
    text-decoration: none;
}

.menu .menu__rubric {
    display: block;
    margin-bottom: 20px;
    text-decoration: none;
    font: 700 16px Proxima Nova;
}

.menu__services {
    position: absolute;
    top: -20px;
    left: 100%;
    border-radius: 3px;
    background: #fff;
    padding: 5px 10px;
    margin-top: 10px;
    z-index: 99;
    width: 300px;
    min-height: 900px;
}

.menu__services a {
    display: block;
    font: 400 16px Proxima Nova;
    padding: 5px 0;
}

.hidden {
    display: none;
}

.menu2 {
    display: none;
}

.menu a:hover .menu2 {
    display: block;
}

.title {
    font: 300 35px Proxima Nova;
    margin-bottom: 20px;
}

.footer {
    padding: 40px 0;
    border-top: 1px solid #E9E7E6;
    font: 400 13px Proxima Nova;
}

.footer a {
    text-decoration: underline;
    color: #2F3441;
}

a.footer__phone {
    font: 700 18px Proxima Nova;
    text-decoration: none;
}

.btn-more {
    border: 1px solid #000000;
    border-radius: 3px;
}

.bg {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 100;
}

.mod {
    width: 100%;
    max-width: 900px;
    height: 80%;
    background: #fff;
}

.modal-body {
    background: radial-gradient(66.61% 86.29% at 90.89% 76.42%, #D7ECE8 0%, #FFFFFF 100%);
}

.btn-primary {
    min-width: 200px;
}

@media (max-width: 768px) {
    .item {
        height: 100%;
        min-height: 240px;
    }

    .menu__services {
        position: static;
        width: 100%;
        height: auto;
    }
}