@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.ttf');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.ttf');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.ttf');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.ttf');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.ttf');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraBold.ttf');
  font-weight: 800;
  font-style: normal;
}
body {
  font-family: 'Montserrat';
  font-weight: 400;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 760px;
  }
}
@media (min-width: 1600px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1400px;
  }
}
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  padding-right: 16px;
  padding-left: 16px;
}
h2.block_title {
  margin-bottom: 48px;
  font-weight: 400;
  font-size: 40px;
  line-height: 56px;
  color: #1F1F1F;
}
@media (max-width: 575.98px) {
  h2.block_title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 40px;
  }
}
.header {
  padding: 24px 0;
  z-index: 100;
  position: fixed;
  background: #fff;
}
@media (max-width: 991.98px) {
  .header .header_logo {
    height: 25px;
  }
}

/* .navbar-toggler-icon {
  color: #1F1F1F;
}
.navbar-toggler {
  border: 2px solid coral;
  width: 14px;
  height: 14px;
} */

.header_menu {
  /* font-weight: 500; */
  font-size: 16px;
  line-height: 20px;
  color: #1F1F1F;
  border: none;
  text-decoration: none;
  padding-right: 30px;  
}
.header_menu:hover {
  color: #E21F2B;
}
.header_phone {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #1F1F1F;
  text-decoration: none;
  margin-right: 45px;
}
.header_phone:hover {
  color: #E21F2B;
}
.header_link {
  background: linear-gradient(0deg, #F5F5F5, #F5F5F5);
  border-radius: 30px;
  font-size: 16px;
  line-height: 20px;
  color: #1F1F1F;
  padding: 8px 30px;
  border: none;
}
.header_link:hover {
  background: #E11F2B;
  color: #FFFFFF;
}
.header_phone__mobile,
.header_link__mobile {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 25px;
  background: linear-gradient(0deg, #F5F5F5, #F5F5F5);
}
.header_phone__mobile:hover,
.header_link__mobile:hover {
  background: #E11F2B;
}
.header_phone__mobile:hover svg,
.header_link__mobile:hover svg {
  stroke: #FFFFFF;
  fill: #FFFFFF;
}
.header_phone__mobile {
  margin-right: 16px;
}
@media (max-width: 575.98px) {
  .header_phone__mobile {
    margin-right: 8px;
  }
  .header .header_logo {
    height: 18px !important;
  }
}
.header_phone__mobile svg {
  width: 14px;
  height: 14px;
  stroke: #1F1F1F;
  stroke-width: 0.5;
}
.header_link__mobile svg {
  width: 14px;
  height: 13px;
  stroke: #1F1F1F;
  stroke-width: 1;
}
.carousel-inner {
  min-height: 600px;
}
.carousel-inner img {
  min-height: 600px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .carousel-inner {
    min-height: 440px;
  }
  .carousel-inner img {
    min-height: 440px;
  }
}
@media (max-width: 575.98px) {
  .carousel-inner {
    min-height: 420px;
  }
  .carousel-inner img {
    min-height: 420px;
  }
}
.carousel-indicators button {
  opacity: 1 !important;
  border-radius: 10px !important;
  border: none !important;
  width: 14px !important;
  height: 14px !important;
  margin: 0 16px 0 0!important;
}
.carousel-indicators button.active {
  background-color: #E11F2B;
}
.carousel-indicators {
  margin-left: 1rem;
  margin-bottom: 2rem;
  justify-content: start;
}
.carousel-caption {
  max-width: 900px;
  text-align: left;
  bottom: none;
  top: 15%;
  right: 15px;
  left: 15px;
}
@media (min-width: 576px) {
  .carousel-caption {
    left: calc((100% - 540px) / 2 + 12px);
    right: calc((100% - 540px) / 2 + 12px);
  }
  .header_menu {
  /* font-weight: 500; */
  font-size: 16px;
  line-height: 20px;
  color: #1F1F1F;
  border: none;
  text-decoration: none;
  padding-right: 50px !important;

}
}
@media (max-width: 576px) {
  .header_menu {
  padding-right: 10px !important;
  font-size: 16px !important;
  }
}
@media (min-width: 768px) {
  .carousel-caption {
    left: calc((100% - 720px) / 2 + 12px);
    right: calc((100% - 720px) / 2 + 12px);
  }
  .header_menu {
  /* font-weight: 500; */
  font-size: 16px;
  line-height: 20px;
  color: #1F1F1F;
  border: none;
  text-decoration: none;

}
}
@media (max-width: 768px) {

  .header_menu {
  /* font-weight: 500; */
  font-size: 16px;
  line-height: 20px;
  color: #1F1F1F;
  border: none;
  text-decoration: none;
  padding-right: none !important;

}
}
@media (min-width: 992px) {
  .carousel-caption {
    left: calc((100% - 960px) / 2 + 12px);
    right: calc((100% - 960px) / 2 + 12px);
    top: 25%;
  }

}
@media (min-width: 992px) {
  .carousel-caption {
    left: calc((100% - 960px) / 2 + 12px);
    right: calc((100% - 960px) / 2 + 12px);
    top: 25%;
  }
  .header_link{
    display: block;
  }
  .header_link__mobile {
    display: none !important;
  }
}
@media (max-width: 992px) {
  .header_link{
    display: none;
  }
  .header_link__mobile {
    display: flex !important;
  }

  .header_menu {
    /* padding-right: 60px !important; */
  }
}
@media (min-width: 1200px) {
  .carousel-caption {
    left: calc((100% - 1140px) / 2 + 12px);
    right: calc((100% - 1140px) / 2 + 12px);
  }

  .header_phone{
    display: block;
  }

  .header_phone__mobile {
    display: none !important;
  }
}
@media (max-width: 1200px) {

  .header_phone{
    display: none;
  }

  .header_phone__mobile {
    display: flex !important;
  }
}
@media (min-width: 1400px) {
  .carousel-caption {
    left: calc((100% - 1320px) / 2 + 12px);
    right: calc((100% - 1320px) / 2 + 12px);
  }
}
.carousel-caption__header {
  color: #FFFFFF;
  font-size: 54px;
  line-height: 60px;
  margin-bottom: 24px;
  font-weight: 400;
}
@media (max-width: 991.98px) {
  .carousel-caption__header {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (max-width: 575.98px) {
  .carousel-caption__header {
    font-size: 28px;
    line-height: 32px;
  }
}
.carousel-caption__text {
  color: #FFFFFF;
  font-size: 24px;
  line-height: 36px;
  max-width: 680px;
  font-weight: 300;
}
@media (max-width: 991.98px) {
  .carousel-caption__text {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 575.98px) {
  .carousel-caption__text {
    font-size: 16px;
    line-height: 22px;
  }
}
.carousel-control-prev,
.carousel-control-next {
  top: -70px;
  display: flex;
  width: 47px;
  height: 47px;
  opacity: 1;
  border: 2px solid #fff;
  border-radius: 25px;
}
.carousel-control-prev svg,
.carousel-control-next svg {
  width: 11px;
  height: 19px;
  fill: #fff;
}
.carousel-control-prev:hover,
.carousel-control-next:hover {
  background-color: #fff;
}
.carousel-control-prev:hover svg,
.carousel-control-next:hover svg {
  fill: #E11F2B;
}
@media (max-width: 575.98px) {
  .carousel-control-prev,
  .carousel-control-next {
    display: none;
  }
}
.carousel-control-prev {
  right: 78px;
  left: unset;
}
.carousel-control-prev svg {
  margin-right: 5px;
}
.carousel-control-next {
  right: 17px;
}
.carousel-control-next svg {
  margin-left: 3px;
  transform: rotate(180deg);
}
.services {
  margin: 60px auto 0;
}
@media (max-width: 575.98px) {
  .services {
    margin: 40px auto 0;
  }
}
.services .services_img {
  margin-bottom: 16px;
  stroke-width: 2;
}
@media (max-width: 767.98px) {
  .services .services_img {
    margin-right: 30px;
    min-width: 60px;
    min-height: 60px;
    max-width: 60px;
    max-height: 60px;
  }
}
@media (max-width: 575.98px) {
  .services .services_img {
    stroke-width: 1.4;
    min-width: 50px;
    min-height: 50px;
    max-width: 50px;
    max-height: 50px;
  }
}
.services .services_title {
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  color: #1F1F1F;
  margin-bottom: 8px;
}
@media (max-width: 991.98px) {
  .services .services_title {
    font-size: 20px;
  }
}
@media (max-width: 575.98px) {
  .services .services_title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 4px;
  }
}
.services .services_text {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #1F1F1F;
  margin-bottom: 26px;
}
@media (min-width: 768px) {
  .services .services_text {
    margin-bottom: 60px;
  }
}
@media (max-width: 575.98px) {
  .services .services_text {
    font-size: 14px;
    line-height: 20px;
  }
}
.banner {
  min-height: 450px;
  background: url('../img/banner.png') no-repeat center center;
  background-size: cover;
}
@media (max-width: 767.98px) {
  .banner {
    background: url('../img/banner-md.png') no-repeat center center;
  }
}
@media (max-width: 575.98px) {
  .banner {
    min-height: 408px;
  }
}
.banner_tag {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  padding: 12px 40px;
  text-transform: uppercase;
  background-color: #E11F2B;
  display: inline-block;
  border-radius: 30px;
  margin-top: 70px;
  margin-bottom: 80px;
}
@media (max-width: 991.98px) {
  .banner_tag {
    margin-top: 64px;
    margin-bottom: 80px;
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 575.98px) {
  .banner_tag {
    margin-top: 30px;
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 16px;
    padding: 10px 40px;
  }
}
.banner_title {
  font-size: 36px;
  line-height: 44px;
  color: #FFFFFF;
  font-weight: 300;
}
@media (max-width: 575.98px) {
  .banner_title {
    font-size: 22px;
    line-height: 28px;
  }
}
.about_company {
  margin: 60px auto;
}
@media (max-width: 575.98px) {
  .about_company {
    margin: 40px auto 0;
  }
}
.about_company p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1F1F1F;
}
.about_company p.first {
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 24px;
}
.about_company p.title {
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  color: #E11F2B;
  padding-bottom: 24px;
  border-bottom: 1px solid #E11F2B;
}
.advantages {
  background: #F7F8F9;
  padding-top: 60px;
}
@media (max-width: 575.98px) {
  .advantages {
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }
}
.advantages .advantages_img {
  margin-top: 20px;
  margin-bottom: 32px;
}
@media (max-width: 575.98px) {
  .advantages .advantages_img {
    width: 50px;
    height: 50px;
  }
}
.advantages .advantages_text {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #1F1F1F;
  margin-bottom: 60px;
}
@media (max-width: 575.98px) {
  .advantages .advantages_text {
    margin-bottom: 32px;
    margin-left: 30px;
    font-size: 16px;
    line-height: 19px;
  }
}
.example {
  margin: 60px auto;
}
@media (max-width: 575.98px) {
  .example {
    margin: 40px auto 0;
  }
}
.example .example_link {
  text-decoration: none;
}
.example .example_link .example_link__img {
  margin-bottom: 24px;
  height: 400px;
  border-radius: 8px;
}
@media (max-width: 575.98px) {
  .example .example_link .example_link__img {
    height: 175px;
  }
}
@media (max-width: 991.98px) {
  .example .example_link .example_link__img {
    height: 210px;
  }
}
.example .example_link .example_link__img-1 {
  background: url('../img/example-1.png') no-repeat center center;
  background-size: cover;
}
.example .example_link .example_link__img-2 {
  background: url('../img/example-2.png') no-repeat center center;
  background-size: cover;
}
.example .example_link .example_link__hover {
  background-color: #ffffff77;
  min-height: 100%;
  min-width: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  transition: opacity 0.15s ease;
  opacity: 0;
}
.example .example_link:hover .example_link__hover {
  opacity: 1;
}
.example .example_link .example_link__tag {
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  padding: 12px 32px;
  background: linear-gradient(0deg, #E11F2B, #E11F2B), #E11F2B;
  border-radius: 30px;
  display: inline-block;
}
.example .example_link .example_link__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #1F1F1F;
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .example .example_link .example_link__text {
    font-size: 16px;
    line-height: 24px;
  }
}
.help {
  margin: 60px auto;
}
@media (max-width: 575.98px) {
  .help {
    margin: 12px auto 48px;
  }
}
.help .help_title {
  font-size: 40px;
  line-height: 56px;
  color: #E11F2B;
  margin-bottom: 48px;
  font-weight: 400;
}
@media (max-width: 991.98px) {
  .help .help_title {
    margin-bottom: 12px;
    font-size: 28px;
  }
}
@media (max-width: 575.98px) {
  .help .help_title {
    font-size: 22px;
    line-height: 28px;
  }
}
.help .help_text {
  font-size: 24px;
  line-height: 30px;
  color: #1F1F1F;
  margin-bottom: 48px;
}
@media (max-width: 991.98px) {
  .help .help_text {
    font-size: 16px;
    line-height: 24px;
  }
}
.help_form {
  background: #FFFFFF;
  box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 24px 28px;
}
.help_form__title {
  font-size: 26px;
  line-height: 32px;
  color: #E11F2B;
  margin-bottom: 8px;
  white-space: nowrap;
}
.help_form__text {
  font-size: 13px;
  line-height: 16px;
  color: #9D9D9D;
  margin-bottom: 32px;
}
.help_form__required {
  font-size: 13px;
  line-height: 16px;
  text-align: right;
  color: #9D9D9D;
}
.help_form__row {
  margin-bottom: 24px;
}
textarea.form-control {
  margin-bottom: 12px;
  height: auto;
  line-height: 26px;
  height: 136px;
}
.form-control {
  background: #F7F8F9;
  border-radius: 4px;
  border-color: #F7F8F9;
  cursor: pointer;
  height: 44px;
  line-height: 44px;
}
.form-control:focus {
  border-color: #C3C9CF;
  outline: none !important;
  box-shadow: none !important;
}
.form-control:hover {
  border-color: #C3C9CF;
}
.form-label {
  margin-bottom: 0;
  font-size: 12px;
  color: #1F1F1F;
}
.form-label span {
  color: #D51633;
}
.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #F7F8F9 !important;
}
.was-validated .form-control:invalid,
.form-control.is-invalid {
  background-image: url('../img/invalid.svg');
}
.was-validated .form-control:valid,
.form-control.is-valid {
  background-image: url('../img/valid.svg');
}
.form-check-label {
  font-size: 12px;
  line-height: 12px;
  color: #1F1F1F;
  margin-bottom: 12px;
}
.form-check-label a {
  color: #E11F2B;
}
.form-check-label a:hover {
  text-decoration: none;
}
.form-check-input {
  margin-top: 0;
  margin-right: 8px;
}
.form-check-input:checked {
  background-color: #FFFFFF;
  border-color: #D51633;
}
.form-check-input:checked[type="checkbox"] {
  background: url("../img/checked.svg") 3px center no-repeat;
}
.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #1F1F1F;
}
.was-validated .form-check-input:valid:checked,
.form-check-input.is-valid:checked {
  background-color: #FFFFFF;
}
.was-validated .form-check-input:valid,
.form-check-input.is-valid {
  border-color: #D51633;
}
.btn-submit {
  background-color: #E11F2B;
  border-radius: 2px;
  font-size: 18px;
  line-height: 20px;
  padding: 12px 12px;
  color: #FFFFFF;
  width: 100%;
  transition: background-color 0.15s ease;
}
.btn-submit:hover {
  background-color: #FF2432;
  color: #FFFFFF;
}
.footer {
  background: #F7F8F9;
  padding-top: 48px;
  padding-bottom: 32px;
}
.footer .footer_logo {
  height: 36px;
  margin-bottom: 32px;
}
@media (max-width: 991.98px) {
  .footer .footer_logo {
    height: 26px;
    margin-bottom: 24px;
  }
}
.footer .footer_address {
  font-size: 17px;
  line-height: 32px;
  color: #1F1F1F;
  margin-bottom: 20px;
}
.footer .footer_address span {
  white-space: pre;
}
@media (max-width: 991.98px) {
  .footer .footer_address {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.footer .footer_inn {
  font-size: 17px;
  line-height: 32px;
  color: #1F1F1F;
  margin-bottom: 20px;
}
.footer .footer_inn span {
  white-space: pre;
}
@media (max-width: 991.98px) {
  .footer .footer_inn {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.footer .footer_direction {
  font-size: 17px;
  line-height: 32px;
  color: #1F1F1F;
  margin-bottom: 20px;
}
.footer .footer_direction span {
  white-space: pre;
}
@media (max-width: 991.98px) {
  .footer .footer_direction {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.footer .footer_phone {
  text-decoration: none;
  font-size: 17px;
  line-height: 24px;
  color: #1F1F1F;
  font-weight: 600;
  margin-bottom: 20px;
  display: inline-block;
}
.footer .footer_phone:hover {
  color: #E11F2B;
}
@media (max-width: 991.98px) {
  .footer .footer_phone {
    font-size: 17px;
    margin-bottom: 16px;
  }
}
.footer .footer_email {
  font-size: 17px;
  line-height: 32px;
  text-decoration: underline;
  color: #1F1F1F;
  margin-bottom: 20px;
}
.footer .footer_email:hover {
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .footer .footer_email {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 16px;
  }
}
@media (max-width: 575.98px) {
  .footer .footer_email {
    margin-bottom: 32px;
    display: inline-block;
  }
}
.footer .footer_policy {
  font-size: 17px;
  /*line-height: 32px;*/
  text-decoration: underline;
  color: rgba(31, 31, 31, 0.8);

  /*margin-bottom: 16px;*/
  display: inline-block;
}
.footer .footer_policy:hover {
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .footer .footer_policy {
    font-size: 16px;
    line-height: 16px;
  }
}

.footer .footer_copy {
  font-size: 17px;
  line-height: 32px;
  color: rgba(31, 31, 31, 0.8);
}
@media (max-width: 991.98px) {
  .footer .footer_copy {
    font-size: 16px;
  }
}
.backtotop {
  position: fixed;
  bottom: 70px;
  right: 100px;
  display: flex;
  width: 47px;
  height: 47px;
  opacity: 1;
  border: 2px solid #fff;
  border-radius: 25px;
  transform: rotate(90deg);
  background-color: rgba(101, 86, 86, 0.2);
  transition: background-color 0.15s ease;
  opacity: 0;
}
.backtotop:hover {
  background-color: #E11F2B;
}
.backtotop svg {
  width: 20px;
  height: 23px;
  position: absolute;
  top: 10px;
  left: 10px;
  fill: #FFFFFF;
}
@media (max-width: 1399.98px) {
  .backtotop {
    right: 16px;
    bottom: 50px;
  }
}
.modal-dialog {
  max-width: 600px;
}
@media (max-width: 767.98px) {
  .modal-dialog {
    max-width: 450px;
  }
}
.modal-content {
  position: relative;
}
.modal-content .btn-close {
  position: absolute;
  top: -35px;
  right: -45px;
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  opacity: 1;
  border-radius: 30px;
  padding: 0;
}
@media (max-width: 767.98px) {
  .modal-content .btn-close {
    top: 5px;
    right: 5px;
  }
}
.modal-content .btn-close svg {
  width: 18px;
  height: 28px;
  stroke: #1F1F1F;
}
.modal-content .btn-close:hover svg {
  stroke: #E11F2B;
}
.modal-dialog {
  margin-top: 10%;
}
.news_title {
  margin-left:calc(-0.5 * var(--bs-gutter-x));
}
.economy_policy_title {
  font-weight: 500;
}
.economy_policy_table th{
  font-weight: 400;
}
.economy_policy_tbody {
  /* border-radius: 15px; */
}
.economy_policy_tbody tr, td{
  /* border: 1px solid rgba(116, 111, 111, 0.514); Распространяет на все таблицы, в том числе на админские*/
}
.rpa-main-background{
    background: #F7F8F9;
    padding-top: 10px;
    padding-bottom: 40px;  
}
.rpa-background {
    background: #F7F8F9;
    margin-top: 50px;
    padding-top: 56px;
    padding-bottom: 38px;
}
.rpa-box {
  margin-bottom: 40px;
}
.rpa {
  min-height: 408px;
  padding-top: 168px;
  background-size: cover;
}
@media (max-width: 991.98px) {
  .rpa {
    min-height: 300px;
    padding-top: 68px;
  }
}
@media (max-width: 575.98px) {
  .rpa {
    min-height: 250px;
    padding-top: 48px;
  }
}
.rpa .rpa_title {
  font-size: 54px;
  line-height: 68px;
  color: #FFFFFF;
  font-weight: 400;
}
.rpa .rpa_under_title {
  font-size: 31px;
  line-height: 68px;
  color: #FFFFFF;
  font-weight: 400;
}
@media (max-width: 991.98px) {
  .rpa .rpa_title {
    margin-top: 11px;
    font-size: 40px;
    line-height: 48px;
  }
    .rpa .rpa_under_title {
    font-size: 30px;
    line-height:40px;
  }
}
@media (max-width: 575.98px) {
  .rpa .rpa_title {
    margin-top: 11px;
    font-size: 24px;
    line-height: 28px;
  }
    .rpa .rpa_under_title {
    font-size: 16px;
    line-height: 22px;
  }
}
.rpa.rpa-banner {
  background: url('../img/rpa-logo.png') no-repeat center center;
}
.rpa.rpa-case-banner {
  background: url('../img/rpa-case-logo.jpg') no-repeat center center;
}
.rpa_text__problems {
  margin-top: 42px;
  font-size: 16px;
  line-height: 28px;
  color: #1F1F1F;
  margin-bottom: 24px;
  font-weight: 500;
}
.rpa_features {
  margin-top: 60px;
  font-size: 22px;
  line-height: 22px;
  /* color: #E11F2B;
  width: 100%;
  max-width: 660px;
  padding-bottom: 24px;
  border-bottom: 1px solid #E11F2B; */
  margin-bottom: 24px;
  font-weight: 500;
}
.rpa_case_features {
  margin-top: 60px;
  font-size: 22px;
  line-height: 22px;
  color: #E11F2B;
  width: 100%;
  max-width: 660px;
  padding-bottom: 24px;
  border-bottom: 1px solid #E11F2B;
  margin-bottom: 24px;
  font-weight: 500;
}
.rpa_case_features_background {
  /* margin-top: 40px; */
  font-size: 22px;
  line-height: 22px;
  color: #E11F2B;
  width: 100%;
  max-width: 660px;
  padding-bottom: 24px;
  border-bottom: 1px solid #E11F2B;
  margin-bottom: 24px;
  font-weight: 500;
}
.rpa_list__square {
  list-style-type: none;
  margin-bottom: 45px;
  padding-left: 0;
}
@media (max-width: 575.98px) {
  .rpa_list__square {
    margin-bottom: 30px;
  }
}
.rpa_list__square li {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 12px;
  display: flex;
}
.rpa_list__square li::before {
  font-size: 24px;
  color: #E11F2B;
  content: "▪";
  padding-right: 16px;
  position: relative;
}
.rpa_text__black {
  font-size: 16px;
  line-height: 28px;
  color: #1F1F1F;
  margin-bottom: 24px;
  font-weight: 500;
}
.rpa_list__number {
  list-style-type: none;
  padding-left: 0;
}
.rpa_list__number li {
  font-size: 16px;
  line-height: 24px;
  color: #1F1F1F;
  margin-bottom: 12px;
}
.rpa_list__number li span {
  min-width: 24px;
  color: #E11F2B;
  display: inline-block;
  font-weight: bold;
}
.rpa_list__circle {
  list-style-type: none;
}
.rpa_list__circle li {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  display: flex;
}
.rpa_list__circle li::before {
  font-size: 24px;
  color: #E11F2B;
  content: "•";
  padding-right: 10px;
  position: relative;
}
.rpa-button {
  border: 0px;
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  padding: 12px 32px;
  background: linear-gradient(0deg, #E11F2B, #E11F2B), #E11F2B;
  border-radius: 30px;
  display: inline-block;
  margin-bottom: 18px;
}
.rpa-button:hover {
  color: #000000;
  /* background-color: #ff2432;
  text-decoration: none !important; */
}
.rpa-link {
  margin-bottom: 90px;
}
.rpa-link a{
  /* text-decoration: none; */
  color: #000000;
}
.rpa-result {
  font-weight: 600;
}
.case {
  min-height: 408px;
  padding-top: 90px;
  background-size: cover;
}
@media (max-width: 991.98px) {
  .case {
    min-height: 300px;
    padding-top: 68px;
  }
}
@media (max-width: 575.98px) {
  .case {
    min-height: 250px;
    padding-top: 48px;
  }
}
.case.case-1 {
  background: url('../img/case-1.png') no-repeat center center;
}
@media (max-width: 767.98px) {
  .case.case-1 {
    background: url('../img/case-1-md.png') no-repeat center center;
  }
}
.case.case-2 {
  background: url('../img/case-2.png') no-repeat center center;
}
@media (max-width: 767.98px) {
  .case.case-2 {
    background: url('../img/case-2-md.png') no-repeat center center;
  }
}
.case .case_title {
  font-size: 54px;
  line-height: 68px;
  color: #FFFFFF;
  font-weight: 400;
}
@media (max-width: 991.98px) {
  .case .case_title {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (max-width: 575.98px) {
  .case .case_title {
    font-size: 24px;
    line-height: 28px;
  }
}
.case_features {
  margin-top: 60px;
  font-size: 22px;
  line-height: 22px;
  color: #E11F2B;
  width: 100%;
  max-width: 660px;
  padding-bottom: 24px;
  border-bottom: 1px solid #E11F2B;
  margin-bottom: 24px;
  font-weight: 500;
}
.case_list__square {
  list-style-type: none;
  margin-bottom: 60px;
  padding-left: 0;
}
@media (max-width: 575.98px) {
  .case_list__square {
    margin-bottom: 40px;
  }
}
.case_list__square li {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 12px;
  display: flex;
}
.case_list__square li::before {
  font-size: 24px;
  color: #E11F2B;
  content: "▪";
  padding-right: 16px;
  position: relative;
}
.case_text__black {
  font-size: 16px;
  line-height: 28px;
  color: #1F1F1F;
  margin-bottom: 24px;
  font-weight: 500;
}
.case_list__number {
  list-style-type: none;
  padding-left: 0;
}
.case_list__number li {
  font-size: 16px;
  line-height: 24px;
  color: #1F1F1F;
  margin-bottom: 12px;
}
.case_list__number li span {
  min-width: 24px;
  color: #E11F2B;
  display: inline-block;
  font-weight: bold;
}
.case_list__circle {
  list-style-type: none;
}
.case_list__circle li {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  display: flex;
}
.case_list__circle li::before {
  font-size: 24px;
  color: #E11F2B;
  content: "•";
  padding-right: 10px;
  position: relative;
}
.btn-close:focus {
  box-shadow: none;
}
.form-check-input:focus,
.was-validated .form-check-input:valid:focus {
  box-shadow: none;
}
#cookie_notification {
  /*display: none;*/
  justify-content: space-between;
  align-items: flex-end;
  position: fixed;
  bottom: 0px;
  left: 50%;
  width: 100%;
  max-width: 100%;
  transform: translateX(-50%);
  padding: 25px 175px;
  background-color: #ffffffba;
  border-radius: 4px;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
  z-index: 999;
}
#cookie_notification.show {
  display: flex;
}
#cookie_notification p {
  margin: 0;
  text-align: left;
  color: #282828;
  font-size: 15px;
}
#cookie_notification a{
  text-decoration: none;

}
.cookie_accept {
  margin: 0 0 0 25px;
  background-color: #E11F2B;
  padding: 15px 85px !important;
  border: unset;
  color: #fff;
}
.about-feedback__button {
  text-decoration: none !important;
  border-radius: 4px !important;
  transition: all 0.2s ease;
  text-align: center !important;
  display: inline-block;
  cursor: pointer;
  font: 400 18px/20px 'Montserrat', 'Helvetica Neue', Segoe, 'Myriad Pro', Arial, Helvetica, sans-serif !important;
}
.about-feedback__button:hover {
  background-color: #ff2432;
  box-shadow: 0 6px 32px 0 rgba(0,0,0,0.15);
  text-decoration: none !important;
}
@media (max-width: 992px) {
  #cookie_notification {
    padding: 25px;
  }

}
@media (max-width: 768px) {
  #cookie_notification.show {
    display: block;
    text-align: left;
    background-color: #fff;
  }
  .cookie_accept {
    margin: 10px 0 0 0;
    width: 100%;
  }
}
.hide{
  display: none !important;
}

.footer_policy.polit_policy{
  /* margin-top: 127px; */
}

@media (max-width: 766px) {
  .footer_policy.polit_policy {
    margin-top: 0px !important;
  }

  /* .footer_policy.economy_policy {
    text-align: left ;
    padding-left: 0px;
  } */

  .div-economy_policy {
  /* padding-left: 175px; */
  padding-left: 0px !important;
  text-align: left !important;
}
}

/* .footer_policy.economy_policy{
  text-align: right;

} */


.div-economy_policy {
  /* padding-left: 175px; */
  padding-left: 105px;
  text-align: right;
}