/* Site default value */
/* line 24, ../sass/_style.sass */
.sectionBlock div.container div.blockBut button.but {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 0 20px 0 20px;
  margin: 0;
  cursor: pointer;
  border: none;
  text-decoration: none;
  transition: background 250ms ease-in-out, transform 150ms ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  vertical-align: middle; }

/* line 39, ../sass/_style.sass */
.sectionBlock div.container div.blockBut button.but {
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px; }

/* line 24, ../sass/common.sass */
.sectionBlock {
  margin-bottom: 10px;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  overflow: hidden;
  background-color: #fff; }
  /* line 34, ../sass/common.sass */
  .sectionBlock div.container {
    text-align: left;
    padding: 20px;
    color: #333;
    font-weight: normal;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; }
    /* line 46, ../sass/common.sass */
    .sectionBlock div.container div.icon {
      background-position: center center;
      background-size: contain;
      background-repeat: no-repeat; }
    /* line 52, ../sass/common.sass */
    .sectionBlock div.container div.title {
      color: #246;
      font-size: 22px;
      font-weight: 600;
      line-height: 30px; }
    /* line 63, ../sass/common.sass */
    .sectionBlock div.container div.subTitle {
      color: #123;
      font-size: 18px;
      font-weight: 400;
      line-height: 26px; }
    /* line 69, ../sass/common.sass */
    .sectionBlock div.container div.descUpper {
      font-size: 13px; }
      /* line 76, ../sass/common.sass */
      .sectionBlock div.container div.descUpper table {
        width: 100%; }
        /* line 79, ../sass/common.sass */
        .sectionBlock div.container div.descUpper table td {
          border: 1px solid #555;
          padding: 5px; }
        /* line 84, ../sass/common.sass */
        .sectionBlock div.container div.descUpper table thead tr {
          background-color: #06c;
          color: #fff;
          padding: 5px; }
    /* line 90, ../sass/common.sass */
    .sectionBlock div.container div.image {
      background-position: center center;
      background-size: contain;
      background-repeat: no-repeat;
      margin: 0 auto; }
      @media screen and (max-width: 767px) {
        /* line 90, ../sass/common.sass */
        .sectionBlock div.container div.image {
          max-width: 100%; } }
    /* line 98, ../sass/common.sass */
    .sectionBlock div.container div.descLower {
      font-size: 13px; }
    /* line 105, ../sass/common.sass */
    .sectionBlock div.container div.blockBut {
      margin: 25px 5px 10px 5px; }
      /* line 108, ../sass/common.sass */
      .sectionBlock div.container div.blockBut button.but {
        background-color: #f90;
        padding-right: 40px; }
      /* line 113, ../sass/common.sass */
      .sectionBlock div.container div.blockBut img {
        margin-left: -30px; }

/* line 117, ../sass/common.sass */
.zeroSize {
  width: 0;
  height: 0; }

/* line 122, ../sass/common.sass */
.sectionContainer {
  max-width: 980px;
  margin: auto;
  overflow: hidden; }

/* line 133, ../sass/common.sass */
.fullWidth {
  width: 100%;
  overflow: hidden; }

/* line 138, ../sass/common.sass */
.noStyle {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0; }

/* line 145, ../sass/common.sass */
.justifyfull {
  text-align: justify; }

/* line 147, ../sass/common.sass */
.justifyright {
  text-align: right; }

/* line 149, ../sass/common.sass */
.justifyleft {
  text-align: left; }
