/*
.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}
*/

body {
    font-family: "Roboto", sans-serif;
}

.underlined {
    text-decoration: underline;
}

.w_thin {
    font-weight: 200;
}

.w_light {
    font-weight: 300;
}

.w_light strong {
    font-weight: 700;
}

.w_regular {
    font-weight: 400;
}

.w_medium {
    font-weight: 500;
}

.w_semibold {
    font-weight: 600;
}

.w_bold {
    font-weight: 700;
}


.w_extrabold {
    font-weight: 800;
}


.w_black {
    font-weight: 900;
}











.text_46 {
    font-size:30px;
}

.text_44 {
    font-size:37px;
}


@media screen and (min-width: 1200px) {
.text_44 {
    font-size:44px;
}
.text_46 {
    font-size:46px;
}
}


.text_34 {
    font-size:34px;
}


.text_30 {
    font-size:24px;
}


@media screen and (min-width: 1200px) {
.text_30 {
    font-size:30px;
}
}
.text_28 {
    font-size:28px;
}

.text_24 {
    font-size:24px;
}

.text_21 {
    font-size:21px;
}

.text_20 {
    font-size:20px;
}

.text_16 {
    font-size:16px;
}

.text_14 {
    font-size:14px;
}

.text_13 {
    font-size:10px;
}


@media screen and (min-width: 1200px) {
.text_13 {
    font-size:13px;
}
}

.text_12 {
    font-size:12px;
}

.text_10 {
    font-size:10px;
}


.line_46 {
    line-height:30px;
}
@media screen and (min-width: 1200px) {
    .line_46 {
        line-height:46px;
    }
}
.line_44 {
    line-height:44px;
}


.line_34 {
    line-height:34px;
}


.line_30 {
    line-height:30px;
}


.line_28 {
    line-height:28px;
}


.line_27 {
    line-height:27px;
}

.line_24 {
    line-height:24px;
}

.line_20 {
    line-height:20px;
}

.line_16 {
    line-height:16px;
}

.line_14 {
    line-height:14px;
}

.line_13 {
    line-height:13px;
}

.line_12 {
    line-height:12px;
}

.line_10 {
    line-height:10px;
}