@charset "UTF-8";
*:focus {
  outline: none;
}
* {
  box-sizing: border-box;
}
a {
  display: inline-block;
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}
html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased;
}
[hidden] {
  display: none !important;
}
:root {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
svg.icon use {
  pointer-events: none;
}
svg.icon {
  fill: currentColor;
  display: inline-block;
  flex-shrink: 0;
  shape-rendering: auto;
  vertical-align: middle;
}
svg.icon:not(.manual) {
  width: 1em;
  height: 1em;
}
html {
  height: 100%;
}
body {
  margin: 0;
  height: 100%;
}
.row, .ceil__btn, .ceil__userbtn, .addpage__top > main, .evpage__top, .evpage__top > container, .evpage__top > .evpage__name, .evpage__city, .evpage__reg_buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.fluid {
  flex: 1 1 0;
  min-width: 0;
}
.stack {
  display: flex;
  flex-direction: column;
}
h1, h2, h3 {
  margin: 0;
  font: inherit;
}
h4, h5, h6 {
  margin: 0;
  font: inherit;
}
i {
  font: inherit;
  display: inline-block;
}
em {
  font: inherit;
  display: inline-block;
}
q {
  quotes: none;
  display: inline-block;
}
img {
  display: block;
  max-width: 100%;
}
hr {
  margin: 0;
  padding: 0;
  border: none;
}
li {
  display: block;
}
ul {
  margin: 0;
  padding: 0;
}
/*-- width >= 768px ----------------*/
@media screen and (min-width: 768px) {
  .sm-only {
    display: none;
  }
}
/*-- width < 768px -----------------*/
@media screen and (max-width: 768px) {
  .lg-only {
    display: none;
  }
}
/*-- width >= 1024px ----------------*/
dropdown {
  position: relative;
}
dropdown:not(:focus):not(:focus-within) > main {
  display: none;
}
dropdown > main {
  position: absolute;
  z-index: 1;
}
dropdown > main > content {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 4px;
  background: #FFFFFF;
  border: 1px solid rgba(121, 78, 255, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 32, 51, 0.04), 0px 8px 24px rgba(0, 32, 51, 0.12);
}
.drop__item {
  display: flex;
  align-items: center;
  cursor: pointer;
  white-space: nowrap;
  line-height: 45px;
  padding: 0 20px;
}
.drop__item > .icon {
  font-size: 22px;
  margin-right: 5px;
}
.drop__item:hover, .drop__item:focus {
  background: rgba(221, 211, 255, 0.3);
}
.drop__divider {
  height: 1px;
  background: rgba(221, 211, 255, 0.55);
}
.drop__buttons {
  padding: 20px 20px;
}
.alert__screen {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0;
  right: 0;
  overflow-y: auto;
  z-index: 3;
  padding: 15px;
  background: rgba(0, 0, 0, 0.25);
}
.alert__torso {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 0;
  overflow-y: auto;
  min-width: 400px;
  max-width: 100%;
  margin: auto;
  padding: 25px 40px 25px 25px;
  color: #fff;
  border-radius: 8px;
  background: #4D4864;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}
.alert__name {
  margin-bottom: 20px;
}
.alert__close {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0px;
  display: flex;
  align-items: center;
  font-size: 10px;
  font-weight: 300;
  text-transform: uppercase;
  padding: 15px 10px;
  border-radius: 8px;
  color: #fff;
  opacity: 0.5;
}
.alert__close:hover {
  opacity: 1;
}
.alert__close > .icon {
  font-size: 20px;
  margin-right: 5px;
}
.cap:first-letter {
  text-transform: uppercase;
}
.ttc {
  text-transform: capitalize;
}
.underline {
  text-decoration: underline;
}
.search-input {
  position: relative;
}
container > .search-input, .evpage__name > .search-input {
  margin-left: 40px;
}
.search-input > input {
  position: relative;
  border: 1px solid #CAD7E0;
  background: #FAFDFF;
  height: 40px;
  border-radius: 8px;
  padding: 4px 11px 4px 31px;
  font-size: 13px;
  color: #555;
}
.search-input > input:focus {
  box-shadow: 0 0 0 0;
}
.search-input > .search-icon {
  cursor: pointer;
  position: absolute;
  height: 16px;
  width: 16px;
  background: transparent;
  border: 3px solid #CAD7E0;
  left: 8px;
  top: 10px;
  border-radius: 100%;
}
.search-input > .search-icon:after {
  content: '';
  position: absolute;
  background: #CAD7E0;
  height: 6px;
  width: 3px;
  bottom: -5px;
  right: -3px;
  transform: rotate(-45deg);
}
.search {
  display: none;
}
.search > .search-input, .search > .search-input > input {
  width: 100%;
}
@media screen and (max-width: 510px) {
  container > .search-input, .evpage__name > .search-input {
    display: none;
  }
  .ceil__main {
    height: 115px;
  }
  .search {
    display: flex;
    margin-right: 10px;
    margin-left: 10px;
  }
}
.breadcrumb-nav {
  position: relative;
}
.breadcrumb {
  --breadcrumb-divider: "/";
  --breadcrumb-divider-color: #a9b1bc;
  --breadcrumb-color: black;
  --breadcrumb-active-color: #794eff;
  position: relative;
  display: flex;
  flex-grow: 1;
  align-items: center;
  width: 1000px;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 auto;
  padding: 10px 15px;
  list-style-type: none;
}
.breadcrumb .breadcrumb-item a {
  position: relative;
  text-decoration: none;
}
.breadcrumb .breadcrumb-item a::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  background: currentColor;
  transform: scaleX(0);
  transition: 0.3s;
}
.breadcrumb .breadcrumb-item a:hover::before {
  transform: scaleX(1);
}
.breadcrumb .breadcrumb-item:not(:first-child) {
  padding-left: 0.5625rem;
}
.breadcrumb .breadcrumb-item:not(:first-child)::before {
  content: var(--breadcrumb-divider);
  padding-right: 0.5625rem;
  color: var(--breadcrumb-divider-color);
}
.breadcrumb .breadcrumb-item:not(:last-child) a {
  color: var(--breadcrumb-color);
}
.breadcrumb .breadcrumb-item:last-child a {
  pointer-events: none;
  color: var(--breadcrumb-active-color);
  text-decoration: none;
  cursor: default;
}
.breadcrumb .breadcrumb-item:last-child a:hover::before {
  transform: scaleX(0);
}
container, .evpage__name {
  position: relative;
  display: block;
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
page {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
page > container, page > .evpage__name {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
@font-face {
  font-family: 'roboto';
  font-style: normal;
  font-weight: 400;
  src: url(../fnt/roboto-400.woff2) format('woff');
}
@font-face {
  font-family: 'roboto';
  font-style: normal;
  font-weight: 500;
  src: url(../fnt/roboto-500.woff2) format('woff');
}
@font-face {
  font-family: 'roboto';
  font-style: normal;
  font-weight: 700;
  src: url(../fnt/roboto-700.woff2) format('woff');
}
@font-face {
  font-family: 'roboto';
  font-style: normal;
  font-weight: 800;
  src: url(../fnt/roboto-800.woff2) format('woff');
}
html {
  font: 14px/20px roboto;
  font-family: roboto;
}
.enter__name {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  padding: 35px 0 25px 0;
  color: #170F49;
}
.enter__form {
  width: 500px;
  max-width: 100%;
  margin: auto;
  padding-bottom: 35px;
}
.enter__field {
  margin-top: 20px;
}
.enter__label {
  display: block;
  margin-bottom: 20px;
}
.enter__input {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  border: none;
  background: #FAFDFF;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.enter__input:focus {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 0 0 5px rgba(121, 78, 255, 0.15);
}
.enter__footer {
  text-align: center;
  margin-top: 40px;
}
.enter__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
  height: 40px;
  min-width: 180px;
  padding: 0 40px;
  border: none;
  border-radius: 8px;
  color: #fff;
  background: #7B61FF;
}
.enter__btn:hover, .enter__btn:focus {
  box-shadow: 0 0 0 4px rgba(123, 97, 255, 0.35);
}
.enter__footinfo {
  text-align: center;
  margin-top: 20px;
}
.enter__a {
  color: #7B61FF;
}
.enter__a:hover {
  opacity: 0.5;
}
.enter__showpassbtn {
  font-size: 24px;
  width: 24px;
  margin-left: -34px;
  padding-right: 10px;
}
.backbtn {
  display: flex;
  align-items: center;
}
.backbtn > .icon {
  font-size: 12px;
  margin-right: 5px;
}
.backbtn:hover {
  opacity: 0.5;
}
.ceil__main {
  position: relative;
  background: #fff;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.15);
}
.ceil__main > container, .ceil__main > .evpage__name {
  display: flex;
  align-items: center;
  height: 72px;
}
.ceil__btn {
  font-size: 16px;
  height: 40px;
  padding: 0 20px;
  border-radius: 8px;
  background: #EEEDF1;
}
.ceil__btn:hover {
  color: #fff;
  background: #7B61FF;
}
.ceil__userbtn {
  cursor: pointer;
}
.ceil__userbtn > img {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  margin-right: 5px;
}
.ceil__userbtn > .icon {
  font-size: 10px;
  transition: margin-top 0.2s;
}
.ceil__userbtn > main {
  top: 100%;
  right: 0;
  padding-top: 10px;
}
.checkbox {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.checkbox > input {
  display: none;
}
.checkbox > i {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  border-radius: 4px;
  color: transparent;
  border: 1px solid #B4B7B8;
}
.checkbox > i:before {
  display: block;
  content: "✓";
}
.checkbox > input[value="1"] + i {
  color: #fff;
  background: #794EFF;
  border: 1px solid rgba(0, 0, 0, 0);
}
.cityname {
  text-transform: capitalize;
}
.comment__form {
  margin-top: 40px;
}
.comment__label {
  display: block;
  font-size: 20px;
  margin-bottom: 20px;
}
.comment__field > .input, date-input.comment__field > input, .comment__field > .addpage__input, select-input.comment__field > input {
  min-height: 100px;
  padding: 15px;
}
.comment__footer {
  margin-top: 20px;
}
.btn, .filter__findbtn, .btn-save {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 40px;
  line-height1: 40px;
  padding: 0 20px;
  border: none;
  border-radius: 8px;
  background: #EEEDF1;
}
.btn > span, .filter__findbtn > span, .btn-save > span {
  margin-left: 10px;
}
.btn:hover, .filter__findbtn:hover, .btn-save:hover, .btn:focus, .filter__findbtn:focus, .btn-save:focus {
  color: #fff;
  background: #7B61FF;
}
.input, date-input > input, .addpage__input, select-input > input {
  flex-grow: 1;
  height: 40px;
  padding: 0 20px;
  border: none;
  background: #FAFDFF;
  border-radius: 4px;
  box-shadow1: 0 0 0 1px #000;
  border: 1px solid #CAD7E0;
}
.input:focus, date-input > input:focus, .addpage__input:focus, select-input > input:focus {
  box-shadow: 0 0 0 5px rgba(121, 78, 255, 0.2);
}
.label {
  display: block;
}
.link:hover {
  color: #794EFF;
}
date-input {
  position: relative;
  display: flex;
  flex: 1 1 0;
}
date-input > input {
  cursor: pointer;
  padding: 0 10px;
}
date-input > input:placeholder-shown + select-controls > select-cleaner {
  display: none;
}
date-btn, date-cleaner {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  align-self: center;
  width: 30px;
  height: 100%;
  border-radius1: 10px;
}
date-btn:hover, date-cleaner:hover {
  color: #fff;
  background: rgba(123, 97, 255, 0.5);
}
date-controls {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  height: 100%;
  padding-right: 1px;
  pointer-events: none;
  overflow: hidden;
  padding-right: 35px;
  border-radius: 0 10px 10px 0;
}
date-controls > * {
  pointer-events: auto;
}
date-cleaner {
  font-size: 20px;
  color: #aaa;
}
.addpage__image {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  padding: 20px;
  border-radius: 10px;
  border: 2px dashed #B8CAD5;
}
.addpage__image[data-state='0'] [data-rem] {
  display: none;
}
.addpage__image[data-state='1'] [data-add] {
  display: none;
}
.addpage__image_preview {
  padding-top: 20px;
}
.addpage__image_preview > img {
  border-radius: 10px;
}
.addpage__image_buttons {
  position1: absolute;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  text-align: center;
}
.addpage__image_comment {
  text-align: center;
  margin-top: 10px;
  opacity: 0.58;
}
.addpage__image_btn {
  display: inline-flex;
  align-items: center;
  border: none;
  cursor: pointer;
  line-height: 32px;
  padding: 0 20px;
  color: #000;
  border-radius: 4px;
  background: #EDF2F4;
}
.addpage__image_btn > .icon {
  margin-right: 10px;
}
.addpage__image_btn:hover {
  background: #D8E3E5;
}
.addpage__top {
  background: #F9F9F9;
  margin-bottom: 20px;
}
.addpage__top > main {
  width: 750px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  height: 80px;
}
.addpage__form {
  flex: 1 1 0;
  width: 750px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px 25px 15px;
}
.addpage__field {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.addpage__label {
  display: block;
  font-size1: 24px;
  font-weight: 700;
  line-height: 1;
  margin: 10px 20px 15px 0;
}
.addpage__label > small {
  display: block;
  font-size: 13px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.2;
  margin-top: 5px;
}
.addpage__postfix {
  line-height1: 40px;
  margin-left: 10px;
}
.addpage__checkbox {
  align-self: center;
  margin-left: 25px;
}
.addpage__input.-wide {
  width: 100%;
}
input:disabled {
  background: #DEE8ED;
  opacity: 0.5;
}
textarea.addpage__input {
  min-height: 200px;
  padding: 15px;
}
.addpage__datesinput {
  display: flex;
  flex: 1 1 0;
}
.addpage__datesinput > *:not(:last-child) {
  margin-right: 20px;
}
/*-- width >= 768px ----------------*/
@media screen and (min-width: 768px) {
  .addpage__field {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  .addpage__label {
    flex-shrink: 0;
    font-size1: 24px;
    width: 200px;
  }
}
.evpage__top {
  background: #F5F7FF;
}
.evpage__top > container, .evpage__top > .evpage__name {
  height: 120px;
}
.evpage__backbtn > .icon {
  font-size: 28px;
}
.evpage__backbtn:hover {
  opacity: 0.5;
}
.evpage__name {
  text-align: center;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 700;
}
.evpage__main {
  padding-bottom: 25px;
}
.evpage__img {
  border-radius: 10px;
}
.evpage__field {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.evpage__field.-fit-top {
  margin-top: 5px;
}
.evpage__field .evpage__label {
  margin-bottom: 15px;
}
.evpage__field_main {
  margin-top: 20px;
}
.evpage__field_main .evpage__label {
  margin-bottom: 15px;
}
.evpage__label {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
.evpage__value {
  flex: 1 1 0;
  line-height: 1.3;
  word-break: break-word;
}
.evpage__layout {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.btn-ev {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  border-radius: 8px;
  color: #fff;
  background: #7B61FF;
}
.btn-like, .btn-like-solid {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 8px;
  color: #fff;
  background: #7B61FF;
  border-radius: 100px;
}
.evpage__city {
  margin-top: 10px;
}
.evpage__city > .icon {
  font-size: 18px;
  margin-top: -3px;
  margin-right: 10px;
}
.evpage__reg_buttons {
  flex: 1 1 0;
}
.evpage__reg_buttons .btn-ev {
  margin-right: 15px;
}
/*-- width >= 768px ----------------*/
@media screen and (min-width: 768px) {
  .evpage__layout {
    flex-direction: row;
    align-items: center;
  }
  .evpage__layout > .evpage__leftside {
    flex: 1 1 0;
  }
  .evpage__layout > .evpage__rightside {
    width: 350px;
    margin-left: 30px;
  }
  .evpage__layout .evpage__field {
    flex-direction: row;
    align-items: center;
    line-height: 1;
  }
  .evpage__layout .evpage__value {
    font-size: 16px;
    line-height: inherit;
  }
  .evpage__layout .evpage__label {
    font-size: 16px;
    font-weight: 100;
    font-style: italic;
    opacity: 0.7;
    width: 120px;
    line-height: inherit;
    margin-bottom: 0;
  }
  .evpage__name {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.1;
    padding: 0 20px;
  }
  .evpage__reg_buttons > div {
    flex: 1 1 0;
  }
  .evpage__backbtn {
    padding: 5px;
  }
}
.evrow__all {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding-top: 20px;
}
.evrow__one {
  position: relative;
  width: 100%;
  padding: 15px;
}
.evrow__cover {
  display: block;
}
.evrow__cover > i {
  position: relative;
  display: block;
  padding-top: 65.2%;
}
.evrow__cover > i > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.evrow__torso {
  margin-top: 10px;
}
.evrow__details {
  font-size: 12px;
}
.evrow__name {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 5px;
}
.evrow__controls {
  position: absolute;
  top: 0;
  right: 0;
  margin: 5px;
}
.evrow__controls > * {
  margin-bottom: 10px;
}
.evrow__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #CFD8FD;
  box-shadow: 0px 13.475px 21.56px rgba(0, 0, 0, 0.1);
  border-radius: 13px;
}
.evrow__btn > .icon {
  font-size: 24px;
}
.evrow__btn:hover {
  color: #fff;
  background: #794EFF;
}
.evrow__labels {
  position: absolute;
  top: 0;
  left: 0;
  margin: 30px 10px;
}
.evrow__label {
  display: block;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 5px;
  padding: 0 10px;
  border-radius: 4px;
}
.evrow__label.-orange {
  color: #fff;
  background: #F38B01;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
}
.evrow__label.-blue {
  color: #000;
  background: #CFD8FD;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
}
.evrow__label.-offline {
  color: #000;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
}
.evrow__city {
  text-transform: capitalize;
}
/*-- width >= 768px ----------------*/
@media screen and (min-width: 768px) {
  .evrow__one {
    width: 33.32%;
    margin-bottom: 25px;
    padding: 15px;
  }
  .evrow__torso {
    margin-top: 35px;
  }
  .evrow__details {
    font-size: 14px;
  }
  .evrow__name {
    font-size: 24px;
    font-weight: 700;
  }
}
.filter__main {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F5F7FF;
}
.filter__form {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  padding: 10px;
}
.filter__form > * {
  padding: 10px;
}
.filter__label {
  display: block;
  font-weight: 500;
  padding: 0 0 5px 5px;
}
.filter__label > .icon {
  font-size: 22px;
  margin-right: 5px;
}
.filter__field {
  display: flex;
  font-size: 12px;
  width: 225px;
}
.filter__field > aside {
  flex: 1 1 0;
  min-width: 0;
}
.filter__field .input, .filter__field date-input > input, .filter__field .addpage__input, .filter__field select-input > input {
  height: 30px;
  padding-left: 10px;
  border-radius: 100px;
  border: 1px solid rgba(0, 0, 0, 0.28);
}
.filter__field > .icon {
  align-self: center;
  font-size: 22px;
  margin-right: 15px;
}
.filter__findbtn {
  width: 100px;
  height: 40px;
  padding: 0;
  background: #7B61FF;
}
.filter__findbtn:hover {
  box-shadow: 0 0 0 5px rgba(121, 78, 255, 0.25);
}
.filter__findbtn > .icon {
  font-size: 21px;
}
.filter__checkboxes {
  display: flex;
  justify-content: space-between;
  height1: 60px;
  padding1: 0 10px;
  border-radius1: 100px;
  background1: #fff;
  border1: 1px solid #CAD7E0;
}
/*-- width >= 768px ----------------*/
@media screen and (min-width: 768px) {
  .filter__main {
    flex-direction: row;
    height: 132px;
  }
  .filter__form {
    flex-direction: row;
  }
  .filter__findbtn {
    width: 50px;
    height: 50px;
  }
  .filter__field.--checkboxes {
    width: auto;
  }
  .filter__checkboxes {
    flex-direction: column;
    height: 50px;
  }
}
.footer {
  padding: 40px 0;
  background: #F5F5F5;
}
.footer__logo > img {
  max-width: 80px;
}
.footer__comment {
  margin-top: 15px;
}
.landing-top {
  text-align: center;
}
.landing-h1 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  margin: 40px auto 0px auto;
}
.landing-h2 {
  line-height: 1.5;
  margin: 20px auto 40px auto;
  max-width: 600px;
}
/*-- width >= 768px ----------------*/
@media screen and (min-width: 768px) {
  .landing-h1 {
    font-size: 64px;
    font-weight: 500;
    line-height: 1;
  }
  .landing-h2 {
    font-size: 18px;
  }
}
popup {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0;
  right: 0;
  overflow-y: auto;
  z-index: 3;
  padding: 15px;
  background1: rgba(0, 0, 0, 0.5);
}
popup > main {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 0;
  overflow-y: auto;
  width: 400px;
  max-width: 100%;
  margin: auto;
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
popup-name {
  display: block;
  height: 20px;
}
popup__closebtn {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0px 15px;
  display: flex;
  align-items: center;
  font-size: 10px;
  font-weight: 300;
  text-transform: uppercase;
  padding: 20px 10px 5px 10px;
  border-radius: 4px;
  opacity: 0.5;
}
popup__closebtn:hover {
  opacity: 1;
}
popup__closebtn > .icon {
  font-size: 20px;
}
.profile__title {
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  margin: 25px 0 15px 0;
}
.prof__greetings {
  text-align: center;
  height: 100%;
  padding: 40px 0;
  font-size: 36px;
  line-height: 1;
}
.profile__menu > a {
  font-size: 16px;
}
.profile__menu > a:hover {
  color: #794EFF;
}
.profile__menu > a:not(:last-child) {
  margin-right: 15px;
}
.profile__menu > a.active {
  color: inherit;
  border-bottom: 1px solid #000;
}
/*-- width >= 768px ----------------*/
@media screen and (min-width: 768px) {
  .profile__title {
    font-size: 32px;
  }
}
select-input {
  position: relative;
  display: flex;
  flex: 1 1 0;
}
select-input > input {
  min-width: 0;
  padding-right: 60px;
  text-transform1: capitalize;
}
select-input > input:placeholder-shown + select-controls > select-cleaner {
  display: none;
}
select-input > input:first-letter {
  text-transform: uppercase;
}
select-controls {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  height: 100%;
  padding-right: 1px;
  pointer-events: none;
  overflow: hidden;
  border-radius: 0 10px 10px 0;
}
select-controls > * {
  pointer-events: auto;
}
select-angle {
  pointer-events: none;
  font-size: 9px;
  padding: 0 10px 0 5px;
}
select-cleaner {
  font-size: 20px;
}
select-btn, select-cleaner {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  align-self: center;
  width: 30px;
  height: 38px;
}
select-btn:hover, select-cleaner:hover {
  background: rgba(184, 201, 212, 0.5);
}
select-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  display: block;
}
select-content {
  display: block;
  overflow-y: auto;
  max-height: 250px;
  margin-top: -2px;
  padding: 10px 0;
  background: #fff;
  border-radius: 0 0 1px 1px;
  border: 1px solid #B8C9D4;
  box-shadow: 0px 4px 4px rgba(0, 32, 51, 0.04), 0px 8px 24px rgba(0, 32, 51, 0.12);
}
select-input:not(:focus-within) > select-dropdown {
  display1: none;
}
.select-item {
  display: block;
  white-space: nowrap;
  cursor: pointer;
  padding: 0 20px;
}
.select-item:first-letter {
  text-transform: uppercase;
}
.select-item:hover, .select-item:focus {
  color: #000;
  background: #B8C9D4;
}
.sidebar {
  margin: 20px 0;
  padding: 10px;
  border-radius: 10px;
  background: #F6F8F9;
}
.sidebar > a {
  display: inline-block;
  margin: 10px;
}
.sidebar > a:hover {
  color: #794EFF;
}
/*-- width >= 768px ----------------*/
@media screen and (min-width: 768px) {
  .sidebar {
    margin: 20px 50px 20px 0;
    padding: 20px 0;
    border-radius: 10px;
    background: #F6F8F9;
  }
  .sidebar > a {
    display: block;
    line-height: 35px;
    margin: 0;
    padding: 0 20px;
  }
  .sidebar > a:hover {
    background: #794EFF;
    color: #fff;
  }
}
.addbtn {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  color: #fff;
  border-radius: 8px;
  background: linear-gradient(202.17deg, #CF50FF 29.53%, #FF4D00 112.38%);
}
.addbtn > span {
  margin-left: 10px;
}
.addbtn:hover {
  box-shadow: 0 0 0 4px rgba(207, 80, 255, 0.4);
}
.btn-save {
  color: #fff;
  background: #794EFF;
}
.btn-save:hover {
  box-shadow: 0 0 0 4px rgba(121, 78, 255, 0.4);
}
