﻿* {
	padding: 0px;
	margin: 0px;
	border: none;
}
body {
    font-family: Roboto;
}

.bgvideo video {
    width: 100%;
    height:103%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: 1;
}
.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: #000000af;  
    }
    .text-video {
        z-index: 3;
        color: #fff;      
    }
    .menu {
        margin-top: 1cqh;
       text-align: center;
   }
.deskript {
 font-style: italic; 
font: bold;
color: #29f33a;
margin: 1cqw;
font-size: calc(12px + (17 - 12) * ((100vw - 768px) / (1366 - 768)));
}
.nav-btn {
    display: none;
}
#skrit {
    display: none;
}  
.glow-on-hover {
    display: inline;
    color: #fff;
    position: relative;
    z-index: 0;
    border-radius: 10px;
    padding: 0.5cqw;
    margin: 1cqw;
    font-size: font-size: calc(12px + (18 - 12) * ((100vw - 768px) / (1366 - 768)));
   }

.glow-on-hover:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.glow-on-hover:active:after {
    background: transparent;
}

.glow-on-hover:before {
    opacity: 1;
}

.glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #111;
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}


.conteyner-shapka  {
    display: grid;
    grid-template-columns: 1fr 3fr;
    margin-top: 1cqw;
    }

    .kontakt {
        font-family: Rubik light;
        margin-left: 1cqw;
        font-size: calc(12px + (15 - 12) * ((100vw - 768px) / (1366 - 768)));
    }

    .utp {
       margin-left: 5cqw;
padding-top: 2cqw;
text-align: center;
    }
    .utp h1 {
        font-size: calc(12px + (38 - 12) * ((100vw - 768px) / (1366 - 768)));
    }
    .utp h2 {
        padding-top: 1.5cqw;
        font-size: calc(12px + (28 - 12) * ((100vw - 768px) / (1366 - 768)));
    }

    .preimuschestva {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        margin-top: 2cqw;
        margin: 1cqw;
    }
    h3 {
        margin-bottom: 1cqw;
    }
    .preimuschestva h3 {
        font-size: calc(11px + (23 - 11) * ((100vw - 768px) / (1366 - 768)));
    }

    ul {
        margin: 2.3cqw;;
    }
    .preimuschestva ul {
        font-size: calc(11px + (16 - 11) * ((100vw - 768px) / (1366 - 768))); 
    }
    .knopka {
       display: grid; 
       grid-template-columns: 1fr 1fr 1fr;
         }
    .preview-block__btn {
        max-width: 27vw;
        margin-top: 2.25vw;
                }
    
     
        .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: 4.35vw;
        padding-top: 0.15vw;
        border: none;
        border-bottom: 2px solid #05a110;
        position: relative;
        font-size: calc(12px + (15 - 12) * ((100vw - 768px) / (1366 - 768)));
        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: 2.25vw;
        height: 22.5vw;
        margin-left: 4.5vw;
        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: -3vw;
        top: -11.25vw;
        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 {
    text-align: center;
    margin: 10vh;
    padding-top: 1.5cqw;
    font-weight: bold;
        font-size: calc(12px + (32 - 12) * ((100vw - 768px) / (1366 - 768)));
      } 
      .zagolovok-ekran-tri {
        text-align: center;
    margin: 10vh;
    padding-top: 1.5cqw;
    font-weight: bold;
        font-size: calc(12px + (32 - 12) * ((100vw - 768px) / (1366 - 768)));
      } 

  .ekran-dva-kontent {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-row: 2;
    margin: 1vw;
    }
    .ekran-dva-kontent h2 {
        display: none;
    }
    .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 - 768px) / (1366 - 768)));
        line-height: 2em;
        filter: drop-shadow(0.4vw 0.4vw 0.4vw rgba(0,0,0,0.3));
    }
    
    
         
         
           
         .rabota {
            display: grid;
            grid-template-columns: 4fr 1fr 4fr 1fr 4fr 1fr;
            grid-template-rows: repeat (22, 1fr);
            margin: 2vw;  
         }

        .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 - 768px) / (1366 - 768)));
            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;
   }

p {
    font-size: calc(12px + (16 - 12) * ((100vw - 768px) / (1366 - 768)));
    line-height: 1em;
    padding: 0;
    margin: 0;
}
ul {
    font-size: calc(12px + (16 - 12) * ((100vw - 768px) / (1366 - 768)));
    line-height: 1em;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.abzac p {
    font-size: calc(12px + (20 - 12) * ((100vw - 768px) / (1366 - 768)));
    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 - 768px) / (1366 - 768)));
  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;
        
     }
    
    .porjdok {
        display: none;
    }
     #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%;
        }
    }

.zentr {
    text-align: center;
    width: 100%;
    background-color: #cbe4a4;
    font-size: calc(12px + (20 - 12) * ((100vw - 768px) / (1366 - 768)));
}




   .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 - 768px) / (1366 - 768)));
}

.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 - 768px) / (1366 - 768)));
}

.button {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    font-size: calc(12px + (18 - 12) * ((100vw - 768px) / (1366 - 768)));
}

@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/kalugin-ivanovi4.png); /* Путь к картинке */
    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: 48%;
	vertical-align: top;
	background: #07070786;
    color: #fff;
}




.textcols .textcols-item:first-child {
	margin-right: 3%;
}



.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;
  }
  .bg-ex-parallax span {
      z-index: 3;
  }

.statistika-item {
	white-space: normal;	
	display: inline-block;
	width: 100%;
	vertical-align: top;
	background: #07070786;
    color: #fff;
text-align: center;
}








.ekran-dva-kontent {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.futer {
    text-align: center;
}
futer {
    display: inline;
}
.futer p {
    margin-top: 1vw;
}
.kontaktik {
    display: none;
}
.vnutri {
    
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.vsplivanie {
    width: 1000px;
 }

 .sposob-oplati {
    margin: 1vw;
    }
    .sposob-oplati p {
        line-height: 1.5;
        font-size: font-size: calc(12px + (14 - 12) * ((100vw - 768px) / (1366 - 768)));
    }
    .sposob-oplati img {
        display: block;
        margin-left: auto;
        margin-right: auto;     
    }
.bank {
display: inline;
}
.telegram {
  position: sticky;
  top: 70vh;
  z-index: 1000;
left: 95vw;
display: block;
}