/*standarts begin*/
.standarts-blocks {
    padding-bottom: 40px;
  }
  
  .standarts {
    position: relative;
    padding-top: 33px;
    padding-bottom: 33px;
    margin-top: 27px;
  }
  
  @media(min-width: 992px) {
    .standarts {
      margin-top: 80px;
    }
  }
  
  .standarts:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    border: 3px solid #c7c8ca;
  }
  
  .icon-block {
    width: 200px;
    position: relative;
    left: auto;
    top: auto;
    background-color: #00aeef;
    transform: none;
    padding: 20px 0;
    margin: 0 auto;
  }
  
  @media(min-width: 992px) {
    .icon-block {
      width: 290px;
      position: absolute;
      left: 0;
      top: 50%;
      background-color: transparent;
      transform: translateY(-50%);
      padding: 0;
      margin: 0;
    }
  }
  
  .standarts:nth-child(2n) .icon-block {
    left: auto;
    right: auto;
  }
  
  @media(min-width: 992px) {
    .standarts:nth-child(2n) .icon-block {
      right: 0;
    }
  }
  
  .icon-block img {
    position: relative;
    top: auto;
    transform: none;
    margin: 0 auto;
  }
  
  @media(min-width: 992px) {
    .icon-block img {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
    }
  }
  
  .figure {
    left: 0;
  }
  
  .standarts-icon {
    z-index: 1000;
    height: 150px;
    left: auto;
  }
  
  .standarts:nth-child(2n) .standarts-icon {
    left: auto;
    right: auto;
  }
  
  @media(min-width: 992px) {
    .standarts-icon {
      left: 81px;
    }
    .standarts:nth-child(2n) .standarts-icon {
      right: 81px;
    }
  }
  
  .standarts-text {
    padding-left: 0;
  }
  
  .standarts:nth-child(2n) .standarts-text {
    padding-left: 0;
    padding-right: 0;
  }
  
  .figure {
    display: none;
  }
  
  @media(min-width: 992px) {
    .standarts-text {
      padding-left: 270px;
    }
    .standarts:nth-child(2n) .standarts-text {
      padding-right: 270px;
    }
    .figure {
      display: block;
    }
  }
  /*standarts end*/

  /*questions begin*/
.question {
    border-bottom: 1px solid rgba(0,0,0,0.2);
    padding: 25px 0 34px;
  }
  
  .question:last-child {
    border-bottom: 0;
  }
  
  .question p {
    margin-top: 12px;
  }
  /*questions end*/


 .timer-section {
     background: rgb(255, 186, 0);
}
 .timer-block {
     display: flex;
     justify-content: space-between;
     align-items: center;
     flex-wrap: wrap;
}
 .timer div p {
     text-transform: uppercase;
     font-weight: 300;
     font-size: 15px;
     margin-top: 8px;
}
 .timer div {
     display: flex;
     flex-direction: column;
     align-items: center;
     margin-left: 20px;
}
 .timer {
     display: flex;
     justify-content: center;
     flex-wrap: wrap;
}
 .timer span {
     display: flex;
     justify-content: center;
     align-items: center;
     height: 80px;
     width: 80px;
     font-size: 28px;
     font-weight: 400;
     background: #222;
     color: #fff;
     padding: 10px;
     border-radius: 50%;
	 box-shadow:1px 3px 9px #ccc;
	 border:3px solid #fff;
}


@media screen and (max-width: 1260px){
   .timer div {margin-left: 10px;}
    .your-price .new-price {
		font-size:45px !important;
	}
}

@media screen and (max-width: 992px){
   .timer-block {flex-direction: column;}
}


@media screen and (max-width: 510px){
  .timer div p {font-size: 13px;}
  .timer span {width: 60px; height: 60px;}


}

@media screen and (max-width: 450px){ 
  .timer {margin: 0 auto;display: flex;justify-content: space-between;}
  .timer span {height: 60px; width: 60px;}
  .timer div {margin-left: 0;}
  .timer-container {width: 80% !important; margin: 0 auto !important;}

}


@media screen and (max-width: 385px){ 
  .timer-container {width: 100%;}

}
