html {
  overflow: auto;
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body,
html {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fafafa;

}
body {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
input {
  border-radius: 0;
  -webkit-appearance: none;
}
:active,
:focus {
  outline: 0;
}
.hide {
  display: none;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  display: block !important;
}
.googlead h4 {
  margin: 12px 15px;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 15px;
}
.googlead-top {
  padding-bottom: 15px !important;
}
.googlead-top h4 {
  padding: 0 25px;
}
.googlead--desktop {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 100%;
  height: 120px;
}
.googlead--desktop--100 {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 100%;
  height: 100px;
}
.googlead--mobile {
  margin: 0 auto;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  min-width: 100%;
  height: auto;
  padding-bottom: 25px;
}
.googlead--responsive {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.display--mobile {
  display: none;
}
.form-search {
  position: relative;
}
.cross {
  position: absolute;
  right: 55px;
  top: 10px;
  width: 15px;
  height: 15px;
  opacity: 0.7;
  z-index: 25;
  cursor: pointer;
}
.cross:hover {
  opacity: 1;
}
.cross:after,
.cross:before {
  position: absolute;
  content: " ";
  height: 16px;
  width: 2px;
  left: 6px;
  background-color: #000;
}
.cross:before {
  transform: rotate(45deg);
}
.cross:after {
  transform: rotate(-45deg);
}
.remove-contact {
  width: 10px;
  height: 10px;
}
.remove-contact:after,
.remove-contact:before {
  height: 10px;
  left: 4px;
}
.input-container {
  position: relative;
  z-index: 40;
}
.input-container .input-field {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  z-index: 20;
  
  width: calc(100% - 34px);
  padding: 6px 75px 6px 12px;
  line-height: 250%;
  font-size: 150%;
  text-align: center;
  color: #555;
  background-color: #fff;
  background-image: none;
  outline: 0;
  border: 1px solid #ccc;
  border-right: 0;
  border-radius: 3px 0 0 3px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s;
}
.input-container .input-field:focus {
  border-right: 1px solid;
  border-color: #66afe9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 3px rgba(102, 175, 233, 0.6);
}
.input-container .arrow-left {
  background: 0 0;
  text-decoration: none;
  height: 100%;
  width: 100%;
  position: relative;
  opacity: 0.8;
}
.input-container .arrow-left .bar {
  position: absolute;
  background-color: #000;
  top: 12px;
  left: 12px;
  width: 10px;
  height: 2px;
  display: block;
  border-radius: 4px;
}
.input-container .arrow-left .left-bar {
  top: 20px;
  transform: rotate(-60deg);
}
.input-container .arrow-left .right-bar {
  transform: rotate(60deg);
}
.input-container .button-submit {
  position: absolute;
  top: 0;
  right: 0;
  vertical-align: middle;
  z-index: 25;
  cursor: pointer;
  width: 80px;
  height: 100%;
  padding: 0;
  background-color: #eee;
  outline: 0;
  border: 1px solid #ccc;
  border-radius: 0 3px 3px 0;
}
.input-container .button-back {
  display: none;
  position: absolute;
  right: 5px;
  top: 7px;
  padding: 10px 15px;
  background-color: #eee;
  border: 0;
  border-radius: 5px;
  outline: 0;
  z-index: 30;
}
.suggestions {
  max-height: 420px;
  display: none;
  position: absolute;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  padding-right: 1px;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.0975);
  z-index: 30;
  overflow: auto;
}
.suggestions-search {
  display: none;
}
.suggestions-desktop,
.suggestions-desktop .suggestions-search {
  display: block;
}
.suggestions::-webkit-scrollbar {
  width: 5px;
  background-color: #f6f6f6;
}
.suggestions::-webkit-scrollbar-thumb {
  border-radius: 6px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.25);
  background-color: #cecbcb;
}
.suggestions::-webkit-scrollbar-track {
  background-color: #f6f6f6;
}
.suggestions-block .title {
  display: block;
  font-size: 14px;
  text-align: left;
  color: #999;
  margin: 10px 0 5px;
  padding: 0 25px;
}
.suggestions-block .suggestions-item {
  width: 100%;
  min-height: 62px;
  display: flex;
  padding: 10px 20px;
  border-bottom: 1px solid #efefef;
  cursor: pointer;
  box-sizing: border-box;
  text-align: left;
  position: relative;
}
.suggestions-block .suggestions-item .suggestion-picture {
  width: 48px;
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.suggestions-block .suggestions-item .suggestion-picture img {
  width: 40px;
  height: 40px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
}
.suggestions-block .suggestions-item .remove-contact {
  display: none;
  top: 28px;
  right: 25px;
}
.suggestions-block .suggestions-item .profile-story {
  padding: 2px;
}
.suggestions-block .suggestions-item .message {
  padding: 15px 10px;
  width: 100%;
  margin: 0;
  text-align: center;
  cursor: pointer;
}
.suggestions-block .suggestions-item .names {
  display: flex;
  justify-content: center;
  flex-direction: column;
  vertical-align: middle;
  text-align: left;
  max-width: calc(100% - 60px);
}
.suggestions-block .suggestions-item .names .username {
  font-weight: 700;
  margin: 0 0 3px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.suggestions-block .suggestions-item .names .full-name {
  margin: 0;
  font-weight: 300;
  line-height: 22px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #999;
  font-size: 14px;
}
.suggestions-block .suggestions-item:hover {
  background: #fafafa;
}
.suggestions-block .suggestions-item:hover .remove-contact {
  display: block;
}
.suggestions-block .has-stories {
  border-radius: 50%;
  padding: 2px;
  width: auto;
  background: radial-gradient(ellipse at 30% 70%, #ffa546 15%, #c42286 100%);
  box-sizing: border-box;
}
.suggestions-block .has-stories img {
  border: 2px solid #fff;
  border-radius: 50%;
}
.suggestions-block .empty {
  text-align: center;
  display: block;
}
.suggestion-block--lastchild .suggestions-item:last-child {
  border: 0;
}
.suggestions-contacts .suggestions-item {
  margin: 0 !important;
  padding: 7px 20px;
}
.suggestions-contacts .suggestions-item .names {
  padding: 4px 0 0;
}
.profile-story {
  border-radius: 50%;
  padding: 2px;
  width: auto !important;
  background: radial-gradient(
    ellipse at 70% 70%,
    #ee583f 8%,
    #d92d77 42%,
    #bd3381 58%
  );
}
.profile-story img {
  border: 2px solid #fff;
  border-radius: 50%;
}
.contacts {
  align-items: center;
  display: flex;
  flex-direction: row;
  position: relative;
  justify-content: center;
  margin: 40px auto 15px;
}
.contacts a {
  text-decoration: none;
  font-size: 14px;
}
.contacts a:visited {
  color: #000;
}
.contacts a:hover {
  text-decoration: underline;
}
.contacts .vk {
  display: table;
  vertical-align: middle;
}
.vk i {
  font-size: 30px;
  color: #4a76a8;
  cursor: pointer;
}
.vk i:hover {
  color: #224b7a;
}
.contacts .info-block {
  display: flex;
  flex-direction: column;
  vertical-align: middle;
  align-items: flex-start;
}
.info-block .mail {
  margin-bottom: 5px;
}
.language-select {
  text-align: center;
}
.language-select span {
  color: #1da1f2;
}
.language-select .first {
  margin-right: 10px;
}
.language-select .active {
  cursor: pointer;
  color: #000 !important;
}
.language-select .active:hover {
  text-decoration: underline;
}
.profile-container .language-select {
  margin: 0 auto 35px;
  display: table;
}
.image-preload,
.video-preload {
  display: none;
}
.loader-spinner {
  color: #000;
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 60px;
  top: 9px;
  z-index: 20;
}
.loader-spinner div {
  transform-origin: 8px 8px;
  -webkit-animation: 1.2s linear infinite loader-spinner;
  animation: 1.2s linear infinite loader-spinner;
}
.loader-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 16px;
  width: 2px;
  height: 2px;
  border-radius: 20%;
  background: #000;
}
.loader-spinner div:nth-child(1) {
  transform: rotate(0);
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.loader-spinner div:nth-child(2) {
  transform: rotate(30deg);
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.loader-spinner div:nth-child(3) {
  transform: rotate(60deg);
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.loader-spinner div:nth-child(4) {
  transform: rotate(90deg);
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.loader-spinner div:nth-child(5) {
  transform: rotate(120deg);
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.loader-spinner div:nth-child(6) {
  transform: rotate(150deg);
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.loader-spinner div:nth-child(7) {
  transform: rotate(180deg);
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.loader-spinner div:nth-child(8) {
  transform: rotate(210deg);
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.loader-spinner div:nth-child(9) {
  transform: rotate(240deg);
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.loader-spinner div:nth-child(10) {
  transform: rotate(270deg);
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.loader-spinner div:nth-child(11) {
  transform: rotate(300deg);
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
.loader-spinner div:nth-child(12) {
  transform: rotate(330deg);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
@-webkit-keyframes loader-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes loader-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes rotating {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes effect_dylan {
  50% {
    transform: scale(1.5, 1.5);
    opacity: 0;
  }
  99% {
    transform: scale(0.001, 0.001);
    opacity: 0;
  }
  100% {
    transform: scale(0.001, 0.001);
    opacity: 1;
  }
}
@keyframes effect_dylan {
  50% {
    transform: scale(1.5, 1.5);
    opacity: 0;
  }
  99% {
    transform: scale(0.001, 0.001);
    opacity: 0;
  }
  100% {
    transform: scale(0.001, 0.001);
    opacity: 1;
  }
}
@media (max-width: 400px) {
  .suggestions .suggestions-item {
    padding: 5px 10px;
  }
}
@media (max-width: 420px) {
  .contacts {
    margin: 15px auto !important;
  }
  h1 {
    margin-bottom: 25px !important;
  }
}
@media (max-width: 767px) {
  .googlead--mobile {
    display: flex;
  }
  .googlead--mobile--responsive {
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .googlead--mobile--responsive-60 {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .googlead--mobile--responsive--auto {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .display--mobile {
    display: table;
  }
  .display--desktop {
    display: none;
  }
  .input-mobile .button-back {
    display: block;
  }
  .input-modal-open {
    overflow: hidden;
  }
  #selector-mobile .input-active {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    padding: 0;
  }
  #selector-mobile .input-active .content {
    width: 100%;
    height: 100%;
  }
  #selector-mobile .input-active .form-search {
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    z-index: 100;
    margin: 0;
  }
  #selector-mobile .input-active .form-search .input-container .input-field {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #ccc;
    padding: 24px 85px 24px 15px;
    border-radius: 0;
  }
  #selector-mobile
    .input-active
    .form-search
    .input-container
    .input-field:focus {
    border-color: none;
    box-shadow: none;
  }
  #selector-mobile .input-active .form-search .input-container .button-submit {
    top: 7px;
    right: 9px;
    border-radius: 3px;
    z-index: 25;
    width: 40px;
    border: 0;
  }
  #selector-mobile
    .input-active
    .form-search
    .input-container
    .button-submit
    .bar {
    left: 16px;
  }
  #selector-mobile
    .input-active
    .form-search
    .input-container
    .button-submit-hide {
    display: none;
  }
  #selector-mobile .input-active .form-search .input-container .button-back {
    display: block;
  }
  #selector-mobile .input-active .cross {
    right: 28px;
    top: 28px;
  }
  #selector-mobile .input-active .remove-contact {
    display: block;
  }
  #selector-mobile .input-active .erase {
    right: 65px;
    top: 18px;
    width: 14px;
    height: 14px;
  }
  #selector-mobile .input-active .erase:after,
  #selector-mobile .input-active .erase:before {
    height: 14px;
  }
  #selector-mobile .input-active .loader-spinner {
    top: 17px;
  }
  #selector-mobile .input-active .suggestions {
    position: absolute;
    top: 0;
    display: block;
    max-width: 100%;
    width: calc(100% - 1px);
    height: 100%;
    max-height: 100%;
    background: #fff;
    margin-top: 0;
    padding-top: 54px;
    border: none;
    box-sizing: border-box;
    box-shadow: none;
  }
  #selector-mobile .input-active .suggestions .suggestions-search {
    display: block;
  }
  #selector-mobile .input-active .suggestions .suggestions-block {
    width: 100%;
    background: #fff;
    box-shadow: none;
    border: 0;
    padding: 5px 0;
  }
  #selector-mobile .input-active .suggestions .suggestions-block .title- {
    padding: 0 10px;
    margin-bottom: 5px;
  }
  #selector-mobile
    .input-active
    .suggestions
    .suggestions-block
    .suggestions-item {
    padding: 6px 10px;
  }
}


button > .arrow-left {
    
}

button > .arrow-left > span.bar {
    display: none !important;
}



button > .arrow-left::before {
    content: '➤';
    font-size: 150%;
    font-weight: bold;
    vertical-align: middle;
    height: 100%;
    display: block;
    padding-top: calc(25%);
    font-size: 20pt;
}

.language-select, .contacts, .vk  {
    display: none !important;
  }

.googlead {
    height: 50px !important;
}

.info-container > .username > a::before {
    content: '@';
    color: darkred;
    font-size: 80%;
    font-family: unset;
}

.outer-root {
    /* display: flex; */
    /* align-items: center; */
    justify-content: center;
    height: calc(100% - 56px);
    padding: 0 15px;
    overflow-x: hidden;
}




.content {
  /* background: url('/assets/background.jpg') repeat-x; */
}

.footer {
  max-width: 900px;
  padding: 1rem;
  margin: 0 auto;
}

.footer p {
  text-indent: 1.5rem;
}

.footer p.tncnote {
  margin-top: 3rem;
  color: #555;
  font-size: 80%;
}

nav div.logo::after {
  content: 'insta-stories.xyz';
  padding-left: 1rem;
  font-family: monospace;
  font-size: 120%;
}

.profile-container .navbar {
  left: 0px;
}