body {
    color: #6A6A6A !important;
    font-family: "Open Sans",sans-serif;
    font-weight: 300;
}



/* Preloader Begin */
.preloader
    {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 99999;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row nowrap;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap;
        /*justify-content: center;*/
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        background: none repeat scroll 0 0 #fff;
    }
.sk-spinner-rotating-plane.sk-spinner 
    {
         width: 30px;
        height: 30px;
        background-color: #28a7e9;
        background-color: #FF1400;
        background-color: #333;
         margin: 0 auto;
        -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
                animation: sk-rotatePlane 1.2s infinite ease-in-out;
     }

@-webkit-keyframes sk-rotatePlane {
  0% {
         -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
                 transform: perspective(120px) rotateX(0deg) rotateY(0deg); }

  50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
                transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }

  100% {
            -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
                    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@keyframes sk-rotatePlane {
  0% {
         -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
                 transform: perspective(120px) rotateX(0deg) rotateY(0deg); }

  50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
                transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }

  100% {
            -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
                    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }
/* Preloader END */


a {
    color: #C9302C;
    color: #D9534F;
}

a:hover {
    color: #D43F3A;
}


.navbar-default .nav li a:hover, 
.navbar-default .nav li a:focus, 
.navbar-default .nav li a.current {
    color: #D9534F;
}


.link-white {
    color: #fff;
}

.link-white:hover {
    color: #fff;
}

.brackets {
    color: rgba(204, 0, 0, 0.75);
    font-weight: bold;
    -webkit-transition: top 1s ease-out 0.5s;
       -moz-transition: top 1s ease-out 0.5s;
         -o-transition: top 1s ease-out 0.5s;
            transition: top 1s ease-out 0.5s;
}

.bracket-left {
    margin-right: 10px;
}

.bracket-right {
    margin-left: 10px;
}

.brackets:hover .bracket-left {

}

.brackets:hover .bracket-right {

}

.brackets:hover a:hover,
.brackets:hover a:active {
    color: #fff;
    text-shadow: 1px 1px 2px rgba(204, 0, 0, 0.75), 0 0 1em rgba(255, 255, 255, 0.9);
}



.line-top {
    background: #101010;
    background: #333;
    display: block;
    height: 10px;
    width: 100%;
}

.container {
    position: relative;
}
    
.phones-in-header {
    position: absolute;

}

.phones-in-header {
    top: 20px;
    right: 0;
}

.phones-in-header p {
    margin: 0;
}

.phones-in-header .callback1 {
    margin-top: -12px;
    margin-right: -40px;
    margin-left: -70px;  
}

.phones-in-header b {    
    background: transparent url("../images/arrow10-1.png") no-repeat scroll 0% 0%;
    color: #D9534F;
    display: block;
    font-size: 12px;
    height: 20px;
    line-height: 10px;
    margin-bottom: 3px;
    padding-left: 40px;
    text-align: left;
}

.phones-in-header .callback1 .cb-1 {
    background-color: #D9534F;
    border-radius: 25px;
    float: left;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    color: #fff;
    height: 47px;
    line-height: 16px;
    margin-top: 0;
    margin-left: -70px;
    padding: 15px 20px;  
    text-align: center;  
}

.phones-in-header .callback1 .cb-1:hover {
    background-color: #c12e2a;
    cursor: pointer;
}

.phones-in-header .cb-2 {
    display: none;
}

.phones-in-header .phones {
    display: block;
    float: left;
    margin-left: 25px; 
    margin-top: -45px;
}

.phones-in-header .h3{
    font-size: 22px;
    margin-right: -2px; /* 4 VS 1 занимают разные ширины */
}

.phones-in-header .h4{
    font-size: 18px;
}


.navbar {
    height: 110px;
} 

.navbar-brand {
    height: 110px;
    width: 180px;
}

.navbar-nav {    
    text-transform: uppercase;
}

.navbar-default {
    background: #FFF none repeat scroll 0% 0%;
    border: medium none;
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
    margin: 0px !important;
}


.navbar-nav {
    text-transform: uppercase;
}

.nav > li > a {
    padding: 15px 7px;
}



/* FA Begin */

.fa {
    color: #cc0000;
    color: #D9534F;
}

/* FA End */



.box {
    padding: 30px; 
    display: block;  
}


.list-1 li {
    background: url(../images/li-bg.png) 0 5px no-repeat;
    padding-left: 20px;
}

.list-1 li:nth-child(1) {
    
}

.list-1 li:nth-child(2n) {
    font-weight: bold;
}


.overlay {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background: transparent url("../images/overlay1.png") repeat scroll 0% 0%;
    /*opacity: .6;*/
}

.overlay .container {
    opacity: .9;
}

.overlay {
    color: #fff;
    font-size: 16px;
}

.btn {
    border-radius: 0px;
    font-weight: bold;
    padding: 15px 60px;
}



/* Modal Begin */

#modal-form1 {
    padding: 40px;
    display: none;
}
  

#form2 {
    margin-top: 0px;
}

#form2 .form-control {
    border-radius: 0;
    font-size: 16px;
    height: 50px;
    width: 300px;
}


#form2 .btn-danger{
  width: 300px;
  margin-bottom: 20px;  
} 

#contact_callback {
    display: none;
}

.modal_success {
    font-size: 22px;
    margin: 0px;
    padding: 0px;
    border: 0px none;
    font: inherit;
    vertical-align: baseline;
}
/* Modal End */





section,
.overlay {
    padding: 80px 0;
}
#feature,
#for-whom,
#how-it-works {
    background: #F8F8F8;
}



#home {
    margin-top: 100px;
    position: relative;
    width: 100%;
}

/* Banner End */ 

#feature2 .box {
    background: #fff;
    border: 1px solid #eee;
}

#feature2 .box-title {    
    text-transform: uppercase;
}

#feature2 .box-title span {
    
}

#feature2 .box-title .fa {
    background: #cc0000;
    background: #D9534F;
    border-radius: 50%;
    color: #fff;
    font-size: 40px;
    display: inline-block;
    height: 80px;
    line-height: 80px;
    margin-right: 20px;
    text-align: center;
    width: 80px;
}

#feature2 .col-md-4 {
    padding: 10px;
}

#feature2 .box {
    height: 180px;
}

#feature2 .fa {
    margin-bottom: 15px;
}



/* Facts Counters Begin */
.facts-wrap {
    position: relative;
    width: 130px;
    height: 70px;
    margin: 0px auto 10px;
    text-align: center;
}

.graph {
    width: 130px;
    height: 130px;
    margin: 0px auto 10px;
    position: relative;
    text-align: center;
}

.graph .graph-left-side {
    left: 0px;
}

.graph .graph-right-side {
    right: 0px;
}

.graph .graph-left-side, .graph .graph-right-side {
    position: absolute;
    height: 100%;
    width: 50%;
    top: 0px;
    overflow: hidden;
}

.graph .graph-left-container {
    transform: rotate(25deg);
}

.graph.onscroll-animate.graph-anim .graph-right-container, .graph .graph-right-container {
    transform: rotate(-25deg);
}

.graph .graph-left-container, .graph .graph-right-container {
    position: absolute;
    width: 200%;
    height: 100%;
}

.graph .graph-left-container {
    left: 0px;
}

.graph .graph-right-container {
    right: 0px;
}

.graph .graph-left-half {
    left: 0px;
}

.graph .graph-right-half {
    right: 0px;
}

.graph .graph-left-half, .graph .graph-right-half {
    position: absolute;
    height: 100%;
    width: 50%;
    top: 0px;
    overflow: hidden;
}

.graph .graph-left-half::after {
    left: 0px;
}

.graph .graph-right-half::after {
    right: 0px;
}

.graph .graph-left-half::after, .graph .graph-right-half::after {
    position: absolute;
    top: 0px;
    height: 100%;
    width: 200%;
    border: 5px solid #6A6A6A ;
    border-radius: 50%;
    content: "";
}

.graph i {
    font-size: 30px;
    line-height: 130px;
}

.facts-wrap-num {
    color: #333;
    font-size: 30px;
    line-height: 60px;
    width: 100%;
    margin: -40px auto 0px;
    text-align: center;
}

.facts-wrap h6 {
    font-weight: 700;
    padding-top: 15px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    font-size: 20px;
    line-height: 18px;
    color: #cc0000 !important;
    color: #D9534F !important;
    margin-top: 15px;
}
/* Facts Counters End */



/* How It Works Begin */
#how-it-works {
    text-align: center;
}

#how-it-works .fa {
    font-size: 60px;    
}

#how-it-works i {
    
}
/* How It Works End */



/* Testimonials Begin */

#testimonials {
    
}


.testimonials blockquote {
    background: #f1f1f1 none repeat scroll 0 0;
    border: medium none;
    color: #666;
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 15px;
    position: relative;
}
.testimonials blockquote::before {
    width: 0; 
    height: 0;
	right: 0;
	bottom: 0;
	content: " "; 
	display: block; 
	position: absolute;
    border-bottom: 20px solid #fff;    
	border-right: 0 solid transparent;
	border-left: 15px solid transparent;
	border-left-style: inset; /*FF fixes*/
	border-bottom-style: inset; /*FF fixes*/
}
.testimonials blockquote::after {
    width: 0;
    height: 0;
    right: 0;
    bottom: 0;
    content: " ";
    display: block;
    position: absolute;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #e63f0c transparent transparent transparent;
    border-color: #D9534F transparent transparent transparent;
}
.testimonials .carousel-info img {
    border: 1px solid #f5f5f5;
    border-radius: 150px !important;
    height: 75px;
    padding: 3px;
    width: 75px;
}
.testimonials .carousel-info {
    overflow: hidden;
    margin-bottom: 25px;
}
.testimonials .carousel-info img {
    margin-right: 15px;
}
.testimonials .carousel-info span {
    display: block;
}
.testimonials span.testimonials-name {
    color: #D9534F;
    font-size: 16px;
    font-weight: 300;
    margin: 23px 0 7px;
}
.testimonials span.testimonials-post {
    color: #656565;
    font-size: 12px;
}

/* Testimonials End */



/* Map Begin */
#map {
    background: #EBEBEB url(../images/bg-4.jpg) 50% 50% no-repeat ;
    height: 700px;
    position: relative;
}

#map .h2-map {
    font-size: 30px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    margin-top: 20px;
    margin-bottom: 10px;
}

#map .box-1 {
    left: 15px;
    position: absolute;
    top: 20px;
}

#map .box-2 {
    left: 416px;
    position: absolute;
    top: 59px;
}

#map .box-3 {    
    position: absolute;
    right: 120px;
    top: 270px;
    width: 250px;
}

/* Map End */



/* Order Begin */
#order {
    background: #EBEBEB url(../images/audience-1.jpg) 50% 50% no-repeat ;
    height: 1100px;
    position: relative;
}

#order .col-md-4 {
    padding: 15px 30px;
}

#order .box{
    border: 10px solid #fff;
}

#order .price {
    font-size: 24px;
    font-weight: bold;
}

#order form {
    background: rgba(0, 0, 0, .9);
    font-size: 14px;
    font-weight: normal;    
    margin-top: 100px;
    padding: 40px;
}

#order form input[type="text"],
#order form input[type="email"] {
    border-radius: 0;
    border-color: #333;
    height: 40px;
}

#order form .form-control:focus {
  border-color: none;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 255, 255, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 255, 255, 0.6);
}

#order form input[type="checkbox"] {
    margin-left: 0px;
}

#order form input[type="submit"] {
    width: 100%;
}



#order form .ofer {
    font-size: 12px;
}

/* Order End */


/* Footer Begin */
#footer {
    background: #000;
    position: relative;
    padding: 30px 0;
}

#footer .text-f {
    text-align: right;
}

/* FooterEnd */



/* MEDIA QUERIES BEGIN */

/* min-width : По возрастанию */
/* max-width: По убыванию */
/* min-width & max-width: по идее без разницы в каком порядке */

@media (min-width: 992px) {
    #home .margin-top {
        margin-top: 10px;
    }
}



@media (min-width: 1201px) {
        
    .navbar-header {
        height: 110px;
    }           
    .navbar-nav {
        width: 760px; 
    }
    .navbar-default .nav li a {
        line-height: 80px;
        height: 110px;
    }
    /* Banner */
    #home {
        background: url(../images/Iyaz-5.jpg) 95% 0% ;
        height: 550px;
    }
    
    #home .margin-top-2 {
        margin-top: 40px;
    }
}


@media (max-width: 992px) {
    
     .navbar-nav {
         
     }
     
     #navigation-menu {
         margin-top: 7px;
     }
     
     #navigation-menu li a {
         padding: 3px;
         margin: 1px 6px;
     }
    
    .phones-in-header {
        top: 35px;
    }
    
    .phones-in-header .callback1 b{
        background: none;
        display: none;
    }
    
    .phones-in-header .callback1 .cb-1 {
        display: none;
    }
    
    .phones-in-header .cb-2 {
        border-bottom: 1px dashed #D9534F;  
        display: inline-block;      
        margin-left: 0;
        margin-top: 3px;
        font-size: 18px;
        float: right;
        text-align: right;
    }
    .phones-in-header .cb-2:hover {
        cursor: pointer;
        text-decoration: none;
        border-bottom: 1px solid #D9534F;
    }
    
    .phones-in-header .phones {
        display: block;
        float: none;
        margin-left: 0px; 
        margin-top: -15px;
    }
    .phones-in-header .h3{
        font-size: 20px;
    }

    .phones-in-header .h4{
        font-size: 16px;
    }
    #home .margin-top-2 {
        margin-top: 20px;
    }
    /* Facts Wrap*/
    .facts-wrap {
        height: 230px;
    }
}


@media (max-width: 768px) {
    
    .navbar-toggle {
        margin-top: 38px;
        margin-right: 38px;
    }
    
    .navbar-default .navbar-toggle {
            border-color: #333;
    }
       
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: #D9534F;
    }
      
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #D9534F;
    }
        
    .navbar-default .navbar-toggle:hover .icon-bar,
    .navbar-default .navbar-toggle:focus .icon-bar {
        background-color: #fff;
    }
    
    
    #navigation-menu {
        background: #fff;
    }
    .navbar-nav {        
        width: 100%; 
    }
    #navigation-menu li a:hover {
        background: #f8f8f8;
    }
    
    
    .phones-in-header {
        position: absolute;
        right: 35%;
        width: 200px;
    }   
    
    .phones-in-header .h4 {
        margin-right: 10px;
    }
    
    
    
    
    /* Banner */
    #home {
        background: url(../images/Iyaz-5_768px-2.jpg) 70% 0 ;
        height: 384px;
    }
    
    #home .margin-top {
        margin-top: 0;
    }
    
    #home .overlay {
        padding: 0;
    }
    
    /* Map */
    #map {
        padding: 40px 0;
        background: url(../images/bg-4-768.jpg) 50% 50% ;
    }
    #map .box-1 {
        left: 15px;
        position: absolute;
        top: 10px;
        width: 250px;
    }

    #map .box-2 {
        position: absolute;
        left: 20px;
        top: 160px;
        width: 250px;
    }

    #map .box-3 {    
        position: absolute;
        left: 320px;
        top: 88px;
        width: 250px;
    }
    #order {
        height: 1280px;
    }
    #order form {
        margin-top: 30px;
    }
}



@media (max-width: 668px) {
    
    section {
        
    }
    
    #home {
        height: 405px;
    }
    /* Map */
    #map {
        padding: 0;
        background: #f8f8f8;
        height: 480px;
    }
    #map .h2-map {
        font-size: 14px;
    }
    #map .box-1,
    #map .box-2,
    #map .box-3 {
        left: 0;
        margin: 10px 0;
        padding: 5px 15px;
        position: relative;
        top: 0;
        width: 100%;
    }
    
    #footer .text-f {
        margin-top: 20px;
        text-align: left;
    }
}



@media (max-width: 618px) {
    .phones-in-header {
        right: 30%;
    } 
    #home {
        height: 420px;
        background: #000;
    }
    #map {
    }
    
}

@media (max-width: 500px) {
    .phones-in-header {
        right: 24%;
    }     
}


@media (max-width: 440px) {
    .phones-in-header {
        display: none;
    }
}

@media (max-width: 400px) {
    #home {
        height: 550px;        
    }
    
    #home .overlay {
        padding: 40px 10px;
    }
}


@media (min-width: 768px) and (max-width: 992px) {
    .navbar-brand img {

    } 
    .navbar-collapse {
        padding-right: 0px;
        padding-left: 0px;
    }
    .navbar-nav {  
             
        width: 370px;  
    }
    .navbar-collapse ul {
        margin: 0;  
        margin-top: 15px;       
    }    
    .navbar-default .nav li a {
        line-height: 25px;
        height: 30px;
    }
    
    
    /* Banner */
    #home {
        background: url(../images/Iyaz-5_992px-2.jpg) 0% 0 ;
        height: 500px;
    }
    /* Map */
    #map .box-1 {
        left: 15px;
        position: absolute;
        top: 0;
    }

    #map .box-2 {
        left: 316px;
        position: absolute;
        top: 90px;
    }

    #map .box-3 {    
        position: absolute;
        right: 20px;
        top: 230px;
        width: 250px;
    }
    #order {
        height: 1280px;
    }
    #order form {
        margin-top: 30px;
    }
}



@media (min-width: 993px) and (max-width: 1200px) {
    .navbar-header {
        height: 110px;
    } 
    
    .navbar-brand img {
        height: 86px;
        width: 150px;
    }
    .navbar-nav {       
        margin-left: 20px; 
        width: 400px;   
    }
    
    .navbar-collapse ul {
        margin: 0;  
        margin-top: 25px; 
        margin-left: 30px;      
    }    
    .navbar-default .nav li a {
        line-height: 18px;
        height: 30px;
        padding: 5px 10px;
    }
    
    /*
    .navbar-default .nav li a {
        line-height: 100px;
        height: 115px;
        padding: 7px;
    }
    */

    /* Banner */
    #home {
        background: url(../images/Iyaz-5_1200px-2.jpg) 0% 0 ;
        height: 500px;
    }
    /* Map */
    

    
    #map .box-2 {
        left: 356px;
        position: absolute;
        top: 159px;
    }

    #map .box-3 {    
        position: absolute;
        right: 20px;
        top: 330px;
        width: 250px;
    }
    #order {
        height: 1280px;
    }
    #order form {
        margin-top: 30px;
    }
  
}
