@font-face {
  font-weight: 300;
  font-family: "KasperskySans";
  font-style: normal;

  font-display: swap;
  src: url("../fonts/KasperskySans-Light.woff") format("woff"),
    url("../fonts/KasperskySans-Light.woff2") format("woff2");
}

@font-face {
  font-weight: 400;
  font-family: "KasperskySans";
  font-style: normal;

  font-display: swap;
  src: url("../fonts/KasperskySans-Medium.woff") format("woff"),
    url("../fonts/KasperskySans-Medium.woff2") format("woff2");
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  min-width: 320px;
  height: 100%;
}

body {
  font-family: "KasperskySans";
}

.leaving__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 64px!important;
}

.leaving__icon {
  width: 100%;
  max-width: 178px;
  margin-bottom: 40px;
}

.leaving__title {
  margin-bottom: 32px;

  font-weight: 400;
  font-size: 36px;
  line-height: 43px;
  color: #1d1d1b;
}

.leaving__text {
  margin-bottom: 56px;

  font-weight: 300;
  font-size: 17px;
  line-height: 140%;
  color: #1d1d1b;
}

.leaving__link {
  color: #00a88e;
  text-decoration: underline;
  cursor: pointer;
}

.leaving__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 146px;
  height: 45px;

  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;

  background: #00a88e;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  margin-bottom: 32px;
}
