.slick-prev, .slick-next {
    width: 50px;
    height: 50px;
}
.slick-next {
    right: -50px;
}
.slick-prev {
    left: -50px;
}
.slick-prev:before, .slick-next:before {
    color: #d9d9d9 !important;
    font-size: 40px !important;
}

.slick-slide img {
    width: 100%;
}

.partners_box__row-item {
    max-width: 300px;
    margin: 20px;
}

.modal {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.4);
    display: none;
    justify-content: center;
    align-items: center;
    opacity: 0;
}

.modal.open {
    display: flex;
    opacity: 0;
}

.modal__dialog {
    margin: auto;
    position: relative;
    width: 90%;
    max-width: 700px;
    z-index: 10000000;
}

.modal__dialog img {
    width: 100%;
}

.modal__btnClose {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}


.modal__btnGo {
    position: absolute;
    bottom: 5px;
    left: 5px;
    right: 5px;
    top: 40px;
    cursor: pointer;
}

@media only screen and (max-width : 700px) {
    .modal__btnGo {
        top: 30px;
    }
}
@media only screen and (max-width : 500px) {
    .modal__btnGo {
        top: 20px;
    }
}

#formMain select[name=thema] {
    width: 100%;
    font-size: 18px;
    height: 50px;
}


#formMain .form-row {
    margin-bottom: 10px;
}

.custom-select2 {
    height: 53px;
    position: relative;
    margin-bottom: 2px;
}

.select2-container--default .select2-selection--single {
    height: 57px;
    font-size: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #67657c;
    margin-top: 12px;
    margin-left: 17px;
}


.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 15px;
}


.d-none {
    display: none;
}

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.menu a.topLangSelect {
    display: flex;
    align-items: center;
}

.menu a.topLangSelect img {
    margin-right: 5px;
    height: 24px;
}

.modalSend__tbl {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.modalSend__tbl-item {
    color: #FFF;
    border: 1px solid #fff9c4;
    margin: 10px;
    padding: 5px 10px;
    width: 40%;
    text-align: center;
}

.modalSend__tbl-itemPriceMonth {
    font-size: 12px;
    font-weight: 500;
    background-color: #F00;
    color: #fff9c4;
    padding: 5px 2px;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -5px;
    margin-top: 5px;
}
.modalSend__tbl-itemPriceMonth b {
    font-size: 16px;
    font-weight: 600;
}

.modalSend__tbl-itemOneMonth {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media only screen and (min-width : 700px) {
    .modalSend__tbl-item {
        width: 20%;
    }
}

.modalSend__tbl-itemCost {
    color: #fff9c4;
    font-weight: bold;
    font-size: 20px;
}

.modalSend__tbl-itemDt, .modalSend__tbl-itemDay {
    font-size: 14px;
}