.img-border-radius {
  border-radius: 15px;
}
body {
  font-size: 18px;
  color: #4F4F4F;
}
body a {
  color: #F08143;
}
body a:hover {
  color: #F08143;
  text-decoration: none;
}
b {
  font-weight: bold;
}
h1 {
  font-family: Roboto-Bold;
  font-size: 48px;
  line-height: 56px;
  color: #2e2e2e;
}
h2 {
  font-family: Roboto-Bold;
  font-size: 35px;
  line-height: 42px;
  color: #2e2e2e;
}
h3 {
  font-family: Roboto-Bold;
  font-size: 30px;
  line-height: 35px;
  color: #2e2e2e;
}
h4 {
  font-family: Roboto-Bold;
  font-size: 24px;
  line-height: 28px;
  color: #2e2e2e;
}
h5 {
  font-family: Roboto-Bold;
  font-size: 18px;
  line-height: 22px;
  color: #2e2e2e;
}
p {
  font-family: Roboto;
  font-size: 18px;
  line-height: 26px;
}
button:active,
button:focus {
  outline: none;
}
button::-moz-focus-inner {
  border: 0;
}
a:active,
a:focus {
  outline: none;
}
input,
textarea {
  outline: none;
}
input:active,
textarea:active {
  outline: none;
}
:focus {
  outline: none;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]:hover,
input[type="number"]:focus {
  -moz-appearance: number-input;
}
.font-light {
  font-family: Roboto-Light !important;
}
.font-normal {
  font-family: Roboto-Medium !important;
}
.font-bold {
  font-family: Roboto-Bold !important;
}
.text-15 {
  font-size: 15px;
  line-height: 19px;
}
.list-none {
  list-style: none;
}
.color-orange {
  color: #F08143;
}
.color-blue {
  color: #2A5CD4;
}
.color-white {
  color: #fff;
}
.color-indigo{
  color: #4A68AF;
}
.content {
    background: url('images/wave-bg.svg');
    background-position: center 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #f1f1f1;
}
table caption{
  caption-side: top;
}
table{
  border: none;
}
table th, table td, table tr{
  border: 1px solid #4A68AF;
}
table th, table td {
  text-align: center;
  padding: 10px;
}
/*отступы*/
/*левый*/
.ml-15 {
  margin-left: 15px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-30 {
  margin-left: 30px;
}
/*правый*/
.mr-15 {
  margin-right: 15px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-30 {
  margin-right: 30px;
}
/*верхний*/
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
/*нижний*/
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
/*верхний и нижний сразу*/
.my-15 {
  margin: 15px 0;
}
.my-20 {
  margin: 20px 0;
}
.my-30 {
  margin: 30px 0;
}
/*левый и правый сразу*/
.mx-15 {
  margin: 0 15px;
}
.mx-20 {
  margin: 0 20px;
}
.mx-30 {
  margin: 0 30px;
}