.no-scroll {
    overflow: hidden;
    /* position: fixed; */
}

.line {
    width: 100%;
    height: 4px;
}

.navbar-toggler {
    
}

#form_result {
    display: none;
    position: fixed;
    z-index: 20;
    padding-top: 40px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    padding: 2rem;
}

#form_result .modal-c {
    width: 90%;
    text-align: center;
    background-color: white;
    padding: 1rem;
    font-size: 1.5rem;
    box-shadow: none;
}

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    #form_result .modal-c {
        width: 80%;
    }
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #form_result .modal-c {
        width: 60%;
    }
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
        #form_result .modal-c {
            width: 50%;
        }
}

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    
}


/* HEADER */
.nav {
    padding: 0;
    position: relative;
    z-index: 10;
    background-color: #f7f7f7;
}

.logo {
 margin: 15px 0;
 display: block;
}

.header-phone a {
    font-size: 1.7rem;
    font-weight: 600;
    text-decoration: underline;
    color: black;
    font-family: Roboto, sans-serif;
    display: block;
    margin: 0 0 15px;
}
@media (min-width: 768px) {
    .header-phone a {
        margin: 0;
    }
}
@media (min-width: 992px) {
    .header-phone a {
        font-size: 1.7rem;
        float: right;
    }
}
@media (min-width: 1200px) {
    .header-phone a {
        font-size: 2rem;
    }
}

.header-phone button {
    /* background: none;
    border: 2px solid #f6831f; */
    border-radius: 10px;
    padding: 0.3rem;
    font-size: 1.3em;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 15px;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .header-phone button {
        margin: 0;
        padding: 0.6rem;
    }
}

@media (min-width: 992px) {
    .header-phone button {
        margin: 0 0 0 5px;
    }
}

/* SCREEN1 */

.screen-1 {
    background: none #ffffff;
    position: relative;
}

.screen-1 h1 {
    text-align: center;
    margin-top: 2rem;    
    color: black;
    font-size: 2rem;
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .screen-1 h1 {
        font-size: 2.5rem;
    }
}

.screen-1 h2 {
    text-align: center; 
    font-weight: normal;
    font-size: 1.5rem;
    color: #3c3c3c;   
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .screen-1 h2 {
        font-size: 2rem;
    }
}

.price {
    position: absolute;
    right: 50%;
    top: 339px;
    margin-right: 240px;
    font-size: 2em;
    color: #ffffff;
}

.price2 {
    position: absolute;
    right: 50%;
    top: 347px;
    margin-right: 240px;
    font-size: 1.5em;
    color: #ffffff;
    z-index: 1;
}


.price-sm {
    position: absolute;
    top: 50%;
    right: 50%;
    margin: 18px 28px 0 0;
    color: #ffffff;
    font-size: 1.1rem;
    display: none;
}

.price-sm2 {
    position: absolute;
    top: 50%;
    right: 50%;
    margin: 21px -160px 0 0;
    color: #ffffff;
    font-size: 0.9rem;
    display: none;
}

@media (min-width: 420px) {
    .price-sm {
        margin: 21px 36px 0 0;
        font-size: 1.2rem;
        display: block;
    }
    .price-sm2 {
        display: block;
        margin: 24px -179px 0 0;
        font-size: 1rem;
    }
}

@media (min-width: 468px) {
    .price-sm {
        margin: 19px 30px 0 0;
        font-size: 1.3rem;
    }
    .price-sm2 {
        margin: 24px -181px 0 0;
        font-size: 1rem;
    }
}

@media (min-width: 540px) {
    .price-sm {
        margin: 24px 40px 0 0;
        font-size: 1.4rem;
    }
    .price-sm2 {
        margin: 28px -209px 0 0;
        font-size: 1.1rem;
    }
}

@media (min-width: 768px) {
    .price-sm {
        margin: 30px 45px 0 0;
        font-size: 2rem;
    }
    .price-sm2 {
        margin: 36px -278px 0 0;
        font-size: 1.5rem;
    }
}

.feedback-top {
    background: url(../images/feedback1.png) center top;
    width: 435px;
    padding: 20px 25px;
    height: auto;
    z-index: 10;
}

.feedback-top .call-to-action {
    color: #ffffff;
    font-size: 2rem;
    font-weight: 500;
}

.feedback-top form {
    padding: 10px 0 0;
}

.feedback-top form label {
    color: #ffffff;
    font-size: 0.8rem;    
}

.feedback-top form input[type=text] {
    width: 100%;
    padding: 3px 10px;
    font-size: 1.2rem;
    margin-bottom: 15px;    
}

.orange-btn {
    margin-top: 15px;
    background: linear-gradient(to bottom, #f68420, #f47321);
    border: #ff973c 1px solid;
    color: #fff;
    font-size: 1.4rem;
    background-color: #f47321;
    cursor: pointer;
    border-bottom: #e54b00 2px solid;
    padding: 3px 10px;
}

.green-btn {
    margin-top: 20px;
    background-color:#269700;
    border: #2aa800 1px solid;
    color: #fff;
    font-size: 1.4rem;
    cursor: pointer;
    border-bottom: #1f7e00 2px solid;
    padding: 3px 10px;
}

.orange-btn:hover, .green-btn:hover {
    text-decoration: underline;
}

.feedback-top .orange-btn {
    width: 100%;
}


/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .feedback-top {
        position: absolute;
        right: 0px;
        top: 40px;
    }
    .price {
        margin-right: 276px;
    }
    .price2 {
        margin-right: -90px;
    }
    .screen-1 {
        height: 601px;
        background: url(../images/header-illustration01.jpg) center top;
        position: relative;
    }
}




/* screen-chto-to */

.screen-chto-to {
    background: none #ff7600;
}

.chto-to {
    height: auto;
}    

/* .chto-to > div{

}     */

.chto-to > div img{
    float: left;
    margin-right: 10px;
}    

.chto-to > div p{
    color: #ffffff;
    margin: 0 0 0 95px;
}    

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .screen-chto-to {
        background: url(../images/chto-to.png) #ff710f center top;
    }

    .chto-to {
        height: 116px;
    } 
}

/* SCREEN2 */

.screen-2 {
    padding-bottom: 3rem;
}

.screen-2 h2 {
    text-align: center;
    margin: 2rem 0;    
    color: black;
}

.screen-2 h3 {
    text-align: center; 
    font-weight: normal;
    font-size: 1.5rem;
    color: #ff710f;   
    margin-bottom: 3rem;
}

.benefits-spacer {
    border-bottom: 1px #c9c9c9 solid;
    margin: 0.5rem 0 0.5rem 4rem;
    outline: 1px solid #c9c9c9;
    width: 100%;
}

.benefit-num {
    color: #f26622;
    margin-right: 35px;
    align-self: center;
}

.benefit-text {
    align-self: center;
}

.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.screen-2 .benefit-num {
    font-size: 60px;
}

/* SCREEN3 */

.screen-3 {
    background-color: #f9f9f9;
}

.screen-3 h2 {
    color: #ff710f;
    margin: 0 0 3rem 0;
    text-align: center;
}

.capabilities li {
    margin-top: 22px;
}


/* SCREEN4 */

.screen-4 {
    background: url(../images/dark-vatman.jpg) repeat #2a2a2a;
    color: #ffffff;
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .screen-4 {
        background: url(../images/benefits-substrate.png) center bottom;
        color: black;
    }    
}

.screen-4 h2 {
    color: #ff710f;
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .screen-4 img {
        width: 80%;  
    }
}

/* SCREEN5 */

.screen-5 {
    background: url(../images/dark-vatman.jpg) repeat #2a2a2a;
    color: #ffffff;
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .screen-5 {
        background: url(../images/why-substrate.png) center bottom;
    }    
}

/* SCREEN6 */

.screen-6 {
    background: url(../images/grey-vatman.jpg) repeat #ddddda;
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    /* .screen-6 {
        
    }     */
}

.service-1, .service-2, .service-3, .service-4, .service-5, .service-6, .service-7, .service-8 {
    color: #ffffff;
    font-weight: 600;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    font-size: 1rem;
    border-radius: 240px;
}

.service-1:before, .service-2:before, .service-3:before, .service-4:before, .service-5:before, .service-6:before, .service-7:before, .service-8:before {
    content:'';
    float:left;
    padding-top:100%;
}

.service-1 {
    background: url(../images/11.jpg) center center;
    background-size: cover;
}

.service-2 {
    background: url(../images/21.jpg) center center;
    background-size: cover;    
}

.service-3 {
    background: url(../images/31.jpg) center center;
    background-size: cover;
}

.service-4 {
    background: url(../images/71.jpg) center center;
    background-size: cover;
}

.service-5 {
    background: url(../images/43.jpg) center center;
    background-size: cover;
}

.service-6 {
    background: url(../images/61.jpg) center center;
    background-size: cover;    
}

.service-7 {
    background: url(../images/51.jpg) center center;
    background-size: cover;
}

.service-8 {
    background: url(../images/81.jpg) center center;
    background-size: cover;
}

.service-1:hover, .service-2:hover, .service-3:hover, .service-4:hover, .service-5:hover, .service-6:hover, .service-7:hover, .service-8:hover {
    cursor: pointer;
}

.read-more {
    padding: 0;
    margin-top: 1rem;
    font-size: 1.2rem;
}

.read-more a {
    color: #000000;
    text-decoration: underline;
}

.read-more a:hover {
    text-decoration: none;
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .service-1, .service-2, .service-3, .service-4 {
        font-size: 1.3rem;
    }
}



/*SCREEN8*/

.screen-8 {
    background-color: #e9e9e9;
    padding-bottom: 100px;
}


/*SCREEN9*/

.screen-9 {
    background: none transparent;
    color: #ffffff;
    position: relative;
    z-index: 10;
}

.screen-9 img.grey-border {
    border: 5px solid grey;
    width: 90%;
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .screen-9 {
        background: url(../images/reviews2.png) no-repeat center top transparent;
        height: 560px;
        margin-top: -155px;
        padding-top: 83px;
    }    
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .screen-9 {
        margin-top: -155px;
        padding-top: 115px;
        color: #ffffff;
        min-height: 765px;
        position: relative;
        z-index: 10;
    }
}



/*SCREEN10*/

.screen-10 {
    background: url(../images/map-xs.png) center 0px #e9e9e9;
    color: #000000;
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .screen-10 {
        background: url(../images/map.png) center -85px #e9e9e9;
        margin-top: 0px;
        padding-top: 25px;
        padding-bottom: 32px;
        color: #000000;
        max-height: 470px;
    }
}

.screen-10 .contacts {
    background-color: #7c7c7c;
    color: #ffffff;
    padding: 2rem 2rem 14px;
    font-size: 1.1rem;
    margin: 10px auto 0;
}

.screen-10 .contacts h3 {
    margin-bottom: 15px;
}

.screen-10 .contacts > p {
    line-height: 40px;
}

.screen-10 .contacts a {
    color: #ffffff;
    font-size: 1rem;
}

.screen-10 .contacts a.teltel {
    font-size: 1.5rem;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
}

.screen-10 .contacts a.open-map {
    text-decoration: underline;
}

.screen-10 .contacts a.open-map:hover {
    text-decoration: none;
}

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .screen-10 .contacts a.teltel {
        font-size: 1.1rem;
        font-weight: 600;
    }    
}

.screen-10 .green-btn {
    padding: 6px 10px;
    width: 100%;
    font-size: 1.3rem;
    margin-top: 32px;
}

/*SCREEN11*/

.screen-11 {
    background: none center top #ff9800;
    height: auto;
}

@media (min-width: 576px) {
    .screen-11 {
        background: url(../images/footer.png) center top #e9e9e9;
        height: 114px;
    }
}

.screen-11 p {
    color: #ffffff;
    font-size: 2rem;
    margin: 0;
}

.screen-11 p a{
    color: #ffffff;
    border-bottom: 1px dotted #ffffff;
}

.screen-11 p a:hover{
    text-decoration: none;
    border-bottom: 0;
}


/*FOOTER*/

footer {
    background-color: #e9e9e9;
}

.footer-contacts a {
    color: black;
    font-size: 1.3rem;
}








/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    
}




/*CAROUSEL*/

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
    }

.clearfix:after {
    clear: both;
    }

.carousel {
    width:920px;
    margin:30px auto;
    }
   .carousel h1 {
    font-size:36px;
    margin: 0px 0px 30px 0px;
    font-weight: normal;
    }
   .carousel .box {
    float:left;
    width: 33%;
    }
   .carousel .box p{
    font-size:20px;
    color:#0067ab;
    text-align:center;
    margin:0px;
    }
   .carousel .box p span{
    font-size: 14px;
    color: #000;
    font-weight: bold;
    }
   .carousel .box p img{
    margin-bottom: 10px;
    margin: auto;
    }
   .slick-prev, .slick-next {
    width: 22px;
    height: 33px;
    position: absolute;
    top: 30%;
    display: block;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    z-index: 100;
}

.slick-prev {
    background: url(../images/arrow-left.png);
    background-repeat: no-repeat;
    left: 0px;
    }
   .slick-next {
    background: url(../images/arrow-right.png);
    background-repeat: no-repeat;
    right: 0px;
    }
    
   @media only screen and (max-width: 1180px) {
   .carousel {
    width:100%;
    }
   }

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 11; /* Sit on top */
    padding-top: 40px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content */
  .modal-c {
    position: relative;
    margin: auto;
    padding: 0;
    border-radius: 10px;
    width: 90%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .modal-c {
        width: 70%;
    }
}

  @media (min-width: 768px) {
    .modal-img {
        width: 50%;
    }
  }

  /* Add Animation */
  @-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
  }
  
  @keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
  }
  
  /* The Close Button */
.modal-b .close {
    position: absolute;
    right: 15px;
    top: 15px;
    color: black;
    font-size: 28px;
    font-weight: bold;
    text-shadow: 0 1px 0 #909090;
  }
  
.modal-b .close:hover,
.modal-b .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
  
.modal-b {
    background-color: #f6f6f6;
    border-radius: 11px;
}

.modal-b .left-col {
    border-radius: 10px 10px 0 0;
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .modal-b .left-col {
        background: url(../images/popup-img.jpg) no-repeat scroll center -15px #f6f6f6;
    }
    
    #myModal2 .modal-b .left-col {
        background: url(../images/map-xs.png) no-repeat scroll center 90px #f6f6f6;
    }
    
    #myModal3 .modal-b .left-col {
        background: url(../images/kalibr.jpg) no-repeat scroll center 125px #f6f6f6;
    }
    
    #myModal4 .modal-b .left-col {
        background: url(../images/popup-karta.jpg) no-repeat scroll center -15px #f6f6f6;
    }
    
    #myModal5 .modal-b .left-col {
        background: url(../images/remont.jpg) no-repeat scroll center 115px #f6f6f6;
        background-size: 360px auto;
    }
    
    #myModal6 .modal-b .left-col {
        background: url(../images/popup-karta.jpg) no-repeat scroll center center #f6f6f6;
    }
    
    #myModal7 .modal-b .left-col {
        background: url(../images/wialon.jpg) no-repeat scroll center 160px #f6f6f6;
    }
    
    #myModal8 .modal-b .left-col {
        background: url(../images/dut.jpg) no-repeat scroll center 120px #f6f6f6;
    }

    .modal-b .left-col {
        border-radius: 10px 0 0 10px !important;    
    }
}


.modal-b .left-col h3 {
    margin: 37px auto 20px;
    width: 90%;
    text-align: center;
}

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 450px) {
    .modal-b .left-col h3 {
        width: 85%;
    }   
}

.modal-b .left-col div {
    margin: 0;
    padding: 0 15px;
}

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .modal-b .left-col div {
        padding: 0 25px;
    }   
}

.modal-b .left-col div ul {
    padding-left: 25px;
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .modal-b .left-col h3 {
        margin: 37px auto 210px;
    }
    #myModal2 .modal-b .left-col h3 {
        margin: 37px auto 375px;
    }
    #myModal3 .modal-b .left-col h3 {
        margin: 37px auto 240px;
    }
    #myModal6 .modal-b .left-col h3 {
        margin: 37px auto 250px;
    }
    #myModal7 .modal-b .left-col h3 {
        margin: 37px auto 250px;
    }
    #myModal8 .modal-b .left-col h3 {
        margin: 37px auto 240px;
    }
}

.feedback-modal {
    background: url(../images/feedback1.png) center top;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding: 10px 15px;
    border-radius: 0 0 10px 10px;
}

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .feedback-modal {
        padding: 20px 25px;
    }  
}

.feedback-modal h4 {
    color: white;
    margin: 20px auto 0;
}

.feedback-modal .call-to-action {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 500;
    margin: 25px 0;
}

.feedback-modal form {
    padding: 0;
}

.feedback-modal form label {
    color: #ffffff;
    font-size: 0.8rem;    
}

.feedback-modal form input[type=text] {
    width: 100%;
    padding: 5px 10px;
    font-size: 1.3rem;
    margin-bottom: 15px;
    text-align: center;
    font-weight: 600;   
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .feedback-modal {
        border-radius: 0 10px 10px 0;
    }
}

.modal-b .orange-btn {
    width: 100%;
    text-transform: uppercase;
}

.contact-us {
    margin: 20px auto 0;
    color: white;
    font-weight: 600;
    font-size: 1.2rem;
    text-align: center;    
}

.contact-us a {
    color: white;
    font-size: 1.6rem;
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 345px) {
    .contact-us a {
        font-size: 1.8rem;
    }
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .contact-us a {
        font-size: 1.6rem;
    }
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 850px) {
    .contact-us a {
        font-size: 1.8rem;
    }
}

.fa {
    width: 15px;
    height: auto;
    margin-right: 5px;
    text-align: center;    
}