@charset "utf-8";

* {
  /* font-family: 'Roboto', sans-serif; */
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body,
html {
  width: 100%;
  /* height: 100%; */
  margin: 0 !important;
  padding: 0 !important;
  -webkit-overflow-scrolling: auto;
}

a,
blockquote,
p,
span {
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
}

dl,
dt,
dd {
  margin: 0;
  font-family: 'Roboto', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;

  font-weight: 400;
  margin: 0;
  color: #000;
  line-height: 1.3;
}

button,
div,
p,
ul,
ol {
  font-family: 'Roboto', sans-serif;

  margin: 0;
  padding: 0;
  color: #000;
  outline: none;
}

span {
  font-family: 'Roboto', sans-serif;

  position: relative;
}

article,
aside,
figure,
footer,
header,
main,
nav,
section {
  font-family: 'Roboto', sans-serif;

  display: block;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

li {
  font-family: 'Roboto', sans-serif;
  list-style-type: none;
}

a,
img {
  font-family: 'Roboto', sans-serif;

  outline: none;
}

button {
  font-family: 'Roboto', sans-serif;

  background: none;
  border: 0;
  cursor: pointer;
}

a:link,
a:visited,
a:focus,
a:hover,
a:active {
  text-decoration: none;
  color: #333;
}

table {
  font-family: 'Roboto', sans-serif;

  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

textarea {
  padding: 0;
  border: 0;
  background: none;
  width: 100%;
}

input,
textarea {
  font-family: 'Roboto', sans-serif;
  appearance: none;
  resize: none;
  outline: none;
}

input[type='text'],
input[type='password'],
input[type='email'],
input[type='number'],
input[type='tel'] {
  display: block;
  box-sizing: border-box;
  background-color: transparent;
}

img,
input[type='image'] {
  border-width: 0;
  height: auto;
  max-width: 100%;
}

input[type='text']::-ms-clear {
  display: none;
}

input[type='number'] {
  -moz-appearance: textfield;
}

input::placeholder,
textarea::placeholder {
  text-align: left;
  color: #abb2ba;
}

input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

select {
  font-family: 'Roboto', sans-serif;

  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
}

select::-ms-expand {
  display: none;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
  visibility: hidden;
  width: 0;
  height: 0;
  font-size: 0;
}

.ellipsis {
  font-family: 'Roboto', sans-serif;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis_any {
  font-family: 'Roboto', sans-serif;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 1.4;
  height: auto;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.hide {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0;
  text-indent: -9999px;
  overflow: hidden;
  visibility: hidden;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
