.more {
  width: 100%;
  padding: 12px 0;
  text-align: center;
}
#newLeft.aside .container {
  width: 100%;
}
#newLeft.aside {
  position: relative;
}
#newLeft.aside .newAside button:focus {
  border: none;
  outline: none;
}
.newAside__services-wrapper .spinner {
  min-height: 300px;
}
button {
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}
.page-wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
.wrapper-content {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80vh;
  text-align: center;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.spoller-body.isOpen {
  height: auto;
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.choice-service {
  margin-bottom: 48px;
}
.choice-service__container {
  padding: 0 28px;
}
.choice-service__title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #333;
  margin-bottom: 24px;
}
.choice-service__addservice {
  margin-bottom: 32px;
}
.choice-service__addservice-text {
  font-size: 12px;
  line-height: 14px;
  color: #727272;
}
.choice-service__search-not-found {
  padding: 0 28px;
  color: #383838;
}
.choice-service__addservice-btn {
  font-size: 12px;
  line-height: 14px;
  color: #254d71;
  outline: none;
  background-color: inherit;
  padding: 0;
  border: none;
  border-bottom: 1px solid #254d71;
  cursor: pointer;
}
.service-card__more-btn {
  color: #cccccc;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  transition: color 0.3s;
  padding: 12px 0;
}
.service-card .v-sa-popover__container {
  cursor: pointer;
}
.service-card .v-sa-popover__content {
  min-width: 230px;
  padding: 12px 16px;
  background-color: #383D47;
  border-radius: 8px;
  color: #fff;
}
.service-card .popover-card-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.newAside .choice-service__addservice-btn:focus {
  border-bottom: 1px solid #254d71 !important;
}
.choice-price__button {
  position: relative;
  font-size: 13px;
  width: 100%;
  text-align: left;
  background-color: inherit;
  border: none;
  padding: 4px 0;
  padding-right: 15px;
  cursor: pointer;
  color: #4c4c4c;
  transition: color 0.2s ease-out;
}
.choice-price__button.isShow {
  color: #ea5400 !important;
}
.choice-price__button.isShow .choice-price__icon {
  transform: translateY(-50%) scale(-1);
}
.choice-price__button.isShow .choice-price__icon path {
  stroke: #ea5400;
}
.choice-price__icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: transform 0.2s ease-out;
}
.country-item .choice-price__button.isShow {
  color: #fff !important;
}
.country-item .choice-price__icon path {
  stroke: #fff;
}
.country-item .choice-price__button.isShow .choice-price__icon path {
  stroke: #fff;
}
.country-item .choice-price__new-price {
  color: #fff;
}
.choice-price__body {
  padding-top: 12px;
}
.choice-price__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
}
.choice-price__no-number {
  color: #4c4c4c;
}

.choice-price__list::-webkit-scrollbar {
  width: 6px;
  position: relative; /*ширина scrollbar  */
}
.choice-price__list::-webkit-scrollbar-track {
  background: #ededed; /* цвет дорожки  */
}
.choice-price__list::-webkit-scrollbar-thumb {
  background: #c4c4c4;
  border-radius: 10px; /*закругления плашки  */
  border: 3px solid transparent; /*padding вокруг плашки  */
}
.choice-price__list::-moz-scrollbar-button:decrement,
.choice-price__list::-moz-scrollbar-button:increment,
.choice-price__list::-webkit-scrollbar-button:decrement,
.choice-price__list::-webkit-scrollbar-button:increment {
  width: 0px;
}
.choice-price__list {
  max-height: 303px;
  padding-right: 12px;
  overflow-y: auto;
}
.choice-price__item:not(:last-child) {
  border-bottom: 1px solid hsla(0, 0%, 77%, 0.3);
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.choice-price__item-control {
  display: flex;
  align-items: center;
}
.choice-price__item-basket-btn {
  padding: 6px 10px;
  background: var(--freePrice-color);
  border-radius: 4px;
  line-height: 1;
  cursor: pointer;
}
.choice-price__item-basket-btn:disabled {
  background-color: #c4c4c4;
}
.choice-price__item-basket-btn svg {
  width: 15px;
  -o-object-fit: contain;
  object-fit: contain;
}
.choice-price__current-price {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #4c4c4c;
}
.choice-price__prices {
  display: flex;
  align-items: center;
}
.choice-price__new-price {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: var(--freePrice-color);
  margin-right: 6px;
}
.choice-price__old-price {
  font-size: 10px;
  line-height: 12px;
  text-decoration-line: line-through;
  color: #979797;
  margin-right: 6px;
  align-self: flex-end;
}
.choice-price__hint {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  color: #dcdce4;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #dcdce4 !important;
}
.choice-price__number-rest {
  font-size: 12px;
  line-height: 14px;
  color: #979797;
  margin-right: 8px;
}
.newAside-choice__button {
  position: relative;
  font-size: 13px;
  width: 100%;
  text-align: left;
  background-color: inherit;
  border: none;
  padding: 4px 0;
  padding-right: 15px;
  cursor: pointer;
  color: #4c4c4c;
  transition: color 0.2s ease-out;
}
.newAside-choice__button.isShow {
  color: #ea5400;
}
.newAside-choice__icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: transform 0.2s ease-out;
}
.newAside-choice__button.isShow .newAside-choice__icon {
  transform: translateY(-50%) scale(-1);
}
.newAside-choice__button.isShow .newAside-choice__icon path {
  stroke: #ea5400;
}
.newAside-choice__body {
  padding-top: 12px;
}
.newAside-choice__body .search {
  margin-bottom: 12px;
}
.newAside-choice__search-not-found {
  padding: 8px 0;
}
.newAside-choice__list {
  max-height: 145px;
  overflow-y: auto;
}
.newAside-choice__list::-webkit-scrollbar {
  width: 6px;
  position: relative; /*ширина scrollbar  */
}
.newAside-choice__list::-webkit-scrollbar-track {
  background: #ededed; /* цвет дорожки  */
}
.newAside-choice__list::-webkit-scrollbar-thumb {
  background: #c4c4c4;
  border-radius: 10px; /*закругления плашки  */
  border: 3px solid transparent; /*padding вокруг плашки  */
}
.newAside-choice__list::-moz-scrollbar-button:decrement,
.newAside-choice__list::-moz-scrollbar-button:increment,
.newAside-choice__list::-webkit-scrollbar-button:decrement,
.newAside-choice__list::-webkit-scrollbar-button:increment {
  width: 0px;
}
.newAside-choice__item {
  font-size: 14px;
  width: 100%;
  color: #4c4c4c;
  background-color: inherit;
  text-align: left;
  border: none;
  padding: 8px 0;
  cursor: pointer;
}
.newAside-choice__item:not(:last-child) {
  border-bottom: 1px solid hsla(0, 0%, 77%, 0.3);
}
.new-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.new-price__title {
  font-size: 12px;
  line-height: 17px;
  color: #4c4c4c;
}
.new-price__counter {
  width: 108px;
  padding: 4px;
  justify-content: space-between;
  border: 1px solid #f5f4f4;
}
.new-price__btn,
.new-price__counter {
  display: flex;
  align-items: center;
  border-radius: 8px;
}
.new-price__btn {
  justify-content: center;
  width: 28px;
  height: 28px;
  background: #f5f4f4;
  padding: 0;
  flex-shrink: 0;
  cursor: pointer;
  line-height: 1;
  color: #444444;
}
.new-price input {
  max-width: 35px;
  padding: 0;
  text-align: center;
  border: none;
  border-radius: 0;
  font-size: 12.8911px;
  line-height: 140%;
}
.search {
  position: relative;
}
.search:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  display: block;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='15' height='15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 5.75a5.752 5.752 0 0 0 5.75 5.749 5.752 5.752 0 0 0 5.75-5.75A5.752 5.752 0 0 0 5.75 0 5.752 5.752 0 0 0 0 5.75Zm5.75 3.905a3.908 3.908 0 0 1-3.906-3.906A3.908 3.908 0 0 1 5.75 1.844a3.908 3.908 0 0 1 3.905 3.905A3.908 3.908 0 0 1 5.75 9.655Z' fill='%23EA5400'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.697 14.73a.922.922 0 0 0 0-1.304l-4.634-4.633a.922.922 0 0 0-1.304 1.304l4.634 4.633c.36.36.944.36 1.304 0ZM3.373 5.917a.291.291 0 0 0 .296-.287c.01-.674.199-1.128.508-1.429.314-.305.792-.491 1.455-.544a.291.291 0 0 0-.046-.581c-.741.059-1.37.274-1.815.707-.45.437-.674 1.057-.685 1.838a.291.291 0 0 0 .287.296Z' fill='%23EA5400'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}
.newAside .search input {
  float: none !important;
  min-height: 40px;
  background: #ffffff;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  color: #333333;
  font-size: 13px;
  padding: 12px;
  padding-right: 48px !important;

}

.newAside .search input::placeholder {
  color: #9a9a9a;
}
.search-input {
  padding-right: 32px !important;
}
.newAside .search .search-remove {
  position: absolute;
  top: 50%;
  right: 36px;
  width: 10px;
  height: 10px;
  transform: translateY(-50%);
}
.newAside .search .search-remove:before {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
  background-color: #C4C4C4;
}
.newAside .search .search-remove:after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  background-color: #C4C4C4;
}
.search-little {
  position: relative;
  margin-bottom: 12px;
}
.search-little:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  display: block;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='15' height='15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 5.75a5.752 5.752 0 0 0 5.75 5.749 5.752 5.752 0 0 0 5.75-5.75A5.752 5.752 0 0 0 5.75 0 5.752 5.752 0 0 0 0 5.75Zm5.75 3.905a3.908 3.908 0 0 1-3.906-3.906A3.908 3.908 0 0 1 5.75 1.844a3.908 3.908 0 0 1 3.905 3.905A3.908 3.908 0 0 1 5.75 9.655Z' fill='%23EA5400'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.697 14.73a.922.922 0 0 0 0-1.304l-4.634-4.633a.922.922 0 0 0-1.304 1.304l4.634 4.633c.36.36.944.36 1.304 0ZM3.373 5.917a.291.291 0 0 0 .296-.287c.01-.674.199-1.128.508-1.429.314-.305.792-.491 1.455-.544a.291.291 0 0 0-.046-.581c-.741.059-1.37.274-1.815.707-.45.437-.674 1.057-.685 1.838a.291.291 0 0 0 .287.296Z' fill='%23EA5400'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}
.search-little input {
  padding: 8px 32px 8px 12px;
  font-size: 14px;
  line-height: 17px;
  color: #9a9a9a;
  background: #fff;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
}
.service-card:first-child {
  border-top: 1px solid #E1E6EE;
}
.service-card:not(:last-child) {
  border-bottom: 1px solid #E1E6EE;
}
.service-card.isActive {
  background-color: #254d71;
}

.service-card.isActive .country-item__buy-now,
.service-card.isActive .country-item__buy-price,
.service-card.isActive .country-item__count,
.service-card.isActive .country-item__name,
.service-card.isActive .service-card__main-amount,
.service-card.isActive .service-card__main-min-price,
.service-card.isActive .service-card__main-name {
  color: #fff;
}
.service-card.isActive .buy-counter__input {
  background-color: inherit;
  color: #fff;
}
.service-card.isActive .choice-price__button,
.service-card.isActive .choice-price__current-price,
.service-card.isActive .new-price__title {
  color: #fff;
}
.service-card.isActive .new-price__counter input {
  background-color: inherit;
  color: #fff;
}
.choice-service__toggle {
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
}
.choice-service__more {
  margin-top: 16px;
  padding: 0 28px;
}
.choice-service__more > button:disabled {
  opacity: 1;
  pointer-events: none;
}
.choice-service__toggle .sa-toggle__text,
.multiservices-checkbox-wrappper .custom-checkbox__text {
  font-weight: 600;
}
.service-card__price-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.service-card__main {
  align-items: center;
  justify-content: space-between;
  background-color: inherit;
  border: none;
  text-align: left;
  width: 100%;
  padding: 8px 28px;
  cursor: pointer;
  color: #4c4c4c;
  min-height: 72px;
  column-gap: 6px;
}

.service-card__main--special {
  justify-content: flex-start;
}
.service-card__main--special .service-card__verification-prompt {
  margin: 0 auto 0 8px;
}

.service-card__main,
.service-card__main-left {
  display: flex;
  align-items: center;
}
.service-card__main-image {
  width: 36px;
  margin-right: 8px;
  flex-shrink: 0;
}
.service-card__main-image img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 50%;
}
.service-card__main-name {
  max-width: 165px;
  font-size: 14px;
  line-height: 16.8px;
  font-weight: 600;
  margin-bottom: 4px;
  color: #333333;
}
.service-card__main-name small {
  display: block;
  font-size: 12px;
  font-weight: 400;
}
.service-card__main-amount {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: #727272;
}
.service-card__main-min-price {
  font-size: 14px;
  line-height: 17px;
  flex-shrink: 0;
  color: #333;
}
.service-card__main-min-price .text {
  font-weight: 400;
} 
.service-card__main-min-price .price {
  font-weight: 600;
}
.service-card__top-wrapper {
  padding: 0 28px;
}
.service-card__top-verification {
  margin-bottom: 22px;
}
.service-card__verification-name {
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #ffffff;
}
.service-card__verification-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.service-card__verification-wrapper:not(:last-child) {
  margin-bottom: 12px;
}

.service-card__verification-label {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  cursor: pointer;
}
.service-card__verification-radio {
  display: none;
}
.service-card__verification-box {
  display: flex;
  position: relative;
  width: 40px;
  height: 22px;
  border: 1px solid #c4c4c4;
  border-radius: 34px;
  margin-right: 8px;
  -webkit-transition: background-color 0.5s, border-color 0.5s;
  -moz-transition: background-color 0.5s, border-color 0.5s;
  -ms-transition: background-color 0.5s, border-color 0.5s;
  -o-transition: background-color 0.5s, border-color 0.5s;
  transition: background-color 0.5s, border-color 0.5s;
}
.service-card__verification-box:before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 3px;
  transform: translateY(-50%);
  background: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
}
.service-card__verification-text {
  color: #ffffff;
  font-size: 14px;
  line-height: 17px;
}
.service-card__verification-radio:checked + .service-card__verification-box {
  background-color: #ea5400;
  border-color: #ea5400;
}
.service-card__verification-radio:checked
  + .service-card__verification-box:before {
  transform: translate(16px, -50%);
}
.service-card__verification-radio:checked ~ .service-card__verification-text {
  font-weight: 600;
}
.service-card__verification-prompt {
  width: 28px !important;
  height: 28px !important;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  border: 1px solid #dcdce4 !important;
  border-radius: 50%;
  color: #dcdce4;
}
.multiservices-checkbox-wrappper {
  margin-bottom: 32px;
}
.custom-checkbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.custom-checkbox__label {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  cursor: pointer;
}
.custom-checkbox__radio {
  display: none;
}
.custom-checkbox__box {
  display: flex;
  position: relative;
  width: 40px;
  height: 22px;
  border: 1px solid #c4c4c4;
  border-radius: 34px;
  margin-right: 8px;
  -webkit-transition: background-color 0.5s, border-color 0.5s;
  -moz-transition: background-color 0.5s, border-color 0.5s;
  -ms-transition: background-color 0.5s, border-color 0.5s;
  -o-transition: background-color 0.5s, border-color 0.5s;
  transition: background-color 0.5s, border-color 0.5s;
}
.custom-checkbox__box:before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 3px;
  transform: translateY(-50%);
  background: #c4c4c4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.custom-checkbox__text {
  color: #333333;
  font-size: 14px;
  line-height: 17px;
}
.custom-checkbox__checkbox:checked + .custom-checkbox__box {
  background-color: #ea5400;
  border-color: #ea5400;
}
.custom-checkbox__checkbox:checked + .custom-checkbox__box:before {
  transform: translate(16px, -50%);
  background: #fff;
}
.custom-checkbox__checkbox:checked ~ .custom-checkbox__text {
  font-weight: 600;
}
.custom-checkbox__prompt {
  width: 28px !important;
  height: 28px !important;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  border: 1px solid #dcdce4 !important;
  border-radius: 50%;
  color: #dcdce4;
}
.newAside .service-card__verification-prompt:focus {
  border: 1px solid #dcdce4;
}
.newAside .service-card__verification-prompt:active {
  border: 1px solid #dcdce4;
}
.newAside .custom-checkbox__prompt:focus {
  border: 1px solid #dcdce4;
}

.service-card__search {
  margin-bottom: 16px;
}
.service-card__sort {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 16px;
}
.service-card__sort-title {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.service-card__sort-button {
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  color: #fff;
  display: flex;
  align-items: center;
}
.service-card__sort-button span {
  display: flex;
  transition: all 0.3s;
}
.service-card__sort-button span:not(:last-child) {
  margin-right: 4px;
}
.service-card__sort-button .sort-arrow {
  margin-bottom: -3px;
}
.service-card__sort-button .isActive {
  transform: scale(-1);
}
.service-card__sort-list {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 100%;
  padding: 10px 20px;
  background-color: #fff;
  box-shadow: 0px 4px 34px rgba(48, 71, 91, 0.2);
  border-radius: 3px;
  z-index: 2;
}
.service-card__sort-item {
  cursor: pointer;
  font-size: 14px;
  line-height: 120%;
  color: #333;
  padding: 4px 0;
}
.service-card__country-not-found {
  padding: 12px 28px;
  color: #fff;
}
.country {
  margin-bottom: 32px;
}
.country__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #333;
  cursor: pointer;
}
.country__current {
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  color: #254d71;
}
.country__max {
  font-size: 20px;
  line-height: 120%;
  color: #727272;
}
.country-item {
  padding: 12px 28px;
}
.country-item:nth-child(even) {
  background: hsla(0, 0%, 100%, 0.1);
}
.country-item .choice-price__no-number {
  color: #fff;
}
.country-item__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.country-item__info-wrapper {
  display: flex;
  align-items: flex-start;
}
.country-item__social {
  position: relative;
  width: 36px;
  margin-right: 8px;
  flex-shrink: 0;
}
.country-item__social-img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 4px;
}
.country-item__region {
  position: absolute;
  width: 16px;
  -o-object-fit: contain;
  object-fit: contain;
  bottom: -2px;
  right: -6px;
}
.country-item__name {
  max-width: 110px;
  font-size: 14px;
  line-height: 120%;
  font-weight: 600;
  color: #4c4c4c;
  /* margin-bottom: 4px; */
}
.country-item__count {
  font-size: 12px;
  line-height: 120%;
  color: #979797;
}
.newAside .free-price-btn {
  margin-right: 6px;
  padding: 4px 8px;
}
.country-item__control {
  display: flex;
  align-items: center;
}
.favorite-item__heart,
.country-item__heart {
  width: 18px;
  padding: 0;
  background-color: inherit;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
}
.country-item__heart {
  width: unset;
}
.country-item__heart path {
  -webkit-transition: fill 0.3s;
  -moz-transition: fill 0.3s;
  -ms-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
}
.country-item__heart.isFavorite path {
  fill: #EA5400;
}

.country-item__heart svg {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.country-item__close {
  position: relative;
  width: 14px;
  height: 14px;
  padding: 0;
  background-color: inherit;
  border: none;
  cursor: pointer;
}
.country-item__close:before {
  transform: translateX(-50%) rotate(45deg);
}
.country-item__close:after,
.country-item__close:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.5px;
  height: 100%;
  background-color: #254d71;
}
.country-item__close:after {
  transform: translateX(-50%) rotate(-45deg);
}
.country-item__buy {
  margin-bottom: 12px;
}
.country-item__buy,
.country-item__buy-control {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.country-item__buy-number {
  text-align: right;
  margin-right: 12px;
}
.country-item__buy-price {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #333;
}
.country-item__buy-now {
  font-size: 12px;
  line-height: 14px;
  background-color: inherit;
  border: none;
  color: #254d71;
  cursor: pointer;
}
.country-item__buy-basket-btn {
  padding: 10px 14px;
  background: var(--freePrice-color);
  border-radius: 8px;
  line-height: 1;
  cursor: pointer;
}
.country-item__buy-basket-btn svg {
  width: 15px;
  -o-object-fit: contain;
  object-fit: contain;
}
.country-item__buy-basket-btn.isRed {
  background: linear-gradient(0deg, #ee5f02, #ee5f02), #c4c4c4;
}
.aside {
  max-width: 330px;
  width: 100%;
  position: relative;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.activation-aside-tab__tabs {
  display: none;
}
.newAside {
  padding: 24px 0;
}
.newAside.isHidden .newAside__btn-wrapper {
  margin-bottom: 0;
}
.newAside .rent-aside-tab {
  padding: 0 28px;
}
.newAside .checkbox-name {
  overflow-wrap: anywhere;
  margin-right: 5px;
}
.newAside__container {
  padding: 0 28px;
}
.newAside__info {
  padding: 0 28px;
  margin-top: 4px;
  margin-bottom: 32px;
}
.newAside__btn-info {
  display: none;
  position: relative;
  text-align: center; 
}
.newAside__btn-info span {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 0 28px;
}
.newAside__btn-info:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: rgba(51, 51, 51, 0.5);
}
.newAside__btn-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 4px;
  border-radius: 5px;
  background-color: #F0F5FF;
  margin-bottom: 4px;
}
.newAside__info-btn {
  color: #254D71;
}
.newAside__main-btn {
  width: 48%;
  padding: 12px 24px;
  border-radius: 5px;
  color: #75849C;
  font-size: 14px;
  font-weight: 700;
  background-color: transparent;
  line-height: 20px;  
  transition: all 0.3s;
}
.newAside__main-btn.isActive {
  background-color: #ea5400;
  color: #fff;
}
.newAside__addservice {
  margin-bottom: 32px;
}
.newAside__addservice-text {
  font-size: 12px;
  line-height: 14px;
  color: #727272;
}
.newAside__addservice-btn {
  font-size: 12px;
  line-height: 14px;
  color: #254d71;
  outline: none;
  background-color: inherit;
  padding: 0;
  border: none;
  border-bottom: 1px solid #254d71 !important;
  cursor: pointer;
}
.newAside .newAside__addservice-btn:focus {
  border-bottom: 1px solid #254d71;
}
.newAside input {
  margin-bottom: 0;
}
.favorite {
  margin-bottom: 4px;
}
.newAside__top-services {
  margin-bottom: 32px;
}
.favorite-options:not(:last-child) {
  padding-bottom: 8px;
  margin-bottom: 4px;
  border-bottom: 1px solid rgba(196, 196, 196, 0.3);
}
.favorite__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 120%px;
  color: #333;
  cursor: pointer;
  padding-right: 15px;
  width: 100%;
  transition: all 0.2s ease-out;
}
.favorite__not-auth-btn {
  padding: 0;
}
.favorite__spoller {
  background-color: #F0F5FF;
}
.favorite__spoller:not(:last-child) {
  margin-bottom: 4px;
}
.favorite__spoller-title.isShow .favorite__title {
  color: #ea5400;
}
.favorite__spoller-title.isShow .favorite__arrow path {
  stroke: #ea5400;
}
.favorite__spoller-title.isShow .favorite__arrow {
  transform: translateY(-50%) scale(-1);
}

.favorite__spoller-title {
  width: 100%;
  padding: 0 28px;
}
.favorite__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: transform 0.2s ease-out;
}
.favorite__current {
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  color: #254d71;
}
.favorite__spoller-body::-webkit-scrollbar {
  width: 6px;
  position: relative; /*ширина scrollbar  */
}
.favorite__spoller-body::-webkit-scrollbar-track {
  background: #ededed; /* цвет дорожки  */
}
.favorite__spoller-body::-webkit-scrollbar-thumb {
  background: #c4c4c4;
  border-radius: 10px; /*закругления плашки  */
  border: 3px solid transparent; /*padding вокруг плашки  */
}
.favorite__spoller-body::-moz-scrollbar-button:decrement,
.favorite__spoller-body::-moz-scrollbar-button:increment,
.favorite__spoller-body::-webkit-scrollbar-button:decrement,
.favorite__spoller-body::-webkit-scrollbar-button:increment {
  width: 0px;
}
.favorite__max {
  font-size: 20px;
  line-height: 120%;
  color: #727272;
}
.favorite__spoller-btn {
  position: relative;
  width: 100%;
  text-align: left;
  padding: 12px 16px 12px 0;
  background: inherit;
  border: none;
  font-size: 20px;
  line-height: 120%;
  color: #333;
  cursor: pointer;
}
.favorite__spoller-body-no-numbers {
  padding: 0 28px 12px 28px;
}
.favorite-item {
  padding: 16px 28px;
}
.favorite__spoller-body-wrapper .favorite__spoller-item:not(:last-child) {
  border-bottom: 1px solid #D6E0F2;
  margin-bottom: 12px;
}
.favorite__spoller-body-wrapper .favorite__spoller-item:nth-child(-1) {
  bottom: none;
  margin-bottom: 0;
}
.favorite-item__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.favorite-item__about {
  display: flex;
  align-items: center;
}
.favorite-item__social {
  position: relative;
  width: 36px;
  margin-right: 14px;
  flex-shrink: 0;
}
.favorite-item__social-img {
  width: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -o-object-fit: contain;
  object-fit: contain;
}
.favorite-item__region {
  position: absolute;
  width: 16px;
  -o-object-fit: contain;
  object-fit: contain;
  bottom: -2px;
  right: -6px;
}
.favorite-item__name {
  font-size: 14px;
  line-height: 120%;
  font-weight: 600;
  color: #4c4c4c;
  margin-bottom: 4px;
  overflow-wrap: anywhere;
  margin-right: 4px;
}
.favorite-item__name small {
  display: block;
}
.favorite-item__count {
  font-size: 12px;
  line-height: 120%;
  color: #979797;
}
.favorite-item__free-btn {
  margin-right: 6px;
}
.favorite-item__control {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.favorite-item__heart {
  width: 18px;
  padding: 0;
  background-color: inherit;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
}
.favorite-item__heart svg {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.favorite-item__close {
  position: relative;
  width: 14px;
  height: 14px;
  padding: 0;
  background-color: inherit;
  border: none;
  cursor: pointer;
}
.favorite-item__close:before {
  transform: translateX(-50%) rotate(45deg);
}
.favorite-item__close:after,
.favorite-item__close:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.5px;
  height: 100%;
  background-color: #254d71;
}
.favorite-item__close:after {
  transform: translateX(-50%) rotate(-45deg);
}
.favorite-item__buy {
  margin-bottom: 12px;
}
.favorite-item__buy,
.favorite-item__buy-control {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.favorite-item__buy-number {
  text-align: right;
  margin-right: 12px;
}
.favorite-item__buy-price {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #333;
}
.favorite-item__buy-now {
  font-size: 12px;
  line-height: 14px;
  background-color: inherit;
  border: none;
  color: #254d71;
  cursor: pointer;
}
.favorite-item__buy-basket-btn {
  padding: 10px 14px;
  background: var(--freePrice-color);
  border-radius: 8px;
  line-height: 1;
  cursor: pointer;
}
.favorite-item__buy-basket-btn.isRed {
  background: linear-gradient(0deg, #ee5f02, #ee5f02), #c4c4c4;
}
.favorite-item__buy-basket-btn svg {
  width: 15px;
  -o-object-fit: contain;
  object-fit: contain;
}
.buy-counter {
  width: 94px;
  padding: 4px;
  justify-content: space-between;
  border: 1px solid #f5f4f4;
}
.buy-counter,
.buy-counter__btn {
  display: flex;
  align-items: center;
  border-radius: 8px;
  line-height: 1;
}
.buy-counter__btn {
  justify-content: center;
  width: 28px;
  height: 28px;
  background: #f5f4f4;
  padding: 0;
  flex-shrink: 0;
  cursor: pointer;
  color: #444444;
}
.buy-counter__input {
  max-width: 28px;
  padding: 0;
  text-align: center;
  border: none;
  border-radius: 0;
  font-size: 13px;
  line-height: 140%;
}
.newAside__partners-title {
  max-width: 160px;
  margin: 0 auto;
  color: #333;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}
.newAside__link-wrapper {
  display: flex;
  justify-content: center;
  width: 298px;
  margin: 0 auto;
  padding: 24px 0;
}
.newAside__link-wrapper:not(:last-child) {
  border-bottom: 1px solid #f1f1f1;
}
.newAside__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 200px;
}
.newAside__link-img {
  width: 52px;
  flex-shrink: 0;
  margin-bottom: 16px;
}
.newAside__link-img img {
  width: 100%;
  object-fit: contain;
}
.newAside__link-info {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #333333;
}
#mobileRentsTabs {
  display: none;
}
.spinner {
  width: 100%;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.spinner__loading {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-block;
  border-top: 4px solid #ffffff;
  border-right: 4px solid transparent;
  animation: rotation 1s linear infinite;
}
.spinner.dark .spinner__loading {
  border-top: 4px solid #254D71;
}
.spinner__loading:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border-left: 4px solid #ff3d00;
  border-bottom: 4px solid transparent;
  animation: rotation 0.5s linear infinite reverse;
}
.special-service-info__modal .modalVue__body p {
  margin-bottom: 24px;
  line-height: 21px;
  color: #333333;
}
.special-service-info__modal .modalVue__body .primary-btn {
  width: 139px;
  height: 32px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.spoiler-enter-active,
.spoiler-leave-active {
  transition: all 0.3s ease;
  height: auto;
}
.spoiler-enter,
.spoiler-leave-to {
  transition: all 0.3s ease;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (hover: hover) {
  .service-card__more-btn:hover {
    color: #ffffff;
  }
}
@media (max-width: 1280px) {
  .special-service-info__modal .modalVue__body .primary-btn {
    width: 74px;
  }

  #newLeft.aside {
    position: fixed;
    top: var(--header-height);
    left: -100%;
    opacity: 0;
    z-index: 2;
    transition: all 0.3s;
    max-height: calc((var(--vh) * 100) - var(--header-height));
    overflow-y: auto;
    z-index: 99;
  }
  #newLeft.aside.isShow {
    left: 0;
    opacity: 1;
  }
}
.newAside {
  position: relative;
}
@media (max-width: 1024px) {
  .mobile-lock {
    overflow: hidden;
  }
  #newLeft.aside {
    display: none;
    position: fixed;
    left: 0;
    max-width: 100%;
    opacity: 1;
    box-shadow: none;
    
  }
  .newAside {
    padding: 14px 0;
  }
  #newLeft.aside .rent-table__col-1 {
    width: 100%;
  }
  #newLeft.aside .block-activations {
    padding: 0 28px;
  }
  #newLeft.aside .text-center.btns-close-finish {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  #newLeft.aside .text-center.btns-close-finish a {
    width: 45% !important;
  }
  .newAside__btn-wrapper {
    background-color: transparent;
    padding: 0;
  }
  .newAside__main-btn {
    background-color: #F0F5FF;
  }
  .newAside__btn-info {
    display: block;
  }
  .activation-aside-tab__tabs {
    display: block;
    margin-bottom: 12px;
  }
  .activation-aside-tab__tabs-btn {
    font-size: 16px;
    transition: color 0.3s;
  }
  .activation-aside-tab__tabs-btn.isActive {
    color: #ea5400;
    text-decoration: underline;
  }
  #mobileRentsTabs {
    display: block;
  }
}
@media (max-width: 508px) {
  #newLeft.aside .text-center.btns-close-finish {
    flex-direction: column-reverse;
  }
  #newLeft.aside .text-center.btns-close-finish a {
    width: 100% !important;
    display: inline-block;
  }
  #newLeft.aside .text-center.btns-close-finish a {
    margin-bottom: 12px;
  }
}
