.white-filter {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}

.black-filter {
  filter: invert(0%) sepia(0%) saturate(16%) hue-rotate(309deg) brightness(93%) contrast(107%);
}

.citrus-filter {
  filter: invert(75%) sepia(56%) saturate(3300%) hue-rotate(29deg) brightness(94%) contrast(92%);
}

.fiji-green-filter {
  filter: invert(29%) sepia(47%) saturate(2232%) hue-rotate(49deg) brightness(93%) contrast(87%);
}

.red-filter {
  filter: invert(24%) sepia(100%) saturate(7493%) hue-rotate(6deg) brightness(96%) contrast(106%);
}

/* media */
.temp-popup-list {
  list-style: none;
  margin: 40px 0;
}
.temp-popup-list li {
  padding: 5px 0;
}

.modal .modal-dialog {
  max-width: 552px;
}
.modal .modal-content {
  width: 100%;
  border: none;
  background: #fff;
  border-radius: 10px;
  display: block;
  padding: 30px;
}
.modal .modal-header {
  display: block;
  border: none;
  border-radius: 0;
  padding: 0 0 30px 0;
}
.modal .modal-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  color: #000;
  margin: 0;
  padding: 0;
}
.modal .auth-text-info {
  padding: 10px 30px 0 0;
  font-weight: 500;
  font-size: 12px;
  color: #707070;
  line-height: 1.2;
}
.modal .auth-text-info span {
  font-weight: 500;
  color: #000;
}
.modal .btn-close {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: #fff url("../../i/container.svg#icon-51") center center no-repeat;
  background-size: 12px 12px;
  border: 1px solid #e3e3e3;
  font-size: 0;
  line-height: 0;
  right: -20px;
  top: -20px;
  position: absolute;
  display: block;
  padding: 0;
  margin: 0;
  opacity: 1;
  outline: none;
  z-index: 10;
}
.modal .btn-close:hover, .modal .btn-close:active {
  outline: none;
  box-shadow: none;
}
.modal .modal-body {
  padding: 0;
  margin: 0;
}

.modal-header-container {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 0 0 30px 0;
}
.modal-header-container .modal-header {
  padding: 0;
}

.modal-header-steps {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.35;
  color: #000;
}
.modal-header-steps .current {
  color: #94B80A;
}

.auth-outer-list {
  display: flex;
  margin: 0 0 21px -15px;
}
.auth-outer-list__item {
  padding: 0 0 15px 15px;
  width: 50%;
  min-width: 50%;
}
.auth-outer-list__link {
  display: flex;
  align-items: center;
  height: 54px;
  text-decoration: none;
  border-radius: 27px;
  white-space: nowrap;
  background: #F5F5F5;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #252525;
  padding: 7px;
}
.auth-outer-list__link:before {
  content: "";
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 20px;
  margin: 0 10px 0 0;
}
.auth-outer-list__link-facebook:before {
  background: url("../../i/container.svg#icon-152") center center no-repeat;
}
.auth-outer-list__link-google:before {
  background: url("../../i/container.svg#icon-153") center center no-repeat;
}

.auth-or-separator {
  border-top: 1px solid #e3e3e3;
  text-align: center;
  height: 0;
  margin: 0 0 36px 0;
}
.auth-or-separator span {
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  color: #707070;
  display: inline-flex;
  position: relative;
  padding: 0 22px;
  background: #fff;
  top: -10px;
}

.popup-form__item {
  position: relative;
  margin: 0 0 20px 0;
}
.popup-form__label {
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  color: #707070;
  background: #fff;
  padding: 0 5px;
  margin: 0;
  position: absolute;
  left: 14px;
  top: -6px;
}
.popup-form__btn {
  width: 100%;
  text-align: center;
  margin: 10px 0 5px 0;
}
.popup-form__btn-left {
  width: auto;
}
.popup-form__other-operation {
  text-align: center;
  padding: 15px 0 0 0;
}
.popup-form__other-operation__btn {
  display: inline-flex;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.4;
  color: #000;
  background: none;
  cursor: pointer;
  border: none;
  border-bottom: 1px dashed #000;
}
.popup-form__other-operation__btn:hover {
  border-color: transparent;
  color: #000;
}
.popup-form__slider-range {
  display: flex;
  align-items: center;
  padding: 0 0 30px 0;
}
.popup-form__slider-range__label {
  color: #707070;
  font-weight: 400;
  font-size: 14px;
  padding: 0 15px 0 0;
}
.popup-form__slider-range .forms__item {
  flex-grow: 1;
  margin: 0;
}
.popup-form__slider-range__holder {
  margin: 0 0 30px 0;
  border: none;
  background: none;
  box-shadow: none;
  height: 20px;
}
.popup-form__slider-range__holder:before {
  content: "";
  width: 100%;
  height: 4px;
  border-radius: 4px;
  position: absolute;
  top: 8px;
  left: 0;
  background: #e3e3e3;
}
.popup-form__slider-range__holder .noUi-connect {
  background: none;
}
.popup-form__slider-range__holder .noUi-connect:before {
  content: "";
  height: 4px;
  top: 8px;
  background: #94B80A;
  width: 100%;
  position: absolute;
  left: 0;
}
.popup-form__slider-range__holder .noUi-handle {
  width: 30px;
  height: 20px;
  border-radius: 10px;
  box-shadow: none;
  border: none;
  background: #000;
  right: -15px;
  top: 0;
}
.popup-form__slider-range__holder .noUi-handle:after {
  display: none;
}
.popup-form__slider-range__holder .noUi-handle:before {
  border: none;
  width: 11px;
  height: 2px;
  box-shadow: none;
  background: url("../../i/container.svg#icon-53") center center no-repeat;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate3d(-50%, -50%, 0);
}

.modal-article-text {
  max-height: 500px;
  overflow: hidden;
  overflow-y: auto;
  font-weight: 400;
  font-size: 14px;
  line-height: 135%;
  color: #000;
  padding: 0 20px 0 0;
}
.modal-article-text p {
  padding: 0 0 20px 0;
  margin: 0;
}
.modal-article-text p:last-child {
  padding-bottom: 40px;
}

.block-bottom-shadow-white {
  position: relative;
}
.block-bottom-shadow-white:after {
  content: "";
  width: 100%;
  height: 69px;
  background: linear-gradient(0, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  left: 0;
  position: absolute;
}

.search-modal-wrapper {
  margin: -10px 0 0 0;
  padding: 0 0 5px 0;
}

.callback-form {
  border-top: 1px solid #e3e3e3;
  padding: 25px 0 31px 0;
}
.callback-form__title {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #000;
  text-align: center;
  padding: 0 0 20px 0;
}
.callback-form .form-control {
  margin: 0 0 10px 0;
}

.another-connect {
  border-top: 1px solid #e3e3e3;
  padding: 0 0 16px 0;
  text-align: center;
  line-height: 12px;
}
.another-connect__text {
  display: inline-flex;
  position: relative;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  color: #707070;
  padding: 0 10px;
  background: #fff;
  top: -8px;
}

.connect-phone {
  padding: 0 0 30px 0;
  display: flex;
  justify-content: center;
}
.connect-phone__link {
  display: block;
  text-decoration: none;
  font-weight: 600;
  font-size: 22px;
  line-height: 1;
  color: #000;
  padding: 0 0 0 45px;
  position: relative;
}
.connect-phone__link:before {
  content: "";
  width: 35px;
  height: 36px;
  position: absolute;
  left: 0;
  top: 1px;
  background: url("../../i/container.svg#icon-166") center center no-repeat;
}
.connect-phone__link__help-text {
  display: block;
  color: #707070;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  padding: 6px 0 0 0;
  transition: color 0.2s ease;
}
.connect-phone__link:hover .connect-phone__link__help-text {
  color: #556710;
}

.connect-social {
  display: flex;
  align-items: center;
  justify-content: center;
}
.connect-social__link {
  margin: 0 8px;
  display: block;
  text-decoration: none;
  width: 113px;
  height: 99px;
  background: #F5F5F5;
  border-radius: 10px;
  text-align: center;
  padding: 70px 0 0 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: #000;
  position: relative;
}
.connect-social__link:hover {
  background: #e3e3e3;
  color: #000;
  text-decoration: none;
}
.connect-social__link:before {
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: 10px;
  left: 50%;
  position: absolute;
  margin: 0 0 0 -25px;
}
.connect-social__link_telegram:before {
  background: #1EA5DF url("../../i/container.svg#icon-72") center center no-repeat;
  background-size: 26px auto;
}
.connect-social__link_viber:before {
  background: #7360F2 url("../../i/container.svg#icon-75") center center no-repeat;
  background-size: 27px auto;
}
.connect-social__link_whatsapp:before {
  background: #47E169 url("../../i/container.svg#icon-155") 13px center no-repeat;
  background-size: 25px auto;
}

.modal-w-350 .modal-dialog {
  max-width: 350px;
}
.modal-w-350 .modal-header {
  padding: 0 0 25px 0;
}
@media (max-width: 400px) {
  .modal-w-350 .modal-dialog {
    max-width: 90%;
    width: 100%;
    margin: auto;
    padding: 15px 0;
  }
}

.modal-w-960 .modal-dialog {
  max-width: 960px;
}
@media (max-width: 992px) {
  .modal-w-960 .modal-dialog {
    max-width: 90%;
    width: 100%;
    margin: auto;
    padding: 15px 0;
  }
}

.modal-w-476 .modal-dialog {
  max-width: 476px;
}
@media (max-width: 620px) {
  .modal-w-476 .modal-dialog {
    max-width: 90%;
    width: 100%;
    margin: auto;
    padding: 15px 0;
  }
}

.modal-w-428 .modal-dialog {
  max-width: 428px;
}
@media (max-width: 482px) {
  .modal-w-428 .modal-dialog {
    max-width: 90%;
    width: 100%;
    margin: auto;
    padding: 15px 0;
  }
}

.modal-w-700 .modal-dialog {
  max-width: 700px;
}
@media (max-width: 768px) {
  .modal-w-700 .modal-dialog {
    max-width: 90%;
    width: 100%;
    margin: auto;
    padding: 15px 0;
  }
}

.modal-w-1024 .modal-dialog {
  max-width: 1024px;
}
@media (max-width: 1040px) {
  .modal-w-1024 .modal-dialog {
    max-width: 90%;
    width: 100%;
    margin: auto;
    padding: 15px 0;
  }
}

.modal-search .modal-dialog {
  max-width: 775px;
}
@media (max-width: 800px) {
  .modal-search .modal-dialog {
    max-width: 90%;
    width: 100%;
    margin: auto;
    padding: 15px 0;
  }
}
.modal-search .modal-content {
  border-radius: 25px;
  padding: 20px;
}
.modal-search .modal-header {
  padding: 0 0 20px 0;
}
.modal-search_with-result .modal-header {
  display: none;
}
.modal-search_with-result .modal-content {
  padding: 0;
}
.modal-search_with-result .modal-search-wrapper {
  margin: 0;
}

.product-modal-slider-wrapper {
  position: relative;
  margin: 20px -15px 40px -15px;
}
.product-modal-slider-wrapper .swiper-button-prev {
  left: 15px;
}
.product-modal-slider-wrapper .swiper-button-next {
  right: 15px;
}
.product-modal-slider-wrapper img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}
@media (max-width: 620px) {
  .product-modal-slider-wrapper {
    margin: 0 -15px 30px -15px;
  }
}

.product-modal .modal-title {
  font-weight: 600;
  font-size: 22px;
  line-height: 135%;
  padding: 0 0 15px 0 !important;
}
@media (max-width: 620px) {
  .product-modal .modal-title {
    padding: 0 0 15px 0 !important;
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .product-modal .modal-title {
    font-size: 16px;
  }
}
.product-modal__meta-top-row, .product-modal__meta-bottom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 20px 0;
}
@media (max-width: 620px) {
  .product-modal__meta-bottom-row {
    display: block;
  }
}
.product-modal__code {
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #707070;
  display: flex;
  align-items: center;
  flex-grow: 1;
  justify-content: flex-end;
}
.product-modal__code span {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #000;
  padding: 0 0 0 4px;
}
.product-modal__info-list__item {
  padding: 25px 0 10px;
  border-bottom: 1px solid #e3e3e3;
  display: flex;
  align-items: center;
}
.product-modal__info-list__item__label {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #707070;
  width: 50%;
  min-width: 50%;
  padding: 0 10px 0 0;
}
.product-modal__info-list__item__value {
  font-weight: 400;
  font-size: 14px;
  line-height: 135%;
  color: #000;
}
@media (max-width: 480px) {
  .product-modal__info-list__item {
    display: block;
    padding: 15px 0 10px;
  }
  .product-modal__info-list__item__label {
    width: 100%;
    min-width: 100%;
    padding: 0 70px 4px 0;
  }
  .product-modal__info-list__item__value {
    width: 100%;
    min-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .product-modal__info-list__item .link-w-border {
    margin: 0 0 0 10px;
  }
}
.product-modal__info-list__item .link-w-border {
  font-weight: 500;
  white-space: nowrap;
}
@media (max-width: 620px) {
  .product-modal .btn-product-select {
    padding: 9px 20px;
    justify-content: center;
    margin: 15px 0 0 0;
  }
  .product-modal .btn-product-select:before {
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
  }
}

.product-modal-container {
  max-height: calc(100vh - 140px);
  overflow-y: auto;
  padding: 0 20px 0 20px;
  margin: 0 0 0 -20px;
}
@media (max-width: 620px) {
  .product-modal-container {
    margin-top: 30px;
    max-height: unset;
    padding-right: 0;
    overflow: visible;
  }
}

@media (max-width: 620px) {
  .modal .modal-content {
    padding: 20px;
  }
  .modal .btn-close {
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    background-size: 11px auto;
  }
  .modal .modal-title {
    padding: 0 40px 0 0;
  }
  .modal-w-960 .modal-dialog .btn-close {
    right: -15px;
    top: -15px;
  }
  .modal-product .modal-dialog {
    max-width: 100%;
    margin: 0 !important;
    padding: 0;
  }
  .modal-product .modal-content {
    border-radius: 0;
  }
}
@media (max-width: 480px) {
  .auth-outer-list {
    margin: 0 0 21px 0;
    flex-wrap: wrap;
  }
  .auth-outer-list__item {
    width: 100%;
    min-width: 100%;
    padding: 0 0 15px 0;
  }
}
.my-build {
  max-height: 600px;
  overflow: hidden;
  overflow-y: auto;
  padding: 0 20px 0 0;
}
.my-build__row {
  display: flex;
  align-items: center;
  padding: 0 0 15px 0;
}
.my-build__pic {
  width: 60px;
  min-width: 60px;
  margin: 0 15px 0 0;
}
.my-build__title-col {
  flex-grow: 1;
  margin: 0 25px 0 0;
}
@media (max-width: 480px) {
  .my-build__title-col {
    margin: 0;
  }
}
.my-build__detail-name {
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  padding: 0 0 5px 0;
  color: #707070;
}
.my-build__detail-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.my-build__btn-col {
  margin: 0 15px 0 0;
}
.my-build__btn-col .btn {
  font-weight: 600;
  font-size: 12px;
  line-height: 21px;
  min-width: 90px;
}
.my-build__price {
  width: 90px;
  min-width: 90px;
  text-align: right;
  white-space: nowrap;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #000;
}
.my-build__price-currency {
  font-weight: 500;
  font-size: 13px;
  color: #000;
}

.modal-search-wrapper {
  margin: 0 -10px -10px -10px;
}
.modal-search-wrapper .search__form {
  background: none;
  border: 1px solid #CACACA;
}

.search-result {
  position: relative;
  border-top: 1px solid #e3e3e3;
  margin-top: -1px;
}
.search-result:before {
  content: "";
  height: 100%;
  width: 1px;
  background: #e3e3e3;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate3d(-50%, 0, 0);
}
.search-result__col {
  padding: 20px 8px 20px 20px;
}
.search-result__title {
  font-weight: 400;
  font-size: 13px;
  line-height: 135%;
  color: #707070;
  display: flex;
  align-items: baseline;
  padding: 0 0 10px 0;
}
.search-result__quan {
  background: #000;
  border-radius: 20px;
  height: 21px;
  line-height: 21px;
  padding: 0 4px;
  margin: 0 0 0 5px;
  font-weight: 600;
  font-size: 12px;
  color: #fff;
}
.search-result__list-wrapper {
  position: relative;
}
.search-result__list-wrapper:after {
  content: "";
  width: 100%;
  height: 50px;
  background: linear-gradient(0, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  left: 0;
  position: absolute;
}
.search-result__list {
  padding: 10px 10px 20px 0;
  max-height: 530px;
  overflow: hidden;
  overflow-y: auto;
}
.search-result__item {
  padding: 0 0 12px 0;
}
.search-result__item-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-weight: 400;
  font-size: 13px;
  line-height: 135%;
  color: #000;
}
.search-result__item-pic {
  width: 50px;
  min-width: 50px;
  margin: 0 8px 0 0;
  padding: 5px;
}
.search-result__item-txt {
  flex-grow: 1;
}

.search-options {
  padding: 0 0 10px 0;
}
.search-options__title {
  padding: 0 0 12px 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 135%;
  color: #000;
}
.search-options__item {
  padding: 0 0 10px 20px;
  font-size: 14px;
}
.search-options:last-child {
  padding-bottom: 30px;
}

.modal-post {
  display: flex;
}
.modal-post__data {
  width: 43%;
  min-width: 43%;
  position: relative;
  z-index: 2;
  background: #fff;
  border-radius: 10px;
  padding: 0 0 15px 0;
}
.modal-post__map {
  width: 57%;
  min-width: 57%;
  position: relative;
  z-index: 1;
  border-radius: 0 10px 10px 0;
}
.modal-post__map__fake-map {
  background: url("../../i/image-map.png") right 0 no-repeat;
  background-size: cover;
  margin: 0 0 0 -10px;
  height: 640px;
  border-radius: 0 10px 10px 0;
  overflow: hidden;
}
.modal-post .modal-header {
  padding: 30px;
  border-bottom: 1px solid #e3e3e3;
}
.modal-post .modal-title {
  line-height: 1;
}
.modal-post .search-short {
  padding: 20px 30px;
}
.modal-post__scroll {
  margin: 0 30px;
  position: relative;
}
.modal-post__scroll:after {
  content: "";
  height: 40px;
  width: 100%;
  left: 0px;
  bottom: 0px;
  position: absolute;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}
.modal-post .custom-scroll {
  max-height: 458px;
  overflow-y: auto;
}
.modal-post__list {
  padding: 0 20px 30px 0;
}
.modal-post__item {
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 10px;
}
.modal-post__item.active {
  border-color: #94B80A;
}
.modal-post__item.active .post-office {
  display: block;
}
.modal-post__notification {
  color: #F10C0C;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  margin: 5px 0 0 28px;
  padding: 0 0 0 17px;
  background: url("../../i/container.svg#icon-156") no-repeat;
  background-size: 12px 12px;
}
.modal-post_shops .modal-post__data {
  width: 50%;
  min-width: 50%;
  background: none;
  border-radius: 0;
  padding: 0;
}
.modal-post_shops .modal-post__map {
  width: 50%;
  min-width: 50%;
  border-radius: 10px 0 0 10px;
  position: relative;
  min-height: 360px;
}
.modal-post_shops .modal-post__map__fake-map {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  border-radius: 10px 0 0 10px;
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .modal-post .modal-header, .modal-post .search-short {
    padding: 15px 20px;
  }
  .modal-post .modal-post__scroll {
    margin: 0 20px;
  }
}
@media (max-width: 767px) {
  .modal-post_shops {
    flex-wrap: wrap;
  }
  .modal-post_shops .modal-post__data {
    width: 100%;
    min-width: 100%;
    order: 1;
  }
  .modal-post_shops .modal-post__map {
    width: 100%;
    min-width: 100%;
    order: 2;
    border-radius: 10px;
    height: 474px;
  }
  .modal-post_shops .modal-post__map__fake-map {
    border-radius: 10px;
    height: 474px;
  }
  .modal-post_shops .modal-post__shop-photo {
    display: none;
  }
  .modal-post_shops .modal-post__shop-select {
    padding: 15px 65px 10px 20px;
    border: none;
  }
  .modal-post_shops .modal-post__one-shop {
    padding: 0 65px 10px 20px;
  }
  .modal-post .shops-select-box .select2-container--default .select2-selection--single {
    height: 24px;
  }
  .modal-post .shops-select-box .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 24px;
  }
  .modal-post .shops-select-box .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px;
  }
}
.modal-post__shop-select {
  padding: 15px 30px;
  border-bottom: 1px solid #e3e3e3;
  display: flex;
}
.modal-post__one-shop {
  padding: 15px 30px 20px 30px;
}
.modal-post__shop-title {
  font-weight: 400;
  font-size: 14px;
  line-height: 135%;
  color: #000;
  padding: 0 0 10px 0;
}
.modal-post__shop-photo {
  padding: 5px 0 10px 0;
}
.modal-post__shop-photo img {
  border-radius: 10px;
}

.post-office {
  display: none;
}
.post-office__info {
  padding: 15px 0 0 28px;
}
.post-office__schedule {
  padding: 0 0 9px 0;
}
.post-office__schedule__item {
  padding: 0 0 6px 0;
  display: flex;
  align-items: baseline;
}
.post-office__schedule__day {
  width: 58px;
  min-width: 58px;
  height: 22px;
  line-height: 22px;
  background: #F5F5F5;
  font-weight: 600;
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
  margin: 0 10px 0 0;
  text-align: center;
}
.post-office__schedule__time {
  font-weight: 400;
  font-size: 14px;
  line-height: 135%;
  color: #707070;
}

.map-point-info__container {
  background: #000;
  border-radius: 15px;
  width: 230px;
  padding: 15px;
  position: relative;
}
.map-point-info__container:before {
  content: "";
  width: 2px;
  height: 28px;
  position: absolute;
  left: 50%;
  margin: 0 0 0 -1px;
  bottom: -28px;
  background: #000;
}
.map-point-info__container:after {
  content: "";
  width: 18px;
  height: 10px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: -38px;
  margin: 0 0 0 -9px;
}
.map-point-info_shop-point .map-point-info__container {
  padding: 10px;
}
.map-point-info_shop-point .map-point-info__title {
  padding: 0;
  text-align: center;
}
.map-point-info_active .map-point-info__container {
  background: #94B80A;
}
.map-point-info_active .map-point-info__container:before, .map-point-info_active .map-point-info__container:after {
  background: #94B80A;
}
.map-point-info_active .map-point-info__title, .map-point-info_active .map-point-info__sub-title {
  color: #fff;
}
.map-point-info__title {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #fff;
  margin: 0;
  padding: 0 0 15px 0;
}
.map-point-info__sub-title {
  font-weight: 400;
  font-size: 13px;
  line-height: 135%;
  color: #707070;
  text-align: center;
  padding: 0 0 2px 0;
}
.map-point-info .post-office__schedule__day {
  background: rgba(112, 112, 112, 0.4);
  color: #fff;
}
.map-point-info .post-office__schedule__time {
  color: #fff;
}
.map-point-info__btn {
  width: 100%;
  min-width: 100%;
}

@media (max-width: 1070px) {
  .modal-w-1024 .modal-dialog {
    max-width: 90%;
  }
  .modal-w-1024 .btn-close {
    right: 15px;
    top: 15px;
  }
}
@media (max-width: 992px) {
  .checkoutEdit .modal-dialog {
    align-items: flex-end;
    margin: auto;
    max-height: 100dvh;
    min-height: 100dvh;
    padding: 0;
  }
  .checkoutEdit .modal-body .custom-scroll {
    overflow-y: auto;
    max-height: calc(100dvh - 255px);
    padding-right: 10px;
  }
  .checkoutEdit .modal-body .wrapper-cart--e-state .custom-scroll {
    overflow-y: auto;
    max-height: calc(100dvh - 360px);
    padding-right: 10px;
  }
  .checkoutEdit .modal-content {
    border-radius: 10px 10px 0 0;
  }
  .checkoutEdit .btn-close {
    right: 15px;
    top: 15px;
  }
}
@media (max-width: 768px) {
  .checkoutEdit .modal-content {
    padding: 15px;
  }
  .checkoutEdit .thanks-page__kit {
    padding: 15px;
  }
  .checkoutEdit .modal-header {
    margin: 0 -15px 20px -15px;
    padding: 12px 40px 23px 15px;
    border-bottom: 1px solid #e3e3e3;
  }
  .checkoutEdit .modal-dialog {
    max-width: 100%;
  }
  .checkoutEdit .thanks-page__kit-header-column_right {
    position: relative;
  }
  .checkoutEdit .thanks-page__kit-header-column_right .dots-block {
    right: -38px;
    top: -5px;
  }
  .checkoutEdit .thanks-page__kit-price {
    line-height: 28px;
  }
  .checkoutEdit .thanks-page__kit-price_old {
    top: 0px;
    right: 85px;
    position: absolute;
    line-height: 1;
  }
  .checkoutEdit .thanks-page__kit-price_new {
    top: 15px;
    right: 85px;
    position: absolute;
    margin: 0;
    line-height: 1;
  }
  .checkoutEdit .thanks-page__kit-title, .checkoutEdit .thanks-page__kit-type {
    padding-left: 0;
  }
  .checkoutEdit .thanks-page__kit-title:before, .checkoutEdit .thanks-page__kit-type:before {
    display: none;
  }
  .checkoutEdit .thanks-page__kit-title {
    margin: 0;
    width: 100%;
  }
  .checkoutEdit .thanks-page__product-row_padding-left {
    padding: 0;
  }
}
@media (max-width: 360px) {
  .checkoutEdit .thanks-page__kit-type {
    font-size: 12px;
  }
}
.wrapper-cart {
  position: relative;
}
.wrapper-cart .custom-scroll {
  max-height: calc(100dvh - 280px);
  overflow-y: auto;
  padding: 0 10px 0 0;
  margin: 0 -5px;
}
@media (max-width: 480px) {
  .wrapper-cart .custom-scroll {
    padding: 0 5px 0 0;
  }
}

.wrapper-cart--e-state .custom-scroll {
  max-height: calc(100dvh - 340px);
  overflow-y: auto;
  padding: 0 10px 0 0;
  margin: 0 -5px;
}
@media (max-width: 480px) {
  .wrapper-cart--e-state .custom-scroll {
    padding: 0 5px 0 0;
  }
}

.bag-total {
  padding: 15px 20px;
  background: #F2F2F2;
  border-radius: 10px;
  margin-top: 20px;
}
.bag-total__row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.bag-total__row + .bag-total__row {
  padding-top: 6px;
}
.bag-total__label {
  font-weight: 400;
  font-size: 13px;
  line-height: 135%;
  color: #000;
}
.bag-total__value {
  white-space: nowrap;
}
.bag-total .thanks-page__product-bonus {
  margin: 0;
  color: #94B80A;
}
.bag-total .thanks-page__kit-price {
  margin: 0;
}
@media (max-width: 768px) {
  .bag-total .col-12.col-md-6 + .col-12.col-md-6 {
    padding-top: 15px;
  }
}

.modal-w-460 .modal-dialog {
  max-width: 460px;
}
.modal-w-460 .modal-header {
  padding: 0 0 15px 0;
}
.modal-w-460 .forms__item {
  margin: 0 0 15px 0;
}
.modal-w-460 .popup-form__btn {
  margin: 0;
}
@media (max-width: 620px) {
  .modal-w-460 .btn-close {
    right: 10px;
    top: 10px;
  }
  .modal-w-460 .modal-title {
    padding-right: 40px;
  }
}
@media (max-width: 480px) {
  .modal-w-460 .modal-dialog {
    max-width: 85%;
    width: 100%;
    margin: auto;
    padding: 15px 0;
  }
}

.modal-w-600 .modal-dialog {
  max-width: 600px;
}
@media (max-width: 640px) {
  .modal-w-600 .modal-dialog {
    max-width: 85%;
    width: 100%;
    margin: auto;
    padding: 15px 0;
  }
}
@media (max-width: 360px) {
  .modal-w-600 .modal-dialog {
    max-width: 85%;
    width: 100%;
    margin: auto;
    padding: 15px 0;
  }
}

.modal-w-350 .modal-dialog {
  max-width: 350px;
}
.modal-w-350 .justify-content-sm-between {
  justify-content: space-between;
}
.modal-w-350 .modal-header {
  padding: 0 0 15px 0;
}
.modal-w-350 .forms__item {
  margin: 0 0 15px 0;
}
.modal-w-350 .popup-form__btn {
  margin: 0;
}
.modal-w-350 .btn-close {
  right: -20px;
  top: -20px;
}
@media (max-width: 620px) {
  .modal-w-350 .btn-close {
    right: 10px;
    top: 10px;
  }
  .modal-w-350 .modal-title {
    padding-right: 40px;
  }
}
@media (max-width: 566px) {
  .modal-w-350 .modal-dialog {
    width: 350px;
    margin: auto;
  }
  .modal-w-350 .link-w-border, .modal-w-350 input[type=checkbox] + label {
    font-size: 12px;
  }
  .modal-w-350 .link-w-border {
    line-height: 16px;
    white-space: nowrap;
    display: inline-block;
    vertical-align: top;
    height: 16px;
    position: relative;
    margin: 2px 0 0 0;
  }
}
@media (max-width: 360px) {
  .modal-w-350 .modal-dialog {
    max-width: 85%;
    width: 100%;
    margin: auto;
    padding: 15px 0;
  }
}
.modal-w-350 #checkRegSubscribe[type=checkbox] + label {
  font-size: 12px;
  line-height: 1.2;
}
.modal-w-350 .comments-tabs_in-checkout .comments-tabs__wrap {
  width: 100%;
  display: flex;
}
.modal-w-350 .comments-tabs_in-checkout .comments-tabs__wrap .nav-item {
  flex-grow: 1;
}
.modal-w-350 .comments-tabs_in-checkout .comments-tabs__wrap .comments-tabs__item {
  flex-grow: 1;
  width: 100%;
  text-align: center;
  justify-content: center;
}

.modal-intro-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 135%;
  color: #000;
  padding: 0 0 15px 0;
}
.modal-intro-text p {
  padding: 0;
  margin: 0;
}
.modal-intro-text p + p {
  padding: 15px 0 0 0;
}

.save-build-over {
  margin: -5px 0 15px 0;
}
.save-build-over .custom-scroll {
  overflow-y: auto;
  max-height: 105px;
}

.build-short-item {
  display: flex;
  align-items: center;
  padding: 0 15px 0 0;
}
.build-short-item__pic {
  width: 40px;
  flex-shrink: 0;
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: center;
  padding: 5px;
  margin: 0 10px 0 0;
}
@media (max-width: 768px) {
  .build-short-item__pic {
    width: 30px;
    height: 30px;
    padding: 0;
  }
}
.build-short-item__pic img {
  display: block;
  width: 100%;
  height: auto;
}
.build-short-item__title {
  flex-grow: 1;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  .build-short-item__title {
    -webkit-line-clamp: 3;
    font-size: 13px;
  }
}
.build-short-item__price {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #000;
  white-space: nowrap;
  min-width: 80px;
  text-align: right;
  margin: 0 0 0 15px;
}
@media (max-width: 768px) {
  .build-short-item__price {
    min-width: unset;
    margin: 0 0 0 5px;
  }
}
@media (max-width: 768px) {
  .build-short-item__price {
    font-size: 13px;
  }
}
.build-short-item__price span {
  font-size: 13px;
}
@media (max-width: 768px) {
  .build-short-item__price span {
    font-size: 12px;
  }
}

.build-short-item + .build-short-item {
  margin: 10px 0 0 0;
}

#modalSaveBuild .popup-form__btn {
  margin: 0;
}

.save-build__missing-list {
  border: 1px solid #A2C617;
  border-radius: 10px;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 15px 5px 0;
  /*@media (max-width: 768px) {
      padding: 0;
      border: none;
  }*/
}
.save-build__missing-item {
  width: 33.3333%;
  flex-shrink: 0;
  padding: 5px 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
}
@media (max-width: 980px) {
  .save-build__missing-item {
    width: 50%;
  }
}
@media (max-width: 490px) {
  .save-build__missing-item {
    width: 100%;
  }
}
.save-build__missing-item a {
  text-decoration: underline;
  color: #000;
  padding: 0 0 0 10px;
  position: relative;
}
.save-build__missing-item a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  background: #000;
  width: 2px;
  height: 2px;
  border-radius: 50%;
}

.build-total-row {
  display: flex;
  justify-content: space-between;
  padding: 15px;
  background: #F5F5F5;
  border-radius: 10px;
  font-weight: 400;
  font-size: 13px;
  line-height: 135%;
  margin: 0 0 20px 0;
}
.build-total-row__value {
  white-space: nowrap;
  font-weight: 500;
  font-size: 14px;
  line-height: 135%;
}
.build-total-row__value span {
  font-size: 12px;
}

@media (max-width: 768px) {
  .save-build-over__missing .custom-scroll {
    max-height: unset;
  }
}

#modalAddReviewProduct.modal .modal-header {
  padding-bottom: 20px;
}
#modalAddReviewProduct.modal .modal-title {
  font-weight: 400;
  font-size: 18px;
  color: #707070;
}
#modalAddReviewProduct.modal .modal-title strong {
  font-weight: 600;
  color: #000;
}
@media (max-width: 480px) {
  #modalAddReviewProduct.modal .modal-title {
    font-size: 16px;
  }
}

.shops-tabs-nav {
  padding: 0;
  margin: 0;
  border-bottom: 2px solid #e3e3e3;
}
.shops-tabs-nav .nav-link {
  width: 33.3333%;
  flex-shrink: 0;
  text-align: center;
  border: none;
  padding: 0 0 10px 0;
  position: relative;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  color: #000;
  cursor: pointer;
  margin: 0;
}
@media (max-width: 620px) {
  .shops-tabs-nav .nav-link {
    padding: 0 0 5px 0;
  }
}
.shops-tabs-nav .nav-link:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.shops-tabs-nav .nav-link.active:before {
  background: #000;
}

.address-item {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 620px) {
  .address-item {
    display: block;
  }
  .address-item__right-col {
    padding: 0 0 0 30px;
  }
}
.address-item__left-col {
  padding: 0 20px 0 30px;
}
@media (max-width: 620px) {
  .address-item__left-col {
    padding: 0 0 20px 30px;
  }
}
.address-item__address {
  position: relative;
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 135%;
  color: #000;
  margin: 0 0 15px 0;
  padding: 0;
}
.address-item__address:before {
  content: "";
  background: url("../../i/container.svg#icon-170") no-repeat;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  left: -30px;
  top: 0;
}
.address-item__links {
  display: flex;
}
.address-item__links .link-w-border {
  color: #000;
  font-size: 12px;
}
.address-item__links .link-w-border + .link-w-border {
  margin: 0 0 0 15px;
}
@media (max-width: 620px) {
  .address-item__links .link-w-border + .link-w-border {
    margin: 0 0 0 10px;
  }
}

.address-item + .address-item {
  border-top: 1px solid #e3e3e3;
}

.schedule-item {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.schedule-item__label {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #000;
  padding: 4px 10px;
  background: #F5F5F5;
  margin: 0 10px 0 0;
}
.schedule-item__value {
  font-weight: 400;
  font-size: 14px;
  line-height: 135%;
  color: #707070;
}

.schedule-item + .schedule-item {
  margin: 10px 0 0 0;
}

.modal-w-640 .modal-dialog {
  max-width: 640px;
}
@media (max-width: 768px) {
  .modal-w-640 .modal-dialog {
    max-width: 90%;
    width: 100%;
    margin: auto;
    padding: 15px 0;
  }
}

.my-wish-list {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
}
.my-wish-list__item {
  border-bottom: 1px solid #e3e3e3;
  padding: 16px 0;
}
.my-wish-list > li:first-child {
  padding-top: 0;
}
.my-wish-list input[type=checkbox] + label {
  padding: 0 24px 0 0;
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
}
.my-wish-list input[type=checkbox] + label:before {
  left: auto;
  right: 0;
}
.my-wish-list input[type=checkbox] + label span {
  color: #707070;
}

.create-new-wishlist {
  padding: 0 0 25px 0;
  font-weight: 500;
  font-size: 14px;
}
.create-new-wishlist .link-w-border:after {
  content: "";
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 .75V6m0 5.25V6m0 0h5.25M6 6H.75' stroke='%23000' stroke-width='1.4' stroke-linecap='square'/%3E%3C/svg%3E") no-repeat;
  margin: 0 0 0 7px;
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 2px;
}
.create-new-wishlist .link-w-border:hover:after {
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 .75V6m0 5.25V6m0 0h5.25M6 6H.75' stroke='%23556710' stroke-width='1.4' stroke-linecap='square'/%3E%3C/svg%3E") no-repeat;
}

.modal-battle-ico {
  padding: 0 0 14px 0;
}
.modal-battle-ico img {
  display: block;
  margin: auto;
  max-width: 100%;
  height: auto;
}
.modal-battle-ico__status {
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  background: #F8F8FF;
  border: 1px solid rgba(148, 142, 166, 0.6);
  display: flex;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12), 0px 0px 2px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  margin: auto;
}

.modal-w-476 .modal-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  color: #2C204F;
  padding: 0 0 10px 0;
  margin: 0;
}

@media (max-width: 768px) {
  .modal-w-476 .modal-content {
    padding-top: 40px;
  }
}
.page-battle .modal-w-476 {
  text-align: center;
}
.page-battle .modal-w-476 .popup-form__btn {
  margin: 0;
}

.modal-battle-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
  color: #2C204F;
  padding: 0 0 25px 0;
}
.modal-battle-text a {
  text-decoration: underline;
  color: #2C204F;
}
.modal-battle-text a:hover {
  text-decoration: none;
  color: #2C204F;
}
@media (max-width: 480px) {
  .modal-battle-text {
    font-size: 14px;
    padding: 0 0 20px 0;
  }
}

#battleAddLink .form-floating > textarea.form-control {
  min-height: 40px;
  word-break: break-all;
  resize: none;
}
#battleAddLink .form-floating > textarea.form-control + label {
  word-break: break-all;
}
#battleAddLink .form-floating > .form-control:focus ~ label, #battleAddLink .form-floating > .form-control:not(:placeholder-shown) ~ label {
  font-size: 11px;
}

.modal-battle-promocode {
  display: inline-flex;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
  color: #EE4233;
  padding: 10px 16px;
  border: 1px solid rgba(81, 38, 205, 0.16);
  border-radius: 200px;
  margin: 8px 0 16px 0;
}

#battleSecretPrize .modal-content {
  background: #EE4233;
  color: #fff;
}
#battleSecretPrize .modal-content .modal-battle-ico {
  margin: -30px 0 -90px 0;
}
@media (max-width: 768px) {
  #battleSecretPrize .modal-content .modal-battle-ico {
    margin: -40px 0 -80px 0;
  }
}
@media (max-width: 440px) {
  #battleSecretPrize .modal-content .modal-battle-ico {
    margin: -40px 0 -60px 0;
  }
}
#battleSecretPrize .modal-title, #battleSecretPrize .modal-battle-text {
  color: #fff;
}

.page-battle #battleSecretPrize .popup-form__btn {
  background: #fff;
  color: #EE4233;
}

.modalCfgFinish .modal-sub-title {
  font-weight: 600;
}
.modalCfgFinish .modal-title {
  font-size: 24px;
  padding: 0 0 20px 0;
}

.cfg-selected-list {
  list-style: none;
  margin: 0 0 20px 0;
}
.cfg-selected-list__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  line-height: 20px;
  margin: 0 0 5px 0;
}
@media (max-width: 480px) {
  .cfg-selected-list__item {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
}
.cfg-selected-list__item__title {
  flex-grow: 1;
  font-size: 14px;
  padding: 0 0 0 16px;
  position: relative;
}
.cfg-selected-list__item__title:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #94B80A;
  position: absolute;
  left: 0;
  top: 8px;
}
@media (max-width: 480px) {
  .cfg-selected-list__item__title {
    width: 100%;
    padding-bottom: 5px;
  }
}
.cfg-selected-list__item__qt {
  width: 50px;
  flex-shrink: 0;
  padding: 0 0 0 5px;
  color: #707070;
}
@media (max-width: 480px) {
  .cfg-selected-list__item__qt {
    padding: 0 0 0 16px;
  }
}
.cfg-selected-list__item__price {
  width: 110px;
  flex-shrink: 0;
  padding: 0 0 0 5px;
  white-space: nowrap;
}
.cfg-selected-list__item__price span {
  font-size: 16px;
  font-weight: 500;
}

.cfg-missing-list {
  list-style: none;
  margin: 0 0 20px 0;
  margin: 0 -10px 20px -10px;
  padding: 10px;
  background: #CACACA;
}
.cfg-missing-list__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  line-height: 20px;
  padding: 0 0 0 16px;
  position: relative;
}
.cfg-missing-list__item:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  left: 0;
  top: 8px;
}

.cfg-assembly-params {
  margin: 0 0 15px 0;
  font-size: 16px;
}

.cfg-text-for-finish {
  font-size: 13px;
  padding: 0 0 15px 0;
}

.cfg-modal-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0 0 0;
}
@media (max-width: 620px) {
  .cfg-modal-footer {
    flex-wrap: wrap;
    padding: 5px 0 0 0;
  }
}
@media (max-width: 480px) {
  .cfg-modal-footer {
    padding: 0;
  }
}
.cfg-modal-footer__back {
  padding: 0 10px 0 0;
}
@media (max-width: 620px) {
  .cfg-modal-footer__back {
    order: 2;
  }
}
@media (max-width: 480px) {
  .cfg-modal-footer__back {
    width: 100%;
    padding: 5px 0 0 0;
  }
}
.cfg-modal-footer__back .btn-back2cng {
  background: none;
  border: none;
  padding: 0 0 0 20px;
  cursor: pointer;
  color: #94B80A;
  position: relative;
}
.cfg-modal-footer__back .btn-back2cng:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../../i/container.svg#icon-194") center center no-repeat;
  background-size: 16px auto;
}
.cfg-modal-footer__total {
  color: #707070;
  font-size: 12px;
}
@media (max-width: 620px) {
  .cfg-modal-footer__total {
    order: 1;
    width: 100%;
    padding: 0 0 5px 0;
    font-size: 14px;
  }
}
.cfg-modal-footer__total .summ {
  display: block;
  white-space: nowrap;
  font-weight: 500;
  font-size: 16px;
  color: #000;
}
@media (max-width: 620px) {
  .cfg-modal-footer__total .summ {
    display: inline-block;
    vertical-align: baseline;
    padding: 0 0 0 5px;
    font-size: 18px;
  }
}
.cfg-modal-footer__total .summ i {
  font-style: normal;
  font-size: 12px;
  font-weight: 400;
}
.cfg-modal-footer__go-next {
  padding: 0 0 0 10px;
}
@media (max-width: 620px) {
  .cfg-modal-footer__go-next {
    order: 3;
  }
}
@media (max-width: 480px) {
  .cfg-modal-footer__go-next {
    width: 100%;
    padding: 5px 0 0 0;
  }
  .cfg-modal-footer__go-next .popup-form__btn {
    width: 100%;
  }
}

.modal-w-400 .modal-dialog {
  max-width: 400px;
}
.modal-w-400 .modal-header {
  padding: 0 0 25px 0;
}
@media (max-width: 620px) {
  .modal-w-400 .modal-header {
    padding: 0 0 20px 0;
  }
}
@media (max-width: 620px) {
  .modal-w-400 .modal-dialog {
    max-width: 90%;
    width: 100%;
    margin: auto;
    padding: 15px 0;
  }
  .modal-w-400 .modal-content .comments-tabs_in-checkout {
    margin: 0 0 20px 0;
  }
}

/*# sourceMappingURL=popup.css.map */
