  @charset "UTF-8";
/*
Theme Name: Sadko
Description: This theme was created for sadkoeducation.com
Theme URI: https://wpthemes.com.ua/portfolio/themes/sadko/
Author URI: https://wpthemes.com.ua/
Author: Oleh Kosarenko
Requires at least: 4.9.6
Requires PHP: 5.2.4
Version: 1.0
Tags: custom theme
*/

@import url('assets/css/tpl-main.css');
@import url('assets/css/tpl-contacts.css');
@import url('assets/css/tpl-partners.css');
@import url('assets/css/tpl-reviews.css');
@import url('assets/css/tpl-courses.css');
@import url('assets/css/tpl-lectors.css');
@import url('assets/css/tpl-gallery.css');
@import url('assets/css/tpl-nc_dpo.css');
@import url('assets/css/tpl-about.css');
@import url('assets/css/author.css');

.load {
    background: url('data:image/gif;base64,R0lGODlhEAAQAPIAAP///xhIl8fT5VN3sRhIl3COvo2ly5yw0iH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAEAAQAAADMwi63P4wyklrE2MIOggZnAdOmGYJRbExwroUmcG2LmDEwnHQLVsYOd2mBzkYDAdKa+dIAAAh+QQJCgAAACwAAAAAEAAQAAADNAi63P5OjCEgG4QMu7DmikRxQlFUYDEZIGBMRVsaqHwctXXf7WEYB4Ag1xjihkMZsiUkKhIAIfkECQoAAAAsAAAAABAAEAAAAzYIujIjK8pByJDMlFYvBoVjHA70GU7xSUJhmKtwHPAKzLO9HMaoKwJZ7Rf8AYPDDzKpZBqfvwQAIfkECQoAAAAsAAAAABAAEAAAAzMIumIlK8oyhpHsnFZfhYumCYUhDAQxRIdhHBGqRoKw0R8DYlJd8z0fMDgsGo/IpHI5TAAAIfkECQoAAAAsAAAAABAAEAAAAzIIunInK0rnZBTwGPNMgQwmdsNgXGJUlIWEuR5oWUIpz8pAEAMe6TwfwyYsGo/IpFKSAAAh+QQJCgAAACwAAAAAEAAQAAADMwi6IMKQORfjdOe82p4wGccc4CEuQradylesojEMBgsUc2G7sDX3lQGBMLAJibufbSlKAAAh+QQJCgAAACwAAAAAEAAQAAADMgi63P7wCRHZnFVdmgHu2nFwlWCI3WGc3TSWhUFGxTAUkGCbtgENBMJAEJsxgMLWzpEAACH5BAkKAAAALAAAAAAQABAAAAMyCLrc/jDKSatlQtScKdceCAjDII7HcQ4EMTCpyrCuUBjCYRgHVtqlAiB1YhiCnlsRkAAAOwAAAAAAAAAAAA==') center center no-repeat;
    width: 16px;
    height: 16px;
}

/* Start Cookie */
.cookie-banner {
    background-color: #fff;
    padding: 30px;
    border-radius: 5px;
    width: calc(100% - 20px);
    max-width: 1175px;
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    outline: 1px solid #000;
    outline-offset: -2px;
    z-index: 9999;
    box-sizing: border-box;
}

.cookie-close-top {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    font-size: 30px;
    border: 0;
    background-color: transparent;
    padding: 0;
    transition: background-color 0.2s ease-out;
}

.cookie-close-top:hover {
    background-color: rgba(0, 0, 0, .1);
}

.cookie-details {
    margin-bottom: 25px;
}

.cookie-details__title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}

.cookie-details__des {
    font-size: 16px;
    line-height: normal;
    margin: 0;
}

.cookie-close {
    background-color: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-family: inherit;
    appearance: none;
    background-color: #01AEC9;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    padding: 10px 20px;
    text-align: center;
    transition: background-color 0.2s ease-out;
}

.cookie-close:hover {
    background-color: #0396ad;
}


/* start media */
@media screen and (max-width: 350px) {
    body {
        min-width: 320px;
    }
}

@media (min-width: 1240px) {
    .container {
        max-width: 1200px;
    }
}

img {
    max-width: 100%;
}

section {
    position: relative;
}


h2.title {
    z-index: 100;
    position: absolute;
    width: 100%;
}

.sc_heading {
    min-height: 50px;
}

.h2,
h2.title a {
    color: #000;
}

.sc_heading.clone_title .clone {
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
    width: 100%;
    opacity: 0.05;
    position: absolute;
    bottom: 22px;
    color: #333333;
    text-transform: capitalize;
    left: 10px;
}

@media screen and (max-width: 992px) {

    .h2,
    h2.title {
        text-align: center;
    }

    .sc_heading.clone_title .clone {
        font-size: 2.5rem;
        line-height: 2.5rem;
        font-weight: 700;
        width: 100%;
        opacity: 0.05;
        position: absolute;
        bottom: 22px;
        color: #333333;
        text-transform: capitalize;
        left: 10px;
        text-align: center;
    }
}


@media screen and (max-width: 768px) {
    .sc_heading.clone_title .clone {
        display: none;
    }
}

@media screen and (max-width: 500px) {

    .h2,
    h2 {
        font-size: 1.5rem;
    }

    .sc_heading.clone_title .clone {
        display: none;
    }
}

.center {
    text-align: center;
}

.cusbtn {
    text-decoration: none;
    transition: 0.4s;
    outline: none;
}

.cusbtn:hover {
    text-decoration: none;
    transition: 0.4s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    outline: none;
}

#main-contact .cusbtn {
    background: #FFFFFF;
    color: #000000;
    transition: background 0.2s ease-out, color 0.2s ease-out;
}

#main-contact .cusbtn:hover {
    background: #01AEC9;
    color: #fff;
}


.cusbtn-1 {
    background: #FFFFFF;
    box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.05);
    border-radius: 1000px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #01AEC9;
    display: block;
    height: 50px;
    line-height: 50px;
    width: 200px;
    max-width: 100%;
    position: relative;
    outline: none;
}

#main-socact .cusbtn-1 {
    width: 225px;
}

.cusbtn-1 span {
    display: block;
    position: absolute;
    left: 32px;
}

.cusbtn-1 img {
    position: absolute;
    top: 20px;
    right: 25px;
}



.theme-form-btn {
    height: 40px;
    line-height: 40px;
    background: #01AEC9;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    border: 0;
    outline: none;
}

/*header*/
#header {
    box-sizing: border-box;
    padding-top: 35px;
    padding-bottom: 0;
    background: url(assets/i/header_pages_bg.jpg) center top no-repeat;
    background-size: cover;
}

/*bg of tpl-homepage*/
.home #header {
    background: url(assets/i/header_bg.jpg) center -125px no-repeat;
    background-size: cover;
    min-height: 760px;
    padding-bottom: 230px;
}

/*bg of tpl-courses*/
.page-template-tpl-courses #header {
    background: url(assets/i/headers/courses.jpg) center top no-repeat;
    background-size: cover;
}

/*bg of tpl-gallery*/
.page-template-tpl-gallery #header {
    background: url(assets/i/headers/gallery.jpg) center top no-repeat;
    background-size: cover;
}

/*bg of tpl-partners*/
.page-template-tpl-partners #header {
    background: url(assets/i/headers/partners.jpg) center top no-repeat;
    background-size: cover;
}

/*bg of tpl-nc_dpo*/
.page-template-tpl-nc_dpo #header {
    background: url(assets/i/headers/nc-dpo.jpg) center top no-repeat;
    background-size: cover;
}

/*bg of tpl-nc_dpo*/
.page-template-tpl-contacts #header {
    background: url(assets/i/headers/contacts.jpg) center top no-repeat;
    background-size: cover;
}

/*bg of tpl-nc_dpo*/
.page-template-tpl-reviews #header {
    background: url(assets/i/headers/reviews.jpg?v=2) center top no-repeat;
    background-size: cover;
}

/*bg of tpl-lectors*/
.page-template-tpl-lectors #header {
    background: url(assets/i/headers/lectors.jpg) center top no-repeat;
    background-size: cover;
}

/*bg of tpl-about*/
.page-template-tpl-about #header {
    background: url(assets/i/headers/about-the-center.jpg) center top no-repeat;
    background-size: cover;
}

/*
1.jpg
about-the-center.jpg

*/



#header-logo {
    display: block;
    /*position: absolute;*/
    float: left;
}

@media screen and (max-width: 1300px) {
    #header-logo {
        margin-left: 50px;
    }
}

@media screen and (max-width: 1200px) {
    #header-logo {
        margin-left: 0px;
    }
}

@media screen and (max-width: 1100px) {
    #header-logo {
        margin-left: 50px;
    }
}

@media screen and (max-width: 600px) {
    #header-logo {
        margin-left: 65px;
    }
}

ul#header-menu {
    float: left;
    padding-left: 30px;
    list-style-type: none
}

ul#header-menu li {
    top: 40px;
    padding-right: 29px;
    /* 30px */
    float: left
}

ul#header-menu li:last-child {
    padding-right: 0
}

ul#header-menu li a {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 29px;
    text-shadow: 1px 1px black;
    color: #FFFFFF
}

ul#header-menu li ul {
    display: none;
}

ul#header-menu li:hover ul {
    display: block;
    margin-top: 28px;
    margin-left: -10px;
    position: absolute;
    width: 260px;
    box-sizing: border-box;
    padding: 5px 10px;
    background: rgba(0, 0, 0, 0.8);
    z-index: 100000;
    font-size: 14px;
}

ul#header-menu li ul li {
    width: 100%;
}

ul#header-menu li:hover ul li {
    padding: 5px 0;
    border-bottom: 1px solid #666;
}

ul#header-menu li:hover ul li:last-child {
    border-bottom: none;
}

ul#header-menu li ul:hover {
    display: block;
}

ul#header-menu li a {
    display: block;
    float: left;
}

ul#header-menu li .arrow {
    content: '';
    background: url(assets/i/arrow.svg) center center no-repeat;
    width: 14px;
    height: 29px;
    margin-left: 9px;
    float: left;
}

@media screen and (max-width: 1200px) {
    ul#header-menu {
        display: none;
    }

    /*
        ul#header-menu {
            padding-left: 15px;
        }
        ul#header-menu li {
            padding-right: 15px;
        }*/
}





#header-search {
    float: right;
    width: 36px;
    height: 36px;
}

input {
    outline: none;
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 100%;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
    display: none;
    /* Удаляем иконку поиска и сброса */
}

input[type=search] {

    width: 36px;
    height: 36px;
    line-height: 36px;
    margin-top: -5px;
    /*
    padding-top: 4px;margin-left: 57px;*/
    text-align: center;
    display: block;
    border-radius: 50%;
    box-sizing: border-box;
    border: 1px solid rgb(255, 255, 255, 0.3);
    box-sizing: border-box;
    /*position: absolute;
    right: 350px;*/
    box-shadow: 0 0 0 1px rgb(0 0 0 / 10%);
    background: transparent url(assets/i/header-search-icon.svg) no-repeat center center;
    cursor: pointer;
    /*


    background: #ededed url(assets/i/header-search-icon.svg) no-repeat 9px center;
    border: solid 1px #ccc;
    padding: 9px 10px 9px 32px;
    width: 55px;

    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;
    */
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

input[type=search]:focus {
    width: 186px;
    margin-left: -150px;
    border-radius: 18px;
    background-color: #fff;
    border-color: #6dcff6;

    -webkit-box-shadow: 0 0 5px rgba(109, 207, 246, .5);
    -moz-box-shadow: 0 0 5px rgba(109, 207, 246, .5);
    box-shadow: 0 0 5px rgba(109, 207, 246, .5);
}

/* Заполнитель */
input:-moz-placeholder {
    color: #999;
}

input::-webkit-input-placeholder {
    color: #999;
}





#header-search-btn {
    width: 36px;
    height: 36px;
    margin-top: -5px;
    /*margin-left: 57px;*/
    text-align: center;
    display: block;
    border-radius: 50%;
    box-sizing: border-box;
    border: 1px solid rgb(255, 255, 255, 0.3);
    box-sizing: border-box;
    /*position: absolute;
    right: 350px;*/
    float: right;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 10%);
}

#header-social-icons {
    margin-top: -2px;
    margin-left: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 6px;
    float: right;
    position: relative;
}



@media screen and (max-width: 450px) {

    #header-search,
    #header-search-btn,
    #header-social-icons {
        display: none;
    }
}

.header-social-icon {
    display: block;
    width: 32px;
    height: 32px;
    background: rgb(255, 255, 255, 0.2);
    margin-bottom: 6px;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 10%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-social-icon:last-child {
    margin-right: 0;
}

.header-social-icon img {
    width: 20px;
    height: 20px;
}

#header-top-line {
    width: 100%;
    max-width: 1170px;
    margin: 19px auto 0 auto;
    height: 1px;
    opacity: 0.2;
    background: #FFFFFF;
}

.home #header-top-line {
    margin: 28px auto 0 auto;
}

#header-content-wrap {
    padding-top: 57px;
}

#header-content {
    /*min-height: 146px;*/
    border-left: 6px solid #01AEC9;
    padding-left: 28px;
    margin-bottom: 71px;
}

#header-title {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 60px;
    line-height: 70px;
    color: #FFFFFF;
}


#header-desc {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
    padding-top: 10px;
}

.home #header-title {
    margin-top: 100px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 60px;
    line-height: 70px;
    text-align: center;
    color: #FFFFFF;
    width: 100%;
    min-height: 140px;
    display: block;
    width: 69%;
    margin-left: auto;
    margin-right: auto;
    display: none;
}


@media screen and (max-width: 1550px) {
    #header-title {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {

    #header-title,
    .home #header-title {
        font-size: 2rem;
        line-height: 2.5rem;
    }
}

.new {
    opacity: 0;
}

.div_opacity {
    -webkit-transition: opacity .1s ease-in-out;
    -moz-transition: opacity .1s ease-in-out;
    -ms-transition: opacity .1s ease-in-out;
    -o-transition: opacity .1s ease-in-out;
    transition: opacity .1s ease-in-out;
    opacity: 1;
}

.home #header-desc {
    padding-top: 0;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 20px;
    min-height: 56px;
    display: block;
    width: 100%;

    width: 69%;
    margin-left: auto;
    margin-right: auto;
    display: none;
}

@media screen and (max-width: 768px) {
    #header-desc {
        font-size: 1.5rem;
        line-height: 1.8rem;
    }
}


#header-btn-wrap {
    margin-top: 65px;
    width: 100%;
    height: 50px;
}

#header-btn {
    display: block;
    width: 222px;
    margin: 0 auto 0 auto;
    height: 50px;
    line-height: 50px;
    background: #FFFFFF;
    border-radius: 1000px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #000000;
}


#header-bottom {
    width: 100%;
    height: 201px;
    background: url(assets/i/header_bottom.svg) center 10px no-repeat;
    background-size: cover;
    /*margin-top: 47px; */
    bottom: 0;
    position: absolute;
}

@media screen and (max-width: 1260px) {
    #header-bottom {
        height: 300px;
    }

    #header-btn-wrap {
        margin-bottom: 100px;
    }
}


/*footer*/
footer {
    background: #fff;
    padding-top: 100px;
    padding-bottom: 42px;
}

@media screen and (max-width: 768px) {
    footer {
        background: #fff;
        padding-top: 50px;
        padding-bottom: 0;
    }
}

.footer-main-title {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    color: #333333;
}

.footer-title {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
}

@media screen and (max-width: 992px) {
    .footer-title {
        margin-top: 20px;
    }
}


.footer-desc {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 26px;
    color: #808080;
}

.footer-contacts_css {
    display: grid;
    grid-row-gap: 10px;
}

.footer-contact,
.footer-contact a {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #808080;
    text-decoration: none;
}

.footer-contact a:hover {
    text-decoration: none;
}



.footer-contact-address {
    background: url(assets/i/footer_address.svg) 3px 12px no-repeat;
    padding-left: 30px;
    margin-top: 20px;
    line-height: 20px;
}

.footer-contact-phone {
    background: url(assets/i/footer_phone.svg) 3px 0 no-repeat;
    padding-left: 30px;
}

.footer-contact-email {
    background: url(assets/i/footer_email.svg) 3px 6px no-repeat;
    padding-left: 30px;
}

#footer-links {
    margin-top: 20px;
}

.footer-link {
    margin-bottom: 5px;
}

.footer-link a {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #808080;
    text-decoration: none;
}

.footer-link a:hover {
    text-decoration: none;
}

#footer-links-bottom-wrap {
    margin-top: 62px;
}

#footer-links-bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
    #footer-links-bottom {
        display: block;
        text-align: left;
    }
}

.footer-link-a,
.footer-link-bottom {
    font-family: Roboto;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    color: #01AEC9;
    display: block;
    /*text-align: center;*/
}

.footer-link-bottom {
    text-decoration-line: underline;
    font-weight: 500;
}


#footer-nav-bottom {
    margin-top: 30px;
    border-top: 1px solid #EBEBEB;
    padding: 38px 15px;
}



#footer-logo {
    display: block;
    /*position: absolute;*/
}

ul#footer-menu {
    padding-left: 30px;
    list-style-type: none
}

ul#footer-menu li {
    top: 40px;
    padding-right: 30px;
    float: left
}

ul#footer-menu li:last-child {
    padding-right: 0
}

ul#footer-menu li a {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 29px;
    color: #333333
}

ul#footer-menu li ul {
    display: none;
}

ul#footer-menu li a {
    display: block;
    float: left;
}

ul#footer-menu li .arrow {
    content: '';
    background: url(assets/i/footer_arrow.svg) center center no-repeat;
    width: 14px;
    height: 29px;
    margin-left: 9px;
    float: left;
}

@media screen and (max-width: 1200px) {
    #footer-logo {
        margin: 0 auto;
    }

    ul#footer-menu {
        display: none;
    }
}




.breadcrumbs-wrap {
    min-height: 78px;
    background: #ffffff;
    border-bottom: 1px solid #EDEDED;
}

.breadcrumbs {
    padding: 25px 0;
}

.breadcrumbs a {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 28px;
    color: #333333;
}

.breadcrumbs span {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    color: #CCCCCC;
}

.breadcrumbs span.sep {
    font-size: 24px;
    line-height: 24px;
}

/* page-padding*/
.page-padding {
    padding-top: 80px;
    padding-bottom: 80px;
}












/**********

**********/
/* Стили для подложки */

.overlay {

    /* Скрываем подложку  */
    opacity: 0;
    visibility: hidden;

    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 20;
    transition: .3s all;
}


/* Стили для модальных окон */

.modal {

    /* Скрываем окна  */
    opacity: 0;
    visibility: hidden;


    /*  Установаем ширину окна  */
    width: 100%;
    max-width: 500px;

    /*  Центрируем и задаем z-index */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 30;
    /* Должен быть выше чем у подложки*/

    /*  Побочные стили   */
    box-shadow: 0 3px 10px -.5px rgba(0, 0, 0, .2);
    text-align: center;
    padding: 30px;
    border-radius: 3px;
    background-color: #fff;
    transition: 0.3s all;
    overflow-y: auto;
    height: 100%;
}

.a-thanks span {
    display: block;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 500;
}


/* Стили для активных классов подложки и окна */

.modal.active,
.overlay.active {
    opacity: 1;
    visibility: visible;
    display: block;
    max-height: max-content;
}


/* Стили для кнопки закрытия */

.modal__cross {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 20px;
    right: 20px;
    fill: #444;
    cursor: pointer;
}


.modal__title {
    font-weight: bold;
}

.modal__title_css {
    margin-bottom: 0;
}

.modal_content {
    width: 100%;
    height: 350px;
    text-align: justify;
    overflow-y: auto;
    padding-right: 5px;
}

/*infobar*/

.course-events-section_css {
    padding-top: 50px;
}

#lectors-section #lectors-infobar,
#course-events-section #events-infobar {
    margin-top: 60px;
    margin-bottom: 17px;
}

#events-infobar,
.infobar {
    min-height: 40px;
}

.infobar-tpl-turn,
#events-infobar-tpl-turn {
    float: left;
}

.infobar-tpl-turn-grid,
#events-infobar-tpl-turn-grid {
    background: url(assets/i/icons/events/grid.svg) center center no-repeat;
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 10px;
    cursor: pointer;
}

.infobar-tpl-turn-grid.active,
#events-infobar-tpl-turn-grid.active {
    background: url(assets/i/icons/events/grid_active.svg) center center no-repeat;
}

.infobar-tpl-turn-list,
#events-infobar-tpl-turn-list {
    background: url(assets/i/icons/events/list.svg) center center no-repeat;
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 10px;
    cursor: pointer;
}

.infobar-tpl-turn-list.active,
#events-infobar-tpl-turn-list.active {
    background: url(assets/i/icons/events/list_active.svg) center center no-repeat;
}

.infobar-title-of-postsperpage,
#events-infobar-title-of-postsperpage {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    padding: 10px;
    color: #999999;
    float: left;
    margin-right: 68px;
}

#events-infobar-sort-wrap {
    float: left;
    margin-right: 26px;
}

select#events-infobar-sort {
    float: left;
    border: 0;
    outline: none;
    box-shadow: 0;
    height: 40px;
    line-height: 40px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    color: #999999;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(assets/i/icons/events/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: right .7em top 50%;
    width: 146px;
}

.infobar-search-wrap,
#events-infobar-search-wrap {
    float: left;
}

input[type="text"].infobar-search,
input[type="text"]#events-infobar-search {
    background: url(assets/i/icons/events/search.svg) left center no-repeat;
    border: 0;
    outline: none;
    box-shadow: 0;
    height: 40px;
    line-height: 40px;
    font-family: Roboto;
    font-style: italic;
    font-weight: 300;
    font-size: 16px;
    color: #999999;
    padding-left: 30px;
    width: 146px;
}

@media screen and (max-width: 1200px) {

    .infobar-title-of-postsperpage,
    #events-infobar-title-of-postsperpage {
        margin-right: 0;
    }

    .infobar-sort-wrap,
    #events-infobar-sort-wrap {
        float: left;
        margin-right: 20px;
    }

    .infobar-sort,
    select#events-infobar-sort {
        width: 100px;
    }
}

@media screen and (max-width: 992px) {

    .infobar-title-of-postsperpage,
    #events-infobar-title-of-postsperpage {
        margin-right: 0;
    }

    .infobar-sort-wrap,
    #events-infobar-sort-wrap {
        float: left;
        margin-right: 20px;
    }

    select.infobar-sort,
    input[type="text"].infobar-search,
    select#events-infobar-sort,
    input[type="text"]#events-infobar-search {
        width: 100px;
    }
}

@media screen and (max-width: 768px) {

    .infobar-title-of-postsperpage,
    #events-infobar-title-of-postsperpage {
        display: none;
    }
}


@media screen and (max-width: 500px) {

    .infobar-sort-wrap,
    #events-infobar-sort-wrap {
        float: left;
        margin-right: 20px;
    }

    .infobar-sort-wrap,
    select.infobar-sort,
    .infobar-search-wrap,
    input[type="text"].infobar-search,
    #events-infobar-sort-wrap,
    select#events-infobar-sort,
    #events-infobar-search-wrap,
    input[type="text"]#events-infobar-search {
        width: 100%;
    }

    .infobar-sort-wrap,
    .infobar-search-wrap,
    #events-infobar-sort-wrap,
    #events-infobar-search-wrap {
        margin-top: 20px;
    }

    input[type="text"].infobar-search input[type="text"]#events-infobar-search {
        background: url(assets/i/icons/events/search.svg) -5px center no-repeat;
    }
}

/*#sidebar*/

#sidebar {
    background: #FFFFFF;
    border: 1px solid #E4E4E4;
    box-sizing: border-box;
    padding: 20px;
    margin-top: 76px;
    float: left;
    position: relative;
    width: 100%;
}

.sidebar-title {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #333333;
    margin-bottom: 20px;
}

.sidebar-content {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
}

.sidebar-content input[type="checkbox"] {
    margin-right: 10px;
}

#sidebar-btn {
    margin-top: -7px;
    margin-bottom: 10px;
    width: 120px;
}



/****************************************

****************************************/

.course-item-wrap {
    /*margin-top: 34px;*/
    display: block;
    margin-bottom: 34px;
    float: left;
    max-width: 100%;
}

a.course-item-wrap:hover {
    text-decoration: none;
}


.course-item {
    width: 270px;
    max-width: 100%;
    /*margin: 0 auto;*/
    transition: 0.4s;
    text-decoration: none;
}

a .course-item:hover {
    box-shadow: 0px -5px 25px -5px #01AEC9;
    transition: 0.4s;
    text-decoration: none;
}

.course-item-img {
    height: 176px;
    width: 270px;
    max-width: 100%;
    border: 1px solid #E4E4E4;
}

.course-item-img img {
    width: 100%;
}

.course-item-content {
    border-left: 1px solid #E4E4E4;
    border-right: 1px solid #E4E4E4;
    box-sizing: border-box;
    /*padding: 20px;*/
    padding: 20px 10px;
    background: #FFFFFF;
    min-height: 170px;
}

.course-item-content-fio {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    color: #01AEC9;
    margin-bottom: 10px;
    text-decoration: none;
    float: left;
}

.course-item-content-date {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    color: #808080;
    margin-bottom: 10px;
    text-decoration: none;
    float: right;
}

.course-item-content-title {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    /*font-size: 18px;line-height: 21px;*/
    font-size: 16px;
    line-height: 19px;
    color: #333333;
}

.course-item-bottom {
    border: 1px solid #E4E4E4;
    box-sizing: border-box;
    padding: 10px 10px;
    /*padding: 10px 20px;*/
    background: #FFFFFF;
    min-height: 43px;
}

.course-item-bottom-price {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #01AEC9;
}

.list .col-md-6,
.list .col-lg-4,
.list .col-lg-3 {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

.list .course-item-wrap {
    width: 100%;
    border: 1px solid #E4E4E4;
}

.list .course-item {
    width: 100%;
}


.list .course-item-block {
    float: left;
    width: calc(100% - 270px);
}

.list .course-item-content {
    float: left;
    border: 0;
    min-height: 135px;
    width: 100%;
}

/*
    .list .course-item-content:after,
    .list .course-item-bottom:before {
        content: '';
    display: block;
        clear: both;
    }*/

.list .course-item-bottom {
    border: 0;
    float: right;
}

.list div .course-item-wrap .course-item .course-item-img {
    float: left;
    border: 0;
    width: 270px;
}

@media screen and (max-width: 1100px) {

    .course-item-wrap,
    .course-item,
    .course-item-img,
    .list div .course-item-wrap .course-item .course-item-img,
    .list .course-item-block {
        width: 100%;
    }

}

@media screen and(min-width:1101px) {}

.course-archive .course-item-img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
}

.course-archive .course-item-content-title {
    color: rgba(51, 51, 51, 0.5);
}

.course-archive .course-item-content-fio,
.course-archive .course-item-bottom-price {
    color: rgba(1, 174, 201, 0.5);
}

.course-archive .course-item-content-date {
    color: rgba(128, 128, 128, 0.5);
}

/****************************************
wp-pagenavi
****************************************/
.wp-pagenavi a,
.wp-pagenavi span {
    display: block;
    background: #FFFFFF;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 40px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    color: #AE2525;
    margin: 0 5px;
    font-weight: 400;
    text-decoration: none;
    outline: none;
}

.wp-pagenavi span:not(.dots) {
    background: #01AEC9;
    color: #ffffff;
}

.wp-pagenavi a:hover {
    background: #01AEC9;
    color: #fff;
}

.wp-pagenavi {
    /*display: inline-block;float: left; // width: 455px; margin:0 auto;*/
}

.wp-pagenavi {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 25px 0;
}

.headerbox {
    position: relative;
}

.header-icon-box__insta {
    top: 100%;
    font-size: 12px;
    position: absolute;
    color: #fff;
    width: max-content;
    right: 0;
}

#footer-social-icons .header-icon-box__insta {
    color: #0000007d;
    left: 11px;
}

.col-red {
    color: red;
}

.header-social-icon_attantion {
    position: relative;
}

.header-social-icon_attantion::before {
    content: '*';
    position: absolute;
    top: 1px;
    left: 1px;
    color: red;
    z-index: 1;
    height: auto;
    line-height: 14px;
    display: inline-block;
}

/****************************************

****************************************/