@font-face {
  font-family: "ProstoOne"; 
  src: url("webFonts/ProstoOne-Regular.ttf") format("truetype"); 
  font-style: normal; 
  font-weight: normal; 
}
body{
    margin: 0;
    background-color: #0a0a0a;
}
div,p,img,span,h1,h2,h3,h4,h5,h6,input,textarea,button,ul,li{
    box-sizing: border-box;
}
a{
    text-decoration: none;
    box-sizing: border-box;
    font-family: Roboto;
}
p{
  color: white;
  font-family: Roboto;
}
h3{
  color: white;
  font-family: ProstoOne;
}
.standardblock{
    display: flex;
    justify-content: center;
    padding: 0px 30px;
}
#idlinkbio{
  overflow: hidden;
}
.standardblock>div{
    max-width: 1280px;
}
.headerblock>div{
    margin: 20px;
    display: flex;
    gap: 10px;
}
.headerblock>div>img{
  height: 25px;
}
.headerloverblock{
  margin: 50px 0;
}
.inloverhblockwr{
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 400px;
    align-items: center;
}
.inloverhblockwr>h3{
    position: relative;
    display: flex;
    align-items: center;
    font-size: 70px;
    font-weight: 500;
    margin: 0;
}
.inloverhblockwr>h3::before{
  content: '';
  display: block;
  width: 400px;
    height: 400px;
    background-color: #069061;
    border-radius: 50%;
    position: absolute;
    left:-420px;
}
.inloverhblockwr{
      font-size: 18px;
    font-weight: 300;
}
.ingetmorlovbl{
  display: flex;
  justify-content: center;
}
.greenbuttoclick{
      background-color: #069061;
    color: white;
    padding: 20px 35px;
    border-radius: 30px;
    font-size: 14px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
        text-shadow: 0px 0px 20px black;
}
.greenbuttoclick:hover{
  background-color: #075d40;
      transform: scale(1.05);
}
.whitebuttoclick{
      background-color: #dadada;
    color: black;
    padding: 20px 35px;
    border-radius: 30px;
    font-size: 14px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
        box-shadow: 0px 0px 15px -5px black;
}
.whitebuttoclick:hover{
  background-color: white;
      transform: scale(1.05);
}
.transbuttoclick{
    color: white;
    padding: 20px 35px;
    border-radius: 30px;
    font-size: 14px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 2px solid white;
}
.transbuttoclick:hover{
  background-color: white;
  color: black;
      transform: scale(1.05);
}
.aboutblock{
  position: relative;
  margin: 100px 0;
}
.aboutblock::before{
        content: '';
    display: block;
    width: 200px;
    height: 200px;
    background-color: #069061;
    border-radius: 50%;
    position: absolute;
    top: 10%;
    z-index: -1;
    right: 50%;
}
.aboutblock::after{
      content: '';
    display: block;
    width: 300px;
    height: 300px;
    background-color: #069061;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    z-index: -1;
    right: -100px;
}
.aboutblock h4{
      font-size: 20px;
    color: white;
    font-family: ProstoOne;
    line-height: 32px;
    text-align: center;
        text-shadow: 0px 0px 11px black;
}
.howhelpblock{
  background-color: #069061;
  position: relative;
}
.howhelpblock>div{
  width: 100%;
  margin: 50px 0;
}
.f1howhelpblock{
  text-align: left;
  position: relative;
}
.f2howhelpblock{
  text-align: center;
}
.f3howhelpblock{
  text-align: right;
  position: relative;
}
.howhelpblock h4{
      color: white;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 36px;
    margin: 70px 0;
    position: relative;
    z-index: 2;
}
.f1howhelpblock::before{
      content: '';
    display: block;
    width: 100px;
    height: 100px;
    background-color: #0a0a0a;
    border-radius: 50%;
    position: absolute;
    top: -20px;
    z-index: 1;
    right: 10%;
        box-shadow: 0px 0px 15px 0px #0a0a0a;
}
.f3howhelpblock::before{
        content: '';
    display: block;
    width: 200px;
    height: 200px;
    background-color: #0a0a0a;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    z-index: 1;
    left: 10%;
        box-shadow: 0px 0px 15px 0px #0a0a0a;
}
.f4howlpblock{
      position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.servicesmainblock>div{
  margin: 50px 0;
  width: 100%;
}
.servslistblock{
      display: flex;
    flex-direction: column;
    gap: 50px;
}
.servslistblock>div{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
}
.servslistblock>div>img{
  height: 400px;
  border-radius: 50%;
  -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}
.servslistblock>div>div{
      display: flex;
    flex-direction: column;
    height: 300px;
    justify-content: space-between;
    align-items: baseline;
}
.servicesmainblock h3{
      font-size: 36px;
}
.servicesmainblock h4{
      color: white;
    font-family: 'ProstoOne';
    font-size: 22px;
        margin: 10px 0;
}
.servicesmainblock p{
      max-width: 500px;
    line-height: 30px;
    font-weight: 300;
    color: #bebebe;
}
.lastaskblock{
  background-color: #069061;
}
.lastaskblock>div{
      display: flex;
    flex-direction: column;
    align-items: center;
    margin: 100px 0;
    gap: 10px;
}
.lastaskblock h4{
      color: white;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 36px;
    margin: 70px 0;
    margin: 0;
    text-align: center;
    line-height: 55px;
}
.contactformblock>div{
      display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 100px 0;
}
.contactformblock img{
      height: 400px;
      border-radius: 10px;
}
#formcontactconsult label{
  color: white;
}
#formcontactconsult input[type="text"],#formcontactconsult input[type="email"],#formcontactconsult textarea{
    font-size: 16px;
    padding: 15px 20px;
    color: white;
    background: #0a0a0a;
    border: none;
    border-bottom: 2px solid white;
    width: 400px;
    outline: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: Roboto;
}
#formcontactconsult input[type="text"]:focus,#formcontactconsult input[type="email"]:focus,#formcontactconsult textarea:focus{
    border-bottom: 2px solid #069061;
}
.outformdiv{
  display: flex;
    flex-direction: column;
    align-items: center;
    width: 560px;
}
.outformdiv h3{
  font-size: 36px;
  margin-top: 0;
}
.formcenterrows{
      display: flex;
    justify-content: right;
    align-items: center;
    gap: 15px;
}
#formcontactconsult{
  display: flex;
    flex-direction: column;
    gap: 10px;
}
.formcenterrows label{
  font-family: Roboto;
  font-size: 18px;
    font-weight: 500;
    text-align: center;
}
.formcenterrowbut{
  display: flex;
  justify-content: center;
      margin-top: 20px;
}
.formcenterrowbut input{
  border: none;
  cursor: pointer;
  width: 40%;
}
#gkpolicy{
  display: none;
}
#gkpolicy + .policylabelun {
    position: relative;
    padding-left: 25px; 
    cursor: pointer;
    font-size: 20px;
    display: block;
    height: 24px;
}
#gkpolicy + .policylabelun::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #aaaaaa;
  border-radius: 3px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#gkpolicy + .custcheckbred::before {
    border-color: red;
}
#gkpolicy + .policylabelun::after {
  content: "\2713";
  font-size: 16px;
  position: absolute;
  top: 2px;
  left: 5px;
  color: #069061;
  visibility: hidden;
  font-weight: 800;
}
#gkpolicy:checked + .policylabelun::after {
  visibility: visible;
}
#gkpolicy:checked + .policylabelun::before {
    border-color: #aaaaaa;
}
.formcenterrowpolicy{
    display: flex;
    gap: 15px;
    align-items: center;
    margin-top: 20px;
    justify-content: center;
}
.policylabelstand{
  font-family: Roboto;
  font-size: 14px;
}
.policylabelstand a{
  color: #069061;
}
.footerblock{
      background-color: #069061;
}
.footerblock>div{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin: 50px 0;
}
.footerblock a{
      color: white;
    margin: 0 10px;
    text-align: center;
}
.loadingdivh3 span{
  margin-left: 10px;
}
@keyframes fadeOutfirstdot {
  0%,32% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  66%,100% {
    opacity: 1;
  }
}
@keyframes fadeOutsecdot {
  0%,16%{
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  82%,100%{
    opacity: 1;
  }
}
@keyframes fadeOutthirddot {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
.loadingdivh3 span:first-child{
  animation: fadeOutfirstdot 1.3s ease-in-out infinite;
}
.loadingdivh3 span:nth-child(2){
  animation: fadeOutsecdot 1.3s ease-in-out infinite;
}
.loadingdivh3 span:nth-child(3){
  animation: fadeOutthirddot 1.3s ease-in-out infinite;
}
.outformdiv h4{
      color: white;
    font-size: 18px;
    font-family: 'ProstoOne';
    text-align: center;
}
.formcenterrowshp{
  display: none;
}
@media (max-width: 1150px) {
  .howhelpblock h4{
    font-size: 28px;
  }
  .lastaskblock h4{
    font-size: 28px;
  }
}

@media (max-width: 1050px) {
  .outformdiv h3{
    font-size: 28px;
  }
  .formcenterrows label{
    font-size: 16px;
  }
  .outformdiv{
    width: 450px;
  }
  #formcontactconsult input[type="text"], #formcontactconsult input[type="email"], #formcontactconsult textarea{
        width: 300px;
  }
}
@media (max-width: 950px) {
  .contactformblock img{
    height: 300px;
  }
}
@media (max-width: 850px) {
  .contactformblock img {
    display: none;
  }
  .contactformblock>div{
    justify-content: center;
  }
  .outformdiv{
    width: auto;
  }
  #formcontactconsult input[type="text"], #formcontactconsult input[type="email"], #formcontactconsult textarea{
    width: 400px;
  }
  .servslistblock>div>img{
        height: 300px;
  }
  .aboutblock h4{
    font-size: 18px;
  }
  .servslistblock>div>div{
    height: auto;
  }
}
@media (max-width: 650px) {
  .servslistblock>div>img{
        height: 200px;
  }
  #formcontactconsult input[type="text"], #formcontactconsult input[type="email"], #formcontactconsult textarea{
    width: 300px;
  }
  .f4howlpblock{
        gap: 0px;
    flex-direction: column;
  }
  .footerblock>div{
        flex-direction: column;
  }
  .aboutblock::after{
    bottom: 100px;
  }
}
@media (max-width: 550px) {
  .servslistblock>div{
        flex-direction: column-reverse;
  }
  .inloverhblockwr>h3{
    font-size: 40px;
  }
}
@media (max-width: 500px) {
  .aboutblock h4 {
        font-size: 16px;
  }
  .howhelpblock h4{
    font-size: 24px;
  }
  .lastaskblock h4{
    font-size: 24px;
  }
  #formcontactconsult input[type="text"], #formcontactconsult input[type="email"], #formcontactconsult textarea{
    width: 250px;
  }
  .footerblock>div>div{
        display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
@media (max-width: 430px) {
  #formcontactconsult input[type="text"], #formcontactconsult input[type="email"], #formcontactconsult textarea{
    width: 200px;
  }
}