.forum-post-text {
  white-space: pre-wrap;
}

.errortext {
  color: red
}

.notetext {
  color: green
}

.starrequired {
  color: red
}

.arrow_box {
  position: relative;
  background: #fff;
  border-bottom: 1px solid #d5d5d5;
  margin: 16px 0;
  padding: 0 0 16px 0
}

.arrow_box:after,
.arrow_box:before {
  top: 100%;
  left: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none
}

.arrow_box:after {
  border-color: #fff;
  border-top-color: #fff;
  border-width: 9px;
  margin-left: -9px
}

.arrow_box:before {
  border-color: #d5d5d5;
  border-top-color: #d5d5d5;
  border-width: 10px;
  margin-left: -10px
}

.arrow_end {
  position: relative;
  background: #fff;
  border-bottom: 1px solid #d5d5d5;
  margin: 16px 0;
  padding: 0 0 16px 0
}

.vertical_text {
  float: left;
  display: inline-block;
  padding: 0 60px 0 33px
}

.table_arenda {
  white-space: nowrap
}

.table_arenda tbody tr td:first-of-type {
  min-width: 254px;
  padding-right: 18px
}

.table_arenda tbody tr td:last-of-type {
  padding-left: 18px
}

.table_arenda tbody tr td {
  padding-top: 10px
}

.table_feature tbody td {
  vertical-align: top;
  width: 300px;
  padding-right: 60px
}

.table_feature {
  border-spacing: 0
}

.sidebar {
  top: 0;
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1)
}

.bg-agbis-red {
  background: #BC262C
}

.bg-agbis-gray {
  background: #252c37
}

.borderless td,
.borderless th {
  border: none
}

.bx-actions-col {
  display: none
}

.bx-left {
  display: none
}

table#ticket_grid {
  border-left: solid 1px #d6d6d6;
  border-top: solid 1px #d6d6d6
}

.triangle {
  position: relative;
  border-bottom: 1px solid #aaa
}

.triangle:before,
.triangle:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 25px;
  border-width: 15px 15px 0;
  border-style: solid;
  border-color: #aaa transparent
}

.triangle:after {
  bottom: -14px;
  border-color: #fff transparent
}

.triangle-solid {
  position: relative;
  border-bottom: 1px solid #aaa
}

.cryptedmail:after {
  content: attr(data-name) "@" attr(data-domain) "." attr(data-tld);
}

html,
body {
  height: 100%;
  width: 100%;
}

.block {
  margin-top: 60px;
  margin-bottom: 10px;
}

.block-title {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.22;
  color: #252c37;
  margin-bottom: 20px;
}

.block-title-item {
  color: #b42827;
}

.product-card {
  display: flex;
  flex-direction: column;
  background-color: #f2f2f2;
  border-radius: 10px;
  max-width: 365px;
  min-width: 365px;
  height: 200px;
  padding: 20px;
}

.product-small-card {
  position: relative;
  margin-right: 40px;
  margin-bottom: 40px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.product-small-card::after {
  content: "";
  border-radius: 5px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.product-small-card:hover {
  -webkit-transform: scale(1.02, 1.02);
  transform: scale(1.02, 1.02);
}

.product-small-card:hover::after {
  opacity: 1;
}

.product-card-platforma {
  height: 486px;
  width: 422;
  margin-right: 40px;
  margin-bottom: 40px;
}

.product-card-title-block {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.22;
}

.product-card-img {
  position: absolute;
  margin-left: -20px;
  margin-top: -30px;
}

.product-card-img-line {
  position: absolute;
  margin-left: -20px;
  margin-top: 46px;
}

@media (max-width: 480px) {
  .product-card-img-line {
    margin-left: 0px;
  }
}

.product-card-title {
  align-self: end;
  color: #b42827;
  font-weight: 700;
}

.product-card-subtitle {
  align-self: end;
  color: #121212;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 30px;
}

.product-card-big-subtitle {
  align-self: end;
  color: #121212;
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 30px;
}

.product-card-body {
  flex-grow: 1;
  font-size: 17px;
  line-height: 1.15;
  color: #252c37;
}

.product-card-button {
  display: flex;
  align-self: center;
}

.product-first-block {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}

.product-card-block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.product-card-platforma-1 {
  z-index: 0;
}

.product-card-platforma-2 {
  background-color: #e5e5e5;
  margin-left: -60px;
  padding-left: 60px;
  z-index: -10;
}

@media (max-width: 480px) {
  .product-card-platforma-2 {
    background-color: #e5e5e5;
    margin-left: 0;
    padding-left: 20px;
  }
}

.product-card-platforma-3 {
  background-color: #d9d9d9;
  margin-left: -60px;
  padding-left: 60px;
  z-index: -20;
}

@media (max-width: 480px) {
  .product-card-platforma-3 {
    background-color: #e5e5e5;
    margin-left: 0;
    padding-left: 20px;
  }
}


.contacts__containter {
  display: flex;
}

.contacts__column {
  width: 50%;
  padding: 0 60px;
}

.new-ticket {
  max-width: 220px;
  margin: 0 0 30px 0;
}

.footer__a {
  margin-bottom: 20px;
}

.footer__img {
  max-height: 65px;
}

.site-iframe {
  display: block;
  background: #000;
  border: none;
  height: 100vh;
  width: 100vw;
}

@media (max-width: 600px) {
  .contacts__containter {
    flex-direction: column;
  }
  .contacts__column {
    width: 100%;
    padding: 20px 30px 20px 30px;

  }
}