* {
    /*
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    */
}

body {
    width: 1024px !important;
    font-family: sans-serif !important;
    margin: auto !important;
    background-color: #fafafa !important;
}

h2 {
    /*margin: 30px auto;*/
    background: #01b9ff !important;
    margin: 0 !important;
    padding: 20px !important;
    text-align: center !important;
    text-transform: uppercase !important;
    color: white !important;
    text-shadow: 1px 1px 2px #404040 !important;
    font-family: "Dihjauti-Regular" !important;
    padding-bottom: 13px !important;
  }

.header {
    padding: 10px 40px;
    color: white;
    background: url(/images/header_bg.jpg);
    height: 145px;
    background-repeat: repeat-x;
    text-align: center;
    font-family: sans-serif;
}

.siteTitle {
    float: left;
    width: 55%;
    padding-top: 12px;
    font-family: "Dihjauti-Regular";
    font-size: 35px;
    text-shadow: 1px 1px 2px #404040;
    margin: 0;
}

.logoutBtn {
    margin-top: 20px !important;
    margin-bottom: 0px !important;
    background: #fe3948 !important;
}

.logoutBtn:hover {
    background: #ff636e !important;
}

.generalBlock {
    padding: 40px;
    background: white;
}

.generalImgBlock {
    width: 75%;
    float: left;
    text-align: center;
}

.generalImgBlock img {
    width: 600px;
}

.authBlock, .testBlock {
    float:right;
    width: 25%;
    text-align: center;
    padding: 10px;
    border: 2px solid #404040;
    /*border-radius: 10px;*/
    margin-top: 85px;
    background: #01b9ff;
    color: white;
    font-family: sans-serif;
}

.authBlock h3 {
    padding-bottom: 5px;
}

.authBlock input {
    display: block;
    margin-bottom: 5px;
    width: 100%;
    box-sizing: border-box;
    height: 30px;
    border-radius: 5px;
    border-color: #404040;
    padding-left: 5px;
    padding-right: 5px;
    border-style: solid;
}

input:focus{
    outline-color: #06c8fb;
    outline-style: solid;
 }

.authBlock button, .testBlock button{
    width: 100%;
    background-color: #404040;
    border: none;
    padding: 5px;
    color: white;
    border-radius: 5px;
    border: 2px solid #404040;
    font-family: sans-serif;
    font-size: 18px;
    cursor: pointer !important;
}

.testBlock button {
    margin-bottom: 5px;
}

.authBlock button:hover, .testBlock button:hover {
    background-color: #595959;
}

button:disabled {
    background-color: gray !important;
    cursor: default !important;
}

.testBlock {
    display: none;
}

.tariffContentBlock {
    padding: 40px;
    background: white;
    position: relative;
}

.tariffContentBlock table {
    border-collapse: collapse;
}

.tariffContentBlock table th {
    padding: 10px;
}

.tariffContentBlock table td {
    padding: 10px;
}

.orderGeneralBlock {
    width: 25%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
}

.orderBlock {
    width: 100%;
    text-align: center;
    padding: 10px;
    /*
    border: 2px solid #404040;
    border-radius: 10px;
    */
}

.orderBlock input {
    display: block;
    margin-bottom: 5px;
    width: 100%;
    box-sizing: border-box;
    height: 30px;
    border-radius: 5px;
    border-color: #404040;
    padding-left: 5px;
    padding-right: 5px;
    border-style: solid;
}

.orderBlock button {
    width: 100%;
    background-color: #404040;
    border: none;
    padding: 5px;
    color: white;
    border-radius: 5px;
    font-size: 18px;
    font-family: sans-serif;
    border: 2px solid #404040;
    cursor: pointer !important;
}

.orderBlock button:hover {
    background-color: #595959;
}

.docContainer {
    padding: 40px;
    background: white;
}

.footerBlock {
    background: #404040;
    padding: 20px;
    color: white;
    font-weight: bold;
    font-family: sans-serif;
}

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