﻿* {
	padding: 0px;
	margin: 0px;
	border: none;
}
body {
    font-family: Roboto;
    font-size: 12px;
}

.headers {
	background: url(../kontent/img/ekran-svarka.jpeg) center no-repeat;
	background-size: cover;
	width: 100%;
    height: 103%;
    z-index: 1;
}
.bgvideo video {
    display: none;
}
    .bgvideo {
        width: 100%;
        height: 100%;
        position: relative;
        display: flex;
        align-items: start;
}
.zatemnenie
        {
            width: 100%;
            height: 103%;
            position: absolute;
            top: 0;
            left: 0;
            object-fit: cover;
            z-index: 2;
            background-color: #000000d2;  
    }
    .text-video {
        z-index: 3;
        color: #fff;      
    }
    .deskript {
        font-style: italic; 
       font: bold;
       color: #29f33a;
       margin: 1cqw;
       font-size: 1rem;
       }

   .nav-btn {
    font-size: 2rem;
    padding-inline: 0.5rem;
     border: none;
    background-color: #00000048;
    color: white;
    cursor: pointer;
    text-align: right;
}
.menu {
    position: fixed;
    color: white;
    border: none;
    right: 0;
    top: 0;
    display: inline-block;
    
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: black;
    min-width: 10vw;
    box-shadow: 0px 2vw 4vw 0px #29f33a;
    right: 5px;
    z-index: 4;
}

.dropdown-content a {
    color: white;
    padding: 3vw 4vw;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.menu:hover .dropdown-content {display: block;}

.menu:hover .nav-btn {background-color: #00000007;}



.kontakt {
    display: none;
}
.preimuschestva ul {
    display: none;
}   
.utp {
    margin: 3vw;
text-align: center;
} 
.utp h1 {
    font-size: 1.5rem;
}
.utp h2 {
    padding-top: 3vw;
    font-size: 1.4rem;
}
.preimuschestva h3 {
    font-size: 1rem;
    margin: 5vw;
    line-height: 1rem
}
.knopka {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 5fr 1fr;
    }
   
    .preview-block__btn {
        max-width: 350px;
        margin-top: 30px;
                }
     
        .custom-btn {
         display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        height: 58px;
        padding-top: 2px;
        border: none;
        border-bottom: 2px solid #05a110;
        position: relative;
        font-size: 15px;
        font-weight: bold;
        color: #ffffff;
        text-align: center;
        text-transform: uppercase;
        cursor: pointer;
        overflow: hidden;
        background: #0000ff;
        -webkit-transition: ease 0.3s;
        transition: ease 0.3s;
        border-radius: 5px;
    }
    .custom-btn:after {
        content: "";
        display: block;
        width: 30px;
        height: 300px;
        margin-left: 60px;
        background: #fff;
        background: -moz-linear-gradient(top, rgba(255,255,255,0.7) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0.7) 100%);
        background: -webkit-linear-gradient(top, rgba(255,255,255,0.7) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.7) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,0.7) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.7) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#b3ffffff',GradientType=0 );
        position: absolute;
        left: -40px;
        top: -150px;
        z-index: 1;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 0.1s;
        transition: all 0.1s;
        -webkit-animation-name: slideme;
        animation-name: slideme;
        -webkit-animation-duration: 3s;
        animation-duration: 3s;
        -webkit-animation-delay: 0.05s;
        animation-delay: 0.05s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }
     
    @-webkit-keyframes slideme {
        0% { left: -30px; margin-left: 0px; }
        30% { left: 110%; margin-left: 80px; }
        100% { left: 110%; margin-left: 80px; } 
    }
    .zagolovok-ekran-dva {
        display: none;
    }
.porjdok {
    text-align: center;
    margin: 5vh;
    padding-top: 0.5cqw;
    font-weight: bold;
        font-size: calc(12px + (32 - 12) * ((100vw - 320px) / (1366 - 320)));
      } 
    .ekran-dva-kontent {
        margin-top: 10vh;
    }
    .ekran-dva-kontent p {
        margin: 20px;
        background-color: bisque;
        padding: 10px;
        font-size: large;
        font-size: 16px;
        line-height: 2em;
        filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.3));
    }
    .zagolovok-ekran-tri {
        text-align: center;
    margin: 5vh;
    }

    
             
      
        
        .ekran-dva-kontent p {
            border-end-end-radius: 4px;
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
            border-bottom-left-radius: 4px;
            margin: 1vw;
            background-color: bisque;
            padding: 1vw;
            font-size: calc(12px + (16 - 12) * ((100vw - 320px) / (1366 - 320)));
            line-height: 2em;
            filter: drop-shadow(0.4vw 0.4vw 0.4vw rgba(0,0,0,0.3));
        }
        
        
             
             
               
            
    
            .plashka p {
                border-radius: 4px;
                padding: 1.5vw;
                background-color: bisque;
                margin: 0.5vw; 
                filter: drop-shadow(0.4vw 0.4vw 0.4vw rgba(0,0,0,0.3)); 
            }
           
            
             
            .znak {
                font-size: calc(30px + (50 - 30) * ((100vw - 320px) / (1366 - 320)));
                vertical-align: text-top;
                       }
            
                       hr {width:100%;
                        height:1px;
                        background:black;
                        border:none                   
                    }
                    .liniya {
                                            margin-top: 4.5vw;
                        margin-bottom: 4.5vw;
                        width: 100%;
                    }
                    
    .karusel {
        display: grid;
        grid-template-columns: 2fr 5fr 2fr;
           height: 90%;
           width: 90%; 
                       }
    
    .d-block {
        max-height: 100vh;
        max-width: 100vw;
        object-fit: contain;
       }
       .zentr {
        text-align: center;
        width: 100%;
        background-color: #cbe4a4;
        font-size: calc(12px + (20 - 12) * ((100vw - 320px) / (1366 - 320)));
    }
    p {
        font-size: calc(12px + (16 - 12) * ((100vw - 320px) / (1366 - 320)));
        line-height: 1em;
        padding: 0;
        margin: 0;
    }
    ul {
        font-size: calc(12px + (16 - 12) * ((100vw - 320px) / (1366 - 320)));
        line-height: 1em;
        padding: 0;
        margin-top: 0;
        margin-bottom: 0;
    }
    .abzac p {
        font-size: calc(12px + (20 - 12) * ((100vw - 320px) / (1366 - 320)));
        line-height: 2em;
       }
       .abzac {
           margin-left: 4.5vw;
           margin-right: 4.5vw;
           margin-top: 4vw; 
       }
       .otstup {
        margin-top: 7vw;
        margin-bottom: 2.25vw;
        text-align: center;
      font-size: calc(12px + (50 - 12) * ((100vw - 320px) / (1366 - 320)));
      font-weight: bolder;
       }
       .otziv {
        display: flex;
            justify-content: space-around;
            align-items:flex-start;
            margin-bottom: 1px;
         }
         .otziv img {
           table {
           width: 90%;
           margin: 5%;
                  }
            margin: 1%;
            cursor: pointer;
            
         }
    
         #myImg {
            border-radius: 5px;
            cursor: pointer;
            transition: 0.3s;
        }
        
        #myImg:hover {opacity: 0.7;}
        
        /* The Modal (background) */
        .modal {
            display: none; /* Hidden by default */
            position: fixed; /* Stay in place */
            z-index: 1; /* Sit on top */
            padding-top: 100px; /* 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.9); /* Black w/ opacity */
        }
        
        /* Modal Content (image) */
        .modal-content {
            margin: auto;
            display: block;
            width: 80%;
            max-width: 700px;
        }
        
        /* Caption of Modal Image */
        #caption {
            margin: auto;
            display: block;
            width: 80%;
            max-width: 700px;
            text-align: center;
            color: #ccc;
            padding: 10px 0;
            height: 150px;
        }
        
        /* Add Animation */
        .modal-content, #caption {    
            -webkit-animation-name: zoom;
            -webkit-animation-duration: 0.6s;
            animation-name: zoom;
            animation-duration: 0.6s;
        }
        
        @-webkit-keyframes zoom {
            from {-webkit-transform:scale(0)} 
            to {-webkit-transform:scale(1)}
        }
        
        @keyframes zoom {
            from {transform:scale(0)} 
            to {transform:scale(1)}
        }
        
        /* The Close Button */
        .close {
            position: absolute;
            top: 15px;
            right: 35px;
            color: #f1f1f1;
            font-size: 40px;
            font-weight: bold;
            transition: 0.3s;
        }
        
        .close:hover,
        .close:focus {
            color: #bbb;
            text-decoration: none;
            cursor: pointer;
        }
        
        /* 100% Image Width on Smaller Screens */
        @media only screen and (max-width: 700px){
            .modal-content {
                width: 100%;
            }
        }
    
        .porjdok {
            text-align: center;
        }
    
    
    
    
       .columns {
        float: left;
        width: 33.3%;
        padding: 0.7cqw;
    }
    
    .price {
        list-style-type: none;
        border: 1px solid #eee;
        margin: 0;
        padding: 0;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
    
    .price:hover {
        box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
    }
    
    .price .header {
        background-color: #111;
        color: white;
        font-size: calc(12px + (25 - 12) * ((100vw - 320px) / (1366 - 320)));
    }
    
    .price li {
        border-bottom: 1px solid #eee;
        padding: 1.2em;
        text-align: center;
    }
    
    .price .grey {
        background-color: #eee;
        font-size: calc(12px + (20 - 12) * ((100vw - 320px) / (1366 - 320)));
    }
    
    .button {
        background-color: #4CAF50;
        border: none;
        color: white;
        padding: 10px 25px;
        text-align: center;
        text-decoration: none;
        font-size: calc(12px + (18 - 12) * ((100vw - 320px) / (1366 - 320)));
    }
    
    @media only screen and (max-width: 600px) {
        .columns {
            width: 100%;
        }
    }
    
    
    form {
        border: 3px solid #f1f1f1;
        font-family: Arial;
    }
    
    .container {
        padding: 1.5vw;
        background-color: #f1f1f1;
    }
    
    input[type=text], input[type=submit] {
        width: 100%;
        padding: 12px;
        margin: 8px 0;
        display: inline-block;
        border: 1px solid #ccc;
        box-sizing: border-box;
    }
    
    input[type=checkbox] {
        margin-top: 16px;
    }
    
    input[type=submit] {
        background-color: #4CAF50;
        color: white;
        border: none;
    }
    
    input[type=submit]:hover {
        opacity: 0.8;
    }
    
    
    
    .bg-ex-parallax { 
        background: url(../kontent/img/c149oaht1pa.jpg); /* Путь к картинке */
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        position: relative;
        height: 500px;
      }
      .bg-ex-parallax .parallax-overlay {
        position: absolute;
        width: 100%;
        
        background: rgba(0,0,0,0.6); /* Прозрачность */
        z-index: 2;
      }
      .bg-ex-parallax span {
          z-index: 3;
      }
    
      .textcols {
        white-space: nowrap;
    }
    .textcols-item {
        white-space: normal;	
        display: inline-block;
        width: 100%;
        vertical-align: top;
        background: #07070786;
        color: #fff;
    }
#branislav {
display: none;
}
    .textcols .textcols-item:first-child {
        margin-right: 3%;
    }
    .futer {
        text-align: center;
    }
    futer {
        display: inline;
    }
    .futer p {
        margin-top: 1vw;
    }
    .vsplivanie {
        display: none;
     }   
     .sposob-oplati {
        margin: 1vw;
        }
        .sposob-oplati p {
            line-height: 1.5;
            font-size: font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1366 - 320)));
        }
        
        .sposob-oplati img {
            display: block;
            margin-left: auto;
            margin-right: auto;
            width: 100%;
        }
.telegram {
  position: sticky;
  top: 70vh;
  z-index: 1000;
left: 95vw;
display: block;
}




.statistika-parallax_cjm { 
    background: url(../kontent/img/cjm_ingener.jpg); /* Путь к картинке */
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    height: 595px;
  }



.statistika-parallax { 
    background: url(../kontent/img/statistika.jpg); /* Путь к картинке */
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    height: 185px;
  }
  .statistika-parallax .parallax-overlay {
    position: absolute;
    width: 100%;
    
    background: rgba(0,0,0,0.6); /* Прозрачность */
    z-index: 2;
  }
  

.statistika-item {
	white-space: normal;	
	display: inline-block;
	width: 100%;
	vertical-align: top;
	background: #07070786;
    color: #fff;
text-align: center;
}