body {
    font-family: 'Open Sans', sans-serif;
    box-sizing: border-box;
    font-size: 14px;
    max-width: 1920px;
    width: 100%;
    box-sizing: border-box;
    color: #333333;
    margin: 0;padding: 0;
}

a {
    text-decoration: none;
}

.container {
    max-width: 1307px;
    margin: 0 auto;
    padding: 0px 10px;
}

header {
    padding-top: 20px;
    padding-bottom: 25px;
}

.header__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo__wrapper,
.header__left {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo__img {
    max-width: 142px;
    min-width: 60px;
    height: auto;
    padding-right: 24px;
}

.logo__img img {
    width: 100%;
    animation: bouncing 1s cubic-bezier(.1, .25, .1, 1) 1s infinite;
    color: transparent;
    cursor: pointer;
    position: relative;

}

.logo__text {
    max-width: 220px;
    color: #0096dc;

}

.call {
    display: flex;
    align-items: center;
    /* height: 60px; */
    background-image: url(/img/title/pinsil.png);
    background-repeat: no-repeat;
    background-size: inherit;
    background-position: left 15px center;
    border-radius: 10px;
    border: solid 2px #55a831;
}

.call a {
    font-weight: bold;
    color: #55a831;
    font-size: 14px;
    line-height: 15px;
    vertical-align: baseline;
    text-align: left;
    padding: 8px 20px 5px 50px;
}

.time__wrapper {
    position: relative;
    background-image: url(/img/title/clock.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 45px;
}

.open__times {
    font-size: 14px;
    padding-bottom: 10px;
}

.time {
    font-size: 18px;
    font-weight: 600;

}

.calling a:first-child {
    position: relative;
    display: block;
    font-size: 23px;
    font-weight: 600;
    color: #333333;
    text-align: right;
    padding-bottom: 5px;
}

.calling__text {
    text-decoration: none;
    font-size: 15px;
    color: #0089cc;
    text-align: right;

}

.section__title {
    background-image: url(/img/title/bg-1.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

h1 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.85;
    padding-top: 120px;
    padding-bottom: 35px;
}

h2 {
    font-size: 55px;
    font-weight: 700;
    padding-bottom: 135px

}
.title__advantages-wrapper{
    display: flex;
    padding-bottom: 140px;
}
.title__advantages-item{
    position: relative;
    border: solid 1px #ffffff;
    border-radius: 50%;
    background-color: #0d8fe3;
    width: 120px;
    height: 120px;
    text-align: center;
    margin-right: 20px;

}
.title__advantages-img {
    position: absolute;
   bottom: 77%;
    left: 33%;
}
.quality__img{
left: 28%;
bottom: 69%;
}
.time__img{
    left: 25%;
    bottom: 68%;
}
.tablinks {
    margin: 0 auto;
    max-width: 140px;
    cursor: pointer;
    
}
.tablinks  {
    color: #249ae6;
    text-decoration: underline;
}
.tablinks.active{
    color: #333;
    text-decoration: none;
}
.title__advantages-text{
    position: absolute;
    top: 45%;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
}
.title__text{
    padding-top: 80px;
    text-transform: uppercase;
    /*  */
font-size: 30px;
font-weight: bold;
text-align: center;
line-height: 1.6;
color: #333333;
position: relative;
}
.line{
    display: flex;
       margin: 0 auto;
    max-width: 170px;
    padding-bottom: 50px;
}
.glazing{
    padding-bottom: 150px;
}
.tab__glazing{
     text-align: center;
    display: flex;
    padding-bottom: 40px;
}

.tabcontent__wrapper{
    display: flex;
   justify-content: space-between;
    width: 100%;
    
}
.cold, .warm{
    width: 50%;
    text-align: center;
   
    border-radius: 3px;
}
.cold:before{
    content: '';
    position: absolute;
      width: 0;
height: 0;
border-style: solid;
border-width: 8px 8px 0 8px;
border-color: #0d8fe3 transparent transparent transparent;
}
.warm {
    position: relative;
    border-top: 5px solid #ffb903;
    background-image: linear-gradient(to bottom, rgba(255, 185, 3, .1), #ffffff);
}
.warm::before{
    content: '';
    position: absolute;
      width: 0;
height: 0;
border-style: solid;
border-width: 8px 8px 0 8px;
border-color: #ffb803 transparent transparent transparent;
}

.green{
    border-top: 5px solid green;
    background-image: linear-gradient(to bottom, rgba(255, 185, 3, .1), #ffffff);
}
.blueviolet{
    border-top: 5px solid blueviolet;
    background-image: linear-gradient(to bottom, rgba(255, 185, 3, .1), #ffffff);
}
.red{
    border-top: 5px solid red;
    background-image: linear-gradient(to bottom, rgba(255, 185, 3, .1), #ffffff);
}
.lime{
    border-top: 5px solid lime;
    background-image: linear-gradient(to bottom, rgba(255, 185, 3, .1), #ffffff);
}
.cold{
    border-top: 5px solid #0d8fe3;
    background-image: linear-gradient(to bottom, rgba(13, 143, 227, .1), #ffffff);
}
.cold__title{
  font-size: 20px;
  font-weight: bold;
  line-height: 2.4;
  text-align: center;
  color: #0d8fe3;

}
.warm__title{
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    line-height: 2.4;
    text-align: center;
    color: #ffb903;
 
 
}
.cold__img img{
     max-width: 100%;
    
}

.checked__list{
    margin: 0 auto;
    max-width: 415px;
    /* width: 50%; */
   list-style: none;
   text-align: left;
   padding-top: 37px;
}
.checked__list li{
    font-size: 14px;
  width: 100%;
    line-height: 35px;
    text-align: left;
    color: #000000;
 position: relative;
    text-outline: 15px;
    padding-left: 35px;

}
.checked__list li::before{
/* margin-left: 15px; */
content: url(/img/glazing/checked.png);

position: absolute;
left: 0;
top: 5px;
}
.order__wrapper{
    padding-top: 50px;
    /* padding-left: 60px; */
    padding-bottom: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.order__price{
    font-size: 20px;
    font-weight: bold;
    color: #000;
    padding-bottom: 15px;
 }
 .order__text{
     font-size: 14px;
     color: #000;
 }
 .calc{
     text-transform: uppercase;
   font-weight: bold;
   font-size: 15px;
     color: #000;
    padding: 15px;
     height: 65px;
     background-image: linear-gradient(to top, #ffed26, #ffb400);
     border-radius: 10px;
    
 }
.calc:hover{
     /* background-color: #fff; */
     background-image: linear-gradient(to top, #ffed26, #ffb400);
 }
 .calc__container{
     max-width: 466px;
     margin: 0 auto;
 }
.finish{
    background-color: #f7f7f7;
    margin: 0 auto;




}
.tab__finish{
    display: flex;
 
}
/* Style the tab */
.tab__balkony {
    display: flex;
    overflow: hidden;
    justify-content: center;

 
  }

  
  /* Style the buttons inside the tab */
  .tab__balkony a {
    background-color: inherit;
    text-align: center;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
     padding: 30px 16px;
    transition: 0.3s;
    font-size: 20px;
    text-decoration: underline dotted;
    font-weight: 600;
  }
  
  /* Change background color of buttons on hover */
  .tab__balkony a:hover {
    background-color: #ddd;
  }
  
  /* Create an active/current tablink class */
  .tab__balkony a.active__b {
      position: relative;
          font-size: 20px;
      font-weight: 600;
        text-align: center;
       
      color: #0085db;
          text-decoration: none;
        
  }
  a .tablinks__finish .active__b{
      position: relative;
  }
  a .tablinks__finish .active__b:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
height: 0;
border-style: solid;
border-width: 16px 8px 0 8px;
border-color: #ffb803 transparent transparent transparent;
}

  .tab__balkony a.active__b::before{
       content: '';
      width: 100%;
      height: 10px;
      background-color:#0d8fe3;
      top: 0px;
      left: 0px;
      position: absolute;
      transition: ease-in 5;
               }
.tab__balkony a.active__b::after {
content: '';
position: absolute;

top: 10px;
left: 48%;
width: 0;
height: 0;
border-style: solid;
border-width: 10px 8px 0 8px;
border-color: #0085db transparent transparent transparent;
}     

  /* Style the tab content */
  .tabcontent__finish {
    display: none;
    padding: 6px 12px;
  
    border-top: none;
  }
  .balkony__main-wrapper{ 

display: flex;
   flex-direction: column;
  
  }
  .balkony__wrapper{
    display: flex;
    justify-content: center;
  }
  .balcony__left img  {
      width: 100%;
      min-width: 120px;
    
  }

  .balcony__right{
      padding-top: 50px;
      max-width: 500px;
      display: flex;
      justify-content: l;
      flex-wrap: wrap;
  }
  .material__wrapper{
      /* padding-left: 65px; */
    
  }
  .material__img{
      cursor: pointer;
      text-align: center;
      width: 120px;
      margin: 15px;
      margin-top: 0;


  }
  .material__img a{

color: #0085db;
  }
  .material__img img {

    
      height: auto;
  }
  .material__tile{
color: #000000;
font-size: 14px;
font-weight: 600;
line-height: 1.2;
padding-top: 10px;
padding-bottom: 10px;
}
.material__price{
    font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
   color: #0d8fe3;
}
.material__text{
    font-size: 12px;
       line-height: 1.33;
      color: #000000;
}
.a.tablinks__finish{
    text-align: center;
}

.tablinks__finish .active__b{
    background-color: #fff;
    color: red;
}

.gallery__wrapper{
      display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.gallery__item{
    max-width: 270px;
    width: 100%;
    height: auto;
    margin: 15px;
    position: relative;
}
.gallery__img{
    width: 100%;
    position: relative;
    height: auto;
}
/* .gallery__item::before{
    content: url(/img/gallery/zoom.png);
    position: absolute;
        top: 45%;
    left:45%;


z-index: 15;
} */
.gallery__img:hover{
  transform: scale(1.5);
  transition: cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s;
 
  z-index: 5;
}
.guaranties{
    background-image: linear-gradient(to top, #0084cc, #2db7f8);   
}
.guaranties__title{
    padding-top: 80px;
    text-transform: uppercase;

font-size: 30px;
font-weight: bold;
text-align: center;
line-height: 1.6;
color: #fff;
position: relative;
}
.line__white{
    display: flex;
       margin: 0 auto;
    max-width: 170px;
    padding-bottom: 50px;
}
.guaranties__items-wrapper{
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 900px;
    padding-bottom: 60px;
}
.guaranties__item{
    text-align: center;
    padding: 20px;
    max-width: 200px;
    width: 100%;
}
.guaranties__text{
    padding-top: 32px;
    line-height: 1.3;
    font-size: 18px;
    font-weight: 600;
     color: #ffffff;
}
.payment__items-wrapper{
    padding-top: 60px;
    padding-bottom: 80px;
    text-align: center;
display: flex;
justify-content: space-around;
margin: 0 auto;
max-width: 1130px;
width: 100%;
}
.payment__item{
    display: flex;
    align-items: center;


}
.payment__img{
    padding-right: 30px;
}
.payment__text{
    padding-left: 0;
    text-align: left;
}
.stock{
    background-image: url(../img/payment/man-with-tool-belt.webp);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 90px;
}
.stock__title{
    padding-top: 80px;
    padding-bottom: 80px;
      font-size: 48px;
    font-weight: bold;
       line-height: 1;
    text-align: left;
    color: #008cce;
}
.stock__text{
    max-width: 400px;
    width: 100%;
       font-size: 24px;
        line-height: 1.67;
    text-align: left;
    color: #000000;
 padding-bottom: 90px;
}
.eTimer{
  border-radius: 6px;
  font-family: 'Open Sans', sans-serif;


}
.eTimer .etTitle{
    font-family: 'Open Sans', sans-serif;
    font-size: 114px;

}
.adress__wrapper{
    display: flex;
    position: relative;
    justify-content: center;
}
.map{
   padding-right: 65px;
   width: 50%;
 }
 iframe{ 
    width: 100%;
    /* height: 100%; */
 }
 .adress{
     max-width: 425px;
     width: 50%;
 }
 .text__blue{
     font-size: 15px;
     font-weight: 600;
     line-height: 3.2;
     color: #008cce;
 }
 .text__black{
     font-size: 18px;
     font-weight: 600;
     line-height: 1.44;

 }
 .text__black a{
     text-decoration: underline;
     color: #000;
 }
.callback{
    background-color: #00a0eb;
}
 .callback__wrapper{
     display: flex;
     padding-top: 84px;
     padding-bottom: 86px;
text-align: center;
justify-content: center;
 }
 .callback__text{
     font-size: 30px;
     color: #fff;
 }
 .callback__link a{
padding-left: 40px;
font-weight: 600;
font-size: 30px;
text-decoration: underline;
color: #fff;
 }
 .footer .container{
     display: flex;
margin: 0 auto;
justify-content: space-between;
align-items: center;
padding-top: 34px;
padding-bottom: 37px;
 }
 .footer__left{
     max-width: 180px;
     width: 100%;
     font-size: 15px;
     color: #000;
      }
      .footer__right{
          display: flex;
          flex-direction: column;
      }
      .footer__right a{
          text-decoration: underline;
          color: #0090d5;
          font-size: 15px;
          text-align: right;
        padding-top: 11px;
        }
      .footer__right a:first-child {
          color: #333333;
          font-size: 18px;
          font-weight: bold;
      }
     .triangle{
        width: 0; 
        height: 0;
        border-left: 50px solid transparent;
        border-right: 50px solid transparent;
        border-top: 100px solid #79849B;
     }
   .eTimer .etUnit .etNumber{
       border-radius: 6px;
  
   }
   .etNumber{
       border-radius: 6px;
   }