
*{padding: 0;margin: 0;border: 0;}
*,*:before,*:after{
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'TildaSansWebRegular';
    letter-spacing: -0.02em;
    font-weight: 400;
    font-size: 17px;
    line-height: 23px;
    color: #FFFFFF;
    
}
.numbers{
    font-family: 'TildaSansWebLight';
    font-size: 226px;
    line-height: 200px;
    letter-spacing: 4;
    color: transparent;    
	  -webkit-background-clip: text;
	  background-clip: text;
	  background-image: linear-gradient(90deg, #5ED788 0%, #66DDBF 57.5%, #6CE0D8 100%);
}
@font-face {
    font-family: PT Astra Serif;
    src: url('../css/pt-astra-serif_regular.ttf');   
}
h1{
    
    font-family: PT Astra Serif ;
    font-size: 102px;
    line-height: 92px;
    letter-spacing: -1%;
}

h2{
    font-family: PT Astra Serif;
    font-weight: 400;
    font-size: 48px;
    line-height: 46px;
    letter-spacing: 0;
}
.item-text h2{
    font-family: 'TildaSansWebRegular' !important;
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
    text-align: left;
    
  }
@media (max-width:1190px){
    h2{
        font-size: 36px;
        font-weight: 400;
        line-height: 36px;
    }
    .numbers{
        font-size: 194px;
        font-weight: 300;
        line-height: 194px;
        letter-spacing: 4px;
    }
    .wrapper__content-text.wte h2{
        font-size: 36px;
    }
}
@media (max-width:640px){
    h2{
        font-size: 25px;
        font-weight: 400;
        line-height: 30px;
    }
    label a{
        font-size: 15px;
    }
    .main-description.wte h1, .main-description.wte span.h1__green{
        font-size: 40px;
        text-align: center;
        line-height: 45px;
      }
}

h3{

    font-size: 27px;
    line-height: 27px;
}
h4{
    font-size: 20px;
    line-height: 23px;
}
h5{
    font-size: 17px;
    font-weight: 500;
    line-height: 23px;
}
button{
    font-family: 'TildaSansWebMedium';

}
:focus,:active{outline: none;}
a:focus,a:active{outline: none;}

nav,footer,header,aside{display: block;}

html,body{
    height: 100%;
    width: 100%;
    line-height: 1;
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    background-color: #181C1F;
    overflow-x: hidden;
    position: relative;

}

input::-ms-clear{display: none;}
button{cursor: pointer;}
button::-moz-focus-inner{padding: 0;border: 0;}
ul li{list-style: none;}
img{vertical-align: top;}
