@import "variables.less";

.get-call-block {
  height: 570px;
  width: 100%;
  background-image: url("../images/call-block-bg.png"), url("../images/main-background-dots.png");
  background-repeat: no-repeat;
  background-size: cover;  
  color: @white-color;
  text-align: center;
  padding-top: 75px;
  box-sizing: border-box;
  
  h3 {
    font-family: Oswald;
    font-size: 135px;
    font-weight: bold;
    line-height: 200px;
    position: relative;
    
    span {      
    	color: @orange-color;
    }
    
    &:after {
      content: "Заказать Звонок";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      transform: rotateX(180deg);
      transform-origin: bottom;
      line-height: 1.09em;
      opacity: 0.1;
      width: 100%;
      text-align: center;
      pointer-events: none;
    }
  }
  
  .get-call-description {
    font-size: 28px;
    line-height: 32px;
    margin: 25px 0;
  }
  
  .form {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
    justify-content: center;
    
    & > * {
      margin-right: 30px;
      
      &:last-child {
        margin-right: 0;
      }
    }
  }
  
  .checkbox-item {
    justify-content: center;
  }
}