*{
  padding: 0;
  margin: 0 auto;
  text-align: center;
  
}

document{
  transition-property: all;
  transition-duration: 1s;
}


.row{
/*  outline: 1px solid green;*/
  max-width: 1500px;
  width: 100%;
}
.clearFix{
  clear: both;
}
.hidden{
  display: none;
}

a{
  text-decoration: none;
  color: inherit;
}


.scroll_icon{
  position: absolute;
  height: 45px;
  width: 30px;
  border: 1px solid rgba(214,214,216,0.9);
  bottom: 38px;
  left: 0;
  right: 0;
  z-index: 10;
  border-radius: 15px;
}

.scroll_icon div{
  width: 5px;
 height: 5px;
border-radius: 5px;
 margin-top: 10px;
  background: #fff;
   animation: scroll_div 2s ease infinite;
  animation-iteration-count: infinite;
}

.scroll_main{
  width: 400px;
  height: 400px;
  /*! border: 1px solid #fff; */
  border-radius: 500px;
  position: fixed;
  z-index: 30; 
  top: 0px;
  right: -330px;
  margin: auto;
  bottom: 0px; 
  background: rgba(76,76,76,0.33);
  overflow: hidden;
  transition-property: all;
  transition-duration: 0.3s;
}

.scroll_main>div{
  width: 100%;
  height: 100%;
  /*! background: rgba(76,76,76,0.33); */
  position: absolute;top: 0;
  left: 0;
    border-radius: 500px;
  z-index: -1;
}

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

  .scroll_main{display: none;}
}

.scroll_main ul{
  height: 100%;
  display: flex;
  align-items: center;
  flex-flow:  column;
  justify-content: center;
  padding-left: 8px;
}

.scroll_main li{
  width: 4.25px;
  height: 4.24px;
  list-style: none;
  background: #d7d8d8;
  margin: 12px 0;
  border-radius: 50%;
  transition: 200ms linear;
}

.scroll_main li.active{
  width: 7.4px;
  height: 7.4px;
  background: #009dbd;
}

.scroll_main li:hover{
  transform: scale(2.2);
  background: #fff;
}
.scroll_main li.active:hover {
  transform: scale(1);
   background: #009dbd;
}
.scroll_main li:nth-of-type(2){ margin-left: -25px;}

.scroll_main li:nth-of-type(3){ margin-left: -35px;}
.scroll_main li:nth-of-type(4){ margin-left: -35px;}
.scroll_main li:nth-of-type(5){ margin-left: -25px;}
/*.scroll_main li:last-child {
  display: none;
}*/
.scroll_main>ul{
  /*! outline: 1px solid red; */
  width: 40px;
  height: 100%;
  margin:auto 10px;
}


/**************
prelouder
************/

#prelouder1{
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  width: 100vw;
  height: 100vh;
}


#prelouder1 .op{
  position: absolute;
  z-index: 1;
   top: 0;
  left: 0;
  right: 0; 
  bottom: 0;
  background: #b61316;
  opacity: 1;
  transition-duration: 1s;
  transition-property: all;
  width: 100%;
  height: 100%;
  margin: 0;
}


#prelouder1 .content{
  position: relative;
  z-index: 2;
  height: 438px;
  font-family: 'Exo 2';
  width: 584px;
}

#prelouder1 .content img{
  width: 564px;
  opacity: 0;
  animation: margin_top 1s ease-in-out 0s alternate, move 5s linear 2s;
  animation-iteration-count:1;
  /*animation-delay: 1.5s;*/
  animation-fill-mode: forwards;
}

#prelouder1 p{
   animation: margin_left 1s ease-in-out 0s alternate, move 5s linear 2s;
  animation-iteration-count:1;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

#prelouder1 .content p:nth-last-child(2){
  color: #fff;
  font-family: 'Exo 2';
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  font-size: 36px;
    line-height: 42px;
  padding: 20px 0 5px 0;
    z-index: 2;
  position: relative;
  
}

#prelouder1 .content p:nth-last-child(1){
   color: #fff;
    font-size: 19px;
    line-height: 24px;
  font-weight: 200;
    font-family: 'Exo 2';
   text-transform: uppercase;
  padding: 0px 0 20px 0;
    z-index: 2;
  position: relative;
}





#cursor1{
  position: absolute;
  width: 10px;
  height: 10px;
  border: 1px solid #b61316;
  border-radius: 1000px;
  top: 0;
  left: 0;
  z-index: 99999;
   transition-property: all;
  /*transition-duration: 0.8s;
  transition-delay: 0.1s;*/
   pointer-events:none;
   display: none;  
}

#cursor2{
  position: absolute;
  width: 4px;
  height: 4px;
  background:  #b61316;
  border-radius: 1000px;
  top: 0;
  left: 0;
  z-index: 99999;
  /*transition-property: all;
  transition-duration: 0.5s;*/
  pointer-events:none;  
   display: none;  
}

@media only screen and (max-width: 525px){
  #prelouder1 .content img {
    width: 60%;
  }
  #prelouder1 .content p:nth-last-child(2) {
    text-align: center;
     font-size: 24px;
    line-height: 30px;
  }
  #prelouder1 .content p:nth-last-child(1) {
    font-size: 16px;
    line-height: 20px;
  }
}


.table-lizing {
width:100%;
border-collapse: collapse;	
}

.table-lizing tr td {
border:1px solid #c4c4c4;
padding:5px;	
}

.table-lizing tr th {
border:1px solid #c4c4c4;
color: #fff;
background: #009cbd;
padding:5px;
text-align:center;	
}

/* show-thanks-popup */
body.show-thanks-popup > * {filter: blur(5px);}
.show-thanks-popup .popup-thanks {pointer-events: auto; opacity: 1;}
.popup-thanks {
  position: fixed; top: 0; left: 0; bottom: 0; right: 0; width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center; z-index: 9999;
  background: rgba(6,6,10,.4); filter: none !important; pointer-events: none; opacity: 0;
  visibility: hidden; transition: visibility 0s linear 1s,opacity 0.5s linear; overflow: auto;
}

.popup-thanks__content {background: #fff; width: 98%; margin: auto; max-width: 736px; box-shadow: 0 6px 16px rgba(0,0,0,.13); border-bottom: 60px solid #000; padding: 30px; position: relative;}
.popup-thanks__content::before {content: ''; display: block; border-left: 1px solid #b61316; position: absolute; top: 0; left: 25px; bottom: 50px;}
.popup-thanks__content::after {content: ''; display: block; border-left: 1px solid #b61316; position: absolute; top: 50px; right: 25px; bottom: 50px;}
.popup-thanks__head {padding: 30px 0 40px; margin: 0 auto; max-width: 400px; padding-left: 50px;}
.popup-thanks__title {color: #d7d7d8; text-transform: uppercase; font-size: 75px; line-height: 1; font-weight: 700; margin-bottom: 10px;}
.popup-thanks__subtitle {text-transform: uppercase; font-weight: 700; color: #000; font-size: 18px;}
.popup-thanks__text {padding: 0 45px 50px; font-size: 14px; text-align: left;}
.popup-thanks__btn-wrap {text-align: center;}
.popup-thanks__btn-wrap::before {content: ''; display: block; border-top: 1px solid #b61316; position: absolute; left: 25px; right: 25px; bottom: 50px;}
.popup-thanks__btn {background: #fff; padding: 0 15px; display: inline-block; max-width: 312px; width: 100%; position: relative;}
.popup-thanks__btn .btn {background: #b61316; color: #fff; text-decoration: none; display: flex; text-align: center; border-radius: 20px; align-items: center; justify-content: center; padding: 0 15px; height: 40px; font-size: 14px;}
.popup-thanks__btn .btn:hover {color: #fff; background: #9f1013;}
.popup-thanks__close {position: absolute; top: 4px; right: 17px; border: none; background: none; box-shadow: none; padding: 0; font-size: 30px;}

#thanksPopup.fixed_forms .callback_popup h4 {max-width: 650px;}
#thanksPopup.fixed_forms .callback_popup ul {margin-top: 30px;}
#thanksPopup.fixed_forms .red_line_form {max-height: calc(100% - 80px) !important; /*bottom: 80px !important;*/}

@media (max-width: 767px) {
  .popup-thanks__text {padding-left: 25px; padding-right: 25px;}
  .popup-thanks__head {padding-left: 15px; padding-right: 15px;}
  .popup-thanks__title {font-size: 60px;}
}

img {
max-width: 100%;
height: auto;
}

.table-ogs {
width:100%;
border-collapse: collapse;
}

.table-ogs tr th {
padding: 15px;
background: #000;
color: #fff;
border: 1px solid #000;
}

.table-ogs tr td {
padding:10px;
border: 1px solid #d4d4d4;
}

.flex-catalog {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
flex-direction: row;
}

.flex-catalog:after {
content: "";
flex: 0 0 24%;
max-width: 24%;
}

.flex-catalog > div {
text-align: center;
width: 24%;
padding: 7px;
}

.flex-catalog-2 {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
margin-top: 40px;
}

.flex-catalog-2 > div {
width: 50%;
text-align: end;
}

.flex-catalog-3 {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
margin-top: 40px;
}

.flex-catalog-3 > div {
width: 50%;
}

@media (max-width: 1200px) {

.flex-catalog > div {
width: 33%;
}

}

@media (max-width: 767px) {

.flex-catalog > div {
width: 100%;
}  

.flex-catalog p {
text-align: center;
}

.flex-catalog-2 {
flex-direction: column-reverse;
}

.flex-catalog-2, .flex-catalog-3 {
justify-content: center;
}

.flex-catalog-2 > div:first-child {
width: 100%;
}

.flex-catalog-3 > div:last-child {
width: 100%;
}

.product_description h3 {
text-align: center;
}
    
}    
















