/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
:host {
  display: flex;
  align-items: center;
  height: 100%;
}
:host ::ng-deep .img-block {
  flex: 0 0 62.5%;
  width: 62.5%;
  padding-right: 152px;
  zoom: 1;
}
:host ::ng-deep .img-block:before,
:host ::ng-deep .img-block:after {
  content: " ";
  display: table;
}
:host ::ng-deep .img-block:after {
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
:host ::ng-deep .img {
  height: 360px;
  width: 100%;
  max-width: 430px;
  float: right;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% 100%;
}
:host ::ng-deep .cont {
  flex: auto;
}
:host ::ng-deep .cont h1 {
  color: #434e59;
  font-size: 72px;
  font-weight: 600;
  line-height: 72px;
  margin-bottom: 24px;
}
:host ::ng-deep .cont .desc {
  color: rgba(0, 0, 0, 0.43);
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 16px;
}
:host ::ng-deep .cont .actions button:not(:last-child) {
  margin-right: 8px;
}
@media screen and (max-width: 1600px) {
  :host ::ng-deep .img-block {
    padding-right: 88px;
  }
}
@media screen and (max-width: 768px) {
  :host {
    display: block;
    text-align: center;
  }
  :host ::ng-deep .img-block {
    padding-right: 0;
    margin: 0 auto 24px;
  }
}
@media screen and (max-width: 480px) {
  :host ::ng-deep .img-block {
    margin-bottom: -24px;
    overflow: hidden;
  }
}
