* {
  padding: 0;
  margin: 0;
  border: 0;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: 400;
}
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
* {
  font-family: "Jost", sans-serif;
  font-size: 18px;
  color: #fff;
  -webkit-transition: 0.6s all;
  -o-transition: 0.6s all;
  transition: 0.6s all;
}

.main {
  width: 100%;
  min-height: 100vh;
  background: #141414;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 100px 20px;
  position: relative;
}
.main__body {
  width: 1400px;
}

.log {
  width: 100%;
  height: 100vh;
  position: fixed;
  background: rgba(0, 0, 0, 0.6078431373);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 10;
  opacity: 0;
  display: none;
  left: 0px;
  top: 0px;
}
.log__body {
  width: 600px;
  max-height: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  background: #151515;
  padding: 20px;
  padding-top: 60px;
  border-radius: 20px;
  top: -150%;
}
.log__clear {
  position: absolute;
  height: 34px;
  padding: 0px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  background: #d0525245;
  left: 50%;
  top: 10px;
  transform: translateX(-50%);
  cursor: pointer;
}
.log__clear p {
  font-size: 12px;
}
.log__clear:hover {
  opacity: 0.7;
}
.log__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.log__close img {
  width: 100%;
  -webkit-filter: invert(1);
          filter: invert(1);
}
.log__title {
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.log__wall {
  max-height: 400px;
  width: 100%;
  background: #242424;
  border-radius: 10px;
  min-height: 20px;
  padding: 10px;
  overflow-x: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.log__wall::-webkit-scrollbar {
  width: 6px;
  height: 4px;
}
.log__wall::-webkit-scrollbar-thumb {
  background-color: rgba(213, 213, 213, 0.568627451);
  border-radius: 4px;
}
.log__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
.log__text p {
  font-size: 14px;
  text-align: left;
  line-height: 1.3;
}
.log__text span {
  font-size: 14px;
  color: #989898;
  line-height: 1.3;
}

.log-open {
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  background: rgba(255, 255, 255, 0.1019607843);
  padding: 10px 30px;
  border-radius: 50px;
  cursor: pointer;
}
.log-open img {
  width: 24px;
  -webkit-filter: invert(1);
          filter: invert(1);
}

.fast {
  width: 100%;
  height: 100vh;
  position: fixed;
  background: rgba(0, 0, 0, 0.6078431373);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 10;
  opacity: 0;
  display: none;
  left: 0px;
  top: 0px;
}
.fast__body {
  width: 600px;
  max-height: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  background: #151515;
  padding: 20px;
  padding-top: 60px;
  border-radius: 20px;
  top: -150%;
}
.fast__title {
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.fast__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.fast__close img {
  width: 100%;
  -webkit-filter: invert(1);
          filter: invert(1);
}
.fast__count {
  text-align: right;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 10px;
}
.fast__input {
  width: 100%;
  height: 240px;
  background: rgba(255, 255, 255, 0.0392156863);
  resize: none;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 10px;
}
.fast__button {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  border-radius: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.137254902);
  cursor: pointer;
  padding: 0px 20px;
}
.fast__button:hover {
  opacity: 0.7;
}

.panel {
  width: 100%;
}
.panel__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  padding: 0px 40px;
}
.panel__tab {
  width: 100%;
  height: 50px;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.0392156863);
  cursor: pointer;
  margin-bottom: 30px;
}
.panel__tab-active {
  -webkit-box-shadow: 0px 0px 14px rgba(0, 227, 132, 0.6666666667);
          box-shadow: 0px 0px 14px rgba(0, 227, 132, 0.6666666667);
  color: #00e385;
  background: rgba(255, 255, 255, 0);
}
.panel__tab:hover {
  background: rgba(255, 255, 255, 0.0666666667);
}
.panel__body {
  padding: 40px 30px;
  width: 100%;
  background: rgba(255, 255, 255, 0.0392156863);
  border-radius: 50px;
  min-height: 100px;
}
.panel__sector {
  width: 100%;
}
.panel__sector-google {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: none;
}
.panel__sector-yandex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: none;
}
.panel__sector-rkn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: none;
}
.panel__title {
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
}
.panel__title span {
  color: #00e385;
}

.email__start {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0px;
}
.email__fast {
  height: 50px;
  width: 50px;
  min-width: 50px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.0392156863);
  top: 5px;
  left: 71%;
  cursor: pointer;
}
.email__fast:hover {
  background: rgba(255, 255, 255, 0.1);
}
.email__start-input {
  width: 79%;
  height: 50px;
  max-height: 50px;
  border-radius: 50px;
  padding: 20px 40px;
  background: rgba(255, 255, 255, 0.0392156863);
}
.email__start-button {
  width: 20%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  border-radius: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.137254902);
  cursor: pointer;
}
.email__start-button:hover {
  opacity: 0.7;
}
.email__wall {
  max-height: 500px;
  width: 100%;
  overflow-x: auto;
  border-top: 2px solid #4c4c4c;
  border-bottom: 2px solid #4c4c4c;
  border: 2px solid #4c4c4c;
  border-radius: 20px;
  margin-bottom: 40px;
  padding: 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.email__wall::-webkit-scrollbar {
  width: 6px;
  height: 4px;
}
.email__wall::-webkit-scrollbar-thumb {
  background-color: rgba(213, 213, 213, 0.568627451);
  border-radius: 4px;
}
.email__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-height: 0px;
  overflow-x: auto;
}
.email__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  background: rgba(0, 0, 0, 0.3176470588);
  padding: 2px 6px 10px 6px;
  border-radius: 14px;
}
.email__title {
  width: 100%;
  margin-bottom: 14px;
  display: none;
  text-transform: uppercase;
}
.email__area {
  width: 49%;
  margin-bottom: 20px;
}
.email__area-text {
  width: 100%;
  margin-bottom: 0px;
}
.email__area-login, .email__area-password, .email__area-screen, .email__area-link {
  width: 24.5%;
  margin-bottom: 0px;
}
.email__input {
  width: 100%;
  height: 50px;
  background: rgba(255, 255, 255, 0.0392156863);
  border-radius: 50px;
  padding: 20px;
}
.email__input-text {
  resize: none;
  height: 180px;
  border-radius: 20px;
}
.email__input-text::-webkit-scrollbar {
  width: 6px;
  height: 4px;
}
.email__input-text::-webkit-scrollbar-thumb {
  background-color: rgba(213, 213, 213, 0.568627451);
  border-radius: 4px;
}
.email__label {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  -webkit-transform: translateY(6px) translateX(20px);
      -ms-transform: translateY(6px) translateX(20px);
          transform: translateY(6px) translateX(20px);
  border-radius: 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.email__media-label {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(220, 220, 220, 0.1529411765);
  border-radius: 50px;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
}
.email__media-label:hover {
  opacity: 0.7;
}
.email__file {
  display: none;
}
.email__warning {
  width: 100%;
  text-align: center;
  margin-top: 20px;
  padding: 10px;
  background: #e9dd40;
  border-radius: 10px;
  color: #212121;
  max-height: 0px;
  overflow: hidden;
  padding: 0px;
}
.email__buttons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 20px;
}
.email__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  padding: 20px 40px;
  background: #00e385;
  border-radius: 100px;
  color: #000;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
}
.email__button:hover {
  opacity: 0.7;
}

.google__input {
  min-height: 300px;
  background: rgba(255, 255, 255, 0.0392156863);
  border-radius: 20px;
  padding: 20px;
  resize: none;
  margin-bottom: 20px;
}
.google__input::-webkit-scrollbar {
  width: 6px;
  height: 4px;
}
.google__input::-webkit-scrollbar-thumb {
  background-color: rgba(213, 213, 213, 0.568627451);
  border-radius: 4px;
}
.google__input-links {
  width: 26%;
  position: relative;
  display: block;
}
.google__input-text {
  width: 36%;
}
.google__warning {
  width: 100%;
  text-align: center;
  margin-top: 0px;
  padding: 10px;
  background: #e9dd40;
  border-radius: 10px;
  color: #212121;
  overflow: hidden;
  max-height: 0px;
  padding: 0px;
}
.google__buttons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 0px;
}
.google__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  padding: 20px 40px;
  background: #00e385;
  border-radius: 100px;
  color: #000;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
}
.google__button:hover {
  opacity: 0.7;
}

.yandex__input {
  min-height: 300px;
  background: rgba(255, 255, 255, 0.0392156863);
  border-radius: 20px;
  padding: 20px;
  resize: none;
  margin-bottom: 20px;
}
.yandex__input::-webkit-scrollbar {
  width: 6px;
  height: 4px;
}
.yandex__input::-webkit-scrollbar-thumb {
  background-color: rgba(213, 213, 213, 0.568627451);
  border-radius: 4px;
}
.yandex__input-links {
  width: 40%;
}
.yandex__input-searchword {
  display: none;
}
.yandex__input-text {
  width: 58%;
}
.yandex__files {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
  gap: 10px;
}
.yandex__warning {
  width: 100%;
  text-align: center;
  margin-top: 0px;
  padding: 10px;
  background: #e9dd40;
  border-radius: 10px;
  color: #212121;
  overflow: hidden;
  max-height: 0px;
  padding: 0px;
}
.yandex__buttons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 0px;
}
.yandex__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  padding: 20px 40px;
  background: #00e385;
  border-radius: 100px;
  color: #000;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
}
.yandex__button:hover {
  opacity: 0.7;
}
.yandex__label {
  font-size: 8px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  -webkit-transform: translateY(4px) translateX(8px);
      -ms-transform: translateY(4px) translateX(8px);
          transform: translateY(4px) translateX(8px);
  border-radius: 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.yandex__media-label {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(220, 220, 220, 0.1529411765);
  border-radius: 50px;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
  padding: 0 30px;
}
.yandex__media-label:hover {
  opacity: 0.7;
}
.yandex__file {
  display: none;
}

.rkn__input {
  min-height: 300px;
  background: rgba(255, 255, 255, 0.0392156863);
  border-radius: 20px;
  padding: 20px;
  resize: none;
  margin-bottom: 20px;
}
.rkn__input::-webkit-scrollbar {
  width: 6px;
  height: 4px;
}
.rkn__input::-webkit-scrollbar-thumb {
  background-color: rgba(213, 213, 213, 0.568627451);
  border-radius: 4px;
}
.rkn__input-links {
  width: 26%;
}
.rkn__input-text {
  width: 73%;
}
.rkn__files {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
  gap: 10px;
}
.rkn__warning {
  width: 100%;
  text-align: center;
  margin-top: 0px;
  padding: 10px;
  background: #e9dd40;
  border-radius: 10px;
  color: #212121;
  overflow: hidden;
  max-height: 0px;
  padding: 0px;
}
.rkn__buttons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 0px;
}
.rkn__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  padding: 20px 40px;
  background: #00e385;
  border-radius: 100px;
  color: #000;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
}
.rkn__button:hover {
  opacity: 0.7;
}
.rkn__label {
  font-size: 8px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  -webkit-transform: translateY(4px) translateX(8px);
      -ms-transform: translateY(4px) translateX(8px);
          transform: translateY(4px) translateX(8px);
  border-radius: 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.rkn__media-label {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(220, 220, 220, 0.1529411765);
  border-radius: 50px;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
  padding: 0 30px;
}
.rkn__media-label:hover {
  opacity: 0.7;
}
.rkn__file {
  display: none;
}

@media (max-width: 900px) {
  .panel__body {
    padding: 20px;
  }
  .email__profile {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .email__area-login, .email__area-password, .email__area-link, .email__area-screen {
    width: 49%;
  }
}
@media (max-width: 600px) {
  * {
    font-size: 14px;
  }
  .main {
    padding: 80px 10px;
  }
  .panel__body {
    border-radius: 20px;
    padding: 20px 10px;
  }
  .panel__title {
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .panel__tabs {
    gap: 6px;
    padding: 0px;
  }
  .panel__tab {
    font-size: 14px;
    margin-bottom: 6px;
    border-radius: 20px;
  }
  .email__start-input, .email__start-button {
    width: 49%;
    padding: 20px;
  }
  .email__start-button {
    width: 30%;
    font-size: 14px;
  }
  .email__start-input {
    width: 68%;
  }
  .google__input-links, .google__input-text, .yandex__input-links, .yandex__input-text, .rkn__input-links, .rkn__input-text {
    width: 100%;
    min-height: 200px;
  }
}
@media (max-width: 600px) {
  .log-open {
    width: 200px;
  }
  .log__body {
    width: calc(100% - 20px);
    padding: 10px;
    padding-top: 60px;
  }
  .fast__body {
    width: calc(100% - 20px);
    padding: 10px;
    padding-top: 60px;
  }
  .log__title {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .email__area-login, .email__area-password, .email__area-link, .email__area-screen, .email__area-recipient, .email__area-subject {
    width: 100%;
  }
}