



@media all and (max-width: 48em) {

body {
    min-width: 320px;
    width: auto;
}

.content {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

h1 {
    font-size: 28px;
    text-shadow: 0 0 20px #000;
}

h1 span {
    font-size: 14px;
}


.only-desctop {
    display: none;
}

.price {
    font-size: 12px;
}



.menu {
    padding: 0 10px;
    top: 10px;
}


.menu a.register {
    display: none;
}


.logo img {
    width: 260px;
    height: 30px;
}

.menu a.burger {
    width: 40px;
    height: 40px;
    background-size: 24px 24px;
    margin-left: 10px;
}

.menu a.vk {
    width: 40px;
    height: 40px;
    background-size: 24px 24px;
    margin-left: 10px;
}

header {
    flex-flow: row wrap;
    padding-top: 100px;
    padding-bottom: 150px;
}



header {
    background: linear-gradient(to top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.5)), url('/img/bg3_2.webp?v=3') no-repeat left 50% top #9f929b;
    
     -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    
}



section#price {
    background: url(/img/bg4.webp?v=4) left center no-repeat;
    background-size: 100% auto;
}





.bar img {
    width: 100px;
    height: auto;
}

.bar:hover img {
    width: 110px;
    height: auto;
}


.bar {
    width: 40%;
    margin: 5%;
    height: 150px;
    margin-bottom: 0px;
}


nav {
    padding-right: 20px;
    padding-top: 100px;
    padding-bottom: 50px;
   
}

nav a {
    font-size: 1rem;
}

h2 {
    font-size: 24px;
    line-height: 1 !important;
}

p.big {
    font-size: 1em;
}

p {
    font-size: 1rem;
}

.full_content {
       width: 100%;
       background: rgba(0,0,0,0.7);
       padding: 20px;
}

.full_content.not_background {
    background: none;
}



.full_content.right {
    float: none;
 
}

.question {
    font-size: 1rem;
    padding: 10px;
}

ul li {
    font-size: 1rem;
}

.logo_footer {
    width: 300px;
    height: 30px;
    margin-bottom: 50px;
}


section#price {
    margin-top: 0;
    min-height: 0;
    padding-left: 0;
}

section#about {
    padding-bottom: 0;
}

video {
    height: auto;
    width: 100%;
    background: #000;
}

.partner {
    flex-flow: column wrap;
    text-align: center;
    margin-bottom: 20px;
}

.partner .logo {
    width: 100%;
        margin-right: 0;
}

.partner .logo img {
    width: auto;
    height: 100px;
}


.partner .desc {
    width: 100%;
}

.scroll-down-link {
    position: absolute;
    z-index: 100;
    cursor:pointer;
    height: 30px;
    width: 30px;
    margin: 0px 0 0 -15px;
    line-height: 30px;
    left: 50%;
    bottom: 50px;
    color: #FFF;
    text-align: center;
    font-size: 70px;
    text-decoration: none;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
    -webkit-animation: fade_move_down 2s ease-in-out infinite;
    -moz-animation:    fade_move_down 2s ease-in-out infinite;
    animation:         fade_move_down 2s ease-in-out infinite;
    /*animated scroll arrow animation*/
}



.partner .desc .city {
    font-size: 1rem;
}


.button {
  
    font-size: 0.7rem;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    padding-right: 10px;
    padding-left: 10px;
text-transform: uppercase;
}


.button.small {
    height: 30px;
    padding: 0 15px;
    font-size: 0.8rem;
}




section#courses h2 {
    margin-top: 30px;
}

section#courses {
    min-height: 0;
}


.phone {
    margin-top: 0;
}

.phone, .address,
.phone.small, .address.small{
    font-size: 1rem;
    padding-left: 35px;
}

.phone::before {
    width: 24px;
    height: 24px;
    top: 0px;
}

.address::before {
    width: 24px;
    height: 24px;
}






section#special,
 section#smisl,
 section#contacts,
 section#courses{
    padding-left: 0;
    margin-top: 0px;
    min-height: 0px;
}


section#special {
    margin-top: 20px;
}


.swiper {
    width: 100%;
    height: 350px;
}

.swiper-slide {
    height: 350px;
}


.persons {
     width: 70%;
}

.contact_form {
    padding: 0px;
    box-shadow: none;
}


a.tg,
a.tg.dikidi{
    height: auto;
    line-height: 40px;
    margin-bottom: 20px;
    font-size: 0.9rem;
    padding: 0;
}

a.tg::after, 
a.tg.dikidi::after{
    content: '';
    width: 24px;
    height: 24px;
    top: 10px;
    right: 20px;
}
 

a.tg span,
a.tg.dikidi span{
    font-size: 1rem;
} 

label {
    font-size: 1rem;
}


.input {
    border-radius: 3px;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 20px;
    font-size: 0.8rem;
    height: 40px;
    
}


.button.big {
    font-size: 0.7rem;
    height: 40px;
}

section#maps {
    margin-top: 40px;
}

.city-title {
    font-size: 24px;
}


.phone {
        padding-left: 0;
}

section#faq {
    min-height: 0;
    padding-bottom: 50px;
}




.phone::before {
    display: none;
}


hr {
   display: none;
}

.map {
    margin-bottom: 40px;
}


footer {
    background: url(/img/left.png?v=5) left -150px top no-repeat, url(/img/right.png?v=5) right -150px bottom no-repeat #1d1d1d;

    margin-top: 40px;
   
}


}

