@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

svg use {
  fill: #fff3df;
  fill-rule: evenodd;
}

.path {
  fill: #fff3df;
  stroke: #fff3df;
}

a {
  color: inherit;
}

html {
  scroll-behavior: smooth;
}

.svg-menu rect,
.menu {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

body {
  font-family: "Poppins", Arial, sans-serif;
  width: 100%;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  overflow-x: hidden;
  background: #292526;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
}

body.active {
  margin-top: 80px;
}

* {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ul {
  list-style: none;
}

ul > li {
  display: inline-block;
}

span {
  display: inline-block;
}

.image img {
  display: block;
}

.header {
  z-index: 1000;
  width: 100%;
  background: #292526;
}

.main > * + * {
  margin-top: 20px;
}

.image img {
  margin: auto;
}

.content {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 20px;
  background: #393637;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

a {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

h1,
h2,
h3,
h4,
.title {
  font-weight: 700;
  z-index: 100;
  color: #fec07e;
  text-transform: uppercase;
}

h1,
.title.general {
  font-size: 48px;
  line-height: 60px;
  color: #fff;
  text-align: center;
}

h1 span {
  display: block;
  color: #fec07e;
}

h2,
.title.high {
  font-size: 32px;
  line-height: 40px;
  text-align: center;
}

h2 > span {
  padding: 0 120px;
}

h2 > span:before,
h2 > span:after {
  content: "";
  position: absolute;
  display: block;
  width: 100px;
  height: 20px;
  top: -webkit-calc(50% - 10px);
  top: -moz-calc(50% - 10px);
  top: calc(50% - 10px);
  -moz-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

h2 > span:before {
  background-image: url(../images/first-bonus-left.svg);
  left: 0;
}

h2 > span:after {
  background-image: url(../images/first-bonus-right.svg);
  right: 0;
}

h3,
.title.middle {
  font-size: 24px;
  line-height: 32px;
  color: #fec07e;
  text-align: left;
}

h4,
.title.small {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: left;
}

.button {
  min-width: 230px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fec882),
    to(#ffa06d)
  );
  background: -webkit-linear-gradient(#fec882, #ffa06d);
  background: -moz-linear-gradient(#fec882, #ffa06d);
  background: -o-linear-gradient(#fec882, #ffa06d);
  background: linear-gradient(#fec882, #ffa06d);
  color: #292526;
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  padding: 15.5px 30px;
  display: inline-block;
  position: relative;
  height: auto;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  margin: auto;
  z-index: 10;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.button:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.button.outline {
  color: #fec07e;
  border: 1px solid #fec07e;
  background: transparent;
  padding: 14.5px 30px;
}

.button.outline:hover {
  background: #fec07e;
  color: #292526;
}

/* header */

/* first */

.content.header__content {
  padding: 15px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  background: transparent;
  border: none;
  min-height: 80px;
}

.header.active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.logo img {
  display: block;
  max-width: none;
}

.header__logo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 120px;
  -moz-box-flex: 0;
  flex: 0 1 120px;
}

.header__menu-button {
  display: none;
  background: transparent;
  z-index: 1001;
}

.header__menu-button svg {
  display: block;
}

.header__buttons > .button:first-child {
  background: transparent;
  padding: 6px 15px;
  border: 1.5px solid #fec07e;
  color: #fec07e;
  min-width: 110px;
}

.header__buttons > .button:first-child:hover {
  background: #fec07e;
  color: #292526;
}

.header__buttons > .button:nth-child(2) {
  padding: 7.5px 30px;
  margin-left: 7px;
  min-width: 170px;
}

.header__language {
  margin-left: 20px;
  height: 24px;
}

.header__language img {
  margin: auto;
}

.header__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.header__menu {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
  margin-left: 40px;
}

.header__menu > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  flex: 1 1 auto;
  text-align: right;
  overflow: hidden;
}

.header__menu > ul a {
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  padding: 12.5px 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  color: #94897a;
}

.header__menu > ul a:hover {
  color: #fff;
}

.header__menu > ul li + li {
  margin-left: 70px;
}

.header__menu > ul li + li:before {
  content: url(../images/menu.svg);
  position: absolute;
  left: -52.5px;
  top: -webkit-calc(50% - 10px);
  top: -moz-calc(50% - 10px);
  top: calc(50% - 10px);
}

.header__expand-menu {
  display: none;
  margin-bottom: 50px;
}

.header__expand-menu img {
  display: block;
}

.header__expand-menu > * {
  display: none;
  width: 100%;
}

.header__expand-menu > *:nth-child(2) a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
}

.header__expand-menu li {
  display: block;
}

.header__expand-menu > *:nth-child(2) a {
  /* background-color: rgba(255, 255, 255, 0.1); */
  color: #fff;
  font-weight: 700;
  padding: 12.5px;
  margin-bottom: 15px;
  width: 100vw;
}

.header__expand-menu > *:nth-child(2) li:nth-child(n + 2) a:before {
  content: url(../images/menu.svg);
  position: absolute;
  left: -webkit-calc(50% - 17.5px);
  left: -moz-calc(50% - 17.5px);
  left: calc(50% - 17.5px);
  top: -17px;
}

.expand__menu > *:nth-child(2) > li:last-child a {
  margin-bottom: 0;
}

/* cover */

.cover {
  overflow: hidden;
}

.content.cover__content {
  padding: 24px 0;
  overflow: visible;
  background: transparent;
  text-align: center;
}

.cover__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.cover__bg img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: none;
  max-height: none;
  width: 100%;
  height: 100%;
}

.cover__wrap {
  z-index: 100;
  max-width: 620px;
  width: 70%;
  margin: auto;
  padding: 20px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.cover__wrap > * + * {
  margin-top: 16px;
}

.cover__image {
  position: absolute;
  bottom: 0;
  z-index: 50;
  height: 100%;
}

.cover__image.left {
  height: -webkit-calc(100% - 165px);
  height: -moz-calc(100% - 165px);
  height: calc(100% - 165px);
  left: 0;
}

.cover__image.right {
  height: -webkit-calc(100% - 165px);
  height: -moz-calc(100% - 165px);
  height: calc(100% - 165px);
  right: 0;
}

.cover__image img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: none;
  max-height: none;
  height: 100%;
}

.cover__desc {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #fff;
}

.cover__decor {
  font-weight: 700;
}

.cover__decor > span {
  padding: 0 120px;
}

.cover__decor > span:before,
.cover__decor > span:after {
  content: "";
  position: absolute;
  display: block;
  width: 100px;
  height: 20px;
  top: -webkit-calc(50% - 10px);
  top: -moz-calc(50% - 10px);
  top: calc(50% - 10px);
  -moz-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.cover__decor > span:before {
  background-image: url(../images/first-bonus-left.svg);
  left: 0;
}

.cover__decor > span:after {
  background-image: url(../images/first-bonus-right.svg);
  right: 0;
}

.cover__button.button {
  font-size: 20px;
  text-transform: uppercase;
}

/* main info */

.article table {
  text-align: left;
}

.wrap {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 2px solid #4e4842;
  overflow: hidden;
  background: #292526;
}

.info__desc {
  background: #4e4842;
  padding: 12px 15px;
  text-align: center;
}

table {
  width: 100%;
}

table tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}

table a {
  color: #fff;
}

table a:hover {
  text-decoration: underline;
}

table tr td {
  padding: 12px 15px;
  border: 1px solid #4e4842;
}

table tr td:first-child {
  border-left: none;
}

table tr td:last-child {
  border-right: none;
}

table tbody tr:last-child td {
  border-bottom: none;
}

.info__table tr td:first-child {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 25%;
  -moz-box-flex: 0;
  flex: 0 1 25%;
  min-width: 220px;
}

.info__table tr td:nth-child(2) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 75%;
  -moz-box-flex: 0;
  flex: 0 1 75%;
  max-width: -webkit-calc(100% - 220px);
  max-width: -moz-calc(100% - 220px);
  max-width: calc(100% - 220px);
}

table img {
  display: block;
  margin: auto;
}

table thead tr {
  color: #fff;
  background: #4e4842;
}

table thead td:nth-last-child(n + 2) {
  border-right: 1px solid #292526;
}

table thead td:nth-child(n + 2) {
  border-left: 1px solid #292526;
}

.article table + * {
  margin-top: 16px;
}

table.small {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

table.small tr td:first-child {
  font-weight: 700;
}

table.small tr td {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 50%;
  -moz-box-flex: 0;
  flex: 0 1 50%;
}

.slots__table tr td {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 25%;
  -moz-box-flex: 0;
  flex: 0 1 25%;
}

.slot__content > * + * {
  margin-top: 16px;
}

.points li {
  display: block;
  padding-left: 40px;
}

.points li + li {
  margin-top: 16px;
}

.points li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  background-size: cover;
  background-image: url(../images/slot-list.svg);
}

.list li,
.article .list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  padding: 0;
}

.article .list li:before {
  content: none;
}

.list > li + li,
.article .list > li + li {
  margin-top: 8px;
}

.list > li div:first-child {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 40px;
  -moz-box-flex: 0;
  flex: 0 1 40px;
  height: 40px;
  width: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #292526;
  color: #fec07e;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  border: 1px solid #4e4842;
}

.list > li div:last-child {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 -webkit-calc(100% - 40px);
  -moz-box-flex: 0;
  flex: 0 1 calc(100% - 40px);
  padding-left: 16px;
}

/* pros */

.pros__content > * + * {
  margin-top: 16px;
}

.pros__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  align-items: stretch;
  margin-top: 0;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pros-list__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 -webkit-calc((100% - 20px) / 2);
  -moz-box-flex: 0;
  flex: 0 1 calc((100% - 20px) / 2);
  margin-top: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #4e4842;
  padding: 30px 20px 30px 68px;
  display: block;
}

.pros-item__desc {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #fec07e;
  margin-bottom: 16px;
}

.pros-item__list li {
  display: block;
}

.pros-item__list li + li {
  margin-top: 8px;
}

.pros-item__desc:before {
  content: "";
  position: absolute;
  left: -40px;
  width: 20px;
  height: 2px;
  top: -webkit-calc(50% - 1px);
  top: -moz-calc(50% - 1px);
  top: calc(50% - 1px);
  background: #94897a;
}

.pros-list__item:first-child .pros-item__desc:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 20px;
  top: -webkit-calc(50% - 10px);
  top: -moz-calc(50% - 10px);
  top: calc(50% - 10px);
  left: -31px;
  background: #94897a;
}

.bonus__content > * + * {
  margin-top: 16px;
}

/* first bonus */

.first-bonus__content.content {
  padding: 20px 0;
  overflow: hidden;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  display: block;
}

.first-bonus__image {
  position: absolute;
  bottom: 0;
  height: 100%;
  z-index: 1;
}

.first-bonus__image.left {
  left: 0;
}

.first-bonus__image.right {
  right: 0;
}

.first-bonus__image img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: none;
  max-height: none;
  height: 100%;
}

.first-bonus__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.first-bonus__bg img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: none;
  max-height: none;
  width: 100%;
  height: 100%;
}

.first-bonus__wrap {
  text-align: center;
  margin: auto;
  z-index: 100;
  color: #fff;
  max-width: 610px;
  width: 75%;
  padding: 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.first-bonus__title.title.high {
  font-size: 48px;
  line-height: 56px;
  font-style: normal;
  text-transform: capitalize;
}

div.first-bonus__title {
  color: #fff;
}

.first-bonus__wrap > * + * {
  margin-top: 16px;
}

.first-bonus__desc > span {
  font-weight: 700;
  padding: 0 120px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

.first-bonus__desc > span:before,
.first-bonus__desc > span:after {
  content: "";
  position: absolute;
  display: block;
  width: 100px;
  height: 20px;
  top: -webkit-calc(50% - 10px);
  top: -moz-calc(50% - 10px);
  top: calc(50% - 10px);
  -moz-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.first-bonus__desc > span:before {
  background-image: url(../images/first-bonus-left.svg);
  left: 0;
}

.first-bonus__desc > span:after {
  background-image: url(../images/first-bonus-right.svg);
  right: 0;
}

.first-bonus__content.content:hover .first-bonus__button {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.first-bonus__footnote {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

.first-bonus__button.button {
  font-size: 20px;
}

.first .first-bonus__image.left {
  height: -webkit-calc(100% - 100px);
  height: -moz-calc(100% - 100px);
  height: calc(100% - 100px);
}

.first .first-bonus__image.right {
  height: -webkit-calc(100% - 70px);
  height: -moz-calc(100% - 70px);
  height: calc(100% - 70px);
}

.third .first-bonus__image.left {
  height: -webkit-calc(100% - 46px);
  height: -moz-calc(100% - 46px);
  height: calc(100% - 46px);
}

.third .first-bonus__image.right {
  height: -webkit-calc(100% - 80px);
  height: -moz-calc(100% - 80px);
  height: calc(100% - 80px);
}

.fifth .first-bonus__image.left {
  height: -webkit-calc(100% - 66px - 66px);
  height: -moz-calc(100% - 66px - 66px);
  height: calc(100% - 66px - 66px);
  bottom: 66px;
  left: 56px;
}

.fifth .first-bonus__image.right {
  height: -webkit-calc(100% - 77px - 77px);
  height: -moz-calc(100% - 77px - 77px);
  height: calc(100% - 77px - 77px);
  bottom: 77px;
  right: 56px;
}

/* support */

/* article  */

.article {
  text-align: center;
}

.article li,
.article p {
  text-align: left;
}

article > *,
.article > * {
  margin-top: 16px;
}

.article > * + .button,
article > * + .button {
  margin-top: 16px;
}

article > *:first-child,
.article > *:first-child,
article > a.button:first-child,
.article > a.button:first-child {
  margin-top: 0;
}

article li,
.article li {
  padding-left: 52px;
  display: block;
  text-align: left;
}

article li span,
.article li span {
  font-weight: 700;
}

article li + li,
.article li + li {
  margin-top: 10px;
}

.article ul li:before,
article ul li:before {
  content: "";
  width: 7px;
  height: 7px;
  background: #fec07e;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 27px;
  top: -webkit-calc(50% - 4.5px);
  top: -moz-calc(50% - 4.5px);
  top: calc(50% - 4.5px);
}

.article ol,
article ol {
  list-style-position: inside;
  list-style: none;
}

.article ol > li,
article > ol li {
  counter-increment: ol;
}

.article ol > li:before,
article ol > li:before {
  content: counter(ol) ".";
  font-size: inherit;
  line-height: inherit;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  color: #fff;
}

.article > ol > li:marker,
article > ol > li:marker {
  content: counters(li);
}

.article .image {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}

.article .image img {
  width: 100%;
  max-width: 610px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.article li ul li {
  margin-top: 10px;
  margin-left: 10px;
}

.article li ul li:before {
  color: #94897a;
}

/* faq */

.faq__content > * + * {
  margin-top: 16px;
}

.faq__item {
  display: block;
  cursor: pointer;
  background: #292526;
  border: 1px solid #4e4842;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: border-color 0.2s linear;
  -o-transition: border-color 0.2s linear;
  -moz-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
}

.faq-item__title.middle.title {
  text-transform: uppercase;
  padding: 12px 60px 12px 20px;
  position: relative;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-align: left;
  background: #4e4842;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.faq-item__title.middle.title:before {
  content: url(../images/faq.svg);
  position: absolute;
  right: 16px;
  top: -webkit-calc(50% - 16px);
  top: -moz-calc(50% - 16px);
  top: calc(50% - 16px);
  height: 32px;
}

.faq-item__title.middle.title:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 15px;
  background: #fec07e;
  top: -webkit-calc(50% - 7.5px);
  top: -moz-calc(50% - 7.5px);
  top: calc(50% - 7.5px);
  right: 31px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.faq__item.active .faq-item__title.middle.title:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.faq__item + .faq__item {
  margin-top: 8px;
}

.faq-item__answer {
  padding: 12px 20px;
}

.js-expand-content {
  display: none;
  overflow: hidden;
}

.js-expand-content.expanded {
  height: 100%;
}

/* marks */

.marks__content > * + * {
  margin-top: 16px;
}

.marks__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  align-items: stretch;
  margin-top: -4px;
}

.marks-list__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 -webkit-calc((100% - 80px) / 5);
  -moz-box-flex: 0;
  flex: 0 1 calc((100% - 80px) / 5);
  text-align: center;
  background: #292526;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 16px;
  word-break: normal;
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

/* footer */

.footer__content:before {
  content: url(../images/faq-decor.svg);
  position: absolute;
  top: 40px;
  left: -webkit-calc(50% - 620px);
  left: -moz-calc(50% - 620px);
  left: calc(50% - 620px);
}

.footer__content.content {
  padding: 120px 10px 60px;
  background: transparent;
  border: none;
  overflow: hidden;
  color: #94897a;
  font-weight: 500;
}

.footer__payment {
  margin-left: -5px;
  text-align: center;
  margin-top: 15px;
}

.footer__payment img {
  display: block;
}

.footer__payment li {
  vertical-align: middle;
  margin-top: 9px;
  margin-left: 5px;
}

.footer__content:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 30px;
  height: 2px;
  width: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(transparent),
    color-stop(#fec07e),
    to(transparent)
  );
  background: -webkit-linear-gradient(left, transparent, #fec07e, transparent);
  background: -moz-linear-gradient(left, transparent, #fec07e, transparent);
  background: -o-linear-gradient(left, transparent, #fec07e, transparent);
  background: linear-gradient(to right, transparent, #fec07e, transparent);
}

/* app */

.app__content > * + * {
  margin-top: 16px;
}

.app__button {
  background: transparent;
  width: 230px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  padding: 12px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  color: #fff;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  font-weight: 500;
  text-transform: uppercase;
  border: 3px solid #fec07e;
  margin-left: auto;
  margin-right: auto;
}

.app__button > span > span {
  display: block;
}

.app__button > span:first-child {
  margin-right: 16px;
  width: 32px;
}

.app__button > span:nth-child(2) {
  text-align: left;
}

.app__button:hover {
  background: rgba(254, 192, 126, 0.1);
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
}

/* feedback */

.feedback__content > * + * {
  margin-top: 16px;
  margin-bottom: 16px;
}

.feedback__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 0;
}

.feedback__list > li {
  background: #4e4842;
  border-radius: 4px;
  padding: 16px 20px;
  margin-top: 0;
  display: block;
  line-height: 1.6;
  color: #fff;
}

.feedback__list > li > div {
  background: transparent;
  color: inherit;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  display: block;
  border-radius: 0;
}

.feedback__author {
  display: inline-block;
  font-weight: 700;
  margin-right: 8px;
  color: #fec07e;
  font-size: 1.05em;
}

.feedback__stars {
  display: inline-block;
  color: #f5b50a;
  letter-spacing: 2px;
  font-size: 1.05em;
  vertical-align: middle;
  white-space: nowrap;
}

.feedback__stars .empty {
  color: #888;
}

/* back-to-top button */
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  background: #f5b50a;
  color: #1a1a1a;
  font-size: 24px;
  font-weight: 700;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease,
    background 0.2s ease;
  z-index: 9999;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
  line-height: 1;
  padding: 0;
}

.back-to-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top:hover {
  background: #d9a009;
}

.back-to-top:focus {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
