html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

body{
    min-width: 320px;
    color: #333;
    font-family: Tahoma;
}
.container{
    margin: 0 auto;
    padding:0 15px;
}
.clearfix{
    clear:both;
}

body.modal-show{
   overflow-y: hidden;
}
.modal-mask {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    transition: opacity .3s ease;
    overflow-y: auto;
}

.modal-container {
    width: 300px;
    margin: 40px auto 0;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
    transition: all .3s ease;
}

.modal-enter {
  opacity: 0;
}

.modal-leave-active {
  opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


header#main{
	background: #5dbee3;
}

header#main .logo{
	position: relative;
	text-align: center;
	padding: 85px 0 30px;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px; 
	width: 100%;
	background: radial-gradient(circle at center, rgba(255,255,255,0.6) 0%, rgba(255,255,255,0) 50%);
}
header#main .logo img{ width: 60px; }
header#main .logo span.big{ display:block; padding: 20px 0 5px; }
header#main .logo span.small{ display:block; font-size: 13px;}
header#main .logo span.phone{ font-size: 16px; position: absolute; top: 20px; right: 26%; text-align: right; }
header#main .logo span.phone a{text-transform: lowercase; font-size:12px; color:#fff; }
header#main .logo span.phone a:hover{ text-decoration: none; }
header#main .logo span.phone .callback{ display:block; }
header#main .logo span.contacts{ font-size: 16px; position: absolute; top: 20px; left: 0px; text-align: right; display: none; }
header#main .logo span.contacts a{text-transform: uppercase; font-size:16px; color:#fff; }
footer{
	text-align: center;
	padding: 20px 0;
	font-size: 14px; 
	background: #f9f9f9 url("../img/line.3116905a6ff5.png") repeat-x 0 0;
}
.navbar-main .head{
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
	padding: 25px 0 15px;
}
.navbar-main ul{
	list-style: none;
	margin:0px;
	padding:0px;
}
.navbar-main .navbar-icon{
	display: block; 
	background: #ddd;
	padding: 15px;
	text-decoration: none;
	text-align: center;
	position: relative;
}
.navbar-main .navbar-icon .icon{
	padding: 25px 0px;
	display: block;
}
.navbar-main .navbar-icon .icon i{
	color: #fff;
	font-size: 140px;
	padding: 0px;
}
.navbar-main .navbar-icon .icon svg{
	width: 100%;
	fill: #fff;
}
/*.navbar-main .navbar-icon:hover:after{
	content: "";
	position:absolute;
	top:0px;
	bottom: 0px;
	left:0px;
	right:0px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}*/
.navbar-main .navbar-icon.navbar-music{
	background: #13bfcf;
}
.navbar-main .navbar-icon.navbar-picture{
	background: #ff90c2;
}
.navbar-main .navbar-icon.navbar-teatr{
	background: #abc9f7;
}
.navbar-main .navbar-icon.navbar-children{
	background: #ff908d;
}
.navbar-main .navbar-icon.navbar-partner{
	background: #a3c259;
}
.navbar-main .navbar-icon.navbar-step{
	background: #fdbc69;
}
.navbar-main .navbar-icon.navbar-music:hover{
	background: #11a6b4;
}
.navbar-main .navbar-icon.navbar-picture:hover{
	background: #ff58a3;
}
.navbar-main .navbar-icon.navbar-teatr:hover{
	background: #7aa9f2;
}
.navbar-main .navbar-icon.navbar-children:hover{
	background: #ff6460;
}
.navbar-main .navbar-icon.navbar-partner:hover{
	background: #97c52a;
}
.navbar-main .navbar-icon.navbar-step:hover{
	background: #fba12f;
}
.navbar-main .navbar-icon .name{
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
}
.content{
	margin-top: 50px;
	margin-bottom: 30px; 
	line-height: 1.5;
}
.content h1, .content h2{
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;	
	font-size: 18px; 
}
.content #courses .subhead{
	text-align: center;
	margin: -10px 0 25px;
	font-size: 14px;
}
.content .big-text{
	font-size: 16px;
}
.benefits{ text-align: center; }
.benefits svg{ padding:10px 100px; width: 100%; fill: #ff908d; }
.benefits  i{ color: #ff908d; padding: 10px 0; font-size: 140px; display:block; text-align: center; }
.benefits span{ display:block;  font-size: 14px; color:#888; }
.benefits>div{ margin-bottom: 20px; }

#certificats{
	padding: 30px 0;
	margin-top: 30px;	
	font-size: 16px;
	background: #d3e6a8;
}
#certificats .certificat-img{
	max-width: 200px;
	margin: 0 auto;
}
#certificats .h2{
	text-transform: uppercase;
	font-size: 18px; 
	line-height: 1.25;
}
#certificats .certificat-img-wrap{
	margin-bottom: 20px; 
}

#reviews{ margin: 30px 0; }
#reviews .h2, #map .h2{
	text-transform: uppercase;
	font-size: 20px; 
	line-height: 1.25;
	margin-left:0px; 
	text-align: center;
}

#reviews .review-icon{
	width: 30px; 
	position: absolute;
	top: 25px;
	left: 20px;
	color: #ddd;
	z-index: 1;
	display: none;
}
#reviews .text {
    background: #f7f7f7;
    padding: 20px 20px 0;
    position: relative;
    margin: 25px 0 0px;
	overflow: hidden;
}
#reviews .people {
    background: #f1f1f1;
    padding: 20px;
    overflow: hidden;
}
#reviews .people img {
    float: left;
    max-height: 70px;
    margin: 0 20px 0 0;
    border-radius: 300px;
    width: 48px; 
}
#reviews .people .name {
    font-size: 16px;
    font-weight: bold;
}
#reviews .people .city {
    font-size: 13px;
}
#reviews .text p {
    z-index: 2;
    position: relative;
    padding: 0 0 20px 0px;
    margin:0px;
}



.input-field{
    margin-bottom: 15px;
}
.input-field input, .input-field textarea, .input-field select{
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 12px 15px 10px;
    width: 100%;
    outline: none;
    background: #fafafa;
}
.input-field select{
    height: 40px;
    padding: 12px 15px 10px;
}
.input-field .v-select .dropdown-toggle{
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px 7px 7px;
    width: 100%;
    outline: none;
    background: #fafafa;
}
.input-field .v-select .dropdown-menu a{
    text-decoration: none;
}
/*.input-field input.vf-focused.vf-invalid, .input-field textarea.vf-invalid{
    border-color: #ff664a;
}
.input-field input.vf-valid, .input-field textarea.vf-valid{
    border-color: #5cb85c;
}*/
.input-field .error {
    color: #ff664a;
    font-size: 12px;
    padding: 3px 0 0 15px;
}

.input-field .prefix{
    color: #fff;
    font-size: 10px;
    line-height: 1.25;
    margin: 10px 0 0 0;
    display: inline-block;
}
.input-field .prefix a{
    color: #fff;
    text-decoration: underline;
}
.input-field .prefix a:hover{
    text-decoration: none;
}

.label{
    border: 1px solid #eee;
    background: #f4f4f4;
    padding: 10px 15px;
    margin: 0 0 15px;
}
.label.label-error{
    border: 1px solid #ff664a;
    color: #ff664a;
    background: #f5c6cb;
}
.label.label-success{
    border: 1px solid #5cb85c;
    color: #5cb85c;
    background: #c3e6cb;
}
#form .form-container{
	width: 100%; 
	margin: 40px 0 40px 0%;
	background: #5dbee3;
	padding: 20px;
	border-radius: 5px; 
}
#form .head{
	text-transform: uppercase;
	font-size: 32px; 
	line-height: 1.25;
	margin-left:0px; 
	text-align: center;
	color:#fff;
}
#form .subhead{
	line-height: 1.25;
	text-align: center;
	margin:10px 0 20px;
	color:#fff;
}
#form .button-yellow{
	margin: 0 auto;
}
.button-yellow{
	border:0px;
	background: #ffab00;
	padding: 15px 30px;
	border-radius: 5px; 
	text-transform: uppercase;
	color:#fff;
	font-weight: bold;
	display:block; 
}
.button-yellow:hover{
	background: #ff8700;
}

.callback-modal header{
    position: relative;
    font-size: 20px;
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
    margin:0 0 15px;
    background: transparent;
}

.callback-modal header .close{
    color: #616161;
    border-left: 1px solid #eee;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    line-height: 1;
    position: absolute;
    top: 0;
    right: 0;
    height: 45px;
    width: 45px;
    font-size: 37px;
    text-align: center;
}
.callback-modal header .close:hover{
    color: #616161;
    background: #eee;
    text-decoration: none;
}
.callback-modal form{ padding: 10px 20px; }
.callback-modal form .prefix, .callback-modal form .prefix a{ color:#bbb; }

header#school{ padding: 10px 0; background: radial-gradient(circle at center, rgba(255,255,255,0.6) 0%, rgba(255,255,255,0) 50%) #5dbee3; color:#fff; margin-bottom: 50px; }
header#school .logo img{ height: 40px; float:left; margin: 0px 10px 0 0;  }
header#school .logo{ font-size: 20px; line-height:1; }
header#school .location{ display:none; }
header#school .location img{ height: 38px; margin-top: 2px; }
header#school .location div{ display:inline-block; vertical-align: top; }
header#school .location div span{ display:block; }
header#school .location div a{ color:#fff; font-size: 12px; }
header#school .phone{ text-align: center; }
header#school .phone .callback{ font-size: 12px; display:block; margin:3px 0 0; }
header#school .phone .callback a{ color:#fff; text-decoration: none; border-bottom: 1px dotted;}
header#school .phone .callback a:hover{ border-bottom: 1px dotted transparent; }
header#school .freelesson{ text-align: center;  margin: 15px 0 0;}
header#school .freelesson a{ padding: 10px 15px; display:inline-block; border-radius: 4px; text-decoration: none; text-transform: uppercase; font-size: 14px; font-weight: bold; background: #FFB414; color:#fff; }
header#school .freelesson a:hover{ 	background: #ff8700; }

article.start-content{ color:#fff; margin: 0px; text-align: center; padding: 10px 0 30px;} 
article.start-content img {
    width: 70px;
}
article.start-content h1{ margin-bottom: 0px; }
article.start-content p.subhead{ font-size: 1em; margin: 0px; padding:0px; }
article.smart-content h2{ font-size: 20px; }

.navbar-page ul{ margin:0px; padding:0px; list-style: none;}
.navbar-page ul li{ padding:0px; margin:0px; }
.navbar-page figure{ padding:15px 15px 0; margin:0 0 0px 0; }
.navbar-page a.navbar-icon{ font-size: 20px; display:block; text-decoration: none;  color:#fff; }
.navbar-page a.navbar-icon .name{ padding: 10px 15px 0; display:block; }
.navbar-page a.navbar-icon .text{ font-size: 14px; padding:0 15px 15px;  display:block;}
.navbar-page a.navbar-icon .white-btn{ background: transparent; border: 1px solid #fff; color:#fff; font-size: 13px; padding: 5px 10px; 
	border-radius: 4px; margin: 0 15px 15px;
}
.navbar-page a.navbar-icon .white-btn:hover{
	background: #fff;
	color: #333; 
}
.navbar-page .navbar-icon.navbar-music{
	background: #13bfcf;
}
.navbar-page .navbar-icon.navbar-picture{
	background: #ff90c2;
}
.navbar-page .navbar-icon.navbar-teatr{
	background: #abc9f7;
}
.navbar-page .navbar-icon.navbar-children{
	background: #ff908d;
}
.navbar-page .navbar-icon.navbar-partner{
	background: #a3c259;
}
.navbar-page .navbar-icon.navbar-step{
	background: #fdbc69;
}
.navbar-page .navbar-icon.navbar-music:hover{
	background: #11a6b4;
}
.navbar-page .navbar-icon.navbar-picture:hover{
	background: #ff58a3;
}
.navbar-page .navbar-icon.navbar-teatr:hover{
	background: #7aa9f2;
}
.navbar-page .navbar-icon.navbar-children:hover{
	background: #ff6460;
}
.navbar-page .navbar-icon.navbar-partner:hover{
	background: #97c52a;
}
.navbar-page .navbar-icon.navbar-step:hover{
	background: #fba12f;
}

#map{
	position: relative;
	min-height: 300px;
	margin: 30px 0 40px 0;
}
#map .loadinfo{
	font-size: 40px; 
	margin: 40px 0;
	text-align: center; 
}
#map #map-wrap{
	width:100%;
	height: 300px;
	z-index: 1;
}
#map .adrress-list{
	position: relative;
	z-index: 2;
	margin: 20px 0;
	background: #fff; 
	display: inline-block;
}
#map .adrress-list ul{
	list-style:none; 
	padding:0px; 
	margin:0px; 
	width: 300px;
}
#map .adrress-list ul li{
	border: 1px solid #ddd;
	padding: 15px;
	font-size:12px; 
}
#map .adrress-list ul li .head{
	font-weight: bold;
	font-size: 16px;
	color: #333;
}
#map .adrress-list ul li .address{ 
	color: #333;
	font-size:16px; 
	margin-bottom: 10px; 
}
#map .adrress-list ul li{
	color: #999;
}
#map .adrress-list ul li span{ color: #333; }
#map .h2{
	margin-bottom: 20px; 
	
}
#map .addresses{ text-align: center; }
#map .addresses>div{  margin:0 0 20px; }
#map .addresses a{ color: #333; font-size: 20px; text-decoration: none; border-bottom: 1px dotted; font-weight: bold; }
#map .addresses a:hover{ border-bottom: 1px dotted transparent; }
#map .addresses .name{ font-size: 13px; }
/*
header#detail{ padding: 10px 0 0; background: #5dbee3; color:#fff; margin-bottom: 50px; }
header#detail .img-wrap{
	background: radial-gradient(circle at center, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0) 60%);
	text-align: center;
}
header#detail .img-wrap img{ position: relative; top: 3px; }
header#detail .phone{ text-align: right; }
header#detail .phone .callback{ font-size: 12px; display:block; margin:3px 0 0; }
header#detail .phone .callback a{ color:#fff; text-decoration: none; border-bottom: 1px dotted;}
header#detail .phone .callback a:hover{ border-bottom: 1px dotted transparent; }
header#detail .freelesson{ text-align: center;  margin: 15px 0 0;}
header#detail .freelesson a{ padding: 10px 15px; display:inline-block; border-radius: 4px; text-decoration: none; text-transform: uppercase; font-size: 14px; font-weight: bold; background: #FFB414; color:#fff; }
header#detail .head{ font-size: 24px; text-align: center; margin-top: 50px; color: #fafafa; }
header#detail .big-slogan{ font-size: 56px; font-weight: bold; text-align: center; margin: 0 30px; padding: 40px 0 30px;}
*/ 

header#detail{ padding: 10px 0 0; background: #5dbee3; }
header#detail .container{ position: relative; }
header#detail .img-wrap{
	background: radial-gradient(circle at center, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0) 60%);
	text-align: center;
}
header#detail .img-wrap img{ position: relative; top: 3px; }
header#detail .phone{ text-align: center; position: relative; top: 15px; right: 10px;  color:#fff;}
header#detail .phone .callback{ font-size: 12px; display:block; margin:3px 0 0;}
header#detail .phone .callback a{ color:#fff; text-decoration: none; border-bottom: 1px dotted;}
header#detail .phone .callback a:hover{ border-bottom: 1px dotted transparent; }
header#detail .head{ font-size: 30px; text-align: center; padding: 35px 0 30px; color: #fafafa; text-transform: uppercase; }
header#detail .form-container{ max-width: 390px; margin:0 auto 30px; background: rgba(0, 0, 0, 0.4); padding: 15px; }
header#detail .form{ overflow: hidden; }
header#detail .form-container .form-head{ font-size: 1.8em; color:#fff; text-align: center; }
header#detail .form-container .subhead {
    line-height: 1.25;
    text-align: center;
    margin: 10px 0 20px;
    color: #fff;
}
header#detail .form-container .button-yellow{
	width: 100%;
}
header#detail .freelesson{ text-align: center;  margin: 15px 0 35px;}
header#detail .freelesson a{ padding: 10px 15px; display:inline-block; border-radius: 4px; text-decoration: none; text-transform: uppercase; font-size: 14px; font-weight: bold; background: #FFB414; color:#fff; }
header#detail .big-slogan{ font-size: 24px; font-weight:bold; text-align: center; padding: 0px 0 15px; color:#fff; }


.btn-group-wrap{
	text-align: center;
	margin-bottom: 30px; 
}
.btn-group a{
	border: 1px solid #eee;
	background:#fff;
	padding: 5px 7px;
	display:inline-block; 
	margin-left:-1px;
	text-decoration: none;
	color:#333;
	text-align: left;
	font-size:14px; 
}
.btn-group a:hover{
	background: #ddd;
}
.btn-group a:first-child{
	border-radius: 4px 0 0 4px;
	margin-left:0px; 	
}
.btn-group a:last-child{
	border-radius: 0 4px 4px 0;
}

#services .service{ background: #eee; max-width: 400px; margin: 0 auto 20px; }
#services .service figure{ padding:0; margin: 0; position: relative; }
#services .service ul{ list-style:none; margin:0px 0 15px; padding:0px; 
}
#services .service ul img{ width: 18px; top: 5px; position :relative;  margin-right: 5px; }
#services .service ul li{
	display:inline-block;
	margin-right: 15px;
	color: #333; 
	font-size: 12px; 
}
#services .service ul li a{ text-decoration: none; color:#30acdb; }
#services .service ul li a span{ border-bottom: 1px dashed #30acdb; }
#services .service .info{
	padding: 15px; 
}
#services .service .head{ 
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
	margin: 0 0 15px 0;
	line-height: 1.25; 
}
#services .service p{ margin: 0 0 15px 0; font-size: 14px; overflow: hidden; }
#services .service .tabs{ margin: 0px 0 15px; }
#services .service .tabs .tab{
	display: inline-block;
	margin-right: 5px; 
}
#services .service .tabs a{ border-radius: 4px; display:inline-block; color: #30acdb; border-bottom: 1px dashed; font-size: 12px; text-decoration: none; margin: 3px 7px;  }
#services .service .tabs a.active{ background: #ccc; color:#333; border-bottom: 1px dashed transparent; padding: 3px 7px; margin:0px; }

#services .service .price-comment{ font-size: 12px; margin-bottom: 10px; color: #333; }
#services .service .price{ font-size: 18px; display: inline-block; vertical-align: top; }
#services .service .price s, #services .service .price .no-price{ font-size: 16px; color:#999; line-height: 1; padding: 0;  }
#services .service .price span{ display:block; font-size: 24px; /*color:#f96662;*/ color: #02c620; }
#services .service .price span.one-price{ padding: 15px 0 12px; }
#services .service .button-yellow{ text-align: center; text-decoration: none; display: inline-block; float: right; vertical-align: top; margin-top: 6px; padding: 15px 10px; }

.programm-list{ padding:5px 15px; } 
.programm-list ul{ list-style:none; margin:0px; padding:0px; }
.programm-list li{ margin:0 0 20px; }
.programm-list .clock{ background: #5dbee3; color: #fff; font-size:12px; padding: 3px 5px; margin:0 0 10px; }
.programm-list .head{ 
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
	margin: 0 0 0px 0;
	line-height: 1.25; 
	display:block; 
}
.programm-list .descr{ font-size: 12px; }
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #cef;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}

#scroll-menu{
	margin-bottom: 50px;
	display: none;
}
#scroll-menu ul{
	list-style:none;
	background: #eee;
	padding:0px;
	margin:0px;
	text-align: center;
}
#scroll-menu ul li{
	display:inline-block;
	text-align: left;
	padding:0px;
	margin:0;
}
#scroll-menu ul li a{
	display:block;
	padding: 13px 20px;
	text-decoration: none;
	color: #333;
	font-size: 16px;
	text-transform: uppercase;
}
#scroll-menu ul li a:hover{
	background: #ccc;
}

@media screen and (min-width: 360px){ /* 360px */
	header#main .logo span.contacts{
		display: block; 
	}
	header#main .logo span.phone{ right: 0px; }
	.benefits svg{ padding:10px 130px; }
	#services .service .button-yellow{
		padding: 15px 30px;
	}
}
@media screen and (min-width: 450px){ /* 450px */
	.navbar-main .navbar-icon .icon{
		padding: 25px 0px;
	}
	.benefits svg{ padding:10px 150px; }
	.benefits > div{ font-size: 20px; }
	header#detail .phone{ text-align: right; position: absolute; top: 15px; right: 10px; }
	header#detail .head{ padding: 75px 0 30px;}
}
@media screen and (min-width: 480px){ /* 480px */
	header#main .logo img{ width: 90px; }

	header#main .logo{
		padding: 30px 0;
	}
	#reviews .review-icon{
		display: block; 
	}
	#reviews .text p {
	    padding: 0 0 20px 50px;
    }
    .navbar-main .navbar-icon .icon{
	    padding: 25px 0px;
    }
	.benefits svg{ padding:10px 190px; }
	header#school .location{
		text-align: left;
		display:block; 
	}
	header#school .phone{
		text-align: right;
	}
	header#school .location, header#school .phone{
		width:50%;
		display: inline-block;
		vertical-align: top;
	}
	#scroll-menu{
		display: block;
	}
	#scroll-menu ul li a{
		padding: 13px 10px;
		font-size: 13px;
	}
}
@media screen and (min-width: 568px){ /* 568px */
    .container{
        margin: 0 auto;
        padding:0;
        max-width: 540px;
    }
    html .hidden-sm{
        display: none!important;
    }
    html .block-sm{
        display: block!important;
    }
    html .block-inline-sm{
        display: inline-block!important;
    }
    .callback-modal .modal-container {
        width: 500px;
    }
    header#main .logo{
		font-size: 26px;
	}
	header#main .logo span.small{
		font-size: 16px;
	}
	.navbar-main ul li{
		width: 50%;
		display:inline-block;
	}
	.navbar-main .navbar-icon .icon{
		padding: 25px 0px;
		display: block;
	}
	.navbar-main .navbar-icon .name{
		font-size: 22px; 
	}
	.benefits svg{
		padding: 10px 90px;
	}
	.btn-group a{
		padding: 7px 15px;
	}
	#scroll-menu ul li a{
		padding: 13px 20px;
		font-size: 16px;
	}
}
@media screen and (min-width: 768px){ /* 768px */
	#services>div{ padding-right: 20px; }
    html .hidden-md{
        display: none!important;
    }
    html .block-md{
        display: block!important;
    }
    html .block-inline-md{
        display: inline-block!important;
    }
    .container{
        max-width: 750px;
    }
	header#main .logo span.phone{ right:10px; }
	header#main .logo span.contacts{ left:10px; }
	.navbar-main .navbar-icon .icon{
		padding: 25px 0px;
		display: block;
	}
	.navbar-main .head{
		padding: 45px 0 30px;
	}
	.content h1, .content h2, article.smart-content h2, .navbar-main .head, #certificats .h2, #reviews .h2, #form .head, #map .h2{
		font-size: 1.3em;
	}
	.content #courses .subhead{
		margin: -10px 0 25px;
		font-size: 16px;
	}
	.benefits svg {
    	padding: 10px 150px;
    }
    #form .form-container{
		width: 80%; 
		margin:0 auto;
	}
	header#main .logo{
		font-size: 32px;
	}
	header#main .logo span.small{
		font-size: 18px;
	}
	#certificats .certificat-img-wrap{
		background: radial-gradient(circle at center, rgba(255,255,255,0.6) 0%, rgba(255,255,255,0) 80%);
		margin-bottom: 0px; 
	}
	article.start-content p.subhead{ font-size: 1em; }
	#services .service p{
		min-height: 63px;
	}
	header#detail .form-container{ margin:0 auto; }
	header#detail .head{
		font-size: 36px;
		padding: 65px 0 30px;
		text-transform: none;
	}
}
@media screen and (min-width: 992px){ /* 992px */
    html .block-lg{
        display: block!important;
    }
    html .hidden-lg{
        display: none!important;
    }
    .container{
        max-width: 960px;
    }
    .navbar-main .navbar-icon .name{
		font-size: 20px;
	}
	.navbar-main ul li{
		width: 25%;
	}
	.navbar-main .navbar-icon .icon{
		padding: 25px 0px;
	}
	#reviews .text {
		height: 276px;
	}
	#form .container{
		background: url("../img/callback.0b73153e4bd2.png") no-repeat 95% 100%;
	}
	#form .form-container{
		width: 40%; 
		margin: 40px 0 40px 5%;
	}
	header#main .logo span.phone{ right:0px; }
	header#main .logo span.contacts{ left:0px; }
	.content h1, .content h2, article.smart-content h2, .navbar-main .head, #certificats .h2, #reviews .h2, #form .head, #map .h2{
		font-size: 1.6em;
	}
	.content #courses .subhead{
		margin: -20px 0 30px;
		font-size: 20px;
	}
	#certificats, .content .big-text{
		font-size: 20px; 
	}
	.benefits svg {
    	padding: 10px 100px;
    }
    #reviews .container>div{
		padding-right:2%; 	
	}
	article.start-content p.subhead{ font-size: 1.4em; }
	#services .service .button-yellow{
		padding: 15px 15px;
	}
	#services .service p{
		min-height: 84px;
	}
	header#detail .form-container{ margin:0 0 0 20px; }
	header#detail .head{
		font-size: 40px;
		padding: 60px 0 30px;
	}
}
@media screen and (min-width: 1200px){ /* 1200px */
    html .block-xl{
        display: block!important;
    }
    html .hidden-xl{
        display: none!important;
    }
    .container{
        max-width: 1110px;
    }
    .navbar-main .navbar-icon .name{
		font-size: 22px;
	}
	#reviews .text {
		height: 228px;
	}
	#form .container{
		background-position: 90% 100%;
	}
	#form .form-container{
		width: 40%; 
		margin: 40px 0 40px 10%;
	}
	.content h1, .content h2, article.smart-content h2, .navbar-main .head, #certificats .h2, #reviews .h2, #map .h2{
		font-size: 2em;
	}

	#form .head{
		font-size: 1.8em;
	}
	#services .service .button-yellow{
		padding: 15px 30px;
	}
	#services .service p{
		min-height: 63px;
	}
	header#detail .form-container{ margin:0 0 0 40px; }
}
