/* 
  * Theme Name: Pedagio
  * Author: alexbednov
  * Author website: https://alexbednov.art
  * Text Domain: pedagio_v5
*/

@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=cyrillic,cyrillic-ext');
body {
    font-family: 'Roboto', sans-serif;
    background: linear-gradient(to bottom right, #f4fcff, #f2fffe);
}


/* open dropdown by HOVER */

header .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: -0.2rem;
    padding: 0;
    border-radius: 0.5rem;
    background: linear-gradient(to bottom right, #3f76e6, #24abca);
    border: none !important;
}

.header_content {
    padding: 4rem 1rem 2rem;
}

a {
    color: #3f76e6
}

a.nav-link.active {
    color: #3f76e6 !important;
}


/* new color's START */

.bg-primary {
    background-color: #194480 !important;
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #0062cc !important;
}

.bg-secondary {
    background-color: #f5bb32 !important;
}

a.bg-secondary:focus,
a.bg-secondary:hover {
    background-color: #6c757d !important;
}

.bg-gray,
.bg-gray a {
    background-color: #363636 !important;
    color: #fff;
}

a.bg-gray:focus,
a.bg-gray:hover {
    background-color: #6c757d !important;
}

.bg-lightgray {
    background-color: #efefef;
}

a.bg-lightgray:focus,
a.bg-lightgray:hover {
    background-color: #333 !important;
}

header .dropdown-toggle:hover,
header .nav-link:hover {
    /* background: #fff; */
    text-decoration: none;
    color: #2563b3 !important;
    /* border-bottom: 0.2rem solid; */
}

header .dropdown-item {
    padding: .8rem 1rem;
    text-transform: lowercase;
}

header .dropdown-item:focus,
header .dropdown-item:hover {
    background-color: #194480;
    color: #fff;
    margin: 0;
    border: none;
}

header .dropdown-menu {
    top: 100%;
    left: 0;
    z-index: 1000;
    font-size: 1rem;
    text-align: left;
    list-style: none;
}

header i {
    font-size: 2.3rem;
}

*/
/* header END*/


/* section last news START */

#lastnews {
    padding: 2rem 0;
}

.lastnews_title {
    font-weight: 100;
    padding: 0 1rem 1rem
}

.lastnews_art-title {
    font-weight: 300;
    background: #fff;
}

#lastnews a {
    color: #333;
}


/* section last news END */


/* video-block START */

#video-block {
    padding: 3rem 0 4rem;
}

.video-block_text {
    padding: 0 2rem;
}

.more_link {
    font-weight: 400;
    text-transform: uppercase;
}

.video-block_title {
    /* text-transform: capitalize; */
    font-weight: 500;
}

.video-block_desc {
    font-weight: 300;
    padding: 1rem 0;
}


/* video-block END */


/* about START */

.about_blocks-title {
    padding: 1rem 3rem 0.25rem 0;
    font-weight: 500;
    color: #2b2488;
    /* text-transform: none; */
}

.about_title {
    text-transform: uppercase;
}

#about {
    padding: 2.5rem 1.2rem;
}

#about .btn,
#author .btn {
    padding: 0.8rem 2.6rem;
    border-radius: 2rem;
    font-size: 1.3rem;
    border: none;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff !important;
    border-color: #007bff !important;
}

.about_block {
    padding: 1rem 3rem 1rem 1rem;
}


/* about END */


/* blog START */

#blog_tab .nav-link {
    padding: 1rem 0;
    font-weight: 600;
    text-transform: uppercase;
    /* font-size: 1.4rem; */
    color: #3f76e6;
    text-align: center;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: 0;
}

#blog_tab .active {
    color: #333 !important;
    border-color: 0;
    background: linear-gradient(to bottom right, #b7c8ea, #9cd8e6);
    border-radius: 2rem;
}


/* blog END */


/* author START */

#author {
    padding: 3rem 0 1rem;
}

.more_author a h5 {
    color: #333;
    font-weight: 300;
}


/* footer START */

footer {
    padding: 4rem 1rem 2rem;
}

#copyright {
    padding: 1rem;
}

#copyright a {
    color: #000;
    background: transparent !important;
}


/* footer END */


/* 2017.12.29 */

time {
    padding: 2rem 0;
}


/* 2018.01.06 */


/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */


/*
 *  Owl Carousel - Core
 */

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}


/* No Js */

.no-js .owl-carousel {
    display: block;
}


/*
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


/*
 *  Owl Carousel - Auto Height Plugin
 */

.owl-height {
    transition: height 500ms ease-in-out;
}


/*
 *  Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}


/*
 *  Owl Carousel - Video Plugin
 */

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}


/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */


/*
 *  Default theme - Owl Carousel CSS File
 */

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}


/* 2018.01.16 */

.cat_name {
    text-transform: uppercase;
    font-weight: 600;
    color: #194480;
}

.category {
    padding: 2rem 4rem !important;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}


/* 2018.01.17 */

a.blog_more h3 {
    padding: 0 1rem;
    font-weight: 300;
    text-decoration: underline;
    color: #007bff
}

.pagination {
    font-size: 1.6rem;
}

.pagination a {
    color: #007bff !important;
}

.pagination .page-numbers {
    padding: 0.3rem 1rem;
}

.pagination .next,
.pagination .prev {
    border: .1rem solid;
    padding: .3rem 1rem;
}


/* 2018.01.22 */

.carousel-caption {
    position: static;
    padding: 0.5rem 0 .1rem;
    color: #fff;
    text-align: center;
    background: #363636;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0rem;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 3rem;
    height: 0.5rem;
    margin: 0.2rem;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.39);
}

.carousel-caption h5 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.5rem;
}

.carousel-caption p {
    font-weight: 100;
    font-size: 1.2rem;
    padding: 0 7rem;
    text-align: justify;
}


/* 2018.01.26*/

.short_tabs {
    margin-bottom: 2rem;
}


/* 2018.01.29 */

.btn-primary,
.so-widget-sow-button-atom-4a75a8acc3b6 .ow-button-base a {
    background: linear-gradient(to bottom right, #bbc1ea, #84def3);
    color: #333 !important;
}

.btn-primary:hover {
    color: #333!important;
    background: #9bb1e0;
    border: .1rem solid transparent;
    box-shadow: 13px 13px 52px #d4dbde, -13px -13px 52px #ffffff;
}

.events {
    padding: 3rem 1rem 4rem;
}

.events_short {
    padding: 0 1rem;
}

.events_short date {
    /* background: #fff; */
    display: block;
    border: .1rem solid #8a8a8a;
    padding: 0.7rem;
    border-radius: 50%;
    max-width: 5rem;
    max-height: 5rem;
    font-weight: 800;
    text-align: center;
    font-size: 1rem;
}


/*
  Extra small devices (portrait phones, less than 576px)
  No media query since this is the default in Bootstrap
*/

.main-heading h1 {
    font-size: 1.6rem;
}

.full-page_content {
    text-align: justify;
}


/*2018.02.08*/

.intro {
    padding: 3rem 1rem;
}

.intro_text_small {
    font-size: 0.9rem;
}


/*  2018.04.09  */

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    padding: 0.5rem 2rem;
    border-radius: 1rem;
    font-size: 1.1rem;
    border: .1rem solid transparent;
}

.intro_text h1,
.intro_text h2 {
    color: #f00;
}

.block_forsight {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    padding-right: 9.3vw;
    padding-bottom: 2vw;
}

a.button_forsight {
    margin: 0 1rem 0 0;
}


/* 2018.04.22 */

.shadow_up {
    box-shadow: 1rem -1rem 2rem #ccc;
    padding-top: 3rem !important;
}

.shadow_down {
    box-shadow: 1rem 1rem 2rem #ccc;
}

.shadow_2 {
    box-shadow: 1rem -1rem 2rem #ccc, 1rem 1rem 2rem #ccc;
    ;
}

.forsight_order-bg {
    background: linear-gradient(to bottom, #fff, #a5c0e885)
}


/* 2018.04.23 */

#wpadminbar {
    direction: ltr;
    color: #ccc;
    font-size: 11px !important;
    font-weight: 200;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    line-height: 32px;
    height: 32px;
    position: fixed;
    left: 0;
    width: 100%;
    min-width: 600px;
    z-index: 99998;
    background: #23282d;
    top: auto !important;
    bottom: 0 !important;
}

.block_priem_alo_vas_ne_slyshno {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    padding-right: 0rem;
    padding-bottom: 4vw;
    width: 38vw;
    padding-right: 3rem;
}

a.block_priem_alo_vas_ne_slyshno {
    margin: 0 1rem 0 0;
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 9%;
    color: #333;
    text-align: center;
    opacity: 0.5;
    background: none;
    margin: 0;
}


/* 2018.10.23 */

.text-indent {
    text-indent: 3rem;
}

img {
    max-width: 100%;
    height: auto;
    border-radius: .9rem !important;
}

.fullsize {
    padding: 0;
    margin: 0 0 0 -23.1vw !important;
    width: 99vw !important;
}

p.wp-block-cover-text {
    font-weight: 900;
}

.mw_200 img {
    max-width: 200px !important
}


/* card */

.card-title {
    margin-bottom: 0.75rem;
    text-transform: uppercase;
    font-weight: 700;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem 4rem 1.25rem 1.25rem;
    background: #33333369;
    border-radius: .9rem !important;
}


/* future events */

.events_short {
    padding: 0 1rem;
}

.events_short date {
    /* background: #fff; */
    display: block;
    border: .1rem solid #8a8a8a;
    padding: 0.7rem;
    border-radius: 50%;
    max-width: 5rem;
    max-height: 5rem;
    font-weight: 800;
    text-align: center;
    font-size: .7rem;
}

.wp-block-table td {
    padding: 1rem;
}

.about_blocks-wip {
    border: .3rem solid #ffd700
}


/* core */

.text-warning {
    color: #ff6900 !important;
}

.bg_01 {
    background: linear-gradient(to bottom right, #efc9df, #c1bae8);
    color: #333 !important;
}

.bg_02 {
    background: linear-gradient(to bottom right, #ece2be, #eaadad);
    color: #333 !important;
}

.bg_03 {
    background: linear-gradient(to bottom right, #79c5bd, #76a2c7);
    color: #fff !important;
}

.bg_04 {
    background: linear-gradient(to bottom right, #cfefcf, #c0e6ec);
    color: #333 !important;
}

.bg_05 {
    background: linear-gradient(to bottom right, #bfbcf9, #a1e5e8);
    color: #333 !important;
}

.bg_06 {
    background: linear-gradient(to bottom right, #e6b0b0, #bcace6);
    color: #333 !important;
}

.bg_07 {
    background: linear-gradient(to bottom right, #acd6c3, #64cfda);
    color: #333 !important;
}

.bg_08 {
    background: linear-gradient(to bottom right, #c7d0ea, #c7e2ec);
    color: #333 !important;
}

.bg_ways {
    background: linear-gradient(to bottom right, #afe0d5, #a0bedc);
    color: #fff !important;
}

.bg_footer {
    background: linear-gradient(#dcfff5, #dceffd);
}

.bg_01 .text-muted,
.bg_02 .text-muted,
.bg_03 .text-muted,
.bg_04 .text-muted,
.bg_05 .text-muted,
.bg_06 .text-muted,
.bg_07 .text-muted,
.bg_07 .text-muted {
    color: #fff !important;
}

.box_shadow {
    border-radius: 1.5rem;
    box-shadow: 13px 13px 52px #d4dbde, -13px -13px 52px #ffffff;
}

.box_shadow:hover {
    box-shadow: 1.5rem 1.5rem 3rem #d4dbde, -1.5rem -1.5rem 3rem #ffffff;
}

img {
    border-radius: 1.5rem !important;
}


/* nav */

nav#nav_top {
    color: #333;
    background: #fff !important;
    padding: 2rem !important;
}

@media (max-width: 576px) {
    nav#nav_top {
        padding: 0rem !important;
    }
}

a#logo {
    color: #333;
    font-weight: 700;
}

#btngroupdrop1,
.dropdown-toggle {
    background: none;
    border: none;
    color: #333;
}

#nav_top #btngroupdrop1:focus,
#nav_top #btngroupdrop1:hover,
#nav_top #btngroupdrop1:active {
    background: #333;
    border: none;
    color: #fff;
    box-shadow: none;
}

a.dropdown-item {
    padding: .8rem;
    color: #fff;
}

a.dropdown-item:hover {
    background: #fff;
    color: #3f76e6;
}

main {
    padding: 0 4rem !important;
}

@media (max-width: 576px) {
    main {
        padding: 1rem !important;
    }
}


/*  first  */

.carousel .icon {
    font-size: 2rem;
}

.carousel {
    position: relative;
    padding: 0rem;
    max-height: 22vw;
}

.carousel-item img {
    max-height: 22vw;
}


/*
.carousel img{
    border-radius: .9rem;
}
*/


/*  first_about   */

#first_about i.icon {
    font-size: 5rem;
}

.first_about_col {
    margin: 0 0 2.4rem;
    text-decoration: none;
    padding: 1rem;
}

.first_about_col h3 {
    font-weight: 100;
}


/* card */

.card {
    margin-bottom: 1.5rem !important;
    border-radius: 1.5rem;
    box-shadow: 13px 13px 52px #d4dbde, -13px -13px 52px #ffffff;
    border: 0;
}

.card-title {
    margin-bottom: 0.75rem;
    text-transform: inherit;
    font-weight: 700;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem 4rem 1.25rem 1.25rem;
    background: rgba(51, 51, 51, 0.4117647058823529);
    border-radius: .9rem !important;
}


/* future events */

.events_short {
    padding: 0 1rem;
}

.events_short date {
    /* background: #fff; */
    display: block;
    border: .1rem solid #8a8a8a;
    padding: 0.7rem;
    border-radius: 50%;
    max-width: 5rem;
    max-height: 5rem;
    font-weight: 800;
    text-align: center;
    font-size: .7rem;
}

a.short_event_type_2 {
    color: #333;
}


/* first2 */

.first2_col {
    margin: 0 0 0.4rem;
    text-decoration: none;
    padding-bottom: 0.4rem;
    border-radius: 1.5rem;
}

.first2_col:hover {
    box-shadow: 1.5rem 1.5rem 3rem #d4dbde, -1.5rem -1.5rem 3rem #ffffff;
}

#first2_dep,
.first2_dep {
    padding: 1rem 0.7rem 0;
    margin: 0 0 0 0.5rem;
    box-shadow: none;
}

#first2_admin {
    /* padding: 1rem; */
    box-shadow: none;
    /* margin: 0 0.7rem 0; */
}


/* footer */

#copyright {
    background: #ffffff57;
    padding: 2rem;
    margin-top: 2rem;
}

#copyright a {
    color: #000;
}

.dropdown-item,
.dropdown-item a {
    padding: 0.25rem 0.5rem;
}

.dropdown-item:hover,
.dropdown-item:focus {
    text-decoration: none;
    background-color: #dadada;
    color: #333;
}

.menu-node a {
    color: #333;
}

.menu-node {
    color: #333;
    margin: .5rem 0;
}

.menu-node--main_lvl_1 {
    padding: 0 1rem;
}

.menu-node--main_lvl_1 a:hover {
    background: #777;
    color: #fff
}

.menu--dropdown {
    list-style: none;
    padding: 0;
}

.menu-node--main_lvl_2 {
    padding-left: 0.8rem;
    /* background: #33333314; */
}

footer {
    padding: 3rem;
}

.card-no-image_box {
    min-height: 10vh;
}

.card-no-image_block {
    padding: 2rem;
}


/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }
}


/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {
    .card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }
}


/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }
}


/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
    .lastnews_art-img {
        max-height: 27vh;
    }
}

@media (min-width: 576px) {
    .aboutslider_box {
        padding: 2rem;
    }
}

.about_block {
    padding: 1rem;
    box-shadow: none;
    background: linear-gradient(to bottom right, #afcee0, #c1b5e2);
    color: #fff;
}

.about_block .icon {
    font-size: 3.4rem;
}

.slider {
    margin: 1rem 0;
}

.events_future_block {
    padding: 1rem;
}

.events_future_block_content {
    padding: 2rem;
}

p.has-background {
    padding: 3rem !important;
}

p.has-drop-cap:not(:focus)::first-letter {
    float: left;
    font-size: 8.4em;
    line-height: 0.68;
    margin: 0.05em 0.1em 0 0;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 500 !important;
}

.aboutslider_box {
    padding: 0rem 2rem;
}

.events_future_box {
    padding: 1rem 3rem;
}

i.alexbednov_icon_search-1 {
    font-size: 1rem;
}

header {
    padding: 0 0 3rem 0;
}

.help_box {
    padding: 1rem 1rem 0 0;
}

.help_block {
    padding: 1rem;
    background: linear-gradient(to bottom right, #e8d9b9, #eaa8a8);
    color: #333333c7;
}

.help_block2 {
    padding: 1rem;
    background: linear-gradient(to bottom right, #5de6e6, #3c737f);
    color: #fff;
    margin: 1rem 0;
}

.about_box {
    padding: 0.2rem 1.4rem;
    margin: 0rem 0.5rem 0rem 0rem;
}

.about_element {
    margin: 0 0 0.4rem;
    text-decoration: none;
    padding-bottom: 0.7rem;
    border-radius: 1.5rem;
}

.about_element_text {
    padding: 1rem 0 0 0
}

nav#blog_tab {
    padding: 1rem 1.7rem;
    border: 0;
}

.main_bottom {
    padding: 1.6rem 1.3rem;
    margin: 0 1.7rem 0 .7rem;
    box-shadow: none !important;
}

.main_bottom .about_element_text {
    text-transform: uppercase;
}

.ways_block {
    padding: 1rem 0.7rem 0;
    margin: 0 1.7rem 0 .7rem;
    box-shadow: none;
    background: linear-gradient(to bottom right, #69c9ce, #41b755);
}


/*2019.01.12*/

.list_header {
    background: linear-gradient(to bottom right, #4a579e, #4e8fbd);
    padding: 0.8rem;
    color: #fff;
    border-radius: 1rem 0rem 1rem 0rem;
}

.list_content p {
    line-height: 2rem;
    font-size: 1.2rem;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background: linear-gradient(to bottom right, #3a4689, #65a7d6);
    border-color: #fff !important;
}

.list-group {
    position: sticky;
    top: 3.5rem;
}

.to_sticky {
    top: 100%
}

p.wp-block-cover-text {
    font-size: 2rem !important;
    font-weight: 400;
    line-height: 3.4rem !important;
}


/* 2019.02.15 */

.mhelp_block {
    padding: 1rem;
    margin: .6rem 0;
    border-radius: .5rem;
}

.mhelp_block i {
    font-size: 3rem;
    color: #194480
}

.mhelp_block:nth-child(1n) {
    border: .1rem solid #aff1ff;
}

.mhelp_block:nth-child(2n) {
    border: .1rem solid #a6ffe9;
}

.mhelp_block:nth-child(3n) {
    border: .1rem solid #b4c0fb;
}

.mhelp_block:nth-child(4n) {
    border: .1rem solid #73b8fb;
}

.mhelp_block:hover {
    background: linear-gradient(to bottom right, #aff1ff, #a6ffe9);
}

.mhelp_block date {
    max-width: 5rem;
    font-weight: 800;
}


/* 2019.02.22*/

.uch_box .wp-block-kadence-column {
    margin-bottom: 1.5rem !important;
    border-radius: .9rem;
    box-shadow: 0 0 1rem 0.2rem #ccc;
    border: 0;
}

.uch_box .wp-block-kadence-column h1,
.uch_box .wp-block-kadence-column h2,
.uch_box .wp-block-kadence-column h3,
.uch_box .wp-block-kadence-column h4,
.uch_box .wp-block-kadence-column h5,
.uch_box .wp-block-kadence-column h6 {
    padding: 1rem
}

.post_pupil_block {
    margin-bottom: 1.5rem !important;
    padding: 0;
    margin: 1rem;
}

.post_pupil_block2 {
    box-shadow: 0 0 1rem 0.2rem #ccc;
    border-radius: .9rem;
    border: 0;
}

.post_pupil_block figure,
.post_pupil_block img {
    padding: 0 !important;
    margin: 0 !important;
}

.post_pupil_block h1,
.post_pupil_block h2,
.post_pupil_block h3,
.post_pupil_block h4,
.post_pupil_block h5,
.post_pupil_block h6 {
    padding: 1rem
}

.ways_future {
    padding: 0 2rem 1rem;
}

.help_block2 {
    padding: 1rem;
    background: linear-gradient(to bottom right, #5de6e6, #3c737f);
    color: #fff;
    margin: 1rem 0;
}


/* 2019.03.19 */

.comments_box {
    background: linear-gradient(to bottom right, #3f76e6, #24abca);
    padding: 2rem;
    margin: 1rem 0;
    border-radius: .7rem
}

.comments_box,
.comments_box a {
    color: #fff !important;
}

.main_intro {
    padding: 1rem 2rem;
}

.main_intro a {
    color: #fff
}

.full-page_content {
    font-family: 'Merriweather', serif;
    text-align: justify;
    font-size: 1.05rem;
    line-height: 2.1rem;
}

.full-page_content strong {
    color: #000;
    font-weight: bold;
}

.time {
    padding: 0rem 0 1rem 0;
    margin-top: -1rem;
}


/* 2019.04.23 Muuri */

.grid {
    position: relative;
}

.item {
    display: block;
    position: absolute;
    width: 100px;
    height: 100px;
    margin: 5px;
    z-index: 1;
    background: #000;
    color: #fff;
}

.item.muuri-item-dragging {
    z-index: 3;
}

.item.muuri-item-releasing {
    z-index: 2;
}

.item.muuri-item-hidden {
    z-index: 0;
}

.item-content {
    position: relative;
    width: 100%;
    height: 100%;
}


/* 2019.04.29 Isotope*/

.grid:after {
    content: '';
    display: block;
    clear: both;
}

.grid-item,
.grid-sizer {
    width: 33%;
}

.grid-item {
    float: left;
}

.grid-item--width2 {
    width: 66%;
}


/* 2019.04.30 */

.bspufor_box {
    padding: 1rem;
}

.bspufor_date {
    /* min-width: 1rem; */
    /* min-height: 1rem; */
    background: linear-gradient(to bottom right, #a9c2f3, #b2dee8);
    max-width: 5rem;
    max-height: 3rem;
    text-align: center;
    /* padding-top: 0.5rem; */
    /* margin-top: 2rem; */
    font-size: 1.4rem;
    font-weight: 700;
    border-radius: 2rem;
    color: #fff;
}

.bspufor_blockleft {
    border-right: .1rem solid #3f77e6;
    /* padding: 1rem; */
}

.bspufor_blockright {
    padding-bottom: 2rem;
}


/* 2019.05.02 */

.toast_block {
    position: fixed;
    padding: 0 0 2rem 3rem;
    z-index: 10000;
}

.grid:after {
    content: '';
    display: block;
    clear: both;
}

.grid-sizer,
.grid-item {
    width: 33%;
}

.grid-item {
    float: left;
    padding: .3rem
}

.grid-item--width2 {
    width: 66%;
}

.grid-item--width3 {
    width: 99%;
}

.grid-item--height2 {
    height: 200px;
}

.grid-item--height3 {
    height: 260px;
}

.grid-item--height4 {
    height: 360px;
}

.button-group {
    padding: 0rem 0 2rem;
}

.button-group .button {
    color: #2563b3 !important;
    padding: 0.5rem 1.1rem;
    border-radius: 0.9rem;
    border: none;
    background: none;
}

.button.is-checked {
    color: #333 !important;
    background: linear-gradient(to bottom right, #a9c2f3, #b2dee8);
}

.button:focus {
    outline: none
}


/* 2019.05.04 */

.full-page a {
    text-decoration: underline;
}


/* 2019.05.12 */

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: .875rem;
    background-color: rgba(255, 255, 255, .90);
    background-clip: padding-box;
    /* border: 1px solid rgba(0,0,0,.1); */
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: 0.5rem;
}

.toast-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .25rem .75rem;
    color: #000;
    background: none;
    background-clip: padding-box;
    border-bottom: none;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: none;
    opacity: 1;
}

.toast-body {
    padding: .75rem;
    background: rgba(255, 255, 255, 0.43);
    color: #333;
}

.priem2019 a,
.toast-body a {
    color: #333;
    text-decoration: none;
    border-bottom: 0.3rem solid #4cb1df;
}

.priem2019 a:hover,
.toast-body a:hover {
    background: #4cb1df;
    text-decoration: none;
    color: #000;
    transition: 0.8s;
}


/* 2019.05.21 */

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #0056b3;
    text-decoration: none;
    outline: 0;
    opacity: .9;
}

.search_button {
    background: linear-gradient(to bottom right, #37c7ba, #4291f3);
    border: none;
    color: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 0 1rem 0.1rem #ccc;
}

.search_button:hover {
    box-shadow: 0 0 1rem 0.4rem #ccc;
    background: linear-gradient(to right, #47ded0, #4291f3);
    transition: 2s;
}

.conf3 {
    background: linear-gradient(to bottom right, #b6cbf5, #acdfeb);
    padding: 1rem;
}


/*2019.07.09*/

.bg_09 {
    background: linear-gradient(to bottom right, #beecdb, #d0f8ff);
    color: #333 !important;
}

.umk_box {
    padding: 1rem
}


/*2019.09.10*/

.no_indent {
    text-indent: 0;
}

@media (min-width: 991px) and (max-width:1690px) {
    #searchform {
        display: none;
    }
    .menu-item,
    .navbar-brand {
        font-size: 0.9rem;
    }
}

@media (min-width: 991px) and (max-width:1690px) {
    .navbar-brand {
        display: none
    }
}

.navbar-light .navbar-nav .nav-link {
    color: #333;
}


/* 2019.11.29 */

.video_2019_box {
    background-color: #73c5a7;
    padding: 1rem 2rem 2rem 2rem;
    margin: 0rem;
    border-radius: 0.9rem;
}

iframe.embed-responsive-item {
    border-radius: .6rem;
}

.umk_block {
    background: linear-gradient(to bottom right, #a2e3f1, #a5ecd9);
    color: #333333c7;
    /* padding: 1rem; */
}

.video_2019_header {
    font-weight: 700;
    color: #fff;
}


/* 2019.12.03 */

.about_new {
    padding: 0 2rem;
}


/* 2019.12.18 */

.left_slider_block {
    padding-bottom: 1rem;
}

.text-darkblue {
    color: #13236d!important
}

.priem2019 {
    padding-bottom: 1rem;
}

.parallax {
    min-height: 400px;
    background: transparent;
}


/*2020.02.11*/

.rounded-xl {
    border-radius: 3rem;
}


/* 2020.03.09 */

.full-page p {
    line-height: 2rem;
}


/* 2020.03.17 */

.block_hide {
    display: none;
}

.bg-white {
    background-color: #fff !important;
    color: #333;
}


/*2020.04.13*/

div#future_teach {
    padding: 1rem;
}

div#learn_me {
    padding: 1rem;
}


/* 2020.05.05 */

.short_videolessons {
    padding: 1rem;
    margin: .6rem 0;
    border-radius: 1.5rem;
    background: #fff
}

.short_videolessons i {
    color: #194480;
}

.short_videolessons:hover {
    background: linear-gradient(to bottom right, #ccecf3, #dbf5ee);
    text-decoration: none;
}

.short_videolessons date {
    max-width: 5rem;
    font-weight: 800;
}

.class_count {
    background: #abe1e6;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* 2020.05.06 */

.text-gray {
    color: #a5a4a4;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border: 0;
    color: #333 !important;
}

.grid-item {
    padding: 0.7rem;
}

.about_text {
    text-align: -webkit-center;
}

p {
    -webkit-hyphens: auto;
    -webkit-hyphenate-limit-before: 3;
    -webkit-hyphenate-limit-after: 3;
    -webkit-hyphenate-limit-chars: 6 3 3;
    -webkit-hyphenate-limit-lines: 2;
    -webkit-hyphenate-limit-last: always;
    -webkit-hyphenate-limit-zone: 8%;
    -moz-hyphens: auto;
    -moz-hyphenate-limit-chars: 6 3 3;
    -moz-hyphenate-limit-lines: 2;
    -moz-hyphenate-limit-last: always;
    -moz-hyphenate-limit-zone: 8%;
    -ms-hyphens: auto;
    -ms-hyphenate-limit-chars: 6 3 3;
    -ms-hyphenate-limit-lines: 2;
    -ms-hyphenate-limit-last: always;
    -ms-hyphenate-limit-zone: 8%;
    hyphens: auto;
    hyphenate-limit-chars: 6 3 3;
    hyphenate-limit-lines: 2;
    hyphenate-limit-last: always;
    hyphenate-limit-zone: 8%;
}


/* 2020-05-11 */

.text-primary {
    color: #1e6198!important;
}


/* 2020-05-13*/

a.link_accent {
    font-weight: 700;
    text-decoration: none;
    border-bottom: none;
    border: .3rem solid #465bc0;
    padding: .5rem;
    color: #465bc0;
}

a.link_accent:hover {
    background: #939fdc;
    border: 0.3rem solid #939fdc;
    padding: .1rem;
    text-decoration: none;
    color: #333;
    transition: 0.8s;
    padding: .5rem;
}