@charset "UTF-8";
/*! normalize.css v2.0.1 mod | MIT License | git.io/normalize */
/* line 1, app/assets/stylesheets/common/_form.scss */
.form-group {
  clear: both;
  margin-bottom: 15px;
}

/* line 5, app/assets/stylesheets/common/_form.scss */
.form-group .toggle-password {
  background: url(/assets/common/baseline-remove_red_eye-24px-dc37a0f7c34cc6eba660618c4f613d605b55dec0c3cb59d67d6635685ebfaa49.svg) no-repeat;
  float: right;
  margin-left: -20px;
  margin-top: -35px;
  position: relative;
  z-index: 2;
  padding-right: 15px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

/* line 18, app/assets/stylesheets/common/_form.scss */
.form-group.avatar {
  margin-bottom: 0;
  text-align: center;
}

/* line 23, app/assets/stylesheets/common/_form.scss */
.form-group .control-label-registration {
  color: #7d7d7d;
  font-size: 16px;
  display: inline-block;
  margin-right: 20px;
}

/* line 29, app/assets/stylesheets/common/_form.scss */
.form-group.profile-type-registration {
  margin-bottom: -15px;
  white-space: nowrap;
  text-align: center;
}

/* line 35, app/assets/stylesheets/common/_form.scss */
.form-group .control-label {
  color: #7d7d7d;
  font-size: 16px;
  width: 309px;
  display: inline-block;
  margin-right: 20px;
  text-align: right;
}

/* line 43, app/assets/stylesheets/common/_form.scss */
.form-group.profile-type {
  padding: 0px 0 30px;
  white-space: nowrap;
}

/* line 47, app/assets/stylesheets/common/_form.scss */
.form-group .form-type {
  width: 309px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
}

/* line 53, app/assets/stylesheets/common/_form.scss */
.form-group .form-type .control-label {
  line-height: 26px;
  vertical-align: middle;
}

/* line 58, app/assets/stylesheets/common/_form.scss */
.form-group .form-type > span {
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
  vertical-align: middle;
}

/* line 65, app/assets/stylesheets/common/_form.scss */
.form-group .form-type .profile-type-fan {
  color: #fd3bb0;
  padding-right: 20px;
}

/* line 69, app/assets/stylesheets/common/_form.scss */
.form-group .form-type .profile-type-barman {
  color: #7d7d7d;
  padding-left: 20px;
}

/* line 74, app/assets/stylesheets/common/_form.scss */
.form-group .form-switch .slider {
  background: #7d7d7d;
}

/* line 78, app/assets/stylesheets/common/_form.scss */
.form-group.checked-barman .form-switch .slider {
  background: #fafafa;
}

/* line 81, app/assets/stylesheets/common/_form.scss */
.form-group.checked-barman .profile-type-fan {
  color: #7d7d7d;
}

/* line 84, app/assets/stylesheets/common/_form.scss */
.form-group.checked-barman .profile-type-barman {
  color: #fd3bb0;
}

/* line 88, app/assets/stylesheets/common/_form.scss */
.form-group .field_with_errors {
  display: inline-block;
}

/* line 91, app/assets/stylesheets/common/_form.scss */
.form-group .form-control {
  color: #000;
  font-size: 18px;
  width: 270px;
  height: 44px;
  padding: 0 15px;
  border-radius: 2px;
  display: inline-block;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  outline: none;
}

/* line 102, app/assets/stylesheets/common/_form.scss */
.form-group .form-control:disabled {
  background-color: #f6f6f6;
  cursor: not-allowed;
}

/* line 107, app/assets/stylesheets/common/_form.scss */
.form-group .form-control:focus {
  border-color: rgba(255, 42, 171, 0.7);
  box-shadow: 0 0 7px 0px rgba(255, 42, 171, 0.6);
}

/* line 112, app/assets/stylesheets/common/_form.scss */
.form-group .form-control::-webkit-input-placeholder {
  color: #7d7d7d;
}

/* line 113, app/assets/stylesheets/common/_form.scss */
.form-group .form-control::-moz-placeholder {
  color: #7d7d7d;
}

/* line 114, app/assets/stylesheets/common/_form.scss */
.form-group .form-control:-moz-placeholder {
  color: #7d7d7d;
}

/* line 115, app/assets/stylesheets/common/_form.scss */
.form-group .form-control:-ms-input-placeholder {
  color: #7d7d7d;
}

/* line 118, app/assets/stylesheets/common/_form.scss */
.form-group .field_with_errors .form-control {
  border-color: #fd3b3b;
  box-shadow: 0 0 7px 0px rgba(255, 59, 59, 0.2);
}

/* line 123, app/assets/stylesheets/common/_form.scss */
.form-group .form-select {
  overflow: hidden;
  vertical-align: middle;
  color: #000;
  font-size: 18px;
  width: 309px;
  height: 44px;
  padding: 0;
  border-radius: 6px;
  display: inline-block;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  background: #fff url(/assets/common/select-icon-28bef37e701bda0fe1de345c6ce1dac0c2c870632b97463995ab7c8c1b3bfd94.svg) no-repeat;
  background-position: right 15px center;
}

/* line 137, app/assets/stylesheets/common/_form.scss */
.form-group .form-select.input-error {
  border-color: #fd3b3b;
  box-shadow: 0 0 7px 0px rgba(255, 59, 59, 0.2);
}

/* line 141, app/assets/stylesheets/common/_form.scss */
.form-group .form-select select {
  padding: 10px 15px 11px;
  width: 100%;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 152, app/assets/stylesheets/common/_form.scss */
.form-group .form-select select:focus {
  outline: none;
}

/* line 158, app/assets/stylesheets/common/_form.scss */
.form-group.has-error .form-control {
  border-color: #f44336;
}

@media (max-width: 992px) {
  /* line 163, app/assets/stylesheets/common/_form.scss */
  select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
}

/* line 170, app/assets/stylesheets/common/_form.scss */
.form-action {
  padding: 15px 0 30px;
  text-align: center;
}

/* line 173, app/assets/stylesheets/common/_form.scss */
.form-action:not(:last-child) {
  border-bottom: 1px solid #e9e9e9;
}

/* line 177, app/assets/stylesheets/common/_form.scss */
.btn {
  font-weight: normal;
  line-height: 1;
  font-size: 18px;
  text-align: center;
  min-width: 140px;
  padding: 16px 15px 14px;
  vertical-align: top;
  display: inline-block;
  border: 2px solid;
  border-radius: 25px;
  cursor: pointer;
  outline: none;
  user-select: none;
  box-sizing: border-box;
  transition: .2s;
  -webkit-appearance: none;
}

/* line 195, app/assets/stylesheets/common/_form.scss */
.btn:not(:last-child) {
  margin-right: 20px;
}

/* line 199, app/assets/stylesheets/common/_form.scss */
.btn:disabled {
  opacity: .3;
  cursor: not-allowed;
}

/* line 204, app/assets/stylesheets/common/_form.scss */
.btn.btn-default {
  color: #fff;
  border-color: #2ecc71;
  background-color: #2ecc71;
}

/* line 209, app/assets/stylesheets/common/_form.scss */
.btn.btn-default:hover {
  background-color: #29bc68;
}

/* line 213, app/assets/stylesheets/common/_form.scss */
.btn.btn-border {
  color: #a4a4a4;
  border-color: #b2b2b2;
  background-color: #fff;
}

/* line 218, app/assets/stylesheets/common/_form.scss */
.btn.btn-border:hover {
  border-color: #9d9c9c;
}

/* line 222, app/assets/stylesheets/common/_form.scss */
.btn:hover {
  text-decoration: none;
}

/* line 225, app/assets/stylesheets/common/_form.scss */
.btn.btn-small {
  font-size: 14px;
  width: auto;
  min-width: 60px;
  height: auto;
  padding: 5px 0px;
}

/* line 232, app/assets/stylesheets/common/_form.scss */
.btn.btn-primary {
  color: #fff;
  border: none;
  border-bottom: 3px solid transparent;
  background-color: #EE008F;
  min-width: 150px;
  height: 47px;
  margin-right: 32px;
}

/* line 241, app/assets/stylesheets/common/_form.scss */
.btn.btn-primary.ua-p {
  margin-right: 0;
  height: auto;
}

/* line 245, app/assets/stylesheets/common/_form.scss */
.btn.btn-primary.rest {
  margin: auto;
  background-color: #EE008F;
}

/* line 250, app/assets/stylesheets/common/_form.scss */
.btn.party-delete {
  margin-right: 0;
}

/* line 253, app/assets/stylesheets/common/_form.scss */
.btn.btn-disabled {
  cursor: no-drop;
  color: #777 !important;
  background-color: #e7e7e7;
  border: none;
  border-bottom: 3px solid #e7e7e7;
}

/* line 260, app/assets/stylesheets/common/_form.scss */
.btn.btn-plus {
  cursor: pointer;
  padding-left: 46px !important;
  background-image: url(/assets/common/plus-d0a8155148f24a35793cf1e783bd32fb87ae0220e93d4b92217e888cb9e8ec69.svg);
  background-repeat: no-repeat;
  background-position: 12px 8px;
}

/* line 267, app/assets/stylesheets/common/_form.scss */
.btn.btn-loading {
  text-indent: -9999px;
  background-image: url(/assets/common/btn-loading-1f891a0fb1e91a31c1045a7b84ee118a982e8fb6446ca8b6c7fb12c60686b774.svg);
  background-repeat: no-repeat;
  background-position: 50% 8px;
  background-size: 32px;
}

/* line 274, app/assets/stylesheets/common/_form.scss */
.btn.btn-save-success {
  background-image: url(/assets/common/save-success-397184d2523cd8c0cd3b3812c0b82462c30f98fe1ed65a52f8463e98b6b92266.svg);
}

/* line 277, app/assets/stylesheets/common/_form.scss */
.btn.btn-edit {
  cursor: pointer;
  padding-left: 42px !important;
  background-repeat: no-repeat;
  background-position: 14px 10px;
  background-image: url(/assets/common/edit-7132509b51ade17ab8c99eba3ee2c22630c392527df269f10bb04cc287d8e9f9.svg);
}

/* line 284, app/assets/stylesheets/common/_form.scss */
.btn.btn-search {
  margin: 0;
  min-width: auto;
  text-indent: -9999px;
  cursor: pointer;
  display: inline-block;
  background-image: url(/assets/common/search-mobile-c033ee0abe9025e8f57f33797aab0027526604ac800b356566e1099294a7001e.svg);
  background-repeat: no-repeat;
  background-size: 25px 26px;
  background-position: 50%;
  padding: 0;
  height: 46px;
}

@media (min-width: 992px) {
  /* line 284, app/assets/stylesheets/common/_form.scss */
  .btn.btn-search {
    width: 46px !important;
  }
}

/* line 302, app/assets/stylesheets/common/_form.scss */
.btn.btn-danger {
  color: #ec118f;
  border-color: #ec118f;
  background: white;
}

/* line 306, app/assets/stylesheets/common/_form.scss */
.btn.btn-danger:hover {
  border-color: #ec118f;
}

/* line 311, app/assets/stylesheets/common/_form.scss */
a.btn {
  box-sizing: border-box;
}

/* The switch - the box around the slider */
/* line 316, app/assets/stylesheets/common/_form.scss */
.form-switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 26px;
  vertical-align: middle;
  /* Hide default HTML checkbox */
  /* The slider */
  /* Rounded sliders */
}

/* line 325, app/assets/stylesheets/common/_form.scss */
.form-switch input {
  display: none;
}

/* line 328, app/assets/stylesheets/common/_form.scss */
.form-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fd3bb0;
  transition: .4s;
}

/* line 339, app/assets/stylesheets/common/_form.scss */
.form-switch .slider:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 1px;
  bottom: 1px;
  background-color: white;
  transition: .4s;
  transform: translateX(0px);
}

/* line 351, app/assets/stylesheets/common/_form.scss */
.form-switch input:checked + .slider {
  background-color: #fd3bb0;
}

/* line 355, app/assets/stylesheets/common/_form.scss */
.form-switch input:focus + .slider {
  box-shadow: 0 0 1px #fd3bb0;
}

/* line 359, app/assets/stylesheets/common/_form.scss */
.form-switch input:checked + .slider:before {
  transform: translateX(24px);
}

/* line 364, app/assets/stylesheets/common/_form.scss */
.form-switch .slider.round {
  border-radius: 34px;
}

/* line 368, app/assets/stylesheets/common/_form.scss */
.form-switch .slider.round:before {
  border-radius: 50%;
}

/* line 374, app/assets/stylesheets/common/_form.scss */
.user-edit .form-group .form-control {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 379, app/assets/stylesheets/common/_form.scss */
.user-edit .form-group .control-label {
  display: block;
  width: 302px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 0;
  top: 13px;
  transform: translateX(-100%);
}

/* line 393, app/assets/stylesheets/common/_form.scss */
input.checkbox[type="checkbox"] {
  display: none;
}

/* line 401, app/assets/stylesheets/common/_form.scss */
input.checkbox[type="checkbox"] + label::before {
  content: "";
  display: inline-block;
  height: 22px;
  width: 22px;
  margin: 0 8px 0 0;
  position: relative;
  top: 4px;
  background-image: url(/assets/common/checkbox-8fb4db6fa98a87d0dae464c19f78dcd3478bdfff40295471b9cc8a6ad68dae5f.svg);
  background-repeat: no-repeat;
}

/* line 412, app/assets/stylesheets/common/_form.scss */
input.checkbox[type="checkbox"] + label::before {
  background-position: 0 -21px;
}

/* line 415, app/assets/stylesheets/common/_form.scss */
input.checkbox[type="checkbox"]:checked + label::before {
  background-position: 0 0;
}

/* line 418, app/assets/stylesheets/common/_form.scss */
input.checkbox[type="checkbox"]:disabled + label::before {
  background-position: 0 -42px;
}

/* line 421, app/assets/stylesheets/common/_form.scss */
input.checkbox[type="checkbox"]:checked:disabled + label::before {
  background-position: 0 -63px;
}

/* line 425, app/assets/stylesheets/common/_form.scss */
input[type=date] {
  -webkit-appearance: none;
}

@media (max-width: 992px) {
  /* line 430, app/assets/stylesheets/common/_form.scss */
  .btn {
    font-size: 18px;
    min-width: 140px;
    padding: 10px 25px 9px;
    border: 2px solid;
    border-radius: 8px;
  }
  /* line 437, app/assets/stylesheets/common/_form.scss */
  .btn.btn-default {
    color: #fff;
    border-color: #2ecc71;
    background-color: #2ecc71;
  }
  /* line 442, app/assets/stylesheets/common/_form.scss */
  .btn.btn-default:hover {
    background-color: #29bc68;
  }
  /* line 446, app/assets/stylesheets/common/_form.scss */
  .btn.btn-plus {
    cursor: pointer;
    padding-left: 46px !important;
    background-image: url(/assets/common/plus-d0a8155148f24a35793cf1e783bd32fb87ae0220e93d4b92217e888cb9e8ec69.svg);
    background-repeat: no-repeat;
    background-position: 12px 4px;
  }
  /* line 453, app/assets/stylesheets/common/_form.scss */
  .btn.btn-loading {
    text-indent: 0;
    background-image: url(/assets/common/btn-loading-1f891a0fb1e91a31c1045a7b84ee118a982e8fb6446ca8b6c7fb12c60686b774.svg);
    background-repeat: no-repeat;
    background-position: 5px 3px;
    background-size: 32px;
  }
  /* line 461, app/assets/stylesheets/common/_form.scss */
  .btn.btn-border {
    color: #fff;
    border-color: #a9a9a9;
    background-color: #a9a9a9;
  }
  /* line 466, app/assets/stylesheets/common/_form.scss */
  .btn.btn-border:hover {
    border-color: #9d9c9c;
  }
  /* line 470, app/assets/stylesheets/common/_form.scss */
  .btn.btn-warning {
    color: #fff;
    border-color: #de5758;
    background-color: #de5758;
  }
  /* line 475, app/assets/stylesheets/common/_form.scss */
  .btn.btn-warning:hover {
    background-color: #de5758;
  }
  /* line 479, app/assets/stylesheets/common/_form.scss */
  .btn.btn-edit {
    cursor: pointer;
    background-image: url(/assets/common/edit-7132509b51ade17ab8c99eba3ee2c22630c392527df269f10bb04cc287d8e9f9.svg);
    background-repeat: no-repeat;
    background-position: 12px 10px;
  }
  /* line 485, app/assets/stylesheets/common/_form.scss */
  .btn.btn-delete {
    cursor: pointer;
    background-image: url(/assets/common/delete-bdd3aa0255acc3fe5d51b2e255be62886c2fb500c4fa868cf462dc59cc833034.svg);
    background-repeat: no-repeat;
    background-position: 12px 10px;
  }
}

/* line 494, app/assets/stylesheets/common/_form.scss */
.fieldset {
  padding: 40px 0 25px;
  border-bottom: 1px solid #e9e9e9;
}

/* line 498, app/assets/stylesheets/common/_form.scss */
.fieldset.user-edit {
  margin: auto;
  max-width: 360px;
}

/* line 6, app/assets/stylesheets/common/_form-label.scss */
.form-label .form-group .form-control:focus {
  box-shadow: none;
  border-color: #000;
}

/* line 11, app/assets/stylesheets/common/_form-label.scss */
.form-label .form-group .form-select {
  border: none;
  width: 100%;
  border-radius: 0;
}

/* line 16, app/assets/stylesheets/common/_form-label.scss */
.form-label .form-group .form-select select {
  padding-left: 0;
}

/* line 21, app/assets/stylesheets/common/_form-label.scss */
.form-label #error_explanation {
  padding-left: 0;
}

/* line 25, app/assets/stylesheets/common/_form-label.scss */
.form-label .form-group {
  position: relative;
}

/* line 28, app/assets/stylesheets/common/_form-label.scss */
.form-label .form-group.only-barman.is-active {
  display: block;
}

/* line 33, app/assets/stylesheets/common/_form-label.scss */
.form-label .form-group:not(.profile-type):not(.avatar):not(.user-edit) .control-label {
  padding-left: 0;
  position: absolute;
  top: 19px;
  left: -330px;
  z-index: 1;
  transition: all 0.2s ease-in-out;
  cursor: text;
}

/* line 48, app/assets/stylesheets/common/_form-label.scss */
.form-label .form-group:not(.profile-type):not(.avatar):not(.user-edit) .party-label {
  left: 0px;
}

/* line 52, app/assets/stylesheets/common/_form-label.scss */
.form-label .form-group:not(.profile-type):not(.avatar):not(.user-edit) .form-control {
  text-align: left;
  height: 55px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 2px;
  transition: all 0.2s ease-in-out;
  background: #fafafa;
  border: 1px solid #efefef;
}

/* line 66, app/assets/stylesheets/common/_form-label.scss */
.form-label .form-group:not(.profile-type):not(.avatar):not(.user-edit) .form-control:focus {
  box-shadow: none;
  border-bottom-color: #8d8d8d;
}

/* line 70, app/assets/stylesheets/common/_form-label.scss */
.form-label .form-group:not(.profile-type):not(.avatar):not(.user-edit) .form-control::-webkit-input-placeholder {
  /* WebKit browsers */
  position: absolute;
  height: 20px;
  left: 8%;
  right: 21.33%;
  top: calc(50% - 20px / 2 - 91.5px);
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: #a0a0a0;
}

/* line 87, app/assets/stylesheets/common/_form-label.scss */
.form-label .form-group:not(.profile-type):not(.avatar):not(.user-edit) .form-control.input-error {
  border-color: #fd3b3b;
  box-shadow: none;
}

/* line 92, app/assets/stylesheets/common/_form-label.scss */
.form-label .form-group:not(.profile-type):not(.avatar):not(.user-edit) .field_with_errors {
  display: block;
}

/* line 94, app/assets/stylesheets/common/_form-label.scss */
.form-label .form-group:not(.profile-type):not(.avatar):not(.user-edit) .field_with_errors .form-control {
  box-shadow: none;
  border-bottom-color: #fd3b3b;
}

/* line 99, app/assets/stylesheets/common/_form-label.scss */
.form-label .form-group:not(.profile-type):not(.avatar):not(.user-edit) .form-select {
  height: 55px;
}

/* line 116, app/assets/stylesheets/common/_form-label.scss */
.form-label .btn.btn-primary.reg {
  color: #fff;
  border-bottom: 3px solid transparent;
  background-color: #ee008f;
  min-width: 320px;
}

/* line 124, app/assets/stylesheets/common/_form-label.scss */
.form-label .profile-type {
  cursor: pointer;
  padding: 0px 0 45px;
  margin-bottom: 0;
}

/* line 129, app/assets/stylesheets/common/_form-label.scss */
.form-label .profile-type .control-label {
  color: #fafafa;
  font-size: 18px;
  text-align: center;
  position: absolute;
  top: 20px;
  width: 100%;
}

/* line 138, app/assets/stylesheets/common/_form-label.scss */
.form-label .form-group .form-type {
  width: 290px;
  margin: 0 auto;
  display: block;
  font-weight: bold;
  cursor: pointer;
}

/* line 145, app/assets/stylesheets/common/_form-label.scss */
.form-label .form-switch {
  width: 290px;
  height: 34px;
}

/* line 149, app/assets/stylesheets/common/_form-label.scss */
.form-label .form-switch .slider {
  background-color: #e7e7e7;
}

/* line 152, app/assets/stylesheets/common/_form-label.scss */
.form-label .form-switch .slider.round {
  border-radius: 2px;
}

/* line 155, app/assets/stylesheets/common/_form-label.scss */
.form-label .form-switch .slider:before {
  position: absolute;
  content: "";
  height: 34px;
  width: 50%;
  left: 0;
  bottom: 0;
  border-radius: 2px;
  background-color: #ffffff;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border: 1px solid #efefef;
  box-sizing: border-box;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04);
}

/* line 174, app/assets/stylesheets/common/_form-label.scss */
.form-label .form-switch input:checked + .slider {
  background-color: #fafafa;
}

/* line 177, app/assets/stylesheets/common/_form-label.scss */
.form-label .form-switch input:checked + .slider:before {
  border-radius: 2px;
  -webkit-transform: translateX(145px);
  -ms-transform: translateX(145px);
  transform: translateX(145px);
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* line 191, app/assets/stylesheets/common/_form-label.scss */
.form-label .form-group.profile-type .profile-type-fan,
.form-label .form-group.profile-type .profile-type-barman {
  color: #ec118f;
  font-size: 14px;
  position: absolute;
  z-index: 10;
  top: 4px;
  left: 0;
  width: 50%;
  text-align: center;
  padding: 0;
}

/* line 203, app/assets/stylesheets/common/_form-label.scss */
.form-label .form-group.profile-type .profile-type-barman {
  color: #808080;
  left: 50%;
}

/* line 208, app/assets/stylesheets/common/_form-label.scss */
.form-label .form-group.profile-type.checked-barman .profile-type-fan {
  color: #808080;
}

/* line 211, app/assets/stylesheets/common/_form-label.scss */
.form-label .form-group.profile-type.checked-barman .profile-type-barman {
  color: #ec118f;
}

/* line 216, app/assets/stylesheets/common/_form-label.scss */
.form-label .form-action {
  padding: 0;
  margin-left: -15px;
}

/* line 220, app/assets/stylesheets/common/_form-label.scss */
.form-label .form-action.user-edit {
  padding: 16px 15px 14px;
}

/* line 224, app/assets/stylesheets/common/_form-label.scss */
.form-label .form-action .btn-default {
  width: 100%;
  padding: 22px 15px 21px;
  border-radius: 2px;
  margin: 0;
  box-sizing: border-box;
  background-color: #ec118f;
  background-position: 32% 14px;
  border: none;
}

/* line 233, app/assets/stylesheets/common/_form-label.scss */
.form-label .form-action .btn-default.user-edit {
  width: auto;
  color: #fff;
  border-color: #2ecc71;
  background-color: #2ecc71;
  height: 52px;
  border-radius: 25px;
  padding: 16px 15px 14px;
}

@media (max-width: 992px) {
  /* line 251, app/assets/stylesheets/common/_form-label.scss */
  .form-group {
    position: relative;
  }
  /* line 254, app/assets/stylesheets/common/_form-label.scss */
  .form-group.only-barman.is-active {
    display: block;
  }
  /* line 258, app/assets/stylesheets/common/_form-label.scss */
  .form-group:not(.profile-type):not(.avatar) .control-label {
    padding-left: 0;
    text-align: left;
    width: auto;
    display: block;
    position: absolute;
    top: 19px;
    left: 19px;
    z-index: 1;
    transition: all 0.2s ease-in-out;
    cursor: text;
  }
  /* line 272, app/assets/stylesheets/common/_form-label.scss */
  .form-group:not(.profile-type):not(.avatar) .form-control {
    text-align: left;
    height: 55px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 2px;
    transition: all 0.2s ease-in-out;
    background: #fafafa;
    border: 1px solid #efefef;
  }
  /* line 286, app/assets/stylesheets/common/_form-label.scss */
  .form-group:not(.profile-type):not(.avatar) .form-control:focus {
    box-shadow: none;
    border-bottom-color: #8d8d8d;
  }
  /* line 290, app/assets/stylesheets/common/_form-label.scss */
  .form-group:not(.profile-type):not(.avatar) .form-control::-webkit-input-placeholder {
    /* WebKit browsers */
    position: absolute;
    height: 20px;
    left: 8%;
    right: 21.33%;
    top: calc(50% - 20px / 2 - 91.5px);
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    display: flex;
    align-items: center;
    color: #a0a0a0;
  }
  /* line 307, app/assets/stylesheets/common/_form-label.scss */
  .form-group:not(.profile-type):not(.avatar) .form-control.input-error {
    border-color: #fd3b3b;
    box-shadow: none;
  }
  /* line 314, app/assets/stylesheets/common/_form-label.scss */
  .form-group.active:not(.profile-type):not(.avatar) .form-control {
    padding-top: 20px;
  }
  /* line 317, app/assets/stylesheets/common/_form-label.scss */
  .form-group.active:not(.profile-type):not(.avatar) .control-label {
    left: 20px;
    font-size: 13px;
    top: 12px;
    transform: translate3d(0, -10px, 0);
  }
}

/* line 330, app/assets/stylesheets/common/_form-label.scss */
.form-signin .form-signin-content .form-group:not(.profile-type):not(.avatar):not(.user-edit),
.form-signup .form-signin-content .form-group:not(.profile-type):not(.avatar):not(.user-edit) {
  position: relative;
}

/* line 332, app/assets/stylesheets/common/_form-label.scss */
.form-signin .form-signin-content .form-group:not(.profile-type):not(.avatar):not(.user-edit) .form-control,
.form-signup .form-signin-content .form-group:not(.profile-type):not(.avatar):not(.user-edit) .form-control {
  transition: all 0.2s ease-in-out;
}

/* line 335, app/assets/stylesheets/common/_form-label.scss */
.form-signin .form-signin-content .form-group:not(.profile-type):not(.avatar):not(.user-edit) .form-control:focus,
.form-signup .form-signin-content .form-group:not(.profile-type):not(.avatar):not(.user-edit) .form-control:focus {
  box-shadow: none;
  border-bottom-color: #8d8d8d;
}

/* line 339, app/assets/stylesheets/common/_form-label.scss */
.form-signin .form-signin-content .form-group:not(.profile-type):not(.avatar):not(.user-edit) .form-control::-webkit-input-placeholder,
.form-signup .form-signin-content .form-group:not(.profile-type):not(.avatar):not(.user-edit) .form-control::-webkit-input-placeholder {
  top: calc(50% - 10px);
  transition: all 0.2s ease-in-out;
}

/* line 347, app/assets/stylesheets/common/_form-label.scss */
.form-signin .form-signin-content .form-group.active:not(.profile-type):not(.avatar):not(.user-edit) .form-control::-webkit-input-placeholder,
.form-signup .form-signin-content .form-group.active:not(.profile-type):not(.avatar):not(.user-edit) .form-control::-webkit-input-placeholder {
  left: 20px;
  font-size: 13px;
  top: 12px;
  transform: translate3d(0, -10px, 0);
}

/* line 1, app/assets/stylesheets/common/_switch.scss */
.switch-group label {
  margin-left: 329px;
}

/* line 5, app/assets/stylesheets/common/_switch.scss */
input.switch {
  display: none;
}

/* line 7, app/assets/stylesheets/common/_switch.scss */
input.switch:checked ~ label {
  color: #ec118f;
}

/* line 9, app/assets/stylesheets/common/_switch.scss */
input.switch:checked ~ label:before {
  background: #fd3bb0;
}

/* line 12, app/assets/stylesheets/common/_switch.scss */
input.switch:checked ~ label:after {
  left: 25px;
}

/* line 18, app/assets/stylesheets/common/_switch.scss */
label.switch {
  display: inline-block;
  vertical-align: top;
  padding: 9px 0 9px 60px;
  line-height: 26px;
  transition: .4s;
  font-size: 18px;
  position: relative;
  cursor: pointer;
  user-select: none;
}

/* line 28, app/assets/stylesheets/common/_switch.scss */
label.switch:before {
  content: '';
  display: block;
  background: #7d7d7d;
  border-radius: 34px;
  width: 50px;
  height: 26px;
  transition: .4s;
  position: absolute;
  top: 9px;
  left: 0;
}

/* line 40, app/assets/stylesheets/common/_switch.scss */
label.switch:after {
  content: '';
  display: block;
  height: 24px;
  width: 24px;
  position: absolute;
  top: 10px;
  left: 1px;
  transition: .4s;
  background: white;
  border-radius: 50%;
}

@media (min-width: 922px) {
  /* line 55, app/assets/stylesheets/common/_switch.scss */
  .form-group label.switch {
    margin-left: 260px;
  }
  /* line 59, app/assets/stylesheets/common/_switch.scss */
  .switch-group label.switch {
    margin-left: 329px;
  }
}

@media (max-width: 921px) {
  /* line 65, app/assets/stylesheets/common/_switch.scss */
  label.switch {
    display: block;
    right: 0;
    padding: 13px 0;
  }
  /* line 69, app/assets/stylesheets/common/_switch.scss */
  label.switch:before {
    top: 13px;
    left: auto;
    right: 20px;
  }
  /* line 74, app/assets/stylesheets/common/_switch.scss */
  label.switch:after {
    top: 14px;
    left: auto;
    right: 45px;
  }
  /* line 80, app/assets/stylesheets/common/_switch.scss */
  input.switch:checked ~ label:after {
    left: auto;
    right: 21px;
  }
  /* line 84, app/assets/stylesheets/common/_switch.scss */
  .form-group label.switch {
    padding-left: 20px;
    padding-right: 90px;
    margin-left: 0px;
  }
}

/* line 1, app/assets/stylesheets/common/_like_button.scss */
.like-button {
  color: #999;
  display: inline-block;
  height: 27px;
  line-height: 30px;
  font-size: 16px;
  outline: none;
  cursor: pointer;
}

/* line 10, app/assets/stylesheets/common/_like_button.scss */
.like-button:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 17px;
  margin-right: 10px;
  vertical-align: top;
  position: relative;
  top: 3px;
  background: url(/assets/common/cocktail_options-665f4e05177e649c921e491c20ace5c328604791663a7c29547fcea01b4c99bb.svg) no-repeat 0 0;
}

/* line 22, app/assets/stylesheets/common/_like_button.scss */
.like-button:hover {
  text-decoration: none;
}

@media (min-width: 992px) {
  /* line 22, app/assets/stylesheets/common/_like_button.scss */
  .like-button:hover {
    color: #ec118f;
  }
}

@media (max-width: 992px) {
  /* line 22, app/assets/stylesheets/common/_like_button.scss */
  .like-button:hover {
    color: #999;
  }
}

@media (min-width: 992px) {
  /* line 32, app/assets/stylesheets/common/_like_button.scss */
  .like-button:hover:before {
    background-position: 0 -20px;
  }
}

/* line 38, app/assets/stylesheets/common/_like_button.scss */
.like-button:focus {
  outline: none;
}

/* line 41, app/assets/stylesheets/common/_like_button.scss */
.like-button span {
  display: none;
}

/* line 44, app/assets/stylesheets/common/_like_button.scss */
.like-button span.like {
  display: inline;
}

/* line 47, app/assets/stylesheets/common/_like_button.scss */
.like-button span.like-counter {
  display: inline;
}

@media (min-width: 992px) {
  /* line 47, app/assets/stylesheets/common/_like_button.scss */
  .like-button span.like-counter {
    padding-left: 5px;
  }
}

/* line 56, app/assets/stylesheets/common/_like_button.scss */
.like-button.liked {
  color: #ec118f;
}

/* line 59, app/assets/stylesheets/common/_like_button.scss */
.like-button.liked:before {
  background-position: 0 -20px;
}

/* line 62, app/assets/stylesheets/common/_like_button.scss */
.like-button.liked:hover {
  text-decoration: none;
}

@media (min-width: 992px) {
  /* line 62, app/assets/stylesheets/common/_like_button.scss */
  .like-button.liked:hover {
    color: #999;
  }
}

@media (min-width: 992px) {
  /* line 69, app/assets/stylesheets/common/_like_button.scss */
  .like-button.liked:hover:before {
    background-position: 0 0;
  }
}

/* line 75, app/assets/stylesheets/common/_like_button.scss */
.like-button.liked:hover span.like {
  display: none;
}

/* line 78, app/assets/stylesheets/common/_like_button.scss */
.like-button.liked:hover span.dislike {
  display: inline;
}

@media (max-width: 992px) {
  /* line 86, app/assets/stylesheets/common/_like_button.scss */
  .like-button:after {
    margin-left: 0;
  }
  /* line 89, app/assets/stylesheets/common/_like_button.scss */
  .like-button span.like,
.like-button span.dislike {
    display: none !important;
  }
}

@media (max-width: 992px) {
  /* line 98, app/assets/stylesheets/common/_like_button.scss */
  .my-cocktail-controls .like-button:before {
    display: none;
  }
}

/* line 1, app/assets/stylesheets/common/comments.scss */
.comments {
  background: #fff;
  overflow: hidden;
  border-radius: 6px;
  /**************************\
    Basic Modal Styles
  \**************************/
  /**************************\
    Demo Animation Style
  \**************************/
}

/* line 6, app/assets/stylesheets/common/comments.scss */
.comments .img_gallery {
  margin-top: 15px;
}

@media (max-width: 400px) {
  /* line 6, app/assets/stylesheets/common/comments.scss */
  .comments .img_gallery {
    margin-top: 0;
  }
  /* line 10, app/assets/stylesheets/common/comments.scss */
  .comments .img_gallery a {
    margin-top: 9px;
  }
}

/* line 15, app/assets/stylesheets/common/comments.scss */
.comments .file-block {
  display: flex;
}

/* line 17, app/assets/stylesheets/common/comments.scss */
.comments .file-block .file-display {
  display: inline-grid;
  font-size: 14px;
  margin: 10px;
}

/* line 23, app/assets/stylesheets/common/comments.scss */
.comments .size-block {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 992px) {
  /* line 30, app/assets/stylesheets/common/comments.scss */
  .comments .modal__container {
    width: 400px;
  }
  /* line 32, app/assets/stylesheets/common/comments.scss */
  .comments .modal__container .modal_video {
    width: 350px;
  }
}

/* line 42, app/assets/stylesheets/common/comments.scss */
.comments .modal {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
}

/* line 48, app/assets/stylesheets/common/comments.scss */
.comments .modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 60, app/assets/stylesheets/common/comments.scss */
.comments .modal__container {
  padding: 25px;
  max-width: 500px;
  max-height: 100vh;
  overflow-y: auto;
  box-sizing: border-box;
  background: linear-gradient(0deg, #ffffff, #ffffff);
  box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.500708);
  border-radius: 7px;
}

/* line 71, app/assets/stylesheets/common/comments.scss */
.comments .modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 77, app/assets/stylesheets/common/comments.scss */
.comments .modal__title {
  margin-top: 0;
  margin-bottom: 0;
  box-sizing: border-box;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 31px;
  display: flex;
  align-items: center;
  text-align: center;
}

/* line 90, app/assets/stylesheets/common/comments.scss */
.comments .modal__close {
  background: transparent;
  border: 0;
}

/* line 95, app/assets/stylesheets/common/comments.scss */
.comments .modal__header .modal__close:before {
  content: "\2715";
}

/* line 99, app/assets/stylesheets/common/comments.scss */
.comments .modal__content {
  margin-top: 15px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

/* line 106, app/assets/stylesheets/common/comments.scss */
.comments .or_video {
  color: #b6b6b5;
  margin: 5px;
  font-size: 15px;
}

/* line 112, app/assets/stylesheets/common/comments.scss */
.comments #info-modal {
  display: flex;
}

/* line 114, app/assets/stylesheets/common/comments.scss */
.comments #info-modal .btn.btn-default {
  font-weight: bold;
  margin: 30px 0 0 auto;
  height: 25px;
  font-size: 14px;
  padding: inherit;
}

/* line 121, app/assets/stylesheets/common/comments.scss */
.comments #info-modal .done_modal {
  background-color: lightgrey;
  border-color: lightgrey;
  pointer-events: none;
}

/* line 128, app/assets/stylesheets/common/comments.scss */
.comments .modal_video {
  width: 440px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 10px;
  outline: none;
}

/* line 139, app/assets/stylesheets/common/comments.scss */
.comments .modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

/* line 167, app/assets/stylesheets/common/comments.scss */
.comments .modal__btn:focus,
.comments .modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/* line 173, app/assets/stylesheets/common/comments.scss */
.comments .modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}

/* line 217, app/assets/stylesheets/common/comments.scss */
.comments .micromodal-slide {
  display: none;
}

/* line 221, app/assets/stylesheets/common/comments.scss */
.comments .micromodal-slide.is-open {
  display: block;
}

/* line 225, app/assets/stylesheets/common/comments.scss */
.comments .micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

/* line 229, app/assets/stylesheets/common/comments.scss */
.comments .micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

/* line 233, app/assets/stylesheets/common/comments.scss */
.comments .micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

/* line 237, app/assets/stylesheets/common/comments.scss */
.comments .micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

/* line 241, app/assets/stylesheets/common/comments.scss */
.comments .micromodal-slide .modal__container,
.comments .micromodal-slide .modal__overlay {
  will-change: transform;
  z-index: 1;
}

/* line 247, app/assets/stylesheets/common/comments.scss */
.comments .tooltip {
  left: 0;
  margin-left: 0;
}

/* line 250, app/assets/stylesheets/common/comments.scss */
.comments .tooltip:before {
  left: 70px;
  margin-left: 0;
}

/* line 255, app/assets/stylesheets/common/comments.scss */
.comments .tooltip-close {
  left: 250px;
  margin-left: 0;
}

/* line 260, app/assets/stylesheets/common/comments.scss */
.comments__title {
  padding: 25px 26px 20px;
  border-bottom: 1px solid #e4e3e3;
}

/* line 264, app/assets/stylesheets/common/comments.scss */
.comments__title article {
  font-size: 48px;
  font-weight: normal;
  margin: 0;
}

@media (max-width: 992px) {
  /* line 264, app/assets/stylesheets/common/comments.scss */
  .comments__title article {
    font-size: 20px;
  }
}

/* line 274, app/assets/stylesheets/common/comments.scss */
.comments .comments__form {
  padding: 22px 30px 5px;
}

@media (max-width: 992px) {
  /* line 274, app/assets/stylesheets/common/comments.scss */
  .comments .comments__form {
    padding: 15px 25px 0;
  }
}

/* line 286, app/assets/stylesheets/common/comments.scss */
.comments .comments__form p {
  margin: 5px 0 22px;
}

/* line 289, app/assets/stylesheets/common/comments.scss */
.comments .comments__form p a {
  color: #fd3bb0;
}

/* line 292, app/assets/stylesheets/common/comments.scss */
.comments .comments__form p a:hover {
  text-decoration: none;
}

/* line 298, app/assets/stylesheets/common/comments.scss */
.comments .comments__form .form {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 992px) {
  /* line 298, app/assets/stylesheets/common/comments.scss */
  .comments .comments__form .form {
    flex-wrap: nowrap;
    margin-bottom: 0;
  }
}

/* line 308, app/assets/stylesheets/common/comments.scss */
.comments .comments__form .form__avatar {
  margin-right: 20px;
  display: none;
}

/* line 311, app/assets/stylesheets/common/comments.scss */
.comments .comments__form .form__avatar img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #000;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 992px) {
  /* line 311, app/assets/stylesheets/common/comments.scss */
  .comments .comments__form .form__avatar img {
    width: 40px;
    height: 40px;
    margin-top: 5px;
  }
}

@media (max-width: 400px) {
  /* line 311, app/assets/stylesheets/common/comments.scss */
  .comments .comments__form .form__avatar img {
    width: 30px;
    height: 30px;
    margin-top: 5px;
  }
}

/* line 333, app/assets/stylesheets/common/comments.scss */
.comments .comments__form .form-group img {
  width: 70px;
  height: 70px;
  margin: 10px;
  border-radius: 3.42857px;
}

/* line 339, app/assets/stylesheets/common/comments.scss */
.comments .comments__form .form-group .down-comments {
  display: flex;
  margin-bottom: 15px;
}

/* line 343, app/assets/stylesheets/common/comments.scss */
.comments .comments__form .form-group svg:hover {
  fill: #ee008f;
}

/* line 346, app/assets/stylesheets/common/comments.scss */
.comments .comments__form .form-group input[type="file"] {
  display: none;
}

/* line 349, app/assets/stylesheets/common/comments.scss */
.comments .comments__form .form-group .custom-file-upload {
  display: flex;
  padding: 6px 6px 6px 12px;
  cursor: pointer;
}

/* line 355, app/assets/stylesheets/common/comments.scss */
.comments .comments__form .form-group .custom-video-upload {
  display: flex;
  padding: 6px 6px;
  cursor: pointer;
}

/* line 359, app/assets/stylesheets/common/comments.scss */
.comments .comments__form .form-group .custom-video-upload a {
  padding: 6px;
}

/* line 363, app/assets/stylesheets/common/comments.scss */
.comments .comments__form .form-group .or_video {
  color: #b6b6b5;
  margin: 5px;
  font-size: 15px;
}

/* line 368, app/assets/stylesheets/common/comments.scss */
.comments .comments__form .form-group .doc-marg {
  margin-right: 10px;
}

/* line 371, app/assets/stylesheets/common/comments.scss */
.comments .comments__form .form-group .doc-com {
  background-image: url(/assets/common/text-documents-f215340020412653eb990becf39414258017c2e749104f3d342bd53bcb3f3c9b.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px;
}

/* line 378, app/assets/stylesheets/common/comments.scss */
.comments .comments__form .form-group .img-com {
  background-image: url(/assets/common/shape-c29ed97db880cbf894dc771adb64490236f97fc27508cf681edc7f8abdc681ca.svg);
  background-repeat: no-repeat;
  background-position: center;
}

/* line 383, app/assets/stylesheets/common/comments.scss */
.comments .comments__form .form-group .gif-com {
  background-image: url(/assets/common/baseline-gif-24px-dd2ca955c3e4ac77f6e3eb33200d350e061d68e6a176fc97ba9ad3dc0eaeedf4.svg);
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 12px;
}

/* line 389, app/assets/stylesheets/common/comments.scss */
.comments .comments__form .form-group .video-com {
  background-image: url(/assets/common/Group6-d6c5c8253fe9a242e0d0dfab4132bf86941d9e99b070453f6beff49f3bd1d189.svg);
  background-repeat: no-repeat;
  background-position: center;
}

/* line 395, app/assets/stylesheets/common/comments.scss */
.comments .comments__form .form-group #videoOutput {
  display: none;
  margin-top: auto;
  margin-bottom: auto;
  color: #7d7d7d;
}

/* line 402, app/assets/stylesheets/common/comments.scss */
.comments .comments__form .form-group #videoOutputComment {
  display: none;
  margin-top: auto;
  margin-bottom: auto;
  color: #7d7d7d;
}

/* line 409, app/assets/stylesheets/common/comments.scss */
.comments .comments__form .form-group #tick {
  background-image: url(/assets/common/tick-3372f291f04af619557e942504e5013f54e69eb2c7f4ad90e55ddddc6dbdba45.svg);
  background-repeat: no-repeat;
  background-position: center;
  margin: auto;
  width: 15px;
  height: 15px;
  filter: invert(62%) sepia(65%) saturate(441%) hue-rotate(93deg) brightness(91%) contrast(101%);
}

/* line 420, app/assets/stylesheets/common/comments.scss */
.comments .comments__form .form-group .doc-com:hover {
  filter: invert(16%) sepia(69%) saturate(7494%) hue-rotate(315deg) brightness(93%) contrast(106%);
}

/* line 424, app/assets/stylesheets/common/comments.scss */
.comments .comments__form .form-group .img-com:hover {
  filter: invert(16%) sepia(69%) saturate(7494%) hue-rotate(315deg) brightness(93%) contrast(106%);
}

/* line 428, app/assets/stylesheets/common/comments.scss */
.comments .comments__form .form-group .gif-com:hover {
  filter: invert(16%) sepia(69%) saturate(7494%) hue-rotate(315deg) brightness(93%) contrast(106%);
}

/* line 432, app/assets/stylesheets/common/comments.scss */
.comments .comments__form .form-group .video-com:hover {
  filter: invert(16%) sepia(69%) saturate(7494%) hue-rotate(315deg) brightness(93%) contrast(106%);
}

/* line 437, app/assets/stylesheets/common/comments.scss */
.comments .comments__form .form-group .flex_custom {
  display: flex;
}

@media (min-width: 992px) {
  /* line 332, app/assets/stylesheets/common/comments.scss */
  .comments .comments__form .form-group {
    width: 100%;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    box-sizing: border-box;
    border-radius: 4px;
  }
}

@media (max-width: 992px) {
  /* line 332, app/assets/stylesheets/common/comments.scss */
  .comments .comments__form .form-group {
    flex-wrap: nowrap;
    justify-content: space-between;
    flex-grow: 1;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
  }
}

/* line 456, app/assets/stylesheets/common/comments.scss */
.comments .comments__form .form-group .form-control:focus {
  box-shadow: none;
}

/* line 461, app/assets/stylesheets/common/comments.scss */
.comments .comments__form .form-group .form-control {
  box-sizing: border-box;
  resize: vertical;
  width: -webkit-fill-available;
  padding: 12px 15px;
  line-height: 20px;
  height: 50px;
  resize: none;
  padding-right: 0;
  border: none;
  width: 100%;
}

@media (max-width: 992px) {
  /* line 461, app/assets/stylesheets/common/comments.scss */
  .comments .comments__form .form-group .form-control {
    border: none;
    font-size: 14px;
    padding-left: 5.5px;
  }
  /* line 478, app/assets/stylesheets/common/comments.scss */
  .comments .comments__form .form-group .form-control:focus {
    box-shadow: none;
  }
}

/* line 483, app/assets/stylesheets/common/comments.scss */
.comments .comments__form .form-group .btn {
  font-weight: bold;
  margin: 0 15px 0 auto;
  height: 30px;
  font-size: 14px;
  padding: inherit;
}

@media (max-width: 992px) {
  /* line 483, app/assets/stylesheets/common/comments.scss */
  .comments .comments__form .form-group .btn {
    color: #00cc76;
    background-color: transparent;
    border: none;
    padding: 0;
    font-size: 14px;
    min-width: inherit;
  }
}

/* line 502, app/assets/stylesheets/common/comments.scss */
.comments__list {
  padding: 30px 30px 30px;
}

@media (max-width: 992px) {
  /* line 502, app/assets/stylesheets/common/comments.scss */
  .comments__list {
    padding: 0 25px 25px;
  }
}

@media (max-width: 400px) {
  /* line 502, app/assets/stylesheets/common/comments.scss */
  .comments__list {
    padding: 0 15px 25px;
  }
}

/* line 519, app/assets/stylesheets/common/comments.scss */
.comments .comment-area:last-child .comment {
  border-bottom: 0;
}

/* line 524, app/assets/stylesheets/common/comments.scss */
.comments .comment__content_wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

/* line 530, app/assets/stylesheets/common/comments.scss */
.comments .comment {
  padding-top: 15px;
  position: relative;
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

@media (max-width: 992px) {
  /* line 530, app/assets/stylesheets/common/comments.scss */
  .comments .comment {
    padding-top: 15px;
    position: relative;
    margin-bottom: 0;
  }
}

/* line 546, app/assets/stylesheets/common/comments.scss */
.comments .comment:last-child {
  margin-bottom: 0;
}

/* line 550, app/assets/stylesheets/common/comments.scss */
.comments .comment__avatar {
  width: 50px;
  margin-right: 20px;
}

@media (max-width: 992px) {
  /* line 550, app/assets/stylesheets/common/comments.scss */
  .comments .comment__avatar {
    width: 40px;
    margin-right: 12px;
  }
}

@media (max-width: 540px) {
  /* line 550, app/assets/stylesheets/common/comments.scss */
  .comments .comment__avatar {
    width: 30px;
  }
}

/* line 564, app/assets/stylesheets/common/comments.scss */
.comments .comment__avatar img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #000;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 992px) {
  /* line 564, app/assets/stylesheets/common/comments.scss */
  .comments .comment__avatar img {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 540px) {
  /* line 564, app/assets/stylesheets/common/comments.scss */
  .comments .comment__avatar img {
    width: 30px;
    height: 30px;
  }
}

/* line 582, app/assets/stylesheets/common/comments.scss */
.comments .comment__content {
  flex-grow: 1;
  padding-top: 12px;
  max-width: 62%;
}

@media (max-width: 992px) {
  /* line 582, app/assets/stylesheets/common/comments.scss */
  .comments .comment__content {
    padding-top: 1px;
    width: auto;
    max-width: calc(100% - 52px);
  }
}

@media (max-width: 540px) {
  /* line 582, app/assets/stylesheets/common/comments.scss */
  .comments .comment__content {
    max-width: calc(100% - 42px);
  }
}

/* line 598, app/assets/stylesheets/common/comments.scss */
.comments .comment__content .comment__name {
  display: flex;
}

/* line 600, app/assets/stylesheets/common/comments.scss */
.comments .comment__content .comment__name h4 {
  margin: 0 20px 0 0;
  font-size: 20px;
  display: inline-block;
  max-width: 30%;
}

/* line 606, app/assets/stylesheets/common/comments.scss */
.comments .comment__content .comment__name h4 .tooltip-button,
.comments .comment__content .comment__name h4 a {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}

@media (max-width: 992px) {
  /* line 600, app/assets/stylesheets/common/comments.scss */
  .comments .comment__content .comment__name h4 {
    color: #000;
    display: block;
    font-size: 16px;
    font-weight: normal;
    margin: 0 15px 0 0;
  }
}

@media (max-width: 400px) {
  /* line 600, app/assets/stylesheets/common/comments.scss */
  .comments .comment__content .comment__name h4 {
    font-size: 14px;
    margin: 0 10px 0 0;
    font-weight: 700;
  }
}

@media (max-width: 400px) {
  /* line 598, app/assets/stylesheets/common/comments.scss */
  .comments .comment__content .comment__name {
    align-items: flex-end;
  }
  /* line 631, app/assets/stylesheets/common/comments.scss */
  .comments .comment__content .comment__name h4 {
    max-width: 37%;
    line-height: 1.2;
    margin-right: 7px;
  }
  /* line 635, app/assets/stylesheets/common/comments.scss */
  .comments .comment__content .comment__name h4 + .comment__time {
    margin-left: 10px;
  }
}

/* line 641, app/assets/stylesheets/common/comments.scss */
.comments .comment__content .comment__time {
  color: #6c6c6c;
  font-size: 14px;
  font-weight: 300;
  align-self: center;
}

@media (max-width: 992px) {
  /* line 641, app/assets/stylesheets/common/comments.scss */
  .comments .comment__content .comment__time {
    color: #888;
    font-size: 12px;
  }
}

@media (max-width: 400px) {
  /* line 641, app/assets/stylesheets/common/comments.scss */
  .comments .comment__content .comment__time {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
    margin-top: auto;
  }
}

/* line 661, app/assets/stylesheets/common/comments.scss */
.comments .comment__text {
  font-size: 18px;
  margin-top: 10px;
}

@media (max-width: 992px) {
  /* line 661, app/assets/stylesheets/common/comments.scss */
  .comments .comment__text {
    font-size: 14px;
  }
}

@media (max-width: 400px) {
  /* line 661, app/assets/stylesheets/common/comments.scss */
  .comments .comment__text {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    margin-top: 5px;
  }
  /* line 676, app/assets/stylesheets/common/comments.scss */
  .comments .comment__text p {
    margin: 0;
  }
}

/* line 681, app/assets/stylesheets/common/comments.scss */
.comments .comment__actions {
  position: relative;
  color: #999;
  font-size: 14px;
  display: flex;
  margin-left: auto;
  margin-top: 15px;
}

@media (max-width: 400px) {
  /* line 681, app/assets/stylesheets/common/comments.scss */
  .comments .comment__actions {
    margin-top: 6px;
    font-size: 12px;
  }
}

/* line 693, app/assets/stylesheets/common/comments.scss */
.comments .comment__actions span {
  cursor: pointer;
}

/* line 696, app/assets/stylesheets/common/comments.scss */
.comments .comment__actions .comment__like {
  display: flex;
  margin-left: auto;
}

/* line 699, app/assets/stylesheets/common/comments.scss */
.comments .comment__actions .comment__like .like-button {
  font-size: 12px;
}

@media (max-width: 992px) {
  /* line 703, app/assets/stylesheets/common/comments.scss */
  .comments .comment__actions .comment__like .like-button:before {
    margin-right: 2px;
  }
}

@media (min-width: 992px) {
  /* line 708, app/assets/stylesheets/common/comments.scss */
  .comments .comment__actions .comment__like .like-button .like-counter {
    padding-left: 10px;
  }
}

@media (min-width: 400px) {
  /* line 696, app/assets/stylesheets/common/comments.scss */
  .comments .comment__actions .comment__like {
    margin-left: 7px;
  }
}

/* line 719, app/assets/stylesheets/common/comments.scss */
.comments .comment__actions .comment__remove,
.comments .comment__actions .comment__reply {
  position: relative;
}

/* line 723, app/assets/stylesheets/common/comments.scss */
.comments .comment__actions .comment__remove:hover,
.comments .comment__actions .comment__reply:hover {
  color: #fd3bb0;
}

@media (max-width: 992px) {
  /* line 729, app/assets/stylesheets/common/comments.scss */
  .comments .comment__actions .comment__remove:before {
    content: "";
    width: 20px;
    height: 20px;
    margin-right: 6px;
    top: -1px;
    border-radius: 0;
    background: url(/assets/common/delete_comment-adb8a6e621537e7f31bcd4f0d25670cd87c2cbb187a94204c3a844a5dd41ef1d.svg) no-repeat 0 0;
    background-size: 18px auto;
  }
}

/* line 742, app/assets/stylesheets/common/comments.scss */
.comments .comment__actions > span + span {
  margin-left: 15px;
}

@media (max-width: 992px) {
  /* line 742, app/assets/stylesheets/common/comments.scss */
  .comments .comment__actions > span + span {
    margin-left: 25px;
  }
}

@media (max-width: 400px) {
  /* line 742, app/assets/stylesheets/common/comments.scss */
  .comments .comment__actions > span + span {
    margin-left: 20px;
  }
}

/* line 753, app/assets/stylesheets/common/comments.scss */
.comments .comment__actions.mobile {
  margin-top: 0;
  margin-left: auto;
}

/* line 757, app/assets/stylesheets/common/comments.scss */
.comments .comment__actions.mobile .comment__like {
  width: max-content;
  margin-left: 10px;
}

/* line 761, app/assets/stylesheets/common/comments.scss */
.comments .comment__actions.mobile .comment__like .like-button {
  height: 20px;
  line-height: 20px;
}

/* line 765, app/assets/stylesheets/common/comments.scss */
.comments .comment__actions.mobile .comment__like .like-button:before {
  top: 0;
}

/* line 771, app/assets/stylesheets/common/comments.scss */
.comments .comment__actions.mobile .like-button:before {
  top: 5px;
}

/* line 776, app/assets/stylesheets/common/comments.scss */
.comments .comment .img_preview {
  max-width: 165px;
  height: 120px;
  margin: 5px 12px 5px 0px;
  border-radius: 3.42857px;
}

@media (max-width: 992px) {
  /* line 776, app/assets/stylesheets/common/comments.scss */
  .comments .comment .img_preview {
    max-width: 60px;
    height: 60px;
  }
}

@media (max-width: 992px) {
  /* line 788, app/assets/stylesheets/common/comments.scss */
  .comments .comment .comment__content-mob {
    width: 100%;
    padding-bottom: 12px;
  }
  /* line 793, app/assets/stylesheets/common/comments.scss */
  .comments .comment .comment__content-mob .comment__text {
    font-size: 14px;
    margin-top: 20px;
  }
  /* line 797, app/assets/stylesheets/common/comments.scss */
  .comments .comment .comment__content-mob .comment__actions {
    position: relative;
    padding: 12px 0 0;
    margin-top: 15px;
    border-top: 1px solid #e7e7e7;
  }
  /* line 802, app/assets/stylesheets/common/comments.scss */
  .comments .comment .comment__content-mob .comment__actions:first-child {
    margin-left: 0;
  }
}

/* line 809, app/assets/stylesheets/common/comments.scss */
.comments .comment.comment_answer {
  padding: 0;
}

@media (max-width: 992px) {
  /* line 809, app/assets/stylesheets/common/comments.scss */
  .comments .comment.comment_answer {
    margin: 0;
    padding: 20px 25px 0;
    position: relative;
    border-bottom: none;
  }
}

/* line 817, app/assets/stylesheets/common/comments.scss */
.comments .comment.comment_answer.new_comment {
  margin: -10px 0 40px 70px;
}

@media (max-width: 992px) {
  /* line 817, app/assets/stylesheets/common/comments.scss */
  .comments .comment.comment_answer.new_comment {
    margin: 0;
    border-bottom: 1px solid #e7e7e7;
  }
}

/* line 827, app/assets/stylesheets/common/comments.scss */
.comments .comment.comment_answer:before {
  display: none;
}

@media (max-width: 992px) {
  /* line 831, app/assets/stylesheets/common/comments.scss */
  .comments .comment.comment_answer .comment__content {
    width: auto;
    max-width: 100%;
  }
}

@media (max-width: 400px) {
  /* line 831, app/assets/stylesheets/common/comments.scss */
  .comments .comment.comment_answer .comment__content {
    max-width: 70%;
  }
}

@media (max-width: 992px) {
  /* line 842, app/assets/stylesheets/common/comments.scss */
  .comments .comment.comment_answer .comment__content-mob {
    padding-left: 53px;
  }
  /* line 846, app/assets/stylesheets/common/comments.scss */
  .comments .comment.comment_answer .comment__content-mob .comment__actions {
    padding: 15px 0 0;
    margin-right: 0;
    margin-top: 0;
    border-top: none;
  }
}

/* line 855, app/assets/stylesheets/common/comments.scss */
.comments .comment .comments__form {
  width: 100%;
  margin: 10px -30px 30px;
}

@media (max-width: 992px) {
  /* line 855, app/assets/stylesheets/common/comments.scss */
  .comments .comment .comments__form {
    margin: 10px -25px 30px;
    margin-bottom: -1px;
  }
}

/* line 867, app/assets/stylesheets/common/comments.scss */
.comment__replied_to {
  max-width: 30%;
  font-size: 13px;
  color: #777;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-right: 20px;
  cursor: pointer;
}

/* line 877, app/assets/stylesheets/common/comments.scss */
.comment__replied_to .link_content {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* line 883, app/assets/stylesheets/common/comments.scss */
.comment__replied_to svg {
  fill: #777;
  align-self: center;
  margin-right: 5px;
}

/* line 888, app/assets/stylesheets/common/comments.scss */
.comment__replied_to:hover {
  color: #ee008f;
}

/* line 890, app/assets/stylesheets/common/comments.scss */
.comment__replied_to:hover svg {
  fill: #ee0e8f;
}

@media (max-width: 400px) {
  /* line 867, app/assets/stylesheets/common/comments.scss */
  .comment__replied_to {
    font-size: 10px;
    margin-right: 5px;
    min-width: auto;
    max-width: 35%;
  }
  /* line 900, app/assets/stylesheets/common/comments.scss */
  .comment__replied_to svg {
    margin-right: 3px;
  }
}

/* line 906, app/assets/stylesheets/common/comments.scss */
.hidden {
  display: none;
}

/* line 910, app/assets/stylesheets/common/comments.scss */
.answers__wrapper {
  margin-top: 15px;
  width: 100%;
}

@media (max-width: 992px) {
  /* line 910, app/assets/stylesheets/common/comments.scss */
  .answers__wrapper {
    width: 100%;
  }
}

@media (max-width: 400px) {
  /* line 910, app/assets/stylesheets/common/comments.scss */
  .answers__wrapper {
    margin-top: 5px;
  }
}

/* line 920, app/assets/stylesheets/common/comments.scss */
.answers__wrapper .comment.comment_answer {
  padding-left: 0;
  padding-right: 0;
}

/* line 925, app/assets/stylesheets/common/comments.scss */
.answers__wrapper .answers__content {
  display: flex;
}

/* line 929, app/assets/stylesheets/common/comments.scss */
.answers__wrapper .answers__list {
  margin-left: 40px;
  max-width: 95%;
  width: 100%;
}

@media (max-width: 992px) {
  /* line 929, app/assets/stylesheets/common/comments.scss */
  .answers__wrapper .answers__list {
    margin: 0;
  }
}

/* line 939, app/assets/stylesheets/common/comments.scss */
.answers__wrapper .collapse_button {
  display: block;
  background: none;
  border: none;
  border-left: 1px dashed #bbb;
  width: 25px;
  padding: 0;
  outline: none;
}

/* line 948, app/assets/stylesheets/common/comments.scss */
.answers__wrapper .collapse_button:hover {
  border-left: 1px solid #4da0da;
}

@media (max-width: 540px) {
  /* line 939, app/assets/stylesheets/common/comments.scss */
  .answers__wrapper .collapse_button {
    width: 15px;
  }
}

/* line 957, app/assets/stylesheets/common/comments.scss */
.answers__wrapper .answers__collapsed_placeholder {
  display: none;
}

/* line 962, app/assets/stylesheets/common/comments.scss */
.answers__wrapper .answers__collapsed_placeholder.active {
  color: #ee008f;
  display: block;
  cursor: pointer;
}

/* line 1, app/assets/stylesheets/dropdown/dropdown.scss */
.dropdown {
  position: relative;
  display: inline;
}

/* line 4, app/assets/stylesheets/dropdown/dropdown.scss */
.dropdown > .form-control {
  overflow: hidden;
}

/* line 6, app/assets/stylesheets/dropdown/dropdown.scss */
.dropdown > .form-control input {
  position: absolute;
  padding: 0 15px;
  border: 0;
  top: 1px;
  left: 1px;
  background: none;
  height: calc(100% - 6px);
  width: calc(100% - 2px) !important;
}

/* line 15, app/assets/stylesheets/dropdown/dropdown.scss */
.dropdown > .form-control input:focus {
  outline: 0;
}

/* line 21, app/assets/stylesheets/dropdown/dropdown.scss */
.dropdown.open {
  z-index: 100;
  display: block;
}

/* line 24, app/assets/stylesheets/dropdown/dropdown.scss */
.dropdown.open .dropdown-body, .dropdown.open .dropdown-list {
  display: block;
  z-index: 10;
}

/* line 31, app/assets/stylesheets/dropdown/dropdown.scss */
.dropdown-body, .dropdown-list {
  position: absolute;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #d9d9d9;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.15);
  display: none;
  border-radius: 0 0 4px 4px;
}

/* line 42, app/assets/stylesheets/dropdown/dropdown.scss */
.dropdown-list {
  padding: 4px 0;
  line-height: 18px;
  max-height: 240px;
  overflow: auto;
}

/* line 47, app/assets/stylesheets/dropdown/dropdown.scss */
.dropdown-list .item, .dropdown-list .dropdown-item {
  padding: 9px 15px;
  margin: 2px 0;
  cursor: pointer;
  position: relative;
  line-height: 20px;
}

/* line 53, app/assets/stylesheets/dropdown/dropdown.scss */
.dropdown-list .item:hover, .dropdown-list .dropdown-item:hover {
  color: black;
  background: #f2f2f2;
}

/* line 57, app/assets/stylesheets/dropdown/dropdown.scss */
.dropdown-list .item.active, .dropdown-list .dropdown-item.active {
  color: #fd3bb0;
}

/* line 63, app/assets/stylesheets/dropdown/dropdown.scss */
.dropdown-body {
  padding-bottom: 10px;
}

/* line 65, app/assets/stylesheets/dropdown/dropdown.scss */
.dropdown-body .dropdown-list {
  border: 0;
  position: static;
  box-shadow: none;
}

/* line 72, app/assets/stylesheets/dropdown/dropdown.scss */
.dropdown__nav {
  height: 47px;
  line-height: 50px;
  color: black;
  display: flex;
  justify-content: space-between;
}

/* line 79, app/assets/stylesheets/dropdown/dropdown.scss */
.dropdown__nav-button {
  padding: 0 12px;
}

/* line 81, app/assets/stylesheets/dropdown/dropdown.scss */
.dropdown__nav-button.active {
  color: #ec118f;
}

@media (min-width: 992px) {
  /* line 88, app/assets/stylesheets/dropdown/dropdown.scss */
  .dropdown-input.focus {
    border-color: rgba(255, 42, 171, 0.7);
    box-shadow: 0 0 7px 0px rgba(255, 42, 171, 0.6);
  }
}

/* line 95, app/assets/stylesheets/dropdown/dropdown.scss */
.city_and_country {
  position: initial;
}

@media (max-width: 991.8px) {
  /* line 101, app/assets/stylesheets/dropdown/dropdown.scss */
  .user-edit .form-group .control-label {
    transform: translateX(0);
  }
}

/* line 1, app/assets/stylesheets/common/confirm.scss */
#confirm-popup .buttons {
  display: flex;
}

/* line 3, app/assets/stylesheets/common/confirm.scss */
#confirm-popup .buttons .btn {
  flex-grow: 1;
  min-width: 0;
}

/* line 7, app/assets/stylesheets/common/confirm.scss */
#confirm-popup .buttons #cancel-button {
  color: #333;
}

/* line 1, app/assets/stylesheets/common/_public_profile_empty.scss */
.public-profile-empty {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  border-radius: 8px;
  line-height: 1.6;
  padding: 26px 30px 26px 130px;
  border-bottom: 1px solid rgba(197, 197, 197, 0.25);
  background-color: #120a06;
  background-image: url(/assets/common/profile_empty-5800fc2fcb505f4778c5bcd85a40c4d86a5db7e687fcd025f2228125e63e12ca.svg);
  background-repeat: no-repeat;
  background-position: 40px 50%;
}

/* line 16, app/assets/stylesheets/common/_public_profile_empty.scss */
.public-profile-empty p {
  margin: 0;
}

/* line 20, app/assets/stylesheets/common/_public_profile_empty.scss */
.public-profile-empty a {
  text-decoration: underline;
}

@media (max-width: 992px) {
  /* line 1, app/assets/stylesheets/common/_public_profile_empty.scss */
  .public-profile-empty {
    color: #000;
    font-size: 12px;
    text-align: center;
    border-radius: 0;
    background: #fff;
    padding: 15px;
  }
  /* line 32, app/assets/stylesheets/common/_public_profile_empty.scss */
  .public-profile-empty a {
    color: #ec118f;
  }
}

/* line 1, app/assets/stylesheets/common/_popup.scss */
.popup-modal {
  color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background: rgba(29, 37, 39, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 14, app/assets/stylesheets/common/_popup.scss */
.popup-modal.hide {
  display: none;
  right: inherit;
}

/* line 19, app/assets/stylesheets/common/_popup.scss */
.popup-modal-content {
  position: relative;
  z-index: 100;
  padding: 30px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 10px;
  background: #1d2527;
  border: 2px solid rgba(29, 37, 39, 0.6);
  animation-name: age-shadow;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

/* line 32, app/assets/stylesheets/common/_popup.scss */
.popup-modal-content .popup-title {
  font-size: 24px;
  font-weight: bold;
}

@media (max-width: 992px) {
  /* line 19, app/assets/stylesheets/common/_popup.scss */
  .popup-modal-content {
    width: 100%;
    height: auto;
    margin-left: 0;
    left: 0;
    right: 0;
    border-radius: 0;
  }
}

/* line 46, app/assets/stylesheets/common/_popup.scss */
.popup-modal-content .popup-title {
  font-size: 24px;
  font-weight: bold;
}

/* line 51, app/assets/stylesheets/common/_popup.scss */
.popup-modal-content img {
  width: 215px;
  margin-bottom: 30px;
}

/* line 55, app/assets/stylesheets/common/_popup.scss */
.popup-modal-content p {
  color: #9c9b9b;
  margin: 0 0 10px;
}

/* line 59, app/assets/stylesheets/common/_popup.scss */
.popup-modal-content .field-checkbox {
  padding-top: 30px;
}

/* line 62, app/assets/stylesheets/common/_popup.scss */
.popup-modal-content .field-checkbox label {
  vertical-align: middle;
  padding-left: 10px;
}

/* line 66, app/assets/stylesheets/common/_popup.scss */
.popup-modal-content .field-checkbox input {
  position: relative;
  top: -2px;
  vertical-align: middle;
}

/* line 72, app/assets/stylesheets/common/_popup.scss */
.popup-modal-content .field-action {
  padding: 40px 0 80px;
}

@media (max-width: 992px) {
  /* line 72, app/assets/stylesheets/common/_popup.scss */
  .popup-modal-content .field-action {
    padding-bottom: 20px;
  }
}

/* line 79, app/assets/stylesheets/common/_popup.scss */
.popup-modal-content .field-action .btn {
  padding: 14px 35px 11px;
}

/* line 82, app/assets/stylesheets/common/_popup.scss */
.popup-modal-content .field-action .btn:disabled {
  color: #f8a1d6;
  opacity: 1;
  cursor: not-allowed;
}

/* line 87, app/assets/stylesheets/common/_popup.scss */
.popup-modal-content .field-action .btn:disabled:hover {
  box-shadow: none;
}

/* line 94, app/assets/stylesheets/common/_popup.scss */
.popup-modal-content .field-link a {
  color: #9f3575;
}

/* line 100, app/assets/stylesheets/common/_popup.scss */
.popup-up p {
  color: #fff;
  line-height: 1.5;
}

/* line 104, app/assets/stylesheets/common/_popup.scss */
.popup-up .field-action {
  padding: 40px 0 35px;
}

/* line 108, app/assets/stylesheets/common/_popup.scss */
.popup-up .field-link a {
  color: #ec118f;
}

/* line 113, app/assets/stylesheets/common/_popup.scss */
body.show-popup {
  overflow: hidden;
}

/* line 117, app/assets/stylesheets/common/_popup.scss */
#popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.8);
}

/* line 127, app/assets/stylesheets/common/_popup.scss */
#popup.show {
  display: flex;
}

/* line 130, app/assets/stylesheets/common/_popup.scss */
#popup > .window {
  position: relative;
  margin: auto;
}

/* line 133, app/assets/stylesheets/common/_popup.scss */
#popup > .window > .close {
  position: absolute;
  z-index: 2;
  cursor: pointer;
}

/* line 138, app/assets/stylesheets/common/_popup.scss */
#popup > .window > .content {
  overflow: hidden;
  background-color: white;
  box-shadow: 0 0 20px -3px #ffb;
}

/* line 142, app/assets/stylesheets/common/_popup.scss */
#popup > .window > .content > :first-child {
  margin-top: 0;
}

/* line 145, app/assets/stylesheets/common/_popup.scss */
#popup > .window > .content > :last-child {
  margin-bottom: 0;
}

/* line 148, app/assets/stylesheets/common/_popup.scss */
#popup > .window > .content img {
  max-width: 100%;
}

/* line 151, app/assets/stylesheets/common/_popup.scss */
#popup > .window > .content .common-title {
  text-align: center;
}

@media (min-width: 992px) {
  /* line 157, app/assets/stylesheets/common/_popup.scss */
  #popup > .window {
    width: 400px;
    height: 530px;
  }
  /* line 160, app/assets/stylesheets/common/_popup.scss */
  #popup > .window > .close {
    top: 30px;
    right: 10px;
  }
  /* line 171, app/assets/stylesheets/common/_popup.scss */
  #popup > .window > .close svg {
    position: absolute;
    width: 12px;
    height: 12px;
    fill: #979797;
    top: 50%;
    left: 50%;
    margin: -17px 0 0 -17px;
  }
  /* line 181, app/assets/stylesheets/common/_popup.scss */
  #popup > .window > .content {
    border-radius: 4px;
    border: 1px solid #E3E3E3;
    box-sizing: border-box;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  }
}

@media (max-width: 991px) {
  /* line 191, app/assets/stylesheets/common/_popup.scss */
  #popup > .window > .close {
    top: 15px;
    right: 15px;
  }
  /* line 194, app/assets/stylesheets/common/_popup.scss */
  #popup > .window > .close svg {
    fill: #c4c1c4;
  }
}

/* line 202, app/assets/stylesheets/common/_popup.scss */
.popup-modal {
  color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background: rgba(29, 37, 39, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 215, app/assets/stylesheets/common/_popup.scss */
.popup-modal.hide {
  display: none;
  right: inherit;
}

/* line 220, app/assets/stylesheets/common/_popup.scss */
.popup-modal-content {
  position: relative;
  z-index: 100;
  padding: 30px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 10px;
  background: #1d2527;
  border: 2px solid rgba(29, 37, 39, 0.6);
  animation-name: age-shadow;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

/* line 233, app/assets/stylesheets/common/_popup.scss */
.popup-modal-content .popup-title {
  font-size: 24px;
  font-weight: bold;
}

@media (max-width: 992px) {
  /* line 220, app/assets/stylesheets/common/_popup.scss */
  .popup-modal-content {
    width: 100%;
    height: auto;
    margin-left: 0;
    left: 0;
    right: 0;
    border-radius: 0;
  }
}

/* line 247, app/assets/stylesheets/common/_popup.scss */
.popup-modal-content .popup-title {
  font-size: 24px;
  font-weight: bold;
}

/* line 252, app/assets/stylesheets/common/_popup.scss */
.popup-modal-content img {
  width: 215px;
  margin-bottom: 30px;
}

/* line 256, app/assets/stylesheets/common/_popup.scss */
.popup-modal-content p {
  color: #9c9b9b;
  margin: 0 0 10px;
}

/* line 260, app/assets/stylesheets/common/_popup.scss */
.popup-modal-content .field-checkbox {
  padding-top: 30px;
}

/* line 263, app/assets/stylesheets/common/_popup.scss */
.popup-modal-content .field-checkbox label {
  vertical-align: middle;
  padding-left: 10px;
}

/* line 267, app/assets/stylesheets/common/_popup.scss */
.popup-modal-content .field-checkbox input {
  position: relative;
  top: -2px;
  vertical-align: middle;
}

/* line 273, app/assets/stylesheets/common/_popup.scss */
.popup-modal-content .field-action {
  padding: 40px 0 80px;
}

@media (max-width: 992px) {
  /* line 273, app/assets/stylesheets/common/_popup.scss */
  .popup-modal-content .field-action {
    padding-bottom: 20px;
  }
}

/* line 280, app/assets/stylesheets/common/_popup.scss */
.popup-modal-content .field-action .btn {
  padding: 14px 35px 11px;
}

/* line 283, app/assets/stylesheets/common/_popup.scss */
.popup-modal-content .field-action .btn:disabled {
  color: #f8a1d6;
  opacity: 1;
  cursor: not-allowed;
}

/* line 288, app/assets/stylesheets/common/_popup.scss */
.popup-modal-content .field-action .btn:disabled:hover {
  box-shadow: none;
}

/* line 295, app/assets/stylesheets/common/_popup.scss */
.popup-modal-content .field-link a {
  color: #9f3575;
}

/* line 299, app/assets/stylesheets/common/_popup.scss */
.popup-modal-content .buttons {
  margin-top: 20px;
}

/* line 304, app/assets/stylesheets/common/_popup.scss */
.popup-up p {
  color: #fff;
  line-height: 1.5;
}

/* line 308, app/assets/stylesheets/common/_popup.scss */
.popup-up .field-action {
  padding: 40px 0 35px;
}

/* line 312, app/assets/stylesheets/common/_popup.scss */
.popup-up .field-link a {
  color: #ec118f;
}

@media (min-width: 922px) {
  /* line 3, app/assets/stylesheets/common/_animated-label-on-mobile.scss */
  .animated-label-on-mobile label {
    display: none;
  }
}

/* line 2, app/assets/stylesheets/common/format_html.scss */
.format-html ul, .format-html ol {
  margin: 0 0 20px 53px;
  position: relative;
}

/* line 6, app/assets/stylesheets/common/format_html.scss */
.format-html ol {
  counter-reset: ol;
}

/* line 9, app/assets/stylesheets/common/format_html.scss */
.format-html ol li:before {
  counter-increment: ol;
  content: counter(ol) ". ";
}

/* line 13, app/assets/stylesheets/common/format_html.scss */
.format-html ol li:nth-child(1):before, .format-html ol li:nth-child(2):before, .format-html ol li:nth-child(3):before, .format-html ol li:nth-child(4):before, .format-html ol li:nth-child(5):before, .format-html ol li:nth-child(6):before, .format-html ol li:nth-child(7):before, .format-html ol li:nth-child(8):before, .format-html ol li:nth-child(9):before {
  content: "0" counter(ol) ". ";
}

/* line 28, app/assets/stylesheets/common/format_html.scss */
.format-html ul li:before {
  content: '●';
}

/* line 33, app/assets/stylesheets/common/format_html.scss */
.format-html li {
  padding-bottom: 20px;
  list-style-type: none;
}

/* line 36, app/assets/stylesheets/common/format_html.scss */
.format-html li:before {
  color: #898989;
  position: absolute;
  right: 100%;
  padding-right: 12px;
}

@media (max-width: 991px) {
  /* line 47, app/assets/stylesheets/common/format_html.scss */
  .format-html ul, .format-html ol {
    margin-left: 33px;
  }
}

/* line 1, app/assets/stylesheets/common/box.scss */
.cocktail-bottom {
  margin-bottom: 25px;
}

/* line 5, app/assets/stylesheets/common/box.scss */
.common-box {
  border-radius: 7px;
  margin-top: 25px;
}

/* line 9, app/assets/stylesheets/common/box.scss */
.common-box .common-wave {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0 0 7px 7px;
}

/* line 19, app/assets/stylesheets/common/box.scss */
.common-box .last-barman .common-wave {
  border-radius: 0;
}

/* line 22, app/assets/stylesheets/common/box.scss */
.common-box .last-barman .common-wave:last-child {
  border-radius: 0 0 7px 7px;
}

/* line 27, app/assets/stylesheets/common/box.scss */
.common-box .star-barman {
  border-radius: 7px 7px 7px 7px;
  margin-top: 25px;
}

/* line 32, app/assets/stylesheets/common/box.scss */
.common-box .fix-border {
  border-radius: 0;
}

/* line 35, app/assets/stylesheets/common/box.scss */
.common-box .common-wave.common-content-plain {
  padding-top: 30px;
}

/* line 37, app/assets/stylesheets/common/box.scss */
.common-box .common-wave.common-content-plain.banner {
  padding: 0;
}

/* line 42, app/assets/stylesheets/common/box.scss */
.common-box .common-help {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #b0b0b0;
  width: 300px;
  margin: 0 auto;
}

/* line 53, app/assets/stylesheets/common/box.scss */
.common-box .popup-box {
  background-image: url(/assets/common/logo-inshaker-dc0b876f86350ea16b1d1448315b00cfbeea6c7031448258a7a0ee405651c483.svg);
}

/* line 57, app/assets/stylesheets/common/box.scss */
.common-box .common-title {
  padding: 40px;
  background-repeat: no-repeat;
  background-position: center;
}

/* line 62, app/assets/stylesheets/common/box.scss */
.common-box .common-title.header {
  padding: 40px 22px;
}

/* line 66, app/assets/stylesheets/common/box.scss */
.common-box .common-title .box-reg {
  display: none;
}

/* line 69, app/assets/stylesheets/common/box.scss */
.common-box .common-title .text-align {
  text-align: center;
}

/* line 72, app/assets/stylesheets/common/box.scss */
.common-box .common-title .common-name {
  font-size: 48px;
  line-height: 36px;
  font-weight: bold;
}

/* line 78, app/assets/stylesheets/common/box.scss */
.common-box .common-title .common-name .counter {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  line-height: 15px;
  padding: 6px 8px 5px;
  margin-left: 10px;
  position: relative;
  top: -7px;
  border-radius: 12px;
  background-color: #ff2aab;
}

/* line 92, app/assets/stylesheets/common/box.scss */
.common-box .common-title .common-name-main {
  display: inline;
  font-size: inherit;
}

/* line 97, app/assets/stylesheets/common/box.scss */
.common-box .common-title .common-name-secondary {
  font-weight: normal;
}

/* line 102, app/assets/stylesheets/common/box.scss */
.common-box .down_radius {
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

/* line 107, app/assets/stylesheets/common/box.scss */
.common-box .common-content {
  background-color: #fff;
}

/* line 114, app/assets/stylesheets/common/box.scss */
.common-box .common-content .common-sub-title {
  margin: 4px 0 30px;
  font-size: 48px;
  line-height: 48px;
  font-weight: normal;
}

/* line 120, app/assets/stylesheets/common/box.scss */
.common-box .common-content .common-sub-title .common-sub-name {
  display: inline-block;
  padding-bottom: 11px;
  border-bottom: 2px solid #444;
}

/* line 126, app/assets/stylesheets/common/box.scss */
.common-box .common-content .common-sub-title.for-image {
  margin-bottom: 0;
}

/* line 129, app/assets/stylesheets/common/box.scss */
.common-box .common-content .common-sub-title.for-image .common-sub-name {
  border-bottom: none;
}

/* line 134, app/assets/stylesheets/common/box.scss */
.common-box .common-content .common-sub-title em {
  font-weight: bold;
  font-style: italic;
}

/* line 140, app/assets/stylesheets/common/box.scss */
.common-box .common-content.common-image-frame {
  border-left: none;
  border-right: none;
  background-position: 0 -1px;
}

/* line 147, app/assets/stylesheets/common/box.scss */
.common-box .common-content-plain {
  padding: 22px;
}

/* line 151, app/assets/stylesheets/common/box.scss */
.common-box .common-title,
.common-box .common-top {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

/* line 155, app/assets/stylesheets/common/box.scss */
.common-box .common-title:last-child,
.common-box .common-top:last-child {
  border-radius: 7px;
}

/* line 160, app/assets/stylesheets/common/box.scss */
.common-box .common-image-frame {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  background-position: -1px -1px;
  border-radius: 0;
}

/* line 166, app/assets/stylesheets/common/box.scss */
.common-box .common-slider-frame {
  position: relative;
}

/* line 169, app/assets/stylesheets/common/box.scss */
.common-box .common-slider-frame:before, .common-box .common-slider-frame:after {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.15);
  content: "";
}

/* line 180, app/assets/stylesheets/common/box.scss */
.common-box .common-slider-frame:before {
  top: 0;
}

/* line 184, app/assets/stylesheets/common/box.scss */
.common-box .common-slider-frame:after {
  bottom: 0;
}

@media screen {
  /* line 5, app/assets/stylesheets/common/box.scss */
  .common-box {
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
  }
}

@media (max-width: 991px) {
  /* line 5, app/assets/stylesheets/common/box.scss */
  .common-box {
    box-shadow: none;
    margin-top: 20px;
    border-radius: 0;
    border: 1px solid #e4e3e3;
    border-width: 1px 0;
    background: white;
  }
  /* line 201, app/assets/stylesheets/common/box.scss */
  .common-box:first-child {
    margin-top: 0;
    border-top: 0;
  }
  /* line 206, app/assets/stylesheets/common/box.scss */
  .common-box .common-list-body {
    margin: 0 !important;
    padding: 0 !important;
    background: none;
  }
  /* line 212, app/assets/stylesheets/common/box.scss */
  .common-box .common-list-body,
.common-box .common-list-body .item {
    display: block !important;
  }
  /* line 217, app/assets/stylesheets/common/box.scss */
  .common-box .common-title .common-name {
    font-size: 32px;
  }
  /* line 221, app/assets/stylesheets/common/box.scss */
  .common-box .common-title.title {
    padding: 25px 15px 15px;
    box-sizing: border-box;
  }
  /* line 226, app/assets/stylesheets/common/box.scss */
  .common-box .fix-border {
    border-radius: 0;
  }
  /* line 229, app/assets/stylesheets/common/box.scss */
  .common-box .common-wave {
    margin-top: 0;
    padding-top: 0;
    background: none;
    border-top: none;
  }
  /* line 236, app/assets/stylesheets/common/box.scss */
  .common-box .combinator-cocktails-list {
    border-radius: 0;
  }
  /* line 240, app/assets/stylesheets/common/box.scss */
  .common-box .common-image-frame {
    border: none;
  }
  /* line 244, app/assets/stylesheets/common/box.scss */
  .common-box .common-content-plain {
    padding: 15px 0 0 !important;
  }
  /* line 247, app/assets/stylesheets/common/box.scss */
  .common-box .common-content-plain.description, .common-box .common-content-plain.rules {
    padding: 15px !important;
  }
}

/* line 255, app/assets/stylesheets/common/box.scss */
.empty-result-message {
  padding: 50px 20px !important;
  font-size: 25px;
  text-align: center;
  margin-top: -5px;
  background-color: #fff;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

/* line 264, app/assets/stylesheets/common/box.scss */
.empty-result-message .mailto {
  border-bottom: 2px dashed;
  text-decoration: none;
}

/* line 1, app/assets/stylesheets/common/_breadcrumbs.scss */
.page-breadcrumbs {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 20px;
  color: #7a7a7a;
}

/* line 7, app/assets/stylesheets/common/_breadcrumbs.scss */
.page-breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

/* line 13, app/assets/stylesheets/common/_breadcrumbs.scss */
.page-breadcrumbs__item {
  display: inline-flex;
  align-items: center;
}

/* line 17, app/assets/stylesheets/common/_breadcrumbs.scss */
.page-breadcrumbs__item + .page-breadcrumbs__item::before {
  content: '/';
  margin: 0 8px;
  color: #b5b5b5;
}

/* line 24, app/assets/stylesheets/common/_breadcrumbs.scss */
.page-breadcrumbs__link {
  color: #7a7a7a;
  transition: color 150ms ease;
}

/* line 28, app/assets/stylesheets/common/_breadcrumbs.scss */
.page-breadcrumbs__link:hover {
  color: #fd3bb0;
}

/* line 33, app/assets/stylesheets/common/_breadcrumbs.scss */
.page-breadcrumbs__current {
  color: #1f1f1f;
}

/* line 1, app/assets/stylesheets/common/orientation-landscape.scss */
#landscape {
  display: none;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 850px) and (min-device-height: 320px) and (orientation: landscape) {
  /* line 11, app/assets/stylesheets/common/orientation-landscape.scss */
  body.orientation-landscape {
    height: 100%;
    min-width: 100%;
    overflow: hidden;
  }
  /* line 16, app/assets/stylesheets/common/orientation-landscape.scss */
  body.orientation-landscape #main {
    height: 100vh;
    overflow: hidden;
  }
  /* line 21, app/assets/stylesheets/common/orientation-landscape.scss */
  body.orientation-landscape #landscape {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
    background-image: url(/assets/common/landscape-view-c45d659abca217b74ac816624404d3788771b8774d078874dc2c7d3b15386812.jpg);
    background-color: #04010a;
    background-repeat: no-repeat;
    background-position: center 0;
    -webkit-background-size: cover;
    background-size: cover;
  }
  /* line 36, app/assets/stylesheets/common/orientation-landscape.scss */
  body.orientation-landscape #landscape .landscape-content {
    position: absolute;
    top: 40%;
    left: 15%;
    text-align: center;
    width: 70%;
    margin: -60px 0 0;
  }
  /* line 44, app/assets/stylesheets/common/orientation-landscape.scss */
  body.orientation-landscape #landscape .landscape-content img {
    width: 120px;
    height: 120px;
  }
  /* line 48, app/assets/stylesheets/common/orientation-landscape.scss */
  body.orientation-landscape #landscape .landscape-content p {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin: 30px auto 0;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
  /* line 66, app/assets/stylesheets/common/orientation-landscape.scss */
  body.orientation-landscape #landscape img {
    width: 90px;
    height: 90px;
  }
  /* line 70, app/assets/stylesheets/common/orientation-landscape.scss */
  body.orientation-landscape #landscape p {
    font-size: 14px;
  }
}

/* line 1, app/assets/stylesheets/common/print.scss */
body {
  -webkit-print-color-adjust: exact;
}

@media print {
  /* line 6, app/assets/stylesheets/common/print.scss */
  input {
    border: none;
    background: none;
  }
  /* line 11, app/assets/stylesheets/common/print.scss */
  #nojs-warning {
    display: none;
  }
}

/* line 18, app/assets/stylesheets/common/common.scss */
h1 {
  font-size: 2em;
}

/* line 22, app/assets/stylesheets/common/common.scss */
b,
strong {
  font-weight: bold;
}

/* line 27, app/assets/stylesheets/common/common.scss */
dfn {
  font-style: italic;
}

/* line 31, app/assets/stylesheets/common/common.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 36, app/assets/stylesheets/common/common.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/* line 44, app/assets/stylesheets/common/common.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* line 50, app/assets/stylesheets/common/common.scss */
small {
  font-size: 80%;
}

/* line 54, app/assets/stylesheets/common/common.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 62, app/assets/stylesheets/common/common.scss */
sup {
  top: -0.5em;
}

/* line 66, app/assets/stylesheets/common/common.scss */
sub {
  bottom: -0.25em;
}

/* line 70, app/assets/stylesheets/common/common.scss */
img {
  border: 0;
  vertical-align: top;
}

/* line 75, app/assets/stylesheets/common/common.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 79, app/assets/stylesheets/common/common.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 84, app/assets/stylesheets/common/common.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

/* line 93, app/assets/stylesheets/common/common.scss */
input[type="search"] {
  -webkit-appearance: textfield;
}

/* line 97, app/assets/stylesheets/common/common.scss */
button,
input {
  line-height: normal;
}

/* line 102, app/assets/stylesheets/common/common.scss */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

/* line 109, app/assets/stylesheets/common/common.scss */
textarea {
  overflow: auto;
  vertical-align: top;
}

/* line 114, app/assets/stylesheets/common/common.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* small chunk of reset.css */
/* line 120, app/assets/stylesheets/common/common.scss */
ul,
ol,
li,
dl,
dt,
dd {
  list-style: none;
}

/* line 129, app/assets/stylesheets/common/common.scss */
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
table,
table tr,
table td {
  margin: 0;
  padding: 0;
  vertical-align: top;
}

/* line 146, app/assets/stylesheets/common/common.scss */
li {
  page-break-inside: avoid;
}

/* line 150, app/assets/stylesheets/common/common.scss */
i {
  font-style: normal;
}

/* line 154, app/assets/stylesheets/common/common.scss */
a {
  cursor: pointer;
}

/* line 158, app/assets/stylesheets/common/common.scss */
.policy_d {
  color: #ee0e8f;
  margin: 47px;
}

/* line 163, app/assets/stylesheets/common/common.scss */
.policy_m {
  color: #ee0e8f;
  display: block;
  text-align: center;
}

/* line 169, app/assets/stylesheets/common/common.scss */
.hidden {
  visibility: hidden;
  position: absolute !important;
  top: -100000px !important;
}

/* line 175, app/assets/stylesheets/common/common.scss */
.common-flag {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  border-radius: 36px;
  box-shadow: 0 0 5px #aaa;
  background-size: 100% 100%;
  /* rough fix for round shadow clipping */
  margin-left: 3px;
  margin-bottom: 3px;
}

@media (max-width: 992px) {
  /* line 175, app/assets/stylesheets/common/common.scss */
  .common-flag {
    margin-bottom: 0;
  }
}

/* line 193, app/assets/stylesheets/common/common.scss */
.common-flag:after {
  position: absolute;
  top: 1px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  width: 32px;
  height: 33px;
  border-radius: 32px;
  background-color: rgba(255, 255, 255, 0.1);
  content: "";
}

/* line 206, app/assets/stylesheets/common/common.scss */
.common-flag:before {
  position: absolute;
  top: 9px;
  left: 12px;
  width: 12px;
  height: 4px;
  border-radius: 6px/2px;
  background-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 5px 2px rgba(255, 255, 255, 0.45);
  content: "";
}

/* line 218, app/assets/stylesheets/common/common.scss */
.common-origin {
  font-size: 18px;
  font-style: italic;
}

/* line 223, app/assets/stylesheets/common/common.scss */
.common-origin .area {
  display: inline-block;
  margin: 7px 9px 0 0;
  vertical-align: top;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: scale(0.85, 1);
  -ms-transform: scale(0.85, 1);
  transform: scale(0.85, 1);
}

/* line 235, app/assets/stylesheets/common/common.scss */
.common-ribbon:before {
  display: block;
  width: 960px;
  height: 98px;
  margin-bottom: -98px;
  background: url(/assets/common/ribbon-6d3490246eeaae991f0a3fd1a17011e3b2a2831a6dee23542ecacce008740c23.png) -85px 0 no-repeat;
  content: "";
  pointer-events: none;
}

@media only screen and (min-width: 1150px) {
  /* line 246, app/assets/stylesheets/common/common.scss */
  .common-ribbon:before {
    margin-left: -85px;
    width: 1130px;
    background-position: 0 0;
  }
}

/* line 253, app/assets/stylesheets/common/common.scss */
.common-slider {
  overflow: hidden;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* line 260, app/assets/stylesheets/common/common.scss */
.common-slider .prev,
.common-slider .next {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 268, app/assets/stylesheets/common/common.scss */
.common-slider .surface {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  -webkit-transition: left 0.75s cubic-bezier(0.43, 0.08, 0.445, 1);
  transition: left 0.75s cubic-bezier(0.43, 0.08, 0.445, 1);
}

/* line 279, app/assets/stylesheets/common/common.scss */
.common-slider .surface .slide {
  display: inline-block;
}

/* line 283, app/assets/stylesheets/common/common.scss */
.common-map {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

/* line 289, app/assets/stylesheets/common/common.scss */
#barmenMap {
  width: 100%;
  height: 475px;
  background-color: #e5e3df;
}

/* line 295, app/assets/stylesheets/common/common.scss */
.common-map .marker {
  z-index: 3;
}

/* line 299, app/assets/stylesheets/common/common.scss */
.common-map .marker.selected {
  z-index: 4;
}

/* line 303, app/assets/stylesheets/common/common.scss */
.common-map .marker:hover {
  z-index: 5;
}

/* line 307, app/assets/stylesheets/common/common.scss */
.common-map .marker {
  position: absolute;
  width: 0;
  height: 0;
}

/* line 313, app/assets/stylesheets/common/common.scss */
.common-map .marker .center {
  visibility: hidden;
  position: absolute;
  left: -250px;
  bottom: 0;
  width: 500px;
  text-align: center;
}

/* line 322, app/assets/stylesheets/common/common.scss */
.common-map .marker i {
  visibility: visible;
  display: block;
  width: 23px;
  height: 29px;
  margin: 0 auto;
  background: url(/assets/common/common-map-8f5629c05c7525402edb2f92db898de623bf408294c2757fc4ca0e612fd6989b.png) -64px 0;
  cursor: pointer;
}

/* line 332, app/assets/stylesheets/common/common.scss */
.common-map .marker.selected i {
  width: 36px;
  height: 46px;
  background-position: -64px -64px;
  cursor: default;
}

/* line 339, app/assets/stylesheets/common/common.scss */
.common-map .marker .title {
  visibility: hidden;
  display: inline-block;
  max-width: 200px;
  padding: 3px 9px;
  margin-bottom: 5px;
  border: 2px solid;
  border-radius: 20px;
  font-size: 15px;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  pointer-events: none;
}

/* line 353, app/assets/stylesheets/common/common.scss */
.common-map .marker:hover .title {
  visibility: visible;
}

/* line 357, app/assets/stylesheets/common/common.scss */
.common-good-icon {
  width: 100px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 365, app/assets/stylesheets/common/common.scss */
.common-good-icon:hover {
  color: #ec118f;
}

/* line 369, app/assets/stylesheets/common/common.scss */
.common-good-icon > .icon {
  width: 98px;
  height: 98px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  background: #eee -1px -1px;
  background-size: 100px;
}

/* line 378, app/assets/stylesheets/common/common.scss */
.common-good-icon > .name {
  width: fit-content;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin: 7px 5px 0;
}

/* line 388, app/assets/stylesheets/common/common.scss */
.common-list .common-list-body:empty {
  display: none;
}

/* line 392, app/assets/stylesheets/common/common.scss */
.common-list-state {
  width: 100%;
}

/* add more X button */
/* line 397, app/assets/stylesheets/common/common.scss */
.common-more,
.common-end {
  background-color: #fff;
  display: block;
  padding: 50px 0;
  border-top: 3px dashed;
  text-align: center;
  font-size: 40px;
  letter-spacing: 2px;
  line-height: 22px;
  flex-grow: 1;
  margin-top: -2px;
  position: relative;
  z-index: 5;
}

@media (min-width: 992px) {
  /* line 397, app/assets/stylesheets/common/common.scss */
  .common-more,
.common-end {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
  }
}

/* line 417, app/assets/stylesheets/common/common.scss */
.common-more:hover,
.common-more:active {
  background-color: #fc0066;
  text-decoration: none;
  color: #fff;
}

/* line 424, app/assets/stylesheets/common/common.scss */
.common-end {
  color: #888;
}

/* line 428, app/assets/stylesheets/common/common.scss */
.overall-technical-warning {
  display: none;
  position: absolute;
  top: 0;
  height: 50px;
  width: 100%;
  background-color: #fa0;
  color: #000;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
}

/* line 441, app/assets/stylesheets/common/common.scss */
a.overall-technical-warning {
  text-decoration: none;
}

/* line 445, app/assets/stylesheets/common/common.scss */
.overall-technical-warning:hover {
  background-color: #6b0;
  color: #000;
}

/* line 450, app/assets/stylesheets/common/common.scss */
.overall-technical-warning .time {
  color: #fff;
}

@media (min-width: 992px) {
  /* line 455, app/assets/stylesheets/common/common.scss */
  .mobile {
    display: none !important;
  }
}

/* line 460, app/assets/stylesheets/common/common.scss */
.header-login a {
  color: #fff;
  display: inline-block;
  padding: 8px 26px;
  border: 2px solid rgba(255, 255, 255, 0.25);
  border-radius: 30px;
}

/* line 467, app/assets/stylesheets/common/common.scss */
.header-login a:hover {
  text-decoration: none;
  border: 2px solid rgba(255, 255, 255, 0.5);
}

/* line 471, app/assets/stylesheets/common/common.scss */
.header-menu a {
  color: #ccc;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 477, app/assets/stylesheets/common/common.scss */
.header-menu a:hover {
  color: #fff;
  text-decoration: none;
}

@keyframes age-shadow {
  0% {
    box-shadow: 0 0 75px 0 rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0 0 75px 0 rgba(255, 255, 255, 0.3);
  }
  100% {
    box-shadow: 0 0 75px 0 rgba(255, 255, 255, 0.2);
  }
}

/* line 493, app/assets/stylesheets/common/common.scss */
body.overflow {
  overflow: hidden;
}

/* line 498, app/assets/stylesheets/common/common.scss */
.form-signin,
.form-signup {
  width: 320px;
  padding: 30px 0;
  margin: auto;
}

/* line 504, app/assets/stylesheets/common/common.scss */
.form-signin .form-title,
.form-signup .form-title {
  color: #000;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  display: block;
  padding-bottom: 18px;
}

/* line 513, app/assets/stylesheets/common/common.scss */
.form-signin .form-signin-content,
.form-signup .form-signin-content {
  padding: 25px 0 0;
}

/* line 518, app/assets/stylesheets/common/common.scss */
.form-signin .signin-social,
.form-signup .signin-social {
  padding: 30px 0px;
  display: flex;
  flex-direction: column;
}

/* line 524, app/assets/stylesheets/common/common.scss */
.form-signin .signin-social .link,
.form-signup .signin-social .link {
  color: #fff;
  font-size: 18px;
  display: block;
  padding: 12px 20px 12px 40px;
  text-align: center;
  border-radius: 25px;
  background-repeat: no-repeat;
  min-width: 90px;
}

/* line 534, app/assets/stylesheets/common/common.scss */
.form-signin .signin-social .link.facebook,
.form-signup .signin-social .link.facebook {
  background-color: #4267b2;
  background-image: url(/assets/common/facebook-signin-d89304dd68c00d92f384f8847438fa47d9501d44206c07b3e6f544beed7f206e.svg);
  background-size: 22px auto;
  background-position: 12px 11px;
  margin-right: 20px;
}

/* line 541, app/assets/stylesheets/common/common.scss */
.form-signin .signin-social .link.google_oauth2,
.form-signup .signin-social .link.google_oauth2 {
  background-color: #fff;
  background-image: url(/assets/common/google-signin-5d8cbaefc437e63d669591086e46e5006edb162f3be3a3fa326ed4dc59b828ff.svg);
  background-size: 22px auto;
  background-position: 12px 11px;
  color: #444;
  border: thin solid #888;
  margin-bottom: 15px;
}

/* line 550, app/assets/stylesheets/common/common.scss */
.form-signin .signin-social .link.apple,
.form-signup .signin-social .link.apple {
  height: 49px;
  padding: 0;
}

/* line 554, app/assets/stylesheets/common/common.scss */
.form-signin .signin-social .link.vkontakte,
.form-signup .signin-social .link.vkontakte {
  background-color: #507299;
  background-image: url(/assets/common/vkontakte-signin-c889be78ef3f8878d4b12a5d37176d64465337b2f9e0eb647cc7fe327ae09f13.svg);
  background-size: 26px auto;
  background-position: 12px 16px;
  margin-right: 20px;
}

/* line 561, app/assets/stylesheets/common/common.scss */
.form-signin .signin-social .link.linkedin,
.form-signup .signin-social .link.linkedin {
  background-color: #014c8c;
  background-image: url(/assets/common/linkedin-signin-c18fd0f0a403370ecbd5114b4c754adeb4fe8b4f1f39488987176b42a9c2e8ae.svg);
  background-size: 42px auto;
  background-position: 5px 3px;
}

/* line 567, app/assets/stylesheets/common/common.scss */
.form-signin .signin-social .link.instagram,
.form-signup .signin-social .link.instagram {
  background-image: radial-gradient(circle at 3% 100%, #fed373 3%, #f15245 20%, #d92e7f 33%, #9b36b7 59%, #515ecf);
  background-color: #515ecf;
  position: relative;
  overflow: hidden;
}

/* line 579, app/assets/stylesheets/common/common.scss */
.form-signin .signin-social .link.instagram:before,
.form-signup .signin-social .link.instagram:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50px;
  background-size: 38px auto;
  background-position: 6px 5px;
  background-image: url(/assets/common/instagram-signin-79274a629cc13ac63932aeb6fc9f639d2799f8b88f6ed6cb35704948b8c9e8f6.svg);
}

/* line 591, app/assets/stylesheets/common/common.scss */
.form-signin .signin-social .link:hover,
.form-signup .signin-social .link:hover {
  text-decoration: none;
}

/* line 597, app/assets/stylesheets/common/common.scss */
.form-signin .or-line,
.form-signup .or-line {
  display: flex;
}

/* line 601, app/assets/stylesheets/common/common.scss */
.form-signin .rectangle,
.form-signup .rectangle {
  background-image: url(/assets/common/Rectangle-d65cdc5613a5405b61d9bae5811953fca2ffe6582d5a53e6e755b111f4994dce.svg);
  height: 1px;
  width: 120px;
  margin-top: 11px;
}

/* line 608, app/assets/stylesheets/common/common.scss */
.form-signin .text-rec,
.form-signup .text-rec {
  padding: 0px 25px;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #b0b0b0;
}

/* line 618, app/assets/stylesheets/common/common.scss */
.form-signin .new-user,
.form-signup .new-user {
  display: flex;
  justify-content: center;
  font-size: 16px;
  min-width: 100%;
}

/* line 624, app/assets/stylesheets/common/common.scss */
.form-signin .new-user .common-help,
.form-signup .new-user .common-help {
  width: auto;
  margin: 0 10px 0 0;
}

/* line 633, app/assets/stylesheets/common/common.scss */
.form-signin .signin-fields label,
.form-signup .signin-fields label {
  display: none;
}

/* line 637, app/assets/stylesheets/common/common.scss */
.form-signin .signin-fields .form-group .form-control,
.form-signup .signin-fields .form-group .form-control {
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}

/* line 646, app/assets/stylesheets/common/common.scss */
.form-signin .signin-fields .form-group .field_with_errors,
.form-signup .signin-fields .form-group .field_with_errors {
  display: block;
}

/* line 652, app/assets/stylesheets/common/common.scss */
.form-signin .signin-fields.form-errors .form-group .form-control,
.form-signup .signin-fields.form-errors .form-group .form-control {
  border-color: #fd3b3b;
  box-shadow: 0 0 7px 0px rgba(255, 59, 59, 0.2);
}

/* line 658, app/assets/stylesheets/common/common.scss */
.form-signin .signin-fields .form-action,
.form-signup .signin-fields .form-action {
  position: relative;
  text-align: center;
  display: flex;
  margin: 20px 0px;
}

/* line 665, app/assets/stylesheets/common/common.scss */
.form-signin .signin-fields .forgot-link,
.form-signup .signin-fields .forgot-link {
  color: #ee008f;
  display: block;
  margin-top: 15px;
}

/* line 671, app/assets/stylesheets/common/common.scss */
.form-signin .signin-links,
.form-signup .signin-links {
  text-align: center;
  padding: 30px 0px 5px;
  color: #7d7d7d;
}

/* line 676, app/assets/stylesheets/common/common.scss */
.form-signin .signin-links a,
.form-signup .signin-links a {
  color: #ee008f;
  font-size: 16px;
  margin-left: 5px;
}

/* line 681, app/assets/stylesheets/common/common.scss */
.form-signin .signin-links a:hover,
.form-signup .signin-links a:hover {
  text-decoration: none;
}

/* line 686, app/assets/stylesheets/common/common.scss */
.form-signin .signin-info,
.form-signup .signin-info {
  text-align: center;
  padding: 0 30px 5px;
  color: #7d7d7d;
}

/* line 691, app/assets/stylesheets/common/common.scss */
.form-signin #error_explanation,
.form-signup #error_explanation {
  margin: 0px 25px 0px;
  padding: 0 !important;
}

/* line 697, app/assets/stylesheets/common/common.scss */
.success-popup-content {
  text-align: center;
  padding: 35px 75px 0 !important;
}

/* line 701, app/assets/stylesheets/common/common.scss */
.success-popup-content img {
  width: 164px;
  margin-left: -12px;
}

/* line 705, app/assets/stylesheets/common/common.scss */
.success-popup-content p {
  margin-top: 25px;
}

/* line 710, app/assets/stylesheets/common/common.scss */
.form-signup .signin-social {
  padding: 30px 25px 10px;
  border-bottom: none;
}

/* line 715, app/assets/stylesheets/common/common.scss */
.form-signup .signin-fields .form-action {
  padding-bottom: 5px;
}

/* line 718, app/assets/stylesheets/common/common.scss */
.form-signup .signin-fields .form-action .comp-btn {
  padding: 30px 0 0 0;
  justify-content: center;
}

/* line 726, app/assets/stylesheets/common/common.scss */
.form-forgot .signin-fields {
  border-bottom: none;
  padding-bottom: 0;
}

/* line 733, app/assets/stylesheets/common/common.scss */
.login-form .form-signin,
.login-form .form-signup {
  margin: 0 auto;
}

/* line 737, app/assets/stylesheets/common/common.scss */
.login-form .form-signin legend,
.login-form .form-signup legend {
  display: none;
}

/* line 740, app/assets/stylesheets/common/common.scss */
.login-form .form-signin .form-signin-content,
.login-form .form-signup .form-signin-content {
  padding-top: 0;
  background: none;
}

/*flash*/
/* line 748, app/assets/stylesheets/common/common.scss */
.alert-success,
.alert-notice {
  display: none;
}

/* line 752, app/assets/stylesheets/common/common.scss */
#error_explanation,
#notice {
  padding: 10px 15px 25px;
  text-align: center;
}

/* line 758, app/assets/stylesheets/common/common.scss */
#error_explanation li:first-letter {
  text-transform: capitalize;
}

/* line 761, app/assets/stylesheets/common/common.scss */
#error_explanation h2 {
  color: #000;
  display: none;
}

/* line 766, app/assets/stylesheets/common/common.scss */
#notice {
  font-weight: bold;
}

/* line 770, app/assets/stylesheets/common/common.scss */
.alert-error,
.alert-alert,
#error_explanation {
  color: #f00;
}

/* line 775, app/assets/stylesheets/common/common.scss */
.alert-error,
.alert-alert {
  margin: -10px 0 15px;
}

/* line 780, app/assets/stylesheets/common/common.scss */
.alert-success,
.alert-notice,
#notice {
  color: #468847;
}

@keyframes age-shadow {
  0% {
    box-shadow: 0 0 75px 0 rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0 0 75px 0 rgba(255, 255, 255, 0.3);
  }
  100% {
    box-shadow: 0 0 75px 0 rgba(255, 255, 255, 0.2);
  }
}

/* line 797, app/assets/stylesheets/common/common.scss */
body.overflow {
  overflow: hidden;
}

@media (max-width: 991px) {
  /* line 802, app/assets/stylesheets/common/common.scss */
  .desktop {
    display: none !important;
  }
  /* line 806, app/assets/stylesheets/common/common.scss */
  .mob-email {
    margin-top: 50px;
  }
  /* line 810, app/assets/stylesheets/common/common.scss */
  .common-good-icon {
    width: 0;
  }
  /* line 813, app/assets/stylesheets/common/common.scss */
  .common-good-icon > .icon {
    width: 100px;
    height: 100px;
    border-radius: 23px;
    -webkit-background-size: auto 66px;
    background-size: auto 103px;
  }
  /* line 823, app/assets/stylesheets/common/common.scss */
  .common-list-body .image-box {
    height: 92px;
    padding: 0;
    vertical-align: top;
  }
  /* line 828, app/assets/stylesheets/common/common.scss */
  .common-list-body .image-box img {
    height: 64px;
    vertical-align: middle;
    width: auto;
    margin: 14px 0 0 !important;
  }
  /* line 834, app/assets/stylesheets/common/common.scss */
  .common-list .common-list-body li .body {
    width: calc(100% - 92px);
  }
  /* line 837, app/assets/stylesheets/common/common.scss */
  .common-list .common-list-body li .body .item {
    height: auto;
    flex-shrink: 0;
    margin-left: 15px !important;
    margin-top: 0 !important;
  }
  /* line 843, app/assets/stylesheets/common/common.scss */
  .body-wrap-scroll .item:first-child,
.common-list .common-list-body li .body .item:first-child {
    margin-left: 0 !important;
  }
  /* line 847, app/assets/stylesheets/common/common.scss */
  .body-wrap-scroll .item:last-child {
    padding-right: 15px !important;
  }
  /* line 850, app/assets/stylesheets/common/common.scss */
  .common-list .common-list-body li .body .label-box {
    margin-left: 20px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 18px;
    text-align: left;
    padding-bottom: 11px;
    padding-right: 35px;
  }
  /* line 861, app/assets/stylesheets/common/common.scss */
  .common-list .common-list-body li .body .item:before {
    display: none;
  }
  /* line 864, app/assets/stylesheets/common/common.scss */
  .common-list .common-good-icon {
    width: auto;
  }
  /* line 867, app/assets/stylesheets/common/common.scss */
  .common-list .common-good-icon > .icon {
    width: 55px;
    height: 55px;
    border-radius: 22px;
    background-size: auto 56px;
    background-repeat: no-repeat;
  }
  /* line 874, app/assets/stylesheets/common/common.scss */
  .common-list .common-good-icon > .name {
    display: none;
  }
  /* line 877, app/assets/stylesheets/common/common.scss */
  .common-list .body-wrap {
    overflow: auto;
    margin-left: 15px;
  }
  /* line 881, app/assets/stylesheets/common/common.scss */
  .body-wrap::-webkit-scrollbar {
    display: none;
  }
  /* line 884, app/assets/stylesheets/common/common.scss */
  .common-list .body-wrap-scroll {
    display: flex;
    padding-right: 15px;
  }
  /* line 889, app/assets/stylesheets/common/common.scss */
  .common-more,
.common-end {
    font-size: 22px;
    line-height: 1.4;
    border: none !important;
  }
  /* line 895, app/assets/stylesheets/common/common.scss */
  .common-content-tabs {
    padding: 20px 15px 0;
    background: white;
  }
  /* line 899, app/assets/stylesheets/common/common.scss */
  .common-tabs {
    border: 1px solid #ec118f;
    border-radius: 5px;
  }
  /* line 903, app/assets/stylesheets/common/common.scss */
  .common-tabs li {
    color: #ec118f;
    display: inline-block;
    width: 33%;
    padding: 7px 0;
    text-align: center;
    border-left: 1px solid #ec118f;
    box-sizing: border-box;
  }
  /* line 912, app/assets/stylesheets/common/common.scss */
  .common-tabs li:first-child {
    border-left: none;
    width: 34%;
  }
  /* line 916, app/assets/stylesheets/common/common.scss */
  .common-tabs li.active {
    color: #fff;
    background: #ec118f;
  }
  /* line 921, app/assets/stylesheets/common/common.scss */
  .common-content-buttons {
    padding: 20px 15px;
    display: flex;
    justify-content: space-between;
  }
  /* line 926, app/assets/stylesheets/common/common.scss */
  .common-content-buttons .btn {
    margin: 0;
    min-width: 155px;
  }
  /* line 932, app/assets/stylesheets/common/common.scss */
  #related .common-sub-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 937, app/assets/stylesheets/common/common.scss */
  .form-signin,
.form-signup {
    width: 100%;
    padding: 0;
  }
  /* line 942, app/assets/stylesheets/common/common.scss */
  .form-signin .signin-social,
.form-signup .signin-social {
    padding: 15px 15px;
    border-bottom: none;
    justify-content: center;
  }
  /* line 949, app/assets/stylesheets/common/common.scss */
  .form-signin .signin-fields,
.form-signup .signin-fields {
    padding: 0px 15px;
    border-bottom: none;
  }
  /* line 953, app/assets/stylesheets/common/common.scss */
  .form-signin .signin-fields .btn.btn-primary,
.form-signup .signin-fields .btn.btn-primary {
    color: #fff;
    border: none;
    border-bottom: 3px solid transparent;
    background-color: #ee008f;
    min-width: 160px;
    margin-right: 10px !important;
    border-radius: 25px;
  }
  /* line 963, app/assets/stylesheets/common/common.scss */
  .form-signin .signin-fields .forgot-link,
.form-signup .signin-fields .forgot-link {
    color: #ee008f;
    display: block;
    margin-top: 10px;
    margin-left: 15px;
  }
  /* line 970, app/assets/stylesheets/common/common.scss */
  .form-signin .signin-fields .form-action,
.form-signup .signin-fields .form-action {
    position: relative;
    text-align: center;
    display: flex;
    padding: 30px 15px 0 30px;
  }
  /* line 975, app/assets/stylesheets/common/common.scss */
  .form-signin .signin-fields .form-action .mob-btn,
.form-signup .signin-fields .form-action .mob-btn {
    margin-right: 25px;
    justify-content: space-evenly;
  }
  /* line 980, app/assets/stylesheets/common/common.scss */
  .form-signin .signin-fields .btn-reg,
.form-signup .signin-fields .btn-reg {
    display: block;
    margin-top: 0px;
    padding-top: 0px;
  }
  /* line 987, app/assets/stylesheets/common/common.scss */
  .form-signin .signin-fields .form-group .mob-email,
.form-signup .signin-fields .form-group .mob-email {
    margin-top: 50px;
  }
  /* line 990, app/assets/stylesheets/common/common.scss */
  .form-signin .signin-fields .form-group .alert-error,
.form-signin .signin-fields .form-group .alert-alert,
.form-signup .signin-fields .form-group .alert-error,
.form-signup .signin-fields .form-group .alert-alert {
    font-size: 14px;
  }
  /* line 995, app/assets/stylesheets/common/common.scss */
  .form-signin .signin-fields.form-errors .form-group .form-control,
.form-signup .signin-fields.form-errors .form-group .form-control {
    box-shadow: none;
  }
  /* line 998, app/assets/stylesheets/common/common.scss */
  .form-signin .signin-fields .form-group .field_with_errors .form-control,
.form-signup .signin-fields .form-group .field_with_errors .form-control {
    box-shadow: none;
    border-color: #fd3b3b;
  }
  /* line 1003, app/assets/stylesheets/common/common.scss */
  .form-signin #error_explanation,
.form-signup #error_explanation {
    margin-top: 25px;
  }
  /* line 1006, app/assets/stylesheets/common/common.scss */
  .form-signin .form-title,
.form-signup .form-title {
    margin-top: 35px;
  }
  /* line 1010, app/assets/stylesheets/common/common.scss */
  .form-signin .or-line,
.form-signup .or-line {
    display: flex;
    margin: 0px 40px;
  }
  /* line 1014, app/assets/stylesheets/common/common.scss */
  .form-signin .signin-links,
.form-signup .signin-links {
    display: flex;
    padding: 30px 15px;
    justify-content: space-between;
    margin: 0px 20px;
  }
  /* line 1020, app/assets/stylesheets/common/common.scss */
  .form-signin .signin-links a.mobile,
.form-signup .signin-links a.mobile {
    font-weight: bold;
    display: inline;
  }
  /* line 1024, app/assets/stylesheets/common/common.scss */
  .form-signin .signin-links a.mobile.forgot-link,
.form-signup .signin-links a.mobile.forgot-link {
    color: #000;
  }
  /* line 1031, app/assets/stylesheets/common/common.scss */
  .form-group.avatar {
    padding: 0 15px 0 0;
  }
}

@media (max-width: 991px) and (max-width: 992px) {
  /* line 1031, app/assets/stylesheets/common/common.scss */
  .form-group.avatar {
    padding: 0;
  }
}

@media (max-width: 991px) {
  /* line 1043, app/assets/stylesheets/common/common.scss */
  .js-all-items .common-title,
.togglable-list .common-title {
    position: relative;
    border-bottom: 1px solid #e7e7e7;
  }
  /* line 1046, app/assets/stylesheets/common/common.scss */
  .js-all-items .common-title:after,
.togglable-list .common-title:after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 13px;
    opacity: 0.4;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -6px;
    transform: rotate(-90deg);
    background: url(/assets/common/arrow-black-75bca077adb236747116e8af157e010e2428d5531cdfb08f286059f59c950ede.svg) 0% 0% / 8px 13px no-repeat;
    transition: all 0.3s ease;
  }
  /* line 1063, app/assets/stylesheets/common/common.scss */
  .js-all-items.list-open .common-title:after,
.togglable-list.list-open .common-title:after {
    transform: rotate(90deg);
  }
  /* line 1066, app/assets/stylesheets/common/common.scss */
  .js-all-items.list-open .common-content:not(.common-top),
.togglable-list.list-open .common-content:not(.common-top) {
    display: none;
  }
}

/*
=====
LEVEL 1. CORE STYLES OF MODIFIERS
=====
*/
/* line 1079, app/assets/stylesheets/common/common.scss */
.cocktail-rating {
  --uiRatingSize: var(--ratingSize, 20px);
  --uiRatingColor: var(--ratingColor, #eee);
  --uiRatingColorActive: var(--ratingColorActive, #ee008f);
  --uiRatingStroke: var(--ratingStroke, #222);
  --uiRatingStrokeWidth: var(--ratingStrokeWidth, 1px);
  display: flex;
  font-size: var(--uiRatingSize);
  color: var(--uiRatingColor);
}

/* line 1090, app/assets/stylesheets/common/common.scss */
.cocktail-rating.disabled {
  opacity: 0.7;
}

/* line 1096, app/assets/stylesheets/common/common.scss */
.cocktail-rating-info span:not(.present) {
  position: absolute;
  left: -9999px;
}

/* line 1101, app/assets/stylesheets/common/common.scss */
.cocktail-rating-info .present {
  padding-left: 4px;
  color: #777;
}

/* line 1105, app/assets/stylesheets/common/common.scss */
.cocktail-rating-info .present.total {
  color: #333;
  font-weight: bold;
}

/* line 1112, app/assets/stylesheets/common/common.scss */
.common-rating {
  position: absolute;
  top: 40px;
  right: 20px;
  text-align: center;
  display: flex;
  align-items: center;
}

/* line 1121, app/assets/stylesheets/common/common.scss */
.author-present {
  top: 80px;
}

@media (max-width: 767px) {
  /* line 1126, app/assets/stylesheets/common/common.scss */
  .common-rating {
    position: static;
    margin-top: 1.25rem;
  }
}

/* line 1132, app/assets/stylesheets/common/common.scss */
.rating__control {
  position: absolute;
  left: -9999px;
}

/* line 1137, app/assets/stylesheets/common/common.scss */
.rating__control:nth-of-type(1):focus ~ .rating__item:nth-of-type(1):before,
.rating__control:nth-of-type(2):focus ~ .rating__item:nth-of-type(2):before,
.rating__control:nth-of-type(3):focus ~ .rating__item:nth-of-type(3):before,
.rating__control:nth-of-type(4):focus ~ .rating__item:nth-of-type(4):before,
.rating__control:nth-of-type(5):focus ~ .rating__item:nth-of-type(5):before {
  content: "";
  position: absolute;
  top: -0.15em;
  right: 0;
  bottom: -0.15em;
  left: 0;
  z-index: -1;
}

/* line 1153, app/assets/stylesheets/common/common.scss */
.rating__item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

/* line 1159, app/assets/stylesheets/common/common.scss */
.cocktail-rating[data-available="true"] .rating__item {
  cursor: pointer;
}

/* line 1164, app/assets/stylesheets/common/common.scss */
.rating__item {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

/* line 1169, app/assets/stylesheets/common/common.scss */
.rating__star {
  display: block;
  width: 20px;
  height: 20px;
  fill: currentColor;
}

/* line 1179, app/assets/stylesheets/common/common.scss */
.rating__label {
  position: absolute;
  top: 0;
  left: -9999px;
}

/* line 1186, app/assets/stylesheets/common/common.scss */
.cocktail-rating[data-available="true"] .rating__item:hover {
  opacity: 0.8;
}

/* line 1191, app/assets/stylesheets/common/common.scss */
.cocktail-rating[data-available="true"]:hover,
.rating__control:nth-of-type(1):checked ~ .rating__item:nth-of-type(1),
.rating__control:nth-of-type(2):checked ~ .rating__item:nth-of-type(-n + 2),
.rating__control:nth-of-type(3):checked ~ .rating__item:nth-of-type(-n + 3),
.rating__control:nth-of-type(4):checked ~ .rating__item:nth-of-type(-n + 4),
.rating__control:nth-of-type(5):checked ~ .rating__item:nth-of-type(-n + 5) {
  color: var(--uiRatingColorActive);
}

/* line 1200, app/assets/stylesheets/common/common.scss */
.rating__item:hover ~ .rating__item {
  color: var(--uiRatingColor);
}

/* line 1204, app/assets/stylesheets/common/common.scss */
.cocktail-rating.disabled,
.cocktail-rating[data-available="false"] {
  pointer-events: none;
}

/* line 1, app/assets/stylesheets/common/tooltip.scss */
.tooltip {
  display: none;
  position: absolute;
  top: 40px;
  left: 50%;
  margin-left: -135px;
  color: white;
  font-size: 16px;
  width: 270px;
  box-sizing: border-box;
  border-radius: 6px;
  text-align: center;
  padding: 20px 25px;
  background: rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.3);
  z-index: 500;
  line-height: 1.4;
}

/* line 18, app/assets/stylesheets/common/tooltip.scss */
.tooltip a:not(.btn) {
  color: #fd3bb0;
}

/* line 20, app/assets/stylesheets/common/tooltip.scss */
.tooltip a:not(.btn):hover {
  text-decoration: underline;
}

/* line 24, app/assets/stylesheets/common/tooltip.scss */
.tooltip .btn {
  margin-top: 20px;
  margin-right: 0px;
}

/* line 28, app/assets/stylesheets/common/tooltip.scss */
.tooltip:before {
  content: '';
  position: absolute;
  top: -6px;
  left: 50%;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid rgba(0, 0, 0, 0.8);
}

/* line 41, app/assets/stylesheets/common/tooltip.scss */
.tooltip-close {
  position: absolute;
  top: 45px;
  left: 50%;
  margin-left: 115px;
  cursor: pointer;
  opacity: .8;
  width: 12px;
  height: 12px;
  line-height: 1;
  z-index: 500;
  display: none;
  font-size: 0;
}

/* line 55, app/assets/stylesheets/common/tooltip.scss */
:focus .tooltip, .tooltip:hover {
  display: block;
}

/* line 57, app/assets/stylesheets/common/tooltip.scss */
:focus .tooltip + .tooltip-close, .tooltip:hover + .tooltip-close {
  display: block;
}

@media (max-width: 991px) {
  /* line 63, app/assets/stylesheets/common/tooltip.scss */
  .tooltip {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    width: auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 0;
  }
  /* line 75, app/assets/stylesheets/common/tooltip.scss */
  .tooltip .icon {
    margin-bottom: 40px;
    filter: brightness(5);
  }
  /* line 78, app/assets/stylesheets/common/tooltip.scss */
  .tooltip .icon img {
    width: 128px;
    height: 128px;
  }
  /* line 82, app/assets/stylesheets/common/tooltip.scss */
  .tooltip .icon.cocktail {
    width: 58px;
    height: 54px;
    background: url(/assets/common/icon-like-1fbe0da577b2db756cd1369092806956f61c6a6995103c88d888db01514147c9.svg) no-repeat 0 0;
    background-size: 58px auto;
  }
  /* line 89, app/assets/stylesheets/common/tooltip.scss */
  .tooltip .text {
    font-size: 20px;
  }
  /* line 92, app/assets/stylesheets/common/tooltip.scss */
  .tooltip .btn {
    padding-top: 0;
    padding-bottom: 0;
    height: 51px;
    line-height: 48px;
  }
  /* line 99, app/assets/stylesheets/common/tooltip.scss */
  .tooltip-close {
    position: fixed;
    margin: 0;
    top: auto;
    width: 100%;
    height: auto;
    bottom: 50px;
    left: 0 !important;
    text-align: center;
    font-size: 18px;
    opacity: .8;
    color: white;
  }
  /* line 111, app/assets/stylesheets/common/tooltip.scss */
  .tooltip-close:hover {
    opacity: 1;
  }
  /* line 115, app/assets/stylesheets/common/tooltip.scss */
  :focus .tooltip, .tooltip:hover {
    display: flex;
  }
}

/* line 1, app/assets/stylesheets/layout/banner.scss */
#banner,
#banner_md {
  display: block;
}

/* line 4, app/assets/stylesheets/layout/banner.scss */
#banner img,
#banner_md img {
  width: 100%;
}

@media (min-width: 922px) {
  /* line 4, app/assets/stylesheets/layout/banner.scss */
  #banner img,
#banner_md img {
    height: 250px;
    object-fit: cover;
  }
}

@media (min-width: 1921px) {
  /* line 4, app/assets/stylesheets/layout/banner.scss */
  #banner img,
#banner_md img {
    height: auto;
  }
}

/* line 16, app/assets/stylesheets/layout/banner.scss */
#banner_md img {
  object-fit: cover;
}

@media (min-width: 922px) {
  /* line 16, app/assets/stylesheets/layout/banner.scss */
  #banner_md img {
    height: 360px;
  }
}

/* line 24, app/assets/stylesheets/layout/banner.scss */
.common-box.banner {
  overflow: hidden;
}

@media (min-width: 992px) {
  /* line 24, app/assets/stylesheets/layout/banner.scss */
  .common-box.banner {
    border-radius: 7px;
  }
}

/* line 29, app/assets/stylesheets/layout/banner.scss */
.common-box.banner.banner-cocktails {
  margin-top: 0;
  margin-bottom: 25px;
}

/* line 35, app/assets/stylesheets/layout/banner.scss */
.articles-banner {
  margin-top: 25px;
  margin-bottom: 5px;
  overflow: hidden;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {
  /* line 35, app/assets/stylesheets/layout/banner.scss */
  .articles-banner {
    border-radius: 6px;
  }
}

/* line 45, app/assets/stylesheets/layout/banner.scss */
video.banner {
  width: 100vw;
}

/* line 1, app/assets/stylesheets/layout/desktop_header.scss */
.desktop-header {
  z-index: 500;
  height: 70px;
  margin: 0 0 25px;
  background: #1b2326;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

/* line 11, app/assets/stylesheets/layout/desktop_header.scss */
.desktop-header .logo {
  margin-left: 25px;
  bottom: 0;
  display: flex;
  align-items: center;
}

/* line 16, app/assets/stylesheets/layout/desktop_header.scss */
.desktop-header .logo img {
  height: 26px;
}

/* line 21, app/assets/stylesheets/layout/desktop_header.scss */
.desktop-header .links {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 24px;
}

/* line 29, app/assets/stylesheets/layout/desktop_header.scss */
.desktop-header .link {
  font-size: 18px;
  font-weight: bold;
  color: white;
  text-shadow: 0 1px 0 #000000, 0 1px 0 rgba(0, 0, 0, 0.5);
  margin: 0 10px;
  padding: 10px;
}

/* line 36, app/assets/stylesheets/layout/desktop_header.scss */
.desktop-header .link.active {
  color: #ee008f;
}

@media (max-width: 1130px) {
  /* line 40, app/assets/stylesheets/layout/desktop_header.scss */
  .desktop-header .link.wide-screen-link {
    display: none;
  }
}

/* line 46, app/assets/stylesheets/layout/desktop_header.scss */
.desktop-header .right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 25px;
}

/* line 53, app/assets/stylesheets/layout/desktop_header.scss */
.desktop-header .login {
  border-radius: 22px;
  border: 2px solid #aaa;
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: white;
}

/* line 66, app/assets/stylesheets/layout/desktop_header.scss */
.desktop-header .menu-other .wide-screen-link {
  display: none !important;
}

@media (max-width: 1130px) {
  /* line 66, app/assets/stylesheets/layout/desktop_header.scss */
  .desktop-header .menu-other .wide-screen-link {
    display: block !important;
  }
}

/* line 73, app/assets/stylesheets/layout/desktop_header.scss */
.desktop-header .menu-other .control {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: white;
  text-shadow: 0 1px 0 #000000, 0 1px 0 rgba(0, 0, 0, 0.5);
  padding: 10px;
  margin: 0 10px;
}

/* line 84, app/assets/stylesheets/layout/desktop_header.scss */
.desktop-header .menu-other .arrow-icon {
  width: 14px;
  height: 8px;
  margin-top: 6px;
  margin-left: 6px;
  background: url(/assets/layout/arrow-6faa20c7bf70fef84fa819b49da613841a7a1176ac6c5f3aba04c1eacf8b7929.svg);
  filter: brightness(0.8);
}

/* line 93, app/assets/stylesheets/layout/desktop_header.scss */
.desktop-header .menu-other .submenu {
  right: -11px;
}

/* line 98, app/assets/stylesheets/layout/desktop_header.scss */
.desktop-header .menu-other:hover .arrow-icon {
  transform: rotate(180deg);
}

/* line 102, app/assets/stylesheets/layout/desktop_header.scss */
.desktop-header .menu-other:hover .submenu {
  margin-top: 7px;
}

/* line 108, app/assets/stylesheets/layout/desktop_header.scss */
.desktop-header .global-search-button {
  position: relative;
  width: 46px;
  height: 46px;
}

/* line 113, app/assets/stylesheets/layout/desktop_header.scss */
.desktop-header .global-search-button .icon.search {
  display: block;
  width: 26px;
  height: 26px;
  background: url(/assets/common/search-mobile-c033ee0abe9025e8f57f33797aab0027526604ac800b356566e1099294a7001e.svg) no-repeat;
  background-size: 25px 26px;
  cursor: pointer;
  padding: 10px;
  background-position: center;
}

/* line 126, app/assets/stylesheets/layout/desktop_header.scss */
.desktop-header .user-menu .avatar {
  width: 42px;
  height: 42px;
  border: 2px solid #fff;
  border-radius: 25px;
  margin-right: 10px;
  overflow: hidden;
}

/* line 133, app/assets/stylesheets/layout/desktop_header.scss */
.desktop-header .user-menu .avatar img {
  width: 100%;
  height: 100%;
}

/* line 138, app/assets/stylesheets/layout/desktop_header.scss */
.desktop-header .user-menu .username {
  color: white;
}

/* line 141, app/assets/stylesheets/layout/desktop_header.scss */
.desktop-header .user-menu > .arrow {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  margin-left: 10px;
}

/* line 151, app/assets/stylesheets/layout/desktop_header.scss */
.desktop-header .submenu-item {
  color: #333;
}

/* line 153, app/assets/stylesheets/layout/desktop_header.scss */
.desktop-header .submenu-item:hover {
  color: #ee008f;
}

/* line 162, app/assets/stylesheets/layout/desktop_header.scss */
.search-open .desktop-header .icon.search {
  width: 20px;
  height: 20px;
  background: url(/assets/common/banner_close-005102302651582113c520c7be4587f8df2e55839365e0490229f7ac911caf69.svg);
  background-size: 20px;
  padding: 0;
  position: relative;
  z-index: 2;
  margin: 13px;
  background-position: center;
  background-size: 14px 14px;
  background-repeat: no-repeat;
}

/* line 178, app/assets/stylesheets/layout/desktop_header.scss */
.submenu-wrap {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

/* line 183, app/assets/stylesheets/layout/desktop_header.scss */
.submenu-wrap .submenu {
  top: -1000px;
  right: -20px;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background: white;
  border: 1px solid #ccc;
  border-bottom: 0;
  border-radius: 5px;
  transition: opacity .3s, margin-top .3s;
  z-index: 502;
  white-space: nowrap;
}

/* line 196, app/assets/stylesheets/layout/desktop_header.scss */
.submenu-wrap .submenu:before {
  content: '';
  position: absolute;
  top: -21px;
  height: 21px;
  left: 0;
  right: 0;
}

/* line 204, app/assets/stylesheets/layout/desktop_header.scss */
.submenu-wrap .submenu .arrow {
  position: absolute;
  bottom: 100%;
  right: 42px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #ccc;
}

/* line 213, app/assets/stylesheets/layout/desktop_header.scss */
.submenu-wrap .submenu .arrow:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: -10px;
  top: 1px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 11px solid #fff;
}

/* line 225, app/assets/stylesheets/layout/desktop_header.scss */
.submenu-wrap .submenu .submenu-item {
  display: block;
  padding: 20px;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}

/* line 231, app/assets/stylesheets/layout/desktop_header.scss */
.submenu-wrap .submenu .submenu-item:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

/* line 238, app/assets/stylesheets/layout/desktop_header.scss */
.submenu-wrap:hover .submenu {
  top: 100%;
  visibility: visible;
  margin-top: 20px;
  opacity: 1;
}

/* line 245, app/assets/stylesheets/layout/desktop_header.scss */
.submenu-wrap .submenu-scrollable {
  max-height: 500px;
  overflow: auto;
}

@media (min-width: 992px) {
  /* line 252, app/assets/stylesheets/layout/desktop_header.scss */
  #sub-header {
    margin-top: -25px;
  }
}

/* line 1, app/assets/stylesheets/layout/mobile_header.scss */
.mobile-top-header {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  top: 0;
  background: #1d2527;
  height: 70px;
  z-index: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 15, app/assets/stylesheets/layout/mobile_header.scss */
.mobile-top-header .hamburger {
  position: absolute;
  top: 23px;
  left: 20px;
  width: 26px;
  height: 26px;
}

/* line 21, app/assets/stylesheets/layout/mobile_header.scss */
.mobile-top-header .hamburger .line {
  height: 3px;
  border-radius: 4px;
  background: white;
}

/* line 25, app/assets/stylesheets/layout/mobile_header.scss */
.mobile-top-header .hamburger .line + .line {
  margin-top: 7px;
}

/* line 33, app/assets/stylesheets/layout/mobile_header.scss */
.mobile-header .right-control {
  position: absolute;
  height: 70px;
  top: 0;
  right: 20px;
  display: flex;
  align-items: center;
}

/* line 42, app/assets/stylesheets/layout/mobile_header.scss */
.mobile-header .icon {
  cursor: pointer;
  display: none;
}

/* line 45, app/assets/stylesheets/layout/mobile_header.scss */
.mobile-header .icon.search {
  display: block;
  width: 26px;
  height: 26px;
  background: url(/assets/common/search-mobile-c033ee0abe9025e8f57f33797aab0027526604ac800b356566e1099294a7001e.svg) no-repeat;
  background-size: 25px 26px;
}

/* line 52, app/assets/stylesheets/layout/mobile_header.scss */
.mobile-header .icon.logout {
  width: 26px;
  height: 26px;
  cursor: pointer;
  background: url(/assets/common/logout-79a5ab501d9529bb6e56dc0ffc6158778a2209dd0caaaaa7653f7f887843d936.svg) no-repeat;
  background-size: cover;
}

/* line 64, app/assets/stylesheets/layout/mobile_header.scss */
.search-open .mobile-header .icon.search {
  width: 20px;
  height: 20px;
  filter: brightness(2);
  background: url(/assets/common/banner_close-005102302651582113c520c7be4587f8df2e55839365e0490229f7ac911caf69.svg);
  background-size: cover;
}

/* line 74, app/assets/stylesheets/layout/mobile_header.scss */
.mobile-login-header {
  display: none;
}

/* line 76, app/assets/stylesheets/layout/mobile_header.scss */
.mobile-login-header article {
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  padding: 24px 0 0;
  text-align: center;
}

/* line 82, app/assets/stylesheets/layout/mobile_header.scss */
.mobile-login-header article * {
  display: none;
}

/* line 87, app/assets/stylesheets/layout/mobile_header.scss */
.mobile-login-header .back {
  display: none;
  position: absolute;
  top: 50%;
  left: 16px;
  width: 16px;
  height: 25px;
  margin-top: -12px;
}

/* line 95, app/assets/stylesheets/layout/mobile_header.scss */
.mobile-login-header .back:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 25px;
  background: url(/assets/common/arrow-white-e7d25a8dda55c0493829f9bf0f4640b676c3332acd8d779088f9eb87ad462767.svg) no-repeat;
  background-size: 16px 25px;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(-180deg);
}

/* line 111, app/assets/stylesheets/layout/mobile_header.scss */
.signin-page .mobile-login-header, .signup-page .mobile-login-header, .forgot-page .mobile-login-header, .omniauth-email-page .mobile-login-header {
  display: block;
}

/* line 114, app/assets/stylesheets/layout/mobile_header.scss */
.signin-page .mobile-header-hamburger, .signin-page .mobile-header, .signup-page .mobile-header-hamburger, .signup-page .mobile-header, .forgot-page .mobile-header-hamburger, .forgot-page .mobile-header, .omniauth-email-page .mobile-header-hamburger, .omniauth-email-page .mobile-header {
  display: none;
}

/* line 120, app/assets/stylesheets/layout/mobile_header.scss */
.signin-page .mobile-login-header .signin {
  display: block;
}

/* line 126, app/assets/stylesheets/layout/mobile_header.scss */
.signup-page .mobile-login-header .signup {
  display: block;
}

/* line 132, app/assets/stylesheets/layout/mobile_header.scss */
.forgot-page .mobile-login-header .forgot {
  display: block;
}

/* line 138, app/assets/stylesheets/layout/mobile_header.scss */
.omniauth-email-page .mobile-login-header .omniauth-email {
  display: block;
}

/* line 144, app/assets/stylesheets/layout/mobile_header.scss */
.signin-page .mobile-header .icon, .signup-page .mobile-header .icon, .forgot-page .mobile-header .icon, .omniauth-email-page .mobile-header .icon, .edit-profile-page .mobile-header .icon {
  display: none;
}

/* line 151, app/assets/stylesheets/layout/mobile_header.scss */
.edit-profile-page .mobile-header .icon.logout {
  display: block;
}

/* line 154, app/assets/stylesheets/layout/mobile_header.scss */
.edit-profile-page .mobile-header .icon.close {
  display: none;
}

/* line 160, app/assets/stylesheets/layout/mobile_header.scss */
.pin-top .mobile-header {
  z-index: 100000;
  transform: none !important;
}

/* line 1, app/assets/stylesheets/layout/mobile_menu.scss */
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  overflow: auto;
  z-index: 501;
  min-height: 100%;
  background-color: #f7f7f7;
  box-shadow: 2px 0 24px -10px rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
  transition: transform .5s;
}

/* line 15, app/assets/stylesheets/layout/mobile_menu.scss */
.mobile-menu .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 23, app/assets/stylesheets/layout/mobile_menu.scss */
.show-mobile-menu body {
  overflow: hidden;
}

/* line 26, app/assets/stylesheets/layout/mobile_menu.scss */
.show-mobile-menu .mobile-menu {
  transform: translateX(0);
}

/* line 31, app/assets/stylesheets/layout/mobile_menu.scss */
.mobile-menu-header {
  background-color: #1d2527;
  position: relative;
}

/* line 35, app/assets/stylesheets/layout/mobile_menu.scss */
.mobile-menu-header .hamburger {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 25px;
  height: 25px;
  z-index: 1;
}

/* line 42, app/assets/stylesheets/layout/mobile_menu.scss */
.mobile-menu-header .hamburger:before, .mobile-menu-header .hamburger:after {
  content: '';
  position: absolute;
  height: 3px;
  background: white;
  border-radius: 4px;
  width: 33px;
  top: 11px;
  left: -4px;
}

/* line 52, app/assets/stylesheets/layout/mobile_menu.scss */
.mobile-menu-header .hamburger:before {
  transform: rotate(45deg);
}

/* line 55, app/assets/stylesheets/layout/mobile_menu.scss */
.mobile-menu-header .hamburger:after {
  transform: rotate(-45deg);
}

/* line 60, app/assets/stylesheets/layout/mobile_menu.scss */
.mobile-menu-header .logo {
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -75px;
}

/* line 67, app/assets/stylesheets/layout/mobile_menu.scss */
.mobile-menu-header .content {
  padding: 70px 0 18px 0;
  position: relative;
}

/* line 72, app/assets/stylesheets/layout/mobile_menu.scss */
.mobile-menu-header .login {
  text-align: center;
}

/* line 74, app/assets/stylesheets/layout/mobile_menu.scss */
.mobile-menu-header .login a {
  display: inline-block;
  border-radius: 30px;
  border: 2px solid rgba(255, 255, 255, 0.25);
  font-size: 16px;
  padding: 12px 35px;
  color: #ccc;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 83, app/assets/stylesheets/layout/mobile_menu.scss */
.mobile-menu-header .login a:hover {
  border-color: rgba(255, 255, 255, 0.5);
  color: white;
}

/* line 90, app/assets/stylesheets/layout/mobile_menu.scss */
.mobile-menu-header .avatar {
  position: absolute;
  left: 20px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  background: black;
}

/* line 98, app/assets/stylesheets/layout/mobile_menu.scss */
.mobile-menu-header .avatar img {
  width: 100%;
  height: 100%;
}

/* line 104, app/assets/stylesheets/layout/mobile_menu.scss */
.mobile-menu-header .row {
  padding: 10px 26px 10px 105px;
}

/* line 108, app/assets/stylesheets/layout/mobile_menu.scss */
.mobile-menu-header .username {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.67;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 118, app/assets/stylesheets/layout/mobile_menu.scss */
.mobile-menu-header .location {
  line-height: 20px;
  min-height: 20px;
  font-size: 14px;
  color: #fff;
}

/* line 126, app/assets/stylesheets/layout/mobile_menu.scss */
.mobile-menu-user-links {
  border-top: solid 0.5px rgba(255, 255, 255, 0.1);
  background-color: #242527;
  display: flex;
  padding: 0 5px;
  overflow: auto;
}

/* line 133, app/assets/stylesheets/layout/mobile_menu.scss */
.mobile-menu-user-links .link {
  padding: 10px 5px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 140, app/assets/stylesheets/layout/mobile_menu.scss */
.mobile-menu-user-links .link .icon {
  width: 40px;
  height: 40px;
  border: solid 0.5px rgba(255, 255, 255, 0.1);
  background-color: rgba(0, 0, 0, 0.02);
  border-radius: 50%;
  line-height: 40px;
  margin-bottom: 4px;
  font-size: 14px;
}

/* line 151, app/assets/stylesheets/layout/mobile_menu.scss */
.mobile-menu-user-links .link .text {
  line-height: 16px;
  font-size: 12px;
  color: #ffffff;
  white-space: nowrap;
  min-width: 70px;
}

/* line 161, app/assets/stylesheets/layout/mobile_menu.scss */
.mobile-menu-content {
  background-color: white;
  padding: 20px 20px 5px 5px;
  display: flex;
  flex-wrap: wrap;
}

/* line 168, app/assets/stylesheets/layout/mobile_menu.scss */
.mobile-menu-content-link {
  padding: 0 0 15px 15px;
  width: 33.3%;
  vertical-align: top;
  text-align: left;
  box-sizing: border-box;
}

/* line 175, app/assets/stylesheets/layout/mobile_menu.scss */
.mobile-menu-content-link .link {
  height: 100px;
  border-radius: 6px;
  border: solid 0.5px #d9d9d9;
  padding: 12px 10px 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}

/* line 186, app/assets/stylesheets/layout/mobile_menu.scss */
.mobile-menu-content-link .link:hover .text, .mobile-menu-content-link .link.active .text {
  color: #ee008f;
}

/* line 191, app/assets/stylesheets/layout/mobile_menu.scss */
.mobile-menu-content-link .link.active {
  border-color: #ee008f;
}

/* line 196, app/assets/stylesheets/layout/mobile_menu.scss */
.mobile-menu-content-link .icon {
  width: 23px;
  height: 20px;
  font-size: 20px;
  white-space: nowrap;
}

/* line 203, app/assets/stylesheets/layout/mobile_menu.scss */
.mobile-menu-content-link .text {
  color: black;
  opacity: 0.8;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 213, app/assets/stylesheets/layout/mobile_menu.scss */
.mobile-menu-footer {
  padding: 30px 20px 29px;
  position: relative;
  color: #777;
  line-height: 15px;
  font-size: 14px;
}

/* line 220, app/assets/stylesheets/layout/mobile_menu.scss */
.mobile-menu-footer .link {
  display: block;
  padding-bottom: 27px;
}

/* line 223, app/assets/stylesheets/layout/mobile_menu.scss */
.mobile-menu-footer .link:hover {
  color: #323232;
}

/* line 228, app/assets/stylesheets/layout/mobile_menu.scss */
.mobile-menu-footer .socials {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 40px;
}

/* line 233, app/assets/stylesheets/layout/mobile_menu.scss */
.mobile-menu-footer .socials a {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  overflow: hidden;
}

/* line 239, app/assets/stylesheets/layout/mobile_menu.scss */
.mobile-menu-footer .socials a + a {
  margin-left: 20px;
}

/* line 243, app/assets/stylesheets/layout/mobile_menu.scss */
.mobile-menu-footer .socials img {
  width: 100%;
  height: 100%;
}

/* line 1, app/assets/stylesheets/layout/global_search.scss */
.global-search {
  display: none;
}

@media (min-width: 992px) {
  /* line 1, app/assets/stylesheets/layout/global_search.scss */
  .global-search {
    position: absolute;
    z-index: 1;
    padding: 10px;
    left: -10px;
    top: -7px;
    width: 300px;
  }
}

@media (max-width: 991px) {
  /* line 1, app/assets/stylesheets/layout/global_search.scss */
  .global-search {
    padding: 12px 20px 18px;
    margin-bottom: -70px;
    background: #1d2527;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 70px;
    left: 0;
    right: 0;
    z-index: 500;
    will-change: transform;
    transition: transform 200ms linear;
  }
  /* line 29, app/assets/stylesheets/layout/global_search.scss */
  .global-search .search-clear-button {
    top: 12px;
  }
  /* line 33, app/assets/stylesheets/layout/global_search.scss */
  .global-search:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 15px;
    bottom: 0;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
  }
}

/* line 46, app/assets/stylesheets/layout/global_search.scss */
html.search-open .global-search {
  display: block;
}

@media (max-width: 991px) {
  /* line 53, app/assets/stylesheets/layout/global_search.scss */
  body.scrolled .global-search {
    transform: translateY(-170px);
  }
}

/* line 59, app/assets/stylesheets/layout/global_search.scss */
.global-search-input {
  font-size: 20px;
  height: 40px;
  line-height: 32px;
  padding: 3px 10px 3px 40px;
  outline: none;
  border-radius: 30px;
  background: white;
  width: 100%;
  display: block;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

@media (min-width: 992px) {
  /* line 59, app/assets/stylesheets/layout/global_search.scss */
  .global-search-input {
    box-shadow: 0 0 7px 12px #1b2326;
    border: 2px solid transparent;
  }
  /* line 77, app/assets/stylesheets/layout/global_search.scss */
  .global-search-input:focus {
    border: 2px solid #77b3ef;
  }
}

@media (max-width: 991px) {
  /* line 59, app/assets/stylesheets/layout/global_search.scss */
  .global-search-input {
    border: 1px solid #d9d9d9;
    background-image: url(/assets/common/mobile-search-icon-8febd559e3a4f7dbf1198efe2ac0badc704eeef711dc6d545233b13a447b4f31.png);
    background-repeat: no-repeat;
    background-position: 13px 10px;
  }
}

/* line 89, app/assets/stylesheets/layout/global_search.scss */
.global-search-input.has-value ~ .search-clear-button {
  display: block;
}

/* line 94, app/assets/stylesheets/layout/global_search.scss */
.global-search-results {
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
  position: absolute;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.8);
}

@media (min-width: 992px) {
  /* line 94, app/assets/stylesheets/layout/global_search.scss */
  .global-search-results {
    border-radius: 3px;
    width: 960px;
    left: 50%;
    margin-left: -480px;
    margin-top: -24px;
    z-index: 501;
  }
  /* line 109, app/assets/stylesheets/layout/global_search.scss */
  .global-search-results:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-color: white transparent;
    border-width: 0 8px 10px 8px;
    top: -10px;
    right: 20px;
  }
}

@media (max-width: 991px) {
  /* line 94, app/assets/stylesheets/layout/global_search.scss */
  .global-search-results {
    margin-top: 70px;
    left: 0;
    right: 0;
    padding: 0 0 20px;
    z-index: 500;
  }
}

@media (min-width: 992px) {
  /* line 129, app/assets/stylesheets/layout/global_search.scss */
  body.scrolled .global-search-results {
    transform: none !important;
  }
}

@media (max-width: 991px) {
  /* line 129, app/assets/stylesheets/layout/global_search.scss */
  body.scrolled .global-search-results {
    transform: translateY(-140px) !important;
  }
}

/* line 138, app/assets/stylesheets/layout/global_search.scss */
html:not(.search-open) .global-search-results {
  display: none;
}

/* line 143, app/assets/stylesheets/layout/global_search.scss */
.global-search-results-section:not(:first-child) .global-search-result-title {
  border-top: 1px solid #d9d9d9;
}

@media (max-width: 991px) {
  /* line 143, app/assets/stylesheets/layout/global_search.scss */
  .global-search-results-section:not(:first-child) .global-search-result-title {
    margin-top: 15px;
  }
}

/* line 152, app/assets/stylesheets/layout/global_search.scss */
.global-search-result-title {
  border-bottom: 1px solid #d9d9d9;
  display: flex;
  justify-content: space-between;
}

@media (min-width: 992px) {
  /* line 152, app/assets/stylesheets/layout/global_search.scss */
  .global-search-result-title {
    line-height: 22px;
    padding: 20px;
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  /* line 152, app/assets/stylesheets/layout/global_search.scss */
  .global-search-result-title {
    padding: 11px 0;
    font-size: 16px;
    margin: 0 20px 15px;
  }
}

/* line 170, app/assets/stylesheets/layout/global_search.scss */
.global-search-result-title-text {
  color: black;
  opacity: .6;
}

/* line 174, app/assets/stylesheets/layout/global_search.scss */
.global-search-result-title-text .count {
  display: inline;
}

/* line 179, app/assets/stylesheets/layout/global_search.scss */
.global-search-result-link-to-all {
  cursor: pointer;
  color: #ec118f;
}

/* line 183, app/assets/stylesheets/layout/global_search.scss */
.global-search-result-link-to-all:hover {
  text-decoration: underline;
}

/* line 188, app/assets/stylesheets/layout/global_search.scss */
.global-search-result-item {
  display: flex;
  align-items: center;
  cursor: pointer;
}

@media (min-width: 992px) {
  /* line 188, app/assets/stylesheets/layout/global_search.scss */
  .global-search-result-item {
    padding: 15px 20px;
  }
}

@media (max-width: 991px) {
  /* line 188, app/assets/stylesheets/layout/global_search.scss */
  .global-search-result-item {
    padding: 5px 20px;
  }
}

/* line 201, app/assets/stylesheets/layout/global_search.scss */
.global-search-result-item .image {
  display: block;
  width: 60px;
  height: 60px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: .5px;
  position: relative;
  flex-shrink: 0;
  border-radius: 6px;
}

/* line 214, app/assets/stylesheets/layout/global_search.scss */
.global-search-result-item .lock {
  height: 28px;
  width: 28px;
  line-height: 29px;
  text-align: center;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  border: 1px solid white;
  border-radius: 3px;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -14px;
  margin-left: -14px;
}

/* line 229, app/assets/stylesheets/layout/global_search.scss */
.global-search-result-item .lock svg {
  fill: white;
  filter: drop-shadow(0 0 1px #000);
}

/* line 235, app/assets/stylesheets/layout/global_search.scss */
.global-search-result-item .name {
  line-height: 24px;
  font-size: 20px;
  color: black;
}

@media (min-width: 992px) {
  /* line 235, app/assets/stylesheets/layout/global_search.scss */
  .global-search-result-item .name {
    padding-left: 20px;
  }
}

@media (max-width: 992px) {
  /* line 235, app/assets/stylesheets/layout/global_search.scss */
  .global-search-result-item .name {
    padding-left: 15px;
    line-height: 21px;
    font-size: 18px;
  }
}

/* line 251, app/assets/stylesheets/layout/global_search.scss */
.global-search-result-item:hover .name {
  color: #ec118f;
}

/* line 257, app/assets/stylesheets/layout/global_search.scss */
.global-search-result-cocktail-item .image {
  background-size: auto 54px;
  background-color: white;
}

/* line 1, app/assets/stylesheets/layout/profile_menu.scss */
.profile-menu {
  background: white;
}

@media (min-width: 992px) {
  /* line 1, app/assets/stylesheets/layout/profile_menu.scss */
  .profile-menu {
    padding: 22px;
    border-top-left-radius: 7px;
    border-top-right-radius: 8px;
  }
}

@media (max-width: 991px) {
  /* line 1, app/assets/stylesheets/layout/profile_menu.scss */
  .profile-menu {
    display: flex;
    overflow: auto;
    padding: 0 15px;
    position: relative;
  }
  /* line 16, app/assets/stylesheets/layout/profile_menu.scss */
  .profile-menu::-webkit-scrollbar {
    display: none;
  }
  /* line 20, app/assets/stylesheets/layout/profile_menu.scss */
  .profile-menu:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    height: 1px;
    z-index: 1;
    background: #e7e7e7;
  }
}

/* line 32, app/assets/stylesheets/layout/profile_menu.scss */
.profile-menu a {
  display: inline-block;
  color: #000;
}

@media (min-width: 992px) {
  /* line 32, app/assets/stylesheets/layout/profile_menu.scss */
  .profile-menu a {
    margin-right: 28px;
    font-size: 20px;
    font-weight: bold;
  }
}

@media (max-width: 991px) {
  /* line 32, app/assets/stylesheets/layout/profile_menu.scss */
  .profile-menu a {
    margin-right: 20px;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
    font-size: 18px;
    padding: 16px 5px 14px;
    white-space: nowrap;
  }
}

/* line 52, app/assets/stylesheets/layout/profile_menu.scss */
.profile-menu a:last-child {
  margin-right: 0;
}

/* line 56, app/assets/stylesheets/layout/profile_menu.scss */
.profile-menu a:hover {
  color: #ec118f;
  text-decoration: none;
}

/* line 61, app/assets/stylesheets/layout/profile_menu.scss */
.profile-menu a.active {
  color: #ec118f;
}

@media (max-width: 991px) {
  /* line 64, app/assets/stylesheets/layout/profile_menu.scss */
  .profile-menu a.active:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 2px;
    background: #ec118f;
  }
}

/* line 77, app/assets/stylesheets/layout/profile_menu.scss */
.profile-menu .counter {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  position: relative;
  top: -2px;
  padding: 0 7px 0 6px;
  margin-left: 10px;
  border-radius: 10px;
  background: #ec118f;
  height: 22px;
  line-height: 22px;
}

@media (max-width: 991px) {
  /* line 77, app/assets/stylesheets/layout/profile_menu.scss */
  .profile-menu .counter {
    display: none;
  }
}

@media (max-width: 992px) {
  /* line 3, app/assets/stylesheets/layout/footer.scss */
  #footer .groups_ua {
    padding-bottom: 60px;
  }
}

/* line 8, app/assets/stylesheets/layout/footer.scss */
#footer .age {
  font-size: 22px;
  font-weight: bold;
}

/* line 14, app/assets/stylesheets/layout/footer.scss */
#footer .socials .vkontakte img {
  filter: grayscale(1) brightness(0.2) invert(1);
}

/* line 19, app/assets/stylesheets/layout/footer.scss */
#footer .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (min-width: 992px) {
  /* line 1, app/assets/stylesheets/layout/footer.scss */
  #footer {
    color: white;
    font-size: 15px;
    border-top: 1px solid rgba(197, 197, 197, 0.15);
    box-shadow: 0 1px 20px black;
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 51%);
    margin-top: 55px;
  }
  /* line 34, app/assets/stylesheets/layout/footer.scss */
  #footer .groups,
#footer .bottom {
    width: 960px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  /* line 40, app/assets/stylesheets/layout/footer.scss */
  #footer .languages,
#footer .groups {
    display: flex;
    justify-content: space-between;
  }
  /* line 45, app/assets/stylesheets/layout/footer.scss */
  #footer .languages > .group {
    padding: 0 30px;
  }
  /* line 49, app/assets/stylesheets/layout/footer.scss */
  #footer .groups {
    padding: 39px 0 20px;
    border-bottom: 2px solid #1d1d1e;
  }
  /* line 54, app/assets/stylesheets/layout/footer.scss */
  #footer .title {
    font-weight: bold;
    margin-bottom: 16px;
  }
  /* line 59, app/assets/stylesheets/layout/footer.scss */
  #footer .empty {
    height: 35px;
  }
  /* line 63, app/assets/stylesheets/layout/footer.scss */
  #footer .bottom {
    padding: 18px 0 21px;
  }
  /* line 67, app/assets/stylesheets/layout/footer.scss */
  #footer a {
    display: block;
    margin-bottom: 14px;
  }
  /* line 70, app/assets/stylesheets/layout/footer.scss */
  #footer a:hover {
    text-shadow: 0 0 10px #fff;
  }
  /* line 75, app/assets/stylesheets/layout/footer.scss */
  #footer span {
    display: block;
    margin-bottom: 14px;
    cursor: pointer;
  }
  /* line 78, app/assets/stylesheets/layout/footer.scss */
  #footer span:hover {
    text-shadow: 0 0 10px #fff;
  }
  /* line 84, app/assets/stylesheets/layout/footer.scss */
  #footer img {
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 12px;
  }
}

@media (max-width: 991px) {
  /* line 1, app/assets/stylesheets/layout/footer.scss */
  #footer {
    color: #ccc;
    padding: 20px 10px;
    background: #1d2527;
    position: relative;
    font-size: 16px;
    margin-top: 20px;
  }
  /* line 100, app/assets/stylesheets/layout/footer.scss */
  #footer .title {
    display: none;
  }
  /* line 103, app/assets/stylesheets/layout/footer.scss */
  #footer .socials {
    position: absolute;
    top: 20px;
    right: 10px;
  }
  /* line 107, app/assets/stylesheets/layout/footer.scss */
  #footer .socials a:last-child {
    border-bottom: none;
  }
  /* line 111, app/assets/stylesheets/layout/footer.scss */
  #footer .group:not(.socials) a,
#footer .socials {
    width: 42%;
    margin: 0 4%;
  }
  /* line 116, app/assets/stylesheets/layout/footer.scss */
  #footer .login {
    margin: 20px 0;
    text-align: center;
  }
  /* line 119, app/assets/stylesheets/layout/footer.scss */
  #footer .login a {
    display: inline-block;
    padding: 9px 26px;
    border: 2px solid rgba(255, 255, 255, 0.25);
    border-radius: 30px;
  }
  /* line 126, app/assets/stylesheets/layout/footer.scss */
  #footer .bottom {
    border-top: 1px solid #555b5c;
    margin: -1px 4% 0;
    padding: 14px 0;
  }
  /* line 131, app/assets/stylesheets/layout/footer.scss */
  #footer .group a {
    text-transform: uppercase;
    display: block;
    padding: 16px 0;
    border-bottom: 1px solid #555b5c;
  }
}

@media (max-width: 991px) and (max-width: 500px) {
  /* line 131, app/assets/stylesheets/layout/footer.scss */
  #footer .group a {
    display: flex;
    align-items: center;
    height: 60px;
    padding: 0;
  }
}

@media (max-width: 991px) {
  /* line 143, app/assets/stylesheets/layout/footer.scss */
  #footer .group span {
    text-transform: uppercase;
    display: block;
    padding: 16px 0;
    border-bottom: 1px solid #555b5c;
  }
}

@media (max-width: 991px) and (max-width: 500px) {
  /* line 143, app/assets/stylesheets/layout/footer.scss */
  #footer .group span {
    display: flex;
    align-items: center;
    height: 60px;
    padding: 0;
  }
}

@media (max-width: 991px) {
  /* line 156, app/assets/stylesheets/layout/footer.scss */
  #footer img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
  }
}

/* line 1, app/assets/stylesheets/layout/page_loading.scss */
#page-loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  cursor: progress;
}

@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local("PT Sans"), local("PTSans-Regular"), url(//themes.googleusercontent.com/static/fonts/ptsans/v6/pkYDSlCHbDnBWPT5PPFFTA.ttf) format("truetype");
}

@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: local("PT Sans Bold"), local("PTSans-Bold"), url(//themes.googleusercontent.com/static/fonts/ptsans/v6/g46X4VH_KHOWAAa-HpnGPi3USBnSvpkopQaUR-2r7iU.ttf) format("truetype");
}

@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 400;
  src: local("PT Sans Italic"), local("PTSans-Italic"), url(//themes.googleusercontent.com/static/fonts/ptsans/v6/7dSh6BcuqDLzS2qAASIeuqCWcynf_cDxXwCLxiixG1c.ttf) format("truetype");
}

@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 700;
  src: local("PT Sans Bold Italic"), local("PTSans-BoldItalic"), url(//themes.googleusercontent.com/static/fonts/ptsans/v6/lILlYDvubYemzYzN7GbLkPOEPOIfcPv-fZ-WyMUtx48.ttf) format("truetype");
}

/* line 1, app/assets/stylesheets/libs/file-upload-with-preview.min.css */
.custom-file-container {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  display: block;
}

/* line 6, app/assets/stylesheets/libs/file-upload-with-preview.min.css */
.custom-file-container__custom-file {
  display: none !important;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
  margin-top: 5px;
}

/* line 15, app/assets/stylesheets/libs/file-upload-with-preview.min.css */
.custom-file-container__custom-file:hover {
  cursor: pointer;
}

/* line 17, app/assets/stylesheets/libs/file-upload-with-preview.min.css */
.custom-file-container__custom-file__custom-file-input {
  box-sizing: border-box;
  min-width: 14rem;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}

/* line 24, app/assets/stylesheets/libs/file-upload-with-preview.min.css */
.custom-file-container__custom-file__custom-file-input:focus ~ span {
  outline: 1px dotted #212121;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 27, app/assets/stylesheets/libs/file-upload-with-preview.min.css */
.custom-file-container__custom-file__custom-file-control {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: calc(2.25rem + 2px);
  padding: .5rem .75rem;
  overflow: hidden;
  line-height: 1.5;
  color: #333;
  user-select: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #c0c0af;
  border-radius: .25rem;
}

/* line 44, app/assets/stylesheets/libs/file-upload-with-preview.min.css */
.custom-file-container__custom-file__custom-file-control__button {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 6;
  display: block;
  height: calc(2.25rem + 2px);
  padding: .5rem .75rem;
  line-height: 1.25;
  color: #333;
  background-color: #EDEDE8;
  border-left: 1px solid #c0c0af;
  box-sizing: border-box;
}

/* line 58, app/assets/stylesheets/libs/file-upload-with-preview.min.css */
.custom-file-container__image-preview {
  box-sizing: border-box;
  transition: all 0.2s ease;
  /*margin-top: 20px;*/
  /*margin-bottom: 40px;*/
  width: 100%;
  border-radius: 4px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff;
  overflow: hidden;
  background-image: none !important;
}

/* line 71, app/assets/stylesheets/libs/file-upload-with-preview.min.css */
.custom-file-container__image-multi-preview {
  position: relative;
  box-sizing: border-box;
  transition: all 0.2s ease;
  border-radius: 6px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  float: left;
  margin: 1.858736059%;
  width: 70px;
  height: 70px;
  box-shadow: 0 4px 10px 0 rgba(51, 51, 51, 0.25);
}

/* line 85, app/assets/stylesheets/libs/file-upload-with-preview.min.css */
.custom-file-container__image-multi-preview__single-image-clear {
  right: -6px;
  background: #EDEDE8;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  margin-top: -6px;
  box-shadow: 0 4px 10px 0 rgba(51, 51, 51, 0.25);
}

/* line 95, app/assets/stylesheets/libs/file-upload-with-preview.min.css */
.custom-file-container__image-multi-preview__single-image-clear:hover {
  background: #cbcbbd;
  cursor: pointer;
}

/* line 98, app/assets/stylesheets/libs/file-upload-with-preview.min.css */
.custom-file-container__image-multi-preview__single-image-clear__icon {
  color: #6a6a53;
  display: block;
}

/* Preload images */
/* line 2, ../../usr/local/bundle/gems/lightbox2-rails-2.8.2.1/vendor/assets/stylesheets/lightbox.scss */
body:after {
  content: url(/assets/lightbox/close-c43f332b55f7810a3532cc0d7e1d696a7f283cebb6de910063d2bc835fdbffe3.png) url(/assets/lightbox/loading-75e769420867efb9e78cb0f964320ba4ea9e28bd68de9c426d8ab6976ac2269f.gif) url(/assets/lightbox/prev-2b2be4888b161ea2f9bfd20953f8bc5e2edd81715d6c082f84708233b6b71fb3.png) url(/assets/lightbox/next-f1420aa16734f4dedea7622021690418e775825e0afd4cb0e81873bcad102165.png);
  display: none;
}

/* line 7, ../../usr/local/bundle/gems/lightbox2-rails-2.8.2.1/vendor/assets/stylesheets/lightbox.scss */
body.lb-disable-scrolling {
  overflow: hidden;
}

/* line 11, ../../usr/local/bundle/gems/lightbox2-rails-2.8.2.1/vendor/assets/stylesheets/lightbox.scss */
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

/* line 22, ../../usr/local/bundle/gems/lightbox2-rails-2.8.2.1/vendor/assets/stylesheets/lightbox.scss */
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

/* line 32, ../../usr/local/bundle/gems/lightbox2-rails-2.8.2.1/vendor/assets/stylesheets/lightbox.scss */
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  border-radius: 3px;
}

/* line 39, ../../usr/local/bundle/gems/lightbox2-rails-2.8.2.1/vendor/assets/stylesheets/lightbox.scss */
.lightbox a img {
  border: none;
}

/* line 43, ../../usr/local/bundle/gems/lightbox2-rails-2.8.2.1/vendor/assets/stylesheets/lightbox.scss */
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
}

/* line 53, ../../usr/local/bundle/gems/lightbox2-rails-2.8.2.1/vendor/assets/stylesheets/lightbox.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 59, ../../usr/local/bundle/gems/lightbox2-rails-2.8.2.1/vendor/assets/stylesheets/lightbox.scss */
.lb-container {
  padding: 4px;
}

/* line 63, ../../usr/local/bundle/gems/lightbox2-rails-2.8.2.1/vendor/assets/stylesheets/lightbox.scss */
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 73, ../../usr/local/bundle/gems/lightbox2-rails-2.8.2.1/vendor/assets/stylesheets/lightbox.scss */
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/assets/lightbox/loading-75e769420867efb9e78cb0f964320ba4ea9e28bd68de9c426d8ab6976ac2269f.gif) no-repeat;
}

/* line 81, ../../usr/local/bundle/gems/lightbox2-rails-2.8.2.1/vendor/assets/stylesheets/lightbox.scss */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 90, ../../usr/local/bundle/gems/lightbox2-rails-2.8.2.1/vendor/assets/stylesheets/lightbox.scss */
.lb-container > .nav {
  left: 0;
}

/* line 94, ../../usr/local/bundle/gems/lightbox2-rails-2.8.2.1/vendor/assets/stylesheets/lightbox.scss */
.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

/* line 99, ../../usr/local/bundle/gems/lightbox2-rails-2.8.2.1/vendor/assets/stylesheets/lightbox.scss */
.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

/* line 105, ../../usr/local/bundle/gems/lightbox2-rails-2.8.2.1/vendor/assets/stylesheets/lightbox.scss */
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(/assets/lightbox/prev-2b2be4888b161ea2f9bfd20953f8bc5e2edd81715d6c082f84708233b6b71fb3.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

/* line 118, ../../usr/local/bundle/gems/lightbox2-rails-2.8.2.1/vendor/assets/stylesheets/lightbox.scss */
.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* line 123, ../../usr/local/bundle/gems/lightbox2-rails-2.8.2.1/vendor/assets/stylesheets/lightbox.scss */
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(/assets/lightbox/next-f1420aa16734f4dedea7622021690418e775825e0afd4cb0e81873bcad102165.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

/* line 136, ../../usr/local/bundle/gems/lightbox2-rails-2.8.2.1/vendor/assets/stylesheets/lightbox.scss */
.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* line 141, ../../usr/local/bundle/gems/lightbox2-rails-2.8.2.1/vendor/assets/stylesheets/lightbox.scss */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 154, ../../usr/local/bundle/gems/lightbox2-rails-2.8.2.1/vendor/assets/stylesheets/lightbox.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 160, ../../usr/local/bundle/gems/lightbox2-rails-2.8.2.1/vendor/assets/stylesheets/lightbox.scss */
.lb-data {
  padding: 0 4px;
  color: #ccc;
}

/* line 165, ../../usr/local/bundle/gems/lightbox2-rails-2.8.2.1/vendor/assets/stylesheets/lightbox.scss */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

/* line 172, ../../usr/local/bundle/gems/lightbox2-rails-2.8.2.1/vendor/assets/stylesheets/lightbox.scss */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

/* line 178, ../../usr/local/bundle/gems/lightbox2-rails-2.8.2.1/vendor/assets/stylesheets/lightbox.scss */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

/* line 186, ../../usr/local/bundle/gems/lightbox2-rails-2.8.2.1/vendor/assets/stylesheets/lightbox.scss */
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/assets/lightbox/close-c43f332b55f7810a3532cc0d7e1d696a7f283cebb6de910063d2bc835fdbffe3.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

/* line 202, ../../usr/local/bundle/gems/lightbox2-rails-2.8.2.1/vendor/assets/stylesheets/lightbox.scss */
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* line 16, app/assets/stylesheets/application.scss */
html {
  height: 100%;
  font-family: PT Sans, Arial, Tahoma, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: subpixel-antialiased;
  overflow-x: hidden;
}

/* line 26, app/assets/stylesheets/application.scss */
html.no-scroll {
  overflow: hidden;
}

/* line 28, app/assets/stylesheets/application.scss */
html.no-scroll body {
  overflow: hidden;
}

/* line 34, app/assets/stylesheets/application.scss */
body {
  margin: 0;
  min-width: 960px;
  min-height: 100%;
  position: relative;
  background: #121212 center top;
  color: #000;
}

@media (max-width: 991px) {
  /* line 34, app/assets/stylesheets/application.scss */
  body {
    min-width: 100%;
    width: auto;
    background: #f6f6f6 !important;
  }
}

/* line 49, app/assets/stylesheets/application.scss */
a {
  color: inherit;
  text-decoration: none;
  outline: 0;
}

/* line 53, app/assets/stylesheets/application.scss */
a:active, a:hover {
  outline: 0;
}

/* line 59, app/assets/stylesheets/application.scss */
.link {
  color: #fd3bb0;
}

/* line 63, app/assets/stylesheets/application.scss */
[tabindex]:focus {
  outline: none;
}

/* line 67, app/assets/stylesheets/application.scss */
[hidden] {
  display: none !important;
}

/* line 73, app/assets/stylesheets/application.scss */
input:invalid,
textarea:invalid {
  box-shadow: none;
}

/* line 76, app/assets/stylesheets/application.scss */
input[type="submit"],
textarea[type="submit"] {
  -webkit-appearance: button;
}

/* line 81, app/assets/stylesheets/application.scss */
.text-center {
  text-align: center;
}

/* line 85, app/assets/stylesheets/application.scss */
.common-title-white {
  background-color: white;
}

@media (min-width: 992px) {
  /* line 90, app/assets/stylesheets/application.scss */
  #main {
    width: 960px;
    margin: 0 auto;
    position: relative;
  }
}

@media (max-width: 991px) {
  /* line 98, app/assets/stylesheets/application.scss */
  #main {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
}

/* line 105, app/assets/stylesheets/application.scss */
.slide-up-on-scroll {
  will-change: transform;
  transition: transform 200ms linear;
}

/* line 110, app/assets/stylesheets/application.scss */
body.scrolled .slide-up-on-scroll {
  transform: translateY(-170px);
}

@media (max-width: 991px) {
  /* line 115, app/assets/stylesheets/application.scss */
  .mobile-overflow-hidden {
    overflow: hidden !important;
    height: 100%;
  }
  /* line 119, app/assets/stylesheets/application.scss */
  .mobile-no-scroll {
    overflow: hidden;
    height: 100vh;
  }
}
