html,
body{
  width: 100%;
  overflow-x: hidden;
  margin: 0;
}

#content-wrapper{
  background: url("../assets/images/abstract-bg.jpg") 0 0 /cover no-repeat;
  background-attachment: fixed;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.header{
  display: block;
  width: 100%;
  position: relative;
}

.logo-link{
  display: block;
}

.header__content .title-style{
  background: url("../assets/images/title-shape.png") left center no-repeat;
  vertical-align: middle;
  display: block;
}

.title{
  display: block;
  font-weight: 400;
  font-style: italic;
  color: #000;
}

.sub-title{
  display: block;
  font-style: italic;
  color: #000;
  max-width: 50%;
}

.tel-link--container{
  position: absolute;
}
.tel-link--container img{
  display: block;
  width: 100%;
}
.service-list--container{
  margin: 0 auto;
}
.service-list--container > ul {
  list-style: none;
}
.service-list--container > ul > li {
  display: block;
  position: relative;
  text-align: left;
}
.service-list--container > ul > li > span {
  font-weight: 600;
  color: rgb(0, 160, 236);
}
.small-icon:before{ 
  content: "";
  display: block;
  position: absolute;
}
.page-section__title{
  display: block;
  text-align: center;
  position: relative;
}
.page-section{
  position: relative;
}
.page-section__subtitle{
  text-align: center;
}


@media only screen and (min-width: 1125px){
  .header{
    background: url("../assets/images/header-background-big.png") bottom right / cover;
  }
}

@media only screen and (max-width: 1124px){
  .header{
    background: url("../assets/images/header-background-small.png") bottom right / cover;
  }
}

@media only screen and (max-width: 800px){
  .header{
    background: url("../assets/images/header-background-xs.png") bottom center / cover;
  }
}

@media only screen and (min-width: 1025px){
  .svg-manager--container{
    width: 20rem;
    right: 3rem;
    top: 4rem;
    position: absolute;
  } 
  .service-list--container{
    padding-left: 2rem;
  }
  .page-section__title{
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
  .small-icon:before{ 
    width: 40px;
    height: 40px;
    left: -60px;
    top: -10px;
    background-size: 100% 100%;
  }
  .service-list--container > ul > li {
    margin-bottom: 2rem;
    font-size: 1em;
  }
  .tel-link--container{
    top: .5rem;
    right: 0;
    width: 20rem;
  }
  .service-list--container{
    margin-top: 2rem;
    width: 80%;
  }
  .header__content .title-style{
    margin-top: 1rem;
    height: .7rem;
  }
  .title{
    font-size: 1.7em;
    line-height: 1.3;
    margin-bottom: 2.4em;
  }
  .header{
    min-height: 30rem;
  }
  .header__content{
    width: 60%;
    padding-top: 1rem;
    padding-left: 2rem;
  }
  .logo-link{
    margin-bottom: 3rem;
  }
  .about-us{
    padding-bottom: 5rem;
  }
}

@media only screen and (max-width: 1024px){
  .svg-manager--container{
    width: 20rem;
    right: 2rem;
    top: 7rem;
    position: absolute;
  }
  .page-section__title{
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
  .small-icon:before{ 
    width: 40px;
    height: 40px;
    left: -60px;
    top: -10px;
    background-size: 100% 100%;
  }
  .service-list--container > ul{
    padding: 0;
  }
  .service-list--container > ul > li {
    margin-bottom: 2rem;
    font-size: 1em;
  }
  .tel-link--container{
    top: 5rem;
    right: auto;
    left: 2rem;
    width: 15rem;
  }
  .service-list--container{
    margin-top: 2rem;
    padding-left: 5rem;
    margin-left: 0;
    width: 50%;
  }
  .header__content .title-style{
    padding: 0px 135px;
    margin-top: 1rem;
    height: 1rem;
  }
  .title{
    font-size: 2em;
    line-height: 1.3;
    margin-bottom: 2.4em;
  }
  .header{
    min-height: 30rem;
  }
  .header__content{
    width: 60%;
    padding-top: 1rem;
    padding-left: 2rem;
  }
  .logo-link{
    margin-bottom: 3rem;
  }
  .about-us{
    padding-bottom: 2rem;
  }
}

@media only screen and (max-width: 800px){
  .svg-manager--container{
    opacity: 0.2;
  }
  .service-list--container{
    width: 100%;
    box-sizing: border-box;
  }
  .title{
    font-size: 1.4em;
    line-height: 1;
    margin-bottom: 2em;
    margin-top: 10rem;
  }
  .header__content .title-style{
    display: none;
  }
  .header__content{
    width: 90%;
  }
  .learn-more-btn--container{
    position: absolute;
    bottom: -.5rem;
    left: .5rem;
  }
}








.contact-us{
  background: url("../assets/images/contact-bg.png") 0 0 /cover no-repeat;
}

.form--container{
  background-color: #f9f9f9;
  box-shadow: 3px 3px 1rem #d4c600;
}

.form-section-title{
  font-style: italic;
  margin: 0;
  text-align: center;
}
.form--block{
  display: block;
  margin: 0 auto;
}
.input-group{
  width: 95%;
  margin: 1rem auto;
}
.input-group > input,
.input-group > textarea{
  display: block;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  box-sizing: border-box;
  width: 100%;
  background: #fff;
  border: 1px solid #e4e4e4;
}
.input-group > textarea{
  resize: none;
}

.flex-container{
  display: flex;
  margin: 0 auto;
}

.container-section{
  display: block;
  box-sizing: border-box;
}

.btn--container > button{
  display: block;
  width: 100%;
  color: #fff;
  cursor: pointer;
  border: none;
  background: #00b241;
}

.phone-link{
  display: block;
  margin: 0 auto;
}

.phone-link > img{
  display: block;
  width: 100%;
}

@media only screen and (min-width: 1025px){
  .contact-us{
    padding-top: 1rem;
    padding-bottom: 3rem;
  }
  .form--container{
    max-width: 25rem;
    padding: 1rem;
  }  
  .form-section-title{
    font-size: 1.4em;
  }
  .input-group > input,
  .input-group > textarea{
    font-size: 1em;
    padding: 5px;
  }
  .flex-container{
    flex-direction: row;
    justify-content: space-around;
    width: 90%;
  }
  .container-section{
    width: 50%;
    padding: 1rem;
  }
  .btn--container > button{
    padding: .5rem 1rem;
  }   
  .phone-link{
    width: 50%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 801px){
  .contact-us{
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
  .form--container{
    max-width: 25rem;
    padding: .5rem;
  }  
  .form-section-title{
    font-size: 1em;
  }
  .input-group > input,
  .input-group > textarea{
    font-size: .9em;
    padding: 5px;
  }
  .flex-container{
    flex-direction: row;
    justify-content: space-around;
    width: 90%;
  }
  .container-section{
    width: 50%;
    padding: .6rem;
  }
  .btn--container > button{
    padding: .5rem 1rem;
  }   
  .phone-link{
    width: 50%;
  }
}

@media only screen and (max-width: 800px){
  .contact-us{
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
  .form--container{
    max-width: 30rem;
    padding: .5rem;
  }  
  .form-section-title{
    font-size: 1em;
  }
  .input-group > input,
  .input-group > textarea{
    font-size: .9em;
    padding: 5px;
  }
  .flex-container{
    flex-direction: column;
    width: 100%;
  }
  .container-section{
    width: 60%;
    padding: .6rem;
    margin: 0 auto;
  }
  .btn--container > button{
    padding: .5rem 1rem;
  }   
  .phone-link{
    width: 50%;
  }
}

@media only screen and (max-width: 600px){
  .container-section{
    width: 95%;
    padding: .6rem;
    margin: 0 auto;
  }
  .phone-link{
    width: 15rem;
  }
}



.footer{
  background: url("../assets/images/grass.png") 0 bottom / cover no-repeat;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  text-align: center;
}

.btn--container > a{
  box-shadow: rgb(230, 122, 115) 0px 39px 0px -24px inset; 
  background-color: rgb(228, 104, 93); 
  border-radius: 42px; 
  border: 1px solid rgb(255, 255, 255);
  display: inline-block; 
  cursor: pointer; 
  color: rgb(255, 255, 255); 
  font-family: Arial; 
  font-size: 15px; 
  padding: 15px 33px; 
  text-decoration: none; 
  text-shadow: rgb(178, 62, 53) 0px 1px 0px;
}

.btn--container > a:hover {
  transition: all .3s linear;
  box-shadow: rgb(230, 122, 115) 0px 10px 0px -24px inset; 
}
.btn--container > a:active {
	position:relative;
	top:1px;
}

#tractor:before{
  background-image: url("../assets/images/tractor.png");
}
#expirience:before{
  background-image: url("../assets/images/expirience.png");
}
#equipment:before{
  background-image: url("../assets/images/equipment.png");
}
#time:before{
  background-image: url("../assets/images/short.png");
}
#geo:before{
  background-image: url("../assets/images/geo.png");
}
#lowcost:before{
  background-image: url("../assets/images/lowcost.png");
}
#clients:before{
  background-image: url("../assets/images/clients.png");
}


.price-list{
  margin: 0 auto;
}

.price-elem{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

.price-elem > span{
  display: block;
  padding: 1rem;
}

.price-elem > span:nth-child(1){
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #eee;
  width: 100%;
}

.price-elem > span:nth-child(2){
  background: #eee;
  width: 6rem;
  text-align: end;
}

@media only screen and (min-width: 1025px){
  .price-list{
    padding: 1rem;
    width: 80%;
  }
  .price-elem{
    padding: .5rem;
  }
}

@media only screen and (max-width: 1024px){
  .price-list{
    padding: .5rem;
    width: 95%;
  }
  .price-elem{
    padding: .2rem;
  }
}

.unp{
  position: absolute;
  top: 0;
  right: 0;
}

input,
textarea{
  display: block;
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
  font-size: 12px;
}