.menu_desktop .link.active {
  color: #00a5d9;
}
.menu_desktop .active svg.rect rect,
.menu_desktop .active svg path,
.menu_desktop .active svg {
  stroke: #00a5d9;
}
.menu_desktop .active .chat-menu svg {
  stroke-width: 0;
}
.menu_desktop .blue-hover.liked.active svg path {
  stroke: none;
  fill: #00a5d9;
}
.menu_desktop .orange-hover.liked.active svg path,
.menu_desktop .orange-hover.liked:hover svg path {
  stroke: none !important;
  fill: #ff9900 !important;
}
.menu_desktop a.active svg.fill path {
  fill: #00a5d9;
}
.menu_desktop .chat.active svg path,
.menu_desktop .chat:hover svg path {
  fill: #00a5d9 !important;
  stroke: none !important;
}
.menu_desktop .chat.active.orange-hover svg path,
.menu_desktop .chat.orange-hover:hover svg path {
  fill: #ff9900 !important;
  stroke: none !important;
}
.menu_desktop .orange-hover.active svg,
.menu_desktop .orange-hover.active svg path,
.menu_desktop .orange-hover.active svg.rect rect {
  stroke: #ff9900;
}
.menu_desktop .orange-hover.active svg.fill path {
  fill: #ff9900;
}
.menu_desktop .orange-hover.active {
  color: #ff9900;
}
.col-auto.header-logo {
  padding: 0;
}
.header-logo img {
  max-width: 100% !important;
}
.header-login {
  cursor: pointer;
  padding-bottom: 20px;
  margin-bottom: -20px;
}
.header-login .submenu {
  height: 201px;
  min-width: 132.7%;
  top: calc(100% + 22px);
  right: unset;
  left: -39px;
  padding: 37px 22px;
}

.header-login .submenu.login-submenu {
  width: 11.6875rem !important;
  min-width: unset;
  padding: 1.75rem;
}

.header-login .submenu.login-submenu:before {
  left: 24%;
}

.header-login .submenu.button .button {
  display: block;
  width: 100%;
  background: #ffffff;
  border: 1px solid #00a5d9;
  border-radius: 80px;
  font-weight: 700;
  font-size: 20px;
  line-height: 48px;
  text-align: center;
  color: #00a5d9;
  margin-bottom: 19px;
}
.header-login .submenu.button .button.blue:hover {
  background: #00a5d9;
  color: #ffffff;
}
.header-login .submenu.button .button.orange {
  border: 1px solid #ff9900;
}
.header-login .submenu.button .button.orange:hover {
  background: #ff9900;
  color: #ffffff !important;
}

.header-login-title {
  color: #656464;
  font-size: 1rem;
}

.header-login-link {
  display: block !important;
  background: url(../../../static/images/header/login-sell.svg) top right / 1.75rem no-repeat;
  color: black;
  font-size: 1.125rem;
  font-weight: 500 !important;
  line-height: 1.75rem !important;
  margin-top: 0.875rem !important;
  padding-right: 2.1875rem;
}

.header-login-link:hover {
  background: url(../../../static/images/header/login-sell-active.svg) top right / 1.75rem no-repeat;
  color: #00a5d9;
}

.header-login-link.buy {
  background: url(../../../static/images/header/login-buy.svg) top right / 1.75rem no-repeat;
}

.header-login-link.buy:hover {
  background: url(../../../static/images/header/login-buy-active.svg) top right / 1.75rem no-repeat;
  color: #ff9900;
}

.header-login-link.agency {
  background: url(../../../static/images/header/login-agency.svg) top right / 1.75rem no-repeat;
}

.header-login-link.agency:hover {
  background: url(../../../static/images/header/login-agency-active.svg) top right / 1.75rem
    no-repeat;
  color: #00a5d9;
}

.header-login-button {
  display: inline-block;
  vertical-align: top;
  width: 9.375rem;
  background: #ffffff;
  border: 1px solid #00a5d9;
  border-radius: 5rem;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 3rem;
  text-align: center;
  color: #00a5d9;
}

.header-login-button.blue:hover {
  background: #00a5d9;
  color: #ffffff;
}
.header-login-button.orange {
  border: 1px solid #ff9900;
}
.header-login-button.orange:hover {
  background: #ff9900;
  color: #ffffff !important;
}

.header-login .submenu:before {
  left: 19%;
}

.cars-agencies-icon svg {
  width: 1.36vw;
  max-width: 26px;
}

.header-login.contents .cars-agencies-icon svg {
  margin-right: 0.75rem;
}

.cars-agencies-icon svg path {
  fill: #000000;
  transition: 0.3s;
}
.cars-agencies-icon:hover svg path {
  fill: #00a5d9;
}

.cars-agencies-text {
  font-size: 18px;
  margin-top: 12px;
  font-weight: 700;
  transition: 0.2s;
}

.cars-agencies-text:hover {
  color: #ff9900;
}
.submenu-wrapper {
  position: relative;
  padding-left: 35px !important;
}

.submenu-wrapper.more .link:before {
  content: '';
  position: absolute;
  width: 12px;
  height: 8px;
  background: black;
  top: 15px;
  left: 10px;
  clip-path: polygon(50% 70%, 90% 0, 100% 10%, 50% 100%, 0 10%, 10% 0);
  transition: 0.2s;
}
.submenu-wrapper:hover {
  cursor: pointer;
}
.submenu-wrapper:hover .link:before {
  background: #00a5d9;
  transform: matrix(1, 0, 0, -1, 0, 0);
}
.submenu-wrapper:hover > a {
  cursor: pointer;
}
.submenu {
  position: absolute;
  width: auto;
  min-width: max-content;
  background: white;
  padding: 25px 30px;
  top: 100%;
  right: 0;
  border: 1px solid #c7c7c7;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
  border-radius: 30px;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s;
}
.submenu:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 0.5rem;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, 0);
}

.cars-agencies-icon .submenu:after {
  height: 1.5rem;
}

.submenu:before {
  position: absolute;
  content: '';
  display: block;
  height: 12px;
  width: 12px;
  background-color: inherit;
  border: inherit;
  top: -5px;
  left: calc(50% - 10px);
  clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
  transform: rotate(135deg);
  border-radius: 0 0 0 3px;
}
.submenu a {
  display: flex;
  align-items: center;
  grid-column-gap: 10px;
  line-height: 1.5;
  white-space: nowrap;
  font-weight: 300;
}

.cars-agencies-icon:hover .submenu {
  visibility: visible;
  opacity: 1;
}

.submenu-wrapper:hover .submenu.first {
  margin-right: 50%;
  transform: translateX(50%);
  z-index: 1;
}

.menu_desktop a span {
  font-size: 20px;
}
.menu_desktop .col-auto a svg {
  width: 36px;
  height: 36px;
}
.menu_desktop .col-auto a .max-w-24 {
  max-width: 24px;
}
.menu_desktop > .col-auto {
  height: 100% !important;
  padding: 0;
}
.menu_desktop .col-auto .submenu a svg {
  max-width: 23px;
  max-height: 23px;
}
@media screen and (max-width: 1700px) {
  .menu_desktop a span {
    font-size: 16px;
  }
}
@media screen and (max-width: 1550px) {
  .col-auto.header-logo {
    max-width: 210px;
  }
  header .col-matches {
    flex: 0 0 14%;
  }
  .menu_desktop a span {
    font-size: 14px;
  }
}
.menu_desktop .orange-hover:hover a,
.menu_desktop .orange-hover:hover span {
  color: #ff9900 !important;
}
.menu_desktop .orange-hover:hover rect,
.menu_desktop .orange-hover:hover path {
  stroke: #ff9900 !important;
}
.menu_desktop a,
.menu_desktop .link {
  display: flex;
  align-items: center;
}
.menu_desktop .submenu a {
  align-items: center;
  grid-column-gap: 10px;
  margin-bottom: 1.3rem !important;
}
.menu_desktop .c-orange {
  color: #ff9900;
}
.menu_desktop a:hover svg.rect rect,
.menu_desktop .link:hover svg.rect rect {
  stroke: #00a5d9;
}
.menu_desktop a:hover svg.fill path,
.menu_desktop .link:hover svg.fill path {
  fill: #00a5d9;
}
.menu_desktop a:hover svg line,
.menu_desktop .link:hover svg line {
  stroke: #00a5d9;
}
.menu_desktop .submenu-wrapper.orange-hover:hover > a,
.menu_desktop .submenu-wrapper.orange-hover:hover > .link {
  color: #ff9900 !important;
}
.menu_desktop .submenu-wrapper:hover > a,
.menu_desktop .submenu-wrapper:hover > .link {
  color: #00a5d9 !important;
}
.menu_desktop .submenu-wrapper:hover > a svg path,
.menu_desktop .submenu-wrapper:hover > .link svg path {
  stroke: #00a5d9;
}

.menu_desktop .submenu-wrapper:hover > a svg.fill path,
.menu_desktop .submenu-wrapper:hover > .link svg.fill path {
  fill: #00a5d9;
}
.menu_desktop .default-container span {
  position: relative;
  top: 3px;
}
.tipolim1-picture-orange,
.halafim1-picture-orange {
  display: none;
}
.halafim1-picture-orange,
.halafim1-picture {
  width: 24px;
}
.tipolim1-picture-orange,
.tipolim1-picture {
  width: 29px;
}
.menu_desktop .orange-hover:hover .tipolim1-picture-orange,
.menu_desktop .orange-hover:hover .halafim1-picture-orange {
  display: block;
}

.menu_desktop .orange-hover:hover .tipolim1-picture,
.menu_desktop .orange-hover:hover .halafim1-picture {
  display: none;
}

.menu_desktop .col-auto .submenu a svg.bulb {
  max-width: 22px;
  max-height: 33px;
}

div .header-login {
  gap: 55px !important;
  padding-left: 0 !important;
}

div .header-login.contents {
  gap: 1.125rem !important;
}

.header-left-wrapper {
  margin-top: 15px !important;
  margin-left: 88px !important;
  padding: 0 !important;
}

.mt-12 {
  margin-top: 107px;
  padding-top: 48px;
}

.sell,
.add,
.site,
.buy {
  margin-top: 118px;
}

@media (max-width: 1920px) {
  .mt-12 {
    margin-top: 5.57vw;
    padding-top: 2.5vw;
  }

  .sell,
  .add,
  .site,
  .buy {
    margin-top: 6.1458vw;
  }

  .header-logo img {
    height: 3.698vw;
    margin-top: 1.3542vw;
    margin-right: 3.2292vw;
  }

  .header-menu-desktop {
    margin-top: 1.09vw !important;
  }

  .menu_desktop .col-auto a svg {
    width: 1.875vw;
    height: 1.875vw;
  }
  .menu_desktop .col-auto a.liked svg,
  .menu_desktop .col-auto.liked a svg {
    width: 15%;
  }
  .menu_desktop .col-matches a svg {
    width: 2.71vw;
    height: 1.93vw;
  }

  .menu_desktop .col-auto a svg.max-w-24 {
    width: 1.41vw;
  }

  .menu_desktop a span,
  .menu_desktop div span {
    font-size: 1.09vw !important;
    margin-right: 0.365vw !important;
  }

  .menu_desktop .col-matches a span strong {
    font-size: 0.89vw !important;
  }

  .submenu-wrapper {
    padding-left: 1.823vw !important;
  }

  .submenu-wrapper.more .link:before {
    width: 0.73vw !important;
    height: 0.42vw !important;
    bottom: 0.73vw;
    left: 0.52vw !important;
  }

  header .auto-center {
    width: 3.125vw;
    height: 3.125vw;
    padding: 0 0.26vw !important;
  }

  .count_bell {
    padding-right: 1.875vw !important;
    padding-left: 0.625vw !important;
  }

  .count_bell p {
    font-size: 0.833vw;
  }

  .count_bell img {
    width: 1.56vw;
  }

  .notifictions-wrap {
    width: 20.8333vw;
    padding: 0 0.5208vw;
    border-radius: 1.5625vw;
    top: calc(100% + 0.625vw);
    font-size: 0.8333vw;
  }

  .notifictions-wrap::after {
    width: 0.8854vw;
    height: 0.8854vw;
    left: 1.3021vw;
    border-radius: 0.2083vw 0 0 0;
  }

  .notifictions-wrap::before {
    height: 0.625vw;
  }

  .header-notification-text {
    padding: 0.7813vw;
    border-radius: 1.0417vw;
    margin: 0.5208vw 0;
  }

  .header-login .submenu.button .button {
    border-radius: 4.1667vw;
    font-size: 1.042vw;
    line-height: 2.5vw;
    margin-bottom: 0.99vw;
  }

  .header-left-wrapper {
    margin-top: 0.78125vw !important;
    margin-left: 4.5833vw !important;
  }

  .header-login {
    gap: 2.8646vw !important;
  }

  .cars-agencies-text {
    font-size: 0.9375vw;
    margin-top: 0.625vw;
  }

  .header-login .submenu {
    height: 10.469vw;
    top: calc(100% + 1.1458vw);
    left: -2.0312vw;
    padding: 1.9271vw 1.1458vw;
    border-radius: 1.5625vw;
  }

  .menu_desktop a {
    grid-column-gap: 0.26042vw;
    height: 2.1354vw;
  }
}

@media screen and (max-width: 1400px) {
  .container.c100 {
    max-width: 93% !important;
  }

  .col-auto.header-logo {
    max-width: 180px;
  }
}

/* agency login */

.agency-login-close-area {
  position: absolute;
  width: 100%;
  height: 100%;
  background: white;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.5s;
}

.popup_login.active .agency-login-close-area {
  opacity: 0.78;
}

.login-desktop {
  padding: 3.1rem 10rem;
  width: 40.875rem;
  min-height: 37.5rem;
  background: #ffffff;
  border: 1px solid #ff9900;
  border-top: unset;
  border-radius: 0 0 3.75rem 3.75rem;
  padding-top: 3rem !important;
  margin: 0 15.3% 0 0%;
  margin-top: 7.375rem !important;
  position: relative;
  text-align: center;
  transform: translateY(-100%);
  transition: 0.5s;
}

.popup_login.active .login-desktop {
  transform: translateY(0);
}

.title_login {
  font-style: normal;
  text-align: center;
  font-weight: 400;
  font-size: 1.875rem;
  line-height: 2.5625rem;
}

.title_login h3 {
  font-size: 1.62rem;
  margin-bottom: 1.1rem;
}

.title_login p {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1;
  color: #373737;
  margin-bottom: 1.56rem;
}

.login_tab_user #tabs-nav li {
  list-style: none;
  text-align: center;
  margin: 0 0.75rem;
  padding: 0.75rem 0;
  color: #5f5f5f;
  aspect-ratio: 8/7;
  width: 6.2rem;
  height: auto;
  border: 0.09375rem solid;
  border-radius: 1.875rem;
  cursor: pointer;
}

.tab1 p,
.tab2 p {
  margin: 0.3rem 0 0;
  font-size: 1rem;
  line-height: 1;
}

input#phone_number {
  border: 0;
  box-shadow: unset;
  border-bottom: 0.0625rem #208cc7 solid;
  border-radius: 0;
  text-align: right;
  padding: 3.3% 8.7%;
  background-repeat: no-repeat;
  background-position: right;
  background-image: url(../../../static/images/user/mobile-icon.svg);
  background-size: 0.9375rem;
  font-weight: 300;
  color: #000;
  width: 17.51rem;
  font-size: 1.2rem;
}

input#get-sms-btn {
  width: 20.2rem;
  padding: 0;
  background: #00a5d9;
  border-radius: 3.75rem;
  margin: auto;
  display: flex;
  justify-content: center;
  font-size: 1.36rem !important;
  line-height: 2.55rem;
  text-align: center;
  color: #ffffff;
}

.verification-code span {
  color: #211e1f;
  font-size: 1.0625rem;
  font-weight: 400;
  display: block;
  margin-bottom: 2%;
  text-align: center;
}

.verification-code .type-code .code-numbers input {
  text-align: center;
  font-size: 1.375rem;
  font-weight: 400;
}

.verification-code .type-code .not-code span,
.verification-code .type-code .not-code a {
  font-size: 0.9375rem;
}

input#login-btn {
  border: 0;
  height: 2.8rem;
  width: 62%;
  color: #fff;
  font-weight: 400;
  font-size: 1.5625rem;
  line-height: 2.125rem;
  background-color: #ff9900;
  border-radius: 3.125vw;
  margin: auto;
  background-position: 30%;
  background-size: inherit;
}

.under_line a {
  text-align: center;
  text-decoration-line: underline;
  color: #208cc7;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
}
.under_line button {
  text-align: center;
  text-decoration-line: underline;
  color: #208cc7;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  border: none;
  background: none;
}

/* agency login */

/* agency register */

.register-desktop {
  padding: 2rem 0.625rem 0 0.625rem;
  width: 40.875rem;
  height: auto;
  min-height: auto;
  background: #ffffff;
  border: 1px solid #208cc7;
  border-top: 0;
  border-radius: 0 0 3.75rem 3.75rem;
  margin: 0 16% 0 0;
  position: relative;
  text-align: center;
  margin-top: 7.375rem !important;
  padding-bottom: 2rem;
}

.register-desktop_from input,
.register-desktop_from select {
  border: 0;
  border-bottom: 0.0625rem solid #208cc7;
  max-width: 15.5625rem;
  width: 100%;
  border-radius: 0;
  margin: 1rem 0;
  padding-right: 1.4rem;
  line-height: 1.7;
}
.register-desktop_from input.username {
  background: url(/static/images/adv/name-icon.svg) no-repeat right bottom 0.6rem;
  background-size: 6%;
}
.register-desktop_from input.email {
  background: url(/static/images/adv/mail-icon.svg) no-repeat bottom 0.3rem right;
  background-size: 6%;
}
.register-desktop_from input.phone {
  background: url(/static/images/adv/mobile-icon.svg) no-repeat right bottom 0.3rem;
  background-size: 5%;
}
.register-desktop_from input.password {
  background: url(/static/images/adv/lock.svg) no-repeat right bottom 0.4rem;
  background-size: 6%;
}
.register-desktop_from input.agency {
  background: url(/static/images/group-icon.svg) no-repeat right bottom 0.4rem;
  background-size: 6%;
}
.register-desktop_from .select2-container .select2-selection--single .select2-selection__rendered {
  background: url(../../../static/images/place.svg);
  background-repeat: no-repeat;
  background-size: 6%;
  background-position: 100% 20% !important;
}
.register-desktop_from input[type='checkbox'] {
  -webkit-appearance: none;
  appearance: none;
  background-color: var(--form-background);
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.5625rem;
  height: 1.5625rem;
  border-radius: 0.4375rem;
  border: 0.0625rem solid #00a5d9;
  display: grid;
  place-content: center;
  margin-left: 0.625rem;
}

.div_checkbox {
  display: flex;
  align-items: center;
  margin-bottom: 0.625rem;
}

.register-desktop_from button {
  background: #208cc7;
  border-radius: 3.75rem;
  width: 12.625rem;
  height: 2.8125rem;
  background-image: url(../images/buy/step3/white-vi.svg);
  background-repeat: no-repeat;
  opacity: 1;
  background-size: 10%;
  background-position: 2.5625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem auto;
  border: 0;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2.0625rem;
  text-align: center;
  color: #ffffff;
}

.go_to_login {
  text-decoration-line: underline !important;
  color: #ff9900;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.375rem;
  cursor: pointer;
  border: none;
  background: none;
}

.register-desktop_from input.name {
  background: url('../../../static/images/user-icon.svg') no-repeat right center;
  background-size: 7%;
}

.register-desktop_from input.password {
  background: url('../../../static/images/password_icon.svg') no-repeat right 1% center;
  background-size: 5%;
}

.register-desktop_from input.name_agency {
  background: url('../../../static/images/user-icon.svg') no-repeat right center;
  background-size: 7%;
}

.register-desktop_from input.name_of_agency {
  background: url('../../../static/images/user-icon.svg') no-repeat right center;
  background-size: 7%;
}

.register-desktop_from input.number_user {
  background: url('../../../static/images/tel-icon.svg') no-repeat right 1% center;
  background-size: 5%;
}

.register-desktop_from input.email {
  background: url('/static/images/adv/mail-icon.svg') no-repeat center right;
  background-size: 8%;
}

.register-desktop_from input.city {
  background: url('/static/images/place.svg') no-repeat center right;
  background-size: 8%;
}

.register-desktop h3 {
  font-weight: 400;
  font-size: 1.625rem;
  line-height: 2.1875rem;
  text-align: center;
  color: #208cc7;
}

.register-desktop_from .div_checkbox {
  overflow: hidden;
}
.register-desktop_from .div_checkbox a {
  color: #208cc7;
  text-decoration: underline !important;
}

/* agency register */
