  ::-webkit-input-placeholder {
    color: rgb(159 159 159);
  }
  .iPhone__inner::-webkit-scrollbar {
    width: 0;
  }
  .aside.aside-fixed {
    padding: 0;
    background: transparent;
    position: fixed;
    right: 0;
    top: 90px;
    height: 860px;
	pointer-events: none;
  }
  .iPhone {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    height: 100%;
    width: 424px;
    font-size: 10pt;
	pointer-events: all;
  }
  .iPhone .frame {
    position: absolute;
    height: 100%;
    width: 100%;
    background: url("/frontend/images/phone.png") center center no-repeat;
    background-size: contain;
    pointer-events: none;
    z-index: 10;
  }
  .iPhone .screen {
    position: absolute;
    top: 17px;
    left: 20px;
    border-radius: 40px;
    height: calc(100% - 35px);
    width: calc(100% - 40px);
    background: #2688eb;
    z-index: 5;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .iPhone__inner {
    background: #edeef0;
    height: 100%;
    overflow-y: auto;
  }
  .iPhone__image {
    flex: 1;
  }
  .iPhone__image img {
  }
  .cntrl {
    margin: 10px 0;
  }
  .cntrl input {
    margin: 5px 0;
    padding: 10px;
    width: 100%;
    border: 0 solid;
    outline: 0;
    opacity: .4;
    border-radius: 3px;
  }
  .cntrl input[type=checkbox] {
    height: 20px;
    width: 30px;
    position: relative;
    outline: 0;
    border: 0 solid;
    border-radius: 0;
  }
  .cntrl input[type=checkbox]~span {
    position: relative;
    top: -6px;
  }

  .splitCreate {
    padding: 0px 20px;
    padding-top: 40px;
    background: #37a3da;
  }

  .splitCreate {
    color: white;
  }
  input.btnSave {
    display: inline-block;
    background: transparent;
    color: white;
    font-weight: 600;
    opacity: .8 !important;
    padding: 0;
  }
  .splits {
    margin-top: 20px;
  }
  .split {
    position: relative;
    height: 40px;
    margin: 10px 20px;
    background: white;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    overflow: hidden;
  }
  .split>div {
    float: left;
  }
  .split .goal {
    width: 50px;
  }
  .split .time {
    width: calc(100% - 90px);
  }
  .split .time,
  .split .goal {
    position: relative;
    padding: 0 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1em;
    font-weight: 700;
    opacity: .5;
  }
  .split .status {
    height: 40px;
    width: 40px;
  }
  .recurring {
    background-size: 36px;
    opacity: .4;
  }
  .timer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: white;
    border-top: 1px solid rgba(0, 0, 0, .2);
  }
  .timer>div {
    position: relative;
    height: 100%;
    float: left;
    width: 50%;
  }

  .timer .time {
    width: 40%;
  }

  .timer .controls {
    width: 60%;
  }
  .timer .time span,
  .timer .controls span {
    position: relative;
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 2em;
    font-weight: 700;
    color: rgba(0, 0, 0, .4);
  }
  .timer .controls a {
    display: inline-block;
    height: 32px;
    width: 32px;
    color: transparent;
    margin: 0 15px;
  }
  .playPause {
    background-size: 18px;
    opacity: .6;
  }

  .reset {
    background-size: 18px;
    opacity: .6;
  }
  .iPhone__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .iPhone__item {
    color: #000;
    background: #FFFFFF;
    padding: 20px 15px;
    font-size: 17px;
    font-family: "Inter", sans-serif;
    border-radius: 20px;
    border: 1px solid rgb(0 0 0 / 12%);
    margin-bottom: 5px;
  }
  .iPhone__item+.iPhone__item {
    margin-top: 5px;
  }
  .iPhone__item:last-child {
    margin-bottom: 5px;
  }

  .iPhone__item label {
  	font-weight:300;
  	margin-bottom: .1rem;
  }
  .iPhone__question-title {
    color: #000;
    font-size: 17px;
    margin-bottom: 20px;
    font-weight: 400;
    font-family: 'Inter';
    line-height: 1.1;
  }
  .iPhone__lead-head {
    border: 1px solid #cbcccd;
    border-radius: 40px;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 8px;
    padding: 6px 12px;
  }
  .iPhone__title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 15px;
    color: #000000;
    font-family: 'Inter';
    font-weight: 600;
    line-height: 1.1;
  }
  .iPhone__desc {
    word-wrap: break-word;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0px;
    color: #000;
  }

  .iPhone__top {
    background: #edeef0;
    margin-top: -17px;
    position: relative;
    border-radius: 20px 20px 0 0;
  }

  .banner2-social {
    margin-bottom: 15px;
  }
  .banner2-social b {
    display: block;
    font-size: 15px;
    color: #a5a5a5;
    margin-bottom: 10px;
    text-align: center;
    color: black;
    letter-spacing: 0px;
  }
  .phone {
    display: none;
    background-color: #f1f1f1;
    font-size: 17px;
    color: #000000;
    padding: 9px 10px;
    position: relative;
    width: calc(100% - 0px);
    outline: none;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    font-family: "Roboto", sans-serif;
    margin: 0 0px 10px;
  }
.banner2-social-list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 3px;
  margin-bottom: 15px;
}
.banner2-social-list li {
  flex: 1 1 0;
  width: auto;
}
.banner2-social-list a {
  display: block;
  position: relative;
  padding: 10px;
  padding-top: 45px;
  border-radius: 8px;
  color: #fff;
  transition: opacity .3s;
}
.banner2-social-list a i {
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 28px;
}

.banner2-social-list a span {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}
.vk-button {
  background: linear-gradient(180deg, #007dff 0, #0077ff);
}
.whatsapp-button {
  background: linear-gradient(180deg, #25e676 0, #25d366);
}
.telegram-button {
  background: linear-gradient(180deg, #20b1f5 0, #229ED9);
}
.max-button {
  background: linear-gradient(to top right, #4fbefc 0%, #7d3fe5 100%);
}
  .banner2-social-list a i img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  .radio input[type="radio"]+.radio-label:before {
    content: '';
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    position: relative;
    margin-right: 1em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
  }
  .radio input[type="radio"]:checked+.radio-label:before {
    background-color: #3197EE;
    box-shadow: inset 0 0 0 4px #f4f4f4;
  }

  .radio {
    margin: 0.5rem 0.5rem 0.7rem 0;
  }
  .radio input[type="radio"] {
    position: absolute;
    opacity: 0;
  }

  .quest__add-btn {
    justify-content: center;
    gap: 10px;
  }
  @media (max-width: 1600px) {
    .aside.aside-fixed {
      align-items: center;
    }
  }
  @media (max-width: 1330px) {
    .aside.aside-fixed {
      display: none;
    }
  }
  @media (max-height: 950px) {
	  .iPhone {
		  transform: translateX(-50%) translateY(-55%) scale(0.9);
	  }
  }
  @media (max-height: 850px) {
	  .iPhone {
		  transform: translateX(-50%) translateY(-60%) scale(0.8);
	  }
  }
  @media (max-height: 800px) {
	  .iPhone {
		  transform: translateX(-50%) translateY(-65%) scale(0.7);
	  }
  }
  .banner2-select-wrap {
    width: 100%;
}
.banner2-input {
    display: block;
    background-color: #f1f1f1;
    font-size: 12px;
    color: #000000;
    padding: 9px 10px;
    position: relative;
    width: 100%;
    outline: none;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    font-family: "Roboto", sans-serif;
    margin-block-end: 10px;
}