/* --------- Clear -------- */
* {
  padding: 0;
  margin: 0;
  bottom: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

body {
  height: 100%;
}

html,
body {
  width: 100%;
  height: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1 h2 h3 h4 h5 h6 {
  font-size: inherit;
  font-weight: 400;
}

/* -------------------------- */
body {
  padding: 20px 25px 20px 25px;
  text-align: center;
  
  font-family: "Circe";
  /*background-image: url(../../images/bg_top.png);
  background-position: left 10px;
  background-repeat: no-repeat;
  background-size: 100% 200px;*/
}

#footer {
	height: 186px;
	/*background-image: url(../../images/bg_bottom.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 100% 186px;*/
	text-align: left;
	padding-top: 100px;
	padding-left: 25px;
	margin: 30px -25px -20px -25px;
	
}

#footer .phone, #footer .email {
	color: #fff;
	
	display: block;
	margin: 10px 0px;
	clear: both;
	padding-left: 30px;
	height: 28px;
	line-height: 21px;
	font-size: 18px;
	background-position: left top;
	background-repeat: no-repeat;
}

#footer .phone {
	background-image: url(../../images/icon_phone.png);
}

#footer .email {
	background-image: url(../../images/icon_web.png);
}

.top-line {
  margin: 0 -10px;
  height: 40px;
  margin-bottom: 0px;
}

.top-line__gerb {
  float: left;
  width: 65%;
  max-width: 244px;
}

.top-line__logo {
  float: right;
  width: 30%;
  max-width: 117px;
}


.content {
	margin-top: 10px;
}

.content__title {
  font-size: 24px;
  margin-bottom: 25px;
  text-transform: uppercase;
  color: #78013b;
  font-weight: 800;
}

.content__text {
  margin-bottom: 45px;
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
  color: #e04e39;
}

.content__text p {
  margin-bottom: 20px;
}

.queue {
  display: none;
}

.queue__ticket {
  text-transform: uppercase;
  font-family: PT Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  line-height: 165px;
  text-align: center;
  letter-spacing: 0.291225px;
  font-variant: small-caps;
  color: #78013b;
  background: url("../../images/ticket2.svg") center no-repeat;
  height: 182px;
  margin-bottom: 10px;
}

.queue__quite {
  margin-bottom: 25px;
}

.message {
  font-family: Circe;
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 35px;
  text-align: center;
  color: #000;
  padding: 10px 35px;
  margin: 0 -35px;
  margin-bottom: 25px;
}

#apple-message {
  display: none;
  font-family: Circe;
  font-style: normal;
  font-weight: normal;
  font-size: 23px;
  line-height: 27px;
  text-align: center;
  color: #e04e39;
  padding: 0px 35px;
  margin: -5px -35px 15px -35px;
}

.queue__message {
  font-family: Circe;
  font-style: normal;
  font-weight: 800;
  font-size: 25px;
  line-height: 35px;
  text-align: center;
  color: #ffffff;
  background: #e04e39;
  padding: 10px 35px;
  margin: 0 -35px;
  margin-bottom: 25px;
}

.queue__list {
  width: 100%;
  border: 3px solid #78013b;
  border-radius: 20px;
  overflow: hidden;
}

.queue__item {
  border-bottom: 3px solid #78013b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.queue__window {
  vertical-align: middle;
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 118px;
          flex: 0 0 118px;
  font-family: PT Sans;
  font-size: 25px;
  line-height: 70px;
  text-align: center;
  color: #000000;
}

.queue__arrow {
  vertical-align: middle;
  display: inline-block;
  font-family: PT Sans;
  font-size: 25px;
  line-height: 70px;
  text-align: center;
  color: #78013b;
}

.queue__arrow::before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url("../../images/arrow1.svg") 0 0 no-repeat;
}

.queue__item.active .queue__arrow::before {
  background: url("../../images/arrow2.svg") 0 0 no-repeat;
}

.queue__number {
  vertical-align: middle;
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 140px;
          flex: 0 0 140px;
  font-family: PT Sans;
  font-size: 25px;
  line-height: 70px;
  text-align: center;
  color: #000000;
}

.queue__list .queue__item:last-child {
  border: none;
}

.queue__item.active {
  background: #e04e39;
}

.queue__item.active > div {
  color: white;
}

.buttons-block {
  margin: 0px 0px 30px 0px;
  height: 50%;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  --gap: 30px;
  gap: var(--gap);
}

.button {
  font-family: "PT Sans";
  background-position: right 10px top 10px;
  background-repeat: no-repeat;
  background-size: 60px auto;
  font-weight: bold;
  width: 75%;
  font-size: 25px;
  line-height: 50px;
  color: #000;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  display: inline-block;
  padding: 15px 5px;
  border: none;
  cursor: pointer;
}

.button:active {
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
}

/* CDEK */
.button[data-id='278'] {
	background-color: #c5e0b3;
	line-height: 120px;
	background-image: url(../../images/logos/cdek.png);
	width: calc(100%/3 - var(--gap));
}

.button[data-id='287'], .button[data-id='288'] {
	background-color: #c5e0b3;
}

/* Wildberries */
.button[data-id='280'] {
	background-color: #ed70d7;
	line-height: 120px;
	background-image: url(../../images/logos/WB.png);
	width: calc(100%/3 - var(--gap));
}

/* Ozon */
.button[data-id='324'] {
	background-color: #00b0f0;
	line-height: 120px;
	background-image: url(../../images/logos/ozon.png);
	background-size: 70px auto;
	width: calc(100%/3 - var(--gap));
}

/* Multi PP */
.button[data-id='325'] {
	background-color: #fee599;
	line-height: 120px;
}

.button[data-id='326'] {
	background-image: url(../../images/logos/dpd.png);
	width: calc(100%/2 - var(--gap));
}

.button[data-id='327'] {
	background-image: url(../../images/logos/boxberry.png);
	width: calc(100%/2 - var(--gap));
}

.button[data-id='328'] {
	background-image: url(../../images/logos/avito.png);
	width: calc(100%/2 - var(--gap));
}

.button[data-id='329'] {
	background-image: url(../../images/logos/pickpoint.png);
	width: calc(100%/2 - var(--gap));
}

.button[data-id='330'] {
	background-image: url(../../images/logos/aliexpress.png);
	width: calc(100%/2 - var(--gap));
}

.button[data-id='331'] {
	background-image: url(../../images/logos/hermes.png);
	width: calc(100%/2 - var(--gap));
}

.button[data-id='332'] {
	background-image: url(../../images/logos/yandex.png);
	width: calc(100%/2 - var(--gap));
}

@media(max-width: 767px) {
	.button {
		width: 100% !important;
		line-height: 60px !important;
	}
}

.button--ready {
  background: #e04e39;
}

.button--disable {
  background: #b7b7b7;
  cursor: default;
}

.button--muddy {
  color: #000;
  background: #e7d4c2ff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.bottom-line {
  text-align: left;
}

.button-prev {
  display: none;
}

.form .form-control {
  margin-bottom: 18px;
}

.number {
  font-family: "PT Sans";
  font-size: 25px;
  text-align: center;
  width: 100%;
  height: 70px;
  border: 3px solid #78013b;
  border-radius: 10px;
}

.select {
  font-family: "PT Sans";
  font-size: 25px;
  height: 70px;
  border: 3px solid #78013b;
  border-radius: 10px;
  width: 100%;
  padding: 0px 10px;
  margin: 0px 0px 20px 0px;
}

.branch-select {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  display: none;
}

.branch-select.show {
  display: block;
}

.branch-select__body {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 10px;
}

.branch-select__content {
  border-radius: 10px;
  background: #ffffff;
  padding: 30px;
}

.branch-select__title {
  font-size: 25px;
  margin-bottom: 25px;
  text-transform: uppercase;
  color: #78013b;
  font-weight: 800;
}

.clearfix::before, .clearfix::after {
  content: "";
  display: table;
}

.user-data-form__input {
  position: relative;
}

.user-data-form__input input._disable {
  border-color: #b7b7b7;
  color: #9b9b9b;
}

.user-data-form__del-input {
  display: none;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  border: 3px solid #E13B1E;
  background-color: transparent;
  cursor: pointer;
}

.user-data-form__del-input::before, .user-data-form__del-input::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 3px;
  background-color: #E13B1E;
  border-radius: 3px;
}

.user-data-form__del-input::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.user-data-form__del-input::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.user-data-form__del-input._active {
  display: block;
}

.user-data-form__add {
  display: none;
}

.js-number-page {
	background-color: #e04e39;
}