@import "variables.less";

.fields-container {
  dd:not(:first-child) {
    display: none;
  }
}

.blogrent-page {
  position: relative;
      
  &:after {
    display: block;
    content: " ";
    top: 400px;
    right: 0;
    position: absolute;
    background: #FF5912;
    box-shadow: 0px 0px 160px 120px #FF5912;
    z-index: 1;
  }

  &:before {
    display: block;
    content: " ";
    top: 1250px;
    left: 90px;
    position: absolute;
    background: #FF5912;
    box-shadow: 0px 0px 130px 120px #FF5912;
    z-index: 1;
  }   
}

.rent-block {
  position: relative;
  padding-top: 75px;  
  height: 886px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
      
  &:after {
    display: block;
    content: " ";
    top: 400px;
    left: 500px;
    position: absolute;
    background: #FF5912;
    box-shadow: 0px 0px 160px 120px #FF5912;
    z-index: 1;
  }
  
  h3 {    
    font-family: Oswald;
    font-size: 115px;
    font-weight: bold;
    line-height: 170px;
    text-transform: uppercase;
    margin-bottom: 25px;
    width: 100%;

    span {
      color: @orange-color;
    }    
  }
  
  .image-container {
    width: 1130px;
    height: 591px;
    position: relative;
    z-index: 2;
  }
  
  .content {
    width: 570px;
    height: 591px;
    margin-left: 30px;
    position: relative;
    
    .get-call-button {
      display: block;
      position: absolute;
      width: 300px;
      height: 300px;
      cursor: pointer;
      bottom: 0;
      
      img {
        width: 300px;
        height: 300px;
      }
      
      &:before {
        content: " ";
        display: block;
        border-radius: 50%;
        position: absolute;
        width: 100px;
        height: 100px;        
        top: calc(50% - 50px);
        left: calc(50% - 50px);      
      }
      
      img:first-child {
      	position: absolute;
        top: 0;
        left: 0;
      }
      
      svg {
      	position: absolute;
        width: 76px;
        height: 76px;
        top: calc(50% - 38px);
        left: calc(50% - 38px);   
      	transition: @defaultTransitionProps; 
        
        path {
          fill: @black-color;
        }        
      }
      
      &:hover {
        
        &:before {
          background: @orange-color;
          box-shadow: 0px 0px 45px 50px @orange-color;
        }
        
        
        svg {
          transform: rotate(-45deg);     
          transition: @defaultTransitionProps;  
        }
      }
    }      
    
    div {
      font-family: Arial;
      font-size: 22px;
      font-weight: 400;
      line-height: 25px;
      letter-spacing: 0em;
      text-align: left;
      margin-bottom: 25px;
      
      &.bold-text {
        font-weight: bold;
      }
    }
  }
}

.materials-info-block {
  padding-top: 75px;  
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 670px;
  position: relative;
      
  &:after {
    display: block;
    content: " ";
    top: 400px;
    right: 900px;
    position: absolute;
    background: #FF5912;
    box-shadow: 0px 0px 160px 120px #FF5912;
    z-index: 1;
  }
  
  h3 {    
    font-family: Oswald;
    font-size: 115px;
    font-weight: bold;
    line-height: 170px;
    text-transform: uppercase;
    margin-bottom: 25px;
    width: 100%;

    span {
      color: @orange-color;
    }    
  }
  
  .list {
    width: 570px;
    margin-right: 30px;
  }
  
  .image-block {
    width: 1130px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    
    img {
      height: 330px;
    }
  }
}

.why-we-are-block {
  height: 895px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-top: 75px;
  position: relative;
      
  &:after {
    display: block;
    content: " ";
    top: 400px;
    right: 0;
    position: absolute;
    background: #FF5912;
    box-shadow: 0px 0px 160px 120px #FF5912;
    z-index: 1;
  }

  &:before {
    display: block;
    content: " ";
    top: 560px;
    left: 90px;
    position: absolute;
    background: #FF5912;
    box-shadow: 0px 0px 130px 120px #FF5912;
    z-index: 1;
  }   
  
  h3 {
    font-family: Oswald;
    font-size: 115px;
    font-weight: bold;
    line-height: 170px;
    color: @black-color;
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 25px;
    
    span {
      color: @orange-color;
    }
  }
  
  .image-container {
    width: 840px;
    height: 520px;
    margin-right: 30px;
    position: relative;
    z-index: 2;
  }
}

.machines-for-everything-block {
  height: 865px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-top: 75px;
  position: relative;
      
  &:after {
    display: block;
    content: " ";
    top: 400px;
    right: 50px;
    position: absolute;
    background: #FF5912;
    box-shadow: 0px 0px 160px 120px #FF5912;
    z-index: 1;
  }

  &:before {
    display: block;
    content: " ";
    top: 410px;
    left: 700px;
    position: absolute;
    background: #FF5912;
    box-shadow: 0px 0px 130px 120px #FF5912;
    z-index: 1;
  }   
  
  h3 {
    font-family: Oswald;
    font-size: 115px;
    font-weight: bold;
    line-height: 170px;
    color: @black-color;
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 25px;
    
    span {
      color: @orange-color;
    }
  }
  
  .list {
    width: 570px;
    margin-right: 30px;
  }
  
  .image-block {
    width: 1130px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    z-index: 2;
  }
}

.main-content {
  background-image: url("../images/main-background-dots.png");
  background-color: @grey-background-color;
  
  .container {
    padding-top: 75px; 
  
    .list {      
      .item {
        padding-left: 75px;
        position: relative;
        height: 45px;
        line-height: 45px;
        font-size: 30px;
        margin-bottom: 50px;
        display: flex;
        flex-direction: row;
        align-items: center;
        
        &.bold, .bold {
          font-weight: bold;
        }

        &:before {
          content: " ";
          position: absolute;
          top: 0;
          left: 0;
          background: url("../images/check-icon.svg");
          width: 45px;
          height: 45px;
        }
      }
    }
    
    & .blog-header-name {
      font-family: Oswald;
      font-size: 135px;
      font-weight: bold;
      line-height: 200px;
      text-align: left;
      color: @black-color;
      margin: 0 0 25px;
      text-transform: uppercase;

      span {
        color: @orange-color;
      }
    }
  }
}

.items-row {
  display: flex;
  flex-direction: row;
  
  .span3 {
    width: 405px;
    height: 515px;
    margin: 0 30px 60px 0;
    background: rgba(255, 255, 255, .5);
    border-radius: 250px 250px 10px 10px;    
    color: @black-color;
    position: relative;
    z-index: 2;
    
    .button-box {
      display: none;
    }
    
    .item-image a {
      display: block;
      overflow: hidden;
      width: 365px;
      height: 260px;
      border-radius: 250px 250px 10px 10px;
      margin: 20px;
      text-align: center;
      
      img {
        max-height: 100%;
      }
    }
    
    .page-header {
      width: 365px;
      margin: 20px 20px 30px;
      font-weight: bold;
      font-size: 18px;
      line-height: 20px;
      text-align: center;
      
      a {
        display: block;
        height: 40px;
        color: @black-color;
      }
    }
    
    .fields-container {
      width: 365px;
      font-size: 22px;
      font-weight: bold;
      line-height: 25px;
      text-align: center;
      margin: 20px 20px 30px;
    }
    
    .buttons-box {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      margin: 20px 20px 30px;
      
      .item-get-order {
        display: block;
        width: 170px;
        text-align: center;
        height: 58px;
        
        input {
          width: 170px;
          text-align: center;
          height: 58px;
          line-height: 100%;
          font-size: 16px;
          font-weight: bold;
          line-height: 18px;
        }
      }
      
      .item-readmore {
        width: 170px;
        text-align: center;
        height: 58px;
        
        a {
          display: block;
          width: 170px;
          text-align: center;
          height: 58px;
          line-height: 58px;
          background: @black-color;
          color: @white-color;
          transition: @defaultTransitionProps;
          border-radius: 60px;
          font-size: 16px;
          font-weight: bold;
          line-height: 58px;
          
          &:hover {
          	transition: @defaultTransitionProps;
            background: @orange-color;      
          }          
        }
      }
    }
  }
}