@charset "UTF-8";
@import url('./normalize.css');

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype"), url("../fonts/Montserrat-Regular.svg#Montserrat-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Bold.eot");
  src: url("../fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.ttf") format("truetype"), url("../fonts/Montserrat-Bold.svg#Montserrat-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Medium.eot");
  src: url("../fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.ttf") format("truetype"), url("../fonts/Montserrat-Medium.svg#Montserrat-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Semibold.eot");
  src: url("../fonts/Montserrat-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Semibold.woff2") format("woff2"), url("../fonts/Montserrat-Semibold.woff") format("woff"), url("../fonts/Montserrat-Semibold.ttf") format("truetype"), url("../fonts/Montserrat-Semibold.svg#Montserrat-Semibold") format("svg");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Thin.eot");
  src: url("../fonts/Montserrat-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Thin.woff2") format("woff2"), url("../fonts/Montserrat-Thin.woff") format("woff"), url("../fonts/Montserrat-Thin.ttf") format("truetype"), url("../fonts/Montserrat-Thin.svg#Montserrat-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Light.eot");
  src: url("../fonts/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.woff") format("woff"), url("../fonts/Montserrat-Light.ttf") format("truetype"), url("../fonts/Montserrat-Light.svg#Montserrat-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
}

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

@media (max-width: 991px) {
  .teapot {
    font-size: 17px;
  }
}

.teapot .input {
  margin: 0 2px 0 0 !important;
}

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

.teapot .container a {
  color: #fc7a22;
}

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

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

.teapot .container li::before {
  content: "•";
  font-size: 55px;
  color: #fc7a22;
  position: absolute;
  left: -27px;
  top: -3px;
}

@media (max-width: 991px) {
  .teapot .popover.right .arrow {
    top: -6px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    left: 50%;
  }
}

@media (max-width: 991px) {
  .teapot .popover.right {
    left: inherit;
    top: 0;
    right: 0;
    position: absolute;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
}

@media (max-width: 575px) {
  .teapot .popover.right {
    margin: 20px 15px;
  }
}

.teapot input {
  height: auto;
}

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

.teapot .diflex--column {
  flex-direction: column;
}

.teapot .add-on {
  margin-top: 0;
  -webkit-transform: translateY(-50%);
  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 .pass-rest {
  font: 300 16px "Montserrat";
  margin-left: 115px;
  margin-top: 15px;
  color: #fc7a22;
}

@media (max-width: 575px) {
  .teapot .pass-rest {
    margin: 15px 0 0 0;
  }
}

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

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

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

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

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

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

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

.teapot .t-container {
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 575px) {
  .teapot .t-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.teapot .t-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
}

.teapot .t-middle {
  flex: 1;
}

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

.teapot a {
  text-decoration: none;
}

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

.teapot ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.teapot li {
  margin: 0;
}

.teapot a {
  text-decoration: none;
}

.teapot label {
  cursor: pointer;
}

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

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

@media (max-width: 420px) {
  .teapot .modal-narrow {
    top: 0 !important;
  }
}

.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;
}

@media (max-width: 991px) {
  .teapot .t-solution .container {
    max-width: 940px;
    width: auto;
    padding: 0 15px;
  }

  .teapot .t-solution .row {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .teapot .t-solution {
    flex-direction: column;
    align-items: center;
    padding: 0;
  }

  .teapot .t-solution .row {
    margin-left: 0;
  }
}

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

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

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

.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;
  width: calc(100% - 220px);
  margin-left: 40px;
}

@media (max-width: 767px) {
  .teapot .t-solution .span9 {
    width: 100%;
    margin: 0;
  }
}

.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 {
  margin: 0 auto 15px;
  width: 140px;
  height: 140px;
  display: block;
}

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

@media (max-width: 991px) {
  .teapot .t-solution-apps .span2 {
    width: 50%;
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .teapot .t-solution-apps .span2 {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .teapot .t-solution-apps .container {
    max-width: 940px;
    width: auto;
    padding: 0 15px;
  }

  .teapot .t-solution-apps .row {
    margin-left: 0;
  }
}

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

.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;
}

@media (max-width: 991px) {
  .t-solutions .container {
    max-width: 940px;
    width: auto;
    padding: 0 15px;
  }

  .t-solutions .container .row {
    margin-left: 0;
  }

  .t-solutions .container .app {
    padding: 0 15px;
  }

  .t-solutions .app-list {
    margin: 0 -15px;
  }

  .t-solutions .app-list .app-icon {
    margin: 0;
  }

  .t-solutions .span3 {
    float: none;
    margin: 0 auto;
    width: 250px;
  }

  .t-solutions .span9 {
    float: none;
    width: auto;
    text-align: center;
    margin: 25px auto 0;
  }

  .t-solutions .nav-links>li {
    float: none;
  }

  .t-solutions .btn {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .t-solutions .appBlockText {
    font-size: 17px;
  }
}

.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 {
  width: auto;
  right: 25px;
}

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

@media (max-width: 991px) {
  .t-myapps .container {
    max-width: 940px;
    width: auto;
    padding: 0 15px;
  }

  .t-myapps .offset-top3 {
    display: flex;
    flex-wrap: wrap;
  }

  .t-myapps .app-list-personal .app {
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
    vertical-align: top;
    float: none;
    padding: 0 15px;
  }

  .t-myapps .toolbar {
    text-align: center;
  }

  .t-myapps .toolbar td {
    text-align: center;
    display: inline-block;
  }

  .t-myapps .app-icon-box {
    flex: 1;
  }
}

@media (max-width: 575px) {
  .t-myapps {
    padding: 30px 0;
  }

  .t-myapps .app-list-personal .app {
    width: 100%;
  }
}

.teapot .t-btn {
  font: 600 14px "Montserrat";
  color: #fff;
  text-align: center;
  background: #312f41;
  border-radius: 35px;
  text-transform: uppercase;
  padding: 15px 45px;
  border: none;
  white-space: nowrap;
  display: inline-block;
}

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

@media (max-width: 767px) {
  .teapot .t-btn {
    padding: 15px 25px;
  }
}

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

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

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

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

@media (max-width: 767px) {
  .teapot .t-btn--primary {
    padding: 15px 25px;
  }
}

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

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

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

@media (max-width: 991px) {
  .teapot .t-header__inner {
    flex-wrap: wrap;
  }
}

.teapot .t-header__logo {
  padding-right: 20px;
  height: 64px;
}

.teapot .t-header__logo img {
  height: 64px;
  width: auto;
}

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

@media (max-width: 991px) {
  .teapot .t-header__enter {
    display: block;
  }
}

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

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

@media (max-width: 991px) {
  .teapot .t-header-form {
    margin: 50px auto 0;
    display: none;
  }
}

@media (max-width: 991px) {
  .teapot .t-header-form--active {
    display: block;
  }
}

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

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

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

@media (max-width: 991px) {
  .teapot .t-header__cover {
    width: 100%;
    align-items: center;
  }
}

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

@media (max-width: 991px) {
  .teapot .logout {
    margin: 0 auto;
  }
}

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

.teapot .t-footer {
  background: #1400f9;
}

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

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

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

@media (max-width: 991px) {
  .teapot .t-synopsys__description {
    padding: 60px 0;
  }
}

@media (max-width: 1200px) {
  .teapot .t-synopsys__picture {
    display: none;
  }
}

.teapot .t-trial {
  padding: 0 0 80px;
  margin-top: -30px;
  font-size: 0;
}

@media (max-width: 991px) {
  .teapot .t-trial {
    margin-top: 0;
  }
}

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

@media (max-width: 991px) {
  .teapot .t-trial__inner {
    font-size: 17px;
  }
}

@media (max-width: 1200px) {
  .teapot .t-trial__inner {
    padding: 30px 0;
  }
}

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

@media (max-width: 1200px) {
  .teapot .t-trial__description {
    padding-left: 0;
  }
}

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

@media (max-width: 1200px) {
  .teapot .t-trial__image {
    display: none;
  }
}

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

@media (max-width: 1200px) {
  .teapot .t-block--spaced {
    padding: 0;
  }
}

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

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

@media (max-width: 1200px) {
  .teapot .t-block__title {
    text-align: center;
  }
}

@media (max-width: 991px) {
  .teapot .t-block__title {
    font-size: 28px;
  }
}

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

@media (max-width: 1200px) {
  .teapot .t-block__subtitle {
    text-align: center;
  }
}

@media (max-width: 991px) {
  .teapot .t-block__subtitle {
    font-size: 20px;
  }
}

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

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

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

@media (max-width: 991px) {
  .teapot .t-block__actions {
    text-align: center;
  }
}

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

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

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

@media (max-width: 1200px) {
  .teapot .t-accounting__text {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}

@media (max-width: 991px) {
  .teapot .t-accounting__text {
    font-size: 17px;
  }
}

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

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

@media (max-width: 991px) {
  .teapot .t-accounting__info {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }
}

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

@media (max-width: 991px) {
  .teapot .t-accounting__btn {
    align-self: center;
  }
}

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

@media (max-width: 991px) {
  .teapot .t-accounting__image {
    display: none;
  }
}

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

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

@media (max-width: 1200px) {
  .teapot .t-new__inner {
    background: none;
    padding-top: 10px;
  }
}

@media (max-width: 991px) {
  .teapot .t-new__inner {
    background: none;
    padding: 0;
  }
}

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

@media (max-width: 1200px) {
  .teapot .t-new__info {
    padding-top: 0;
  }
}

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

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

@media (max-width: 991px) {
  .teapot .t-advantages__inner {
    padding-top: 20px;
  }
}

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

@media (max-width: 991px) {
  .teapot .t-advantages__info {
    padding: 15px;
  }
}

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

@media (max-width: 767px) {
  .teapot .t-advantages__half {
    width: 100%;
  }
}

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

@media (max-width: 991px) {
  .teapot .t-advantages__image {
    display: none;
  }
}

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

@media (max-width: 991px) {
  .teapot .t-advantages__button {
    margin-bottom: -35px;
    margin-top: 20px;
  }
}

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

@media (max-width: 991px) {
  .teapot .t-advantages__item {
    padding-left: 0;
    align-items: center;
  }
}

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

@media (max-width: 767px) {
  .teapot .t-advantages__item--mobile-show {
    display: flex;
  }
}

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

@media (max-width: 767px) {
  .teapot .t-advantages__item--desktop-hide {
    display: none;
  }
}

.teapot .t-advantages__num {
  font: 100 50px "Montserrat";
  line-height: 40px;
  color: #fc7a22;
  flex-basis: 60px;
  align-self: center;
}

@media (max-width: 991px) {
  .teapot .t-advantages__num {
    font: 100 40px "Montserrat";
    line-height: 30px;
    padding-right: 30px;
  }
}

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

@media (max-width: 767px) {
  .teapot .t-advantages__num--mobile-show {
    display: flex;
  }
}

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

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

@media (max-width: 1200px) {
  .teapot .t-safety__inner {
    background: none;
  }
}

@media (max-width: 991px) {
  .teapot .t-safety__inner {
    padding: 0;
  }
}

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

@media (max-width: 1200px) {
  .teapot .t-safety__info {
    padding-bottom: 0;
  }
}

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

@media (max-width: 991px) {
  .teapot .t-tariffs {
    padding-bottom: 60px;
  }
}

.teapot .t-tariffs__more {
  margin-top: 50px;
  display: block;
}

.teapot .t-tariffs__name {
  padding-bottom: 60px;
}

@media (max-width: 991px) {
  .teapot .t-tariffs__blocks {
    flex-direction: column;
  }
}

.teapot .t-tariffs__block {
  padding: 40px;
}

@media (max-width: 991px) {
  .teapot .t-tariffs__block {
    padding: 25px;
    width: 100%;
    background: #fff;
  }
}

.teapot .t-tariffs__block--primary {
  background: #fff;
  box-shadow: 0 -30px 40px -15px rgba(0, 0, 0, 0.1), 0 30px 40px -15px rgba(0, 0, 0, 0.1);
  position: relative;
  padding-top: 80px;
  font-size: 23px;
}

@media (max-width: 991px) {
  .teapot .t-tariffs__block--primary {
    font-size: 17px;
    padding-top: 40px;
  }
}

.teapot .t-tariffs__block--primary .teapot .t-tariffs__title {
  font-size: 33px;
}

.teapot .t-tariffs__block--primary .teapot .t-tariffs__value span {
  font-size: 55px;
}

@media (max-width: 991px) {
  .teapot .t-tariffs__block--primary .teapot .t-tariffs__value span {
    font-size: 35px;
  }
}

.teapot .t-tariffs__block--secondary {
  background: #fff;
}

.teapot .t-tariffs__title {
  color: #fc7a22;
  font-size: 30px;
  text-transform: uppercase;
}

.teapot .t-tariffs__subtitle {
  font: bold 14px "Montserrat";
  margin: 10px 0 40px;
}

.teapot .t-tariffs__value {
  font: 100 25px "Montserrat";
  color: #fc7a22;
  margin: 20px 0;
}

.teapot .t-tariffs__value span {
  font-size: 40px;
  display: inline-block;
  margin-left: 8px;
}

@media (max-width: 991px) {
  .teapot .t-tariffs__value span {
    font-size: 30px;
  }
}

.teapot .t-tariffs__price {
  font: 100 18px "Montserrat";
  margin-top: -10px;
}

.teapot .t-tariffs__btn {
  padding: 10px;
  width: 100%;
  margin-top: 50px;
}

.teapot .t-contacts {
  background: #312f41;
}

.teapot .t-contacts__inner {
  position: relative;
  padding: 170px 0;
}

@media (max-width: 991px) {
  .teapot .t-contacts__inner {
    padding: 50px 0 30px;
  }
}

.teapot .t-contacts__title {
  text-align: right;
  color: #fff;
  font: 500 2.5vw "Montserrat";
  position: absolute;
  top: 44%;
  right: 25%;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .teapot .t-contacts__title {
    position: relative;
    right: auto;
    top: auto;
    text-align: center;
    font-size: 30px;
  }
}

.teapot .t-contacts__image {
  width: 45%;
}

@media (max-width: 991px) {
  .teapot .t-contacts__image {
    display: none;
  }
}

.teapot .t-contacts__mail {
  background: #ff0000;
  border-radius: 50%;
  display: inline-block;
  width: 8%;
  display: flex;
  align-items: center;
  position: absolute;
  right: 40%;
  bottom: 15%;
}

@media (max-width: 991px) {
  .teapot .t-contacts__mail {
    position: relative;
    right: auto;
    bottom: auto;
    width: 120px;
    margin: 30px auto;
  }
}

.teapot .t-contacts__mail-item {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../images/mail.png") 50% 50% no-repeat;
  background-size: 50%;
}

.teapot .t-contacts__mail:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}

.teapot .t-contacts__teamviewer {
  background: #2e60a3;
  border-radius: 50%;
  display: inline-block;
  width: 9%;
  display: flex;
  align-items: center;
  position: absolute;
  top: 24%;
  right: 11%;
}

@media (max-width: 991px) {
  .teapot .t-contacts__teamviewer {
    position: relative;
    right: auto;
    top: auto;
    width: 200px;
    margin: 30px auto;
  }
}

.teapot .t-contacts__teamviewer-item {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../images/facebook-icon.png") center center no-repeat;
  background-size: 45%;
  border-radius: 50%;
  overflow: hidden;
}

.teapot .t-contacts__teamviewer:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}

.teapot .t-contacts__telegram {
  border-radius: 50%;
  display: inline-block;
  width: 15%;
  display: flex;
  align-items: center;
  position: absolute;
  top: 8%;
  right: 24%;
}

@media (max-width: 991px) {
  .teapot .t-contacts__telegram {
    position: relative;
    right: auto;
    top: auto;
    width: 120px;
    margin: 30px auto;
  }
}

.teapot .t-contacts__telegram-item {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../images/telegram.svg") 50% 50% no-repeat;
  background-size: 100%;
}

.teapot .t-contacts__telegram:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}

.teapot .t-contacts__phone {
  background: #4cb21f;
  border-radius: 50%;
  display: inline-block;
  width: 14%;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  font: bold 20px "Montserrat";
  position: absolute;
  bottom: 11%;
  right: 21%;
}

@media (max-width: 1200px) {
  .teapot .t-contacts__phone {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .teapot .t-contacts__phone {
    position: relative;
    right: auto;
    bottom: auto;
    width: 220px;
    margin: 30px auto;
    font-size: 18px;
  }
}

.teapot .t-contacts__phone-item {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.teapot .t-contacts__phone:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}

.teapot .t-contacts__address {
  background: #ff850d;
  border-radius: 50%;
  display: inline-block;
  width: 17%;
  display: flex;
  text-align: center;
  color: #fff;
  align-items: center;
  justify-content: center;
  font: 600 22px "Montserrat";
  position: absolute;
  right: 15px;
  bottom: 23%;
}

@media (max-width: 1200px) {
  .teapot .t-contacts__address {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .teapot .t-contacts__address {
    position: relative;
    right: auto;
    bottom: auto;
    width: 240px;
    margin: 30px auto;
    font-size: 19px;
  }
}

.teapot .t-contacts__address-item {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 15px;
}

.teapot .t-contacts__address:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}

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

@media (max-width: 991px) {
  .teapot .t-contact-us {
    flex-direction: column;
  }
}

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

@media (max-width: 1200px) {
  .teapot .t-contact-us__text {
    width: 40%;
    margin-right: 20px;
  }
}

@media (max-width: 991px) {
  .teapot .t-contact-us__text {
    width: 100%;
    margin: 0 0 20px 0;
  }
}

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

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

@media (max-width: 1200px) {
  .teapot .t-contact-us__form {
    width: 60%;
  }
}

@media (max-width: 991px) {
  .teapot .t-contact-us__form {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .teapot .t-contact-us__form {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

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

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

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

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

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

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

@media (max-width: 575px) {
  .teapot .t-contact-us__input {
    margin: 0 0 15px 0;
  }
}

.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_clobus_white.svg") center center no-repeat;
  background-size: 150px 60px;
}

.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 {
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.teapot .t-about-us__logo {
  width: 150px;
  margin: 0 auto 30px auto;
}

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

.teapot .t-about-us__logo {
  margin-bottom: 30px;
}

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

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

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

@media (max-width: 991px) {
  .teapot .t-about-us__connect {
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }
}

@media (max-width: 575px) {
  .teapot .t-about-us__connect {
    padding: 45px 0;
  }
}

.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%);
}

@media (max-width: 575px) {
  .teapot .t-about-us__copyright {
    margin-bottom: 15px;
  }
}

@media (max-width: 991px) {
  .teapot .t-about-us__copyright {
    position: static;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.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;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  position: relative;
}

.teapot .t-social__link:hover {
  transition: .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 0;
}

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

@media (max-width: 575px) {
  .teapot .t-reg-code {
    flex-direction: column;
  }
}

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

@media (max-width: 575px) {
  .teapot .t-reg-code__text {
    margin: 0 0 20px 0;
  }
}

.teapot .t-input {
  font: 300 20px "Montserrat";
  color: #000;
  padding: 10px 0 10px 15px;
  width: 100%;
  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%;
}

@media (max-width: 991px) {
  .teapot .t-reg-form {
    width: 100%;
  }
}

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

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

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

@media (max-width: 575px) {
  .teapot .t-reg-form__in--modal {
    margin-top: 15px;
  }
}

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

@media (max-width: 575px) {
  .teapot .t-reg-form__in--modal .t-reg-form__label:not(:first-child) {
    margin-top: 5px;
  }
}

@media (max-width: 575px) {
  .teapot .t-reg-form__in--modal .t-reg-form__title {
    font-size: 25px;
  }
}

@media (max-width: 575px) {
  .teapot .t-reg-form__in--modal .pass-rest {
    font-size: 14px;
  }
}

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

@media (max-width: 575px) {
  .teapot .t-reg-form__title {
    text-align: center;
    font: bold 25px "Montserrat";
  }
}

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

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

@media (max-width: 575px) {
  .teapot .t-reg-form__label {
    flex-direction: column;
    align-items: flex-start;
  }
}

.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;
}

@media (max-width: 767px) {
  .teapot .t-reg-form__notify {
    margin: 30px 0 0 0;
  }
}

.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;
}

@media (max-width: 767px) {
  .teapot .t-reg-form__name {
    margin-bottom: 5px;
  }
}

@media (max-width: 575px) {
  .teapot .t-reg-form__name {
    margin-bottom: 5px;
  }
}

.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 {
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media (max-width: 991px) {
  .teapot .t-reg-form__btn {
    justify-content: center;
  }
}

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

@media (max-width: 575px) {
  .teapot .t-reg-form__btn--center {
    padding: 15px;
  }
}

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

@media (max-width: 767px) {
  .teapot .t-reg-form__wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}

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

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

.teapot .hint {
  position: absolute;
  left: 0;
  display: inline-block;
  font: 300 12px "Montserrat";
  color: #000;
  top: calc(100% + 5px);
}

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

@media (max-width: 767px) {
  .teapot .t-notify {
    margin: 5px 0 0 0;
  }
}

.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 {
  font: 300 16px "Montserrat";
  color: #000;
  margin: 25px 0 0 0;
  position: relative;
  padding-left: 20px;
}

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

@media (max-width: 575px) {
  .teapot .t-check__item {
    margin: 15px 0 0 0;
  }
}

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

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

@media (max-width: 1200px) {
  .teapot .t-reg-steps__item {
    width: 100%;
  }
}

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

@media (max-width: 1200px) {
  .teapot .t-reg-steps__item:last-child {
    display: none;
  }
}

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

@media (max-width: 767px) {
  .teapot .t-reg-steps__title {
    font: bold 35px "Montserrat";
    text-align: center;
  }
}

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

@media (max-width: 1200px) {
  .teapot .t-reg-steps__subtitle {
    margin-top: 45px;
  }
}

@media (max-width: 767px) {
  .teapot .t-reg-steps__subtitle {
    text-align: center;
  }
}

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

@media (max-width: 1200px) {
  .teapot .t-reg-steps__link {
    margin-top: 35px;
  }
}

@media (max-width: 767px) {
  .teapot .t-reg-steps__link {
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  .teapot .t-reg-steps__link {
    font-size: 16px;
    border-bottom: 1px solid #fc7a22;
  }
}

@media (max-width: 420px) {
  .teapot .t-reg-steps__link {
    font-size: 12px;
  }
}

.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;
}

@media (max-width: 575px) {
  .teapot .restore-password__title {
    font: bold 25px "Montserrat";
  }
}

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

@media (max-width: 575px) {
  .teapot .restore-password__in {
    flex-direction: column;
    align-items: center;
  }
}

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

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

@media (max-width: 575px) {
  .teapot .restore-password__text {
    margin: 0 0 20px 0;
  }
}

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

@media (max-width: 575px) {
  .teapot .restore-password__notify {
    margin: 20px 0 0 0;
    text-align: center;
  }
}

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

@media (max-width: 575px) {
  .teapot .restore-password__hint {
    margin: 20px 0 0 0;
    text-align: center;
  }
}

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

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

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

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

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

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

.teapot .t-main-menu__item {
  margin: 0 20px
}

.teapot .t-main-menu__link {
  text-decoration: none;
  font: bold 20px "Montserrat";
  color: #33334f;
  transition: all 0.3s ease;
}

@media (max-width: 991px) {
  .teapot .t-main-menu__link {
    font-size: 15px;
  }
}

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

@media (max-width: 575px) {
  .teapot .t-main-menu__item {
    margin: 0 7px;
  }

  .teapot .t-main-menu__link {
    font-size: 11px
  }
}