footer.footer-site {
  background-color: #FFF;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #ececec;
}
footer.footer-site .container {
  max-width: 1320px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
footer.footer-site .title {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #737373;
}
footer.footer-site .menu {
  border-bottom: 1px solid rgba(128, 128, 128, 0.35);
  display: flex;
  padding-bottom: 20px;
}
footer.footer-site .menu .col-sm-3 {
  width: 25%;
}
footer.footer-site ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
footer.footer-site ul li {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: block;
  margin-bottom: 15px;
}
footer.footer-site ul li a {
  color: #FFF !important;
  font-weight: 600;
  text-decoration: none;
  font-size: 16px;
}
footer.footer-site .copyright {
  display: flex;
  color: #737373;
  font-size: 16px;
}
footer.footer-site .copyright .left {
  width: calc(100% - 200px);
}
footer.footer-site .copyright .right {
  text-align: right;
  width: 200px;
}
footer.footer-site .copyright a {
  color: #737373;
}

body {
  font-family: McKinsey Sans, Helvetica Neue, Calibri, Corbel, Helvetica, Roboto, Droid, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.sitewrap {
  min-height: calc(100vh - 54px - 65px);
}

header .inner {
  text-align: right;
}
header ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  width: auto;
  display: inline-block;
}
header ul li {
  display: inline-block;
}
header ul li a {
  text-decoration: none;
  color: #000;
  padding: 15px 15px;
  display: inline-block;
  font-size: 15px;
  transition: all 0.3s linear;
  position: relative;
  color: #999;
  font-family: "Mark OT", Helvetica, Arial;
}
header ul li a:before {
  transition-property: transform opacity;
  transition-duration: 240ms;
  content: "";
  height: 1px;
  width: 0%;
  background: #000;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: block;
  opacity: 0;
  top: 28px;
}
header ul li a.active, header ul li a:hover {
  color: #000;
}
header ul li a.active:before, header ul li a:hover:before {
  width: 100%;
  opacity: 1;
}

.bg-title {
  position: relative;
}
.bg-title img {
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: calc(100% + 55px);
  width: auto;
}

h1 {
  text-align: left;
  margin-top: 80px;
  margin-bottom: 10px;
  font-family: Bower, Georgia, Times New Roman, serif;
  font-weight: 600;
}

.subtitle {
  font-size: 18px;
  margin-bottom: 40px;
}

.error {
  border-color: #F00 !important;
}

form {
  margin-bottom: 30px;
  margin-top: 40px !important;
}

select,
input,
input:focus,
input:active {
  width: 100%;
  outline: none;
  border: 1px solid #ced4da !important;
  box-shadow: none !important;
  background-color: rgb(245, 244, 242) !important;
}

button {
  width: 100%;
  background: var(--dls19-brand-gradient, linear-gradient(to right, #E61E4D 0%, #E31C5F 50%, #D70466 100%)) !important;
  border: none;
  color: #FFF !important;
}

.result .title {
  border-top: 1px solid #c5d7f2;
  padding-top: 15px;
  margin-top: 15px;
  color: #E61E4D;
}
.result .title label {
  display: block;
  width: 100%;
  line-height: 1.3;
}

.result .code span,
.result .note span {
  background-color: #F5D76E;
}

.result .code,
.result .note {
  margin-top: 15px;
}

.result .note {
  margin-bottom: 40px;
}

.result .no_found {
  font-size: 26px;
  font-weight: 600;
}

.action {
  align-self: end;
}

.counts_block h1 {
  font-size: 34px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 15px;
}
.counts_block .stats-box {
  text-align: center;
  margin: 75px 0px;
}
.counts_block .stats-box .counter {
  font-size: 60px;
  color: #5189EC;
  font-weight: 300;
  line-height: 1.4;
  transition: all 300ms ease-out;
}
.counts_block .stats-box p {
  display: block;
  margin: 5px 0 5px 0;
  text-align: center;
  font-size: 13px;
  height: 32px;
}

.shadow_blocks {
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.16);
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f7f8fb;
}
.shadow_blocks h2 {
  font-size: 46px;
  font-weight: 700;
  line-height: 55px;
  margin-bottom: 40px;
  color: #031b4e;
}
.shadow_blocks .item {
  margin-bottom: 30px;
  min-height: 200px;
}
.shadow_blocks .item .image {
  width: 64px;
  float: left;
}
.shadow_blocks .item .image img {
  max-width: 100%;
}
.shadow_blocks .item .text {
  width: 100%;
  height: 100%;
  padding: 80px 30px 30px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 8px;
  display: flow-root;
  flex: 0 0 auto;
  border-radius: 8px;
  transition: all 0.3s linear;
  position: relative;
  background-color: #FFF;
  display: flex;
  align-items: first baseline;
  text-decoration: none;
}
.shadow_blocks .item .text:hover {
  box-shadow: rgba(0, 0, 0, 0.36) 0px 2px 8px;
  transform: scale(1.03);
}
.shadow_blocks .item .text label {
  position: absolute;
  cursor: pointer;
  color: #031b4e;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  text-decoration: none;
}
.shadow_blocks .item .text .title {
  color: rgb(25, 25, 37);
  font-size: 24px;
  line-height: 32px;
  font-weight: normal;
  margin-top: 15px;
  margin-bottom: 15px;
}
.shadow_blocks .item .text .description {
  color: #222222;
  font-size: 18px;
  line-height: 30px;
  text-decoration: none;
  font-weight: 400;
}
.shadow_blocks .item .text .label {
  clear: both;
  font-size: 14px;
  text-decoration: none;
  color: #1EA691;
  font-weight: 700;
  position: relative;
}
.shadow_blocks .item .text .label:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 11px;
}
.shadow_blocks .item .text .actions {
  margin-top: 20px;
}
.shadow_blocks .item .text .views {
  font-size: 14px;
  line-height: 1;
  color: #191925;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.shadow_blocks .item .text .views span {
  white-space: nowrap;
  font-weight: 600;
}
.shadow_blocks .actions.show_all {
  position: relative;
  z-index: 10;
}

iframe {
  background: #CCC;
}

abbr {
  color: #E61E4D;
}

.notes {
  margin-bottom: 60px;
}

.hidden {
  display: none !important;
}
