@charset "UTF-8";

a.btn-ij {
  text-decoration: none;
  color: #212529;
}

a.btn-ij:hover {
  text-decoration: none;
  color: none;
}

.btn-ij {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 10px 25px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-ij:focus {
  outline: none;
}

@media (max-width: 575.98px) {
  .btn-ij {
    font-size: 12px;
    padding: 8px 15px;
  }
}

.btn-ij i {
  font-size: 16px;
}

.btn-ij-gray {
  color: #000 !important;
  background-color: #E8E8E8;
  border-color: #E8E8E8;
}

.btn-ij-gray:hover {
  background-color: #D6D3D3;
  border-color: #D6D3D3;
}

.btn-ij-primary {
  color: #fff !important;
  background-color: #F00065;
  border-color: #F00065;
}

.btn-ij-primary:hover {
  background-color: #CE075A;
  border-color: #CE075A;
}

.btn-ij-success {
  color: #fff !important;
  background-color: #00A77A;
  border-color: #00A77A;
}

.btn-ij-success:hover {
  background-color: #088865;
  border-color: #088865;
}

.btn-ij-default {
  color: #fff !important;
  background-color: #1A2C79;
  border-color: #1A2C79;
}

.btn-ij-default:hover {
  background-color: #081446;
  border-color: #081446;
}

.card-ij {
  box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  flex: 1;
  background-color: #fff;
}

.card-ij__media {
  height: 230px;
  background-position: center;
  background-size: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

@media (max-width: 767.98px) {
  .card-ij__media {
    display: none;
  }
}

.card-ij__date {
  font-size: 15px;
  color: #707070;
}

@media (max-width: 767.98px) {
  .card-ij__date {
    font-size: 12px;
  }
}

.card-ij__body {
  padding: 20px;
  flex: 1;
}

.card-ij__text p {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .card-ij__text p {
    font-size: 12px;
  }
}

.card-ij__footer {
  padding: 20px;
}

.card-ij__footer a {
  color: #707070;
  font-weight: bold;
  font-size: 15px;
  transition: 0.3s ease all;
  display: flex;
  align-items: center;
}

.card-ij__footer a:hover {
  text-decoration: none;
  color: #F00065;
}

@media (max-width: 767.98px) {
  .card-ij__footer a {
    font-size: 12px;
  }
}

.card-ij__footer i {
  margin-left: 10px;
}

.hamburger {
  padding: 0 !important;
  margin-left: 25px !important;
}

.hamburger:focus {
  outline: none;
}

.hamburger-box {
  width: 25px !important;
  height: 20px !important;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 25px !important;
  height: 3px !important;
  background-color: #FFFFFF !important;
}

.accordion .card {
  border-radius: 5px !important;
  margin-bottom: 25px !important;
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
}

.accordion .card-header {
  background-color: #FFFFFF !important;
  cursor: pointer;
  padding: 25px 70px;
  font-size: 20px;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 767.98px) {
  .accordion .card-header {
    padding: 15px;
    font-size: 12px;
  }
}

.accordion .card-header i {
  transform: rotate(0deg);
  color: #1A2C79;
  transition: 0.3s all ease;
}

.accordion .card-header.collapsed i {
  transform: rotate(180deg);
}

.activity {
  box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  margin-bottom: 30px;
}

.activity__text {
  flex-grow: 1;
  padding: 0 30px;
}

@media (max-width: 767.98px) {
  .activity__text {
    padding: 0 15px;
  }
}

.activity__text p {
  font-size: 14px;
  font-weight: bold;
}

@media (max-width: 767.98px) {
  .activity__text p {
    font-size: 14px;
  }
}

@media (max-width: 575.98px) {
  .activity__text p {
    font-size: 9px;
  }
}

.activity__header {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 0.3s ease all;
  background-color: #1A2C79;
  color: #FFFFFF;
  border-radius: 0;
}

.activity__header .activity__button > i {
  transform: rotate(180deg);
}

.activity__header.collapsed {
  background-color: #FFFFFF;
  color: #000;
  border-radius: 5px;
}

.activity__header.collapsed .activity__button > i {
  transform: rotate(0deg);
}

.activity__button {
  display: flex;
  align-items: center;
  margin-right: 30px;
}

.activity__button p {
  margin-right: 20px;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .activity__button p {
    display: none;
  }
}

.activity__button i {
  transition: 0.3s ease all;
}

.activity__number {
  background-color: #1A2C79;
  padding: 20px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: 1px solid #FFFFFF;
}

@media (max-width: 575.98px) {
  .activity__number {
    padding: 15px;
  }
}

.activity__number p {
  margin-bottom: 0;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 20px;
}

@media (max-width: 575.98px) {
  .activity__number p {
    font-size: 10px;
  }
}

.activity__body {
  padding: 35px 90px;
}

@media (max-width: 767.98px) {
  .activity__body {
    padding: 20px 40px;
  }
}

.activity__table {
  width: 100%;
  margin-bottom: 35px;
}

.activity__table thead {
  border-bottom: 1px solid #E8E8E8;
}

.activity__table thead th {
  padding: 10px 0;
}

.activity__table tbody td {
  padding: 12px 12px 12px 0;
}

.activity__table tbody td.dashed::before {
  font-family: "Font Awesome 5 Free";
  content: "\F068";
  font-weight: 900;
  margin-right: 14px;
}

input.form-control-ij {
  border: 1px solid #1A2C79;
  border-radius: 5px;
  padding: 10px 15px;
  outline: none;
  width: 100%;
  transition: 0.3s ease all;
}

input.form-control-ij:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

input.form-control-ij::-moz-placeholder {
  font-size: 12px;
}

input.form-control-ij:-ms-input-placeholder {
  font-size: 12px;
}

input.form-control-ij::placeholder {
  font-size: 12px;
}

label.form-control-ij {
  margin-bottom: 5px;
  font-size: 12px;
}

button.form-control-ij {
  outline: none;
  border-radius: 5px;
  border: none;
  padding: 20px;
  width: 100%;
  background-color: #1A2C79;
  transition: 0.3s all ease;
}

button.form-control-ij:hover {
  background-color: #081446;
}

a.back-home-btn {
  color: #FFFFFF;
  transition: 0.3s ease all;
  font-size: 12px;
}

a.back-home-btn:hover {
  color: #F00065;
  text-decoration: none;
}

a.back-home-btn i {
  margin-right: 5px;
  font-size: 10px;
}

a.lets-register-btn {
  color: #F00065;
  font-size: 12px;
  transition: 0.3s ease all;
  text-decoration: underline;
  font-weight: bold;
}

a.lets-register-btn:hover {
  color: #CE075A;
}

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  border: 1px solid #00A77A;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #B94A48;
  border: 1px solid #B94A48;
}

.parsley-errors-list {
  margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 12px;
  opacity: 0;
  color: #B94A48;
  margin-top: 5px;
  transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
}

.widgets-box {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

@media (max-width: 576px) {
  .widgets-box {
    flex-direction: column;
  }
}

@media (max-width: 767.98px) {
  .widgets-box {
    margin-top: 50px;
  }
}

.widget {
  width: 150px;
  height: 150px;
  background-color: #FFFFFF;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 43px;
  color: white;
  box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
  position: relative;
}

@media (max-width: 576px) {
  .widget {
    margin-bottom: 10px;
  }
}

.widget-default {
  background-color: #1A2C79;
}

.widget-default .widget__icon {
  background-color: #1A2C79;
}

.widget-primary {
  background-color: #F00065;
}

.widget-primary .widget__icon {
  background-color: #F00065;
}

.widget-success {
  background-color: #00A77A;
}

.widget-success .widget__icon {
  background-color: #00A77A;
}

.widget__icon {
  width: 50px;
  height: 50px;
  text-align: center;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  border: 5px solid white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
}

.widget__text,
.widget__count {
  font-weight: bold;
  margin-bottom: 0;
}

.widget__text {
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}

.widget__count {
  font-size: 50px;
  line-height: 61px;
}

.wizard {
  border: none !important;
}

.wizard .actions {
  border-top: 1px solid #E8E8E8;
  padding: 20px 0;
}

.wizard .nav {
  box-shadow: none;
}

input.form-control-ij[type=radio] {
  display: none;
}

input.form-control-ij[type=radio] + label {
  font-weight: bold;
  color: #000;
  font-size: 14px;
  display: block;
  cursor: pointer;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  padding: 16px 0;
  box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  transition: 0.3s ease all;
}

input.form-control-ij[type=radio]:checked + label {
  background-color: #1A2C79;
  color: #FFFFFF;
}

.text-gray {
  color: #707070 !important;
}

.font-size-16 {
  font-size: 16px !important;
}

.font-size-15 {
  font-size: 15px !important;
}

.font-size-12 {
  font-size: 12px !important;
}

.required-asteriks {
  color: #F00065;
}

.full-height {
  height: 100% !important;
}

.elevation-3 {
  box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
}

.text-bold {
  font-weight: bold;
}

.text-default-color {
  color: #1A2C79 !important;
}

.dropzone {
  position: relative;
  border: 1px dashed #1A2C79;
  height: 120px;
  display: block;
  border-radius: 5px;
  box-sizing: border-box;
  cursor: pointer;
  transition: 0.3s ease all;
}

.dropzone:hover {
  background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.03) 75%, transparent 75%, transparent);
  background-color: #FAFCFD;
  background-size: 16px 16px;
}

.dropzone.dragover {
  background-color: #eee;
  border: 1px dashed #081446;
}

.dropzone input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  font-size: 12px;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  box-sizing: border-box;
}

.dropzone__label {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 15px 70px;
  text-align: center;
}

@media (max-width: 575.98px) {
  .dropzone__label {
    padding: 0;
  }
}

.dropzone__label i {
  color: #1A2C79;
  margin-bottom: 10px;
  font-size: 20px;
}

.dropzone__label p {
  color: #707070;
  margin-bottom: 0;
  font-size: 12px;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}

.header-container {
  background-size: cover;
  background-position: center;
  position: relative;
}

.header-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.app-nav {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 100px;
  position: relative;
}

@media (max-width: 767.98px) {
  .app-nav {
    padding: 0 20px;
  }
}

.app-nav__body {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  width: 100%;
  font-size: 12px;
}

.app-nav__right {
  display: flex;
  align-items: center;
}

.app-nav__left {
  display: flex;
  align-items: center;
}

.cabinet-btn {
  font-size: 12px;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  padding: 5px 15px;
  border-radius: 20px;
  font-weight: bold;
  text-transform: uppercase;
  transition: 0.3s ease all;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
  text-align: center;
}

.cabinet-btn:hover {
  text-decoration: none;
  color: #F00065;
  border-color: #F00065;
}

.cabinet-btn--filled {
  border: 1px solid #F00065;
  background-color: #F00065;
}

.cabinet-btn--filled:hover {
  text-decoration: none;
  color: #dacccc;
  background-color: #CE075A;
}

@media (max-width: 575.98px) {
  .cabinet-btn--rounded {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    padding: 0;
    margin: 0 5px;
  }
}

.cabinet-btn--icon {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  padding: 0;
  margin: 0 5px;
}

.title {
  display: flex;
  justify-content: space-between;
  padding: 15px 100px;
  align-items: center;
  position: relative;
}

@media (max-width: 767.98px) {
  .title {
    padding: 15px 10px;
  }
}

.logo {
  display: flex;
  align-items: center;
}

@media (max-width: 767.98px) {
  .logo {
    width: 100%;
  }
}

.logo__img {
  margin-right: 20px;
}

@media (max-width: 767.98px) {
  .logo__img {
    margin-right: 10px;
  }
}

.logo__text {
  color: #FFFFFF;
  font-weight: bold;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .logo__text {
    font-size: 10px;
  }
}

.menu {
  list-style-type: none;
  padding: 0;
  display: flex;
  margin: 0;
}

.menu__item {
  margin: 0 15px;
  font-weight: bold;
  text-transform: uppercase;
}

.menu__item--active a {
  color: #F00065 !important;
}

.menu__item a {
  color: #FFFFFF;
  text-decoration: none;
  transition: 0.3s ease all;
}

.menu__item a:hover {
  color: #F00065;
}

.slider {
  position: relative;
  display: flex !important;
  align-items: center;
}

.slider__item {
  padding: 150px 10px;
  color: #FFFFFF;
}

.slider__item:focus {
  outline: none;
}

@media (max-width: 575.98px) {
  .slider__item {
    padding: 50px 10px;
  }
}

.slider__item h1 {
  font-size: 30px;
  margin-bottom: 30px;
}

@media (max-width: 575.98px) {
  .slider__item h1 {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slick-dots li {
  margin: 5px 0;
  border: 1px solid #FFFFFF;
  padding: 1px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}

.slick-dots li button {
  width: 15px;
  height: 15px;
  padding: 0;
  background: #fff;
  border-radius: 100%;
  outline: none;
  border: none;
  font-size: 0;
  line-height: 0;
  display: block;
  cursor: pointer;
  color: transparent;
}

.slick-dots li button::before {
  content: none;
}

@media (max-width: 575.98px) {
  .slick-dots li button {
    width: 11px;
    height: 11px;
  }
}

.slick-dots li.slick-active button {
  background: #F00065;
}

.quote {
  border-radius: 5px;
  padding: 30px;
  background: #1A2C79;
  position: relative;
  margin: 0;
  transform: translateY(50%);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.quote__title {
  display: flex;
  align-items: flex-start;
  flex: 1 1 30%;
}

.quote__title img {
  margin-right: 30px;
}

.quote__title p {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
}

@media (max-width: 575.98px) {
  .quote__title p {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.quote__body {
  color: #FFFFFF;
  font-size: 15px;
  flex: 1 1 70%;
}

@media (max-width: 575.98px) {
  .quote__body {
    font-size: 12px;
  }
}

.licenses {
  padding: 150px 0 120px 0;
}

@media (max-width: 767.98px) {
  .licenses {
    padding-bottom: 50px;
  }
}

.licenses__item {
  margin-bottom: 15px;
  box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
  padding: 32px 32px 32px 100px;
  border-radius: 5px;
  position: relative;
  background-color: #FFFFFF;
}

@media (max-width: 575.98px) {
  .licenses__item {
    padding: 32px;
  }
}

.licenses__item__ribbon {
  width: 90px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  left: -8px;
  top: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  display: none;
}

@media (min-width: 576px) {
  .licenses__item__ribbon {
    display: block;
  }
}

.licenses__item__ribbon-default {
  background-color: #1A2C79;
}

.licenses__item__ribbon-primary {
  background-color: #F00065;
}

.licenses__item__ribbon-success {
  background-color: #00A77A;
}

.licenses__item__ribbon:before {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  bottom: -8.5px;
  left: 0.1px;
  border-top: 9px solid #7E8299;
  border-left: 9px solid transparent;
}

.licenses__item__header {
  display: flex;
  align-items: center;
}

.licenses__item__header img {
  margin-right: 25px;
}

.licenses__item__header p {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}

.licenses__item__body {
  padding: 15px 0;
}

.licenses__item__body p {
  font-size: 15px;
  color: #707070;
  margin-bottom: 0;
}

.licenses__item__footer {
  position: absolute;
  bottom: 25px;
}

.licenses__item__link {
  color: #707070;
  font-weight: bold;
  font-size: 15px;
  transition: 0.3s ease all;
  display: flex;
  align-items: center;
}

.licenses__item__link:hover {
  text-decoration: none;
  color: #F00065;
}

.licenses__item__link i {
  margin-left: 10px;
}

.section-title {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}

@media (max-width: 767.98px) {
  .section-title {
    font-size: 20px;
  }
}

.section-subtitle {
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  color: #707070;
  width: 50%;
  margin: 0 auto 50px;
}

@media (max-width: 767.98px) {
  .section-subtitle {
    font-size: 12px;
    width: 100%;
  }
}

.news {
  background-color: #F5F5F5;
}

.news,
.questions {
  padding: 150px 0;
}

@media (max-width: 767.98px) {
  .news,
  .questions {
    padding: 50px 0;
  }
}

.footer {
  background-color: #1A2C79;
}

.footer__top {
  padding: 50px 0;
}

@media (max-width: 767.98px) {
  .footer__top {
    padding-bottom: 20px;
  }
}

.footer__bottom {
  padding: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
}

.footer__bottom p {
  color: #FFFFFF;
  font-size: 14px;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .footer__bottom p {
    font-size: 12px;
  }
}

.footer__info {
  margin-bottom: 30px;
}

.footer__info__title {
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
}

.footer__info__links ul {
  padding: 0;
  list-style-type: none;
  margin: 0 !important;
}

.footer__info__links ul li {
  margin-bottom: 20px;
  color: #FFFFFF;
  font-size: 14px;
}

.footer__info__links ul li a {
  color: #FFFFFF;
  font-size: 14px;
  transition: 0.3s all ease;
}

.footer__info__links ul li a:hover {
  text-decoration: none;
  color: #F00065;
}

.footer__info__links ul li i {
  margin-right: 5px;
}

.language-selector {
  transition: 0.3s all ease;
  text-transform: uppercase;
  color: #FFFFFF;
}

.language-selector .language-menu {
  border-radius: 0;
  border: none;
  background-color: #1A2C79;
  min-width: 0;
  margin-top: 5px;
}

.language-selector .language-menu .dropdown-item {
  color: #FFFFFF;
  transition: 0.3s all ease;
  font-size: 12px;
}

.language-selector .language-menu .dropdown-item:hover {
  background-color: #F00065;
}

.language-selector__anchor {
  font-size: 12px;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s all ease;
  text-transform: uppercase;
}

.language-selector__anchor:hover {
  color: #F00065;
  text-decoration: none;
}

.page-title {
  position: relative;
  padding: 100px 0;
}

@media (max-width: 767.98px) {
  .page-title {
    padding: 50px 0;
  }
}

.page-title p {
  text-transform: uppercase;
  text-align: center;
  font-size: 30px;
  color: #FFFFFF;
  font-weight: bold;
  margin-bottom: 15px;
}

@media (max-width: 767.98px) {
  .page-title p {
    font-size: 30px;
  }
}

.breadcrumbs {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  flex: 0 1 auto;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.breadcrumbs li {
  align-items: center;
  display: inline-flex;
  font-size: 14px;
}

.breadcrumbs li:nth-child(2n) {
  padding: 0 12px;
}

.breadcrumbs__divider {
  color: #FFFFFF;
}

.breadcrumbs__item {
  align-items: center;
  display: inline-flex;
  text-decoration: none;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  color: #FFFFFF;
}

.breadcrumbs__item:hover {
  text-decoration: none;
  color: #F00065;
}

.breadcrumbs__item--disabled {
  pointer-events: none;
}

.contacts {
  padding: 130px 0;
}

@media (max-width: 767.98px) {
  .contacts {
    padding: 50px 0;
  }
}

.contacts__item {
  box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
  padding: 35px;
  border-radius: 5px;
  height: 100%;
}

.contacts__icon {
  font-size: 35px;
  text-align: center;
  color: #F00065;
}

.contacts__title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 25px 0;
}

.contacts__body {
  text-align: center;
  font-size: 15px;
}

.map iframe {
  width: 100%;
  height: 450px;
  margin-bottom: 60px;
}

@media (max-width: 767.98px) {
  .map iframe {
    height: 225px;
  }
}

.laws {
  padding: 130px 0;
}

@media (max-width: 767.98px) {
  .laws {
    padding: 50px 0;
  }
}

.laws__item {
  display: flex;
  align-items: center;
  box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
  padding: 20px 43px;
  border-radius: 5px;
  margin-bottom: 30px;
  justify-content: space-between;
}

@media (max-width: 767.98px) {
  .laws__item {
    padding: 15px 20px;
  }
}

.laws__title p {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .laws__title p {
    font-size: 14px;
  }
}

.laws__text p {
  font-size: 15px;
  margin-bottom: 0;
  color: #707070;
}

@media (max-width: 767.98px) {
  .laws__text p {
    font-size: 12px;
  }
}

.content {
  padding: 60px 0;
}

@media (max-width: 767.98px) {
  .content {
    padding: 50px 0;
  }
}

.table-title {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 767.98px) {
  .table-title {
    text-align: center;
  }
}

.table-title h1 {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 18px;
}

@media (max-width: 767.98px) {
  .table-title h1 {
    font-size: 14px;
  }
}

.table-title p {
  font-size: 15px;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .table-title p {
    font-size: 12px;
  }
}

.account-type {
  padding-bottom: 10px;
  margin-bottom: 0px;
  border-bottom: 1px solid #E8E8E8;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 15px;
}

.application-hint-list {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0;
}

.application-hint-list li {
  font-size: 12px;
  display: flex;
  align-items: center;
}

.application-hint-list li i {
  color: #1A2C79;
  font-size: 6px;
  margin-right: 10px;
}

.form-control {
  font-size: 12px;
}

.form-control::-moz-placeholder {
  font-size: 12px;
}

.form-control:-ms-input-placeholder {
  font-size: 12px;
}

.form-control::placeholder {
  font-size: 12px;
}

.profile-dropdown {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 5px;
  font-size: 12px;
}

.profile-dropdown span {
  border-bottom: 1px solid #E8E8E8;
  display: block;
  padding: 5px 0;
  color: #707070;
}

.profile-dropdown .dropdown-item {
  border-bottom: 1px solid #E8E8E8;
  padding: 5px 0;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #1A2C79;
}

.application-success {
  text-align: center;
  padding: 30px 130px;
}

@media (max-width: 575.98px) {
  .application-success {
    padding: 10px;
  }
}

.application-success__icon {
  font-size: 40px;
  color: #00A77A;
  margin-bottom: 25px;
}

@media (max-width: 575.98px) {
  .application-success__icon {
    margin-bottom: 15px;
  }
}

.application-success__title {
  font-weight: bold;
  font-size: 18px;
}

@media (max-width: 575.98px) {
  .application-success__title {
    font-size: 16px;
  }
}

.application-success__description {
  font-size: 15px;
  color: #707070;
  margin: 20px 0;
}

@media (max-width: 575.98px) {
  .application-success__description {
    font-size: 12px;
  }
}

