/*general*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:200,300,400,400i,600,700,700i'); /*подключение шрифта*/
/*То, что можно использовать повторно*/
/*
@media (min-width: 300px){

}
@media (min-width: 768px) {

}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {

}
*/
/*Работа с display*/
.display_none {
    /*display: none !important;*/
}
.clear:before,
.clear:after {
    content: '';
    display: block;
    clear: both;
    width:100%;
}

/*Отменяет синие выделение при нажатии на ссылку или кнопку или на элемент с классом none_outline*/
button,
button:hover,
button:active,
button:link,
button:checked,
button:default,
button:focus,
button:visited,
.none_outline:hover,
.none_outline:active,
.none_outline:link,
.none_outline:checked,
.none_outline:default,
.none_outline:focus,
.none_outline:visited {
    outline: none !important;
    box-shadow: none !important;
}

/*Класс отменяет границы и фон элемента*/
.default_button,
.default_button:link,
.default_button:hover,
.default_button:focus,
.default_button:active {
    background: none;
    border:none;
}

/*плавное изменение стилей элемента с данными классами*/
.transition_02,
.transition_02:hover {
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -o-transition:  0.2s linear;
    transition: 0.2s linear;
}

/*Заголовки для макета*/
.h1 {
    font-weight: 700;
    margin-top: 0;
}
.h2 {
    font-weight: 700;
}
.h3 {

}
.margin_h1 {
    margin-top: 40px;
    margin-bottom: 50px;;
}
@media (min-width: 300px){
    .h1 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .h2 {
        font-size: 14px;
        margin-bottom: 10px;
    }
}
@media (min-width: 768px) {
    .h1 {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .h2 {
        font-size: 18px;
        margin-bottom: 20px;
    }
}
@media (min-width: 992px) {
    .h1 {
        font-size: 30px;
        margin-bottom: 40px;
    }
}

/*Кнопочки*/
.red_button {
    padding: 11px 25px 11px;
    border: 1px solid #ea3e36;
    color:#fff !important;
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    text-decoration: none !important;
    background: #ea3e36;
}
.red_button_icon { /*Отдельный класс для иконки красной кнопки*/
    padding: 11px 18px 15px !important;
}
.red_button_icon:before {
    content: '';
    background: url('../../img/site/header/blokn.png') center center no-repeat;
    width:18px;
    height: 20px;
    display: inline-block;
    position: relative;
    margin: 0 5px -4px 0;
}
.red_button_hover:hover {
    background: transparent !important;
    color:#ea3e36 !important;
}
.blue_button {
    padding: 15px 18px;
    border: 1px solid #1261c3;
    color:#1261c3 !important;
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    text-decoration: none !important;
}
.blue_button:before {
    content: '';
    background: url('../../img/site/header/vosklz.png') center center no-repeat;
    width:16px;
    height: 16px;
    display: inline-block;
    position: relative;
    margin: 0 5px -4px 0;
}
.blue_button:hover,
.red_button:hover {
    opacity: 0.7;
}
.button_more {
    color:#000;
    border:1px solid #000;
    position:relative;
    display: inline-block;
    text-decoration: none !important;
}
.button_more:after {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f178';
    color:#000;
    border-left:1px solid #000;
    display: block;
    position:absolute;
    top:0;
    right:0;
}
.button_more:hover {
    background: #1261c3;
    border-color:#1261c3;
    color:#fff;
}
.button_more:hover:after { /*Изменения after или before, если необходимо сделать отдельное изменение*/
    color:#fff;
    border-color:#1261c3;
}
.button_more:after {
    font-size: 20px;
    line-height: 45px;
    padding-left: 13px;
    padding-right: 13px;
}
.button_more {
    width: 180px;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 45px;
}

/*Версия для слабовидящих*/
.eyes {
    line-height: 26px;
    font-size: 12px;
    margin-top: 26px;
}
.eyes img {
    display: inline-block;
    margin-right: 10px;
}
.eyes a {
    color:#000;
    text-decoration: underline;
}

/*не знаю как назвать (Класс для маркировки списков или элементов, наверно стоит назвать как нить по другому)*/
.spec_blue_circle {
    position: relative;
}
.spec_blue_circle:before {
    content: '';
    display: inline-block;
    height: 4px;
    width: 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #1261c3;
    margin-right: 7px;
    margin-left: 7px;
}

/*Отмена у элементов ul и li стилей*/
.ul_none, .ul_none ul, .ul_none li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/*Поделиться в соц сетях*/
.share {
    position:relative;
    cursor: pointer;
    display: inline-block;
}
.share_circle{
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height:5px;
    width:5px;
    margin: 0 2px;
}
.click_share .share_circle {
    background: #c1c1c1;
}
.click_share:hover .share_circle {
    background: #1261c3;
}
.share_link {
    display: none;
}
.share_link.active {
    display: block;
}
.share_link {
    background: #fff;
    border: 1px solid #e6e6e6;
    padding-top: 8px;
    padding-bottom: 8px;
    position:absolute;
    top: 16px;
    right: 0;
    z-index: 99;
}
.share_href {
    color:#1261c3;
    line-height: 34px;
    padding-right: 10px;
    padding-left: 10px;
    display: inline-block;
    text-decoration: none !important;
    font-size: 12px;
    width: 220px;
}
.share_link_icon {
    color: #000;
    display: inline-block;
    position: relative;
    width: 30px;
    bottom: -3px;
    margin-right: 5px;
    font-size: 24px !important;
    text-align: center;
}
.share_href:hover {
    background: #1261c3;
    color:#fff;
}
.share_href:hover .share_link_icon {
    color:#fff;
}

/*Меленькие плашечки, что-то вроде маркеров или событий*/
.event_bg { /*общий класс для всех*/
    color:#fff;
    min-width:100px;
    text-align: center;
    line-height: 20px;
    display: inline-block;
    padding-right: 15px;
    padding-left: 15px;
}
.competition { /*Конкурсы*/
    background: #1261c3;
}
.event { /*Событие*/
    background: #ea3e36;
}
.appearances { /*Выступления*/
    background: #37ad53;
}

/*Стандартный набор для owl карусели*/
.owl_carousel_default_classes .owl-item img { /*дополнительные классы для картинок*/
    width: 100%;
    max-width: 100%;
}
.owl_carousel_default_classes .owl-nav .owl-prev,
.owl_carousel_default_classes .owl-nav .owl-next { /*стрелки вперед и назад*/
    position: absolute;
    display: block;
    top:50%;
    margin-top: -24px; /*тут половина от высоты блок стрелочек*/
    font-size: 30px !important; /* если использовать шрифт вместо картинок*/
    /*background: url() center center no-repeat; !*путь к картинке стрелочек*!*/
    /*background-size: contain; !*если надо вставить картинку, тогда обязаельно указать ширину и высоту!*/
    /*width: auto;*/
    height: 20px;
    color:#1d1d1b;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -o-transition:  0.2s linear;
    transition: 0.2s linear;
}
.owl_carousel_default_classes .owl-nav .owl-prev:hover,
.owl_carousel_default_classes .owl-nav .owl-next:hover { /*эффект при навидении на стрелочку*/
    opacity: 0.7;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -o-transition:  0.2s linear;
    transition: 0.2s linear;
}
.owl_carousel_default_classes .owl-nav .owl-prev { /*для переключения левой кнопки слайда*/
    left: 0;
}
.owl_carousel_default_classes .owl-nav .owl-next { /*для переключения правой кнопки слайда*/
    right:0
}
.owl_carousel_default_classes  .owl-dots { /*эффект при навидении на точечеку*/
    text-align: center;
    position: absolute;
    width: 100%;
    margin-top: 70px;
}
.owl_carousel_default_classes  .owl-dot {
    background: #e6e6e6;
    display: inline-block;
    margin: 0 10px;
    width: 9px;
    height: 9px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -o-transition:  0.2s linear;
    transition: 0.2s linear;
}
.owl_carousel_default_classes  .owl-dots .owl-dot.active,
.owl_carousel_default_classes  .owl-dots .owl-dot:hover {
    background: #1261c3;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -o-transition:  0.2s linear;
    transition: 0.2s linear;
}

/*Работа с флексом и разметкой*/
/* ссылка на сайт с подробным и хорошим разъяснением и онлайн рекдактором http://css-live.ru/articles/vizualnoe-rukovodstvo-po-svojstvam-flexbox-iz-css3.html */
.block_flex_root {
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-flex-direction:  row;
    flex-direction:          row;
    -webkit-flex-wrap:       wrap;
    flex-wrap:               wrap;
    -webkit-justify-content: space-around;
    justify-content:         space-around;
    -webkit-align-items:     center;
    align-items:             center;
    -webkit-align-content:   flex-start;
    align-content:           flex-start;
    width: 100%;
}
.block_flex_child {
    position: relative;
    width: 120px;
    margin-bottom: 15px
}
/*flex контейнеры*/
.root_flex_3 {
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-flex-direction:  row;
    flex-direction:          row;
    -webkit-flex-wrap:       wrap;
    flex-wrap:               wrap;
    -webkit-justify-content: space-between;
    justify-content:         space-between;
    -webkit-align-items:     center;
    align-items:             center;
    -webkit-align-content:   flex-start;
    align-content:           flex-start;
    width: 100%;
}
.child_flex_3 {
    position: relative;
}
@media (min-width: 300px){
    .child_flex_3 {
        width:140px;
        margin-bottom: 35px
    }
}
@media (min-width: 768px) {
    .child_flex_3 {
        width:170px;
        margin-bottom: 25px
    }

}
@media (min-width: 992px) {
    .child_flex_3 {
        width:225px;
        margin-bottom: 25px
    }

}
@media (min-width: 1200px) {
    .child_flex_3 {
        width:265px;
        margin-bottom: 25px
    }

}

.flex_justify_start {
    -webkit-justify-content: flex-start !important;
    justify-content: flex-start !important;
}
/*breadcrumbs*/
.breadcrumbs li {
    display: inline-block;
    margin-right: 7px;
    font-size: 12px;
    color:#808080
}
.breadcrumbs li:last-child:after {
    display: none;
}
.breadcrumbs li:after {
    content: "\f178"; /*взято из шрифта font-awesome*/
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color:#808080;
    display: inline-block;
    margin-left: 7px;
}
.breadcrumbs li a {
    color:#1261c3;
    text-decoration: underline;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -o-transition:  0.2s linear;
    transition: 0.2s linear;
}
.breadcrumbs li a:hover {
    opacity: 0.7;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -o-transition:  0.2s linear;
    transition: 0.2s linear;
}

/*темный фон*/
.bg_dark {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index:9;
    display: none;
}
.bg_dark .fa {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    font-size: 30px;
    left: 50%;
    color: #fff;
    margin-left: -15px;
}

/*Работа с элементами*/
.general_p p {
    margin-bottom: 20px;
}

/*Значки телефона и почты из bootstrap и awesome шрифтов*/
.phone_new,
.mail,
.tel {
    color:#1261c3;
    display: block;
    text-decoration: none !important;
}
.phone_new,
.tel {
    color:#212121
}
.icon_circle:before { /*обвести значок в кружок*/
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #1261c3;
}
.phone_new:before {
    content: '\e182'; /*Подключение шрифта от бутстрапа*/
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    color:#1261c3;
}
.tel:before {
    content: "\e183"; /*Подключение шрифта от бутстрапа*/
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    color:#1261c3;
}
.mail:before { /*Подключение шрифта от awesome*/
    content: '\f0e0';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color:#1261c3;
}
.phone_new:before,
.tel:before,
.mail:before {
    margin-right: 7px;
    padding: 5px;
    font-size: 11px;
}
@media (min-width: 300px){
    .phone_new,
    .mail,
    .tel {
        line-height: inherit;
        font-size: 13px;
        margin-bottom: 2px;
    }
}
@media (min-width: 768px) {
    .phone_new,
    .mail,
    .tel {
        line-height: 18px;
        font-size: 14px;
        margin-bottom: 5px;
    }
}
@media (min-width: 992px) {
    .phone_new,
    .mail,
    .tel {
        line-height: 20px;
        font-size: 14px;
        margin-bottom: 5px;
    }

}
@media (min-width: 1200px) {
    .phone_new,
    .mail,
    .tel {
        line-height: 24px;
        font-size: 15px;
        margin-bottom: 10px;
    }

}


/*Конец классов и элементов для повтореного изменения*/