@charset "UTF-8";

.image-wrapper {
  line-height: 0;
}

.image-wrapper img {
  width: 100%;
}

.road_sign .image-wrapper img {
  width: auto;
  margin: auto;
  display: table;
}

.road_sign h4 {
  float: left;
  margin-top: 5px;
  margin-bottom: 20px;
}

html[lang="en"] .road_sign h4 {
  font-weight: lighter;
}

.content-button a.instr-btn {
  max-width: 310px;
  min-width: 31.7%;
  min-height: 50px;
  width: auto;
  margin: 30px auto;
  padding: 12px;
}

.content-button .btn i {
  margin-right: 10px;
}

@media screen and (min-width: 480px) {}

@media screen and (min-width: 767px) {

  .image-wrapper {
    width: 320px;
    height: 168px;
    overflow: hidden;
    float: left;
    position: relative;
  }

  .content-wrapper {
    width: calc(100% - 380px);
    float: right;
  }

  .road_sign .image-wrapper {
    height: 140px;
  }

  .road_sign .image-wrapper {
    width: 100%;
    border: 1px solid #aaa;
    display: flex;
    vertical-align: middle;
  }

}

@media screen and (min-width: 1000px) {

  .five-button .btn4 .btn,
  .five-button .btn5 .btn {
    margin-top: 30px;
  }

  .content-wrapper a {
    padding-top: 15px;
    display: inline-block;
  }

  .rules .grid-12:last-child {
    margin-bottom: 10px;
  }

  .road_sign .image-wrapper {
    width: 100%;
    height: auto;
    border: 1px solid #aaa;
    display: flex;
    vertical-align: middle;
  }

  .road_sign .image-wrapper img {
    max-width: 280px;
    width: 100%;
  }

  .road_sign .image-wrapper span {
    width: 100%;
    height: 100px;
    line-height: 100px;
  }

}

@media screen and (min-width: 1200px) {}

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 999px) {

  .road_sign .image-wrapper img {
    width: 80%;
    height: 80%;
  }

  .content-button a.instr-btn {
    width: 90%;
    max-width: 310px;
    padding: 13px;
  }

}

@media screen and (max-width: 768px) {

  .rules .image-wrapper {
    max-width: 270px;
    height: 142px;
    position: relative;
    margin: 0px auto 10px auto;
    width: 100%;
    overflow: hidden;
  }

  .rules .image-wrapper img {
    height: 142px;
    left: -50%;
    right: -50%;
    position: absolute;
    width: auto;
    display: block;
    margin: auto;
  }

  .five-button .grid-sm-6 a {
    margin: auto;
    max-width: 310px;
    margin: auto;
    display: table;
    width: 90%;
  }

  .five-button .grid-sm-6 {
    margin-bottom: 15px;
  }

  .five-button .grid-sm-6.btn5 {
    margin-bottom: 0px;
  }

  .content-wrapper a {
    margin-top: 10px;
    display: inline-block;
  }

  .example_type .grid-md-3 div.types {
    min-height: auto;
    margin-bottom: 20px;
  }

  .example_type div.types.m-types {
    margin-bottom: 0px;
  }

  .btn1.grid-lg-3 {
    max-width: 310px;
    width: 90%;
    padding: 10px 30px 10px 30px;
    margin: 25px auto 0;
    display: table;
  }

  .road_sign .image-wrapper {
    margin: 0 auto;
    border: 1px solid #aaa;
    min-height: 113px;
    position: relative;
  }

  .road_sign .image-wrapper img {
    position: initial;
    max-width: 190px;
    width: 100%;
    height: auto;
  }

  .road_sign .image-wrapper span {
    min-width: 118px;
    min-height: 40px;
    font-size: 18px;
    line-height: 40px;
  }

  .road_sign h4 {
    display: block;
    max-width: 190px;
    width: 100%;
  }

  .content-button a.instr-btn {
    display: block;
    max-width: 310px;
    margin: 40px auto;
  }
}

@media screen and (max-width: 479px) {}

@media screen and (min-width: 480px) and (max-width: 768px) {}

@media screen and (min-width: 768px) and (max-width: 999px) {

  .five-button .btn3 .btn,
  .five-button .btn4 .btn,
  .five-button .btn5 .btn {
    margin-top: 30px
  }

  .content-wrapper a {
    padding-top: 10px;
    display: inline-block;
  }

  .image-wrapper {
    width: 270px;
    height: 142px;
  }

  .content-wrapper {
    width: calc(100% - 300px);
  }

  .example_type .grid-md-3 div.types {
    min-height: 185px;
    margin-bottom: 20px;
  }

}

@media screen and (min-width: 1000px) and (max-width: 1199px) {

  .five-button .btn3 .btn {
    margin-top: 30px
  }
  
    .road_sign .image-wrapper {
    width: 100%;
    height: 210px;
    border: 1px solid #aaa;
    display: flex;
    vertical-align: middle;
  }

}
