@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-ExtraBold.eot');
    src: local('Gilroy ExtraBold'), local('Gilroy-ExtraBold'),
        url('../fonts/Gilroy-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-ExtraBold.woff') format('woff'),
        url('../fonts/Gilroy-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-SemiBold.eot');
    src: local('Gilroy SemiBold'), local('Gilroy-SemiBold'),
        url('../fonts/Gilroy-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-SemiBold.woff') format('woff'),
        url('../fonts/Gilroy-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Light.eot');
    src: local('Gilroy Light'), local('Gilroy-Light'),
        url('../fonts/Gilroy-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-Light.woff') format('woff'),
        url('../fonts/Gilroy-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Regular.eot');
    src: local('Gilroy Regular'), local('Gilroy-Regular'),
        url('../fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-Regular.woff') format('woff'),
        url('../fonts/Gilroy-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Medium.eot');
    src: local('Gilroy Medium'), local('Gilroy-Medium'),
        url('../fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-Medium.woff') format('woff'),
        url('../fonts/Gilroy-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}


@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Bold.eot');
    src: local('Gilroy Bold'), local('Gilroy-Bold'),
        url('../fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-Bold.woff') format('woff'),
        url('../fonts/Gilroy-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
/* Общие стили */
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
ul,
i,
span,
button,
label,
input,
input::placeholder,
select,
option,
textarea {
    font-family: "Gilroy", sans-serif;
}
p,a{
    font-weight: 400;
}
a:hover, input[type="submit"], button{
    text-decoration: none;
    cursor: pointer;
}
a:focus, input:focus, textarea:focus{
    box-shadow: none;
    outline: none;
}
img{
    max-width: 100%;
}
body{
        position: relative;
}
@media(min-width:1400px){
    .container{
        max-width: 1340px;
    }
}
video:focus{
    border: none;
    outline: none;
}
.line-long{
    top: 0;
    left: 5%;
    bottom: 0;
    flex-flow: column;
    align-items: center;
    overflow: hidden;
    width: 5rem;
    z-index: 100;
}
.line-long .line {
    height: 100%;
    width: 2px;
}
.number {
    top: 20%;
    z-index: 101;
    left: 5%;
    flex-flow: column;
    align-items: center;
    width: 5rem;
   
    }
.number span{
    border-radius: 100%;
    border: 2px solid;
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #d9d9d9;
    background: #fff;
    z-index: 101;
}
.main-title h2{
    margin: 0;
}
.main-title{
    text-align: center;
    text-transform: uppercase;
    font-size: 2.3rem;
    font-weight: 800;
    letter-spacing: 0.2em;
    margin-bottom: 1em;
}
.my-btn1{
    background: #00a4c1;
    color: #fff;
    padding: 0.7rem 2.5rem;
    transition: all 0.8s;
    border-radius: 1.5rem;
    font-weight: 500;
    border: 2px solid #fff;
    display: inline-block;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.my-btn1::after,.my-btn1::before{
    content: "";
    display: block;
    position:absolute;
    top: 0;
    bottom: 0;
    background: #fff;
    transition: all 0.5s;
    z-index: -1;
}
.my-btn1::before{
    left: 0;
    right: 100%;
}
.my-btn1::after{
    right: 0;
    left: 100%;
}
.my-btn1:hover::before{
    right: 50%;
}
.my-btn1:hover::after{
    left: 50%;
}
.my-btn1:hover{
    border:2px solid #00a4c1;
    color: #00a4c1;
}
.my-btn2{
    background: #fff;
    color: #00a4c1;
    padding: 0.7rem 2.5rem;
    transition: all 0.5s;
    border-radius: 1.5rem;
    font-weight: 500;
    border: 2px solid #00a4c1;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;

}
.my-btn2::after,.my-btn2::before{
    content: "";
    display: block;
    position:absolute;
    top: 0;
    bottom: 0;
    background: #00a4c1;
    transition: all 0.5s;
    z-index: -1;
}
.my-btn2::before{
    left: 0;
    right: 100%;
}
.my-btn2::after{
    right: 0;
    left: 100%;
}
.my-btn2:hover::before{
    right: 50%;
}
.my-btn2:hover::after{
    left: 50%;
}

.my-btn2:hover{
    border: 2px solid transparent;
    color: #fff;
}
.my-btn3{
    padding: 0.7rem 2.5rem;
    transition: all 0.8s;
    border-radius: 1.5rem;
    font-weight: 500;
    border: 2px solid #fff;
    background: transparent;
    display: inline-block;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.my-btn3::after,.my-btn3::before{
    content: "";
    display: block;
    position:absolute;
    top: 0;
    bottom: 0;
    background:#fff;
    transition: all 0.5s;
    z-index: -1;
}
.my-btn3::before{
    left: 0;
    right: 100%;
}
.my-btn3::after{
    right: 0;
    left: 100%;
}
.my-btn3:hover::before{
    right: 50%;
}
.my-btn3:hover::after{
    left: 50%;
}

.my-btn3:hover{
    border: 2px solid transparent;
    color: #00a4c1;
}
.agree{
    margin-top: 1rem;
    font-size: 0.8rem;
    text-align: center;
}
.agree a{
  color: inherit;
  text-decoration: underline;
}
.dop-images img{
    position: absolute;
}
.owl-carousel button:focus{
    border: none;
    outline: none;
}
/* общие стили конец */
/* Анимация */
@keyframes buble1{
    from{
        left: -55px;
    }
    to{
        left: -85px;
    }
}
@keyframes mouse{
    0%{
        top: 50%;
    }
    25%{
        top: 70%;
    }
    50%{
        top:50%
    }
    75%{
        top:30%
    }
    100%{
        top:10%
    }
}
/* Анимация конец */
/*modall*/
.modal{
	z-index:10000;
}
.modal-title{
	text-transform: uppercase;
    font-weight: 800;
    color: #00a5c3;
}
.modal-header, .modal-footer{
	justify-content: center;
}
.modal-content{
	text-align:center;
}
.modal-body{
	font-weight: 500;
    font-size: 1.1rem;
}
/*modalEnd*/
/* Главный баннер */
.banner{
    background: url(../images/banner-fon.png)no-repeat;
    background-size: 50% 100%;
    background-position: 100% 50%;
    padding: 5rem 0;
    overflow: hidden;
    margin-bottom: 2rem;
    position: relative;
}
h1{
    color:#7b7b7b;
    font-weight: 600;
    margin: 1.5rem 0;
    line-height: 2.5rem;
}
.yakh1{
	color:#7b7b7b;
    font-weight: 600;
    margin: 1.5rem 0;
    line-height: 2.5rem;	
}
.yakh1 span{
	color:#7b7b7b;
    font-weight: 600;
    margin: 1.5rem 0;
    line-height: 2.5rem;	
}
h1 span{
    font-size: 0.7em;
    font-weight: 500;
}
.logo-text .my-btn1, .logo-text .my-btn2{
    margin-right:1rem;
}
.banner-form {
    position: relative;
    margin-top: 2rem;
    background: #00a4c1;
    border-radius: 30px;
  }
  .banner-form  h2{
    color: #fff;
    text-align: center;
    font-weight: bold;
  }
  .form-left-decoration,
  .form-right-decoration {
    content: "";
    position: absolute;
    width: 50px;
    height: 20px;
    background: #fff;
    border-radius: 30px;
  }
  .form-left-decoration {
    bottom: 60px;
    left: -30px;
  }
  .form-right-decoration {
    top: 60px;
    right: -30px;
  }
  .form-left-decoration:before,
  .form-left-decoration:after,
  .form-right-decoration:before,
  .form-right-decoration:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 20px;
    border-radius: 30px;
    background: #00a4c1;
  }
  .form-left-decoration:before {top: -20px;}
  .form-left-decoration:after {
    top: 20px;
    left: 10px;
  }
  .form-right-decoration:before {
    top: -20px;
    right: 0;
  }
  .form-right-decoration:after {
    top: 20px;
    right: 10px;
  }
  .circle {
    position: absolute;
    bottom: 80px;
    left: -55px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #00a4c1;
    transition: all 0.5s;
    animation: buble1 1s alternate infinite ease-out;
  }
  .form-inner {
      padding: 2rem 3rem;
    }
  .form-inner input[type="text"],.form-inner input[type="tel"]{
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0.5rem;
    border-width: 0;
    transition: all 0.5s;
  }
.form-inner input,.form-inner button{
box-shadow: inset 1px 1px 5px rgb(57, 55, 64), 1px 1px 5px rgb(255, 255, 255);
background: #fff;
border-radius: 0.5rem;
width: 100%;
}
.form-inner button{
    font-weight: 900;
    text-transform: uppercase;
}
.header-sticky>#main-menu-in{
    position: fixed!important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
}
.hidden-md{
    display: none;
}
/* Главный баннер конец*/
/* Меню */
.main-menu{
    position: relative;
}
#main-menu-in{
  	position: relative;
    z-index: 2000;
    border-top: 2px solid #d9d9d9;
    border-bottom: 2px solid #d9d9d9;
    background: #fff;
}
.navbar-brand{
    padding: 0;
}
.main-menu .nav-link{
    color:#7e7e7e;
    text-transform: uppercase;
    font-weight: 500;
}
.menu-contact a{
    color:#00a4c1;
    font-size: 1.3rem;
    font-weight: bold;
}
.navbar-nav{
    justify-content: space-evenly;

}
.menu-contact img{
    height: 2.2rem;
    margin-right: 0.3rem;
}
.menu-contact .tel{
    border-right: 2px solid #7e7e7e;
    padding-right: 1rem;
}
.menu-contact  .social{
    padding-left: 1rem;
}
/* Меню конец */
/* О нас  */
.poknatel{
    display: none;
}
.about{
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
}

.about-img img{
    border-radius: 100%;
        box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.about-text h2{
font-weight: 900;
color: #243b3d;
font-size: 2.3rem;
margin: 0;

}
.about-text h2 span{
    display: block;
    text-transform: uppercase;
    color: #00a4c1;
}
.about-text p{
    margin: 1em 0;

    font-size: 1.2rem;
    font-weight: 500;
}
/* О нас конец */
/* бесплатное пробное занятие */
.f-lesson{
    position: relative;
    background: #00a4c1;
    overflow: hidden;
}
.f-lesson .row>div{
    padding:4rem 0;
}
.f-text{
    background: #fff;
   
}
.f-text  p{
    padding-left: 2em;
    padding-right: 2em;
    color: #243b3d;
    font-weight: 600;
    font-size: 1.3rem;
}
.f-text p:nth-child(2){
    margin-top: 2em;
}
.f-form{
    text-align: center;
}
.f-form h2{
color: #fff;
font-weight: 800;
font-size: 2.5rem;
text-transform: uppercase;
margin: 0 0 1em 0;
}
.f-form h2 span{
font-size: 0.7em;
display: block;
text-transform: lowercase;
}

.f-form input{
    width: 100%;
    padding: 1rem 2rem;
    border-radius: 15px;
    margin-bottom: 1em;
    border: none;
    font-weight: 600;
}
.f-btn{
    text-align: right;
}
.f-lesson .number span{
    background: #00a4c1;
}
/* бесплатное пробное занятие конец */
/* Преимущества школы */
.advants{
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
    background: url(../images/adv-fon.png)no-repeat;
    background-size: cover;
}
.adv-zag{
    text-transform: uppercase;
    font-size: 2.2rem;
    color: #00acc4;
    font-weight: 900;
    margin: 0 0 1em 0;
}

.ad-text, .ad-item{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.ad-item img{
    height: 3rem;
   
}
.ad-item h3{
    font-size: 1rem;
    text-align: center;
    color: #243b3d;
    margin: 1em 0 2rem 0;
}
.video-text p{
    font-size: 1.3rem;
    color: #243b3d;
    font-weight: 500;
    width: 90%;;
}
.video-text p.bold{
    font-weight: 900;
    text-transform: uppercase;
    font-size: 1.5em;
}
.video-in{
    z-index: 10;
}
    .video-in video{
        width: 100%;
        max-height: 400px;
        object-fit: cover;
        -o-object-fit: cover;
    }

/* Преимущества школы конец */
/* курсы */
.kurs{
    position: relative;
    background: url(../images/kurs-bg.jpg)no-repeat;
    background-size: cover;
}
.kurs .main-title{
    color: #00a6c5;
}
.kurs-wrapper{
    margin-bottom: 3em;
}
.kurs-desc p{
    color: #00a6c5;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
}
.kurs-item {
    text-align: center;
    padding: 3em 1em;
    border: 2px solid #3ab7cd;
    border-radius: 25px;
}
.kurs-item h2{
    font-weight: 800;
    text-transform: uppercase;
    font-size: 1.8rem;
    margin-bottom: 1em;
}
/* цвета заголовков курсов */
.kurs .kurs-wrapper:nth-child(1) h2{
    color: #387f14;
}
.kurs .kurs-wrapper:nth-child(2) h2{
    color: #ff6767;
}
.kurs .kurs-wrapper:nth-child(3) h2{
    color: #e3a000;
}
.kurs .kurs-wrapper:nth-child(4) h2{
    color: #0a6171;
}
.kurs .kurs-wrapper:nth-child(5) h2{
    color: #11b300;
}
.kurs .kurs-wrapper:nth-child(6) h2{
    color: #ff52f9;
}
.kurs .kurs-wrapper:nth-child(7) h2{
    color: #6000cc;
}
.kurs .kurs-wrapper:nth-child(8) h2{
    color: #ff3030;
}
.kurs .kurs-wrapper:nth-child(9) h2{
    color: #c4006f;
}
/*//цвета заголовков курсов */
.kurs .my-btn2{
    text-transform: uppercase;
    color: #616161;
    font-weight: 600;
}
.kurs .my-btn2:hover{
    color: #fff;
}
.kurs-item>img{
    height: 14em;
}
.kurs-item sub{
    font-size: 100%;
}
.kurs .dop-images .ochki{
    top:-10%;
    right: 0;
    width: 15%;

}
.kurs .dop-images .mouse{
    top:50%;
    left: 0;
    width: 8%;
    animation: mouse 60s alternate-reverse infinite ease-in;
}
.kurs .dop-images .coffe{
    bottom:20%;
    right: 0;
    width: 5%;
}
.razrabotkaigr{
	margin-bottom: .1rem;
	font-size: 1.3rem;
}
/* курсы конец */
/* галерея */
.gallary{
    background: rgba(0,210,247,1);
background: -moz-linear-gradient(left, rgba(0,210,247,1) 0%, rgba(0,164,193,1) 79%, rgba(0,143,168,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,210,247,1)), color-stop(79%, rgba(0,164,193,1)), color-stop(100%, rgba(0,143,168,1)));
background: -webkit-linear-gradient(left, rgba(0,210,247,1) 0%, rgba(0,164,193,1) 79%, rgba(0,143,168,1) 100%);
background: -o-linear-gradient(left, rgba(0,210,247,1) 0%, rgba(0,164,193,1) 79%, rgba(0,143,168,1) 100%);
background: -ms-linear-gradient(left, rgba(0,210,247,1) 0%, rgba(0,164,193,1) 79%, rgba(0,143,168,1) 100%);
background: linear-gradient(to right, rgba(0,210,247,1) 0%, rgba(0,164,193,1) 79%, rgba(0,143,168,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d2f7', endColorstr='#008fa8', GradientType=1 );
padding: 3em 0;
position: relative;
overflow: hidden;
}

.gallary .main-title{
    color: #fff;
}
.gallary .number span{
    background: #00cdf2;
}
.gal-line{
    top: 0;
    left: 0;
    width: 25%;
}
.img-item{
    padding: 0.5em;
}
.gallary .owl-carousel .owl-item img{
    height: 250px;
    object-fit: cover;
}
/* анимация всплытия галлереи */
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }
  .mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
  }
  .mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
  }
  
  .mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }
  .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
  }
  .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
  }
/* анимация всплытия галлереи */
.owl-nav>button{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
}
.owl-nav .owl-prev img:hover{
    transform: translateX(-5px);
}
.owl-nav .owl-next img:hover{
    transform: translateX(5px);
}
.owl-nav>button img{
    width: 3.5em;
    transition: all 0.5s;
}
.owl-prev{
    left:-5.5em;
}
.owl-next{
    right:-5.5em;
}
.owl-dots{
    text-align: center;
    margin-top: 2em;
     margin-bottom: 1em;
}
.owl-dot{
    width: 2.8em;
    height: 0.7em; 
    margin: 0 0.5em;  
    transition: 0.5s all;  
}
.owl-dot:focus{
    outline: none;
    border: none;
}
.owl-dot span{
    display: inline-block;
    background: #00accb;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    border: 2px solid #fff;
        margin-bottom: 0.5rem;
}
.owl-dot.active{
    width: 1.4em;
}
.owl-dot.active span{
  border: 0px solid #fff;
  background: #fff;
}
/* галерея конец */
/* отзывы начало */
.comments{
    position: relative;
    padding: 3em 0;
}
.comments .main-title{
    color: #00a6c5;
}
.com-title{
    font-size: 1.3rem;
    justify-content: space-between;
}
.com-item .stars{
    font-weight: 800;
    color: #ffcc00;
    display: flex;
}
.com-item .name p{
    color: #a1a1a1;
    font-weight: 800;
}
.com-item .name p span{
    color: #00a6c5;
}
.comments .owl-item {
    border: 2px solid #00a6c5;
    padding: 2em;
    border-radius: 25px;
    margin: 0 0.5em;
}
.comments .owl-stage{
display: flex;
}
.main-comment{
    max-height: 300px;
    overflow: auto;
}
.main-comment, .com-item .date{
    font-weight: 500;
    color: #676767;
}
.com-item .date{
    text-align: right;
    font-size: 1.3rem;
}
.comments .owl-dot.active span {
    border: 0px solid #fff;
    background: #00a6c5;
}
.dop-images .com-girl{
    right: 0;
    bottom: 0;
    width: 15%;
}
/* отзывы */
/* контакты */
.footer{
    background: #00a4c1;
    position: relative;
    padding: 3em 0;

}
.footer-form h2{
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 1.5rem;
    margin-bottom: 1em;
}
.footer-form h2 span{
    font-size: 2.5rem;
}
.footer-form input[type="text"], .footer-form input[type="tel"]{
    width: 100%;
    margin-bottom: 0.5em;
    padding: 1rem 2.5rem;
    border-radius: 20px;
    box-shadow: none;
    border: none;
    background: #fff;
}
.footer-form input::placeholder{
    font-weight: 500;
}
.footer-form form{
    text-align: right;
}
.footer-form .my-btn3{
    margin-top: 1em;
}
.footer-info h2{
   margin-bottom: 1rem;
   color: #fff;

}
.footer-info .footer-item{
    display: flex;
    align-items: flex-start;
}
.footer-info .footer-item img{
    margin-right: 1em;
}
.footer-info .footer-item p,.footer-item a{
    font-size: 1.2rem;
    color: #fff;
    font-weight: 800;
    line-height: 1.3;
}
.footer-map{
    align-self: center;
}
/* контакты */
.navbar-toggler-icon {
    background-image: url("../images/menutel3.png");
    width: 1.5em;
    height: 1.2em;
}
/* медиа запросы*/

@media (max-width:1614px){

    .line-long {
        left: -0.8%;
    }
    .number {
        left: -0.8%;
    }
    .owl-next {
        right: -3em;
    }
    .owl-prev {
        left: -3em;
    }
    .owl-nav>button {
        position: absolute;
        top: 45%;
    }
    .owl-nav>button img {
        width: 3em;
    }

}
@media (max-width:1414px){

    .line-long {
        left: -1%;
    }
    .number {
        left: -1%;
    }
    .menu-contact a {
        font-size: 0.9rem;
    }
    .menu-contact img {
        height: 1.2rem;
    }
    .banner {
        padding: 2rem 0;
    }
    h1 {
        margin: 0.5rem 0;
    }
    .yakh1{
    	
    }
    .form-inner {
        padding: 1rem 3rem;
    }
    .logotip {
        max-width: 80%;
    }
    .f-lesson .row>div {
        padding: 1rem 0;
    }
    .kart1{
        width: 95%;
    }
    .f-text p {
        padding-left: 1em;
        padding-right: 1em;
    }
    .f-text p:nth-child(2) {
        margin-top: 1em;
    }
    .adv-zag {
        margin: 0 0 0.5em 0;
    }
    .ad-item h3 {
        margin: 0.5em 0 0.5rem 0;
    }
    .kart2{
        padding-top: 40px;
    }
    .ad-item h3 {
        font-size: 0.844rem;
    }
    .kurs-item h2 {
        font-size: 1.6rem;
        margin-bottom: 0.2em;
    }
    .kurs-item {
        padding: 2em 1em;
    }
    .owl-next {
        right: -2.5em;
    }
    .owl-prev {
        left: -2.5em;
    }
    .owl-nav>button img {
        width: 2.5em;
    }
    .advants {
        padding: 3rem 0;
    }
    .com-title {
        font-size: 1rem;
    }
    .footer-info .footer-item p, .footer-item a {
        font-size: 1.1rem;
    }
    .footer-form input[type="text"], .footer-form input[type="tel"] {
        padding: 0.5rem 1.5rem;
    }
    .footer-form .my-btn3 {
        margin-top: 0em;
    }
    .my-btn3 {
        padding: 0.5rem 2rem;
    }
    .about {
        padding: 3rem 0;
    }

}
@media (max-width: 1350px){
    .number span {
        width: 2rem;
        height: 2rem;
    }
}
@media (max-width: 1200px){
    .dinamic-images {
        display: none;
    }
    .number span {
        display: none;
    }
    h1 {
        font-size: 2.2rem;
    }
    .yakh1{
    	 font-size: 2.2rem;
    }
    .banner {
        padding: 1rem 0;
    }
    h2 {
        font-size: 1.7rem;
    }
    .my-btn2 {
        padding: 0.7rem 2.5rem;
    }
    .banner-form {
        margin-top: 1rem;
    }
    .agree {
        margin-top: 0.2rem;
        margin-bottom: 0.2rem;
    }
    .menu-contact a {
        font-size: 0.8rem;
    }
    .about-text h2 {
        font-size: 2.1rem;
    }
    .about-text p {
        margin: 0.2em 0;
    }
    .about {
        padding: 1rem 0;
    }
    .f-text p {
        font-size: 1.2rem;
    }
    .adv-zag {
        margin: 0 0 0.2em 0;
    }
    .ad-item h3 {
        font-size: 0.72rem;
    }
    .adv-zag {
        text-transform: uppercase;
        font-size: 1.5rem;
    }
    .video-text p {
        font-size: 1.1rem;
    }
    .video-text p.bold {
        font-size: 1.1em;
    }
    .kurs-item {
        padding: 1em 0.2em;
    }
    .kurs-item h2 {
        font-size: 1.3rem;
    }
    .kurs-item>img {
        height: 11em;
    }
    .owl-nav>button img {
        width: 2em;
    }
    .owl-prev {
        left: -1.8em;
    }
    .owl-next {
        right: -1.8em;
    }
    .com-title {
        font-size: 0.8rem;
    }
    .com-item .date {
        font-size: 1rem;
    }
    .footer-info .footer-item p, .footer-item a {
        font-size: 0.9rem;
    }
}
@media (max-width: 991px){

    h1 {
        font-size: 1.6rem;
        margin: 0.6rem 0;
        line-height: 1.5rem;
    }
    .yakh1{
    	font-size: 1.6rem;
        margin: 0.6rem 0;
        line-height: 1.5rem;
    }
    .kartright{
        padding-top: 80px;
    }
    .my-btn2 {
        padding: 0.7rem 2rem;
    }
    h2 {
        font-size: 1.2rem;
    }
    .agree {
        font-size: 0.5rem;
    }
    .about-text h2 {
        font-size: 1.5rem;
    }
    .about-text p {
        font-size: 0.9rem;
    }
    .f-text p {
        font-size: 0.9rem;
    }
    .f-form h2 {
        font-size: 1.5rem;
    }
    .kart2{
        display: none;
    }
    .ad-img {
        display: none;
    }
    .ad-text{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .adv-zag {
        font-size: 1.2rem;
    }
    .video-text p {
        font-size: 0.8rem;
        margin-bottom: 0.2rem;
    }
    .ad-item h3 {
        font-size: 0.81rem;
    }
    .kurs-desc p {
        margin-bottom: 0.2rem;
    }
    .kurs-item>img {
        height: 10em;
    }
    .footer-form h2 span {
        font-size: 1.8rem;
    }
    .footer-form h2 {
        font-size: 1.2rem;
    }
    .main-title {
        font-size: 1.8rem;
    }
    .footer-info h2 {
        margin-bottom: 0.5rem;
    }
    .footer-info .footer-item p, .footer-item a {
        font-size: 0.8rem;
    }
    .com-title {
        font-size: 0.9rem;
    }
}

@media (max-width: 767px){
.bounceInLeft {
    -webkit-animation-name: none;
    animation-name: none;
}
.animated {
    -webkit-animation-duration: 0s;
    animation-duration: 0s;
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
}
    .hidden-md{
        display: block;
    }
    .banner {
        background-size: 0% 0%;
        margin-bottom: 0rem;
    }
     h1 {
        font-size: 2.4rem;
        line-height: 2.4rem;
    }
    .yakh1 {
        font-size: 2.4rem;
        line-height: 2.4rem;
    }
    .banner-content{
        text-align: center;
    }
    h1 span {
        font-size: 0.9em;
    }
    .yakh1 span{
    	font-size: 0.9em;
    }
    .logo-text .my-btn1, .logo-text .my-btn2 {
        margin-right: 0rem;
    }
    .form-inner {
        padding: 1rem 2.3rem;
    }
    h2 {
        font-size: 1.12rem;
    }
    .form-left-decoration:after {
        top: 20px;
        left: 18px;
    }
    .form-right-decoration:before {
        top: -20px;
        right: 19px;
    }
    .form-right-decoration:after {
        top: 20px;
        right: 15px;
    }
    .form-left-decoration:before {
        top: -19px;
    }
    .kartright {
       display: none;
    }

    .about-text p {
        font-size: 1.1rem;
        padding-top: 15px;
    }
    .about-text h2 {
        font-size: 1.9rem;
    }
    .knhidden{
        display: none;
    }
    .owl-nav{
        display: none;
    }
    .f-text p {
        font-size: 1.1rem;
    }
    .f-lesson .row>div {
        padding: 0.5rem 0.5rem;
    }
    .about {
        padding: 0rem 0;
    }
    .kart1 {
        width: 80%;
    }
    .f-form h2 {
        font-size: 1.9rem;
    }
    .poknatel{
        display: block;
        text-align: center;
    }
    .mr-3, .mx-3 {
        margin-right: 0rem!important;
    }
    .newkn {
        padding: 7px 15px;
        font-size: 16px;
    }
    .newkn2 {
        padding: 12px 15px;
        font-size: 16px;
    }
    .video-text p {
        font-size: 1.2rem;
        line-height: 1.3rem;
        margin-bottom: 0.2rem;
    }
    .advants {
        padding: 1rem 0;
    }
    .main-title {
        margin-bottom: 0.5em;
    }
    .my-btn2 {
        padding: 0.7rem 1.3rem;
    }
    .kurs .dop-images .mouse {
        width: 15%;
    }
    .kurs .dop-images .coffe {
        width: 9%;
    }
    .com-item .name p {
        font-weight: 600;
    }
    .com-title {
        font-size: 0.65rem;
    }
    .footer-info h2 {
        margin-top: 10px;
        margin-bottom: 0.5rem;
    }
    .footer-info .footer-item p, .footer-item a {
        font-size: 0.9rem;
    }
    .footer {
        padding: 1em 0;
    }
    .hidden-xs{
        display: none!important;
    }
    .main-menu .nav-link {
        color: #324849;
        font-weight: 600;
        font-size: 1.1rem;
    }
}
@media (max-width: 550px){
    .banner {
        background-size: 0% 0%;
        margin-bottom: 0rem;
    }
    .yakh1 {
        font-size: 1.4rem;
    }
    .banner-content{
        text-align: center;
    }
    h1 span {
        font-size: 0.9em;
    }
    .logo-text .my-btn1, .logo-text .my-btn2 {
        margin-right: 0rem;
    }
    .form-inner {
        padding: 1rem 2.3rem;
    }
    h2 {
        font-size: 1.12rem;
    }
    .form-left-decoration:after {
        top: 20px;
        left: 18px;
    }
    .form-right-decoration:before {
        top: -20px;
        right: 19px;
    }
    .form-right-decoration:after {
        top: 20px;
        right: 15px;
    }
    .form-left-decoration:before {
        top: -19px;
    }
    .kartright {
       display: none;
    }

    .about-text p {
        font-size: 1.1rem;
        padding-top: 15px;
    }
    .about-text h2 {
        font-size: 1.9rem;
    }
    .knhidden{
        display: none;
    }
    .owl-nav{
        display: none;
    }
    .f-text p {
        font-size: 1.1rem;
    }
    .f-lesson .row>div {
                padding: 0.5rem 0.5rem;
    }
    .about {
        padding: 0rem 0;
    }
    .kart1 {
        width: 80%;
    }
    .f-form h2 {
        font-size: 1.9rem;
    }
    .poknatel{
        display: block;
        text-align: center;
    }
    .mr-3, .mx-3 {
        margin-right: 0rem!important;
    }
    .newkn {
        padding: 7px 15px;
        font-size: 16px;
    }
    .newkn2 {
        padding: 12px 15px;
        font-size: 16px;
    }
    .video-text p {
        font-size: 1.2rem;
        line-height: 1.3rem;
        margin-bottom: 0.2rem;
    }
    .advants {
        padding: 1rem 0;
    }
    .main-title {
        margin-bottom: 0.5em;
    }
    .my-btn2 {
        padding: 0.7rem 1.3rem;
    }
    .kurs .dop-images .mouse {
        width: 15%;
    }
    .kurs .dop-images .coffe {
        width: 9%;
    }
    .com-item .name p {
        font-weight: 600;
    }
    .com-title {
        font-size: 1.3rem;
    }
    .footer-info h2 {
        margin-top: 10px;
        margin-bottom: 0.5rem;
    }
    .footer-info .footer-item p, .footer-item a {
        font-size: 1.3rem;
    }
    .footer {
        padding: 1em 0;
    }
    .hidden-xs{
        display: none!important;
    }
    .main-menu .nav-link {
        color: #324849;
        font-weight: 600;
        font-size: 1.1rem;
    }
}
@media (max-width: 450px){
    .banner {
        background-size: 0% 0%;
        margin-bottom: 0rem;
    }
    .yakh1 {
        font-size: 1.6rem;
    }
    .banner-content{
        text-align: center;
    }
    .yakh1 span {
        font-size: 0.9em;
    }
    .logo-text .my-btn1, .logo-text .my-btn2 {
        margin-right: 0rem;
    }
    .form-inner {
        padding: 1rem 2.3rem;
    }
    h2 {
        font-size: 1.12rem;
    }
    .form-left-decoration:after {
        top: 20px;
        left: 18px;
    }
    .form-right-decoration:before {
        top: -20px;
        right: 19px;
    }
    .form-right-decoration:after {
        top: 20px;
        right: 15px;
    }
    .form-left-decoration:before {
        top: -19px;
    }
    .kartright {
       display: none;
    }

    .about-text p {
        font-size: 1.2rem;
        padding-top: 15px;
    }
    .about-text h2 {
        font-size: 1.9rem;
    }
    .knhidden{
        display: none;
    }
    .owl-nav{
        display: none;
    }
    .f-text p {
        font-size: 1.1rem;
    }
    .f-lesson .row>div {
        padding: 0.5rem 0.5rem;
    }
    .about {
        padding: 0rem 0;
    }
    .kart1 {
        width: 80%;
    }
    .f-form h2 {
        font-size: 1.9rem;
    }
    .poknatel{
        display: block;
        text-align: center;
    }
    .mr-3, .mx-3 {
        margin-right: 0rem!important;
    }
    .newkn {
        padding: 7px 15px;
        font-size: 16px;
    }
    .newkn2 {
        padding: 12px 15px;
        font-size: 16px;
    }
    .video-text p {
        font-size: 1.2rem;
        line-height: 1.3rem;
        margin-bottom: 0.2rem;
    }
    .advants {
        padding: 1rem 0;
    }
    .main-title {
        margin-bottom: 0.5em;
    }
    .my-btn2 {
        padding: 0.7rem 1.3rem;
    }
    .kurs .dop-images .mouse {
        width: 15%;
    }
    .kurs .dop-images .coffe {
        width: 9%;
    }
    .com-item .name p {
        font-weight: 600;
    }
    .com-title {
        font-size: 0.8rem;
    }
    .footer-info h2 {
        margin-top: 10px;
        margin-bottom: 0.5rem;
    }
    .footer-info .footer-item p, .footer-item a {
        font-size: 1.1rem;
    }
    .footer {
        padding: 1em 0;
    }
    .hidden-xs{
        display: none!important;
    }
    .main-menu .nav-link {
        color: #324849;
        font-weight: 600;
        font-size: 1.1rem;
    }
}

@media (max-width: 350px){
    .banner {
        background-size: 0% 0%;
        margin-bottom: 0rem;
    }
    .yakh1 {
        font-size: 1.4rem;
    }
    .banner-content{
        text-align: center;
    }
    .yakh1 span {
        font-size: 0.9em;
    }
    .logo-text .my-btn1, .logo-text .my-btn2 {
        margin-right: 0rem;
    }
    .form-inner {
        padding: 1rem 2.3rem;
    }
    h2 {
        font-size: 1.12rem;
    }
    .form-left-decoration:after {
        top: 20px;
        left: 18px;
    }
    .form-right-decoration:before {
        top: -20px;
        right: 19px;
    }
    .form-right-decoration:after {
        top: 20px;
        right: 15px;
    }
    .form-left-decoration:before {
        top: -19px;
    }
    .kartright {
       display: none;
    }

    .about-text p {
        font-size: 1.1rem;
        padding-top: 15px;
    }
    .about-text h2 {
        font-size: 1.9rem;
    }
    .knhidden{
        display: none;
    }
    .owl-nav{
        display: none;
    }
    .f-text p {
        font-size: 1.1rem;
    }
    .f-lesson .row>div {
                padding: 0.5rem 0.5rem;
    }
    .about {
        padding: 0rem 0;
    }
    .kart1 {
        width: 80%;
    }
    .f-form h2 {
        font-size: 1.9rem;
    }
    .poknatel{
        display: block;
        text-align: center;
    }
    .mr-3, .mx-3 {
        margin-right: 0rem!important;
    }
    .newkn {
        padding: 7px 15px;
        font-size: 16px;
    }
    .newkn2 {
        padding: 12px 15px;
        font-size: 16px;
    }
    .video-text p {
        font-size: 1.2rem;
        line-height: 1.3rem;
        margin-bottom: 0.2rem;
    }
    .advants {
        padding: 1rem 0;
    }
    .main-title {
        margin-bottom: 0.5em;
    }
    .my-btn2 {
        padding: 0.7rem 1.3rem;
    }
    .kurs .dop-images .mouse {
        width: 15%;
    }
    .kurs .dop-images .coffe {
        width: 9%;
    }
    .com-item .name p {
        font-weight: 600;
    }
    .com-title {
        font-size: 0.75rem;
    }
    .footer-info h2 {
        margin-top: 10px;
        margin-bottom: 0.5rem;
    }
    .footer-info .footer-item p, .footer-item a {
        font-size: 0.9rem;
    }
    .footer {
        padding: 1em 0;
    }
    .hidden-xs{
        display: none!important;
    }
    .main-menu .nav-link {
        color: #324849;
        font-weight: 600;
        font-size: 1.1rem;
    }
}
.tel_mob{
    position: absolute;
    right: 90px;
}
@media (min-width: 992px){
    .tel_mob{
        display: none!important;
    }
}