.footer-title {
    display: block;
}

.buttonpay {
    width: 100%;
}


.__courses {
    border-bottom: 1px solid #ddd !important;
}


.__professional .videoblock-button2 {
    min-height: 300px;
    background-size: cover;
    cursor: pointer;
}

.videoblock-button2:hover::before {
    background:#ffd500;
}
.videoblock-button2::before {
    content: '';
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    -webkit-transition: all 200ms;
    transition: all 200ms;
}

.videoblock-button2::after {
    content: '';
    content: '\e936';
    font-family: icomoon;
    font-size: 24px;
    color: #af9365;
    position: absolute;
    top: 50%;
    left: 50.2%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 4;
}

.giftvoucher-form .submit_wrap button {
    font-size: 12px;
}

.basketitem {
    float: none !important;
}

.promoblock {
    float: none !important;
}

@media (min-width: 1200px) {
    .basketitem {
        padding: 0 0 100px 0 !important;
    }
}

.alert-notice {
    width: 100%;
    text-align: center;
    background-color: #FAD500;
    position: relative;
    color: #061420;
    padding: 20px;
    z-index: 999;
    font-size: 16px;
}
