* {
	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: #00000096;  
    }
    
    .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: font-size: calc(12px + (17 - 12) * ((100vw - 426px) / (1366 - 426)));
}
.nav-btn {
    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 - 426px) / (1366 - 426)));
    
}

.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  {
    text-align: center;
    margin-top: 1cqw;
    }

    .kontakt {
        display: none;
    }

    .utp {
       margin-left: 5cqw;
padding-top: 2cqw;
    }
    .utp h1 {
        font-size: calc(12px + (38 - 12) * ((100vw - 426px) / (1366 - 426)));
    }
    .utp h2 {
        padding-top: 1.5cqw;
        font-size: calc(12px + (28 - 12) * ((100vw - 426px) / (1366 - 426)));
    }

    .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(12px + (23 - 12) * ((100vw - 426px) / (1366 - 426)));
    }

    ul {
        margin: 2.3cqw;;
    }
    .preimuschestva ul {
        font-size: calc(12px + (16 - 12) * ((100vw - 426px) / (1366 - 426))); 
    }
.knopka {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 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: #000;
        text-align: center;
        text-transform: uppercase;
        cursor: pointer;
        overflow: hidden;
        background: #29f33a;
        -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 {
        text-align: center;
        margin: 10vh;
        padding-top: 1.5cqw;
        font-weight: bold;
            font-size: calc(12px + (32 - 12) * ((100vw - 426px) / (1366 - 426)));
          } 
          .zagolovok-ekran-tri {
            text-align: center;
        margin: 10vh;
        padding-top: 1.5cqw;
        font-weight: bold;
            font-size: calc(12px + (32 - 12) * ((100vw - 426px) / (1366 - 426)));
          } 
    
      .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 - 426px) / (1366 - 426)));
            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(12px + (32 - 12) * ((100vw - 426px) / (1366 - 426)));
                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 - 426px) / (1366 - 426)));
        line-height: 1em;
        padding: 0;
        margin: 0;
    }
    ul {
        font-size: calc(12px + (16 - 12) * ((100vw - 426px) / (1366 - 426)));
        line-height: 1em;
        padding: 0;
        margin-top: 0;
        margin-bottom: 0;
    }
    .abzac p {
        font-size: calc(12px + (20 - 12) * ((100vw - 426px) / (1366 - 426)));
        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 + (32 - 12) * ((100vw - 426px) / (1366 - 426)));
      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 - 426px) / (1366 - 426)));
    }
    
    
    
    
       .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 - 426px) / (1366 - 426)));
    }
    
    .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 - 426px) / (1366 - 426)));
    }
    
    .button {
        background-color: #4CAF50;
        border: none;
        color: white;
        padding: 10px 25px;
        text-align: center;
        text-decoration: none;
        font-size: calc(12px + (18 - 12) * ((100v - 426px) / (1366 - 426)));
    }
    
    @media only screen and (max-width: 769px) {
        .columns {
            width: 100%;w
        }
    }
    
    
    form {
        border: 3px solid #f1f1f1;
        font-family: Arial;
    }
    .container input {
        font-size: 12px;  
    }
    .container {
        padding: 0.5vw;
        background-color: #fffff;
    }
    
    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%;
}
    .futer {
        text-align: center;
    }
    futer {
        display: inline;
    }
    .futer p {
        margin-top: 1vw;
    }
.odin {
    height: 25px;
}
.dva {
    height: 25px;
}
.tri {
    height: 50px;
}
.soderzhanie {
    list-style-type: none;
}
.vnutri {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.vsplivanie {
    display: none;
 }

 .sposob-oplati {
    margin: 1vw;
    }
    .sposob-oplati p {
        line-height: 1.5;
        font-size: font-size: calc(12px + (14 - 12) * ((100vw - 426px) / (1366 - 426)));
    }
    .sposob-oplati img {
        display: block;
        margin-left: auto;
        margin-right: auto;     
    }
.telegram {
  position: sticky;
  top: 70vh;
  z-index: 1000;
left: 95vw;
display: block;
}
.wrapper{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

a{
  display: block;
  font-size: 24px;
  font-family: sans-serif;
  text-decoration: none;
  color: #333;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  padding: 10px;
  letter-spacing: 2px;
  transition: all .25s;
}

a:hover{
  letter-spacing: 15px;
}
