body {
    margin: 0;
    padding: 0;
}

.first_table,
.second_table,
.third_table {
    box-sizing: border-box;
    background-size: cover;
    background-image: url(../img/background.jpg);

}

.first_table .container{
    width: 100%;
  position: relative;
}

.header_table{
    position: relative;
    z-index: 0;
}

.blur_background {
  width: 99vw;
  height: 99vh;
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  z-index: 1;
  display: none;
}


.first_table .container .content{
  padding-top: 75px;
  height: 85vh;
  display: flex;
  flex-direction: column;
}

.no_padding{
  padding: 0;
}

.camera{
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  cursor: pointer;
}

.effect{
  display: none;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: rgba(0,0,0,0.5);
position: absolute;}

.blur_eff1,.blur_eff2,.blur_eff3,.blur_eff4{
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.5);
  position: absolute;}


/* .first_table .container .content,
.second_table .container .content {
    height: 100%;
} */

.first_table .container .content h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    width: 90%;
    text-transform: uppercase;
    margin: 1% auto;
}



table {
    width: 95%;
    border-spacing: 0;
    margin: 0 auto;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
  border-spacing: 10px;
}

table .title {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 18px;
}

table .pos_link {
    position: relative;
}

table .pos_link img {
    position: absolute;
    bottom: 3%;
    left: 1%;
    width: 25px;
    height: 25px;
}

.img_blur_table_first1{
  position: absolute;
  z-index: 3;
  top: 20%;
  left: 50%;
  display: none;
}

.img_blur_table_second1{
  position: absolute;
  z-index: 2;
  top: 20%;
  left: 20%;
  display: none;
}

.img_blur_table_second2{
  position: absolute;
  z-index: 2;
  top: 30%;
  left: 20%;
  display: none;
}

.img_blur_table_third1{
  position: absolute;
  z-index: 2;
  top: 30%;
  left: 50%;
  display: none;
}

.img_blur_table_fourth1{
  position: absolute;
  z-index: 2;
  top: 20%;
  left: 50%;
  display: none;
}

.img_blur_table_fourth2{
  position: absolute;
  z-index: 2;
  top: 20%;
  left: 20%;
  display: none;
}

td img{
  /*width: 10%;*/
}

td,
th {
    padding: 20px;
    width: 22%;
    height: 12%;
    background-color: #fff;
  box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
}

.colspan{
    width: 44.5%;
}


th {
    background-color: #7accee;
}

.table_nav{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.table_nav a{
  margin: 0 1%;
  width: 5%;
}

.table_nav a img{
  width: 100%;
}

#img {
    width: 30%;
    z-index: 1;
    position: absolute;
    left: 19%;
    top: 45%;
}

#img1 {
    width: 25%;
    z-index: 1;
    position: absolute;
    right: 31%;
    top: 52%;
}

#img2 {
    width: 30%;
    z-index: 1;
    position: absolute;
    right: 28%;
    top: 25%;
}

#img3 {
    width: 30%;
    z-index: 1;
    position: absolute;
    left: 19%;
    top: 33%;
}

#img4 {
    width: 30%;
    z-index: 1;
    position: absolute;
    right: 28%;
    top: 50%;
}

.first_table .container .marg{
    margin-top: 100px;
}

.single-item{
    z-index: 1;
}

.slick-prev:before {
    content: url('../img/arrow_l.svg') !important;
}

.slick-next:before {
    content: url('../img/arrow_r.svg') !important;
}

.slick-prev:before, .slick-next:before {
    color: black !important;
}
.slick-prev{
    left: 10px !important;
}

.slick-next{
right: 10px !important;
}

.slick-prev, .slick-next {
    width: 60px !important;
    height: 50px !important;
    z-index: 1;
    top: -10% !important;
}

.slick-prev:before, .slick-next:before {
    font-size: 50px !important;
    font-weight: bold;
    transition: .3s !important;
}
.slick-prev:before:hover, .slick-next:before:hover {
    opacity: 1 !important;
    transition: .3s !important;
}

.slick-dots {
  bottom: -160px !important;
}

.slick-dots li {
    width: 71px !important;
    height: 71px !important;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    transition: all .2s ease;
    background-image: url(../img/idea.png);
    outline: none;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    transition: all .2s ease;
    background-size: 95%;
}

.slick-dots li:nth-child(2) {
    background-image: url(../img/protection.png);
}

.slick-dots li:nth-child(3) {
    background-image: url(../img/weather.png);
}

.slick-dots li:nth-child(4) {
    background-image: url(../img/installation.png);
}

.slick-dots li:hover {
    background-image: url(../img/idea_hover.png);
    transition: all .2s ease;
}

.slick-dots li:hover:nth-child(2) {
    background-image: url(../img/protection_hover.png);
    transition: all .2s ease;
}

.slick-dots li:hover:nth-child(3) {
    background-image: url(../img/weather_hover.png);
    transition: all .2s ease;
}

.slick-dots li:hover:nth-child(4) {
    background-image: url(../img/installation_hover.png);
    transition: all .2s ease;
}

.slick-dots .slick-active {
    border: 3px solid #1D4999;
    background-image: url(../img/idea_hover.png);
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center;
    transition: all .2s ease;
}

.slick-dots .slick-active:nth-child(2) {
    background-image: url(../img/protection_hover.png);
}

.slick-dots .slick-active:nth-child(3) {
    background-image: url(../img/weather_hover.png);
}

.slick-dots .slick-active:nth-child(4) {
    background-image: url(../img/installation_hover.png);
}

.about_info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}
.about_info img{
width: 35px;
transform: rotate(90deg);
}



@media screen and (max-width:1681px) {
  .slider__toggle {
    width: 100px;
    height: 100px;
  }
  .img_blur_table_second1 {
    left: 15%;
  }
  .img_blur_table_second2 {
    left: 15%;
  }
  .img_blur_table_fourth2 {
    left: 15%;
  }

  .active_link_table_second1{
    padding-right: 70px !important;
  }
  td, th {
    width: 25%;
  }
  .colspan {
    width: 50%;
  }
    .active_link_table_first1{
        padding: 20px 46px 20px 0px;
    }
    .active_link_table_second2{
        padding: 20px 58px 20px 0px;
    }
}

@media screen and (max-width:1601px) {
    /* table {
        height: 78%;
    } */
  .slider__list {
    height: 500px;
  }

  td, th {
    padding: 10px ;
  }

  .first_table .container .content h2 {
    margin: 0% auto;
  }

  table .title {
    font-size: 16px;
  }



  .active_link_table_second2{
    padding: 10px 43px 10px 0px !important;
  }



  .img_blur_table_fourth2 {
    left: 15%;
  }
  .img_blur_table_second1 {
    left: 15%;
  }
  .img_blur_table_second2 {
    left: 15%;
  }
  .img_blur_table_first1 {
    left: 52%;}
  .img_blur_table_third1 {
    left: 52%;}
  .img_blur_table_fourth1 {
    left: 52%;
  }
  .blur_background {
    width: 100%;}
  .slick-dots {
    bottom: -110px !important;
  }
  td, th {
    width: 26%;
  }

    .slick-dotted.slick-slider {
        margin-bottom: 0;
    }

}

@media screen and (max-width:1441px) {
    table .title {

        font-size: 15px;
    }

    table .pos_link {
        padding-left: 44px;
    }

  .active_link_table_first1{
    padding-right: 60px !important;
  }

  .slider__toggles {
    margin: 2% 0 0 0;
  }

  .img_blur_table_first1,
  .img_blur_table_second1,
  .img_blur_table_second2,
  .img_blur_table_third1,
  .img_blur_table_fourth1,
  .img_blur_table_fourth2{
    width: 34%;
  }

}

@media screen and (max-width:1441px) {
.slider {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;

}

  .active_link_table_fourth2{
    padding-right: 60px !important;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 50px;
  }
  .slick-dots {
    bottom: -110px !important;
  }

  .no_padding img {
    width: 250px;
  }
  .img_blur_table_first1,
  .img_blur_table_second1,
  .img_blur_table_fourth1,
  .img_blur_table_fourth2{
    top: 25%;}

  .img_blur_table_second2,
  .img_blur_table_third1{
    top: 41%;}

  .img_blur_table_second1,
  .img_blur_table_second2,
  .img_blur_table_fourth2{
    left: 18%;
  }

}

@media screen and (max-width:1400px) {
  .slick-dotted.slick-slider {
    margin-bottom: 172px;
  }
  .img_blur_table_first1, .img_blur_table_second1, .img_blur_table_fourth1, .img_blur_table_fourth2 {
    top: 31%;
  }
  .img_blur_table_second2, .img_blur_table_third1 {
    top: 44%;
  }
}


@media screen and (max-width:1367px) {
    .no_padding img{
      width: 55%;
    }

    /* td,
    th {
        padding: 0px;
    } */

    /* table {
        height: 75%;
    } */

  .slider__toggle {
    width: 60px;
    height: 60px;
  }

  .slider__list {
    height: 80%;
  }

  .slick-dots {
    bottom: -70px !important;
  }

 .active_link_table_first1,
 .active_link_table_second1,
 .active_link_table_second1,
 .active_link_table_third1,
 .active_link_table_fourth1,
 .active_link_table_fourth2{
   padding-top:5px !important;
   padding-bottom:5px !important;
 }

  .slick-dotted.slick-slider {
    margin-top: -11px;
  }
  .img_blur_table_first1, .img_blur_table_second1, .img_blur_table_fourth1, .img_blur_table_fourth2 {
    top: 12%;
  }
  .img_blur_table_second2, .img_blur_table_third1 {
    top: 34%;
  }
    .slick-dots li {
        width: 50px !important;
        height: 50px !important;}
    .slick-prev {
        left: 0px !important;
    }
    .slick-next {
        right: 0px !important;
    }
.about_info{
    font-size: 12px;
    margin-top: -40px !important;
}

    .about_info img {
        width: 20px;}


}



@media screen and (max-width:1281px) {

    /* .second_table table {
        height: 96%;
    }

    table {
        height: 74%;
    } */


    .first_table .container .content h2 {
        margin: auto;
    }

    /* table {
        height: 72%;
    } */

    table .pos_link img {
        width: 20px;
        height: 20px;
    }

    .img_blur_table_first1, .img_blur_table_second1, .img_blur_table_fourth1, .img_blur_table_fourth2 {
        top: 24%;
    }
    .img_blur_table_second2, .img_blur_table_third1 {
        top: 41%;
    }

    .about_info{
        margin-top: -60px;
    }


}

@media (max-width:1281px) and (max-height:819px) {

  .no_padding img {
    width: 90%;
  }
  .img_blur_table_first1{
    top: 29%;
  }
  .img_blur_table_second2 {
    top: 49%;
  }
  .img_blur_table_third1 {
    top: 46%;
  }
   .img_blur_table_second1, .img_blur_table_fourth1, .img_blur_table_fourth2 {
    top: 33%;
  }
}
@media (max-width:1281px) and (max-height:690px) {
    .no_padding img {
        width: 65%;
    }
    .img_blur_table_first1{
        top: 18%;
    }
    .img_blur_table_second1{
        top: 22%;
    }
    .img_blur_table_second2 {
        top: 41%;
    }
    .img_blur_table_third1 {
        top: 38%;
    }
    .img_blur_table_fourth1, .img_blur_table_fourth2 {
        top: 16%;
    }
}

@media (max-width:1281px) and (max-height:658px) {
  .no_padding img {
    width: 48%;
  }
    .img_blur_table_first1{
        top: 10%;
    }
    .img_blur_table_second1{
        top: 16%;
    }
    .img_blur_table_second2 {
        top: 36%;
    }
    .img_blur_table_third1 {
        top: 32%;
    }
    .img_blur_table_fourth1, .img_blur_table_fourth2 {
        top: 10%;
    }
}
@media (max-width:1281px) and (max-height:578px) {
  .first_table .container .content h2 {
    font-size: 20px;
  }

  .slider__list {
    height: 75%;
  }
  table{
    font-size: 12px;
  }
}

@media (max-width:1281px) and (max-height:458px) {
  .active_link_table_first1,
  .active_link_table_second1,
  .active_link_table_second2,
  .active_link_table_third1,
  .active_link_table_fourth1,
  .active_link_table_fourth2{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  table .title {
    font-size: 12px;
  }
  td, th {
    padding: 1px;
  }
  .first_table .container .content {
    padding-top: 40px;
  }
  .first_table .container .content h2 {
    font-size: 18px;
  }
  table {
    border-spacing: 5px;
  }
  .slider__toggles {
    margin: 1% 0 0 0;
  }
}
@media (max-width:1281px) and (max-height:458px) {
  .active_link_table_third1 {
    padding-right: 60px !important;
  }
}

@media screen and (max-width:1025px) {
  table .title {
    font-size: 12px;
  }

  table {
    font-size: 12px;
  }

  .no_padding img {
    width: 100%;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 55%;
  }

    .slider {
        justify-content: center;
    }

    .slick-dotted.slick-slider {
        margin-top: 0px;
    }
    .img_blur_table_first1, .img_blur_table_second1, .img_blur_table_fourth1, .img_blur_table_fourth2 {
        top: 41%;
    }
    .img_blur_table_second2, .img_blur_table_third1 {
        top: 51%;
    }

    .slick-prev, .slick-next {
        width: 40px !important;
        height: 40px !important;
        z-index: 1;
        top: 36% !important;
    }
    .blur_background {
        top: -20px;
    }

}

@media (max-width: 769px) and (max-height:1025px) {

    table .title {
        font-size: 12px;
    }

    table {
        font-size: 12px;
    }
    .img_blur_table_first1, .img_blur_table_second1, .img_blur_table_fourth1, .img_blur_table_fourth2 {
        top: 45%;
    }
    .img_blur_table_second2, .img_blur_table_third1 {
        top: 57%;
    }
    .slick-prev, .slick-next {
        width: 30px !important;
        height: 30px !important;
        z-index: 1;
        top: 50% !important;
    }

}


@media screen and (max-height:813px) {


    table .pos_link {
        padding-left: 0px;
    }

}

@media screen and (max-width:601px) {
     td,
    th {
        padding: 0px;
    }

    table .pos_link {
        padding-left: 13px;
    }

    table .title {
        font-size: 10px;
    }

    table {
        font-size: 10px;
    }

    table .pos_link img {
        width: 15px;
        height: 15px;
    }
}


@media screen and (max-width:361px) {
    table {
        font-size: 9px;
    }
}


@media screen and (max-width:451px) {
  table {
    width: 100%;
    border-spacing: 5px;
  }
  .active_link_table_first1 {
     padding:0 60px 0 0 !important;
  }
  .connection .container .content .main {
    width: 95%;
  }
  .connection .container .content {
    padding-top: 50px;
  }
  .connection .container .content .main p span {
    font-size: 14px !important;
  }
  .connection .container .content .main .download a {
    font-size: 14px;
  }
  .connection .container .content .main p {
    font-size: 12px;
  }
  .connection .container .content .main p {
    margin: 1% 0 0 0;
  }
  .connection .container .content .main .download {
    margin-top: 2%;
  }
  .connection .container .content .image img {
    width: 100%;
  }

  .contacts .container .content .main {
    width: 95%;
  }
  .contacts .container .content .main h2 {
    font-size: 18px;
    padding-bottom: 20px;
  }
  .contacts .container .content .main .adress .pos span, .contacts .container .content .main .adress1 .pos span, .contacts .container .content .main .contact .pos span {
    font-size: 16px !important;
  }
  .contacts .container .content .main .adress, .contacts .container .content .main .adress1, .contacts .container .content .main .contact {
    margin-top: -16px;
  }

    .active_link_table_second1,.active_link_table_first1,.active_link_table_second2,.active_link_table_third1,.active_link_table_fourth1,.active_link_table_fourth2 {
        padding: 0  !important;
    }
    .slick-prev:before, .slick-next:before {
        font-size: 0 !important;}
    .slick-slide img {
        display: none;
    }
    .blur_background {
        top: 0;
    }
}
