

html,body{
  background: #272727;
  font-size: 3.5vw;
  width:  100%;
}

h2{
    font-size: 1.55rem;
    margin-bottom: 1rem;
}
.d-none{
  display: none; 
}

.ty_main {
  width:  100%;
  max-width: 1600px;
  display: block;
  margin: 0 auto;
  background: #fff;
  padding: 0 0 0 0;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  min-height: 100vh;
  justify-content: space-between;
}



header {
  background: url(../images/kv.jpg) no-repeat center top;
  background-size: 100% auto;
  height: 0;
  padding-bottom: 28.65%;
  float: left;
  width: 100%;
}

.bt-wrap {
  margin-top: 40px;
  margin-bottom: 40px;
}

.button--winona.button--inverted {
  color: #fff;
}

.button--winona.button--inverted {
  color: #fff;
}

.button--border-thin {
  border: 3px solid;
  border-radius: 8px;
}

.button {
  font-size: 22px;
  font-weight: 600;
  max-width: 423px;
  width: 100%;
  float: none;
  display: inline-block;
  background-color: #0075FF;

}

.button--winona:hover {
  border-color: #000;
  background-color: #000;
}

.button--winona.button--inverted:hover {
  border-color: #000;
  background-color: #000;
}

.blue{
  color:#0075FF;
}

.bt-master {
  color:#0075FF;
  max-width: 500px;
  width: 100%;
  border-bottom: #0075FF solid 3px;
  border-radius: inherit;
  width: auto;
  padding-bottom: 2px;
  font-size: 1.8rem;
  font-weight: 600;
}

.info_container{
  padding: 50px 0;
}

.info_container .row{
    justify-content: center;
}

.info_container .item{
  text-align: center;
}

.info_container .icon{
  color: #ccc;
  font-size: 70px;
}

.info_container  h2{
  font-size: 1.2rem;
  line-height: 1.8;
  text-align: center;
  color: #333;
  letter-spacing: 2px;
  margin-bottom:  2.5rem;
  /*border: #0075FF solid 1px;*/
}

@media screen and (min-width:768px) {
  .s_br{
    display: none;
  }
}


@media screen and (min-width:992px) {
    html,
    body {
        font-size: 1.5vw;
        letter-spacing: 0.1em;
    }
}

@media screen and (min-width:1366px) {
    html,
    body {
        font-size: 1.4vw;
        letter-spacing: 0.1em;
    }
  }

@media screen and (min-width:1600px) {

    html,
    body {
        font-size: 1.24vw;
        letter-spacing: 0.1em;
    }
  }