/* -Шалом- */
*{
	margin: 0;
	padding: 0;
	border: 0;
}


*,*:before, *after{
	-moz-box-sizing; border-box: 
	-webkit-box-sizing: border-box;
	-box-sizing:border-box;
}

:focus, :active{outline: none;}
a:focus, a:active{outline: none;}

nav,footer,header,aside{display: block;}

html,body{
	height: 100%;
	width: 100%;
	font-size: 100%;
	line-height: 1;
	font-size: 14px;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webcit-text-size-adjust: 100%;
}

input,button,textarea{font-family: inherit;}

input::-ms-clear{display: none; color: #c7c7c7;}
button{cursor: pointer;}
button::-moz-focus-inner{padding: 0; border: 0;}
a, a:visited{text-decoration: none;}
a:hover{text-decoration: none;}
ul li{list-style: none;}
img{vertical-align: top;}

textarea {
resize: none;
}

/* - Шрифты - */

@font-face{
font-family: 'American Captain Cyrillic';
font-style: normal;
font-weight: 400;
src: url('../fonts/Audiowide-Regular.ttf'); 
}

@font-face{
font-family:'Satoshi Regular';
font-style: normal;
font-weight: 400;
src: url('../fonts/Satoshi-Regular.otf'); 
}


/* - end Шрифты - */


body{
font-family: 'American Captain Cyrillic';
background: #0D0D0D;
color: #fff;
}


a{
color: #D9D9D9;
cursor: pointer;
transition: 1s all;    
}

a:hover{
color: #5897ea; 
transition: 1s all;   
}

h1, h2, h3, h4, h5, p{
font-weight: 400;
color: #fff;
}

h1{
font-size: 48px;
font-weight: 500;
line-height: 135%;
margin-bottom: 20px;
}

h2{
font-size: 36px;
font-weight: 600;
line-height: 135%;
}

h3{
font-size: 24px;
line-height: 135%;
}


h4{
font-size: 20px;
line-height: 135%;
}

h5{
font-size: 14px;
line-height: 135%; 
}

p{
font-size: 16px;
line-height: 135%;  
}

li{
    color: #8C8F99;
    font-size: 20px;
    font-weight: 500;
    margin-right: 50px;
}

::-webkit-scrollbar{
    height: 4px;
    width: 9px;
}

::-webkit-scrollbar-track{
background: #f0f0f0;
border-radius: 0px;
}
::-webkit-scrollbar-track piece{
    background: #e3e3e3;
}

::-webkit-scrollbar-thumb{
    background: #686868;
    border-radius: 0px;
}

.container{
    width: 990px;
    margin: 0px auto;
    padding: 0px 15px;
    box-sizing: border-box;
    position: relative;
}

.logo_row{
    display: flex;
    flex-direction: row;
    margin-top: 30px;
}

.logo_row img{
    width: 120px;
    height: 40px;
}

.center{
    display: flex;
    justify-content: center;
}

.main_row{
    margin: 50px 0px;
    width: 750px;
}

.main_row h2{
    font-size: 32px;
    max-width: 550px;
    margin-bottom: 35px;
}

.menu_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.block {
    background: #231D1A;
    width: 300px;
    border-radius: 10px;
    height: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-bottom: 10px;
}

.width30{
    width: 210px;
}

.block h3{
    font-size: 18px;
    margin-bottom: 10px;
}

.block p{
    font-size: 14px;
    color: #686868;
    font-family:'Satoshi Regular';
}



@media (max-width: 990px){

.container{
  width: 100%;
  padding: 0px 20px;
} 

.menu_row {
    max-width: 550px;
}

.block{
    width: 100%;
}

.width30 {
    width: 48%;
}




}

@media (max-width: 550px){

.width30 {
    width: 100%;
}

    

}


}











































