.test-title-roles {
    font-size: 30px;
    font-weight: bold;
}
.exp-heading.big {
    font-size: 32px;
}
.test-title-roles {
    line-height: 49px;
    padding-left: 15px;
    display: inline-block;
    position: relative;
    margin-right: 60px;
}
.tests-list {
    margin-bottom: 65px;

}
a.link-test-to {
    display: inline-block;
    line-height: 47px;
    border: 1px solid #ffffff;
    padding: 0 19px;
    border-radius: 24px;
    margin-right: 34px;
    margin-bottom: 34px;
    font-size: 20px;
}
a.link-test-to:hover {
    border-color: #f26f21;
    background: #f26f21;
}
.test-title-roles:before {
    position: absolute;
    width: 5px;
    height: 100%;
    left: 0;
    top: 0;
    background: #f26f21;
    content: '';
    display: block;
}
.category-item-timetable {
    padding: 20px 0;
    font-size: 18px;
    background: #e9e9e9;
    background-size: cover;

}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.message-with-new-req {
    position: fixed;
    width: 400px;
    padding: 30px;
    top: 10%;
    right: 4px;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    background: #fff;
    font-size: 15px;
    z-index: 9999;
    display: none;
}
body .course-main-info ol {
    margin-left: 16px;
}
body .testing-exp:after{
    top: -108px;
}
.cookie-notice {
    display: flex;
    justify-content: space-between;
    position: fixed;
    z-index: 99999;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 40px;
    text-align: center;
    background: rgba(0,0,0,0.8);
    color: #fff;
    visibility: hidden;
    transition: 0.3s ease-in;
    bottom: -200px;
    line-height: 1.3;
}
.cookie-notice.show {
    visibility: visible;
    bottom: 0;
}
.cookie-notice p {
    text-align: left;
    font-size: 12px;
    margin-bottom: 0;
}
.cookie-notice .text-center {
    margin: 0 0 0 20px;
}
.cookie-notice p a {
    color: #fff;
    text-decoration: underline;
}
.cookie-notice strong {
    font-weight: bold;
}
/*-------------------------------------*/
/* update 05/08/2019 */
@media (max-width: 768px) {

    .cookie-notice {
        padding: 10px;
        flex-direction: column;
    }
    .cookie-notice p {
        font: initial;
        font-size: 12px;
    }
    .sign-in.close-notice.btn-primary {
        line-height: 35px;
        padding: 0 20px;
    }

}
@media (max-width: 375px) {

    .cookie-notice p {
        font-size: 20px;
    }

}

/*-------------------------------------*/
/* Slick slider */
.main-screen-slider {
    margin: 0 auto;
}
.main-screen-slider__slide {
    width: 100%;
    min-height: 500px;
    background-color: transparent;
}

.main-screen-slider__slide--banner{
    background-size: contain;
    background-position-x: center;
    height: 500px !important;
    background-image: url('/static/images/school_avtomatizator_mainpage.jpg');
}
.video-wraper video {
    width: 100%;
    height: auto;
}

.main-screen-slider .slick-prev,
.main-screen-slider .slick-next {
    background: white;
}


.main-screen-slider .slick-prev:hover,
.main-screen-slider .slick-next:hover,
.main-screen-slider .slick-prev:focus,
.main-screen-slider .slick-next:focus {
    background: white;
}

.main-screen-slider .slick-prev {
    left: 40px;
    width: 30px;
    height: 30px;
    border-radius: 50%;

}
.main-screen-slider .slick-prev:before {
    content: '<';
    opacity: 1;
    color: #3d3d3e;
    font-family: monospace;

}

.main-screen-slider .slick-next {
    right: 40px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}
.main-screen-slider .slick-next:before {
    content: '>';
    opacity: 1;
    color: #3d3d3e;
    font-family: monospace;


}

@media only screen and (max-width: 767px) {

	.hide-at-mobile{
		display:none!important;
	}
}
@media only screen and (min-width: 768px) {

    .hide-at-desktop {
        display: none !important;
    }
}


@media only screen and (max-width: 750px) {
    .main-screen-slider .slick-prev {
        display: inline-block !important;
    }
}

.mobile-banner {
    display: none;
}
@media (max-width: 1024px) {
    .home-slider {
        display: none;
    }
    .mobile-banner {
        display: block;
    }
}

.mobile-banner {
    display: none;
    width: 100%;
    height: auto;
}

/*@media (max-width: 1024px) {
    .home-slider {
        display: none !important;
    }
    .mobile-banner {
        display: block;
    }
}*/
