/*==========  Desktop First Method  ==========*/
@media only screen and (max-width : 1600px){
    
}

@media only screen and (max-width : 1440px){
    .header .logo{
        width: 55%;
    }
}

@media only screen and (max-width : 1366px){
    .header .logo {
        width: 57%;
    }
    
    .header .right {
        width: 34%;
    }
}

@media only screen and (max-width : 1280px){
    .header .logo {
        width: 62%;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

@media only screen and (max-width : 1199px){
    .header .logo{
        width: 100%;
    }
    
    .header .right{
        width: 100%;
        float: none;
        text-align: center;
        margin-top: 20px;
    }
    
    .nav{
        top: 243px;
    }
    
    .header .enroll{
        float: none;
        margin-left: 60px;
    }
    
    .logo p{
        width: 100%;
        float: none;
        text-align: center;
    }
    
    .header .inner{
        padding-top: 19px;
        text-align: center;
    }
    
    .nav{
        height: 47px;
    }
    
    .inner .nav_right{
        margin-top: 5px;
    }
    
    .nav_right .eye{
        display: none;
    }
    
    .burger{
        display: inline-block;
    }
    
    .nav .nav_mob{
        width: 320px;
        display: none;
        position: absolute;
        top: 100%;
        left: 0px;
        background-color: #e3051c;
    }
    
    .nav .inner > ul > li{
        width: 100%;
    }
    
    .nav .inner > ul > li > a{
        padding-top: 12px;
        padding-bottom: 12px;
    }
    
    .nav ul ul{
        width: 100%;
       
        position: static;
    }
    
    .nav .inner > ul > li ul li a{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
    .header{
        margin-bottom: 46px;
    }
    
    .intro,
    .intro .slider li{
        height: 450px;
    }
    
    .intro p{
        padding-top: 60px;
        font-size: 36px;    
        line-height: 42px;
    }
    
    .stock .inner,
    .personal .inner,
    .helpful .inner{
        padding-top: 35px;
        padding-bottom: 30px;
    }
    
    .stock h2,
    .personal h2,
    .helpful h2{
        margin-bottom: 35px;
    }
    
    .helpful .inner{
        padding-left: 25px;
        padding-right: 25px;
    }
    
    .carousel{
        padding-left: 30px;
        padding-right: 30px;
    }
    
    .content .inner{
        padding-top: 35px;
    }
    
    .over .inner {
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center;
    }
    
    .contacts .inner{
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

@media only screen and (max-width : 1024px){
    .stock_items .item p {
        margin-top: 25px;
        font-size: 18px;
        line-height: 22px;
    }
    
    .personal_items .photo{
        height: 230px;
    }
    
    .contacts .col{
        width: 50%;
        min-height: 100px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .personal_items .photo {
        height: 215px;
    }
}

@media only screen and (max-width : 960px){
    .intro p{
        display: none;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .stock .stock_items{
        margin: 0;
    }
    .stock_items .item{
        width: 100%;
        float: none;
    }
    
    .personal_items .item{
        width: 50%;
    }
    
    .over ul li{
        width: 33%;
    }
    
    .contacts .col{
        width: 100%;
        
    }
    
    .metrika{
        display: none;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .header .phone{
        width: 100%;
    }
    
    .header .enroll{
        margin-left: 0;
        margin-top: 15px;
        margin-bottom: 6px;
    }
    
    .nav {
        top: 310px;
    }
    
    .work{
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .nav {
        top: 0px;
    }
    
    .header{
        margin-bottom: 0;
    }
    
    .header .inner{
        padding-top: 63px;
    }
    
    .intro p {
        padding-top: 20px;
        font-size: 24px;
        line-height: 34px;
        text-shadow: 1px 1px 2px rgba(255, 255, 255, 1);
    }
    
    .intro, .intro .slider li {
        height: 208px;
    }
    
    .stock_items .item p{
        margin-top: 16px;
    }
    
    .stock_items .item > div{
        padding-left: 0;
        padding-right: 0;
    }
    
    .stock .inner, .personal .inner, .helpful .inner{
        padding-bottom: 20px;
    }
    
    .stock h2, .personal h2, .helpful h2{
        font-size: 26px;
    }
    
    .personal_items{
        margin: 0;
    }
    
    .personal_items .item{        
        width: 100%;
        max-width: 270px;
        float: none;
        margin: 0 auto 25px;
    }
    
    .personal_items .photo{
        height: 246px;
        margin-bottom: 14px;
    }
    
    .personal_items p{
        margin-bottom: 10px;
    }
    
    .personal .inner{
        padding-top: 5px;
    }
    
    .partners ul li{
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px;
        text-align: center;
    }
    
    .over ul li{
        width: 100%;
    }
    
    .inner .up{
        margin-top: 60px;
    }
    
    .inner .scheme_sait{
        top: 60px;
    }
    
    .footer{
        height: 129px;
    }
    
    
    
    .inner .develop{
        display: none;
    }
    
    .develop_mob{
        display: inline-block;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

 /* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}
/*
     FILE ARCHIVED ON 07:37:45 May 13, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 16:41:19 Feb 19, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.641
  exclusion.robots: 0.022
  exclusion.robots.policy: 0.009
  esindex: 0.012
  cdx.remote: 6.792
  LoadShardBlock: 151.283 (3)
  PetaboxLoader3.datanode: 267.17 (5)
  PetaboxLoader3.resolve: 165.497 (3)
  load_resource: 321.8 (2)
*/