@import url('https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap');

html, body {
  padding: 0px;
  margin: 0px;
  border: none;
  font-family: "Inter", arial, sans-serif;
  height:0%;
}
.iframe {
  border: none;
}

.img_container {
  max-width:1000px;
}

.img_container_full {
  position: absolute;
  width:100%;
  text-align: center;
  left:0px;  
}

.cannot_zoom {
  max-width: 100%;
  height: auto;
  width: auto\9; /* ie8 */
}


.can_zoom {
  max-width: 100%;
  height: auto;
  width: auto\9; /* ie8 */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: -zoom-in;
  cursor: zoom-in;
}
.can_zoom_out {
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  cursor: -zoom-out;
  cursor: zoom-out;
}


.func_button
{
	padding: 6px 16px 7px 16px;
  margin: 0;
  font-size: 13px;
  zoom: 1;
  cursor: pointer;
  white-space: nowrap;
  outline: none;
  font-family: tahoma, arial, verdana, sans-serif, Lucida Sans;
  vertical-align: top;
  overflow: visible;
  line-height: 16px;
  text-decoration: none;
  background: none;
  background-color: #6383a8;
  color: #FFF;
  border: 0;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: background-color 100ms ease-in-out;
  -khtml-transition: background-color 100ms ease-in-out;
  -moz-transition: background-color 100ms ease-in-out;
  -ms-transition: background-color 100ms ease-in-out;
  -o-transition: background-color 100ms ease-in-out;
  transition: background-color 100ms ease-in-out;

}


.func_button:hover {
  background-color: #6d8cb0;
  text-decoration: none;  
}

.func_button:active {
  background: #5c7ca1;
  padding-top: 7px;
  padding-bottom: 6px;  
}


.save_button {
  padding: 6px 16px 7px 16px;
  margin: 0;
  font-size: 13px;
  display: inline-block;
  zoom: 1;
  cursor: pointer;
  white-space: nowrap;
  outline: none;
  font-family: tahoma, arial, verdana, sans-serif, Lucida Sans;
  vertical-align: top;
  overflow: visible;
  line-height: 16px;
  text-decoration: none;
  background: none;
  background-color: #6383a8;
  color: #FFF;
  border: 0;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: background-color 100ms ease-in-out;
  -khtml-transition: background-color 100ms ease-in-out;
  -moz-transition: background-color 100ms ease-in-out;
  -ms-transition: background-color 100ms ease-in-out;
  -o-transition: background-color 100ms ease-in-out;
  transition: background-color 100ms ease-in-out;
}

.save_button:hover {
  background-color: #6d8cb0;
  text-decoration: none;  
}

.save_button:active {
  background: #5c7ca1;
  padding-top: 7px;
  padding-bottom: 6px;  
}

.save_file_button {
  padding: 12px 28px 12px 28px;
  font-size: 16px;
  background-color:#0074ec;
}

.save_file_button:hover {
  background-color:#0095ec;
}

.save_file_button:active {
  background-color:#0095ec;
  padding-top: 12px;
  padding-bottom: 12px;  
}


.screenshot-footer {
  width:100%;
  height: 46px; 
  background-color: #F0F0F0;
  position: fixed;
  bottom: 0;
  left: 0;
  padding-left: 12px;
  font-size: 14px;
}

.screenshot-footer .app-list {
  width: 100%;
  height:100%;
  vertical-align: top;
  padding: 0;
  margin: 0;
  text-align: center;
  vertical-align: middle;
}

.screenshot-footer .app-list .app-list-title {
}

.screenshot-footer .app-list .app-items {
  height:100%;
  vertical-align: middle;
}


.screenshot-footer .app-list .app-item {
  display: inline-block;
  height:100%;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  padding-right: 48px;
}


.screenshot-footer .app-list .app-item .app-item-container {
  height:100%;
  display: table;
  vertical-align: middle;
}

.screenshot-footer .app-list .app-item .app-item-container .app-item-container-item {
  display: table-cell;
  vertical-align: middle;  
}

.screenshot-footer .app-list .app-item .mobile-logo {
  max-height:24px;
  max-width: 24px;
  padding-right: 6px;
  padding-top: 4px;
}



#container {
  /*background: #DDD;*/
  max-width: 1085px;
  padding-top: 20px;

}

/* clearfix */
.container:after {
  content: '';
  display: block;
  clear: both;
}

.item {
  /* width: 200px; */
  min-width: 150px;
  max-width: 300px;
  text-align: center;
  border-radius: 7px;
  background-color: var(--history-item-bg);
  border: 2px solid var(--history-item-bg);
  position:relative;
  padding: 5px;
  height: 100%;
  text-decoration: none !important;
  transition: 0.3s;
  cursor: pointer;
}

.img-item {
    height: 130px;
    width: 186px;
    margin: auto;
    object-fit: contain;
    background-color: transparent;
    border-radius: 5px;
}

.item-delete:hover
{
	cursor:pointer;
}

.widget-holder
{
	display: none;
	position: fixed;
    left: 0;
    top: 0;
	height: 100%;
    width: 100%;
	z-index: 1043;	
	overflow: hidden;
}
.widget-holder[on="1"]
{
	display: grid;
  place-content: center;
}

.widget-content
{
	position: relative;
    display: table-cell;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
    width: 100%;
    cursor: auto;
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scale(1);
    opacity: 1;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transform: scale(1);
}

.widget-content::-webkit-scrollbar {
  width: 10px;
}
.widget-content::-webkit-scrollbar-track {
  background: #ffffff;
}
.widget-content::-webkit-scrollbar-thumb {
  background-color: lightgray;
  border-radius: 10px;
}

.popup
{
	box-sizing: border-box;
  background: var(--header-bg);
  color: var(--title-text);
  margin: 0 auto;
  position: relative;
  font-size: 14px;
  max-width:420px;
  padding:30px 40px;
  border-radius: 8px;
  line-height:26px !important;
}

.form-message {
  text-align: center;
  margin: 0;
  color: #ffffff;
  position: absolute;
  padding: 5px 10px;
  border-radius: 3px;
  line-height: 1.4;
  z-index: 999;
  bottom: -33px;
  width: 100%;
  display: none;
}

.login-loader {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 20px;
  display: none;
}

.popup-title
{
	font-size: 24px;
    font-weight: 700;
    text-align:center;
    margin-bottom:10px;
}

.popup-footer
{
  font-size: 11px;
  padding-top:12px;
  color:  lightgray;
  line-height:1.1; 
  text-align:center;
}

.popup-footer a {
  color: lightgray;
  text-decoration: underline;
}

#resend-email-popup,
#specify-email-popup {
  position: fixed;
  bottom: -300px;
  right: 20px;
  box-sizing: border-box;
  background: var(--header-bg);
  color: var(--title-text);
  font-size: 14px;
  padding: 15px 40px 30px 40px;
  border-radius: 8px;
  box-shadow: 0 0 0 1px #dadce0;
  z-index: 1000;
  max-width: 510px;
  margin-left: 20px;
  transition: 0.3s ease-in-out;
}

#resend-email-popup.show,
#specify-email-popup.show {
  bottom: 20px;
}

.resend-email-btn {
  text-align: center;
    text-decoration: underline;
    display: block;
    line-height: 1;
}

.resend-email-text {
  line-height: 1.3;
    text-align: center;
    margin: 10px 0 25px 0;
}

#resend-email-popup img,
#specify-email-popup img {
  display: block;
  margin: 0 auto;
}

.grecaptcha-badge { 
  visibility: hidden;
}

.input-box{
  position: relative;
  width: 100%;
}
.input-box label{
  position: absolute;
  top: 13px;
  left: 15px;
  color: #555;
  transition: .15s ease-in-out;
}
.input-box input{
  width: 100%;
  height: 50px;
}
.input-box .input-field{
  font-size: 1em;
  color: #333;
  padding-left: 15px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 3px;
  outline: none;
  position: relative;
  background-color: transparent;
  z-index: 1;
}
.input-box input[name="password"]{
  margin-bottom: 10px;
}
.input-box .input-field:focus{
  border: 2px solid #02A7EB;
}
.input-field:focus ~ label, .input-field:not(:placeholder-shown) ~ label {
  top: -12px;
  left: 12px;
  font-size: 12px;
  color: #02A7EB;
  background: #FFF;
  padding: 0 5px;
  z-index: 2;
}
.input-field:not(:focus) ~ p {
  display: none;
}

.input-field:not(:focus) ~ label {
  color: #555;
  z-index: 2;
  background-color: #ffffff;
}
.input-field:placeholder-shown:not(:focus) ~ label {
  z-index: unset;
 }

 .profile {
  padding: 30px 0;
  line-height: 26px;
  position: relative;
  z-index: 1;
}
.profile__top {
  display:flex;
  align-items: center;
  gap: 20px;
}

.profile__top h4 {
  margin: 0 0 5px 0;
  font-size: unset;
  padding-right: unset;
}

.user-logo.user-logo_big {
  width: 90px;
  height: 90px;
  font-size: 40px;
}

.profile__info {
  display:flex;
  flex-direction: column;
  gap: 30px;
  margin: 60px 0;
}
.profile__info > div {
  display:flex;
  gap: 30px;
}
.profile__info > div > .input-box {
  font-size: 19px;
  min-width: calc(50% - 30px);
}

.sidebar_button.profile-button {
  border: 1px solid #ddd;
  border-radius: 5px;
}
.sidebar_button.profile-button.profile-button_password {
  height: 50px;
  padding: 8px 30px;
}
.profile__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media(max-width: 500px) {
  .profile__info > div {
    flex-direction: column;
  }
  .profile__info > div > .input-box {
    max-width: unset;
    width:  unset!important;
  }
  .profile__bottom {
    flex-direction: column;
    gap: 20px;
  }
}
.cancel-subscription-btn {
  display: block;
  height: 40px;
  background: transparent;
  outline: none;
  cursor: pointer;
  font-size:16px;
  border: none;
  color: #02A7EB;
}

.subscription-tab-btn {
  font-size:16px;
  border: 2px solid #02A7EB;
  border-radius: 5px;
  padding: 10px 30px;
  display: block;
  height: 50px;
  background: transparent;
  outline: none;
  cursor: pointer;
  color: #02A7EB;
  transition: 0.15s all;
  white-space: nowrap;
}

.subscription-tab-btn:hover,
.subscription-tab-btn:active,
.subscription-tab-btn:focus {
  filter: brightness(1.2);
}

#wonderchat-wrapper {
  z-index: 999 !important;
}

#videoDownloading {
  height: 2px;
--c: no-repeat linear-gradient(#03a7eb 0 0);
background: var(--c), var(--c), #a8e6ff;
background-size: 60% 100%;
animation: l16 3s infinite;
 }
@keyframes l16 {
0%   {background-position:-150% 0,-150% 0}
66%  {background-position: 250% 0,-150% 0}
100% {background-position: 250% 0, 250% 0}
}

.social-login
{
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;		
	gap:15px;
  justify-content:center;
  margin: 20px 0;
}

.social-login-item {
  color: var(--subtitle-text);
  border: 1px solid #dddddd;
  border-radius: 5px;
  padding: 0 20px;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  height: 50px;
  justify-content: center;
  transition: 0.15s all;
}
.social-login-item i {
  font-size:20px;
}

.social-login-item:focus,
.social-login-item:active,
.social-login-item:hover {
  background-color: #f8f8f8;
}

.b-popup
{
	padding: 30px;
}

.popup-close
{
	position:absolute;
	overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
	width: 30px;
  height: 30px;
  line-height: 30px;
  color: gray;
  background: none;
  padding: 0;
	font-size: 28px;
	margin-right: 0;
	font-size: 24px;
  top: 7px;
  right: 7px;
}

.input-message-email,
.input-message-password {
  margin: 0;
  color: #ffffff;
  position: absolute;
  background: rgb(238, 92, 92);
  padding: 5px 10px;
  border-radius: 3px;
  line-height: 1.4;
  z-index: 999;
  top: 60px;
}

.input-message-email::before,
.input-message-password::before {
  content: '';
  position: absolute;
  background: rgb(238, 92, 92);
  width: 10px;
  height: 10px;
  border-radius: 1px;
  transform: rotate(45deg);
  top: -5px;
}

.help-tip {
  position: absolute;
  top: 14px;
  right: 12px;
  text-align: center;
  background-color: #ffaf38;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  font-size: 17px;
  line-height: 21px;
  z-index: 3;
  cursor: default;
  transition: all 0.3s ease;
  }

  .help-tip:hover,
  #help-tip:hover .help-tip {
  cursor: pointer;
  background-color: #ababab;
  }

  .help-tip:before {
  content: '!';
  font-weight: 700;
  color: #fff;
  }

  .help-tip p {
  visibility: hidden;
  margin: 0;
  position: absolute;
  padding: 5px 10px;
  border-radius: 3px;
  line-height: 1.4;
  z-index: 999;
  top: 34px;
  right: -13px;
  border: 1px solid #ddd;
  background: #585858;
  color: #ffffff;
  display: block;
  font-size: 14px;
  transition: all 0.3s ease;
  }

  .help-tip:hover p,
  #help-tip:hover p {
  cursor: default;
  visibility: visible;
  }

  .help-tip p:before {
      content: '';
      position: absolute;
  background: #585858;
  width: 10px;
  height: 10px;
  border-radius: 1px;
  transform: rotate(45deg);
  top: -5px;
  right: 19px;
  }

  .help-tip p:after {
  width: 100%;
  height: 40px;
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  }

.popup-close:hover
{
	opacity: 0.8;
}

.firstname_el 
{
	font-size: 14px; 
	padding-right: 8px;
	font-weight: bold;
}


.func_button {
  padding: 6px 16px 7px 16px;
  margin: 0;
  font-size: 13px;
  display: inline-block;
  zoom: 1;
  cursor: pointer;
  white-space: nowrap;
  outline: none;
  font-family: tahoma, arial, verdana, sans-serif, Lucida Sans;
  vertical-align: top;
  overflow: visible;
  line-height: 16px;
  text-decoration: none;
  background: none;
  background-color: #6383a8;
  color: #FFF;
  border: 0;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: background-color 100ms ease-in-out;
  -khtml-transition: background-color 100ms ease-in-out;
  -moz-transition: background-color 100ms ease-in-out;
  -ms-transition: background-color 100ms ease-in-out;
  -o-transition: background-color 100ms ease-in-out;
  transition: background-color 100ms ease-in-out;
  text-align: center;
}

.func_button:hover {
  background-color: #6d8cb0;
  text-decoration: none;  
}

.func_button:active {
  background: #5c7ca1;
  padding-top: 7px;
  padding-bottom: 6px;  
}

.switch-wrapper {
  display:flex;
  justify-content:center;
  align-items:center;
  margin-bottom:40px !important;
  position:relative;
}

.btn_switch {
  transition: opacity 0.3s ease;
}
.btn_switch input {
  display: none;
}
.btn_switch label {
  padding: 1px 0;
  width: 230px;
  height: 42px;
  border-radius: 10px;
  font-size: 15px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  padding: 0 7px 0 0 !important;
  background-color: #F3F4F6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 15px;
  margin: 0 auto;
}
.btn_switch label span {
  width: 110px;
  text-align: center;
  position: relative;
  z-index: 10;
  margin-top: 1px;
  transition: all 0.2s linear;
  user-select: none;
  letter-spacing: normal;
  font-size: 14px;
}

.btn_switch label span.yearly-text {
  width: 105px;
}

.btn_switch label span.yearly-text p {
  margin: 0 !important;
  color: #bcbcbc !important;
  display: inline-block;
}

.btn_switch label:after {
  content: ' ';
  position: absolute;
  left: 4px;
  top: 4px;
  display: inline-block;
  vertical-align: middle;
  background: #ffffff;
  width: 110px;
  height: 34px;
  border-radius: 8px;
  transition: all 0.2s linear;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.1) 0 10px 12px;
}

.btn_switch input[type=checkbox]:checked+label:after {
  left: 115px;
  width: 110px;
}

.checkbox-wrapper-30 {
	display: flex;
    gap: 10px;
    align-items: center;
    border: 1px solid #dddee0;
    border-radius: 10px;
    font-size: 15px;
    padding: 4px 10px;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 32px;
  }
label[for="business-check"] {
	cursor: pointer;
  }
  .checkbox-wrapper-30 .checkbox-b {
    --bg: #fff;
    --brdr: #d1d6ee;
    --brdr-actv: #1e2235;
    --brdr-hovr: #bbc1e1;
    --dur: calc((var(--size, 2)/2) * 0.6s);
    display: inline-block;
    width: calc(var(--size, 1) * 22px);
    position: relative;
  }
  .checkbox-wrapper-30 .checkbox-b:after {
    content: "";
    width: 100%;
    padding-top: 100%;
    display: block;
  }
  .checkbox-wrapper-30 .checkbox-b > * {
    position: absolute;
  }
  .checkbox-wrapper-30 .checkbox-b input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    background-color: var(--bg);
    border-radius: calc(var(--size, 1) * 4px);
    border: calc(var(--newBrdr, var(--size, 1)) * 1px) solid;
    color: var(--newBrdrClr, var(--brdr));
    outline: none;
    margin: 0;
    padding: 0;
    transition: all calc(var(--dur) / 3) linear;
  }
  .checkbox-wrapper-30 .checkbox-b input:hover,
  .checkbox-wrapper-30 .checkbox-b input:checked {
    --newBrdr: calc(var(--size, 1) * 2);
  }
  .checkbox-wrapper-30 .checkbox-b input:hover {
    --newBrdrClr: var(--brdr-hovr);
  }
  .checkbox-wrapper-30 .checkbox-b input:checked {
    --newBrdrClr: var(--brdr-actv);
    transition-delay: calc(var(--dur) /1.3);
  }
  .checkbox-wrapper-30 .checkbox-b input:checked + svg {
    --dashArray: 16 93;
    --dashOffset: 109;
  }
  .checkbox-wrapper-30 .checkbox-b svg {
    fill: none;
    left: 0;
    pointer-events: none;
    stroke: var(--stroke, var(--border-active));
    stroke-dasharray: var(--dashArray, 93);
    stroke-dashoffset: var(--dashOffset, 94);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2px;
    top: 0;
    transition: stroke-dasharray var(--dur), stroke-dashoffset var(--dur);
  }
  .checkbox-wrapper-30 .checkbox-b svg,
  .checkbox-wrapper-30 .checkbox-b input {
    display: block;
    height: 100%;
    width: 100%;
  }

  @media(max-width:769px) {
    .switch-wrapper {
      flex-direction: column;
      gap: 20px;
    }
    .checkbox-wrapper-30 {
      position: static;
    }
  }
  
  #business-discount {
    color: #bcbcbc;
      font-size: 13px;
      position: absolute;
      top: -13px;
      right: 17px;
  }
  
  #business-count {
    display: none;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
  }

  .dropbtn {
    padding: 8px 16px 8px 16px;
      cursor: pointer;
      border: 1px solid #dddee0;
      background: white;
      border-radius: 5px;
    display: flex;
    align-items:center;
    gap: 10px;
    transition: 0.1s ease;
  }
  .dropbtn.dropbtn_tokens {
    height: 50px;
    padding: 10px 30px;
    font-size: 16px;
  }
  .dropbtn i {
    transition: 0.2s ease;
  }
  
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: max-content;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 99;
    border-radius: 5px; 
  }
  
  .dropdown-content a {
    color: black;
      padding: 6px 16px;
      text-decoration: none;
      display: block;
      font-size: 13px;
  }

  .dropdown-content.dropdown-content_tokens a {
    font-size: 16px;
    padding: 10px 24px;
  }
  
  .dropdown-content a:hover {background-color: #f1f1f1}
  
  .dropdown:hover .dropdown-content {
    display: block;
  }
  
  .dropdown:hover .dropbtn {
    background-color: #f1f1f1;
  }
  .dropdown:hover .dropbtn i {
    transform: rotate(180deg);
  }

.no-screenshots-block
{
	width:100%;
	position:relative;
	text-align:center;
	display:none;
  font-size: 20px;
}

.content-box {
  margin: 0 auto;
  width: 70vw;
  padding: 40px 0 0 0;
}
.content-box_yandex {
  height: unset;
}
.file-info-cont {
  display:flex;
  flex-direction:column;
  justify-content:left;
  flex-wrap: nowrap;
  align-items:top;
}

.file-icon {
  height:200px;
  max-width:100%;
}


.store-range {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  overflow: hidden;
  height: 7px;
  border-radius: 7px;
  margin: 0;
}

.store-range::-webkit-slider-runnable-track {
  height: 7px;
  background-color: #ffffff;
}

.store-range::-webkit-slider-runnable-track.mobile-range {
  background-color: whitesmoke;
}
.store-range::-webkit-slider-thumb {
  background-color: #02A7EB;
  width:15px;
  height: 15px;
  -webkit-appearance: none;
  margin-top: -4px;
  box-shadow: -200px  0 0 200px #02A7EB;
}

.store-range::-moz-range-track {
  height: 7px;
  background-color: #ffffff;
}

.store-range::-moz-range-track.mobile-range {
  background-color: whitesmoke;
}

.store-range::-moz-range-thumb {
  background-color: #02A7EB;
  height: 7px;
  border-radius:0px;
  box-shadow: -200px  0px 0px 200px #02A7EB;
  padding: 0px;
  margin: 0px;
}

#progress-spinner {
  width:100px;
  margin:0 auto;
}

.fake-section-template p {
  margin:0px 0px 12px 0px;
  font-size:18px;
}

.fake-section-template a,
.sidebar_button__icon a {
  text-decoration:none;
  color:inherit;
}

#window-title {
  font-size:12px;
  margin:12px 0 3px 0;
  color:gray;
  line-height:1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#added-time {
  font-size:13px;
  margin:4px 0 3px 0;
  color:gray;
  line-height:1;
}

#history-data-container .hidden-elem {
  opacity: 0;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

#history-data-container .hidden-elem_shown {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

.section-items-wrapper_fake {
  position: relative;
}

.section-items-wrapper_fake .item {
  height:167.2px;
}

.section-items-wrapper_fake .img-item-container {
  background-color:var(--history-item-bg);
  border-radius:5px;
}

.section-items-wrapper_fake:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, var(--history-item-bg) 60%);
  top: 0;
}

.pro-badge {
  padding: 4px 13px;
  border-radius: 20px;
  color: white;
  height: 24px;
  font-size: 14px;
  font-weight: 600;
}

.pro-badge_standard {
  background-color: whitesmoke;
  color: inherit;
}

.header {
  position: fixed;
}
.header_noshadow {
  box-shadow: unset;
  transition: 0;
  -webkit-transition: 0;
}
.wrap-hist {
  max-width: 100% !important;
  padding: 0 20px !important;
}

.header .wrap {
  max-width: 100%;
  padding: 0 20px;
  height: 56px;
}

.sidebar {
  width: 300px;
  background-color: var(--history-item-bg);
  position: fixed;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 40px 40px 104px 40px;
  justify-content: space-between;
}
.img-item-container {
  height: 130px;
  position: relative;
}
.sidebar-functions {
  transition: 0.2s;
  -webkit-transition: 0.2s;
  transform: translate(-100%);
  -webkit-transform: translate(-100%);
  top: 64px;
}
.sidebar-functions p {
  font-size:15px;
  font-weight:600;
  margin:0;
  margin-bottom:30px;
  margin-top:30px;
}
.sidebar-functions_active {
  transform: translate(0);
  -webkit-transform: translate(0);
}
.counter-wrapper {
  display:flex;
  justify-content:space-between;
  align-items:center;
}
.loggedin-header-wrapper {
  display: flex; 
  align-items: center;
}
 .wrap_history {
  display: flex;
  flex-direction: column;
  padding-top: 40px !important;
  max-width: 100% !important;
  margin-left: 300px !important;
  margin-top: 64px !important;
}
.buttons_wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 0;
  gap: 0.5rem;
}
.button_history {
  padding: 4px 16px;
  font-size: 14px;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  text-decoration: none;
  border-radius: 20px;
  background: var(--btn-bg) !important;
  color: #FFFFFF;
  font-weight: 600;  
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  cursor: pointer;
}

.section-items-wrapper {
  padding: 20px 0 50px 0;
  /* display:flex;
  gap:1.5rem;
  flex-wrap:wrap; */
  display: grid;
  grid-gap: 16px;
  grid-template-columns: repeat(auto-fill,minmax(200px,1fr));
}
.section-divider {
    background: var(--main-bg);
    font-size: 16px;
    position: sticky;
    top: 77px;
    width: 100%;
    z-index: 20;
    height: 55px;
    align-items: center;
    display: flex;
}
.img-item-video-cover {
  display: grid;
  position: absolute;
  left: 0px;
  top: 0;
  right: 0;
  bottom: 0;
  place-content: center;
  height: 135px;
}
.img-item-video-duration {
  padding: 4px;
  position: absolute;
  bottom: 15px;
  right: 13px;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  font-size: 12px;
  line-height: 1;
  border-radius: 3px;
  font-weight: 600;
}
.lazyload {
  opacity: 0;
}

.lazyloading {
  opacity: 1;
  transition: opacity 300ms;
  -webkit-transition: opacity 300ms;
  background: var(--history-item-bg) url(/assets/loading.svg) center center/50% no-repeat;	
}
.item-icon {
  width: 24px;
}
.hover-popup {
  background-color: black;
  border-radius: 5px;
  padding: 5px;
  position: absolute;
  bottom: -45px;
  left: 0;
  right: 0;
  width: 145px;
  margin: 0 auto;
  height: 34px;
  place-content: center;
  line-height: 1;
}
.hover-popup:before {
  content: '';
  height: 8px;
  width: 8px;
  background-color: black;
  position: absolute;
  top: -4px;
  right: 0;
  left: 0;
  margin: 0 auto;
  rotate: 45deg;
}
.sidebar_text_pro {
  margin: 0;
  line-height:1.1;
  font-size:14px;
}
.sidebar_button {
  list-style-type: none;
  padding: 8px 15px;
  font-size: 15px;
  border-radius: 20px;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  cursor: pointer;
  background-color: transparent;
  text-align: left;
  border: none;
  display: flex;
  align-items: center;
  gap: 15px;
  color: var(--header-link);
}
.sidebar_button:hover {
  background-color: var(--sidebar-onhover-bg);
}
.sidebar_button_pro {
  margin-top: 15px;
  font-size: 13px;
  border: 1px solid var(--header-link);
}
.sidebar_button_pro:hover {
  color: white;
  background-color: #02A7EB;
  border: 1px solid #02A7EB;
}
.sidebar_button__icon {
  width: 20px;
  height:20px;
  display:flex;
  align-items:center;
}
#items-counter {
  font-size: 16px;
}
#items-counter span {
  font-weight: 600;
}
.button-cancel {
  cursor: pointer;
  border: none;
  background-color: white;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  display: grid;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  place-content: center;
  font-size: 17px;
}
.button-cancel:hover {
  color: #02A7EB;
}
.hover-checkbox{
  width: 25px;
  background: white;
  height: 25px;
  cursor: pointer;
  border-radius: 5px;
  z-index: 10;
  display: flex;
  justify-content: center;
  top: 5px;
  left: 5px;
  position: absolute;
  align-items: center;
}
.selected-bg {
  background-color: #02A7EB;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 0.3;
  left: 0;
  border-radius: 5px;
  z-index: 5;
}
.hover-bg {
  background-color: black;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 0.1;
  left: 0;
  border-radius: 5px;
  z-index: 5;
}
.delete-message {
  box-shadow: 5px 5px 15px 5px rgb(21 76 100 / 8%);
  position: fixed;
  bottom: 20px;
  right: 0;
  left: 0;
  margin: 0 auto;
  background-color: white;
  padding: 5px 12px;
  font-size: 15px;
  z-index: 100;
  border-radius: 8px;
  display: flex;
  gap: 10px;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  align-items: center;
  transform: translateY(80px);
  -webkit-transform: translateY(80px);
  max-width: fit-content;
}
.delete-message_shown {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}
.delete-message__img {
  width: 24px;
  height: 24px;
}
.gray-bg 
{
	display: none;
	position: fixed;
    left: 0;
    top: 0;
	height: 100%;
    width: 100%;
	    z-index: 1000;
    overflow: hidden;
    background: #4f4f4f;
    opacity: .8;
}

.gray-bg[on='1']
{
	display: block;
}
.sorting-mobile {
  display: none;
  position: fixed;
  width: 100%;
  top: 64px;
  justify-content: space-between;
  background-color: var(--main-bg);
  z-index: 10;
  left: 0;
  padding: 40px 20px 20px 20px;
  flex-wrap: wrap;
    gap: 0.5rem;
  transition: 0.1s;
  -webkit-transition: 0.1s;
}
.select-mobile {
  position: fixed;
  right: 20px;
  z-index: 20;
  bottom: 20px;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: none;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  cursor: pointer;
}
.select-mobile_counter {
  display: none;
  justify-content: space-between;
  align-items: center;
  width: 80px;
  border-radius: 20px;
  font-size: 17px;
}
#delete-all,
#download-btn,
#delete-mobile,
#edit-btn {
  position: fixed;
  right: 20px;
  z-index: 20;
  bottom: 80px;
  place-content: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: none;
}
#edit-btn {
  display: grid;
}
.icon-mobile {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
}
.checkbox {
  cursor:pointer;
  margin:0;
  width:26px;
  height:26px;
  opacity:0;
  z-index:4;
}
.fake-checkbox {
  margin:auto;
  width:18px;
  height:18px;
  top:0;
  right:0;
  bottom:0;
  left:0;
  position:absolute;
  z-index:3;
}
#select-btn-mobile {
  transition: 0.2s;
  -webkit-transition: 0.2s;
  background: #02A7EB;
  color: #FFFFFF;
  font-weight: 600;
  border: none;
  line-height: 24px;
}
.select-btn-mobile_hidden {
  transform: translateY(200%);
  -webkit-transform: translateY(200%);
}

.popup-content .input {
  font-size: 15px;
  border: 1px solid #DBDBDB;
  border-radius: 8px;
  padding: 0px 13px;
  width: 100%;
  height: 30px;
  transition: .3s border;
}
.popup-content .form-block {
  display: flex;
  flex-direction: column;
}
.popup-content .divider {
  text-align: center;
  position: relative;
  padding: 10px 0 30px 0;
  color: #dddddd;
}
.sidebar_button.button-login {
  margin-top: 20px;
  font-size: 14px;
  border-radius: 5px;
  height: 50px;
  padding: 10px 30px;
  color: white;
  background-color: #02A7EB;
  width: 100%;
  display: block;
  text-align: center;
  transition: 0.15s all;
}

.sidebar_button.button-login:hover {
  background-color: #02A7EB95;
}
.popup-content .divider:before {
  content: '';
  width: 37%;
  height: 1px;
  background-color: #dddddd;
  position: absolute;
  left: 0;
  top:0;
  bottom:20px;
  margin: auto 0;
}
.popup-content .divider:after {
  content: '';
  width: 37%;
  height: 1px;
  background-color: #dddddd;
  position: absolute;
  right: 0;
  top:0;
  bottom:20px;
  margin: auto 0;
}

#password-input-wrapper {
  position: relative;
}
i[data="show-password"] {
  position: absolute;
  right: 15px;
  cursor: pointer;
  font-size: 16px;
  color: #a2a1a3;
  top: 17px;
  line-height: 1;
  display: grid;
  place-content: center;
  transition: 0.15s all;
  z-index: 2;
}
i[data="show-password"]:hover,
i[data="show-password"]:active,
i[data="show-password"]:focus {
  color:#a2a1a395;
}

#video-container,
.img-comments{
	min-width: 65vw;
  max-width: 75vw;
}	


  .user-logo {
    text-transform: uppercase;
    font-size: 20px;
    width: 40px;
    height: 40px;
    display: grid;
    place-content: center;
    background-color: lightcoral;
    border-radius: 50%;
    color: white;
  }
.dropdown-menu {
    display: none;
    background-color: var(--header-bg);
    box-shadow: 0 4px 30px rgba(83, 98, 113, 0.15);
    position: absolute;
    top: 56px;
    right: 16px;
    z-index: 111;
    padding: 20px;
    white-space: nowrap;
    border-radius: 15px;
    min-width: 200px;
  }
  .dropdown-menu_open {
    display: block;
  }

  .img-info {
    text-align: center;
  font-size: 14px;
  padding-top: 40px;
  }

  .file-btns {
    display: flex;
    gap: 10px; 
    margin-top: 40px;
  }
  .content-box_file {
    display: flex !important;
    align-items: center;
    gap: 30px;
    padding: 120px 0;
  }

  .copy-btn_before::before {
		content: 'Скопировано!';
		position: absolute;
		top: -33px;
		right: 0;
		left: 0;
		margin: 0 auto;
		width: fit-content;
		box-shadow: 5px 5px 15px 5px rgb(21 76 100 / 8%);
		border-radius: 8px;
		color: #49484D;
		font-size: 14px;
		white-space: nowrap;
		font-weight: normal;
		background-color: white;
		padding: 5px 10px;
		z-index: 6666;
    }

    #copy-btn,
    #copy-mobile {
      place-content: center;
      height: 40px;
      width: 40px;
      border-radius: 50%;
      display: grid;
    }
    #copy-mobile {
      display: none;
    }

    #video-edit-btn {
      border-radius: 20px;
      position: relative;
      display: flex;
      align-items: center;
      width: unset;
      gap: 10px;
      padding: 0 20px 0 15px;
      line-height: 0;
      height: 40px;
    }

    #edit-loader {
      height: 100vh;
      width: 100%;
      position: absolute;
      margin: auto;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      background: #ffffff;
      place-content: center;
      z-index: 1199999999999922;
    }
@media (max-width: 1279px) {
  .header .wrap {
    height: 48px;
  }
  .section-divider {
    top: 70px;
  }
}
@media (max-width: 1025px) {
  .sidebar {
    width: 200px;
    padding: 40px 20px 104px 20px;
  }
  .header .wrap {
    height: unset;
  }
  .pro-badge {
    font-size: 13px;
  }
  .wrap_history {
    margin-left: 200px !important;
  }
  .header .loggedin-header-wrapper {
    padding: 0;
  }
  #video-container,
  .img-comments {
    min-width: 75vw;
    max-width: 85vw;
  }
  .section-divider {
    top: 62px;
  }
}

@media (max-width: 769px) {
  .sidebar {
    display: none;
  }
  #video-container,
  .img-comments {
    min-width: 95vw;
    max-width: unset;
    padding: 0 20px;
  }
  .img-info {
    text-align: center !important;
  }
  .content-box {
    width: 70vw;
  }
  .content-box_file {
    flex-direction: column;
    gap: 0px;
  }
  .file-btns {
    justify-content: center;
  }
  /* .loggedin-header-wrapper {
    display: none !important;
  } */
  .wrap_history {
    margin-left: 0 !important;
    padding-top: 104px !important;
  }
  .sorting-mobile {
    display: flex;
  }
  .sidebar_button_mobile {	
    padding: 6px 10px;
    font-size: 14px;
    gap: 3px;
    background-color: var(--history-item-bg);
    position: relative;
  }
  .gray-bg {
    transition: 0.4s;
    -webkit-transition: 0.4s;
  }
  #copy-mobile {
    display: grid;
  }
  .download-link-file {
    display: none;
  }
  .buttons-wrap-mobile {
    display:flex;
    gap:0.4rem;
    justify-content:flex-start;
    flex-wrap:wrap;
  }
  .select-mobile {
    display: flex;
  }
  #delete-all,
  #download-btn,
  #delete-mobile {
    display: grid;
  }
  #edit-btn,
  #button-demo {
    display: none !important;
  }
  .hover-checkbox {
    width: 31px;
    height: 31px;
  }
  .checkbox_mobile {
    width: 31px;
    height: 31px;
  }
  .fake-checkbox_mobile {
    width: 21px;
    height: 21px;
  }
  .select-mobile_counter {
    display: flex;
  }
  .section-divider {
    top: 70px;
  }
}

/* Smartphones ----------- */
@media only screen and (max-device-width : 768px) {
  .screenshot-footer { display: none; }
}

@media (max-width: 569px) {
  .logo:after {
    font-size: 22px !important;
    left: 40px !important;
  }
  .burger-menu {
    top: 53px;
    height: calc(100vh - 53px);
    width: 70%;
  }

  .header .wrap {
    height: 30px;
  }
  .user-logo {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
  .section-items-wrapper {
    display:flex;
    flex-wrap:wrap;
    grid-gap: 16px;
  }
  .item {
    width: 200px;
    max-width: unset;
    min-width: unset;
  }
}
@media (max-width: 435px) {
  #video-edit-btn {
    padding: 0 13px 0 13px;
  }
  #video-edit-btn p {
    display: none;
  }
}
@media (max-width: 426px) {
  .sorting-mobile {
    padding-top: 20px;
    justify-content:center;
  }
  .content-box {
    width: 90vw;
  }
  .buttons-wrap-mobile {
    width: 100%;
    justify-content:space-between;
  }
  .wrap_history {
    padding-top: 84px;
  }
  .item {
    width: 47.7%;
  }
  .hover-bg,
  .selected-bg {
    width: 100%;
    left: 0;
  }
  .img-item {
    width: 100%;
  }
  .section-items-wrapper {
    gap: 1rem;
  }
  .icon-mobile {
    display: none;
  }
}

@media (max-width: 400px) {
  .buttons-wrap-mobile {
    gap: 0.4rem;
    width: 100%;
  }
  .item {
    width: 47.4%;
  }
}
@media (max-width: 350px) {
  .item {
    width: 100%;
  }
  .buttons-wrap-mobile {
    gap: 0.2rem;
  }
}
@media (max-width: 318px) {
  .wrap_history {
    padding-top: 110px !important;
  }
  .buttons-wrap-mobile {
    gap: 0.4rem;
    justify-content: center;
  }
}

.tooltip-trigger {
  border: 2px solid;
  border-radius: 30px;
  width: 18px;
  height: 18px;
  line-height: 1;
  font-size: 14px;
  display: grid;
  place-content: center;
  cursor: pointer;
  font-weight: 700;
}

.pro-badge-new {
  background: red;
  color: white;
  padding: 5px;
  font-size: 12px;
  line-height: 1;
  border-radius: 20px;
  position: absolute;
  top: -10px;
  right: -36px;
}

.pro-badge-new.pro-badge-new_static {
  position: static;
  display: inline-block;
}

.tabs {
  position: relative;
  border-radius: 8px 8px 0 0;
  border: 1px solid #ddd;
  background: white;
  line-height: 26px;
}
.tabs::before,
.tabs::after {
content: "";
display: table;
}
.tabs::after {
clear: both;
}
.tab {
float: left;
}
.tab-switch {
display: none;
}
.tab-label {
position: relative;
display: block;
line-height: 2.75em;
height: 2.75em;
padding: 0 1.618em;
background: #ffffff;
cursor: pointer;
top: 0;
border-bottom: 2px solid #ffffff;
transition: all 0.25s;
}
.tab-label[for="tab-1"] {
  border-radius: 8px 0 0 0;
}
.tab-label:hover {
color: rgb(2, 167, 235);
transition: all 0.25s;
}
.tab-content {
position: absolute;
z-index: 1;
top: 2.67em;
left: 0;
padding: 1.618rem;
background: #fff;
color: #2c3e50;
width: calc(100% + 2px);
margin-left: -0.5px;
opacity: 0;
transition: all 0.35s;
border-radius: 0 0 8px 8px;
border: 1px solid #ddd;
border-top: 2px solid #f8f8f8;;
}
.tab-switch:checked + .tab-label {
  border-bottom: 2px solid rgb(2, 167, 235);
  z-index: 3;
  color: rgb(2, 167, 235);
  transition: all 0.35s;
}
.tab-switch:checked + label + .tab-content {
z-index: 2;
opacity: 1;
transition: all 0.35s;
}

.tab-label span:nth-child(2) {
  display: none;
}

@media (max-width: 560px) {
  .tab-content div {
      flex-wrap: wrap;
      gap: 20px;
  }
  
}

@media (max-width: 480px) {
  .tab-label span:nth-child(2) {
      display: inline;
  }
  .tab-label span:nth-child(1) {
      display: none;
  }
}

.heybro {
  width: calc(100% - 20px);
  border: 1px solid #ECECEC;
  border-radius: 12px;
  padding: 12px 15px;
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
  margin: 40px auto 0 auto;
  max-width: 650px;
  font-family: 'Onest' !important;
}

.heybro .heybro__textarea {
  margin: 0 15px;
  resize: none;
  height: 34px;
  padding: 8px;
  border: none;
  width: 100%;
  font-family: 'Onest' !important;
  font-size: 14px;
}

.heybro .heybro__logo {
  width: 32px;
  height: 32px;
  border-radius: 8px;
}

.heybro .heybro__prompts {
  display: flex;
  align-items: center;
  gap: 5px;
}

.heybro .heybro__prompt {
  border-radius: 6px;
  border: 1px solid #7878801F;
  background-color: #78788008;
  color: #9B9B9B;
  white-space: nowrap;
  line-height: 22px;
  padding: 4px 10px;
  transition: 0.2s all;
}

.heybro .heybro__prompt:hover,
.heybro .heybro__prompt:active,
.heybro .heybro__prompt:focus {
  color:#49484D;
}
.heybro .heybro__button {
  border-radius: 8px;
  padding: 8px;
  background-color: #02A7EB;
  width: 32px;
  height: 32px;
  display: grid;
  place-content: center;
  transition: 0.2s all;
}

.heybro .heybro__button:hover,
.heybro .heybro__button:active,
.heybro .heybro__button:focus {
  background-color: #02A7EB95;
}

@media (max-width: 590px) {
  #heybro-preset-prompt-2,
  #heybro-preset-prompt-3,
  #heybro-preset-prompt-4 {
    display: none;
  }
}