@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.typConf {
  background-color: #e6e6e6;
  font-family: 'Roboto', sans-serif;
}
.typConf .clear {
  clear: both;
}
.typConf .wrapper {
  max-width: 790px;
  width: auto;
  background-color: #fff;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
}
.typConf .wrapper h2 {
  font-size: 1.5em!important;
  line-height: 1.5em !important;
}
.typConf .wrapper table {
  width: 100%;
}
.typConf .wrapper .center {
  max-width: 660px;
  width: 100%;
  margin: auto;
}
.typConf .wrapper .center .newfont {
  font-size: 1.5em;
  line-height: 1.5em;
  font-family: 'Roboto', sans-serif;
  color: #000000;
  font-weight: 700;
  text-align: center;
  margin: 25px 0 0;
}
.typConf .wrapper .center .text {
  max-width: 660px;
  width: 100%;
  font-size: 14px;
  line-height: 160%;
  color: #5b5b5b;
  margin: 15px 0;
}
.typConf .wrapper .center .table {
  font-family: 'Roboto', sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 25px 0 0;
}
.typConf .wrapper .center .table h2 {
  font-size: 18px!important;
  line-height: 30px!important;
  color: #3d3d3d;
  margin: 0 0 10px;
}
.typConf .wrapper .center .table table td {
  border-color: #c5c5c5;
  border-style: dotted;
}
.typConf .wrapper .center ol {
  margin-left: 20px;
}
.typConf .wrapper .center ol .text {
  margin: 0;
}
.typConf .wrapper .center form {
  width: 100%;
  max-width: 450px;
  margin: 2em auto;
  position: relative;
  background: none;
}
.typConf .wrapper .center form .border {
  width: 100%;
  max-width: 450px;
  margin: auto;
  border: 1px solid #dfdfdf;
  padding: 20px;
  box-sizing: border-box;
}
.typConf .wrapper .center form .border .form_filed {
  width: 100%;
  margin-top: 10px;
}
.typConf .wrapper .center form .border .form_filed input,
.typConf .wrapper .center form .border .form_filed p {
  background: #f9f9f9;
  color: #666;
  font-size: 14px;
  border: 1px solid #ddd;
  margin: 0;
  line-height: 1.3em;
  font-family: 'Roboto', sans-serif;
  padding: 10px;
  display: block;
  width: 100%;
  height: 38px;
  overflow-y: hidden;
}
.typConf .wrapper .center form button {
  font-family: 'Roboto', sans-serif;
  padding: 10px 20px;
  margin: 30px auto 0;
  display: block;
  font-size: 1.3em;
  cursor: pointer;
  background-color: #157072;
  border-radius: 10px;
  border: 1px solid black;
  color: #fff;
  font-weight: bold;
  text-align: center;
  float: right;
  outline: 0;
}
.typConf .wrapper .center form button.accept {
  float: left;
}
.typConf .wrapper .center form button.edit {
  background: #efff67;
  color: #424242;
}
@media only screen and (max-width: 500px) {
  .typConf .wrapper {
    padding: 10px;
  }
  .typConf .wrapper .center .table {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .typConf .wrapper .center .table h2 {
    font-size: 16px!important;
  }
  .typConf .wrapper .center .table .table_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 10px;
  }
  .typConf .wrapper .center button {
    float: none!important;
  }
}
.typConfSmall {
  background-color: #e6e6e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.typConfSmall .clear {
  clear: both;
}
.typConfSmall .typConfSmall_wrapper {
  max-width: 790px;
  width: auto;
  background-color: #fff;
  padding: 20px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100vh;
  margin: auto;
}
.typConfSmall .typConfSmall_wrapper .text {
  font-size: 14px;
  line-height: 160%;
  color: #5b5b5b;
  width: 100%;
}
.typConfSmall .typConfSmall_wrapper .box {
  width: 100%;
}
.typConfSmall .typConfSmall_wrapper .box .box_img {
  width: 200px;
  float: left;
  margin: 0 20px 20px 0;
}
.typConfSmall .typConfSmall_wrapper ol {
  margin-left: 20px;
  list-style-position: inside;
}
.typConfSmall .typConfSmall_wrapper form {
  width: auto!important;
  background: none!important;
}
.typConfSmall .typConfSmall_wrapper #orbb {
  max-width: 350px;
  width: 100%;
  border: none;
  padding: 10px 5px;
  line-height: 22px;
  height: auto;
  background-image: none;
  margin: 10px auto;
  border-radius: 5px;
  background-color: #00A323;
  color: #FFF;
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
  text-shadow: 1px 1px #333;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin: 5px 0;
  cursor: pointer;
}
.typConfSmall .typConfSmall_wrapper #orbb span {
  font-family: 'Roboto', sans-serif;
}
.typConfSmall .typConfSmall_wrapper #orsb {
  max-width: 350px;
  width: 100%;
  border: none;
  padding: 10px 5px;
  line-height: 22px;
  height: auto;
  background-image: none;
  margin: 10px auto;
  border-radius: 5px;
  background-color: #363636;
  color: #999;
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
  text-shadow: 1px 1px #333;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  margin: 5px 0;
  cursor: pointer;
}
.typConfSmall .typConfSmall_wrapper #orsb span {
  font-family: 'Roboto', sans-serif;
}
@media only screen and (max-width: 600px) {
  .typConfSmall .typConfSmall .typConfSmall_wrapper {
    padding: 20px;
  }
  .typConfSmall .typConfSmall .typConfSmall_wrapper h2 {
    line-height: 1.2em!important;
    font-size: 24px!important;
  }
}
@media only screen and (max-width: 600px) {
  .typConfSmall .box .box_img {
    width: 100%!important;
    float: none!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .typConfSmall .box .box_img img {
    max-width: 200px;
    width: 100%;
  }
}
.typConfBig {
  background-color: #e6e6e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.typConfBig .clear {
  clear: both;
}
.typConfBig .typConfBig_wrapper {
  max-width: 790px;
  width: auto;
  background-color: #fff;
  padding: 20px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100vh;
  margin: auto;
}
.typConfBig .typConfBig_wrapper form {
  width: auto!important;
  background: none!important;
}
.typConfBig .typConfBig_wrapper .box {
  width: 100%;
}
.typConfBig .typConfBig_wrapper .box_img {
  max-width: 300px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
  float: left;
  margin: 0 20px 20px 0;
}
.typConfBig .typConfBig_wrapper .text {
  font-size: 14px;
  line-height: 160%;
  color: #5b5b5b;
  width: 100%;
}
.typConfBig .typConfBig_wrapper ol {
  list-style-position: inside;
  margin-left: 20px;
}
.typConfBig .typConfBig_wrapper #orbb {
  max-width: 350px;
  width: 100%;
  border: none;
  padding: 10px 5px;
  line-height: 22px;
  height: auto;
  background-image: none;
  margin: 10px auto;
  border-radius: 5px;
  background-color: #00A323;
  color: #FFF;
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
  text-shadow: 1px 1px #333;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin: 5px 0;
  cursor: pointer;
}
.typConfBig .typConfBig_wrapper #orbb span {
  font-family: 'Roboto', sans-serif;
}
.typConfBig .typConfBig_wrapper #orsb {
  max-width: 350px;
  width: 100%;
  border: none;
  padding: 10px 5px;
  line-height: 22px;
  height: auto;
  background-image: none;
  margin: 10px auto;
  border-radius: 5px;
  background-color: #363636;
  color: #999;
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
  text-shadow: 1px 1px #333;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  margin: 5px 0;
  cursor: pointer;
}
.typConfBig .typConfBig_wrapper #orsb span {
  font-family: 'Roboto', sans-serif;
}
@media only screen and (max-width: 600px) {
  .typConfBig .wrapper {
    padding: 20px;
  }
  .typConfBig .wrapper h2 {
    line-height: 1.2em!important;
    font-size: 24px!important;
  }
  .typConfBig .wrapper .box_img {
    float: none;
    margin: auto;
  }
}
@media only screen and (max-width: 768px) {
  .typConfSmall .typConfSmall_wrapper {
    padding: 40px 10px;
  }
  .typConfBig .typConfBig_wrapper {
    padding: 40px 10px;
  }
}
