@charset "UTF-8";
/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */

/* NORMALIZE / RESET STYLES */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

/* HTML5 display definitions */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}
h3 {
  color: rgb(31, 31, 162) ;
  font-weight: 500;
  font-size: 28px ;
  margin-bottom: 20px;

}
.news-prew > h3 {
  font-size: 18px ;
}

.bottom-info li::before {
  content: none !important; 
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}
.link-fake {
  border-bottom: 0px !important;
}
dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content */
img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content */
figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/* Tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
.contactsList .contactsListElem::before {
  content: none !important;
}

/* FONT DECLARATIONS */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"),
       url("../fonts/Montserrat-Regular.woff") format("woff");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"),
       url("../fonts/Montserrat-Bold.woff") format("woff");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"),
       url("../fonts/Montserrat-Medium.woff") format("woff");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/Montserrat-Semibold.woff2") format("woff2"),
       url("../fonts/Montserrat-Semibold.woff") format("woff");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100;
  font-display: optional;
  src: url("../fonts/Montserrat-Thin.woff2") format("woff2"),
       url("../fonts/Montserrat-Thin.woff") format("woff");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/Montserrat-Light.woff2") format("woff2"),
       url("../fonts/Montserrat-Light.woff") format("woff");
}


html,
body {
  height: 100%;
}

body {
  margin: 0;
}

.span11 {
  width: 100%;
}
.snoska h3 {
  font-size: 22px !important;
}

.colorOrange {
  color: orange;
}

.teapot {
  font: 20px/1.3 "Montserrat";
  min-width: 100%;
}

.teapot * {
  box-sizing: border-box;
  font-family: "Montserrat" !important;
  outline: 0;
}

.teapot a {
  text-decoration: none;
}

.teapot a:hover {
  text-decoration: none;
}

.teapot ul {
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}

.teapot li {
  align-items: center;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0px;
  box-sizing: border-box;
  display: inline-block;
  margin: 10px 0px 0 0;
  min-height: 40px;
  padding: 8px 0px 8px 6px;
  position: relative;
  transition: all 0.3s ease;
}
/* .teapot li::before {
  display: none; 
} */
.teapot ul:not(.container ul) li::before {
  display: none;
}

.teapot label {
  cursor: pointer;
}

.teapot img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

.app-list-personal .app-icon {
  height: 130px;
}

.teapot .diflex,
.teapot .t-advantages__item {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
}

.teapot .diflex--column {
  flex-direction: column;
}
.leftLink {
  margin-left: 24px;
}
.teapot .add-on {
  margin-top: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.teapot .flex {
  flex: 1;
}

.teapot .justify--between {
  justify-content: space-between;
}

.teapot .items--center {
  align-items: center;
}

.teapot .items--bottom {
  align-items: flex-end;
}

.teapot .align--center {
  text-align: center;
}

.teapot .m-left-x1 {
  margin-left: 10px;
}

.teapot .m-top-x1 {
  margin-top: 10px;
}

.teapot .text-align-center {
  text-align: center;
}


/* Container */
.teapot .container {
  margin: 0 auto !important;
  max-width: 1430px !important;
  padding: 0 15px !important;
  width: 100% !important;
}

.teapot .t-container {
  margin: 0 auto;
  max-width: 1460px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
}
.highlightArea .article .offset-bottom3 {
  margin-bottom: 30px;
}
.teapot .t-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
  position: relative;
}
.t-wrapper .offset-bottom3{
  margin-bottom: 0;
}
.teapot .t-middle {
  flex: 1;
}

.t-trial__inner {
  margin-bottom: 0px;
}
.t-trial__downPadding {
  padding-bottom: 0;
}
.teapot .input {
  margin: 0 2px 0 0 !important;
}

.teapot input {
  height: auto;
}

.teapot .container a:visited {
  color: #d63d26;
}

.teapot .container li {
  margin-left: 0px;
}

.teapot .container li::before {
  color: #fc7a22;
  content: "•";
  font-size: 48px;
  left: -12px;
  position: absolute;
  top: 6px;
}
.faqbegin_ul{
  display: flex !important;
  flex-direction: column;
  margin: 0 !important;
}
.teapot .t-btn {
  background: #312f41;
  border: none;
  border-radius: 35px;
  color: #fff;
  display: inline-block;
  font: 600 13px "Montserrat";
  padding: 15px 45px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.teapot .t-btn-main{
  margin: 0 10px !important;
}

.teapot .t-btn-respons{
  margin-left: 6px !important;
}

.teapot .t-btn--little {
  font-size: 12px;
  padding: 15px 25px;
  margin-right: 10px;
}

.teapot .t-btn--primary {
  background: #fc7a22;
  color: #fff;
  padding: 15px 15px;
}

.teapot .t-btn--primary--wide {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
}

.teapot .t-btn--primary--little {
  font-size: 12px;
  padding: 15px 25px;
}

.teapot .t-btn--primary--small {
  font: 600 12px "Montserrat";
  padding: 7px 20px;
}

.teapot .btn-logout {
  background: url("../images/logout.png") center center no-repeat;
  background-size: 30px 30px;
  border: none;
  display: block;
  height: 29px;
  outline: none;
  width: 30px;
}

.teapot .pass-rest {
  color: #fc7a22;
  font: 300 16px "Montserrat";
  margin-left: 115px;
  margin-top: 15px;
}

.teapot .pass-rest--indent {
  margin-left: 35px;
}

.teapot .pass-rest--small {
  border-bottom: 1px solid transparent;
  border-color: #fc7a22;
  display: inline-block;
  font: 300 12px "Montserrat";
  margin: 0px 0 0 0;
  margin-left: 5px;
}

.teapot .pass-rest--notify {
  color: #000;
  position: relative;
}

.teapot .pass-rest--notify::before {
  background: url("../images/teapot-danger.png") center center no-repeat;
  background-size: cover;
  content: "";
  height: 60px;
  left: -30px;
  position: absolute;
  top: 15px;
  width: 5px;
}

.teapot .t-header {
  padding-bottom: 80px !important;
  padding-top: 30px;
}

.teapot .t-header__logo {
  height: 64px;
  padding-right: 0px;
  flex-shrink: 0;
}

.teapot .t-header__logo img {
  height: 64px !important;
  width: auto !important;
  max-width: none !important;
  display: block;
  flex-shrink: 0;
}

.teapot .t-header__logo:first-child {
  display: inline-block;
  margin-bottom: 3px;
  margin-left: 0;
}

.teapot .t-header__enter {
  cursor: pointer;
  display: none;
}

.teapot .t-header__icon {
  width: 33px;
}

.teapot .t-header-form {
  min-width: 260px;
}

.teapot .t-header-form__in {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.teapot .t-header-form__cover {
  display: flex;
  justify-content: space-between;
  width: 66.66%;
}

.teapot .t-header__cover {
  align-items: start;
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: nowrap;
}

.t-header__cover-btn {
  display: flex;
  margin-bottom: 0px;
}

.t-header__cover-btn .t-header__logo:first-child {
  margin-right: 10px;
}

.teapot .logout {
  align-items: center;
  display: flex;
}

.teapot .logout__user-name {
  color: #000;
  font: 600 16px "Montserrat";
  margin-right: 10px;
}

.teapot .t-footer {
  background: #3f3d56;
}

.teapot .t-footer__title {
  color: #fff;
  font: 500 16px "Montserrat";
  margin-top: 50px;
  text-align: center;
  text-transform: uppercase;
}

.teapot .t-footer__text {
  color: #fff;
  font-size: 12px;
  margin: 30px 0;
  text-align: center;
}


.t-cover {
  padding: 0 0 50px 0;
}

.teapot .t-synopsys__description {
  padding: 60px 50px 85px 0;
}

.teapot .t-trial {
  font-size: 0;
  margin-top: -140px;
  padding: 0px;
  margin-bottom: 60px;
}

.teapot .t-trial__inner {
  background: #2f2d3f;
  font-size: 20px;
}

.teapot .t-trial__description {
  padding-left: 30px;
}

.teapot .t-trial__image {
  width: 40%;
}

.teapot .t-trial__image-container {
  background: #f0efff;
}

.teapot .t-block--spaced {
  padding: 0 10%;
}

.teapot .t-block__title {
  color: #33334f;
  font: bold 30px "Montserrat";
  margin-top: 30px;
  text-transform: uppercase;
  text-align: start;
}

.teapot .t-block__title--white {
  color: #fff;
}

.teapot .t-block__subtitle {
  color: #fc7a22;
  font-size: 26px;
  margin-top: 15px;
  text-align: start;
}

.teapot .t-block__text {
  margin-top: 40px;
  text-align: start;
}

.teapot .t-block__text--white {
  color: #fff;
}

.teapot .t-block__actions {
  margin-top: 40px;
  margin-bottom: 12px;
}

.teapot .t-accounting {
  background: #fff;
}

.teapot .t-accounting__title {
  color: #33334f;
  font: bold 40px "Montserrat";
  text-align: center;
  text-transform: uppercase;
}

.teapot .t-accounting__text {
  color: #33334f;
  font-size: 20px;
  padding-bottom: 20px;
}

.teapot .t-accounting__subtitle {
  color: #fc7a22;
  font-size: 25px;
  margin-top: 15px;
  text-align: center;
}

.teapot .t-accounting__info {
  margin-top: 100px;
}

.teapot .t-accounting__btn {
  align-self: flex-start;
}

.teapot .t-accounting__image {
  padding-right: 10%;
}

.teapot .t-new {
  background: #f0efff;
  margin-top: 80px;
  padding: 50px 0 70px;
}

.teapot .t-new__inner {
  background: url("../images/new.png") 50% 0 no-repeat;
  background-size: 100%;
  padding-top: 0px;
}

.teapot .t-new__info {
  padding-top: 42%;
}

.teapot .t-advantages {
  background: #312f41;
  margin-top: 0px;
  padding: 50px 0 70px;
}

.teapot .t-advantages__inner {
  padding-top: 40px;
}

.teapot .t-advantages__info {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 55px;
  border-radius: 10px;
  padding: 75px 60px 60px;
}

.teapot .t-advantages__half {
  width: calc(33.3333333% - 20px);
  min-height: 100px;
}

.teapot .t-advantages__image {
  margin-bottom: 10px;
  max-width: 200px;
  width: 199px;
  height: 191.6px;
}

.teapot .t-advantages__button {
  margin-bottom: -85px;
  width: 100%;
}

.teapot .t-advantages__item {
  margin: 25px 0;
  position: relative;
  min-height: 100px;
}

.teapot .t-advantages__item--mobile-show {
  display: none;
}

.teapot .t-advantages__item--collapsed {
  margin: 0;
}

.teapot .t-advantages__num {
  align-self: flex-start;
  color: #fc7a22;
  flex-basis: 60px;
  font: 300 50px "Montserrat";
}
.t-advantages__numWidth {
  max-width: 260px;
}
.t-advantages__text--width {
  width: 100%;
}
.t-advantages__text {
  font-size: 15.4px;
  min-height: 10px;
}
.teapot .t-advantages__num--mobile-show {
  display: none;
}

.teapot .t-safety {
  padding: 50px 0 70px;
}

.teapot .t-safety__inner {
  background: url("../images/free.png") 50% 100% no-repeat;
  background-size: 100%;
  padding: 40px 0 15px;
}

.teapot .t-safety__info {
  padding-bottom: 46%;
}

.teapot .t-tariffs {
  background: #f9f9fb;
  padding: 60px 0 100px;
}

.teapot .t-tariffs__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.teapot .t-tariffs__name {
  text-align: center;
  margin-bottom: 60px;
  color: #33334f;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
}

.teapot .t-tariffs__blocks {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 30px;
  padding: 0 20px;
}

.teapot .t-tariffs__block {
  background: #fff;
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  position: relative;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  border: 2px solid transparent;
  flex: 1;
  max-width: 320px;
  min-width: 280px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.teapot .t-tariffs__block--secondary {
  transform: scale(0.95);
  margin-top: 40px;
}

.teapot .t-tariffs__block--primary {
  transform: scale(1.08);
  box-shadow: 0 20px 50px rgba(252, 122, 34, 0.15);
  border: 3px solid #fc7a22;
  z-index: 2;
  margin-top: 0;
}

.teapot .t-tariffs__block--primary::before {
  content: "ПОПУЛЯРНЫЙ";
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #fc7a22, #e66a1a);
  color: white;
  padding: 10px 28px;
  border-radius: 25px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 4px 15px rgba(252, 122, 34, 0.3);
}

.teapot .t-tariffs__block:hover {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.teapot .t-tariffs__block--primary:hover {
  box-shadow: 0 30px 60px rgba(252, 122, 34, 0.2);
}

.teapot .t-tariffs__title {
  color: #fc7a22;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
  letter-spacing: -1px;
}

.teapot .t-tariffs__subtitle {
  font-size: 14px;
  color: #2db94d;
  font-weight: 600;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.teapot
  .t-tariffs__block
  > *:not(.t-tariffs__title):not(.t-tariffs__subtitle):not(
    .t-tariffs__value
  ):not(.t-tariffs__price):not(.t-tariffs__more):not(.t-tariffs__btn) {
  font-size: 16px;
  color: #666;
  font-weight: 500;
  margin: 20px 0 8px 0;
  text-align: center;
}

.teapot .t-tariffs__value {
  color: #33334f;
  font-size: 18px;
  font-weight: 300;
  margin: 8px 0 20px 0;
  text-align: center;
}

.teapot .t-tariffs__value span {
  display: inline-block;
  font-size: 28px;
  font-weight: 700;
  color: #fc7a22;
  margin-left: 8px;
}

.teapot .t-tariffs__price {
  font-size: 16px;
  color: #666;
  font-weight: 400;
  margin: -15px 0 25px 0;
  text-align: center;
}

.teapot .t-tariffs__more {
  display: inline-block;
  color: #fc7a22;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  margin: 20px 0;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
}

.teapot .t-tariffs__more:hover {
  border-bottom-color: #fc7a22;
  color: #e66a1a;
}

.teapot .t-tariffs__btn {
  margin-top: auto;
  padding: 16px 24px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  border: 2px solid #ced0d3;
  background: #f8f9fa;
  color: #33334f;
}

.teapot .t-tariffs__btn:hover {
  background: #fc7a22;
  color: white;
  border-color: #fc7a22;
  transform: translateY(-2px);
  text-decoration: none;
}

.teapot .t-btn--primary.t-tariffs__btn {
  background: linear-gradient(135deg, #fc7a22, #e66a1a);
  color: white;
  border: 2px solid transparent;
  box-shadow: 0 4px 15px rgba(252, 122, 34, 0.3);
}

.teapot .t-btn--primary.t-tariffs__btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(252, 122, 34, 0.4);
  background: linear-gradient(135deg, #e66a1a, #d45d17);
}

.contacts-section {
  background: linear-gradient(135deg, #33334f 100%, #764ba2 100%);
  padding: 80px 20px;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.circle-pattern > img {
  max-width: 90%;
}

.contacts-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.contacts-info {
  color: white;
}

.contacts-title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.contacts-subtitle {
  font-size: 1.2rem;
  margin-bottom: 40px;
  opacity: 0.9;
  font-weight: 300;
}

.contact-items {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}

.contact-content {
  flex: 1;
}

.contact-label {
  font-size: 0.9rem;
  opacity: 0.8;
  margin-bottom: 4px;
}

.contact-value {
  font-size: 1.1rem;
  font-weight: 500;
}

.contact-value a {
  color: white;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.contact-value a:hover {
  opacity: 0.8;
}

.visual-element {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-links {
  display: flex;
  gap: 16px;
  margin-top: 30px;
}

.social-link {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.teapot .t-contact-us {
  align-items: center;
  display: flex;
}

.teapot .t-contact-us__text {
  color: #312f41;
  font-size: 23px;
  padding-right: 20px;
  width: 50%;
}

.teapot .t-contact-us__text--white {
  color: #fefefe;
}

.teapot .t-contact-us__form {
  align-items: center;
  display: flex;
  width: 50%;
}

.teapot .t-contact-us__input {
  background: none;
  border: 2px solid #312f41;
  border-radius: 25px;
  color: #312f41;
  font: 500 14px "Montserrat";
  margin-right: 10px;
  padding: 15px 0 15px 20px;
  width: 100%;
}

.teapot .t-contact-us__input::-webkit-input-placeholder {
  color: #312f41;
  font: 500 14px "Montserrat";
}

.teapot .t-contact-us__input::-moz-placeholder {
  color: #312f41;
  font: 500 14px "Montserrat";
}

.teapot .t-contact-us__input:-ms-input-placeholder {
  color: #312f41;
  font: 500 14px "Montserrat";
}

.teapot .t-contact-us__input::-ms-input-placeholder {
  color: #312f41;
  font: 500 14px "Montserrat";
}

.teapot .t-contact-us__input::placeholder {
  color: #312f41;
  font: 500 14px "Montserrat";
}

.teapot .t-contact-us__input--white {
  color: #fefefe;
}

.teapot .t-contact-us__input--white::-webkit-input-placeholder {
  color: #fff;
}

.teapot .t-contact-us__input--white::-moz-placeholder {
  color: #fff;
}

.teapot .t-contact-us__input--white:-ms-input-placeholder {
  color: #fff;
}

.teapot .t-contact-us__input--white::-ms-input-placeholder {
  color: #fff;
}

.teapot .t-contact-us__input--white::placeholder {
  color: #fff;
}

.teapot .t-about-us {
  padding-top: 50px;
}

.teapot .t-about-us--default {
  background: #fff;
}

.teapot .t-about-us--purple {
  background: #3f3d56;
}

.teapot .t-about-us--purple .t-about-us__img {
  background: url("../images/logo-white.png") center center no-repeat;
  background-size: 150px 60px;
  width: 194px;
  height: 40px;
  display: block;
  flex: 0 0 auto;
}

.teapot .t-about-us--purple .t-about-us__tel {
  color: #fefefe;
}

.teapot .t-about-us--purple .t-about-us__copyright {
  color: #fff;
  text-align: center;
}

.teapot .t-about-us__info {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.teapot .t-about-us__logo {
  margin: 0 auto 30px;
  margin-bottom: 30px;
  width: 150px;
  margin: 0 auto 30px auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.teapot .t-about-us__img {
  background: url("../images/logo_clobus.svg") center center no-repeat;
  background-size: 150px 60px;
  padding-bottom: 40%;
}

.teapot .t-about-us__tel {
  color: #767ead;
  display: inline-block;
  font-size: 15px;
}

.teapot .t-about-us__tel--white {
  color: #fefefe;
}

.teapot .t-about-us__connect {
  display: flex;
  justify-content: flex-end;
  padding: 25px 0 50px;
  position: relative;
}

.teapot .t-about-us__copyright {
  font-size: 12px;
  color: #767ead;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.teapot .t-about-us__copyright--white {
  color: #fff;
}

.teapot .t-social {
  display: flex;
}

.teapot .t-social__item:not(:last-child) {
  margin-right: 15px;
}

.teapot .t-social__link {
  display: block;
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 50%;
}

.teapot .t-social__link:hover {
  transition: 0.3s all ease;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.teapot .t-social__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.teapot .t-reg-complete__title {
  font: bold 45px "Montserrat";
  color: #33334f;
  text-align: center;
}

.teapot .t-reg-complete__text {
  font: 300 20px "Montserrat";
  margin-top: 50px;
  text-align: center;
}

.teapot .t-reg-complete__btn {
  display: flex;
  justify-content: center;
  padding: 65px 0 100px;
}

.teapot .t-reg-code {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 500px;
  margin: 80px auto 0;
}

.teapot .t-reg-code__text {
  font: 300 20px "Montserrat";
  color: #000;
  margin-right: 25px;
  white-space: nowrap;
}

.teapot .t-input {
  font: 300 20px "Montserrat";
  color: #000;
  width: 100%;
  padding: 10px 0 10px 15px;
  border: 1px solid #7b7b7b;
  border-radius: 10px;
  background: #f7f7f7;
}

.teapot .t-input:disabled {
  background: none;
  border: none;
  font: 300 20px "Montserrat";
  color: #000;
  padding-left: 0;
}

.teapot .t-input--small {
  font: 300 12px "Montserrat";
  padding: 5px 0 5px 15px;
}

.teapot .t-input::-webkit-input-placeholder {
  font: 300 16px "Montserrat";
  color: #000;
}

.teapot .t-input::-moz-placeholder {
  font: 300 16px "Montserrat";
  color: #000;
}

.teapot .t-input:-ms-input-placeholder {
  font: 300 16px "Montserrat";
  color: #000;
}

.teapot .t-input::-ms-input-placeholder {
  font: 300 16px "Montserrat";
  color: #000;
}

.teapot .t-input::placeholder {
  font: 300 16px "Montserrat";
  color: #000;
}

.teapot .t-reg-form {
  width: 60%;
}

.teapot .t-reg-form--center {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 30px;
}

.teapot .t-reg-form__in {
  margin-top: 45px;
}

.teapot .t-reg-form__in--small .t-reg-form__label:not(:first-child) {
  margin-top: 25px;
}

.teapot .t-reg-form__in--modal .t-reg-form__label:not(:first-child) {
  margin-top: 25px;
}

.teapot .t-reg-form__title {
  font: bold 35px "Montserrat";
  color: #33334f;
  text-transform: uppercase;
}

.teapot .t-reg-form__large {
  width: 100%;
}

.teapot .t-reg-form__label {
  display: flex;
  align-items: center;
}

.teapot .t-reg-form__label--column {
  flex-direction: column;
  align-items: flex-start;
}

.teapot .t-reg-form__label:not(:first-child) {
  margin-top: 45px;
}

.teapot .t-reg-form__wrap {
  width: 100%;
}

.teapot .t-reg-form__wrap--hint {
  position: relative;
}

.teapot .t-reg-form__notify {
  font: 300 16px "Montserrat";
  color: #000;
  margin-left: 240px;
  margin-top: 30px;
}

.teapot .t-reg-form__cover {
  width: 100%;
  position: relative;
}

.teapot .t-reg-form__cover--active .t-input {
  display: block;
}

.teapot .t-reg-form__name {
  width: 140px;
  font: 300 18px "Montserrat";
  color: #000;
}

.teapot .t-reg-form__name--icon {
  position: relative;
}

.teapot .t-reg-form__name--icon::after {
  content: "*";
  color: red;
  margin-left: 5px;
}

.teapot .t-reg-form__name--large {
  white-space: nowrap;
  min-width: 240px;
  padding-right: 15px;
}

.teapot .t-reg-form__btn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  gap: 10px;
}

.teapot .t-reg-form__btn--center {
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 0;
}

.teapot .t-reg-form__wrapper {
  width: 100%;
  display: flex;
  align-items: center;
}

.teapot .data-change {
  position: absolute;
  left: 0;
  bottom: -25px;
  display: inline-block;
  font: 300 12px "Montserrat";
  color: #fc7a22;
  border-bottom: 1px solid #fc7a22;
  cursor: pointer;
}

.teapot .data-change--large {
  font: 300 16px "Montserrat";
  color: #fc7a22;
}

.teapot .hint {
  position: absolute;
  left: 0;
  bottom: -25px;
  display: inline-block;
  font: 300 12px "Montserrat";
  color: #000;
}

.teapot .t-notify {
  font: 300 16px "Montserrat";
  margin-left: 240px;
  margin-top: 5px;
  cursor: pointer;
}

.teapot .t-notify--btn {
  color: #fc7a22;
}

.teapot .t-notify a {
  color: #fc7a22;
}

.teapot .t-check {
  display: flex;
  justify-content: center;
  align-items: center;
}

.teapot .t-check__input {
  display: none;
}

.teapot .t-check__input:checked + .t-check__item::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: url("../images/checkmark.png") center center no-repeat;
  background-size: 8px 8px;
}

.teapot .t-check--small .t-check__item {
  margin: 5px 15px 0 5px;
  font-size: 12px;
}

.teapot .t-check__item {
  position: relative;
  margin: 25px 0 0 0;
  padding-left: 20px;
  font: 300 16px "Montserrat";
  color: #000;
}

.teapot .t-check__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 12px;
  height: 12px;
  border: 1px solid #000;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: white;
}

.teapot .t-reg-steps {
  display: flex;
  justify-content: space-between;
  padding: 45px 0;
}

.teapot .t-reg-steps__item {
  width: calc(50% - 30px);
}

.teapot .t-reg-steps__item:last-child {
  align-self: flex-start;
}

.teapot .t-reg-steps__title {
  font: bold 45px "Montserrat";
  color: #33334f;
}

.teapot .t-reg-steps__subtitle {
  font-size: 18px;
  color: #33334f;
  margin-top: 70px;
}

.teapot .t-reg-steps__link {
  display: inline-block;
  margin-top: 70px;
  font-size: 28px;
  color: #fc7a22;
  border-bottom: 2px solid #fc7a22;
  border-color: #fc7a22;
  text-align: center;
  white-space: nowrap;
}

.teapot .t-reg-steps__text {
  margin-top: 15px;
  font-size: 17px;
  color: #33334f;
}

.teapot .t-reg-steps__img {
  width: 100%;
}

.teapot .restore-password {
  max-width: 750px;
  margin: 0 auto;
}

.teapot .restore-password__title {
  font: bold 45px "Montserrat";
  color: #33334f;
  text-align: center;
}

.teapot .restore-password__in {
  display: flex;
  align-items: center;
  margin: 80px auto 0;
}

.teapot .restore-password__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 65px 0 100px;
}

.teapot .restore-password__text {
  font: 300 20px "Montserrat";
  margin-right: 20px;
  color: #33334f;
}

.teapot .restore-password__notify {
  margin-left: 76px;
  margin-top: 20px;
}

.teapot .restore-password__hint {
  font: 300 20px "Montserrat";
  margin-left: 76px;
  margin-top: 20px;
}

.teapot .restore-password__ref {
  color: #fc7a22;
}


.telegram-btn {
  position: fixed;
  bottom: 50px;
  left: -14.5em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 19px;
  background: #039be5;
  box-shadow: -1px 6px 20px rgba(3, 155, 229, 0.25);
  border-radius: 11px;
  transition: left 0.3s ease;
}

.telegram-btn:hover {
  left: -10px;
  padding-left: 22px;
  padding-right: 23px;
}

.telegram-btn__text {
  color: #fff;
  margin-right: 12px;
}

.telegram-btn__icon {
  width: 25px;
  height: 25px;
  margin-top: 2px;
}

.teapot .t-main-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0 10px 10px;
  list-style: none;
  margin-top: 10px;
}

.teapot .t-main-menu__item {
  margin: 0;
  background: transparent;
}

.teapot .t-main-menu__item:hover {
  background: transparent;
}

.teapot .t-main-menu__link {
  display: inline-block;
  padding: 4px;
  font: bold 16px "Montserrat";
  color: #33334f !important;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
}
.teapot .t-main-menu__link--circle::after{
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  bottom: 20px;
  right: 0px;
  border-radius: 100%;
  background-color: #d63d26ed;
}

.teapot .t-main-menu__link:hover {
  color: #fc7a22;
}

.t-main-menu__item.active .t-main-menu__link {
  background: #d63d26;
  color: #fff !important;
  border-radius: 2px;
}

.t-main-menu__item--logo,
.t-main-menu__item--auth,
.teapot .t-main-menu__item--auth,
.teapot .t-main-menu__item--logo {
  display: none;
}

.t-burger {
  display: none;
  width: 54px;
  height: 44px;
  position: relative;
  border: 0;
  background: transparent;
  padding: 6px;
  margin-left: 0px;
}

.t-burger__line {
  position: absolute;
  left: 10px;
  right: 10px;
  height: 2px;
  background: #33334f;
  border-radius: 2px;
  transition: transform 0.2s ease, opacity 0.2s ease, top 0.2s ease;
}

.t-burger__line:nth-child(1) {
  top: 14px;
}

.t-burger__line:nth-child(2) {
  top: 21px;
}

.t-burger__line:nth-child(3) {
  top: 28px;
}

.t-burger.is-open .t-burger__line:nth-child(1) {
  top: 21px;
  transform: rotate(45deg);
}

.t-burger.is-open .t-burger__line:nth-child(2) {
  opacity: 0;
}

.t-burger.is-open .t-burger__line:nth-child(3) {
  top: 21px;
  transform: rotate(-45deg);
}

.form-inline{
  margin-left: 18px;
}
.t-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 999;
  display: none;
}
.appBlockNav li::before {
  content: none !important;
}
.app-list-mini .app a + a,
.app-list-mini .app a + a:link,
.app-list-mini .app a + a:visited,
.app-list-mini .app a + a:hover,
.app-list-mini .app a + a:focus,
.app-list-mini .app a + a:active {
  color: #000 !important;
}

.app-list-mini .app a:hover {
  color: #000 !important;
}

.t-backdrop.is-show {
  display: block;
}

body.menu-open {
  overflow: hidden;
}

.t-tooltip {
  position: fixed;
  border-radius: 10px;
  background: rgba(203, 199, 245, 0.3);
  backdrop-filter: blur(10px);
  font-size: 12px;
  pointer-events: none;
  display: none;
  z-index: 1000;
  transition: 0.1s ease;
  padding: 12px 16px;
  max-width: 320px;
}

.t-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.t-modal__container {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.t-modal__blackdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.t-modal__content {
  position: relative;
  background-color: #fff;
  padding: 34px 48px;
  max-width: 980px;
  width: 100%;
  border-radius: 20px;
  z-index: 1;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.t-modal__btns--block {
  display: flex;
  justify-content: space-between;
 
}

.t-btn{
  margin: 0 !important;
}

.t-btn__link {
  border: none;
  background: transparent;
  margin-right: 6px;
}


.t-programs {
  padding-top: 260px !important;
}

.teapot .t-programs__bg {
  position: absolute;
  z-index: -1;
}

.t-programs {
  background: url("../images/programs-bg.png");
  background-size: cover;
  padding-top: 350px;
}

.t-programs__inner {
  background: #f0efff;
  padding-bottom: 240px;
}

.t-programs__images {
  margin-top: 64px;
  display: flex;
  justify-content: center;
}

.t-programs__image-container {
  display: flex;
  padding: 64px 32px 32px 32px;
  flex-direction: column;
  align-items: center;
  flex: 1;
  background: #fff;
  box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.06);
  margin-right: 32px;
  max-width: 458px;
  color: #33334f;
}

.t-programs__image-container:last-child {
  margin-right: 0;
}

.t-programs__image-title {
  font-size: 23px;
  font-weight: 700;
  margin-top: 32px;
  align-self: flex-start;
}

.t-programs__image-text {
  font-size: 17px;
  font-weight: 400;
  margin-top: 8px;
  align-self: flex-start;
}

.t-programs__image-picture {
  max-height: 180px;
}

.t-new__options {
  display: flex;
  column-gap: 20px;
  flex-direction: row;
  justify-content: center;
  margin-top: 40px;
}

.t-new__option {
  max-width: 384px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.t-new__option--img {
  margin-bottom: 8px;
}

.t-new__option--text {
  font-weight: 600;
}

.t-new__option--label {
  font-size: 18px;
  opacity: 0.6;
}


.fresh-faqmenu {
  --faq-accent: #fc7a22;
  --faq-text: #33334f;
  --faq-bg: #fffbe6;
}

.fresh-faqmenu .nav.nav-pills {
  display: flex;
  gap: 4px 0px;
  justify-content: start;
  flex-wrap: wrap;
  margin: 0 auto 0px;
  padding: 0;
  list-style: none;
}

.fresh-faqmenu .nav.nav-pills > li {
  display: block;
  margin: 0;
  padding: 0;
  min-height: auto;
  background: none;
  border: none;
  position: static;
  flex: 0 1 auto;
}

.fresh-faqmenu .nav.nav-pills > li,
.fresh-faqmenu > ul > li {
  position: relative;
}

.fresh-faqmenu .nav.nav-pills > li > a,
.fresh-faqmenu > ul > li > a {
  display: block;
  padding: 8px;
  border-radius: 8px;
  border: 1px dashed transparent;
  background: var(--faq-bg);
  font: 600 16px "Montserrat", sans-serif;
  line-height: 1;
  white-space: nowrap;
  transition: border-color 0.2s linear, color 0.2s linear,
    background-color 0.2s linear, box-shadow 0.2s linear;
  text-decoration: none;
  padding-left: 22px;
}

.fresh-faqmenu .nav.nav-pills > li::before,
.fresh-faqmenu > ul > li::before {
  content: "▶";
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}

.fresh-faqmenu .nav.nav-pills > li > a:hover,
.fresh-faqmenu .nav.nav-pills > li > a:focus {
  border-color: var(--faq-accent);
  color: var(--faq-accent) !important;
  outline: none;
}

.fresh-faqmenu .nav.nav-pills > li.active > a,
.fresh-faqmenu .nav.nav-pills > li > a.active {
  border-color: var(--faq-accent);
  color: #fff !important;
}

.fresh-faqmenu > ul {
  display: flex;
  gap: 6px 0px;
  justify-content: start;
  flex-wrap: wrap;
  margin: 0 auto 0px;
  padding: 0;
  list-style: none;
}

.fresh-faqmenu > ul > li {
  display: block;
  margin: 0;
  padding: 0;
  min-height: auto;
  background: none;
  border: none;
  position: static;
  flex: 0 1 auto;
}

.fresh-faqmenu > ul > li > a {
  display: block;
  padding: 8px;
  border-radius: 0px;
  border: 1px dashed transparent;
  background: var(--faq-bg);
  font: 600 16px "Montserrat", sans-serif;
  line-height: 1;
  white-space: nowrap;
  transition: border-color 0.2s linear, color 0.2s linear,
    background-color 0.2s linear, box-shadow 0.2s linear;
  text-decoration: none;
}

.fresh-faqmenu > ul > li > a:hover,
.fresh-faqmenu > ul > li > a:focus {
  border-color: var(--faq-accent);
  color: var(--faq-accent) !important;
  outline: none;
}

.fresh-faqmenu > ul > li > a[href=""],
.fresh-faqmenu > ul > li > a[aria-current="page"] {
  background: #d63d26;
  border-color: var(--faq-accent);
  color: #fff !important;
}

.faq .close-button {
  display: none !important;
}

.faq .faq-item > a {
  position: relative;
  display: block;
  padding-left: 24px;
}

.faq .faq-item > a::before {
  content: "\25B6";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.2s ease;
  line-height: 1;
}

.faq .faq-item > a.is-open::before,
.faq .faq-item > a.active::before {
  transform: translateY(-50%) rotate(90deg);
}

.faq-item a:first-child::before {
  content: none !important;
}

.faq .article table.cyanheadergrid,
.faq .article table[data-cyanheadergrid] {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
  border: 1px solid #dcdfe3;
  background: #fff;
}

.cyanheadergrid {
  margin-top: 10px;
}

.faq .article table.cyanheadergrid th,
.faq .article table.cyanheadergrid td,
.faq .article table[data-cyanheadergrid] th,
.faq .article table[data-cyanheadergrid] td {
  padding: 10px 12px;
  border: 2px solid #dcdfe3;
  vertical-align: top;
}

.faq .article table.cyanheadergrid td > p {
  font-size: 12px;
}

.faq .article table.cyanheadergrid thead th,
.faq .article table[data-cyanheadergrid] thead th {
  background: #e8f6ff;
  color: #333;
  font-weight: 600;
  text-align: left;
}

.faq .article table.cyanheadergrid tbody,
.faq .article table[data-cyanheadergrid] tbody {
  background-color: #fff;
}

.faq .article td.text-center {
  text-align: center;
}

.article ol > li {
  background-color: transparent;
}

.article p {
  font-size: inherit;
  padding-bottom: 12px;
}
.article p, .article li{
  margin: 0 0 14px 0;
}
.article ol > li:hover {
  background-color: transparent;
}

.article ul > li {
  background-color: transparent;
}

.article .faq-item > .article {
  -webkit-text-size-adjust: 100%;
  background-color: #fffff0;
  border: 3px double #aaa;
  color: #333;
  font-family: "ProximaNova", Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 22px;
  margin-top: 15px;
  max-width: 90%;
  padding: 5px 20px 15px 20px;
}


.teapot .modal-narrow {
  margin-left: -160px;
  width: 440px;
}

.auth-buttons {
  display: flex;
  gap: 12px;
  align-items: center;
}

.auth-btn {
  padding: 8px 16px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  white-space: nowrap;
}

.auth-btn--login {
  background: transparent;
  color: #666;
  border: 2px solid #ccc;
}

.auth-btn--login:hover {
  border-color: #999;
  color: #333;
}

.auth-btn--register {
  background: transparent;
  color: #666 !important;
  border: 1px solid #999;
  position: relative;
  overflow: hidden;
}

.auth-btn--register:hover {
  background: #fc7a22;
  border-color: #fc7a22;
  color: white !important;
  text-decoration: none;
}

.auth-btn--login:hover {
  background: #fc7a22;
  border-color: #fc7a22;
  color: white !important;
  text-decoration: none;
}

.auth-btn--demo {
  background: #f0f0f0;
  color: #666;
  border: 2px solid #ddd;
  opacity: 0.7;
  cursor: not-allowed;
}

.user-info {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #333;
}

.user-details {
  text-align: right;
  font-size: 13px;
}

.user-name {
  font-weight: 600;
  margin-bottom: 2px;
}

.user-meta {
  color: #666;
  line-height: 1.3;
}


.teapot .t-solution {
  display: flex;
  padding: 0 45px;
}

.teapot .t-solution h1 {
  font-size: 30px;
  line-height: 1.25;
  text-align: center;
}

.teapot .t-solution h2 {
  font-size: 24px;
  line-height: 1.25;
  text-align: center;
}

.teapot .t-solution .article ul > li {
  margin-left: 27px;
}

.teapot .t-solution .article ul > li::before {
  color: #fc7a40;
  content: "•";
  font-size: 55px;
  left: -27px;
  position: absolute;
  top: -3px;
}

.teapot .t-solution .article a {
  color: #ffff;
}

.teapot .t-solution .t-solution__ref {
  color: #fc7a22;
}

.teapot .t-solution .app-added a {
  color: #fc7a22;
}

.teapot .t-solution .span3 {
  display: block;
  margin: 0;
}

.teapot .t-solution .span9 {
  display: block;
  margin-left: 40px;
  width: calc(100% - 220px);
}

.teapot .t-solution-apps {
  color: #fff;
}

.teapot .t-solution-apps h1,
.teapot .t-solution-apps h2 {
  text-align: center;
}

.teapot .t-solution-apps .app-list-mini {
  display: flex;
  flex-wrap: wrap;
}

.teapot .t-solution-apps a {
  color: #fff;
}

.teapot .t-solution-apps .app {
  margin-top: 30px;
}

.teapot .t-solution-apps .app-icon {
  margin: 0 auto 15px;
}

.teapot .t-solution-apps .app-icon-box {
  margin: 0 auto 15px;
}

.teapot .t-solution-apps .app-icon-box--all {
  display: block;
  height: 140px;
  margin: 0 auto 15px;
  width: 140px;
}

.teapot .t-solution-apps .span2 {
  font-size: 15px;
  margin: 0;
  padding: 0 15px;
  width: 20%;
}

.t-solutions {
  padding: 20px 0 0;
}

.t-solutions a {
  color: #fc7a22;
}

.t-solutions a:visited {
  color: #fc7a22;
}

.t-solutions h1 {
  font-size: 30px;
  line-height: 1.25;
}

.t-solutions h2 {
  font-size: 24px;
  line-height: 1.25;
}

.t-solutions .btn-primary {
  background: #fc7a22 !important;
}

.t-solutions .nav-links {
  margin-bottom: 15px;
}

.t-solutions .span3 {
  text-align: center;
}

.t-solutions .span3 {
  margin: 0;
}

.t-solutions .span9 {
  margin-left: 30px;
}

.header-right-section {
  margin-top: 0px;
}

.t-myapps {
  padding: 0;
}

.t-myapps a {
  color: #fc7a22;
}

.t-myapps a:visited {
  color: #fc7a22;
}

.t-myapps h1 {
  font-size: 30px;
  line-height: 1.25;
}

.t-myapps h2 {
  font-size: 24px;
  line-height: 1.25;
}

.t-myapps .app-title {
  font-size: 16px;
  padding: 0 10px;
}

.t-myapps .app-icon-box .label {
  right: 25px;
  width: auto;
}

.app-icon-box .label {
  left: 32px;
}

.t-myapps .app-actions-item .popover.bottom {
  padding: 10px 20px 12px 10px;
  width: 210px;
}

.app-actions-item .popover.bottom {
  width: 200px !important;
  margin-left: -100px;
  top: 22px;
  padding: 10px;
}
.popover {
  padding-right: 0;
  padding-left: 0;
}
.app-list {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.appBlockNav {
  display: block !important;
}

.form-large.form-horizontal .control-label {
  position: relative;
}

.back-color-gray .pagination a,
.back-color-gray .pagination a:visited,
.back-color-gray .pagination__menu a,
.back-color-gray .pagination__menu a:visited {
  color: #fff !important;
}
.teapot .container .pagination li::before {
  content: none; 
}
.back-color-gray .pagination li.active > a,
.back-color-gray .pagination__menu li.active > a {
  color: #fff !important;
  background: #d63d26;
  border-color: #d63d26;
}


.alertClose {
  float: right;
  margin-right: 40px;
  margin-top: 6px;
  font-size: 26px;
  font-weight: bold;
  line-height: 20px;
  color: #ffffff;
  text-shadow: none;
}

.alertClose:hover,
.alertClose:focus {
  color: #fc7a40;
  text-decoration: none;
  cursor: pointer;
}
.alert_table {
  background-color: #3f3d56;
  padding: 20px 10px;
}

.alert_title {
  font-size: 18px;
  color: white;
  text-shadow: none;
}
.alert_date {
  font-size: 18px;
  color: #fc7a10;
  text-shadow: none;
}
.alert_text {
  margin-left: 10px;
  font-size: 17px;
  color: white;
  display: inline-block;
  text-shadow: none;
}

.alert_table .close {
  color: #ffffff !important;
  opacity: 0.8;
  text-shadow: 0 0 0 transparent;
  cursor: pointer !important;
}
.alert_table .close:hover {
  color: #ffffff !important;
  opacity: 1;
}

.app-list-mini .app a {
  color: white !important;
  text-decoration: none;
}

.article {
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;
}

.article img,
.article video,
.article svg,
.article canvas {
  height: auto !important;
  max-width: 64% !important;
}

.article .rt-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.article .rt-scroll table {
  width: 100% !important;
  border-collapse: collapse;
}
.article table {
  table-layout: auto;
}

.article pre,
.article code,
.article samp {
  max-width: 100%;
  overflow: auto;
}

.article a {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.lb-outerContainer {
  width: 100%;
}

.teapot .auth-buttons {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 0px;
  margin-top: 15px;
}

.teapot .auth-btn {
  padding: 8px 20px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  box-sizing: border-box;
}

.teapot .auth-btn-login {
  background-color: transparent;
  color: #666;
  border: 2px solid #ccc;
}

.teapot .auth-btn-login:hover {
  background-color: #fc7a22;
  border-color: #fc7a22;
  color: white;
  text-decoration: none;
}

.teapot .auth-btn-register {
  background: linear-gradient(135deg, #fc7a22, #e66a1a);
  color: white;
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
}

.teapot .auth-btn-register::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    45deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  transform: rotate(45deg);
  transition: all 0.6s ease;
  opacity: 0;
}

.teapot .auth-btn-register:hover::before {
  animation: shine 1.5s ease infinite;
}

.teapot .auth-btn-register:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(252, 122, 34, 0.3);
  color: white;
  text-decoration: none;
}

@keyframes shine {
  0% {
    transform: translateX(-100%) translateY(-100%) rotate(45deg);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translateX(100%) translateY(100%) rotate(45deg);
    opacity: 0;
  }
}

.teapot .user-info {
  display: flex;
  align-items: flex-end;
  gap: 15px;
  color: #333;
  padding-top: 20px;
}

.teapot .user-welcome {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
}

.teapot .user-name {
  font-weight: 600;
  font-size: 14px;
  color: #333;
}

.teapot .user-status {
  font-size: 12px;
  color: #666;
  display: flex;
  align-items: center;
  gap: 8px;
}

.teapot .status-indicator {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #4caf50;
  display: inline-block;
}

.teapot .user-actions {
  display: flex;
  gap: 8px;
}

.teapot .user-action-btn {
  padding: 6px 12px;
  border-radius: 15px;
  font-size: 12px;
  text-decoration: none;
  transition: all 0.2s ease;
  border: 1px solid #ddd;
  background: white;
  color: #666;
  transition: all ease 0.5s;
}

.teapot .user-action-btn:hover {
  background-color: #fc7a10;
  color: white;
  text-decoration: none;
  transform: translateY(-1px);
}

.teapot .user-action-btn.primary {
  background: linear-gradient(135deg, #fc7a22, #e66a1a);
  color: white;
  border-color: transparent;
}

.teapot .user-action-btn.primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(252, 122, 34, 0.3);
  color: white;
  text-decoration: none;
}

.auth-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 10001;
}

.auth-popup.show {
  display: flex;
}

.auth-popup-content {
  background: white;
  border-radius: 12px;
  padding: 32px;
  width: 90%;
  max-width: 400px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  position: relative;
  animation: slideIn 0.3s ease;
}

@keyframes slideIn {
  from {
    transform: translateY(-20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.auth-popup-close {
  position: absolute;
  top: 12px;
  right: 12px;
  background: none;
  border: none;
  font-size: 24px;
  color: #999;
  cursor: pointer;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.2s ease;
}

.auth-popup-close:hover {
  background-color: #f5f5f5;
  color: #666;
}

.auth-popup-title {
  text-align: center;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 600;
  color: #333;
}

.auth-popup-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.auth-input {
  padding: 12px 16px;
  border: 2px solid #e1e5e9;
  border-radius: 8px;
  font-size: 16px;
  transition: border-color 0.2s ease;
  font-family: "Montserrat", sans-serif;
}

.auth-input:focus {
  outline: none;
  border-color: #fc7a22;
}

.auth-submit {
  background: linear-gradient(135deg, #fc7a22, #e66a1a);
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  font-family: "Montserrat", sans-serif;
}

.auth-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(252, 122, 34, 0.3);
}

.auth-checkbox-group {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #666;
}

.auth-forgot-password {
  text-align: center;
  margin-top: 16px;
}

.auth-forgot-password a {
  color: #fc7a22;
  text-decoration: none;
  font-size: 14px;
}

.auth-forgot-password a:hover {
  text-decoration: underline;
}
.subscribeLink {
  transition: all ease 0.3s;
}
.subscribeLink:hover {
  color: #de8c19 !important;
}
.teapot .desktop-auth {
  display: flex;
  justify-content: flex-end;
}

.teapot .t-menu-auth .auth-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.teapot .t-menu-auth .auth-btn {
  width: 100%;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 16px;
  text-align: center;
  justify-content: center;
}

.teapot .t-menu-auth .auth-btn-login {
  color: #666;
  border: 2px solid #ddd;
  background-color: white;
}

.teapot .t-menu-auth .auth-btn-login:hover {
  background-color: #fc7a22;
  border-color: #fc7a22;
  color: white;
  text-decoration: none;
}

.teapot .t-menu-auth .auth-btn-register {
  background: linear-gradient(135deg, #fc7a22, #e66a1a);
  color: white;
  text-decoration: none;
}

.teapot .t-menu-auth .auth-btn-register:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(252, 122, 34, 0.3);
  color: white;
  text-decoration: none;
}

.teapot .t-menu-auth__user-info {
  text-align: center;
  padding: 20px 0;
}

.teapot .t-menu-auth__user-name {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
}

.teapot .t-menu-auth__user-status {
  font-size: 14px;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 16px;
}

.teapot .t-menu-auth__btns {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.teapot .t-menu-auth__btns .t-btn {
  width: 100% !important;
  text-align: center;
  padding: 12px 24px;
  margin: 0 !important;
}

input,
textarea,
.uneditable-input {
  width: 100%;
  padding: 4px;
}

.partners-page-wrapper {
  padding: 20px 0;
  background-color: #f5f5f5;
}

.partners-header {
  text-align: center;
  padding: 0 15px;
  margin-bottom: 30px;
}

.partners-header h1 {
  font-size: 2rem;
  margin-bottom: 15px;
}

.partners-header p {
  font-size: 1.1rem;
  color: #666;
  margin: 0 auto;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1.5;
  text-overflow: ellipsis;
}

.regions-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 30px 0;
  padding: 0 15px;
}

.region-column {
  background: white;
  border-radius: 8px;
  padding: 15px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
  /* height: auto;         
    align-self: start;  */
}

.region-column:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.region-title {
  font-size: 1.3rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid #fc7a22;
  text-align: center;
}

.partner-item {
  margin-bottom: 15px;
  padding: 10px;
  background: #fafafa;
  border-radius: 5px;
  transition: background 0.2s ease;
}

.partner-item:hover {
  background: #f0f0f0;
}

.partner-name {
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.partner-name:after {
  content: "▼";
  font-size: 0.8em;
  color: #999;
  transition: transform 0.3s ease;
}

.partner-name.expanded:after {
  transform: rotate(180deg);
}

.partner-details {
  display: none;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e0e0e0;
}

.partner-details.show {
  display: block;
}

.detail-row {
  display: flex;
  margin-bottom: 8px;
  font-size: 0.9rem;
}

.detail-label {
  color: #999;
  min-width: 80px;
  margin-right: 10px;
}

.detail-value {
  color: #333;
  word-break: break-word;
}

.detail-value a {
  color: #039be5;
  text-decoration: none;
}

.detail-value a:hover {
  text-decoration: underline;
}

.phone-link {
  color: #fc7a22 !important;
}

.search-section {
  text-align: center;
  margin: 20px 0;
  display: none;
}

.search-form {
  display: inline-flex;
  gap: 10px;
  align-items: center;
}

#searchWaiting,
#searchError {
  text-align: center;
  margin: 20px 0;
}

.bottom-info {
  text-align: center;
  padding: 30px 15px;
  margin-top: 40px;
  background: white;
  border-radius: 8px;
}

.bottom-info p {
  max-width: 800px;
  margin: 0 auto;
  color: #666;
  line-height: 1.6;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.region-column {
  animation: fadeIn 0.5s ease forwards;
}

.region-column:nth-child(1) {
  animation-delay: 0.1s;
}
.region-column:nth-child(2) {
  animation-delay: 0.2s;
}
.region-column:nth-child(3) {
  animation-delay: 0.3s;
}
.region-column:nth-child(4) {
  animation-delay: 0.4s;
}

.popover.top,
.popover.bottom {
  padding: 15px 10px 0 10px;
}

.teapot .desktop-auth {
  display: flex;
  align-items: center;
  gap: 12px;
}

.teapot .desktop-auth .user-welcome {
  display: flex;
  align-items: center;
  gap: 2px;
  min-width: 0;
  flex: 0 1 auto;
}

.teapot .desktop-auth .user-name {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  white-space: nowrap;
}

.teapot .desktop-auth .user-name__text {
  display: inline-block;
  max-width: clamp(140px, 20vw, 280px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.teapot .desktop-auth .user-status {
  white-space: nowrap;
  color: #666;
}

.teapot .desktop-auth .user-actions {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}
.faq_appDelete{
  height: 22px !important;
  margin-right: 0;
}
.errorMessage ul li::before{
content: none !important;
}