* { margin: 0; padding: 0; font-family: RalewayRegular, Arial, Helvetica, sans-serif; color: #383838;
}

@-webkit-viewport {width:device-width;}
@-moz-viewport {width:device-width;}
@-ms-viewport {width:device-width;}
@-o-viewport {width:device-width;}
@viewport {width:device-width;}

@font-face {
    font-family: "RalewayRegular";
    src: url("/s/raleway/RalewayRegular.eot");
    src: url("/s/raleway/RalewayRegular.eot?#iefix")format("embedded-opentype"),
    url("/s/raleway/RalewayRegular.woff") format("woff"),
    url("/s/raleway/RalewayRegular.ttf") format("truetype");
    font-weight: normal;
}
@font-face {
    font-family: "RalewayRegular";
    src: url("/s/raleway/RalewaySemiBold.eot");
    src: url("/s/raleway/RalewaySemiBold.eot?#iefix")format("embedded-opentype"),
    url("/s/raleway/RalewaySemiBold.woff") format("woff"),
    url("/s/raleway/RalewaySemiBold.ttf") format("truetype");
    font-weight: bold;
}

.exttbl{
    display: table;
    box-sizing: border-box;
}
.exttbl > div{
    display: table-row;
}
.exttbl > div > div{
    display: table-cell;
    vertical-align: top;
}
.wrap {
    max-width: 1200px;
    margin: 0 auto;
    transition-duration: 1s;
    box-sizing: border-box;
}
.white-pad {
    background-color: #ffffff;
    padding: 1.5rem;
}

.w100{
    width: 100%;
}
.w62{
    width: 62%;
}
.big{
    font-size: 1.9rem;
}
.s13{
    font-size: 0.8rem
}
.submit{
    background-color: #009bb3;
    color: #ffffff;
    padding: 1rem;
    border: 0;
    min-width: 300px;
    font-size: 1rem;
    text-decoration: none;
    cursor: pointer;
}
.h1, .h1 span{
   color: #009bb3;
   font-size: 2rem;
}

.gray_sq{
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 5px;
    background-color: #D4D4D4;
}
.green_sq{
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 5px;
    background-color: #009bb3;
}

.answer{
    padding: 1rem;
    margin-bottom: 0.4rem;
    background-color: #ebebeb;
    cursor: pointer;
    font-size: 1rem;
}
.answer input{
    display: none;
}
.ru{
    display: none;
}

@media screen and (max-width:40em){
    .exttbl > div > div{
        display: block;
        width: 100%;
        padding-bottom: 1rem;
    }

}
