@font-face {
  font-family: "RF Dewi Extended";
  src: url("../fonts/RFDewiExtended-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "RF Dewi Extended";
  src: url("../fonts/RFDewiExtended-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: bold;
}

body,
h1,
h2,
h3,
h4,
h5,
p,
a,
ul,
li,
button {
  margin: 0;
  padding: 0;
  list-style: none;
  text-transform: none;
}

body {
  background-image: url("./../images/photos/footbal.png");
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  background-repeat: no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
}

.container {
  width: 1110px;
  margin: 0 auto;
  padding: 0 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 55px;
}

.header-title {
  width: 228px;
  font-family: Arial;
  font-style: normal;
  font-weight: bold;
  font-size: 11px;
  line-height: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-top: 15px;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 250ms linear;
  transition: color 250ms linear;
}

.header-title:hover {
  color: #f4b400;
}

.header-lang {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.4);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 12px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 16px 17px;
}

.header-lang-thoomb {
  position: relative;
  cursor: pointer;
}

.header-lang-select {
  font-family: RF Dewi Extended;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 130%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}

.lang-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: opacity 250ms linear;
  transition: opacity 250ms linear;
}

.lang-select-item a {
  text-decoration: none;
}

.lang-select-item:not(:last-child) {
  border-bottom: 1px solid #6fb2f4;
  padding-bottom: 16px;
}

.lang-select-item:not(:first-child) {
  padding-top: 16px;
}

.lang-select-item.close-lang {
  border: none;
  padding-bottom: 0;
}

.lang-select-item.close-lang:not(:first-child) {
  display: none;
}

.lang-select-item.close-lang .lang-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.lang-select-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  font-family: RF Dewi Extended;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 130%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: color 250ms linear;
  transition: color 250ms linear;
}

.lang-select-button:hover {
  color: #f4b400;
}

.lang-select-button:hover .lang-select-button-text {
  color: #f4b400;
}

.lang-select-button-text {
  font-family: RF Dewi Extended;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 130%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}

.lang-icon {
  margin-left: 5px;
  width: 6px;
  height: 4px;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
}

.content {
  margin-top: 26px;
  padding: 56px 48px 48px 48px;
  background: #272727;
  -webkit-box-shadow: 0px 4px 74px -30px rgba(84, 169, 255, 0.7);
          box-shadow: 0px 4px 74px -30px rgba(84, 169, 255, 0.7);
  border-radius: 24px;
  max-width: 636px;
  margin-right: auto;
  margin-left: auto;
}

.content-title {
  font-family: RF Dewi Extended;
  font-style: normal;
  font-weight: 800;
  font-size: 29px;
  line-height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  color: #ffffff;
}

.form-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background: #ffffff;
  border-radius: 12px;
  padding: 4px;
  padding-left: 28px;
  margin-top: 48px;
}

.form-text {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  width: 100%;
}

.form-text:focus {
  outline: none;
}

.form-text::-webkit-input-placeholder {
  font-family: RF Dewi Extended;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  color: #788693;
  opacity: 0.8;
}

.form-text:-ms-input-placeholder {
  font-family: RF Dewi Extended;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #788693;
  opacity: 0.8;
}

.form-text::-ms-input-placeholder {
  font-family: RF Dewi Extended;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #788693;
  opacity: 0.8;
}

.form-text::placeholder {
  font-family: RF Dewi Extended;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #788693;
  opacity: 0.8;
}

.form-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 2px solid transparent;
  background: #0a84ff;
  border-radius: 10px;
  padding: 28px 48px;
  font-family: RF Dewi Extended;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 130%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
}

.form-button:hover {
  background: #ffffff;
  color: #0a84ff;
  border: 2px solid #0a84ff;
}

.form-button:hover .form-button-icon {
  fill: #0a84ff;
}

.form-button-icon {
  width: 12px;
  height: 12px;
  margin-left: 8px;
  fill: white;
  -webkit-transition: fill 250ms linear;
  transition: fill 250ms linear;
}

.download-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
}

.pc-download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #1d1d1d;
  border-radius: 12px;
  -webkit-transition: background 250ms linear;
  transition: background 250ms linear;
}

.pc-download:hover {
  background: #0a84ff;
}

.pc-download-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  padding: 26px 40px 22px 40px;
}

.pc-download-label:hover .pc-download-text {
  color: #ffffff;
}

.pc-download-label:hover .pc-download-icon {
  stroke: #ffffff;
  fill: #ffffff;
}

.pc-download-icon {
  stroke: #8d8e8e;
  width: 23px;
  height: 23px;
  -webkit-transition: stroke 250ms linear;
  transition: stroke 250ms linear;
}

.pc-download-text {
  font-family: RF Dewi Extended;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 130%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  text-transform: uppercase;
  margin-top: 15px;
  width: 184px;
  color: #8d8e8e;
  -webkit-transition: color 250ms linear;
  transition: color 250ms linear;
}

.pc-download-input {
  display: none;
}

.login-youtube {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #1d1d1d;
  border-radius: 12px;
  -webkit-transition: background 250ms linear;
  transition: background 250ms linear;
}

.login-youtube:hover {
  background: #0a84ff;
}

.login-youtube-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 26px 40px 22px 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.login-youtube-button:hover .login-youtube-text {
  color: #ffffff;
}

.login-youtube-button:hover .login-youtube-icon {
  fill: #ffffff;
  stroke: #ffffff;
}

.login-youtube-icon {
  stroke: #8d8e8e;
  fill: #8d8e8e;
  width: 24px;
  height: 25px;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
}

.login-youtube-text {
  font-family: RF Dewi Extended;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 130%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #8d8e8e;
  width: 184px;
  margin-top: 15px;
  -webkit-transition: color 250ms linear;
  transition: color 250ms linear;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 62px;
}

.footer-admin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: rgba(255, 255, 255, 0.9);
  font-family: RF Dewi Extended;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
          font-feature-settings: "pnum" on, "lnum" on;
}

.footer-by {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.8);
  font-family: RF Dewi Extended;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
          font-feature-settings: "pnum" on, "lnum" on;
}

.footer-by-logo {
  margin-left: 7px;
}

.auth {
  margin-top: 30px;
}

.login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
}

.login-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: #ffffff;
  border-radius: 12px;
  padding: 28px;
  font-family: RF Dewi Extended;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333333;
}

.login-input:focus {
  outline: none;
}

.login-input::-webkit-input-placeholder {
  font-family: RF Dewi Extended;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  -webkit-box-align: center;
          align-items: center;
  color: #788693;
}

.login-input:-ms-input-placeholder {
  font-family: RF Dewi Extended;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  -ms-flex-align: center;
      align-items: center;
  color: #788693;
}

.login-input::-ms-input-placeholder {
  font-family: RF Dewi Extended;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  -ms-flex-align: center;
      align-items: center;
  color: #788693;
}

.login-input::placeholder {
  font-family: RF Dewi Extended;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #788693;
}

.login-text {
  position: absolute;
  top: 12px;
  left: 29px;
  display: none;
  font-family: RF Dewi Extended;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #788693;
}

.password {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: 12px;
}

.password-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: #ffffff;
  border-radius: 12px;
  padding: 28px;
  font-family: RF Dewi Extended;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333333;
}

.password-input:focus {
  outline: none;
}

.password-input::-webkit-input-placeholder {
  font-family: RF Dewi Extended;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  -webkit-box-align: center;
          align-items: center;
  color: #788693;
}

.password-input:-ms-input-placeholder {
  font-family: RF Dewi Extended;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  -ms-flex-align: center;
      align-items: center;
  color: #788693;
}

.password-input::-ms-input-placeholder {
  font-family: RF Dewi Extended;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  -ms-flex-align: center;
      align-items: center;
  color: #788693;
}

.password-input::placeholder {
  font-family: RF Dewi Extended;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #788693;
}

.password-text {
  position: absolute;
  top: 12px;
  left: 29px;
  display: none;
  font-family: RF Dewi Extended;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #788693;
}

.password-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 28px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.password-button.active .password-icon {
  fill: #0a84ff;
}

.password-icon {
  width: 13px;
  height: 10px;
  fill: #ccd0d5;
  -webkit-transition: fill 250ms linear;
  transition: fill 250ms linear;
}

.auth-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: #0a84ff;
  border-radius: 10px;
  width: 100%;
  margin-top: 12px;
  padding-top: 28px;
  padding-bottom: 28px;
  font-family: RF Dewi Extended;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 130%;
  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;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid transparent;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
  color: #ffffff;
  cursor: pointer;
}

.auth-button:hover {
  background: #ffffff;
  color: #0a84ff;
  border: 2px solid #0a84ff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
}

.cont {
  width: 1110px;
  margin: 0 auto;
  background: #272727;
  border-radius: 24px;
  padding: 28px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 28px;
}

.head::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #f4b400;
  border-radius: 4px;
  width: 100%;
  height: 2px;
}

.head-list-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.head-list-button-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.head-list-button-item:last-child {
  margin-left: auto;
}

.head-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: #1d1d1d;
  border-radius: 12px;
  padding: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: RF Dewi Extended;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 130%;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #8d8e8e;
  cursor: pointer;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
}

.head-button.avatar {
  padding: 15px;
}

.head-button:hover {
  background: #0a84ff;
}

.head-button:hover .head-button-download-text {
  color: #ffffff;
}

.head-button:hover .head-avatar-text {
  color: #ffffff;
}

.head-button:hover .head-icon {
  stroke: #ffffff;
}

.head-button:hover .head-icon-exit {
  fill: #ffffff;
}

.head-button:hover .head-icon-trash {
  fill: #ffffff;
}

.head-button-download-text {
  font-family: RF Dewi Extended;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 130%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  text-transform: uppercase;
  color: #8d8e8e;
  -webkit-transition: color 250ms linear;
  transition: color 250ms linear;
}

.head-avatar-text {
  font-family: RF Dewi Extended;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 130%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  text-transform: uppercase;
  color: #8d8e8e;
  margin-left: 12px;
  -webkit-transition: color 250ms linear;
  transition: color 250ms linear;
}

.head-button-toomb-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.button-close {
  display: none;
}

.head-button-toomb-close {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: #1d1d1d;
  border-radius: 12px;
  margin-right: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 23px;
  cursor: pointer;
}

.head-button-toomb-close:hover .head-button-toomb-close-icon {
  fill: #ffffff;
}

.head-button-toomb-close-icon {
  fill: #8d8e8e;
  width: 11px;
  height: 11px;
  -webkit-transition: fill 250ms linear;
  transition: fill 250ms linear;
}

.head-button-toomb-block {
  position: relative;
  background: #ffffff;
  border-radius: 12px;
  width: 436px;
  padding: 19px;
  padding-right: 0;
}

.head-button-toomb-block-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  width: 100%;
}

.head-button-toomb-block-input:focus {
  outline: none;
}

.head-button-toomb-block-input::-webkit-input-placeholder {
  font-family: RF Dewi Extended;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  color: #788693;
}

.head-button-toomb-block-input:-ms-input-placeholder {
  font-family: RF Dewi Extended;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #788693;
}

.head-button-toomb-block-input::-ms-input-placeholder {
  font-family: RF Dewi Extended;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #788693;
}

.head-button-toomb-block-input::placeholder {
  font-family: RF Dewi Extended;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #788693;
}

.head-button-toomb-block-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  right: 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: #0a84ff;
  border-radius: 10px;
  padding: 16px 24px;
}

.head-button-toomb-block-search-text {
  font-family: RF Dewi Extended;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 130%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  margin-right: 8px;
}

.head-button-toomb-block-search-icon {
  width: 10px;
  height: 10px;
}

.head-avatar {
  width: 30px;
  height: 30px;
}

.head-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  stroke: #8d8e8e;
  -webkit-transition: stroke 250ms linear;
  transition: stroke 250ms linear;
}

.head-icon-exit {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  fill: #8d8e8e;
  -webkit-transition: fill 250ms linear;
  transition: fill 250ms linear;
}

.head-icon-trash {
  width: 20px;
  height: 20px;
  fill: #8d8e8e;
  -webkit-transition: fill 200ms linear;
  transition: fill 200ms linear;
}

.header-lang.slack {
  z-index: 10;
  background: #272727;
  border: 1px solid #6fb2f4;
}

.block-video {
  padding-top: 28px;
}

.block-video-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.video-menu-button {
  font-family: RF Dewi Extended;
  text-decoration: none;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 130%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #8d8e8e;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  padding-bottom: 10px;
  -webkit-transition: border-bottom 250ms linear;
  transition: border-bottom 250ms linear;
}

.video-menu-button:hover {
  color: #ffffff;
}

.video-menu-button.active {
  position: relative;
  font-family: RF Dewi Extended;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 130%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  border-bottom: 3px solid #aaaaaa;
}

.video-list-block {
  margin-top: 28px;
  padding-right: 16px;
  margin-right: -16px;
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 597px;
}

.video-list-block::-webkit-scrollbar-thumb {
  background: #8d8e8e;
  border-radius: 10px;
  width: 8px;
}

.video-list-block::-webkit-scrollbar {
  background: #1d1d1d;
  border-radius: 10px;
  width: 8px;
}

.video-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.video-list-item {
  width: calc((100% - 40px) / 3);
}

.button-iframe {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  cursor: pointer;
}

.iframe-video {
  position: relative;
  width: 336px;
  height: 188px;
  border-radius: 8px;
  background: url("../../images/photos/prime.jpg");
}

.iframe-video:hover .iframe-go {
  opacity: 1;
}

.iframe-toomb {
  position: absolute;
  bottom: 8px;
  right: 8px;
  padding: 2px 4px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 3px;
}

.iframe-go {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 24px;
  border-radius: 50%;
  background: #0a84ff;
  opacity: 0;
  -webkit-transition: opacity 250ms linear;
  transition: opacity 250ms linear;
}

.iframe-go-icon {
  width: 22px;
  height: 22px;
  fill: #ffffff;
}

.iframe-time {
  font-family: RF Dewi Extended;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 130%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
}

.iframe-title {
  margin-top: 14px;
  font-family: RF Dewi Extended;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 130%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
}

.iframe-stat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 8px;
  gap: 8px;
}

.iframe-text-see,
.iframe-text-time {
  font-family: RF Dewi Extended;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 150%;
  color: #aaaaaa;
  text-align: left;
}

.footer-ln {
  padding-top: 26px;
}

.footer-ln-list {
  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;
}

.footer-ln-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-ln-gerb {
  width: 37px;
  height: 50px;
}

.footer-ln-admin {
  font-family: Arial;
  font-style: normal;
  font-weight: bold;
  font-size: 8.19608px;
  line-height: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  margin-left: 15px;
  width: 143px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 250ms linear;
  transition: color 250ms linear;
}

.footer-ln-admin:hover {
  color: #f4b400;
}

.footer-ln-lic {
  font-family: RF Dewi Extended;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
          font-feature-settings: "pnum" on, "lnum" on;
  color: rgba(255, 255, 255, 0.9);
}

.footer-ln-by {
  font-family: RF Dewi Extended;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
          font-feature-settings: "pnum" on, "lnum" on;
  color: rgba(255, 255, 255, 0.8);
  margin-right: 7px;
}

.section-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.content-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.window-video {
  position: relative;
  width: 100%;
  height: 100%;
}

.window-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.window-video-iframe {
  width: 100%;
  height: 100%;
}

.scale-video {
  width: 100%;
  height: 2px;
  background: red;
}

.switching-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
}

.switching-video-list {
  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: 12px;
}

.switching-video-item {
  padding: 8px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 12px;
}

.switching-video-button {
  position: relative;
  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;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  width: 163px;
  height: 91px;
  border-radius: 8px;
  cursor: pointer;
  background: url("../../images/photos/exp.jpg");
}

.switching-video-button .iframe-go {
  padding: 13px;
}

.switching-video-button:hover .iframe-go {
  opacity: 1;
}

.switching-button-list {
  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: 12px;
  margin-left: 23px;
}

.switching-button-item-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: 2px solid #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 12px;
  cursor: pointer;
  padding: 27px 16px 20px 17px;
  -webkit-transition: background 250ms linear;
  transition: background 250ms linear;
}

.switching-button-item-button:hover {
  background: #ffffff;
}

.switching-button-item-button:hover .switching-button-item-text {
  color: #0a84ff;
}

.switching-button-item-button:hover .switching-button-item-icon {
  fill: #0a84ff;
  stroke: #0a84ff;
}

.switching-button-item-text {
  font-family: RF Dewi Extended;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 130%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 13px;
  -webkit-transition: color 250ms linear;
  transition: color 250ms linear;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.switching-button-item-icon {
  width: 16px;
  height: 16px;
  fill: #ffffff;
  stroke: #ffffff;
  -webkit-transition: fill 250ms linear;
  transition: fill 250ms linear;
}

.block-tools {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 112px;
}

.tools-1 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #272727;
  padding: 24px 16px;
  height: 100%;
}

.tools-1-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  gap: 12px;
}

.tools-1-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  padding: 26px 13px;
  background: #1d1d1d;
  border-radius: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  cursor: pointer;
  -webkit-transition: background 250ms;
  transition: background 250ms;
}

.tools-1-button:hover {
  background: #0a84ff;
}

.tools-1-button:hover .tools-1-text {
  color: #ffffff;
}

.tools-1-icon {
  width: 30px;
  height: 25px;
  fill: #ffffff;
  -webkit-transition: fill 250ms linear;
  transition: fill 250ms linear;
}

.tools-1-text {
  margin-top: 12px;
  font-family: RF Dewi Extended;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 130%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  color: #d2d2d2;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: color 250ms linear;
  transition: color 250ms linear;
}

.tools-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #1d1d1d;
  padding: 24px 16px;
}

.tools-2-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}

.tools-2-list-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: #272727;
  padding: 12px;
  border-radius: 12px;
  cursor: pointer;
  -webkit-transition: background 250ms linear;
  transition: background 250ms linear;
}

.tools-2-list-button:hover {
  background: #0a84ff;
}

.tools-2-list-button:hover .tools-2-icon {
  fill: #ffffff;
}

.tools-2-icon {
  width: 16px;
  height: 13px;
  fill: #3b3c3c;
  -webkit-transition: fill 250ms linear;
  transition: fill 250ms linear;
}

.tools-2-list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  margin-top: 12px;
}

.tools-2-item2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tools-2-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: #272727;
  border-radius: 12px;
  padding: 13px 16px;
  width: 100%;
  cursor: pointer;
  -webkit-transition: background 250ms linear;
  transition: background 250ms linear;
}

.tools-2-button:hover {
  background: #0a84ff;
}

.tools-2-button:hover .tools-2-icon2 {
  fill: #ffffff;
}

.tools-2-button:hover .tools-2-text {
  color: #ffffff;
}

.tools-2-button-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #272727;
  border-radius: 12px;
  padding: 13px 16px;
  cursor: pointer;
  -webkit-transition: background 250ms linear;
  transition: background 250ms linear;
  text-decoration: none;
}

.tools-2-button-link:hover {
  background: #0a84ff;
}

.tools-2-button-link:hover .tools-2-icon2 {
  fill: #ffffff;
}

.tools-2-button-link:hover .tools-2-text {
  color: #ffffff;
}

.tools-2-remove {
  display: none;
  position: absolute;
  top: 0;
  left: calc(100% + 15px);
  background: #272727;
  padding: 6px 12px;
  border-radius: 0px 8px 8px 0px;
}

.tools-2-remove-list {
  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: 4px;
}

.tools-2-remove-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  padding: 11px 28px;
  background: #1d1d1d;
  border-radius: 12px;
  font-family: RF Dewi Extended;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 130%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  color: #d2d2d2;
  cursor: pointer;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
}

.tools-2-remove-button:hover {
  color: #ffffff;
  background: #0a84ff;
}

.tools-2-icon2 {
  width: 15px;
  height: 20px;
  margin-bottom: 8px;
  fill: #8d8e8e;
  -webkit-transition: fill 250ms linear;
  transition: fill 250ms linear;
}

.tools-2-text {
  font-family: RF Dewi Extended;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 130%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  color: #8d8e8e;
  -webkit-transition: color 250ms linear;
  transition: color 250ms linear;
}

.tools-line {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #1d1d1d;
  width: 152px;
  height: 100%;
  pointer-events: none;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
}

.tools-line.open-line {
  opacity: 1;
  pointer-events: auto;
}

.tools-line-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.tools-line-item {
  position: relative;
  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;
  background: #1d1d1d;
  padding: 20px 15px;
  border-bottom: 1px solid #2b2b2b;
}

.tools-line-clear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  cursor: pointer;
}

.tools-line-clear:hover .tools-line-clear-icon {
  fill: #0a84ff;
}

.tools-line-clear:hover .tools-line-clear-text {
  color: #0a84ff;
}

.tools-line-clear-icon {
  width: 15px;
  height: 15px;
  margin-right: 8px;
  fill: #8d8e8e;
  -webkit-transition: fill 250ms linear;
  transition: fill 250ms linear;
}

.tools-line-clear-text {
  font-family: RF Dewi Extended;
  font-style: normal;
  font-weight: normal;
  font-size: 9px;
  line-height: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #8d8e8e;
  -webkit-transition: color 250ms linear;
  transition: color 250ms linear;
}

.tools-line-exit,
.tools-forms-button-close,
.tools-text-button-close,
.tools-graph-button-close {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  cursor: pointer;
}

.tools-line-exit:hover .tools-line-exit-icon,
.tools-forms-button-close:hover .tools-line-exit-icon,
.tools-text-button-close:hover .tools-line-exit-icon,
.tools-graph-button-close:hover .tools-line-exit-icon {
  fill: #0a84ff;
}

.tools-line-exit:hover .tools-forms-button-close-icon,
.tools-forms-button-close:hover .tools-forms-button-close-icon,
.tools-text-button-close:hover .tools-forms-button-close-icon,
.tools-graph-button-close:hover .tools-forms-button-close-icon {
  fill: #0a84ff;
}

.tools-line-exit-icon {
  width: 12px;
  height: 12px;
  fill: #8d8e8e;
  -webkit-transition: fill 250ms linear;
  transition: fill 250ms linear;
}

.tools-line-item-text {
  font-family: RF Dewi Extended;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
}

.tools-line-color {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-radius: 50%;
  background: #eb5757;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.tools-line-color-block {
  position: absolute;
  top: 0;
  left: 100%;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px 15px;
  background: #272727;
  border-radius: 0px 8px 8px 0px;
}

.tools-line-color-block-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.tools-line-color-block-item {
  width: calc((100% - 30px) / 4);
}

.tools-line-color-button-white,
.tools-line-color-button-red,
.tools-line-color-button-yellow,
.tools-line-color-button-orange,
.tools-line-color-button-purple,
.tools-line-color-button-blue,
.tools-line-color-button-green {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 25px;
  height: 25px;
  padding: 2px;
  border-radius: 50%;
  border: 2px solid transparent;
  cursor: pointer;
}

.tools-line-color-button-white:hover,
.tools-line-color-button-red:hover,
.tools-line-color-button-yellow:hover,
.tools-line-color-button-orange:hover,
.tools-line-color-button-purple:hover,
.tools-line-color-button-blue:hover,
.tools-line-color-button-green:hover {
  border: 2px solid #ffffff;
}

.tools-line-color-button-white {
  background: white;
}

.tools-line-color-button-red {
  background: red;
}

.tools-line-color-button-yellow {
  background: yellow;
}

.tools-line-color-button-orange {
  background: orange;
}

.tools-line-color-button-purple {
  background: purple;
}

.tools-line-color-button-blue {
  background: blue;
}

.tools-line-color-button-green {
  background: green;
}

.tools-line-color-button-non {
  border: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid transparent;
}

.tools-line-color-button-non:hover {
  border: 2px solid #0a84ff;
  border-radius: 50%;
}

.tools-line-color-button-non-icon {
  width: 25px;
  height: 25px;
}

.tools-line-color-block-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}

.tools-line-color-block-text {
  font-family: RF Dewi Extended;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
}

.tools-line-color-block-number {
  font-family: RF Dewi Extended;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
}

.tools-line-color-block-input {
  -webkit-appearance: none;
  margin-top: 20px;
  background: none;
}

.tools-line-color-block-input::-webkit-slider-runnable-track {
  background: #525252;
  border: 0px solid #ffffff;
  outline: none;
  border-radius: 20px;
  width: 100%;
  height: 4px;
}

.tools-line-color-block-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  margin-top: -5px;
  margin-bottom: -5px;
}

.tools-line-size {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  font-family: RF Dewi Extended;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  cursor: pointer;
}

.tools-line-size-block {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 100%;
  background: #272727;
  border-radius: 0px 8px 8px 0px;
  padding: 24px 12px;
}

.tools-line-size-block-input {
  -webkit-appearance: none;
  background: none;
}

.tools-line-size-block-input::-webkit-slider-runnable-track {
  background: #525252;
  border: 0px solid #ffffff;
  outline: none;
  border-radius: 20px;
  width: 100%;
  height: 4px;
}

.tools-line-size-block-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  margin-top: -5px;
  margin-bottom: -5px;
}

.tools-line-form {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  cursor: pointer;
}

.tools-forms {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  pointer-events: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #1d1d1d;
  width: 152px;
  height: 100%;
  -webkit-transition: opacity 250ms linear;
  transition: opacity 250ms linear;
}

.tools-forms.open-forms {
  opacity: 1;
  pointer-events: auto;
}

.tools-forms-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.tools-forms-list-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 15px;
  border-bottom: 1px solid #2b2b2b;
}

.tools-forms-button-clear {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.tools-forms-button-clear:hover .tools-forms-button-clear-icon {
  fill: #0a84ff;
}

.tools-forms-button-clear:hover .tools-forms-button-clear-text {
  color: #0a84ff;
}

.tools-forms-button-clear-icon {
  width: 12px;
  height: 12px;
  margin-right: 8px;
  fill: #8d8e8e;
  -webkit-transition: fill 250ms linear;
  transition: fill 250ms linear;
}

.tools-forms-button-clear-text {
  font-family: RF Dewi Extended;
  font-style: normal;
  font-weight: normal;
  font-size: 9px;
  line-height: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #8d8e8e;
  -webkit-transition: color 250ms linear;
  transition: color 250ms linear;
}

.tools-forms-button-close {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  cursor: pointer;
}

.tools-forms-button-close:hover .tools-forms-button-close-icon {
  fill: #0a84ff;
}

.tools-forms-button-close-icon {
  width: 12px;
  height: 12px;
  fill: #8d8e8e;
  -webkit-transition: fill 250ms linear;
  transition: fill 250ms linear;
}

.tools-forms-list-item-text {
  font-family: RF Dewi Extended;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
}

.tools-forms-button-color {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: #eb5757;
  border-radius: 50%;
  width: 24px;
  height: 24px;
}

.tools-forms-button-circled {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border-radius: 50%;
  border: 3px solid #ffffff;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.tools-forms-circled {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 0;
  left: 100%;
  padding: 13px 12px;
  border-radius: 0px 8px 8px 0px;
  background: #272727;
}

.tools-forms-circled-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.tools-forms-circled-item {
  width: calc((100% - 30px) / 4);
}

.tools-forms-circled-button-n,
.tools-forms-circled-button-white,
.tools-forms-circled-button-red,
.tools-forms-circled-button-yellow,
.tools-forms-circled-button-orange,
.tools-forms-circled-button-purple,
.tools-forms-circled-button-blue,
.tools-forms-circled-button-green {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

.tools-forms-circled-button-white {
  background: white;
}

.tools-forms-circled-button-red {
  background: #eb5757;
}

.tools-forms-circled-button-yellow {
  background: #f3c747;
}

.tools-forms-circled-button-orange {
  background: #f2994a;
}

.tools-forms-circled-button-purple {
  background: #9b51e0;
}

.tools-forms-circled-button-blue {
  background: #2d9cdb;
}

.tools-forms-circled-button-green {
  background: #27ae60;
}

.tools-forms-circled-button-icon {
  width: 25px;
  height: 25px;
}

.stronge-circled {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tools-forms-list-item-stronge {
  font-family: RF Dewi Extended;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
}

.tools-forms-stronge-input {
  margin-top: 15px;
  -webkit-appearance: none;
  background: none;
}

.tools-forms-stronge-input::-webkit-slider-runnable-track {
  background: #525252;
  border: 0px solid #ffffff;
  outline: none;
  border-radius: 20px;
  width: 100%;
  height: 4px;
}

.tools-forms-stronge-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  margin-top: -5px;
  margin-bottom: -5px;
}

.tools-forms-list-item-stronge {
  font-family: RF Dewi Extended;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
}

.tools-forms-opacity-input {
  margin-top: 15px;
  -webkit-appearance: none;
  background: none;
}

.tools-forms-opacity-input::-webkit-slider-runnable-track {
  background: #525252;
  border: 0px solid #ffffff;
  outline: none;
  border-radius: 20px;
  width: 100%;
  height: 4px;
}

.tools-forms-opacity-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  margin-top: -5px;
  margin-bottom: -5px;
}

.tools-forms-button-size {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  font-family: RF Dewi Extended;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  cursor: pointer;
}

.tools-line-size-forms-input {
  -webkit-appearance: none;
  background: none;
}

.tools-line-size-forms-input::-webkit-slider-runnable-track {
  background: #525252;
  border: 0px solid #ffffff;
  outline: none;
  border-radius: 20px;
  width: 100%;
  height: 4px;
}

.tools-line-size-forms-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  margin-top: -5px;
  margin-bottom: -5px;
}

.tools-forms-list-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 22px 11px;
}

.tools-forms-list-form-item {
  width: calc((100% - 8px) / 2);
}

.tools-forms-line-form-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 15px;
  border: 2px solid transparent;
  background: #35383c;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 12px;
  cursor: pointer;
  -webkit-transition: border 200ms linear;
  transition: border 200ms linear;
}

.tools-forms-line-form-button:hover {
  border: 2px solid #0a84ff;
}

.tools-forms-line-form-button.active {
  border: 2px solid #0a84ff;
}

.tools-forms-list-form-icon {
  width: 28px;
  height: 28px;
}

.tools-line-form-block {
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 100%;
  background: #272727;
  border-radius: 0px 8px 8px 0px;
  padding: 19px 24px;
}

.tools-line-form-block-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  cursor: pointer;
}

.tools-line-form-block-button2 {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  margin-left: 24px;
  cursor: pointer;
}

.tools-line-form-block-icon {
  width: 20px;
  height: 20px;
}

.tools-line-form-icon {
  width: 20px;
  height: 18px;
}

.tools-line-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 22px 12px;
}

.tools-line-select-item {
  width: calc((100% - 8px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tools-line-select-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  cursor: pointer;
  padding: 15px;
  background: #35383c;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 12px;
  border: 2px solid transparent;
}

.tools-line-select-button:hover {
  border: 2px solid #0a84ff;
}

.tools-line-select-button.active {
  border: 2px solid #0a84ff;
}

.tools-line-select-icon {
  width: 30px;
  height: 30px;
}

.tools-texts {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  pointer-events: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #1d1d1d;
  width: 152px;
  height: 100%;
  -webkit-transition: opacity 250ms linear;
  transition: opacity 250ms linear;
}

.tools-texts.open-texts {
  opacity: 1;
  pointer-events: auto;
}

.tools-graph {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  pointer-events: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #1d1d1d;
  width: 152px;
  height: 100%;
  -webkit-transition: opacity 250ms linear;
  transition: opacity 250ms linear;
}

.tools-graph.open-graph {
  opacity: 1;
  pointer-events: auto;
}

.tools-graph-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 10px;
  gap: 8px;
}

.tools-graph-item {
  width: calc((100% - 8px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tools-graph-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #35383c;
  border-radius: 12px;
  padding: 15px;
  border: 2px solid transparent;
  cursor: pointer;
}

.tools-graph-button:hover {
  border: 2px solid #0a84ff;
}

.tools-graph-button.active {
  border: 2px solid #0a84ff;
}

.tools-graph-icon {
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 320px) {
  .container {
    width: 288px;
    padding: 0;
  }
  .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: unset;
    max-width: 288px;
  }
  .content-icon-mobile {
    width: 75px;
    height: 63px;
    margin-top: 32px;
  }
  .content-text-mobile {
    margin-top: 24px;
    font-family: RF Dewi Extended;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 150%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    color: #ffffff;
    max-width: 232px;
  }
}

@media screen and (max-width: 768px) {
  .container {
    width: 636px;
    padding: 0 30px;
  }
  .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: unset;
    max-width: 636px;
  }
  .content-icon-mobile {
    width: 75px;
    height: 63px;
    margin-top: 32px;
  }
  .content-text-mobile {
    margin-top: 24px;
    font-family: RF Dewi Extended;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 150%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    color: #ffffff;
    max-width: 351px;
  }
}

.download {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.download-title {
  font-family: RF Dewi Extended;
  font-style: normal;
  font-weight: 800;
  font-size: 29px;
  line-height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  text-transform: uppercase;
  width: 351px;
  padding: 0 94px;
  color: #ffffff;
}

.download-text {
  font-family: RF Dewi Extended;
  font-style: normal;
  font-weight: normal;
  font-size: 39px;
  line-height: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 82px;
}

.download-toomb {
  width: 100%;
  background: #ffffff;
  border-radius: 12px;
  margin-top: 32px;
  overflow: hidden;
  margin-bottom: 54px;
}

.download-strip {
  background: #0a84ff;
  width: 75%;
  height: 10px;
}
