body{
    font-family: Arial, Helvetica CY, Nimbus Sans L;
    font-size: 14px;
    line-height: 1.75;
}
.logo{
    padding: 15px 15px 0px 15px;
    height:auto;
    text-align: center;
    float: none;
    display: inline-block;
}
.logo .name{
    font-size: 24px;
    line-height: 1.1;
    font-weight: bold;
    font-family: Comic Sans MS;
}
.logo .descr{
    font-size: 11px;
    color:#777;    
    letter-spacing: 0.5px;
}
.logo .name .n1{ color:#c34253; }
.logo .name .n2{ color:#4189a7; }
.logo .name .n3{ color:#d9ad00; }
.logo .name .n4{ color:#9ba83c; }
.logo .name .n5{ color:#d07ed2; }
.logo .name .n6{ color:#f37e80; }
.logo .name .n7{ color:#fab44e; }

.logo .stars{ letter-spacing: 1px; display:none; }
.logo .star1{ color:#b0cb6d; }
.logo .star2{ color:#fab44e; }
.logo .star3{ color:#f37d7f; }

.phone{
    width:100%;
    background:#fab44e;
    text-align: center;
    font-size:16px;
    padding:1px 0;
    color:#fff;
}
.phone .dotted{
    border-top: 1px dotted rgba(255, 255, 255, 0.7);
    border-bottom: 1px dotted rgba(255, 255, 255, 0.7);
    padding:8px 0;
    display:block;
    width:100%;
}
.phone .number{
    font-size:18px;
    font-weight:bold;
}
.phone .callback{
}
.phone .callback a, .phone .callback a:focus{
    border:2px solid #fff;
    color:#fff;
    display:inline-block;
    padding:2px 6px;
    margin-left:30px;
    border-radius: 3px;
}
.phone .callback a:hover{
    background:#fff;
    color:#fab44e;
    text-decoration:none;
}
button.navbar-toggle{
    background: #8373ce;
    color: #fff;
}
button.navbar-toggle span.icon-bar{
    background:#fff;
}
html .navbar-nav>li>a{
    padding:0px;
    font-family: Comic Sans MS;
    color:#555555;
    text-align: center;
}
.navbar-nav span.icon{
    padding: 16px 40px 15px;
    text-align: center;
    background: url('../img/dot-bg.png');
    position: relative;
    display: none;
}
.navbar-nav span.icon i{
    font-size:16px;
    border-radius: 25px;
    color: #fff;
    background: url('../img/dot-bg.png');
    padding:14px;
}
.navbar-nav span.icon:before{
    background: url('../img/dot-bg.png');
    position: absolute;
    width: 100%;
    height: 5px;
    top: 0;
    left: 0;
    display: block;
    content: '';
    z-index: 10;
}
html .navbar-nav>li>a:hover{
    background:transparent;
}
html .navbar-nav>li>a:hover span.icon{
    
}
html .navbar-nav>li>a:hover span.icon i{
    font-size:18px;
    padding:13px;
}
html .navbar-nav>li.active>a:before{
    content: '';
    position: absolute;
    top: 0;
    margin-left: -11px;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover{
    background-color:transparent;
}
.nav > li > a:focus, .nav > li > a:hover{
    background-color:transparent;
}
.navbar-nav .home span.icon:before{
    background-color:#8373ce;
}
.navbar-nav .home span.icon i{
    background-color: #8373ce;
}
.navbar-nav .services span.icon:before{
    background-color:#fc5b4e;
}
.navbar-nav .services span.icon i{
    background-color: #fc5b4e;
}
.navbar-nav .contacts span.icon:before{
    background-color:#adca69;
}
.navbar-nav .contacts span.icon i{
    background-color: #adca69;
}
html .navbar-nav>li.home>a:hover{
    color: #8373ce;
}
html .navbar-nav>li.services>a:hover{
    color: #fc5b4e;
}
html .navbar-nav>li.contacts>a:hover{
    color: #adca69;
}
html .navbar-nav>li.home.active>a:before{
    border-top: 11px solid #8373ce;
}
html .navbar-nav>li.services.active>a:before{
    border-top: 11px solid #fc5b4e;
}
html .navbar-nav>li.contacts.active>a:before{
    border-top: 11px solid #adca69;
}

#bs-example-navbar-collapse-1 ul li .dropdown-toggle{
    display:none;
}

.footer_border{
    background: #afc969;
    position: relative;
    display: block;
    width: 100%;
    height: 10px;
    padding: 1px 0;
}
.footer_border span{
    border-top: 1px dotted rgba(255, 255, 255, 0.7);
    border-bottom: 1px dotted rgba(255, 255, 255, 0.7);
    width: 100%;
    display: block;
    height: 8px;
    position: relative;
}
footer{
    background-image: url(../img/school-sketch-elements-30.png);
    background-color: #f2f2f2;
    color: #333333;
}
.copywrite{
    padding:15px 15px;
    text-align: center;
}
.h1, h1 {
    font-size: 22px;
}
.content h1{
    font-family: Comic Sans MS;
    text-align:center;
    margin:40px 0 20px;
}
.content .yellow{
    background: #FFFFB4;
}

.slider{
    position:relative;
}
.slider .descr{
    
    font-size: 35px;
    line-height: 1.9;

    position:absolute;
    bottom:40px;
    left:20%;
    color:#fff;
    z-index: 3;
}
.slider .descr span{
    background:#8373ce;
    padding:3px 8px 8px;
}
.slider .descr span.second{
    margin-left:100px;
}

.video-max{
    max-width: 640px;
    text-align: center;
    margin:0 auto;
}
.head, h2{
    font-family: Comic Sans MS;
    text-align:center;
    margin:40px 0 15px;
    font-size:20px;
}

.h3{
    font-family: Comic Sans MS;
    margin:20px 0 10px;
    font-size:26px;
}
.who-is .img-wrap{
    width: 100%;
    height: 245px;
    overflow: hidden;
    position: relative;
    margin-top:25px;
}
.who-is .img-wrap .fon{
    position: absolute;
    width: 100%;
    height: 245px;
    background: url("../img/black30.png");
    z-index: 3;
    top: 0px;
    left: 0px;
    padding: 0 12px;
}
.who-is .img-wrap .fon span{
    margin: 105px 5% 0;
    color: #F9F9F9;
    border-top: 2px solid #F9F9F9;
    border-bottom: 2px solid #F9F9F9;
    padding: 15px 16px;
    display: inline-block;
    font-weight: bold;
    font-size: 15px;
}

.who-is .img-wrap .fon span.span2{
    margin: 105px 14% 0;
}
.who-is .img-wrap .fon span.span3{
    margin: 105px 18% 0;
}

.who-is .img-wrap .fon span.span01{
    margin: 105px 30% 0;
}
.who-is .img-wrap .fon span.span02{
    margin: 105px 30% 0;
}

.who-is .img-wrap .fon span.span03{
    margin: 105px 19% 0;
}

.who-is .img-wrap .fon span.span04{
    margin: 105px 17% 0;
}

.who-is .text{
    background: #8373ce;
    color: #fff;
    font-size: 16px;
    padding: 15px;
    line-height: 1.25;
}
.who-is .img-wrap:hover .fon span{
    background: #F9F9F9;
    color:#333;
}

.param{
    margin: 0 0 20px 0;
}
.param .param-head{
    font-weight:bold;
}
.param .param-head.param-color-1{
    color:#fcb54d;
}
.param .param-head.param-color-2{
    color:#48cfad;
}
.param .param-head.param-color-3{
    color:#fc6e51;
}
.param .param-text{
    font-size:13px; 
    line-height: 1.25;
}

.forms{
    background: url('../img/school-sketch-elements-4.png') top center #8272cd;
    background-attachment: scroll;
    background-size: auto;
    padding:40px 0 30px;
    margin:20px 0 0;
}
.forms .big_text{
    color:#fff;
    text-align: center;
    font-size: 20px;
    margin: 0px auto;
    padding: 0px 0 5px 0;
    font-weight: bold;
    line-height: 1.5;
}
.forms .small_text{
    color:#fff;
    text-align: center;
    line-height: 1.5;
    width:60%;
    margin: 0px auto;
}
.forms .goto{
    float:right;
}

.btn-warning{
    background-color: #fc9326;
    border-color: #fc9326;
}

.review{
    border: 1px solid #dddddd;
    border-radius: 10px;
    position:relative;
    display:inline-block;
    margin:15px 1% 0 5px;
    vertical-align: top;
}
.review .photo{
    background:#f1f1f1;
    border-radius: 10px 10px 0px 0px;
    position:relative;
    top:-5px;
    left: -5px;
    padding:15px;
}
.review .photo .text{
    display:inline-block;
}
.review .photo .text .name{
    font-size: 22px;
    line-height: 26px;
    font-family: Comic Sans MS;
}
.review .photo .text .sub{
    color: #666;
    font-size:14px;
}
.review .photo img{
    width: 50px;
    display: inline-block;
    vertical-align: top;
    margin-right:10px;
}
.review .photo .glyphicon{
    position:absolute;
    top:23px;
    right:20px;
    font-size:22px;
}
.review .comment{
    color:#fff;
    font-size: 14px;
    line-height: 1.5;
    padding: 25px;
    border-radius: 0 0 10px 10px;
    top:-5px;
    left: -5px;
    position: relative;
}
.review .comment:before{
    content: '';
    position: absolute;
    top: -10px;
    left: 30px;
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
}
.review .pictures{
    padding-top:15px; 
}
.review .pictures img{
    width:100px;
    display:inline-block;
}

.review1 .name, .review1 .glyphicon{
    color:#8374cf;
}
.review1 .comment{
    background: #8374cf;
}
.review1 .comment:before{
    border-bottom: 11px solid #8374cf;
}

.review2 .name, .review2 .glyphicon{
    color:#f47c7d;
}
.review2 .comment{
    background: #f47c7d;
}
.review2 .comment:before{
    border-bottom: 11px solid #f47c7d;
}
.review3 .name, .review3 .glyphicon{
    color:#adca69;
}
.review3 .comment{
    background: #adca69;
}
.review3 .comment:before{
    border-bottom: 11px solid #adca69;
}
.review4 .name, .review4 .glyphicon{
    color:#fbb44d;
}
.review4 .comment{
    background: #fbb44d;
}
.review4 .comment:before{
    border-bottom: 11px solid #fbb44d;
}

.about{
    padding:0 0 30px 0;
}

.about_toogle, .about_toogle:focus{
    display:block;
    border: 2px solid #8374cf;
    padding:10px 15px;
    color:#8374cf;
    width:232px;
    margin:20px auto 0;
    text-align: center;
    text-decoration: none;
    border-radius: 3px;
}
.about_toogle:hover{
    background:#8374cf;
    color:#fff;
    text-decoration: none;
}

.bold{
    font-weight: bold;
}


.contact{
    margin:0 0 20px 0;
    }
.contact .name{
    font-size: 21px;
    font-weight: bold;
}
.contact_benefits{
    padding: 0 0 0 20px;
    line-height: 1.5;
    font-size: 14px;
}
.contact_benefits>li {
    padding:0 0 10px 0;
}
#map {
    margin:20px 0 0 0; 
}
.alert-msg h4 {
    margin: 0 0 10px 0;
    padding: 0px;
    font-size: 16px;
    font-weight: bold;
}
.alert-msg div p {
    font-size: 13px;
    margin: 0px;
}
p.help-block {
    font-size: 12px;
}

.column {
    -webkit-column-width: 33%;
    -moz-column-width: 33%;
    column-width: 33%;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    margin: 20px 0;
}

.who-is .img-wrap .fon span{
    margin: 105px auto 0;
    color: #F9F9F9;
    border-top: 2px solid #F9F9F9;
    border-bottom: 2px solid #F9F9F9;
    padding: 15px 16px;
    display: table;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
}

#carousel-videoreviews a{
    position:relative;
    display:block;
}
#carousel-videoreviews a span{
    display:block;
    width:50px;
    height:35px;
    background: url("../img/play.png") no-repeat 0 0;
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-25px;
    margin-top:-18px;
}
#carousel-videoreviews a:hover img{ opacity: 0.8; }
#carousel-videoreviews div{ margin-bottom:15px; }
#carousel-videoreviews{ margin-bottom:15px; }

.no-padding-left{
    padding-left:0px;
}
.no-padding-right{
    padding-right:0px;
}
.no-padding-center{
    padding:0px 7px 0 8px;
}
@media (max-width: 767px){
    .col-xs-12-300{
        max-width: 310px;
        float:none;
        margin:20px auto 0;
        padding: 0 5px;
    }
}
@media (max-width: 575px){
    .navbar-header{
        text-align: center;
    }
    html .nav{
        text-align: center;
    }
    html .nav > li{
        display: inline-block;
        vertical-align: top;
    }
    html .nav > li > a{
        font-size: 15px;
    }
    #bs-example-navbar-collapse-1 ul li .dropdown-menu{
        display: block;
        background: none;
        position: static;
        border-radius: 0px;
        box-shadow: 0 0 0;
        border: 0;
        padding: 0;
    }
    #bs-example-navbar-collapse-1 ul li .dropdown-menu li{
        float:left;
    }
    #bs-example-navbar-collapse-1 ul li .dropdown-menu li a{
        padding: 5px 15px;
        font-family: Comic Sans MS;
        color: #555555;
        text-align: center;
        font-size: 15px;
        line-height: 20px;
    }
    #bs-example-navbar-collapse-1 ul li .dropdown-menu li a:hover{
        background: transparent;
        color: #8373ce;
    }
    html .navbar-nav > li > a{
        padding: 5px 15px;
    }
    .slider .descr {
        font-size: 14px;
        line-height: 2.4;
        bottom: 15px;
    }
    phone .text {
        padding-bottom: 5px;
        display: block;
    }
    .forms .small_text {
        padding: 0px 0 20px 0;
    }
    .phone .callback a{
        margin-left: 0px;
    }
    .container.services .col-xxs-12{
        width: 100%;
    }
    .container.services .col-xxs-12 img{
        margin: 0 auto;
    }
}
@media (max-width: 480px){
    .phone{
        font-size: 14px;
    }
    .phone .text{
        display: block;
        padding: 0 15px 5px;
    }
    .slider{
        display: none;
    }
    .col-xxs-12{
        width: 100%;
    }
}
@media (min-width: 450px){
    .services table strike{
        display: block;
    }
}
@media (min-width: 576px){
    body{
        font-size: 15px;
    }
    .services table strike{
        display: block;
    }
    .h1, h1 {
        font-size: 26px;
    }

    .head, h2{
        font-size: 24px;
    }
    .slider .descr{
        font-size: 17px;
        line-height: 2.3;
        bottom: 15px;
    }
    .navbar-header{
        float:left;
    }
    .logo{
        float: left;
        padding: 18px 20px;
    }
    .logo .stars{
        display: inline-block;
    }
    .logo .name{
        font-size: 30px;
        line-height: 1.1;
    }
    .logo .descr{
        font-size:9px;
    }
    #bs-example-navbar-collapse-1 ul{
        float: right!important;
        margin:0 -15px;
    }
    #bs-example-navbar-collapse-1 ul li{
        float:left;
    }
    #bs-example-navbar-collapse-1 ul li .dropdown-toggle{
        display: block;
    }
    #bs-example-navbar-collapse-1 ul li li{
        float: none;
    }
    html .navbar-nav > li > a{
        font-size: 15px;
    }
    html .navbar-nav > li > a:hover span.icon i {
        font-size: 13px;
        padding: 8px;
    }
    .navbar-nav span.icon i{
        font-size:11px;
        border-radius: 25px;
        padding:9px;
    }
    .navbar-nav span.icon{
        padding: 15px 40px 9px;
        display: block;
    }
    .nav > li > a:focus, .nav > li > a:hover{
        padding-bottom:9px;
    }
    .param .param-head{
        line-height: 1.25;
        font-size: 14px;
        margin-bottom: 5px;
    }
    .param .param-text {
        font-size: 12px;
        line-height: 1.25;
        min-height: 63px;
    }
    .about_toogle, .about_toogle:focus{
        padding: 8px 10px;
    }
    .who-is .text{
        font-size: 13px;
    }
    .forms{
        padding: 20px 0 10px;
    }
    .forms .big_text{
        font-size: 24px;
        padding: 0px 0 5px 0;
        width:60%;
    }
    .forms .small_text{
        padding:0px 0 20px 0;
    }
    .navbar-nav .open .dropdown-menu{
        position: absolute;
        background-color: #fff;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 1px solid #ccc;
        border: 1px solid rgba(0,0,0,.15);
        border-radius: 4px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
    }
}
@media (min-width: 768px){
    .services table{
        font-size: 14px;
    }
    .logo{
        padding: 30px 0px;
    }
    .logo .name{
        font-size: 36px;
        line-height: 1.1;
    }
    .logo .descr{
        font-size:11px;
    }
    .phone{
        font-size: 18px;
    }
    .slider .descr{
        font-size: 20px;
        line-height: 2.2;
        bottom: 40px;
    }
    .h1, h1 {
        font-size: 28px;
    }

    .head, h2{
        font-size: 26px;
    }
    .who-is .img-wrap, .who-is .img-wrap .fon{
        height: 196px;
    }
    .who-is .img-wrap .fon span{
        margin: 77px auto 0;
        padding: 13px 10px;
        font-size: 13px;
    }
    .who-is .text{
        font-size: 13px;
        padding: 14px;
    }
    .param .param-head{
        margin-bottom: 0px;
    }
    .param .param-text {
        min-height: 10px;
    }
    .forms .big_text{
        font-size: 20px;
        line-height: 1.5;
        padding: 0px 0 20px 0;
    }
    .forms .small_text{
        padding:0px;
    }

    .navbar-nav span.icon i{
        font-size:16px;
        border-radius: 25px;
        padding:14px;
    }
    html .navbar-nav > li > a:hover span.icon i {
        font-size: 18px;
        padding: 13px;
    }
    navbar-nav span.icon{
        padding: 16px 40px 15px;
    }
    .nav > li > a:focus, .nav > li > a:hover{
        padding-bottom:0px;
    }
    .forms{
        padding: 40px 0 30px;
    }
    .review .photo .text .name {
        font-size: 22px;
        line-height: 26px;
    }
    .review .comment{
        font-size:14px;
    }
}
@media (min-width: 992px){
    .services table strike{
        display: inline-block;
    }
    .slider .descr {
        font-size: 35px;
        line-height: 1.9;
    }
    .h1, h1 {
        font-size: 36px;
    }
    .head, h2{
        font-size: 32px;
    }
    body{
        font-size: 17px;
    }
    .services table{
        font-size: 17px;
    }
    html .navbar-nav > li > a{
        font-size: 17px;
    }
    .who-is .img-wrap, .who-is .img-wrap .fon{
        height: 245px;
    }
    .who-is .img-wrap .fon span{
        margin: 105px auto 0;
        padding: 15px 16px;
        font-size: 15px;
    }
    .who-is .text{
        font-size: 16px;
        padding: 15px;
        line-height: 1.25;
    }
    .param .param-head{
        line-height: 1.5;
        font-size: 17px;
    }
    .param .param-text {
        font-size: 13px;
        line-height: 1.25;
    }
    .forms .big_text{
        font-size: 24px;
        line-height: 1.5;
    }
    .about_toogle, .about_toogle:focus{
        padding: 10px 15px;
    }
    .review .comment{
        font-size:15px;
    }
    .review .photo .text .name {
        font-size: 26px;
        line-height: 30px;
    }
}
@media (min-width: 1200px){
    .container {
        width: 970px !important;
    }
}

.checker{
	position: relative;
}
.checker .checker-q{
    opacity: .65;
    font-size: 12px;
	position: absolute;
	top: 3px;
	left: 12px;
}
.checker ul{
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  padding-bottom: .625rem;
  height: auto !important;
  padding-top: 2.425rem !important;
}
.checker ul li{
  padding: 0;
  margin: 0 10px 0 0;
}
.checker ul li:last-child{
  margin: 0;
}
.checker ul li span{
  display: block;
  width: 40px;
  height: 40px;
  border: 3px solid transparent;
  padding: 3px;
  border-radius: 4px;
  cursor: pointer;
}
.checker ul li span:hover{
  border-color: #ced4da;
}
.checker ul li span.color-check{
  border-color: #333;
  cursor: default;
}
.checker ul li span.color-check:hover{
  border-color: #333;
}

.accordion{
    margin-bottom: 30px;
}
.accordion:last-child{
    margin-bottom: 0;
}
.accordion-header{
    background: #f5f5f5;
    border: transparent;
    border-radius: 5px;
    padding: 21px 55px 21px 22px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000;
    list-style: none;
    position: relative;
    transition: .4s;
}
@media (min-width: 540px) {
    .accordion-header {
        padding: 21px 75px 21px 22px;
    }
}
@media (min-width: 992px) {
    .accordion-header{
        font-size: 18px;
        line-height: 24px;
        font-weight: 700;
        padding: 31px 75px 31px 32px;
    }
}

.accordion-body{
    color: #333;
    border: 2px solid #dedede;
    border-top: 0;
    border-radius:  0 0 5px 5px;
    padding: 21px;
    font-size: 14px;
}
@media (min-width: 540px) {
    .accordion-body{
        padding: 21px;
    }
}
@media (min-width: 992px) {
    .accordion-body{
        font-size: 16px;
        padding: 31px;
    }
}

.accordion[open]{
    transition: .4s;
}
.accordion[open] .accordion-header {
    border-radius:  5px 5px 0 0 ;
    background: #dedede;
}

.accordion .accordion-header:after{
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 8px 15px rgba(0,0,0,.02);
    color: #f16126;
    content: "+";
    height: 32px;
    line-height: 32px;
    text-align: center;
    width: 32px;
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
@media (min-width: 540px) {
    .accordion .accordion-header:after{
        right: 20px;
    }
}

@media (min-width: 992px) {
    .accordion .accordion-header:after{
        right: 30px;
    }
}

.accordion[open] .accordion-header:after{
    content: "-";
}
.accordion .accordion-header::-webkit-details-marker {
  display: none;
}