.modal {
  text-align: center;
}

.main-header__content {
  display: flex;
  margin: 0px 64px 0px 77px;
  min-height: 56px;
}

.main-header__content.main-header__content-active .nav-burger-desktop svg,
.nav-wrapper.nav-wrapper-active .container .logotype-block #nav-burger-desktop svg,
.navbar-login.navbar-login-active #nav-burger-desktop svg {
  fill: black;
}

.main-header__content.main-header__content-active .logotype-el,
.main-header__content.main-header__content-active .header-links-list li a,
.navbar-login.navbar-login-active .logotype-el,
.navbar-login.navbar-login-active .header-links-list li a {
  color: #000;
}

.header-links-list li a.logotype-el__color {
  color: #ECF010;
}

#user-signin {
  display: flex;
  align-items: center;
}


#user-download {
  margin-right: 16px !important;
  font-size: 16px;
  font-weight: 500;
  color: #0e1726;
}

.nav-wrapper.nav-wrapper-active .header-links-list li a.logotype-el__color {
  background: -webkit-linear-gradient(75.56deg, #9814b3 -0.77%, #cd364f 48.14%, #fc9c3d 101.84%);
  background-clip: initial;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.input-group {
  max-width: 80px;
  margin-right: 30px;
}

#form-search-input,
.btn.btn-default {
  border: 0;
  outline: 0;
  padding: 0;
  box-shadow: none;
}

#form-search-input::placeholder {
  color: #000;
}


@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.navbar-login-buttons {
  position: relative;
  column-gap: 12px
}

.navbar-login-buttons a {
  display: inline-block;
  background: transparent;
  border: none;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 0;
  margin: auto 0;
}

.navbar-login-buttons a:first-of-type::after {
  content: "";
  width: 2px;
  height: 13px;
  background-color: #fff;
  display: inline-block;
  position: absolute;
  right: -14px;
  top: 50%;
  transform: translateY(-50%);
}

.navbar-login-buttons img {
  margin-right: 10px;
}

.navbar-mobile {
  display: none;
}

header {
  z-index: 50;
}

.logotype-img {
  padding-right: 10px;
}

.logotype-text {
  font-size: 25px;
}

.logotype-el {
  position: relative;
  display: flex;
  font-size: 30px;
  font-weight: 600;
  font-style: italic;
  color: #fff;
  line-height: 36px;
  padding: 0;
}

.logotype-el::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 22px;
  top: 6px;
  left: 158px;
  opacity: 1;
  background-color: #000;
  background-size: cover;
}

.logotype-el:focus,
.logotype-el:hover {
  color: #fff;
  /*text-decoration: underline;*/
}

.navbar-right {
  margin-right: 0;
  display: flex;
}

.navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
}

.logotype-block {
  margin-right: 167px;
  max-width: max-content;
  display: inline-block;
}

.nav>li>a {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}

.nav>li>a:focus,
.nav>li>a:hover {
  background: none;
  text-decoration: underline;
}

.navbar-right.center-items>.navbar-nav>li>a {
  padding: 0;
  padding-right: 30px;
}

.navbar-right.center-items>.navbar-nav>li:last-child>a {
  padding-right: 178px;
}

.navbar-right.navbar-enter.end-item>.navbar-nav>li>a {
  padding: 0;
}

.absolute-header {
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  color: white;
  padding: 0;
}

.absolute-header-wrapper {
  color: white;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
}

.header-container .boost-nav-link:hover:not(.page-active) {
  opacity: 1;
}

.navbar-right.navbar-enter .nav.navbar-nav {
  display: flex;
  align-items: center;
}

.navbar-right.navbar-enter a.boost-nav-link,
.navbar-right.navbar-enter a.boost-nav-link-up {
  font-size: 18px;
  font-weight: 700;
}

.absolute-header .center-items {
  display: flex !important;
  padding: 0;
}

/* BURGER BUTTON */

.nav-burger {
  width: 32px;
  height: 32px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  /* -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out; */
  cursor: pointer;
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
}

.nav-burger.open {
  margin: 6px 0 0;
}

.nav-burger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 50%;
  background: #fff;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 025s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.nav-burger span:nth-child(even) {
  left: 49.5%;
  border-radius: 0 2px 2px 0;
}

.nav-burger span:nth-child(odd) {
  left: 0.5px;
  border-radius: 2px 0 0 2px;
}

.nav-burger span:nth-child(1),
.nav-burger span:nth-child(2) {
  top: 0px;
}

.nav-burger span:nth-child(3),
.nav-burger span:nth-child(4) {
  top: 11.5px;
}

.nav-burger span:nth-child(5),
.nav-burger span:nth-child(6) {
  top: 23px;
}

.nav-burger.open span:nth-child(1),
.nav-burger.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-burger.open span:nth-child(2),
.nav-burger.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-burger.open span:nth-child(1) {
  left: 2.5px;
  top: 3.5px;
}

.nav-burger.open span:nth-child(2) {
  left: calc(50% - 2.5px);
  top: 3.5px;
}

.nav-burger.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

.nav-burger.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

.nav-burger.open span:nth-child(5) {
  left: 2.5px;
  top: 13px;
}

.nav-burger.open span:nth-child(6) {
  left: calc(50% - 2.5px);
  top: 13px;
}

.header-wrapper {
  display: flex;
}

.navbar-mobile {
  padding: 10px 20px 10px;
}

.pos-rel {
  position: relative;
}

.navbar-mobile-nav {
  z-index: 50;
  left: -100vw;
  position: absolute;
  width: 100vw;
  height: min-content;
  min-height: 125vh;
  top: 0;
  /* background: linear-gradient(75.56deg,
      #9814b3 -0.77%,
      #cd364f 48.14%,
      #fc9c3d 101.84%); */
  background-color: #2e6cd9;
}

.navbar-mobile-nav.open {
  left: 0;
}

.navbar-mobile-nav-header {
  display: flex;
  padding: 10px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .5);
  align-items: center;
}

.navbar-mobile-nav-header-user-email {
  font-size: 16px;
  color: #fff;
  line-height: 150%;
  font-weight: 400;
  margin-left: 20px;
}

.navbar-mobile-nav-header .nav-burger {
  margin-left: auto;
}

.navbar-login-buttons .navbar-login-buttons--item {
  display: flex;
  color: #fff;
  font-weight: 600;
  margin-right: 0px;
  border: 1px solid #182c4b;
  border-radius: 3px;
  padding: 0px 5px;
  transition: .3s ease-out;
}

.navbar-login-buttons .navbar-login-buttons--item:hover {
  background-color: #f4f5f7;
}


.navbar-login-buttons--item span {
  font-weight: 500;
  font-size: 13px;
  line-height: 115%;
  padding: 7px 5px;
  color: #0e1726;
}

#login-button.navbar-login-buttons--item {
  display: flex;
  align-items: center;
}

#login-button.navbar-login-buttons--item a {
  display: block;
}

.header-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 20px;
}

.header-links-list>li {
  margin-bottom: 30px;
}

.header-links-list>li>a {
  display: flex;
  align-items: center;
  height: 35px;
  color: #fff;
  padding: 0px 20px;
  font-weight: 500;
  font-size: 13px;
  line-height: 154%;
  color: #0e1726;
}

.header-links-list>li>a:hover {
  text-decoration: underline;
}

.header-links-list>li>a svg {
  margin-left: 10px;
}

.navbar-mobile-nav.open .navbar-overlay {
  position: fixed;
  overflow-y: scroll;
  overscroll-behavior: contain;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin-top: 59px;
  padding-bottom: 115px;
}

.header-phone-link {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}

.header-social-links {
  font-size: 18px;
  color: #ffffff99;
  font-weight: 400;
  line-height: 100%;
}


.header-social-links-phone {
  margin-bottom: 10px;
}

.header-social-links-list {
  padding: 0;
  padding: 30px 0 0 20px;
  list-style-type: none;
  border-top: 1px solid rgba(255, 255, 255, .5);
}

.header-social-links-list .header-social-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.header-social-links-list .header-social-links a {
  color: #fff;
}

.navbar-desktop {
  width: 100%;
  flex-direction: column;
  z-index: 20;
  /* border-bottom: 1px solid #fff; */
}

.navbar-desktop.navbar-desktop-active {
  background-color: #fff;
  border-bottom: 1px solid #000;
}

.navbar-login {
  display: flex;
  justify-content: center;
  padding: 0;
  min-height: 56px;
  height: auto;
  position: relative;
  border-bottom: 1px solid #fff;
}

.navbar-login::before {
  content: "";
  position: absolute;
  background-color: #fff;
  background: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
  background-size: cover;
}

.navbar-login-buttons {
  display: flex;
  justify-content: end;
  align-items: center;
}


.navbar-login.navbar-login-active .main-header__content #nav-menu-desktop,
.navbar-login.navbar-login-resources-active .main-header__content #nav-menu-desktop-resources {
  min-height: 56px;
}


.nav-wrapper {
  display: flex;
  justify-content: center;
  padding: 13px 0;
  position: relative;
}

.nav-wrapper .container {
  position: relative;
}

.nav-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
  background-size: 100% 100%;
}

.navbar-desktop nav {
  display: flex;
  justify-content: space-between;
}

.navbar-desktop,
.navbar-desktop .header-links-list {
  display: flex;
}

#nav-menu-desktop-resources-svg.nav-menu-desktop-resources-svg-active {
  transform: rotate(180deg);
}

.navbar-login.navbar-login-resources-active .main-header__content #nav-menu-desktop-resources {
  background-color: #F6F6F6;
}

.navbar-desktop .header-links-list {
  border-bottom: none;
  margin: 0 auto 0 0px;
  padding: 0;
  justify-content: space-between;
  align-items: center;
}

.navbar-desktop .logotype-block {
  margin: 0;
  min-width: auto;
  margin-right: 33.5px;
}

.navbar-desktop .header-links-list li {
  padding: 0;
  margin: 0 auto 0 0;
}

.navbar-desktop .header-listnks-list li a {
  text-decoration: none;
}

.navbar-desktop .header-phone-link {
  margin: auto 0;
  line-height: 100%;
}

.header-wrapper {
  background: #fff;
}

@media (max-width: 989px) {
  .header-wrapper {
    min-height: 55px;
  }

  .navbar-desktop {
    display: none;
  }

  .navbar-mobile {
    display: flex;
    width: 100vw;
    align-items: center;
  }

  /* для мобильной вёрстки */

  .logotype-el {
    display: flex;
    align-items: center;
    font-size: 24px;
    line-height: 100%;
    height: inherit;
    margin: 3px 0;
  }

  .logotype-block {
    margin: 0 0 0 18px;
  }

  .navbar-icons {
    margin-left: auto;
  }

  .navbar-icons,
  .navbar-icons-item {
    display: flex;
  }

  .navbar-icons-item:last-child {
    margin-left: 25px;
  }

  .navbar-icons-item img {
    max-height: 25px;
    max-width: 25px;
  }
}

#wpadminbar {
  z-index: -1;
}

html {
  margin-top: 0 !important;
}

.navbar-user-info {
  display: flex;
}

#navbarUserInfoEmail,
#navbarMobUserInfoEmail {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  margin: auto 0;
}

#navbarMobUserInfoEmail {
  margin-left: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.navbar-br {
  border-bottom: 1px solid #0e1726;
}

.navbar-desktop-content {
  display: flex;
  flex-wrap: wrap;
  row-gap: 45px;
  height: 100%;
  align-items: flex-start;
  padding: 35px 64px 60px 110px;
  background-color: #F6F6F6;
}

.navbar-desktop-subcontent {
  margin: 15px 0px;
}

.navbar-desktop-subitem {
  position: relative;
  margin: 0px 20px;
  color: black;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}

.navbar-desktop-item {
  position: relative;
  width: 270px;
  margin: 0px 20px;
  text-decoration: none !important;
  color: black;
  min-height: 88px;
}

.container.header-subcontent-wrapper {
  margin-top: 20px;
  margin-bottom: 40px;
}

.header-subcontent-wrapper {
  margin: 0px 64px 0px 77px;
}

.navbar-desktop-subitem:hover {
  color: #0646a5;
}

.navbar-desktop-item:hover {
  background: linear-gradient(75.56deg, #9814B3 -0.77%, #CD364F 48.14%, #FC9C3D 101.84%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}


.navbar-desktop-item::before {
  content: "";
  position: absolute;
  width: 9px;
  left: -25px;
  opacity: 1;
  /* background: linear-gradient(106.32deg, #9814B3 -15.32%, #CD364F 51.28%, #FC9C3D 124.41%); */
  background-size: cover;
  background-color: #0269ff !important;
  height: 82px;
  top: 0;
}



.navbar-desktop-title {
  font-weight: 600;
  background: linear-gradient(106.32deg, #9814B3 -15.32%, #CD364F 51.28%, #FC9C3D 124.41%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 16px;
  line-height: 110%;
  margin-bottom: 16px;
}

.navbar-desktop-title span {
  color: #0269ff;
}


.navbar-desktop-text {
  font-weight: 400;
  font-size: 13px;
  line-height: 115%;
}



.nav-burger-desktop {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  background-color: initial;
  margin-right: 30px;
  border: none;
  outline: none;
  padding: 0;
}

.navbar-desktop-subcontent {
  display: flex;
  height: 100%;
  align-items: center;
  flex-wrap: wrap;
}

.navbar-desktop-subcontent-grid {
  display: grid;
  grid-template-columns: 170px 150px 170px 240px 200px;
}


.navbar-desktop-subcontent-grid .navbar-desktop-subitem {
  margin: 0;
}

.navbar-desktop .logotype-block {
  display: flex;
  align-items: center;
}

.nav-burger-span-1 {
  position: absolute;
  content: "";
  width: 30px;
  height: 3px;
  left: 0;
  top: 0;
  background-color: white;
}

.nav-burger-span-2 {
  position: absolute;
  content: "";
  width: 30px;
  height: 3px;
  left: 0;
  top: 13px;
  background-color: white;
}

.nav-burger-span-3 {
  position: absolute;
  content: "";
  width: 30px;
  height: 3px;
  left: 0;
  top: 25px;
  background-color: white;
}


.navbar-desktop-wrapper,
.navbar-desktop-wrapper-resources {
  border-top: 1px solid black;
  width: 100%;
  position: absolute;
  top: 55px;
  left: 0;
  z-index: 100;
  background-color: #F6F6F6;
  border: none;
}

.navbar-desktop-wrapper.navbar-desktop-wrapper-closed,
.navbar-desktop-wrapper-resources.navbar-desktop-wrapper-resources-closed {
  display: none;
}

.navbar-login.navbar-login-active::before {
  background: none;
}

.navbar-login.navbar-login-active .container .navbar-login-buttons .navbar-user-info.d-none p,
.navbar-login.navbar-login-active .container .navbar-login-buttons a,
.navbar-login.navbar-login-active .container .navbar-login-buttons a span {
  color: #000;
}

.navbar-login.navbar-login-active .container .navbar-login-buttons a::after {
  background-color: #000;
}

.nav-wrapper.nav-wrapper-active::before {
  background: none;
}

.nav-wrapper.nav-wrapper-active {
  border-top: 1px solid #000;
}

.nav-wrapper.nav-wrapper-active .container .logotype-block .nav-burger-desktop .nav-burger-span-1 {
  background-color: black;
}

.nav-wrapper.nav-wrapper-active .container .logotype-block .nav-burger-desktop .nav-burger-span-2 {
  background-color: black;
}

.nav-wrapper.nav-wrapper-active .container .logotype-block .nav-burger-desktop .nav-burger-span-3 {
  background-color: black;
}

.nav-wrapper.nav-wrapper-active .container .logotype-block .logotype-el,
.nav-wrapper.nav-wrapper-active .container .header-links-list>li>a,
.nav-wrapper.nav-wrapper-active .container .header-phone-link {
  color: #000;
}

.header-wrapper.header-wrapper-active {
  background: none;
}

.logotype-el.logotype-el__sub {
  font-size: 30px;
}

.navbar-desktop-background.navbar-desktop-background-active {
  position: absolute;
  top: 0;
  left: 0;
  height: 5000px;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 40;
}

.navbar-desktop-background.navbar-desktop-background-active.navbar-desktop-background-center {
  z-index: 50;
}

.header-links-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}

.navbar-item-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #FFFFFF;
  height: 60px;
  width: 100%;
  padding: 0 25px 0 20px;
  cursor: pointer;
}

.navbar-item-main.navbar-item-main__front {
  height: auto;
  padding: 5px 0px;
}

.navbar-item-main.navbar-item-main__front #header-links-img-2 {
  margin-left: 15px;
}

#header-links-img-1,
#header-links-img-2,
#header-links-img-3 {
  width: 11px;
  height: 20px;
}

.header-links-img.header-links-img-active {
  transform: rotate(180deg) !important;
}

.header-links-list {
  display: block;
}

.header-links-list.header-links-list-closed {
  display: none;
}

.navbar-user-mail {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
}

.navbar-user-mail:hover {
  color: #FFFFFF;
}

.navbar-login-buttons--item img {
  margin-right: 20px;
}

.header-links-nav>li>a {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
}

.header-links-nav>li {
  padding: 15px 0;

}

.header-links-nav {
  border-top: 1px solid rgba(255, 255, 255, .5);
  border-bottom: 1px solid rgba(255, 255, 255, .5);
  list-style-type: none;
  padding: 15px 20px;
  margin-bottom: 0;
}

@media (max-width: 1250px) {
  .nav-burger-desktop {
    margin-right: 5px;
  }

  .navbar-desktop .header-links-list {
    margin: 0 auto 0 0px;
  }

  .navbar-desktop .header-links-list li {
    white-space: nowrap;
    padding: 0px 0px;
  }

  .navbar-login-buttons--item img {
    margin-right: 5px;
  }

  .navbar-desktop-subitem {
    margin: 0px 20px 0px 0px;
  }

  .navbar-desktop .header-phone-link {
    display: none;
  }
}

@media (max-width: 1200px) {
  .navbar-desktop-item {
    margin: 0px 20px;
  }

  .navbar-desktop-content {
    padding-left: 10px;
  }

  .logotype-img {
    padding-right: 5px;
  }

  .header-links-list>li>a {
    padding: 0px 15px;
  }
}

@media (max-width: 1100px) {
  .navbar-desktop .logotype-block {
    margin-right: 15px;
  }

  .header-links-list>li>a {
    padding: 0px 8px;
  }

}

@media (max-width: 1020px) {
  .navbar-desktop .header-links-list li {
    padding: 0 5px;
  }
}

@media (max-width: 989px) {
  .navbar-desktop-wrapper {
    display: none;
  }

  .navbar-desktop-background.navbar-desktop-background-active {
    display: none;
  }

  .navbar-mobile {
    background-color: #2e6cd9;
    border-bottom: 1px solid #fff;
  }

  .navbar-mobile,
  .navbar-mobile-nav-header {
    background-color: #fff;
  }

  .navbar-mobile-nav {
    background-color: #b2b9c4;
  }

  .navbar-mobile-nav-header,
  .header-links-nav>li,
  .navbar-item-main {
    border-bottom: 1px solid #b2b9c4;
  }

  .navbar-mobile-nav.open .navbar-overlay {
    background-color: #f6f6f6;
  }

  .header-links-nav {
    padding: 0px;
  }

  .header-links-nav>li {
    padding: 15px 0 15px 20px;
  }

  .header-links-list>li>a,
  .header-phone-link,
  .header-social-links {
    font-weight: 600;
    font-size: 15px;
    line-height: 120%;
  }


  .navbar-item-main,
  .header-links-nav>li>a,
  .header-social-links-list .header-social-links a,
  .header-phone-link {
    color: #0e1726;
  }

  .header-links-title {
    font-weight: 500;
    line-height: 120%;
  }

  .navbar-mobile-nav-header .nav-burger {
    margin-left: 0;
  }

  .navbar-mobile-nav-header svg {
    margin: 0 auto;
  }

  .header-links-list>li {
    margin: 15px 0px;
    border-bottom: 1px solid #b2b9c4;
  }

  .navbar-icons .navbar-icons-item a {
    display: flex;
    align-items: center;
  }
}