﻿input:focus {
  background-color: white;
}

.modal-window {
  width: 500px;
  padding: 40px;
  background-color: white;
  border-radius: 16px;
}

.modal-window h1 {
  font-size: 170%;
  margin: 20px 0 30px 0;
}

.modal-window input.error {
}

.modal-window input.error::placeholder {
  color: rgb(245, 85, 85);
}

.modal-window .mini-text {
  font-size: 80%;
  margin-top: -15px;
  margin-left: 19px;
  margin-bottom: 5px;
}

.modal-window .modal-h1 {
  font-size: 190%;
  font-weight: 800;
  line-height: 30px;
  text-align: center;
  margin-bottom: 30px;
}

.modal-window label,
.modal-window .podzagolovok {
  display: block;
  width: 100%;
  font-weight: 800;
  font-size: 135%;
  line-height: 24px;
  margin-bottom: 20px;
}

.modal-window .podzagolovok-big {
  display: block;
  width: 100%;
  font-weight: 800;
  font-size: 170%;
  line-height: 24px;
  margin-bottom: 30px;
}

.modal-window .modal-text-01 {
  margin: 10px 0;
  line-height: 24px;
  font-weight: 500;
  font-size: 115%;
}

.modal-window .modal-text-01.noactive {
  color: rgb(161, 161, 161);
}

.modal-window input {
  transition: all 0.2s linear;
  padding: 17px 15px;
  margin: 10px 0 15px 0;
  border: 1px solid var(--l-grey);
  background-color: var(--color-fon-01);
  border-radius: 10px;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 115%;
  line-height: 24px;
}

/*.modal-window:not(.add-review-modal) textarea,*/
.modal-window input:focus {
  border: 1px solid var(--blue);

  background-color: white;
  outline: none;
}

.modal-window input::placeholder,
.modal-window textarea::placeholder {
  color: rgba(21, 21, 21, 0.4);
}

.modal-window textarea {
  transition: all 0.2s linear;
  width: 100%;
  padding: 17px 15px;
  margin: 10px 0 15px 0;
  border: 1px solid var(--l-grey);
  background-color: var(--color-fon-01);
  border-radius: 10px;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 115%;
  line-height: 24px;
  min-height: 180px;
}

.modal-window .modal-search {
  background-image: url("../images/search-grey.svg");
  background-position: right 15px center;
  background-repeat: no-repeat;
}

.modal-window input.text-center {
  text-align: center;
}

.modal-window input:disabled {
  background-color: white;
  color: black;
}

.modal-window input.full {
  width: 100%;
}

.modal-window .button-01 {
  background: rgb(99, 94, 247);
  background: linear-gradient(to bottom, var(--color-gr-01), var(--color-gr-02));
  width: 100%;
  margin: 10px 0;
  padding: 20px;
  border: none;
  color: white;
  font-size: 115%;
  font-weight: 700;
  line-height: 20px;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  justify-content: center;
}

.modal-window .button-02 {
  background: white;
  width: 100%;
  margin: 10px 0;
  padding: 20px;
  color: var(--black);
  border: 1px solid var(--black);
  font-size: 115%;
  font-weight: 700;
  line-height: 20px;
  border-radius: 10px;
  cursor: pointer;
}

.modal-window button.noactive {
  background: rgb(239, 244, 252);
  color: rgb(134, 138, 142);
  font-weight: bold;
}

.modal-window .modal-button-href {
  display: flex;
  width: auto;
  justify-content: center;
  align-items: center;
  margin: 5px 0;
  cursor: pointer;
}

.modal-window .modal-button-href a {
  padding: 10px;
  text-decoration: none;
  font-size: 115%;
  line-height: 16px;
  font-weight: 700;
  color: var(--blue);
}

.modal-window .modal-a-stroka {
  text-decoration: none;
  font-size: 100%;
  color: var(--color-gr-02);
  font-weight: bold;
}

.modal-window .suggestions-suggestions {
  width: 100% !important;
}

.modal-window .checkbox {
  width: 30px;
  height: 30px;
}

.modal-window .modal-checkbox {
  display: flex;
  align-items: flex-start;
  margin: 10px 0;
}

.modal-window .modal-checkbox .m-checkbox {
  min-width: 25px;
  width: 25px;
  border-radius: 50%;
  min-height: 25px;
  margin: 5px 0 0 0;
}

.modal-window .modal-checkbox-text a:hover{
  text-decoration: underline;
}
.modal-window .modal-checkbox-text a{
  color: var(--blue);
}
.modal-window .modal-checkbox-text {
  margin-left: 20px;
  margin-top: 3px;
  line-height: 24px;
  font-weight: 500;
  font-size: 115%;
}

.modal-window .otstup-0 {
  height: 1px;
  width: 100%;
}

.modal-window svg {
  color: rgb(21, 21, 21);
}

.modal-window .modal-spisok-01 {
  margin: 20px 0;
  font-size: 125%;
  line-height: 36px;
  font-weight: 500;
}

.modal-window .modal-spisok-01 a {
  display: block;
}

.modal-window .modal-spisok-01 a:hover {
  font-weight: 700;
  color: var(--blue);
}

.modal-window .blue-border {
  border: 2px solid var(--blue);
}

.modal-window .success-text {
  font-size: 24px !important;
  line-height: 30px !important;
  text-align: center !important;
}

.modal-window .success-marker {
  width: 80px;
  height: 80px;
  border: 1px solid var(--l-blue);
  border-radius: 50%;
  background-image: url("../images/success01.svg");
  background-position: center;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 25px auto;
}

.modal-window .not-success-marker {
  width: 80px;
  height: 80px;
  border: 1px solid var(--l-blue);
  border-radius: 50%;
  background-image: url("../images/not-success01.svg");
  background-position: center;
  background-color: white;
  background-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 25px auto;
}

.modal-window .twoRows {
  display: flex;
  justify-content: space-between;
  height: 70px;
}

.modal-window .twoRows.buttons-register {
  height: auto;
}

.modal-window .twoRows.buttons-register button {
  margin: 0;
}

.modal-window .twoRows.buttons-register > div {
  width: 48%;
}

.modal-window .href-custom-01 {
  line-height: 24px;
  font-weight: 700;
  font-size: 115%;
  text-decoration: underline;
  margin-top: 13px;
  display: block;
}

.modal-window.register {
  width: 600px;
}

.shagi-close {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  margin: auto;
  max-width: var(--main-width);
}

.shagi-close .href-back a {
  color: var(--blue);
  font-size: 115%;
  background-image: url(/images/back.svg);
  background-repeat: no-repeat;
  background-position: left 6px;
  padding-left: 15px;
}

.shagi-close .close a {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 200%;
  color: var(--black);
}

.div-shagi {
  background-color: white;
  padding: 40px;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow-y: auto !important;
  min-height: calc(100vh - 172px);
}

.div-shagi.only-footer {
  min-height: calc(100vh - 135px);
}

.modal-shagi {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.modal-shagi .steps {
  max-width: 1130px;
  margin: 0 auto auto auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.modal-shagi .steps .step {
  display: flex;
  align-items: center;
}

.modal-shagi .steps .polosa {
  background-color: rgba(21, 21, 21, 0.2);
  width: 80px;
  height: 2px;
  display: flex;
  margin: 0 30px;
  min-width: 16px;
}

.modal-shagi .steps .step-number {
  width: 48px;
  height: 48px;
  background-color: rgba(21, 21, 21, 0.2);
  color: white;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 170%;
  flex: none;
}

.modal-shagi .steps .step-text {
  color: rgba(21, 21, 21, 0.3);
  font-weight: 800;
  font-size: 170%;
  margin-left: 15px;
}

/*Шаг 1*/
.modal-shagi .steps.step1 > div:nth-child(1) .step-number {
  background-color: var(--blue);
}

.modal-shagi .steps.step1 > div:nth-child(1) .step-text {
  color: var(--black);
}

/*Шаг 2*/
.modal-shagi .steps.step2 > div:nth-child(1) .step-number, .modal-shagi .steps.step2 > div:nth-child(3) .step-number {
  background-color: var(--blue);
}

.modal-shagi .steps.step2 > div:nth-child(1) .step-text, .modal-shagi .steps.step2 > div:nth-child(3) .step-text {
  color: var(--black);
}

/*Шаг 3*/
.modal-shagi .steps.step3 .step-number {
  background-color: var(--blue);
}

.modal-shagi .steps.step3 .step-text {
  color: var(--black);
}

.modal-shagi .shagi-forma-align {
  display: flex;
  align-items: center;
  height: 100%;
  width: var(--main-width);
  flex-direction: column;
  margin-top: 20px;
}

.modal-shagi .shagi-forma-align .modal-window {
  text-align: center;
}

.modal-shagi .modal-window .modal-button-href a {
  padding: 10px;
}

.modal-shagi .modal-window .modal-text-01 {
  margin: 10px 0 15px 0;
}

.modal-shagi .modal-window .modal-h1 {
  margin-bottom: 20px;
}

.modal-window .input-strong {
  font-size: 220%;
  font-weight: 800;
  padding: 6px 10px;
}

.modal-shagi .modal-window .modal-checkbox-text {
  text-align: left;
}

.modal-window .margin-top-15 {
  margin-top: -15px;
  text-align: center
}

.modal-window .color-red {
  color: rgb(247, 96, 96) !important;
}

.div-shagi .fancybox-button svg path {
  fill: var(--black) !important;
}

.modal-window .fancybox-button svg path {
  fill: var(--black) !important;
}

.location-find {
  color: var(--blue);
  background-image: url("../images/location-find.svg");
  background-repeat: no-repeat;
  background-position: left center;
  font-weight: 700;
  font-size: 115%;
  line-height: 24px;
  cursor: pointer;
  padding-left: 25px;
  margin-bottom: 20px
}

.twoButtons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  gap: 12px;
}

.twoButtons > * {
  flex: 1;
}

.twoButtons > div {
  width: calc(50% - 5px);
}

.twoButtons > button {
  width: calc(50% - 5px);
}

.top-articles.var02 {
  margin-bottom: 20px;
}

.maps-block-3 {
  display: flex;
  justify-content: space-between;
  /*align-items: flex-start;*/
  width: 100%;
  margin-top: 20px;
}

.maps-block-3 .maps-left-pole > .akcent-button:last-child {
  margin-top: auto;
}

.maps-block-3 .maps-left-pole {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  max-width: 350px;
  width: 100%;
}

.maps-block-3 .maps-center-pole iframe {
  display: block;
}

.maps-block-3 .maps-center-pole {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  margin: 0 20px;
}

.maps-block-3 .maps-right-pole {
  max-width: 330px;
  width: 100%;
}

.input-data {
  position: relative;
}

.input-data .data {
  border-radius: 10px;
  display: none;
  font-size: 115%;
  font-weight: 600;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  max-width: 500px;
  position: absolute;
  top: 70px;
  right: 0;
  left: 0;
  z-index: 2;
}

.input-data .data ul {
  max-height: 420px;
  overflow-y: scroll;
}

.input-data .data li {
  background-color: white;
  display: flex;
  min-height: 50px;
  padding: 0px 10px;
  box-sizing: border-box;
  cursor: pointer;
  align-items: center;
}

.input-data .data li:hover {
  background-color: var(--l-blue);
}

.input-data .data li.active {
  background-color: var(--l-blue);
}

.input-s-krestikom {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 500px;
}

.input-s-krestikom input {
  color: var(--black);
  background-color: white;
  font-size: 115%;
  font-weight: 500;
  line-height: 18px;
  height: 60px;
  box-sizing: border-box;
  border: 1px solid var(--l-grey);
  border-radius: 10px;
  padding: 0 15px;
  width: 100%;
  margin-bottom: 20px;
}

.input-s-krestikom input[type="text"] {
  padding-right: 30px;
}

.input-s-krestikom input:focus {
  outline: none;
}

.input-s-krestikom .clear-btn {
  position: absolute;
  right: 10px;
  width: 16px;
  height: calc(100% - 24px);
  padding-bottom: 2px;
  top: 0;
  cursor: pointer;
  display: flex;
  font-size: 200%;
  color: var(--l-grey);
  font-weight: lighter;
  align-items: center;
}

.maps-wrapper {
  display: flex;
  overflow: hidden;
  flex-direction: row;
  width: 100%;
}

.maps-block-3 .mini-zagolovok {
  font-size: 125%;
  font-weight: 800;
  line-height: 24px;
  margin: 10px 0;
}

.maps-block-3 .text {
  font-size: 115%;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 20px;
}

.light {
  color: var(--grey);
}

.maps-block-3 h1 {
  font-size: 215%;
  margin: 0 0 30px 0;
}

.maps-block-3 .location {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  font-size: 115%;
  font-weight: 700;
  margin-bottom: 20px;
}

.maps-block-3 .location .marker {
  background-image: url("/images/maps-black.svg");
  background-repeat: no-repeat;
  width: 17px;
  height: 22px;
  background-size: contain;
}

.maps-block-3 .location span {
  margin: 0 10px;
}

.maps-block-3 .location a {
  color: var(--blue);
}

.mini-block {
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid rgb(206, 218, 237);
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.mini-block .zagolovok {
  font-size: 120%;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 20px;
}

.mini-block .text {
  font-size: 115%;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 20px;
}

.mini-block .mini-zagolovok {
  font-weight: 700;
}

.mini-block .podtext {
  margin-bottom: 0;
}

.mini-block .button {
  height: 60px;
}

.input-2-rows {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}

.input-2-rows textarea {
  color: var(--black);
  background-color: var(--color-fon-01);
  font-size: 115%;
  font-weight: 500;
  line-height: 22px;
  box-sizing: border-box;
  border: 1px solid var(--l-grey);
  border-radius: 10px;
  padding: 18px 30px 18px 15px;
  width: 100%;
  display: flex;
  align-items: center;
}

textarea:focus, input:focus {
  background-color: white !important;
}

.input-2-rows .clear-btn {
  position: absolute;
  right: 10px;
  width: 16px;
  height: 100%;
  padding-bottom: 8px;
  top: 0;
  cursor: pointer;
  display: flex;
  font-size: 200%;
  color: var(--l-grey);;
  font-weight: lighter;
  align-items: center;
}

.maps-left-pole .zagolovok {
  font-size: 170%;
  font-weight: 800;
  margin: 0 0 20px 0;
  line-height: 30px;
}

.button-w-100 {
  width: 100%;
}

.button-h-60 {
  height: 60px;
}

.predupredit {
  color: var(--black);
  background-color: var(--color-fon-01);
  font-size: 115%;
  font-weight: 500;
  line-height: 18px;
  height: 60px;
  box-sizing: border-box;
  border: 1px solid var(--l-grey);
  border-radius: 10px;
  padding: 0 15px;
  width: 100%;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.predupredit.active {
  border: 2px solid var(--blue);
  background-color: white;
}

.input-type-02 {
  color: var(--black);
  background-color: var(--color-fon-01);
  font-size: 115%;
  font-weight: 500;
  line-height: 18px;
  height: 60px;
  box-sizing: border-box;
  border: 1px solid var(--l-grey);
  border-radius: 10px;
  padding: 0 15px;
  width: 100%;
  margin-bottom: 15px;
}

.input-type-02:focus {
  background-color: white;
  outline: none;
}

.input-2tr, .input-3tr {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.input-2tr input {
  width: calc(50% - 4px);
}

.input-3tr input {
  width: calc(33.33% - 5px);
}

textarea:focus {
  outline: none;
}

.dostavka-info {
  padding-left: 35px;
  background-image: url("../images/dostavka-car-black.svg");
  background-repeat: no-repeat;
  background-position: left center;
  margin-bottom: 15px;
  line-height: 25px;
}

.dostavka-location {
  padding-left: 35px;
  background-image: url("../images/maps-black.svg");
  background-repeat: no-repeat;
  background-position: left center;
  margin-bottom: 15px;
  line-height: 25px;
  background-size: 18px;
}

.zagolovok-nazad {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  align-items: center;
}

.zagolovok-nazad h1 {
}

.zagolovok-nazad .href-back {
  position: absolute;
  left: 0;
  top: 35px;
  font-size: 115%;
}

.zagolovok-nazad .href-back a {
  color: var(--blue);
}

.zagolovok-nazad h1 {
  text-align: center;
}

.mini-blocks {
  max-height: 695px;
  overflow: auto;
}

.peremestit {
  max-width: 350px;
}

.show-990 {
  display: none;
}

.sohranennie-dostavki {
  display: flex;
  justify-content: center;
  max-width: var(--main-width);
  flex-wrap: wrap;
  margin-top: 30px;
}

.sohranennie-dostavki .block-dostavka .dots i {
  display: block;
  margin: 0 0 10px auto;
  width: 36px;
  cursor: pointer;
  height: 36px;
  background: #fff url(../images/dots.svg) no-repeat center;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.12);
  border-radius: 100%;
}

.sohranennie-dostavki .block-dostavka .toggle input:checked + .icon:after {
  left: 25px;
}

.sohranennie-dostavki .block-dostavka .toggle input:checked + .icon {
  background: #485BFE;
}

.sohranennie-dostavki .block-dostavka .toggle .icon:after {
  top: 5px;
  bottom: 5px;
  transition: all 0.2s linear;
  left: 5px;
  width: 20px;
  background: #fff;
  position: absolute;
  content: "";
  border-radius: 100%;
}

.sohranennie-dostavki .block-dostavka .toggle input {
  position: absolute;
  bottom: 100%;
  right: 100%;
  opacity: 0;
  visibility: hidden;
}

.sohranennie-dostavki .block-dostavka .toggle label {
  display: flex;
  position: relative;
  gap: 10px;
  justify-content: space-between;
  overflow: hidden;
  align-items: center;
}

.sohranennie-dostavki .block-dostavka .toggle .icon {
  width: 50px;
  position: relative;
  height: 30px;
  background-color: rgba(181, 182, 184, 0.5);
  padding: 0 5px;
  box-sizing: border-box;
  border-radius: 50px;
  transition: all 0.2s linear;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.sohranennie-dostavki .block-dostavka .toggle label {

}

.sohranennie-dostavki .block-dostavka .toggle {
  font-weight: 600;
  font-size: 16px;
  margin: 0 0 18px;
  line-height: 1.125;
  color: #151515;
}

.sohranennie-dostavki .block-dostavka .dots .drop {
  position: absolute;
  width: 277px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  background: #fff;
  padding: 20px;
  z-index: 10;
  border-radius: 16px;
  top: 100%;
  right: 0;
}

.sohranennie-dostavki .block-dostavka .dots button:hover {
  text-decoration: none;
}

.sohranennie-dostavki .block-dostavka .dots button {
  margin: 0 0 8px;
  border: none;
  width: auto;
  background: none;
  padding: 0;
  text-decoration-skip-ink: none;
  cursor: pointer;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25;
  text-decoration: underline;
  color: #f76060;
}

.sohranennie-dostavki .block-dostavka .dots:hover .drop {
  opacity: 1;
  visibility: visible;
}

.sohranennie-dostavki .block-dostavka .dots a:hover {
  color: var(--blue);
}

.sohranennie-dostavki .block-dostavka .dots a {
  font-weight: 600;
  font-size: 16px;
  margin: 0 0 18px;
  line-height: 1.125;
  display: block;
  color: #151515;
}

.sohranennie-dostavki .block-dostavka .dots {
  position: absolute;
  margin: 0;
  top: 21px;
  right: 30px;
}

.sohranennie-dostavki .block-dostavka {
  border-radius: 20px;
  padding: 26px 30px 7px;
  border: 2px solid rgb(206, 218, 237);
  margin: 10px;
  width: 460px;
  position: relative;
  display: flex;
  flex-direction: column;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: rgba(21, 21, 21, 0.5);
}

.sohranennie-dostavki .block-dostavka:hover {
  border-color: var(--blue);
}

.sohranennie-dostavki .block-dostavka.add {
  background-color: rgb(239, 244, 252);
  padding-bottom: 50px;
  background-image: url("../images/marker-adresa-block.svg");
  background-repeat: no-repeat;
  background-position: top 60px center;
  text-align: center;
  padding-top: 146px;
  font-weight: 700;
  font-size: 18px;
  color: #1d2020;
  line-height: 24px;
}

.sohranennie-dostavki .block-dostavka > div {
  margin-right: 50px;
  margin-bottom: 20px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #151515;
}

.sohranennie-dostavki .block-dostavka .zagolovok {
  margin: 0 55px 22px 0;
  color: #151515;
  letter-spacing: normal;
  line-height: 1.5;
  font-weight: 800;
}

.sohranennie-dostavki .block-dostavka .dannie {
  color: var(--grey);
  margin-right: 0;
  line-height: 1.5;
}

.block-right .top-nazad {
  display: none;
}

.vibor-pokupatelya .block-right .mini-block {
  padding: 20px;
  border-radius: 20px;
  border: 2px solid rgb(206, 218, 237);
  max-width: 365px;
  background-color: white;
}

.vibor-pokupatelya .block-right .mini-block-shapka a {
  text-decoration: none !important;
}

.vibor-pokupatelya .go-oplata {
  display: flex;
  justify-content: flex-end;
}

.vibor-pokupatelya .go-oplata a {
  width: 280px;
}

.vibor-pokupatelya .add-new-user {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.vibor-pokupatelya .add-new-user > div {
  color: var(--blue);
  font-weight: 700;
  font-size: 115%;
  display: none;
}

.vibor-pokupatelya .add-new-user a {
  background-image: url("../images/plus-black.svg");
  background-repeat: no-repeat;
  background-position: left 20px center;
  padding-left: 20px;
  width: 200px;
  min-width: 200px;
  margin-right: 20px;
}

.vibor-pokupatelya .mini-blocks {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.vibor-pokupatelya .mini-block {
  padding: 20px;
  border-radius: 20px;
  border: 2px solid var(--grey);
  width: 336px;
}

.vibor-pokupatelya .mini-block.active, .vibor-pokupatelya .mini-block:hover {
  border-color: var(--blue);
}

.vibor-pokupatelya .mini-block .mini-block-shapka {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.vibor-pokupatelya .mini-block .mini-block-shapka .zagolovok {
  font-size: 150%;
  font-weight: 800;
  line-height: 30px;
}

.vibor-pokupatelya .mini-block .mini-block-shapka a {
  color: var(--blue);
  text-decoration: underline;
  font-size: 115%;
  font-weight: 700;
  line-height: 24px;
}

.vibor-pokupatelya .mini-block .dopinfo {
  margin: -10px 0 10px 0;
  color: var(--color-gr-01);
}

.vibor-pokupatelya .mini-block .dopinfo > div:nth-child(1) {
  font-size: 14px;
  font-weight: 800;
}

.vibor-pokupatelya .mini-block .dopinfo > div:nth-child(2) {
  font-size: 12px;
  font-weight: 500;
}

.vibor-pokupatelya .mini-block .info {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.vibor-pokupatelya {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.vibor-pokupatelya > div {
  border-radius: 16px;
  padding: 20px;
}

.vibor-pokupatelya .block-left {
  width: 100%;
  box-shadow: 0px 0px 20px 0px rgba(212, 219, 228, 0.4);
  margin-right: 20px;
}

.vibor-pokupatelya .block-right {
  width: 405px;
  background-color: var(--l-blue);
}

.shapka-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.shapka-buttons .icon-tooltip {
  margin-left: 10px;
}

.shapka-buttons .zagolovok {
  font-size: 170%;
  margin-right: auto;
  font-weight: 800;
  line-height: 24px;
}

.shapka-buttons .buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 370px;
  justify-content: right;
}

.shapka-buttons .buttons > div {
  width: 180px;
  margin-right: 10px;
}

.shapka-buttons .buttons > div:last-of-type {
  margin-right: 0;
}

.shapka-buttons.no-wrap {
  flex-wrap: nowrap;
  flex-direction: row;
}

.vibor-pokupatelya .data-inputs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.vibor-pokupatelya .data-inputs input {
  height: 60px;
  background-color: var(--color-fon-01);
  border: 1px solid var(--l-grey);
  max-width: calc(50% - 10px);
  margin-bottom: 20px;
}

.vibor-pokupatelya .modal-checkbox {
  margin: 20px 0;
}

.vibor-pokupatelya .modal-checkbox > label > span {
  font-size: 120%;
  font-weight: 600;
  line-height: 24px;
  flex-wrap: wrap;
}

.vibor-pokupatelya .modal-checkbox > label > span > span {
  font-size: 85%;
  display: block;
  width: 100%;
  margin-left: 40px;
  font-weight: 500;
}

.buttons-start-end {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.vibor-pokupatelya .buttons-start-end > div {
  width: 280px;
}

.vibor-pokupatelya .buttons-start-end button {
  width: 100%;
}

.block-oplata .dannie-oplaty-right {
  max-width: 460px;
}

.pole-options-top {
  border: none;
}

.pole-options-top .knopka-oplaty {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  border-bottom: 1px solid var(--l-grey);
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.pole-options-top .knopka-oplaty .mini-text {
  font-size: 115%;
  color: var(--grey);
  font-weight: 600;
  text-align: center;
  margin-top: 20px;
}

.pole-options-top .knopka-oplaty .mini-text a {
  color: var(--blue);
  font-weight: 700;
}

.block-oplata {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
}

.block-oplata .dannie-oplaty-left {
  margin-right: 20px;
  width: 100%;
}

.block-oplata .block-oplata-left-div01 {
  padding: 20px 20px 0 20px;
  width: 100%;
  box-shadow: 0px 0px 20px 0px rgba(212, 219, 228, 0.4);
  margin-bottom: 20px;
  border-radius: 20px;
}

.block-oplata .dannie-oplaty-right {
  box-shadow: 0px 0px 20px 0px rgba(212, 219, 228, 0.4);
  border-radius: 20px;
  padding: 20px 0 0 0;
}

.block-oplata .stroke-2-row.tip02 {
  margin-bottom: 20px;
}

.block-oplata .stroke-2-row.tip01.border-top {
  margin: 30px 25px 5px 25px;
}

.varianty-oplaty {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  padding-bottom: 20px;
}

.varianty-oplaty > div {
  border: 1px solid var(--l-grey);
  border-radius: 15px;
  width: 174px;
  min-width: 174px;
  height: 95px;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 10px;
  margin-right: 10px;
  cursor: pointer;
}

.varianty-oplaty > div:hover, .varianty-oplaty > div.active {
  border: 1px solid var(--blue);
}

.varianty-oplaty .new-card {
  background-image: url(../images/oplata/block-oplata-new-card.svg);
}

.varianty-oplaty .sbp {
  background-image: url(../images/oplata/block-oplata-sbp.svg);
}

.varianty-oplaty .sber {
  background-image: url(../images/oplata/block-oplata-sber.svg);
}

.varianty-oplaty .gpay {
  background-image: url(../images/oplata/block-oplata-gpay.svg);
}

.varianty-oplaty .ymoney {
  background-image: url(../images/oplata/block-oplata-ymoney.svg);
}

.varianty-oplaty .sber-credit {
  background-image: url(../images/oplata/block-oplata-sber-credit.svg);
}

.varianty-oplaty .sber-rassrochka {
  background-image: url(../images/oplata/block-oplata-sber-rassrochka.svg);
}

.varianty-oplaty .tinkoff {
  background-image: url(../images/oplata/block-oplata-tinkoff.svg);
}

.varianty-oplaty .tinkoff-credit {
  background-image: url(../images/oplata/block-oplata-tinkoff-credit.svg);
}

.varianty-oplaty .tinkoff-rassrochka {
  background-image: url(../images/oplata/block-oplata-tinkoff-rassrochka.svg);
}

.varianty-oplaty .bonusami {
  background-image: url(../images/oplata/block-oplata-bonus.svg);
}

.varianty-oplaty .schet {
  background-image: url(../images/oplata/block-oplata-schet.svg);
}

.varianty-oplaty.var2 > div {
  width: 100px;
  min-width: 80px;
  height: 40px;
  background-size: contain;
  border-radius: 8px;
  border: 2px solid white;
}

.varianty-oplaty.var2 > .sdek {
  background-image: url(../images/brands/sdek.jpg);
}

.varianty-oplaty.var2 > .delovie {
  background-image: url(../images/brands/delovie.jpg);
}

.varianty-oplaty.var2 > .yandex {
  background-image: url(../images/brands/yandex.jpg);
}

.varianty-oplaty.var2 > .boxberry {
  background-image: url(../images/brands/boxberry.jpg);
}

.varianty-oplaty.var2 > div:hover, .varianty-oplaty.var2 > div.active {
  border: 2px solid var(--blue);
}

.block-oplata .zakaz-info-block {
  font-size: 140%;
  line-height: 30px;
}

.block-oplata .zakaz-info-block.client:last-of-type {
  margin-bottom: 0;
}

.block-oplata .zakaz-info-block.client > a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  text-indent: 35px;
  border-top: 1px solid var(--l-grey);
  padding: 30px 0;
  background: url(../images/galka-right-grey.svg) right center no-repeat;
  background-size: 12px;
}

.sostav-itog {
  font-weight: 600;
  line-height: 20px;
  color: var(--grey);
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--l-grey);
  margin-top: 0;
}

.sostav-itog span {
  white-space: nowrap;
}

.sostav-itog span.poshlina {
  white-space: wrap;
}

.sostav-footer {
  margin-top: 5px;
}

.sostav-footer a {
  color: var(--blue);
}

.sostav-table .table {
  padding-top: 5px;
}

.sostav-table .sostav-table-row {
  font-weight: 600;
  line-height: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.sostav-table .sostav-table-row > div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 40%;
}

.sostav-table .sostav-table-row .sostav-data {
  justify-content: space-between;
  width: 50%;
  text-align: center;
  align-items: flex-start;
}

.sostav-table .sostav-table-row .sostav-data .bonus {
  color: var(--bonus-color);
  font-size: 90%;
}

.sostav-table .sostav-table-row .sostav-data > div {
  width: 33.33%;
}

.sostav-table .sostav-table-row .sostav-data > div:nth-child(1) {
  text-align: left;
}

.sostav-table .sostav-table-row .sostav-data > div:nth-child(3) {
  text-align: right;
}

.sostav-table .sostav-table-row > div:nth-child(1) .image {
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 8px;
  background-color: var(--l-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}

.sostav-table .sostav-table-row .sostav-data > div > div:nth-child(1) {
  color: var(--grey);
}

.sostav-table {
  border-radius: 20px;
  border: 1px solid var(--l-blue);
  padding: 15px 20px;
  margin-top: 20px;
}

.sostav-table.block-border-white {
  padding: 24px 24px 27px 24px;
}

.sostav-table .zagolovok {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  line-height: 20px;
  border-bottom: 1px solid var(--l-grey);
  padding-bottom: 15px;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
}

.sostav-table .zagolovok .sostav-shapka-otkuda {
  font-size: 130%;
  line-height: 28px;
  font-weight: 800;
  margin: 0 0 3px;
}

.sostav-table .zagolovok .sostav-shapka-otkuda a:hover{
  text-decoration: underline;
}
.sostav-table .zagolovok .sostav-shapka-otkuda a,
.sostav-table .zagolovok .sostav-shapka-otkuda span {
  color: var(--blue);
  text-transform: uppercase;
}

.sostav-table .zagolovok .sostav-shapka-kogda {
  color: var(--grey);
}

.sostav-table .zagolovok .sostav-shapka-kogda span {
  color: var(--black);
}

.sostav-table .zagolovok .sostav-shapka-kogda strong {
  color: var(--black);
  font-weight: 600;
  padding-right: 5px;
}

.sostav-table .zagolovok .sostav-shapka-status {
  position: absolute;
  right: 40px;
}

.sostav-table .zagolovok .sostav-shapka-status .status-zakaz {
  position: relative;
}

.sostav-table .zagolovok .sostav-shapka-status .status-zakaz-box {
  right: 0;
}

.sostav-table .zagolovok .sostav-shapka-status .status-zakaz .status-zakaz-button {
  font-size: 14px;
}

.sostav-table .info-blue {
  margin: 10px 0 0 0;
  padding: 10px 10px 10px 40px;
  background-position: left 15px top 13px;
}

.zagolovok.var02 {
  padding-bottom: 0;
  border-bottom: none;
}

.vse-vmeste {
  display: none;
}

.podrobnee-this {
  display: inline-flex;
  height: auto;
  font-size: 100%;
  padding: 0 10px;
  text-decoration: none;
}

.modal-data {
  margin-top: 50px;
}

.block-oplata .block-oplata-left-div01.oplata-sostav-zakaza {
  padding-bottom: 20px;
}

.sostav-table .checkbox > span {
  flex-direction: row-reverse;
  height: 40px;
  max-width: 220px;
  text-align: right;
  font-weight: 500;
}

.sostav-table .checkbox > span::before {
  margin-right: 0;
  margin-left: 10px;
}

.sostav-table .sostav-itog .show-more {
  white-space: nowrap;
  color: var(--blue);
  font-weight: 700;
  cursor: pointer;
  line-height: 16px;
  text-align: right;
}

.oplata-qr {
  width: 100%;
  min-height: 100%;
  border-radius: 16px;
  box-sizing: border-box;
  overflow-y: auto !important;
}

.oplata-qr .fancybox-button svg path {
  fill: var(--black) !important;
}

.big-qr {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-weight: 500;
  font-size: 115%;
  margin-top: 50px;
  padding: 10px;
}

.big-qr .qr-left {
  text-align: left;
  width: 50%;
  padding-right: 30px;
}

.big-qr .qr-left ul {
  line-height: 24px;
}

.big-qr .qr-left ul li {
  margin: 20px 0;
  display: flex;
}

.big-qr .qr-left ul li span {
  background-color: var(--l-blue);
  display: flex;
  font-weight: 700;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  flex: none;
  border-radius: 50%;
  margin-right: 20px;
}

.big-qr .qr-right {
  width: 50%;
  border-radius: 20px;
  border: 3px solid var(--l-grey);
  padding: 25px;
}

.oplata-qr-block {
  text-align: center;
  max-width: 950px;
  margin: auto;
}

.oplata-qr-block h1 {
  margin: 20px auto;
  max-width: 520px;
}

.oplata-qr-block .podzagolovok {
  font-size: 115%;
  font-weight: 500;
  margin-bottom: 20px;
}

.oplata-qr-block .banki {
  font-size: 115%;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}

.oplata-qr-block .banki ul {
  display: flex;
  justify-content: center;
  flex-direction: row;
  margin-right: 30px;
}

.oplata-qr-block .banki ul li {
  margin: 0 5px;
}

.oplata-qr-block .banki a {
  color: var(--blue);
}

.plitka-tovarov ul {
  display: flex;
  margin-left: 0;
}

.plitka-tovarov li {
  width: 120px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  line-height: 18px;
  font-size: 14px;
  text-align: center;
  margin: 5px;
}

.plitka-tovarov img {
  border-radius: 8px;
}

.inputs-3-in-row,
.inputs-4-in-row,
.inputs-2-in-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.inputs-3-in-row input,
.inputs-4-in-row input,
.inputs-2-in-row input {
  height: 60px;
  background-color: var(--color-fon-01);
  border: 1px solid var(--l-grey);
  max-width: calc(50% - 10px);
  margin-bottom: 20px;
}
.inputs-3-in-row input{
  max-width: calc(33% - 10px);
}
.inputs-4-in-row input{
  max-width: calc(25% - 10px);
}

.modal-window .href-tab {
  font-size: 115%;
  line-height: 24px;
}

.modal-window .href-tab .href-tab-a {
  color: var(--blue);
  background: url("../images/galka-vniz-blue.svg") right top 10px no-repeat;
  font-weight: 700;
  margin-bottom: 20px;
  display: inline-flex;
  padding-right: 20px;
  cursor: pointer;
}

.modal-window .href-tab .href-tab-a.active {
  background: url("../images/galka-vverh-blue.svg") right top 10px no-repeat;
}

.modal-window .href-tab .href-block {
  display: none;
  font-weight: 500;
  margin-bottom: 20px;
}

.modal-window .href-tab p {
  margin-bottom: 20px;
}

.modal-window .info-green {
  font-size: 115%;
  line-height: 24px;
}

.modal-window .button-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 40px 0px 40px;
  margin: 20px -40px 0px -40px;
  border-top: 1px solid var(--l-grey);
}

.modal-window .button-bottom .left {
  line-height: 24px
}

.modal-window .button-bottom .left > div:nth-child(1) {
  font-size: 115%;
  font-weight: 500;
}

.modal-window .button-bottom .left > div:nth-child(2) {
  font-size: 125%;
  font-weight: 700;
}

.modal-window .button-bottom .right {
  min-width: 160px;
}

.modal-window .button-bottom .right .akcent-button {
  height: 60px;
  width: 100%;
}

.modal-data {
  display: none;
  margin-top: -20px;
  max-width: 500px;
  width: inherit;
  background-color: white;
  padding: 20px;
  position: absolute;
  border-radius: 16px;
  border: 1px solid var(--l-grey);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.modal-data .zagolovok {
  font-size: 145%;
  font-weight: 800;
  margin-bottom: 15px;
}

.modal-data .podzagolovok {
  font-size: 115%;
  font-weight: 500;
  margin-bottom: 15px;
}

.modal-data .dostavka-varianty {
  background-image: url("../images/time.svg");
  background-position: left top;
  padding-left: 35px;
}

.modal-data .dostavka-varianty ul {
  display: flex;
  line-height: 24px;
  overflow-x: auto;
  margin-left: 0;
  font-size: 100%;
}

.modal-data .dostavka-varianty ul li {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  font-weight: 500;
  cursor: pointer;
  padding: 5px;
  border-radius: 8px;
  flex: none;
  margin-right: 10px;
}

.modal-data .dostavka-varianty ul li:hover {
  background-color: var(--l-blue);
  border-radius: 10px;
}

.modal-data .dostavka-varianty ul li div:last-child {
  font-weight: 500;
}

.modal-data .dostavka-varianty ul li.active {
  background-color: var(--l-blue);
}

.modal-data .dostavka-varianty ul li.active div {
  color: var(--black);
  font-weight: 700;
}

.modal-data .dostavka-varianty .show-eshe {
  color: var(--blue);
  font-weight: 700;
  cursor: pointer;
}

.hidden {
  display: none !important;
}

.modal-data svg path {
  fill: var(--black);
}

.po-storonam a {
  color: var(--blue);
  text-decoration: underline;
  font-weight: 700;
}

.zakaz-stroka-custom {
  padding-bottom: 10px;
  border-top: 1px solid var(--l-grey);
  margin-top: -30px;
  padding-top: 20px;
}

.zakaz-stroka-custom .zagolovok {
  font-weight: 800;
  line-height: 30px;
  font-size: 140%;
}

.zakaz-stroka-custom .text {
  font-weight: 500;
  line-height: 30px;
  font-size: 125%;
  margin-bottom: 20px;
}

.troetochie {
  font-size: 300%;
  display: block;
  cursor: pointer;
}

.modal-bottom .btn-empty-border:hover {
  background: #151515;
  color: #fff;
}

.modal-bottom .btn-empty-border {
  border: 1px solid #151515;
  border-radius: 10px;
  padding: 19px 25px;
  background: none;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  line-height: 20px;
  color: #151515;
}

.modal-bottom .btn {
  flex: 1;
  height: 60px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  margin: 0;
}

.modal-bottom {
  display: flex;
  flex-wrap: wrap-reverse;
  margin: 35px -40px -40px;
  gap: 24px;
  border-top: 1px solid rgba(21, 21, 21, 0.1);
  padding: 40px;
}

.modal-window--big .modal-text-01 b,
.modal-window--big .modal-text-01 strong {
  font-weight: 800;
}

.modal-window--big .modal-text-01 {
  font-size: 20px;
  line-height: 30px;
}

.modal-window--big label {
  font-size: 24px;
  line-height: 30px;
}

.notification-popup .black:after {
  background: url(../images/notification-check.svg) no-repeat;
  background-size: contain;
}

.notification-popup .black i {
  background-image: url(../images/close-small-white.svg);

}

.notification-popup .black {
  color: #fff;
  background: #151515;
}

.tooltipster-sidetip .tooltipster-arrow-background {
  border: 15px solid transparent;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  width: 30px;
  height: 20px;
  margin-left: -15px;
  bottom: -9px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  width: 30px;
  height: 20px;
  margin-left: -15px;
  top: -9px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background,
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  top: 0;
}

.modal-window .modal-h1--light {
  font-size: 24px;
  line-height: 36px;
  color: var(--black);
  font-weight: 600;
}

.modal-window--size {
  width: 602px;
}


.similar-product .recommendation-title {
  width: 100%;
  padding-right: 350px;
  float: left;

}

.similar-product {
  max-width: 1440px;
  width: calc(100% - 40px);
  margin: 20px;
  padding: 59px 40px 0 40px;
}

.similar-product .modal-h2,
.similar-product .modal-subtitle {
  color: #1D2020;
  font-size: 24px;
  font-weight: 600;
  clear: left;
  text-align: left;
  float: left;
  margin: -29px 0 32px;
  line-height: 30px;
}

.similar-product .modal-h1 {
  text-align: left;
  float: left;
  color: #1D2020;
  font-size: 36px;
  margin: 0 0 42px;
  font-weight: 800;
  line-height: 45px;
}

.similar-product_last .preview img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.similar-product_last .preview {
  width: 36px;
  float: left;
  margin: 0 12px 0 0;
  min-width: 36px;
  height: 36px;
}

.similar-product_last span {
  color: rgba(21, 21, 21, 0.50);
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: block;
}

.similar-product_last p {
  color: #151515;
  font-size: 14px;
  font-weight: 600;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 20px;
}

.similar-product_last {
  float: right;
  position: absolute;
  top: 59px;
  right: 40px;
  border-radius: 12px;
  background: #FFF url(../images/svg/arr.svg) no-repeat center right 10px;
  width: 320px;
  margin-left: 30px;
  box-shadow: 0px 3px 6px 0px rgba(212, 219, 228, 0.80), 0px 0px 1px 0px rgba(0, 0, 0, 0.15);
  padding: 16px 50px 16px 16px;
}

.clb {
  height: 10px;
  clear: both;
}

.similar-product .js-similar-product-scroll {
  /*padding-left: 10px;*/
  /*margin-left: -10px;*/
  /*padding-top: 10px;*/
  /*margin-top: -10px;*/
  /*max-height: calc(100vh - 12px - 100px - 120px );*/
}

.similar-product .simplebar-scrollable-y .similar-product_list {
  padding-right: 16px;
}

.similar-product_list .similar-product_item.kartochka-compact {
  margin: 0 0 8px;
  padding: 11px 16px 16px;
  width: auto !important;
  flex: 0 1 calc(20% - 20px); /* Ширина 1/6 контейнера з урахуванням gap */
}

.similar-product_list .similar-product_item.kartochka-compact .knopka-1click {
  width: 100%;
}

.similar-product_list .price-stroka {
  flex-direction: row;
  margin-bottom: 0;
}

.similar-product_list.kartochki .knopka-like {
  background-size: contain;
  width: 16px;
  height: 16px;
}

.similar-product_list .kartochka-compact .podborka-img img {
  height: 119px;
}

.similar-product_list.kartochki .podborka-knopki {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.similar-product_list {
  padding-bottom: 52px;
  clear: both;
  justify-content: flex-start; /* Вирівнюємо колонки вліво */
  display: flex;
  gap: 24px;
  margin-right: -4px;
  /*padding-left: 10px;*/
  /*margin-left: -10px;*/
  flex-wrap: wrap;
}

.similar-product_list .kartochka-compact .podborka-price {
  font-size: 16px;
  line-height: 20px;
}

.modal-window .modal-h1--left {
  text-align: left;
}

.modal-window label.otmena-checkbox {
  display: block;
}

.modal-window .btn-wrap a,
.modal-window .btn-wrap button {
  display: inline-block;
  min-width: 250px;
  width: auto;
}

.modal-window .btn-wrap {
  text-align: center;
}

.modal-window .w-auto {
  width: auto;
}

.open-city-modal {
  width: 1000px;
}

.open-city-modal .small {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 24px;
}

.open-city-modal label:first-child {
  margin-top: 0;
}

.open-city-modal input {
  margin: 0 0 9px;
}

.open-city-modal label {
  color: #1D2020;
  font-size: 20px;
  margin: 31px 0 27px;
  font-weight: 800;
  line-height: 24px;
}

.open-city-modal .bottom {
  padding-top: 47px;
}

.open-city-modal form {
  padding: 47px 0 0;
}

.open-city-modal .fancybox-close-small {
  right: 18px;
  padding: 0;
  top: 18px;
}

.open-city-modal .modal-text-01 {
  color: #1D2020;
  font-size: 24px;
  margin: 0 0 14px;
  font-weight: 600;
  line-height: 1.2;
}

.open-city-modal .modal-h1 {
  text-align: left;
  color: #1D2020;
  font-size: 36px;
  margin: 0 0 11px;
  font-weight: 800;
  line-height: 1.2;
}

.inputs-2-in-row .form-item input {
  max-width: 100%;
  padding: 17px 15px !important;
}

.inputs-2-in-row .form-item {
  flex: 1;
  min-width: 45%;
}

.open-city-modal .inputs-2-in-row {
  gap: 20px;
}

.btn-right .btn {
  margin-left: auto;
  width: auto;
  padding: 10px 28px;
}

.btn-right {
  text-align: right;
}


.add-review-modal .otziv-block {
  margin-bottom: 0;
  border-radius: 0 !important;
}

.add-review-modal .modal-h1 {
  text-align: left;
  margin: 0 0 63px;
}

.add-review-modal .otzyv-page-detail--new .telo {
  padding: 0;
}

.add-review-modal .otzyv-page-detail--new {
  padding: 0;
}

.add-review-modal {
  width: 1024px;
}

.add-review-modal .rating-list_item .checkbox {
  width: 100%;
  height: auto;
  color: #151515;
  font-size: 16px;
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.modal-window .add-review-modal {
  padding: 33px;
}

.add-review-modal textarea {
  width: 100%;
  min-height: 60px;
  border-radius: 10px;
  border: 1px solid var(--l-grey);
  background-color: var(--color-fon-01);
  box-sizing: border-box;
  margin-top: 0;
  padding: 9px 15px;
  resize: none;
}

.open-city-modal label {
  display: block;
}

.popup-text .akcent-button {
  width: 100%;
}

.popup-text p {
  margin: 0 0 24px;
}


.popup .bottom .akcent-button-white-blue,
.popup .bottom .akcent-button {
  height: 60px;
  font-size: 16px;

}

.popup .bottom {

}

.popup.show .popup_bg {
  transform: translateX(0%);

}

.popup.show {
  opacity: 1;
  visibility: visible;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(21, 21, 21, 0.50);
  overflow: hidden;
}

.popup svg {
  display: block;
}

.popup-review .close:hover,
.popup .close:hover {
  color: var(--blue);
}

.popup-review .close,
.popup .close {
  position: absolute;
  top: 50%;
  color: rgba(21, 21, 21, .5);
  transform: translateY(-50%);
  right: 32px;
}

.popup .bottom > * {
  flex: 1;
}

.popup .bottom,
.popup .top {
  padding: 32px;
  background: #FFF;
  box-shadow: 0px 0px 20px 0px rgba(212, 219, 228, 0.40), 0px 0px 1px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  position: relative;
  color: #151515;

}

.popup .last-cash {
  color: rgba(21, 21, 21, 0.50);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px; /* 125% */
  text-decoration: line-through;
}

.popup .new-cash {
  color: var(--blue);
}

.popup .cash {
  display: flex;
  align-items: center;
  color: #151515;
  font-size: 30px;
  gap: 12px;
  font-weight: 800;
  line-height: 36px; /* 120% */
}

.popup .top {
  font-weight: 800;
  font-size: 24px;
  line-height: 32px;
}

.popup .content h3 {
  color: var(--dark, #151515);
  font-family: Mulish;
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 8px;
  line-height: 20px;
}

.popup .content li {
  margin: 0 0 4px;
}

.popup .content p {
  margin: 0 0 8px;
}

.popup .content ul {
  line-height: 20px;
  margin: 0 0 8px 22px;
  list-style-type: disc;
}

.popup .content {
  padding: 32px;
  flex: 1;
  color: var(--dark, #151515);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  overflow: auto;
}

.popup_bg {
  transition: all 0.2s linear 0.1s;
  width: 620px;
  background: #fff;
  height: 100%;
  overflow: hidden;
  margin-left: auto;
  transform: translateX(100%);
  display: flex;
  flex-direction: column;
}

.popup .table {
  margin: 0 0 16px;
  width: 100%;
  overflow: hidden;
}

.popup .row {
  display: flex;
  justify-content: space-between;
  align-items: self-start;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding: 0;
  margin: 0 0 4px;
}

.popup .row:last-child {
  border-bottom: none;
}

.popup .label:after {
  border-bottom: 1px dashed rgba(21, 21, 21, 0.50);
  content: "";
  position: absolute;
  left: 0;

  height: 1px;
  width: 10009px;
  top: 13px;
}

.popup .value span,
.popup .label span{
  position: relative;
  padding: 0 0 0 3px;
  background: #fff;
  z-index: 4;
}
.popup .label span{
  padding: 0 3px 0 0;
}
.popup .label {
  color: rgba(21, 21, 21, 0.50);
  position: relative;
  flex: auto 0 0;
  max-width: 30%;
  margin: 0 20px 0 0;

}

.popup .value {
  padding-left: 4px;
  color: var(--dark, #151515);
  text-align: right;
  position: relative;
  z-index: 2;
  max-width: 65%;
  gap: 5px;
}

.popup .copy-icon {
  display: inline-block;
  position: relative;
  top: 2px;
}

.popup .copy-icon:hover {
  color: #555;
}

.popup .stroke-count div {
  border: none;
  color: #5CA1EB;
}

.popup .stroke-count input {
  color: #151515;
  text-align: center;
  font-family: Mulish;
  font-size: 16px;
  font-weight: 700;
  padding: 0;
  line-height: 20px; /* 125% */
}

.popup .stroke-count {
  border-radius: 10px;
  height: 50px;
  border: 1px solid #5CA1EB;
  background: #FFF;
  flex: 1;
  margin: 0;
}

.popup-review.show {
  opacity: 1;
  visibility: visible;
}

.popup-review {
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s linear;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: #fff;
}

.popup-review_in {
  max-width: 1440px;
  padding: 32px;
  margin: 0 auto;
}

.popup-review_preview video,
.popup-review_preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.popup-review_preview {
  width: 924px;
  height: 540px;
  border-radius: 4px;
  overflow: hidden;
  float: left;
  position: relative;
}

.popup-review_preview.is-video:hover:after {
  transform: scale(1.1);
}

.popup-review_preview.is-video:after {
  position: absolute;
  cursor: pointer;
  transition: all 0.2s linear;
  z-index: 2;
  width: 100%;
  content: "";
  height: 100%;
  background: url(../images/card/play.svg) no-repeat center;
  top: 0;
  background-size: 80px;
  left: 0;
}

.popup-review_active {
  display: flex;
  overflow: hidden;
  gap: 24px;
}


.popup-review_in .all-photos-preview {
  overflow: hidden;
}

.popup-review_user .name {
  margin: 3px 0 4px;
  color: var(--dark, #151515);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.popup-review_user .center {
  flex: 1;
  overflow: hidden;
}

.popup-review_user .params {
  color: var(--blue);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
}

.popup-review_user .date {
  color: rgba(21, 21, 21, 0.50);
  text-align: right;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.popup-review_user .row {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.popup-review_user {
  display: flex;
  gap: 7px;
  align-items: center;
  margin: 0 28px 29px 0;
}

.popup-review_user .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.popup-review_user .photo {
  height: 60px;
  position: relative;
  border-radius: 12px;
  border: 1px solid #E0E7F3;
  background: #FFF;
  overflow: hidden;
  min-width: 60px;
  width: 60px;
}

.popup-review_list img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.popup-review_list a {
  width: 126px;
  overflow: hidden;
  position: relative;
  height: 126px;
  border-radius: 4px;
}

.popup-review_list .is-video:after {
  position: absolute;
  z-index: 2;
  width: 100%;
  content: "";
  transition: all 0.2s linear;
  height: 100%;
  background: url(../images/card/play.svg) no-repeat center;
  top: 0;
  left: 0;
}

.popup-review_list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  border-top: 1px solid rgba(21, 21, 21, 0.1);
  padding: 24px 0 0;
  margin: 23px 0 0;
}

.popup-review_list small {
  color: rgba(21, 21, 21, 0.50);
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.popup-review_list .title {
  margin: 0 0 12px;
  color: var(--dark, #151515);
  width: 100%;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 32px;
}

.popup-review_scroll {
  height: 496px;
  overflow: auto;
}

.popup-review .popup-review_nav svg {
  display: block;
}

.popup-review .popup-review_nav:hover {
  color: var(--blue);
}

.popup-review .popup-review_nav {
  position: absolute;
  left: 50%;
  color: #151515;
  width: 40px;
  height: 40px;
  cursor: pointer;
  padding: 0;
  margin: 0 -780px;
  z-index: 10;
  top: 282px;
  border-radius: 100px;
  background: #FFF;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}

.popup-review .popup-review_next {
  left: auto;
  right: 50%;
}

.popup-review .points:hover .notification {
  opacity: 1;
  visibility: visible;
}

.popup-review .points:hover {
  opacity: 1;
}

.popup-review .points {
  z-index: 5;
  background: url(../images/card/points.svg) no-repeat;
  transition: all 0.2s linear;
  width: 24px;
  cursor: pointer;
  position: relative;
  height: 24px;
  opacity: .5;
}

.popup-review .bottom .notification {
  position: absolute;
  transition: all 0.2s linear;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  right: 0;
  color: var(--dark, #151515);
  font-size: 16px;
  font-weight: 500;
  padding: 12px 20px 12px 52px;
  line-height: 20px;
  background: #fff url(../images/warning-grey.svg) no-repeat left 20px center;
  background-size: 24px;
}

.popup-review .bottom {
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.popup-review .ocenka {
  position: relative;
  top: 0;
  left: 0;
  color: rgba(21, 21, 21, 0.50);
  bottom: 0;
  right: 0;
  font-weight: 500;
}

.popup-review .simplebar-track.simplebar-vertical {
  right: 0;
  top: 0;
}

.popup-review .all-photos-preview {
  margin: 25px 0 13px;
}

.popup-review .close {
  transform: none;
  z-index: 10;
  cursor: pointer;
  top: 32px;
  right: 32px;
}

.popup-review_in {
  position: relative;
  overflow: hidden;
}

.popup-review_content .raiting-stars {
  margin: 0 0 22px;
}

.popup-review_content .ocenka > div {
  background-size: 24px;
  margin-right: 17px;
  line-height: 24px;
}

.popup-review_content .ocenka > div > div:first-child {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center;
}


.popup-review_content .all-photos-preview,
.popup-review_content .bottom,
.popup-review_content .product-reviews_parts {
  padding-right: 20px;
}

.popup-review_content {
  position: relative;
  flex: 1;
  overflow: hidden;
}

.open-big-reviews {
  overflow: hidden;
}


.all-color-modal {
  width: 696px;
  padding: 0 !important;
}

.all-color-modal .top {
  color: var(--dark, #151515);
  font-size: 24px;
  box-shadow: 0px 0px 20px 0px rgba(212, 219, 228, 0.40), 0px 0px 1px 0px rgba(0, 0, 0, 0.25);
  font-weight: 800;
  line-height: 32px;
  padding: 32px 32px 20px 32px;
}

.all-color-modal .bottom {
  padding: 32px;
  box-shadow: 0px 0px 20px 0px rgba(212, 219, 228, 0.40), 0px 0px 1px 0px rgba(0, 0, 0, 0.25);
}

.all-color-modal .content {
  max-height: 50vh;
  overflow: auto;
}

.all-color-modal .content {
  padding: 32px;
  max-height: 50vh;
  overflow: auto;
  min-height: 200px;
}

.all-color-modal ul {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.all-version .fancybox-close-small:hover,
.all-color-modal .fancybox-close-small:hover {
  color: var(--blue);
}

.all-version .fancybox-button svg path,
.all-color-modal .fancybox-button svg path {
  fill: currentColor !important;
}

.all-version .fancybox-close-small,
.all-color-modal .fancybox-close-small {
  padding: 3px;
  transition: all 0.2s linear;
  right: 23px;
  top: 24px;
  color: rgba(21, 21, 21, .5);
}

.all-color-modal img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.all-color-modal li:hover {
  border: 1px solid #151515;
}

.all-color-modal li.active {
  border: 2px solid var(--blue);
  padding: 3px;
}

.all-color-modal li {
  border-radius: 12px;
  border: 1px solid #E0E7F3;
  background: #FFF;
  cursor: pointer;
  width: 66px;
  height: 68px;
  min-width: 60px;
  padding: 4px;
  box-sizing: border-box;
}


.modal-window .error-marker-svg svg,
.modal-window .error-marker-svg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.modal-window .error-marker-svg {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 16px auto 28px;
}

.popup-text .modal-h2 {
  color: var(--dark, #151515);
  font-family: Mulish;
  font-size: 24px;
  font-weight: 800;
  line-height: 32px;
  margin: 0 0 20px;
}

.popup-text img {
  margin: 0 0 32px;
}

.all-version .top {
  color: var(--dark, #151515);
  box-shadow: 0px 0px 20px 0px rgba(212, 219, 228, 0.40), 0px 0px 1px 0px rgba(0, 0, 0, 0.25);
  font-size: 24px;
  font-weight: 800;
  line-height: 32px;
  padding: 32px 32px 20px 32px;
}

.all-version .bottom {
  box-shadow: 0px 0px 20px 0px rgba(212, 219, 228, 0.40), 0px 0px 1px 0px rgba(0, 0, 0, 0.25);
  padding: 20px 32px 32px;
}

.all-version li.active:hover,
.all-version li.active {
  color: var(--blue);
  border: 2px solid var(--blue);
}

.all-version li:hover {
  color: var(--blue);
}

.all-version ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.all-version li {
  transition: all 0.2s linear;
  white-space: nowrap;
  cursor: pointer;
  padding: 13px 23px;
  margin: 0 10px 12px 0;
  border-radius: 55px;
  border: 2px solid #E3E4E5;
  background: #FFF;
  color: #151515;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.all-version .content {
  padding: 32px 32px 20px;
}

.all-version {
  padding: 0;
  width: 696px;
}

.open-left-nav body {
  overflow: hidden;
}

@media screen and (max-width: 1680px) {
  .popup-review .popup-review_nav {
    margin: 0 -49.5%;
  }
}

.new-order-modal .location-find {
  margin-bottom: 38px;
  padding-left: 29px;
}

.address-list-modal .fancybox-close-small:hover,
.new-order-modal .fancybox-close-small:hover {
  opacity: 1;
}

.new-order-modal .input-s-krestikom input {
  margin-bottom: 14px;
}

.new-order-modal .maps-left-pole {
  max-width: 300px;
}

.new-order-modal .maps-left-pole .text {
  line-height: 20px;
  font-weight: 500;
  font-size: 16px;
  margin: 0 0 16px;
}

.new-order-modal .maps-block-3 .mini-zagolovok {
  color: #151515;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin: 0 0 8px;
}

.address-list-modal .fancybox-close-small,
.new-order-modal .fancybox-close-small {
  position: absolute;
  opacity: .5;
  padding: 3px;
  color: #151515;
  right: 21px;
  top: 22px;
}

.new-order-modal .zagolovok-nazad h1 {
  margin: 0 0 4px;
  color: var(--dark, #151515);
  font-size: 30px;
  font-weight: 800;
  line-height: 36px;
  text-align: left;
}

.new-order-modal .input-s-krestikom .clear-btn {
  top: 4px;
}

.new-order-modal .mini-block .button {
  height: 40px;
  margin-top: 16px;
  font-size: 14px;
}

.new-order-modal .mini-block .zagolovok {
  margin: 0 0 12px;
  color: #151515;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.new-order-modal .zagolovok-nazad {
  align-items: flex-start;
}

.new-order-modal .maps-block-3 .maps-right-pole {
  max-width: 300px;
  width: 100%;
  position: relative;
  padding: 1px 0 0;
}

.new-order-modal .mini-block.has-hover:hover {
  border: 2px solid #EFF4FC;
  background: #EFF4FC;
}

.new-order-modal .mini-block .text {
  font-size: 14px;
  margin: 0 0 12px;
  line-height: 20px;
  font-weight: 500;

}

.new-order-modal .mini-block {
  cursor: pointer;
  border-radius: 20px;
  transition: all 0.2s linear;
  border: 2px solid #EFF4FC;
  margin: 0 0 16px;
  padding: 22px;
}

.new-order-modal .mini-blocks {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}

.new-order-modal .mobile-toggle {
  display: none;
  outline: none !important;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  z-index: 10;
  color: var(--blue);
  line-height: 20px;
  padding: 10px 20px;
  position: absolute;
  top: 16px;
  right: 16px;
  border-radius: 10px;
  border: 1px solid #5CA1EB;
  background: #FFF;
}

.new-order-modal {
  padding: 30px;
  width: 1440px;
  border-radius: 20px;
}

.new-order-modal .mini-block .mini-zagolovok {
  margin: 0 0 8px;
  font-weight: 700;
}

.maps-left_delivery-list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  overflow: hidden;
  display: block;
}

.maps-left_delivery-list label:hover span,
.maps-left_delivery-list input:checked + span {
  border: 1px solid #485BFE;
}

.maps-left_delivery-list input {
  position: absolute;
  bottom: 100%;
  right: 100%;
  opacity: 0;
  visibility: hidden;
}

.maps-left_delivery-list label {
  width: 40%;
  overflow: hidden;
  flex-grow: 1;
  position: relative;
  max-width: calc(50% - 4px);
  cursor: pointer;
}

.maps-left_delivery-list span {
  display: block;
  border-radius: 8px;
  transition: all 0.2s linear;
  border: 1px solid #CEDAED;

  background: #FFF;
  padding: 4px;
  overflow: hidden;
}

.maps-left_delivery-list input:disabled + span img {
  opacity: .5;

}

.maps-left_delivery-list {
  padding: 8px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px
}


.address-list-modal .simplebar-track.simplebar-horizontal {
  display: none !important;
}

.address-list-modal {
  width: 500px;
  padding: 0;
}

.address-list-modal .top {
  color: var(--dark, #151515);
  font-size: 24px;
  padding: 32px;
  text-align: left;
  font-weight: 800;
  line-height: 32px; /* 133.333% */
}

.address-list-modal .bottom .akcent-button-white-blue {
  height: 60px;
  font-size: 16px;
  width: 100%;
  text-align: center;
}

.address-list-modal .bottom {
  padding: 32px;
}

.address-list-modal .simplebar-track.simplebar-vertical {
  right: 32px;
}

.address-list-modal .content {
  max-height: 50vh;
  padding: 0 32px;
  overflow: auto;
}

.address-list_in .dots.open ul {
  opacity: 1;
  visibility: visible;
}

.address-list_in .dots:hover,
.address-list_in .dots.open {
  opacity: 1;
}

.address-list_in .dots {
  width: 24px;
  height: 24px;
  z-index: 5;
  right: 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/dots.svg) no-repeat center;
  opacity: 0.5;
  transition: all 0.2s linear;
}

.address-list_in .item .edit:after {
  background: url(../images/pen.svg) no-repeat right 20px center;
}

.address-list_in .item .remove:after {
  background: url(../images/red-remove.svg) no-repeat right 20px center;
}

.address-list-modal .simplebar-scrollable-y + .bottom {
  box-shadow: 0px 0px 20px 0px rgba(212, 219, 228, 0.40), 0px 0px 1px 0px rgba(0, 0, 0, 0.25);
}

.address-list_in .item li:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
}

.address-list_in .item li:hover {
  background: #EFF4FC;
}

.address-list_in .item li {
  transition: all 0.2s linear;
  cursor: pointer;
  position: relative;
  padding: 8px 50px 8px 20px;
  color: #151515;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
}

.address-list_in .item ul {
  min-width: 253px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  border-radius: 12px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s linear;
  background: #FFF;
  box-shadow: 0px 0px 8px 0px rgba(212, 219, 228, 0.40), 0px 0px 1px 0px rgba(0, 0, 0, 0.25);

}

.address-list_in .item:hover h3 {
  text-decoration: underline;
}

.address-list_in .item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/loc.svg) no-repeat left 20px center;
}

.address-list_in .item {
  position: relative;
  color: rgba(21, 21, 21, 0.50);
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding: 20px 52px;
  margin: -5px 0;
}

.address-list_in .item--icon2:after {
  background: url(../images/delivery3.svg) no-repeat left 20px center;
}

.address-list_in .item--icon3:after {
  background: url(../images/user.svg) no-repeat left 20px center;
}

.address-list_in .disabled:after {
  opacity: .5;
}

.address-list_in .disabled p {
  opacity: .3;
}

.address-list_in .disabled h3 {
  opacity: .5;

}

.address-list_in h3 {
  margin: 0 0 4px;
  color: var(--dark, #151515);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.address-list_in .red {
  color: var(--red, #F76060);
  display: block;
  margin: 4px 0 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px; /* 133.333% */
}

.address-list_in {
}

.error-text--margin {
  margin-top: -15px !important;
}

.akcent-button--disable.disable:hover,
.akcent-button--disable.disable {
  border-radius: 10px;
  cursor: default;
  background: #EFF4FC;
  color: rgba(21, 21, 21, 0.50);
  text-align: center;
}

.new-order-modal .input-data input {
  border-radius: 10px;
  border: 1px solid #E3E4E5;
  padding: 0 16px;
  background: #FAFBFD;
}

.new-order-modal .row .input-data {
  flex: 1;
}

.new-order-modal .row {
  width: 100%;
  display: flex;
  gap: 16px
}

.new-order-modal .input-data textarea {
  border-radius: 10px;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 14px;
  color: var(--black);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  font-family: Mulish;

  border: 1px solid #E3E4E5;
  background: #FAFBFD;
  height: 164px;
  resize: none;
  padding: 19px 15px;

}

.new-order-modal .input-data input::-webkit-input-placeholder {
  color: rgba(21, 21, 21, 0.40);
}

.new-order-modal .input-data input::-moz-placeholder {
  color: rgba(21, 21, 21, 0.40);
}

.new-order-modal .input-data input:-moz-placeholder {
  color: rgba(21, 21, 21, 0.40);
}

.new-order-modal .input-data input:-ms-input-placeholder {
  color: rgba(21, 21, 21, 0.40);
}

.new-order-modal .input-data textarea::-webkit-input-placeholder {
  color: rgba(21, 21, 21, 0.40);
}

.new-order-modal .input-data textarea::-moz-placeholder {
  color: rgba(21, 21, 21, 0.40);
}

.new-order-modal .input-data textarea:-moz-placeholder {
  color: rgba(21, 21, 21, 0.40);
}

.new-order-modal .input-data textarea:-ms-input-placeholder {
  color: rgba(21, 21, 21, 0.40);
}

.new-order-modal--small .maps-block-3 .maps-center-pole {
  margin-right: 0;
}

.new-order-modal--small .maps-left-pole .akcent-button {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.new-order-modal--small .maps-left-pole {
  padding-bottom: 64px;
  max-width: 380px;
  position: relative;
}

.new-order-modal .maps-left-pole .text + .location-find {
  margin: 8px 0 24px;
}

.new-order-modal--small .js-next-step {
  display: none;
}

.new-order-modal .mini-block .podtext {
  margin-bottom: 0;
}

.new-order-modal .maps-right-pole .akcent-button-white-blue {
  height: 40px;
  font-size: 14px;
}

.maps-right-pole--active .mini-block {
  cursor: default;
}

.maps-right-pole--active {
  display: none;
}

.new-order-modal.to-active-point .maps-right-pole {
  display: none;
}

.new-order-modal.to-active-point .maps-right-pole--active {
  display: block;
}

.new-order-modal.to-active-point {

}

.header-order .back:hover {
  opacity: 0.8;
}

.header-order .back {
  gap: 8px;
  transition: all 0.2s linear;
  color: var(--white, #FFF);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  display: flex;
  align-items: center;
}

.header-order {
  height: auto;
}

.header-order .header_right strong {
  color: var(--white, #FFF);
  text-align: right;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  display: block;
}

.header-order .header_right {
  color: var(--white, #FFF);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
}

.header-order .header-content {
  padding: 14px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.back-to-map{
  display: none;
  color: #485BFE;
  font-size: 16px;
  margin: 0 0 24px;
  font-weight: 700;
  line-height: 20px; /* 125% */
}

.new-base-modal .modal-text-01{
  margin: -14px 0 30px;
}
.new-base-modal .polit a:hover{
  text-decoration: underline;
}
.new-base-modal .polit a {
  color: var(--blue);
}
.fancybox-slide--html .new-base-modal .fancybox-close-small{
  padding: 0;
  right: 17px;
  top: 19px;
}
.new-base-modal .modal-text-01 .modal-text-01 {
  margin: 0;
}
.new-base-modal .button-01 {
  margin: 23px 0 10px 0;
}
.new-base-modal .polit{
  color: rgba(21, 21, 21, 0.50);
  text-align: center;
  font-size: 14px;
  padding: 6px 0 0;
  font-weight: 500;
  line-height: 20px;
}
.new-base-modal .podzagolovok{
  color: #1D2020;
  margin: 0 0 19px;
  padding: 13px 0 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}
.new-base-modal .modal-button-href.sent-again a{
  font-weight: 700;
}
.new-base-modal .input-height,
.new-base-modal .input-strong{
  height: 58px;
}
.new-base-modal .sent-again a:hover{
  text-decoration: underline;
}
.new-base-modal .sent-again a{
  font-size: 16px;
  text-decoration: none;
  font-weight: 500;
  margin: 0 0 12px;
  line-height: 20px;
}
.new-base-modal .modal-checkbox .checkbox > span::before{
  width: 22px;
  height: 22px;
  margin: 5px 0 0 0 !important;
}
.new-base-modal .akcent-button-white-blue,
.new-base-modal .akcent-button{
  height: 60px;
}
.new-base-modal .waiting-code{
  color: rgba(21, 21, 21, 0.40);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 10px;
}
.new-base-modal .modal-h1{
  text-align: left;
  color: #1D2020;
  margin: 0 0 30px;
  font-size: 30px;
  font-weight: 800;
  line-height: 36px; /* 120% */
}

.add-card-popup--new input{
  width: 100%;
  margin-top: 0;
}
.add-card-popup--new .row{
  display: flex;
  gap: 24px;
}

.add-card-popup--new .col{
  flex: 1;
}
.add-card-popup--new .col--2x{
  flex: 2;
}
.add-card-popup--new label{
  color: var(--dark, #151515);
  font-size: 16px;
  font-weight: 700;
  display: block;
  line-height: 20px;
  margin: 0 0 12px;
}
.add-card-popup--new .btn{
  width: 100%;
  margin: 14px 0;
}
.add-card-popup--new .standart-select .options-list{
  max-height: 182px;
  overflow: auto;
}
.add-card-popup--new{
  width: 500px;
  padding: 30px;
}
.new-base-modal .form-item {
  margin: 0 0 10px;
}
.new-base-modal .modal-h1 {
  margin: 0 0 40px;
}

.add-pasport.new-base-modal .polit{
  color: var(--dark, #151515);
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  line-height: 20px; /* 125% */
}
.add-pasport.new-base-modal .inputs-2-in-row input{
  margin-bottom: 10px;
}
.add-pasport.new-base-modal .inputs-2-in-row {
  margin-bottom: -10px;
}
.add-pasport.new-base-modal input {
  margin-bottom: 10px;
}
.add-pasport.new-base-modal input + label {
  margin-top: 10px;
}
.add-pasport.new-base-modal label {
  margin: 30px 0 10px;
}
.add-pasport.new-base-modal label.checkbox {
  margin: 0 0 20px;
}
.add-pasport.new-base-modal .checkbox {
  width: 22px;
  min-width: 22px;
  height: 22px;
}
.add-pasport.new-base-modal .modal-checkbox-text{
  margin-left: 12px;
}


.new-base-modal .error-text{
  text-align: center;
  margin-top: -7px;
}
.new-base-modal .error{
  border-color: #F76060 !important;
}
.new-order-modal .maps-left_delivery-list .mini-zagolovok{
  display: none;
}


.tooltipster-content i{
  font-style: normal;
  color: var(--red, #F76060);
  font-weight: 600;
}

.new-passport-big{
  width: 1080px;
  padding: 56px 30px 30px 30px;
}


.new-passport-big .row .subtitle{
  margin: 8px 0 6px;
}
.new-passport-big .row .col{
  flex: 1;
  overflow: hidden;
}

.new-passport-big .row .col-2x{
  flex: 2;
}
.new-passport-big .row .col--small{
  flex: 237px 0 0;
}
.new-passport-big .row{
  display: flex;
  gap: 24px;
}
.new-passport-big .polit a:hover{
  text-decoration: underline;
}
.new-passport-big .polit a{
  color: var(--blue);
}
.new-passport-big .polit{
  padding: 17px 0 0;
  color: var(--dark, #151515);
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  line-height: 20px; /* 125% */
}
.new-passport-big input{
  height: 60px;box-sizing: border-box;
  width: 100%;
}
.new-passport-big .dropzone .dz-preview{
  border-radius: 0;
  box-shadow: none;
}

.new-passport-big .dropzone{
  margin: 14px 0 0;
  width: 100%;
  border-radius: 10px;
  cursor: pointer;
  padding: 20px 40px 20px 0;
  position: relative;
  height: 60px;
  box-sizing: border-box;
  border: 1px solid #E3E4E5;
  background: #FAFBFD url(../images/svg/camera.svg) no-repeat center;
}
.new-passport-big .dropzone .dz-size,
.new-passport-big .dropzone .dz-image,
.new-passport-big .dropzone .dz-error-mark,
.new-passport-big .dropzone .dz-error-message,
.new-passport-big .dropzone .dz-success-mark{
  display: none;
}
.dropzone .dz-details{
  display: block !important;
}
.new-passport-big .dz-default.dz-message{
  display: none !important;
}
.new-passport-big .dropzone .dz-filename span{
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.new-passport-big .dropzone .dz-filename{
  color: var(--dark, #151515);
  font-size: 16px;
  font-style: normal;
  width: 100%;
  overflow: hidden;
  font-weight: 500;
  display: block !important;
  line-height: 20px; /* 125% */
}
.new-passport-big .dz-remove:after{
  background: url(../images/svg/basket-blue.svg) no-repeat center !important;
  opacity: 0;
  transition: all 0.2s linear;
  z-index: 10;
  position: absolute;
  content: "";
  width: 100%;
  top: 0;
  left: 0;
  transform: none;
  height: 100%;
}
.new-passport-big .dz-remove:hover:after{
  opacity: 1;
}
.new-passport-big .dz-remove:hover,
.new-passport-big .dz-remove{
  top: 22px;
  right: 4px;
  width: 24px;
  height: 24px;
  background: url(../images/svg/basket.svg) no-repeat !important;
}
.new-passport-big .dz-started{
  background: #fff;
  border: 1px solid #fff;
}
.new-passport-big .subtitle{
  color: #1D2020;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 125% */
  display: block;
  margin: 4px 0 6px;
}

.new-passport-big .href-tab .href-tab-a{
  color: var(--dark, #151515);
  font-size: 16px;
  background: url(../images/galka-vniz-black.svg) no-repeat right top 7px;
  padding-right: 26px;
  font-style: normal;
  margin: 0;
  font-weight: 500;
  line-height: 20px; /* 125% */
}
.new-passport-big .href-tab{
  display: inline-block;
  border-radius: 12px;
  margin: 0 0 29px;
  background: #FAFBFD url(../images/svg/question-mark.svg)  no-repeat 19px 12px;
  padding: 12px 20px 12px 52px;
}
.new-passport-big .href-tab .href-tab-a.active {
  background: url(../images/galka-vverh-black.svg) right top 7px no-repeat;
}
.new-passport-big .href-tab .href-block p:last-child{
  margin-bottom: 0;
}
.new-passport-big .href-tab .href-block p{
  margin: 0 0 4px;
}
.new-passport-big .href-tab .href-block{
  color: rgba(21, 21, 21, 0.50);
  padding: 12px 130px 8px 0;
  margin: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 125% */
}
.new-passport-big .modal-h1{
  color: var(--dark, #151515);
  font-size: 24px;
  font-style: normal;
  margin: 0 0 11px;
  font-weight: 800;
  line-height: 32px;
  text-align: left;
}
.new-passport-big label{
  margin: 0 0 24px;
}
.new-passport-big .inputs-3-in-row input {
  max-width: calc(33.3% - 18px);
}
.new-passport-big .inputs-4-in-row input {
  max-width: calc(25% - 18px);
}

.new-passport-big .twoButtons {
  margin: 9px 0 0;
}
.new-passport-big .akcent-button.disabled {
  border-radius: 10px;
  border: 1px solid #EFF4FC;
  background: #fff;
  color: #CEDAED;
}

.new-passport-big .akcent-button,
.new-passport-big .akcent-button-white-blue {
  height: 59px;
}
.new-passport-big .row .form-item input{
  max-width: 100%;
}
.new-passport-big .form-item input{
  max-width: calc(100% - 18px);
}
.new-passport-big textarea{
  border-radius: 10px;
  border: 1px solid #E3E4E5;
  background: var(--blue-bg, #FAFBFD);


  padding: 19px 15px;
  width: 100%;
  color: var(--dark, #151515);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}
.new-passport-big textarea::-webkit-input-placeholder {color:rgba(21, 21, 21, 0.40);}
.new-passport-big textarea::-moz-placeholder          {color:rgba(21, 21, 21, 0.40);}
.new-passport-big textarea:-moz-placeholder           {color:rgba(21, 21, 21, 0.40);}
.new-passport-big textarea:-ms-input-placeholder      {color:rgba(21, 21, 21, 0.40);}
.new-passport-big .form-item{
  position: relative;
  width: 100%;
  flex: 1;

}
.new-passport-big .error-text {
  margin: -3px 0 20px 16px;
}
.new-passport-big .fancybox-close-small {
  padding: 3px;
  right: 8px;
  top: 7px;
}
.sostav-table .zagolovok .sostav-shapka-kogda p{
  display: inline;
}

.text-new-modal .fancybox-close-small svg path,
.current-city-modal .fancybox-close-small svg path{
  fill: #fff !important;
}

.text-new-modal .fancybox-close-small:hover,
.current-city-modal .fancybox-close-small:hover{
  border: 1px solid rgba(255, 255, 255, 0.50);
  background: rgba(255, 255, 255, 0.30);
}

.text-new-modal .fancybox-close-small,
.current-city-modal .fancybox-close-small{
  padding: 8px 16px;
  border-radius: 24px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.50);
  right: -77px;
  top: 8px;
  opacity: 1;
  width: 56px;
  height: 40px;
}
.current-city-modal{
  width: 520px;
  overflow: visible !important;
  border-radius: 24px;
  padding: 38px 36px 36px 36px;
}
.current-city-modal .modal-h1{
  text-align: left;
  margin: 0 0 19px;
  color: var(--text-primary, #151515);
  font-size: 28px;
  font-weight: 600;
  line-height: 36px; /* 128.571% */
}
.current-city-modal .form-item{
  position: relative;
}
.current-city-modal .has-text .clear{
  opacity: 1;
  visibility: visible;
}
.current-city-modal .clear:hover path{
  fill: var(--blue);
  fill-opacity: 100;
}
.current-city-modal .clear{
  cursor: pointer;
  /*background: #fff;*/
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 22px;
  right: 15px;
}
.current-city-modal .modal-spisok-01 a{
  color: var(--text-primary, #151515);
  padding-right: 30px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.current-city-modal .modal-spisok-01{
  max-height: calc(50vh - 130px);
  overflow: auto;
  margin: 20px 0 0;
}


/* Контейнер скроллбара */
.current-city-modal .modal-spisok-01::-webkit-scrollbar {
  width: 10px; /* Ширина вертикального скроллбара */
  height: 10px; /* Высота горизонтального скроллбара */
}

/* Фон скроллбара */
.current-city-modal .modal-spisok-01::-webkit-scrollbar-track {
  background: red;
  border-radius: 5px;
}

/* Ползунок скроллбара */
.current-city-modal .modal-spisok-01::-webkit-scrollbar-thumb {
  background: green;
  border-radius: 5px;
}

/* Ползунок при наведении */
.current-city-modal .modal-spisok-01::-webkit-scrollbar-thumb:hover {
  background: orangered;
}


.current-city-modal input:focus{
  border-radius: 12px;
  border: 1px solid #121E46;
  background-color: #F8FAFF;
}
.current-city-modal input{
  border-radius: 12px;
  background: #F8FAFF;
  border: 1px solid #F8FAFF;
  height: 48px;
  padding: 8px 75px 8px 16px;
  color: var(--black);
  transition: none !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */

}

.current-city-modal input::-webkit-input-placeholder {color:rgba(21, 21, 21, 0.50);}
.current-city-modal input::-moz-placeholder          {color:rgba(21, 21, 21, 0.50);}
.current-city-modal input:-moz-placeholder           {color:rgba(21, 21, 21, 0.50);}
.current-city-modal input:-ms-input-placeholder      {color:rgba(21, 21, 21, 0.50);}
.current-city-modal .auto-loc:hover{
  text-decoration: underline;
}
.current-city-modal .auto-loc{
  margin: 0 0 32px;
  cursor: pointer;
  color: #485BFE;
  gap:8px;
  font-size: 14px;
  display: flex;
  align-items: center;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
}
.current-city-modal li{
  margin: 0 0 16px;
}
.current-city-modal .active a{
  background: url(../images/svg/check-city.svg) no-repeat right center;
}
.current-city-modal .has-text .modal-search:focus{
  background: #fff;

}
.current-city-modal  .modal-search:focus{
  background-color: #fff;
}

.current-city-modal a{
}

.new-order-modal .akcent-button-white-blue--dark ,
.modal-window .akcent-button-white-blue--dark ,
.new-passport-big .akcent-button-white-blue--dark ,
.new-order-modal .akcent-button--orange ,
.modal-window .akcent-button--orange ,
.new-passport-big .akcent-button--orange {
  height: 47px;
  border-radius: 100px !important;

}
.new-order-modal  .akcent-button--orange:hover,
.modal-window .akcent-button--orange:hover,
.new-passport-big .akcent-button--orange:hover{
  color: #fff;
  background: #DD8F00;
  border-color: #DD8F00;
}
.new-order-modal  .akcent-button--orange,
.modal-window .akcent-button--orange,
.new-passport-big .akcent-button--orange{
  font-size: 16px;
  font-style: normal;
  color: #fff;
  font-weight: 600;
  line-height: 24px; /* 150% */
  background: #F29D00;
  border-color: #F29D00;
}
.new-order-modal .akcent-button--orange.disable,
.new-order-modal .akcent-button--orange.disabled,
.new-order-page .basket-right_bottom .akcent-button--orange.disabled,
.modal-window .akcent-button--orange.disabled,
.new-passport-big .akcent-button--orange.disabled{
  color: rgba(255, 255, 255, 0.80) !important;
  background: #FFC65D !important;
  border-color: #FFC65D !important;
}
.new-order-modal .akcent-button-white-blue--dark,
.modal-window .akcent-button-white-blue--dark,
.new-passport-big .akcent-button-white-blue--dark {
  border: 1px solid #121E46;
  color: #121E46;
}
.add-address {
  padding: 30px 30px 15px;
}
.add-address label{
  margin: 0 0 4px;
}

.company-list-modal .fancybox-close-small {
  padding: 3px;
  right: 23px;
  top: 24px;
}
.company-list-modal{
  width: 1080px;
  padding: 0;
  transform: translateZ(0);
}
.company-list-modal .company-list-modal_bottom .akcent-button-white-blue{
  margin: 0 auto;
  background: #fff;
  width: auto;
  height: auto;
  padding: 20px 29px;
}
.company-list-modal .company-list-modal_bottom{
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 1080px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  padding: 40px 0 30px;
}
.company-list-modal_in {
  padding: 100px 30px 106px;
  max-height: calc(100vh - 12px);
  overflow: auto;
}
.company-list-modal_in .item.active,
.company-list-modal_in .item:hover{
  border: 1px solid var(--blue);
}
.company-list-modal_in .item a:hover{
  text-decoration: underline;
}
.company-list-modal_in .item a{
  color: var(--blue, #485BFE);
}
.company-list-modal_in .item{
  position: relative;
  cursor: pointer;
  margin: 0 0 24px;
  padding: 23px 24px 24px 22px;
  border-radius: 16px;
  border: 1px solid #E0E7F3;
  transition: all 0.2s linear;
  background: #FFF;
  color: rgba(21, 21, 21, 0.50);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}
.company-list-modal_in .name{
  margin: 0 0 8px;
  color: #151515;
  font-size: 24px;
  font-weight: 800;
  line-height: 32px;
}
.company-list-modal_in p{
  margin: 0;
}
.company-list-modal_in .params{
  display: flex;
  margin: 26px 0 1px;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px;
}
.company-list-modal_in .param{
  border-radius: 12px;
  height: auto;
  background: #FAFBFD;
  display: inline-block;
  padding: 12px 12px 12px 20px;
  color: var(--dark, #151515);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}
.company-list-modal_in .param span{
  color: rgba(21, 21, 21, 0.50);
}


.company-list-modal_in .params a:hover i,
.company-list-modal_in .params i:hover{
  opacity: 1;
}
.company-list-modal_in .icon-doc{
  background: url(../images/doc.svg) no-repeat center;
}
.company-list-modal_in .params a i{
  position: absolute;
  opacity: .15;
  width: 24px;
  height: 24px;
  top: 50%;
  transition: all 0.2s linear;
  transform: translateY(-50%);
  right: 11px;
}
.company-list-modal_in .params a:hover{
  text-decoration: none;
  background: #EFF4FC;
}
.company-list-modal_in .subtitle{
  color: var(--dark, #151515);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin: 32px 0 -3px;
}
.company-list-modal_in .params small{
  display: block;
  width: 100%;
  color: rgba(21, 21, 21, 0.50);
  font-size: 12px;
  margin: 0 0 4px;
  font-weight: 600;
  line-height: 16px; /* 133.333% */
}
.company-list-modal_in .params a{
  position: relative;
  padding: 12px 45px 12px 20px;
  box-sizing: border-box;
  color: var(--dark, #151515);
  width: calc(33.3% - 14px);
  transition: all 0.2s linear;

}

.add-address .icon-clear path{
  fill: rgba(21, 21, 21, 0.4);
  transition: all 0.2s linear;
}
.add-address .form-item{
  position: relative;
}
.add-address .icon-clear svg{
  display: block;
}
.add-address .icon-clear:hover path{
  fill: var(--blue);

}
.add-address .icon-clear{
  position: absolute;
  cursor: pointer;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  margin: -4px 0 0;
}
.add-address .polit{
  padding-top: 12px;
}
.add-address .akcent-button{
  width: 100%;
  padding: 20px ;
  height: auto;
}
.add-address .error-text--margin{
  position: absolute;
  top: 100%;
  margin: -22px 0 0 !important ;
  left: 0;
}
.add-address_result p{
  margin: 0 0 8px;
}
.add-address .done .js-textarea-adaptive-height{
  background: url(../images/check.svg) no-repeat center right 16px;
  background-size: 16px;
}
.add-address .js-textarea-adaptive-height:focus {
  background: none;
}
.add-address .js-textarea-adaptive-height:focus + i{
  opacity: 1;
}
.add-address .js-textarea-adaptive-height{
  height: 52px;
  min-height: 52px;
  line-height: 20px;
  padding: 14px 50px 16px 16px;
  background-position: center right 16px !important;
}
.add-address_result{
  margin: 0 0 40px;
  color: rgba(21, 21, 21, 0.50);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}


.popup-review .close svg{
  display: none !important;
}
.popup-review .close:hover:after{
  padding-left: 25px;
}
.popup-review .close:after{
  content: "К товару";
  color: #485BFE;
  transition: all 0.2s linear;
  font-size: 16px;
  font-weight: 700;
  padding: 0 0 0 20px;
  line-height: 20px;
  background: url(../images/galka-left-blue.svg) no-repeat left center;

}
.popup-review .close{
  top: 20px;
  right: auto;
  left: 32px;
}
.popup-review_in{
  padding-top: 72px;
}


.text-new-modal{
  border-radius: 24px;

  width: 520px;
  overflow: visible !important;
  padding: 39px 36px 36px;
}
.text-new-modal .modal-text-01 strong{
  color: #151515;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px; /* 171.429% */
}
.text-new-modal .modal-text-01 a:hover{
  color: #DD8F00;
}
.text-new-modal .modal-text-01 a{
  color: #DD8F00;
  text-decoration: none;
}
.text-new-modal .modal-text-01{
  color: #151515;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  gap: 22px;
  display: flex;
  flex-direction: column;

}
.text-new-modal .modal-h1{
  color: #151515;
  margin: 0 0 10px;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  text-align: left;
}
.text-new-modal .fancybox-close-small{
  top: 0;
}

.otzyv-page-detail--new .dropzone .dz-details {
  display: none !important;
}

.standart-select.open-standart-select .selected-option{
  background-image: url(/images/galka-vverh-black.svg);
}


.pay-type-modal .modal-h1{
  color: #151515;
  font-size: 28px;
  text-align: left;
  font-weight: 600;
  line-height: 36px;
  margin: 0 0 41px;
}
.pay-type-modal .order-cards_list .item input:checked + span:after{
  border-color: #121E46;
}
.pay-type-modal .order-cards_list .item{
  width: calc((100% / 7) - 12px);
  border: none;
  box-sizing: border-box;
  min-height: 79px;
  padding: 5px 7px 1px;
}
.pay-type-modal .order-cards_list .type--only-img{
  border: none;
  overflow: visible;
}
.pay-type-modal .order-cards_list .type i {
  margin-right: 37px;
}
.pay-type-modal .order-cards_list .text {
  margin: 8px 0 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pay-type-modal .order-cards_list.show-all .item{
  display: block;
}
.pay-type-modal .order-cards_list{
  gap: 12px;
  margin: -11px -11px -6px 0;
}

.pay-type-modal .item:nth-child(13),
.pay-type-modal .item:nth-child(12),
.pay-type-modal .item:nth-child(11),
.pay-type-modal .item:nth-child(10),
.pay-type-modal .item:nth-child(9),
.pay-type-modal .item:nth-child(8),
.pay-type-modal .item:nth-child(7),
.pay-type-modal .item:nth-child(6),
.pay-type-modal .item:nth-child(5),
.pay-type-modal .item:nth-child(4),
.pay-type-modal .item:nth-child(3),
.pay-type-modal .item:nth-child(2),
.pay-type-modal .item:nth-child(1){
  display: block;
}

.pay-type-modal .item.add{
  display: flex !important;
}
.pay-type-modal .item svg{
  color: currentColor;
  fill: currentColor;
}
.pay-type-modal .item{
  margin: 0;
  display: none;
}
.pay-type-modal .item--more:hover{
  color: #0E22D4;
}

.pay-type-modal .item--more:after{
  display: none;
}
.pay-type-modal .item--more span:after{
  display: none;
}
.pay-type-modal .item--more{
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: 12px;
  padding: 0 !important;
  background: #EFF2F7;
  border: none;
}
.pay-type-modal{
  overflow: visible !important;
  width: 980px;
  padding: 36px;
  max-width: 85%;
}

.pay-type-modal_result p{
  color: #151515;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px; /* 150% */
}
.pay-type-modal_result .col{
  flex: 1;
}
.pay-type-modal_result .btn-orange:hover{
  background: #F29D00;
}
.pay-type-modal_result .btn-orange:disabled{
  background: #FFCE75;
}
.pay-type-modal_result .btn-orange{
  border-radius: 100px;
  border: none;
  display: block;
  background: #F29D00;
  color: #FFF;
  text-align: center;
  width: 100%;
  padding: 12px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.pay-type-modal_result span{
  display: block;
  margin: 6px 0 0;
}
.pay-type-modal_result{
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  color: rgba(21, 21, 21, 0.50);
  font-size: 12px;
  padding: 35px 0 0;
  font-weight: 400;
  line-height: 16px;
}

.pay-type-modal .fancybox-close-small svg path{
  fill: #fff !important;
}

.pay-type-modal .fancybox-close-small:hover{
  border: 1px solid rgba(255, 255, 255, 0.50);
  background: rgba(255, 255, 255, 0.30);
}

.pay-type-modal .fancybox-close-small{
  padding: 0 12px !important;
  border-radius: 24px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.50);
  right: -70px !important;
  top: -1px !important;
  box-sizing: border-box;
  opacity: 1;
  width: 47px;
  height: 32px;
}

@media only screen and (max-width: 1480px) {
  .header-order .header-content {
    padding: 14px 10px;
    max-width: var(--main-width);
  }

  .modal-shagi .shagi-forma-align {
    width: 100%;
  }

  .maps-block-3 {
    font-size: 90%;
  }

  .maps-block-3 .maps-left-pole {
    max-width: 300px;
  }

  .new-order-modal--small .maps-block-3 .maps-left-pole {
    min-width: 380px;
  }

  .maps-block-3 .maps-right-pole {
    max-width: 220px;
  }

  .maps-right-pole .mini-block .button {
    height: 50px;
  }

  .input-s-krestikom input {
    height: 50px;
  }

  .input-data .data {
    top: 60px;
  }

  .input-type-02 {
    height: 50px;
  }

  .button-h-60 {
    height: 50px;
  }

  .maps-block-3 .maps-center-pole {
    margin: 0 10px;
  }

  .popup-review_preview {
    width: 50%;
  }

  .popup-review_list {
    margin-right: -12px;
  }

  .popup-review_list a {
    width: calc(10% - 12px);
  }

  .new-order-modal .mini-block .button {
    height: 40px;
  }
}

@media only screen and (max-width: 1200px) {
  .vibor-pokupatelya {
    flex-direction: column;
    position: relative;
  }

  .vibor-pokupatelya .add-new-user > div {
    display: block;
    line-height: 50px;
  }

  .vibor-pokupatelya .block-right {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: none;
  }

  .vibor-pokupatelya .block-right .mini-blocks {
    width: 100%;
    margin-bottom: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    overflow-y: auto;
  }

  .vibor-pokupatelya .block-right .mini-block {
    margin-bottom: 10px;
  }

  .block-right .top-nazad {
    display: flex;
  }

  .block-oplata .dannie-oplaty-right {
    max-width: 350px;
  }

  .shapka-buttons {
    position: relative;
    align-items: flex-start;
    flex-direction: column;
  }

  .shapka-buttons .zagolovok {
    margin-bottom: 20px;
  }

  .oplata-sostav-zakaza .shapka-buttons > div {
    width: 100%
  }

  .oplata-sostav-zakaza .shapka-buttons > div:nth-child(2) {
    display: flex;
  }


  .shapka-buttons .icon-tooltip {
    position: absolute;
    right: 0;
    top: 2px;
  }

  .similar-product_list .similar-product_item.kartochka-compact {
    flex: 0 1 calc(25% - 20px);
  }


  .popup-review_list a {
    width: calc((100% / 8) - 12px);
  }

  .new-order-modal {
    padding: 25px;
  }

  .new-order-modal .maps-block-3 .maps-right-pole {
    max-width: 270px;
  }
}

@media screen and (max-width: 1039px) {
  .sohranennie-dostavki .block-dostavka {
  }

  .new-passport-big .row {
    gap: 20px;
  }
  .new-passport-big input{
    font-size: 14px;
    padding-right: 10px;
  }
  .new-passport-big .href-tab .href-block {
    padding: 12px 30px 8px 0;
  }

  .pay-type-modal {
    padding: 20px;
  }
}

@media only screen and (max-width: 990px) {
  .similar-product .modal-h2,
  .similar-product .modal-subtitle {
    font-size: 20px;
    line-height: 1.3;
    margin-right: -350px;
  }

  .input-s-krestikom {
    max-width: 100%;
  }

  .maps-block-3 {
    padding: 0 10px;
    flex-direction: column;
  }

  .maps-wrapper {
    flex-direction: column;
  }

  .maps-block-3 .maps-left-pole {
    width: 100%;
    max-width: inherit;
  }

  .maps-block-3 .maps-center-pole {
    margin: 20px 0;
    max-height: 500px;
  }

  .maps-block-3 .maps-center-pole iframe {
    max-height: 75vh;
  }

  .maps-block-3 .maps-right-pole {
    max-width: inherit;
  }

  .maps-right-pole .mini-blocks {
    display: flex;
  }
  .maps-right-pole--bottom .mini-blocks {
    display: block;
  }


  .maps-right-pole .mini-block {
    margin-left: 10px;
    min-width: 330px;
    justify-content: flex-start;
    width: inherit;
    background-color: white;
  }

  .maps-right-pole .mini-block .button {
    margin-top: auto;
  }

  .maps-right-pole .mini-block .zagolovok {
    line-height: 24px;
    margin-bottom: 20px;
    font-weight: 800;
  }

  .maps-right-pole .mini-block:first-child {
    margin-left: 0;
  }

  .zagolovok-nazad .href-back {
    position: initial;
    order: 1;
    width: 100%;
    padding-left: 10px;
  }

  .zagolovok-nazad h1 {
    margin: 20px 0 10px 0;
    font-size: 200%;
    line-height: 28px;
    order: 2;
  }

  .hide-990 {
    display: none;
  }

  .mini-blocks {
    max-height: inherit;
  }

  .show-990 {
    display: flex;
  }

  .vibor-pokupatelya {
    font-size: 90%;
  }

  .vibor-pokupatelya .block-left {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .vibor-pokupatelya .go-oplata {
    justify-content: flex-start;
  }

  .block-oplata {
    flex-direction: column;
    flex-wrap: nowrap;
    font-size: 85%;
  }

  .varianty-oplaty {
    overflow-x: scroll;
    flex-wrap: nowrap;
  }

  .block-oplata .dannie-oplaty-right {
    max-width: inherit;
  }

  .block-oplata .zakaz-info-block {
    line-height: 20px;
  }

  .block-oplata .zakaz-info-block .zagolovok.maps {
    line-height: 30px;
  }

  .block-oplata .zakaz-info-block .zagolovok.persona {
    line-height: 30px;
  }

  .block-oplata .pole-options-top {
    display: flex;
    flex-direction: column;
  }

  .block-oplata .knopka-oplaty {
    order: 2;
    border: none;
  }

  .similar-product_list .price-stroka {
    flex-direction: column;
    align-items: center;
  }

  .popup-review_list a {
    width: calc((100% / 5) - 12px);
  }

  .new-order-modal .maps-left_delivery-list  {
    flex-wrap: nowrap;
  }
  .new-order-modal .maps-left_delivery-list label {
    width: 174px;
  }

  .new-order-modal .maps-block-3 .maps-center-pole iframe {
    max-height: 50vh;
  }

  .new-order-modal .mini-blocks {
    position: relative;
  }

  .new-order-modal .maps-block-3 .maps-right-pole {
    max-width: 100%;
  }

  .new-order-modal .maps-right-pole .mini-block {
    min-width: 296px;
  }


  .new-order-modal .maps-right-pole .akcent-button-white-blue {
    height: 40px;
    position: absolute;
    top: 100%;
    list-style-type: lower-roman;
    font-size: 14px;
  }


  .pay-type-modal .modal-h1{
    color: #151515 ;
    font-size: 20px !important;
    font-weight: 600;
    line-height: 24px !important;
    border-bottom: 1px solid rgba(21, 21, 21, 0.08);
    padding: 13px 16px 10px;
    margin: -16px -16px 27px !important;

  }
  .pay-type-modal{
    width: 100vw !important;
    margin: -6px !important;
    border-radius: 0;
    max-width: none !important;
    height: calc(var(--vh, 1vh) * 100);
    padding: 16px 16px 130px !important;
    max-height: none;
    overflow: auto !important;
  }

  .pay-type-modal .order-cards_list .text {
    margin: 6px 0 0;
  }
  .pay-type-modal .fancybox-close-small{
    border-radius: 16px;
    top: 7px !important;
    right: 17px !important;
    background: #EFF2F7;
  }
  .pay-type-modal .fancybox-close-small svg path{
    fill: #151515 !important;
  }
  .pay-type-modal .order-cards_list  .item:after{
    border-radius: 8px;
    border: 1px solid rgba(21, 21, 21, 0.08);
  }
  .pay-type-modal .order-cards_list  .item.add svg{
    display: none !important;
  }
  .pay-type-modal .item--more:hover {
    color: #151515;
  }
  .pay-type-modal .order-cards_list  .item.add i{
    border-radius: 8px;
    background: #EFF2F7 url(../images/plus-black.svg) no-repeat center;
    display: flex;
    width: 28px;
    height: 28px;
  }
  .pay-type-modal .order-cards_list  .item.add{
    display: block;
    gap: 8px;
    padding: 3px 8px;
    justify-content: flex-start;
    flex-direction: row;
  }
  .pay-type-modal .order-cards_list  .item{
    width: calc(50% - 8px);
    min-height: 44px;
    padding: 6px 8px 0;
  }
  .pay-type-modal .order-cards_list .type .type2,
  .pay-type-modal .order-cards_list .type .type1 {
    background-size: 16px;
    height: 28px;
    width: 28px;
  }
  .pay-type-modal .order-cards_list .type.type--only-img{
    margin-right: 26px;
    margin-left: -5px;
  }
  .pay-type-modal .order-cards_list .type{
    float: left;
    border: none;
  }
  .pay-type-modal .order-cards_list .type i{
    border-radius: 8px;
    margin-right: 29px;
  }
  .pay-type-modal .pay-type-modal .order-cards_list .text {
    margin: 6px 0 0 0;
  }
  .pay-type-modal .order-cards_list .type img {
    margin-left: 12px;
    width: 17px;
    height: auto;
    max-width: none;
    max-height: none;
  }
  .pay-type-modal .order-cards_list {
    gap: 8px;
    margin: -11px -7px -6px 0;

  }
  .pay-type-modal_result .btn{
    margin: 8px 0 0;
  }
  .pay-type-modal_result{
    position: fixed;
    bottom: 0;
    z-index: 13;
    left: 0;
    padding:  0 16px 16px;
    display: block;
    background: #fff;
    width: calc(100% - 20px);
    margin: 10px;
  }
}

@media only screen and (max-width: 900px) {
  .modal-shagi .steps .step-text {
    font-size: 130%;
  }
}

@media only screen and (min-width: 801px) {
  .new-passport-big textarea{
    height: 60px !important;
    min-height: 60px !important;
  }
}
@media only screen and (max-width: 800px) {
  .modal-window {
    padding: 20px;
  }

  .modal-window .modal-h1 {
    font-size: 170%;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .modal-window .modal-text-01 {
    line-height: 24px;
    font-size: 100%;
  }

  .modal-window label {
    font-weight: 700;
    font-size: 115%;
    line-height: 20px;
    margin-bottom: 15px;
  }

  .modal-window .blue-border {
    border: 1px solid var(--blue);
  }

  .modal-window .button-01, .modal-window .button-02 {
    font-size: 108%;
    padding: 16px 20px;
  }

  .modal-window .modal-button-href a {
    font-size: 108%;
    font-weight: 600;
    line-height: 20px;
  }

  .modal-window .checkbox {
    width: 24px;
    height: 24px;
  }

  .modal-window .checkbox > span::before {
    width: 24px;
    height: 24px;
  }

  .modal-window .modal-checkbox-text {
    margin-left: 15px;
    line-height: 20px;
    font-weight: 500;
    font-size: 100%;
  }

  .modal-window .success-text {
    margin: 0 auto 30px auto;
    font-size: 16px !important;
    line-height: 24px !important;
    text-align: center !important;
    max-width: 300px;
    display: flex;
    justify-content: center;
  }

  .modal-window .href-custom-01 {
    line-height: 20px;
    font-weight: 600;
    font-size: 100%;
  }

  .modal-window.register {
    width: 600px;
  }

  .div-shagi {
    padding: 20px 0;
  }

  .div-shagi.only-footer {
    min-height: calc(100vh - 72px);
  }

  .modal-shagi .steps {
    padding: 0 20px;
  }

  .modal-shagi .steps .polosa {
    margin: 0 10px;
    min-width: 16px;
  }

  /*Шаг 1*/
  .modal-shagi .steps.step1 > div:nth-child(5) .step-text, .modal-shagi .steps.step1 > div:nth-child(3) .step-text {
    display: none;
    margin: 0;
  }

  /*Шаг 2*/
  .modal-shagi .steps.step2 > div:nth-child(1) .step-text, .modal-shagi .steps.step2 > div:nth-child(5) .step-text {
    display: none;
    margin: 0;
  }

  .modal-shagi .steps.step2 > div:nth-child(3) .step-text {
    display: flex;
    margin-left: 15px;
  }

  /*Шаг 3*/
  .modal-shagi .steps.step3 > div:nth-child(1) .step-text, .modal-shagi .steps.step3 > div:nth-child(3) .step-text {
    display: none;
    margin: 0;
  }

  .modal-shagi .steps.step3 > div:nth-child(5) .step-text {
    display: flex;
    margin-left: 15px;
  }

  .modal-shagi .steps {
    margin: inherit;
  }

  .shagi-forma-align .zagolovok-nazad h1 {
    display: none;
  }

  .vibor-pokupatelya .data-inputs input {
    height: 50px;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .buttons-start-end {
    flex-wrap: wrap;
  }

  .vibor-pokupatelya .modal-checkbox > label > span > span {
    color: var(--grey)
  }

  .vibor-pokupatelya .buttons-start-end > div {
    width: 100%;
  }

  .vibor-pokupatelya .buttons-start-end > div:first-child {
    margin-bottom: 10px;
  }

  .big-qr {
    flex-direction: column;
  }

  .big-qr .qr-left {
    width: 100%;
    padding-right: 0;
    order: 2;
  }

  .big-qr .qr-right {
    width: 100%;
    order: 1;
  }

  .big-qr .qr-left ul li {
    margin: 10px 0;
  }

  .oplata-qr-block .banki {
    flex-direction: column;
  }

  .oplata-qr-block .banki ul {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .sostav-table .zagolovok .sostav-shapka-status {
    position: inherit;
  }

  .sostav-table .zagolovok .sostav-shapka-status .status-zakaz-box {
    right: 0;
    left: auto;
  }

  .sostav-table .zagolovok .sostav-shapka-status .status-zakaz {
    margin: 10px 0 0 0;
  }

  .sostav-table .zagolovok .sostav-shapka-otkuda {
    font-size: 115%;
  }

  .shagi-forma-align .zagolovok-nazad--show-title h1 {
    display: block;
  }

  .maps-right-pole .mini-block {
    min-width: 270px;
  }

  .modal-shagi .maps-block-3 {
    display: block;
  }

  .modal-shagi .maps-wrapper {
    overflow: visible;
  }

  .modal-shagi .mini-blocks {
    margin-left: -10px;
    margin-right: -10px;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .varianty-oplaty {
    margin: 0 -20px;
    padding: 0 20px 20px;
  }


  .modal-window .modal-h1--light br {
    display: none;
  }

  .modal-window .modal-h1--light {
    font-size: 16px;
    margin-bottom: 31px;
    line-height: 24px;
  }

  .modal-window--size .twoButtons {
    display: block;
  }

  .modal-window--size .akcent-button {
    font-size: 15px;
    margin: 17px 0 0;
    width: 100%;
  }

  .modal-window--size {
    padding-top: 60px;
  }

  .similar-product .modal-h1 {
    line-height: 68px;
  }

  .similar-product_list .podborka-knopki .knopka-1click {
    border-radius: 10px;
  }

  .similar-product_list {
    gap: 10px;
  }

  .similar-product .kartochki .kartochka-compact {
    box-shadow: 0px 5px 10px 0px rgb(212, 219, 228);
    margin-bottom: 0;
  }

  .similar-product_list .similar-product_item.kartochka-compact {
    flex: 0 1 calc(33.3333% - 10px);
  }

  .similar-product_list {
    padding-bottom: 14px;
  }

  .similar-product_last {
    position: relative;
    width: 100% !important;
    top: 0;
    right: 0;
    margin: 0 0 20px;
  }

  .similar-product .recommendation-title {
    padding: 0;
  }

  .similar-product .modal-h2,
  .similar-product .modal-subtitle {
    font-size: 16px;
    line-height: 20px;
    margin: -12px 0 16px;
  }

  .similar-product {
    padding-bottom: 0 !important;
  }

  .similar-product .js-similar-product-scroll {
    /*max-height: none !important;*/
    margin-right: -8px;
  }

  .modal-window.similar-product {
    margin-bottom: -6px !important;
  }

  .open-city-modal .inputs-2-in-row {
    flex-direction: column;
    gap: 15px;
  }

  .open-city-modal .small {
    text-align: left;
    margin: 0 0 13px;
    font-size: 14px;
  }

  .open-city-modal form {
    padding: 0;
  }

  .open-city-modal .fancybox-close-small {
    padding: 10px;
    right: 0;
    top: 0;
  }

  .open-city-modal label {
    margin: 26px 0 17px;
  }

  .open-city-modal input {
    margin: 0;
  }

  .btn-right .btn {
    width: 100%;
  }

  .open-city-modal input {
    height: 52px;
  }

  .open-city-modal {
    padding: 35px 16px 40px;
  }

  .open-city-modal .modal-h1 {
    color: #151515;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 13px;
  }

  .open-city-modal .modal-text-01 {
    color: #151515;
    font-size: 16px;
    margin: 0 0 26px;
    font-weight: 500;
    line-height: 24px;

  }

  .open-city-modal .bottom {
    padding-top: 26px;
  }

  .add-review-modal .modal-h1 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
    margin-bottom: 47px;
  }

  .add-review-modal .rating-list_item .checkbox {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }


  .popup .close {
    right: 16px;
  }

  .popup .bottom {
    padding: 8px 16px;

  }

  .popup .content {
    padding: 16px;
  }

  .popup .top {
    padding: 12px 16px;
  }

  .popup .last-cash {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
  }

  .popup .cash {
    font-size: 24px;
    font-weight: 800;
    line-height: 32px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0;
  }

  .popup_bg {
    width: 100%;
  }


  .popup-review_list a {
    width: calc((100% / 3) - 12px);
  }

  .popup-review .popup-review_nav {
    display: none;
  }

  .popup-review_in {
    padding: 15px;
  }

  .popup-review .close svg {
    display: block;
    width: 16px;
    height: 16px;
  }

  .popup-review .close:hover,
  .popup-review .close {
    top: 16px;
    background: rgba(21, 21, 21, 0.50);
    color: #fff;
    width: 36px;
    height: 36px;
    right: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
  }

  .popup-review_active {
    display: block;
    overflow: visible;
  }

  .popup-review_preview {
    width: auto;
    height: 80vh;
    float: none;
    margin: -16px -16px 20px;
    border-radius: 0;
  }

  .popup-review_content .raiting-stars {
    margin: 0 0 27px;
  }

  .popup-review_user {
    margin-right: 0;
  }

  .popup-review_user .name {
    margin: 1px 0 4px;
  }

  .popup-review_scroll {
    height: auto;
    overflow: hidden;
  }

  .all-color-modal .top {
    color: var(--dark, #151515);
    font-size: 24px;
    box-shadow: 0px 0px 20px 0px rgba(212, 219, 228, 0.40), 0px 0px 1px 0px rgba(0, 0, 0, 0.25);
    font-weight: 800;
    line-height: 32px;
    padding: 12px 32px 12px 16px;
  }

  .all-color-modal .fancybox-close-small {
    right: 9px;
    top: 7px;
  }

  .all-color-modal li {
    width: calc(25% - 16px);
    gap: 16px;
  }

  .all-color-modal ul {
    margin-right: -16px;
    gap: 16px;
  }

  .all-color-modal .bottom,
  .all-color-modal .content {
    padding: 16px;
  }

  .modal-window .error-marker-svg {
    margin: 34px auto 25px;
  }


  .popup-text img {
    margin: 0 0 16px;
  }

  .popup-text > img {
    margin: 20px 0 16px;
  }

  .popup-text .modal-h2 {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 8px;
  }

  .all-version {
    padding: 0;
  }

  .all-version .top {
    padding: 13px 32px 12px 16px;
    box-shadow: 0px 0px 20px 0px rgba(212, 219, 228, 0.40), 0px 0px 1px 0px rgba(0, 0, 0, 0.25);
  }

  .all-version .fancybox-close-small {
    right: 21px;
    top: 5px;
  }

  .all-version li {
    padding: 14px 21px;
    margin: 0 10px 10px 0;
  }

  .all-version .bottom {
    padding: 12px 16px;
    box-shadow: 0px 0px 20px 0px rgba(212, 219, 228, 0.40), 0px 0px 1px 0px rgba(0, 0, 0, 0.25);
  }

  .all-version .content {
    padding: 14px 5px 14px 15px;
  }

  .new-order-modal .mobile-toggle {
    display: block;
  }

  .new-order-modal .maps-block-3 .maps-center-pole {
    border-radius: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    max-height: none;
    height: 100%;
  }

  .new-order-modal .maps-block-3 .maps-center-pole iframe {
    height: 100%;
    max-height: 100%;
  }

  .new-order-modal .modal-shagi {
    padding-top: calc((var(--vh, 1vh) * 100) - 12px - 175px);
  }

  .new-order-modal .zagolovok-nazad h1 {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px; /* 133.333% */
  }

  .new-order-modal .maps-left-pole .text,
  .new-order-modal .maps-block-3 .mini-zagolovok {
    display: none;
  }

  .new-order-modal .fancybox-close-small {
    right: auto;
    top: 16px;
    left: 16px;
    opacity: 1;
    border-radius: 100px;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
    width: 40px;
    height: 40px;
  }

  .new-order-modal:not(.show-list) .location-find {
    font-size: 0;
    position: absolute;
    z-index: 10;
    margin-top: -55px;
    top: 0;
    border-radius: 100px;
    background: #FFF url("../images/location-find.svg") no-repeat center;

    width: 40px;
    height: 40px;
    right: 16px;
  }

  .new-order-modal .maps-block-3 .maps-left-pole {
    display: flex;
    /*flex-direction: column-reverse;*/
  }

  .new-order-modal .modal-shagi .maps-block-3 {
    padding: 5px 0 0;
    margin: 0;
  }

  .new-order-modal {
    border-radius: 0;
    overflow: auto !important;
    margin: -6px;
    width: 100vw;
    height:calc(var(--vh, 1vh) * 100);
    max-width: none;
    padding: 16px 16px 2px;
  }

  .maps-left_delivery-list {
    padding: 8px 0 18px;
    gap: 8px;
  }

  .new-order-modal .input-data .data {
  }

  .new-order-modal .maps-block-3 .maps-right-pole {
    margin: 18px 0 0;
    display: none;
  }

  .new-order-modal.show-list .zagolovok-nazad,
  .new-order-modal.show-list .maps-block-3 .maps-center-pole {
    display: none;
  }

  .new-order-modal .mini-block.has-hover:hover {
    border: none;
    background: none;
    border-top: 1px solid rgba(208, 208, 208, 0.50);
  }

  .new-order-modal.show-list .maps-left-pole .text,
  .new-order-modal.show-list .maps-block-3 .mini-zagolovok {
    display: block;
  }

  .new-order-modal.show-list .modal-shagi {
    padding-top: 51px;
  }

  .new-order-modal.show-list .maps-block-3 .maps-left-pole {
    flex-direction: column;
  }

  .new-order-modal.show-list .maps-block-3 .maps-right-pole {
    display: block;
  }

  .new-order-modal.show-list .maps-block-3 .maps-right-pole--active {
    display: none;
  }

  .new-order-modal.show-list .modal-shagi .mini-blocks {
    display: block;
  }

  .new-order-modal .location-find {
    /*margin-bottom: 26px;*/
  }


  .new-order-modal.show-list .maps-left_delivery-list {
    padding: 4px 0 9px;
  }

  .new-order-modal .maps-right-pole .mini-block:first-child {
    border: none;
  }

  .new-order-modal .maps-right-pole .mini-block {
    margin: 0;
    min-width: 100%;
    width: 100%;
    padding: 13px 0 1px;
    border-radius: 0;
    border: none;
    border-top: 1px solid rgba(208, 208, 208, 0.50);
  }

  .new-order-modal .maps-right-pole .mini-block .zagolovok {
    margin-bottom: 5px;
  }

  .new-order-modal .maps-right-pole .mini-block .text {
    color: rgba(21, 21, 21, 0.50);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }

  .new-order-modal .maps-right-pole .mini-block .zagolovok {
    color: var(--dark, #151515);
    font-size: 16px;
    font-weight: 500;
    line-height: 20px; /* 125% */
  }

  .new-order-modal .mini-block .mini-zagolovok,
  .new-order-modal .mini-block .podtext {
    display: none !important;
  }


  .address-list-modal .fancybox-close-small {
    top: 8px;
    right: 8px;
  }


  .address-list-modal .content {
    max-height: none;
    overflow: visible;
  }

  .address-list-modal {
    padding: 0;
  }

  .address-list-modal .bottom,
  .address-list-modal .top {
    padding: 16px;
    box-shadow: none;
  }

  .address-list-modal .content {
    border-top: 1px solid #EFF4FC;
    border-bottom: 1px solid #EFF4FC;
    padding: 0 16px;
    color: rgba(21, 21, 21, 0.50);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }

  .address-list_in .item:after {
    background-position: left center;
  }

  .address-list_in .item {
    padding: 14px 52px 11px 33px;
  }

  .address-list-modal h3 {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }

  .address-list_in .dots {
    right: 3px;
  }

  .address-list_in .item li {
    font-size: 14px;
  }


  .new-order-modal--right .mini-block,
  .new-order-modal--right .mini-block:hover {
    background: #fff;
    padding: 16px;
    margin: 0 !important;
    border-radius: 0 !important;
    border: none;
  }

  .new-order-modal--right .maps-right-pole .mini-block .zagolovok {
    z-index: 18;
    line-height: 24px;
    font-weight: 700;
    margin: 0 0 4px;
  }

  .new-order-modal--right .maps-block-3 .maps-right-pole {
    display: block;
    position: absolute;
    z-index: 11;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    margin: 0;
    padding: 10px 16px 16px;
  }
  .new-order-modal--right .mini-block, .new-order-modal--right .mini-block,
  .new-order-modal--right .mini-block, .new-order-modal--right .mini-block:hover{
    padding: 0 !important;
  }

  .new-order-modal--right.show-list .maps-right-pole .mini-blocks {
    padding: 0;
  }

  .new-order-modal--right.show-list .maps-block-3 .maps-right-pole {
    position: static;
  }


  .new-order-modal--small .maps-left-pole {
    padding-bottom: 54px;
  }


  .new-order-modal--small.show-step .location-find,
  .new-order-modal--small .zagolovok-nazad,
  .new-order-modal--small .step,
  .new-order-modal--small.show-step .js-next-step,
  .new-order-modal--small .maps-left-pole .js-submit {
    display: none;
  }

  .new-order-modal--small .maps-left-pole .akcent-button {
    bottom: 16px;
  }

  .new-order-modal.show-step .zagolovok-nazad h1 {
    color: var(--dark, #151515);
    font-size: 24px;
    font-weight: 800;
    line-height: 32px; /* 133.333% */
  }

  .new-order-modal.show-step .back-to-map {
    display: block;
  }
  .new-order-modal.show-step .zagolovok-nazad {
    width: 100vw;
    margin: -16px -16px 16px;
    padding: 16px 66px 12px 16px;
    display: block;
    border-bottom: 1px solid #EFF4FC;
  }

  .new-order-modal.show-step .maps-block-3 .maps-left-pole {
    flex-direction: column;
    position: relative;
    padding: 0;
  }

  .new-order-modal--small .fancybox-close-small {
    left: auto;
    right: 16px;
  }


  .new-order-modal--small .js-next-step,
  .new-order-modal--small.show-step .maps-left-pole .js-submit,
  .new-order-modal--small.show-step .step,
  .new-order-modal.show-step .maps-left-pole .text,
  .new-order-modal.show-step .maps-block-3 .mini-zagolovok {
    display: block;
  }

  .new-order-modal.show-step .maps-wrapper {
    opacity: 0;
    visibility: hidden;
  }

  .new-order-modal.show-step .modal-shagi {
    padding-top: 0;
  }

  .header-order .header_right {
    display: none;
  }

  .header-order .hc-r1-logo {
    margin-right: auto;
    position: relative;
    left: -20px;
    margin-left: auto;
  }

  .header-order .back {
    font-size: 0;
  }


  .new-order-modal.to-active-point .mobile-toggle,
  .new-order-modal.to-active-point .maps-right-pole,
  .new-order-modal.to-active-point .maps-left-pole {
    display: none !important;
  }

  .new-order-modal .maps-right-pole.maps-right-pole--active .akcent-button-white-blue {
    font-size: 0;
    width: 28px;
    position: absolute;
    top: 12px;
    right: 10px;
    opacity: .4 !important;
    height: 28px;
    border: none;
    background: url(../images/close-black.svg) no-repeat center;
    background-size: 19px;
  }

  .new-order-modal.to-active-point .maps-block-3 .maps-center-pole,
  .new-order-modal.to-active-point .maps-right-pole--active .text,
  .new-order-modal.to-active-point .maps-right-pole--active .mini-zagolovok,
  .new-order-modal.to-active-point .maps-right-pole.maps-right-pole--active {
    display: block !important;
  }

  .new-order-modal.to-active-point .maps-right-pole--active .mini-zagolovok {
    color: var(--dark, #151515);
    font-size: 16px;
    font-weight: 500;
    line-height: 20px; /* 125% */
  }

  .new-order-modal.to-active-point .modal-shagi {
    padding-top: calc((var(--vh, 1vh) * 100) - 12px - 175px);
  }


  .new-order-modal.to-active-point .maps-block-3 .maps-center-pole {
    height: calc(var(--vh, 1vh) * 100);
  }

  .new-order-modal.to-active-point .maps-block-3 .maps-right-pole--active .button {
    margin-top: 11px;
  }

  .new-order-modal.to-active-point .maps-right-pole--active .mini-block .podtext {
    margin-bottom: 5px;
  }

  .new-order-modal.to-active-point .maps-block-3 .maps-right-pole--active {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    padding: 0 16px 15px;
  }

  .new-order-modal.to-active-point .maps-right-pole--active .mini-block .zagolovok {
    font-size: 18px;
    font-weight: 700;
    padding: 0 30px 0 0;
    line-height: 24px;
  }

  .new-order-modal--small .maps-block-3 .maps-left-pole {
    min-width: 100%;
  }


  .new-order-modal.focus-input .modal-shagi {
    padding-top: 51px;
  }

  .new-order-modal.focus-input .maps-block-3 .maps-left-pole {
    flex-direction: column;
  }

  .new-order-modal.focus-input .input-data .data,
  .new-order-modal.focus-input .maps-block-3 .text,
  .new-order-modal.focus-input .maps-block-3 .mini-zagolovok {
    display: block;
  }


  .new-order-modal .location-find{
    margin-bottom: 28px;
  }

  .new-order-modal.show-list .maps-left_delivery-list .mini-zagolovok,
  .new-order-modal.focus-input .maps-block-3 .maps-right-pole,
  .new-order-modal.focus-input .maps-left_delivery-list,
  .new-order-modal.focus-input .zagolovok-nazad h1,
  .new-order-modal.focus-input .location-find + .mini-zagolovok,
  .new-order-modal.focus-input .location-find,
  .new-order-modal.focus-input .new-order-modal .mobile-toggle,
  .new-order-modal.focus-input .maps-block-3 .maps-center-pole {
    display: none !important;
  }

  .fancybox-active{
    overflow: hidden;
  }
  .input-data .data ul {
    max-height: 45vh;
  }

  .new-order-modal .input-s-krestikom input{
    font-size: 16px !important;
  }
  .new-order-modal .maps-left-pole{
    position: absolute;
    bottom: 0;
    min-height: 1px !important;
    z-index: 5;
    padding: 8px 16px 1px;
    left: 0;
    width: 100%;
    background: #fff;
  }
  .new-order-modal .zagolovok-nazad{
    display: none;
  }
  .maps-left_delivery-list{
    flex-wrap: wrap;
  }
  .maps-left_delivery-list .mini-zagolovok{
    display: block !important;
    width: 100%;
  }
  .new-order-modal .modal-shagi {
  }

  .new-order-modal.focus-input .maps-block-3 .maps-left-pole,
  .new-order-modal.show-list .maps-block-3 .maps-left-pole{
    position: relative;
    padding: 0;
  }


  .new-order-modal--small .maps-left-pole{
    padding-top: 16px;
  }
  .new-order-modal--small .maps-left-pole .akcent-button{
    position: relative;
    margin-top: 12px;
  }

  .address-list_in .dots.open ul{
    opacity: 1!important;
    visibility: visible!important;
  }


  .new-order-modal.new-order-modal--small .maps-left-pole .text + .location-find {
    margin-top: -55px;
  }

  .new-order-modal .maps-left_delivery-list label {
    width: 74px;
    min-width: 74px;
  }
  .new-order-modal .maps-block-3 .mini-zagolovok{
    display: block;
  }
  .maps-left_delivery-list::-webkit-scrollbar {
    display: none; /* Для Chrome, Safari та Edge */
  }
  .maps-left_delivery-list{
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
    overflow: auto;
    scrollbar-width: none; /* Для Firefox */
    -ms-overflow-style: none; /* Для Internet Explorer та Edge */
  }
  .new-order-modal .maps-left_delivery-list .mini-zagolovok{
    display: none !important;
  }

  .new-order-modal  .maps-block-3 .location-find + .mini-zagolovok{
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 4px;
  }
  .new-order-modal.show-list .maps-left_delivery-list {
    padding: 4px 16px 9px;
  }


  .new-base-modal  {
    padding: 16px;
    width: calc(100vw - 32px) !important;
  }
  .new-base-modal .modal-h1 {
    font-size: 24px;
    font-weight: 800;
    line-height: 32px;
    margin: 0 40px 23px 0 !important;

  }
  .new-base-modal .modal-text-01 {
    margin: -4px 0 14px;
    font-size: 14px;
    line-height: 20px;
  }
  .new-base-modal .button-01 {
    margin: 8px 0 10px 0;
  }
  .new-base-modal .polit{
    text-align: center;
    font-size: 12px;
    padding: 2px 0 0;
    font-weight: 600;
    line-height: 16px;
  }

  .new-base-modal .podzagolovok{
    font-size: 16px;
    font-weight: 700;
    padding: 10px 0 0;
    margin: 0 0 12px;
    line-height: 20px; /* 125% */
  }
  .new-base-modal .modal-checkbox {
    margin: 10px 0 24px;
  }
  .new-base-modal .sent-again a {
    margin: 0 0 3px;
  }
  .new-base-modal .akcent-button-white-blue + .polit {
    padding-top: 12px;
  }
  .new-base-modal .akcent-button-white-blue,
  .new-base-modal .akcent-button{
    height: 52px;
    font-size: 15px;
  }

  .new-base-modal .input-height,
  .new-base-modal .input-strong{
    height: 52px;
  }

  .add-card-popup--new label{
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 9px;
  }
  .add-card-popup--new .form-item{
    margin: 0 0 15px;
  }
  .add-card-popup--new .row{
    gap: 8px;
  }
  .add-card-popup--new .standart-select .selected-option,
  .add-card-popup--new input{
    height: 52px;
    margin: 0;
  }
  .add-card-popup--new .btn {
    margin: 8px 0 11px;
  }


  .new-base-modal.add-pasport .modal-checkbox{
    display: flex;
    align-items: center;
  }
  .add-pasport.new-base-modal label.checkbox{
    margin-bottom: 0;
  }
  .new-base-modal.add-pasport .modal-checkbox .checkbox > span::before{
    margin-top: 0!important;
  }

  .new-order-modal:not(.show-step) .fancybox-close-small {
    left: 16px;
    right: auto;
    background: #fff url(../images/svg/modal-close-arr.svg) no-repeat center center;
  }
  .new-order-modal:not(.show-step) .fancybox-close-small svg{
    display: none;
  }

  .new-order-modal .maps-right-pole--bottom .mini-block + .akcent-button-white-blue,
  .new-order-modal .maps-right-pole .mini-block:first-child + a{
    margin-top: 15px;
  }

  .new-passport-big.add-pasport.modal-window {
    padding: 16px 16px 20px;
  }
  .new-passport-big .modal-h1 {
    color: var(--dark, #151515);
    font-size: 24px;
    font-weight: 800;
    line-height: 32px;
    margin: 0 40px 10px 0;
  }
  .new-passport-big .href-tab {
    border-radius: 12px;
    background: #FAFBFD;
    display: block;
    margin: 0 0 26px;
    padding: 16px 20px 12px 20px;
  }
  .new-passport-big .href-tab .href-tab-a{
    color: var(--dark, #151515);
    font-size: 14px;
    font-weight: 500;
    display: block;
    line-height: 20px; /* 142.857% */
  }
  .new-passport-big .href-tab .href-block{
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding-right: 0;
  }
  .new-passport-big .subtitle{
    font-size: 14px;
    margin: 4px 0 13px;
    font-weight: 700;
    line-height: 20px; /* 142.857% */
  }
  .new-passport-big label{
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
  }
  .new-passport-big input{
    height: 51px;
  }
  .new-passport-big .form-item{
    margin: 0 0 3px;
  }
  .new-passport-big.modal-window .twoButtons{
    flex-direction: column-reverse;
  }
  .new-passport-big .polit{
    font-size: 16px;
    line-height: 20px;
  }
  .new-passport-big .row{
    display: block;
  }
  .new-passport-big .akcent-button, .new-passport-big .akcent-button-white-blue{
    height: 52px;
    font-size: 15px;
  }


  .new-passport-big .dropzone:not(.dz-started):after{
    color: #121E46 !important;
    content: attr(data-text);
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px; /* 125% */
  }
  .new-passport-big .dropzone{
    height: 52px;
    padding: 11px 40px 10px 0;
  }
  .new-passport-big .dropzone:not(.dz-started){
    border-radius: 100px;
    background: #EFF2F7;
    color: #121E46 !important;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px; /* 125% */
    padding: 15px 0;
    border: none;
    position: relative;
  }

  .new-passport-big .akcent-button-white-blue{
    display: none !important;
  }
  .new-passport-big textarea{
    padding: 13px 15px;
    font-size: 15px;
    font-weight: 500;
    min-height: 51px;
    line-height: 20px;
  }
  .new-passport-big .error-text {
    margin: -5px 0 12px 16px;
    font-size: 12px;
    line-height: 16px;
  }
  .new-passport-big .dropzone .dz-filename{
    font-size: 14px;
  }
  .new-passport-big .dz-remove:hover, .new-passport-big .dz-remove {
    top: 12px;
  }

  .current-city-modal .fancybox-close-small{
    top: 5px;
    right: 5px;

  }
  .current-city-modal{
  width: 100vw !important;
    overflow: auto !important;
    height: 100vh;

    border-radius: 0;
    padding: 23px 16px 23px;
    margin: -6px;
    max-width: none;
    max-height: none;
  }
  .current-city-modal .modal-h1{
    color: var(--text-primary, #151515);
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 14px;
  }
  .current-city-modal .fancybox-close-small {
    top: 20px;
    width: 48px;
    height: 32px;
    padding: 3px 15px;
    right: 16px;
  }

  .current-city-modal .modal-spisok-01{
    max-height: none;
  }
  .current-city-modal input {
    border-radius: 12px;
    height: 41px;
    margin: 10px 0;
    padding: 8px 75px 8px 10px;
  }
  .current-city-modal .auto-loc {
    margin: 0 0 24px;
  }
  .current-city-modal li {
    margin: 0 0 28px;
  }

  .add-address label{
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin: 2px;
  }
  .add-address input{
    padding: 13px 15px;
  }

  .company-list-modal .fancybox-button svg,
  .add-address .fancybox-button svg{
    display: none ;
  }
  .company-list-modal .fancybox-button,
  .add-address .fancybox-button {
    border-radius: 100px;
    background: var(--white, #FFF) url(../images/back-black.svg) no-repeat center;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
    width: 40px;
    height: 40px;
    overflow: hidden;
    right: auto;
    left: 16px;
    top: 16px;
    background-size: 9px auto;
  }

  .company-list-modal,
  .add-address{
    border-radius: 0;
    overflow: auto !important;
    margin: -6px;
    padding: 69px 16px 19px;
    width: 100vw !important;
    height:calc(var(--vh, 1vh) * 100);
    max-width: none;
  }

  .company-list-modal{
    padding: 0;
  }
  .company-list-modal_in .name{
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 4px;
  }
  .company-list-modal_in .item{
    color: rgba(21, 21, 21, 0.50);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: 0 0 11px;
  }
  .company-list-modal_in .param{
    font-size: 14px;
    width: 100%;
    font-weight: 500;
    padding: 10px 13px;
    line-height: 20px;
  }
  .company-list-modal_in .params{
    gap: 8px;
    margin: 11px 0 1px;
  }
  .company-list-modal_in {
    padding: 72px 16px 85px;
    max-height: 100vh;
    overflow: auto;
  }
  .company-list-modal .company-list-modal_bottom .akcent-button-white-blue{
    padding: 16px;
    height: auto;
    width: 100%;
  }
  .company-list-modal .company-list-modal_bottom {
    padding: 16px;

  }

  .company-list-modal_in .params a{
  }
  .company-list-modal_in .subtitle {
    font-size: 14px;
    line-height: 20px;
    margin: 32px 0 20px;
  }
  .company-list-modal_in .params a i{
    right: 22px;
  }
  .company-list-modal_in .params a {
    padding: 10px 50px 10px 12px;
    width: 100%;
    transition: all 0.2s linear;
  }

  .question-modal--title .success-text{
    margin-bottom: 8px !important;
  }

  .current-city-modal .clear{
    top: 18px;
    /*background: #fff;*/
  }


  .popup-review .close:after{
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
  }
  .popup-review .close:hover,
  .popup-review .close{
    height: auto;
    justify-content: flex-start;
    padding: 20px 16px;
    background: #fff !important;
    text-align: left;
    border-radius: 0;
    box-sizing: border-box;
    top: 0;
    left: 0;
    width: 100%;
  }

  .new-passport-big .dropzone:not(.dz-started){

  }


  .text-new-modal .fancybox-close-small{
    right: 0;
    top: -41px;
    padding: 3px 6px;
    width: 48px;
    height: 32px;
  }

  .modal-window .modal-h1{
    color: #151515;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    margin: 0 0 7px;
  }
  .text-new-modal .modal-text-01{
    font-size: 14px;
    line-height: 20px;
    gap: 16px;
    margin: 7px 0;
  }
  .text-new-modal  {
    padding: 18px 16px 16px;
    border-radius: 16px;
    margin: 55px 10px;
    width: auto !important;
  }
  .text-new-modal .fancybox-close-small {

  }


  .add-card-popup--new .standart-select .options-list {
    max-height: 134px;
    overflow: auto;
  }
}

@media only screen and (max-width: 600px) {
  .modal-window.register {
    width: inherit;
  }

  .modal-window .twoRows.buttons-register {
    flex-direction: column;
  }

  .modal-window .twoRows.buttons-register > div {
    width: 100%;
  }

  .modal-window .twoRows.buttons-register .button-02 {
    color: var(--blue);
    border: none;
  }

  .modal-window .twoRows {
    height: 60px;
  }

  .block-oplata .zakaz-info-block.client > a {
    flex-direction: column;
    flex-wrap: wrap;
    padding: 30px 0;
    background: url(../images/galka-right-grey.svg) right center no-repeat;
    background-size: 12px;
  }

  .sostav-table .sostav-table-row {
    flex-direction: column;
    border-bottom: 1px solid var(--l-blue);
  }

  .sostav-table .sostav-table-row:last-child {
    border: none;
  }

  .sostav-table .sostav-table-row > div {
    width: 100%;
  }

  .sostav-table .sostav-table-row .sostav-data {
    width: calc(100% - 80px);
    align-self: end;
  }

  .oplata-sostav-zakaza .sostav-table .zagolovok > div:nth-child(1) {
    line-height: 20px;
  }

  .inputs-2-in-row input {
    max-width: inherit;
  }

  .add-pasport input, .add-pasport textarea {
    margin: 0 0 10px 0;
  }

  .add-pasport .modal-checkbox {
  }

  .modal-data {
    left: 0;
    width: 100%;
  }

  .maps-right-pole .mini-block {
    min-width: 200px;
  }


  .similar-product .kartochki .kartochka-compact .podborka-img {
    width: 100%;
  }

  .similar-product_list .similar-product_item.kartochka-compact {
    flex: 0 1 calc(50% - 10px);
  }

  .similar-product .modal-h1 {
    line-height: 1.3;
    width: 100%;
  }

  .similar-product_last {
    width: 300px;
    margin: 0 0 20px;
  }

  .modal-window.similar-product {
    margin-left: -6px;
    margin-right: -6px;
    width: 100vw;
    max-width: 100vw;
    border-radius: 16px 16px 0 0;
  }

  .question-modal--title .twoButtons>button{
    flex: auto;
  }
}

@media only screen and (max-width: 500px) {
  .modal-window {
    width: 100%;
  }

  .modal-shagi .steps .step-number {
    width: 40px;
    height: 40px;
    font-size: 125%;
  }

  .modal-shagi .steps .step-text {
    font-size: 115%;
  }

  .maps-right-pole .mini-blocks {
  }

  .maps-right-pole .mini-block {
    display: flex;
    flex-direction: column;
  }

  .sohranennie-dostavki .block-dostavka > div {
    margin-bottom: 10px;
  }

  .sohranennie-dostavki .block-dostavka {
    width: 100%;
    height: auto;
    min-height: 1px;
    font-size: 100%;
    padding: 20px;
  }

  .sohranennie-dostavki .block-dostavka.add {
    background-color: rgb(239, 244, 252);
    background-position: left 20px center;
    background-size: 30px;
    padding: 10px 10px 10px 70px;
    height: 90px;
    text-align: left;
    width: 100%;
    justify-content: center;
  }

  .vibor-pokupatelya .go-oplata a {
    width: 100%;
  }

  .shapka-buttons .buttons {
    flex-direction: column;
    width: 100%;
  }

  .shapka-buttons .buttons > div {
    width: 100%;
  }

  .shapka-buttons .buttons > div:first-child {
    margin-bottom: 10px;
  }

  .shapka-buttons .zagolovok {
    width: 100%;
  }

  .vibor-pokupatelya .block-right .mini-block {
    max-width: 100%;
  }

  .vibor-pokupatelya .add-new-user a {
    background-position: left 8px center;
    padding-left: 21px;
    width: 150px;
    min-width: 150px;
    margin-right: 10px;
  }

  .vibor-pokupatelya .mini-block .info {
    overflow-wrap: break-word;
  }

  .sostav-table .sostav-table-row > div:nth-child(1) .image {
    margin-right: 10px;
  }

  .sostav-table .sostav-table-row .sostav-data {
    width: 100%;
    margin-top: 5px;
  }

  .sostav-table .zagolovok .sostav-shapka-status .status-zakaz {
    position: inherit;
  }

  .sostav-table .zagolovok .sostav-shapka-status .status-zakaz-box {
    width: auto;
  }

  .shagi-forma-align .zagolovok-nazad--show-title h1 {
    font-weight: 800;
    font-size: 16px;
    text-align: left;
    width: 100%;
    padding: 0 10px;
    line-height: 24px;
    box-sizing: border-box;
  }

  .zagolovok-nazad--show-title {
    margin: 9px 0 -25px;
  }

  .sohranennie-dostavki .block-dostavka.add {
    font-size: 14px;
    height: 80px;
    background-size: 20px;
    padding: 8px 10px 8px 55px;
    line-height: 20px;
  }

  .sohranennie-dostavki .block-dostavka {
    margin: 9px 10px;
    border-width: 1px;
    border-radius: 16px;
    padding: 15px 15px 4px;
  }

  .sohranennie-dostavki .block-dostavka > div {
    line-height: 20px;
  }

  .sohranennie-dostavki .block-dostavka .zagolovok {
    margin: 0 55px 16px 0;
  }

  .sohranennie-dostavki .block-dostavka .dots {
    position: absolute;
    top: 8px;
    right: 16px;
  }

  .sohranennie-dostavki .block-dostavka .dots:hover .drop {
    opacity: 0;
    visibility: hidden;
  }

  .sohranennie-dostavki .block-dostavka:hover {
    border-color: var(--blue);
    z-index: 10;
  }

  .sohranennie-dostavki .block-dostavka .dots .drop:after {
    content: "";
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
    background: #fff;
    border-radius: 2px;
    width: 36px;
    position: absolute;
    height: 5px;
    left: 50%;
    margin-left: -18px;
    top: -9px;
  }

  .sohranennie-dostavki .block-dostavka .dots .drop {
    position: fixed;
    border-radius: 10px 10px 0 0;
    padding: 54px 16px 32px;
    bottom: 0;
    left: 0;
    top: auto;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 0 99999px rgba(21, 21, 21, 0.5);
  }

  .sohranennie-dostavki .block-dostavka .dots.open .drop {
    opacity: 1;
    visibility: visible;
  }

  .sohranennie-dostavki .block-dostavka .dots button {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
  }

  .sohranennie-dostavki .block-dostavka .close {
    position: absolute;
    top: 15px;
    width: 18px;
    right: 15px;
    height: 20px;
    background: url(../images/close-black.svg) no-repeat center;
    background-size: contain;
  }

  .sohranennie-dostavki .block-dostavka .dots a,
  .sohranennie-dostavki .block-dostavka .toggle {
    margin: 0 0 20px;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
  }

  .modal-window--big {
    padding: 24px 16px;
  }

  .modal-window--big label {
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 22px;
  }

  .modal-window--big .modal-text-01 {
    font-size: 14px;
    line-height: 20px;
  }

  .modal-bottom {
    margin: 26px -16px -24px;
    gap: 12px;
    border-top: 1px solid rgba(21, 21, 21, 0.1);
    padding: 28px 16px 24px 16px;
  }

  .modal-bottom .btn {
    height: 50px;
    font-size: 15px;
  }

  .modal-bottom .btn-empty-border {
    padding: 12px;
  }

}
