/* ! УБРАНЫ СТИЛИ, КОТОРЫЕ НЕ ОТНОСЯТСЯ К ШАБЛОНУ */

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;600;700&display=swap");

@font-face {
  font-family: "Cera Pro";
  src: url("../fonts/CeraPro-Regular.eot"), url("../fonts/CeraPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/CeraPro-Regular.woff") format("woff"), url("../fonts/CeraPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Cera Pro";
  src: url("../fonts/CeraPro-Light.eot"), url("../fonts/CeraPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/CeraPro-Light.woff") format("woff"), url("../fonts/CeraPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Cera Pro";
  src: url("../fonts/CeraPro-Medium.eot"), url("../fonts/CeraPro-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/CeraPro-Medium.woff") format("woff"), url("../fonts/CeraPro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Cera Pro";
  src: url("../fonts/CeraPro-Bold.eot"), url("../fonts/CeraPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/CeraPro-Bold.woff") format("woff"), url("../fonts/CeraPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  max-height: 9001em;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

a {
  color: #000;
}

:root {
  --base-color: #FF0000;
  --hover-color: #D70000; /* Добавлено специально */
}

.header {
  z-index: 100;
  width: 100%;
  top: 0;
  transition: all ease 0.3s;
  padding: 0 40px;
  font-family: "Cera Pro", sans-serif;
  position: absolute;
}
.header.visible {
  opacity: 1 !important;
  visibility: visible !important;
}

.header-flxible {
  height: 81px;
  padding: 0;
}
.header-flxible .header__header-wrapper {
  width: 100%;
  position: absolute;
  transition: all ease 0.3s;
  background: #fff;
  z-index: 100;
}
.header-flxible.fixed .header__header-wrapper {
  position: fixed;
  top: -81px;
}
.header-flxible.visible .header__header-wrapper {
  top: 0;
}

.header__header-row {
  height: 80px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 0 40px;
}

.header__header-full__left {
  position: absolute;
  display: flex;
  align-items: center;
  left: 0;
  top: 0;
  height: 80px;
}

.header__header-full__right {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  height: 80px;
  top: 0;
}

.menu-btn {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 18px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  margin-right: 30px;
  position: relative;
  z-index: 101;
}

.menu-btn span {
  background: #000;
  height: 1px;
  transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  width: 100%;
}

.menu-btn span:nth-child(2) {
  width: 65%;
}

.menu-btn.active span:nth-child(1) {
  transform-origin: bottom;
  transform: rotatez(45deg) translate(4px, 0px);
  width: 50%;
}

.menu-btn.active span:nth-child(2) {
  transform-origin: top;
  transform: rotatez(-45deg);
  width: 100%;
}

.menu-btn.active span:nth-child(3) {
  transform-origin: bottom;
  width: 50%;
  transform: translate(14px, -3px) rotatez(45deg);
}

.header__logo {
  margin-right: 50px;
}

.header__logo-mobile {
  display: none;
}

.header__drop-link {
  color: #000;
  text-decoration: none;
  position: relative;
  font-size: 16px;
  display: block;
}
.header__drop-link:after {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/template_ver2/down.svg) no-repeat;
  width: 12px;
  height: 6px;
  right: -20px;
  top: 7px;
  transition: all ease 0.3s;
}
.header__drop-link:hover {
  opacity: 0.4;
}

.header__lang {
  margin-right: 62px;
}

.header__drop {
  position: relative;
}
.header__drop:hover .header__dropdown {
  opacity: 1;
  visibility: visible;
}
.header__drop:hover .header__drop-link {
  opacity: 0.4;
}
.header__drop .header__dropdown {
  position: absolute;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  left: -20px;
  z-index: 10;
  top: 40px;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.3s;
}
.header__drop .header__dropdown:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  height: 30px;
  top: -29px;
}
.header__drop.lang {
  margin-right: 62px;
}

.create-app {
  margin-right: 62px;
}

.header-link {
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-link:hover {
  opacity: 0.4;
}

.header__dropdown-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header__dropdown-menu li {
  margin-bottom: 10px;
}
.header__dropdown-menu li:last-child {
  margin-bottom: 0;
}
.header__dropdown-menu li a {
  font-size: 16px;
  text-decoration: none;
  position: relative;
  display: inline-block;
  white-space: nowrap;
}
.header__dropdown-menu li a:hover {
  opacity: 0.4;
}

.header__header-right {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.header__header-social {
  margin-right: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.header__header-social a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #CDCDCD;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease 0.3s;
}
.header__header-social a:hover {
  background-color: var(--base-color);
}

.header__icon-apple {
  margin-top: -4px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/template_ver2/apple.svg) no-repeat center;
}

.header__icon-wa {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/template_ver2/wa.svg) no-repeat center;
}

.header__icon-tg {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/template_ver2/tg.svg) no-repeat center;
  margin-right: 2px;
}

.header__icon-mail {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/template_ver2/mail.svg) no-repeat center;
}

.header__icon-dzen {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/template_ver2/dzen.svg) no-repeat center;
}

.header__icon-vk {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/template_ver2/vk.svg) no-repeat center;
}

.header__icon-yt {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/template_ver2/yt.svg) no-repeat center;
}

.header__login-drop {
  display: flex;
  gap: 10px;
}
.header__login-drop a {
  text-decoration: none;
  font-size: 16px;
  color: #000;
}
.header__login-drop a:hover {
  color: var(--base-color);
}

.menu-drop {
  position: absolute;
  width: 296px;
  z-index: 1;
  background: #fff;
  padding: 40px;
  left: 0;
  top: 80px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 10px 0;
  transition: all ease 0.3s;
  transform: translate(-100%, 0);
  opacity: 0;
  visibility: hidden;
}
.menu-drop.opened {
  transform: translate(0, 0);
  opacity: 1;
  visibility: visible;
}

.header__menu-drop__mob {
  display: none;
}

.header__menu-main {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 55px;
}
.header__menu-main li {
  margin-bottom: 25px;
}
.header__menu-main li a {
  font-size: 24px;
  letter-spacing: -1px;
  color: #000;
  text-decoration: none;
  position: relative;
  display: inline-block;
}
.header__menu-main li a:hover {
  opacity: 0.4;
}

.header__menu-list {
  margin: 0;
  list-style: none;
  padding: 0;
  margin-bottom: 50px;
}
.header__menu-list li {
  margin-bottom: 20px;
}
.header__menu-list li a {
  text-decoration: none;
  font-size: 16px;
  display: inline-block;
  position: relative;
}
.header__menu-list li a:hover {
  opacity: 0.4;
}

.header__menu-drop__lang {
  display: flex;
  gap: 5px;
}
.header__menu-drop__lang a {
  text-decoration: none;
}
.header__menu-drop__lang a.active, .header__menu-drop__lang a:hover {
  opacity: 0.4;
}

.header__menu-social {
  display: flex;
  align-items: center;
}
.header__menu-social a {
  display: inline-block;
  color: #b3b3b3;
  font-size: 25px;
  margin-right: 25px;
}
.header__menu-social a:hover {
  color: var(--base-color);
}
.header__menu-social .header__icon-appstore {
  display: block;
  margin-top: -3px;
  font-size: 25px;
}
.header__menu-social .header__icon-appstore:before {
  width: auto;
}

.noti-count {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  color: #fff;
  background: var(--base-color);
  font-style: normal;
  text-align: center;
  line-height: 18px;
  font-size: 12px;
  font-weight: 600;
  margin-right: 5px;
}

.logined-link {
  display: flex;
  align-items: center;
  margin-right: 16px;
}
.logined-link span {
  max-width: 200px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.header__button-round {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #ff0000;
  color: #fff;
  text-align: center;
  font-size: 22px;
  border-radius: 30px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 40px;
}



/* !!! .container ОТСЮДА УБРАН, Т,К ПЕРЕПИСЫВАЛАСЬ ВЕРСТКА СТРАНИЦ */


.simplebar-placeholder {
  height: 100vh !important;
}

.notice {
  position: absolute;
  width: 42.5px;
  height: 42.5px;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  left: 20px;
  top: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.notice.active {
  background: #fff;
}
.notice.active i {
  color: var(--base-color);
}
.notice.active .notice-count {
  border: 1px solid #fff;
  background: var(--base-color);
  color: #fff;
}

/* Замена названия */
.icon-bell__mobile {
  display: inline-block;
  width: 19px;
  height: 24px;
  background: url(../images/template_ver2/bell.svg) no-repeat center;
}

.notice-link {
  width: 40.5px;
  height: 40.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.notice-count {
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  color: var(--base-color);
  font-size: 8px;
  font-weight: 700;
  right: 0;
  top: 0;
  text-align: center;
  line-height: 12px;
}

.footer_footer {
  padding: 200px 0 60px;
  height: 556px;
  background: url(../images/template_ver2/footer-bg.jpg) no-repeat center;
  background-size: cover;
  font-family: "Cera Pro";
}

.footer_footer-row {
  display: flex;
  justify-content: space-between;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 60px;
}

.footer_f-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer_f-menu li {
  margin-bottom: 13px;
}
.footer_f-menu li:last-child {
  margin-bottom: 0;
}
.footer_f-menu li a {
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
}
.footer_f-menu li a:hover {
  color: #fff;
}

.footer_f-logo {
  margin-right: 50px;
}

.footer_footer-bottom {
  display: flex;
}

.footer_copyright {
  font-size: 13px;
  line-height: 120%;
  color: rgba(255, 255, 255, 0.7);
}

.footer_footer-control {
  margin-left: auto;
  gap: 89px;
  display: flex;
}

.footer_footer-contacts {
  color: #fff;
}
.footer_footer-contacts h3 {
  margin: 0 0 21px;
}

.footer_footer-social {
  display: flex;
  gap: 10px;
}
.footer_footer-social a {
  display: block;
  opacity: 0.7;
}
.footer_footer-social a:hover {
  opacity: 1;
}
.footer_footer-social a i {
  display: block;
  width: 32px;
  height: 32px;
}

.icon-wa2 {
  background: url(../images/template_ver2/wa2.svg) no-repeat center;
}

.icon-tg2 {
  background: url(../images/template_ver2/tg2.svg) no-repeat center;
}

.icon-mail2 {
  background: url(../images/template_ver2/mail2.svg) no-repeat center;
}

.icon-dzen2 {
  background: url(../images/template_ver2/dzen2.svg) no-repeat center;
}

.icon-vk2 {
  background: url(../images/template_ver2/vk2.svg) no-repeat center;
}

.icon-yt2 {
  background: url(../images/template_ver2/yt2.svg) no-repeat center;
}

.footer_footer-contacts a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-weight: 500;
}
.footer_footer-contacts a:hover {
  color: #fff;
}

.icon-app {
  display: block;
  width: 98px;
  height: 23px;
  background: url(../images/template_ver2/app.svg) no-repeat center;
}

.footer_footer-app a {
  display: block;
  opacity: 0.7;
}
.footer_footer-app a:hover {
  opacity: 1;
}

.xs-visible {
  display: none;
}

.icon-calendar {
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url(../images/template_ver2/calendar.svg) no-repeat center;
}

@media (max-width: 1240px) {
  .header__logo {
    margin-right: 30px;
  }
  .header__drop.lang,
  .create-app {
    margin-right: 30px;
  }
  .header__header-social {
    margin-right: 20px;
  }
}
@media (max-width: 992px) {
  .header__header {
    padding: 0 15px;
  }
  .header-flxible .header__header-row {
    padding: 0 20px;
  }
  .header__header-social {
    gap: 9px;
  }
  .menu-btn {
    margin-right: 20px;
  }
  .header__logo {
    margin-right: 19px;
  }
  .header__header-social {
    margin-right: 30px;
  }
  .footer_footer-row {
    flex-wrap: wrap;
    gap: 0;
  }
  .footer_f-logo,
  .footer_f-col {
    width: 33.333%;
    margin: 0 0 40px;
  }
  .footer_f-logo {
    margin: 0;
  }
  .footer_footer {
    padding: 100px 0 60px;
    height: auto;
  }
  .footer_footer-control {
    gap: 40px;
  }
  .footer_footer-bottom {
    flex-direction: column-reverse;
  }
  .footer_footer-control {
    margin: 0;
    width: 100%;
    margin-bottom: 40px;
    gap: 20px;
  }
  .footer_copyright {
    width: 100%;
    text-align: center;
  }
  .footer_footer-contacts {
    flex: 1;
  }
  .header-link {
    display: none;
  }
}
@media (max-width: 768px) {
  .create-app {
    display: none;
  }
  .header__header-row {
    height: 60px;
    background: transparent;
  }
  .header-flxible {
    height: 60px;
  }
  .header__header-right {
    display: none;
  }
  .header__logo {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    margin: 0;
  }
  .header {
    background: #ff0000;
  }
  .header.header-flxible .header__header-wrapper {
    background: #ff0000;
  }
  .header__logo-desctop {
    display: none;
  }
  .header__logo-mobile {
    display: block;
  }
  .header__logo-mobile img {
    width: 120px;
  }
  .menu-btn span {
    background: #fff;
  }
  .header__menu-drop__mob {
    display: block;
  }
  .header__menu-drop__mob .header__header-social {
    justify-content: center;
    margin: 0 0 30px;
    gap: 30px;
  }
  .header__menu-drop__mob .header__header-social a {
    width: 60px;
    height: 60px;
  }
  .header__menu-drop__mob .header__header-social a i {
    width: 30px;
    height: 30px;
    background-size: 100%;
  }
  .header__menu-main {
    text-align: center;
  }
  .header__menu-list {
    text-align: center;
  }
  .menu-btn {
    position: absolute;
    right: 0;
  }
  .menu-btn span:nth-child(2) {
    width: 100%;
  }
  .menu-drop {
    z-index: 105;
    width: 100%;
    position: fixed;
    height: 100vh;
    height: 100dvh;
    border-radius: 0;
    overflow: auto;
    padding-top: 120px;
    background-image: none;
    top: 0;
  }
  .header__menu-drop__lang {
    display: none;
  }
  .header__menu-drop_close {
    display: block;
    position: absolute;
    background: url(../images/template_ver2/cross.svg) no-repeat center;
    width: 40px;
    height: 40px;
    right: 22px;
    top: 9px;
  }
  .header__menu-lang {
    display: flex;
    width: 155px;
    height: 50px;
    background: #f4f4f4;
    border-radius: 30px;
    align-items: center;
    margin-bottom: 85px;
    position: absolute;
    left: 40px;
    top: 30px;
  }
  .header__menu-lang a {
    display: block;
    width: 50%;
    height: 50px;
    font-size: 18px;
    color: #999999;
    line-height: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none;
  }
  .header__menu-lang a.header__active {
    background: #fff;
    color: #000;
    border-radius: 30px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.11);
  }
  .header__menu-list li a {
    font-size: 24px;
    font-weight: 300;
  }
  .sm-visible {
    display: block;
  }
  .sm-hide {
    display: none;
  }
  .footer_footer-row {
    display: none;
  }
  .footer_footer-control {
    flex-direction: column;
    gap: 0;
    margin: 0 -15px 0 -15px;
    width: auto;
  }
  .footer_footer-contacts {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
  }
  .footer_footer-contacts h3 {
    font-size: 20px;
    margin: 0 0 30px;
  }
  .footer_footer-contacts a {
    font-size: 24px;
    color: #fff;
    font-weight: normal;
    display: inline-block;
    margin-top: 40px;
  }
  .footer_footer {
    padding: 60px 0;
  }
  .footer_footer-social {
    justify-content: center;
    gap: 20px;
  }
  .footer_footer-social a {
    opacity: 1;
    margin-top: 0;
  }
  .footer_footer-social a i {
    width: 40px;
    height: 40px;
    background-size: 100%;
  }
  .footer_footer-app a {
    opacity: 1;
    margin-top: 0;
  }
  .icon-app {
    width: 200px;
    height: 47px;
    background-size: 100%;
  }
  .footer_copyright {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
  }
  .lang {
    display: none;
  }
  .notice {
    display: block;
  }
  .xs-visible {
    display: block;
  }
  .xs-hide {
    display: none;
  }
}
@media (max-width: 540px) {
  .menu-drop {
    padding: 110px 20px 20px;
  }
  .menu-lang {
    left: 20px;
  }
  .phone-code__modal {
    padding: 40px 20px !important;
  }
}/*# sourceMappingURL=template.css.map */









/* ----------- ВЫНЕСЕНО ИЗ GLOBAL ДЛЯ БОРОДЫ И МОДАЛКИ РЕГИСТРАЦИИ ------------ */

.push-bag, 
.select2-container, 
.reg-modal {
  font-family: "Montserrat", sans-serif;
}

.drop {
  position: relative;
}
.drop:hover .dropdown {
  display: block;
}
.drop:hover .drop-link:after {
  transform: rotate(-180deg);
}

/* Из main-over */
.loaderContainer {
  position: absolute !important;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10 !important;
  background: rgba(255,255,255,.5);
  align-items: center;
  display: flex;
  justify-content: center;
}
.loader {
  width: 80px;
  height: 80px;
  border: 3px solid #F5F5F5;
  border-bottom-color: var(--base-color);
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.preloader {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 85px 0;
}

.landing_page, 
.header:has(+.landing_page) {
  transition: all ease 0.5s;
}

.fancybox-active .page, 
.fancybox-active .landing_page, 
.fancybox-active .header {
  filter: blur(3px);
}

.reg-modal .inputbox input {
  border: 1px solid transparent;
}

.reg-modal .button {
  background: white;
}
.reg-modal .checkbox span {
  display: block;
  font-size: 14px;
  line-height: 16px;
}

.reg-modal .error-filed input {
  border-color: #ff0000 !important;
  position: relative;
}
.reg-modal .error-filed label {
  color: #ff0000 !important;
  z-index: 3;
}
.reg-modal .error-message {
  margin-top: 5px;
  color: #ff0000;
  font-size: 11px;
}

.push-bag .button, 
.reg-modal .button {
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  height: 48px;
  line-height: 48px;
  border-radius: 10px;
  text-decoration: none;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  padding: 0 50px;
  text-align: center;
  border: none;
  transition: all ease 0.3s;
}
/* Иначе на лэндинге ставится стрелка от лэндинга */ 
.push-bag .button:after,
.reg-modal .button:after {
  background: unset;
}
.push-bag .button.button-white,
.reg-modal .button.button-white {
  background: #fff;
  border: 1px solid #DDDDDD;
  color: #000;
  line-height: 44px;
}
.push-bag .button.button-white span,
.reg-modal .button.button-white span {
  color: var(--base-color);
}
.push-bag .button.button-white:hover,
.reg-modal .button.button-white:hover {
  border-color: var(--base-color);
  color: var(--base-color);
  background-color: transparent;
}
.push-bag .button.button-base,
.reg-modal .button.button-base {
  background: var(--base-color);
  color: #fff;
}
.push-bag .button.button-base:hover,
.reg-modal .button.button-base:hover {
  background: var(--hover-color);
}
.push-bag .button.disabled,
.reg-modal .button.disabled {
  opacity: 0.2;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.push-bag .button.button-small,
.reg-modal .button.button-small {
  height: 35px;
  line-height: 35px;
  background: var(--base-color);
  border-radius: 17px;
  padding: 0 20px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.push-bag .button.button-small:hover,
.reg-modal .button.button-small:hover {
  background: var(--hover-color);
}
.push-bag .button.large,
.reg-modal .button.large {
  height: 60px;
  font-weight: 700;
  width: 100%;
}
.push-bag .button.large.disabled,
.reg-modal .button.large.disabled {
  background: #F5F5F5;
  color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.push-bag .button.button-transparent,
.reg-modal .button.button-transparent {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.push-bag .button.button-transparent:hover,
.reg-modal .button.button-transparent:hover {
  background: rgba(0, 0, 0, 0.1);
}
.push-bag .button.button-border,
.reg-modal .button.button-border {
  height: 33px;
  border: 1px solid var(--base-color);
  line-height: 29px;
  color: var(--base-color);
  font-size: 20px;
  text-decoration: none;
  padding: 0 20px;
  border-radius: 10px;
  font-weight: 400;
}
.push-bag .button.button-border:hover,
.reg-modal .button.button-border:hover {
  background: var(--base-color);
  color: #fff;
}

.push-bag .button-round,
.reg-modal .button-round {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--base-color);
  border-radius: 30px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
}
.push-bag .button-round.disabled,
.reg-modal .button-round.disabled {
  background: #F5F5F5;
  color: #000;
  opacity: 1;
}

.push-bag .button-round2,
.reg-modal .button-round2 {
  height: 48px;
  line-height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--base-color);
  border-radius: 30px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  padding: 0 50px;
  border: none;
  cursor: pointer;
  transition: all ease 0.3s;
}
.push-bag .button-round2.disabled,
.reg-modal .button-round2.disabled {
  background: #F5F5F5;
  color: #000;
  opacity: 1;
}
.push-bag .button-round2:hover,
.reg-modal .button-round2:hover {
  background: var(--hover-color);
}

.push-bag .button-gray,
.reg-modal .button-gray {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F5F5F5;
  border-radius: 30px;
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
}
.push-bag .button-gray:hover,
.reg-modal .button-gray:hover {
  background: var(--base-color);
  color: #fff;
}

.push-bag .button-round-white,
.reg-modal .button-round-white {
  width: 100%;
  height: 60px;
  border: 1px solid #DCDCDC;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
}

.noti-count {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  color: #fff;
  background: var(--base-color);
  font-style: normal;
  text-align: center;
  line-height: 18px;
  font-size: 12px;
  font-weight: 600;
  margin-right: 5px;
}

.logined-link {
  display: flex;
  align-items: center;
}
.logined-link span {
  max-width: 200px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.push-bag {
  position: fixed !important;
  height: calc(100vh - 80px);
  top: 80px;
  width: 670px;
  right: 0;
  z-index: 10;
  border-radius: 8px 0 0 8px;
  transition: all ease 0.3s;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50px);
  display: none;
}
.push-bag{
  display: block;
}
.push-bag.opened {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.push-scroll {
  height: calc(100vh - 80px);
  position: relative;
}

.push-wrapp {
  width: 530px;
  position: absolute;
  right: 0;
  padding-top: 10px;
}

[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%; /* Not required for horizontal scroll to trigger */
  max-height: 100%; /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: " ";
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.push-bag__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.bag-menu {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.bag-menu li {
  margin-right: 20px;
}
.bag-menu li a {
  color: #000;
  font-size: 13px;
  text-decoration: none;
}
.bag-menu li a:hover {
  color: var(--base-color);
}

.push-bag__top {
  padding: 20px 30px 30px 30px;
  border-radius: 8px 0 0 8px;
  box-shadow: -20px 0 100px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}
.push-bag__top:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  left: 0;
  top: 0;
  z-index: 2;
}
.push-bag__top > div {
  position: relative;
  z-index: 3;
}

.blured {
  filter: blur(3px);
  pointer-events: none;
}

.bag-notice {
  position: relative;
}
.bag-notice .icon-bell {
  font-size: 28px;
}
.bag-notice .icon-bell2 {
  font-size: 28px;
}
.bag-notice span {
  display: block;
  position: absolute;
  text-align: center;
  line-height: 32px;
  width: 100%;
  font-size: 11px;
  font-weight: 600;
  color: var(--base-color);
}
.bag-notice.status-one .icon-bell {
  color: rgba(0, 0, 0, 0.3);
}
.bag-notice.status-two .icon-bell {
  color: #000;
}
.bag-notice.status-three .icon-bell {
  color: var(--base-color);
}
.bag-notice.status-four .icon-bell2 {
  color: var(--base-color);
}
.bag-notice.status-four span {
  color: #fff;
}

.bag-swither {
  display: flex;
  margin: 0 0 30px -5px;
}
.bag-swither a {
  font-size: 20px;
  font-weight: 300;
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: center;
  margin-right: 32px;
}
.bag-swither a.active {
  color: var(--base-color);
}
.bag-swither a.active i {
  color: var(--base-color);
}
.bag-swither a i {
  font-size: 22px;
  display: block;
  margin-right: 5px;
  color: #AFAFAF;
}
.bag-swither a:hover {
  opacity: 0.8;
}

.bag-tabs {
  display: flex;
  margin-bottom: 20px;
}
.bag-tabs a {
  display: block;
  flex: 1;
  height: 40px;
  line-height: 38px;
  border: 1px solid #DDDDDD;
  text-align: center;
  text-decoration: none;
  margin-left: -1px;
  font-size: 13px;
  text-transform: uppercase;
  color: #000;
}
.bag-tabs a sup {
  color: var(--base-color);
}
.bag-tabs a.active {
  border-color: var(--base-color);
  position: relative;
  z-index: 2;
}

.bag-select .select2-container {
  width: 100% !important;
}
.bag-select .select2-container--default .select2-selection--single {
  border: 1px solid #DDDDDD;
  border-radius: 6px;
}
.bag-select .select2-container .select2-selection--single {
  height: 28px;
}
.bag-select .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 13px;
}
.bag-select .select2-container--default .select2-selection--single .select2-selection__rendered sup {
  color: var(--base-color);
}
.bag-select .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
  width: 8px;
  height: 5px;
  background: url(../images/svg/down.svg) no-repeat;
}

.select2-results__options {
  font-size: 13px;
}
.select2-results__options sup {
  color: var(--base-color);
}

.select2-results__option:hover {
  color: var(--base-color);
}

.push-item {
  border-radius: 8px;
  padding: 30px;
  position: relative;
  margin-bottom: 10px;
  box-shadow: -20px 0 100px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.push-item:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  left: 0;
  top: 0;
  z-index: 2;
}
.push-item > div, .push-item h3, .push-item p {
  position: relative;
  z-index: 3;
}

.push-item__empty {
  background: var(--base-color);
  color: #fff;
  padding: 30px;
}
.push-item__empty:after {
  background: var(--base-color);
}
.push-item__empty h3 {
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 10px 0;
}
.push-item__empty p {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  line-height: 22px;
}

.push-item__status {
  display: flex;
  justify-content: space-between;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 15px;
}
.push-item__status a {
  color: var(--base-color);
  text-decoration: none;
}
.push-item__status a:hover {
  text-decoration: underline;
}
.push-item__status i {
  color: var(--base-color);
}
.push-item__status .icon-check {
  font-size: 13px;
}
.push-item__status .icon-mail {
  font-size: 12px;
}

.push-item__direction {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 10px;
}
.push-item__direction span {
  color: var(--base-color);
}

.push-item__row {
  display: flex;
}

.push-item__info {
  margin-right: 30px;
  font-size: 15px;
  white-space: nowrap;
}
.push-item__info:last-child {
  margin-right: 0;
}
.push-item__info span {
  display: block;
  color: #999999;
  font-size: 13px;
  margin-bottom: 4px;
}

.push-item__btns {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
.push-item__btns .button {
  flex: 1;
}

.push-item__border {
  border-bottom: 1px dashed #DBDBDB;
  margin: 0 -30px 20px;
  padding: 0 30px 20px 30px;
}

.push-item__price {
  text-align: center;
  font-size: 28px;
  font-weight: 300;
}

.push-item__date {
  font-size: 11px;
  color: #999999;
  margin-bottom: 7px;
}

.push-item__text {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 15px;
}

.push-item__status-count {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 5px;
}
.push-item__status-count span {
  color: var(--base-color);
}
.push-item__top {
  display: flex;
  justify-content: space-between;
}
.push-item > a {
  position: relative;
  z-index: 3;
  text-decoration: unset;
}
.push-item__status .not_link {
  color: var(--base-color);
  text-decoration: none;
}

/* ----------- END ВЫНЕСЕНО ИЗ GLOBAL ДЛЯ БОРОДЫ И МОДАЛКИ РЕГИСТРАЦИ ------------ */












/* ----------- ИСПРАВЛЕНИЯ ------------ */


/* Исправлено, название стиля изменено с .container, тк глобал переписывал, а далее этот стиль переписывал остальную верстку { */
.footer_container {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}
/* } */

/* Исправлено, тк было плохо, когда много цифр { */
.noti-count {
  width: unset;
  min-width: 18px;
}
/* }*/

/* Картинка не сразу подгружается, не видно пункты подвала { */
.footer_footer {
  background-color: #474747;
}
/* }*/

/* В подвале налазит поверх иконки бефор с основных стилей { */
header .icon-mail2:before,
footer .icon-mail2:before {
  content: '';
}
/* }*/

/* Чтобы баннер не заезжал под шапочку { */
.header-flxible {
  position: sticky;
}
.header-flxible.fixed {
  position: absolute;
}
/* }*/

/* ----------- END ИСПРАВЛЕНИЯ ------------ */