*, :after, :before {
    box-sizing: border-box;
    background: 0 0;
    color: inherit;
    font: inherit;
    padding: 0;
    margin: 0;
    outline: 0;
    border: none;
    box-shadow: none;
    vertical-align: top;
    min-height: 0;
    min-width: 0;
    list-style: none;
    text-decoration: none;
font-family: 'Lato', sans-serif;
}
h2{
    text-transform: uppercase;
}
body {
    background-color: #fbfbfb;
    position:relative;
   min-height: 800px;
    line-height: 1.5;
    color: #535353;
}
.header-section{
    flex: 0 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    }

.main-layout-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: column;
    padding-left: 56px;
    padding-right: 56px;
    position: relative;
}
.main-layout {
    flex-direction: column;
    max-width: 100%;
    margin: 0 auto;
    width: 1110px;
    z-index: 2;
    position: relative;
}
header.header .short-menu {
    margin: 0 -10px 0 auto;
    padding-left: 20px;
}
.short-menu--list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    width: 100%;
    list-style: none;
        padding-top: 14px;
}
.short-menu--list li {
    display: flex;
    align-items: center;
    padding: 0 12px;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: .5px;
    text-transform: uppercase;
    text-align: center;
    /*transition: all .3s ease;*/
}
.short-menu--list li a {
    
}
a {
    color: inherit;
}
a:hover{
    color: red;
    text-decoration: none;
}
.header--common {
    display: flex;
    justify-content: flex-end;
    min-height: 48px;
    align-items: center;
}
.header--common nav {
    display: flex;
}
.header--common .header--common--menu-list {
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    letter-spacing: .5px;
    color: #8b8b8b;
    display: flex;
    margin: 0 -16px;
}
.header--common .header--common--menu-list li {
    margin: 0 16px;
}

.header--common .header--common--menu-list li a {
    color: #8b8b8b;
}
.header--common .header--common--menu-list li a:hover {
    color: #fa5255;
    text-decoration: none;
}
.header-wrapper.header-wrapper-complex {
   min-height: 70px;
        background: white;
}

.main-layout-wrapper {
    display: flex;
    margin: 0 auto;
    width: 90%;
    flex-direction: column;
    padding-left: 56px;
    padding-right: 56px;
    position: relative;
}header.header.header-complex .main-layout {
    height: 90px;
    min-height: 40px;
}
header.header .main-layout {
    position: relative;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    min-height: 133px;
}
.header-logo--container {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 auto;
    height: 1em;
    display: flex;
    align-items: center;
}
header.header a {
    color: inherit;
}
.header-logo--desktop {
    width: 230px;
}
.logo{
   max-width: 220px;
   min-width: 30%;
   padding-top: 50px;

  

}
.logo_min{

    display: flex;
    height: 22px;
    font-size: 16px;
    background-color: #fc9;
    padding: 0px 1px 0px 2px;
    justify-content: center;
    margin-top: -9px;
}
.content{
    
    padding-top: 20px;
 padding-bottom: 20px;
    margin: 0 auto;
    
}
h2 {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2;
text-align: center;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
}
.text{
    width: 75%;
    margin: 0 auto;
    padding-top: 25px;
}
.left {padding-right: 3%;
  float: left;
  
  width: auto; }
.right {
  height: 100%; } 
  .img1{
    width: 90%;
    border-radius: 2%;
    padding-top: 25px;
  }
#main{
position:relative;
    z-index:1;
}
footer{
 height: 245px;
 color:#ccc;
 font-size:12px;

 position:relative;
 z-index:-2;

 background-color:#31353a;

 background-image:-webkit-linear-gradient(top, #31353a, #2f3337);
 background-image:-moz-linear-gradient(top, #31353a, #2f3337);
 background-image:linear-gradient(top, #31353a, #2f3337);
}
.card{
  margin: 0 auto;
}
.box-dox{
    width: 300px;
    min-height: 100px;
  text-align: center;
    float: left;
    padding: 0 20px;
    height: 370px;

}
img.box-dox{
   align-content: center;
}
.doc{
    border-radius: 10px;
    width: 200px;

    align-content: center;
}
