/* Средний монитор */
@media (min-width: 992px) and (max-width: 1200px) {
    
}
/* Планшетники 992 */
@media (min-width: 768px) and (max-width: 1200px) {
    .header {
        padding-top: 10px;
    }
    .company-name {
        letter-spacing: 0.4px;
        font-size: 8px;
    }
    .address {
        line-height: 18px;
    }
    .navbar-main .navbar-nav > li > a {
        padding: 17px 34px;
    }
    .possible .row {
        background: none;
    }
    .possible figcaption {
        margin-left: 0;
    }
    .inserter .ins-text {
        line-height: 30px;
    }
    .inserter {
        padding-bottom: 25px;
    }
    .features {
        padding-bottom: 10px;
    }
    .letters {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    footer {
        padding-top: 10px;
        font-size: 14px;
    }
    .bottom-menu {
        margin-bottom: 5px;
    }
    .bottom-menu li {
        padding: 0 12px;
    }
    .bottom-menu a {
        font-size: 12px;
    }
    .created {
        padding-top: 10px;
    }
    .copyright {
        margin-bottom: 7px;
    }
    .copyright span {
        font-size: 12px;
        
    }
}
/* CSS правила для устройства в альбомном режиме */
@media (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
    
}
/* CSS правила для устройства в портретном режиме */
@media (min-width: 768px) and (max-width: 1200px) and (orientation: portrait) {
    .services > div {
        clear: none !important;
        min-height: 280px;
        
    }
    .services figure {
        margin-top: 0;
        text-align: left;
    }
    .services figcaption {
        padding-left: 0;
    }
    footer .adr {
        line-height: 17px;
    }
    .portfolio figure {
        margin-top: 30px !important;
    }
    .portfolio figure:nth-child(1), .portfolio figure:nth-child(2) {
        margin-top: 0 !important;
    }
	.navbar-main .navbar-nav > li > a {
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media (max-width: 767px) {
    #top {
        position: fixed;
        top: 0;
        z-index: 1000;
        min-height: 55px;
        background: #91345e;
        background: -moz-linear-gradient(top, #3f357f 0%, #91345e 100%);
        background: -webkit-linear-gradient(top, #3f357f 0%, #91345e 100%);
        background: -o-linear-gradient(top, #3f357f 0%, #91345e 100%);
        background: -ms-linear-gradient(top, #3f357f 0%, #91345e 100%);
        background: linear-gradient(top, #3f357f 0%, #91345e 100%);
        /*border-bottom: 1px solid #312f4a;*/
        box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
        width: 100%;
    }
    #top .col-xs-2 {
        /*background: lightblue;*/
        text-align: center;
    }
    #top .col-xs-10 {
        /*background: lightgreen;*/
    }
    #top .logo-mobile {
        margin: 5px auto 0px auto;
    }
    body {
        padding-top: 55px;
    }
    p {
        text-align: left;
    }
    h2 {
        font-size: 24px;
        margin-top: 20px !important;
        margin-bottom: 5px !important;
    }
    .header {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .company-name {
        letter-spacing: 3px;
        font-size: 8px;
    }
    .navbar-brand {
        font-size: 14px;
    }
    .possible .row {
        background: none;
        margin-top: 0;
    }
    .possible h2 {
        padding-bottom: 30px;
    }
    .possible figure {
        margin-bottom: 20px;
    }
    .possible figcaption {
        margin-left: 0;
        margin-top: 5px;
    }
    .features {
        padding-bottom: 10px;
    }
    .features .row {
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .features img {
        margin-bottom: 15px;
    }
    .features h3 {
        border-bottom: 1px solid #865583;
    }
    .partners {
        padding-top: 20px;
        padding-bottom: 30px;
    }
    footer {
        font-size: 12px;
        padding-top: 15px;
        margin-top: 15px;
    }
    .created {
        padding-top: 5px;
    }
    .portfolio figure {
        /*margin-top: 30px !important;*/
    }
    .services figure {
        margin-top: 30px !important;
        text-align: left;
    }
    .services figcaption {
        padding-left: 0;
    }
    .services figure {
        
    }
    .portfolio figure:nth-child(1) {
        /*margin-top: 0 !important;*/
    }
    .portfolio figure {
        margin-bottom: 30px !important;
        margin-top: 0px !important;
    }
    .slick-next {
        right: 0;
        outline: none;
    }
    .slick-prev {
        left: 0;
        
    }
    .slick-slide img {
        outline: none;
    }
    body {
        padding-bottom: 70px;
    }
    body.mp {
        padding-bottom: 50px;
    }
    .good .thumb {
        padding-right: 15px;
    }
    .good .thumb img {
        max-width: 100px;
    }
    .share .thumb {
        float: none !important;
    }
    .share .media-body {
        clear: both;
        padding-top: 20px;
    }
    .fancybox-title-float-wrap {
        /*left: 0 !important;
        right: 0 !important;
        max-width: 600px;*/
        display: none !important;
    }
}