ul {
    list-style: none;
}
p {
    font-size: 16px;
}


/*HEADER*/

.bd-block,
.bd-blockcontent,
.custom,
.contact_header,
.contact_header .row {
    height: 100%;
}
.bd-block {
   margin: 0 !important;
}
.contact_header span,
.contact_header a,
.contact a{
    font-size: 30px;
    color: #122034;
}
.contact_header a {
    display: block;
}
.contact_header .row {
    display: flex;
     align-items: center;
}

.mail_block {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.contact_header span {
    margin-right: 50px;
}
.contact_header img  {
    margin-right: 20px;
}
/*CONTENT*/

.main_section {
    background-image: url(../images/info/bg_main_section.png);
        background-repeat: no-repeat;
    background-color: #fff;
}

.main_section p {
    font-size: 40px;
    color: #06397c;
    font-weight: 700;
    text-align: center;
}
.wrapp_main_section {
    padding: 50px 0;
}

.parents_block {
     display: flex;
    flex-wrap: wrap;
}
.parents_block .col-md-2 {
    display: flex;
}

.block-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 30px;
    background-color: #1e2a39;
}

.block-info p {
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin-top: 30px;
}


.description_info {
    margin: 55px 0;
  background-color: rgba(255, 255, 255, .8); 
}

.description_info p {
    font-size: 27px;
    color: #06397c;
    text-align: center;
    padding: 10px 0;
}

.block-parallax h2 {
   color: #fff;
   margin: 80px 0;
    text-align: center;
}
.direction {
    position: relative;
    z-index: 0;
    background-image: url(../images/categories/categories_bg.jpg);
    background-repeat: repeat;
}

.direction h2,
.news_block h2 {
   color: #000;
   text-align: center;
   font-weight: 700;
}

.direction h2{
    padding: 70px 0;
}

.direction .row {
    margin-bottom: 70px;
}

.cotegory_block {
 padding: 0 10%;
}
 

.cotegory_block a {
    display: inline-block;
    background-color: rgba(255,255,255,.5);
}

.cotegory_block a:hover{
    background-color: transparent;
    transition: background-color .5s;
}

.cotegory_block a:hover span  {
     background-color: #82add6;
    transition: .5s;
}

.cotegory_block a>img {
    position: relative;
    z-index: -1;
}

.cotegory_block span {
    display: block;
    background-color: #e4e9f4;
    text-align: center;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    padding: 5%;
}

.news_block {
    background-color: #fff;
    padding: 80px 0;
}
.news_block h2{
    margin-bottom: 100px;
}

.decor_block {
    position: absolute;
    bottom: -85px;
    right: 0;
    z-index: 0;
    
}

.wrapp_img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 60px;
    position: relative;
    z-index: 1;
}

.wrapp_img a {
    background-color: #e4e9f4;
    text-align: center;
    margin-bottom: 20px;
    padding: 20px 0;
    min-height: 115px;
}

.align_block {
    width: 100%;
    display: flex;
    justify-content: center;
}

.slider_block {
    width: 300px;
}

.local {
    margin: 0 50px;
}

.slider_block span {
    display: inline-block;
    text-align: left;
    color: #000;
    font-size: 16px;
    padding: 30px 10%;
}

.news_block .swiper-pagination {
    display: none;
}

.news_block .swiper-button-next {
    right: 60px;
}

.news_block .swiper-button-prev {
    left: 50px;
}

.slider_block {
/*    display: block;*/
    height: 600px;
    overflow: hidden;
}

.slider_block:hover,
 .news_mob .slider_block{
    background: #fff;
    box-shadow: 0px 0px 12px 0px rgba(95, 81, 81, 0.67);
    transition: .5s;
}

.hover_color {
    opacity: 0;
}



.slider_block:hover .hover_color {
    opacity: 1;
    position: relative;
    bottom: 90px;
 transition: linear 1s;
}

.bd-joomlaposition-21 .swiper-button-next,
.bd-joomlaposition-21 .swiper-button-prev {
	outline: none;
}

.news_block .swiper-button-next, 
.news_block .swiper-button-prev {
	background-repeat: no-repeat;
    background-position: center center;
	color: transparent;
}

.news_block .swiper-button-next {
    background-image: url(../images/info/arrow_slider_right.png);
	
   
}
.news_block .swiper-button-prev {
    background-image: url(../images/info/arrow_slider_left.png);
   }


.news_block .swiper-button-prev,
.news_block .swiper-button-next {
    width: 80px;
    height: 80px;
    background-color: #e4e9f4;
    border-radius: 50%;
	outline:none;
}

.bd-layoutbox-8 {
    display: none;
}
.maths_block {
    position: relative;
}
.properties h2{
    margin: 95px 0;
    color: #000;
}

.maths_block h3{
     color: #06397d;
}
.maths_block h3,
.maths_description p,
.olympic p,
.block-studio p,
.about_us_description p,
.add_services p{
    color: #06397d;
    font-size: 25px;
} 

.link_description img {
    position: absolute;
    z-index: 1;
    right: -34px;
    bottom: -400px;
}
.properties .col-md-6 {
    padding: 0 70px;
}

.maths_description,
.olympic_description,
.studio_description,
.about_us_description{
    margin: 50px 0;
}
 

.link_description a {
    display: flex;
    color: #0d68d9;
    padding-right: 80px;
    width: 285px;
    font-size: 16px;
}
.link_description p {
    display: flex;
    color: #a92529;
}
.link_description span {
    font-size: 16px;
}
.link_description {
    margin-bottom: 150px;
}
.services {

    padding-bottom: 50px;
}
.services .container {
        position: relative;
}
.services_img {
    position: relative;
    margin-top: 100px;
}
.books_menu {
    width: 100%;
    position: absolute;
    top: 0;
    padding-top: 125px;

}
.books_menu li a{
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 50px;
    line-height: 50px;
    text-shadow: 1px 5px 3px rgba(0, 0, 0, 0.3);
}
.books_menu li a:hover {
    color: #06397d;
    transition: .6s;
    text-shadow: 1px 5px 3px rgba(0, 0, 0, 0.3);
}
.books_menu li {
    display: flex;
    margin-bottom: 76px;
}
.books_menu li:last-child  {
      margin-top: 105px;
}
.services_description li {
    color: #010177;
    font-size: 40px;
    list-style: disc;
}
.services_description p,
.services_description p.red_color{
    font-weight: 700;
    font-size: 50px;
}
.services_description p {
    color: #127701;
}

.services_description p.red_color {
    color: #d30303;
    margin-top: 90px;
}
.services_description img {
    position: absolute;
    bottom: -85px;
    right: 0;
    z-index: 0;
}
.about_us .row {
    margin-top: 30px;
}
.olympic .row {
    margin-bottom: 90px;
}
.our_pride p {
    font-size: 30px;
    color: #010177;
    margin-bottom: 30px;
}
.our_pride img {
    box-shadow: 0px 1px 30px -4px #000000;
    
}
.our_pride .otherness {
    font-size: 20px;
    color: #000;
    margin-top: 50px;
}
.block_list li {
    font-size: 16px;
}
.block_list {
       background-image: url(../images/info/our-pride-bg.jpg);
}
.block_list li {
    color: #fff;
    list-style: disc;
}
.block_list .row {
    padding: 30px 250px;
}
.bd-margins > div:not(.bd-own-margins) > div:not(.bd-own-margins) > .bd-container-inner > *:not(.bd-no-margins):not(section) {
    margin-left: 0;
    margin-right: 0;
}
.bd-layoutitemsbox-23 {
    padding-left: 0;
    padding-right: 0;
}
.block_list .col-md-6 {
    display: flex;
    justify-content: center;

}
.block_student img {
    box-shadow: none;
    margin-bottom: 50px;
}

.block_student p {
   margin-top: 100px;
}
.block_name p {
    font-size: 18px;
    color: #000;
    margin-top: 25px;
}
.block_name .title {
    font-size: 25px;
    color: #06397d;
    font-weight: 700;
    text-align: center;
}
.block_name {
    padding: 0 10%;
}
.separated-item-38 {
    min-height: 100%;
}

.img_position img {
    width: 250px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.olympic .col-md-6 img{
    width: 70%;
}
.inner_block {
    opacity: 0;
    
}
.hidden-block:hover .inner_block {
    opacity: 1;
  transition: .7s;
}
.inner_block p,
.inner p,
.block_name p{
    padding-left: 30px;
}

.contact .row {
    margin: 50px 0;
}
.contact .col-md-6 {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.contact h4 {
    color: #000;
    margin-bottom: 30px;
}
.local a {
    position: relative;
    z-index: 2;
    text-decoration: underline;
}
.news_block .swiper-wrapper {
    height: 600px;
}
.contact_mini {
  padding-top: 10px;  
}
.contact_mini img {
    width: 40px;
}
.contact_mini a,
.contact_mini p {
    color: #000;
    font-size: 18px;
}
.footer_contact {
        display: block;
    }
.swiper-slide-active,
.swiper-slide-duplicate-next{
    border: 0;
}
.bd-button-wrapper input{
    margin-bottom: 0 !important;
}
.search {
    margin: 50px 0;
}
.subtitle {
    padding: 0 100px;
}
.bd-joomlaposition-22 {
    margin-top: -10px;
}


/*FOOTER*/

.footer_block .col-md-4{
    padding: 35px;
    
}
.footer_descripton p {
    font-size: 12px;
    color: #fff;
}
.footer_contact {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer_contact a,
.footer_contact p{
    font-size: 18px;
    color: #fff;
}
.footer_contact img{
    margin-right: 10px;
}
.footer_menu {
    padding: 0px 40px;
}
.footer_menu li {
    padding: 7px 0;
    border-bottom: 1px solid #fff;
}
.footer_menu a {
    color: #fff;
    font-size: 12px;
}
.news {
    background: #FFF200;
    padding: 5px 10px;
    text-align: center;
    font-size: 18px;
}
a.news {
    color: #000;
}
.bd-vertical-align-wrapper .bd-own-margins {
    display: inline-block;
    vertical-align: top;
}
.mod-languages a {
    color: #ffffff;
    font-size: 20px;
    line-height: 38px;
    font-weight: 500;
}
.lang-active a {
    font-weight: 700;
}
.col-md-4.oval-frame img {
    display: inline-block;
    width: 300px;
    height: 400px;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 4px 10px 12px rgba(0, 0, 0, 0.5);
    position: relative;
}
.image-container {
    text-align: center;
}
