*{
   margin: 0;
   font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}


header {
    padding: 15px;
    display: flex;
    justify-content: center;
    font-size: 10pt;
    color:rgb(107, 107, 107);
    line-height: 16pt;
}

header span {
   color: black;
   font-weight: 700;
}

#logo {
  margin-right: 30px;
}


nav {
  display: flex;
}

.nav {
  margin-right: 30px;
  padding-right: 30px;
  border-right: 1px solid rgb(196, 196, 196);
}

#nav-phone {
  border: none;
}

.burger {
  display: none;
  position: relative;
  z-index: 50;
  align-items: center;
  justify-content: flex-end;
  width: 30px;
  height: 18px;
}

.burger:hover {
  cursor: pointer;
}

.burger::after {
  content: '';
  position: absolute;
  border-style: solid;
  border-color: #000;
  border-width: 0 2px 2px 0;
  height: 12px;
  width: 12px;
  left: 0px;
  margin-top: -6px;
  transform: rotate( 45deg );
  transition: all 0.3s ease;
}

.burger.active::after{
  transform: rotate( 225deg );
}

.open {
  max-height: 100%;
}

.first-screen {
  background-image: linear-gradient(rgba(0,0,0, 0.6),rgba(0,0,0, 0.6)), url(img/bg.jpg);
  /* background-position: 0 -200px; */
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  height: fit-content;
}

.fs-container {
  width: 1140px;
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
}

.fs-text {
  width:50%;
  color: white;
  box-sizing: border-box;
  padding-top: 50px;
  padding-left: 50px;
}

  .fs-text h1 {
   font-size: 3em;
   line-height: 34pt;
 }

 .fs-text h2 {
   font-size: 1.5em;
   line-height: 28pt;
   text-transform: uppercase;
 }
 
 .fs-text p {
   margin-top: 30px;
   font-size: 16pt;
 }

 #btn-view-services {
  margin-top: 30px;
  padding: 15px;
  background-color: #9dba04;
  font-size: 12pt;
  font-weight: 500;
  color: white;
  border: none;
  border-radius: 5px;
  transition: 0.2s ease;
 }

#btn-view-services:hover {
  cursor: pointer;
  background-color: #a6c50b;
}
 .fs-form {
  padding: 20px;
  width: 50%;
  box-sizing: border-box;
 }

#main-form {
  display: flex;
  flex-direction: column;
  background-color: #fffffffb;
  padding: 30px;
  border-radius: 10px;
 }

 legend {
  text-align: center;
  margin-bottom: 20px;
 }

 input {
  margin-bottom: 15px;
  padding: 15px;
  font-size: 12pt;
  border: 0;
  border-radius: 5px;
  outline: 0;
  background-color: rgba(236, 236, 236, 0.877);
 }

 textarea {
  margin-bottom: 15px;
  padding: 15px;
  font-size: 12pt;
  border: 0;
  border-radius: 5px;
  outline: 0;
  background-color: rgba(236, 236, 236, 0.877);
  resize: none;
 }

 .smart-captcha {
  margin-bottom: 15px;
 }

.btn-submit {
  background-color: #9dba04;
  padding: 15px;
  font-size: 12pt;
  font-weight: 500;
  color: white;
  border: none;
  border-radius: 5px;
  transition: 0.2s ease;
}
.btn-submit:hover {
  cursor: pointer;
  background-color: #a6c50b;
}

.easy-call {
  background-color: #f5f3f3;
  text-align: center;
  padding: 30px;
}

.ec-heading {
  font-size: 18pt;
  font-weight: 700;
  color: #9dba04;
  margin-bottom: 15px;
}

.divider {
  width: 70px;
  height: 12px;
  background-color: #9dba04;
  margin: 0 auto;
}

.subtitle-text {
  margin-top: 15px;
  font-size: 14pt;
  text-align: center;
}

.container {
  margin: 50px 0 20px 0;
}

.section-title {
  font-size: 28pt;
  text-align: center;
  font-weight: 600;
  margin-bottom: 15px;
}

.services__subtitle {
  margin-bottom: 50px;
}

.services__columns__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1100px;
}

.services_column{
  flex: 0 1 50%;
  margin-bottom: 40px;
}

.item-row {
  display: flex;
}

.item__image {
  flex: 0 0 60px;
}

.item__image img{
  margin-top: 10px;
  max-width: 60px;
  padding-left: 20px;
}

.item__body {
  flex: 1 1 auto;
  padding-left: 30px;
}

.item__title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}

.item__title a {
  color: #9dba04;
}


.item__text {
  color: rgb(100, 100, 100);
}

.remote {
  display: flex;
  background-color: #f5f3f3;
}

.remote__img {
  width: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 370px;
}

#remote {
  background-image: url('img/remote.jpg');
}

#choose-img {
  background-image: url('img/choose1.jpg');
}

#seven_days {
  background-image: url('img/7days.jpg');
}

.remote__body {
  width: 50%;
  display: flex;
  align-items: center;
}

.remote__content {
  margin-left: 50px;
}

.remote__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}


.card__subtitle {
  font-size: 17px;
  margin-bottom: 30px;
}

.card__button a {
  display: inline-block;
  background-color: #9dba04;
  padding: 20px;
  font-size: 14px;
  font-weight: 600;
  color: white;
  border-radius: 5px;
  text-decoration: none;
}

.card__button a:hover {
  background-color:#a6c50b;
}

.choice {
  margin-top: 50px;
}

.choice__columns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}


.choice__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
  padding: 20px;
}
.choice__list {
  margin-top: -200px;
  font-size: 14pt;
  line-height: 2em;
  padding: 15px;
}
.choice__text {
  font-size: 14pt;
  padding: 20px;
}

.choice__card {
  width: 450px;
  min-height: 500px;
  margin: 15px;
  border-radius: 10px;
  box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.clients {
  background-color: #f5f3f3;
  padding: 30px;
  margin-bottom: 50px;
}

.clients__content {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.clients__text {
  text-align: end;
  padding: 30px;
  font-size: 16pt;
  margin-right: 10px;
}

.companies__number {
  margin-top: 11px;
  text-align: center;
  font-size: 54pt;
  font-weight: 600;
}

.companies__text {
  font-size: 18pt;
}

.order__content {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.order__form {
  width: 50%;
}

.bottom-form {
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  justify-content:end;
 }

 #bottom-form {
  display: flex;
  flex-direction: column;
  background-color: #fffffffb;
  padding: 30px;
  border-radius: 10px;
  width: 500px;
  box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
 }

 #bottom-form legend {
  font-size: 13pt;
 }

.order__contacts {
  width: 50%;
  height: fit-content;
  margin-top: 100px;
  display: flex;

  align-items: center;
  flex-wrap: wrap;
}

.contacts-card {
  margin: 30px 0px;
  width: 35%;
  text-align: center;
}

.contacts__address {
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.address__icon {
  margin-bottom: 15px;
}

.address__text {
  text-align: center;
  font-weight: 700;
  font-size: 14px;
}

.contacts__phone {
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.phone__icon {
  margin-bottom: 15px;
}

.phone__text {
  text-align: center;
  font-weight: 700;
  font-size: 14px;
}

.contacts__email {
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.email__icon {
  margin-bottom: 15px;
}

.email__text {
  text-align: center;
  font-weight: 700;
  font-size: 14px;
}

.contacts__messenger {
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.messenger__icon {
  margin-bottom: 15px;
}

.messenger__text {
  text-align: center;
  font-weight: 700;
  font-size: 14px;
}

footer {
  padding-top: 30px;
  text-align: center;
  margin-bottom: 30px;
}



/**********************************************************************/

@media (max-width: 1200px) {
  .nav {
    margin-right: 10px;
    padding-right: 10px;
  }
  
  .contacts-card {
    margin: 30px 0px;
    width: 50%;
  }  
  
}


/**********************************************************************/

@media (max-width: 980px) {
  #choice-title{
    width: 350px;
    margin: 0 auto;
    padding-bottom: 10px;
  }
  .choice__card {
    min-height: auto;
  }
  .choice__title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .choice__list {
    margin-top: 0px;

  }
  
.order__content {
    flex-direction: column;
  }
  .order__form {
    width: 100%;
  }
  .order__contacts {
    width: 100%;
    justify-content: center;
  }
  .bottom-form {
    justify-content:center;
  }
  .contacts-card {
    width: 35%;
  }

}

/**********************************************************************/

@media (max-width: 935px) {
  header {
    justify-content: space-between;
    align-items: center;
    font-size: 11pt;
  }

  nav {
    max-height: 0;
    position: absolute;
    top: 60px;
    right: 0;
    left: 0;
    background-color: #fff;
    text-align: center;
    margin-top: 10px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    transition: all 0.3s ease;
  }

  .nav {
    border: none;
    margin-bottom: 15px;
    margin-right: 0;
    width: 50%;
    box-sizing: border-box;
  }

  #nav-descriptor {
    display: none;
  }

  .burger {display: flex;}
  
  .fs-form {
  min-width: 480px;
  margin-top: 50px;
  }
  #main-form{
      box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  }
  .fs-text {
    width: auto;
  }
  
 .remote {
    flex-direction: column;
  }
  .remote__img {
    width: 100%;
    height: 150px;
  }
  .remote__body {
    width: 100%;
    padding-top: 20px;
  }
  #choose {
    flex-direction: column-reverse;
  }
  .card__button a {
    padding: 15px;
  }
  .remote__content {
    padding-bottom: 50px;
  }
  .card__subtitle {
    padding-right: 10px;
  } 
  
}

/**********************************************************************/

@media (max-width: 720px) {
    .services__columns__row {
    display: block;
  }
}

/**********************************************************************/


@media (max-width: 480px) {
  
  .fs-container {
  width: 100%;
  margin-top: 80px;
}
  
  .fs-text {
    width: 95%;
  }
  
    .fs-text h1 {
    font-size: 26pt;
    line-height: 22pt;
  }
  
  .fs-text h22 {
    font-size: 16pt;
    line-height: 16pt;
  }
  
  .fs-text p {
    font-size: 16pt;
    line-height: 14pt;
  }
	
  .fs-form {
	min-width: 100%;
    margin-top: 50px;
  }

  .container {
    margin: 50px 0 20px 0;
	min-width: 90%;
    margin-left: 5%;	
}

.choice__card {
	width: 90%;  
    min-height: auto;
	margin-left: 5%;
  }
  
.smart-captcha{
    transform: scale(0.87);
    transform-origin: 0 0;
  }



}
