@import url('components/components.css');

.icon {
  display: inline-block;
}

img .lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

img .yall-loaded {
  opacity: 1;
}

.lightbox {
  display: flex;
  flex-direction: column-reverse;
}

.main .jumbotron {
  border-radius: 0;
  padding: 0;
  background: #23305f;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-image: url(../img/jumbotron.png);
  background-image: url(../img/jumbotron.png), linear-gradient(to right, #23305f 0, #3875bb 100%);
}

.main .jumbotron .breadcrumb {
  margin: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  border: 0;
}

.main .jumbotron .breadcrumb a,
.main .jumbotron .breadcrumb li,
.main .jumbotron .breadcrumb span,
.main .jumbotron .breadcrumb ul {
  color: #bababa;
  font-size: 11px;
  font-weight: 400;
  line-height: 1em;
  text-transform: uppercase;
}

.main .jumbotron .breadcrumb li:after {
  text-decoration: none;
}

.main .jumbotron nav:after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #e1e1e1;
  opacity: 0.2;
}

.main .jumbotron .jumbotron__content {
  color: #fff;
}

@media (max-width: 575px) {
  .main .jumbotron .jumbotron__content {
    padding: 30px;
  }
}

@media (min-width: 576px) {
  .main .jumbotron .jumbotron__content {
    padding: 30px 0 60px;
  }
}

@media (min-width: 768px) {
  .main .jumbotron .jumbotron__content {
    padding: 60px 0 100px;
  }
}

@media (min-width: 992px) {
  .main .jumbotron .jumbotron__content {
    padding: 60px 50px 100px;
  }
}

@media (min-width: 1200px) {
  .main .jumbotron .jumbotron__content {
    padding: 90px 100px 150px;
  }
}

@media (min-width: 1400px) {
  .main .jumbotron .jumbotron__content {
    padding: 90px 0 150px;
    max-width: 1000px;
    margin: 0 auto;
  }
}

@media (min-width: 1200px) {
  .main .jumbotron + .container {
    max-width: 1000px;
  }
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: #000;
}

.icon-upload {
  font-size: 3rem;
  width: 0.933333333333333em;
}

#exampleModal {
  color: #fff;
  padding-right: 0 !important;
}

#exampleModal .modal-dialog {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  margin: 0 !important;
}

#exampleModal .modal-dialog .modal-content {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  height: 100%;
}

#exampleModal .modal-dialog .modal-content button.close {
  margin: 0;
  padding: 0;
  outline: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 30px;
  width: 25px;
  height: 25px;
  opacity: 1;
  text-shadow: none;
  position: relative;
}

#exampleModal .modal-dialog .modal-content button.close img {
  width: 25px;
  height: 25px;
  transition: 0.3s all;
}

#exampleModal .modal-dialog .modal-content button.close:hover {
  color: #000;
}

#exampleModal .modal-dialog .modal-content button.close:hover img {
  transform: rotate(90deg);
}

/*#exampleModal .modal-dialog .modal-content .modal-header .logo {*/
/*  width: 115px;*/
/*  height: 100%;*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  z-index: 5;*/
/*}*/

/*@media (min-width: 576px) {*/
/*  #exampleModal .modal-dialog .modal-content .modal-header .logo {*/
/*    width: 150px;*/
/*  }*/
/*}*/

/*@media (max-width: 409px) {*/
/*  #exampleModal .modal-dialog .modal-content .modal-header .logo {*/
/*    width: 80px;*/
/*    margin-left: 10px;*/
/*  }*/
/*}*/

/*@media (min-width: 768px) {*/
/*  #exampleModal .modal-dialog .modal-content .modal-header .logo {*/
/*    width: 140px;*/
/*  }*/
/*}*/

/*#exampleModal .modal-dialog .modal-content .modal-header .logo img {*/
/*  max-width: 100%;*/
/*  max-height: 100%;*/
/*}*/

#exampleModal .modal-dialog .modal-content .modal-header .tel {
  line-height: 1em;
  padding: 3px 0;
  font-family: "Open Sans";
}

#exampleModal .modal-dialog .modal-content .modal-header .tel small {
  color: #878787;
}

#exampleModal .modal-dialog .modal-content .modal-header .tel a {
  font-size: 16px;
  color: #000;
  font-weight: 700;
  white-space: nowrap;
}

#exampleModal .modal-dialog .modal-content .modal-header .dropdown-tel .tel {
  display: none;
}

#exampleModal .modal-dialog .modal-content .modal-header .dropdown-tel .tel.selected {
  display: block;
}

/*#exampleModal .modal-dialog .modal-content .modal-header .btn {*/
/*  padding-left: 20px;*/
/*  padding-right: 20px;*/
/*}*/

/*@media (min-width: 768px) {*/
/*  #exampleModal .modal-dialog .modal-content .modal-header .btn {*/
/*    padding-left: 40px;*/
/*    padding-right: 40px;*/
/*  }*/
/*}*/

#exampleModal .modal-dialog .modal-content .modal-body {
  padding-left: 0;
  padding-right: 0;
  padding-top: 2rem;

  @media(max-width: 575px) {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#exampleModal .modal-dialog .modal-content .modal-body .contact-modal__social {
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

#exampleModal .modal-dialog .modal-content .modal-body .col-12.col-sm-6.col-lg-12 .nav.flex-column {
  padding-bottom: 1rem;
}

#exampleModal .modal-dialog .modal-content .modal-body .contact-modal__social a {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  text-align: center;
  margin-left: 3px;
  margin-right: 3px;
  justify-content: center;
  font-size: 1.3em;
  color: #fff;
  text-decoration: none;
}

#exampleModal .modal-dialog .modal-content .modal-body .contact-modal__social a svg,
#exampleModal .modal-dialog .modal-content .modal-body .contact-modal__social a img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

#exampleModal .modal-dialog .modal-content .modal-body .contact-modal__social .list-unstyled {
  display: flex;
  justify-content: space-between;
  max-width: 200px;
}

@media (min-width: 1600px) {
  #exampleModal .modal-dialog .modal-content .modal-body {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

#exampleModal .modal-dialog .modal-content .modal-body .container {
  max-width: 1420px;
}

html {
  scroll-behavior: smooth;
}

@media (min-width: 1200px) {
  .container-md {
    max-width: 1166px !important;
  }
  .container-lg {
    max-width: 1340px !important;
  }
  .container-xl {
    max-width: 1440px !important;
  }
  .container-xxl {
    max-width: 1600px !important;
  }
}

nav.nav-bottom .nav-item.burger:before,
nav.nav-middle .nav-item.burger:before,
nav.nav-top .nav-item.burger:before {
  display: none !important;
}

nav.nav-bottom .nav-link,
nav.nav-middle .nav-link,
nav.nav-top .nav-link {
  color: #000;
}

nav.nav-top .nav-link {
  font-size: 12px;
  font-weight: 400;
  line-height: 30px;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  color: #000;
  transition: all 0.25s;
}

nav.nav-top .nav-link.active,
nav.nav-top .nav-link:hover {
  color: #e30014;
}

nav.nav-top i {
  position: relative;
  margin-right: 5px;
  color: #000;
}

nav.nav-middle {
  padding: 0;
}

@media (min-width: 1200px) {
  nav.nav-middle .navbar-collapse .nav-item:after,
  nav.nav-middle .navbar-collapse .nav-item:before {
    width: 100%;
    height: 4px;
    background: 0 0;
    display: block;
    margin: 0 auto;
    content: "";
    transition: all 0.5s;
    position: relative;
  }

  nav.nav-middle .navbar-collapse .nav-item:before {
    top: 0;
  }

  nav.nav-middle .navbar-collapse .nav-item:after {
    bottom: 0;
  }

  nav.nav-middle .navbar-collapse .nav-item svg {
    transition: 0.5s;
  }

  nav.nav-middle .navbar-collapse .nav-item.active,
  nav.nav-middle .navbar-collapse .nav-item:hover {
    position: relative;
  }

  nav.nav-middle .navbar-collapse .nav-item.active:after,
  nav.nav-middle .navbar-collapse .nav-item.active:before,
  nav.nav-middle .navbar-collapse .nav-item:hover:after,
  nav.nav-middle .navbar-collapse .nav-item:hover:before {
    background-color: #e30014;
  }

  nav.nav-middle .navbar-collapse .nav-item.active:before,
  nav.nav-middle .navbar-collapse .nav-item:hover:before {
    top: 9px;
  }

  nav.nav-middle .navbar-collapse .nav-item.active:after,
  nav.nav-middle .navbar-collapse .nav-item:hover:after {
    bottom: 9px;
  }

  nav.nav-middle .navbar-collapse .nav-item.active svg,
  nav.nav-middle .navbar-collapse .nav-item:hover svg {
    transform: rotate(-90deg);
  }
}

nav.nav-middle .nav-link {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 17px;
  padding: 0.5rem 5px;
  white-space: nowrap;
}

@media (min-width: 1200px) {
  nav.nav-middle .nav-link {
    font-size: 15px;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

nav.nav-middle .dropdown {
  position: initial;
}

nav.nav-middle .dropdown .dropdown-toggle:after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 900;
  border: 0;
  vertical-align: baseline;
  font-size: 0.9em;
  margin-left: 0.25rem;
}

nav.nav-middle .dropdown .dropdown-menu {
  border: 0;
  margin: 0;
  padding: 0.25rem 30px !important;
  border-radius: 0;
  padding-left: 215px !important;
  opacity: 0;
  transition: all 0.25s ease-in;
}

nav.nav-middle .dropdown .dropdown-menu .dropdown-item {
  font-size: 17px;
  line-height: 1.25em;
}

nav.nav-middle .dropdown .dropdown-menu .dropdown-item:active {
  background-color: #e30014;
}

@media (min-width: 1200px) {
  nav.nav-middle .dropdown .dropdown-menu {
    display: none;
  }
}

nav.nav-middle .dropdown.show .dropdown-menu {
  opacity: 1;
  transition: all 0.25s ease-out;
}

@media (min-width: 1200px) {
  nav.nav-middle .dropdown.show .dropdown-menu {
    display: block;
  }
}

@media (max-width: 1199px) {
  nav.nav-middle .navbar-text .btn {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 1em;
  }
}

@media (max-width: 767px) {
  nav.nav-middle .navbar-text .btn {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.navbar-light .navbar-text .btn {
  color: #fff;
}

.navbar-light .navbar-nav .nav-link {
  color: #000;
}

.navbar-light .navbar-nav .nav-link > i {
  color: #000;
}

.nav-bottom {
  position: relative;
  transition: max-height 0.25s ease-out;
  max-height: 0;
  overflow: hidden;
  padding-left: 215px;
}

.nav-bottom.nav-bottom--active {
  transition: max-height 0.25s ease-in;
  max-height: 100px;
  overflow: visible;
}

.nav-bottom .nav-item.show {
  box-shadow: 0 0 7px 5px rgba(153, 99, 99, 0.122);
}

.nav-bottom .nav-item.show .nav-link {
  z-index: 1001;
  margin-bottom: -1px;
  border-bottom: 1px solid #fff;
  position: relative;
}

.nav-bottom .nav-link {
  font-size: 20px;
  line-height: 30px;
  color: #000;
}

.nav-bottom .nav-link i {
  font-size: 13px;
}

.nav-bottom .nav-link:hover {
  color: #165fbd;
}

.nav-bottom .nav-link:hover i {
  color: #165fbd;
}

.dropdown-menu__wide {
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  position: absolute;
  transform: none !important;
  top: auto !important;
  will-change: auto;
}

.dropdown-menu__wide .container-fluid {
  border: 1px solid #efefef;
  border-radius: 3px;
  box-shadow: 0 10px 10px 5px rgba(0, 0, 0, 0.122);
  background: #fff;
}

.dropdown-menu__wide .left {
  padding-top: 35px;
  padding-bottom: 35px;
  line-height: 3em;
}

.dropdown-menu__wide .left .col-wrapper {
  width: 600px;
  max-width: 600px;
  padding-right: 70px;
}

.dropdown-menu__wide .left a {
  font-size: 17px;
  font-weight: 700;
  color: #000;
}

.dropdown-menu__wide .left a:hover {
  color: #165fbd;
  text-decoration: none;
}

.dropdown-menu__wide .left ul {
  margin-bottom: 0;
}

.dropdown-menu__wide .right {
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 70px;
  line-height: 2.5em;
}

.dropdown-menu__wide .right .col-wrapper {
  width: 600px;
  max-width: 600px;
}

.dropdown-menu__wide .right h5 {
  font-size: 19px;
  font-weight: 700;
  color: #000;
}

.dropdown-menu__wide .right a {
  font-size: 17px;
  color: #000;
}

.dropdown-menu__wide .right a:hover {
  color: #165fbd;
  text-decoration: none;
}

.dropdown-menu__wide .right ul {
  margin-bottom: 0;
}

.dropdown-menu__wide .gray {
  background-color: #ecf0f1;
}

main {
  background: #fff;
}

main > .container-fluid {
  background: #fff;
}

.breadcrumb {
  background: 0 0;
  margin-bottom: 35px;
  font-size: 16px;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
}

.breadcrumb .dropdown-menu {
  background-color: #3180BE;
  border-radius: 0;
}

@media (min-width: 992px) {
  .breadcrumb {
    margin-bottom: 55px;
  }
}

.breadcrumb .breadcrumb-item:before {
  content: "";
  display: none;
}

.breadcrumb .breadcrumb-item:after {
  display: inline-block;
  padding-left: 0.5rem;
  color: #bababa;
  content: "→";
}


.breadcrumb .breadcrumb-item:last-child:after {
  display: none;
}

.breadcrumb .breadcrumb-item a {
  color: #000;
}

.breadcrumb .breadcrumb-item span:hover {
  text-decoration: underline;
}

.breadcrumb .dropdown-menu.show {
  padding: 10px;
  margin-top: 10px;
}

.breadcrumb .dropdown-menu .dropdown-item {
  padding: 5px 0 !important;
  font-size: 16px !important;
  line-height: 1.2em !important;
  text-transform: initial !important;
  color: #CBCBCB !important;
}

.breadcrumb .dropdown-menu .dropdown-item:active,
.breadcrumb .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
  color: #fff !important;
}

@media (min-width: 1200px) {
  body.with-sidebar {
    margin-left: 110px;
  }
}

.sidebar {
  width: 110px;
  height: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  border-right: 1px solid #dfdfdf;
  transition: 0.25s top;
  z-index: 10;
}

.sidebar #sidebarMenu {
  position: relative;
  height: 100%;
}

.sidebar .menu-item {
  text-align: center;
  border-right: 3px solid transparent;
  margin-right: -1px;
}

.sidebar .menu-item .menu-item__heading {
  position: relative;
  padding: 10px 5px;
  height: 95px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sidebar .menu-item .menu-item__heading:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 3px;
  color: red;
}

.sidebar .menu-item .menu-item__heading .menu-item__title a {
  color: #010101;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.25em;
  text-decoration: none;
  display: block;
}

.sidebar .menu-item .menu-item__heading .menu-item__title a:hover {
  color: #000;
  text-decoration: none;
}

.sidebar .menu-item .menu-item__heading .menu-item__icon {
  margin-bottom: 10px;
}

.sidebar .menu-item .menu-item__heading .menu-item__icon .icon {
  width: auto;
  height: auto;
}

.sidebar .menu-item .menu-item__heading .menu-item__icon .icon img {
  width: 32px;
  max-width: 32px;
}

.sidebar .menu-item .menu-item__nav {
  position: absolute;
  left: 110px;
  top: 0;
  background: #fff;
  text-align: left;
  overscroll-behavior: contain;
  width: 320px;
  height: 100%;
  max-height: 100%;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
  z-index: 1000;
  transition: none;
}

.sidebar .menu-item .menu-item__nav.show {
  overflow-y: auto;
}

.sidebar .menu-item:nth-last-child(-n + 2) .menu-item__nav {
  top: auto;
  bottom: 0;
}

.sidebar .menu-item .menu-item__nav .menu-item-nav__heading {
  font-weight: 700;
  font-size: 20px;
  color: #000;
  margin-bottom: 10px;
  display: block;
}

.sidebar .menu-item .menu-item__nav .menu-item-nav__heading:hover {
  text-decoration: none;
  color: #e30014;
}

.sidebar .menu-item .menu-item__nav .menu-item-nav__container {
  height: 100%;
  width: 100%;
  padding: 15px 25px;
}

.sidebar .menu-item .menu-item__nav .nav-link {
  padding: 5px 0;
  font-size: 13px;
  color: #010101;
}

.sidebar .menu-item .menu-item__nav .nav-link:hover {
  text-decoration: underline dotted;
  text-underline-offset: 5px;
}

.sidebar .menu-item .menu-item__nav .nav-link.active {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.sidebar .menu-item:hover {
  background: #fff;
  border-right-color: #e30014;
}

.sidebar .menu-item:hover .menu-item__heading:after {
  display: block;
}

.sidebar .menu-item:hover .menu-item__heading .menu-item__icon img,
.sidebar .menu-item:hover .menu-item__heading .menu-item__icon svg {
  fill: #e30014;
}

.sidebar .menu-item:hover .menu-item__heading .menu-item__title a {
  color: #000;
}

.sidebar .menu-item.active {
  border-right: none;
}

.sidebar .menu-item.active .menu-item__heading {
  background-color: #dddddd;
}

.sidebar .menu-item.active .menu-item__heading .menu-item__icon img,
.sidebar .menu-item.active .menu-item__heading .menu-item__icon svg {
  fill: #fff;
}

.sidebar .menu-item.active .menu-item__heading .menu-item__title a {
  color: #000;
}

.section__development {
  background: #ecf0f1;
  padding: 100px 0;
}

.section__development h1.section__title {
  font-size: 36px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 30px;
}

@media (min-width: 576px) {
  .section__development h1.section__title {
    font-size: 48px;
  }
}

@media (min-width: 768px) {
  .section__development h1.section__title {
    font-size: 55px;
  }
}

.section__development h1.section__title:after {
  content: "";
  display: block;
  width: 73px;
  height: 4px;
  background: #e30014;
  margin-top: 20px;
}

.section__development .stage-items .stage-item__container {
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .section__development .stage-items .stage-item__container.stage-item--01 {
    margin-top: 112px;
  }

  .section__development .stage-items .stage-item__container.stage-item--03 {
    margin-top: -112px;
  }
}

.section__development .stage-items .stage-item {
  position: relative;
  background-color: #fff;
  padding: 50px 45px 100px;
  height: 100%;
  overflow: hidden;
}

.section__development .stage-items .stage-item .stage-item__title {
  font-size: 19px;
  line-height: 24px;
  font-weight: 700;
  color: #000;
  margin-bottom: 1em;
}

.section__development .stage-items .stage-item .stage-item__content {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  z-index: 2;
}

.section__development .stage-items .stage-item .state-item__number {
  color: #ecf0f1;
  font-size: 180px;
  font-weight: 700;
  position: absolute;
  z-index: 1;
  bottom: -60px;
  right: 10px;
}

/*.single_partner_page */
.single_partner_page a {
  height: 180px;
  background: #fff;
  padding: 15px;
  border: thin solid #23305f;
}

.single_partner_page img {
  margin: 0 auto;
  flex-shrink: 0;
  max-height: 100%;
}

.single_partner_page a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*.single_partner_page */

.section__text-block {
  background-color: #ecf0f1;
  padding: 0;
  margin-bottom: 50px;
}

@media (min-width: 992px) {
  .section__text-block {
    margin-bottom: 100px;
  }
}

.section__text-block .container-fluid {
  max-width: 1900px;
}

.section__text-block .section__container .section__content {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 40px 20px;
}

@media (min-width: 1200px) {
  .section__text-block .section__container .section__content {
    padding: 40px 40px 40px 85px;
    max-width: 1000px;
  }
}

.section__text-block .section__container .section__content p {
  font-size: 19px;
}

.section__text-block .section__container .section__content p.text-speech {
  font-size: 19px;
}

@media (min-width: 576px) {
  .section__text-block .section__container .section__content p.text-speech {
    font-size: 22px;
    max-width: 90%;
  }
}

@media (min-width: 992px) {
  .section__text-block .section__container .section__content p.text-speech {
    font-size: 30px;
  }
}

.section__text-block .section__container .section__picture img {
  max-width: 100%;
  width: 100%;
}

@media (min-width: 1200px) {
  .section__text-block .section__container .section__picture img {
    height: 100%;
    width: auto;
  }
}

.section__text-block-3 .section-item {
  padding: 40px 20px 30px;
  border-bottom: 1px solid #cfcecd;
}

.section__text-block-3 .section-item:first-child {
  padding-top: 0;
}

.section__text-block-3 .section-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

@media (min-width: 992px) {
  .section__text-block-3 .section-item {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 560px) {
  .section__text-block-3.section__text--mobile .section-item {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 560px) {
  .section__text-block-3.section__text--mobile .section-item .section-item__heading {
    padding-left: 0;
  }
}

.section__text-block-3 .section-item .section-item__heading {
  font-size: 21px;
  font-weight: 600;
  position: relative;
  margin-top: 18px;
  margin-bottom: 25px;
}

.section__text-block-3 .section-item .section-item__text {
  padding-left: 50px;
}

@media (min-width: 992px) {
  .section__text-block-3 .section-item .section-item__text {
    padding-left: 0;
    max-width: 490px;
  }
}

@media (max-width: 560px) {
  .section__text-block-3.section__text--mobile .section-item .section-item__text {
    padding-left: 0;
  }
}

.section__text-block-3 .section-item .section-item__text ul {
  list-style: none;
  padding-left: 50px;
}

.section__text-block-3 .section-item .section-item__text ul li {
  margin-bottom: 20px;
  position: relative;
}

.section__text-block-3 .section-item .section-item__text ul li p {
  margin-bottom: 0;
}

.section__text-block-3 .section-item .section-item__text ul li:before {
  content: "";
  display: block;
  width: 55px;
  height: 55px;
  background-position: center center;
  background-image: url(../img/letters-marker.svg);
  background-repeat: no-repeat;
  position: absolute;
  left: -65px;
  top: -15px;
}

.section__text-block-4 {
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 576px) {
  .section__text-block-4 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.section__text-block-4 .section__container {
  max-width: 1400px;
  margin: 0 auto;
}

.section__text-block-4 .section__heading {
  text-align: center;
  margin-bottom: 60px;
}

.section__text-block-4 .section__title {
  font-size: 32px;
  line-height: 1.25em;
  color: #000;
  font-weight: 600;
  margin-top: 50px;
}

@media (min-width: 576px) {
  .section__text-block-4 .section__title {
    font-size: 38px;
  }
}

@media (min-width: 768px) {
  .section__text-block-4 .section__title {
    font-size: 40px;
  }
}

@media (min-width: 992px) {
  .section__text-block-4 .section__title {
    font-size: 45px;
  }
}

@media (min-width: 1200px) {
  .section__text-block-4 .section__title {
    font-size: 55px;
  }
}

.section__text-block-4 .section__title.section__title--center:after {
  margin-left: auto;
  margin-right: auto;
}

.section__text-block-4 h3 {
  font-size: 24px;
  color: #010101;
  margin-bottom: 1.5rem;
}

.section__text-block-4 p.lead {
  font-size: 22px;
  line-height: 1.25em;
}

@media (min-width: 768px) {
  .section__text-block-4 p.lead {
    font-size: 30px;
  }
}

.section__text-block-4 small {
  font-size: 19px;
  font-weight: 400;
  color: #010101;
}

.section__text-block-4 .section-item {
  padding: 25px 20px 20px 20px;
  margin-left: 20px;
  position: relative;
}

.section__text-block-4 .section-item .section-item__icon {
  position: absolute;
  top: 0;
  left: 5px;
  color: #d8eeff;
  font-size: 92px;
  font-weight: 700;
  line-height: 1em;
}

.section__text-block-4 .section-item .section-item__content {
  text-align: left;
  text-decoration: none;
  position: relative;
}

.section__text-block-4 .section-item .section-item__content .section-item__title {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  text-decoration: none;
}

.section__text-block-4 .section-item .section-item__content .section-item__text {
  margin-top: 20px;
}

.section__text-block-5 {
  padding-top: clamp(50px, 15vw, 100px);
}

.section__text-block-5 .section__container {
  max-width: 1400px;
  margin: 0 auto;
}

.section__text-block-5 .section__heading {
  text-align: center;
  margin-bottom: 50px;
}

.section__text-block-5 .section__heading .section__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25em;
  color: #000;
  margin-top: 50px;
}

@media (min-width: 576px) {
  .section__text-block-5 .section__heading .section__title {
    font-size: 38px;
  }
}

@media (min-width: 768px) {
  .section__text-block-5 .section__heading .section__title {
    font-size: 40px;
  }
}

@media (min-width: 992px) {
  .section__text-block-5 .section__heading .section__title {
    font-size: 45px;
  }
}

@media (min-width: 1200px) {
  .section__text-block-5 .section__heading .section__title {
    font-size: 55px;
  }
}

.section__text-block-5 .section__heading .section__title.section__title--center:after {
  margin-left: auto;
  margin-right: auto;
}

.section__text-block-5 .section__text ul {
  list-style: none;
  position: relative;
  padding-left: 50px;
  padding-bottom: 0;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .section__text-block-5 .section__text ul {
    padding-right: 110px;
    padding-bottom: 0;
  }
}

.section__text-block-5 .section__text ul:before {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  background: #315d9b;
  position: absolute;
  left: 14px;
}

@media (min-width: 992px) {
  .section__text-block-5 .section__text ul:before {
    height: calc(100% - 20px);
  }
}

.section__text-block-5 .section__text ul li {
  position: relative;
  padding-bottom: 35px;
}

.section__text-block-5 .section__text ul li p {
  margin-bottom: 15px;
}

.section__text-block-5 .section__text ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -45px;
  background: #315d9b;
  width: 20px;
  height: 20px;
  border: 4px solid #fff;
  border-radius: 50%;
  box-shadow: 3px 3px 7px rgba(1, 1, 1, 0.4);
  z-index: 3;
}

@media (min-width: 992px) {
  .section__text-block-5 .section__text ul li:last-child:after {
    content: "";
    display: block;
    width: 5px;
    height: calc(100% - 10px);
    background: #fff;
    position: absolute;
    left: -38px;
    top: 10px;
    z-index: 2;
  }
}

.section__text-block-5 [class*="col-"]:last-child ul {
  padding-bottom: 0;
  margin-bottom: 15px;
}

.section__text-block-5 [class*="col-"]:last-child ul li:last-child:after {
  content: "";
  display: block;
  width: 5px;
  height: calc(100% - 10px);
  background: #fff;
  position: absolute;
  left: -38px;
  top: 10px;
  z-index: 2;
}

@media (min-width: 992px) {
  .section__text-block-5.section__bg--gray .section__text ul li:last-child:after {
    background: #ecf0f1;
  }
}

.section__text-block-5.section__bg--gray [class*="col-"]:last-child ul li:last-child:after {
  background: #ecf0f1;
}

@media (min-width: 1400px) {
  .col-xxl-6 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.section__text-block-7 {
  padding-top: clamp(50px, 15vw, 100px);
}

.section__text-block-7 .section__container {
  max-width: 1400px;
  margin: 0 auto;
}

.section__text-block-7 .section__heading {
  text-align: center;
  margin-bottom: 50px;
}

.section__text-block-7 .section__heading .section__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25em;
  color: #000;
  margin-top: 50px;
}

@media (min-width: 576px) {
  .section__text-block-7 .section__heading .section__title {
    font-size: 38px;
  }
}

@media (min-width: 768px) {
  .section__text-block-7 .section__heading .section__title {
    font-size: 40px;
  }
}

@media (min-width: 992px) {
  .section__text-block-7 .section__heading .section__title {
    font-size: 45px;
  }
}

@media (min-width: 1200px) {
  .section__text-block-7 .section__heading .section__title {
    font-size: 55px;
  }
}

.section__text-block-7 .section__heading .section__title.section__title--center:after {
  margin-left: auto;
  margin-right: auto;
}

.section__text-block-7 .section__text {

}

.section__text-block-7 .section__text ul {
  list-style: none;
  position: relative;
  padding-left: 50px;
  padding-bottom: 0;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .section__text-block-7 .section__text ul {
    padding-right: 25px;
    padding-bottom: 0;
  }
}

.section__text-block-7 .section__text ul li {
  position: relative;
}

.section__text-block-7 .section__text ul li p {
  margin-bottom: 15px;
}

.section__text-block-7 .section__text ul li strong {
  font-size: 21px;
}

.section__text-block-7 .section__text ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: -15px;
  left: -65px;
  background: url("../img/letters-marker.svg") no-repeat center center;
  width: 55px;
  height: 55px;
  z-index: 3;
}

.section__page-with-nav {
  border-bottom: 1px solid #cfcfcf;
  margin-top: -60px;
}

.section__page-with-nav > .container-fluid {
  max-width: initial;
}

.section__page-with-nav article > .container-fluid {
  max-width: initial;
}

.section__page-with-nav .section__bg.section__bg--gray {
  background: #ecf0f1;
}

@media (min-width: 768px) {
  .section__page-with-nav .section__page-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}

@media (min-width: 1200px) {
  .section__page-with-nav .section__page-nav {
    width: 300px;
  }
}

@media (min-width: 1600px) {
  .section__page-with-nav .section__page-nav {
    width: calc(((100vw - 1600px) / 2) + 300px);
  }
}

.section__page-with-nav .section__page-nav .page-nav__container {
  width: 100%;
}

@media (min-width: 768px) {
  .section__page-with-nav .section__page-nav .page-nav__container {
    max-width: 285px;
    min-width: 285px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .section__page-with-nav .section__page-nav .page-nav__container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.section__page-with-nav .section__page-nav .nav {
  width: 100%;
}

.section__page-with-nav .section__page-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
}

.section__page-with-nav .section__page-nav ul li a {
  border-right: 3px solid transparent;
  color: #010101;
  display: block;
  padding: 19px 15px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  position: relative;
}

@media (min-width: 768px) {
  .section__page-with-nav .section__page-nav ul li a {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.section__page-with-nav .section__page-nav ul li a:after {
  content: "";
  display: block;
  width: 1px;
  background: #dadbdd;
  position: absolute;
  width: calc(100% - 60px);
  height: 1px;
  bottom: 0;
  left: 30px;
}

.section__page-with-nav .section__page-nav ul li:last-child a:after {
  display: none;
}

.section__page-with-nav .section__page-nav ul li:hover {
  background: #fff;
}

.section__page-with-nav .section__page-nav ul li:hover a {
  border-right-color: #e30014;
  text-decoration: underline dotted;
  text-underline-offset: 5px;
}

.section__page-with-nav .section__page-nav ul li.active a {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.section__page-with-nav .section__page-nav ul li:hover a:after {
  display: none;
}

.section__page-with-nav .section__page-nav ul li.active {
  background: #fff;
}

.section__page-with-nav .section__page-nav ul li.active a {
  border-right-color: #e30014;
}

.section__page-with-nav .section__page-nav ul li.active a:after {
  display: none;
}

.section__page-with-nav .section__page-content {
  background: #fff;
  max-width: 1300px;
  padding: 40px 0 40px 15px;
}

.section__page-with-nav .section__page-content .section__title + #page {
  margin-top: 50px;
}

@media (min-width: 768px) {
  .section__page-with-nav .section__page-content {
    padding: 60px 25px 60px 40px;
  }
}

@media (min-width: 992px) {
  .section__page-with-nav .section__page-content {
    padding: 80px 40px 80px 55px;
  }
}

.section__page-with-nav .section__page-content .section__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25em;
  color: #000;
  margin-bottom: 22px;
}

@media (min-width: 576px) {
  .section__page-with-nav .section__page-content .section__title {
    font-size: 38px;
  }
}

@media (min-width: 768px) {
  .section__page-with-nav .section__page-content .section__title {
    font-size: 40px;
  }
}

@media (min-width: 992px) {
  .section__page-with-nav .section__page-content .section__title {
    font-size: 45px;
  }
}

@media (min-width: 1200px) {
  .section__page-with-nav .section__page-content .section__title {
    font-size: 55px;
  }
}

.section__page-with-nav .section__page-content h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25em;
  color: #000;
  margin-bottom: 40px;
}

@media (min-width: 576px) {
  .section__page-with-nav .section__page-content h2 {
    font-size: 34px;
  }
}

@media (min-width: 768px) {
  .section__page-with-nav .section__page-content h2 {
    font-size: 28px;
  }
}

@media (min-width: 992px) {
  .section__page-with-nav .section__page-content h2 {
    font-size: 32px;
  }
}

@media (min-width: 1200px) {
  .section__page-with-nav .section__page-content h2 {
    font-size: 35px;
  }
}

@media (min-width: 992px) {
  .section__page-with-nav .section__page-content p.lead {
    font-size: 30px;
  }
}

.section__page-with-nav .section__page-content .price__list {
  margin-bottom: 30px;
}

.section__page-with-nav .section__page-content .price__list .price-list__heading {
  display: flex;
  flex-direction: row;
  color: #8e8e8e;
  font-size: 10px;
  line-height: 1.8em;
  text-transform: uppercase;
}

.section__page-with-nav .section__page-content .price__list .price-list__heading .price-list__name,
.section__page-with-nav .section__page-content .price__list .price-list__heading .price-list__price {
  padding: 5px 20px;
}

.section__page-with-nav .section__page-content .price__list .price-list__heading .price-list__name {
  flex: 1 1 auto;
  padding-right: 10px;
}

.section__page-with-nav .section__page-content .price__list .price-list__heading .price-list__price {
  flex: 0 0 155px;
  padding-left: 10px;
}

@media (min-width: 768px) {
  .section__page-with-nav .section__page-content .price__list .price-list__heading .price-list__name,
  .section__page-with-nav .section__page-content .price__list .price-list__heading .price-list__price {
    padding: 15px 40px;
  }

  .section__page-with-nav .section__page-content .price__list .price-list__heading .price-list__name {
    flex: 1 1 auto;
    padding-right: 10px;
  }

  .section__page-with-nav .section__page-content .price__list .price-list__heading .price-list__price {
    flex: 0 0 155px;
    padding-left: 10px;
  }
}

.section__page-with-nav .section__page-content .price__list .price__item {
  border: 1px solid #e1e1e1;
  display: flex;
  flex-direction: column;
  margin-top: -1px;
  font-size: 16px;
}

@media (min-width: 768px) {
  .section__page-with-nav .section__page-content .price__list .price__item {
    flex-direction: row;
  }
}

.section__page-with-nav .section__page-content .price__list .price__item.price__item--comment {
  background: #ecf0f1;
  position: relative;
}

.section__page-with-nav .section__page-content .price__list .price__item.price__item--comment:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-color: #fff;
  background-position: center center;
  background-image: url(../img/check-list.svg);
  background-repeat: no-repeat;
  border-radius: 50%;
  position: absolute;
  left: 30px;
  top: calc(50% - 16px);
}

@media (min-width: 768px) {
  .section__page-with-nav .section__page-content .price__list .price__item.price__item--comment:before {
    left: 60px;
  }
}

.section__page-with-nav .section__page-content .price__list .price__item.price__item--comment .price-item__name {
  padding-left: 85px;
  padding-top: 25px;
  padding-bottom: 25px;
  font-weight: 400;
  font-style: italic;
  flex: 0 0 100%;
}

@media (min-width: 768px) {
  .section__page-with-nav .section__page-content .price__list .price__item.price__item--comment .price-item__name {
    padding-left: 115px;
  }
}

.section__page-with-nav .section__page-content .price__list .price__item .price-item__name,
.section__page-with-nav .section__page-content .price__list .price__item .price-item__price {
  padding: 15px 20px;
}

.section__page-with-nav .section__page-content .price__list .price__item .price-item__name {
  padding-right: 10px;
  font-weight: 700;
}

.section__page-with-nav .section__page-content .price__list .price__item .price-item__price {
  padding-left: 10px;
  font-weight: 400;
  color: #1b75bc;
  width: 155px;
  margin-left: auto;
  padding-top: 0;
}

@media (min-width: 768px) {
  .section__page-with-nav .section__page-content .price__list .price__item .price-item__name,
  .section__page-with-nav .section__page-content .price__list .price__item .price-item__price {
    padding: 15px 35px;
  }

  .section__page-with-nav .section__page-content .price__list .price__item .price-item__name {
    flex: 1 1 auto;
    padding-right: 10px;
  }

  .section__page-with-nav .section__page-content .price__list .price__item .price-item__price {
    flex: 0 0 155px;
    padding-left: 10px;
    width: auto;
    margin-left: initial;
  }

  .section__page-with-nav .section__page-content .price__list .price__item .price-item__price__copiright {
    flex: 0 0 255px;
  }
}

.section__page-with-nav .section__page-content p.text-asterisk:before {
  content: "*";
  color: #e30014;
  display: inline;
  margin-right: 5px;
}



h1, .h1 {
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  h1, .h1 {
    margin-bottom: 50px;
    font-size: 55px;
  }
}

h1.page__header:after {
  content: "";
  display: block;
  width: 73px;
  height: 4px;
  background: #e30014;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.yandeks-tab {
  display: flex;
  justify-content: center;
}

@media (max-width: 575px) {
  .modal-body .nav-link.nav-link-main {
    padding: 0 0 1rem !important;
  }

  .modal-body .list-group {
    margin: 0 0 1.5rem;
    border-bottom: 1px solid black;
    border-radius: 0;
  }

  .modal-body .list-group ul.nav {
    padding: 0 !important;
  }

  .modal-body .list-group .list-group__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .modal-body .list-group .list-group__header .nav-link {
    padding: 0;
  }

  .modal-body .list-group .list-group__header .nav-item {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .modal-body .list-group .list-group__header .nav-item p {
    margin-bottom: 0;
    padding: 0;
  }
  .modal-body .list-group .list-group__header i {
    background: url(../img/arrow-red.svg) no-repeat center center;
    display: inline-block;
    width: 16px;
    height: 17px;
    margin-left: 15px;
    transform: rotate(90deg);
  }

  .modal-body .list-group .list-group__header i.active {
    transform: rotate(270deg);
  }

  .modal-body .list-group .list-content.hide {
    transition: max-height 0.3s ease-out;
    max-height: 0;
    overflow: hidden;
  }

  .modal-body .list-group .list-content.hide.active {
    max-height: 1000px;
    transition: max-height 0.5s ease-in;
  }
}

.modal-body #success-selector-modal .success-message {
  color: green;
}

.pres__button {
  display: flex;
  align-items: center;
  margin-right: 15px;
  margin-left: 15px;
  margin-top: 20px;

  white-space: wrap !important;
}

.pres__button img {
  margin-left: 10px;
}

.inputfile__files {
  flex-direction: column;
  display: flex;
  justify-content: center;

  width: 60%;
}

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

.inputfile__item span {
  text-overflow: ellipsis;
  white-space: nowrap;

  overflow: hidden;
  color: #8e8e8e;
  font-size: 16px;
}

.inputfile__item > * + i {
  margin-left: 5px;
}

.inputfile__item i {
  width: 12px;
  height: 15px;

  cursor: pointer;

  flex-shrink: 0;

  background-image: url(../img/delete-bucket.svg);

  background-repeat: no-repeat;
}

.input__error {
  margin-left: 67px;
  color: red !important;
  font-size: 14px !important;

  margin-bottom: 0 !important;
}

.drop-zone {
  position: relative;
}

.drop-zone .filemodal {
  position: absolute;
  top: 0;

  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;

  background-color: rgba(238, 248, 253, 0.8);
  border: 1px dashed grey;
}

.drop-zone .filemodal p {
  margin: auto;
}

/*SERM SECTION*/

.serm__header-title {
  margin-top: 25px;
  position: relative;
}

@media (max-width: 1199px) {
  .serm__header-title {
    margin-top: 0;
  }
}

.serm__header-figure {
  position: absolute;
  top: -15px;
  left: 210px;
}

.serm__who-figure {
  position: absolute;
  width: auto;
  top: -55px;
  right: 145px;
}

.serm__bgfigure {
  position: absolute;
  top: 2000px;
  left: 0;
}

.serm__header-title h1 {
  margin-bottom: 2rem;
  line-height: 1.2;
}

.serm__header-title p {
  margin-bottom: 0;
  margin-top: 2px;
}

.serm__header-startext {
  margin-bottom: 2rem;
}

.serm__header-startext > * + * {
  margin-left: 10px;
}

.serm-why__row {
  margin-top: 80px;
  z-index: 2;
}

.serm-why__item {
  min-height: 60px;
}

.serm-why__item:not(:last-child) {
  margin-bottom: 30px;
}

.serm-why__item img {
  max-height: 45px;
  max-width: 45px;
}

@media (max-width: 768px) {
  .serm-why__item img {
    max-height: 30px;
    max-width: 30px;
  }
}

.serm-why__item + ul li {
  list-style: none;
}

.serm-why__item + ul {
  padding: 0;
}

.serm-why__item + ul > li + li {
  margin-top: 10px;
}

.serm-why__item span {
  margin-left: 15px;
  margin-top: 7px;

  font-weight: 600;
  font-size: 22px;
  line-height: 1.2;
}

.serm-why__img {
  width: auto;
  margin: 0 auto;
  z-index: -1;
}

@media(min-width: 992px) {
  .serm-why__img {
    position: absolute;
    top: 130px;
    left: 15%;
    margin: auto;
  }
}

.serm__do-posle {
  position: relative;
}

@media (max-width: 768px) {
  .serm-why__img {
    position: absolute;

    top: -255px;
    left: 50%;
    transform: translate(-50%);
  }

  .serm-why__row {
    margin-top: 300px;
  }

  .serm-why__img img {
    width: 220px;
    height: 220px;
  }
}

.serm-for__header {
  margin-top: 200px;
}

@media (max-width: 991px) {
  .serm-who__header h2 {
    margin-top: 75px;
  }
}

@media (max-width: 768px) {
  .serm-who__header h2 {
    margin-top: 0;
  }
}

.serm__do-posle-circle {
  width: 50px;
  height: 50px;

  position: absolute;
  right: 15%;
  top: 50%;
  transform: translateY(-50%);

  display: flex;
  justify-content: center;
  align-items: center;
  background: #e30014;
  border-radius: 900px;
  cursor: pointer;

  transition: transform 0.5s ease-in-out;
}

.serm__do-posle .posle-img.hidden {
  opacity: 0 !important;
  transition: all 0.5s ease-in-out;
}

.serm__do-posle-circle img {
  transform: rotate(0);
  transition: transform 0.5s ease-in-out;
}
.serm__do-posle-circle.rotated img {
  transform: rotate(180deg);
  transition: transform 0.5s ease-in-out;
}

.serm__do-posle-info {
  display: none;
}

.serm__do-posle-circle {
  display: none;
}

.serm__do-posle-circle img {
  width: 40px;
  height: 40px;
}

@media (max-width: 768px) {
  .serm-who__header {
    margin-top: unset;
  }

  .serm__do-posle .middle-img {
    display: none !important;
  }

  .serm__do-posle .posle-img {
    position: absolute;
    top: 0;
    opacity: 1;
    transition: all 0.5s ease-in-out;
  }

  .serm__do-posle-info {
    display: block;
  }

  .serm__do-posle-circle {
    display: flex;
  }
}

@media (max-width: 599px) {
  .serm__header-startext {
    margin-bottom: 1.5rem;
  }
  .serm__header-title p {
    font-size: 12px;
    text-align: center;
  }

  .serm__header-title h1 {
    font-size: 22px;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 1.5rem;
  }

  .serm__header-figure {
    width: 45px;
    top: 40px;
    right: 25px;
    left: unset;
  }
  .serm__header-figure img {
    width: 45px;
    top: 0;
    right: 0;
  }

  .serm__header-info {
    width: 75%;
    margin: auto;
  }
}

@media (max-width: 489px) {
  .serm__do-posle img {
    width: 100% !important;
  }

  .serm__do-posle-circle {
    right: 0;
  }
}

.mobile-modal-nav {
  display: none;
}

/*.desktop-modal-nav {*/
/*  display: block;*/
/*  display: flex;*/
/*  flex-wrap: wrap;*/
/*}*/

.desktop-modal-nav-bottom {
  display: block;
}

@media (max-width: 574px) {
  .mobile-modal-nav {
    display: block;
  }

  .desktop-modal-nav {
    display: none;
  }

  .desktop-modal-nav-bottom {
    display: none;
  }

  .modal-body .nav .nav-item .nav-top {
    display: none;
  }
}

.mobile-modal-nav {
  position: relative;
  width: 100%;
  overflow: hidden;
  transition: left 0.4s ease 0s, opacity 0.4s ease 0s;

  background: #fff;
}

.mobile-modal-nav .wrap {
  width: 100%;
  transition: transform 0.2s ease-in-out;
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  -ms-transition: transform 0.2s ease-in-out;
}

.mobile-modal-nav .wrap.forwarded {
  transform: translate(-100%);
}

.menu .top {
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}

@media(min-width: 768px) {
    .menu .top {
      margin-bottom: 50px;
    }
}

.menu .dropdown {
  left: 100%;
  top: 0;
  width: 100%;

  visibility: visible;
  opacity: 1;
  display: none;
  position: absolute;
  z-index: 15;
}

.menu .dropdown {
  padding: 0;
}

.menu .dropdown.show {
  display: block;
}

.menu .dropdown > li {
  border-top: 1px solid #eaeaea;
}

.menu ul.dropdown > li:last-child {
  border-bottom: 1px solid #eaeaea;
}

.menu .dropdown .menu-subpage a {
  color: black;
}

.menu.top .nav-link {
  padding-top: 20px !important;
  padding-bottom: 20px !important;

  display: flex;
  align-items: center;

  cursor: pointer;
}

.menu.top .nav-link > * + * {
  margin-left: 15px;
}

.menu.top .nav-link-cat {
  color: black;

  display: flex;
  justify-content: space-between;

  border-top: 1px solid #eaeaea;
  padding-left: 0;
  padding-right: 0;
}

.menu.top .menu-title {
  display: flex;
  align-items: center;

  background: #fbfbfb;
}

.menu.top .menu-title > * + * {
  margin-left: 15px;
}

.menu.top .menu-back {
  display: flex;
  color: black;
}

.menu.top .menu-title .nav-link-cat {
  text-decoration: underline;
  text-decoration-color: #000;
  text-underline-offset: 5px;
  color: #000;
  border: none;
}

.menu.top .menu-title .nav-link-cat:hover {
  text-decoration: underline dotted;
  color: #000;
  border: none;
}

.menu.top .top li:last-child .nav-link-cat {
  border-bottom: 1px solid #eaeaea;
}

.menu.top .top a.nav-link-cat {
  border: none !important;
}

.menu.top .nav-link-cat img.arrow {
  padding-right: 25px;
}

.menu.top .nav-link-cat__text > * + * {
  margin-left: 20px;
}

img.partner-img {
  max-width: 100%;
}

