@font-face {
  font-family: "roboto";
  src: url("../fonts/Roboto-Regular/Roboto-Regular.eot");
  src: url("../fonts/Roboto-Regular/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "roboto-bold";
  src: url("../fonts/Roboto-Bold/Roboto-Bold.eot");
  src: url("../fonts/Roboto-Bold/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Bold/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold/Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "braind-yerevan";
  src: url("../fonts/BraindYerevanRegular/BraindYerevanRegular.eot");
  src: url("../fonts/BraindYerevanRegular/BraindYerevanRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/BraindYerevanRegular/BraindYerevanRegular.woff2") format("woff2"), url("../fonts/BraindYerevanRegular/BraindYerevanRegular.woff") format("woff"), url("../fonts/BraindYerevanRegular/BraindYerevanRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "icon";
  font-display: "auto";
  src: url("../fonts/icons/icomoon.eot?oxcbsj");
  src: url("../fonts/icons/icomoon.eot?oxcbsj#iefix") format("embedded-opentype"), url("../fonts/icons/icomoon.ttf?oxcbsj") format("truetype"), url("../fonts/icons/icomoon.woff?oxcbsj") format("woff");
  font-weight: normal;
  font-style: normal;
}
.icon_facebook:before {
  content: "\e90a";
}

.icon_instagram:before {
  content: "\e90b";
}

.icon_linkedin:before {
  content: "\e90c";
}

.icon_twitter:before {
  content: "\e90d";
}

.icon_pinterest:before {
  content: "\e90e";
}

.icon_youtube:before {
  content: "\e90f";
}

.icon_telegram:before {
  content: "\e91a";
}

.icon_ok:before {
  content: "\e91b";
}

.icon_vk:before {
  content: "\e91c";
}

.icon_google:before {
  content: "\e91d";
}

.icon_tiktok:before {
  content: "\e91e";
}

.icon_flickr:before {
  content: "\e91f";
}

.icon_whatsapp:before {
  content: "\e92a";
}

.icon_s1_logo:before {
  content: "\e900";
}

.icon_down:before {
  content: "\e901";
}

.icon_left:before {
  content: "\e902";
}

.icon_right:before {
  content: "\e903";
}

.icon_close:before {
  content: "\e904";
}

.icon_check:before {
  content: "\e905";
}

.icon_search:before {
  content: "\e906";
}

.icon_globe:before {
  content: "\e907";
}

.icon_info:before {
  content: "\e908";
}

.icon_success:before {
  content: "\e909";
}

.icon_warning:before {
  content: "\e910";
}

.icon_error:before {
  content: "\e911";
}

.icon_attach:before {
  content: "\e912";
}

.icon_coffee:before {
  content: "\e913";
}

.icon_heart_dashed:before {
  content: "\e914";
}

.icon_heart:before {
  content: "\e915";
}

.icon_pen:before {
  content: "\e916";
}

.icon_stats:before {
  content: "\e917";
}

.icon_minus:before {
  content: "\e918";
}

.icon_plus:before {
  content: "\e919";
}

html {
  height: 100%;
  width: 100%;
  font-size: 10px;
  line-height: 1.4286em;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 100%;
  color: #ffffff;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  min-height: 100%;
  font-family: "roboto";
  background: #181818;
}
body:before {
  display: block;
  position: fixed;
  content: "";
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  background: #333333;
  opacity: 0;
  height: 0;
  -o-transition: height 0s 0.75s, opacity 0.75s;
  -ms-transition: height 0s 0.75s, opacity 0.75s;
  -moz-transition: height 0s 0.75s, opacity 0.75s;
  -webkit-transition: height 0s 0.75s, opacity 0.75s;
  transition: height 0s 0.75s, opacity 0.75s;
}
body.popup_opened {
  overflow: hidden !important;
}
body.popup_opened:before {
  height: 100%;
  opacity: 0.5;
  -o-transition: height 0s 0s, opacity 0.75s;
  -ms-transition: height 0s 0s, opacity 0.75s;
  -moz-transition: height 0s 0s, opacity 0.75s;
  -webkit-transition: height 0s 0s, opacity 0.75s;
  transition: height 0s 0s, opacity 0.75s;
}

.page_screen {
  object-fit: cover;
  z-index: -1;
}

@keyframes ticker {
  to {
    margin-left: -33.33%;
  }
}
*,
*:before,
*:after {
  box-sizing: border-box;
}

* {
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

input,
select,
textarea,
button,
a,
.slick-slide {
  outline: none !important;
}

a,
a:focus,
a:hover,
button:hover {
  text-decoration: none;
}

a {
  color: #ED1C24;
}

button {
  cursor: pointer;
  display: block;
}

img {
  max-height: none;
  border: none;
}

input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

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

.page_row {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1366px) {
  .page_row {
    margin-left: -32px;
    margin-right: -32px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .page_row {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 1023px) {
  .page_row {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.page_row .cb {
  flex: 0 0 100%;
  max-width: 100%;
}

.page_container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
@media screen and (min-width: 1366px) {
  .page_container {
    padding-left: 120px;
    padding-right: 120px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .page_container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .page_container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.individual_hint,
.drop_list,
.drop_block {
  display: none;
}

.error_hint {
  display: block;
  max-height: 0;
  overflow: hidden;
  color: #C94E4E;
  font-size: 120%;
  line-height: 1.6em;
}
.error_hint:before {
  display: block;
  content: "";
  height: 10px;
}

.has-error .error_hint,
.has-error ~ .error_hint {
  max-height: 60px;
}

.field_block {
  position: relative;
}
.field_block ::-webkit-input-placeholder {
  color: #ffffff;
}
.field_block :-moz-placeholder {
  color: #ffffff;
}
.field_block ::-moz-placeholder {
  color: #ffffff;
}
.field_block :-ms-input-placeholder {
  color: #ffffff;
}
.field_block input,
.field_block textarea {
  width: 100%;
}
.field_block textarea {
  resize: none;
  display: block;
}

.cb {
  display: block;
  clear: both;
}

.page_title_block {
  position: relative;
  overflow: hidden;
}

.bold {
  font-family: "roboto-bold";
}

.form_fields .field_block {
  position: relative;
  padding-bottom: 62px;
}
@media screen and (max-width: 1023px) {
  .form_fields .field_block {
    padding-bottom: 42px;
  }
}
@media screen and (max-width: 1023px) {
  .form_fields .field_block {
    padding-bottom: 20px;
  }
}
.form_fields .field_block input,
.form_fields .field_block textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #666666;
  color: #ffffff;
  padding: 0 0 14px;
  font-size: 150%;
  line-height: 1.6em;
  background: transparent;
  -o-transition: all 10s 1000000s, border-color 0.3s 0s;
  -ms-transition: all 10s 1000000s, border-color 0.3s 0s;
  -moz-transition: all 10s 1000000s, border-color 0.3s 0s;
  -webkit-transition: all 10s 1000000s, border-color 0.3s 0s;
  transition: all 10s 1000000s, border-color 0.3s 0s;
}
.form_fields .field_block input:focus,
.form_fields .field_block textarea:focus {
  border-color: #ffffff;
}
.form_fields .field_block input:focus ~ .placeholder,
.form_fields .field_block textarea:focus ~ .placeholder {
  font-size: 150%;
  line-height: 1.6em;
  top: -32px;
}
.form_fields .field_block input.filled ~ .placeholder,
.form_fields .field_block textarea.filled ~ .placeholder {
  font-size: 150%;
  line-height: 1.6em;
  top: -32px;
  color: #ffffff;
}
.form_fields .field_block label {
  position: relative;
}
.form_fields .field_block label:not(.check_block) {
  display: block;
}
.form_fields .field_block label.check_block {
  display: inline-block;
  vertical-align: top;
  margin-top: 12px;
}
.form_fields .field_block label.check_block ~ .error_hint {
  text-align: left;
}
.form_fields .field_block label.check_block ~ .error_hint:before {
  display: none;
}
.form_fields .field_block label.check_block input:checked ~ span:before {
  border-color: transparent;
  color: #ffffff;
  font-size: 0.8rem;
}
.form_fields .field_block label.check_block span {
  align-items: center;
  color: #cccccc;
}
.form_fields .field_block label.check_block span:before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  border: 1px solid;
  content: "\e905";
  font-size: 0;
  margin-right: 12px;
}
.form_fields .field_block label.check_block a {
  color: inherit;
  text-decoration: underline;
}
.form_fields .field_block label.check_block a:hover {
  text-decoration: none;
}
.form_fields .field_block label[hidden] {
  width: 0;
  height: 0;
  overflow: hidden;
}
.form_fields .field_block textarea[data-validation],
.form_fields .field_block input[data-validation] {
  padding-right: 10px;
}
.form_fields .field_block textarea {
  resize: none;
  display: block;
  max-height: 200px;
}
.form_fields .field_block .placeholder {
  display: block;
  color: #cccccc;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 200%;
  line-height: 24px;
}
@media screen and (max-width: 1023px) {
  .form_fields .field_block .placeholder {
    font-size: 180%;
    line-height: 21px;
  }
}
@media screen and (max-width: 639px) {
  .form_fields .field_block .placeholder {
    font-size: 160%;
    line-height: 21px;
  }
}
.form_fields .field_block .attach_btn {
  background: linear-gradient(to right, #999999 0 8px, transparent 8px 16px);
  background-size: 16px 1px;
  background-repeat: repeat-x;
  background-position: left -4px bottom;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 14px;
  color: #cccccc;
  font-size: 200%;
  line-height: 24px;
}
.form_fields .field_block .attach_btn::before {
  content: "\e912";
  display: block;
  font-size: 2.2rem;
  position: relative;
  margin-right: 12px;
}
@media screen and (max-width: 1023px) {
  .form_fields .field_block .attach_btn::before {
    font-size: 1.8rem;
  }
}
.form_fields .field_block .attached_file {
  position: relative;
  background: linear-gradient(to right, #999999 0 8px, transparent 8px 16px);
  background-size: 16px 1px;
  background-repeat: repeat-x;
  background-position: left -4px bottom;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 14px 0 14px;
  font-size: 200%;
  line-height: 24px;
}
@media screen and (max-width: 1023px) {
  .form_fields .field_block .attached_file {
    font-size: 180%;
    line-height: 21px;
  }
}
@media screen and (max-width: 639px) {
  .form_fields .field_block .attached_file {
    font-size: 160%;
    line-height: 21px;
  }
}
.form_fields .field_block .attached_file .placeholder {
  font-size: 1.5rem;
  line-height: 1.6em;
  top: -16px;
  color: #ffffff;
}
.form_fields .field_block .attached_file .file_name {
  flex: 1;
  width: 50%;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
}
.form_fields .field_block .attach_remove {
  display: block;
  cursor: pointer;
  margin-left: auto;
  color: #cccccc;
}
.form_fields .field_block .attach_remove:before {
  content: "\e904";
  display: block;
  font-size: 2.2rem;
}
@media screen and (max-width: 1023px) {
  .form_fields .field_block .attach_remove:before {
    font-size: 1.6rem;
  }
}
.form_fields .field_block .attach_error {
  color: #C94E4E;
  display: block;
  font-size: 120%;
  line-height: 1.5em;
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .form_fields .field_block {
    margin-bottom: 20px;
  }
  .form_fields .field_block label:not(.check_block) {
    margin-top: 20px;
  }
  .form_fields .field_block label.check_block {
    margin-top: 10px;
  }
  .form_fields .field_block input,
.form_fields .field_block textarea {
    padding-bottom: 10px;
  }
  .form_fields .field_block button[type=submit] {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .form_fields .field_block {
    margin-bottom: 16px;
  }
  .form_fields .field_block label {
    position: relative;
  }
  .form_fields .field_block label:not(.check_block) {
    margin-top: 16px;
  }
  .form_fields .field_block label.check_block {
    margin-top: 8px;
  }
  .form_fields .field_block label.check_block span:before {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  .form_fields .field_block label button[type=submit] {
    margin-top: 8px;
  }
  .form_fields .field_block input,
.form_fields .field_block textarea {
    padding-bottom: 8px;
  }
}

.logout_popup {
  position: fixed;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  z-index: 1000;
  top: 0;
  opacity: 0;
  -o-transition: height 0s 0.75s ease-out, opacity 0.75s ease-out;
  -ms-transition: height 0s 0.75s ease-out, opacity 0.75s ease-out;
  -moz-transition: height 0s 0.75s ease-out, opacity 0.75s ease-out;
  -webkit-transition: height 0s 0.75s ease-out, opacity 0.75s ease-out;
  transition: height 0s 0.75s ease-out, opacity 0.75s ease-out;
}
.logout_popup.showed {
  height: 100%;
  overflow-y: auto;
}
.logout_popup.showed {
  opacity: 1;
  -o-transition: height 0s 0s, opacity 0.75s ease-out;
  -ms-transition: height 0s 0s, opacity 0.75s ease-out;
  -moz-transition: height 0s 0s, opacity 0.75s ease-out;
  -webkit-transition: height 0s 0s, opacity 0.75s ease-out;
  transition: height 0s 0s, opacity 0.75s ease-out;
}
.logout_popup .popup_inner {
  display: flex;
  width: 100%;
  min-height: 100%;
  justify-content: center;
  align-items: center;
  padding: 24px 20px;
}
.logout_popup .popup_container {
  background: #181818;
  width: 100%;
  max-width: 708px;
  padding: 154px 48px;
  position: relative;
  border-radius: 48px;
  text-align: center;
}
.logout_popup .popup_close.icon_close {
  position: absolute;
  z-index: 10;
  top: 28px;
  right: 48px;
  display: flex;
  align-items: center;
  font-size: 150%;
  line-height: 18px;
  color: #ffffff;
}
.logout_popup .popup_close.icon_close:before {
  order: 2;
  font-size: 2.4rem;
  margin-left: 8px;
  flex: 0 0 12px;
  max-width: 12px;
  height: 12px;
}
.logout_popup .popup_title {
  font-size: 320%;
  line-height: 39px;
  font-family: "roboto-bold";
  padding-bottom: 8px;
}
.logout_popup .standard_btn,
.logout_popup .secondary_btn {
  margin-top: 48px;
  width: 460px;
  max-width: 100%;
}
@media screen and (min-width: 576px) and (max-width: 1023px) {
  .logout_popup .popup_container {
    max-width: 560px;
    padding: 124px 32px;
    border-radius: 32px;
  }
  .logout_popup .popup_close.icon_close {
    right: 24px;
    top: 24px;
  }
}
@media screen and (max-width: 575px) {
  .logout_popup .popup_container {
    padding: 48px 16px;
    border-radius: 24px;
  }
  .logout_popup .popup_close.icon_close {
    right: 16px;
    top: 16px;
  }
  .logout_popup .popup_title {
    font-size: 240%;
    line-height: 32px;
  }
}

.standard_btn {
  padding: 0 30px;
  height: 119px;
  width: 463px;
  color: inherit;
  background: url("images/btn_bg.png") no-repeat transparent;
  background-size: 100% 100%;
  background-position: center;
  font-size: 180%;
  line-height: 22px;
  font-family: "roboto-bold";
  color: #181818;
  border-radius: 39%;
  position: relative;
  border: none;
}
.standard_btn.loading {
  pointer-events: none;
  -webkit-text-fill-color: transparent;
  position: relative;
}
.standard_btn.loading:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -4px -12px;
  border-radius: 50%;
  color: inherit;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  animation: loadAnimation 1.6s infinite linear;
}
.standard_btn span {
  position: relative;
  z-index: 2;
  transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
}

.secondary_btn {
  padding: 0 30px;
  height: 112px;
  color: inherit;
  margin-top: 48px;
  background: transparent;
  font-size: 180%;
  line-height: 22px;
  font-family: "roboto-bold";
  border: 9px dashed;
  border-radius: 50%;
  position: relative;
  transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
}
.secondary_btn.loading {
  pointer-events: none;
  -webkit-text-fill-color: transparent;
  position: relative;
}
.secondary_btn.loading:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -4px -12px;
  border-radius: 50%;
  color: inherit;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  animation: loadAnimation 1.6s infinite linear;
}
.secondary_btn:before {
  display: block;
  content: "";
  position: absolute;
  border-radius: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #181818;
  margin: -6px;
}
.secondary_btn span {
  position: relative;
  z-index: 2;
}

.ticker {
  min-height: 64px;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  white-space: nowrap;
}
.ticker ul {
  font-size: 0;
  display: inline-block;
  vertical-align: top;
  align-items: center;
  position: relative;
  z-index: 2;
}
.ticker li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.8rem;
  line-height: 22px;
  -o-transition: none;
  -ms-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  transition: none;
  animation: none;
}
.ticker li:first-child {
  animation: ticker 15s linear infinite;
  animation-delay: 1s;
}
.ticker .icon_block {
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  text-align: center;
  padding: 0 10px;
}
.ticker .icon_block img {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  max-height: 36px;
  object-fit: contain;
}

.ticker ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.users_page .col_section:before, .page_screen {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

[class*=icon_]:before, .form_fields .field_block label.check_block span:before, .form_fields .field_block .attach_btn:before, .form_fields .field_block .attach_remove:before, [class*=icon_]:after {
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.form_fields .field_block .placeholder, .ticker *, .ticker li {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.choose_platform, .logout_popup .popup_close.icon_close:before {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.primary_btn, .standard_btn, .secondary_btn {
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.logout_btn, .logout_popup .popup_close.icon_close {
  border: none;
  padding: 0;
  background: transparent;
}

.primary_btn, .standard_text {
  font-size: 140%;
  line-height: 20px;
}

.form_fields .field_block label.check_block {
  font-size: 120%;
  line-height: 15px;
}

.primary_btn {
  border: none;
  height: 40px;
}
@media screen and (min-width: 1366px) {
  .primary_btn {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .primary_btn {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .primary_btn {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.primary_btn {
  background: #ED1C24;
  color: #ffffff;
}
.loading.primary_btn {
  pointer-events: none;
  -webkit-text-fill-color: transparent;
  position: relative;
}
.loading.primary_btn:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -4px -12px;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  animation: loadAnimation 1.6s infinite linear;
}

.section_title {
  font-size: 1120%;
  line-height: 1.3em;
  font-family: "braind-yerevan";
  font-weight: 400;
  margin: 0;
  letter-spacing: -0.005em;
}
@media screen and (min-width: 1280px) and (max-width: 1679px) {
  .section_title {
    font-size: 920%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .section_title {
    font-size: 720%;
  }
}
@media screen and (min-width: 576px) and (max-width: 1023px) {
  .section_title {
    font-size: 560%;
  }
}
@media screen and (max-width: 575px) {
  .section_title {
    font-size: 400%;
  }
}

.section_subtitle {
  font-size: 800%;
  line-height: 1.2em;
  font-family: "braind-yerevan";
  font-weight: 400;
  margin: 0;
  letter-spacing: -0.005em;
}
@media screen and (min-width: 1280px) and (max-width: 1679px) {
  .section_subtitle {
    font-size: 640%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .section_subtitle {
    font-size: 480%;
  }
}
@media screen and (min-width: 576px) and (max-width: 1023px) {
  .section_subtitle {
    font-size: 400%;
  }
}
@media screen and (max-width: 575px) {
  .section_subtitle {
    font-size: 300%;
  }
}

.kitchen_page {
  width: 100%;
  height: 100%;
  position: relative;
  background: #242424;
  display: flex;
  flex-direction: column;
}
.kitchen_page .page_head {
  padding: 26px 80px 32px;
  display: flex;
  align-items: center;
  position: relative;
}
.kitchen_page .tab_btns {
  display: flex;
  align-items: center;
  position: relative;
}
.kitchen_page .tab_btns button {
  border: none;
  background: transparent;
  padding: 10px 24px;
  border-radius: 40px;
  color: #dedede;
  font-family: "roboto-bold";
  font-size: 360%;
  line-height: 42px;
  position: relative;
  z-index: 2;
}
.kitchen_page .tab_btns button.selected {
  pointer-events: none;
}
.kitchen_page .indicator {
  position: absolute;
  top: 0;
  height: 100%;
  background: #181818;
  z-index: inherit;
  border-radius: 40px;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.kitchen_page .orders_list {
  flex: 1;
  height: 50%;
  width: 100%;
  display: flex;
  position: relative;
  overflow-y: hidden;
  overflow-x: auto;
  scrollbar-color: #dedede #181818;
  scrollbar-width: thin;
  padding: 0 80px 20px;
  margin: 0;
  list-style-type: none;
}
.kitchen_page .orders_list::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background: transparent;
}
.kitchen_page .orders_list::-webkit-scrollbar-thumb {
  border-radius: 12px;
  background: #dedede;
}
.kitchen_page .orders_list::-webkit-scrollbar-track {
  border-radius: 12px;
  background: #181818;
}
.kitchen_page .orders_list li {
  border: 4px solid #242424;
  border-radius: 24px;
  height: 100%;
  background: #181818;
  flex: 0 0 296px;
  max-width: 296px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-color: transparent transparent;
  scrollbar-width: thin;
}
.kitchen_page .orders_list li::-webkit-scrollbar {
  width: 0;
  height: 0;
  border-radius: 0;
  background: transparent;
}
.kitchen_page .orders_list li::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: transparent;
}
.kitchen_page .orders_list li::-webkit-scrollbar-track {
  border-radius: 0;
  background: transparent;
}
.kitchen_page .orders_list li:after {
  display: block;
  content: "";
  position: sticky;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60px;
  background: linear-gradient(180deg, rgba(22, 22, 22, 0) 0%, #161616 100%);
  z-index: 3;
  pointer-events: none;
}
.kitchen_page .orders_list::-webkit-scrollbar, .kitchen_page .orders_list::-webkit-scrollbar-track {
  margin-left: 20px;
  margin-right: 20px;
}
.kitchen_page .orders_list::-webkit-scrollbar-thumb {
  border: 3px solid #181818;
  box-sizing: border-box;
}
.kitchen_page .order_info {
  padding: 29px 32px 24px;
  position: sticky;
  background: inherit;
  z-index: 5;
  top: 0;
}
.kitchen_page .order_id {
  font-size: 240%;
  line-height: 28px;
  font-family: "roboto-bold";
}
.kitchen_page .order_desc {
  font-size: 160%;
  line-height: 19px;
  margin-top: 8px;
}
.kitchen_page .order_item {
  max-height: 600px;
  -o-transition: all 0.75s;
  -ms-transition: all 0.75s;
  -moz-transition: all 0.75s;
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
}
.kitchen_page .order_item.inactive {
  transform: translate3d(0, -40px, 0);
  -moz-transform: translate3d(0, -40px, 0);
  -ms-transform: translate3d(0, -40px, 0);
  -webkit-transform: translate3d(0, -40px, 0);
  -o-transform: translate3d(0, -40px, 0);
  max-height: 0;
  opacity: 0;
  pointer-events: none;
}
.kitchen_page .item_inner {
  margin: 0 10px 12px;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: url("images/box_bg.svg") repeat-y;
  background-size: 100% auto;
  background-position: left top;
  color: #181818;
  z-index: 2;
  padding: 14px 24px 12px;
}
.kitchen_page .item_inner:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 14px;
  right: 17px;
  height: 100%;
  background: url("images/box_bg2.svg") no-repeat;
  background-size: 100% auto;
  background-position: top center;
  z-index: -1;
}
.kitchen_page .product_name {
  font-size: 240%;
  line-height: 28px;
  font-family: "roboto-bold";
}
.kitchen_page .product_count {
  font-size: 200%;
  line-height: 24px;
  margin-top: 4px;
  color: #696969;
}
.kitchen_page .product_ingredients {
  margin-top: 8px;
  border-style: solid;
  border-width: 1px 0;
  padding: 8px 0;
  font-size: 180%;
  line-height: 25px;
  font-family: "roboto-bold";
}
.kitchen_page .product_ingredients span {
  display: flex;
  align-items: flex-start;
}
.kitchen_page .product_ingredients span:before {
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #181818;
  margin: 10px;
}
.kitchen_page .status_btn {
  position: relative;
  margin: 8px -24px -12px;
  padding: 0 24px 12px;
}
.kitchen_page .status_btn:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 24px;
  background: #DEDEDE;
}
.kitchen_page .status_btn button {
  position: relative;
  z-index: 2;
  font-size: 160%;
  line-height: 20px;
  font-family: "roboto-bold";
  text-transform: uppercase;
  padding: 10px 20px;
  text-align: center;
  border-radius: 25px;
  border: none;
  color: #ffffff;
  width: 100%;
}
.kitchen_page .overdue_item .status_btn button {
  background: #682B2B;
}
.kitchen_page .overdue_item .product_ingredients {
  background: rgba(104, 43, 43, 0.3);
}
.kitchen_page .prepare_item .status_btn button {
  background: #44682B;
}
.kitchen_page .prepare_item .product_ingredients {
  background: rgba(68, 104, 43, 0.3);
}
.kitchen_page .ready_item .status_btn button {
  background: #77791E;
}
.kitchen_page .ready_item .product_ingredients {
  background: rgba(119, 121, 30, 0.3);
}
@media screen and (max-width: 1199px) {
  .kitchen_page .page_head {
    padding-left: 20px;
    padding-right: 20px;
  }
  .kitchen_page .tab_btns button {
    padding: 8px 16px;
    font-size: 280%;
    line-height: 36px;
  }
}

.logout_btn {
  color: #dedede;
  font-size: 160%;
  line-height: 32px;
  margin-left: auto;
}

.users_page {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.users_page .ticker {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.users_page .col_section {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  overflow: hidden;
  height: 100%;
  padding-bottom: 80px;
  padding-top: 50px;
  background-size: cover;
  background-position: right top;
  text-transform: uppercase;
  font-family: "braind-yerevan";
  color: #dedede;
  text-align: center;
}
.users_page .col_section:before {
  background-image: url("images/light.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  content: "";
}
.users_page .col_section + .col_section {
  background-position: left top;
}
.users_page .col_section + .col_section:before {
  background-image: url("images/red_light.png");
}
.users_page .col_title {
  position: relative;
  z-index: 5;
  font-size: 900%;
  line-height: 1em;
  letter-spacing: -0.005em;
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .users_page .col_title {
    font-size: 850%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .users_page .col_title {
    font-size: 800%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .users_page .col_title {
    font-size: 750%;
  }
}
.users_page .queue_list {
  display: flex;
  flex-wrap: wrap;
  max-width: 876px;
  margin: 48px auto 0;
  padding: 0;
  list-style-type: none;
  position: relative;
  z-index: 3;
}
.users_page .queue_list li {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 16px 16px;
  font-size: 900%;
  line-height: 108px;
  letter-spacing: -0.005em;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
}
.users_page .queue_list li span:nth-child(2) {
  order: 2;
}
.users_page .queue_list li:after {
  display: block;
  content: "-";
  font-size: 4rem;
}
.users_page .queue_list li:nth-last-child(-n+4):first-child, .users_page .queue_list li:nth-last-child(-n+4):first-child ~ li {
  font-size: 1300%;
  margin-top: 12px;
}
.users_page .queue_list li:nth-last-child(-n+4):first-child:after, .users_page .queue_list li:nth-last-child(-n+4):first-child ~ li:after {
  width: 17px;
  min-width: 17px;
  position: relative;
  overflow: hidden;
  font-size: 5.8rem;
  margin-left: -7px;
  margin-right: -5px;
  display: flex;
  justify-content: center;
}
.users_page .queue_list li:nth-last-child(-n+4):first-child {
  margin-left: auto;
}
.users_page .queue_list li:nth-last-child(-n+4):first-child ~ li:last-child {
  margin-right: auto;
}
@media screen and (max-height: 1260px) {
  .users_page .queue_list li:nth-child(n+29) {
    display: none;
  }
}
@media screen and (max-height: 1160px) {
  .users_page .queue_list li:nth-child(n+25) {
    display: none;
  }
}
@media screen and (max-height: 1025px) {
  .users_page .queue_list li:nth-child(n+21) {
    display: none;
  }
}
@media screen and (max-height: 900px) {
  .users_page .queue_list li:nth-child(n+17) {
    display: none;
  }
}
@media screen and (max-height: 767px) {
  .users_page .queue_list li:nth-child(n+13) {
    display: none;
  }
}
@media screen and (max-height: 680px) {
  .users_page .queue_list li:nth-child(n+9) {
    display: none;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1679px) {
  .users_page .queue_list li:nth-last-child(-n+4):first-child,
.users_page .queue_list li:nth-last-child(-n+4):first-child ~ li {
    font-size: 1140%;
    line-height: 0.9em;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .users_page .queue_list {
    font-size: 90%;
  }
  .users_page .queue_list li:nth-last-child(-n+4):first-child,
.users_page .queue_list li:nth-last-child(-n+4):first-child ~ li {
    line-height: 1em;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .users_page .queue_list {
    font-size: 80%;
  }
  .users_page .queue_list li:nth-last-child(-n+4):first-child,
.users_page .queue_list li:nth-last-child(-n+4):first-child ~ li {
    font-size: 1100%;
    line-height: 1.05em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .users_page .queue_list {
    font-size: 70%;
  }
  .users_page .queue_list li:nth-last-child(-n+4):first-child,
.users_page .queue_list li:nth-last-child(-n+4):first-child ~ li {
    font-size: 1000%;
    line-height: 1.25em;
  }
}

.choose_platform {
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.choose_platform .page_title {
  font-size: 320%;
  line-height: 39px;
  font-family: "roboto-bold";
  padding-bottom: 8px;
  margin: 0;
}
.choose_platform .secondary_btn,
.choose_platform .standard_btn {
  width: 460px;
  max-width: 100%;
  margin-top: 48px;
  font-size: 320%;
}
.choose_platform .standard_btn {
  justify-content: flex-end;
  padding-right: 0;
}
.choose_platform .standard_btn img {
  width: 193px;
  height: auto;
  order: 2;
}
.choose_platform .standard_btn span {
  transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  -o-transform: none;
}
.choose_platform .secondary_btn img {
  position: relative;
  z-index: 2;
  width: 171px;
  height: auto;
  margin-left: -100px;
  margin-right: -20px;
  margin-top: -20px;
}
.choose_platform .secondary_btn span {
  transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -webkit-transform: rotate(3deg);
  -o-transform: rotate(3deg);
}

.web .standard_btn, .web .secondary_btn, .web .kitchen_page .status_btn button, .kitchen_page .status_btn .web button {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.web .form_fields .field_block label.check_block span, .form_fields .field_block label.check_block .web span, .web .form_fields .field_block label.check_block a, .form_fields .field_block label.check_block .web a, .web .logout_popup .popup_close.icon_close, .logout_popup .web .popup_close.icon_close, .web .kitchen_page .tab_btns button, .kitchen_page .tab_btns .web button, .web .logout_btn {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.error_hint, .form_fields .field_block .placeholder {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.touch .standard_btn, .touch .secondary_btn, .touch .kitchen_page .status_btn button, .kitchen_page .status_btn .touch button {
  -o-transition: opacity 0.15s;
  -ms-transition: opacity 0.15s;
  -moz-transition: opacity 0.15s;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

.touch .form_fields .field_block label.check_block span, .form_fields .field_block label.check_block .touch span, .touch .form_fields .field_block label.check_block a, .form_fields .field_block label.check_block .touch a, .touch .logout_popup .popup_close.icon_close, .logout_popup .touch .popup_close.icon_close, .touch .kitchen_page .tab_btns button, .kitchen_page .tab_btns .touch button, .touch .logout_btn {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

.form_fields .field_block label.check_block span {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.form_fields .field_block label.check_block input, .form_fields .field_block .attach_input {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  visibility: hidden;
}

.web .logout_popup .popup_close.icon_close:hover, .logout_popup .web .popup_close.icon_close:hover, .web .kitchen_page .tab_btns button:hover, .kitchen_page .tab_btns .web button:hover, .web .logout_btn:hover {
  color: #ED1C24;
}
.web .standard_btn:hover, .web .secondary_btn:hover, .web .kitchen_page .status_btn button:hover, .kitchen_page .status_btn .web button:hover {
  opacity: 0.7;
}
.web .form_fields .field_block label.check_block span:hover, .form_fields .field_block label.check_block .web span:hover, .web .form_fields .field_block label.check_block a:hover, .form_fields .field_block label.check_block .web a:hover {
  color: #000000;
}
.touch .logout_popup .popup_close.icon_close:active, .logout_popup .touch .popup_close.icon_close:active, .touch .kitchen_page .tab_btns button:active, .kitchen_page .tab_btns .touch button:active, .touch .logout_btn:active {
  color: #ED1C24;
}
.touch .standard_btn:active, .touch .secondary_btn:active, .touch .kitchen_page .status_btn button:active, .kitchen_page .status_btn .touch button:active {
  opacity: 0.7;
}
.touch .form_fields .field_block label.check_block span:active, .form_fields .field_block label.check_block .touch span:active, .touch .form_fields .field_block label.check_block a:active, .form_fields .field_block label.check_block .touch a:active {
  color: #000000;
}

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