

/* Start:/local/templates/bobox/components/spbstudio/header.select/bobox-select/style.css?173952903311011*/
.header-address__city {
}

.header-address__city a {
  align-items: center;
  color: #000;
  display: flex;
  font-size: 18px;
}

.header-address__city a svg {
  margin-right: 10px;
}

.header-address__city a:hover {
  text-decoration: underline;
}

.city-modal-nav__link.active {
  color: #d71921;
}

.spbstudio-sepia {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 999;
  background: url(/local/templates/bobox/components/spbstudio/header.select/bobox-select/img/sepia.png) repeat 0 0;
}

.vr-template__link {
  text-decoration: none;
  color: #000000;
}

.vr-template__link_hidden {
  display: none;
}

.choose-city-wrap {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  padding: 0px 0 10px;
}

.city-modal-nav {
  display: flex;
  flex-direction: column;
  height: calc(100% - 75px);
  padding: 0 5% calc(100% - 75px) 5%;
  overflow: auto;
  overscroll-behavior: contain;
}

.city-modal-nav > div {
  flex-grow: 1;
}

.vr-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1000;
  opacity: 1;
}

.vr-popup__content {
  background: #ffffff;
  box-shadow: 0px 0px 20px 0px rgb(13 14 14 / 25%);
  border-radius: 4px;
  position: relative;
  margin: 40px auto 0;
  width: 100%;
  max-width: 600px;
  text-align: left;
  float: none !important;
  height: 800px;
}

@media (min-width: 768px) {
  /* .vr-popup__content {
        width: 740px;
    } */
}

@media (min-width: 992px) {
  /* .vr-popup__content {
        width: 970px;
    } */

  .vr-popup__content_que {
    width: 740px;
  }
}

@media (min-width: 1200px) {
  /* .vr-popup__content {
        width: 1170px;
    } */

  .vr-popup__content_que {
    width: 740px;
  }
}

.vr-popup__content:after {
  clear: both;
}

.vr-popup__header {
  padding: 0 40px;
  background: #f9f9f9;
  border-bottom: 1px solid #dedede;
  border-radius: 4px 4px 0px 0px;
  float: none !important;
  margin: 0 !important;
}

.vr-popup__title {
  line-height: 50px;
  color: #000;
  font-family: 'Proxima Nova Light';
  margin: 0;
  padding: 0;
  font-size: 24px;
  float: none !important;
}

.vr-popup__close {
  display: block;
  position: absolute;
  right: 20px;
  top: 17px;
  font-size: 0;
  cursor: pointer;
  opacity: 1;
  border: none;
  height: 20px;
  width: 20px;
}

.vr-popup__close:before,
.vr-popup__close:after {
  position: absolute;
  content: ' ';
  height: 14px;
  left: 50%;
  width: 3px;
  background-color: #959595;
}

.vr-popup__close:hover:before,
.vr-popup__close:hover:after {
  background-color: #959595;
}

.vr-popup__close:before {
  transform: rotate(45deg);
}

.vr-popup__close:after {
  transform: rotate(-45deg);
}

.vr-popup__body {
  /*border-radius: 4px;*/
  /*box-shadow: 0px 0px 20px 0px rgb(13 14 14 / 25%);*/
  color: #000;
  font-size: 14px;
  padding: 0;
  height: calc(100% - 51px);
}

.vr-popup__paragraph {
  color: #000;
  font-family: 'Proxima Nova', sans-serif, PT Sans;
  font-size: 18px;
  padding: 20px 5%;
  margin: 0px;
}

.vr-popup__que-buttons-wrapper {
  padding: 0px 5% 20px 5%;
}

.spbstudio-list {
  float: none !important;
}

.spbstudio-list__col {
  float: left;
  padding: 0 10px;
  width: 33.33333%;
  box-sizing: border-box;
  margin: 0 !important;
}

.spbstudio-list__col:first-child {
  padding-left: 5%;
}

.spbstudio-list__col:last-child {
  padding-right: 5%;
}

.spbstudio-list__col_width-one-1 {
  width: 100%;
}

.spbstudio-list__col_width-one-2 {
  width: 50%;
}

.spbstudio-list__col_width-one-3 {
  width: 33.33333%;
}

.spbstudio-list__col_width-one-4 {
  width: 25%;
}

.spbstudio-list__col_width-one-5 {
  width: 20%;
}

.spbstudio-list__col_width-one-6 {
  width: 16.6666667%;
}

@media (max-width: 767px) {
  .spbstudio-list__col {
    width: 100%;
  }
}

.vr-popup__regions-letter-block {
  padding-bottom: 20px;
}

.vr-no-padding {
  padding: 0 !important;
}

.vr-popup__regions-letter-heading {
  color: #8184a1;
  font-size: 15px;
  line-height: 22px;
  text-decoration: none;
  display: block;
  text-align: center;
  border: none;
  margin-top: 10px;
  font-weight: bold;
}

.vr-popup__regions-letter-heading.vr-popup__regions-letter-heading_first {
}

.vr-popup__region-link,
.vr-popup__region-link:link {
  color: #8184a1;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
  display: block;
  text-align: center;
  border: none;
  border-radius: 3px;
}

.vr-popup__region-link:hover {
  text-decoration: underline;
  color: #156ba0;
}

.vr-popup__region-link.vr-popup__region-link_chosen {
  font-weight: bold;
  font-size: 15px;
}

.vr-popup__button,
.vr-popup__button:visited,
.vr-popup__button:link {
  color: #ffffff;
  background-color: #9b9b9b;
  display: inline-block;
  padding: 6px 12px;
  margin: 0 5px 5px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  text-decoration: none;
}

.vr-popup__button:hover,
.vr-popup__button:focus,
.vr-popup__button:active {
  color: #ffffff;
  background-color: #9b9b9b;
  border-color: #9b9b9b;
  -webkit-box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}

.vr-popup__button_danger {
  background-color: #d71921;
  color: #ffffff !important;
}

.vr-popup__button_danger:hover,
.vr-popup__button_danger:focus,
.vr-popup__button_danger:active {
  background-color: #d71921;
  border-color: #d71921;
  -webkit-box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

.modal-open {
  overflow: hidden;
}

.vr-popup__search-wrap {
  margin: 0px;
  display: block;
  position: relative;
  float: none !important;
  padding: 20px 5%;
}

.vr-popup__search-input {
  width: 100%;
  line-height: 30px;
  height: 34px;
  padding: 6px 30px;
  box-sizing: border-box;
  font-size: 14px;
  color: #555555;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  background: #ffffff url('/local/templates/bobox/components/spbstudio/header.select/bobox-select/img/search-icon.png') no-repeat;
  background-position: 7px center;
}

.vr-popup__search-input.with-suggestions {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.spbstudio-suggestions-wrap {
  border: 1px solid #cccccc;
  border-radius: 0 0 4px 4px;
  position: absolute;
  width: 90%;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
  z-index: 1;
  float: none !important;
  margin: 0 !important;
  overflow: auto;
  max-height: 500px;
}

.spbstudio-suggestion {
  display: block;
  padding: 10px 15px;
  background-color: #ffffff;
  border: none;
  color: #000000;
  cursor: pointer;
  float: none !important;
  margin: 0 !important;
}

.spbstudio-suggestion:hover {
  background-color: #f5f5f5;
}

.spbstudio-chosen-list {
  width: 100%;
  margin: 20px auto;
  float: none !important;
}

.spbstudio-chosen-list__item {
  float: left;
  height: 40px;
  text-align: center;
  list-style: none;
  font-weight: bold;
  color: #000000;
}

.spbstudio-chosen-list__item-one-1 {
  width: 100%;
}

.spbstudio-chosen-list__item-one-2 {
  width: 50%;
}

.spbstudio-chosen-list__item-one-3 {
  width: 33.33333%;
}

.spbstudio-chosen-list__item-one-4 {
  width: 25%;
}

.spbstudio-chosen-list__item-one-5 {
  width: 20%;
}

.spbstudio-chosen-list__item-one-6 {
  width: 16.6666667%;
}

@media (max-width: 767px) {
  .spbstudio-chosen-list__item {
    width: 100%;
  }
}

.vr-popup__suggested-region {
  font-weight: 700;
}

.spbstudio-oblast__select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  margin-bottom: 30px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  box-sizing: border-box;
}

.vr-template__fixed {
  position: relative;
  bottom: 0px;
  width: 100%;
  background-color: #9c9b9b;
  left: 0px;
  line-height: 30px;
  z-index: 1000;
  text-align: center;
}

.vr-template__fixed .vr-template__label {
  color: #ffffff;
}

.vr-template__fixed .vr-template__link {
  color: #ffffff;
}

.spbstudio-another-region {
  padding: 20px 10px 30px 10px;
  text-align: center;
}

.spbstudio-another-region__btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  color: #ffffff;
  background-color: #5cb85c;
  border: 1px solid #4cae4c;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.spbstudio-another-region__btn:hover {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
  text-decoration: none;
}

.vr-popup_inner-title {
  display: block;
  max-width: 100%;
  margin-bottom: 10px;
  font-weight: 700;
  margin-top: 20px;
  font-size: 14px;
  color: #8184a1;
  text-align: center;
}

.spbstudio-list__col_oblasti {
}

.vr-popup__oblast-link {
  color: #8184a1;
  font-size: 15px;
  line-height: 25px;
  text-decoration: none;
  display: block;
  text-align: left;
  border: none;
  border-radius: 3px;
}

@media (max-width: 1330px) {
  .header-address__city a {
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  .header-address__city {
    margin-bottom: 10px;
  }
  .header-address__city a {
    font-size: 18px;
  }

  .header-address__city a svg {
    height: 20px;
    width: 14px;
  }
}

@media (max-width: 767px) {
  .vr-popup__header {
    padding: 0 20px;
  }
  .vr-popup__title {
    font-size: 22px;
  }
  .choose-city__link {
    font-size: 16px;
  }
  .vr-popup__oblast-link {
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  .header-address__city {
    margin-bottom: 18px;
  }
  .header-address__city a {
    font-size: 14px;
  }
}

/* End */
/* /local/templates/bobox/components/spbstudio/header.select/bobox-select/style.css?173952903311011 */
