#block-info{
  display: grid;
  grid-template-columns: 1fr 460px;
  grid-column-gap: 14px;
  margin-top: 60px;
}

#block-info h1{
  font-family: Tektur;
  font-weight: 600;
  font-size: 40px;
  line-height: 100%;
  vertical-align: middle;
  padding-bottom: 30px;
}

#block-info h1:before{
  content: url("data:image/svg+xml,%3Csvg width='36' height='29' viewBox='0 0 36 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='13.3152' y1='0.943242' x2='2.31523' y2='27.9432' stroke='%23F6B502' stroke-width='5'/%3E%3Cline x1='23.3152' y1='0.943242' x2='12.3152' y2='27.9432' stroke='%23F6B502' stroke-width='5'/%3E%3Cline x1='33.3152' y1='0.943242' x2='22.3152' y2='27.9432' stroke='%23F6B502' stroke-width='5'/%3E%3C/svg%3E%0A");
  width: 200px;
  height: 200px;
}

#block-info>div:first-child p{
  font-family: Roboto;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.p-bold{
  font-weight: 500 !important;
}

#block-info h3{
  font-family: Tektur;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  padding-bottom: 60px;
}

#block-info h4{
  font-family: Roboto;
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  line-height: 100%;
  color: #F5B602;
  padding-bottom: 20px;
  margin: 0px;
}

#ask-calculation{
  background: #464646;
  padding: 30px 40px;
  border-radius: 10px;
}

#ask-calculation h3{
  font-family: Tektur;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 36px;
  line-height: 100%;
  vertical-align: middle;
  color: #FFFFFF;
  padding-bottom: 35px;
}

#ask-calculation p{
  font-family: Roboto;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  line-height: 100%;
  color: rgba(255, 255, 255, 0.7);
  padding-bottom: 0px !important;
  margin-bottom: 30px;
}

#ask-calculation-btn{
  font-family: Roboto;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  color: rgba(0, 0, 0, 0.7);
  background: #F2B701;
  display: block;
  text-align: center;
  padding: 20px 0px;
  border-radius: 30px;
  text-decoration: none;
  margin-top: 55px;
  border: none;
  outline: none;
  width: 100%;
}

#ask-calculation-btn:focus{
  border: none;
  outline: none;
}

#ask-calculation-more{
  display: block;
  color: #F2B701;
  border-radius: 30px;
  border: 1px solid #F2B701;
  text-decoration: none;
  text-align: center;
  padding: 20px 0px;
  font-family: Roboto;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  margin-top: 15px;
}

#task-list{
  margin-top: 60px;
}

#task-list img{
  width: 100%;
  max-width: 100%;
}

#task-list h3{
  font-family: Tektur;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  max-width: 700px;
}

#tasks{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 35px;
  margin-top: 60px;
}

#tasks h4{
  padding: 10px 0 15px 0px;
  margin: 0px;
}

#tasks p{
  color: #505050;
  font-family: Roboto;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
}

#block-ads{
  margin-top: 120px;
  padding: 25px 50px;
  background: #F5B401;
  border-radius: 10px;
}

#block-ads h3{
  font-family: Roboto;
  font-weight: 500;
  font-size: 32px;
  line-height: 100%;
  color: #000000;
}

.ads-btn{
  background: #FFFFFF;
  color: #505050;
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  width: 180px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 15px 0px;
  border-radius: 10px;
  margin-right: 10px;
  outline: none;
  border: none;
  margin-bottom: 10px;
}

.ads-btn:focus{
  outline: none;
  border: none;
}

#block-price{
  background-image: linear-gradient(to bottom, #3D3D3D, #838383);
  margin-top: 120px;
  margin-bottom: 120px;
  clip-path: polygon(0% 0%, 100% 0, 100% 90%, 50% 100%, 0 90%);
  padding-bottom: 30px;
}

#block-price h3{
  font-family: Tektur;
  font-weight: 600;
  font-size: 40px;
  line-height: 100%;
  vertical-align: middle;
  color: #FFFFFF;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 65px;
}

#block-price table{
  border: 1px solid #ffffff;
  border-radius: 10px;
  width: 100%;
  border-collapse: unset;
  margin-bottom: 180px;
}

#block-price table th{
  font-family: Roboto;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  color: #F5B602;
  padding: 20px 10px;
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}

#block-price table td{
  font-family: Roboto;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  vertical-align: middle;
  color: #FFFFFF;
  padding: 20px 10px;
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}

#block-price table th:last-child,#block-price table td:last-child{
  border-right: none;
}

#block-price table tr:last-child th,#block-price table tr:last-child td{
  border-bottom: none;
}


@media(max-width: 768px){
  #block-info{
    grid-template-columns: 1fr;
    margin-top: 60px;
  }

  #tasks{
    grid-template-columns: 1fr;
  }

  #block-ads .ads-btn{
    width: 100%;
  }
}

/* /zapchasti */

.zapchasti-top-text-block span {
  margin-bottom: 20px;
}

.zapchasti-top-text-block span:last-child {
  margin-bottom: 30px;
}

.zapchasti-button button,
.zapchasti-button a {
  margin-right: 23px;
}

.zapchasti-test-block {
  width: 438px;
  height: 269px;
  border-radius: 10px;
  background: #d9d9d9;
}

.body-text-block {
  margin-bottom: 120px;
}







