﻿.pl-0 {
  padding-left: 0px !important;
}
.mt-1 {
  margin-top: 14px;
}
.mt-2 {
  margin-top: calc(2 * 14px);
}
.mb-1 {
  margin-bottom: 14px;
}
.ml-1 {
  margin-left: 14px;
}
.ml-2 {
  margin-left: calc(2 * 14px);
}
.mr-1 {
  margin-right: 14px;
}
.mr-2 {
  margin-right: calc(2 * 14px);
}
.h-100 {
  height: 100% !important;
}
.w-30 {
  width: 30% !important;
}
.w-40 {
  width: 40% !important;
}
.w-100 {
  width: 100% !important;
}
@media screen and (max-width: 1024px) {
  .mob-mt-1 {
    margin-top: 14px;
  }
  .mob-mt-2 {
    margin-top: calc(2 * 14px);
  }
}