@font-face {
    font-family: seg;
    src:url("../fonts/seg-l.ttf");
}
body{
    margin:0;
    padding: 0;
    font-family: seg;
    font-size: 1.2vw;
    background: url("../img/fon.jpg")no-repeat center center fixed;
    background-size:cover ;
    color:#fff;
}
.bg{
    position: fixed;
    top:0;
    left:0;
    right: 0;
    bottom:0;
    backdrop-filter: blur(3px);
    background: rgba(0,0,0,0.7);
    z-index: -10;
}
a{
    text-decoration: none;
    color:#3AE872;
    transition: 0.3s ease;
}
ul{
    list-style-type: none;
    margin:0;
    padding:0;
}
img{
    width:100%;
}
.inline{
    display: inline-block;
    vertical-align: top;
}
.menu{
    position: fixed;
    left:0;
    bottom: 0;
    top:0;
    width: 15%;
    padding:1%;
    z-index: 10;
    background: #25282C;
    font-size: 1vw;
}
.menu a{
    color:#fff;
}
.menu ul{

}
.menu ul li{
    position: relative;
    padding:4% 1%;
    border-radius: 0.5vw;
}
.menu ul li:hover{
    background: #2D2D2D;
}
.menu ul li h3{
    margin:5% 0
}
.logo{
    width:14%;
    margin:0% 5%;
}
.logo-img{
    width: 25%;
}
.logo-txt h3{
    margin:9% 0;
    font-weight: bolder;
}
.pod-menu{
    position: absolute;
    left:100%;
    top:-15%;
    width: 100%;
    background: #404040;
    padding:3%;
    border-radius: 0.5vw;
    display: none;
}
.menu-border{
    position: absolute;
    left:0%;
    top:0;
    padding:8% 0%;
    margin:4% 0;
    background: #3AE872;
    width: 1.5%;
    transition: 0.3s ease;
    border-radius: 0.5vw;
    display: none;
}
.menu-border-podmenu{
    position: absolute;
    left:0%;
    top:0;
    padding:7% 0%;
    margin:4% 0;
    background: #3AE872;
    width: 1.5%;
    transition: 0.3s ease;
    border-radius: 0.5vw;
    display: none;
}
.menu li:hover .menu-border{
    display: block;
}
.menu li ul li:hover .menu-border-podmenu{
    display: block;
}
.menu li:hover .pod-menu{
    display: block;
}
.content{
    padding:0 3% 5% 20%;
}
.str{
    width: 1.5%;
    margin:0 1%;
    transform: rotate(270deg);
}
.zagolovok a{
    color: white;
}
.content-col{
    display: inline-block;
    vertical-align: top;
    width:15%;
    padding:25% 0% 0% 0%;
    margin:1% 1% 1% 0;
    border-radius: 0.5vw;
    position: relative;
    transition: 0.3s ease;
    font-size: 1vw;
}
.content-col h3{
    position: absolute;
    bottom: 0;
    background: #2D2D2D;
    margin:0;
    width: 90%;
    border-bottom-right-radius: 0.4vw;
    border-bottom-left-radius: 0.4vw;
    padding:5% 5% 10% 5%;
    transition: 0.3s ease;
    color:#fff;
}
.content-col p{
    margin:0;
    color: #238C45;
    font-size: 1vw;
}
.content-col:hover{
    transform: scale(1.05);
}
.content-col:hover .content-col-h3{
    background: #404040;
}
.content-col-id{
    width:63%;
    margin-right: 1%;
}
.content-col-id h1{
    margin-top:1%;
    font-size: 2.5vw;
    font-weight: bolder;
}
.content-col-id-img{
    width:35%;
}
.content-col-id-img img{
    border-radius: 0.5vw;
}
.img-small{
    text-align: center;
}
.img-small img{
    display: inline-block;
    vertical-align: top;
    width:21.5%;
    margin:1%;
    cursor: pointer;
    border:0.2vw solid transparent;
    transition: 0.3s ease;
}
.img-small img:hover{
    border:0.2vw solid #3AE872;
}
.content-col-id-opis{
    line-height: 2.5vw;
    margin: 5% 0;
}
.button{
    background: #238C45;
    width:10%;
    padding:2% 10%;
    text-align: center;
    border-radius: 0.5vw;
    cursor: pointer;
    font-weight: bolder;
    font-size: 1.1vw;
    transition: 0.3s ease;
    color:#ffffff;
}
.button:hover{
    background:#3AE872 ;
}
.pop{
    position: fixed;
    left:0;
    top:0;
    right: 0;
    bottom: 0;
    z-index: 11;
    background: rgba(0,0,0,0.7);
    backdrop-filter: blur(5px);
    padding:10% 30%;
}
.btn{
    outline: none;
    border: none;
    background: #238C45;
    color:#ffffff;
    cursor: pointer;
    padding:2% 5%;
    border-radius: 0.5vw;
    transition: 0.3s ease;
    font-size: 1.1vw;
}
.btn:hover{
    background: #3AE872;
}
.pop-mail{
    background: #2D2D2D;
    padding:2% 5%;
    border-radius: 0.5vw;
    position: relative;
}
input[type=text],[type=email]{
    background: #404040;
    border: none;
    font-size: 1.1vw;
    padding:2%;
    border-radius: 0.5vw;
    width:80%;
    border-bottom: 0.2vw solid transparent;
    transition: 0.3s ease;
    outline: none;
    color:#fff;
}
input[type=text]:hover, [type=email]:hover{
    border-bottom: 0.2vw solid #3AE872;
}
textarea{
    background: #404040;
    border:none;
    padding: 2%;
    border-radius: 0.5vw;
    width: 80%;
    outline: none;
    color:#fff;
    font-size: 1.1vw;

}
.close{
    position: absolute;
    right: 3%;
    top:5%;
    padding:0% 2% 1% 2%;
    border:0.1vw solid #fff;
    border-radius: 0.5vw;
    color:#fff;
    transition: 0.3s ease;
}
.close:hover{
    border:0.1vw solid #3AE872;
    color:#3AE872;
}
.slider-col{
    display: inline-block;
    vertical-align: top;
    width:48%;
    margin:0 0.5%;
}
.slider-col-img{
    position: relative;
    border-radius: 0.5vw;
    padding-top:60%;
    transition: 0.3s ease;
    color:#fff;
    margin-bottom: 2%;
}
.slider-col-img img{
    border-radius: 0.5vw;
}
.slider-col-img h3{
    position: absolute;
    bottom: 0%;
    padding: 3% 5% 3% 3%;
    background: #404040;
    background: linear-gradient(90deg,rgba(64, 64, 64, 0.9) 50%, rgba(255, 255, 255, 0) 100%);
    width:92%;
    margin:0;
    border-bottom-left-radius: 0.4vw;
    border-bottom-right-radius: 0.4vw;
}
.service-div{
    background: url("../img/service-fon.jpg")no-repeat right center fixed;
    background-size: cover;
    border-radius: 0.5vw;
}
.service-div-bg{
    background: rgba(0,0,0,0.5);
    backdrop-filter: blur(5px);
    padding: 5% 2%;
    border-radius: 0.5vw;
}
.service-div-col1{
    width:40%;
}
.service-div-col2{
    width:59%;
    text-align: center;
}
.service-div-col1 h2{
    margin-top:0;
}
.service-div-col2-col{
    width: 22%;
    text-align: center;
    margin:0 1%;
}
.service-div-col2-col img{
    width:30%;
}
.contact-div{
    background: #2D2D2D;
    border-radius: 0.5vw;
    padding:2% 2%;
}
.contact-div-col{
    width:30%;
    margin-right: 10%;
}
.contact-div-col2{
    width:50%;
}
.contact-div-col-text{
    margin:2% 0;
}
.about-div{
    background: #404040;
    padding:2%;
    border-radius: 0.5vw;
}
.about-col{
    width:30%;
}
.about-col .content-col{
    width:23%;
    padding-top: 40%;
    font-size: 0.8vw;
}

.col2{
    width:65%;
    margin-left: 2%;
}
.about-osn{
    background: #2D2D2D;
    border-radius: 0.5vw;
    padding:2%;
    font-size: 1.2vw;
}
.about-project-col{
    display: inline-block;
    vertical-align: top;
    margin:1%;
    color:#fff;
    width:10%;
    text-align: center;
    background: #404040;
    border-radius: 0.5vw;
    padding:1%;
    transition: 0.3s ease;
}
.about-project-col:hover{
    transform: scale(1.1);
}
.about-project-col-img{
    width:45%;
    position: relative;
    margin:1%;
}
.about-project-col-img img{
    border-radius: 0.5vw;
}
.about-project-col-img h3{
    position: absolute;
    bottom:1%;
    margin:0;
    padding:3%;
    width:94%;
    background: #404040;
    background: linear-gradient(90deg,rgba(64, 64, 64, 0.9) 50%, rgba(255, 255, 255, 0) 100%);
    border-bottom-right-radius: 0.4vw;
    border-bottom-left-radius: 0.4vw;
}
.content-id-opis{
    background: #1B1C1E;
    padding:2%;
    margin:5% 0;
    border-radius: 0.5vw;
}
.content-id-spec{
    background: #24262A;
    padding:2%;
    margin:5% 0;
    border-radius: 0.5vw;
}
.content-id-opis-button{
    text-align: center;
    font-size: 1vw;
}
.content-id-opis-button li{
    display: inline-block;
    vertical-align: top;
    margin:0 1%;
    cursor: pointer;
    border-bottom:0.2vw solid #404040;
    transition: 0.3s ease;
}
.content-id-opis-button li:hover{
    border-bottom: 0.2vw solid #fff;
}
#spec{
    display: none;
}
.service-div1{
    border-radius: 0.5vw;
}
.service-div1-col1{
    width:70%;
}
.service-div1-col1 li{
    position: relative;
    display: none;
}

.service-div1-col1-img{
    padding:31.5% 0;
    border-top-left-radius: 0.5vw;
    border-bottom-left-radius: 0.5vw;
}
.service-div1-col1-txt{
    position: absolute;
    top:0;
    left:0;
    bottom: 0;
    right: 0;
    padding:5%;
    border-radius: 0.4vw;
    background: #404040;
    background: linear-gradient(90deg,rgba(0, 0, 0, 0.9) 50%, rgba(64, 64, 64, 0.5) 100%);
}
.service-div1-col2{
    background: #404040;
    width:27%;
    border-top-right-radius: 0.5vw;
    border-bottom-right-radius: 0.5vw;
    padding:1%;
}
.service-div1-col2 li{
    padding:3% 2% 1% 2%;
    cursor: pointer;
    margin:1% 0;
    border-radius: 0.5vw;
    transition: 0.3s ease;
    position: relative;
}
.service-div1-col2 li:hover{
    background: #24262A;
}
.service-div1-col2-border{
    position: absolute;
    left:0;
    top:10%;
    padding:10% 0.5%;
    border-radius: 0.5vw;
    background: #3AE872;
    display: none;
}
.service-div1-col2 li:hover .service-div1-col2-border{
    display: block;
}
.service-div1-col2-img{
    width:20%;
}
.service-div1-col2-img img{
    border-radius: 0.5vw;
    margin:0;
}
.service-div1-col2-txt{
    font-size: 0.9vw;
    margin-left:2%;
}
.service-div2{
    background: #404040;
    border-radius: 0.5vw;
    padding:2%;
    margin-top:5%;
}

